.nav-pills .nav-link {
  color: #333;
  background:none;
  border-bottom: 1px solid #dee2e6;
  border-right: 3px solid #EEE;
  border-radius: unset;
  margin-bottom: 2px;
  padding: 15px;

}
.nav-pills .nav-link.active, .nav-pills .nav-link.active:focus, .nav-pills .nav-link.active:hover {
  color: #002151;
  background:none;
  font-weight: 600;
  border-right-color: #0088CC;
}
.nav-pills .nav-link:hover
{
  color: #002151;
  background:none;
  font-weight: 600;
  border-right-color: #0088CC;
  transition: 1s;
}

.nav-pills .nav-link:before {
  font-family: FontAwesome;
  font-weight: 900;
  font-size: 10px;
  content: "\f054";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.tab-content {
  
  border-radius: 0;
  padding: 20px;
}
.tabs-2 {
  padding: 0px 0px 60px 0px;
}