
.video-testomoniels .container-flex {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: space-between;
}
.video-testomoniels .swipper-boxs {
  width: auto;
  position:relative;
  cursor:pointer;
  border-radius:5px;
  overflow:hidden;
  height:auto;
  flex:1;
}

.video-testomoniels .video-content {
  flex-basis: 34.4%;
}
.video-testomoniels .test-swiper {
  width: 100%;
  height:100%;  
}
.video-testomoniels .testi-slider {
  width: 59.7%;
}
.video-testomoniels .pop-video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height:64px !important;
}
.video-testomoniels .test-swiper .swiper-wrapper {
  gap: 20px;
  align-items: stretch;
  justify-content: space-between;
}
.video-testomoniels .test-swiper .goggle-reviews {
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.75);
  width: 100%;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 16px;
  transition:all .3s ease-in-out;
}
.video-testomoniels .test-swiper .goggle-reviews .gg-details {
  color: #000;
  font-size: 14px;
  font-style: normal; 
}
.video-testomoniels .gg-details .gg-name {
  font-weight: 600;
  line-height: 160%; 
  text-transform: capitalize;
}
.video-testomoniels .gg-details .gg-position {
  font-weight: 400;
  line-height: 177%;
}
.video-testomoniels .video-top-content img {
  margin-bottom: 48px;
}
.video-testomoniels.range-cta {
  margin-top: 43px;
}
.video-testomoniels  a.cta_button {
  background-color: #f9550f;
  border-color: #f9550f;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  padding: 15.5px 28px;
}

.video-testomoniels a.cta_button:hover {
  background-color: #fff;
  color: #f9550f;
}
.video-testomoniels .line {
  display: block;
  width: 72px;
  width: 72px;
  height: 1px;
  background: #fff;
  margin-top: 60px;
  margin-bottom: 60px;
}
.video-testomoniels .review-img p:last-child {
  margin-bottom: 0;
}
.video-testomoniels .review-img p {
  font-weight: 500;
}
.video-testomoniels .review-img img {
  margin-bottom: 13px;
}
.video-testomoniels .test-wraps .pop-thumbnail img {
  object-fit: cover;
  width:100%;
}
.video-testomoniels .test-videos,
.video-testomoniels .test-wraps,
.video-testomoniels .test-videos * {
  height: 100% !important;
}

.video-testomoniels .test-swiper .swiper {
  height: 100%;
}
.video-testomoniels .test-popupvideo.test-video {
  position: relative;
}
.video-testomoniels .test-wraps:has(.hs-video-widget[data-hsv-status="playing"]) .goggle-reviews {
  opacity: 0;
  visibility: hidden;
}
.video-testomoniels .swipper-arrow > div {
  position: relative;
  z-index: 4;
  border-radius: 8px;
  border: 1px solid var(--Basic-Colours-Border, #CBD4E1);
  background: #FFF;
  padding: 6px 18px;
  width: 48px;
  height: 48px;
  top: 0 !important;
  margin-top: 0 !important;
}
.video-testomoniels .swipper-arrow > div svg{
  display:none;
}
.video-testomoniels .swipper-arrow .swiper-button-next {
  transform: rotate(180deg);
}
.video-testomoniels .swipper-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  gap: 18px;
}

.popupTriiger {
  display: none;
}
.popupTriiger.popupvisible{
  display:block;
}
.popupfix.video-item.active-hsvideo {
  display: block;
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: rgb(0 0 0 / 75%);
  padding: 20px;
  opacity:0;
  visibility:hidden;
  transition:opacity .3s ease-in-out;
}
.popupfix.video-item:not(.active-hsvideo){
  display: none;
}
.popupfix.video-item.active-hsvideo {
  opacity:1;
  visibility:visible;
}
.popupfix .popupSection {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.popupWrapper {
  /*   max-width: 900px;
  margin: auto; */
  width: 100%;
}
.popupContainer {
  margin: 0 auto;
  height: 100%;
  width: 100%;
  position: relative;
}
.popupContainer .hs-video-wrapper {
  padding: 0 !important;
  position: unset !important;
}
.popupContainer
.popupClose {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #fff;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  cursor: pointer;
  background-color: #000;
  font-weight: 700;
}

@media(min-width:1210px){
  .video-testomoniels .content-wrapper{
    max-width:1197px;
  }
}
@media(min-width:768px){
  .video-testomoniels .mobile-contnets {
    display: none;
  }
}

@media(max-width:1100px){
  .video-testomoniels .content-wrapper {
    max-width: 100%;
  }
  .video-testomoniels .container-flex{
    display:block;
  }
  .video-testomoniels .swipper-boxs{
    min-height:600px;
  }
  .video-testomoniels .testi-slider{
    margin-top:48px;
    width:100%;
  }
}

@media(max-width:767px){
  .video-testomoniels .range-cta,
  .video-testomoniels .line,
  .video-testomoniels .review-img{
    display:none;
  }
  .video-testomoniels .video-top-content img{
    max-width:60px;
    margin: 0 auto 32px;
  }
  .video-testomoniels .video-top-content {
    text-align: center;
  }
  .video-testomoniels .swipper-boxs {
    min-height: 550px;
  }
  .video-testomoniels .mobile-contnets {
    text-align: center;
    margin-top: 48px;
  }
  .video-testomoniels .mobile-contnets {
    text-align: center;
    margin-top: 48px;
  }
  .video-testomoniels .mobile-btns a {
    width: 100%;
    padding: 11.5px 28px;
  }
  .video-testomoniels .mobile-review-content {
    margin-top: 48px;
  }

  .video-testomoniels .mobile-review-content p:last-child {
    margin-bottom: 0;
  }
  .video-testomoniels .mobile-review-content p {
    font-weight: 600;
    max-width: 233px;
    margin: 13px auto 0;
  }
  .video-testomoniels .swipper-boxs{
    flex:none;
  }
  .video-testomoniels .test-swiper .swiper-wrapper{
    gap:0px;
  }
  .video-testomoniels .inlineVideo.swipper-boxs{
    min-height:707px;
    border-radius: 5px;
    overflow: hidden;
  }
}
}