.ctr {
	text-align: center;
}

h2 {
	font-size: 28px !important;
	background-color: #01549D;
	color: #fff !important;
	padding: 10px;
}
h3 {
	font-size: 20px !important;
	font-weight: bold !important;
	border-bottom: 1px solid;
}

/*Start Form Styling*/
label {
	margin-top: 15px;
}
input[type="text"] {
	margin-bottom: 0px;
}
textarea.form-control {
	margin-bottom: 15px;
}
/*End Form Styling*/

/*Start heights of labels*/
@media (min-width: 768px) {
	.height1 {
		height: 40px;
	}
	.height2 {
		height: 60px;
	}
	.height3 {
		height: 80px;
	}
}
/*End heights of labels*/
.head_section {
	
	background-color: #f3f0f0;
	
    margin-bottom: 20px;
}
	.head_section .ktk-logo img{
		width: 200px;
	}
	.head_section .iu-logo  img{
		width: 200px;
		margin-top: 8px;
		float: right;
	}
html {
	overflow-x: hidden;
}
.footer {
	background-color: #d4d4d4;
	padding: 20px;
	text-align: center;
}
.to_timing {
	margin-bottom: 6px;
}
.from_timing {
	margin-bottom: 6px;
}
	.from_timing select {
		padding: 8px 14px;
		border-radius: 2px;
		font-size: 14px;
		-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    	color: #555;
	}
	.to_timing select {
		padding: 8px 14px;
		border-radius: 2px;
		-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
       -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
       transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
       color: #555;
       font-size: 14px;
	}
.location {
	padding: 8px 14px;
	border-radius: 2px;
	font-size: 14px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	color: #555;
}
.sub_johar {
	padding: 8px 14px;
	border-radius: 2px;
	font-size: 14px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	color: #555;
}
.sub_malir {
	padding: 8px 14px;
	border-radius: 2px;
	font-size: 14px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	color: #555;
}	
.submit {
	padding: 10px 16px;
	background-color: #01549D;
	border: 1px solid #01549D;
	color: #fff;
	border-radius: 4px;
	margin-bottom: 20px;
	font-size: 16px;
	/*width: 100px;
	display: block;
	margin: 20px auto;*/
}
hr {
	border-top: 1px solid #bbbbbb!important;
}
.footer a {
	color: #01549D;
	font-size: 15px;
}
.modal-body p {
	padding: 4px;
	font-size: 16px;
}
@media screen and (max-width: 768px) {
	.modal-body  img {
	 	display: block;
	 	width: 200px;
	 	margin: 0 auto;
	 	text-align: center!important;
	 	float: none!important;
	}
	.modal-body h2 {
	    background-color: transparent;
	    color: #2b347c!important;
	    margin: 0 auto;
	}
}