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

.accordion { width:100%; float:left; margin:18px 0 0;}
.accordion h2 { width:100%; float:left; cursor:pointer; background:#08335b url(../images/feeser-icon1.svg) no-repeat 96% center; margin:0 0 22px 0; padding:12px 28px 12px; position:relative; border-radius:30px;}
.accordion h2.active { background:#08335b url(../images/feeser-icon2.svg) no-repeat 96% center; }
.accordion .content { width:100%; float:left; padding:0 0 0;}

.faqs-wrapp .accordion { width:990px; float:none; margin:2px auto 20px;}
.faqs-wrapp .accordion .content { width:100%; float:left; padding:13px 0 12px;}
.faqs-wrapp .accordion h2 { background:#08335b url(../images/feeser-icon1.svg) no-repeat 98% center; margin:0 0 14px 0; padding:15px 17px 15px;}
.faqs-wrapp .accordion h2.active { color:#ffffff; background:#08335b url(../images/feeser-icon2.svg) no-repeat 98% center; }

/*Smartphone css*/
@media screen and (max-width: 480px) {
.accordion { width:100%;}
.accordion h2 { background-position:95% center; padding:12px 9% 12px 5%;}
.accordion h2.active { background-position:95% center !important;}

.faqs-wrapp .accordion { width:100%;}
.faqs-wrapp .accordion h2 { background-position:95% center; padding:15px 10% 15px 5%;}
}

@media screen and (min-width:481px) and (max-width:600px) {
.accordion { width:100%;}
.accordion h2 { background-position:95% center;  padding:12px 9% 12px 5%;}
.accordion h2.active { background-position:95% center !important;}

.faqs-wrapp .accordion { width:100%;}
.faqs-wrapp .accordion h2 { background-position:95% center; padding:15px 9% 15px 5%;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.accordion { width:100%;}
.accordion h2 { background-position:95% center;  padding:12px 9% 12px 5%;}
.accordion h2.active { background-position:95% center !important;}

.faqs-wrapp .accordion { width:100%;}
.faqs-wrapp .accordion h2 { background-position:95% center; padding:15px 7% 15px 5%;}
}

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

@media screen and (min-width:901px) and (max-width:1024px) {
.accordion { width:100%;}
.faqs-wrapp .accordion { width:100%;}

}

@media screen and (min-width:1025px) and (max-width:1240px) {
.accordion { width:100%;}

}