/* base styles */
.container {
    max-width: inherit;
}

/* Home Styles */

/* cta_welcome_1_css
---------------------------------------------------------- */
.cta_welcome_1 {
    text-align: center;
    padding: min(8%, 100px) 0;
    position: relative;
    z-index: 1;
}

.cta_welcome_1 .container {
    display: flex;
    flex-direction: column;
    gap: 40px 0;
    width: min(100%, 1500px);
}

.cta_welcome_1 .welcome-top-title * {
    margin: 0;
}

.cta_welcome_1 .welcome-top-title h2 {
    color: var(--secondary-color);
    font-family: var(--font-family-secondary);
    font-size: var(--h1-font-size);
    font-weight: var(--font-weight-bold);
    line-height: var(--line-height-normal);
    letter-spacing: 2px;
    text-transform: uppercase;
}

.cta_welcome_1 .welcome-top-title h3 {
    font-family: var(--font-family-main);
    font-size: var(--h4-font-size);
    color: var(--main-color);
    font-style: normal;
    font-weight: var(--font-weight-bold);
    line-height: var(--line-height-normal);
    letter-spacing: 2px;
    text-transform: var(--heading-text-transform-normal);
    margin: var(--text-margin-normal);
    text-transform: uppercase;
}

.cta_welcome_1 .welcome-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 15px;
}

.cta_welcome_1 .welcome-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 15px;
    width: min(48%, 750px);
    text-align: left;
}

.cta_welcome_1 .welcome-map {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 15px;
    width: min(48%, 750px);
}

.cta_welcome_1 .welcome-map .phone,
.cta_welcome_1 .welcome-map .email,
.cta_welcome_1 .welcome-map .address {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.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;
}

.welcome-map .map-link {
    display: block;
    width: min(80vw, 545px);
    height: min(100vw, 310px);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, 0.25);
}
.welcome-map .map-link {
    background-image: url('/wp-content/themes/charlie-child/images/medford-map.webp');
}

