/********* about us section start  **********/

@media(min-width:992px) {
    .careertop-sec-left {
        width: 53.5%;
    }
    .careertop-sec-right {
        width: 46.5%;
    }
}

.careertop-sec-left>img {
    margin-bottom: -4%;
}

.careertop-sec-right {
    padding-top: 15px;
    padding-bottom: 15px;
}

.careertop-sec-right>div {
    padding: 64px 30px;
}

.careertop-sec-right h2 {
    margin-bottom: 26px;
}

.careertop-sec-right .bg-themecolor p {
    margin-bottom: 28px;
}

.careertop-sec-right .fonts-4 {
    font-weight: 300;
}

.careertop-sec-right .bg-themecolor p:last-child {
    margin-bottom: 0;
}

.careertop-sec-right .bg-themecolor .btn {
    margin-top: 37px;
}

@media(max-width: 1490px) {
    .careertop-sec-right>div {
        padding: 30px 20px;
    }
    .careertop-sec-right h2 {
        margin-bottom: 24px;
    }
    .careertop-sec-right>div {
        padding: 30px 20px;
    }
    .careertop-sec-right {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
    .careertop-sec-right {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .careertop-sec-right .headline {
        padding-bottom: 20px;
    }
    .careertop-sec-right h2 {
        margin-bottom: 18px;
    }
    .careertop-sec-right .bg-themecolor p {
        margin-bottom: 14px;
    }
    .careertop-sec-right>div {
        padding: 15px 18px;
    }
    .careertop-sec-right .bg-themecolor .btn {
        margin-top: 15px;
    }
}

@media(max-width: 767px) {
    .careertop-sec-right .bg-themecolor p {
        margin-bottom: 16px;
    }
    .careertop-sec-right .bg-themecolor .btn {
        margin-top: 20px;
    }
}


/********* about us section end  **********/

@media(max-width:1491px) {
    .job-vacancies-content>div h3 {
        font-size: 35px;
    }
}

.job-vacancies {
    background-color: #0c121a;
    color: #fff;
}

.job-vacancies h2 {
    margin-bottom: 60px;
}

.job-vacancies-content>div {
    background-color: #071425;
    padding: 30px;
    display: grid;
    height: 100%;
}

.job-vacancies .row {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 30px;
}

.job-vacancies-content>div h3 {
    margin-bottom: 26px;
}

.date {
    display: block;
    font-weight: 300;
    margin-bottom: 18px;
}

.address {
    margin-bottom: 24px;
    opacity: 0.5;
    font-weight: 300;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.address i {
    margin-right: 5px;
}

.job-vacancies-content>div .btn {
    margin-top: 28px;
    justify-self: start;
    align-self: end;
}

.job-vacancies-content>div .fonts-4 {
    font-weight: 300;
    line-height: 1.6;
}

.job-vacancies-content>div .fonts-4 p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    line-clamp: 7;
    -webkit-box-orient: vertical;
}

.job-vacancies.bg-design::after {
    right: 0;
}

.main-apply-now-popup .wpcf7 form .wpcf7-response-output {
    margin-top: 16px;
    text-align: center;
    margin-bottom: 0;
}

.main-apply-now-popup .wpcf7-spinner {
    position: relative;
    top: 25px;
}

@media(max-width:1490px) {
    .main-apply-now-popup .wpcf7-spinner {
        top: 17px;
    }
    .job-vacancies-content>div h3 {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .job-vacancies-content>div h3 {
        margin-bottom: 18px;
    }
    .address {
        margin-bottom: 16px;
    }
    .job-vacancies-content>div {
        background-color: #071425;
        padding: 25px;
    }
    .job-vacancies-content>div .btn {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
    .job-vacancies-content>div h3 {
        font-size: 24px;
    }
    .date,
    .address,
    .job-vacancies-content>div .fonts-4 {
        font-size: 12px;
    }
    .job-vacancies-content>div .btn {
        font-size: 14px;
        padding: 8px 35px;
    }
    .job-vacancies-content>div h3 {
        margin-bottom: 15px;
    }
    .date {
        margin-bottom: 12px;
    }
}