body{
	margin:0;
	font-family: 'Roboto', sans-serif;
}
h1,h2,h3,h4,h5,h6,p{
	margin:0;
}
.body_2{
	background: url('../images/bg2.png') no-repeat scroll 0 0 / 100% 100% !important;
}
.main-area{
	height:100vh;
}

.logo {
	margin-top: 30px;
	margin-bottom: 20px;
	margin-left: 80px;
}
.logo a img {
	width: 263px;
	height: auto;
}
 


/*form styles*/
#msform {
	/*min-height: 520px;*/
	width: 100%;
	margin: auto;
}
#msform fieldset {
	margin-top: 0px;
	padding: 0px;
}
/*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: 14px;
}
/*buttons*/
#msform .action-button, input[type="submit"] {
	width: 284px;
	background: #FBB926;
	color: white !important;
	border: 0 none !important;
	border-radius: 5px;
	cursor: pointer;
	padding: 10px 5px;
	margin: 30px 0;
	font-weight: 600;
	font-size: 18px !important;
	margin-bottom: 35px !important; 
	text-transform: uppercase;
	outline: none !important;
}
.input_title h2 {
	color: #FBB926;
	font-size: 45px;
	font-weight: 900;
}
.input_title p {
	font-weight: 600;
	font-size: 30px;
	margin-bottom: 4px;
	color: #656565;
}

