.section {
	position: relative;
	height: 100vh;
}

.mtc-5 { margin-top: 5px;}
.mtc-10 { margin-top: 10px;}
.mtc-15 { margin-top: 15px;}
.mtc-20 { margin-top: 20px;}
.mtc-25 { margin-top: 25px;}
.mtc-30 { margin-top: 30px;}
.mtc-35 { margin-top: 35px;}

.mtcm-5 { margin-top: -5px;}
.mtcm-10 { margin-top: -10px;}
.mtcm-15 { margin-top: -15px;}
.mtcm-20 { margin-top: -20px;}
.mtcm-25 { margin-top: -25px;}
.mtcm-30 { margin-top: -30px;}
.mtcm-35 { margin-top: -35px;}
.mtcm-40 { margin-top: -40px;}

.ptr-5 { padding-right: 5px;}

.section .section-center {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

#booking {
	font-family: 'Alice', serif;
	background: rgba(133, 104, 73, 0.33);
}

.booking-form {
	position: relative;
	max-width: 912px;
	width: 100%;
	margin: auto;
	background: #fff;
	border-radius: 6px;
	-webkit-box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.1);
}

#checkArray {
    background-image: url(https://kaliva.com.cy/booking/assets/images/plan2023.jpg);
    background-repeat: no-repeat;
    height: 450px;
    width:1200px;
    padding-top: 190px;
}

.nc-bg {
    background-color: rgb(156 142 100)!important;
    
color: white;
margin-right: 10px;
    margin-left: 10px;
    margin-top: -20px;
padding: 12px;
border-radius: 6px;
-webkit-box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.1);
box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.1);
}

.booking-form .booking-bg {
	position: absolute;
	left: 16px;
	top: -25px;
	bottom: -25px;
	width: 400px;
	
	background-size: cover;
	background-position: center;
	padding: 12px;
	border-radius: 6px;
	-webkit-box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.1);
	overflow: hidden;
}

.booking-form .booking-bg::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: rgb(74 79 84 / 50%);
}

.booking-form>form {
	margin-left: 425px;
	padding: 30px;
}

.booking-form .form-header {
	margin-bottom: 30px;
	margin-top: 60px;
	position: relative;
	z-index: 20;
}

.booking-form .form-header h2 , .booking-form .form-header h4 {
	font-family: 'Playfair Display', serif;
	margin-top: 0;
	margin-bottom: 15px;
	font-weight: 900;
	color: #fff;
	font-size: 42px;
	text-transform: capitalize;
}



.booking-form .form-header p {
	color: #fff;
	font-size: 18px;
}

.booking-form .form-group {
	position: relative;
	margin-bottom: 20px;
}

.booking-form .form-control {
	background-color: #fff;
	height: 45px;
	padding: 0px 15px;
	color: #151515;
	border: 1px solid #e5e5e5;
	font-size: 16px;
	font-weight: 700;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 40px;
	-webkit-transition: 0.2s all;
	transition: 0.2s all;
}

.booking-form .form-control::-webkit-input-placeholder {
	color: #e5e5e5;
}

.booking-form .form-control:-ms-input-placeholder {
	color: #e5e5e5;
}

.booking-form .form-control::placeholder {
	color: #e5e5e5;
}

.booking-form .form-control:focus {
	background: #f8f8f8;
}

.booking-form input[type="date"].form-control:invalid {
	color: #e5e5e5;
}

