@import url('https://fonts.googleapis.com/css2?family=Lora:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Figtree:wght@300;400;500;600;700;800;900&family=Poppins:wght@100;200;300;400;500;600;700;800;900&family=Vollkorn:wght@400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    --playfair_font: 'Playfair Display', serif;
}

a:focus {
    outline: none;
}

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

/*.page-default-btn {
    display: none;
}*/

.show-mobile {
    display: none;
}

body {
    background-color: #fff !important;
}

li,
p,
a,
span {
    font-family: 'Poppins';
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--playfair_font);
}

ul,
ol {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

body p {
    font-size: 18px;
    color: #202020;
    line-height: 1.7;
}

.container {
    width: 100%;
    max-width: 1200px;
}

section {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

a:hover {
    text-decoration: none !important;
}

/*=============================================
= Header  CSS
=============================================*/
header,
footer {
    padding: 15px 0;
    vertical-align: top;
    background-color: #e6f3dc;
}

footer {
    padding: 15px 0;
    background-color: #010001;
}

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

.lp-btn {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.5;
    background: #183f3c;
    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;
    text-transform: uppercase;
}

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

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

.header_logo img {
    height: auto;
}

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

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

    .header_logo .header__branding,
    .header_logo .sp-column,
    .header_logo .button-header {
        text-align: center;
        width: 100%;
    }

    body .header_logo .logo.header__branding {
        text-align: left !important;
    }

    /*.header_logo .header__branding{
    margin-bottom: 30px;
    }*/
}

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

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

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

    .header_logo div#sp-logo {
        padding: 0 !important;
    }

    .header_logo .logo.header__branding {
        text-align: left !important;
    }

    .header_logo img {
        height: auto !important;
        text-align: left !important;
        width: 89% !important;
    }
}

@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;
    }
}

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

/*=============================================
= Banner Section  CSS
=============================================*/
.lp-denture-near-me-banner {
    background-repeat: no-repeat;
    width: 100%;
    display: inline-block;
    background-size: 100%;
    padding: 0 !important;
    background-position: 70%;
    position: relative;
}

.lp-denture-near-me-banner::before {
    content: '';
    display: block !important;
    position: absolute;
    top: 0;
    left: 0;
    /* background: linear-gradient(90deg, #ecf1f7 74%, rgba(246, 250, 255, 0) 100%); */
    width: 69%;
    height: 100%;
    z-index: 1;
}

.banner-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: top;
}

.banner-image {
    background: #ebebeb;
}

.lp-denture-near-me-banner .banner-info {
    width: 100%;
    max-width: 710px;
    margin: 0 0px 0 auto;
    position: relative;
    z-index: 11;
    padding: 50px 20px;
}

.lp-denture-near-me-banner .banner-info h1 {
    font-size: 50px;
    font-weight: 400;
    margin: 0 0 20px;
    color: #010001;
    line-height: 1.25;
}

.lp-denture-near-me-banner .banner-info p {
    font-size: 22px;
    line-height: 1.5;
    margin: 0 0 35px;
    color: #212529;
    font-weight: 400;
}

@media only screen and (max-width: 991px) {
    .lp-denture-near-me-banner {
        background: #cbd7c124;
    }

    .lp-denture-near-me-banner .banner-info {
        max-width: fit-content;
        margin: 0;
    }

    .lp-denture-near-me-banner::before {
        display: none !important;
    }

    .lp-denture-near-me-banner .banner-info p,
    .lp-solutions-customized ul li {
        font-size: 16px;
        line-height: 26px;
    }
}

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

    .lp-denture-near-me-banner .banner-info p {
        font-size: 18px;
        line-height: 30px;
        margin: 0 0 15px;
    }
}

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

@media screen and (max-width: 575px) {
    .lp-denture-near-me-banner .banner-info {
        padding: 40px 0;
    }

    .lp-denture-near-me-banner .banner-info {
        margin: 0;
    }
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    .banner-image img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }

    .lp-denture-near-me-banner .banner-info h1 {
        font-size: 27px !important;
    }
}

@media screen and (max-width: 480px) {
    .lp-denture-near-me-banner .banner-info {
        /* margin: 0 3% !important; */
        max-width: 100% !important;
        width: auto;
    }
}


