/* Font Declarartions */

@font-face {
    /*font-family: 'Bebas Neue Regular';*/
    font-family: 'Nunito Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    src: local('Bebas Neue Regular'), url('../fonts/BebasNeue Regular.woff') format('woff');
}


/* Font Declarartions */


/* Top Bar */

.neostmt_topbar {
    position: absolute;
    top: 0px;
    width: 100%;
    /* right: 0px; */
    left: 0px;
    grid-auto-flow: column;
    grid-template-columns: max-content;
    grid-gap: 30px;
    height: 50px;
    display: grid;
    align-items: center;
    font-family: 'Nunito Sans', sans-serif;
    visibility: hidden;
    /* background: #FFFFFF; */
    /* background: rgba(0,0,0,0.33); */
    /* box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.33); */
    /*display: none;*/
}
.neostmt_topbarheader{
    display: grid;
    /*grid-auto-flow: column;*/
    /* grid-gap: 16px; */
    /*align-items: center;*/
    /*grid-template-columns: max-content;*/
    margin-left: 20px;
}
.neostmt_topbar_container {
    /* position: absolute; */
    height: auto;
    width: 70%;
    grid-auto-flow: column;
    grid-auto-columns: max-content;
    /* float: right; */
    display: grid;
    align-items: center;
    /*left: 50px;*/
    justify-items: center;
    grid-gap: 30px;
	/* display: none; */
}
#neostmt_Logo{
    background-image: url('../images/icons/clientlogo.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 160px;
    height: 50px;
    float: left;
    justify-self: flex-start;
    margin-left: 25px;
    margin-top: 5px;
    /* display: none; */
    /* visibility: hidden; */
}
.neostmt_getQuote{
    background: #F44A77;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
    width: max-content;
    padding: 6px 14px;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0.4px;
    justify-self: start;
    border-radius: 2px;
    /* margin-right: 70px; */
    cursor: pointer;
	 /* display: none; */
}

