/*@import url('https://fonts.googleapis.com/css?family=Nunito:200,300,400,600,700,700i,800i,900');*/

#blog {
    background-color: #f4f4f4;
}

#blog .main-title-wrap-blue {
    /* margin-top: 0; */
}

#blog .inner-title sup {
    font-size: 30px;
    margin-left: 40px;
    /*font-family:'AvenirLTStd-Light';*/
}

#blog .bg-border:after {
    top: 30px;
}

#blog .bg-border:before {
    top: 115px;
    width: 60%;
}

#blog .about-bg-white {
    margin-top: -70px;
    overflow: hidden;
}

.container {
    max-width: 1290px;
}

.blogpage .container {
    max-width: 1290px;
}

#blog-content ul {
    margin: 0 0 30px 25px;
}

#blog-content .inner-title {
    font-size: 40px;
}

#blog-content .blog-left-nw a.blogbtndn span {
    color: #fff;
}

.blogpage .bg-grey-section {
    padding: 290px 0 80px 0;
    float: left;
    width: 100%;
}

.blogpg-wrap {
    float: left;
    width: 100%;
    margin: 75px 0 0 0;
}

.blogpg-wrap .blogbox-container {
    box-shadow: 0px 1px 6px 0px rgba(170, 193, 199, 0.26);
    -moz-box-shadow: 0px 1px 6px 0px rgba(170, 193, 199, 0.26);
    -webkit-box-shadow: 0px 1px 6px 0px rgba(170, 193, 199, 0.26);
    background-color: #FFFFFF;
    width: 48%;
    float: left;
    margin: 0 0 50px 0px;
    max-height: 655px;
    overflow: hidden;
}

.blogpg-wrap .blogbox-container img {
    width: 100%;
    display: block;
}

.blogbox-container .blogbx-cnt span {
    font-size: 16px;
    color: #999999;
    margin: 0 0 20px 0px;
    display: block;
}

.blogbox-container .blogbx-cnt h3 {
    font-size: 22px;
    line-height: 24px;
    color: #555555;
    font-weight: 500;
    position: relative;
    margin: 0 0 20px 0px;
    padding: 0 0 20px 0px;
}

.blogbox-container .blogbx-cnt h3:after {
    position: absolute;
    content: "";
    bottom: 0px;
    height: 2px;
    width: 32px;
    background-color: #16c2f4;
    left: 50%;
    margin-left: -16px;
    transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -webkit-transition: all 500ms linear;
}

.blogbox-contents {
    background-color: #FFFFFF;
    margin: -90px 50px 0 50px;
    position: relative;
    padding: 60px 40px;
    text-align: center;
}

.blogbox-container ul.blog-ul li {
    list-style-type: none;
    float: left;
    width: 33.33%;
    text-align: center;
    border-top: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
}

#blog-content ul.blog-ul {
    float: left;
    width: 100%;
    margin: 0;
}

.blogbox-contents p {
    font-size: 16px;
    line-height: 23px;
    color: #999999;
}

.blogbox-container ul.blog-ul li i {
    margin: 0 10px 0 0;
}

.blogbox-container ul.blog-ul li a {
    display: block;
}

.blogbox-container ul.blog-ul li p {
    padding: 15px 5px;
}

.blogpg-wrap .blogbox-container:nth-child(even) {
    float: right;
}

.digital-mrkt {
    background-color: #16c2f4;
    margin: 15px 0 0 0;
    float: left;
    width: 100%;
    position: relative;
}

.digital-mrkt-left .ebook-tit {
    font-size: 24px;
    color: #FFFFFF;
    text-transform: uppercase;
    margin: 0 0 15px 0px;
}

.digital-mrkt-left h3 {
    font-size: 34px;
    color: #FFFFFF;
    text-transform: uppercase;
    margin: 0 0 20px 0px;
    font-weight: bold;
}

.digital-mrkt-left p {
    font-size: 24px;
    color: #FFFFFF;
    margin: 0 0 15px 0px;
}

.digital-mrkt .digital-mrkt-left {
    float: left;
    width: 61%;
    padding: 60px 0 60px 40px;
}

.digital-mrkt .digital-mrkt-right {
    float: left;
    width: 39%;
}

.digital-mrkt .shape-triangle {
    font-size: 33px;
    line-height: 35px;
    color: #16c2f4;
    font-weight: bolder;
    width: 90%;
    text-align: center;
    padding: 35px 18px;
    position: relative;
    z-index: 1;
    float: left;
    width: 100%;
    background-size: cover;
    background-position: 100% 100%;
    margin: 0 0 30px 0px;
    float: right;
}

.digital-mrkt .shape-triangle:after {
    position: absolute;
    content: "";
    background-image: url(../images/triangle-shape.png);
    width: 100%;
    height: 176px;
    top: 0px;
    left: 0px;
    z-index: -1;
    background-repeat: no-repeat;
}

.digital-mrkt .btndownload {
    background-color: #f7941d;
    box-shadow: 0 2px 4.95px 0.05px rgba(0, 0, 0, .19);
    color: #fff;
    font-size: 17px!important;
    line-height: 12px;
    padding: 13px 40px;
    border-radius: 4px;
    display: block;
    margin-top: 25px;
    clear: both;
    float: right;
}

.digital-mrkt .btndownload i {
    margin: 0 0 0 10px;
}

.digital-mrkt-right>img {
    float: left;
    margin: 20px 0px;
}

.digital-mrkt-right .shap-rgt {
    float: right;
    width: 54%;
    padding: 0 30px 0 0;
}

.btnload-blg {
    clear: both;
    border: 1px solid rgba(210, 210, 210, 0.61);
    background-color: #FFFFFF;
    padding: 13px 41px;
    display: table;
    margin: 0 auto;
}

.btnload-blg span {
    font-size: 16px;
    color: #999999;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
}

.btnload-blg img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
}

.blog-left-nw {
    width: 64%;
    float: left;
    background: #fff;
    box-shadow: 1px 1px 3px #cecece;
    padding: 30px 40px;
}

.blog-right-nw {
    width: 30.7777%;
    float: right;
}

.search-bx .form-group .bar, .bg-frm-nw .form-group .bar {
    position: relative;
    border-bottom: 1px solid rgba(202, 202, 202, 0.6);
    display: block;
}

.blog-right-nw .search-bx {
    padding: 0 35px;
    margin: 0 0 35px 0px;
    float: left;
    width: 100%;
    background-color: #FFFFFF;
}

.search-bx .form-group .control-label, .bg-frm-nw .form-group .control-label {
    color: #999999;
}

.search-bx .form-group select, .search-bx .form-group input:focus, .search-bx .form-group input:valid, .search-bx .form-group input.form-file, .search-bx .form-group input.has-value, .search-bx .form-group textarea:focus, .search-bx .form-group textarea:valid, .search-bx .form-group textarea.form-file, .search-bx .form-group textarea.has-value {
    color: #999999;
}

.search-bx .form-group label.filled {
    font-size: 0.8rem!important;
    color: #4d4d4d!important;
    top: -1rem!important;
    left: 0!important;
}

.search-bx .searchicon {
    position: absolute;
    top: 0px;
    right: 0px;
}

.blog-right-nw .middle-sec {
    background-color: transparent;
    padding: 45px 50px;
    float: left;
    width: 100%;
    text-align: center;
}

.blog-right-nw #section-free-ebook {
    margin-top: 45px;
    padding-bottom: 0;
}

.blog-right-nw #section-free-ebook .signup-widget {
    margin: 30px -50px 0px -50px;
    padding-top: 40px;
    background: #f4f4f4;
}

.blog-right-nw #section-free-ebook .signup-widget .search-bx {
    margin-top: 0;
}

.blog-right-nw #section-free-ebook .cat-tit {
    font-size: 24px;
    color: #4d4d4d;
    line-height: 31px;
    font-weight: 600;
    margin: 0 0 25px 0px;
}

.blog-right-nw #section-free-ebook .traffic-wr p {
    font-size: 16px;
    color: #6b6b6b;
    line-height: 24px;
    text-align: left;
}

.blog-right-nw #section-free-ebook .form-group .control-label {
    left: 0;
}

.blog-right-nw #section-free-ebook.middle-sec .dead-mrkt {
    font-size: 24px;
}

.blog-right-nw #section-free-ebook.middle-sec .frbk {
    font-size: 16px;
}

.blog-right-nw #section-free-ebook.middle-sec .cnt-rgt {
    font-size: 16px;
}

.blog-right-nw #section-free-ebook.middle-sec .btndnload {
    font-size: 14px!important
}

/* .blog-right-nw #section-free-ebook.mobile {
    position: fixed;
    bottom: 0;
    z-index: 999;
    left: 0;
    padding: 10px 0;
    width: 100%;
} */

.blog-right-nw #section-free-ebook.mobile .frbk, .blog-right-nw #section-free-ebook.mobile .cnt-rgt, .blog-right-nw #section-free-ebook.mobile>img {
    display: none;
}

.blog-right-nw #section-free-ebook.mobile .dead-mrkt {
    font-size: 14px;
    float: left;
    margin: 5px 10px;
}

.blog-right-nw #section-free-ebook.mobile .btndnload {
    font-size: 14px !important;
    padding: 14px !important;
}

#ajax-spinner, .ajax-spinner {
    background-image: url('../images/Ellipsis-2s-38px.gif');
    width: 50px;
    height: 42px;
    background-repeat: no-repeat;
    display: none;
}

.form-btm .ajax-spinner {
    float: left;
    margin: 1.8rem 50px;
}

.middle-sec .frbk {
    font-size: 18px;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
}

.middle-sec .dead-mrkt {
    font-size: 28px;
    line-height: 33px;
    font-weight: bold;
    color: #FFFFFF;
    text-transform: uppercase;
    margin: 14px 0px;
}

