@media screen and (max-width:1199px) {
    .navbar-brand img {
        max-width: 180px;
    }

    .nav-link {
        max-width: 220px;
    }
}

@media screen and (max-width: 992px) {
    .d-flex.justify-content-end.dashboard-header {
        display: none;
    }
}

@media screen and (max-width:991.5px) {


    .d-flex.mt-5 {
        overflow-y: unset;
        max-height: auto;
        margin-top: 0 !important;
    }

    .o-1 {
        order: 2;
    }

    .o-2 {
        order: 1;
    }

    .o-3 {
        order: 3;
    }

    .nav-div {
        flex-direction: row;
        position: relative;
        justify-content: space-between;
        align-items: center;
        padding: 15px 20px;
    }

    .nav-link {
        max-width: 100%;
    }

    .navbar-nav .nav-link:hover {
        border: 2px solid transparent;
        border-left: 0;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: unset;
        margin-bottom: 20px;
        border-radius: 0;
        max-width: 100%;
    }

    .dropdown-item {
        max-width: 100%;
        border-radius: 0;
    }

    .navbar-nav .nav-link.active,
    .navbar-nav .nav-link.show {
        border: 2px solid transparent;
    }

    .navbar-brand {
        margin: 0;
    }

    .dashbord-right-icon {
        position: absolute;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
    }

    .dashboard-inner {
        padding: 50px 25px 20px 25px;
        min-height: unset;
    }

    .offcanvas-title img {
        max-width: 200px;
    }

}

@media screen and (max-width:767px) {}

@media screen and (max-width:576px) {}