.cursor-pointer{
    cursor: pointer;
}
.mySlides {display: none;}
.img-slider {vertical-align: middle;
  width: 100%;
 }

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}
  
  /* Fading animation */
  .fade {
    animation-name: fade;
    animation-duration: 1.5s;
    opacity: 1 !important; 
  }

  /* :: Image Gallery */
.img-width{
  width: 10%;
}

@media only screen and (max-width: 600px){
  .img-width{
    width: 20%;
  }
}

.img-width-2{
  width: 15%;
}

@media only screen and (max-width: 600px){
  .img-width-2{
    width: 25%;
  }
}

.ser-name{
  overflow-wrap: normal;
  text-align: center;
  font-size: 10px !important;
  font-weight: 400 !important;
  /* overflow-x: hidden; */
}

.custom-proposal{
  overflow-wrap: normal;
  font-size: 11px !important;
  font-weight: 400 !important;
  overflow-x: hidden;
}
