 @media only screen and (max-device-width: 1400px) {
    .before-primarybox{
        width: 25%;
    }
 }

 @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 {
        padding: 8px 12px;
        border-radius: 6px;
        margin-bottom: 2px;
        justify-content: space-between;
        color: var(--black-color);
    }
    .navbar-motersDesign .navbar-ui li .nav-items:hover,
    .navbar-motersDesign .navbar-ui li.active .nav-items {
        background: #ea002a0d;
    }
    .navbar-motersDesign .brand-logo {
        width: 125px;
    }
    .navbar-motersDesign .navbar-ui li.desktop-navhide{
        display: block;
    }
    .main-header-vendor-hiro::before{
        display: none;
    }
   .navbar-ui .btn-common-btn{
      justify-content: center;
      margin: 6px 0px;
	}
 }

 @media only screen and (max-device-width: 770px) {
    .header-banner-img{
        height: 420px;
    }
    .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) {
    .our-feature-list li{
        width: 100%;
    }
    .plan-benefits-list{
        left: 0;
    }
 }
 
 
 /* emergency post section Mujib Php */
 @media only screen and (max-device-width: 991px) {
    .donation-list {
        max-height: 100%;
    }
}