@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&amp;display=swap');

/*-----------------
    job-detail 
------------------*/
.job-main-section {
    font-family: 'Montserrat', sans-serif;
    background-color: #F9F9F9;
}

.job-main-section .container {
    display: flex;
    flex-wrap: wrap;
}

.similar-jobs {
    max-width: 400px;
    width: 100%;
    background-color: #fff;
    border-right: 1px solid #EEEDF1;
    border-left: 1px solid #EEEDF1;
    padding: 0 22px;
}

.similar-title {
    padding-top: 46px;
    color: #000000;
    opacity: 0.5;
    font-size: 24px;
    line-height: 29px;
    font-family: 'Montserrat', sans-serif;
    display: block;
    padding-bottom: 9px;
    font-weight: 500;
    text-transform: uppercase;
}

.similar-job-item {
    background-color: #fff;
    border: 1px solid #eeedf1;
    margin-bottom: 20px;
    transition: 0.5s all;
}

.similar-job-item a {
    display: block;
    padding: 24px 32px;
}

.similar-job-item:hover {
    box-shadow: 3px 0px 10px #00000029;
    background-color: #f8f8f8;
}

.job-similar-title {
    font-size: 12px;
    line-height: 15px;
    color: #FF5F00;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 6px;
    display: block;
}

.job-similar__section-title {
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    font-weight: 700;
    display: block;
    margin-bottom: 16px;
    letter-spacing: 0;
}

.job-similar-location {
    font-size: 12px;
    line-height: 15px;
    color: #9A9A9A;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.job-similar-location img {
    margin-right: 4px;
    max-width: 20px;
}

.job-alret {
    padding: 24px 32px;
    background-color: #44444F;
    margin-bottom: 60px;
    display: none;
}

.job-alret h5 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #FAFAFB;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}

.job-alret h5 img {
    margin-right: 12px;
}

.job-alret p {
    font-size: 13px;
    line-height: 24px;
    color: #D5D5DC;
    display: block;
    margin-bottom: 20px;
}

.job-alret .input-group input {
    width: 100%;
    height: 38px;
    background-color: #fff;
    padding: 10px 14px;
    font-size: 14px;
    line-height: 16px;
    color: #92929D;
    border: none;
}

.job-alret .input-group input::-webkit-input-placeholder {
    color: #92929D;
}

.job-alret .input-group input::-moz-placeholder {
    color: #92929D;
}

.job-alret .input-group input:-ms-input-placeholder {
    color: #92929D;
}

.job-alret .input-group input:-moz-placeholder {
    color: #92929D;
}

.job-alret .input-group button {
    margin-top: 15px;
    background-color: #FF5F00;
    font-size: 17px;
    line-height: 20px;
    text-align: center;
    display: block;
    padding: 6px 10px;
    border: none;
    font-weight: 700;
    color: #fff;
    width: 100%;
}

.job-alret .input-group button:hover {
    opacity: 0.8;
    text-decoration: none;
}

.job-details {
    max-width: calc(100% - 400px);
    width: 100%;
    background-color: #F9F9F9;
    padding-left: 40px;
    padding-right: 40px;
}

.white-box {
    background-color: #fff;
    border: 1px solid #EEEDF1;
    padding: 26px 34px;
}

