
.Ind-banner {
    max-height: 430px; 
    overflow: hidden;
}

.Ind-banner .slick-container1 {
    height: 100%;
}

.Ind-banner .slick-slider {
    height: 100%;
}

.Ind-banner .imgno {
    height: 100%;
}

.Ind-banner .imgno img {
    height: 100%;
    object-fit: cover;
}
.Ind-banner{width: 100%;position: relative;overflow: hidden;}
.Ind-banner .slick-arrow {
  width: 40px;
  height: 60px;
  /* background: rgba(255,255,255,0.9); */
  border: 0;
  color: white;
  border-radius: 0;
  top: 49%;
  text-indent: -9999px;
  font-size: 0;
}

.Ind-banner .slick-arrow:after{  
     display: none;}
.Ind-banner .slick-arrow:hover:after {
    opacity: 1;

}
.Ind-banner .slick-prev {
  left: 30px;
   background: rgba(255,255,255,0.6) url(../images/prev.png) no-repeat center center;
   background-size: contain;
}
.Ind-banner .slick-next {
  right: 30px;
    background:  rgba(255,255,255,0.6) url(../images/next.png) no-repeat center center;
      background-size: contain;
}
.Ind-banner .slick-dots li{ width: 34px; height: 6px;  margin: 0 9px;}
.Ind-banner .slick-dots li button{ 
    border-radius: 0;width: 34px; height: 6px; background:#fff;
    cursor: pointer;}
.Ind-banner .slick-dots li.slick-active button{
    background: #d9d9d9;
}
.Ind-banner .slick-dots{  bottom: 26px;}
