.form-sec{display:flex;justify-content:center;flex-direction:row}form{background-color:#fff;border-radius:25px;width:70%;margin:1rem .2rem;padding:.25rem .2rem}form fieldset{border:none;display:flex;flex-direction:column;flex-wrap:wrap}form fieldset legend{display:flex;width:100%;justify-content:center;align-items:center;padding:.2rem 0rem}.input-group{display:flex;flex-direction:row;justify-content:center;flex-wrap:wrap}.input-box,.textarea-box,.selector-box{padding:5px 10px;row-gap:.2rem;display:flex;flex-direction:column}input{border:none;border-bottom:1.5px solid var(--ait-blue);padding:.25rem .2rem;outline:none}.submit-btn{background-color:var(--ait-lightblue);color:#fff;cursor:pointer}.submit-btn:hover{background-color:var(--ait-blue)}input,button,textarea,.custom-select select{font-family:ABeeZee,Arial,sans-serif;outline:none;background-color:transparent;font-size:.96rem}.loader{background:repeating-linear-gradient(0deg,#ffa516 0,#ffa516 10px) 0/0% no-repeat #e7e7e7;animation:l3 2s forwards}@keyframes l3{to{background-size:100%}}.loader:hover{background-color:#e7e7e7}.success{background-color:var(--ait-green)}.success:hover{background-color:var(--ait-darkgreen)}.failed{background-color:#ff3800}.failed:hover{background-color:#e53200}.input-box{min-width:50%}.input-box input[type=text],.input-box input[type=email],.input-box input[type=tel]{border-radius:5px 5px 0 0;background-color:#e7e7e7}.input-box input:invalid{border-bottom-color:red}.textarea-box textarea{width:100%;height:8rem;resize:none;border-radius:5px}.custom-select{position:relative}.custom-select select{appearance:none;-webkit-appearance:none;-moz-appearance:none;width:100%;padding:10px;border:1px solid var(--ait-blue);border-radius:5px;background-color:#fff;color:#000;cursor:pointer}.custom-select:after{content:"▼";position:absolute;right:15px;top:50%;transform:translateY(-50%);pointer-events:none;font-size:14px;color:var(--ait-blue)}@media only screen and (orientation: portrait){form{width:90%}.input-box{width:100%}}
