.bannerarea {
    position: relative;
    display: flex;
}
.bannerarea {
    min-height: 750px;
    position: relative;
    display: flex;
    justify-content: space-between;
    background-color: var(--white);
    overflow: hidden;
    align-items: center;
    flex-direction: row;
}

.banner-right {
    background-image: url('../images/selma-banner.webp');
}

.banner-title p {
    color: var(--black);
    font-size: var(--h1-font-size);
    font-family: var(--font-family-main);
    font-weight: var(--font-weight-normal);
    text-transform: var(--text-transform-normal);
    margin: var(--text-margin-normal);
}


.selma-center {
    place-items: anchor-center;
}

@media (min-width: 2000px) {
    .bannerarea {
        min-height: 100vh;
    }
}

@media (max-width: 1025px) {
    .bannerarea {
        flex-direction: column-reverse;
        padding: 0;
    }
}

@media only screen and (max-width: 767px) {
    .bannerarea .banner-right {
        background-image: url('../images/home-banner-t.webp');
        height: min(100vw, 700px);
        background-position: center top;
    }
}
@media (max-width: 600px) {
    .bannerarea .banner-right {
        background-image: url('../images/home-banner-t.webp');
    }
    .banner-title p {
        letter-spacing: normal;
    }
}

/* cta_welcome_1_css
---------------------------------------------------------- */
.cta_welcome_1 {
    text-align: center;
    padding: 100px 0;
    position: relative;
    z-index: 1;
}

.loaded .cta_welcome_1 {
    background: url(../images/cta_welcome_1.webp) no-repeat center;
    background-size: cover;
}

.cta_welcome_1 .container {
    display: flex;
    flex-direction: column;
    gap: 40px 0;
    max-width: min(100%, 1500px);
}

.cta_welcome_1 .welcome-top-title * {
    margin: 0;
}

