.culture-blk-popup-contn h3 {
    color: #fff;
    line-height: normal;
    margin: 0 0 10px;
    font-size: 22px;
    font-family: Bai Jamjuree,sans-serif;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
}
.culture-blk-popup {
    position: relative;
}
.culture-blk-popup:after {
    content: "";
    position: absolute;
    background-image: url(https://8759937.fs1.hubspotusercontent-na1.net/hubfs/8759937/citiustech-2024/home/CTI_LOGO%201.svg);
    width: 115px;
    height: 115px;
    top: 6%;
    right: 5%;
    background-size: cover;
}
/*.culture-blk-popup-bottombg {
    background: linear-gradient(180deg, hsla(0, 0%, 85%, .38), hsla(0, 0%, 85%, 0) 38.71%);
    display: block;
    padding: 10px;
    width: 100%;
} 
.culture-blk-popup-bottom {
    margin-top: -70px;
    padding-bottom: 80px;
} */
.culture-blk-popup-video .modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 99999; /* Sit on top */
  padding-top: 20px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
}
/* Modal Content */
.culture-blk-popup-video .modal-content {
  
    border-radius: 10px;
    margin: 0 auto;
    max-width: 100%;
    padding: 5px 50px 40px;
}
.culture-blk-popup-video .oembed_container {
    border-radius: 10px;
    overflow: hidden;
}
/* The Close Button */
.culture-blk-popup-video .close {
    color: #fff !important;
    float: right;
    font-size: 53px;
    font-weight: 100;
    line-height: 10px;
    position: relative;
    right: -27px;
    top: -7px;
}
.culture-blk-popup-video .close:hover,
.culture-blk-popup-video .close:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.culture-blk-popup-video-outer {
    display: flex;
    gap: 30px;
/*   flex-wrap: wrap; */
  padding: 30px 0 0;
  }
/*.culture-blk-popup-video-box svg {
/*     position: absolute; */
/*     left: calc(50% - 50px); */
/*     top: calc(50% - 50px); */
}*/
.culture-blk-popup-video-box>img {
    max-width: 60px !important;
    height: 60px !important;
    object-fit: contain;
    z-index: 99;
    position: relative;
    width: 100%;
}

.culture-blk-popup-video-box {
    position: relative;
    height: 250px;
    width: 300px;
    max-width: 365px;
    padding: 24px;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
}

.culture-blk-popup-bg>img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    z-index: 9;
}

.culture-blk-popup-contn {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    padding: 0 30px 30px;
    text-align: left;
    max-width: 250%;
}
.culture-blk-popup-video-box:before {
    position: absolute;
    content: "";
    z-index: 99;
    background: linear-gradient(242.35deg, rgba(0, 9, 77, 0) 12.97%, #1E1EF7 88.85%);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.culture-blk-popup-contn>h4 {
    color: #fff;
    margin: 0 0 10px;
    line-height: normal;
}
.culture-blk-popup-contn>h4 {
    color: #ffffff;
    font-size: 16px;
    margin: 0;
    line-height: normal;
  padding-bottom: 10px
}

.culture-blk-popup-contn>p {
    color: #70F2FF;
    font-size: 14px;
    margin: 0;
    line-height: normal;
}
.culture-blk-popup-vid {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    height: 100%;
    width: 100%;
}
.modal-content {
    flex: 0 0 100%;
}

.culture-blk-popup-video-box {
    margin: 15px;
}

.culture-blk-popup-video-outer button.slick-prev.slick-arrow {
    background-image: url(https://www.citiustech.com/hubfs/citiustech-2024/Healthcare%20360/arrow-left.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    height: 25px;
    position: absolute;
    width: 25px;
    z-index: 999;
    font-size: 0;
    line-height: 0;
    transform: translateY(-50%);
}
.culture-blk-popup-video-outer .slick-prev:before {
    content: "" !important;
}
.culture-blk-popup-video-outer button.slick-next.slick-arrow {
    background-image: url(https://www.citiustech.com/hubfs/citiustech-2024/Healthcare%20360/arrow-left.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    height: 25px;
    position: absolute;
    width: 25px;
    z-index: 999;
    font-size: 0;
    line-height: 0;
    transform: rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}
.culture-blk-popup-video-outer .slick-next:before {
    content: "" !important;
}
.ripple-container {
    z-index: 9999;
    position: inherit;
}

.ripple-play-btn svg {
    display: block;
    height: 18px;
    width: 12px;
}

.ripple-play-btn {
    align-items: center;
    border-radius: 50%;
    display: flex;
    height: 60px;
    justify-content: center;
    right: 0%;
    padding-left: 5px;
/*     position: absolute; */
    bottom: -3px;
    transform: translate(-50%, -50%);
    width: 60px;
  position: relative;
  left: 5%;
    top: 5%;
}

.ripple-play-btn:before {
    animation-delay: .5s;
    animation-iteration-count: infinite;
    animation-name: ripple;
    animation-timing-function: cubic-bezier(.65,0,.34,1);
    border-radius: 100%
}

.ripple-play-btn:after,
.ripple-play-btn:before {
    align-items: center;
    animation-duration: 3s;
    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
}

.ripple-play-btn:after {
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-name: ripple;
    animation-timing-function: cubic-bezier(.65,0,.34,1);
    border-radius: 50%
}
.ripple-play-btn svg {
    fill: #006efc;
  margin-right: 1px;
}
@keyframes ripple {
    0% {
        opacity: 1;
        transform: scale3d(.75,.75,1)
    }

    to {
        opacity: 0;
        transform: scale3d(1.5,1.5,1)
    }
}



.ripple-play-btn:after {
    background-color: #fff;
}

.ripple-play-btn:before {
    border: 8px solid #425b76
}
.ripple-play-btn{
    height: 30px!important;
    width: 30px!important;
    z-index: 99;
}

.ripple-play-btn svg {
    height: 19px;
    margin-top: 1px;
    object-fit: cover
}

.ripple-play-btn {
    background: #fff
}

.ripple-play-btn:after,
.ripple-play-btn:before {
    border: 8px solid #fff
}



@media(max-width: 920px){
 .culture-blk-popup-video-outer {
      flex-wrap: wrap;
  }
}

@media(max-width:767px){
  
  
}

@media(max-width:767px){
  .culture-blk-popup-video-outer {
      display: block;
  }
  .culture-blk-popup-video .modal-content {
      padding: 10px;
      max-width: 100%;
  }

  .culture-blk-popup-video .close {
      top: -11px;
      right: 0px;
  }
  .culture-blk-popup-video-box {
      margin: 20px auto;
  }
  .culture-blk-popup-video-box {
    margin: 10px;
}
}


