.acomodo_form{
	padding: 60px 0px;
	background: #fff !important;
}
.acomodo_form_notes h3{
	color: #144A98;
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 30px;
}
.acomodo_form_notes ol{
	list-style-type: decimal;
	padding-left: 20px;
	margin-bottom: 40px;
}
.acomodo_form_notes ol>li{
	font-size: 20px;
	line-height: 30px;
	color: #464646;
}
.admission_form ol>li{
	font-size: 16px;
	margin-bottom: 15px;
}
.acomodo_form_notes ol ol{
	list-style-type: lower-alpha;
	margin: 20px 0px;
}
.acomodo_form_notes ol ol li{
	font-size: 16px;
	color: #767676;
	line-height: 24px;
	margin-bottom: 5px;
}
/*===== Re-admission Form =====*/
.admission_form .form-group{
	margin-bottom: 30px;
}
.admission_form .form-group label{
	font-size: 14px;
	padding-left: 0px;
	margin-bottom: 10px;
}

.admission_form .form_head{
	margin-bottom: 50px;
	margin-top: 70px;
	position: relative;
	z-index: 1;
}
.admission_form .form_head h3{
	font-size: 24px;
	font-weight: 500;
	display: inline-block;
	background: #fff;
	padding-right: 25px;
	margin-bottom: 0;
	color: #144A98;
	
}
.admission_form .form_head h3:after{
	content: '';
	display: block;
	border-top: 1px solid #144A98;
	position: absolute;
	right: 0;
	top: 50%;
	/*margin-top: -10px;*/
	width: 100%;
	z-index: -1;
}
.custom_input{
	line-height: 45px;
}
.custom_input .cs_checkbox{
	position: relative;
	display: inline-block;
	cursor: pointer;
	-webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-right: 40px;
    margin-right: 30px;
    vertical-align: middle;
    margin-bottom: 0;
    line-height: 30px;
    font-size: 14px !important;
}
.admission_form .custom_input_check .cs_checkbox{
    padding-right: 0px;
    padding-left: 30px;
    margin-left: 10px;
    margin-right: 0;  
    color: #144A98;
    line-height: 18px; 
}
.custom_input .cs_checkbox input{
	position: absolute;
	opacity: 0;
	cursor: pointer;
}
.custom_input .cs_checkbox .checkmark{
	position: absolute;
	top: 0;
	right: 0;
	height: 30px;
	width: 30px;
	background: transparent;
	border: 1px solid #707070;
	border-radius: 50%;
}
.custom_input_check .cs_checkbox .checkmark{	
	left: 0;
	height: 18px;
	width: 18px;
	border-radius: 3px;
	border: 1px solid #919191;
}
.custom_input .cs_checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.custom_input .cs_checkbox input:checked ~ .checkmark:after {
    display: block;
}
.custom_input .cs_checkbox .checkmark:after {
 	top: 7px;
	left: 7px;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #144A98;
}
.custom_input_check .cs_checkbox .checkmark:after {
 	top: 4px;
	left: 4px;
	width: 8px;
	height: 8px;
	border-radius: 2px;
}

.admission_form .form-group .result{
	font-size: 14px;
	font-weight: 500;
	color: #144A98;
}
.admission_form .form-group .imp_notice{
	padding: 40px;
	background: #F8F8F8;
	border-radius: 20px;
	margin-top: 40px;
}
.admission_form .form-group .imp_notice p{
	font-size: 14px;
}

.success_msg{
	margin: 100px 0px;
}
.success_msg .success{
	background: #C6FFC8;
	border-radius: 20px;
	padding: 8% 20%;
	text-align: center;
}
.success_msg .success p{
	margin-bottom: 40px;
}
.upload_btn {
    font-size: 14px;
    line-height: 45px;
    width: 100%;
    height: 45px;
    border: 1px solid #E0E0E0;
    background: #F8F8F8;
    overflow: hidden;
    border-radius: 50px;
    position: relative;
}
.upload_btn input {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    cursor: pointer;
    position: absolute;
}
.admission_form .upload_btn label{
	display: block;
	cursor: pointer;
	padding-left: 20px;
	position: relative;
}
.admission_form .upload_btn label:after{
	content: '';
	background: url(../images/upload-file.svg) no-repeat center;
	width: 12px;
	height: 14px;
	position: absolute;
    right: 20px;
    top: 14px;
}
.for_uploadFileText{
	font-size: 12px;
	color: #919191;
	line-height: 15px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.g-recaptcha{
	margin: auto;
}
.complaint_success{
	background: #C6FFC8;
	border-radius: 20px;
	padding: 40px;
	text-align: center;
}
.complaint_success h2{
	font-size: 36px;
	font-weight: 500;
	color: #144A98;
	margin-bottom: 25px;
}
.complaint_success p{
	font-size: 16px;
	color: #767676;
	line-height: 24px;
	margin-bottom: 25px;	
}

.admission_form input[type=password], 
.admission_form input[type=search], 
.admission_form input[type=tel], 
.admission_form input[type=text],
.admission_form input[type=email]{
	height: 45px;
	line-height: 45px;
}

.reservation_process_bar{
	height: 40px;
	width: 99.999%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;	
	background: #E3EEFD;
	border-radius: 100px;
	overflow: hidden;
	align-items: center;
	justify-content: center;
	margin-bottom: 50px;
}
.reservation_process_bar a{
	color: #144A98;
	font-size: 14px;
	flex: 0 0 33.333333%;
	line-height: 40px;
	text-align: center;
	background: linear-gradient(to right, #144A98 50%, #E3EEFD 50%);
	background-size: 201% 100%;
	background-position: right bottom;
	transition: all 1s ease-out;
}
.reservation_process_bar a span{
	/*transition: all .8s ease-out;*/
  	display: block;
}
.reservation_process_bar a:hover{
	color: #144A98;
}
.reservation_process_bar a.active{
	background-position: left bottom;
	color: #fff;
}

.cs_checkbox ol{
	margin-top: 20px;
	list-style-type: decimal;
    /*padding-left: 20px;*/
}
.cs_checkbox ol li{
	color: #464646;
	font-size: 16px;
	margin-bottom: 15px;	
}
.fileList{
	float: right;
}
.fileList li{
	border-bottom: 1px solid #d1d1d1;
    margin-bottom: 8px;
    padding-bottom: 8px;
    color: #144A98;
    position: relative;
    padding-right: 20px;
}
.fileList li a{
	color: #ff0000;
	position: absolute;
    right: 0;
    top: 2px;
}
.fileList li:last-child{
	border: none;
}
.inputfield.has-error input{
	border: 1px solid #f00;
}
.inputfield.has-error select{
	border: 1px solid #f00;
}
.inputfield.has-error textarea{
	border: 1px solid #f00;
}
.inputfield.has-error .upload_btn{
	border: 1px solid #f00;
}
.inputfield.has-error span.checkmark{
	border: 1px solid #f00;	
}