body.p-job-details,
.p-job-details h3,
.p-job-details label,
.p-job-details span {
    font-family: 'GothamPro';
}

.img-verified {
    margin-right: 5px;
    width: 14px;
    height: 14px;
}

.verified-label,
.recruiter-activity-label {
    display: none;
}

.verified-icon,
.recruiter-activity-icon {
    display: flex !important;
    align-items: center;
    cursor: default;
    font-style: normal;
}

.recruiter-activity-icon>img {
    margin-left: -2px;
    margin-right: 5px;
    opacity: 0.75;
}

.verified-icon:hover .verified-label,
.recruiter-activity-icon:hover .recruiter-activity-label {
    display: inline-block;
    position: absolute;
    margin-top: 50px;
    border: 1px solid silver;
    padding: 5px 10px;
    font-weight: normal;
    font-size: 11.4px !important;
    line-height: 1.2;
    background: white;
    z-index: 3;
    max-width: 25%;
}

.job-details__card .verified-icon:hover .verified-label,
.job-details__card .recruiter-activity-icon:hover .recruiter-activity-label {
    color: black;
}

.recruiter-last-activity span.bold {
    padding-right: 5px;
    font-weight: 500;
    font-family: 'GothamPro';
}

@media (max-width:900px) {
    .recruiter-activity-label {
        display: none !important;
    }
}

.job-details__card-body .icon-font:before {
    font-size: 13px;
    margin-right: 6px;
}

.icon-font:before {
    display: flex;
}

.icon-verified:before,
.job-details__card-body .icon-font.icon-verified:before {
    content: "\e042";
    color: #00aa86;
    font-size: 16px;
    margin-top: -2px;
}

.icon-font.icon-dollar-symbol:before,
.job-details__card-body .icon-font.icon-dollar-symbol:before {
    content: "";
    font-size: 16px;
    margin-right: 3px;
    margin-top: -2px;
}

.job-details__card-body .icon-font.icon-eye:before,
.icon-eye:before {
    content: "\e043";
    margin-top: 1px;
    margin-bottom: -1px;
    font-size: 11px;
}

.icon-like-2:before {
    content: "\e044";
}

.icon-highlights:before {
    content: "\e045";
}

.icon-star-empty-2:before {
    content: "\e046";
}

.icon-level:before {
    content: "\e047";
}

.icon-folder-2:before {
    content: "\e048";
}

.icon-industry:before {
    content: "\e049";
}

.icon-double-time:before {
    content: "\e04A";
}

.icon-calendar-2:before {
    content: "\e04B";
}

.icon-facebook-2:before {
    content: "\e04D";
    margin-right: 0;
    color: #1B74E4;
}

.icon-linkedin-2:before {
    content: "\e04E";
    margin-right: 0;
    color: #0a66c2;
}

.icon-circle-check.green {
    color: #00AA86 !important;
}

.fa-calendar-check-o:before {
    padding-right: 6px;
}

.job-details .c-btn {
    outline: none;
    cursor: pointer;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    height: 48px;
    padding-left: 24px;
    padding-right: 24px;
    border: none;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 6px 0 rgb(0 0 0 / 24%);
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 24%);
    background-color: #009aa6;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    -webkit-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
    min-width: 180px;
}

.job-details .c-btn--green {
    background-color: #1ac880;
}

.job-details .c-btn.c-btn--green:hover {
    background-color: #1ac880;
}

.job-details__offer-list ul li {
    list-style: disc;
    overflow-wrap: break-word;
    padding-bottom: 2px;
    text-indent: -4px;
}

.pop-up.unable-to-apply-msg {
    max-width: 460px;
    left: calc(50% - 230px);
    top: 20%;
}

.pop-up.unable-to-apply-msg .pop-title {
    padding-bottom: 5px;
    margin-bottom: 20px;
    text-align: left;
    border-bottom: 1px solid #009aa6;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
}

.job-details {
    position: relative;
}

.job-details__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 40px;
    padding-bottom: 39px;
}

.job-details .c-btn span {
    font-size: 15px;
    font-weight: 700;
}

@media screen and (max-width: 1023.9px) {
    .job-details__wrapper {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media screen and (max-width: 1023.9px) {
    .job-details__wrapper {
        padding-top: 8px;
    }
}

.job-details__wrapper-left {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 1px;
    max-width: 100%;
    padding-right: 46px;
}

.job-details__wrapper-right {
    width: -webkit-calc(272px + 28px);
    width: calc(290px + 28px);
}

@media screen and (max-width: 1023.9px) {
    .job-details__wrapper-right {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin-top: 20px;
    }
}

.job-details__banner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 210px;
    padding: 0;
    background-image: url("/general/img/img-career-main-bg.png");
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-background-size: cover;
    background-size: cover;
    background-color: #111111;
    position: relative;
}

.job-details__banner>div {
    z-index: 1;
}

@media screen and (max-width: 1023.9px) {
    .job-details__banner {
        height: 105px;
        position: absolute;
        width: 100%;
    }

    .job-details__banner>div {
        display: none;
    }
}

.job-details__hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 350px;
    padding: 10px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.83);
}

.job-details__hero-right {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 1px;
    max-width: 100%;
    padding-left: 14px;
}

.job-details__hero-logo {
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 60px;
    width: 60px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #ffffff;
}

.job-details__hero-logo img {
    display: block;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}

.job-details__hero p,
.job-details__hero span,
.job-details__hero u {
    line-height: 1.1;
}

.job-details__hero p {
    color: #000000;
    font-size: 14px;
    font-weight: 700;
}

.job-details__hero span {
    font-size: 12px;
    color: #5f5d5d;
}

.job-details__hero u {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    font-size: 12px;
    color: blue;
}

.job-details__card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    padding: 15px 20px 20px 34px;
    border: 0;
    background-color: none;
    color: white;
}

