.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 {
	background-color: #fefefe;
	margin-top: 15%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	border: 1px solid #888;
	width: 80%;
	max-width: 450px;
	color: #000000;
	font-size: 16px;
	line-height: 26px;
	text-align: left;
	height: 150px;
}
.modal-content h1 {
	font-size: 30px;
	line-height: 32px;
}
.modal-content h2 {
	color: #3a84b5;
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 20px;
}
.modal-content p {
	font-size: 16px;
	line-height: 25px;
	margin-bottom: 40px;
}
.modal-content1 {
	background-color: #fefefe;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	border: 1px solid #888;
	width: 80%;
	color: #000000;
	font-size: 16px;
	line-height: 26px;
	text-align: left;
	height: 600px;
	overflow-y: scroll;
	margin-top: 30px;
}
.modal-content1 h1 {
	font-size: 30px;
	line-height: 32px;
}
.modal-content1 h2 {
	color: #3a84b5;
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 20px;
}
.modal-content1 p {
	font-size: 16px;
	line-height: 25px;
	margin-bottom: 40px;
}
.modal-content2 {
	background-color: #fefefe;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	border: 1px solid #888;
	width: 80%;
	max-width: 500px;
	color: #000000;
	font-size: 16px;
	line-height: 26px;
	text-align: left;
	min-height: 150px;
	margin-top: 10%;
}
.modal-content2 h1 {
	font-size: 20px;
	line-height: 32px;
	text-align: center;
	margin-bottom: 20px;
}
.modal-content2 h2 {
	color: #3a84b5;
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 20px;
}
.modal-content2 p {
	font-size: 16px;
	line-height: 25px;
	margin-bottom: 40px;
}
.modal-content2 i{
	text-align: center;
	font-size: 70px;
	margin-bottom: 20px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
}
.modal-content3 {
	background-color: #fefefe;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	border: 1px solid #888;
	width: 80%;
	max-width: 700px;
	color: #000000;
	font-size: 16px;
	line-height: 26px;
	text-align: left;
	min-height: 150px;
	max-height: 500px;
	overflow-y: scroll;
	margin-top: 6%;
}
.modal-content3 h1 {
	font-size: 20px;
	line-height: 32px;
	text-align: center;
	margin-bottom: 20px;
}
.modal-content3 h2 {
	color: #3a84b5;
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 20px;
}
.modal-content3 p {
	font-size: 16px;
	line-height: 25px;
	margin-bottom: 40px;
}
/*bar style*/
.modal-content1::-webkit-scrollbar {
 width: 5px;
}
.modal-content1::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.3);
}
.modal-content1::-webkit-scrollbar-thumb {
 background-color: darkgrey;
 outline: 1px solid slategrey;
}
.modal-content3::-webkit-scrollbar {
 width: 5px;
}
.modal-content3::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.3);
}
.modal-content3::-webkit-scrollbar-thumb {
 background-color: darkgrey;
 outline: 1px solid slategrey;
}
/* The Close Button */
	
.close {
	color: #aaaaaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}
.close:hover,  .close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}
@media only screen and (min-width: 1000px) {

	}