 #Homeheader{
 background: #FFFFFF 0% 0% no-repeat padding-box;
 box-shadow: 0px 3px 6px #00000029;
 opacity: 1;
 padding: 11px;
 }
 #Homeheader img{ 
 width:42px;
 }
 #Homeheader a{
 color: #000000;
 opacity: 0.5;
 }
 .support{
 width: 32px;
 margin-left: 0;
 }
header img{
    width: 244px;
    margin-left: 41px;
    vertical-align: unset;
    margin-top: 0;
}
header {
 background-color: rgb(0,192,255);
 height:60px;
}
body {
 margin:0;
}
.menuIcon {
  display: inline-block;
  cursor: pointer;
  margin-top: 15px;
}

.bar1, .bar2, .bar3 {
    width: 35px;
    height: 3px;
    background-color: #fff;
    margin: 6px 0;
    transition: 0.4s;
    margin-left: 15px;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-4px, 5px)
}

.change .bar2 {opacity: 0;}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}
#searchInput{
  width: 435px;
	height: 35px;
	border-radius: 6px;
	padding-left: 17px;
	border: none;
	position: absolute;
	margin-top: 15px;
	margin-left: 50px;
	outline:none;
}
.searchicon {
	width: 20px;
    position: relative;
    top: -6px;
    left: 481px;
    z-index: 99;
    margin-left: 0;
}
.rightside img{
	width:20px;
	margin-left:13px;
    vertical-align: middle;
}
.rightside{
	display: inline-block;
    float: right;
    margin-top: 15px;
}
#profilePic{
	border-radius: 50%;
	width: 34px;
	margin-right: 15px;
}
.display{
display:none;
}
.menuLinks{
	width: 33%;
    background-color: #fff;
    position:absolute;
	height:125vh;
	z-index:99;
}
#menuItems{
	background: rgb(103,103,103,0.4);
	margin-top: 7px;
	height:125vh;
	position:relative;

}
.menuLinks a{
margin: 35px 10px;
display: block;
letter-spacing: 0px;
color: #000000;
opacity: 0.4;
font-size:18px;
}
.menuLinks a:first-child {
    margin-top: 25px;
}

.menuLinks i{
	font-size: 30px;
	vertical-align: bottom;
	margin-right: 5px;
	    opacity: 0.4;
}
.menuborder{
	background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 0.5px solid #707070;
    border-radius: 10px;
    opacity: 1;
	padding: 9px;
	width: 88%;

}
.menuborder.last{
	margin-bottom:140px;
}
.rightarrow{
 float:right;
}

@media only screen and (max-width: 1023px) {
  #searchInput {
    width: 200px;
	margin-left:0;
  }
  .searchicon{
	left: 215px;
  }
}
@media only screen and (max-width: 419px) {
  header{
	display: inline-table;
	width: 100%;
  }
   #searchInput {
    display: flex;
    width: 212px;
    margin-top: 0;
    margin-left: 16px;
  }
  .searchicon{
	display: flex;
    top: 29px;
	left: 218px;
  }
  .rightside{
	  margin-bottom:15px;
	  margin-top:0px;
  }
  #menuItems{
  margin-top:0;
  }
  .menuLinks{
	  width:100%;
  }
  header img{
	  margin-left:20px;
  }
}