@media (max-width: 380px) {
    .lp-denture-near-me-banner .banner-info h1 br {
        display: none;
    }
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
    .lp-denture-near-me-banner .banner-info {
        max-width: 100%;
        padding: 50px 20px;
    }

    .lp-denture-near-me-banner .banner-info h1 {
        font-size: 31px;
    }
}

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

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .lp-denture-near-me-banner .banner-info {
        max-width: 100%;
        padding: 50px 20px;
    }

    .lp-denture-near-me-banner .banner-info h1 {
        font-size: 31px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
    .lp-denture-near-me-banner .banner-info {
        max-width: 100%;
        padding: 50px 20px 50px 65px;
    }

    .lp-denture-near-me-banner .banner-info h1 {
        font-size: 31px;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1140px) {
    .lp-denture-near-me-banner .banner-info {
        max-width: 100%;
        padding: 50px 20px 50px 65px;
    }

    .lp-denture-near-me-banner .banner-info h1 {
        font-size: 32px;
    }
}

@media only screen and (min-width: 1141px) and (max-width: 1280px) {
    .lp-denture-near-me-banner .banner-info {
        max-width: 100%;
        padding: 50px 20px 50px 65px;
    }

    .lp-denture-near-me-banner .banner-info h1 {
        font-size: 36px;
    }
}

/* @media only screen and (min-width: 1200px) and (max-width: 1440px) {
    .lp-denture-near-me-banner .banner-info h1 {
        font-size: 39px;
    }
} */

@media only screen and (min-width: 1281px) and (max-width: 1440px) {
    .lp-denture-near-me-banner .banner-info {
        max-width: 100%;
        padding: 50px 20px 50px 80px;
    }

    .lp-denture-near-me-banner .banner-info h1 {
        font-size: 39px;
    }
}



@media only screen and (min-width: 1441px) and (max-width: 1640px) {
    .lp-denture-near-me-banner .banner-info {
        max-width: 100%;
        padding: 50px 20px 50px 110px;
    }

    .lp-denture-near-me-banner .banner-info h1 {
        font-size: 45px;
    }
}

/*=============================================
= Banner Section  CSS
=============================================*/

/*=============================================
= community  Section  CSS
=============================================*/
.consulation-section-lp {
    background-image: url('/lp-asset/lp-images/denture-near-me-consulation.png');
    background-repeat: no-repeat;
    width: 100%;
    display: inline-block;
    background-size: cover;
    padding: 80px 0;
    padding-bottom: 175px;
    background-color: #183f3c;
}

.consulation-free-lp-border {
    position: relative;
}

.consulation-free-lp h4 {
    font-weight: 700;
    font-size: 30px;
    line-height: 1.33;
    color: #fff;
    margin: 0 0 15px;
}

.consulation-free-lp-inner {
    max-width: 375px;
    margin-left: auto;
}

.consulation-free-lp h4 span {
    font-weight: 700;
    display: inline-block;
}

.consulation-free-lp p {
    color: #ffff;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 0;
}

.consulation-free-lp p a {
    color: #ffff;
    font-weight: 700;
}

.consulation-free-lp ul li {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    line-height: 30px;
    margin: 0 0 18px;
    padding: 0 0 0 38px;
    position: relative;
    background-image: url('/lp-asset/lp-images/white-check-icon.svg');
    background-repeat: no-repeat;
    background-position: top 3px left 0;
    font-family: 'Sofia Pro';
}

section.consulation-section-lp {
    overflow: hidden !important;
}

@media only screen and (max-width: 1199px) {
    .consulation-section-lp {
        background-size: cover;
    }

    .consulation-section-lp {
        padding: 60px 0;
    }
}

@media only screen and (max-width: 991px) {
    .consulation-section-lp {
        padding: 40px 0;
    }

    .consulation-section-lp {
        padding-bottom: 100px;
    }

    .consulation-free-lp {
        text-align: center;
    }

    .consulation-free-lp-border {
        margin: 0 0 30px;
    }

    .consulation-free-lp-border {
        margin: 0 0 30px;
    }

    .consulation-free-lp-inner {
        max-width: 100%;
    }

    .consulation-free-lp h4 {
        text-align: center;
        font-size: 22px;
    }

    .consulation-free-lp ul li {
        text-align: left;
    }

    .consulation-free-lp ul {
        width: 100%;
        max-width: 465px;
        margin: 0 auto;
    }
}

/*=============================================
= community  Section  CSS
=============================================*/

/*=============================================
= Treatment  Section  CSS
=============================================*/
.treatment-choose-type {
    display: inline-block;
    width: 100%;
    margin: 0 20px 0 0;
    position: relative;
}

.treatment-choose-type::before {
    content: '\f107';
    font-family: 'FontAwesome';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    color: #797C91;
    font-weight: 600;
}

.lp_treatment_section {
    /*margin-top: -110px;
    padding-bottom: 80px;*/
    background: rgba(26, 113, 193, 0.05);
    padding-top: 70px;
}

.lp_treatment_section .section_title_content {
    margin-bottom: 30px;
}

.section_title_center {
    text-align: center;
}

.section_title_content h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.5;
    color: #010001;
    margin: 0;
    padding: 0;
}

.lp_treatment_form {
    background: #FFFFFF;
    box-shadow: 0px -12px 24px rgba(0, 0, 0, 0.05), 0px 12px 24px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    width: 100%;
    max-width: 736px;
    padding: 52px;
    margin: 0 auto;
    /* margin-top: -110px; */
}

.treatment-choose {
    display: flex;
    align-items: center;
}

.treatment-choose select {
    background: #F3F8FC;
    border: none;
    border-radius: 85px;
    height: 48px;
    width: 100%;
    max-width: 600px;
    padding: 0 21px;
    font-size: 14px;
    line-height: 20px;
    outline: none;
    letter-spacing: 0.01em;
    color: #212529;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    appearance: none;
}

.label1 {
    font-weight: 500;
    color: red;
    position: absolute;
    bottom: 1px;
    font-size: 12px;
    display: none;
    left: auto;
}

.lp-btn-lp {
    font-style: normal;
    font-weight: 500;
    background: #183f3c;
    border-radius: 50px;
    color: #fff;
    outline: none;
    border: 2px solid transparent;
    text-decoration: none !important;
    padding: 14px 35px;
    font-size: 15px;
    line-height: 15px;
    display: inline-block;
    text-align: center;
    letter-spacing: 0.02em;
    transition: all 0.4s;
}

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

@media only screen and (max-width: 1198px) {
    .lp_treatment_section {
        margin-top: -60px;
    }
}

@media only screen and (max-width: 1024px) {
    .lp_treatment_section {
        margin-top: -30px;
    }
}

@media only screen and (max-width: 991px) {
    .lp_treatment_section {
        margin-top: 0;
        padding: 40px 0;
    }
}

@media only screen and (max-width: 575px) {
    .treatment-choose-type {
        margin: 0;
    }

    .treatment-choose select {
        max-width: 100%;
        height: 45px;
        margin: 0
    }

    .treatment-choose {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .lp_treatment_form {
        padding: 25px;
    }

    .section_title_content h2 {
        font-size: 21px;
    }

    .treatment-choose .lp-btn-lp {
        width: 100%;
        display: table;
        margin: 20px auto 0;
        padding: 15px 15px;
    }

    .lp-btn-lp {
        padding: 14px 14px;
    }
}

/*=============================================
= Treatment  Section  CSS
=============================================*/

/*=============================================
= Special Offers  Section  CSS
=============================================*/
.offerd-light-bg {
    background: rgba(26, 113, 193, 0.05);
    padding: 80px 0;
}

.special-content-text {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 45px;
}

.special-content-text h2 {
    /* font-size: 36px;
    line-height: 1.33;
    font-weight: 700; */
    color: #010001;
    text-align: center;
}

.lp_special_offers_box {
    background: #ffffff;
    height: 100%;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    transition: all 0.4s;
    position: relative;
}

.lp_special_offers_box:hover {
    filter: drop-shadow(0px 16px 32px rgba(0, 0, 0, 0.15));
}

.lp_special_offers_text {
    padding: 40px 40px 40px 40px;
    vertical-align: top;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.lp_special_offers_text h5 {
    text-transform: uppercase;
}

.special-btn {
    position: relative;
    /*bottom: 30px;
    left: 40px;*/
    display: inline-block;
    vertical-align: top;
    margin-top: auto !important;
}

.lp_special_offers_text h5 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.75;
    color: #183f3c;
    font-family: 'Open Sans', sans-serif;
    display: flex;
    flex-direction: column;
}

.lp_special_offers_text h6 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.4;
    color: #010001;

}

