<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
    font-family: Montserrat;
}

a {
    text-decoration: none;
    color: #000;
}

h1 {
    font-size: 2rem;
}

h2 {
    font-size: 1.5rem;
}

h3 {
    font-size: 1.17rem;
}

h4 {
    font-size: 1rem;
}

ul {
    list-style: none;
}

li {
    list-style: disc;
}

.nb_blog_main_container {
    max-width: 1300px;
    margin-inline: auto;
    /*     overflow: hidden; */
    padding-inline: 20px;
}

button {

    cursor: pointer;
}

@media screen and (max-width: 660px) {
    .nb_blog_main_container {
        padding-inline: 10px;
    }
}

/* sub heading */
.nb_blog_post_realestate_heading,
.nb_blog_post_what_new_heading,
.nb_blog_post_webstories_heading,
.nb_blog_post_youtube_heading {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 29.26px;
    text-align: left;
    margin-bottom: 1rem;
}

@media screen and (max-width: 660px) {

    .nb_blog_post_realestate_heading,
    .nb_blog_post_what_new_heading,
    .nb_blog_post_webstories_heading,
    .nb_blog_post_youtube_heading {
        font-size: 1rem;
        font-weight: 700;
        line-height: 19.5px;
    }
}

/* tab buttons */
.nb_blog_tab_button {
    width: max-content;
    white-space: nowrap;
    cursor: pointer;
    padding: 4px 8px;
    font-size: 13px;
    font-weight: 700;
    line-height: 15.85px;
    text-align: left;
    border-radius: 8px;
    border: 1px solid #4B9C76;
    color: #4B9C76;
    background-color: transparent;
}

.nb_blog_tab_button.active {
    background-color: #4B9C76;
    color: #FFFFFF;
    transition: all 250ms;
    border-bottom: none;
}

.ytp-large-play-button {

    width: 50px !important;
    height: 50px !important;

}

.nb_blog_post_accordian_tab_head .nb_blog_tab_button {
    flex: 0 0 auto;
    cursor: pointer;
    padding: 15px 1px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 19.5px;
    color: #000000;
    width: 10rem;
    border: none;
    background-color: transparent;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
}

.nb_blog_post_accordian_tab_head .nb_blog_tab_button.active {
    background-color: #ebebeb;
    transition: all 250ms;
    border-bottom: none;
    border-radius: 0 !important;
}

.nb_blog_post_accordian_tab_head {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    overflow-x: scroll;
    scroll-behavior: smooth;
}

.nb_blog_post_accordian_tab_head::-webkit-scrollbar {
    display: none;
}

.nb_blog_post_whatnew_tab_head,
.nb_blog_post_trending_tab_head,
.nb_blog_post_realestate_tab_head,
.nb_blog_post_homeservice_tab_head {
    overflow-x: scroll;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.nb_blog_post_realestate_tab_head::-webkit-scrollbar,
.nb_blog_post_homeservice_tab_head::-webkit-scrollbar,
.nb_blog_post_whatnew_tab_head::-webkit-scrollbar,
.nb_blog_post_trending_tab_head::-webkit-scrollbar {
    display: none;
}

.nb_blog_post_left_hero h1 span {

    display: none;
}

table.editorbx-css-3 {
    width: 100% !important;
}


/* crumbs */
/* .nb_blog_post_crumbs {
padding-top: 4rem;
} */

@media screen and (max-width: 660px) {
    /*     .nb_blog_post_crumbs {
    padding-top: 3rem;
} */
}

.nb_blog_post_crumbs .crumbs {
    margin: 10px auto;
    font-size: 14px;
    font-weight: 500;
    line-height: 17.07px;
}

.nb_blog_post_crumbs .crumbs .crumbs-span {
    margin: 0 5px;
}

.truncate {
    text-overflow: ellipsis !important;
    overflow: hidden !important;
    white-space: nowrap !important;
}

/* crumbs ends */


/* main starts */
.nb_blog_main_post_container {
    max-width: 1300px;
    margin-inline: auto;
    padding-inline: 20px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 5rem;
    gap: 20px;
    width: 90%;
    margin-inline: auto;
}

/* left container */
.left_main_post {
    width: 25%;
    position: sticky;
    top: 5rem;

}

.post_table_content h2 {
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    line-height: 19.5px;
    text-align: left;
    border-bottom: 1px solid #888888;
    margin-bottom: 10px;
}

.post_table_content p {
    /*     padding-inline: 3rem; */
    font-size: 16px;
    font-weight: 700;
    line-height: 18.94px;
    text-align: justify;
    padding-bottom: 12px;
}

.table_of_contents,
.table_of_content_dropdown {
    display: flex;
    flex-direction: column;
    gap: 12px;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 8rem;
}

h2#frequently-asked-questions {
    margin: 0;
    background-color: #e9f8f1;
}

.table_of_contents::-webkit-scrollbar {
    width: 2px;
}

.table_of_contents::-webkit-scrollbar-track {
    background: #D9D9D9;
}

.table_of_contents::-webkit-scrollbar-thumb {
    background: #4B9C76;
    border-radius: 13px;
}

.table_of_contents a,
.table_of_content_dropdown a {
    color: #444444;
    font-size: 14px;
    font-weight: 600;
    line-height: 17.07px;
    text-align: left;
    flex: 0 0 auto;
    cursor: pointer;
}

.table_of_contents a.inview,
.table_of_content_dropdown a.inview {
    text-decoration: underline;
}

.table_of_contents a:hover,
.table_of_content_dropdown a:hover {
    text-decoration: underline;
}

