@media (max-width:1024px){
    a.navbar-brand img {
        width: 140px;
    }
    .navbar-nav .nav-link {
        font-size: 14px;
    }
}
@media (max-width:768px){
    ul.navbar-nav {
        margin-right: 0 !important;
    }
    
    ul.navbar-nav li a {
        text-align: right;
        font-size: 18px !important;
    }
    
    ul.navbar-nav li {
        line-height: 2.2em;
    }
    
    .login-signup ul {
        text-align: right;
        margin: 20px 0px;
    }
    .banner-content {
        padding: 0px;
    }
    .banner img {
        width: 60%;
        margin: auto;
        display: block;
    }
    .col-xsm {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }
    .full-time-card {
        width: 100%;
        border-radius: 0;
    }
    .full-time:after, section.form-fill:before, section.form-fill:after{
        display: none;
    }
    footer ul {
        margin-top: 0;
        margin-bottom: 30px;
    }
    footer h6 {
        margin-bottom: 0px;
    }
    .owl-dots {
        bottom: -47px;
    }
    .owl-nav {
        bottom: 0;
    }
}

@media (max-width:480px){
    .footer-buttom {
        flex-direction: column;
    }
    .owl-nav {
        width: 200px;
    }
}