@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@font-face {
    font-family: 'MinervaModern';
    src: url('fonts/MinervaModern-Black.eot');
    src: url('fonts/MinervaModern-Black.eot?#iefix') format('embedded-opentype'),
        url('fonts/MinervaModern-Black.woff2') format('woff2'),
        url('fonts/MinervaModern-Black.woff') format('woff'),
        url('fonts/MinervaModern-Black.ttf') format('truetype'),
        url('fonts/MinervaModern-Black.svg#MinervaModern-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MinervaModern';
    src: url('fonts/MinervaModern-Regular.eot');
    src: url('fonts/MinervaModern-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/MinervaModern-Regular.woff2') format('woff2'),
        url('fonts/MinervaModern-Regular.woff') format('woff'),
        url('fonts/MinervaModern-Regular.ttf') format('truetype'),
        url('fonts/MinervaModern-Regular.svg#MinervaModern-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MinervaModern';
    src: url('fonts/MinervaModern-Bold.eot');
    src: url('fonts/MinervaModern-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/MinervaModern-Bold.woff2') format('woff2'),
        url('fonts/MinervaModern-Bold.woff') format('woff'),
        url('fonts/MinervaModern-Bold.ttf') format('truetype'),
        url('fonts/MinervaModern-Bold.svg#MinervaModern-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: "Montserrat", serif;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    color: #4E4E4B;
}
h1,h2,h3,h4,h5,h6 {
    font-family: 'MinervaModern';
    font-weight: 400;
    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 {
    display: inline-block;
}*/
h1,h2,h3,h4,h5,h6 {
    width: 100%;
    text-transform: capitalize;
}
a{
    color: #39ddf7;
}
a:hover {
    text-decoration: none;
    color: #39ddf7;
}
hr.line-design {
    width: 180px;
    margin: 24px auto;
    border: 0;
    border-top: 8px solid #39ddf7;
    opacity: 1;
}
p:not(:last-of-type) {
    margin-bottom: 16px;
}
.header_logo img, .footer_logo img {
    width: 100%;
    max-width: 240px;
}
/* default css */
body .container {
    max-width: 1420px;
    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: 1420px;
    }
}
.default_btn {
    padding: 16px 28px;
    background: #39ddf7;
    color: #1a1a18;
    font-weight: 700;
    font-size: 16px;
    border: 2px solid transparent;
    line-height: 1;
    font-family: 'MinervaModern';
    transition: all 0.4s;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}
.default_btn:hover {
    border-color: #39ddf7;
    background: transparent;
    color: #39ddf7;
}
.default_btn span{
    line-height: 1;
    font-family: 'MinervaModern';
}
.default_btn.border_btn {
    background: transparent;
    border-color: #39ddf7;
    color: #39ddf7;
}
.default_btn.border_btn:hover {
    background: #39ddf7;
    color: #1a1a18;
}
.white_border_btn.default_btn {
    background: transparent;
    color: #39ddf7;
    border-color: #39ddf7;
}
.white_border_btn.default_btn:hover {
    color: #1a1a18;
    border-color: #39ddf7;
    background: #39ddf7;
}
.section_title_inner h1 {
    font-size: 40px;
}
.common-title h2 {
    font-size: 52px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 1px;
}
h2 span{
    color: #39ddf7;
}
@media only screen and (min-width: 991.5px) {
    .common-title.more-text-title h2{
        font-size: 44px !important;
    }
}
@media only screen and (max-width: 1199.5px) {
    .section_title_inner h1 {
        font-size: 38px;
    }
    .section_title_inner h1 span::before {
        bottom: 13px;
    }
    .call_btn span{
        display: none;
    }
    .common-title h2 {
        font-size: 50px;
    }
    hr.line-design{
        border-top-width: 6px;
    }
}
@media only screen and (max-width: 1024.5px){
    .section_title_inner h1 {
        font-size: 36px;
    }
    .common-title h2 {
        font-size: 45px;
    }
    hr.line-design{
        border-top-width: 5px;
    }
}
@media only screen and (max-width: 991.5px) {
    body .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }
    .section_title_inner h1 {
        font-size: 34px;
    }
    .common-title h2 {
        font-size: 40px;
    }
    hr.line-design{
        border-top-width: 4px;
    }
}
@media only screen and (max-width: 768.5px) {
    .section_title_inner h1 {
        font-size: 32px;
    }
    .common-title h2 {
        font-size: 35px;
    }
    hr.line-design{
        border-top-width: 3px;
    }
}
@media only screen and (max-width: 575.5px) {
    .section_title_inner h1 {
        font-size: 30px;
    }
    .section_title_inner h1 br{
        display: none;
    }
    .common-title h2 {
        font-size: 30px;
    }
    .default_btn{
        width: 100%;
    }
    .default_btn span {
        display: none;
    }
    hr.line-design{
        border-top-width: 2px;
    }
}
/*============================================
= 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: 1199.5px){
    .section_padding {
        padding: 90px 0;
    }
}
@media only screen and (max-width: 1024.5px) {
    .section_padding {
        padding: 80px 0;
    }
    .section_small_padding {
        padding: 50px 0;
    }
}
@media only screen and (max-width: 991.5px) {
    .section_padding {
        padding: 60px 0;
    }
    .section_small_padding {
        padding: 40px 0;
    }
}
@media only screen and (max-width: 767.5px) {
    .section_padding {
        padding: 50px 0;
    }
}
/*============================================
= End section padding CSS
================================================*/
/*============================================
= start Header CSS
============================================*/
.lp_header {
    padding: 20px 0;
}
.header_btn {
    text-align: right;
}
@media only screen and (max-width: 575.5px) {
    .header_btn {
        display: none;
    }
}
@media only screen and (max-width: 480.5px) {
    .lp_header .container {
        padding: 0 20px;
    }
    .lp_header .container .row>div {
        padding: 0;
    }
    .lp_header .container .row {
        margin: 0;
    }
}
/*============================================
= End Header CSS
============================================*/
/*============================================
= footer start  CSS
============================================*/
.lp_footer {
    padding: 20px 0;
    background: #292927;
}
.footer_text p {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #Fff;
    text-align: center;
    width: 100%;
    margin: 0;
}
.footer_btn {
    text-align: right;
}
@media only screen and (max-width: 991.5px) {
    .footer_text p {
        margin: 25px 0 0;
    }
}
@media only screen and (max-width: 575.5px) {
    .lp_footer {
        padding: 25px 0;
    }
    .footer_logo {
        text-align: center;
        margin-bottom: 20px;
    }
    .footer_text p {
        margin: 20px 0 0;
    }
}
/*============================================
= End footer CSS
============================================*/
/*============================================
= Start Banner CSS
============================================*/
.banner_section {
    /*background-image: url("/lp-asset/lp-images/banner-image.jpg");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    min-height: 1070px;
    display: flex;
    align-items: center;*/
    position: relative;
}
.banner_content{
    width: 100%;
    max-width: 567px;
    text-align: center;
}
.banner_content h1 {
    font-size: 140px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    padding-bottom: 32px;
}
.banner_content p {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    width: 100%;
    margin-bottom: 10px;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.banner_content p:last-of-type {
    padding-bottom: 32px;
}
.btn_group {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 24px;
}
@media only screen and (min-width: 767.5px){
    .banner-content-main {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        transform: translateY(-50%);
        z-index: 1;
    }
}
@media only screen and (max-width: 1600.5px){
    /*.banner_section{
        min-height: 900px;
    }*/
    .banner_content h1{
        font-size: 130px;
    }
}
@media only screen and (max-width: 1440.5px){
    /*.banner_section{
        min-height: 800px;
    }*/
    .banner_content h1{
        font-size: 110px;
    }
}
@media only screen and (max-width: 1366.5px){
    /*.banner_section{
        min-height: 700px;
    }*/
    .banner_content h1{
        font-size: 100px;
    }
}
@media only screen and (max-width: 1199.5px){
    /*.banner_section{
        min-height: 650px;
    }*/
    .banner_content h1{
        font-size: 90px;
    }
}
@media only screen and (max-width: 1024.5px){
    /*.banner_section{
        min-height: 600px;
    }*/
    .banner_content h1{
        font-size: 80px;
    }
}
@media only screen and (max-width: 991.5px){
    /*.banner_section{
        min-height: 550px;
    }*/
    .banner_content h1{
        font-size: 70px;
    }
}
@media only screen and (max-width: 767.5px){
    /*.banner_section{
        min-height: 500px;
    }*/
    .banner-content-main {
        background-color: #000;
        padding-bottom: 50px;
    }
    .banner_content{
        margin: 0 auto;
    }
    /*.btn_group{
        justify-content: center;
    }*/
    .banner_content h1{
        font-size: 60px;
        padding-bottom: 25px;
    }
    .banner_content p{
        font-size: 16px;
    }
    .banner_content p:last-of-type{
        padding-bottom: 25px;
    }
}
@media only screen and (max-width: 575.5px){
    .banner_content h1{
        font-size: 50px;
        text-align: center;
        padding-bottom: 20px;
    }
    .banner_content p:last-of-type{
        padding-bottom: 20px;
    }
    .btn_group {
        flex-direction: column;
    }
}
@media only screen and (max-width: 400.5px){
    .banner_content h1{
        font-size: 45px;
    }
}
/*============================================
= End Banner CSS
============================================*/
/*===============================================
= start banner CSS
============================================*/
.lp_banner_section{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 80%;
    min-height: 750px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.banner-res-image {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    inset: 0;
}
.banner-res-image iframe{
    position: absolute;
    top: 40%;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateY(-50%) scale(1.5);
}
@media only screen and (max-width: 1199px) and (min-width: 992px){
    .lp_banner_section{
        min-height: 550px;
    }
    .banner-res-image iframe{
        transform: translateY(-50%) scale(2);
    }
}
.banner_title_inner{
    position: relative;
    z-index: 12;
    max-width: 740px;
    color: #ffffff;
}
.banner_title_inner h1{
    font-weight: 700;
}
.banner_title_inner h4 span {
    color: #39ddf7;
    font-weight: 700;
}
.banner-btn {
    position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1100px){
    .section_title_inner.banner_title_inner {
        max-width: 450px;
    }
}
@media only screen and (max-width: 991.5px){
    .lp_banner_section{
        min-height: 480px;
    }
    .banner_title_inner{
        position: relative;
        z-index: 11;
    }
}
@media only screen and (min-width: 768px) {
    .banner-res-image:after {
        position: absolute;
        content: "";
        inset: 0;
        background-color: rgba(0, 0, 0, .5);
    }
}
@media only screen and (max-width: 767.5px){
    .lp_banner_section{
        background-image: none;
        background-color: #0E0E10;
    }
    .banner_title_inner{
        padding-top: 30px;
    }
    .banner-btn{
        padding-bottom: 50px;
    }
    .banner-res-image {
        position: unset;
    }
}
@media only screen and (max-width: 575.5px){
    .banner_title_inner{
        padding-top: 20px;
    }
}
/*===============================================
= end banner CSS
============================================*/

/*============================================
= Start Bg Image CSS
============================================*/
.bg-img-section, .bg-img-main{
    position: relative;
    z-index: 1;
}

.bg-img-main::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, .7) 100%);
}
.bg-img-content h2, .bg-img-content p {
    letter-spacing: 1px;
}
.bg-img-main.bg-img-right::after {
    background: linear-gradient(45deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.3) 100%);
}

