.careers-top-sec .top-banner-main-title {
    font-weight: 800;
    font-size: 32px;
    text-align: left;
    letter-spacing: 1px;
    margin-bottom: 30px !important;
}

.careers-top-sec .top-banner-main-title p {
    margin-bottom: 0;
}

.careers-top-sec .crowds-desc.rose-color p {
    font-size: 16px;
    color: #ea21d5;
}

.career-top-detail .crowds-title,
.career-top-detail .crowds-title h4 {
    font-size: 32px;
    font-weight: 800;
}

.careers-top-sec .crowds-desc {
    margin-bottom: 30px !important;
}

.career-top-detail .crowds-desc strong {
    font-size: 16px;
    color: #fff;
}

.career-top-detail .crowds-desc p {
    font-weight: 400;
    font-size: 16px;
    line-height: 34px;
}

.benefits-heading h2 {
    font-size: 32px;
    color: #fff !important;
    font-weight: 800 !important;
    margin-bottom: 45px;
    margin-top: 30px;
}

.staff-section .staff-data .elementor-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 40px;
    row-gap: 60px;
}

.staff-section .staff-data .elementor-container .staff {
    width: 100%;
}

.staff-section .staff-data .elementor-heading-title {
    color: #010341;
}

.staff-section .staff-data h5.elementor-heading-title {
    font-weight: 500;
    font-size: 12px;
}

.staff-section .staff-data h4.elementor-heading-title {
    font-weight: 800;
    font-size: 16px;
}

.staff-section .staff-pic {
    box-shadow: 0px 0px 4px 6px #f4f4f4;
    border-radius: 10px;
    overflow: hidden;
    min-height: 353.33px;
}

.staff-section .staff-pic img {
    width: 100%;
}

.staff-section .staff {
    position: relative;
    padding-bottom: 15px;
}

.staff-section .staff .elementor-widget-heading:not(.designation) {
    padding-right: 85px;
}

.staff-section .staff .elementor-widget-heading.designation {
    /* margin-bottom: 13px; */
    margin-bottom: 20px;
}

.staff-section .staff .elementor-widget-icon {
    position: absolute;
    width: 32px !important;
    height: 32px;
    bottom: 0;
    margin: 0;
}

.staff .elementor-widget-icon svg {
    width: 32px;
    height: 32px;
}

.staff .ot-ico.elementor-widget-icon {
    right: 47px;
}

.staff.no-linkedin .li-ico {
    display: none;
}

.staff.no-linkedin .ot-ico.elementor-widget-icon,
.staff .li-ico.elementor-widget-icon {
    right: 5px;
}

.staff-section .staff .name {
    margin-bottom: 0 !important;
}

.cw-jobs .btn-fill {
    display: flex;
    flex-wrap: wrap !important;
    justify-content: flex-end !important;
}

.cw-jobs .btn-fill .elementor-widget-container,
.btn-career .elementor-widget-container {
    margin: 0 !important;
}

.cw-jobs .btn-fill a {
    font-weight: 600 !important;
    border: 1px solid #fff;
}

.btn-career a {
    width: 271px !important;
}

.btn-career a {
    background-color: #855BE0 !important;
    border: 1px solid #855BE0;
}

.btn-career a:hover {
    background-color: transparent !important;
    border: 1px solid #fff !important;
}

.btn-career .elementor-button-text {
    font-size: 16px;
    font-weight: 600;

}

.cw-jobs .btn-fill a {
    width: 164px;
}

.cw-jobs .btn-fill a:hover,
.btn-career a:hover {
    /* border: 1px solid #855BE0; */
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.cw-jobs:not(:last-child)>div {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 50px;
}

.cw-jobs .job-title {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 10px !important;
}

.job-det {
    max-width: 130px;
    width: 100% !important;
}

.job-det p {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 10px;
    padding-left: 22px;
    margin-bottom: 0;
}

.job-det p img {
    position: absolute;
    left: 0;
}

.job-det p strong {
    font-weight: 500 !important;
}

.send-mail-btn .btn-career {
    justify-content: flex-end;
}

.send-mail-btn .btn-career a {
    width: 251px;
    border: 1px solid #fff;
    background-color: transparent !important;
}

.send-mail-btn .btn-career a:hover {
    border: 1px solid rgba(255, 255, 255, 0.5) !important;
}

.send-us {
    margin-top: 17px;
}

.send-us p {
    font-size: 16px;
    margin-bottom: 0;
}

.careers-page:not(.team) footer {
    margin-top: 40px;
}

@media only screen and (min-width: 1440px) {
    .careers-page .elementor-section.elementor-section-boxed>.elementor-container {
        max-width: 1307px;
    }

    .careers-page .main_header {
        padding: 0 70px;
    }
}

@media only screen and (max-width: 1439px) {
    .careers-top-sec {
        padding: 55px 15px 0px 15px !important;
    }

}

@media only screen and (max-width: 991px) {
    .staff-section .staff-data .elementor-container {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 30px;
    }

    .staff-section .staff-pic {
        min-height: 300px;
    }

}

@media only screen and (max-width: 767px) {

    .btn-career,
    .cw-jobs .btn-fill {
        justify-content: center !important;
    }

    .staff-section .staff-data .elementor-container {
        grid-template-columns: repeat(1, 1fr);
        column-gap: 0;
    }

    .careers-top-sec .crowds-desc {
        width: 100% !important;
        max-width: 100% !important;
    }

    .send-mail-btn .btn-career {
        margin-top: 50px !important;
    }
}