/* open-sans-regular - latin */

@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+ */
}

@font-face {
    font-family: OpenSans-Semibold;
    src: url(OpenSans-Semibold.ttf);
}


/* Disable zoom on mobile*/

.landscape,
.welcome-message,
.for-mobile,
#scheduale_modal,
#login_modal,
#pricing_modal,
#loan_calculator,
#price_sheet,
#contour_modal,
#land_concept_modal,
.sun-move,
.filteroption,
.description,
img,
svg,
object,
iframe {
    touch-action: pan-y;
}

body {
    font-family: 'Open Sans' !important;
}

.print {
    display: none;
    background-color: #0C0D23 !important;
    height: 100vh;
    width: 100%;
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
    color: white;
    text-align: center;
    padding: 10%;
    position: relative;
    z-index: 9999999999999;
}

.print-content {
    text-align: center;
    width: 100%;
}

.print img {
    max-width: 200px;
    margin: auto auto 15% auto;
}

.print h1 {
    margin-bottom: 30px;
    font-weight: bold;
}

@media print {
    #v3d-container,
    .for-mobile,
    .sun-move,
    .landscape,
    .welcome-message,
    .modal {
        display: none !important;
    }
    .print {
        print-color-adjust: exact;
        -webkit-print-color-adjust: exact;
        display: flex;
    }
}

.phases-selection {
    text-align: center;
    padding: 50px 10px 0 10px;
    background-image: linear-gradient(to right, #262262 0 30%, #1396a8);
}

.phases-selection button {
    background-color: #ffffff00;
    color: #dee2e6;
    border: 0;
    font-size: 18px;
    padding: 5px 15px 15px;
}

#statusFilter {
    cursor: pointer;
    height: 35px;
    border: 1px solid #aaa;
}

.dataTables_wrapper .dataTables_filter input {
    border-radius: 0 !important;
}

.project-logo {
    display: none;
    position: absolute;
    width: 120px;
    z-index: 9;
    left: 300px;
    top: 20px;
}

.project-logo img {
    width: 100%;
}

.phases-selection .active-phase {
    background: white;
    border-radius: 7px 7px 0 0;
    color: #1396a8;
}

.twodscene,
.threesixtyscene {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #ffffff;
    display: none;
}

.twodscene img {
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
}

.lefsidecontent {
    padding: 10px;
}

.searchbar {
    margin: 20px 0 0 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #dee2e6;
    border-radius: 6px;
    font-size: 13px;
    background-color: white;
    background-position: 10px 10px;
    background-repeat: no-repeat;
    padding: 12px 20px 12px 10px;
    height: 40px;
}


/* LHS filter bar */

.filteroption {
    position: absolute;
    height: 100%;
    width: 250px;
    left: 0px;
    background-color: #ffffff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: 0px 0px 10px #888888;
    box-shadow: 0px 0px 10px #888888;
    user-select: none;
    overflow: auto;
}

.filteroption .title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 40px;
    margin-top: 25px;
}

.filteroption .title .titlename {
    font-size: 24px;
    line-height: 15px;
    color: black;
    text-align: left;
    margin: 0;
}

.filteroption .title .clearfilter {
    font-size: 14px;
    line-height: 18px;
    color: #1396a8;
    text-align: right;
    text-decoration: underline;
    cursor: pointer;
    margin: 0%;
}

.filteroption .seperator {
    border: 0;
    height: 2px;
    width: 100%;
    background: #000000 !important;
}

.filteroption .sale {
    font-size: 17px;
    font-weight: 560;
    line-height: 18px;
    color: #a0a4a7;
    text-align: left;
    list-style: none;
    display: flex;
    padding: 0 5px;
    flex-direction: column;
    justify-content: center;
    margin: 10px 0;
    padding: 10px 0;
}

.filteroption .sale span {
    padding: 0;
    margin: 0 10px;
}

.filteroption .sale li {
    margin-top: 10px;
    display: flex;
    justify-content: start;
    align-items: center;
}

