@media only screen and (max-width: 1330px) and (min-width : 1200px) {

  

}

@media only screen and (max-width: 1200px) and (min-width : 992px) {


}


@media only screen and (max-width: 992px) and (min-width : 768px) {



    .scrolling-wrapper .sliders
    {
        width: 35%;
        margin-right: 0%;
        display: inline-block;
        margin-right: 10px;
    
        min-height: 150px;
        border-radius: 5px;
        cursor: pointer;
        white-space: normal;
        height: 100%;
        padding-bottom: 15px;

    }

    .logoSec {
        width: 60%;
        height: 90px;
        float: left;
        display: flex;
        align-items: center;
    }

}


@media only screen and (max-width: 768px) {


    .scrolling-wrapper .sliders
    {
        width: 45%;
    }

    .navMenu
    {
        display: block;
    }

}


@media only screen and (max-width : 576px) {

    .logoSec {
        width: 60%;
    }

   .logouL
   {
    display: none;
   }

   .searchL
   {
    display: none;
   }

  
   .catSec h3 {
        font-size: 20px;
    }

    .catSec .catViewAll {
        color: #00d0ff;
        font-size: 12px;
        text-align: right;
    }

    .category img {
        width: 80%;
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: 10%;
        border-radius: 5px;
    }

    .category .catHead {
      
        font-size: 15px;
        float: left;
        margin: 0px;
        margin-left: 0px;
        width: 100%;
    }

    .category .catCount {
        font-size: 13px;
        line-height: 15px;
        float: left;
        margin: 0px;
        margin-top: 5px;
        margin-left: 0px;
        margin-bottom: 10px;
        width: 100%;
    }

    .featuredSec h3 {
        font-size: 20px;
    }

    .scrolling-wrapper .sliders
    {
        width: 75%;

    }

    .Spotlight {
        font-size: 20px;
    }

    .listingSec .catHead {
        font-size: 20px;
    }

    .banner h3 {
        font-size: 28px;
    }

    input {
        font-size: 14px;
        line-height: 1.5;
        padding: 11px 23px;
        border: 1px solid rgba(0,0,0,.15);
        border-radius: 0;
        outline: 0;
        background-color: transparent;
    }

    .featuredSec .businessH {
        font-size: 15px;
        line-height: 21px;
        margin-bottom: 0px;
    }
    
}


