body {
font-family: Verdana, sans-serif;
background-color: #FFF;
color: #000;
width: 100%;
margin: 0;
}
.maincontainer{
margin-top: 0;
width: 100%;
height: auto;
background-color: #FFF;
}

.mainmenu{
	float: left;
	width: 100%;
	height: auto;	
}
.mainmenunone{
	display: none;
}
.mainmenutoggle{
display: none;
}

.mainmenutoggleshow{
	float: left;
	width: 100%;
	height: 20px;
	color: #FFF;
	background-color: #000;
	text-align: center;	
}

.searchbar{
	float: left;
	width: 100%;
	margin-top: 15px;
	height: 30px;
}

#selectedsearch{
	font-size: inherit;
	font-weight: bold;
	width: auto;
	height: auto;
	color: #000;
	margin-right: 7px;
}

.searchbarcontainer{
	width: 100%;
	height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;	
}

#search{
	font-size: 18px;
	width: 45%;
	height: 30px;
	text-align: center;
	border: 0.1em solid lightgray;
	border-radius: 6px;
	box-shadow: 0.5px 0.5px 0.5px lightgray;	
}

.searchbtn{
	margin-left: 7px;
	padding: 6px 8px;
	background-color: lightgreen;
	border-radius: 8px;
	border: none;
	cursor: pointer;
}

.searchsuggestionlist{
	width: 100%;
	height: auto;
	background-color: #FFF;
}

.resultscontainer{
	margin: 0;
	float: left;
	width: 100%;
	height: 100vh;
	position: relative;
}

.resultslist{
	margin: 0;
	list-style: none;
	width: inherit;
	height: auto;
	background-color: yellow;	
}

.resultslist li{
	margin: 0;
	width: 100%;
	height: auto;
	font-size: 16px;
}

.tblsquaremenutop{
	width: 100%;
	height: auto;
}
.tblsquaremenutop .squaremenutoptr td{
	width: 50%;
	height: auto;	
}

.tblsquaremenutop .squaremenutoptr td div{
	float: left;
	width: 100%;
	height: 70px;
	border-radius: 5px;	
	font-size: 28px;
	border: none;
	border-bottom: 0.1em solid #FFF;
	color: #FFF;
	background-color: #000;	
  display: flex;
  align-items: center;
  justify-content: center;
cursor: pointer;
}

.tblsquaremenutop .squaremenutoptr td div:hover{
	color: #000;
	background-color: lightgreen;
cursor: pointer;
}

.tblsquaremenubottom{
	width: 100%;
	height: auto;
}

.tblsquaremenubottom .squaremenubottomtr td{
	width: 100%;
	height: auto;
}

.tblsquaremenubottom .squaremenubottomtr td div{
	float: left;
	width: 100%;
	height: 70px;
	font-size: 28px;
	border-radius: 5px;
	border: none;
	border-bottom: 0.1em solid #FFF;
color: #FFF;
	background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
cursor: pointer;
}

.tblsquaremenubottom .squaremenubottomtr td div:hover{
	color: #000;
	background-color: lightgreen;
cursor: pointer;
}

footer{
font-size: 12px;
width: 100%;
height: auto;
position: fixed;
left: 0;
bottom: 0;
color: gray;
background-color: #FFF;
text-align: center;
}

.demoPage{
float: left;
width: 100%;
}
.demoPage h5{
text-align:center;
font-size: 12px;
font-weight: normal;
}
.demoPage h5 a:link, .demoPage h5 a:hover{
color: #74c365;
font-size: 12px;
font-weight: bold;
text-decoration: none;
}

.footerbottom{
font-size: 11px;
text-align:center;
}
.footerbottom a{
color: #000;
text-decoration: none;
}
@media only screen and (min-width: 1200px) {
body{
font-family: Verdana, sans-serif;
font-size: 16px;
color: #000;
background-color: #FFF;
width: 50%;
margin-left: 25%;
margin-right: 25%;
}

}

@media screen and (min-width: 992px){
body{
font-family: Verdana, sans-serif;
font-size: 16px;
color: #000;
background-color: #FFF;
width: 50%;
margin-left: 25%;
margin-right: 25%;
}

}
@media screen and (max-width: 992px){

}

@media screen and (max-width: 768px){

}
@media screen and (max-width: 600px){
body{
font-family: Verdana, sans-serif;
font-size: 16px;
color: #000;
background-color: #FFF;
width: 100vw;
}


.tblsquaremenutop .squaremenutoptr td div{
	float: left;
	width: 100%;
	height: 70px;
	border-radius: 5px;	
	font-size: 18px;
	border: none;
	border-bottom: 0.1em solid #FFF;
	color: #FFF;
	background-color: #000;	
  display: flex;
  align-items: center;
  justify-content: center;
cursor: pointer;
}

.tblsquaremenubottom .squaremenubottomtr td div{
	float: left;
	width: 100%;
	height: 70px;
	font-size: 18px;
	border-radius: 5px;
	border: none;
	border-bottom: 0.1em solid #FFF;
color: #FFF;
	background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
cursor: pointer;
}
}

.hmumbostyle{
background-color: orange;
color: #FFF;
padding: 2px 4px;
}