/* base styles */
.container {
    max-width: inherit;
}

/* Home Styles */


/* invisalign_showcase_1_css
---------------------------------------------------------- */
.invisalign_showcase_1 {
    padding: 100px 25px 50px;
    position: relative;
    z-index: 1;
}

.invisalign_showcase_1 .invisalign-showcase-flex {
    width: min(100%, 1600px);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 150px;
    position: relative;
    z-index: 1;
}

.invisalign_showcase_1 .invisalign-showcase-left {
    width: min(48%, 724px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    text-align: left;
}

.invisalign_showcase_1 .invisalign-showcase-title h2 {
    font-family: var(--font-family-main);
    font-size: var(--h2-font-size);
    font-style: normal;
    font-weight: var(--font-weight-medium);
    letter-spacing: var(--heading-letter-spacing-normal);
    text-transform: var(--heading-text-transform-normal);
    color: var(--black);
    margin: 0;
}

.invisalign_showcase_1 .invisalign-showcase-content {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.invisalign_showcase_1 .invisalign-showcase-content p {
    margin: 0;
}

.invisalign_showcase_1 .invisalign-showcase-button .main-btn {
    margin: 0;
}

/* .invisalign_showcase_1 .invisalign-showcase-right {
    height: 457px;
    width: min(48%, 666px);
    border-radius: 15px;
    box-shadow: 4px 4px 15px 0 rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

.invisalign_showcase_1 .invisalign-showcase-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
} */

@media (max-width: 1025px) {
    .invisalign_showcase_1 {
        padding: 30px 25px;
    }

    .invisalign_showcase_1 .invisalign-showcase-flex {
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        width: min(100%, 600px);
        gap: 25px;
    }

    .invisalign_showcase_1 .invisalign-showcase-left {
        width: min(100%, 724px);
    }

    .invisalign_showcase_1 .invisalign-showcase-right {
        width: min(100%, 666px);
        height: min(70vw, 457px);
    }
}


/* braces_showcase_1_css
---------------------------------------------------------- */
.braces_showcase_1 {
    padding: 100px 25px;
    position: relative;
    z-index: 1;
    background-color: #D8ECF6;
}

.braces_showcase_1 .invisalign-showcase-flex {
    width: min(100%, 1600px);
    margin: 0 auto;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    gap: 150px;
    position: relative;
    z-index: 1;
}

.braces_showcase_1 .invisalign-showcase-left {
    width: min(48%, 724px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    text-align: left;
}

.braces_showcase_1 .invisalign-showcase-title h2 {
    font-family: var(--font-family-main);
    font-size: var(--h2-font-size);
    font-style: normal;
    font-weight: var(--font-weight-medium);
    letter-spacing: var(--heading-letter-spacing-normal);
    text-transform: var(--heading-text-transform-normal);
    color: var(--black);
    margin: 0;
}

.braces_showcase_1 .invisalign-showcase-content {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.braces_showcase_1 .invisalign-showcase-content p {
    margin: 0;
}

.braces_showcase_1 .invisalign-showcase-button .main-btn {
    margin: 0;
}

@media (max-width: 1025px) {
    .braces_showcase_1 {
        padding: 30px 25px;
    }

    .braces_showcase_1 .invisalign-showcase-flex {
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        width: min(100%, 600px);
        gap: 25px;
    }

    .braces_showcase_1 .invisalign-showcase-left {
        width: min(100%, 724px);
    }

    .braces_showcase_1 .invisalign-showcase-right {
        width: min(100%, 666px);
        height: min(70vw, 457px);
    }
}


/* cta_welcome_1_css
---------------------------------------------------------- */
.cta_welcome_1 {
    text-align: center;
    padding: 100px 0;
    position: relative;
    z-index: 1;
    background-color: #D8ECF6;
}

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

.cta_welcome_1 .welcome-top-title {
    display: flex;
    flex-direction: column-reverse;
}

.cta_welcome_1 .welcome-top-title h2 {
    font-family: var(--font-family-main);
    font-size: var(--h1-font-size);
    font-style: normal;
    font-weight: var(--font-weight-medium);
    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);
}
.cta_welcome_1 .welcome-top-title h2 span {
    font-style: italic;
}
.cta_welcome_1 .welcome-top-title h3 {
    color: var(--secondary-color);
    font-family: var(--font-family-secondary);
    font-size: var(--h4-font-size);
    font-weight: var(--font-weight-medium);
    line-height: var(--line-height-normal);
    letter-spacing: var(--heading-letter-spacing-three);
    text-transform: var(--heading-text-transform-uppercase);
}

@media (max-width: 1025px) {
    .cta_welcome_1 {
        padding: 30px 0;
    }
}

/* meet_the_staff_2b_css
---------------------------------------------------------- */
.meet_the_staff_2b.doctor {
    padding: 50px 25px 100px;
    position: relative;
    z-index: 1;
}

.meet_the_staff_2b.doctor .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_2b.doctor .meet-staff-right {
    width: min(48%, 724px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    text-align: left;
}

.meet_the_staff_2b.doctor .meet-staff-title h2 {
    font-family: var(--font-family-main);
    font-size: var(--h2-font-size);
    font-style: normal;
    font-weight: var(--font-weight-medium);
    letter-spacing: var(--heading-letter-spacing-normal);
    text-transform: var(--heading-text-transform-normal);
    color: var(--black);
    margin: 0;
}
.meet_the_staff_2b.doctor .meet-staff-title h3 {
    font-family: var(--font-family-secondary);
    font-size: var(--h4-font-size);
    font-weight: var(--font-weight-semibold);
    line-height: var(--line-height-normal);
    letter-spacing: var(--heading-letter-spacing-three);
    text-transform: var(--heading-text-transform-uppercase);
    color: var(--secondary-color);
    margin: 0;
}

.meet_the_staff_2b.doctor .meet-staff-right p {
    margin: 0;
}
.meet_the_staff_2b.doctor .meet-staff-right .main-btn {
    margin: 0;
}

.meet_the_staff_2b.doctor .meet-staff-left {
    display: block;
    height: min(50vw, 675px);
    width: min(48%, 666px);
    border-radius: 15px;
    box-shadow: 4px 4px 151px 0 rgba(0, 0, 0, 0.15);
}
.meet_the_staff_2b.doctor .meet-staff-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

@media (max-width: 1025px) {
    .meet_the_staff_2b.doctor .meet-staff-flex {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: min(100%, 600px);
    }
    .meet_the_staff_2b.doctor .meet-staff-left {
        display: block;
        height: min(100vw, 763px);
        width: min(100%, 666px);
    }
    .meet_the_staff_2b.doctor .meet-staff-right {
        width: min(100%, 724px);
    }
}

@media only screen and (max-width: 991px) {
    .meet_the_staff_2b.doctor {
        padding: 50px 25px;
    }
}
/* meet_the_staff_2b_css
---------------------------------------------------------- */

/* service_6b_css
---------------------------------------------------------- */
.service_6b {
    padding: 84px 25px;
    position: relative;
    background-color: #fff;
}
.service_6b .services-container {
    width: min(100%, 1550px);
    margin: 0 auto;
}
.service_6b .services-content-holder {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 25px;
    gap: 15px;
}
.service_6b .services-main-title {
    display: flex;
    flex-direction: column-reverse;
}
.service_6b .services-main-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-three);
    text-transform: var(--heading-text-transform-uppercase);
    color: var(--secondary-color);
}
.service_6b .services-main-title h2 {
    font-family: var(--font-family-main);
    font-size: var(--h1-font-size);
    font-style: normal;
    font-weight: var(--font-weight-medium);
    letter-spacing: var(--heading-letter-spacing-normal);
    text-transform: var(--heading-text-transform-normal);
    color: var(--black);
}
.service_6b .services-main-title h2 span {
    font-style: italic;
}
.service_6b .services-content-holder p {
    width: min(64%, 963px);
    margin: 0;
}
.service_6b .services-title h4 {
    font-family: var(--font-family-main);
    font-size: var(--h4-font-size);
    font-style: normal;
    font-weight: var(--font-weight-bold);
    letter-spacing: var(--heading-letter-spacing-normal);
    text-transform: var(--heading-text-transform-normal);
    color: var(--secondary-color);
    margin: 0;
}
.service_6b .services-title {
    width: 100%;
    text-align: left;
}
.service_6b .services-content-holder {
    margin: 0 auto;
    width: 100%;
    position: relative;
    z-index: 1;
}
.service_6b .services-slider {
    padding: 50px 0;
}
.service_6b .services-slider .slick-list {
    overflow: visible;
}
.service_6b .services-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px 0;
    width: min(100%, 326px);
    margin: 20px auto;
    transition: ease-in-out 0.5s;
}
.service_6b .services-icon {
    width: min(100%, 326px);
    height: min(100vw, 411px);
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: ease-in-out 0.5s;
    box-shadow: 4px 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.service_6b .services-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
    
}
.service_6b .services-box .services-title p {
    font-size: var(--font-size-main);
    margin: 0;
}
.service_6b .services-buttons {
    display: flex;
    justify-content: center;
    gap: 25px;
    margin-top: 30px;
}
.service_6b .services-box:hover {
    margin-top: -25px;
    text-decoration: none;
}
/* RESPONSIVE */ 
@media (max-width: 991px) {
    .service_6b .services-content-holder {
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        text-align: left;
        gap: 5px;
    }
    .service_6b .services-content-holder p {
        width: 100%;
        margin: 0;
    }
}
@media all and (max-width: 600px) {
    .service_6b {
        padding: 50px 0;
    }
    .service_6b .services-slider {
        padding: 50px 0 0;
    }
    .service_6b .services-buttons {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 0;
    }
}
/* end of service_6b */

/* meet_the_staff_2_css
---------------------------------------------------------- */
.meet_the_staff_2.doctor {
    padding: 50px 25px 100px;
    position: relative;
    z-index: 1;
}

.meet_the_staff_2.doctor .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.doctor .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.doctor .meet-staff-title h2 {
    font-family: var(--font-family-main);
    font-size: var(--h2-font-size);
    font-style: normal;
    font-weight: var(--font-weight-medium);
    letter-spacing: var(--heading-letter-spacing-normal);
    text-transform: var(--heading-text-transform-normal);
    color: var(--black);
    margin: 0;
}
.meet_the_staff_2.doctor .meet-staff-title h3 {
    font-family: var(--font-family-secondary);
    font-size: var(--h4-font-size);
    font-weight: var(--font-weight-semibold);
    line-height: var(--line-height-normal);
    letter-spacing: var(--heading-letter-spacing-three);
    text-transform: var(--heading-text-transform-uppercase);
    color: var(--secondary-color);
    margin: 0;
}

.meet_the_staff_2.doctor .meet-staff-right p {
    margin: 0;
}
.meet_the_staff_2.doctor .meet-staff-right .main-btn {
    margin: 0;
}

.meet_the_staff_2.doctor .meet-staff-left {
    display: block;
    height: min(50vw, 675px);
    width: min(48%, 666px);
    border-radius: 15px;
    box-shadow: 4px 4px 151px 0 rgba(0, 0, 0, 0.15);
}
.meet_the_staff_2.doctor .meet-staff-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

@media (max-width: 1025px) {
    .meet_the_staff_2.doctor .meet-staff-flex {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: min(100%, 600px);
    }
    .meet_the_staff_2.doctor .meet-staff-left {
        display: block;
        height: min(100vw, 763px);
        width: min(100%, 666px);
    }
    .meet_the_staff_2.doctor .meet-staff-right {
        width: min(100%, 724px);
    }
}

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




/* service_6_css
---------------------------------------------------------- */
.service_6 {
    padding: 84px 25px;
    position: relative;
}
.service_6 .services-container {
    width: min(100%, 1550px);
    margin: 0 auto;
}
.service_6 .services-content-holder {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 25px;
    gap: 15px;
}
.service_6 .services-main-title {
    display: flex;
    flex-direction: column-reverse;
}
.service_6 .services-main-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-three);
    text-transform: var(--heading-text-transform-uppercase);
    color: var(--secondary-color);
}
.service_6 .services-main-title h2 {
    font-family: var(--font-family-main);
    font-size: var(--h1-font-size);
    font-style: normal;
    font-weight: var(--font-weight-medium);
    letter-spacing: var(--heading-letter-spacing-normal);
    text-transform: var(--heading-text-transform-normal);
    color: var(--black);
}
.service_6 .services-main-title h2 span {
    font-style: italic;
}
.service_6 .services-content-holder p {
    width: min(64%, 963px);
    margin: 0;
}
.service_6 .services-title h4 {
    font-family: var(--font-family-main);
    font-size: var(--h4-font-size);
    font-style: normal;
    font-weight: var(--font-weight-bold);
    letter-spacing: var(--heading-letter-spacing-normal);
    text-transform: var(--heading-text-transform-normal);
    color: var(--secondary-color);
    margin: 0;
}
.service_6 .services-title {
    width: 100%;
    text-align: left;
}
.service_6 .services-content-holder {
    margin: 0 auto;
    width: 100%;
    position: relative;
    z-index: 1;
}
.service_6 .services-slider {
    padding: 50px 0;
}
.service_6 .services-slider .slick-list {
    overflow: visible;
}
.service_6 .services-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px 0;
    width: min(100%, 326px);
    margin: 20px auto;
    transition: ease-in-out 0.5s;
}
.service_6 .services-icon {
    width: min(100%, 326px);
    height: min(100vw, 411px);
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: ease-in-out 0.5s;
    box-shadow: 4px 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.service_6 .services-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
    
}
.service_6 .services-box .services-title p {
    font-size: var(--font-size-main);
    margin: 0;
}
.service_6 .services-buttons {
    display: flex;
    justify-content: center;
    gap: 25px;
    margin-top: 30px;
}
.service_6 .services-box:hover {
    margin-top: -25px;
    text-decoration: none;
}
/* RESPONSIVE */ 
@media (max-width: 991px) {
    .service_6 .services-content-holder {
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        text-align: left;
        gap: 5px;
    }
    .service_6 .services-content-holder p {
        width: 100%;
        margin: 0;
    }
}
@media all and (max-width: 600px) {
    .service_6 {
        padding: 50px 0;
    }
    .service_6 .services-slider {
        padding: 50px 0 0;
    }
    .service_6 .services-buttons {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 0;
    }
}
.service_6 ul.slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 30px 0 0;
    list-style-type: none;
    gap: 25px;
}
.service_6 ul.slick-dots li {
    display: flex;
}
.service_6 ul.slick-dots button {
    background-color: transparent;
    font-size: 0;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    padding: 0;
    transition: ease-in-out 0.5s;
    border: 2px solid var(--black);
}
.service_6 ul.slick-dots button:hover,
.service_6 ul.slick-dots .slick-active button {
    background-color: var(--black);
}
/* end of service_6 */