.lp_special_offers_tex p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.44;
    color: #212529;
}

.lp_special_offers_img span img {
    width: 100%;
}

.special-btn a {
    font-size: 15px;
    line-height: 15px;
    color: #183f3c;
    font-weight: 700;
    border: 1px solid #183f3c;
    padding: 14px 40px;
    border-radius: 50px;
    text-align: center;
    /*width: 100%;*/
    text-decoration: none;
    display: inline-block;
    transition: all 0.4s;
}

.special-btn a:hover {
    background: #183f3c;
    border: 1px solid #183f3c;
    color: #ffffff;
}

.lp_special_offers_inner {
    height: 100%;
    display: flex;
    flex-direction: column;
}

@media only screen and (max-width: 1199px) {
    .lp_special_offers_text {
        padding: 20px 20px 30px 20px;
    }
}

@media only screen and (max-width: 991px) {
    .special-sec-mrg {
        margin-bottom: 30px;
    }

    .lp_special_offers_text {
        padding: 20px 20px 30px 20px;
    }

    .offerd-light-bg {
        padding: 50px 0;
    }
}

@media only screen and (max-width: 768px) {
    .offerd-light-bg {
        padding: 30px 0;
    }

    .lp_special_offers_text h6 {
        font-size: 26px;
    }

    /* .special-content-text h2 {
        font-size: 26px;
    } */
}

/*=============================================
= Special Offers  Section  CSS
=============================================*/

/*=============================================
= Dr-Ashley   Section  CSS
=============================================*/
.dr-sec-bg {
    background-image: url('/lp-asset/lp-images/smile_counts_bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    display: inline-block;
    vertical-align: top;
    background-color: #010001;
}

.dr-side-content {
    display: inline-block;
    vertical-align: top;
}

.dr-side-content h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.33;
    color: #ffffff;
    margin-bottom: 35px;
}

.dr-side-content ul {
    display: inline-block;
    vertical-align: top;
}

.dr-side-content ul li {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.66;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 584px;
    padding-left: 20px;
    position: relative;
}

.dr-side-content ul li:before {
    position: absolute;
    content: "";
    top: 15px;
    left: 0;
    width: 8px;
    height: 8px;
    background-color: #FFFFFF;
    border-radius: 50%;
    display: inline-block;
    vertical-align: top;
}

.dr-side-content ul li:not(:last-child) {
    margin-bottom: 20px;
}

.dr-sec-bg .col-lg-6 {
    display: flex;
    align-items: center;
}

.dr_slider .slick-arrow {
    position: absolute;
    font-size: 20px;
    right: 10px;
    top: 45%;
    color: #181818 !important;
    background: #ffffff;
    border-radius: 60px;
    padding: 10px;
    width: fit-content;
    z-index: 10;
    border: 1px solid #ffffff;
}

.dr_slider button.arrow-prev {
    left: 10px;
    right: 0;
}

.dr_slider .slick-arrow:hover,
.dr_slider .slick-arrow:focus {
    color: #181818 !important;
    background: #ffffff;
}

/* .dr_slider .slick-arrow:hover,
.dr_slider .slick-arrow:focus {
    background: transparent;
} */
.dr_slider .slick-arrow:focus {
    /* border: none; */
    outline: none;
}

.dr_slider .slick-dots li button:before {
    color: #ffffff;
    font-size: 10px;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #ffffff;
}

.meet_dr_sec .dr-side-content {
    margin-left: 60px;
    padding: 60px 0px;
    max-width: 730px;
}

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

    .dr-side-image,
    .dr-side-image img {
        width: 100%;
    }

    /*.dr-side-image {
        margin-bottom: 30px;
    }*/
    .dr-side-content h2 {
        font-size: 26px;
    }

    .dr-side-content ul li {
        font-size: 16px;
    }
}

@media only screen and (max-width: 767px) {
    .dr_slider .slick-dots {
        bottom: -15px;
    }
}

