.large-container {
  position: static;
  width: 90%;
  height: auto;
  padding: 0px 20px;
  margin: 0 auto;
  margin-top: 5%;

}

.testimonial-section {
  position: relative;
  margin-top: 5%;
  overflow: hidden;
 

  margin: 0 auto;
}

.p-1-t{
  color: #e5e6fa;
}

.testimonial-section:before {
  position: absolute;
  left: -200px;
  top: 10%;
  background-image: url(http://t.commonsupport.com/adro/images/icons/ring-circle.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 701px;
  height: 756px;
  content: "";
  animation: fa-spin 25s infinite alternate;

}

.sec-title {
  position: relative;
  margin-bottom: 115px;
  text-align: center;
}

.testimonial-carousel {

  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: 20% !important;
  width: 60%;
  margin-top: -10% !important;

  margin: 0 auto;
}

.testimonial-block {
  margin-top: 7%;
  margin-right: 5%;
  position: relative;
  padding: 5px;
  flex: 1 1 calc(33.333% - 10px); /* Flexbox property for three items per row with space in between */
}

.testimonial-block .inner-box {
  border-radius: 10px;
  padding: 18px 40px;
  background-color: #ffffff;
  box-shadow: 0 0 50px rgba(226, 222, 232, 0.75);
}

.testimonial-block .text {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 32px;
  color: #282331;
  font-weight: 400;
  margin-bottom: 50px;
  font-family: "Muli", sans-serif;
}

.testimonial-block .info-box {
  position: relative;
  padding-left: 115px;
  padding-top: 10px;
}

.testimonial-block .info-box .thumb {
  position: absolute;
  left: 0;
  top: 0;
  height: 82px;
  width: 82px;
}

.testimonial-block .info-box .thumb img {
  border: 6px solid #e5e6fa;
  border-radius: 50%;
  overflow: hidden;
  display: block;
  width: 100%;
  box-shadow: 0 45px 45px rgba(147, 147, 147, 0.35);
}

.testimonial-block .info-box .name {
  position: relative;
  display: block;
  font-size: 21px;
  line-height: 1.2em;
  color: #382c4d;
  font-weight: 700;
  margin-bottom: 10px;
  font-family: "Niramit", sans-serif;
}

.testimonial-block .info-box .designation {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #8053f7;
  font-weight: 400;
  font-family: "Muli", sans-serif;
}

.testimonial-carousel .owl-nav {
  position: absolute;
  right: 75px;
  bottom: 70px;
}

.testimonial-carousel .owl-next,
.testimonial-carousel .owl-prev {
  position: relative;
  display: inline-block;
  height: 75px;
  width: 75px;
  line-height: 75px;
  text-align: center;
  border-radius: 50%;
  background-color: #ffffff;
  transition: all 300ms ease;
}

.testimonial-carousel .owl-next:hover,
.testimonial-carousel .owl-prev:hover {
  background-color: #00df97;
  box-shadow: 0 24px 24px rgba(187, 187, 187, 0.75);
}

.testimonial-section .thumb-layer {
  position: absolute;
  right: 10px;
  top: -20px;
}

.testimonial-section .thumb-layer .image {
  position: relative;
  margin-right: 0;
}

.testimonial-section .thumb-layer .image img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/* Media Queries for Responsiveness */
@media (max-width: 1024px) {
  .sec-title {
      margin-bottom: 60px;
  }

  .testimonial-carousel {
      margin-left: 2.5%;
      width: 95%;
  }

  .testimonial-block .inner-box {
      padding: 15px 30px;
  }

  .testimonial-block .text {
      font-size: 16px;
      line-height: 28px;
  }

  .testimonial-block .info-box {
      padding-left: 100px;
  }

  .testimonial-block .info-box .thumb {
      height: 70px;
      width: 70px;
  }

  .testimonial-block .info-box .name {
      font-size: 18px;
  }

  .testimonial-block .info-box .designation {
      font-size: 14px;
  }
}

@media (max-width: 768px) {
  .testimonial-section:before {
      width: 350px;
      height: 378px;
  }

  .sec-title {
      margin-bottom: 40px;
  }

  .testimonial-carousel {
      margin-left: 2%;
      width: 96%;
  }

  .testimonial-block {
      margin-right: 2%;
  }

  .testimonial-block .inner-box {
      padding: 10px 20px;
  }

  .testimonial-block .text {
      font-size: 14px;
      line-height: 24px;
  }

  .testimonial-block .info-box {
      padding-left: 80px;
  }

  .testimonial-block .info-box .thumb {
      height: 60px;
      width: 60px;
  }

  .testimonial-block .info-box .name {
      font-size: 16px;
  }

  .testimonial-block .info-box .designation {
      font-size: 12px;
  }
}

@media (max-width: 480px) {
  .sec-title {
      margin-bottom: 30px;
  }

  .testimonial-carousel {

  
      width: 100%;
      flex-direction: column;
      align-items: center;
      margin-left: -1% !important;
  }

  .testimonial-block {
      width: 90%;
      flex: 1 1 100%;
  }

  .testimonial-block .inner-box {
      padding: 5px 10px;
  }

  .testimonial-block .text {
      font-size: 12px;
      line-height: 20px;
  }

  .testimonial-block .info-box {
      padding-left: 60px;
  }

  .testimonial-block .info-box .thumb {
      height: 50px;
      width: 50px;
  }

  .testimonial-block .info-box .name {
      font-size: 14px;
  }

  .testimonial-block .info-box .designation {
      font-size: 10px;
  }

  iframe{
    width: 100%;

  }
}
