.left_side {
    width: 200px;
    float: left;
    height: auto;
}
.clearfix:after {
    clear: both;
}
.clearfix:before, .clearfix:after {
    content: '';
    display: table;
}


.left_side li {
    margin-bottom: 20px;
}

.left_side li.on h5 {
    background: #1f986d;
}

.left_side li h5 {
    padding: 15px 0;
    cursor: pointer;
    background: #e9f5f1;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}


.left_side li.on p {
    display: block;
}

.left_side li p {
    display: none;
    padding: 10px 0 0 29px;
}


.left_side li.on h5 a span {
    color: #fff;
}

.left_side li h5 a span {
    margin-left: 28px;
    display: inline-block;
    line-height: 30px;
    float: left;
    font-size: 16px;
    color: #333;
    width: 64%;
}

.left_side li.on h5 a i {
    border-top: none;
    border-bottom: 6px solid #fff;
}

.left_side li h5 i.ico {
    display: inline-block;
    float: right;
    margin-right: 30px;
    margin-top: 15px;
    margin-bottom: 5px;
    height: 0;
    width: 0;
    border-top: 6px solid #1f986d;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}

.left_side li.on p {
    display: block;
}
.left_side li p {
    display: none;
    padding: 10px 0 0 29px;
}

.left_side li p a {
    display: block;
    line-height: 26px;
    padding: 7px 0;
    font-size: 14px;
    color: #040404;
}

.left_side li p a.answer {
    color: #1f986d;
}
.left_side li p a:hover {
	color: #1f986d;
}



.menu-toggle {
    color: #000;
    display: block;
    position: relative;
    cursor: pointer;
}

.toggle-icon {
    float: right;
    font-weight: bold;
    margin-left: 10px;
    margin-right: 15px;
}

.threemenu {
    margin-top: 5px;
}

.threemenu a {
    margin-left: 15px;
}