.steps {
    min-height: 90px;
    padding: 30px 0 0 0;
    font-family: 'Open Sans', sans-serif;
    position: relative;
}

.steps .steps-container {
    width: 100%;
    border-radius: 0px;
    list-style: none;
}

.steps .steps-container li {
    text-align: center;
    list-style: none;
    float: left;
}

.steps .steps-container li .step {
    padding: 0 0px
}

.steps .steps-container li .step .step-image {
    margin: -14px 0 0 0;
}

.steps .steps-container li .step .step-image span {
    background-color: #B3B3B3;
    display: block;
    width: 20px;
    height: 20px;
    margin: 7px auto;
    border-radius: 25px;
}

.steps .steps-container li .step .step-current {
    font-size: 11px;
    color: #386582;
    margin: 8px 0 0 0;
}

.steps .steps-container li .step .step-description {
    font-size: 13px;
    color: #386582;
}

.steps .steps-container li.activated .step .step-image span {
    background-color: #386582;
}

.steps .step-bar {
    background-color: #386582;
    height: 5px;
    position: absolute;
    top: 30px;
    border-radius: 0px;
}

.steps .step-bar.last {
    border-radius: 0px;
}

.background-bar {
    background-color: #B3B3B3;
    height: 2px;
    position: absolute;
    top: 32px;
    border-radius: 0px;
    margin-left: 9px;
    z-index: 0;
    width: 100%;
}

.progress-bar {
    background-color: #386582;
    height: 2px;
    position: absolute;
    top: 32px;
    border-radius: 0px;
    z-index: 2;
    margin-left: -11px;
}

#ProgressBarStep1 {
    width: 13%;
}

.step-custom-image {
    background-color: #386582;
    display: block;
    width: 20px;
    height: 20px;
    margin-top: -7px;
    margin-right: auto;
    margin-bottom: 4px;
    margin-left: auto;
    border-radius: 25px;
    position: relative;
    z-index: 3;
}

@media only screen and (max-width: 768px) {
    #ProgressBarStep1 {
        width: 15%;
    }
}

.step-label {
    color: grey;
    font-weight: 500;
}

.step-active {
    color: #386582;
}