.neostmt_topbar_container_button {
    background: transparent;
    height: min-content;
    cursor: pointer;
    position: relative;
    outline: none;
    border-radius: 5px;
    z-index: 4;
    padding: 6px 14px;
    letter-spacing: 0.48px;
    font-size: 14px;
    color: white;
    background-image: linear-gradient(#ffffff, #ffffff);
    background-repeat: no-repeat;
    transition: background-size .5s, color .5s;
    line-height: 19px;
    background-position: 50% 50%;
    background-size: 0% 0%;
    /* transition: 0.7s ease; */
	display:none;
}

.neostmt_topbar_container_button:hover {
    /* background-color: white; */
    outline: none;
    color: #f44a77;
    background-size: 100% 100%;
    border-radius: 5px;
    padding: 6px 14px;
}

.neostmt_active {
    pointer-events: none;
    cursor: none;
    background-color: #ffffff;
    outline: none;
    font-size: 14px;
    padding: 6px 14px;
    color: #f44a77;
}


/* Block */

.neostmt_areablock {
    height: 200px;
    width: 150px;
    position: absolute;
    border: 0.1px solid;
    top: 50%;
    left: 20%;
    display: none;
}

.neostmt_areablock .neostmt_areablock_header {
    height: 20%;
    background: #191d29;
    color: white;
    text-align: center;
    padding: 5%;
}

.neostmt_areablock_header span {
    margin: auto;
}

.neostmt_areablock .neostmt_areablock_body {
    height: 80%;
    background: white;
    opacity: 0.5;
}


/* Bottom Bar */

.neostmt_bottombar {
    position: fixed;
    /*bottom: 19px;*/
    bottom: 5px;
    right: 0px;
    left: 0px;
    /*height: 50px;*/
    /*background: #222838;*/
    display: none;
    justify-content: center;
    align-items: center;
}

.neostmt_bottombar_menucontainer {
    display: none;
    margin: auto;
    padding: 10px 30px;
    -moz-box-shadow: inset 0 0 3px rgba(21, 26, 41, 0.71);
    -webkit-box-shadow: inset 0 0 3px rgba(21, 26, 41, 0.71);
    box-shadow: inset 0 0 3px rgba(21, 26, 41, 0.71);
}

.neostmt_bottombar_menucontainer .neomenu-item {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline !important;
}

.neobottombar_button {
    padding: 0 5%;
    height: 100%;
    background: transparent;
    text-transform: uppercase;
    cursor: pointer;
    outline: none;
    border: none;
    font-size: 20px;
    letter-spacing: 1.5px;
    line-height: 6px;
}

.neobottombar_button div {
    height: 50%;
    min-width: 25px;
    border: 1px solid white;
}

.neostmt_bottombar_rightcontainer {
    position: absolute;
    height: 100%;
    bottom: 40px;
    right: 0px;
    padding: 10px 0 !important;
    display: inline-flex;
}

.neostmt_minimap {
    padding: 0px 5px 3px 9px;
    /*background-color: #ffffff;*/
    border-radius: 48px;
    height: 40px;
    width: 40px;
}

.neostmt_minimap:hover {
    /*color: #FFF;*/
}

.neostmt_minimap_icon {
    background-image: url('../images/icons/magiktour/minimap.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 46px;
    height: 46px;
    border-radius: 48px;
    display: inline-block;
    margin-right: 30px;
}
.neostmt_middleicons {
	position: absolute !important;
    width: fit-content;
    width: -moz-fit-content;
    display: grid;
    grid-gap: 25px;
    right: 46vw;
    grid-auto-flow: column;
    margin: auto;
}

.neostmt_filter_icon{
    background-image: url('../images/icons/magiktour/filter.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 46px;
    height: 46px;
    border-radius: 48px;
    display: inline-block;
    margin-right: 30px;
}
.neostmt_walkthrough_icon{
    background-image: url('../images/icons/magiktour/Walkthrough.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 46px;
    border-radius: 48px;
    display: inline-block;
    /* margin-right: 30px; */
    display: none;
}
.neostmt_walkthrough_icon:hover {
    background-image: url('../images/icons/magiktour/Walkthroughhover.svg');

}
#neostmt_rightelements{
    grid-auto-flow: column;
    display: grid;
    justify-items: end;
    grid-gap: 20px;
    position: absolute;
    right: 50px;
	display:none;
}
.neostmt_drone_icon{
    background-image: url('../images/icons/magiktour/Drone.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 46px;
    border-radius: 48px;
    display: inline-block;
    /* margin-right: 250px; */
    display: none;
}
.neostmt_drone_icon:hover {
    background-image: url('../images/icons/magiktour/Dronehover.svg');
}

.neostmt_chatbot_icon{
    background-image: url('../images/icons/magiktour/chatbot.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 46px;
    border-radius: 48px;
    display: inline-block;
    margin-right: 30px;
    display: none;
}
.neostmt_chatbot_icon:hover {
    background-image: url('../images/icons/magiktour/chatbothover.svg');
}

.neostmt_analytics_icon{
    background-image: url('../images/icons/magiktour/Analytics.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 46px;
    border-radius: 48px;
    display: inline-block;
    margin-right: 30px;
    display: none;
}
.neostmt_analytics_icon:hover {
    background-image: url('../images/icons/magiktour/Analytics-hover.svg');
}

.neostmt_expand_icon{
    background-image: url('../images/icons/magiktour/Expand.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 46px;
    height: 46px;
    border-radius: 48px;
    display: inline-block;
    margin-right: 30px;
    display: none;
}
.neostmt_expand_icon:hover {
    background-image: url('../images/icons/magiktour/Expandhover.svg');
}
.neostmt_minimap_icon:hover {
    background-image: url('../images/icons/magiktour/minimaphover.svg')
}
.neostmt_filter_icon:hover {
    background-image: url('../images/icons/magiktour/filter copyhover.svg')
}
.neostmt_filter_icon_Click {
    background-image: url('../images/icons/magiktour/filter.svg')
}
.neodropmic--show {
    box-shadow: 0px 0px 10px #888888;
}

.neostmt_menufiltered {
    box-shadow: 0px 0px 10px #888888;
}

.neostmt_help_icon {
    background-image: url('../images/icons/help icon.png');
}

.neostmt_help_icon:hover {
    background-image: url('../images/icons/help icon.png')
}


/* Compass_ST */

.neostmt_compass {
    position: absolute;
    right: 0;
    top: 70px;
    background: transparent;
    width: 7%;
    margin: 10px 10px;
    display: none;
}

.neosticky-container-label {
    font-family: Bebas Neue Regular;
    background-color: #222838;
    position: fixed;
    /*right: -15px;*/
    height: 40px;
    bottom: 80px;
    width: 70px;
    padding: 5px 15px;
    color: white;
    transform: rotate(-90deg);
    letter-spacing: 2px;
    display: none;
}

.neosticky-container {
    font-family: Bebas Neue Regular;
    padding: 0px;
    margin: 0px;
    position: fixed;
    right: 0px;
    bottom: 150px;
    width: 200px;
    display: none;
}

.neosticky {
    max-height: 400px;
    overflow-x: hidden;
    overflow-y: auto;
}

.neosticky li {
    border-radius: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 14em;
    list-style-type: none;
    background-color: #222838;
    color: #efefef;
    height: 43px;
    padding: 0px;
    margin: 0px 0px 1px 160px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
    opacity: 0.8;
    letter-spacing: 1.5px;
}

.neosticky li:hover {
    margin-left: 5px;
    opacity: 1;
}

.neosticky li img {
    float: left;
    margin: 10px 10px;
    margin-right: 11px;
    border: 1px solid#fff;
    /*background: white;*/
    width: 20px;
    height: 20px;
}

.neosticky li p {
    padding: 0px;
    margin: 0px;
    text-transform: uppercase;
    line-height: 43px;
    font-size: 15px
}

.neosticky-container .neoss-content {
    width: 106% !important;
}


/* Area Details Box */

.neostmt_areadetailblock {
    font-family: BabasNeue;
    position: absolute;
    left: 50px;
    top: 70px;
}

.neocounter span.neostmt_area_counter:not(.neotitle_1) {
    color: #FFF;
    font-size: 25px;
    font-weight: normal;
    letter-spacing: 1.5px;
}


/* St Popup */

.neostmt_popup {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    padding: 5% 20%;
    background: rgba(0,0,0,.5);
    /*padding: 5% 20%;*/
}
.neostmt_popupMobile {
    position: fixed;
    /* bottom: 0; */
    /* left: 0; */
    /* right: 0; */
    z-index: 9999;
    top: 0;
    /* padding: 5% 15%; */
    /*padding: 5% 20%;*/
}

.neostmt_popup_container {
    height: 70vh;
    width: 65vw;
    grid-template-rows: 40px 1fr;
    /*margin: auto;*/
    display: grid;
    box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.83);
    background-color: #fff;
}


.neostmt_popup_containerMobile {
    height: 100vh;
    width: 100vw;
    grid-template-rows: 40px 1fr;
    display: grid;
    box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.83);
    background-color: #fff;
}
.neostmt_popup_container_header {
    height: auto;
    padding: 0 10px;
    display: inline-block;
    width: 100%;
}

.neostmt_popup_container_close {
    float: right;
    position: relative;
    background: #bebebe;
    padding: 5px;
    line-height: 10px;
    cursor: pointer;
    font-size: 20px;
    margin: -5px -10px;
}

.neostmt_popup_container_title {
    font-size: 20px;
    display: inline-block;
}
.neostmt_popup_container_titleMobile {
    font-size: 16px;
    display: inline-block;
}
.neostmt_popup_container_booknow {
    /*float: right;*/
    /*margin: 5px;*/
    /*position: relative;*/
    /*left: 55%;*/
    /*bottom : 5px;*/
    display: grid;
}

.neostmt_popup_booknow_panel{
    position: absolute;
    width: 200px;
    padding: 10px 5px;
    border: 1px solid white;
    background: grey;
}

.neostmt_popup_booknow_panel input{
    margin: 2px;
}

.neostmt_popup_booknow_book{
    margin: 5px 5px;
    float: left;
    padding: 0 15px !important;
    height: 30px !important;
}

.neostmt_popup_booknow_cancel{
    margin: 5px 5px;
    float: right;
    padding: 0 15px !important;
    height: 30px !important;
    background: black !important;
}

.neostmt_menu_active {
    color: #f44a77 !important;
}

.neostmt_popup_container_booknow button {
    font-family: BabasNeue;
    background: #f44a77;
    color: white;
    z-index: 501;
    letter-spacing: 1px;
    font-size: 15px;
    padding: 0px 25px;
    line-height: 30px;
    height: 35px;
    border: 0;
    text-transform: uppercase;
    cursor: pointer;
}

.neostmt_popup_container_header2 {
    height: 45px;
    margin: auto;
    background: #bebebe;
}
.neostmt_popup_container_header2Mobile {
    height: 30px;
    margin: auto;
    background: #bebebe;
}

.neostmt_popup_container_price {
    float: left;
    margin: 10px;
}

.neostmt_striked {
    font-size: 15px;
    text-decoration: line-through;
    margin: 0 5px;
}

.stmt_striked::before {
    font-family: FontAwesome;
    content: "\f156";
}

.neostmt_nonstriked {
    font-size: 20px;
    margin: 0 5px;
}

.neostmt_nonstriked::before {
    font-family: FontAwesome;
    content: "\f156";
}

.neostmt_popup_container_body {
    height: auto;
    width: 100%;
    display: inline-block;
}

.neostmt_popup_container_body_left {
    height: 400px;
    width: 20%;
    float: left;
}
.neostmt_popup_container_body_leftMobile {
    /*height: 400px;*/
    width: 20%;
    float: left;
}
.neostmt_popup_container_body_right {
    float: right;
    width: 80%;
    border-left: 1px solid #bebebe;
    max-height: 400px;
    overflow-y: hidden;
    overflow-x: hidden;
    /* padding: 20px; */
}
.neostmt_popup_container_body_rightMobile {
    float: right;
    width: 80%;
    border-left: 1px solid #bebebe;
    height: 60vh;
    overflow-y: hidden;
    overflow-x: hidden;
    /* padding: 20px; */
}
.neostmt_popup_container_body_left ul {
    overflow-y: auto;
    height: 100%;
    list-style: none;
    padding: 0;
}
.neostmt_popup_container_body_leftMobile ul {
    overflow-y: auto;
    height: 100%;
    list-style: none;
    padding: 0;
}
.neostmt_popup_panel {
    /*height: 400px;*/
    height: calc(65vh);
    overflow-y: scroll;
    width: auto;
    overflow-x: hidden;

}
.neostmt_popup_panelMobile {
    height: calc(80vh - 40px);
    overflow-y: scroll;
    width: auto;
    overflow-x: hidden;
}
.neostmt_popup_container_body_left li {
    padding: 10px;
    border-bottom: none;
    cursor: pointer;
}

.neostmt_popup_container_body_left li a {
    font-size: 16px;
    color: #858da0;
    text-decoration: none;
}

.neostmt_popup_container_body_left li a:hover {
    color: #f44a77;
}
.neostmt_popup_container_body_leftMobile li {
    padding: 10px;
    border-bottom: none;
    cursor: pointer;
}

.neostmt_popup_container_body_leftMobile li a {
    font-size: 13px;
    color: #858da0;
    text-decoration: none;
}

.neostmt_popup_container_body_leftMobile li a:hover {
    color: #f44a77;
}

.neostmt_item {
    display: block;
    margin: 15px;
}

.neostmt_uidisable {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url('../images/glass.png');
    z-index: 999;
    pointer-events: none;
    cursor: none;
}


/* Responsive */

@media only screen and (max-width: 768px) {
    .neostmt_topbar_container {
        left: 20px;
    }
    .neostmt_minimap {
        padding: 1px 7px 3px 10px;
    }
    .neostmt_minimap button i {
        margin: 0px !important;
    }
    .neostmt_bottombar_rightcontainer {
        right: 20px;
    }
    .neostmt_areadetailblock {
        left: 20px
    }
}

@media only screen and (max-width: 530px) {
    .neostmt_topbar_container {
        left: 10px!important;
    }
    .neostmt_areablock {
        height: 100px;
        width: 75px;
    }
    .neostmt_bottombar_rightcontainer {
        right: 10px;
    }
    .neostmt_minimap button i {
        margin: 0px !important;
    }
    .neostmt_areadetailblock {
        left: 10px
    }
}

@media only screen and (max-width: 480px) {
    .neostmt_areablock,
    .neostmt_topbar_container_button span {
        display: none;
    }
}

@media only screen and (min-width:568px) and (max-width:736px) {
    .neostmt_topbar_container_button {
        /*width: 200px !important;*/
        border: none;
        float: right;
    }
    .neosticky-container {
        bottom: 25% !important;
    }
    .neosticky {
        max-height: 175px !important;
    }
}

@media only screen and (min-width:736px) {
    .neostmt_topbar_container_button {
        border: none;
        float: right;
    }
}


/* new DropupUI */

.neostmt_new_dropbtn {
    /*background-color: inherit;*/
    font-size: 16px;
    border: none;
    width: 280px;
    height: 34px;
    overflow: hidden;
    cursor: pointer;
    text-overflow: ellipsis;
    color: rgba(0,0,0,0.87);
    padding: 5px 1px 1px 22px;

}

.neostmt_new_dropup {
    position: absolute;
    display: inline-block;
    /*top:400px;*/
    bottom: 7px;
    left: 51px;
    width: 280px;
    height: 35px;
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    box-shadow: 0 2px 2px 1px rgba(0,0,0,0.54);
    border-radius: 2px;
    color: rgba(0,0,0,0.54);
}
/*cursor: pointer;*/

.neostmt_new_blocks{
    height: 40px;
    width: 280px;
    padding: 10px 2px 1px 24px;
    overflow: hidden;
    color: rgba(0,0,0,0.54);
    text-overflow: ellipsis;
    font-size: 16px;
    display: grid;
    /* place-items: center; */
    /* align-items: center; */
}

.neostmt_new_dropup-content {
    cursor: pointer;
    display: none;
    position: absolute;
    /*width: 190px;*/
    bottom: 36px;
    color: rgba(0,0,0,0.54);

    z-index: 1;
    /*text-align: center;*/
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    box-shadow: 0 2px 2px 1px rgba(0,0,0,0.54);
    border-radius: 2px;
    overflow: hidden;
    text-overflow: ellipsis;

}
#neostmt_selectedTowerName{
    /*height: 50px;*/
    width: 200px;
    position: absolute;
    top: 11px;
    left: 45%;
    /*background-color: #ffffff;*/
    color: #f44a77;
    display: none;
}
.neostmt_new_dropup-content div {

    /*padding: 8px 2px 2px 26px;*/
    text-decoration: none;
    display: block;
    /*width: 160px;*/
    /*height: 32px;*/
    background: #FFFFFF;
    border-radius: 3px 3px 0 0;
    /*font-family: NunitoSans-SemiBold;*/
    font-size: 14px;
    color: rgba(0,0,0,0.54);

}

.neostmt_new_dropup-content div:hover {
    background-color: #ffffff;
    color: #f44a77;
}

.neostmt_new_dropup:hover .stmt_new_dropup-content {
    /*display: block;*/

}

.neostmt_new_dropup:hover  {
    /*background-color: #3e8e41;*/
}
.neostmt_new_show{
    display: block !important;
}
#neostmt_new_symbol{
    background: url("../images/icons/magiktour/Dropup.svg");
    position: absolute;
    top: 12px;
    right: 15px;
    width: 11px;
    height: 6px;
}
#neodropDownContainerID{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    /*bottom: 17px;*/
    width: max-content;
    display: inline-grid;
    grid-auto-flow: column;
    /*grid-template-columns: repeat(3,fit-content(30px));*/
    align-items: center;
    grid-column-gap: 50px;
    width: -webkit-max-content;
    width: -moz-max-content;
}
.neodropDownClassContainer{
    left: 40%;
    bottom: 17px;
}
.neodropDownContainerClass{
    position: absolute;
    left: 50px;
    top: 215px;
    display: inline-grid;
    grid-auto-flow: column;
    align-items: center;
    grid-column-gap: 50px;
}
.neothumbnaildropDownContainerClass{
    position: absolute;
    left: 40%;
    bottom: 17px;
    display: inline-grid;
    grid-auto-flow: column;
    /*grid-template-columns: repeat(3,fit-content(30px));*/
    align-items: center;
    grid-column-gap: 50px;
}

.neostmt_new_dropbtnContainer_thumbnail{
    position: absolute;
}
.neonew_imageNextSTMT{
    background-image: url("../images/icons/magiktour/next.svg");
    width: 46px;
    height: 46px;
    border-radius: 48px;
    background-size: 100% 100%;
    /*position:  absolute;*/
    bottom: 12px;
    left: 60%;
    cursor: pointer;
}
.neonew_imageNextSTMT:hover{
    background-image: url("../images/icons/magiktour/next copy.svg");
}
.neonew_imagePrevSTMT{
    background-image: url("../images/icons/magiktour/previous- available copy 2.svg");
    width: 46px;
    height:46px;
    border-radius: 48px;
    background-size: 100% 100%;
    /*position:  absolute;*/
    bottom: 12px;
    left: 39%;
    cursor: pointer;
}
.neonew_imagePrevSTMT:hover{
    background-image: url("../images/icons/magiktour/previous- hover copy 2.svg");
}
#neonew_imageUpSTMT{
    background-image: url("../images/icons/magiktour/top- available.svg");
    width: 46px;
    height: 46px;
    border-radius: 48px;
    background-size: 100% 100%;
    /*position:  absolute;*/
    bottom: 12px;
    left: 39%;
    cursor: pointer;
}
#neonew_imageUpSTMT:hover{
    background-image: url("../images/icons/magiktour/top- hover.svg");
}
#neonew_imageDownSTMT{
    background-image: url("../images/icons/magiktour/bottom-available.svg");
    width: 46px;
    height: 46px;
    border-radius: 48px;
    background-size: 100% 100%;
    /*position:  absolute;*/
    cursor: pointer;
    bottom: 12px;
    left: 60%;
}
#neonew_imageDownSTMT:hover{
    background-image: url("../images/icons/magiktour/bottom-hover.svg");
}
.neonew_closeInnerThumbnailSTMT {
    /*position: absolute;*/
    /*top: 11vh;*/
    /*left: 5vw;*/
    width: 27px;
    height: 20px;
    border-radius: 48px;
    /*z-index: 9998;*/
    cursor: pointer;
    background-image: url('../images/icons/magiktour/back arrow.svg');
    background-size: 100% 100%;
}
#neonew_closeInnerThumbnailSTMTcontainer {
    position: absolute;
    top: 11vh;
    /*right: 4vw;*/
    left: 5vw;
    display: grid;
    grid-column-gap: 16px;
    grid-auto-flow: column;
    align-items: center;
    justify-items: center;
    z-index: 9998;
    cursor: pointer;

}
#neonew_closeInnerThumbnailSTMTtext {
    font-size: 15px;
    color: rgba(0,0,0,0.54);
    cursor: pointer;
}
.neoinner_thumbnailContents{
    /*z-index: 9999;*/
}

