/* REVIEWS OWL FEEDBACK HOME STYLING START */

@media screen and (min-width: 1700px) {	
	#feedback.feedback-home.container{
		max-width: 1636px;
		padding-inline: 0;
	}
}
#feedback.feedback-home.container{
	margin-top: 59px;
	background: #F6F6F6;
	filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
	border-radius: 10px;
}
#feedback.feedback-home.container .owl-carousel{
	width: 95%;
	max-width: 1359px;
	margin-inline: auto;
}
#feedback.feedback-home .main_para{
	text-align: center;
	font-size: 22px;
	font-weight: 200;
	line-height: 25px; 
	letter-spacing: 0.66px;
	text-transform: capitalize;
	padding: 8px 0 16px;
}
#feedback.feedback-home .main-heading{
	text-align: center;
	font-size: 36px;
	font-weight: 400;
	line-height: 36px;
	font-family: var(--playfair-font);
	min-height: 66px;
	margin-bottom: 15px;
}
#feedback.feedback-home .dark-btn{
	max-width: 299px;
	height: 64px;
	margin-top: 15px;
	font-size: 17px;
}
#feedback.feedback-home .feedback-item {
	padding: 0;
	margin: 0;
	flex-direction: column;
	gap: 24px;
}
#feedback .feedback-item .feedback-stars img{
	width: auto;
}
#feedback .feedback-item .feedback-stars{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 7px;
}
#feedback .feedback-item .feedback-title{
	color: var(--primary-color);
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	text-transform: capitalize;
}
#feedback .feedback-item .feedback-title span{
	color: var(--primary-color);
	font-size: 15px;
	font-weight: 400;
	line-height: 22px;
	display: block;
}
#feedback.feedback-home .owl-carousel{
	display: block;
	position: relative;
}
#feedback.feedback-home .owl-carousel .owl-nav .owl-prev,
#feedback.feedback-home .owl-carousel .owl-nav .owl-next{
	border: none;
	outline: none;
	box-shadow: none;
}
#feedback.feedback-home .owl-carousel .owl-nav .owl-next{
	margin-right: -30px ;
}
#feedback.feedback-home .owl-carousel .owl-nav .owl-prev{
	margin-left: -30px;
}
#feedback.feedback-home .owl-carousel .owl-dots{
	display: none;
}
#feedback.feedback-home .owl-carousel .owl-nav{
	width: 100%;
	display: flex;
	justify-content: space-between;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
#feedback .feedback-item .feedback-body{
	color: var(--secondary-color);
	text-align: center;
	font-family: var(--body-font);
	font-size: 18px;
	font-weight: 400;
	line-height: 24px; 
	margin: 0;
	min-height: 135px;
}
@media screen and (max-width: 1699px) {
	#feedback.feedback-home.container{
		max-width: 93%;
	}
}
@media screen and (max-width:767px) {	
	#feedback.feedback-home.container .feedback-item{
		padding: 0;
		margin: 0;
		background-position: center bottom;
	}
	#feedback .feedback-item .feedback-body{
		padding-top: 0;
	}
	#feedback.feedback-home{
		order: 5;
		padding: 37px 0;
		min-height: 475px;
	}
	#feedback.feedback-home .main_para{
		font-size: 15px;
		font-weight: 200;
		line-height: 18px;
		letter-spacing: 0.45px;
		width: 200px;
		margin-inline: auto;
		padding: 11px 0 30px;
	}
	#feedback.feedback-home .main-heading{
		margin-bottom: 5px;
		font-size: 34px;
		font-weight: 500;
	}
	#feedback .feedback-item .feedback-body{
		font-size: 15px;
		line-height: 21px;
		min-height: 102px;
	}
	#feedback.feedback-home .owl-carousel .owl-nav .owl-prev{
		margin-left: -20px;
	}
	#feedback.feedback-home .owl-carousel .owl-nav .owl-next {
		margin-right: -20px;
	}
	#feedback.feedback-home.container .owl-carousel {
		max-width: 263px;
	}
	#feedback.feedback-home .dark-btn {
		max-width: 256px;
		margin-top: 37px;
	}
	#feedback.feedback-home .feedback-item {
		min-height: unset;
		gap: 26px;
	}
	#feedback.feedback-home.container {
		max-width: 450px;
		margin-inline: auto;
		width: 93%;
	}
}
@media screen and (max-width: 330px) {
	#feedback.feedback-home .dark-btn, 
	#feedback.feedback-home.container .owl-carousel {
		max-width: 220px;
	}
}
/* REVIEWS OWL FEEDBACK HOME STYLING END */