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

.accordion { width:100%; float:left; margin:0 0 35px;}

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

.faqs-wrapp .accordion h2 { padding:16px 24px 15px; margin:0 0 16px; background-color:#575757; transition: all 0.25s ease-out 0s; position:relative; cursor:pointer; border-radius: 34px; border:1px solid #575757;}
.faqs-wrapp .accordion h2:after { content:""; width:8px; height:8px; 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%; float:left; padding:5px 0 5px;}

.treatin-wrapp .faqs-col1 h2:after {content:""; width:8px; height:8px; position:absolute; top:50%; transform:translateY(-50%); right:26px; left: inherit; background:url("../images/feeser-icon1.svg") no-repeat center / cover;}
.treatin-wrapp .faqs-col1 h2.active:after {background:url("../images/feeser-icon2.svg") no-repeat center / cover;}

/*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;}

.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;}	

.feeser-wrapp .accordion h2 {margin: 0 0 6px;}
	
}

@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;}

.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:601px) and (max-width:767px) {
.accordion h2 { background-position:97% center; padding:13px 5% 13px;}
.accordion h2.active { background-position:97% center;}

.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: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) {

}