.onboarding {
    margin: 20px auto 30px;
    width: 100%;
}

/*form styles*/
.msform {
    width: 100%;
    margin: 00px auto;
    position: relative !important;
    z-index: 9;
}

.msform fieldset {
    border: 0 none;
    width: 100%;
    padding: 0px 50px 0px;
    margin: auto;
    position: absolute;
}

/*Hide all except first fieldset*/
.msform fieldset:not(:first-of-type) {
    display: none;
}

/*buttons*/
.msform .action-button:hover,
.msform .action-button:focus {
    /*  box-shadow: 0 0 0 2px white, 0 0 0 3px #27AE60; */
}

/*headings*/
.fs-title {
    padding: 0px 0px 20px;
    color: #373737;
    font-weight: 700;
    background: #fff;
    text-transform: uppercase;
}

.fs-subtitle {
    font-weight: normal;
    font-size: 14px;
    color: #666;
    max-width: 555px;
    margin: 0 auto 20px;
    width: 95%;
}

.fs-title img {
    margin-right: 10px;
    margin-top: -6px;
}

.segment-box ul {
    margin: 50px auto
}

.segment-box ul li {
    display: inline-block;
    box-shadow: 0px 7px 50px 0px rgba(114, 118, 119, 0.15);
    border-radius: 55px;
    width: 39%;
    margin: 10px 30px;
    padding: 0px 20px 15px;
}

/*progressbar*/
.progressbar {
    margin-bottom: 30px;
    height: 35px;
    /* counter-reset: step; */
}

.progressbar li {
    list-style-type: none;
    color: white;
    text-transform: uppercase;
    font-size: 9px;
    width: 33%;
    float: left;
    position: relative;
}

.progressbar li:before {
    content: '';
    /* content: counter(step);
counter-increment: step; */
    width: 15px;
    height: 15px;
    display: block;
    font-size: 10px;
    color: #333;
    background: #b1bec6;
    border-radius: 50%;
    margin: 0 auto 5px auto;
    border: 1px solid #f1f5f8;
    box-shadow: 0px 0px 16px 0px rgba(151, 159, 173, 0.4);
    z-index: 9;
    position: relative;
}

/*progressbar connectors*/
.progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #f1f5f8;
    position: absolute;
    left: -50%;
    top: 7px;
    z-index: 0;
    /*put it behind the numbers*/
}

.progressbar li:first-child:after {
    content: none;
}

/*The number of the step and the connector before it = green*/
.progressbar li.active:before,
.progressbar li.active:after {
    background: #fff;
    border: 8px solid #e84e49;
}

.progressbar li.active:after {
    border: 1px solid #e84e49;
}

.progressbar li.done:before {
    background: #e84e49 url('../img/tick.png') no-repeat;
    background-position: center;
    border: 0px solid #e84e49;
}

.onboarding .tab-box.next {
    margin-top: 20px;
    display: inline-block;
}

.skip {
    text-align: right;
    position: relative;
    display: inline-block;
}

.active-stap h6 {
    color: #d3d4d8;
    font-size: 12px;
    line-height: 1.4;
    text-transform: capitalize;
}

.active-stap h6 span {
    color: #000;
    display: block;
    font-size: 14px;
}

.active-stap {
    text-align: center;
}