.new-section {
  padding: 80px 0px !important;
}

.why-join {
  background-image: url("/assets/webinars/whyjoin-bg.png");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
  position: relative;
}

.upcoming-sec {
  background-color: rgba(1, 27, 59, 1);
}

.speaker-img {
  position: relative;
}

.speaker-imgcont {
  position: absolute;
  background-color: #0D5B85;
  width: 18%;
  bottom: 0%;
  left: 41%;
  height: 65px;
  padding: 6px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}

.register-form {
  background-color: #0D268B;
  background-image: url("/assets/webinars/resgister-bg.png");
  padding: 100px;
}
#contact_form input[type="text"]{
  background-color: #FFFFFF !important;
}
.input-field{
  width: 100%;
}
.input-field input {
  width: 80%;
  height: 35px;
}

.ondemand-sec .card1,
.ondemand-sec .card2 {
  background-image: url("/assets/webinars/demand-card1.png");
  border-radius: 30px;
  padding: 35px 40px 5px 40px;
  height: auto;
}

.ondemand-sec .card2 {
  background-image: url("/assets/webinars/demand-card2.png");
  padding-bottom: 20px;
}


@media (max-width:753px) {
  .hero-right img {
    margin-top: 20px;
  }

  .container {
    padding-left: 10px 0px !important;
  }

  .fs-18 {
    font-size: 10px !important;
  }

  .speaker-imgcont {
    width: 72% !important;
    left: 14%;
  }
  .register-form {
    padding: 20px;
  }
  .demand-webinar2{
    margin-top: 15px;
  }
  .webinar-points {
    padding-left: 0px !important;
  }
}


