@media only screen and (min-width: 1004px) and (max-width: 1230px)
{
	
}


@media only screen and (min-width: 760px) and (max-width: 1000px)
{
.dr_nel {
	position: relative;
	width: 100%;
	bottom: 60px;
	left: 0;
	background: #fff;
	padding: 5%;
	-webkit-box-shadow: 0px 6px 14px -1px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 6px 14px -1px rgba(0,0,0,0.1);
	box-shadow: 0px 6px 14px -1px rgba(0,0,0,0.1);
}
	.achive_section{display: none;}
		#cssmenu {
  position: absolute;
  right: 0;

}
}


@media only screen and (min-width: 580px) and (max-width: 767px)
{
.dr_nel {
	position: relative;
	width: 100%;
	bottom: 60px;
	left: 0;
	background: #fff;
	padding: 5%;
	-webkit-box-shadow: 0px 6px 14px -1px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 6px 14px -1px rgba(0,0,0,0.1);
	box-shadow: 0px 6px 14px -1px rgba(0,0,0,0.1);
}
	.achive_section{display: none;}
		#cssmenu {
  position: absolute;
  right: 0;

}

}

@media only screen and (min-width: 480px) and (max-width: 580px)
{

.dr_nel {
	position: relative;
	width: 100%;
	bottom: 60px;
	left: 0;
	background: #fff;
	padding: 5%;
	-webkit-box-shadow: 0px 6px 14px -1px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 6px 14px -1px rgba(0,0,0,0.1);
	box-shadow: 0px 6px 14px -1px rgba(0,0,0,0.1);
}
	.achive_section{display: none;}
		#cssmenu {
  position: absolute;
  right: 0;

}
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-width: 479px) {
.dr_nel {
	position: relative;
	width: 100%;
	bottom: 60px;
	left: 0;
	background: #fff;
	padding: 5%;
	-webkit-box-shadow: 0px 6px 14px -1px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 6px 14px -1px rgba(0,0,0,0.1);
	box-shadow: 0px 6px 14px -1px rgba(0,0,0,0.1);
}
	.achive_section{display: none;}
	#cssmenu {
  position: absolute;
  right: 0;

}
	
}