/* Gravity FOrm New Forms */

.gform_heading {
    margin-bottom: 32px;
}

#gform_wrapper_4 .gform_heading {
    display: none;
}

.page-contact-us #gform_wrapper_4 .gform_heading {
    display: block;
}

.page-contact-us #gform_wrapper_4 .gform_heading .gform_title {
    font-family: Poppins, sans-serif;
    font-size: 48px;
    font-weight: 700;
    color: #446473;
    margin-bottom: 45px;
    text-align: center;
    text-transform: uppercase;
}

#gform_fields_4 {
    grid-column-gap: 0;
}

#gform_fields_4 .gfield {
    margin-bottom: 16px;
    width: calc(100% / 3);
    padding: 0px 8px;
}

.page-contact-us #gform_fields_4 .gfield {
    width: 100%;
}

.page-contact-us #gform_fields_4 .gfield input {
    border-bottom: 1px solid rgba(204,204,204,.5);
}

#gform_fields_4 .gfield_label {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 24px;
    color: white !important;
}

.page-contact-us #gform_fields_4 .gfield_label {
    color: #6c757d !important;
}

#gform_fields_4 .gfield_checkbox {
    display: flex;
    flex-wrap: wrap;
}

#gform_fields_4 .gchoice {
    margin-right: 16px;
}

#gform_fields_4 .gchoice .gfield-choice-input {
    width: 14px !important;
    margin-right: 12px;
}

#gform_fields_4 .gchoice .gform-field-label {
    max-width: 100%;
    text-transform: uppercase;
}

.page-contact-us #gform_fields_4 .gchoice .gform-field-label {
    color: #6c757d;
}

#gform_fields_4 .textarea {
    height: 65px;
}

#gform_fields_4 #field_4_4,
#gform_fields_4 #field_4_6 {
    width: 50%;
}

#gform_fields_4 #field_4_5 {
    width: 100%;
}

#gform_fields_4 #field_4_11 select {
    color: #fff;
    border-bottom: 1px solid rgba(204,204,204,.5);
    padding: 8px !important;
    text-transform: uppercase;
}

.page-contact-us #gform_fields_4 #field_4_11 select {
    color: #000;
}

#gform_fields_4 #field_4_11 option {
    color: #000;
}

.map-form-wrapper .gform_button::before,
.map-form-wrapper .gform_button::after {
    background: #fff !important;
}

@media (max-width: 992px) {
    #gform_fields_4 .gfield {
        width: 100%;
    }
}


