/* NIOS page styles */
.nios-hero { 
    background: #fbefd8
}

.nios-hero-1 { 
    background: lightseagreen;
    padding: 2rem 0;
}

.nios-hero-1 .lead { 
    color: #000;
}

.nios-hero .row p{
    color: #000;
    margin-bottom: 1rem;

}

.nios-hero h1 { 
    font-size: 2.2rem; 
    margin-bottom: 0.5rem; 
}

.nios-hero .lead { 
    color: #333;
}


.feature-list { 
    list-style: none; 
    padding-left: 0; 
}

.feature-list li { 
    padding: 0.35rem 0; 
    position: relative; 
    padding-left: 28px; 
}

.feature-list li:before { 
    content: '\f00c'; 
    font-family: 'Font Awesome 5 Free'; 
    font-weight: 900; 
    position: absolute; 
    left: 0; top: 0; 
    color: #0d6efd; 
}

.service-list { 
    list-style: none; 
    padding-left: 0; 
}

.service-list li {
    padding: 0.4rem 0;
}

.fee-table thead th { 
    background: #f1f5ff; 
}

.breadcrumb-section { 
    background: #fff; 
    border-bottom: 1px solid rgba(0,0,0,0.05); 
}

@media (max-width: 767px) {
    .nios-hero h1 { font-size: 1.6rem; }
}