/* meet_the_staff_5_css
---------------------------------------------------------- */
.meet_the_staff_5 {
    padding: 100px 25px 50px;
    position: relative;
    z-index: 1;
    background-color: var(--tertiary-color);
}

.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;
    gap: 25px;
    position: relative;
    z-index: 1;
}

.meet_the_staff_5 .meet-staff-right {
    width: min(48%, 724px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    text-align: left;
}
.meet_the_staff_5 .meet-staff-title {
    display: flex;
    flex-direction: column-reverse;
}
.meet_the_staff_5 .meet-staff-title h2 {
    font-family: var(--font-family-main);
    font-size: var(--h2-font-size);
    font-style: normal;
    font-weight: var(--font-weight-medium);
    letter-spacing: var(--heading-letter-spacing-normal);
    text-transform: var(--heading-text-transform-normal);
    color: var(--black);
}
.meet_the_staff_5 .meet-staff-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-three);
    text-transform: var(--heading-text-transform-uppercase);
    margin: 0;
    color: var(--secondary-color);
}

.meet_the_staff_5 .meet-staff-right p {
    margin: 0;
}

.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(48%, 666px);
    border-radius: 15px;
    box-shadow: 4px 4px 15px 0 rgba(0, 0, 0, 0.15); */
}
.meet_the_staff_5 .meet-staff-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

