%PDF- %PDF-
Direktori : /home/eirtvhdf/designbeasts.com/ |
Current File : /home/eirtvhdf/designbeasts.com/book-a-call.php |
<style type="text/css"> .header, footer{ display: none!important } .logo {padding-top: 82px;} .getQuote .d_t{ width: 100%; } .getQuote .d_t .logo{ background-color: #2e2e2e; } section.getQuote{ background-color: #2e2e2e; } .getQuote .logo{ padding-bottom: 10px; } h3{ color: #fff !important; } .getQuote p{ margin-bottom: 0px !important; } input.btn.btn-lg.btn-primary.btn-block.bookcall{ border-radius: 50px; text-transform: uppercase; font-size: 12px; border: 1px solid #e72627; width: 175px; display: table; margin: 0 auto; background: #e72627; background: -moz-linear-gradient(left, #e72627 0%, #f04925 100%); background: -webkit-linear-gradient(left, #e72627 0%,#f04925) 100%); background: linear-gradient(to right, #e72627 0%,#f04925 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e72627', endColorstr='#90298b',GradientType=1 ); background-color: #a32974; border: none; height: 45px; } input.btn.btn-lg.btn-primary.btn-block.bookcall:hover { background-color: #f04925; } </style> <?php include('header.php'); ?> <body class="mainbody"> <style> .main-scroll-overlay .slimScrollBar { display: none !important; } </style> <section class="getQuote"> <div class="d_t"> <div class="d_c"> <div class="container"> <div class="row"> <div class="col-md-push-2 col-md-8"> <div class="text-center logo"><a href="index.php"><img src="img/logo-inside.png"></a></div> <h3 class="text-center">Book a Call</h3> <p class="text-center grey">If you are interested in speaking with Designs Beast about an upcoming project, <br> there are a number of ways we can make that happen. Filling out the form would <br> help us get the right person in touch with you, or you could give us a call.</p> <section class="main-book-call"> <div class="d_t"> <div class="d_c"> <form class="book-call-form" method="POST" autocomplete="false" action="get.php"> <div class="row"> <div class="col-md-12 col-xs-12 margin-bottom-30"> </div> <div class="col-md-6 col-sm-6 col-xs-12 margin-bottom-20"> <input type="name" autocomplete="off" class="form-control" placeholder="Name" name="name" onfocus="this.placeholder = ''" onblur="this.placeholder = 'Name'" required="required"> </div> <div class="col-md-6 col-sm-6 col-xs-12 margin-bottom-20"> <input type="email" autocomplete="off" class="form-control" placeholder="Email" name="email" onfocus="this.placeholder = ''" onblur="this.placeholder = 'Email'" required="required"> </div> <div class="col-md-6 col-sm-6 col-xs-12 margin-bottom-20"> <input type="number" min="1" autocomplete="off" class="form-control" placeholder="Phone Number" name="number" onfocus="this.placeholder = ''" onblur="this.placeholder = 'Phone Number'" required="required"> </div> <input type="hidden" name="_token" value="tuLQpLVyIffWjHIVf9St12ep2ujfD8u6CGNZ9cGH"> <div class="col-md-6 col-sm-6 col-xs-12 margin-bottom-20"> <input id="datetimepicker_start_time" type="text" placeholder="Select Date" name="date" onfocus="this.placeholder = ''" onblur="this.placeholder = 'Select Date'" required="required" > </div> <div class="col-md-12 col-sm-12 col-xs-12 margin-bottom-20"> <textarea class="form-control" name="description" placeholder="Project Description" onfocus="this.placeholder = ''" onblur="this.placeholder = 'Project Description'" required="required"></textarea> </div> <div class="col-md-12 col-xs-12 margin-bottom-20"> <!-- <button class="btn btn-lg btn-primary btn-block" type="submit">book my call</button> --> <input class="btn btn-lg btn-primary btn-block bookcall" type="submit" name="book_call" value="book my call" /> </div> </div> </form> </div> </div> </section> </div> </div> </div> </div> </div> </section> <?php include('footer.php'); ?>