/* service_5_css
---------------------------------------------------------- */
.service_5 {
    padding: min(8%, 100px) 0;
    position: relative;
    background-color: var(--main-color);
}
.service_5 .services-flex {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    position: relative;
    gap: 30px;
}
.service_5 .services-left {
    width: min(70%, 1150px);
    margin-right: -5%;
}
.service_5 .services-right {
    width: min(100%, 550px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    margin: 0 auto;
}
.service_5 .services-content-holder {
    margin: 0 auto;
    width: 100%;
    position: relative;
    z-index: 1;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px 0;
}
.service_5 .services-content-holder p {
    color: var(--white);
}
.service_5 .services-content-holder h2 {
    font-family: var(--font-family-main);
    font-size: clamp(25px, 3vw, 65px);
    color: var(--white);
}
.service_5 .services-slider .slick-list {
    width: 100%;
}
.service_5 .services-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: min(92%, 350px);
    text-align: left;
    margin: 0 auto;
}
.service_5 .services-bottom-box {
    color: var(--white);
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: left;
    min-height: auto;
    padding: 15px 10px;
    gap: 10px;
}
.service_5 .services-title span {
    color: var(--white);
    font-family: var(--font-family-main);
    font-size: var(--h4-font-size);
    font-weight: var(--font-weight-bold);
    line-height: 138%;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: left;
}
.service_5 .services-title {
    width: 100%;
    text-align: left;
}
.service_5 .services-icon {
    width: min(100%, 350px);
    height: auto;
}
.service_5 .services-icon img {
    box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, 0.25);
}
.service_5 .services-right 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_5 .services-right 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(--white);
}
.service_5 .services-right ul.slick-dots button:hover,
.service_5 .services-right ul.slick-dots .slick-active button {
    background-color: var(--white);
}
.service_5 .services-nav .slick-dots li {
    display: flex;
}
.service_5 .services-buttons {
    display: flex;
    justify-content: center;
    gap: 25px;
}
.service_5 .services-box:hover {
    text-decoration: none;
}
/* RESPONSIVE */
@media (max-width: 1300px) {
    .service_5 .services-left {
        width: min(60%, 1150px);
    }
    .service_5 .services-icon {
        height: auto;
    }
}
@media (max-width: 991px) {
    .service_5 .services-bottom-box p {
        margin: 0;
    }
    .service_5 .services-flex {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .service_5 .services-left {
        width: 100%;
        padding: 0 25px;
        position: relative;
        margin: 0 auto;
    }
    .service_5 .services-icon {
        height: auto;
    }
    .service_5:before {
        display: none;
    }
}
@media all and (max-width: 600px) {
    .service_5 {
        padding: 50px 0;
    }
    .service_5 .services-buttons {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 0;
        margin: 0 auto;
    }
}
/* end of service_5 */

.scroll-section{
    display: flex;
    flex-wrap: wrap;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}
.scroll-card{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #002A4E;
    padding: clamp(20px, 4vw, 50px);
    flex: 0 0 25%;
    max-width: 25%;
    aspect-ratio: 1 / 1;
    box-sizing: border-box;
}
.scroll-card p{
    color: var(--white, #FFF);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    /* Desktop/Heading 3 */
    font-family: "Open Sans";
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
}
.scroll-card2 p{
    color: var(--secondary, #002A4E);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    /* Desktop/Heading 3 */
    font-family: "Open Sans";
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
}
.scroll-card2{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #90C8EE;
    padding: clamp(20px, 4vw, 50px);
    flex: 0 0 25%;
    max-width: 25%;
    aspect-ratio: 1 / 1;
    box-sizing: border-box;
}

.scroll-section a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: inherit;
}

@media (max-width: 991px) {
    .scroll-card,
    .scroll-card2 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .scroll-section > :nth-child(3) {
        order: 4;
    }

    .scroll-section > :nth-child(4) {
        order: 3;
    }
}

@media (max-width: 600px) {
    .scroll-card,
    .scroll-card2 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .scroll-section > :nth-child(3) {
        order: 3;
    }

    .scroll-section > :nth-child(4) {
        order: 4;
    }
}

/* cta_welcome_7_css
---------------------------------------------------------- */
.cta_welcome_7 {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    /* align-items: stretch;
    background-size: cover;
    background-position: center; */
    background-repeat: no-repeat;
}
.loaded .cta_welcome_7 {
    background-image: url('../images/medford-special.webp');
}

.cta_welcome_7 .fifty-fifty-left {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    width: max(46%, 960px);
    /* min-height: min(82vw, 750px); */
}
.loaded .cta_welcome_7 .fifty-fifty-left {
    /*background-image: url('../images/ctafiftybg.webp');*/
}

.cta_welcome_7 .fifty-fifty-right {
    width: max(54%, 1250px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 56px;
}

.cta_welcome_7 .fifty-inner-box {
    display: flex;
    flex-direction: column;
    gap: 34px;
    height: auto;
    justify-content: center;
    width: min(100%, 997px);
    padding: min(8%, 75px) min(8%, 100px);
}
.cta_welcome_7 .fifty-fifty-right .fifty-inner-box {
    background: rgba(0, 42, 78, 0.85);
}

.cta_welcome_7 .fifty-title h2 {
    margin: 0;
    color: var(--white);
    font-size: var(--h1-font-size);
    font-family: var(--font-family-main);
    font-weight: var(--font-weight-bold);
    line-height: 120%;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.cta_welcome_7 .fifty-content p {
    margin: 0;
    color: var(--white);
}

.cta_welcome_7 .fifty-button {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

/* Fifty-Fifty-Responsive */
@media (max-width: 1025px) {
    .cta_welcome_7 {
        flex-wrap: wrap;
    }
}
@media (max-width: 600px) {
    .cta_welcome_7 .fifty-fifty-right {
        padding: 6%;
    }

    .cta_welcome_7 .fifty-inner-box {
        padding: 6%;
    }
}

/* review_15_css
---------------------------------------------------------- */
.review_15 {
    padding: min(5%, 111px) min(5%, 60px);
}

.review_15 .reviews-flex {
    display: flex;
    width: min(100%, 1700px);
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.review_15 .reviews-top-title h2 {
    color: var(--black);
}

.review_15 .reviews-slide-info-content p {
    margin: 0;
    font-size: var(--font-size-main);
}
.review_15 .reviews-slide-info-content p.review-name {
    color: var(--black);
    font-size: var(--h4-font-size);
    font-weight: var(--font-weight-bold);
    line-height: 138%;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 25px;
}

.review_15 .reviews-top-title {
    text-align: center;
    margin-bottom: 20px;
}

.review_15 .reviews-button {
    display: flex;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 20px;
}

.review_15 .reviews-button a,
.review_15 .reviews-button button {
    margin: 0;
}

.review_15 .reviews-slider-info {
    position: relative;
    z-index: 1;
    width: 100%;
    color: var(--black);
}
.review_15 .reviews-slide-info-content {
    width: min(90%, 501px);
    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;
    opacity: 0.2;
    gap: 24px;
}

.review_15 .slick-list {
    width: min(100%, 95%);
    margin: 0 auto;
}

.review_15 .slick-center .reviews-slide-info-content {
    opacity: 1;
}

.review_15 .reviews-slider-info-slide.slick-slide {
    margin: 70px auto;
}

.review_15 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_15 ul.slick-dots {
    justify-content: center;
    display: flex;
    align-items: center;
    margin: 0 auto;
    list-style-type: none;
    gap: 25px;
}
.review_15 ul.slick-dots li {
    display: flex;
}
.review_15 ul.slick-dots button:hover,
.review_15 ul.slick-dots .slick-active button {
    background-color: var(--black);
}

.review_15 .reviews-star {
    height: min(8vw, 50px);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: min(100%, 253px);
}
.loaded .review_15 .reviews-star {
    background-image: url('../images/stars.webp');
}

@media (max-width: 1300px) {
    .review_15 .reviews-slide-info-content {
        min-height: 350px;
    }
}

@media (max-width: 1200px) {
    .review_15 .reviews-slide-info-content {
        opacity: 1;
    }
}

@media (max-width: 1025px) {
    .review_15 .reviews-button {
        justify-content: center;
    }
    .review_15 {
        padding: 50px 25px;
    }
}
@media (max-width: 767px) {
    .review_15 .slick-arrow {
        bottom: 0;
        transform: none;
    }

    .review_15 .reviews-slider-info-slide.slick-slide {
        margin: 0 auto 30px;
    }

    .review_15 .slick-arrow svg {
        width: 30px;
        height: 30px;
    }

    .review_15 .reviews-nav-holder {
        position: relative;
        width: min(100%, 300px);
    }
}

/* service_9_css
---------------------------------------------------------- */
.service_9 {
    padding: min(5%, 63px) 0;
    position: relative;
}
.service_9 .services-flex {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 8px 0;
    width: 100%;
}
.service_9 .services-holder:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 42, 78, 0.3);
    transition: all 0.3s ease-in-out;
}
.service_9 .services-holder:hover:before {
    background: rgba(0, 42, 78, 0.7);
}
.service_9 .services-holder {
    position: relative;
    display: flex;
    justify-content: center;
    width: min(33%, 640px);
    height: min(100vw, 640px);
    text-align: left;
    align-items: flex-end;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    padding: min(5%, 40px);
    transition: all 0.3s ease-in-out;
}
.loaded .service_9 .services-holder.implants {
    background-image: url('../images/medford-implants.webp');
}
.loaded .service_9 .services-holder.crowns {
    background-image: url('../images/medford-crowns.webp');
}
.loaded .service_9 .services-holder.hygiene {
    background-image: url('../images/medford-hygiene.webp');
}
.loaded .service_9 .services-holder.restorative {
    background-image: url('../images/medford-restorative.webp');
}
.loaded .service_9 .services-holder.emergency {
    background-image: url('../images/medford-emergency.webp');
}
.loaded .service_9 .services-holder.veneers {
    background-image: url('../images/medford-veneers.webp');
}
.service_9 .services-box-content h3 {
    color: var(--white);
    transition: all 0.3s ease-in-out;
}
.service_9 .services-title {
    width: 100%;
    position: relative;
    z-index: 2;
}
.service_9 .services-top-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: min(95%, 1315px);
    margin: 0 auto;
}
.service_9 .services-holder .services-box-content {
    width: 100%;
}
.service_9 .services-holder .services-box-content p {
    color: var(--white);
    position: absolute;
    z-index: 2;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    pointer-events: none;
}
.service_9 .services-holder:hover .services-box-content p {
    opacity: 1;
    position: relative;
}
.service_9 .services-button {
    display: flex;
    justify-content: flex-start;
    gap: 25px;
    position: relative;
    z-index: 2;
}
.service_9 .services-holder:hover .services-button .main-btn.tertiary {
    color: var(--secondary-color);
    background-color: var(--accent-color);
    border-color: var(--accent-color);
}
.service_9 .services-holder:hover {
    text-decoration: none;
}
/* RESPONSIVE
-----------------------------------------------*/
@media (max-width: 1200px) {
    .service_9 a.services-holder {
        width: min(49%, 635px);
    }
}
@media (max-width: 991px) {
    .service_9 .services-flex {
        flex-wrap: wrap;
        gap: 8px;
    }
    .service_9 .services-holder {
        width: min(48%, 640px);
    }
}
@media (max-width: 767px) {
    .service_9 a.services-holder {
        width: min(100%, 635px);
        margin: 0 auto;
    }
}
@media all and (max-width: 600px) {
    .service_9 {
        padding: min(5%, 50px) 25px;
    }
    .service_9 .services-buttons {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 0;
    }
    .service_9 .services-flex {
        padding: 50px 0;
    }
    .service_9 .services-holder {
        width: min(100%, 640px);
        height: min(135vw, 640px);
    }
}
/* end of service_9 */

/* cta_welcome_9_css
---------------------------------------------------------- */
.cta_welcome_9 {
    padding: min(8%, 73px) 0;
    background-color: var(--white);
    position: relative;
}

.cta_welcome_9 .container {
    position: relative;
    z-index: 1;
    width: min(100%, 1550px);
}
.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;
    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: uppercase;
    margin: var(--text-margin-normal);
    color: var(--secondary-color);
}
.cta_welcome_9-top-title p {
    font-size: var(--font-size-main);
    font-weight: var(--font-weight-normal);
    text-align: center;
    color: var(--black);
}

.cta_welcome_9-cards {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    width: 100%;
}

.cta_welcome_9-card {
    width: min(100%, 350px);
    height: 453px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    margin: 0;
}

.cta_welcome_9-content {
    display: flex;
    flex-direction: column;
    gap: 22px;
    background-color: var(--secondary-color);
    text-align: left;
    align-items: flex-start;
    justify-content: center;
    padding: min(5%, 40px);
    height: 100%;
}
.cta_welcome_9-content.light-blue {
    background-color: var(--main-color);
}

.cta_welcome_9-card h3 {
    color: var(--white);
    font-size: var(--h4-font-size);
    font-weight: var(--font-weight-normal);
    line-height: 140%;
    letter-spacing: 1.15px;
    text-transform: uppercase;
    text-align: left;
}

.cta_welcome_9-content p {
    margin: 0;
    color: var(--white);
    font-size: var(--font-size-main);
    line-height: 150%;
}

.cta_welcome_9 .btn-wrap {
    margin: 20px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media all and (max-width: 991px) {
    .cta_welcome_9-cards {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}
/* @media (max-width: 600px) {
    .cta_welcome_9 {
        padding: 50px 0;
    }
} */

/* quote-section
-------------------------------------------*/
.quote-section {
    position: relative;
    padding: min(5%, 50px);
    height: min(100vw, 450px);
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.loaded .quote-section {
    background-image: url('../images/medford-quote-bg.webp');
}
.quote-section .container {
    width: min(100%, 1250px);
    margin: 0 auto;
    position: relative;
}
.quote-section .container:before {
    content: '';
    position: absolute;
    top: -45%;
    left: -10%;
    width: min(10vw, 105px);
    height: min(8vw, 85px);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.quote-section .container:before {
    background-image: url('../images/quote-top.webp');
}
.quote-section .container:after {
    content: '';
    position: absolute;
    bottom: -45%;
    right: -10%;
    width: min(10vw, 105px);
    height: min(8vw, 85px);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.quote-section .container:after {
    background-image: url('../images/quote-bottom.webp');
}

.quote-section .quote p {
    font-family: var(--font-family-main);
    color: var(--white);
    font-style: italic;
    font-size: clamp(40px, 5vw, 70px);
    font-weight: 300;
    line-height: 124%;
    text-transform: capitalize;
    text-align: center;
}

@media (max-width: 1550px) {
    .quote-section .container:before {
        left: 0%;
        top: -50%;
    }
    .quote-section .container:after {
        right: 0%;
    }
}

/* meet_the_staff_2_css
---------------------------------------------------------- */
.meet_the_staff_2 {
    padding: 100px 25px;
    position: relative;
    z-index: 1;
    background-color: var(--accent-color);
}

.page-id-785 .meet_the_staff_2 .meet-staff-flex {
    width: min(100%, 1600px);
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    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(--black);
    font-size: var(--h4-font-size);
    font-family: var(--font-family-secondary);
    font-weight: var(--font-weight-semibold);
    line-height: 140%;
    letter-spacing: 1.15px;
    text-transform: uppercase;
}
.meet_the_staff_2 .meet-staff-title h3 {
    color: var(--black);
    font-family: var(--font-family-main);
    font-size: var(--h2-font-size);
    line-height: 130%;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.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;
}
.page-id-785.loaded .meet_the_staff_2 .meet-staff-left {
    background-image: url('../images/medford-financing.webp');
    box-shadow: 3px 3px 15px 0 rgba(69, 65, 65, 0.25);
}

@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(100vw, 763px);
        width: min(100%, 666px);
    }
    .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_2 .meet-staff-right .main-btn {
        margin: 0 auto;
    }
}

/* fillable_form_1_css
---------------------------------------------------------- */
section.fillable_form_1 {
    padding: 60px 25px;
}

.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(--secondary-color);
    text-transform: uppercase;
    font-family: var(--font-family-main);
    font-size: var(--h2-font-size);
    font-weight: var(--font-weight-bold);
    letter-spacing: 2px;
}

.fillable_form_1 .fillable-form-title h3 {
    color: var(--black);
    font-family: var(--font-family-secondary);
    font-size: var(--font-size-large);
    font-weight: var(--font-weight-normal);
    line-height: var(--line-height-normal);
    letter-spacing: var(--heading-letter-spacing-normal);
}

div#fillable_form_1 .floating-label {
    padding: 2em 0;
}

div#fillable_form_1 .bp-submit-wrap button[type='submit'] {
    color: var(--secondary-color);
    background-color: var(--accent-color);
    border-color: var(--accent-color);
}

div#fillable_form_1 .bp-submit-wrap button[type='submit']:hover {
    background-color: var(--main-color);
    border-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);
}

#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;
    }
}
