@media screen and (min-device-width: 200px) and (max-device-width: 480px) { 
    div#top_head_box h2 {
        font-size: 15px;
        color: white;
    }
    .col-12.text-center_logo img {
        height: 100px;
        width: 100%;
        padding: 10px 15px;
    }
    p.fs-2_recor-chart {
        color: white;
        width: 100%;
        font-size: 13px;
        text-shadow: 2px 2px 4px black;
        /* padding: 0px 0px 0px 0px; */
    }
    table th {
        text-align: center;
        font-size: 9px;
        color: white;
        background-color: #6d2e46;
    }
    ul#list_bot {
        display: flex;
        justify-content: center;
        padding: 0px 12px;
        flex-wrap: wrap;
    }
    .list_box li::before {
        content: '';
        position: absolute;
        top: 9px;
        right: 0;
        background-color: white;
        height: 10px;
        width: 1px;
    }
    ul#list_bot li a {
        font-size: 10px;
        text-decoration: none;
        color: white;
    }





    /* ------------------------------------------------------- Satta King Responsiveness-------------------------------------- */
    #satta_leak th {
        color: rgb(255, 255, 255);
        font-size: 8px;
        font-weight: 600;
        font-family: arial;
    }
    #satta_leak td {
        color: rgb(24, 24, 24);
        font-size: 8px;
        font-weight: 600;
        font-family: arial;
    }
    td#date_satta_leak {
        color: white;
    }


    /* ------------------------------------------------------------- Dsicalimer ---------------------------------------------------------- */
    h2.discalimer_b {
        font-size: 18px;
        font-weight: 600;
        padding-left: 15px;
        /* padding-top: 1px; */
        line-height: 17px;
    }
}






