/** Shopify CDN: Minification failed

Line 10:0 Unexpected "<"
Line 134:0 Unexpected "<"

**/


/* CSS from section stylesheet blocks */
<style>
  .form-section {
    max-width: 600px;
    margin: auto;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #f9f9f9;
  }
  .form-section h2 {
    margin-bottom: 10px;
    font-size: 4rem;
    color: #1AACE3;
    text-align: center;
    font-style: italic;
    font-weight: 800;
    padding-bottom: 3rem;
    padding-top: 3rem;
    line-height: 4.3rem;
  }
  
  
  .form-section p {
    margin-bottom: 20px;
    font-size: 1.7rem;
    color: #1AACE3;
    text-align: center;
  }
  .form-section p a{
    color: #1AACE3;
    text-decoration: underline;
    font-weight: 700;
  }
  .form-section p span{
    color: #1AACE3;
    font-weight: 700;
  }
  .form-section form {
    display: flex;
    justify-content: center;
  }
  .form-section .form-groups{
    width: 28%;
    margin-top: 5rem;
  }
  .form-section input[type="text"], .form-section textarea, .form-section select, .form-section input[type="email"], .form-section input[type="text"] {
    margin-bottom: 15px;
    padding: 10px 0;
    font-size: 14px;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #000;
    width: 100%;
    font-family: arial;
    letter-spacing: 1px;
  }
  .form-section input[type="text"], .form-section input[type="email"], .form-section textarea{
    padding: 10px 3.8px;
  }

  .form-section input::placeholder{
    color: #000;
    
  }
  .form-section textarea::placeholder{
    color: #000;
  }
  /* .form-section button:hover {
    background-color: #0056b3;
  } */
  .form-btn{
    display: flex;
    justify-content: center;
    margin: 6rem 0 10rem;
  }
  
  .form-group.calender_group{
    position: relative;
    display: flex;
    align-items: center; 
  }
  .form-group .calender-icon{
    display: inline-block;
    cursor: pointer;    
    position: absolute;
    right: 0;
    top: 8px;
  }
  #calendarInput {
  position: absolute;
  left: -9999px; /* Hide the input off-screen */
}

  #datePicker{
    width: 100%;
    border: 0;
    border-bottom: 1px solid #000;
    padding: 10px 3.8px;
    margin-bottom: 12px;
    margin-top: -5px;
  }
  
  @media screen and (max-width: 768px){
    .form-section h2 br {
      display: none;
    }
    .form-section p {
      font-size: 1.8rem;
    }
    .form-section .form-groups{
      width: 100%;
      padding: 0 15px;
      margin-top: 2rem;
    }
    .button--primary{
      padding: 1.2rem 7.4rem;
    }
    .form-btn{
      margin: 4rem 0 8rem;
    }
  }
  .sucess p{
    color: #008000;
  }
</style>