/* Custom Internal Page Styles */

.internalpage_1 .container {
    max-width: 100%;
}



/* cta_welcome_1_css
---------------------------------------------------------- */
.cta_welcome_1 {
    text-align: left;
    padding: 75px 25px;
    position: relative;
    z-index: 1;
    background-color: var(--white);
}

.cta_welcome_1 .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 40px 0;
    width: min(100%, 1700px);
}

.cta_welcome_1 .welcome-top-title * {
    margin: 0;
}

.cta_welcome_1 .welcome-top-title h1 {
    font-family: var(--font-family-main);
    font-size: var(--h1-font-size);
    font-style: normal;
    font-weight: var(--font-weight-bold);
    line-height: var(--line-height-normal);
    letter-spacing: var(--heading-letter-spacing-normal);
    text-transform: var(--heading-text-transform-normal);
    margin: var(--text-margin-normal);
    color: var(--secondary-color);

}

.cta_welcome_1 .welcome-top-title h3 {
    color: var(--black);
    font-family: var(--font-family-secondary);
    font-size: var(--h4-font-size);
    line-height: var(--line-height-normal);
    letter-spacing: var(--heading-letter-spacing-normal);
}

.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;
}



/* cta_welcome_4_css
---------------------------------------------------------- */
.cta_welcome_4 {
    text-align: center;
    padding: 25px 25px 75px;
    position: relative;
    z-index: 1;
}

.cta_welcome_4 .container {
    display: flex;
    flex-direction: column;
    gap: 40px 0;
    width: min(100%, 1800px);
}

.cta_welcome_4 .welcome-top-title * {
    margin: 0;
    color: var(--main-color);
}

.cta_welcome_4 .welcome-top-title h2 {
    font-family: var(--font-family-secondary);
    font-size: var(--h2-font-size);
    font-style: normal;
    font-weight: 600;
    line-height: var(--line-height-normal);
    letter-spacing: var(--heading-letter-spacing-normal);
    text-transform: var(--heading-text-transform-uppercase);
    margin: var(--text-margin-normal);
}

.cta_welcome_4 .welcome-top-title h3 {
    font-family: var(--font-family-secondary);
    font-size: var(--h4-font-size);
    line-height: var(--line-height-normal);
    letter-spacing: var(--heading-letter-spacing-normal);
}

.cta_welcome_4 p a,
.cta_welcome_4 .welcome p a:visited {
    color: var(--white);
    font-weight: bold;
}

.cta_welcome_4 .welcome-button a {
    margin: 0 auto;
    border-color: var(--white);
    color: var(--white);
}

.cta_welcome_4 .welcome-content p {
    margin: 0;
}

.cta_welcome_4 .ba-slick img{
    width: 100%;
    padding: 0 25px;
}

.cta_welcome_4 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(--secondary-color);
}
.cta_welcome_4 ul.slick-dots {
    justify-content: center;
    display: flex;
    align-items: center;
    margin: 50px auto 0;
    list-style-type: none;
    gap: 25px;
}
.cta_welcome_4  ul.slick-dots li {
    display: flex;
}
.cta_welcome_4  ul.slick-dots button:hover,
.cta_welcome_4  ul.slick-dots .slick-active button {
    background-color: var(--secondary-color);
}



/* meet_the_staff_2_css
---------------------------------------------------------- */
.meet_the_staff_2 {
    padding: 100px 25px;
    position: relative;
    z-index: 1;
    border-top: 20px solid var(--secondary-color);
    background-color: var(--accent);
}

.meet_the_staff_2 .meet-staff-flex {
    width: min(100%, 1800px);
    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(55%, 960px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 35px;
    text-align: left;
}

.meet_the_staff_2 .meet-staff-title * {
    color: var(--secondary-color);
}
.meet_the_staff_2 .meet-staff-right 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);
    text-transform: var(--heading-text-transform-uppercase);
}
.meet_the_staff_2 .meet-staff-right .content-holder {
    display: flex;
    flex-direction: column;
    gap: 35px;
}
.meet_the_staff_2 .meet-staff-right p {
    margin: 0;
    font-size: clamp(18px, 1.5vw, 23px);
}

.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(45%, 574px);
    display: flex;
    align-items: center;
}

