/*================================================
* Plugin Name: Eagle Booking
* Version: 1.1.5
* Author Name: Jomin Muskaj (Eagle-Themes)
* Author URI: eagle-themes.com
================================================= */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {

    .eb-stepline {
        display: none;
    }

    .room-list-item .row {
        display: block;
    }

    .room-list-item img {
        transform: none;
    }

    .room-list-item .room-price {
        position: relative;
        margin-bottom: 40px;
    }

    .eagle-booking-alert {
        font-size: 14px;
        line-height: 18px;
    }

    .eagle-booking-alert i {
        display: none;
    }

}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {}
