
/* REVIEWS OWL FEEDBACK HOME STYLING START */
#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: 32px;
	font-weight: 700;
	line-height: 36px; 
}
#feedback.feedback-home .dark-btn{
	width: 238px;
	height: 60px;
	margin-top: 34px;
}
#feedback.feedback-home .feedback-item {
  min-height: 216px;
  padding: 0;
  margin: 0;
  flex-direction: column-reverse;
  background-image: url(/images/home/icon-quote-white.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center top;
}
#feedback .feedback-item .feedback-stars img{
	width: auto;
}
#feedback .feedback-item .feedback-stars{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 35px 0 12px;
}
#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: 300;
	line-height: 24px;
	display: block;
	margin-top: 3px;
}
#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(--primary-color);
	text-align: center;
	font-family: var(--kaisei-font);
	font-size: 20px;
	font-weight: 400;
	line-height: 27px; 
	margin: 0;
	padding-top: 32px;
}
#feedback.feedback-home .container{
	max-width: 90%;
}
@media screen and (max-width:767px) {	
	#feedback.feedback-home .container .feedback-item{
		min-height: 216px;
		padding: 0;
		margin: 0;
		background-position: center bottom;
		padding-bottom: 60px;
	}
	#feedback .feedback-item .feedback-body{
		padding-top: 0;
	}
	#feedback.feedback-home{
		order: 5;
		padding: 33px 0;
		min-height: 479px;
	}
	#feedback .feedback-item .feedback-stars{
		margin-top: 45px;
	}
	#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: 20px;
		line-height: 25px;
	}
	#feedback .feedback-item .feedback-body{
		font-size: 18px;
	}
	#feedback.feedback-home .owl-carousel .owl-nav .owl-prev{
		margin-left: -20px;
	}
	#feedback.feedback-home .owl-carousel .owl-nav .owl-next {
		margin-right: -20px;
	}
}
@media screen and (max-width:369px) {
	#feedback.feedback-home .container .feedback-item{
		background-size: 200px;
	}
	#feedback .feedback-item .feedback-title,
	#feedback .feedback-item .feedback-body {
		font-size: 16px;
		line-height: 22px;
	}
}
@media screen and (min-width:1800px) {	
	#feedback.feedback-home .container{
		max-width: 1634px;
		padding-inline:0 ;
	}
}
/* REVIEWS OWL FEEDBACK HOME STYLING END */