@media screen and (max-width: 1023.9px) {
    .job-details__card {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}

@media screen and (max-width: 1023.9px) {
    .job-details__card {
        padding: 25px 15px;
    }
}

.job-details__card.job-details__card--sticky {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    border: 1px solid #dfdfdf;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #ffffff;
    -webkit-transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, transform 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, transform 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.job-details__card.job-details__card--sticky {
    margin-bottom: 0;
}

.job-details__card.job-details__card--sticky.is-sticky {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, transform 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, transform 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
    color: #111111;
    margin: 0;
    z-index: 9999;
}

.job-details__card.job-details__card--sticky.is-sticky .sticky-detail * {
    color: #111111;
}

.job-details__card.job-details__card--sticky.is-sticky .sticky-detail .sticky-company * {
    color: #2D59A7;
}

.job-details__card.job-details__card--sticky.is-sticky .sticky-detail .sticky-company span:first-of-type {
    text-decoration: underline;
}

.job-details__card.job-details__card--sticky.is-sticky .sticky-detail .sticky-company:hover * {
    color: #462267;
}

.job-details__card.job-details__card--sticky.is-sticky .sticky-detail .sticky-company[href='#'] * {
    color: #111111;
    text-decoration: none !important;
}

.job-details__card.job-details__card--sticky .job-details__card-title {
    padding-bottom: 0;
    font-size: 15px;
    overflow-wrap: anywhere;
}

.job-details__card.job-details__card--sticky .job-details__card-subtitle {
    font-size: 19px;
    line-height: 20px;
    padding: 5px 0;
}

.job-details__card.job-details__card--sticky .job-details__card-login {
    line-height: normal;
    font-size: 12px;
}

.job-details__card.job-details__card--sticky .job-details__card-footer {
    padding-top: 3px;
    height: auto;
}

.job-details__card.job-details__card--sticky .job-details__card-footer>div>div {
    height: auto;
}

.job-details__card.job-details__card--sticky .job-details__card-footer>div>div span {
    font-size: 12px;
}

@media screen and (max-width: 1023.9px) {
    .job-details__card-left {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
}

.job-details__card-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 1px;
    max-width: 100%;
    padding-left: 194px;
}

@media screen and (max-width: 1023.9px) {
    .job-details__card-right {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        padding-left: 0;
    }
}

.job-details__card-footer {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 58px;
}

@media screen and (max-width: 1023.9px) {
    .job-details__card-footer {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

@media screen and (max-width: 1023.9px) {
    .job-details__card-footer {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        height: auto;
    }
}

.job-details__card-footer>div:nth-of-type(1) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 1px;
    max-width: 100%;
}

@media screen and (max-width: 1023.9px) {
    .job-details__card-footer>div:nth-of-type(1) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-right: 20px;
    }
}

.job-details__card-footer>div:nth-of-type(1)>div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 30px;
}

@media screen and (max-width: 1023.9px) {
    .job-details__card-footer>div:nth-of-type(1)>div {
        padding-right: 0;
        height: 33px;
    }
}

.job-details__card-footer>div:nth-of-type(1) span {
    line-height: 1;
}

@media screen and (max-width: 1023.9px) {
    .job-details__card-footer>div:nth-of-type(1) span {
        font-size: 13px;
    }
}

.job-details__card-action {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
    display: none;
    width: 100%;
    padding-top: 5px;
}

@media screen and (max-width: 1023.9px) {
    .job-details__card-action {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

.job-details__card-action .c-btn {
    height: 36px;
}

@media screen and (max-width: 1023.9px) {
    .job-details__card-action .c-btn {
        width: 100%;
    }
}

@media screen and (max-width: 1023.9px) {
    .job-details__card-action .c-btn__wrapper {
        width: 100%;
    }
}

.job-details__card-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 10px;
}

@media screen and (max-width: 1023.9px) {
    .job-details__card-header>div:nth-of-type(2) {
        display: none;
    }
}

.job-details__card-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 1023.9px) {
    .job-details__card-body {
        display: none;
    }
}

.job-details__card-body>div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #3b3b3b;
    font-size: 14px;
}

.job-details__card-body span {
    line-height: 1;
}

.job-details__card-logo {
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 25px;
}

@media screen and (max-width: 1023.9px) {
    .job-details__card-logo>* {
        box-shadow: 0px 2px 20px rgb(0 0 0 / 8%);
        border: 1px solid #E4E3E5;
        background-color: white;
        border-radius: 4px;
    }

    .job-details__card-logo {
        padding: 0;
    }

    .job-details__card-logo img {
        border-radius: 0;
    }
}

.job-details__card-logo img {
    display: block;
}

.job-details__card-title {
    font-weight: 500;
    font-size: 22px;
}

.job-details__card-title2 {
    font-weight: 500;
    font-size: 17px;
}

@media screen and (max-width: 1023.9px) {
    .job-details__card-title {
        padding-bottom: 5px;
        font-size: 20px;
    }

    .job-details__card-title2 {
        padding-bottom: 5px;
        font-size: 17px;
    }
}

a.job-details__card-subtitle {
    padding-bottom: 15px;
    font-size: 14px;
    line-height: 18px;
    display: flex;
}

.job-details__card-subtitle:hover {
    color: white;
}

.job-details__card-login {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #111111;
    line-height: 34px;
    -webkit-transition: color 0.4s ease-in-out;
    -o-transition: color 0.4s ease-in-out;
    transition: color 0.4s ease-in-out;
}

@media screen and (max-width: 1023.9px) {
    .job-details__card-login {
        font-size: 16px;
    }
}

.job-details__card-login:hover {
    color: #13d651;
    -webkit-transition: color 0.4s ease-in-out;
    -o-transition: color 0.4s ease-in-out;
    transition: color 0.4s ease-in-out;
}

.job-details__card-login .icon-font {
    color: white;
}

.job-details__description {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.job-details__description-title {
    padding: 24px 0 5px;
    font-size: 20px;
    color: #111111;
}

.job-details__ramdon-placeholder {
    padding: 10px 0px 10px 0px;
}

.job-details__description-subtitle {
    font-weight: 500;
}

.job-details__description-wrapper {
    margin-left: 30px;
    margin-right: 30px;
}

@media screen and (max-width: 1023.9px) {
    .job-details__description-wrapper {
        padding-left: 0;
        padding-right: 0;
    }
}

.job-details__description-wrapper:not(:last-of-type) {
    border-bottom: 1px solid #E4E3E5;
}

.job-details__description-wrapper:nth-of-type(1) .job-details__description-title {
    padding-top: 14px;
}

.job-details__description-contant {
    padding-bottom: 24px;
    font-size: 14px;
    line-height: 20px;
}

.job-details__description-contant--text>p:not(:last-of-type) {
    padding-bottom: 20px;
}

.job-details__description-details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.job-details__description-details-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 24px;
}

@media screen and (max-width: 1023.9px) {
    .job-details__description-details-wrapper {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-left: 0;
    }

    .job-details__description-details-wrapper>div {
        width: 100%;
    }

    .job-details__description-details-wrapper>div:not(:last-of-type) {
        padding-bottom: 10px;
    }
}

.job-details__description-details .icon-font {
    margin-right: 10px;
    color: #1AC880;
    font-size: 18px;
}

.job-details__description-details span {
    line-height: 22px;
    font-size: 14px;
    color: #444444;
}

.job-details__description ol,
.job-details__description ul {
    margin: 12px 0 0 15px;
    padding-left: 10px;
}

.job-details__description ol li,
.job-details__description ul li {
    line-height: 20px;
    padding-bottom: 8px;
}

.job-details__description ol li strong,
.job-details__description ul li strong {
    font-weight: 500;
}

.job-details__description ul li {
    list-style-type: disc;
}

.job-details__description ol li {
    list-style-type: decimal;
}

.job-details__option {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-right: 0;
    margin-bottom: 20px;
    padding-top: 32px;
    margin-right: 0;
    margin-left: 30px;
}

@media screen and (max-width: 1023.9px) {
    .job-details__option {
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 10px;
    }
}

.job-details__option--tablet {
    display: none;
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
}

@media screen and (max-width: 1023.9px) {
    .job-details__option--tablet {
        display: block;
        padding-top: 0;
        margin: 0;
    }

    .job-details__option--tablet .job-details__option-wrapper {
        display: block;
    }
}

.job-details .c-btn--white {
    border-color: #111;
    color: #111111;
    background-color: white;
    -webkit-transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    -o-transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    border: 1px solid #111;
    border-color: #111;
}

.job-details__option-wrapper .c-btn__wrapper>a+a {
    margin-left: 10px;
    height: 48px;
}

.job-details__option-more a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.job-details__option-more a .icon-font,
.job-details__option-more a span {
    color: #9458d1;
}

.job-details__option-more a .icon-font {
    margin-right: 10px;
    font-size: 14px;
}

.job-details__option-more a span,
.job-details .c-btn--white a span {
    font-size: 14px;
}

.job-details__option-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 1023.9px) {
    .job-details__option-wrapper {
        display: none;
    }
}

.c-btn.apply-now,
.c-btn.btn-apply-for {
    text-transform: uppercase;
}

.c-btn.apply-now,
.c-btn.btn-apply-for,
.c-btn.see-more {
    background-color: #009aa6;
    color: white;
    box-shadow: none;
    border-radius: 4px;
}

