.career-banner-section {
    position: relative;
}

.career-banner-section:after {
    position: absolute;
    content: "";
    background: #F3F0EE;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 55%;
}

.career-banner-section .career-dekstop-container {
    display: block;

}

.career-banner-section .career-mobile-container {
    display: none;
}

.career-banner-section .container {
    position: relative;
}

.career-banner-section .banner-content {
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    /* z-index: 11111; */
    z-index: 111;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    position: absolute;
}

.career-banner-section .banner-content h2 {
    font-weight: 400;
    font-size: 48px;
    line-height: 150%;
    color: var(--z-green-900);
    padding-bottom: 30px;
    font-family: var(--lora-font-family);
    margin: 0;
}

.career-banner-section .banner-content p {
    font-weight: 400;
    font-size: 30px;
    line-height: 150%;
    color: var(--z-green-900);
    padding-bottom: 38px;
    font-family: var(--lora-font-family);
    margin: 0;
}

.career-banner-section .banner-content button {
    font-family: var(--avenir-font-family);
    font-weight: 350;
    font-size: 27px;
    line-height: 150%;
    /* color: var(--z-green-900); */
    border-radius: 0;
    border: 2px solid var(--z-green-900);
    max-width: 392px;
    max-height: 66px;
}

.career-banner-section .banner-content button:hover {
    color: var(--z-white);
}

.desktop-career-banner-img {
    display: block;
}

.mobile-career-banner-img {
    display: none;
}

/* review-section */
.review-section {
    padding-bottom: 224px;
}

.review-section .review-content {
    text-align: center;
    padding-bottom: 144px;
    padding-top: 58px;
    margin: 0 auto;
    max-width: 922px;
}

.review-section .joinus-row {
    padding-bottom: 128px;
}

.review-section .review-content h6 {
    padding-bottom: 20px;
}

.review-section .review-content p,
.review-section a {
    font-size: 22px;
    line-height: 150%;
    color: var(--z-black);
    font-family: var(--avenir-font-family);
    margin: 0;
}

.review-section a {
    font-weight: 700;
}

.review-section .details-image img {
    mask: radial-gradient(80px at 80px 0, rgba(0, 0, 0, 0) 98%, black);
    mask-position: -80px;
    mask-repeat: no-repeat;
}

.review-section .application-img img {
    -webkit-mask: radial-gradient(80px at calc(100% - 80px) 0, rgba(0, 0, 0, 0) 98%, black);
    -webkit-mask-position: 80px 0;
    -webkit-mask-repeat: no-repeat;

    mask: radial-gradient(80px at calc(100% - 80px) 0, rgba(0, 0, 0, 0) 98%, black);
    mask-position: 80px 0;
    mask-repeat: no-repeat;
}

.review-section h6 {
    font-weight: 500;
    font-size: 40px;
    line-height: 150%;
    color: var(--z-black);
    padding-bottom: 20px;
    font-family: var(--lora-font-family);
    margin: 0;
    text-transform: uppercase;
}

.review-section p {
    font-weight: 350;
    font-size: 22px;
    line-height: 150%;
    color: var(--z-black);
    padding-bottom: 30px;
    font-family: var(--avenir-font-family);
    margin: 0;
}

.review-section p:last-child {
    padding-bottom: 0;
}

.career-divider {
    margin: 40px 0;
}

.desktop-view-container {
    display: block;
}

.mobile-view-container {
    display: none;
}
    /* .job-card {
        padding: 20px;
        margin-bottom: 15px;
        border-radius: 5px;
         border: 1px solid #015e63 !important;
    } */

    .custom-divider {
        border-top: 2px solid #015e63;
        width: 100%;
    }

    .search-oporthunity {
        background-color: #f3f0ee;
    }

    .search-oporthunity:focus {
        background-color: #f3f0ee;
        border: 1px solid #015e63 !important;
    }

    .contact-box {
        border: 1px solid #015e63;
        padding: 20px;
        border-radius: 5px;
    }

    .job-oporchunity {
        border: 1px solid #015e63;
         padding: 20px;
        border-radius: 5px;
    }

    .search-bar input,
    .search-bar button {
        border-radius: 0;
    }

