/* testimonial */
.testimonial { padding: 200px 0; background-image: url(../../assets/images/testimonial-bg.png); background-size: 100% 100%; position: relative; background-position: bottom left; background-repeat: no-repeat; }
.testimonial-wrapper { display: flex; gap: 30px; }
.testimonial-title { width: 35%; }
.testimonial-block { width: 65%; }
.testimonil-slide { border-radius: 15px; background-color: #1f6c51; padding: 30px; }
.testimonial-slider .slick-slide { padding: 0 20px; }
.testimonial-icon { width: 68px; }
.testimonial-text { font-size: 18px; color: #fff; margin: 20px 0; }
.list-ratings-inner { display: flex; align-items: center; justify-content: start; gap: 5px; }
.list-ratings-inner .list-rating img { max-width: 16px; }
.list-ratings { margin: 0 0 5px 0; }
.testimonial-review { display: block; }
.testimonial-author-name { font-size: 20px; line-height: 27px; color: #ffffff; font-weight: bold; font-family: 'Century Gothic'; }
.testimonial-slider { padding-bottom: 30px; }
.testimonial-slider .slick-dots li button { background: #fff; }
/* testimonial */

@media (max-width:1200px) {
	.testimonil-slide { padding: 20px; }
	.testimonial-slider .slick-slide { padding: 0 10px; }
	.testimonial-main::before { height: 90px; }
	.testimonial-main::after { height: 120px; }
	.testimonial { padding: 150px 0; background-size: cover; background-position: center center; }
}

@media (max-width:992px) {
	.testimonial { padding: 100px 0; }
	.testimonial-wrapper { flex-direction: column; }
	.testimonial-block { width: 100%; }
	.testimonial-title { width: 100%; }
}

@media (max-width:767px) {
	.testimonil-slide { padding: 15px; }
	.testimonial-icon { width: 50px; }
	.testimonial-author-name { font-size: 16px; }
	.testimonial-text { font-size: 16px; }
	.testimonial { padding: 50px 0; }
}