.header-home-new {
  position: relative;
  min-height: 100vh;
  background-color: #20386A;
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .header-home-new {
    padding-top: 150px;
    min-height: unset !important;
    padding-bottom: 3rem;
  }
}
@media (min-width: 576px) {
  .header-home-new {
    padding-top: 140px;
  }
}
.header-home-new .content {
  position: relative;
  z-index: 2;
  margin-top: -10%;
}
@media (min-width: 1200px) {
  .header-home-new .content {
    margin-top: 0;
  }
}
.header-home-new .header-bg-svg {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  user-select: none;
  transition: all 0.3s;
}
.header-home-new .header-bg-svg.svg-1 {
  top: 0;
  left: 39%;
  margin-top: 7rem;
  width: 43%;
}
@media (max-width: 1399.98px) {
  .header-home-new .header-bg-svg.svg-1 {
    left: 37%;
  }
}
@media (max-width: 1199.98px) {
  .header-home-new .header-bg-svg.svg-1 {
    display: none;
  }
}
.header-home-new .header-bg-svg.svg-2 {
  bottom: 24%;
  right: -4%;
  width: 16%;
}
@media (max-width: 1199.98px) {
  .header-home-new .header-bg-svg.svg-2 {
    display: none;
  }
}
.header-home-new .header-bg-svg.svg-3 {
  bottom: 0%;
  left: 67%;
  width: 18%;
}
@media (max-width: 1199.98px) {
  .header-home-new .header-bg-svg.svg-3 {
    display: none;
  }
}

@media (min-width: 992px) {
  .mobile-video-header {
    display: none;
  }
}