@media (max-width: 768px) {
  .webinar-section {
    padding: 40px 15px 200px;
  }
  .webinar-form {
    margin-top: -226px;
  }
  .webinar-section h1 {
    font-size: 28px;
  }
  .form-line {
    height: auto;
	padding-top:20px;
  }
  .video-container{
    height:auto !important;
}
  .webinar-section p {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .form-control {
    height: 38px;
  }
  .form-box {
    width: 100%;
    margin-left: 0px;
  }
  .form-header {
    font-size: 19px;
  }
  
  .webinar-header .line-img {
    height: 35px;
    margin-right: 20px;
    margin-left: 20px;
  }
  .webinar-header img {
    height: 35px;
  }
  .submission-content h2 {
    font-size: 20px;
  }

  .submission-content p {
    font-size: 14px;
  }

  .submission-section {
    height: 50vh;
  }

  .side-box-img {
    max-width: 70px;
  }

  .oval-img {
    max-width: 100px;
  }
  .oval-image-wrapper {
    position: absolute;
    bottom: 0px;
    right: -15px;
    z-index: 1;
  }
  .close-btn {
    font-size: 20px;
  }
   .carousel-indicators{
	 bottom:0px !important;
 }
  
.form-block h5{
	width:100% !important;
	font-size:20px;
	line-height:27px;
}
.btm-txt .desc {
	margin-top:25px !important;
}

}

@media screen and (min-width: 767px) {
  .modal-title-privacy {
    margin-left: 33% !important;
  }
  .modal-title-bahwan {
    margin-left: 25% !important;
  }
}