.navs {
  padding-left: 0;
  margin-bottom: 0;
}
.navs .active {
  color: #fff;
  position: relative;
  background: var(--color);
  border-top-left-radius: 26px;
  border-bottom-right-radius: 26px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.navs .li {
  list-style: none;
  display: inline-block;
  padding: 5px 15px;
  cursor: pointer;
}
.margin-tb-xl {
  margin: 20px 0;
}
.noHidden::-webkit-scrollbar {
  width: 0;
}

