I have used actions class to scroll down but when it scrolls down click code is not working:
driver.Manage().Timeouts().ImplicitWait = TimeSpan.FromSeconds(10);
Actions actions = new Actions(driver);
actions.SendKeys(Keys.PageDown).Build().Perform();
driver.FindElement("//a[@href='http://automationpractice.com/index.php?
controller=order&step=1']").Click();
//var ele = driver.FindElement(proceed);
//actions.MoveToElement(ele).Click().Perform();

Please use below id pass to login:
ID : [email protected]
Password : Pass123##