.swiper {
  width: 100%;
  height: 500px;
}

.swiperTestimonialSection .swiper {
  height: auto;
  padding: 4rem;
  background: #f0e3bd;
  margin-bottom: 2rem;
}

.opctyDiv {
  width: 100%;
  height: 500px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: #580c0e;
  opacity: .7;
  z-index: 9;
}

.middleLogoInSlider {
  position: absolute;
  z-index: 99;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  height: 750px;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
}

.swiperSection {
  position: relative;
}


/* testimonialSections */
.testimonialSections {
  width: 100%;
}

.testimonialSections .container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.testimonialSections .col-md-4,
.testimonialSections .col-md-8 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.testimonialSections .imgSec {
  width: 250px;
  height: 250px;
}

.test_details {
  width: 100%;
  padding: 2rem;
}

.test_details p {
  margin: 0;
  text-align: left;
}