 @media only screen and (max-device-width: 1400px) {
    .main-header .home-app-view-phone {
        width: 66%;
    }
    .single-product-category{
        width: 23%;
    }
    .setting-tabs-design .nav-pills .nav-link{
        width: 50%;
    }
 }

 @media only screen and (max-device-width: 991px) {
    .navbar-ui-wrapper {
        position: fixed;
        top: 0;
        left: -100%;
        width: 80%;
        height: 100vh;
        background-color: white;
        transition: transform 0.4s ease-in-out;
        z-index: 1000;
        overflow: auto;
        border-radius: 0px 22px 22px 0px;
        padding: 14px 6px 20px 20px;
    }
    .navbar-ui-wrapper.active {
        transform: translateX(100%);
    }
    .navbar-motersDesign .navbar-toggler {
        background: var(--primary-color);
        height: 38px;
        width: 38px;
        border: none;
        border-radius: 100%;
        color: var(--white-color);
        font-size: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .navbar-ui .close-toggle {
        background: var(--primary-color);
        height: 38px;
        width: 38px;
        border: none;
        border-radius: 100%;
        color: var(--white-color);
        font-size: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .navbar-motersDesign .navbar-ui li .nav-items {
        display: flex;
        padding: 8px 12px;
        border-radius: 6px;
        margin-bottom: 2px;
        justify-content: space-between;
    }
    .navbar-motersDesign .navbar-ui li .nav-items:hover,
    .navbar-motersDesign .navbar-ui li.active .nav-items {
        background: #F0FBFD;
    }
    .navbar-motersDesign .brand-logo {
        width: 125px;
    }
    .dropdown-nav-common .dropdown-menu {
        position: relative !important;
        top: 0 !important;
        transform: unset !important;
        margin-top: 12px !important;
    }
    .main-header .home-app-view-phone{
        position: unset;
        width: 100%;
    }
    .navbar-motersDesign .navbar-ui li.desktop-navhide{
        display: block;
    }
    .withdrow-income-main{
        margin-top: 14px;
    }
 }

 @media only screen and (max-device-width: 770px) {
    .footer-left-logo .footer-logo {
        width: 180px;
    }
    .single-product-category{
        width: 46%;
    }
    .notification-listmain.dropdown-menu{
        left: 0 !important;
        right: 0 !important;
    }
    .referral-income-box{
        background: url(../images/manufacture-bgbox.png) no-repeat 50%, var(--primary-color);
        background-size: contain;
    }
    .income-tables-list{
        overflow: auto;
    }
    .mobile-maxsize-table{
        width: max-content;
    }
    .sign-border-border-v .slider-nav,
    .sign-border-border-v .slider-for{
        width: 100%;
    }
    .slider-nav .product-small-items img {
        height: 112px;
        width: 112px;
    }
 }

 @media only screen and (max-device-width: 570px) {
    .navbar-motersDesign .brand-logo {
        width: 100px;
    }
    .header-search-products{
        width: 100%;
    }
    .topbar-offers-product .product-img{
        height: 124px;
    }
    .temeline-itms-layer .time-line-img{
        height: 280px;
    }
    .sevices-login-radio label{
        height: 80px;
        width: 80px;
    }
    .sevices-login-radio .login-icons{
        height: 40px;
        width: 40px;
    }
    .user-reviews-products{
        width: 77px;
        height: 70px;
        min-width: 77px;
        font-size: 16px;
        border-radius: 6px;
    }
    .slider-nav .product-small-items img {
        height: 80px;
        width: 100%;
        padding: 7px;
    }
    .slider-for .product-big-item img {
        height: 360px;
        width: 100%;
        padding: 14px;
    }
    .withdrow-income-box{
        width: 48%;
    }
    .main-pgofile-small .profile_pic{
        height: 110px;
    }
    .main-pgofile-ifgtyyu .profile_pic{
        height: 160px;
    }
    .vendor-profile-img{
        width: 110px;
    }
 }