/* .bgrd{

	border: 2px solid black;
	padding: 25px;
	background: url(voip.jpg);
	background-repeat: no-repeat;
	background-size: cover;
} */


  /*form styles*/
  #msform {
	width: 270px;
	margin: 30px ;
	text-align: center;
	position: relative;
}

#msform fieldset {
	opacity: 0.9;
	filter: alpha(opacity=80);
	
	padding: 0px 0px;
	box-sizing: border-box;
	width: 100%;
	
	
	/*stacking fieldsets above each other*/
	position: relative;
}
/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
	display: none;
}
/*inputs*/
#msform input, #msform textarea {
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin-bottom: 10px;
	width: 100%;
	box-sizing: border-box;
	font-family: montserrat;
	color: #2C3E50;
	font-size: 15px;
}
/*buttons*/
#msform .action-button {
	width: 100px;
	background:#ff7e54;
	font-weight: bold;
	font-size: 20px;
	color: rgb(14, 13, 13);
	border: 0 none;
	border-radius: 1px;
	cursor: pointer;
	padding: 10px 5px;
	margin: 10px 5px;
}
#msform .action-button:hover, #msform .action-button:focus {
	box-shadow: 0 0 0 2px white, 0 0 0 5px #ff7e54;
}
/* 
a:link {
	text-decoration: none;
	color: rgb(14, 13, 13);
	font-size: 15px;
  }
  
  a:visited {
	text-decoration: none;
  }
  
  a:hover {
	text-decoration: underline;
  }
  
  a:active {
	text-decoration: underline;
  } */
/*headings*/
.fs-title {
	font-size: 25px;
    font-weight: bold;
	color:whitesmoke;
	margin-bottom: 15px;
}
.fs-subtitle {
	font-weight: 200;
	font-size: 15px;
	background: rgb(54, 53, 53);
	color:#ccc;
	margin-bottom: 20px;
}


.multistage ul1{
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: auto;
  }
  
  ul1 li1{
	color:black;
	display: block;
	position: relative;
	float: left;
	width: 100%;
	height: 70px;
  }
  
  ul1 li1 input[type=radio]{
	position: absolute;
	visibility: hidden;

  }
  
  ul1 li1 label{
	display: block;
	position: relative;
	font-weight: 600;
	font-size: 1  em;
	color: black;
	align-content: center;
	padding: 20px;
	z-index: 9;
	cursor: pointer;
	background-color: whitesmoke;
  }
  
	
  
 
  ul1 li1 .check{
	display: block;
	position: absolute;
	border: 5px solid #ff7e54;
	border-radius: 100%;
	height: 15px;
	width: 15px;
	top: 30px;
	left: 20px;
	  z-index: 5;
	  transition: border .25s linear;
	  -webkit-transition: border .25s linear;
  }

  ul1 li1 :hover{
	font-size: 20px;
	background: #ff561d ;
  }
  
  
  input[type=radio]:checked ~ .check {
	border: 5px solid black;
  }
  
  input[type=radio]:checked ~ .check::before{
	background: black;
  }
  
  input[type=radio]:checked ~ label{
	display: block;
	position: relative;
	font-weight: 600;
	font-size: 1  em;
	color: black;
	align-content: center;
	padding: 20px;
	z-index: 9;
	cursor: pointer;
	background-color:#ff7e54;
  }

  .input {
	width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
  }
  
  
  .unCheckedClass{
	background: rgb(227, 250, 240);
	border: 5px solid rgb(227, 250, 240);
	color: rgb(227, 250, 240);	
  }
  
  .signature {
	  margin: 10px auto;
	  padding: 10px 0;
	  width: 100%;
  }
  
  .signature p{
	  text-align: center;
	  font-family: Helvetica, Arial, Sans-Serif;
	  font-size: 0.85em;
	  color: #AAAAAA;
  }
  
  .signature .much-heart{
	  display: inline-block;
	  position: relative;
	  margin: 0 4px;
	  height: 10px;
	  width: 10px;
	  background: #AC1D3F;
	  border-radius: 4px;
	  -ms-transform: rotate(45deg);
	  -webkit-transform: rotate(45deg);
	  transform: rotate(45deg);
  }
  
  .signature .much-heart::before, 
  .signature .much-heart::after {
		display: block;
	content: '';
	position: absolute;
	margin: auto;
	height: 10px;
	width: 10px;
	border-radius: 5px;
	background: #AC1D3F;
	top: -4px;
  }
  
  .signature .much-heart::after {
	  bottom: 0;
	  top: auto;
	  left: -4px;
  }
  
  .signature a {
	  color: #AAAAAA;
	  text-decoration: none;
	  font-weight: bold;
  }
  
  
  /* Styles for alert... 
  by the way it is so weird when you look at your code a couple of years after you wrote it XD */
  
  .alert {
	  box-sizing: border-box;
	  background-color: #0DFF92;
	  width: 100%;
	  position: center;
	  top: 0;
	  left: 0;
	  z-index: 300;
	  padding: 20px 40px;
	  color: #333;
  }
  


  
/*progressbar*/
#progressbar {
	margin-bottom: 3px;
	overflow: hidden;
	/*CSS counters to number the steps*/
	counter-reset: step;
}
#progressbar li {
	list-style-type: none;
	color: white;
	text-transform: uppercase;
	font-size: 9px;
	width: 15%;
	float: left;
	position: relative;
}
#progressbar li:before {
	content: counter(step);
	counter-increment: step;
	width: 42px;
	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:#ff7e54;
	color: white;
}
