.topscroll {
	background: #eab9b9;
	font-size: 20px;
	padding: 2px 5px;
	line-height: 30px;
	font-weight: bold;
}
.carousel-indicators {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	display: flex;
	justify-content: center;
	padding: 0;
	margin-right: 15%;
	margin-bottom: 0;
	margin-left: 15%;
}
.carousel-indicators [data-bs-target] {
	box-sizing: content-box;
	flex: 0 1 auto;
	width: 30px;
	height: 5px;
	padding: 0;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #fff;
	background-clip: padding-box;
	border: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	opacity: .5;
	transition: opacity .6s ease;
}
.p-05{
	padding: 0 5px;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 15%;
	padding: 0;
	color: #fff;
	text-align: center;
	background: 0 0;
	border: 0;
	opacity: .5;
	font-size:50px;
	transition: opacity .15s ease;
}
button.owl-next {
	right: 0;
}
.owl-stage-outer{
    border-radius:10px;
}
@media only screen and (min-width: 280px) and (max-width: 599px) {
	.carousel .carousel-item {
		height: 220px;
		display: block;
	}

}

@media (min-width: 1500px) and (max-width: 2500px) {
	.carousel .carousel-item {
		height: 450px;
		display: block;
	}
}
@media (min-width: 1200px) and (max-width: 1500px) {
	.carousel .carousel-item {
		height: 450px;
		display: block;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.carousel .carousel-item {
		height: 400px;
		display: block;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.carousel .carousel-item {
		height: 350px;
		display: block;
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	.carousel .carousel-item {
		height: 300px;
		display: block;
	}
}

@media (max-width: 575px) {
	.carousel .carousel-item {
		height: 200px;
		display: block;
	}
}

