@media only screen and (min-width : 320px) and (max-width : 576px) {
    .hotel_booking_section {
        padding: 1.5rem;
    }
    .heading_title {
        font-size: 30px;
        line-height: 40px;
    }
    .hotelDashboard {
        margin: 30px 0 0;
    }
    .spacestbe {
        padding: 1.5rem;
    }
    .heading_two {
        font-size: 27px;
    }
    .power_services_title {
        font-size: 19px;
        line-height: 26px;
    }
    .paymentdashboard {
        margin: 0 0 20px;
    }
    .video_section video {
        width: auto;
        height: 100%;
    }
    .modal-backdrop.fade.show {
        z-index: -1;
    }
    .navbar-nav li a {
        color: #000 !important;
        margin-top: 5px;
        margin-bottom: 5px;
    }
}

@media only screen and (min-width : 577px) and (max-width : 767px) {
    .hotel_booking_section {
        padding: 1.5rem;
    }
    .heading_title {
        font-size: 35px;
        line-height: 40px;
    }
    .hotelDashboard {
        margin: 30px 0 0;
    }
    .spacestbe {
        padding: 1.5rem;
    }
    .heading_two {
        font-size: 30px;
    }
    .power_services_title {
        font-size: 19px;
        line-height: 26px;
    }
    .paymentdashboard {
        margin: 0 0 20px;
    }
    .video_section video {
        width: auto;
        height: 100%;
    }
    .modal-backdrop.fade.show {
        z-index: -1;
    }
    .navbar-nav li a {
        color: #000 !important;
        margin-top: 5px;
        margin-bottom: 5px;
    }
}

@media only screen and (min-width : 768px) and (max-width : 992px) {
    .heading_title {
        font-size: 30px;
        line-height: 38px;
    }
    .hotel_booking_section {
        padding: 1rem 0rem 2rem 1rem;
    }
    .sub_heading {
        font-size: 16px;
        line-height: 26px;
    }
    .heading_two {
        font-size: 27px;
    }
    .power_services_title {
        font-size: 17px;
        line-height: 25px;
    }
    .spacestbe {
        padding: 50px 2rem;
    }
    .video_section video {
        width: auto;
        height: 100%;
    }
    .modal-backdrop.fade.show {
        z-index: -1;
    }
    .navbar-nav li a {
        color: #000 !important;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    
}


@media only screen and (min-width : 993px) and (max-width : 1200px) {

    .heading_title {
        font-size: 32px;
        line-height: 45px;
    }
    .hotel_booking_section {
        padding: 1rem 0rem 2rem 3rem;
    }
    .heading_two {
        font-size: 30px;
    }
    .power_services_title {
        font-size: 16px;
        line-height: 20px;
    }
    nav.navbar.header_menu {
        padding: 10px 0 40px !important;
    }
    .navbar-nav li a {
        color: white !important;
        font-size: 13px;
    }
    .navbar-brand {
        width: 170px;
    }
}

@media only screen and (min-width : 1201px) and (max-width : 1366px) {
    nav.navbar.header_menu {
        padding: 10px 0 !important;
    }

}