.wizard .nav-tabs > li {
    width: 25%;
}

.wizard {
    margin: 0px auto 0 auto;
    padding-bottom: 30px;
    border-bottom: 1px solid #e0e0e0;
    font-size: 14px;
}

.wizard .nav-tabs {
    position: relative;
    margin-bottom: 0;
    border-bottom-color: transparent;
}

.wizard > div.wizard-inner {
    position: relative;
}

.connecting-line {
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: -10;
    border-bottom: 4px dotted #c1cad6;
}

span.round-tab {
    width: 70px;
    height: 70px;
    line-height: 65px;
    display: inline-block;
    border-radius: 100px;
    background: #fafaff;
    border: 2px solid #c1cad6;
    text-align: center;
    font-size: 25px;
}

.wizard .nav-tabs > li.active > a,
.wizard .nav-tabs > li.active > a:hover,
.wizard .nav-tabs > li.active > a:focus {
    background-color: #fafaff;
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab i{
    color:#c1cad6;
}
.wizard li.active span {
    background-color: #3a5878;
    border: 2px solid #3a5878;
    
}
.wizard li.active a i,
.wizard li.active a:hover i {
    color: #fff;
}
.wizard li.active p {
    color: #3a5878 !important;
}

.wizard .nav-tabs a:hover {
    border-color: transparent !important;
}
.wizard .nav-tabs a:hover span {
    border: 2px solid #3a5878;
}
.wizard .nav-tabs a:hover i,
.wizard .nav-tabs a:hover p {
    color: #3a5878;
}

.wizard .nav-tabs a p {
    margin: 5px 0;
    color: #c1cad6;
    font-weight: bold;
}

.wizard .nav-tabs > li a {
    width: 90px;
    height: 70px;
    margin: 20px auto;
    padding: 0 10px;
    text-align: center;
    background-color: #fafaff !important;
}

.wizard .tab-pane {
    position: relative;
    padding-top: 50px;
}

.wizard h3 {
    margin-top: 0;
}

.wiz-nav {
    margin-top: 3em;
}

button.next-step,
a.next-step {
    background-color: #19baa9;
    font-size: 95%;
}
button.next-step:hover,
a.next-step:hover,
button.next-step:active,
a.next-step:active,
button.next-step:focus,
a.next-step:focus {
    background-color: #29cab9 !important;
}
button.next-step span.fa,
a.next-step span.fa {
    margin-left: 1em;
}

a.prev-step {
    background-color: #3a5878;
    font-size: 95%;
}
a.prev-step:hover,
a.prev-step:active,
a.prev-step:focus {
    background-color: #4a6888 !important;
}
a.prev-step span.fa {
    margin-right: 1em;
}
@media( max-width : 585px ) {

    .wizard {
        width: 90%;
        height: auto !important;
    }

    span.round-tab {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
}
