.tabbed-menu-02 .tabbed-menu-02_tab-repeater {
  background: white;
  z-index: 500;
  box-shadow: 0px 7px 29px 0px rgba(100, 100, 111, 0.2);
}


.tabbed-menu-02 .tabbed-menu-02_tab-item .tab-link {
  position: relative;
  display: inline-block;
}

@media (min-width: 768px) {
  .tabbed-menu-02 .tabbed-menu-02_tab-item .tab-link.active::after {
    content: '';
    position: absolute;
    bottom: -36px;
    left: 0;
    right: 0;
    height: 50px;
  }
}

@media (min-width: 445px) and (max-width: 767px) {
    content: '';
    position: absolute;
    bottom: -33px;
    left: 0;
    right: 0;
    height: 50px;
  }
}
/* .tabbed-menu-02_tab-repeater {
  transition: all ease .5s;
} */
@media (max-width: 444px) {
  .tabbed-menu-02 .tabbed-menu-02_tab-item .tab-link.active::after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 0;
    right: 0;
    height: 50px;
  }
}

/* mb-trigger */
@media (max-width: 767px) {
  .tabbed-menu-02_tab-repeater > div {
    gap: 1rem;
  }
  .tabbed-menu-02_tab-item {
    width: 100%;        
    display: none;
  }
  .mb-tabs-trigger-icon {
    width: .75rem;
  }
  .tab-mb-active .mb-tabs-trigger-icon {
    transform: rotate(180deg);
  }
}

@media (min-width: 768px) and (max-width: 832px) {
  .tab-link {
    font-size: .8rem;
  }
}