/* Mobile Layout: 750px. */
 @media only screen and (max-width: 991px) {
     .user-account-area{
         margin-top:20px;
    }
     .user-tabs{
         margin-bottom: 20px;
    }
     .user-table-body{
         margin-bottom: 20px;
    }
     .dashboad-main-area {
         padding-bottom: 150px;
    }
}
/* Mobile Layout: 450px. */
 @media only screen and (max-width: 767px) {
     .logo-area {
         text-align: center;
         margin-bottom: 15px;
    }
     .user-account-area {
         text-align:center;
    }
     .single-itam {
         width: 48%;
    }
     .user-info{
         text-align:center;
    }
     .dashboad-left-area{
         display:none;
    }
     .menu-button{
         display:block;
    }
}

.sin-back-3:before {
     content: "LAL";
     font-size: 111px;
     position: absolute;
     top: -26px;
     right: 13px;
     color: rgba(255, 233, 233, 0.4);
     font-weight: 800;
     z-index: 0;
}

.sin-back-3 h3, .sin-back-3 h2 {
     z-index: 2;
     position: relative;
}