[data-bs-target="#bank"] {
    display: none;
}

.extra-services div:nth-of-type(2) {
    display: none !important;
}


.top-banner {
            width: 100%;
            background-color: #007a33;  
            color: #fff;
            text-align: center;
            padding: 10px 0;
            font-size: 16px;
            font-weight: bold;
            z-index: 9999;
            box-shadow: 0 2px 5px rgba(0,0,0,0.2);
            display: flex;
            justify-content: center;
        }