﻿.multi-step-form fieldset button, .multi-step-form h2, .multi-step-form.edit-form fieldset button, .multi-step-form.edit-form h2 {
  display: none !important;
}
.multi-step-form fieldset, .multi-step-form.edit-form fieldset {
  display: block !important;
}
.multi-step-form [type="submit"], .multi-step-form [type="reset"], .multi-step-form.edit-form [type="submit"], .multi-step-form.edit-form [type="reset"] {
  display: inline-block !important;
}
.multi-step-form .steps, .multi-step-form.edit-form .steps {
  display: none;
}
.multi-step-form fieldset {
  display: none;
}
.multi-step-form fieldset:first-of-type {
  display: block;
}
.multi-step-form fieldset.hidden {
  display: none;
}
.multi-step-form fieldset.visible {
  display: block;
}
.multi-step-form .steps button {
  border: 0;
}
.multi-step-form .steps [disabled] {
  background: none;
}
.multi-step-form .steps .active {
  background: #eee;
}

.error {
  color: red;
}

label .optional {
  font-weight: normal;
  font-size: 90%;
}
input, textarea, select, button {
    text-rendering: optimizeLegibility;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    backface-visibility: visible !important;
    -webkit-backface-visibility: visible !important;
}
.clear {
    clear: both;
}

.main_container
{
    position:relative;
    float:left;
    width:90%;
    margin:1% 5%;
}
.header_container
{
    position:relative;
    float:left;
    width:100%;
}
.header_left
{
    position:relative;
    float:left;
    width:50%;
}
.header_left img
{
    width:42%;
 }
.header_right
{
    position:relative;
    float:left;
    width:50%;
    margin:1% 0 0 0;
}
.header_img
{
    position:relative;
    float:left;
    width:80%;
    margin:1%;
}
.header_left_content
{
    position:relative;
    float:right;
    width:37%;
	margin:0 0 0 20%;
}
.header_text
{
    position:relative;
    float:left;
    width:30%;
    font-size:100%;
    color:#000;
    text-align:left;
    padding: 10px 0;
}
.header_input
{
    position:relative;
    float:left;
    width:100%;
    
}
.main_container{
	font-family: 'Roboto';
	font-size: 15px;!important;
}

.main_container input[type="radio"]:checked + label, .main_container input[type="checkbox"]:checked + label
{
	color: #2a3c5b;
	font-weight: bold;
}

.header_input_container
{
    position: relative;
	float: left;
	outline: none !important;
	font-size:100%;
	color: #000;
	width: 100%;
	max-width: 100%;
	border-bottom: 1px solid rgba(0, 0, 0, 1);
	padding: 10px 0;
	background: none;
	line-height: 100%;
	border-top: none;
	border-left: none;
	border-right: none;
	margin: 0 0 0 0.1%;
	-moz-appearance: none;
	-webkit-appearance: none;
	border-radius:0px;
}
.inquiry_form_container{
	position: relative;
	float:left;
	width:100%;
	border-bottom: 1px solid #fdba2f;
	border-top:none;
	border-left:none;
	border-right: none;
	padding-top: 20px;
}
.inquiry_form_text{
	position: relative;
	float: left;
	width:auto;
	padding: 0.6%;
	text-align: center;
	font-size: 150%;
	background-color: #fdba2f;
	color:#fff;
}
.form_header_container{
	position: relative;
	float: left;
	width:100%;
	background-color: #2a3c5b;
	margin:1% 0;
}
.form_header{
	position: relative;
	float: left;
	width:auto;
	color:#fff;
	margin:0.6%;
	font-size: 130%;
	font-weight: bold;
	font-family: 'Roboto';
	padding-left: 5px;
}
.main_container input:focus
{
	border-bottom-color: #fdba2f;
	transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}
