.heading-block .customH2 {
	font-size: 20px;
	font-weight: 700;
}

.pricing-box.pricing-extended .pricingFeatures li {
    padding: 6px 0;
    font-size: 15px;
    width: 100%;
    float: left;
}

.pricing-box.pricing-extended .pricingDesc {
	float: left;
	width: 100%;
	padding: 25px;
}

/* Specific mapael css class are below
 * 'mapael' class is added by plugin
*/

.mapael .mapTooltip {
	position: absolute;
	background-color: #fff;
	moz-opacity: 0.80;
	opacity: 0.80;
	filter: alpha(opacity=80);
	border-radius: 4px;
	padding: 10px;
	z-index: 1000;
	max-width: 200px;
	display: none;
	color: #0E1823;
}

.mapael .map {
	overflow: hidden;
	position: relative;
	background-color: #0E1823;
	border-radius: 5px;
}

/* For all zoom buttons */
.mapael .zoomButton {
	background-color: #fff;
	border: 1px solid #ccc;
	color: #000;
	width: 15px;
	height: 15px;
	line-height: 11px;
	text-align: center;
	border-radius: 3px;
	cursor: pointer;
	position: absolute;
	top: 0;
	font-weight: bold;
	left: 10px;

	-webkit-user-select: none;
	-khtml-user-select : none;
	-moz-user-select: none;
	-o-user-select : none;
	user-select: none;
}

/* Reset Zoom button first */
.mapael .zoomReset {
	top: 10px;
}

/* Then Zoom In button */
.mapael .zoomIn {
	top: 30px;
}

/* Then Zoom Out button */
.mapael .zoomOut {
	top: 50px;
}

.team-content p {
	font-size: 15px;
}

.type5Content p {
	margin-bottom: 0px;
}

.type10Content div {
	display: block;
    margin-top: 5px;
    color: #444;
    font-weight: 300;
	text-transform: none;
	font-size: 16px;
	letter-spacing: 1px;
	font-family: var(--font-primary);
}

#contactForm .formError {
	margin-top: unset;
	color: red;
	display: block;
}