﻿.inqmenu {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 2;
    top: 50px;
    right: 0;
    background-color: #ECECEC;
    opacity: 1;
    overflow-x: hidden;
    padding-top: 60px;
    transition: 0.7s;
}

.inqmenu a {
    display: block;
    padding: 20px 30px;
    text-decoration: none;
    font-size: 25px;
}

.inqmenu a:hover {
    color: #fff;
    transition: 0.4s;
}

.inqmenu .close {
    position: absolute;
    top: 24px;
    right: 15px;
    margin-left: 50px;
    font-size: 25px;
    color: #ab0707
}

.inqmenu .close:hover {
    color: #ed0404
}

.slide span {
    color: #000;
    font-size: 26px;
    float: right;
    top: 0px;
    position: relative;
    z-index: 2;
    color: #fff;
}

#content {
    padding: 10px;
    transition: margin-right 0.7s;
    overflow: hidden;
    position: fixed;
    z-index: 12;
    top: 60px;
    /* margin-top: 2px; */
    right: 0;
    background-color: #255f79;
    border-bottom-left-radius: 20px;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 575.98px) {
    .inqmenu {
        top: 59px;
    }
}