.optionlist li{
    padding-right: 0 !important;
}
.jobslist li .jobint {
  min-height: 150px;
}

.breadCrumb h1 {
    color: #18a7ff;
    display: inline-block;
    padding-left: 5px;
    font-size: 16px;
}

.pageTitle h2 {
    font-size: 30px;
    font-weight: 500;
    color: #fff;
}
.jobslist li h2 a {
    font-size: 16px;
    color: #000;
    font-weight: 700;
}
.jobslist li h2 a:hover {
    color: #18a7ff;
}
.jobslist li h2 {
    margin-bottom: 5px;
}

@media only screen and (max-width: 992px) {
    .v_form,.h_form ,.sponser{
        display: none;
    }
    .center_upload{
        text-align: center;
        width: 100%;
    }
    .left-aside {
        width: 288px;
        position: fixed;
        top: 0px;
        left: -320px;
        z-index: 1111111;
        background: #fff;
        height: 100%;
        overflow: scroll;
        padding: 0px;
        border: 0px;
    }
    .search_btn{
        margin-bottom: 25px;
    }
    .jobslist li:nth-child(-n+2) {
        margin-top:30px !important;
    }
}

.jobslist li:nth-child(-n+2) {
    margin-top:0 ;
}
