.megamenu .horizontal-menu__menu {
  position: relative;
}

.megamenu .horizontal-menu__two-level{
  right: 0;
}
.megamenu .horizontal-menu .horizontal-menu__item:hover>.horizontal-menu__two-level {
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  min-width: 700px!important;
  overflow: hidden;
}

.megamenu .horizontal-menu__item:hover>.horizontal-menu__two-level {
  display: block;
}

.horizontal-menu__two-level.megamenu {
  background: #F9F9F9;
  box-shadow: 0 4px 6px rgb(0 0 0 / 20%);
  border-radius: 5px;
  padding: 40px;
  min-width: fit-content!important;
}



/************/
{#
button,
.button {
  position: relative;
  display: inline-block;
  color: white;
  padding: 0.75rem 2rem;
  margin: 0 auto;
  background-color: #374d72;
  border: none;
  width: 100%;
  font-weight: bold;
  font-size: 1.2rem;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
button:hover,
.button:hover {
  background-color: #374d72;
}
button:hover:before, button:hover:after,
.button:hover:before,
.button:hover:after {
  color: #4cc4cf;
}
button:after, button:before,
.button:after,
.button:before {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#}

/* ---------------------- Vertical Tabs */
.megamenu-tabs {
  position: relative;
  min-height: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  min-width: 600px;
}

.megamenu-tab {
  display: flex;
}

.megamenu-tabs .megamenu-tab {
  margin-bottom: 1px;
  /* ---------------------- Tab Toggle */
}

@media screen and (min-width: 55rem) {
  .megamenu-tabs .megamenu-tab {
    float: left;
    clear: left;
    width: 30%;
  }
}
.megamenu-tabs .megamenu-tab .megamenu-tab-toggle {
  padding: 1rem 4rem 1rem 2rem;
  position: relative;
  outline: none;
  width: 100%;
}
@media screen and (min-width: 55rem) {
  .megamenu-tabs .megamenu-tab .megamenu-tab-toggle {
    text-align: left;
  }
}
.megamenu-tabs .megamenu-tab .megamenu-tab-toggle:after {
  content: "▼";
  position: absolute;
  display: block;
  right: 2rem;
  top: 50%;
  -webkit-transform: rotate(0deg) translateY(-50%);
  -moz-transform: rotate(0deg) translateY(-50%);
  -ms-transform: rotate(0deg) translateY(-50%);
  -o-transform: rotate(0deg) translateY(-50%);
  transform: rotate(0deg) translateY(-50%);
}
@media screen and (min-width: 55rem) {
  .megamenu-tabs .megamenu-tab .megamenu-tab-toggle:after {
    -webkit-transform: rotate(-90deg) translateX(50%);
    -moz-transform: rotate(-90deg) translateX(50%);
    -ms-transform: rotate(-90deg) translateX(50%);
    -o-transform: rotate(-90deg) translateX(50%);
    transform: rotate(-90deg) translateX(50%);
  }
}
.megamenu-tabs .megamenu-tab .megamenu-tab-toggle..megamenu-active {
  color: #8099c2;
  background-color: white;
  cursor: default;
}
.megamenu-tabs .megamenu-tab .megamenu-tab-toggle.megamenu-active:after {
  color: #8099c2;
  -webkit-transform: rotate(180deg) translateY(50%);
  -moz-transform: rotate(180deg) translateY(50%);
  -ms-transform: rotate(180deg) translateY(50%);
  -o-transform: rotate(180deg) translateY(50%);
  transform: rotate(180deg) translateY(50%);
}
@media screen and (min-width: 55rem) {
  .megamenu-tabs .megamenu-tab .megamenu-tab-toggle.megamenu-active:after {
    -webkit-transform: rotate(-90deg) translateX(50%) translateY(0);
    -moz-transform: rotate(-90deg) translateX(50%) translateY(0);
    -ms-transform: rotate(-90deg) translateX(50%) translateY(0);
    -o-transform: rotate(-90deg) translateX(50%) translateY(0);
    transform: rotate(-90deg) translateX(50%) translateY(0);
    right: 1rem;
  }
}
.megamenu-tabs .megamenu-content {
  max-height: 0;
  overflow: hidden;
  padding: 0 2rem;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
  text-align: left;
  text-align: left;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-start;
      flex-direction: column;
      gap: 20px;
}
.megamenu-tabs .megamenu-content a {
    text-decoration: none;
    color: #000;
}
.megamenu-tabs .megamenu-content a:hover {
    text-decoration: underline;
}
.megamenu-tabs .megamenu-content .item-megamenu {
    display: flex;
    align-items: flex-start;
}
@media screen and (min-width: 55rem) {
  .megamenu-tabs .megamenu-content {
    max-height: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 70%;
    opacity: 0;
    padding: 0rem 1rem 1rem 1rem;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.megamenu-tabs .megamenu-content.megamenu-active {
  max-height: 1000px;
}

/*@media screen and (max-width: 56rem) {*/
  .horizontal-menu .horizontal-menu__item:hover>.horizontal-menu__two-level{
    height:580px;
  }
/*}*/
@media screen and (min-width: 55rem) {
  .megamenu-tabs .megamenu-content.megamenu-active {
    max-height: none;
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
.megamenu-tabs .megamenu-content > .megamenu-heading {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

a.megamenu-tab__btn {
  padding: 8px 16px;
  text-align: left;
  margin-bottom: 20px;
  font-weight: 600;
  cursor: pointer;
}

a.megamenu-tab__btn.megamenu-active {
  background: #DEDEDE!important;
  border-radius: 6px;
}

.megamenu-content__icon{
  max-width: 50px;
  margin-right: 20px;
}

.megamenu-content__description ul {
    list-style: none;
    position: relative;
    padding-left: 20px;
}

.megamenu-content__description ul li:before {
    content: '-';
    position: absolute;
    left: 0;
    color: #FE5000;
}