label {
  cursor: pointer;
}
li
{
	list-style:none;
}
#menu-toggle {
  display: none; /* hide the checkbox */
}
#menu {
  display: none;
}
#menu-toggle:checked + #menu {
  display: block;
}

.menu_toggle label img{
	height: 45px;
    width: 45px;
    margin-left: 4%;
}

.menu_toggle ul{
	border: 1px solid #89867e;
    width: 100%;
    margin: 0% 2%;
    height: auto;
    border-radius: 3px;
    margin-bottom: 5%;
	padding:0%;
}

.menu_toggle ul li{
	text-align: center;
    height: 40px;
    line-height: 40px;
	background:#89867e;
}

.menu_toggle ul li a{
	text-decoration:none;
	color:#fff;
	text-transform: uppercase;
}

.menu_toggle ul li:hover{
	background:#b1aea6;
}


   .reg1 {
    border-radius: 0;
    font-size: 12px;
    font-weight: bold;
    
   
    z-index: 9999;
}