.cta_welcome_1 .welcome-top-title h1 {
    color: var(--tertiary, #E3EEFB);
    text-align: center;

    /* Desktop/Heading 4 */
    font-family: 'Lustria';
    font-size: clamp(17px, 2.2vw + 1px, 25px);
    font-style: normal;
    font-weight: 400;
    line-height: 138%; /* 34.5px */
    letter-spacing: 1.15px;
    text-transform: uppercase;
}

.cta_welcome_1 .welcome-top-title h2 {
    color: var(--tertiary, #E3EEFB);
text-align: center;

/* Desktop/Heading 1 */
font-family: 'Lustria';
font-size: clamp(40px, 5vw + 1px, 64px);
font-style: normal;
font-weight: 400;
line-height: 120%; /* 76.8px */
letter-spacing: 2px;
}

.cta_welcome_1 p a,
.cta_welcome_1 .welcome p a:visited {
    color: var(--black);
    font-weight: bold;
}

.cta_welcome_1 .welcome-button a {
    margin: 0 auto;
}

.cta_welcome_1 .welcome-content p {
    margin: 0;
    font-family: var(--font-family-secondary);
    color: var(--white);
    font-size: var(--font-size-main);
    padding: 20px 10px;
}

/* meet_the_staff_2_css
---------------------------------------------------------- */
.meet_the_staff_2 {
    padding: 100px 25px;
    position: relative;
    z-index: 1;
}
.loaded .meet_the_staff_2:before {
    content: '';
    position: absolute;
    bottom: 50%;
    left: 0;
    transform: translateY(50%);
    width: min(100%, 100%);
    height: min(40vw, 600px);
    background: url(../images/light-blue-bg.webp) no-repeat center;
    background-size: cover;
    z-index: 0;
}

.meet_the_staff_2 .meet-staff-flex {
    width: min(100%, 1600px);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 25px;
    position: relative;
    z-index: 1;
}

.meet_the_staff_2 .meet-staff-right {
    width: min(48%, 724px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    text-align: left;
}

.meet_the_staff_2 .meet-staff-title * {
    color: var(--secondary-color);
}
.meet_the_staff_2 .meet-staff-title h2 {
    font-family: var(--font-family-secondary);
    text-transform: uppercase;
}
.meet_the_staff_2 .meet-staff-title h3 {
    font-family: var(--font-family-main);
    font-size: var(--h4-font-size);
    line-height: var(--line-height-normal);
    letter-spacing: var(--heading-letter-spacing-normal);
    color: var(--black);
    letter-spacing: 1.15px;
}

.meet_the_staff_2 .meet-staff-right p {
    margin: 0;
}

.meet_the_staff_2 .meet-staff-aff .external-link {
    display: none;
}

.dentist-aff a,
.dentist-aff img {
    display: block;
}

.meet_the_staff_2 .meet-staff-right .main-btn {
    margin: 0;
}

.meet_the_staff_2 .meet-staff-left {
    display: block;
    height: min(50vw, 763px);
    width: min(48%, 666px);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    border-radius: 400px 400px 0 0;
}

    .meet-staff-left1 {
        width: 50%;
    }

    .question-spacing {
        padding: 15px 0px;
    }

    .question-faq {
        padding: 31px 71px 30px 71px;
        justify-content: center;
        background: #fff;
        align-items: center;
        width: 100%;
        align-self: stretch;
        border: 3px solid var(--secondary, #00003A);
    }

.loaded .meet_the_staff_2 .meet-staff-left {
    background-image: url('../images/villarreal-home.webp');
}

.question-faq h3 {
    color: var(--main, #10C1FF);

    /* Desktop/Heading 4 */
    font-family: 'Lustria';
    font-size: clamp(18px, 2vw + 1px, 25px);
    font-style: normal;
    font-weight: 400;
    line-height: 138%; /* 34.5px */
    letter-spacing: 1.15px;
    text-transform: uppercase;
}

@media (max-width: 1025px) {
    .meet_the_staff_2 .meet-staff-flex {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: min(100%, 600px);
    }
    .question-faq {
        padding: 20px 40px 20px 40px;
    }
    .meet_the_staff_2 .meet-staff-left {
        display: block;
        height: min(100vw, 763px);
        width: min(100%, 666px);
    }
    .meet_the_staff_2 .meet-staff-left1 {
        width: 100%
    }
    .meet_the_staff_2 .meet-staff-right {
        width: min(100%, 724px);
    }
    .meet_the_staff_2:before {
        width: 100%;
    }
    .meet_the_staff_2:before {
        transform: translateY(40%);
        width: 100%;
        height: min(55vw, 600px);
        right: 0;
        top: 0;
    }
}

@media only screen and (max-width: 991px) {
    .meet_the_staff_2 {
        padding: 50px 25px;
    }
}

@media (max-width: 767px) {
    .meet_the_staff_2:before {
        top: 8vw;
    }
}

/* meet_the_staff_7_css
---------------------------------------------------------- */
.meet_the_staff_7 {
    position: relative;
}

.meet_the_staff_7 .meet-the-staff-flex {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: min(100%, 2000px);
    margin: 0 auto;
}
.meet_the_staff_7 .meet-the-staff-flex.top,
.meet_the_staff_7 .meet-the-staff-flex.bottom {
    flex-direction: row-reverse;
}

.meet_the_staff_7 .meet-the-staff-left {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    width: min(50%, 960px);
    height: 48vw;
}
.loaded .meet_the_staff_7 .meet-the-staff-left {
    background-image: url('../images/meet-the-team-seven-photo.webp');
}

.loaded .meet_the_staff_7 .meet-the-staff-flex .meet-the-staff-left {
    background-image: url('../images/invisalign-selma.webp');
}

.loaded .meet_the_staff_7 .meet-the-staff-flex.top .meet-the-staff-left {
    background-image: url('../images/dental-implants-selma.webp');
}

.loaded .meet_the_staff_7 .meet-the-staff-flex.bottom .meet-the-staff-left {
    background-image: url('../images/veneers-selma.webp');
}

.meet_the_staff_7 .meet-the-staff-right {
    width: min(50%, 960px);
    height: 48vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 56px 0;
    background-color: var(--secondary, #00003A);
    color: #fff;
}

.meet_the_staff_7 .meet-the-staff-inner-box {
    display: flex;
    flex-direction: column;
    gap: 34px;
    height: 100%;
    justify-content: center;
    width: min(90%, 694px);
}

.meet_the_staff_7 .meet-the-staff-right .meet-the-staff-title * {
    color: var(--main, #10C1FF);
font-feature-settings: 'liga' off, 'clig' off;

/* Desktop/Heading 2 */
font-family: Lato;
font-size: 45px;
font-style: normal;
font-weight: 700;
line-height: 124%; /* 55.8px */
letter-spacing: 2px;
text-transform: uppercase;
    margin: 0;
}

.meet_the_staff_7 .meet-the-staff-content p {
    margin: 0;
}

/* meet_the_staff_7 Responsive */
@media (max-width: 1550px) {
    .meet_the_staff_7 .meet-the-staff-right {
    height: 55vw;
    }
    .meet_the_staff_7 .meet-the-staff-left {
        height: 55vw;
    }
}

@media (max-width: 1420px) {
        .meet_the_staff_7 .meet-the-staff-right {
        height: 65vw;
    }
    .meet_the_staff_7 .meet-the-staff-left {
        height: 65vw;
    }
}

@media (max-width: 1150px) {
        .meet_the_staff_7 .meet-the-staff-right {
        height: 75vw;
    }
    .meet_the_staff_7 .meet-the-staff-left {
        height: 75vw;
    }
}

@media (max-width: 1025px) {
    .meet_the_staff_7 {
        flex-wrap: wrap;
    }
    .meet_the_staff_7 .meet-the-staff-flex,
    .meet_the_staff_7 .meet-the-staff-flex.top,
    .meet_the_staff_7 .meet-the-staff-flex.bottom {
        flex-direction: column;
    }

    .meet_the_staff_7 .meet-the-staff-right {
        width: 100%;
        height: 100%;
    }

    .meet_the_staff_7 .meet-the-staff-left {
        width: 100%;
        height: min(71vw, 750px);
    }
}

@media (max-width: 715px) {

}