@media(max-width:768px){
	.cd-dropdown.dropdown-is-active {
		width: 50%;
	}
	.cd-dropdown{
		width: 50%;
	}

}
@media(max-width:480px){
	.cd-dropdown.dropdown-is-active {
		width: 75%;
	}
	.cd-dropdown{
		width: 75%;
	}
	
}
body{
	z-index: 1;
}
.nav-icon1{
	z-index: 2;
}
.cd-dropdown-wrapper{
  width: 0%;
    height: 0%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    
}
.cd-dropdown-wrappers{
	 width: 100%;
    height: 100%;
}