@media(max-width:1199px){
    .main-header h1 {
         font-size: 36px;
    }
.icon-block .icon-box {
    width: 42px;
    height: 42px;
}
.icon-box i {
    padding: 13px 12px;
}
.aboutus {
    
    background-position: center center;
}
}


@media(max-width:991px){
    .top-header ul li a {
        padding: 10px 10px 9px;
    }
    .navigation nav {
        padding: 0 10px;
        top: 0px;
    }
    .navbar-brand{
        color: #333;
    }
    .carousel-caption {
        padding-top: 0px;
    }
    .aboutus {
    background-position: center left;
        padding: 30px 0 60px;
    }
    .gallery {
    background: #f5f5f5;
    padding: 20px 0 0px;
    }

    .gallery .gallery-image {
         height: 200px;
    }
    .mb-md-30{
        margin-bottom: 30px;
    }
}

@media(max-width:767px){
    .gallery .gallery-image {
        height: 210px;
    }
    .gallery .gallery-image:hover .yellow-overlay {
        height: 210px;
    }
}

@media(max-width:575px){
    .mb-xxs-15{
        margin-bottom: 15px;
    }

    .text-center-xxs{
        text-align: center;
    }

    .pl-xxs-15{
        padding-left: 15px;
    }

    .slick-next {
    right: -12px;
}
.slick-prev {
    left: -12px;
    z-index: 999;
}
}

@media(max-width:480px){
    .d-xxs-none{
        display: none !important;
    }
}