.fix-margin-bottom-01{
  margin-bottom: 15px !important;
}
.circle_step_active{
	width: 10px;
    height: 10px;
    border-radius: 20px;
    background: #4e77fc;
}
.line_active{
    background: #4e77fc;
    width: 10px;
    top: 4px;
    height: 2px;
    left: 0px;
    z-index: 0;
}
.circle_step_deactive{
	width: 10px;
    height: 10px;
    border-radius: 20px;
    background: gray;
}
.line_deactive{
	    background: grey;
    width: 10px;
    top: 4px;
    height: 2px;
    left: 0px;
    z-index: 0;
}
.float-r{
	position: relative;
	float: right;
}

.stepeer{
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    float: right;
    text-align: right;
}