body{
font-family: 'Poppins',  'Montserrat', sans-serif;
}

.user img {
  padding: .5em;
  float: right;
}

h4{
   line-height:22px;
}

h5{
   line-height:18px;
}

.nav-pills > li.active >a{
    background-color: #5191C2;

}

 .nav-pills > li > a {
    border-radius: 4px;
    color: #00A9B3;
}


nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #5191C2;
}

.mold img{
    margin-top:10px;
}