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

.accordion { width:100% !important; float:left; margin:0 0 0;}
.accordion h3 { width:100%; float:left; cursor:pointer; background:#b19f67 url(../images/feeser-icon1.svg) no-repeat 97.3% center; border-radius:5px; padding:16px 29px 16px 29px;}
.accordion h3.active { background:#b19f67 url(../images/feeser-icon2.svg) no-repeat 97.3% center;}
.accordion .content { width:100% !important; float:left; padding:10px 29px 20px !important;}

.faqs-wrapp .accordion { margin:40px 0 40px;}
.faqs-wrapp .accordion .content { width:100%; float:left; padding:20px 29px 20px !important;}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.accordion { width:100%; margin:20px 0 0;}
.accordion h3 { background-position:95% center; padding:13px 14% 12px 5%;}
.accordion h3.active { background-position:95% center;}
.accordion .content { width:100%; float:left; padding:10px 5% 20px 5% !important;}
.faqs-wrapp .accordion .content { width:100%; float:left; padding:20px 5% 20px !important;}
}

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

@media screen and (min-width:601px) and (max-width:767px) {
.accordion { width:100%; margin:20px 0 0;}
.accordion h3 { background-position:95% center; padding:13px 14% 12px 5%;}
.accordion h3.active { background-position:95% center;}
.accordion .content { width:100%; float:left; padding:10px 5% 20px 5% !important;}
.faqs-wrapp .accordion .content { width:100%; float:left; padding:20px 5% 20px !important;}
}

@media screen and (min-width:768px) and (max-width:900px) {
.accordion { margin:6px 0 0;}
.accordion h3 { padding:8px 3.5% 9px 3.5%;}
.accordion .content { padding:6px 3.5% 14px 3.5% !important;}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.accordion { margin:9px 0 0;}
.accordion h3 { padding:10px 3.5% 11px 3.5%;}
.accordion .content { padding:8px 3.5% 17px 3.5% !important;}
}

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

}