.middle-sec .cnt-rgt {
    font-size: 18px;
    color: #ffffff;
    text-align: center;
}

.middle-sec .btndnload, .download-entire .btndnload {
    background-color: #f7941d;
    box-shadow: 0 2px 4.95px 0.05px rgba(0, 0, 0, .19);
    color: #fff;
    font-size: 17px!important;
    line-height: 12px;
    padding: 13px 40px;
    border-radius: 4px;
    display: inline-block;
    clear: both;
}

.middle-sec .btndnload i, .download-entire .btndnload i {
    margin: 0 0 0 10px;
    color: #ffffff;
}

.middle-sec .limited-book {
    margin: 40px 0px;
}

#section-free-ebook>img {
    margin: 0 0px 10px 0px;
    width: 50%;
}

.category-wrp {
    box-shadow: 0px 1px 6px 0px rgba(170, 193, 199, 0.26);
    -moz-box-shadow: 0px 1px 6px 0px rgba(170, 193, 199, 0.26);
    -webkit-box-shadow: 0px 1px 6px 0px rgba(170, 193, 199, 0.26);
    background-color: #FFFFFF;
    padding: 35px;
    float: left;
    width: 100%;
    margin: 40px 0 0 0;
}

.category-wrp ul li {
    list-style-type: none;
    float: left;
    width: 100%;
    position: relative;
}

.blog-right-nw .cat-tit {
    font-size: 24px;
    color: #4d4d4d;
    line-height: 31px;
    font-weight: 600;
    margin: 0 0 25px 0px;
}

.category-wrp ul li a {
    font-size: 16px;
    color: #6b6b6b;
    display: block;
    padding: 10px 0px;
    border-bottom: 1px solid #e5e5e5;
}

.category-wrp ul li a span {
    font-weight: 600;
    float: right;
}

.category-wrp ul li:last-child a {
    border-bottom: 0px;
}

.blog-right-nw .traffic-wr {
    margin: 35px 0px 0 0;
    float: left;
    width: 100%;
    padding: 40px 35px;
}

.blog-right-nw .traffic-wr p {
    font-size: 16px;
    color: #6b6b6b;
    line-height: 24px;
}

.traffic-wr .btn-analy, .bg-frm-nw .btn-analy {
    background-color: #f7941d;
    box-shadow: 0 2px 4.95px 0.05px rgba(0, 0, 0, .19);
    color: #fff;
    font-size: 17px!important;
    line-height: 12px;
    padding: 13px 40px;
    border-radius: 4px;
    display: inline-block;
    clear: both;
}

.traffic-wr .btn-analy i, .bg-frm-nw .btn-analy i .btndnload i {
    margin: 0 0 0 10px;
}

.category-wrp ul.tool-ul li a img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px 0 0;
    position: absolute;
    left: 0px;
}

.category-wrp ul.tool-ul li a {
    border-bottom: 0px;
    font-weight: 500;
    padding: 17px 0 0 36px;
}

.category-wrp ul.tool-ul li:nth-child(1) a {
    color: #5068a0;
}

.category-wrp ul.tool-ul li:nth-child(2) a {
    color: #34a853;
}

.category-wrp ul.tool-ul li:nth-child(3) a {
    color: #5893f5;
}

.category-wrp ul.tool-ul li:nth-child(4) a {
    color: #d66b57;
}

.category-wrp ul.tool-ul li:nth-child(5) a {
    color: #f7bd29;
}

.blog-left-nw .blog-dtl-nw span {
    font-size: 16px;
    color: #999999;
    font-weight: 500;
}

.blog-left-nw .blog-dtl-nw .cnt-desc, .blog-left-nw .blog-dtl-nw .cnt-desc a {
    font-size: 24px;
    line-height: 26px;
    color: #4d4d4d;
    margin: 30px 0px;
}

.blog-left-nw .blog-dtl-nw .blogimg {
    margin: 0 0 20px 0px;
    max-width: 100%;
}

.blog-left-nw .blog-dtl-nw .blogimg-33 {
    margin: 0 0 28px 0px;
    max-width: 33%;
    float: left;
}

.blog-left-nw .blog-dtl-nw .blogimg-50 {
    margin: 0 0 50px 0px;
    max-width: 50%;
    float: left;
}

.blog-left-nw .blog-dtl-nw p {
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    margin: 0 0 40px 0px;
}

.blog-left-nw .blog-dtl-nw blockquote p {
    font-size: 22px;
    line-height: 30px;
    color: #4d4f50;
    float: none;
    padding: 0 0 0 90px;
    margin: 0px;
}

.quote-wr {
    background-color: #16c2f4;
    padding: 50px 60px;
    float: left;
    width: 100%;
    margin: 0 0 40px 0px;
}

.quote-wr img {
    position: absolute;
    margin-top: 8px;
}

.blog-left-nw .quote-wr p {
    font-size: 22px;
    line-height: 30px;
    color: #FFFFFF;
    float: right;
    padding: 0 0 0 90px;
    margin: 0px;
}

ul.list-mark {
    margin: 0 0 30px 0;
}

ul.list-mark li {
    position: relative;
    list-style-type: none;
    margin: 0 0 5px 0px;
}

ul.list-mark li:before {
    position: absolute;
    content: "\f00c";
    font-family: 'FontAwesome';
    font-size: 10px;
    color: #16c1f3;
    top: 5px;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    border: 2px solid #16c1f3;
    text-align: center;
    line-height: 15px;
}

.blog-left-nw .blog-dtl-nw ul.list-mark li p {
    font-size: 18px;
    color: #000000;
    padding: 0 0 0 28px;
    margin: 0px;
}

ul.list-ul-social li {
    list-style-type: none;
    float: left;
    width: 33.33%;
    border: 1px solid #e0e0e0;
    background-color: #FFFFFF;
    text-align: center;
}

ul.list-ul-social li a {
    color: #999999;
    font-size: 14px;
    display: block;
}

ul.list-ul-social li p {
    padding: 20px 10px;
}

ul.list-ul-social li p i {
    margin: 0 8px 0 0;
}

.addtoany_list i {
    margin: 0 8px 0 0;
}

#blog-content ul.list-ul-social li .addtoany_list, #blog-content ul.list-ul-social li a.addtoany_share {
    line-height: 55px !important;
    font-size: 16px;
    color: #999999;
    font-weight: 500;
}

.download-entire {
    background-color: #16c2f4;
    padding: 45px 60px 60px 60px;
    margin: 40px 0px;
    /* float:left; */
    width: 100%;
    text-align: center;
}

.download-entire .dwn-artcl {
    font-size: 28px;
    color: #ffffff;
    margin: 0 0 12px 0px;
}

.blog-left-nw .blog-dtl-nw .download-entire p {
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
    margin: 0 0 25px 0px;
}

.download-frm input {
    height: 55px;
    background-color: #FFFFFF;
    box-shadow: 0px 2px 4.95px 0.05px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0px 2px 4.95px 0.05px rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0px 2px 4.95px 0.05px rgba(0, 0, 0, 0.19);
    width: 100%;
    border: 0px;
    border-radius: 4px;
    font-size: 16px;
    color: #6b6b6b;
    padding: 0px 35% 0 23px;
}

.download-frm .btndownload-1 {
    background-color: #f7941d;
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 400;
    padding: 17px 35px;
    position: absolute;
    top: 0px;
    right: 0px;
    border-radius: 0 4px 4px 0px;
    cursor: pointer;
}

.download-frm .formcontrol {
    position: relative;
}

.blogpage .owl-carousel {
    display: block;
}

.mght-sld {
    background-color: #FFFFFF;
    box-shadow: 0px 1px 6px 0px rgba(170, 193, 199, 0.26);
    -moz-box-shadow: 0px 1px 6px 0px rgba(170, 193, 199, 0.26);
    -webkit-box-shadow: 0px 1px 6px 0px rgba(170, 193, 199, 0.26);
    padding: 45px 45px 25px 45px;
}

.mght-sld .migh-tit {
    color: #4d4d4d;
    font-size: 24px;
    margin: 0 0 30px 0px;
}

.mght-sld .item p {
    color: #4d4d4d;
    line-height: 22px;
    font-size: 16px;
    margin: 30px 0 0 0;
}

.mght-sld .item img {
    width: 100%;
    display: block;
}

.mght-sld .item {
    /*padding: 0 30px 0 0;*/
    /*    display: table;
    margin: 0 auto;*/
}

/*.mght-sld .owl-carousel .owl-item{margin:0 30px !important;}
.mght-sld .owl-carousel .owl-wrapper-outer{margin:0 -30px !important;}*/

.blog-left-nw .frm-wr-cmt {
    background-color: #FFFFFF;
    float: left;
    width: 100%;
    box-shadow: 0px 1px 6px 0px rgba(170, 193, 199, 0.26);
    -moz-box-shadow: 0px 1px 6px 0px rgba(170, 193, 199, 0.26);
    -webkit-box-shadow: 0px 1px 6px 0px rgba(170, 193, 199, 0.26);
    margin: 40px 0px;
}

.frm-we-head {
    float: left;
    width: 100%;
    background-color: #FFFFFF;
    border-bottom: 1px solid #e0e0e0;
    padding: 15px 40px;
}

.frm-we-head p {
    float: left;
    margin: 0px !important;
}

.frm-we-head i {
    float: right;
    font-size: 18px;
    line-height: 27px;
}

.frm-wr-cmt .frm-we-body {
    padding: 35px 45px;
    background-color: #FFFFFF;
}

.frm-cmt-wr .frm-cmt-user .user-prf {
    width: 50px;
    height: 50px;
    background-color: #989898;
    border-radius: 100%;
}

.frm-cmt-wr {
    float: left;
    width: 100%;
    position: relative;
    padding: 30px 0px;
    border-bottom: 1px solid #e0e0e0;
}

