body {
	counter-reset: span;
}

.step::after {
	counter-increment: span;
	content: counter(span);
	color: #989CA7;
	border-radius: 50%;
	margin-left: 20px;
	right: 0;
	position: absolute;
	width: 40px;
	height: 40px;
	text-align: center;
	padding-top: 10px;
	border: 1px solid #EAEAEA;
	background: #F2F5F9;
}

.step {
	margin-bottom: 30px;
	margin-top: 30px;
	cursor: pointer;
}

.stepbar>.step::before {
	background-color: red;
}


.previous::after {
	color: white !important;
	background-color: #8FCB85 !important;
	content: '\2713' !important;
	border: 1px solid #8FCB85 !important;
}

.previous {
	color: #8FCB85 !important;
}