     @font-face {   font-family: EnKalin;      src: url(enkalin.woff);   } 
@font-face {   font-family: Kalin;      src: url(kalin.woff);   }
@font-face {   font-family: ince;      src: url(ince.woff);   }




.accordionjs {   
  font-family: Kalin;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 0px;
  margin-bottom: 0px;   
  color:#000000 !important; 
  text-align:left
}
.accordionjs .acc_section {
  border: 1px solid #ccc;
  position: relative;
  z-index: 10;
  margin-top: -1px;
  overflow: hidden;  


}
.accordionjs .acc_section .acc_head {
  position: relative;
  background: #FFFFFF;
  padding: 15px;    
  font-size:1.5em; 
  font-weight:bold; 
  display: block;
  cursor: pointer;     
}                 


.accordionjs .acc_section .acc_head:after { 

  font-family: 'Font Awesome 5 Free';
   content: ""; 
        display: inline-block;
                                    

        position: absolute;
        right:15px
       
}




.accordionjs .acc_section .acc_head h3 {
  line-height: 1;
  margin: 5px 0;
}
.accordionjs .acc_section .acc_content {
  padding: 5px 0px 10px 20px;
}
.accordionjs .acc_section:first-of-type,
.accordionjs .acc_section:first-of-type .acc_head {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.accordionjs .acc_section:last-of-type,
.accordionjs .acc_section:last-of-type .acc_content {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.accordionjs .acc_section.acc_active > .acc_content {
  display: block;
}
.accordionjs .acc_section.acc_active > .acc_head {
  background: #FFFFFF;
  border-bottom: 0px solid #ccc;
}
