@media screen and (max-width: 768px) {
    div.aside, .mainContent, .left_mReg, .right_mReg {
      width: 100% !important;
    }
    .content-wrapper, .right-side, .main-footer{
        margin-left: 0 !important;
    }
    .container-fluid{
        padding: 0 !important;
    }
    .box-review-acount{
        overflow: scroll;
    }
    #logo h1{
        font-size:25px !important;
    }
    .main-header .sidebar-toggle{
        padding-top: 0 !important ;
    }
    .box-review-acount table{
        max-width: max-content;
        width: max-content;
    }
  }