/* Healthy Start Custom CSS */

/* meet_the_staff_1_css
---------------------------------------------------------- */
.meet_the_staff_1 {
    padding: 100px 25px;
    position: relative;
    z-index: 1;
    background-image: url('../images/new-pattern-bg-2.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.meet_the_staff_1 .meet-staff-flex {
    width: min(100%, 1550px);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 25px;
}

.meet_the_staff_1 .meet-staff-right {
    width: min(100%, 800px);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    text-align: left;
}

.meet_the_staff_1 .meet-staff-right hr {
    width: min(100%, 536px);
    height: 1px;
    background: rgba(255, 255, 255, 0.20);
    margin: 0 auto 0 0;
}
.meet_the_staff_1 .meet-staff-right p {
    margin: 0;
}
.meet_the_staff_1 .meet-staff-right ul{
    list-style: none;
    margin: 0 auto 0 0;
    padding: 0;
}
.meet_the_staff_1 .meet-staff-right ul li{
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}
.meet_the_staff_1 .meet-staff-aff .external-link {
    display: none;
}

.dentist-aff a,
.dentist-aff img {
    display: block;
}

.meet_the_staff_1 .meet-staff-right .main-btn {
    margin: 0;
}

.meet_the_staff_1 .meet-staff-left {
    display: block;
    height: min(80vw, 640px);
    width: min(100%, 600px);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
}
.loaded .meet_the_staff_1 .meet-staff-left {
    background-image: url('../images/what-is-photo.webp');
}

@media only screen and (max-width: 1200px) {
    .meet_the_staff_1 .meet-staff-flex {
        flex-wrap: wrap;
        justify-content: center;
    }
    .meet_the_staff_1 .meet-staff-box {
        margin: 0 auto;
    }
    .meet_the_staff_1 {
        padding: 50px 25px;
    }
}


/* cta_welcome_8_css
---------------------------------------------------------- */
.cta_welcome_8 {
    padding: 100px 25px;
    background-color: var(--white);
    position: relative;
    background-color: #303234;
}

.cta_welcome_8 .container {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1720px;
}
.cta_welcome_8-top-title {
    padding-bottom: min(7%, 60px);
}
.cta_welcome_8-top-title h2 {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    margin: 0;
    text-align: left;
    font-size: 64px;
    font-style: normal;
    font-weight: 600;
    line-height: 106.667px;
}

.cta_welcome_8-cards {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    width: 100%;
}

.cta_welcome_8-card {
    width: min(100%, 550px);
    display: flex;
    flex-direction: column;
    padding: 35px;
    gap: 20px;
    margin: 0;
    background-color: #fff;
}

.cta_welcome_8-card h4 {
    color: #333;
    font-size: 32px;
    font-family: Lora;
    font-style: normal;
    font-weight: 600;
    text-transform: capitalize;
}

.cta_welcome_8-content {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.cta_welcome_8-content p {
    margin: 0;
    color: #333;
}

@media all and (max-width: 991px) {
    .cta_welcome_8-cards {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}
@media (max-width: 600px) {
    .cta_welcome_8 {
        padding: 50px 0;
    }
}



/* meet_the_staff_5_css
---------------------------------------------------------- */
.meet_the_staff_5 {
    padding: 0 25px 100px;
    background-color: #303234;
    position: relative;
    z-index: 1;
    background-size: cover;
    background-position: bottom center;
}
.meet_the_staff_5:after {
    content: "";
    position: absolute;
    bottom: -50%;
    left: -50%;
    width: 100%;
    height: 100%;
    background-image: url('../images/symptoms-bg.webp');
    background-size: cover;
    background-position: center center;
    z-index: -1;
}
.meet_the_staff_5 .meet-staff-flex {
    width: min(100%, 1600px);
    margin: 0 auto;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 1;
}

.meet_the_staff_5 .meet-staff-right {
    width: min(55%, 955px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
    text-align: left;
}
.meet_the_staff_5 .meet-staff-right ul {
    column-count: 3;
    column-gap: 15px;
    background: linear-gradient(180deg, rgba(229, 178, 78, 0.10) 0%, rgba(179, 141, 68, 0.10) 100%);
    padding: 30px;
    border: 1px solid rgba(179, 141, 68, 0.30);
    margin: 0 auto 0 0;
    list-style-image: url('../images/star-points.svg');
    list-style-position: inside;
    width: 100%;
}
.meet_the_staff_5 .meet-staff-right p {
    margin: 0;
    width: min(100%, 780px);
}

.meet_the_staff_5 .meet-staff-aff .external-link {
    display: none;
}

.dentist-aff a,
.dentist-aff img {
    display: block;
}

.meet_the_staff_5 .meet-staff-right .main-btn {
    margin: 0;
}

.meet_the_staff_5 .meet-staff-left {
    display: block;
    height: min(60vw,840px);
    width: min(50%, 730px);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
.loaded .meet_the_staff_5 .meet-staff-left {
    background-image: url('../images/symptoms-photo.webp');
}

@media (max-width: 1300px) {
    .meet_the_staff_5 .meet-staff-flex {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: min(100%, 900px);
    }
    .meet_the_staff_5 .meet-staff-left {
        display: block;
        height: min(100vw, 763px);
        width: min(100%, 666px);
    }
    .meet_the_staff_5 .meet-staff-right {
        width: min(100%, 724px);
    }
}

@media only screen and (max-width: 991px) {
    .meet_the_staff_5 {
        padding: 50px 25px;
    }
}

@media (max-width: 767px) {
    .meet_the_staff_5 .meet-staff-right ul {
        column-count: 2;
    }
}

@media (max-width: 450px) {
    .meet_the_staff_5 .meet-staff-right ul {
        column-count: 1;
    }
}


/* cta_welcome_9_css
---------------------------------------------------------- */
.cta_welcome_9 {
    padding: 73px 0;
    background-color: #303234;
    position: relative;
}

.cta_welcome_9 .container {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1700px;
}
.cta_welcome_9-top-title {
    padding-bottom: min(5%, 48px);
}
.cta_welcome_9-top-title h2 {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    margin: 0;
    text-align: center;
    color: #fff;
}

.cta_welcome_9-cards {
    display: flex;
    justify-content: center;
    gap: 35px;
    width: 100%;
    position: relative;
}
.cta_welcome_9-cards::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: min(100%, 1700px);
    height: min(50vw, 612px);
    background-image: url('../images/new-pattern-bg-2.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
    border-radius: 20px;
}

.cta_welcome_9-card {
    width: min(100%, 466px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0;
}

.cta_welcome_9-photo {
    height: min(80vw, 592px);
    width: min(100%, 466px);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.loaded .cta_welcome_9-photo.p1 {
    background-image: url('../images/airway-bg1.webp');
}

.loaded .cta_welcome_9-photo.p2 {
    background-image: url('../images/airway-bg2.webp');
}

.loaded .cta_welcome_9-photo.p3 {
    background-image: url('../images/airway-bg3.webp');
}

.loaded .cta_welcome_9-icon {
    width: min(100%, 146px);
    height: min(100%, 146px);
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    top: -55%;
}

.loaded .cta_welcome_9-icon.icon-significantly {
    background-image: url('../images/icon-significantly.webp');
}

.loaded .cta_welcome_9-icon.icon-medium {
    background-image: url('../images/icon-medium.webp');
}

.loaded .cta_welcome_9-icon.icon-ideal {
    background-image: url('../images/icon-ideal.webp');
}

.cta_welcome_9-content {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: flex-start;
    padding: min(5%, 40px);
    height: min(100%, 300px);
    position: relative;
    margin-top: 15%;
}

.cta_welcome_9-card h4 {
    font-family: Lora;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 45.333px;
    color: #fff;
    text-transform: capitalize;
}

.cta_welcome_9-content p {
    margin: 0;
    color: var(--white);
}

a.cta_welcome_9-link {
    color: var(--white);
    font-weight: var(--font-weight-bold);
    display: flex;
    align-items: center;
    gap: 10px;
    text-transform: uppercase;
}
a.cta_welcome_9-link svg path {
fill: var(--white);
}
a.cta_welcome_9-link svg path,
a.cta_welcome_9-link svg circle {
    stroke: var(--white);
}

@media all and (max-width: 991px) {
    .cta_welcome_9-cards {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .cta_welcome_9-cards::before {
        height: 95%;
    }
    .loaded .cta_welcome_9-icon {
        top: -75%;
    }
}
@media (max-width: 600px) {
    .cta_welcome_9 {
        padding: 50px 0;
    }
    .loaded .cta_welcome_9-icon {
        top: -55%;
    }
}



/* review_11_css
---------------------------------------------------------- */
.review_11 {
    background-color: #303234;
}
.review_11 .reviews-flex {
    display: flex;
    width: min(100%, 1800px);
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px 0;
    padding: min(10%, 112px) min(5%, 25px);
}
.review_11 .reviews-top-title h2 {
    color: var(--white);
}
.review_11 .reviews-slide-info-content p {
    margin: 0;
}
.review_11 .reviews-slide-info-content h4 {
    color: var(--white);
    font-size: var(--h3-font-size);
    line-height: var(--line-height-normal);
}
.review_11 .reviews-top-title {
    text-align: center;
    width: min(100%, 1100px);
}
.review_11 .reviews-star {
    height: min(30vw, 38px);
    width: min(100%, 192px);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 20px 0;
}
.slick-next,
.slick-prev {
   width: 50px;
}
.slick-prev {
    left: -50px;
}
.slick-next {
    right: 0;
}
.slick-prev::before,
.slick-next::before {
   display: none;
}
.review_11 .reviews-button {
    display: flex;
    gap: 30px;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 40px;
}
.review_11 .reviews-button a,
.review_11 .reviews-button button {
    margin: 0;
}
.review_11 .reviews-slider-info {
    position: relative;
    z-index: 1;
    width: 100%;
    color: var(--white);
}
.review_11 .reviews-slider-info-slide {
    margin: 25px;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: min(40vw, 436px);
}
.review_11 .reviews-slider-info-slide.ba1 {
    background-image: url('../images/ba1.webp');
}
.review_11 .reviews-slider-info-slide.ba2 {
    background-image: url('../images/ba2.webp');
}
.review_11 .reviews-slider-info-slide.ba3 {
    background-image: url('../images/ba1.webp');
}
.review_11 .reviews-slider-info-slide.ba4 {
    background-image: url('../images/ba2.webp');
}
.review_11 .reviews-nav-holder {
    position: relative;
    margin: 0 auto;
}
.review_11 .reviews-button .main-btn.secondary {
    color: var(--white);
    border-color: var(--white);
}
.review_11 .reviews-button .main-btn.secondary:hover {
    background-color: var(--light-button-hover-bg-color);
    border-color: var(--light-button-hover-border-color);
}
.review_11 .reviews-nav-holder ul.slick-dots li {
    display: flex;
}
.review_11 .reviews-nav-holder ul.slick-dots button {
    background-color: transparent;
    font-size: 0;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    transition: ease-in-out 0.5s;
    border: 2px solid var(--white);
}
.review_11 .reviews-nav-holder ul.slick-dots {
    justify-content: center;
    display: flex;
    align-items: center;
    margin: 0 auto;
    list-style-type: none;
    gap: 25px;
}
.review_11 .reviews-nav-holder ul.slick-dots button:hover,
.review_11 .reviews-nav-holder ul.slick-dots .slick-active button {
    background-color: var(--white);
}
@media (max-width: 1300px) {
    .review_11 .reviews-slide-info-content {
        min-height: 350px;
    }
}
@media (max-width: 1025px) {
    .review_11 .reviews-button {
        justify-content: center;
    }
    .review_11 {
        padding: 50px 25px;
    }
    .review_11 .reviews-flex {
        gap: 30px 0;
    }
}



/* fillable_form_5_css
---------------------------------------------------------- */
.fillable_form_5 {
    padding: 73px 0;
    background-color: #303234;
    position: relative;
}
.fillable_form_5 .fillable-form-container {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    text-align: left;
    flex-direction: row-reverse;
    width: min(100%, 1700px);
    background-image: url('../images/new-pattern-bg-2.webp')
}

.fillable_form_5 .fillable-form-left {
    width: min(55%, 100%);
    padding: 60px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}

.fillable_form_5 .fillable-form-right {
    width: min(45%, 100%);
    height: min(100vw, 800px);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
}

.loaded .fillable_form_5 .fillable-form-right {
    background-image: url('../images/contact-photo.webp');
}

.fillable_form_5 .fillable-form-inner-box {
    width: 100%;
    margin: 0 auto;
}

.fillable_form_5 .fillable-form-title {
    color: #000;
}
.fillable_form_5 .fillable-form-title h2 {
    font-size: 48px;
    color: #000;
}

.fillable_form_5 .fillable-form-holder {
    width: 100%;
}

#fillable_form_5 .bp-submit-wrap {
    margin-top: 33px;
}

div#fillable_form_5 .bp-submit-wrap button[type='submit'] {
    color: #B38D44;
    background-color: transparent;
    border-color: #B38D44;
}

div#fillable_form_5 .bp-submit-wrap button[type='submit']:hover {
    background-color: #B38D44;
    color: #fff;
    border-color: #B38D44;
}
#fillable_form_5 .floating-label input {
    border-radius: 0;
}

@media (max-width: 1200px) {
    .fillable_form_5 .fillable-form-container {
        flex-direction: column-reverse;
    }

    .fillable_form_5 .fillable-form-left {
        width: 100%;
        padding: 30px 25px;
    }

    .fillable_form_5 .fillable-form-right {
        width: 100%;
        height: min(76vw, 639px);
    }
    #fillable_form_5 .bp-submit-wrap {
        margin-top: 20px;
    }
}