
#bookiser {
	width: 100%;
	background-color: #3695ad;
	position: fixed;
	bottom:0;
	z-index: 99999;
}
#bookiser > form {
	max-width: 992px;
	margin: auto;
}
#bookiser form {
	padding: 10px;
	color: #fff;
	bottom: 0;
}
#bookiser #ddeb, #bookiser #dfin {
	margin-bottom: 5px;
	background-color: #fff;
	padding: 10px;
	border: 1px solid #14bfdd;
	cursor: pointer;
	color: #666;
	width: calc(100% - 22px);
	margin-top: 0;
}
#bookiser fieldset {
	border: 0;
	position: relative;
	padding: 0;
}
#bookiser #bookiserSubmit {
	padding: 10px 25px;
	background-color: #14bfdd;
	border: 1px solid #fff;
	color: #fff;
	margin: 5px 0;
	cursor: pointer;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 18px;
	width: calc(100% - 2px);
}


#bookiser fieldset button{
	position: absolute;
	top: 6px;
	right: 10px;
	color: #5fa6ec;
	border: 0;
	background-color: transparent;
	padding: 0;
	font-size: 18px;	
}
#bookiser fieldset{
	border: 0;
	position: relative;
	padding: 0;
} 
@media(max-width:991px){
	#bookiser{
		display: none;
	}
}