@media only screen and (min-width: 991.5px){
    .bg-content-main{
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        transform: translateY(-50%);
        z-index: 1;
    }

    .feels-smile-section .bg-content-main{
        position: relative;
        top: unset;
        left: unset;
        width: 100%;
        transform: unset;
        z-index: 1;
    }

    .bg-img-content h2, .bg-img-content p {
        color: #fff;
    }

    .feels-smile-section .bg-img-main{
        position: absolute;
        width: 100%;
        height: 100%;
    }

    .feels-smile-section .bg-img-main img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    } 
}
@media only screen and (max-width: 991.5px){
    .bg-content-main {
        margin-top: 30px;
    }

    .feels-smile-section .bg-content-main{
        margin: 0;
    }
    .bg-img-main::after{
        display: none;
    }
    .bg-img-main{
        background-color: rgba(238, 238, 238, .5);
    }
}
@media only screen and (max-width: 575.5px){
    .bg-content-main {
        margin-top: 20px;
    }
}
/*============================================
= End Bg Image CSS
============================================*/
/*============================================
= Start Left Image Section CSS
============================================*/
.image-video-content {
    text-align: center;
}
.left-side-video, .right-image-content{
    padding-right: 38px;
}
.left-image-content, .right-side-video {
    padding-left: 38px;
}
span.sub-heading {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    font-family: 'MinervaModern';
    letter-spacing: 1px;
    color: #292927;
    padding-bottom: 16px;
}
/* .img-bg-design {
    position: relative;
}
.img-bg-design::before {
    position: absolute;
    content: "";
    top: -150px;
    left: 50%;
    transform: translateX(-50%);
    width: 156px;
    height: 156px;
    background-image: url("/lp-asset/lp-images/vector-design.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
} */
@media only screen and (max-width: 1366.5px){
    .left-side-video, .right-image-content {
        padding-right: 28px;
    }
    .left-image-content, .right-side-video {
        padding-left: 28px;
    }
}
@media only screen and (max-width: 1199.5px){
    .left-side-video, .right-image-content {
        padding-right: 18px;
    }
    .left-image-content, .right-side-video {
        padding-left: 18px;
    }
    .img-bg-design::before{
        top: -130px;
        width: 125px;
        height: 125px;
    }
}
@media only screen and (max-width: 1024.5px){
    .left-side-video, .right-image-content {
        padding-right: 10px;
    }
    .left-image-content, .right-side-video {
        padding-left: 10px;
    }
}
@media only screen and (max-width: 991.5px){
    .left-side-video, .right-image-content {
        padding-right: 0px;
    }
    .right-image-content{
        padding-top: 30px;
    }
    .left-image-content {
        padding-left: 0px;
        padding-top: 30px;
    }
    .right-side-video{
        padding-left: 0px;
    }
    .img-bg-design::before{
        top: -60px;
        left: auto;
        right: 0;
        transform: unset;
    }
    span.sub-heading{
        font-size: 18px;
    }
}
@media only screen and (max-width: 767.5px){
    span.sub-heading{
        font-size: 16px;
    }
    .img-bg-design::before{
        display: none;
    }
}
@media only screen and (max-width: 575.5px){
    .left-image-content {
        padding-top: 20px;
    }
}
/*============================================
= End Left Image Section CSS
============================================*/
/*============================================
= Start Expertise Section CSS
============================================*/
section.expertise-section {
    background: linear-gradient(90deg, rgba(143, 143, 136, 1) 0%, rgba(41, 41, 39, 1) 100%);
}
.expertise-content-main {
    height: 100%;
    align-content: center;
    position: relative;
    z-index: 99;
}
.expertise-content {
    width: 100%;
    max-width: 780px;
    padding-left: 100px;
    color: #fff;
}
@media only screen and (min-width: 991.5px){
    .expertise-img {
        position: relative;
    }
    .expertise-img::after {
        position: absolute;
        content: "";
        top: 0;
        right: 0;
        background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(92,92,87,1) 100%);
        width: 70px;
        height: 100%;
    }    
}
@media only screen and (max-width: 1366.5px){
    .expertise-content{
        padding-left: 70px;
    }
}
@media only screen and (max-width: 1199.5px){
    .expertise-content{
        padding-left: 55px;
    }
}
@media only screen and (max-width: 1024.5px){
    .expertise-content{
        padding-left: 30px;
        max-width: 460px;
    }
}
@media only screen and (max-width: 991.5px){
    .expertise-content-main{
        padding: 30px 30px 44px;
    }
    .expertise-content{
        padding-left: 0px;
        max-width: 100%;
    }
}
@media only screen and (max-width: 767.5px){
    .expertise-content-main{
        padding: 30px 20px 34px;
    }
}
@media only screen and (max-width: 767.5px){
    .expertise-content-main{
        padding: 20px 20px 34px;
    }
}
/*============================================
= End Expertise Section CSS
============================================*/
/*============================================
= Start Process Section CSS
============================================*/
.section-heading {
    display: block;
    padding-bottom: 36px;
    padding-left: 0 !important;
    padding-top: 0 !important;
}
.process-content {
    width: 100%;
    max-width: 405px;
    padding: 0 20px;
}
.process-col-1, .process-col-2{
    border-right: 1px solid #D7D7D5;
}
.process-col-1 .process-content {
    margin-right: auto;
    margin-left: 0;
}
.process-col-2 .process-content {
    margin: 0 auto;
}
.process-col-3 .process-content {
    margin-right: 0;
    margin-left: auto;
}
.process-content img {
    width: 76px;
    aspect-ratio: 1;
}
.process-content p {
    margin-top: 24px;
    margin-bottom: 0;
}
@media only screen and (max-width: 991.5px){
    .section-heading{
        padding-bottom: 26px;
    }
    .process-col-2{
        border-right: unset;
    }
    .process-row{
        row-gap: 30px;
    }
}
@media only screen and (max-width: 767.5px){
    .section-heading{
        padding-bottom: 16px;
    }
}
@media only screen and (max-width: 575.5px){
    .section-heading{
        padding-bottom: 6px;
    }
    .process-col-1{
        border-right: unset;
    }
    .process-row .process-content {
        margin: 0 auto;
        max-width: 100%;
        padding: 0;
    }
    .process-content p {
        margin-top: 16px;
    }
}
/*============================================
= End Process Section CSS
============================================*/
/*============================================
= Start Before After Section CSS
============================================*/
/* .smile-section{
    background-image: url("/lp-asset/lp-images/white-bg-img.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
} */
.comparison-content{
  padding: 0 15px;
}
.comparison {
  width: 100%;
  padding-bottom: 58.5%;
  overflow: hidden;
  position: relative;
}
.divisor{
  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/before_dentition.webp');
}
#divisor2{
  background-image: url('/lp-asset/lp-images/before_anterior_trauma.webp');
}
#divisor3{
  background-image: url('/lp-asset/lp-images/before_veneer_refresh2.webp');
}
/*#divisor4{*/
/*  background-image: url('/lp-asset/lp-images/before_veneer_refresh.webp');*/
/*}*/
/*#divisor5{*/
/*  background-image: url('/lp-asset/lp-images/befffore_veneers.webp');*/
/*}*/
/*#divisor6{*/
/*  background-image: url('/lp-asset/lp-images/before_dentition2.webp');*/
/*}*/
#divisor7{
  background-image: url('/lp-asset/lp-images/before_acrylic_hybrids-one.webp');
}
/*#divisor8{*/
/*  background-image: url('/lp-asset/lp-images/patient_ba_img.jpg');*/
/*}*/
/*#divisor9{*/
/*    background-image: url('/lp-asset/lp-images/patient_ba_9b.jpg');*/
/*}*/
/*#divisor10{*/
/*  background-image: url('/lp-asset/lp-images/patient_ba_10.jpg');*/
/*}*/
.figure {
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  font-size: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
#figure1{
  background-image: url('/lp-asset/lp-images/after_dentition.webp');
}
#figure2{
  background-image: url('/lp-asset/lp-images/after_anterior_trauma.webp');
}
#figure3{
  background-image: url('/lp-asset/lp-images/after_veneer_refresh2.webp');
}
/*#figure4{*/
/*  background-image: url('/lp-asset/lp-images/after_veneer_refresh.webp');*/
/*}*/
/*#figure5{*/
/*  background-image: url('/lp-asset/lp-images/afffter_veneers.webp');*/
/*}*/
/*#figure6{*/
/*  background-image: url('/lp-asset/lp-images/after_dentition2.webp');*/
/*}*/
#figure7{
  background-image: url('/lp-asset/lp-images/after_acrylic_hybrids-one.webp');
}
/*#figure8{*/
/*  background-image: url('/lp-asset/lp-images/Patient_Af_img01.jpg');*/
/*}*/
/*#figure9{*/
/* background-image: url('/lp-asset/lp-images/patient_af_9a.jpg');*/
/*}*/
/*#figure10{*/
/* background-image: url('/lp-asset/lp-images/patient_af_10.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;
  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: transparent;
  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;
}
@media only screen and (max-width: 480.5px){
    .comparison-content {
        padding: 0 8px !important;
    }
}


.ba-image-box {
    width: 100%;
    height: auto;
    display: block;
}

.ba-image-box img{
    object-fit: cover;
    width:100%;
    height: auto;
}

.single-ba-imgs{
    margin-bottom: 30px;
    padding: 0 15px;
}

.single-ba-imgs .col-lg-3 {
        flex: 0 0 auto;
        width: 20%;
        height: 250px;
}

.single-ba-imgs .col-lg-4 {
        flex: 0 0 auto;
        width: 25%;
        height: 250px;
}

@media only screen and (min-width: 1600px){
    .smile-section .mx-1500{
        max-width: 1560px;
    }
}

@media only screen and (max-width:1440.5px){
     .smile-section .mx-1500{
        max-width: 1300px;
    }
}

@media only screen and (max-width: 1024.5px){
    .row-responsive.single-ba-imgs .col-lg-3 {
        width: 33%;
    }
     .row-res-col.single-ba-imgs .col-lg-4 {
        width: 50%;
    }
}

@media only screen and (max-width: 767.5px){
    .row-responsive.single-ba-imgs .col-lg-3 {
        width: 50%;
    }
}

@media only screen and (max-width: 575.5px){
    .smile-section .row.single-ba-imgs .col-6{
        flex: 0 0 auto;
        width: 100%;
        height: auto;
    }
}

@media only screen and (max-width: 480.5px){
    .single-ba-imgs {
     padding: 0 8px;
    }
}

/*============================================
= End Before After Section CSS
============================================*/
/*============================================
= Start Success Section CSS
============================================*/
.success-content {
    text-align: center;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}
