/* banner css */
.hire_joblists_banner {
    padding-top: 150px;
    min-height: 500px;
    padding-bottom: 85px;
    overflow: hidden;
    display: flex;
    align-items: center;
    position: relative;
    background-color: var(--black_color);
    background-image: url(../images/blog-bannerimg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.hire_joblists_banner:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 20%);
    z-index: 1;
}
.hire_joblist_bannerbody {
    position: relative;
    z-index: 1;
    width: 100%;
}
.hire_joblists_banner .landingcurve_shapeimg {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}
/* banner css */
/* hire job listing css */
.hire_job_listing_sec {
    padding-top: 40px;
    padding-bottom: 40px;
}
.hire_job_list_row {
    margin-right: -10px;
    margin-left: -10px;
}
.hire_job_list_row .hire_job_list_colm {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 30px;
}
.hire_job_list_card {
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 6.163px 30.815px 0px rgba(116, 121, 126, 0.10);
    padding: 20px;
    border: 1px solid transparent;
    transition: all ease-in 0.25s;
    -webkit-transition: all ease-in 0.25s;
    -moz-transition: all ease-in 0.25s;
    min-height: 100%;
}
.hire_job_list_card:hover {
    border-color: var(--orange_color);
}
.hire_job_list_card .jobdate {
    color: #A4A7AB;
}
.hire_job_list_card .jobdate span {
    font-size: 16px;
}
.hire_job_list_card .coententcard p {
    color: #495057;
    line-height: 22px;
}
.hire_job_list_card .coententcard p p {
    margin: 0;
}
.hire_job_list_card .coententcard p a {
    color: #495057;
    text-decoration: none;
}
.hire_job_listing_sec .jobresult_div {
    margin-bottom: 50px;
}
.hire_job_listing_sec .jobresult_div .resulttext {
    font-size: 28px;
    line-height: 35px;
    font-weight: 400;
    color: #A4A7AB;
    margin-bottom: 10px;
}
.hire_job_list_card .imgcard {
    margin-bottom: 20px;
    flex: 0 0 auto;
}
.hire_job_list_card .imgcard img {
    width: 50px;
}
.hire_job_list_card .jobname {
    font-size: 20px;
    line-height: 25px;
    font-weight: 400;
    margin-bottom: 9px;
}
.hire_job_list_card .company_name {
    font-size: 18px;
    line-height: 23px;
    font-weight: 400;
    margin-bottom: 5px;
    color: #A4A7AB;
}
.hire_job_list_card .jobinfo_bottom {
    padding: 0;
    list-style: none;
    margin-bottom: 0;
    margin-top: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}
