.simple-popup .pop-up{
	width: 900px;
	max-width: 100%;
	z-index: 1;
}
.simple-popup .popup-loading{
	width: 120px;
	height: 120px;
	background: url(../img/loading.gif) no-repeat center center;
	margin: 0 auto;
}
/* Simple Popup */
.simple-popup, .simple-popup .overlay{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: auto;
}
.simple-popup{
  z-index: 1000;
  overflow-x: hidden;
  overflow-y: auto;  
}
.simple-popup .overlay{
  background: rgba(0, 0, 0, 0.3);
  margin: 0;
  padding: 0;
}
.simple-popup .wrapper {
  position: relative;
  float: left;
  background: none;
}
@media (max-width: 748px){
  .simple-popup .wrapper{
    width: 90%;
  }
}
.simple-popup .close{
  position: absolute;
  cursor: pointer;
	width: 26px;
	height: 26px;
	top: 15px;
	right: 15px;
  z-index: 5;
  background: url(../img/icon-close.svg) no-repeat center center;
}
/* End Simple Popup */
.pop-up{
	margin: auto;
	width: 100%;
	max-width: 900px;
	min-height: 500px;
	background-color: #fff;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	z-index: 10;
}
.pop-up .thumb {
	width: 40%;
	background: url(../images/bg-5.jpg) no-repeat 50% 50% /cover;
}
.pop-up .info{
	width: 60%;
	padding: 0 30px;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
}
.pop-up .icon{
	position: absolute;
	width: 100px;
	height: 100px;
	left: -50px;
	top: 50%;
	margin: -50px 0 0;
	background-color: #fff;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}
.pop-up .icon .img, .pop-up .icon svg{
	margin: auto;
	display: block !important;
	width: 37px !important;
	height: 28px !important;
	fill: #00457e;
}
.pop-up .info h4{
	font-weight: normal;
	font-size: 30px;
	font-size: 3rem;
}
.pop-up .info p{
	font-size: 18px;
	font-size: 1.8rem;
}
.pop-up .form{
	max-width: 300px;
	text-align: center;
	margin: 0 auto;
}
@media (max-width: 1008px){
	.pop-up{
	  max-height: 500px;
	  height: auto;
	}
	.pop-up .info{
		padding: 100px 30px;
	}
}
@media (max-width: 768px){
	.pop-up{
		width: 96%;
		margin: auto 2%;
		overflow-y: scroll;
		height: auto;
		max-height: 100%;
	}
	.pop-up .thumb{
		width: 100%;
		height: 220px;
	}
	.pop-up .info{
		width: 100%;
		height: auto;
		padding: 40px 60px;
	}
	.pop-up .icon{
		left: 50%;
		top: -50px;
		margin: 0 0 0 -50px;
	}
}
.pop-up input[type="submit"]{
	width: 100%;
	float: none;
	padding: 15px;
	margin: 5px 5px 5px 0;
	color: #00bce3 !important;
	background-color: #00bce3;
	border: 1px solid #00bce3;
	text-align: center;
	display: inline-block;
	color: white !important;
	text-transform: capitalize;
	font-weight: 500;
	font-family: "soin_sans_proroman", sans-serif;
	line-height: 1;
	font-size: 18px;
	height: 55px;
}