

.qak-menu-top .header-mega-menu-link-mobile-level-0 {
    padding: 0;
}

.qak-menu-top .header-nav-mobile .card-header > div ion-icon {
    color: white;
}

.qak-menu-top .header-nav-mobile .card-header > div:hover,
.qak-menu-top .header-nav-mobile .card-header > div:focus {
    background-color: #38761d ;
}

.qak-menu-top .header-nav-mobile .header-mega-menu-link {
    background-color: #38761d ;
    flex: 1 1 0%;
}

    .qak-menu-top .header-nav-mobile .header-mega-menu-link:hover,
    .qak-menu-top .header-nav-mobile .header-mega-menu-link:focus {
        background-color: #38761d ;
        color: #fff ;
    }

.header-banner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

    .header-banner button {
        font-size: 36px;
        padding: 0;
        background: transparent;
        border: 0;
        display: inline-block;
        vertical-align: middle;
    }

.header-logo {
    margin: 0;
}

    .header-logo a {
        display: block;
    }

    .header-logo img {
        max-height: 91px;
        padding: 10px 0;
    }

.header-nav {
    background-color: #1b74e7;
}

.header-mega-menu {
    display: flex;
}

.header-mega-menu-link {
    display: flex;
    align-items: center;
    gap: 5px;
    background: #1b74e7;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    padding: 8px 10px;
}

.header-mega-menu-item {
    display: block;
    overflow: hidden;
}

    .header-mega-menu-item:hover,
    .header-mega-menu-item:focus {
        z-index: 15;
    }

        .header-mega-menu-item:hover > .header-mega-sub,
        .header-mega-menu-item:focus > .header-mega-sub {
            opacity: 1;
            visibility: visible;
            height: auto;
            overflow: visible;
            top: 40px;
        }

    .header-mega-menu-item:nth-child(2):hover > .header-mega-sub,
    .header-mega-menu-item:nth-child(2):focus > .header-mega-sub {
        min-height: 500px;
    }

    .header-mega-menu-item:nth-child(2) .header-mega-sub-item:last-child {
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
    }

    .header-mega-menu-item:nth-child(2) .header-mega-sub {
        width: calc(100% - 160px);
    }

    .header-mega-menu-item:hover > .header-mega-menu-link,
    .header-mega-menu-item:focus > .header-mega-menu-link {
        color: #fff;
        text-decoration: none;
    }

.header-mega-sub {
    border-radius: 10px;
    background: #fff;
    position: absolute;
    width: 100%;
    top: 0;
    max-width: none;
    opacity: 0;
    height: 0;
    visibility: visible;
    transform: translate(0, 10px);
    transition: opacity 200ms ease-in, transform 200ms ease-in, visibility 200ms ease-in;
    box-shadow: 0px 0px 10px 1px rgba(102, 102, 102, 1);
    overflow: hidden;
}

    .header-mega-sub::before {
        content: '';
        display: block;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-bottom: 20px solid #fff;
        height: 0;
        width: 0;
        position: absolute;
        top: -15px;
        left: 30px;
        z-index: -1;
    }

.header-mega-sub-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    z-index: 1;
    overflow: hidden;
}

    .header-mega-sub-item:first-child,
    .header-mega-sub-item:last-child {
        display: block;
    }

    .header-mega-sub-item:first-child {
        border-radius: 10px 10px 0 0;
    }

    .header-mega-sub-item:last-child {
        border-top: 1px solid #a3a3a3;
        padding: 20px;
        margin-top: 40px;
        overflow: hidden;
        z-index: 2;
        background-color: #fff;
        position: relative;
        border-radius: 0 0 10px 10px;
    }

        .header-mega-sub-item:last-child a {
            display: inline-block;
            vertical-align: middle;
            margin-right: 20px;
        }

        .header-mega-sub-item:last-child img {
            max-width: 127px;
            height: auto;
        }

    .header-mega-sub-item > h3 {
        color: #0bdf39;
        padding: 15px 15px 10px;
        margin: 0;
        font-size: 16px;
        line-height: 1.125;
        border-bottom: 1px solid #a3a3a3;
        text-transform: uppercase;
    }

    .header-mega-sub-item > a {
        width: 25%;
        float: left;
        background: #fff;
        color: #555;
        font-family: inherit;
        font-size: 13px;
        font-weight: normal;
        padding: 5px 10px;
        line-height: 34px;
        text-decoration: none;
        text-transform: none;
        font-weight: 700;
        border-bottom: 1px solid #a3a3a3;
    }

        .header-mega-sub-item > a::after {
            content: '';
            display: table;
            clear: both;
        }

        .header-mega-sub-item > a > ion-icon {
            float: right;
            display: inline-block;
            vertical-align: middle;
            margin-top: 10px;
        }

        .header-mega-sub-item > a:hover,
        .header-mega-sub-item > a:focus {
            background: #cad22b;
            font-weight: normal;
            text-decoration: none;
            color: #fff;
        }

