.geodir-bdsteps-stepwise .geodir-bdsteps-container {
	overflow: hidden;
	margin-top: 40px;
}

.geodir-bdsteps-main-container-parent .geodir-bdsteps-main-container .buddy-hide {
	display: none !important;
}

.geodir-bdsteps-stepwise .geodir-bdsteps-container.active-step {
	display: block;
}

.geodir-next-step {
	float: right;
}

.geodir-prev-step {
	float: left;
}

.geodir-next-step,
.geodir-prev-step {
	background: #383838;
	color: #fff;
	padding: 6px 25px;
	border-radius: 3px;
	font-size: 14px;
	font-family: Poppins, Helvetica, Arial, Lucida, sans-serif !important;
	margin-bottom: 30px;
}

.geodir-bdsteps-container {
	border-radius: 5px;
	padding: 0;
	transition: all .3s;
}

.geodir-bdsteps-row {
	margin-bottom: 30px !important;
	border-bottom: 1px #e0e0e0 solid;
	padding-bottom: 20px;
}

.geodir-bdsteps-row small {
	font-size: 13px !important;
}

.geodir-bdsteps-row h3 {
	margin: auto !important;
}

.geodir-form-step {
	opacity: 1;
	transition: all .3s !important;
	text-decoration: none !important;
}

.geodir-bdsteps-container-inner {
	border: 1px #ced4db solid;
	padding: 35px;
	border-radius: 10px;
	background: #fdfdfd;
	margin-bottom: 20px;
}

#buddy-gsf-progressbar {
	overflow: hidden;
	color: #d3d3d3;
	margin: 30px 0;
	padding: 0;
	display: flex;
	align-items: center;
	width: auto;
	justify-content: space-evenly;
}

#buddy-gsf-progressbar .bd-completed {
	color: #07b51b;
}

#buddy-gsf-progressbar .active {
	color: #ff9800;
}

#buddy-gsf-progressbar li {
	list-style-type: none;
	font-size: 15px;
	width: 100%;
	position: relative;
	font-weight: 400;
	text-align: center;
	cursor: pointer;
}

#buddy-gsf-progressbar li:before {
	width: 50px;
	height: 50px;
	line-height: 45px;
	display: block;
	font-size: 20px;
	color: #fff;
	background: #d3d3d3;
	border-radius: 50%;
	margin: 0 auto 10px auto;
	padding: 2px;
}

#buddy-gsf-progressbar li:after {
	content: '';
	width: 100%;
	height: 3px;
	background: #d3d3d3;
	position: absolute;
	left: 0;
	top: 24px;
	z-index: 1;
}

#buddy-gsf-progressbar li.bd-completed:after,
#buddy-gsf-progressbar li.bd-completed:before {
	background: #07b51b;
}

#buddy-gsf-progressbar li.active:after,
#buddy-gsf-progressbar li.active:before {
	background: #ff9800;
}

#buddy-gsf-progressbar li span {
	width: 48px;
	height: 48px;
	background: #ccc;
	border-radius: 100px;
	display: flex;
	justify-content: center;
	align-content: center;
	margin: auto;
	font-size: 20px;
	z-index: 2;
	position: relative;
}

#buddy-gsf-progressbar li span i {
	line-height: normal;
	display: flex;
	align-items: center;
	color: #313131;
}

#buddy-gsf-progressbar li.bd-completed span {
	background: #07b51b;
	color: #fff;
}

#buddy-gsf-progressbar li.active span {
	background: #ff9800;
	color: #fff;
}

#buddy-gsf-progressbar li.bd-completed span i,
#buddy-gsf-progressbar li.active span i {
	color: #fff;
}

@media only screen and (max-width: 600px) {
	#buddy-gsf-progressbar li strong {
		display: none;
	}
}
