h1 {
	font-weight: 100;
	font-style: normal;
	margin: 0px;
	padding: 0px;
	margin-bottom: 8px;
	font-size: 2.5rem;
	line-height: 1.2em;
}

h2 {
	font-weight: 100;
	font-style: normal;
	margin: 0px;
	padding: 0px;
	margin-bottom: 8px;
	font-size: 1.5rem;
	line-height: 1.2em;
	padding-top: 20px;
}

h3 {
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	font-size: 0.75rem;
	line-height: 1.5em;
	font-weight: bold;
}

.ah2 {
	border-bottom: 1px solid #f3f3f3;
	padding-top: 0px;
	padding-bottom: 5px;
	margin-top: 60px;
	margin-bottom: 40px;
}

small {
	font-weight: normal;
}

.two-lines {
	margin-top: -10px;
}

.birthday-day {
	margin-left: -14px
}

hr {
	margin-top: 40px;
	margin-bottom: 40px;
}

.left-info-div {
	float: right;
	text-align: right;
	min-width: 140px;
}

.form-control-file {
	margin-top: 12px;
}

.online-exam {
	padding-top: 8px;
	padding-left: 32px;
}

.exam-country-list, .examinationq-date {
	margin-bottom: 15px !important;
	width: 100%;
}

.select2-container {
	width: 100% !important;
}

@media ( max-width : 767px) {
	.left-info-div {
		float: initial;
	}
	.country-select, .phone-prefix, .examinationq-date, .exam-country-list {
		margin-bottom: 15px !important;
	}
	.online-exam {
		display: none;
		margin-bottom: 15px !important;
		padding-left: 15px !important;
	}
}

@media ( min-width : 576px) and (max-width: 767px) {
	.ah1 {
		font-size: 26px;
		padding-left: 0 !important;
	}
	.ah2 {
		padding-left: 0 !important;
	}
}

@media ( max-width : 575px) {
	.ah1 {
		font-size: 16px;
		padding-left: 0 !important;
	}
	.ah2 {
		padding-left: 0 !important;
	}
}

.error {
	display: none;
	color: red;
}

.success {
	display: none;
	color: green;
}




.file-upload-wrapper { 
    background-color: white;  margin-bottom: 15px;
}
.file-upload-wrapper .file-name { 
    background-color: white; 
}
.file-upload-wrapper .input-group-addon.select-file {
    min-width: 120px;
}
.file-upload-wrapper .input-group-addon.cross {
    color: red;
    display: none;
}
.file-upload-wrapper .input-group-addon.check {
    color: green;
    display: none;
}
.file-upload-wrapper.err .input-group-addon.cross {
    display: table-cell;
}
.file-upload-wrapper.ok .input-group-addon.check {
    display: table-cell;
}




.file-upload-wrapper .input-group {
   border: 1px solid #ccc;
   border-radius: 4px;
   background-color: #eee;
}
.file-upload-wrapper .form-control-file {
   display: none!important;
}
.file-upload-wrapper .input-group-addon {
   border: none!important;
   border-radius: 4px;
   background-color: transparent;
}
.file-upload-wrapper input {
   border: none!important;
   border-radius: 0!important;
}    

.no-padding {
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin-right: 0px !important;
	margin-left: 15px !important;
}

.ag_name_div{display: none;}
.knowledge_container1 {
	display: none;
}

.examPO_container1 {
	display: none;
}

.pre_condition {
	display: none;
}
.agency_exists {
	display: none;
}

.sibling_fn {
	display: none;
}
.sibling_ln {
	display: none;
}
.sibling_dob {
	display: none;
}
.sibling_passport {
	display: none;
}

.examPO_container2 {
	display: none;
}

.examPO_container3 {
	display: none;
}
.ude_info {
	display: none;
}
.ude_info2 {
	display: none;
}
.fhd_info {
	display: none;
}
.fhd_info2 {
	display: none;
}
#howlearn {
    display: none;
}
.exam_new {
	background: red;
}
.ag_new {
		display: none;
}
.er_iran {
    display: none;
}
.er_turkey {
    display: none;
}
.er_china {
    display: none;
}
.er_indien {
    display: none;
}
.select2-container .select2-choice {
	padding: 5px 10px;
	height: 40px;
	width: 432px;
	font-size: 1.2em;
}

.btn-warning {
	background-image: -webkit-linear-gradient(top, #777 0, #ccc 100%)
		!important;
	background-image: -o-linear-gradient(top, #777 0, #ccc 100%) !important;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#777),
		to(#ccc)) !important;
	background-image: linear-gradient(to bottom, #777 0, #ccc 100%)
		!important;
	border-color: #333;
}

.select2-container .select2-selection--single{
	height:34px; font-size: 14px;
}

.select2-container--bootstrap4 .select2-results>.select2-results__options {
    max-height: 20em;
    overflow-y: scroll;
}

.margintop0 {
    margin-top: 0 !important;
}

.linkcyan {
    color: #00b5ad;
    text-decoration: underline;
}

.font10 {
    font-size: 10px;
} 

.fontNormal85 {
    font-weight: normal;
    font-size: 85%
}

.inlineHint {
    font-size: 12px;
    margin-left: 20px
}