.modalmsgp {
padding: 0px 20px 10px 20px;
font-size: 16px;
text-align: left !important;
color: #000 !important;
}
.modalmsgh2 {
padding: 0px 20px 10px 20px;
font-size: 16px;
font-weight: bold;
text-align: left !important;
color: #000 !important;
}

/* The Modal (background) */
.modalmsg {
  display: block; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9999999999; /* Sit on top */
  padding-top: 37px; /* 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.3); /* Black w/ opacity */
}

/* Modal Content */
.modalmsg-content {
  background-image: url('https://content.clickhere.gr/hotels/websites/css/semi-back2.png');
  background-repeat: repeat; 	
  margin-left: auto;
  margin-right: auto;  
  margin-top: 240px;  
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

.modalmsg-span {
  float: right;
  font-size: 20px;
  color: black;
  font-weight: bold;
}

/* The Close Button */
.modalmsg-close {
  color: #5e5e5e;
  float: right;
  font-size: 21px;
  font-weight: normal;
}

.modalmsg-close:hover,
.modalmsg-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