@media only screen and (max-width: 480px) {
    .dr-side-content h2 {
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 768px) {
    .dr_slide.slick-slide {
        display: flex;
    }

}

/*=============================================
= Dr-Ashley Section  CSS
=============================================*/

/*=============================================
= Serch-end Section  CSS
=============================================*/
.search-end-section-inner {
    padding: 0px 0;
    background-image: url('/lp-asset/lp-images/search-pattern-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #183f3c;
}

.search-end-section .section_title_content {
    max-width: 996px;
    margin: 0 auto;
    padding: 50px;
    background: transparent;
}

.search-end-section .section_title_content .section_title_content_inner {
    max-width: 730px;
    margin: 0 auto;
}

.search-end-section .section_title_content h2 {
    font-size: 30px;
    margin: 0 0 24px;
    color: #fff;
}

.search-end-section .section_title_content p {
    margin: 0;
    font-size: 16px;
    color: #fff;
    line-height: 1.7;
}

@media only screen and (max-width: 767px) {
    .search-end-section .section_title_content {
        padding: 40px 0;
    }

    .search-end-section .section_title_content h2 {
        font-size: 26px
    }

    .dr-side-content {
        margin-bottom: 30px;
        margin-top: 0px;
    }
}

@media only screen and (max-width: 480px) {
    .search-end-section .section_title_content h2 {
        font-size: 20px;
    }
}

/*=============================================
= Serch-end Section  CSS
=============================================*/
/*=============================================
= accept PPO start Section  CSS
=============================================*/
.accept-ppo-sec .section_title_content {
    max-width: 996px;
    margin: 0 auto;
    padding: 50px;
    background: transparent;
}

.accept-ppo-sec-inner {
    padding: 0px 0;
    background-image: url('/lp-asset/lp-images/accept-ppo-sec-circle.png');
    background-color: #010001;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.accept-ppo-sec-inner .section_title_content_inner h2,
.accept-ppo-sec-inner .section_title_content_inner p {
    color: #fff;
}

.accept-ppo-sec-inner .section_title_content_inner h2 {
    margin-bottom: 10px;
}

/*=============================================
= accept PPO Section  CSS
=============================================*/
/*=============================================
= FAQ  Section  CSS
=============================================*/
#accordion {
    padding-left: 20px;
}

.accordion_section {
    padding: 80px 0;
}

.accordion-card {
    border-bottom: 1px solid #E8E8E8;
    margin-bottom: 15px;
}

.accordion-btn {
    padding: 20px 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    color: #3D3D3D;
    width: 100%;
    text-align: left;
    border: none;
    font-family: 'Open Sans', sans-serif;
    background: transparent;
    position: relative;
    cursor: pointer;
}

.accordion-btn::before {
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    left: -20px;
    top: 24px;
    background-color: #3D3D3D;
    border-radius: 50px;
}

.accordion_section .section_title_content h2 {
    /* font-size: 28px;
    font-weight: 700;
    line-height: 1.5; */
    color: #081C24;

}

.accordion-btn.collapsed {
    color: #081C24;
    background: transparent;
}

.accordion-btn:focus {
    outline: none;
}

.accordion-btn img {
    font-size: 15px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.accordion-content {
    padding: 12px 0 0;
}

.accordion-content p {
    color: #212529;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    margin: 0 0 16px;
}

@media screen and (max-width: 767px) {
    #accordion {
        padding: 0;
    }

    .accordion-btn::before {
        left: 0;
    }

    .accordion-btn {
        padding: 20px 15px;
        font-size: 16px;
    }

    .accordion-content {
        padding: 8px 0 0 15px;
    }

    .accordion-btn img {
        right: 0;
        font-size: 12px;
    }

    .accordion_section {
        padding: 40px 0;
    }

    .accordion_section .section_title_content h2 {
        font-size: 26px;
    }

    .accordion-card {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 575px) {
    .accordion_section {
        padding: 40px 0;
    }
}

/*=============================================
= FAQ  Section  CSS
=============================================*/

/*=============================================
= Google Rated  Section  CSS
=============================================*/
.lp-transformations-section {
    background-image: url('/lp-asset/lp-images/google-rated-banner-img.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.lp-transformations-section:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #F3F8FC;
    opacity: 0.9;
}

.transformations-lp {
    padding: 80px 0;
    max-width: 996px;
    margin: 0 auto;
}

.transformations-lp-inner {
    max-width: 750px;
    margin: 0 auto;
}

.transformations-lp h3 {
    font-weight: 700;
    font-size: 30px;
    line-height: 1.33;
    color: #010001;
    margin: 0 0 24px;
}

.transformations-lp h4:not(:last-child) {
    margin: 0 0 24px 0;
}

.transformations-lp h4 {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.66;
    color: #212529;
    margin: 0 0 8px;
    font-family: 'Open Sans', sans-serif;
}

.transformations-lp h5 {
    margin: 0;
    margin-top: 16px;
    font-size: 20px;
    font-weight: 600;
    color: #010001;
}

.transformations-lp ul {
    list-style: none;
}

.transformations-lp ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    margin: 20px 0;
}

@media screen and (max-width: 767px) {
    .transformations-lp h3 {
        font-size: 26px;
    }

    .transformations-lp {
        padding: 40px 0;
    }
}

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

    .lp-dental-care-info .button-header .lp-btn span,
    .footer_logo .button-header .lp-btn span {
        display: inline-block;
    }
}

/*=============================================
= Google Rated  Section  CSS
=============================================*/

/*=============================================
= re-treatment Section  CSS
=============================================*/
.re-treatment-sec-bg {
    background-image: url('/lp-asset/lp-images/Restorative-Treatment.png');
}

.re-treatment-content {
    width: 100%;
    max-width: 576px;
    margin-left: auto;
    padding: 30px 0;
}

.re-treatment-content.dr-side-content h2 {
    margin-bottom: 25px;
}

.re-treatment-content.dr-side-content p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.71;
    color: #ffffff;
}

@media only screen and (max-width: 991px) {
    .re-treatment-content {
        max-width: 100%;
    }

    .re-treatment-sec-bg .col-order {
        order: 1;
    }
}

@media only screen and (max-width: 768px) {
    .re-treatment-content.dr-side-content p {
        font-size: 16px
    }

    .re-treatment-content.dr-side-content h2 {
        margin-bottom: 15px;
    }
}

/*=============================================
= re-treatment Section  CSS
=============================================*/

/*=============================================
= patient offer Section  CSS
=============================================*/
.patient-offer-content {
    width: 100%;
    max-width: 576px;
    margin-right: auto;
    padding: 30px 0;
}

.dr-side-content.patient-offer-content p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.71;
    color: #ffffff;
}

.patient-offer-content h2 {
    margin-bottom: 15px;
}

.offer-list-item {
    margin-top: 20px;
    display: inline-block;
    vertical-align: top;
}

.dr-side-content .offer-list-item ul li {
    padding-left: 35px;
}

.offer-list-item ul li:before {
    background-image: url('/lp-asset/lp-images/list-check-icon.svg');
    background-position: left;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    border-radius: unset;
    background-color: unset;
    top: 0;
    filter: brightness(0) invert(1);
}

.dr-side-content.patient-offer-content h2 {
    width: 100%;
    max-width: 340px;
}

/*=============================================
= patient offer Section  CSS
=============================================*/


/*=============================================
= Slick Slider Section  CSS
=============================================*/
.lp-review-slider {
    background: rgba(26, 113, 193, 0.05);
    padding: 80px 0;
}

.lp-review-content {
    padding: 40px;
    background: #FFFFFF;
    box-shadow: inset 0px -4px 0px #183f3c;
    margin: 0 15px;
    outline: none;
    display: flex !important;
    height: inherit !important;
}

