.form-container1 {
    border: 2px solid green;
	z-index: 1000;
	margin-top:129px;
  height: 60%;
  width: 0;
  position: fixed;
  right: -5px;
  top: 0;
  background-color: #f1f1f1;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  box-shadow: -2px 0 5px rgba(0,0,0,0.5);
}

.sidebar-header1 {
  padding: 0px;
  background-color: #007bff;
  color: white;
}
.sidebar-content1 {
  padding: 20px;
}
.form-container1 input, .form-container1 textarea {
 font-size: 13px;
    width: 99%;
    height: 30px;
    padding: 5px;
    margin: 3px 0;
    border: 1px solid #f1a269;
    border-radius: 5px;
    padding-bottom: 12px;
}
.close-btn1 {
width: 245px;
    padding: 8px;
    margin-top: 21px;
    position: absolute;
    top: 0px;
    right: 25px;
    font-size: 24px;
    cursor: pointer;
    color: #fdfbff;
    background-color: #074172;
}

/* Button to open sidebar */
#openSidebar {
font-size: 16px;
    height: 41px;
    width: 161px;
    transform: rotate(-90deg);
    z-index: 1000;
    position: fixed;
    top: 48%;
    right: -60px;
    background-color: #007bff;
    color: white;
    border: none;
    /* padding: 15px 12px; */
    cursor: pointer;
    background-color: #074172;
    box-sizing: border-box;
    color: #fff;
} 

#openSidebar:hover {
  background-color: #0056b3;
}
/*.form-container1 {*/
/*    display: block !important;*/
/*}*/

/*@media (max-width: 768px) {*/
/*    .form-container1{*/
/*        display: none;*/
/*    }*/
/*}*/

/*--------------------------------------marquee--------------*/
