/* base styles */
.page-id-273 .contentarea {
    padding: 50px 0 0;
}
.page-id-273 .contentarea .container {
    max-width: inherit;
}
.page-id-273 .container {
    max-width: inherit;
}

/* Home Styles */

/* cta_welcome_1_css
---------------------------------------------------------- */
.cta_welcome_1 {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 100px;
    padding: 50px min(7.5%, 110px);
    background-color: var(--white);
}

.cta_welcome_1 .welcome-left {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: flex-start;
    width: min(100%, 845px);
}

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

.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-semibold);
    line-height: 1.2;
    letter-spacing: var(--heading-letter-spacing-normal);
    text-transform: var(--heading-text-transform-normal);
    margin: var(--text-margin-normal);
    color: var(--main-color);
}

.cta_welcome_1 .welcome-top-title h1 {
    color: var(--black);
    font-family: var(--font-family-secondary);
    font-size: var(--h4-font-size);
    line-height: 1.4;
    letter-spacing: var(--heading-letter-spacing-normal);
    font-style: italic;
    font-weight: var(--font-weight-bold);
}

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

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

.cta_welcome_1 .welcome-right {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    position: relative;
}

.cta_welcome_1 .welcome-photo {
    overflow: hidden;
    flex-shrink: 0;
    box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.25);
}

.cta_welcome_1 .welcome-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cta_welcome_1 .welcome-photo-1 {
    width: 485px;
    height: 337px;
    position: relative;
    z-index: 2;
}

.cta_welcome_1 .welcome-photo-2 {
    width: 411px;
    height: 485px;
    position: relative;
    z-index: 1;
    margin-left: -200px;
}

@media (max-width: 1300px) {
    .cta_welcome_1 {
        gap: 50px;
    }
    .cta_welcome_1 .welcome-photo-1 {
        width: 350px;
        height: 243px;
    }
    .cta_welcome_1 .welcome-photo-2 {
        width: 296px;
        height: 350px;
        margin-left: -140px;
    }
}

@media (max-width: 1025px) {
    .cta_welcome_1 {
        flex-direction: column;
        gap: 40px;
        padding: 50px 25px;
        text-align: center;
    }
    .cta_welcome_1 .welcome-left {
        align-items: center;
    }
    .cta_welcome_1 .welcome-button a {
        margin: 0 auto;
    }
    .cta_welcome_1 .welcome-right {
        justify-content: center;
    }
    .cta_welcome_1 .welcome-photo-1 {
        width: 300px;
        height: 210px;
    }
    .cta_welcome_1 .welcome-photo-2 {
        width: 255px;
        height: 300px;
        margin-left: -120px;
    }
}

@media (max-width: 600px) {
    .cta_welcome_1 .welcome-photo-1 {
        width: 220px;
        height: 153px;
    }
    .cta_welcome_1 .welcome-photo-2 {
        width: 186px;
        height: 220px;
        margin-left: -90px;
    }
}

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

.meet_the_staff_2 .meet-staff-flex {
    width: min(100%, 1700px);
    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_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 h2 {
    color: var(--main-color);
    font-family: var(--font-family-main);
    font-size: var(--h1-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-normal);
    margin: var(--text-margin-normal);
}
.meet_the_staff_2 .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-normal);
    color: var(--black);
    font-style: italic;
    font-weight: 600;
}

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

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

.meet_the_staff_2 .meet-staff-left {
    display: flex;
    flex-direction: row;
    text-align: center;
    gap: 30px;
    align-items: center;
    width: min(100%, 807px);
}
.meet_the_staff_2 .meet-staff-left .doc {
    width: min(100%, 366px);
}
.meet_the_staff_2 .meet-staff-left .doc img {
    box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.25);
}
.meet_the_staff_2 .meet-staff-left .doc-title {
    font-size: var(--h4-font-size);
    font-weight: var(--font-weight-bold);
    font-family: var(--font-family-secondary);
    font-style: italic;
    line-height: var(--line-height-normal);
    letter-spacing: var(--heading-letter-spacing-normal);
    text-transform: var(--heading-text-transform-normal);
    color: var(--black);
}

@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-right {
        width: min(100%, 724px);
    }
    .meet_the_staff_2 {
        padding: 50px 25px;
    }
}



