.tm-site-header {
	/*background: url('../img/bg0.1.png') no-repeat;*/
	background : rgb(0 , 0, 77);
	background-size: cover;
	height: 100%;
	padding-top: 4em;
	padding-bottom: 6em;
	/* padding: 60px 80px; */
	position: relative;
	border-bottom: 10px solid #076599;
}

.logo {
	display: flex;
	padding: 5px;
	cursor: pointer;
}

.header_brand_name {
	/* background-color: grey; */
	padding-left: 10px;
	margin: auto;
}

.header_brand_name strong {
	font-family:arial;
	font-size:35px;
	color:white;
	margin: auto;
}

.logo img {
	width:6rem;
	height: 6rem;
}

.header_important_links {
	text-align: center;
	width: 100%;
	height: 30px;
}

.header_important_links a {
	float: right;
	padding-right: 0.5em;
	padding-left: 0.5em;
	font-size: 15px;
	color: white;
	opacity: 0.7;
}

/* =========================================== */

#header_search_area {
	text-align: center;
	padding-left: 1em;
	padding-right: 1em;
	/* background-color: red; */
}

#header_search_area h1 {
	font-size: 20px;
	font-weight:bold;
	color:white;
}

#header_search_area form {
	/* background-color: red; */
	/* text-align: center; */
	/* display: flex; */
	padding: 1em;
}

#header_search_area form input {
	width: 100%;
	margin-top: 10px;
	height: 40px;
	/* margin-left: calc( 50% - 25em ); */
}

#header_search_area form select {
	background-color: white;
	width: 100%;
	border-radius: 10px;
	height: 40px;
	margin-top: 10px;
}

#header_search_area form button {
	width: 100%;
	height: 40px;
	margin-top: 10px;
	font-size: 15px;
}

#header_search_area a {
	font-size: 15px;
}


/* ================================================= */

#header2_page_title h1 {
	/* background-color: red; */
	text-align: center;
	color: white;
	font-size: 25px;
	font-weight: 600;
	letter-spacing: 2px;
}

#contact_us_header .tm-site-header {
	background-color: red;
	background: url('/img/contactusbg.png');
}



@media only screen and (max-width: 576px) {
	.logo img {
		width:50px;
		height: 50px;
	}

	.logo strong {
		font-size: 1em; ;
	}

	.header_important_links a {
		float: none;
	}

	#header_search_area form input {
		/* width: 100%; */
		/* margin-left: 0; */
	}

	#header_search_area select {
		/* width: 100%; */
	}

	#header_search_area button {
		/* width: 100%; */
	}

	#header2_area {
		height: 300px;
	}

}

@media only screen and (min-width: 577px) and (max-width: 768px) {
	.logo img {
		width:50px;
		height: 50px;
	}
	.logo a {
		font-size: 1em; ;
	}
	.header_important_links a {
		float: none;
	}

	#header_search_area form input {
		/* width: 100%; */
		/* margin-left: 0; */
	}

	#header_search_area select {
		/* width: 100%; */
	}

	#header_search_area button {
		/* width: 100%; */
	}
	.header_brand_name strong {
		font-size:25px;
	}
	
}

@media only screen and (min-width: 769px) and (max-width: 992px) {
	#header_search_area form input {
		/* width: 40em; */
		/* margin-left: calc( 50% - 20em ); */
	}

	#header_search_area button {
		/* width: 100%; */
	}

	.header_brand_name strong {
		font-size:22px;
	}
}