@media (max-width: 999px) {
   
   
    ul.navbar-nav.mbView{
     display: none;
    }
     .serchIcon{
      display: none;
     }
     .mbNav{
         display: block !important;
 
     }
     div#navbarNav {
         justify-content: space-between;
         padding: 20px;
     }
     .mainCard{
        width: auto;
     }
     .Mainproduct-card{
     height: 255px;
     }
 }
 
 
 /* for tab above display  */
 
 @media(min-width:1024px){
     .section-stack{
         display: none;
     }
 }
 
 
 @media (max-width: 1024px) {
     .multi-column {
         flex-wrap: nowrap; /* Ek line me rahega */
         overflow-x: auto; /* Horizontal scroll enable */
         scroll-snap-type: x mandatory;
         -webkit-overflow-scrolling: touch; /* Mobile scrolling ke liye */
         padding-bottom: 10px; /* Scroll indicator ke liye jagah */
     }
 
     .multi-column__item {
         scroll-snap-align: center;
     }
 }
 /* Responsive Styling */
 @media (max-width: 768px) {
     .footer .col-md-3 {
         text-align: center;
         margin-bottom: 20px;
     }
     .social-icons {
         justify-content: center;
     }
     .container.d-flex.justify-content-center.align-items-center{
         height: 800px;
     }
 }
 
 @media(max-width:600px){
     .product-card{
         width: 160px !important;
     }
     .Mainproduct-card{
        height: 191px;
     }
     .Mainproduct-card .product-actions {
        position: absolute;
        bottom: 10px;
        left: 0%;
        transform: translateX(3%);
        opacity: 0;
        width: 95%;
        transition: opacity 0.3sease;
    }
    .product-actionsIcon{
        left: 38% !important;
    }
 }
 
 @media(min-width:1024px){
     .card{
         margin-top: 60px !important;
         max-width: 530px !important;
     }
 }  