.filteroption .sale li input {
    margin: 0 10px;
    width: 15px;
    height: 15px;
    accent-color: #1396a8;
}

.filteroption .sale li p {
    padding: 0;
    margin: 0 0px;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    text-align: left;
}

.filteroption .landsize {
    position: relative;
    font-size: 14px;
    font-weight: 560;
    line-height: 18px;
    color: #a0a4a7;
    text-align: left;
    padding: 0 5px;
    flex-direction: column;
    justify-content: center;
    list-style: none;
    margin: 15px 0;
    padding: 10px 0;
}

.elevation-color {
    position: absolute;
    right: 60px;
    top: 30px;
}

.elevation-color div {
    margin: 12px 0;
    height: 15px;
    width: 15px;
}

.filteroption span {
    padding: 0;
    margin: 0 10px;
    font-size: 18px;
}

.filteroption ul li span {
    font-size: 12px;
}

.filteroption li {
    margin-top: 10px;
    display: flex;
    justify-content: start;
    align-items: center;
}

.filteroption li input {
    margin: 0 10px;
    width: 15px;
    height: 15px;
    accent-color: #1396a8;
}

.filteroption li p {
    padding: 0;
    margin: 0 0px;
    color: #000000;
    text-align: left;
}

.substyle button {
    height: auto;
    width: 250px;
    padding: 15px;
    margin: 10px 18px;
    background-color: #1396a8;
    border-radius: 50px 50px 50px 50px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    border-color: #1396a8;
    border-style: solid;
}

.togglefliter {
    position: absolute;
    top: 30px;
    left: 250px;
    background-color: black;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 30px;
    cursor: pointer;
    background: #1396a8;
    border-radius: 0 5px 5px 0;
}

.Lhsbtnstyle {
    height: auto;
    width: 80%;
    font-size: 14px;
    padding: 5px;
    margin: 10px 18px;
    background-color: #1396a8;
    border-radius: 50px 50px 50px 50px;
    text-align: center;
    color: #fff;
    border-color: #1396a8;
    border-style: solid;
}

.availabilitybutton {
    background-color: #1397a800;
    color: #1396a8;
}

.togglefliter img {
    height: auto;
    max-height: 100%;
    max-width: 100%;
    font-style: italic;
    vertical-align: middle;
}

.toggleimage {
    text-align: center;
    width: 100%;
}

.lefsidebottomcontent {
    margin: 30px 0;
    display: flex;
    justify-content: space-around;
}

.lefsidebottomcontent div {
    border-style: solid;
    border-radius: 200px;
    border-color: #1396a8;
    border-width: 1px;
    width: 40px;
    height: 40px;
}

.lefsidebottomcontent div img {
    width: 25px;
    height: 25px;
}

#status-colors,
#status-colors-mobile {
    display: none;
}

.faciltiesplace {
    font-size: 14px;
}

.faciltiesplace ul {
    font-size: 12px;
    list-style: none;
    display: flex;
    flex-direction: column;
    margin: 0;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0;
    margin: 0 10px;
}

