@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

/*================ Var ====================*/
:root {
    --gold_color: #B1841D;
    --bg_color: #B1841D;
    --white_color: #ffffff;
    --body_text_color: #404041;
    --montserrat: 'Montserrat', sans-serif;
}

body {
    color: var(--body_text_color);
}

body,
span {
    font-family: var(--montserrat);
    line-height: 1.5;
    margin: 0;
    padding: 0;
}

p {
    font-family: var(--montserrat);
    line-height: 1.5;
    padding: 0;
    margin: 0;
    font-size: 18px;
}

p:not(:last-child) {
    margin-bottom: 16px !important;
}

.section_title_inner p b {
    font-weight: 600;
}

li,
a {
    font-family: var(--montserrat);
    line-height: 1.5;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--montserrat);
    line-height: 1.5;
    margin: 0;
    padding: 0;
    color: var(--black_color);
    width: 100%;
    font-weight: 500;
}

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

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

li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span {
    display: inline-block;
}

a {
    text-decoration: none;
    color: var(--gold_color);
}

a:hover {
    text-decoration: none;
    color: var(--bg_color);
}

h1 {
    font-size: 40px;
    line-height: 1.3;
    /*    color: var(--white_color);*/
}

h2 {
    font-size: 28px;
    line-height: 1.3;

}

h2,
h3,
h5,
h6,
h4 {
    padding-bottom: 15px;
}

h4 {
    font-size: 25px;
    line-height: 1.4;
}

@media only screen and (max-width: 767px) {
    p {
        font-size: 16px;
    }
}

/*===============================================
= container CSS
===============================================*/
body .container {
    max-width: 1200px;
}

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

    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        padding-right: 20px;
        padding-left: 20px;
    }
}

/*===============================================
= End container CSS
===============================================*/
/*===============================================
= section padding CSS
================================================*/
.section_padding {
    padding: 100px 0;
}

.section_small_padding {
    padding: 60px 0px;
}

.full_img img {
    width: 100%;
    object-fit: cover;
    height: auto;
    border-radius: 10px;
}

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

    .section_small_padding {
        padding: 50px 0;
    }
}

@media only screen and (max-width: 991px) {
    .section_padding {
        padding: 60px 0;
    }

    .section_small_padding {
        padding: 40px 0;
    }
}

@media only screen and (max-width: 767px) {
    .section_padding {
        padding: 50px 0;
    }
}

/*===============================================
= End section padding CSS
================================================*/
/*===============================================
= Default btn CSS
================================================*/
.default_btn a {
    text-transform: uppercase;
    padding: 19px 29px;
    background: var(--gold_color);
    color: var(--white_color);
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
    border-radius: 10px;
    display: inline-block;
    text-decoration: none;
    border: 1px solid var(--gold_color);
    text-align: center;
    transition: all 0.3s ease 0s;
}

.default_btn {
    margin-top: 25px;
}

.default_btn a span {
    line-height: 1;
}

.default_btn a:hover {
    background: transparent;
    color: var(--gold_color);
}

.white_btn a {
    background-color: var(--white_color);
    color: var(--gold_color);
    border: 1px solid var(--white_color);
}

.white_btn a:hover {
    background-color: transparent;
    color: var(--white_color);
}

@media only screen and (max-width: 575px) {
    .default_btn a {
        padding: 15px;
        font-size: 15px;
        width: 100%;
    }

    .default_btn a span {
        display: none;
    }
}

@media only screen and (max-width: 480px) {
    .default_btn a {
        padding: 15px;
        font-size: 15px;

    }
}

/*===============================================
= End Default btn CSS
================================================*/
/*===============================================
= Default button CSS
============================================*/
.lp_default_btn {
    padding: 10px 24px;
    background: var(--gold_color);
    color: var(--white_color);
    font-weight: 500;
    font-size: 16px;
    border-radius: 50px;
    border: 2px solid transparent;
    line-height: 1.6;
    font-family: var(--montserrat);
    transition: all 0.4s;
    margin: 30px 0 0;
}

.lp_default_btn:hover {
    border-color: var(--gold_color);
    background: transparent;
    color: var(--gold_color);
}

.lp_default_btn:hover {
    transform: translateY(-4px);
    transition: all 0.4s ease;
}

.white_default_btn.lp_default_btn {
    background: var(--white_color);
    color: var(--gold_color);
}

.white_default_btn.lp_default_btn:hover {
    color: var(--white_color);
    border-color: var(--white_color);
    background: transparent;
}

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

    .header_btn .lp_default_btn span,
    .footer_btn .lp_default_btn span,
    .meet-doctors-sec-two .lp_default_btn span,
    .lp_banner_section .lp_default_btn span {
        display: none;
    }

    .footer_btn .lp_default_btn,
    .meet-doctors-sec-two .meet-doctors-content-two .lp_default_btn,
    .lp_banner_section .lp_borderd_btn {
        width: 100%;
        max-width: 220px;
        text-align: center;
    }
}

@media only screen and (max-width: 575px) {
    .lp_default_btn span {
        display: none;
    }
}

@media only screen and (max-width: 480px) {
    .lp_default_btn {
        font-size: 16px !important;
        width: 100%;
        text-align: center;
        padding: 10px 10px;
    }
}

/*===============================================
= end Default button CSS
============================================*/
/*===============================================
= start Header CSS
================================================*/
.sticky-header {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    background: var(--white_color);
    display: inline-block;
    width: 100%;
    z-index: 999;
}

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

.lp_header {
    padding: 15px 0;
    box-shadow: 0px 0px 11px #d4d1d4;
}

.header_btn {
    text-align: right;
    margin-top: 0px;
}

.header_btn .lp_default_btn {
    margin: 0px;
}

.header_title h2 {
    font-size: 38px;
    text-align: center;
    color: var(--gold_color);
    font-weight: 500;
    line-height: 1;
    padding-bottom: 0px;
}

@media only screen and (max-width: 1199px) {
    .header_title h2 {
        font-size: 35px;
    }

    .header_btn a {
        padding: 16px 13px;
        font-size: 15px;
    }
}

@media only screen and (max-width: 1024px) {
    .header_title h2 {
        font-size: 30px;
    }

    .header_btn a {
        font-size: 14px;
    }
}

@media only screen and (max-width: 991px) {
    .header_title h2 {
        font-size: 20px;
    }

    .header_btn a {
        padding: 16px 14px;
        font-size: 15px;
    }

}

@media only screen and (max-width: 767px) {
    .header_title h2 {
        font-size: 25px;
        line-height: 1.2;
    }

    .sm_header_title {
        padding: 20px 0px;
    }
}

@media only screen and (max-width: 575px) {
    .lp_header .default_btn.header_btn a {
        width: fit-content;
    }
}

@media only screen and (max-width: 480px) {
    .lp_header {
        padding: 15px 10px;
    }

    .lp_header .container {
        padding: 0;
    }

    .lp_header .container .row {
        margin: 0;
    }
}

@media only screen and (max-width: 400px) {
    .header_btn a {
        padding: 15px 8px;
        font-size: 12px;
    }
}

