/*  ==Wizard */
.wizard {
    margin: 0px auto;
    background: #fff;
}

.wizard .nav-tabs {
    align-content: flex-end;
    display: flex;
    font-weight: bold;
    justify-content: space-around;
    list-style: none;
    margin: 0px auto;
    margin-bottom: 0;
    border-bottom-color: #ebf1f3;
}

.wizard > div.wizard-inner {
    position: relative;
    background-color: #ffffff;
}

.connecting-line {
    height: 1px;
    background: #E6E6E6;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

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

li.presentation>span {
    display: contents;
}

span.round-tab {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: inline-block;
    border-radius: 100px;
    background: #e6e6e6;
    border: 2px solid #e6e6e6;
    text-align: center;
    font-size: 24px;
    color: #ffffff;
}

.wizard li.active span.round-tab {
    color: #0055f5;
    border: 2px solid #0055f5;
    background-color: #ffffff;
}

.wizard li.active span.round-tab i {
    color: #0055f5;
}

span.round-tab:hover {
    color: #e6e6e6;
    border: 2px solid #e6e6e6;
    background-color: #ffffff;
}

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

.wizard li:after {
    content: " ";
    position: absolute;
    left: 47%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #E0E0E0;
    transition: 0.1s ease-in-out;
}

.wizard .nav-tabs > li > a {
    width: 50px;
    height: 50px;
    margin: 10px auto;
    border-radius: 100%;
    display: inline-block;
    padding: 0;
    border: 0;
    cursor: context-menu;
}

.wizard .nav-tabs > li a:hover {
    background: transparent;
}

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

.wizard h3 {
    margin-top: 0;
}

.pager {
    text-align: center;
}
.pager li>a{
    padding: 10px 30px;
    line-height: 1.33;
}
.pager .previous > a,
.pager .previous > span,
.pager .next > a,
.pager .next > span {
    float: none;
}

.pager .previous > a {
    color: #333;
    background-color: #ddd;
    border-color: #ddd;
}
.pager .previous > a:hover,
.pager .previous > a:focus,
.pager .previous > a:active,
.pager .previous > a.active {
    color: #333;
    background-color: #e4e4e4;
    border-color: #e4e4e4;
}

.pager .next > a {
    color: #fff;
    background-color: #1bd59a;
    border-color: #1bd59a;
}
.pager .next > a:hover,
.pager .next > a:focus,
.pager .next > a:active,
.pager .next > a.active {
    color: #ffffff;
    background-color: #00bb80;
    border-color: #00bb80;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
    border-color: #ccc;
    color: #b3b3b3;
    background-color: #ffffff;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.step-button {
    padding-top: 50px;
    padding-bottom: 25px;
}

.step1 {
    margin-bottom: 30px;
}

.step2 {
    margin-bottom: 30px;
}

.step3 {

}

