@media (max-width: 768px) {


    .menu_mobile {
        overflow: hidden;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 1000;
    }



    #contact .desktop {
        display: none;
    }

    #contact .mobile {
        display: block !important;
    }

    .burger .burger-con {
        position: absolute;
        margin-top: 6%;
        margin-left: 5%;
    }

    .burger {
        height: 65px;
    }

    .burger span {
        display: block;
        width: 24px;
        height: 3px;
        margin-bottom: 5px;
        position: relative;
        background: #636D80;
        border-radius: 3px;
        z-index: 1;
        transform-origin: 4px 0px;
        transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.55s ease;
    }

    .mobile_logo img {
        /* position: absolute; */
        width: 187px;
        margin-top: 6%;
    }




    #myLinks {
        text-align: center;
    }

    #myLinks a {
        border-bottom: 0.1px #e7e7e7 solid;
    }

    .topnav {
        background-color: #fffffff2;
    }

    .topnav #myLinks {
        display: none;
    }

    .topnav a {
        color: #4D4D4F;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 17px;
        display: block;
    }

    .topnav a.icon {
        background: black;
        display: block;
        position: absolute;
        right: 0;
        top: 0;
    }

    .topnav a:hover {
        background-color: #ddd;
        color: black;
    }

    .active {
        /* background-color: #04AA6D; */
        color: white;
    }


    #mainCarousel {
        width: auto !important;
    }

    #home-second .home-second-left img {
        /* height: 57vh; */
        width: 100%;
        height: auto !important;
    }

    #home .carousel-control-next-icon {
        margin-left: 11px;
    }

    #home .carousel-control-prev {
        left: -8px;
    }

    #facilities .facilities-image img {
        height: 43%;
    }

    #facilities .selection_button button .btn_text_title,
    #floor_plan .selection_button button .btn_text_title {
        font-size: 48px;
    }

    #floor_plan .selection_button button {
        min-height: 115px;
        min-width: 64px;
        padding-top: 13px;
    }



    #floor_plan .container_photo {
        margin-top: 51vh;
        justify-content: start;
        padding-left: 7%;
    }

    #floor_plan .container_photo img {
        width: 48px;
    }

    #registration .title {
        width: 100%;
    }

    #registration .registration-form {
        width: 100%;
    }

    #registration img {
        height: 22px;
        margin: 37px 9px;
    }


    #floor_plan .facilities-information .selection_button {
        margin-left: 0px;
    }

    #floor_plan .facilities-information.mobile-sec {
        height: 90vh;
    }


    #mainCarousel .carousel__button.is-next {
        right: 0.5rem !important;
    }

    #facilities .facilities-information.mobile {
        height: 90vh;
    }

    #facilities .container_title, #floor_plan .container_title {
        margin-left: 0px;
        padding-right: 0px;
    }

    #facilities .facilities-details .details,
    #floor_plan .facilities-details .details {
        font-size: 11px;
    }

    #facilities .facilities-details .details b,
    #floor_plan .facilities-details .details b {
        min-width: 21px;
    }


    #home {
        margin-top: 65px;
    }

    #home .home_slide_1,
    #home .home_slide_2,
    #home .home_slide_3 {
        width: 80%;
        margin-bottom: 5px;
        margin-left: 10%;
        right: auto;
    }
    #home .home_slide_1 {
        top: auto;
        bottom: 5%;
    }
    #home .home_slide_2 {
        top: auto;
        bottom: 8%;
    }

    #home .home_slide_3 {
        padding: 0;

    }

    #home .carousel-item .point_of_sales img {
        width: 50px;
    }

    #home .carousel-item .point_of_sales .col-6 {
        min-height: 150px;
    }


    #home .home_slide_1 .title {
        font-size: 20px;
    }

    #home .home_slide_1 .sub,
    #home .home_slide_2 .sub,
    #home .home_slide_3 .sub {
        font-size: 11px;
    }

    #home-second {
        height: auto !important;
        margin-top: -8px;
    }

    #home-second .home-second-information {
        height: auto;
    }

    #home-second .information {
        margin-top: 0px;
        margin-left: 0px;
    }

    #home-second .home-second-information.desktop {
        display: none;
    }

    #home-second .home-second-information.mobile {
        display: block !important;
    }

    #home-second .home-second-information.mobile img {
        width: 70%;
    }

    #home-second .details {
        color: #4D4D4F;
        font-size: 14px;
        text-align: center;
    }

    #facilities .container_title, #floor_plan .container_title {
        margin-top: 25px;
    }

    #facilities .facilities-image, #floor_plan .facilities-image {
        height: 70vh;
    }

    #facilities .facilities-image img {
        height: 70%;
        margin-top: 50px;
    }

    .breaker-desktop {
        display: none;
    }

    .breaker-mobile {
        display: block !important;
    }

    .breaker-mobile .gym {
        height: 20vh !important;
    }

    .breaker-mobile .pool {
        height: 20vh !important;
    }

    .breaker-mobile .interior {
        height: 25vh;
    }

    .breaker-mobile .lifestyle {
        height: 13vh !important;
    }

    #breaker .gym-info {
        font-size: 14px;
        margin-left: -6%;
    }

    #breaker .pool-info {
        font-size: 14px;
        margin-right: -6%;
    }

    #breaker .info {
        background-color: #9B9189;
        color: white;
    }

    #breaker .info .family {
        height: 12vh !important;
        font-size: 14px;
    }

    #gallery .container_title {
        display: block !important;
    }

    #gallery {
        min-height: auto !important;
    }

    #gallery .gallery-image {
        padding-top: 68px !important;
        padding-bottom: 58px !important;
    }

    #mainCarousel .carousel__button.is-prev {
        left: 1.5rem !important;
    }

    .sec_breaker_desktop {
        display: none;
    }

    .sec_breaker_mobile {
        display: block !important;
        min-height: 58vh !important;
    }

    .sec_breaker_mobile .trans {
        height: 12vh !important;
    }

    #sec_breaker .trans .transportation {
        font-size: 14px;
        text-align: end;
        margin-right: 5%;
        margin-bottom: -4%;
    }

    #sec_breaker .trans-image {
        height: 13vh !important;
    }

    .sec_breaker_mobile .epf {
        min-height: 25vh;
    }

    .sec_breaker_mobile .tree {
        height: 20vh !important;
    }

    .sec_breaker_mobile .tree-info {
        height: 20vh !important;
    }

    .sec_breaker_mobile .tree-info .cut {
        font-size: 14px;
        margin-left: 2%;
        margin-bottom: 10px;
    }

    #location .tujuh_logo img {
        width: 250px;
        height: 250px;
        margin-left: 0px;
    }

    #location .contain_title {
        position: absolute;
        right: 0;
    }



    #location .slogan.desktop {
        display: none;
    }

    #location .slogan.mobile {
        display: block !important;
    }

    #location .selection_button {
        margin-left: 0px;
        position: inherit !important;
        padding-top: 50px !important;
        padding-bottom: 30px !important;
    }



    #location .slogan {
        margin-left: 0px;
        text-align: center;
        font-size: 13px !important;
        margin-top: 40px;
    }

    #location .slogan b {
        display: inherit;
    }

    #location .selection_button {
        margin-left: 0px;
    }

    #location .map_location img {
        width: 100%;
    }


    .sub-location-mobile .title {
        font-size: 21px !important;

    }

    #sub-location .sub {
        font-size: 11px !important;
        padding-top: 230px;

    }

    #sub-location button {
        color: white;
        background-color: transparent;
        border-color: white;
        border-radius: 0px;
        width: 100%;
        margin-top: 2%;
        font-size: 15px;
        font-weight: 600;
        letter-spacing: 2px;
        height: 48px;
        margin-left: 10px;
    }



    #contact .developer_title {
        margin-top: 0px !important;
        margin-left: 47% !important;
    }

    #contact .title {
        padding-left: 0px !important;
    }

    #contact .sub {
        padding-left: 0px !important;
    }

    #contact .title.kwasaland {
        margin-top: 0px;
    }

    .mapouter {
        width: 100% !important;
        height: 400px;
    }

    .gmap_canvas {
        overflow: hidden;
        background: none !important;
        width: 100% !important;
        height: 372px !important;
    }



    #registration .registration-form input[type='text'] {
        width: 100% !important;
    }

    #registration .registration-form button {}

    #registration .vh-100 {
        height: auto !important;
    }

    #registration {
        min-height: auto;
    }

    .footer.desktop {
        display: none;
    }

    .footer.mobile {
        display: block !important;
    }

    .footer .copyright {
        text-align: left;
        color: white;
        font-size: 10px;
        margin-top: -10px;
    }

    .footer .copyright span {
        display: block;
    }

    .footer .policy a, span {
        color: white;
        text-decoration: none;
        font-size: 10px;
    }

    #footer .icon img {
        width: 25px;
    }

    #footer .footer_disclaimer {
        font-size:10px;
    }

    #thumbCarousel .carousel__slide img {
        border-radius: 0px !important
    }
    #mainCarousel .carousel__slide iframe {
        /* height:220px; */
    }

    #thumbCarousel .carousel__slide {
        opacity: 0.5;
        padding: 0;
        margin: 0rem !important;
        width: 95px !important;
        height: 70px !important;
        border-radius: 0px;
        margin-top: 0%;
    }

    .carousel.is-draggable {
        margin-top: -4% !important;
    }


    .location-mobile .contain_title {
        font-family: "FuturaPtHeavy";
        position: absolute;
        background-image: url(../images/title_bg.png);
        background-size: cover;
        background-position: top center;
        width: 200px;
        display: flex;
        padding: 10px;
        color: #6C5B51;
        font-size: 25px;
        margin-right: -3% !important;
    }

    .location-mobile .container_title {
        margin-top: -8%;
    }

    .contact-mobile .line {
        position: absolute;
        margin-left: 93%;
        margin-top: 16%;
    }

    #contact .contact-us {
        width: 100% !important;
    }

    #contact .contact-map {
        padding: 0 !important;
    }

    #contact .rightDotted {
        border-right: 0;
    }

    #contact .contactDotted {
        border-right: 3px dotted #4d4d4f;
    }

    .preloader-wrapper {
        background-image: url("../images/loading/texture_bg_sm.png");
    }

    .preloader-wrapper.desktop {
        display: none;
    }

    .preloader-wrapper.mobile {
        display: block !important;
    }

    .preloader-wrapper img {
        width: 200px !important;
    }

    .pdpa_txt {
        width: 220px;
    }


    #pdpa_popup .modal-content,
    #apdl_popup .modal-content {
        margin-top: 50px;
    }

    .btn_language button {
        font-size: 11px;
        padding: 3px;
        width: 40px;

    }

    .pdpa-modal {
        width: 30px;
        height: 30px;
        right: 16px;
        top: -11px;
        font-size: 17px;
    }

    #facilities .float {
        right: 16px;
        width: 36px;
        height: 36px;
        bottom: 61px;
        box-shadow: none;
    }

    #facilities .float-sec,
    #facilities .float-third {
        right: 10px;
        box-shadow: none;
    }

    #facilities .float-top img,
    #facilities .float-reg img {
        width: 36px;
    }

    #facilities .float-third {
        bottom: 146px;
    }

    #facilities .my-float {
        margin-top: 3px;
        margin-left: -8px;
        width: 18px;
        position: absolute;
    }



}

@media screen and (min-width: 1600px) {
    /* #home .home_slide_1 {
        margin-top: -20%;
        margin-left: 12%;
    } */
}