@media (max-width: 1440px) {
    .career-banner-section .banner-content {
        bottom: 39px;
        z-index: 10;
    }

    .career-banner-section .banner-content h2 {
        font-size: 36px;
        padding-bottom: 26px;
    }

    .career-banner-section .banner-content button {
        font-size: 20px;
        max-width: 369px;
        max-height: 50px;
    }

    .career-banner-section .banner-content p {
        padding-bottom: 28px;
        font-size: 22px;
    }

    .review-section {
        padding-bottom: 163px;
    }

    .review-section .review-content {
        padding-top: 44px;
        padding-bottom: 100px;
    }

    .review-section h6 {
        font-size: 30px;
        padding-bottom: 20px;
    }

    .review-section .review-content p,
    .review-section a {
        font-size: 16px;
    }

    .review-section p,
    .review-section a {
        font-size: 16px;
        padding-bottom: 26px;
    }

    .career-divider {
        margin: 30px 0;
    }
}

@media (max-width: 1280px) {
    .career-banner-section .banner-content {
        bottom: 35px;
         z-index: 10;
    }

    .career-banner-section .banner-content h2 {
        font-size: 32px;
        padding-bottom: 24px;
    }

    .career-banner-section .banner-content button {
        font-size: 18px;
        max-width: 328px;
        max-height: 49px;
    }

    .career-banner-section .banner-content p {
        padding-bottom: 25px;
        font-size: 20px;
    }

    .review-section {
        padding-bottom: 147px;
    }

    .review-section .review-content {
        padding-top: 38px;
        padding-bottom: 93px;
    }

    .review-section h6 {
        font-size: 27px;
        padding-bottom: 15px;
    }

    .review-section .review-content p,
    .review-section a {
        font-size: 15px;
    }

    .review-section p,
    .review-section a {
        font-size: 15px;
        padding-bottom: 20px;
    }

    .career-divider {
        margin: 26px 0;
    }
}

@media (max-width: 1024px) {
    .career-banner-section .banner-content {
        bottom: 28px;
         z-index: 10;
    }

    .career-banner-section .banner-content h2 {
        font-size: 26px;
        padding-bottom: 21px;
    }

    .career-banner-section .banner-content button {
        font-size: 15px;
        max-width: 262px;
        max-height: 36px;

    }

    .career-banner-section .banner-content p {
        padding-bottom: 20px;
        font-size: 16px;
    }

    .review-section {
        padding-bottom: 114px;
    }

    .review-section .review-content {
        padding-top: 35px;
        padding-bottom: 68px;
    }

    .review-section h6 {
        font-size: 22px;
        padding-bottom: 15px;
    }

    .review-section .review-content p,
    .review-section a {
        font-size: 12px;
    }

    .review-section p,
    .review-section a {
        font-size: 12px;
        padding-bottom: 20px;
    }

    .career-divider {
        margin: 21px 0;
    }
}

@media (max-width: 767px) {
    .career-banner-section {
        margin-top: 0;
    }

    .career-banner-section .banner-content {
        bottom: 26px;
         z-index: 10;
    }

    .career-banner-section .banner-content h2 {
        font-size: 20px;
        padding-bottom: 18px;
    }

    .career-banner-section .banner-content button {
        font-size: 16px;
        max-width: 215px;
        max-height: 38px;
    }

    .career-banner-section .banner-content p {
        display: none;
    }

    .review-section {
        padding-bottom: 95px;
    }

    .review-section .review-content {
        padding-top: 38px;
        padding-bottom: 54px;
    }

    .review-section img {
        margin-bottom: 14px;
        mask: radial-gradient(80px at 490px 100%, #0000 98%, #000) !important;
    }

    .review-section h6 {
        font-size: 22px;
        padding-bottom: 15px;
        text-align: center;
    }

    .review-section p,
    .review-section a {
        font-size: 12px;
        padding-bottom: 20px;
        text-align: center;
    }

    .review-section .review-content p,
    .review-section a {
        font-size: 12px;
    }

    .review-section .joinus-row {
        padding-bottom: 54px;
    }
    .career-divider {
        margin: 20px 0;
    }

    .desktop-view-container {
        display: none;
    }

    .mobile-view-container {
        display: block;
    }
}

@media (max-width:576px) {
    .career-banner-section .banner-content {
        bottom: 33px;
        justify-content: end;
         z-index: 10;
    }

    .career-banner-section .career-dekstop-container {
        display: none;
    }

    .career-banner-section .career-mobile-container {
        display: block;
        position: relative;
    }

    .desktop-career-banner-img {
        display: none;
    }

    .mobile-career-banner-img {
        display: block;
    }
}