@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local(''), url('open-sans-v29-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('open-sans-v29-latin-regular.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


/* fullscreen */

html {
    height: 100%;
}

body {
    height: 100%;
    margin: 0px;
    overflow: hidden;
    /* disable scrollbars */
    font-size: 1.6rem;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    /* remove highlight on tab for iOS/Android */
    font-family: 'Open Sans', sans-serif !important;
}

*,
 ::after,
 ::before {
    box-sizing: unset !important;
}


/* fix for scroll bars on webkit & >=Mac OS X Lion */

::-webkit-scrollbar {
    background-color: rgba(0, 0, 0, 0.5);
    width: 0.75em;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.5);
}

.backtomap {
    background: url(../images/back_btn_white.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 32px !important;
}

.ggskin_container .leftbtn-active {
    background-color: white !important;
}

.leftbtn {
    background-color: rgba(255, 255, 255, 0.65) !important;
    border-radius: 100px;
    /* width: 150px!important;
        height: 30px!important; */
    padding: 5px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: #1396a8!important;
    width: 120px !important;
}

.lefttext {
    color: #1396a8;
    font-size: 13px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif !important;
}

.left1 {
    top: 165px !important;
}

.left3 {
    top: 203px !important;
}

.left4 {
    top: 50px !important;
}

.entrance {
    top: 0!important;
    box-shadow: 0px 0px 5px #1396a8;
    width: 125px!important;
}

.entrance2 {
    top: 38px!important;
    display: none!important;
}

.street {
    top: 38px!important;
    box-shadow: 0px 0px 4px #1396a8;
    width: 125px!important;
}

.toggletwod {
    position: absolute;
    margin: 0%;
    left: 20px;
    bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 190px;
    height: 38px;
    cursor: pointer;
    background: #ffffffa6;
    border: 2px solid #fff;
    border-radius: 50px;
    z-index: 999;
}

.toggletwod .toggleplan {
    color: white !important;
    border: 2px solid #1396a8 !important;
    background-color: #1396a8 !important;
}

.tgbtn {
    color: #1396a8;
    margin: 0 5px;
    font-size: 16px;
    text-align: center;
    background-color: #1397a800;
    width: 100px;
    height: 26px;
    cursor: pointer;
    border-radius: 50px;
    border: none;
}

.impresseion,
.entrance-name {
    display: none;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 24px;
    text-shadow: 2px 2px #1396a8;
}

.impresseion {
    bottom: 5%;
}

.entrance-name {
    top: 5%;
}

.land-concept-div {
    position: absolute;
    top: 420px;
    z-index: 9;
    left: 10px;
    border-top: 1px solid white;
    padding-top: 35px;
    width: 155px;
    text-align: center;
}

.land-concept {
    background: rgba(255, 255, 255, 0.65);
    width: 100px;
    text-decoration: none;
    text-align: center;
    border-radius: 50px;
    padding: 6px 20px 7px 20px;
    color: #1396a8;
    font-size: 13px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif !important;
}

.land-concept:hover {
    color: #1396a8;
}

.for-mobile {
    display: none;
}


/* @media only screen and (max-width: 1000px) {

  }
   */

@media only screen and (max-width: 845px) {
    .phase1title div,
    .phase2title div {
        font-size: 11px !important;
        left: 21px !important;
        width: 110px !important;
    }
    .phase2title {
        top: 75px !important;
    }
    .left2 {
        top: 105px !important;
    }
    .left1 {
        top: 132px !important;
    }
    .left3 {
        top: 159px !important;
    }
    .ggskin_container {
        left: 70px !important;
        top: 30px !important;
    }
    #container .sarang-entrance-street {
        left: 20px !important;
        top: 60px !important;
    }
    .toggletwod {
        display: none;
        /* height: 30px;
        width: 140px;
        bottom: 15px; */
    }
    /* .toggletwod .tgbtn {
        font-size: 13px;
        height: 22px;
        margin: 0 3px;
    } */
    /* for mobile menue only */
    .for-mobile {
        display: unset;
    }
    .option-icons {
        position: absolute;
        bottom: 20px;
        left: 20px;
        z-index: 9;
    }
    .choose-3d2d img {
        width: 35px;
        background: white;
        border-radius: 50%;
        padding: 5px;
        box-shadow: 0px 1px 4px #666;
    }
    .virtual-3d {
        display: none;
        position: absolute;
        z-index: 9;
        left: 20px;
        bottom: 90px;
        width: 120px;
        padding: 15px;
        background: white;
        font-size: 12px;
        font-weight: bold;
        border-radius: 10px;
        margin-top: 10px;
        box-shadow: 0px 1px 4px #666;
    }
    .virtual-3d:after {
        content: " ";
        width: 0;
        height: 0;
        position: absolute;
        margin-left: -10px;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-top: 25px solid #fff;
    }
    .virtual-3d .plan-3d {
        color: black;
        margin: 0;
        border-bottom: 1px dashed rgb(171, 171, 171);
        padding-bottom: 10px;
    }
    .virtual-3d a {
        margin-top: 10px;
        color: #1396a8;
        display: block;
        text-decoration: none;
    }
    .lefttext {
        font-size: 9px;
    }
    .leftbtn {
        padding: 1px;
        width: 115px !important;
    }
    .left4 {
        top: 45px !important;
    }
    .backtomap {
        height: 20px !important;
        margin-top: 30px;
    }
    .impresseion,
    .entrance-name {
        font-size: 14px;
    }
    .land-concept-div {
        display: none;
        /* top: 190px;
        left: 6px;
        padding-top: 3px;
        width: 137px; */
    }
    .land-concept {
        padding: 4px 18px 5px 18px;
        font-size: 10px;
    }
    .minimap_div {
        height: 120px !important;
        width: 120px !important;
    }
    .minimap_div .map-sec {
        height: 110px !important;
        width: 95px !important;
    }
    #container .minimap_div .map-sec img {
        height: 100% !important;
        width: 100% !important;
        object-fit: contain;
    }
    #container .minimap_div .enlarge-icon {
        height: 12px !important;
        width: 45px !important;
    }
    #container .direction-img {
        height: 25px !important;
        width: 25px !important;
        left: 40px !important;
        top: 25px !important;
    }
}