@media (max-width:600px) {

/* Hero section */

  
    .desktop{
        display: none;
    }

    .padding-mob{
        padding:0 5%  !important ;
    }

    .mob-margin{
      margin-top: 60px !important;
    }

    .carousel-text p{
        display: none !important;
    } 
    .carousel-text h2{
        font-size: 13px;
        line-height:20px;
        color:  #000000;;
        font-weight: 600;
    }

    .margin-top{
        margin-top: 6% !important;
    }

    .button{
        background-color: #FF7B00;
        padding: 2px 5px;
        font-size: 6px !important;
        letter-spacing: .5px;
        line-height: 15px;
        font-weight: 500;
        text-transform: uppercase;
        border-radius: 5px;
        border: none;
        color: #fff;
        transition: all 0.3s;
    }
  
    /* category section start */
    .h4font h4{
        font-size: 16px;
        margin-bottom: 15px;
    }
    .h4font{
        margin-top: 25px;
        
    }
    .category p{
        text-align: center;
        font-size: 12px;
        margin-top: 10px;
        color: #919191;
    }

    /* sub hero section  */
    .sh-text{
        padding: 7%;
    }
    
    .sh-text p{
        text-decoration: underline;
        font-size: 12px;
        font-weight: 400;
        margin-bottom: 2px;
    
        
    }
    .sh-text h6{
 
        font-weight: 400;
        font-size: 12px;
        margin-bottom: 0px;
        
      }    

      .sh-text h2{
 
        font-weight: 600 !important;
        font-size: 18px;
        margin-bottom: 2px;
        
      }   

    /* latest product  */
    .slider .item {
   
        margin-right: 10px;
        padding: 10px ;
        height: 300px;
        width: 330px;
      }  

      /* disccount card section start */
      .dc-text{
        padding: 7%;
    }
    
    .dc-text p{
        text-decoration: underline;
        font-size: 12px;
        font-weight: 400;
        margin-bottom: 2px;
    
        
    }
    .dc-text h6{
 
        font-weight: 400;
        font-size: 12px;
        margin-bottom: 0px;
        
      }    

      .dc-text h2{
 
        font-weight: 600 !important;
        font-size: 18px;
        margin-bottom: 2px;
        
      }  
 
   
    
    /* banner section */

    .ro-banner h1{
        font-size: 24px;
    }
    
    .ro-banner  p{
       font-size: 15px;
    }

    .ro-banner  h6{
        margin-bottom: 30px;
        
    }
    .ro-banner .padding{
        padding: 0% 0%;
      }

      .ro-banner{
        padding: 7%;
        border-radius: 15px;
        margin: 5% 0 !important;
        
      }

      .ro-banner img{
        width: 300px;
        
      }

      .font-center{
        text-align: center;
      }

      /* product section  */
      .product-sm{
        width: 100%;
      }

      .product-card{
         margin-top: 10px;
         margin-bottom: 10px;
      }
    
      .hero-section{
        margin-top: 72px !important;
      }

      .quality{
        padding: 4% 0;
      }
      
      .c-info{
        margin-top: 5%;
      }

      .btnc{
        padding:2% 5%;
     
      }

         /* pagination for product category page */
         .pagination-link {
          margin: 0 3px;
          padding: 3px 8px;
          border: 1px solid #ccc;
          cursor: pointer;
          color: #333;
          text-decoration: none;
          font-size: 8px !important;
        }
    
    } 

   
   
   
      @media (min-width:600px) {
        .mobile{
            display: none;
        }
    }

      @media screen and (min-width: 768px) and (max-width: 1024px) {
        .desktop{
          display: none;
        }

        .mobile{
          display: block;
        }

        .mob-margin{
          margin-top: 70px !important;
        }

        
    .carousel-text p{
      
  } 
  .carousel-text h2{
      font-size: 30px;
      line-height:30px;
      color:  #000000;;
      font-weight: 600;
  }

  .button{
    padding: 2px 10px;
    font-size: 10px;
  }
    
  .margin-tab{
    margin-top: 5%;
  }  
  
  
  /* discount section  */
  .dc-text{
    padding: 7%;
}

.dc-text p{
    text-decoration: underline;
    font-size: 16px;
    font-weight: 600;
    /* margin-bottom: 2px; */

    
}
.dc-text h6{

    font-weight: 600;
    font-size: 20px;
   
    
  }    

  .dc-text h2{

    font-weight: 600 !important;
    font-size: 30px;
  
    
  } 

  .indicator{
    height: 9px !important;
    width: 9px !important;
    border-radius: 50%;
}


      /* banner section */

      .ro-banner h1{
        font-size: 30px;
        margin-top: 5%;
    }
    
    .ro-banner  p{
       font-size: 20px;
    }

   
  

      .ro-banner{
        border-radius: 15px;
        margin: 5% 0 !important;
        
      }

      .ro-banner img{
        width: 500px;
        margin: auto !important;
        margin: 5% 0;
      }

          /* product section  */
          .product-sm{
            width: 100%;
          }
    
          .product-card{
             margin-top: 10px;
             margin-bottom: 10px;
          }
        
          .hero-section{
            margin-top: 72px !important;
          }
    
          .quality{
            padding: 4% 0;
          }
          
          .c-info{
            margin-top: 5%;
          }
    
          .btnc{
            padding:2% 5%;
         
          }


       
        
    }