.onlinebanking {
    background: rgba(2, 1, 103, 1);
}

.onlinebanking .list-group-item {
    border: 1px solid #C09366;
    padding: .55em;
    margin-top: .5em;
    margin-bottom: .2em;
}
.onlinebanking .user-agreement {
    opacity: 0.75;
}
.onlinebanking .user-agreement:hover {
    opacity: 0.5;
}
.onlinebanking .list-group-item:hover {
    filter: brightness(1.25);
}


/* Dropdown list  */
.dropdown {
    position: relative;
}
  
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    /* min-width: 450px; */
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
  
.dropdown-content ul {
    /* list-style-type: none; */
}

.dropdown:hover .dropdown-content {
    display: block; 
}
  
/* Bank by phone  */
.bbp-btn {
    width: 100%;
    color: #fff;
    display: block;
    /* padding: 13.5px; */
    /* padding: .25em; */
    font-weight: bold;
    font-size: 14px;
    border-radius: 3px;
    margin: 4px 0;
    background: rgba(0, 0, 0, 0.43);
    border-bottom: 4px solid rgba(200,161,122,1) !important;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.bbp-btn:hover {
    color: rgba(200,161,122,1) !important;
}

.bbp-special {
    font-size: .75em !important;
    transition: font-size 0.2s ease-in-out;
    -webkit-transition: font-size 0.2s ease-in-out;
    -moz-transition: font-size 0.2s ease-in-out;
    -ms-transition: font-size 0.2s ease-in-out;
    -o-transition: font-size 0.2s ease-in-out;

    background: rgba(255,255,255,0.2) !important;
}

/* .bbp-special:hover {
    font-size:24px !important;
} */