#mntsinfotech-cookie-bar {
    display: none;
    direction: ltr;
    color: #ddd;
    min-height: 30px;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 99999;
    padding:6px 20px 4px;
    background-color: #464646;
    text-align:center;
    max-width: 100vw;
}

