
#slider {
width:500px;
top:14px;
position:fixed;
z-index:111111111111111;
}
#header {
width:100%;
height:725px;
position:absolute;
right:0;
border:1px solid #d8d8d8;
margin-left:40px;
padding:10px 40px;
border-radius:3px;
box-shadow:0 0 8px gray;
background-color:#fff
}
#sidebar {
position:absolute;
top:135px;
left:-78px;
z-index:11111111111111111111111111111111111;

}
#sidebar1 {
position:absolute;
top:135px;
left:-78px;

}

div#title {
position:absolute;
top:300px;
left:650px
}
input[type=text],input[type=email] {
margin-top:10px;
padding:6px;
width:100%;
font-size:15px;
border-radius:2px;
border:1px solid #0156a7
}
select {
padding:6px;
width:100%;
font-size:15px;
border-radius:2px;
border:1px solid #0156a7
}
textarea {
padding:6px;
font-size:15px;
border-radius:2px;
border:1px solid #0156a7;
margin-top:10px;
height:80px;
width:100%
}

@media only screen and (max-width: 600px) {
  #slider {
    width:255px;
  }
  #sidebar {
    left:-323px;
  }
}