/*===============================================
= End Header CSS
================================================*/
/*===============================================
= Start Banner CSS
================================================*/
.hero_banner_wrap {
    display: block;
    background: rgba(0, 0, 0, 0);
    background-image: url("/lp-asset/lp-images/banner_img.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    width: 100%;
    height: 632px;
    position: relative;
}

.hero_banner_wrap .baqnner_text_wrap {
    position: absolute;
    width: 100%;
    height: 72px;
    top: auto;
    bottom: 0px;
    left: 0px;
    right: auto;
    background: rgba(0, 0, 0, 0.4);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.baqnner_text_wrap h1 {
    font-size: 36px;
    font-weight: 500;
    color: var(--white_color);
    text-align: center;
}

.baqnner_text_wrap h1 span {
    font-weight: 700;
    font-style: italic;
}

@media only screen and (max-width: 1024px) {
    .hero_banner_wrap .baqnner_text_wrap {
        height: 50px;
    }

    .baqnner_text_wrap h1 {
        font-size: 30px;
    }
}

@media only screen and (max-width: 991px) {
    .hero_banner_wrap .baqnner_text_wrap {
        height: 40px;
    }

    .baqnner_text_wrap h1 {
        font-size: 23px;
    }

    .hero_banner_wrap {
        height: 440px;
    }
}

@media only screen and (max-width: 800px) {
    .hero_banner_wrap {
        height: 340px;
    }
}

@media only screen and (max-width: 767px) {
    .baqnner_text_wrap h1 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 500px) {
    .hero_banner_wrap .baqnner_text_wrap {
        height: 60px;
    }

    .baqnner_text_wrap h1 {
        width: 100%;
        max-width: 450px;
    }
}

/*===============================================
= End Banner CSS
================================================*/
/*===============================================
= Start Video CSS
================================================*/
.help_sec_wrap {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    background-color: var(--gold_color);
}

.video_box {
    position: relative;
    width: 100%;
    height: 100%;
    padding-bottom: 56.25%;
    border-radius: 10px;
}

.video_box iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
    min-width: 100%;
    z-index: 9;
    object-fit: cover;
}

.help_sec_wrap .section_title p,
.help_sec_wrap .section_title h2 {
    width: 100%;
    max-width: 410px;
    text-align: center;
    margin: 0px auto;
    color: var(--white_color);
}

.help_sec_wrap .section_title h2 {
    padding-bottom: 0px;
    margin-top: 40px;
}

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

@media only screen and (max-width: 991px) {
    .section_title p {
        font-size: 16px;
    }

    .help_sec_wrap .section_title h2 {
        padding-bottom: 0px;
        margin-top: 10px;
    }
}

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

    .section_title,
    .video-btn {
        text-align: center;
        margin-top: 20px;
    }

    .help_sec_wrap .section_title h2 {
        font-size: 20px;
    }
}

@media only screen and (min-width: 1025px) {
    .video_main {
        margin-right: 30px;
    }
}

/*===============================================
= End Video CSS
================================================*/
/*===============================================
= Start Jay Ajmo Certified CSS
================================================*/

.jay_ajmo_certified_sec .video_box {
    padding: 0 !important;
}

.jay_ajmo_certified_sec .video_box img {
    height: 500px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.jay_ajmo_certified_sec .section_title h2,
.jay_ajmo_certified_sec .section_title p {
    color: var(--body_text_color);
}

.jay_ajmo_certified_sec .section_title h2 {
    margin-bottom: 20px !important;
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    .jay_ajmo_certified_sec .video_box img {
        height: 90vw;
    }
}

@media only screen and (min-width: 481px) and (max-width: 575px) {
    .jay_ajmo_certified_sec .video_box img {
        height: 450px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .jay_ajmo_certified_sec .video_box img {
        height: 500px;
    }
}

/*===============================================
= End Jay Ajmo Certified CSS
================================================*/
/*===============================================
= Start Schedule CSS
================================================*/
.schedule-info h3 {
    padding-bottom: 0;
    text-transform: uppercase;
    /* margin-bottom: 20px; */
    color: var(--body_text_color);
    font-size: 22px;
    font-weight: 400;
    line-height: 1.2;
}

/* .schedule-info a{
    text-transform: uppercase;
    font-size: 36px;
    color: var(--gold_color);
    font-weight: 500;
    text-decoration: none;
} */
.schedule-call-info h3 {
    padding-bottom: 0;
    text-transform: uppercase;
    /* margin-bottom: 15px; */
    font-size: 24px;
    color: var(--body_text_color);
    font-weight: 400;
    line-height: 1.2;
}

.schedule-call-info a {
    text-transform: uppercase;
    padding: 19px 29px;
    background: var(--gold_color);
    color: var(--white_color);
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
    border-radius: 10px;
    display: inline-block;
    text-decoration: none;
    border: 1px solid var(--gold_color);
    text-align: center;
    transition: all 0.3s ease 0s;
    margin-top: 25px;
}

.schedule-call-info a:hover {
    background: transparent;
    color: var(--gold_color);
}

.video-btn a {
    background-color: var(--white_color);
    color: var(--gold_color);
    border: 1px solid var(--white_color);
}

.video-btn a:hover {
    background-color: transparent;
    color: var(--white_color);
}

.schedule-info .schedule_title {
    text-align: center;
    font-size: 28px;
}

@media only screen and (max-width: 1199px) {
    .schedule-info .schedule_title {
        font-size: 22px;
    }

    .schedule-call-info a {
        font-size: 16px;
    }
}

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

    /* .schedule-info a{
        font-size: 26px;
    } */
    .schedule-call-info h3,
    .schedule-info h3 {
        font-size: 18px;
    }

    .schedule-info .schedule_title {
        font-size: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .schedule-info h3 {
        margin-bottom: 10px;
        font-size: 16px;
    }

    /* .schedule-info a{
        font-size: 20px;
    } */
    .schedule-info {
        margin-bottom: 20px;
    }

    .schedule-call-info h3 {
        margin-bottom: 10px;
        font-size: 16px;
    }
}

@media only screen and (max-width: 575px) {
    .schedule-call-info a {
        width: 100%;
    }
}

@media only screen and (max-width: 480px) {
    .schedule-call-info a {
        padding: 15px;
        font-size: 15px;
    }
}

/*===============================================
= End Schedule CSS
================================================*/
/*===============================================
= Start Customized CSS
================================================*/
.customized-sec {
    padding: 135px 0;
    background-image: url('/lp-asset/lp-images/customized-sec-bg-image.jpg');
    width: 100%;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

.customized-sec::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.1;
    z-index: -1;
}

.customized-info h2 {
    padding: 0;
    text-transform: uppercase;
    color: #fff;
    font-size: 72px;
    font-weight: 600;
    line-height: 1;
}

.customized-info h2 span {
    font-weight: 400;
    text-align: center;
    width: 100%;
}

.customized_small_title {
    max-width: 620px;
}

.customized_big_title {
    max-width: 1093px;
}

.customized_lit_small_title {
    max-width: 488px;
}

.what_should_title {
    max-width: 675px;
}

.customized_lit_small_title h2 span {
    padding-left: 100px;
    text-align: left;
}

.banner_bottom .customized-inner-info p {
    text-align: center;
}

@media only screen and (max-width: 1199px) {
    .customized_big_title {
        max-width: 800px;
    }

    .customized_big_title h2 {
        font-size: 55px;
    }
}

@media only screen and (max-width: 991px) {
    .customized-info h2 {
        font-size: 45px;
    }

    .customized_small_title {
        max-width: 400px;
    }

    .customized_lit_small_title {
        max-width: 330px;
    }

    .what_should_title {
        max-width: 400px;
    }

    .customized_big_title {
        max-width: 600px;
    }
}

@media only screen and (max-width: 767px) {
    .customized-info h2 {
        font-size: 30px;
    }

    .customized-sec {
        padding: 0px;
    }

    .img_width_Wrap {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        height: 406px;
        display: flex;
        align-items: center;
    }

    .customized-sec {
        background-image: url("/lp-asset/lp-images/customized-sec-res-bg-image.jpg");
        background-attachment: unset;
    }

    .customized_info_main {
        height: 100%;
        width: 100%;
        position: relative;
    }

    .customized-sec.img_width_Wrap .row {
        height: 100%;
    }

    .customized-sec.img_width_Wrap {
        align-items: inherit;
    }

    .customized_small_title,
    .what_should_title,
    .customized_big_title,
    .customized_lit_small_title {
        position: absolute;
        bottom: 5px;
    }

    .customized_lifestyle_sec.img_width_Wrap:before {
        position: absolute;
        content: "";
        left: 0;
        right: 0;
        bottom: 0px;
        width: 100%;
        height: 120px;
        background: #000;
        opacity: 0.29;
        top: auto;
    }

    .what_should_title {
        width: 50%;
        right: 0;
    }

    .customized_lit_small_title {
        width: 60%;
        right: 0;
    }

    .what_should_title h2 span {
        text-align: left;
    }

    .customized_lit_small_title h2 span {
        padding: 0px;
        width: auto;
    }

    .customized_lit_small_title h2 br {
        display: none;
    }
}

@media only screen and (max-width: 480px) {
    .customized-info h2 {
        font-size: 30px;
    }
}

/*===============================================
= End Customized CSS
================================================*/
/*===============================================
= Start Customized Inner CSS
================================================*/
.customized-inner-info p {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    font-weight: 500;
    font-size: 28px;
    color: var(--body_text_color);
    line-height: 1.3;
    display: block;
}

.customized-inner-info p span {
    font-size: 24px;
    font-weight: 400;
    display: unset;
}

.center_txt_btn {
    max-width: 1000px;
    width: 100%;
    margin: auto;
    margin-top: 30px;
}

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

    .customized-inner-info p,
    .customized-inner-info p span {
        font-size: 24px;
    }
}

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

    .customized-inner-info p,
    .customized-inner-info p span {
        font-size: 20px;
    }
}

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

    .customized-inner-info p,
    .customized-inner-info p span {
        text-align: left;
        font-size: 18px;
    }
}

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

    .customized-inner-info p,
    .customized-inner-info p span {
        font-size: 16px;
    }
}

