@media screen and (max-width:768px) {
    .header{
        padding: 12px 0px;
    }
    .logo{
        font-size: 18px;
    }
    .desktop-menu{
        display: none;
    }
    #mobileMenuIcon{
        display: block;
    }
    .screen{
        max-width: 305px !important;
        width: 100% !important;
    }
    .owl-nav{
        display: none;
    }
}
/* max 768  */
@media screen and (max-width: 768px) {
    .who{
        width: 100% !important;
        margin-bottom: 40px;
    }
    .mb-sm-24{
        margin-bottom: 24px !important;
    }
    .contact-div{
        margin-bottom: 40px !important;
    }
    .who-we-are {
        height: auto !important;
    }
    /* .banner .item img{
        height: 380px !important;
    } */
    
}
/* min 768px  */
@media screen and (min-width: 768px) {
    body, html{
        overflow-y: hidden;
    }
    
}
/* for container */
@media screen and (min-width: 1367px) {
    .container {
        max-width: 1400px !important;
    }
}

@media screen and (min-width: 1300px) and (max-width: 1367px) {
    .container {
        max-width: 1300px !important;
    }
}