@font-face {
    font-family: roboto-regular;
    src: url(/landing/assets/fonts/Roboto/static/Roboto-Regular.ttf);
}

@font-face {
    font-family: roboto-semibold;
    src: url(/landing/assets/fonts/Roboto/static/Roboto-SemiBold.ttf);
}

@font-face {
    font-family: roboto-bold;
    src: url(/landing/assets/fonts/Roboto/static/Roboto_Condensed-Bold.ttf);
}

@font-face {
    font-family: nunito-regular;
    src: url(/landing/assets/fonts/Nunito/static/Nunito-Regular.ttf);
}

@font-face {
    font-family: nunito-semibold;
    src: url(/landing/assets/fonts/Nunito/static/Nunito-SemiBold.ttf);
}

@font-face {
    font-family: poppins-regular;
    src: url(/landing/assets/fonts/Poppins/Poppins-Regular.ttf);
}

@font-face {
    font-family: poppins-semibold;
    src: url(/landing/assets/fonts/Poppins/Poppins-SemiBold.ttf);
}

html{
  scroll-behavior: smooth;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}



body {
    margin: 0;
    font-family: roboto-regular;
    color: #161616;
    
}

.container {
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
    position: relative;
}

.row {
    display: flex;
}

.grid-row {
    display: flex;
}

.col-1 {
    flex: 8.33%;
}

.col-2 {
    flex: 16.66%;
}

.col-3 {
    flex: 25%;
}

.col-4 {
    flex: 33.3%;
}

.col-5 {
    flex: 41.66%;
}

.col-6 {
    flex: 50%;
}

.col-7 {
    flex: 58.33%;
}

.col-8 {
    flex: 66.66%;
}

.col-9 {
    flex: 75%;
}

.col-10 {
    flex: 83.33%;
}

.col-11 {
    flex: 91.66%;
}

.col-12 {
    flex: 100%;
}

.clearfix {
    clear: both;
}

p,
figure,
ol,
ul {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: 700;
    line-height: 1.3;
}

a {
    text-decoration: none;
    color: inherit;
    
}

p,
h1,
h2,
h3,
h4,
h5:first-letter {
    text-transform: capitalize;
}

.para-style p,
.para-style ol {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
    font-family: poppins-regular;
    font-weight: 400;
    color: #fff;
}

.para-style ol {
    word-break: break-all;
}

.para-style p:last-child {
    margin-bottom: 0;
}

.pt-20 {
    padding-top: 20px !important;
}

.pl-4 {
    padding-left: 4%;
}

