@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: #f3cb85;
}
hr.line-design {
    width: 180px;
    margin: 24px auto;
    border: 0;
    border-top: 8px solid #911b13 ;
    opacity: 1;
}
p:not(:last-of-type) {
    margin-bottom: 16px;
}
/* .footer_logo img {
    width: 100%;
    max-width: 200px;
} */
.bg-color{
    background-color: #E7E2E2;
}
/* 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: #911b13;
    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: #911b13;
    background: transparent;
    color: #911b13;
}
.default_btn_white {
    padding: 16px 28px;
    background: #911b13;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    border: 2px solid #911b13;
    line-height: 1;
    font-family: 'MinervaModern';
    transition: all 0.4s;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}
.default_btn_white:hover {
    border-color: #911b13;
    background: #20ddb9;
    color: #911b13;
}
.default_btn span {
    line-height: 1;
    font-family: 'MinervaModern';
}
.default_btn.border_btn {
    background: transparent;
    border-color: #3d3d3d;
    color: #3d3d3d;
}
.default_btn.border_btn:hover {
    background: #3d3d3d;
    color: #fff;
}
.white_border_btn.default_btn {
   background: transparent;
    color: #ffffff;
    border-color: #ffffff;
}
.white_border_btn.default_btn:hover {
    color: #0f141a;
    border-color: #fff;
    background: #fff;
}
.section_title_inner h1 {
    font-size: 40px;
}
.common-title h2 {
    font-size: 52px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 1px;
    color: #911b13;
}
h2 span {
    color: #0f141a;
}
@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;
    }
    .common-title h2 {
        font-size: 30px;
    }
     .default_btn_white {
        width: 100%;
    }
    .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: 50px 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;
    /* background-color: #1a1a1c; */
    background-color: #fff;
}
.header_btn {
    text-align: right;
}
/* .header_logo img { */
    /* filter: invert(); */
