.custom-tabs .tabGroup1-nav .nav.nav-tabs {
  margin-bottom: 20px;
}

.custom-tabs .tabGroup1-nav .nav.nav-tabs li .nav-link:after {
  display: none;
}

.custom-tabs .tabGroup1-nav .nav.nav-tabs li .nav-link {
  font-size: 1.1rem;
  font-weight: 300;
  padding: 10px 2%;
  min-width: 250px;
  border-radius: 0;
}

.custom-tabs .tabGroup1-nav .nav.nav-tabs li {
  border: 1px solid #deddf5;
  border-left: none;
  padding: 0px;
}

.custom-tabs .tabGroup1-nav .nav.nav-tabs li:last-child {
  border-left: 1px solid #deddf5;
}

.custom-tabs .tabGroup1-nav .nav.nav-tabs li .nav-link.active {
  font-weight: 400;
}

.custom-tabs .tab-content .row section {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (max-width: 768px) {
  .custom-tabs ul.nav.nav-tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    width: 100%;
    justify-content: flex-start;
    -webkit-overflow-scrolling: touch; /* for smooth scrolling on iOS */
    scrollbar-width: none; /* Firefox */
  }

  .custom-tabs ul.nav.nav-tabs::-webkit-scrollbar {
    display: none; /* Chrome, Safari */
  }
}
