/* REVIEWS OWL FEEDBACK HOME STYLING START */

@media screen and (min-width: 1700px) {	
	#feedback.feedback-home.container{
		max-width: 1636px;
	}
}
#feedback.feedback-home.container{
	background: transparent;
	color: var(--white);
	padding: 41px 0 61px;
}
.feedback_parent_wrapper {
	background-image: url("/images/home/reviews-background.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
#feedback.feedback-home .main_para {
	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_wrapper {
	margin-bottom: 55px;
}
#feedback.feedback-home .main_heading_wrapper .feedback-stars {
	margin: 0 auto 17px;
	justify-content: center;
}
#feedback.feedback-home .main_heading_wrapper .feedback-stars img {
	height: 29px;
}
#feedback.feedback-home .main_heading_wrapper span {
	background: #D9D9D9;
	width: 153px;
	height: 2px;
	display: block;
	margin: 3px auto 0;
}
#feedback.feedback-home .main-heading {
	text-align: center;
	font-size: 40px;
	font-weight: 700;
	line-height: 44px;
	min-height: 66px;
}
#feedback.feedback-home .dark-btn{
	max-width: 215px;
	background: transparent !important;
	border: 1px solid var(--white);
	margin-top: 64px;
}
#feedback.feedback-home .feedback-item {
	padding: 0;
	margin: 0;
	flex-direction: column-reverse;
	gap: 24px;
	text-align: left;
	align-items: start;
	justify-content: start;
}
#feedback .feedback-item .feedback-stars img{
	width: auto;
}
#feedback .feedback-item .feedback-stars{
	display: flex;
	justify-content: start;
	align-items: start;
	margin-top: 0;
	margin-bottom: 7px;
}
#feedback .feedback-item .feedback-title{
	font-size: 24px;
	font-weight: 600;
	line-height: 28px;
	text-transform: capitalize;
}
#feedback .feedback-item .feedback-title span{
	font-size: 18px;
	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{
	font-size: 20px;
	font-weight: 500;
	line-height: 28px; 
	margin: 0;
	min-height: 176px;
}
@media screen and (max-width: 1699px) {
	#feedback.feedback-home.container{
		max-width: 93%;
	}
}
@media screen and (max-width: 767px) {	
	#feedback .feedback-item .feedback-body{
		padding-top: 0;
	}
	.feedback_parent_wrapper {
		order: 4;
		min-height: 676px;
		padding: 45px 0 43px;
	}
	#feedback.feedback-home{
		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{
		font-size: 30px;
		min-height: unset;
	}
	#feedback.feedback-home .main_heading_wrapper span {
		width: 77px;
		margin: 8px auto 0;
	}
	#feedback.feedback-home .main_heading_wrapper {
		margin-bottom: 35px;
	}
	#feedback .feedback-item .feedback-body{
		font-size: 16px;
		line-height: 22px;
		min-height: 154px;
	}
	#feedback .feedback-item .feedback-stars {
		justify-content: center;
	}
	#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: 305px;
		margin-inline: auto;
	}
	#feedback.feedback-home .dark-btn {
		margin-top: 172px;
	}
	#feedback.feedback-home .feedback-item {
		min-height: unset;
		gap: 26px;
	}
	#feedback.feedback-home .feedback-item  {
		text-align: center;
		align-items: center;
	}
	#feedback.feedback-home.container {
		max-width: 450px;
		margin: 0 auto;
		width: 93%;
		padding: 0;
		justify-content: center;
	}
	#feedback.feedback-home .main_heading_wrapper .feedback-stars img {
		height: 18px;
	}
	#feedback.feedback-home .main_heading_wrapper .feedback-stars {
		margin: 0 auto 4px;
	}
}
@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 */