body {
font-family: Arial;
font-size:14px;
}

.simplePopup {
  background: #fff none repeat scroll 0 0;
  display: none;
  min-width: 64%;
  padding: 12px;
  position: fixed;
  text-align: center;
  width: 64%;
  z-index: 999;
}

.simplePopupClose {
float:right;
cursor:pointer;
margin-left:10px;
margin-bottom:10px;
}

.simplePopupBackground {
  background-color: rgba(255, 255, 255, 0.3);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
.simplePopupClose{ display:none;}
.close_cross {
    position: absolute;
    right: -19px;
    top: -18px;
    width: 40px;
	cursor: pointer;

}
.image01 {
    padding-bottom: 18px;
    padding-top: 17px;
}


.image03 {
    padding-bottom: 21px;
    padding-top: 6px;
}
.image04 {
    padding-bottom: 20px;
}
.text_popup {
  color: #666666;
  font-family: Merriweather;
  font-size: 14px;
  line-height: 23px;
  padding: 0 95px;
}

.simplePopup {
  display: block;
  left: 221.5px;
  top: 130px;
  padding-bottom:30px;
}
.image01 > img {
  padding-left: 14px;
}

 @media only screen and (max-width:992px) {
	 .simplePopup{ left:0px; right:0px; margin:0 auto;}
	 .text_popup{ padding: 0 20px;}
	 
 }
  @media only screen and (max-width:767px) {
	  .simplePopup{ width:87%}
  }
  @media only screen and (max-width:540px) {
	  .image04 > img {
    width: 78%;
}
.simplePopup{width: 87%;}
.purechat.purechat-bottom-right {
  bottom: 10px  !important;
  left: 0  !important;
  margin: 0 auto  !important;
  right: 0  !important;
  width: 295px !important;
}
  }
  @media only screen and (max-width:480px) {
	  .text_popup{ padding: 0 10px; font-size:13px;}
	  .close_cross { right: -8px; top: -10px;width: 30px;}
	  .simplePopup{ top:103px;}
	  .image01 > img {
  padding-left: 0px;
  width: 189px;
}
  }