.page-id-32413 .banner-header {
    margin-bottom: 0;
}

.contact-us h2,
h3 {
    color: var(--fc-blue-1, #0a71a4);
    text-align: left;
    font: normal normal 800 50px/60px Barlow Condensed;
    text-transform: uppercase;
    opacity: 1;
}

h4 {
    color: var(--fc-blue-1, #0a71a4);
    text-transform: uppercase;
    opacity: 1;
    font-weight: 800;
}

.contact-us-content h3{
    margin: 0 0 35px 0;
}
.contact-us-content p {
    margin: 0 0 26px 0;
}

.contact-us p {
    color: var(--fc-black, #000000);
    text-align: left;
    font: normal normal normal 16px/24px Lato;
    letter-spacing: 0px;
    opacity: 1;
}

.contact-us .white-section {
    margin: 90px 0 70px;
}

.contact-us-content {
    flex: 1 1 100%;
}

.contact-us-section legend {
    display: none;
}

.contact-us .frm_form_field input,
.contact-us .frm_form_field textarea {
    background: var(--fc-white);
    border: 1px solid var(--fc-blue-1);
    border-radius: 10px;
    width: 100%;
    margin: 0 28px 28px 0;
    padding-left: 20px;
    font: normal normal normal 16px/24px Lato;
    color: var(--fc-darkgray-1);
}

.contact-us .frm_form_field input:hover,
.contact-us .frm_form_field textarea:hover {
    /* background: var( --fc-grey-2); */
    border: 1px solid var(--fc-grey-2);
    border-radius: 10px;
}

.contact-us .frm_form_field input {
    height: 40px;
}

.contact-us .frm_form_field textarea {
    padding-top: 20px;
}

.contact-us .frm_submit {
    margin: 12px 0 0 0;
    text-align: left;
}

.contact-us .frm_submit .frm_final_submit {
    padding: 8px 12px;
    width: 354px;
    height: 40px;
    border-radius: 10px;
    font: normal normal bold 20px/24px Barlow Condensed;
    background: var(--fc-blue);
    color: var(--fc-white);
}

.contact-us .frm_submit .frm_final_submit:hover {
    background: var(--fc-blue-hover);
    border-radius: 10px;
}

.contact-us .inner {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 29px;
}

.contact-us .contact-us-section .inner {
    padding: 0;
}

.contact-us-section .image-item {
    padding: 30px 0 0 0;
    width: 370px;
    height: 370px;
    text-align: left;
}

.contact-us-section .img-item-0 img {
    border-radius: 10px;
    min-width: 370px;
    height: auto;
}

@media (max-width: 920px) {
    .contact-us .white-section {
        padding: 0;
    }    
}

@media(max-width: 800px) {
    .contact-us .image-item {
        display: none;
    }

    .contact-us .frm_submit .frm_final_submit {
        width: 100%;
    }
}

@media (max-width: 650px) {

    .contact-us .inner {
        flex-direction: column;
        align-items: center;
    }

    .contact-us h2,
    .contact-us h3 {
        font: normal normal 800 38px/46px 'Barlow Condensed';
        margin: 0 0 40px 0;
    }

    .contact-us .frm_form_field input {
        margin-bottom: 12px;
    }

    .contact-us .frm_form_field textarea {
        margin-bottom: 18px;
    }

    .contact-us .white-section {
        margin: 20px 0;
    }
}