#webForm {margin:auto;position: relative;overflow: hidden;width: 75%;float: right;border-radius: 13px;box-shadow: 1px 1px 27px rgb(0 0 0 / 32%);}
.form{z-index: 1000;}
input::placeholder {color: #c9c7c7;}
#enqForm {
	/* float: left; */
	/* width: 84%; */
	position: relative;
	padding: 44px;
	background: #2f3f4fc4;
	box-sizing: border-box;
}
#enqForm label {
	display: block;
	padding: 5px;
	clear: both;
	float: left;
	position: relative;
	width: 100%;
	margin: 5px;
	box-sizing: border-box;
}
#enqForm label input {
	font-size: 19px;
	color: #ffffff;
	width: 100%;
	border: 0px;
	outline: none;
	padding: 3px;
	border-bottom: 1px solid white;
	background: #00000000;
}
#enqForm select {
	float: right;
	/* margin-right: 20px; */
	width: 100%;
	font-size: 19px;
	cursor: pointer;
	background: #00000000;
	color: white;
}
fieldset {
	border: 0px;
	margin-bottom: 15px;
}
.moreinfo {
	padding: 10px;
	width: 100%;
	height:120px;
	clear:both;
	font-size: 22px;
	color: #dbdbdb;
	font-family:'Conv_GOTHIC', Sans-Serif;
	resize: none;
	box-sizing: border-box;
	background: #303e4f;
}
legend {
	color: #e1e1e1;
	text-align: left;
}
#enqForm #submit {
    font-size: 22px;
    border: none;
    padding: 10px 20px 10px 20px;
    background: #6f96b3;
    color: white;
    cursor: pointer;
    margin-top: 20px;
}
.datepicker {
	border-collapse: collapse;
	border: 2px solid #999;
	position: absolute;
	z-index: 12000;
	color: #000000;
}
.hightlight {
	border:2px solid #FFFF00;
	background-color: #FFFFCC;
	background-image:url("layout/caution.png");
	background-repeat: no-repeat;
	background-position: right center;
}
.done {
 display: none !important;!i;!;
}
#map {
	width: 100%;
	height: 550px;
	margin-bottom: 15px;
	border: 1px solid #CCC;
	position: relative;
	box-sizing: border-box;
	border-radius: 10px;
    overflow: hidden;
}
.weebox {
	width: 49%;
	float: left;
}
 .contactsSmall {
     visibility: hidden;
    position: fixed;
}
.contactsBig {
   visibility: visible;
    position: relative;
}
@media all and (max-width: 950px) {
    
    .contactsBig {
  visibility: hidden;
    position: fixed;
}
	
    .contactsSmall {
    visibility: visible;
    position: relative;
    font-size: 53px;
   
    text-align: center;
    width: 100%;
    display: block;
}
    
    .contactsSmall a { color: black;}
	#enqForm label {
	display: block;
	padding: inherit;
	clear: both;
	float: left;
	position: relative;
	width: 92%;
	margin: 5px;
	text-align: left;
}
#enqForm label input {
	float: none;
	margin-right: 15px;
	font-size: 16px;
	color: #00C;
	width: 95%;
}
#enqForm select {
	float: none;
	margin-right: 20px;
	width: 100%;
}
fieldset {
	border: navajowhite;
	padding: 0px;
	text-align: center;
}
    fieldset > fieldset {
	border: 0px;
	box-shadow: none;
	}
#moreinfo {
	width:95%;
	height:120px;
	clear:both;
	font-size: 14px;
	color: #1D2B1B;
	font-family:'Conv_GOTHIC', Sans-Serif;
}
    .rGroup input {
    float: inherit !important;
    width: unset !important;
}
}