.breadcrumb {
    background-color: transparent;
    border-radius: 0px;
    margin-bottom: 0;
    padding: 22px 0 14px;
}
.breadcrumb-item a, .breadcrumb-item {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    color: #B1B1B1;
}
.breadcrumb-item+.breadcrumb-item::before {
    display: none;
}
.breadcrumb-item+.breadcrumb-item {
    padding-left: 20px;
    position: relative;
}
.breadcrumb-item+.breadcrumb-item::after {
    content: "";
    display: block;
    background-image: url('../svg/breadcrumb-arrow-new1.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 8px;
    height: 18px;
    margin: 0 auto;
    color: #000;
    position: absolute;
    top: 50%;
    left: 6px;
    transform: translateY(-50%);
    margin-top: -2px;
}
.breadcrumb-item.active,
.breadcrumb-item:hover {
    color: #FF5F00;
}

.job-details__category-title {
    font-size: 14px;
    line-height: 18px;
    color: #FF5F00;
    font-weight: 500;
    margin-bottom: 15px;
    display: block;
}
.job-details__section-title {
    font-size: 26px;
    line-height: 32px;
    color: #000;
    font-weight: 700;
    display: block;
    margin-bottom: 12px;
    letter-spacing: 0;
}
.job-details__section-location p {
    font-size: 16px;
    line-height: 18px;
    color: #9A9A9A;
    font-weight: 500;
    display: flex;
    align-items: center;
}
.job-details__section-location p span img {
    width: 22px;
    margin-right: 6px;
}

.job-details_soical {
    display: flex;
    align-items: center;
    gap: 10px;
}

.refer-friend a {
    padding: 0px 18px;
    font-size: 16px;
    line-height: 18px;
    color: #B1B1B1;
    border: 1px solid #989898;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}
.refer-friend a:hover {
    color: #FF5F00;
}
.bookmark,
.share-icon {
    border: 1px solid #989898;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px; 
}
.bookmark a,
.share-icon a {
    line-height: 0;
}
.share-icon {
    position: relative;
}
.share-icon-popup {
    position: absolute;
    top: 100%;
    width: auto;
    box-shadow: 3px 0px 10px #00000029;
    background-color: #f8f8f8;
    padding: 14px;
    right: 0;
    margin-top: 10px;
    display: none;
}
.share-icon-popup ul {
    display: flex;
    align-items: center;
    gap: 20px;
}
.share-icon-popup ul li a {
    font-size: 18px;
    color: #9A9A9A;
}
.share-icon-popup ul li:hover a {
    color: #FF5F00;
}
.job-info {
    margin-top: 10px;
    margin-bottom: 22px;
}
.job-top-info ul {
    display: flex;
    align-items: center;
    width: 100%;
    border: 1px solid #EEEDF1;
}
.job-top-info ul li {
    max-width: 25%;
    width: 100%;
    padding: 14px 5px 14px 10px;
    border-right: 1px solid #EEEDF1;
    margin-right: 5px;
}
.job-top-info ul li:last-child {
    border-right: none;
}
.job-info__item .job-info__label {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: #B5B5BE;
    display: block;
    margin-bottom: 8px;
    text-transform: uppercase;
}
.job-info__item strong {
    display: inline-block;
    color: #FF5F00;
    border-radius: 5px;
    background-color: rgba(255, 94, 0,0.1);
    padding: 6px;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    text-transform: capitalize;
}

.job-body-main h1,
.job-body-main h2,
.job-body-main h3,
.job-body-main h4,
.job-body-main h5,
.job-body-main h6 {
    font-weight: 700
}

.job-body-main h1 a,
.job-body-main h2 a,
.job-body-main h3 a,
.job-body-main h4 a,
.job-body-main h5 a,
.job-body-main h6 a {
    text-decoration: none;
}
.job-body-main {
    font-size: 18px;
    line-height: 27px;
}
.job-body-main h1,
.job-body-main .h1 {
    font-size: 36px;
    line-height: 41px;
    margin-bottom: 27px;
}

.job-body-main h2,
.job-body-main .h2 {
    font-size: 28px;
    line-height: 41px;
    margin-bottom: 27px;
}

.job-body-main h3,
.job-body-main .h3 {
    font-size: 19px;
    line-height: 27px;
    margin-bottom: 27px;
}

.job-body-main h4,
.job-body-main .h4 {
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 27px;
}

.job-body-main h5,
.job-body-main .h5 {
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 27px;
}

.job-body-main h6,
.job-body-main .h6 {
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 27px;
}

.job-body-main strong {
    color: #000
}

.job-body-main p {
    font-weight: 300;
    letter-spacing: .05rem;
    margin-bottom: 27px;
}

.job-body-main p:empty {
    margin-bottom: 0
}
/* .job-body-main p:last-child {
    margin-bottom: 0;
} */

.job-body-main p {
    font-weight: 300;
    margin-bottom: 20px;
    margin-top: 0;
    color: #000;
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 0;
}
.job-body-main p:empty {
    display: none;
}
.job-body-main strong,
.job-body-main b,
.job-body-main p b {
    color: #000;
    font-weight: 700;
}

.job-body-main a,
.job-body-main a b {
    color: #094d9d;
    font-weight: 400;
    text-decoration: none
}
.job-body-main ul,
.job-body-main ol {
    padding-left: 36px;
    padding-bottom: 27px;
    margin-bottom: 0px;
}
.job-body-main ul li,
.job-body-main ol li {
    font-weight: 300;
    letter-spacing: 0px;
    font-size: 16px;
    line-height: 27px;
    color: #000;
}
.job-body-main ul li {
    list-style-type: disc;
    margin-bottom: 16px;
}
.job-body-main ul li p,
.job-body-main ol li p {
    margin-bottom: 0px;
}
.job-body-main ol li {
    list-style-type: decimal;
    margin-bottom: 16px;
}
.job-body-main ol li:last-child,
.job-body-main ul li:last-child {
    margin-bottom: 0;
}


.job-footer-box {
    display: flex;
    align-items: center;
    gap: 30px;
}

.job-details__apply-now .btn.btn-primary,
.job-details__apply-now .btn.btn-primary:active {
    background-color: #FF5F00;
    border-color: #FF5F00;
    border: 1px solid transparent;
    border-radius: 0;
    padding: 16px 45px;
    font-size: 17px;
    line-height: 18px;
    font-weight: 700;
}
.job-details__apply-now .btn.btn-primary:hover {
    background-color:transparent;
    border-color: #FF5F00;
    color: #FF5F00;
}
.job-details__apply-now .btn.btn-primary:focus {
    box-shadow: none !important;
}
.back-job-page a {
    font-size: 20px;
    line-height: 24px;
    color: #B1B1B1;
}

.top-search-section {
    background-color: #484848;
    color: #fff;
    position: relative;
    padding: 24px 0;
}
.top-search-filter {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
}
.search-job-top-title {
    font-size: 27px;
    line-height: 33px;
    color: #fff;
    text-transform: uppercase;
    margin-right: 50px;
    margin-bottom: 0;
    font-weight: 700;
    max-width: 310px;
    width: 100%;
}
.search-job-top-title a {
    color: #fff;
}
.top-search-form {
    width: calc(100% - 360px);
}
.top-search-form .div_form {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    gap: 18px;
}

.top-keyword-input {
    max-width: 640px;
    width: 100%;
}
.top-keyword-input input {
    width: 100%;
    background-color: #fff;
    border: none;
    height: 62px;
    padding-left: 60px;
    padding-right: 36px;
    display: flex;
    align-items: center;
    font-size: 20px;
    line-height: 22px;
    color: #000000;
    background-image: url("../png/vuesax-search.png");
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-position: left 20px  center;
}
.top-keyword-input input:focus-visible {
    outline: none;
    border: none;
}
.top-loction-input {
    max-width: 228px;
    width: 100%;
}
.top-loction-input .btn-group {
    background: #F1F1F1;
    width: 100%;
    padding: 10px;
    display: block;
    border-radius: 6px;
    height: 62px;
    display: flex;
    align-items: center;
    padding-left: 34px;
    background-image: url("../png/vuesax-linear-location.png");
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-position: left 10px  center;
}
.top-loction-input .btn-group .multiselect:focus  {
    box-shadow: none;
}

.top-loction-input .btn-group .multiselect::after {
    display: none;
}


.top-loction-input ul.multiselect-container  {
    transform: translate3d(0px, 50px, 0px) !important;
    max-height: 390px;
    overflow: hidden auto;
    width: 100%;
}
.top-loction-input .multiselect-container>li>a {
    text-decoration: none !important;
}
.top-loction-input .multiselect-container>li>a>label {
    padding: 6px 10px 6px 34px;
    color: #000;
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    width: 100%;
}
.top-loction-input .multiselect-container>li>a>label:hover,
.top-loction-input .multiselect-container>li.active>a>label,
.top-loction-input .multiselect-container>li.multiselect-all>a>label {
    /* background-color: rgba(144,143,158,.3); */
    background-color: rgb(241 241 241);
}
.multiselect-container>li>a>label>input[type=checkbox] {
    margin-bottom: 0;
    border-radius: 0.25em;
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0,0,0,.25);
    margin-right: 0;
    margin-left: -20px;
}

/*==============================
    Job-serach-page 
==============================*/

.job-search-section {
    background-color: #F9F9F9;
    font-family: 'Montserrat', sans-serif;
}
.search-job-filter {
    background-color: #1a1a1a;
    color: #fff;
    padding: 20px 28px;
}
.search-job-filter h2 {
    font-size: 24px;
    line-height: 33px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 27px;
    text-transform: uppercase;
}
.search-job-filter h2 strong {
    font-weight: 700;
    color: #fff;
}
.keyword label,
.location label {
    color: #fff;
    font-size: 16px;
    line-height: 23px;
    font-weight: 700;
    margin-bottom: 14px;
    display: block;
}
.keyword input[type="text"] {
    width: 100%;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    color: #5d5c6c; 
    font-weight: 400;
    border-radius: 0;
    font-size: 16px;
    line-height: 26px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-bottom: 18px;
}
.keyword input[type="text"]:focus-visible {
    outline: none;
}
#multiple-checkboxes {
    opacity: 0;
    visibility: hidden;
}
.location .btn-group {
    background: #fff;
    width: 100%;
    padding: 10px;
    display: block;
    margin-bottom: 18px;
}
.location .btn-group .btn {
    color: #5d5c6c;
    font-size: 16px;
    line-height: 27px;
    font-weight: 400;
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: left;
    border: none;
}
.location .btn-group .btn:focus {
    box-shadow: none !important;
}
.location .btn-group .btn.dropdown-toggle::after {
    border-top: .4em solid #FF5F00;
    border-right: .4em solid transparent;
    border-bottom: 0;
    border-left: .4em solid transparent;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    opacity: 1;
    margin: 0;
    vertical-align: unset;
}
.location ul.multiselect-container  {
    transform: translate3d(0px, 50px, 0px) !important;
    max-height: 390px;
    overflow: hidden auto;
    width: 100%;
}
.location .multiselect-container>li>a {
    text-decoration: none !important;
}
.location .multiselect-container>li>a>label {
    padding: 6px 14px 6px;
    color: #5d5c6c;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
}
.location .multiselect-container>li>a>label:hover,
.location .multiselect-container>li.active>a>label,
.location .multiselect-container>li.multiselect-all>a>label {
    background-color: rgba(144,143,158,.3);
}
.multiselect-container>li>a>label>input[type=checkbox] {
    margin-bottom: 0;
    border-radius: 0.25em;
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0,0,0,.25);
    margin-right: 6px;
}
.search-sidebar ,#event-job-filter-sidebar-form {
    height: 100%;
}
.filter-search {
    padding: 30px;
    background-color: #fff;
    height: 100%;
    border-right: 1px solid #EEEDF1;
    border-left: 1px solid #EEEDF1;
}
.filter-title {
    margin-bottom: 30px;
    color: rgb(0 0 0 / 50%);
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 16px;
}
.filter-sub-title {
    color: #000;
    font-size: 18px;
    line-height: 27px;
    font-weight: 500;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.filter-sub-title span {
    transform: rotate(178deg);
}
.filter-sub-title.active span {
    transform: rotate(0deg);
}
.filter-search-inner {
    margin-left: 20px;
}
.category-filter-box {
    margin-bottom: 28px;
}
.list__checkbox {
    padding: 0;
    margin: 0;
    /* display: none; */
}
.list___item {
    list-style: none;
    margin-bottom: 14px;
}
.list__checkbox .list___item:last-child {
    margin-bottom: 0px;
}
.list__checkbox .custom-control-label {
    color: rgb(0 0 0 / 50%);
    font-size: 16px;
    line-height: 27px;
    text-decoration: none;
    text-transform: capitalize;
    cursor: pointer;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.list__checkbox .custom-control-label strong {
    font-weight: 600;
}

.list__checkbox .custom-control-input:checked~.custom-control-label span {
    color: #000;
}

.list__checkbox .custom-control-input:checked~.custom-control-label strong {
    color: #FF5F00;
}
.list___item .custom-control {
    padding-left: 30px;
}

.list__checkbox .custom-checkbox .custom-control-label::before {
    border-radius: 0;
    border: 1px solid #d7d7d7;
    margin-right: 10px;
    /* top: 50%;
    transform: translateY(-50%); */
    top: 4px;
    border-radius: 4px;
    width: 20px;
    height: 20px;
    left: -30px;
}
.list__checkbox .custom-checkbox .custom-control-label::after {
    /* top: 50%;
    transform: translateY(-50%); */
    top: 4px;
    width: 20px;
    height: 20px;
    left: -30px;
}
.list__checkbox .custom-control-input:focus~.custom-control-label::before {
    box-shadow: none;
}
.list__checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #FF5F00;
    border-color: #FF5F00;
}
.list__checkbox .custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #d7d7d7;
}
.list__checkbox .custom-control-input:not(:disabled):active~.custom-control-label::before {
    border-color: #d7d7d7;
    background-color: #fff;
}
.contract-type {
    margin-bottom: 28px;
}
.schedule-type {
    margin-bottom: 28px;
}
.jobs-search-buttons .btn {
    width: 100%;
    font-size: 12px;
    line-height: 27px;
    font-weight: 700;
    color: #fff;
    padding: 12.5px 54px;
    letter-spacing: 2.16px;
    border: 1px solid #fff;
    text-transform: uppercase;
    border-radius: 0;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.search__btn .btn.btn-primary,
.search__btn .btn.btn-primary:active {
    color: #fff;
    background-color: #FF5F00;
    border-color: #FF5F00;
}
.search__btn .btn.btn-primary:hover {
    opacity: 0.8;
    text-decoration: none;
}
.reset__btn .btn.out_line {
    color: #5d5c6c;
    background-color: transparent;
    border-color: #cac6c6;
    margin-top: 14px;
}
.reset__btn .btn.out_line:hover  {
    text-decoration: underline;
}

.view-search-main {
    margin-left: 6px;
} 
.view-search-main-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.view-search-title {
    color: #000;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 20px;
    font-weight: 400;
    margin-top: 20px;
    text-align: right;
}
.view-search-title strong {
    color: #FF5F00;
    font-weight: 700;
}
.views-item {
    margin-bottom: 28px;
}
.views-item:hover .inner-view-box {
    box-shadow: 3px 0px 10px #00000029;
    background-color: #f8f8f8;
}
.inner-view-box {
    padding: 28px 22px;
    border: 1px solid #e6e6e6;
    background-color: #fff;
}
.c-job-teaser__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.c-job-teaser__category {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    color: #FF5F00;
}
.c-job-teaser__title {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 14px;
    font-weight: 700;
    color: #0e0e0e;
    width: 100%;
    margin-top: 15px;
}
.c-job-teaser__info-item {
    display: flex;
    align-items: center;
    gap: 10px;
}
.c-job-teaser__info-item p {
    margin-bottom: 0;
}
.c-job-teaser__info-item p img {
    width: 22px;
    height: 22px;
}
.c-job-teaser__info-item span {
    font-size: 16px;
    line-height: 18px;
    color: #9A9A9A;
    font-weight: 500;
}
.c-job-teaser__info-label {
    margin-bottom: 0;
    color: #908f9e;
    font-size: 14px;
    line-height: 27px;
    font-weight: 700;
}

.c-job-teaser__desc {
    color: #000;
    font-size: 16px;
    line-height: 27px;
    font-weight: 300;
}
.c-job-teaser__details {
    margin-top: 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.c-job-teaser__link a {
    background-color: #FF5F00;
    border: 1px solid transparent;
    border-radius: 0;
    padding: 16px 18px;
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    color: #fff;
    display: inline-block;
}
.c-job-teaser__link a:hover {
    border-color: #FF5F00;
    background-color: transparent;
    color: #ff5f00;
}
.c-job-teaser__time ul {
    display: flex;
    align-items: center;
    gap: 15px;
}
.c-job-teaser__time ul li span {
    display: inline-block;
    color: #FF5F00;
    border-radius: 5px;
    background-color: rgba(255, 94, 0,0.1);
    padding: 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    text-transform: capitalize;
}
.view-search-content-pager .pager__items li a {
    font-size: 24px;
    color: #565656;
    font-weight: 700;
}
.event-jobs-filter-original {
    display: none !important; 
}
/*==============================
    Job-home-page 
==============================*/

.jon-home,.post-slider-main,.browse-category,.job-map{
    font-family: 'Montserrat', sans-serif;
}
.job-banner {
    position: relative;
    /* z-index: 11; */
}

.job-banner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0,0.2);
}
.job-banner-from {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    z-index: 11;
}
.job-banner-from span {
    font-size: 16px;
    line-height: 18px;
    color: #FFFFFF;
    text-shadow: 0px 3px 6px #00000091;
    font-weight: 700;
    display: block;
    margin-bottom: 30px;
}
.job-banner-from h1 {
    font-size: 58px;
    line-height: 60px;
    font-weight: 400;
    color: #FFFFFF;
    text-shadow: 0px 3px 6px #000000;
    margin-bottom: 60px;
}
.job-banner-from .input-group {
    align-items: center;
    justify-content: center;
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    -moz-backdrop-filter: blur(8px);
    -ms-backdrop-filter: blur(8px);
    -o-backdrop-filter: blur(8px);
}
.job-banner-from .input-group input {
    max-width: 432px;
    width: 100%;
    color: #fff;
    background-color: transparent;
    border: none;
    height: 54px;
    font-size: 18px;
    line-height: 20px;
    display: flex;
    align-items: center;
    padding-right: 10px;
}
.job-banner-from .input-group input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #D1D1D1;
  }
  .job-banner-from .input-group input::-moz-placeholder { /* Firefox 19+ */
    color: #D1D1D1;
  }
  .job-banner-from .input-group input:-ms-input-placeholder { /* IE 10+ */
    color: #D1D1D1;
  }
  .job-banner-from .input-group input:-moz-placeholder { /* Firefox 18- */
    color: #D1D1D1;
  }
