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


.accordion div {transition: none !important;}    
.accordion { width:100%; float:left; margin:0 0 0;}
.accordion h2 { width:100%; float:left; cursor:pointer; background:#25232b; border-radius:9px; padding:15px 29px 16px; position:relative;}
.accordion h2:after { content:""; width:24px; height:24px; position:absolute; top:50%; transform:translateY(-50%); right:23px; background:url(../images/feeser-icon1.svg) center / cover;}
.accordion h2.active:after { background:url(../images/feeser-icon2.svg) center / cover;}
.accordion .content { width:100%; float:left; padding:40px 23px 20px;}

.faqs-wrapp .accordion { width:100%; float:left; margin:10px 0 30px;}
.faqs-wrapp .accordion h2 { width:100%; float:left; cursor:pointer; background:#9e884d; border-radius:9px; padding:15px 40px 16px 20px; position:relative;}
.faqs-wrapp .accordion h2:after { content:""; width:26px; height:26px; position:absolute; top:50%; transform:translateY(-50%); right:23px; background:url(../images/feeser-icon1.svg) center / cover;}
.faqs-wrapp .accordion h2.active:after { background:url(../images/feeser-icon2.svg) center / cover;}
.faqs-wrapp .accordion .content { width:100%; float:left; padding:12px 23px 15px;}

.feeser-wrapp .accordion { width:100%; float:left; margin:15px 0 0;}
.feeser-wrapp .accordion h5 { width:100%; float:left; border-bottom:1px solid rgba(255,255,255,0.1); transition: all 0.25s ease-out 0s; cursor:pointer; margin:0 0 1px; padding:20px 0 20px; position:relative;}
.feeser-wrapp .accordion h5:after { content:""; width:22px; height:22px; transform:translateY(-50%); background:url("../images/accord-gold-down.svg") no-repeat top center / 100%; margin:0 0 0; position:absolute; top:50%; right:0;}
.feeser-wrapp .accordion h5.active:after { background:url("../images/accord-gold-down.svg") no-repeat bottom center / 100%;}
.feeser-wrapp .accordion .content { width:100%; float:left; margin:0 0 0; padding: 15px 0 5px;}
.feeser-box2 .accordion h5 { border-bottom:1px solid rgba(0,0,0,0.1);}

.feeser-wrapp .accordion1 { width:100%; float:left; margin:15px 0 0;}
.feeser-wrapp .accordion1 h5 { width:100%; float:left; border-bottom:1px solid rgba(255,255,255,0.1); transition: all 0.25s ease-out 0s; cursor:pointer; margin:0 0 1px; padding:20px 0 20px; position:relative;}
.feeser-wrapp .accordion1 h5:after { content:""; width:22px; height:22px; transform:translateY(-50%); background:url("../images/accord-gold-down.svg") no-repeat top center / 100%; margin:0 0 0; position:absolute; top:50%; right:0;}
.feeser-wrapp .accordion1 h5.active:after { background:url("../images/accord-gold-down.svg") no-repeat bottom center / 100%;}
.feeser-wrapp .accordion1 .content { width:100%; float:left; margin:0 0 0; padding:15px 0 5px;}
.feeser-box2 .accordion1 h5 { border-bottom:1px solid rgba(0,0,0,0.1);}

.feeser-wrapp .accordion h5 strong {font-weight: bold;}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.accordion { width:100%; margin:20px 0 0;}
.accordion h2 { background-position:95% center; padding:12px 15% 13px 5%;}
.accordion h2.active { background-position:95% center;}
.accordion h2:after { right:10px;}
.accordion .content { width:100%; float:left; padding:10px 5% 20px 5%;}
.faqs-wrapp .accordion .content { width:100%; float:left; padding:35px 5% 15px;}
.faqs-wrapp .accordion h2:after { right:10px;}
}

@media screen and (min-width:481px) and (max-width:600px) {
.accordion { width:100%; margin:20px 0 0;}
.accordion h2 { background-position:95% center; padding:12px 15% 13px 5%;}
.accordion h2.active { background-position:95% center;}
.accordion h2:after { right:10px;}
.accordion .content { width:100%; float:left; padding:10px 5% 20px 5%;}
.faqs-wrapp .accordion .content { width:100%; float:left; padding:35px 5% 15px;}
.faqs-wrapp .accordion h2:after { right:10px;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.accordion { width:100%; margin:20px 0 0;}
.accordion h2 { background-position:95% center; padding:12px 15% 13px 5%;}
.accordion h2.active { background-position:95% center;}
.accordion h2:after { right:10px;}
.accordion .content { width:100%; float:left; padding:10px 5% 20px 5%;}
.faqs-wrapp .accordion .content { width:100%; float:left; padding:35px 5% 15px;}
.faqs-wrapp .accordion h2:after { right:10px;}
}

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

}