.career_detail {
    background-image: url(../images/careerDet.jpg) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed;
}

.ed_jobContent {
    padding: 40px;
    margin-top: 30px;
    background: rgba(255, 255, 255, 0.90);
    border-radius: 25px;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
}

.ed_job_description {
    padding-left: 30px;
    text-align: left;
    border-left: 1px solid #c3c3c3 !important;
}

.ed_job_description p {
    font-size: 19px;
}

.fw-700 {
    font-weight: 700;
}

.fs-30 {
    font-size: 30px;
}

.label {
    color: #000 !important;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 20px;
}

.ed_job_description ul li {
    padding: 10px 15px;
    background: #f9f9f9;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    list-style: none;
}

.ed_job_description ul {
    display: flex;
    flex-flow: wrap;
    gap: 10px;
    padding: 0;
    margin: 0;
}

.ed_jobApplyBtn {
    background-color: #313fa0;
    border: 2px solid #313fa0;
    color: #fff;
    height: 60px;
    font-size: 16px;
    padding: 10px 45px;
    margin: 30px 15px;
    white-space: nowrap;
    text-transform: uppercase;
    border-radius: 18px;
    outline: 0 !important;
    font-weight: 700;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.3s linear;
}

.ed_jobSubmitBtn {
    background-color: #313fa0;
    border: 2px solid #313fa0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    font-size: 16px;
    padding: 10px 45px;
    margin: 30px 15px;
    white-space: nowrap;
    text-transform: uppercase;
    border-radius: 14px;
    outline: 0 !important;
    font-weight: 700;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.3s linear;
}

.ed_jobApplyBtn:hover,
.ed_jobSubmitBtn:hover {
    background-color: #0000;
    border-color: #313fa0;
    color: #313fa0;
}

.ed_jobApply_title {
    font-size: 26px;
    font-weight: 600;
    color: #222;
}

.modal-content {
    border-radius: 24px;
    padding: 30px;
}

.ed_careerApplyModal input {
    outline: 0;
    border: 2px solid #ccc;
    height: 45px;
    border-radius: 6px;
    background-color: #0000;
    color: #000;
    padding: 0 12px;
    width: 100%;
    transition: .2s all ease-in-out;
}

.ed_careerApplyModal input:focus {
    border-color: #000;
}

.ed_careerApplyModal textarea {
    outline: 0;
    border: 2px solid #ccc;
    border-radius: 6px;
    background-color: #0000;
    color: #000;
    padding: 10px 15px;
    width: 100%;
    transition: .2s all ease-in-out;
}

.ed_careerApplyModal textarea:focus {
    border-color: #000;
}

.ed_careerApplyModal textarea::placeholder,
.ed_careerApplyModal input::placeholder {
    font-size: 15px;
}

.ed_careerApplyModal input[type=file] {
    outline: 0;
    border: 0;
    height: auto;
    border-radius: 6px;
    background-color: #0000;
    color: #000;
    padding: 0;
    width: auto;
}

.ed_careerApplyModal input[type=file]::file-selector-button {
    margin-right: 15px;
    border: none;
    background: #000;
    padding: 10px 20px;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    transition: background .2s ease-in-out;
}

.cursor-pointer {
    cursor: pointer;
}

.fs-14 {
    font-size: 14px;
}

label.error {
    color: red;
    margin: 0 !important;
    font-weight: 400;
    font-size: 15px;
}

input.error {
    border-color: red !important;
}


fieldset label {
    font-weight: 500;
}

fieldset label span {
    color: red;
}

.mb-2 {
    margin-bottom: .5rem;
}

.mt-2 {
    margin-top: .5rem;
}

.mt-3 {
    margin-top: 1rem;
}

.py-4 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

@media(max-width:1024px) {
    .fs-md-28 {
        font-size: 28px;
    }
}

@media(max-width:767px) {
    .fs-sm-24 {
        font-size: 24px !important;
    }

    .ed_jobApply_title {
        font-size: 22px !important;
    }
}