#TestimonialMain {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
#TestimonialMain .main-div {
  margin-top: 2rem;
}
#TestimonialMain .main-div .main-div-inner {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  gap: 33px;
}
#TestimonialMain .main-div .main-div-inner .card-main {
  width: 23%;
  height: 300px;
}
#TestimonialMain .main-div .main-div-inner .card-main .card-item-box {
  position: relative;
}
#TestimonialMain .main-div .main-div-inner .card-main .card-item-box .pic {
  position: relative;
}
#TestimonialMain .main-div .main-div-inner .card-main .card-item-box .pic img {
  width: 100%;
}
#TestimonialMain .main-div .main-div-inner .card-main .card-item-box .tets_det h3 {
  margin: 0;
  line-height: 20px;
}
#TestimonialMain .main-div .main-div-inner .card-main .card-item-box .tets_det a {
  text-decoration: none;
  font-size: 15px;
  color: #000;
}
#TestimonialMain .main-div .main-div-inner .card-main .card-item-box .video_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#TestimonialMain .main-div .main-div-inner .card-main .card-item-box .video_icon .iner {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #3F397C;
  border: 4px solid #E8E8E8;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}
#TestimonialMain .main-div .main-div-inner .card-main .card-item-box .video_icon .iner .fa-play {
  font-size: 22px;
  color: #FFF;
  text-decoration: none;
}
#TestimonialMain .main-div .main-div-inner .card-main .card-item-box:hover .iner {
  opacity: 1;
  transition: 0.7s;
}
@media (max-width: 600px) {
  #TestimonialMain .main-div .main-div-inner .card-main {
    width: 100%;
  }
}
#TestimonialMain .main-div .testibox-main {
  margin-top: 2rem;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
#TestimonialMain .main-div .testibox-main .wpb_content_element {
  width: 48%;
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 10px;
  position: relative !important;
}
#TestimonialMain .main-div .testibox-main .wpb_content_element:nth-child(odd) {
  background: #F5F4FF;
}
#TestimonialMain .main-div .testibox-main .wpb_content_element:nth-child(even) {
  background: #E8E8E8;
}
#TestimonialMain .main-div .testibox-main .wpb_content_element .quotes {
  position: absolute !important;
  right: 10px;
  bottom: 10px;
}
#TestimonialMain .main-div .testibox-main .wpb_content_element .quotes i {
  font-size: 22px;
  font-weight: 600;
  color: #3F397C;
}
#TestimonialMain .main-div .testibox-main .wpb_content_element .author {
  font-size: 18px;
  font-weight: 600;
}
#TestimonialMain .main-div .testibox-main .wpb_content_element p {
  font-size: 16px;
  color: #000;
}
@media (max-width: 600px) {
  #TestimonialMain .main-div .testibox-main .wpb_content_element {
    width: 100%;
  }
}

/*# sourceMappingURL=video-testimonials.css.map */
