
.banner{
  width:100%;
  height:100vh;
  background: url(https://images.pexels.com/photos/683929/pexels-photo-683929.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940) no-repeat center center fixed;
  background-size:cover;
} 
.content{
  padding:50px 100px;
}
.content h2{
  padding:0;
  margin:0 0 20px;
  font-size:30px;
}
.content p{
  font-size:18px;
}
.sidebar-contact{
  position:fixed;
  top:55%;
  right: -350px;
  transform:translateY(-50%);
  width:350px;
  height:auto;
  padding:40px;   
  background:#fff;
  box-shadow: 0 20px 50px rgba(0,0,0,.5);
  box-sizing:border-box;
  transition:0.5s;
  z-index: 999999;
}
.sidebar-contact1{
  position:fixed;
  top:60%;
  right: -350px;
  transform:translateY(-50%);
  width:350px;
  height:auto;
  padding:40px;   
  background:#fff;
  box-shadow: 0 20px 50px rgba(0,0,0,.5);
  box-sizing:border-box;
  transition:0.5s;
  z-index: 999999;
}
.sidebar-contact.active{
  right:0;
  z-index: 999999;
}
.sidebar-contact input,
.sidebar-contact textarea{
  width:100%;
  height:36px;
  padding:5px;
  margin-bottom:10px;
  box-sizing:border-box;
  border:1px solid rgba(0,0,0,.5);
  outline:none;
}
.sidebar-contact h2{
  margin:0 0 20px;
  padding:0;
}
.sidebar-contact textarea{
  height:60px;
  resize:none;
}
.sidebar-contact input[type="submit"]{
  background:#00bcd4;
  color:#fff;
  cursor:pointer;
  border:none;
  font-size:18px;
}
.toggle{
position: absolute;
height: 51px;
width: 130px;
text-align: center;
cursor: pointer;
background: linear-gradient(90deg, var(--c1, #ffe712), var(--c2, #ed595a ) 50%, var(--c1, #ffe712)) var(--x, 0)/ 200%;
top: 40px;
left: -86px;
line-height: 48px;
transform: rotate(270deg);
color: white;
font-weight: 800;
}
.toggle1{
position: absolute;
height: 51px;
width: 130px;
text-align: center;
cursor: pointer;
background:-webkit-linear-gradient(0deg, #862ff1, #083ca7  50%) !important;
top: 40px;
left: -86px;
line-height: 48px;
transform: rotate(270deg);
color: white;
font-weight: 800;
}
.toggle:before{
  font-family:fontAwesome;
  font-size:18px;
  color:#fff;
}
.toggle.active:before{
  
}

