@charset "UTF-8";
/*font Variables*/
/*Color Variables*/
@import url("https://fonts.googleapis.com/css?family=Roboto:300i,400,400i,500,700,900");
.multi_steps {
    background: #f6f9fb;
    display: block;
    overflow: hidden;
}
.multi_steps #steps {
    text-align: center;
    position: relative;
    padding-top: 50px;
    padding-bottom: 30px;
    margin: 0 auto;
    background: #ffffff;
    z-index: 1;
}
.multi_steps #steps .tittle {
    text-align: center;
    padding-bottom: 55px;
}
.multi_steps #steps .tittle h2 {
    font: 500 24px/35px "Roboto", sans-serif;
    color: #3f4553;
    padding-bottom: 5px;
}
.multi_steps #steps .tittle p {
    font: 400 16px/28px "Roboto", sans-serif;
    color: #5f6771;
}
.multi_steps #steps fieldset .done_text .don_icon {
    height: 36px;
    width: 36px;
    line-height: 36px;
    font-size: 22px;
    margin-bottom: 10px;
    background: #5cb85c;
    display: inline-block;
    border-radius: 50%;
    color: #ffffff;
    text-align: center;
}
.multi_steps #steps fieldset .done_text h6 {
    line-height: 23px;
}

.multi_steps #steps #progressbar {
    margin-bottom: 30px;
    overflow: hidden;
}
.multi_steps #steps #progressbar li {
    list-style-type: none;
    color: #99a2a8;
    font-size: 9px;
    width: calc(100%/4);
    float: left;
    position: relative;
    font: 500 13px/1 "Roboto", sans-serif;
}
.multi_steps #steps #progressbar li:nth-child(2):before {
    content: "";
}
.multi_steps #steps #progressbar li:nth-child(3):before {
    content: "";
}
.multi_steps #steps #progressbar li:before {
    content: "";
    font: normal normal normal 30px/50px Ionicons;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: block;
    background: #eaf0f4;
    border-radius: 50%;
    margin: 0 auto 10px auto;
}
.multi_steps #steps #progressbar li:after {
    content: "";
    width: 100%;
    height: 10px;
    background: #eaf0f4;
    position: absolute;
    left: -50%;
    top: 11px;
    z-index: -1;
}
.multi_steps #steps #progressbar li:last-child:after {
    width: 150%;
}
.multi_steps #steps #progressbar li.active {
    color: #5cb85c;
}
.multi_steps #steps #progressbar li.active:before, .multi_steps #steps #progressbar li.active:after {
    background: #5cb85c;
    color: white;
}
.multi_steps #steps .action-button {
    background: #5cb85c;
    color: white;
    border: 0 none;
    border-radius: 5px;
    cursor: pointer;
    min-width: 130px;
    font: 700 14px/40px "Roboto", sans-serif;
    border: 1px solid #5cb85c;
    margin: 0 5px;
    text-transform: uppercase;
    display: inline-block;
}
.multi_steps #steps .action-button:hover, .multi_steps #steps .action-button:focus {
    background: #405867;
    border-color: #405867;
}
.multi_steps #steps .previous_button {
    background: transparent;
    color: #99a2a8;
    border-color: #99a2a8;
}
.multi_steps #steps .previous_button:hover, .multi_steps #steps .previous_button:focus {
    background: #405867;
    border-color: #405867;
    color: #fff;
}
