.sbi-video-hero .video-cont{
  position: relative;
}
.sbi-video-hero .video-cont video{
  width: 100%;
  display: block;
}
.sbi-video-hero .video-cont .pause-play-video{
  position: absolute;
  right: 30px;
  bottom: 30px;
  background-color: #fff;
  color: #00245D !important;
  text-decoration: none !important;
  width: 42px;
  height: 42px;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
  border-radius: 50%;
  transition: all .3s ease;
}
.sbi-video-hero .text-cont{
  position: relative;
  z-index: 1;
  padding-bottom: 50px;
}
.sbi-video-hero .text-cont .text-inner-video{
  background-color: #274B63;
  padding: 20px 30px;
  margin-top: -100px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.sbi-video-hero .text-cont .text-inner-video .title{
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #D6C6BA;
}
.sbi-video-hero .text-cont .text-inner-video .subtitle{
  color: #D6C6BA;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 0;
}
.sbi-video-hero .hero-footer .number-cont{
  margin-bottom: 50px;
  /* border-bottom: 1px solid #D6C6BA; */
}
.sbi-video-hero .hero-footer .number-cont .title{
  font-size: 50px;
  font-weight: 600;
  color: #353535;
}
.sbi-video-hero .hero-footer .number-cont .subtitle{
  font-size: 20px;
  font-weight: 400;
  color: #274B63;
}

@media (max-width: 991px){
  .sbi-video-hero .text-cont .text-inner-video{
    margin-top: 0;
  }
  .sbi-video-hero .text-cont .container-lg{
    padding: 0;
  }
}