.neonew_Dropup_thumbnail {
    /*position: absolute;*/
    display: inline-block;
    /*top:400px;*/
    bottom: 19px;
    left: 45%;
    width: 190px;
    height: 35px;
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    box-shadow: 0 2px 2px 1px rgba(0,0,0,0.54);
    border-radius: 2px;
    color: rgba(0,0,0,0.54);
}

.neostmt_new_symbol_thumbnail{
    /* background: url("../images/icons/magiktour/Dropup.svg"); */
    background: url("../images/icons/magiktour/dropdown.svg");
    background-repeat: no-repeat;
    position: absolute;
    top: 12px;
    right: 15px;
    width: 11px;
    height: 6px;
}

.neostmt_new_dropbtn_thumbnail {
    background-color: inherit;
    font-size: 16px;
    border: none;
    width: 190px;
    height: 34px;
    overflow: hidden;
    cursor: pointer;
    text-overflow: ellipsis;
    color: rgba(0,0,0,0.87);
    padding: 5px 1px 1px 22px;

}

.neostmt_new_dropup_thumbnail {
    position: absolute;
    display: inline-block;
    /*top:400px;*/
    bottom: 7px;
    left: 51px;
    width: 190px;
    height: 35px;
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    box-shadow: 0 2px 2px 1px rgba(0,0,0,0.54);
    border-radius: 2px;
    color: rgba(0,0,0,0.54);
}
/*cursor: pointer;*/

