.j51-testimonials .j51-text-box {
	padding: 25px;
	margin: 0;
	background: white;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px 0px;
	border-radius: 4px;
}
.j51-testimonials p {
	margin-bottom: 0;
	color: #555;
	color: var(--body-color);
}
.j51-testimonials .j51-quote-icon {
	max-width: 25px;
	opacity: .15;
}
.j51-testimonials .j51-profile {
	display: flex;
	padding: 0 20px;
	margin: 20px 0;
}
.j51-testimonials .j51-profile-image {
	width: 60px;
	height: 60px;
	margin-right: 10px;
	border-radius: 4px;
	border-radius: var(--j51-border-radius-sm);
	overflow: hidden;
}
.j51-testimonials .j51-profile-image img {
	object-fit: cover;
	height: 60px;
}
.j51-testimonials .j51-profile-name,
.j51-testimonials .j51-profile-title {
	margin-bottom: 0;
}
.j51-testimonials .j51-nav-dots {
 	display: flex;
 	justify-content: center;
	margin: 10px 0;
}
.j51-testimonials.owl-carousel button.j51-nav-dot {
 	height: 8px;
	width: 25px;
	background: rgba(100,100,100,.5);
	border-radius: 4px;
	border-radius: var(--j51-border-radius-sm);
	opacity: .5;
	margin: 3px;
	cursor: pointer;
	user-select: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
}
.j51-testimonials.owl-carousel button.j51-nav-dot.active {
	opacity: 1;
	width: 8px;
	background-color: var(--primary);
}
.j51-testimonials.owl-carousel button.j51-nav-dot:focus {
	border: 0;
	outline: 0;
}
