@charset "UTF-8";
.indic{
  background-color: #0082c333;
  transition-duration: 1s;
}
.indic.active {
  background-color: #3643BA;
}
p{
  text-align: justify;
}
.swiper-controls .swiper-navigation .swiper-button{
  background: #0082c333;
}
.swiper-controls .swiper-navigation .swiper-button:hover {
  background-color: #3643BA;
}
.carousel-control-prev-icon, .carousel-control-next-icon{
  background-size: 50%;
}
* {
  overscroll-behavior-x: none;
}

.img-listing-page{
  padding-right: 10px;
  box-shadow: rgb(221, 221, 221) -20px 20px 14px;
}

#carouselInteractiveQuote{
  height: 30rem;
}