#responsive-menu {
    position: relative;
    display: none;
    z-index: 9999;
    top: 0;
    overflow-y: auto;
    background: transparent;
	    padding: 0 20px;
}
#responsive-menu .title .wrap{
    width: 22px;
    float: right;
}
#responsive-menu .title .icon-bar{
    width: 22px;
    height: 2px;
    background: #fff;
    float: left;
    clear: both;
    margin-bottom: 3px;
}
#responsive-menu .title h5 {
    float: left;
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}
#responsive-menu .title {
    background: transparent;
    padding: 20px 0px;
    text-align: justify;
    /* height: 40px; */
    line-height: 20px;
    color: #7f7f7f;
    font-size: 17px;
    cursor: pointer;
	float:right;
}
#responsive-menu .content {
   clear:both;
}

