.homeForm {
	position:absolute;
	top: 0px;
	right:0px;
	z-index:9999999;
	width:300px;
	transition: all ease-in-out 250ms;
}

@media (max-width: 1024px) {
  .fmenu .homeForm {
    right:50px;
    
  }
}

.sb-search {
	position:absolute;
	z-index:9999;
	left:0px;
  top:0px;
	width: 0%;
	width: 230px;
	height: 50px;
	overflow: hidden;
	font-family:'Ubuntu' ;
}

.sb-search-input {
	border: none;
	outline: none;
	background: var(--secondary-color);
	color: var(--white);
	width: 220px;
	height: 50px;
	margin: 0;
	z-index: 100;
  line-height:50px;
	font-size: 16px;
	padding:0 20px;
  font-family:'Ubuntu';
 

}
input::placeholder {
	color: var(--white);
	opacity: 1;
}
.sb-icon-search,
.sb-search-submit  {
	width: 50px;
	height: 50px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	margin: 0;
	text-align: center;
	cursor: pointer;
}

.sb-search-submit {
  opacity: 0;
	color: var(--white);
	outline: none;
	z-index: -1;
}

.sb-icon-search {
	color:var(--white);
	background:var(--primary-color);
	z-index: 90;
	font-size: 25px;
  line-height: 50px;
	font-family: 'Font Awesome 5 Free';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-weight:900;
	transition: all ease-in-out 250ms;
	border-radius: 0;
}
.fmenu .sb-icon-search {
	border-radius: 0;

}
.sb-icon-search:hover{
	background:var(--tree-color);
	color:var(--white);	
}

.sb-icon-search:before {
	content: "\f002";
}

/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {
	width: 100%;
}


.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
	z-index: 90;
}

.column {
  position:absolute;top:5px;right:10px;height:30px;width:300px;
}