@charset "utf-8";
/* CSS Document */

.accordion { width:100%; float:left; margin:0 0 0;}
.accordion h2 { width:100%; float:left; cursor:pointer; background:url(../images/accordion-thumb1.svg) no-repeat 100% center; margin:0 0 0 0; padding:14px 0 13px; position:relative; border-bottom:1px solid #d6d2c4;}
.accordion h2.active { background:url(../images/accordion-thumb11.svg) no-repeat 97% center; }
.accordion .content { width:100%; float:left; padding:20px 0 3px;}

.faqs-wrapp .accordion h2 { width:100%; float:left; cursor:pointer; background:#c3c6a8 url(../images/invisalign/accordion-thumb1.svg) no-repeat 97% center; padding:15px 29px 14px; position:relative; border-bottom:none;}
.faqs-wrapp .accordion h2.active { background:#c3c6a8 url(../images/invisalign/accordion-thumb11.svg) no-repeat 97% center; }
.faqs-wrapp .accordion { width:100%; float:left; margin:2px 0 20px;}
.faqs-wrapp .accordion .content { width:100%; float:left; padding:0 0 10px;}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.accordion h2 { padding:15px 0 14px;}
.faqs-wrapp .accordion h2 { padding:15px 11% 14px 5%;}
}

@media screen and (min-width:481px) and (max-width:600px) {
.accordion h2 { padding:15px 0 14px;}
.faqs-wrapp .accordion h2 { padding:15px 5% 14px;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.accordion h2 { padding:15px 5% 14px;}
.faqs-wrapp .accordion h2 { padding:15px 5% 14px;}
}

@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) {

}