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

.accordion { width:100%; float:left; border-bottom:1px solid rgba(255,255,255,0.3); margin:0 0 0;}
.accordion h3 { width:100%; float:left; border-top:1px solid rgba(255,255,255,0.3); cursor:pointer; padding:18px 20px 18px 0; position:relative; z-index:9;}
.accordion h3:first-child { border-top:none;}
.accordion .content { width:100%; float:left; padding:4px 20px 4px 0;}

.fees-wrapp .accordion { border:none;}
.fees-col1 .accordion h3 { border-radius:25px; padding:17px 28px 16px; background:linear-gradient(90deg, rgba(179,127,64,1) 0%, rgba(226,200,110,1) 100%) border-box;}
.fees-col1 .accordion .content { padding:8px 39px 24px;}
.fees-col1 .accordion h3:after { content:""; width:10px; height:9px; position:absolute; top:50%; transform:translateY(-50%); right:29px; background:url("../images/feeser-arrow1.svg") center / cover;}
.fees-col1 .accordion h3.active:after { width:8px; height:3px; background:url("../images/feeser-arrow2.svg") center / cover;}

.faq-wrapp .accordion { border:none; margin:0 0 40px;}
.faq-wrapp .accordion h3 { border-radius:25px; padding:18px 39px 17px; background:linear-gradient(90deg, rgba(179,127,64,1) 0%, rgba(226,200,110,1) 100%) border-box;}
.faq-wrapp .accordion .content { padding:45px 39px 24px;}
.faq-wrapp .accordion h3:after { content:""; width:14px; height:14px; position:absolute; top:50%; transform:translateY(-50%); right:39px; background:url("../images/faq-arrow2.svg") center / cover;}
.faq-wrapp .accordion h3.active:after { width:14px; height:14px; background:url("../images/faq-arrow1.svg") center / cover;}

.faq-wrapp2 .accordion h3 { margin:0 0 12px;}
.faq-wrapp2 .accordion .content { padding:22px 39px 6px;}
.faq-wrapp2 .accordion h3:after { content:""; width:10px; height:9px; position:absolute; top:50%; transform:translateY(-50%); right:28px; background:url("../images/feeser-arrow1.svg") center / cover;}
.faq-wrapp2 .accordion h3.active:after { width:8px; height:3px; background:url("../images/feeser-arrow2.svg") center / cover;}

.faq-wrapp2 .accordion h3 { padding:14px 25px 19px;}
.fees-wrapp .fees-col1 .accordion .content {padding: 8px 10px 0 32px;}
/*Smartphone css*/
@media screen and (max-width: 480px) {
.accordion { width:100%; margin:-4px 0 0;}
.accordion h3 { width:100%; padding:14px 5% 14px 5%;}
.accordion .content { width:100%; padding:2px 5% 14px 5%;}

.fees-col1 .accordion h3 { padding:17px 5% 16px;}
.fees-col1 .accordion h3:after { right:5%;}
.fees-col1 .accordion .content { padding:8px 5% 24px;}

.faq-wrapp .accordion h3 { padding:18px 10% 17px 5%;}
.faq-wrapp .accordion h3:after { right:5%;}
.faq-wrapp .accordion .content { padding:8px 5% 24px;}
.faq-wrapp .accordion .content { padding:45px 5% 24px;}

.faq-wrapp2 .accordion .content { padding:22px 5% 6px;}
}

@media screen and (min-width:481px) and (max-width:600px) {
.accordion { width:100%; margin:-4px 0 0;}
.accordion h3 { width:100%; padding:14px 5% 14px 5%;}
.accordion .content { width:100%; padding:2px 5% 14px 5%;}

.fees-col1 .accordion h3 { padding:17px 5% 16px;}
.fees-col1 .accordion h3:after { right:5%;}
.fees-col1 .accordion .content { padding:8px 5% 24px;}

.faq-wrapp .accordion h3 { padding:18px 10% 17px 5%;}
.faq-wrapp .accordion h3:after { right:5%;}
.faq-wrapp .accordion .content { padding:8px 5% 24px;}
.faq-wrapp .accordion .content { padding:45px 5% 24px;}

.faq-wrapp2 .accordion .content { padding:22px 5% 6px;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.accordion { width:100%; margin:-4px 0 0;}
.accordion h3 { width:100%; padding:14px 5% 14px 5%;}
.accordion .content { width:100%; padding:2px 5% 14px 5%;}

.fees-col1 .accordion h3 { padding:17px 5% 16px;}
.fees-col1 .accordion h3:after { right:5%;}
.fees-col1 .accordion .content { padding:8px 5% 24px;}

.faq-wrapp .accordion h3 { padding:18px 10% 17px 5%;}
.faq-wrapp .accordion h3:after { right:5%;}
.faq-wrapp .accordion .content { padding:8px 5% 24px;}
.faq-wrapp .accordion .content { padding:45px 5% 24px;}

.faq-wrapp2 .accordion .content { padding:22px 5% 6px;}
}

@media screen and (min-width:768px) and (max-width:900px) {
.accordion h3 { padding:12px 20px 12px 0;}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.accordion h3 { padding:15px 20px 15px 0;}
}

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

}