.guide-popup-mobile {
  display: none;
  border: 1px solid #7dcdbc;
  min-width: 250px;
  max-width: 550px;
  text-align: center;
  position: fixed;
  /* z-index:99; */
  z-index: 1005;
  background: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 85%;
}
.guide-popup-mobile h3 {
	color: #fff;
	font-size: 20px;
	text-align: left;
	height: 40px;
	line-height: 40px;
	padding-left: 28px;
	background: #7dcdbc;
}
.popup_close-mobile {
    width: 20px;
    height: 20px;
    background: url(/resources/img/popup_close.png) no-repeat center;
    display: inline-block;
    top: 10px;
    right: 10px;
    position: absolute;
}
.guide-popup-mobile p {
  color: #555;
  font-size: 16px;
  font-weight: bold;
  padding: 40px 16px;
}
.guide-popup-btn-mobile {
	width: 100px;
	height: 40px;
    margin-bottom: 40px;
    line-height: 40px;
  	color: #3cb49a;
  	font-size: 16px;
  	border: 2px solid #3cb49a;
  	-webkit-border-radius: 50px;
  	-moz-border-radius: 50px;
  	-o-border-radius: 50px;
  	border-radius: 50px;
  	background: transparent;
}
.guide-popup-btn-mobile:hover {
  background: #3cb49a;
  color: #fff;
}
.del-btn {
  margin-right: 10px;
  background: transparent;
}
