.faq-listing .faqs{
margin-bottom: 10px;
font-size: 16px;
line-height: 1.2;
}
.faqs .faq-question{
border: 1px solid #aaa;
background: #eee;
padding:10px 10px 10px 50px ;
cursor: pointer;
position: relative;
}
.faqs .faq-answer{
border: 1px solid #aaa;
background: #8ee;
padding: 10px;
}
.faqs .faq-question:before{
font-family: 'Material Icons';
content: "add_circle";
font-size: 24px;
position: absolute;
top:50%;
left: 10px;
margin-top: -12px;
height: 24px;
width: 24px;
color: #555;
}
.faqs .faq-question.active:before{
content:"remove_circle";
}
.faqs .faq-answer{
display: none;
border-top: none;
}
.faqs .faq-answer p:last-child{
margin: 0;
}
.clearfix:after{
clear: both;
}
.clearfix:before,
.clearfix:after{
content: '';
display: table;
}