@charset "utf-8";

/* CSS Document */



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

.accordion h2 { color:#939598; width:100%; float:left; cursor:pointer; background:url(../images/feeser-icon1.svg) no-repeat 95.5% center; margin:0 0 6px 0; padding:14px 29px 13px; position:relative; border:1px solid #dfe1e1; font-family: 'Montserrat', sans-serif; font-weight: 600;}

.accordion h2.active { color:#ffffff; background:#709e41 url(../images/feeser-icon2.svg) no-repeat 95.5% center; font-family: 'Montserrat', sans-serif; font-weight: 600;}

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

.accordion h3 { color:#939598; width:100%; float:left; cursor:pointer; background:url(../images/invisalign/accordion-thumb1.svg) no-repeat 95.5% center; margin:0 0 12px 0; padding:14px 29px 13px; position:relative; border:1px solid #dfe1e1; font-family: 'Montserrat', sans-serif; font-weight: 600;}

.accordion h3.active { color:#ffffff; background:#709e41 /*url(../images/invisalign/accordion-thumb2.svg)*/ no-repeat 95.5% center; font-family: 'Montserrat', sans-serif; font-weight: 600;}

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



/*Smartphone css*/

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

.accordion h2 { background-position:95% center; padding:14px 5% 13px;}

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

.accordion h3 { background-position:95% center; padding:14px 5% 13px;}

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

.faqs-wrapp .faqs-col1 h3 { background-position: 98% center; padding-right: 25px;}

.faqs-wrapp .faqs-col1 h3.active { background-position: 98% center;}


}



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

.accordion h2 { background-position:95% center; padding:14px 5% 13px;}

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

.accordion h3 { background-position:95% center; padding:14px 5% 13px;}

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

.faqs-wrapp .faqs-col1 h3 { background-position: 98% center; padding-right: 30px;}

.faqs-wrapp .faqs-col1 h3.active { background-position: 98% center;}
}



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

.accordion h2 { background-position:95% center; padding:14px 5% 13px;}

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

.accordion h3 { background-position:95% center; padding:14px 5% 13px;}

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

.faqs-wrapp .faqs-col1 h3 { background-position: 98% center; padding-right: 30px;}

.faqs-wrapp .faqs-col1 h3.active { background-position: 98% 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) {



}