.section {
	position: relative;
	height: 100vh;
}

.section .section-center {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

#booking {
	font-family: 'Montserrat', sans-serif;
	background-image: url('../img/background.jpg');
	background-size: cover;
	background-position: center;
}

#booking::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.6);
}
.book-slot{
	    padding: 30px;
		background: rgba(0, 0, 0, 0.6);
	
	
}
.booking-slot {
	max-width: 825px;
	width: 100%;
	margin: auto;
}

.booking-slot .form-header {
	text-align: center;
	margin-bottom: 25px;
}

.booking-slot .form-header h1 {
	font-size: 58px;
	text-transform: uppercase;
	font-weight: 700;
	color: #ffc001;
	margin: 0px;
}




.booking-slot .form-label {
color: #fff;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 5px;
    display: block;
    text-align: center;
}

.booking-slot .submit-btn {
	color: #101113;
	background-color: #ffc001;
	font-weight: 700;
	height: 50px;
	border: none;
	width: 100%;
	display: block;
	border-radius: 3px;
	text-transform: uppercase;
}