@media screen and (max-width:1199px){
    .hotel_read_more .listing {
        flex: 1 1 45%;
    }
}


@media only screen and (max-width: 991px) {
    html{
        font-size: 15px;
    }
    .navbar ul {
        display: flex;
        flex-direction: column;
        position: fixed;
        justify-content: start;
        top: 4.375rem;
        background-color: #faf7f2;
        width: 100%;
        height: 100vh;
        text-align: center;
        overflow: hidden;
        left: 0;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.4s ease, visibility 0.4s ease;
        z-index: 9999;
        gap: 10px;
    }

    .personal_banner {
        height: 22.625rem;
    }

    .navbar li {
        padding: 0.9375rem;

    }

    .navbar li:first-child {
        margin-top: 3.125rem;

    }

    .navbar li a {
        font-size: 1rem;
        color: #000;
    }

    .menu-toggle,
    .bar {
        display: block;
        cursor: pointer;
    }

    .mobile-nav {
        opacity: 1 !important;
        visibility: visible !important;
    }

    .hero-bg {
        padding: 70px 0;
        height: auto;

    }
    section.inner-bnr {
        height: auto;
        padding: 80px 0;
    }

    .people-say-text {
        top: 38px;
        width: 70%;
        }

    .people-say-text-second {
        width: 70%;
    }

    .after-banner-text {
        padding: 20px 0;
    }
    .hero-text {
        margin: 100px 0;
    }
    .listing {
        flex: 1 1 45%;
    }
}



@media screen and (max-width:767px){
    .contact-left {
        padding: 30px 0 0 0;
    }
    .hero-text h1 {
        font-size: 35px;
    }
    .event-heading {
        margin-top: 20px;
    }
    .right-hotel-heading h2 {
        font-size: 30px;
    }
    html{
        font-size: 14px;
    }
}


@media screen and (max-width:575px){
    .hero-text h1 {
        font-size: 30px;
    }
    .listing {
        flex: 1 1 100%;
    }
    .right-hotel-heading h2 {
        font-size: 25px;
    }
    .built-heading h2 {
        font-size: 25px;
    }
    .newsletter_formWrap {
        max-width: 480px;
        width: 100%;
        flex-direction: column;
         background-color: #00000000;
    }

    .newsletter_formWrap .newsletter_input {
        background-color: #fff;
        padding: 12px;
        width: 90%;
    }
    .footer_list {
        gap: 0 1rem;
    }
   .footer_btmWrapp {

        flex-direction: column;
    }
    .ssl {
        justify-content: center;
    }
    .header_pages_content_wrap {
        padding: 0;
    }
    #contact {
        max-width: 100%;
    }
    .big-event-text p {
        font-size: 16px;
    }
    .banner_personal h1 {
        font-size: 35px;
    }
    .hotel_read_more .listing {
        flex: 1 1 100%;
    }
}


@media screen and (max-width:480px){
    .hero-text h1 {
        font-size: 25px;
    }
    .hero-text p {
        font-size: 15px;
    }
    .footer_item a {
        font-size: 15px;
    }
    .banner_personal h1 {
        font-size: 25px;
    }

}