/* Testimonials Css Start Here */
.testimonial_sec {
	padding: 70px 0;
}
.testimonial_sec .heading-wrapper {
	text-align: center;
	padding-bottom: 40px;
	max-width: 80%;
	margin: 0px auto;
}
.testimonial-box {
    padding: 20px 16px 20px;
    margin-bottom: 15px;
}
.testimonial-box .topbar {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.testimonial-box .topbar ul.ratings {
	padding: 0;
	list-style: none;
	margin: 0;
	display: flex;
	color: var(--extra-color-1);
}
.testimonial-box .topbar ul.ratings li {
	margin-right: 5px;
}
.testimonial-box .topbar h5 {
	line-height: 23px;
	color: #414141;
}
.testimonial-box .topbar .details {
	padding-left: 20px;
}
.testimonial-box .topbar .img-box img {
	width: 80px;
	height: 80px;
	border-radius: 50px;
}
.testimonial-box .reiview p {
	color: #9e9e9e;
	font-size: 13px;
	line-height: 21px;
}
.testimonial-box .topbar .img-box {
	position: relative;
}
.testimonial-box .topbar .img-box .quoted span {
	background: var(--extra-color-2);
	color: #fff;
	height: 24px;
	width: 24px;
	font-size: 14px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #fff;
	font-size: 12px;
}
.testimonial-box .topbar .img-box .quoted {
	position: absolute;
	top: 0;
	right: 0;
}
/* Testimonials Css End Here */
/* Mobile Responsive Starts Here  */
@media(max-width:575px){
	.testimonial_sec {
		padding: 30px 0;
	}
	.testimonial_sec .heading-wrapper {
		padding-bottom: 20px;
		max-width: 100%;
	}
	.testimonial-box .topbar .details {
		padding-left: 10px;
	}
	.testimonial-box .topbar h5 {
		line-height: 19px;
	}
	.testimonial-box .reiview p {
		font-size: 12px;
	}
}
/* Mobile Responsive Ends Here  */
