.around-pop-up {
  position:fixed;
  left:0;
  top:0;
  width:100%;
  height:100%;
  opacity:0.5;
  z-index:701;
  background-color: #212121;
}
.popup-box-wrap {
  text-align:center;
  position:absolute;
  left:0;
  width:100%;
  z-index:702;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  top: 40px;
  padding:10px 10px;
}
.pop-up-close {
  color:#757575;
  cursor:pointer;
  font-size:25px;
  height:31px;
  position:absolute;
  right:6px;
  text-align:center;
  top:7px;
  width:31px;
  z-index:1;
  line-height:25px;
  padding:1px 1px;
}
.pop-up-close:hover {
  color:#757575;
}
.pop-up-close:before {
  content: '✕';
  font-family: Verdana, Arial, sans-serif;
}
.pop-up-content {
  background-color:#ffffff;
  border-radius: 15px 15px 15px 15px;
}
.pop-up-content .buttons {
  margin:15px 0 0;
}
.pop-up-info {
  padding:20px 20px;
}
.popup-box {
  background-color:#ffffff;
  background-color: #ffffff;
  display: inline-block;
  position: relative;
  z-index: 703;
  max-width: 100%;
  width: 1220px !important;
  border-top: 1px solid #d9d9d9;
  border-left: 4px solid #F37920;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  border-radius: 15px 15px 15px 15px;
}
.popup-buttons {
  border-top:1px solid #e0e0e0;
  padding:15px 15px;
}
.popup-content {
  padding:15px 15px;
}
.popup-heading {
  background-color:#eeeeee;
  font-size:16px;
  font-weight:bold;
  border-bottom:1px solid #e0e0e0;
  padding:10px 15px 12px;
}
.popup-simple {
  padding:20px 20px;
}
.popup-box iframe {
  border-radius: 15px 15px 15px 15px;
}