.frm-cmt-wr .frm-cmt-cnt .user-nm {
    font-size: 16px;
    color: #4d4d4d;
    text-transform: uppercase;
    font-weight: 500;
}

.frm-cmt-wr .frm-cmt-cnt .user-date {
    font-size: 14px;
    color: #868686;
    margin: 0 0 9px 0px;
}

.frm-cmt-wr .frm-cmt-cnt p {
    font-size: 16px;
    color: #999999;
    line-height: 23px;
    margin: 0px;
}

.frm-cmt-wr .frm-cmt-user {
    position: absolute;
    left: 0px;
}

.frm-cmt-wr .frm-cmt-cnt {
    float: left;
    padding: 0 0 0 70px;
}

.frm-cmt-wr .reply-bx, .blog-left-nw .blog-dtl-nw a.reply-bx, #blog-content .blog-left-nw a.reply-bx {
    font-size: 12px;
    color: #ffffff;
    background-color: #989898;
    padding: 5px 15px;
    border-radius: 2px;
    text-transform: uppercase;
    position: absolute;
    right: 0px;
    line-height: normal;
}

.comment-respond {
    float: left;
    width: 100%;
}

.comment-respond .comment-reply-title {
    font-size: 18px;
    color: #6e6e6e;
    font-weight: 600;
    text-transform: uppercase;
    margin: 30px 0px;
}

textarea {
    resize: none;
}

.comment-respond .comment-notes, .comment-respond .email-notes {
    font-size: 14px;
    color: #868686;
    padding: 0 10px 0 20px;
}

.comment-respond .form-control {
    width: 50%;
    float: left;
}

.comment-respond .form-control .txtbr {
    border: 1px solid #e0e0e0;
    width: 100%;
    height: 50px;
    font-size: 14px;
    color: #868686;
    padding: 0 10px 0 20px;
    border-left: 0px;
    border-bottom: 1px solid #e0e0e0;
    ;
}

.comment-respond .form-control.fulltxtarea {
    width: 100%;
}

.comment-respond .form-control.fulltxtarea textarea {
    height: 120px;
    padding: 17px 20px 0 20px;
    border-bottom: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
}

.comment-respond .form-control:nth-child(odd) .txtbr {
    border-left: 1px solid #e0e0e0;
}

.post-btn {
    background-color: #f7941d;
    box-shadow: 0 2px 4.95px 0.05px rgba(0, 0, 0, .19);
    color: #fff;
    font-size: 17px!important;
    line-height: 12px;
    padding: 13px 40px;
    border-radius: 4px;
    display: inline-block;
    clear: both;
    margin: 30px 0 0 0;
}

.post-btn i {
    margin: 0 0 0 10px;
}
#amazon-polly-audio-tab {
    width: 100%;
    display: block;
    border: 0;
}
.comment-wrap .pst-cmt {
    color: #646464;
    font-size: 16px;
    font-weight: bold;
    border-radius: 25px;
    margin: 0 0 40px 0px;
    padding: 12px 32px;
    display: table;
    border: 1px solid #e0e0e0;
    margin: 0 auto;
    position: relative;
    background-color: #FFFFFF;
    z-index: 1;
}

.comment-wrap {
    float: left;
    width: 100%;
    margin: 50px 0 40px 0;
    position: relative;
}

.comment-wrap .pst-cmt-brd {
    position: relative;
}

.comment-wrap .pst-cmt-brd:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #e0e0e0;
    top: -26px;
}

.comment-wrap .pst-cmt-brd:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #e0e0e0;
    top: -23px;
}

.comment-wrap .comment-box-wrap {
    position: relative;
}

.comment-wrap .comment-box-wrap img {
    width: 100%;
    display: block;
}

.bg-frm-nw .form-group select, .bg-frm-nw .form-group input:focus, .bg-frm-nw .form-group input:valid, .bg-frm-nw .form-group input.form-file, .bg-frm-nw .form-group input.has-value, .bg-frm-nw .form-group textarea:focus, .bg-frm-nw .form-group textarea:valid, .bg-frm-nw .form-group textarea.form-file, .bg-frm-nw .form-group textarea.has-value {
    color: #999999;
}

.bg-frm-nw .form-group label.filled {
    font-size: 0.8rem!important;
    color: #4d4d4d!important;
    top: -1rem!important;
    left: 0!important;
}

.bg-frm-nw .form-group {
    width: 64%;
    float: left;
}

.bg-frm-nw .btn-analy {
    margin: 23px 0 0 3%;
}

.blogpage .whitebg-box-wrap {
    padding: 0px;
}

.blogpage .whitebg-box-wrap .slide-img-blg {
    float: right;
    width: 62%;
}

.whitebg-box-wrap {
    display: inline-block;
    margin-top: 15px;
}

.whitebg-box-wrap {
    background-color: #FFFFFF;
    border-radius: 2px;
    box-shadow: 0px 1px 6px 0px rgba(170, 193, 199, 0.26), 1px 4px 21px 0px rgba(170, 193, 199, 0.21);
    -moz-box-shadow: 0px 1px 6px 0px rgba(170, 193, 199, 0.26), 1px 4px 21px 0px rgba(170, 193, 199, 0.21);
    -webkit-box-shadow: 0px 1px 6px 0px rgba(170, 193, 199, 0.26), 1px 4px 21px 0px rgba(170, 193, 199, 0.21);
    -o-box-shadow: 0px 1px 6px 0px rgba(170, 193, 199, 0.26), 1px 4px 21px 0px rgba(170, 193, 199, 0.21);
    padding: 60px 40px 10px 40px;
    width: 100%;
}

.whitebg-box-wrap .col-md-3 {
    width: 31%;
    float: left;
    margin-right: 37px;
}

.whitebg-box-wrap .col-md-3 .about-box-height {
    border: 1px solid #e9e9e9;
    border-radius: 2px;
    padding: 30px;
    margin-bottom: 55px;
}

.whitebg-box-wrap ul.list-menu li {
    position: relative;
    list-style-type: none;
    margin-bottom: 25px;
}

.whitebg-box-wrap ul.list-menu li i {
    position: absolute;
    left: 0px;
    color: #16c1f3;
    width: 19px;
    height: 19px;
    border: 2px solid #16c1f3;
    border-radius: 100%;
    text-align: center;
    line-height: 17px;
    font-size: 11px;
    top: 4px;
}

.Campaign__bravoLayer {
    background-size: contain!important;
}

.Campaign .Element input {
    margin-bottom: 10px!important;
}

/* .Campaign .memphis-TextElement--content span {
    font-size: 22px!important;
} */

.Campaign .jptlff {
    right: 0!important;
}

.list-ul-social i.fa.fa-facebook, .list-ul-social i.fa.fa-twitter, .list-ul-social i.fa.fa-linkedin {
    top: 10px;
    position: relative;
}

.list-ul-social i.fa.fa-facebook, .sidebar_social_share i.fa.fa-facebook {
    width: 35px;
    height: 35px;
    color: #fff;
    background-color: #0077B5;
    border-radius: 100%;
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 500ms linear;
}

.list-ul-social i.fa.fa-facebook:hover, .sidebar_social_share i.fa.fa-facebook:hover {
    color: #0077B5;
    background-color: #f5f5f5;
    transition: all 500ms linear;
}

.list-ul-social i.fa.fa-twitter, .sidebar_social_share i.fa.fa-twitter {
    color: #fff;
    width: 35px;
    height: 35px;
    background-color: #1da1f2;
    border-radius: 100%;
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 500ms linear;
}

.list-ul-social i.fa.fa-twitter:hover, .sidebar_social_share i.fa.fa-twitter:hover {
    color: #1da1f2;
    background-color: #f5f5f5;
    transition: all 500ms linear;
}

.sidebar_social_share i.fa.fa-linkedin, .list-ul-social i.fa.fa-linkedin {
    color: #fff;
    width: 35px;
    height: 35px;
    background-color: #0077b5;
    border-radius: 100%;
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 500ms linear;
}

.sidebar_social_share i.fa.fa-linkedin:hover, .list-ul-social i.fa.fa-linkedin:hover {
    color: #0077b5;
    background-color: #f5f5f5;
    transition: all 500ms linear;
}

.whitebg-box-wrap ul.list-menu li p {
    color: #999999;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    padding-left: 27px;
}

.whitebg-box-wrap .col-md-3:nth-child(3n) {
    margin-right: 0px;
}

.whitebg-box-wrap .about-box-height h3 {
    font-size: 22px;
    /*color:#4d4d4d;*/
    margin-bottom: 25px;
}

.whitebg-box-wrap .about-box-height.about-box-height-1 {
    border: 0;
}

.whitebg-box-wrap .about-box-height.about-box-height-1 h2 {
    font-size: 32px;
    /*color:#4d4d4d;font-family:'AvenirLTStd-Light';*/
    font-weight: 500;
    position: relative;
    line-height: 40px;
}

.whitebg-box-wrap .about-box-height.about-box-height-1 h2:after {
    position: absolute;
    width: 40px;
    height: 2px;
    background-color: #16c2f4;
    content: "";
    left: 0px;
    bottom: -20px;
}

.whitebg-box-wrap .about-box-height.about-box-height-1 p {
    font-size: 17px;
    color: #848484;
    margin-top: 50px;
    display: block;
}

.blgslide {
    /*width:37.4444%;*/
}

.blgslide .blgslide1 {
    width: 37.4444%;
    padding: 50px 40px 40px 40px;
    float: left;
}

/*.blgslide{padding:50px 40px 40px 40px;}*/

.category-slide-nw .blg-cat-tit {
    font-size: 16px;
    color: #777777;
    margin: 0 0 15px 0px;
    position: relative;
    padding: 0 0 0 35px;
    text-transform: uppercase;
}

