@media screen and (min-width:1600px) {
    .grid-col-xl-6 {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    }

    .grid-col-xl-5 {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    }

    .grid-col-xl-4 {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .grid-col-xl-3 {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media screen and (min-width:1300px) and (max-width:1599px) {
    .grid-col-lg-5 {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    }

    .grid-col-lg-4 {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .grid-col-lg-3 {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media screen and (min-width:768px) and (max-width:1299px) {
    .grid-col-lg-5 {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .grid-col-lg-3 {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .grid-col-md-3 {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

/* @media screen and (min-width:769px) and (max-width:1024px) {

        .grid-col-lg-4 {
            grid-template-columns: 1fr 1fr 1fr 1fr;
        }


    } */

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .grid-col-md-3 {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media only screen and (min-width: 420px) and (max-width: 575px) {
    .grid-col-xs-2 {
        grid-template-columns: 1fr 1fr;
    }
}



/************************************************************** Above Tablet / Landscape X LG **********************************************/
@media screen and (min-width:767px) {

    /*****************************login*********************************/

}

@media (min-width: 992px) {}

/************************************************************** Upto Tablet X MD **********************************************/
@media screen and (max-width:1199px) {
    .fs-kural {
        font-size: 1.2rem;
    }

    .swiper {
        width: 80%;
        height: 350px;
    }

    .w-marc {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

}

@media screen and (max-width:991px) {
    #popular-slider .owl-nav button.owl-next {
        right: 0;
    }

    #popular-slider .owl-nav button.owl-prev {
        left: 0;
    }

    .w-marc {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .mobileSort,
    .mobileFilter {
        display: none;
        position: fixed;
        bottom: 0;
        background: #FFF;
        width: 100%;
        z-index: 9999;
        left: 0;
        border-radius: 10px 10px 0 0 !important;
        padding: 10px;
        margin-bottom: 0 !important;
    }

    .mobileFilter {
        height: 100%;
        overflow-y: auto;
        width: 300px;
        right: 0;
        left: auto;
        border-radius: 10px 0 0 10px !important;
        border: none !important;
    }
}

/************************************************************** Upto Mobile **********************************************/
@media screen and (max-width:767px) {

    .fs-kural {
        font-size: 1.3em;
    }

    .swiper {
        width: 100%;
        height: 280px;
    }

    .w-marc {
        grid-template-columns: 1fr 1fr;
    }

    .tableCnt table {
        width: 100%;
    }

}

/************************************************************** Mobile **********************************************/
@media screen and (max-width:576px) {

    .fs-kural {
        font-size: 1em;
    }

    .swiper {

        height: 230px;
    }

    .headLogo img {
        width: 235px;
    }

    .editProfMobile {
        position: absolute;
        right: 10px;
        padding: 0 !important;
        width: 30px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .editProfMobile i {
        line-height: 1;
    }
}

/************************************************************** Mobile **********************************************/

@media screen and (max-width:425px) {
    .swiper {
        height: 180px;
    }

    .ms-sm-0 {
        margin-left: 0px !important;
    }

    .pe-sm-0 {
        padding-right: 0px !important;
    }

    table.stickyLastCol.dataTable>thead .sorting:before,
    table.stickyLastCol.dataTable>thead .sorting:after {
        display: none!important;
    }
}

@media screen and (max-width:420px) {
    .onGrid .book_block {
        padding: 0 30px;
    }

    #other_books.onGrid .book_block {
        padding: 0;
    }
}

@media screen and (max-width:330px) {
    #other_books.onGrid .book_block {
        padding: 0 30px;
    }
}