/
/
home
/
u523034047
/
domains
/
wayzoneconsultancy.com
/
public_html
Server: in-mum-web1112.main-hosting.eu (62.72.28.111)
You: 216.73.216.130
PHP 8.3.16
Dir:
/home/u523034047/domains/wayzoneconsultancy.com/public_html
Edit:
/home/u523034047/domains/wayzoneconsultancy.com/public_html/contact-us.php
<!doctype html> <html class="no-js" lang=""> <meta http-equiv="content-type" content="text/html;charset=UTF-8" /> <head> <meta charset="utf-8"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <title>Contact | wayzone immigration Consultants in Rudrapur | Best overseas Consultancy</title> <!-- InstanceBeginEditable name="seo" --> <meta name="keywords" content="1st Floor, Tenet Complex, Kashipur Road, Near Sanjeevani Hospital Rurdrapur, Udham Singh Nagar (Uttrakhand), mobile:7817983006,7817983006,7466000064, email:wayzoneservices@gmail.com"/><meta name="description" content="1st Floor, Tenet Complex, Kashipur Road,Near Sanjeevani Hospital Rurdrapur, Udham Singh Nagar (Uttrakhand), mobile:7817983006,7817983006,7466000064, email:wayzoneservices@gmail.com/"> <!-- InstanceEndEditable --> <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- Favicon --> <link href="favicon.png" rel="shortcut icon" /> <!-- Normalize CSS --> <link rel="stylesheet" href="css/normalize.css"> <!-- Main CSS --> <link rel="stylesheet" href="css/main.css"> <!-- Bootstrap CSS --> <link rel="stylesheet" href="css/bootstrap.min.css"> <!-- Animate CSS --> <link rel="stylesheet" href="css/animate.min.css"> <!-- Font-awesome CSS--> <link rel="stylesheet" href="css/font-awesome.min.css"> <!-- Owl Caousel CSS --> <link rel="stylesheet" href="vendor/OwlCarousel/owl.carousel.min.css"> <link rel="stylesheet" href="vendor/OwlCarousel/owl.theme.default.min.css"> <!-- Main Menu CSS --> <link rel="stylesheet" href="css/meanmenu.min.css"> <!-- nivo slider CSS --> <link rel="stylesheet" href="vendor/slider/css/nivo-slider.css" type="text/css" /> <link rel="stylesheet" href="vendor/slider/css/preview.css" type="text/css" media="screen" /> <!-- Datetime Picker Style CSS --> <link rel="stylesheet" href="css/jquery.datetimepicker.css"> <!-- Select2 CSS --> <link rel="stylesheet" href="css/select2.min.css"> <!-- Magic popup CSS --> <link rel="stylesheet" href="css/magnific-popup.css"> <!-- Switch Style CSS --> <link rel="stylesheet" href="css/hover-min.css"> <!-- Nouislider Style CSS --> <link rel="stylesheet" href="vendor/noUiSlider/nouislider.min.css"> <!-- Custom CSS --> <link rel="stylesheet" href="style.css"> <!-- Modernizr Js --> <script src="js/modernizr-2.8.3.min.js"></script> <!-- jquery--> <script src="js/jquery-2.2.4.min.js" type="text/javascript"></script> <style> .modal-backdrop{ z-index:7 !important; } #loading { display: none; } #loading1 { display: none; } </style> <script> function submitform(){ document.getElementById('namee').style.display = 'none'; document.getElementById('phonee').style.display = "none"; document.getElementById('emaile').style.display = "none"; document.getElementById('emailv').style.display = "none"; document.getElementById('statee').style.display = "none"; var name = document.getElementById('name').value; var email = document.getElementById('email').value; var phone = document.getElementById('phone').value; var state = document.getElementById('state').value; var description = document.getElementById('description').value; var typeofserv = document.getElementById('test3').value; //alert(typeofserv); if(name == ""){ alert("Please select your name"); document.getElementById('namee').style.display = "block"; return false; } var reg = /^([A-Za-z0-9_\-\.])+\@([A-Za-z0-9_\-\.])+\.([A-Za-z]{2,4})$/; if(email == ""){ alert("Please select your email"); document.getElementById('emaile').style.display = "block"; return false; } else if(reg.test(email) == false){ alert("Please enter valid email"); document.getElementById('emaile').style.display = "block"; return false; } if(state == ""){ alert("Please select your state"); document.getElementById('statee').style.display = "block"; return false; } if(phone == ""){ alert("Please select your phone"); document.getElementById('phonee').style.display = "block"; return false; } $(document).ajaxStart(function() { $("#loading").show(); }).ajaxStop(function() { $("#loading").hide(); }); $.ajax({ type: 'POST', url: 'home_form.php', data: { chname: name, chemail: email, chphn: phone, chstate: state, chdescription: description, chtypeofserv: typeofserv }, success: function(response) { window.location.href="thank-you.html"; } }); } function submitform1(){ document.getElementById('namee1').style.display = 'none'; document.getElementById('phonee1').style.display = "none"; document.getElementById('emaile1').style.display = "none"; document.getElementById('emailv1').style.display = "none"; document.getElementById('statee1').style.display = "none"; var name = document.getElementById('name1').value; var email = document.getElementById('email1').value; var phone = document.getElementById('phone1').value; var state = document.getElementById('state1').value; var description = document.getElementById('description1').value; var typeofserv = document.getElementById('test4').value; //alert(typeofserv); if(name == ""){ alert("Please select your name"); document.getElementById('namee1').style.display = "block"; return false; } var reg = /^([A-Za-z0-9_\-\.])+\@([A-Za-z0-9_\-\.])+\.([A-Za-z]{2,4})$/; if(email == ""){ alert("Please select your email"); document.getElementById('emaile1').style.display = "block"; return false; } else if(reg.test(email) == false){ alert("Please enter valid email"); document.getElementById('emaile1').style.display = "block"; return false; } if(state == ""){ alert("Please select your state"); document.getElementById('statee1').style.display = "block"; return false; } if(phone == ""){ alert("Please select your phone"); document.getElementById('phonee1').style.display = "block"; return false; } $(document).ajaxStart(function() { $("#loading1").show(); }).ajaxStop(function() { $("#loading1").hide(); }); $.ajax({ type: 'POST', url: 'home_form.php', data: { chname: name, chemail: email, chphn: phone, chstate: state, chdescription: description, chtypeofserv: typeofserv }, success: function(response) { window.location.href="thank-you.html"; } }); } function removenamee(){ //alert('hi'); document.getElementById('namee').style.display = 'none'; document.getElementById('phonee').style.display = "none"; document.getElementById('emaile').style.display = "none"; document.getElementById('emailv').style.display = "none"; document.getElementById('statee').style.display = "none"; document.getElementById('namee1').style.display = 'none'; document.getElementById('phonee1').style.display = "none"; document.getElementById('emaile1').style.display = "none"; document.getElementById('emailv1').style.display = "none"; document.getElementById('statee1').style.display = "none"; } $(document).on("click", "#CI", function(){ var vlfor=document.getElementById("CI").innerHTML; $("#test2").html(vlfor); $("#test3").attr('value',vlfor); $('#myModal').modal("show"); //alert(vlfor); });$(document).on("click", "#AI", function(){ var vlfor=document.getElementById("AI").innerHTML; $("#test2").html(vlfor); $("#test3").attr('value',vlfor); $('#myModal').modal("show"); //alert(vlfor); });$(document).on("click", "#GJSV", function(){ var vlfor=document.getElementById("GJSV").innerHTML; $("#test2").html(vlfor); $("#test3").attr('value',vlfor); $('#myModal').modal("show"); //alert(vlfor); });$(document).on("click", "#SACSV", function(){ var vlfor=document.getElementById("SACSV").innerHTML; $("#test2").html(vlfor); $("#test3").attr('value',vlfor); $('#myModal').modal("show"); //alert(vlfor); });$(document).on("click", "#USV", function(){ var vlfor=document.getElementById("USV").innerHTML; $("#test2").html(vlfor); $("#test3").attr('value',vlfor); $('#myModal').modal("show"); //alert(vlfor); });$(document).on("click", "#UKSV", function(){ var vlfor=document.getElementById("UKSV").innerHTML; $("#test2").html(vlfor); $("#test3").attr('value',vlfor); $('#myModal').modal("show"); //alert(vlfor); });$(document).on("click", "#CSV", function(){ var vlfor=document.getElementById("CSV").innerHTML; $("#test2").html(vlfor); $("#test3").attr('value',vlfor); $('#myModal').modal("show"); //alert(vlfor); });$(document).on("click", "#ASV", function(){ var vlfor=document.getElementById("ASV").innerHTML; $("#test2").html(vlfor); $("#test3").attr('value',vlfor); $('#myModal').modal("show"); //alert(vlfor); });$(document).on("click", "#UVV", function(){ var vlfor=document.getElementById("UVV").innerHTML; $("#test2").html(vlfor); $("#test3").attr('value',vlfor); $('#myModal').modal("show"); //alert(vlfor); });$(document).on("click", "#UTV", function(){ var vlfor=document.getElementById("UTV").innerHTML; $("#test2").html(vlfor); $("#test3").attr('value',vlfor); $('#myModal').modal("show"); //alert(vlfor); });$(document).on("click", "#UKVV", function(){ var vlfor=document.getElementById("UKVV").innerHTML; $("#test2").html(vlfor); $("#test3").attr('value',vlfor); $('#myModal').modal("show"); //alert(vlfor); });$(document).on("click", "#UKTV", function(){ var vlfor=document.getElementById("UKTV").innerHTML; $("#test2").html(vlfor); $("#test3").attr('value',vlfor); $('#myModal').modal("show"); //alert(vlfor); });$(document).on("click", "#OVIS", function(){ var vlfor=document.getElementById("OVIS").innerHTML; $("#test2").html(vlfor); $("#test3").attr('value',vlfor); $('#myModal').modal("show"); //alert(vlfor); }); </script> <script>var clicky_site_ids = clicky_site_ids || []; clicky_site_ids.push(101193205);</script> <script async src="http://static.getclicky.com/js"></script> </head> <body> <!--[if lt IE 8]> <p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p> <![endif]--> <!-- Add your site or application content here --> <div id="wrapper"> <!-- Header Area Start Here --> <script src="../cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js" type="text/javascript"></script> <link rel="canonical" href="new-zealand-overseas-education-consultants.html" /> <script> $(document).on("click", "#oe", function(){ $('#otherenq').modal("show"); //alert(vlfor); }); function openFancybox() { $('#oe').trigger('click'); } </script> <script> var timerID = setInterval(myStartFunction, 1000); function myStartFunction() { setTimeout( function() { var visited = $.cookie('visited'); if (visited == 'yes') { console.log(visited); setTimeout( function() {$('#oe').trigger('click'); },60000); $.removeCookie("visited"); $.cookie('visited', 'yes1', { expires: 1 }); } else if (visited == 'yes1') { console.log(visited+"1"); myStopFunction(); } else { openFancybox(); $.cookie('visited', 'yes', { expires: 1 }); console.log($.cookie('visited')+"2"); } },15000); } function myStopFunction() { clearInterval(timerID); } </script> <script> $(document).ajaxStart(function() { $("#loading1").show(); }).ajaxStop(function() { $("#loading1").hide(); }); function submitenqform(){ document.getElementById('namee2').style.display = 'none'; document.getElementById('phonee2').style.display = "none"; document.getElementById('emaile2').style.display = "none"; document.getElementById('emailv2').style.display = "none"; document.getElementById('statee2').style.display = "none"; document.getElementById('descriptione').style.display = "none"; var name = document.getElementById('name2').value; var email = document.getElementById('email2').value; var phone = document.getElementById('phone2').value; var state = document.getElementById('state2').value; var description = document.getElementById('description2').value; var typeofserv = 'Website Online Enquiry'; //alert(typeofserv); if(name == ""){ alert("Please enter your name"); document.getElementById('namee2').style.display = "block"; return false; } var reg = /^([A-Za-z0-9_\-\.])+\@([A-Za-z0-9_\-\.])+\.([A-Za-z]{2,4})$/; if(email == ""){ alert("Please enter your email"); document.getElementById('emaile2').style.display = "block"; return false; } else if(reg.test(email) == false){ alert("Please enter valid email"); document.getElementById('emaile2').style.display = "block"; return false; } if(state == ""){ alert("Please select your state"); document.getElementById('statee2').style.display = "block"; return false; } if(phone == ""){ alert("Please enter your phone"); document.getElementById('phonee2').style.display = "block"; return false; } if(description == ""){ alert("Please enter your message"); document.getElementById('descriptione').style.display = "block"; return false; } $(document).ajaxStart(function() { $("#enqloading").show(); }).ajaxStop(function() { $("#enqloading").hide(); }); $.ajax({ type: 'POST', url: 'online-enquiry.php', data: { chname: name, chemail: email, chphn: phone, chstate: state, chdescription: description, chtypeofserv: typeofserv }, success: function(response) { // alert(response); window.location.href="thank-you.html"; } }); } </script> <script> document.onkeydown = function(e) { if (e.ctrlKey && (e.keyCode === 67 || e.keyCode === 86 || e.keyCode === 85 || e.keyCode === 117)) { // alert('not allowed'); return false; } else { return true; } }; document.addEventListener('contextmenu', event => event.preventDefault()); </script> <style> .freeass{ color:#fff !important; } .freeass:hover{ color:#002147 !important; } #enqloading{ display: none; } </style> <header> <?php include ('menu.php');?> <style> .enqry{ padding:0px; margin:0px; position:fixed; left:-7px; color:#fff; top:230px; height:100px; width:42px; z-index: 1100; border-radius:10px; background-color:#002147; border:1px solid #fff; cursor: pointer; } .enqry:hover{ padding:0px; margin:0px; position:fixed; left:-7px; color:#fff; top:230px; height:100px; width:42px; z-index: 1100; border-radius:10px; background-color:#f92222; border:1px solid #fff; cursor: pointer; } .rotated { float:right; color:#fff; margin-top:10px; font-size:16px; line-height:20px padding-bottom:10px; padding-left:8px; padding-top:10px; padding-right:5px; writing-mode: tb-rl; transform: rotate(180deg); } @media only screen and (max-width: 600px) { .enqry{ padding:0px; margin:0px; position:fixed; left:-7px; color:#fff; top:230px; height:100px; width:35px; z-index: 1100; border-radius:10px; background-color:#002147; border:1px solid #fff; cursor: pointer; } .enqry:hover{ padding:0px; margin:0px; position:fixed; left:-7px; color:#fff; top:230px; height:100px; width:35px; z-index: 1100; border-radius:10px; background-color:#f92222; border:1px solid #fff; cursor: pointer; } .rotated { float:right; color:#fff; margin-top:10px; font-size:16px; line-height:20px padding-bottom:10px; padding-left:3px; padding-top:10px; padding-right:5px; writing-mode: tb-rl; transform: rotate(180deg); } } </style> <div class="inner-page-banner-area" style="background-image: url('img/banner/Rudrapur1.jpg');"> <div class="container"> <div class="pagination-area"> <h1>Get your Free Consultant. </h1> <ul> <li><a href="index.php">Home</a> -</li> <li>Wayzone Consultancy</li> </ul> </div> </div> </div> <!-- Inner Page Banner Area End Here --> <!-- Contact Us Page 1 Area Start Here --> <div class="contact-us-page1-area"> <div class="container"> <div class="row"> <div class="col-lg-4 col-md-4 col-sm-4 col-xs-12"> <div class="contact-us-info1"> <ul> <li> <a href="tel:+917817983006"><i class="fa fa-phone" aria-hidden="true"></i></a> <h3>Mobile</h3> <p><a href="tel:+917817983006">+91-7817983006</a></p> <a href="tel:+919012618050"><i class="fa fa-phone" aria-hidden="true"></i></a> <h3>Mobile</h3> <p><a href="tel:+919012618050">+91-9012618050</a></p> <a href="tel:+917466000064"><i class="fa fa-phone" aria-hidden="true"></i></a> <h3>Mobile</h3> <p><a href="tel:+917466000064">+91-7466000064</a></p> </li> <li> <a href="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d13961.634911027244!2d79.3859621!3d28.975257!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x4a17116788291183!2sWayzone%20Consultancy%20Immigration%20Services%20(%20Ielts%20Coaching%20%26%20Visa%20Filing%20)!5e0!3m2!1sen!2sin!4v1602593188834!5m2!1sen!2sin" target="_target"><i class="fa fa-map-marker" aria-hidden="true"></i></a> <h3>Location</h3> <p> 1st Floor, Tenet Complex, Kashipur Road, <br> Near Sanjeevani Hospital Rurdrapur,<br> Udham Singh Nagar (Uttrakhand)</p> </li> <li> <a href="mailto:wayzoneservices@gmail.com"><i class="fa fa-envelope-o" aria-hidden="true"></i></a> <h3>E-mail</h3> <p><a href="mailto:wayzoneservices@gmail.com">wayzoneservices@gmail.com</a></p> </li> <li> <a href="mailto:info@wayzoneconsultancy.com"><i class="fa fa-envelope-o" aria-hidden="true"></i></a> <h3>E-mail</h3> <p><a href="mailto:info@wayzoneconsultancy.com">info@wayzoneconsultancy.com</a></p> </li> <li> <h3>Follow Us</h3> <ul class="contact-social"> <li><a href="https://www.facebook.com/wayzoneconsultancy" target="_blank"><i class="fa fa-facebook" aria-hidden="true"></i></a></li> <li><a href="#" target="_blank"><i class="fa fa-twitter" aria-hidden="true"></i></a></li> <li><a href="#" target="_blank"><i class="fa fa-linkedin" aria-hidden="true"></i></a></li> <li><a href="#" target="_blank"><i class="fa fa-youtube" aria-hidden="true"></i></a></li> <li><a href="https://www.instagram.com/consultancywayzone/" target="_blank"><i class="fa fa-instagram" aria-hidden="true"></i></a></li> </ul> </li> </ul> </div> </div> <div class="col-lg-8 col-md-8 col-sm-8 col-xs-12"> <div class="row"> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12"> <h2 class="title-default-left title-bar-high">Get Free Assessment Report</h2> </div> </div> <div class="row"> <div class="contact-form1"> <form method="post" action="quick_msg.php" id="checkout-form" > <fieldset> <div class="col-sm-6"> <div class="form-group"> <input type="text" placeholder="Name*" class="form-control" name="name" id="name" data-error="Name field is required" required> <div class="help-block with-errors"></div> </div> </div> <div class="col-sm-6"> <div class="form-group"> <input type="email" placeholder="Email*" class="form-control" name="email" id="email" data-error="Email field is required" required> <div class="help-block with-errors"></div> </div> </div> <div class="col-sm-6"> <div class="form-group"> <input type="text" placeholder="Phone*" class="form-control" name="phone" id="phone" data-error="Phone field is required" required> <div class="help-block with-errors"></div> </div> </div> <div class="col-sm-12"> <div class="form-group"> <textarea placeholder="Message*" class="textarea form-control" name="message" id="message" rows="8" cols="20" data-error="Message field is required" required></textarea> <div class="help-block with-errors"></div> </div> </div> <div class="help-block with-errors"></div> </div> </div> <div class="col-lg-12 col-md-12 col-sm-12 col-sm-12"> <div class="form-group margin-bottom-none"> <button type="submit" name="submit" id="submit" class="default-big-btn pull-right">Send Message</button> </div> </div> <div class="col-lg-8 col-md-8 col-sm-6 col-sm-12"> <div class='form-response'></div> </div> </fieldset> </form> </div> </div> </div> </div> </div> <div class="container-fluid"> <div class="row"> <div class="google-map-area"> <!-- <div id="googleMap" style="width:100%; height:395px;"></div>--> <iframe src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d13961.634911027244!2d79.3859621!3d28.975257!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x4a17116788291183!2sWayzone%20Consultancy%20Immigration%20Services%20(%20Ielts%20Coaching%20%26%20Visa%20Filing%20)!5e0!3m2!1sen!2sin!4v1602593188834!5m2!1sen!2sin" width="100%" height="350" frameborder="0" style="border:0" allowfullscreen=""></iframe> </div> </div> </div> </div> <!-- Courses Page 1 Area End Here --> <!-- Footer Area Start Here --> <footer> <?php include ('footer.php');?> </html>
Ukuran: 24.2 KB