.back-bottom {
    display: none;
}

.single-job-content-custom {
    padding: 80px 0;
}

.single-job-content-custom .container .content-general-custom {
    max-width: 1170px;
    margin: 0 auto;
    display: table;
}

.single-job-content-custom h2 {
    color: #172440;
    text-align: center;
    font-family: "New Hero";
    font-size: 42px;
    font-style: normal;
    font-weight: 600;
    line-height: 63px;
    margin: 0 0 20px;
}

.single-job-content-custom h3 {
    color: #172440;
    font-family: "New Hero";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 54px;
}

.single-job-content-custom .container .content-general-custom ul {
    list-style: none;
    padding-left: 30px;
}

.single-job-content-custom .container .content-general-custom ul li {
    position: relative;
    margin: 10px 0;
}

.single-job-content-custom .container .content-general-custom ul li::before {
    content: '';
    background: url('../assets/images/checkmark.svg') center center no-repeat;
    background-size: cover;
    ;
    width: 24px;
    height: 24px;
    position: absolute;
    left: -30px;
    top: 5px;
}

.title-form {
    color: #172440;
    font-family: "New Hero";
    font-size: 42px;
    font-style: normal;
    font-weight: 600;
    line-height: 63px;
    max-width: 650px;
}

.form-group-custom {
    display: inline-block;
    width: 100%;
}

@media screen and (max-width:991px) {
    .single-job-content-custom {
        padding: 40px 0
    }
}

.form-group-custom .wpcf7-not-valid-tip {
    font-size: 14px;
    min-width: 250px;
}

span[data-name="fileCV"] {
    display: block;
}

span[data-name="fileCV"] input {
    -webkit-appearance: none;
    display: block;
    position: absolute;
    bottom: -30px;
    left: 20px;
}

.cv-file label,
.cv-file p,
.cv-file * {
    margin: 0;
}

.cv-file {
    padding-left: 0;
}

.cv-file p {
    color: #5C5F66;
    font-family: "New Hero";
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.cv-file p:last-child {
    position: absolute;
    left: 70px;
    bottom: 0;
}

.cv-file label::before {
    content: '';
    background: url(../assets/images/loadfile.svg) center center no-repeat;
    position: relative;
    left: 0;
    top: 0px;
    width: 40px;
    height: 40px;
    display: inline-block;
    margin-right: 10px;
}

.cv-file label {
    color: #E60026;
    text-align: center;
    font-family: "New Hero";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    display: flex;
    padding-left: 20px;
}
.form-group-custom .cv-file .wpcf7-not-valid-tip{
  top: 35px;
left: 20px;
}
@media screen and (max-width:991px) {
    .title-form,
    .single-job-content-custom h2 {
        font-size: 32px;
        line-height: 42px;
    }
}

@media screen and (max-width:370px) {
  .cv-file label{
      font-size: 12px;
  }
}
@media screen and (max-width:991px) {
    .form-group-custom .col-xs-12.cv-file {
        margin-bottom: 15px;
        display: flex;
        flex-direction: column;
    }
    .form-group-custom .cv-file p:last-child {
        position: relative;
        left: auto;
        margin: 40px 20px 0;
    }
    .form-group-custom .acceptance-class,
    .form-group-custom .acceptance-class p{
        margin-top: 0 !important;
        line-height: 1;
        font-size: 14px;
    }
}