.pl-30 {
    padding-left: 30px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

.pb-150 {
    padding-bottom: 150px !important;
}

.ptb-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.ptb-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.ptb-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

.ptb-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.ptb-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.mt-3 {
    margin-top: 3%;
}

.mt-5 {
    margin-top: 5%;
}

.mt-minus-7 {
    margin-top: -7%;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.display-cntnt {
    display: contents;
}

.pstn-rltv {
    position: relative;
}

.bg_header {
    background-color: #BEA383;
}

.bg_grey {
    background-color: #f2f2f2;
}

.btm-2 {
    border-bottom: 4px solid #000;
}

.center {
    text-align: center !important;
}

.agn-item {
    align-content: center;
}

.txt-clr-blk {
    color: #000 !important;
}

.txt-clr-wite {
    color: #fff !important;
}

.txt-clr-green {
    color: #bea383 !important;
}

.txt-clr-green1 {
    color: #BEA383 !important;
}

.fnt-size16 {
    font-size: 16px;
}

.fnt-size18 {
    font-size: 18px;
}

.fnt-size20 {
    font-size: 20px;
}

.fnt-size22 {
    font-size: 22px;
}

.fnt-size24 {
    font-size: 24px;
}

.fnt-size26 {
    font-size: 26px;
}

.fnt-size28 {
    font-size: 28px;
}

.fnt-size30 {
    font-size: 30px;
}

.fnt-size32 {
    font-size: 32px;
}

.fnt-size34 {
    font-size: 34px;
}

.fnt-size36 {
    font-size: 36px;
}


/* slider css start */

.wrapper {
    position: relative;
    overflow-x: hidden;
    height: 40px;
    list-style: none;
    display: flex;
    align-items: center;
    padding: 0;
}

.item {
    animation: slide 15s ease-in-out infinite;
    min-width: 100vw;
    transform: translateX(100vw);
    position: absolute;
    text-align: center
}

li.item {
    font-family: poppins-regular;
    font-size: 26px;
    line-height: 1.3;
    color: #fff;
}
.old-price {
    text-decoration: line-through;
    color: #fff;
    margin: 0 6px;
}

.new-price {
    color: #272626;
    font-size: 28px;
}


.item:first-child(1) {
    animation-delay: 1s;
}

.item:nth-child(2) {
    animation-delay: 5s;
}

.item:nth-child(3) {
    animation-delay: 10s;
}

@keyframes slide {
    0% {
        transform: translateX(100vw);
        visibility: visible;
    }
    6.6% {
        min-width: 100%;
        transform: translateX(0);
    }
    33.3% {
        min-width: 100%;
        transform: translateX(0);
    }
    40% {
        transform: translateX(-250vw);
        visibility: hidden;
    }
    100% {
        transform: translateX(-250vw);
        visibility: hidden;
    }
}


/* slider css end  */

.heading1 {
    font-size: 28px;
    text-align: center;
    line-height: 1.8;
    color: #fff;
}

.logo-img img {
    width: 100%;
    max-width: 260px;
    margin: 0 auto;
}

ul.nav_menu {
    list-style-type: none;
    text-align: left;
}

ul.nav_menu li {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 10px;
}

ul.nav_menu i {
    color: #bea383;
    font-size: 21px;
    padding-right: 15px;
}

.bg_clr1 {
    background-image: linear-gradient(286deg, #BEA383 0%, #000 100%);
}

.mini-heading {
    font-size: 30px;
    line-height: 1.5;
    margin-bottom: 10px;
    color: #fff;
}

.main-heading {
    font-size: 3.3rem;
    color: #fff;
    line-height: 1.3;
    margin-bottom: 20px;
}

.main-heading span {
    color: #e3b47f;
}

.para-style1 p {
    color: #fff;
    font-size: 17px;
    line-height: 1.5;
    margin-bottom: 10px;
    font-family: nunito-regular;
}

.list-2 {
    list-style-type: none;
    color: #fff;
}

.list-2 li {
    line-height: 2;
    position: relative;
    padding-left: 25px;
    font-family: nunito-regular;
}

.list-3 {
    list-style-type: none;
    color: #fff;
}

.list-3 li {
    line-height: 2;
    position: relative;
    padding-left: 25px;
    font-weight: 400;
    font-size: 15px;
    font-family: nunito-regular;
}

.list-2 li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 12px;
    height: 12px;
    background-color: #c9bca9;
}

.list-3 li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 13px;
    height: 13px;
    background-color: #c9bca9;
}

.bx-main {
    background-color: #fff;
    border-radius: 20px;
    /*padding: 60px;*/
}

.bx-cntnt h3 {
    font-size: 21px;
    line-height: 1.5;
    margin-bottom: 10px;
    font-family: auto;
    font-weight: 500;
}

ul.check-list {
    list-style-type: circle;
}

ul.check-list li {
    font-size: 18px;
    line-height: 1.8;
}

.btn {
    background-color: #BEA380;
    padding: 24px;
    text-align: center;
    color: #fff;
    border-radius: 20px;
}

.box2 {
    background-color: #fff;
    box-shadow: 0 20px 90px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    text-align: center;
    padding: 30px 0px;
}

.after-pic {
    width: 100%;
    max-width: 310px;
    border-radius: 5px;
}

.box2_cntnt h4 {
    line-height: 1.5;
    font-size: 48px;
}

.box2_cntnt h5 {
    font-size: 46px;
    color: #bea383;
    line-height: 1.5;
}

.box2_cntnt h6 {
    font-size: 24px;
    line-height: 1.5;
    font-weight: 600;
    font-family: roboto-bold;
}

.btn2 {
    background-color: #BEA380;
    padding: 17px 55px;
    text-align: center;
    color: #fff;
    border-radius: 50px;
    width: 100%;
    max-width: fit-content;
    margin: 20px auto;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    scroll-behavior: smooth;
}

.btn3 {
    background-color: #BEA380;
    padding: 17px;
    text-align: center;
    color: #fff;
    border-radius: 50px;
    width: 100%;
    max-width: 320px;
    margin: 20px auto;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    border: 2px solid #fff;
}

.pstn-absu {
    position: absolute;
    bottom: -72%;
    right: 0;
    left: 0;
}

.heading_h4 {
    font-size: 48px;
    line-height: 54px;
    font-family: roboto-bold;
    font-weight: 500;
    text-align: center;
    margin-bottom: 30px;
    color: #BEA383;
}

.img1 {
    border-radius: 25px;
    width: 100%;
    max-width: 425px;
    margin: 0 auto;
    text-align: center;
}

.appt_avl {
    font-size: 24px;
    font-family: roboto-bold;
    line-height: 1.5;
    text-align: center;
    color: #000;
}


/* trust section css start */

.box_trust {
    margin-bottom: 20px !important;
    background-color: #00000014 !important;
    border-radius: 20px !important;
    text-align: center;
    width: 100%;
    max-width: max-content;
    margin-right: 21px !important;
    padding: 40px 55px;
    margin: 0 auto;
}

.box_trust i {
    color: #BEA383;
    font-size: 28px;
    margin-bottom: 15px;
}

.box_trust h6 {
    font-size: 36px;
    font-family: roboto-bold;
    line-height: 1.5;
    font-weight: 500;
}

.box_trust h5 {
    font-size: 18px;
    font-family: roboto-regular;
    line-height: 1.5;
    font-weight: 300;
}


/* trust section css end  */

.headig_op5 {
    font-family: roboto-semibold;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
    margin-bottom: 8px;
}

.heading_op6 {
    font-family: roboto-bold;
    font-weight: 600;
    font-style: normal;
    text-transform: none;
    font-size: 30px;
    line-height: 48px;
    letter-spacing: -1px;
    text-align: center;
    margin-bottom: 15px;
}

.heading_op7 {
    font-family: roboto-bold;
    font-weight: 600;
    font-style: normal;
    text-transform: none;
    font-size: 30px;
    line-height: 48px;
    letter-spacing: -1px;
    text-align: left;
    margin-bottom: 15px;
    color: #fff;
}

.heading_op8 {
    font-family: roboto-bold;
    font-weight: 600;
    font-style: normal;
    text-transform: none;
    font-size: 48px;
    line-height: 58px;
    text-align: left;
    margin-bottom: 15px;
    color: #000;
}

.heading_op2 {
    font-family: roboto-regular;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0px;
    color: #fff;
    text-align: center;
}

.heading_op3 {
    font-family: roboto-regular;
    font-weight: 300;
    font-style: normal;
    text-transform: none;
    font-size: 48px;
    line-height: 54px;
    letter-spacing: 0px;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}

.heading_op9 {
    color: #fff;
    font-size: 34px;
    line-height: 1.5;
    font-family: roboto-regular;
    font-weight: 300;
}

.heading_op10 {
    font-size: 25px;
    line-height: 1.2;
    margin-bottom: 10px;
    font-weight: 600;
    font-family: roboto-bold;
}

.list-style-10 {
    font-size: 25px;
    line-height: 1.2;
    margin-bottom: 10px;
    font-weight: 600;
    font-family: roboto-bold;
    list-style-type: none;
}

.list-style-10 li {
    line-height: 1.5;
}


/* life-changing section start  */

.bg-img6 {
    background-image: url(/landing/assets/img/571A0921.webp);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0;
    position: relative;
}

.bg-img6::before {
    content: "";
    background-color: #0000008a;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
}

.box4 {
    background-color: #FFFFFFA1 !important;
    border-radius: 15px;
    padding: 35px 30px 30px 30px;
    width: 100%;
    max-width: 90%;
    margin-bottom: 25px;
}

.box4-content {
    display: flex;
}

.bbox4-icon i {
    color: #e3b47f;
    font-size: 24px;
    padding-right: 20px;
}

.box4-heading h4 {
    font-size: 24px;
    line-height: 1.5;
    font-weight: 400;
    color: #000;
    margin-bottom: 10px;
}

.box4-heading p {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5;
    color: #000;
    font-family: 'Nunito';
}


/* life-changing section end  */

.bg-img7 {
    background-image: url(/landing/assets/img/background-1920x1280.webp);
    padding: 40px;
    background-repeat: no-repeat;
    background-size: cover;
}

.addres {
    font-size: 36px;
    color: #fff;
    text-align: center;
    line-height: 1.5;
    font-family: 'Nunito';
    font-weight: 700;
}

.sch_time {
    font-size: 24px;
    line-height: 1.5;
    color: #fff;
    text-align: center;
}


/* faq section start */

.accordion {
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 10px 0 18px 0;
}

.accordion-header {
    padding: 15px;
    cursor: pointer;
    color: #000000 !important;
    background-color: #e8e8e8 !important;
    border-color: #e8e8e8 !important;
    font-size: 18px;
    font-weight: 500;
    font-family: poppins-semibold;
}

.accordion-body {
    display: none;
    padding: 10px;
}

.accordion-body p {
    font-size: 16px;
    line-height: 1.8;
    padding: 15px;
    font-family: roboto-regular;
    color: #000;
}


/* faq section end  */


/* next section  start */

.meet_manpreet {
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
    text-align: center;
    border-radius: 50px;
}

.box_image_bg {
    padding-top: 30px !important;
    padding-right: 30px !important;
    padding-bottom: 0px !important;
    padding-left: 30px !important;
    background-color: #a18a6fa1 !important;
    border-radius: 15px !important;
}

.full-arc-implant {
    width: 100%;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    margin-bottom: -3px;
}

.box_image_bg h2 {
    font-size: 34px;
    line-height: 1.5;
    color: #fff;
    margin-bottom: 20px;
}

.omplimentary_img {
    width: 100%;
    max-width: fit-content;
    padding: 20px;
}


/* steps section css start */

.stpes-box {
    padding-left: 35px !important;
    padding-right: 35px !important;
    border-radius: 15px !important;
    border: 1px solid #238da4 !important;
    min-height: 260px;
    display: block;
    width: 100%;
    max-width: 320px;
}

.custom-flex {
    display: flex;
}

.number {
    background: linear-gradient(135deg, #bea380 0%, #bea380 100%);
    width: 100%;
    height: fit-content;
    max-width: fit-content;
    border-radius: 50%;
    padding: 15px;
    margin-left: -80px;
    margin-top: 26px;
    margin-right: 6%;
}

.number img {
    width: 100%;
    max-width: 60px;
}

.stpes-box-content h4 {
    font-size: 20px;
    font-family: nunito-semibold;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 10px;
    color: #000;
    padding-top: 14%;
}

.stpes-box-content p {
    font-size: 15px;
    font-family: nunito-regular;
    font-weight: 300;
    line-height: 1.8;
    margin-bottom: 10px;
    color: #676767;
}

.heading3 {
    font-family: roboto-regular;
    font-weight: 300;
    font-style: normal;
    text-transform: none;
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 15px;
    margin-left: -5%;
}


/* steps section css end  */


/* terms css start  */

.tems_list {
    padding-left: 20px;
}

.tems_list li {
    font-size: 14px;
    font-family: poppins-regular;
    line-height: 2;
    color: #676767;
}

.mx-width {
    width: 100%;
    max-width: 690px;
    margin: 0 auto;
    margin-top: 5%;
    margin-bottom: 1%;
}

.mx-width1 {
    width: 100%;
    max-width: fit-content;
    margin: 0 auto;
}


/* terms css end  */


/*google review start*/
section.review {
    background-color: #bea3802e;
    padding: 50px 0px;
}
.person_img {
    width: 100%;
    max-width: 50px;
    margin-bottom: 8px;
    /*border: 3px solid #bea380;*/
}
.review_box1 {
    width: 100%;
    max-width:1200px;
    margin: 0 auto;
}
.review_box {
    background-color: #fff;
    color: #fff;
    padding: 30px 15px;
    width: 100%;
    max-width: fit-content;
    margin: 0 auto;
    margin-bottom: 30px;
    border-radius: 20px;
    box-shadow: 0 5px 0px rgb(190 163 128);
    text-align:center;
}

.review_para {
    font-size: 15px;
    line-height: 1.5;
    font-family: 'roboto-regular';
    margin-bottom: 10px;
    color: #000;
    text-align:justify;
}
.name {
    font-size: 24px;
    line-height: 1.5;
    font-family: 'nunito-semibold';
    color: #000;
}

.star {
    width: 100%;
    max-width: 120px;
    margin-bottom:30px;
    
}
.goggle_image {
    margin-bottom: -3rem;
    background-color: #fff;
    padding: 5px;
    border-radius: 50px;
}
.more_content {
    display: none; /* This is the key CSS property */
}

/* Optional: styling for the dots before the "read more" link */
.dots {
    display: inline; 
}
button.read_more_btn {
    background: none;
    border: 0;
    font-size: 16px;
    text-decoration: underline;
    color: #516766;
    cursor: pointer;
}

/*google review start*/

.book-urgent {
    width: 100%;
    max-width: 50%;
    margin: 0 auto;
    position: absolute;
    top: 35%;
    z-index: 999999;
    right: 0;
    left: 0;
}

.book-urgent::before {
    width: 100%;
    max-width: 50%;
    margin: 0 auto;
    position: absolute;
    top: 0%;
   bottom: 0;
   background-color: #0000;
}


ul.faq-list {
    padding-left: 4%;
    line-height: 2;
}

/* footer css start  */

.footer_bg {
    position: relative;
    background-image: linear-gradient(181deg, #BEA383 42%, #0d0f10eb 100%);
    color: #FFFFFF;
    padding-top: 40px;
    padding-bottom: 50px;
}

.footer-heading {
    font-family: poppins-semibold;
    font-weight: 600;
    font-style: normal;
    text-transform: none;
    font-size: 30px;
    line-height: 48px;
    letter-spacing: -1px;
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
}

.footer_cntnt1 {
    margin-bottom: 15px;
}

.footer_cntnt1 p {
    font-size: 24px;
    font-weight: 600;
    font-family: roboto-semibold;
    text-align: center;
    line-height: 1.7;
}

.footer-cntnt2 {
    margin-bottom: 30px;
}

.footer-cntnt2 p {
    text-align: center;
    line-height: 2;
    font-size: 15px;
    font-family: nunito-regular;
}

.footer-cntnt3 p {
    font-size: 15px;
    font-family: nunito-regular;
}

.footer-bg2 {
    color: #ffffff;
    background-color: rgba(13, 15, 16, 1);
}

.cpyrht {
    text-align: center;
    line-height: 1.5;
    padding: 20px 0px;
}


/* footer css end  */