.lab{
    color: #025b9f; 
    font-size: 30px;
    font-weight: bold;
 }
 .zee{
    color:#f8931d; 
    font-size: 30px;
    font-weight: bold;
 }
.l0bg {
    background:#f8931d;
}
.l1bg {
    background-color: #f8931d !important;

}
.l2bg {
    background-color:  #025b9f !important;
}

.sitemap h1 {
    margin: 0;
    font-size: 30px;
    margin-bottom: 20px
}
.sitemap ul {
    list-style: none;
    padding-left: 20px;
    margin: 0;
}
.sitemap ul > li {
    border-left: solid #efefef 2px;
    padding-left: 15px;
}
.sitemap ul > li > a {
    display: inline-block;
    max-width: 500px;
    padding: 10px;
    background: #085ca8;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    text-overflow: ellipsis;
    margin: 5px 0;
    -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2);
    position: relative;
    font-weight: 600;
}
.sitemap ul > li > a:hover {
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
}
.sitemap ul > li:before {
    content: "" !important;
}
.sitemap ul > li > a:before {
    content: "";
    position: absolute;
    left: -15px;
    top: 50%;
    margin-top: -1px;
    height: 2px;
    width: 15px;
    background: #efefef;
}