
#career_apply_job nf-rows-wrap>.nf-row:nth-child(1), #career_apply_job  nf-rows-wrap>.nf-row:nth-child(2),
 #career_apply_job  nf-rows-wrap>.nf-row:nth-child(3), #career_apply_job  nf-rows-wrap>.nf-row:nth-child(4){width: calc(50% - 10px) !important;}
 #career_apply_job span.ninja-forms-req-symbol {
    display: none;
}
#career_apply_job .form-img {
    margin-top: -220px;
}
.nf-fu-progress{
    height: 5px !important;
    margin-bottom: 10px !important;
 }
.nf-fu-progress .nf-fu-progress-bar {
    
    background-color: var(--primary-color);}
#career_apply_job {
   
    margin-top: 220px;
}
section#career_apply_job h2 {
    margin-bottom: 60px !important;
}
section.career-what-need.ps-120.career_need_points {
    background: var(--yellow-color);
}
.file_upload-wrap .btn-success {
    cursor: pointer;
}


@media (max-width: 1199px) {
   #career_apply_job  .apply-job-map {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }
    #career_apply_job nf-rows-wrap>.nf-row:nth-child(1), #career_apply_job  nf-rows-wrap>.nf-row:nth-child(2),
 #career_apply_job  nf-rows-wrap>.nf-row:nth-child(3), #career_apply_job  nf-rows-wrap>.nf-row:nth-child(4){width: calc(100%) !important;}
}
@media (max-width: 991px) {
   #career_apply_job .form-img {
        margin-top: 0;
    }
    #career_apply_job .form-img img{
        width: 100%;
    }
        #career_apply_job {
        margin-top: 0;
    }
    #career_apply_job nf-rows-wrap>.nf-row:nth-child(1), #career_apply_job  nf-rows-wrap>.nf-row:nth-child(2),
 #career_apply_job  nf-rows-wrap>.nf-row:nth-child(3), #career_apply_job  nf-rows-wrap>.nf-row:nth-child(4){width: calc(100%) !important;}
 #career_apply_job  .apply-job-map {
        grid-template-columns: 1fr ;
        gap: 40px;
    }
}
.site-header.sticky .header-main-menu .header-btn .trp-btn:hover{border-color: var(--accent-color) !important;}
.spring-smile-event  {
 
  background: #F8F7EE;
}
.spring-smile-event .container {
    max-width: 1440px;
    margin: 0 auto;
}
.spring-smile-event__wrap {
    display: flex;
    align-items: center;
    gap: 60px;
}

.spring-smile-event__media {
    position: relative;
    width: 50%;
    max-width: 630px;
}

.spring-smile-event__poster {
  width: 100%;
  display: block;
  border-radius: 8px;
}

.spring-smile-event__tag-image {
    position: absolute;
    top: -62px;
    right: -45px;
    width: 120px;
    height: auto;
    z-index: 2;
}
.spring-smile-event__content {
    width: 50%;
}
.spring-smile-event__description p {
    line-height: 24px !important;
}
.spring-smile-event__list {
    list-style: none;
    padding: 0;
    margin: 0px 0 40px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 40px;
}
.spring-smile-event__title {
    margin-bottom: 20px !important;
}
.spring-smile-event__list-item {
    position: relative;
    font-family: var(--font-medium);
    font-weight: 500;
    font-size: var(--fs-20);
    margin-bottom: 0px;
    display: inline-block;
    display: flex;
    gap: 20px;
    line-height: 24px;
}
.spring-smile-event__list-item span.check svg {
    width: 25px;
}
.spring-smile-event__list-title {
    line-height: 32px;
    font-family: var(--font-medium);
    font-weight: 500;
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .spring-smile-event__wrap {
        flex-direction: column;
    }
    .spring-smile-event__media {
    position: relative;
    width: 100%;
    max-width: 100%;
}
.spring-smile-event__content {
     width: 100%; 
}
.spring-smile-event__tag-image {
   
    top: -25px;
    right: -10px;
    width: 85px;
  
}
.spring-smile-event__wrap {

    gap: 40px;
}
.spring-smile-event__list-item span.check svg {
    width: 18px;
}
.spring-smile-event__list-item {
   font-size: 16px;
    gap: 15px;
    line-height: 20px;
   
}
}

