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

.accordion { width:100%; float:left;}
.accordion h3 { width:100%; float:left; border-bottom:1px solid rgba(255,232,207,0.4); cursor:pointer; padding:12px 0 12px 0; position:relative; z-index:9;}
.accordion h3:after { width:16px; height:16px; content:""; position:absolute; top:54%; transform:translateY(-50%); right:0; background:url(../images/right-white-circle-arrow.svg) no-repeat center / cover;}
.accordion h3.active { border:none;}
.accordion h3.active:after { background:url(../images/down-white-circle-arrow.svg) no-repeat center / cover;}
.accordion .content { width:100%; float:left; border-bottom:1px solid rgba(255,232,207,0.4); padding:4px 0 35px;}

.faqs-wrapp .accordion h3 { border-bottom:1px solid #d9d9d9;padding-right: 22px;}
.faqs-wrapp .accordion h3:after { background:url(../images/right-black-circle-arrow.svg) no-repeat center / cover;}
.faqs-wrapp .accordion h3.active:after { background:url(../images/down-black-circle-arrow.svg) no-repeat center / cover;}
.faqs-wrapp .accordion .content { border-bottom:1px solid #d9d9d9; padding:20px 0 30px;}

.fees-col1 .accordion h3 { border-bottom:1px solid rgba(29,29,27,0.4); padding:14px 0 14px 0;}
.fees-col1 .accordion h3:after { background:url(../images/right-black-circle-arrow.svg) no-repeat center / cover;}
.fees-col1 .accordion h3.active:after { background:url(../images/down-black-circle-arrow.svg) no-repeat center / cover;}
.fees-col1 .accordion .content { border-bottom:1px solid rgba(29,29,27,0.4); padding:24px 0 34px;}

.treatin7-wrapp .accordion h3 {padding-right: 26px;}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.accordion h3 { padding:14px 8% 14px 0;}
.fees-col1 .accordion h3 {padding: 14px 23px 14px 0;}
}

@media screen and (min-width:481px) and (max-width:600px) {
.accordion h3 { padding:14px 8% 14px 0;}
.fees-col1 .accordion h3 {padding: 14px 23px 14px 0;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.accordion h3 { padding:14px 8% 14px 0;}
}

@media screen and (min-width:768px) and (max-width:900px) {
    .fees-col1 .accordion h3 {padding: 14px 23px 14px 0;}

}

@media screen and (min-width:901px) and (max-width:1024px) {

}

@media screen and (min-width:1025px) and (max-width:1240px) {

}