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

.accordion { width:100%; float:left;}
.accordion h3 { width:100%; float:left; cursor:pointer; padding:17px 36px 18px; position:relative; z-index:9; background:#c4cbbc; border-radius:46px;}
.accordion h3:after { width:16px; height:16px; content:""; position:absolute; top:50%; transform:translateY(-50%); right:36px; background:url(../images/fees-arrow2.svg) no-repeat top center / 100%;}
.accordion h3.active:after { background:url(../images/fees-arrow1.svg) no-repeat top center / 100%;}
.accordion .content { width:100%; float:left; padding:26px 36px 16px;}

.fees-col1 .accordion .content { padding:13px 36px 23px;}

.faq-wrapp .accordion { margin:0 0 45px;}


.treat-wrapp.new-layout .treatmentpage.accordion h3:after{right: 29px;}

.treat-wrapp.new-layout .content a:after{width:16px;height:16px;content:"";position:absolute;top:50%;transform:translateY(-50%);background:url(../images/fees-arrow1.svg) no-repeat top center / 100%;right:0}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.accordion h3 { padding:17px 12% 18px 5%;}
.accordion h3:after { right:5%;}
.accordion .content { width:100%; float:left; padding:26px 5% 16px;}

.fees-col1 .accordion .content { padding:13px 5% 23px;}
}

@media screen and (min-width:481px) and (max-width:600px) {
.accordion h3 { padding:17px 12% 18px 5%;}
.accordion h3:after { right:5%;}
.accordion .content { width:100%; float:left; padding:26px 5% 16px;}

.fees-col1 .accordion .content { padding:13px 5% 23px;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.accordion h3 { padding:17px 12% 18px 5%;}
.accordion h3:after { right:5%;}
.accordion .content { width:100%; float:left; padding:26px 5% 16px;}

.fees-col1 .accordion .content { padding:13px 5% 23px;}
}

@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) {

}