.tabcontent {
  display: none;
}
a:hover {
  color: #006666;
}
.tabs-custom .nav-link:hover, .tabs-custom .nav-link.active {
  color: #26264b;
  background-color: #006666;
  /* background-color: #f4f2ee; */
}
.fa-file-word-o {
   background: #006666;
    color: white;
}