.swiper-pagination.swiper-pagination,
.swiper-pagination-custom.swiper-pagination-custom {
	position: relative;
	bottom: auto;
	left: auto;
	width: auto;
	margin-top: 30px;
}

.swiper-pagination .pagination-numbers {
	border: 2px solid #51C0AA;
	border-radius: 5px;
	padding: 5px 0;
	width: 70px;
	text-align: center;
	font-weight: 700;
	font-size: 14px;
	color: #51C0AA;
	display: inline-block;
	margin: 0 auto;
}

.swiper-pagination-bullet,
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	height: 12px;
	width: 12px;
	background: #E8EDF1;
	margin: 0 11px;
	border: 3px solid transparent;
	opacity: 1;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
	border-color: #49C9AE;
	background: #fff;
}

@media screen and (min-width: 768px) {
	.swiper-pagination,
	.swiper-pagination-custom {
		margin-top: 40px;
	}
}

@media screen and (min-width: 1024px) {
	.swiper-pagination,
	.swiper-pagination-custom {
		margin-top: 50px;
	}
}