        .viewmore-btn {
            position: absolute;
            bottom: 0;
            padding: 10px;
            width: 100%;
            text-align: center;
            background-color: #fff;
        }

        #slow-internet-connection {
            display: none;
            position: fixed;
            bottom: 10px;
            background-color: #C53030;
            min-width: 230px;
            left: 50%;
            color: white;
            font-size: 18px;
            transform: translateX(-50%);
            padding: 10px 30px;
            border-radius: 5px;
            z-index: 9999999;
        }
        #slow-internet-connection .icon-span {
            position: absolute;
            left: 9px;
            top: 12px;
        }
        #slow-internet-connection .icon-svg {
            width: 15px;
        }
        #slow-internet-connection .close-span {
            position: absolute;
            right: 6px;
            top: 0;
            cursor: pointer;
        }
        #slow-internet-connection .close-svg {
            width: 10px;
        }
