/* REVIEWS OWL FEEDBACK HOME STYLING START */

@media screen and (min-width: 1700px) {	
	#feedback .container {
		max-width: 1658px;
		padding-inline: 0;
		padding-right: 26px;
	}
	#feedback .heading_wrapper {
		padding-left: 26px;
	}
	#feedback.feedback-home .dark-btn {
		margin-left: 26px;
	}
}
#feedback.feedback-home {
	background-image: url("/images/home/home-reviews-bgrnd.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	color: var(--white);
	text-align: center;
	padding-block: 57px;
	min-height: 636px;
}
#feedback .container .owl-carousel{
	width: 100%;
}
#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 {
	font-size: 32px;
	font-weight: 600;
	line-height: 44px;
	letter-spacing: 3.2px;
	text-transform: uppercase;
	margin-top: 7px;
	margin-bottom: 12px;
}
#feedback.feedback-home h6 {
	font-family: var(--body-font);
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: 5.4px;
	text-transform: uppercase;
	margin-bottom: 82px;
}
#feedback.feedback-home .dark-btn {
	width: 139px;
    height: auto;
	border: none;
    border-bottom: 1px solid var(--white);
    background: transparent;
    color: var(--white);
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.48px;
	text-transform: uppercase;
    padding: 9px 0;
    border-radius: 0;
	margin-top: 44px;
	font-family: var(--header-font);
}
#feedback.feedback-home .dark-btn:active,
#feedback.feedback-home .dark-btn:focus {
	outline: none;
}
#feedback.feedback-home .feedback-item {
	padding: 0;
	margin: 0;
	flex-direction: column;
	gap: 18px;
}
#feedback .feedback-item .feedback-stars img{
	width: auto;
}
#feedback .feedback-item .feedback-stars{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 11px;
	margin-top: 0;
}
#feedback .feedback-item .feedback-title{
	text-align: center;
	font-family: var(--header-font);
	font-size: 20px;
	font-weight: 600;
	line-height: 22px;
	letter-spacing: 0.2px;
	text-transform: capitalize;
}
#feedback .feedback-item .feedback-title span{
	font-family: var(--body-font);
	font-size: 15px;
	font-weight: 400;
	line-height: 21px;
	letter-spacing: 0.15px;
	display: block;
	margin-top: 1px;
}
#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-family: var(--header-font);
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 0.16px;
	margin: 0;
	min-height: 132px;
}
@media screen and (max-width: 1699px) {
	#feedback .container{
		max-width: 93%;
	}
}
@media screen and (max-width:767px) {	
	#feedback .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: 25px 0 68px;
		background-image: url("/images/home/mobile-home-reviews-bgrnd.jpg");
	}
	#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 .heading_wrapper img {
		width: 85px;
	}
	#feedback.feedback-home .main-heading {
		margin-top: 0;
		margin-bottom: 14px;
		font-size: 24px;
		line-height: 41px;
		letter-spacing: 2.4px;
	}
	#feedback.feedback-home h6 {
		font-size: 16px;
		line-height: 26px;
		letter-spacing: 4.8px;
		margin-bottom: 55px;
	}
	#feedback .feedback-item .feedback-title span {
		margin-top: 2px;
	}
	#feedback .feedback-item .feedback-body{
		min-height: 132px;
	}
	#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 .container .owl-carousel {
		max-width: 314px;
		margin-inline: auto;
		padding: 0;
	}
	#feedback.feedback-home .dark-btn {
		max-width: 256px;
		margin-top: 37px;
	}
	#feedback.feedback-home .container .owl-feedback .feedback-item {
		gap: 18px;
		margin-bottom: 35px;
		padding-inline: 0;
	}
	#feedback .container {
		max-width: 450px;
		margin-inline: auto;
		width: 93%;
	}
}
@media screen and (max-width: 330px) {
	#feedback.feedback-home .dark-btn, 
	#feedback .container .owl-carousel {
		max-width: 220px;
	}
}
.mobile-only-appear {
	display: none;
}
@media screen and (max-width: 767px) {
	.mobile-only-disappear {
		display: none;	
	}
	.mobile-only-appear {
		display: block;
	}
}
/* REVIEWS OWL FEEDBACK HOME STYLING END */