﻿@media(max-width:768px) {
    .side-toggle {
        display: inline-block !important;
        width: inherit;
    }

    .right-logo img {
        top: 5px !important;
    }
}

.right-logo img {
    width: 60px;
    position: absolute;
    right: 20px;
    z-index: 2;
    top: 38px;
}

@media(min-width:768px) {
    aside .responsive_way {
        padding-top: 0px;
    }
}

@media(max-width:1366px) and (min-width:1199px) {
    .text-muted {
        font-size: 14px;
    }
}
