@charset "utf-8";
/* CSS Document */

.accordion { width:100%; float:left; margin:30px 0 0; display:inline-block;}
.accordion h2 { padding:15px 26px 15px; margin:0 0 3px; transition: all 0.25s ease-out 0s; position:relative; cursor:pointer; border-bottom:1px solid #000000;}
.accordion h2:after { content:""; width:26px; height:26px; position:absolute; top:50%; transform:translateY(-50%); right:26px; background:url(../images/right-black-arrow3.svg) no-repeat center / cover;}
.accordion h2.active:after { background:url(../images/down-arrow3.svg) no-repeat center / cover;}
.accordion .content { width:100%; float:left;}

.faqs-wrapp .accordion { width:100%; max-width:1005px; margin:0 auto 30px;}
.faqs-wrapp .accordion h2 { padding:15px 26px 15px; background:#1d1d1b; margin:0 0 15px; transition: all 0.25s ease-out 0s; position:relative; cursor:pointer; border-bottom:none;}
.faqs-wrapp .accordion h2:after { content:""; width:26px; height:26px; position:absolute; top:50%; transform:translateY(-50%); right:26px; background:url(../images/invisalign/feeser-icon1.svg) no-repeat center / cover;}
.faqs-wrapp .accordion h2.active:after { background:url(../images/invisalign/feeser-icon2.svg) no-repeat center / cover;}


/*Smartphone css*/
@media screen and (max-width: 480px) {
.accordion { width:100%;}
.accordion h2 { padding:15px 5% 15px;}
.faqs-wrapp .accordion h2 { padding:15px 19% 15px 5%;}
}

@media screen and (min-width:481px) and (max-width:600px) {
.accordion { width:100%;}
.accordion h2 { padding:15px 5% 15px;}
.faqs-wrapp .accordion h2 { padding:15px 14% 15px 5%;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.accordion { width:100%;}
.accordion h2 { padding:15px 5% 15px;}
.faqs-wrapp .accordion h2 { padding:15px 14% 15px 5%;}
}

@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) {
}