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

.accordion { width:100%; float:left; margin:0 0 0;}
.accordion h2 { width:100%; background:#016327 url(../images/invisalign/plus-white-plain-icon.svg) no-repeat 97% center; border-radius:7px; padding:6px 5.9% 6px 5.9%; position:relative; float: left;}
.accordion h2.active { color:#ffffff; background:#016327 url(../images/invisalign/minus-white-plain-icon.svg) no-repeat 97% center;}
.accordion .content { width:100% !important; float:left; padding:18px 5.9% 15px 5.9% !important;}

.faqs-wrapp .accordion h2 { width:100%; background:#016327 url(../images/invisalign/plus-white-plain-icon.svg) no-repeat 97% center; border-radius:7px; padding:6px 5.9% 6px 5.9%;}
.faqs-wrapp .accordion h2.active { color:#ffffff; background:#016327 url(../images/invisalign/minus-white-plain-icon.svg) no-repeat 97% center;}
.faqs-wrapp .accordion .content { width:100%; float:left; padding:18px 5.9% 49px 5.9%;}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.accordion h2 { background-size:16px; background-position:95% center; padding:13px 11% 14px 5%;}
.accordion h2.active {background-size:16px; background-position:95% center;}
.accordion .content { padding:12px 5% 15px 5% !important;}

.faqs-wrapp .accordion h2 { background-size:16px; background-position:95% center; padding:13px 11% 14px 5%;}
.faqs-wrapp .accordion h2.active { background-size:16px; background-position:95% center;}
.faqs-wrapp .accordion .content { padding:12px 11% 17px 5%;}
}

@media screen and (min-width:481px) and (max-width:600px) {
.accordion h2 { background-size:16px; background-position:95% center; padding:13px 11% 14px 5%;}
.accordion h2.active { background-size:16px; background-position:95% center;}
.accordion .content { padding:12px 5% 15px 5% !important;}

.faqs-wrapp .accordion h2 { background-size:16px; background-position:95% center; padding:13px 11% 14px 5%;}
.faqs-wrapp .accordion h2.active { background-size:16px; background-position:95% center;}
.faqs-wrapp .accordion .content { padding:12px 11% 17px 5%;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.accordion h2 { background-size:16px; background-position:95% center; padding:13px 11% 14px 5%;}
.accordion h2.active { background-size:16px; background-position:95% center;}
.accordion .content { padding:12px 5% 15px 5% !important;}

.faqs-wrapp .accordion h2 { background-size:16px; background-position:95% center; padding:13px 11% 14px 5%;}
.faqs-wrapp .accordion h2.active { background-size:16px; background-position:95% center;}
.faqs-wrapp .accordion .content { padding:12px 11% 17px 5%;}
}

@media screen and (min-width:768px) and (max-width:900px) {
.accordion h2 { background-size:17px;}
.accordion h2.active { background-size:17px;}
.accordion .content { padding:12px 5.9% 15px 5.9% !important;}

.faqs-wrapp .accordion h2 { background-size:17px;}
.faqs-wrapp .accordion h2.active { background-size:17px;}
.faqs-wrapp .accordion .content { padding:12px 5.9% 33px 5.9%;}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.accordion h2 { background-size:20px;}
.accordion h2.active { background-size:20px;}
.accordion .content { padding:15px 5.9% 15px 5.9%;}

.faqs-wrapp .accordion h2 { background-size:20px;}
.faqs-wrapp .accordion h2.active { background-size:20px;}
.faqs-wrapp .accordion .content { padding:15px 5.9% 41px 5.9%;}
}

@media screen and (min-width:1025px) and (max-width:1240px) {

}