.left_post_carousel_main_container {
    position: relative;
    margin-top: 1rem;
    background-color: #003585;
    padding: 2rem;
    border-radius: 8px;
}

.left_post_carousel {
    display: flex;
    gap: 20px;
    overflow-x: scroll;
    scroll-behavior: smooth;
}

.left_post_carousel::-webkit-scrollbar {
    display: none;
}

.post_carousel_card {
    width: 250px;
    flex: 0 0 auto;
    background-color: #FFD600;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
}

.post_carousel_card_img img {
    border-radius: 4px 4px 0 0;
    height: 160px !important;
}

.post_carousel_card_contents {
    text-align: center;
    padding-block: 10px;

}

.post_carousel_card_contents p {
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 17.07px !important;
    text-align: center !important;
    padding: 0 !important;
    color: #000000 !important;
}

.post_carousel_card_contents button {
    background: #003585;
    color: #FFFFFF;
    border: none;
    outline: none;
    font-size: 15px;
    font-weight: 700;
    line-height: 18.29px;
    text-align: center;
    padding: 8px 20px;
    border-radius: 4px;
    margin-top: 10px;
}

/* arrow */

#leftarrow,
#rightarrow {
    position: absolute;
    top: 50%;
    bottom: 50%;
    cursor: pointer;
}

#leftarrow {
    left: 0.8rem;
}

#rightarrow {
    right: 0.6rem;
}


/* share */
.left_post_share {
    margin-top: 1rem;
}

.left_post_share p {
    font-size: 14px;
    font-weight: 600;
    line-height: 17.07px;
    text-align: center;

}

.left_post_share_social {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-top: 1rem;
}

/* right container */
.right_main_post {
    width: 75%;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 9px 0px #00000040;
    border-radius: 8px;
    padding-bottom: 2rem;
}

.post_main_head_img img {
    object-fit: cover;
    object-position: top;
    /*     border-radius: 8px 8px 0 0; */
}

.post_main_head_heading h1 {
    color: #444444;
    font-size: 24px;
    font-weight: 700;
    line-height: 32.26px;
    text-align: left;

}

.post_main_head_author,
.post_main_head_tags {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1rem;
}

.post_main_head_author p {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #444444;
    font-size: 14px;
    font-weight: 600;
    line-height: 17.07px;
    text-align: left;

}

.author_profile {
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}

.post_main_head_heading {
    padding: 1rem 2rem;
}

.post_main_head_tags {
    padding-inline: 2rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #A8A8A8AA;
}

.head_tags {
    display: flex;
    gap: 5px;
}

.head_tags div {
    background-color: #FFFFFF;
    padding: 4px;
    border-radius: 4px;
    box-shadow: 0px 0px 8.1px 0px #00000026;
    font-size: 14px;
    font-weight: 600;
    line-height: 17.07px;
    text-align: left;
    display: flex;
    gap: 3px;
    align-items: center;

}

.views {
    font-size: 15px;
    font-weight: 500;
    line-height: 18.29px;
    text-align: left;
    color: #444444;
}


/* contents */
.post_main_contents p {
    padding: 0 2rem;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    text-align: left;
    padding-bottom: 1rem;
    color: #444444;
}

.mob_table_of_content {
    display: none;
}