.faciltiesplace ul li {
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.faciltiesplace ul li div {
    width: 10px;
    height: 10px;
}

.sun-move {
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}

.sunbtn {
    background-color: black;
    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: 50px;
    height: 50px;
    cursor: pointer;
    background: #00000000;
}

.browse-buttons {
    position: absolute;
    bottom: 20px;
    left: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.toggletwod {
    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: 40px;
    cursor: pointer;
    background: #ffffffa6;
    border: 2px solid #1396a8;
    border-radius: 50px;
}

.contour {
    margin: 0 10px;
    text-align: center;
    cursor: pointer;
    border-radius: 50px;
    color: white !important;
    border: 2px solid #1396a8;
    background-color: #1396a8;
    padding: 4px 25px;
}

.mobilefilter {
    position: absolute;
    margin: 0%;
    right: -400px;
    bottom: 20px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 220px;
    height: 40px;
}

.mobilefilter .availabilitybutton {
    width: 150px!important;
    background-color: white!important;
}

.mobilefilter .sunbtn {
    border-style: solid;
    border-radius: 200px;
    border-color: #1396a8;
    border-width: 1px;
    width: 40px;
    height: 40px;
    background-color: white!important;
}

.mobilefilter .sunbtn img {
    width: 30px;
    height: 30px;
}

.toggletwod .toggleplan {
    color: white !important;
    border: 2px solid #1396a8 !important;
    background-color: #1396a8 !important;
}

.tgbtn {
    color: #1396a8;
    margin: 0 5px;
    text-align: center;
    background-color: #1397a800;
    width: 100px;
    height: 31px;
    cursor: pointer;
    border-radius: 50px;
    border: none;
}


/* RHS  */

.description {
    overflow-y: scroll;
    overflow-x: hidden;
    position: absolute;
    height: 100%;
    width: 350px;
    right: 0px;
    background-color: #ffffff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0 20px;
    -webkit-box-shadow: 0px 0px 10px #888888;
    box-shadow: 0px 0px 10px #888888;
}

.description .closedescription {
    margin: 15px 0;
    float: right;
    width: 15px;
    height: 15px;
    cursor: pointer;
}

.description .minimap {
    cursor: pointer;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.description .enlarge {
    margin: 10px auto;
    display: block;
    cursor: pointer;
}

.description p {
    margin-top: 20px;
    margin-bottom: 0px;
}

.description .land-details-title {
    color: #a0a4a7;
}

.description h1 {
    text-align: center;
}

.description .title {
    margin-top: 70px;
    font-weight: 600;
    font-size: 23px;
}

.description .land-status {
    text-align: center;
    margin: 20px 0;
}

.description span {
    margin: 0;
    font-size: 1.5rem;
    padding: 0;
}

.description .booked {
    color: #ff9f32;
}

.description .sold {
    color: #ff0113;
}

.description ul {
    margin-top: 5px;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.description ul li {
    margin-top: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: start;
}

.description ul li span {
    width: 125px;
    margin-right: 15px;
}

.sche-book {
    margin-top: 40px;
    text-align: center;
}

.sche-close {
    position: absolute;
    right: 20px;
    top: 10px;
}

.Rhsbtnstyle {
    height: auto;
    width: 198px;
    padding: 5px;
    font-size: 14px;
    background-color: #1396a8;
    border-radius: 50px 50px 50px 50px;
    text-align: center;
    color: #fff;
    border-color: #1396a8;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-style: solid;
    display: block;
    margin: 10px auto;
    text-decoration: unset;
}

.description .bookbutton {
    background: transparent !important;
    color: #1396a8;
}

.disclaimer,
.disclaimer-text {
    color: #a0a4a7;
}

.disclaimer-text {
    font-size: 10px;
    line-height: 1.3;
    text-align: justify;
    margin-top: 5px;
}

#exampleModal .modal-content .modal-header {
    color: #fff;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #1396a8;
}

#exampleModal .modal-content .modal-header button {
    position: absolute;
    right: 10px;
    top: 10px;
}

#exampleModal .modal-content .modal-header h1 {
    font-size: 2rem !important;
}

#exampleModal .modal-content span {
    font-size: 1rem;
    margin-top: 5px;
}

#exampleModal .modal-content ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    padding: 0%;
    margin-top: 15px;
}

#exampleModal .modal-content ul li {
    margin-top: 5px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

#exampleModal .modal-content ul #date {
    width: 150px;
}

#exampleModal .modal-content ul #time {
    width: 150px;
}

#exampleModal .modal-content .submitformbutton {
    height: auto;
    width: 35%;
    padding: 5px;
    margin: 10px auto;
    background-color: #1396a8;
    border-radius: 50px 50px 50px 50px;
    text-align: center;
    color: #fff;
    font-size: 10px;
    border-color: #1396a8;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-style: solid;
}

#map .modal-body {
    padding: 0;
}

#map .map-modal-dialog .close-modal {
    cursor: pointer;
    position: absolute;
    top: 10px;
    left: 10px;
    background: white;
    border-radius: 20px;
    height: 32px;
    padding: 0 5px 1px 1px;
}