.hire_job_list_card .jobinfo_bottom li {
    display: flex;
    align-items: center;
    padding: 3px 9px;
    background: #F4F5F8;
    margin-right: 7px;
    border-radius: 4px;
    margin-bottom: 6px;
}
.hire_job_list_card .applyjob_btn {
    box-shadow: 5px 10px 20px 0px rgba(255, 65, 3, 0.20);
    text-align: center;
    font-size: 16px;
    padding: 0 20px;
}
.n_hire_dev_banner_caption p{
    font-weight: 400;
}
.job_form_grp .searchbtn {
    padding: 10px 16px !important;
    text-align: center;
    background: var(--orange_color) !important;
    line-height: 20px !important;
    min-width: 180px;
    border: currentColor !important;
}
.job_form_grp input {
    border: 1px solid #474A54;
    border-radius: 10px;
    background: rgba(73, 80, 87, 0.4);
    color: #fff;
    padding: 11px 16px 11px 62px;
    font-size: 20px;
    line-height: 25px;
    height: 45px;
    font-weight: 400;
    width: 100%;
}
.job_form_grp{
    position: relative;
    margin-right: 20px;
}
.joblist_bnr_form_wr {
    margin-top: 60px;
    padding: 0 20px;
}
.job_form_group .job_form_grp:last-child{
    margin-right: 0px;
}
.job_form_icon {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
}
.job_form_icon svg {
    width: 30px;
}
.job_marquee_wr {
    padding: 40px 0px;
    border-top: 3px dashed #495057;
    background: transparent;
    margin: 60px 0px 20px;
    border-bottom: 3px dashed #495057;
}
.joblist_marquee_row {
    margin-left: -15px;
    margin-right: -15px;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
}
.job_marquee_colm {
    padding: 0 10px;
    animation: swipe_logos 30s linear infinite backwards;
    left: 100%;
    margin: 0;
}
.jobinfo_bottom li {
    display: flex;
}
.job_marquee_wr li:before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.jobinfo_bottom li .icon {
    color: #495057;
    margin-right: 5px;
    flex: 0 0 auto;
}
.jobinfo_bottom li .icon img {
    width: 20px;
}
.jobinfo_bottom li .icon i {
    color: #495057;
    font-size: 20px;
}
.coententcard .applyjob_btn {
    width: 100%;
    margin-top: 20px;
}
.job_marquee_wr li {
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    position: relative;
    padding-left: 40px;
    margin-right: 40px;
    list-style: none;
}
.jobinfo_bottom li .txts {
    color: #495057;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
/*pagination design*/
.joblist_pagination {
    display: flex;
    justify-content: center;
    padding-top: 30px;
    padding-bottom: 30px;
}
.hire_paginations {
    background: #ffffff;
    width: 100%;
    display: flex;
    justify-content: center;
}
.hire_paginations .pagination {
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
}
.hire_paginations .page-link {
    border: none;
    background: transparent;
    color: #495057;
    font-size: 16px;
    padding: 0px 10px;
    margin: 0 4px !important;
    height: 50px;
    line-height: 50px;
}
.hire_paginations .page-link:focus {
    outline: none;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.hire_paginations .page-link.prevlink {
    background: #fff;
    width: 50px;
    text-align: center;
    box-shadow: 5px 5px 10px rgba(28, 28, 28, 0.10);
    border-radius: 6px;
    font-size: 22px;
    color: var(--orange_color);
}
.hire_paginations .page-link.nextlink {
    background: #fff;
    width: 50px;
    text-align: center;
    box-shadow: 5px 5px 10px rgba(28, 28, 28, 0.10);
    border-radius: 6px;
    font-size: 22px;
    color: var(--orange_color);
}
.hire_paginations .page-link.active {
    background: #fff;
    color: var(--black_color);
}
.hire_paginations .page-link.prevlink:focus, .hire_paginations .page-link.nextlink {
    box-shadow: 5px 5px 10px rgba(28, 28, 28, 0.10);
}
.hire_job_list_card .job_content_para h1, 
.hire_job_list_card .job_content_para h2, 
.hire_job_list_card .job_content_para h3, 
.hire_job_list_card .job_content_para h4, 
.hire_job_list_card .job_content_para h5 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 16px;
}
.hire_job_list_card .job_content_para h1 strong, 
.hire_job_list_card .job_content_para h2 strong, 
.hire_job_list_card .job_content_para h3 strong, 
.hire_job_list_card .job_content_para h4 strong, 
.hire_job_list_card .job_content_para h5 strong {
    font-weight: 400;
}
/*pagination design*/
@media screen and (max-width: 1599px) {
    .job_marquee_wr li {
        font-size: 18px;
    }
    .hire_job_list_card {
        border-radius: 15px;
        padding: 15px;
    }
    .hire_job_list_card .jobdate span {
        font-size: 16px;
    }
    .hire_job_list_card .applyjob_btn {
        font-size: 16px;
    }
    .job_marquee_wr {
        padding: 30px 0px;
    }
    .hire_job_list_row .hire_job_list_colm {
        width: 100%;
        margin-bottom: 35px;
    }
    .hire_joblists_banner {
        padding-top: 100px;
        min-height: 450px;
    }
  }
  @media(max-width: 1400px) {
    .job_form_grp input {
        font-size: 18px;
    }
    .hire_job_list_row .hire_job_list_colm {
        width: 100%;
        margin-bottom: 35px;
    }
}
  @media screen and (max-width: 1199px) {
    .hire_job_list_row .hire_job_list_colm {
        width: 100%;
        margin-bottom: 30px;
    }
    .job_marquee_wr li {
        font-size: 16px;
        line-height: 22px;
    }
  }
  @media screen and (max-width: 991px) {
    .hire_job_listing_sec .jobresult_div {
        margin-bottom: 30px;
    }
    .hire_job_listing_sec .jobresult_div .resulttext {
        font-size: 24px;
        line-height: 30px;
    }
    .job_form_grp input {
        font-size: 16px;
    }
    .job_form_group .job_form_grp:last-child {
        margin-right: 0px;
        flex: 0 0 20%;
    }
    .job_form_grp {
        flex: 0 0 33%;
    }
  }
  @media screen and (max-width: 767px) {
    .hire_job_list_card .applyjob_btn {
        font-size: 14px;
        height: 40px;
        line-height: 40px;
    }
    .hire_job_list_card {
        border-radius: 15px;
        padding: 15px;
    }
    .joblist_bnr_form_wr {
        padding: 0px;
    }
    .hire_joblists_banner {
        padding-bottom: 50px;
    }
    .hire_job_list_row .hire_job_list_colm {
        width: 100%;
    }
    .job_form_group {
        flex-wrap: wrap;
        justify-content: end !important;
        padding: 0px 20px;
    }
    
    .job_form_group .job_form_grp:first-child{
        margin-right: 20px;
    }
    .job_form_group .job_form_grp:last-child {
       margin-top: 20px;
       flex: 0 0 auto;
    }
    .job_form_grp {
        flex: 0 0 45%;
        width: 42%;
        margin-right: 0px;
    }
    .job_marquee_wr {
        padding: 25px 0px;
        margin: 40px 0px 20px;
    }
  }
  @media screen and (max-width: 575px) {
    .job_form_grp {
        flex: 0 0 100%;
        width: 100%;
        margin-right: 0px;
    }
    .job_form_group .job_form_grp:first-child {
        margin: 0px 0px 20px 0px;
        width: 100%;
    }
  }
  @media screen and (max-width: 480px) {
    .hire_joblists_banner {
        padding-top: 80px;
    }
  }
  @media(max-width: 480px) {
    .hire_joblists_banner .landingcurve_shapeimg {
        bottom: -4px;
    }
}
/* hire job listing css */

/*================= job list new Design css =======================*/
/*========= job list sidebar css============= */
.job_list_sidebar {
    margin-bottom: 30px;
}
.job_filter_card {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 6.163px 30.815px 0px rgba(116, 121, 126, 0.10);
    padding: 14px 10px;
    border: 1px solid transparent;
    transition: all ease-in 0.25s;
    -webkit-transition: all ease-in 0.25s;
    -moz-transition: all ease-in 0.25s;
    margin-bottom: 30px;
    position: relative;
}
.job_filter_card .card_header {
    display: flex;
    position: relative;
    padding-right: 40px;
    flex-wrap: wrap;
    word-wrap: break-word;
    word-break: break-word;
}
.job_filter_card .btnss {
    border: none;
    background: transparent;
    display: flex;
    align-items: center;
    padding: 0px;
    width: 100%;
}
.job_filter_card .card_header .resetbtn {
    padding: 0;
    border: none;
    font-size: 14px;
    background: #F4F5F8;
    height: 30px;
    width: 30px;
    border-radius: 6px;
    color: var(--black_color);
    cursor: pointer;
    flex: 0 0 auto;
    position: absolute;
    top: -1px;
    right: 0;
}
.job_filter_card .btnss .icon {
    flex: 0 0 auto;
    margin-right: 6px;
}
.job_filter_card .btnss .icon svg {
    width: 24px;
    height: 24px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.job_filter_card .collapsed .icon svg {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.job_filter_card .btnss .txts {
    font-size: 18px;
    color: var(--black_color);
}
.job_filter_card .card_body {
    margin-top: 10px;
}
.ng2-tag-input {
    background: transparent;
    border: 1px solid rgba(73, 80, 87, 0.30) !important;
    border-radius: 10px;
    font-family: 'Outfit', sans-serif;
    font-size: 14px;
    padding: 5px 10px !important;
}
.ng2-tag-input.ng2-tag-input--focused{
    border-color: 1px solid rgba(73, 80, 87, 0.30);
    border-bottom: 1px solid rgba(73, 80, 87, 0.30);
}
.ng2-tag-input .ng2-tag-input__text-input {
    background: transparent;
    border-radius: 10px;
    font-family: 'Outfit', sans-serif;
}
.ng2-tag-input .ng2-tags-container tag {
    font-family: 'Outfit', sans-serif;
    height: 32px;
    line-height: 34px;
    background: #F4F5F8;
    font-size: 14px;
    letter-spacing: 0;
}
.ng2-tag-input .tag-wrapper .tag__text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-transform: capitalize;
    color: var(--black_color);
}
.ng2-tag-input .tag-wrapper delete-icon:hover {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
}
.ng2-tag-input .ng2-tags-container tag:not(:focus):not(.tag--editing):not(:active):not(.readonly):hover {
    background: #F4F5F8;
    color: var(--black_color);
    box-shadow: 0 2px 3px 1px #d4d1d1;
}
/*== custom checkbox ==*/
.job_filtercheckbox {
    max-height: 150px;
    overflow-y: auto;
    overflow-x: clip;
}
.j_custom_checkbox {
    display: flex;
    color: #1A1A1A;
    cursor: pointer;
    margin-bottom: 0;
    align-items: center;
    flex-wrap: wrap;
}
.j_custom_checkbox .check_control_label {
    position: relative;
    padding-left: 24px;
    width: 100%;
    margin-bottom: 5px;
    cursor: pointer;
}
.j_custom_checkbox input[type="checkbox"], .j_custom_checkbox input[type="radio"] {
    position: absolute;
    visibility: hidden;
    opacity: 0;
}
.j_custom_checkbox .c_square {
    display: inline-block;
    border: 1px solid #495057;
    background: #ffffff;
    width: 21px;
    height: 21px;
    border-radius: 4px;
    position: absolute;
    left: 0;
    top: 3px;
}
.j_custom_checkbox .c_square:after {
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    left: 2px;
    top: 0px;
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-size: 14px;
    opacity: 0;
    visibility: hidden;
}
.j_custom_checkbox input:checked ~ .c_square{
    background-color: var(--orange_color);
    border-color: var(--orange_color);
}
.j_custom_checkbox input:checked ~ .c_square:after {
    color: #ffffff;
    opacity: 1;
    visibility: visible;
}
.j_custom_checkbox .c_text {
    padding-left: 7px;
    text-align: left;
    color: var(--black_color);
    font-size: 16px;
    line-height: 25px;
    display: block;
}
.j_custom_checkbox .c_text .countss {
    margin-left: 4px;
}
/*== custom checkbox ==*/
/*========= job list sidebar css============= */
.joblist_subscribe_panel {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 6.163px 30.815px 0px rgba(116, 121, 126, 0.10);
    padding: 15px;
    border: 1px solid transparent;
    transition: all ease-in 0.25s;
    -webkit-transition: all ease-in 0.25s;
    -moz-transition: all ease-in 0.25s;
    margin-bottom: 30px;
}
.joblist_subscribe_form {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.joblist_subscribe_form h3 {
    font-size: 20px;
    line-height: 25px;
    font-weight: 400;
    margin-bottom: 0;
    margin-right: 14px;
    margin-top: 0;
}
.joblist_subscribe_form .inputgroup {
    display: flex;
}
.joblist_subscribe_form .inputgroup input {
    width: 230px;
    border: none;
    background: #F4F5F8;
    color: var(--black_color);
    border-radius: 10px 0 0 10px;
    height: 44px;
    padding: 0 15px;
    font-size: 17px;
}
.joblist_subscribe_form .inputgroup .sub_btn {
    border: none;
    padding: 0 15px;
    text-transform: capitalize;
    font-size: 17px;
    font-weight: 400;
    background: var(--orange_color);
    color: #fff;
    border-radius: 0 10px 10px 0;
    flex: 0 0 auto;
    width: 90px;
}
.hire_job_list_flex {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.hire_job_list_flex .leftcard {
    width: 100%;
    display: flex;
}
.hire_job_list_flex .imgcard {
    margin-right: 15px;
}
.hire_job_list_flex .imgcard img {
    width: 65px;
}
.hire_job_list_flex .leftcard .coententcard {
    flex: 1;
}
.hire_job_list_flex .jobname {
    margin-bottom: 9px;
}
.hire_job_list_flex .company_name {
    margin-bottom: 5px;
}
.hire_job_list_flex .right_apply {
    width: 100%;
    justify-content: flex-end;
    align-items: center;
}
/*================= job list new Design css =======================*/
/*================= job list new Design 6 may =======================*/
.job_list_sidebar .input_group input {
    width: 100%;
    border: none;
    background: #fff;
    color: var(--black_color);
    border-radius: 10px;
    height: 57px;
    padding: 0 15px;
    font-size: 18px;
}
.job_list_sidebar .form_group {
    margin-bottom: 30px;
}
.job_list_sidebar .input_group {
    position: relative;
}
.job_list_sidebar .input_group_icon .lefticon {
    position: absolute;
    left: 15px;
    top: 17px;
}
.job_list_sidebar .input_group_icon .righticon {
    position: absolute;
    right: 15px;
    top: 17px;
    padding: 0;
    border: none;
    background: transparent;
}
.job_list_sidebar .input_group_icon input {
    padding: 0 40px;
}
.job_list_sidebar .form_group_colms {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.job_list_sidebar .form_group_colm {
    width: 50%;
    padding: 0 15px;
}
.job_list_sidebar .buttons_group_colm {
    flex: 0 0 auto;
}
.job_list_sidebar .buttons_group .btns {
    margin-left: 15px;
    height: 57px;
    line-height: 57px;
    font-size: 18px;
}
.job_list_sidebar input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: var(--black_color);
}
.job_list_sidebar input::-moz-placeholder { /* Firefox 19+ */
    color: var(--black_color);
}
.job_list_sidebar input:-ms-input-placeholder { /* IE 10+ */
    color: var(--black_color);
}
.job_list_sidebar input:-moz-placeholder { /* Firefox 18- */
    color: var(--black_color);
}
.button_group_mobile {
    display: none;
}
/*================= job list new Design 6 may =======================*/
/*================= job list new Design responsive css =======================*/
@media(max-width: 1399px) {
    /* job filter form css */
    .job_list_sidebar .buttons_group .btns {
        margin-left: 15px;
        height: 48px;
        line-height: 48px;
        font-size: 17px;
    }
    .job_list_sidebar .input_group input {
        height: 48px;
        font-size: 17px;
    }
    .job_list_sidebar .input_group_icon .lefticon {
        top: 12px;
    }
    .job_list_sidebar .input_group_icon .righticon {
        top: 12px;
    }
/* job filter form css */
    .job_filter_card {
        padding: 10px;
    }
    .job_filter_card .btnss .txts {
        font-size: 17px;
    }
    .job_filter_card .card_header {
        padding-right: 30px;
    }
    .j_custom_checkbox .c_square {
        width: 18px;
        height: 18px;
        border-radius: 4px;
        top: 3px;
    }
    .j_custom_checkbox .c_square:after {
        left: 2px;
        font-size: 12px;
    }
    .j_custom_checkbox .c_text {
        padding-left: 7px;
        font-size: 14px;
        line-height: 24px;
        display: block;
    }
}
@media(max-width: 991px) {
    /* job filter form css */
    .job_list_sidebar .form_group_colms {
        flex: 0 0 auto;
        width: 100%;
    }
    .job_list_sidebar .buttons_group_colm {
        display: none;
    }
    .button_group_mobile {
        display: block;
    }
    .job_list_sidebar .form_group {
        margin-bottom: 20px;
    }
    .job_list_sidebar .buttons_group .btns {
        margin-left: 0;
        margin-right: 15px;
    }
     /* job filter form css */
    /*new css start*/
    .job_filter_card {
        margin-bottom: 20px;
    }
    .hire_job_list_flex .leftcard {
        width: 100%;
    }
    .hire_job_list_flex .right_apply {
        width: 100%;
        border-top: 1px solid rgba(73, 80, 87, 0.30);
        padding-top: 10px;
        margin-top: 10px;
        justify-content: space-between;
    }
    /*new css start*/
  }
  @media(max-width: 767px) {
    .job_list_sidebar .form_group_colms {
        width: 100%;
        margin: 0;
    }
    .job_list_sidebar .form_group_colm {
        width: 100%;
        padding: 0;
    }
    .joblist_subscribe_form h3 {
        margin-bottom: 10px;
        margin-right: 0;
        width: 100%;
        text-align: center;
    }
    .joblist_subscribe_form .inputgroup {
        width: 100%;
        justify-content: center;
    }
    .joblist_subscribe_form .inputgroup input {
            width: calc(100% - 90px);
    }
    .hire_joblists_banner {
        padding-top: 130px;
        min-height: 600px;
    }
    .hire_job_list_flex .imgcard {
        margin-right: 10px;
    }
    .hire_job_list_flex .leftcard .coententcard {
        flex: 0 0 auto;
        width: calc(100% - 50px);
    }
    .hire_job_list_flex .imgcard img {
        width: 40px;
    }
}
/*================= job list new Design responsive css =======================*/

/*================= job list career Page css =======================*/

.job_list_sidebar .select2-container .select2-selection--multiple {
    min-height: 50px;
    border: 1px solid #ccc !important;
    background: transparent !important;
    padding: 9px 19px 7px 9px;
    border-radius: 12px;
}
.select2-container--open .custom-select2-dropdown.select2-dropdown--below {
    top: 32px;
}
.select2-container--open .custom-select2-dropdown.select2-dropdown--above {
    margin-top: 32px;
}
.job_list_colms_wrap .left_job_listings {
    width: 60%;
}
.job_list_colms_wrap .fulldiv {
    width: 100%;
}
.right_job_detailbox {
    width: 40%;
    padding-left: 20px;
    position: relative;
}
.job_dtl_close_buttons {
    display: none;
}
.right_job_detail_card_sticky {
    position: sticky;
    top: 105px;
}
.right_job_detail_card {
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 6.163px 30.815px 0px rgba(116, 121, 126, 0.10);
    padding: 20px;
    border: 1px solid transparent;
    transition: all ease-in 0.25s;
    -webkit-transition: all ease-in 0.25s;
    -moz-transition: all ease-in 0.25s;
    max-height: 800px;
    overflow-y: auto;
}
.right_job_detail_card .topparts {
    border-bottom: 1px solid rgba(73, 80, 87, .3);
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.right_job_detail_card .complaylogo img {
    width: 65px;
}
.right_job_detail_card .complaylogo {
    margin-bottom: 20px;
}
.right_job_detail_card .jobtitle {
    font-size: 24px;
    margin-bottom: 10px;
}
.right_job_detail_card .company_name {
    font-size: 18px;
    line-height: 23px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #A4A7AB;
}
.job_otherdetail_list {
    margin: 0px;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
}
.job_otherdetail_list li {
    display: flex;
    padding-left: 8px;
    padding-right: 8px;
}
.job_otherdetail_list li .labelss {
    margin-right: 10px;
}
.job_otherdetail_list li .countss {
    color: #A4A7AB;
}
.job_otherdetail_list li p {
    margin-bottom: 5px;
    line-height: 20px;
    font-size: 18px;
} 
.job_badgeitem  {
    display: inline-block;
    padding: 3px 9px;
    background: #F4F5F8;
    margin-right: 4px;
    border-radius: 4px;
    margin-bottom: 4px;
    font-size: 16px;
    text-transform: capitalize;
}
.right_job_detail_card .job_otherdetail_list {
    margin: 0 0 10px;
}
.jobdate_andapply_btnrow {
    align-items: center;
}
.jobdate_andapply_btnrow .jobdate {
    color: #A4A7AB;
}
.jobdate_andapply_btnrow .rightbtns .btns {
    margin-left: 10px;
}

.joblist_details_about p, .joblist_details_about ul li,  .joblist_details_about ol li {
    color: #495057;
    line-height: 27px;
    word-wrap: break-word;
    word-break: break-word;
}
.joblist_details_about .listtitle {
    font-size: 20px;
    margin-bottom: 15px;
}
.joblist_details_about ul li, .joblist_details_about ol li {
    line-height: 24px;
    margin-bottom: 10px;
}
.joblist_details_about p {
    margin-bottom: 20px;
}
.joblist_details_about .lists_textdiv h3, .joblist_details_about h4, .joblist_details_about h5 {
    margin-bottom: 20px;
}
.joblist_details_about  .lists_textdiv h4 {
    font-size: 22px;
}
.sharejob_dropdowns .dropdown-menu {
    right: 0 !important;
    left: auto !important;
    transform: none !important;
    top: 100% !important;
    padding: 15px;
    border-radius: 6px;
    border: none;
    width: 220px;
}
.sharejob_drop_cards .titles {
    font-size: 15px;
    margin-bottom: 5px;
    font-weight: 600;
}
.sharejob_drop_cards .titletext {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 20px;
}
.sharejob_drop_cards .sociallinks .icons {
    flex: 0 0 auto;
    width: 32px;
    height: 32px;
    background: var(--orange_color);
    line-height: 32px;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin-right: 10px;
}
.sharejob_drop_cards .sociallinks .icons img {
    width: 16px;
}
.sharejob_drop_cards .sociallinks .facebook_bg {
    background: #3a5593;
}
.sharejob_drop_cards .sociallinks .linkedin_bg {
    background: #007bb5;
}
.sharejob_drop_cards .sociallinks .twitter_bg {
    background: #231915;
}
.sharejob_drop_cards .sociallinks .copylink_bg {
    background: #3a5593;
}

/*==== Apply Job Modal form ====*/
.apply_job_dtl_modal .modal-dialog {
    max-width: 100%;
    margin: 0;
    height: 100%;
    padding-top: 40px;
}
.apply_job_dtl_modal .modal-content {
    border: none;
    border-radius: 0;
    background: transparent;
    height: 100%;
}
.apply_job_dtl_modal .modal-header {
    padding: 10px;
    border: none;
    justify-content: flex-end;
}
.apply_job_dtl_modal .modal-body {
    padding: 0;
    background: #fff;
    border-radius: 16px 16px 0 0;
}
.apply_job_dtl_modal .modal-header .btn-close {
    margin: 0;
    opacity: 1;
    color: #fff;
    background: none;
}
.job_dtl_modal_form_dv {
    font-size: 15px;
    min-height: 100%;
}
.job_dtl_modal_form_dv .forms {
    min-height: 100%;
}
.job_dtl_modal_form_header {
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    border-bottom: 1px solid rgba(73, 80, 87, 0.3);
    position: sticky;
    top: 0;
    left: 0;
    background: #ffffff;
    z-index: 10;
    border-radius: 16px 16px 0 0;
}
.job_dtl_modal_form_header .job_otherdetail_list li {
    font-size: 14px;
}
.job_dtl_modal_form_header .jobtitle {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 10px;
}
.job_dtl_modal_form_header .left_title_col {
    width: calc(100% - 300px);
}
.job_dtl_modal_form_header .cancle_btn {
    border: none;
    color: #1c1c1c;
    background: transparent;
    text-transform: capitalize;
    padding: 2px 8px;
    font-size: 18px;
    line-height: normal;
    cursor: pointer;
}
.job_dtl_modal_form_header .cancle_btn .texts {
    display: none;
}

.job_dtl_modal_form_body {
    padding: 40px 15px 80px;
}
.job_dtl_modal_form_body .containers {
    margin: 0 auto;
    max-width: 640px;
}
.import_resume_cards {
    border-radius: 4px;
    padding: 24px;
    position: relative;
    width: 100%;
    border: 1px solid #1c1c1c;
    margin-bottom: 30px;
}
.import_resume_cards .leftdiv {
    flex: 1;
    padding-right: 10px;
}
.import_resume_cards .auto_ap_text svg {
    fill: #1c1c1c;
    width: 20px;
    padding: 0;
    height: 21px;
}
.import_resume_cards .auto_ap_text {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.import_resume_cards p {
    font-size: 14px;
    line-height: 20px;
    color: #A4A7AB;
}
.import_resume_doprdown .dropdown-menu {
    padding: 0;
    border: none;
    width: 100%;
}
.import_resume_doprdown .dropdown_item {
    padding: 8px 14px;
    cursor: pointer;
    display: block;
    width: 100%;
    color: #1c1c1c;
    text-align: left;
    font-size: 15px;
}
.import_resume_doprdown .dropdown_item:hover {
    background-color: #e9ecef;
    color: #1c1c1c;
}
#import_resume i {
    margin-left: 5px;
}
.import_resume_cards .dropdowndiv {
    flex: 0 0 auto;
}
.import_resume_doprdown .uploadfile_label {
    position: relative;
    margin: 0;
    color: #1c1c1c;
    text-transform: capitalize;
}
.import_resume_doprdown .uploadfile_label input {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0;
    cursor: pointer;
}
.text_color_gray {
    color: #A4A7AB;
}
.text_color_orange {
    color: var(--orange_color);
}
.redtext {
    color: var(--orange_color);
}
.required_filedtextdv {
    margin-bottom: 20px;
}
.required_filed_text {
    margin-bottom: 15px;
}
.job_dtl_form_sec_hdng {
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(73, 80, 87, 0.3);
}
.job_dtl_form_sec_hdng h3 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 0;
}
.job_dtl_form_sec_hdng .clearbtn i {
    margin-right: 5px;
}
.job_dtl_form_sec_hdng .clearbtn {
    background: transparent;
    border: none;
    text-transform: capitalize;
}
.job_dtl_form_sectons {
    margin-bottom: 60px;
}
.job_dtl_form_sectons .form_group {
    margin-bottom: 20px;
}
.job_dtl_form_sectons .frm_label {
    line-height: 20px;
    margin-bottom: 8px;
    font-weight: 500;
}
.job_dtl_form_sectons .frm_label span {
    font-weight: 400;
}
.job_dtl_form_sectons .form_group input, 
.job_dtl_form_sectons .form_group select, 
.job_dtl_form_sectons .form_group textarea {
    width: 100%;
    border-radius: 10px;
    height: 40px;
    padding: 0 10px;
    border: 1px solid #A4A7AB;
    background-color: #ffffff;
}
.job_dtl_form_sectons .form_group select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/arrow_down.svg);
    background-repeat: no-repeat;
    background-size: 14px;
    padding: 0 26px 0 10px;
    background-position-y: center;
    background-position-x: calc(100% - 10px);
}

.job_dtl_form_sectons .form_group textarea {
    height: 122px;
    padding: 10px;
    resize: none;
}
.job_dtl_form_sectons .input_infotxt {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    margin-top: 5px;
}
.job_file_drag_dropbox .file_drag_label {
   border: 1px dashed #A4A7AB;
   padding: 16px;
   text-align: center;
   border-radius: 20px;
   width: 100%;
   position: relative;
    margin: 0;
}
.job_file_drag_dropbox .file_drag_label input {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.job_file_drag_dropbox .upload_icondiv {
    margin-bottom: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 5px;
}
.job_file_drag_dropbox .upload_icon {
    display: inline-block;
    width: 56px;
    height: 56px;
    line-height: 56px;
    background: var(--orange_color);
    color: #fff;
    font-size: 24px;
    border-radius: 50%;
}
.job_file_drag_dropbox .uploaded_file_icon {
    display: inline-block;
    width: 56px;
    height: 56px;
    line-height: inherit;
    background: var(--orange_color);
    color: #fff;
    border-radius: 50%;
    position: relative;
}
.job_file_drag_dropbox .uploaded_file_icon .fileimg {
    width:100%; 
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    object-position: 0 0;
}
.uploaded_file_icon .closeicon {
    position: absolute;
    top: -8px;
    right: -5px;
    line-height: initial;
    font-size: 10px;
    background: var(--orange_color);
    color: #fff;
    border: none;
    padding: 5px 8px;
    border-radius: 50%;
    z-index: 1;
}
.job_file_drag_dropbox .texts {
    margin-bottom: 0;
}
.job_tooltip_dv {
    position: relative;
}
.job_tooltip_dv .tooltipicon {
    color: rgb(208, 216, 228);
    display: inline-block;
    line-height: 0;
    margin-bottom: 2px;
    margin-left: 4px;
    vertical-align: middle;
    cursor: pointer;
}
.job_tooltip_dv .tooltiptext {
    position: absolute;
    top: 0;
    left: 100%;
    width: 200px;
    font-size: 13px;
    line-height: 17px;
    background: #1c1c1c;
    border-radius: 5px;
    color: #fff;
    padding: 6px 5px;
    text-align: center;
    z-index: 1;
    margin-left: 6px;
    font-weight: 400;
    -webkit-box-shadow: 0 0 14px rgb(0 0 0 / 26%);
    box-shadow: 0 0 14px rgb(0 0 0 / 26%);
    transition: all ease-in 0.25s;
    -webkit-transition: all ease-in 0.25s;
    -moz-transition: all ease-in 0.25s;
    opacity: 0;
    visibility: hidden;
}
.job_tooltip_dv:hover .tooltiptext {
    opacity: 1;
    visibility: visible;
}

.job_yesno_radiobtn {
    display: inline-block;
    border-radius: 12px;
    border: 1px solid #A4A7AB;
}
.job_yesno_radiobtn .radiolabel {
    position: relative;
    margin: 0;
}
.job_yesno_radiobtn .radiolabel + .radiolabel {
    border-left: 1px solid #A4A7AB;
}
.job_yesno_radiobtn .radiolabel input[type="radio"] {
    opacity: 0;
    position: absolute;
    left: 0;
    cursor: pointer;
}
.job_yesno_radiobtn .radibox {
    display: flex;
    padding: 11px;
    font-size: 15px;
    cursor: pointer;
}
.job_yesno_radiobtn .radiolabel:first-child .radibox {
    border-radius: 12px 0 0 12px;
}
.job_yesno_radiobtn .radiolabel:last-child .radibox {
    border-radius: 0px 12px 12px 0px;
}
.job_yesno_radiobtn .radibox i {
    margin-right: 6px;
}
.job_yesno_radiobtn .radiolabel input[type="radio"]:checked ~ .radibox  {
    background: rgb(208, 216, 228)
}

.job_add_form_group_row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.job_add_form_group_row .add_btn_design {
    border: 1px solid var(--orange_color);
    color: var(--orange_color);
    background: transparent;
    border-radius: 4px;
    padding: 4px 13px;
    text-align: center;
    cursor: pointer;
}
.job_add_form_group_row .add_btn_design:hover, 
.job_add_form_group_row .add_btn_design:focus {
    border: 1px solid var(--orange_color);
    color: #ffffff;
    background: var(--orange_color);
}
.job_add_collapse_cards {
    background-color: #F4F5F8;
    border-radius: 4px;
    margin-bottom: 8px;
    display: none;
    margin-bottom: 20px;
}
.job_add_collapse_cards .card_inerdiv {
    padding: 16px 20px;
}
.job_add_collapse_cards.active_card {
    display: block;
}
.job_add_collapse_cards .card_actions_div {
    padding: 15px 20px;
    border-top: 1px solid rgba(73, 80, 87, 0.3);
    display: flex;
}
.job_add_collapse_cards .card_actions_div .save_btn {
    margin-right: 10px;
}
.job_add_collapse_cards .card_actions_div .cards_cancle_btn {
    border: none;
    background: transparent;
    cursor: pointer;
}

.job_add_collapse_cards .j_custom_checkbox .c_square {
    width: 19px;
    height: 19px;
    left: 0;
    top: 2px;
}
.job_add_collapse_cards .j_custom_checkbox .c_square:after {
    font-size: 12px;
}
.job_add_collapse_cards .j_custom_checkbox .c_text {
    padding-left: 5px;
    font-size: 14px;
    line-height: 22px;
}
.resume_uploded_file_name {
    position: relative;
    justify-content: center;
    margin-top: 5px;
}
.resume_uploded_file_name .texts  {
    flex: 0 0 auto;
    max-width: calc(100% - 27px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.resume_uploded_file_name .closeicon_dv {
    flex: 0 0 auto;
    width: 27px;
}
.resume_uploded_file_name .closeicon {
    display: inline-block;
    line-height: initial;
    font-size: 10px;
    background: var(--orange_color);
    color: #fff;
    border: none;
    padding: 5px 8px;
    border-radius: 50%;
    margin-left: 5px;
}
.job_dtl_form_tblbox {
    background-color: #F4F5F8;
    border-radius: 4px;
    margin-bottom: 10px;
    padding: 16px 20px;
    align-items: flex-start;
}
.job_dtl_form_tbl {
    flex: 1;
    padding-right: 10px;
}
.job_dtl_form_tbl table {
    width: 100%;
}
.job_dtl_form_tbl table tr td {
    padding: 3px;
}
.job_dtl_form_tbl table tr td:first-child {
    width: 160px;
    font-weight: 600;
}
.job_dtl_tbl_actions {
    flex: 0 0 auto;
    gap: 0 5px;
}
.job_dtl_tbl_actions .actn_icon {
    flex: 0 0 auto;
    width: 25px;
    height: 25px;
    display: inline-flex;
    background: var(--orange_color);
    color: #fff;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    cursor: pointer;
}
.job_dtl_form_sectons .frm_submit_btn {
    width: 100%;
}
/*==== Apply Job Modal form ====*/
/*==== Apply Job cards css ====*/
.job_dtl_form_step_container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    min-height: 500px;
}
.job_dtl_form_step {
    width: 100%;
}
.job_dtl_modal_form_body .new_container {
    margin: 0 auto;
    max-width: 864px;
}
.job_apply_cards_row {
    margin-left: -15px;
    margin-right: -15px;
}
.job_apply_cards_row .j_apply_card_colms {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    margin: 10px 0;
}
.job_apply_cards {
    padding: 40px;
    background: #FAFAFA;
    border-radius: 16px;
    text-align: center;
    min-height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.job_apply_cards .textdiv, .job_apply_cards .bottom_btndv {
    width: 100%;
}
.job_apply_cards .bottom_btndv {
    display: flex;
    align-items: flex-end;
}
.job_apply_cards p {
    color: #494949;
    margin-bottom: 30px;
}
.job_apply_cards .card_apply_btns {
    width: 100%;
    border-color: #BBBBBB;
    cursor: pointer;
}
.job_apply_cards .card_apply_btns:hover {
    background: var(--orange_color);
    color: #fff;
    border-color: var(--orange_color);
}
/*==== Apply Job cards css ====*/

@media screen and (max-width:1599px) {
    .job_otherdetail_list li p {
        font-size: 18px;
    } 
}
@media screen and (max-width:1400px) {
    .job_dtl_form_step_container {
        min-height: 400px;
    }
}
@media screen and (max-width:1199px) {
    .job_dtl_form_step_container {
        min-height: auto;
    }
    .apply_job_dtl_modal .modal-header {
        display: none;
    }
    .apply_job_dtl_modal {
        z-index: 1111110;
        background: #fff;
    }
    .apply_job_dtl_modal .modal-dialog {
        max-width: 100%;
        margin: 0;
        height: 100%;
        padding: 0 !important;
    }
    .job_list_colms_wrap .left_job_listings {
        width: 100%;
    }
    .right_job_detailbox {
        padding-left: 0;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 111111;
        background: #fff;
        display: none;
    }
    .right_job_detailbox.active {
        display: block;
    }
    .right_job_detail_card {
        border-radius: 0;
        background: transparent;
        padding: 48px 20px 60px;
        border: none;
        height: 100%;
        overflow-y: inherit;
        max-height: 100%;
    }
    .right_job_detail_card_sticky {
        position: relative;
        top: 0;
        height: 100%;
        overflow-y: auto;
    }
    .right_job_detailbox  .closedivwrap {
        position: absolute;
        top: 0;
        left: 0;
        background: #fff;
        width: 100%;
        padding: 10px 15px;
        border-radius: 20px 20px 0 0;
        text-align: right;
    }
    .job_dtl_close_buttons {
        display: inline-block;
        width: 24px;
        height: 24px;
        text-align: center;
        cursor: pointer;
    }
}

@media screen and (max-width:991px) {
    .job_apply_cards {
        padding: 20px;
    }
}
@media screen and (max-width:767px) {
    .job_otherdetail_list li p {
        font-size: 16px;
    } 
    .job_otherdetail_list li .labelss {
        min-width: 80px;
    }
    .import_resume_cards {
        padding: 15px;
    }
    .right_job_detail_card .jobtitle {
        font-size: 20px;
    }
    .job_dtl_modal_form_dv {
        font-size: 14px;
    }
    .job_yesno_radiobtn .radibox {
        font-size: 14px;
    }
    .job_dtl_modal_form_header .jobtitle {
        font-size: 19px;
        margin-bottom: 10px;
    }
    .job_dtl_form_sec_hdng h3{
        font-size: 19px;
    }
    .job_dtl_modal_form_header .left_title_col {
        width: auto;
        flex: 1;
    }
    .job_dtl_modal_form_header .right_buttoncol {
        flex:  0 0 auto;
    }
    .job_dtl_modal_form_header .submit_btn {
        display: none;
    }
    .job_dtl_modal_form_header .cancle_btn .texts {
        display: none;
    }
    .job_dtl_modal_form_header .cancle_btn {
        padding: 2px 10px;
        border: 1px solid #1c1c1c;
        box-shadow: none;
        text-shadow: none;
        border-radius: 5px;
    }
    .job_dtl_modal_form_header .cancle_btn i {
        display: inline-block;
    }
    .right_job_detail_card .complaylogo img {
        width: 50px;
    }
}
@media screen and (max-width:575px) {
    .job_apply_cards_row .j_apply_card_colms {
        width: 100%;
    }
    .import_resume_cards .leftdiv {
        flex: 0 0 auto;
        padding-right: 0;
        width: 100%;
    }
    .import_resume_cards .dropdowndiv {
        width: 100%;
    }

    .job_dtl_form_tblbox {
        flex-direction: column-reverse;
    }
    .job_dtl_tbl_actions {
        flex: 0 0 auto;
        width: 100%;
        margin-bottom: 11px;
    }
    .job_dtl_form_tbl {
        flex: 0 0 auto;
        padding-right: 0;
        width: 100%;
    }
}
@media screen and (max-width:480px) {
    .right_job_detail_card .job_otherdetail_list li {
        width: 100%;
        padding: 0;
    }
}
@media screen and (max-width:390px) {
    .jobdate_andapply_btnrow {
        flex-wrap: wrap;
    }
    .jobdate_andapply_btnrow .rightbtns {
        width: 100%;
        margin-top: 10px;
    }
    .jobdate_andapply_btnrow .rightbtns .btns {
        margin-left: 0px;
        margin-right: 10px;
    }
    .sharejob_dropdowns .dropdown-menu {
        right: auto !important;
        left: 0 !important;
    }
}
/*================= job list career Page css =======================*/