@media(min-width: 1400px){
    .container {
        max-width: 1200px!important;
    }
}



/****************************  max-width start here  *****************************************/

@media(max-width: 1699px){
    .book_festival_right_img,
    .book_festival_left_img {
        max-width: 30%;
    }
    html {
        font-size: 60%;
      }
}

/* max-width: 1499px  */

@media(max-width: 1499px){
    html {
        font-size: 58%;
      }
}


/*(max-width: 1199px)*/

@media(max-width: 1199px){

    .book_festival_right_img, .book_festival_left_img {
        max-width: 80%;
        margin: 0 auto;
        position: relative;
        right: unset;
        top: unset;
        left:unset;
    }
    .book_festival_sec {
        flex-direction: column;
        padding: 10rem 0;
        gap:4rem
    }
    .comm_padd {
        padding: 10rem 0;
    }
    .featured_booklets_sec .comm_center_btn {
        margin-top: 2rem;
    }
    .row {
        row-gap: 3rem;
    }
    .contact-us-inner  .row {
        row-gap: 0rem;
    }
    .comm_form.row,
    .comm_form .row{
        row-gap: 0rem;
    }

}

/*(max-width: 991px)*/

@media(max-width: 991px){

    .footer .padd-righ {
        padding-left: 0;
    }
    html {
        font-size: 56%;
      }
      .tabs-discript {
        margin: 7rem 0;
    }
    .tabs-discript .tab-content {
        padding: 4rem 3rem;
    }

}

/*(max-width: 767px)*/

@media(max-width: 767px){

    .fast_delivery_bott_row .fast_delivery_col:not(:last-child) .fast_delivery_bott_card {
        padding-right: 2rem;
        margin-right: 2rem;
    }
    .fast_delivery_bott_row .fast_delivery_col {
        width: 100%;
      }
    .fast_delivery_bott_row
    .fast_delivery_col:nth-of-type(1n)
    .fast_delivery_bott_card:after {
        display: none;
    }
    .fast_delivery_bott_row .fast_delivery_col .fast_delivery_bott_card {
        justify-content: flex-start;
    }
     .fast_delivery_bot_img {
        width: 5rem;
        margin-right: 3rem;
        flex: 0 0 5rem;
    }
    .fast_delivery_bott_card .card-title,
    .fast_delivery_bott_card .card-discrp{
        -webkit-line-clamp: 2;
        line-clamp: 2;
    }


}

/*(max-width: 575px)*/

@media(max-width: 575px){ 
    .container {
        --bs-gutter-x: 3rem!important;
    }
    html {
        font-size: 54%;
      }
    .main-header .navbar-brand {
        max-width: 22rem;
    }
    .main-header .navbar-collapse {
        position: absolute;
        top: 100%;
        background: #fff;
        width: 100%;
        z-index: 10;
        border-radius:4px;
        left: 0;
    }
    .main-header .navbar-nav {
        flex-direction: column;
        gap: 2rem;
        padding: 2rem;
    }
    .fast_delivery_bott_row .fast_delivery_col:not(:last-child) .fast_delivery_bott_card:after {
        display: none;
    }
    .fast_delivery_bott_row .fast_delivery_col:not(:last-child) .fast_delivery_bott_card {
        padding-right: 0;
        margin-right: 0;
    }
    .fast_delivery_bott_row .fast_delivery_col .fast_delivery_bott_card {
        justify-content: flex-start;
    }
    .fast_delivery_bott_row .fast_delivery_col {
        width:100%;
    }
    .first-section-footer img {
        max-width: 26rem;
        margin-bottom: 3rem;
      }
    /* .booklet_img {
        padding-bottom: 120%;
    }
    .booklet_img img {
        object-fit: contain;
    } */
    .comm_booklets_card .booklet_content p {
        margin-bottom: 0;
    }
    .banner_content h1 {
        font-size: 5rem;
        line-height: 6rem;
    }
    .comm_sec_heading {
        font-size: 4rem;
        line-height: 5rem;
        margin-bottom: 3rem;
    }
    .book_festival_content h3 {
        font-size: 6rem;
        line-height: 7rem;
    }
    .book_festival_sec {
        padding: 7rem 0;
    }
    .counter-add-try{
        flex-wrap:wrap;
    }
    .product_detail_content .head-product {
        font-size: 3rem;
        line-height: 3rem;
    }
    .cart-section .mycart .table-btn {
        flex-wrap: wrap;
        gap: 1.5rem;
    }
    .cart-section {
        padding: 6rem 0;
    }
    .cart-section .card-total, .cart-section .coupon-details {
        padding: 2rem;
        }

}

/*(max-width: 480px)*/

@media(max-width: 480px){

}

