@media (max-width: 1399px) {

    html {

        font-size: 80%;

    }

}

@media screen and (max-width: 1199px) {

    h1 {

        font-size: 4rem;

    }



    .sec1 .tickt_dtls .accordian .item .content .tab_cntnt ul li {

        width: 47.3%;

    }

}

@media (max-width: 991px) {

    html {

        font-size: 70%;

    }



    .sec1 .row {

        row-gap: 1.875rem;

    }



    .sec1 {

        padding: 4rem 0;

    }



    .sec1 .side_img {

        max-width: unset;

    }



    /* css by debasis */

    section.accordian-sec {

        padding: 0 0 4.25rem;

    }



/* 13.11.2025 add new css */
    .sec1 .tickt_dtls .accordian .item .content .tab_cntnt {
        padding-top: 1.75rem;
    }
    .sec1 .row {
        margin-bottom: 0;
    }
    .cart_box_holder {
        padding: 50px 0;
        margin-bottom: 50px;
    }
    footer img.pabs-img {
        bottom: 0rem;
    }
    footer {
        padding-top: 5rem;
    }
    .cart_box_holder .line_items .row .item_line .action {
        margin-left: 1.5rem;
    }
}

@media (max-width: 767px) {

    header .logo_part img {

        width: 15rem;

    }



    h1 {

        font-size: 4rem;

    }



    /* css by debasis */

    section.accordian-sec {

        padding: 0 0 3rem;

    }



    section.accordian-sec h2 {

        font-size: 2.2rem;

        margin-bottom: 2rem;

    }



    section.accordian-sec ul li {

        padding: 1.075rem 0;

    }



    section.accordian-sec ul li h5 {

        font-size: 1rem;

        line-height: 1.4;

    }



    footer {

        padding-top: 4rem;

    }



    footer a.logo-wraper img {

        height: 4.5rem;

    }



    footer img.pabs-img {

        width: 16.75rem;

        height: 12rem;

    }



    .sec1 .tickt_dtls .accordian .item .content .tab_cntnt ul li {

        width: 100%;

    }





    /* !! */

    .sec1 .tickt_dtls .accordian .item .content .tab_cntnt .seatleft {

        display: flex;

        align-items: flex-start;

        gap: 10px;

        align-self: stretch;

        padding-bottom: 20px;

        opacity: 0;

        transition: all 0.3s ease-in-out;

        flex-direction: column;

    }



    .sec1 .tickt_dtls .accordian .item .content .tab_cntnt .seatleft p {

        max-width: 100%;

        font-size: 12px;

    }



/* 13.11.2025 add new css */
    .cart_box_holder {
        padding: 25px 0;
        margin-bottom: 25px;
    }
    .cart_box_holder h2 {
    font-size: 2.85rem;
    margin-bottom: 1rem;
}

.cart_box_holder .line_items {
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.sec1 .tickt_dtls .accordian .item .content .tab_cntnt .seatleft p, .sec1 .tickt_dtls .accordian .item .content .tab_cntnt .seatleft .cont {
    max-width: 100%;
}
.sec1 {
    padding: 2.5rem 0;
}
footer {
    padding-top: 2.5rem;
}
footer a.logo-wraper img {
    height: 3.5rem;
}
.cart_box_holder .line_items .row .item_line .produtc_dec {
    flex: 0 0 70%;
}
.cart_box_holder .line_items .row .item_line .price_box {
    gap: 3px;
    flex-direction: column;
    margin-left: 1rem;
}
.cart_box_holder .line_items .row .item_line .produtc_dec span.name {
    font-size: 16px;
}
.cart_box_holder .line_items .row .item_line .produtc_dec span.topic_names {
    font-size: 12px;
}
.cart_box_holder .line_items .row .item_line .price_box {
    font-size: 15px;
}
.cart_bottom .sub_total {
    font-size: 24px;
}
.cart_box_holder h2 {
    font-size: 2.2rem;
}
}



@media (min-width: 1200px) and (max-width: 1399px) {}