.candidature-wrap {
    margin-bottom: 0 !important;
    background: #F7F7F7;
    padding: 50px;
    border-radius: 20px;
}

.candidature-wrap .name-wrap p {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px 20px;
    margin-bottom: 30px !important;
}

.candidature-wrap input,
.candidature-wrap h6 {
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    font-family: 'Poppins';
    color: #000;
}

.candidature-wrap h6{
    margin-bottom: 8px;
}

.candidature-wrap input, .work-option select {
    color: #818181;
    background: #FFF;
    border: 1px solid #C4CAD8 !important;
    border-radius: 8px;
    padding: 10px 20px 10px 13px !important;
    font-family: arial;
}

.attach-your-cv p,
.work-option p {
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    font-family: arial;
    max-width: 390px;
}

.job-wrap p {
    margin-bottom: 24px;
}
.attach-your-cv p {
    margin-bottom: 12px;
}
.cv-work-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-bottom: 30px;
}

.attach-your-cv input {
    background-color: transparent !important;
    border: 0 !important;
    padding: 0 !important;
}

.work-option p {
    margin-bottom: 13px;
}

.work-option p:last-child {
    margin-bottom: 0;
}

.work-option option {
    font-size: 13px;
    font-weight: 400;
    padding: 4px;
}

.work-option select {
    padding: 2px 0 2px 3px;
    height: 137px;
}

.policy {
    margin-bottom: 24px;
}

.policy .policy-text p {
    font-size: 10px;
    line-height: 13px;
    font-weight: 500;
    margin-bottom: 0;
    color: #333333;
}

.policy-text {
    height: 30px;
    overflow-y: scroll;
    border: 1px solid #ddd;
    padding: 6px 8px;
}

.policy label span {
    font-size: 14px;
    line-height: 26px;
    font-weight: 500;
    color: #333333;
    font-family: arial;
    padding-left: 25px;
}

.policy input[type="checkbox"] {
    width: 17px !important;
    height: 17px !important;
}

.policy span {
    margin: 0;
}

.policy > p {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 20px;
}

.captcha h6 {
    margin-bottom: 11px;
}

.candidature-wrap .sub-button,
.candidature-wrap .sub-button p {
    margin-bottom: 0 !important;
}

.candidature-wrap .sub-button input {
    background: #EF6326;
    text-align: center;
    padding: 12px !important;
    min-width: 200px;
    border-radius: 50px;
    font-size: 18px;
    line-height: 24px;
    transition: all 0.3s;
    border: none;
}

.candidature-wrap .sub-button input:hover {
    background-color: #96C11F;
    color: #fff;
}
.candidature-wrap .wpcf7-not-valid-tip{
    font-size: 14px;
}
.policy input[type="checkbox"] {
    position: absolute;
    top: 4px;
    margin: 0;
}
.policy input[type="checkbox"]{
    border: 1px solid #EF6326 !important;
    border-radius: 5px;
    background: none;
    cursor: pointer;
    line-height: 0;
    margin: 0 7px 0 0;
    outline: 0;
    padding: 0 !important;
    vertical-align: text-top;
    height: 17px;
    width: 17px;
    -webkit-appearance: none;
    min-width: 17px;
  }
  .policy input[type="checkbox"]:checked {
    background: #F86421;
  }
  .policy input[type="checkbox"]:checked:before{
    content: '';
    position: absolute;
    left: 5px;
    top: 2px;
    width: 5px;
    height: 9px;
    border: solid #FFF;
    border-width: 0 2px 2px 0;
    margin: 0;
    transform: rotate(45deg);
    z-index: 2;
    right: auto;
  }


@media only screen and (max-width: 768px) {
    .cv-work-wrap {
        gap: 15px;
        margin-bottom: 30px;
    }
    .candidature-wrap {
        padding: 25px;
}
    .candidature-wrap .name-wrap p {
        grid-template-columns: 1fr;
        gap: 30px 20px;
        margin-bottom: 30px !important;
    }

    .cv-work-wrap {
        grid-template-columns: 1fr;
    }
}
@media (max-width:430px) {
    .candidature-wrap input, .candidature-wrap h6 {
        font-size: 12px;
    }
    .policy > p {
        font-size: 12px;
        line-height: 20px;
        color: #000;
    }
}