<!DOCTYPE html>
<html>
<title>W3.CSS Template</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="4/w3.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway">
<link rel="stylesheet" href="../../cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<style>
body,h1,h2,h3,h4,h5,h6 {font-family: "Raleway", Arial, Helvetica, sans-serif}
.mySlides {display: none}
</style>
<body class="w3-content w3-border-left w3-border-right">
<nav class="w3-sidebar w3-light-grey w3-collapse w3-top" style="z-index:3;width:260px" id="mySidebar">
<div class="w3-container w3-display-container w3-padding-16">
<i onclick="w3_close()" class="fa fa-remove w3-hide-large w3-button w3-transparent w3-display-topright"></i>
<h3>Rental</h3>
<h3>from $99</h3>
<h6>per night</h6>
<hr>
<form action="https://www.w3schools.com/action_page.php" target="_blank">
<p><label><i class="fa fa-calendar-check-o"></i> Check In</label></p>
<input class="w3-input w3-border" type="text" placeholder="DD MM YYYY" name="CheckIn" required>
<p><label><i class="fa fa-calendar-o"></i> Check Out</label></p>
<input class="w3-input w3-border" type="text" placeholder="DD MM YYYY" name="CheckOut" required>
<p><label><i class="fa fa-male"></i> Adults</label></p>