
@media only screen and (min-width: 0px) and (max-width: 461px) {
.drillDesign{
	min-height:400px !important;
}
.bodyresponsive{
	overflow-y:scroll;
}

}

@media only screen and(min-width: 462px) and (max-width: 761px) {

.drillDesign{
	min-height:400px !important;
}
.bodyresponsive{
	overflow-y:scroll;
}



}

@media only screen and (min-width: 762px) and (max-width: 991px) {

.drillDesign{
	min-height:400px !important;
}

}

@media only screen and (min-width: 992px) and (max-width: 1400px) {

.drillDesign{
	min-height:602px !important;
}

}
@media only screen and (min-width: 1025px) and (max-width: 1400px) {
.sidebarHeight{
	height: 100%;
    height: -moz-available;          /* WebKit-based browsers will ignore this. */
    height: -webkit-fill-available;  /* Mozilla-based browsers will ignore this. */
}

}
