.location-google-map-mobile-center-marker {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  margin-left: -13px;
  margin-top: -37px;
  height: 37px;
  width: 26px;
}
.location-google-map-mobile-center-marker:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: -2px;
  left: 0;
  background: url(../image/marker.png) center 0 no-repeat;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  z-index: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.location-google-map-mobile-center-marker:after {
  content: "";
  position: absolute;
  width: 30%;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 3px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.location-google-map-mobile-center-marker-up:before {
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
}
.location-google-map-mobile-center-marker-up:after {
  width: 50%;
  height: 5px;
}