/*===============================================
= End Customized Inner CSS
================================================*/
/*===============================================
= Start Dental Gallery CSS
================================================*/
.dental-gallery-section {
    background-color: var(--gold_color);
}

.dental-details h3 {
    font-weight: 500;
}

.dental-details h3,
.dental-details p {
    color: var(--white_color);
}

.dental-qoute-content {
    min-height: 50px;
    position: relative;
}

.dental-qoute-content::after {
    background: url("/lp-asset/lp-images/quote-icon-02.svg") no-repeat;
    background-size: auto;
    position: absolute;
    width: 50px;
    height: 50px;
    content: "";
    background-size: contain !important;
    left: 0;
    top: 0px;
}

@media only screen and (max-width: 991px) {
    .dental-details h3 {
        font-size: 24px;
    }
}

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

    .dental-gallery-video,
    .dental-gallery-img {
        margin-bottom: 20px;
    }

    .dental-details h3 {
        font-size: 22px;
    }
}

/*===============================================
= End Dental Gallery CSS
================================================*/
/*===============================================
= Start Dental Table CSS
================================================*/
.container1060 {
    max-width: 1060px !important;
}

.table-row-content {
    padding: 40px 0px;
    /*    margin-bottom: 40px;*/
    display: block;
    vertical-align: top;
}

.table-row-content.middle {
    background: #f1f1f1;
}

.table-row-content h2 {
    color: #004022;
    font-size: 28px;
    width: 100%;
    margin: 5px 0 10px;
    padding: 0px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    text-align: center;
}

.table-row-content h3 {
    color: var(--gold_color);
    font-size: 18px;
    width: 100%;
    margin-bottom: 30px;
    padding: 0px;
    text-align: center;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    line-height: 1.2;
    letter-spacing: 2px;
}

.table-row-content ul li {
    color: #404041;
    font-size: 16px;
    width: 100%;
    margin: 0;
    padding: 10px 0 10px;
    text-align: center;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    list-style: none;
    border-bottom: 1px solid #cccccc;
}

.table-row-content ul li:last-child {
    border-bottom: 0px !important;
}

.home-table-img {
    padding: 0 10px;
    width: 100%;
    height: 100%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

.pricing-btn {
    display: flex;
    vertical-align: top;
    width: 100%;
    justify-content: center;
}

.pricing-btn a {
    text-transform: capitalize;
    padding: 19px 28px;
    background: var(--gold_color);
    color: var(--white_color);
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
    border-radius: 10px;
    display: inline-block;
    text-decoration: none;
    margin: 28px 15px 0;
    text-align: center;
}

.home-table-img p span {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    padding-top: 12px;
    color: #8C8C8C;
}

.teeth-common-content ul {
    max-width: 850px;
    width: fit-content;
    margin: 10px auto 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 4%;
    row-gap: 8px;
}

.teeth-common-content .dental-doctor-info-ul-li li {
    position: relative;
    padding-left: 25px;
}

.teeth-common-content .dental-doctor-info-ul-li li:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    left: 0;
    right: 0;
    background: #B1841D;
    top: 8px;
    border-radius: 50%;
}

.single-data {
    padding: 40px 0 16px;
}

