@charset "utf-8";
/* CSS Document */

.accordion { width:100%; float:left;}
.accordion h4 { width:100%; float:left; border-bottom:1px solid rgba(140, 131, 113, 0.3); cursor:pointer; padding:22px 15px 22px 0; position:relative; z-index:9;}
.accordion .content { width:100%; float:left; padding:19px 0 18px;}

.accordion h4:after { width:7px; height:9px; content:""; position:absolute; top:50%; transform:translateY(-50%); right:0; background:url(../images/accordion-right-arrow.svg) no-repeat center / cover; transition:all 0.25s ease-out 0s;}
.accordion h4.active:after { width:9px; height:7px; background:url(../images/accordion-down-arrow.svg) no-repeat center / cover;}

.fees-col2 .accordion .content { padding:7px 0 34px;}

.faqs-wrapp .accordion { text-align:left; margin:5px 0 55px;}
.faqs-wrapp .accordion .content { padding:31px 0 28px}

/*Smartphone css*/
@media screen and (max-width: 480px) {
}

@media screen and (min-width:481px) and (max-width:600px) {
}

@media screen and (min-width:601px) and (max-width:767px) {
}

@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) {

}