.success-content p:last-child {
    margin-bottom: 0;
}
.success-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 1px;
    color: #292927;
    margin-bottom: 20px;
}
/*============================================
= End Success Section CSS
============================================*/
/*============================================
= Start Awaits Section CSS
============================================*/
/*.awaits-section{
    background-image: url("/lp-asset/lp-images/white-bg-img.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}*/
.awaits-slide > div {
    margin: 0 10px;
}
@media only screen and (max-width: 575.5px){
    .awaits-slide > div {
        margin: 0;
    }
}
/*============================================
= End Awaits Section CSS
============================================*/
/*============================================
= Start Beautiful Smiles CSS
============================================*/
.beautiful-smiles-section {
    background-image: url(/lp-asset/lp-images/white-bg-img.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.smile-img {
    padding: 0 10px;
}
.smile-img img {
    aspect-ratio: 3/4;
    object-fit: cover;
}
@media only screen and (max-width: 991.5px){
    .smile-img {
        padding: 0 5px;
    }
}
/*============================================
= End Beautiful Smiles CSS
============================================*/
/*============================================
= Start Arrow Design CSS
============================================*/
.comparison-main .slick-next, .comparison-main .slick-prev,
.success-slider .slick-next, .success-slider .slick-prev,
.awaits-slider .slick-next, .awaits-slider .slick-prev,
.smile-slider .slick-next, .smile-slider .slick-prev{
    top: calc(100% + 48px);
    width: 52px;
    height: 52px;
    background: #fff;
    box-shadow: 7px 7px 20px 0px #554C4C33;
    border-radius: 50%;
}
.comparison-main .slick-next,
.success-slider .slick-next,
.awaits-slider .slick-next,
.smile-slider .slick-next{
    right: 50%;
    transform: translateX(calc(100% + 10px));
}
.comparison-main .slick-prev,
.success-slider .slick-prev,
.awaits-slider .slick-prev,
.smile-slider .slick-prev{
    left: 50%;
    transform: translateX(calc(-100% - 10px));
}
.comparison-main .slick-next:before, .comparison-main .slick-prev:before,
.success-slider .slick-next:before, .success-slider .slick-prev:before,
.awaits-slider .slick-next:before, .awaits-slider .slick-prev:before,
.smile-slider .slick-next:before, .smile-slider .slick-prev:before{
    content: "" !important;
    background-image: url(/lp-asset/lp-images/arrow-left-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.comparison-main .slick-next:before,
.success-slider .slick-next:before,
.awaits-slider .slick-next:before,
.smile-slider .slick-next:before{
    transform: rotate(180deg)
}
@media only screen and (max-width: 991px) {
    .comparison-main .slick-next, .comparison-main .slick-prev,
    .success-slider .slick-next, .success-slider .slick-prev,
    .awaits-slider .slick-next, .awaits-slider .slick-prev,
    .smile-slider .slick-next, .smile-slider .slick-prev{
        top: calc(100% + 20px);
    }
}
@media only screen and (max-width: 575px) {
    .comparison-main .slick-next, .comparison-main .slick-prev,
    .success-slider .slick-next, .success-slider .slick-prev,
    .awaits-slider .slick-next, .awaits-slider .slick-prev,
    .smile-slider .slick-next, .smile-slider .slick-prev{
        width: 40px;
        height: 40px;
    }
    .comparison-main .slick-prev,
    .success-slider .slick-prev,
    .awaits-slider .slick-prev,
    .smile-slider .slick-prev{
        transform: translateX(calc(-100% - 10px));
    }
    .comparison-main .slick-next,
    .success-slider .slick-next,
    .awaits-slider .slick-next,
    .smile-slider .slick-next{
        transform: translateX(calc(100% + 10px));
    }
}

/* arrow section bottom padding */
.bottom_arrow_sec {
    padding-bottom: 200px;
    background-image: url('/lp-asset/lp-images/white-bg-img.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bottom_arrow_sec.video-slider-sec{
    padding-bottom: 100px;
}

@media only screen and (max-width: 1199.5px) {
    .bottom_arrow_sec {
        padding-bottom: 190px;
    }

    .bottom_arrow_sec.video-slider-sec{
        padding-bottom: 90px;
    }
}
@media only screen and (max-width: 1024.5px) {
    .bottom_arrow_sec {
        padding-bottom: 180px;
    }

    .bottom_arrow_sec.video-slider-sec{
        padding-bottom: 80px;
    }
}
@media only screen and (max-width: 991.5px) {
    .bottom_arrow_sec, .bottom_arrow_sec.video-slider-sec{
        padding-bottom: 140px;
    }
}
@media only screen and (max-width: 767.98px) {
    .bottom_arrow_sec, .bottom_arrow_sec.video-slider-sec {
        padding-bottom: 120px;
    }
}
/*============================================
= End Arrow Design CSS
============================================*/


/* ==================  Comparison Table ==================== */
.comparison-table .table-row {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.comparison-table .table-row > div {
    max-width: 25%;
    width: 100%;
    padding: 16px;
    font-size: 16px;
    line-height: 1.6;
    color: var(--body_color);
    letter-spacing: 0.72px;
    min-height: 90px;
}
.comparison-table .table-row .table-th {
    font-size: 18px;
    font-weight: 600;
    font-family: var(--gelasio);
    color: var(--heading_color);
}
.comparison-table .table-row:nth-child(2n + 1) {
    background-color: #39ddf70f;
    border-radius: 16px;
}
.comparison-table .table-row:last-child {
    border: 2px solid #39ddf7;
}
.comparison-table .table-row > div:nth-child(1),
.comparison-table .table-row > div:nth-child(2) {
    max-width: 320px;
}
.comparison-table .table-row > div:nth-child(3) {
    max-width: 180px;
}
.comparison-table .table-row > div:nth-child(4) {
    max-width: 240px;
}
/* .comparison-table .table-row > div:nth-child(2) {
    border: 2px solid #39ddf7;
    border-top: 0;
    border-bottom: 0;
    position: relative;
} */
/* .comparison-table .table-row:first-child > div:nth-child(2):before,
.comparison-table .table-row:last-child > div:nth-child(2):before {
    position: absolute;
    content: "";
    width: calc(100% + 4px);
    height: 16px;
    border: 2px solid #39ddf7;
    z-index: -1;
    left: -2px;
} */
/* .comparison-table .table-row:first-child > div:nth-child(2):before{
    border-bottom: 0;
    border-radius: 16px 16px 0 0;
    bottom: 100%;
}
.comparison-table .table-row:last-child > div:nth-child(2):before{
    border-top: 0;
    border-radius: 0 0 16px 16px;
    top: 100%;
} */
.comparison-table .table-row:first-child > div{
    text-align: center;
}
.comparison-table .table-row:not(:first-child) > div:nth-child(1) {
    display: flex;
    align-items: center;
}
.comparison-table .table-row:not(:first-child) > div:not(:nth-child(1)){
    position: relative;
    padding-left: 48px;
    /* align-content: center; */
}
.comparison-table .table-row:not(:first-child) > div:not(:nth-child(1)):after{
    position: absolute;
    content: "";
    height: 24px;
    width: 30px;
    top: 16px;
    left: 12px;
    background-image: url("/lp-asset/lp-images/cros-icon.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    /* top: 50%; */
    /* transform: translateY(-50%); */
}
.comparison-table .table-row:last-child > div:not(:nth-child(1)):after{
    background-image: url("/lp-asset/lp-images/check-icons.svg");
}
@media only screen and (max-width: 768px){
    .overflowAuto{
        overflow-y: auto;
        padding: 16px 0;
    }
    .comparison-table{
        min-width: 767px;
    }
    .comparison-table .table-row .table-th{
        font-size: 16px;
    }
}

section.book-case-section {
    background: rgba(41, 41, 39, 1) 20%;
}
.book-case-main {
    height: 100%;
    align-content: center;
    position: relative;
    z-index: 99;
    max-width: 768px;
    width: 100%;
    color: #fff;
    margin: 0 auto;
    padding: 30px;
}
.book-box {
    padding: 20px;
    background: #3f3b3a;
    border-radius: 12px;
}
.book-box:nth-child(2n + 1){
    background: #46464b;
}
.book-box + .book-box{
    margin-top: 12px;
}
.book-box h3{
    color: #39ddf7;
    margin-bottom: 8px;
}
.book-box p:last-child{
    margin-bottom: 0;
}

@media only screen and (max-width: 991.5px){
    .book-case-main{
        max-width: 100%;
    }
    .comparison-table .table-row > div{
        font-size: 15px;
    }
}

/*------------ 27-02-2025 -----------------*/
.logo-slide {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 38px;
}
@media only screen and (max-width:768.5px){
    .logo-slide{
        gap: 26px;
        justify-content: center;
        margin-top: 28px;
    }
}
@media only screen and (min-width:992px){
    .new-patient-vd{
        padding-bottom: 80px !important;
   }
}
.patient_vd iframe {
    position: unset !important;
    transform: unset;
    aspect-ratio: 9 / 16;
}
.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: #4E4E4B;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 16px;
}
.services-content h4 span {
    font-size: 20px;
    color: #39ddf7;
}
.services-content img {
    width: 100%;
}
@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-sec .services-col {
        max-width: 100%;
        padding: 0px;
    }
    .services-sec .services-col:not(:last-child) {
        margin-bottom: 24px;
    }
    .services-content img {
        margin-bottom: 20px;
    }
    .services-content h4 span{
        font-size: 18px;
    }
}
@media only screen and (max-width:575px){
    .services-content h4{
        font-size: 22px;
    }
}
.liner-content{
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
}
.liner-content-wrap h5 {
    font-size: 26px;
}

.liner-content-wrap p {
    font-size: 18px;
}
@media only screen and (min-width:768px) and (max-width:1024px){
    .liner-content{
        max-width: 840px;
    }
}
@media only screen and (max-width:768px){
    .liner-content{
        max-width: 540px;
    }
    .liner-content-wrap h5 {
        font-size: 22px;
     }
}


ul.golden-check-listing li {
    position: relative;
    padding-left: 32px;
    margin-bottom: 10px
}
ul.golden-check-listing li:before {
    position: absolute;
    content: "";
    height: 24px;
    width: 24px;
    top: 0;
    left: 0;
    background-image: url(/lp-asset/lp-images/circle-check-icon.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 991.5px){
    .bottom_lg_arrow {
        padding-bottom: 140px;
    }
}
@media only screen and (max-width: 767.5px){
    .bottom_lg_arrow {
        padding-bottom: 120px;
    }
}
/*===============================================
= Start Dental Table CSS
================================================*/
.container1060 {
    max-width: 1060px !important;
}
.dental-table-section{
    background-image: url(/lp-asset/lp-images/white-bg-img.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.dental-table-section .common-title{
    margin-bottom: 56px;
}
.table-row-content {
    padding: 40px 0 16px;
    display: block;
    vertical-align: top;
    background-color: #fff;
}
.table-row-content.middle {
    background: #eeecf9;
}
.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;
}
.home-table-img p{
    margin-bottom: 0;
}
.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
================================================*/






.what-that-means-list ul{
    max-width: 700px;
    margin: 0 auto;
}

.what-that-means-list ul li {
    position: relative;
    padding-left: 32px;
    margin-bottom: 10px;
}

.what-that-means-list ul li:before {
    position: absolute;
    content: "";
    height: 24px;
    width: 24px;
    top: 0;
    left: 0;
    background-image: url('/lp-asset/lp-images/circle-check-icon.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.compare-table-section{
    /* background-color: #e7e7e8; */
}

.compare-table-section .comparison-table .table-row:first-child > div:nth-child(2):before, .compare-table-section .comparison-table .table-row:last-child > div:nth-child(2):before {
    z-index: 0;
}