 #map,#map2{ 
        border-radius: 10px;
        margin-top:20px;
        width: 100%;
        height:350px;
    }  
    .fixed-marker {
  position: absolute;
  pointer-events: none;
  width:40px;
  height:60px;
  background-image:url('/images/category/location-pin.png');
  background-size:contain;
  background-repeat:no-repeat;
  background-position:center;
  top: 50%;
  left: 50%; 
  transform: translate(-50%, -100%); 
}
.btn-geolocation{
    margin-top:0px;
}
.btn-geolocation-def{
    margin-top:20px;
}
.arc_map_toggel{
    text-align:right;
    margin-right:5px;
    cursor:pointer;
}