.neostmt_new_blocks_thumbnail{
    height: 40px;
    width: 190px;
    padding: 10px 2px 1px 24px;
    overflow: hidden;
    color: rgba(0,0,0,0.54);

    text-overflow: ellipsis;
}

.neostmt_new_dropup-content_thumbnail {
    cursor: pointer;
    display: none;
    position: absolute;
    /*width: 190px;*/
    /*bottom: 37px;*/
    color: rgba(0,0,0,0.54);
    z-index: 1;
    /*text-align: center;*/
    max-height: 60vh;
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    box-shadow: 0 2px 2px 1px rgba(0,0,0,0.54);
    border-radius: 2px;
    overflow-y: scroll;
    text-overflow: ellipsis;
}
.neostmt_new_dropup-content_thumbnail div {

    text-decoration: none;
    display: block;
    background: #FFFFFF;
    border-radius: 3px 3px 0 0;
    font-size: 14px;
    color: rgba(0,0,0,0.54);

}

.neostmt_new_dropup-content_thumbnail div:hover {
    background-color: #ffffff;
    color: #f44a77;
}
.neostmt_new_dropup-content_thumbnaildown{
    top: 37px;
}
.neostmt_new_dropup-content_thumbnailup{
    bottom: 37px;
}
.neostmt_new_show_thumbnail{
    display: block;
    overflow-y: scroll;
}

