@charset "utf-8";
/* CSS Document */

.accordion { width:100%; float:left; margin:22px 0 0;}
.accordion h2 { width:100%; float:left; cursor:pointer; background:#efc9ad url(../images/feeser-icon1.svg) no-repeat 96% center; margin:0 0 20px 0; padding:13px 27.8px 15px; position:relative; border-radius:25px;}
.accordion h2.active { background:#efc9ad 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;}

.questions-wrapp .accordion h2 { width:100%; float:left; cursor:pointer; background: no-repeat 96% center; margin:0 0 0 0; padding:25px 0 25px; position:relative; border-radius:0; border-bottom:1px solid rgba(87,126,139,0.10); border-top:1px solid rgba(87,126,139,0.10);}
.questions-wrapp .accordion h2.active { background: no-repeat 96% center; border-bottom:1px solid rgba(87,126,139,0);}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.accordion h2 { background-position:95% center; padding:13px 5% 15px;}
.accordion h2.active { background-position:95% center;}

.faqs-wrapp .accordion h2 { padding:13px 8% 15px 5%;}
}

@media screen and (min-width:481px) and (max-width:600px) {
.accordion h2 { background-position:95% center;  padding:13px 5% 15px;}
.accordion h2.active { background-position:95% center;}

.faqs-wrapp .accordion h2 { padding:13px 8% 15px 5%;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.accordion h2 { background-position:95% center;  padding:13px 5% 15px;}
.accordion h2.active { background-position:95% center;}

.faqs-wrapp .accordion h2 { padding:13px 8% 15px 5%;}
}

@media screen and (min-width:768px) and (max-width:900px) {

}

@media screen and (min-width:901px) and (max-width:1024px) {

}

@media screen and (min-width:1025px) and (max-width:1240px) {

}

@media screen and (-webkit-min-device-pixel-ratio:0) { 
.mac-os .accordion h2 { padding-top:15px; padding-bottom:12px;}
}