@media (max-width: 600px) {
    .spring-smile-event__tag-image {
        top: -40px;
        right: -10px;
        width: 65px;
       
    }
    section.spring-smile-event.ps-120 {
    padding-top: 60px;
}
.spring-smile-event__list {
    list-style: none;
    padding: 0;
    margin: 0px 0 40px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 10px;
}
}




.clinic-treatments-section .treatments-content .clinic-card.location-clinic-card::after {
   
    background: rgb(192 192 192 / 30%) !important;

}
.clinic-treatments-section 
.treatments-content 
.clinic-card.location-clinic-card:nth-child(3n)::after {
    display: none;
}
.btn-yellow {
    background: var(--yellow-color);
    border: 1px solid var(--yellow-color);
}

.cmsPage {
    font-family: var(--font-book);
}

.cmsPage h2 {
    font-size: var(--fs-32);
    margin: 40px 0 20px;
    font-weight: 600;
    line-height: 40px;
}

.cmsPage h3 {
    font-size: 22px;
    margin: 20px 0 15px;
    font-weight: 500;
}

.cmsPage p {
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 28px;
}

.cmsPage ul,
.cmsPage ol {
    margin: 20px 0 30px 25px;
    padding: 0;
}

.cmsPage ul li,
.cmsPage ol li {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 28px;
}

.cmsPage a {
    color: var(--accent-color);
    text-decoration: none;
    transition: 0.3s;
}

.cmsPage a:hover {
    color: #222222;
    text-decoration: underline;
}

.cmsPage p:last-child {
    margin-bottom: 0;
}


/* Thank You Page CSS */

.thank-you-page .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.thank-you-page .container svg {
    width: 120px;
}

.thank-you-page .container svg path {
    fill: var(--accent-color);
}

.thank-you-page .container h1 {
    font-size: 100px;
    line-height: 110px;
}

.thank-you-page .container .btn-primary {
    margin-top: 30px;
}


/* treatment page css */

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

.about-treatment__title {
    color: var(--primary-color);
}

.about-treatment__description {
    font-family: var(--font-book);
    line-height: 1.15;
    font-weight: 400;
    font-size: var(--fs-20);
    color: var(--primary-color);
    margin-bottom: 35px;
    margin-top: 30px;
}

.about-treatment__subtitle {
    font-size: 24px;
    color: var(--primary-color);
    font-family: var(--font-medium);
    font-weight: 500;
    line-height: 34px;
    margin-bottom: 10px;
}

.about-treatment__list {
    list-style: none;
    margin-bottom: 70px;
}

.about-treatment__item {
    padding: 20px 0;
    border-bottom: 1px solid var(--primary-color);
    display: flex;
    align-items: center;
    gap: 20px;
    font-family: var(--font-medium);
    line-height: 1.15;
    font-weight: 500;
    font-size: var(--fs-20);
}

.about-treatment__btn {
    color: var(--white-color);
}


/* Right images */


/* Before After Treatment Section */

.before-after-treatment.ps-120 {
    padding-left: 20px;
    padding-right: 20px;
}

.before-after-treatment {
    background: var(--cream-color);
}

.before-after-treatment__wrapper {
    max-width: 1680px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 40px;
}


/* Left Content */

.before-after-treatment__content {
    width: 31.3%;
}

.before-after-treatment__content h2 {
    color: var(--primary-color);
    padding-top: 20px;
}


/* Pairs Grid */

.before-after-treatment__pairs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    flex: 1;
}


/* Single Pair */

.before-after-treatment__pair {
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 10px;
}


