.feicon{
        width: 100px;
    background-color: #fff;
    padding: 20px;
    border-radius: 35%!important;
}

.elementor-element-69b6cea2{
    display:none!important;
}

.main-form{
    padding: 24px;
}

.main-form h2{
    font-size: 29px;
    font-weight: 600;
}

.form-wrapper {
    padding: 30px 0px;
}
  .form-wrapper label{
    display:block;
    font-weight:600;
    margin-bottom:6px;
    letter-spacing:0.5px;
  }
  .required{
    color:red;
  }
  .form-wrapper input,.form-wrapper select{
    width:100%;
    padding:14px;
    margin-bottom:18px;
    border:1px solid #ccc;
    border-radius: 5px !important;
    
    font-size:14px;
  }
  .subbtn{
    background:#f1c55a!important;
    color:#fff;
    border:none;
    padding:14px 28px;
    font-size:16px;
    cursor:pointer;
    border-radius:4px;
    box-shadow:0 4px 10px rgba(0,0,0,0.15);
  }
  .subbtn:hover{
    background:#e2b74f;
  }
  
  .hidden-fields-container{
      display: none!important;
  }