.table_of_content_accordian {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.table_of_content_dropdown {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s;
    overflow-y: scroll;
    margin-top: 8px;
}

.mob_arrow {
    cursor: pointer;
    transition: transform 0.3s;
}

.mob_arrow.rotate {
    transform: rotate(180deg);
}

.post_main_head {
    display: flex;
    flex-direction: column-reverse;
}

/*  */
.post_main_contents h2 {
    padding-inline: 2rem;
    font-size: 20px;
    font-weight: 700;
    line-height: 22.94px;
    text-align: left;
    margin-block: 15px 0.5rem;
}

.post_main_contents h3 {
    padding-inline: 2rem;
    font-size: 16px;
    font-weight: 700;
    line-height: 25.94px;
    text-align: left;
    margin-bottom: 0.5rem;
}

.post_main_contents h4 {
    padding-inline: 2rem;
    font-size: 14px;
    font-weight: 700;
    line-height: 25.94px;
    text-align: left;
    margin-bottom: 0.5rem;
}

.post_main_contents ul,
.post_main_contents ol {
    padding-inline: 4rem;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    text-align: left;
    color: #444444;
    margin-bottom: 1rem;
}

.post_main_contents ul li,
.post_main_contents ol li {
    margin-bottom: 12px;
}

li ul {
    padding-inline: 1rem !important;
    margin-bottom: 0 !important;
}

ol p {
    padding-inline: 0 !important;
}

ol li p {
    padding: 0 !important;
}

li ul li {
    list-style: circle;
}

.post_main_contents img {
    width: -webkit-fill-available !important;
    /*     height: 300px; */
    object-fit: cover;
}


figcaption.wp-element-caption {
    text-align: center;
    margin-bottom: 12px;
    margin-top: 6px;
    font-size: 13px;
}

/* recomended carousel */
.recomended_corousel {
    background-color: #E7F1FC;
    padding: 20px;
    width: 90%;
    margin-inline: auto;
    margin-block: 0rem 2rem;
    box-shadow: 0px 0px 8.3px 0px #00000026;
    border-radius: 8px;
}

.recomended_corousel .recomended_corousel_heading {
    font-size: 16px;
    font-weight: 600;
    line-height: 19.5px;
    text-align: justify;
    padding: 0 !important;
    color: #000000;
    margin-bottom: 0;

}

.recomended_corousel_container {
    display: flex;
    gap: 20px;
    overflow-x: scroll;
    scroll-behavior: smooth;
}

.recomended_cards {
    width: 300px;
    flex: 0 0 auto;
}

.recomended_img img {
    width: 50px;
    height: 50px !important;
    border-radius: 4px;
}

.recomended_corousel_container::-webkit-scrollbar {
    display: none;
}

.recomended_card {
    display: flex;
    background-color: #FFFFFF;
    border-radius: 4px;
    padding: 10px;
    gap: 5px;
    margin-block: 10px;
}

.recomended_details .recomended_details_heading {
    color: #555555;
    font-size: 12px;
    font-weight: 600;
    line-height: 14.63px;
    text-align: left;
    height: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-inline: 0;
    margin-bottom: 0;
}

.recomended_details_posted {
    display: flex;
    justify-content: space-between;
    margin-top: 0.5rem;
}

p.recomended_details_posted_date {
    color: #A8A8A8;
    font-size: 11px;
    font-weight: 600;
    line-height: 13.41px;
    text-align: left;
    padding: 0 !important;
    margin-bottom: 0px !important;
}

p.recomended_details_posted_views {
    color: #000000;
    font-size: 12px;
    font-weight: 500;
    line-height: 14.63px;
    text-align: left;
    padding: 0 !important;
    margin-bottom: 0px !important;
}

/* key takeaway */
.key_takeaway {
    width: 90%;
    margin-inline: auto;
    background-color: #EBEDFB;
    border-radius: 8px;
    padding: 1rem 3rem;
    margin-block: 1rem;
}

.key_takeaway h2 {
    padding-inline: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 21.94px;
    text-align: justify;
}

.key_takeaway ul {
    list-style: disc;
    margin-block: 1rem;
}

.key_takeaway li {
    list-style: disc;
    margin-bottom: 1rem;
    margin-left: 1rem;
}

figure.wp-block-image {
    padding-inline: 2rem;
}

figure img {
    border-radius: 6px;
}

/* table */
.post_contents_table,
.wp-block-table {
    width: 90%;
    margin-inline: auto;
    overflow-x: scroll;
    scroll-behavior: smooth;
}

.post_contents_table::-webkit-scrollbar,
.wp-block-table::-webkit-scrollbar {
    display: none;
}

table {
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
    flex: 0 0 auto;
}

th,
td {
    padding: 10px;
    text-align: center;
}

tr th:first-child {
    width: 60%;
}

.table_heading h2 {
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 17.5px;
    font-weight: 600;
    line-height: 21.33px;
    text-align: center;

}

th {
    background-color: #DCDCDC;
    font-size: 17.5px;
    font-weight: 600;
    line-height: 21.33px;
}

tr:first-child {
    background-color: #DCDCDC !important;
}

tr:nth-child(even) {
    background-color: #DCDCDC;
}

tr:nth-child(odd) {
    background-color: #EEEEEE;
}

/* table ends */

/* faqs */
.nb_blog_post_faqs,
.schema-faq.wp-block-yoast-faq-block {
    background-color: #E9F8F1;
    padding: 1.5rem 3rem;
}

#h-faq-s {
    background-color: #E9F8F1;
    padding: 1.5rem 3rem;
}


#h-faq-s h2 {
    font-size: 18px;
    font-weight: 600;
    line-height: 21.94px;
    text-align: justify;

}


.accordian,
.schema-faq-section {
    text-align: left;
    padding-block: 16px;
    border-bottom: 1px solid #e5e7eb;
}

.question {
    margin-block: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #464646;
}

.question h3 {
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    line-height: 17.07px;
    text-align: left;

}

.icon {
    cursor: pointer;
    margin-right: 16px;
    transition: transform 0.2s;
}

.icon.toggle {
    transform: rotate(45deg);
}


.answer p {
    color: #444444;
    font-size: 14px;
    font-weight: 500;
    line-height: 17.07px;
    text-align: left;

}


/* mobile view carousels and share from desktop left div */

.mobile_left_post_carousel_main_container {
    display: none;
    position: relative;
    margin-top: 1rem;
    background-color: #003585;
    padding: 2rem;
    border-radius: 8px;
}

/* share */
.mobile_left_post_share {
    display: none;
    margin-top: 1rem;
}

@media screen and (max-width: 660px) {

    figure.wp-block-image {
        padding-inline: 0;
    }

    .nb_blog_post_crumbs .crumbs {
        font-size: 10px;
    }

    .mobile_left_post_carousel_main_container,
    .mobile_left_post_share {
        display: block;
    }

    .mobile_left_post_carousel_main_container {

        margin-bottom: 6%;
    }

    .inline_usps_Mobile_header {

        color: #fff !important;
        font-size: 1.5rem !important;
        text-align: center !important;

    }

    .post_carousel_card_contents p {
        margin-bottom: 0 !important;
    }

    .mob_table_of_content {
        display: block !important;
    }

    .table_of_content_dropdown {
        height: 9rem;
    }
}

.left_post_share p {
    font-size: 14px;
    font-weight: 600;
    line-height: 17.07px;
    text-align: center;

}

.left_post_share_social {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-top: 1rem;
}

.schema-faq.wp-block-yoast-faq-block {
    padding: 0.5rem 1rem;
}

h2#frequently-asked-questions {
    padding: 20px 18px 10px;
}


/* most viewed articles carousel */
.most_viewed_carousel {
    background-color: #E7F1FC;
    padding: 20px;
    width: 90%;
    margin-inline: auto;
    margin-block: 3rem;
    box-shadow: 0px 0px 8.3px 0px #00000026;
    border-radius: 8px;
}

