.container-ad{
    margin-bottom:5%;
  }
  
  #form-header-ad{
    margin-top:5%;
    text-align:center;
  }
  
  #form-tagline-ad{
    background: #17d0cf;
    border-top-left-radius: 0.5rem;
      border-bottom-left-radius: 0.5rem;
    color:#ffffff;
    margin-top:5%;
    padding: 4%;
    text-align:left;
  }
  
  #form-tagline-ad .fa{
    margin-bottom:15%;
  }
  
  #form-tagline-ad h2 {
    margin-bottom:15%;
  }
  
  #form-content-ad{
    background: #f4f4f4;
    border-top-right-radius: 0.5rem;
      border-bottom-right-radius:0.5rem;
    margin-top:5%;
    padding: 3%;
  }
  
  .form-group-ad{
    margin-top:5%;
  }
  
  .contact-ad{
      padding: 4%;
      height: 400px;
  }
  
  .control-label-ad{
    font-size:16px;
      font-weight:600;
  }
  
  div .submit-button-ad{
    margin-top:3%;
    text-align:right;
  }
  
  button#submit-ad{
    white-space: normal;
    width:auto;
      background: #ff6d00;
      color: #ffffff;
    font-weight: 600;
      width: 25%;
  }
  .adform-btn{
    background: linear-gradient(to right, #01a6fd 0%, #17d0cf 51%, #01a6fd 100%);
    color: white;

  }