.nav-pills {
  border: 0;
  padding: 2px;
  border-radius: 0;
  background: transparent;
  display: inline-flex;
  min-width: 200px;
}
.nav-pills .nav-link {
  border: 0;
  padding: 10px 0 11px;
  color: #afafaf;
  font-size: 1.125rem;
  font-family: "Anek Latin", sans-serif;
  font-weight: 500;
  position: relative;
  transition: all 300ms;
  text-align: left;
  border-radius: 0;
  border-bottom: 1px solid transparent;
}
.nav-pills .nav-link.active {
  background: transparent;
  border: 0;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.nav-pills .nav-link:hover {
  background: transparent;
  border: 0;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.nav-pills .nav-link:focus {
  background: transparent;
  border: 0;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.nav-pills .nav-link:before {
  display: none;
}

.tab-content {
  width: 100%;
  padding-left: 4vw;
}

.special_tab_contents_v > div {
  height: 100%;
  padding-top: 40px;
}
.special_tab_contents_v .tab_cont {
  height: calc(100% - 36px);
}

@media screen and (max-width: 991px) {
  .special_tab_contents_v .accordion-body {
    background: #1a1a18;
  }
}
@media screen and (max-width: 640px) {
  .nav-pills {
    min-width: initial;
  }
}
