/* Loader */
.loader {
	position: absolute;
	top: 0%;
	left: 0%;
	right: 0;
	width: 100%;
	height: 100%;
	bottom: 0;
	background-color: #efefef;
	z-index: 999999;
	opacity: 0.75;
}

.loader_info {
	text-align: center;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
/* 	width: 100%; */
	opacity: 1.0;
}

.loader_info p {
	color: #000;
}

.loader_info img {
	width: initial !important;
	min-height: initial !important;
	max-height: initial !important;
}

/* End of Loader */