.wpcf7-select {
    background-color: #fff !important;
}

.fc-application-section .fc-form-step p {
    color: #fff;
}

.fc-application-section .fc-form-step h2 {
    letter-spacing: 0;
    font-size: 50px;
    text-align: center;
    margin-bottom: 15px;
}

.fc-application-section .fieldset-cf7mls-wrapper .wpcf7-not-valid-tip {
    font-size: 16px;
    color: #ff6161;
    margin-top: 10px;
}

.fc-application-section .wpcf7-response-output {
    color: #ff6161 !important;
}

.wpcf7 form.sent .wpcf7-response-output {
    color: #46b450 !important;
}
.fc-application-section .wpcf7-response-output svg.wpcf7-icon-wraning {
    fill: #ff6161 !important;
}

.fc-application-section .fieldset-cf7mls .cf7mls-btns {
    text-align: center;
}

.fc-application-section .fc-form-step h2+p {
    text-align: center;
    font-size: 24px;
}

.fc-application-section .wpcf7-form textarea {
    height: auto;
}

.fc-form-step-container {
    margin-top: 40px;
}

.cta-contact-section .cta-form #step-2 label {
    font-size: 20px;
    line-height: normal;
    display: block;
    margin-bottom: 20px;
}

.cta-contact-section .cta-form #step-2 label+br {
    display: none;
}

.cta-contact-section .cta-form #step-2 .form-control-group {
    margin-bottom: 30px;
}
.cf7mls-btns.cf7mls-btns-last-step .cf7mls_back.action-button {
    border-radius: 18px;
}
/* Common style for custom checkboxes and radios */
.fc-application-section .wpcf7-list-item {
    position: relative;
    margin-left: 0;
    width: 30%;
    margin-bottom: 0;
}

.fc-application-section .wpcf7-list-item:not(:first-child) {
    margin-left: 15px;
}

.fc-application-section .wpcf7-checkbox .wpcf7-list-item.last {
    margin-left: 0;
}

.fc-application-section span.wpcf7-list-item-label {
    position: relative;
    padding-left: 40px;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    color: #fff;
    line-height: 1.5;
    margin-right: 0;
}

.fc-application-section span.wpcf7-list-item-label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: #fff;
    transition: all 0.2s ease;
}

.fc-application-section .wpcf7-list-item input[type="radio"]:checked+.wpcf7-list-item-label::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 15.5px;
    height: 16px;
    background: #D57C31;
    border-radius: 50%;
    border: 3px solid #fff;
}

.fc-application-section .wpcf7-list-item input[type="checkbox"]+.wpcf7-list-item-label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border: none;
    border-radius: 4px;
    background: #fff;
    transition: all 0.2s ease;
}

.fc-application-section .wpcf7-list-item input[type="checkbox"]:checked+.wpcf7-list-item-label::after {
    content: "✓";
    position: absolute;
    left: 2px;
    top: 55%;
    transform: translateY(-43%);
    font-size: 20px;
    color: #D57C31;
    font-weight: bold;
}

.fc-application-section .wpcf7-list-item input[type="radio"],
.fc-application-section .wpcf7-list-item input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100% !important;
    z-index: 1;
    margin: 0 !important;
}

.fc-application-section .wpcf7-list-item input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
}

.fc-application-section .wpcf7-checkbox .wpcf7-list-item {
    width: 50%;
    margin-left: 0;
    margin-bottom: 20px;
}

.fc-application-section form.cf7mls input.wpcf7-form-control.wpcf7-submit {
    height: auto;
    width: auto;
    border-radius: 25px;
    font-size: 38px;
    font-weight: 400;
}

.fc-application-section form.cf7mls .btn-block input.wpcf7-form-control.wpcf7-submit {
    float: none;
}

.fc-application-section .btn-block {
    text-align: center;
}

.fc-application-section p {
    position: relative;
}

.fc-application-section form.cf7mls .wpcf7-spinner {
    position: absolute;
    top: 50px;
    right: 0;
    left: auto;
}

/* Progress bar */
.progress-container {
    width: 100%;
    background: #f2f2f2;
    border-radius: 20px;
    height: 10px;
    position: relative;
    margin-bottom: 40px;
}

.progress-bar {
    height: 10px;
    width: 50%;
    /* Step 1 (half) */
    background: #D57C31;
    border-radius: 20px;
    transition: width 0.3s ease;
}

.progress-text {
    margin-top: 8px;
    font-size: 14px;
    text-align: right;
    color: #555;
}
.cta-contact-section .cta-form #step-2 .progress-bar{
    width: 100%;
}

@media only screen and (max-width:1200px) {
    .cta-contact-section .cta-form {
        max-width: 100%;
    }
    .fc-application-section .wpcf7-list-item {
        width: 100%;
        margin-left: 0 !important;
        margin-bottom: 15px !important;
    }
    .fc-application-section .wpcf7-checkbox .wpcf7-list-item {
        width: 100%;
    }
    .fc-application-section form.cf7mls input.wpcf7-form-control.wpcf7-submit {
        border-radius: 12px;
        font-size: 18px;
    }
    .cf7mls-btns.cf7mls-btns-last-step .cf7mls_back.action-button {
        border-radius: 12px;
        width: auto;
        min-width: 80px;
    }    
}
@media only screen and (max-width:991px) {
    .fc-application-section .fc-form-step h2 ,.fc-application-section .fc-form-step h2{
        font-size: 35px;
    }
    .cta-contact-section .cta-form #step-2 .form-control-group {
        margin-bottom: 15px;
    }
    .fc-application-section .wpcf7-form select {
        padding-top: 0;
        padding-bottom: 0;
    }
}
@media only screen and (max-width:575px) {
    .fc-application-section .fc-form-step h2 {
        font-size: 26px;
        margin-bottom: 5px;
    }
    .fc-application-section .fc-form-step h2+p {
        font-size: 16px;
    }
    .fc-form-step-container {
        margin-top: 30px;
    }
}