@media only screen and (max-width: 767px) {
    .table-row-content {
        padding: 40px 0 20px;
    }

    .table-row-content h2 {
        font-size: 26px;
    }

    .table-row-content h3 {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .home-table-img {
        height: auto;
    }

    .teeth-common-content ul {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media only screen and (max-width: 575px) {
    .res-col {
        margin-bottom: 20px;
    }

    .table-row-content {
        padding: 0;
        padding-bottom: 20px;
    }

    .table-row-content h2 {
        font-size: 24px;
    }

    .home-table-img {
        padding: 0;
    }

    .pricing-btn a {
        margin: 20px 0 0;
        padding: 15px;
    }

    .pricing-btn {
        display: inherit;
        vertical-align: top;
        width: 100%;
        padding: 0px 20px;
    }

    .pricing-btn a {
        width: 100%;
    }
}

/*===============================================
= End Dental Table CSS
================================================*/
/*===============================================
= Start Linda Gallery CSS
================================================*/
.linda-gallery-section {
    background-color: #E5E5E5;
}

.linda-heading h2 {
    color: #004022;
    font-size: 34px;
    width: 100%;
    margin-bottom: 40px;
    padding: 0px;
    text-align: center;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
}

.linda-details h3 {
    color: var(--gold_color);
}

.linda-details p {
    color: var(--body_text_color);
}

.linda-quote::after {
    filter: brightness(0) saturate(100%) invert(48%) sepia(96%) saturate(370%) hue-rotate(4deg) brightness(91%) contrast(92%);
}

@media only screen and (max-width: 1024px) {
    .linda-heading h2 {
        font-size: 30px;
    }
}

@media only screen and (max-width: 991px) {
    .linda-heading h2 {
        font-size: 26px;
    }

    .linda-heading h2 {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .linda-heading h2 {
        font-size: 24px;
    }

    .linda-heading h2 {
        margin-bottom: 20px;
    }
}

/*===============================================
= End Linda Gallery CSS
================================================*/
/*===============================================
= Start dental video CSS
================================================*/
.dental-video-section {
    background: url("/lp-asset/lp-images/home-green-bg.jpg") no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.dental-video-section::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 56, 30, 0.8);
    z-index: -1;
}

@media only screen and (max-width: 767px) {
    .dental-dental-video-main {
        margin-bottom: 0;
    }
}

/*===============================================
= End dental video CSS
================================================*/
/*===============================================
= Start dental White box CSS
================================================*/
.dental-white-box-section {
    background: url("/lp-asset/lp-images/white-bg.png") no-repeat;
    background-size: cover;
}

.dental-white-box {
    background: var(--white_color);
    border: 2px solid var(--gold_color);
    padding: 50px 70px 40px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

.dental-white-box h2 {
    color: var(--body_text_color);
    font-size: 32px;
    width: 100%;
    margin: 10px 0 15px;
    padding: 0px;
    text-align: center;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    line-height: 1.2;
}

.dental-white-box p {
    color: #000;
    font-size: 18px;
    width: 100%;
    margin: 0 0 20px;
    padding: 0px;
    text-align: left;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    line-height: 1.5;
}

.dental-white-box h3 {
    color: var(--gold_color);
    font-size: 26px;
    width: 100%;
    margin-bottom: 25px;
    padding: 0px;
    text-align: center;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    line-height: 1.2;
}

@media only screen and (max-width: 1024px) {
    .dental-white-box {
        padding: 40px 60px 30px;
    }

    .dental-white-box h2 {
        font-size: 28px;
    }

    .dental-white-box h3 {
        font-size: 24px;
    }
}

@media only screen and (max-width: 991px) {
    .dental-white-box {
        padding: 40px 40px 30px;
    }

    .dental-white-box h2 {
        font-size: 26px;
    }

    .dental-white-box h3 {
        font-size: 22px;
    }
}

@media only screen and (max-width: 767px) {
    .dental-white-box {
        padding: 30px 30px 20px;
    }

    .dental-white-box h2 {
        font-size: 24px;
    }

    .dental-white-box h3 {
        font-size: 20px;
    }

    .dental-white-box p {
        font-size: 16px;
    }
}

@media only screen and (max-width: 575px) {
    .dental-white-box {
        padding: 20px 20px 20px;
    }

    .dental-white-box h2 {
        font-size: 20px;
    }

    .dental-white-box h3 {
        font-size: 18px;
    }
}

/*===============================================
= End dental White box CSS
================================================*/
/*===============================================
= Start dental Grey Bar CSS
================================================*/
.dental-grey-bar {
    background-color: var(--body_text_color);
}

.dental-grey-logo {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.dental-grey-logo img {
    width: 100%;
    max-width: 550px;
}

.dental-gray-text p {
    color: var(--white_color);
    font-size: 28px;
    width: 100%;
    margin-top: 5px;
    padding: 0px;
    text-align: center;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    line-height: 1.3;
}

@media only screen and (max-width: 1024px) {
    .dental-gray-text p {
        font-size: 26px;
    }
}

@media only screen and (max-width: 991px) {
    .dental-gray-text p {
        font-size: 24px;
    }
}

@media only screen and (max-width: 767px) {
    .dental-gray-text p {
        font-size: 22px;
    }
}

@media only screen and (max-width: 500px) {
    .dental-gray-text p {
        font-size: 20px;
    }

    .dental-gray-text p br {
        display: none;
    }
}

/*===============================================
= End dental Grey Bar CSS
================================================*/
/*===============================================
= Start Teeth Table CSS
================================================*/
.teeth-sub-table-section h2 {
    color: #004022;
    font-size: 32px;
    width: 100%;
    margin-bottom: 25px;
    padding: 10px 0 20px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    text-align: center;
    border-bottom: 3px solid var(--gold_color);
}

.teeth-sub-table-row-content ul li {
    color: var(--body_text_color);
    font-size: 16px;
    width: 100%;
    margin: 0;
    padding: 10px 0;
    text-align: center;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    list-style: none;
    border-bottom: 1px solid #cccccc;
}

.teeth-sub-table-row-content ul li:last-child {
    border-bottom: 0px !important;
    padding-bottom: 0;
}

.teeth-sub-table-row-content .fa.fa-check {
    color: #004022 !important;
}

.teeth-sub-table-row-content .fa.fa-times {
    color: #df2614 !important;
}

@media only screen and (max-width: 1024px) {
    .teeth-sub-table-section h2 {
        font-size: 28px;
    }
}

@media only screen and (max-width: 991px) {
    .teeth-sub-table-section h2 {
        font-size: 26px;
        margin-bottom: 15px;
        padding: 0px 0 15px;
    }
}

@media only screen and (max-width: 767px) {
    .teeth-sub-table-section h2 {
        font-size: 24px;
        border-bottom: 2px solid var(--gold_color);
    }

    .table-col {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 500px) {
    .teeth-sub-table-section h2 {
        font-size: 22px;
    }
}

/*===============================================
= End Teeth Table CSS
================================================*/
.video-sec2 {
    background: url("/lp-asset/lp-images/home-video-green-bg.jpg") no-repeat;
}

/*===============================================
= Start Below video CSS
================================================*/
.dental-below-video-section {
    display: inline-block;
    width: 100%;
}

.below-video-text p {
    color: var(--body_text_color);
    font-size: 18px;
    width: 100%;
    text-align: left;
    font-weight: 300;
    font-family: 'Lato', sans-serif;
    line-height: 1.6;
}

.below-video-text p:not(:last-child) {
    margin-bottom: 20px;
}

.below-video-text p b,
.below-video-text p strong {
    font-weight: 700;
}

@media only screen and (max-width: 767px) {
    .below-video-text p {
        font-size: 16px;
    }
}

/*===============================================
= End Below video CSS
================================================*/
/*===============================================
= Start dental doctor CSS
================================================*/
.dental-doctor-section {
    background-color: #EBEBEB;
}

.dental-doctor-img {
    width: 100%;
    position: relative;
    margin: 0 0 60px 20px;
    z-index: 1;
}

.dental-doctor-img::before {
    position: absolute;
    content: "";
    width: 95%;
    height: 100%;
    background: var(--gold_color);
    left: -5%;
    top: 5%;
    z-index: -1;
}

.dental-doctor-img img {
    width: 100%;
    max-width: 95%;
    height: auto;
    margin-left: auto;
    margin-right: 0;
}

.dental-doctor-info h2 {
    color: var(--body_text_color);
    font-size: 32px;
    width: 100%;
    margin: 0px;
    padding: 0px;
    text-align: center;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
}

.dental-doctor-info h4 {
    color: #b1841d;
    font-size: 18px;
    width: 100%;
    margin: 5px 0 25px;
    padding: 0px;
    text-align: center;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
}

.dental-doctor-info p {
    color: var(--body_text_color);
    font-size: 18px;
    width: 100%;
    margin: 0px 0 20px;
    padding: 0px;
    text-align: left;
    font-weight: 300;
    font-family: 'Lato', sans-serif;
}

.dental-doctor-info h3 {
    color: #004022;
    font-size: 24px;
    width: 100%;
    margin: 5px 0 10px;
    padding: 0px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
}

.dental-doctor-info {
    margin-top: 40px;
}

.dental-doctor-info-ul-li li {
    color: var(--body_text_color);
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    width: 100%;
    margin: 0px;
    padding: 0;
    line-height: 1.5;
    font-weight: 400;
}

.dental-doctor-info-ul-li li:not(:last-child) {
    margin-bottom: 4px;
}

.doc-logo-img {
    width: 100%;
    text-align: center;
    display: inline-block;
    padding-top: 15px;
}

.doc-logo-img img {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    display: inline-block;
}

@media only screen and (max-width: 1200px) {
    .dental-doctor-img::before {
        left: -4%;
        top: 4%;
    }
}

@media only screen and (max-width: 1024px) {
    .dental-doctor-info h1 {
        font-size: 28px;
    }
}

@media only screen and (max-width: 991px) {
    .dental-doctor-info h1 {
        font-size: 24px;
    }
}

@media only screen and (max-width: 767px) {
    .dental-doctor1 {
        padding-bottom: 0 !important;
    }

    .dental-doctor-info h1 {
        font-size: 22px;
    }

    .dental-doctor-info h2,
    .dental-doctor-info p {
        font-size: 16px;
    }

    .dental-doctor-info h3 {
        font-size: 20px;
    }

    .dental-doctor-img {
        max-width: 70%;
        margin: 0 auto 45px;
    }
}

@media only screen and (max-width: 475px) {
    .dental-doctor-img {
        max-width: 90%;
    }
}

/*===============================================
= End dental doctor CSS
================================================*/
/*===============================================
= Start dental golden bar CSS
================================================*/
.dental-golden-bar {
    background: var(--gold_color);
    padding: 25px 0 28px;
    width: 100%;
}

.dental-golden-bar h2 {
    color: var(--white_color);
    font-family: 'Lato', sans-serif;
    font-size: 36px;
    width: 100%;
    text-align: center;
    margin: 0px;
    padding: 0 !important;
    line-height: 1.2;
    font-weight: 500;
}

.dental-golden-bar h4 {
    color: var(--white_color);
    font-family: 'Lato', sans-serif;
    font-size: 28px;
    width: 100%;
    text-align: center;
    margin: 0px;
    padding: 0 !important;
    line-height: 1.2;
    font-weight: 300;
}

@media only screen and (max-width: 1024px) {
    .dental-golden-bar h2 {
        font-size: 30px;
    }

    .dental-golden-bar h4 {
        font-size: 26px;
    }
}

@media only screen and (max-width: 991px) {
    .dental-golden-bar h2 {
        font-size: 26px;
    }

    .dental-golden-bar h4 {
        font-size: 24px;
    }
}

@media only screen and (max-width: 767px) {
    .dental-golden-bar h2 {
        font-size: 24px;
    }

    .dental-golden-bar h4 {
        font-size: 20px;
    }
}

/*===============================================
= End dental golden bar CSS
================================================*/
/*===============================================
= start dental golden bar with logo  CSS
================================================*/
.dental-golden-bar-logo {
    background: var(--gold_color);
    width: 100%;
}

.logo_main {
    display: flex;
    max-width: 600px;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-top: 40px;
}

.dental-golden-bar-logo h2 {
    color: var(--white_color);
    font-family: 'Lato', sans-serif;
    font-size: 36px;
    width: 100%;
    text-align: center;
    margin: 0px;
    padding: 0 !important;
    line-height: 1.2;
    font-weight: 500;
}

@media only screen and (max-width: 1024px) {
    .dental-golden-bar-logo h2 {
        font-size: 30px;
    }

    .dental-golden-bar-logo h4 {
        font-size: 26px;
    }
}

@media only screen and (max-width: 991px) {
    .dental-golden-bar-logo h2 {
        font-size: 26px;
    }

    .dental-golden-bar-logo h4 {
        font-size: 24px;
    }
}

@media only screen and (max-width: 767px) {
    .dental-golden-bar-logo h2 {
        font-size: 24px;
    }

    .dental-golden-bar-logo h4 {
        font-size: 20px;
    }
}

/*===============================================
= End start dental golden bar with logo  CSS
================================================*/
.below-video-text p a {
    font-weight: 600;
    color: var(--body_text_color);
}

/*===============================================
= Start Dental Doctor About CSS
================================================*/
.dental-doctor-about {
    background-color: #EBEBEB;
}

.doctor-abour-info h3 {
    color: #004022;
    font-size: 24px;
    width: 100%;
    margin: 5px 0 10px;
    padding: 0px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
}

.doctor-abour-info ul li {
    color: var(--body_text_color);
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    width: 100%;
    margin-bottom: 10px;
    padding: 0 0 0 20px !important;
    line-height: 1.5;
    font-weight: 400;
    position: relative;
}

.doctor-abour-info ul li::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 6px;
    height: 6px;
    transform: translateY(-50%);
    background: var(--body_text_color);
    border-radius: 6px;
}

@media only screen and (max-width: 1024px) {
    .doctor-abour-info h3 {
        font-size: 22px;
    }
}

@media only screen and (max-width: 991px) {
    .doctor-abour-info h3 {
        font-size: 20px;
    }

    .doctor-abour-info ul li {
        font-size: 16px;
    }
}

@media only screen and (max-width: 767px) {
    .dental-doctor-about-img {
        margin: 0 auto 30px;
    }
}

@media only screen and (max-width: 575px) {
    .dental-doctor-about-img {
        margin: 0 auto 20px;
    }
}

/*===============================================
= End Dental Doctor About CSS
================================================*/
/*===============================================
= Start footer CSS
================================================*/
.footer-bar {
    background: url("/lp-asset/lp-images/footer-new-bg.jpg") no-repeat !important;
    padding: 50px 0px 40px 0px !important;
    background-size: cover !important;
    background-position: bottom center !important;
    position: relative !important;
    width: 100%;
    z-index: 1;
}

.city_name h4 {
    color: var(--gold_color);
    padding-left: 50px;
}

.footer-bar .addTitle {
    margin-bottom: 35px;
}

.footer-bar::before {
    position: absolute;
    content: "";
    background: rgba(7, 16, 33, 0.9) !important;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
}

.addTitle {
    text-align: center;
}

.addTitle h2 {
    text-transform: uppercase;
    font-weight: 700;
    color: var(--white_color);
    font-family: 'Lato', sans-serif;
}

.footer-address {
    color: var(--white_color);
    font-size: 20px;
    width: 100%;
    padding: 0px;
    text-align: left;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    line-height: 1.3;
    margin-top: 25px;
}

.icon-left {
    float: left;
    padding-right: 10px;
    width: 50px;
    text-align: center;
    margin: 0px;
}

.icon-left img {
    width: 22px;
    padding-top: 9px;
}

.address-detail {
    width: 82%;
    margin-left: 0;
    margin-right: auto;
    display: inline-block;
}

.tour-detail {
    color: #00acd9;
    font-size: 20px;
    width: 100%;
    padding-left: 50px;
    text-align: left;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    line-height: 1.3;
    margin-bottom: 40px;
}

.tour-detail span {
    display: inline-block;
    text-decoration: underline;
}

.hour-detail {
    color: var(--white_color);
    font-size: 20px;
    width: 100%;
    padding: 0px;
    text-align: left;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    line-height: 1.3;
    margin-bottom: 45px;
}

.hour-icon {
    float: left;
    padding-right: 10px;
    width: 50px;
    text-align: center;
    margin: 0px;
}

.hour-detail span {
    display: inline-block;
}

.hour-icon img {
    width: 40px;
    padding-top: 10px;
}

.phone-detail {
    color: var(--white_color);
    font-size: 14px;
    width: 100%;
    padding: 0px;
    text-align: left;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    line-height: 1.3;
    margin-bottom: 45px;
    text-transform: uppercase;
}

.phone-icon {
    float: left;
    padding-right: 10px;
    width: 50px;
    text-align: center;
    margin: 0px !important;
}

.phone-detail span {
    display: inline-block;
}

.phone-detail span:nth-child(3) {
    padding-top: 12px;
}

.phone-icon img {
    width: 25px;
}

.phone-detail span p {
    font-size: 12px;
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
    color: var(--gold_color);
}

.phone-detail a {
    color: var(--white_color);
    text-decoration: none !important;
    font-size: 20px;
    line-height: 1.3;
}

.footer-logo {
    width: 100%;
    text-align: center;
    padding: 50px 0 40px;
}

.footer-logo img {
    width: 100%;
    max-width: 600px;
    height: auto !important;
}

.bottom-ul {
    width: 92%;
    margin: 0 4%;
    padding: 30px 4%;
    border-top: 1px solid var(--white_color);
}

.bottom-ul li {
    color: var(--white_color);
    text-align: center;
    list-style: none !important;
    width: 100%;
    padding-bottom: 10px;
    line-height: 1.3;
    font-size: 13px;
    font-family: 'Lato', sans-serif;
}

.footer-copyright {
    background: #071021 !important;
    padding: 15px 0px !important;
    text-align: center;
    width: 100%;
    border-top: 1px solid var(--white_color);
}

.copyright {
    text-align: center;
    padding: 0px;
    margin: 0px;
    color: var(--white_color);
}

@media only screen and (max-width: 1024px) {
    .addTitle h2 {
        font-size: 26px;
    }

    .footer-address,
    .tour-detail,
    .hour-detail,
    .phone-detail a {
        font-size: 18px;
    }

    .tour-detail,
    .hour-detail,
    .phone-detail {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 991px) {
    .addTitle h2 {
        font-size: 24px;
    }

    .footer-address,
    .tour-detail,
    .hour-detail,
    .phone-detail a,
    .copyright {
        font-size: 16px;
    }

    .footer-logo {
        padding: 40px 0 30px;
    }

    .tour-detail,
    .hour-detail,
    .phone-detail {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .addTitle h2 {
        font-size: 22px;
    }

    .phone-detail span p {
        font-size: 10px;
    }

    .footer-logo {
        padding: 30px 0 20px;
    }

    .bottom-ul {
        margin: 0 auto;
        padding: 20px 0;
    }

    .footer-address {
        margin-top: 10px;
    }

    .footer-res-col .phone-detail {
        padding-bottom: 20px;
        border-bottom: 1px solid var(--white_color);
    }
}

@media only screen and (max-width: 575px) {
    .icon-left img {
        width: 18px;
        padding-top: 5px;
    }

    .hour-icon img {
        width: 35px;
    }

    .phone-icon img {
        width: 22px;
    }
}

/*===============================================
= End footer CSS
================================================*/
/*===============================================
= Logo section CSS
================================================*/
.logo-image img {
    filter: grayscale(1);
    height: 85px;
    width: auto;
    margin: auto;
}

.logo_slider {
    margin-top: 20px;
    margin-bottom: 55px !important;
}

.logo_slider .slick-dots {
    bottom: -35px;
}

.icoi_logo img {
    height: auto;
}

/*===============================================
= End Logo section CSS
================================================*/
/*===============================================
= start dropdown button CSS
================================================*/
.apply-now {
    max-width: 355px;
    position: relative;
}

.apply-now.apply_now_center {
    margin: auto;
}

.apply-now li .dropdown-menu {
    /* overflow-y: scroll; */
    left: 50%;
    transform: translateX(-50%);
    padding: 0px;
    min-width: 22rem;
}

.apply-now li .dropdown-menu a {
    min-width: 245px;
}

.apply-now .button-dropdown .dropdown-menu li a {
    color: var(--body_text_color);
    background: transparent;
    border: none;
    text-align: inherit;
    font-size: 16px;
    padding: 13px 20px;
    text-transform: none;
}

.button-dropdown .dropdown-toggle {
    width: 100%;
}

.apply-now .dropdown-toggle::after {
    display: none;
}

.default_btn .apply-now .button-dropdown a.dropdown-toggle span {
    margin-left: 13px;
}

.apply-now .button-dropdown i {
    top: -3px;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .default_btn .apply-now .dropdown-toggle span {
        display: inherit;
    }
}

@media only screen and (max-width: 575px) {
    .default_btn .apply-now {
        width: 100%;
        max-width: 100%;
    }
}

/*===============================================
= End dropdown button CSS
================================================*/
/*===============================================
= start before after CSS
================================================*/
.section_title_inner h2 {
    color: #004022;
    font-size: 34px;
    width: 100%;
    margin-bottom: 40px;
    padding: 0px;
    text-align: center;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
}

.teeth_opt_sec .section_title_inner h2 {
    font-size: 42px;
}

.section_title_inner img {
    width: 100%;
    max-width: 320px;
    margin: 0 auto 40px;
}

.gallery-main .comparison-main {
    max-width: 800px;
    margin: 0 auto;
}

.comparison-content {
    padding: 0 15px;
}

.comparison {
    width: 100%;
    padding-bottom: 83%;
    overflow: hidden;
    position: relative;
}

.figure {
    position: absolute;
    background-size: cover;
    font-size: 0;
    width: 100%;
    height: 100%;
    margin: 0;
}

#figure {
    background-image: url(/lp-asset/lp-images/after11.jpg);
}

#figure1 {
    background-image: url(/lp-asset/lp-images/after22.jpg);
}

#figure2 {
    background-image: url(/lp-asset/lp-images/after33.jpg);
}

#figure3 {
    background-image: url(/lp-asset/lp-images/after44.jpg);
}

#figure4 {
    background-image: url(/lp-asset/lp-images/after55.jpg);
}

.divisor {
    background-image: url(/lp-asset/lp-images/before11.jpg);
    background-size: cover;
    position: absolute;
    width: 50%;
    box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.3);
    bottom: 0;
    height: 100%;
}

#divisor1 {
    background-image: url(/lp-asset/lp-images/before22.jpg);
}