/* } */
.top-bar-section {
    background: #911b13;
    padding: 6px 30px;
    text-align: center;
    color: #fff;
}
.top-bar-section p {
    margin: 0;
    letter-spacing: .5px;
    font-size: 18px;
}
.top-bar-section img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
@media only screen and (max-width: 575.5px) {
    .header_btn {
        display: none;
    }
    .top-bar-section p {
        font-size: 16px;
    }
}
@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: 15px 0;
    background: #3d3d3d;
}
/* .footer_logo img {
    filter: brightness(100);
} */
.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;
}
.lp_footer .footer_btn a:hover {
    color: #3d3d3d !important;
}
@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-image: url('/lp-asset/lp-images/implant-banner-bg.webp');
    /* background-color: #101010; */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 25%;
    min-height: 640px;
    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;
    z-index: 1;
}
.lp_banner_section::before {
    position: absolute;
    content: "";
    inset: 0;
    background-color: #000;
    opacity: 0.3;
    z-index: -1;
}
.banner_title_inner {
    position: relative;
    z-index: 12;
    max-width: 650px;
    color: #ffffff;
}
.banner_title_inner h1 {
    font-weight: 700;
}
.banner_title_inner h4 span {
    color:#ff4b3f;
}
.white_border_hover:hover {
        border-color: #ffffff !important;
    color: #ffffff !important;
    background: transparent;
}
.blue_border_hover:hover {
    border-color: #911b13 !important;
    color: #fff !important;
    background-color: #911b13!important;
}
@media only screen and (max-width: 1500.98px){
    .lp_banner_section{
        min-height: 550px;
    }
}
@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.98px) {
    .lp_banner_section {
        min-height: 480px;
    }
    .banner_title_inner {
        position: relative;
        z-index: 11;
    }
}
@media only screen and (max-width: 767.98px) {
    .lp_banner_section {
        background-image: none;
        background-color: #0E0E10;
    }
    .banner_title_inner {
        padding-top: 30px;
    }
    .banner-btn {
        padding-bottom: 50px;
    }
}
@media only screen and (max-width: 575.98px) {
    .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: 130px;
}
.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;
    color: #911b13;
}
@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_sec_quality .bg-img-main::after {
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.3) 100%, 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;
    }
}
@media only screen and (min-width: 992px) {
    .bg_last_section .button-wrap a:hover {
        border-color: #fff;
        background: transparent;
        color: #fff;
    }
}
/*============================================
= 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: #4E4E4B;
    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: -212px;
        width: 126px;
        height: 126px;
    }
}
@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;
    }
    .img-bg-design::before {
        top: -167px;
        width: 126px;
        height: 126px;
    }
}
@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;
    } */
    .img-bg-design::before {
        display: none;
    }
    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;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
    .first_before_box_vector .img-bg-design::before {
        top: -166px;
    }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
    .first_before_box_vector .img-bg-design::before {
        top: -213px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1366px) {
    .first_before_box_vector .img-bg-design::before {
        top: -182px;
    }
}
@media only screen and (min-width: 1367px) and (max-width: 1399px) {
    .first_before_box_vector .img-bg-design::before {
        top: -185px;
    }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .first_before_box_vector .img-bg-design::before {
        top: -167px;
    }
}
@media only screen and (min-width: 1600px) {
    .first_before_box_vector .img-bg-design::before {
        top: -167px;
    }
    .left-image-section .img-bg-design h2 {
        max-width: 635px;
    }
}
/*============================================
= 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;
}
.expertise-content h2{
    color: #fff;
}
.expertise-img img {
    width: 100%;
}
@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) 110%);
        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: 530px;
    }
}
@media only screen and (max-width: 991.5px) {
    .expertise-content-main {
        padding: 30px 30px 44px;
    }
    .expertise-content {
        padding-left: 0px;
        max-width: 100%;
    }
    .expertise-section .expertise-img img {
        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;
    box-shadow: rgb(52 52 52 / 10%) 0px 1px 20px;
    border-radius: 100%;
}
.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/implant-before-img-1.jpg');
}
#divisor2 {
    background-image: url('/lp-asset/lp-images/implant-before-img-2.jpg');
}
#divisor3 {
    background-image: url('/lp-asset/lp-images/implant-before-img-3.jpg');
}
#divisor4 {
    background-image: url('/lp-asset/lp-images/implant-before-img-4.jpg');
}
#divisor5 {
    background-image: url('/lp-asset/lp-images/implant-before-img-5.jpg');
}
#divisor6 {
    background-image: url('/lp-asset/lp-images/implant-before-img-6.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/implant-after-img-1.jpg');
}
#figure2 {
    background-image: url('/lp-asset/lp-images/implant-after-img-2.jpg');
}
#figure3 {
    background-image: url('/lp-asset/lp-images/implant-after-img-3.jpg');
}
#figure4 {
    background-image: url('/lp-asset/lp-images/implant-after-img-4.jpg');
}
#figure5 {
    background-image: url('/lp-asset/lp-images/implant-after-img-5.jpg');
}
#figure6 {
    background-image: url('/lp-asset/lp-images/implant-after-img-6.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: #4E4E4B;
    margin-bottom: 20px;
}
/*============================================
= End Success Section CSS
============================================*/
/*============================================
= Start Awaits Section CSS
============================================*/
.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: 3px 3px 20px 1px #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% + 20px));
}
.comparison-main .slick-prev,
.success-slider .slick-prev,
.awaits-slider .slick-prev,
.smile-slider .slick-prev {
    left: 50%;
    transform: translateX(calc(-100% - 20px));
}
.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;
}
@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: #4E4E4B;
    letter-spacing: 0.72px;
}
.comparison-table .table-row .table-th {
    font-size: 18px;
    font-weight: 600;
    font-family: "Montserrat", serif;
}
.comparison-table .table-row:nth-child(2n) {
  background-color: rgb(145 27 19 / 15%);
    border-radius: 16px;
}
.comparison-table .table-row>div:nth-child(2) {
    border: 2px solid #911b13;
    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 #911b13;
    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");
}
.compare-teble-section {
    /* background-image: url(/lp-asset/lp-images/white-bg-img.jpg); */
    background-color: #efefef;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .compare-teble-section {
        overflow: hidden;
    }
}
@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: #fff;
    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: 5 / 5;
    background-color: #202020;
}
.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: #1c1c1c;
}
.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;
}
/*------------------*/
.header_logo img,
.footer_logo img {
    width: 100%;
    max-width: 250px;
}
@media only screen and (min-width:768px) and (max-width:991px) {}
@media only screen and (max-width:575px) {
    .header_logo {
        text-align: center;
    }
}
@media only screen and (min-width:576px) {
    .header_logo {
        text-align: left;
    }
}
/*===============================================
= 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: 30px;
}
.dental-table-row {
    margin-top: 30px !important;
}
.table-row-content {
    padding: 40px 0 16px;
    display: block;
    vertical-align: top;
    background-color: #fff;
}
.table-row-content.middle {
    background: rgb(145 27 19 / 15%);
}
.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: #3d3d3d;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4;
    /* 25.2px */
    letter-spacing: 2.16px;
    text-transform: uppercase;
}
.table-row-content ul li {
    width: 100%;
    margin: 0;
    padding: 10px 5px 10px;
    text-align: center;
    list-style: none;
    border-bottom: 1px solid #cccccc;
    color: #5A595E;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    /* 22.4px */
}
.home-table-img {
    padding: 0 10px;
    width: 100%;
    height: 100%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}
.pricing-btn {
    display: flex;
    vertical-align: top;
    width: 100%;
    justify-content: center;
    margin-top: 24px;
}
.home-table-img p span {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    padding-top: 12px;
    color: #000;
}
.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
================================================*/
.ba-row {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.ba-col {
    width: 100%;
    max-width: calc(50% - 15px);
}