.modal {
	display: none;
	/* Hidden by default */
	position: fixed;
	/* Stay in place */
	z-index: 99999;
	/* Location of the box */
	left: 0;
	top: 0;
	width: 100%;
	/* Full width */
	height: 100%;
	/* Full height */
	overflow: auto;
	/* Enable scroll if needed */
	background-color: rgb(0, 0, 0);
	/* Fallback color */
	background-color: rgba(0, 0, 0, 0.4);
}
/* Modal Content */
.modal-content {
	margin-top: 0%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
	border: 0;
	width: 90%;
	max-width: 1160px;
	color: #000000;
	font-size: 16px;
	line-height: 26px;
	text-align: left;
}

/*bar style*/
.modal-content::-webkit-scrollbar {
 width: 5px;
}
.modal-content::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
}
.modal-content::-webkit-scrollbar-thumb {
 background-color: darkgrey;
 outline: 1px solid slategrey;
}
/* The Close Button */
.close {
	color: #aaaaaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
		margin-top:20px;
	margin-bottom:50px;
	position:relative;
	z-index:999999;
	
}
.close img {
	width:30px;
}
.close:hover, .close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}
@media only screen and (min-width: 1000px) {
 .close img {
 width:50px;
}
}
