
.white-header .header-bottom li.active a{
    color: #1D9D21!important;
}

.header-style4 .header-bottom li.active a{
    color: #1D9D21!important;
}

.vertical-center {
    display: flex;
    align-items: center;
    position: absolute;
    /*width: 100%;*/
    top: 50px;
}

.padding-3_10{
    padding: 3px 10px
}

.padding-5_15{
   padding: 5px 15px
}

.padding-10_15{
    padding: 10px 15px
}
.padding-t_0{
    padding-top:0 ;
}

.padding-b_0{
    padding-bottom:0 ;
}

.margin-t_0{
    margin-top:0 ;
}

.margin-b_0{
    margin-bottom:0 ;
}

.btm-line{
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}

.btm-line:last-child{
    border-bottom: none;
    /*margin-bottom: 15px;*/
}

.up-btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 10;
}

.how_work .panel-heading .panel-title a{display: block}

.how_work .panel-heading .panel-title{
    background-color: #f4f4f4;
    color: #959595;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    display: block;
    text-transform: none;
}

.how_work .panel-heading.active .panel-title{
    background-color: #1D9D21;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    display: block;
    padding: 10px 18px;
    text-transform: none;
}
.mt-15 {
    margin-top: 15px !important; 
}