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

.accordion { width:100%; float:left; border-bottom:1px solid #d9c98d; margin:1% 0 0;}
.accordion h4 { width:100%; float:left; border-top:1px solid #d9c98d; cursor:pointer; padding:17px 20px 13px 0; position:relative; z-index:9;}
.accordion h4:first-child { border-top:none;}
.accordion .content { width:100%; float:left; padding:6px 20px 10px 0;}

.faqs-wrapp .accordion { width:100%; float:left; border-bottom:1px solid #abd4e0; margin:0 0 30px;}
.faqs-wrapp .accordion h4 { width:100%; float:left; border-top:1px solid #abd4e0; cursor:pointer; padding:15px 20px 14px 0; position:relative; z-index:9;}
.faqs-wrapp .accordion .content { width:100%; float:left; padding:24px 0 5px 0;}
.faqs-wrapp .accordion h4.active { border-bottom:1px solid #abd4e0; border-top:none;}

.faq1-wrapp .accordion h4 { padding:20px 20px 23px 0;}
.faq1-wrapp .accordion .content { width:100%; float:left; padding:15px 20px 15px 0;}

.accordion1 { width:100%; float:left; margin:0 0;}
.accordion1 h3 { width:100%; float:left; background:#d9c98d; border-radius:999px; cursor:pointer; padding:18px 30px 18px; position:relative; z-index:9;}
.accordion1 h3:after { width:7px; height:3px; content:""; position:absolute; top:54%; transform:translateY(-50%); right:30px; background:url(../images/fees-down-arrow.svg) no-repeat center / cover;}
.accordion1 h3.active:after { width:3px; height:7px; background:url(../images/fees-right-arrow.svg) no-repeat center / cover;}
.accordion1 .content { width:100%; float:left; padding:10px 30px 27px;}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.accordion { width:100%; margin:0 0 0;}
.accordion h4 { width:100%; padding:14px 8% 12px 8%;}
.accordion .content { width:100%; padding:4px 5% 20px 5%;}

.faqs-wrapp .accordion h4 { padding:15px 32px 14px 0;}

}

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

.faqs-wrapp .accordion h4 { padding:15px 32px 14px 0;}
}

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

.faqs-wrapp .accordion h4 { padding:15px 32px 14px 0;}
}

@media screen and (min-width:768px) and (max-width:900px) {
.accordion h4 { padding:13px 20px 13px 0;}
.accordion .content { padding:2px 20px 6px 0;}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.accordion h4 { padding:13px 20px 13px 0;}
.accordion .content { padding:2px 20px 6px 0;}
}

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

}