.neonew_bottomSlideshow_thumbnail {
    position: absolute;
    /*bottom: 50%;*/
    /*height: 15vh;*/
    /*width: 70%;*/
    overflow-y: auto;
    overflow-x: hidden;
    top: 0;
    bottom: 0;
    left: 3vw;
    display: grid;
    height: 60vh;
    margin: auto;
    align-items: center;
    justify-items: center;
}
.neonew_bottomSlideHolder_thumbnail {
    justify-content: center;
    /*display: flex;*/
    display: grid;
}

.neonew_prevSmall_thumbnail {
    background-image: url('../images/icons/previousArrow small.svg');
    width: 13.3px;
    height: 23.5px;
    /*position: absolute;*/
    /* bottom: 30px; */
    /* top: 0px; */
    left: 90px;
    transform: rotate(90deg);
    cursor: pointer;
}

.neonew_nextSmall_thumbnail {
    background-image: url('../images/icons/nextArrow-small.svg');
    width: 13.3px;
    height: 23.5px;
    left: 90px;
    /*position: absolute;*/
    transform: rotate(90deg);
    bottom: 0px;
    cursor: pointer;
}
.neonew_dot_thumbnail {
    opacity: 0.5;
    cursor: pointer;
    height: 95px;
    width: 135px;
    /*margin: 21px 12px;*/
    /*display: flex;*/
    background-size: 100% 100%;
    background-repeat: no-repeat;
    transition: background-color 0.6s ease;
}
.neonew_active_thumbnail,
.neonew_dot_thumbnail:hover {
    opacity: 1;
}
.neoimgDivsContainer{
    display: inline-grid;
    /*grid-template-rows: repeat(2,fit-content(27px));*/
    align-items: center;
    justify-items: center;
}
.neonew_text_thumbnail {
    padding: 8px 12px;
    /*position: absolute;*/
    /*bottom: 0px;*/
    /*width: 100%;*/
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0.54px;
    /*text-align: center;*/
    color: rgba(0, 0, 0, 0.54);
}
.neonew_text_thumbnail:hover{
    color: #f44a77;
}