.most_viewed_carousel .most_viewed_carousel_heading {
    font-size: 16px;
    font-weight: 600;
    line-height: 19.5px;
    text-align: justify;
    padding-inline: 0 !important;
}

.most_viewed_carousel_container {
    display: flex;
    gap: 20px;
    overflow-x: scroll;
    scroll-behavior: smooth;
}

.most_viewed_cards {
    width: 300px;
    flex: 0 0 auto;
}

.most_viewed_img img {
    width: 50px !important;
    height: 50px !important;
    border-radius: 4px;
    object-fit: cover;
    object-position: center;
}

.most_viewed_carousel_container::-webkit-scrollbar {
    display: none;
}


.most_viewed_card {
    display: flex;
    background-color: #FFFFFF;
    border-radius: 4px;
    padding: 10px;
    gap: 5px;
    margin-block: 10px;
}

.most_viewed_details .most_viewed_details_heading {
    color: #555555;
    font-size: 12px;
    font-weight: 600;
    line-height: 14.63px;
    text-align: left;
    height: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-inline: 0;
}

.most_viewed_details_posted {
    display: flex;
    justify-content: space-between;
    margin-top: 0.5rem;
}

p.most_viewed_details_posted_date {
    color: #A8A8A8;
    font-size: 11px;
    font-weight: 600;
    line-height: 13.41px;
    text-align: left;
    padding: 0 !important;
    margin-bottom: 0px !important;
}

p.most_viewed_details_posted_views {
    color: #000000;
    font-size: 12px;
    font-weight: 500;
    line-height: 14.63px;
    text-align: left;
    padding: 0 !important;
    margin-bottom: 0px !important;
}

/* most viewed articles ends */

/* author details */
.main_post_author_details {
    width: 80%;
    margin: 3rem auto;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 12px 0px #00000026;
    border-radius: 6px;
    padding: 1rem;
}

.img_after_paragraph {

    cursor: pointer;
}

.posted_author {
    display: flex;
    align-items: center;
    gap: 5px;
}

.posted_author img {
    width: 63px !important;
    height: 63px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
    margin-right: 10px;
}

.posted_author_name {
    font-size: 21px;
    font-weight: 600;
    line-height: 25.6px;
    text-align: left;
}

.posted_by {
    color: #444444;
    font-size: 21px;
    font-weight: 400;
    line-height: 25.6px;
    text-align: left;

}

.posted_author_bio {
    color: #444444;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.5px;
    text-align: left;
    height: 60px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-block: 1rem;
}

/* posterd author */

/* your thoughts */
.main_post_your_thoughts {
    width: 85%;
    margin-inline: auto;
    margin-block: 1rem;
}

.main_post_your_thoughts h2 {
    font-size: 18px;
    font-weight: 600;
    line-height: 21.94px;
    text-align: justify;
}

.post_comments {
    display: flex;
    gap: 1rem;
    margin-block: 1.5rem;
}

.post_comments img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}

.commented_by h3 {
    font-size: 14px;
    font-weight: 600;
    line-height: 17.07px;
    text-align: justify;
}

.commented_by p {
    font-size: 14px;
    font-weight: 400;
    line-height: 17.07px;
    text-align: justify;
}

.post_comments_reply {
    align-self: flex-end;
    color: #4E85BD;
    font-size: 12px;
    font-weight: 600;
    line-height: 14.63px;
    text-align: right;
    text-decoration: underline;
}

/* post comment ends*/

/* form */
.form_head {
    font-size: 16px;
    font-weight: 500;
    line-height: 19.5px;
    text-align: center;
}

.post_comment_form_container {
    margin-block: 3rem;
}

form.post_comment_form {
    margin-block: 1rem;
    width: 85%;
    margin-inline: auto;
}

form.post_comment_form input {
    width: 100%;
    border-radius: 4px;
    border: 1px solid #D9D9D9;
    height: 39px;
    padding-inline: 1rem;
    outline: none;
    color: #666666;
    font-size: 12px;
    font-weight: 500;
    line-height: 14.63px;
    text-align: left;
    margin-bottom: 1rem;

}

textarea {
    width: 100%;
    height: 120px;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    border: 1px solid #D9D9D9;
    outline: none;
    color: #666666;
    font-size: 12px;
    font-weight: 500;
    line-height: 14.63px;
    text-align: left;
    margin-bottom: 1rem;
}

.comment_submit {
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
}

.comment_submit button {
    padding: 12px 28px;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 700;
    line-height: 18.29px;
    text-align: center;
    border: 1px solid #CCCCCC;
    background-color: #FFFFFF;
    color: #CCCCCC;
    cursor: pointer;
}

.submit_button {
    background-color: #FD3753 !important;
    border: none !important;
    color: #FFFFFF !important;
}

/* form ends */



/* subscribe now */
.nb_blog_category_subscribe_section {
    display: none;
    background-color: #EBEDFB;
    box-shadow: 0px 0px 10.6px 0px #98A1E080;
    border-radius: 8px;
    margin-top: 4rem;
}

.nb_blog_category_subscribe {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem;
    gap: 10px;
}

.nb_blog_category_subscribe_content {
    width: 35%;
    color: #444444;
}

.nb_blog_category_subscribe_content .nb_blog_category_subscribe_content_heading {

    font-size: 24px;
    font-weight: 700;
    line-height: 29.26px;
    text-align: left;
}

.nb_blog_category_subscribe_content p {

    font-size: 16px;
    font-weight: 500;
    line-height: 19.5px;
    text-align: left;
}

