<div class="menu-wrapper menu-wrapper--accent">
<h3>Request a Consultation</h3>
<!-- <p>Sorbi bibendum diam magna, sit amet volutpat turpis gravida eget.</p> -->
<form action="/request-consultation.html" method="post" data-type="contact" enctype="multipart/form-data">
<!-- <p>Nowadays, our focus is on providing our fellow craftsman with the</p> -->
<div class="f-msg"></div>
<div class="fi-wrapper">
<!-- <label class="b600 lh-2">Full Name <span style="color:red">*</span></label> -->
<input type="text" name="cr_name" placeholder="Full Name *"/>
</div>
<div class="fi-wrapper">
<!-- <label class="mar-t1 b600 lh-2">Company Name (if applicable)</label> -->
<input type="text" name="cr_company" placeholder="Company Name"/>
</div>
<div class="fi-wrapper">
<!-- <label class="mar-t1 b600 lh-2">Email <span style="color:red">*</span></label> -->
<input type="text" name="cr_email" placeholder="Email *"/>
</div>
<div class="fi-wrapper">
<!-- <label class="mar-t1 b600 lh-2">Phone <span style="color:red">*</span></label> -->
<input type="text" name="cr_phone" placeholder="Phone"/>
</div>
<div class="fi-wrapper">
<!-- <label class="mar-t1 b600 lh-2">Details of Your Inquiry <span style="color:red">*</span></label> -->
<textarea cols="30" rows="10" name="cr_comments" placeholder="Details of Your Inquiry *"></textarea>
</div>
<div class="js-form-errors form-error" style="color:red"></div>
<div class="container_2 mar-auto mar-tb1">
<div class="home-btn">
<button href="#sell-machine" class="button transform common-link" type="submit">
<span class="lbl">SEND REQUEST</span>
<span class="icn transform"><i class="transform"></i></span>
</button>
</div>
</div>
</form>
</div>