body{
  font-family: 'mentone', sans-serif;
}

.contact {
	font-size: 16px;
	background-color: #6a0fb0;
}
.contactHeading > div {
	position: relative !important;
}
.contactHeading {
  font-size: 20px;
	position: relative !important;
	margin: 10px;
	/* max-width: 200px; */
}
.contactText > div {
	position: relative !important;
}
.contactText > div > a{
	color: #fff;
  text-decoration: none;
}
.contactText > div > a:hover{
	color: #fff;
  text-decoration: underline;
}
.contactText {
	position: relative !important;
	margin: 10px;
	/* max-width: 200px; */
}

.tooltip{
	font-size: 16px;
	background-color: #6a0fb0;
	margin-left: 60px;
  z-index: 9999;
	/* width: 200px; */
}
.tooltip-yt{
    margin-left: 90px;
}
.tooltip::after{
	content: " ";
	position: absolute;
	top: 50%;
	right: 100%; /* To the left of the tooltip */
	margin-top: -15px;
	border-width: 15px;
	border-style: solid;
	border-color: transparent #6a0fb0 transparent transparent;
}

.tooltipText > div {
	position: relative !important;
}
.tooltipText {
	position: relative !important;
	margin: 10px;
	/* max-width: 200px; */
}

.bubble {
	position: relative;
	font-family: sans-serif;
	font-size: 18px;
	line-height: 24px;
	width: 355px;
	background: #6a0fb0;
	border-radius: 20px;
	padding: 20px;
	text-align: center;
	color: #fff;
}
  
.bubble-bottom-left:before {
	content: "";
	width: 0px;
	height: 0px;
	position: absolute;
	border-left: 24px solid #6a0fb0;
	border-right: 12px solid transparent;
	border-top: 12px solid #6a0fb0;
	border-bottom: 20px solid transparent;
	left: 32px;
	bottom: -30px;
}

.panovideo {
    background: rgb(255, 255, 255) !important;
    height: 0px !important;
    padding-bottom: 56.25% !important;
    padding-top: 0px !important;
    position: relative !important;
    /* overflow: hidden !important; */
    transition: none 0s ease 0s !important;
    left: 0px !important;
    top: 24.5px !important;
    /* border: 5px solid white; */
}

/* .panovideo > div {
	position: relative !important;
}
.panovideo > div > div {
	position: relative !important;
}
.panovideo > .close {
	position: absolute !important;
} */
.pulse_hotspot > img{
	animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
      transform: scale(1);
      /* box-shadow: 0 0 0 0 rgba(106, 15, 176, 0.8) */
    }
    
    50% {
      transform: scale(1.35);
      /* box-shadow: 0 0 0 10px rgba(106, 15, 176, 0) */
    }
    
    100% {
      transform: scale(1);
      /* box-shadow: 0 0 0 0 rgba(106, 15, 176, 0) */
    }
  }