
div#vmap {
  height: 400px;
  width: 100%;
}

section#contact-map {
  padding-top: 40px;
}

.jqvmap-label,
.jqvmap-pin {
  pointer-events: none;
}
.jqvmap-label {
  position: absolute;
  display: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #292929;
  color: #fff;
  font-family: sans-serif, Verdana;
  font-size: smaller;
  padding: 3px;
}
.jqvmap-zoomin,
.jqvmap-zoomout {
  position: absolute;
  left: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #000;
  padding: 3px;
  color: #fff;
  width: 10px;
  height: 10px;
  cursor: pointer;
  line-height: 10px;
  text-align: center;
}
.jqvmap-zoomin {
  top: 10px;
}
.jqvmap-zoomout {
  top: 30px;
}
.jqvmap-region {
  cursor: pointer;
}
.jqvmap-ajax_response {
  width: 100%;
  height: 400px;
}

div#vmap svg path {
  fill: #d6d7d8;
  stroke: #fff;
}
path#jqvmap1_ae {
  fill: #FF7B42 !important;
}

path#jqvmap1_in{
 fill: #FF7B42 !important;
}

path#jqvmap1_gb{
 fill: #FF7B42 !important;
}


@media screen and (max-width: 767px) {

  div#vmap {
    height: 280px;
    width: 100%;
  }

  div#vmap svg {
    height: 280px;

  }
}


@media screen and (max-width: 450px) {

  div#vmap {
    height: 180px !important;
    width: 100%;
  }

  div#vmap svg {
    height: 180px !important

  }
}