
@media screen and (max-width: 992px) {
.head-background{
 background-color: none;
}
}

.nav-pills .nav-link{
    color:#1763a2;
    background-color:#e6f5ff;
}

.nav-pills .nav-link.active{
    color:#fff;
    background-color:#1763a2;
    font-weight:600;
}

.card-footer{
    margin-bottom:-15px;
}
