.faqContent {
display: none;
padding: 0;
width: 88%;
padding-bottom: 30px
}
.faqTitle.extra h5 {
padding-top: 30px !important;
padding-bottom: 30px !important;
}
.faqTitle h5 {
border: 0;
padding-left: 0;
padding-right: 0;
width: 100%;
outline: none;
text-align: left;
cursor: pointer;
background: transparent;
padding-top: 23px !important;
padding-bottom: 23px !important;
position: relative;
margin-bottom: 0 !important;
padding-right: 50px;
transition: all 0.3s;
}
.faqItem {
border-top: 1px solid #B8B8B8;
}
.faqItem:last-child {
border-bottom: 1px solid #B8B8B8;
}
.faqTitle.extra h5:before {
top: 28px;
}
.faqTitle h5:before {
content: '';
width: 40px;
height: 40px;
background: url(//selectrical.com.au/wp-content/themes/selectrical/img/chevronDownAcc.svg) no-repeat center center;
position: absolute;
right: 0;
top: 20px;
transition: all 0.3s;
transform: rotate(0);
}
.faqTitle.opened h5 {
padding-bottom: 13px !important;
}
.faqTitle.opened h5:before {
transform: rotate(180deg);
}
.faqContent {
margin-top: -14px
}