
.check-form .datepicker {
	width: calc(24.3% - 19px);
	float: left;
	margin-right: 19px;
	background: #ffffff;
	position: relative;
	padding: 18px;
}

.check-form .datepicker p {
	font-size: 14px;
	color: #242424;
	letter-spacing: 0.4px;
	margin-bottom: 7px;
	font-weight: 600;
}

.check-form .datepicker input {
	width: 100%;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	color: #242424;
	opacity: 0.5;
	letter-spacing: 1.2px;
	line-height: 42px;
}


.check-form .room-quantity {
	float: left;
	margin-right: 16px;
	padding-bottom: 18px;
	padding-left: 29px;
	padding-right: 28px;
}

.check-form .room-quantity .single-quantity {
	display: inline-block;
	margin-right: 30px;
}

.check-form .room-quantity .single-quantity.last {
	margin-right: 0;
}

.check-form .room-quantity .single-quantity p {
	font-size: 14px;
	color: #242424;
	letter-spacing: 0.4px;
	margin-bottom: 10px;
	font-weight: 600;
	text-align: center;
}

.check-form .room-quantity .single-quantity .pro-qty {
	line-height: 42px;
	height: 42px;
}

.check-form .room-quantity .single-quantity .pro-qty .qtybtn {
	float: left;
	width: 30px;
	text-align: center;
	cursor: pointer;
	display: block;
	color: #081624;
	font-size: 11px;
	letter-spacing: 0.4px;
	line-height: 42px;
}

.check-form .room-quantity .single-quantity .pro-qty input {
	width: 32px;
	float: left;
	text-align: center;
	font-family: "Montserrat Alternates", sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #081624;
	letter-spacing: 0.4px;
	margin-top: -2px;
}

.check-form .room-selector {
	width: calc(25% - 16px);
	float: left;
	margin-right: 16px;
	padding-top: 18px;
	padding-left: 24px;
	padding-right: 24px;
	padding-bottom: 18px;
}

.check-form .room-selector p {
	font-size: 14px;
	color: #242424;
	letter-spacing: 0.4px;
	margin-bottom: 10px;
	font-weight: 600;
}

.check-form .room-selector .nice-select {
	background-color: transparent;
	border-radius: 0;
	padding-left: 0;
	padding-right: 0;
	float: none;
	line-height: 42px;
}

.check-form .room-selector .nice-select span {
	font-size: 10px;
	color: #242424;
	opacity: 0.5;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1.2px;
}

.check-form .room-selector .nice-select .list {
	width: 100%;
	margin-top: 1px;
}


.check-form button {
	font-size: 18px;
	color: #ffffff;
	margin: 22px 0px;
	cursor: pointer;
}
