@media screen and (max-width:576px) {
    .hide-sm{
        display: none;
    }
    .hide-md{
        display: block;
    }
    .navbar-brand img{
        width: 70px;
    }
    .main-header h1.top-heading{
        font-size: 18px;
        margin-left: auto;
        /* margin-right: 0 !important; */
    }
    .languages{
        margin: 5px 0 0;
        text-align: center;
    }
    .justify-content-sm-center{
        justify-content: center !important;
    }
    .log-banner{
        display: none;
    }
    .main-content, .main-content.heights{
        height: auto;
        margin: 30px 0;
    }
    .main-content .login-container{
        margin-bottom: 20px;
    }
    .slot-wrapper .slot-list li .timing{
        display: block;
        width: 100%;
    }
    .w-sm-100{
        width: 100%;
    }
    .img-w-50{
        max-width: 250px !important;
    }
    .slot-wrapper .slot-list li {
        display: block;
        width: 100%;
    }
    .languages-sm-hide{
        display: none;
    }
    .languages-md-hide{
        display: block;
    }
}
@media screen and (min-width:1100px) and (max-width: 1600px){
    .container{
        max-width: 1140px;
    }
}