.review-description {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.review-description h3,
.review-slider-main-content h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 2;
    color: #010001;
    display: inline-block;
    vertical-align: top;
}

/*.review-description h3{
    margin-bottom: 15px;
}*/
.review-description p {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    color: #212529;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding-right: 15px !important;
}

.review-slide-content h3 {
    font-weight: 700;
    font-size: 30px;
    line-height: 1.33;
    color: #010001;
    margin: 0 0 50px;
    text-align: center;
}

.review-slider-main-content .al-review-rating ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.morecontent span {
    display: none;
}

.morecontent .morelink {
    color: #183f3c;
    font-weight: 600;
}

.scrollbar-inner>.scroll-element .scroll-element_outer,
.scrollbar-inner>.scroll-element .scroll-element_track,
.scrollbar-inner>.scroll-element .scroll-bar {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 50px;
}

.scrollbar-inner>.scroll-element.scroll-y {
    right: 0;
    width: 8px;
}

.scrollbar-inner>.scroll-element .scroll-element_track {
    background-color: #4A4A4A;
}

.scrollbar-inner>.scroll-element .scroll-bar {
    background-color: #7B7B7B;
}

.testimonial_description .more-text {
    display: none;
}

.testimonial_description .read-more {
    color: #1B75BC;
    font-weight: 600;
    text-decoration: none;
}

.lp_review_content_slider .scroll-wrapper>.scroll-content {
    height: 120px !important;
}

.lp_review_content_slider .slick-dots li,
.lp_review_content_slider .slick-dots li button,
.lp_review_content_slider .slick-dots li button::before {
    width: 10px;
    height: 10px;
    padding: 0;
}

.lp_review_content_slider .slick-dots li button::before {
    font-size: 10px;
    line-height: 12px;
    color: #183f3c;
}

.lp_review_content_slider .slick-dots li.slick-active button::before {
    opacity: 1;
}

.lp-service-content {
    height: inherit;
}

.slick-track {
    display: flex;
}

.service-description {
    height: 100%;
}

.review-slider-main-content {
    margin-top: auto;
}

.lp_review_content_slider {
    margin-right: -64px;
}

.lp_review_content_slider .slick-dots {
    display: none;
}

@media only screen and (max-width: 1199px) {
    .lp-review-content {
        padding: 20px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .consulation-section-lp {
        padding-bottom: 120px;
    }

    /* .lp_treatment_form {
        margin-top: -40px;
    } */
}

@media only screen and (max-width: 991px) {
    .lp_review_content_slider {
        margin-right: 0px;
    }
}

@media only screen and (max-width: 768px) {
    .lp-review-content {
        padding: 15px;
    }

    .lp-review-slider {
        padding: 40px 0;
    }

    .review-description h3,
    .review-slider-main-content h3 {
        font-size: 18px;
    }

    .review-slide-content h3 {
        font-size: 26px
    }
}

@media screen and (max-width: 480px) {
    .review-slide-content h3 {
        margin-bottom: 20px;
    }
}

/*=============================================
= Slick Slider Section  CSS
=============================================*/

/*=============================================
= Dental-Care Section  CSS
=============================================*/
.lp-dental-care-info {
    padding: 80px 0;
}

.lp-care-bg {
    background-image: url('/lp-asset/lp-images/lp-care-bg-pattern.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    border-radius: 36px;
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 80px;
    background-color: #183f3c;
}

.lp-care-content h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.33;
    color: #ffffff;
    margin-bottom: 30px;
}

.lp-care-content h5 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.66;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
}

.lp-care-content p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.66;
    color: #ffffff;
    margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
    .lp-care-content h3 {
        font-size: 26px
    }

    .lp-care-bg {
        padding: 40px 15px;
    }
}

@media screen and (max-width: 767px) {
    .lp-dental-care-info {
        padding: 40px 0;
    }
}

@media screen and (max-width: 485px) {
    .lp-care-content h3 br {
        display: none;
    }
}

/*=============================================
= Dental-Care Section  CSS
=============================================*/

/*=============================================
= Service  Section  CSS
=============================================*/
.lp-service-bg {
    background-color: #F3F8FC;
    padding: 80px 0;
}

.lp_service_content_slider {
    max-width: 1545px;
    margin-left: auto;
    margin-right: 0
}

.lp-service-bg .slick-list.draggable {
    padding-right: 201px;
}

.lp-service-content {
    margin: 0 15px;
}

.service-description {
    background-color: #ffffff;
    padding: 40px 40px 60px;
    text-align: center;
}

.service-box-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #F2F7FB;
    text-align: center;
    line-height: 80px;
    margin: 0 auto 30px;
}

.service-box-icon img {
    display: inline-block;
    vertical-align: middle;
}

.service-box-content h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    color: #010001;
    display: inline-block;
    vertical-align: top;
}

.service-box-content p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.66;
    color: #212529;
    margin-bottom: 0;
}

