.mobile-menu {
    display: none;
}
@media screen and (max-width: 767px) {
    .mobile-menu {
        display: flex!important;
        width: 100%;
    }
    .mobile-menu .headings {
        width: 130px;
    }
    .accordion-menu > .e-child {
        display: none!important;
    }
    .mobile-menu .headings h2 {
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 900;
    }
    .mobile-menu .headings h2 {
        margin-bottom: 8px;
    }
    .mobile-menu .accordion-content a {
        color: #00537E;
        font-size: 14px;
    }
    .mobile-menu .contents {
        border-left: 1px solid #7BC2D0;
        padding-left: 1em;
    }
    .mobile-menu .headings h2 {
        color: #002648!important;
        padding: 0.5em 1em;
        margin-right: 0.5em;
    }
    .mobile-menu .headings a {
        color: #002648!important;
    }
    .mobile-menu .headings .active {
        background-color: #E1F3FA;
    }
    .mobile-menu .contents > div {
        display: none;
    }
    .mobile-menu .contents > div.active {
        display: block;
    }   
    .accordion-menu > .elementor-element > .elementor-element {
        display: none;
    }
}