/* Show it is fixed to the top */

html,
body {
    padding-top: 36px;
    overflow-x: hidden;
}

/* 
    body {
    min-height: 75rem;
    padding-top: 4.5rem;
}
*/

.hr-primary {
    border: 1px solid #0D6EFD;
    height: 3px;
    background-color: #0D6EFD;
}

/* desktop */
@media all and (min-width: 992px) {
    .navbar .has-megamenu {
        position: static !important;
    }

    .navbar .megamenu {
        left: 0;
        right: 0;
        width: 100%;
        margin-top: 0;
    }
}