
.fees{
    padding-top: 3rem;
    padding-bottom: 3rem;
    background: #f7f7f7;
    font-family: 'Roboto', sans-serif;
}


.fees .container{
    max-width: 1300px;
    width: 100%;
}

.secTitle{
    padding-top: 3rem;
}

.fees h2 {
    font-size: 32px;
    color: #000;
    font-weight: 600 !important;
    font-family: 'Roboto', sans-serif;
    padding-bottom: 5px;
    padding-left: 22px;
    margin-bottom: 0;
}
.fees h6 {
    font-size: 20px;
    font-weight: 300 !important;
    padding-left: 22px;
    text-align: justify;
    padding: 20px;
    margin: 0;
}


.feesList {
    border: 1px solid #f1f1f1;
    background: #fff;
    padding: 5px 25px 30px 25px;
    margin: 1rem 15px 1rem 15px;
    border-radius: 5px;
    box-shadow: 1px 1px 10px #00000014;
}

.feesList ul li {
    display: flex;
    list-style: none;
    font-size: 15px;
    border-bottom: 1px dashed #d2d2d2;
    padding: 10px 0px;
    margin-bottom: 5px;
    color: #424242;
}

.feesList ul li .price {
width: 32%;
float: right;
text-align: right;
font-size: 14px;
position: relative;
padding-left: 15px;
font-weight: normal !important;
margin-left: 5px;
color: #000;
}


.feesList ul li .txt {
float: left;
width: 70%;
padding-right: 15px;
}


.feesList ul li .txt i {
margin-right: 16px;
display: block;
float: left;
height: 100%;
font-size: 16px;
position: relative;
color: #868686;
} 

.feesList .fa-square{
    font-size: 12px !important;
    position: relative !important;
}

header {
    float: left;
    width: 100%;
    background: #fff none repeat scroll 0 0;
    box-shadow: none;
    z-index: 7;
    padding-bottom: 0;
}
.feesList ul{
    padding-left: 0;
}

.top span2 {
    float: right !important;
}