/* ____ testimonials _____ */
@media all and (max-width: 1199.99px) {
	.client-comment {
		height: 375px;
		padding: 25px;
	}
}

@media all and (max-width: 1399px) {
	.client-comment {
		height: 375px;
		/* height: 600px; */
		padding: 25px;
	}
}

@media (max-width: 1399.98px) {
	.client h2 {
		font-size: 23px;
	}
}

@media (max-width: 1199.98px) {
	.client h2 {
		font-size: 18px;
	}
	
	.client-comment {
		flex-wrap: wrap;
	}
	
	.client-comment p {
		text-align: center;
	}
	
	.client-comment h4 {
		text-align: center;
	}
	
	.client figure {
		width: 85px;
		height: 85px;
	}
	
	.client figure img {
		width: 45px;
	}
}

@media (max-width: 991.98px) {
	.client h2 {
		font-size: 14px;
	}
	
	.client figure {
		width: 65px;
		height: 65px;
	}
	
	.client figure img {
		width: 30px;
	}
}

@media (max-width: 765.98px) {
	.client figure {
		width: 38px;
		height: 38px;
	}
	
	.client figure img {
		width: 18px;
	}
}

@media (max-width: 500.98px) {
	.client-comment {
		flex-direction: column;
		align-items: center;
		text-align: center;
		padding: 20px;
		gap: 15px;
		min-height: auto;
	}
	
	.client-img {
		margin-bottom: 10px;
	}
	
	.client-img img {
		width: 90px !important;
		height: 90px;
		border-radius: 50%;
		object-fit: cover;
	}
	
	.client-comment h4 {
		font-size: 16px;
		text-align: center;
		padding-left: 0;
	}
	
	.client-comment p {
		font-size: 13px;
		line-height: 20px;
		text-align: center;
		padding-left: 0;
	}
	
	.client-say {
		padding: 0 20px;
	}
}

.client-say {
	text-align: center;
	padding: 0 60px;
}

.client-img {
	margin-bottom: 10px;
	flex-shrink: 0;
}

.client-img img {
	width: 106px !important;
	height: 106px;
	border-radius: 100%;
	margin: 0 auto;
	display: inline-block;
}

.client-comment {
	position: relative;
	background: #000;
	border: 1px solid #ccc;
	box-shadow: 0;
	padding: 25px;
	border-radius: 15px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: 10px;
	box-shadow: inset 0 0 10px;
	min-height: 240px;
}

.client-comment h4 {
	padding-bottom: 20px;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	text-align: left;
	padding-left: 15px;
}

.client-comment p {
	font-size: 14px;
	font-weight: 500;
	line-height: 23px;
	color: #fff;
	text-align: left;
	padding-left: 10px;
}

.add_wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	flex-wrap: wrap;
	gap: 6px;
}

.client-review .owl-dots {
	text-align: center;
}

.client-review .owl-carousel button {
	width: 36px;
	height: 4px;
	background-color: #000;
	margin: 0 3px;
}

.client-review .owl-carousel button.active {
	background-color: #ffaa34;
	outline: none;
}

.client-review .owl-carousel button.owl-dot > span {
	display: none;
}

.cHeading {
	padding: 19px 0 0 45px;
}