.header-mega-menu-item.is-mod .header-mega-sub {
    width: 300px;
    z-index: 5;
}

.header-mega-menu-item.is-mod .header-mega-sub-item:first-child,
.header-mega-menu-item.is-mod .header-mega-sub-item:last-child {
    display: flex;
}

.header-mega-menu-item.is-mod .header-mega-sub-item > a {
    width: 100%;
}

.header-mega-sub-item:hover .header-menu-sub-menu,
.header-mega-sub-item:focus .header-menu-sub-menu {
    visibility: visible;
}

.header-mega-menu-item.is-mod .header-mega-sub-item:last-child {
    margin-top: 0;
    padding: 0;
    border-top: 0;
}

    .header-mega-menu-item.is-mod .header-mega-sub-item:last-child > a {
        margin-right: 0;
    }

.header-menu-sub-menu {
    width: 75%;
    float: left;
    clear: none;
    position: absolute;
    top: 0;
    left: 25%;
    visibility: hidden;
    border-left: 1px solid #a3a3a3;
    padding: 40px 20px 20px 20px;
    min-height: 100%;
}

.header-mega-sub-nav {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(2, 1fr);
    padding-top: 48px;
    max-width: 410px;
}

    .header-mega-sub-nav > a {
        color: #5e5e5e;
        font-family: inherit;
        font-size: 14px;
        text-transform: capitalize;
        text-decoration: none;
        font-weight: 700;
        margin: 0;
        padding: 5px;
        vertical-align: top;
        display: block;
        border-top: 1px solid #a3a3a3;
        max-width: 190px;
        text-transform: capitalize;
    }

.header-nav-mobile {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    height: 100vh;
    width: 300px;
    overflow: hidden;
    display: none;
}

    .header-nav-mobile.is-expanded {
        display: block;
    }

    .header-nav-mobile::after {
        content: '';
        background: rgba(0, 0, 0, 0.7);
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        width: 100%;
    }

    .header-nav-mobile .accordion {
        background: #fff;
        overflow-y: auto;
        height: 100vh;
        position: relative;
        z-index: 1;
    }

    .header-nav-mobile .header-mega-sub-item {
        border-radius: 0;
    }

        .header-nav-mobile .header-mega-sub-item > a {
            color: #0bdf39;
            font-size: 16px;
            font-weight: 700;
            float: none;
            margin: 0;
        }

            .header-nav-mobile .header-mega-sub-item > a:hover,
            .header-nav-mobile .header-mega-sub-item > a:focus {
                color: #0bdf39;
                background-color: transparent;
                font-weight: 700;
            }

    .header-nav-mobile .card {
        border: 0;
        border-radius: 0;
    }

    .header-nav-mobile .card-header {
        padding: 0;
        background: transparent;
        cursor: pointer;
    }

        .header-nav-mobile .card-header > div {
            background: #5eab46;
            color: #fff;
            font-family: inherit;
            font-size: 16px;
            font-weight: normal;
            padding: 5px 10px;
            line-height: 34px;
            text-decoration: none;
            text-transform: none;
            font-weight: 700;
            border-bottom: 1px solid #a3a3a3;
            display: flex;
        }

            .header-nav-mobile .card-header > div::after {
                content: '';
                display: table;
                clear: both;
            }

            .header-nav-mobile .card-header > div ion-icon {
                float: right;
                vertical-align: middle;
                margin-top: 10px;
            }

    .header-nav-mobile
    [data-toggle][aria-expanded='false']
    ion-icon[name='chevron-down-outline'],
    .header-nav-mobile
    [data-toggle][aria-expanded='true']
    ion-icon[name='chevron-up-outline'] {
        display: inline-block;
    }

    .header-nav-mobile
    [data-toggle][aria-expanded='false']
    ion-icon[name='chevron-up-outline'],
    .header-nav-mobile
    [data-toggle][aria-expanded='true']
    ion-icon[name='chevron-down-outline'] {
        display: none;
    }

    .header-nav-mobile .card-header > div.collapsed {
        background: #fff;
        color: #555;
    }

    .header-nav-mobile .card:last-child .card-header > div {
        border-top: 0;
    }

#GrandCarousel {
    height: 100%;
    min-height: 248px;
}

    #GrandCarousel .carousel-inner {
        height: calc(100% - 15px);
    }

    #GrandCarousel .carousel-item {
        background-color: transparent;
        min-height: 100%;
    }

    #GrandCarousel iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

@media (min-width: 992px) {
    .header-mega-sub-item > h3 {
        font-size: 20px;
    }
}

.qak-menu-top {
    position: relative;
    z-index: 100;
}
