body{
	background-color: #b2b4b6;
}

section{
  max-width: 1200px;
  margin: 0 auto;
  display: block;
  font-family: 'Montserrat', sans-serif;
}

/*BEGIN FORM STYLES*/
input:required:invalid + .error {
	display: none;
  }
  
.input-container {
	position: relative;
	overflow: hidden;
}

.input-container:after,


fieldset.tab.two-butt-tab .input-container:after,
fieldset.tab.two-butt-tab .check-box-holder:after {
	width: calc(100% - 505px);
}

fieldset.tab.textarea-butt-tab .input-container:after,
fieldset.tab.textarea-butt-tab .check-box-holder:after {
	width: calc(100% - 708px);
}

.input-container.not-valid.email-not-vaild:after {
	content: "Email not valid";
	width: calc(100% - 470px) !important;
}

.input-container.not-valid:after,
.check-box-holder.not-valid:after {
	right: 0;
}

.input-container.not-valid.email-not-vaild:after {
	content: "Email not valid";
}

#msform {
	max-width: 755px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

#msform fieldset {
	background: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	padding: 0;
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
	display: none;
}

/*inputs*/
#msform input,
#msform textarea {
	padding: 17px 17px 17px 70px;
	height: 50px;
	border: 1px solid #ccc;
	border-radius: 0;
	margin-bottom: 10px;
	width: 100%;
	box-sizing: border-box;
	font-family: 'Montserrat', sans-serif;
	color: #2C3E50;
	font-size: 12px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#msform input:hover,
#msform textarea:hover {
	padding: 17px 17px 17px 82px;
}

#msform input.fileupload,
#msform input.fileupload:hover {
	padding: 17px 17px 17px 17px;
}

/*buttons*/
#msform .action-button {
	/* position: relative; */
	top: 136px;
	float: revert;
	width: 100px;
	background: #a98b57;
	font-weight: bold;
	color: white;
	border: 0 none;
	border-radius: 1px;
	cursor: pointer;
	padding: 10px 5px;
	margin: 0;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 1px;
	margin-top: 20px;
}

#msform .action-button:hover,
#msform .action-button:focus {
	padding: 10px 5px;
	background: #c1974a;
	transform: scale(1.05);
}

/*headings*/
.fs-title {
	font-size: 27px;
	text-transform: none;
	color: #000000;
	margin: 30px 0;
	text-align: center;
}

.fs-subtitle {
	font-weight: normal;
	font-size: 13px;
	color: #fff;
	margin-bottom: 20px;
}

/*progressbar*/
#progressbar {
	margin: 50px auto 20px auto;
	overflow: hidden;
	text-align: center;
	counter-reset: step;
	padding: 34px 0;
	width: 100%;
	box-sizing: border-box;
	border-radius: 10px;
	border: 1px solid #717171;
}

#progressbar li {
	list-style-type: none;
	color: #0e0e0e;
	text-transform: uppercase;
	font-size: 11px;
	width: 25%;
	float: left;
	/* font-weight: 300; */
	position: relative;
}

#progressbar li:before {
	content: counter(step);
	counter-increment: step;
	width: 30px;
	line-height: 30px;
	display: block;
	font-size: 15px;
	color: #fff;
	background: #dcdbda;
	border-radius: 50%;
	margin: 0 auto 5px auto;
	position: relative;
	z-index: 1;
}

/*progressbar connectors*/
#progressbar li:after {
	content: '';
	width: 100%;
	height: 2px;
	background: #dcdbda;
	position: absolute;
	left: -50%;
	top: 14px;
	z-index: 0;
}

#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: #a98b56;
	color: white;
}

#msform textarea {
	height: 180px;
}

#msform textarea.bigger-textarea {
	height: 200px;
}

#msform h4 {
	color: #fff;
	margin: 20px 0 15px 0;
}

#msform h4 i {
	color: #37ae5f;
	font-size: 17px;
	margin-right: 8px;
}

#msform input.fileupload {
	background: #fff;
	border: 0;
}

#msform input#next-button-1:disabled,
#msform input#next-button-2:disabled,
#msform input#next-button-3:disabled,
#msform input#submit:disabled {
	opacity: 0.3;
}

#msform .input-container.half-container {
	float: left;
	width: 49%;
}

#msform .input-container.half-container.half-container-left {
	margin-right: 2%;
}

#msform textarea:focus,
#msform input:focus,
#msform select:focus {
	outline: none;
}

#msform .input-container i {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 13px;
	color: #ffffff;
	background: #a98c57;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
}

#msform select {
	width: 100%;
	padding: 17px 17px 17px 60px !important;
	height: 50px;
	text-indent: 62px;
	font-size: 13px;
	font-weight: 600;
	color: #696969;
	border-radius: 0;
	border: 0;
}

#msform p {
	font-size: 15px;
	color: #fff;
	font-weight: 300;
	margin: 10px 0 10px 0;
}

#msform .checkbox-styles label {
	display: inline-block;
	padding-left: 15px;
	text-indent: -15px;
	float: left;
	box-sizing: border-box;
	color: #fff;
	font-weight: 300;
	font-size: 12px;
	margin: 20px 0;
	overflow: hidden;
	float: left;
}

#msform .checkbox-styles input {
	width: 13px;
	height: 13px;
	padding: 0;
	margin: 0;
	vertical-align: bottom;
	position: relative;
	top: -1px;
	overflow: hidden;
	margin-right: 9px;
}

#msform #check-box-holder {
	border: 1px solid #fff;
	border: 1px solid #ffffff4d;
	border-radius: 4px;
	padding: 23px 23px 13px 23px;
	margin: 35px 0 25px 0;
	position: relative;
	overflow: hidden;
}

#msform #check-box-holder h4 {
	margin: 0;
}

.styled-checkbox {
	position: absolute;
	opacity: 0;
}

.styled-checkbox + label {
	position: relative;
	cursor: pointer;
	padding: 0;
}

.styled-checkbox + label:before {
	content: '';
	margin-right: 10px;
	display: inline-block;
	vertical-align: text-top;
	width: 20px;
	height: 20px;
	background: #3377b9;
	border-radius: 2px;
}

.styled-checkbox:hover + label:before {
	background: #f35429;
}

.styled-checkbox:focus + label:before {
	box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}

.styled-checkbox:checked + label:before {
	background: #347abd;
	border-radius: 2px;
}

.styled-checkbox:disabled + label {
	color: #b8b8b8;
	cursor: auto;
}

.styled-checkbox:disabled + label:before {
	box-shadow: none;
	background: #ddd;
}

.styled-checkbox:checked + label:after {
	content: '';
	position: absolute;
	left: 5px;
	top: 9px;
	background: white;
	width: 2px;
	height: 2px;
	box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
	transform: rotate(45deg);
}

.input-container.checkbox-styles li {
	float: left;
}

.number-border {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 50%;
	border: 1px solid #000;
	font-size: 19px;
	margin-right: 10px;
	position: relative;
	top: -2px;
}

section#step-form h4 span,
.fs-title span {
	color: #b49b6b;
}

input#next-button-2,
input#next-button-3 {
	right: -100px;
	border-left: 1px solid #fff;
}

input.previous.action-button {
	left: -100px;
	border-right: 1px solid #fff !important;
}

#step-form input#submit {
	right: -100px;
}

#policy_info {
	display: inline-block;
	width: 45%;
	vertical-align: top;
	margin-left: 5%;
  }