#quote form label {
  font-family: "Futura PT Heavy", sans-serif;
  font-size: 18px;
  color: white;
}
#quote form .form-control {
  font-size: 16px;
}
#quote #map {
  width: 100%;
  height: 200px;
  background-color: gray;
}
#quote .map-marker {
  background-color: #b34a36;
  border: 2px solid white;
  border-radius: 50% 50% 50% 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  width: 26px;
  height: 26px;
  position: relative;
  transform: rotate(-45deg);
}
#quote .map-marker::after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  left: 9.5px;
  top: 9px;
  background-color: white;
  border-radius: 50%;
}