/* style for location icon */
.locationicon-wrap {
  height: 15px;
  width: 15px;
  transform: rotate(-45deg);
  border-radius: 50% 50% 50% 0;
  border: 2px solid #959da5;
  margin: 0 3px;
  position: absolute;
  left: 0;
}
.locationicon-wrap:before {
  height: 1px;
  width: 1px;
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  border: 2px solid #959da5;
}