.c-btn.apply-now {
    height: 48px;
}

.job-details__option .c-btn.job-details__option-more span,
.job-details .c-btn.c-btn--white span {
    color: #111111;
}

.job-details__option .c-btn__wrapper>div {
    margin-left: 5px;
}

.btn-apply-for.c-btn:hover,
.btn-apply-for.c-btn:hover,
.c-btn.apply-now:hover {
    background-color: #009aa6;
    color: #ffffff;
    -webkit-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}

.job-details__option .job-details__option-more.c-btn:hover,
.c-btn--white.c-btn:hover {
    border: 1px solid #999999;
    background-color: #F1F1F1;
    color: #111111;
}

.job-details__option-social {}

.job-details__option-social:not(:last-of-type) {
    margin-right: 5px;
}

.job-details__option-social:hover {
    color: inherit;
}

.job-details__option-social--facebook {
    color: #444444;
}

.job-details__option-social--linkedin {
    color: #444444;
}

.job-details__option-social .icon-font {
    font-size: 30px;
}

.job-details__option-social-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 1023.9px) {
    .job-details__option-social-wrapper {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.job-details__option-social-title {
    border-bottom: 1px solid silver;
    padding-top: 20px;
    padding-bottom: 5px;
    margin-bottom: 12px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: silver;
}

.job-details__offer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 24px 16px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 20px;
    border: 1px solid #009aa6;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.08);
}

@media screen and (max-width: 1023.9px) {
    .job-details__offer {
        padding: 15px 10px;
    }
}

.job-details__offer-head {
    padding-bottom: 5px;
}

.job-details__offer-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 1023.9px) {
    .job-details__offer-body {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.job-details__offer-body>div {
    flex: 1;
    padding-left: 12px;
}

@media screen and (max-width: 1023.9px) {
    .job-details__offer-body>div {
        max-width: 100%;
        padding-left: 0;
    }
}

.job-details__offer-body>div+div {
    padding-left: 24px;
}

@media screen and (max-width: 1023.9px) {
    .job-details__offer-body>div+div {
        padding-left: 0;
    }
}

.job-details__offer-body>div:nth-of-type(2) {
    border-left: 1px solid silver;
    border-right: 1px solid silver;
}

.job-details__offer-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 45px;
}

.job-details__offer-footer a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.job-details__offer-title {
    color: #111111;
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    padding-bottom: 15px;
}

.job-details__offer-heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 20px;
}

.job-details__offer-heading>div:nth-of-type(1) {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.job-details__offer-heading>div:nth-of-type(2) {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 1px;
    max-width: 100px;
    padding-left: 10px;
}

.job-details__offer-heading .icon-font {
    color: #009aa6;
    font-size: 32px;
    z-index: 2;
    position: relative;
    line-height: 1;
}

.job-details__offer-heading .icon-font:nth-of-type(2) {
    position: absolute;
    font-size: 48px;
    color: rgba(102, 51, 153, 0.12);
    z-index: 0;
    -webkit-transform: translate(-13px, 0);
    -ms-transform: translate(-13px, 0);
    transform: translate(-13px, 0);
}

.job-details__offer-heading p {
    color: #111111;
    display: block;
    font-weight: 500;
    line-height: 15px;
    font-size: 15px;
}

.job-details__offer-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 1;
}

@media screen and (max-width: 1023.9px) {
    .job-details__offer-list {
        padding-left: 60px;
    }
}

.job-details__offer-list span {
    font-size: 13px;
    color: #444444;
    padding-left: 10px;
    line-height: 1.5;
    overflow-wrap: anywhere;
    padding-right: 10px;
}

.job-details__apply-wrapper {
    padding-bottom: 20px;
}

.job-details__apply-title {
    margin-bottom: 20px;
    padding-bottom: 19px;
    border-bottom: 1px solid #009aa6;
    text-align: left;
    font-weight: 500;
    line-height: 1;
    color: #111111;
    font-size: 18px;
}

.job-details__apply-btn.c-btn__wrapper {
    padding-top: 15px;
}

.job-details__apply-btn.c-btn__wrapper .c-btn {
    width: 100%;
    height: 44px;
}

.job-details__apply-btn.c-btn__wrapper .c-btn.disabled {
    pointer-events: none;
    opacity: 0.4;
}

.job-details__apply-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 15px;
}

.job-details__apply-form-wrapper {
    display: none;
    padding: 24px 20px;
    max-width: 600px;
    border-radius: 4px;
    border: 1px solid #E4E3E5;
    -webkit-box-shadow: 0px 2px 6px rgb(0 0 0 / 30%);
    box-shadow: 0px 2px 6px rgb(0 0 0 / 30%);
    background-color: #FFFFFF;
}

.job-details__apply-form-field {
    position: relative;
    padding-bottom: 7px;
}

.job-details__apply-form-field .c-btn__wrapper .c-btn {
    margin-top: 5px;
}

.job-details__apply-form-field label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.job-details__apply-form-field.forgot-wrapper label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 15px;
    line-height: 14px;
    color: #000000;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.job-details__apply-form-field input[type='text'],
.job-details__apply-form-field input[type='password'] {
    outline: none;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 48px;
    padding: 0 17px;
    margin: 0;
    border: 1px solid #CCCCCC;
    -webkit-box-shadow: 0px 2px 6px rgb(0 0 0 / 8%);
    box-shadow: 0px 2px 6px rgb(0 0 0 / 8%);
    border-radius: 4px;
    background-color: #FFFFFF;
    -webkit-transition: border-color 0.3s ease-in-out, color 0.3s ease-in-out;
    -o-transition: border-color 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out, color 0.3s ease-in-out;
    font-size: 15px;
}

.job-details__apply-form-field input[type='button'] {
    color: #1155cc;
    margin-left: 0;
    background: none;
    border: none;
}

.job-details__apply-form-divider {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 1px;
    margin-top: 29px;
    margin-bottom: 29px;
    background-color: #e4e3e5;
}

.job-details__apply-form-divider span {
    height: 12px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #ffffff;
    font-weight: 500;
    font-size: 11px;
    line-height: 1;
    text-transform: uppercase;
    color: #444444;
}

.job-details__apply-form .c-btn {
    width: 100%;
}

.job-details__apply-form .c-btn.c-btn--ttu span {
    text-transform: none;
}

.job-details__apply-form .c-btn.disabled {
    pointer-events: none;
    opacity: 0.4;
}

.job-details__apply-form .c-btn__wrapper--cv .c-btn {
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    width: 100%;
}

.job-details__apply-form .c-btn__wrapper--cv .c-btn span {
    font-size: 12px;
}

.job-details__apply-form .c-btn__wrapper--social+.c-btn__wrapper--social>div {
    margin-top: 6px;
}

.job-details__apply-form .c-btn__wrapper--social .c-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 1px;
    max-width: 100%;
    height: 42px;
    border-radius: 4px;
    border: 1px solid #444444;
    -webkit-box-shadow: 0px 2px 6px rgb(0 0 0 / 8%);
    box-shadow: 0px 2px 6px rgb(0 0 0 / 8%);
    background-color: #FFFFFF;
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    padding: 0;
}

.job-details__apply-form .c-btn__wrapper--social .c-btn:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.job-details__apply-form .c-btn__wrapper--social .c-btn>div:nth-of-type(1) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 10px;
}

.job-details__apply-form .c-btn__wrapper--social .c-btn img {
    z-index: 2;
    position: relative;
    max-width: 100%;
    height: 24px;
    border-radius: 50%;
}

.job-details__apply-additional {}

