@media (min-width: 1200px){

}
@media (max-width: 768px){
    .job_tupple .exp_location table tr td:nth-child(2n+2) {
        clear: both;
        width: 85%;
    }
    .job_tupple .exp_location table tr td {
        display: inline-block;
    }
}
@media (max-width: 767px){
    .hiring_section .box_wrapper {
        width: 100%;
        margin-top: -15%;
        padding: 10px 0px;
    }
    .job_tupple{
        width: 100%;
    }
    .owl-nav {
        top: 26%;
    }
    .owl-nav span {
        font-size: 30px;
        line-height: 23px;
        width: 28px;
        height: 30px;
    }
    .hiring_section .box_wrapper .title {
        font-size: 19px;
    }
    .hiring_section .box_wrapper .title span {
        font-size: 18px;
    }
    .banner_section {
        overflow: hidden;
    }
    .banner_section img{
        width: auto;
    }
    .box_wrapper .location_wrapper {
        margin-top: 20px;
    }
}
