.career-details-section {
    padding-top: 205px;
    padding-bottom: 104px
}

.career-details-section .content .desc {
    padding-bottom: 0
}

.container-sub {
    padding-left: 140px;
    padding-right: 140px
}

@media(max-width: 991px) {
    .container-sub {
        padding-left: 25px;
        padding-right: 25px
    }
}

.job-details-section {
    padding-top: 100px
}

@media(max-width: 580px) {
    .job-details-section {
        padding-top: 40px
    }
}

.job-details-section .job-details-heading {
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #dedede;
    padding-bottom: 24px
}

.job-details-section .job-details-heading .title {
    color: #000;
    font-family: "Playfair";
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 58px
}

@media(max-width: 580px) {
    .job-details-section .job-details-heading .title {
        font-size: 40px;
        line-height: 44px
    }
}

.job-details-section .job-details-heading .desc {
    color: #3c3c3c;
    font-family: "Poppins";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 33px;
    margin-bottom: 0
}

@media(max-width: 580px) {
    .job-details-section .job-details-heading .desc {
        font-size: 16px
    }
}

.job-details-section .job-details-heading .apply-button {
    border-radius: 28.5px;
    background-color: #efefef;
    border: none;
    padding: 10px 11px 10px 27px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-family: "Inter Tight";
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    margin-top: 0;
    margin-left: 0
}

.job-details-section .job-details-heading .apply-button img {
    padding-left: 10px;
}

.job-details-section .job-details {
    border-bottom: 1px solid #dedede;
    padding-top: 57px;
    padding-bottom: 60px
}

@media(max-width: 580px) {
    .job-details-section .job-details {
        padding-bottom: 40px
    }
}

.job-details-section .job-details .job-description {
    color: #3c3c3c;
    font-family: "Poppins";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 33px;
    margin-bottom: 0
}

.job-details-section .job-details .job-subtitle {
    color: #000;
    font-family: "Poppins";
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    line-height: 58px;
    margin-bottom: 0
}

.job-details-section .job-details ul {
    padding-left: 1rem;
    margin-bottom: 0
}

.job-details-section .job-details .job-list li {
    color: #3c3c3c;
    font-family: "Poppins";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 33px
}

.apply-form-section {
    padding-top: 53px;
    padding-bottom: 199px
}

@media(max-width: 991px) {
    .apply-form-section {
        padding-bottom: 40px;
        padding-top: 40px
    }
}

.apply-form-section .form-box {
    border-radius: 44px;
    background-color: #f8f8f8;
    padding: 43px 96px 79px 105px
}

@media(max-width: 991px) {
    .apply-form-section .form-box {
        padding: 25px 15px 25px 15px
    }
}

.apply-form-section .form-box .form-header {
    border-bottom: 1px solid #dedede;
    padding-bottom: 28px;
    margin-bottom: 65px
}

@media(max-width: 991px) {
    .apply-form-section .form-box .form-header {
        padding-bottom: 0
    }
}

.apply-form-section .form-box .form-header .title {
    color: #000;
    font-family: "Playfair";
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 58px
}

@media(max-width: 991px) {
    .apply-form-section .form-box .form-header .title {
        font-size: 25px
    }
}

.apply-form-section .form-box form .form-all .form-sub {
    margin-top: 0;
    padding-bottom: 20px
}

.apply-form-section .form-box form .form-all .heading {
    color: #3c3c3c;
    font-family: "Poppins";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 33px;
    padding-left: 15px;
    padding-bottom: 8px
}

@media(max-width: 991px) {
    .apply-form-section .form-box form .form-all .heading {
        font-size: 15px
    }
}

.apply-form-section .form-box form .form-all .form-control {
    border: 1px solid #e5e5e5;
    background-color: #f0f0f0;
    border-radius: 50px;
    padding: 13px 37px;
    color: #767676;
    font-family: "Poppins";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 33px
}

@media(max-width: 991px) {
    .apply-form-section .form-box form .form-all .form-control {
        padding: 10px 25px;
        font-size: 13px
    }
}

.apply-form-section .form-box form .form-all .form-control:focus {
    box-shadow: none;
    border: 1px solid #e5e5e5
}

.apply-form-section .form-box form .form-all .form-control::file-selector-button {
    display: none
}

.apply-form-section .form-box form .form-all .phone-number {
    padding: 13px 20px 13px 20px
}

.apply-form-section .form-box form .form-all input[type=number]::-webkit-inner-spin-button,
.apply-form-section .form-box form .form-all input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.apply-form-section .form-box form .form-all .country-select {
    border: 1px solid #e5e5e5;
    background-color: #f0f0f0;
    border-radius: 50px;
    padding: 12px 20px;
    font-size: 16px;
    font-family: "Poppins";
    color: #000;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("../img/bottom-arrow.png");
    background-repeat: no-repeat;
    background-position: right 15px center
}

.apply-form-section .form-box form .form-all .country-select .dropdown-toggle::after {
    display: none !important
}

.apply-form-section .form-box form .form-all .country-select .indicator img {
    width: 38px;
    height: 38px;
    border-radius: 50%
}

.apply-form-section .form-box form .form-all .country-select option {
    padding: 10px
}

.apply-form-section .form-box form .form-all .upload {
    position: relative;
    display: flex;
    align-items: center
}

.apply-form-section .form-box form .form-all .upload .upload-icon {
    position: absolute;
    background-color: #e0e0e0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    right: 11px;
    width: 42px;
    height: 42px
}

.apply-form-section .form-box form .form-all .upload .upload-icon img {
    width: 14px;
    height: 18px
}

.apply-form-section .form-box form .form-all .form-message {
    border-radius: 12px;
    resize: none
}

.apply-form-section .form-box form .form-all .invalid {
    color: #e7c562;
    font-family: "Poppins";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 33px;
    padding-left: 15px;
    display: none
}

.apply-form-section .form-box form .form-all .send-button {
    text-align: end
}

.apply-form-section .form-box form .form-all .send-button .send-now {
    border-radius: 28.5px;
    border: 1px solid #f7dd7b;
    background-color: #000;
    box-shadow: 0 4px 1.3px 52px rgba(0, 0, 0, .25) inset;
    padding: 4px 11px 4px 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #f7dd7b;
    font-family: "Inter Tight";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px
}

@media(max-width: 991px) {
    .apply-form-section .form-box form .form-all .send-button .send-now {
        font-size: 17px;
        line-height: 35px
    }
}

.apply-form-section .form-box form .form-all .send-button .send-now img {
    padding-left: 70px
}

.apply-form-section .form-box form .form-all .send-button .send-now:hover {
    border: 1px solid #f7dd7b;
    background-color: #000
}

/*# sourceMappingURL=careers-details.css.map */