.category-slide-nw .blg-cat-tit1 {
    font-size: 22px;
    line-height: 29px;
    color: #4d4d4d;
    margin: 0 0 15px 0px;
}

.category-slide-nw .blg-readmore {
    font-size: 16px;
    color: #16c2f4;
    padding: 10px 19px;
    border: 2px solid #16c2f4;
    border-radius: 4px;
    margin: 0 0 60px 0px;
    transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -webkit-transition: all 500ms linear;
}

.category-slide-nw p {
    font-size: 16px;
    line-height: 24px;
    color: #999999;
    margin: 0 0 30px 0px;
}

.category-slide-nw {
    margin-bottom: 30px;
}

.category-slide-nw .blg-readmore i {
    margin: 0 0 0 10px;
}

.blgslide .owl-nav .owl-prev i {
    font-size: 17px;
    color: rgba(151, 151, 151, 0.7);
    width: 36px;
    height: 36px;
    border: 1px solid rgba(131, 131, 131, 0.7);
    border-radius: 100%;
    text-align: center;
    line-height: 35px;
}

.blgslide .owl-nav .owl-next i {
    font-size: 17px;
    color: rgba(151, 151, 151, 0.7);
    width: 36px;
    height: 36px;
    border: 1px solid rgba(131, 131, 131, 0.7);
    border-radius: 100%;
    text-align: center;
    line-height: 35px;
}

.blgslide .owl-nav .owl-next, .blgslide .owl-nav .owl-prev {
    float: left;
    cursor: pointer;
}

.blgslide .owl-nav .owl-next {
    margin: 0 0 0 20px;
}

.category-slide-nw .blg-cat-tit:before {
    position: absolute;
    content: "";
    left: 0px;
    width: 25px;
    height: 10px;
    background-color: #f7941d;
    top: 4px;
}

.search-bx .form-group input {
    padding: 0 24px 0 0;
}

.mght-sld .owl-nav .owl-prev i {
    font-size: 17px;
    color: rgba(151, 151, 151, 0.7);
    width: 36px;
    height: 36px;
    border: 1px solid rgba(131, 131, 131, 0.7);
    border-radius: 100%;
    text-align: center;
    line-height: 34px;
}

.mght-sld .owl-nav .owl-next i {
    font-size: 17px;
    color: rgba(151, 151, 151, 0.7);
    width: 36px;
    height: 36px;
    border: 1px solid rgba(131, 131, 131, 0.7);
    border-radius: 100%;
    text-align: center;
    line-height: 34px;
}

.mght-sld .owl-nav .owl-next, .mght-sld .owl-navs .owl-prev {
    float: left;
    cursor: pointer;
}

.mght-sld .owl-nav .owl-next {
    margin: 0 0 0 20px;
}

.mght-sld .owl-carousel {
    padding: 0 0 35px 0;
}

.mght-sld .owl-nav {
    float: left;
    width: 100%;
    margin: 60px 0 0 0;
}

.mght-sld {
    float: left;
    width: 100%;
}

.mght-sld .owl-nav .owl-next {
    left: 50% !important;
    position: relative;
}

.mght-sld .owl-nav .owl-prev {
    left: 50% !important;
    position: relative;
    margin-left: -36px;
}

.bg-frm-nw.form-group label.filled {
    font-size: 0.8rem!important;
    color: #4d4d4d!important;
    top: -1rem!important;
    left: 0!important;
}

.traffic-wr .btn-analy:hover, .bg-frm-nw .btn-analy:hover, .digital-mrkt .btndownload:hover {
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
    transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -webkit-transition: all 500ms linear;
}

.traffic-wr .btn-analy, .bg-frm-nw .btn-analy, .digital-mrkt .btndownload {
    transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -webkit-transition: all 500ms linear;
    cursor: pointer;
}

.category-wrp ul.tool-ul li a:hover, .category-wrp ul li a:hover, ul.list-ul-social li a:hover, .blog-left-nw .blog-dtl-nw a:hover span {
    color: #000000;
    transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -webkit-transition: all 500ms linear;
}

.category-wrp ul.tool-ul li a, .category-wrp ul li a, ul.list-ul-social li a {
    transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -webkit-transition: all 500ms linear;
}

.category-slide-nw .blg-readmore:hover {
    background-color: #16c2f4;
    color: #FFFFFF;
    transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -webkit-transition: all 500ms linear;
    cursor: pointer;
}

#blog-content ul.blog-ul li:before {
    display: none;
}

#blog-content ul.blog-ul li a {
    font-size: 15px;
    color: #999;
}

#blog-content ul.blog-ul li a:hover {
    color: #000000;
    transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -webkit-transition: all 500ms linear;
}

#blog-content ul.blog-ul li a:hover span {
    color: #000000;
    transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -webkit-transition: all 500ms linear;
}

.mght-sld .item {
    margin: 0 30px;
}

.mght-sld .owl-blog {
    margin: 0 -30px;
    /*border-bottom:2px solid #f5f2f2; */
}

.post-btn:hover {
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
    transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -webkit-transition: all 500ms linear;
}

.post-btn {
    transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -webkit-transition: all 500ms linear;
    cursor: pointer;
}

.bg-frm-nw {
    margin: 25px 0 0 0;
}

.blgslide .owl-controls {
    position: absolute;
    bottom: 40px;
    left: 40px;
}

.blgslide .owl-navs {
    float: left;
}

.grybr-nw {
    border-top: 1px solid #e4e4e4;
    float: left;
    width: 100%;
    position: relative;
    z-index: 1;
}

.blgslide .owl-theme .owl-nav [class*='owl-'], .owl-blog .owl-theme .owl-nav [class*='owl-'] {
    background-color: transparent;
    border-radius: 0px;
}

.blgslide .owl-theme .owl-nav [class*='owl-']:hover, .owl-blog .owl-theme .owl-nav [class*='owl-']:hover {
    background-color: transparent;
}

.blgslide .owl-theme .owl-dots, .owl-blog .owl-theme .owl-dots {
    display: none;
}

.blogpg-wrap .blogbox-container a {
    display: block;
}

.blogpg-wrap .blogbox-container a .blogbx-cnt h3 {
    transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -webkit-transition: all 500ms linear;
}

.blogpg-wrap .blogbox-container a:hover .blogbx-cnt h3:after {
    width: 40px;
    transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -webkit-transition: all 500ms linear;
}

ul.list-ul-social li p {
    margin: 0px !important;
    font-size: 14px !important;
    line-height: 15px !important;
}

.mght-sld .owl-blog {
    position: relative;
}

.mght-sld .owl-blog:after {
    position: absolute;
    content: "";
    bottom: 0px;
    height: 2px;
    width: 92%;
    background-color: #f5f2f2;
    left: 30px;
}

.blgslide .owl-nav .owl-next {
    position: absolute;
    left: 70px;
    bottom: 20px;
}

.blgslide .owl-nav .owl-prev {
    position: absolute;
    left: 20px;
    bottom: 20px;
}

.blgslide .owl-theme .owl-nav {
    margin-top: 0px;
}

.owl-blog .owl-nav .owl-next {
    bottom: 0px;
    left: 50%;
    margin-right: -50px !important;
}

.owl-blog .owl-nav .owl-prev {
    left: 50%;
    bottom: 0px;
    position: initial;
    margin-right: 50px !important;
}

.owl-blog .owl-theme .owl-nav {
    margin-top: 50px;
}

#blog .addtoany_content {}

#blog .addtoany_list.a2a_kit_size_32 a {
    font-size: 16px;
}

.blog-left-nw .blog-dtl-nw p {
    margin: 0 0 20px 0;
}

.blogpage ul, .blogpage ol {
    margin: 0 0 10px 20px;
}

.blogpage ul ul, .blogpage ol ul {
    margin: 0 0 10px 20px;
}

.blogpage li {
    font-size: 18px;
    line-height: 28px;
    color: #6b6b6b;
}

.blog-left-nw h1 {
    font-weight: 600;
    font-size: 24px;
    line-height: 26px;
    color: #16c2f4;
    font-family: 'Nunito', sans-serif;
    margin: 8px 0;
}

.blog-left-nw h2 {
    font-size: 22px;
}

.blog-left-nw h3 {
    font-size: 20px;
}

.blog-left-nw h4 {
    font-size: 18px;
}

.blog-left-nw h5 {
    font-size: 16px;
}

.blog-left-nw h6 {
    font-size: 15px;
}

.blog-left-nw h2, .blog-left-nw h3, .blog-left-nw h4, .blog-left-nw h5, .blog-left-nw h6 {
    font-weight: 600;
    margin-bottom: 15px;
    font-family: 'Nunito', sans-serif;
    color: #16c2f4;
    padding: 0;
    position: relative;
    background: #FFFFFF;
    overflow: hidden
}

.blog-left-nw h2:after, .blog-left-nw h3:after, .blog-left-nw h4:after, .blog-left-nw h5:after, .blog-left-nw h6:after {
    position: absolute;
    content: '';
    width: 100%;
    padding: 0;
    background-image: linear-gradient(to left, rgba(22, 194, 244, 0) 3%, rgb(22, 194, 244) 115%, rgb(22, 194, 244) 120%);
    margin: 0 auto;
    top: 50%;
    bottom: 0;
    height: 2px;
    margin-left: 13px;
}

/*.blog-left-nw  h3,.blog-left-nw  h2{
     font-weight: 600;
    margin-bottom: 15px;
 font-family: 'Nunito', sans-serif;
 color:#4d4d4d;
}*/

#blog-content .blog-left-nw a {
    color: #16c2f4;
}

#blog-content ul li {
    position: relative;
    list-style-type: none;
    margin: 0 0 5px 0px;
    line-height: 28px;
    font-size: 18px;
    color: #6b6b6b;
    padding: 0 0 0 28px;
}

