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

.feeser-wrapp .accordion { width:100%; float:left; border-bottom:0px solid rgba(0,0,0,0.1);  margin:0 0 0;}
.feeser-wrapp .accordion h2 { width:100%; float:left; cursor:pointer; background:#00665e; border-radius:50px; padding:12px 23px 13px; position:relative;}
.feeser-wrapp .accordion h2:after { content:""; width:8px; height:8px; position:absolute; top:50%; transform:translateY(-50%); right:23px; background:url("../images/feeser-icon1.svg") center / cover;}
.feeser-wrapp .accordion h2.active:after { background:url("../images/feeser-icon2.svg") center / cover;}
.feeser-wrapp .accordion .content { width:100% !important; float:left; padding:10px 23px 20px !important;}

.faqs-wrapp .accordion { width:100%; float:left; border-bottom:0px solid rgba(0,0,0,0.1); margin:10px 0 30px;}
.faqs-wrapp .accordion h2 { width:100%; float:left; cursor:pointer; background:#00665e; border-radius:50px; padding:12px 45px 13px 23px; position:relative;}
.faqs-wrapp .accordion h2:after { content:""; width:8px; height:8px; 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:35px 23px 15px !important;}


.accordion { width:100%; float:left; border-bottom:1px solid rgba(0,0,0,0.1); margin:30px 0 0;}
.accordion h4 { width:100%; float:left; border-top:1px solid rgba(0,0,0,0.1); transition: all 0.25s ease-out 0s; cursor:pointer; margin:0 0 1px; padding:19px 0 19px; position:relative;}
.accordion h4:after { content:""; width:11px; height:7.5px; transform:translateY(-50%); background:url(../images/down-emerald-stone-black-plain-arrow.svg) no-repeat top center / 100%; margin:0 0 0; position:absolute; top:50%; right:0;}
.accordion h4.active:after { background:url(../images/down-emerald-stone-black-plain-arrow.svg) no-repeat bottom center / 100%;}
.accordion .content { width:100% !important; float:left; margin:0 0 0; padding:5px 0 5px !important;}

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

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

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

@media screen and (min-width:768px) and (max-width:900px) {
.accordion { width:100%; margin:24px 0 0;}
.accordion h4 { width:100%; margin:0 0 1px; padding:15px 0 15px;}
.accordion h4:after { width:9px;}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.accordion { width:100%; margin:27px 0 0;}
.accordion h4 { width:100%; margin:0 0 1px; padding:17px 0 17px;}
.accordion h4:after { width:10px;}
}

@media screen and (min-width:1025px) and (max-width:1240px) {
.accordion { width:100%; margin:27px 0 0;}
.accordion h4 { width:100%; margin:0 0 1px; padding:17px 0 17px;}
.accordion h4:after { width:10px;}
}