@media screen and (min-width:320px) and (max-width:479px) {
    .head_title {
        font-size: 15px;
        margin-left: 50px;
    }
    .logo_img {
        top: 52px;
        left: 35px !important;
    }
    .logomy {
        height: 50px;
        width: 50px;
    }
    .head_title span{
        font-size: 30px!important;
    }
    .block_two_content{
        line-height: 20px;
    }
    .block_four{
        font-size: 20px;
    }
    .mumbai_sub_box{
        font-size: 12px;
    }
    .live_update{
        font-size: 20px;
        margin-top: 6px;
        border: 1px solid #ffffff;
    }
    .tricks {
        font-size: 17px;
    }
    .kly {
        font-size: 15px;

    }
    .number_box {
        font-size: 20px;
    }
    .login_fields{
        margin-bottom: 10px;
    }
    .matka-panel-chart {
        width: 100%;
        display: inline-block;
        overflow-y: auto;
    }
    .table_new {
        margin-top: 20px;
        table-layout: fixed;
        width: 100%;
        min-width: 1000px;
    }
}
@media screen and (min-width:320px) and (max-width:360px) {}
@media screen and (min-width:480px) and (max-width:767px) {
    .block_two_content{
        line-height: 20px;
    }
}
@media screen and (min-width:320px) and (max-width:767px) {}
@media screen and (min-width:768px) and (max-width:1023px){
    .block_two_content{
        line-height: 22px;
    }
}

