/* Mobile: width < 740px */
@media only screen and (max-width: 46.1875em){
    .withdraw__form{
        width: 90%;
    }
    .form-group-bank{
        width: 100%;
    }
    .form__btn a button{
        font-size: 1.2rem;
    }
    .form-group label{
        font-size: 1.2rem;
    }
    .form-group input{
        font-size: 1.4rem;
        height: 100%;
    }
    .small{
        width: 100%;
    }
    .contact__container{
        width: 90%;
        margin: auto;
    }
    .contact__container h1{
        font-size: 1.4rem;
    }
    .contact__info p{
        font-size: 1.1rem;
    }
    .success__form{
        width: 90%;
        margin-bottom: 50px;
    }
    .success__form__inner i{
        font-size: 8rem;
    }
    
    .success__form__inner h2{
        font-size: 1.6rem;
    }
    .success__form__inner p{
        font-size: 1rem;
        line-height: 2.2rem;
        margin: 2rem 0 0rem 0;
    }
    .check__message{
        font-size: 1.1rem;
    }    
    .bank__info__tittle{
        line-height: 2rem;
    }
    .vertify__code{
        font-size: 1.2rem;
    }
    
    .cf_email{
        font-size: 0.8rem;
    }

    .number___swap{
        display: block;
    }
    .swap__icon{
        width: 20%;
        margin: auto;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .swap__icon i{
        rotate: 90deg;
    }
    .modal {
        display: none;
        position: fixed;
        z-index: 1;
        padding-top: 100px;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgb(0, 0, 0);
        background-color: rgba(0, 0, 0, .4);
    }
    
    .modal-content {
        background-color: #fefefe;
        margin: auto;
        padding: 20px;
        border: 1px solid #888;
        width: 80%;
    }
    
    .close {
        color: #aaaaaa;
        float: right;
        font-size: 28px;
        font-weight: bold;
    }
    
    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }
  
}


