@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:hover {
    text-decoration: none;
    color: #00afd7;
}
hr.line-design {
    width: 180px;
    margin: 24px auto;
    border: 0;
    border-top: 8px solid #00afd7;
    opacity: 1;
}
p:not(:last-of-type) {
    margin-bottom: 16px;
}
.header_logo img, .footer_logo img {
    width: 100%;
    max-width: 250px;
}
/* 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: #00afd7;
    color: #Fff;
    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: #00afd7;
    background: transparent;
    color: #00afd7;
}
.default_btn span{
    line-height: 1;
    font-family: 'MinervaModern';
}
.default_btn.border_btn {
    background: transparent;
    border-color: #00afd7;
    color: #00afd7;
}
.default_btn.border_btn:hover {
    background: #00afd7;
    color: #fff;
}
.white_border_btn.default_btn {
    background: transparent;
    color: #fff;
    border-color: #fff;
}
.white_border_btn.default_btn:hover {
    color: #00afd7;
    border-color: #fff;
    background: #fff;
}
.section_title_inner h1 {
    font-size: 56px;
}
.common-title h2 {
    font-size: 52px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 1px;
}
h2 span{
    color: #00afd7;
}
@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: 48px;
    }
    .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;
    }
    .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: #00afd7;
}
.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
============================================*/
.lp_banner_section{
    position: relative;
    background-color: #1A1A1C;
}
.banner-content {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}
.banner-video {
    width: 100%;
    aspect-ratio: 2 / .8;
    overflow: hidden;
    position: relative;
}
.banner-video:after {
    background: rgb(0 75 92 / 72%);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.banner-video .banner-video-relative {
    height: 100%;
}
.banner-video iframe {
    display: block;
    width: 100%;
    height: 100%;
    transform: scale(1.4);
}
.banner_title_inner{
    position: relative;
    z-index: 12;
    max-width: 768px;
    color: #ffffff;
}
.banner_title_inner h4 span {
    color: #00afd7;
}
.btn_group {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 24px;
}
@media only screen and (max-width: 991.5px){
    .banner-video{
        aspect-ratio: 2 / 1;
    }
}
@media only screen and (max-width: 768.5px){
    .banner_title_inner{
        padding-top: 30px;
    }
    .banner-btn{
        padding-bottom: 50px;
    }
    .banner-video iframe{
        transform: unset;
    }
    .banner-video{
        aspect-ratio: 16/8.8;
    }
    .banner-video:after{
        display: none;
    }
    .banner-content {
        position: unset;
        transform: unset;
        /* padding: 30px 0 40px; */
    }
}
@media only screen and (max-width: 575.5px){
    .btn_group {
        flex-direction: column;
    }
    .banner_title_inner{
        padding-top: 20px;
    }
}
/*============================================
= End Banner CSS
============================================*/
/*============================================
= Start Logo CSS
============================================*/
.logo-slider {
    margin-bottom: 0 !important;
    max-width: 800px;
    margin: 0 auto;
}
.logo-image{
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.logo-image img{
    display: block;
    filter: grayscale(1);
    max-width: 140px;
    width: 100%;
}
.logo-section .slick-track{
    display: flex;
    align-items: center;
}
@media only screen and (max-width: 767px){
    .logo-image{
        justify-content: center;
    }
}
/*============================================
= End Logo CSS
============================================*/
/*============================================
= Start Dr About CSS
============================================*/
.dr-about-content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    position: relative;
    z-index: 1;
    width: fit-content;
    margin: 0 auto;
}
.dr-about-content::after {
    position: absolute;
    content: "";
    top: 0;
    right: -80px;
    left: auto;
    width: 100%;
    height: 100%;
    background-image: url("/lp-asset/lp-images/double-square-bg.svg");
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
}
.single-square.dr-about-content::after{
    background-image: url("/lp-asset/lp-images/square-bg.svg");
}
.dr-about-content img {
    width: 76px;
    aspect-ratio: 1;
}
.dr-about-inner h2 {
    width: 100%;
    max-width: 660px;
}
.dr-about-inner p {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 2px;
    padding-top: 20px;
    text-transform: uppercase;
}
@media only screen and (max-width: 991.5px){
    .dr-about-content::after{
        right: -10px;
    }
}
@media only screen and (max-width: 767.5px){
    .dr-about-content{
        gap: 30px;
    }
    .dr-about-content::after{
        right: 0px;
    }
    .dr-about-content img{
        width: 66px;
    }
}
@media only screen and (max-width: 575.5px){
    .dr-about-content {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        width: 100%;
        padding: 0;
    }
    .dr-about-content img{
        width: 56px;
    }
}
@media only screen and (max-width: 330.5px){
    .dr-about-inner h2 br {
        display: none;
    }    
}
/*============================================
= End Dr About 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(45deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,1) 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;
    }
    .bg-img-content h2, .bg-img-content p {
        color: #fff;
    }
}
@media only screen and (max-width: 991.5px){
    .bg-content-main {
        margin-top: 30px;
    }
}
@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/1-a-BA.jpg');
}
#divisor2{
  background-image: url('/lp-asset/lp-images/2-a-BA.jpg');
}
#divisor3{
  background-image: url('/lp-asset/lp-images/3-a-BA.jpg');
}
#divisor4{
  background-image: url('/lp-asset/lp-images/4-after-img.jpg');
}
#divisor5{
  background-image: url('/lp-asset/lp-images/5-before-img.jpg');
}
#divisor6{
  background-image: url('/lp-asset/lp-images/6-before-img.jpg');
}
#divisor7{
  background-image: url('/lp-asset/lp-images/7-before-img.jpg');
}
#divisor8{
  background-image: url('/lp-asset/lp-images/8-before-img.jpg');
}
#divisor9{
  background-image: url('/lp-asset/lp-images/9-before-img.jpg');
}
#divisor10{
  background-image: url('/lp-asset/lp-images/10-before-img.jpg');
}
#divisor11{
  background-image: url('/lp-asset/lp-images/11-before-img.jpg');
}
#divisor12{
  background-image: url('/lp-asset/lp-images/12-before-img.jpg');
}
#divisor13{
  background-image: url('/lp-asset/lp-images/13-before-img.jpg');
}
#divisor14{
  background-image: url('/lp-asset/lp-images/14-before-img.jpg');
}
#divisor15{
  background-image: url('/lp-asset/lp-images/15-before-img.jpg');
}
#divisor16{
  background-image: url('/lp-asset/lp-images/16-before-img.jpg');
}
#divisor17{
  background-image: url('/lp-asset/lp-images/17-before-img.jpg');
}
#divisor18{
  background-image: url('/lp-asset/lp-images/18-before-img.jpg');
}
#divisor19{
  background-image: url('/lp-asset/lp-images/19-before-img.jpg');
}
#divisor20{
  background-image: url('/lp-asset/lp-images/20-before-img.jpg');
}
#divisor21{
  background-image: url('/lp-asset/lp-images/21-before-img.jpg');
}
#divisor22{
  background-image: url('/lp-asset/lp-images/22-before-img.jpg');
}
#divisor23{
  background-image: url('/lp-asset/lp-images/23-before-img.jpg');
}
#divisor24{
  background-image: url('/lp-asset/lp-images/24-before-img.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/1-b-BA.jpg');
}
#figure2{
  background-image: url('/lp-asset/lp-images/2-b-BA.jpg');
}
#figure3{
  background-image: url('/lp-asset/lp-images/3-b-BA.jpg');
}
#figure4{
  background-image: url('/lp-asset/lp-images/4-before-img.jpg');
}
#figure5{
  background-image: url('/lp-asset/lp-images/5-after-img.jpg');
}
#figure6{
  background-image: url('/lp-asset/lp-images/6-after-img.jpg');
}
#figure7{
  background-image: url('/lp-asset/lp-images/7-after-img.jpg');
}
#figure8{
  background-image: url('/lp-asset/lp-images/8-after-img.jpg');
}
#figure9{
  background-image: url('/lp-asset/lp-images/9-after-img.jpg');
}
#figure10{
  background-image: url('/lp-asset/lp-images/10-after-img.jpg');
}
#figure11{
  background-image: url('/lp-asset/lp-images/11-after-img.jpg');
}
#figure12{
  background-image: url('/lp-asset/lp-images/12-after-img.jpg');
}
#figure13{
  background-image: url('/lp-asset/lp-images/13-after-img.jpg');
}
#figure14{
  background-image: url('/lp-asset/lp-images/14-after-img.jpg');
}
#figure15{
  background-image: url('/lp-asset/lp-images/15-after-img.jpg');
}
#figure16{
  background-image: url('/lp-asset/lp-images/16-after-img.jpg');
}
#figure17{
  background-image: url('/lp-asset/lp-images/17-after-img.jpg');
}
#figure18{
  background-image: url('/lp-asset/lp-images/18-after-img.jpg');
}
#figure19{
  background-image: url('/lp-asset/lp-images/19-after-img.jpg');
}
#figure20{
  background-image: url('/lp-asset/lp-images/20-after-img.jpg');
}
#figure21{
  background-image: url('/lp-asset/lp-images/21-after-img.jpg');
}
#figure22{
  background-image: url('/lp-asset/lp-images/22-after-img.jpg');
}
#figure23{
  background-image: url('/lp-asset/lp-images/23-after-img.jpg');
}
#figure24{
  background-image: url('/lp-asset/lp-images/24-after-img.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;
    }
}
/*============================================
= 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
============================================*/
.doctor_profile_row .slick-next, .doctor_profile_row .slick-prev,
.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%;
}
.doctor_profile_row .slick-next,
.comparison-main .slick-next,
.success-slider .slick-next,
.awaits-slider .slick-next,
.smile-slider .slick-next{
    right: 50%;
    transform: translateX(calc(100% + 20px));
}
.doctor_profile_row .slick-prev,
.comparison-main .slick-prev,
.success-slider .slick-prev,
.awaits-slider .slick-prev,
.smile-slider .slick-prev{
    left: 50%;
    transform: translateX(calc(-100% - 20px));
}
.doctor_profile_row .slick-next:before, .doctor_profile_row .slick-prev:before,
.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;
}
.doctor_profile_row .slick-next:before,
.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) {
    .doctor_profile_row .slick-next, .doctor_profile_row .slick-prev,
    .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) {
    .doctor_profile_row .slick-next, .doctor_profile_row .slick-prev,
    .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;
    }
    .doctor_profile_row .slick-prev,
    .comparison-main .slick-prev,
    .success-slider .slick-prev,
    .awaits-slider .slick-prev,
    .smile-slider .slick-prev{
        transform: translateX(calc(-100% - 10px));
    }
    .doctor_profile_row .slick-next,
    .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;
}
@media only screen and (max-width: 1199.5px) {
    .bottom_arrow_sec {
        padding-bottom: 190px;
    }
}
@media only screen and (max-width: 1024.5px) {
    .bottom_arrow_sec {
        padding-bottom: 180px;
    }
}
@media only screen and (max-width: 991.5px) {
    .bottom_arrow_sec{
        padding-bottom: 140px;
    }
}
@media only screen and (max-width: 767.98px) {
    .bottom_arrow_sec {
        padding-bottom: 120px;
    }
}
/*============================================
= End Arrow Design CSS
============================================*/


