/*---------------job bar style-------------*/

.filter-arrow {
    width: 1.125rem !important;
    height: 1.125rem !important;
}

.pd25 {
    padding: 0 2em;
    box-sizing: border-box;
    min-height: 75px;
    vertical-align: top;
}

section.career_page {
    background: #f1f1f1;
}

.job_section_bar_style {
    padding: 2em 0;
    background: #07298c;
}

.job_section_bar_style .heading {
    margin-top: 0;
}

.job_section_bar_style.home_page .heading {
    color: #ffffff;
    margin-top: 1em;
    margin-bottom: 1em;
}

.job_section_bar_style .job_blocks {
    display: inline-block;
    width: 100%;
    margin: 1em 0;
}

.job_section_bar_style .job_blocks .box_wrapper {
    border: 1px solid #cecece;
    box-shadow: 4px 4px 14px 0px rgba(0, 0, 0, 0.1);
    line-height: 25px;
    width: 100%;
    margin-bottom: 20px;
    background: #fff;
}

.job_section_bar_style .job_blocks .box_wrapper .title {
    font-size: 1rem;
    width: 24%;
    border-right: 1px solid #cecece;
    color: var(--dark-black);
    display: inline-block;
    padding: 20px 25px;
    vertical-align: top;
    min-height: 90px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.job_section_bar_style .job_blocks .box_wrapper .details {
    width: 22%;
    display: inline-block;
    font-size: 12px;
    padding: 20px 25px;
    color: var(--dark-black);
}

.job_section_bar_style .job_blocks .box_wrapper .details i.fa {
    color: #bfbfbf;
    margin-right: 10px;
    width: 10px;
    text-align: center;
}

.job_section_bar_style .job_blocks .box_wrapper .details .exp {
    width: 100%;
    display: block;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.job_section_bar_style .job_blocks .box_wrapper .location {
    width: 100%;
    display: block;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.job_section_bar_style .job_blocks .box_wrapper .desc {
    width: 38%;
    display: inline-block;
    font-size: 14px;
    padding: 20px 0;
    color: var(--dark-black);
}

.job_section_bar_style .job_blocks .box_wrapper .desc span {
    color: #9c9c9c;
}

.job_section_bar_style .job_blocks .box_wrapper .desc .keyword {
    overflow: hidden;
    display: -webkit-box;
    height: 50px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.job_section_bar_style .job_blocks .box_wrapper .desc .role {
    margin-top: 20px;
    overflow: hidden;
    height: 72px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.job_section_bar_style .job_blocks .box_wrapper .btn_area {
    width: 14%;
    display: inline-block;
    text-align: center;
    padding: 12px 0;
}

.job_section_bar_style .job_blocks .box_wrapper .btn_area .btn {
    font-size: 13px;
}

.job_section_bar_style .job_blocks .box_wrapper .btn_area span {
    font-size: 12px;
    color: #989898;
    margin-top: 5px;
    display: block;
}

.job_section_bar_style .view_all {
    text-align: center;
}

.job_section_bar_style .view_all .btn-default {
    font-size: 18px;
    font-weight: normal;
    padding: 12px 3em;
    box-shadow: none;
    background: none;
    color: #fff;
    border-color: var(--primary);
    background: var(--primary);
    border-radius: 6px;
}

.job_section_bar_style .view_all .btn-default:hover {
    background: none;
    border: 1px solid var(--primary);
    color: #07298c;
}

/*#autosuggest {
    left: 33px !important;
    top: 75px !important;
}*/

.sMsg {
    text-align: center;
    background: #e4f5d0;
    border: 1px solid #a4bf83;
    padding: 10px;
    margin: auto;
    width: 300px;
}

.sMsg p {
    margin-bottom: 0px;
}

/* .searchBar .txtBx {
    color: #545454;
    padding: 15px;
    margin-top: 0;
    height: 46px;
} */

.row label {
    width: 34%;
    float: left;
    color: #838383;
    text-align: left;
    margin-right: 3%;
    font-size: 14px;
    line-height: 26px;
    height: 30px;
}

.searchBar .blueBtn {
    height: 46px;
    position: relative;
    color: #fff;
}

/* .newsearchbar .box {
    padding: 15px 22px 25px;
} */

.searchBar label {
    color: #fff !important;
}

.searchBar .row label {
    text-align: left;
}

.job_section_bar_style .job_blocks {
    display: flex;
}

@media (max-width: 767px) {
    .job_section_bar_style .job_blocks {
        display: flex;
        flex-direction: column;
    }
}