#blog-content ul li:before {
    position: absolute;
    content: "\f00c";
    font-family: 'FontAwesome';
    font-size: 10px;
    color: #16c1f3;
    top: 5px;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    border: 2px solid #16c1f3;
    text-align: center;
    line-height: 15px;
    left: 0;
}

#blog-content .category-wrp ul li:before {
    display: none;
}

#blog-content ul.tool-ul li:before, ul.list-ul-social li:before {
    display: none;
}

#blog-content .category-wrp ul li {
    padding: 0;
}

#blog-content ul.list-ul-social li a {
    color: #6b6b6b;
    width: auto;
    display: inline-block;
    line-height: 56px;
    padding: 0px;
    height: 55px;
}

#blog-content ul.list-ul-social li a:hover, .sidebar_social_share a:hover {
    color: #000000;
}

.blog-left-nw .blog-dtl-nw .blogimg, .blog-left-nw .blog-dtl-nw img {
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
    border: 10px solid #fff;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}

.blog-left-nw .blog-dtl-nw .blogimg:hover, .blog-left-nw .blog-dtl-nw img:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

#blog-content .white-box-wrap {
    padding: 30px;
    width: 58%;
}

#blog .main-title-wrap-blue, #blog-content .main-title-wrap-blue {
    padding: 40px 0 100px 0px;
}

#blog-content .blogpage .bg-grey-section {
    padding: 100px 0 80px 0;
}

blockquote {
    background-color: #ffefe2;
    ;
    padding: 50px 60px;
    float: left;
    width: 100%;
    margin: 0 0 40px 0px;
    position: relative;
    font-size: 17px;
    line-height: 27px;
    color: #FFFFFF;
}

blockquote:before {
    position: absolute;
    content: "";
    left: 40px;
    background-repeat: no-repeat;
    position: absolute;
    content: "\f10d";
    left: 60px;
    color: #FFFFFF;
    font-size: 56px;
    line-height: 56px;
    background-repeat: no-repeat;
    font-family: 'FontAwesome';
    color: #ffe0c6;
    top: 50px;
}

#blog-content {
    font-family: 'Nunito', sans-serif;
}

.mejs-layers {
    display: none;
}

.category_block .cate_icon_inn img {
    -webkit-transition: all .7s;
    transition: all .7s;
    max-width: 100%;
}

.category_block:hover .cate_icon_inn img {
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
    -ms-transform: scale(0.8, 0.8);
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
}

.sidebar_social_share {
    background-color: #fff;
    padding: 30px 0 30px 0;
    box-shadow: 0px 1px 6px 0px rgba(170, 193, 199, 0.26);
    -moz-box-shadow: 0px 1px 6px 0px rgba(170, 193, 199, 0.26);
    -webkit-box-shadow: 0px 1px 6px 0px rgba(170, 193, 199, 0.26);
    margin-bottom: -10px;
    margin-bottom: 40px;
}

.sidebar_social_share:before {
    content: "Share this article";
    margin-right: 7px;
    font-size: 15px;
    color: #6b6b6b;
    top: -3px;
    position: relative;
    font-weight: 600;
}

.mejs-container:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    z-index: 1;
}

#blog-content .list-ul-social li:first-child:before {
    content: "Share this article";
    margin-right: 2px;
    font-size: 13px;
    position: relative;
    display: inline-block;
    color: #6b6b6b;
    border: none;
    width: auto;
    top: 8px;
    font-family: Nunito, sans-serif;
    font-weight: 600;
}

#blog-content .list-ul-social li:first-child {
    padding: 0;
}

.sidebar_social_share a {
    color: #6b6b6b;
    padding: 0;
    font-size: 18px;
    display: inline-block;
}

.blog-left-nw .blog-dtl-nw a {
    font-size: 18px;
    line-height: 28px;
    color: #6b6b6b;
    margin: 0;
}

#blog-content .top-wrap {
    top: 30px;
}

.download-entire a.btndnload {
    color: #ffffff;
    line-height: 12px;
}

.download-entire a.btndnload, .download-entire a.btndnload span {
    font-size: 17px;
    color: #ffffff;
}

.KW_progressContainer {
    left: 0;
    width: 100%;
    height: 3px;
    margin-bottom: 0px;
    position: fixed;
    top: 81px;
    overflow: hidden;
    content: "";
    display: table;
    table-layout: fixed;
    z-index: 9999;
}

.KW_progressBar {
    width: 0%;
    float: left;
    height: 100%;
    z-index: 99;
    max-width: 100%;
    background-color: #f7941d;
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

.fixed {
    position: fixed;
}

.checklist-container .filter-bar h3, .checklist-container .filter-bar .is-h3 {
    font-size: 1.5714285714rem;
    margin-right: 17px;
    display: inline-block
}

.checklist-container .filter-bar .select-block {
    display: inline-block;
    position: relative;
    border-radius: 2px;
    background: var(--main-color)
}

.checklist-container .filter-bar .select-block.selected-one .progress-bar {
    width: 210px
}

.checklist-container .filter-bar .select-block.selected-one li:nth-child(n+2) {
    color: #aeb1b5
}

.checklist-container .filter-bar .select-block.selected-one li:nth-child(3) {
    border-left: 1px solid #e5e5e5
}

.checklist-container .filter-bar .select-block.selected-two .progress-bar {
    width: 120px
}

.checklist-container .filter-bar .select-block.selected-two li:nth-child(n+3) {
    color: #aeb1b5
}

.checklist-container .filter-bar .select-block.selected-three .progress-bar {
    width: 0
}

.checklist-container .filter-bar .select-block ul {
    position: relative;
    z-index: 10
}

.checklist-container .filter-bar .select-block ul li {
    font-size: 1.1428571429rem;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.5;
    letter-spacing: normal;
    color: #fff;
    display: inline-block;
    padding: 0 13px;
    transition: 0.2s ease;
    cursor: pointer;
    text-align: center;
    z-index: 20;
    position: relative
}

.checklist-container .filter-bar .select-block .progress-bar {
    position: absolute;
    z-index: 5;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #f6f6f6;
    transition: .2s ease
}

.checklist-container nav {
    margin-bottom: 40px
}

.checklist-container nav li {
    display: block
}

.checklist-container nav li.active a {
    color: var(--main-color)
}

.checklist-container nav li a {
    font-size: 1.2142857143rem;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.12;
    letter-spacing: 0.1px;
    color: #aeb1b5;
    display: inline-block;
    text-decoration: none;
    transition: 0.2s ease
}

.checklist-container nav li a:hover {
    color: var(--main-color)
}

.checklist-container form input {
    font-size: 1rem;
    font-weight: 500;
    background-color: #f5f5f5;
    border: none;
    border-radius: 4px;
    padding: 8px 13px;
    outline: 0;
    display: block;
    margin-bottom: 10px;
    flex: none;
    max-width: 250px;
    width: 100%
}

.checklist-container form button {
    background-color: var(--main-color);
    font-weight: bold;
    font-size: .8571428571rem;
    color: #fff;
    text-transform: uppercase;
    border: none;
    border-radius: 4px;
    padding: 10px 18px;
    position: relative;
    display: inline-block;
    cursor: pointer;
    transition: .2s ease;
    flex: none
}

.checklist-container .social {
    margin: 60px 0;
    padding: 0
}

.checklist-container .social h3, .checklist-container .social .is-h3 {
    font-size: 1.5714285714rem;
    margin-bottom: 10px
}

.checklist-container .social ul {
    text-align: left
}

.checklist-container .social ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 25px 0 0
}

.checklist-container .social ul li a {
    display: block
}

.checklist-container .social ul li a svg path {
    fill: #C9C9C9;
    transition: 0.2s ease
}

.checklist-container .social ul li a:hover svg path {
    fill: var(--main-color)
}

.checklist-container h4, .checklist-container .is-h4 {
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: #333333;
    display: block;
    margin-bottom: 20px
}

.checklist-container h5, .checklist-container .is-h5 {
    font-size: 1.4285714286rem;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal;
    color: #333333;
    display: block;
    margin-bottom: 20px
}

.checklist-container .checklist {
    margin: 0;
    padding: 0px;
}

.checklist-container .checklist li {
    width: 100%;
    list-style-type: none;
}

.checklist-container .checklist li.expend .body-item {
    display: block;
    padding: 20px;
    background-color: #ffffff;
    color: #6b6b6b;
    border-bottom: 1px solid #49c3f4;
}

.checklist-container .checklist li.expend .arrow {
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg)
}

.checklist-container .checklist li .header-item {
    background-color: #ffffff !important;
    font-size: 0;
    border-bottom: 1px solid #49c3f4 !important;
}

.checklist-container .checklist li .header-item:hover {
    background-color: #fafafa
}

.checklist-container .checklist li .header-item .check {
    height: 61px;
    width: 61px;
    line-height: 61px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
}

.checklist-container .checklist li.expend .header-item {
    background-color: #f7f4f4 !important;
    border-bottom: 1px solid transparent !important;
}

.checklist-container .checklist li .header-item .check.checked:hover circle {
    stroke: var(--main-color)
}

.checklist-container .checklist li .header-item .check.checked path {
    stroke-dashoffset: 0
}

.checklist-container .checklist li .header-item .check.checked circle {
    stroke: var(--main-color)
}

.checklist-container .checklist li .header-item .check svg {
    display: inline-block;
    vertical-align: middle
}

.checklist-container .checklist li .header-item .check svg path {
    stroke-dasharray: 50;
    stroke-dashoffset: 50;
    transition: 0.2s ease
}

.checklist-container .checklist li .header-item .check svg circle {
    stroke: #6b7b7e;
    transition: 0.2s ease
}

.checklist-container .checklist li .header-item .expend-bar {
    width: calc(100% - 120px);
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    padding: 14px 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
}

.checklist-container .checklist li .header-item .expend-bar.checked p {
    color: #d3d6db
}

