.new-life-stage-label{
    cursor: pointer;
}

/*progressbar*/
.form-progressbar {
    margin-bottom: 0px;
    overflow: hidden;
    /*counter-reset: step;*/
    text-align: center;
}

.form-progressbar.mob {

}

.form-progressbar li {
    list-style-type: none;
    color: #484848;
    font-size: 10px;
    font-family:'Open Sans Regular';
    width: 33.33%;
    float: left;
    position: relative;
    letter-spacing: 1px;
}

.form-progressbar li:before {
    content: '';
    width: 10px;
    height: 10px;
    line-height: 38px;
    display: block;
    font-size: 10px;
    border: 2px solid #97C93D;
    background: #fff;
    border-radius: 25px;
    margin: 0 auto 10px auto;
    position: relative;
    z-index: 1;
}

.form-progressbar li:after {
    content: '';
    width: 80%;
    height: 1.4px;
    color: #484848;
    background: #dedede;
    position: absolute;
    left: -50%;
    top: 6px;
    z-index: 0;
    margin-left: 15px;
}

.form-progressbar.mob li:after {
    margin-left: 10px;
} 
.form-progressbar li:first-child:after {
    content: none;
}

.form-progressbar li.active:before, .form-progressbar li.active:after {
    background: #97C93D;
    color: #484848;
}

.stepper_block {
    padding:25px 10px 10px 10px;
    box-shadow: 0 2px 2px -2px gray;
}

.stepper_text_font {
    font-family: 'Open Sans Semibold';
    font-weight:  bold;
}

#stage_content_parent {
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
}

.parent_scroll {
    max-height:100%;
    overflow: hidden;
}

#stage_content_child::-webkit-scrollbar { 
    display: none;  /* Safari and Chrome */
    height:500px;
}

.child_scroll {
    height:500px;
    overflow: scroll;
    position:relative;
}

.b_shadow {
    padding:25px 10px 10px 10px;
    box-shadow: 0 2px 2px -2px gray;
}

/*#modal_d {
    width: 360px;
}*/
#modal_h {
    background-color: #F5F5F5;
    padding: 16px 16px;
    color: #FFFFFF;
 }

 .b_color_green {
    background-color: #99CA3C;
    color: #FFFFFF
 }

 .b_bg_white {
    background-color: #FFFFFF;
 }

 .modal_t {
    margin: 0 auto;
    color: #484848;
    font-size: 14px;
 }

 @media only screen and (min-width:768px) and (max-width:1600px)
 {
    .lgwidth{
        max-width:50%;
        top:55px;
    }
 }

 @media only screen and (max-width: 480px) {
    .profplus_stagenav {
        right: 4%;
        top: 55px;
    }
}

@media only screen and (min-width: 1000px) and (max-width: 1600px) {          
    .lgwidth
    {
        top:55px;
    }
}