/* banner
---------------------------------------------------------- */
/* css for this is in the /css/patterns/banner-and-stats.css file */
.bannerarea {
    background-color: transparent;
    overflow: visible;
    min-height: 570px;
}
.banner-content-holder {
    align-items: center;
    text-align: center;
    max-width: 1300px;
    margin: 0 auto;
}
.banner-content-holder h1 {
    max-width: unset;
}
.main-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 30px;
}

.gradient-smudge.banner-smudge {
    z-index: -1;
}
.gradient-smudge.banner-smudge .smudge {
    border-radius: 2751px;
    width: 2751px;
    height: 317px;
    transform: translate(-50%, -5%);
    left: 50%;
    top: 50%;
}

/* experience-trust-section
---------------------------------------------------------- */
/* css for this is in the /css/patterns/half-section.css file */
.experience-trust-section {
    position: relative;
    z-index: 1;
}
.experience-trust-section::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: -1px;
    left: 0;
    right: 0;
    bottom: -1px;
    background: transparent;
}
.half-section-title-holder {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 9px;
}
.half-section-title-holder h3 {
    font-size: var(--h2-font-size);
    line-height: 1.5;
    color: var(--secondary-color);
}
.half-section-content-box {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
}
.half-section-image-content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    border: 1px solid var(--accent-green);
    background: linear-gradient(104deg, #4C5A70 -12.31%, #2B3345 79.18%);
    box-shadow: 0px 8px 32px 0px rgba(55, 60, 89, 0.06), 0px 5px 8px 0px rgba(55, 60, 89, 0.06), 0px 10px 100px 0px rgba(55, 60, 89, 0.08);
    gap: 20px;
    padding: 58px 50px;
    max-width: 315px;
    margin-top: -210px;
}
.half-section-image-content h3 {
    color: var(--white);
    font-size: var(--h1-font-size);
    line-height: 1.12;
    letter-spacing: .48px;
}
.half-section-image-content p {
    color: var(--white);
    letter-spacing: 1px;
    margin-bottom: 0;
}

@media (max-width: 1300px) {
    .half-section-image-content {
        padding: 38px 40px;
        margin-top: -90px;
    }
}
@media (max-width: 1100px) {
    .half-section-image-content {
        margin-top: -60px;
    }
}
@media (max-width: 900px) {
    .half-section-image-holder {
        margin-bottom: 50px;
    }
}
@media (max-width: 600px) {
    .half-section-image-content {
        margin-top: 40px;
    }
}
@media (max-width: 500px) {
    .half-section-image-content {
        margin-top: 50px;
        padding: 28px 30px;
    }
}

/* qore-values-section
---------------------------------------------------------- */
.qore-values-section {
    position: relative;
    z-index: 0;
    padding: 100px 40px;
}
.qore-values-section::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: -1px;
    left: 0;
    right: 0;
    bottom: -1px;
    background: transparent;
}
.qore-values-inner {
    max-width: 1700px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
}
.qore-values-title-holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    text-align: center;
    max-width: 1500px;
}
.qore-values-title-holder h2 {
    font-size: var(--h1-font-size);
    letter-spacing: .48px;
    line-height: 1.12;
    color: var(--main-color);
}
.qore-values-title-holder p {
    letter-spacing: 1px;
    margin-bottom: 0;
}
.qore-values-content-holder {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 40px;
}
.qore-values-content-box {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 25px;
    padding: 35px 48px;
    border: 1px solid var(--accent-green);
    background: linear-gradient(104deg, #4C5A70 -12.31%, #2B3345 79.18%);
    box-shadow: 0px 8px 32px 0px rgba(55, 60, 89, 0.06), 0px 5px 8px 0px rgba(55, 60, 89, 0.06), 0px 10px 100px 0px rgba(55, 60, 89, 0.08);
    color: var(--white);
    max-width: 640px;
}
.qore-values-content-box h4 {
    font-size: var(--h2-font-size);
    line-height: 1.5;
    letter-spacing: 0px;
}
.qore-values-content-box p {
    letter-spacing: 1px;
}

.gradient-smudge.qore-values-smudge .smudge {
    border-radius: 1214px;
    width: 1214px;
    height: 978px;
    transform: translate(-70%, -50%);
    left: 0%;
    top: 20%;
}
.gradient-smudge.qore-values-smudge .smudge::before {
    background: linear-gradient(240deg, rgba(213, 241, 161, 0.50) 4.67%, rgba(48, 191, 255, 0.50) 44.99%, rgba(76, 90, 112, 0.50) 85.31%);
    transform: rotate(83deg);
}

@media (max-width: 700px) {
    .qore-values-section {
        padding: 50px 25px;
    }
    .qore-values-inner {
        gap: 50px;
    }
    .qore-values-content-box {
        padding: 30px 25px;
    }
}

/* global-dental-relief-section
---------------------------------------------------------- */
/* css for this is in the /css/patterns/half-section.css file */
.global-dental-relief-section {
    position: relative;
    z-index: 0;
}
.global-dental-relief-section::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: -1px;
    left: 0;
    right: 0;
    bottom: -1px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, var(--light-blue) 100%);
}
.half-section-upper-title-box {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 45px;
    text-align: center;
    padding-bottom: 45px;
}
.global-dental-relief-section .half-section-content-holder {
    max-width: 730px;
    gap: 35px;
}
.global-dental-relief-section .half-section-content-holder p {
    max-width: 730px;
    letter-spacing: 1px;
}
.global-dental-relief-section .half-section-content-holder ul {
    margin: 0 0 0 30px;
    letter-spacing: 1px;
}
.global-dental-relief-section .half-section-title-holder {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 9px;
}
.global-dental-relief-section .half-section-title-holder h3 {
    font-size: var(--h1-font-size);
    line-height: 1.12;
    letter-spacing: .48px;
    color: var(--main-color);
}
.global-dental-relief-section .half-section-content-box {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
}
.global-dental-relief-section .half-section-image-holder {
    max-width: 626px;
    max-height: 626px;
}
.global-dental-relief-section .curve-corner-image {
    max-width: 626px;
    max-height: 626px;
    margin-right: 22px;
    margin-bottom: 22px;
}

@media (max-width: 1200px) {
    .global-dental-relief-section .half-section-image-holder {
        max-width: 426px;
        max-height: 426px;
    }
    .global-dental-relief-section .curve-corner-image {
        max-width: 426px;
        max-height: 426px;
        margin-right: 22px;
        margin-bottom: 22px;
    }
}
@media (max-width: 900px) {
    .global-dental-relief-section .half-section-image-holder {
        margin-bottom: 50px;
    }
}
@media (max-width: 500px) {
    .global-dental-relief-section .half-section-image-holder {
        max-width: 330px;
        max-height: 330px;
    }
    .global-dental-relief-section .curve-corner-image {
        max-width: 330px;
        max-height: 330px;
        margin-right: 15px;
        margin-bottom: 15px;
    }
}

/* proven-track-record-section
---------------------------------------------------------- */
/* css for this is in the /css/patterns/slider-and-faq.css file */
.proven-track-record-slider-holder .dentist-holder {
    min-height: 370px;
}
@media (max-width: 800px) {
    .proven-track-record-slider-holder .dentist-holder {
        min-height: 320px;
    }
}
@media (max-width: 500px) {
    .proven-track-record-slider-holder .dentist-holder {
        min-height: 400px;
    }
}
@media (max-width: 400px) {
    .proven-track-record-slider-holder .dentist-holder {
        min-height: 420px;
    }
}

/* faq-section
---------------------------------------------------------- */
/* css for this is in the /css/patterns/slider-and-faq.css file */
