.testimonial-carousel {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 40px;
	position: relative;
}

.testimonial-carousel button.slick-arrow {
	line-height: 1;
	top: auto;
	bottom: -65px;
	background-color: #4795BA !important;
	border-radius: 50px;
	padding: 20px;
	width: auto !important;
	height: auto !important;
}

.testimonial-carousel button.slick-arrow.slick-prev {
	left: 40% !important;
}

.testimonial-carousel button.slick-arrow.slick-next {
	right: 40% !important;
}

.testimonial-carousel .slick-dots {
/* 	display: flex; */
    max-width: 270px;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    position: relative;
	display: none !important;
}

.testimonial-carousel .slick-dots li {
	display: inline-block;
}

.testimonial-carousel .slick-dots li button {
	font-size: 0;
    line-height: 0;
    width: 20px;
    height: 20px;
    background-color: #D9D9D9;
    border-radius: 50%;
    border: 0;
    padding: 0;
    display: block;
}

.testimonial-carousel .slick-dots li.slick-active button {
	background-color: #4795BA;
}

.testimonial-carousel .slick-list {
	width: 85%;
	overflow-y: visible;
}

.testimonial-carousel .slick-track {
	display: flex !important;
	z-index: 100;
}

.testimonial-carousel .slick-slide {
	height: inherit !important;
}

.testimonial-carousel .testimonial-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: start;
	gap: 10px;
	font-family: "Inter", Sans-serif !important;
	text-align: center;
	background-color: #F9F9F9;
	box-shadow: 10px 10px 20px 0px #acacac40;
	border-radius: 20px;
	padding: 40px;
	margin: 0 15px 40px;
	width: 373px;
	max-width: 100%;
}

.testimonial-carousel .testimonial-card.video {
	width: 776px;
}

.testimonial-carousel .testimonial-card img {
	border-radius: 50%;
}

.testimonial-carousel .testimonial-card .testimonial-rating {
	margin-top: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
}

.testimonial-carousel .testimonial-card .testimonial-client {
	margin-top: auto;
}

.testimonial-carousel .testimonial-card p,
.testimonial-carousel .testimonial-card .testimonial-client h3,
.testimonial-carousel .testimonial-card .testimonial-client span {
	font-size: 18px;
	color: #565656;
	line-height: 1.5;
}

.testimonial-carousel .testimonial-card .testimonial-client h3 {
	margin: 0;
}

.testimonial-carousel .testimonial-card .testimonial-client span {
	font-style: italic;
}

.testimonial-carousel .testimonial-card .testimonial-client .testimonial-verify {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	margin-top: 12px;
}

.testimonial-carousel .testimonial-card .testimonial-client .testimonial-verify img {
	border-radius: 0;
}

.testimonial-carousel .testimonial-card .testimonial-client .testimonial-verify span {
	font-style: normal;
	color: #1C8BB4;
	font-size: 16px;
}

/* @media only screen and (min-width: 768px) {
	.testimonial-carousel .testimonial-card {
		max-width: 455px;
	}
} */

@media only screen and (max-width: 1024px) {
	.testimonial-carousel {
		gap: 20px;
	}
	
	.testimonial-carousel button.slick-arrow.slick-prev {
		left: 35% !important;
	}

	.testimonial-carousel button.slick-arrow.slick-next {
		right: 35% !important;
	}
	
	.testimonial-carousel .slick-dots {
		max-width: 233px;
	}

	.testimonial-carousel .slick-dots li button {
		width: 18px;
		height: 18px;
	}

	.testimonial-carousel .testimonial-card {
		padding: 30px;
	}
	
	.testimonial-carousel .testimonial-card img:not(.testimonial-verify img) {
		width: 100px;
	}
	
	.testimonial-carousel .testimonial-card .testimonial-rating {
		margin-top: 30px;
		gap: 10px;
	}
	
	.testimonial-carousel .testimonial-card p,
	.testimonial-carousel .testimonial-card .testimonial-client h3,
	.testimonial-carousel .testimonial-card .testimonial-client span {
		font-size: 16px;
	}
	
	.testimonial-carousel .testimonial-card .testimonial-client .testimonial-verify span {
		font-size: 14px;
	}
}

@media only screen and (max-width: 767px) {
	.testimonial-carousel {
		gap: 0;
	}
	
	.testimonial-carousel .slick-dots {
		max-width: 196px;
	}

	.testimonial-carousel .slick-dots li button {
		width: 16px;
		height: 16px;
	}
	
	.testimonial-carousel .slick-list {
		width: 100%;
	}
	
	.testimonial-carousel .testimonial-card {
		padding: 20px;
	}
	
	.testimonial-carousel .testimonial-card img:not(.testimonial-verify img) {
		width: 89px;
	}
	
	.testimonial-carousel .testimonial-card .testimonial-rating {
		margin-top: 20px;
		gap: 5px;
	}
	
	.testimonial-carousel .testimonial-card p,
	.testimonial-carousel .testimonial-card .testimonial-client h3,
	.testimonial-carousel .testimonial-card .testimonial-client span {
		font-size: 14px;
	}
	
	.testimonial-carousel .testimonial-card .testimonial-client .testimonial-verify span {
		font-size: 12px;
	}
}

@media only screen and (max-width: 575px) {
	.testimonial-carousel .testimonial-card {
		width: 330px !important;
	}
}