
 #slider {
    width:400px;
    top:218px;
    position:absolute;
    z-index:9;
    }
    #header {
    width:250px;
    height:425px;
    display: none;
    position:absolute;
    right:0;
    border:1px solid #d8d8d8;
    margin-left:0px;
    border-radius:3px;
    box-shadow:0 0 8px gray
    }
    #sidebar {
    position:absolute;
    top:220px;
    float: right;
    right: 5px;
    }
    #sidebar1 {
    position:absolute;
    top:220px;
    float: right;
    right: 5px;
    }
    #sidebar{
        font-size: 24px;
    }
    #sidebar:hover{
        color: green;
    }

    #sidebartimes{
        float: right;
        font-size: 24px;
       }
    #sidebartimes:hover{
     color: red;
    }
  
    input[type=text], 
    input[type=email] {
        width: 100%;
        height:50px;
        padding: 15px;
        margin: 0 0 22px 0;
        display: inline-block;
        border: 1px solid green;
        background: #f1f1f1;
      }
      /* Add a background color when the inputs get focus */
       input[type=text]:focus, 
       input[type=email]:focus {
        background-color: #ddd;
        border: 2px solid #eef211;
        outline: none;
      }
    select {
    padding:6px;
    width:100%;
    height: 50px;
    font-size:15px;
    border-radius:2px;
    border:1px solid green;
    }
    textarea {
    padding:6px;
    font-size:15px;
    border-radius:2px;
    border:1px solid green;
    margin-top:10px;
    height:80px;
    width:100%
    }
    .send{
    background:#EDBD11;
    width:100%;
    font-size:20px;
    font-weight:bolder;
    border-radius:3px;
    padding: .5rem 1rem;
  background-color: #EDBD11;
  color: black;
  border: 1px solid transparent;
    cursor:pointer;
    margin-top:10px;
    }
    .send:hover{
        color: white !important;
        background-color: #EDBD11;
      }
      @media only screen and (max-width: 600px) 
{
    #slider {
        width:400px;
        top:105px;
        position:absolute
        }
        #sidebar {
            top:105px;
            }
            #sidebar1 {
            top:110px;
}
}