.jqvmap-label {
  position: absolute;
  display: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #292929;
  color: white;
  font-family: sans-serif, Verdana;
  font-size: smaller;
  padding: 3px;
  pointer-events: none;
}

.jqvmap-pin {
  pointer-events: none;
}

.jqvmap-zoomin,
.jqvmap-zoomout {
  position: absolute;
  left: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #000000;
  padding: 3px;
  color: white;
  width: 20px;
  height: 20px;
  cursor: pointer;
  line-height: 10px;
  text-align: center;
}

.jqvmap-zoomin {
  top: 10px;
}

.jqvmap-zoomout {
  top: 37px;
}

.jqvmap-region {
  cursor: pointer;
}

.jqvmap-ajax_response {
  width: 100%;
  height: 500px;
}

.map-pin {
  width: 64px;
  height: 50px;
  position: absolute;
  top: -20px;
  left: -20px;
  background-size: 32px 32px;
  background-repeat: no-repeat;
  text-align: center;
  background-position: top center;
  color: #000000;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 14px;
}

.map-pin span {
  position: absolute;  
  width: 100%;
  text-align: center;
  
}

/* .red {
  background-image: url('../img/red.png');
}

.blue {
  background-image: url('../img/blue.png');
}

.purple {
  background-image: url('../img/purple.png');
} */

@media (max-width: 1024px) {
  .satu, .dua, .tiga, .empat, .sembilan, .large, .extra-large {
    display: none;
  }
}

.satu {
  width: 7px;
  height: 7px;
  background-color: rgba(227, 30, 33, .75);
  border-radius: 50%;
}

.dua {
  width: 12px;
  height: 12px;
  background-color: rgba(227, 30, 33, .75);
  border-radius: 50%;
}

.tiga {
  width: 17px;
  height: 17px;
  background-color: rgba(227, 30, 33, .75);
  border-radius: 50%;
}

.empat {
  width: 27px;
  height: 27px;
  background-color: rgba(227, 30, 33, .75);
  border-radius: 50%;
}

.sembilan {
  width: 40px;
  height: 40px;
  background-color: rgba(227, 30, 33, .75);
  border-radius: 50%;
}

.large {
  width: 60px;
  height: 60px;
  background-color: rgba(227, 30, 33, .75);
  border-radius: 50%;
}

.extra-large {
  width: 90px;
  height: 90px;
  background-color: rgba(227, 30, 33, .75);
  border-radius: 50%;
}
