.video-testimonial {
  background-color: #001f3f;
  padding: 70px 0;
  border-radius: 10px;
}
.video-testimonial .testimonial-quote p {
  color: #fff !important;
}
/* .video-testimonial .content-wrapper {
  display: flex;
  gap: 80px;
} */

/* .video-testimonial .content-wrapper > * {
  flex: 1;
} */

.video-testimonial .content-wrapper .video-poster {
  min-height: 465px;
  width: 100%;
  border-radius: 16px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.video-testimonial .play-button {
  width: 128px;
  height: 102.4px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video-testimonial .content-wrapper video {
  border-radius: 16px;
  /* max-height: 640px; */
  /* min-width: 100%; */
  /* object-fit: cover;  */
  /* object-position: center 30%; */
}

.video-testimonial .testimonial-quote {
  color: #fff !important;
  font-family: Museo, sans-serif;
  line-height: 140%;
  margin: 32px 0px 16px;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.video-testimonial .testimonial-quote.active {
  display: block;
}

.video-testimonial .testimonial-quote+.peek-expand {
  text-align: start;
  margin-bottom: 32px;
}

.video-testimonial .testimonial-quote {
  text-align: center;
}

.video-testimonial .testimonial-quote+.peek-expand span {
  color: #fff;
  font-family: Museo, sans-serif;
  line-height: 140%;
  text-decoration: underline;
}

.video-testimonial .testimonial-quote+.peek-expand .see-less-t {
  display: none;
}

#modal-row-video .video-wrapper {
 
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 80vh;
    overflow: hidden;
    position: relative;
    display: inline-block;
    max-width: 100%;
    left: 0%; 
}

#modal-row-video .video-wrapper video {
  display: block;
  object-fit: contain;
  max-height: 80vh;
  max-width: 100%;
}


.video-testimonial .testimonial-quote.active+.peek-expand .see-more-t {
  display: none;
}

.video-testimonial .testimonial-quote.active+.peek-expand .see-less-t {
  display: block;
}

.video-testimonial .testimonial-stars {
  display: flex;
  align-items: center;
  gap: 4px;
}

.video-testimonial .testimonial-stars>span {
  width: 20px;
  height: 18.889px;
  color: #ef4448;
}

.video-testimonial .testimonial-author .author-img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
}

.video-testimonial .testimonial-author p {
  color: #fff !important;
  font-family: "franklin-gothic-urw", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  margin: 0;
}

.testimonial-author {
  justify-content: center;
}

.video-testimonial .testimonial-author .position {
  color: #cef5ff !important;
}

@media (min-width: 370px) {
  /* .verical-close {
    right: unset !important;
    left: 75% !important;
  }
      .hori-close {
        right: unset !important;
        left: 95% !important;
    } */
     #modal-row-video .video-wrapper {
      left: 5%;
     }
}

@media screen and (max-width: 1200px) {
  .video-testimonial .content-wrapper {
    gap: 32px;
  }
}

/* Responsive tweaks */
@media screen and (max-width: 1024px) {
  .video-testimonial {
    padding: 60px 0;
  }

  .video-testimonial .testimonial-stars {
    justify-content: center !important;
    margin-top: 20px;
  }



  .video-testimonial .content-wrapper .video-poster,
  .video-testimonial .content-wrapper video {
    /* min-height: 440px; */
  }

  .video-testimonial .content-wrapper {
    flex-direction: column;
  }

  .video-testimonial .testimonial-quote {
    font-size: 16px;
    margin: 20px 0;
    text-align: center;
    /* max-width: 400px; */
  }

  .video-testimonial .testimonial-author {
    justify-content: center;
    gap: 14px;
    flex-direction: column;
    text-align: center;
  }

  .video-testimonial .testimonial-author .author-img {
    width: 48px;
    height: 48px;
  }

  .video-testimonial .testimonial-author p {
    font-size: 14px;
  }

  .video-testimonial .testimonial-quote+.peek-expand {
    text-align: center;
  }
}

@media screen and (min-width:1200px) {
  .video-testimonial .video {
    height: 510px;
  }
}

.testimonial-full-div {
  display: flex;
  justify-content: center;
  align-items: center;
}

#modal-row-video .modal-content {
  border: unset !important;
  background: transparent !important;
}

#modal-row-video button.close {
    
        color: white;
    width: 9%;
    border-radius: 50px;
    z-index: 99999;
    border: #b61c20;
    background-color: #b61c20;
    position: absolute;
    top: 10px;
    right: 10px;
    /* background: rgba(0, 0, 0, 0.6); */
    color: #fff;
    border: none;
    font-size: 24px;
    cursor: pointer;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#modal-row-video button.close:focus{
  outline: unset !important;
}
@media (min-width: 576px) {
#modal-row-video .video-wrapper {
    left: 20% !important;
  }
}
@media (min-width: 768px) {

}
@media (min-width: 992px) {

}
@media (min-width: 1200px) {

}
@media (min-width: 1200px) {
  
}