* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: var(--font-book);
}

html {
    scroll-behavior: smooth;
}

.menu-item-189063 ul.nav-drop.level-2 li.header-img {
    display: none;
}
.single-treatments.postid-188801 section.interest-free-block ,   .single-treatments.postid-188799 section.interest-free-block , .single-treatments.postid-188798 section.interest-free-block ,
    .single-treatments.postid-188790 section.interest-free-block {display: none !important;}
.container {
    max-width: 1720px;
    padding: 0 20px;
    margin: 0 auto;
    width: 100%;
}

.full-container {
    max-width: 1920px;
    margin: 0 auto;
    width: 100%;
}

textarea {
    resize: none;
}

@font-face {
    font-family: 'Gotham Bold';
    src: url('/wp-content/themes/head45/fonts/Gotham-Bold.woff2') format('woff2'), url('/wp-content/themes/head45/fonts/Gotham-Bold.woff') format('woff'), url('/wp-content/themes/head45/fonts/Gotham-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Book';
    src: url('/wp-content/themes/head45/fonts/Gotham-Book.woff2') format('woff2'), url('/wp-content/themes/head45/fonts/Gotham-Book.woff') format('woff'), url('/wp-content/themes/head45/fonts/Gotham-Book.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Medium';
    src: url('/wp-content/themes/head45/fonts/Gotham-Medium.woff2') format('woff2'), url('/wp-content/themes/head45/fonts/Gotham-Medium.woff') format('woff'), url('/wp-content/themes/head45/fonts/Gotham-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Anglecia Pro Display';
    src: url('/wp-content/themes/head45/fonts/AngleciaProDisplay.woff2') format('woff2'), url('/wp-content/themes/head45/fonts/AngleciaProDisplay.woff') format('woff'), url('/wp-content/themes/head45/fonts/AngleciaProDisplay.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}


/* Globle  */

:root {
    /* Colors */
    --primary-color: #1D2342;
    --accent-color: #61BFC0;
    --white-color: #ffffff;
    --yellow-color: #DBE27F;
    --light-bg: #F8F7EE;
    --cream-color: #F1C9A2;
    /* Typography */
    --font-medium: 'Gotham Medium', sans-serif;
    --font-book: 'Gotham Book', sans-serif;
    --font-bold: 'Gotham bold', sans-serif;
    --font-anglecia: 'Anglecia Pro Display', sans-serif;
    /* Font size */
    --fs-14: 14px;
    --fs-16: 16px;
    --fs-18: 18px;
    --fs-20: 20px;
    --fs-24: 24px;
    --fs-25: 25px;
    --fs-32: 32px;
    --fs-36: 36px;
    --fs-40: 40px;
    --fs-64: 64px;
    --fs-108: 108px;
}

body {
    font-family: var(--font-book);
}

a {
    text-decoration: none;
    display: inline-block;
    font-family: var(--font-book);
    color: var(--primary-color);
}

p {
    font-family: var(--font-book);
    line-height: 1.5;
    font-weight: 400;
    font-size: var(--fs-20);
}

h1 {
    font-family: var(--font-bold);
}

h2 {
    font-family: var(--font-bold);
    font-size: var(--fs-36);
    line-height: 1.4;
    color: var(--primary-color);
}

h2 em {
    font-family: var(--font-anglecia);
    display: block;
    font-weight: 400;
}

h3 {
    font-size: var(--fs-32);
    font-family: var(--font-bold);
    line-height: 42px;
}

h4 {
    font-family: var(--font-bold);
    font-size: var(--fs-16);
}

h5 {
    font-family: var(--font-medium);
    font-size: var(--fs-20);
    line-height: 1.5;
    font-weight: 500;
}

.anglecia {
    font-family: var(--font-anglecia);
    font-style: italic;
    font-weight: 400;
    line-height: 1;
}

.ps-120 {
    padding: 120px 0;
}

.btn-primary {
    background: var(--accent-color);
    color: var(--primary-color);
    font-family: var(--font-medium);
    line-height: 1;
    border: 1px solid var(--accent-color);
    padding: 15px 30px;
    font-size: var(--fs-18);
    font-weight: 500;
    border-radius: 30px;
    transition: all 0.4s ease-in-out;
    text-align: center;
}

.site-header.sticky .header-main-menu .header-btn .trp-btn {
    border-color: var(--primary-color);
    color: var(--primary-color);
}

.btn-primary:hover {
    background: var(--primary-color);
    color: var(--accent-color);
    border-color: var(--primary-color);
}

.trp-btn {
    background: transparent;
    color: var(--white-color);
    font-family: var(--font-medium);
    line-height: 1;
    border: 2px solid var(--white-color);
    padding: 14px 30px;
    font-size: var(--fs-18);
    font-weight: 500;
    border-radius: 30px;
    transition: all 0.4s ease-in-out;
    text-transform: capitalize;
}

.trp-btn:hover {
    background: var(--accent-color);
    color: var(--primary-color);
    border-color: var(--accent-color);
}

.btn-outline {
    background: transparent;
    color: var(--accent-color);
    font-family: var(--font-medium);
    line-height: 1;
    border: 3px solid var(--accent-color);
    padding: 13px 30px;
    font-size: var(--fs-18);
    font-weight: 500;
    border-radius: 30px;
    transition: all 0.4s ease-in-out;
}

.btn-outline:hover {
    background: var(--accent-color);
    color: var(--white-color);
}

.black-primary {
    background: transparent;
    color: var(--primary-color);
    font-family: var(--font-medium);
    line-height: 1;
    border: 1px solid var(--primary-color);
    padding: 15px 30px;
    font-size: var(--fs-18);
    font-weight: 500;
    border-radius: 30px;
    text-align: center;
}

.blue-primary {
    background: var(--primary-color);
    color: var(--white-color);
    font-family: var(--font-medium);
    line-height: 1;
    border: 1px solid var(--primary-color);
    padding: 15px 30px;
    font-size: var(--fs-18);
    border-radius: 30px;
    transition: all 0.4s ease-in-out;
    text-align: center;
}

.blue-primary:hover {
    background: var(--accent-color);
    color: var(--primary-color);
    border-color: var(--accent-color);
}

.btn_white {
    background: var(--white-color);
    color: var(--primary-color);
    border: 1px solid var(--white-color);
}

.cta-buttons .btn_white{
    font-family: var(--font-medium);
    line-height: 1;
    padding: 15px 30px;
    font-size: var(--fs-18);
    font-weight: 500;
    border-radius: 30px;
    transition: all 0.4s ease-in-out;
    text-align: center;
}

.btn_white:hover {
    background: var(--yellow-color);
    color: var(--primary-color);
    border: 1px solid var(--yellow-color);
}

.text-white {
    color: var(--white-color);
}

.white-border-btn {
    background: transparent;
    color: var(--white-color);
    font-family: var(--font-medium);
    line-height: 1;
    border: 3px solid var(--white-color);
    padding: 13px 30px;
    font-size: var(--fs-18);
    font-weight: 500;
    border-radius: 30px;
}


/* Header */

header {
    position: absolute;
    z-index: 99;
    left: 0;
    right: 0;
    padding-top: 40px;
}

.header-logo-menu {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
}

.header-btn {
    display: flex;
    align-items: center;
    gap: 20px;
}

.header-main-menu {
    display: flex;
    align-items: start;
    gap: 40px;
}

.header-main-menu ul {
    list-style: none;
}

.clinic-locations .location-title {
    text-align: center;
}

.clinic-locations .location-title em {
    display: inline-block;
}

.clinic-locations .locations-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
    margin-top: 50px;
}

.clinic-locations .location-card {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid var(--primary-color);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.clinic-locations .location-card img {
    transition: transform 0.5s ease;
}

.clinic-locations .location-card:hover img {
    transform: scale(1.1);
}

.location-img {
    overflow: hidden;
}

.clinic-locations .location-card .location-header {
    padding: 20px;
}

.clinic-locations .location-card .location-header span {
    font-family: var(--font-medium);
    font-weight: 500;
    font-size: var(--fs-20);
    line-height: 1.5;
    display: block;
    color: var(--accent-color);
    margin-top: 5px;
}

.clinic-locations .location-card .location-header h3 {
    font-size: var(--fs-25);
    line-height: 1.3;
    color: var(--primary-color);
    font-family: var(--font-medium);
    font-weight: 500;
}

.clinic-locations .location-card .location-img img {
    aspect-ratio: 265 / 284;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0px;
}


/* .rich-text-block  .inner-text {
    text-align: center;
} */

.rich-text-block .inner-text .text {
    margin-top: 30px;
}

.rich-text-block .inner-text a.btn-primary {
    margin-top: 60px;
}

.rich-text-block .inner-text .text ul {
    margin-left: 20px;
}

.rich-text-block .inner-text .text ul li {
    font-family: var(--font-book);
    line-height: 1.15;
    font-weight: 400;
    font-size: var(--fs-20);
    margin-bottom: 15px;
}

.rich-text-block .inner-text .text h3 {
    font-size: 26px;
    font-family: var(--font-bold);
    line-height: 42px;
    margin-top: 30px;
    margin-bottom: 20px;
    color: var(--primary-color);
}

.treatment-comparison .comparison-title {
    text-align: center;
    margin-bottom: 40px !important;
}

.comparison-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 60px;
}

.comparison-grid .comparison-box {
    background: #FFFFFFCC !important;
    padding: 40px;
    border-radius: 30px;
}

.comparison-grid .comparison-box h3 {
    font-size: 25px;
    font-family: 'Gotham Medium';
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 500;
}

.comparison-grid .comparison-box ul {
    list-style: none;
    margin-top: 30px;
    margin-bottom: 30px;
}

.comparison-grid .comparison-box ul li {
    display: flex;
    gap: 20px;
    font-family: var(--font-medium);
    line-height: 30px;
    font-weight: 500;
    font-size: var(--fs-20);
    margin-bottom: 20px;
}

.comparison-grid .comparison-box ul li svg {
    position: relative;
    top: 10px;
    flex: 0 0 20px;
    width: 20px;
    height: 16px;
    margin-top: 0px;
}

.comparison-grid .comparison-box img {
    width: 100%;
}

.career-image.video-banner::before {
    display: none;
}

.career-image.video-banner .video-wrapper img {
    border-radius: 0px !important;
}

.career-image.video-banner button.play-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.treatment-cost {
    background: #F8F7EE;
}

section.treatment-cost {
    background: #F8F7EE;
}

.cost-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    align-items: stretch;
}

.cost-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 0px;
    overflow: hidden;
    background: #fff;
}

.cost-card-top {
    padding: 22px 20px;
    font-weight: 600;
    text-align: center;
    font-family: var(--font-bold);
    font-size: var(--fs-36);
    line-height: 1.4;
}

.cost-card-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 50px;
}

.cost-card-body h3 {
    font-family: var(--font-anglecia);
    font-weight: 400;
    font-size: 48px;
    font-style: unset !important;
}

.cost-card-body .desc {
    margin-top: 30px;
    margin-bottom: 50px;
}

.cost-card-body .desc p {
    font-family: var(--font-book);
    line-height: 28px;
    font-weight: 400;
    font-size: 18px;
    color: #1D2342;
}

.cost-card-body .btn-primary {
    margin-top: auto;
    text-align: center;
    color: #fff;
}

.cost-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px;
    gap: 40px;
}

.treatment-cost .cost-top .cost-description {
    width: 100%;
    max-width: 1024px;
    color: #707070;
    line-height: 1.5;
}

.treatment-cost .cost-top .cost-description p {
    line-height: 1.5;
}

.car-btn a.btn-primary:hover {
    background: #F1C9A2 !important;
    color: var(--primary-color) !important;
    border-color: #F1C9A2 !important;
}

.clinic-template-default .join_denplan_sec {
    display: none;
}

section.career-section {
    overflow: hidden;
}

.provider-text-content ul li {
    margin-top: 30px;
}

.provider-text-content ul {
    padding-left: 20px;
}

.provider-text-content ul li {
    font-size: 20px;
    line-height: 1.5;
}

.provider-text-content ul li b {
    font-size: 20px
}

.provider-text-content ul li i {
    margin-top: 15px;
    margin-bottom: 18px;
    display: block;
}

.provider-text-content ul br {
    display: none !important;
}

.What-expect-treatment .career-wrapper .career-text ul:not(.What-expect__list) {
    padding-left: 20px;
    padding-bottom: 20px;
}

.What-expect-treatment .career-wrapper .career-text ul:not(.What-expect__list) li {
    margin-top: 20px;
    font-size: 20px;
    line-height: 1.5;
}

.quote_content_text {
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-width: 1190px;
    margin: 0 auto;
}

.quote_content_text p {
    font-family: var(--font-book);
    line-height: 1.5;
    font-weight: 400;
    font-size: 16px;
    text-align: left;
}

.quote_content_heading {
    font-size: 20px;
    font-family: 'Gotham Medium';
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 40px;
}

.finance-content .btn-primary:hover {
    background: #fff;
    color: var(--primary-color);
}

.postid-188696 .station-bus {
    grid-template-columns: 1fr !important;
}
.page-id-189187 .hero-content {
    display: flex;
    justify-content: center;
    align-items: center;
}
.page-id-189187 .hero-content h2 {
    width: 60%;
}


/* Responsive */
@media (max-width: 1550px) and (min-width: 1400px) {
.header-btn .blue-primary , .header-btn .btn-primary , .header-btn .trp-btn{
    padding: 15px 20px;
    font-size: 16px;;
}
.header-main-menu ul.nav-main a{
    font-size: 16px !important;
}
.header-main-menu ul.nav-main {

    gap: 30px !important; 
}
}

@media (max-width: 992px) {
    .cost-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width:1398px) {
    ul.nav-drop.level-2 {
        position: absolute;
        left: 0;
        top: 100%;
        right: 0;
        width: 100%;
        background: var(--primary-color);
        padding: 80px;
        border-radius: 10px;
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        gap: 10px;
        opacity: 0;
        visibility: hidden;
        transform: translateY(20px);
        transition: opacity 0.35s ease, transform 0.35s ease, visibility 0.35s ease;
        pointer-events: none;
    }
    .header-main-menu ul.nav-main .menu-item-189063 ul.nav-drop.level-2 {
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: repeat(2, 1fr);
    }
    .header-main-menu ul.nav-main .menu-item-189063 ul.nav-drop.level-2 .nav-drop-item.menu-item-189057 {
        grid-area: 1 / 1 / 3 / 2;
    }
    .header-main-menu ul.nav-main .menu-item-189063 ul.nav-drop.level-2 .nav-drop-item.menu-item-189058 {
        grid-area: 1 / 2 / 3 / 3;
    }
    .header-main-menu ul.nav-main .menu-item-189063 ul.nav-drop.level-2 .nav-drop-item.menu-item-189059 {
        grid-area: 1 / 3 / 2 / 4;
    }
    .header-main-menu ul.nav-main .menu-item-189063 ul.nav-drop.level-2 .nav-drop-item.menu-item-189060 {
        grid-area: 2 / 3 / 3 / 4;
    }
    .header-main-menu ul.nav-main .menu-item-189063 ul.nav-drop.level-2 .nav-drop-item.menu-item-189061 {
        grid-area: 1 / 4 / 2 / 5;
    }
    .header-main-menu ul.nav-main .menu-item-189063 ul.nav-drop.level-2 .nav-drop-item.menu-item-189062 {
        grid-area: 2 / 4 / 3 / 5;
    }
    .header-main-menu ul.nav-main .menu-item-189063 ul.nav-drop.level-2 li.header-img {
        grid-area: 1 / 5 / 3 / 6;
    }
    .nav-main-item:hover>.nav-drop.level-2 {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        pointer-events: auto;
    }
    /* .header-main-menu ul.nav-main .nav-main-item.menu-item-has-children .nav-main-link::before {
        content: "";
        position: absolute;
        bottom: -4px;
        background: url('/wp-content/uploads/2026/03/arrow-2.svg');
        background-position: center;
        background-repeat: no-repeat;
        opacity: 0;
        visibility: hidden;
        transform: translateY(20px);
        transition: opacity 0.35s ease, transform 0.35s ease, visibility 0.35s ease;
        width: 100%;
        height: 30px;
        background-size: contain;
    }

    .header-main-menu ul.nav-main .nav-main-item.menu-item-has-children:hover .nav-main-link::before {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        pointer-events: auto;
    } */
}

ul.nav-drop.level-2 img {
    width: 100%;
    border-radius: 10px;
}

ul.nav-drop.level-2 .nav-drop-item>a {
    padding-bottom: 20px;
    border-bottom: 2px solid var(--yellow-color);
    display: block;
    margin-bottom: 25px;
    font-family: var(--font-bold);
}

.header-main-menu ul.nav-main {
    display: flex;
    gap: 40px;
}

.header-main-menu ul.nav-main a {
    color: var(--white-color);
    font-family: var(--font-medium);
    font-size: var(--fs-18);
    display: inline-block;
}

@media (min-width:1398px) {
    .header-main-menu ul.nav-main li.two-level {
        position: relative;
    }
    .header-main-menu ul.nav-main li.two-level ul.nav-drop.level-2 {
        padding: 20px;
        width: 250px;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .header-main-menu ul.nav-main li.two-level ul.nav-drop.level-2 .header-img {
        display: none;
    }
    .header-main-menu ul.nav-main li.two-level ul.nav-drop.level-2 li a {
        margin: 0;
        padding-bottom: 10px;
        font-family: var(--font-medium);
    }
}

.header-main-menu ul.nav-sub-drop.level-3 a {
    font-weight: 500;
}

.header-main-menu ul.nav-sub-drop.level-3 {
    display: grid;
    gap: 15px;
}

.header-main-menu ul.nav-main li a.nav-main-link {
    padding: 14px 0 66px;
    transition: all 0.4s ease-in-out;
}

.header-main-menu ul.nav-main .menu-item-has-children .nav-main-link {
    position: relative;
}

.header-main-menu ul.nav-main .menu-item-has-children .nav-main-link::after {
    content: "";
    position: absolute;
    background: url('/wp-content/uploads/2026/01/dawn.svg');
    bottom: 40px;
    left: 0;
    right: 0;
    width: 100%;
    height: 14px;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.4s ease-in-out;
}

.site-header.sticky .header-main-menu ul.nav-main .menu-item-has-children .nav-main-link::after {
    background: url('/wp-content/uploads/2026/02/dawnblack.svg');
    background-repeat: no-repeat;
    background-position: center;
}

.header-img {
    padding-left: 10px;
}


/* treatments */

.treatments-header {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 60px;
}

.treatments-header .treatments-title h2 em {
    font-size: var(--fs-40);
}

.treatments-text-btn p {
    margin-bottom: 30px;
}

.treatments-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.treatments-grid .treatment-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px;
}

.treatments-grid .treatment-card .twentytwenty-wrapper {
    border-radius: 10px;
    overflow: hidden;
}

.twentytwenty-container img {
    height: 100%;
}

.treatments-grid .treatment-card .twentytwenty-wrapper .treatment-media {
    height: 100% !important;
}

.treatment-content h3 {
    padding: 30px 10px 30px 50px;
    background: var(--yellow-color);
    border-radius: 10px;
    line-height: 1.3;
}

.treatment-content {
    background: var(--light-bg);
    border-radius: 10px;
    position: relative;
    padding-bottom: 60px;
    display: flex;
    flex-direction: column;
}

.treatment-sort-text p {
    font-size: var(--fs-18);
    line-height: 28px;
}

.treatment-content .read-more {
    /* position: absolute; */
    margin-top: 10px;
}

.treatment-content-inr {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    flex: 1;
    padding: 20px 50px 0 50px;
}

.finance-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.finance-grid .finance-image img {
    height: 700px;
    object-fit: cover;
}

.finance-content {
    max-width: 700px;
    margin-left: auto;
    padding-right: 143px;
}