.form_input_content{
	position: relative;
	float: left;
	width:100%;
}
.form_left{
	position: relative;
	float: left;
	width:13%;
}
.form_right{
	position: relative;
	float: left;
	width:100%;
}
.form_text{
	position: relative;
	float: left;
	width:auto;
	font-size: 100%;
	color:#000;
	padding: 16px 0;
}
.text_content{
	position: relative;
	float: left;
	width:98%;
}
.form_input{
	position: relative;
	float: left;
	outline: none !important;
	font-size:100%;
	color: #000;
	width: 100%;
	max-width: 100%;
	border-bottom: 1px solid rgba(0, 0, 0, 1);
	padding: 16px 0;
	background: none;
	line-height: 100%;
	border-top: none;
	border-left: none;
	border-right: none;
	margin: 0 0 0 0.1%;
	-moz-appearance: none;
	-webkit-appearance: none;
	border-radius:0px;
	resize: none;
}
.select_input{
	position: absolute;
	top:0;
	left:0;
	outline: none !important;
	font-size:100%;
	font-family: 'Roboto';
	color: #000;
	width: 100%;
	max-width: 100%;
	border-bottom: 1px solid rgba(128, 128, 128, 0.92);
	/*padding: 16.5px 0;*/
	padding-left: 0px;
	background: none;
	/*line-height: 100%;*/
	border-top: none;
	border-left: none;
	border-right: none;
	margin: 0 0 0 0.1%;
	-moz-appearance: none;
	-webkit-appearance: none;
	border-radius:0px;
}
.main_container select
{
	border-bottom: 1px solid rgba(0, 0, 0, 1);
}
.main_container .inqury_submit
{
	color: #000;
	transition: 0.3s;
	border: 2px solid #fdba2f;
}
.main_container .inqury_submit:hover
{
	background-color: transparent;
	color: #fdba2f;
}
.title_input{
	position: relative;
	float:left;
	outline: none !important;
	font-size:100%;
	font-family: 'Roboto';
	color: #000;
	width: 100%;
	max-width: 100%;
	border-bottom: 1px solid rgba(128, 128, 128, 0.92);
	/*padding: 16.5px 0;*/
	background: none;
	/*line-height: 100%;*/
	border-top: none;
	border-left: none;
	border-right: none;
	margin: 0 0 0 0.1%;
	-moz-appearance: none;
	-webkit-appearance: none;
	border-radius:0px;
}
.name_title{ 
	position: relative;
	float: left;
	width:6%;
	
}
.marital_select{ 
	position: relative;
	float: left;
	width:43.3%;
	height:5px;
	margin-top: 16px!important;
}
input[type="checkbox"]{
	visibility: visible!important;
}
.name{
	position: relative;
	float: left;
	width:24%;
	margin: 0 1% 0 0;
}
.radio_button{
	position: relative;
	float: left;
	width:27%;
	font-size: 100%;
	color:#000;
	padding: 3% 0;
}

.education_details_container{
	position: relative;
	float:left;
	width:100%;
	text-align: center;
}
.education_header{
	position:relative;
	float: left;
	width:100%;
 	background: rgba(188,189,193,0.4);
 	color: #000;
 	font-size: 120%;
}
.education{
	position: relative;
	float: left;
	padding:0.3% 0;
	margin:0 0.3%;
	border:none;
	border-bottom:1px solid transparent;
}
.award_header{ 
	width:16%;
}
.stream_header{
	width:50%;
}
.result_header{
	width:8%;
}
.year_header{
	width:11%;
}
.medium_header{
	width:11.4%;
}
.stream_text{
	position: relative;
	float: left;
	width:40%;
	margin:0 2%;
	text-align: left;
}
.Institute_text{
	position: relative;
	float: right;
	width:40%;
	margin:0 2%;
	text-align: right;	
}

