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

.accordion { width:100%; float:left; margin:0 0 0;}
.accordion h2 { width:100%; float:left; cursor:pointer; background:#605791; padding:17px 36px 17px; position:relative; margin:0 0 14px;}
.accordion h2:after { content:""; width:20px; height:20px; position:absolute; top:50%; transform:translateY(-50%); right:36px; background:url(../images/invisalign/faq-arrow1.svg) center / cover;}
.accordion h2.active:after { background:url(../images/invisalign/faq-arrow2.svg) center / cover;}
.accordion .content { width:100%; float:left; padding:27px 36px 14px;}

.faq-wrapp .accordion { width:100%; float:left; margin:0 0 35px;}

.faqs-col1 .accordion { margin:0 0 22px;}
.faqs-col1 .accordion h2 { width:100%; float:left; cursor:pointer; background:none; border-bottom:1px solid #605791; margin:0 0 8px; padding:16px 0 18px; position:relative;}
.faqs-col1 .accordion h2:after { content:""; width:8px; height:8px; float:right; background:url(../images/down-left-yellow-plain-arrow.svg) no-repeat bottom center / 100%; transform:translateY(-50%); transition:all 0.25s ease-out 0s; margin:0 0 0; position:absolute; top:50%; right:0;}
.faqs-col1 .accordion h2:hover:after { background:url(../images/down-left-yellow-plain-arrow.svg) no-repeat top center / 100%;}
.faqs-col1 .accordion h2.active:after { background:url(../images/down-left-yellow-plain-arrow.svg) no-repeat top center / 100%;}
.faqs-col1 .accordion .content { width:100%; float:left; padding:12px 0 0;}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.accordion { margin:10px 0 0;}
.accordion h2 { padding:14px 12% 14px 5%;}
.accordion .content { padding:18px 5% 20px;}
.accordion h2:after { right:5%;}

.faq-wrapp .accordion { margin:10px 0 44px;}
.faq-wrapp .accordion .content { padding:33px 5% 20px;}

.faqs-col1 .accordion h2 { padding:16px 12% 18px 5%;}
}

@media screen and (min-width:481px) and (max-width:600px) {
.accordion { margin:10px 0 0;}
.accordion h2 { padding:14px 12% 14px 5%;}
.accordion .content { padding:18px 5% 20px;}
.accordion h2:after { right:5%;}

.faq-wrapp .accordion { margin:10px 0 44px;}
.faq-wrapp .accordion .content { padding:33px 5% 20px;}

.faqs-col1 .accordion h2 { padding:16px 12% 18px 5%;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.accordion { margin:10px 0 0;}
.accordion h2 { padding:14px 12% 14px 5%;}
.accordion .content { padding:18px 5% 20px;}
.accordion h2:after { right:5%;}

.faq-wrapp .accordion { margin:10px 0 44px;}
.faq-wrapp .accordion .content { padding:33px 5% 20px;}
}

@media screen and (min-width:768px) and (max-width:900px) {
.faqs-col1 .accordion h2 { padding:16px 5% 18px 0;}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.faqs-col1 .accordion h2 { padding:16px 5% 18px 0;}
}

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

}