.finance-content h2 {
    color: var(--accent-color);
    font-size: var(--fs-40);
    line-height: 1;
}

.finance-content h5 {
    color: var(--white-color);
    margin: 10px 0 30px;
}

.finance-content p {
    color: var(--white-color);
}

.finance-content .btn-primary {
    margin: 60px 0;
}

.dental-section .container {
    max-width: 1440px;
}

.dental-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.dental-content {
    background: var(--light-bg);
    border-radius: 10px;
    padding: 65px 80px;
}

.dental-content h2 em {
    font-size: var(--fs-40);
}

.dental-content h2 {
    margin-bottom: 30px;
}

ul.feature-list {
    list-style: none;
    margin: 50px 0 30px;
}

ul.feature-list li {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    color: var(--primary-color);
}

ul.feature-list li strong {
    font-family: var(--font-medium);
    font-weight: 500;
    font-size: var(--fs-20);
    margin-bottom: 20px;
    display: inline-block;
}

ul.feature-list li p {
    font-size: var(--fs-16);
    line-height: 26px;
}

ul.feature-list li span {
    padding-top: 5px;
}

.dental-media {
    display: grid;
    gap: 20px;
}

.stats-box {
    background: var(--primary-color);
    border-radius: 10px;
    color: var(--yellow-color);
    padding: 50px;
}

.stats-box h3,
.stats-box h2,
.stats-box p {
    font-family: var(--font-anglecia);
}

.stats-box h3 {
    font-size: var(--fs-40);
    margin-bottom: 5px;
    font-weight: 400;
    font-style: normal;
}

.stats-box h2 {
    font-size: var(--fs-64);
    color: var(--accent-color);
}

.stats-box p {
    color: var(--accent-color);
}

.dental-media .image-wrap {
    display: flex;
}

.stats-box .stats-total {
    display: flex;
    align-items: center;
    gap: 10px;
    max-width: 457px;
    margin: 0 auto 50px;
}

.stats-box .stats-total h2 {
    font-size: var(--fs-64);
    color: var(--accent-color);
    font-weight: 400;
    font-style: normal;
}

.stats-box .stats-total p {
    color: var(--accent-color);
    line-height: 1.5;
}

.stats-box .stats-grid p {
    color: var(--yellow-color);
    font-style: italic;
    font-weight: 400;
}

.stats-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px 20px;
}

.stats-grid .stat {
    border-right: 1px solid;
}

.stats-grid .stat:nth-child(3n) {
    border-right: none;
}

.numbers-section .numbers-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 40px;
}

.numbers-section .number-card {
    border-right: 1px solid var(--yellow-color);
}

.numbers-section .number-card:last-child {
    border: 0;
}

.number-card span.number-tag {
    border: 2px solid var(--yellow-color);
    padding: 10px 22px;
    border-radius: 30px;
    font-family: var(--font-medium);
    font-size: var(--fs-14);
    text-transform: uppercase;
    margin-bottom: 20px;
    display: inline-block;
    color: var(--primary-color);
}

.number-card .number-value {
    font-family: var(--font-anglecia);
    font-size: 108px;
    line-height: 1;
    color: var(--primary-color);
    font-weight: 400;
}

.number-card .number-sub {
    font-family: var(--font-anglecia);
    font-size: var(--fs-32);
    margin: 10px 0 40px;
    display: inline-block;
    color: var(--primary-color);
    font-weight: 400;
}

.number-desc {
    max-width: 347px;
}

.number-desc p {
    color: var(--primary-color);
}

.number-card .number-link {
    font-family: var(--font-book);
    line-height: 1.15;
    font-weight: 400;
    font-size: var(--fs-20);
    text-decoration: underline;
    color: var(--primary-color);
}

.instagram-section {
    background: var(--cream-color);
}

.instagram-section.clinic-instagram {
    background: transparent;
}

.instagram-section .insta-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.instagram-section .insta-top .insta-left h2 em {
    font-size: var(--fs-40);
}

.instagram-section .insta-top .insta-left h2 {
    line-height: 1;
}

.instagram-section .insta-top .insta-right .insta-handle {
    font-family: var(--font-anglecia);
    font-style: italic;
    font-size: var(--fs-32);
    font-weight: 400;
    display: block;
    margin-bottom: 20px;
}

.instagram-section .insta-top .insta-right {
    text-align: right;
    width: 100%;
    max-width: 350px;
}

.google-review-block .review-title-text {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
}

.google-review-block .container {
    display: grid;
    gap: 60px;
}

.google-review-block .review-title-text p {
    width: 100%;
    max-width: 546px;
}

.clinic-google-review-block {
    background: var(--light-bg);
}

.google-review-block .review-title-text .heading em {
    font-size: var(--fs-40);
}

.google-review-block .review-script {
    margin-bottom: 30px;
    width: 100%;
    overflow: auto;
}


/* About us page */

.hero-inner-banner {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-blend-mode: overlay;
    background-color: rgb(0 0 0 / 40%);
}

.hero-inner-banner .hero-content b {
    font-family: var(--font-bold);
}

.hero-content h2 {
    font-size: 70px;
    line-height: 1.1;
    color: var(--white-color);
    margin-bottom: 20px;
}

.hero-content h2 em {
    font-weight: 400;
    font-size: 76px;
}

.hero-content p {
    max-width: 771px;
    margin: 0 auto 60px;
    color: var(--white-color);
    line-height: 1.5;
}

.hero-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.our-story-img-text {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 90px;
    align-items: center;
    position: relative;
}

.our-story-img-text::after {
    content: "";
    position: absolute;
    bottom: 90px;
    left: 10px;
    right: 0;
    width: 99%;
    height: 1px;
    background: #E1E1E1;
}

.our-story-img-text p {
    color: var(--primary-color);
}

.our-story-img-text .our-story-img img {
    width: 100%;
}

.our-story-text h2 em {
    font-weight: 400;
    font-size: var(--fs-40);
}

.our-story-text h2 {
    margin-bottom: 50px;
}

.our-story-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
    margin-top: 80px;
}

.our-story-block .inner-story {
    border-top: 12px solid var(--yellow-color);
    padding-top: 25px;
}

.our-story-block .inner-story h3 {
    font-family: var(--font-anglecia);
    font-size: var(--fs-64);
    font-weight: 400;
    line-height: 1;
}

.our-story-block .inner-story em {
    font-family: var(--font-anglecia);
    font-size: 22px;
    line-height: 30px;
    color: var(--primary-color);
    max-width: 150px;
    display: inline-block;
    margin-top: 5px;
}

.left-text-right-map {
    background: var(--light-bg);
}

.map-left-text-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: flex-end;
}

.map-left-text-inner .map-left-text .section-description p {
    color: var(--primary-color);
}

.map-left-text-inner .map-left-text h2 em {
    font-weight: 400;
    font-size: var(--fs-40);
}

.map-left-text-inner .map-left-text h2 {
    margin-bottom: 30px;
}

.map-left-text .map-number-grid {
    background: var(--primary-color);
    border-radius: 10px 0 0 10px;
    padding: 20px;
    margin-top: 50px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 10px;
}

.inner-number {
    padding-right: 10px;
    border-right: 1px solid var(--white-color);
}

.inner-number:last-child {
    border: 0;
}

.map-left-text .map-number-grid .inner-number h3 {
    color: var(--yellow-color);
    font-size: 48px;
    line-height: 1;
    font-family: var(--font-anglecia);
    font-weight: 400;
}

.map-left-text .map-number-grid .inner-number p {
    color: var(--white-color);
    font-family: var(--font-anglecia);
    margin-top: 20px;
    font-size: var(--fs-16);
    line-height: 1.5;
    max-width: 120px;
}

.why-perfect-smile {
    position: relative;
}

.why-perfect-smile:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--white-color);
    height: var(--after-height);
}

.top-why-perfect-smile {
    background: var(--cream-color);
    padding-top: 120px;
}

.why-perfect-smile .content-wrapper .image-content {
    position: relative;
    z-index: 9;
}

.why-perfect-smile .content-wrapper .inner-text-content {
    background: var(--yellow-color);
    padding: 55px;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 9;
    border-radius: 0 0 0 10px;
}

.why-perfect-smile .content-wrapper {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    align-items: flex-end;
}

.why-perfect-smile .content-wrapper .text-content h2 em {
    font-weight: 400;
}

.why-perfect-smile .content-wrapper .text-content ul {
    list-style: none;
    padding: 60px 60px 120px;
    display: grid;
    gap: 40px;
}

.why-perfect-smile .content-wrapper .text-content ul li .check svg {
    width: 20px;
}

.why-perfect-smile .content-wrapper .text-content ul li {
    display: flex;
    gap: 20px;
    color: var(--primary-color);
}

.why-perfect-smile .content-wrapper .text-content ul li strong {
    font-family: var(--font-medium);
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 10px;
    display: block;
}

.why-perfect-smile .image-content img {
    border-radius: 10px 10px 180px 0px;
}

.cta-smile {
    background: var(--primary-color);
    padding: 60px 0;
    margin-top: 120px;
}

.cta-smile .inner-cta-smile .cta-left h2 {
    color: var(--accent-color);
}

.cta-smile .inner-cta-smile .cta-left h2 em {
    font-weight: 400;
    font-size: var(--fs-40);
}

.cta-smile .inner-cta-smile .cta-center p {
    color: var(--white-color);
}

.cta-smile .inner-cta-smile {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cta-smile .inner-cta-smile .cta-left {
    width: 100%;
    max-width: 387px;
}

.cta-smile .inner-cta-smile .cta-center {
    width: 100%;
    max-width: 585px;
}

.career-section .career-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
    align-items: center;
}

.career-section .career-wrapper .career-image img {
    width: 100%;
    border-radius: 10px 10px 180px 10px;
}

.career-section .career-wrapper .career-image {
    position: relative;
}

.career-section .career-wrapper .career-image::before {
    content: "";
    position: absolute;
    bottom: 115px;
    left: 50px;
    right: 0;
    width: 100%;
    height: 1px;
    background: #E1E1E1;
}

.career-section .career-wrapper .career-content h2 em {
    font-weight: 400;
    font-size: var(--fs-40);
}

.career-section .career-wrapper .career-text {
    margin: 50px 0;
    max-width: 405px;
}

.career-section .career-wrapper .career-text p {
    color: var(--primary-color);
}

.our-awards {
    background: var(--light-bg);
}

.our-awards .awards-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.our-awards .awards-wrapper p {
    width: 100%;
    max-width: 850px;
    color: var(--primary-color);
}

.our-awards .awards-wrapper h2 em {
    font-weight: 400;
    font-size: var(--fs-40);
}

.our-awards .awards-image {
    padding: 0px;
}

.our-awards .awards-image .awardsSwiper .swiper-wrapper {
    transition-timing-function: linear !important;
}

.our-awards .awards-image .awardsSwiper {
    background: var(--white-color);
    padding: 40px;
}

.pricing-box-wrap h2 em {
    font-size: var(--fs-40);
}


/* Career */

.career-sort-text .content-wrapper {
    max-width: 1255px;
    margin: 0 auto;
}

.career-sort-text .content-wrapper p {
    line-height: 1.5;
}

.career-listing {
    background-color: var(--light-bg);
}

.career-listing .content-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 60px;
}

.career-listing .content-wrapper h2 {
    width: 100%;
    max-width: 274px;
}

.career-listing .content-wrapper h2 em {
    font-weight: 400;
}

.career-listing .content-wrapper hr {
    width: 100%;
}

.career-listing .career-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}

.career-listing .career-grid .career-card {
    padding: 30px;
    border-top: 20px solid var(--accent-color);
    background: var(--white-color);
    border-radius: 0 0 10px 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
}

.career-listing .career-grid .career-card .career-title-text h3 {
    font-weight: 500;
    font-family: var(--font-medium);
    font-size: var(--fs-25);
    margin-bottom: 30px;
}

.career-listing .career-grid .career-card .career-title-text p {
    line-height: 1.5;
}

.career-listing .career-grid .career-card .career-meta .meta-item {
    display: flex;
    align-items: center;
    gap: 15px;
    font-family: var(--font-book);
    font-size: var(--fs-20);
}

.career-listing .career-grid .career-card .career-meta {
    display: grid;
    gap: 10px;
    margin-bottom: 30px;
}

.career-listing .career-grid .career-card .career-salary-actions .career-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    text-align: center;
    gap: 20px;
}

.career-listing .career-grid .career-card .career-meta .joining-bonus {
    font-family: var(--font-medium);
    color: var(--primary-color);
    padding-bottom: 20px;
}

.career-details-banner {
    text-align: left;
}

.career-details-banner .hero-content p {
    max-width: unset;
    margin-bottom: 30px;
}

.career-details-banner .hero-btn {
    justify-content: start;
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: center;
    gap: 20px;
    max-width: 600px;
}


/* Career details */

.career-details-banner {
    position: relative;
    height: 100%;
    padding-top: 250px;
    padding-bottom: 150px;
}

.career-details-banner::after {
    content: "";
    background: linear-gradient(263.86deg, rgba(0, 0, 0, 0) 18.82%, rgba(0, 0, 0, 0.7) 64.91%), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
}

.career-details-banner .hero-content {
    position: relative;
    z-index: 99;
    max-width: 700px;
}

.career-details-banner .hero-content h2 {
    margin-bottom: 30px;
}

.career-details-banner .career-meta span {
    color: var(--white-color);
    display: block;
    font-family: var(--font-book);
    line-height: 1.5;
    font-size: var(--fs-20);
}

.career-details-banner .hero-content .career-meta {
    display: grid;
    gap: 10px;
    margin-bottom: 60px;
}

.career-why-join-us {
    background: var(--light-bg);
}

.career-why-join-us em {
    font-weight: 400;
}

.career-why-join-us .section-title {
    margin-bottom: 60px;
}

.career-why-join-us .why-join-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 40px;
}

.career-why-join-us .why-join-grid .why-join-item {
    display: flex;
    align-items: flex-end;
    gap: 25px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    color: var(--accent-color);
    border-bottom: 1px solid var(--accent-color);
}

.career-why-join-us .why-join-grid .why-join-item p {
    font-family: var(--font-medium);
}

.career-why-join-us .why-join-grid .why-join-item .check-icon {
    width: 100%;
    max-width: 30px;
}

.what-need-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

.what-need-left h2 em {
    font-weight: 400;
}

.what-need-right .need-list {
    list-style: none;
    display: grid;
    gap: 40px;
}

.what-need-right .need-list li {
    display: flex;
    align-items: center;
    gap: 25px;
    font-family: var(--font-medium);
    font-size: var(--fs-20);
}

.what-need-wrapper .psd-curve {
    margin-top: -20px;
}

.career-form-image {
    background: var(--cream-color);
    margin-top: 220px;
}

.career-form-image .career-form-title {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.career-form-image .career-form-title .form-img {
    margin-top: -220px;
}

.career-form-image .career-form-title .form-left h2 em {
    font-weight: 400;
}


/* Form */

.career-form {
    max-width: 700px;
}

.nf-progress-container {
    display: none;
}

.career-form .nf-breadcrumbs {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 5px;
    margin-top: -30px !important;
    margin-bottom: 50px !important;
}

.career-form .nf-breadcrumbs li {
    float: unset;
}

.career-form .nf-breadcrumbs li a {
    margin-right: 0px;
    margin-bottom: 0px;
}

.career-form .nf-field-element {
    background: rgba(255, 255, 255, 48%);
    padding: 24px 36px;
    border-radius: 80px;
    margin: 0;
}

.career-form .nf-field-element .ninja-forms-field {
    outline: 0;
    border: 0;
    padding: 0 0 18px;
    color: var(--primary-color);
    opacity: 1;
    font-family: 'Gotham Book' !important;
    font-style: italic;
    font-size: 20px;
    line-height: 1;
    background: transparent;
    border-bottom: 1px solid var(--primary-color);
    appearance: none;
}

.career-form .nf-field-element select.ninja-forms-field {
    background-image: url('/wp-content/uploads/2026/03/dawn-2.svg');
    background-repeat: no-repeat;
    background-position: 97% 40%;
}

.career-form .nf-field-element .ninja-forms-field::placeholder {
    color: var(--primary-color);
    opacity: 1;
}

.career-form .submit-wrap .nf-field-element {
    padding: 0;
    background: transparent;
}

.career-form .submit-wrap .nf-field-element .ninja-forms-field {
    background: var(--accent-color);
    color: var(--primary-color);
    font-family: var(--font-medium);
    line-height: 1;
    border: 1px solid var(--accent-color);
    padding: 15px 30px;
    font-size: var(--fs-18);
    font-weight: 500;
    border-radius: 30px;
    font-style: normal;
    cursor: pointer;
}

.nf-field-element textarea {
    height: auto !important;
}

.nf-mp-footer .nf-next-previous input[type="button"] {
    color: var(--primary-color);
    background: transparent;
    border: 0;
    outline: 0;
    font-family: var(--font-book);
    font-size: 20px;
}

.nf-next-previous li.nf-next-item {
    padding-right: 120px !important;
    height: 90px;
    display: flex !important;
    position: relative;
}

.nf-next-previous li.nf-next-item::after {
    content: "";
    position: absolute;
    background: url('/wp-content/uploads/2026/02/arrow-2.png');
    right: 0;
    top: 0;
    height: 90px;
    width: 90px;
    background-size: contain;
}

.nf-next-previous li.nf-previous-item {
    float: right;
    padding-right: 120px !important;
    height: 90px;
    display: flex !important;
    position: relative;
}

body .career-form .nf-previous-item {
    display: none !important;
}

.career-form .submit-wrap {
    position: absolute;
    right: 0;
}

.apply-job {
    background: var(--cream-color);
}

.apply-job-map {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 100px;
}

.apply-job-map .career-form h2 {
    margin-bottom: 30px;
}

.apply-job-map h2 em {
    font-weight: 400;
}

.apply-location .apply-location-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.apply-job-map .apply-location p {
    max-width: 750px;
    line-height: 1.5;
}

.apply-job .career-form {
    max-width: 100%;
}

.checkbox-container .checkbox-wrap .nf-field-element {
    padding: 0;
    background: transparent;
}

.checkbox-container .checkbox-wrap input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.checkbox-container .checkbox-wrap label {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: flex-start;
}

.checkbox-container .checkbox-wrap label::before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid var(--primary-color);
    padding: 14px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 15px;
    border-radius: 100%;
}

.checkbox-container .checkbox-wrap label.nf-checked-label:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 4px;
    height: 22px;
    width: 22px;
    background: var(--primary-color);
    border-radius: 100%;
}

.label-right .checkbox-wrap .nf-field-label {
    padding: 0;
}


/* Default – Desktop */

.apply-job nf-rows-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
}


/* First 2 fields – half width */

.apply-job nf-rows-wrap>.nf-row:nth-child(1),
.apply-job nf-rows-wrap>.nf-row:nth-child(2) {
    width: calc(50% - 10px);
}


/* Remaining fields – full width */

.apply-job nf-rows-wrap>.nf-row:nth-child(n+3) {
    width: 100%;
}
@media (min-width: 1400px) {
.mobile-menu-logo {
    display: none;
}

}
/* 📱 Mobile */

@media (max-width: 767px) {
    .cost-grid {
        grid-template-columns: 1fr;
    }
    .apply-job nf-rows-wrap>.nf-row {
        width: 100%;
    }
    .finance-left svg, .what-need-left .psd-curve {
        display: none;
    }
    .what-need-right .need-list li {
        gap: 18px;
    }
    .check-icon svg {
        height: 20px;
        width: 20px;
    }
    
}

.checkbox-container .checkbox-wrap label {
    font-family: var(--font-book);
    font-size: 20px;
    font-weight: 400;
    font-style: italic;
}

.label-right .checkbox-wrap .nf-field-element {
    width: 100%;
    max-width: 20px;
}

