/*
    Responsive css
*/

/* Large */
@media only screen and (max-width: 1200px)
{
    .logo-image {
        margin-left: -3px;
    }

    .occupancy-dropdown {
        padding: 10px;
    }

    .g-rating div::after {
        right: -5px;
    }

    .g-rating p {
        font-size: 14px;
    }

}

/* Medium */
@media only screen and (max-width: 992px)
{
    .room-info-col {
        padding-top: 14px;
    }

    .room-book-col {
        padding-top: 14px;
    }

    .room-book-button {
        font-size: 14px;
    }

    .room-no-dates-book-col {
        padding-top: 12px;
        text-align: center;
    }

    h1 {
        font-size: 28px;
        gap: 14px;
    }

    .g-rating div::after {
        right: -3px;
    }

    .navbar {
        padding-top: 0;
        padding-bottom: 0;
    }

    .map-box-hotel {
        padding: 10px;
        border-radius: 10px;
    }

    .map-frame-hotel {
        margin-top: 10px;
        margin-left: 0;
        border-radius: 10px;
        overflow: hidden;
        width: 100%;
        height: 700px;
    }

    .map-frame-home {
        height: 500px;
    }

    #map {
        height: 700px;
        width: 100%;
    }

}

/* Small */
@media only screen and (max-width: 768px)
{
    .home-hotel-info-reviews {
        font-size: 14px;
    }

    .home-hotel-info-title h5 {
        font-size: 16px;
    }

    h2 {
        font-size: 24px;
    }

    .site-title {
        padding-left: 10px;
    }

    .ft-20 {
        font-size: 16px;
        line-height: 25px;
    }

    .hd-img1 {
        margin-bottom: 10px;
    }

    .hd-img2 {
        margin-bottom: 10px;
    }

    .footer {
        padding: 20px 0;
    }

    .footer li {
        padding: 0 24px;
        position: relative;
    }

    .footer li::after {
        top: 9px;
    }

    .map-box-hotel {
        padding: 6px;
        border-radius: 6px;
    }

    .map-frame-hotel {
        margin-top: 5px;
        margin-left: 0;
        border-radius: 10px;
        overflow: hidden;
        width: 100%;
        height: 600px;
    }

    .map-frame-home {
        height: 500px;
    }

    #map {
        height: 600px;
        width: 100%;
    }

}

/* Extra small */
@media only screen and (max-width: 576px)
{
    .logo-image {
        display: none !important;
    }

    .home-page-description-logo {
        font-size: 16px;
        padding-top: 4px;
    }

    .home-page-description-no-logo {
        font-size: 16px;
        padding-top: 4px;
    }

    .availability_search_title {
        font-size: 24px;
        margin-bottom: 0;
    }

    .no-dates-yet-row {
        margin-top: 8px;
    }

    .room-book-available-rooms {
        margin-top: 8px;
    }

    .map-box-hotel {
        padding: 5px;
        border-radius: 5px;
    }

    .map-frame-hotel {
        margin-top: 5px;
        margin-left: 0;
        border-radius: 10px;
        overflow: hidden;
        width: 100%;
        height: 600px;
    }

    .map-frame-home {
        height: 500px;
    }

    #map {
        height: 600px;
        width: 100%;
    }

}