.job-details__apply-additional>div:not(:last-of-type) {
    border-bottom: 1px solid #E4E3E5;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.job-details__apply-additional>div.input p,
.job-details__apply-additional>div.radio p {
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #111111;
    padding-bottom: 10px;
}

.job-details__apply-additional>div.input {
    border: none;
}

.job-details__apply-additional>div.input input {
    outline: none;
    position: relative;
    width: 100%;
    height: 20px;
    padding: 0 15px 0 5px;
    border: none;
    border-bottom: 1px #ddd solid;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    font-size: 12px;
    color: #777;
}

.job-details__apply-additional>div.input .icon-font {
    position: absolute;
    right: 0;
    bottom: 12px;
    font-size: 20px;
    color: #CCCCCC;
}

.job-details__apply-additional>div.radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 15px;
    padding-bottom: 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.job-details__apply-additional>div.radio>div:nth-of-type(1) {
    width: 100%;
}

.job-details__apply-additional>div.radio>div:nth-of-type(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
}

.job-details__apply-additional>div>label {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

.job-details__apply-additional>div .radio__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 38px;
    height: 24px;
    border-radius: 2px;
    background-color: rgba(68, 68, 68, 0.54);
    font-weight: 500;
    color: #FFFFFF;
    -webkit-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
    font-size: 12px;
    text-transform: uppercase;
}

.job-details__apply-additional>div .radio__box:not(:last-of-type) {
    margin-right: 5px;
}

.job-details__apply-additional>div .radio__box input {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 0;
    height: 0;
}

.job-details__apply-additional>div .radio__box input:checked+label {
    background-color: #2D59A7;
    -webkit-transition: background-color 0.4s ease-in-out;
    -o-transition: background-color 0.4s ease-in-out;
    transition: background-color 0.4s ease-in-out;
    width: 100%;
    height: 100%;
    text-align: center;
    color: white;
}

.job-details__apply-additional>div .radio__box * {
    cursor: pointer;
    font-size: 14px;
    height: 24px;
    line-height: 1;
    border: 1px solid rgba(68, 68, 68, 0.54);
    border-radius: 2px;
    background: #FFFFFF;
    color: #444444;
    text-transform: none;
    width: 38px;
    align-items: center;
    justify-content: center;
    display: flex;
}

.job-details__apply-additional .form-check {
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    color: #908e8e;
    font-weight: 500;
    font-size: 12px;
}

.job-details__apply-additional .form-check input {
    position: static;
    margin: 0 0 0 5px;
}

.job-details__showing {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.job-details__showing:not(:last-of-type) {
    padding-bottom: 12px;
}

.job-details__showing-wrapper {
    padding: 16px;
    margin-bottom: 30px;
    border: 1px solid #009aa6;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #FFFFFF;
}

/* @media screen and (max-width: 1023.9px) {
    .job-details__showing-wrapper {
        display: block;
    }

    .job-details__wrapper-right>div {
        padding-bottom: 15px;
    }

    .job-details__similar-wrapperr {
        margin-top: 20px;
    }
} */

.job-details__showing-wrapper--tablet {
    display: none;
}

/* @media screen and (max-width: 1023.9px) {
    .job-details__showing-wrapper--tablet {
        display: block;
    }
} */

.job-details__showing>div:nth-of-type(1) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    min-width: 42px;
    min-height: 42px;
    border-radius: 50%;
    background-color: #F9F7FB;
}

.job-details__showing>div:nth-of-type(2) {
    padding-left: 10px;
    max-width: calc(100% - 40px);
    width: 100%;
}

.job-details__showing>div .icon-font {
    color: #009aa6;
    font-size: 13px;
}

.job-details__showing>div .icon-font.icon-calendar-2,
.job-details__showing>div .icon-font.icon-industry,
.job-details__showing>div .icon-font.icon-book {
    font-size: 20px;
}

.job-details__showing-wrapper .icon-font:before {
    margin-right: 0;
}

.job-details__showing>div .icon-font.icon-folder-2 {
    font-size: 16px;
}

.job-details__showing>div .icon-font.icon-double-time {
    font-size: 18px;
}

.job-details__showing>div p {
    padding-bottom: 5px;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    color: #111111;
}

.job-details__showing>div span {
    font-size: 13px;
    color: #444444;
    line-height: 18px;
}

.job-details__similar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.job-details__similar:hover>div p {
    color: #462267;
}

.job-details__similar:hover {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.job-details__similar>div:nth-of-type(2) {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 1px;
    max-width: 100%;
    padding-left: 8px;
}

.job-details__similar>div p,
.job-details__similar>div span,
.job-details__similar>div h6 {
    color: #444444;
    line-height: 1;
    font-size: 13px;
    display: flex;
}

.job-details__similar>div h6 i {
    font-size: 12px;
    margin-right: 4px;
    margin-top: 1px;
}

.job-details__similar>div p {
    padding-bottom: 5px;
    font-weight: 500;
    line-height: 18px;
    overflow-wrap: anywhere;
    color: #2D59A7;
}

.job-details__similar>div>span {
    display: block !important;
    color: #444444;
    display: flex;
    padding-bottom: 8px;
    overflow-wrap: anywhere;
}

.job-details__similar-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.job-details__similar-body>div.job-details__similar-footer {
    padding: 16px;
}

.job-details__similar-footer .c-btn {
    width: 100%;
    height: 42px;
}

.job-details__similar-footer .c-btn span {
    font-size: 15px;
    font-weight: 500;
}

.job-details__similar-title {
    padding-bottom: 13px;
    font-size: 18px;
    line-height: 1;
}

.job-details__similar-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 4px;
    border: 1px solid #E4E3E5;
    -webkit-box-shadow: 0px 2px 20px rgb(0 0 0 / 8%);
    box-shadow: 0px 2px 20px rgb(0 0 0 / 8%);
    background-color: #FFFFFF;
}

.job-details__similar-body>div {
    padding: 13px 8px;
}

.job-details__similar-body>div:not(.job-details__similar-footer):nth-of-type(even) {
    background-color: #F9F7FB;
}

.job-details__similar>div:nth-of-type(1) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 60px;
}

@media screen and (max-width: 1023.9px) {
    .job-details__similar-title {
        font-size: 18px;
    }
}

