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

.accordion { width:100%; float:left; margin:10px 0 60px;}
.accordion h2 { width:100%; float:left; cursor:pointer; background:#7d7d7d; border-radius:30px; padding:12px 23px 13px; position:relative;}
.accordion h2:after { content:""; width:8px; height:8px; position:absolute; top:50%; transform:translateY(-50%); right:23px; background:url(../images/plus-white-plain-icon.svg) center / cover;}
.accordion h2.active:after { background:url(../images/minus-white-plain-icon.svg) center / cover;}
.accordion .content { width:100%; float:left; padding:15px 23px 15px !important;}

.faqs-wrapp .accordion { width:100%; float:left; margin:10px 0 30px;}
.faqs-wrapp .accordion .content { width:100%; float:left; padding:15px 23px 15px!important;}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.accordion { width:100%; margin:20px 0 50px;}
.accordion h2 { background-position:95% center; padding:12px 9% 13px 5%;}
.accordion h2.active { background-position:95% center;}
.accordion .content { width:100%; float:left; padding:0 5% 20px 5%!important;}
.faqs-wrapp .accordion .content { width:100%; float:left; padding:0 23px 15px!important;}
.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 8% 13px 5%;}
.accordion h2.active { background-position:95% center;}
.faqs-wrapp .accordion .content { width:100%; float:left; padding:0 5% 20px 5%!important;}
.accordion h2:after {right: 18px;}
}

@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 8% 13px 5%;}
.accordion h2.active { background-position:95% center;}
.faqs-wrapp .accordion .content { width:100%; float:left; padding:0 5% 20px 5%!important;}
.accordion h2:after {right: 18px;}

}

@media screen and (min-width:768px) and (max-width:900px) {
    .faqs-wrapp .accordion .content {
        padding: 0 23px 15px!important;
    }
    .faqs-wrapp .accordion .content { width:100%; float:left; padding:0 23px 15px!important;}
}

@media screen and (min-width:901px) and (max-width:1024px) {
    .faqs-wrapp .accordion .content {
        padding: 0 23px 15px!important;
    }
}

@media screen and (min-width:1025px) and (max-width:1240px) {

}
@media screen and (max-width: 360px) {
.accordion h2:after {
    right: 14px;
}
}