
.mobile-slider{
    display: none;
}
html, body {
  max-width: 100%;
  overflow-x: hidden;
}
     #laptop-slider {
       height: 400px;
     }
@media (min-width: 200px) and (max-width: 600px) {

  /* .swiper-slide{
    margin-left: 50px !important;
  } */
   #laptop-slider {
    display: none !important;
    height: 400px;
  }
  .mobile-slider{
    display: block;
    height: 400px;
}
}