@charset "utf-8";
/* CSS Document */

.accordion { width:100%; max-width:820px; float:none; margin:24px auto 0; text-align:left;}
.accordion h2 { width:100%; float:left; cursor:pointer; background:#b2c2c2 url(../images/feeser-icon1.svg) no-repeat 97% center; margin:0 0 16px 0; padding:18px 27px 16px; position:relative;}
.accordion h2.active { background:#36cbcc url(../images/feeser-icon2.svg) no-repeat 97% center; }
.accordion .content { width:100% !important; float:left; padding:0 0 0;}

.faqs-wrapp .accordion { width:100%; max-width:821px; float:none; margin:2px auto 40px; display:inline-block;}
.faqs-wrapp .accordion .content { width:100%; float:left; padding:10px 0 10px;}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.accordion { width:100%;}
.accordion h2 { background-position:96% center; padding:16px 45px 15px 5%;}
.accordion h2.active { background-position:96% center;}

.faqs-wrapp .accordion { margin:0 auto;}
.faqs-wrapp .accordion h2 { background-position:97% center; padding:16px 45px 15px 5%;}
.faqs-wrapp .accordion h2.active { background-position:97% center;}
}

@media screen and (min-width:481px) and (max-width:600px) {
.accordion { width:100%;}
.accordion h2 { background-position:97% center; padding:16px 45px 15px 5%;}
.accordion h2.active { background-position:97% center;}

.faqs-wrapp .accordion h2 { background-position:97% center; padding:16px 45px 15px 5%;}
.faqs-wrapp .accordion h2.active { background-position:97% center;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.accordion { width:100%;}
.accordion h2 { background-position:97% center; padding:16px 45px 15px 5%;}
.accordion h2.active { background-position:97% center;}

.faqs-wrapp .accordion h2 { background-position:97% center; padding:16px 45px 15px 5%;}
.faqs-wrapp .accordion h2.active { background-position:97% center;}
}

@media screen and (min-width:768px) and (max-width:900px) {
.accordion { width:90%;}
}

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

}

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

}