
<!----------------------modal  0 starts  ------------------------->
<style>

body 	{
	font-family: Arial, Helvetica, sans-serif;
	}

/* The Modal (background) */
.modal {
  	display: none; /* Hidden by default */
  	position: fixed; /* Stay in place */
  	z-index: 1; /* Sit on top */
 	padding-top: 120px; /* Location of the box */
  	top: 0;
 	margin-left: auto; 	
	margin-right: auto;
          	max-width: 750px; /* 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); /* Black w/ opacity */  
	}

/* Modal Content */
.modal-content {
  	background-color: #eaf3da;
  	margin: auto;
  	padding: 20px;
	border-top: 4px solid #72b720;
           	border-left: 4px solid #72b720;
          	border-right: 4px solid #005b1e;
           	border-bottom: 4px solid #005b1e;
 	border-radius: 16px;
  	max-width: 700px;
 	float: left; 
 	margin-left:2.5em;
	margin-right:2.5em;
	}


.myBtn {
	background-color:#ee71a2;
	color:#ffffff;
	border-width:0px;
 	padding: 2px 12px 0px;
	margin-left: 20px;
 	height: 40px;
 	line-height:24px;
	font-family: Arial, Helvetica;
                font-size:16px;
                font-weight:bold;
	border-radius: 10px;
	}
.myBtn:hover {
                background-color:#ffffff;
                color:#ff0000;
                cursor:pointer;
                font-size:16px;
                font-weight:bold;
 	border-radius: 6px;
                }
 

/* The Close Button on the modal box */

.close {
  	color: red;
 	float: right;
 	font-size: 50px;
  	font-weight: bold;
	}
 
.close:hover,
.close:focus {
  	color: #000;
 	text-decoration: none;
 	cursor: pointer;
	}
</style>
<!----------------------modal  0 ends  ------------------------->







<!----------------------modal  1 starts  ------------------------->

body	{
	font-family: Arial, Helvetica, sans-serif;
	}

/* The Modal (background) */
.modal1 {
  	display: none; /* Hidden by default */
  	position: fixed; /* Stay in place */
  	z-index: 1; /* Sit on top */
 	padding-top: 120px; /* Location of the box */
  	top: 0;
 	margin-left: auto; 	
	margin-right: auto;
          	max-width: 750px; /* 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); /* Black w/ opacity */  
	}

/* Modal Content */
.modal1-content {
  	background-color: #eaf3da;
  	margin: auto;
  	padding: 20px;
	border-top: 4px solid #72b720;
           	border-left: 4px solid #72b720;
          	border-right: 4px solid #005b1e;
           	border-bottom: 4px solid #005b1e;
 	border-radius: 16px;
  	max-width: 700px;
 	float: left; 
 	margin-left:2.5em;
	margin-right:2.5em;
	}


.myBtn1{
	display: inline-block;
  	padding: 1px 9px 1px 10px;
 	
	font-size: 16px;
	font-weight: bold;
  	color: #ffffff;
  	line-height:24px;
	font-family: Arial, Helvetica;
  	border-radius: 10px;
	border:none;
  	background-color: #008000;
 	margin-left: 20px;
	}

.myBtn1:hover{
                background-color:#ffffff;
                color:#ff0000;
                cursor:pointer;
                font-size:16px;
                font-weight:bold;
	border: none;
                border-radius: 14px;
                }
 

/* The Close Button on the modal box */

.close1 {
  	color: red;
 	float: right;
 	font-size: 50px;
  	font-weight: bold;
	}
 
.close1:hover,
.close1:focus {
  	color: #000;
 	text-decoration: none;
 	cursor: pointer;
	}

/*----------------------modal  1 ends  -------------------------*/


/*----------------------Modal 2 starts----------------------*/

<style>

body 	{
	font-family: Arial, Helvetica, sans-serif;
	}

/* The Modal (background) */
.modal2{
  	display: none; /* Hidden by default */
  	position: fixed; /* Stay in place */
  	z-index: 1; /* Sit on top */
 	padding-top: 120px; /* Location of the box */
  	top: 0;
 	margin-left: auto; 	
	margin-right: auto;
          	max-width: 750px; /* 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); /* Black w/ opacity */  
	}


/* Modal Content */
.modal2-content{
  	background-color: #eaf3da;
  	margin: auto;
  	padding: 20px;
	border-top: 4px solid #72b720;
           	border-left: 4px solid #72b720;
          	border-right: 4px solid #005b1e;
           	border-bottom: 4px solid #005b1e;
 	border-radius: 16px;
  	max-width: 700px;
 	float: left; 
 	margin-left:2.5em;
	margin-right:2.5em;
	}

.myBtn2{
	display: inline-block;
  	padding: 1px 9px 1px 10px;
 	
	font-size: 16px;
	font-weight: bold;
  	color: #ffffff;
  	line-height:24px;
	font-family: Arial, Helvetica;
  	border-radius: 10px;
	border:none;
  	background-color: #008000;
 	margin-left: 20px;
	}

.myBtn2:hover{
                background-color:#ffffff;
                color:#ff0000;
                cursor:pointer;
                font-size:16px;
                font-weight:bold;
	border: none;
                border-radius: 14px;
                }

/* The Close Button on the modal box */
.close2 {
  	color: red;
 	float: right;
 	font-size: 50px;
  	font-weight: bold;
	}
 
.close2:hover,
.close2:focus {
  	color: #000;
 	text-decoration: none;
 	cursor: pointer;
	}
</style>
/*-------------------modal ends 2------------------------*/