.intsections{
    display: none;
}
.sectionscont{
    height: 100%;
    width: 100%;
}
.signupsteps{
    padding: 0 10px;
}
.firstdiv{
    padding: 0 15px 20px;
    text-align: right;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    
}
.actionsbuttons{
    font-weight: 600;
    display: block;
    padding: 7px 12px;
    border-radius: 20px;
    border: 1px solid transparent;
    min-width: 100px;
    text-align: center;
}
.previous{
    background-color: #ffffff;
    border-color: #3b5d4f;
    border-width: 2px;
    color: #3b5d4f;
}
.next{
    background-color: #3b5d4f;
    color: #fff;
}
.nxtmargin{
    margin-left: 10px;
}
.intbtn{
    display: none;
    margin-bottom: .5rem;
}



.stepsindex{
    position: relative;
    display: block;
    width: 100%;
}
.stepslist{
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
    height: 100%;
    padding: 0 10px;
    width: 100%;
    table-layout: fixed;
    margin: 0;
    list-style: none;
}
.sindex{
    width: 25%;
    display: table-cell;
    vertical-align: top;
    text-align: center;
    position: relative;

}
.stepcont{
    display: block;
    color: #3b5d4f;
    padding: 20px 10px;
    margin: 0;
    text-align: center;
    font-size: 11px;
    font-weight: 700;
    transition: all .3s ease-in-out;
    background-color: transparent;

}

.step{
    color: #999;
    font-size: 180%;
    background-color: #fff;
    border-color: rgba(24, 31, 72, .3);
    width: 50px;
    height: 50px;
    line-height: 45px;
    border: 3px solid #a19f9f;
    border-radius: 50%;
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin: 0 auto;
    transition: all .3s ease-in-out;
    z-index: 10;
    text-align: center;
}
.info{
    color: #999;
    transition: all .3s ease-in-out;
    display: block;
    width: 100%;
    padding-top: 10px;
    padding-top: 10px;
    margin: 0;
    text-align: center;
    font-size: 11px;
    font-weight: 700;
}
.stepvalide{
    font-size: 0;
    background: url(../admin/vendors/images/tick.svg) no-repeat #e9e9e9;
    background-size: 22px;
    background-position: center center;
}
.stepnovalid{
    font-size: 0;
    background : url(../admin/vendors/images/close.svg) no-repeat #e9e9e9;
    background-size: 22px;
    background-position: center center;
}
.stepactive{
    color: #3b5d4f;
    border-color: #3b5d4f;
    background-color: #fff;
}
.infoactive{
    color: #3b5d4f;
}
.visualindexaf{
    background-color: #999;
    top: 45px;
    width: 50%;
    height: 3px;
    right: 0;
    content: '';
    z-index: 9;
    display: block;
    position: absolute;
}
.visualindexbef{
    background-color: #999;
    top: 45px;
    width: 50%;
    height: 3px;
    left: 0;
    content: '';
    z-index: 9;
    display: block;
    position: absolute;
}
.visualactive{
    background-color: #fff;
}