#map .map-modal-dialog .bigmap {
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
}

.alimodal {
    height: 700px;
}

.showbookingmap {
    display: block !important;
}

@keyframes flickerAnimation {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes flickerAnimation {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes flickerAnimation {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes flickerAnimation {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.elementToFadeInAndOut {
    -webkit-animation: flickerAnimation 2s infinite;
    -moz-animation: flickerAnimation 2s infinite;
    -o-animation: flickerAnimation 2s infinite;
    animation: flickerAnimation 2s infinite;
    margin-bottom: 50px;
    font-size: 4rem;
    font-family: OpenSans-Semibold;
}

.closesun {
    height: 32px;
    position: absolute;
    top: 20px;
    left: 20px;
}

.landscape {
    width: 100%;
    height: 100%;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    background-color: black;
    text-align: center;
    z-index: 9999;
}

#login_modal .agent-login {
    justify-content: space-evenly;
    height: 400px;
    align-items: center;
    gap: 30px;
}

#login_modal .btn-sec {
    display: flex;
    gap: 30px;
}

#login_modal .contact-sec {
    display: none;
    text-align: center;
}

#login_modal .login-sec {
    min-width: 300px;
}

#login_modal .whatsapp {
    max-width: 45px;
    margin-top: 15px;
}

#login_modal .login-sec p {
    text-align: center;
}

.login-sec .mb-3 {
    position: relative;
}

.login-sec .show-hide-pass {
    cursor: pointer;
    position: absolute;
    right: 10px;
    bottom: 31px;
    max-width: 20px;
}

.login-close,
.pricing-close,
.calculator-close {
    position: absolute;
    right: 20px;
    top: 10px;
}

.btn-logout {
    font-size: 16px !important;
    position: absolute;
    left: 20px;
    top: 10px;
}

#login_modal .contact-btn,
#login_modal .login-btn {
    width: 120px;
    padding: 5px;
    font-size: 16px;
    text-align: center;
    color: #1396a8;
    text-decoration: unset;
}

#login_modal .active {
    border-bottom: 2px solid #1396a8;
}

#login_modal .form-control {
    height: 35px;
    font-size: 14px;
}

#login_modal .sub-sec {
    text-align: center;
}

#display_error {
    color: red;
    font-size: 11px;
}

#login_modal .btn-login {
    background: #1396a8;
    color: white;
    width: 111px;
    font-size: 14px;
    height: 33px;
    border-radius: 20px;
    margin-top: 10px;
}

#pricing_modal .modal-dialog,
#loan_calculator .modal-dialog,
#contour_modal .modal-dialog,
#price_sheet .modal-dialog {
    width: 100% !important;
    max-width: 100%;
    min-height: 100vh !important;
    margin: 0;
    padding: 0 !important;
    border: 0 !important;
}

#pricing_modal .loan-calculator {
    position: absolute;
    right: 5%;
}

#pricing_modal .nett-price {
    position: absolute;
    right: 15%;
}

#pricing_modal .modal-content,
#loan_calculator .modal-content,
#contour_modal .modal-content,
#price_sheet .modal-content {
    width: 100%;
    min-height: 100vh;
    border: none;
    padding: 5%;
    border-radius: 0;
}

#loan_calculator .modal-content,
#price_sheet .modal-content {
    justify-content: center;
}

#contour_modal .modal-content {
    justify-content: center;
    padding: 0 !important;
}

#pricing_modal h1,
#loan_calculator h1,
#price_sheet h1 {
    text-align: center;
}

#loan_calculator iframe {
    height: 60vh;
    width: 100%;
}

#contour_modal iframe,
#price_sheet iframe {
    height: 100vh;
    width: 100%;
}

#contour_modal .btn-close {
    top: 50px;
    right: 50px;
    transform: scale(1.5);
    opacity: 1;
}

.for-mobile {
    display: none;
}

