#testimonials_container {
	background: #fff;
	border-radius: 20px;
	padding: 25px;
	/* box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px; */
	margin-bottom: 25px;
}

.testimonial_title {
	text-align: center;
}

.testimonial_title h2 {
	color: #4D9180;
	margin: 0;
	font-size: 34px;
}

.testimonial_title p {
	color: #374151;
	font-size: 14px;
}

.shadow-effect {
	background: #fff;
	padding: 20px;
	border-radius: 20px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.user_container .userName {
	text-align: left;
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.user_container .userName h5 {
	font-size: 18px;
}

.user_container .userName p {
	font-size: 12px !important;
	margin: 0px !important;
	padding: 0;
	line-height: 1.2 !important;
}

#customers-testimonials .shadow-effect p {
	font-family: inherit;
	color: #4B5563;
	font-size: 13px;
	line-height: 1.5;
	margin: 10px 0 3px;
	font-weight: 300;
	text-align: left;
}

.testimonial-name {
	margin: -17px auto 0;
	display: table;
	width: auto;
	background: #3190E7;
	padding: 9px 35px;
	border-radius: 12px;
	text-align: center;
	color: #fff;
	box-shadow: 0 9px 18px rgba(0, 0, 0, 0.12), 0 5px 7px rgba(0, 0, 0, 0.05);
}

.user_container {
	display: flex;
	align-items: center;
}

.user_container img {
	border-radius: 100%;
	max-width: 50px !important;
	height: 50px;
	margin: 0 10px 0 0px !important;
}

.user_container .userName {
	text-align: left;
}

.user_container .userName ul span.checked {
	color: #FACC15;
}

.shadow-effect h6 {
	text-align: left;
	font-size: 14px;
	font-weight: 500;
	color: #0891B2;
}

#customers-testimonials .item {
	text-align: center;
	padding: 0px;
	margin: 40px 10px 10px;
	opacity: .2;
	transform: scale3d(0.8, 0.8, 1);
	transition: all 0.3s ease-in-out;
}

#customers-testimonials .owl-item.active.center .item {
	opacity: 1;
	transform: scale3d(1.0, 1.0, 1);
}

.owl-carousel .owl-item img {
	transform-style: preserve-3d;
	max-width: 90px;
	margin: 0 auto 17px;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
	background: #3190E7;
	transform: translate3d(0px, -50%, 0px) scale(0.7);
}

#customers-testimonials.owl-carousel .owl-dots {
	display: inline-block;
	width: 100%;
	text-align: center;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot {
	display: inline-block;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
	background: #3190E7;
	display: inline-block;
	height: 20px;
	margin: 0 2px 5px;
	transform: translate3d(0px, -50%, 0px) scale(0.3);
	transform-origin: 50% 50% 0;
	transition: all 250ms ease-out 0s;
	width: 20px;
}

/* media query */
@media screen and (max-width:767px) {

	.testimonial_title h2 {
		color: #4D9180;
		margin: 0 0 5px;
		font-size: 26px;
	}

	#customers-testimonials .item {
		margin: 20px 10px 10px;
	}
}