#divisor2 {
    background-image: url(/lp-asset/lp-images/before33.jpg);
}

#divisor3 {
    background-image: url(/lp-asset/lp-images/before44.jpg);
}

#divisor4 {
    background-image: url(/lp-asset/lp-images/before55.jpg);
}

.divisor::before,
.divisor::after {
    content: "";
    position: absolute;
    right: -2px;
    width: 4px;
    height: calc(50% - 25px);
    background: #fff;
    z-index: 3;
}

.divisor::before {
    top: 0;
    box-shadow: 0 -3px 8px 1px rgba(0, 0, 0, 0.3);
}

.divisor::after {
    bottom: 0;
    box-shadow: 0 3px 8px 1px rgba(0, 0, 0, 0.3);
}

.divisor span {
    position: absolute;
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

/*.lp_divisor{
    background-image: url(/wp-content/uploads/2021/07/lp-before-img-1.jpg);
    background-size: cover;
}
.lp_divisor1{
    background-image: url(/wp-content/uploads/2021/07/lp-before-img-2.jpg)!important;
    background-size: cover;
}*/
.handle {
    position: absolute;
    height: 50px;
    width: 50px;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 1;
    background: #004022;
    border-radius: 100%;
}

.handle::before,
.handle::after {
    content: "";
    width: 0;
    height: 0;
    border: 6px inset transparent;
    position: absolute;
    top: 50%;
    margin-top: -6px;
}

.handle::before {
    border-right: 6px solid white;
    left: 50%;
    margin-left: -17px;
}

.handle::after {
    border-left: 6px solid white;
    right: 50%;
    margin-right: -17px;
}

.comparison input[type=range] {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: absolute;
    top: 50%;
    left: -25px;
    transform: translateY(-50%);
    background-color: transparent;
    width: calc(100% + 50px);
    z-index: 2;
    cursor: col-resize;
    border: none;
    max-width: inherit;
    padding: 0px;
}

input[type=range]:focus,
input[type=range]:active {
    border: none;
    outline: none;
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: transparent;
    border: 4px solid white;
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.3);
}

