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

.accordion { width:613px; float:none; margin:0 auto 0;}
.accordion h2 { width:100%; float:left; cursor:pointer; background:#398f94 url(../images/feeser-icon1.svg) no-repeat 97% center; margin:0 0 13px 0; padding:13px 24px 13px; position:relative; border-radius:30px;}
.accordion h2.active { background:#398f94 url(../images/feeser-icon2.svg) no-repeat 97% center;}
.accordion1 h3 { width:100%; float:left; cursor:pointer; background:#398f94 url(../images/feeser-icon1.svg) no-repeat 97% center; margin:0 0 13px 0; padding:13px 25px 13px; position:relative; border-radius:30px;}
.accordion1 h3.active { background:#398f94 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%; float:left; margin:2px 0 20px;}
.faqs-wrapp .accordion .content { width:100%; float:left; padding:13px 15px 12px;}

.feeser-wrapp .accordion { width:100%; float:left;}
.feeser-wrapp .accordion1 { width:100%; float:left;}
.accordion1 .content { width:100%; float:left; padding:0 0 0;}

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

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

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

@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) {

}