/* cta_welcome_2_css
---------------------------------------------------------- */
.cta_welcome_2 {
    text-align: center;
    padding: 100px 0;
    position: relative;
    z-index: 1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.loaded .cta_welcome_2 {
    background-image: url('../images/orthotreatmentsbg.webp');
}
.cta_welcome_2::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 4.1vw;
    background-image: url('../images/serviceswave-top.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    z-index: 2;
}
.cta_welcome_2::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 4.1vw;
    background-image: url('../images/serviceswave-bottom.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    z-index: 2;
}
.cta_welcome_2 .container {
    display: flex;
    flex-direction: column;
    gap: 24px 0;
    width: 100%;
    justify-content: center;
}
.cta_welcome_2 .welcome-top-title * {
    margin: 0;
}
.cta_welcome_2 .welcome-top-title h2 {
    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(--black);
}
.cta_welcome_2 .welcome-button a {
    margin: 0 auto;
}
.cta_welcome_2 .welcome-content p {
    margin: 0;
}
.cta_welcome_2 .welcome-content {
    display: flex;
    flex-direction: row;
    gap: 20px 70px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.cta_welcome_2 .services-box.s1 {
    background-image: url('../images/invisalign.webp');
}
.cta_welcome_2 .services-box.s2 {
    background-image: url('../images/adultortho.webp');
}
.cta_welcome_2 .services-box.s3 {
    background-image: url('../images/interceptive.webp');
}
.cta_welcome_2 .services-box.s4 {
    background-image: url('../images/myofunctional.webp');
}
.cta_welcome_2 .services-box.s5 {
    background-image: url('../images/functionalortho.webp');
}
.cta_welcome_2 .services-box {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    width: min(95%, 300px);
    min-height: 300px;
    text-align: center;
    position: relative;
    padding: 30px 15px;
    box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.25);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: all .5s ease-in-out;
}
.cta_welcome_2 .services-box:hover {
    justify-content: center;
}
.cta_welcome_2 .services-box::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.75) 100%);
    z-index: 1;
    transition: all .3s ease-in-out;
}
.cta_welcome_2 .services-box:hover::before {
    background-color: var(--black);
    height: 100%;
}
.cta_welcome_2 .services-box .hover-content {
    height: 0;
    overflow: hidden;
    transition: all .3s ease-in-out;
    z-index: 2;
    color: var(--white);
}
.cta_welcome_2 .services-box:hover .hover-content {
    height: 150px;
}
.cta_welcome_2 .services-box:hover .hover-content p {
    font-size: 13px;
    margin: 0;
}
.cta_welcome_2 .services-box:hover .services-title h3 {
    color: var(--main-color);
}
.cta_welcome_2 .services-title h3 {
    font-family: var(--font-family-secondary);
    font-style: italic;
    font-size: clamp(20px, 2.5vw, 25px);
    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);
    color: var(--white);
    transition: all .3s ease-in-out;
}
.cta_welcome_2 .services-title {
    width: min(100%, 95%);
    z-index: 2;
    position: relative;
}


