h1,
h2,
h3,
h4,
h5,
h6,
p,
span {
    font-family: 'Poppins', sans-serif;
}

/*=============================================
= Header  CSS
=============================================*/

header#sp-header {
    position: sticky;
    width: 100%;
    top: 0;
    left: 0;
    margin: auto;
    z-index: 999;
    transition: ease-in-out 2s linear;
    background: var(--white_color);
    background: #fff;
    box-shadow: rgb(100 100 111 / 10%) 0px 7px 29px 0px;
}

header,
footer {
    padding: 10px 0;
    vertical-align: top;
    background: #fff;
}

footer {
    background: #0062B4;
    padding: 20px 0;
}

header .row,
footer .row {
    align-items: center;
}

.lp-btn {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.5;
    background: #0062B4;
    border-radius: 50px;
    padding: 11px 35px;
    color: #ffffff;
    outline: none;
    border: 2px solid transparent;
    text-decoration: none !important;
    display: inline-block;
    transition: all 0.4s;
}

.button-header .lp-btn {
    font-size: 16px;
}

.lp-btn:hover {
    border: 2px solid #0062B4;
    background: transparent;
    color: #0062B4;
}

.header__branding img.sp-default-logo {
    width: 207px;
    height: auto;
    object-fit: cover;
}

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

    /* .header_logo .header__branding,
    .header_logo .sp-column,
    .header_logo .button-header{
    text-align: center;
    width: 100%;
    } */
    /*.header_logo .header__branding{
    margin-bottom: 30px;
    }*/
    .post-box-body .dft-btn a {
        text-align: center;
    }
}

@media only screen and (max-width: 575px) {
    .lp-btn {
        padding: 11px 13px;
        font-size: 14px;
    }

    /* .button-header .lp-btn span {
        display: none;
    } */
    .lp-btn-lp {
        padding: 14px 14px;
    }

    footer {
        padding: 25px 0 80px;
    }
}

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

    header .row,
    footer .row {
        margin: 0;
    }

    header .button-header .lp-btn {
        padding: 10px 15px;
        font-size: 14px;
    }

    .header__branding img.sp-default-logo {
        width: 140px;
        height: auto;
        object-fit: cover;
    }

}

/*=============================================
= Header  CSS
=============================================*/
/*===============================================
= footer start  CSS
============================================*/
.lp_footer {
    padding: 15px 0;
    background: #222222;
}

.footer_text p {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #Fff;
    text-align: center;
    width: 100%;
    margin: 0;
}

.footer_btn {
    text-align: center;
}

.footer_btn .lp_default_btn {
    background: transparent;
    color: #fff;
    border-color: #fff;
}

.footer_btn .lp_default_btn:hover {
    background: transparent;
    color: #fff;
    border-color: #fff;
}

.footer_logo img {
    width: 180px;
    height: auto;
}

/* .footer_logo img {
    filter: brightness(0) invert(1);
} */
@media only screen and (max-width: 991px) {
    /* .footer_text p {
        margin: 25px 0 0;
    } */

    /* .footer_btn {
        text-align: right;
    } */
    .lp_footer .container {
        max-width: 100% !important;
    }
}

@media only screen and (max-width: 767px) {
    .footer_logo {
        margin: 0 0 20px;
    }

    .footer_btn {
        text-align: center;
    }
}

@media only screen and (max-width: 575px) {
    .lp_footer {
        padding: 25px 0 25px;
    }

    .footer_logo,
    .footer_text p {
        text-align: center;
    }

    .footer_text p {
        margin: 20px 0 0;
    }
}

