@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gelasio:ital,wght@0,400..700;1,400..700&display=swap');
body,
span,
p,
li,
a {
    font-family: 'poppins', sans-serif;
    line-height: 1.5;
    margin: 0;
    padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Gelasio', serif;
    line-height: 1.5;
    margin: 0;
    padding: 0;
}
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;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    width: 100%;
}
a:hover {
    text-decoration: none;
}
hr {
    width: 140px;
    margin: 32px auto;
    border: 0;
    border-top: 2px solid #266682;
    opacity: .5;
}
.label1 {
    font-weight: 600;
    color: red;
    bottom: -27px;
    font-size: 12px;
    left: 0;
    width: 100%;
    text-align: left;
}
/* default css */
.lp-section-padding {
    padding: 60px 0;
}
.lp-section-more-padding {
    padding: 100px 0;
}
body .container {
    max-width: 1540px;
    padding: 0 20px;
}
@media only screen and (min-width: 320px) {
    body .container {
        max-width: 100%;
    }
}
@media only screen and (min-width: 768px) {
    body .container {
        max-width: 900px;
    }
}
@media only screen and (min-width: 992px) {
    body .container {
        max-width: 960px;
    }
}
@media only screen and (min-width: 1200px) {
    body .container {
        max-width: 1140px;
    }
}
@media only screen and (min-width: 1400px) {
    body .container {
        max-width: 1320px;
    }
}
@media only screen and (min-width: 1600px) {
    body .container {
        max-width: 1540px;
    }
}
.lp_default_btn {
    padding: 10px 24px;
    background: #266682;
    color: #Fff;
    font-weight: 600;
    font-size: 16px;
    border-radius: 40px;
    border: 2px solid transparent;
    line-height: 1.6;
    font-family: 'poppins', sans-serif;
    transition: all 0.4s;
    text-decoration: none;
}
.lp_default_btn:hover {
    border-color: #266682;
    background: transparent;
    color: #266682;
}
.white_default_btn.lp_default_btn {
    background: #fff;
    color: #266682;
}
.white_default_btn.lp_default_btn:hover {
    color: #Fff;
    border-color: #fff;
    background: transparent;
}
.section_less_padding {
    padding: 50px 0px;
}
.common-title h2 {
    font-size: 36px;
}
@media only screen and (max-width: 1199px) {
    .section_title_inner h1 {
        font-size: 38px;
    }
    .section_title_inner h1 span::before {
        bottom: 13px;
    }
}
@media only screen and (max-width: 991px) {
    body .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }
    hr {
        margin: 24px auto;
    }
}
@media only screen and (max-width: 768px) {
    .common-title h2 {
        font-size: 30px;
    }
}
@media only screen and (max-width: 575px) {
    .common-title h2 {
        font-size: 26px;
    }
}
/*===============================================
= End Default 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
================================================*/
/*===============================================
= start Header CSS
============================================*/
.lp_header {
    padding: 15px 0;
}
.header_btn {
    text-align: right;
}
.header_btn .lp_default_btn {
    padding: 7px 24px;
}
@media only screen and (max-width: 767px) {
    .header_btn .lp_default_btn {
        padding: 6px 15px;
    }
}
@media only screen and (max-width: 575px) {
    /*.lp_default_btn span {
        display: none;
    }*/
    .footer_btn .lp_default_btn {
        width: 100%;
        max-width: 220px;
    }
    .header_btn {
        display: none;
    }
}
@media only screen and (max-width: 480px) {
    .lp_header .container {
        padding: 0 20px;
    }
    .lp_header .container .row>div {
        padding: 0;
    }
    .lp_header .container .row {
        margin: 0;
    }
    .lp_default_btn,
    .header_btn .lp_default_btn {
        padding: 8px 18px;
        font-size: 16px;
    }
}
/*===============================================
= End Header CSS
============================================*/
/*===============================================
= footer start  CSS
============================================*/
.lp_footer {
    padding: 15px 0;
    /* background: #6e6e6e; */
}
.footer_text p {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    /* color: #Fff; */
    text-align: right;
    width: 100%;
    margin: 0;
}
.footer-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin: 0 auto;
    color: #212529;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    gap: 8px;
    text-decoration: none;
}
.footer_btn {
    text-align: center;
}
@media only screen and (max-width: 991px) {
    .footer_text p {
        margin: 25px 0 0;
        text-align: center;
    }
    .footer_btn {
        text-align: right;
    }
}
@media only screen and (max-width: 767px) {
    .footer_logo {
        margin: 0 0 20px;
    }
    .footer_btn {
        text-align: center;
    }
}
@media only screen and (max-width: 575px) {
    .lp_footer {
        padding: 25px 0;
    }
    .footer_logo {
        text-align: center;
    }
    .footer_text p {
        margin: 20px 0 0;
    }
}
/*===============================================
= End footer 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: 50% 40%;
    background-size: cover;
    width: 100%;
    height: 632px;
    /* aspect-ratio: 1 / .33;*/
    position: relative;
    object-fit: cover;
}
.hero_banner_wrap .baqnner_text_wrap {
    position: absolute;
    max-width: max-content;
    width: 100%;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    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;
    padding: 9px 56px;
}
.baqnner_text_wrap h1 {
    font-size: 36px;
    font-weight: 400;
    line-height: 1.2;
    color: #fff;
    text-align: center;
    text-shadow: 0px 2px 55px rgba(0, 0, 0, 0.20);
    letter-spacing: 2.16px;
    text-transform: capitalize;
}
.baqnner_text_wrap h1 span {
    font-weight: 700;
    font-style: italic;
    font-family: inherit;
}
@media only screen and (max-width: 1441px) {
    .hero_banner_wrap {
        height: 550px;
    }
}
@media only screen and (max-width: 1024px) {
    .baqnner_text_wrap h1 {
        font-size: 30px;
    }
}
@media only screen and (max-width: 991px) {
    .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;
    }
    .hero_banner_wrap {
        /* aspect-ratio: 1/.4;*/
    }
}
/*===============================================
= End Banner CSS
================================================*/
.dental-implant-surgery_sec .customized-inner-info h3,
.dental-implant-surgery_sec .customized-inner-info p {
    color: #404041;
    text-align: center;
    font-family: Poppins;
    font-size: 26px;
    font-style: normal;
    line-height: 1.2;
}
.dental-implant-surgery_sec .customized-inner-info h3 {
    font-weight: 600;
    margin-bottom: 24px;
}
.dental-implant-surgery_sec .customized-inner-info p {
    margin-bottom: 32px;
}
@media only screen and (max-width: 991px) {
    .dental-implant-surgery_sec .customized-inner-info h3,
    .dental-implant-surgery_sec .customized-inner-info p {
        font-size: 20px;
    }
}
@media only screen and (max-width: 768px) {
    .dental-implant-surgery_sec .customized-inner-info h3,
    .dental-implant-surgery_sec .customized-inner-info p {
        font-size: 18px;
    }
}
/*===============================================
= Start Dental Table CSS
================================================*/
.container1060 {
    max-width: 1060px !important;
}
.dental-table-section {
    background-color: #266682;
}
.dental-table-section .common-title {
    margin-bottom: 56px;
}
.dental-table-section h2 {
    color: #fff;
}
.table-row-content {
    padding: 40px 0 16px;
    display: block;
    vertical-align: top;
    background-color: #fff;
}
.table-row-content.middle {
    background: #ebebeb;
}
.table-row-content h2 {
    width: 100%;
    margin: 5px 0 10px;
    padding: 0px;
    text-align: center;
    color: #5A595E;
    font-family: Poppins;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4;
    /* 33.6px */
}
.table-row-content h3 {
    width: 100%;
    margin-bottom: 30px;
    padding: 0px;
    text-align: center;
    color: #BC8451;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4;
    /* 25.2px */
    letter-spacing: 2.16px;
    text-transform: uppercase;
}
.table-row-content ul li {
    width: 100%;
    margin: 0;
    padding: 10px 5px 10px;
    text-align: center;
    list-style: none;
    border-bottom: 1px solid #cccccc;
    color: #5A595E;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    /* 22.4px */
}
.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;
    margin-top: 24px;
}
.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;
}
.conclusion-price h3 {
    color: #201D2A;
    font-family: Poppins;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.6;
    text-align: center;
}
@media only screen and (max-width: 767.98px) {
    .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);
    }
    .conclusion-price h3 {
        font-size: 24px;
    }
    .pricing-btn {
        margin-top: 20px;
    }
    .dental-table-section .common-title {
        margin-bottom: 26px;
    }
    .res-col {
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 575px) {
    .table-row-content {
        padding: 20px 0;
    }
    .table-row-content h2 {
        font-size: 24px;
    }
    .home-table-img {
        padding: 0;
    }
    .pricing-btn {
        display: inherit;
        vertical-align: top;
        width: 100%;
        padding: 0px 20px;
        margin-top: 16px;
    }
    .pricing-btn a {
        padding: 15px;
        width: 100%;
        text-align: center;
    }
    .conclusion-price h3 {
        font-size: 24px;
    }
    .conclusion-price h3 {
        font-size: 20px;
    }
    .dental-table-section .common-title {
        margin-bottom: 24px;
    }
}
/*===============================================
= End Dental Table CSS
================================================*/
/*===============================================
= Start Scroll menu Section CSS
============================================*/
.scroll_menu {
    position: sticky;
    width: 100%;
    top: -1px;
    left: 0;
    background: #266682;
    z-index: 999;
    display: inline-block;
}
.indicator {
    position: relative;
    width: 100%;
    height: 3px;
    background: #F6BB42;
}
.indicator-line {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 100%;
    background: #FDE3A7;
    transition:
        width ease .3s,
        left cubic-bezier(.4, .95, .5, 1.5) .5s;
}
.menu {
    padding: 0;
    list-style: none;
    text-align: center;
}
.menu li {
    display: inline-block;
    vertical-align: top;
}
.tab {
    padding: 12px 14px;
    color: #FFFFFF;
    font-weight: 600;
    text-decoration: none;
    font-size: 15px;
    line-height: 1.4;
}
.active-tab,
.tab:hover {
    color: #266682;
    background-color: #ffffff;
    /*    border-radius: 100px;*/
    height: 100%;
}
.scroll_menu a {
    display: inline-block;
}
/* .scroll_menu{
    display: none;
} */
@media only screen and (max-width: 1199px) {
    .tab {
        padding: 8px 10px;
        font-size: 11px;
    }
}
/*@media only screen and (max-width: 896px) {
    .tab {
        font-size: 13px;
    }
}*/
@media only screen and (max-width: 767px) {
    .scroll_menu {
        padding: 7px 0 6px;
    }
    .menu {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
    .menu li {
        margin: 0 0 8px;
        width: 100%;
    }
    .tab {
        width: 100%;
        padding: 2px 7px;
    }
    .active-tab, .tab:hover {
        color: #ffffff;
        background-color: transparent;
        border: 1px solid #fff;
    }
}
@media only screen and (max-width: 480px) {
    .menu {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}
@media only screen and (min-width: 768px) {
    .scroll_menu {
        display: block;
        padding: 15px 10px;
    }
}
/*===============================================
= end Scroll menu Section CSS
============================================*/
/*===============================================
= Start Teeth Table CSS
===============================================*/
.teeth-table {
    background-color: #fff;
    border: 1px solid #FAFAFA;
    box-shadow: rgba(191, 191, 191, 0.15) 0px 4px 12px;
    height: 100%;
}
.teeth-table h4 {
    padding: 24px 0;
    border-bottom: 1px solid #F3F3F3;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.7;
    font-family: poppins;
}
.teeth-table h4.gold-color {
    color: #266682;
}
.teeth-table-list {
    padding: 0 24px;
}
.teeth-table-list li {
    padding-left: 34px;
    position: relative;
    font-weight: 400;
    text-transform: capitalize;
    padding-top: 17px;
    padding-bottom: 17px;
}
.teeth-table-list li::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    background-image: url("/lp-asset/lp-images/check-icon-1.svg");
    width: 22px;
    height: 22px;
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateY(-50%);
}
.cros-list li::before {
    background-image: url("/lp-asset/lp-images/cros-icon.svg");
}
@media only screen and (min-width: 1200px) {
    .teeth-table-sec .row {
        max-width: 1042px;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 767px) {
    .teeth-table h4 {
        font-size: 22px;
    }
    .teeth-table {
        height: auto;
    }
    .res-pad-bottom {
        margin-bottom: 24px;
    }
}
@media only screen and (max-width: 575px) {
    .teeth-table h4 {
        font-size: 20px;
        padding: 20px 0;
    }
    .teeth-table-list {
        padding: 0 15px;
    }
    .teeth-table-list li {
        padding-top: 8px;
        padding-bottom: 8px;
    }
}
/*===============================================
= End Teeth Table CSS
===============================================*/
/*===============================================
= Start Why Us Section CSS
===============================================*/
.why-us-section .common-title {
    margin-bottom: 56px;
}
.why-us-section .row>div {
    margin-bottom: 24px;
}
.why-us-card {
    border-radius: 12px;
    background: #F5F5F5;
    padding: 24px;
    height: 100%;
}
.why-us-icon {
    height: 52px;
    width: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background: #26668229;
    margin-bottom: 12px;
}
.why-us-content h3 {
    color: #201D2A;
    font-family: Poppins;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 8px;
}
.why-us-content p {
    color: #5A595E;
    font-size: 16px;
    line-height: 1.6;
}
/* @media only screen and (max-width: 1640px) {
    .why-us-section {
        padding-top: 0;
    }
} */
@media only screen and (max-width:768px) {
    .why-us-section .common-title {
        margin-bottom: 36px;
    }
}
@media only screen and (max-width:575px) {
    .why-us-section .common-title {
        margin-bottom: 24px;
    }
    .why-us-card {
        height: auto;
    }
}
/*===============================================
= End Why Us Section CSS
===============================================*/
/* ====================================
== Start Services Section
======================================= */
.permanent-teeth .common-title,
.services-sec .common-title {
    margin-bottom: 56px;
}
.services-sec {
    background-color: #F5F5F5;
}
.services-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    text-align: -webkit-center;
    max-width: 991px;
    margin: 0 auto;
    flex-wrap: wrap;
}
.services-sec .services-col {
    max-width: 50%;
    width: 100%;
    padding: 0 24px;
}
.services-content h4 {
    color: #201D2A;
    font-family: 'Poppins';
    font-size: 26px;
    font-weight: 500;
    line-height: 1.2;
}
.services-content h4 span {
    color: #266682;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.48px;
    margin: 16px 0 32px;
}
.services-content img {
    width: 100%;
}
.services-content p {
    color: #5A595E;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
}
.services-content img {
    margin-bottom: 28px;
}
.services-content span {
    display: block;
    font-size: 24px;
    font-weight: 300;
    margin-top: 16px;
}
@media only screen and (max-width: 1599px) and (min-width: 1200px) {
    .services-content h3 {
        font-size: 32px;
    }
}
@media only screen and (max-width: 1199px) and (min-width: 1025px) {
    .services-content h3 {
        font-size: 28px;
    }
}
@media only screen and (max-width:1366px) {
    .services-content span {
        font-size: 22px;
    }
}
@media only screen and (max-width:1200px) {
    .services-content span {
        font-size: 18px;
    }
}
@media only screen and (max-width: 991px) {
    .services-content img {
        margin-bottom: 24px;
    }
    .services-content p {
        font-size: 18px;
    }
    .services-sec .services-col {
        padding: 0px 14px;
    }
}
@media only screen and (max-width:768px) {
    .services-row {
        max-width: 575px;
    }
    .services-content h4 span,
    .services-content p {
        font-size: 16px;
    }
    .services-content h4 span {
        margin: 16px 0;
    }
    .services-sec .services-col {
        max-width: 100%;
    }
    .services-sec .services-col:not(:last-child) {
        margin-bottom: 24px;
    }
    .services-content img {
        margin-bottom: 20px;
    }
    .permanent-teeth .common-title,
    .services-sec .common-title {
        margin-bottom: 36px;
    }
}
@media only screen and (max-width:575px) {
    .permanent-teeth .common-title,
    .services-sec .common-title {
        margin-bottom: 24px;
    }
    .services-content h4 {
        font-size: 22px;
    }
}
/*-----------------  Ideal Patient Css start ----------------*/
.teeth-common-content h2 {
    text-align: center;
    /*    padding-bottom: 60px;*/
}
.teeth-common-content ul {
    max-width: 1230px;
    width: fit-content;
    margin: 10px auto 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 30px;
    row-gap: 20px;
}
.teeth-common-content .dental-doctor-info-ul-li li:before {
    top: 8px;
}
.common-listing li {
    position: relative;
    padding-left: 24px;
    display: inline-block;
    width: 100%;
    font-size: 18px;
    color: #5A595E;
}
.service-menu li:not(:last-child) {
    margin-bottom: 16px;
}
.service-menu li:before,
.common-listing li:before {
    position: absolute;
    content: "";
    left: 0;
    width: 7px;
    aspect-ratio: 1;
    background-color: #266682;
    border-radius: 50%;
    top: 8px;
}
@media only screen and (max-width: 768px) {
    .common-listing li {
        font-size: 16px;
    }
}
@media only screen and (max-width:991px) {
    .teeth-common-content h2 {
        padding-bottom: 40px;
    }
}
@media only screen and (max-width: 768px) {
    .teeth-common-content ul {
        grid-template-columns: repeat(1, 1fr)
    }
}
@media only screen and (max-width:767px) {
    .teeth-common-content h2 {
        padding-bottom: 16px;
    }
}
/*-----------------  Ideal Patient Css stop ----------------*/
/* ====================================
== End Services Section
======================================= */
/* ====================================
== start Doctoer Section
======================================= */
.doctor_profile_section .container {
    max-width: 1230px;
}
.doctor_profile_section {
    background-color: #EBEBEB;
}
.doctor_profile_big_img {
    position: relative;
    z-index: 1;
}
.doctor_profile_big_img:before {
    position: absolute;
    content: "";
    width: calc(100% - 24px);
    height: calc(100% - 24px);
    background-color: #266682;
    z-index: -1;
    bottom: 0;
    left: 0;
}
.doctor_profile_big_img img {
    aspect-ratio: 1 / 1.1;
    object-fit: cover;
    padding: 0 0 24px 24px;
    width: 100%;
}
.doctor_profile_txt_para_block h3 {
    color: #444;
    font-family: Poppins;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 8px;
}
.doctor_profile_txt_para_block h5 {
    color: #266682;
    font-family: Poppins;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 16px;
}
.doc_profile_under_para p {
    color: #787878;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
}
.doc_profile_under_para p:not(:last-child) {
    margin-bottom: 24px;
}
.doctor_profile_txt_para_block .lp-page-default-btn {
    margin-top: 40px;
}
.slick-dots {
    position: unset;
    line-height: 1;
    margin-top: 40px;
}
.slick-dots li {
    width: 12px;
    height: 12px;
}
.slick-dots li button {
    width: 100%;
    height: 100%;
    padding: 0;
}
.slick-dots li button:before {
    font-size: 12px;
    width: 100%;
    height: 100%;
    opacity: 1;
    color: #9f9f9f;
    line-height: 1;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #266682;
}
.slick-next,
.slick-prev {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 1px solid #266682;
    background: #fff;
    z-index: 1;
}
.slick-next:before,
.slick-prev:before {
    content: "" !important;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 1;
    background-image: url(/lp-asset/lp-images/right-arrow-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    opacity: 1 !important;
}
.slick-next.slick-disabled,
.slick-prev.slick-disabled {
    opacity: .25;
}
.slick-prev:before {
    transform: rotate(180deg);
}
.slick-prev {
    left: -100px;
}
.slick-next {
    right: -100px;
}
@media only screen and (max-width:1640px) {
    .review-slider .slick-prev,
    .comparison-main .slick-prev {
        left: -40px;
    }
    .review-slider .slick-next,
    .comparison-main .slick-next {
        right: -40px;
    }
}
@media only screen and (max-width:1440px) {
    .slick-prev {
        left: -20px;
    }
    .slick-next {
        right: -20px;
    }
    .doctor_profile_big_img {
        margin-bottom: 24px;
    }
    .doctor_profile_txt_para_block h3 {
        font-size: 30px;
    }
    .doc_profile_under_para p {
        font-size: 16px;
    }
}
@media only screen and (max-width:1024px) {
    .slick-next,
    .slick-prev {
        width: 30px;
        height: 30px;
    }
    .slick-prev {
        left: -15px;
    }
    .slick-next {
        right: -15px;
    }
    .review-slider .slick-prev,
    .comparison-main .slick-prev {
        left: -6px;
    }
    .review-slider .slick-next,
    .comparison-main .slick-next {
        right: -6px;
    }
}
@media only screen and (max-width:575px) {
    .doctor_profile_txt_para_block h3 {
        font-size: 24px;
    }
    .doctor_profile_txt_para_block h5 {
        font-size: 18px;
    }
}
/* ====================================
== End Doctoer Section
======================================= */
/*===============================================
= Start Review CSS
===============================================*/
.review-sec .common-title hr {
    margin: 1rem auto;
}
.review-sec .common-title {
    margin-bottom: 56px;
}
.heading-transform {
    text-transform: capitalize;
}
.review-section-content {
    padding: 0 15px;
}
.review-slider {
    margin: 0 -15px;
}
.review-slider {
    margin-bottom: 0 !important;
}
.review-slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
}
.review-slider .slick-slide {
    padding: 0px 5px;
    height: auto;
}
.review-slider-content {
    background-color: #f0fbff;
    padding: 36px;
    margin: 10px;
    height: 100% !important;
    position: relative;
    transition: all 0.4s;
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.12);
}
.review-slider-main-content {
    margin-bottom: 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.review-slider-content h3 {
    font-size: 20px;
    color: #2E373C;
    font-weight: 500;
    margin-bottom: 16px;
    text-transform: capitalize;
    font-family: poppins;
}
ul.review-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: left;
}
ul.review-rating li:not(:last-child) {
    margin-right: 6px
}
.review-description .read-more-span {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.85;
    display: inline-block;
    color: #666;
}
.review-description p:not(:last-child) {
    margin-bottom: 10px;
}
.morecontent span {
    display: none;
}
.more-text {
    display: none;
}
.review-section-content {
    position: relative;
}
.review-description .more-text {
    display: none;
}
.review-description .moreless-button {
    display: inline-block;
    font-weight: 600;
    color: #192530;
}
.read_more_txt {
    color: #192530;
    margin-bottom: 20px;
}
.review-section-content .review-description .scrollbar-active {
    max-height: 135px !important;
    overflow-y: auto;
}
.review-description .read-more {
    display: inline-block;
    font-weight: 500;
    color: #333;
    font-size: 16px;
    line-height: 1.6;
    margin-top: 12px;
    text-decoration: none;
}
.review-slider-tab .review-description .read-more {
    position: absolute;
    width: 100%;
    bottom: 0;
}
.image-container {
    margin-top: 60px;
}
.reviews-img img {
    border-radius: 18px;
}
@media only screen and (max-width: 1200px) {
    .review-slider .slick-slide {
        padding: 0;
    }
    .review-sec .common-title {
        margin-bottom: 36px;
    }
}
@media only screen and (max-width: 991px) {
    .review-slider-content {
        margin: 10px 16px;
        padding: 40px 30px;
    }
    /*.review-slider {
        margin: 30px 0 0 0 !important;
    }*/
    .review-description p {
        font-size: 16px;
    }
    .review-tab-navigation ul {
        width: 100% !important;
        margin: 0 !important;
    }
}
@media only screen and (max-width: 767px) {
    .review-section>.container-fluid {
        padding: 0;
    }
    .review-slider {
        margin: 20px 0 0 0 !important;
    }
    .review-section-content {
        padding: 0;
    }
    .review-description .read-more-span {
        font-size: 16px;
    }
    .review-sec .common-title {
        margin-bottom: 24px;
    }
}
@media only screen and (max-width: 640px) {
    .review-slider-content {
        margin: 10px;
    }
}
@media only screen and (max-width:575px) {
    .review-slider {
        margin: 0px !important;
    }
}
@media only screen and (max-width: 425px) {
    .review-btn .default-cta {
        margin: 0 0 0 15px;
    }
}
@media only screen and (max-width:375px) {
    .review-slider-content {
        padding: 20px;
    }
    .review-section-content .review-description .scrollbar-active {
        max-height: 200px !important;
    }
}
/* width */
.scrollbar-active::-webkit-scrollbar {
    width: 8px;
}
@media only screen and (max-width:480px) {
    .scrollbar-inner,
    .read-more-span {
        padding: 0px !important;
    }
}
/* Track */
.scrollbar-active::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .04);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, .04);
    border-radius: 10px;
}
/* Handle */
.scrollbar-active::-webkit-scrollbar-thumb {
    background: #266682;
    border-radius: 10px;
}
/* Handle on hover */
.scrollbar-active::-webkit-scrollbar-thumb:hover {
    background: #222222;
}
/*===============================================
= End Review CSS
===============================================*/
/*============================================
= Start Teeth CSS
===============================================*/
.teeth-sec {
    background-color: #266682;
}
.teeth-content {
    text-align: center;
}
.teeth-content img {
    margin: -48px 0 0;
}
.teeth-sec .common-title {
    color: #fff;
    margin-bottom: 40px;
}
.teeth-sec .lp_default_btn {
    background-color: #fff;
    color: #266682;
    border-color: #fff;
}
.teeth-sec .lp_default_btn:hover {
    color: #fff;
    background-color: transparent;
}
@media only screen and (max-width: 767px) {
    .teeth-content img {
        margin: -36px 0 0;
    }
    .teeth-sec .common-title {
        margin-bottom: 24px;
    }
}
/*============================================
= End Teeth CSS
===============================================*/
.lp_default_btn_bkg {
    border-color: #266682;
    background-color: transparent;
    color: #266682;
}
.lp_default_btn_bkg:hover {
    border-color: #266682 !important;
    background-color: #266682 !important;
    color: #fff; 
}
.header_btn {
    display: flex;
    justify-content: right;
    gap: 10px;
}
@media (max-width: 767px) {
    .header_btn a {
        display: none;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .lp_default_btn_bkg span {
        display: none;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .lp_header .container {
        max-width: 1140px;
    }
    .header_btn a {
        padding: 7px 21px !important;
    }
}
/* .footer_logo img {
    filter: invert(90%) sepia(72%) saturate(0%) hue-rotate(38deg) brightness(300%) contrast(101%);
} */
.footer_logo img,
.header_logo img {
    width: 230px;
}
@media (max-width: 575px) {
    p.logo_text {
        margin-bottom: 0px !important;
        font-size: 15px !important;
    }
}
p.logo_text {
    margin-bottom: 0px;
    font-size: 30px;
}
/* @media only screen and (max-width: 575px) {
    .footer_logo img,
    .header_logo img {
        width: 130px;
    }
} */
/*===============================================
= Start BA Section CSS
===============================================*/
.light_bg {
    background-color: #F0FBFF;
}
.comparison-content {
    padding: 0 15px;
}
.comparison {
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
    position: relative;
}
.figure {
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    font-size: 0;
    width: 100%;
    height: 100%;
    margin: 0;
}
#figure {
    background-image: url('/lp-asset/lp-images/yvonne-after.jpg');
}
.divisor {
    background-image: url('/lp-asset/lp-images/yvonne-before.jpg');
    background-size: cover;
    position: absolute;
    width: 50%;
    box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.3);
    bottom: 0;
    height: 100%;
}
#full_arch_figure1 {
    background-image: url('/lp-asset/lp-images/yvonne-after.jpg');
}
#full_arch_divisor1 {
    background-image: url('/lp-asset/lp-images/yvonne-before.jpg');
}
#full_arch_figure2 {
    background-image: url('/lp-asset/lp-images/liset-after.jpg');
}
#full_arch_divisor2 {
    background-image: url('/lp-asset/lp-images/liset-before.jpg');
}
#full_arch_figure3 {
    background-image: url('/lp-asset/lp-images/lettie-after.jpg');
}
#full_arch_divisor3 {
    background-image: url('/lp-asset/lp-images/lettie-before.jpg');
}
#full_arch_figure4 {
    background-image: url('/lp-asset/lp-images/joe-after.jpg');
}
#full_arch_divisor4 {
    background-image: url('/lp-asset/lp-images/joe-before.jpg');
}
#full_arch_figure5 {
    background-image: url('/lp-asset/lp-images/jared-after.jpg');
}
#full_arch_divisor5 {
    background-image: url('/lp-asset/lp-images/jared-before.jpg');
}
#full_arch_figure6 {
    background-image: url('/lp-asset/lp-images/anthony-after.jpg');
}
#full_arch_divisor6 {
    background-image: url('/lp-asset/lp-images/anthony-before.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;
}
.handle {
    position: absolute;
    height: 50px;
    width: 50px;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 1;
    background-color: #266682;
    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] {
    appearance: none;
    -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 {
    appearance: none;
    -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;
}
.slick-arrow:focus:not(.slick-disabled), .slick-arrow:hover:not(.slick-disabled) {
    background: #FFFFFF !important;
}
@media only screen and (max-width: 480px) {
    .comparison-content {
        padding: 0 8px !important;
    }
}
@media only screen and (max-width: 425px) {
    .comparison-main ul.slick-dots {
        bottom: -40px;
    }
}
/*===============================================
= End BA Section CSS
===============================================*/
/*===============================================
= Start Video Section CSS
===============================================*/
.dark_bg {
    background-color: #266682;
}
.dark_bg h2, .dark_bg h3, .dark_bg p {
    color: #FFFFFF;
}
.dark_bg hr {
    border-color: #FFFFFF;
}
.vd-sec {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
.vd-sec-inner {
    position: relative;
    height: 0;
    padding-bottom: 56.66%;
}
.vd-sec video,
.vd-sec iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*===============================================
= End Video Section CSS
===============================================*/
/*===============================================
= Start Technology Section CSS
===============================================*/
.gray_bg {
    background-color: #F0F0F1;
}
.default-content p {
    color: #5A595E;
    font-size: 16px;
    line-height: 1.6;
    padding-right: 30px;
}
.default-content h2,
.default-content p:not(:last-child) {
    margin: 0 0 16px;
}
.default-content .default_btn {
    margin-top: 10px;
}
@media only screen and (max-width: 991.98px) {
    .default-image img {
        width: 100%;
        margin: 0 0 30px;
    }
}
/*===============================================
= End Technology Section CSS
===============================================*/
/*===============================================
= Start Testimonial Video Section CSS
===============================================*/
.vd-testimonial-content {
    position: relative
}
.vd-testimonial-text {
    background: #F0FBFF;
    padding: 15px 12px;
    text-align: center;
}
.vd-testimonial-text h3 {
    font-size: 16px;
    line-height: 1.5;
    color: #000000;
    font-weight: 600;
}
.vd-testimonial-text h3 span {
    color: #266682;
    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: #266682;
}
.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;
}
.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 -180px !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
}
.slick-active:not(.slick-current) .vd-testimonial-slide {
    margin: 0 -90px;
    opacity: 0.5;
}
embed,
iframe,
object {
    max-width: 100%
}
.vd-testimonial-slider .slick-dots {
    bottom: -45px;
}
.stories_content p {
    padding-right: 0;
}
@media only screen and (max-width: 1199.98px) {
    .vd-testimonial-slider .slick-slide.slick-active.slick-center .vd-testimonial-slide {
        margin: 0 -150px !important
    }
    .stories_content {
        text-align: center;
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 991.98px) {
    .vd-testimonial-slider .slick-slide.slick-active.slick-center .vd-testimonial-slide {
        margin: 0 !important
    }
}
@media screen and (min-width: 992px) {
    .vd-testimonial-slider .slick-track {
        display: flex;
        align-items: center;
    }
}
@media screen and (min-width: 1025px) {
    .vd-testimonial-slider .slick-prev {
        left: -20px;
    }
    .vd-testimonial-slider .slick-next{
        right: -20px;
    }
}
@media screen and (min-width: 1200px) {
    .stories_content {
        padding-left: 30px;
    }
}
.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: var(--white-color);
}
.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: var(--white-color) !important;
    opacity: 1;
    background: transparent;
    border: none;
    line-height: 1;
}
.close:hover {
    opacity: 1 !important;
    background: transparent !important;
    border: none !important;
    outline: none !important;
    color: #266682 !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
    }
}
/*===============================================
= End Testimonial Video Section CSS
===============================================*/
/*============================================
= Start Banner CSS
===============================================*/
.white-border-btn {
    border-color: #fff;
    background-color: transparent;
}
.white-border-btn:hover {
    background-color: #fff;
    color: #266682;
    border-color: #fff;
}
.btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
}
.banner-content .btn-wrap {
    margin-top: 30px;
}
.banner-content .btn-wrap .lp_default_btn:hover {
    border-color: #fff;
    color: #fff;
}
.hero-banner {
    background-color: #266682;
}
.banner-img, .banner-img img {
    width: 100%;
    height: 100%;
}
.banner-img img {
    object-fit: cover;
}
.hero-banner .banner-content {
    width: 100%;
/*     max-width: 1400px; */
    margin: auto;
}
.page-template-common-template .hero-banner .banner-content {
    max-width: 100%;
}
.hero-banner .banner-content h1{
    font-size: 54px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 8px;
    text-transform: capitalize;
}
.hero-banner .banner-content p {
    font-size: 26px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 15px;
    text-transform: capitalize;
}
.banner-content .btn-wrap {
    margin-top: 30px;
}
.banner-content .btn-wrap .default-btn{
    margin-top: 0;
}
.hero-banner .vd-sec {
    position: relative;
    aspect-ratio: 14.5 / 8.2;
    overflow: hidden;
}
.hero-banner .vd-sec iframe {
    display: block;
    aspect-ratio: 16 / 9;
    transform: scale(1.35);
}
@media only screen and (min-width: 767.98px){
    .hero-banner {
        position: relative;
        min-height: 750px;
        display: flex;
        overflow: hidden;
    }
    .hero_bg_vd {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        bottom: 0;
    }
    .hero_bg_vd-sec {
        padding-bottom: 56%;
        position: relative;
        width: 100%;
    }
    .hero_bg_vd-sec iframe {
        position: absolute;
        z-index: 0;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        aspect-ratio: 1;
        width: auto;
        height: auto;
        min-width: 100%;
        min-height: 100%;
    }
    .hero-banner .banner-content {
        z-index: 1;
        position: relative;
    }
    .hero-banner .row {
        height: 100%;
    }
    .hero-banner .banner-content h1 {
        color: #ffffff;
    }
    .hero-banner .banner-content p, .hero-banner .banner-content .default-btn a:hover {
        color: #ffffff;
    }
    .hero-banner:before {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        bottom: 0;
        background: rgb(0 0 0 / 60%);
        content: "";
        z-index: 1;
    }
}
@media only screen and (max-width: 1600px) {
    .hero-banner {
        min-height: 700px;
    }
    .hero-banner .banner-content h1{
        font-size: 50px;
    }
}
@media only screen and (max-width: 1441px){
    .hero-banner {
        min-height: 540px;
    }
    .hero-banner .banner-content h1{
        font-size: 44px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .hero-banner {
        min-height: 500px;
    }
    .hero_bg_vd-sec iframe {
        min-width: 135%;
    }
    .hero-banner .banner-content p {
        font-size: 20px;
    }
}
@media only screen and (max-width: 991px){
    .hero-banner .banner-content{
        max-width: 100%;
    }
    .hero-banner .banner-content h1{
        font-size: 34px;
    }
    .hero-banner .banner-content p{
        font-size: 16px;
    }
    .banner-content .btn-wrap {
        margin-top: 20px;
    }
}
@media only screen and (max-width: 767px){
    .hero-banner .container, .hero-banner .row > div {
        padding: 0;
    }
    .hero-banner .row {
        margin: 0;
    }
    .hero-banner .banner-content h1{
        font-size: 25px;
        color: #ffffff;
    }
    .hero-banner .banner-content p{
        margin-bottom: 10px;
        color: #ffffff;
    }
    .hero-banner .banner-content {
        padding: 30px 30px 40px 30px;
    }
}
@media only screen and (max-width: 767.98px) {
    .hero-banner {
        min-height: auto;
    }
    .hero-banner .banner-content .btn-wrap .lp_default_btn:first-child {
        background: #fff;
        color: #266682;
    }
    .hero-banner .banner-content .btn-wrap .lp_default_btn:first-child:hover {
        background: transparent;
        color: #fff;
    }
    .banner-content .btn-wrap .lp_default_btn:hover {
        border-color: #fff;
        color: #266682;
    }
}
@media only screen and (max-width: 575px){
    .banner-img img {
        min-height: 200px;
    }
}
/*============================================
= End Banner CSS
===============================================*/

/* Remove comparation design css */
.comparison input[type=range],
.handle,
.divisor span,
.divisor::before, .divisor::after {
    display: none !important;
}
.divisor, .figure {
    max-width: 50%;
    width: 100% !important;
    position: unset !important;
    aspect-ratio: 1;
}
.comparison {
    padding: 0 !important;
    display: flex;            ;
    flex-direction: row-reverse;
    gap: 12px;
}