/*  
Theme Name: Clixpert Theme 3.0
Theme URI: http://www.clixpert.com.au
Description: An SEO expert support Theme
Version: 3.0
Author: Clixpert
Author URI:  http://www.clixpert.com.au
*/

.acc {
  margin-bottom: 10px;
	    border: 2px solid #a57a02;
}
section.faqsec h3 {
    font-family: RobotoSlab-Regular,sans-serif;
    color: #a57a02;
    text-align: center;
}
section.faqsec{
	padding-bottom: 86px;
}
.acc-head {
  background-color: #a57a02;
 padding: 17px !important;
    padding-bottom: 1px !important;
  font-size: 22px;
  position: relative;
  cursor: pointer;
 }

 .acc-head::before,
 .acc-head::after {
  content: '';
  position: absolute;
  top: 50%;
  background-color: #f5c900;
  transition: all .3s;
 }

 .acc-head::before {
  right: 30px;
  width: 3px;
  height: 20px;
  margin-top: -10px;
}

.acc-head::after {
  right: 21px;
  width: 20px;
  height: 3px;
  margin-top: -2px;
}

.acc-head p {
  color: #fff;
  font-weight: bold;
	font-size: 15px;
}

.acc-content {
    padding: 16px 10px 0 10px;
  display: none;
	transition: none !important;
}
.acc-content p {
    font-size: 15px;
    color: #040404;
    line-height: 24px;
}
        
.acc-head.active::before {
    transform: rotate(90deg);
}
