
@font-face {
    font-family: 'Maven Pro';
    src: url('assets/fonts/MavenPro-Medium.ttf');
}
@font-face {
    font-family: 'Fira Sans';
    src: url('assets/fonts/fira-sans/FiraSans-Regular.otf') format('opentype');
}
@font-face {
    font-family: 'Fira Sans Bold1';
    src: url('assets/fonts/fira-sans/FiraSans-Medium.otf') format('opentype');
}
.stpro_dflex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.stpro_dflex_jbtwn{
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.stpro_dflex_fwrap{
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.stpro_dflex_fclmn{
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -webkit-flex-direction:column;
    -moz-box-orient:vertical;
    -moz-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
}

.stpro_merr {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: none;
    height: 100%;
}

.stpro_err_icon {
    height: 100px;
    width: 200px;
    border: 3px solid #313131;
    -webkit-border-radius: 10px;
            border-radius: 10px;
    -webkit-animation: rotateDvcIcon 1.5s ease-in-out infinite alternate;
         -o-animation: rotateDvcIcon 1.5s ease-in-out infinite alternate;
            animation: rotateDvcIcon 1.5s ease-in-out infinite alternate;
    display: none;
}

.stpro_err_msg {
    font-family: 'Maven Pro';
    color: #212121;
    font-size: 1.4em;
    margin-top: 104px;
    text-align: center;
    display: none;
}

.stpro_hide{
    display: none !important;
}
.stpro_opacity0{
    opacity: 0 !important;
}
.stpro_opacity1{
    opacity: 1 !important;
}
.stpro_waveeffect {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    overflow: hidden;
}

.stpro_waveeffect:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    background-image: -webkit-radial-gradient(circle, #cecece 10%, transparent 10.01%);
    background-image: -o-radial-gradient(circle, #cecece 10%, transparent 10.01%);
    background-image: radial-gradient(circle, #cecece 10%, transparent 10.01%);
    background-repeat: no-repeat;
    background-position: 50%;
    -webkit-transform: scale(10, 10);
        -ms-transform: scale(10, 10);
         -o-transform: scale(10, 10);
            transform: scale(10, 10);
    opacity: 0;
    -webkit-transition: opacity 1s, -webkit-transform .5s;
    transition: opacity 1s, -webkit-transform .5s;
    -o-transition: opacity 1s, -o-transform .5s;
    transition: transform .5s, opacity 1s;
    transition: transform .5s, opacity 1s, -webkit-transform .5s, -o-transform .5s;
}

.stpro_waveeffect:active:after {
    -webkit-transform: scale(0, 0);
        -ms-transform: scale(0, 0);
         -o-transform: scale(0, 0);
            transform: scale(0, 0);
    opacity: .3;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
}


.stpro_lbar_wrapper{
    padding: 0px 0px 16px;
    position: fixed;
    background: #ffffff;
    left: 0px;
    right: 55%;
    bottom: 0px;
    display: none;
    top: 0px;
    z-index: 9999;
    opacity: 1;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
.stpro_lcty_leftbar{
    position: relative;
    height: 100%;
    opacity: 1;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
}
.stpro_lcty_leftbar_close{
    position: absolute;
    right: -33px;
    top: 0px;
    bottom: 0px;
}
.stpro_lcty_leftbar_close0,.stpro_lcty_leftbar_close1{
    background: #FFD328;
    padding: 11px 13px;
    margin: auto 0px;
}
.stpro_lcty_leftbar_close0 .stpro_lcty_lbar_closeicon {
    background: url('assets/images/mapdrawclose0.png');
    -webkit-background-size: cover;
            background-size: cover;
    background-repeat: no-repeat;
    width: 7px;
    height: 12px;
}

.stpro_lcty_leftbar_close1 .stpro_lcty_lbar_closeicon {
    background: url('assets/images/mapdrawclose1.png');
    -webkit-background-size: cover;
            background-size: cover;
    background-repeat: no-repeat;
    width: 7px;
    height: 12px;
}

.stpro_lcty_leftbar1{
    padding: 16px;
    -webkit-box-shadow: 0px 2px 3px 0px #efefef;
            box-shadow: 0px 2px 3px 0px #efefef;
}
.stpro_lcty_leftbar11{
    background: url('assets/images/mapbackarrow.png');
    -webkit-background-size: contain;
            background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 14px;
    margin: auto 0px;
}
.stpro_lcty_leftbar12{
    font-family: 'Maven Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-transform: capitalize;
    color: #000000;
    padding-left: 17px;
    margin: auto 0px;
}
.stpro_lcty_leftbar2{
    padding: 0px 16px 10px;
}
.stpro_lcty_leftbar21{
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #000000; 
    padding: 4px 0px 16px;   
}
.stpro_lcty_leftbar22_1{
    width: 30%;
}

.stpro_lcty_map{
    height: 100%;
    position: fixed;
    left: 45%;
    right: 0px;
	top:0;
    z-index: 120;
    display: none;
    background: #f3f3f3;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
.stpro_lcty_map1{
    height: 100%;
    width: 100%;
}
.stpro_lcty_leftbar2inr{
    overflow-y: scroll;
    height: -webkit-calc(100% - 52px);
    height: calc(100% - 52px);
    padding: 20px 0px 0px;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
}
/* width */
.stpro_lcty_leftbar2inr::-webkit-scrollbar {
    width: 4px;
}

/* Track */
.stpro_lcty_leftbar2inr::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px #F3F3F3;
            box-shadow: inset 0 0 5px #F3F3F3; 
    -webkit-border-radius: 10px; 
            border-radius: 10px;
}

/* Handle */
.stpro_lcty_leftbar2inr::-webkit-scrollbar-thumb {
    background: #1F68EC; 
    -webkit-border-radius: 10px; 
            border-radius: 10px;
}

/* Handle on hover */
.stpro_lcty_leftbar2inr::-webkit-scrollbar-thumb:hover {
    background: #1F68EC; 
}
.stpro_lcty_leftbar22_11{
    border: 1px solid #FFD328;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-border-radius: 2px;
            border-radius: 2px;
    padding: 8px;
}
.stpro_lcty_leftbar22_11_1{
    width: 20px;
    height: 20px;
    -o-object-fit: contain;
       object-fit: contain;
}
.stpro_lcty_nlocicon1{
    background: url('assets/images/nearbyicons/bus stop icon.png');
    background-repeat: no-repeat;
    -webkit-background-size: contain;
            background-size: contain;
}
.stpro_lcty_nlocicon2{
    background: url('assets/images/nearbyicons/railway station icon.png');
    background-repeat: no-repeat;
    -webkit-background-size: contain;
            background-size: contain;
}
.stpro_lcty_nlocicon3{
    background: url('assets/images/nearbyicons/airport icon.png');
    background-repeat: no-repeat;
    -webkit-background-size: contain;
            background-size: contain;
}
.stpro_lcty_leftbar22_11_21{
    font-family: 'Fira Sans Bold1';
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 16px;
    text-align: center;
    color: #000000;
}
.stpro_lcty_leftbar22_11_22{
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    text-align: center;
    padding-top: 6px;
    color: #000000;
}
.stpro_lcty_leftbar22_12{
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    color: #000000;
    padding-top: 6px;
}
.stpro_lcty_leftbar3{
    padding: 0px 16px;
    opacity: 1;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}
.stpro_lcty_leftbar31{
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #000000;
    padding: 16px 0px;
}
.stpro_lcty_leftbar32_1otr{
    width: 25%;
    margin-bottom: 16px;
}
.stpro_lcty_leftbar32_1{
    width: 50px;
    margin: auto;
}
.stpro_lcty_leftbar32_11{
    padding: 12px;
    border: 1px solid #FFD328;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-border-radius: 50%;
            border-radius: 50%;
}
.stpro_lcty_leftbar32_11_1{
    width: 24px;
    height: 24px;
}
.stpro_lcty_leftbar32_12{
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    color: #000000;
    padding-top: 8px;
}
.stpro_lcty_mpicon_atm{
    background: url('assets/images/nearbyicons/atm icon.png');
    background-repeat: no-repeat;
    -webkit-background-size: contain;
            background-size: contain;
}
.stpro_lcty_mpicon_bstop{
    background: url('assets/images/nearbyicons/bus stop icon.png');
    background-repeat: no-repeat;
    -webkit-background-size: contain;
            background-size: contain;
}
.stpro_lcty_mpicon_gstore{
    background: url('assets/images/nearbyicons/grocery store icon.png');
    background-repeat: no-repeat;
    -webkit-background-size: contain;
            background-size: contain;
}
.stpro_lcty_mpicon_university{
    background: url('assets/images/nearbyicons/university icon.png');
    background-repeat: no-repeat;
    -webkit-background-size: contain;
            background-size: contain;
}
.stpro_lcty_mpicon_malls{
    background: url('assets/images/nearbyicons/malls icon.png');
    background-repeat: no-repeat;
    -webkit-background-size: contain;
            background-size: contain;
}
.stpro_lcty_mpicon_hospitals{
    background: url('assets/images/nearbyicons/hospitals icon.png');
    background-repeat: no-repeat;
    -webkit-background-size: contain;
            background-size: contain;
}
.stpro_lcty_mpicon_schools{
    background: url('assets/images/nearbyicons/schools icon.png');
    background-repeat: no-repeat;
    -webkit-background-size: contain;
            background-size: contain;
}
.stpro_lcty_mpicon_restaurants{
    background: url('assets/images/nearbyicons/restaurants icon.png');
    background-repeat: no-repeat;
    -webkit-background-size: contain;
            background-size: contain;
}
.stpro_lcty_mpicon_airport{
    background: url('assets/images/nearbyicons/airport icon.png');
    background-repeat: no-repeat;
    -webkit-background-size: contain;
            background-size: contain;
}
.stpro_lcty_mpicon_rstation{
    background: url('assets/images/nearbyicons/railway station icon.png');
    background-repeat: no-repeat;
    -webkit-background-size: contain;
            background-size: contain;
}
.stpro_lcty_leftbar4{
    opacity: 1;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}
.stpro_lcty_leftbar41{
    background: #F3F3F3;
    -webkit-border-radius: 70px;
            border-radius: 70px;
    padding: 10px 12px 10px 28px;
    width: 74%;
    margin: 0px auto;
}
.stpro_lcty_leftbar41_1{
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    color: #919191;
    width: 40%;
}
.stpro_lcty_leftbar41_2{
    width: 70%;
}
.stpro_lcty_leftbar41_21_1{
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    color: #1F68EC;
    margin: auto 0px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
}
.stpro_lcty_leftbar41_21_2{
    background: url('assets/images/drawerclose.png');
    background-repeat: no-repeat;
    -webkit-background-size: contain;
            background-size: contain;
    width: 8px;
    height: 8px;
    margin: auto 0px;
}
.stpro_lcty_leftbar42{
    margin-top: 8px;
}
.stpro_lcty_leftbar42_1{
    padding: 16px 24px;
    border-bottom: 2px solid #f3f3f3;
}
.stpro_lcty_leftbar42_11{
    width: 10%;
    margin-bottom: auto;
    -o-object-fit: contain;
       object-fit: contain;
}
.stpro_lcty_leftbar42_12{
    width: 70%;
    margin-right: 10px;
}
.stpro_lcty_leftbar42_12_1{
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #000000;
    padding-bottom: 6px;
}
.stpro_lcty_leftbar42_12_2{
    font-family: 'Maven Pro';
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #000000;
}
.stpro_lcty_leftbar42_13{
    margin: auto 0px;
    width: 5%;
    display: none;
    -o-object-fit: contain;
       object-fit: contain;
    position: absolute;
    right: 14px;
}
.stpro_lcty_leftbar42_1open{
    background: #F5F5F5;
    border-bottom: 2px solid #FFD328;
}
.stpro_lcty_leftbar42_1open .stpro_lcty_leftbar42_13{
    display: block;
}

.stpro_lbar_closed{
    width: 0px;
    right: 100%;
}
.stpro_lbar_closed .stpro_lcty_leftbar{
    overflow: hidden;
    opacity: 0;
}
.stpro_lcty_opacity0{
    opacity: 0 !important;
    height: 0px !important;
    visibility: hidden;
    overflow: hidden;
}
.stpro_lcty_map_full{
    left: 0px !important;
}
.stpro_lcty_mpicon1{
    background: #FFD328;
}
.stpro_lcty_mptext1{
    color: #1F68EC;
}
.stpro_topspacing{
    padding: 16px 0px;
}



/* Keyframes */
@-webkit-keyframes rotateDvcIcon {
    0% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg)
    }

    50% {
        -webkit-transform: rotate(-90deg);
                transform: rotate(-90deg)
    }

    100% {
        -webkit-transform: rotate(-90deg);
                transform: rotate(-90deg)
    }
}
@-o-keyframes rotateDvcIcon {
    0% {
        -o-transform: rotate(0deg);
           transform: rotate(0deg)
    }

    50% {
        -o-transform: rotate(-90deg);
           transform: rotate(-90deg)
    }

    100% {
        -o-transform: rotate(-90deg);
           transform: rotate(-90deg)
    }
}
@keyframes rotateDvcIcon {
    0% {
        -webkit-transform: rotate(0deg);
             -o-transform: rotate(0deg);
                transform: rotate(0deg)
    }

    50% {
        -webkit-transform: rotate(-90deg);
             -o-transform: rotate(-90deg);
                transform: rotate(-90deg)
    }

    100% {
        -webkit-transform: rotate(-90deg);
             -o-transform: rotate(-90deg);
                transform: rotate(-90deg)
    }
}