/*

* Added by mustaque this .css file contains section[our satisfied customer says]  prev and next icon button code.
*/

/*******************section[ Our satisfied customer says] start*****/

/* previous and next icon button size */
.carousel-control-prev-icon,
.carousel-control-next-icon {
 
  width:5vw;
  height:5vh;
  filter: invert(1);

 
}


.carousel-indicators
{
  filter: invert(1);
}