.service_box_w2g {
	background-position: center; background-repeat  : no-repeat; background-size    : cover;
}


.blur_text {
	filter: blur(0.5px);
  -webkit-filter: blur(0.5px);
}


.white_text {
	color: white;
}


@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
	.ipad_testboxsize{
		min-height: 679px;
	}
}




/* ----------- Non-Retina Screens ----------- */
@media screen
  and (min-device-width: 1200px)
  and (max-device-width: 1600px)
  and (-webkit-min-device-pixel-ratio: 1) {

  	.normal_min_size{
  		min-height: 473px;
  	}
}

/* ----------- Retina Screens ----------- */
@media screen
  and (min-device-width: 1200px)
  and (max-device-width: 1600px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (min-resolution: 192dpi) {

  	.normal_min_size{
  		min-height: 473px;
  	}
}
