
@media screen and (max-width: 1024px) {
    .rs_form {
        width: 450px;
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .responsiveCss{
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .rs_form {
        width: 340px;
    }
}
@media screen and (max-width: 767px) {
    .navbar-brand img {
        max-width: 150px;
    }
    .book_seat_mobile {
        display: inline-block;
    }
    .book_seat {
        /* display: none; */
    }
    .banner_img > img {
        max-width: 180px;
        margin-bottom: 2rem;
    }
    .rs_form {
        width: 100%;
        margin-bottom: 0;
        margin-top: 2rem;
    }
    .ts_item {
        padding: 1rem;
    }
    .quote {
        width: 2rem;
        height: 2rem;
    }
    .ts_item p {
        margin: 1rem 0;
        font-size: .9rem;
    }
    .ts_item {
        min-height: auto;
    }
    .text-end.menu_f,
    .footer p {
        text-align: center !important;
    }
    .section_title h2,
    .df_text h4,
    .rs_form > h2,
    .banner_text h2 {
        font-size: 1.4rem;
    }
    .banner_text > h4 {
        font-size: 1.2rem;
    }
}

@media screen and (max-width: 480px) {
    .book_seat_mobile, .lang .btn {
        padding: .3rem .3rem;
        font-size: .9rem;
    }
    .ldb_label {
        /* display: none;     */
    }
    .lang .btn,
    .lang .dropdown-toggle::after {
        border: none;
    }
     
    .offer_list li {
        flex: 0 0 100%;
        max-width: 100%;
    }    
    .book_seat {
        font-size: .9rem;
    }
    .banner_img > img {
        max-width: 110px;
    }
    .banner_img,
    .banner_text,
    .df_text {
        text-align: center;
    }
}