.job-banner-from .input-group input:focus,
.job-banner-from .input-group input:focus-visible {
    outline: none;
    border:none
}
.job-banner-from .input-group button {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border: none;
    height: 54px;
    max-width: 158px;
    width: 100%;
    background: #FF5F00;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    gap: 14px;
    text-transform: capitalize;
    padding-left: 20px;
    padding-right: 10px;
    border: 1px solid transparent;
}
.job-banner-from .input-group button span {
    margin-bottom: 0;
}
.job-banner-from .input-group button:hover {
    background-color: transparent;
    border-color: #fff;
}

.post-slider-main {
    margin-top: 33px;
    padding-bottom: 80px;
    border-bottom: 1px solid #EEEDF1;
}
.job-sub-title {
    font-size: 30px;
    line-height: 40px;
    display: block;
    font-weight: 700;
    color: #000000;
}
.job-sub-title span {
    color: #FF5F00;
}
.post-slider {
    margin-top: 22px;
    width: 100%;
}
.post-slider .slick-track {
    display: flex;
    flex-direction: row;
    width: 100%;
}
.post-slider .slick-slide {
    height: inherit;
}
.post-slider-item-box {
    border: 1px solid #EEEDF1;
    padding: 30px 18px;
    height: 100%;
	min-height: 230px;
}
.post-slider-item:hover {
    box-shadow: 3px 0px 10px #00000029;
    background-color: #f8f8f8;
}
.post-slider-item h3 {
    max-width: 100%;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
.post-slider-item h3 span {
    max-width: 50px;
    width: 100%;
    text-align: right;
}
.post-slider-item h3 span img{
    width: 60%;
    text-align: right;
    margin: 0 0 0 auto;
}
.post-slider-item p {
    font-size: 12px;
    line-height: 24px;
    color: #000000;
    display: block;
    margin-bottom: 0;
}

.post-slider button.slick-prev.slick-arrow, .post-slider button.slick-next.slick-arrow {
    border: none;
    font-size: 0;
    padding: 0;
    position: relative;
    height: 40px;
    width: 40px;
    color: #fff;
    background-color: #ff5f00;
    top: 100%;
    position: absolute;
    transform: none;
    z-index: 111;
    right: 0;
    margin-top: 10px;
    left: 0;
    margin: 20px auto 0;
}
.post-slider button.slick-prev.slick-arrow {
    right: 100px;
}
.post-slider .slick-next::before,
.post-slider .slick-prev::before {
  font-family: "Font Awesome 5 free";
  font-size: 20px; 
  font-weight: 900;
}

/* For Font Awesome next arrow icon */
.post-slider .slick-next::before {
  content: "\f105"; 
}

/* For Font Awesome previous arrow icon */
.post-slider .slick-prev::before {
  content:"\f104";
}

.post-slider:after {
    content: "";
    right: -10px;
    height: 100%;
    position: absolute;
    background-image: url("../png/before-img.png");
    background-position: top right;
    width: 130px;
    top: 0;
    background-size: contain;
    background-repeat: no-repeat;
}

.browse-category {
    padding-top: 45px;
    padding-bottom: 58px;
    border-bottom: 1px solid #eeedf1;
}
.browse-category-box {
    padding-top: 42px;
}
.browse-category-box .row {
    align-items: center;
}
.col-md-6.browse-category-left ul li a {
    max-width: 570px;
    width: 100%;
    padding: 10px 0 10px 14px;
    border: 2px solid #F3F2F5;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    gap: 24px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    color: #000;
}
.col-md-6.browse-category-left ul li a strong {
    max-width: 400px;
    width: 100%;
    font-weight: 700;
}
.col-md-6.browse-category-left ul li:hover a {
    box-shadow: 3px 0px 10px #00000029;
    background: #F8F8F8;
}
.job-map-box {
    display: flex;
    flex-wrap: wrap;
}
.job-map-box .map-box {
    height: 640px;
    width: 50%;
}
.browse-location {
    width: 50%;
    border: 1px solid #EEEDF1;
    background-color: #F8F8F8;
}
.browse-location-inner {
    max-width: 550px;
    width: 100%;
    margin-left: 55px;
    height: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}
.browse-location-inner h3 {
    font-size: 40px;
    line-height: 40px;
    display: block;
    font-weight: 700;
    color: #000000;
    margin-bottom: 30px;
}
.browse-location-inner h3 span {
    color: #ff5f00;
}
.browse-location-inner p {
    font-size: 16px;
    line-height: 27px;
    color: #000;
    margin-bottom: 60px;
}
.browse-location-list {
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
}
.location-country {
    max-width: 33.33%;
    width: 100%;
}
.location-country strong {
    width: 100%;
    display: block;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 6px;
}
.location-country span {
    width: 100%;
    display: block;
    font-size: 14px;
    line-height: 14px;
    color: #9f9f9f;
}
.location-country img {
    max-width: 25px;
    width: 100%;
    margin-bottom: 10px;
}
.job-map {
    margin-top: 40px;
    margin-bottom: 60px;
}
.explore-link {
    margin-top: 50px;
    max-width: 360px;
    width: 100%;
}
.explore-link a {
    border: 1px solid #ff5f00;
    color: #ff5f00;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    padding: 14px 18px;
    display: block;
    text-align: center;
}
.explore-link a:hover {
    background-color: #ff5f00;
    color: #fff;
}
/* Map Style */

.map-popup {
    background-color: #fff;
    padding: 15px;
    width: 290px;
    border-radius: 0px;
    margin-top: 10px;
    margin-right: 10px;
    -webkit-box-shadow: 0 2px 7px 1px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0 2px 7px 1px rgba(0,0,0,.3);
    box-shadow: 0 2px 7px 1px rgb(0 0 0 / 30%);
}
.map-popup-body a:hover {
    color: inherit;
}
.location-map-teaser__title {
    font-size: 14px;
    line-height: 22px;
    color: #25282b;
    margin-bottom: 14px;
    font-weight: 700;
}
.location-map-teaser__counter {
    font-size: 12px;
    line-height: 22px;
    color: #25282b;
    margin-bottom: 14px;
    font-weight: 300;
}
.location-map-teaser__counter strong {
    font-weight: 700;
}
.location-map-teaser__jobs {
    list-style: none;
    padding: 0;
    margin: 0 0 .75rem 0;
}
.location-map-teaser__job {
    border-bottom: 1px solid #dfd8d8;
    padding: 8px 0;
    font-weight: 300;
    letter-spacing: .05rem;
}
.location-map-teaser__link {
    display: inline-block;
    font-size: 12px;
    /* line-height: 22px; */
    line-height: 16px;
    font-weight: 700;
    color: #303438;
    text-decoration: none;
    padding-right: 1rem;
}
.location-map-teaser__link span {
    display: inline-block;
    width: 235px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}
.location-map-teaser__link:after {
    content: "";
    display: inline-block;
    width: 1rem;
    height: .6111111111rem;
    margin-left: .2777777778rem;
    background-image: url(../map-arrow.html);
    background-size: .3333333333rem .6111111111rem;
    background-position: left center;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: relative;
    margin-right: -1rem;
    margin-top: -12px;
}
.location-map-teaser__button-wrapper {
    display: block;
}
.location-map-teaser__button {
    width: 100%;
    font-size: 12px;
    line-height: 27px;
    font-weight: 700;
    border: 1px solid #fff;
    color: #fff;
    background-color: #FF5F00;
    border-color: #FF5F00;
    padding: 6.5px 54px;
    letter-spacing: 2.16px;
    text-transform: uppercase;
    border-radius: 0;
    display: inline-block;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    text-align: center;
}
.location-map-teaser__button:hover {
    background-color:transparent;
    border-color: #FF5F00;
    color: #FF5F00 !important;
}
.location-ma__desc {
    font-size: 12px;
    line-height: 22px;
    color: #000;
    margin: .75rem 0;
    font-weight: 300;
}
.field--name-field-job-location {
    font-size: 12px;
    line-height: 22px;
    margin: 14px 0 0 0;
}
.field--name-field-job-location ul {
    padding: 0;
    margin: 0;
}
.field--name-field-job-location  ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: flex-end;
    columns: 2;
}
.field--name-field-job-location ul li .field__label {
    text-transform: uppercase;
    font-weight: 700;
    color: #9e919e; 
    padding-right: 5px;
}
.map-link .c-job-teaser__link {
    font-size: 12px;
    line-height: 22px;
    margin-left: 0;
    color: #ff5f00;
}
.map-link .c-job-teaser__link::before {
    width: 22px;
    height: 15px;
    left: -24px;
}

