
/* sliderhid */

.sliderhid {
	max-width: 932px;
	overflow: visible;
	height: 805px;
}

.sliderhid .swiper-slide {
	display: flex;
	padding: 60px 70px;
	justify-content: space-between;
	max-height: 805px;
	margin-top: auto;
	margin-bottom: auto;
}

.sliderhid .swiper-slide-prev {
	flex-direction: row-reverse;

}

.sliderhid .swiper-slide.swiper-slide-active {
	background-color: #fff;
}

.sliderhid .swiper-slide .img-box {
	width: 100%;
	max-width: 300px;
	margin-right: 10px;
	transition: all .3s ease-in-out;
	text-align: center;
	position: relative;
}

.sliderhid .swiper-slide .img-box p {
	position: absolute;
	right: initial;
	left: 225px;
	bottom: 0;
	transform: rotate(270deg);
	transform-origin: left;
	font-size: 2.5em;
	font-weight: 300;
	line-height: 44px;
	letter-spacing: 2px;
	color: #FFF;
	margin: 0;
	text-transform: uppercase;
	min-width: max-content;
}

.sliderhid .swiper-slide.swiper-slide-next .img-box p {
	left: 70px;
}

.sliderhid .swiper-slide.swiper-slide-active .img-box p {
	display: none;
}

.sliderhid .swiper-slide:not(.swiper-slide-active) .img-box {
	margin: auto;
}

.sliderhid .swiper-slide .img-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .3s ease-in-out;
}

.sliderhid .swiper-slide:not(.swiper-slide-active) .img-box img {
	max-width: 239px;
	transition: all .3s ease-in-out;
	filter: grayscale(1);
}

.sliderhid .swiper-slide .testimonial-box {
	width: 100%;
	max-width: 450px;
	padding: 25px;
	display: flex;
	flex-direction: column;
	align-self: center;
	text-transform: uppercase;
	opacity: 1;
	transition: all .3s ease-in-out;
	overflow: hidden;
}

.sliderhid .swiper-slide:not(.swiper-slide-active) .testimonial-box {
	opacity: 0;
}

.sliderhid .swiper-slide .testimonial-box .title {
	font-size: 3em;
	font-weight: 700;
	line-height: 45px;
	margin-bottom: 15px;
	max-width: 200px;
	color: #244c4a;
}

.sliderhid .swiper-slide .testimonial-box .subtitle {
	font-size: 1.5em;
	line-height: 32px;
	margin-bottom: 80px;
}

.sliderhid .swiper-slide .testimonial-box p:not(.subtitle) {
	font-size: 1.125em;
	font-style: italic;
	font-weight: 500;
	line-height: 22.01px;
	letter-spacing: 2px;
	margin-bottom: 0;
	padding: 40px 25px;
	margin: -40px -25px;
	color: #244c4a;
	background: url("../png/testimonialquotes2.png"), url("../png/testimonialquotes.png");
	background-position-x: left, right;
	background-position-y: top, bottom;
	background-repeat: no-repeat;
}


.sliderhid .swiper-pagination-bullets {
	background-color: #244c4a;
	height: 85px;
	border-radius: 0px 0px 10px 10px;
	justify-content: center;
	display: flex;
	align-items: center;

}

.sliderhid .swiper-pagination-bullet {
	width: 74px;
	height: 5px;
	border-radius: 4px 4px 10px 10px;
}

.sliderhid .swiper-pagination-bullet-active {
	background: #fff;
}

.healthtestimonialsbg:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 50%;
	background: url("../png/healthtestimonialpattern2.png"), url("../png/healthtestimonialpattern1.png");
	background-position-x: left, right;
	background-position-y: bottom, bottom;
	background-repeat: no-repeat;
	background-color: #f7f7f7;
}

.sliderhid .swiper-button-prev,
.sliderhid .swiper-button-next {
	background: rgba(0, 0, 0, 0.35);
	width: 51px;
	height: 59px;
}

.sliderhid .swiper-button-prev {
	left: -384px;

}

.sliderhid .swiper-button-next {
	right: -385px;
}

.sliderhid .swiper-button-prev::after,
.sliderhid .swiper-button-next::after {
	content: "";
	position: absolute;
	inset: 0;
	background-position: center;
	background-repeat: no-repeat;
}

.sliderhid .swiper-button-prev::after {
	background-image: url("../png/arrowleft-2.png");
}

.sliderhid .swiper-button-next::after {
	background-image: url("../png/arrowright-2.png");
}

@media (max-width: 600px) {
    .sliderhid {
		height: auto;
	}

	.healthtestimonialsbg::before {
		background: url("../png/healthtestimonialpattern-mobile.png");
	}

	.sliderhid .swiper-slide {
		padding: 20px;
		flex-direction: column;
		max-height: auto;
		justify-content: initial;
	}

	.sliderhid .swiper-slide .img-box {
		max-height: 282px;
		margin-left: auto;
		margin-right: auto;
		overflow: hidden;
	}

	.sliderhid .swiper-slide .img-box img {
		object-position: center -100px;
	}

	.sliderhid .swiper-slide .testimonial-box {
		text-align: center;
		padding-bottom: 35px;
	}

	.sliderhid .swiper-slide .testimonial-box .title {
		margin: 0 auto 10px;
	}

	.sliderhid .swiper-slide .testimonial-box .subtitle {
		font-size: 1.125em;
		line-height: 32px;
	}

	.sliderhid .swiper-slide .testimonial-box p:not(.subtitle) {
		font-size: 1em;
		font-style: italic;
		font-weight: 500;
		line-height: 19.57px;
		letter-spacing: 2px;
		padding: 30px 0;
		background-size: 70px;
	}

	.sliderhid .swiper-pagination-bullets {
		height: 45px;
	}

	.sliderhid .swiper-pagination-bullet {
		width: 47px;
		height: 3px;
	}

}