.main-testimonial-slider {
	font-family: sans-serif; /* 1 */
	overflow: hidden;
	user-select: none;
	cursor: default;
}
.navigator-box {
	position: relative;
	/*left: 3%;
	right: 3%;*/
}
.navigator {
	display: block;
	width: 64px;
	height: 64px;
	position: absolute;
	top: 75px;
	z-index: 2;
	border: 2px solid #fff;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	font-size: 48px;
	line-height: 58px;
	transition: background 0.75s ease;
}
.navigator:hover {
	background: rgba(255, 255, 255, 0.25);
}
.navigator-prev {
	left: 24px;
}
.navigator-next {
	right: 24px;
}
.navigator-prev::before {
	content: '\2039';
}
.navigator-next::before {
	content: '\203a';
}
.navigator-inactive {
	opacity: 0.1;
}
.slider {
	margin-left: 0%;
	width: 100%;
	white-space: nowrap;
	color: #fff;
	text-align: center;
	transition: margin-left 0.75s ease;
}
.slider-panel {
	display: inline-block;
	width: 100%;
}
.slider-item {
	width: 80%;
	margin: 0 auto;
}
.tab-box {
	margin: 20px 0;
	width: 100%;
	text-align: center;
}
.tab {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 0 4px;
	border: 1px solid #fff;
	border-radius: 50%;
	transition: background 0.75s ease;
}
.tab:hover {
	background: rgba(255, 255, 255, 0.25);
}
.tab-active,
.tab-active:hover {
	background: #fff;
}
@media screen and (min-width: 500px) {
	h1 {
		font-size: 2em;
	}
}
@media screen and (max-width: 499px) {
	h1 {
		font-size: 1.5em;
	}
}
