.index-slider.main-banner .owl-dots {
	display: flex;
	justify-content: center;
	gap: 15px;
	position: absolute;
	bottom: 70px;
	width: 100%;
}

.index-slider.main-banner .owl-dots>.owl-dot {
	width: 10px;
	height: 10px;
	background-color: #ffffff;
	border-radius: 50%;
	border: 2px solid #818181;
}

.index-slider.main-banner .owl-dots>.owl-dot.active {
	background-color: #818181;
}