/* WPBakery Page Builder Extension Bundle
----------------------------------------------------------------- */

/* Tooltip */
.tooltipster-base.tooltipster-light {
	border: none;
	border-radius: 0;
	box-shadow: 0 0 14px rgba(0, 0, 0, 0.3);
}
.tooltipster-base.tooltipster-light .tooltipster-content {
	padding: 1em 1em;
	border: none;
	background-color: #13162b;
	color: #fff;
}
.tooltipster-base.tooltipster-light .tooltipster-arrow span {
	border-top-color: #13162b !important;
}
.cq-hotspots .hotspot-item a.cq-tooltip span {
	width: 13px;
	height: 13px;
	margin: -6px 0 0 -6px;
}
.cq-hotspots .hotspot-item a {
    background: transparent !important;
    border-color: rgba(255,255,255,0) !important;
}
body .tooltipster-shadow .tooltipster-content{
    font-family: Hind;
    font-size: 12px;
    font-weight: 400;
    color: #787878;
    min-height: 208px;
}
body .tooltipster-shadow .tooltipster-content .info {
    padding: 1rem 0 0.3rem;
}