/* Gmap location */
.location-wrap{
    display: flex;
    flex-wrap: wrap;
}
.location-wrap .map{
    flex: 3;
      /* width: 100%;
      height: 100%; */
}
.location-wrap .legand{
    flex: 1;
    background: #F0F0F0;
}
/* .location .detail{
    flex: 1 100%;
} */
.legand ol{
    display: none;
    height: 427px;
    overflow-y: auto;
    list-style-type: decimal;
    padding: 5px 20px 5px 50px;

}
.legand ol li{
    margin-bottom: 20px;
    cursor: pointer;
    font-size: 17px;
    font-weight: 600;
    color: #000!important;
}
.legand h4,
.avail-plans-mobile h4.accordian-title,
.avail-plans .plans h2.h3-like{
    background: #00345a;
    cursor: pointer;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin-bottom: 2px;
    padding: 10px;
    color: #fff;
}
.avail-plans .plans h2.h3-like{
    padding: 20px 20px 15px;
    margin: 10px 0;
    border: 0;
    text-transform: uppercase;
    font-size: 20px;
    font-family: 'Gotham';
    line-height: 1;
    /* min-width: 935px; */
}
.avail-plans .plans h2.h3-like.expanded{
    margin-bottom: 0;
    background: #21c4b3;
}
.avail-plans .plans h2.h3-like span{
    text-transform: capitalize;
}
.legand h4{
    background-repeat: no-repeat;
    background-position: 5px 7px;
    padding-left: 45px;
    background-size: 35px;
    margin-bottom: 1px;
    border-top: none;
    border-bottom: none;
    margin-top: 5px;
    font-size: 20px;
    font-weight: 500;
}

.legand h4[data-filter="Restaurants"] { 
    background-color: #f15c50;
    background-image: url(../imgs/location/restaurant.svg);
    margin-top: 0!important;
}
.legand h4[data-filter="Hotels"] { 
    background-color: #ca78b1;
    background-image: url(../imgs/location/hotel.svg);
}
.legand h4[data-filter="Retail"] { 
    background-color: #64c5b1;
    background-image: url(../imgs/location/retail.svg);
}
.legand h4[data-filter="Fitness"] { 
    background-color: #D4DE40;
    background-image: url(../imgs/location/fitness.svg)
}
.legand h4[data-filter="Culture"] { 
    background-color: #2b3143;
    background-image: url(../imgs/location/culture.svg);
}
::marker{
    font-weight: bold;
    font-size: 16px;
    float: left;
    margin-right: 10px;
    padding: 2px 8px 0px 8px;
    border-radius: 500px;
}
ol > li::before{
    /*content: counter(customlistcounter) " ";*/
    font-weight: bold;
    font-size: 14px;
    float: left;
    margin-right: 10px;
    padding: 2px 8px 0px 8px;
    border-radius: 500px;
}
ol.#Restaurants> li::before {
    background: #F15C50 !important;
    color: #fff;
}
ol#Hotels> li:before {
    background: #CA78B1!important;
    color: #fff;
}
ol.ol-retail> li:before {
    background: #65C5B3!important;
    color: #fff;
}
ol.ol-fitness> li:before {
    background: #D4DE40!important;
    color: #fff;
}
ol.ol-culture> li:before {
    background: #80A1B3!important;
    color: #fff;
}
.legand h4 img{
    width: 23px;
    margin-right: 5px;
    float: left;
}
.detail{
    padding: 50px 0;
}
.detail h2{
    margin-bottom: 50px;
}
/* End */