<?php
/**
 * Created by PhpStorm.
 * User: roysinclair
 * Date: 2016/02/29
 * Time: 8:33 AM
 */

?>

<div class="row">


    <div class="col-md-10 col-md-offset-1">
        <div class="mt-element-step">
            <div class="row step-line">

                <div class="col-md-4 mt-step-col first done">
                    <div class="mt-step-title">Personal Details</div>

                </div>
                <div class="col-md-4 mt-step-col">
                    <div class="mt-step-title">Product Selection</div>

                </div>
                <div class="col-md-4 mt-step-col last">
                    <div class="mt-step-title">Review & Submit</div>

                </div>
            </div>
        </div>
    </div>

    <div class="clearfix"></div>

    <div class="<?php echo $boxSize ?>">

        <h1 class="text-center">Review and Submit</h1>
        <h5 class="text-center">Please check the details you provided and submit your Details <br> to become a Client </h5>

        <div class="circle-small">
            <h5 class="margin-top-30">Questions?</h5>
            <p class="small text-center">Please don't hesitate to contact us if you have any queries</p>
            <h5>business@sabullion.co.za</h5>
            <h5>+21 21 447 3240</h5>
        </div>


        <div class="review padding-top35px" id="companyInfo"> Investor Information <span class="icon-arrow-down reviewIcon"></span></div>
        <div class="results hidden" id="companyInfoResults">
            <?php require TEMPLATES.'/login/client/non-sa-legal/basic.php'; ?>
            <?php require TEMPLATES.'/login/client/non-sa-legal/contact.php'; ?>
        </div>

        <div class="review padding-top35px" id="financialInfo"> Financial Information <span class="icon-arrow-down reviewIcon"></span></div>
        <div class="results hidden" id="financialInfoResults">
            <?php require TEMPLATES.'/login/client/non-sa-legal/bank.php'; ?>
        </div>


        <form role="form" id="non-sa-legal-review">
            <div class="form-body padding-top35px">


                <div class="form-group form-md-line-input">
                    <div class="col-md-10">
                        <div class="md-checkbox-inline">
                            <div class="md-checkbox">
                                <input type="checkbox" id="termsWebsite" name="termsSABullion" class="md-check">
                                <label for="termsWebsite">
                                    <span class="inc"></span>
                                    <span class="check"></span>
                                    <span class="box"></span> I have read, understood and agree to the terms and conditions governing the use of the SA Bullion website <a href="#" id="terms"> available here </a></label>
                            </div>
                        </div>
                    </div>
                </div>

                <div class="form-group form-md-line-input">
                    <div class="col-md-10">
                        <div class="md-checkbox-inline">
                            <div class="md-checkbox">
                                <input type="checkbox" id="termsClient" name="termsClient" class="md-check">
                                <label for="termsClient">
                                    <span class="inc"></span>
                                    <span class="check"></span>
                                    <span class="box"></span> I have read, understood and agree to the terms and conditions contained in the client mandate <a href="#" id="mandate"> available here </a></label>
                            </div>
                        </div>
                    </div>
                </div>

                <div class="clearfix margin-bottom-40"></div>

                <div class="form-actions noborder button-right">
                    <div class="padding-top52px"></div>
                    <a href="#">
                        <button type="button" class="btn purple btn-lg" id="submit">Submit</button>
                    </a>
                </div>



        </form>


    </div>
</div>

<div id="PDF" style="margin: 40px;" >
    <?php require ROOT.'/pdf/clients/non-sa-legal.php'; ?>
</div>