.black-border {
    background: transparent;
    color: var(--primary-color);
    font-family: var(--font-medium);
    line-height: 1;
    border: 3px solid var(--primary-color);
    padding: 13px 30px;
    font-size: var(--fs-18);
    font-weight: 500;
    border-radius: 30px;
}

.google-direction {
    margin: 30px 0 60px;
    display: grid;
    text-align: center;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    gap: 20px;
}

.apply-job-map .apply-location iframe {
    border: 0;
    width: 100%;
}

.career-form .submit-wrap .nf-field-element .ninja-forms-field {
    border: 0;
    padding: 0;
    background: transparent;
    width: 210px;
    z-index: 1;
    text-align: left;
}

.career-form .submit-wrap {
    position: relative;
}

.career-form .submit-wrap .nf-field-element {
    text-align: right;
    /* padding-right: 120px; */
    height: 90px;
    display: flex !important;
    position: relative;
    justify-content: end;
}

.career-form .submit-wrap .nf-field-element::after {
    content: "";
    position: absolute;
    background: url(/wp-content/uploads/2026/02/arrow-2.png);
    right: 0;
    top: 0;
    height: 90px;
    width: 90px;
    background-size: contain;
}


/* ===== Finance Calculator Page ===== */

.interest-free-block {
    background: var(--primary-color);
    color: var(--white-color);
    padding: 10px 0;
    text-align: center;
}

.interest-free-block h2 {
    font-family: var(--font-medium);
    font-weight: 500;
    color: var(--white-color);
}

.finance-calculator-page {
    background: var(--light-bg);
}

.finance-calculator-page h1 {}


/* Amount box */

.amount-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0px;
}

.amount-box label {
    font-size: var(--fs-32);
    color: var(--primary-color);
    font-family: var(--font-anglecia);
    font-style: italic;
}

.amount-input {
    background: #fff;
    padding: 26px;
    border-radius: 80px;
    font-size: 25px;
    display: flex;
    align-items: center;
    gap: 6px;
    width: 368px;
}

.amount-input input {
    border: none;
    outline: none;
    font-size: 25px;
    width: 100%;
    background: transparent;
    color: var(--primary-color);
    font-family: var(--font-medium);
}

.amount-input .bottom-border {
    padding-bottom: 9px;
    border-bottom: 1px solid;
    width: 100%;
    color: var(--primary-color);
    display: flex;
    align-items: center;
    gap: 20px;
    font-family: var(--font-medium);
}


/* Slider */

.slider-box input[type="range"] {
    width: 100%;
    margin: 30px 0 60px;
    accent-color: var(--primary-color);
}


/* Grid */

.finance-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
}


/* Card */

.finance-box {
    background: var(--white-color);
    border-radius: 16px;
    padding: 40px 100px 35px 40px;
}

.finance-box h3 {
    font-size: 25px;
    line-height: 60px;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-family: var(--font-book);
    color: var(--primary-color);
}

.finance-box h3 span {
    font-style: italic;
    font-weight: normal;
}


/* Table */

.finance-box table {
    width: 100%;
    border-collapse: collapse;
}

.finance-box th {
    text-align: left;
    font-size: 30px;
    font-weight: 400;
    font-family: var(--font-anglecia);
    color: var(--primary-color);
    padding-bottom: 15px;
    font-style: italic;
}

.finance-box td {
    padding: 15px 0;
    font-size: 20px;
    color: var(--primary-color);
    font-family: var(--font-medium);
}

.finance-box td:last-child,
.finance-box th:last-child {
    text-align: right;
    width: 23%;
}


/* Bottom note */

.finance-note {
    margin-top: 40px;
    font-size: 20px;
    color: var(--primary-color);
    font-family: var(--font-book);
}


/* Responsive */

@media (max-width: 768px) {
    .finance-grid {
        grid-template-columns: 1fr;
    }
    .amount-input {
        width: 260px;
    }
    .clinic-treatments-section .treatments-content .clinic-card.location-clinic-card:nth-child(3n)::after {
        display: none !important;
    }
    .page-id-189187 .hero-content h2 {
        width: 90%;
    }
}

.finance-wrapper {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 20px;
}

.finance-wrapper h2 em {
    font-weight: 400;
}

.finance-wrapper .finance-right .finance-text {
    margin-bottom: 20px;
}

.finance-wrapper .finance-right .finance-text p {
    line-height: 1.5;
    color: var(--primary-color);
}

.finance-wrapper .finance-right .finance-text:first-child p {
    color: #707070;
}

.finance-steps .finance-steps-heading {
    text-align: center;
    margin-bottom: 60px;
}

.finance-steps .finance-steps-heading h2 em {
    font-weight: 400;
}

.finance-steps-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}

.finance-steps-grid .finance-step-card {
    padding: 50px;
    background: var(--yellow-color);
    border-radius: 10px;
}

.finance-steps-grid .finance-step-card h3 {
    margin: 20px 0 30px;
    font-family: var(--font-anglecia);
    font-weight: 400;
    font-style: italic;
}

.finance-steps-grid .finance-step-card p {
    line-height: 1.5;
}

.faq-section {
    background: var(--light-bg);
}

.faq-section .faq-wrapper {
    display: grid;
    grid-template-columns: 1fr 1.8fr;
    gap: 180px;
}

.faq-section .faq-wrapper .faq-left h2 em {
    font-weight: 400;
    font-size: var(--fs-40);
}

.faq-section .faq-left img {
    border-radius: 10px;
    margin-top: 30px;
}

.faq-section .faq-question {
    width: 100%;
    padding: 23px 40px;
    border: 1px solid var(--primary-color);
    background: rgba(255, 255, 255, 48%);
    font-size: var(--fs-20);
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    font-family: var(--font-book);
    border-radius: 80px;
    text-align: left;
    gap: 20px;
    color: var(--primary-color);
    align-items: center;
    transition: background 0.35s ease, border-color 0.35s ease;
}

.faq-section .faq-wrapper .faq-right .faq-item {
    margin-bottom: 30px;
}

.faq-section .faq-wrapper .faq-right .faq-item:last-child {
    margin: 0;
}

.faq-section .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    background: var(--white-color);
    border-radius: 40px;
}

.faq-section .faq-item.active .faq-answer {
    
    background: var(--white-color);
    
    margin-top: 5px;
}

.faq-section .faq-item .faq-answer p {
    line-height: 1.5;
    padding: 24px 40px;
    margin: 0 !important;
}

.faq-section .faq-item.active .icon {
    transform: rotate(180deg);
}

.faq-section .faq-wrapper .faq-right .faq-item.active .faq-question {
    border-color: var(--white-color);
    background: var(--white-color);
}

.clinic-left-right-block .inner-left-right {
    display: grid;
    grid-template-columns: 1.07fr 1fr;
    gap: 80px;
    align-items: center;
}

.clinic-left-right-block .inner-left-right .right-text h2 {
    margin-bottom: 30px;
}

.clinic-left-right-block .inner-left-right .right-text h2 em {
    font-size: 40px;
}

.clinic-left-right-block .inner-left-right .right-text p {
    line-height: 1.5;
    font-size: var(--fs-18);
}

.clinic-left-right-block .inner-left-right .right-text p strong {
    font-family: var(--font-bold);
    font-weight: 700;
}


/* NHS page */

.nhs-pricing {
    background: var(--light-bg);
}

.nhs-pricing .nhs-top-text {
    max-width: 1225px;
    margin: 0 auto 60px;
    text-align: center;
}

.nhs-pricing .nhs-top-text p {
    font-size: var(--fs-18);
    line-height: 1.5;
}

.nhs-pricing .band-cards-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    align-items: flex-start;
}

.nhs-pricing .band-card-header {
    background: var(--primary-color);
    text-align: center;
    color: var(--accent-color);
    padding: 5px;
}

.nhs-pricing .band-card {
    background: var(--white-color);
}

.nhs-pricing .band-card-cnt {
    padding: 50px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.nhs-pricing .band-card-cnt p {
    font-family: var(--font-book);
    font-weight: 400;
    font-size: var(--fs-18);
    line-height: 1.5;
    min-height: 120px;
}

.nhs-pricing .nhs-band-price {
    font-size: var(--fs-64);
    font-family: var(--font-anglecia);
    color: var(--primary-color);
}

.nhs-pricing .card-accordion-toggle {
    border: 1px solid rgb(29 35 66 / 20%);
    padding: 20px 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    color: var(--accent-color);
    font-family: var(--font-medium);
    font-size: var(--fs-18);
    line-height: 1;
}

.nhs-pricing .panel-content {
    padding: 0px 50px;
    color: var(--primary-color);
    font-family: var(--font-book);
    line-height: 1.5;
    font-size: var(--fs-16);
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
    scrollbar-color: #61BFC0 transparent;
    margin: 20px 0;
}


/* Chrome, Edge, Safari */

.nhs-pricing .panel-content::-webkit-scrollbar {
    width: 6px;
}

.nhs-pricing .panel-content::-webkit-scrollbar-track {
    background: transparent;
}

.nhs-pricing .panel-content::-webkit-scrollbar-thumb {
    background-color: #61BFC0;
    border-radius: 10px;
}

.nhs-pricing .panel-content p {
    font-size: var(--fs-18);
    line-height: 1.5;
}

.nhs-pricing .panel-content ul {
    display: grid;
    gap: 5px;
    font-size: var(--fs-18);
}

.nhs-pricing .card-accordion-toggle .arrow {
    transition: transform 0.3s ease;
}

.nhs-pricing .card-panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    background: #fafafa;
}

.band-card.active .card-panel {
    max-height: 100%;
}

.nhs-qualification-wrapper {
    display: grid;
    grid-template-columns: 0.8fr 1.3fr 0.8fr;
    gap: 60px;
    position: relative;
}

.nhs-qualification .nhs-qualification-wrapper .nhs-center {
    padding-top: 70px;
}

.nhs-qualification .nhs-qualification-wrapper .nhs-center h2 {
    margin-bottom: 30px;
    color: var(--primary-color);
}

.nhs-image img {
    width: 100%;
    border-radius: 24px;
}

.nhs-qualification .nhs-qualification-wrapper .nhs-center h2 em {
    font-weight: 400;
}

.nhs-qualification-wrapper .nhs-points {
    list-style: none;
    padding: 0;
}

.nhs-qualification-wrapper .nhs-points li {
    display: flex;
    gap: 20px;
    padding: 15px 0;
    border-bottom: 1px solid var(--accent-color);
    font-family: var(--font-medium);
    color: var(--accent-color);
    font-size: var(--fs-20);
    line-height: 1.2;
}

.nhs-qualification-wrapper .nhs-right {
    text-align: right;
    position: relative;
}

.nhs-qualification-wrapper .nhs-right h2 {
    margin-bottom: 30px;
    color: var(--primary-color);
}

@media (min-width: 1024px) {
    .half-border-left {
        position: relative;
    }
    .half-border-left:after {
        content: "";
        position: absolute;
        bottom: 70px;
        background: #E1E1E1;
        height: 1px;
        width: 826px;
        left: 110px;
    }
    .half-border-right {
        position: relative;
    }
    .half-border-right:after {
        content: "";
        position: absolute;
        bottom: 70px;
        background: #E1E1E1;
        height: 1px;
        width: 1006px;
        right: 110px;
    }
}

.nhs-qualification {
    padding-bottom: 60px;
}

.nhs-choose-wrapper {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 50px;
}

.nhs-choose-wrapper .nhs-choose-left {
    max-width: 600px;
    margin: 0 auto;
    width: 100%;
    padding-top: 60px;
}

.nhs-choose-wrapper .nhs-choose-left h2 {
    color: var(--primary-color);
}

.nhs-choose-list {
    list-style: none;
    padding: 0;
    margin-top: 25px;
}

.nhs-choose-list li {
    display: flex;
    gap: 20px;
    padding: 15px 0;
    border-bottom: 1px solid var(--accent-color);
    font-family: var(--font-medium);
    color: var(--accent-color);
    font-size: var(--fs-20);
    line-height: 1.2;
}

.nhs-choose-right img {
    width: 100%;
    border-radius: 28px;
}

.nhs-choose {
    padding-bottom: 120px;
}

.nhs-price-know {
    background: var(--yellow-color);
}

.nhs-price-know .career-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.nhs-price-know .career-wrapper .career-content h2 {
    margin-bottom: 30px;
}

.nhs-price-know .career-text p {
    line-height: 1.5;
    font-size: var(--fs-18);
}


/* Blog */

.blog-section {
    background: var(--light-bg);
}

.blog-section .blog-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}

.blog-section .blog-filters {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 60px;
}

.blog-section .blog-filters .filter-btn {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.blog-section .blog-filters .filter-btn .black-border {
    cursor: pointer;
}

.blog-section .blog-filters .filter-btn .black-border.active {
    background: var(--primary-color);
    color: var(--white-color);
}

.blog-filters .filter-title {
    font-size: var(--fs-20);
    width: 100%;
    max-width: 150px;
}

.inner-blog-card {
    padding: 20px;
}

.blog-section article {
    position: relative;
}

.blog-section article img {
    border-radius: 10px;
    height: 370px;
    object-fit: cover;
    width: 100%;
}

.inner-blog-card .blog-meta {
    position: absolute;
    top: 20px;
    left: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.inner-blog-card .blog-meta .read-time {
    display: inline-block;
    background: var(--accent-color);
    color: var(--white-color);
    padding: 6px 20px;
    font-size: var(--fs-18);
    font-family: var(--font-medium);
    border-radius: 30px;
}

.inner-blog-card .blog-meta .date {
    display: inline-block;
    background: var(--primary-color);
    color: var(--white-color);
    padding: 6px 20px;
    font-size: var(--fs-18);
    font-family: var(--font-medium);
    border-radius: 30px;
}

.inner-blog-card h3 {
    font-size: var(--fs-24);
    line-height: 1.3;
    min-height: 100px;
    margin-bottom: 10px;
    color: var(--primary-color);
}

.inner-blog-card .blog-tag {
    display: inline-block;
    font-size: var(--fs-18);
    font-family: var(--font-medium);
    margin-bottom: 20px;
    font-weight: 500;
    line-height: 1.2;
    color: var(--primary-color);
}

.inner-blog-card p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: var(--fs-16);
    line-height: 1.5;
    margin-bottom: 20px;
}

.inner-blog-card .read-more {
    display: inline-block;
    color: var(--accent-color);
    text-decoration: underline;
    font-size: var(--fs-18);
    font-family: var(--font-medium);
}

.single-post .hero-inner-banner {
    background-position: center;
    background-blend-mode: overlay;
    background-color: rgb(0 0 0 / 50%);
    position: relative;
}

.single-post .hero-inner-banner .hero-content h2 {
    font-size: 48px;
    line-height: 1.2;
    max-width: 1003px;
    margin: 0 auto 60px;
}

.single-post .hero-inner-banner .hero-content .read-time {
    display: inline-block;
    background: var(--accent-color);
    color: var(--white-color);
    padding: 6px 20px;
    font-size: var(--fs-18);
    font-family: var(--font-medium);
    border-radius: 30px;
}

.single-post .hero-inner-banner .hero-content .post-date {
    display: inline-block;
    background: var(--primary-color);
    color: var(--white-color);
    padding: 6px 20px;
    font-size: var(--fs-18);
    font-family: var(--font-medium);
    border-radius: 30px;
}

.single-post .hero-inner-banner .hero-content p {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.single-post .hero-inner-banner a.all-blog-btn {
    position: absolute;
    left: 0;
    bottom: 60px;
    width: 100%;
    max-width: 1720px;
    padding: 0 20px;
    margin: 0 auto;
    right: 0;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 20px;
    color: var(--white-color);
    font-family: var(--font-medium);
    font-size: var(--fs-18);
    line-height: 1;
    font-weight: 500;
}

.related-posts.blog-section {
    background: transparent;
    padding-bottom: 0;
}

.related-posts .related-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px;
}


/* blog details */

.blog-details {
    position: relative;
    background: var(--light-bg);
    overflow: hidden;
}

.blog-wrapper {
    display: flex;
    gap: 60px;
    align-items: self-start;
}

.blog-content {
    width: 65%;
}

.blog-content .blog-inner-img img {
    width: 100%;
    border-radius: 10px;
    margin: 20px 0 60px;
}

.blog-content .main-content table {
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
}

.blog-content .main-content table tr td {
    border-right: 1px solid rgba(0, 0, 0, 20%);
    padding: 15px 20px;
    line-height: 1.5;
    width: auto;
    font-size: 20px;
    font-family: var(--font-medium);
    color: var(--primary-color);
}

.blog-content .main-content table tr td:last-child {
    border: 0;
}

.blog-content .main-content table tr td:first-child {
    padding-left: 0;
}

.blog-content .main-content table tr {
    border-bottom: 1px solid rgba(0, 0, 0, 20%);
}

.blog-content .main-content table tr:last-child {
    border-bottom: 0;
}

.blog-content .main-content table tr:first-child {
    border-color: #000000;
}

.blog-content .main-content table tr:first-child td {
    padding-top: 30px;
    padding-bottom: 10px;
}

.blog-content .main-content table tr:first-child td strong {
    font-family: var(--font-anglecia);
    font-weight: 400;
    font-size: 29px;
}

.blog-content .main-content .responsive-table {
    background: var(--white-color);
    padding: 0 30px;
    border-radius: 10px;
}

.blog-after-before-slide .inner-before-img,
.blog-after-before-slide .inner-after-img {
    position: relative;
}

.blog-after-before-slide .inner-before-img span,
.blog-after-before-slide .inner-after-img span {
    position: absolute;
    top: 15px;
    left: 15px;
    font-family: var(--font-anglecia);
    color: var(--white-color);
    font-weight: 400;
    font-size: var(--fs-20);
}

.blog-after-before-slide .inner-blog-slide {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

.blog-after-before-slide .inner-blog-slide img {
    width: 100%;
}

.main-blog-slider .swiper-button-next:after,
.main-blog-slider .swiper-button-prev:after {
    display: none;
}

.main-blog-slider {
    position: relative;
    margin-top: 50px;
}

.main-blog-slider .swiper-button-next,
.main-blog-slider .swiper-button-prev {
    width: 35px;
    height: 35px;
}

.main-blog-slider .swiper-button-prev {
    left: -20px;
}

.main-blog-slider .swiper-button-next {
    right: -20px;
}

.blog-sidebar {
    width: 35%;
    background: var(--cream-color);
    padding-left: 60px;
    border-bottom-left-radius: 180px;
    position: relative;
}

.blog-sidebar:after {
    content: "";
    position: absolute;
    background: var(--cream-color);
    right: -300%;
    top: 0;
    bottom: 0;
    width: 300%;
    height: 100%;
}

.blog-content h1,
.blog-content h2,
.blog-content h3,
.blog-content h4,
.blog-content h5,
.blog-content h6 {
    color: var(--accent-color);
    margin-bottom: 20px;
}

.blog-content h3 {
    font-size: var(--fs-24);
    line-height: 1.2;
}

.blog-content p {
    margin-bottom: 30px;
    line-height: 1.5;
}

.blog-content ul,
.blog-content ol {
    margin-bottom: 30px;
    padding-left: 30px;
}

.blog-content ul li,
.blog-content ol li {
    font-family: var(--font-book);
    line-height: 1.5;
    font-weight: 400;
    font-size: var(--fs-20);
}

.blog-content a {
    font-family: var(--font-book);
    line-height: 1.5;
    font-weight: 500;
    font-size: var(--fs-20);
    color: var(--accent-color);
}

.blog-sidebar h4 {
    font-family: var(--font-anglecia);
    font-style: italic;
    font-size: var(--fs-32);
    font-weight: 400;
    margin-bottom: 30px;
}

.blog-section .load-more-wrap {
    text-align: center;
    margin-top: 30px;
}

.share-article {
    margin-bottom: 60px;
}

.share-article ul {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 20px;
}

@media(max-width:991px) {
    .career-form .submit-wrap .nf-field-element .ninja-forms-field {
        font-size: 20px;
    }
    .career-form .submit-wrap .nf-field-element {
        height: 70px;
    }
    .career-form .submit-wrap .nf-field-element::after {
        height: 70px;
        width: 70px;
    }
    .cost-top {
        flex-direction: column;
        width: 100%;
        gap: 30px;
    }
    h2.cost-heading {
        text-align: center;
    }
}


/* Treatment listing */

.relax-calculator .inner-relax-card {
    background: var(--primary-color);
    padding: 45px 30px 45px 50px;
    border-right: 30px solid var(--yellow-color);
    max-width: 960px;
    margin-left: auto;
    display: grid;
    grid-template-columns: .8fr 1fr;
    gap: 20px;
    border-radius: 0 0 0 10px;
    position: relative;
}


/* .relax-calculator .inner-relax-card:after {
    content: "";
    position: absolute;
    background: var(--yellow-color);
    right: -300%;
    top: 0;
    bottom: 0;
    width: 300%;
    height: 100%;
} */

.relax-calculator .inner-relax-card .relax-title h2 {
    color: var(--accent-color);
    line-height: 1;
}

.relax-calculator .inner-relax-card .relax-title h2 em {
    font-size: var(--fs-40);
}

.relax-calculator .inner-relax-card .relax-text-btn p {
    color: var(--accent-color);
    font-family: var(--font-anglecia);
    font-style: italic;
    line-height: 1.5;
    margin-bottom: 20px;
}

.relax-calculator {
    overflow: hidden;
    background: var(--light-bg);
}

.single-treatments .hero-inner-banner {
    background-blend-mode: overlay;
    background-position: center;
    background-color: hsl(0deg 0% 0% / 50%);
}

.about-treatment__list.about-treatment__list--grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}


/* clinic */

.clinic-treatments-section {
    padding-top: 120px;
    background: var(--light-bg);
    padding-bottom: 120px;
}

.clinic-treatments-title {
    margin-bottom: 30px;
    display: grid;
    grid-template-columns: 1.2fr 3fr;
}

.clinic-treatments-title h2 em {
    font-size: var(--fs-40);
}

.clinic-treatments-title .section-description {
    max-width: 690px;
    margin-bottom: 30px;
    margin-left: auto;
}
.single-clinic  .clinic-treatments-title .section-description {

    margin-left: unset;
}

.clinic-treatments-title .section-description p {
    color: #707070;
}

.clinic-treatments-section .treatment-learn-title h3 {
    font-family: var(--font-anglecia);
    font-style: italic;
    font-size: 29px;
    font-weight: 400;
}

.clinic-treatments-section .treatment-learn-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.clinic-treatments-section .treatments-content .treatment-description {
    color: #707070;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 40px;
}

.clinic-treatments-section .treatments-content .treatment-description p {
    line-height: 1.5;
}

.clinic-treatments-section .treatments-content .treatment-description ul {
    padding-left: 30px;
}

.clinic-treatments-section .treatments-content .pricing-table {
    width: 100%;
    border-collapse: collapse;
}

.clinic-treatments-section .treatments-content .pricing-table thead th {
    text-align: left;
    font-family: var(--font-anglecia);
    font-size: var(--fs-32);
    font-style: italic;
    font-weight: 400;
    padding-bottom: 30px;
    color: var(--primary-color);
}

.clinic-treatments-section .treatments-content .pricing-table thead th:last-child {
    width: 24%;
}

.clinic-treatments-section .treatments-content .pricing-table tbody tr {
    font-size: 20px;
    line-height: 3;
    color: var(--primary-color);
    border-bottom: 2px solid rgba(192, 192, 192, 30%);
}

.treatments-wrapper {
    display: grid;
    grid-template-columns: 1.2fr 3fr;
}

.clinic-treatments-section .treatments-content {
    background: var(--white-color);
    padding: 78px 84px 60px 107px;
    border-radius: 20px;
}

.clinic-treatments-section .treatments-wrapper {
    margin-top: 40px;
}

.clinic-treatments-section .treatments-wrapper .treatments-sidebar {
    padding-right: 70px;
}

.clinic-treatments-section .treatments-wrapper .treatments-sidebar ul li {
    position: relative;
}

.clinic-treatments-section .treatments-wrapper .treatments-sidebar ul li a {
    font-size: var(--fs-20);
    line-height: 1.5;
    display: block;
    border-bottom: 2px solid #C0C0C0;
    color: #C0C0C0;
    padding-left: 60px;
    font-family: var(--font-medium);
    font-weight: 500;
    padding-top: 15px;
    padding-bottom: 15px;
}

.clinic-treatments-section .treatments-wrapper .treatments-sidebar ul li a.active {
    background: #C7F2E6;
    color: #61BFC0;
    border-bottom: 2px solid #C7F2E6;
}

.clinic-treatments-section .treatments-wrapper .treatments-sidebar ul li:has(+li a.active) a {
    border-bottom: 0;
}

.clinic-treatments-section .treatments-wrapper .treatments-sidebar ul li a.active:after {
    content: "";
    background: #C7F2E6;
    height: 62px;
    position: absolute;
    width: 70px;
    right: -70px;
    top: 0px;
}

.clinic-treatments-section .treatments-content .pricing-table tbody tr td:last-child {
    color: var(--primary-color);
}

.clinic-treatments-section .treatments-content .before-after-section {
    margin-top: 60px;
}

.clinic-treatments-section .treatments-content .before-after-section h4 {
    font-family: var(--font-anglecia);
    font-size: var(--fs-32);
    font-style: italic;
    font-weight: 400;
    color: var(--primary-color);
}

.clinic-treatments-section .before-after-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 35px;
    margin-top: 50px;
}

