@media screen and (max-width: 1024px) {
    .menu-header-menu-container {
        float: none;
        padding-top: 74px;
        padding-bottom: 20px;
        margin-top: 0px;
        display: none;
    }

    .footer__logo__container {
        margin-left: 0px;
    }

    .contact__details {
        min-width: 320px !important;
        clear: both;
        float: left;
        margin-top: 20px;
    }

    .menu-header-menu-container ul li a {
        padding: 16px;
    }

    .resrvation__btn {
        color: #fff;
        background-color: #008ae1;
        border: 1px solid #008ae1;
        border-radius: 8px;
        text-align: center;
        height: 40px;
        display: block;
        cursor: pointer;
        width: 50%;
        font-size: 18px;
        font-weight: 600;
        margin-top: 0px;
        float: none;
        margin: 0px auto;
    }

    .site-name {
        float: left;
        padding: 10px 0px;
    }

    .textxxl {
        font-size: 20px;
    }

    .textxxl2 {
        font-size: 20px;
    }

    .menu__icon {
        display: block;
        width: 28px;
        height: 28px;
        float: right;
        margin-top: 20px;
        margin-right: 10px;
    }

    .icon__bar {
        width: 100%;
        height: 4px;
        margin-bottom: 5px;
        background-color: #333333;
    }

    .icon__bar:last-child {
        margin-bottom: 0px;
    }

    .mobile__menu__container {
        height: auto;
        width: 100%;
        background-color: #fff;
        position: fixed;
        z-index: 201;
        top: 0;
        padding: 10px;
        box-sizing: border-box;
        display: block;
    }

    .mobile__header {
        width: 100%;
        height: 60px;
        border-bottom: 1px solid #ececec;
        box-sizing: border-box;
    }

    .mobile__logo__container {
        width: auto;
        height: auto;
        float: left;
    }

    .mobile__close__container {
        width: auto;
        height: auto;
        float: right;
        margin-top: 7px;
    }

    .close {
        width: 25px;
        height: 25px;
        display: block;
    }

    .mdiv {
        height: 25px;
        width: 5px;
        border-radius: 8px;
        margin-left: 12px;
        background-color: #323232;
        transform: rotate(45deg);
        Z-index: 1;
    }

    .md {
        height: 25px;
        width: 5px;
        border-radius: 8px;
        background-color: #323232;
        transform: rotate(90deg);
        Z-index: 2;
    }

    .mobile_menu .menu-header-menu-container {
        display: block;
    }

    .awads__icons i {
        width: 80px !important;
        height: 80px !important;
        padding: 18px 7px 10px 7px !important;
    }

    .contact__details {
        clear: both;
        float: left;
        margin-top: 20px;
        min-width: 320px;
    }

    header {
        width: 100%;
        padding: 0px;
    }

    .header__container {
        width: 100%;
    }

    .testimonials-bg  .n2-ss-slider .n2-ss-layers-container {
        margin: 0px !important;
        width: auto !important;
        padding: 20px 0px;
    }

    .footer__logo {
        width: auto;
        padding: 10px;
    }

    .notice__inquiry .elementor-column-wrap {
        margin-bottom: 10px !important;
    }

    .reservation__form {
        width: 100% !important;
    }

    .footer__bottom {
        padding: 10px 0px 0px 0px;
    }

    .mobile_menu {
        width: 100%;
        height: auto;
        margin: 0px auto;
        z-index: 200;
        position: absolute;
        top: 5rem;
    }

    .mobile_menu .menu-header-menu-container {
        display: block !important;
        flex: 1;
    }

    .menu-header-menu-container ul li {
        float: none;
        text-align: left;
        margin-right: 0px;
        font-size: 18px;
        padding-bottom: 32px;
    }

    .wpcf7-form {
        width: 100% !important;
    }

    .contact_us_form input, textarea {
        width: 100% !important;
    }
}