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

.accordion { width:100%; float:left; margin:0 0 26px;}
.accordion h2 { padding:11px 24px 12px; margin:0 0 16px; background-color:#c9b391; transition: all 0.25s ease-out 0s; position:relative; cursor:pointer; border-radius: 5px; border:1px solid #c9b391;}
.accordion h2:after { content:""; width:6px; height:6px; position:absolute; top:50%; transform:translateY(-50%); right:26px; background:url(../images/feeser-icon1.svg) no-repeat center / cover;}
.accordion h2.active:after { background:url(../images/feeser-icon2.svg) no-repeat center / cover;}
.accordion .content { width:100% !important; float:left; padding:5px 0 5px !important;}

.faqs-wrapp .accordion h2 { padding:11px 24px 12px; margin:0 0 16px; background-color:#c9b391; transition: all 0.25s ease-out 0s; position:relative; cursor:pointer; border-radius: 5px; border:1px solid #c9b391;}
.faqs-wrapp .accordion h2:after { content:""; width:6px; height:6px; position:absolute; top:50%; transform:translateY(-50%); right:26px; background:url(../images/feeser-icon1.svg) no-repeat center / cover;}
.faqs-wrapp .accordion h2.active:after { background:url(../images/feeser-icon2.svg) no-repeat center / cover;}
.faqs-wrapp .accordion .content { width:100% !important; float:left; padding:5px 0 5px !important;}


/*Smartphone css*/
@media screen and (max-width: 480px) {
.accordion h2 { background-position:97% center; padding:13px 5% 13px;}
.accordion h2.active { background-position:97% center;}
.accordion .content { padding:6px 0 3px !important;}

.feeser-wrapp .accordion { width:100%;}
.feeser-wrapp .accordion h2 { background-position:97% center; padding:13px 5% 13px;}
.feeser-wrapp .accordion h2.active { background-position:97% center;}

.faqs-wrapp .accordion h2 { padding: 18px 60px 18px 25px;}
}

@media screen and (min-width:481px) and (max-width:600px) {
.accordion h2 { background-position:97% center; padding:13px 5% 13px;}
.accordion h2.active { background-position:97% center;}
.accordion .content { padding:6px 0 3px !important;}

.feeser-wrapp .accordion { width:100%;}
.feeser-wrapp .accordion h2 { background-position:97% center; padding:13px 5% 13px;}
.feeser-wrapp .accordion h2.active { background-position:97% center;}

.faqs-wrapp .accordion h2 { padding:18px 55px 18px 30px;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.accordion h2 { background-position:97% center; padding:13px 5% 13px;}
.accordion h2.active { background-position:97% center;}
.accordion .content { padding:6px 0 3px !important;}
	
.feeser-wrapp .accordion { width:100%;}
.feeser-wrapp .accordion h2 { background-position:97% center; padding:13px 5% 13px;}
.feeser-wrapp .accordion h2.active { background-position:97% center;}
	
.faqs-wrapp .accordion h2 { padding:18px 50px 18px 30px;}
}

@media screen and (min-width:768px) and (max-width:900px) {
.feeser-wrapp .accordion { width:100%;}
.faqs-wrapp .accordion h2 { padding:18px 45px 18px 30px;}
	
}

@media screen and (min-width:901px) and (max-width:1024px) {
.feeser-wrapp .accordion { width:100%;}
.faqs-wrapp .accordion h2 { padding:18px 40px 18px 30px;}
}

@media screen and (min-width:1025px) and (max-width:1240px) {
.feeser-wrapp .accordion { width:100%;}
.faqs-wrapp .accordion h2 { padding:18px 25px 18px 30px;}
}