@media only screen and (max-width: 845px) {
    .project-logo {
        width: 60px;
        left: 20px;
    }
    #scheduale_modal .modal-dialog {
        width: 80%;
        margin: 3% auto 0 auto;
        height: 90%;
    }
    #scheduale_modal .modal-content {
        height: 100%;
    }
    .elementToFadeInAndOut {
        margin-bottom: 30px;
        font-size: 2rem;
    }
    .filteroption {
        display: none;
        /* width: 170px; */
    }
    .preloader_div img {
        width: 30% !important;
    }
    .elevation-color {
        right: 30px;
        top: 17px;
    }
    .elevation-color div {
        margin: 14px 0;
    }
    .elevation-color div {
        height: 14px;
        width: 14px;
    }
    .Lhsbtnstyle {
        font-size: 12px;
        padding: 3px;
        margin: 20px 10px 10px 10px;
    }
    .lefsidebottomcontent {
        margin: 10px 0;
    }
    .lefsidebottomcontent div {
        height: 30px;
        width: 30px;
    }
    .lefsidebottomcontent div img {
        height: 20px;
        width: 20px;
    }
    .togglefliter,
    .browse-buttons {
        display: none;
    }
    .description {
        padding: 0 15px;
        width: 200px;
    }
    .description .title {
        margin-top: 40px;
        font-size: 13px;
    }
    .description span {
        font-size: 12px;
    }
    .description .minimap {
        margin-top: 15px;
        width: 70%;
    }
    .description .enlarge {
        width: 35%;
    }
    .description p {
        font-size: 13px;
        margin-top: 10px;
    }
    .description .closedescription {
        margin: 10px 0;
        width: 12px;
        height: 12px;
    }
    .sche-book {
        margin-top: 20px;
    }
    .Rhsbtnstyle {
        width: 75%;
        margin: 5px auto;
        font-size: 12px;
        padding: 2px;
    }
    .description .disclaimer-text {
        margin-bottom: 20px;
    }
    .closesun {
        height: 24px;
    }
    #map .modal-dialog {
        height: 100%;
        margin: 0;
    }
    #map .modal-content,
    #map .modal-body {
        height: 100%;
    }
    #map .modal-contentm,
    #map .modal-body {
        height: 100%;
    }
    #map .map-modal-dialog .close-modal {
        height: 24px;
    }
    #map .map-modal-dialog .bigmap {
        height: 100%;
    }
    #contour_modal .btn-close {
        top: 60px;
        right: 40px;
        transform: scale(1);
    }
    /* for mobile menue only */
    .for-mobile {
        display: none;
    }
    .choose-phase {
        position: absolute;
        z-index: 9;
        right: 20px;
        top: 20px;
        font-size: 12px;
        font-weight: bold;
    }
    .phase-button {
        background-image: linear-gradient(to right, #262262 0 0, #1396a8);
        padding: 4px 10px;
        border-radius: 20px;
        color: white;
        border: 1px solid white;
    }
    .phase-dropdown {
        display: none;
        padding: 5px 0 5px 10px;
        background: white;
        font-size: 12px;
        border-radius: 10px;
        margin-top: 10px;
        box-shadow: 0px 1px 4px #666;
    }
    .phase-button .down-icon {
        width: 15px;
        margin: 0 0 2px 15px;
    }
    .phase-dropdown a {
        display: block;
        text-decoration: none;
    }
    .phase-select {
        color: #000000;
        padding: 10px 0;
    }
    .phase-active {
        color: #1396a8;
        padding: 10px 0;
    }
    .phases {
        border-bottom: 1px dashed rgb(171, 171, 171);
    }
    .option-icons {
        position: absolute;
        bottom: 20px;
        left: 20px;
        z-index: 9;
    }
    .for-mobile .faciltiesplace {
        border-radius: 5px;
        display: block;
        position: absolute;
        z-index: 9;
        bottom: 25px;
        color: rgb(19, 150, 168);
        left: 140px;
        background: white;
        box-shadow: 0px 1px 4px #666;
    }
    .choose-3d2d img {
        display: inline-block;
        width: 45px;
        background: white;
        border-radius: 50%;
        padding: 5px;
        margin-right: 10px;
        box-shadow: 0px 1px 4px #666;
    }
    .virtual-3d,
    .avail-sched {
        display: none;
        position: absolute;
        z-index: 9;
        left: 20px;
        bottom: 90px;
        width: 150px;
        padding: 15px;
        background: white;
        font-size: 12px;
        font-weight: bold;
        border-radius: 10px;
        margin-top: 10px;
        box-shadow: 0px 1px 4px #666;
    }
    .avail-sched {
        left: 75px;
    }
    .virtual-3d:after,
    .avail-sched: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,
    .avail-sched .availability {
        color: #1396a8;
        margin: 0;
        border-bottom: 1px dashed rgb(171, 171, 171);
        padding-bottom: 10px;
    }
    .virtual-3d a,
    .avail-sched a {
        margin-top: 10px;
        color: black;
        display: block;
        text-decoration: none;
    }
    .avail-checkbox {
        position: absolute;
        right: 16px;
        top: 19px;
        z-index: 9;
        opacity: 0;
    }
    input#avail_checkbox:checked+label svg path {
        stroke-dashoffset: 0;
    }
    #avail_checkbox+label {
        position: absolute;
        right: 14px;
        top: 16px;
        display: block;
        border: 1px solid #bfbfbf;
        width: 17px;
        height: 17px;
        cursor: pointer;
        padding: 1px;
    }
    #avail_checkbox+label svg {
        margin-top: -7px;
    }
    #avail_checkbox+label svg path {
        fill: none;
        stroke: #1396a8;
        stroke-width: 5px;
        stroke-linejoin: round;
        stroke-dasharray: 100;
        stroke-dashoffset: 101;
    }
    #pricing_modal .modal-content {
        padding: 7% 5%;
    }
    #pricing_modal h1 {
        font-size: 18px;
        margin-bottom: 15px;
    }
    #pricing_modal a,
    #pricing_modal p,
    table.dataTable tbody th,
    table.dataTable tbody td,
    #land_list_wrapper label,
    #land_list_wrapper #statusFilter {
        font-size: 13px;
    }
    #pricing_modal .nett-price {
        right: 22%;
    }
}