.lp_testimonial_arrows {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.lp_testimonial_arrow {
    background: transparent;
    border: 1px solid #9C9EA0;
    padding: 0;
    width: 48px;
    height: 48px;
    border-radius: 100%;
    transition: all 0.5s;
    margin: 0 0 0 28px;
    opacity: 0.5;
    line-height: 0;
}

.service-contet {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.service-info-waqrper {
    position: relative;
    margin-bottom: 30px;
}

.service-contet h3 {
    text-align: left;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: top;
}

.lp_testimonial_arrows button:focus,
.lp_testimonial_arrows button:hover {
    border: 1px solid #444444;
    outline: 5px auto #444444;
}

@media screen and (max-width: 1400px) {
    .service-description {
        padding: 20px;
    }
}

@media screen and (max-width: 1099px) {
    .lp-service-bg .slick-list.draggable {
        padding-right: 250px;
    }
}

@media screen and (max-width: 992px) {
    .lp-service-bg .slick-list.draggable {
        padding-right: 0px;
    }
}

@media screen and (max-width: 768px) {
    .lp_testimonial_arrow {
        margin: 0 0 0 15px;
    }
}

@media screen and (max-width: 767px) {
    .lp-service-bg {
        padding: 45px 0;
    }
}

/*=============================================
= Service  Section  CSS
=============================================*/


/*=============================================
= Footer  Section  CSS
=============================================*/
.footer_logo img.sp-default-logo {
    height: auto;
}

.footer_logo a.lp-btn:hover {
    color: #fff !important;
    border-color: #fff !important;
}

@media screen and (max-width: 480px) {
    /* .footer_logo img.sp-default-logo {
        height: auto;
    } */
}

@media screen and (max-width: 767px) {
    .footer_logo .sp-column {
        width: 100%;
        text-align: center;
        /*margin-top: 30px;*/
    }
}

/*=============================================
= Footer  Section  CSS
=============================================*/


/* new css */

.white_btn {
    background: #ffffff;
    color: #010001;
    font-weight: 700;
}

.white_btn:hover {
    border-color: #ffffff;
    color: #ffffff;
}

.dr-side-image {
    width: 100%;
    height: 100%;
    position: relative;
}

.dr-side-image img {
    width: 100%;
    height: 100%;
}

.meet_dr_sec .dr-side-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    margin: auto;
}

.dr-side-image {
    display: block;
}

/* .meet_dr_sec .dr-side-image {
    background-color: #183f3c;
} */

.patient-offer-content {
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: 60px;
}

@media only screen and (max-width: 1100px) {
    .dr-side-content {
        margin-bottom: 10px;
        margin-top: 0px;
    }
}

@media only screen and (max-width: 991px) {
    .dr-side-content {
        margin-bottom: 30px;
        margin-top: 0px;
    }

    .meet_dr_sec .dr-side-image {
        margin-bottom: 0 !important;
    }
}

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

    .dr_slide {
        display: block !important;
    }

    .dr-side-image img {
        height: 400px;
    }
}

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

    .lp-btn span,
    .lp-btn-lp span {
        display: none !important;
    }

    .lp-btn,
    .lp-btn-lp,
    .special-btn a {
        width: 100%;
        text-align: center;
        max-width: 100%;
    }

    .lp-btn {
        width: 100%;
        text-align: center;
    }

    .footer_logo .lp-btn {
        width: 100%;
        max-width: 250px;
    }

    .accept-ppo-sec .section_title_content {
        padding: 45px 0px;
    }
}

/*=============================================
= Side Video  Section  CSS
=============================================*/
.side_video {
    padding-bottom: 56.25%;
    height: 0;
    position: relative;
}

.side_video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.meet_dr_sec .dr-side-content {
    margin-left: 60px;
    padding: 60px 0px;
    max-width: 650px;
}

.meet_dr_sec .dr-side-content p {
    color: #fff;
}

@media only screen and (min-width: 1024px) and (max-width: 1650px) {

    .meet_dr_sec .dr-side-content,
    .patient-offer-content {
        margin-left: 20px;
    }

    .meet_dr_sec .dr-side-content {
        display: inline-block;
        vertical-align: top;
        padding: 30px 0px;
    }

    .dr-side-content {
        padding: 30px 0px;
    }

    .meet_dr_sec .dr-side-content ul li {
        font-size: 16px;
    }
}

@media only screen and (max-width: 991px) {
    .meet_dr_sec .dr-side-content {
        padding: 30px 0;
        margin: 0;
    }

    .patient-offer-content {
        margin-left: 0px;
    }

    .meet_dr_sec .dr-side-image {
        margin-bottom: 15px;
    }

    .special-content-text {
        margin-bottom: 20px;
    }

    .re-treatment-content {
        margin: 0;
    }

    .patient-offer-content {
        padding: 30px 0px 10px 0px;
    }
}

@media only screen and (max-width: 768px) {
    .offerd-light-bg {
        padding-top: 10px;
        padding-bottom: 20px;
    }

}

/*=============================================
= Side Video End Section  CSS
=============================================*/

/* sticky header */
.sticky-header {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    display: inline-block;
    width: 100%;
    z-index: 999;
}

.scroll-header {
    box-shadow: 0px 10px 17px rgb(34 81 168 / 9%);
}

/*----------Start New Css--------------*/

/*===============================================
= Start about Section CSS
============================================*/
.about-video-image {
    text-align: center;
}

.htag_txt h2 {
    font-size: 42px;
    font-weight: 400;
    line-height: 1.4;
}

.about-video-description h2 {
    padding-bottom: 24px;
}

.about-video-description p {
    font-size: 20px;
    line-height: 1.4;
}

.about-video-description p:not(:last-of-type) {
    margin-bottom: 15px;
}

.about-video-description p span {
    font-weight: 700;
    color: #183f3c;
}

.vide-bottom {
    padding-top: 32px;
}

.about-bottom-btn {
    text-align: center;
    margin-top: 30px;
}

@media only screen and (min-width: 1025px) and (max-width: 1680px) {
    .section_more_padding {
        padding: 80px 0;
    }
}

@media only screen and (min-width: 1501px) and (max-width: 1680px) {
    /* .about-video-description p {
        font-size: 20px;
    } */
}

@media only screen and (max-width: 1500px) {
    .about-video-description h6 {
        font-size: 24px;
    }


}

@media only screen and (max-width: 1199px) {
    .about-video-description h6 {
        font-size: 22px;
    }

    .about-video-description p {
        font-size: 18px;
    }
}

@media only screen and (max-width: 1024px) {
    .about-video-description h6 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 991px) {
    .about-video-image {
        padding-bottom: 30px;
    }

    .about-video-description h6 {
        font-size: 18px;
    }

    .about-video-description p {
        font-size: 16px;
    }

    .vide-bottom {
        padding-top: 25px;
    }

    .video-image-sec .vd-sec-inner {
        margin-bottom: 30px;
    }
}

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

    /* .video-image-sec{
		padding-top: 0;
	} */
    .about-video-description h6 {
        font-size: 18px;
        padding-bottom: 15px;
    }

    .vide-bottom {
        padding-top: 15px;
    }
}

.vd-sec-inner {
    position: relative;
    height: 0;
    padding-bottom: 54.66%;
}

.vd-sec video,
.vd-sec iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 15px;
}