#neotopBarTitleDisplay{
    position: absolute;
    left: 0;
    right: 0;
    top: 1.5vh;
    z-index: 9996;
    color: #f44a77;
    margin: auto;
    font-size: 17px;
    width: 400px;
    border: 0;
    pointer-events: none;
    background: white;
}
.neoopacityChange{
    opacity: 1 !important;
}
.neochangeColorPink{
    color: #f44a77 !important;
}
.neoremovePointerEvents{
    pointer-events: none !important;
}
.neodisableUpIcon{
    background-image: url('../images/icons/top - Disable.svg') !important;
}
.neodisableDwnIcon{
    background-image: url('../images/icons/bottom-disable.svg') !important;
}
.neodisableLeftIcon{
    background-image: url('../images/icons/previous - Disable Copy 2.svg') !important;
}
.neodisableRightIcon{
    background-image: url('../images/icons/next copy 2.svg') !important;
}

.neonew_bottomSlideshow_thumbnail::-webkit-scrollbar {
    width: 0px;
}
.neostmt_popup_panelMobile::-webkit-scrollbar {
    width: 0px;
}
.neostmt_popup_container::-webkit-scrollbar {
    width: 0px;
}
.neostmt_new_dropup-content_thumbnail::-webkit-scrollbar {
    width: 0px;
}
.neostmt_popup_panel::-webkit-scrollbar {
    width: 0px;
}
.neonew_tower_topBarClass{
    position: fixed;
    top: 0px;
    right: 0px;
    left: 0px;
    width: 100%;
    display: inline-flex;
    height: 50px;
    /* grid-template-columns: 7% 60% 30%; */
    grid-auto-flow: column;
    justify-items: center;
    align-items: center;
    background: #FFFFFF;
    z-index: 999;
}
.neonew_tower_closeFullScreen {
    background-repeat: no-repeat;
    background-size: contain;
    width: 36px;
    height: 20px;
    justify-self: flex-start;
    display: grid;
    margin-left: 2%;
    background-image: url("../images/icons/back arrow.svg");
}
.neonew_tower_titleFullScreen{
    /*width: 80vw;*/
    /* height: 7vh; */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    justify-self: flex-start;
    display: grid;
    margin-left: 2%;
    font-size: 18px;
}