/* service_7_css
---------------------------------------------------------- */
.service_7 {
    padding: 100px 25px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
.loaded .service_7 {
    background-image: url('../images/servicesbg.webp');
}
.service_7::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 4.1vw;
    background-image: url('../images/serviceswave-top.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    z-index: 2;
}
.service_7::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 4.1vw;
    background-image: url('../images/serviceswave-bottom.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    z-index: 2;
}
.service_7 .services-container {
    width: 100%;
    margin: 0 auto;
}
.service_7 .services-content-flex {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 25px;
    width: min(100%, 1200px);
    margin: 0 auto;
}
.service_7 .services-title {
    width: min(100%, 95%);
    z-index: 2;
    position: relative;
    text-align: center;
}
.service_7 .services-title h3 {
    font-family: var(--font-family-secondary);
    font-style: italic;
    font-size: clamp(20px, 2.5vw, 25px);
    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);
    color: var(--white);
    transition: all .3s ease-in-out;
}
.service_7 .services-slider {
    padding: 0 50px;
}
.service_7 .services-content-holder {
    margin: 0 auto;
    width: 100%;
    position: relative;
    z-index: 1;
}
.service_7 .services-content-holder h2 {
    color: var(--black);
    font-family: var(--font-family-main);
    font-size: var(--h2-font-size);
    font-style: normal;
    font-weight: var(--font-weight-semibold);
    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);
}
.service_7 .services-slider {
    padding: 80px 0;
}
.service_7 .services-box {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    width: min(95%, 325px);
    min-height: 350px;
    text-align: left;
    margin: 0 auto;
    position: relative;
    padding: 30px 5%;
    box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.25);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: all .5s ease-in-out;
}
.service_7 .services-box:hover {
    justify-content: center;
}
.service_7 .services-box::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.75) 100%);
    z-index: 1;
    transition: all .3s ease-in-out;
}
.service_7 .services-box:hover::before {
    background-color: var(--black);
    height: 100%;
}
.service_7 .services-box.s1 {
    background-image: url('../images/preventivedentistry.webp');
}
.service_7 .services-box.s2 {
    background-image: url('../images/metalfree.webp');
}
.service_7 .services-box.s3 {
    background-image: url('../images/xrayfree.webp');
}
.service_7 .services-box.s4 {
    background-image: url('../images/fluoridefree.webp');
}
.service_7 .services-box.s5 {
    background-image: url('../images/airflow.webp');
}
.service_7 .services-box.s6 {
    background-image: url('../images/functional.webp');
}
.service_7 .services-box.s7 {
    background-image: url('../images/myofunctional.webp');
}
.service_7 .services-box.s8 {
    background-image: url('../images/wholebodywellness.webp');
}
.service_7 .services-box.s9 {
    background-image: url('../images/oralappliances.webp');
}
.service_7 .services-box.s10 {
    background-image: url('../images/functionalortho.webp');
}
.service_7 .services-box .hover-content {
    height: 0;
    overflow: hidden;
    transition: all .3s ease-in-out;
    z-index: 2;
    color: var(--white);
}
.service_7 .services-box:hover .hover-content {
    height: 215px;
}
.service_7 .services-box:hover .hover-content p {
    font-size: 16px;
    margin-bottom: 0;
}
.service_7 .services-box:hover .services-title h3 {
    color: var(--main-color);
}
.service_7 .services-nav-holder {
    position: relative;
    width: fit-content;
    margin: 0 auto;
    padding: 0 45px;
}
.service_7 .services-content-holder {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px 50px;
}
.service_7 ul.slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    list-style-type: none;
    gap: 5px 25px;
    flex-wrap: wrap;
}
.service_7 ul.slick-dots li {
    display: flex;
    align-items: center;
    justify-content: center;
}
.service_7 ul.slick-dots button {
    font-size: 0;
    height: 15px;
    width: 15px;
    background-color: transparent;
    transition: ease-in-out 0.5s;
    border-radius: 50%;
    border: 2px solid var(--black);
}
.service_7 ul.slick-dots button:hover,
.service_7 ul.slick-dots .slick-active button {
    background-color: var(--black);
}
.service_7 .services-buttons {
    display: flex;
    justify-content: center;
    gap: 25px;
    margin-top: 30px;
}
.service_7 .services-slider .slick-arrow,
.service_7 .services-nav-holder .slick-arrow {
    margin: 0;
    padding: 0;
    font-size: 0;
    border-radius: 0;
    background-color: transparent;
    bottom: 50%;
    transform: translateY(50%);
    position: absolute;
    left: 0;
}
.service_7 .services-slider .slick-arrow.slick-next,
.service_7 .services-nav-holder .slick-arrow.slick-next {
    right: 0;
    left: auto;
}
.service_7 .slick-slider .slick-list {
    width: 90%;
    margin: 0 auto;
    overflow: visible;
}
.service_7 .services-box:hover {
    text-decoration: none;
}
/* RESPONSIVE
-----------------------------------------------*/
@media (min-width: 1500px) {
    .service_7 .services-nav {
        display: none;
    }
}
@media (max-width: 1025px) {
    .service_7 .services-content-holder {
        flex-direction: column;
    }
}
@media (max-width: 900px) {
    .service_7 ul.slick-dots {
        width: min(80%, 100%);
    }
}
@media all and (max-width: 600px) {
    .service_7 {
        padding: 50px 25px;
    }
    .service_7 .slick-slider .slick-list {
        width: 100%;
        overflow: hidden;
    }
    .service_7 .services-buttons {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 0;
    }
    .service_7 .services-nav-holder {
        width: 100%;
    }
    .service_7 .services-slider {
        padding: 50px 0;
    }
    .service_7 ul.slick-dots {
        gap: 10px;
    }
}
/* end of service_7 */



