
 .video.lazy.loading .video-toggle {
        display: none;
    }

.clr-prple {
    color: #984B98;
}
.prfr-txt {
    font-size: 23px;
    font-weight: 600;
    line-height: 30.14px;
    text-decoration: underline;
    color: #ffffff;
    display: block;
    text-align: center;
    margin-top: 11px;
    margin-bottom: 25px;
}
.bns-sec h4{
  font-family: "Mulish", sans-serif;
font-weight: 800;
font-size: 52px;
text-align: center;
color: #FFFFFF;
}
.ready_btn {
    background: #fffd00;
    border: 6px solid #1c8da7;
    padding: 10px 20px;
    text-align: center;
    font-size: 28px;
    border-radius: 12px;
    margin: 8px auto;
    color: blue;
    font-weight: 400;
    position: fixed;
    bottom: 0;
    left: 36%;
}
.pulsingBlue {
    animation: pulsingBlue 1s infinite;
}
@keyframes pulsingBlue{
    0% {
    box-shadow: 0 0 0 0 rgba(132,144,255,.7);
}
70% {
    box-shadow: 0 0 0 10px rgba(132,144,255,0);
}
100% {
    box-shadow: 0 0 0 0 rgba(132,144,255,0);
}
}
.dis_block{
    display: block;
}
.side_btm {
    background-color: rgb(19, 87, 206);
    border: 1px solid #fff;
    border-radius: 20px;
    width: 100%;
    max-width: fit-content;
    padding: 20px;
    position: fixed;
    bottom: 30px;
    margin-bottom: 5px;
     animation: floatPause 8s ease-in-out infinite;
}
    @keyframes floatPause {
0%      { transform: translateX(30px);        opacity: 1; }
  45.45%  { transform: translateX(30px);        opacity: 1; }   
  50%     { transform: translateX(-100%);    opacity: 0; }   
  95.45%  { transform: translateX(-100%);    opacity: 0; }  
  100%    { transform: translateX(30px);        opacity: 1; }   
    }

.dsktp-nn{
  display: none;
}

  .video-toggle {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    z-index: 3;
    width: 70px;
    height: 70px;
    border: none;
    border-radius: 50%;
    background: #003558;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .25s ease, transform 0.3s ease;
    animation: pulse 2s infinite;
}

    .video-toggle:hover {
        transform: translate(-50%, -50%) scale(1.1);
    }

    /* Play icon (default) */
    .video-toggle::before {
        content: "";
        width: 46px;
        height: 46px;
        background-color: #fff;
        mask-size: contain;
        mask-repeat: no-repeat;
        mask-position: center;
        mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='white' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 5v14l11-7z'/%3E%3C/svg%3E");
    }

    /* Pause icon when playing */
    .video-toggle.playing::before {
        mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='white' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 19h4V5H6zm8-14v14h4V5h-4z'/%3E%3C/svg%3E");
    }

.video__wrapper.video__fullscreen {
  display: block;
}
.video__wrapper.video__fullscreen:before, .video__wrapper.video__fullscreen:after {
  content: none;
}
.video__wrapper.video__fullscreen .header__content {
  max-width: 100% !important;
  margin: 0;
  height: 100vh;
  width: 100%;
}
.video__wrapper.video__fullscreen .header__content .video {
  padding-bottom: 0;
}
.video__wrapper.video__fullscreen .header__content .video.playing {
  outline: 0;
  margin-top: 0;
  margin-bottom: 0;
  border-radius: 0;
  box-shadow: none;
  height: 100%;
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.video__wrapper.video__fullscreen .header__content .video.playing .video__overlay--thumb {
  display: none;
}
.video {
    cursor: pointer;
    overflow: hidden;
    position: relative;
    background-color: #707070;
    margin: 0 auto 1.5em auto;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    padding-bottom: 50.25%;
    height: 0;
    width: 100%;
    max-width: 950px;
}
.video__inner-wrapper {
  margin: 0 auto;
}
.video.playing .video__overlay--thumb {
  display: none;
}
.video .video__overlay--thumb {
  display: block;
}
.video .video__overlay--thumb .video__thumb {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: #000000;
  visibility: visible;
  -o-object-fit: contain;
     object-fit: contain;
}
.video .video__overlay--thumb .video__play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  max-width: 100%;
  z-index: 3;
  -webkit-animation: pulsing 1.5s infinite;
          animation: pulsing 1.5s infinite;
  display: none;
}
.video .video__frame {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% + 1px);
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.video .video__overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 4;
}
@media screen and (orientation: portrait) {
 /* .video {
    padding-bottom: 149%;
  } */
  .video.landscape {
    display: none;
    pointer-events: none;
  }
  .video .video__overlay--thumb .video__thumb {
    -o-object-fit: fill;
       object-fit: fill;
  }
}
@media screen and (orientation: landscape) {
  .video.portrait {
    display: none;
    pointer-events: none;
  }
}
/*z@media screen and (orientation: portrait) and (min-width: 768px) and (max-width: 992px) {
 .video {
	padding-bottom: 56%;
}

}*/
@media(max-width: 1254px){
.video {
    padding-bottom: 53.25%;
} 
}
@media(max-width: 1140px){
.video {
    padding-bottom: 56.25%;
}
  
}
@media(max-width:768px){
    .comments-box.item.active .container {
	padding: 0px;
} 
}



@media (max-width: 560px) {
  section.testimonials-section {
    padding: 0 0px !important;
  }
  .testimonials-section.mt-50 .container {
	padding: 0 !important;
}
}

@media (max-width: 430px) {
.video {
	border-radius: 6px;
}
  .video-toggle {
	width: 47px;
	height: 47px;
}
  .video-toggle::before {
	content: "";
	width: 29px;
	height: 29px;
	}
  .vartfiy-txt {
	margin-bottom: 0px !important;
}
  .comments-box__heading {
	font-size: 17px !important;
	line-height: 24px !important;
}
  .comments-box {
	padding: 20px 11px !important;
	border-radius: 10px !important;
}
}