.neonew_tower_topBarMobile{
    position: fixed;
    top: 0px;
    right: 0px;
    left: 0px;
    width: 100%;
    display: inline-flex;
    height: 25px;
    grid-auto-flow: column;
    justify-items: center;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.33);
    z-index: 999;
}
.neonew_tower_closeFullScreenMobile {
    background-repeat: no-repeat;
    background-size: contain;
    width: 36px;
    height: 16px;
    justify-self: flex-start;
    display: grid;
    margin-left: 2%;
    background-image: url("../images/icons/back arrow.svg");
}
.neonew_tower_titleFullScreenMobile{
    /*width: 80vw;*/
    /* height: 7vh; */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    justify-self: flex-start;
    display: grid;
    margin-left: 2%;
    font-size: 13px;
}

.neostmtnewflatpopup{
    background: #F5F5F5;
    grid-auto-flow: column;
    display: grid;
    border-radius: 2px;
    /*height: 40px;*/
}
.neoflatpopuptitleleft{
    display: grid;
    grid-gap: 13px;
    grid-auto-flow: column;
    justify-items: center;
    grid-auto-columns: max-content;
    align-items: center;
    font-size: 16px;
    color: rgba(0,0,0,0.87);
    letter-spacing: 0.54px;
    text-align: center;
    padding-left: 10px;
}
.neoflatpopuptitleright{
    display: grid;
    grid-gap: 35px;
    grid-auto-flow: column;
    justify-self: end;
    grid-auto-columns: max-content;
    align-items: center;
    font-size: 16px;
    color: #f44a77;
    letter-spacing: 0.54px;
    text-align: center;
    padding-right: 24px;
}
.neoflatpopuptitle{
    border-right: 1px solid;
    padding-right: 10px;
    font-size: 16px;
    color: rgba(0,0,0,0.87);
    letter-spacing: 0.54px;
}
.neoflatpopupvalue{
    font-size: 16px;
    color: rgba(0,0,0,0.87);
    letter-spacing: 0.54px;
}
.neoflatpopupclose{
    /* font-family: NunitoSans-SemiBold; */
    background: url("../images/icons/magiktour/close.svg");
    width: 15.5px;
    height: 15.5px;
    cursor: pointer;
}
#neozoomindivid{
    background-image: url("../images/storyteller/Zoom in.svg");
    width: 50px;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 100px;
    cursor: pointer;
    left: 50px;
    box-shadow: 0 2px 4px 2px rgba(0,0,0,0.30);
    border-radius: 28px;
}
#neozoomoutdivid{
    background: url("../images/storyteller/Zoom out.svg");
    width: 50px;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 30px;
    cursor: pointer;
    left: 50px;
    box-shadow: 0 2px 4px 2px rgba(0,0,0,0.30);
    border-radius: 28px;
}
#neozoomindivid:hover{
    background-image: url("../images/storyteller/Zoom in hover.svg");
}
#neozoomoutdivid:hover{
    background-image: url("../images/storyteller/Zoom out-hover.svg");
}
#neoslidepopupcontainer{
    /*visibility: hidden;*/
    position: absolute;
    top: 55px;
    height: 100%;
    right: -300px;
    width: 300px;
    display: grid;
    grid-template-rows: 50px 1fr;
}
#neoslidepopuptopbar{
    display: grid;
    align-items: center;
    justify-items: center;
    grid-auto-flow: column;
    background: rgba(0,0,0,.1);
}
#neoslidepopuptopbartext{

}
#neoslidepopuptopbarclose{
    background-size: contain;
    width: 15px;
    height: 15px;
    /* align-self: center; */
    margin-left: 50px;
    cursor: pointer;
    /*top: 1vh;*/
    /* display: grid; */
    background-repeat: no-repeat;
    background: url("../images/icons/magiktour/close.svg");
}
#neoslidepopupimgcontainer {
    background-size: contain;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-image: url('../download/Analytics.jpg');
}
.neostmt_popup_panelMobile::-webkit-scrollbar {
    width: 0px;
}