/* review_1_css
---------------------------------------------------------- */
.review_1 {
    padding: 50px min(10%, 25px);
    position: relative;
}
/* .review_1::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 2.5vw;
    background-image: url('../images/reviewwave-bottom.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
} */
.review_1 .reviews-flex {
    display: flex;
    width: min(100%, 1450px);
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 30px 0;
}
.review_1 .reviews-top-title h2 {
    color: var(--main-color);
    font-size: var(--h1-font-size);
    font-family: var(--font-family-main);
    font-weight: 600;
    font-style: var(--font-style-normal);
    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);
}
.review_1 .reviews-slide-info-content p {
    margin: 0;
    order: 0;
}
.review_1 .reviews-slide-info-content .reviewer-name {
    font-family: var(--font-family-secondary);
    font-size: var(--h4-font-size);
    font-style: italic;
    line-height: var(--line-height-normal);
    letter-spacing: var(--heading-letter-spacing-normal);
    text-transform: var(--heading-text-transform-normal);
    font-weight: var(--font-weight-bold);
    margin: var(--text-margin-normal);
    color: var(--black);
    margin-top: 50px;
    order: 1;
}
.review_1 .reviews-top-title {
    text-align: center;
}
.review_1 .reviews-button {
    display: flex;
    gap: 30px;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 40px;
}
.review_1 .reviews-button a,
.review_1 .reviews-button button {
    margin: 0;
}
.review_1 .reviews-slider-info {
    position: relative;
    z-index: 1;
    width: 100%;
    color: var(--black);
}
.review_1 .reviews-slide-info-content {
    width: min(90%, 900px);
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.review_1 .reviews-nav-holder {
    position: relative;
    padding: 0 min(5%, 40px);
    width: min(100%, 400px);
    margin: 0 auto;
}
.review_1 .slick-arrow svg {
    width: 30px;
    height: 30px;
}
.review_1 .slick-arrow svg path {
    fill: var(--tertiary-color);
}
.review_1 .slick-arrow {
    position: absolute;
    bottom: 50%;
    transform: translateY(50%);
    left: 0;
    background-color: transparent;
    margin: 0;
    padding: 0;
    border-radius: 0;
}
.review_1 .slick-arrow.slick-next {
    right: 0;
    left: auto;
}
.review_1 .reviews-nav-holder ul.slick-dots li {
    display: flex;
}
.review_1 .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(--black);
}
.review_1 .reviews-nav-holder ul.slick-dots {
    justify-content: center;
    display: flex;
    align-items: center;
    margin: 0 auto;
    list-style-type: none;
    gap: 25px;
}
.review_1 .reviews-nav-holder ul.slick-dots li {
    display: flex;
}
.review_1 .reviews-nav-holder ul.slick-dots button:hover,
.review_1 .reviews-nav-holder ul.slick-dots .slick-active button {
    background-color: var(--black);
}
@media (max-width: 1025px) {
    .review_1 .reviews-button {
        justify-content: center;
    }
    .review_1 {
        padding: 50px 25px;
    }
    .review_1 .reviews-flex {
        gap: 30px 0;
    }
}
@media (max-width: 767px) {
    .review_1 .slick-arrow svg {
        width: 20px;
        height: 20px;
    }
}



/* aff-section_css
---------------------------------------------------------- */
.aff-section {
    padding: 25px 0 0;
    position: relative;
    z-index: 1;
}
.aff-section .aff-section-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100px;
    padding: 0 20px;
}
.aff-section .aff-section-slide img {

    margin: 0 auto;
}



/* cta_welcome_4_css AIRWAY
---------------------------------------------------------- */
.cta_welcome_4.airway {
    text-align: center;
    padding: 100px 25px;
    position: relative;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.cta_welcome_4.airway::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 4.1vw;
    background-image: url('../images/airwaywave-top.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}
.cta_welcome_4.airway::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 2.5vw;
    background-image: url('../images/airwaywave-bottom.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

.loaded .cta_welcome_4.airway {
    background-image: url('../images/airwaybg.webp');
}

.cta_welcome_4.airway .welcome-top-title {
    margin: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    width: min(100%, 1000px);
    margin: 0 auto;
}

.cta_welcome_4.airway .welcome-top-title h2 {
    font-family: var(--font-family-main);
    font-size: var(--h1-font-size);
    font-style: normal;
    font-weight: var(--font-weight-semibold);
    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(--black);
}

.cta_welcome_4.airway  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);
    font-style: italic;
    font-weight: var(--font-weight-bold);
    margin: var(--text-margin-normal);
    color: var(--main-color);
}
.cta_welcome_4.airway .welcome-content {
    display: flex;
    gap: 20px 7%;
    flex-direction: row;
    justify-content: center;
}
.cta_welcome_4.airway .welcome-content p {
    margin: 0;
}
.cta_welcome_4.airway .welcome-card-content {
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.25);
    padding: 30px 25px;
    /* width: min(100%, 375px); */
    display: flex;
    flex-direction: column;
}