.booking-form select.form-control {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.booking-form select.form-control:invalid {
	color: #e5e5e5;
}

.booking-form select.form-control option {
	color: #151515;
}

.booking-form select.form-control+.select-arrow {
	position: absolute;
	right: 3px;
	bottom: 5px;
	width: 32px;
	line-height: 32px;
	height: 32px;
	text-align: center;
	pointer-events: none;
	color: #e5e5e5;
	font-size: 14px;
}

.booking-form select.form-control+.select-arrow:after {
	content: '\279C';
	display: block;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.booking-form .form-label {
	color: #856849;
	text-transform: uppercase;
	line-height: 24px;
	height: 24px;
	font-size: 14px;
	font-weight: 400;
	margin-left: 20px;
}

.booking-form .form-btn {
	margin-top: 30px;
}

.booking-form .submit-btn {
	display: block;
	width: 100%;
	color: #fff;
	background-color: rgb(82 82 82 / 90%);
	font-weight: 700;
	font-size: 18px;
	border: none;
	border-radius: 40px;
	height: 55px;
	-webkit-transition: 0.2s all;
	transition: 0.2s all;
}

.booking-form .submit-btn:hover,
.booking-form .submit-btn:focus {
	background-color: rgb(76 125 76);
}

.booking-bg.seat-info {
    background-image: unset!important;
    background-color: #26736f!important;
    color: white;
}
.booking-form.seat-layout-outer {
    max-width: 1236px;
}

.booking-form .form-header h4 {
	font-family: 'Playfair Display', serif;
	margin-top: 0;
	margin-bottom: 15px;
	font-weight: 900;
	color: #fff;
	font-size: 32px;
	text-transform: capitalize;
}
.form-header.pricing {
    margin-top: 30px;
}

@media only screen and (max-width: 768px) {
	.booking-form .booking-bg {
		position: relative;
		left: 0;
		right: 0;
		bottom: 0;
		top: -15px;
		width: 95%;
		margin: auto;
	}
	.booking-form>form {
		margin-left: 0px;
	}
	.booking-form.seat-layout-outer>form {
		 margin-left: auto!important; 
	}
	button.submit-btn.book-btn {
		
		margin-top: -29px!important;
		width: 64%!important;
		
	}
}

ul {
	padding: 0;
	margin: 0;
	clear: both;
  }
  
  li{
	list-style-type: none;
	list-style-position: outside;
	padding: 1px;
	float: left;
  }
  
  input[type="checkbox"]:not(:checked), 
  input[type="checkbox"]:checked {
	position: absolute;
	left: -9999%;
  }
  
  input[type="checkbox"] + label {
	display: inline-block;
	padding-left: 5px;
    padding-right: 5px;
	cursor: pointer;
	/*border: 1px solid #2bd538;*/
	color: transparent;
      font-weight: bold;
	background-color: white;
      background-image: url(https://kaliva.com.cy/booking/assets/images/sunbed-30-25.png);
	margin-bottom: 0px;
	font-size: 14px;
	width: 30px;
      height: 25px;
  }
label.threepeople {
	    background-image: url(https://kaliva.com.cy/booking/assets/images/sunbed-three-30.png)!important;
    color: #000000;
}

label.guzebo {
	    background-image: url(https://kaliva.com.cy/booking/assets/images/guz-icon.png)!important;
    color: #000000;
    background-size: cover;
    width: 40px!important;
    height: 40px!important;
}

label.vip {
	    background-image: url(https://kaliva.com.cy/booking/assets/images/vip-icon.png)!important;
    color: #000000;
    background-size: cover;
    width: 40px!important;
    height: 40px!important;
}

label.vip2 {
	    background-image: url(https://kaliva.com.cy/booking/assets/images/vip-icon-2.png)!important;
    color: #000000;
    background-size: cover;
    width: 40px!important;
    height: 40px!important;
}


label.bookedvip {
    background-image: url(https://kaliva.com.cy/booking/assets/images/vip-icon-red.png)!important;
    color: #f6eeee!important;
    background-size: cover;
    width: 40px!important;
    height: 40px!important;
    cursor: not-allowed!important;
}
    
label.bookedguz {
    background-image: url(https://kaliva.com.cy/booking/assets/images/guz-icon-red.png)!important;
    color: #f6eeee!important;
    cursor: not-allowed!important;
    background-size: cover;
    width: 40px!important;
    height: 40px!important;
    background-color: transparent!important;
}


  input[type="checkbox"]:checked + label {
	border: 1px solid white;
	color: white;
	background-color: #181918;
    webkit-box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 42%);
    box-shadow: 0px 0px 10px 5px rgb(0 0 0 / 42%);
  }

  li.empty-chk {
    width: 40px;
}

  li.empty-chk2 {
    width: 5px;
}

.booking-bg.seat-info {
    width: 100%;
}
.booking-form.seat-layout-outer>form {
    margin-left: 250px;
}
.row.cus-wdh {
    width: 1260px;
}

button.submit-btn.book-btn {
    float: right;
	margin-top: -40px;
    margin-bottom: 22px;
    margin-right: 16px;
    width: 20%;
    cursor: pointer;

}
li.left-end {
    border: 1px dotted;
    border-left: none;
    border-top: none;
    border-bottom: navajowhite;
}

p.title-txt {
    font-family: 'Playfair Display', serif;
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 900;
    color: #fff;
    font-size: 42px;
    text-transform: capitalize;
}
button:focus {
    outline: none!important;
}

p#booking-error {
    color:#ffa5a5;
    font-weight: 600;
}