.ac-video-popup__btn svg {
    fill: rgba(255, 255, 255, 100%);
}
.ac-video-popup__btn {
     background: rgb(66 91 118 / 63%);
}
.ac-video-popup__btn:after {
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-name: ripple;
    animation-timing-function: cubic-bezier(.65,0,.34,1);
    border-radius: 50%;
}
.ac-video-popup__btn::before {
    border: 8px solid #425b76;
}
.ac-video-popup__play-button-icon span {
    display: inline-block;
}
.ac-video-popup-wrapper {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.ac-video-popup {
  position: relative;
  display: inline-block;
}

.ac-video-popup-wrapper img {
  display: block;
}

.ac-video-popup__image--overlay {
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.ac-video-popup__play-button-icon {
  align-items: center;
  display: flex;
  justify-content: center;
  gap:8px;
}

.ac-video-popup__play-button-icon span {
  display: inline-block;
}

.ac-video-popup__play-button-icon svg { 
  display: block;
  height: 40px;
  width: 40px;
}

.ac-video-popup__btn {
  align-items: center;
  border-radius: 50%;
  display: flex;
/*   height: 60px; */
  justify-content: center;
  left: 50%;
  padding-left: 5px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
/*   width: 60px; */
}

.ac-video-popup__btn::before {
  align-items: center;
  animation-delay: 0.5s;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-name: ripple;
  animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
  border-radius: 100%;
  bottom: 0;
  content: "";
  display: flex;
  flex-direction: row;
  height: 100%;
  justify-content: center;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}

.ac-video-popup__btn::after {
  align-items: center;
  animation-delay: 0s;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-name: ripple;
  animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
  border-radius: 50%;
  bottom: 0;
  content: "";
  display: flex;
  flex-direction: row;
  height: 100%;
  justify-content: center;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}
.ac-video-popup-wrapper:not(:first-child) {
    display: none;
}

.ac-video-popup-tab-otr {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  padding-bottom: 40px;
}

.ac-video-popup-tab-inr {
    cursor: pointer;
}
.ac-video-popup-tab-inr.selected-tab {
    border-bottom: 2px solid #211CE8;
}

.ac-video-popup-tab-txt p {
    margin: 0;
}
a.ac-video-popup__btn {
    position: absolute;
    color: white;
    top: 50%;
    left: 50%;
    padding: 10px 30px 10px 10px;
    border-radius: 30px;
    background: #FFFFFF40;
    display: flex;
    align-items: center;
    gap: 20px;
    cursor: pointer;
    text-decoration: none;
}
.glightbox-clean .gclose {
    opacity: 1 !important;!i;!;
    padding: 5px !important;!i;!;
}



@media only screen and (max-width: 576px) { 
  .ac-video-popup__btn {
/*     height: 44px; */
/*     width: 44px; */
  }
 
  .ac-video-popup__play-button-icon svg { 
    height: 20px;
  }
}


@media only screen and (max-width: 992px) {
  .ac-tab-full-width .ac-video-popup-wrapper {
    text-align: center;
  }
}
@media(max-width:768px){
  .ac-video-popup-tab-otr {
    display: block;
}

.ac-video-popup-tab-inr:not(:last-child) {
    margin-bottom: 10px;
    
}
  .ac-video-popup-tab-inr{
    width: fit-content;
  }
  .ac-video-popup__play-button-icon span {
    display: inline-block;
    font-size: 12px;
}
}