.input_title_2 p {
	color: #656565;
	text-transform: none;
	font-weight: 600;
	font-size: 22px;
	text-align: left;
	margin-bottom: 30px;
}
#msform .action-button:hover, #msform .action-button:focus, input[type="submit"]:hover {
	/*box-shadow: 0 0 0 2px white, 0 0 0 3px #27AE60;*/
	background: #FEA70C;
}
/*headings*/
.fs-title {
	color: #FBB926;
	margin-bottom: 10px;
	font-size: 35px;
	font-weight: 900;
}
.fs-subtitle {
	font-weight: normal;
	font-size: 13px;
	color: #666;
	margin-bottom: 20px;
}
fieldset hr{
	border-bottom: 3px solid #969696;
}
/*progressbar*/
#progressbar {
	margin-bottom: 30px;
	overflow: hidden;
	/*CSS counters to number the steps*/
	/*counter-reset: step;*/
	margin-top: 100px;
	bottom:-20%;
	position: absolute;
}
#progressbar li {
	list-style-type: none;
	color: white;
	text-transform: uppercase;
	font-size: 9px;
	width: 40px;
	float: left;
	position: relative;
	background: #EDD397;
	margin: 15px 5px;
	height: 8px;
}
/*#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: #FBB926;
	color: white;
}

#progressbar li.active{
	background: #FBB926;
}

.step_1 {
	padding: 10% 0;
}
.back_arrow_btn h2 {
	color: #656565;
	font-size: 24px;
	font-weight: 500;
	cursor: pointer;
}
.back_arrow_btn i {
	font-size: 17px;
	margin-right: 5px;
	color: #656565;
}
.back_arrow_btn {
	margin: 20% 0;
}
.input_title_2 {
	margin-bottom: 15px;
}
.single_label label {
	text-align: left;
	overflow: hidden;
	display: block;
	color: #969696;
	font-size: 16px;
}
.single_label input {
	width: 35px !important;
	float: left;
	display: inline-block;
	overflow: hidden;
	margin-top: 5px;
}
.input_title_4 p {
	color: #FBB926;
	font-size: 23px;
	font-weight: 500;
	margin-bottom: 45px;
}
.action-button{
	position: relative;
}
.action-button i {
	position: absolute;
	right: 20px;
}

.single_input {
	margin-bottom: 10px;
}

.single_input label {
	display: block;
	color: #656565;
	text-transform: none;
	font-weight: 600;
	font-size: 22px;
	text-align: left;
}
.input_title {
	margin-bottom: 60px;
}
.single_input input {
	border: 1px solid #FBB926 !important;
	color: #FBB926 !important;
	border-radius: 0 !important;
}
.single_input input::placeholder {
	opacity: 1
}

.form-group.step_7 {
	padding: 20px 0;
}label { 
	margin-bottom: 0.6rem!important;
}

.form-group.step_6 .single_label {
	max-width: 284px;
}

.header-area {
	position: relative;
	z-index: 9;
}
.middle-right{
	text-align: center;
}
.middle-right img {
	width: 250px;
}
.middle-left {
	position: relative;
	z-index: 9;
}
.middle-left h2 {
	color: #969696;
	font-weight: 700;
	font-size: 40px;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.middle-left h2::after {
	content: "";
	width: 70%;
	height: 2px;
	background: #FBB926;
	bottom: 0;
	left: 0;
	position: absolute;
} 
.middle-left p {
	color: #FBB926;
	font-weight: 500;
	font-size: 18px;
}
.middle-left img {
	height: 80px;margin-top: 15px;
}
.middle-left a {
	display: block;
	width: 250px;
	background: #FBB926;
	color: #FFF;
	font-weight: 600;
	text-align: center;
	padding: 10px;
	box-shadow: 0 0 10px #c2c2c2;
	border-radius: 3px;
	margin-top: 20px;
	text-decoration: none;
}
.middle-left a:hover{
	background: #FEA70C;
}
.middle-area {
	margin-top: 7%;
}

#custom_pt {
	padding-left: 0;
	padding-right: 0;
}
.inuput_full_item img {
	width: 110px;
	height: auto;
	margin-bottom: 13px;
}
.inuput_full_item {
	padding-top: 30px;
}
.inuput_full_item {
	padding-top: 15px;
	width: 50%;
	float: left;
}
.last_input {
	display: flex;
}

.last_input label {
	background: #FBB926;
	display: block;
	color: #FFF;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	width: 160px;
	line-height: 47px;
	text-align: left;
	padding: 0 15px;
}


.form_left_area{
	width: 50%;
	float:left;
}
.form_right_area{
	width:50%;
	overflow: hidden;
}
.form_right_area img{
	width: 100%;
	height:auto;
}
.steps {
	width: 450px;
	margin: auto;
}
 
@media all and (max-width:767px){
	 
	.banner-text h2{
		font-size:25px;
		text-shadow: 0 0 4px #000;
	}
	.banner-text h1{
		font-size:30px;
		text-shadow: 0 0 4px #000;
	}
	.main-area2::after {
		background: rgba(255,255,255,.8);
		width: 100%;
	}
	.middle-right img {
		width: 250px;
		z-index: 9;
		position: relative;
	}
	.body_2 {
		background-size:cover !important;
	}
	#custom_pt {
		padding-left: 15px;
		padding-right: 15px;
	}
	.right_bg_image {
		display: none;
	}
	.form_left_area{
		width: 100%;
	}
	.form_right_area{
		width: 100%;
	}
	.steps{
		width:90%;
		margin-bottom: 20px;
	}
}

@media all and (max-width:500px){
	.banner-text h1 {
		font-size: 24px;
	}
	.banner-text h2 {
		font-size: 20px;
	}
	#msform {
		max-width: 350px;  
		width: 100%;
		min-height: auto;
	}
	#msform .action-button{
		width: 230px;
		font-size:15px;
	}
	.input_title p {
		font-size: 20px;
	}
	.input_title h2 {
		color: #FBB926;
		font-size: 23px;
	}
	.input_title {
		margin-bottom: 30px;
	}
	.frist_input label {
		flex: 0 0 100px;
		padding: 0px;
	}
	.single_label label{
		font-size:14px;
	}
	.single_input input {
		box-sizing: border-box !important;
		width: calc(100% - 60px) !important;
	}
	#progressbar li{
		height: 5px;
		width: 25px;
	}
	.logo {
		margin-left: 0px;
		text-align: center;
	}
	#msform .action-button {
		margin: 0px;
	}
	.back_arrow_btn h2 {
		color: #656565;
		font-size: 17px;
		font-weight: 500;
	}
	.back_arrow_btn i {
		font-size: 12px;	}
	.back_arrow_btn {
		margin-bottom: 40px;
	}
	.input_title_2 p {
		font-size: 18px;
	}
	.frist_input label {
		font-size: 18px;
	}


}



/*footer*/

.footer_area ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: flex-start;
}

.footer_area {
	overflow: hidden;
	/* background: #ddd; */
	color: #FFFF;
	text-align: center;
	padding: 20px;
	/*position: absolute;*/
	bottom: 0;
	width: 100%;
	z-index: 999;
}

.footer_area ul li a:hover {
	color:#FEA70C;
}
.footer_area ul li a {
	text-decoration: none;
	font-size: 14px;
	color: #000;
	display: inline-block;
	padding: 5px;
}