.jdc-gmap-tip {
  transform: translate(15px, -18px);
  border-radius: 4px;
  background: #ffffff;
  padding: 3px 5px;
  color: #1a1a1a;
  position: relative;
  overflow: visible;
  font-size: 14px;
  box-shadow: rgba(255, 255, 255) 10px;
}
.jdc-gmap-tip:after {
  background-color: #ffffff;
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 5px;
  height: 5px;
  margin-left: 5px;
  transform: rotate(45deg) translate(-5px, 9px);
}

