.mega-nav-container {
  width :100%;
  padding: 1em 14vw;
  height: 80vh;
  display: flex;
  justify-content: space-around;
}

.mega-nav-wrapper {
  width: 100vw;
  min-height: calc(100vh - 5em);
  background-color: #ffffff;
  z-index: 999;
}

.hidden {
  display: none;
}

.column-wrapper {
  display: flex;
  flex-direction: column;
}

.header-submenu {
  font-size: 15px !important;
  border-bottom: 1px solid #ccc !important;
  color: #212121 !important;
}

.header-submenu:hover {
  color: #fa4238 !important;
}

.header-submenu-wrapper {
  line-height: 25px;
  margin-bottom: 1em;
}

.mega-submenu-item {
  font-weight: 300;
  text-transform: uppercase;
  color: #929292 !important;
  font-size: 15px !important;
}

.mega-submenu-item:hover {
  color: #fa4238 !important;
}

.mega-submenu-1 {
  line-height: 15px;
  display: flex;
  justify-content: space-around;
}

.column-wrapper .header-submenu {
  font-weight: bolder;
  text-transform: uppercase;
}

.mega-submenu-wrapper {
  line-height: 20px;
}

.coming-soon {
  background-color: red;
  color: #ffffff !important;
  padding: 1px 5px;
  font-size: 10px;
  border-radius: 3px;
  font-weight: 600;
  text-transform: capitalize;
}

.mega-menu-mobile-item-wrapper {
  background-color: rgba(0, 0, 0, 0.03);
  padding-left: 1.5em !important; 
}

/*override Divi style*/
.et_mobile_menu li li {
  padding-left: 0 !important; 
}

#mobile_menu { 
  text-transform: uppercase;
}

.expand-icon {
  position: absolute;
  top: 0px;
  right: 0;
  background-color: rgba(0, 0, 0, 0.03) !important;
  border: 1px solid rgba(0, 0, 0, 0.03);
  color: #838383 !important;
  margin: 0;
  padding: 0px 0px 0 !important;
  width: 25%;
  height: 44px;
  line-height: 44px;
  font-size: 22px !important;
  z-index: 9;
  cursor: pointer;
  text-align: center;
}

.li-has-sub-item {
  display: block;
  float: none;
  position: relative;
}

.mega-menu-mobile-submenu {
  display: block;
  float: none;
  position: relative;
}

.toggle-plus:before {
  content: '+';
}

.toggle-minus:before {
  content: '-';
}

.width-75 {
  width: 75%
}

.padding-left-indent {
  padding-left: 1.5em !important; 
}

@media (max-width:1367px) {
  .mega-nav-container {
    padding: 1em 1vw;
  }
}