@media only screen and (min-width: 320px) and (max-width: 575px) {

    .htag_txt h2 {
        font-size: 23px;
    }
}

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

    .htag_txt h2 {
        font-size: 28px;
    }
}

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

    .htag_txt h2 {
        font-size: 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

    .htag_txt h2 {
        font-size: 32px;
    }
}



/*===============================================
= end about Section CSS
============================================*/
/*===============================================
= section padding CSS
============================================*/
.section_more_padding {
    padding: 100px 0;
    background-color: #f1f6f9;
}

.section_padding {
    padding: 80px 0;
    background-color: #f1f6f9;
}

.section_more_margin {
    margin: 100px 0;
}

@media only screen and (max-width: 1024px) {
    .section_more_padding {
        padding: 80px 0;
    }

    .section_more_margin {
        margin: 80px 0;
    }
}

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

    .section_padding,
    .section_more_padding {
        padding: 60px 0;
    }

    .section_more_margin {
        margin: 60px 0;
    }
}

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

    .section_padding,
    .section_more_padding {
        padding: 50px 0;
    }

    .section_more_margin {
        margin: 50px 0;
    }
}

/*===============================================
= End section padding CSS
============================================*/

.container-1540 {
    width: 1540px;
    margin: auto;
}

.holistic_col {
    justify-content: space-between;
}

.holistic_services_blk {
    text-align: left;
    margin-bottom: 50px;
    max-width: 450px;
}

.holistic_services_blk h3 {
    font-weight: 600;
    font-size: 31px;
    /* height: 82px; */
    color: #183f3c;
}

.holistic_services_blk:nth-child(4),
.holistic_services_blk:nth-child(5),
.holistic_services_blk:nth-child(6) {
    margin-bottom: 0;
}

ul.holistic_order_items {
    display: flex;
    flex-wrap: wrap;
}

.holistic_order_items li {
    width: 50%;
    position: relative;
    display: flex;
}

.holistic_order_items li p {
    padding-left: 25px;
    padding-right: 40px;
}

.holistic_order_items li:last-child p {
    margin-bottom: 0;
}

.holistic_order_items b {
    width: 100%;
    display: inline-block;
}

.holistic_order_items img {
    height: fit-content;
    margin-top: 5px;
}



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

@media only screen and (min-width: 481px) and (max-width: 767px) {}

