.accessories_image_container {
    width: 100%;
    height: 300px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 4rem;
    /* background-position: center; */
    background-size: cover;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/img/hospital_linen/hospital_linen_wallpaper.jpg");
  }

  .accessories_image_container h1{
    color: white;
  }

/* Start Scrub Suit scroll design -------------------------------------------------------------------------- */

  .tech-slideshow {
    border: 2px solid black;
    height: 200px;
    max-width: 400px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
  }
  
  .tech-slideshow > div {
    height: 200px;
    width: 2526px;
    background: url(/img/home/Category/medical_apparel/scrub_suit.jpg);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    transform: translate3d(0, 0, 0);
  }
  .tech-slideshow .mover-1 {
    animation: moveSlideshow 25s linear infinite;
  }
  .tech-slideshow .mover-2 {
    opacity: 0;
    transition: opacity 0.5s ease-out;
    background-position: 0 -200px;
    animation: moveSlideshow 15s linear infinite;
  }
  .tech-slideshow:hover .mover-2 {
    opacity: 1;
  }
  
  @keyframes moveSlideshow {
    100% { 
      transform: translateX(-66.6666%);  
    }
  }


/* End Scrub Suit scroll design -------------------------------------------------------------------------- */


/* Start Grown scroll design -------------------------------------------------------------------------- */


  .grown {
    border: 2px solid black;
    height: 200px;
    max-width: 400px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
  }
  
  .grown > div {
    height: 200px;
    width: 2526px;
    background: url(/img/home/Category/medical_apparel/grown.jpg);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    transform: translate3d(0, 0, 0);
  }
  .grown .mover-1 {
    animation: moveSlideshow 25s linear infinite;
  }
  .grown .mover-2 {
    opacity: 0;
    transition: opacity 0.5s ease-out;
    background-position: 0 -200px;
    animation: moveSlideshow 15s linear infinite;
  }
  .grown:hover .mover-2 {
    opacity: 1;
  }
  
  @keyframes moveSlideshow {
    100% { 
      transform: translateX(-66.6666%);  
    }
  }

  /* End Grown scroll design -------------------------------------------------------------------------- */

  /* Start Lab Coat scroll design -------------------------------------------------------------------------- */
  .lab_coat {
    border: 2px solid black;
    height: 200px;
    max-width: 400px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
  }
  
  .lab_coat > div {
    height: 200px;
    width: 2526px;
    background: url(/img/home/Category/medical_apparel/lab_coat.jpg);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    transform: translate3d(0, 0, 0);
  }
  .lab_coat .mover-1 {
    animation: moveSlideshow 25s linear infinite;
  }
  .lab_coat .mover-2 {
    opacity: 0;
    transition: opacity 0.5s ease-out;
    background-position: 0 -200px;
    animation: moveSlideshow 15s linear infinite;
  }
  .lab_coat:hover .mover-2 {
    opacity: 1;
  }
  
  @keyframes moveSlideshow {
    100% { 
      transform: translateX(-66.6666%);  
    }
  }

  /* End Lab Coat scroll design -------------------------------------------------------------------------- */



  /* Start Maternity wear scroll design -------------------------------------------------------------------------- */
  .maternity {
    border: 2px solid black;
    height: 200px;
    max-width: 400px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
  }
  
  .maternity > div {
    height: 200px;
    width: 2526px;
    background: url(/img/home/Category/medical_apparel/maternity_wear.jpg);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    transform: translate3d(0, 0, 0);
  }
  .maternity .mover-1 {
    animation: moveSlideshow 25s linear infinite;
  }
  .maternity .mover-2 {
    opacity: 0;
    transition: opacity 0.5s ease-out;
    background-position: 0 -200px;
    animation: moveSlideshow 15s linear infinite;
  }
  .maternity:hover .mover-2 {
    opacity: 1;
  }
  
  @keyframes moveSlideshow {
    100% { 
      transform: translateX(-66.6666%);  
    }
  }

  /* End Maternity wear scroll design -------------------------------------------------------------------------- */


    /* Start Paramedical wear scroll design -------------------------------------------------------------------------- */

    .paramedical {
      border: 2px solid black;
      height: 200px;
      max-width: 400px;
      margin: 0 auto;
      position: relative;
      overflow: hidden;
      transform: translate3d(0, 0, 0);
    }
    
    .paramedical > div {
      height: 200px;
      width: 2526px;
      background: url(/img/home/Category/medical_apparel/paramedical.jpg);
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      transform: translate3d(0, 0, 0);
    }
    .paramedical .mover-1 {
      animation: moveSlideshow 25s linear infinite;
    }
    .paramedical .mover-2 {
      opacity: 0;
      transition: opacity 0.5s ease-out;
      background-position: 0 -200px;
      animation: moveSlideshow 15s linear infinite;
    }
    .paramedical:hover .mover-2 {
      opacity: 1;
    }
    
    @keyframes moveSlideshow {
      100% { 
        transform: translateX(-66.6666%);  
      }
    }
  

  /* End Paramedical wear scroll design -------------------------------------------------------------------------- */



  /* Start Patient Dress  scroll design -------------------------------------------------------------------------- */
  .patient_dress {
    border: 2px solid black;
    height: 200px;
    max-width: 400px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
  }
  
  .patient_dress > div {
    height: 200px;
    width: 2526px;
    background: url(/img/home/Category/medical_apparel/patient_dress.jpg);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    transform: translate3d(0, 0, 0);
  }
  .patient_dress .mover-1 {
    animation: moveSlideshow 25s linear infinite;
  }
  .patient_dress .mover-2 {
    opacity: 0;
    transition: opacity 0.5s ease-out;
    background-position: 0 -200px;
    animation: moveSlideshow 15s linear infinite;
  }
  .patient_dress:hover .mover-2 {
    opacity: 1;
  }
  
  @keyframes moveSlideshow {
    100% { 
      transform: translateX(-66.6666%);  
    }
  }

  /* End Patient Dress scroll design -------------------------------------------------------------------------- */