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

.accordion { width:100%; float:left; margin:0 0 0;}
.accordion h2 { width:100%; float:left; cursor:pointer; background:#bc902d url(../images/plus-white-circle-icon.svg) no-repeat 98.8% center; padding:13px 2% 14px 3%;}
.accordion h2.active { background:#bc902d url(../images/minus-white-circle-icon.svg) no-repeat 98.8% center;}
.accordion .content { width:100%; float:left; padding:0 0 12px;}
.faqs-wrapp .accordion h2 { padding:22px 4% 23px 4.8%;}
.faqs-wrapp .content { width:100%; float:left; padding:10px 4% 12px 4.8%;}
.faqs-wrapp .accordion h2 { background-position:97.5% center;}

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

@media screen and (min-width:481px) and (max-width:600px) {
.accordion h2 { background-position:95% center; padding:13px 10% 14px 5%;}
.accordion h2.active { background-position:95% center;}
.accordion .content { width:100%; float:left; padding:10px 0 18px;}
.faqs-wrapp .accordion h2 { padding:22px 15% 23px 5%;}
.faqs-wrapp .content { padding:5px 5% 12px 5%;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.accordion h2 { background-position:95% center; padding:13px 9% 14px 5%;}
.accordion h2.active { background-position:95% center;}
.accordion .content { width:100%; float:left; padding:10px 0 18px;}
.faqs-wrapp .accordion h2 { padding:22px 15% 23px 5%;}
.faqs-wrapp .content { padding:5px 5% 12px 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) {

}