.job-details__similar-logo {
    position: relative;
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.job-details__similar-logo img {
    display: block;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}

.job-details__wrapper {
    font-size: 14px;
    line-height: 20px;
}

.job-details__card-title {
    line-height: 1;
    padding-bottom: 6px;
}

.job-details__card-title2 {
    line-height: 1;
    padding-bottom: 6px;
    color: #7f7e7e;
}

.pop-up.unable-to-apply-msg {
    opacity: 0;
    display: none;
}

.salary-no-link,
.job-details__card-login.salary-no-link:hover,
.salary-no-link>span {
    font-family: 'Gotham Pro Medium';
    cursor: default;
}

.c-btn--purple {
    background: none !important;
    background-color: #009aa6 !important;
    color: white !important;
}

.job-details__apply-additional>div:last-of-type {
    margin-bottom: 12px;
}

.already-applied {
    opacity: 0.8;
    color: white;
    text-transform: uppercase;
    font-size: 12px;
}

.job-details__wrapper-right .already-applied {
    margin-bottom: 20px;
}

.already-applied>img {
    height: 16px;
    padding-right: 10px;
}

.already-applied:hover:before,
.already-applied:hover:after,
.edit-job:hover:before,
.edit-job:hover:after {
    width: auto;
}

.job-details__apply-btn.c-btn__wrapper {
    padding-top: 0;
}

.applying-cv {
    flex-direction: column;
    margin-bottom: 10px;
    margin-top: 5px;
}

.apply-for-this-job-wrapper .applying-cv .current-cv-file * {
    font-size: 15px !important;
    color: #111111;
    font-weight: 500 !important;
}

.apply-for-this-job-wrapper .applying-cv .current-cv-file .cv-link-label,
.apply-for-this-job-wrapper .applying-cv .current-cv-file .cv-link-label * {
    font-size: 13px !important;
}

.apply-for-this-job-wrapper .applying-cv .current-cv-file .cv-link-label>span {
    font-weight: normal !important;
}

.applying-cv *,
.job-details__apply-form .c-btn__wrapper--cv .c-btn span.cv-link-label,
.job-details__apply-form .c-btn__wrapper--cv .c-btn span.cv-link-label * {
    font-size: 12px;
    color: #111111;
    font-weight: normal;
}

.job-details__apply-form .c-btn__wrapper--cv .c-btn span.cv-link-label>span {
    text-decoration: underline;
}

.fa-paperclip {
    font: normal normal normal 17px/1 FontAwesome;
}

.fa-paperclip:before {
    content: "\f0c6";
}

.open-question input.green,
.open-question textarea.green {
    border-bottom: 1px #DAF1EE solid !important;
    color: #777 !important;
    background-color: transparent;
}

.open-question input.red,
.open-question textarea.red {
    border-bottom: 1px solid #E4E3E5 !important;
    color: inherit !important;
    background-color: transparent;
}

.open-question input.red,
.open-question textarea+span:before {
    margin-right: 0;
}

.question-container .fa-exclamation-circle:before {
    position: absolute;
    right: 0;
    bottom: 5px;
    font-size: 10px;
    color: #b32525;
    font-family: FontAwesome;
    content: "\f06a";
}

.question-container .fa-check-circle:before {
    position: absolute;
    right: 0;
    bottom: 10px;
    font-size: 10px;
    color: #1AC880;
    content: "\f058";
    font-family: FontAwesome;
}

.apply-for-button-wrapper {
    flex-direction: column;
}

.disabled {
    pointer-events: none;
    cursor: not-allowed;
    box-shadow: none;
    opacity: .65;
}

.green-btn {
    background: #36AF90 !important;
    opacity: 1 !important;
}

.green-btn span {
    font-size: 14px !important;
    text-transform: none !important;
    color: white !important;
}

.apply {
    font-size: 15px;
    color: white !important;
    font-weight: 500;
}

#div-sign-in {
    display: none;
}

.job-details__apply-form {
    padding-top: 0;
}

.job-details__offer {
    margin-bottom: 0;
}

.expired-job,
.expired-job span {
    text-transform: capitalize !important;
}

.job-details__apply-additional>div.input textarea {
    outline: none;
    position: relative;
    width: 100%;
    padding: 0 15px 0 5px;
    border: none;
    border-bottom: 1px #ddd solid;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    font-size: 12px;
    color: #777;
}

.long-question .fa-check-circle:before,
.long-question .fa-exclamation-circle:before {
    top: 5px;
}

.job-details__card-login {
    white-space: nowrap;
}

.fa-paperclip {
    z-index: 1;
    margin-right: 5px;
}

.fa-twitter {
    font-size: 15px !important;
}

.job-details__option-social.tw {
    border-color: #0398ba;
    color: #0398ba;
}

.job-details__option-social.tw:hover {
    color: white;
    background-color: #0398ba;
}

.job-details__option-social.print:hover {
    color: white !important;
}

.job-details__option-social {
    cursor: pointer;
}

.pop-up {
    position: fixed;
    z-index: 10001;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.pop-up.unable-to-apply-msg {
    opacity: 0;
    display: none;
}

.pop-up.unable-to-apply-msg.active {
    opacity: 1;
    display: block;
    z-index: 99999;
}

.pop-up>.bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: rgba(0, 0, 0, .7);
}

.pop-up.pop-change .pop-body {
    position: absolute;
    z-index: 1002;
    top: 50%;
    left: 50%;
    overflow: hidden;
    width: 470px;
    max-width: 90%;
    height: auto;
    max-height: calc(100vh - 64px);
    padding: 48px;
    transform: translate(-50%, -50%);
    border-radius: 5px;
    background-color: #fafafa;
    box-shadow: 0 39px 56px 4px rgba(0, 0, 0, .24);
}

.pop-up.unable-to-apply-msg .pop-body {
    width: 970px !important;
    text-align: center;
    top: 20% !important;
    padding: 25px 25px 30px !important;
}

.job-details__description-contant * {
    font-family: 'GothamPro';
    font-size: 14px;
    line-height: 20px;
    overflow-wrap: anywhere;
}

.job-details__offer-heading p {
    white-space: nowrap;
}

.cv-verion-count {
    text-align: center;
    background: #F1A73F;
    color: #FFF;
    border-radius: 4px;
    padding: 8px;
    margin: 5px 0;
    font-size: 12px;
}

.cv-verion-count a {
    display: table;
    width: 100%;
    padding: 5px 10px;
    margin-top: 10px;
    background: #FFF;
    color: #F1A73F;
    border-radius: 10px;
    text-align: center;
    text-decoration: none;
    font-size: 13px;
}

.cv-verion-count a:hover,
.cv-verion-count a:active {
    color: #808080;
}

.job-details__card-body>div>div {
    display: flex;
}

.job-details_companybar {
    height: 52px;
    width: 100%;
    border-bottom: 1px solid #E4E3E5;
    background-color: #F9F7FB;
}

.job-details__card-left {
    position: absolute;
    background: white;
    box-shadow: 0px 2px 20px rgb(0 0 0 / 8%);
    border: 1px solid #E4E3E5;
    border-radius: 6px;
    width: 170px;
    height: 170px;
}

.job-details__card-logo>a {
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.job-details__card-logo img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 4px;
}

@media screen and (max-height: 800px) {
    .pop-up.pop-change .pop-body {
        padding: 35px;
    }
}

.pop-up.unable-to-apply-msg .pop-body #close-unable-to-apply-msg {
    cursor: pointer;
    display: flex;
    font-size: 22px;
    line-height: 22px;
    font-weight: normal;
}

.pop-up.unable-to-apply-msg .pop-body .sec {
    margin-bottom: 25px !important;
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pop-up.unable-to-apply-msg .pop-body .sec>div:first-of-type {
    color: #009aa6;
    font-weight: 500;
    font-size: 18px;
    min-width: 50px;
    min-height: 50px;
    background: #d3d3d35e;
    line-height: 50px;
    border-radius: 50%;
    justify-content: center;
}

.pop-up.unable-to-apply-msg .pop-body .sec>div:last-of-type {
    text-align: left;
    padding-left: 20px;
}

.job-details .pop-up.pop-change .pop-body .btns {
    display: flex;
    justify-content: space-between;
}

.job-details .pop-up.pop-change .pop-body .btns>* {
    max-width: calc(50% - 3px);
}

.pop-up.pop-change .pop-body .btns .btn {
    font-family: 'Gotham Pro Medium';
    font-size: 14px;
    float: left;
    width: 48%;
    padding: 12px;
    cursor: pointer;
    transition: .3s ease;
    text-align: center;
    color: #fefefe;
    border-radius: 2px !important;
    background-color: #cdcdcd;
}

.pop-up.unable-to-apply-msg .pop-body .btn {
    text-decoration: none;
    float: none !important;
    width: 180px !important;
}

.pop-up.unable-to-apply-msg .pop-body #pop-upload-cv {
    color: white;
    background-color: #009aa6;
    border: 1px solid #009aa6;
    box-shadow: -1px 1px #009aa6;
    padding: 7px 12px;
}

