
.fcheading {
    padding: 10px 0;
    border-bottom: 1px solid;
    font-size: 24px;
}
.fcdescription {
    margin: 20px 0;
}
.fcmenu {
    font-weight: 100;
    background: #efefef;
    width: 320px;
    height: 100%;
    padding-left: 30px;
    position: fixed;
    z-index: 999999;
    -webkit-box-shadow: -3px 0px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: -3px 0px 5px 0px rgba(0, 0, 0, 0.2);
    right: -314px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    color: #222;
    transform: translate(0% , -50%);
    top: 50%;
    height: 450px;
}
.fcopen {
    transform: translate3d(-314px, -50%, 0);
    animation-timing-function: 1s ease-in;
}
.fcnav p {
    font-size: 15px;
    font-weight: bold;
    padding: 0 0 5px;
    color: #007b63;
}
.fcmenu .fctitle {
    top: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -28px;
    font-weight: 800;
    font-size: 30px;
    transform: rotate(270deg);
    cursor: pointer;
    box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.2);
    background: #fff;
    height: 29px;
    padding: 10px;
    border-radius: 5px;
}
.fcopen .fctitle {
    transform: rotate(450deg);
}
.fcmenu .fcnav {
    /*column-count: 3;*/
    /*column-gap: 20px;*/
    /*padding: 0;*/
    /*column-fill: auto;*/
    /*height: 250px;*/
    /*column-rule-style: solid;*/
    /*column-rule-color: #f00;*/
    /*column-rule-width: 1px;*/
}
.fcmenu .fcnav li {
    padding-bottom: 10px;
    list-style-type: none;
}
.fcmenu .fcnav li a {
    display: block;
    text-decoration: none;
    color: inherit;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    font-size: 14px;
}
.fcmenu .fcnav li a:hover {
    color: #aaa;
}
.menu-wrap ul:last-child {
    border: none;

}
.menu-wrap ul {
    border-right: 1px solid red;
    padding: 0 10px;
    margin-top: 15px;
}
.menu-wrap {
    display: flex;
}

.fcsidebar-wrap {
    overflow: auto;
    padding: 50px 0;
    height: 400px;
}