@media screen and (max-width: 720px) {

    /* ---- HEADER ---- */
    .header {
        float: left;
        width: 100%;
        padding: 5px 0 0;
    }
    .logo a{
        text-align: center;
        float: left;
        width: 100%;
        border-bottom: 1px solid #eee;
        padding: 0 0 15px;
        margin: 0;
    }
    .logo img {
        height: 90px;
        margin-bottom: 0;
        
    }

    /* Hide desktop header info & book now */
    .header_left {
        display: none;
    }

    .hotline {
        display: none;
    }

    .booking {
        display: none;
    }

    /* Show mobile header info */
    .header__left-mobile {
        margin-top: 10px;
        padding: 8px 0 10px;
        font-size: 14px;
        color: #333;
        display: inline-block;
    }

    .header__left-mobile .resort-name {
        font-family: "Lobster", sans-serif;
        font-size: 20px;
        color: #222;
        margin: 0 0 0;
        padding: 0;
    }

    .header__left-mobile .hotline-mobile {
        color: #444;
        font-size: 14px;
        line-height: 1.7;
    }

    .header__left-mobile .hotline-mobile a {
        color: #313193;
        font-weight: 600;
        text-decoration: none;
    }

    /* Show hamburger button */
    .menu-toggle {
        display: flex;
        float: right;
        margin: 35px 0 0;
        background: #ddd;
    }

    /* ---- NAV DRAWER ---- */
    #menu {
        overflow-x: hidden;
        overflow-y: hidden;
        white-space: normal;
        height: auto;
        max-height: 0;
        padding: 0;
        background: #fff;
        box-shadow: none;
        transition: max-height 0.32s ease, box-shadow 0.32s ease;
    }

    #menu.nav-open {
        max-height: 700px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }

    .menu {
        display: block;
        width: 100%;
        min-width: unset;
        border-left: none;
        white-space: normal;
    }

    /* Book Now inside drawer */
    .mobile-book-btn {
        display: block;
        margin: 12px 14px 4px;
        padding: 12px;
        background: #313193;
        color: #fff;
        text-align: center;
        font-weight: 600;
        font-size: 14px;
        text-transform: uppercase;
        border-radius: 20px 0 20px 3px;
        text-decoration: none;
    }

    .mobile-book-btn i {
        margin-right: 6px;
    }

    .mobile-book-btn:hover {
        background: #1e1e7a;
        color: #fff;
    }

    /* Stacked nav links */
    .nav2 li {
        float: none;
        width: 100%;
        border-bottom: 1px solid #f0f0f0;
    }

    .nav2 li a {
        padding: 14px 16px;
        font-size: 15px;
        border-right: none;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    /*.nav2 li a::after {
        content: "›";
        font-size: 20px;
        color: #bbb;
        line-height: 1;
        flex-shrink: 0;
    }*/
    .nav2 li:hover > a,
    .nav2 li.active > a {
        background: #f5f5ff;
        color: #313193;
    }

    /* Hotline at bottom of drawer */
    .mobile-nav-hotline {
        display: block;
        padding: 12px 16px 14px;
        font-size: 13px;
        color: #555;
        text-align: center;
        border-top: 1px solid #eee;
        line-height: 1.8;
    }

    .mobile-nav-hotline a {
        color: #313193;
        font-weight: 600;
        text-decoration: none;
    }

    /* Submenus: static inline on mobile */
    .nav2 ul {
        position: static;
        opacity: 1 !important;
        top: auto;
        left: auto;
        border-top: 1px solid #eee;
        border-bottom: 3px solid #009900;
        padding-bottom: 0;
        background: #fafafa;
    }

    .nav2 ul li {
        height: auto !important;
        overflow: visible !important;
        padding: 0;
        transition: none;
    }

    .nav2 ul li a {
        width: 100%;
        padding: 12px 16px 12px 28px;
        font-size: 14px;
        background: #fafafa;
        box-sizing: border-box;
        border-bottom: 1px solid #eee;
        color: #444;
    }

    .nav2 ul li:last-child a {
        border-bottom: none;
    }

    .nav2 ul li a:hover {
        color: #009900;
        background: #f0f0f0;
    }

    /* ---- EVERYTHING BELOW IS UNCHANGED ---- */
    .slider img {
        width: 100%;
        height: 200px;
    }

    #entry-fees {
        padding: 20px 0 40px;
        font-size: 16px;
    }

    #entry-fees h2 {
        font-size: 25px;
        margin: 0 0 15px;
        line-height: 1.2;
    }
    #entry-fees h2 span{
        font-size: 17px;
    }

    .ticket-box {
        margin-bottom: 10px;
    }

    #home_about {
        background: url(../images/home_about.jpg) center center no-repeat;
        padding: 20px 0;
    }

    .home_about {
        padding: 20px;
    }

    .home_about h2 {
        font-size: 27px;
        font-weight: 500;
    }

    .page-title-overlay {
        padding: 50px 0;
    }

    #hotel_resort {
        padding: 50px 15px 50px;
    }

    .discount_box {
        font-size: 26px;
        padding: 8px 10px 10px;
    }

    .resort_box_left img {
        height: auto;
    }

        #hotel_resort h2 {
        font-size: 32px;
        margin: 0 0 30px;
    }

    .resort_box img {
        height: 230px;
    }

    #home_package {
        padding: 50px 0 80px;
    }

    #home_package h2 {
        font-size: 32px;
    }

    #booking {
        padding: 0 0;
    }

    .booking {
        display: none;
    }

    .home_booking h2 {
        font-size: 32px;
        margin: 0 0 20px;
    }

    .home_booking h2 {
        font-size: 32px;
    }

    #home_gallery {
        padding: 30px 0 30px;
    }

    #home_gallery h2 {
        font-size: 32px;
        margin: 0 0 20px;
    }

    #home_gallery img {
        margin: 0 0 10px;
        width: 49%;
        min-height: 130px;
    }
    .home_gallery_box img{
        margin: 0 0 10px;
        width: 49%;
        min-height: 130px;
    }

    .booking-overlay {
        padding: 80px 0;
    }

    .brand {
        float: left;
        width: 100%;
        text-align: center;
        font-size: 13px;
    }

    .footer_logo {
        float: left;
        width: 100%;
        text-align: center;
    }

    .footer_logo img {
        float: none;
        height: 60px;
        margin: 0 0 10px 0;
        padding: 0 16px 0 0;
        border-right: none;
    }

    .brand h3 {
        margin: 0 0 10px;
        color: #fff;
        font-size: 25px;
    }

    .footer_awards {
        float: left;
        width: 100%;
        text-align: center;
    }

    .footer_awards img {
        float: none;
        height: 70px;
    }

    .UNITECH {
        text-align: left;
    }

    .page_title {
        padding: 40px 0;
    }

    .page_title h1 {
        font-size: 26px;
        line-height: 1.3;
    }

    .page_title h2 {
        font-size: 28px;
        width: 100%;
    }

    .title_resort_price {
        float: left;
        padding: 3px 10px;
        font-size: 20px;
    }

    .resort_box_right {
        padding: 20px 10px;
    }

    .resort_box_right h3 {
        font-size: 25px;
        font-weight: 500;
    }

    .resort_price {
        padding: 3px 10px;
        font-size: 20px;
    }

    .resort_gallery {
        height: auto;
    }

    .mb-medium {
        margin-bottom: 20px;
    }

}