@media screen and (max-width: 767px) {
    .card_body_features {
        width: auto;
    }

    .img_ourRoom {
        height: auto !important;
        width: 100%;
    }

    .ourRoom_cardBody {
        height: auto;
    }

    .pl0 {
        padding-left: 15px;
    }

    .pr0 {
        padding-right: 15px;
    }

    #responsive-navbar-nav {
        background-color: #343a40;
    }

    .dropdown-menu {
        background-color: #3f4246;
    }

    .dropdown-item, .dropdown-item.active, .dropdown-item:active {
        background-color: #3f4246;
        color: white;
    }

    #subDropDown {
        color: white;
    }

    .video_walkAroundVideo {
        height: auto;
    }

    .slick-arrow, .slick-dots {
        display: none !important;
    }

    .facilitiesPage_banner, .roomPage_banner, .diningPage_banner, .banquetPage_banner, .recreationPage_banner, .subPage_banner, .offersPage_banner, .aboutUsPage_banner {
        height: auto;
    }

    .img_slider_packages {
        height: auto;
    }

    .contact_form, .career_form {
        width: 100%;
    }

    #contactPage_maps {
        height: auto !important;
    }

    .home_location {
        height: 40vh
    }

    .section_visiting_places .slick-center.slick-current {
        transition: transform 1.5s;
        transform: scale(1.3);
    }

    .div_carousel_book {
        top: 60vh;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .img_ourRoom {
        height: auto !important;
        width: 100%;
    }

    .ourRoom_cardBody {
        height: auto;
    }

    .pl0 {
        padding-left: 15px;
    }

    .pr0 {
        padding-right: 15px;
    }

    #responsive-navbar-nav {
        background-color: #343a40;
    }

    .dropdown-menu {
        background-color: #3f4246;
    }

    .dropdown-item, .dropdown-item.active, .dropdown-item:active {
        background-color: #3f4246;
        color: white;
    }

    #subDropDown {
        color: white;
    }

    .video_walkAroundVideo {
        height: 40vh;
    }

    .slick-arrow {
        display: none !important;
    }

    .facilitiesPage_banner, .roomPage_banner, .diningPage_banner, .banquetPage_banner, .recreationPage_banner, .subPage_banner, .offersPage_banner, .aboutUsPage_banner {
        height: auto;
    }

    .img_slider_packages {
        height: auto;
    }

    .contact_form, .career_form {
        width: 100%;
    }

    .img_card_navarasa {
        height: auto;
    }

    .img_features {
        height: 20vh;
    }

    .home_location {
        height: 40vh
    }

    .img_card_recreation, .img_card_facilitiesSubPage, .img_card_roomSubPage, .img_card_diningSubPage, .img_card_banquetSubPage, .img_card_recreationSubPage, .img_card_offersSubPage {
        height: 25vh;
    }

}

@media (min-width: 992px) and (max-width: 1440px) {
    .col_imgOurRoom {
        padding-right: 0;
    }

    .col_cardOurRoom {
        padding-left: 0;
    }

}

@media (min-width: 1441px) and (max-width: 1920px) {
    .col_imgOurRoom {
        padding-right: 0;
    }

    .col_cardOurRoom {
        padding-left: 0;
    }

}