@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%, 666px); */
    }
    .meet_the_staff_5 .meet-staff-right {
        width: min(100%, 724px);
    }
    .meet_the_staff_5 {
        padding: 30px 25px;
    }
}



/* meet_the_staff_2_css
---------------------------------------------------------- */
.meet_the_staff_2.office {
    padding: 100px 25px;
    position: relative;
    z-index: 1;
    background-color: var(--tertiary-color);
}

.meet_the_staff_2.office .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.office .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.office .meet-staff-title {
    display: flex;
    flex-direction: column-reverse;
}
.meet_the_staff_2.office .meet-staff-title h2 {
    font-family: var(--font-family-main);
    font-size: var(--h2-font-size);
    font-style: normal;
    font-weight: var(--font-weight-medium);
    letter-spacing: var(--heading-letter-spacing-normal);
    text-transform: var(--heading-text-transform-normal);
    color: var(--black);
}
.meet_the_staff_2.office .meet-staff-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-three);
    text-transform: var(--heading-text-transform-uppercase);
    color: var(--secondary-color);
}

.meet_the_staff_2.office .meet-staff-right p {
    margin: 0;
}

.meet_the_staff_2.office .meet-staff-right .main-btn {
    margin: 0;
}

.meet_the_staff_2.office .meet-staff-left {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 35px;
    align-items: center;
    width: min(48%, 666px);
}
.office-tour-photos-holder {
    display: flex;
    flex-direction: column;
    gap: 35px;
    width: 100%;

}
.meet_the_staff_2.office .office-tour-photo-big {
    width: min(100%, 300px);
    height: min(100vw, 384px);
    border-radius: 15px;
    box-shadow: 4px 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.meet_the_staff_2.office .office-tour-photo-big img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}
