.funnel3-head {
  width: 100vw;
  background-image: url("../assests/crmfunnel/Funnel1/6.jpg");
  background-size: contain;
  height: 100vh;
  overflow-x: hidden;
}

.bg-form {
  background-image: url("../assests/crmfunnel/Funnel1/6.jpg") !important;
  /* background-repeat: no-repeat; */
  background-size: contain;
  z-index: 1;
  overflow: scroll;
}

.overlay-dark {
  background: linear-gradient(142.48deg,
      #303133 0%,
      rgba(48, 49, 51, 0.46) 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: -1;
}

.funnel3-form {
  width: 100%;
  margin-top: 35px;
  background: linear-gradient(142.48deg,
      #303133 0%,
      rgba(48, 49, 51, 0.46) 100%);
  border: 3px dashed #fab140;
  backdrop-filter: blur(12.5px);
  border-radius: 10px;
}

.funnel3-form-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.funnel3-form-title {
  font-weight: 700;
  font-size: 40px;
  line-height: 129%;
  text-align: center;
  text-transform: capitalize;
  color: #ffffff;
  text-shadow: 0px 2px 13px rgba(0, 0, 0, 0.34);
}

.funnel3-desc {
  /* width: 1513px;
  height: 270px; */

  background: #46448d;
  backdrop-filter: blur(11.5px);
  font-weight: 600;
  font-size: 40px;
  line-height: 139.5%;
  /* or 56px */

  text-align: center;

  color: #ffffff;
}

.funnel3-footer-sec {
  background-image: linear-gradient(359.93deg, rgba(70, 68, 141, 0.88) 0.04%, rgba(0, 167, 157, 0.35) 99.91%), url('../assests/crmfunnel/Funnel2/9.jpg');
  background-size: cover;
  width: 100vw;
  height: 750px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

}

@media screen and (max-width:991px) {
  .funnel3-form {
    margin-top: 0 !important;
  }
}