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

.accordion { width:100%; float:left; margin:0 auto 0; margin-bottom: 17px;}
.accordion h2 
{   width: 100%;
    float: left;
    cursor: pointer;
    background: #5d7da3 url(../images/feeser-icon2.png) no-repeat 97% center;
    margin: 0 0 7px 0;
    padding: 8px 18px;
    border-radius: 6px;
    color: #fff;
    font-size: 18px; 
    text-align: left;    
	}
.accordion h2.active 
{ background:#5d7da3 url(../images/feeser-icon1.png) no-repeat 97% center; }
.accordion .content
 { width:100%; float:left; 
 	padding:0 0 0; 	 
 }
.feeser-row3
{
	width: 100%;
    padding: 5px 20px 25px;
    float: left;
}
.feeser-bar1
{
	width: 80%;
    float: left;
    font-family: 'Nunito', sans-serif;
    text-align: left;
    margin-bottom: 10px
}
.feeser-bar3
{
	width: 20%;
    float: left;
    text-align: right;
    font-family: 'Nunito', sans-serif;
    margin-bottom: 10px
}


/*Smartphone css*/
@media screen and (max-width: 480px) {
.accordion h2 { background-position:95% center; padding:8px 5% 8px;}
.accordion h2.active { background-position:95% center;}
.accordion .content { padding:6px 0 3px;}
}

@media screen and (min-width:481px) and (max-width:600px) {
.accordion h2 { background-position:95% center; padding:8px 5% 8px;}
.accordion h2.active { background-position:95% center;}
.accordion .content { padding:6px 0 3px;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.accordion h2 { background-position:95% center; padding:8px 5% 8px;}
.accordion h2.active { background-position:95% center;}
.accordion .content { padding:6px 0 3px;}
}

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

}