.education_text{
	position: relative;
	float: left;
	padding:1% 0;
	margin:0 0.3%;
	border:none;
	font-size: 100%;
	color:#000;
	text-align: center;
}
.education_input{
	position: relative;
	float: left;
	border:none;
	padding:0.3% 0;
	margin:0 0.3%;
}
.textarea_input{
	padding: 17.5px 0;
}
.grid_100{
	position:relative;
	float:left;
	width:100%;
}
.grid_50{
	position:relative;
	float:left;
	width:49.5%;
}
.grid_42{
	position:relative;
	float:left;
	width:42%;
}
.grid_45{
	position:relative;
	float:left;
	width:45%;
}
.university_margin{ margin: 0 0 0 1%;}
.grid_left{
	position: relative;
	float: left;
	width:31%;
}
.grid_right
{
	position: relative;
	float: left;
	width:68%;
}
.personal_details_container{
	position: relative;
	float: left;
	width:97%;
	margin:0 1.5%;
}
.bdate{
	width:43.3%;
}
.mobile_input{
	margin:0 0% 0 4%; 
	width:47%;
}
.state{
	margin:0 0 0 3.5%;
	width:45%;
}
.address{
	width:95.5%;
}

/*eDUCATION dETAILS*/
.fgce_education{
	position: relative;
	float: left;
	width:16.66%;
	color:#000;
	margin:1.5% 0;
}
input[type="checkbox"] {
    margin: 1% 10% 0 -5px;
    padding: 0;
}

/*
input[type="checkbox"]:checked + label {
	color: #BE1F24
}
input[type="checkbox"]:hover + label {
	color: #BE1F24
}*/

/*Work Experiance*/
.job_header{
	position: relative;
	float: left;
	padding:0.3% 0;
	margin:0 0.3%;
	border:none;
	border-bottom:1px solid transparent;
}
.title_width{ width: 15%;}
.company_width{ width: 57.5%}
.start_width{width: 15%}
.end_width{width: 10%}
.education_detail{
	position: relative;
	float: left;
	width:100%;
}
/*Work Interest*/
.work_interest_container{
	position: relative;
	float: left;
	width:100%;
}
.country_detail_content{
	position: relative;
	float: left;
	width:100%;
	margin:1% 0;
}
.country_name{
	position: relative;
	float: left;
	width: 14%;
    margin: 0.3% 0.5% 1% 0.5%;
	font-size:100%;
	color:#000;
	text-align: center;
	/*border:1px solid #000;*/
}
/*.country_name label{
	position: relative;
	float: left;
	width:100%;
	padding:3% 0;
	cursor: pointer;
}*/
.checkbox_hidden{
	position:relative;
	float:left;
	display: block;
	margin:2px 0 0 0 !important;;
}
 .country_name label{
 	position: relative;
 	float: left;
 	margin: 0 0 0 10%;
 	cursor: pointer;
 	font-weight: normal;
 }
input[type="checkbox"]{
	cursor: pointer;
}
input[type="checkbox"]:checked + label {
	color: #275a92;
}
.know_more_detail{
	position: relative;
	float: left;
	width:100%;
	
}
.immigration_visa{
	position: relative;
	float: left;
	width:99%;
	background-color:rgba(188,189,193,0.4);
	color:#000;
	font-size: 120%;
	padding: 0.5%;
}
.immigration_detail{
	position: relative;
	float: left;
	width:100%;
	margin:1% 0 2% 3% ;
}
.residency{
	position: relative;
	float: left;
	width:20%;
	color:#000;
}
.family_based{
	position: relative;
	float: left;
	width:25%;
	color:#000;
	margin: 0 0 0 2%; 
}
 input[type="radio"]{
 	cursor: pointer;
 }
  
.residency label  , .family_based label ,.children_checkbox label {
	cursor: pointer;
}