.clinic-treatments-section .before-after-grid .before-after-item img {
    aspect-ratio: 1;
    object-fit: cover;
    margin-bottom: 20px;
    height: 219px;
    width: 100%;
}

.clinic-treatments-section .before-after-item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    text-align: center;
    font-size: 20px;
    color: var(--primary-color);
}

.clinic-treatments-section .before-after-item .before img {
    border-radius: 10px 0 0 10px;
}

.clinic-treatments-section .before-after-item .after img {
    border-radius: 0px 10px 10px 0px;
}

.What-expect-treatment .career-wrapper .career-content .description a {
    color: var(--accent-color);
}

.What-expect-treatment .career-wrapper .career-content .description,
.What-expect-treatment .career-wrapper .career-content .description p {
    line-height: 1.5;
}

.What-expect-treatment .car-btn {
    margin-top: 40px;
}

.What-expect__list {
    padding-top: 0;
}

.treatment-blogs .inner-blog {
    aspect-ratio: 11 / 8;
    position: relative;
    z-index: 99999;
    display: flex;
    width: 100%;
    align-items: flex-end;
    background-repeat: no-repeat;
    background-size: cover;
}

.treatment-blogs .inner-blog:after {
    content: "";
    position: absolute;
    background: linear-gradient(0deg, #40395F 20%, rgba(64, 57, 95, 0) 100%);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.treatment-blogs .inner-blog .blog-content {
    width: 100%;
}

.treatment-blogs .inner-blog .blog-content h3 {
    padding: 0 60px;
    color: var(--white-color);
    font-family: var(--font-medium);
    font-weight: 500;
    line-height: 1.5;
    font-size: var(--fs-25);
}

.treatment-blogs .inner-blog .blog-content .blog-text-btn {
    border: 1px solid #707070;
    padding: 10px 60px 50px;
    color: var(--white-color);
    display: flex;
    align-items: end;
    gap: 50px;
}

.treatment-blogs .inner-blog .blog-content .blog-text-btn p {
    margin-bottom: 0;
}

.treatment-blogs .treatmentBlogSwiper {
    margin: 60px 0;
}

.treatment-blogs .nav-wrapper {
    gap: 50px;
}

.treatment-blogs .nav-wrapper .arrow {
    cursor: pointer;
}

.treatment-blogs .treatment-blogs-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.treatment-blogs {
    padding-top: 120px;
}

.before-after-difference {
    background: var(--light-bg);
}

.before-after-difference .before-after-title-icon {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 60px;
}

.treatment-media.twentytwenty-container.vertical-slider {
    height: 500px !important;
}


/* emergency-about-treatment */

.emergency-about-treatment .about-treatment__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 20px;
}

.emergency-about-treatment .about-treatment__list .about-treatment__item svg {
    width: 20px;
}

.emergency-about-treatment .about-treatment__list .about-treatment__item {
    font-size: var(--fs-18);
}

.emergency-treatment-benefits .treatment-benefits__inner {
    grid-template-columns: 1fr 1fr;
}

.emergency-treatment-benefits .treatment-benefits__inner .treatment-benefits__lists {
    display: block;
    max-width: 700px;
}

.page-template-page-emergency-treatment .What-expect__list {
    max-width: 600px;
}

.cost-estimate-form .cost-estimate-title {
    max-width: 700px;
    margin-left: auto;
}

.cost-estimate-form .cost-estimate-title p {
    margin: 20px 0 40px;
}

.cost-estimate-form .estimate-form {
    background: rgb(255 255 255 / 30%);
    padding: 30px;
    border-radius: 40px;
}

.cost-estimate-form .nf-next-previous li.nf-next-item {
    height: auto;
    padding-right: 0px !important;
    float: none;
}

.cost-estimate-form .nf-next-previous li.nf-next-item input {
    background: var(--accent-color);
    color: var(--white-color);
    font-family: var(--font-medium);
    line-height: 1;
    border: 1px solid var(--accent-color);
    padding: 15px 30px;
    font-size: var(--fs-18);
    font-weight: 500;
    border-radius: 30px;
    width: 238px;
    cursor: pointer;
}

.cost-estimate-form .nf-next-previous li.nf-next-item::after {
    display: none;
}

.cost-estimate-form .nf-next-previous {
    margin: 0 !important;
    display: flex;
    gap: 20px;
    align-items: center;
}

.cost-estimate-form .nf-next-previous li.nf-previous-item {
    padding-right: 0px !important;
    height: auto;
    float: none;
}

.cost-estimate-form .nf-next-previous li.nf-previous-item input {
    background: transparent;
    color: var(--accent-color);
    font-family: var(--font-medium);
    line-height: 1;
    border: 3px solid var(--accent-color);
    padding: 13px 30px;
    font-size: var(--fs-18);
    font-weight: 500;
    border-radius: 30px;
    width: 238px;
    cursor: pointer;
}

.cost-estimate-form .submit-container {
    float: right;
    margin: 0 !important;
}

.cost-estimate-form .submit-container .submit-wrap input {
    background: var(--accent-color);
    color: var(--white-color);
    font-family: var(--font-medium);
    line-height: 1;
    border: 1px solid var(--accent-color);
    padding: 15px 30px;
    font-size: var(--fs-18);
    font-weight: 500;
    border-radius: 30px;
    width: 238px;
    cursor: pointer;
}

.cost-estimate-form .label-above .nf-field-label {
    margin-bottom: 30px;
    display: block;
    width: 100%;
    border-bottom: 1px solid var(--primary-color);
    padding-bottom: 20px;
    color: rgb(29 35 66 / 70%);
    font-weight: 400;
    font-style: italic;
    font-size: var(--fs-20);
}

.cost-estimate-form .nf-mp-body nf-field .nf-field-element ul {
    display: grid;
    gap: 20px;
}

.cost-estimate-form .nf-mp-body nf-field .nf-field-element ul li label {
    font-family: var(--font-medium);
    font-weight: 500;
    font-size: var(--fs-20);
    margin: 0;
}

.cost-estimate-form .nf-mp-body .listradio-container {
    margin-bottom: 40px;
}