.subscribe_sec_mail {
    position: relative;
    width: 45%;
}


.nb_blog_category_subscribe form {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nb_blog_category_subscribe input {
    width: 45%;
    height: 57px;
    border-radius: 4px;
    border: 1px solid #D9D9D9;
    outline: none;
    padding-inline: 15px;

    font-size: 14px;
    font-weight: 500;
    line-height: 17.07px;
    text-align: left;
    color: #666666;
}

.nb_blog_category_subscribe button {
    width: 179px;
    padding: 12px 28px 12px 28px;
    border-radius: 4px;
    background: #FD3753;
    color: #F9F9F9;

    font-size: 15px;
    font-weight: 700;
    line-height: 18.29px;
    text-align: center;
    border: none;
    outline: none;
}

@media screen and (max-width: 991px) {
    .nb_blog_category_subscribe_section {
        margin-top: 2rem;
    }

    .nb_blog_category_subscribe_content .nb_blog_category_subscribe_content_heading {
        font-size: 22px;
    }

    .nb_blog_category_subscribe_content p {
        font-size: 15px;
    }

    .nb_blog_category_subscribe input {
        height: 45px;
    }

    .nb_blog_category_subscribe button {
        padding: 12px 20px 12px 20px;
    }
}

@media screen and (max-width: 660px) {
    .nb_blog_category_subscribe_section {
        display: block;
        margin-top: 1rem;
        background-color: #F5FAFF;
        box-shadow: 0px 0px 10.6px 0px #00000026;
    }

    .nb_blog_category_subscribe {
        gap: 15px;
        flex-direction: column;
        justify-content: center;
    }

    .nb_blog_category_subscribe_content,
    .nb_blog_category_subscribe input,
    .subscribe_sec_mail {
        width: 100%;
    }

    .nb_blog_category_subscribe input {
        height: 39px;
    }

    .nb_blog_category_subscribe_content .nb_blog_category_subscribe_content_heading {
        text-align: center;
        font-size: 16px;
        font-weight: 700;
        line-height: 19.5px;
    }

    .nb_blog_category_subscribe_content p {
        text-align: center;
        font-size: 14px;
        font-weight: 500;
        line-height: 17.07px;
    }

}

@media screen and (max-width: 479px) {
    .nb_blog_category_subscribe {
        padding: 20px 10px;
    }
}




/* related articles */
.main_post_related_articles_container {
    width: 85%;
    margin-inline: auto;
    margin-block: 3rem;
}

.main_post_related_articles_container h2 {
    font-size: 18px;
    font-weight: 600;
    line-height: 21.94px;
    text-align: justify;
}

.main_post_related_articles {
    height: 300px;
    overflow-y: scroll;
    margin-block: 1rem;
}

.main_post_related_articles::-webkit-scrollbar {
    width: 6px;
}

.main_post_related_articles::-webkit-scrollbar-track {
    background: #D9D9D9;
    border-radius: 21px;
}

.main_post_related_articles::-webkit-scrollbar-thumb {
    background: #FD3753;
    border-radius: 21px;
}

.related_article h3 {
    font-size: 14px;
    font-weight: 600;
    line-height: 17.07px;
    text-align: left;
    margin-block: 1rem;
}

.related_article p {
    font-size: 12px;
    font-weight: 600;
    line-height: 14.63px;
    text-align: left;
    color: #444444;
    width: 80%;
    padding-bottom: 10px;
    border-bottom: 1px solid #4E85BD;
}

/* recent blog category */

.main_post_recent_blog_category_container {
    width: 85%;
    margin-inline: auto;
    margin-block: 3rem;
}

.main_post_recent_blog_category_container .main_post_recent_blog_category_container_heading {
    font-size: 18px;
    font-weight: 600;
    line-height: 21.94px;
    text-align: justify;
}

.main_post_recent_blog_category {
    height: 300px;
    overflow-y: scroll;
    margin-block: 1rem;
}


.main_post_recent_blog_category::-webkit-scrollbar {
    width: 6px;
}

.main_post_recent_blog_category::-webkit-scrollbar-track {
    background: #D9D9D9;
    border-radius: 21px;
}

.main_post_recent_blog_category::-webkit-scrollbar-thumb {
    background: #FD3753;
    border-radius: 21px;
}

.recent_blog_category .recent_blog_category_heading {
    font-size: 14px;
    font-weight: 600;
    line-height: 17.07px;
    text-align: left;
    margin-block: 1rem;
    color: #000000;
    width: 100%;
    padding-bottom: 0;
    border-bottom: 0;
}

.recent_blog_category p {
    font-size: 12px;
    font-weight: 600;
    line-height: 14.63px;
    text-align: left;
    color: #444444;
    width: 80%;
    padding-bottom: 10px;
    border-bottom: 1px solid #4E85BD;
}

@media screen and (max-width: 991px) {
    .nb_blog_main_post_container {
        width: 100%;
    }

    .left_main_post {
        width: 30%;
    }

    .right_main_post {
        width: 70%;
    }

    .post_main_head_heading {
        padding: 1rem;
    }

    .post_main_contents p {
        padding: 1.5rem;
    }

    .post_main_contents h2 {
        padding-inline: 1.5rem;
    }

    table {
        width: 38rem;
    }
}


@media screen and (max-width: 660px) {
    .left_main_post {
        display: none;
    }

    .right_main_post {
        width: 100%;
        padding: 1rem;
    }

    .nb_blog_main_post_container {
        padding-top: 2rem;
        padding-inline: 0;
    }

    .post_main_head {
        display: flex;
        flex-direction: column-reverse;
        gap: 10px;
    }

    .post_main_head_heading {
        padding: 0;
    }

    .post_main_head_heading h1 {
        color: #000000;
        font-size: 16px;
        font-weight: 600;
        line-height: 19.5px;
        text-align: left;
    }

    .post_main_head_author p {
        font-size: 11px;
        font-weight: 600;
        line-height: 13.41px;
        text-align: left;
    }

    .post_main_head_img img {
        height: 200px;
        border-radius: 8px;
    }

    .post_main_head_tags {
        padding-inline: 0;
        border-bottom: none;
    }

    .post_main_head_tags a {
        font-size: 10px;
    }

    .head_views span svg {
        width: 13px;
        height: 9px;
    }

    .views {
        font-size: 12px;
    }

    .post_main_contents p {
        padding: 0.3rem 0 !important;
    }

    .post_main_contents h3 {
        padding-inline: 0;
    }

    .post_main_contents ul,
    .post_main_contents ol {
        padding-inline: 0.5rem;
    }

    /*     .post_main_contents img {
    height: 220px;
} */

    .recomended_corousel,
    .most_viewed_carousel {
        width: 100%;
        margin-block: 2rem;
        padding: 10px;
    }

    .post_main_contents h2 {
        padding-inline: 0;
        font-size: 1.1rem;
        font-weight: 700;
        line-height: 1.5;
    }

    .key_takeaway {
        width: 100%;
        padding: 1rem;
    }

    table {
        width: 32rem;
    }

    tr th:first-child {
        width: 50%;
    }

    .post_contents_table,
    .wp-block-table {
        width: 100%;
    }

    .main_post_next_article {
        width: 100%;
        gap: 10px;
    }

    .next_article_card {
        margin: 0;
        padding: 10px 5px;
        width: 313px;
    }



    .main_post_your_thoughts h2 {
        font-size: 16px;
        font-weight: 700;
    }

    .main_post_author_details {
        width: 100%;
    }

    .posted_author img {
        width: 42px;
        height: 42px;
    }

    .posted_author_name,
    .posted_by {
        font-size: 14px;
    }

    .posted_author_bio {
        font-size: 14px;
        line-height: 17.07px;
        height: 53px;
    }

    .main_post_your_thoughts,
    .main_post_related_articles_container,
    .main_post_recent_blog_category_container {
        width: 100%;
    }

    .form_head {
        text-align: left;
    }

    form.post_comment_form {
        width: 100%;
    }

    /* add ons */
    .mob_table_of_content {
        position: sticky;
        top: 48px;
        background-color: #F5FAFF;
        box-shadow: 0px 0px 10.1px 0px #00000026;
        padding: 10px;
        margin-block: 10px;
        z-index: 100;
    }
}


.nb_blog_web_stories_section {
    background: #F5FAFF;
    border-radius: 8px;
    box-shadow: 0px 0px 10.6px 0px #00000026;
    padding: 2rem;
    margin-top: 4rem;
    position: relative;
}


.nb_blog_web_stories {
    position: relative;
    width: 240px;
    height: 280px;
    flex: 0 0 auto;
    margin: 10px;
}

.nb_blog_web_stories::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    border-radius: 4px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 49.8%, #000000 100%);
}