#event-jobs-map  .gm-style-iw.gm-style-iw-c {
    padding: 0;
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
}
#event-jobs-map .gm-style .gm-style-iw-tc::after {
    left: 8px;
}
#event-jobs-map  .gm-style-iw-d {
    overflow: hidden !important;
}
#event-jobs-map .gm-ui-hover-effect {
    width: 24px !important;
    height: 24px !important;
    background: #ff5f00 !important;
    border-radius: 50%;
    margin: 0 auto !important;
    top: 0 !important;
    right: 0 !important;
    opacity: 1;
    border: 2px solid #fff !important;
}
#event-jobs-map .gm-ui-hover-effect>span {
    background-color: #fff;
    margin: 0 auto !important;
    background-repeat: no-repeat !important;
    width: 18px !important;
    height: 18px !important;
}

.job-sub-title.mb-20 {
    margin-bottom: 20px;
}

.life-item {
    overflow: hidden;
}
.life-item .container {
    padding-left: 0;
    padding-right: 0;
}
.life-item .az-image .az-image-content {
    height: 300px;
    object-fit: cover;
    object-position: center center;
}
.life-item .image-title {
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    font-weight: 700;
    background: rgb(255,98,0);
    background: linear-gradient(5deg, rgba(255,98,0,1) 0, rgba(250,93,0,0.1) 70%, rgba(177,65,0,0.0) 90%);
    padding: 20px 20px 20px 45px;
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0;
    font-family: 'Montserrat', sans-serif;
    transition: 0.8s all;
	height: 70px;
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}
.life-item .image-title span {
    color: #000;
}
.life-item:hover .image-title {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
	height: 100px;
}
.life-item .az-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.life-item .az-link a {
    width: 100%;
    height: 100%;
}
.award-winning .container {
    padding: 0;
}
.award-winning-culture .container {
    display: flex;
    padding: 0;
    align-items: flex-start;
    justify-content: space-between;
}
.award-winning-culture .az-image .az-image-content {
    max-width: 200px;
    width: 100%;
    margin: 0 auto;
}
h3.job-sub-title.mb-40 {
    margin-bottom: 30px;
    text-align: center;
    font-size: 36px;
    line-height: 54px;
}
/*----------------------------------------------------------------------------------- Responsive-Style -----------------------------------------------------------------------------------------------*/

