FAQs
.accordionMenu input[type=radio]{
display: none;
}
.accordionMenu label{
display: block;
height: auto;
line-height: 47px;
padding: 0 25px 0 10px;
background: #eee;
font-size: 18px;
color: #444;
position: relative;
cursor: pointer;
border-bottom: 1px solid #e6e6e6;
}
.accordionMenu label::after{
content: '\002B';
color: #777;
font-weight: bold;
float: right;
margin-left: 5px;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition:all 0.3s ease-in-out;
-