.checklist-container .checklist li .header-item .expend-bar.checked p::after {
    width: 100%
}

.checklist-container .checklist li .header-item .expend-bar p {
    display: inline-block;
    transition: 0.2s ease;
    position: relative;
    font-size: 16px;
    line-height: 19px;
    color: #6b6b6b;
    font-weight: 500;
    margin: 0;
}

.checklist-container .checklist li .header-item .expend-bar p::after {
    content: "";
    width: 0;
    height: 1px;
    background-color: #d3d6db;
    position: absolute;
    top: 50%;
    left: 0;
    transition: .2s ease
}

.checklist-container .checklist li:last-of-type .header-item {
    border-bottom: 0px;
}

.checklist-container .checklist li .header-item .expend-bar .category {
    font-style: italic;
    color: #aeb1b5;
    display: inline;
    white-space: nowrap
}

.checklist-container .checklist li .header-item .btn {
    padding: 10px 20px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer
}

.checklist-container .checklist li .header-item .btn .arrow {
    display: inline-block;
    vertical-align: middle;
    transition: 0.2s ease
}

.checklist-container .checklist li .body-item {
    display: none
}

.checklist-container .checklist li .body-item p {
    margin: 0px;
    display: block;
    font-size: 13px;
    line-height: 28px;
    color: #6b6b6b;
}

.checklist-container .checklist li .body-item p a {
    font-size: 13px;
    word-break: normal
}

.checklist-container .checklist li .body-item strong {
    font-weight: 600
}

.checklist-container .checklist li .body-item a {
    color: var(--main-color);
    text-decoration: none;
    word-break: break-all
}

.checklist-container .checklist li .body-item a:hover {
    text-decoration: underline
}

.checklist-container .checklist li .body-item code {
    color: #e83e8c;
    word-break: break-word;
}

.checklist-content .checklist-title, .checklist-content h2.checklist-title {
    font-size: 24px;
    color: #4d4d4d;
    line-height: 31px;
    font-weight: 500;
    margin: 0 0 25px 0px;
}

.checklist-content .checklist-title:after {
    display: none;
}

.checklist-container {
    /*float: left;*/
    width: 100%;
    margin: 10px 0 30px 0;
}

/*.heading-style h1,.heading-style h2,.heading-style h3,.heading-style h4,.heading-style h5,.heading-style h6{
      background:linear-gradient( 90deg, rgba(22, 194, 244, 0.52) , rgba(22, 194, 244, 0.03));
    border-left: 20px #16c2f4 solid;
    color: #ffffff; padding: 15px 0px 15px 20px;margin:20px 0; 
}  */

.heading-style h1 {}

.heading-style h2 {}

.heading-style h3 {}

.heading-style h4 {}

.heading-style h5 {}

.heading-style h6 {}

.blog-left-nw {
    width: 64%;
    float: left;
    float: left;
    background: #fff;
    box-shadow: 1px 1px 3px #cecece;
    padding: 30px 40px;
}

#blog-content .blog-left-nw ul {
    margin: 0 0 30px 0px;
}

#blog-content .blog-left-nw ul li {
    position: relative;
    list-style-type: none;
    margin: 0 0 5px 0;
    line-height: 28px;
    font-size: 18px;
    color: #6b6b6b;
    padding: 0 0 0 25px;
    font-weight: normal;
}

#blog-content .blog-left-nw ul li:before {
    position: absolute;
    content: "\f00c";
    font-family: 'FontAwesome';
    font-size: 10px;
    color: #16c1f3;
    top: 5px;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    border: 2px solid #16c1f3;
    text-align: center;
    line-height: 15px;
    left: 0;
}

#blog-content .blog-left-nw #toc_container ul li:before {
    display: none;
}

.blog-left-nw .blog-dtl-nw ul.list-mark li p {
    padding: 0 !important;
}

#blog-content .checklist-container .checklist li:before {
    display: none;
}

#blog-content .checklist-container ul.checklist {
    margin: 0px;
    border: 1px solid #16c2f4;
    border-radius: 2px;
}

#blog-content .checklist-container .checklist li {
    padding: 0px;
    margin: 0;
}

#blog-content ul.list-ul-social li:before {
    display: none;
}

#blog-content .table-content-wrap>ul, #blog-content #toc_container>ul {
    column-count: 2;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    margin: 0px 0 30px 0;
}

#blog-content .table-content-wrap>ul>li, #blog-content #toc_container>ul>li {
    font-weight: 600;
    padding: 0px;
    color: #4d4d4d;
}

#blog-content .table-content-wrap>ul>li a, #blog-content #toc_container>ul>li a {
    color: #4d4d4d;
}

#blog-content .table-content-wrap>ul>li:before, #blog-content #toc_container>ul>li:before {
    display: none;
}

#blog-content .table-content-wrap ul ul, #blog-content #toc_container ul ul {
    margin: 0 0 20px 0;
}

#toc_container {
    background: inherit;
    border: 0px none;
    font-size: 100%;
    padding: 0;
    width: 100%;
}

#toc_container p.toc_title {
    text-align: left;
}

#blog-content .blog-left-nw a {
    text-decoration: none;
}

.blog-left-nw .blog-dtl-nw .toc_number {
    /*display: none;*/
}

#blog-content .blog-dtl-nw .cnt-desc h1:after {
    display: none;
}

#blog-content .blog-dtl-nw .cnt-desc h1>a {
    color: #222121;
    font-size: 30px;
    line-height: 40px;
}

#blog-content .blog-dtl-nw h1 {
    text-align: center;
}

#blog-content .blog-dtl-nw h1, #blog-content .blog-dtl-nw h1>span {
    font-size: 24px;
    color: #16c2f4;
    font-weight: 600;
}

#blog-content .blog-dtl-nw h2, #blog-content .blog-dtl-nw h2>span {
    font-size: 22px;
    color: #16c2f4;
    font-weight: 600;
}

#blog-content .blog-dtl-nw h3, #blog-content .blog-dtl-nw h3>span {
    font-size: 20px;
    color: #16c2f4;
    font-weight: 600;
}

#blog-content .blog-dtl-nw h4, #blog-content .blog-dtl-nw h4>span {
    font-size: 18px;
    color: #16c2f4;
    font-weight: 600;
}

#blog-content .blog-dtl-nw h5, #blog-content .blog-dtl-nw h5>span {
    font-size: 16px;
    color: #16c2f4;
    font-weight: 600;
}

#blog-content .blog-dtl-nw h6, #blog-content .blog-dtl-nw h6>span {
    font-size: 15px;
    color: #16c2f4;
    font-weight: 600;
}

#blog-content .blog-dtl-nw h1, #blog-content .blog-dtl-nw h1>span, #blog-content .blog-dtl-nw h2, #blog-content .blog-dtl-nw h2>span, #blog-content .blog-dtl-nw h3, #blog-content .blog-dtl-nw h3>span, #blog-content .blog-dtl-nw h4, #blog-content .blog-dtl-nw h4>span, #blog-content .blog-dtl-nw h5, #blog-content .blog-dtl-nw h5>span, #blog-content .blog-dtl-nw h6, #blog-content .blog-dtl-nw h6>span {
    font-weight: 600;
    color: #16c2f4;
    margin-bottom: 15px;
    font-family: 'Nunito', sans-serif;
    color: #16c2f4;
    padding: 0;
    position: relative;
    background: #FFFFFF;
    overflow: hidden;
}

#blog-content .blog-dtl-nw h1:after, #blog-content .blog-dtl-nw h2:after, #blog-content .blog-dtl-nw h3:after, #blog-content .blog-dtl-nw h4:after, #blog-content .blog-dtl-nw h5:after, #blog-content .blog-dtl-nw h6:after {
    position: absolute;
    content: '';
    width: 100%;
    padding: 0;
    background-image: linear-gradient(to left, rgba(22, 194, 244, 0) 3%, rgb(22, 194, 244) 115%, rgb(22, 194, 244) 120%);
    margin: 0 auto;
    top: 50%;
    bottom: 0;
    height: 2px;
    margin-left: 13px;
}

.blue-checklist {
    background-color: #16c2f4;
    float: left;
}

.blue-checklist a {
    display: block;
    padding: 35px 80px;
    float: left;
    width: 100%;
}

.blue-checklist .blu-rgt-check {
    float: left;
    width: calc(100% - 90px);
    padding: 0 0 0 20px;
}

.blue-checklist img {
    float: left;
    margin: -2px 0 0 0;
}

.blue-checklist .blu-rgt-check .chk-title-blu {
    color: #FFFFFF;
    font-size: 22px;
}

.blog-left-nw .blue-checklist .blu-rgt-check p {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
}

.download-pdf-sec .lft-chk-icn {
    float: left;
}

.download-pdf-sec .checklist-right {
    float: left;
    width: calc(100% - 90px);
    padding: 0 0 0 20px;
    text-align: left;
}

.download-pdf-sec .download-frm .formcontrol {
    margin: 0 0 15px 0;
}

.download-pdf-sec .post-btn {
    background-color: #f7941d;
    box-shadow: 0 2px 4.95px 0.05px rgba(0, 0, 0, .19);
    color: #fff;
    font-size: 18px !important;
    line-height: 12px;
    padding: 14px 40px;
    border-radius: 4px;
    display: block;
    clear: both;
    margin: 0;
    float: left;
    width: 100%;
}

.download-pdf-sec .post-btn i {
    margin: 0 10px 0 0;
}

.download-pdf-sec.download-entire .dwn-artcl {
    font-size: 22px;
    color: #ffffff;
    margin: 0 0 5px 0px;
}

.download-pdf-sec .download-frm input {
    padding: 0 23px;
    height: 50px;
}

.download-pdf-sec form.download-frm {
    float: left;
    width: 81%;
}