/* Card */

.before-after-treatment__card {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

.before-after-treatment__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


/* Badge */

.before-after-treatment__badge {
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 12px 20px;
    background: var(--accent-color);
    color: var(--white-color);
    border-radius: 100px;
    font-family: var(--font-medium);
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    text-align: center;
}

.before-after-treatment__badge--after {
    background: var(--accent-color);
}


/* Treatment Benefits Section */


/*  Hygienist Cost Section */

.hygienist-cost__wrapper {
    display: grid;
    grid-template-columns: 1.636fr 1fr;
    max-width: 100%;
    margin: 0 auto;
}

.hygienist-cost__media {
    width: 100%;
    height: 100%;
}

.hygienist-cost__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hygienist-cost__content {
    background: var(--cream-color);
    padding: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.hygienist-cost__title {
    color: var(--primary-color);
    margin-bottom: 25px;
    font-weight: 400;
}

.hygienist-cost__text {
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    color: var(--primary-color);
    margin-bottom: 30px;
    max-width: 390px;
    line-height: 22px;
}

a.hygienist-cost__button.blue-primary {
    color: var(--cream-color);
}

.What-expect-treatment .career-wrapper .career-text {
    margin: 30px 0 0px 0;
    max-width: 680px;
}

.career-section.What-expect-treatment h2 {
    color: var(--primary-color);
}

.What-expect-treatment .career-wrapper .career-text p {
    color: #707070;
}

.What-expect__list {
    padding-top: 20px;
    max-width: 590px;
}
.page-template-page-emergency-treatment .What-expect__list .What-expect__item {
    border-bottom: 0px solid #1D2342;
    padding: 10px 0;
}
.What-expect__list .What-expect__item {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px 0;
    border-bottom: 1px solid #1D2342;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.5;
    color: var(--accent-color);
}

.career-section.What-expect-treatment .career-wrapper .career-image {
    height: 100%;
}

.career-section.What-expect-treatment .career-wrapper .career-image img {
    height: 100%;
    object-fit: cover;
}

.real-smiles {
    background: var(--yellow-color);
    position: relative;
    overflow: hidden;
}

.real-smiles .container {
    position: relative;
}

.real-smiles__heading {
    text-align: center;
    margin-bottom: 60px;
}

.real-smiles__heading h2 {
    color: var(--primary-color);
}

.real-smiles__slider {
    max-width: 1320px;
    margin: 0 auto;
    text-align: center;
}

.real-smiles__quote {
    font-family: var(--font-anglecia);
    font-weight: 400;
    font-size: 22px;
    line-height: 35px;
    text-align: center;
    font-style: Italic;
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 40px;
}

.real-smiles__author {
    margin-top: 75px;
    margin-bottom: 20px;
    color: var(--primary-color);
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    text-align: center;
}

.real-smiles__stars {
    color: var(--accent-color);
    font-size: 20px;
}

.real-smiles__slider {
    position: relative;
}


/* arrows */

.real-smiles__slider .swiper-button-prev,
.real-smiles__slider .swiper-button-next {
    position: absolute;
    top: 35%;
    transform: translateY(-50%);
}

.real-smiles__slider .swiper-button-prev::after,
.real-smiles__slider .swiper-button-next::after {
    display: none;
}


/* push arrows outside slider */

.real-smiles__slider .swiper-button-prev {
    left: 0;
}

.real-smiles__slider .swiper-button-next {
    right: 0;
}

.white-curve {
    position: absolute;
    right: 0;
    bottom: 0;
}

.nhs-pricing .band-cards-wrap .band-card-cnt p {
    min-height: unset !important;
}


/* about page css */

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

.our-story-img-text .our-story-img img {
    border-radius: 10px 10px 180px 10px;
    height: 100%;
    object-fit: cover;
}


/* home map sec */

.map-sec-header {
    background: var(--yellow-color);
}

.map-sec-header .map-sec-iner h2 {
    color: var(--primary-color);
}

.map-section .clinic-search input#postcode::placeholder {
    color: #3F3F3F;
}

.map-section .clinic-search button#clinicSearchBtn {
    width: 100%;
    max-width: 313px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    border-radius: 100px;
    background: var(--primary-color);
    color: var(--white-color);
    font-family: var(--font-medium);
    gap: 10px;
    border: 0px;
}