input[type=range]::-moz-range-track {
    -moz-appearance: none;
    height: 15px;
    width: 100%;
    background-color: transparent;
    position: relative;
    outline: none;
}

.comparison-arrows {
    text-align: center;
    margin: 20px 0 10px;
}

.comparison-arrows .comparison-prev img {
    transform: rotate(180deg);
}

.comparison-arrows button {
    border: none;
    background: #004022;
    height: 30px;
    width: 30px;
    border-radius: 100%;
    margin: 0 5px;
    outline: none;
    padding: 0px !important;
}

.before-after-section {
    display: block;
    vertical-align: top;
    width: 100%;
    padding: 80px 0px 0px 0px;
}

.before-after-section .main-heading h2 {
    font-size: 35px;
    line-height: 1.25;
    color: #12504E;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 45px;
}

button.comparison-arrow:hover,
button.comparison-arrow:focus {
    background: var(--gold_color) !important;
}

.before-after-section .container {
    max-width: 1250px;
}

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

    .section_title_inner h2,
    .section_title_inner img {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 576px) {
    .comparison-content {
        padding: 0 0px;
    }

}

/* before after end */
.pricing_title_inner {
    margin-bottom: 40px;
}

.doctor_title_inner h2,
.pricing_title_inner h2 {
    margin-bottom: 15px;
}

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

    .teeth_opt_sec .section_title_inner h2 {
        font-size: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 991px) {
    .teeth_opt_sec .section_title_inner h2 {
        font-size: 35px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1140px) {
    .teeth_opt_sec .section_title_inner h2 {
        font-size: 37px;
    }
}

@media only screen and (min-width: 1141px) and (max-width: 1280px) {
    .teeth_opt_sec .section_title_inner h2 {
        font-size: 38px;
    }
}

/*===============================================
= end before after CSS
================================================*/

.dental-implant-surgery_sec .customized-inner-info h3 {
    padding-bottom: 15px;
    font-size: 26px;
    line-height: 1.3;
}

.dental-implant-surgery_sec .customized-inner-info h3:last-child {
    padding-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .dental-implant-surgery_sec .customized-inner-info {
        text-align: left !important;
    }

    .dental-implant-surgery_sec .customized-inner-info h3 {
        font-size: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1280px) {
    .dental-implant-surgery_sec .customized-inner-info h3 {
        font-size: 23px;
    }
}

/*============================================
= Start Header CSS
===============================================*/
.header-bottom .container-fluid, .top-bar .container-fluid{
    padding-left: 40px;
    padding-right: 40px;
}
.header-bg {
    background-color: var(--white_color);
    box-shadow: rgb(100 100 111 / 10%) 0px 7px 29px 0px;
    transition: all 0.5s;
}
/* .site-branding {
    max-width: 60px;
    width: 100%;
} */
.site-navigation-main .menu{
    margin-bottom: 0;
}
.site-header-wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header-bottom {
    width: 100%;
    z-index: 999;
    padding: 18px 0;
    position: relative;
}
.sticky {
    position: sticky;
    width: 100%;
    top: 0;
    left: 0;
    margin: auto;
    z-index: 999;
    transition: ease-in-out 2s linear;
    background: var(--white_color);
}
.header-bottom.sticky {
    box-shadow: rgb(100 100 111 / 10%) 0 7px 29px 0;
}
.sticky .header-top.sticky-top-header {
    opacity: 0;
    height: 0;
    overflow: hidden;
    padding: 0;
}
.sticky .header-bottom {
    box-shadow: rgb(100 100 111 / 10%) 0px 7px 29px 0px;
    background-color: var(--white_color);
    transition: all 0.5s;
}
.site-navigation-main{
   -webkit-box-flex: 0;
    -ms-flex: auto;
    flex: auto;
}
body .site-navigation{
    flex-grow: 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
}
/* body .site-navigation ul.menu li:first-child {
    margin-left: 20px;
} */
.site-navigation ul.menu {
    display: flex;
    flex-wrap: wrap;
}
body .site-navigation ul.menu li a{
    font-size: 16px;
    line-height: 1.17;
    font-weight: 600;
    letter-spacing: 0.1px;
    transition: all 0.3s;
    padding: 12px 8px;
    font-family: var(--montserrat);
    color: #363741;
}
body .site-navigation .custom-menu-class ul.menu li a{
    color: #363741;
}
body .site-navigation ul.menu li.menu-item-has-children {
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    padding: 0;
}
body .site-navigation ul.menu li.menu-item-has-children::after {
    display: none;
}
/* submenu design */
body .site-navigation ul.menu li ul.sub-menu {
    background: var(--white_color);
    box-shadow: 0px 5px 10px rgb(0 0 0 / 10%);
    min-width: 250px;
}
body .site-navigation ul.menu li ul.sub-menu li{
    margin: 0;
}
body .site-navigation ul.menu li ul.sub-menu li a {
    font-size: 15px;
    line-height: 1.17;
    color: #6E717C;
    font-weight: 500;
    transition: all 0.3s;
    padding: 12px 12px;
    width: 100%;
}
.header_right_inner{
    display: flex;
    align-items: center;
}
.custom-menu-class{
    margin-right: 14px;
}
.header_right_inner a.header-call-button {
    padding-right: 32px;
    font-size: 14px;
    line-height: 1.17;
    font-weight: 700;
    letter-spacing: 0.1px;
    transition: all 0.3s;
}
.header_right_inner a.header-call-button:hover {
    color: var(--gold_color);
}
.header-btn{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.header-btn a:not(:last-child){
    margin-right: 24px;
}
.header-top{
    background: #4E8CC7;
    padding: 16px 0;
}
.header-top p{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: var(--white_color);
    text-transform: uppercase;
}
.header-top p a{
    color:var(--white_color);
    font-weight: 600;
    transition: all 0.4s;
    text-decoration: underline !important;
}
.header-top p a:hover{
    color: #204265;
}
.header-btn .default-cta{
    margin-top: 0px;
    /* background: transparent;
    border: 2px solid var(--gold_color); */
}
/* .header-btn .default-cta:hover{
    color : var(--gold_color)
} */
.header-btn .header-btn-info {
    margin: auto;
    color: var(--body_text_color);
    font-weight: 700;
}
.header-btn .header-btn-info:hover {
    color: var(--gold_color);
}
body .site-navigation ul.menu li.menu-item-has-children i::before {
    content: "\f107" !important;
}
body .site-navigation ul.menu li.menu-item-has-children i {
    color: #6E717C;
}
body .site-navigation ul.menu>li.current-menu-item>a,
body .site-navigation ul.menu li ul.sub-menu li.current-menu-item > a {
    color: var(--gold_color) !important;
}
body .site-navigation ul.menu li.menu-item a:hover,
body .site-navigation ul.menu li.menu-item a:hover + i {
    color: var(--gold_color);
}
body .site-navigation ul.menu>li.current-menu-item>i,
body .site-navigation ul.menu li ul.sub-menu>li.current-menu-item>i {
    color: var(--gold_color) !important;
}
.site-navigation ul.menu .call_now_cta {
    display: none;
}
@media only screen and (min-width: 1341px) and (max-width: 1590px){
    .header_right_inner a.header-call-button {
        font-size: 14px;
        padding-right: 15px;
    }
    .header-btn .default-cta {
        padding: 10px 10px;
    }
    body .site-navigation ul.menu li a, .default-cta {
        font-size: 14px;
    }
    body .site-navigation ul.menu li a {
        padding: 12px 3px;
    }
}
@media only screen and (max-width: 1440px){ 
    .header-bottom .container-fluid, .top-bar .container-fluid{
        padding-left: 20px;
        padding-right: 20px;
    }
    body .site-navigation ul.menu li a{
        padding: 12px 6px;
    }
    .header_right_inner a.header-call-button {
        font-size: 13px;
    }
}
@media only screen and (min-width: 1420px) and (max-width: 1520px){
    .site-branding {
        max-width: 250px;
    }
}
@media only screen and (min-width: 1300px) and (max-width: 1420px){
    .site-branding {
        width: 100%;
        max-width: 200px;
    }
    body .site-navigation ul.menu li a {
        font-size: 14px;
    }
}
@media only screen and (min-width: 1300px) and (max-width: 1340px){
    .header-btn .default-cta {
        padding: 10px 13px;
    }
}
@media only screen and (min-width: 1300px) {
    body .site-navigation ul.menu li ul.sub-menu li i {
        padding-right: 12px;
    }
    header.site-main-header {
        background-color: transparent;
/*        position: absolute;*/
        width: 100%;
    }
    header.site-main-header .site-navigation ul.menu li a, header.site-main-header .site-navigation ul.menu li.menu-item-has-children i::before {
        color: #363741;
    }
    header.site-main-header .site-navigation ul.menu li:hover i::before, header.site-main-header .site-navigation ul.menu li:hover >  a {
        color: var(--gold_color) !important;
    }
    .sticky {
        position: sticky !important;
        background: url("/wp-content/uploads/2023/07/header-bg.jpg") no-repeat center !important;
        background-size: cover !important;
    }
    header.site-main-header.sticky .site-branding {
        filter: unset;
    }
    header.site-main-header.sticky .site-navigation ul.menu li a, header.site-main-header.sticky .site-navigation ul.menu li.menu-item-has-children i::before{
        color: unset;
    }
    .site-navigation-main {
        padding-left: 20px;
    }
}
@media only screen and (max-width: 1299px){
    .site-navigation-main {
        flex: inherit;
    }
    .site-main-header .col-12,
    body .site-navigation{
        position: unset;
        flex-grow: inherit;
    }
    #navbarSupportedContent {
        position: fixed;
        top: 0;
        top: 42px;
        left: 0;
        width: 100%;
        height: 0;
        display: inline-block;
        transition: height 0.3s;
        overflow: hidden;
        opacity: 0;
        visibility: hidden;
    }
    #navbarSupportedContent.menu-active {
        height: 100%;
        opacity: 1;
        visibility: visible;
    }
    .site-navigation .menu-primary-menu-header-menu-container > ul.menu > li > a {
        color: #6E717C;
    }
    body .site-navigation ul.menu li.menu-item-has-children > i{
        color: #6E717C!important;
    }
    #navbarSupportedContent .menu-primary-menu-header-menu-container {
        background: var(--white_color);
        position: fixed;
        width: 100%;
        bottom: 0;
        left: 0;
        overflow: scroll;
    }
    body .site-navigation ul.menu li{
        width: 100%;
    }
    .site-navigation .navbar-toggler {
        width: 40px;
        padding: 8px;
        line-height: 0;
        border: 2px solid var(--gold_color);
        margin: 0 0 0 15px;
    }
    .bar-icon {
        display: inline-block;
        background: var(--gold_color);
        height: 2px;
        width: 100%;
        line-height: 0;
        vertical-align: top;
        margin: 2px 0;
        transition: all 0.3s;
    }
    .site-navigation .navbar-toggler[aria-expanded="true"] span.icon1,
    .site-navigation .menu-active + .header_right_inner + .navbar-toggler span.icon1 {
        transform: translate(0, 6px) rotate(225deg);
    }
    .site-navigation .navbar-toggler[aria-expanded="true"] span.icon2,
    .site-navigation .menu-active + .header_right_inner + .navbar-toggler span.icon2 {
        opacity: 0;
    }
    .site-navigation .navbar-toggler[aria-expanded="true"] span.icon3,
    .site-navigation .menu-active + .header_right_inner + .navbar-toggler span.icon3 {
        transform: translate(0, -6px) rotate(-225deg);
    }
    .site-navigation .navbar-toggler[aria-expanded="false"] span.icon1,
    .site-navigation .navbar-toggler[aria-expanded="false"] span.icon3 {
        transform: translate(0, 0) rotate(0);
    }
    .site-navigation .navbar-toggler[aria-expanded="false"] span.icon2 {
        opacity: 1;
    }
    body .site-navigation ul.menu{
        margin: 0;
        margin-top: 10px;
        border-top: 1px solid #00421f;
    }
    body .site-navigation ul.menu li{
        margin: 0;
        display: inline-block;
    }
    body .site-navigation ul.menu li.current-menu-item{
        background: #F0F1F4;
        color: #515153;
    }
    body .site-navigation ul.menu li ul.sub-menu{
        position: unset;
        width: 100%;
        box-shadow: none;
        display: none;
    }
    body .site-navigation ul.menu li.menu-item-has-children > i {
        content: '';
        position: absolute;
        right: 13px;
        top: 11px;
        transform: translateX(-50%);
        transition: all 0.3s;
    }
    body .site-navigation ul.menu li.menu-item-has-children > i.sub-menu-active{
        transform: rotate(180deg);
        right: 17px;
    }
    body .site-navigation ul.menu li ul.sub-menu li{
        padding: 0;
    }
    body .site-navigation ul.menu li ul.sub-menu li a{
        padding: 12px 30px;
        width: auto;
    }
    body .site-navigation ul.menu li{
        color:#6E717C;
        width: 100%;
    }
    body .site-navigation ul.menu li > a {
        width: auto;
        padding: 10px 15px;
        display: inline-block;
    }
    body .site-navigation ul.menu li ul.sub-menu li.current-menu-item a {
        color: #6E717C;
        width: auto;
        display: inline-block;
        background: transparent;
    }
    .toggle-menu-open {
        overflow: hidden;
    }
    .header-bottom{
        position: relative;
    }
    .header-bottom {
        padding: 10px 0;
    }
    .site-header-wrap .site-navigation .header-mrg{
        margin: 0 25px;
    }
    .custom-menu-class{
        display: none;
    }
    body .site-navigation ul.menu li a, body .site-navigation ul.menu li ul.sub-menu li a{
        font-size: 14px;
    }
    body .site-navigation ul.menu li ul.sub-menu ul.sub-menu {
        background: #f0f1f4;
    }
    body .site-navigation ul.menu li:first-child{
        margin-left: 0;
    }
}
@media only screen and (max-width: 991px) {
    .header-btn a.default-cta span {
        display: none;
    }
}
@media only screen and (max-width: 767px){
    .header_right_inner a.header-call-button, .header-btn a{
        display: none;
    }
    .header-bottom .container-fluid, .top-bar .container-fluid {
        padding-right: 30px;
        padding-left: 30px;
    }
    .site-navigation .menu-primary-menu-header-menu-container>ul.menu>.call_now_cta a {
        font-size: 16px;
        background: var(--gold_color);
        color: #fff;
        text-transform: capitalize;
        border: 2px solid var(--gold_color);
        border-radius: 40px;
        transition: all 0.4s;
        padding: 14px 32px;
        line-height: 1;
        text-align: center;
    }
    .site-navigation ul.menu .call_now_cta {
        padding: 10px 15px;
        display: block;
    }
    .site-navigation .menu-primary-menu-header-menu-container>ul.menu>.call_now_cta a:hover {
        background: transparent;
        color: var(--gold_color);
    }
}
@media only screen and (min-width: 1300px){
    body .site-navigation ul.menu li.menu-item-has-children i {
        font-weight: 900;
    }
    .navbar-expand-xl .navbar-collapse {
        display: flex!important;
        flex-basis: auto;
    }
    .header_hide_menu{
        display: none !important;
    }
    body .site-navigation ul.menu li:not(:last-child) {
        margin-right: 4px;
    }
}
@media only screen and (max-width: 1299px){
    .navbar-collapse{
        flex-basis: 100% !important;
    }
    .navbar-expand-xl .navbar-toggler{
        display: block !important;
    }
}
/*============================================
= End Header CSS
===============================================*/