body {
	background-image: url('../images/bg-white.jpg');
}
.headerbox {
	background: url('../images/bgCookies.jpg') 50% 50% no-repeat;
	background-size: cover;
}
#booking-form {
	font-family: 'Prompt', sans-serif;
	/* max-width: 540px; */
	max-width: 100%;
	/* margin: 40px auto; */
}
#booking-form ul {
	padding-left: 0 !important;
	margin: 0 !important;
}
#booking-form li {
	list-style: none;
}
#booking-form li+li {
	margin-top: 30px !important;
}
#booking-form li+li.mt50,
#booking-form li+li.mt30 {
	margin-top: 0 !important;
}
#booking-form input, #booking-form textarea, #booking-form select {
	font-size: 16px;
	padding: 0 28px;
	width: 100%;
	box-sizing: border-box;
	border: none;
	border-bottom: 1px solid rgb(233, 233, 233);
	text-align: left;
	/*  border-radius: 35px; */
	color: #000000;
	letter-spacing: normal;
	height: 50px;
	line-height: 50px;
	font-family: 'Prompt', sans-serif;
	background: #fff;
	margin-bottom: 20px;
}
#booking-form select {
	background: url('../images/grey-chevron.png') no-repeat;
	-webkit-appearance: none;
	appearance: none;
	background-size: 10px;
	background-position: 97% 50%;
	font-family: 'Prompt', sans-serif !important;
	font-weight: 300 !important
}
#booking-form option {
	font-family: 'Prompt', sans-serif !important;
	font-weight: 300 !important
}
#booking-form option:hover, #booking-form option:focus, #booking-form option:active, #booking-form option:checked {
	background: linear-gradient(#5A2569, #5A2569) !important;
}
#booking-form textarea {
	height: 120px;
	line-height: 1.5;
	padding: 10px;
	border-radius: 10px;
	resize: none;
}
#booking-form input:focus, #booking-form textarea:focus, #booking-form select:focus {
	outline: 0;/*   border: 1px solid rgb(211, 211, 211); */
}
.inputfield {
	color: #333;
}
#booking-form label {
	font-size: 18px;
	line-height: 30px;
	font-weight: 300;
	display: block;
	margin-bottom: 0;
	/* margin-bottom: 10px; */
	color: #333;
}
/* Buttons */
/* #booking-form .next-btn, #booking-form .submit-btn {
	background: #0b4da1;
	border-radius: 50px;
	padding: 13px 20px;
	color: #fff;
	font-family: 'Prompt', sans-serif;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 1px;
	display: inline-block;
	text-align: center;
	font-weight: 400;
	border-radius: 0;
	border: 0;
	transition-property: background-color;
	transition-duration: 0.5s;
	width: 100%;
	cursor: pointer;
} */
.divblock {
	display: block;
	font-size: 60px;
	font-weight: 600;
	color: #00864c;
	width: 100%;
	margin: 30px auto;
	text-align: center
}
#booking-form .next-btn:hover, #booking-form .submit-btn:hover {
	background-color: #00864c;
	color: #fff;
}
/* Progress Bar */
.progress-wrap {
	margin: 50px auto;
	display: table;
}
.line-progress-bar {
	display: flex;
	margin: auto;
	width: 100%;
}
.line {
	height: 1px;
	width: 250px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: rgb(217, 217, 217);
	position: absolute;
	margin-top: 8px;
}
.mt30 {
	padding-top: 30px
}
.mt50 {
	padding-top: 50px
}
.progress-wrap div ul {
	display: flex;
	width: 250px;
	list-style: none;
	padding: 0px;
	margin: initial;
	justify-content: space-between;
	z-index: 1;
}
.progressbar-dots {
	display: inline-flex;
	border: #949494 solid 4px;
	background: #333333;
	height: 20px;
	width: 20px;
	border-radius: 50%;
	text-align: center;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	color: #d4d4d4;
	font-size: 20px;
	margin-left: 0px;
	color: #d4d4d4;
	border: 0px solid rgb(217, 217, 217);
	background: rgb(217, 217, 217);
}
.progressbar-dots span {
	font-size: 12px;
	line-height: 12px;
	position: absolute;
	margin-top: 60px;
	/* width: 75px; */
	float: left;
	margin-left: -30px;
	display: none;
}
.progressbar-dots.active {
	color: #fff;
	border: 0px solid rgb(38, 163, 134);
	background: #00864c;
}
/*  Tab */
.tab-pane {
	display: none;
}
.tab-pane:first-child {
	display: block;
}
/* Error */
span.error {
	font-size: 14px;
	font-family: 'Prompt', sans-serif;
	color: #D6041D;
	text-transform: uppercase;
	display: block;
	margin-bottom: 10px;
}
.m0 {
	margin: 0 !important
}
.mt30 {
	margin: 30px 0 0 0 !important
}
button {
	position: relative
}
button i {
	position: absolute;
	right: 15px;
	top: 15px;
}
button img {
	width: 20px;
	height: 20px
}
button.iconleft i {
	position: absolute;
	right: auto !important;
	left: 15px !important;
	top: 15px !important
}
input {
	text-transform: uppercase;
	font-weight: 300;
}
/* Custom */
.swapfrom {
	padding: 20px 0 0 0;
}
#booking-form .swapfrom label {
	margin-bottom: 10px;
}
.customcheck,
.customcheck-outside .customcheck {
	display: block;
	position: relative;
	padding-left: 40px;
	margin-bottom: 20px;
	cursor: pointer;
	/* font-size: 18px !important; */
	text-transform: uppercase;
	/* line-height: 1.8em !important; */
	color: #333 !important;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.customcheck input,
.customcheck-outside input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 30px;
	width: 30px;
	background-color: #eee;
	transition: all ease-in-out .3s
}
.customcheck:hover input~.checkmark,
.customcheck-outside:hover input~.checkmark {
	background-color: #ccc;
}
.customcheck input:checked~.checkmark,
.customcheck-outside input:checked~.checkmark {
	background-color: #2196F3;
}
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
.customcheck input:checked~.checkmark:after,
.customcheck-outside input:checked~.checkmark:after {
	display: block;
}
.checkmark:after {
	left: 28%;
	top: 47%;
	width: 8px;
	height: 12px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg) translate(-50%, -50%);
	-ms-transform: rotate(45deg) translate(-50%, -50%);
	transform: rotate(45deg) translate(-50%, -50%);
}
/*  Redio */
.customradio {
	display: block;
	position: relative;
	padding-left: 40px;
	/* margin-bottom: 20px !important; */
	cursor: pointer;
	text-transform: uppercase;
	/* font-size: 18px !important;
	line-height: 1.4em !important; */
	/* color: #333 !important; */
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.swapfrom,
.customradio,
.customcheck,
.customcheck-outside {
	font-family: 'Prompt', sans-serif !important;
	font-size: 16px !important;
	line-height: 30px !important;
    font-weight: 400 !important;
	color: #939393 !important;
}
/* Hide the browser's default radio button */
.customradio input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}
/* Create a custom radio button */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #eee;
	border-radius: 50%;
}
.radiobox {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #eee;
	border-radius: 50%;
}
.customradio:hover input~.radiobox {
	background-color: #ccc;
}
.customradio input:checked~.radiobox {
	background-color: #2196F3;
}
.radiobox:after {
	content: "";
	position: absolute;
	display: none;
}
.customradio input:checked~.radiobox:after {
	display: block;
}
.customradio .radiobox:after {
	top: 5px;
	left: 5px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: white;
}