.map-section .clinic-search button#clinicSearchBtn span {
    font-family: var(--font-medium);
}

.clinic-search input#postcode:focus,
.clinic-search input#postcode:focus-visible,
.clinic-search select#area:focus,
.clinic-search select#area:focus-visible {
    outline: none !important;
    box-shadow: none !important;
    border: 1px solid #707070;
}

.clinic-search input#postcode,
.clinic-search select#area {
    border: 1px solid #707070;
}

.twentytwenty-container img {
    width: 100%;
    object-fit: cover;
}


/* Treatment Lisitng css */

section.relax-sec {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: var(--light-bg);
}

.relax-card.bg-blue {
    background: var(--primary-color);
    padding: 45px 30px 45px 50px;
    color: #fff;
    border-right: 30px solid var(--yellow-color);
    display: grid;
    grid-template-columns: .8fr 1fr;
    gap: 20px;
    border-bottom-left-radius: 10px;
}

.relax-card.bg-blue h2 {
    line-height: 40px;
    color: var(--accent-color);
}

.relax-card.bg-blue p {
    font-family: var(--font-anglecia);
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    font-style: Italic;
    color: var(--accent-color);
    margin-bottom: 20px;
}

.treatment-listing-sec {
    background: var(--light-bg);
    padding-bottom: 120px;
}

.treatment-listing-inr {
    display: flex;
    flex-direction: column;
    gap: 70px;
}

.treatment-listing-sec .treatment-grid {
    background: #fff;
    padding: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}

.treatment-grid .treatment-card {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    height: 400px;
}

.treatment-grid .treatment-card .btn-primary.btn-yellow:hover {
    background: var(--white-color);
    border: 1px solid var(--white-color);
    color: var(--primary-color);
}