.download-entire.download-pdf-sec {
    padding: 45px 40px 60px 60px;
}

.download-pdf-sec .download-frm input::placeholder {
    font-size: 16px;
    color: #909090;
}

.sticky {
    overflow: auto;
    position: -webkit-sticky;
    position: sticky;
}

.single #blog .breadcrumb .breadcrumb_last {
    display: none;
}

#blog-lightbox {
    /*    
    position:fixed; 
    top:0; 
    left:0; 
    width:100%; 
    height:100%; 
    background:url(overlay.png) repeat; 
    */
    text-align: center;
}

#blog-lightbox #content .close {
    color: #000;
}

.blog-left-nw .blog-dtl-nw .blogimg {
    cursor: pointer;
}

#blog-lightbox p {
    text-align: right;
    color: #fff;
    margin-right: 20px;
    font-size: 12px;
}

#blog-lightbox img {
    /*
    box-shadow:0 0 25px #111;
    -webkit-box-shadow:0 0 25px #111;
    -moz-box-shadow:0 0 25px #111;
    */
    max-width: 1200px;
}

.blog-left-nw .blog-dtl-nw p.comment-form-cookies-consent, .comment-form-cookies-consent {
    border: 1px solid #e0e0e0;
    margin: 0;
    border-bottom: none;
    font-size: 14px;
    float: left;
    width: 100%;
    border-top: none;
    padding: 5px 10px;
}

/*Blog css addded*/

#blog .main-title-wrap-blue {
    margin-top: 79px !important;
    padding: 40px 0 65px;
}

#blog .bg-border::before {
    display: none
}

#blog #blog-content .blogpage .bg-grey-section {
    padding-top: 0
}

#blog .blogpage .bg-grey-section .container {
    margin-top: -63px
}

#blog .blog-left-nw {
    background: transparent;
    box-shadow: none;
    padding: 0
}

#blog .blog-dtl-nw {
    background: #fff;
    box-shadow: 1px 1px 3px #cecece;
    padding: 30px 40px;
}

.supple_blg_articls_feature_img img {
    max-width: 100%;
    height: auto
}

.supple_blg_articls {
    font-size: 0;
    text-align: center
}

.blog-left-nw .blog-dtl-nw .breadcrumb, .blog-left-nw .blog-dtl-nw .breadcrumb i, .blog-left-nw .blog-dtl-nw .breadcrumb a {
    color: #6b6b6b !important;
    font-size: 14px
}

.blog-left-nw .blog-dtl-nw .breadcrumb {
    position: relative;
    bottom: auto;
    margin: 0
}

.supple_blg_articls_feature_img {
    line-height: 0;
    border-bottom: 3px solid #16c2f4;
    box-shadow: 0px 1px 6px 0px rgba(170, 193, 199, .26);
    display: inline-block
}

/*Blog pattern*/

.blogpatternbg {
    background: url(../images/blog-pattern-bg.png)no-repeat top center;
    background-size: cover;
    padding: 20px 15px 15px;
    margin: 50px auto;
    text-align: center;
    max-width: 600px;
    position: relative;
}

.blogfreetit {
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    color: #4d4f50;
    margin-bottom: 4px;
}

.blogfreetitsm {
    font-size: 14px;
    line-height: 20px;
    color: #565757;
    margin: 0 auto 8px;
    max-width: 420px;
}

.blogfreetit_btn span {
    top: -2px;
    position: relative;
}
/* 
.blogfreetit_wrap.with_img .blogfreetitsm {
    max-width: 55%;
} */
.blogfreetit_wrap.with_img {
    margin-left: 170px;
}
#blog-content .blog-left-nw a.blogbtndn .blogfreetit_btn {
    background-color: #f7941d;
    box-shadow: 0 2px 4.95px 0.05px rgba(0, 0, 0, .19);
    color: #fff;
    font-size: 17px;
    line-height: 12px;
    padding: 11px 28px;
    border-radius: 4px;
    display: inline-block;
}

.blogbtndn i {
    margin-left: 10px
}

.blogpatternbg.blog_pattern2 {
    background: url(../images/blog-pattern-bg2.png)no-repeat top center;
    background-size: cover;
}

#blog .main-title-wrap-blue {
    margin-top: 79px !important;
    padding: 40px 0 65px;
}

#blog .inner-title {
    font-size: 40px;
    text-transform: uppercase;
}

#blog .bg-border:before {
    display: none;
}

#blog .bg-border:after {
    top: 30px;
}

.breadcrumb.brdcrm_inpg {
    position: relative;
    bottom: auto;
    color: #4b4136;
    padding: 15px 0px;
}

.breadcrumb.brdcrm_inpg i, .breadcrumb.brdcrm_inpg .breadcrumb_last {
    color: #4b4136;
}

.blog_wrap {
    padding: 30px 0 50px;
}

.blog_list {
    font-size: 0;
    list-style: none;
    text-align: center;
    margin: 0!important;
}

