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

.accordion { width:100%; float:left; margin:13px auto 0;}
.accordion h2 { width:100%; float:left; cursor:pointer; background:#998c80 url(../images/feeser-icon.svg) no-repeat 97% center; margin:0 0 8px 0; padding:10px 40px 10px 21px; border-radius: 80px;}
.accordion h2.active { background:#998c80 url(../images/feeser-icon.svg) no-repeat 97% center; }
.accordion .content { width:100%; float:left; padding:0 0 0; display: block;}

.faqs-wrapp .accordion {margin-bottom: 68px;}
.faqs-wrapp .accordion h2 { width:100%; float:left; cursor:pointer; background:#998c80 url(../images/feeser-icon1.svg) no-repeat 97% center; margin:0 0 8px 0; padding:10px 21px 10px; border-radius: 80px;}
.faqs-wrapp .accordion h2.active { background:#998c80 url(../images/feeser-icon2.svg) no-repeat 97% center; }
.faqs-wrapp .accordion .content { width:100%; float:left; padding:0 0 0;}

.treatmentin-wrapp .accordion {width: 100%; display: block; float: left; margin: 0 0 20px;}
.treatmentin-wrapp .accordion .faqs-col1:last-child p:last-child {margin: 0 0 0;}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.accordion h2 { background-position:95% center; padding:15px 40px 16px 5%;}
.accordion h2.active { background-position:95% center;}
.accordion .content { padding:6px 0 3px;}
}

@media screen and (min-width:481px) and (max-width:600px) {
.accordion h2 { background-position:95% center; padding:15px 40px 16px 5%;}
.accordion h2.active { background-position:95% center;}
.accordion .content { padding:6px 0 3px;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.accordion h2 { background-position:95% center; padding:15px 40px 16px 5%;}
.accordion h2.active { background-position:95% center;}
.accordion .content { padding:6px 0 3px;}
}

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

}