.feedback-navs {
	top: -165px;
}

.feedback-button-next {
	position: absolute;
	right: 0px;
	@include media-breakpoint-up(md) {
		right: -15px;
	}
	@include media-breakpoint-up(xxl) {
		right: -20px;
	}
	&:hover {
		background-color: $primary !important;
		color: $white !important;
	}
}

.feedback-button-prev {
	position: absolute;
	left: 0px;
	@include media-breakpoint-up(md) {
		left: -15px;
	}
	@include media-breakpoint-up(xxl) {
		left: -20px;
	}
	&:hover {
		background-color: $primary !important;
		color: $white !important;
	}
}

// Feedback Two
.feedback-2-area {
	&::after {
		position: absolute;
		content: "";
		inset: 0;
		background-image: url(../img/shape/feedback-2-bg-overlay.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		z-index: -1;
		opacity: 0.1;
	}
	.feedback-button-prev {
		left: 55px;
	}
	.feedback-button-next {
		right: 55px;
	}
}

// Feedback 12
.scroller_wrapper_feedback {
	height: 800px;
}

// Feedback 13
.feedback_13_wrapper {
	margin-right: -840px;
	@media(max-width: 1399px) {
		margin-right: -280px;
	}
	@media(max-width: 1199px) {
		margin-right: 0;
	}
}

// Feedback 14
.style_14 {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: inherit;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: 1px solid $gray-300;
}
