.form_shadow {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
  display: none;
  z-index: 9998;    
  top: 0px;
  left: 0px;
}
.closemsg {
  float: right;
  margin-top: -5px;
  font-size: 18px;
}
.myPopup {
  position: fixed;
  top: 40%;
  left: 50%;
  max-width: 90%;
  transform: translate(-50%, -50%); 
  -webkit-transform: translate(-50%, -50%);  
  -moz-transform: translate(-50%, -50%);   
  z-index: 9999;
  display: none;
  background-color: #fff;
  padding: 25px;

  color: #000;
  font-family: tahoma, arial, helvetica, sans-serif;
}
.myPopup.popup-live {
  width: 95%;
  max-width: 835px;
  padding: 5px;
}
.myPopup iframe {
  width: 100%;
}
.myPopup .contact .h3 {
  font-size: 18px;
  line-height: 30px;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 10px;
  text-align: center;
}
.myPopup .contact p {
  width: 310px;
  max-width: 100%;
  margin: 0 auto;
  padding-bottom: 5px;
  color: #7a7a7a;
  font-size: 12px;
}
.myPopup .contact .sub-title {
  color: #000;
  font-size: 13px;
  line-height: 1.3;
  padding-bottom: 20px;
}
.myPopup .contact input,
.myPopup .contact button,
.myPopup .contact select,
.myPopup .contact textarea {
  padding: 6px;
  border: 1px solid #e9e9e9;
  color: #2e3a47;
  outline: none;
}
.myPopup .contact input[type="text"],
.myPopup .contact input[type="email"],
.myPopup .contact input[type="number"],
.myPopup .contact textarea {
  padding: 7px;
  margin-left: 0px;
  margin-right: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -webkit-appearance: none;
  -webkit-transition: all 0.15s linear 0s;
  transition: all 0.15s linear 0s;
  height: 40px;
  /* float: left; */
  width: 310px;
  max-width: 100%;
  font-size: 15px;
  /* line-height: 40px; */
  margin-bottom: 10px;
}
.myPopup .contact .bttn {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  line-height: 1.428571429;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;    
  text-align: center;
  background-color: #000;
  color: #FFFFFF;
  padding: 10px 30px;
  font-size: 12px;
  font-weight: bold;
  width: auto;
  text-transform: uppercase;
  -webkit-transition: background-color 400ms linear;
  transition: background-color 400ms linear;
  height: auto;
  text-decoration: none !important;
}
.myPopup .contact .bttn:hover {
  background: #f03636;
}
.myPopup .contact .notifications {
  text-align: center;
  width: 400px;
  max-width: 100%;
  font-style: italic;
  color: red;
  margin-top: 10px;
}
.myPopup .contact textarea {
  height: 100px;
}

.myPopup.popup-success .success-msg {
	font-size: 24px;
}