.nb_blog_web_stories_carousel {
    display: flex;
    justify-content: flex-start;
    display: flex;
    justify-content: flex-start;
    width: 99%;
    margin-inline: auto;
    overflow-x: scroll;
    scroll-behavior: smooth;
    overflow-y: hidden;
}

.nb_blog_web_stories_carousel::-webkit-scrollbar {
    display: none;
}

.nb_blog_web_stories img {
    border-radius: 4px;
}

.web_stories_details {
    position: absolute;
    bottom: 10px;
    left: 0;
    z-index: 2;
}

.web_stories_content {
    width: 85%;
    margin-inline: auto;
    background-color: #FFFFFFCC;
    padding: 5px;
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    line-height: 17.07px;
    border-radius: 4px;
    margin-bottom: 10px;
}

.web_stories_date {
    font-size: 12px;
    font-weight: 600;
    line-height: 14.63px;
    text-align: left;
    color: #FFFFFF;
    margin-inline: auto;
    width: 85%;
    margin-block: 5px;
}


@media screen and (max-width: 991px) {
    .nb_blog_web_stories_section {
        margin-top: 2rem;
    }

}

@media screen and (max-width: 660px) {
    .nb_blog_web_stories_section {
        padding: 20px 10px;
    }

    .nb_blog_web_stories_carousel {
        gap: 20px;
    }

    .nb_blog_web_stories {
        margin: 0;
    }
}

/* webstories ends */

/* youtube section */
.nb_blog_youtube_carousel {
    background-color: #EBEDFB;
    border-radius: 8px;
    box-shadow: 0px 0px 10.6px 0px #00000026;
    padding: 2rem;
    margin-top: 4rem;
    position: relative;
}

.nb_blog_youtube_heading_carousel {
    width: 97%;
    margin-inline: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    overflow-x: scroll;
    scroll-behavior: smooth;
    overflow-y: hidden;
}

.nb_blog_youtube_heading_carousel::-webkit-scrollbar {
    display: none;
}

.nb_blog_youtube_card iframe {
    border-radius: 4px;
}


@media screen and (max-width: 991px) {
    .nb_blog_youtube_carousel {
        margin-top: 2rem;
    }

}

@media screen and (max-width: 660px) {
    .nb_blog_youtube_carousel {
        padding: 20px 10px;
    }

    .nb_blog_youtube_card iframe {
        width: 300px;
        height: 290px;
    }
}

