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

.accordion { width:100%; float:left; margin:0 0 0;}
.accordion h2 { width:100%; float:left; cursor:pointer; background:#27407a; border-radius:0; padding:15px 29px 16px; position:relative;}
.accordion h2:after { content:""; width:6px; height:6px; 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% !important; float:left; padding:20px 23px 20px !important;}

.faqs-wrapp .accordion { width:100%; float:left; margin:10px 0 30px;}
.faqs-wrapp .accordion h2 { width:100%; float:left; cursor:pointer; background:#27407a; border-radius:0; padding:15px 40px 16px 20px; position:relative;}
.faqs-wrapp .accordion h2:after { content:""; width:6px; height:6px; 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% !important; float:left; padding:20px 23px 15px !important;}

.feeser1-wrapp .accordion { width:100%; float:left; margin:0 0 0;}
.feeser1-wrapp .accordion h2 { width:100%; float:left; cursor:pointer; background:#27407a; border-top:1px solid rgb(255,255,255,0.5); padding:24px 25px 24px 0; position:relative;}
.feeser1-wrapp .accordion h2:after { content:""; width:6px; height:6px; position:absolute; top:50%; transform:translateY(-50%); right:23px; background:url(../images/feeser-icon1.svg) center / cover;}
.feeser1-wrapp .accordion h2.active:after { background:url(../images/feeser-icon2.svg) center / cover;}
.feeser1-wrapp .accordion .content { width:100% !important; float:left; padding:0 0 24px !important;}

/*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% !important; float:left; padding:10px 5% 20px 5% !important;}
.faqs-wrapp .accordion .content { width:100% !important; float:left; padding:20px 5% 15px !important;}
.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% !important; float:left; padding:10px 5% 20px 5% !important;}
.faqs-wrapp .accordion .content { width:100% !important; float:left; padding:20px 5% 15px !important;}
.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% !important; float:left; padding:10px 5% 20px 5% !important;}
.faqs-wrapp .accordion .content { width:100% !important; float:left; padding:20px 5% 15px !important;}
.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) {

}