@charset "utf-8";
@media only screen and (min-width: 1366px) and (max-width: 1600px) {
     .app-icon-position {
        bottom: 46%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .app-icon-position {
        bottom: 46%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
}

@media only screen and (min-width: 1600px) {
}

@media only screen and (min-width: 1300px) and (max-width: 1599px) {
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
}

@media only screen and (max-width: 1199px) {
    .modal-lg {
        max-width: 1200px;
    }
}

@media only screen and (max-width: 1024px) {
}

@media only screen and (max-width: 991px) {
    .our-outlet-bg,
    .our-story-wrap,
    .contact-us-wrap {
        background-size: cover;
    }
    .btn-attachment {
        position: relative;
        bottom: unset;
    }
}

@media only screen and (max-width: 767px) {
    .latest-offer-wrap .slick-slide img {
        max-width: 100%;
    }
    .egift-bg {
        background-position: top;
    }
    .egift-container {
        height: 80vh;
    }
    .app-icon-position {
        position: absolute;
        right: 50%;
        bottom: 50%;
        transform: translate(50%, 50%);
    }
    .faq-wrap .faq-list {
        padding-left: 0%;
        padding-right: 0%;
    }
    .faq-wrap h3 {
        text-align: left;
    }
    .fancybox-caption__body {
        padding: 0;
    }
    .voucher-outlet-wrap {
        padding: 0;
    }
    .concept-bg {
        background-image: unset;
    }
    .footer-logo-img {
        width: 60%;
        display: block;
    }
    .btn-attachment {
        position: relative;
        bottom: unset;
    }
    .header-menu {
        padding: 20px 0;
    }
    .header-listing ul,
    .header-menu ul {
        padding: 0;
    }
    .header-area .header-menu ul > li {
        padding: 0 1px;
    }
    .header-logo-img {
        padding: 10px 0px 10px 5px;
        max-width: 140px;
    }
    .header-top {
        overflow: hidden;
        padding: 0;
    }
    .header-service-img {
        margin-left: 20px;
    }
    .hero-content-wrap {
        top: 20%;
        left: 10%;
        right: 10%;
    }
    .hero-content-wrap .hero-title h1 {
        font-size: 22px;
    }
    .contact-us-wrap {
        background-image: url("../images/home/ContactUs.jpg");
    }
    .timeline__item:after {
        border-radius: 50%;
        height: 20px;
        width: 20px;
    }
    .btn-meow-float {
        bottom: 36%;
    }

    .food-allergy-float {
        bottom: 50%;
    }
    .food-allergy-float img {
        width: 70px;
    }

    .btn-float-order {
        bottom: 22%;
    }
    .btn-float-order img {
        width: 70px;
    }
    .scroll-up.end-page {
        bottom: 80px;
    }
    .our-outlet-bg,
    .our-story-wrap,
    .contact-us-wrap {
        /* background-image: unset; */
        /* background-attachment: unset; */
        background-size: cover;
        background-position: center;
    }
    .outlet-wrap iframe {
        max-height: 500px;
    }
    .modal-menu-wrap {
        padding: 1em;
    }
    .outlet-list h3 {
        font-size: 13px;
    }
    .outlet-list {
        overflow-x: scroll;
        max-width: 600px;
    }
    .list-content {
        font-size: 13px;
    }
    .app-wrap {
        min-height: 100vh;
    }
    .app-wrap {
        background-image: url("../images/app/mobile-app-download-v4.jpg");

    }
    .associate-wrap {
        min-height: 30vh;
        background-image: url("../images/Mobile/Associate.jpg");
        background-position: bottom;
        background-size: auto;
    }
    .mobile-app {
        width: 175px;
    }
    .desktop {
        display: none;
    }
    .mobile {
        display: block;
    }
    .home_slider {
        min-height: 50vh;
    }
    .title.title-bg {
        font-size: 2rem;
    }
    .our-item-wrap .menu-list a,
    .our-menu-wrap .menu-list a {
        margin: 15px 15px;
    }
    .blog-description img {
        width: auto !important;
        height: auto !important;
    }
    .blog-title{
        font-size: 2rem;
    }
    .blog-preview_image img{
        width: auto;
        max-width: 100%;
    }
}
