.video-dtls-wrap {
    position: relative;
}

.video-dtls-inner {
    display: flex;
    flex-wrap: wrap;
}
  
.video-dtls-left {
    flex: 0 0 65%;
}

.video-dtls-right {
    flex: 0 0 30%;
    margin-left: 4%;
}

.video-right-inner {
    padding-top: 50px;
}
    
.video-dtls-left span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video-dtls-left span.not-locked i {
    color: #64C800 !important;
    font-size: 20px;
    background: #fff;
    width: 65px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-radius: 8px;
    cursor: pointer;
}

.locked .video-dtls-img span {
    background: #fff;
    border-radius: 8px;
    color: #64c800!important;
    cursor: pointer;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    padding: 7px 20px;
}

 
.video-pop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.65);
    opacity: 0;
    transform: scale(-1);
    transition: 0.5s;
    z-index:-1;
}

.video-pop .video-pop-wrap {
    position: absolute;
    width: 100%;
    max-width: 700px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.video-pop .video-pop-wrap iframe , .video-pop .video-pop-wrap div {
    width: 100%!important;
    max-width: 100%!important;
    min-width: 100%!important;
    max-height: 100%!important;
}

.video-dtls-wrap.pop .video-pop {
    opacity: 1;
    transform: scale(1);
    transition: 0.5s;
    z-index:999;
}

.video-pop-wrap span.close i {
    color: #fff;
    display: inline-block;
    float: right;
    font-size:20px;
    cursor: pointer;
}

.video-dtls-stitle h6 {
    font-weight: 600;
    font-size: 14px;
    line-height: 115%;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #005550;
    font-family: Montserrat,sans-serif;
    margin-bottom: 15px;
}

.video-dtls-title h2 {
    line-height: 115%;
    color: #005550;
}

.video-dtls-text p {
    line-height: 120%;
    color: #005550;
}

.video-dtls-text ul li {
    line-height: 120%;
    color: #005550; 
    margin: 0px;
    padding-bottom: 5px;
}

.video-dtls-img {
    min-height: 420px;
    background-size: cover;
    background-position: top;
    position: relative;
}

.video-dtls-img img {
    display: none;
}

.video-dtls-text p {
    font-size: 16px;
    line-height: 140%;
    color: #232D37;
}

.video-dtls-text {
    padding-top: 20px;
}


.video-dtls-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 50px;
}


.video-nav-left a {
    font-weight: 500;
    font-size: 14px;
    line-height: 115%;
    display: flex;
    align-items: center;
    color: #232D37;
}

.video-nav-left a i {
    padding-right: 10px;
}

.video-nav-right a {
    font-weight: 500;
    font-size: 14px;
    line-height: 115%;
    display: flex;
    align-items: center;
    color: #232D37;
}

.video-nav-right a i {
    padding-left: 10px;
}

.video-nav-left a:hover,
.video-nav-left a:focus ,
.video-nav-right a:hover ,
.video-nav-right a:focus { 
    text-decoration: none;
    color: #64C800;
}

.video-nav-mid a {
    font-weight: 500;
    font-size: 14px;
    line-height: 115%;
    display: flex;
    align-items: center;
    color: #232D37;
}

.video-nav-mid a:hover,
.video-nav-mid a:focus ,
.video-nav-mid a:hover ,
.video-nav-mid a:focus { 
    text-decoration: none;
    color: #64C800;
}

.video-dtls-left.locked .video-dtls-img {
   // opacity: .5;
}

.video-dtls-left.locked .video-dtls-img {
    //pointer-events: none;
}

.video-dtls-left.locked span { 
    //pointer-events: none;
}

.video-dtls-left.locked .video-dtls-img a {
    color: #64c800;
    font-size: 16px;
    font-weight: 600;
    padding-left: 10px;
  text-decoration:none
}
.locked .video-dtls-img:before {
    content: "";
    background: rgb(255 255 255 / 60%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

span.close {
    position: relative;
    z-index: 99999;
}



@media(max-width:767px){
  
    .video-dtls-left {
      flex: 0 0 100%;
    }

    .video-dtls-right {
      flex: 0 0 100%;
      margin-left: 0%;
      margin-top: 2%;
    }
  
    .video-pop .video-pop-wrap {max-width:95%;}

  .video-dtls-img {
      min-height: 270px; 
  }

  
  
}
