.from-para,
.stepwizard-step p {
    color: #999;
    font-family: Montserrat-Light;
    font-weight: bold;
}
.stepwizard-step p {
    text-align: center;
    text-transform: uppercase;
    font-size: 11px;
    width: 100px;
    margin: 10px auto 0
}
.stepwizard-row {
    display: table-row
}
.stepwizard {
    display: table;
    width: 100%;
    position: relative;
    margin: 0 0 0px;
    /*background-color: #fcfcfc;*/
    /*border-bottom: #e9ebed solid 1px;*/
    /*border-bottom: 2px solid #b7b4b4;*/
    border-radius: 5px 5px 0 0
}
.stepwizard-step button[disabled] {
    opacity: 1!important;
    filter: alpha(opacity=100)!important
}
.stepwizard-row:before {
    top: 34px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 5px;
    background-color: #b7b4b4;
    z-order: 0
}
.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
    /*padding: 20px 0 15px;*/
    padding: 20px 0 0px;
}
.stepwizard-step .btn-primary {
    background-color: #f68f21!important;
    border-color: #f68f21;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-top-20 {
    margin-bottom: 20px;
    margin-top: 20px;
}

.margin-bottom-top-8 {
    margin-bottom: 8px;
    margin-top: 8px;
}

.margin-bottom-top-20 {
    margin-bottom: 8px;
}