.visitor{
	position: relative;
	float: left;
	width:20%;
	color:#000;
}
.other_visa{
	position: relative;
	float: left;
	width:20%;
	color:#000;
	margin: 0 0 1% 0;
}
.additional_question_container{
	position: relative;
	float: left;
	width:99%;
}
.question_content{
	position: relative;
	float: left;
	width:99%;
	margin:0.5% 0.5% 1% 0.5%;
}
.question{
	position: relative;
	float: left;
	width:100%;
	font-size: 100%;
	color:#000;
}
.answer{
	position: relative;
	float: left;
	width:100%;
}
.answer_margin{
	margin:1% 0 0 0;
}
.duties_content{
	position: relative;
	float: left;
	width:98%;
	margin: 0 1% 1% 1%;
}
.spouse_container{
	position: relative;
	float: left;
	width:98%;
	margin: 0.5% 1%; 
}
.marrige_date{
	position: relative;
	float: left;
	width:60%;
	margin:0.2% 0;
}
.date_of_birth{
	position: relative;
	float: left;
	width:39%;
	margin:0.2% 0 0.2% 1%; 
}
.education_qualification{
	position: relative;
	float: left;
	width:100%;
	margin:0.2% 0;
}
.children_text{
	position: relative;
	float: left;
	width:70%;
	font-size: 100%;
	color:#000;
	margin:1% 0 ;
}
.children_checkbox{
	position: relative;
	float: left;
	width:30%;
	margin:1% 0 ;
}
.check_yes{
	position: relative;
	float: right;
	width:30%;
	color:#000;
}
.visitor_applicant_content{
	position: relative;
	float: left;
	width:98%;
	margin:0.2% 1%;
}
.visitor_check{
	position: relative;
	float: left;
	width:7%;
}
.visitor_span{
	position: relative;
	float: left;
	width:auto;
	margin:0 3% 0 0 ;
}
.additional_share{
	position: relative;
	float: left;
	width:98%;
	margin:0.2% 1%;
	border:1px solid #000;
	padding:0  0.5%;
}
.additional_share textarea{
	border:none;
}
.visit_check{
	position: relative;
	float: left;
	width: 14%;
}
.please_note{
	position: relative;
	float: left;
	width:98%;
	margin:0.2% 1%;
	font-size: 100%;
	color:#000;
	line-height: 150%;
}

.text_uppercase{
	text-transform: uppercase;
	font-weight: bold;
}
.form_submit_content{
	position: relative;
	float: left;
	width:100%;
}
.form_submit_btn{
	position: relative;
	float: left;
	width: 100%;
	text-align: center;
	margin: 20px 0;
	
}
.inqury_submit{
	position: relative;
	font-size: 100%;
	color: #000;
	font-weight: bold;
	padding: 14px;
	margin: 16px 0 0 0;
	border: 1px solid #000;
	cursor: pointer;
	 
}
.visit_check label , .children_text label , .answer_margin label , .know_more_detail label , .fgce_education label{
	cursor: pointer;
	font-weight: normal;
} 
.visible_mobile{
	display: none;
	height: 30px;
	width: 100%;
	float: left;
}

 
@media screen and (max-width: 1366px) {
	/*.main_container{ font-size: 1.3%; }*/	
}

@media screen and (max-width: 992px) {
	.header_right{
		width: 100%;
	}
	.name_title{
		width: 98%;
	}
	.name{
		width: 98%;
	}
	.marital_select{
		height: 30px;
	}
	.education_details_container .education_header{
		display: none;
	}
	.education_text{
		width: 100%;	
	}
	.stream_header{
		width: 98%;
	}
	.fgce_education{
		width: 100%;
		text-align: left;
	}
	.grid_50, .result_header, .year_header,.medium_header, .title_width, .company_width, .start_width, .end_width, .marrige_date, .date_of_birth, .education_qualification, .header_left_content{
		width: 100%;
	}
	.visible_mobile{
		display: block;
	}
	.country_name, .residency, .visitor, .other_visa{
		width: 98%;
	}
	.family_based{
		margin: 0;
		width: 98%;
	}
	.visitor_check, .visit_check{
		width: 100%;
	}
	.education_text{
		text-align: left;
		font-weight: bold;
		margin: 24px auto 5px!important;
	}
	.form_header_container{
		margin: 24px auto 5px!important;	
	}

}