/* ==================  Comparison Table ==================== */
.comparison-table .table-row {
    display: flex;
    flex-wrap: wrap;
}
.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;
}
.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) {
    background-color: #00afd729;
    border-radius: 16px;
}
.comparison-table .table-row > div:nth-child(2) {
    border: 2px solid #00afd7;
    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 #00afd7;
    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;
}
.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/check-icons.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.comparison-table .table-row:not(:first-child) > div:not(:nth-child(1), :nth-child(2)):after{
    background-image: url("/lp-asset/lp-images/cros-icon.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: #00afd7;
    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: #00afd7;
}
.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;
}

/* ====================================
== 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: #00afd7;
    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: #00afd7;
    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;
}
@media only screen and (max-width:1440px){
    .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){
    .doctor_profile_row .slick-next, .doctor_profile_row .slick-prev {
        width: 30px;
        height: 30px;
    }
}
@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
======================================= */
.dr-main-row {
    display: flex;
    gap: 30px;
}
.dr-main-col {
    padding: 20px;
    background-color: #fff;
}
.dr-main-col h2 {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
}
.popup-main h3{
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
}
.popup-main h4{
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2;
    padding: 10px 0;
}
@media only screen and (max-width: 1024px){
    .dr-main-col h2, .popup-main h3{
        font-size: 28px;
    }
}
@media only screen and (max-width: 991px){
    .dr-main-col h2, .popup-main h3{
        font-size: 26px;
    }
}
@media only screen and (max-width: 767px){
    .dr-main-col h2, .popup-main h3{
        font-size: 24px;
    }
}
@media only screen and (max-width: 575px){
    .dr-main-row{
        flex-wrap: wrap;
    }
    .dr-main-col h2, .popup-main h3{
        font-size: 22px;
    }
}