 @media screen and (max-width: 1024px){
    .ac_details .ac_content {
        width: 49%;
    }
}
@media screen and (max-width: 850px){
    .wallet_box {
        width: 100%;
    }
    .games ul li {
        width: 100%;
    }
    .main-pg-wrap .content ul li {
        width: calc(100% - 39px);
        float: right;
        position: relative;
        margin-right: 0;
        min-height: 93px;
        padding: 10px 8px 10px 40px !important;
    }
    form#withdraw_request, form#balance_request {
        padding: 20px 20px;
    }
}
@media screen and (max-width: 504px){
    form#withdraw_request, form#balance_request {
        padding: 20px 20px;
    }
    .action_buttons {
        width: 100%;

    }
    .input_field.payment-option label, form#balance_request .input_field label {
    /* display: inline-block; */
        width: 100%;
        margin-bottom: 0px;
    }
       .game_types .game_type {
        width: 40%;
    }
    .ac_details .ac_content {
        width: 100%;
    }
    .filter_wrap .filter {
        flex: auto;
        width: 100%;
        text-align: center;
        float: left;
    }
    .filter_wrap .input_box {
        margin: 0;
    }
    .not_found_wrap img {
        width: 260px;
    }
    .not_found_txt h1 {
        font-size: 20px;
    }
    .box {
        max-width: 400px;
    }
    .content_box {
        padding-top: 10px;
        margin-top: 0;
    }
    .section.app_page.addbet .content_box {
        margin-top: 15px;
    }
    .qr_wrap .qr_code {
        width: 100%;
    }
    form#update_profile {
        padding: 0;
    }
    .refecr_code_box .refecr_code {
        width: 100%;
    }
    .share_btn .btn {
        width: 70%;
    }
    .refecr_box_heading {
        font-size: 24px;
    }
}
@media screen and (max-width: 344px){
    .box {
        max-width: 300px;
        padding: 0 15px;
    }
    .update_profile .content_box .form_wrap {
        padding: 0;
    }
    .refecr_code_box .refecr_code_box_heading h3 {
        font-size: 20px;
    }
    .refecr_code_box .refecr_code_box_heading p {
        font-size: 15px;
    }
     .share_btn .btn {
        width: 100%;
    }
}