.pop-up.unable-to-apply-msg .pop-body #pop-update-profile {
    background: white;
    border: 1px solid #009aa6;
    margin-right: 0;
    color: #009aa6;
    box-shadow: -1px 1px #009aa6;
    padding: 7px 12px;
}

.about-company {
    padding-top: 30px;
}

.unable-to-apply-msg .pop-body .sec a {
    color: #2D59A7;
    cursor: pointer;
}

@media screen and (max-width: 640px) {
    .pop-up.unable-to-apply-msg .pop-body .btn {
        width: 100% !important;
    }
}

.bg-danger {
    background-color: #f2dede !important;
    margin-bottom: 0;
    margin-top: 15px;
}

#email-me-overlay-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: rgba(0, 0, 0, .8);
    display: none;
}

#email-me-overlay-wrapper.visible {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#email-me-overlay-wrapper.visible .email-me-overlay {
    width: 1000px;
    margin: 0 auto;
}

#email-me-overlay-wrapper.visible .serp-cta {
    width: 100%;
    color: #ffffff;
    background: #04a7d9;
    background: -webkit-linear-gradient(#03b6df, #069ed4);
    background: linear-gradient(#03b6df, #069ed4);
    border-radius: 5px;
    padding: 5px 5px 10px 34px;
    margin-top: 20px;
    margin-top: 10px;
}

.serp-cta .close-wrapper {
    text-align: right;
}

.serp-cta .close-wrapper .btn-close-cta {
    cursor: pointer;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
}

.serp-cta .close-wrapper .btn-close-cta:hover {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.serp-cta .content-wrapper h2 {
    font-size: 24px;
    margin: 0;
    padding: 0;
}

.serp-cta .content-wrapper h2 .fa {
    margin-right: 20px;
    -webkit-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
    transform: rotate(-25deg);
}

.serp-cta .content-wrapper {
    margin-top: 15px;
    margin-left: 25px;
}

.serp-cta .content-wrapper input[type='text'],
.serp-cta .content-wrapper input[type='email'] {
    color: #666666;
    font-size: 14px;
    border-radius: 5px;
    outline: none;
    border: 1px solid #ffffff;
    line-height: 36px;
    height: 36px;
    padding: 0 12px;
    max-width: 346px;
    width: 100%;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .1);
}

#email-me-overlay-wrapper .serp-info-msg {
    width: 100%;
    color: #ffffff;
    border-radius: 5px;
    padding: 10px 5px 15px 34px;
    margin-top: 20px;
    margin-top: 10px;
    overflow: hidden;
    position: relative;
}

#email-me-overlay-wrapper .serp-info-msg.success {
    background: rgba(6, 213, 74, .9);
}

#email-me-overlay-wrapper .serp-info-msg.success:after {
    content: '\f05d';
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    position: absolute;
    top: -65px;
    left: -40px;
    color: #38dd6e;
    z-index: 0;
    font-size: 212px;
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
}

#email-me-overlay-wrapper .serp-info-msg.warning {
    background: #f87676;
}

#email-me-overlay-wrapper .serp-info-msg.warning:after {
    content: '\f05a';
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    position: absolute;
    top: -30px;
    left: -40px;
    color: #f99191;
    z-index: 0;
    font-size: 212px;
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
}

.serp-info-msg .close-wrapper {
    text-align: right;
    float: right;
}

.serp-info-msg .close-wrapper .btn-close-info-msg {
    cursor: pointer;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    font-size: 16px;
}

.serp-info-msg .close-wrapper .btn-close-info-msg:hover {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.serp-info-msg .content-wrapper {
    padding-left: 44px;
    position: relative;
    z-index: 1;
    margin-right: 10px;
}

.serp-info-msg .content-wrapper h2 {
    font-size: 19px;
    margin: 0;
    padding: 0;
}

.serp-info-msg .content-wrapper p {
    font-size: 20px;
    margin: 5px 0;
}

.serp-info-msg .content-wrapper a {
    color: #ffffff;
    font-size: 18px;
    text-decoration: underline;
}

.see-more.c-btn--white:before,
.see-more.c-btn--white:after {
    background-color: #009aa6;
}

.see-more.c-btn:hover span {
    color: white;
}

input[type=submit][disabled] {
    pointer-events: none !important;
    box-shadow: none !important;
    opacity: .3 !important;
}

.div-sign-in-apply {
    background-color: #1AC880 !important;
}

.div-sign-in-apply span {
    font-weight: 700 !important;
    font-size: 16px !important;
}

.div-sign-in-apply:hover:before,
.div-sign-in-apply:hover:after {
    width: auto !important;
}

.job-details__apply-form .c-btn span {
    font-weight: normal;
}

.job-details__option .c-btn span,
.job-details__apply-btn.c-btn__wrapper .c-btn span,
#div-sign-in-apply.c-btn span {
    font-weight: 700;
}

.job-details__option .c-btn.job-details__option-more span {
    font-size: 16px;
    font-weight: 500;
}

#div-sign-in-apply.c-btn span {
    text-transform: uppercase;
    font-size: 16px;
}

.recruiter-last-activity {
    white-space: nowrap;
}

.icon-font {
    display: flex;
}

.job-details_companybar>.c-grid {
    padding-left: 209px;
    display: flex;
    align-items: center;
}

.job-details_companybar a {
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    line-height: 52px;
    color: #2D59A7;
    margin-right: 32px;
    font-weight: 500;
    font-size: 14px;
    position: relative;
}

.job-details_companybar a:hover {
    color: #462267;
}

.job-details_companybar a>span {
    position: relative;
}

.job-details_companybar a>span:hover:before,
.job-details_companybar a>span:hover:after {
    width: 50%;
    -webkit-transition: width 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    -o-transition: width 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: width 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.job-details_companybar a>span:before,
.job-details_companybar a>span:after {
    content: "";
    position: absolute;
    bottom: 18px;
    width: 0;
    height: 1px;
    background-color: #444;
    -webkit-transition: width 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    -o-transition: width 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition: width 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.job-details_companybar a>span:before {
    left: 50%;
}

.job-details_companybar a>span:after {
    right: 50%;
}

.job-details_companybar i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 29px;
    height: 20px;
    margin-left: 15px;
    padding: 1px 5px 0;
    border-radius: 2px;
    background-color: #009aa6;
    font-style: normal;
    font-size: 12px;
    line-height: 1;
    color: #FFFFFF;
    font-weight: normal;
}

@media (min-width:901px) {
    .job-details__card-body>div:first-of-type>div:first-of-type {
        padding-right: 28px;
    }

    .job-details__card-body>div:first-of-type>div:nth-child(2) {
        display: flex;
        align-items: center;
    }

    .job-details__card-body>div:first-of-type>div:nth-child(2)>div {
        padding-right: 28px;
        display: flex;
    }

    .job-details__card-body>div:nth-child(2) {
        justify-content: end;
    }
}

.job-details__card-action .c-btn {
    height: 42px;
}

.salary-up-to {
    font-family: "GothamPro", sans-serif;
}

#rfvChooseCV {
    font-size: 10px;
    color: red;
    margin-left: -15px;
    margin-right: -15px;
    text-align: center;
}

.job-details__apply-form .c-btn__wrapper--social .c-btn>div:nth-of-type(2) {
    padding-left: 0;
    display: flex;
    justify-content: flex-start;
    white-space: nowrap;
}