/* youtube sections ends */

/* category accordian starts */

/* footer starts */
@media screen and (max-width: 660px) {

    #leftarrow,
    #rightarrow {
        display: none !important;
    }
}


.nb_blog_webstories_heading,
.nb_blog_youtube_heading {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 29.26px;
    text-align: left;
    margin-bottom: 1rem;
}

@media screen and (max-width: 660px) {

    .nb_blog_webstories_heading,
    .nb_blog_youtube_heading {
        font-size: 1rem;
        font-weight: 700;
        line-height: 19.5px;
    }
}

.nb_blog_accordian_tab_head .nb_blog_tab_button {
    flex: 0 0 auto;
    cursor: pointer;
    padding: 15px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 19.5px;
    color: #000000;
    width: fit-content;
    border: none;
    background-color: transparent;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
}

.nb_blog_accordian_tab_head .nb_blog_tab_button.active {
    background-color: #ebebeb;
    transition: all 250ms;
    border-bottom: none;
    border-radius: 0 !important;
}

.nb_blog_accordian_tab_head {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    overflow-x: scroll;
    scroll-behavior: smooth;
}

.nb_blog_accordian_tab_head::-webkit-scrollbar {
    display: none;
}




/* scroll up button for mobile */
.mob_arrow_up_scroll {
    display: none;
    background-color: #FFFFFF !important;
    border-radius: 50%;
    position: fixed;
    bottom: 15rem;
    right: 4%;
    z-index: 998;
}

@media screen and (max-width: 660px) {
    .mob_arrow_up_scroll {
        display: flex;
    }
}




/* popup */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: none;
}

#popup-container {
    position: relative;
    z-index: 9999;

}

#popup {
    position: fixed;
    top: -100%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    background-color: #E9F8F1;
    padding: 2rem 1rem;
    box-shadow: 0px 0px 10.6px 0px #00000026;
    transition: top 0.8s ease-in-out;
    text-align: center;
    color: #444444;
    border-radius: 8px;
}

#popup.open {
    top: 50%;
}

.close-btn {
    position: absolute;
    top: 0px;
    right: 10px;
    cursor: pointer;
    font-size: 2.5rem;
}

.close-btn:hover {
    color: red;
}

/* category */
.popup-heading {
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 19.5px !important;
    text-align: center !important;
}

#popup p {
    font-size: 14px;
    font-weight: 500;
    line-height: 17.07px;
    text-align: center;
    margin-block: 1rem;
}

#popup input {
    width: 95%;
    margin-inline: auto;
    padding: 10px 15px;
    border: 1px solid #D9D9D9;
    font-size: 12px;
    font-weight: 500;
    line-height: 14.63px;
    outline: none;
}

.select_categ {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    width: 85%;
    margin-inline: auto;
    margin-block: 1rem;
}

.categ_options {
    background-color: #FFFFFF;
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    box-shadow: 0px 0px 4px 0px #00000040;
    border-radius: 100px;
    padding: 4px 12px;
    cursor: pointer;
    width: fit-content;
}

.selected {
    background-color: #000000;
    color: #fff;
}

#submit-btn {
    background-color: #FD3753;
    color: #F9F9F9;
    padding: 12px 28px;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 700;
    line-height: 18.29px;
    text-align: center;
    outline: none;
    border: none;
    margin-top: 1rem;
}

#error-message {
    color: red;
    display: none;
}


@media screen and (max-width: 660px) {
    #popup {
        width: 90%;
        padding: 2rem 0.8rem;
    }
}



/* submit msg */

.submitMsg_main {
    position: fixed;
    top: -100%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    transition: top 0.8s ease-in-out;
    width: 332px;
    height: 209px;
    border-radius: 8px;
    background-color: #FD3753;
    box-shadow: 0px 0px 10.6px 0px #00000026;
    font-size: 16px;
    line-height: 19.5px;
    text-align: center;
    color: #FFFFFF;
    padding: 35px 40px;
}

.submitMsg_heading {
    margin-block: 1rem !important;
    font-size: 1.5rem;
}

.getEstimateButton {
    display: none;
}

@media screen and (max-width: 660px) {
    .chat_bot {
        bottom: 10rem !important;
    }

    /* 		.post_main_contents {
        text-align: -webkit-center;
    } */

    .getEstimateButton {
        display: block;
        background-color: #fd3753;
        color: #f9f9f9;
        padding: 12px 28px;
        border-radius: 4px;
        font-size: 15px;
        font-weight: 700;
        line-height: 18.29px;
        text-align: center;
        outline: none;
        border: none;
        margin-bottom: 12px;
    }
}

/* Inline card usps */
p.inline_usps_header {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0px;
    text-align: center;
    color: #fff;
}

.inline_usps {
    display: flex;
    vertical-align: middle;
    justify-content: space-evenly;
    overflow-x: scroll;
    margin-bottom: 4%;
    gap: 1rem;
    padding-left: 3%;
    font-weight: 800;

}

.inline_usps span {

    flex: 0 0 auto;
    color: #fff;

}

span.usp_txt {
    font-size: 13px;
    color: #fff;
    flex: 0 0 auto;
    margin-bottom: 19px;
}

img.emoji {
    width: 14px;
}

.inline_usps::-webkit-scrollbar {
    display: none;
}


.FixedFooter {
    bottom: 0;
    overflow: hidden;
    z-index: 100;
    padding: 10px;
}

