
/*Project form Section CSS START*/
.project-bottom-form-section {
    min-height: 274px;
    text-align: center;
}
.project-bottom-form-section .gform_legacy_markup_wrapper form,
.project-bottom-form-section .gform_wrapper h3.gform_title {
    text-align: center !important;
}

.project-bottom-form-section .gform_wrapper h3.gform_title {
    font-weight: 400;
    font-size: 35px;
}

.project-bottom-form-section li#field_submit {
    display: inline-block;
    vertical-align: top;
    float: none;
    margin-top: 16px;
    padding: 0.5rem !important;
    width: 25%;
}

.project-bottom-form-section .gform_wrapper .gfield_error .ginput_container.ginput_container_text {
    margin-top: 0px !important;
}

.project-bottom-form-section .gform_wrapper li.gfield.gfield_error {
    background: transparent;
    border: none;
    padding-bottom: 6px;
}

.project-bottom-form-section input.gform-button {
    border: 1px solid #0056b3;
    background: #0056b3;
    color: white;
    padding: 0.5rem !important;
    width: 100%;
    transition: background 0.3s, border 0.3s;
}

.project-bottom-form-section input.gform-button:hover {
    background: #00758a;
    border: 1px solid #00758a;
}

.project-bottom-form-section .gform_wrapper .ginput_container input[type=text] ,.project-bottom-form-section .gform_wrapper .ginput_container input[type=email]{
    background: transparent !important;
    border: 1px solid #fff !important;
    text-align: center;
    color: white;
    margin-top: 0;
}

.project-bottom-form-section .gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required {
    padding-right: 0px;
}

.project-bottom-form-section .gform_legacy_markup_wrapper div.validation_error {
    border: none !important;
    padding: unset !important;
}

.project-bottom-form-section .gform_wrapper .gfield_error .ginput_container input[type=text],.project-bottom-form-section .gform_wrapper .gfield_error .ginput_container input[type=email] {
    border: 1px solid red !important;
}

.project-bottom-form-section .gform_wrapper h2.gform_submission_error.hide_summary,
.project-bottom-form-section .gform_wrapper .validation_message {
    color: red;
}

.project-bottom-form-section .gform_wrapper .ginput_container input[type=text]::placeholder,.project-bottom-form-section .gform_wrapper .ginput_container input[type=email]::placeholder {
    color: white;
}
.project-bottom-form-section div.gform_anchor {
    display: none;
}

.section-project_tags a.badge {
    border: 1px solid #00758a;
    text-transform: uppercase;
    font-weight: 500;
    font-size: inherit;
}
.section-project_tags a.badge:hover {
    background: #00758a;
    border: 1px solid #00758a;
    color: white;
    text-transform: uppercase;
}
.project-bottom-form-section .gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container{
    margin-top: 0px !important;
}
@media (max-width: 992px) {
    .project-bottom-form-section li#field_submit {
        width: 50%;
    }
    
    .project-bottom-form-section .gform_wrapper h3.gform_title {
        font-size: 28px;
    }
}

@media (min-width: 768px) {
    .project-bottom-form-section.page-hero {
        height: auto;
    }
    .section-project_tags .col-xl-8.mx-auto{
        display: flex;
    }
}

@media (min-width: 641px) and (max-width: 992px) {
    .project-bottom-form-section .gform_wrapper .top_label li.gfield.gf_first_quarter:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
        width: 33.33%;
    }
}

@media (min-width: 641px) {
    .project-bottom-form-section .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
        padding-right: 16px;
    }
}

@media (min-width: 992px) {
    .project-bottom-form-section ul.gform_fields {
        display: flex;
    }
}

/*Project form Section CSS END*/