.job-details__apply-form .c-btn__wrapper--social .c-btn span {
    font-size: 13px;
    font-weight: 500;
    color: #111111;
    padding: 0;
}

.job-details__apply-form .c-btn__wrapper--social .c-btn>div:nth-of-type(1) {
    justify-content: center;
}

.job-details__apply-form .c-btn__wrapper--social .c-btn.continue-with-google>div:nth-of-type(1) {
    margin-left: -18px;
}

.job-details__apply-form-field input {
    font-size: 13px;
}

.job-details__apply-form-field input[type=button] {
    font-size: 15px;
}

.job-details__apply-form .c-btn__wrapper--cv .c-btn span {
    font-size: 13px;
}

.verified-icon:hover .verified-label,
.recruiter-activity-icon:hover .recruiter-activity-label {
    width: 275px;
    white-space: normal;
}

.job-details__apply-additional>div.input textarea::-webkit-scrollbar {
    width: 0;
    background-color: rgb(241, 241, 241);
}

@media (max-width:1023.9px) {

    .job-details a[href=''],
    .job-details a[href='#'],
    .job-details a[href=''] *,
    .job-details a[href='#'] * {
        color: #111111 !important;
    }

    .job-details__card {
        color: inherit;
    }

    .job-details__card-footer>div:nth-of-type(1)>div {
        white-space: nowrap;
    }

    #email-me-overlay-wrapper.visible {
        align-items: start;
        padding-top: 40%;
    }

    #email-me-overlay-wrapper .serp-info-msg {
        padding: 5px 5px 15px 5px;
        width: calc(100% - 20px);
        margin: 0 auto;
    }

    .serp-info-msg .content-wrapper {
        padding-left: 0;
        text-align: center;
    }

    .serp-info-msg .content-wrapper h2 {
        padding-bottom: 15px;
        font-weight: bold;
    }

    .serp-info-msg .close-wrapper .btn-close-info-msg {
        font-size: 14px;
    }

    .job-details__card-right {
        justify-content: center;
    }

    .job-details__apply-title {
        text-transform: capitalize;
        border-bottom-color: #009aa6;
        font-size: 18px;
        display: none;
    }

    .job-details__apply-form #div-social .c-btn__wrapper--social .c-btn span {
        font-size: 13px;
    }

    .job-details__apply-form .c-btn__wrapper--social .c-btn>div:nth-of-type(1) {
        justify-content: center;
    }

    .btn-apply-for-this-job-mob:hover:before,
    .btn-apply-for-this-job-mob:hover:after {
        width: auto;
    }

    .recruiter-last-activity {
        height: auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 16px;
        margin-left: 2px;
        margin-top: 0;
        margin-bottom: 2px;
    }

    .recruiter-last-activity {
        font-size: 12px;
    }

    .job-details__card-footer>div:nth-of-type(1) {
        min-width: auto;
        padding-right: 0;
    }

    .job-details__card-footer>div:nth-of-type(2) {
        display: flex;
        flex-direction: column;
    }

    .is-sticky .job-details__card-footer>div:nth-of-type(2) {
        width: auto;
    }

    .job-details__card:not(.job-details__card--sticky) {
        padding: 10px 0;
    }

    .job-details__card:not(.job-details__card--sticky) {
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        background-color: #fff;
        padding-top: 70px;
        width: 100%;
    }

    .job-details__card:not(.job-details__card--sticky) .job-details__card-left {
        justify-content: center;
        display: flex;
        width: auto;
        height: auto;
        position: relative;
        background: transparent;
        box-shadow: none;
        border: none;
    }

    .job-details__card:not(.job-details__card--sticky) .job-details__card-footer {
        flex-direction: column;
    }

    .job-details__card:not(.job-details__card--sticky) .job-details__card-footer>div:nth-of-type(1),
    .job-details__card:not(.job-details__card--sticky) .job-details__card-footer>div:nth-of-type(2) {
        width: 100%;
        align-items: center;
        flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
    }

    .job-details__card:not(.job-details__card--sticky) .job-details__card-header {
        justify-content: center;
        text-align: center;
    }

    .job-details__card:not(.job-details__card--sticky) .job-details__card-title {
        line-height: 1.2;
        padding-top: 7px;
        padding-bottom: 8px;
        overflow-wrap: anywhere;
    }

    .job-details__card:not(.job-details__card--sticky) .job-details__card-title2 {
        line-height: 1.2;
        padding-bottom: 8px;
        overflow-wrap: anywhere;
        color: #7f7e7e;
    }

    .job-details__card:not(.job-details__card--sticky) .job-details__card-subtitle {
        padding: 0;
        line-height: 1.2;
        display: flex;
        justify-content: center;
        color: #444444;
        font-size: 13px;
        text-decoration: none;
        color: #2D59A7;
        overflow-wrap: anywhere;
        font-weight: 500;
    }

    .job-details__card:not(.job-details__card--sticky) .job-details__card-footer>div:nth-of-type(1)>div {
        height: auto;
    }

    .job-details__card:not(.job-details__card--sticky) .job-details__card-footer>div:nth-of-type(1) span,
    .job-details__card:not(.job-details__card--sticky) .job-details__card-login {
        line-height: 1;
    }

    .verified-icon,
    .recruiter-activity-icon {
        color: gray;
    }

    .recruiter-activity-icon>img {
        opacity: 1 !important;
    }

    .job-details__card-footer {
        height: auto;
    }

    .job-details__card:not(.job-details__card--sticky) .job-details__card-footer>div:nth-of-type(1)>div:last-of-type>div {
        margin-right: 25px;
    }

    i.verified-icon {
        font-size: 13px;
        color: inherit;
    }

    .job-details__wrapper-left {
        padding: 0;
    }

    .job-details__offer-title {
        padding-bottom: 24px;
    }

    .job-details__offer-body>div:not(:last-of-type) {
        border: none;
        margin-bottom: 20px;
        padding-bottom: 20px;
        flex: 100%;
        border-bottom: 1px solid #E4E3E5;
    }

    .job-details__card.mobile-only * {
        color: #111111;
    }

    .job-details__card-logo img {
        height: 70px;
    }

    .job-details__card.job-details__card--sticky .job-details__card-subtitle * {
        color: #2D59A7;
        font-size: 13px;
        overflow-wrap: anywhere;
        font-weight: 500;
    }

    .job-details__card.mobile-only .c-btn * {
        color: white;
    }

    .job-details__card--sticky.job-details__card.mobile-only .c-btn * {
        font-size: 14px;
    }

    .job-details__card:not(.job-details__card--sticky) .job-details__card-header>div {
        padding-bottom: 5px;
    }

    .job-details__card:not(.job-details__card--sticky) .job-details__card-footer>div:nth-of-type(1)>div {
        padding-bottom: 12px;
    }

    .job-details__card:not(.job-details__card--sticky) .job-details__card-footer>div:last-of-type {
        margin-top: 10px;
    }

    .job-details__card:not(.job-details__card--sticky) .job-details__card-footer>div:nth-of-type(1)>div:last-of-type {
        padding-top: 10px;
        border-top: 1px solid silver;
        width: 100%;
        padding-bottom: 5px;
        justify-content: center;
    }

    .job-details__card:not(.job-details__card--sticky) .job-details__card-footer>div:nth-of-type(1)>div:last-of-type * {
        text-decoration: none;
    }

    .job-details__showing-wrapper--tablet {
        margin-bottom: 0;
    }

    .job-details__description-title,
    .job-details__description-wrapper:nth-of-type(1) .job-details__description-title {
        padding: 20px 0 5px;
    }

    .job-details__description-contant,
    .job-details__description-details-wrapper,
    .job-details__apply-wrapper {
        padding-bottom: 20px;
    }

    .job-details__description-wrapper {
        padding-top: 0;
        margin: 0;
    }

    .job-details__card:not(.job-details__card--sticky) .job-details__card-footer>div:nth-of-type(1)>div>div {
        margin-right: 25px;
    }

    .job-details__card.mobile-only i.icon-cursor {
        font-size: 12px;
    }

    .job-details__card-footer>div:nth-of-type(1) .recruiter-activity-icon,
    .job-details__card-footer>div:nth-of-type(1) .recruiter-activity-icon span {
        font-size: 13px;
        color: gray;
    }

    .job-details__offer-heading>div:nth-of-type(1) {
        position: absolute;
    }

    .job-details__offer-heading .icon-font {
        font-size: 27px;
        padding-left: 10px;
    }

    .job-details__offer-heading .icon-font:nth-of-type(2) {
        font-size: 38px;
        -webkit-transform: translate(-10px, 0);
        -ms-transform: translate(-10px, 0);
        transform: translate(-10px, 0);
    }

    .job-details__offer-heading>div:nth-of-type(2) {
        padding-left: 60px;
    }

    .job-details__offer-list ul {
        padding-left: 15px;
    }

    .job-details__showing:not(:last-of-type) {
        padding-bottom: 10px;
    }

    .pop-up.unable-to-apply-msg {
        left: 0;
    }

    .c-btn.job-details__option-more {
        width: 100%;
        padding: 0;
    }

    .job-details__card-footer .icon-font:before {
        padding-right: 6px;
    }

    .job-details__card-footer .icon-font.icon-dollar-symbol:before {
        margin-right: -3px;
        color: #111111;
    }
}