.cost-estimate-form {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.cost-estimate-form .label-above.submit-container .nf-field-label {
    margin: 0;
    padding: 0;
    border: 0;
}

.cost-estimate-form .nf-mp-body nf-field .nf-field-element ul li {
    margin: 0;
}

.cost-estimate-form input[type="radio"]:checked,
.cost-estimate-form input[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.cost-estimate-form input[type="radio"]:checked+label,
.cost-estimate-form input[type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
}

.cost-estimate-form input[type="radio"]:checked+label:before,
.cost-estimate-form input[type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid var(--primary-color);
    border-radius: 100%;
    background: transparent;
}

.cost-estimate-form input[type="radio"]:checked+label:after,
.cost-estimate-form input[type="radio"]:not(:checked)+label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: var(--accent-color);
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.cost-estimate-form input[type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.cost-estimate-form input[type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


/* Before after */


/* WRAPPERS */

.treatments-before-after .treatments-wrapper {
    display: none;
}

.treatments-before-after .treatments-wrapper.active {
    display: block;
}


/* GRID */

.treatments-before-after .treatments-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    align-items: stretch;
}


/* CARD (IMPORTANT FIX) */

.treatments-before-after .treatment-card {
    display: none;
    /* hidden by default */
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s ease;
    height: 100%;
}

.treatments-before-after .treatment-card.show-card {
    display: flex;
    /* only visible cards show */
    flex-direction: column;
    opacity: 1;
    transform: translateY(0);
}


/* IMAGES */

.treatments-before-after .image-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.treatments-before-after .image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 10px 10px 0 0;
}


/* CONTENT */

.treatments-before-after .card-content {
    padding: 40px;
    flex: 1;
    display: flex;
}

.treatments-before-after .card-inner {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.treatments-before-after .treatment-btn {
    margin-top: auto;
    font-size: var(--fs-20);
    font-weight: 700;
    font-family: var(--font-bold);
}
.newsletter a {
    margin-top: 30px;
}
.newsletter a:hover {
    border: 1px solid #61bfc0 !important;
}


/* TABS */

.treatments-before-after .treatment-tabs {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid var(--primary-color);
    display: flex;
    gap: 20px;
    overflow-x: scroll;
    white-space: nowrap;
    scrollbar-width: thin;
    scrollbar-color: var(--primary-color) var(--light-bg);
}

.treatments-before-after .tab-btn {
    cursor: pointer;
    margin-right: 0px;
    transition: 0.3s;
    background: var(--white-color);
    color: var(--primary-color);
    font-family: var(--font-medium);
    line-height: 1;
    border: 3px solid var(--primary-color);
    padding: 15px 30px;
    font-size: var(--fs-18);
    font-weight: 500;
    border-radius: 30px;
}

.treatments-before-after .tab-btn.active {
    background: var(--primary-color);
    color: var(--white-color);
    border-color: #1c2541;
}

.treatments-before-after .twentytwenty-horizontal .twentytwenty-handle:before,
.treatments-before-after .twentytwenty-horizontal .twentytwenty-handle::after {
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

.treatments-before-after .card-inner-treatment-concern {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 30px;
}

.treatments-before-after .card-inner-treatment-concern .card-inner-concern {
    padding-right: 20px;
    border-right: 1px solid var(--primary-color);
}

.treatments-before-after .card-inner-treatment-concern .card-inner-treatment {
    padding-left: 20px;
}

.treatments-before-after .card-inner-treatment-concern strong {
    font-size: var(--fs-20);
    font-family: var(--font-book);
    font-weight: 400;
    margin-bottom: 10px;
    display: block;
}

.treatments-before-after .card-inner-treatment-concern p {
    font-size: var(--fs-20);
    font-weight: 700;
    font-family: var(--font-bold);
}

.treatments-before-after .card-inner p.short_text {
    line-height: 1.5;
    color: var(--primary-color);
    margin-bottom: 30px;
}


/* LOAD MORE */

.treatments-before-after .load-more-btn {
    margin: 40px auto 0;
    display: block;
}

.treatments-before-after .load-more-btn:hover {
    opacity: 0.85;
}

.treatments-before-after .treatments-grid .image-wrapper.twentytwenty-container.vertical-slider {
    height: 420px !important;
}

.treatments-before-after {
    background: var(--light-bg);
}

.treatments-before-after .treatments-header {
    max-width: 1428px;
}

.treatments-before-after .treatments-header h2 {
    color: var(--primary-color);
}

.treatments-before-after .treatments-header p {
    color: var(--primary-color);
}

.treatments-before-after .treatments-grid .treatment-card {
    gap: 0;
}

.before-after-bg-layout {
    background-repeat: no-repeat;
    background-size: cover;
}

.before-after-bg-layout .inner-bg-content {
    max-width: 417px;
}

.before-after-bg-layout .inner-bg-content p {
    margin: 30px 0 60px;
}

.before-after-review {
    background: var(--yellow-color);
}

.before-after-review .container,
.private-pricing-review .container {
    display: grid;
    gap: 60px;
}

.private-pricing-review {
    background: var(--light-bg);
}


/* Contact US */

.contact-split .contact-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.contact-split .contact-wrapper .contact-left .left-content {
    padding: 110px 110px;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: overlay;
    background-color: rgba(0, 0, 0, 0.6);
    background-position: center;
}

@media (max-width: 1920px) {
    .contact-split .contact-wrapper .contact-left .left-content {
        padding-left: max(20px, calc((100vw - 1920px) / 2 + 120px));
    }
}

.contact-split .contact-wrapper .contact-left .left-content h2 {
    font-size: 70px;
    line-height: 1.1;
    color: var(--white-color);
    margin-bottom: 20px;
}

.contact-split .contact-wrapper .contact-left .left-content p {
    color: var(--white-color);
    max-width: 527px;
    margin-bottom: 60px;
}

.contact-split .contact-wrapper .contact-left .left-content .cta-buttons {
    max-width: 527px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: center;
    gap: 20px;
}

.contact-split .contact-wrapper .contact-right {
    background: var(--yellow-color);
    border-top: 138px solid var(--primary-color);
    padding: 50px 117px;
    border-radius: 0 0 180px;
}

.contact-split .contact-wrapper .contact-left {
    border-top: 138px solid var(--primary-color);
}

@media (max-width: 1920px) {
    .contact-split .contact-wrapper .contact-right {
        padding-right: calc((100vw - 1920px) / 2 + 110px);
    }
}

.contact-split .contact-wrapper .contact-right .contact-title-contact {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 30px;
}

.contact-split .contact-wrapper .contact-right .contact-title-contact .contact-curve {
    padding-bottom: 60px;
}

.contact-split .contact-wrapper .contact-right .contact-title-contact .contact-contact {
    padding-bottom: 50px;
}

.contact-split .contact-wrapper .contact-right .contact-title-contact h2 {
    color: var(--primary-color);
}

.contact-split .contact-wrapper .contact-right nf-rows-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
}

.contact-split .contact-wrapper .contact-right nf-rows-wrap>.nf-row:nth-child(1),
.contact-split .contact-wrapper .contact-right nf-rows-wrap>.nf-row:nth-child(2) {
    width: calc(50% - 10px);
}

.contact-split .contact-wrapper .contact-right nf-rows-wrap>.nf-row:nth-child(n+3) {
    width: 100%;
}

.contact-split .contact-wrapper .contact-left {
    background: var(--white-color);
}

.contact-split .contact-wrapper .contact-left .why-choose {
    padding: 32px 67px 32px 107px;
}

.contact-split .contact-wrapper .contact-left .why-choose h2 {
    margin-bottom: 60px;
    color: var(--primary-color);
}

.contact-split .contact-wrapper .contact-left .why-choose ul {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    align-items: center;
}

.contact-split .contact-wrapper .contact-left .why-choose ul li {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: var(--fs-20);
    font-family: var(--font-medium);
    font-weight: 500;
    padding-bottom: 20px;
    border-bottom: 1px solid;
    color: var(--primary-color);
}


/* clinic-search */

.clinic-search {
    background: var(--yellow-color);
    padding: 80px 0;
}

.clinic-search .label-form .search-label {
    font-size: 30px;
}

.clinic-search .label-form {
    display: flex;
    align-items: center;
    gap: 120px;
}

.clinic-search .label-form .search-form {
    background: var(--white-color);
    padding: 24px 40px;
    border-radius: 80px;
    width: 100%;
    max-width: 700px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.clinic-search .label-form .search-form .search-clinic {
    width: 100%;
    border: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--primary-color);
    font-size: 20px;
    font-family: var(--font-book);
    font-style: italic;
    color: var(--primary-color);
    outline: 0;
    /* background: url('/wp-content/uploads/2026/02/circle2017.svg');
    background-repeat: no-repeat;
    background-position: 100% 10%; */
}


/* new */

.clinic-search .search-form {
    position: relative;
    max-width: 400px;
}


/* Icon Common */

.clinic-search .search-form .icon {
    position: absolute;
    right: 40px;
    top: 45%;
    transform: translateY(-50%);
    cursor: pointer;
    color: var(--primary-color);
    transition: opacity 0.3s ease;
    background: var(--white-color);
    padding: 10px;
}


/* Default State */

.clinic-search .search-form .clear-icon {
    opacity: 0;
    pointer-events: none;
}


/* When Input Has Value */

.clinic-search .search-form.has-value .search-icon {
    opacity: 0;
    pointer-events: none;
}

.clinic-search .search-form.has-value .clear-icon {
    opacity: 1;
    pointer-events: auto;
}


/*  */

.clinic-search .label-form .search-form .search-clinic::placeholder {
    opacity: 1;
    color: var(--primary-color);
}

.clinic-listing {
    background: var(--light-bg);
    padding: 60px 0;
}

.clinic-listing .filter-btn {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 60px;
}

.clinic-listing .filter-btn .filter-label {
    width: 100%;
    max-width: 320px;
}

.clinic-listing .filter-btn .clinic-filter-btn {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.clinic-listing .filter-btn .clinic-filter-btn button {
    cursor: pointer;
}

.clinic-listing .filter-btn .clinic-filter-btn button.active {
    background: var(--primary-color);
    color: var(--white-color);
}

.clinic-tab-content .clinic-item {
    background: var(--white-color);
    padding: 20px 20px 20px 60px;
}

.clinic-tab-content .clinic-grid {
    display: grid;
    gap: 20px;
}

.clinic-listing .clinic-tab-content .clinic-card {
    display: grid;
    grid-template-columns: 1.8fr 1fr 1fr;
    gap: 20px;
}

.clinic-listing .clinic-tab-content .clinic-card .clinic-middle {
    overflow: hidden;
    border-radius: 10px;
}

.clinic-listing .clinic-tab-content .clinic-card .clinic-name a {
    font-weight: 700;
    font-family: var(--font-bold);
    font-size: var(--fs-36);
}

.clinic-listing .clinic-tab-content .clinic-card .clinic-name {
    margin-bottom: 20px;
}

.clinic-listing .clinic-tab-content .clinic-card .clinic-left .inner-location ul {
    list-style: none;
    display: grid;
    gap: 15px;
}

.clinic-listing .clinic-tab-content .clinic-card .clinic-left .inner-location {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 30px;
    margin-bottom: 15px;
}

.inner-location ul li {
    display: flex;
    gap: 20px;
    margin: 0;
}

.inner-location ul li .clinic-timings .clinic-week li span {
    width: 100%;
    max-width: 120px;
    font-family: var(--font-medium);
    min-width: 120px;
    text-transform: capitalize;
}

.special_note {
    margin-top: 7px;
}

.special_note p {
    font-size: var(--fs-18);
}

.inner-location ul li svg {
    width: 100%;
    max-width: 30px;
}

.clinic-distance {
    background: url('/wp-content/uploads/2026/02/speedometer-svgrepo-com-1.svg');
    font-size: var(--fs-20);
    line-height: 1.5;
    padding-left: 50px;
    background-repeat: no-repeat;
}

.clinic-listing .clinic-tab-content .swiper-slide {
    /* width: 100% !important; */
}

.clinic-listing .clinic-tab-content .clinic-card .clinic-left .clinic-buttons {
    margin-top: 40px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.clinic-listing .clinic-tab-content .swiper-slide img {
    aspect-ratio: 4 / 5;
    width: 100%;
    object-fit: cover;
    object-position: top;
    height: 100%;
    border-radius: 10px;
}

.clinic-listing .clinic-tab-content .clinic-card .clinic-right .clinic-map {
    width: 100%;
    height: 100%;
}

.clinic-listing .clinic-tab-content .clinic-card .clinic-right .clinic-map iframe {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.clinic-listing .clinic-tab-content .clinic-card .clinic-middle .clinic-carousel {
    height: 100%;
}

.inner-location ul li div,
.inner-location ul li a {
    font-size: var(--fs-20);
    line-height: 1.5;
    color: #707070;
}

.inner-location ul li .clinic-type {
    color: var(--primary-color);
    font-family: var(--font-bold);
}

.clinic-listing .clinic-tab-content .clinic-card .clinic-left {
    padding-right: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.single-clinic .contact-split .left-content ul {
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin: 40px 0;
}

.single-clinic .contact-split .left-content ul li {
    color: var(--white-color);
    gap: 25px;
    display: flex;
    font-size: var(--fs-20);
    line-height: 1.5;
}

.single-clinic .contact-split .left-content ul li .clinic-timings ul {
    margin: 0;
}

.single-clinic .contact-split .left-content ul li .clinic-timings ul.clinic-week li span {
    margin: 0;
    width: 100%;
    max-width: 120px;
}

.clinic-timings {
    width: 100%;
}

.single-clinic .contact-split .left-content ul li svg {
    width: 100%;
    max-width: 30px;
}

.single-clinic .contact-split .left-content ul li span {
    display: block;
    margin-bottom: 15px;
    font-family: var(--font-medium);
}

.single-clinic .contact-split .left-content ul li .clinic-address {
    font-family: var(--font-book);
}


/* .single-clinic .contact-split .contact-wrapper .contact-left .left-content {
    padding-right: 70px;
    padding-bottom: 80px;
} */

.single-clinic .contact-split .contact-wrapper .contact-left .left-content .clinic-charge {
    margin-top: 20px;
}

.single-clinic .contact-split .contact-wrapper .contact-left .left-content .clinic-charge h4 {
    font-weight: 500;
    color: var(--white-color);
    font-size: var(--fs-25);
    line-height: 2;
    font-family: var(--font-medium);
}

.single-clinic .contact-split .contact-wrapper .contact-left .left-content .clinic-benifit ul {
    margin: 0;
    margin-top: 20px;
    gap: 20px;
}

.single-clinic .contact-split .contact-wrapper .contact-left .left-content .clinic-benifit ul li {
    align-items: center;
    line-height: 1.2;
    border-bottom: 1px solid rgba(255, 255, 255, 39%);
    font-weight: 500;
    font-family: var(--font-medium);
    padding-bottom: 20px;
}

.single-clinic .contact-split .contact-wrapper .contact-left .left-content .clinic-benifit ul li:nth-last-child(-n+2) {
    border-bottom: 0;
}

.single-clinic .contact-split .contact-wrapper .contact-left .left-content .clinic-benifit ul li svg {
    max-width: 20px;
}

.single-clinic .contact-split .directions-box {
    background: var(--primary-color);
    padding: 50px;
     padding-left: max(20px, calc((100vw - 1920px) / 2 + 120px));
}

.single-clinic .contact-split .directions-box .directions-title-btn {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 20px;
}

.single-clinic .contact-split .directions-box .directions-title-btn .directions-title h2 {
    color: var(--white-color);
}

.single-clinic .contact-split .directions-box .directions-title-btn .directions-title h2 em {
    font-size: var(--fs-40);
}

.single-clinic .contact-split .directions-box .directions-title-btn .station-bus {
    display: grid;
    grid-template-columns: 2fr 1fr;
    margin-top: 50px;
}

.single-clinic .contact-split .directions-box .directions-title-btn .station-bus p strong {
    display: block;
    font-family: var(--font-bold);
}

.single-clinic .contact-split .directions-box .directions-title-btn .station-bus p {
    font-family: var(--font-book);
}

.single-clinic .contact-split .directions-box .directions-title-btn .directions-btn {
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: space-between;
}

.single-clinic .contact-split .directions-box .directions-title-btn .directions-btn .google-review {
    margin-top: 30px;
}

.single-clinic .directions-title-btn>* {
    color: var(--white-color);
}

.clinic-about-services .about-services-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
}

.clinic-about-services .about-services-wrapper .main-title {
    color: var(--primary-color);
    margin-bottom: 60px !important;
}

.clinic-about-services .about-services-wrapper .about-content h3,
.clinic-about-services .about-services-wrapper h3 {
    margin-bottom: 20px;
    margin-top: 40px;
}

.clinic-about-services .about-services-wrapper .main-title em {
    font-size: var(--fs-40);
}

.clinic-about-services .about-services-wrapper .about-content p {
    line-height: 1.5;
    color: rgba(112, 112, 112, 1);
}

.clinic-about-services .about-services-wrapper ul li a {
    line-height: 1.2;
    color: rgba(112, 112, 112, 1);
    font-size: var(--fs-20);
}

.clinic-about-services .about-services-wrapper .about-service-title {
    margin-bottom: 20px;
    color: rgba(112, 112, 112, 1);
}

.clinic-about-services .about-services-wrapper ul.services-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-left: 20px;
    padding-bottom: 20px;
    line-height: 1.5;
}

.clinic-about-services .about-services-wrapper p {
    line-height: 1.5;
    color: rgba(112, 112, 112, 1);
}

.clinic-about-services .about-services-wrapper p a {
    color: rgba(112, 112, 112, 1);
}

.clinic-practice-section .practice-wrapper {
    display: grid;
    gap: 139px;
    align-items: flex-start;
    grid-template-columns: 0.84fr 1fr;
}

.glightbox-clean .gslide-media img {
    min-width: 800px;
}

.clinic-practice-section .practice-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 7px;
}

.clinic-practice-section .gallery-description {
    margin: 0px !important;
    padding-top: 50px;
    padding-bottom: 80px;
}

.clinic-practice-section .practice-gallery img {
    width: 100%;
    height: 155px;
    object-fit: cover;
    border-radius: 10px;
}

.clinic-practice-section .practice-left h2 em {
    font-size: var(--fs-40);
}

.clinic-practice-section .practice-right img {
    width: 100%;
    border-radius: 10px;
}

.clinic-payment-section {
    background: var(--primary-color);
    padding: 0px 0 60px;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.payment-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 88px;
    align-items: flex-start;
}

.payment-left {
    width: 100%;
    position: relative;
    padding-top: 40px;
    max-width: 500px;
}

.payment-left .payment-title {
    padding-left: 36px;
    color: var(--white-color);
}

.payment-left .payment-title em {
    font-size: var(--fs-40);
}

.payment-left .smile-curve {
    margin-top: -143px;
    position: relative;
    top: -3px;
}

.payment-right {
    width: 100%;
    padding-top: 80px;
}

.payment-right p {
    line-height: 1.5;
}

.single-clinic .finance-calculator-page {
    background: var(--yellow-color);
    padding: 80px 0;
}

.single-clinic .finance-calculator-page .finance-box {
    background: rgba(255, 255, 255, 80%);
}

.single-clinic .finance-calculator-page .amount-input {
    background: rgba(255, 255, 255, 80%);
}

.clinic-facilities-video .facilities-hero {
    position: relative;
}

.clinic-facilities-video .hero-media {
    position: relative;
    width: 100%;
    height: 750px;
}

.clinic-facilities-video .hero-image,
.clinic-facilities-video .hero-video iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.clinic-facilities-video .hero-video {
    display: none;
    position: absolute;
    inset: 0;
}

.clinic-facilities-video .video-btn {
    position: absolute;
    bottom: 40px;
    right: 110px;
    cursor: pointer;
    display: none;
}

.clinic-facilities-highlight {
    background: var(--primary-color);
    padding: 80px 0;
    color: var(--white-color);
}

.clinic-facilities-highlight .facilities-wrapper {
    display: grid;
    gap: 60px;
    grid-template-columns: 1fr 3fr;
}

.clinic-facilities-highlight .facilities-left h2 {
    margin-bottom: 30px;
    color: var(--white-color);
}

.clinic-facilities-highlight .facilities-left h2 em {
    font-size: var(--fs-40);
}

.clinic-facilities-highlight .highlight-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 20px;
    list-style: none;
    padding: 0;
}

.clinic-facilities-highlight .highlight-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid var(--yellow-color);
    font-size: 25px;
    line-height: 30px;
    color: var(--yellow-color);
    font-family: var(--font-medium);
}

.clinic-facilities-highlight .icon {
    width: 20px;
    height: 20px;
}

.clinic-facilities-highlight .highlight-list li.disabled {
    opacity: 0.5;
    text-decoration: line-through;
}

.single-clinic .apply-location .apply-location-title .black-border {
    display: flex;
    align-items: center;
    gap: 10px;
}

.single-clinic .apply-job-map .apply-location iframe {
    height: 715px;
    border-radius: 10px;
}

.doctor-modal {
    position: fixed;
    inset: 0;
    display: none;
    z-index: 9999;
}

.doctor-modal.active {
    display: block;
}

.doctor-modal .modal-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
}

.doctor-modal .modal-content {
    max-width: 900px;
    background: #fff;
    padding: 40px;
    border-radius: 10px;
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    width: calc(100% - 40px);
}

.doctor-modal .modal-content div#modalContent {
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
    scrollbar-color: #61BFC0 transparent;
    padding-right: 10px;
}

.doctor-modal .modal-content div#modalContent::-webkit-scrollbar {
    width: 6px;
}

.doctor-modal .modal-content div#modalContent::-webkit-scrollbar-track {
    background: transparent;
}

.doctor-modal .modal-content div#modalContent::-webkit-scrollbar-thumb {
    background-color: #61BFC0;
    border-radius: 10px;
}

.doctor-modal .modal-inner {
    display: flex;
    gap: 40px;
}

.doctor-modal .modal-image img {
    width: 250px;
    border-radius: 8px;
}

.doctor-modal .modal-info {
    flex: 1;
}

.doctor-modal .modal-close {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 28px;
    border: none;
    background: none;
    cursor: pointer;
}

#modalGdc {
    margin: 10px 0;
    font-family: var(--font-medium);
}

.single-clinic .provider-section {
    background: transparent;
}

.single-clinic .provider-text-content {
    color: var(--primary-color);
}

.single-clinic .provider-text-content h4 {
    font-size: 28px;
    margin-bottom: 30px;
}

.single-clinic .provider-text-content ul {
    padding: 0;
    list-style: none;
    display: grid;
    gap: 16px;
    margin-bottom: 50px;
}

.single-clinic .provider-text-content ul li {
    font-family: var(--font-medium);
    font-size: var(--fs-25);
    display: flex;
    gap: 15px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--primary-color);
    align-items: center;
}

.single-clinic .teal-box .invisalign-aligners {
    position: unset;
    padding-left: 50px;
    padding-bottom: 30px;
}

.single-clinic .teal-box {
    background: transparent;
    padding: 0;
    padding-top: 50px;
    border-right: 12px solid var(--primary-color);
    border-radius: 10px 0 0 10px;
}

.single-clinic .teal-box .inner-teal-box {
    padding: 50px 30px 50px 50px;
    border-radius: 10px 0 0 10px;
}

.single-clinic .provider-inr-wrap {
    align-items: start;
}

.single-clinic .teal-box .inner-teal-box h4 {
    font-family: var(--font-anglecia);
    font-weight: 400;
    font-size: var(--fs-24);
    line-height: 1.3;
    margin-bottom: 20px;
}

.single-clinic .teal-box .inner-teal-box p {
    font-size: var(--fs-18);
    font-weight: 400;
    padding: 0;
}

.single-clinic .teal-box .inner-teal-box h2 {
    padding-bottom: 10px;
    font-family: var(--font-anglecia);
    font-size: 64px;
    padding-top: 30px;
    color: var(--white-color);
    font-weight: 400;
}

.single-clinic .teal-box .inner-teal-box h2 span {
    font-size: var(--fs-20);
    font-style: italic;
    font-weight: 400;
    font-family: var(--font-anglecia);
}

.tab-main-title h3 {
    font-size: 30px;
    font-family: var(--font-anglecia);
    font-style: italic;
    font-weight: 400;
    color: var(--primary-color);
}

.location-clinic-card h4 {
    font-size: var(--fs-25);
    margin-bottom: 20px;
}

.location-clinic-card h4 a {
    font-size: var(--fs-25);
    color: var(--accent-color);
    font-family: var(--font-bold);
    font-weight: 700;
}

.clinic-treatments-section .treatments-content .clinic-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    text-align: left;
}

.clinic-treatments-section .treatments-content .clinic-card.location-clinic-card {
    padding-right: 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid rgba(192, 192, 192, 0.3);
    position: relative;
}

div#location-portsmouth .clinic-card.location-clinic-card ,  div#location-manchester .clinic-card.location-clinic-card , div#location-liverpool .clinic-card.location-clinic-card 
 { 
    border-bottom: 0;
}

.clinic-treatments-section .treatments-content .clinic-card.location-clinic-card::after {
    content: "";
    position: absolute;
    top: 0;
    right: 20px;
    width: 2px;
    background: rgba(192, 192, 192, 0.3);
    height: calc(100% - 20px);
}
.clinic-treatments-section .treatments-content .clinic-card.location-clinic-card:nth-child(3n)::after {
    display: none;
}
.clinic-treatments-section .treatments-content .clinic-card.location-clinic-card:last-child::after {
    display: none;
}
.clinic-treatments-section .treatments-content .clinic-card.location-clinic-card:last-child {
    border-bottom: 0px !important;
}
.page-template-page-emergency-treatment .clinic-treatments-section .treatment-learn-title {
    margin-bottom: 60px;
}

.clinic-treatments-section .treatments-content .clinic-card.location-clinic-card a.black-border {
    color: var(--accent-color);
    border-color: var(--accent-color);
}

.icon-address {
    display: flex;
    gap: 24px;
    width: 100%;
    margin: 30px 0 50px;
}

.icon-address p {
    width: 100%;
    line-height: 1.5;
}

.icon-address svg {
    width: 100%;
    max-width: 30px;
}
.doctors-pagination {
    margin-top: 30px;
    position: relative;
}

.doctorsSwiper {
    position: relative !important;
}
.doctors-nav{
    display:flex;
    gap:10px;
    justify-content:center;
    margin-top:20px;
}

.doctors-prev,
.doctors-next{
    width:40px;
    height:40px;
    border: 0px solid #1D2342;
    background: transparent !important;
    cursor: pointer;
}

.doctors-prev:hover,
.doctors-next:hover{
    background: transparent !important;
}

.doctors-prev:hover svg path,
.doctors-next:hover svg path{
    stroke:#fff;
}











/* page-template-page-private-pricing */

.page-template-page-private-pricing .clinic-treatments-section .clinic-treatments-title {
    display: none;
}

.clinic-selector-wrapper {
    background: var(--light-bg);
    padding-bottom: 60px;
    padding-top: 120px;
}

.clinic-selector-wrapper .select-clinc-location {
    background: var(--yellow-color);
    padding: 80px;
    border-radius: 10px;
    margin-top: 80px;
    text-align: center;
}

.clinic-selector-wrapper .select-clinc-location .select-clinc-location-title {
    text-align: center;
    margin-bottom: 60px;
}

.clinic-selector-wrapper .select-clinc-location .select-clinc-location-title p {
    max-width: 650px;
    margin: 20px auto 0;
    color: var(--primary-color);
    font-weight: 600;
    line-height: 1.5;
}

.clinic-selector-wrapper .select-clinc-location .clinic-dropdown {
    max-width: 850px;
    padding: 23px 40px;
    outline: 0;
    border: 0;
    border-radius: 80px;
    appearance: none;
    font-family: var(--font-book);
    font-style: italic;
    color: var(--accent-color);
    font-size: var(--fs-20);
    background-image: url(/wp-content/uploads/2026/02/Down_Arrow.svg);
    background-repeat: no-repeat;
    background-position: 95% 52%;
    font-weight: 400;
}

