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

.accordion { width:100%; float:left; margin:10px 0 60px;}
.accordion h2 { width:100%; float:left; cursor:pointer; background:none; border-bottom:1px solid rgba(135, 135, 135, 0.3); padding:12px 0 13px; position:relative;}
.accordion h2:after { content:""; width:16px; height:16px; position:absolute; top:50%; transform:translateY(-50%); right:3px; background:url("../images/right-purple-circle-arrow.svg") center / cover;}
.accordion h2.active:after { background:url("../images/down-purple-circle-arrow.svg") center / cover;}
.accordion .content { width:100%; float:left; padding:10px 0 20px;}

.faqs-wrapp .accordion { width:100%; float:left; margin:10px 0 30px;}
.faqs-wrapp .accordion h2 { padding:11px 28px 12px 24px; margin:0 0 16px; background-color:#433f45; transition: all 0.25s ease-out 0s; position:relative; cursor:pointer;  border:1px solid #433f45;}
.faqs-wrapp .accordion h2:after { content:""; width:6px; height:6px; position:absolute; top:50%; transform:translateY(-50%); right:15px; background:url(../images/feeser-icon1.svg) no-repeat center / cover;}
.faqs-wrapp .accordion h2.active:after { background:url(../images/feeser-icon2.svg) no-repeat center / cover;}
.faqs-wrapp .accordion .content { width:100%; float:left; padding:5px 0 5px;}


/*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;}
}

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

}