.meet_the_staff_2.office .office-tour-photo-small {
    width: min(100%, 300px);
    height: min(100vw, 172px);
    border-radius: 15px;
    box-shadow: 4px 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.meet_the_staff_2.office .office-tour-photo-small img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

@media (max-width: 1025px) {
    .meet_the_staff_2.office .meet-staff-flex {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: min(100%, 600px);
    }
    .meet_the_staff_2.office .meet-staff-left {
        width: min(100%, 724px);
        gap: 10px;
    }
    .meet_the_staff_2.office .meet-staff-right {
        width: min(100%, 724px);
    }
    .office-tour-photos-holder {
        gap: 10px;
    }
    .meet_the_staff_2.office {
        padding: 30px 25px;
    }
}



/* cta_welcome_8_css
---------------------------------------------------------- */
.cta_welcome_8 {
    padding: 128px 0;
    position: relative;
}

.cta_welcome_8 .container {
    position: relative;
    z-index: 1;
    width: min(100%, 1500px);
}
.cta_welcome_8-top-title {
    padding-bottom: min(7%, 100px);
        display: flex;
    flex-direction: column-reverse;
    align-items: center;
}
.cta_welcome_8-top-title h2 {
    margin: 0;
    text-align: center;
    font-family: var(--font-family-main);
    font-size: var(--h1-font-size);
    font-style: normal;
    font-weight: var(--font-weight-medium);
    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);
}

