@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:#364b54 url(../images/feeser-icon1.svg) no-repeat 96% center; margin:0 0 9px 0; padding:16px 30px 15px; position:relative; border-radius:60px;}
.accordion h3.active { background:#364b54 url(../images/feeser-icon2.svg) no-repeat 96% center;}
.accordion .content { width:100% !important; float:left; padding:18px 36px !important;}


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

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

}

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

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

}

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

.faqs-wrapp .accordion { max-width:100%; margin:14px 0 0;}

}

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

}