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

.accordion { width:100%; float:left; margin:0 0 0;}
.accordion h2 {text-transform: capitalize; color:#ffffff; width:100%; float:left; cursor:pointer; background:#7a7a7a url(../images/feeser-icon1.svg) no-repeat 97% center; margin:0 0 13px 0; padding:13px 29px 13px; position:relative; border-radius:0; padding-right: 25px !important;}
.accordion h2.active {background:#c0d4c3 url(../images/feeser-icon2.svg) no-repeat 97% center;}
.accordion .content { width:100% !important; float:left;}

.treatin-wrapp .accordion { margin:0 0 30px;}
.treatin-wrapp .accordion h2 {text-transform: capitalize; font-size: 20px; color:#7a7a7a; width:100%; float:left; cursor:pointer; background:url(../images/feeser-icon11.svg) no-repeat 100% center; margin:0 0 9px 0; padding:10px 0 14px; position:relative; border-bottom:1px solid #cfcece; border-radius:0;}
.treatin-wrapp .accordion h2.active { color:#7a7a7a; background:url(../images/feeser-icon22.svg) no-repeat 100% center; }
.treatin-wrapp .content { padding:15px 0 0;}

.denplan-wrapp .accordion { margin:0 0 30px;}
.denplan-wrapp .accordion h2 {text-transform: capitalize; font-size: 20px; color:#7a7a7a; width:100%; float:left; cursor:pointer; background:url(../images/feeser-icon11.svg) no-repeat 100% center; margin:0 0 9px 0; padding:10px 0 14px; position:relative; border-bottom:1px solid #cfcece; border-radius:0;}
.denplan-wrapp .accordion h2.active { color:#7a7a7a; background:url(../images/feeser-icon22.svg) no-repeat 100% center; }
.denplan-wrapp .content { padding:15px 0 0;}

.faqs-wrapp .accordion .content { padding:15px 29px 0 !important;}

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

@media screen and (min-width:481px) and (max-width:600px) {
.accordion h2 { background-position:95% center; padding:10px 14% 8px 5%;}
.accordion h2.active { background-position:95% center;}
.accordion { width:100%;}
.denplan-wrapp .accordion { margin:0;}
.faqs-wrapp .accordion .content { padding:15px 5% 0 !important;}
.treatin-wrapp .accordion { margin:0 0 20px;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.accordion h2 { background-position:95% center; padding:10px 14% 8px 5%;}
.accordion h2.active { background-position:95% center;}
.accordion { width:100%;}
.denplan-wrapp .accordion { margin:0;}
.faqs-wrapp .accordion .content { padding:15px 5% 0 !important;}
}

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

}