.desktop-sticky {
    display: none;
}

.job-details a[href=''],
.job-details a[href='#'] {
    cursor: auto;
}

@media screen and (min-width: 1023.9px) {
    .mobile-only {
        display: none;
    }

    .job-details__card-login:not(.salary-no-link)>span {
        text-decoration: underline;
    }

    .job-details__card-subtitle:not(a[href="#"]),
    .sticky-company>a:not(a[href="#"]) {
        text-decoration: underline;
    }

    .desktop-sticky {
        max-width: 1204px;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        display: flex;
        align-items: center;
    }

    .desktop-sticky>div {
        display: flex;
        align-items: center;
        width: calc(100% + 90px);
        margin-left: 0px;
        margin-right: -50px;
    }

    .sticky-logo>a {
        display: flex;
        align-items: center;
    }

    .sticky-logo img {
        width: 55px;
        max-height: 55px;
        margin-right: 35px;
        border-radius: 4px;
    }

    .sticky-detail {
        margin-left: 10px;
        flex: 1;
    }

    .sticky-button_container {
        width: calc(290px + 28px);
    }

    .sticky-jobtitle {
        font-weight: 500;
        font-size: 18px;
    }

    .sticky-button_container>a.c-btn {
        height: 44px;
    }

    .sticky-button_container>a.c-btn>span {
        color: white !important;
    }
}

@media screen and (max-width: 1023.9px) {
    .desktop-only {
        display: none;
    }

    .job-details__apply-form-wrapper {
        max-width: 100%;
    }

    .job-details__showing>div p {
        font-size: 15px;
    }

    .c-btn.job-details__option-more span {
        font-weight: 500;
        font-size: 16px;
    }

    .job-details__card-login:not(.salary-no-link)>span {
        color: #2D59A7;
    }
}

.job-details__banner::after {
    background-color: rgba(0, 0, 0, 0.4);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 1023.9px) {
    .job-details__card * {
        color: white;
    }

    .job-details__card-title2 {
        color: #d7d7d7;
    }

    .job-details__banner .job-details__card {
        width: calc(100% + 90px);
        margin-left: -30px;
        margin-right: -30px;
    }

    .job-details__card {
        border-radius: 4px 4px 0 0;
    }

    .job-details__card.default-transparent-bg {}

    .job-details__wrapper {
        width: calc(100% + 90px);
        margin-left: -30px;
        margin-right: -30px;
    }

    .job-details__offer {
        margin-bottom: 0;
        margin: 10px 0 0 30px;
    }

    .job-details__card.job-details__card--sticky.is-sticky {
        padding: 5px 0;
        border-bottom: 2px solid #E4E3E5;
        box-shadow: 0px 2px 20px rgb(0 0 0 / 8%);
    }
}

@media screen and (min-width: 1023.9px) and (max-width:1300px) {

    .c-grid,
    .desktop-sticky {
        max-width: 1250px;
    }

    .desktop-sticky {
        padding: 0 12px;
    }

    .desktop-sticky>div {
        margin-left: auto;
        margin-right: auto;
    }

    .job-details__card {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding: 15px 1% 25px 2%;
    }

    .job-details__banner .job-details__card {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }

    .job-details__wrapper {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .job-details__card-body>div:first-of-type>div:nth-child(2)>div,
    .job-details__card-body span {
        white-space: nowrap;
    }

    .job-details__offer {
        margin: 0 0 0 3%;
    }

    .job-details__wrapper-left {
        padding-right: 3%;
    }

    .recruiter-activity-icon {
        position: relative;
        width: 100%;
    }

    .job-details__card .verified-icon:hover .verified-label,
    .job-details__card .recruiter-activity-icon:hover .recruiter-activity-label {
        max-width: 100%;
        margin-top: 60px;
    }

    .job-details_companybar>.c-grid {
        padding-left: 233px;
    }
}

@media (min-width:1900.9px) {
    .job-details__card-title {
        font-size: 24px;
    }

    .job-details__card-subtitle {
        font-size: 15px;
    }

    .job-details__description-title {
        font-size: 22px;
        padding: 30px 0 5px;
    }

    .job-details__ramdon-placeholder {
        padding: 10px 0px 10px 0px;
    }

    .job-details__description-details-wrapper,
    .job-details__description-contant {
        padding-bottom: 30px;
    }

    .job-details__description-contant * {
        font-size: 15px;
    }

    .job-details__offer-title {
        font-size: 20px;
    }

    .job-details__offer-heading p {
        font-size: 16px;
    }

    .job-details__offer-list span {
        font-size: 14px;
    }

    .job-details .c-btn span {
        font-size: 16px;
    }

    .job-details__showing>div span {
        font-size: 14px;
    }

    .job-details__similar-title {
        font-size: 20px;
    }

    .job-details__similar>div span,
    .job-details__similar>div h6,
    .job-details__similar>div p {
        font-size: 14px;
    }

    .job-details_companybar a {
        font-size: 15px;
        margin-right: 28px;
    }

    .job-details__showing>div p {
        font-size: 15px;
    }

    .job-details__similar-footer .c-btn span {
        font-size: 15px;
    }

    .job-details__apply-wrapper {
        padding-bottom: 30px;
    }

    .job-details__showing-wrapper {
        padding: 24px 14px;
    }

    .job-details__card-right {
        padding-left: 204px;
    }

    .job-details_companybar>.c-grid {
        padding-left: 219px;
    }

    .job-details__description-contant {
        padding-bottom: 30px;
    }

    .job-details__offer {
        padding: 30px 20px;
    }

    .job-details__option-social .icon-font {
        font-size: 36px;
    }
}

input:focus {
    border-color: #555555 !important;
}

.job-details .c-btn.c-btn--gray {
    background-color: #6c6c6c;
    padding-bottom: 0;
}

.job-details .c-btn.c-btn--orange {
    background-color: #f69322;
}