.page-template-page-private-pricing .clinic-treatments-section {
    padding-top: 0;
}

.clinic-selector-wrapper .select-clinc-location.value-selected .select-clinc-location-title h2 {
    display: none;
}

.clinic-selector-wrapper .select-clinc-location.value-selected {
    padding: 24px 40px;
    text-align: left;
    display: flex;
    justify-content: space-between;
    gap: 50px;
    align-items: center;
}

.clinic-selector-wrapper .select-clinc-location.value-selected .select-clinc-location-title p {
    max-width: unset;
    margin: 0;
    text-align: left;
}

.clinic-selector-wrapper .select-clinc-location.value-selected .select-clinc-location-title {
    margin-bottom: 0;
}

.clinic-selector-wrapper .clinic-treatments-title .section-description {
    max-width: 1040px;
    margin-bottom: 0;
}

.map-section #home-map .clinic-popup {
    font-size: var(--fs-18);
    line-height: 1.5;
}

.map-section #home-map a.map-directions-btn {
    margin-right: 10px;
    color: var(--accent-color);
    font-weight: 600;
}

.map-section #home-map a.map-view-btn {
    font-weight: 600;
}

.about-treatment .container {
    max-width: 1400px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.procedure-count-sidebar {
    flex: 1;
    padding-left: 35px;
    border-left: 1px solid #C0C0C0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 6px;
    width: 36%;
    padding-right: max(20px, calc((100% - 1680px) / 2));
}

.faq-right-description p {
    line-height: 1.5;
}

.about-treatment__media {
    display: grid;
    gap: 20px;
    height: 100%;
}

.about-treatment__image {
    width: 100%;
    min-height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.page-id-623 .provider-section {
    display: none;
}

/* Footer */

footer {
    background: var(--primary-color);
    padding: 120px 0 70px;
}

.top-footer {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.footer-link h4,
.footer-treatments h4 {
    color: var(--white-color);
    margin-bottom: 20px;
    font-size: var(--fs-20);
}

.footer-link .nav-main {
    list-style: none;
    position: unset;
    background: transparent;
    display: flex;
    flex-direction: column;
    gap: 14px;
    height: auto;
}

.footer-link .nav-main li a {
    text-decoration: none;
    color: var(--white-color);
    font-size: var(--fs-20);
}

.footer-treatments ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 20px 10px;
}

.footer-treatments ul li a {
    color: var(--yellow-color);
    border: 1px solid var(--yellow-color);
    border-radius: 30px;
    font-size: var(--fs-14);
    padding: 10px 25px;
}

.form-social .social-icon p {
    color: var(--white-color);
    margin-bottom: 0px !important;
}

.form-social .social-icon ul {
    display: flex;
    gap: 20px;
    list-style: none;
    align-items: center;
}

.social-icon {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 30px;
}

.form-social .newsletter h3 {
    font-size: var(--fs-24);
    color: var(--accent-color);
    line-height: 1.4;
}

.newsletter em {
    display: block;
    font-family: var(--font-anglecia);
}

.footer-treatments {
    width: 100%;
    max-width: 700px;
}

.bottom-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}

.bottom-footer .footer-number h2 {
    font-family: var(--font-anglecia);
    color: var(--cream-color);
    font-size: 54px;
    line-height: 1;
}

.bottom-footer .footer-number p {
    font-family: var(--font-anglecia);
    color: var(--cream-color);
    font-style: italic;
}

.footer-brand-logo ul {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 40px;
}

.copy-footer {
    background: var(--accent-color);
    padding: 20px 0;
}

.copy-link-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.copy-footer>* {
    font-family: var(--font-book);
    font-size: var(--fs-20);
    color: var(--primary-color);
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 0;
    background-color: transparent;
    transition: all 0.4s ease-in-out;
    z-index: 1000;
}

.site-header.sticky {
    background-color: #ffffff;
    padding: 10px 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(0);
}

.header-logo-menu .site-logo svg {
    transition: all 0.4s ease-in-out;
}

.site-header.sticky .header-logo-menu .site-logo svg {
    width: 130px;
}

.site-header.sticky .header-logo-menu .site-logo svg path {
    fill: var(--accent-color);
}

.map-section .clinic-search input#postcode,
.map-section .clinic-search select#area {
    border: 1px solid #707070;
    background: transparent;
    border-radius: 100px;
    height: 50px;
    padding: 14px 20px;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    color: #3F3F3F;
}

.map-section .clinic-search input#postcode {
    width: 100%;
    max-width: 547px;
}

.map-section .clinic-search select#area {
    width: 100%;
    max-width: 567px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(https://3f9d91ee94.nxcli.io/wp-content/uploads/2026/02/select-arrow.svg) !important;
    background-repeat: no-repeat !important;
    background-position: calc(100% - 26px) center !important;
    padding-right: 40px;
    cursor: pointer;
}

.map-section .clinic-search {
    display: flex;
    gap: 20px;
    align-items: center;
    padding: 0;
}

