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

.accordion { width:100%; float:left; margin:5px 0 0;}
.accordion h2 { width:100%; float:left; cursor:pointer; background:#474747 url(../images/accordion1-plain-white-plus.svg) no-repeat 97% center; padding:8px 22px 13px;}
.accordion h2.active { background:#474747 url(../images/accordion2-plain-white-minus.svg) no-repeat 97% center;}
.accordion .content { width:100%; float:left; padding:0 0 10px;}

.faqs-wrapp .accordion { width:100%; float:left; margin:5px 0 30px;}
.faqs-wrapp .accordion h2 { width:100%; float:left; cursor:pointer; background:#e4217f url(../images/invisalign/accordion-thumb1.svg) no-repeat 97% center; padding:10px 22px 11px; border-radius:30px;}
.faqs-wrapp .accordion h2.active { background:#e4217f url(../images/invisalign/accordion-thumb11.svg) no-repeat 97% center;}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.accordion { width:100%; margin:8px 0 0;}
.accordion h2 { background-position:94% center; padding:8px 5% 13px;}
.accordion h2.active { background-position:94% center;}
}

@media screen and (min-width:481px) and (max-width:600px) {
.accordion { width:100%; margin:8px 0 0;}
.accordion h2 { background-position:94% center; padding:8px 5% 13px;}
.accordion h2.active { background-position:94% center;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.accordion { width:100%; margin:8px 0 0;}
.accordion h2 { background-position:94% center; padding:8px 5% 13px;}
.accordion h2.active { background-position:94% 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) {

}