.cta_welcome_8-top-title h3 {
    margin: 0;
    font-family: var(--font-family-secondary);
    font-size: var(--h4-font-size);
    line-height: var(--line-height-normal);
    letter-spacing: var(--heading-letter-spacing-three);
    text-transform: var(--heading-text-transform-uppercase);
    color: var(--secondary-color);
}

.cta_welcome_8-cards {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    width: 100%;
}

.cta_welcome_8-card {
    width: min(100%, 440px);
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0;
    border-radius: 15px;
    background: var(--main-color);
    box-shadow: 4px 4px 15px 0 rgba(0, 0, 0, 0.15);
    padding: 30px;
}

.cta_welcome_8-card h4 {
    color: var(--black);
}

.cta_welcome_8-content {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.cta_welcome_8-content p {
    margin: 0;
}

@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_4_css
---------------------------------------------------------- */
.meet_the_staff_4 {
  padding: 100px 25px;
  position: relative;
  z-index: 1;
}
.meet_the_staff_4 .meet-staff-flex {
  width: min(100%, 1600px);
  margin: 0 auto;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
}
.meet_the_staff_4 .meet-staff-right {
  width: min(100%, 632px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  text-align: left;
}
.meet_the_staff_4 .meet-staff-title {
    display: flex;
    flex-direction: column-reverse;
}
.meet_the_staff_4 .meet-staff-title h2 {
    font-family: var(--font-family-main);
    font-size: var(--h2-font-size);
    font-style: normal;
    font-weight: var(--font-weight-medium);
    letter-spacing: var(--heading-letter-spacing-normal);
    text-transform: var(--heading-text-transform-normal);
    color: var(--black);
    margin: 0;
}
.meet_the_staff_4 .meet-staff-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-three);
  text-transform: var(--heading-text-transform-uppercase);
  color: var(--secondary-color);
}
.meet_the_staff_4 .meet-staff-right p {
  margin: 0;
}
.meet_the_staff_4 .meet-staff-right .main-btn {
  margin: 0;
}
.meet_the_staff_4 .meet-staff-left {
  width: min(100%, 787px);
}
.meet_the_staff_4 .meet-staff-left-holder {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.meet_the_staff_4 .meet-staff-left-item {
  padding: 25px min(7%, 75px);
  border-radius: 15px;
  background: var(--tertiary-color);
  box-shadow: 4px 4px 15px 0 rgba(0, 0, 0, 0.15);
  width: 100%;
}
.meet_the_staff_4 .meet-staff-left-item span {
    font-family: var(--font-family-secondary);
    font-size: var(--h4-font-size);
    font-weight: var(--font-weight-semibold);
    line-height: var(--line-height-normal);
    letter-spacing: var(--heading-letter-spacing-three);
    text-transform: var(--heading-text-transform-uppercase);
    color: var(--black);
}
@media only screen and (max-width: 991px) {
  .meet_the_staff_4 .meet-staff-flex {
    justify-content: center;
    flex-direction: column-reverse;
  }
  .meet_the_staff_4 .meet-staff-box {
    margin: 0 auto;
  }
  .meet_the_staff_4 {
    padding: 50px 25px;
  }
}



/* review_14_css
---------------------------------------------------------- */
.review_14 {
    padding: min(5%, 111px) min(5%, 60px);
    background-color: var(--tertiary-color);
}

.review_14 .reviews-flex {
    display: flex;
    width: min(100%, 1700px);
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.review_14 .reviews-top-title h2 {
    font-family: var(--font-family-main);
    font-size: var(--h2-font-size);
    font-style: normal;
    font-weight: var(--font-weight-medium);
    letter-spacing: var(--heading-letter-spacing-normal);
    text-transform: var(--heading-text-transform-normal);
    color: var(--black);
    margin: 0;
}

.review_14 .reviews-slide-info-content p {
    margin: 0;
    width: min(90%, 900px);
    color: var(--black);
}

.review_14 .reviewer-name span{
    font-family: var(--font-family-secondary);
    font-size: var(--h4-font-size);
    font-weight: var(--font-weight-semibold);
    line-height: var(--line-height-normal);
    letter-spacing: var(--heading-letter-spacing-three);
    text-transform: var(--heading-text-transform-uppercase);
    color: var(--black);
}

.review_14 .reviews-top-title {
    text-align: center;
    margin-bottom: 20px;
}

.review_14 .reviews-button {
    display: flex;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 20px;
}

.review_14 .reviews-button a,
.review_14 .reviews-button button {
    margin: 0;
}

.review_14 .reviews-nav-holder {
    position: relative;
    width: fit-content;
    padding: 0 35px;
    margin-bottom: 20px;
}

.review_14 .reviews-slider-info {
    position: relative;
    z-index: 1;
    width: 100%;
    color: var(--white);
}
.review_14 .reviews-slide-info-content {
    width: min(90%, 1000px);
    padding: 50px min(5%, 35px);
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 308px;
    transition: ease-in-out 0.5s;
    gap: 24px;
    background-color: var(--white);
    border-radius: 15px;
    box-shadow: 4px 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.review_14 .slick-list {
    width: min(100%, 1000px);
    margin: 0 auto;
    overflow: visible;
}

.review_14 .slick-center .reviews-slide-info-content {
    opacity: 1;
}

.review_14 .reviews-slider-info-slide.slick-slide {
    margin: 70px auto;
}

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

.review_14 .reviews-star {
    height: min(8vw, 50px);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: min(100%, 253px);
}
.loaded .review_14 .reviews-star {
    background-image: url('../images/reviewstars.webp');
}

.review_14 .slick-arrow {
    position: absolute;
    bottom: 50%;
    transform: translateY(50%);
    left: 0;
    background-color: transparent;
    margin: 0;
    padding: 0;
    border-radius: 0;
    display: flex;
    align-items: center;
}
.review_14 .slick-arrow.slick-next {
    right: 0;
    left: auto;
}

@media (max-width: 1300px) {
    .review_14 .reviews-slide-info-content {
        min-height: 350px;
    }
}

@media (max-width: 1200px) {
    .review_14 .slick-list {
        width: min(100%, 90%);
        margin: 0 auto;
        overflow: visible;
    }
}

@media (max-width: 1025px) {
    .review_14 .reviews-button {
        justify-content: center;
    }
    .review_14 {
        padding: 50px 25px;
    }
}
@media (max-width: 767px) {
    .review_14 .reviews-slider-info-slide.slick-slide {
        margin: 0 auto 30px;
    }

    .review_14 .slick-arrow svg {
        width: 30px;
        height: 30px;
    }

    .review_14 .reviews-nav-holder {
        position: relative;
        width: min(100%, 300px);
    }
}


