body {margin:0;font-family:kalimati;
  background-color:#ebf1f5 }
.npr-width{  
    padding-left: 20px;
    padding-right: 20px;
}
.npr-between{
  padding: 12px;
}
.npr-color{
  background-color: #01487a;
  color: white;
}
/* Header Css */
.header-pannel{
    padding-top: 10px;
  }
.service-menu tbody tr th{
    font-weight: bold;  
    color: blue; 
    font-size: 20px; 
    background-color: #01487a;  
    color: white;
    border-radius: 9px; 
    border: 5px solid;
    width: 100%;
    height: 50px;
  }
.service-menu tbody tr th i{
    padding-left: 9px;
  }
.service-menu a{
    text-decoration: none;
    color: white;
  }
.pratinidhi tbody tr th{
    font-size: 16px; 
    color: black;
    border: 2px green solid;
    width: 100%;
    height: 45px;
  }
