.wizard .steps .current-info {
    display: none
}

.wizard .steps ul {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin: 0;
    padding: 0
}

.wizard .steps ul li {
    display: table-cell;
    text-align: center;
    position: relative
}

.wizard .steps ul li a {
    text-transform: uppercase;
    position: relative;
    padding-top: 2.5rem;
    margin-top: 1.33rem;
    margin-bottom: .3rem;
    display: block
}

.wizard .actions ul li.disabled,
.wizard .content .title {
    display: none
}

.wizard .steps ul li a .step {
    background-color: #FFF;
    position: absolute;
    top: .86rem;
    left: 50%;
    z-index: 1;
    width: 1.33rem;
    height: 1.33rem;
    border-radius: 50%
}

.wizard .steps ul li a .step i {
    position: relative;
    left: -2px;
    top: -1px;
    font-size: 1.6rem
}

.wizard .steps ul li a .step+.fonticon-wrap {
    position: absolute;
    top: -50px;
    left: 15px;
    right: 0
}

.wizard .steps ul li::after,
.wizard .steps ul li::before {
    content: '';
    position: absolute;
    top: 2.86rem;
    width: 50%;
    height: 3px
}

.wizard .steps ul li:last-child:after,
.wizard.vertical .steps ul li::after,
.wizard.vertical .steps ul li::before {
    content: none
}

.wizard .steps ul li::before {
    left: 0
}

.wizard .steps ul li:after {
    right: 0
}

.wizard .steps ul li.current a {
    color: #FDA533;
    cursor: default
}

.wizard .steps ul li.current::before {
    background-color: #FDA533
}

.wizard .steps ul li.current:after,
.wizard .steps ul li.current~li:after,
.wizard .steps ul li.current~li:before {
    background-color: #E4E8E8
}

.wizard .steps ul li.current~li a {
    color: #828D99
}

.wizard .steps ul li.disabled a {
    cursor: default
}

.wizard .steps ul li.disabled a .step {
    border: 3px solid
}

.wizard .steps ul li.done a {
    color: #39DA8A
}

.wizard .steps ul li.done::after,
.wizard .steps ul li.done::before {
    background-color: #39DA8A
}

.wizard .steps ul li.error a,
.wizard .steps ul li.error a .step {
    color: #FF5B5C
}

.wizard .content {
    padding: 0;
    margin: 0
}

.wizard .actions ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.wizard .actions ul li {
    float: left
}

.wizard .actions ul li+li {
    margin-left: .66rem;
    float: right
}

.wizard.vertical .steps {
    float: left;
    width: 30%
}

.wizard.vertical .steps ul li {
    margin: 0 .5rem;
    display: block
}

.wizard.vertical .steps ul li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    margin: 0 .5rem;
    padding: 1rem;
    border-radius: .267rem
}

.wizard.vertical .steps ul li a i {
    font-size: 2.4rem
}

.wizard.vertical .steps ul li a i+span {
    font-family: Rubik, Helvetica, Arial, serif;
    color: #475F7B
}

.wizard.vertical .steps ul li a .number {
    display: none
}

.wizard.vertical .steps ul li.current {
    background: #F2F4F4;
    border-radius: .267rem
}

.wizard.vertical .content {
    float: left;
    width: 70%;
    border-left: 1px solid #DFE3E7
}

.wizard.vertical .content .body {
    padding: 2.5%
}

.wizard.vertical .actions {
    text-align: right
}

.wizard.vertical .actions ul {
    display: inline-block
}

@media (max-width:767.98px) {
    .wizard.vertical .steps {
        width: 100%
    }
    .wizard.vertical .content {
        width: 100%;
        border-left: none
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    .wizard.vertical .steps ul li a small {
        display: none
    }
}