
.menu-level li a {
    color: #fff;
    font-size: 1rem;
    padding: 5px 12px 5px 29px;
    margin: 3px 0;
    position: relative;
    font-weight: 400;
    float: none;
    display: block;
    font-family: 'Roboto Slab', serif;

}
.footer-contact ul li {
    border-bottom: 1px solid #ffffff2e;
    padding: 4px 0;
}

.menu-level li {
    list-style: none;    margin: 3px 0;
}
#accordian2 .active .list-menu{display: block;}
#accordian2 .list-menu {
    display: none;
    position: static;
}

.sideMenu3 {
    background: #383B43;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    height: 100vh;
    max-width: 350px;
    width: 350px;
    padding: 30px 15px 60px 15px;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: -webkit-transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }
  
  .sideMenu3.show {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  
  .life-reva-menu ul li a {
    padding: 4px 0;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    display: block;
    font-weight: 300;
  }
  
  .life-reva-menu {
    padding: 0 20px;
  }
  
  .life-reva-menu ul ul li {
    padding: 0 10px;
    position: relative;
  }
  
  .life-reva-menu ul ul {
    padding: 10px 0;
    border-bottom: 1px solid #ffffff24;
    margin-bottom: 20px;
  }
  
  .life-reva-menu ul ul li:before {
    content: "";
    position: absolute;
    color: #fff;
    left: 0px;
    width: 10px;
    background: #fff;
    height: 1px;
    top: 13px;
  }
  
  .life-reva-menu ul ul li a {
    font-size: .85rem;
    padding: 3px 25px;
  }
  
.pro-grm a {background: #F57F26;}
.add-miss a {background: #60636D;}
.life-areva a {background: #009AD9;}

.pro-grm a:after {
    background: url(../images/plus.svg) no-repeat;
    content: "";
    width: 17px;
    height: 17px;
    position: absolute;
    right: 8px;
    top: 18px;
}


body.add1 section.home-panel1.fixed {
    background: none;
}

body.add1 a.navbar-brand.u-header__navbar-brand.u-header__navbar-brand-center {
    position: fixed;
    z-index: 999999;
}

.other-link-detail {
    display: inline-block;
    border-top: 1px solid #009AD9;
    border-bottom: 1px solid #009AD9;
    padding: 15px 0;
    margin: 15px 0;
}

.menu-logo {
    position: absolute;
    right: -300px;
    opacity: .2;
    z-index: 9;
    top: -300px;
}
.life-reva2 {
    position: absolute;
    top: 150px;
}
.life-reva2 a {
    background: #0096A1;
    position: absolute;
    left: -190px;
    padding: 9px 30px 9px 20px;
    font-size: 1.2rem;
    color: #fff !important;
    font-weight: 300;
    cursor: pointer;
    top: 105px;
    font-family: 'Roboto Slab', serif;
    width: 208px;
}
.life-reva2 i.fa.fa-angle-right {
    position: absolute;
    right: 30px;
    top: 17px;
}
.fa-angle-right:before {
    content: "\f105";
}





.pro-grm a {
    background: #F57F26;
    position: absolute;
    left: -190px;
    padding: 9px 30px 10px 9px;
    font-size: 1.2rem;
    color: #fff !important;
    @include font-panel1; 
    font-weight: 300;
    cursor: pointer;
    width: 190px;
}

.add-miss a {
    background: #60636D;
    position: absolute;
    left: -190px;
    padding: 10px 30px 10px 15px;
    font-size: 1.2rem;
    color: #fff !important;
    @include font-panel1; 
    font-weight: 300;
    cursor: pointer;
    top: 55px;
    width: 190px;
}

.add-miss a:after{background: url(../images/plus.svg) no-repeat;
    content: "";    width: 17px;
    height: 17px;
    position: absolute;
    right: 8px;
    top: 18px;
    }


    .life-reva a{
        background: #009AD9;
        position: absolute;
        left: -190px;
        padding: 10px 30px 10px 15px;
        font-size: 1.2rem;
        color: #fff !important;
        font-weight: 300;
        cursor: pointer;
        top: 110px;
        width: 190px;
        @include font-panel1; 
  
    }
    
    .life-reva a:after{background: url(../images/plus.svg) no-repeat;
        content: "";
        width: 17px;
        height: 17px;
        position: absolute;
        right: 8px;
        top: 18px;
        background-position: center;
        }
    