.cta_welcome_4.airway .welcome-card {
    width: min(100%, 375px);
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.cta_welcome_4.airway .welcome-card-photo {
    width: min(100%, 375px);
    height: min(100vw, 290px);
    background: var(--white);
    box-shadow: 2.695px 2.695px 5.391px 0 rgba(0, 0, 0, 0.25);
}
.cta_welcome_4.airway .welcome-card-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cta_welcome_4.airway .welcome-card:nth-child(2) {
    margin-top: 50px;
}
.cta_welcome_4.airway .welcome-card:nth-child(3) {
    margin-top: 100px;
}
.cta_welcome_4.airway .welcome-card:nth-child(4) {
    margin-top: 150px;
}

.cta_welcome_4.airway .container {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

@media (max-width: 1500px) {
    .cta_welcome_4.airway .welcome-content {
        gap: 20px;
    }
}
@media (max-width: 1200px) {
    .cta_welcome_4.airway .welcome-content {
        flex-wrap: wrap;
    }
}
@media (max-width: 991px) {
    .cta_welcome_4.airway {
        padding: 30px 25px;
    }
    .cta_welcome_4.airway .welcome-content {
        flex-direction: column;
        align-items: center;
    }
    .cta_welcome_4.airway .welcome-card {
        margin-top: 0 !important;
    }
}

/* meet_the_staff_10_css
---------------------------------------------------------- */
.meet_the_staff_10 {
  padding: 0 25px;
  position: relative;
  background-color: var(--white);
  z-index: 1;
}

.meet_the_staff_10 .meet-staff-flex {
  width: min(100%, 1600px);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 50px 0;
  flex-wrap: wrap;
}
.meet_the_staff_10 .meet-staff-top-title {
  width: 100%;
  text-align: center;
}
.meet_the_staff_10 .meet-staff-top-title h2 {
  font-family: var(--font-family-main);
  font-size: var(--h1-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-normal);
  margin: var(--text-margin-normal);
  color: var(--main-color);
}
.meet_the_staff_10 .meet-staff-holder {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: min(31%, 458px);
  margin: 0 auto;
  align-content: center;
  gap: 10px;
}
.meet_the_staff_10 .meet-staff-holder h3 {
  font-family: var(--font-family-secondary);
  font-size: var(--h3-font-size);
  font-style: italic;
  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);
  color: var(--black-color);
}
.meet_the_staff_10 .meet-staff-holder.reverse {
  flex-direction: row-reverse;
}
.meet_the_staff_10 .meet-staff-content p {
  margin: 0;
}
.meet_the_staff_10 .meet-staff-aff .external-link {
  display: none;
}
.meet_the_staff_10 .meet-staff-title {
  width: 100%;
}
.meet_the_staff_10 .meet-staff-content .main-btn {
  margin: 0;
}
.meet_the_staff_10 .meet-staff-photo {
  display: block;
  height: min(50vw, 336px);
  width: min(100%, 458px);
}
.meet_the_staff_10 .meet-staff-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.meet_the_staff_10 .meet-staff-content {
  width: min(100%, 458px);
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
}
.meet_the_staff_10 .meet-staff-title hr {
  height: 2px;
  width: min(90%, 206px);
  margin: 5px auto 0;
  border: none;
  background-color: var(--secondary-color);
}
.meet_the_staff_10 .meet-staff-button {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media only screen and (max-width: 1200px) {
  .meet_the_staff_10 .meet-staff-holder {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 50px;
  }
  .meet_the_staff_10 .meet-staff-content {
    align-items: center;
    width: min(100%, 767px);
    gap: 20px;
  }
  .meet_the_staff_10 .meet-staff-holder {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 50px;
    width: min(100%, 458px);
  }
  .meet_the_staff_10 .meet-staff-flex {
    flex-direction: column;
    gap: 50px;
  }
  .meet_the_staff_10 .meet-staff-box {
    margin: 0 auto;
  }
  .meet_the_staff_10 {
    padding: 50px 25px;
  }
}
/* End of meet_the_staff_10 Style */



/* cta_welcome_4_css
---------------------------------------------------------- */
.cta_welcome_4.trusted {
    text-align: center;
    padding: 150px 25px 100px;
    position: relative;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.cta_welcome_4.trusted::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 4.1vw;
    background-image: url('../images/trustedcarewave_top.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}
.cta_welcome_4.trusted::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 2.5vw;
    background-image: url('../images/trustedwave-bottom.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

.loaded .cta_welcome_4.trusted {
    background-image: url('../images/trustedcarebg.webp');
}

.cta_welcome_4.trusted .container {
    display: flex;
    flex-direction: column;
    gap: 40px 0;
    width: min(100%, 1700px);
    padding: 75px 10%;
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.25);
}

.cta_welcome_4.trusted .welcome-top-title {
    margin: 0;
    display: flex;
    flex-direction: column-reverse;
}

.cta_welcome_4.trusted .welcome-top-title h2 {
    font-family: var(--font-family-main);
    font-size: var(--h1-font-size);
    font-style: normal;
    font-weight: var(--font-weight-semibold);
    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(--main-color);
}

.cta_welcome_4.trusted .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);
    font-style: italic;
    font-weight: var(--font-weight-bold);
    margin: var(--text-margin-normal);
    color: var(--black-color);
}
.cta_welcome_4.trusted .welcome-content {
    display: flex;
    gap: 20px;
    flex-direction: column;
}
.cta_welcome_4.trusted .welcome-content p {
    margin: 0;
}





/* fillable_form_1_css
---------------------------------------------------------- */
section.fillable_form_1 {
    padding: 30px 25px 50px;
    background-color: var(--secondary-color);
    position: relative;
}
section.fillable_form_1::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 2.5vw;
    background-image: url('../images/affwave-top.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}
.fillable_form_1 .fillable-form-container {
    width: min(100%, 1420px);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.fillable_form_1 .fillable-form-title h2 {
    color: var(--main-color);
    font-size: var(--h1-font-size);
    font-family: var(--font-family-main);
    font-weight: var(--font-weight-semibold);
    font-style: var(--font-style-normal);
    line-height: var(--line-height-normal);
    letter-spacing: var(--heading-letter-spacing-normal);
    text-transform: var(--heading-text-transform-normal);
}

.fillable_form_1 .fillable-form-title h3 {
    font-family: var(--font-family-secondary);
    font-size: var(--h4-font-size);
    font-style: italic;
    line-height: var(--line-height-normal);
    letter-spacing: var(--heading-letter-spacing-normal);
    text-transform: var(--heading-text-transform-normal);
    font-weight: var(--font-weight-bold);
    margin: var(--text-margin-normal);
    color: var(--black);
}

div#fillable_form_1 .floating-label {
    padding: 2em 0;
}
div#fillable_form_1 input, div#fillable_form_1 select, div#fillable_form_1 textarea {
    background-color: var(--main-color);
}
div#fillable_form_1 .bp-submit-wrap button[type='submit'] {
    color: var(--white);
    background-color: var(--main-color);
    border-color: var(--main-color);
}

div#fillable_form_1 .bp-submit-wrap button[type='submit']:hover {
    background-color: transparent;
    color: var(--main-color);
}

#fillable_form_1 .floating-label input:placeholder-shown + span,
#fillable_form_1 .floating-label textarea:placeholder-shown + span {
    transform: translateY(2.5em) scale(1);
    background-color: var(--main-color);
    color: var(--white);
    font-weight: 600;
}

#fillable_form_1 .floating-label input:focus + span,
#fillable_form_1 .floating-label textarea:focus + span {
    transform: translateY(0) scale(0.9);
}

#fillable_form_1 .floating-label input,
#fillable_form_1 .floating-label textarea {
    border-radius: 0;
}

@media (max-width: 767px) {
    div#fillable_form_1 .floating-label {
        padding: 1em 0 0;
    }
    #fillable_form_1 .floating-label input:placeholder-shown + span,
    #fillable_form_1 .floating-label textarea:placeholder-shown + span {
        transform: translateY(1.5em) scale(1);
    }
    #fillable_form_1 .floating-label input:focus + span,
    #fillable_form_1 .floating-label textarea:focus + span {
        transform: translateY(0) scale(0.9);
    }
    div#fillable_form_1 .bp-submit-wrap button[type='submit'] {
        margin-top: 1em;
    }
}