@import url('https://fonts.googleapis.com/css2?family=Gilda+Display&family=Gloria+Hallelujah&family=Libre+Baskerville:wght@400;700&display=swap');

/* Satoshi Font */
@font-face {
    font-family: 'Satoshi';
    src: url('/lp-asset/fonts/Satoshi-Light.eot');
    src: url('/lp-asset/fonts/Satoshi-Light.eot?#iefix') format('embedded-opentype'),
        url('/lp-asset/fonts/Satoshi-Light.woff2') format('woff2'),
        url('/lp-asset/fonts/Satoshi-Light.woff') format('woff'),
        url('/lp-asset/fonts/Satoshi-Light.ttf') format('truetype'),
        url('/lp-asset/fonts/Satoshi-Light.svg#Satoshi-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

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

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

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

/* Laga Signatica Font */
@font-face {
    font-family: 'Laga Signatica';
    src: url('/lp-asset/fonts/LagaSignatica-Zpwj3.otf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
    --primary_color: #053b67;
    --secondary_color: #053b67;
    --black_color: #0A0304;
    --white_color: #fff;
    --dark_bg_color: #F2F2F2;
    --light_bg_color: rgb(48 76 120 / 4%);
    --gilda_font: "Gilda Display", serif;
    --libre_font: "Libre Baskerville", serif;
    --gloria_font: "Gloria Hallelujah", cursive;
    --satoshi_font: 'Satoshi';
    --laga_font: 'Laga Signatica';
}

a:focus {
    outline: none;
}

img {
    max-width: 100%;
    height: auto;
}

li,
p,
a {
    font-family: var(--satoshi_font);
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--gilda_font);
}

ul,
ol {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

body p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--black_color);
}

@media only screen and (max-width: 767.98px) {
    body p {
        font-size: 16px;
    }
}

section {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

a:hover {
    text-decoration: none !important;
}

p:last-of-type {
    margin-bottom: 0;
}

.header_logo img,
.footer_logo img {
    width: 100%;
    max-width: 250px;
}

img.image_radius {
    border-radius: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    object-position: center;
    width: 100%;
    max-width: 512px;
}

.banner_radius {
    max-width: 600px !important;
}

.dark_bg {
    background-color: var(--dark_bg_color);
}

.light_bg {
    background-color: var(--light_bg_color);
}

.radial_bg_color {
    background: radial-gradient(50% 50% at 50% 50%, rgb(5 59 103 / 35%) 47%, var(--light_bg_color));
}

.radial_bg_white_color {
    background: radial-gradient(50% 50% at 50% 50%, rgb(5 59 103 / 35%) 47%, var(--light_bg_color));
}

/* Container Css */
.container {
    width: 100%;
    max-width: 1340px;
    padding: 0 12px;
}

@media only screen and (max-width: 991px) {

    body .container,
    body .container-fluid {
        padding: 0 30px;
    }
}

@media only screen and (min-width: 576px) {

    body .container,
    body .grid-container {
        max-width: 100%;
        width: 100%;
    }

    .banner_radius {
        max-width: 0%;
        aspect-ratio: 1 !important;
    }
}

@media only screen and (min-width: 768px) {

    body .container,
    body .grid-container {
        max-width: 920px;
        width: 100%;
    }

    .banner_radius {
        max-width: 0%;
        aspect-ratio: 1 !important;
    }
}

@media only screen and (min-width: 992px) {

    body .container,
    body .grid-container {
        max-width: 960px;
        width: 100%;
    }
}

@media only screen and (min-width: 1200px) {

    body .container,
    body .grid-container {
        max-width: 1140px;
        width: 100%;
    }

    body .container.container1160 {
        max-width: 1160px;
    }
}

@media only screen and (min-width: 1300px) {

    body .container,
    body .grid-container {
        max-width: 1210px;
        width: 100%;
    }
}

@media only screen and (min-width: 1400px) {

    body .container,
    body .grid-container {
        max-width: 1340px;
        width: 100%;
    }
}

/* Section Spacing Css */
.section_padding {
    padding: 100px 0;
}

.section_padding_small {
    padding: 60px 0;
}

.section_margin {
    margin: 100px 0;
}

.section_margin_small {
    margin: 60px 0;
}

@media only screen and (max-width: 1366.98px) {
    .section_padding {
        padding: 90px 0;
    }

    .section_margin {
        margin: 90px 0;
    }
}

@media only screen and (max-width: 1199.98px) {
    .section_padding {
        padding: 80px 0;
    }

    .section_margin {
        margin: 80px 0;
    }
}

@media only screen and (max-width: 1024.98px) {
    .section_padding {
        padding: 70px 0;
    }

    .section_margin {
        margin: 70px 0;
    }
}

@media only screen and (max-width: 991.98px) {
    .section_padding {
        padding: 60px 0;
    }

    .section_padding_small {
        padding: 50px 0;
    }

    .section_margin {
        margin: 60px 0;
    }

    .section_margin_small {
        margin: 50px 0;
    }
}

@media only screen and (max-width: 767.98px) {
    .section_padding {
        padding: 50px 0;
    }

    .section_padding_small {
        padding: 40px 0;
    }

    .section_margin {
        margin: 50px 0;
    }

    .section_margin_small {
        margin: 40px 0;
    }
}

@media only screen and (max-width: 575.98px) {
    .section_padding {
        padding: 40px 0;
    }

    .section_padding_small {
        padding: 30px 0;
    }

    .section_margin {
        margin: 40px 0;
    }

    .section_margin_small {
        margin: 30px 0;
    }
}

@media only screen and (max-width:575.5px) {
    .banner_radius {
        max-width: 0%;
        aspect-ratio: 1 !important;
    }
}

/* Page Button Css */
.top-padding {
    padding-top: 30px;
}

.lp_btn {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
    color: var(--white_color);
    background-color: var(--primary_color);
    border: 2px solid var(--primary_color);
    padding: 15px 25px;
    border-radius: 60px;
    transition: all 0.5s;
    display: inline-block;
    text-align: center;
}

.lp_btn:hover {
    color: var(--primary_color);
    background-color: transparent;
}

.lp_btn.white_btn {
    background-color: var(--white_color);
    border-color: var(--white_color);
    color: var(--primary_color);
}

.lp_btn.white_btn:hover {
    border-color: #ffffff;
    background-color: transparent;
    color: #ffffff;
}

.lp_btn.border_btn {
    background-color: transparent;
    color: var(--primary_color);
}

.lp_btn.border_btn:hover {
    color: var(--white_color);
    background-color: var(--primary_color);
}

@media only screen and (max-width: 991.98px) {
    .lp_btn {
        padding: 12px 22px;
    }
}

@media only screen and (max-width: 575.98px) {
    .top-padding {
        padding-top: 20px;
    }

    .lp_btn {
        padding: 12px 18px;
        width: 100%;
    }

    .lp_btn span {
        display: none;
    }
}

/*====================================================
Header Css Start
====================================================*/
.header_section {
    background-color: var(--white_color);
    padding: 10px 16px;
    border-bottom: 1px solid rgb(54 54 53 / 10%);
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 10px 0px;
}

.sticky_header {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    display: inline-block;
    width: 100%;
    z-index: 999;
}

@media only screen and (max-width: 991.98px) {
    .header_section {
        padding: 10px 0px;
    }
}

@media only screen and (max-width: 575.98px) {
    .footer_logo {
        text-align: center;
    }
}

/*====================================================
Header Css End
====================================================*/
/*====================================================
Footer Css Start
====================================================*/
.footer_section {
    background-color: #100F0F;
    padding: 20px 0;
}

.footer_row {
    row-gap: 20px;
}

/*====================================================
Footer Css End
====================================================*/
/*====================================================
Banner Css Start
====================================================*/
.banner_section {
    background-image: url("/lp-asset/lp-images/banner-bg-vector.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner_content h1 {
    font-size: 65px;
    font-weight: 400;
    line-height: 1.2;
    color: var(--black_color);
    letter-spacing: -2.5px;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.banner_content h1 span {
    background: linear-gradient(180deg, var(--black_color) 20%, var(--secondary_color) 120%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: block;
}

.banner_btn .lp_btn:hover {
    background-color: var(--white_color);
}

@media only screen and (max-width: 1440.98px) {
    .banner_content h1 {
        font-size: 60px;
    }
}

@media only screen and (max-width: 1366.98px) {
    .banner_content h1 {
        font-size: 55px;
    }
}

@media only screen and (max-width: 1199.98px) {
    .banner_content h1 {
        font-size: 50px;
    }
}

@media only screen and (max-width: 1024.98px) {
    .banner_content h1 {
        font-size: 45px;
    }
}

@media only screen and (max-width: 991.98px) {
    .banner_content h1 {
        font-size: 40px;
    }

    .res-lg-padding {
        padding-bottom: 30px;
    }
}

@media only screen and (max-width: 767.98px) {
    .banner_section {
        padding-top: 10px;
        background-position: left;
    }

    .banner_content h1 {
        font-size: 35px;
        margin-bottom: 10px;
    }

    .res-padding {
        padding-bottom: 30px;
    }
}

@media only screen and (max-width: 575.98px) {
    .banner_content h1 {
        margin-bottom: 5px;
    }
}

/*====================================================
Banner Css End
====================================================*/
/*====================================================
Patients Care Css Start
====================================================*/
.bottom_padding {
    padding-bottom: 60px;
}

.patients_care_title {
    padding-bottom: 30px;
}

.patients_care_title h2 {
    padding-bottom: 20px;
}

.common_title h2 {
    font-size: 50px;
    font-weight: 400;
    line-height: 1.2;
    color: var(--secondary_color);
    letter-spacing: -2.5px;
    text-transform: capitalize;
    margin-bottom: 0;
}

.common_title h3 {
    font-size: 42px;
    font-weight: 400;
    line-height: 1.2;
    color: var(--black_color);
    letter-spacing: -2.5px;
    text-transform: capitalize;
    margin-bottom: 0;
}

.common_title p {
    padding-top: 20px;
}

.patients_care_offer {
    padding: 20px 0;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    border-top: 1px solid var(--primary_color);
    border-bottom: 1px solid var(--primary_color);
}

.patients_care_offer h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--secondary_color);
    font-family: var(--libre_font);
    margin-bottom: 20px;
}

.vertical_text_slider p {
    font-weight: 500;
    position: relative;
    z-index: 1;
    padding-left: 20px;
    display: inline-block;
}

.vertical_text_slider p::before {
    position: absolute;
    content: "";
    top: 10px;
    left: 0;
    width: 8px;
    height: 8px;
    background-color: var(--secondary_color);
    border-radius: 100%;
}

@media only screen and (max-width: 1199.98px) {
    .common_title h2 {
        font-size: 45px;
    }

    .common_title h3 {
        font-size: 36px;
    }
}

@media only screen and (max-width: 1024.98px) {
    .bottom_padding {
        padding-bottom: 50px;
    }

    .common_title h2 {
        font-size: 40px;
    }

    .common_title h3 {
        font-size: 32px;
    }
}

@media only screen and (max-width: 991.98px) {
    .bottom_padding {
        padding-bottom: 40px;
    }

    .common_title h2 {
        font-size: 35px;
    }

    .common_title h3 {
        font-size: 28px;
    }
}

@media only screen and (max-width: 767.98px) {
    .patients_care_section {
        padding-top: 0;
    }

    .bottom_padding {
        padding-bottom: 30px;
    }

    .common_title h2 {
        font-size: 30px;
        letter-spacing: 0;
    }

    .common_title h3 {
        font-size: 25px;
        letter-spacing: 0;
    }

    .patients_care_offer h4 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 575.98px) {
    .bottom_padding {
        padding-bottom: 20px;
    }

    .common_title h2 {
        font-size: 26px;
    }
}

/*====================================================
Patients Care Css End
====================================================*/
/*====================================================
Dentist Css Start
====================================================*/
.dentist_content h2 {
    font-size: 20px;
    font-family: var(--libre_font);
    font-weight: 700;
    letter-spacing: 0;
}

.dentist_content p {
    font-family: var(--gloria_font);
    line-height: 2.5;
}

p.dentist-certified {
    font-family: var(--satoshi_font);
    line-height: 1.5;
    margin-bottom: 0;
}

.dentist_signature {
    text-align: end;
    padding-top: 10px;
}

.dentist_signature span {
    font-size: 32px;
    font-weight: 400;
    line-height: 1.4;
    font-family: 'Laga Signatica' !important;
    color: var(--black_color);
}

.dentist_signature p {
    font-size: 13px;
}

.dentist_social {
    padding-top: 10px;
}

.dentist_social p {
    font-size: 16px;
    font-weight: 500;
}

.dentist_social ul {
    display: flex;
    column-gap: 20px;
    padding-top: 10px;
}

.dentist_social ul img {
    width: 20px;
    aspect-ratio: 1;
}

@media only screen and (max-width: 767.98px) {
    .dentist_signature span {
        font-size: 28px;
    }

    .dentist_content p {
        line-height: 2;
    }
}

@media only screen and (max-width: 575.98px) {
    .dentist_signature span {
        font-size: 25px;
    }
}

/*====================================================
Dentist Css End
====================================================*/
/*====================================================
Offers Css Start
====================================================*/
.offers_slider_main {
    position: relative;
}

.offers_slider .slick-track {
    display: flex;
}

.offers_slide {
    height: auto;
}

.offers_main {
    background-color: var(--white_color);
    padding: 38px 30px 30px;
    border-radius: 16px;
    margin: 0 15px;
    border: 1px solid rgb(48 76 120 / 40%);
    display: flex;
    flex-direction: column;
    height: 100%;
}

.offer_img {
    margin-top: auto;
}

.offers_content {
    text-align: center;
    padding-bottom: 24px;
}

.offers_content h3 {
    font-size: 26px;
    font-weight: 400;
    line-height: 1.2;
    color: var(--black_color);
    text-transform: capitalize;
    margin-bottom: 10px;
}

.offers_content h4 {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--secondary_color);
    font-family: var(--satoshi_font);
    font-style: italic;
    margin-bottom: 10px;
}

.offers_content h4 sub {
    color: var(--black_color);
    font-size: 14px;
}

.offer_img img {
    width: 100%;
    border-radius: 12px;
    background-color: #d3d3d3;
}

.offers_btn .lp_btn {
    width: 100%;
}

@media only screen and (max-width: 991.98px) {
    .offers_main {
        padding: 32px 25px 25px;
    }

    .offers_content h3 {
        font-size: 24px;
    }
}

@media only screen and (max-width: 767.98px) {
    .offers_main {
        padding: 28px 20px 20px;
    }

    .offers_slider .slick-track {
        display: block;
    }

    .offers_content h3 {
        font-size: 22px;
    }
}

@media only screen and (max-width: 575.98px) {
    .offers_main {
        padding: 22px 15px 15px;
        margin: 0 10px;
    }

    .offers_content h3 {
        font-size: 20px;
    }

    .offers_content h4 {
        font-size: 24px;
    }
}

/*Offers arrow Design*/
.offers_slider {
    position: unset;
}

.offers_slider .slick-arrow {
    background: var(--white_color);
    width: 54px;
    height: 54px;
    z-index: 9;
    border-radius: 50%;
}

.offers_slider .slick-prev {
    left: 30px;
}

.offers_slider .slick-next {
    right: 30px;
}

.offers_slider .slick-prev::before {
    background-image: url("/lp-asset/lp-images/slider-arrow-left.svg");
}

.offers_slider .slick-next::before {
    background-image: url("/lp-asset/lp-images/slider-arrow-right.svg");
}

.offers_slider .slick-prev::before,
.offers_slider .slick-next::before {
    position: absolute;
    content: "";
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;
    width: 22px;
    height: 22px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media only screen and (max-width: 1525.98px) {
    .offers_slider .slick-prev {
        left: 5px;
    }

    .offers_slider .slick-next {
        right: 5px;
    }

    .offers_slider .slick-arrow {
        width: 40px;
        height: 40px;
    }
}

@media only screen and (max-width: 1024.98px) {
    .offers_slider .slick-arrow {
        width: 30px;
        height: 30px;
    }

    .offers_slider .slick-prev::before,
    .offers_slider .slick-next::before {
        width: 18px;
        height: 18px;
    }
}

/*Offers arrow Design*/
/*====================================================
Offers Css End
====================================================*/
.search_title p {
    width: 100%;
    max-width: 1086px;
    margin: 0 auto;
}

/*====================================================
Team Css Start
====================================================*/
body .container.container880 {
    max-width: 880px;
}

.team_row {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    justify-content: center;
}

.team_col {
    max-width: calc(50% - 30px);
    width: 100%;
}

.team_content {
    text-align: center;
}

.team_content img {
    width: 100%;
    max-width: 350px;
    aspect-ratio: 1;
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
    margin-bottom: 30px;
}

.team_content h3 {
    font-size: 20px;
    font-family: var(--libre_font);
    font-weight: 700;
    margin-bottom: 10px;
}

.team_content p {
    font-weight: 500;
    color: var(--primary_color);
}

@media only screen and (max-width: 1024.98px) {
    .team_row {
        gap: 50px;
    }

    .team_col {
        max-width: calc(50% - 25px);
    }
}

@media only screen and (max-width: 991.98px) {
    .team_row {
        gap: 40px;
    }

    .team_col {
        max-width: calc(50% - 20px);
    }
}

@media only screen and (max-width: 767.98px) {
    .team_row {
        gap: 30px;
    }

    .team_col {
        max-width: calc(50% - 15px);
    }

    .team_content h3 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 575.98px) {
    .team_col {
        max-width: 100%;
    }
}

/*====================================================
Team Css End
====================================================*/
/*===============================================
= Start Testimonials CSS Start
================================================*/
.review-slider .slick-track {
    display: flex;
}

.review-slide {
    padding: 5px;
    height: auto;
}

.review-slider-content {
    background: #fff;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.09);
    border-radius: 10px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.review-slider-main-content h3 {
    font-size: 20px;
    color: var(--primary_color);
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-family: var(--libre_font);
}

.review-rating ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    padding-top: 20px;
}

.review-rating ul li {
    line-height: 1;
    position: relative;
    animation: glow 1.6s ease forwards infinite;
}

@keyframes glow {

    0%,
    100% {
        transform: scale(1.0);
    }

    50% {
        transform: scale(1.3);
    }
}

.review-rating ul li:nth-child(1),
.review-rating ul li:nth-child(1)::before {
    animation-delay: 2s;
}

.review-rating ul li:nth-child(2),
.review-rating ul li:nth-child(2)::before {
    animation-delay: 2.1s;
}

.review-rating ul li:nth-child(3),
.review-rating ul li:nth-child(3)::before {
    animation-delay: 2.2s;
}

.review-rating ul li:nth-child(4),
.review-rating ul li:nth-child(4)::before {
    animation-delay: 2.3s;
}

.review-rating ul li:nth-child(5),
.review-rating ul li:nth-child(5)::before {
    animation-delay: 2.4s;
}

.review-rating ul li::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("/lp-asset/lp-images/testi-review-fill-star.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
    animation: glow 1.6s ease forwards infinite, onOff 1.6s ease forwards infinite;
}

@keyframes onOff {

    0%,
    100% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

.google-review {
    padding-top: 60px;
    margin-top: auto;
}

/*Readmore Design*/
.read-more-btn {
    color: var(--black_color);
    background: none;
    border: none;
    padding: 0px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    margin-top: 10px;
    text-transform: capitalize;
    font-family: var(--satoshi_font);
}

.review-content {
    display: -webkit-box;
    line-clamp: 4;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.review-content.clamped {
    -webkit-line-clamp: unset;
    overflow: auto;
    height: 142px;
    padding-right: 8px;
}

.review-content::-webkit-scrollbar {
    width: 6px;
}

.review-content::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

.review-content::-webkit-scrollbar-thumb {
    background: var(--primary_color);
    border-radius: 10px;
}

/*Readmore Design*/
@media only screen and (max-width: 1199.98px) {
    .google-review {
        padding-top: 50px;
    }
}

@media only screen and (max-width: 1024.98px) {
    .google-review {
        padding-top: 40px;
    }
}

@media only screen and (max-width: 991.98px) {
    .review-slider-main-content h3 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 767.98px) {
    .review-slider-content {
        padding: 20px 15px;
    }
}

/*Review arrow Design*/
.review-part {
    position: relative;
}

.review-part .container-fluid {
    padding: 0 65px;
}

.review-slider {
    position: unset;
}

.review-slider .slick-list {
    -webkit-mask: linear-gradient(270deg, #D6D3CC 1%, rgba(218, 205, 170, 0) 4%), linear-gradient(90deg, #D6D3CC 1%, rgba(218, 205, 170, 0) 4%), linear-gradient(#fff 0 0);
    -webkit-mask-size: contain, contain;
    mask-composite: exclude, exclude;
    margin-bottom: 0 !important;
}

.review-slider .slick-arrow {
    background: var(--dark_bg_color);
    width: 44px;
    height: 44px;
    z-index: 9;
    border-radius: 50%;
}

.review-slider .slick-prev {
    left: 5px;
}

.review-slider .slick-next {
    right: 5px;
}

.review-slider .slick-prev::before {
    background-image: url("/lp-asset/lp-images/slider-arrow-left.svg");
}

.review-slider .slick-next::before {
    background-image: url("/lp-asset/lp-images/slider-arrow-right.svg");
}

.review-slider .slick-prev::before,
.review-slider .slick-next::before {
    position: absolute;
    content: "";
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;
    width: 22px;
    height: 22px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.slick-disabled {
    opacity: 0.5;
    cursor: auto !important;
}

@media only screen and (max-width: 1720.98px) {
    .review-slider .slick-arrow {
        width: 40px;
        height: 40px;
    }
}

@media only screen and (max-width: 1366.98px) {
    .review-part .container-fluid {
        padding: 0 55px;
    }
}

@media only screen and (max-width: 1199.98px) {
    .review-part .container-fluid {
        padding: 0 45px;
    }
}

@media only screen and (max-width: 1024.98px) {
    .review-part .container-fluid {
        padding: 0 35px;
    }

    .review-slider .slick-arrow {
        width: 30px;
        height: 30px;
    }

    .review-slider .slick-prev::before,
    .review-slider .slick-next::before {
        width: 18px;
        height: 18px;
    }
}

@media only screen and (max-width: 767.98px) {
    .review-part .container-fluid {
        padding: 0 30px;
    }

    .review-slider .slick-prev {
        left: 3px;
    }

    .review-slider .slick-next {
        right: 3px;
    }
}

/*Review arrow Design*/
/*===============================================
= End Testimonials CSS End
================================================*/
/*===============================================
= Start Treatment CSS Start
================================================*/
.treatment-choose {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 550px;
    margin: 20px auto 0;
    position: relative;
    gap: 20px;
}

.treatment-choose-type {
    display: inline-block;
    width: 100%;
    position: relative;
}

label#treatment_type_error {
    bottom: -24px;
    left: 24px;
}

.treatment-choose-type::before {
    content: '\f107';
    font-family: 'FontAwesome';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    color: var(--black_color);
    font-weight: 600;
}

.treatment-choose select {
    background: var(--white_color);
    border: none;
    border-radius: 85px;
    height: 54px;
    width: 100%;
    padding: 0 21px;
    font-size: 16px;
    line-height: 20px;
    outline: none;
    letter-spacing: 0.01em;
    color: var(--black_color);
    margin: 0;
    font-family: var(--satoshi_font);
    appearance: none;
}

.label1 {
    font-weight: 500;
    color: red;
    position: absolute;
    bottom: 1px;
    font-size: 12px;
    display: none;
    left: auto;
}

.treatment-choose .lp_btn {
    width: 100%;
    max-width: 120px;
}

@media only screen and (max-width: 991.98px) {
    .treatment-choose select {
        height: 48px;
    }
}

@media only screen and (max-width: 575.98px) {
    .treatment-choose {
        flex-wrap: wrap;
    }

    .treatment-choose .lp_btn {
        max-width: 100%;
    }
}

/*===============================================
= End Treatment CSS End
================================================*/
/*===============================================
= Start Dentist About CSS Start
================================================*/
@media only screen and (min-width: 1300px) {
    body .container.container1160 {
        max-width: 1160px;
    }
}

.dentist_about_img img {
    width: 100%;
    max-width: 460px;
    border-radius: 20px;
}

.big_content p:not(:first-of-type) {
    padding-top: 0;
}

.five_star_rating ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
    padding-top: 12px;
}

/*===============================================
= End Dentist About CSS End
================================================*/
/*=============================================
= FAQ  Section  CSS Start
=============================================*/
.faq_list {
    padding: 0 25px;
    background-color: var(--dark_bg_color);
    border-radius: 20px;
}

.faq_box {
    padding: 23px 0;
}

.faq_box:not(:last-of-type) {
    border-bottom: 1px solid var(--primary_color);
}

h3.faq_title {
    font-size: 18px;
    font-weight: 500;
    font-family: var(--satoshi_font);
    line-height: 1.3;
    color: var(--black_color);
    margin-bottom: 0;
    padding-left: 40px;
    transition: all .5s;
    position: relative;
    cursor: pointer;
}

h3.faq_title:after {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background-image: url("/lp-asset/lp-images/faq-plus.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    transition: all .5s;
}

.faq_box.active h3.faq_title:after {
    transform: translateY(-50%) rotate(45deg);
}

.faq_box.active h3.faq_title,
h3.faq_title:hover {
    color: var(--secondary_color);
}

.faq_content {
    display: none;
    padding-top: 20px;
    padding-left: 40px;
}

.faq_box.active .faq_content {
    display: block;
}

@media only screen and (max-width: 991.98px) {
    .faq_list {
        padding: 0 20px;
    }

    .faq_box {
        padding: 20px 0;
    }
}

@media only screen and (max-width: 767.98px) {

    h3.faq_title,
    .faq_content {
        padding-left: 35px;
    }
}

@media only screen and (max-width: 575.98px) {
    .faq_list {
        padding: 0 15px;
    }

    .faq_box {
        padding: 15px 0;
    }

    h3.faq_title,
    .faq_content {
        padding-left: 30px;
    }

    .faq_content {
        padding-top: 15px;
    }
}

/*=============================================
= FAQ  Section  CSS End
=============================================*/
/*=============================================
= Bg Image Section  CSS Start
=============================================*/
.bg_img_section {
    background-image: url("/lp-asset/lp-images/bg-section-img.webp");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.bg_img_section::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(6, 17, 20, 0.3) 0%, #061114 100%);
    z-index: -1;
}

.bg_img_title {
    width: 100%;
    max-width: 1086px;
    margin: 0 auto;
}

.bg_img_title h2,
.bg_img_title p {
    color: var(--white_color);
}

.design_btn {
    position: relative;
    z-index: 2;
    overflow: hidden;
    border: 0;
    background-color: transparent;
    padding: 19px 25px;
}

.design_btn::before {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: conic-gradient(var(--secondary_color) 0deg, transparent 130deg, var(--secondary_color) 130deg, transparent 0deg);
    filter: blur(3px);
    z-index: -1;
    animation: hoverRotate 4s linear infinite;
    border-radius: 50px;
    transition: background 0.6s;
}

@keyframes hoverRotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.design_btn::after {
    content: "";
    position: absolute;
    inset: 2px;
    background: var(--black_color);
    z-index: -1;
    border-radius: 50px;
}

.design_btn:hover::before {
    animation: hoverPause .6s linear;
    background: linear-gradient(90deg, rgb(48 76 120 / 10%), var(--secondary_color), rgb(48 76 120 / 10%));
}

/* .design_btn:hover {
    color: #053b67;
} */

/* .bg_img_section .bg_img_title .default_btn:hover .design_btn::after {
    background-color: #fff;
    border: 2px solid #fff;
} */

.bg_img_section .default_btn .design_btn:hover::before {
    background: linear-gradient(90deg, rgb(48 76 120 / 10%), #1d99ff, rgb(48 76 120 / 10%));
}

.bg_img_section .default_btn a:hover {
    color: #fff;
}

@keyframes hoverPause {
    0% {
        transform: scaleY(0);
    }

    100% {
        transform: scaleY(1);
    }
}

@media only screen and (max-width: 991.98px) {
    .design_btn {
        padding: 16px 22px;
    }
}

@media only screen and (max-width: 767.98px) {
    .design_btn {
        padding: 16px 18px;
    }
}

/*=============================================
= Bg Image Section  CSS End
=============================================*/
/*=============================================
= Services Section CSS Start
=============================================*/
.services_main {
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
}

.services_box {
    background-color: var(--box_color);
    padding: 30px;
    border-radius: 20px;
    position: sticky;
    top: calc(50px + 30px * var(--index));
    z-index: 9;
    animation: zoomEffect linear;
    animation-timeline: view(10% 70%);
    transform-origin: top;
}

@keyframes zoomEffect {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(.8);
    }
}

.services_box:not(:last-of-type) {
    margin-bottom: 30px;
}

.services_row {
    display: flex;
    flex-wrap: wrap;
    gap: 100px;
}

.services_col {
    width: 100%;
    max-width: calc(50% - 50px);
}

.services_content h3 {
    font-size: 50px;
    font-weight: 400;
    line-height: 1.2;
    color: var(--black_color);
    letter-spacing: -2.5px;
    text-transform: capitalize;
    margin-bottom: 16px;
}

.services_image {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.services_image img {
    border-radius: 16px;
}

.services_listing {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 30px;
}

.services_listing a {
    width: fit-content;
    padding: 12px 16px;
}

/*.services_box .services_listing a:hover{
    background-color: var(--primary_color);
}*/
.services_box_1 .services_listing a:hover {
    background-color: var(--primary_color);
    color: var(--white_color);
}

.services_box_1 .services_listing a img {
    filter: brightness(0) invert(1);
}

/*.services_box_1 .services_listing a:hover img{
    filter: unset;
}*/
.services_box_2 .services_listing a {
    background-color: #D1E2E5;
    border-color: #D1E2E5;
    color: rgba(10, 31, 36, 0.9);
}

.services_box_2 .services_listing a img {
    filter: brightness(0) saturate(100%) invert(8%) sepia(15%) saturate(2095%) hue-rotate(144deg) brightness(95%) contrast(95%);
}

.services_box_3 .services_listing a {
    background-color: #E2CDAC;
    border-color: #E2CDAC;
    color: rgba(10, 31, 36, 0.9);
}

.services_box_3 .services_listing a img {
    filter: brightness(0) saturate(100%) invert(44%) sepia(4%) saturate(3843%) hue-rotate(358deg) brightness(89%) contrast(82%);
}

.services_box_4 .services_listing a {
    background-color: #DDD8D0;
    border-color: #DDD8D0;
    color: rgba(10, 31, 36, 0.9);
}

.services_box_4 .services_listing a img {
    filter: brightness(0) saturate(100%) invert(8%) sepia(15%) saturate(2095%) hue-rotate(144deg) brightness(95%) contrast(95%);
}

.services_box_5 .services_listing a {
    background-color: #D4D9ED;
    border-color: #D4D9ED;
    color: rgba(10, 31, 36, 0.9);
}

.services_box_5 .services_listing a img {
    filter: brightness(0) saturate(100%) invert(8%) sepia(15%) saturate(2095%) hue-rotate(144deg) brightness(95%) contrast(95%);
}

@media only screen and (max-width: 1600.98px) {
    .services_row {
        gap: 80px;
    }

    .services_col {
        max-width: calc(50% - 40px);
    }
}

@media only screen and (max-width: 1500.98px) {
    .services_row {
        gap: 70px;
    }

    .services_col {
        max-width: calc(50% - 35px);
    }
}

@media only screen and (max-width: 1440.98px) {
    .services_row {
        gap: 60px;
    }

    .services_col {
        max-width: calc(50% - 30px);
    }
}

@media only screen and (max-width: 1366.98px) {
    .services_row {
        gap: 50px;
    }

    .services_col {
        max-width: calc(50% - 25px);
    }
}

@media only screen and (max-width: 1199.98px) {
    .services_row {
        gap: 40px;
    }

    .services_col {
        max-width: calc(50% - 20px);
    }

    .services_content h3 {
        font-size: 45px;
    }
}

@media only screen and (max-width: 1024.98px) {
    .services_box {
        padding: 25px;
    }

    .services_row {
        gap: 30px;
    }

    .services_col {
        max-width: calc(50% - 15px);
    }

    .services_content h3 {
        font-size: 40px;
    }
}

@media only screen and (max-width: 991.98px) {
    .services_box {
        position: unset;
        animation: unset;
        padding: 20px;
    }

    .services_row {
        gap: 20px;
    }

    .services_col {
        max-width: calc(50% - 10px);
    }

    .services_content h3 {
        font-size: 35px;
    }
}

@media only screen and (max-width: 767.98px) {
    .services_col {
        max-width: 100%;
    }

    .services_content h3 {
        font-size: 30px;
        letter-spacing: 0;
    }

    .services_image {
        flex-direction: row;
        gap: 20px;
    }

    .services_image img {
        width: 100%;
        max-width: calc(50% - 10px);
    }
}

@media only screen and (max-width: 600.98px) {
    .services_image {
        flex-direction: column;
    }

    .services_image img {
        max-width: 100%;
    }
}

@media only screen and (max-width: 575.98px) {
    .services_content h3 {
        font-size: 25px;
    }

    .services_listing a {
        width: 100%;
        text-align: left;
        font-size: 15px;
        padding: 12px 10px;
    }

    .services_listing a img {
        width: 18px;
        aspect-ratio: 1;
    }
}

/*=============================================
= Services Section CSS End
=============================================*/
/*=============================================
= Join Membership Section CSS Start
=============================================*/
.join_membership_title span {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.2;
    font-family: var(--satoshi_font);
    color: var(--primary_color);
    padding-top: 20px;
    display: block;
}

.join_membership_row {
    display: flex;
    justify-content: center;
    gap: 60px;
    width: 100%;
    max-width: 880px;
    margin: 0 auto;
}

.join_membership_col {
    width: 100%;
    max-width: calc(50% - 30px);
    background-color: var(--dark_bg_color);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.09);
    border-radius: 20px;
    border: 1px solid var(--primary_color);
}

.join_membership_top {
    background-color: var(--pricing_box_color);
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    padding: 50px 30px;
    text-align: center;
}

.join_membership_top h3 {
    color: var(--white_color);
    font-size: 24px;
    font-family: var(--libre_font);
    font-weight: 700;
    margin-bottom: 10px;
}

.join_membership_top h4 {
    font-size: 30px;
    font-family: var(--satoshi_font);
    font-weight: 700;
    color: var(--white_color);
    margin-bottom: 0;
}

.join_membership_top h4 sub {
    font-size: 16px;
}

.join_membership_content {
    padding: 30px;
}

.join_membership_content li {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
    position: relative;
    z-index: 1;
    padding-left: 20px;
    display: inline-block;
}

.join_membership_content li::before {
    position: absolute;
    content: "";
    top: 8px;
    left: 0;
    width: 8px;
    height: 8px;
    background-color: var(--secondary_color);
    border-radius: 100%;
}

.join_membership_content li:not(:last-of-type) {
    margin-bottom: 15px;
}

@media only screen and (max-width: 991.98px) {
    .join_membership_row {
        gap: 40px;
    }

    .join_membership_col {
        max-width: calc(50% - 20px);
    }

    .join_membership_title span {
        font-size: 20px;
    }

    .join_membership_top h4 {
        font-size: 28px;
    }
}

@media only screen and (max-width: 767.98px) {
    .join_membership_row {
        gap: 30px;
    }

    .join_membership_col {
        max-width: calc(50% - 15px);
    }

    .join_membership_title span {
        font-size: 18px;
    }

    .join_membership_top {
        padding: 40px 20px;
    }

    .join_membership_top h3 {
        font-size: 22px;
    }

    .join_membership_top h4 {
        font-size: 26px;
    }

    .join_membership_content {
        padding: 25px;
    }
}

@media only screen and (max-width: 700.98px) {
    .join_membership_row {
        gap: 20px;
        flex-direction: column;
    }

    .join_membership_col {
        max-width: 100%;
    }
}

@media only screen and (max-width: 575.98px) {
    .join_membership_top {
        padding: 30 10px;
    }

    .join_membership_top h3 {
        font-size: 20px;
    }

    .join_membership_top h4 {
        font-size: 24px;
    }

    .join_membership_content {
        padding: 20px;
    }

    .join_membership_content li {
        font-size: 16px;
    }
}

/*=============================================
= Join Membership Section CSS End
=============================================*/
/*=============================================
= Membership Program Section CSS End
=============================================*/
.membership_program_content {
    width: 100%;
    max-width: fit-content;
}

.membership_program_content li {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
    position: relative;
    z-index: 1;
    display: block;
    color: var(--primary_color);
}

.membership_program_content li:not(:last-of-type) {
    margin-bottom: 15px;
}

@media only screen and (max-width: 991.98px) {
    .membership_program_content li {
        font-size: 18px;
    }

    .membership_program_content li:not(:last-of-type) {
        margin-bottom: 12px;
    }
}

@media only screen and (max-width: 767.98px) {
    .membership_program_content {
        margin: 0 auto;
    }

    .membership_program_content li {
        font-size: 16px;
    }
}

/*=============================================
= Membership Program Section CSS End
=============================================*/