.lhs-tree{
display:none;
}
.rhs-cont{
float:none;
margin:0 auto;
width:100%;
}
.mm-icon
{
width: 30 px !important;
margin: 5px 15px 5px 0;
}
.acc_content p {
    margin: 0;
}
.drop-sec {
    display: none;
    border: 2px solid #eee;
    padding: 25px;
    border-top: 0;
}
.drop-sec.active{
   display: block;
}
.btn-sec{
    border: #eee solid 2px;
    border-bottom: 1px solid #eee;
    padding: 25px !important;
    padding-left: 35px !important;
    list-style: none !important;
}
.btn {
    cursor: pointer;
    line-height:25px;
    position: relative;
    color: #0879b8;
    cursor: pointer;
}
.btn.active:before {
    transform: rotate(90deg);
    color: #0879b8;
 }

.btn:before {
    display: inline-block;
    color: #ccc;
    position: absolute;
    left: -15px;
    top: -1px;
    content: '►';
    font-size: 10px;
}