.jalabi-reviews-slider {
	padding-bottom: 1rem;
}

.jalabi-reviews-slider ._review-author-wrap {
	display: flex;
	align-items: center;
	gap: 16px !important;
}
.jalabi-reviews-slider .swiper-wrapper {
	align-items: stretch;
}
.jalabi-reviews-slider .swiper-wrapper {
	padding-bottom: 45px !important;
}
.jalabi-reviews-slider .swiper-pagination {
	bottom: 0 !important;
}
.jalabi-reviews-slider ._review.swiper-slide.swiper-slide-active ._review-info {
	background-color: #2231741a;
}
.jalabi-reviews-slider .swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
	width: 12px;
	background: white;
	height: 12px;
	/* background-color: #e60000; */
	opacity: 100;
	border: 1px solid #000 !important;
}

.jalabi-reviews-slider
	span.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #000 !important;
}
._review-author-name {
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
	color: #191919;
}

._review-author-designation {
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #717680;
}

._review-content p {
	margin: 0 !important;
}

._review-info {
	padding: 32px;
	background: #f7f7f7;
	border-radius: 12px;
	display: flex;
	flex-direction: column;
	gap: 32px;
	color: #717680;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.5rem;
	letter-spacing: 0%;
}
._review-author-line {
	height: 30px;
	width: 2px;
	background-color: #2231741a;
}
._reviews-author-image img {
	width: 44px;
	border-radius: 8px;
	overflow: hidden;
	height: 44px;
	border: 2px solid #fdfdfd;
}
.jalabi-swiper-nav {
	z-index: 100;
}
.jalabi-swiper-nav {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 40px;
}

.jalabi-swiper-nav .review-slider-prev,
.jalabi-swiper-nav .review-slider-next {
	border-radius: 4px;
	position: relative !important;
	width: 40px !important;
	height: 40px !important;
	background: #1919191a;
	color: #191919 !important;
	transform: all 0.2s ease;
}
.jalabi-swiper-nav .review-slider-prev:hover,
.jalabi-swiper-nav .review-slider-next:hover {
	background-color: #191919;
	color: #fff !important;
}
.jalabi-swiper-nav svg {
	width: 7.13px;
	height: 12.97px;
}
.jalabi-reviews-slider .swiper-button-prev::after,
.jalabi-reviews-slider .swiper-button-next::after {
	display: none;
}
