/* home banner */
.hero-banner-sec {
  background: linear-gradient(180deg, #0865FF 0%, #FFFFFF 100%);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding-block: 120px 0;
  overflow: hidden;
}

.hero-banner-sec:before,
.hero-banner-sec:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/lineborder.png");
  width: 100%;
  height: 100%;
  /* pointer-events: none; */
  background-size: cover;
  z-index: -1;
  content: "";
}

.innerpageheading h1{
  color: #0953E4;
  font-size: 50px;
  font-weight: 600;
}
.innerpageheading span{
  font-size: 16px;
  color: #666666;
}
.breadcrumb {
  width: 100%;
  justify-content: end;
  margin: 0;
}
.breadcrumb ul{
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0px;
}
.breadcrumb ul li {
  font-size: 16px;
}
.breadcrumb ul li a{
  color: #000;
  font-size: 14px;
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.embed-responsive-16by9::before {
    padding-top: 56.25%;
}
.embed-responsive::before {
    display: block;
    content: "";
}

.mediavideo-box {
    width: 100%;
    margin-top: 30px;
    position: relative;
    padding: 20px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0px 0px 6px #0000002b;
}
.mediavideo-box img {
    width: 100%;
    height: 350px;
    max-height: 350px;
    object-fit: cover;
    text-align: center;
    margin: 0px auto;
    vertical-align: top;
}
.mediavideo-box a {
    cursor: pointer;
    display: block;
    vertical-align: top;
}
.videoimg{border:1px solid #ccc;
border-radius:10px;}

.mediavideoicon {
    position: absolute;
    top: 30%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 50px !important;
    height: auto !important;
}
.mediavideo-box h2 {
    margin-top: 20px;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
}
.mediavideo-box p {
    font-size: 14px;
    color: #666666;
    margin: 0;
}

.videopopup{position: absolute;
    top: 2px;
right: 2px;z-index: 9999;
    opacity: 1 !important;}

@media only screen and (max-width: 640px) {
  .mobile-column{
    flex-direction: column;
  }
  .innerpageheading h1{
    font-size: 18px;
  }
  .breadcrumb {
      width: 100%;
      justify-content: start;
      margin: 0;
      margin-top: 20px;
  }
  .breadcrumb ul{
    padding: 0px;
    margin: 0px;
  }
}