.icon-bar {
    width: 100%;
    background-color: #0077ff;
    overflow: auto;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    display: none;

}
#accno{
    margin-top: auto !important;
}

.icon-bar a {
    text-decoration: none;
    float: left;
    width: 20%;
    text-align: center;
    padding: 5px 0;
    transition: all 0.3s ease;
    color: white;
    font-size: 30px;
}

.img-fluid{
    width: 50%;
}

.active2 {
    background-color: white;
    color:#0077ff !important;
}
.icon-bar a:hover {
    background-color: white;
    color: #0077ff;
}
#sp_br{
    display: block;
}

#welcome{
    display: block;
}

@media only screen and (max-width: 768px) {
    .icon-bar{
        display: block;
    }
  .icon-bar a {
    font-size: 20px;
    }
    #accno{
    margin-top: 20% !important;
    }
    #sp_br{
        display: none;
    }

    #welcome{
        display: none;
    }
}