#neostmtpdfID{
    /*position: absolute;*/
    /*top: 50px;*/
    width: 100%;
    height: 100%;
    /*height: calc(100% - 50px);*/
}
#neoanchortagpdfstmt{
    text-decoration: none;
}
#neopdiv_inpdf{
    position: relative;
    top: 20vh;
    left: 30%;
}
#neopdfcontainerstmt{
    background: white;
    width: 100%;
    position: absolute;
    height: 100%;
    top: 50px;

}
.neopdfcontainerstmtMobile{

    background: white;
    width: 100%;
    position: absolute;
    height: 100%;
    top: 14vh !important;
}
#neopdfcontainerstmtfullscreen{
    background: white;
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    display: grid;
    grid-template-rows: 50px 1fr;
}
#neopdfcloseContainerstmtmobile{
    background-image: url('../images/icons/close menu.svg');
    position: absolute;
    top: 1vh;
    right: 20px;
    height: 12vh;
    width: 8vw;
    /*z-index: 9998;*/
    cursor: pointer;
    background-size: 100% 100%;
}
#neopdfcloseContainerstmtfullscreen{
    background-repeat: no-repeat;
    background-size: contain;
    width: 36px;
    height: 28px;
    align-self: center;
    margin-left: 50px;
    cursor: pointer;
    /*top: 1vh;*/
    display: grid;
    background-image: url('../images/icons/back arrow.svg');
}
#neopdfcloseContainerdivstmtfullscreen{
    display: grid;
    box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.33);
}
#neoicon360{
    background-image: url('../images/icons/360-small.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 48px;
    height: 48px;
    cursor: pointer;
    position: absolute;
    top: 80px;
    left: 30px;
}
#neostmt_topbarheader{
    align-items: center;
    display: grid;
    justify-items: center;
}
.neoloadBottomIons{
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 46px;
    border-radius: 48px;
    /*display: inline-block;*/
    /*margin-right: 30px;*/
}
#neoBottomwalktroughicon{
    background-image: url('../images/icons/magiktour/Walkthrough.svg');
}
#neoBottomwalktroughicon:hover {
    background-image: url('../images/icons/magiktour/Walkthroughhover.svg');
}
#neoBottomamenitiesicon{
    background-image: url('../images/icons/magiktour/Amenities.svg');
}
#neoBottomamenitiesicon:hover {
    background-image: url('../images/icons/magiktour/Amenities-hover.svg');
}
#neoBottomlocalityicon{
    background-image: url('../images/icons/magiktour/Locality.svg');
}
#neoBottomlocalityicon:hover {
    background-image: url('../images/icons/magiktour/Locality-hover.svg');
}
#leftbottomiconslistidhomeicon:hover {
    background-image: url('../images/icons/magiktour/home-hover.svg');
}
#leftbottomiconslistidgooglemapsicon:hover {
    background-image: url('../images/icons/magiktour/Maps-hover.svg');
}
.actionGroupnextweb:hover {
    background-image: url('../images/storyteller/next -hover.svg');
}
.actionGroupprevweb:hover {
    background-image: url('../images/storyteller/Previous - hover.svg');
}
.new_prevfullscreen:hover {
    background-image: url('../images/icons/magiktour/Previous-hover.svg');
}
.new_nextfullscreen:hover {
    background-image: url('../images/icons/magiktour/next-hover.svg');
}
.actionGrouppauseiconweb:hover {
    background-image: url('../images/icons/magiktour/pause-hover.svg');
}
.actionGroupplayiconweb:hover {
    background-image: url('../images/icons/magiktour/play-hover.svg');
}

.neostmt_topbarheader_idclose{
    background-image: url('../images/icons/magiktour/back.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 21px;
    height: 16px;
    cursor: pointer;
}
#neoloadBottomIonsmain{
    display: grid;
    position: absolute;
    bottom: 5px;
    left: 0;
    grid-gap: 20px;
    right: 0px;
    width: fit-content;
    grid-auto-flow: column;
    margin: auto;
}
.neowalthroughtext{
    position: absolute;
    background: #FFFFFF;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.30);
    border-radius: 2px;
    font-size: 14px;
    color: rgba(0,0,0,0.87);
    padding: 12px 25px;
	cursor:pointer;
}
.neowalthroughtext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 20%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #FFFFFF transparent transparent transparent;
}
.neostmt_topbarheader_idtext{
    font-size: 14px;
    color: rgba(255,255,255,0.87);
    /*text-align: center;*/
}
.neostmt_topbarheader_idmainclass{
    display: grid;
    grid-auto-flow: column;
    grid-gap: 16px;
    align-items: center;
    grid-template-columns: max-content;
}
.leftbottomiconslistgooglemapsicon{
    background-image: url('../images/storyteller/Maps Icon.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 46px;
    height: 46px;
    border-radius: 48px;
}
#leftbottomiconslistminimap{

}
.leftbottomiconslisthomeicon{
    background-image: url('../images/storyteller/home.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 46px;
    height: 46px;
    border-radius: 48px;
}
.leftbottomiconslistclass{
    display: grid;
    position: absolute;
    bottom: 5px;
    right: 50px;
    grid-auto-flow: column;
}
#neostmtshortlistcount{
    display: grid;
    grid-auto-flow: column;
    position: relative;
    justify-self: end;
    top: 6px;
    cursor: pointer;
	 /* display: none; */
}
#neostmtshortlistcounticon{
    background-image: url('../images/storyteller/shortlisted-home.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 23px;
    justify-self: end;
    right: -6px;
    position: relative;
    height: 21px;
    cursor: pointer;
}
#neostmtshortlistcounticon:hover {
    -webkit-transform: scale(1.5,1.5);
    transform: scale(1.5,1.5);
    -webkit-transition: all 0.3s ease-in-out;
}
#neostmtshortlistcounttext{
    font-size: 13px;
    color: #F44A77;
    background: #FFFFFF;
    height: 18px;
    width: 32px;
    padding: 1px 8px;
    z-index: 9;
    display: grid;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.30);
    border-radius: 4px;
}