.map-sec-header .map-sec-iner {
    max-width: 1720px;
    margin: 0 auto;
    padding: 120px 20px 60px 20px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.treatment-listing-header {
    max-width: 624px;
    margin-top: -120px;
    display: flex;
    flex-direction: column;
    gap: 76px;
}

.treatment-listing-header h2 {
    line-height: 1.2;
}

.treatment-listing-header h2 em {
    font-size: var(--fs-40);
}

.treatment-listing-header p {
    color: var(--primary-color);
}

.treatment-benefits__lists {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 70px;
}

.treatment-benefits__inner {
    width: 100%;
    display: grid;
    grid-template-columns: 1.2fr 2fr;
    gap: 60px;
    color: #fff;
    padding: 100px 20px;
    align-items: center;
}

.treatment-benefits__inner .treatment-benefits__heading h2 {
    color: var(--white-color);
}

.treatment-benefits__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.treatment-benefits__content {
    display: flex;
    align-items: center;
    background: var(--primary-color);
}

.treatment-benefits__item {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px 0;
    border-bottom: 1px solid var(--yellow-color);
    font-weight: 500;
    font-size: 25px;
    line-height: 1;
    color: var(--yellow-color);
}

.treatment-benefits__cta {
    margin-top: 60px;
}

.procedure-overview-wrapper {
    background: var(--yellow-color);
    display: flex;
    align-items: center;
    padding: 50px 50px;
    gap: 190px;
    width: 74%;
    padding-left: max(20px, calc((100% - 1680px) / 2));
}

.procedure-card {
    display: flex;
    margin: 0 auto;
    align-items: center;
    padding: 40px 0px;
}

.procedure-main-title {
    font-style: italic;
    font-size: 38px;
    color: #3C3659;
    max-width: 250px;
}

.invisalign-steps .steps-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.provider-section {
    background: var(--primary-color);
}

.teams_clinic_wrap .doctors-grid.container-fluid {
    padding-top: 60px;
}

.practices-team-block .doctors-grid.container-fluid {
    padding-top: 60px;
}

.teams_clinic_wrap h2,
.practices-team-block h2 s {
    margin: 0px !important;
}

.provider-inr-wrap {
    display: grid;
    color: #fff;
    grid-template-columns: .97fr 1.03fr .709fr;
    align-items: flex-end;
    padding-bottom: 0px;
}
.provider-section .doctors-grid.container-fluid {
    padding-top: 60px !important;
}
h2.team-title-txt {
    color: #fff;
    margin-bottom: 60px !important;
}
.provider-text-content li {
    margin-top: 0px !important;
}

.provider-text-content {
    padding-bottom: 0px;
    padding-right: 55px;
}

.single-treatments .provider-text-content h2 {
    color: var(--white-color);
}
.packages-answer {
    position: absolute;
    width: 62%;
}
.provider-text-content h2 {
    padding-bottom: 30px;
}

.provider-text-content h2 em {
    font-size: var(--fs-40);
}

.provider-text-content p:not(:last-child) {
    margin-bottom: 20px;
}

.provider-text-content p {
    line-height: 1.5;
}

.teal-box {
    background: var(--accent-color);
    padding: 50px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-bottom: 77px;
    position: relative;
}

.single-treatments .teal-box h2 {
    color: var(--white-color);
}

.invisalign-aligners {
    position: absolute;
    top: -246px;
    right: -25px;
}

.teal-box h2 {
    padding-bottom: 45px;
}

.teal-box p {
    padding-bottom: 30px;
}

.image-stack img {
    border-bottom-right-radius: 180px;
}


/* .clinic-price-grid .black-border {
    display: none;
} */

.nf-form-fields-required {
    margin-bottom: 20px;
    margin-top: 20px;
}

.single-treatments .teal-box .btn-yellow {
    margin-bottom: 40px;
}

.doctors-grid.container-fluid .doc-img img {
    width: 100%;
    height: 272px;
    object-fit: cover;
}

.map-sec-header .map-sec-iner h2 em {
    font-size: var(--fs-40);
}

.practices-team-block h2 {
    color: var(--white-color);
}

.practices-team-block h2 em {
    font-size: var(--fs-40);
}

.about-treatment__title em {
    font-size: var(--fs-40);
    letter-spacing: -1px;
}

.about-treatment__description p a {
    font-family: var(--font-medium);
    color: var(--accent-color);
}

.practices-review h2 em {
    font-size: var(--fs-40);
}

.practices-review h2 {
    margin-bottom: 40px;
}

.invisalign-steps-warp .invisalign-steps-title em {
    font-size: var(--fs-40);
}
.apply-location-title a.black-border {
    display: none !important;
}
.header-btn.mobile-btn .btn-primary {
    color: #fff !important;
    padding: 13px 24px !important;
}

.mobile-menu-buttons {
    display: none;
}
.page-template-about-us .our-awards.ps-120 {
    display: none;
}
.nav-main-item.menu-item-191342 > a {
    pointer-events: none !important;
}

.What-expect__item, .about-treatment__item {
    display: flex;
    align-items: flex-start; 
    gap: 12px;
}

.What-expect__item svg, .about-treatment__item svg {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;  
    margin-top: 3px;
}
.page-id-189048 .provider-section.practices-team-block,
.page-id-189035 .provider-section.practices-team-block, 
.page-id-189050 .provider-section.practices-team-block,
.page-id-189045 .provider-section.practices-team-block, 
.page-id-189052 .provider-section.practices-team-block, 
.page-id-189043 .provider-section.practices-team-block {
    display: none;
}
/*#nf-label-field-527 span.ninja-forms-req-symbol {
    display: contents;
}
*/
.cky-btn-revisit-wrapper.cky-revisit-bottom-left {
    background: #1d2342 !important;
    z-index: 9 !important;
}
.page-id-189048 .hero-inner-banner,
.page-id-189035 .hero-inner-banner,
.page-id-189050 .hero-inner-banner,
.page-id-189045 .hero-inner-banner,
.page-id-189052 .hero-inner-banner,
.page-id-189043 .hero-inner-banner {
        background-color: rgb(0 0 0 / 70%);
}

@media (min-width:1400px) {
    .menu-toggle {
        display: none;
    }
    .header-main-menu ul.nav-main .back-btn {
        display: none;
    }
    .site-header.sticky .header-main-menu ul.nav-main li a.nav-main-link {
        color: var(--primary-color);
    }
    .mobile-btn {
        display: none;
    }


}
@media (max-width: 1400px) {
    .mobile-menu-buttons{
        padding: 20px 0px;
        /* display: flex !important; */
        flex-direction: row;
        gap: 12px;
    }

    .mobile-menu-buttons a{
        width: fit-content;
        text-align: center;
    }
    .nav-sub-drop.level-3 .nav-sub-drop-item a, .menu-item-188584 .nav-drop.level-2 .nav-drop-item a {
        position: relative;
        display: inline-block;
        padding-bottom: 8px;
    }

/*    .nav-sub-drop.level-3 .nav-sub-drop-item a::after, .menu-item-188584 .nav-drop.level-2 .nav-drop-item a::after {
        content: "";
        position: absolute;
        left: 20px;
        bottom: 0;
        width: 45px;          
        height: 2px;         
        background: #DBE27F; 
        border-radius: 2px;
    }*/
}
@media (max-width: 1680px) {
    .contact-split .contact-wrapper .contact-right {
        padding-right: 20px;
    }
    .contact-split .contact-wrapper .contact-left .left-content {
        padding-left: 20px;
    }
    .packages-answer {
        position: relative;
        width: 100%;
    }
   
}

@media (max-width:1499px) {
    .finance-content {
        padding-left: 20px;
    }
    .contact-split .contact-wrapper .contact-right {
        padding: 50px;
        border-top: 140px solid var(--primary-color);
    }
    .contact-split .contact-wrapper .contact-left .left-content {
        padding-left: 20px;
    }
    .contact-split .contact-wrapper .contact-left .why-choose {
        padding: 40px 20px;
    }
    .contact-split .contact-wrapper .contact-left .why-choose h2 {
        margin-bottom: 30px;
    }
    .single-clinic .contact-split .left-content ul {
        grid-template-columns: 1fr;
    }
    .clinic-practice-section .practice-wrapper {
        gap: 80px;
    }
    .single-clinic .contact-split .contact-wrapper .contact-left .left-content .clinic-benifit ul li:nth-last-child(-n+2) {
        border-bottom: 1px solid rgba(255, 255, 255, 39%);
    }
    .clinic-treatments-section .treatments-wrapper .treatments-sidebar ul li a {
  
    padding-left: 30px;
 

}
}

@media (max-width:1399px) {
svg.svg_call_white path

 {
    fill: #fff !important;
}
  body.menu-open {
    overflow: hidden;
}
    /* ===== MAIN WRAPPER ===== */
    .header-btn.mobile-btn svg path {
    fill: var(--accent-color);
  
    }


    .header-logo-menu {
        align-items: center;
    }
    .header-btn.desktop-btn {
        display: none;
    }
    .header-main-menu {
        position: relative;
    }
    .menu-toggle {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 6px;
        width: 40px;
        height: 40px;
        background: none;
        border: none;
        cursor: pointer;
        z-index: 1001;
    }
    .menu-toggle span {
        height: 3px;
        width: 100%;
        background: var(--accent-color);
        transition: 0.3s ease;
    }
    .menu-toggle.active span:nth-child(1) {
        transform: rotate(45deg) translate(6px, 6px);
    }
    .menu-toggle.active span:nth-child(2) {
        opacity: 0;
    }
    .menu-toggle.active span:nth-child(3) {
        transform: rotate(-45deg) translate(6px, -6px);
    }
    .nav-main {
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        max-width: 100%;
        height: 100vh;
        background: #1D2342;
        overflow: hidden;
        transition: 0.4s ease;
        z-index: 9999;
    }
          .mobile-menu-logo {
        padding-bottom: 20px;
        display: block !important;
        padding-top: 20px;
        padding-left: 20px;
    }
        .mobile-menu-logo svg {
      width: 100px;
      height: auto;
    }
img.close-icon-menu {
    filter: brightness(0) invert(1);
    width: 20px;
    position: absolute;
    right: 30px;
    top: 30px;
    display: block !important;
}
    .nav-main.active {
        left: 0;
    }
    .nav-main,
    .nav-drop,
    .nav-sub-drop {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .nav-drop,
    .nav-sub-drop {
        position: absolute;
        top: 0;
        left: 100%;
        width: 100%;
        height: 100%;
        background: #1D2342;
        transition: 0.4s ease;
        overflow-y: unset;
        z-index: 9;
    }
    .nav-drop.active,
    .nav-sub-drop.active {
        left: 0;
    }
    .menu-link-row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
    .menu-link-row a {
        color: var(--white-color);
        text-decoration: none;
        font-weight: 600;
        font-size: 16px;
        text-transform: uppercase;
    }
    .submenu-toggle {
        width: 20px;
        height: 20px;
        position: relative;
        cursor: pointer;
        justify-content: center;
        display: flex;
        align-items: center;
        margin-right: 10px;
    }
    .submenu-toggle::before {
        content: "";
        display: inline-block;
        width: 17px;
        height: 17px;
        background-image: url('/wp-content/uploads/2026/01/dawn.svg');
        background-size: contain;
        background-repeat: no-repeat;
        vertical-align: middle;
        background-position: center;
        transform: rotate(-90deg);
        z-index: 0;
        position: relative;
    }
    .header-main-menu ul.nav-main .nav-main-item {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid #DBE27F;
        padding: 6px 0px 6px 20px;

    }
    .mobile-menu-buttons {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .back-btn {
        display: flex;
        align-items: center;
        padding: 20px;
        font-weight: 700;
        cursor: pointer;
        background: #DBE27F;
        color: #1D2342 !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        margin-bottom: 30px;
        justify-content: space-between;
        flex-direction: row-reverse;
    }
    .back-btn::before {
        content: "";
        display: inline-block;
        width: 17px;
        height: 17px;
        background-image: url('/wp-content/uploads/2026/04/arrow.png');
        background-size: contain;
        background-repeat: no-repeat;
        vertical-align: middle;
        background-position: center;
        transform: rotate(90deg);
        z-index: 0;
        position: relative;
        margin-right: 10px;
    }
    .header-main-menu ul.nav-main {
        display: block;
        /*padding: 20px 20px;*/
        padding: 0px;
    }
    .header-main-menu ul.nav-main .menu-item-has-children .nav-main-link::after {
        display: none;
    }
    .header-main-menu ul.nav-main li a.nav-main-link {
        padding: 15px 0;
    }
    .header-main-menu ul.nav-main .nav-main-item .nav-drop-item {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-right: 10px;
        border-bottom: 1px solid #DBE27F;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .header-main-menu .nav-sub-drop-item {
        border-bottom: 1px solid #DBE27F;
        padding-top: 4px;
        padding-bottom: 4px;
    }


    ul.nav-drop.level-2 .nav-drop-item>a {
        margin-bottom: 0;
        padding: 15px 20px;
        border-bottom: 0;
        font-weight: 500;
    }
    .header-img {
        display: none;
    }
    .header-main-menu ul.nav-sub-drop.level-3 {
        display: block;
    }
    .header-main-menu ul.nav-sub-drop.level-3 a {
        padding: 15px 20px;
    }
    .contact-split .contact-wrapper {
        grid-template-columns: 1fr;
    }
    .treatment-listing-header {
        margin-top: 40px;
    }
    .procedure-card {
        padding: 0px 0px;
        flex-wrap: wrap;
    }
    .procedure-count-sidebar {
        width: 100%;
        padding-left: 20px;
    }
    .provider-inr-wrap {
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(1, 1fr);
        gap: 20px 0;
        align-items: center;
    }
    .provider-text-content {
        grid-area: 1 / 1 / 2 / 3;
    }
    .single-clinic .provider-text-content ul {
        max-width: 555px;
    }
    .provider-text-content {
        padding-right: 0;
    }
    .teal-box h2 {
        padding-bottom: 20px;
    }
    .procedure-overview-wrapper {
        padding: 50px 20px;
        gap: 30px;
        flex-wrap: wrap;
        width: 100%;
    }
    .teal-box {
        border-radius: 10px;
        margin-bottom: 30px;
    }
    .invisalign-steps .steps-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .clinic-treatments-section .treatments-content .clinic-grid {
        grid-template-columns: 1fr 1fr;
    }
    .clinic-treatments-section .treatments-content .clinic-card.location-clinic-card:nth-child(3n)::after {
        display: block !important;
    }
    .clinic-treatments-section .treatments-content .clinic-card.location-clinic-card:nth-child(2n)::after {
        display: none !important;
    }
    .clinic-treatments-section .treatments-wrapper .treatments-sidebar {
        padding-right: 40px;
    }
    .clinic-treatments-section .treatments-wrapper .treatments-sidebar ul li a.active:after {
   
   
    width: 40px;
    right: -40px;
   
}
    .career-listing .career-grid {
        grid-template-columns: 1fr 1fr;
    }
    .clinic-listing .clinic-tab-content .clinic-card {
        grid-template-columns: 1.8fr 1fr;
    }
    .clinic-listing .clinic-tab-content .clinic-card .clinic-right .clinic-map iframe {
        height: 400px;
    }
    .clinic-listing .clinic-tab-content .clinic-card .clinic-right {
        grid-column: 1 / -1;
    }
    .single-clinic .contact-split .contact-wrapper .contact-right {
        border-top: 0px solid var(--primary-color);
    }
    .single-clinic .career-form {
        max-width: 100%;
    }
    .single-clinic .contact-split .directions-box {
        padding: 50px 20px;
    }
    .page-template-page-contact-us .career-form {
        max-width: 100%;
    }
    .single-treatments .teal-box {
        border-radius: 10px 0 0 10px;
    }
    .single-treatments .teal-box h2 {
        padding-bottom: 50px;
    }
    .clinic-locations .locations-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .comparison-grid {
        gap: 30px;
    }
    .why-perfect-smile .content-wrapper .inner-text-content {
        padding: 30px 20px;
    }
     .mobile-menu-buttons{
     
        display: flex !important;
      
    }
}

@media (max-width:1199px) {
     :root {
        --fs-24: 22px;
        --fs-25: 23px;
        --fs-32: 28px;
        --fs-36: 32px;
        --fs-40: 36px;
        --fs-64: 52px;
        --fs-108: 90px;
    }
    .ps-120 {
        padding: 60px 0;
    }
    .treatments-header {
        margin-bottom: 40px;
    }
    .treatments-grid {
        grid-template-columns: 1fr;
    }
    .dental-media .image-wrap img {
        object-fit: cover;
        width: 100%;
    }
    .map-section .clinic-search {
        padding: 0px 0;
    }
    .number-card .number-value {
        font-size: 68px;
    }
    .top-footer {
        flex-wrap: wrap;
    }
    .footer-treatments {
        max-width: 320px;
    }
    .dental-grid {
        grid-template-columns: 1fr;
    }
    .dental-content {
        padding: 40px;
    }
    .numbers-section .numbers-grid {
        grid-template-columns: 1fr 1fr;
    }
    .hero-content h2 {
        font-size: 40px;
    }
    .hero-content p {
        margin: 0 auto 30px;
    }
    .hero-inner-banner {
        height: 70vh;
    }
    .single-treatments .hero-inner-banner {
        height: 85vh;
    }
    .cta-smile .inner-cta-smile .cta-right {
        width: 100%;
        max-width: 263px;
    }
    .map-left-text-inner {
        grid-template-columns: 1fr;
    }
    .map-left-text .map-number-grid {
        border-radius: 0;
    }
    .top-why-perfect-smile {
        padding-top: 60px;
    }
    .why-perfect-smile .content-wrapper .text-content ul {
        padding: 30px 0;
    }
    /* .why-perfect-smile:after {
        height: 245px;
    } */
    .our-story-img-text {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .why-perfect-smile .image-content img {
        width: 100%;
    }
    .contact-split .contact-wrapper .contact-left .left-content h2 {
        font-size: 35px;
    }
    .contact-split .contact-wrapper .contact-right {
        border-top: 50px solid var(--primary-color);
    }
    .contact-split .contact-wrapper .contact-right nf-rows-wrap>.nf-row:nth-child(1),
    .contact-split .contact-wrapper .contact-right nf-rows-wrap>.nf-row:nth-child(2) {
        width: 100%;
    }
    .clinic-treatments-section .treatments-content .clinic-card.location-clinic-card:nth-child(3n)::after {
        display: none !important;
    }
    .clinic-treatments-section .treatments-content .clinic-card.location-clinic-card {
        border-bottom: 0px solid rgba(192, 192, 192, 0.3);
    }
    .about-treatment .container {
        max-width: 100%;
        grid-template-columns: 1fr;
    }
    .treatment-benefits__lists {
        gap: 0px;
        grid-template-columns: repeat(1, 1fr);
    }
    .treatment-benefits__inner {
        padding: 60px 20px;
    }
    .treatment-benefits__item {
        font-size: 20px;
    }
    .treatment-benefits__item svg {
        width: 20px;
    }
    .provider-text-content {
        padding-bottom: 30px;
    }
    .provider-inr-wrap .image-stack img {
        width: 100%;
    }
    .cost-estimate-form {
        background-position: right;
    }
    .invisalign-steps .steps-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .treatment-blogs {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .total-count {
        font-size: 58px !important;
    }
    .teal-box {
        padding: 50px;
    }
    .clinic-treatments-title {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .clinic-treatments-title .section-description {
        max-width: 100%;
        margin-bottom: 0;
    }
    .treatment-block {
        display: grid !important;
        gap: 20px;
    }
    .clinic-treatments-section .treatments-wrapper .treatments-sidebar {
        display: none;
    }
    .clinic-treatments-section .treatments-wrapper {
        grid-template-columns: 1fr;
    }
    /*  */
    /* Default Hidden */
    .clinic-price-grid {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.4s ease, opacity 0.3s ease;
        opacity: 0;
    }
    /* Active Open */
    .treatment-block.active .clinic-price-grid {
        max-height: 100%;
        opacity: 1;
        padding-bottom: 30px;
    }
    .treatment-learn-title::after {
        content: "+";
        position: absolute;
        right: 20px;
        transition: transform 0.3s ease;
        font-size: 30px;
    }
    .treatment-block.active .treatment-learn-title::after {
        content: "-";
        font-size: 30px;
    }
    .clinic-treatments-section .treatment-learn-title .black-border {
        display: none;
    }
    .clinic-price-grid .black-border {
        display: inline-block;
        margin-top: 30px;
    }
    .clinic-treatments-section .treatments-content {
        background: transparent;
        padding: 0;
    }
    .page-template-page-emergency-treatment .clinic-treatments-section .treatment-learn-title {
        margin-bottom: 0px;
    }
    .clinic-treatments-section .treatment-learn-title {
        position: relative;
        background: var(--white-color);
        padding: 20px;
        border-radius: 10px;
        margin: 0;
    }
    .clinic-treatments-section {
        padding-bottom: 60px;
        padding-top: 60px;
    }
    .clinic-treatments-section .treatment-learn-title h3 {
        font-family: var(--font-medium);
        font-size: 24px;
        line-height: 1.3;
        font-style: normal;
    }
    .about-treatment__image {
        min-height: auto;
    }
    .icon-address {
        margin: 30px 0 00px;
    }
    .blog-section .blog-grid {
        grid-template-columns: 1fr 1fr;
    }
    .clinic-selector-wrapper {
        padding-top: 60px;
    }
    .clinic-selector-wrapper .select-clinc-location {
        margin-top: 30px;
    }
    .finance-wrapper {
        grid-template-columns: 1fr;
    }
    .finance-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
    }
    .finance-steps-grid {
        grid-template-columns: 1fr 1fr;
    }
    .career-listing .career-grid {
        grid-template-columns: 1fr;
    }
    .career-listing .content-wrapper {
        margin-bottom: 30px;
    }
    .career-why-join-us .section-title {
        margin-bottom: 30px;
    }
    .career-why-join-us .why-join-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .apply-job-map {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .clinic-listing .filter-btn .clinic-filter-btn {
        flex-wrap: nowrap;
        white-space: nowrap;
        overflow: auto;
    }
    .clinic-listing .filter-btn .clinic-filter-btn {
        flex-wrap: nowrap;
        white-space: nowrap;
        overflow-x: scroll;
        overflow-y: hidden;
        padding-bottom: 8px;
    }



    /* Chrome, Edge, Safari */
    /*.clinic-listing .filter-btn .clinic-filter-btn::-webkit-scrollbar {
        height: 6px;
    }

    .clinic-listing .filter-btn .clinic-filter-btn::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 20px;
    }

    .clinic-listing .filter-btn .clinic-filter-btn::-webkit-scrollbar-thumb {
        background: #1d2342;
        border-radius: 20px;
    }

    .clinic-listing .filter-btn .clinic-filter-btn::-webkit-scrollbar-thumb:hover {
        background: #000;
    }
    .clinic-listing .filter-btn .clinic-filter-btn {
        scrollbar-width: thin;
        scrollbar-color: #1d2342 #f1f3f7;
    }*/




    .clinic-treatments-title .description-boucher a.btn-outline {
        margin-top: 1.5rem;
    }
    .single-clinic .teal-box .inner-teal-box {
        padding: 30px;
    }
    .clinic-facilities-highlight .facilities-wrapper {
        grid-template-columns: 1fr 2fr;
        gap: 40px;
    }
    .clinic-facilities-highlight .highlight-list {
        grid-template-columns: repeat(1, 1fr);
    }
    .clinic-facilities-highlight .highlight-list li {
        font-size: 22px;
        line-height: 50px;
    }
    .clinic-facilities-highlight .icon {
        width: 16px;
        height: 16px;
    }
    .cta-smile {
        padding: 40px 0;
    }
    .clinic-practice-section .practice-wrapper {
        gap: 40px;
        grid-template-columns: 1fr;
    }
    .single-clinic .contact-split .left-content ul {
        grid-template-columns: 1fr 1fr;
    }
    .hero-content h2 em {
        font-size: 45px;
    }
    .blog-wrapper {
        flex-direction: column;
        gap: 0;
    }
    .blog-content,
    .blog-sidebar {
        width: 100%;
    }
    .clinic-locations .locations-grid {
        margin-top: 30px;
    }
    .clinic-left-right-block .inner-left-right {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .clinic-left-right-block .inner-left-right img {
        width: 100%;
    }
}

@media (max-width: 991px) {
     :root {
        --fs-20: 18px;
        --fs-24: 20px;
        --fs-25: 21px;
        --fs-32: 24px;
        --fs-36: 28px;
        --fs-40: 30px;
        --fs-64: 42px;
        --fs-108: 70px;
    }
    .treatment-blogs {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .ps-120 {
        padding: 40px 0;
    }
    .treatments-header {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-bottom: 30px;
    }
    .finance-content .btn-primary {
        margin: 30px 0;
    }
    .map-sec-header .map-sec-iner {
        padding: 40px;
    }
    .map-section .clinic-search {
        flex-wrap: wrap;
    }
    .map-section .clinic-search input#postcode,
    .map-section .clinic-search select#area {
        width: 100%;
        max-width: 100%;
    }
    .top-footer {
        gap: 30px;
    }
    footer {
        padding: 60px 0 60px;
    }
    .top-footer .footer-treatments {
        order: 4;
        width: 100%;
        max-width: 100%;
    }
    .numbers-section .number-card:last-child {
        border-right: 1px solid var(--yellow-color);
    }
    .numbers-section .number-card {
        padding-left: 20px;
    }
    .why-perfect-smile .content-wrapper .inner-text-content {
        padding: 20px;
        border-radius: 10px;
    }
    .treatments-before-after .treatments-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
    }
    .career-form-image .career-form-title {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .career-form {
        max-width: 100%;
    }
    .career-form-image .career-form-title .form-img {
        margin-top: 0;
    }
    .career-form-image .career-form-title .form-img img {
        width: 100%;
    }
    .career-form-image {
        margin-top: 0;
    }
    .contact-split .contact-wrapper .contact-left .left-content {
        padding: 100px 20px;
        text-align: center;
    }
    .single-clinic .contact-split .contact-wrapper .contact-left .left-content {
        text-align: left;
    }
    .single-clinic .contact-split .contact-wrapper .contact-left .left-content .clinic-charge {
        margin-top: 20px;
    }
    .single-clinic .contact-split .left-content ul {
        margin: 30px 0;
    }
    .clinic-about-services .about-services-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .clinic-about-services .about-services-wrapper .main-title {
        margin-bottom: 20px;
    }
    .treatment-benefits__cta {
        margin-top: 20px;
    }
    .hygienist-cost__text {
        max-width: 100%;
    }
    .faq-section .faq-wrapper {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .faq-section .faq-left img {
        width: 100%;
    }
    .clinic-treatments-section .treatment-learn-title h3 {
        font-size: 20px;
    }
    .location-clinic-card h4 a {
        font-size: 20px;
    }
    .emergency-about-treatment .about-treatment__list {
        grid-template-columns: 1fr;
    }
    .clinic-treatments-section {
        padding-bottom: 40px;
        padding-top: 40px;
    }
    .page-template-page-emergency-treatment .What-expect__list {
        max-width: 100%;
    }
    .blog-section .blog-filters .filter-btn {
        flex-wrap: nowrap;
        white-space: nowrap;
        overflow: auto;
    }
    .blog-sidebar:after {
        display: none;
    }
    .blog-sidebar {
        padding: 30px;
        border-radius: 10px;
    }
    .share-article {
        margin-bottom: 30px;
    }
    .blog-sidebar h4 {
        margin-bottom: 20px;
    }
    .nhs-choose {
        padding-bottom: 60px;
    }
    .single-clinic .provider-text-content ul {
        margin-bottom: 30px;
    }
    .clinic-selector-wrapper .select-clinc-location.value-selected {
        margin-top: 30px;
    }
    .clinic-selector-wrapper .select-clinc-location.value-selected {
        flex-wrap: wrap;
        gap: 20px;
        text-align: center;
    }
    .practices-review h2 {
        margin-bottom: 20px;
    }
    .clinic-selector-wrapper .select-clinc-location {
        padding: 40px;
    }
    .clinic-selector-wrapper .select-clinc-location .select-clinc-location-title {
        margin-bottom: 30px;
    }
    .clinic-treatments-section .before-after-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 30px;
    }
    .clinic-treatments-section .treatments-content .before-after-section {
        margin-top: 30px;
    }
    .clinic-treatments-section .treatments-content .treatment-description {
        margin-bottom: 20px;
    }
    .clinic-treatments-section .treatments-content .pricing-table thead th {
        padding-bottom: 20px;
    }
    .clinic-treatments-section .treatments-wrapper {
        margin-top: 20px;
    }
    .what-need-wrapper {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .what-need-wrapper .psd-curve svg {
        width: 100%;
    }
    .what-need-right .need-list {
        gap: 20px;
    }
    .clinic-listing .clinic-tab-content .clinic-card {
        grid-template-columns: 1fr;
    }
    .clinic-tab-content .clinic-item {
        padding: 30px;
    }
    .clinic-search .label-form {
        gap: 30px;
        flex-wrap: wrap;
    }
    .clinic-search {
        padding: 40px 0;
    }
    .clinic-search .label-form .search-label {
        font-size: 24px;
    }
    .clinic-practice-section .practice-wrapper {
        flex-wrap: wrap;
        gap: 30px;
    }
    .clinic-practice-section .practice-left,
    .clinic-practice-section .practice-right {
        width: 100%;
    }
    .clinic-practice-section .gallery-description {
        margin: 0px !important;
        padding-top: 30px;
        padding-bottom: 40px;
    }
    .payment-wrapper {
        flex-wrap: wrap;
        gap: 40px;
    }
    .payment-right {
        padding-top: 30px;
    }
    .single-clinic .finance-calculator-page {
        padding: 40px 0;
    }
    .google-review-block .container {
        display: grid;
        gap: 40px;
    }
    .provider-text-content {
        grid-area: unset;
    }
    .single-treatments .teal-box .btn-yellow {
        margin-bottom: 40px;
    }
    .invisalign-aligners {
        position: unset;
    }
    .single-treatments .teal-box {
        border-radius: 10px;
    }
    .glightbox-clean .gslide-media img {
        min-width: 500px;
    }
    .our-story-img-text::after {
        display: none;
    }
    .blog-content .main-content .responsive-table {
        width: 100%;
        overflow: auto;
        white-space: nowrap;
    }
    .blog-content .main-content table {
        table-layout: auto;
    }
    .comparison-grid {
        display: grid;
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 30px;
    }
    .cost-card-body {
        padding: 30px 20px;
    }
    .treatment-cost .cost-top .cost-description {
        text-align: center;
    }
    .cost-card-body h3 {
        font-size: 36px;
    }
}
.career-why-join-us .why-join-item p {
    margin-bottom: 0px !important;
}
.career-template-default .career-why-join-us .why-join-grid .why-join-item {
    align-items: center !important;
} 

/* ============================= */


/* Max Width 767px (Mobile) */


/* ============================= */

@media (max-width:767px) {
     :root {
        --fs-18: 16px;
        --fs-20: 17px;
        --fs-24: 18px;
        --fs-25: 18px;
        --fs-32: 20px;
        --fs-36: 24px;
        --fs-40: 26px;
        --fs-64: 32px;
        --fs-108: 48px;
    }
    .mobile-menu-buttons{
        padding: 30px 0px;
        display: flex !important;
        flex-direction: column;
        gap: 15px;
    }

    .mobile-menu-buttons a{
        width: 100%;
        text-align: center;
    }
    .mobile-menu-buttons .btn-primary:hover {
        background: #61BFC0 !important;
    }
    .review-widget {
        width: 100% !important;
        overflow: hidden !important;
    }
    select.ninja-forms-field {
        white-space: normal !important;
        height: auto !important;
        padding-right: 16px;
    }
    .site-header {
        position: unset;
        padding: 10px 0;
    }
    .site-header.sticky {
        position: fixed;
    }
    .header-logo-menu .site-logo svg path {
        fill: var(--accent-color);
    }
    .header-logo-menu .site-logo svg {
        width: 100px;
        height: 70px;
    }
    .site-header.sticky .header-logo-menu .site-logo svg {
        width: 100px;
    }
    .dental-content {
        padding: 20px;
    }
    .stats-box {
        padding: 20px;
    }
    .stats-box .stats-total {
        margin: 0 auto 20px;
    }
    .stats-grid {
        grid-template-columns: 1fr 1fr;
        gap: 20px 20px;
    }
    .page-id-189187 .hero-content h2 {
        width: 100%;
    }
    .stats-grid .stat:nth-child(3n) {
        border-right: 0;
    }
    .map-sec-header .map-sec-iner h2 {
        line-height: 1.2;
    }
    .stats-grid .stat {
        padding-right: 0px;
        border-right: 0;
        border-bottom: 1px solid;
        padding-bottom: 20px;
    }
    .numbers-section .numbers-grid {
        grid-template-columns: 1fr;
    }
    .numbers-section .number-card {
        padding-left: 0;
        padding-right: 20px;
    }
    .number-card .number-value {
        font-size: 48px;
    }
    .numbers-section .number-card {
        padding-left: 0;
        padding-right: 0;
        border-right: 0;
        border-bottom: 1px solid var(--yellow-color);
        padding-bottom: 30px;
    }
    .page-template-page-private-pricing-php .hero-inner-banner {
        background-position: center;
    }
    .numbers-section .number-card:last-child {
        border-right: 0;
    }
    .menu-toggle {
        width: 30px;
    }
    .map-sec-header .map-sec-iner {
        padding: 20px;
        gap: 30px;
    }
    .top-footer .footer-logo {
        width: 100%;
    }
    .top-footer .footer-link {
        width: 100%;
    }
    .top-footer .form-social {
        width: 100%;
    }
   
     .footer-brand-logo ul {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        gap: 23px 23px;
        padding: 0;
        margin: 20px 0 0;
        list-style: none;
        align-items: center;
    }

    .footer-brand-logo ul li {
        grid-column: span 2;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .footer-brand-logo ul li img {
        display: block;
        max-width: 100%;
        height: auto;
    }

    /* last 2 items center */
    .footer-brand-logo ul li:nth-last-child(2) {
        grid-column: 2 / span 2;
    }

    .footer-brand-logo ul li:last-child {
        grid-column: 4 / span 2;
    }

    .bottom-footer {
        flex-wrap: wrap;
    }
    .top-footer .footer-logo .site-logo img {
        width: 80%;
    }
    .copy-link-text {
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 20px;
        text-align: center;
    }
    .hero-content h2 {
        font-size: 35px;
    }
    .hero-btn {
        flex-wrap: wrap;
    }
    .our-story-text h2 {
        margin-bottom: 20px;
    }
    .before-after-bg-layout .inner-bg-content p {
        margin: 30px 0 30px;
    }
    .treatments-before-after .card-content {
        padding: 30px;
    }
    .contact-split .contact-wrapper .contact-left .why-choose ul {
        grid-template-columns: repeat(1, 1fr);
    }
    .contact-split .contact-wrapper .contact-right {
        padding: 20px;
        border-radius: 0 0 80px;
    }
    .contact-split .contact-wrapper .contact-right .contact-title-contact .contact-curve {
        display: none;
    }
    .relax-calculator .inner-relax-card {
        grid-template-columns: 1fr;
        padding: 50px 20px;
        border-radius: 0;
        border-right: 10px solid var(--yellow-color);
    }
    .procedure-overview-wrapper {
        padding: 30px 20px;
    }
    .interest-free-block h2 {
        font-size: 20px;
    }
    .procedure-overview-wrapper {
        gap: 20px;
    }
    .treatment-banner-logo img {
        width: 250px;
    }
    .treatment-blogs .inner-blog .blog-content .blog-text-btn p {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .treatment-blogs .inner-blog .blog-content .blog-text-btn {
        padding: 20px;
    }
    .treatment-blogs .inner-blog .blog-content h3 {
        padding: 0 20px;
    }
    .treatment-blogs .treatmentBlogSwiper {
        margin: 30px 0 30px;
    }
    .clinic-treatments-section .treatments-content .clinic-grid {
        grid-template-columns: 1fr;
    }
    .clinic-treatments-section .treatments-content .clinic-card.location-clinic-card {
        padding-right: 0;
    }
    .clinic-treatments-section .treatments-content .clinic-card.location-clinic-card::after,
    .clinic-treatments-section .treatments-content .clinic-card.location-clinic-card:nth-child(3n)::after {
        display: none !important;
    }
    .emergency-treatment-benefits .treatment-benefits__inner {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .about-treatment__description {
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .emergency-about-treatment .about-treatment__list {
        margin-bottom: 40px;
    }
    .blog-section .blog-filters {
        flex-wrap: wrap;
        margin-bottom: 40px;
    }
    .blog-section .blog-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .inner-blog-card h3 {
        min-height: max-content;
        margin-bottom: 20px;
    }
    .single-post .hero-inner-banner .hero-content h2 {
        font-size: 28px;
        line-height: 1.4;
        margin: 0 auto 30px;
    }
    .nf-next-previous li.nf-next-item::after {
        height: 70px;
        width: 70px;
    }
    .nf-next-previous li.nf-next-item {
        padding-right: 100px !important;
        height: 70px;
    }
    .related-posts .related-title {
        margin-bottom: 40px;
    }
    .nhs-choose {
        padding-bottom: 40px;
    }
    .nhs-choose-wrapper .nhs-choose-left {
        padding-top: 0;
    }
    .clinic-selector-wrapper {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .single-clinic .teal-box .inner-teal-box {
        padding: 20px;
    }
    .single-clinic .teal-box .inner-teal-box h2 {
        font-size: 44px;
    }
    .single-clinic .teal-box {
        padding-top: 30px;
    }
    .clinic-selector-wrapper .select-clinc-location .clinic-dropdown {
        padding: 23px 20px;
        background-position: 91% 52%;
        background-size: 20px;
    }
    .finance-box {
        padding: 20px;
    }
    .finance-steps-grid {
        grid-template-columns: 1fr;
    }
    .finance-steps .finance-steps-heading {
        margin-bottom: 30px;
    }
    .finance-box th {
        font-size: 20px;
        padding-bottom: 10px;
    }
    .finance-box td {
        font-size: 17px;
    }
    .finance-box h3 {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 30px;
    }
    .finance-steps-grid .finance-step-card {
        padding: 20px;
    }
    .amount-input input {
        font-size: 20px;
    }
    .slider-box input[type="range"] {
        margin: 20px 0 30px;
    }
    .finance-wrapper .finance-left svg {
        width: 100%;
    }
    .apply-location .apply-location-title {
        flex-wrap: wrap;
        gap: 20px;
    }
    .google-direction {
        margin: 30px 0;
        grid-template-columns: auto;
    }
    .career-details-banner {
        padding-top: 140px;
    }
    .career-listing .career-grid .career-card .career-salary-actions .career-actions {
        grid-template-columns: 1fr;
    }
    .clinic-listing .filter-btn {
        flex-wrap: wrap;
        margin-bottom: 30px;
    }
    .clinic-listing .clinic-tab-content .clinic-card .clinic-left .inner-location {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .clinic-listing .clinic-tab-content .clinic-card .clinic-left .clinic-buttons {
        margin-top: 20px;
        flex-wrap: wrap;
    }
    .single-clinic .contact-split .left-content ul {
        grid-template-columns: 1fr;
    }
    .single-clinic .contact-split .contact-wrapper .contact-left .left-content .clinic-charge {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .single-clinic .contact-split .contact-wrapper .contact-left .left-content .clinic-benifit ul {
        gap: 10px;
    }
    .single-clinic .contact-split .contact-wrapper .contact-left .left-content .clinic-benifit ul li {
        padding-bottom: 10px;
    }
    .single-clinic .contact-split .left-content ul li svg {
        max-width: 20px;
    }
    .clinic-payment-section {
        padding: 0px 0 40px;
    }
    .amount-input {
        padding: 16px;
    }
    .clinic-facilities-highlight .facilities-wrapper {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .clinic-facilities-highlight .facilities-left h2 {
        margin-bottom: 20px;
    }
    .doctors-grid.container-fluid {
        padding-top: 30px;
    }
    .apply-job nf-rows-wrap>.nf-row:nth-child(1),
    .apply-job nf-rows-wrap>.nf-row:nth-child(2) {
        width: 100%;
    }
    .single-clinic .contact-split .contact-wrapper .contact-left .left-content {
        padding: 40px 20px;
    }
    .contact-split .contact-wrapper .contact-left .left-content h2 {
        font-size: 30px;
        line-height: 1.3;
    }
    .contact-split .contact-wrapper .contact-left .left-content .cta-buttons {
        grid-template-columns: 1fr;
    }
    .contact-split .contact-wrapper .contact-left .left-content .cta-buttons .btn-primary {
        max-width: 100%;
    }
    .single-clinic .contact-split .directions-box .directions-title-btn {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .single-clinic .contact-split .directions-box .directions-title-btn .directions-btn {
        align-items: self-start;
    }
    .single-clinic .contact-split .directions-box {
        padding: 40px 20px;
    }
    .clinic-practice-section .practice-gallery {
        grid-template-columns: repeat(2, 1fr);
    }
    .clinic-facilities-video .hero-media {
        height: 450px;
    }
    .clinic-facilities-video .video-btn {
        right: 20px;
    }
    .clinic-facilities-highlight {
        padding: 40px 0;
    }
    .google-review-block .review-title-text {
        flex-wrap: wrap;
    }
    .google-review-block .container {
        display: grid;
        gap: 30px;
    }
    .before-after-review .container,
    .private-pricing-review .container {
        display: grid;
        gap: 30px;
    }
    .provider-inr-wrap {
        gap: 0;
    }
    .teal-box {
        padding: 30px;
    }
    .single-treatments .teal-box h2 {
        padding-bottom: 30px;
    }
    .single-clinic .contact-split .directions-box .directions-title-btn .station-bus {
        margin-top: 30px;
    }
    .hero-content h2 em {
        font-size: 40px;
    }
    .glightbox-clean .gslide-media img {
        min-width: 300px;
    }
    .clinic-tab-content .clinic-item {
        padding: 20px;
    }
    .inner-location ul li .clinic-timings .clinic-week li span {
        min-width: 100px;
        max-width: 100px;
    }
    .inner-location ul li {
        gap: 10px;
    }
    .blog-content .blog-inner-img img {
        margin-bottom: 30px;
    }
    .main-blog-slider .swiper-button-prev {
        left: 0px;
    }
    .main-blog-slider .swiper-button-next {
        right: 0px;
    }
    .blog-content .main-content table tr:first-child td {
        padding-top: 20px;
    }
    .blog-content .main-content table tr:first-child td strong {
        font-size: 25px;
    }
    .clinic-locations .locations-grid {
        grid-template-columns: repeat(2, 1fr);
        margin-top: 20px;
    }
    .contact-split .contact-wrapper .contact-left {
        border-top: 0;
    }
    .doctor-modal .modal-content {
        padding: 30px 20px;
    }
    .doctor-modal .modal-inner {
        display: flex;
        gap: 20px;
        flex-direction: column;
    }
    .doctor-modal .modal-content div#modalContent {
        max-height: 250px;
    }
    .doctor-modal .modal-image img {
        width: 200px;
    }
}

@media (max-width:450px) {
    .instagram-section .insta-top {
        flex-wrap: wrap;
    }
    .instagram-section .insta-top .insta-right {
        text-align: left;
        margin-top: 20px;
    }
    .clinic-locations .locations-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-width: 399px) {
    .header-btn.mobile-btn .btn-primary {
        color: #fff !important;
        padding: 13px !important;
    }
}


.default-page .nf-form-cont,
.referral-form-section .nf-form-cont {
    margin: 0px!important;
    margin-top: 60px !important;
}

.default-page .nf-form-cont input.ninja-forms-field:not([type="checkbox"]),
.referral-form-section .nf-form-cont input.ninja-forms-field:not([type="checkbox"]),
.default-page .nf-form-cont select.ninja-forms-field,
.referral-form-section .nf-form-cont select.ninja-forms-field {
    height: 60px !important;
    border-radius: 80px;
    padding: 20px;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    opacity: 1;
    font-family: 'Gotham Book' !important;
    font-style: italic;
    font-size: 20px;
    line-height: 1;
}

.default-page .nf-form-cont select.ninja-forms-field,
.referral-form-section .nf-form-cont select.ninja-forms-field {
    appearance: none;
    background-image: url(/wp-content/uploads/2026/03/dawn-2.svg);
    background-repeat: no-repeat;
    background-position: 98% 50%;
}

.default-page .nf-form-cont textarea,
.referral-form-section .nf-form-cont textarea {
    height: 90px !important;
    border-radius: 80px;
    padding: 20px;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    opacity: 1;
    font-family: 'Gotham Book' !important;
    font-style: italic;
    font-size: 20px;
    line-height: 1;
    resize: none;
}

.default-page .nf-form-cont .nf-field-label span.ninja-forms-req-symbol,
.referral-form-section .nf-form-cont .nf-field-label span.ninja-forms-req-symbol {
    display: none;
}

.default-page .nf-form-cont .field-wrap input[type=submit],
.referral-form-section .nf-form-cont .field-wrap input[type=submit] {
    background: var(--primary-color);
    color: var(--white-color);
    font-family: var(--font-medium);
    line-height: 1;
    border: 1px solid var(--primary-color);
    padding: 15px 30px;
    font-size: 20px;
    border-radius: 80px;
    transition: all 0.4s ease-in-out;
    font-style: normal;
    cursor: pointer;
}


/* File Upload Wrapper */

.default-page .nf-form-cont .nf-field-element,
.referral-form-section .nf-form-cont .nf-field-element {
    position: relative;
}


/* Upload Button */

.default-page .nf-form-cont .nf-fu-fileinput-button,
.referral-form-section .nf-form-cont .nf-fu-fileinput-button {
    background: var(--primary-color);
    color: var(--white-color);
    border: 1px solid var(--primary-color);
    border-radius: 80px;
    padding: 16px 32px;
    font-size: 18px;
    line-height: 1;
    font-family: var(--font-medium);
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    box-shadow: none;
}

.default-page .nf-form-cont .nf-fu-fileinput-button:hover,
.referral-form-section .nf-form-cont .nf-fu-fileinput-button:hover {
    background: transparent;
    color: var(--primary-color);
}


/* Cancel Button */

.default-page .nf-form-cont .nf-fu-button-cancel,
.referral-form-section .nf-form-cont .nf-fu-button-cancel {
    background: transparent;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    border-radius: 80px;
    padding: 16px 28px;
    font-size: 18px;
    line-height: 1;
    font-family: var(--font-medium);
    cursor: pointer;
    margin-left: 12px;
    transition: all 0.3s ease-in-out;
}

.default-page .nf-form-cont .nf-fu-button-cancel:hover,
.referral-form-section .nf-form-cont .nf-fu-button-cancel:hover {
    background: var(--primary-color);
    color: var(--white-color);
}


/* Progress Bar Wrapper */

.default-page .nf-form-cont .nf-fu-progress,
.referral-form-section .nf-form-cont .nf-fu-progress {
    width: 100%;
    height: 10px;
    background: #e9e9e9;
    border-radius: 20px;
    overflow: hidden;
    margin-top: 16px;
}


/* Progress Bar Fill */

.default-page .nf-form-cont .nf-fu-progress-bar,
.referral-form-section .nf-form-cont .nf-fu-progress-bar {
    height: 100%;
    border-radius: 20px;
    background: var(--primary-color);
}


/* Uploaded File List */

.default-page .nf-form-cont .files_uploaded,
.referral-form-section .nf-form-cont .files_uploaded {
    margin-top: 14px;
    font-size: 16px;
    color: var(--primary-color);
}

.image-wrap img {
    object-fit: cover;
    border-radius: 10px;
}

 .close-icon-menu{display: none;}
/* Button alignment mobile */

@media (max-width: 767px) {
    .default-page .nf-form-cont .nf-fu-fileinput-button,
    .referral-form-section .nf-form-cont .nf-fu-fileinput-button,
    .default-page .nf-form-cont .nf-fu-button-cancel,
    .referral-form-section .nf-form-cont .nf-fu-button-cancel {
        width: 100%;
        margin: 0 0 12px 0;
        text-align: center;
    }
    .default-page .nf-form-cont input.ninja-forms-field:not([type="checkbox"]),
    .referral-form-section .nf-form-cont input.ninja-forms-field:not([type="checkbox"]),
    .default-page .nf-form-cont select.ninja-forms-field,
    .referral-form-section .nf-form-cont select.ninja-forms-field {
        height: 50px !important;
        padding: 10px 20px;
        font-size: 16px;
    }
    .default-page .nf-form-cont textarea, .referral-form-section .nf-form-cont textarea {
        height: 70px !important;
        padding: 10px 20px;
        font-size: 16px;
    }
    #ninja_forms_required_items, .nf-field-container {
        margin-bottom: 15px !important;
    } 
    .career-form .nf-field-element {
        padding: 15px 20px;
    }
    .career-form .nf-field-element .ninja-forms-field {
        font-size: 16px;
        padding: 0 0 12px;
    }
    .checkbox-container .checkbox-wrap label {
        font-size: 16px;
        line-height: 24px;
    }
    .page-id-189191 .hero-inner-banner {
        height: 56vh !important;
        background-position: center !important;
    }



    .provider-section .doctors-grid.container-fluid {
        padding-top: 40px !important;
    }
    .career-image .video-wrapper {
        height: auto !important;
    }
    .career-section .career-wrapper .career-image::before {
        display: none;
    }
    .career-content {
        padding-top: 30px;
    }
    .provider-text-content ul li svg {
        height: 20px;
        width: 20px;
    }
    .single-clinic .provider-text-content ul li {
        gap: 10px;
    }
    .contact-split .contact-wrapper .contact-right {
        border-top: 0px !important;
        padding: 40px 20px;
    }
    .cost-estimate-form .nf-next-previous li.nf-previous-item input, .cost-estimate-form .submit-container .submit-wrap input, .cost-estimate-form .nf-next-previous li.nf-next-item input {
    padding: 13px 15px;
    width: 160px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cost-estimate-form .nf-next-previous {
   
    gap: 10px;
   
}
}

@media (max-width:1024px) {
    .default-page .nf-form-cont .nf-row .nf-cell,
    .referral-form-section .nf-form-cont .nf-row .nf-cell {
        width: 100% !important;
    }
    .clinic-treatments-section .treatments-content .clinic-card.location-clinic-card::after {
        display: none !important;
    }
    .review-widget {
        width: 100% !important;
        overflow: hidden !important;
    }
}


/* Hide default checkbox */

.default-page .nf-form-cont .list-checkbox-wrap input[type="checkbox"],
.referral-form-section .nf-form-cont .list-checkbox-wrap input[type="checkbox"] {
    display: none;
}


/* List layout */

.default-page .nf-form-cont .list-checkbox-wrap ul,
.referral-form-section .nf-form-cont .list-checkbox-wrap ul {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 20px;
    padding: 0;
    margin: 0;
}


/* Each item */

.default-page .nf-form-cont .list-checkbox-wrap li,
.referral-form-section .nf-form-cont .list-checkbox-wrap li {
    list-style: none;
}


/* Label as button */

.default-page .nf-form-cont .list-checkbox-wrap label,
.referral-form-section .nf-form-cont .list-checkbox-wrap label {
    position: relative;
    padding: 12px 20px 12px 45px;
    border: 1px solid var(--primary-color);
    border-radius: 80px;
    cursor: pointer;
    font-size: 16px;
    color: var(--primary-color);
    transition: all 0.3s ease;
    display: inline-block;
    margin: 0px;
}


/* Custom checkbox circle */

.default-page .nf-form-cont .list-checkbox-wrap label::before,
.referral-form-section .nf-form-cont .list-checkbox-wrap label::before {
    content: "";
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    border: 2px solid var(--primary-color);
    border-radius: 50%;
    background: #fff;
    transition: all 0.3s ease;
}


/* Tick mark */

.default-page .nf-form-cont .list-checkbox-wrap label::after,
.referral-form-section .nf-form-cont .list-checkbox-wrap label::after {
    content: "✔";
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%) scale(0);
    font-size: 12px;
    color: var(--white-color);
    transition: all 0.2s ease;
}


/* Checked state */

.default-page .nf-form-cont .list-checkbox-wrap input[type="checkbox"]:checked+label,
.referral-form-section .nf-form-cont .list-checkbox-wrap input[type="checkbox"]:checked+label {
    background: var(--primary-color);
    color: var(--white-color);
}


/* Checked circle */

.default-page .nf-form-cont .list-checkbox-wrap input[type="checkbox"]:checked+label::before,
.referral-form-section .nf-form-cont .list-checkbox-wrap input[type="checkbox"]:checked+label::before {
    background: var(--primary-color);
    border-color: var(--primary-color);
}


/* Show tick */

.default-page .nf-form-cont .list-checkbox-wrap input[type="checkbox"]:checked+label::after,
.referral-form-section .nf-form-cont .list-checkbox-wrap input[type="checkbox"]:checked+label::after {
    transform: translateY(-50%) scale(1);
}


/* Hover effect */

.default-page .nf-form-cont .list-checkbox-wrap label:hover,
.referral-form-section .nf-form-cont .list-checkbox-wrap label:hover {
    background: rgba(0, 0, 0, 0.05);
}

@media (max-width: 768px) {
    .clinic-treatments-section .treatments-content .clinic-card.location-clinic-card:nth-child(3n)::after {
        display: none !important;
    }
}


@media (max-width: 480px) {
   .header-btn {gap: 10px;}
   .header-btn.mobile-btn .btn-primary {

    padding: 13px 15px !important;
}
 .cost-estimate-form .nf-next-previous li.nf-previous-item input,  .cost-estimate-form .nf-next-previous li.nf-next-item input {
    padding: 13px 15px;
    width: 230px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cost-estimate-form .submit-container {
        float: unset;
        margin: 0 !important;
        display: block;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 10px !important;
    }
.cost-estimate-form .submit-container .submit-wrap input{ padding: 13px 15px;
    width: 230px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;}
    .cost-estimate-form .nf-next-previous
 {
        gap: 10px;
        flex-direction: column;
    }
}
.mo_call_btnn{background: transparent; border: 0px;}