.mega-menu-section {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #f4f8fa;
    z-index: 100;
}

.mega-menu-section__wrapper {
    padding: 30px 0;
}

.mm-title {
    font-size: 24px;
    font-weight: 700;
    color: #005293;
    padding-bottom: 5px;;
}

.mm-title-wrapper {
    border-bottom: 2px solid #ebf1f5;
    position: relative;
}

.mm-just-list {
    list-style-type: none;
    margin: 0;
    padding: 0;

    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

    flex-basis: 100%;
}

.mm-just-list li {
    border-bottom: 2px solid #ebf1f5;
    flex-basis: 32%;
}

.mm-just-list li a {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #263540;
    text-decoration: none !important;
    display: inline-block;
    padding: 15px 0;
}

.mm-just-list li a:hover {
    color: #036cc1;
}

.mm-just-list li a > i {
    color: #036cc1;
    font-size: 14px;
    margin-right: 10px;
}

.mm-just-list-wrapper {
    padding-bottom: 20px;
}

.mm-browse-all {
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: #005293;
}

.mm-browse-all i {
    font-size: 14px;
    margin-left: 10px;
}

.mm-close-btn {
    position: absolute;
    top: 30px;
    right: 0;

    border: none;
    background-color: transparent;
    color: #475b67;
    font-size: 20px;
    transition: all .3s ease;
}

.mm-close-btn:hover {
  cursor: pointer;
  color: #036cc1;
}

.mm-just-list-wrapper {
    display: flex;
    justify-content: space-between;
}

.mm-list-with-image .mm-just-list {
    flex-basis: 65%;
    align-content: flex-start;
}

.mm-list-with-image .mm-just-list li {
    flex-basis: 48%;
    align-self: flex-start;
}

.mm-featured-single {
    flex-basis: 33%;
    margin-top: 15px;
}

.mm-just-list-wrapper__mobile .mm-just-list li {
    flex-basis: 100%;
}

.mm-featured-single__title {
    display: block;
    margin-bottom: 15px;
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    color: #005293;
}

.mega-menu-section.mega-menu-section__desktop {
  display: none !important;
}

.mega-menu-section.mega-menu-section__desktop.mm-visible {
  display: block !important;
}

.mega-menu-section.mega-menu-section__mobile {
  display: none !important;
}

.mega-menu-section.mega-menu-section__mobile.mm-visible {
  display: block !important;
}

.mega-menu-section__desktop-container {
  position: relative;
}

#mm-close-btn-mobile {
  right: 20px;
  top: -55px;
}

.mega-menu-section__mobile-container .mega-menu-section__wrapper {
  padding-right: 20px;
}

.mm-title-mobile {
  padding-top: 20px;
}
