@charset "utf-8";
/* CSS Document */

.accordion { width:100%; float:left; margin:3px auto 0;}
.accordion h2 { width:100%; float:left; cursor:pointer; background:#000000 url(../images/feeser-icon1.png) no-repeat 96% center; margin:0 0 5px 0; padding:14px 22px 15px;}
.accordion h2.active { background:#000000 url(../images/feeser-icon2.png) no-repeat 96% center; }
.accordion .content { width:100%; float:left; padding:0 0 0;}


.treatin-wrapp .accordion .faqs-col1 h2 { background:#00bfbd url(../images/feeser-icon1.png) no-repeat 96% center; }
.treatin-wrapp .accordion .faqs-col1 h2.active { background:#00bfbd url(../images/feeser-icon2.png) no-repeat 96% center; }

.faqs-wrapp .accordion .faqs-col1 h2 { background:#00bfbd url(../images/feeser-icon1.png) no-repeat 96% center; }
.faqs-wrapp .accordion .faqs-col1 h2.active { background:#00bfbd url(../images/feeser-icon2.png) no-repeat 96% center; }

 

/*Smartphone css*/
@media screen and (max-width: 480px) {
.accordion h2 { background-position:95% center; padding:14px 5% 13px;}
.accordion h2.active { background-position:95% center;}
.accordion .content { padding:6px 0 3px;}

.treatin-wrapp .accordion .faqs-col1 h2 { background-position:95% center; padding:14px 5% 13px;}
.treatin-wrapp .accordion .faqs-col1 h2.active { background-position:95% center;}

.faqs-wrapp .accordion .faqs-col1 h2 { background-position:95% center; padding:14px 5% 13px;}
.faqs-wrapp .accordion .faqs-col1 h2.active { background-position:95% center;}



}

@media screen and (min-width:481px) and (max-width:600px) {
.accordion h2 { background-position:95% center; padding:14px 5% 13px;}
.accordion h2.active { background-position:95% center;}
.accordion .content { padding:6px 0 3px;}


.treatin-wrapp .accordion .faqs-col1 h2 { background-position:95% center; padding:14px 5% 13px;}
.treatin-wrapp .accordion .faqs-col1 h2.active { background-position:95% center;}

.faqs-wrapp .accordion .faqs-col1 h2 { background-position:95% center; padding:14px 5% 13px;}
.faqs-wrapp .accordion .faqs-col1 h2.active { background-position:95% center;}


}

@media screen and (min-width:601px) and (max-width:767px) {
.accordion h2 { background-position:95% center; padding:14px 5% 13px;}
.accordion h2.active { background-position:95% center;}
.accordion .content { padding:6px 0 3px;}


.treatin-wrapp .accordion .faqs-col1 h2 { background-position:95% center; padding:14px 5% 13px;}
.treatin-wrapp .accordion .faqs-col1 h2.active { background-position:95% center;}

.faqs-wrapp .accordion .faqs-col1 h2 { background-position:95% center; padding:14px 5% 13px;}
.faqs-wrapp .accordion .faqs-col1 h2.active { background-position:95% center;}


}

@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) {

}