/*!
 * jQVMap Version 1.0
 *
 * http://jqvmap.com
 *
 * Copyright 2012, Peter Schmalfeldt <manifestinteractive@gmail.com>
 * Licensed under the MIT license.
 *
 * Fork Me @ https://github.com/manifestinteractive/jqvmap
 */
.jqvmap-label
{
	position: absolute;
	margin: -10px 0 0 -10px;
	display: none;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #D9F4FF;
	color: #000;
	border: 1px solid #073D6D;
	width: 220px;
	padding: 10px;
	z-index:999;
	font-weight: 400;
	font-size: 18px;
	line-height: 21px;
}
.jqvmap-label strong
{
	color:#000;
	display: block;
	font-size: 19px;
	line-height: 25px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

.jqvmap-label ul
{
	list-style:none;
	margin:0;
	padding:0;
	text-align:left;
	border-top: 1px solid #073D6D;
	margin-top: 5px;
	padding-top: 6px;
	font-size: 15px;
}

.jqvmap-zoomin, .jqvmap-zoomout
{
	display: none;
	position: absolute;
	left: 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
	padding: 3px;
	color: #1A6DB7;
	cursor: pointer;
	font-size: 40px;
	line-height: 1;
	width: 60px;
    height: 60px;
    align-items: center;
    justify-content: center;
	filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.25));
}
.jqvmap-zoomin
{
	top: 20px;
}
.jqvmap-zoomout
{
	top: 90px;
}
.jqvmap-region
{
  cursor: pointer;
}
.jqvmap-ajax_response
{
  width: 100%;
  height: 500px;
}

#jqvmap1_mc_pin {
	top: 208px !important;
	left: 120px !important;
}

@media screen and (max-width: 990px) {
	.jqvmap-zoomin, .jqvmap-zoomout {
		display: flex;
		opacity: .7;
		width: 50px;
		height: 50px;
	}
	.jqvmap-zoomout {
		left: unset;
		top: unset;
		right: 70px;
		bottom: 10px;
	}
	.jqvmap-zoomin {
		left: unset;
		top: unset;
		right: 10px;
		bottom: 10px;
	}
}