.mid{
	height: 1650px;
	/* height: auto; */
	/* background-color: pink; */
}
.mid .left{
	background-color: skyblue;
}
.mid .right{
	padding-top: 30px;
	height: 1650px;
	/* background-color: skyblue; */
	
}
.map{
	position: relative;
	width: 100%;
	height: 530px;
	/* background-color: pink; */
}
.mapimg{
	width: 100%;
	height:100%;
}
.apply{
	position: absolute;
	left: 20px;
	bottom: 10px;
	height: 50px;
	width: 140px;
	text-align: center;
	font-size: 20px;
	border-radius: 10px;
	color: white;
	background-color: red;
}

.seachmidSix{
	width:100%;
	height: 70px;
	padding-left:20px ;
	line-height: 70px;
	border-radius: 15px;
	font-weight: bold;
	background-color: gainsboro;
}
table{
	margin-top: 18px;
	border: 0;
	width: 100%;
}

.downtr{
	border: 1px solid cadetblue;
	height: 45px;
}

.tdg{
	width: 35%;
	font-weight: bold;
	font-size: 15px;
	border: 1px solid cadetblue;
	background-color: lightgrey;
}
.tdr{
	width: 65%;
	font-size: 14px;
	border: 1px solid cadetblue;
}
.midfourDownsix{
	width: 200px;
	height: 35px;
	margin: 0 auto;
	margin-top: 10px;
	/* background-color: #04414D; */
}