.custom-testi-img {
	width: 103px;
	height: 103px;
	background: #ed1c24;
	border-radius: 50%;
	border: 2px solid #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 44px;
	font-family: Roboto, sans-serif;
	text-transform: uppercase;
	color: #fff;
	position: absolute;
	top: -51.5px;
	left: 50%;
	margin-left: -51.5px;
}

.custom-testi-name,
.custom-testi-location {
	display: block;
	text-align: center;
}

.custom-testi-slide-inner {
	background: #fff;
	position: relative;
	min-height: 249px;
	padding: 60px 40px;
	text-align: center;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-content: center;
}

.custom-testimonial-slider {
	padding: 0 30px;
	padding-top: 52px;
	outline: 0;
}

.custom-testi-cont p {
	font-size: 19px;
	font-family: Roboto, sans-serif;
	font-style: italic;
	font-weight: 400;
	color: #72808f;
}

.custom-testi-cont {
	font-size: 19px;
	font-family: Roboto, sans-serif;
	font-style: italic;
	font-weight: 400;
	color: #72808f;
}

@media only screen and (max-width: 768px){
	.custom-testi-cont {
		font-size: 16px;
	}
}

.custom-testi-info {
	font-size: 19px;
	font-family: Roboto, sans-serif;
	color: #297cbb;
	font-weight: 700;
}

.custom-testi-location {
	color: #3b444f;
    font-style: italic;
    font-weight: 400;
    font-family: Open sans;
    font-size: 14px;
}

.custom-testi-slide-inner::before {
	content: "";
	display: block;
	width: 24px;
	height: 20px;
	background: no-repeat center url('https://emaidsinc.com/wp-content/uploads/2019/12/top-left-quote.png');
	position: absolute;
	left: 13px;
	top: 17px;
}

.custom-testi-slide-inner::after {
	content: "";
	display: block;
	width: 24px;
	height: 20px;
	background: no-repeat center url('https://emaidsinc.com/wp-content/uploads/2019/12/top-right-quote.png');
	position: absolute;
	right: 7px;
	bottom: 19px;
}

.custom-testi-cont {
	margin-bottom: 20px;
}

.custom-testimonial-slider-row {
    min-height: 500px;
}

.custom-testimonial-slider-wrap .slick-arrow::before {
	display: none;
}

.custom-testimonial-slider-wrap .slick-arrow {
	width: 42px;
	height: 42px;
	background: #288ad6 no-repeat center url('https://emaidsinc.com/wp-content/uploads/2019/12/testi-arrow-right.png') !important;
	z-index: 10;
	transition: all 0.3s ease;
	transform: rotate(0deg);
}

.custom-testimonial-slider-wrap .slick-arrow:hover {
	background-color: #2b93e3 !important;
}

.custom-testimonial-slider-wrap .slick-arrow.slick-prev {
	transform: rotate(180deg);
}

.custom-testimonial-slider:nth-of-type(3n+2) .custom-testi-img {
	background: #f89c2a;
}

.custom-testimonial-slider:nth-of-type(3n+1) .custom-testi-img {
	background: #22b24c;
}

.custom-testimonial-slider-wrap {
	padding-top: 80px;
	padding-bottom: 80px;
}

.fl-module-custom-testimonial-slider {
    min-height: 450px;
}