﻿@media only screen and (max-width: 991px) {
    .fixed-top {
        position: unset !important;
    }

    .mssitelogo {
        width: 100%;
        max-width: 100px !important;
        height: 30px !important;
    }

    .navbar-nav {
        align-items: flex-start !important;
    }

    .w3l-bottom-grids-6 .area-box i {
        font-size: 35px !important;
    }
}
