@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700');a
{
outline: 0;
}
body
{
font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
font-size:16px;
background:#051e46 url(../images/top-banner.jpg) no-repeat center;
color:#fff;
line-height:24px;

}
.top_header
{
	float:left;
	width:100%;
	text-align:center;
}
.top_header img
{
	max-width:100%;
}
#c1
{
	display:inline-block;
	clear:both;
	margin-top:30px;
	
}
.search_box
{
	float:left;
	width:360px;
	background:url(../images/textbox.png) no-repeat;
	height:70px;
	padding:7px 30px 0px 25px;
	color:#000;
}
.search_box input
{
	border:none;
	width:100%;
	height: 35px;
padding-left: 5px;
}

input:required {
    box-shadow: none;
}


.search_but
{
	float:left;
	width:70px;
	height:70px;
	background:url(../images/subit-but.png) no-repeat;
	border:none !important;
	position:relative;
	margin-left:-40px;
	top:-5px;
	
}
.copy_text
{
	display:inline-block;
	margin-top:40px;
font-size:17px;
}

/*-- responsive-design starts-here --*/

@media screen and (max-width: 1366px) {

}
@media screen and (max-width: 1200px) {



}
@media screen and (max-width: 980px) {


}
@media screen and (max-width: 768px) {


}
@media screen and (max-width: 680px) {

}
@media screen and (max-width: 480px) {
.search_box
{
	width:300px;
}
}
@media screen and (max-width: 400px) {
.search_box
{
	width:250px;
}
}