
.stepwizard-step p {
    margin-top: 0px;
    color:#202B57;
	}
	
.stepwizard-step p small {
    font-size:14px;
	position:relative;
	top:5px;
	font-family: 'Poppins', sans-serif;
font-weight:600;
	}	
	
.stepwizard-row {
    display: table-row;
}
.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}
.stepwizard-step button[disabled] {
    /*opacity: 1 !important;
    filter: alpha(opacity=100) !important;*/
}
.stepwizard .btn.disabled, .stepwizard .btn[disabled], .stepwizard fieldset[disabled] .btn {
    opacity:1 !important;
    color:#bbb;
}
.stepwizard-row:before {
    top: 20px;
    bottom: 0;
	left:0;
    position: absolute;
    content:" ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-index: 0;
}
.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}
.btn-circle {
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 6px 0;
    font-size: 18px;
    line-height: 1.428571429;
    border-radius: 0px;
}
.stepwizard .btn-notcompleted { background-color:#202B57 !important; border-color:#202B57 !important; color: white !important; }
.stepwizard .btn-completed { background-color:#c7dc00 !important; border-color:#c7dc00 !important;color:#fff !important }
.stepwizard .btn-pcompleted { background-color:#87c224 !important; border-color:#87c224 !important; color:#fff }
.stepwizard .btn-success { background-color:#ee615f !important; border-color:#ee615f !important;color:#fff !important }