.bs-hotspot-form-hotspots {
	height: 20px;
	width: 20px;
	position: absolute;
	background: #1ABC9C;
	border-radius: 50%;
	cursor: pointer;
	z-index: 200;
	margin-left: -10px;
	margin-top: -10px;
}

.pulse-1,
.pulse-2 {
    width: 40px;
    height: 40px;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    border-radius: 50%;
    border: 1px solid #e6e6e6;
    opacity: 0;
    -webkit-animation: pulsate 2s ease-out infinite;
    animation: pulsate 2s ease-out infinite;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    position: absolute;
    top: -10px;
    left: -9px;
}