.popup-img {
	z-index: 111111111111111;
	top: 0%;
	text-align: center;
	margin: 50px auto;
	position: relative;
}
.popup-img img {
	width: 40%;
	border-radius: 10px;
}
.plus {
	position: absolute;
	top: 0%;
	right: 30.5%;
	color: red;
	font-size: 30px;
	font-weight: bold;
	transition: 0.3s;
	cursor: pointer;

}
.close:hover {
	color: #fff;
}
.mfa-style{
	display:none !important;
}
.mfa-co {
	display: none;
	z-index: 11111111111111111111111;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.64);
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1050;
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	outline: 0;
	z-index: 9999999999999;
}
@media only screen and (max-width: 1600px) {
	.plus {
	  position: absolute;
	  top: -2%;
	}
}
@media only screen and (max-width: 1440px) {
	.plus {
	  position: absolute;
	  top: -3%;
		color: red;
	}
}
@media only screen and (max-width: 767px) {
	.popup-img img {
		width: 100%;

	}
	.plus {
	   top: 0%;
		right: 17px;
}
}
@media only screen and (max-width: 425px) {
	.plus {
		position: absolute;
		top: -3%;
		right: 10px;
		color: red;
		font-size: 40px;
		font-weight: bold;
		transition: 0.3s;
		cursor: pointer;
	}
	.popup-img {
		right: 0;
	}

}
@media only screen and (max-width: 354px) {
	.popup-img {

	margin:173px auto;

	}
	.plus {
    top: -4%;
	}

}