@media (max-width: 1025px) {
    .meet_the_staff_2 .meet-staff-flex {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: min(100%, 600px);
    }
    .meet_the_staff_2 .meet-staff-left {
        display: block;
        height: min(115vw, 763px);
        width: min(100%, 574px);
    }
    .meet_the_staff_2 .meet-staff-right {
        width: min(100%, 960px);
    }
    .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_5_css
---------------------------------------------------------- */
.meet_the_staff_5 {
    padding: 75px 25px;
    position: relative;
    z-index: 1;
    border-top: 20px solid var(--secondary-color); 
}

.meet_the_staff_5 .meet-staff-flex {
    width: min(100%, 1800px);
    margin: 0 auto;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    gap: 25px;
    position: relative;
    z-index: 1;
}

.meet_the_staff_5 .meet-staff-right {
    width: min(55%, 960px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 35px;
    text-align: left;
}

.meet_the_staff_5 .meet-staff-title * {
    color: var(--secondary-color);
}
.meet_the_staff_5 .meet-staff-right 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);
    text-transform: var(--heading-text-transform-uppercase);
}
.meet_the_staff_5 .meet-staff-right .content-holder {
    display: flex;
    flex-direction: column;
    gap: 35px;
}
.meet_the_staff_5 .meet-staff-right p {
    margin: 0;
    font-size: clamp(18px, 1.5vw, 23px);
}

.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(50vw, 763px);
    width: min(45%, 574px);
    display: flex;
    align-items: center;
}

@media (max-width: 1025px) {
    .meet_the_staff_5 .meet-staff-flex {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: min(100%, 600px);
    }
    .meet_the_staff_5 .meet-staff-left {
        display: block;
        height: min(100vw, 763px);
        width: min(100%, 574px);
    }
    .meet_the_staff_5 .meet-staff-right {
        width: min(100%, 960px);
    }
    .meet_the_staff_5:before {
        width: 100%;
    }
    .meet_the_staff_5:before {
        transform: translateY(40%);
        width: 100%;
        height: min(55vw, 960px);
        right: 0;
        top: 0;
    }
}

@media only screen and (max-width: 991px) {
    .meet_the_staff_5 {
        padding: 50px 25px;
    }
}

@media (max-width: 767px) {
    .meet_the_staff_5:before {
        top: 8vw;
    }
}


 /* meet_the_staff_2 SECTION 5 
 ----------------------------------------------------------*/

 .meet_the_staff_2.section_5 .meet-staff-right {
    width: min(60%, 1100px);
}
@media (max-width: 1025px) {
    .meet_the_staff_2.section_5 .meet-staff-left {
        height: min(150vw, 763px);
    }
    .meet_the_staff_2.section_5 .meet-staff-left #section_5-photo {
        display: flex;
        justify-content: center;
    }
    .meet_the_staff_2.section_5 .meet-staff-right {
        width: min(100%, 960px);
    }
}


/* cta_welcome_2_css
---------------------------------------------------------- */
.cta_welcome_2 {
    text-align: center;
    padding: 50px 0;
    position: relative;
    z-index: 1;
    border-bottom: 20px solid var(--secondary-color);
    border-top: 20px solid var(--secondary-color);
}
.cta_welcome_2 .container {
    display: flex;
    flex-direction: column;
    gap: 24px 0;
    width: min(100%, 1200px);
    justify-content: center;
}
.cta_welcome_2 .welcome-top-title * {
    margin: 0;
}
.cta_welcome_2 .welcome-top-title h2 {
    font-family: var(--font-family-secondary);
    font-size: var(--h2-font-size);
    font-style: normal;
    font-weight: 600;
    line-height: var(--line-height-normal);
    letter-spacing: var(--heading-letter-spacing-normal);
    text-transform: var(--heading-text-transform-uppercase);
    margin: var(--text-margin-normal);
    color: var(--main-color);
}
.cta_welcome_2 .welcome-button a {
    margin: 0 auto;
}
.cta_welcome_2 .welcome-content p {
    margin: 0;
}
.cta_welcome_2 .content-holder a {
    display: flex;
    gap: 20px;
    align-items: center;
    padding: 10px;
}
.cta_welcome_2 .content-holder{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 5%;
}