@media (max-width: 767px) {
    .holistic_services_blk h3 {
        font-size: 21px;
        height: auto;
    }

    .holistic_services_blk p {
        margin-bottom: 0;
    }

    .holistic_services_blk {
        margin-bottom: 30px;
        max-width: 100%;
    }

    .holistic_services_blk:nth-child(4),
    .holistic_services_blk:nth-child(5) {
        margin-bottom: 30px !important;
    }

    .holistic_services_blk:nth-child(6) {
        margin-bottom: 0 !important;
    }

    .holistic_order_items img {
        width: 40px;
        height: 40px;
    }

    .holistic_order_items li p {
        padding-left: 15px;
    }

    ul.holistic_order_items {
        display: block !important;
    }

    .holistic_order_items li {
        width: 100%;
    }

    .holistic_order_items li p {
        padding-right: 0 !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .holistic_services_blk h3 {
        font-size: 21px;
        /* height: 65px; */
    }

    .holistic_services_blk:nth-child(1) h3,
    .holistic_services_blk:nth-child(2) h3 {
        height: 52px;
    }

    .holistic_services_blk {
        max-width: 450px;
    }
}

@media (max-width: 991px) {
    .container-1540 {
        width: 100%;
        padding: 0 30px !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
    .holistic_services_blk h3 {
        font-size: 20px;
        /* height: 90px; */
    }

    .holistic_services_blk:nth-child(1) h3,
    .holistic_services_blk:nth-child(2) h3,
    .holistic_services_blk:nth-child(3) h3 {
        height: 51px;
    }

    .holistic_services_blk {
        max-width: 300px;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1140px) {
    .holistic_services_blk h3 {
        font-size: 21px;
        /* height: 90px; */
    }

    .holistic_services_blk:nth-child(1) h3,
    .holistic_services_blk:nth-child(2) h3,
    .holistic_services_blk:nth-child(3) h3 {
        height: 54px;
    }

    .holistic_services_blk {
        max-width: 320px;
    }
}

@media only screen and (min-width: 1141px) and (max-width: 1280px) {
    .holistic_services_blk h3 {
        font-size: 24px;
        /* height: 72px; */
    }

    .holistic_services_blk:nth-child(1) h3,
    .holistic_services_blk:nth-child(2) h3,
    .holistic_services_blk:nth-child(3) h3 {
        height: 65px;
    }

    .holistic_services_blk {
        max-width: 350px;
    }
}

@media only screen and (min-width: 1281px) and (max-width: 1440px) {
    .holistic_services_blk h3 {
        font-size: 26px;
    }

    .holistic_services_blk:nth-child(1) h3,
    .holistic_services_blk:nth-child(2) h3,
    .holistic_services_blk:nth-child(3) h3 {
        height: 65px;
    }

    .holistic_services_blk {
        max-width: 380px;
    }
}

@media only screen and (min-width: 1441px) and (max-width: 1680px) {
    .holistic_services_blk h3 {
        font-size: 31px;
    }
}

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

@media only screen and (min-width: 992px) and (max-width: 1640px) {
    .container-1540 {
        width: 100%;
        padding: 0 40px !important;
    }
}

@media only screen and (min-width: 1441px) {

    .holistic_services_blk:nth-child(1) h3,
    .holistic_services_blk:nth-child(2) h3,
    .holistic_services_blk:nth-child(3) h3 {
        height: 82px;
    }
}

/*----------testimonial-video-sec start-----------*/
.vd-testimonial-content {
    position: relative;
}

.vd-testimonial-text {
    background: #f1f6f9;
    padding: 15px 12px;
    text-align: center;
}

.vd-testimonial-text h3 {
    font-size: 16px;
    line-height: 1.5;
    color: #143a53;
    font-weight: 600;
    font-family: 'Poppins' !important;
}

.vd-testimonial-text h3 span {
    color: #183f3c;
    font-size: 14px;
}

.vd-testimonial-img {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

.vd-testimonial-img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(24, 54, 99, 0) 0%, rgba(24, 54, 99, .42) 50.52%);
}

.vd-testimonial-img video,
.vd-testimonial-img iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.vd-testimonial-slider .slick-dots li,
.vd-testimonial-slider .slick-dots li button,
.vd-testimonial-slider .slick-dots li button::before {
    width: 12px;
    height: 12px;
    border-radius: 100%;
}

.vd-testimonial-slider .slick-dots li {
    margin: 0 4px;
}

.vd-testimonial-slider .slick-dots li.slick-active button::before {
    background: #183f3c;
}

.vd-testimonial-slider .slick-dots li button::before {
    font-size: 0;
    background: #C4CDDC;
    border-radius: 100%;
    line-height: 12px;
    opacity: 1;
}

.vd-testimonial-slider .slick-arrow {
    z-index: 11;
    border: none !important;
    width: 0;
}

.vd-testimonial-slider .slick-next.slick-arrow {
    right: 25px;
    left: auto;
}

.vd-testimonial-slider .slick-arrow::before {
    position: inherit !important;
    transform: translateY(0);
    font-family: 'Font Awesome 5 pro';
    background-color: #4f8499 !important;
    font-weight: 500;
    content: "\f104";
}

.vd-testimonial-slider .slick-next.slick-arrow::before {
    content: "\f105"
}

.vd-testimonial-slider .slick-slide.slick-active {
    transition: all 0.5s;
    position: relative;
}

.vd-testimonial-slider .slick-slide.slick-center.slick-active::before {
    display: none;
}

.vd-testimonial-slider .slick-slide.slick-active::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
}

.vd-testimonial-slider .slick-slide.slick-active.slick-center .vd-testimonial-slide {
    margin: 0 -95px !important;
    position: relative !important;
    z-index: 11 !important;
    transition: none !important;
}

.vd-testimonial-slider .slick-slide.slick-active.slick-center+.slick-slide.slick-active+.slick-slide.slick-active .vd-testimonial-slide {
    margin: 0 !important;
    position: relative !important;
    z-index: 9 !important;
}

embed,
iframe,
object {
    max-width: 100%;
}

.vd-testimonial-slider .slick-dots {
    bottom: -45px;
}

@media only screen and (max-width:1199px) {
    .vd-testimonial-slider .slick-slide.slick-active.slick-center .vd-testimonial-slide {
        margin: 0 -100px !important;
    }
}

@media screen and (min-width: 992px) {
    .vd-testimonial-slider .slick-track {
        display: flex;
        align-items: center;
    }
}

@media only screen and (max-width:991px) {
    .vd-testimonial-slider .slick-slide.slick-active.slick-center .vd-testimonial-slide {
        margin: 0 !important;
    }
}

.full_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.full_img {
    position: relative;
    padding-top: 56.66%;
}

.full_img iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-btn {
    background-color: rgba(0, 0, 0, .8);
    width: 100%;
    height: 100%;
    border: none !important;
    padding: inherit;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    opacity: 0;
}

.video-btn i {
    color: #fff;
}

.modal-dialog {
    max-width: 800px;
    margin: auto;
    height: 100%;
}

.modal-body {
    position: relative;
    padding: 0;
}

.modal-content {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #000;
    border-radius: 0;
    border: none;
}

.close {
    position: absolute;
    right: 10px;
    top: 5px;
    z-index: 999;
    font-size: 2rem;
    font-weight: 400;
    color: #fff !important;
    opacity: 1;
    padding: 0;
    background-color: transparent;
    border: 0;
}

.close:hover {
    opacity: 1 !important;
    background: transparent !important;
    border: none !important;
    outline: none !important;
    color: #fff !important;
}

.modal-open .modal {
    background-color: rgb(0 0 0 / 70%);
}

@media only screen and (max-width:864px) {
    .modal-dialog {
        margin-right: 30px;
        margin-left: 30px;
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.embed-responsive iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive::before {
    padding-top: 56.25%;
}

.embed-responsive::before {
    display: block;
    content: "";
}

/* testimonial-video-sec end */

/*--------Map Section--------*/

.map_section.section_padding .row {
    align-items: center;
}

.map_address_call_items li {
    display: flex;
    align-items: flex-start;
}

.map_address_call_items img {
    margin-top: 5px;
}

.map_address_call_items p,
.map_address_call_items a {
    padding-left: 10px;
}

.map_address_call_items a {
    font-size: 18px;
    color: #202020;
    line-height: 1.7;
}

.map_address_call_list h3 {
    margin-bottom: 40px;
    font-weight: 600;
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    .map_iframe iframe {
        height: 300px;
    }
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
    .map_iframe iframe {
        height: 400px;
    }
}

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

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .map_iframe iframe {
        height: 450px;
    }
}

@media (max-width: 991px) {
    .map_address_call {
        padding-top: 40px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {}

@media only screen and (min-width: 1025px) and (max-width: 1140px) {}

@media only screen and (min-width: 1141px) and (max-width: 1280px) {}

@media only screen and (min-width: 1281px) and (max-width: 1440px) {}

@media only screen and (min-width: 1441px) and (max-width: 1680px) {}

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

/*===============================================
= page bottom cta Css
===============================================*/
.page-default-btn {
    position: fixed;
    padding: 15px 0;
    bottom: 0;
    width: 100%;
    z-index: 9999;
    display: block;
}

.page-default-btn a {
    box-shadow: 0 0 15px rgb(255 255 255 / 40%) !important;
    width: 100%;
    position: relative;
    display: block;
    text-transform: uppercase;
    font-style: normal;
    font-weight: bold;
    background: #183f3c;
    border-radius: 8px;
    color: #fff;
    outline: none;
    border: 2px solid transparent;
    text-decoration: none !important;
    padding: 15px 28px;
    font-size: 12px;
    line-height: 15px;
    display: inline-block;
    text-align: center;
}

.page-default-btn a img {
    max-width: 15px;
    margin-left: 5px;
    margin-top: -6px;
}

@media only screen and (min-width: 576px) {
    .page-default-btn {
        display: none;
    }
}

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

/*===============================================
= end page bottam cta  Css
===============================================*/