@media only screen and (max-width: 1280px) {
    .top-search-form .div_form {
        justify-content: space-evenly;
    }
    .top-keyword-input {
        max-width: 500px;
    }
    .search-job-top-title {
        font-size: 24px;
    }
}

@media only screen and (max-width: 1200px) {
    .list__checkbox .custom-control-label {
        font-size: 14px;
        line-height: 26px;
    }
    .filter-search-inner {
        margin-left: 0;
    }
    .browse-location-inner {
        max-width: 480px;
        margin-left: auto;
        margin-right: auto;
    }
    h3.job-sub-title.mb-40 {
        font-size: 30px;
        line-height: 40px;
    }
}

@media only screen and (max-width: 1100px) {
    .search-job-top-title {
        font-size: 20px;
        line-height: 30px;
        max-width: 240px;
        margin-right: 0;
    }
    .top-search-form {
        width: calc(100% - 240px);
    }
    .top-keyword-input {
        max-width: 400px;
    }
    .similar-jobs {
        max-width: 320px;
    }
    .similar-title {
        padding-top: 20px;
        font-size: 20px;
        padding-bottom: 12px;
    }
    .job-details {
        max-width: calc(100% - 320px);
        padding-left: 20px;
        padding-right: 20px;
    }
    .job-details_soical {
        flex-wrap: wrap;
    }
    .refer-friend {
        width: 100%;
    }
    .refer-friend a {
        padding: 0px 12px;
        font-size: 16px;
    }
    .share-icon-popup {
        left: 0;
        right: auto;
    }
    .job-top-info ul {
        flex-wrap: wrap;
        border: none;
    }
    .job-top-info ul li {
        max-width: calc(50% - 0px);
        margin-right: 0;
        border: 1px solid #EEEDF1;
    }
    .job-top-info ul li:nth-child(odd) {
        border-right: 0;
    }
    .job-top-info ul li:nth-child(1),
    .job-top-info ul li:nth-child(2){
        border-bottom: none;
    }
    .job-top-info ul li:last-child {
        border-right: 1px solid #EEEDF1;
    }
    .back-job-page a {
        font-size: 16px;
    }
    .breadcrumb-item a, .breadcrumb-item {
        font-size: 16px;
        line-height: 22px;
    }
    .view-search-main {
        margin-left: 0;
    }
    .view-search-title {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .list__checkbox .custom-control-label strong {
        margin-left: 10px;
    }
    .filter-search {
        padding: 20px;
    }
    .job-alret {
        padding: 20px;
    }
    .filter-title {
        margin-bottom: 20px;
        font-size: 20px;
        line-height: 30px;
        margin-top: 0;
    }
    .job-banner-from h1 {
        font-size: 45px;
        line-height: 50px;
         margin-bottom: 40px;
    }
    .post-slider:after {
        display: none;
    }
    .browse-location-inner h3 {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 20px;
    }
    .location-country strong {
        font-size: 14px;
        line-height: 20px;
    }
    .browse-location-inner {
        max-width: 360px;
    }
    .browse-location-inner p {
        font-size: 14px;
        line-height: 26px;
    }
    .browse-location-list {
        column-gap: 15px;
    }
    .location-country {
        max-width: calc(33.33% - 15px);
    }
    .award-winning-culture .az-image .az-image-content {
        max-width: 160px;
    }
    .life-item .image-title {
        font-size: 18px;
        line-height: 22px;
        padding: 16px 20px 16px 20px;
    }
}

@media only screen and (max-width: 991px) {
    .top-search-form {
        width: 100%;
    }
    .search-job-top-title {
        font-size: 18px;
        line-height: 28px;
        max-width: 100%;
        margin-bottom: 14px;
    }
    .top-search-form .div_form {
        justify-content: flex-start;
    }
    .similar-jobs {
        max-width: 100%;
        order: 2;
        padding: 20px;
        margin-top: 40px;
        border: 1px solid #EEEDF1;
    }
    .job-details {
        order: 1;
        max-width: 100%;
        padding: 0;
    }
    .refer-friend {
        width: auto;
    }
    .col-md-4.col-sm-12.job-search-left {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .col-md-8.col-sm-12.job-search-right {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .similar-title {
        padding-top: 0;
    }
    .share-icon-popup {
        left: auto;
        right: 0;
    }
    .job-banner-from h1 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 14px;
    }
    .job-banner-from span {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .job-banner-from .input-group input {
        height: 45px;
        font-size: 14px;
        line-height: 20px;
    }
    .job-banner-from .input-group button {
        height: 45px;
        font-size: 16px;
        line-height: 22px;
    }
    .job-banner-from .input-group button span img {
        width: 18px;
    }
    .job-sub-title,h3.job-sub-title.mb-40 {
        font-size: 24px;
        line-height: 30px;
    }
    .col-md-6.browse-category-left ul li a {
        gap: 14px;
        font-size: 14px;
        line-height: 20px;
        font-weight: 700;
    }
    .browse-category-box {
        padding-top: 20px;
    }
    .job-map-box .map-box {
        height: 500px;
        width: 100%;
    }
    .browse-location {
        padding: 30px;
        width: 100%;
        border: 1px solid #EEEDF1;
        background-color: #F8F8F8;
        margin-top: 60px;
    }
    .life-item .az-image .az-image-content {
        height: 160px;
    }
    .award-winning-culture .az-image .az-image-content {
        max-width: 110px;
    }
    .post-slider-item-box {
        padding: 16px 17px;
    }
    .post-slider-item h3 span {
        max-width: 30px;
    }
    .Award {
        margin-bottom: 70px !important;
    }
}

@media only screen and (max-width: 767px){
    .top-keyword-input {
        max-width: 100%;
    }
    .top-keyword-input input {
        height: 50px;
        padding-left: 36px;
        padding-right: 20px;
        font-size: 16px;
        line-height: 22px;
        background-size: 18px 18px;
        background-position: left 10px  center;
    }
    .top-loction-input {
        max-width: 100%;
    }
    .top-loction-input .btn-group {
        height: 50px;
        background-size: 20px 20px;
    }
    .white-box {
        padding: 20px;
    }
    .job-info {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .job-top-info ul {
        border: 1px solid #EEEDF1
    }
    .job-top-info ul li {
        max-width: 100%;
        margin-right: 0;
        border: none !important;
        border-bottom: 1px solid #EEEDF1 !important;
    }
    .job-footer-box {
        gap: 20px;
        flex-wrap: wrap;
    }
    .job-details__apply-now {
        width: 100%;
    }
    .job-details__apply-now .btn.btn-primary, .job-details__apply-now .btn.btn-primary:active {
        width: 100%;
    }
    .back-job-page {
        text-align: center;
        width: 100%;
    }
    .job-alret .input-group button {
        font-size: 14px;
    }
    .job-body-main p {
        font-size: 14px;
        line-height: 24px;
    }
    .share-icon-popup {
        left: auto;
        right: auto;
    }
    .filter-sub-title {
        font-size: 16px;
        line-height: 22px;
    }
    .category-filter-box {
        margin-bottom: 10px;
        margin-left: 0;
    }
    .contract-type {
        margin-bottom: 10px;
    }
    .view-search-title {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 14px;
        margin-top: 14px;
    }
    .c-job-teaser__category {
        margin-bottom: 10px;
    }
    .c-job-teaser__info {
        order: 3;
        margin-bottom: 10px;
    }
    .c-job-teaser__title {
        margin-bottom: 10px;
        margin-top: 0;
    }
    .c-job-teaser__details {
        flex-wrap: wrap;
    }
    .c-job-teaser__link {
        width: 100%;
        order: 2;
        margin-top: 20px;
    }
    .c-job-teaser__link a {
        width: 100%;
        text-align: center;
    }
    .c-job-teaser__time ul {
        gap: 10px;
        flex-wrap: wrap;
    }
    .view-search-content-pager .pager__items li a {
        font-size: 16px;
    }
    .job-details__section-title,.c-job-teaser__title {
        font-size: 20px;
        line-height: 30px;
    }
    .c-job-teaser__desc {
        font-size: 14px;
        line-height: 24px;
    }
    .job-banner-from {
        position: static;
        transform: none;
        padding: 20px 0;
    }
    .job-banner::after {
        display: none;
    }
    .job-banner-from span {
        color: #000;
    }
    .job-banner-from h1 {
        color: #000;
    }
    .job-banner-from .input-group input {
        background: #000;
        max-width: 100%;
        padding: 16px;
        margin-bottom: 10px;
    }
    .job-banner-from .input-group button {
        justify-content: center;
        max-width: 100%;
    }
    .rx-events-dropdown .dropdown-toggle {
        width: 114px;
    }
    .browse-location {
        padding: 20px;
    }
    .location-country {
        max-width: calc(50% - 15px);
    }
    .explore-link a {
        font-size: 14px;
        line-height: 22px;
    }
    .life-item .az-image .az-image-content {
        height: auto;
    }
    .award-winning-culture .container {
        justify-content: space-around;
        flex-wrap: wrap;
        row-gap: 30px;
    }
    .award-winning-culture .az-image .az-image-content {
        max-width: 120px;
    }
    #language-dropdown .dropdown-toggle {
        width: 90px !important;
    }
    .browse-location-inner p {
        margin-bottom: 40px;
    }
    .view-search-main-top {
        flex-wrap: wrap;
    }
    .view-search-main-top .breadcrumb {
        padding-bottom: 0;
    }
}


.job-footer {
	position: sticky;
    padding: 30px 15px 15px 15px;
    bottom: 0;
    display: block;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 86%, rgba(255,255,255,0) 100%);
    z-index: 9999;
}