@media (min-width: 576px) {
    .form-modal-dialog {
        max-width: 885px !important;
    }
    .map-modal-dialog {
        max-width: 670px !important;
    }
}

@media screen and (orientation:portrait) {
    .landscape {
        display: flex!important;
    }
}

#instructionPopup .modal-dialog {
    text-align: center;
    justify-content: center;
}

#instructionPopup .modal-content {
    border-radius: 8px;
    height: 200px;
    width: 400px;
}

#instructionPopup .btn-close {
    position: absolute;
    right: 0;
    z-index: 9;
}

#instructionPopup .modal-content img {
    margin: 15px;
    width: 25%;
}

#instructionPopup .modal-content p {
    color: #000000;
    font-size: 21px;
}

.welcome-message {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .671);
    z-index: 9;
    display: none;
    justify-content: center;
    align-items: center;
}

.must-hide {
    display: none !important;
}

.welcome-message .message-container {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    background-color: #02273d;
    width: 552px;
    height: auto;
    padding: 20px 10px;
}

.mob-inst {
    max-width: 75%;
    display: none;
}

.welcome-message .message-container div {
    cursor: pointer;
    padding: 2px 25px;
    border-radius: 50px;
    border: 1px solid #3f98d3;
    color: #fff;
    margin: 10px;
}

.portraitblock {
    display: none;
    position: absolute;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    z-index: 100000000000000000000000000;
}

.portraitblock img {
    filter: invert(1);
    width: 80px;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    margin: auto;
}

@media only screen and (max-width: 1000px) and (orientation: portrait) {
    .portraitblock {
        display: flex;
    }
}

@media only screen and (max-width: 1000px) {
    .desk-inst {
        display: none;
    }
    .mob-inst {
        display: block;
    }
}