@charset "utf-8";

/* CSS Document */



.accordion { width:100%; float:left; margin:21px 0 0;}

.accordion h2 { width:100%; float:left; color:#000000; cursor:pointer; background:url(../images/feeser-icon1.svg) no-repeat 96% center; margin:0 0 7px 0; padding:12px 25px 12px; position:relative; border-radius:30px; border:1px solid #81acab;}

.accordion h2.active { color:#ffffff; background:#035958 url(../images/feeser-icon2.svg) no-repeat 96% center; }

.faqs-wrapp .accordion h2 { width:100%; float:left; cursor:pointer; background:#035958 url(../images/invisalign/accordion-thumb1.svg) no-repeat 96% center; margin:0 0 12px 0; padding:13px 23px 13px; position:relative;}

.faqs-wrapp .accordion h2.active { background:#035958 url(../images/invisalign/accordion-thumb11.svg) no-repeat 96% center; }

.accordion .content { width:100%; float:left; padding:0 0 0;}

.faqs-wrapp .accordion .content { padding:10px 0 23px;}

.faqs-wrapp .accordion { margin-bottom:50px;}



/*Smartphone css*/

@media screen and (max-width: 480px) {

.accordion h2 { background-position:95% center; padding:12px 8% 12px;}

.accordion h2.active { background-position:95% center;}

}



@media screen and (min-width:481px) and (max-width:600px) {

.accordion h2 { background-position:95% center;  padding:12px 8% 12px;}

.accordion h2.active { background-position:95% center;}

}



@media screen and (min-width:601px) and (max-width:767px) {

.accordion h2 { background-position:95% center;  padding:12px 8% 12px;}

.accordion 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) {



}