.apply-sec{
    background-color: var(--black);
}
.apply-sec *:not(.subtitle,.wpcf7-not-valid-tip){
    color: var(--white);
}   
.apply-sec .section-header .subtitle{
    color: var(--gray);
}
.apply-sec .container-fluid{
    max-width: 970px;
    margin-left: auto;
    margin-right: auto;
}
.apply-sec form .col{
    width: 50%;
}
.apply-sec form .col-12{
    width: 100%;
}
.apply-sec .desc {
    max-width: 675px;
    margin-left: auto;
    margin-right: auto;
}
.apply-sec form label {
    font-weight: 600;
    margin-bottom: 5px;
    display: inline-block;
}
.apply-sec .wpcf7-form-control:not(.wpcf7-submit,.wpcf7-checkbox,.wpcf7-radio){
    color: var(--white);
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    border-radius: 15px;
    border: 1px solid var(--white);
    padding: 19px 25px;
    width: 100%;
    background-color: transparent;
}
.apply-sec .wpcf7-form-control::-webkit-input-placeholder{color: #8787A2;opacity: 1}
.apply-sec .wpcf7-form-control::-moz-placeholder{color: #8787A2;opacity: 1}
.apply-sec .wpcf7-form-control:-ms-input-placeholder{color: #8787A2;opacity: 1}
.apply-sec .wpcf7-form-control::-ms-input-placeholder{color: #8787A2;opacity: 1}
.apply-sec .wpcf7-form-control::placeholder{color: #8787A2;opacity: 1}
.apply-sec form .row{
    row-gap: 40px;
}
.apply-sec form .wpcf7-checkbox .wpcf7-list-item {
    margin: 0;
    width: 38%;
}
.apply-sec form .wpcf7-checkbox {
    display: flex;
    gap: 40px 20px;
    flex-wrap: wrap;
    margin-top: 18px;
}
.apply-sec form .wpcf7-list-item label {
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}
.apply-sec form input[type="checkbox"]{
    appearance: none;
    border: 1px solid var(--white);
    border-radius: 3px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px;
    height: 24px;
    width: 24px;
    cursor: pointer;
    flex-shrink: 0;
}
.apply-sec form input[type="checkbox"]:checked{
    background-image: url(../images/checked.svg);
}
.apply-sec .wpcf7-list-item-label {
    cursor: pointer;
}
.apply-sec .wpcf7-not-valid-tip {
    background-color: var(--white);
    font-size: 16px;
    padding: 5px 10px;
    line-height: normal;
    margin-top: 7px;
}
.apply-sec textarea{
    resize: none;
    height: 180px;
}
.apply-sec .btn-wrapper {
    margin-top: 85px;
    text-align: center;
}
.apply-sec .btn-wrapper .btn {
    border: 0;
    line-height: normal;
    padding: 21px 30px;
    min-width: 440px;
    border-radius: 15px;
    cursor: pointer;
    background-color: var(--blue);
}
.apply-sec .btn-wrapper .btn:hover{
    background-color: var(--pink);
}
.apply-sec input[type="radio"] {
    border: 0;
    height: 24px;
    width: 24px;
}
.apply-sec form .wpcf7-list-item.first {
    margin-left: 0;
}
.apply-sec .bottom-desc {
    margin-top: 33px;
    max-width: 675px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.apply-sec .wpcf7-spinner {
    display: none;
    text-align: center;
    margin: 10px auto;
}
.apply-sec form.submitting .wpcf7-spinner {
    display: block;
}
@media only screen and (min-width: 1200px) {
    .apply-sec .section-header{
        margin-bottom: 50px;
    }
}
@media only screen and (max-width: 767px) {
    .apply-sec form .col,
    .apply-sec form .wpcf7-checkbox .wpcf7-list-item{
        width: 100%;
    }
    .apply-sec .wpcf7-form-control:not(.wpcf7-submit,.wpcf7-checkbox,.wpcf7-radio){
        font-size: 18px;
        padding: 15px 18px;
    }
    .apply-sec form .row {
        row-gap: 30px;
    }
    .apply-sec form .wpcf7-checkbox {
        row-gap: 20px;
    }
    .apply-sec .btn-wrapper {
        margin-top: 35px;
    }
    .apply-sec .bottom-desc {
        margin-top: 20px;
    }
    .apply-sec .btn-wrapper .btn{
        min-width: auto;
        width: 100%;
        padding: 15px 30px;
    }
}