@charset "utf-8";

/* CSS Document */



.accordion { width:100%; float:left; margin:0 0 0;}

.accordion h2 { width:100%; float:left; cursor:pointer; background:#ba9e56 url(../images/feeser-icon1.svg) no-repeat 96% center; margin:0 0 13px 0; padding:15px 29px 15px; position:relative; border-radius:25px;}

.accordion h2.active { background:#ba9e56 url(../images/feeser-icon2.svg) no-repeat 96% center; }

.accordion .content { width:100%; float:left; padding:0 0 0;}



.faqs-wrapp .accordion { width:100%; float:left; margin:2px 0 20px;}

.faqs-wrapp .accordion .content { width:100%; float:left; padding:10px 0 10px;}

.faqs-wrapp .accordion h2 { margin:0 0 12px; background-position: 97% !important; padding: 15px 25px 15px 25px;}
 
.faqs-wrapp .accordion h2.active { background-position: 97% !important; }



/*Smartphone css*/

@media screen and (max-width: 480px) {

.accordion h2 { background-position:95% center; padding:14px 5% 14px;}

.accordion h2.active { background-position:95% center;}


.faqs-wrapp .accordion h2 { background-position: 96% !important; padding:14px 22px 14px 5%; }
 
.faqs-wrapp .accordion h2.active { background-position: 96% !important; }


}



@media screen and (min-width:481px) and (max-width:600px) {

.accordion h2 { background-position:95% center;  padding:14px 5% 14px;}

.accordion h2.active { background-position:95% center;}


.faqs-wrapp .accordion h2 { background-position: 96% !important; padding:14px 6% 14px 5%; }
 
.faqs-wrapp .accordion h2.active { background-position: 96% !important; }


}



@media screen and (min-width:601px) and (max-width:767px) {

.accordion h2 { background-position:95% center;  padding:14px 5% 14px;}

.accordion h2.active { background-position:95% center;}

.faqs-wrapp .accordion h2 { background-position: 96% !important; padding:14px 6% 14px 5%; }
 
.faqs-wrapp .accordion h2.active { background-position: 96% !important; }


}



@media screen and (min-width:768px) and (max-width:900px) {

.faqs-wrapp .accordion h2 { background-position: 97% !important; }
 
.faqs-wrapp .accordion h2.active { background-position: 97% !important; }



}



@media screen and (min-width:901px) and (max-width:1024px) {



}



@media screen and (min-width:1025px) and (max-width:1240px) {



}