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

.accordion { width:100%; float:left; margin:0 0 0;}
.accordion h2 { width:100%; float:left; cursor:pointer; border-bottom:1px solid #20b8b2; border-radius:0; padding:25px 2px 10px; position:relative;}
.accordion h2:after { content:""; width:6.9px; height:9px; position:absolute; top:60%; transform:translateY(-50%); right:3px; background:url(../images/feeser-icon2.svg) center / cover;}
.accordion h2.active:after { width:9px; height:6.9px; background:url(../images/feeser-icon1.svg) center / cover;}
.accordion .content { width:100% !important; float:left; padding:28px 2px 35px;}

.faqs-wrapp .accordion { width:100%; float:left; margin:0 0 50px;}
.faqs-wrapp .accordion h2 { width:100%; float:left; cursor:pointer; border-bottom:1px solid #20b8b2; border-radius:0; padding:25px 15px 10px 0; position:relative;}
.faqs-wrapp .accordion h2:after { content:""; width:6.9px; height:9px; position:absolute; top:60%; transform:translateY(-50%); right:3px; background:url(../images/feeser-icon2.svg) center / cover;}
.faqs-wrapp .accordion h2.active:after { width:9px; height:6.9px; background:url(../images/feeser-icon1.svg) center / cover;}
.faqs-wrapp .accordion .content { width:100% !important; float:left; padding:28px 2px 35px;}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.accordion { width:100%; margin:20px 0 50px;}
.accordion h2 { background-position:95% center; padding:12px 5% 13px 5%;}
.accordion h2.active { background-position:95% center;}
.accordion .content { width:100%; float:left; padding:10px 5% 20px 5%;}
.faqs-wrapp .accordion .content { width:100%; float:left; padding:35px 5% 15px;}
.faqs-wrapp .accordion h2:after { right:18px;}
}

@media screen and (min-width:481px) and (max-width:600px) {
.accordion { width:100%; margin:20px 0 50px;}
.accordion h2 { background-position:95% center; padding:12px 5% 13px 5%;}
.accordion h2.active { background-position:95% center;}
.accordion .content { width:100%; float:left; padding:10px 5% 20px 5%;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.accordion { width:100%; margin:20px 0 50px;}
.accordion h2 { background-position:95% center; padding:12px 5% 13px 5%;}
.accordion h2.active { background-position:95% center;}
.accordion .content { width:100%; float:left; padding:10px 5% 20px 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) {

}