.centerUp {
  margin: 0 auto;
  width: 960px;
}


.closeBtn {
  font-size: 22px;
  margin: 10px 0 0;
  position:absolute;
  right: 48px;
  top:25px;
  display:block;
  cursor:pointer;
  z-index: 90;
  text-align:center
}

.closeBtn h5{
	display:block;
	font-size:14px;
	cursor:pointer;
	text-align:center
}

.closeBtn p:hover {
  cursor: pointer;
}



/* \\\\\\\\\\\\\\\\\    END DEMO CODE   ///////////////////////////////// */
/* \\\\\\\\\\\\\\\\\    MODAL CODE   ///////////////////////////////// */
.overlay-new {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  display: none;
}

.modal {
  display: none;
  background: #fff;
  padding: 50px 30px 30px;
  -webkit-box-shadow: inset 0px 0px 38px -5px rgba(0,0,0,0.75);
-moz-box-shadow: inset 0px 0px 38px -5px rgba(0,0,0,0.75);
box-shadow: inset 0px 0px 38px -5px rgba(0,0,0,0.75);
  overflow: auto;
  z-index: 2001;
  position: absolute;
  width: 1280px;
  min-height: 90vh;
}

/* \\\\\\\\\\\\\\\\\    END MODAL CODE   ///////////////////////////////// */

.modal h2{
	font-size: 17px;
	font-family: 'Montserrat', sans-serif;
	font-size: 2.3em;
	margin-bottom:16px;
	color:#eb0028;	
}

.modal p{
	text-align:justify;
}