.alm-reveal, .category .blog_list {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.blog_list li {
    display: inline-block;
    width: calc(25% - 40px);
    margin: 0 20px 40px;
    background-color: #fff;
    box-shadow: 0px 1px 6px 0px rgba(170, 193, 199, .26);
    -moz-box-shadow: 0px 1px 6px 0px rgba(170, 193, 199, .26);
    -webkit-box-shadow: 0px 1px 6px 0px rgba(170, 193, 199, .26);
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    vertical-align: top;
}

.blog_list li:hover {
    box-shadow: 0px 4px 10px 0px rgba(170, 193, 199, .46);
    -moz-box-shadow: 0px 4px 10px 0px rgba(170, 193, 199, .46);
    -webkit-box-shadow: 0px 4px 10px 0px rgba(170, 193, 199, .46);
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
}

.blog_list_img a {
    display: block;
}

.blog_list_img img {
    max-width: 100%;
}

.blog_list_content {
    padding: 15px;
    text-align: left;
}

.blog_list_content .cate_name {
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    padding-bottom: 20px;
}

.blog_list_content .cate_name a {
    display: inline-block;
}

.cate_name span {
    display: inline-block;
    padding: 3px 5px;
    border: 1px solid #16c2f4;
    color: #16c2f4;
    border-radius: 3px;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
}

.cate_name.cate1 span {
    border-color: #f79d32;
    color: #f79d32;
}

.cate_name.cate2 span {
    border-color: #f38951;
    color: #f38951;
}

.cate_name.cate3 span {
    border-color: #f17979;
    color: #f17979;
}

.cate_name.cate4 span {
    border-color: #d86fab;
    color: #d86fab;
}

.cate_name.cate5 span {
    border-color: #ab65af;
    color: #ab65af;
}

.cate_name.cate6 span {
    border-color: #7572ca;
    color: #7572ca;
}

.cate_name.cate7 span {
    border-color: #3885a0;
    color: #3885a0;
}

.cate_name.cate8 span {
    border-color: #49b98b;
    color: #49b98b;
}

.cate_name a:hover span {
    color: #fff;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
}

.cate_name.cate1 a:hover span {
    background: #f79d32;
}

.cate_name.cate2 a:hover span {
    background: #f38951;
}

.cate_name.cate3 a:hover span {
    background: #f17979;
}

.cate_name.cate4 a:hover span {
    background: #d86fab;
}

.cate_name.cate5 a:hover span {
    background: #ab65af;
}

.cate_name.cate6 a:hover span {
    background: #7572ca;
}

.cate_name.cate7 a:hover span {
    background: #3885a0;
}

.cate_name.cate8 a:hover span {
    background: #49b98b;
}

.blog_list_content p {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #383836;
    margin-bottom: 20px;
    font-weight: 300;
    overflow: hidden;
}

.blog_list_content .user_nm {
    color: #c7c6c5;
    font-size: 13px;
    font-weight: 400;
}

.blog_list_content .user_nm a {
    color: #16c2f4;
}

.blog_list_content .user_nm a:hover {
    text-decoration: underline;
}

.blog_panel {
    padding: 0 10px 20px;
    ;
}

.blog_panel.blog_panel_hide {
    display: none
}

.blog_showing_result, .blog_panel_right {
    width: 50%;
    float: left;
}

.blog_showing_result p {
    font-size: 14px;
    line-height: 30px;
    color: #949291;
}

.blog_panel_right {
    text-align: right;
}

.blog_formats {
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
}

.blog_formats li {
    vertical-align: middle;
    display: inline-block;
    margin-right: 5px;
    font-size: 18px;
    line-height: 20px;
}

.search_form {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.search_txtbox {
    width: 145px;
    height: 30px;
    border-radius: 3px;
    border: 1px solid rgba(202, 202, 202, .6);
    padding: 10px;
    background: url(../images/search-icon.png) no-repeat right 5px top 4px;
}

.categories_list {
    padding: 50px 0;
}

.cate_headline {
    color: #383836;
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-bottom: 10px;
}

.category_head p {
    font-size: 34px;
    line-height: 38px;
    font-weight: 200;
    text-align: center;
    color: #949291;
    margin-bottom: 46px;
}

.category_listing ul {
    list-style: none;
    font-size: 0;
    max-width: 1000px;
    margin: 0 auto;
}

.category_listing ul li {
    display: inline-block;
    width: calc(25% - 30px);
    margin: 0 15px 30px;
}

.category_listing ul li a {
    display: block;
}

.category_txt {
    font-size: 18px;
    line-height: 20px;
    color: #615f5c;
    padding: 20px 0 0;
    text-align: center;
}

.category_block {
    position: relative;
}

.cate_img {
    width: 100%;
    position: relative;
    border-radius: 3px;
}

.cate_img img {
    opacity: 1;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
}

.category_listing ul li a:hover .cate_img img {
    opacity: 0;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
}

.cate_img.category1_color {
    background: #f79d32;
}

.cate_img.category2_color {
    background: #f38951;
}

.cate_img.category3_color {
    background: #f17979;
}

.cate_img.category4_color {
    background: #d86fab;
}

.cate_img.category5_color {
    background: #ab65af;
}

.cate_img.category6_color {
    background: #7572ca;
}

.cate_img.category7_color {
    background: #3885a0;
}

.cate_img.category8_color {
    background: #49b98b;
}

.cate_icon {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: table;
    text-align: center;
}

.cate_icon_inn {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    max-width: 220px;
}

.cate_icon i {
    font-size: 90px;
    color: #fff;
    transform: scale(1);
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
}

.category_listing ul li a:hover .cate_icon i {
    transform: scale(0.8);
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
}

/*.cate_icon i
{
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}*/

.cate_img img {
    max-width: 100%;
    vertical-align: bottom;
}

.misha_loadmore, .alm-load-more-btn {
    background-color: #ddd;
    border-radius: 2px;
    display: block;
    margin: auto;
    width: 150px;
    text-align: center;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 800;
    letter-spacing: 1px;
    cursor: pointer;
    text-transform: uppercase;
    padding: 10px 0;
    transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
    color: rgb(153, 153, 153);
}

.misha_loadmore:hover, .alm-load-more-btn:hover {
    background-color: #767676;
    color: #fff;
}

button.alm-load-more-btn.done {
    display: none;
}

.blog-left-nw .blog-dtl-nw img.blogfreetitimg {
    box-shadow: none;
    border: 0;
    top: -35px;
    position: absolute;
    left: 40px;
    max-width: 145px;
}



/* for blog box */

.blog_blue_box{background:#eff7ff;padding: 30px 30px 10px;border-left:2px solid #16c2f4;margin: 20px 0 20px 0;} 
.blog_blue_box span{color: #16c2f4!important;font-size: 22px!important;display: block;margin: 0 0 10px 0;font-weight: 600!important;}


/* .blogfreetit_wrap.with_img {
    text-align: left;
    margin-left: 155px;
} */

/* responsive */

@media(max-width:1220px) {
    .blue-checklist a {
        padding: 35px 30px;
        width: 100%;
    }
    #blog-lightbox img {
        max-width: 100%;
    }
}

@media(max-width:1200px) {
    .blog_list li {
        width: calc(25% - 20px);
        margin: 0 10px 40px;
    }
}

@media(max-width:1100px) {}

@media(max-width:1024px) {
    .supple_blg_articls .mejs-controls {
        display: -webkit-flex;
        display: flex;
    }
}

@media(max-width:992px) {
    .blog_list li {
        width: calc(33.33% - 30px);
        margin: 0 15px 30px;
    }
    .category_listing ul li {
        width: calc(33.33% - 30px);
        margin: 0 15px 30px;
    }
    .cate_img {
        overflow: hidden;
    }
    .cate_img img {
        width: 100%;
        height: 100%;
    }
    /*     .sidebar_social_share:before, #blog-content .list-ul-social li:first-child:before {
        display: none;
    } */
}

@media(max-width:768px) {
    .comment-respond .form-control {
        width: 100%;
    }
    .blogfreetit_wrap.with_img .blogfreetitsm {
        max-width: 420px;
    }
    .blog_list li {
        width: calc(33.33% - 20px);
        margin: 0 10px 20px;
    }
    .category_listing ul li {
        width: calc(33.33% - 20px);
        margin: 0 10px 20px;
    }
    .blog_list_content p {
        font-size: 18px;
    }
    .blog_wrap, .categories_list {
        padding: 30px 0;
    }
    .category_head p {
        font-size: 26px;
        line-height: 30px;
    }
    .blog-left-nw .blog-dtl-nw img.blogfreetitimg {
        top: 0;
        position: relative;
        left: 0;
    }
    .blogfreetit_wrap.with_img {
        text-align: center;
        margin-left: 0;
    }
    .comment-respond .form-control .txtbr {
        border-left: 1px solid #e0e0e0;
    }
}

@media(max-width:767px) {
    #blog-content .table-content-wrap>ul {
        column-count: 1;
        -moz-column-count: 1;
        -webkit-column-count: 1;
    }
    .download-entire.download-pdf-sec {
        padding: 20px;
    }
    .download-pdf-sec form.download-frm {
        width: 100%;
    }
    .blogpatternbg {
        background-color: #c6e5ec;
        border-radius: 3px
    }
    .blogbtndn {
        font-size: 15px;
        padding: 11px 20px
    }
}

@media(max-width:650px) {
    .blog_list li {
        width: calc(50% - 20px);
        margin: 0 10px 20px;
    }
    .category_listing ul li {
        width: calc(50% - 20px);
        margin: 0 10px 20px;
    }
}

@media(max-width:520px) {
    .blue-checklist .blu-rgt-check, .download-pdf-sec .checklist-right {
        float: left;
        width: 100%;
        text-align: center;
        padding: 0;
    }
    .blue-checklist img, .download-pdf-sec .lft-chk-icn {
        float: none;
        margin: 0 auto;
        display: table;
    }
    .blue-checklist a {
        padding: 15px;
        float: left;
        width: 100%;
    }
    .checklist-container .checklist li .header-item .check {
        height: 57px;
        width: 45px;
        line-height: 57px;
    }
    .checklist-container .checklist li .header-item .expend-bar {
        padding: 10px 0px;
        width: calc(100% - 80px);
    }
    .checklist-container .checklist li .header-item .expend-bar p {
        font-size: 15px;
        line-height: 19px;
    }
    .checklist-container .checklist li .header-item .btn {
        padding: 10px 10px;
    }
}

@media(max-width:500px) {
    .blog_showing_result, .blog_panel_right {
        width: 100%;
        float: none;
        text-align: center;
    }
    .blog_showing_result {
        padding-bottom: 10px;
    }
    .blog_list li {
        width: calc(50% - 10px);
        margin: 0 5px 10px;
    }
    .category_listing ul li {
        width: calc(50% - 10px);
        margin: 0 5px 20px;
    }
    .category_txt {
        padding: 10px 0 0;
    }
    .Campaign .Element input {
        padding: 4px!important;
    }
    .Campaign .Element button {
        /* padding: 0px!important; */
    }
    /*     .Campaign .memphis-TextElement--content span {
        font-size: 14px!important;
    } */
	.mejs-container:before {
display:none;
}
	.mejs-layers {
     display: block; 
}
}

@media(max-width:420px) {
    .download-pdf-sec .post-btn {
        font-size: 16px !important;
        padding: 14px 10px;
    }
}

@media(max-width:400px) {
    .blog_list li {
        width: 100%;
        margin: 0 auto 15px;
        max-width: 295px;
    }
    .category_listing ul li {
        width: 100%;
        margin: 0 auto 25px;
        max-width: 220px;
        display: block;
    }
    .cate_icon i {
        font-size: 65px;
    }
    .category_head p {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 20px;
    }
}
@media (max-width: 400px){
	blockquote.twitter-tweet{
		margin: 0;
    	float: none;
    	padding: 10px;
	}
	.blog-left-nw .blog-dtl-nw blockquote{
		color:#4d4f50;
	}
	.blog-left-nw .blog-dtl-nw blockquote p{
		font-size: 14px;
    	line-height: 22px;		
    	padding:0;
	}
	.blog-left-nw .blog-dtl-nw a{
		font-size: 14px;
    	line-height: 22px;		
	}
	blockquote:before{
		left: -26px;
		top:0;
		font-size: 26px;
    	line-height: 26px;
	}
}





.blogpage.blog_spec .blog-left-nw{width: 100%; max-width: 900px; margin: 0 auto; float: none}
.blogpage.blog_spec #sidebar{display: none}
.blogpage.blog_spec .wp-block-image figure {background: #16c2f4;}
.blogpage.blog_spec .wp-block-image figure img {vertical-align: middle; opacity: 0.7;}
.blogpage.blog_spec .wp-block-image figure:hover img {vertical-align: middle; opacity: 1;}
#blog-content .blog-dtl-nw .cnt-desc h1>a {color: #222121; font-size: 50px; line-height: 50px;}








/*.blogpageclass{box-shadow:0 1px 6px 0 rgba(170,193,199,.26);background:#fff;clear:both;margin:0 auto;max-width:820px;padding: 30px; width: 90%}*/
.blogpageclass {box-shadow: 0 1px 6px 0 rgba(170,193,199,.26);background: #fff;clear: both;margin: 30px auto 10px;max-width: 900px;padding: 30px;width: 100%;}

.blogpageclass p{width: 100%;text-align:center;float: right;color: #00253e;font-size: 26px;margin-bottom: 20px;font-family: foco!important;}
.blogpageclass p span{color: #f7941d;}

.analyseformdiv .websiteurlimgdiv {clear: both;float: left;width: 150px;}
.analyseformdiv form {width: calc(100% - 150px);float: right;padding: 0;}
.analyseformdiv form .websiteurl {background: 0 0;padding: 14px;font-size: 16px!important;}
.websiteurl {width: 100%;border: 1px solid #d0d0d0;padding: 10px 10px 10px 40px;margin: 0 0 20px;color: #848484;font-size: 14px;background: url(https://supple.com.au/wp-content/themes/supple/images/url-icon.png) no-repeat 10px center;}

.btnsubmit {background: #f7941d;border: 1px solid #f7941d;box-shadow: rgba(0,0,0,.188235) 0 2px 4.95px 0.05px;color: #fff;margin: 0;font-weight: 500;line-height: 12px;padding: 12px 20px;border-radius: 4px;font-size: 17px!important;display: block;position: relative;z-index: 0;width: auto;cursor: pointer;}

@media screen and (max-width:580px) {
    .analyseformdiv .websiteurlimgdiv {display:none}
    .analyseformdiv form {width: 100%;}
    .btnsubmit {margin: 0 auto;}  
}
