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

.accordion { width:100%; float:left; margin:0 0 0;}
.accordion h2 { width:100%; float:left; cursor:pointer; background:url(../images/feeser-icon1.svg) no-repeat 100% center; margin:0 0 0; padding:17px 0 17px; position:relative; border-bottom:1px solid #979797;}
.accordion h2.active { background:url(../images/feeser-icon2.svg) no-repeat 100% center;}
.accordion .content { width:100%; float:left; padding:15px 0 0; border-bottom:1px solid #979797;}

.feeser-wrapp .accordion h2 { width:100%; float:left; cursor:pointer; background:url(../images/feeser-icon11.svg) no-repeat 100% center; margin:0 0 0; padding:17px 35px 17px 0; position:relative; border-bottom:1px solid #979797;}
.feeser-wrapp .accordion h2.active { background:url(../images/feeser-icon22.svg) no-repeat 100% center;}

.fees-wrapp .accordion h2 { width:100%; float:left; cursor:pointer; background:url(../images/feeser-icon11.svg) no-repeat 99.8% center; margin:0 0 0; padding:17px 0 17px; position:relative; border-bottom:1px solid #979797;}
.fees-wrapp .accordion h2.active { background:url(../images/feeser-icon22.svg) no-repeat 99.8% center;}

.faqs-wrapp .accordion { margin:0 0 30px;}
.faqs-wrapp .accordion h2 { width:100%; float:left; cursor:pointer; background:#832575 url(../images/feeser-icon11.svg) no-repeat 97% center; margin:0 0 11px; padding:17px 47px 17px; position:relative; border:none;}
.faqs-wrapp .accordion h2.active { background:#832575 url(../images/feeser-icon22.svg) no-repeat 97% center;}
.faqs-wrapp .accordion .content { width:100%; float:left; padding:15px 0 0;}

.accordion2 { width:100%; float:left; margin:0 0 0;}
.accordion2 h2 { width:100%; float:left; cursor:pointer; background:url(../images/feeser-icon11.svg) no-repeat 99.8% center; margin:0 0 0; padding:17px 0 17px; position:relative; border-bottom:1px solid #979797;}
.accordion2 h2.active { background:url(../images/feeser-icon22.svg) no-repeat 99.8% center;}
.accordion2 .content { width:100%; float:left; padding:15px 0 0; border-bottom:1px solid #979797;}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.accordion h2 { background-position:95% center; padding:17px 0 17px 0;}
.accordion h2.active { background-position:95% center;}

.faqs-wrapp .accordion h2 { padding:17px 14% 17px 5%;}

}

@media screen and (min-width:481px) and (max-width:600px) {
.accordion h2 { background-position:95% center; padding:17px 0 17px 0;}
.accordion h2.active { background-position:95% center;}

.faqs-wrapp .accordion h2 { padding:17px 14% 17px 5%;}

}

@media screen and (min-width:601px) and (max-width:767px) {
.accordion h2 { background-position:95% center; padding:17px 0 17px 0;}
.accordion h2.active { background-position:95% center;}

.faqs-wrapp .accordion h2 { padding:17px 14% 17px 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) {

}