.testimonial-container {
	width         : 100%;
	padding-bottom: 50px;
	overflow      : hidden;
}

.testimonial-card {
	background   : #188180;
	padding      : 30px;
	border-radius: 10px;
	color        : #fff;
	margin       : 0 10px;
}

.testimonial-card .author-info p,
.testimonial-card>p {
	font-family: "Open Sans", sans-serif;
	margin     : 0;
}

.testimonial-card>p {
	font-size  : 18px;
	line-height: 30px;
}

.testimonial-card .author-info h4 {
	font-family  : "Nunito Sans", sans-serif;
	font-size    : 22px;
	font-weight  : 700;
	margin       : 0;
	margin-bottom: 5px;
}

.testimonial-card .author-info p {
	font-weight: 500;
	font-size  : 14px;
}

.testimonial-card .author-info img {
	width        : 60px;
	height       : 60px;
	border-radius: 100%;
	object-fit   : cover;
}

.testimonial-card .author-info {
	margin-top : 30px;
	display    : flex;
	align-items: center;
	gap        : 15px;
}


@media screen and (max-width:1024px) {
	.testimonial-card {
		padding: 20px;
	}

	.testimonial-card>p {
		font-size: 16px;
	}
}

@media screen and (max-width:768px) {
	.testimonial-card {
		padding: 15px;
	}


	.testimonial-card .author-info h4 {
		font-size: 18px;
	}

	.testimonial-card .author-info img {
		width : 50px;
		height: 50px;
	}
}

.customer-feedback .slick-dots {
	width      : auto;
	left       : 10px;
	bottom     : 10px;
	display    : flex;
	align-items: center;
	gap        : 3px;
}

.customer-feedback .slick-dots li {
	width  : auto;
	height : auto;
	padding: 0;
	margin : 0;
}

.customer-feedback .slick-dots li button {
	padding: 0;
}

.customer-feedback .slick-dots li button::before {
	background   : #363636;
	opacity      : 1;
	height       : 12px;
	width        : 12px;
	line-height  : 1;
	font-size    : 0;
	border-radius: 100%;
	border       : 2px solid transparent;
}

.customer-feedback .slick-dots li:hover button::before,
.customer-feedback .slick-dots li.slick-active button::before {
	background  : #FFFFFF;
	border-color: #188180;
	padding     : 0;
}

.customer-feedback .slick-arrow {
	position: absolute;
	bottom  : 0;
	right   : 0;
}

[type=button]:focus,
[type=button]:hover,
[type=submit]:focus,
[type=submit]:hover,
button:focus,
button:hover {
	background-color: transparent !important;
}