/*===============================================
= End footer CSS
============================================*/
/*===============================================
= Start Price Transparency Page CSS
===============================================*/
section.service_page_main_section {
    padding: 0 200px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.experts-sec .default-btn {
    margin: 30px 0 0;
}

.prices-box .post-box-wrapper:hover {
    filter: drop-shadow(0px 16px 32px rgba(0, 0, 0, 0.15));
}

.prices-box-title h5 {
    font-size: 20px;
    text-transform: uppercase;
    color: #0062B4;
    line-height: 1.5;
    font-weight: 500;
}

.prices-box-title span {
    font-size: 16px;
}

.prices-box-title h3 {
    margin: 15px 0 0;
}

.post-box-title a:hover h3 {
    color: #0062B4;
}

@media only screen and (max-width: 1024px) {
    .prices-box-title h5 {
        font-size: 18px;
    }

    .prices-box .default-btn {
        padding: 14px 40px;
    }
}

@media only screen and (max-width: 991px) {
    .prices-box-title h5 {
        font-size: 16px;
    }

    .experts-sec .default-btn {
        margin: 20px 0 0;
    }
}

@media only screen and (max-width: 767px) {
    .post-box-body .dft-btn .default-btn {
        padding: 14px 20px;
        width: 100%;
    }
}

@media only screen and (min-width: 1200px) {
    .prices-box-title h3 {
        font-size: 28px;
    }
}

/*===============================================
= End Price Transparency Page CSS
===============================================*/
/*===============================================
= New Service page CSS
===============================================*/
.box-content-info {
    margin-bottom: 30px !important;
    margin-top: 0 !important;
}

.post-box-wrapper {
    background-color: #ffffff;
    box-shadow: 0px 8px 24px 0px rgb(132 163 180 / 25%);
    transition: all 0.5s;
    height: 100%;
    position: relative;
    border-radius: 15px;
}

.post-box-img {
    margin-bottom: 24px;
}

.post-box-img img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    display: inline-block;
    vertical-align: top;
    border-radius: 15px 15px 0 0;
    background: #EFF1F5;
}

.service_page_box .post-box-body {
    padding-bottom: 70px;
}

.post-box-body {
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 20px;
}

.post-box-title {
    margin-bottom: 15px;
}

.post-box-desc p {
    margin-bottom: 25px;
}

.post-box-cta {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
}

.post-box-cta a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.box-content-info {
    margin-top: 30px;
}

.post-box-body .dft-btn {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 25px 30px;
}

.post-box-title h3 {
    font-size: 24px;
    transition: all 0.4s;
    margin: 0;
}

.post-box-desc p {
    margin-bottom: 16px !important;
}

.post-box-title span {
    margin-bottom: 10px;
    display: block;
}

@media screen and (max-width: 1199px) {
    .post-box-desc p {
        font-size: 16px;
    }
}

@media screen and (max-width: 991px) and (min-width: 576px) {

    .box-content-info:first-child,
    .box-content-info:nth-child(2) {
        margin-top: 10px !important;
    }
}

@media screen and (max-width: 576px) {
    .post-box-body .default-btn .default-cta {
        width: 100% !important;
        max-width: 100%;
    }

    .post-box-title h3 {
        font-size: 20px;
    }

    .box-content-info:first-child {
        margin-top: 10px !important;
    }
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    .post-box-img img {
        height: auto;
    }

    body section.service_page_main_section {
        padding: 0 15px !important;
    }
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
    .post-box-img img {
        height: 230px;
    }
}

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

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .post-box-img img {
        height: 230px;
    }
}

@media (max-width: 991px) {
    section.service_page_title_section {
        margin-top: 30px;
    }

    section.service_page_main_section {
        padding: 0 35px !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
    .post-box-img img {
        height: 230px;
    }

    section.service_page_main_section {
        padding: 0 50px;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1140px) {
    .post-box-img img {
        height: 230px;
    }

    section.service_page_main_section {
        padding: 0 50px;
    }
}

@media only screen and (min-width: 1141px) and (max-width: 1280px) {
    .post-box-img img {
        height: 260px;
    }

    section.service_page_main_section {
        padding: 0 100px;
    }
}

@media only screen and (min-width: 1281px) and (max-width: 1440px) {
    .post-box-img img {
        height: 280px;
    }

    section.service_page_main_section {
        padding: 0 100px;
    }
}

@media only screen and (min-width: 1441px) and (max-width: 1680px) {
    section.service_page_main_section {
        padding: 0 100px;
    }
}

@media only screen and (min-width: 1681px) and (max-width: 1880px) {}



/*===============================================
= End New Service page CSS
===============================================*/

section.service_page_title_section {
    padding: 0 40px;
    margin-bottom: 30px;
}

.service_page_title_row {
    background-color: #f9f7f9;
    padding: 24px 24px 24px 24px !important;
    border-radius: 16px 16px 16px 16px;
}

.service_page_title_module h2 {
    text-align: center;
    color: #0062B4;
}