@media only screen and (width:1024px){}
@media (max-width: 991px) and (min-width: 568px){}
@media screen and (max-width: 480px) {

.mobie-view {
    display: block !IMPORTANT;
    list-style: none;
}
.navbar-area.sticky-top {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    z-index: 9;
    background: #f5f5f5;
}
a.navbar-brand {
    display: block !important;
}
.all-lang li a {
    padding: 7px !important;
    font-size: 13px;
}
.animated.fadeIn.mega-menu {
    height: 100vh;
    overflow-y: scroll;
    padding:0;
}
.navbar-brand img{max-width: 120px !important;} 
  
}
