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

.accordion { width:100%; float:left; margin:17px 0 0;}
.accordion h3 { width:100%; float:left; cursor:pointer; padding:14px 27px 13px; position:relative; z-index:9; background:#f6f6f6; border-radius:100px; margin:0 0 12px;}
.accordion h3:after { width:9px; height:6px; content:""; position:absolute; top:50%; transform:translateY(-50%); right:27px; background:url(../images/down-black-plain-arrow.svg) no-repeat top center / 100%;}
.accordion h3.active:after { width:6px; height:9px; background:url(../images/right1-black-plain-arrow.svg) no-repeat top center / 100%;}
.accordion .content { width:100%; float:left; padding:20px 28px 9px;}

.fees-col3 .accordion h3 { background:#c60071; margin:0 0 7px; padding:15px 31px 16px;}
.fees-col3 .accordion h3:after { right:31px; background:url(../images/down-white-plain-arrow.svg) no-repeat top center / 100%;}
.fees-col3 .accordion h3.active:after { background:url(../images/right1-white-plain-arrow.svg) no-repeat top center / 100%;}
.fees-col3 .accordion .content { padding:15px 28px 23px;}

.faq-wrapp .accordion { margin:0 0 70px;}
.faq-wrapp .accordion h3 { background:#c60071; margin:0 0 7px; padding:15px 31px 16px;}
.faq-wrapp .accordion h3:after { right:31px; background:url(../images/down-white-plain-arrow.svg) no-repeat top center / 100%;}
.faq-wrapp .accordion h3.active:after { background:url(../images/right1-white-plain-arrow.svg) no-repeat top center / 100%;}
.faq-wrapp .accordion .content { padding:30px 28px 12px;}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.accordion h3 { padding: 16px 10% 16px 8%;}
.accordion h3:after { right:5%;}
.accordion .content { padding:20px 5% 9px;}

.fees-col3 .accordion h3 { padding:15px 5% 16px;}
.fees-col3 .accordion .content { padding:15px 5% 23px;}

.faq-wrapp .accordion h3 { padding:15px 11% 16px 5%;}
.faq-wrapp .accordion h3:after { right:5%;}
.faq-wrapp .accordion .content { padding:30px 5% 12px;}
}

@media screen and (min-width:481px) and (max-width:600px) {
.accordion h3 { padding:14px 10% 13px 5%;}
.accordion h3:after { right:4%;}
.accordion .content { padding:20px 5% 9px;}

.fees-col3 .accordion h3 { padding:15px 5% 16px;}
.fees-col3 .accordion .content { padding:15px 5% 23px;}

.faq-wrapp .accordion h3 { padding:15px 11% 16px 5%;}
.faq-wrapp .accordion h3:after { right:5%;}
.faq-wrapp .accordion .content { padding:30px 5% 12px;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.accordion h3 { padding:14px 10% 13px 5%;}
.accordion h3:after { right:4%;}
.accordion .content { padding:20px 5% 9px;}

.fees-col3 .accordion h3 { padding:15px 5% 16px;}
.fees-col3 .accordion .content { padding:15px 5% 23px;}

.faq-wrapp .accordion h3 { padding:15px 11% 16px 5%;}
.faq-wrapp .accordion h3:after { right:5%;}
.faq-wrapp .accordion .content { padding:30px 5% 12px;}
}

@media screen and (min-width:768px) and (max-width:900px) {
.accordion h3:after {right: 23px}	

}

@media screen and (min-width:901px) and (max-width:1024px) {

}

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

}