@media only screen and (min-width: 0px) and (max-width: 667px) {

.header-top .header-top-right {
text-align: right;
display:none !important; }
.navbar-brand img {

    max-height: 49px;
    margin-top: 10px;

}
.header-top-left
{
text-align:center !important;
font-size:12px !important;
}

.header-top .header-top-left a .text span {
font-size:12px;
color: #ffffff;
line-height: 40px;
}
	
	
    .bannerSlider{
        height: 150px;
    }
    .bannerSlider .slick-slide {
        position: relative;
    }
    .bannerSlider .slide__image img {
        width: 100%;
        height: 150px;
        object-fit:cover;
    }
    .bannerSlider .slide__text {
        position: absolute;
        z-index: 100;
        text-align: center;
        width: 50%;
        top: 50%;
      transform: translateY(-50%);
    }
    .bannerSlider .slide__text h2 {
        font-size: 18px;
        font-weight: 800;
        color: #201F1E;
        text-transform: uppercase;
        line-height: 25px;
        text-align: center;
        font-family: 'Exo 2', sans-serif;
    }
    
    .section {
        float: left;
        width: 100%;
        padding: 35px 0px;
    }
    .heading {
        font-size: 20px;
        text-transform: uppercase;
        font-weight: 700;
        margin-top: 0px;
        margin-bottom: 10px;
    }
    .space {
        margin-bottom: 20px;
    }
    
}