.global_body {
    padding: 16px;
}
.global_body .global_req{
    padding-top: 20px;
}
.information-form-con .back_page{
    position: relative;
    color: #1b1a1a;
    display: block;
    margin-bottom: 20px;
}

.information-form-con{
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
    margin: 130px 0 80px;
}
.information-form-con--jobs{
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
    margin: 50px 0 100px;
}
.information-form-con .box_inner .box_wrap{
    justify-content: start;
}
.global_body .global_req .box_inner {
    gap: 20px !important;
    margin-bottom: 20px;
}
.global_body .global_req .box_inner:last-child{
    margin-bottom: 0;
}
.skill_sec .skill_detail {
    margin-bottom: 20px;
}
.jobs__det-logo {
    max-width: 115px !important;
    aspect-ratio: 2/2;
    height: 115px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
    background-color: #f5c4c4;
    margin-bottom: 20px;
}
.jobs__need-list .box_wrap{
    display: flex;
    align-items: center;
    column-gap: 16px;
    flex-direction: row !important;
    padding: 10px 20px !important;
    padding-left: 20px !important;
}
.jobs__need-list .box_img{
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.global_body .global_inner .global_detail {
    font-weight: 600;
    padding: 12px 15px;
    border-radius: 8px;
    max-width: 280px;
}
.global_body .date_sec {
    margin-bottom: 20px;
}
.skill_sec ul{
    list-style: unset !important;
    padding-left: 16px;
}

.global_body .skill_sec h1,
.global_body .skill_sec h2,
.global_body .skill_sec h2,
.global_body .skill_sec h2,
.global_body .skill_sec h2,
.global_body .skill_sec h2 {
    font-weight: 600;
    line-height: 1.2;
}

.global_body .skill_sec h1 {
    font-size: 22px;
}
.global_body .skill_sec h2 {
    font-size: 20px;
}
.global_body .skill_sec h3 {
    font-size: 18px;
}
.global_body .skill_sec h4 {
    font-size: 16px;
}
.global_body .skill_sec h5 {
    font-size: 14px;
}
.global_body .skill_sec h6 {
    font-size: 12px;
}
.skill__sec-title{
    margin-bottom: 5px;
}

.global_body .skill_sec {
    padding-left: 0;
    padding: 0 10px;
    margin-bottom: 10px;
}
.global_body .apply_btn_lg {
    max-width: 280px;
    width: 100%;
    margin: 20px auto 4px;
    border-radius: 8px;
    padding: 9px 10px;
}
.global_body .skill_sec .skill_inner{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.global_body .skill_sec .skill_inner a {
    padding: 0px 20px;
    margin-right: 0;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.job-input, .job-cotegory {
    padding: 0 !important;
}
.global_body .skill__tag-sec{
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
}
.careerfy-search-box input {
    border: 1px solid #ddd;
    padding: 6px 14px;
    margin-bottom: 10px;
    background: #fff;
    width: 100%;
}
.job-cotegory{
    width: 100%;
}
.job-cotegory:nth-child(1){
    margin-top: 0;
}
.dream-job-sidebar-desktop{
    padding:30px;
}
.job-cotegory  a{
    color: #496d6d;
}
.job-cotegory .poppins-samibold a{
    color: #00A34A;
    font-weight: 500;
}

.jobs__filter-wrap{
    align-items: center;
    justify-content: space-between;
    display: none;
}
.jobs__filter-title{
    font-size: 20px;
    font-weight: 600;
    color: #00A34A;
}
.jobs__filter-btn{
    background-color: transparent;
}
.jobs__filter-btn svg{
    width: 24px;
    
}

.jobs__filter-close-btn{
    display: none;
}


@media only screen and (max-width: 767px){
    .header__search-menu-wrap {
        flex-wrap: wrap;
        gap: 10px;
    }
}

@media only screen and (max-width: 991px){
    .information-form-con {
        margin: 100px 0 80px;
    }
    .jobs__filter-list{
        position: absolute;
        margin-top: 0;
        margin-bottom: 0;
        top: -100%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 99911111;
        transition: all .3s ease;
        width: calc(100% - 40px);
        max-height: calc(100vh - 40px);
        padding: 20px 30px;
        background: white;
        border-radius: 10px;
        overflow-y: auto;
    }
    .jobs__filter-wrap{
        display: flex;
        margin-bottom: 18px;
    }
    .jobs__filter-close-btn{
        display: block;
        background-color: transparent;
        position: fixed;
        top: 10px;
        right: 10px;
    }
    .jobs__filter-close-btn svg{
        fill: #00A34A;
    }
    .jobs__filter-list.active{
        top: 50%;
    }
    .dream-job-left-con {
        margin-bottom: 0 !important;
        height: 100% !important;
        overflow-y: auto !important;
    }
    .filter__bg-color{
        position: absolute;
        width: 100vw;
        height: 100vh;
        background-color: rgba(27, 26, 26, 0.808);
        z-index: 999111;
        top: 0;
        left: 0;
        opacity: 0;
        visibility: hidden;
        transition: all .3s ease;
    }
    .filter__bg-color.active{
        opacity: 1;
        visibility: visible;
    }
    .dream-job-left-con {
        background: transparent; 
        border-radius: 0; 
        box-shadow: unset;
        padding: 0 5px;
    }
    .Enquries-con{
        display: none;
    }
}
@media only screen and (max-width: 500px){
    .jobs__filte-list {
        max-height: calc(100vh - 40px);
        padding: 35px 30px;
        width: 100%;
        border-radius: 0;
    }
}

/* employer jobs */

.job-post__row{
    display: flex;
    align-items: start;
    justify-content: space-between;
}
.job-post__col{
    width: calc(50% - 8px);
}
.job-post__col .form_row{
    width: 100%;
}
@media only screen and (max-width: 500px){
    .job-post__row{
        display: block;
    }
    .job-post__col{
        width: 100%;
    }
}

@media only screen and (min-width: 992px){
    .jobs__filter-list{
        max-height: 100vh;
        overflow-y: auto;
        background: #fff;
        border-radius: 8px;
        box-shadow: 2px 3px 10px rgb(0 0 0 / 16%);
    }
    .dream-job-left-con {
        margin-bottom: 0px !important;
    }
}