.FixedFooterBtn {
    cursor: pointer;
    font-weight: 600;
    font-size: 18px;
    padding: 4px 12px;
    height: auto;
    border: 1px solid transparent;
    background-color: #fd3753;
    color: white;
    border-radius: 5px;
}

.show_offer_services_content {
    text-align: left;
}

.dynamicFooter {
    position: fixed;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
    background-color: #FFFFFF;
    border-top: 1px solid #0000002b;
    box-shadow: 0 -4px 6px #0000001a;
    gap: 4rem;
    transition: bottom 1s ease;
    justify-content: center;
    padding-inline: 6%;
}

#show_offer_services {
    text-align: center;
    z-index: 1;
    background-color: white;
    padding: 8px;
    align-items: center;
    justify-content: end;
    margin-bottom: -8px;
    cursor: pointer;
    display: flex;
    gap: 1rem;
}

#show_offer_close {
    position: absolute;
    top: -20px;
    right: 12px;
    height: 20px;
    background: #ffffff;
    padding-inline: .5rem;
    background-color: #FFFFFF;
    border: 1px solid #0000002b;
    border-bottom: 0;
    box-shadow: 0 -4px 6px #0000001a;
    border-radius: 4px 4px 0 0;
}

.contexulInnerDiv {
    display: flex;
}

#offer_close {
    font-weight: 600;
    color: #000;
    border-radius: 50%;
    border: 1px solid #000;
    width: 30px;
    height: 23px;
    cursor: pointer;
}

.offer_details {
    color: #009587;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 8px;
}

.show_offer_services_content p {
    font-size: 1rem !important;
}

.whatsapp_share_div {
    transition: all 0.2s ease-in;
    backface-visibility: hidden;
    display: block;
    position: fixed;
    opacity: 1;
    text-align: left;
    bottom: 180px;
    z-index: 94034;
    right: 0px;
    background: #25d366;
    padding: 6px;
    border-bottom: none;
    border-radius: 0px 4px 0px 4px;
}

.svgwhatapp {
    width: 25px;
    height: 25px;
}

@media screen and (max-width: 660px) {
    .show_offer_services_content {
        text-align: center;
    }

    .dynamicFooter {
        gap: 0;
        flex-direction: column;
        padding-inline: 0;
    }

    .FixedFooter {
        background-color: #fd3753;
        width: 100%;
        text-align: center;
    }

    #show_offer_services {
        width: 100%;
        justify-content: center;
        gap: 4px;
    }

    .show_offer_services_img {
        width: 25%;
    }

    .show_offer_services_img img {
        width: 65px;
        height: 65px;
    }

    #show_offer_close {
        right: 4px;
    }

    .offer_details {
        font-size: 14px;
        margin-bottom: o;
    }

    .show_offer_services_content p {
        font-size: 13px !important;
    }
}

div#popup_form_div_dynamic,
div#popup_form_div_dynamic2,
div#popup_form_div_dynamic3 {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#ints_name,
#ints_city,
#ints_number {
    width: 90% !important;
    padding-inline: 12px;
    outline: none;
}

form#secondStepFormId,
#popup_header_dyn p {
    margin-top: 12px !important;
}

input#ints_submit_secondStage {
    margin-block: 12px;
}

label#experienceForm_input1_consent {
    margin-left: 8px;
}

div#experience_pop5 {
    width: 100% !important;
}

input#experienceForm_input2 {
    width: 90% !important;
}

.MobileImageBtn {
    display: flex;
    background-color: #FD3753;
    color: #F9F9F9;
    padding: 12px 28px;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 700;
    line-height: 18.29px;
    text-align: center;
    outline: none;
    border: none;
    margin: auto;
    margin-top: 1rem;
    margin-bottom: 1rem;

}

.post_main_contents a {

    color: #fd3753;
}

.most_viewed_card a,
.recomended_card a {
    color: initial;
    /* or specify the color you want here */
}


@media (max-height: 800px) {
    .left_post_carousel_main_container {
        padding: 1rem 2rem;
    }

    p.inline_usps_header {
        font-size: 13px;
    }

    .post_table_content p {
        padding-bottom: 8px;
    }

    .inline_usps {
        font-size: 13px;
    }

    .post_carousel_card_contents {
        padding-block: 5px;
    }

    .post_carousel_card_contents p {
        font-size: 13px !important;
    }

    .left_post_share {
        margin-top: 0.5rem;
    }

    .left_post_share p {
        font-size: 13px;
    }

    .left_post_share_social {
        margin-top: 0;
    }
}

@media (max-height: 700px) {

    .table_of_contents,
    .table_of_content_dropdown {
        height: 5rem;
    }

    .left_post_carousel_main_container {
        padding: 8px 2rem;
    }
}


.post_main_contents ol li {
    list-style: decimal;
}

.left_post_share_social div {
    cursor: pointer;
}

/* faqs */
.schema-faq-question {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-block: 12px;
}

.schema-faq-answer {
    line-height: 1.7;
    overflow: hidden;
    width: 95%;
    padding: 0 !important;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s;
    padding: 0;
}

.schema-faq-answer.open {
    max-height: 200px;
    padding: 10px 0;
    overflow-y: scroll;
}


::-webkit-scrollbar {
    height: 8px;
    /* Height for horizontal scrollbar */
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
    /* Track background */
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: #888;
    /* Thumb color */
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
    /* Darker thumb color on hover */
}

.faq-icon {
    transition: transform 0.4s;
}

.faq-icon.rotate {
    transform: rotate(45deg);
}

div#short_code_content {
    overflow-x: scroll;
}

div#short_code_content::-webkit-scrollbar {
    display: none;
}</pre></body></html>