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

.accordion { width:100%; float:left;}
.accordion h3 { width:100%; float:left; border:1px solid #ffffff; border-radius:70px; padding:17px 31px 19px; background:none; position:relative;}
.accordion h3:after { content:""; width:22px; height:22px; position:absolute; top:50%; transform:translateY(-50%); right:25px; background:url("../images/feeser-arrow1.svg") center / cover;}
.accordion h3.active:after { background:url("../images/feeser-arrow2.svg") center / cover;}
.accordion .content { width:100%; float:left; padding:20px 31px 34px;}

.fees-col1 .accordion h3 { border:1px solid #f18a62; padding:17px 27px 19px;}
.fees-col1 .accordion h3:after { right:27px; background:url(../images/feeser-right-arrow-orange.svg) center / cover;}
.fees-col1 .accordion h3.active:after { background:url(../images/feeser-down-arrow-orange.svg) center / cover;}
.fees-col1 .accordion .content { padding:16px 27px 30px;}

.faq-wrapp .accordion { margin:0 0 40px;}
.faq-wrapp .accordion h3 { border:none; border-bottom:1px solid #f18a62; border-radius:0; padding:17px 0 17px;}
.faq-wrapp .accordion h3:after { right:0; background:url(../images/feeser-right-arrow-orange.svg) center / cover;}
.faq-wrapp .accordion h3.active:after { background:url(../images/feeser-down-arrow-orange.svg) center / cover;}
.faq-wrapp .accordion .content { padding:30px 0 0;}

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

.fees-col1 .accordion h3 { padding:19px 10% 19px 5%;}
.fees-col1 .accordion .content { padding:16px 5% 30px;}

.faq-wrapp .accordion h3 { padding:17px 9% 17px 0;}
}

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

.fees-col1 .accordion h3 { padding:19px 10% 19px 5%;}
.fees-col1 .accordion .content { padding:16px 5% 30px;}

.faq-wrapp .accordion h3 { padding:17px 9% 17px 0;}

}

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

.fees-col1 .accordion h3 { padding:19px 10% 19px 5%;}
.fees-col1 .accordion .content { padding:16px 5% 30px;}

.faq-wrapp .accordion h3 { padding:17px 9% 17px 0;}
}

@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) {

}