@charset "utf-8";

form{
	position:relative;
}
@media (min-width: 700px) {
#zip{
	display:none;
	position: absolute;
	right: 25px;
    top: 25px;
    background: rgba(0, 0, 0, 0.76);
    color: white;
    padding: 5px;
	border-radius: 5px;
	z-index: 10;
	max-height:500px;
	overflow:scroll;
}
#zip .search_count{
	text-align:center;
}
#zip .zip_data:hover{
	background:rgba(123, 123, 123, 0.76);
	cursor:pointer;
	
}
#required_box{
    position: absolute;
    right: 25px;
	top: -20px;
    background: rgba(0, 0, 0, 0.76);
    color: white;
    padding: 10px;
    border-radius: 5px;
    z-index: 10;
    line-height: normal;
    text-align: center;
	margin-bottom:0px !important;
}
#required_count{
	font-size: 40px;
}
.zip_data {
	font-size: 16px;
	margin-bottom:10px !important;
}
}


@media (max-width: 699px) {
#zip{
	display:none;
    position: absolute;
    right: 10px;
    top: 0px;
    background: rgba(0, 0, 0, 0.76);
    color: white;
    padding: 5px;
    border-radius: 5px;
    z-index: 10;
	max-height:400px;
	overflow:scroll;
}
#zip .search_count{
	text-align:center;
}
#zip .zip_data:hover{
	background:rgba(123, 123, 123, 0.76);
	cursor:pointer;
	
}
#required_box{
    position: fixed;
    left: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.76);
    color: white;
    padding: 10px;
    width: 100%;
    z-index: 10;
    line-height: normal;
    text-align: center;
	font-size: 17px;
	margin-bottom:0px !important;
}
#required_count{
	font-size: 40px;
}
.zip_data {
	font-size: 14px;
	margin-bottom:10px !important;
}
}