.instructions {
  text-align: center;
  font-size: 20px;
  margin: 15vh;
}

/* //////////////////////////////////////////////////////////////////////////////////////////////
	//   Default Modal Styles   //
////////////////////////////////////////////////////////////////////////////////////////////// */
/*   This is the background overlay   */
.backgroundOverlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #000000;
  opacity: .85;
  filter: alpha(opacity=85);
  -moz-opacity: .85;
  z-index: 1000;
  display: none;
  
}

/*   This is the Popup Window   */
.delayedPopupWindow {
  display: none;
  position: fixed;
  width: auto;
  width: 680px;
  height: 200px;
  background:#ddd;
  top: 55%;
  left: 47%;
  margin-left: -260px;
  margin-top: -180px;
  border: 2px solid #333;
  border:2px solid #fff;
  border-radius:5px;
  z-index: 1001;

}
#formBox{
	width:90%;
	height:auto;
	overflow:hidden;
	padding:5px;
	margin:auto;
	}
	#formBox p{
		text-align:center;
		font-size:19px;
		letter-spacing:1px;
		font-weight:600;
	}
	#formBox #contactname{
	width:34%;
	padding:10px;
	border:none;
	outline:none;
    font-style: normal;
    float:left;
    font-weight: 400;
    color: #585858;
    text-decoration: inherit;
	position:relative;
	left:10px;
	border-radius:4px 0px 0px 4px; 
	border-right:1px solid;
	}
	#formBox #contact-no {
    width:35%;
	padding:10px;
	border:none;
	float:left;
	outline:none;
    font-style: normal;
    font-weight: 400;
    color: #585858;
    text-decoration: inherit;
	position:relative;
	left:10px;
	
}
   #formBox .sbt{
	background-image: url(../images/1pop-bg.jpg);
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
    border-radius: 0!important;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    width: 25%;
	border:none;
	outline:none;
	left:-10px;
    position: relative;
	padding:10px;
   }



/*   This is the closing button  */
#btnClose {
  width: 25px;
  height:25px;
  display: block;
  text-align: center;
  background:#fff;
  color:#666;
  line-height:25px;
  text-decoration: none;
  border-radius:100%;
  float:right;
  position:relative;
  right:-6px;
  top:-10px;
  z-index:1003;
}

/*   This is the closing button hover state  */
#btnClose:hover {
  color: #333;
}

/*   This is the description headline and paragraph for the form   */
#delayedPopup > div.formDescription {
  margin:0 auto;
  display: block;
  width: 100%;
  top:-25px;
  position:relative;
  font-size: 18px;
  color: #666;
  
}

/*   This is the styling for the form's headline   */
#delayedPopup > div.formDescription h2 {
  color: #444444;
  font-size: 20px;
  font-family:museo;
  line-height: 40px;
}

/* 
////////// MailChimp Signup Form //////////////////////////////
*/
/*   This is the signup form body  */
#delayedPopup #mc_embed_signup {
 margin:0 auto;
  width: 100%;
  font-size: 16px;
  color: #666;
 
}

.mc-field-group{
	width:90%;
	height:42px;
	margin:10px auto;
}
/*   This is the styling for the signup form inputs  */
#delayedPopup #mc-embedded-subscribe-form .inp {
  width: 98%;
  height: 38px;
  font-size: 15px;
  margin-bottom: 15px;
  border-radius:4px;
  border:none;
  outline:none;
  border:1px solid #999;
  padding-left:8px;
}

/*   This is the styling for the signup form inputs when they are being hovered with the mouse  */
#delayedPopup #mc-embedded-subscribe-form input:hover {
  border: solid 1px #1171bb;
  box-shadow: 0 1px 3px #AAAAAA;
}

/*   This is the styling for the signup form inputs when they are focused  */
#delayedPopup #mc-embedded-subscribe-form input:focus {
  border: solid 1px #1171bb;
  box-shadow: none;
}

/*   This is the styling for the signup form submit button  */
#delayedPopup #mc-embedded-subscribe {
  width: 100% !important;
  height: 40px !important;
  position: relative;
  bottom: -16px;
  background: #1171bb;
  border: none;
  color: #fff;
}

/*   This is the styling for the signup form submit button hover state  */
#delayedPopup #mc-embedded-subscribe:hover {
  background: #fff;
  color: #333;
  font-weight:700;
  box-shadow: none !important;
  cursor: pointer;
  border: solid 2px #1171bb !important;
}

@media(max-width:520px){
.delayedPopupWindow {
  width: 95%;
  height: auto;
  overflow:hidden;
  top: 40%;
  left: 56%;
  }
}
@media(max-width:480px){
  .delayedPopupWindow {
  width: 95%;
  height: 550px;
  top: 32%;
  left: 66%;
}
#formBox{
	width:90%;
	height:auto;
	overflow:hidden;
	padding:5px;
	margin:auto;
	position:relative;
	top:400px;
	
	}
	#formBox p{
		text-align:center;
		font-size:15px;
		letter-spacing:1px;
		font-weight:600;
	}
	#formBox #contact_no {
    width:75%;
	margin:auto;
	
}
   #formBox .sbt{
	
    width: 22%;
	
   }


	
}