.treatment-grid .treatment-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.treatment-grid .treatment-overlay {
    position: absolute;
    padding: 20px;
    background: linear-gradient(179.92deg, rgba(29, 35, 66, 0) 0.07%, #1D2342 86.14%);
    color: #fff;
    height: 100%;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    width: 100%;
}

.treatment-grid .treatment-title {
    font-family: var(--font-medium);
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    margin-bottom: 10px;
}

.treatment-grid .treatment-desc {
    font-family: var(--font-book);
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2em;
    max-width: 320px;
    margin-bottom: 30px;
}

.cta-smile.cta-treatment-list {
    margin: 0px;
    background: var(--yellow-color);
}

.cta-smile.cta-treatment-list .inner-cta-smile .cta-left h2,
.cta-smile.cta-treatment-list .inner-cta-smile .cta-center p {
    color: var(--primary-color);
}

.cta-smile.cta-treatment-list .inner-cta-smile .cta-center p {
    max-width: 560px;
    margin: 0 auto;
}

.cta-smile.cta-treatment-list a.blue-primary {
    color: var(--yellow-color);
}

.pricing-section-cta {
    position: relative;
    width: 100%;
    min-height: 895px;
    display: flex;
    align-items: end;
    background-image: url(/wp-content/uploads/2026/02/relax-cta.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 120px;
}

.pricing-box-wrap {
    max-width: 550px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    color: var(--primary-color);
}

.pricing-cta-buttons {
    display: flex;
    gap: 20px;
}

.cta-smile .inner-cta-smile {
    gap: 20px;
}


/* Invisalign treatments start  */


/* Procedure Time & Recuperation Classes */

.procedure-stats-container {
    display: flex;
    gap: 150px;
}

.procedure-time-item,
.recuperation-time-item {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.time-label {
    font-family: var(--font-medium);
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: var(--primary-color);
}

.time-content {
    display: flex;
    align-items: center;
    gap: 15px;
}

.time-icon {
    width: 35px;
    height: 35px;
    object-fit: contain;
}

.time-value {
    font-family: var(--font-bold);
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    color: var(--primary-color);
}


/* Right Stats Section */

.brand-badge {
    background-color: var(--primary-color);
    color: white;
    font-size: 14px;
    padding: 10px 21px;
    border-radius: 20px;
    width: fit-content;
    text-transform: uppercase;
    margin-bottom: 10px;
    line-height: 16px;
    height: 40px;
    display: flex;
    align-items: center;
    letter-spacing: 0.15em;
    margin-top: 16px;
}

.total-count {
    font-family: Anglecia Pro Display;
    font-weight: 400;
    font-size: 108px;
    line-height: 100%;
    color: var(--primary-color);
}

.treatment-type {
    font-family: Anglecia Pro Display;
    font-weight: 400;
    font-style: Italic;
    font-size: 32px;
    line-height: 40px;
}

.footer-desc {
    font-family: var(--font-book);
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    color: #707070;
    margin-top: 50px;
    max-width: 350px;
}

.doctors-grid.container-fluid {
    /* display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 18.71px; */
    padding-top: 0px;
}

.doc-info {
    background: var(--light-bg);
    padding: 20px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    color: var(--primary-color);
    min-height: 165px !important;
    justify-content: space-between !important;
    display: flex;
    flex-direction: column;
}

.doc-info h5 {
    font-family: var(--font-bold);
    font-weight: 700;
    font-size: var(--fs-20);
    line-height: 24px;
}

.doc-info p {
    font-family: var(--font-book);
    font-weight: 400;
    font-size: var(--fs-20);
    line-height: 24px;
}

.doc-info a.view-profile {
    font-family: var(--font-medium);
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
}

.teeth-section {
    background: var(--yellow-color);
    overflow: hidden;
}

.teeth-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 60px;
}

.nav-wrapper {
    display: flex;
    gap: 20px;
}

.teeth-section .swiper {
    width: 100%;
    overflow: visible !important;
}

.teeth-section .swiper .swiper-wrapper {
    display: flex;
}

.teeth-section .swiper .swiper-slide {
    height: auto !important;
    display: flex;
}

.problem-card {
    background: #ffffff;
    border-top: 6px solid var(--primary-color);
    padding: 30px 20px;
    border-radius: 0 0 10px 10px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.problem-card img {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}

.problem-card .problem-name {
    font-size: 26px;
    line-height: 34px;
    font-family: var(--font-medium);
    font-weight: 500;
    margin-bottom: 20px;
    color: var(--primary-color);
}

.problem-card p {
    color: var(--primary-color);
    font-family: var(--font-book);
    font-weight: 400;
    font-size: var(--fs-18);
    line-height: 24px;
}

.invisalign-steps {
    background: var(--yellow-color);
}

.invisalign-steps .step-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    padding: 50px;
    position: relative;
}

.invisalign-steps .step-icon {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 120px;
    height: 160px;
    background: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
}

.invisalign-steps .step-number {
    font-family: var(--font-bold);
    font-weight: 700;
    font-size: var(--fs-20);
    line-height: 1;
    color: var(--primary-color);
    text-transform: uppercase;
    margin-bottom: 60px;
}

.invisalign-steps .step-content {
    margin-bottom: 30px;
}

.invisalign-steps .step-content h2 {
    font-size: 26px;
    line-height: 34px;
    font-family: var(--font-medium);
    font-weight: 500;
    margin-bottom: 20px;
    color: var(--primary-color);
    margin-bottom: 20px;
    padding-right: 90px;
}

.invisalign-steps .step-content p {
    color: var(--primary-color);
    font-family: var(--font-book);
    font-weight: 400;
    font-size: var(--fs-20);
    line-height: 24px;
}

.invisalign-steps-warp {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
}

.invisalign-steps-warp .invisalign-steps-title {
    text-align: center;
    color: var(--primary-color);
}
.faq-right-description h3 {
    margin-bottom: 20px;
}
.faq-right-description p {
    margin-bottom: 30px !important;
}
.postid-188808 .provider-inr-wrap {
    align-items: center !important;
}
.postid-188808 .provider-inr-wrap .teal-box {
    margin-top: 200px;
}
.provider-text-content li {
    padding-bottom: 20px;
}
.cta-buttons .btn.btn-outline {
    color: #fff !important;
    border: 3px solid #fff !important;
}
.cta-buttons .btn.btn-outline:hover {
    border: 3px solid #61BFC0 !important;
}
.career-image.video-banner {
    display: grid;
    align-items: center;
}
.video-wrapper.vimeo iframe {
    border-radius: 10px;
}
/* media start */

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .treatments-grid .treatment-card .twentytwenty-wrapper .treatment-media {
        height: 350px !important;
    }
    .why-perfect-smile .content-wrapper .inner-text-content h2 {
        font-size: 26px;
    }
}

@media screen and (max-width: 1620px) {
    .about-treatment__content {
        padding: 40px 30px;
    }
    .nhs-pricing .band-cards-wrap {
        gap: 20px;
    }
    .nhs-pricing .band-card-cnt {
        padding: 30px 20px;
        gap: 20px;
    }
    .nhs-pricing .card-accordion-toggle {
        padding: 15px 20px;
    }
    .treatment-content-inr {
        padding: 20px 20px 0 20px;
    }
    .treatment-content {
        padding-bottom: 30px;
    }
    .treatment-content .read-more {
        margin-top: 5px;
    }
    .treatment-content h3 {
        padding: 20px 20px 20px 20px;
    }
}

@media screen and (max-width: 1440px) {
    .hygienist-cost__wrapper {
        grid-template-columns: 1.3fr 1fr;
    }
    .hygienist-cost__content {
        padding: 40px 30px;
    }
    .career-section .career-wrapper {
        gap: 40px;
    }
    .nhs-pricing .nhs-band-price {
        font-size: 32px;
    }
    section.relax-sec {
        grid-template-columns: 1fr 1.5fr;
    }
    .relax-card.bg-blue {
        padding: 30px 20px 30px 30px;
        border-right: 20px solid var(--yellow-color);
    }
    .provider-inr-wrap {
        align-items: flex-end; !important;
    }
    .provider-inr-wrap .teal-box {
        margin-top: 0px;
    }
    .provider-text-content li {
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 1200px) {
    .nhs-qualification-wrapper {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }
    .nhs-qualification-wrapper .nhs-right {
        text-align: left;
        grid-column: 1 / -1;
        order: 1;
    }
    .nhs-qualification-wrapper .nhs-right svg {
        width: 150px;
        height: auto;
    }
    * .nhs-qualification-wrapper .nhs-left {
        order: 2;
    }
    .nhs-qualification .nhs-qualification-wrapper .nhs-center {
        order: 3;
        padding: px;
    }
    .our-story-grid {
        grid-template-columns: 1fr 1fr;
        margin-top: 40px;
    }
    .treatment-listing-sec .treatment-grid {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media screen and (max-width: 1024px) {
    .about-treatment__content {
        padding: 40px 30px;
    }
    .before-after-treatment__badge {
        top: 8px;
        left: 8px;
        padding: 6px 10px;
        font-size: 12px;
        line-height: 14px;
        letter-spacing: 1px;
    }
    .before-after-treatment__content {
        width: 35%;
    }
    .hygienist-cost__wrapper {
        grid-template-columns: 1fr;
    }
    .What-expect__item svg {
        width: 20px;
    }
    .What-expect__item span {
        flex: 1;
    }
    .cta-smile .inner-cta-smile {
        flex-direction: column;
        gap: 30px;
    }
    .cta-smile .inner-cta-smile .cta-left,
    .cta-smile .inner-cta-smile .cta-center {
        width: 100%;
        max-width: 100%;
        text-align: center;
    }
    .our-awards .awards-image {
        padding: 0 0px;
    }
    .finance-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 40px;
    }
    .finance-content {
        max-width: 100%;
        padding-right: 20px;
        padding-left: 20px;
        padding-top: 40px;
    }
    section.finance-section .finance-image img {
        width: 100%;
        object-fit: cover;
        height: 450px;
    }
}

@media screen and (max-width: 991px) {
    .about-treatment__content {
        padding: 40px 20px;
    }
    .before-after-treatment__content {
        width: 100%;
    }
    .before-after-treatment__content h2 {
        padding-top: 0px;
    }
    .before-after-treatment__wrapper {
        flex-direction: column;
    }
    .treatment-benefits__inner {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 60px 20px;
    }
    .treatment-benefits__item,
    .What-expect__item {
        font-size: 18px;
        gap: 13px;
        line-height: 22px;
    }
    .treatment-benefits__item svg {
        width: 20px;
    }
    .white-curve {
        position: absolute;
        right: 0;
        bottom: 0;
        display: none;
    }
    .career-section .career-wrapper {
        grid-template-columns: 1fr;
        gap: 0px;
    }
    .What-expect-treatment .career-wrapper .career-text {
        max-width: 100%;
    }
    .What-expect__list {
        padding-top: 0px;
        max-width: 100%;
    }
    .nhs-price-know .career-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .inner-number {
        padding-right: 15px;
    }
    .why-perfect-smile .content-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .top-why-perfect-smile {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .why-perfect-smile:after {
        display: none;
    }
    .why-perfect-smile .content-wrapper .text-content ul {
        padding: 40px 0;
        gap: 20px;
    }
    .career-section .career-wrapper .career-text {
        margin: 20px 0 40px 0;
        max-width: 100%;
    }
    .our-awards .awards-wrapper {
        flex-direction: column;
        width: 100%;
        gap: 30px;
    }
    .our-awards .awards-wrapper h2,
    .our-awards .awards-wrapper p {
        width: 100%;
        max-width: 100%;
        text-align: center;
    }
    .cta-smile {
        margin-top: 0px;
    }
    .treatments-grid {
        grid-template-columns: 1fr;
    }
    section.relax-sec {
        grid-template-columns: 1fr;
    }
    .relax-card.bg-blue {
        border-bottom-left-radius: 0px;
    }
    .treatment-listing-sec {
        background: var(--light-bg);
        padding-top: 60PX;
        padding-bottom: 60px;
    }
    .treatment-listing-header {
        max-width: 100%;
        margin-top: 0px;
        display: flex;
        flex-direction: column;
        gap: 30px;
    }
    .treatment-listing-sec .treatment-grid {
        grid-template-columns: 1fr 1fr;
    }
    .treatment-listing-inr {
        gap: 40px;
    }
    .relax-card.bg-blue {
        padding: 30px 20px 30px 20px;
        border-right: 15px solid var(--yellow-color);
    }
    .cta-smile.cta-treatment-list .inner-cta-smile .cta-left h2,
    .cta-smile.cta-treatment-list .inner-cta-smile .cta-center p {
        max-width: 100%;
    }
    .pricing-section-cta {
        min-height: 600px;
        padding-bottom: 60px;
        padding-top: 60px;
        background-position: center;
        position: relative;
    }
    .pricing-cta-buttons {
        gap: 15px;
        flex-wrap: wrap;
    }
    .pricing-section-cta::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgb(255 255 255 / 19%);
        z-index: 1;
    }
    .pricing-section-cta .container {
        z-index: 2;
    }
    .emergency-treatment-benefits .treatment-benefits__inner {
        padding: 40px 20px;
    }
    .faq-right-description h3 {
        margin-bottom: 10px;
    }
    .faq-right-description p {
        margin-bottom: 20px !important;
    }
}

@media screen and (max-width: 767px) {
    .hygienist-cost__wrapper {
        grid-template-columns: 1fr;
    }
    .clinic-listing .clinic-tab-content .clinic-card .clinic-left .clinic-buttons {
        margin-top: 0px;
        flex-wrap: wrap;
        gap: 10px;
    }
    .clinic-buttons .btn-outline, .clinic-buttons .btn-primary {
        width: 100%;
        text-align: center;
    }
    .treatment-block.active .clinic-price-grid { 
        max-height: 100%; 
    }
    .hygienist-cost__content {
        padding: 40px 20px;
    }
    .hygienist-cost__text {
        max-width: 100%;
    }
    .nhs-pricing .band-cards-wrap {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }
    .nhs-qualification-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .nhs-qualification-wrapper .nhs-left {
        order: 2;
    }
    .nhs-qualification-wrapper .nhs-right {
        order: 1;
        text-align: left;
    }
    .nhs-qualification .nhs-qualification-wrapper .nhs-center {
        order: 3;
        padding: 0px;
    }
    .curve-shape {
        display: none;
    }
    .nhs-qualification-wrapper .nhs-right h2 {
        margin-bottom: 0px;
    }
    .nhs-choose-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .our-story-img-text {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .our-story-grid {
        margin-top: 50px;
    }
    .map-left-text .map-number-grid {
        grid-template-columns: 1fr 1fr;
        gap: 30px 20px;
    }
    .inner-number:nth-child(2) {
        border: 0px;
    }
    .why-perfect-smile .content-wrapper .inner-text-content {
        flex-direction: column;
        align-items: center;
    }
    .why-perfect-smile .content-wrapper .inner-text-content h2 {
        text-align: center;
    }
    .treatment-grid .treatment-card {
        position: relative;
        border-radius: 10px;
        overflow: hidden;
        height: 350px;
    }
    .procedure-stats-container {
        display: grid;
        gap: 20px;
    }
    .invisalign-steps .step-icon {
        height: 100px;
    }
    .invisalign-steps .step-card {
        padding: 30px;
    }
    .invisalign-steps-warp {
        gap: 30px;
    }
    .procedure-time-item,
    .recuperation-time-item {
        gap: 10px;
    }
    .time-value {
        font-size: 20px;
        line-height: 26px;
    }
    .time-icon {
        width: 30px;
        height: 30px;
    }
    .treatment-benefits__inner {
        padding: 40px 20px;
        gap: 20px;
    }
    #team_enquiry_form .career-form .submit-wrap .nf-field-element .ninja-forms-field {
        width: 170px;
    }
    .page-id-188607 .hero-inner-banner {
        background-position: center;
        height: 70vh;
    }
}

@media screen and (max-width: 600px) {
    .before-after-treatment__pairs {
        grid-template-columns: repeat(1, 1fr);
        gap: 40px;
    }
    .our-story-grid {
        grid-template-columns: 1fr 1fr;
        margin-top: 40px;
    }
    .our-story-block .inner-story {
        border-top: 5px solid var(--yellow-color);
        padding-top: 15px;
    }
    .treatments-grid .treatment-card {
        /* display: none; */
        grid-template-columns: 1fr;
        gap: 5px;
    }
    .treatments-grid .treatment-card .twentytwenty-wrapper .treatment-media {
        height: 350px !important;
    }
    .treatment-listing-sec .treatment-grid {
        grid-template-columns: 1fr;
    }
    .relax-card.bg-blue {
        padding: 30px 20px 30px 20px;
        grid-template-columns: 1fr;
    }
    .invisalign-steps .step-content h2 {
        padding-right: 0px;
    }
}