.stp-dots {
	height: 60px;
}
.stp-dots .slick-dots {
	display: flex !important;
	justify-content: space-between;
	background: #979797;
	height: 5px;
	max-width: calc(100% - 120px);
	position: relative;
	left: 30px;
	margin-top: 30px;
}
.stp-dots .slick-dots li button::before {
	display: none;
}
.stp-dots .slick-dots li {
	margin: 0;
}
.stp-dots button {
	width: 60px !important;
	height: 60px !important;
	background: #979797 !important;
	display: inline-block !important;
	border-radius: 60px;
	position: relative;
	top: -28px;
	padding: 0 !important;
}
.stp-dots .slick-active button,
.stp-dots .complete button {
	background: var(--primary_color) !important;
}
.stp-next {
	margin-left: 10px;
}
.stp-dots .slick-dots li button {
	font-size: 24px;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: #fff;
	border: 0;
	outline: none;
	background: transparent;
	font-family: var(--h1_typography-font-family);
	position: relative;
	left: -30px;
}