/* Filter Container Styles */
.filterContainer .nav-tabs .nav-item.show .nav-link, .filterContainer .nav-tabs .nav-link.active {
  color: white;
  border-color: #dee2e6 #dee2e6 #fff;
}
.filterContainer ul li {
  padding: 0.2rem 3rem;
  font-family: Manrope, sans-serif;
  font-weight: 400;
  cursor: pointer;
}
.filterContainer ul li:not(:last-child) a {
  color: var(--wrightsemiblack);
  font-weight: 500;
}
.filterContainer .filter {
  border-bottom: 1px solid #fff;
}
.filterContainer .filterSelected span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #0e1513;
}
.filterContainer .btn-dark {
  background-color: #1d1d1d;
}
@media (min-width:768px) and (max-width:1200px) {
  .expolore_investment .filterContainer ul li {
    padding: 0 1rem;
  }
}
@media screen and (max-width:767px) {
  .landing .filterContainer ul li:last-child a {
    color: #fff !important;
  }
}