@media only screen and (max-width: 767px) {
    .container.bottom-menu{
        padding-left: 0px;
        padding-right: 0px;
    }
    .l-home-banner .carousel-inner > .item{
        height: 250px;
    }
  
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .l-home-banner .carousel-inner > .item{
        height: 300px;
    }
   
    
  
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .l-home-banner .carousel-inner > .item{
        height: 350px;  
    }
  
}

@media only screen and (min-width: 1200px) {
    .l-home-banner .carousel-inner > .item{
        height: 400px;
    }
  
}

@media only screen and (min-width: 992px) {
    .navbar-toggle {
        display: none;
    }
  
}
