.section {
    margin-top: 30px;
}
.feature1 .card-content,
.feature .card-content {
    background: #f4f8fa;
    border-radius: 5px;
}
#term:hover {
    cursor: pointer;
}
.nav-link {
    color: #8d97ad;
  
}
.nav-link:hover {
    color: #004786;
}
.header {
    position: fixed;
    z-index: 9999;
    width:100%;
    top:0;
}
.fixed-body {
    margin-top: 150px;
}
.disabled-block .container{
    opacity: 0.4;
}