
@media (max-width:1400px){
    .member-wallet{
        display: block !important;
    }
    h1, .h1 {
        font-size: 28px !important;
    }
    .member-img .img-back {
        position: relative;
        left: -47px;
        height: 50px;
        top: 18px;
        width: 50px;
        bottom: 0px;
    }
    .member-wallet .member-edit{
      bottom: 12px !important;
      left: -13px !important;
    }
    .d-sm-grid-center{
       display: grid !important;
       justify-content:center !important;
   }
}
@media (max-width:1200px){
    .add-coin{
        display: block !important;
    }
    h3, .h3 {
        font-size: 15px;
    }
}
@media (min-width:1400px) and (max-width:1840px){
    /* .member-wallet .member-edit{
        left: 28px !important;
        bottom: 44px !important;
    } */
    .user-edit{
        left: 55px;
        right: 0px;  
        font-size: 15px;
        position: relative;
        color: #7AC231;
        bottom: 45px;
      }
}
@media (min-width:992px) and (max-width:1280px){
    .bank-trans{
        display: block !important;
    }
    
}
@media (max-width:1024px){
    .Login-form{
        width: 80%;
        margin-top: 20px;
    }
    .plan-logo img{
        margin-top: 50px;
    }
}
@media (max-width:991px){
    .text-small-center{
        text-align: center !important;
    }
    .navbar .navbar-brand-wrapper {
        width: 100px !important;
        height:55px !important;
    }
    .navbar .navbar-brand-wrapper .navbar-brand img{
        padding: 0px !important;
    }
    .search
    .row-rev{
        flex-direction: column-reverse;
    }
    .Login-form{
        margin-top: 0px;
        width: 100%;
        margin-bottom: 50px;
    }      
    .main-bg {
        background-position:top center;
        background-size: auto;
   }
   .d-grid{
    display: grid !important;
    justify-content:center !important ;
   }
   .text-re-center{
    text-align: center !important;
   }
}
@media (max-width:768px){
    .d-sm-grid{
    display: grid !important;
   }
   
.member-news img{
    height:auto !important;
    width: 100% !important;
}
}