.container-fluid{
	margin-top: 20px;
}

.nav_header{
	width: 100%; 
	text-align: right; 
	line-height: 30px;
}

.input-group{
	display: block;
}
.input-group .form-control:first-child{
	 border-radius: 20px;
	 width: 70%;
	 background: #F9F9F9;
}
.input-group .btn-primary{
	width: 13%;
	line-height:1.9rem;
	border-radius: 20px;
	margin-left: 1%;	
	margin-right: 1%;
	margin-top: 4.5px;
}
.search{
	background-color: #606060;
    border-color: #606060;
    width: 13%;
	line-height:1.9rem;
	border-radius: 20px;
	color: #fff;
	margin-top: 4.5px;
}
.search:hover{
	color: #fff;
}
.search:focus,.search:active:focus,.btn-primary:focus,.btn-primary:active:focus{
	outline: none;
    color: #fff;
}
@media screen and (max-width: 767px) {
	.container-fluid{
		margin-top: 10px;
	}
	.input-group .form-control:first-child{
		 border-radius: 20px;
		 width: 100%;
		 margin-left: 0%;
		 background: #F9F9F9;
		 height: 50px;
	}
	.input-group .btn-primary,.search{
		width: 45%;
		line-height:2.5rem;
		border-radius: 20px;
		margin-top: 20px;
		margin-left: 2%;	
		margin-right: 2%;
		margin-bottom: 3%
	}
	#map_margin {
	    margin-top: 0%;
	}
}

@media screen and (max-width: 375px) {
	.container-fluid{
		margin-top: 10px;
	}
}

@media screen and (max-width: 320px) {
	.container-fluid{
		margin-top: 5px;
	}
	.nav_header{
		font-size: 10px;
	}

	#suggestId{
		font-size: 12px;
	}
}