.wpgmp_map_container {
    border: none !important;
    box-shadow: none !important;
}
a[title="Click to see this area on Google Maps"], .wpgmp_map_container .gm-control-active.gm-fullscreen-control, .gmnoprint, .gm-style-cc {
    display: none !important;
}
.green-dot .responsive-menu-pro-item-link:hover:before,  .green-dot.current-menu-item .responsive-menu-pro-item-link:before{
	content:'';
	position: absolute;
	left: 3px;
	top: 30%;
	background-color: #2F7B64;
	height: 26px;
	width: 26px;
	border-radius: 100%;
}
.blue-dot .responsive-menu-pro-item-link:hover:before,  .blue-dot.current-menu-item .responsive-menu-pro-item-link:before{
	content:'';
	position: absolute;
	left: 3px;
	top: 15%;
	background-color: #1e6db3;
	height: 26px;
	width: 26px;
	border-radius: 100%;
}
.light-dot .responsive-menu-pro-item-link:hover:before,  .light-dot.current-menu-item .responsive-menu-pro-item-link:before{
	content:'';
	position: absolute;
	left: 3px;
	top: 29%;
	background-color: #1e6db3;
	height: 26px;
	width: 26px;
	border-radius: 100%;
}
.blue-tile .responsive-menu-pro-item-link:hover:before,  .blue-tile.current-menu-item .responsive-menu-pro-item-link:before{
    content: '';
    position: absolute;
    left: 5px;
    top: 29%;
    height: 26px;
    width: 20px;
    background-color: #1e6db3;
    display: inline-block;
    border-radius: 1.85px;
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -o-transform: skew(20deg);
    transform: skew(-20deg);
}
.green-tile .responsive-menu-pro-item-link:hover:before,  .green-tile.current-menu-item .responsive-menu-pro-item-link:before{
    content: '';
    position: absolute;
    left: 5px;
    top: 29%;
    height: 26px;
    width: 20px;
    background-color: #2F7B64;
    display: inline-block;
    border-radius: 1.85px;
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -o-transform: skew(20deg);
    transform: skew(-20deg);
}

.light-hexacon a:hover .icon-bg::after, .current-menu-item.light-hexacon a .icon-bg::after {

    content: "";
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 6px solid #E3D1C3;

}
.light-hexacon a:hover .icon-bg::before, .current-menu-item.light-hexacon a .icon-bg::before {

    content: "";
    position: absolute;
    top: -6px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 6px solid #E3D1C3;

}
.light-hexacon a:hover .icon-bg, .current-menu-item.light-hexacon a .icon-bg{

    display: inline-block;
    background-color: #E3D1C3;
    height: 12px;
    width: 24px;
    position: absolute;
    left: 4px;
    top: 38%;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
	
}
.blue-hexacon a:hover .icon-bg::after, .current-menu-item.blue-hexacon a .icon-bg::after {

    content: "";
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 6px solid #1e6db3;

}
.blue-hexacon a:hover .icon-bg::before, .current-menu-item.blue-hexacon a .icon-bg::before {

    content: "";
    position: absolute;
    top: -6px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 6px solid #1e6db3;

}
.blue-hexacon a:hover .icon-bg, .current-menu-item.blue-hexacon a .icon-bg {

    display: inline-block;
    background-color: #1e6db3;
    height: 12px;
    width: 24px;
    position: absolute;
    left: 4px;
    top: 19%;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
	
}



