/*custom font*/
@import url(http://fonts.googleapis.com/css?family=Montserrat);

/*basic reset*/
* {margin: 0; padding: 0;}

html {
	height: 100%;
	/*Image only BG fallback*/
	background: rgba(0,0,0,0.3) url('bg.jpg');
	background-color: rgba(0,0,0,0.3); 
	font-family: Arial;
}

body {
	font-family: Arial;

	}

  #mhead{
  font-family: Georgia !important;
background-color: #f5f5f5;
border: 1px solid #e3e3e3;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
text-align: center; 
font-family: georgia;

top: 0px;
width: 100%;
padding: 20px;
} 
/*form styles*/

#msform {
	max-width: 600px;
	margin: 30px auto;
	text-align: center;
	position: relative;
	
}

#msform fieldset {

	 background: white;
  padding: 40px 100px;
  box-shadow: 0px 50px 30px -30px rgba(0, 0, 0, 0.3);
  margin-bottom: 80px;
  position: absolute;
  top: 0;
  border-radius: 15px;
  border:2px solid #0071bd;
  
  box-sizing: border-box;
  width: 100%;
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
.modal-bodies {
  position: relative;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}
.modal-header {
  height: 45px;
  /*background: white;*/
/*  border-bottom: 3px solid #0071bd; */
  display: flex;
  justify-content: center;
  align-items: center;
margin-top:70px;
}

.modal-header span {
  display: block;
  height: 12px;
  width: 12px;
  margin: 5px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
}
.modal-header span.is-active {
  background: rgba(0, 0, 0, 0.4);
  background: white;
}
/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
	display: none;
}
/*inputs*/
#msform input, #msform textarea {
	padding: 10px 20px;
  border: 1px solid #999;
  border-radius: 10px;
  display: block;
  width: 80%;
  margin-left: 40px;
  margin-bottom: 20px;
  box-sizing: border-box;
  outline: none;
}
#msform input:focus{
	border-color: #0071bd;
}
#pass-status,#pass-status1 {
  float: right;
  margin-left: -25px;
  margin-top: -50px;
  margin-right: 45px;
  position: relative;
  z-index: 2;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="phoneno"]:focus,
input[type="tel"]:focus{
  border-color: #0071bd;
}
#password{
  margin-top: 20px;
}
/*buttons*/
#msform .action-button {
	width: 100px;
	background: #27AE60;
	font-weight: bold;
	color: white;
	border: 0 none;
	border-radius: 10px;
	cursor: pointer;
	padding: 10px 5px;
	margin: 10px 125px;
}
#msform .action-button:hover, #msform .action-button:focus {
	box-shadow: 0 0 0 2px white, 0 0 0 3px #27AE60;
}
/*headings*/
.fs-title {
	text-transform: inherit;
  text-align: center;
  margin-bottom: 30px;
  color: #0071bd;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 1px;
}
.fs-subtitle {
	font-weight: normal;
	font-size: 13px;
	color: #666;
	margin-bottom: 20px;
}
/*progressbar*/
#progressbar {
	margin-bottom: 30px;
	overflow: hidden;
	/*CSS counters to number the steps*/
	counter-reset: step;
}
#progressbar li {
	list-style-type: none;
	color: rgb(0,0,0);
	text-transform: uppercase;
	font-size: 11px;
	width: 33.33%;
	float: left;
	position: relative;
}
#progressbar li:before {
	content: counter(step);
	counter-increment: step;
	width: 20px;
	line-height: 20px;
	display: block;
	font-size: 10px;
	color: #333;
	background: white;
	border-radius: 3px;
	margin: 0 auto 5px auto;
}
/*progressbar connectors*/
#progressbar li:after {
	content: '';
	width: 100%;
	height: 2px;
	background: white;
	position: absolute;
	left: -50%;
	top: 9px;
	z-index: -1; /*put it behind the numbers*/
}
#progressbar li:first-child:after {
	/*connector not needed before the first step*/
	content: none; 
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,  #progressbar li.active:after{
	background: #27AE60;
	color: white;
}
.red{
color: red;
}
.success{
color:green;
}
#message{
padding-top: 200px;
position: relative;
text-align: center;
}

#myad {
width: 728px;
position: relative;
margin: 410px auto;
}
#myad2 {
width: 728px;
position: relative;
margin: 50px auto;
}
  