.f1-steps {
    overflow: hidden;
    position: relative;
    margin-top: 5px;
    left: 4%;
}

.f1-progress {
    position: absolute;
    top: 25px;
    left: 4%;
    width: 88%;
    height: 10px;
    background: #D89601;
}

.f1-step {
    position: relative;
    float: left;
    width: 32%;
    padding: 0 5px;
}

.f1-step-icon {
    display: inline-block;
    text-align: center;
    width: 50px;
    height: 50px;
    margin-top: 4px;
    background: #D89601;
    font-size: 30px;
    color: #D89601;
    line-height: 53px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.f1-step.activated .f1-step-icon {
    background: #fff;
    border: 1px solid #D89601;
    color: #fff;
    line-height: 53px;
}

.f1-step.active .f1-step-icon {
    width: 50px;
    height: 50px;
    margin-top: 4px;
    background: #D89601;
    color: #fff;
    font-size: 30px;
    line-height: 53px;
}

.f1-step p {
    color: #343a40;
}

.f1-step.activated p {
    color: #343a40;
}

.f1-step.active p {
    color: #343a40;
}