.hero__container {
    position: unset;
    transform: unset;
}

/*.hero_wrapper {*/
/*    padding-bottom: 70px;*/
/*}*/

.labour .hero_title {
    text-align: left !important;
    margin-top: 40px;
    line-height: 1.2;
    font-weight: 600;
}

@media only screen and (max-width: 1199.98px) {
    .navbar-collapse {
        display: flex;
        flex-direction: row;
    }

    .navbar form {
        flex-direction: row;
    }

    .navbar-nav {
        flex-direction: row;
        gap: 0 !important;
    }

    .nav_wrapper .navbar-nav .nav-link img {
        max-width: 28px;
    }

    .nav_wrapper .navbar-brand img {
        max-width: 62px;
    }

    .hero_wrapper .hero_title {
        margin-top: 40px;
    }
}

@media only screen and (max-width: 991px) {
    .navbar-collapse {
        flex-direction: column;
        border-top: 1px solid #bdb1b1;
        padding: 10px 0 0;
        margin-top: 10px;
    }

    .nav_wrapper .navbar-nav .nav-link img {
        max-width: 38px;
    }

    .nav_wrapper .navbar-light .navbar-nav .nav-link {
        margin-right: 0;
    }

    .navbar-nav {
        flex-wrap: wrap;
        justify-content: center;
        column-gap: 22px !important;
        row-gap: 5px !important;
    }

    .nav-link {
        padding: 4px 1rem;
    }

    .navbar form {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

    .hero_wrapper .hero_title {
        margin-top: 10px;
    }

    .hero_wrapper {
        padding-top: 0;
        padding-bottom: 40px;
    }

    .welc__hero .form-control.pac-target-input {
        border-radius: 12px !important;
    }

    .hero_wrapper .hero_input .input-group.city__input {
        margin-right: 5px;
    }

    .welc__hero .navbar-toggler {
        padding: 0;
        width: 25px;
    }

    .welc__hero .dropdown {
        position: relative;
        right: 0;
    }

    .navbar-toggler .open {
        display: none;
    }

    .navbar-toggler .close {
        display: none;
    }

    .navbar-toggler[aria-expanded="false"] .open {
        display: block;
    }

    .navbar-toggler[aria-expanded="true"] .close {
        display: block;
    }

    .labour-wrapper {
        display: flex;
        flex-direction: column;
        gap: 8px;
        position: relative;
        padding-bottom: 45px;
        padding-top: 0px;
    }

    .labour .hero_title {
        text-align: left !important;
        margin-top: 23px;
        line-height: 1.2;
        font-weight: 600;
        font-size: 42px;
    }
}

@media only screen and (max-width: 767px) {
    .hero_wrapper .hero_input .input-group.city__input {
        margin-right: 0;
        max-width: 100%;
    }

    .hero_wrapper .hero_input .input_btn {
        max-width: fit-content;
        font-size: 16px;
        padding: 11px 35px;
        margin: 10px auto 0;
    }
}


@media only screen and (max-width: 575px) {
    .welc__hero .right-nav-form {
        gap: 15px;
    }

    .labour .hero_title {
        font-size: 38px;
    }
}



@media only screen and (max-width: 500px) {
    .navbar-nav {
        justify-content: space-between;
    }
}

/* --------- footer --------- */

.footer__left-part img {
    max-width: 113px;
}

.footer__left-part label {
    margin-bottom: 20px !important;
}


.footer.link_section .input-group-text {
    max-width: 96px !important;
}

.email_wrap img {
    width: 19px !important;
}

.social_section .email_wrap {
    gap: 8px !important;
}

.footer__email-input {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.footer__email-input-mobile{
    display: none;
}
.footer__email-input {
    max-width: 40%;
    width: 100%;
    margin: auto;
    background-color: white;
    padding: 10px 10px;
    border-radius: 10px;
}

@media (max-width: 768px) {
    .footer__email-input-mobile-cn{
        display: block;
    }
    .footer__email-input-mobile{
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .footer__email-input-mobile input{
        border-radius: 7px;
        padding: 10px;
    }
    .footer__email-input {
        display: none;
        max-width: 95%;
    }
    .footer__email-input-mobile-cn button{
        width: fit-content;
        padding: 6px 20px;
        border-radius: 4px;
        display: flex;
        margin: 7px auto;
    }
}


.footer__newsletter-input-wrapper {
    padding: 20px 0px;
    margin-bottom: 20px;
}

.footer__email-input input {
    border: none;
    outline: none;
    height: 40px;
    border-radius: 5px 0 0 5px;
    padding: 10px 10px;
    display: flex;
    align-items: center;
    color: #058041;
    width: 100%;
}

.footer__email-input button {
    position: absolute;
    right: 10px;
    height: 40px;
    border: none;
    outline: none;
    background-color: #0B585E;
    padding: 0 8px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 500;
    color: white;
    min-width: 100px;
}

@media only screen and (max-width: 991px) {
    .footer__left-part label {
        margin-bottom: 10px !important;
    }

    .footer__left-part .input-group {
        margin-bottom: 30px !important;
    }

    .footer.link_section {
        padding: 40px 0 20px !important;
    }

    .footer__menu-item {
        margin-bottom: 20px !important;
    }
}

@media only screen and (max-width: 767px) {
    .social_section .email_wrap {
        justify-content: center !important;
        margin-bottom: 12px !important;
    }

    .social_section .copy_right {
        margin-top: 12px !important;
        text-align: center !important;
    }
}

/* employer profile */

.person-social-information .list-unstyled img {
    max-width: 22px;
    width: 100%;
    height: 22px;
    object-fit: contain;
}

.person-information-list li,
.person-social-information li {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #b3b3b3;
}

.person-information-list li {
    margin: 0;
    padding: 8px 0;

}

.person-information-list li:first-child {
    border-top: 1px solid #b3b3b3;
}

@media only screen and (max-width: 767px) {
    .person-social-information ul li {
        padding: 10px 20px;
        margin-top: 0;
    }
}

.basic-information-form-field {
    margin-bottom: 12px;
}

.information-main-con {
    padding: 12px 15px 12px;
}

.basic-information-form-heading h2 {
    margin-left: 15px;
}

.employer__jobs-post .select2-selection__rendered {
    display: none;
}

.employer__doc-select {
    height: 74px;
}

.employer__jobs-main .shortlist_sec .dropdowns_wrap .dropdown-menu .dropdown-item {

    font-size: 14px;
}

.employer__jobs-main .shortlist_sec {
    padding: 15px 15px;
    row-gap: 12px;
}

.employer__jobs-main .shortlist_sec .shortlist_title {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.2;
}

.employer__jobs-main-head {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border: 1px solid #08cf68;
    border-radius: 5px;
}

.employer__jobs-main-head .dropdowns_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 12px !important;
    padding: 0 !important;
}

.employer__jobs-item .edit_btn {
    max-width: 82px !important;
    width: 100%;
    border: 1px solid #058041;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px !important;
    margin-bottom: 0 !important;
    border-radius: 4px;
    padding: 0 0;
    height: 34px;
}

.employer__jobs-item {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
}

.box_bar {
    margin-bottom: 10px;
}

.employer__jobs-main .dropdown-menu {
    inset: 0 0 auto auto !important;
    min-width: 108px !important;
}

/* -------------------------- */
.shortlist_wrapper .shortlist_sec.mb_30 {
    margin-bottom: 20px;
}

.shortlist_wrapper {
    padding-bottom: 0;
}

.employer__jobs-item-body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.employer__jobs-item-body .jobs__item-body-left {
    width: 30%;
}

.jobs__item-body-left p {
    font-size: 15px;
    font-weight: 500;
}

.employer__jobs-item-body .jobs__item-body-right {
    width: 70%;
}

.jobs__item-body-right {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.employer__jobs-main .right__inner {
    background-color: #deebe4;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
}

.employer__jobs-main .right__inner:hover {
    background-color: #c5d1c3;
}

.employer__jobs-main .right__inner .app_text h3 {
    font-size: 20px;
    font-weight: 600;
    color: #313533;
}

.employer__jobs-main .right__inner p {
    color: #272c2a;
}

.employer__jobs-main .right__inner .app_text img {
    min-width: 35px;
    height: 35px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 8px;
}

.employer__jobs-main .right__inner {
    padding: 10px;
    min-height: 100%;
    min-height: 100px;
}


.employer__jobs-main .right__inner:last-child::after {
    width: 0;
}

.employer__jobs-main .right__inner p {
    text-align: center;
    font-size: 14px;
}

@media only screen and (max-width: 1199px) {
    .employer__jobs-item-body .jobs__item-body-left {
        width: 40%;
    }

    .employer__jobs-item-body .jobs__item-body-right {
        width: 60%;
    }

    .jobs__item-body-right {
        grid-template-columns: repeat(2, 1fr);
    }

}

@media only screen and (max-width: 767px) {
    .employer__jobs-item-body {
        flex-wrap: wrap;
    }

    .employer__jobs-item-body .jobs__item-body-left {
        width: 100%;
    }

    .employer__jobs-item-body .jobs__item-body-right {
        width: 100%;
        grid-template-columns: repeat(2, 1fr);
    }

}

@media only screen and (max-width: 645px) {
    .employer__jobs-item-body {
        flex-wrap: wrap;
    }

    .employer__jobs-item-body .jobs__item-body-left {
        width: 100%;
    }

    .employer__jobs-item-body .jobs__item-body-right {
        width: 100%;
    }

}

@media only screen and (max-width: 360px) {
    .employer__jobs-item-body .jobs__item-body-right {
        grid-template-columns: repeat(1, 1fr);
    }

}

/* ---------------------- */
.app__jobs-item .profile__left-img {
    width: 100px;
    height: 100px;
}

.app__jobs-pars-match {
    max-width: 100px;
    width: 100%;
    background-color: #058041;
    border-radius: 4px;
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 14px;
    justify-content: center;
    padding: 3px 6px;
}

.application_inner .logis p {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
    margin-bottom: 10px;
}

.application_inner .logis p span {
    font-size: 16px;
    line-height: 1.2;
}

.application_inner .app_log h2 {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 600;
}

.application_inner .profile__avater {
    position: relative;
    margin-right: 10px;
}

.shortlist_wrapper .job_box {
    padding: 0 16px;
    padding-top: 16px;
    padding-bottom: 16px;
    margin-bottom: 16px;
    max-width: unset !important;
}

.app__jobs-item .application_inner {
    padding-bottom: 16px;
    margin-bottom: 16px;
}

.profile_detail .profile_inner img {
    height: 18px;
    width: 18px;
    object-fit: contain;
    object-position: center;
}

.profile_detail .profile_inner p {
    font-size: 14px;
    line-height: 1.6;
    font-weight: 200;
    margin-bottom: 0px;
}

.profile_detail .profile_inner {
    margin-bottom: 8px;
}

.app__download-btn-jobs {
    height: 36px;
    width: 36px;
    object-fit: contain;
}

.status_wrap .click_change {
    font-size: 14px;
    line-height: 1.2;
}

.application_inner .logis {
    padding-right: 0;
}

@media only screen and (max-width: 575px) {
    .status_wrap .swap_inner {
        justify-content: start;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .status_wrap h4 {
        text-align: start;
        margin-bottom: 0px;
    }

    .status_wrap .change_wrapper {
        text-align: start;
    }

    .application_inner .app_log {
        flex-direction: column;
    }

    .application_inner {
        flex-direction: column;
    }

    .app__jobs-pars-match {
        margin: 0 auto;
    }

    .application_inner .app_log h2 {
        margin-bottom: 10px;
    }
}

/* ------------------------- */
.sectors.hero_wrapper p {
    line-height: 1.2 !important;
    text-align: left !important;
}

.sectors.hero_wrapper .hero_title {
    margin-bottom: 0 !important;
    text-align: left !important;
    font-weight: 600;
}

@media only screen and (max-width: 575px) {
    .sectors.hero_wrapper .hero_title {
        font-size: 30px;
        font-weight: 600;
        text-align: center !important;
    }

    .sectors.hero_wrapper .input-labour h2 {
        text-align: center !important;
    }

    .sectors.hero_wrapper .input-labour p {
        text-align: center !important;
    }
}

/* employee */
.employee .person-information-header .img-fluid {
    border-radius: 61px;
    height: 100px;
    width: 100px;
    background-color: #ddd;
    object-fit: cover;
    object-position: center;
}

.employer__jobs-main .dropdowns_wrap .btn_dropdown.dropdown_1 {
    gap: 10px;
}

.employer__jobs-main .dropdowns_wrap .btn_dropdown.dropdown_2 {
    gap: 10px;
}

.employer__jobs-main .dropdowns_wrap .btn_dropdown.dropdown_3 {
    gap: 10px;
}

@media only screen and (max-width: 767px) {
    .person-information-box.employee {
        display: none;
    }
}

/* jobs preview */

.global_body .global_req .box_inner {
    gap: 20px !important;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.jobs__need-list .box_img {
    aspect-ratio: 2/2;
}

.global_body .global_req .box_inner .box_wrap .box_text p {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.global_body .date_sec .date_inner .date_text .cal_img {
    height: 16px;
}

.global_body .date_sec .date_inner {
    row-gap: 13px;
    flex-wrap: wrap;
    column-gap: 22px;
    padding: 10px 10px;
}

.global_body .date_sec .date_inner .date_text p {
    margin-left: 4px;
}

@media only screen and (max-width: 670px) {
    .global_body .global_req .box_inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media only screen and (max-width: 570px) {
    .global_body .global_req .box_inner {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}

.basic-information-form .select2-selection__rendered {
    display: none !important;
}

.favor__employe-wrap {
    max-width: 1270px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

@media only screen and (min-width: 1499px) {
    .favor__employe-wrap {
        max-width: 1320px;
    }
}

.favor__employe-wrap .shortlist_sec {
    padding: 8px 20px;
    margin-bottom: 0 !important;
}

.favor__employe-wrap .shortlist_title {
    font-size: 22px;
}

.favor__employe-form {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    padding: 10px 15px;
    border-bottom: 1px solid #76807b;
    margin-bottom: 15px;
}

.favor__employe-wrap .select2-container .select2-selection--single {
    height: 36px;
}

.favor__employe-wrap .select2-container .select2-selection--single .select2-selection__rendered {
    margin-top: 3px;
}

.favor__employe-wrap .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 4px;
}

.favor__employe-wrap .form-check-label {
    white-space: nowrap;
}

.favor__employe-wrap .select2 {
    width: unset !important;
    min-width: 120px;
}

.favor__employe-wrap .btn {
    padding: 2px 14px;
    height: 36px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #058041 !important;
}

/* ------------------------------- */

.experience__edit-btn a {
    border-radius: 6px;
    background: #009348;
    padding: 10px 20px;
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    display: inline-block;

}

.experience__edit-form .exp_inner {
    padding: 16px 25px;
    margin-bottom: 0;
}

.experience__edit-form .form_inner {
    padding: 25px 25px;
}

.experience__edit-form .form_inner .form_row {
    display: block;
    margin-bottom: 20px;
}

.experience__edit-form .form__input-wrap {
    display: flex;
    align-items: start;
    justify-content: space-between;
}

.form__input-wrap .form_row {
    width: calc(50% - 8px);
}

@media only screen and (max-width: 420px) {
    .experience__edit-form .form__input-wrap {
        display: block;
    }

    .form__input-wrap .form_row {
        width: 100%;
    }
}

/* -------------------------------- */

.employer__profile-right {
    height: 632px;
    overflow-y: auto;
}

.basic-information-form {
    box-shadow: none !important;
}

@media only screen and (max-width: 991px) {
    .employer__profile-right {
        height: auto;
    }
}

.apply_btn.applied {
    background-color: #bfacac;
    pointer-events: none;
    cursor: default;
}

.apply_btn_lg.applied {
    background-color: #bfacac;
    pointer-events: none;
    cursor: default;
    border: none;
    border-radius: 8px;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
    line-height: 26px;
    cursor: not-allowed !important;
}
