.banner-video {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 500px;
}
.banner-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.banner-video .banner-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  margin: 0 auto;
  padding: 0 15px;
  color: white;
  position: relative;
  width: 100%;
  z-index: 2;
}

.banner-video .banner-content .custom-label-h3{
  font-size: clamp(22px, 2vw, 40px) !important;
  margin-top: 8px;
}

@media (min-width: 1200px) {
  .banner-video .banner-content  {
    max-width: 98% !important;
  }
}

@media (min-width: 1600px) {
  .banner-video .banner-content  {
    max-width: 85% !important;
  }
}


.banner-video .banner-content .content-wrapper {
  max-width: 680px;
}
.banner-video .banner-content .wac_title {
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  font-size: 3.75rem;
  margin-top: 0;
  margin-bottom: 1.688rem;
}
.banner-video .banner-content .wac_text_block {
  font-family: "Oxygen", sans-serif;
  font-size: 1.125rem;
  line-height: 1.563rem;
  margin-bottom: 1.688rem;
  margin-top: 0;
  max-width: 617px;
  width: 100%;
}
.banner-video .content-wrapper .bnr-btn {
  text-decoration: none;
  color: #fff;
  background-color: #158825;
  padding: 18px 30px;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Ubuntu", sans-serif;
  font-size: 0.938rem;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}
.banner-video .content-wrapper .bnr-btn:hover {
  background-color: #085c14;
}
.form-wrap {
  margin-left: auto;
}
.banner-video .overlay {
  position: absolute;
  inset: 0;
  background-color: #000;
  opacity: 0.2;
  z-index: 1;
}

/* .custom-label-h3{

} */

.desk-form-wrap {
  flex-shrink: 0;
}

@media (min-width: 768px) {
  .banner-video {
    height: 680px;
  }
}

@media (max-width: 1023px) {
   .banner-video .banner-content .wac_title {
    font-size: 1.8rem;
    margin-bottom: 0.8rem;
  }
}

@media (max-width: 768px) {
  .desk-form-wrap {
    display: none;
  }
  .banner-video .banner-content {
    flex-direction: column;
    justify-content: flex-end;
    text-align: start;
    padding-bottom: 50px;
  }
  .banner-video .banner-content .content-wrapper {
    max-width: 100%;
  }
  .banner-video .banner-content .wac_title {
    font-size: 2.5rem;
    margin-bottom: 1rem;
  }
  .banner-video .banner-content .wac_text_block {
    font-size: 0.95rem;
    line-height: 1.3rem;
    margin-bottom: 1rem;
    max-width: 100%;
  }
  .banner-video .content-wrapper .bnr-btn {
    padding: 12px 20px;
    font-size: 0.875rem;
  }
}

@media (max-width: 480px) {
  .banner-video {
    max-height: 500px;
  }
  .banner-video .banner-content .wac_title {
    font-size: 2rem;
    margin-bottom: 0.8rem;
  }
  .banner-video .banner-content .wac_text_block {
    font-size: 0.85rem;
    line-height: 1.2rem;
    margin-bottom: 0.8rem;
  }
  .banner-video .content-wrapper .bnr-btn {
    padding: 10px 16px;
    font-size: 0.8rem;
  }
}

.form-wrap-mob {
  display: none;
}
@media (max-width: 575px) {
  .form-wrap {
    display: none;
  }
  .form-wrap-mob {
    display: block;
  }
}

.banner-video .custom-title-h2{
  margin-bottom: 0 !important;
}

.banner-video .wac-button-wrap{
  display: none !important;
}
