@media only screen and (max-width: 1330px) and (min-width : 1200px) {

  

}

@media only screen and (max-width: 1200px) and (min-width : 992px) {

    .filterBtn {
        width: 20%;
    }

    .categorySec1
    {
        background-image: linear-gradient(90deg,#78e4fc 0%,#7790F6 100%);
        min-height: 250px;
    }

    .exploreSec
    {
        margin-top: -25%;
    }

}


@media only screen and (max-width: 992px) and (min-width : 768px) {


    .category
    {
        width: 33.33%;
    }

    .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;

    }

    .categorySec1
    {
        background-image: linear-gradient(90deg,#78e4fc 0%,#7790F6 100%);
        min-height: 300px;
    }

    .exploreSec
    {
        margin-top: -35%;
    }

    .logoSec {
        width: 60%;
        height: 90px;
        float: left;
        display: flex;
        align-items: center;
    }

}


@media only screen and (max-width: 767px) {

    .blogTitle
    {
        font-size: 25px;
    }

    .blogsTitle
    {
        font-size: 18px;
        line-height: 23px;
    }

    .gradient {
        width: 100%;
        height: 500px;
        background-color: rgba(0,0,0,0.6);
    }

    .category
    {
        width: 50%;
    }

    .scrolling-wrapper .sliders
    {
        width: 45%;
        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;

    }

    .navMenu
    {
        display: block;
    }


    .categorySec1
    {
        background-image: linear-gradient(90deg,#78e4fc 0%,#7790F6 100%);
        min-height: 300px;
    }

    .exploreSec
    {
        margin-top: -50%;
    }

}


@media only screen and (max-width : 576px) {


    .categorySec1
    {
        background-image: linear-gradient(90deg,#78e4fc 0%,#7790F6 100%);
        min-height: 300px;
    }

    .exploreSec
    {
        margin-top: -50%;
    }

    .logoSec {
        width: 60%;
    }

   .logouL
   {
    display: none;
   }

   .searchL
   {
    display: none;
   }

  
   .catSec h3 {
        font-size: 20px;
    }

    .catSec .catViewAll {
        color: #78e4fc;
        font-size: 12px;
        text-align: right;
    }

    .category img {
        width: 50%;
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: 10%;
        border-radius: 5px;
    }

    .category .catHead {
        color: #78e4fc;
        font-size: 13px;
        float: left;
        margin: 0px;
        margin-top: 10px;
        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%;
        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;

    }

    .Spotlight {


        font-size: 20px;
    }

    .listingSec .catHead {
        font-size: 20px;
    }

    .banner h3 {
        color: white;

        font-size: 28px;
    }

    .searchBox input {
        width: 100%;
        padding: 15px 10px;
        padding-left: 25px;
        outline: none;
        border-radius: 5px;
        border: none;
        font-size: 13px;
    }

    .searchBoxBtn {
        width: 20%;
        height: 70%;
        position: absolute;
        background-image: linear-gradient(90deg,#78e4fc 0%,#7790F6 100%);
        border: none;
        color: white;
        text-align: center;
        padding: 4px;
        right: 10px;
        border-radius: 5px;
        outline: none;
        top: 15%;
        transition: all 0.3s ease-in;
        z-index: 100;
        cursor: pointer;
    }
}


@media only screen and (max-width : 475px) {


    .categorySec1
    {
        background-image: linear-gradient(90deg,#78e4fc 0%,#7790F6 100%);
        min-height: 300px;
    }

    .exploreSec
    {
        margin-top: -60%;
    }

}


@media only screen and (max-width : 425px) {


    .categorySec1
    {
        background-image: linear-gradient(90deg,#78e4fc 0%,#7790F6 100%);
        min-height: 280px;
    }

    .exploreSec
    {
        margin-top: -65%;
    }

}



@media only screen and (max-width : 400px) {


    .categorySec1
    {
        background-image: linear-gradient(90deg,#78e4fc 0%,#7790F6 100%);
        min-height: 250px;
    }

    .exploreSec
    {
        margin-top: -75%;
    }

}


@media only screen and (max-width : 360px) {


    .categorySec1
    {
        background-image: linear-gradient(90deg,#78e4fc 0%,#7790F6 100%);
        min-height:250px;
    }

    .exploreSec
    {
        margin-top: -75%;
    }

}


