.hiring-btn-career {
    background: linear-gradient(93.92deg, #fdcd71 1.86%, #f47e72 20.07%, #d151b8 48.33%, #9a57d1 76.32%, #7245de 103.17%);
    border-radius: 68px;
    padding: 3px 13px;
    font-weight: 500;
}

.career-hero-top {
    background: url("https://cdn.rentechdigital.com/common_files/rentech/common-images/carrer-bg-top.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.btn-apply-btn {
    font-weight: 600;
    font-size: 14px;
    text-transform: capitalize;
    color: #6f5aec;
    padding: 0;
}

.crr-jobs-box-main {
    background-color: #ffffff;
    border: 1px solid #e5eaf4;
    box-shadow: 0px 7.61905px 26.6667px rgba(0, 0, 0, 0.03);
    border-radius: 12px;
    padding: 20px;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

.crr-jobs-box-main span {
    background-color: #f4f7fa;
    border-radius: 1828.57px;
    display: inline-block;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    color: #000000;
    padding: 7px 25px;
}

.crr-jobs-box-ctr h3 {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    margin: 15px 0 10px 0;
}

.crr-jobs-box-ctr bdi {
    font-size: 15px;
    color: #495567;
}

.crr-jobs-box-btm .btn-new-class1 {
    font-size: 14px;
    padding: 11px 13px;
}

.crr-jobs-box-ctr {
    margin: 0 0 20px 0;
}

.crr-jobs-box-hdr svg {
    max-height: 35px;
    max-width: 35px;
}

.crr-jobs-box-hdr {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    min-width: 70px;
    height: 70px;
    background-color: #ffffff;
    box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
}

.job-pos-box {
    background-color: #f4f7fa;
    border: 0.5px solid rgba(0, 0, 0, 0.1);
    border-radius: 25px;
    padding: 20px;
}

.career-section-shaps-top li svg {
    max-width: 50px;
    animation: up-dn-cart-time 4.5s alternate linear infinite;
}

@keyframes up-dn-cart-time {
    0% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0px);
    }
}

.career-section-shaps-top li:nth-child(1) {
    position: absolute;
    left: 2%;
    top: 4%;
}

.career-section-shaps-top li:nth-child(2) {
    position: absolute;
    left: 3%;
    top: 20%;
}

.career-section-shaps-top li:nth-child(3) {
    position: absolute;
    left: 15%;
    top: 3%;
}

.career-section-shaps-top li:nth-child(4) {
    position: absolute;
    left: 15%;
    top: 23%;
}

.career-section-shaps-top li:nth-child(5) {
    position: absolute;
    left: 10%;
    top: 10%;
}

.career-section-shaps-right li svg {
    max-width: 50px;
    animation: up-dn-cart-time 4.5s alternate linear infinite;
}

@keyframes up-dn-cart-time {
    0% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0px);
    }
}

.career-section-shaps-right li:nth-child(1) {
    position: absolute;
    right: 15%;
    top: 3%;
}

.career-section-shaps-right li:nth-child(2) {
    position: absolute;
    right: 6%;
    top: 5%;
}

.career-section-shaps-right li:nth-child(3) {
    position: absolute;
    right: 2%;
    top: 15%;
}

.career-section-shaps-right li:nth-child(4) {
    position: absolute;
    right: 10%;
    top: 22%;
}

.career-section-shaps-right li:nth-child(5) {
    position: absolute;
    right: 18%;
    top: 18%;
}

.career-section-shaps-right li:nth-child(6) {
    position: absolute;
    right: 12%;
    top: 12%;
}

.comn-info-space-hero {
    padding-bottom: 100px;
}

.z-index-1 {
    z-index: 1;
}

.job-pos-box {
    padding: 25px;
}

.files-custom-fix input{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
}

.files-custom-fix span{
    background-color: #ffffff;
    border: 1px solid #d5d5d5;
    color: #676b6f;
    font-weight: 400;
    border-radius: 6px;
    font-size: 14px;
    display: flex;
    align-items: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.files-custom-fix span mark{
    background-color: #e9ecef;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
    font-weight: 400;
    color: #676b6f;
    padding: 6px 12px;
    border-right: 1px solid #d5d5d5;
}

.files-custom-fix span bdi{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 6px 12px;
}

@media (max-width: 991px) {
    .job-pos-box {
        padding: 15px;
    }

    .career-section-shaps-top li svg {
        max-width: 30px;
    }

    .career-section-shaps-right li svg {
        max-width: 30px;
    }

    .crr-jobs-box-btm button {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .career-section-shaps-top,
    .career-section-shaps-right{
        display: none;
    }

    .comn-info-space-hero {
        padding-bottom: 60px;
    }
}

@media (max-width: 767px) {
    .crr-jobs-box-ctr h3 {
        font-size: 16px;
    }

    .crr-jobs-box-ctr bdi {
        font-size: 14px;
    }
}
