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

.accordion { width:100%; max-width:1064px; float:none; margin:0 auto 0; display:inline-block;}
.accordion h3 { width:100%; float:left; cursor:pointer; background:#3a8dde url(../images/feeser-icon1.svg) no-repeat 95.5% center; margin:0 0 9px 0; padding:18px 30px 14px; position:relative; border-radius:4px;}
.accordion h3.active { background:#3a8dde url(../images/feeser-icon2.svg) no-repeat 95.5% center;}
.accordion .content { width:100% !important; float:left; padding:18px 30px;}

.faqs-wrapp .accordion .content { padding:36px 30px 18px !important;}
.faqs-wrapp .accordion h3 { background:#3a8dde url(../images/feeser-icon1.svg) no-repeat 96.5% center;}
.faqs-wrapp .accordion h3.active { background:#3a8dde url(../images/feeser-icon2.svg) no-repeat 96.5% center;}


/*Smartphone css*/
@media screen and (max-width: 480px) {
.accordion h3 { background-position:95% center; padding:18px 14% 14px 5%;}
.accordion h3.active { background-position:95% center;}
.accordion .content { padding:28px 5%;}

.faqs-wrapp .accordion { max-width:100%; margin:14px 0 0;}
.faqs-wrapp .accordion h3 { background-position:95% center; padding:18px 14% 14px 5%;}
.faqs-wrapp .accordion h3.active { background-position:95% center;}
.faqs-wrapp .accordion .content { padding:36px 5% 18px;}

}

@media screen and (min-width:481px) and (max-width:600px) {
.accordion h3 { background-position:95% center;  padding:18px 14% 14px 5%;}
.accordion h3.active { background-position:95% center;}
.accordion .content { padding:28px 5%;}

.faqs-wrapp .accordion { max-width:100%; margin:14px 0 0;}
.faqs-wrapp .accordion h3 { background-position:95% center; padding:18px 14% 14px 5%;}
.faqs-wrapp .accordion h3.active { background-position:95% center;}
.faqs-wrapp .accordion .content { padding:36px 5% 18px;}

}

@media screen and (min-width:601px) and (max-width:767px) {
.accordion h3 { background-position:95% center;  padding:18px 14% 14px 5%;}
.accordion h3.active { background-position:95% center;}
.accordion .content { padding:28px 5%;}

.faqs-wrapp .accordion { max-width:100%; margin:14px 0 0;}
.faqs-wrapp .accordion .content { padding:36px 5% 18px;}

}

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

}