/*=====end===banner section ========== */

header {
	background: #827653 !important;
}

header nav {
	background-color: transparent !important;
	-webkit-transition: all .5s;
	transition: all .5s;
	padding: 35px 54px !important;
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify !important;
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
}

header nav .btn-close {
	display: none;
}

header nav .logo-mobile {
	display: none;
}

header nav .offcanvas {
	-webkit-box-orient: inherit !important;
	-webkit-box-direction: inherit !important;
	-ms-flex-direction: inherit !important;
	flex-direction: inherit !important;
}

@media (min-width: 992px) and (max-width: 1199px) {
	header nav {
		padding: 30px 25px !important;
	}
}

@media (max-width: 991px) {
	header nav .btn-close {
		display: block;
		position: absolute;
		right: 22px;
		width: 23px;
		height: auto;
		z-index: 2;
		opacity: 1;
		top: 34px;
		margin: 0 !important;
		padding: 0px !important;
	}
	
	header nav .logo-mobile {
		display: block;
		position: absolute;
		top: 20px;
		left: 16px;
	}
}

header nav a.custom-logo-link {
	padding: 0;
	margin: 0px;
}

header nav a.custom-logo-link img {
	width: 192px;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
}

@media (min-width: 992px) and (max-width: 1199px) {
	header nav a.custom-logo-link img {
		width: 145px;
	}
}

@media (max-width: 375px) {
	header nav a.custom-logo-link img {
		width: 160px;
	}
}

@media (max-width: 340px) {
	header nav a.custom-logo-link img {
		width: 130px;
	}
}

header nav .left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: calc(100% - 187px);
}

header nav.sticky {
	background: #827653 !important;
}

header nav button.navbar-toggler {
	border: none;
	margin: 0;
	padding: 0;
	margin-left: 15px;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

header nav button.navbar-toggler img {
	width: 30px;
}

header nav button.navbar-toggler:focus {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

header nav button.navbar-toggler span.navbar-toggler-icon {
	background: url("https://cdn-hfooj.nitrocdn.com/oVHnFHKIsdpZMVchDMyXANkTpmHzmjHS/assets/images/optimized/rev-3d2d727/balthazarlondon.com/wp-content/themes/balthazar/assets/images/toggler-bg-1.svg") right 50% no-repeat;
	width: 21px;
}

header nav button.navbar-toggler span.navbar-toggler-icon.nitro-lazy {
	background-image: none !important;
}

header nav button.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	background-image: url("https://cdn-hfooj.nitrocdn.com/oVHnFHKIsdpZMVchDMyXANkTpmHzmjHS/assets/images/optimized/rev-3d2d727/balthazarlondon.com/wp-content/themes/balthazar/assets/images/menu-close-icon.svg");
}

header nav button.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon.nitro-lazy {
	background-image: none !important;
}

@media (min-width: 768px) and (max-width: 991px) {
	header nav {
		padding: 30px 16px !important;
	}
	
	header nav div#navbarSupportedContent {
		position: fixed;
		bottom: 0;
		z-index: 1045;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		max-width: 100%;
		visibility: hidden;
		background: url("https://cdn-hfooj.nitrocdn.com/oVHnFHKIsdpZMVchDMyXANkTpmHzmjHS/assets/images/optimized/rev-3d2d727/balthazarlondon.com/wp-content/themes/balthazar/assets/images/mobile-menu-bg-large.png");
		background-position: 50% 50%;
		background-size: cover;
		height: 100%;
		outline: 0;
		-webkit-transition: -webkit-transform .3s ease-in-out;
		transition: -webkit-transform .3s ease-in-out;
		transition: transform .3s ease-in-out;
		transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		top: 0;
		right: 0;
		left: 0;
	}
	
	header nav div#navbarSupportedContent.show {
		-webkit-transform: none;
		transform: none;
	}
	
	header nav div#navbarSupportedContent ul {
		padding: 0px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		text-align: center;
	}
	
	header nav div#navbarSupportedContent ul li {
		padding: 0px;
		width: 100%;
	}
	
	header nav div#navbarSupportedContent ul li a {
		padding: 0px 0px 30px !important;
		display: inline-block;
		font-size: 24px;
		line-height: 28px;
		font-weight: bold;
	}
	
	header nav div#navbarSupportedContent ul li a:after {
		display: none;
	}
	
	header nav div#navbarSupportedContent .offcanvas-header {
		padding: 0;
	}
	
	header nav div#navbarSupportedContent .offcanvas-body {
		overflow-y: auto;
		position: relative;
		right: 0;
		left: 0%;
		top: 0%;
		-webkit-transform: initial;
		transform: initial;
		width: 100%;
		padding-top: 0%;
		display: block;
	}
}

@media (max-width: 767px) {
	header nav {
		padding: 30px 16px !important;
	}
	
	header nav div#navbarSupportedContent {
		position: fixed;
		bottom: 0;
		z-index: 1045;
		display: block;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		max-width: 100%;
		visibility: hidden;
		background: url("https://cdn-hfooj.nitrocdn.com/oVHnFHKIsdpZMVchDMyXANkTpmHzmjHS/assets/images/optimized/rev-3d2d727/balthazarlondon.com/wp-content/themes/balthazar/assets/images/mobile-menu-bg.png");
		background-size: cover;
		height: 100%;
		background-clip: padding-box;
		outline: 0;
		-webkit-transition: -webkit-transform .3s ease-in-out;
		transition: -webkit-transform .3s ease-in-out;
		transition: transform .3s ease-in-out;
		transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		top: 0;
		right: 0;
		left: 0;
	}
	
	header nav div#navbarSupportedContent.show {
		-webkit-transform: none;
		transform: none;
	}
	
	header nav div#navbarSupportedContent .menu-primary-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		height: calc(100vh - 150px);
		overflow-y: auto;
		padding: 20px 0 50px;
		flex-direction: column;
	}
	
	header nav div#navbarSupportedContent ul {
		padding: 0px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		text-align: center;
		margin-bottom: 20px;
	}
	
	header nav div#navbarSupportedContent ul li {
		padding: 0px;
		width: 100%;
	}
	
	header nav div#navbarSupportedContent ul li a {
		padding: 0px 0px 40px !important;
		display: inline-block;
		font-size: 24px;
		line-height: 28px;
		font-weight: bold;
	}
	
	header nav div#navbarSupportedContent ul li a:after {
		display: none;
	}
	
	header nav div#navbarSupportedContent ul li:last-child a {
		padding: 0px !important;
	}
	
	header nav div#navbarSupportedContent .offcanvas-header {
		padding: 0;
		height: 85px;
	}
	
	header nav div#navbarSupportedContent .offcanvas-body {
		overflow-y: inherit;
		position: relative;
		right: 0;
		left: 0%;
		top: 0%;
		-webkit-transform: initial;
		transform: initial;
		width: 100%;
		padding-top: 25px;
		padding-bottom: 25px;
		display: block;
	}
	
	header nav a.navbar-brand img {
		width: 125px;
	}
}

header ul.custom-nav {
	list-style: none;
	margin: 0px;
	padding: 0px 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media (min-width: 992px) and (max-width: 1199px) {
	header ul.custom-nav {
		padding: 0px 0px 0px 35px;
	}
}

header ul.custom-nav li {
	padding: 0px 15px 0px;
	position: relative;
}

@media (max-width: 1700px) {
	header ul.custom-nav li {
		padding: 0px 15px 0px;
		position: relative;
	}
}

@media (max-width: 1500px) {
	header ul.custom-nav li {
		padding: 0px 13px 0px;
	}
}

@media (max-width: 1388px) {
	header ul.custom-nav li {
		padding: 0px 7px 0px;
	}
}

@media (min-width: 1200px) and (max-width: 1280px) {
	header ul.custom-nav li {
		padding: 0px 10px 0px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	header ul.custom-nav li {
		padding: 0px 12px 0px;
	}
}

header ul.custom-nav li:nth-child(1) {
	padding-left: 0;
}

header ul.custom-nav li a {
	letter-spacing: .96px;
	letter-spacing: -.16px;
	color: #fffef1 !important;
	opacity: 1;
	text-decoration: none;
	outline: none;
	font-size: 20px;
	line-height: 24px;
	font-weight: normal;
	position: relative;
	padding-right: 0px !important;
	padding-left: 0px !important;
	padding-bottom: 10px;
}

@media (max-width: 1700px) {
	header ul.custom-nav li a {
		font-size: 17px;
		line-height: 22px;
	}
}

@media (max-width: 1388px) {
	header ul.custom-nav li a {
		font-size: 16px;
	}
}

@media (min-width: 1200px) and (max-width: 1280px) {
	header ul.custom-nav li a {
		font-size: 14px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	header ul.custom-nav li a {
		font-size: 14px;
	}
}

header ul.custom-nav li a:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	background: none;
	bottom: 0px;
	left: 0px;
	opacity: 1;
	-webkit-transition: .5s -webkit-transform ease;
	transition: .5s -webkit-transform ease;
	transition: .5s transform ease;
	transition: .5s transform ease, .5s -webkit-transform ease;
	-webkit-transform: scale3d(0, 1, 1);
	transform: scale3d(0, 1, 1);
	-webkit-transform-origin: 0 50%;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 0 50%;
	transform-origin: 50% 50%;
}

header ul.custom-nav li a:hover:after, header ul.custom-nav li a:active:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	background: #fffef1;
	bottom: 0px;
	left: 0px;
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

@media (min-width: 992px) and (max-width: 1199px) {
	header ul.custom-nav li {
		padding: 0px 6px 0px;
	}
}

header .btn-booktable {
	min-width: 165px;
	height: 54px;
	border: 1px solid #fff;
	font-size: 20px;
	line-height: 22px;
	letter-spacing: -.16px;
	text-align: center;
	padding: 0px 10px;
	background: #fff;
	color: #000;
	border-radius: 0px;
	text-decoration: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
	-webkit-transition: all .3s;
	transition: all .3s;
}

header .btn-booktable:hover {
	background: #827653;
	color: #fff;
	border: 1px solid #fff;
}

header nav .d-flex:first-child {
	width: calc(100% - 180px);
}

header nav .offcanvas {
	margin-left: auto !important;
	justify-content: space-around;
}

header .btn-booktable:focus {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

@media (min-width: 992px) and (max-width: 1199px) {
	header .btn-booktable {
		min-width: 150px;
		font-size: 16px;
		line-height: 18px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	header .btn-booktable {
		min-width: 150px;
		font-size: 16px;
		line-height: 18px;
	}
}

@media (max-width: 767px) {
	header .btn-booktable {
		min-width: 120px;
		font-size: 14px;
		line-height: 18px;
		height: 45px;
	}
}

body.bookTablePageLoad header nav {
	background: #827653 !important;
}

footer {
	background: #827653;
	color: #fff;
	padding-top: 50px;
}

footer .container {
	max-width: 1222px;
	padding-bottom: 30px;
}

footer .workwithus p a {
	color: #fff;
	text-decoration: none;
}

footer .workwithus p span {
	display: block;
}

/* footer .container .row .col-12:nth-child(2) {
  border-left: 1px solid #FFFEF1;
  border-right: 1px solid #FFFEF1;
}

@media (max-width: 767px) {
  footer .container .row .col-12:nth-child(2) {
    border: none;
  }
} */

/* footer .container .row .col-12 {
  border-right: 1px solid #FFFEF1;
}

footer .container .row .col-12:last-child {
  border-right: 0px solid #FFFEF1;
} */
footer h3 {
	color: #fff;
	font-size: 22px;
	line-height: 25px;
	letter-spacing: -.38px;
	margin-bottom: 21px;
	font-weight: normal;
	text-align: left;
}

footer ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: left;
}

footer ul li a {
	color: #fff;
	text-decoration: none;
	margin: 0;
	padding: 5px 0;
	display: inline-block;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: -.28px;
}

footer ul li a:hover {
	color: #fff;
	text-decoration: none;
	outline: none;
}

footer .footer-form {
	max-width: 220px;
	padding-right: 20px;
	margin: 0;
}

footer .footer-form .forminator-custom-form {
	display: block !important;
}

footer .footer-form .newslatter-thanks {
	text-align: left;
	color: #fffef1;
	font-size: 14px;
}

footer .footer-form .mb-3 input.form-control {
	width: 100%;
	border-radius: 0px;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	border-bottom: 1px solid #fff;
	background: none;
	color: #fffef1;
	padding-left: 0px;
	padding-bottom: 7.7px;
	font-size: 14px;
	line-height: 16px;
	-webkit-background-clip: text !important;
	-moz-background-clip: text !important;
	-ox-background-clip: text !important;
	-webkit-text-fill-color: #fffef1 !important;
	-moz-text-fill-color: #fffef1 !important;
	-ox-text-fill-color: #fffef1 !important;
}

footer .footer-form .mb-3 input.form-control::-webkit-input-placeholder {
	color: #fffef1;
}

footer .footer-form .mb-3 input.form-control:-ms-input-placeholder {
	color: #fff;
}

footer .footer-form .mb-3 input.form-control::-ms-input-placeholder {
	color: #fff;
}

footer .footer-form .mb-3 input.form-control::placeholder {
	color: #fff;
}

@media (max-width: 767px) {
	footer .footer-form .mb-3 {
		margin-bottom: 25.13px !important;
	}
	
	footer .footer-form .mb-3.forminator-row-last {
		padding-top: 11px;
		margin-bottom: 13.87px !important;
	}
}

footer .footer-form .btn {
	border: 1px solid #fffef1;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	padding: 7px 20px;
	background: #fff;
	color: #000;
	text-decoration: none;
	min-height: auto;
	max-height: initial;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 0px;
	-webkit-transition: all .3s;
	transition: all .3s;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

footer .footer-form .btn:hover {
	background: #827653;
	color: #fff;
	border: 1px solid #fff;
}

footer .copyright-section {
	text-align: center;
}

footer .copyright-section p {
	padding: 15px 0;
	margin: 0px;
	color: #fffef0;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: -.24px;
}

footer .copyright-section p a {
	text-decoration: none;
	color: #fff;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

footer .copyright-section p a:hover {
	text-decoration: underline;
	color: #fff;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.footer-form br {
	display: none;
}

.private-d-section {
	padding: 97px 0px 69px;
	max-width: 1096px;
	margin-right: auto;
	margin-left: auto;
}

.private-d-section p {
	font-size: 14px;
	line-height: 25px;
	color: #242424;
	padding: 0px 0px 28px;
	margin: 0px;
}

@media (max-width: 1500px) {
	.private-d-section {
		max-width: 1076px;
		padding: 87px 0px 50px;
	}
	
	.private-d-section p {
		padding: 0px 0px 18px;
	}
}

@media (max-width: 1388px) {
	.private-d-section {
		max-width: 1066px;
		padding: 77px 0px 45px;
	}
	
	.private-d-section p {
		padding: 0px 0px 18px;
	}
}

@media (min-width: 1200px) and (max-width: 1280px) {
	.private-d-section {
		max-width: 1056px;
		padding: 67px 0px 45px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.private-d-section {
		max-width: 900px;
		padding: 67px 0px 45px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.private-d-section {
		max-width: 100%;
		padding: 67px 16px 45px;
	}
}

@media (max-width: 767px) {
	.private-d-section {
		max-width: 100%;
		padding: 107px 47px 64px;
	}
	
	.private-d-section p {
		color: #000;
		letter-spacing: -.14px;
	}
}

.tow-col-box {
	padding: 0px 0px 140px;
	max-width: 1182px;
	margin-right: auto;
	margin-left: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 46px;
	column-gap: 46px;
}

@media (max-width: 1500px) {
	.tow-col-box {
		max-width: 1162px;
		padding: 0px 0px 120px;
	}
}

@media (max-width: 1388px) {
	.tow-col-box {
		max-width: 1152px;
		padding: 0px 0px 110px;
	}
}

@media (min-width: 1200px) and (max-width: 1280px) {
	.tow-col-box {
		max-width: 1100px;
		padding: 0px 0px 90px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.tow-col-box {
		max-width: 992px;
		padding: 0px 0px 90px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.tow-col-box {
		max-width: 100%;
		padding: 0px 16px 90px;
	}
}

@media (max-width: 767px) {
	.tow-col-box {
		max-width: 100%;
		padding: 0px 0px 51.65px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-column-gap: 0;
		column-gap: 0;
	}
}

.tow-col-box .box {
	position: relative;
	width: 568px;
}

.tow-col-box .box img {
	width: 568px;
	height: 621px;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
}

@media (max-width: 1500px) {
	.tow-col-box .box {
		width: 548px;
	}
	
	.tow-col-box .box img {
		width: 548px;
		height: 600px;
	}
}

@media (max-width: 1388px) {
	.tow-col-box .box {
		width: 538px;
	}
	
	.tow-col-box .box img {
		width: 538px;
		height: 580px;
	}
}

@media (min-width: 1200px) and (max-width: 1280px) {
	.tow-col-box .box {
		width: 527px;
	}
	
	.tow-col-box .box img {
		width: 527px;
		height: 560px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.tow-col-box .box {
		width: 473px;
	}
	
	.tow-col-box .box img {
		width: 473px;
		height: 500px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.tow-col-box .box {
		width: 345px;
	}
	
	.tow-col-box .box img {
		width: 345px;
		height: 360px;
	}
}

@media (max-width: 767px) {
	.tow-col-box .box {
		width: 100%;
		margin-bottom: 10px;
	}
	
	.tow-col-box .box img {
		width: 100%;
		height: 468px;
	}
}

.tow-col-box .box:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url("https://cdn-hfooj.nitrocdn.com/oVHnFHKIsdpZMVchDMyXANkTpmHzmjHS/assets/images/optimized/rev-3d2d727/balthazarlondon.com/wp-content/themes/balthazar/assets/images/black-light-bg.svg");
	background-repeat: no-repeat;
	background-size: cover;
}

.three-col-box {
	padding: 0px 0px 142px;
	max-width: 100%;
	margin: 0 62px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 46px;
	column-gap: 46px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media (max-width: 1500px) {
	.three-col-box {
		padding: 0px 0px 120px;
	}
}

@media (max-width: 1388px) {
	.three-col-box {
		padding: 0px 0px 110px;
		margin: 0 52px;
	}
}

@media (min-width: 1200px) and (max-width: 1280px) {
	.three-col-box {
		padding: 0px 0px 90px;
		margin: 0 48px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.three-col-box {
		padding: 0px 0px 90px;
		margin: 0 40px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.three-col-box {
		max-width: 100%;
		padding: 0px 0px 90px;
		margin: 0 20px;
		-webkit-column-gap: 16px;
		column-gap: 16px;
	}
}

@media (max-width: 767px) {
	.three-col-box {
		max-width: 100%;
		padding: 0px 0px 0px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-column-gap: 0;
		-webkit-column-gap: 0px;
		column-gap: 0;
		column-gap: 0px;
		margin: 0 0px;
	}
}

.three-col-box .box {
	position: relative;
	width: 568px;
}

.three-col-box .box img {
	width: 568px;
	height: 621px;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
}

@media (max-width: 1700px) {
	.three-col-box .box {
		width: 461px;
	}
	
	.three-col-box .box img {
		width: 461px;
		height: 580px;
	}
}

@media (max-width: 1500px) {
	.three-col-box .box {
		width: 407px;
	}
	
	.three-col-box .box img {
		width: 407px;
		height: 512px;
	}
}

@media (max-width: 1388px) {
	.three-col-box .box {
		width: 390px;
	}
	
	.three-col-box .box img {
		width: 390px;
		height: 479px;
	}
}

@media (min-width: 1200px) and (max-width: 1280px) {
	.three-col-box .box {
		width: 336px;
	}
	
	.three-col-box .box img {
		width: 336px;
		height: 413px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.three-col-box .box {
		width: 283px;
	}
	
	.three-col-box .box img {
		width: 283px;
		height: 356px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.three-col-box .box {
		width: 232px;
	}
	
	.three-col-box .box img {
		width: 232px;
		height: 292px;
	}
}

@media (max-width: 767px) {
	.three-col-box .box {
		width: 100%;
		margin-bottom: 10px;
	}
	
	.three-col-box .box img {
		width: 100%;
		height: 468px;
	}
	
	.three-col-box .box:last-child {
		margin-bottom: 0px;
	}
}

.three-col-box .box:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url("https://cdn-hfooj.nitrocdn.com/oVHnFHKIsdpZMVchDMyXANkTpmHzmjHS/assets/images/optimized/rev-3d2d727/balthazarlondon.com/wp-content/themes/balthazar/assets/images/black-light-bg.svg");
	background-repeat: no-repeat;
	background-size: cover;
}

.three-col-box .box .inner-box {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	width: 100%;
}

.three-col-box .box .inner-box .heading {
	color: #fff;
	font-size: 30px;
	line-height: 35px;
	letter-spacing: -.3px;
	margin: 0px;
	padding: 0px 0px 23.38px;
	font-weight: bold;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.three-col-box .box .inner-box .heading {
		font-size: 24px;
		line-height: 29px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.three-col-box .box .inner-box .heading {
		font-size: 23px;
		line-height: 26px;
	}
}

@media (max-width: 767px) {
	.three-col-box .box .inner-box .heading {
		font-size: 22px;
		line-height: 26px;
		letter-spacing: -.22px;
		padding: 0px 0px 19.19px;
	}
}

.three-col-box .box .inner-box .custom_btn {
	width: 172px;
	height: 38px;
	padding: 12px 0px 0px;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: -.12px;
}

@media (max-width: 767px) {
	.three-col-box .box .inner-box .custom_btn {
		width: 156.86px;
		height: 32.11px;
		padding: 5px 0px 0px;
		line-height: 23px;
	}
}

.private-dining-step-1 {
	display: none;
}

@media (max-width: 1500px) {
	.private-dining-step-2 .section-top.half-banner .mid-section .heading {
		line-height: 48px;
	}
}

.container-890 {
	max-width: 890px;
	width: 100%;
	margin: 0 auto;
}

.btn-block {
	width: 100%;
}

.private-location-tabs-section .col-sm-6 button {
	border: 1px solid #000;
	background: #fff;
	color: var(--black);
}

.private-location-tabs-section button.active {
	background: #827653;
	border-color: #827653 !important;
	color: #fff;
}

.private-location-tabs-section ul.nav-tabs {
	border: none;
	-webkit-column-gap: 16px;
	column-gap: 16px;
}

.private-location-tabs-section ul.nav-tabs li button {
	border-color: #000 !important;
	color: #000 !important;
	width: 227px;
	height: 49px;
	border-radius: 0px;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.private-location-tabs-section ul.nav-tabs li button.active {
	background: #827653;
	border-color: #827653 !important;
	color: #fff !important;
}

@media (max-width: 767px) {
	.private-location-tabs-section ul.nav-tabs {
		-webkit-column-gap: 8px;
		column-gap: 8px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	
	.private-location-tabs-section ul.nav-tabs li {
		width: 48.5%;
	}
	
	.private-location-tabs-section ul.nav-tabs li button {
		width: 100%;
		height: 41px;
		font-size: 12px;
		padding: 0px;
		margin: 0px;
	}
}

.private-dining-content ul {
	grid-template-columns: repeat(2, minmax(0px, 1fr));
	grid-column-gap: 42px;
	grid-row-gap: 24px;
	align-items: center;
	text-align: center;
	justify-content: center;
	display: grid;
	list-style: none;
	max-width: 481px;
	margin: 69px auto 0;
}

.private-dining-content {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 60px 0;
}

.finer-details-box {
	border-bottom: 1px solid #ccc;
}

@media (max-width: 767px) {
	.private-dining-content ul {
		grid-template-columns: repeat(1, minmax(0px, 1fr));
		grid-column-gap: 42px;
		grid-row-gap: 26px;
		align-items: center;
		text-align: center;
		justify-content: center;
		display: grid;
		list-style: none;
		max-width: 481px;
		margin: 69px 0 0;
	}
}

.private-dining-content .custom_border_btn {
	width: 231px;
	height: 49px;
	display: block;
	border: 1px solid #000;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: -.16px;
	text-align: center;
	margin: 0;
	padding: 13px 0px 0px;
	outline: none;
	color: #000;
	text-decoration: none;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.private-dining-content .custom_border_btn:hover {
	background: #827653;
	color: #fff;
	border-color: #827653;
}

@media (max-width: 767px) {
	.private-dining-content .custom_border_btn {
		margin: 0;
		width: 197px;
		height: 41px;
		font-size: 14px;
		padding: 11px 0px 0px;
	}
}

.finer-details-box {
	padding: 75px 0px 74px;
}

.finer-details-box .row {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.finder-detail-group {
	margin-bottom: 30px;
}

.finer-details-box .heading {
	font-size: 20px;
	line-height: 23px;
	margin-bottom: 20px;
}

.finer-details-box dl {
	padding-bottom: 14px;
	margin: 0;
}

.finer-details-box dl dt {
	font-weight: normal;
}

.finer-details-box dl dt a {
	outline: none;
	color: #404040;
	text-decoration: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.finder-detail-group p {
	margin: 0;
}

.finer-details-box dl dd a {
	outline: none;
	color: #404040;
	text-decoration: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.private-dining-slider {
	padding: 85px 0;
	margin-bottom: 50px;
}

@media (max-width: 1700px) {
	.private-dining-slider {
		padding: 85px 0;
		margin-bottom: 50px;
	}
}

@media (max-width: 767px) {
	.private-dining-slider .slick-track {
		-webkit-column-gap: 0px;
		column-gap: 0px;
	}
}

.private-dining-slider .slick-track .slick-slide {
	text-align: center;
	margin: 15px;
}

.private-dining-slider .slick-track .slick-slide .itembox {}

.private-dining-slider .slick-track .slick-slide .itembox .ItemImgBox {
	width: 100%;
}

.private-dining-slider .slick-track .slick-slide .itembox img {
	height: 584px;
	cursor: auto;
	object-fit: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.private-slick-slider .ItemImgBox a img {
	cursor: pointer !important;
}

.private-dining-slider .slick-track .slick-slide .itemInfo {
	position: absolute;
	text-align: center;
	width: 100%;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.private-dining-slider .slick-track .slick-slide .itemInfo .txtbox {
	color: #fff;
	font-size: 16px;
}

.private-dining-slider .slick-track .slick-slide .itemInfo .title {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	padding: 10px 0px;
}

.private-dining-slider .slick-track .slick-slide .itemInfo .btn {
	width: 157px;
	height: 34px;
	border: 1px solid #fffef1;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: -.16px;
	text-align: center;
	padding: 6px 0px 0px;
	color: #fffef1;
	border-radius: 0px;
	text-decoration: none;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.private-dining-slider .slick-track .slick-slide .itemInfo .btn:hover {
	background: #fffef1;
	color: #000;
}

.private-dining-slider .slick-slide img {
	max-width: 100%;
}

.private-dining-slider .homesliderbox {
	position: relative;
}

.private-dining-hd-contents .datepicker {
	max-width: 100%;
	width: 100%;
}

.private-dining-hd-contents .datepicker table {
	width: 100%;
}

.private-dining-hd-contents .enquiry-form {
	border-top: .5px solid #000;
	margin: 92.5px 0px 42px;
	padding: 92.5px 0px 0px;
}

@media (max-width: 767px) {
	.private-dining-hd-contents .enquiry-form {
		margin: 48.5px 0px 37px;
		padding: 48.5px 0px 0px;
	}
}

.private-dining-hd-contents .enquiry-form .bor-btn {
	display: block;
	margin: 0 auto;
}

@media (max-width: 767px) {
	.private-dining-hd-contents .enquiry-form .bor-btn {
		width: 157px;
		height: 41px;
		font-size: 14px;
		line-height: 23px;
	}
}

.private-dining-hd-contents .enquiry-form .inner-box {
	border: 1px solid rgba(0, 0, 0, .3);
	padding: 40.45px 72.12px 35px;
}

@media (max-width: 767px) {
	.private-dining-hd-contents .enquiry-form .inner-box {
		border: none;
		padding: 41px 29px 19px;
	}
}

.private-dining-hd-contents .enquiry-form .inner-box .top-content {
	font-size: 14px;
	line-height: 20px;
	color: #000;
	width: 324px;
	margin: 0 auto;
	text-align: center;
}

.private-dining-hd-contents .enquiry-form .inner-box .top-content.error {
	color: #f00;
}

.private-dining-hd-contents .enquiry-form .inner-box .two-tabs-section {
	width: 324px;
	margin: 36.52px auto 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 16.78px;
	column-gap: 16.78px;
}

.private-dining-hd-contents .enquiry-form .inner-box .two-tabs-section .radio-field {
	width: 154.11px;
	position: relative;
	height: 34px;
}

.private-dining-hd-contents .enquiry-form .inner-box .two-tabs-section .radio-field label.field-radio {
	border: 1px solid #000;
	width: 100%;
	height: 34px;
	position: absolute;
	left: 0;
	text-align: center;
	padding: 9.5px 0px 0px;
	cursor: pointer;
	line-height: 15px;
	font-size: 13px;
}

.private-dining-hd-contents .enquiry-form .inner-box .two-tabs-section .radio-field input[type="radio"] {
	display: none;
}

.private-dining-hd-contents .enquiry-form .inner-box .two-tabs-section .radio-field input[type="radio"]:checked+label.field-radio {
	background: #827653;
	border-color: #827653;
	color: #fff;
}

.private-dining-hd-contents .enquiry-form .inner-box .datepicker-section {
	width: 324px;
	height: 100%;
	margin: 17px auto 0px;
	border: 1px solid #000;
}

.private-dining-hd-contents .enquiry-form .inner-box .row {
	-webkit-column-gap: 56px;
	column-gap: 56px;
	margin: 0px;
}

@media (max-width: 767px) {
	.private-dining-hd-contents .enquiry-form .inner-box .row {
		-webkit-column-gap: 0px;
		column-gap: 0px;
	}
}

.private-dining-hd-contents .enquiry-form .inner-box .row .col-lg-4 {
	padding: 0px;
	width: 245px;
}

@media (max-width: 767px) {
	.private-dining-hd-contents .enquiry-form .inner-box .row .col-lg-4 {
		width: 100%;
	}
}

.private-dining-hd-contents .enquiry-form .inner-box .row .col-lg-12 {
	padding: 0px;
}

.private-dining-hd-contents .enquiry-form .inner-box .country-dropdown {
	display: flex;
	position: relative;
	flex-wrap: wrap;
}

.private-dining-hd-contents .enquiry-form .inner-box .country-dropdown .noble-gases {
	min-width: 65px;
	box-shadow: none;
	background: transparent;
	font-size: 13px;
	line-height: 15px;
	padding: 0;
	margin-right: 7px;
	border-radius: 0px;
	height: 36px;
	position: initial;
	border-color: rgba(0, 0, 0, .5) !important;
}

.private-dining-hd-contents .enquiry-form .inner-box .country-dropdown input {
	width: calc(100% - 72px);
}

.private-dining-hd-contents .enquiry-form .inner-box .country-dropdown .noble-gases span {
	position: relative;
	width: 62px;
}

.private-dining-hd-contents .enquiry-form .inner-box .country-dropdown .noble-gases span:before {
	background: url("https://cdn-hfooj.nitrocdn.com/oVHnFHKIsdpZMVchDMyXANkTpmHzmjHS/assets/images/optimized/rev-3d2d727/balthazarlondon.com/wp-content/themes/balthazar/assets/images/arrow-bottom.svg") !important;
	content: "";
	width: 13px;
	height: 7px;
	background-repeat: no-repeat;
	background-size: cover !important;
	right: 0px;
	position: absolute;
	top: 50%;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: all ease-in .3s;
	transition: all ease-in .3s;
	margin-top: 0;
	margin-top: -3px;
	z-index: 100;
}

.private-dining-hd-contents .enquiry-form .inner-box .country-dropdown .wrap-drop.bookdate.noble-gases:after {
	display: none;
}

.private-dining-hd-contents .enquiry-form .inner-box .form-control {
	border: none;
	border-radius: 0px;
	font-size: 14px;
	line-height: 16px;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
	border-bottom: 1px solid rgba(0, 0, 0, .5);
	padding: 0px 0px 5.74px;
	color: #000;
	-webkit-background-clip: text !important;
	-moz-background-clip: text !important;
}

.private-dining-hd-contents .enquiry-form .inner-box .form-control::-webkit-input-placeholder {
	color: #c6c6c6;
}

.private-dining-hd-contents .enquiry-form .inner-box .form-control:-ms-input-placeholder {
	color: #c6c6c6;
}

.private-dining-hd-contents .enquiry-form .inner-box .form-control::-ms-input-placeholder {
	color: #c6c6c6;
}

.private-dining-hd-contents .enquiry-form .inner-box .form-control::placeholder {
	color: #c6c6c6;
}

.private-dining-hd-contents .enquiry-form .inner-box textarea.form-control {
	height: 113px;
	border: .5px solid #000;
	resize: inherit;
	padding: 15px;
}

.private-dining-hd-contents .enquiry-form .inner-box .wrap-drop.bookdate {
	border-bottom: .5px solid #000;
	padding: 0px 0px 5.74px;
	height: auto;
	font-size: 14px;
	line-height: 16px;
}

.private-dining-hd-contents .enquiry-form .inner-box .wrap-drop.bookdate span {
	color: #000;
}

.private-dining-hd-contents .enquiry-form .inner-box .wrap-drop.bookdate .coverSize {
	top: 91%;
}

.private-dining-hd-contents .enquiry-form .inner-box .wrap-drop.bookdate:after {
	right: 0px;
}

.private-dining-hd-contents .enquiry-form .tablist .comm-step {
	margin-bottom: 14px;
}

.private-dining-hd-contents .enquiry-form .tablist .comm-step:last-child {
	margin: 0px;
}

.private-dining-hd-contents .enquiry-form .tablist .comm-step .heading {
	color: #8b8b8b;
	background: #e3cfb0;
	font-size: 20px;
	line-height: 23px;
	letter-spacing: -.2px;
	height: 48px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 22px;
	cursor: pointer;
}

.private-dining-hd-contents .enquiry-form .tablist .comm-step.current .heading {
	color: #000;
}

.private-dining-hd-contents .enquiry-form .tabs-custom-section ul.available_view_section {
	margin: 0;
	padding: 17px 0px 0px;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: inherit;
	-webkit-box-direction: inherit;
	-ms-flex-direction: inherit;
	flex-direction: inherit;
	opacity: .3;
}

.private-dining-hd-contents .enquiry-form .tabs-custom-section ul.available_view_section li {
	letter-spacing: 0px;
	color: #000;
	opacity: 1;
	font-size: 9px;
	line-height: 25px;
	font-weight: 400;
}

.private-dining-hd-contents .enquiry-form .tabs-custom-section ul.available_view_section li i {
	width: 8px;
	height: 8px;
	border-radius: 100%;
	border: 1px solid #000;
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
}

.private-dining-hd-contents .enquiry-form .tabs-custom-section ul.available_view_section li:last-child {
	padding-left: 30px;
}

.private-dining-hd-contents .enquiry-form .tabs-custom-section ul.available_view_section li:last-child i {
	background: #d8d8d8;
	border-color: #d8d8d8;
}

.private-dining-hd-contents .enquiry-form .tabs-custom-section p {
	font-size: 12px;
	line-height: 20px;
	margin: 0px;
	text-align: center;
	padding: 22px 0px 42px;
}

.private-dining-hd-contents .enquiry-form .step-one .inner-box {
	padding: 0px;
}

.private-dining-hd-contents .enquiry-form .step-two .inner-box .mb-3 {
	margin-bottom: 55px !important;
}

.private-dining-hd-contents .enquiry-form .step-two .inner-box .col-lg-4:nth-child(5) .mb-3, .private-dining-hd-contents .enquiry-form .step-two .inner-box .col-lg-4:nth-child(4) .mb-3 {
	margin-bottom: 40px !important;
}

.private-dining-hd-contents .enquiry-form .step-three .inner-box .mb-3 {
	margin-bottom: 37.45px !important;
}

@media (max-width: 767px) {
	.private-dining-hd-contents .enquiry-form .step-three .inner-box {
		padding: 41px 29px 0px;
	}
	
	.private-dining-hd-contents .enquiry-form .step-three .inner-box .mb-3 {
		margin-bottom: 36.07px !important;
	}
}

.private-dining-hd-contents .enquiry-form .step-three .inner-box .row .col-lg-4:nth-child(4) .mb-3 {
	margin-bottom: 31px !important;
}

.private-dining-hd-contents .enquiry-form .step-three .inner-box .row .col-lg-12 .mb-3 {
	margin-bottom: 24.84px !important;
}

@media (max-width: 767px) {
	.private-dining-hd-contents .enquiry-form .step-three .inner-box .row .col-lg-4:nth-child(4) .mb-3 {
		margin-bottom: 19px !important;
	}
	
	.private-dining-hd-contents .enquiry-form .step-three .inner-box .row .col-lg-12 .mb-3 {
		margin-bottom: 29.96px !important;
	}
}

.thanks-section {
	border-top: .5px solid #000;
	margin: 92.5px 0px 0px;
	padding: 101px 0px 45.5px;
	text-align: center;
	display: none;
}

.thanks-section .heading {
	font-size: 20px;
	color: #000;
	padding: 0px;
	font-weight: 600;
}

.thanks-section .sub-heading {
	font-size: 12px;
	line-height: 24px;
	color: #000;
	padding: 14.96px 0px;
}

.thanks-section ul {
	list-style: none;
	font-size: 14px;
	line-height: 24px;
	margin: 0;
	padding: 0;
	font-family: "Merriweather", serif;
}

.thanks-section ul b {
	font-weight: 700;
}

@media (max-width: 767px) {
	.thanks-section {
		margin: 48.5px 0px 0px;
		padding: 61.5px 0px 26.46px;
	}
	
	.thanks-section .heading {
		font-size: 21px;
		font-weight: bold;
	}
	
	.thanks-section .sub-heading {
		padding: 17.45px 0px 22px;
	}
}

.contact-form-section {
	padding: 106px 0px 127.5px;
}

@media (max-width: 767px) {
	.contact-form-section {
		padding: 86px 0px 71.41px;
	}
}

.contact-form-section .heading {
	font-size: 32px;
	line-height: 37px;
	letter-spacing: -.3px;
	color: #000;
	margin: 0 0 30px 0;
	text-align: center;
}

.contact-form-section .contact-form {
	border: 1px solid rgba(0, 0, 0, .5);
	padding: 37.45px 72.12px 43px;
}

@media (max-width: 767px) {
	.contact-form-section .contact-form {
		border: none;
		padding: 0px 29.5px 0px;
	}
}

.contact-form-section .contact-form .row {
	margin: 0px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.contact-form-section .contact-form .col-lg-12 {
	padding: 0px;
}

.contact-form-section .contact-form .col-lg-4 {
	width: 245px;
	padding: 0px;
}

@media (max-width: 767px) {
	.contact-form-section .contact-form .col-lg-4 {
		width: 100%;
	}
}

.contact-form-section .contact-form .col-lg-4 input {
	width: 100%;
	color: #000 !important;
	font-size: 16px;
	line-height: 20px;
	border: none;
	border-radius: 0px;
	border-bottom: 1px solid rgba(0, 0, 0, .5);
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
	padding: 0px 0px 5.57px;
	-webkit-background-clip: text !important;
	-moz-background-clip: text !important;
}

.contact-form-section .contact-form .col-lg-4 input::-webkit-input-placeholder {
	color: #c6c6c6;
}

.contact-form-section .contact-form .col-lg-4 input:-ms-input-placeholder {
	color: #c6c6c6;
}

.contact-form-section .contact-form .col-lg-4 input::-ms-input-placeholder {
	color: #c6c6c6;
}

.contact-form-section .contact-form .col-lg-4 input::placeholder {
	color: #c6c6c6;
}

.contact-form-section .contact-form textarea {
	width: 100%;
	resize: inherit;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
	padding: 10px;
	height: 113px;
	color: #000;
	border-radius: 0px;
	font-size: 16px;
	line-height: 20px;
	border: 1px solid rgba(0, 0, 0, .5);
	-webkit-background-clip: text !important;
	-moz-background-clip: text !important;
	-ox-background-clip: text !important;
}

.contact-form-section .contact-form textarea::-webkit-input-placeholder {
	color: #c6c6c6;
}

.contact-form-section .contact-form textarea:-ms-input-placeholder {
	color: #c6c6c6;
}

.contact-form-section .contact-form textarea::-ms-input-placeholder {
	color: #c6c6c6;
}

.contact-form-section .contact-form textarea::placeholder {
	color: #c6c6c6;
}

@media (max-width: 767px) {
	.contact-form-section .contact-form textarea {
		height: 125px;
	}
}

.contact-form-section .contact-form .btn {
	min-width: 210px;
	height: 50px;
	display: block;
	border: 1px solid #000;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: -.16px;
	text-align: center;
	margin: 28.66px auto 0px;
	padding: 0px 0px 0px;
	border-radius: 0px;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #000;
	text-decoration: none;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.contact-form-section .contact-form .btn:hover {
	background: #827653;
	color: #fff;
	border-color: #827653;
}

@media (max-width: 767px) {
	.contact-form-section .contact-form .btn {
		width: 157px;
		height: 41px;
		font-size: 14px;
		line-height: 23px;
	}
}

.contact-form-section .contact-form .mb-3 {
	margin-bottom: 37.45px !important;
}

.contact-form-section .contact-form .row:nth-child(2) .mb-3 {
	margin-bottom: 24.61px !important;
}

.contact-form-section .contact-form .row:nth-child(3) .mb-3 {
	margin-bottom: 24.84px !important;
}

@media (max-width: 767px) {
	.contact-form-section .contact-form .row .mb3 {
		margin-bottom: 40.07px !important;
	}
	
	.contact-form-section .contact-form .row:nth-child(2) .mb-3 {
		margin-bottom: 40.07px !important;
	}
	
	.contact-form-section .contact-form .row:nth-child(3) .mb-3 {
		margin-bottom: 29.96px !important;
	}
}

.contact-form-section .contact-form .wrap-drop.bookdate {
	background: transparent;
	border-bottom: 1px solid rgba(0, 0, 0, .5);
	padding: 0px 0px 5.74px 0px;
	height: auto;
}

.contact-form-section .contact-form .wrap-drop.bookdate span {
	color: #c6c6c6;
	line-height: 16px;
}

.contact-form-section .contact-form .wrap-drop.bookdate span.span-text {
	color: #000;
}

.contact-form-section .contact-form .wrap-drop.bookdate:after {
	right: 0px;
	width: 11.34px;
	height: 5.67px;
}

.contact-form-section .contact-form .terms-box {
	overflow: hidden;
	-webkit-transition: height .5s ease-in;
	transition: height .5s ease-in;
	height: auto;
}

.contact-form-section .contact-form .terms-box .chk {
	display: inline-block;
}

.contact-form-section .contact-form .terms-box .chk label {
	color: #000;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	font-size: 12px;
	line-height: 22px;
}

@media (min-width: 768px) {
	.contact-form-section .contact-form .terms-box .chk label {
		font-size: calc(12px + 100vw * 0);
	}
}

@media (min-width: 1620px) {
	.contact-form-section .contact-form .terms-box .chk label {
		font-size: 12px;
	}
}

@media (min-width: 768px) {
	.contact-form-section .contact-form .terms-box .chk label {
		line-height: calc(22px + 100vw * 0);
	}
}

@media (min-width: 1620px) {
	.contact-form-section .contact-form .terms-box .chk label {
		line-height: 22px;
	}
}

@media (min-width: 992px) and (max-width: 1619.98px) {
	.contact-form-section .contact-form .terms-box .chk label {
		font-size: 9.36px;
		line-height: 17.16px;
	}
}

.booking-section {
	margin-top: 131.86px;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.booking-section {
		margin-top: 126.45px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.booking-section {
		margin-top: 92px;
	}
}

@media (max-width: 767px) {
	.booking-section {
		margin-top: 92px;
	}
}

.booking-section .process-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.booking-section .process-container .process-img {
	width: 50%;
	height: calc(100vh - 131.86px);
	position: relative;
}

.booking-section .process-container .process-img img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
	height: calc(100vh - 131.86px);
}

@media (min-width: 992px) and (max-width: 1199px) {
	.booking-section .process-container .process-img {
		height: calc(100vh - 126.45px);
	}
	
	.booking-section .process-container .process-img img {
		height: calc(100vh - 126.45px);
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.booking-section .process-container .process-img {
		height: 100%;
		width: 100%;
	}
	
	.booking-section .process-container .process-img img {
		height: 480px;
	}
}

@media (max-width: 767px) {
	.booking-section .process-container .process-img {
		height: 100%;
		width: 100%;
	}
	
	.booking-section .process-container .process-img img {
		height: 195px;
	}
}

.booking-section .process-container .process-content {
	background: #fff;
	width: 50%;
	position: relative;
	min-height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media (min-width: 768px) and (max-width: 991px) {
	.booking-section .process-container .process-content {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.booking-section .process-container .process-content {
		width: 100%;
	}
}

.booking-section .process-container .process-content .pattern-section {
	margin-top: 0;
	position: absolute;
	bottom: 0;
}

@media (max-width: 767px) {
	.booking-section .process-container .process-content .pattern-section {
		display: none;
	}
}

.booking-section .process-container .process-content .process-header {
	padding: 0px;
}

.booking-section .process-container .process-content .process-header .heading {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 30px;
	line-height: 35px;
	letter-spacing: -.3px;
	color: #000;
}

.booking-section .process-container .process-content .process-header .heading img {
	margin-right: 33px;
}

@media (max-width: 1700px) {
	.booking-section .process-container .process-content .process-header .heading {
		font-size: 27px;
		line-height: 32px;
	}
}

@media (max-width: 1388px) {
	.booking-section .process-container .process-content .process-header .heading {
		font-size: 25px;
		line-height: 30px;
	}
}

@media (max-width: 767px) {
	.booking-section .process-container .process-content .process-header .heading {
		font-size: 25px;
		line-height: 30px;
		letter-spacing: -.25px;
	}
}

@media (max-width: 400px) {
	.booking-section .process-container .process-content .process-header .heading {
		font-size: 22px;
		line-height: 27px;
	}
}

.booking-section .process-container .process-content .process-header p.selected_rest_name {
	font-family: "Americana BT";
	font-weight: regular;
	font-size: 14px;
	text-align: left;
	letter-spacing: 0px;
	line-height: 25px;
	color: #8b8b8b;
	margin: 26.27px 0 0;
	padding: 0px;
}

.booking-section .process-container .process-content .process-header ul.content-icon-view-section {
	list-style: none;
	margin: 0;
	padding: 37.65px 0px 16.02px 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.booking-section .process-container .process-content .process-header ul.content-icon-view-section li {
	color: #000;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: -.16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.booking-section .process-container .process-content .process-header ul.content-icon-view-section li img {
	width: 15.27px;
	height: 16.97px;
	margin-right: 8.9px;
}

.booking-section .process-container .process-content .process-header ul.content-icon-view-section li span {
	margin-right: 5px;
}

.booking-section .process-container .process-content .process-header ul.content-icon-view-section li:nth-child(2) {
	padding: 0px 25.02px 0px 35.51px;
}

@media (max-width: 1700px) {
	.booking-section .process-container .process-content .process-header ul.content-icon-view-section {
		padding: 27.65px 0px 16.02px 0px;
	}
}

@media (max-width: 1388px) {
	.booking-section .process-container .process-content .process-header ul.content-icon-view-section {
		padding: 15px 0px 9.02px 0px;
	}
	
	.booking-section .process-container .process-content .process-header ul.content-icon-view-section li {
		font-size: 14px;
		line-height: 17px;
	}
	
	.booking-section .process-container .process-content .process-header ul.content-icon-view-section li img {
		width: 13.27px;
		height: 14.97px;
		margin-right: 8.9px;
	}
}

@media (max-width: 767px) {
	.booking-section .process-container .process-content .process-header ul.content-icon-view-section {
		padding: 15px 0px 23.88px 0px;
	}
	
	.booking-section .process-container .process-content .process-header ul.content-icon-view-section li {
		font-size: 16px;
		line-height: 19px;
	}
	
	.booking-section .process-container .process-content .process-header ul.content-icon-view-section li img {
		width: 15.27px;
		height: 16.97px;
		margin-right: 8.9px;
	}
	
	.booking-section .process-container .process-content .process-header ul.content-icon-view-section li:nth-child(2) {
		padding: 0px 24.22px 0px 24.22px;
	}
}

@media (max-width: 400px) {
	.booking-section .process-container .process-content .process-header ul.content-icon-view-section li {
		font-size: 13px;
		line-height: 16px;
	}
}

.booking-section .process-container .process-content .booking-fields-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 15.23px;
	column-gap: 15.23px;
}

@media (max-width: 767px) {
	.booking-section .process-container .process-content .booking-fields-box {
		display: block;
	}
}

.booking-section .process-container .process-content .booking-fields-box .col-form {
	width: 121.17px;
}

.booking-section .process-container .process-content .booking-fields-box .col-form:nth-child(2) {
	width: 195.92px;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.booking-section .process-container .process-content .booking-fields-box .col-form {
		width: 115px;
	}
	
	.booking-section .process-container .process-content .booking-fields-box .col-form:nth-child(2) {
		width: 185px;
	}
}

@media (max-width: 767px) {
	.booking-section .process-container .process-content .booking-fields-box .col-form {
		display: block;
		width: 89.13px;
	}
	
	.booking-section .process-container .process-content .booking-fields-box .col-form:nth-child(2) {
		max-width: 243.31px;
	}
	
	.booking-section .process-container .process-content .booking-fields-box .col-form:nth-child(3) {
		width: 147.17px;
	}
}

.booking-section .process-container .process-content .booking-fields-box .heading {
	color: #000;
	font-size: 16px;
	line-height: 25px;
}

@media (max-width: 767px) {
	.booking-section .process-container .process-content .booking-fields-box .heading {
		letter-spacing: -.16px;
	}
}

.booking-section .process-container .process-content .booking-fields-box .form-select {
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
	border-radius: 0px;
	height: 49px;
	border: 1px solid #000;
	color: #000;
	font-size: 14px;
	line-height: 16px;
	background-image: url("https://cdn-hfooj.nitrocdn.com/oVHnFHKIsdpZMVchDMyXANkTpmHzmjHS/assets/images/optimized/rev-3d2d727/balthazarlondon.com/wp-content/themes/balthazar/assets/images/arrow-bottom.svg");
	background-repeat: no-repeat;
	background-size: 6% 14%;
	background-position: 93% 50%;
}

.booking-section .process-container .process-content .booking-fields-box .form-select.nitro-lazy {
	background-image: none !important;
}

@media (max-width: 767px) {
	.booking-section .process-container .process-content .booking-fields-box .form-select {
		margin: 18px 0px 23px;
		height: 41px;
	}
}

.booking-section .process-container .process-content .booking-fields-box .wrap-drop {
	height: 49px;
	border: 1px solid #000;
	color: #000;
	font-size: 14px;
	line-height: 16px;
}

.booking-section .process-container .process-content .booking-fields-box .wrap-drop:after {
	width: 11.34px;
	height: 5.67px;
	right: 14.66px;
}

@media (max-width: 767px) {
	.booking-section .process-container .process-content .booking-fields-box .wrap-drop {
		margin: 18px 0px 23px;
		height: 41px;
	}
}

.booking-section .process-container .process-content .booking-fields-box .wrap-drop.time-pic-sec {
	padding: 0;
}

.booking-section .process-container .process-content .booking-fields-box .wrap-drop.time-pic-sec .timepicker {
	height: 47px;
	border: none;
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #000;
	font-size: 14px;
	line-height: 16px;
	cursor: pointer;
}

.booking-section .process-container .process-content .booking-fields-box .wrap-drop .drop li {
	color: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 10px;
	text-decoration: none;
	height: 47px;
	font-size: 14px;
	border-bottom: solid 1px #000;
}

.booking-section .process-container .process-content .booking-fields-box .wrap-drop .drop li:last-child {
	border-bottom: none;
}

.booking-section .process-container .process-content .booking-fields-box .wrap-drop .drop li:first-child {
	border-top: solid 0px #000;
}

.booking-section .process-container .process-content .booking-fields-box .wrap-drop .drop li.selected {
	background: #827653;
	color: #fff;
	opacity: .8;
}

.booking-section .process-container .process-content .booking-fields-box .wrap-drop .drop li:hover {
	background: #827653;
	color: #fff;
	opacity: .8;
}

.booking-section .process-container .process-content .booking-fields-box.four-box {
	-webkit-column-gap: 38px;
	column-gap: 38px;
}

.booking-section .process-container .process-content .booking-fields-box.four-box .col-form {
	width: 231px;
	margin-bottom: 55px;
	position: relative;
}

@media (max-width: 1700px) {
	.booking-section .process-container .process-content .booking-fields-box.four-box .col-form {
		margin-bottom: 40px;
	}
}

@media (max-width: 1388px) {
	.booking-section .process-container .process-content .booking-fields-box.four-box .col-form {
		margin-bottom: 30px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.booking-section .process-container .process-content .booking-fields-box.four-box .col-form {
		width: 202px;
	}
}

@media (max-width: 767px) {
	.booking-section .process-container .process-content .booking-fields-box.four-box .col-form {
		width: 100%;
		margin-bottom: 47px;
	}
	
	.booking-section .process-container .process-content .booking-fields-box.four-box .col-form:nth-child(4) {
		margin-bottom: 40px;
	}
	
	.booking-section .process-container .process-content .booking-fields-box.four-box .col-form:nth-child(2) {
		max-width: 100%;
	}
	
	.booking-section .process-container .process-content .booking-fields-box.four-box .col-form:nth-child(3) {
		width: 100%;
	}
}

.booking-section .process-container .process-content .booking-fields-box.four-box .col-form input.form-control {
	border: none;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #8b8b8b;
	border-bottom: .5px solid #000;
	font-size: 14px;
	line-height: 16px;
	padding: 0px 0px 16px 0px;
	border-radius: 0px;
	-webkit-background-clip: text !important;
	-moz-background-clip: text !important;
	-ox-background-clip: text !important;
	-webkit-text-fill-color: #8b8b8b !important;
	-moz-text-fill-color: #8b8b8b !important;
	-ox-text-fill-color: #8b8b8b !important;
}

.booking-section .process-container .process-content .booking-fields-box.four-box .col-form input.form-control::-webkit-input-placeholder {
	color: #8b8b8b;
}

.booking-section .process-container .process-content .booking-fields-box.four-box .col-form input.form-control:-ms-input-placeholder {
	color: #8b8b8b;
}

.booking-section .process-container .process-content .booking-fields-box.four-box .col-form input.form-control::-ms-input-placeholder {
	color: #8b8b8b;
}

.booking-section .process-container .process-content .booking-fields-box.four-box .col-form input.form-control::placeholder {
	color: #8b8b8b;
}

@media (max-width: 1388px) {
	.booking-section .process-container .process-content .booking-fields-box.four-box .col-form input.form-control {
		font-size: 13px;
		line-height: 15px;
		padding: 0px 0px 12px 0px;
	}
}

.booking-section .process-container .process-content .booking-fields-box.four-box .col-form .error {
	position: absolute;
}

.booking-section .process-container .process-content .add-requirement-group {
	position: relative;
	padding: 4.12px 0px 21.33px;
}

@media (max-width: 1388px) {
	.booking-section .process-container .process-content .add-requirement-group {
		padding: 4.12px 0px 10px;
	}
}

@media (max-width: 767px) {
	.booking-section .process-container .process-content .add-requirement-group {
		padding: 0px 0px 21.68px;
	}
}

.booking-section .process-container .process-content .add-requirement-group a {
	color: #000;
	margin-bottom: 0px;
	font-size: 14px;
	line-height: 31px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	text-decoration: none;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.booking-section .process-container .process-content .add-requirement-group a:focus {
	outline: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.booking-section .process-container .process-content .add-requirement-group a span {
	position: relative;
}

.booking-section .process-container .process-content .add-requirement-group a span span {
	font-size: 12px;
	padding-left: 4.75px;
	font-weight: 400;
}

.booking-section .process-container .process-content .add-requirement-group a.open .icon-action {
	-webkit-transform: translate(0, 0) rotate(180deg);
	transform: translate(0, 0) rotate(180deg);
}

.booking-section .process-container .process-content .add-requirement-group a .icon-action {
	height: 7px;
	width: 11px;
	background: url("https://cdn-hfooj.nitrocdn.com/oVHnFHKIsdpZMVchDMyXANkTpmHzmjHS/assets/images/optimized/rev-3d2d727/balthazarlondon.com/wp-content/themes/balthazar/assets/images/icon-arrow-green-011.svg") 0 50% no-repeat;
	display: inline-block;
	padding: 0;
}

.booking-section .process-container .process-content .add-requirement-group a .icon-action.nitro-lazy {
	background-image: none !important;
}

.booking-section .process-container .process-content .add-requirement-group .btn {
	font-weight: 400;
	padding-left: 14.5px;
	padding-right: 14.5px;
	height: 33px;
	font-size: 12px;
	line-height: 14px;
	color: #000;
	margin-right: 9.75px;
	margin-bottom: 10px;
	border: 1px solid #000;
	background: transparent;
	border-radius: 0px;
}

.booking-section .process-container .process-content .add-requirement-group .btn.selected {
	background: #827653;
	border-color: #827653;
	color: #fff;
}

.booking-section .process-container .process-content .add-requirement-group .btn:hover, .booking-section .process-container .process-content .add-requirement-group .btn:focus {
	outline: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.booking-section .process-container .process-content .add-requirement-group .btn[readonly] {
	background: #827653;
	border-color: #827653;
	color: #fff;
}

.booking-section .process-container .process-content .add-requirement-group .btn[readonly]:hover {
	background: #827653 !important;
	border-color: #827653 !important;
	color: #fff !important;
}

.booking-section .process-container .process-content .add-requirement-group .btn[readonly]:focus {
	outline: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.booking-section .process-container .process-content .add-requirement-group .group-expander {
	font-size: 0px;
	display: none;
	padding-top: 20px;
	margin-bottom: 3.18px !important;
}

.booking-section .process-container .process-content .add-requirement-group .group-expander.show {
	display: block;
}

.booking-section .process-container .process-content .add-requirement-group .group-always {
	font-size: 0px;
	padding-top: 12px;
}

.booking-section .process-container .process-content .add-requirement-group .group-always.hide {
	display: none;
}

.booking-section .process-container .process-content .add-requirement-group .group-always .btn {
	cursor: default;
}

.booking-section .process-container .process-content .add-requirement-group .group-always .btn:hover {
	color: #0e2e1e;
	background-color: #eceae4;
	cursor: default;
}

.booking-section .process-container .process-content .add-requirement-group .booking-notes {
	margin-top: 16px;
}

.booking-section .process-container .process-content .add-requirement-group .booking-notes .heading {
	font-weight: 400;
	color: #000;
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 9px;
}

@media (min-width: 768px) {
	.booking-section .process-container .process-content .add-requirement-group .booking-notes .heading {
		margin-bottom: calc(9px + 100vw * 0);
	}
}

@media (min-width: 1620px) {
	.booking-section .process-container .process-content .add-requirement-group .booking-notes .heading {
		margin-bottom: 9px;
	}
}

@media (min-width: 992px) and (max-width: 1619.98px) {
	.booking-section .process-container .process-content .add-requirement-group .booking-notes .heading {
		margin-bottom: 7.2px;
	}
}

.booking-section .process-container .process-content .add-requirement-group .booking-notes textarea.form-control {
	background-color: transparent;
	padding: 10px 15px;
	border-radius: 18px;
	width: 285px;
	height: 86px;
	border: solid 1px #000;
	font-size: 13px;
	line-height: 18px;
	color: #000;
	resize: none;
}

@media (max-width: 767.98px) {
	.booking-section .process-container .process-content .add-requirement-group .booking-notes textarea.form-control {
		margin-bottom: 18px;
	}
}

.booking-section .process-container .process-content .add-requirement-group .booking-notes textarea.form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.booking-section .process-container .process-content .add-requirement-group h5 {
	color: #000;
	margin-bottom: 0px;
	font-size: 14px;
	line-height: 31px;
}

.booking-section .process-container .process-content .add-requirement-group textarea {
	width: 100%;
	max-width: 525px;
	height: 87px;
	color: #000;
	margin-bottom: 0px;
	font-size: 14px;
	border: 1px solid #9d9d9d;
	border-radius: none;
}

.booking-section .process-container .process-content .booking-request {
	margin-bottom: 21.33px;
}

.booking-section .process-container .process-content .booking-request h5 {
	color: #000;
	margin-bottom: 0px;
	font-size: 14px;
	line-height: 31px;
}

.booking-section .process-container .process-content .booking-request textarea {
	width: 100%;
	max-width: 525px;
	height: 87px;
	color: #000;
	margin-bottom: 0px;
	font-size: 14px;
	border: 1px solid #9d9d9d;
	border-radius: none;
}

.booking-section .process-container .process-content .booking-request textarea:focus-inner {
	border: 1px solid #9d9d9d;
	border-radius: none;
}

.booking-section .process-container .process-content .credit-card h4 {
	color: #000;
	margin-bottom: 20px;
	font-size: 18px;
	line-height: normal;
}

.booking-section .process-container .process-content .credit-card p {
	color: #000;
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 25px;
}

.booking-section .process-container .process-content .process-body {
	margin: 53.67px 0px 0px 0px;
}

@media (max-width: 1700px) {
	.booking-section .process-container .process-content .process-body {
		margin: 23.67px 0px 0px 0px;
	}
}

.booking-section .process-container .process-content .process-body ul.link-section {
	background: #827653;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0px;
	margin: 0px;
	height: 45px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	list-style: none;
	width: calc(100% + 263px);
	left: -131.5px;
}

.booking-section .process-container .process-content .process-body ul.link-section:before {
	content: "";
	position: absolute;
	right: 100%;
	width: 100%;
	top: 0;
	height: 100%;
	background: #827653;
}

.booking-section .process-container .process-content .process-body ul.link-section:after {
	content: "";
	position: absolute;
	left: 100%;
	width: 100%;
	top: 0;
	height: 100%;
	background: #827653;
}

.booking-section .process-container .process-content .process-body ul.link-section li a {
	color: #e2ded3;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: -.14px;
	text-decoration: none;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0px 130px;
}

.booking-section .process-container .process-content .process-body ul.link-section li:nth-child(1) a {
	border-right: 1px solid #e2ded3;
}

@media (max-width: 1500px) {
	.booking-section .process-container .process-content .process-body ul.link-section li a {
		padding: 0px 90px;
	}
}

@media (min-width: 1200px) and (max-width: 1280px) {
	.booking-section .process-container .process-content .process-body ul.link-section li a {
		padding: 0px 60px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.booking-section .process-container .process-content .process-body ul.link-section li a {
		padding: 0px 60px;
	}
}

@media (max-width: 767px) {
	.booking-section .process-container .process-content .process-body ul.link-section li a {
		padding: 0px 28px;
	}
}

@media (max-width: 1700px) {
	.booking-section .process-container .process-content .process-body ul.link-section {
		width: calc(100% + 193px);
		left: -119.5px;
	}
}

@media (max-width: 1500px) {
	.booking-section .process-container .process-content .process-body ul.link-section {
		width: calc(100% + 119px);
		left: -59.5px;
	}
}

@media (min-width: 1200px) and (max-width: 1280px) {
	.booking-section .process-container .process-content .process-body ul.link-section {
		width: 100%;
		left: 0;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.booking-section .process-container .process-content .process-body ul.link-section:after {
		left: 100%;
		width: 70%;
	}
}

@media (min-width: 820px) and (max-width: 1180px) {
	.booking-section .process-container .process-content .process-body ul.link-section:after {
		width: 14.2%;
	}
}

@media (min-width: 768px) and (max-width: 819px) {
	.booking-section .process-container .process-content .process-body ul.link-section:after {
		width: 10%;
	}
}

@media (max-width: 767px) {
	.booking-section .process-container .process-content .process-body ul.link-section {
		width: calc(100% + 94px);
		left: -47.41px;
	}
	
	.booking-section .process-container .process-content .process-body ul.link-section:after, .booking-section .process-container .process-content .process-body ul.link-section:before {
		display: none;
	}
}

.booking-section .process-container .process-content .process-body .booking-inner-section {
	padding: 31px 62px 0px 62px;
}

.booking-section .process-container .process-content .process-body .booking-inner-section a {
	text-align: center;
	border: 1px solid #000;
	border-radius: 0px;
	height: 49px;
	margin: 0px 0px 13.34px 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-decoration: none;
	outline: none;
	color: #000;
	font-size: 14px;
	font-weight: 400;
	line-height: 19px;
}

.booking-section .process-container .process-content .process-body .booking-inner-section a:hover {
	border-color: #827653;
	background: #827653;
	color: #fff;
}

@media (max-width: 1500px) {
	.booking-section .process-container .process-content .process-body .booking-inner-section a {
		height: 44px;
	}
}

@media (max-width: 1388px) {
	.booking-section .process-container .process-content .process-body .booking-inner-section a {
		height: 44px;
	}
}

@media (max-width: 767px) {
	.booking-section .process-container .process-content .process-body .booking-inner-section a {
		height: 41px;
		font-size: 14px;
		line-height: 23px;
	}
}

.booking-section .process-container .process-content .process-body .booking-inner-section a.share_booking_process i {
	margin-left: 10px;
	background: url("https://cdn-hfooj.nitrocdn.com/oVHnFHKIsdpZMVchDMyXANkTpmHzmjHS/assets/images/optimized/rev-3d2d727/balthazarlondon.com/wp-content/themes/balthazar/assets/images/icon-feather-upload.svg");
	width: 10px;
	height: 12px;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
}

.booking-section .process-container .process-content .process-body .booking-inner-section a.share_booking_process:hover i {
	background: url("https://cdn-hfooj.nitrocdn.com/oVHnFHKIsdpZMVchDMyXANkTpmHzmjHS/assets/images/optimized/rev-3d2d727/balthazarlondon.com/wp-content/themes/balthazar/assets/images/icon-feather-upload-white.svg");
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
}

.booking-section .process-container .process-content .process-body .alternate-time-section .heading {
	font-size: 16px;
	line-height: 19px;
	letter-spacing: -.16px;
	padding: 11.06px 0px 38.65px;
	margin: 0px;
}

.booking-section .process-container .process-content .process-body .alternate-time-section .heading:nth-child(1) {
	padding-top: 38.65px;
}

@media (max-width: 1700px) {
	.booking-section .process-container .process-content .process-body .alternate-time-section .heading {
		padding: 11.06px 0px 28.65px;
	}
	
	.booking-section .process-container .process-content .process-body .alternate-time-section .heading:nth-child(1) {
		padding-top: 28.65px;
	}
}

@media (max-width: 1388px) {
	.booking-section .process-container .process-content .process-body .alternate-time-section .heading {
		padding: 9px 0px 20px;
		font-size: 14px;
		line-height: 16px;
	}
	
	.booking-section .process-container .process-content .process-body .alternate-time-section .heading:nth-child(1) {
		padding-top: 20px;
	}
}

@media (max-width: 767px) {
	.booking-section .process-container .process-content .process-body .alternate-time-section .heading {
		font-size: 16px;
		line-height: 19px;
		padding: 9px 0px 36.65px;
	}
	
	.booking-section .process-container .process-content .process-body .alternate-time-section .heading:nth-child {
		padding-top: 16.03px;
		padding-bottom: 54.8px;
	}
}

.booking-section .process-container .process-content .process-body .alternate-time-section .sub-heading {
	font-size: 14px;
	line-height: 16px;
	letter-spacing: -.14px;
	color: #000;
}

@media (max-width: 1388px) {
	.booking-section .process-container .process-content .process-body .alternate-time-section .sub-heading {
		font-size: 12px;
		line-height: 14px;
	}
}

@media (max-width: 767px) {
	.booking-section .process-container .process-content .process-body .alternate-time-section .sub-heading {
		font-size: 14px;
		line-height: 16px;
	}
}

.booking-section .process-container .process-content .process-body .alternate-time-section .time-unavailable-box ul {
	margin: 0px;
	margin: 20.59px 0px 27.59px;
	padding: 0px;
	list-style: none;
	display: block;
	-ms-overflow-style: none;
	scrollbar-width: none;
	scrollbar-width: thin;
	scrollbar-width: thin;
	overflow-x: scroll;
	white-space: nowrap;
	scrollbar-color: #fff #fff;
	scrollbar-color: #827653 #827653;
}

.booking-section .process-container .process-content .process-body .alternate-time-section .time-unavailable-box ul::-webkit-scrollbar {
	width: 4px;
	height: 4px;
}

.booking-section .process-container .process-content .process-body .alternate-time-section .time-unavailable-box ul::-webkit-scrollbar-track {
	background-clip: content-box;
	border: 4px solid transparent;
}

.booking-section .process-container .process-content .process-body .alternate-time-section .time-unavailable-box ul::-webkit-scrollbar-thumb {
	background-color: #827653;
}

.booking-section .process-container .process-content .process-body .alternate-time-section .time-unavailable-box ul::-webkit-scrollbar-thumb:hover {
	background-color: #827653;
}

.booking-section .process-container .process-content .process-body .alternate-time-section .time-unavailable-box ul::-webkit-scrollbar-corner, .booking-section .process-container .process-content .process-body .alternate-time-section .time-unavailable-box ul::-webkit-scrollbar-track {
	background-color: #827653;
}

@media (max-width: 1700px) {
	.booking-section .process-container .process-content .process-body .alternate-time-section .time-unavailable-box ul {
		margin: 15px 0px 22px;
	}
}

@media (max-width: 1388px) {
	.booking-section .process-container .process-content .process-body .alternate-time-section .time-unavailable-box ul {
		margin: 12px 0px 18px;
	}
}

@media (max-width: 767px) {
	.booking-section .process-container .process-content .process-body .alternate-time-section .time-unavailable-box ul {
		margin: 21.59px 0px 30.65px;
	}
}

.booking-section .process-container .process-content .process-body .alternate-time-section .time-unavailable-box ul li {
	border-radius: 0px;
	font-size: 12px;
	line-height: 14px;
	color: #000;
	width: 64px;
	height: 34px;
	border: 1px solid #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: inline-block;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
	padding: 10px 0px;
	margin-right: 3px;
	margin-left: 3px;
	margin-bottom: 3px;
	text-align: center;
}

.booking-section .process-container .process-content .process-body .alternate-time-section .time-unavailable-box ul li.active {
	background: #827653;
	border-color: #827653;
	color: #fff;
}

.booking-section .process-container .process-content .process-body .alternate-time-section .time-unavailable-box ul li+li {
	margin-left: 6px;
}

.booking-section .process-container .process-content .process-body .alternate-time-section .time-unavailable-box ul li.disabled {
	border-color: #c6c4c1;
	color: #c6c4c1;
}

@media (max-width: 767px) {
	.booking-section .process-container .process-content .process-body .alternate-time-section .time-unavailable-box ul li {
		width: 62.13px;
	}
}

.booking-section .process-container .process-content .process-footer {
	padding: 29px 0px 0px;
}

.booking-section .process-container .process-content .process-footer .custom_btn {
	border: 1px solid #000;
	color: #000;
	width: 469px;
	padding: 0px 0px 0px;
}

.booking-section .process-container .process-content .process-footer .custom_btn:hover {
	background: #827653;
	border-color: #827653;
	color: #fff;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.booking-section .process-container .process-content .process-footer .custom_btn {
		width: 90%;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.booking-section .process-container .process-content .process-footer .custom_btn {
		width: 90%;
	}
}

@media (max-width: 767px) {
	.booking-section .process-container .process-content .process-footer .custom_btn {
		font-size: 14px;
		line-height: 23px;
		height: 41px;
		width: 100%;
	}
}

@media (max-width: 767px) {
	.booking-section .process-container .process-content .process-footer {
		padding: 0px;
	}
}

.booking-section .process-container .process-content .inner-section {
	max-width: 519px;
	margin: 0 auto;
	padding-bottom: 77px;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.booking-section .process-container .process-content .inner-section {
		max-width: 460px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.booking-section .process-container .process-content .inner-section {
		padding: 50px 0px 90px;
	}
}

@media (max-width: 767px) {
	.booking-section .process-container .process-content .inner-section {
		padding: 98px 47.41px 117px 47.41px;
		max-width: 100%;
		width: 100%;
	}
}

@media (max-width: 320px) {
	.booking-section .process-container .process-content .inner-section {
		padding: 98px 17.41px 117px 17.41px;
	}
}

.booking-section .process-container .process-content .inner-section .step-two .process-body {
	padding-right: 10px;
	max-height: 450px;
	pointer-events: auto;
	overflow-y: scroll;
	scrollbar-width: thin;
	scrollbar-width: thin;
	scrollbar-color: #827653;
	scrollbar-color: #827653 #fff;
}

.booking-section .process-container .process-content .inner-section .step-two .process-body::-webkit-scrollbar-corner, .booking-section .process-container .process-content .inner-section .step-two .process-body .scrollbar-1::-webkit-scrollbar-track {
	background-color: #cdcdcd;
}

.booking-section .process-container .process-content .inner-section .step-two .process-body::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}

.booking-section .process-container .process-content .inner-section .step-two .process-body::-webkit-scrollbar-track {
	background-clip: content-box;
	border: 8px solid rgba(255, 255, 255, .3);
	background-color: #fff;
}

.booking-section .process-container .process-content .inner-section .step-two .process-body::-webkit-scrollbar-thumb {
	background-color: #827653;
	border-radius: 12px;
}

.booking-section .process-container .process-content .inner-section .step-two .process-body::-webkit-scrollbar-thumb:hover {
	background-color: #827653;
}

.booking-section .process-container .process-content .inner-section .step-two .process-body::-webkit-scrollbar-corner, .booking-section .process-container .process-content .inner-section .step-two .process-body::-webkit-scrollbar-track {
	background-color: #827653;
	border-radius: 12px;
}

@media (max-width: 1388px) {
	.booking-section .process-container .process-content .inner-section .step-two .process-body {
		max-height: 450px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.booking-section .process-container .process-content .inner-section .step-two .process-body {
		max-height: 290px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.booking-section .process-container .process-content .inner-section .step-two .process-body {
		max-height: 100%;
	}
}

@media (max-width: 767px) {
	.booking-section .process-container .process-content .inner-section .step-two .process-body {
		max-height: 100%;
		padding-right: 0px;
	}
}

.booking-section .process-container .process-content .inner-section .step-three .process-body {
	margin: 0px;
}

@media (max-width: 767px) {
	.booking-section .process-container .process-content .inner-section .step-four .process-header ul.content-icon-view-section {
		padding: 13.43px 0px 3.9px 0px;
	}
}

.booking-section .process-container .process-content .inner-section .step-four .process-footer .cancel-btn {
	margin-top: 38px;
	text-decoration: underline;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: -.16px;
	color: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media (max-width: 767px) {
	.booking-section .process-container .process-content .inner-section .step-four .process-footer .cancel-btn {
		margin-top: 40.67px;
		font-size: 12px;
		line-height: 14px;
		letter-spacing: -.12px;
	}
}

.booking-section .process-container .process-content .inner-section .step-five .process-header .selected_rest_name {
	font-size: 16px;
	line-height: 19px;
	letter-spacing: -.16px;
	padding: 38.65px 0px 0px;
	margin: 0px;
}

@media (max-width: 767px) {
	.booking-section .process-container .process-content .inner-section .step-five .process-header .selected_rest_name {
		padding: 20px 0px 0px;
	}
}

.booking-section .process-container .process-content .inner-section .step-five .process-body {
	margin: 25.55px 0px 0px 0px;
}

@media (max-width: 1388px) {
	.booking-section .process-container .process-content .inner-section .step-five .process-body {
		margin: 16.55px 0px 0px 0px;
	}
}

.booking-section .process-container .process-content .inner-section .step-five .process-body .booking-inner-section {
	padding: 45px 0px 0;
	width: calc(100% + 263px);
	position: relative;
	left: -131.5px;
}

@media (max-width: 1700px) {
	.booking-section .process-container .process-content .inner-section .step-five .process-body .booking-inner-section {
		padding: 45px 0px 0;
		width: calc(100% + 173px);
		position: relative;
		left: -88.5px;
	}
}

@media (max-width: 1500px) {
	.booking-section .process-container .process-content .inner-section .step-five .process-body .booking-inner-section {
		padding: 45px 0px 0;
		width: calc(100% + 103px);
		position: relative;
		left: -54.5px;
	}
}

@media (max-width: 1388px) {
	.booking-section .process-container .process-content .inner-section .step-five .process-body .booking-inner-section {
		padding: 35px 0px 0;
		width: calc(100% + 63px);
		position: relative;
		left: -32.5px;
	}
}

@media (min-width: 1200px) and (max-width: 1280px) {
	.booking-section .process-container .process-content .inner-section .step-five .process-body .booking-inner-section {
		padding: 22px 0px 0;
		width: calc(100% + 23px);
		position: relative;
		left: -14.5px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.booking-section .process-container .process-content .inner-section .step-five .process-body .booking-inner-section {
		padding: 35px 0px 0;
		width: calc(100% + -7px);
		position: relative;
		left: 3.5px;
	}
}

@media (max-width: 767px) {
	.booking-section .process-container .process-content .inner-section .step-five .process-body .booking-inner-section {
		padding: 40.5px 0px 33.39px;
	}
}

.menu_listing {
	padding: 100px 0 80px;
}

.menu_listing .container {
	max-width: 1221px;
}

.menu-blog ul {
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -15px;
}

@media (max-width: 767px) {
	.menu-blog ul {
		margin: 0;
	}
}

.menu-blog ul li {
	display: inline-block;
	width: 33.333%;
	vertical-align: top;
	padding: 0 16px 28px;
}

@media (max-width: 1199px) {
	.menu-blog ul li {
		width: 50%;
	}
}

@media (max-width: 767px) {
	.menu-blog ul li {
		width: 100%;
	}
}

.menu-blog ul li a {
	text-decoration: underline;
	color: #000;
}

.menu-blog ul li .menu-b {
	height: 100%;
	border: .60000002384186px solid #0e2e1e;
	position: relative;
}

.menu-blog ul li .menu-b .menu-c {
	padding: 35px 20px 70px;
	height: 100%;
	text-align: center;
}

.menu-blog ul li .menu-b .menu-c strong {
	font-size: 26px;
	font-weight: normal;
	display: inline-block;
	color: #0e2e1e;
	line-height: 30px;
	text-align: center;
	position: relative;
	font-family: "Americana BT";
	margin-bottom: 12px;
}

@media (max-width: 991px) {
	.menu-blog ul li .menu-b .menu-c strong {
		font-size: 22px;
	}
}

.menu-blog ul li .menu-b .menu-c span {
	font-size: 16px;
	font-weight: normal;
	display: inline-block;
	color: #000;
	text-align: center;
	position: relative;
	font-family: "Americana BT";
}

.menu-blog ul li .menu-b span.special-note {
	position: absolute;
	padding: 5px;
	text-align: center;
	bottom: 0;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 12px;
	font-family: "Americana BT";
	letter-spacing: 0px;
	line-height: 15px;
	color: #000;
	background: #e3cfb0;
}

.menu-blog ul li .menu-c strong::before {
	content: "";
	width: 5px;
	height: 5px;
	background: #0e2e1e;
	display: inline-block;
	border-radius: 100px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	left: -15px;
	margin-top: 3px;
}

.menu-blog ul li .menu-c strong::after {
	content: "";
	width: 5px;
	height: 5px;
	background: #0e2e1e;
	display: inline-block;
	border-radius: 100px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	right: -15px;
	margin-top: 3px;
}

/* common modal styles */
.common-modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .4);
	z-index: 1054;
}

.modal .modal-dialog {
	max-width: 564px;
}

.modal .modal-content {
	border-radius: 0px;
	border: none;
}

.modal .modal-header {
	border: none;
}

.modal .modal-content .modal-body .heading {
	font-weight: bold;
	font-size: 19px;
	text-align: left;
	letter-spacing: 0px;
	line-height: 22px;
	color: #000;
	margin: 0 0 29px;
	padding: 0;
}

.modal .modal-content .modal-body p {
	font-weight: normal;
	font-size: 13px;
	text-align: left;
	letter-spacing: 0px;
	line-height: 25px;
	color: #8b8b8b;
	margin: 0 0 23px;
	padding: 0;
}

.modal .modal-content .modal-body p a {
	color: inherit;
}

@media (min-width: 767px) {
	.modal .modal-header {
		padding: 34px 25px 0px 0px;
	}
	
	.modal .modal-content .modal-body {
		padding-top: 20px;
		padding-bottom: 47px;
		padding-left: 67px;
		padding-right: 67px;
	}
	
	.modal .modal-content .modal-body .heading {
		font-size: 25px;
		line-height: 32px;
	}
	
	.modal .modal-content .modal-body p {
		font-size: 14px;
		line-height: 25px;
		padding: 26px 0px 37px;
		margin: 0px;
	}
}

.modal .modal-content .modal-header button {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: url("https://cdn-hfooj.nitrocdn.com/oVHnFHKIsdpZMVchDMyXANkTpmHzmjHS/assets/images/optimized/rev-3d2d727/balthazarlondon.com/wp-content/themes/balthazar/assets/images/icon-close.svg");
	width: 36px;
	height: 36px;
	border: none;
	font-size: 0px;
	color: transparent;
	background-size: cover;
	padding: 0;
	border-radius: 0px;
}

/* why is this written like this?? All the modals should SHARE styles - not like this */
.modal.cancel-booking-popup .modal-dialog {
	max-width: 705px;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.modal.cancel-booking-popup .modal-dialog {
		max-width: 625px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.modal.cancel-booking-popup .modal-dialog {
		max-width: 665px;
	}
}

@media (max-width: 767px) {
	.modal.cancel-booking-popup .modal-dialog {
		margin-left: 43px;
		margin-right: 43px;
	}
}

@media (max-width: 330px) {
	.modal.cancel-booking-popup .modal-dialog {
		margin-left: 33px;
		margin-right: 33px;
	}
}

.modal.cancel-booking-popup .modal-content {
	border-radius: 0px;
	border: none;
}

.modal.cancel-booking-popup .modal-content .modal-header {
	border: none;
	padding: 34px 26.36px 0px 0px;
}

.modal.cancel-booking-popup .modal-content .modal-header button {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: url("https://cdn-hfooj.nitrocdn.com/oVHnFHKIsdpZMVchDMyXANkTpmHzmjHS/assets/images/optimized/rev-3d2d727/balthazarlondon.com/wp-content/themes/balthazar/assets/images/icon-close.svg");
	width: 36px;
	height: 36px;
	border: none;
	font-size: 0px;
	color: transparent;
	background-size: cover;
	padding: 0;
	border-radius: 0px;
}

@media (max-width: 767px) {
	.modal.cancel-booking-popup .modal-content .modal-header {
		padding: 19.66px 18.3px 0px 0px;
	}
	
	.modal.cancel-booking-popup .modal-content .modal-header button {
		width: 18px;
		height: 18px;
		opacity: 1;
	}
}

.modal.cancel-booking-popup .modal-content .modal-body {
	padding-top: 21.13px;
	padding-bottom: 75px;
	text-align: center;
}

.modal.cancel-booking-popup .modal-content .modal-body .heading {
	font-size: 30px;
	line-height: 35px;
	font-weight: bold;
	letter-spacing: -.3px;
	text-align: center;
	margin-bottom: 0;
}

.modal.cancel-booking-popup .modal-content .modal-body p {
	font-size: 14px;
	line-height: 25px;
	letter-spacing: -.14px;
	margin: 0px;
	padding: 26px 0px 37px;
	text-align: center;
}

.modal.cancel-booking-popup .modal-content .modal-body .custom_btn {
	border: 1px solid #000;
	color: #000;
	width: 219px;
	height: 48px;
}

.modal.cancel-booking-popup .modal-content .modal-body .custom_btn:hover {
	background: #827653;
	border-color: #827653;
	color: #fff;
}

@media (max-width: 767px) {
	.modal.cancel-booking-popup .modal-content .modal-body {
		padding-bottom: 31px;
		padding-top: 8.95px;
	}
	
	.modal.cancel-booking-popup .modal-content .modal-body .heading {
		font-size: 19px;
		line-height: 32px;
		letter-spacing: 0;
		margin: 0;
	}
	
	.modal.cancel-booking-popup .modal-content .modal-body p {
		color: #8b8b8b;
		font-size: 13px;
		line-height: 20px;
		letter-spacing: 0;
		padding: 18px 0px 19px;
	}
	
	.modal.cancel-booking-popup .modal-content .modal-body .custom_btn {
		font-size: 14px;
		line-height: 21px;
	}
}

@media (max-width: 330px) {
	.modal.cancel-booking-popup .modal-content .modal-body {
		padding-bottom: 31px;
		padding-top: 8.95px;
	}
	
	.modal.cancel-booking-popup .modal-content .modal-body .heading {
		font-size: 18px;
		line-height: 29px;
		letter-spacing: 0;
	}
	
	.modal.cancel-booking-popup .modal-content .modal-body p {
		color: #8b8b8b;
		font-size: 13px;
		line-height: 20px;
		letter-spacing: 0;
		padding: 18px 0px 19px;
	}
	
	.modal.cancel-booking-popup .modal-content .modal-body .custom_btn {
		font-size: 14px;
		line-height: 21px;
		width: 100%;
	}
}

.modal.cancel_booking_popup_success .modal-dialog {
	max-width: 705px;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.modal.cancel_booking_popup_success .modal-dialog {
		max-width: 625px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.modal.cancel_booking_popup_success .modal-dialog {
		max-width: 665px;
	}
}

@media (max-width: 767px) {
	.modal.cancel_booking_popup_success .modal-dialog {
		margin-left: 43px;
		margin-right: 43px;
	}
}

@media (max-width: 330px) {
	.modal.cancel_booking_popup_success .modal-dialog {
		margin-left: 33px;
		margin-right: 33px;
	}
}

.modal.cancel_booking_popup_success .modal-content {
	border-radius: 0px;
	border: none;
}

.modal.cancel_booking_popup_success .modal-content .modal-header {
	border: none;
	padding: 22px 26.36px 0px 0px;
}

.modal.cancel_booking_popup_success .modal-content .modal-header button {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: url("https://cdn-hfooj.nitrocdn.com/oVHnFHKIsdpZMVchDMyXANkTpmHzmjHS/assets/images/optimized/rev-3d2d727/balthazarlondon.com/wp-content/themes/balthazar/assets/images/icon-close.svg");
	width: 36px;
	height: 36px;
	border: none;
	font-size: 0px;
	color: transparent;
	background-size: cover;
	padding: 0;
	border-radius: 0px;
}

@media (max-width: 767px) {
	.modal.cancel_booking_popup_success .modal-content .modal-header {
		padding: 19.66px 18.3px 0px 0px;
	}
	
	.modal.cancel_booking_popup_success .modal-content .modal-header button {
		width: 18px;
		height: 18px;
		opacity: 1;
	}
}

.modal.cancel_booking_popup_success .modal-content .modal-body {
	padding-top: 21.13px;
	padding-bottom: 75px;
	text-align: center;
}

.modal.cancel_booking_popup_success .modal-content .modal-body .heading {
	font-size: 30px;
	line-height: 35px;
	font-weight: bold;
	letter-spacing: -.3px;
	margin-bottom: 43px;
	text-align: center;
}

.modal.cancel_booking_popup_success .modal-content .modal-body .custom_btn {
	border: 1px solid #000;
	color: #000;
	width: 219px;
	height: 48px;
}

.modal.cancel_booking_popup_success .modal-content .modal-body .custom_btn:hover {
	background: #827653;
	border-color: #827653;
	color: #fff;
}

@media (max-width: 767px) {
	.modal.cancel_booking_popup_success .modal-content .modal-body {
		padding-bottom: 31px;
		padding-top: 8.95px;
	}
	
	.modal.cancel_booking_popup_success .modal-content .modal-body .heading {
		font-size: 19px;
		line-height: 32px;
		letter-spacing: 0;
		text-align: center;
	}
	
	.modal.cancel_booking_popup_success .modal-content .modal-body p {
		color: #8b8b8b;
		font-size: 13px;
		line-height: 20px;
		letter-spacing: 0;
		padding: 18px 0px 19px;
	}
	
	.modal.cancel_booking_popup_success .modal-content .modal-body .custom_btn {
		font-size: 14px;
		line-height: 21px;
	}
}

@media (max-width: 330px) {
	.modal.cancel_booking_popup_success .modal-content .modal-body {
		padding-bottom: 31px;
		padding-top: 8.95px;
	}
	
	.modal.cancel_booking_popup_success .modal-content .modal-body .heading {
		font-size: 18px;
		line-height: 29px;
		letter-spacing: 0;
	}
	
	.modal.cancel_booking_popup_success .modal-content .modal-body p {
		color: #8b8b8b;
		font-size: 13px;
		line-height: 20px;
		letter-spacing: 0;
		padding: 18px 0px 19px;
	}
	
	.modal.cancel_booking_popup_success .modal-content .modal-body .custom_btn {
		font-size: 14px;
		line-height: 21px;
		width: 100%;
	}
}

.modal.share-your-booking-popup .modal-dialog {
	max-width: 564px;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.modal.share-your-booking-popup .modal-dialog {
		max-width: 564px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.modal.share-your-booking-popup .modal-dialog {
		max-width: 564px;
	}
}

@media (max-width: 767px) {
	.modal.share-your-booking-popup .modal-dialog {
		max-width: 391px;
		margin: 0 auto;
		margin-left: 19px;
		margin-right: 18px;
	}
}

@media (max-width: 330px) {
	.modal.share-your-booking-popup .modal-dialog {
		margin-left: 33px;
		margin-right: 33px;
	}
}

.modal.share-your-booking-popup .modal-content {
	border-radius: 0px;
	border: none;
}

.modal.share-your-booking-popup .modal-content .modal-header {
	border: none;
	padding: 29px 29px 0px 0px;
}

.modal.share-your-booking-popup .modal-content .modal-header button {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: url("https://cdn-hfooj.nitrocdn.com/oVHnFHKIsdpZMVchDMyXANkTpmHzmjHS/assets/images/optimized/rev-3d2d727/balthazarlondon.com/wp-content/themes/balthazar/assets/images/icon-share-close.svg");
	width: 18px;
	height: 18px;
	border: none;
	font-size: 0px;
	color: transparent;
	background-size: cover;
	padding: 0;
	border-radius: 0px;
}

@media (max-width: 767px) {
	.modal.share-your-booking-popup .modal-content .modal-header {
		padding: 19.66px 18.3px 0px 0px;
	}
	
	.modal.share-your-booking-popup .modal-content .modal-header button {
		width: 18px;
		height: 18px;
		opacity: 1;
	}
}

.modal.share-your-booking-popup .modal-content .modal-body {
	padding-top: 18px;
	padding-right: 38px;
	padding-bottom: 52.05px;
	padding-left: 38px;
}

.modal.share-your-booking-popup .modal-content .modal-body .heading {
	font-size: 20px;
	line-height: 23px;
	font-weight: bold;
	letter-spacing: -.2px;
	margin-bottom: 0;
}

.modal.share-your-booking-popup .modal-content .modal-body p {
	font-size: 14px;
	line-height: 25px;
	letter-spacing: -.14px;
	margin: 0px;
	padding: 22.33px 0px 22.67px;
}

.modal.share-your-booking-popup .modal-content .modal-body .share-booking-box .col-form {
	width: 100%;
	margin-bottom: 44.84px;
}

@media (max-width: 1700px) {
	.modal.share-your-booking-popup .modal-content .modal-body .share-booking-box .col-form {
		margin-bottom: 40px;
	}
}

@media (max-width: 1388px) {
	.modal.share-your-booking-popup .modal-content .modal-body .share-booking-box .col-form {
		margin-bottom: 30px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.modal.share-your-booking-popup .modal-content .modal-body .share-booking-box .col-form {
		width: 202px;
	}
}

@media (max-width: 767px) {
	.modal.share-your-booking-popup .modal-content .modal-body .share-booking-box .col-form {
		width: 100%;
		margin-bottom: 47px;
	}
	
	.modal.share-your-booking-popup .modal-content .modal-body .share-booking-box .col-form:nth-child(4) {
		margin-bottom: 40px;
	}
	
	.modal.share-your-booking-popup .modal-content .modal-body .share-booking-box .col-form:nth-child(2) {
		max-width: 100%;
	}
	
	.modal.share-your-booking-popup .modal-content .modal-body .share-booking-box .col-form:nth-child(3) {
		width: 100%;
	}
}

.modal.share-your-booking-popup .modal-content .modal-body .share-booking-box .col-form label {
	font-size: 14px;
	letter-spacing: -.14px;
	line-height: 16px;
}

.modal.share-your-booking-popup .modal-content .modal-body .share-booking-box .col-form input.form-control {
	border: none;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #8b8b8b;
	border-bottom: .5px solid #000;
	font-size: 14px;
	line-height: 16px;
	padding: 0px 0px 10px 0px;
	border-radius: 0px;
	-webkit-background-clip: text !important;
	-moz-background-clip: text !important;
	-ox-background-clip: text !important;
	-webkit-text-fill-color: #8b8b8b !important;
	-moz-text-fill-color: #8b8b8b !important;
	-ox-text-fill-color: #8b8b8b !important;
}

.modal.share-your-booking-popup .modal-content .modal-body .share-booking-box .col-form input.form-control::-webkit-input-placeholder {
	color: #8b8b8b;
}

.modal.share-your-booking-popup .modal-content .modal-body .share-booking-box .col-form input.form-control:-ms-input-placeholder {
	color: #8b8b8b;
}

.modal.share-your-booking-popup .modal-content .modal-body .share-booking-box .col-form input.form-control::-ms-input-placeholder {
	color: #8b8b8b;
}

.modal.share-your-booking-popup .modal-content .modal-body .share-booking-box .col-form input.form-control::placeholder {
	color: #8b8b8b;
}

@media (max-width: 1388px) {
	.modal.share-your-booking-popup .modal-content .modal-body .share-booking-box .col-form input.form-control {
		font-size: 13px;
		line-height: 15px;
		padding: 0px 0px 12px 0px;
	}
}

.modal.share-your-booking-popup .modal-content .modal-body .custom_btn {
	border: 1px solid #000;
	color: #000;
	width: 100%;
	height: 49px;
}

.modal.share-your-booking-popup .modal-content .modal-body .custom_btn:hover {
	background: #827653;
	border-color: #827653;
	color: #fff;
}

@media (max-width: 767px) {
	.modal.share-your-booking-popup .modal-content .modal-body {
		padding-bottom: 31px;
		padding-top: 8.95px;
	}
	
	.modal.share-your-booking-popup .modal-content .modal-body .heading {
		font-size: 19px;
		line-height: 32px;
		letter-spacing: 0;
	}
	
	.modal.share-your-booking-popup .modal-content .modal-body p {
		color: #8b8b8b;
		font-size: 13px;
		line-height: 20px;
		letter-spacing: 0;
		padding: 18px 0px 19px;
	}
	
	.modal.share-your-booking-popup .modal-content .modal-body .custom_btn {
		font-size: 14px;
		line-height: 21px;
	}
}

@media (max-width: 330px) {
	.modal.share-your-booking-popup .modal-content .modal-body {
		padding-bottom: 31px;
		padding-top: 8.95px;
	}
	
	.modal.share-your-booking-popup .modal-content .modal-body .heading {
		font-size: 18px;
		line-height: 29px;
		letter-spacing: 0;
	}
	
	.modal.share-your-booking-popup .modal-content .modal-body p {
		color: #8b8b8b;
		font-size: 13px;
		line-height: 20px;
		letter-spacing: 0;
		padding: 18px 0px 19px;
	}
	
	.modal.share-your-booking-popup .modal-content .modal-body .custom_btn {
		font-size: 14px;
		line-height: 21px;
		width: 100%;
	}
}

.modal.share_booking_thanks .modal-dialog {
	max-width: 564px;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.modal.share_booking_thanks .modal-dialog {
		max-width: 564px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.modal.share_booking_thanks .modal-dialog {
		max-width: 564px;
	}
}

@media (max-width: 767px) {
	.modal.share_booking_thanks .modal-dialog {
		max-width: 391px;
		margin: 0 auto;
		margin-left: 19px;
		margin-right: 18px;
	}
}

@media (max-width: 330px) {
	.modal.share_booking_thanks .modal-dialog {
		margin-left: 33px;
		margin-right: 33px;
	}
}

.modal.share_booking_thanks .modal-content {
	border-radius: 0px;
	border: none;
}

.modal.share_booking_thanks .modal-content .modal-header {
	border: none;
	padding: 29px 29px 0px 0px;
}

.modal.share_booking_thanks .modal-content .modal-header button {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: url("https://cdn-hfooj.nitrocdn.com/oVHnFHKIsdpZMVchDMyXANkTpmHzmjHS/assets/images/optimized/rev-3d2d727/balthazarlondon.com/wp-content/themes/balthazar/assets/images/icon-share-close.svg");
	width: 18px;
	height: 18px;
	border: none;
	font-size: 0px;
	color: transparent;
	background-size: cover;
	padding: 0;
	border-radius: 0px;
}

@media (max-width: 767px) {
	.modal.share_booking_thanks .modal-content .modal-header {
		padding: 19.66px 18.3px 0px 0px;
	}
	
	.modal.share_booking_thanks .modal-content .modal-header button {
		width: 18px;
		height: 18px;
		opacity: 1;
	}
}

.modal.share_booking_thanks .modal-content .modal-body {
	padding-top: 18px;
	padding-right: 60px;
	padding-bottom: 52.05px;
	padding-left: 68px;
}

.modal.share_booking_thanks .modal-content .modal-body .heading {
	font-size: 20px;
	line-height: 23px;
	font-weight: bold;
	letter-spacing: -.2px;
	margin-bottom: 0;
}

.modal.share_booking_thanks .modal-content .modal-body p {
	font-size: 14px;
	line-height: 25px;
	letter-spacing: -.14px;
	margin: 0px;
	padding: 22.33px 0px 22.67px;
}

.modal.share_booking_thanks .modal-content .modal-body .share-booking-box .col-form {
	width: 100%;
	margin-bottom: 44.84px;
}

@media (max-width: 1700px) {
	.modal.share_booking_thanks .modal-content .modal-body .share-booking-box .col-form {
		margin-bottom: 40px;
	}
}

@media (max-width: 1388px) {
	.modal.share_booking_thanks .modal-content .modal-body .share-booking-box .col-form {
		margin-bottom: 30px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.modal.share_booking_thanks .modal-content .modal-body .share-booking-box .col-form {
		width: 202px;
	}
}

@media (max-width: 767px) {
	.modal.share_booking_thanks .modal-content .modal-body .share-booking-box .col-form {
		width: 100%;
		margin-bottom: 47px;
	}
	
	.modal.share_booking_thanks .modal-content .modal-body .share-booking-box .col-form:nth-child(4) {
		margin-bottom: 40px;
	}
	
	.modal.share_booking_thanks .modal-content .modal-body .share-booking-box .col-form:nth-child(2) {
		max-width: 100%;
	}
	
	.modal.share_booking_thanks .modal-content .modal-body .share-booking-box .col-form:nth-child(3) {
		width: 100%;
	}
}

.modal.share_booking_thanks .modal-content .modal-body .share-booking-box .col-form label {
	font-size: 14px;
	letter-spacing: -.14px;
	line-height: 16px;
}

.modal.share_booking_thanks .modal-content .modal-body .share-booking-box .col-form input.form-control {
	border: none;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #8b8b8b;
	border-bottom: .5px solid #000;
	font-size: 14px;
	line-height: 16px;
	padding: 0px 0px 10px 0px;
	border-radius: 0px;
	-webkit-background-clip: text !important;
	-moz-background-clip: text !important;
	-ox-background-clip: text !important;
	-webkit-text-fill-color: #8b8b8b !important;
	-moz-text-fill-color: #8b8b8b !important;
	-ox-text-fill-color: #8b8b8b !important;
}

.modal.share_booking_thanks .modal-content .modal-body .share-booking-box .col-form input.form-control::-webkit-input-placeholder {
	color: #8b8b8b;
}

.modal.share_booking_thanks .modal-content .modal-body .share-booking-box .col-form input.form-control:-ms-input-placeholder {
	color: #8b8b8b;
}

.modal.share_booking_thanks .modal-content .modal-body .share-booking-box .col-form input.form-control::-ms-input-placeholder {
	color: #8b8b8b;
}

.modal.share_booking_thanks .modal-content .modal-body .share-booking-box .col-form input.form-control::placeholder {
	color: #8b8b8b;
}

@media (max-width: 1388px) {
	.modal.share_booking_thanks .modal-content .modal-body .share-booking-box .col-form input.form-control {
		font-size: 13px;
		line-height: 15px;
		padding: 0px 0px 12px 0px;
	}
}

.modal.share_booking_thanks .modal-content .modal-body .custom_btn {
	border: 1px solid #000;
	color: #000;
	width: 100%;
	height: 49px;
}

.modal.share_booking_thanks .modal-content .modal-body .custom_btn:hover {
	background: #827653;
	border-color: #827653;
	color: #fff;
}

@media (max-width: 767px) {
	.modal.share_booking_thanks .modal-content .modal-body {
		padding-bottom: 31px;
		padding-top: 8.95px;
	}
	
	.modal.share_booking_thanks .modal-content .modal-body .heading {
		font-size: 19px;
		line-height: 32px;
		letter-spacing: 0;
	}
	
	.modal.share_booking_thanks .modal-content .modal-body p {
		color: #8b8b8b;
		font-size: 13px;
		line-height: 20px;
		letter-spacing: 0;
		padding: 18px 0px 19px;
	}
	
	.modal.share_booking_thanks .modal-content .modal-body .custom_btn {
		font-size: 14px;
		line-height: 21px;
	}
}

@media (max-width: 330px) {
	.modal.share_booking_thanks .modal-content .modal-body {
		padding-bottom: 31px;
		padding-top: 8.95px;
	}
	
	.modal.share_booking_thanks .modal-content .modal-body .heading {
		font-size: 18px;
		line-height: 29px;
		letter-spacing: 0;
	}
	
	.modal.share_booking_thanks .modal-content .modal-body p {
		color: #8b8b8b;
		font-size: 13px;
		line-height: 20px;
		letter-spacing: 0;
		padding: 18px 0px 19px;
	}
	
	.modal.share_booking_thanks .modal-content .modal-body .custom_btn {
		font-size: 14px;
		line-height: 21px;
		width: 100%;
	}
}

.modal.booking_fault .modal-dialog {
	max-width: 564px;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.modal.booking_fault .modal-dialog {
		max-width: 564px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.modal.booking_fault .modal-dialog {
		max-width: 564px;
	}
}

@media (max-width: 767px) {
	.modal.booking_fault .modal-dialog {
		max-width: 391px;
		margin: 0 auto;
		margin-left: 19px;
		margin-right: 18px;
	}
}

@media (max-width: 330px) {
	.modal.booking_fault .modal-dialog {
		margin-left: 33px;
		margin-right: 33px;
	}
}

.modal.booking_fault .modal-content {
	border-radius: 0px;
	border: none;
}

.modal.booking_fault .modal-content .modal-header {
	border: none;
	padding: 29px 29px 0px 0px;
}

.modal.booking_fault .modal-content .modal-header button {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: url("https://cdn-hfooj.nitrocdn.com/oVHnFHKIsdpZMVchDMyXANkTpmHzmjHS/assets/images/optimized/rev-3d2d727/balthazarlondon.com/wp-content/themes/balthazar/assets/images/icon-share-close.svg");
	width: 18px;
	height: 18px;
	border: none;
	font-size: 0px;
	color: transparent;
	background-size: cover;
	padding: 0;
	border-radius: 0px;
}

@media (max-width: 767px) {
	.modal.booking_fault .modal-content .modal-header {
		padding: 19.66px 18.3px 0px 0px;
	}
	
	.modal.booking_fault .modal-content .modal-header button {
		width: 18px;
		height: 18px;
		opacity: 1;
	}
}

.modal.booking_fault .modal-content .modal-body {
	padding-top: 18px;
	padding-right: 38px;
	padding-bottom: 52.05px;
	padding-left: 38px;
}

.modal.booking_fault .modal-content .modal-body .heading {
	font-weight: normal;
	font-size: 25px;
	text-align: left;
	letter-spacing: -.25px;
	line-height: 32px;
	color: #1d1d1d;
	margin: 0;
	padding: 0;
}

.modal.booking_fault .modal-content .modal-body p {
	font-size: 14px;
	line-height: 25px;
	letter-spacing: -.14px;
	margin: 0px;
	padding: 22.33px 0px 22.67px;
}

.modal.booking_fault .modal-content .modal-body .share-booking-box .col-form {
	width: 100%;
	margin-bottom: 44.84px;
}

@media (max-width: 1700px) {
	.modal.booking_fault .modal-content .modal-body .share-booking-box .col-form {
		margin-bottom: 40px;
	}
}

@media (max-width: 1388px) {
	.modal.booking_fault .modal-content .modal-body .share-booking-box .col-form {
		margin-bottom: 30px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.modal.booking_fault .modal-content .modal-body .share-booking-box .col-form {
		width: 202px;
	}
}

@media (max-width: 767px) {
	.modal.booking_fault .modal-content .modal-body .share-booking-box .col-form {
		width: 100%;
		margin-bottom: 47px;
	}
	
	.modal.booking_fault .modal-content .modal-body .share-booking-box .col-form:nth-child(4) {
		margin-bottom: 40px;
	}
	
	.modal.booking_fault .modal-content .modal-body .share-booking-box .col-form:nth-child(2) {
		max-width: 100%;
	}
	
	.modal.booking_fault .modal-content .modal-body .share-booking-box .col-form:nth-child(3) {
		width: 100%;
	}
}

.modal.booking_fault .modal-content .modal-body .share-booking-box .col-form label {
	font-size: 14px;
	letter-spacing: -.14px;
	line-height: 16px;
}

.modal.booking_fault .modal-content .modal-body .share-booking-box .col-form input.form-control {
	border: none;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #8b8b8b;
	border-bottom: .5px solid #000;
	font-size: 14px;
	line-height: 16px;
	padding: 0px 0px 10px 0px;
	border-radius: 0px;
	-webkit-background-clip: text !important;
	-moz-background-clip: text !important;
	-ox-background-clip: text !important;
	-webkit-text-fill-color: #8b8b8b !important;
	-moz-text-fill-color: #8b8b8b !important;
	-ox-text-fill-color: #8b8b8b !important;
}

.modal.booking_fault .modal-content .modal-body .share-booking-box .col-form input.form-control::-webkit-input-placeholder {
	color: #8b8b8b;
}

.modal.booking_fault .modal-content .modal-body .share-booking-box .col-form input.form-control:-ms-input-placeholder {
	color: #8b8b8b;
}

.modal.booking_fault .modal-content .modal-body .share-booking-box .col-form input.form-control::-ms-input-placeholder {
	color: #8b8b8b;
}

.modal.booking_fault .modal-content .modal-body .share-booking-box .col-form input.form-control::placeholder {
	color: #8b8b8b;
}

@media (max-width: 1388px) {
	.modal.booking_fault .modal-content .modal-body .share-booking-box .col-form input.form-control {
		font-size: 13px;
		line-height: 15px;
		padding: 0px 0px 12px 0px;
	}
}

.modal.booking_fault .modal-content .modal-body .custom_btn {
	border: 1px solid #000;
	color: #000;
	width: 100%;
	height: 49px;
}

.modal.booking_fault .modal-content .modal-body .custom_btn:hover {
	background: #827653;
	border-color: #827653;
	color: #fff;
}

@media (max-width: 767px) {
	.modal.booking_fault .modal-content .modal-body {
		padding-bottom: 31px;
		padding-top: 8.95px;
	}
	
	.modal.booking_fault .modal-content .modal-body .heading {
		font-size: 19px;
		line-height: 32px;
		letter-spacing: 0;
	}
	
	.modal.booking_fault .modal-content .modal-body p {
		color: #8b8b8b;
		font-size: 13px;
		line-height: 20px;
		letter-spacing: 0;
		padding: 18px 0px 19px;
	}
	
	.modal.booking_fault .modal-content .modal-body .custom_btn {
		font-size: 14px;
		line-height: 21px;
	}
}

@media (max-width: 330px) {
	.modal.booking_fault .modal-content .modal-body {
		padding-bottom: 31px;
		padding-top: 8.95px;
	}
	
	.modal.booking_fault .modal-content .modal-body .heading {
		font-size: 18px;
		line-height: 29px;
		letter-spacing: 0;
	}
	
	.modal.booking_fault .modal-content .modal-body p {
		color: #8b8b8b;
		font-size: 13px;
		line-height: 20px;
		letter-spacing: 0;
		padding: 18px 0px 19px;
	}
	
	.modal.booking_fault .modal-content .modal-body .custom_btn {
		font-size: 14px;
		line-height: 21px;
		width: 100%;
	}
}

.modal.booking_max_person .modal-dialog {
	max-width: 564px;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.modal.booking_max_person .modal-dialog {
		max-width: 564px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.modal.booking_max_person .modal-dialog {
		max-width: 564px;
	}
}

@media (max-width: 767px) {
	.modal.booking_max_person .modal-dialog {
		max-width: 391px;
		margin: 0 auto;
		margin-left: 19px;
		margin-right: 18px;
	}
}

@media (max-width: 330px) {
	.modal.booking_max_person .modal-dialog {
		margin-left: 33px;
		margin-right: 33px;
	}
}

.modal.booking_max_person .modal-content {
	border-radius: 0px;
	border: none;
}

.modal.booking_max_person .modal-content .modal-header {
	border: none;
	padding: 29px 29px 0px 0px;
}

.modal.booking_max_person .modal-content .modal-header button {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: url("https://cdn-hfooj.nitrocdn.com/oVHnFHKIsdpZMVchDMyXANkTpmHzmjHS/assets/images/optimized/rev-3d2d727/balthazarlondon.com/wp-content/themes/balthazar/assets/images/icon-share-close.svg");
	width: 18px;
	height: 18px;
	border: none;
	font-size: 0px;
	color: transparent;
	background-size: cover;
	padding: 0;
	border-radius: 0px;
}

@media (max-width: 767px) {
	.modal.booking_max_person .modal-content .modal-header {
		padding: 19.66px 18.3px 0px 0px;
	}
	
	.modal.booking_max_person .modal-content .modal-header button {
		width: 18px;
		height: 18px;
		opacity: 1;
	}
}

.modal.booking_max_person .modal-content .modal-body {
	padding-top: 18px;
	padding-right: 38px;
	padding-bottom: 52.05px;
	padding-left: 38px;
}

.modal.booking_max_person .modal-content .modal-body .heading {
	font-weight: normal;
	font-size: 25px;
	text-align: left;
	letter-spacing: -.25px;
	line-height: 32px;
	color: #1d1d1d;
	margin: 0;
	padding: 0;
}

.modal.booking_max_person .modal-content .modal-body p {
	font-size: 14px;
	line-height: 25px;
	letter-spacing: -.14px;
	margin: 0px;
	padding: 22.33px 0px 22.67px;
}

.modal.booking_max_person .modal-content .modal-body .share-booking-box .col-form {
	width: 100%;
	margin-bottom: 44.84px;
}

@media (max-width: 1700px) {
	.modal.booking_max_person .modal-content .modal-body .share-booking-box .col-form {
		margin-bottom: 40px;
	}
}

@media (max-width: 1388px) {
	.modal.booking_max_person .modal-content .modal-body .share-booking-box .col-form {
		margin-bottom: 30px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.modal.booking_max_person .modal-content .modal-body .share-booking-box .col-form {
		width: 202px;
	}
}

@media (max-width: 767px) {
	.modal.booking_max_person .modal-content .modal-body .share-booking-box .col-form {
		width: 100%;
		margin-bottom: 47px;
	}
	
	.modal.booking_max_person .modal-content .modal-body .share-booking-box .col-form:nth-child(4) {
		margin-bottom: 40px;
	}
	
	.modal.booking_max_person .modal-content .modal-body .share-booking-box .col-form:nth-child(2) {
		max-width: 100%;
	}
	
	.modal.booking_max_person .modal-content .modal-body .share-booking-box .col-form:nth-child(3) {
		width: 100%;
	}
}

.modal.booking_max_person .modal-content .modal-body .share-booking-box .col-form label {
	font-size: 14px;
	letter-spacing: -.14px;
	line-height: 16px;
}

.modal.booking_max_person .modal-content .modal-body .share-booking-box .col-form input.form-control {
	border: none;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #8b8b8b;
	border-bottom: .5px solid #000;
	font-size: 14px;
	line-height: 16px;
	padding: 0px 0px 10px 0px;
	border-radius: 0px;
	-webkit-background-clip: text !important;
	-moz-background-clip: text !important;
	-ox-background-clip: text !important;
	-webkit-text-fill-color: #8b8b8b !important;
	-moz-text-fill-color: #8b8b8b !important;
	-ox-text-fill-color: #8b8b8b !important;
}

.modal.booking_max_person .modal-content .modal-body .share-booking-box .col-form input.form-control::-webkit-input-placeholder {
	color: #8b8b8b;
}

.modal.booking_max_person .modal-content .modal-body .share-booking-box .col-form input.form-control:-ms-input-placeholder {
	color: #8b8b8b;
}

.modal.booking_max_person .modal-content .modal-body .share-booking-box .col-form input.form-control::-ms-input-placeholder {
	color: #8b8b8b;
}

.modal.booking_max_person .modal-content .modal-body .share-booking-box .col-form input.form-control::placeholder {
	color: #8b8b8b;
}

@media (max-width: 1388px) {
	.modal.booking_max_person .modal-content .modal-body .share-booking-box .col-form input.form-control {
		font-size: 13px;
		line-height: 15px;
		padding: 0px 0px 12px 0px;
	}
}

.modal.booking_max_person .modal-content .modal-body .custom_btn {
	border: 1px solid #000;
	color: #000;
	width: 100%;
	height: 49px;
}

.modal.booking_max_person .modal-content .modal-body .custom_btn:hover {
	background: #827653;
	border-color: #827653;
	color: #fff;
}

@media (max-width: 767px) {
	.modal.booking_max_person .modal-content .modal-body {
		padding-bottom: 31px;
		padding-top: 8.95px;
	}
	
	.modal.booking_max_person .modal-content .modal-body .heading {
		font-size: 19px;
		line-height: 32px;
		letter-spacing: 0;
	}
	
	.modal.booking_max_person .modal-content .modal-body p {
		color: #8b8b8b;
		font-size: 13px;
		line-height: 20px;
		letter-spacing: 0;
		padding: 18px 0px 19px;
	}
	
	.modal.booking_max_person .modal-content .modal-body .custom_btn {
		font-size: 14px;
		line-height: 21px;
	}
}

@media (max-width: 330px) {
	.modal.booking_max_person .modal-content .modal-body {
		padding-bottom: 31px;
		padding-top: 8.95px;
	}
	
	.modal.booking_max_person .modal-content .modal-body .heading {
		font-size: 18px;
		line-height: 29px;
		letter-spacing: 0;
	}
	
	.modal.booking_max_person .modal-content .modal-body p {
		color: #8b8b8b;
		font-size: 13px;
		line-height: 20px;
		letter-spacing: 0;
		padding: 18px 0px 19px;
	}
	
	.modal.booking_max_person .modal-content .modal-body .custom_btn {
		font-size: 14px;
		line-height: 21px;
		width: 100%;
	}
}

#loader-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: rgba(0, 0, 0, .7);
}

#loader {
	display: block;
	position: relative;
	left: 50%;
	top: 50%;
	width: 150px;
	height: 150px;
	margin: -75px 0 0 -75px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #827653;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
}

#loader {
	z-index: 1001;
}

#loader:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: rgba(0, 0, 0, .75);
	-webkit-animation: spin 3s linear infinite;
	animation: spin 3s linear infinite;
}

#loader:after {
	content: "";
	position: absolute;
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #cba639;
	-webkit-animation: spin 1.5s linear infinite;
	animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

#loader-wrapper .loader-section {
	position: fixed;
	top: 0;
	width: 51%;
	height: 100%;
	background: #222;
	z-index: 1000;
}

#loader-wrapper .loader-section.section-left {
	left: 0;
}

#loader-wrapper .loader-section.section-right {
	right: 0;
}

.loaded #loader-wrapper .loader-section.section-left {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

.loaded #loader-wrapper .loader-section.section-right {
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}

.loaded {
	visibility: hidden;
}

body {
	font-family: "Americana BT";
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-tap-highlight-color: transparent;
	font-size: 16px;
	line-height: 26px;
}

@media (max-width: 767px) {
	body.index-page header nav .offcanvas-header .logo-mobile a.custom-logo-link {
		display: block;
	}
}

body.index-page .ui-timepicker-container.ui-timepicker-standard {
	margin-top: 7px !important;
}

.btn.custom_btn {
	min-width: 160px;
	height: 50px;
	border: 1px solid #fffef1;
	font-size: 20px;
	line-height: 48px;
	text-align: center;
	padding: 0 20px;
	color: #fffef1;
	border-radius: 0px;
	text-decoration: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.btn.custom_btn:hover {
	background: #fffef1;
	color: #000;
}

.btn.custom_btn:focus {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.section-top {
	position: relative;
	padding-bottom: 0;
}

.section-top .form-section {
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	bottom: 52px;
	text-align: center;
	z-index: 1;
}

.section-top .form-section .mobile-view {
	display: none;
}

.section-top .form-section .title {
	font-size: 20px;
	line-height: 23px;
	letter-spacing: 0px;
	color: #fff;
	padding-bottom: 30px;
}

@media (min-width: 768px) and (max-width: 991px) {
	.section-top .form-section {
		left: 50%;
		-webkit-transform: translate(-50%, 0%);
		transform: translate(-50%, 0%);
		width: 80%;
	}
}

@media (max-width: 767px) {
	.section-top .form-section {
		left: 50%;
		-webkit-transform: translate(-50%, 0%);
		transform: translate(-50%, 0%);
		width: 80%;
		bottom: 37px;
	}
	
	.section-top .form-section .title {
		font-size: 17px;
		line-height: 23px;
		padding-bottom: 4px;
	}
	
	.section-top .form-section .row.justify-content-center.align-items-center {
		display: none;
	}
	
	.section-top .form-section .mobile-view {
		display: inline-block;
		width: 154px;
		height: 41px;
		padding: 8px 0px 0px;
		font-size: 14px;
		line-height: 23px;
	}
	
	.section-top .form-section .desktop-view {
		display: none;
	}
}

.section-top .form-section .row .row {
	-webkit-column-gap: 16px;
	column-gap: 16px;
}

.section-top .form-section .row .row .col-12 {
	padding: 0;
}

.section-top .form-section .row .row .col-12.col-lg-3 {
	width: 170px;
}

.section-top .form-section .row .row .col-12.col-lg-1 {
	width: 90px;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.section-top .form-section .row .row .col-12.col-lg-3 {
		width: 135px;
	}
	
	.section-top .form-section .row .row .col-12.col-lg-1 {
		width: 80px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.section-top .form-section .row .row .col-12.col-lg-3 {
		width: 150px;
	}
	
	.section-top .form-section .row .row .col-12.col-lg-1 {
		width: 80px;
	}
}

@media (max-width: 767px) {
	.section-top .form-section .row .row .col-12.col-lg-3 {
		width: 100%;
		margin: 4px 0px;
	}
	
	.section-top .form-section .row .row .col-12.col-lg-1 {
		width: 100%;
		margin: 4px 0px;
	}
}

.section-top .form-section form .form-select {
	border-radius: 0px;
	height: 50px;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
	border: none;
	color: #2f2f2f;
	font-size: 14px;
	line-height: 23px;
	background-image: url("https://cdn-hfooj.nitrocdn.com/oVHnFHKIsdpZMVchDMyXANkTpmHzmjHS/assets/images/optimized/rev-3d2d727/balthazarlondon.com/wp-content/themes/balthazar/assets/images/arrow-bottom.svg");
	background-repeat: no-repeat;
	background-size: 9% 18%;
	background-position: 93% 51%;
}

.section-top .form-section form .form-select.nitro-lazy {
	background-image: none !important;
}

.section-top .form-section form .btn {
	width: 100%;
	background: #827653;
	height: 50px;
	color: #fffef1;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	border-radius: 0px;
	font-size: 14px;
	line-height: 23px;
}

.section-top .form-section form .btn:hover {
	background: #fff;
	color: #827653;
}

@media (max-width: 767px) {
	.section-top .form-section form .form-select {
		height: 40px;
	}
	
	.section-top .form-section form .btn {
		height: 40px;
	}
}

.section-top .scroll-section {
	position: absolute;
	left: 0%;
	bottom: 78px;
	right: 0;
	margin: 0 auto;
	text-align: center;
}

.section-top .scroll-section a {
	color: #fffef1;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: -.16px;
	text-decoration: none;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.section-top .scroll-section:after {
	content: "";
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: -78px;
	background: #fff;
	height: 61px;
	width: 1px;
	margin: 0 auto;
}

@media (max-width: 767px) {
	.section-top .scroll-section {
		display: none;
	}
}

.section-top.half-banner {
	height: auto;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.section-top.half-banner .banner-img picture img {
		height: 511px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.section-top.half-banner .banner-img picture img {
		height: 531px;
	}
}

@media (max-width: 767px) {
	.section-top.half-banner .banner-img picture img {
		height: 673px;
	}
}

@media (max-width: 767px) {
	.section-top.half-banner .mid-section .heading {
		line-height: 47px;
		padding-bottom: 7px;
		font-size: 40px;
		letter-spacing: -.4px;
	}
}

@media (max-width: 767px) {
	.section-top.half-banner .mid-section p {
		font-size: 20px;
		line-height: 23px;
		letter-spacing: -.2px;
		padding: 0px 79.5px;
	}
}

.section-top.location-banner {
	height: auto;
}

.wrap-drop.bookdate {
	position: relative;
	border: none;
	background: #fff;
	padding: 16px;
	border-radius: 0px;
	height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 16px;
	line-height: 23px;
	cursor: pointer;
}

.wrap-drop.bookdate .drop {
	background: #fff;
	display: none;
	left: 0;
	left: -1px;
	list-style: none;
	margin-top: 0;
	opacity: 0;
	padding-left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	right: -1px;
	top: 100%;
	z-index: 2;
	z-index: 10;
	border: solid 1px rgba(0, 0, 0, 1);
	border-top-color: #c7c7c7;
	border-top-style: solid;
	border-top-width: 1px;
	border-top: none;
	max-height: 188px;
	overflow-y: auto;
	text-align: left;
}

.wrap-drop.bookdate .drop li {
	color: #2f2f2f;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px 0 10px 10px;
	text-decoration: none;
	height: 47px;
	font-size: 14px;
	border-bottom: solid 1px rgba(0, 0, 0, .5);
}

.wrap-drop.bookdate .drop li:last-child {
	border-bottom: none;
}

.wrap-drop.bookdate .drop li:first-child {
	border-top: solid 1px rgba(0, 0, 0, .5);
}

.wrap-drop.bookdate .drop li.selected {
	background: #827653;
	color: #fff;
	opacity: .8;
}

.wrap-drop.bookdate .drop li:hover {
	background: #827653;
	color: #fff;
	opacity: .8;
}

.wrap-drop.bookdate .drop li a {
	color: #2f2f2f;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px 0 10px 10px;
	text-decoration: none;
	height: 47px;
	font-size: 14px;
	border-bottom: solid 1px #827653;
}

.wrap-drop.bookdate .drop li:hover a {
	color: #fff;
}

.wrap-drop.bookdate .drop li:last-child a {
	border-bottom: none;
}

.wrap-drop.bookdate .drop li:first-child a {
	border-top: solid 0px #827653;
	border: none;
}

.wrap-drop.bookdate .drop li.selected a {
	color: #fff;
	opacity: .8;
	border: none;
}

.wrap-drop.bookdate.active::after {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.wrap-drop.bookdate.active .drop {
	border-radius: 0px;
	display: block;
	opacity: 1;
	pointer-events: auto;
	overflow-y: scroll;
	scrollbar-width: thin;
	scrollbar-width: thin;
	scrollbar-color: #827653;
	scrollbar-color: #827653 #cdcdcd;
	margin-top: 1px;
}

.wrap-drop.bookdate.active .drop::-webkit-scrollbar-corner, .wrap-drop.bookdate.active .drop .scrollbar-1::-webkit-scrollbar-track {
	background-color: #cdcdcd;
}

.wrap-drop.bookdate.active .drop::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}

.wrap-drop.bookdate.active .drop::-webkit-scrollbar-track {
	background-clip: content-box;
	border: 8px solid rgba(205, 205, 205, .3);
	background-color: #cdcdcd;
}

.wrap-drop.bookdate.active .drop::-webkit-scrollbar-thumb {
	background-color: #827653;
	border-radius: 12px;
}

.wrap-drop.bookdate.active .drop::-webkit-scrollbar-thumb:hover {
	background-color: #827653;
}

.wrap-drop.bookdate.active .drop::-webkit-scrollbar-corner, .wrap-drop.bookdate.active .drop::-webkit-scrollbar-track {
	background-color: #827653;
	border-radius: 12px;
}

.wrap-drop.bookdate::after {
	background: url("https://cdn-hfooj.nitrocdn.com/oVHnFHKIsdpZMVchDMyXANkTpmHzmjHS/assets/images/optimized/rev-3d2d727/balthazarlondon.com/wp-content/themes/balthazar/assets/images/arrow-bottom.svg");
	content: "";
	height: 8px;
	margin-top: -4px;
	position: absolute;
	right: 19.15px;
	top: 50%;
	width: 15px;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: all ease-in .3s;
	transition: all ease-in .3s;
	background-size: cover;
	background-repeat: no-repeat;
}

@media (max-width: 767px) {
	.wrap-drop.bookdate::after {
		right: 11.15px;
	}
}

.wrap-drop.bookdate span {
	color: #000;
}

@media (max-width: 767px) {
	.wrap-drop.bookdate {
		height: 40px;
	}
}

#contactForm .wrap-drop.bookdate .drop li a {
	border: none;
	color: #000;
	box-shadow: none;
	outline: none;
}

#contactForm .wrap-drop.bookdate .drop li:hover a {
	border: none;
	color: #fff;
}

.tow-col-section .container {
	max-width: 100%;
	padding: 0px;
}

.tow-col-section .container .row .col-12 .pattern-section {
	position: absolute;
	bottom: 0;
	left: 0px;
	background-size: cover;
}

.tow-col-section .container .row .col-12 .img-box img {
	height: 926px;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
	width: 100%;
}

@media (max-width: 1700px) {
	.tow-col-section .container .row .col-12 .img-box img {
		height: 886px;
	}
}

@media (max-width: 1500px) {
	.tow-col-section .container .row .col-12 .img-box img {
		height: 846px;
	}
}

@media (max-width: 1388px) {
	.tow-col-section .container .row .col-12 .img-box img {
		height: 800px;
	}
}

@media (min-width: 1200px) and (max-width: 1280px) {
	.tow-col-section .container .row .col-12 .img-box img {
		height: 650px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.tow-col-section .container .row .col-12 .img-box img {
		height: 660px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.tow-col-section .container .row .col-12 .img-box img {
		height: 520px;
	}
}

@media (max-width: 767px) {
	.tow-col-section .container .row .col-12 .img-box img {
		height: 413px;
	}
}

.tow-col-section .container .row .col-12 .inner {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.tow-col-section .container .row .col-12 .inner .content {
	padding: 25px;
	max-width: 519px;
	margin: 0 auto;
	width: 100%;
}

.tow-col-section .container .row .col-12 .inner .heading {
	font-size: 30px;
	line-height: 35px;
	letter-spacing: -.3px;
	color: #000;
	margin: 0 0 20px 0;
}

.tow-col-section .container .row {
	margin: 0px;
}

.tow-col-section .container .row .col-12 {
	padding: 0px;
	position: relative;
}

.tow-col-section .container .row .col-12 .inner p a {
	color: #000;
}

.tow-col-section .container .row .col-12 .inner .custom_border_btn {
	width: 219px;
	height: 48px;
	display: inline-block;
	border: 1px solid #000;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: -.16px;
	text-align: center;
	margin: 29px 0px 0px;
	padding: 13px 0px 0px;
	color: #000;
	text-decoration: none;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.tow-col-section .container .row .col-12 .inner .custom_border_btn:hover {
	background: #827653;
	color: #fff;
	border-color: #827653;
}

.tow-col-section .container .row .col-12 .inner img {
	margin-top: auto;
	width: 100%;
}

@media (max-width: 1700px) {
	.tow-col-section .container .row .col-12 .inner .custom_border_btn {
		width: 216px;
		height: 46px;
		font-size: 15px;
		line-height: 17px;
		margin: 29px 0px 0px;
		padding: 13px 0px 0px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.tow-col-section .container .row .col-12 .inner .content {
		padding: 0px;
		width: 404px;
	}
	
	.tow-col-section .container .row .col-12 .inner .heading {
		font-size: 26px;
		line-height: 31px;
		padding: 0px 0px 41px;
	}
	
	.tow-col-section .container .row .col-12 .inner .custom_border_btn {
		margin: 19px 0px 0px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.tow-col-section .container .row .col-12 .inner .content {
		padding: 0px 30px 0px;
		width: auto;
	}
}

.tow-col-section .container .row:nth-child(even) .col-12:nth-child(1) {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.tow-col-section .container .row:nth-child(odd) .col-12:nth-child(2) {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

@media (max-width: 767px) {
	.tow-col-section .container .row:nth-child(odd) .col-12:nth-child(1) {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	
	.tow-col-section .container .row:nth-child(even) .col-12:nth-child(2) {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
}

.tow-col-section.img-view .container .row .col-12:nth-child(1) {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.tow-col-section.img-view .container .row .col-12:nth-child(2) {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.tow-col-section.contact-inner-top .container .row .col-12:nth-child(1) {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.tow-col-section.contact-inner-top .container .row .col-12:nth-child(2) {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.bon-appe-section {
	background: #827653;
	text-align: center;
	height: 358px;
	position: relative;
}

.bon-appe-section h1 {
	color: #fff;
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	top: 50%;
	text-align: center;
	font-size: 50px;
	line-height: 25px;
	letter-spacing: -.5px;
}

.bon-appe-section:after {
	content: "";
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background: #fff;
	height: 91px;
	width: 1px;
	margin: 0 auto;
}

@media (max-width: 1700px) {
	.bon-appe-section {
		height: 338px;
	}
	
	.bon-appe-section:after {
		height: 81px;
	}
}

@media (max-width: 1500px) {
	.bon-appe-section {
		height: 308px;
	}
	
	.bon-appe-section h1 {
		font-size: 46px;
		line-height: 21px;
	}
	
	.bon-appe-section:after {
		height: 71px;
	}
}

@media (max-width: 1388px) {
	.bon-appe-section {
		height: 260px;
	}
	
	.bon-appe-section h1 {
		font-size: 40px;
		line-height: 18px;
	}
	
	.bon-appe-section:after {
		height: 60px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.bon-appe-section {
		height: 200px;
	}
	
	.bon-appe-section h1 {
		font-size: 30px;
		line-height: 15px;
	}
	
	.bon-appe-section:after {
		height: 45px;
	}
}

@media (max-width: 767px) {
	.bon-appe-section {
		height: 138px;
	}
	
	.bon-appe-section h1 {
		font-size: 25px;
		line-height: 25px;
	}
	
	.bon-appe-section:after {
		height: 36px;
	}
}

.bon-appe-section.about-inner {
	height: 236px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.bon-appe-section.about-inner:after {
	display: none;
}

.home-slider {
	padding: 80px 0;
	margin-bottom: 50px;
}

.home-slider .container {
	max-width: 100%;
	padding: 0px;
}

.home-slider .slick-track .slick-slide .itembox {
	-o-object-fit: cover;
	object-fit: cover;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: hidden;
	position: relative;
	background: #000;
}

.home-slider .slick-track .slick-slide .itembox .ItemImgBox {
	width: 100%;
}

.home-slider .slick-track .slick-slide .itembox img {
	height: 584px;
	cursor: auto;
	object-fit: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.home-slider .slick-track .slick-slide .itembox:before {
	content: "";
	position: absolute;
	bottom: 0px;
	width: 100%;
	background: transparent linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #0b0b0b 100%) 0% 0% no-repeat padding-box;
	height: 330px;
	background-size: cover;
	z-index: 1;
}

.home-slider .slick-track .slick-slide .itemInfo {
	bottom: 40px;
	margin: auto;
	position: absolute;
	text-align: center;
	width: 100%;
	padding: 0 20px;
	z-index: 1;
}

.home-slider .slick-track .slick-slide .itemInfo .txtbox {
	color: #fff;
	font-size: 18px;
	line-height: 21px;
	letter-spacing: -.18px;
	margin-bottom: 20px;
}

.home-slider .slick-track .slick-slide .itemInfo .title {
	color: #fff;
	font-size: 35px;
	padding: 0 0 15px;
	line-height: 40px;
	letter-spacing: -.3px;
}

.home-slider .slick-slide img {
	max-width: 100%;
}

.home-slider .homesliderbox {
	position: relative;
}

.home-slider .homesliderbox button.slick-prev {
	position: absolute;
	bottom: -80px;
	left: -90px;
	right: 0px;
	margin: 0 auto;
	width: 65px;
	border: none;
	text-indent: inherit;
	background: none;
	height: 64px;
	color: #fff;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.home-slider .homesliderbox button.slick-prev:after {
	content: "";
	position: absolute;
	background: url("https://cdn-hfooj.nitrocdn.com/oVHnFHKIsdpZMVchDMyXANkTpmHzmjHS/assets/images/optimized/rev-3d2d727/balthazarlondon.com/wp-content/themes/balthazar/assets/images/slider-arrow-prev1.svg");
	width: 65px;
	height: 64px;
	background-repeat: no-repeat;
	top: 0;
	left: 0;
}

.home-slider .homesliderbox button.slick-next {
	position: absolute;
	bottom: -80px;
	left: 0;
	right: -90px;
	margin: 0 auto;
	width: 65px;
	border: none;
	text-indent: inherit;
	background: none;
	height: 64px;
	color: #fff;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.home-slider .homesliderbox button.slick-next:after {
	content: "";
	position: absolute;
	background: url("https://cdn-hfooj.nitrocdn.com/oVHnFHKIsdpZMVchDMyXANkTpmHzmjHS/assets/images/optimized/rev-3d2d727/balthazarlondon.com/wp-content/themes/balthazar/assets/images/slider-arrow-next1.svg");
	width: 65px;
	height: 64px;
	background-repeat: no-repeat;
	top: 0;
	left: 0;
}

.about-slider {
	padding: 188px 0px 300px;
}

@media (max-width: 1700px) {
	.about-slider {
		padding: 176px 0px 250px;
	}
}

@media (max-width: 1500px) {
	.about-slider {
		padding: 166px 0px 220px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.about-slider {
		padding: 166px 0px 60px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.about-slider {
		padding: 126px 0px 94px;
	}
}

@media (max-width: 767px) {
	.about-slider {
		padding: 77px 0px 214px;
	}
}

.about-slider .container {
	max-width: 100%;
	padding: 0px;
}

.about-slider .container .row {
	margin: 0px;
}

.about-slider .container .row .col-12 {
	padding: 0px;
}

.about-slider .slick-list.draggable {
	padding: 0px !important;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.about-slider .slick-list.draggable {
		height: 580px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.about-slider .slick-list.draggable {
		height: 500px;
	}
}

.about-slider .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 30px;
	column-gap: 30px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media (max-width: 767px) {
	.about-slider .slick-track {
		-webkit-column-gap: 0px;
		column-gap: 0px;
	}
}

.about-slider .slick-track .slick-slide {
	width: 568px !important;
}

.about-slider .slick-track .slick-slide .itembox {
	-o-object-fit: cover;
	object-fit: cover;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: hidden;
	position: relative;
}

.about-slider .slick-track .slick-slide .itembox img {
	-o-object-position: center;
	object-position: center;
	display: block;
	height: 621px;
	width: 568px;
	max-width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	padding: 0;
	margin: 0;
}

.about-slider .slick-track .slick-slide .itemInfo {
	position: absolute;
	text-align: center;
	width: 100%;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.about-slider .slick-track .slick-slide .itemInfo .txtbox {
	color: #fff;
	font-size: 16px;
}

.about-slider .slick-track .slick-slide .itemInfo .title {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	padding: 10px 0px;
}

.about-slider .slick-track .slick-slide .itemInfo .btn {
	width: 157px;
	height: 34px;
	border: 1px solid #fffef1;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: -.16px;
	text-align: center;
	padding: 6px 0px 0px;
	color: #fffef1;
	border-radius: 0px;
	text-decoration: none;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.about-slider .slick-track .slick-slide .itemInfo .btn:hover {
	background: #fffef1;
	color: #000;
}

.about-slider .slick-slide img {
	max-width: 100%;
}

.about-slider .homesliderbox {
	position: relative;
}

.container-988 {
	width: 100%;
	padding-right: var(--bs-gutter-x, 0rem);
	padding-left: var(--bs-gutter-y, 0rem);
	margin-right: auto;
	margin-left: auto;
	max-width: 629px;
}

.second-banner {
	background: #827653;
	margin-top: -8px;
	position: relative;
}

@media (max-width: 767.98px) {
	.container-988 {
		max-width: inherit;
		padding-right: var(--bs-gutter-x, 15px);
		padding-left: var(--bs-gutter-y, 15px);
	}
}

.container-993 {
	width: 100%;
	padding-right: var(--bs-gutter-x, 0rem);
	padding-left: var(--bs-gutter-y, 0rem);
	margin-right: auto;
	margin-left: auto;
	max-width: 629px;
}

@media (min-width: 768px) {
	.container-993 {
		max-width: calc(-612.96883px + 100vw * 1.61715);
	}
}

@media (min-width: 993.23px) {
	.container-993 {
		max-width: 993.23px;
	}
}

@media (max-width: 991.98px) {
	.container-993 {
		max-width: 735px;
	}
}

@media (max-width: 767.98px) {
	.container-993 {
		max-width: inherit;
		padding-right: var(--bs-gutter-x, 15px);
		padding-left: var(--bs-gutter-y, 15px);
	}
}

.container-1088 {
	width: 100%;
	padding-right: var(--bs-gutter-x, 0rem);
	padding-left: var(--bs-gutter-y, 0rem);
	margin-right: auto;
	margin-left: auto;
	max-width: 629px;
}

@media (min-width: 768px) {
	.container-1088 {
		max-width: calc(-472.6px + 100vw * 1.434375);
	}
}

@media (min-width: 1088px) {
	.container-1088 {
		max-width: 1088px;
	}
}

@media (max-width: 991.98px) {
	.container-1088 {
		max-width: 735px;
	}
}

@media (max-width: 767.98px) {
	.container-1088 {
		max-width: inherit;
		padding-right: var(--bs-gutter-x, 15px);
		padding-left: var(--bs-gutter-y, 15px);
	}
}

.container-1138 {
	width: 100%;
	max-width: 1138px;
	margin: auto;
	padding-right: var(--bs-gutter-x, .75rem);
	padding-left: var(--bs-gutter-x, .75rem);
}

.sub-heading {
	font-size: 30px;
	line-height: 35px;
	letter-spacing: -.3px;
	color: #000;
	margin: 0 0 20px 0;
}

.heading {
	font-size: 30px;
	line-height: 35px;
	letter-spacing: -.3px;
	color: #000;
	margin: 0 0 20px 0;
}

.pattern-section {
	background: url("https://cdn-hfooj.nitrocdn.com/oVHnFHKIsdpZMVchDMyXANkTpmHzmjHS/assets/images/optimized/rev-3d2d727/balthazarlondon.com/wp-content/themes/balthazar/assets/images/pattern.png");
	width: 100%;
	height: 42px;
	display: none;
}

@media (max-width: 767px) {
	.pattern-section {
		height: 35px;
	}
}

.title-space {
	text-align: center;
}

.title-space .heading {
	color: #000;
	font-size: 30px;
	line-height: 25px;
	letter-spacing: -.3px;
}

@media (max-width: 1500px) {
	.title-space .heading {
		font-size: 26px;
		line-height: 21px;
	}
}

.forminator-edit-module {
	display: none;
}

.error {
	color: #f00 !important;
	font-size: 12px;
	display: block;
	margin: 0;
	padding: 0;
}

.datepicker table.table-condensed th.prev, .datepicker table.table-condensed th.next {
	background: url("https://cdn-hfooj.nitrocdn.com/oVHnFHKIsdpZMVchDMyXANkTpmHzmjHS/assets/images/optimized/rev-3d2d727/balthazarlondon.com/wp-content/themes/balthazar/assets/images/icon-calendar-prev.svg") 50% 50% no-repeat !important;
	font-size: 0px;
	color: transparent;
	cursor: pointer;
}

.datepicker table.table-condensed th.prev.nitro-lazy, .datepicker table.table-condensed th.next.nitro-lazy {
	background-image: none !important;
}

.datepicker table.table-condensed th.next {
	background-image: url("https://cdn-hfooj.nitrocdn.com/oVHnFHKIsdpZMVchDMyXANkTpmHzmjHS/assets/images/optimized/rev-3d2d727/balthazarlondon.com/wp-content/themes/balthazar/assets/images/icon-calendar-next.svg") !important;
}

.datepicker table.table-condensed th.next.nitro-lazy {
	background-image: none !important;
}

.mfp-container {
	cursor: pointer;
}

.mfp-container .mfp-figure .mfp-img {
	padding-top: 0px;
	width: 510px;
	height: 663px;
	-o-object-fit: cover;
	object-fit: cover;
	max-height: 663px !important;
}

.mfp-container .mfp-figure .mfp-bottom-bar {
	margin-top: -20px;
}

.mfp-container .mfp-figure .mfp-bottom-bar .mfp-title {
	font-size: 16px;
	font-weight: 300;
	line-height: 28px;
	padding: 0;
}

.mfp-container .mfp-figure .mfp-close {
	font-size: 0px;
	position: absolute;
	top: calc(100% - 0px);
	left: 0;
	margin-top: 11.9px;
	height: 22px;
	line-height: 28px;
	right: 0;
	padding-right: 0;
	opacity: 1;
	cursor: pointer;
}

.mfp-container .mfp-figure .mfp-close:before {
	content: "Close";
	position: absolute;
	text-align: center;
	top: 0;
	left: 0;
	right: 0;
	font-size: 12px;
	color: #fff;
	text-decoration: underline;
}

.mfp-container .mfp-arrow {
	background: url("https://cdn-hfooj.nitrocdn.com/oVHnFHKIsdpZMVchDMyXANkTpmHzmjHS/assets/images/optimized/rev-3d2d727/balthazarlondon.com/wp-content/themes/balthazar/assets/images/popup-arrow-left.svg") 0 0 no-repeat;
	width: 13px;
	height: 26px;
	margin-top: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 1;
	top: calc(50% - 20px);
	background-size: cover;
}

.mfp-container .mfp-arrow.nitro-lazy {
	background-image: none !important;
}

.mfp-container .mfp-arrow.mfp-arrow-left {
	background-image: url("https://cdn-hfooj.nitrocdn.com/oVHnFHKIsdpZMVchDMyXANkTpmHzmjHS/assets/images/optimized/rev-3d2d727/balthazarlondon.com/wp-content/themes/balthazar/assets/images/popup-arrow-left.svg");
	left: -218px;
}

.mfp-container .mfp-arrow.mfp-arrow-left.nitro-lazy {
	background-image: none !important;
}

.mfp-container .mfp-arrow.mfp-arrow-right {
	background-image: url("https://cdn-hfooj.nitrocdn.com/oVHnFHKIsdpZMVchDMyXANkTpmHzmjHS/assets/images/optimized/rev-3d2d727/balthazarlondon.com/wp-content/themes/balthazar/assets/images/popup-arrow-right.svg");
	right: -218px;
}

.mfp-container .mfp-arrow.mfp-arrow-right.nitro-lazy {
	background-image: none !important;
}

.mfp-container .mfp-arrow:before, .mfp-container .mfp-arrow:after {
	display: none;
}

.terms-box {
	overflow: hidden;
	-webkit-transition: height .5s ease-in;
	transition: height .5s ease-in;
	height: auto;
}

.terms-box .chk {
	display: inline-block;
}

.terms-box .chk [type=checkbox]:checked+span:before {
	width: 20px;
	height: 20px;
	left: 1px;
	top: 1px;
}

.terms-box .chk label {
	color: #000;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	font-size: 12px;
	line-height: 22px;
}

@media (min-width: 768px) {
	.terms-box .chk label {
		font-size: calc(12px + 100vw * 0);
	}
}

@media (min-width: 1620px) {
	.terms-box .chk label {
		font-size: 12px;
	}
}

@media (min-width: 768px) {
	.terms-box .chk label {
		line-height: calc(22px + 100vw * 0);
	}
}

@media (min-width: 1620px) {
	.terms-box .chk label {
		line-height: 22px;
	}
}

@media (min-width: 992px) and (max-width: 1619.98px) {
	.terms-box .chk label {
		font-size: 9.36px;
		line-height: 17.16px;
	}
}

.contact-form-section .contact-form .terms-box .chk label, .terms-box .chk label {
	color: #000;
	font-size: 14px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: left;
}

@media (max-width: 1619.98px) {
	.contact-form-section .contact-form .terms-box .chk label, .terms-box .chk label {
		font-size: 10px;
	}
}

@media (max-width: 767px) {
	.contact-form-section .contact-form .terms-box .chk label, .terms-box .chk label {
		font-size: 12px;
		line-height: 22px;
	}
}

.contact-form-section .contact-form .terms-box .chk label a, .terms-box .chk label a {
	color: #000;
}

.contact-form-section .contact-form .terms-box .chk label input, .terms-box .chk label input {
	display: none;
}

.contact-form-section .contact-form .terms-box .chk label span, .terms-box .chk label span {
	width: 16px !important;
	min-width: 16px !important;
	height: 16px !important;
	min-height: 16px !important;
	max-height: 16px !important;
	max-width: 16px !important;
	border: 1px solid #000;
	background: #f5f3ed;
	display: inline-block;
	position: relative;
	margin-right: 16.22px;
}

.terms-box .chk [type=checkbox]:checked+span:before {
	content: "";
	position: absolute;
	top: 1px;
	left: 1px;
	width: 12px;
	height: 12px;
	background: #000;
}

.contact-form-section .contact-form .terms-box .chk em, .terms-box .chk em {
	font-style: normal;
}

.booking-section .process-container .process-content .terms-box .chk label {
	color: #000;
	font-size: 12px;
	line-height: 22px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	text-align: left;
}

@media (max-width: 1619.98px) {
	.booking-section .process-container .process-content .terms-box .chk label {
		font-size: 10px;
	}
}

@media (max-width: 767px) {
	.booking-section .process-container .process-content .terms-box .chk label {
		font-size: 12px;
		line-height: 22px;
		margin-bottom: 30.97px;
	}
}

.booking-section .process-container .process-content .terms-box .chk label em {
	font-style: normal;
}

.booking-section .process-container .process-content .terms-box .chk label a {
	color: #000;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
}

.booking-section .process-container .process-content .terms-box .chk label input {
	display: none;
}

.booking-section .process-container .process-content .terms-box .chk label span {
	width: 8px !important;
	min-width: 8px !important;
	height: 8px !important;
	min-height: 8px !important;
	max-height: 8px !important;
	max-width: 8px !important;
	border: 1px solid #000;
	background: #f5f3ed;
	display: inline-block;
	position: relative;
	margin-right: 9.5px;
}

@media (max-width: 767px) {
	.booking-section .process-container .process-content .terms-box .chk label span {
		width: 12px !important;
		min-width: 12px !important;
		height: 12px !important;
		min-height: 12px !important;
		max-height: 12px !important;
		max-width: 12px !important;
	}
}

.booking-section .process-container .process-content .terms-box .chk [type=checkbox]:checked+span:before {
	content: "";
	position: absolute;
	top: 1px;
	left: 1px;
	width: 4px;
	height: 4px;
	background: #000;
}

@media (max-width: 767px) {
	.booking-section .process-container .process-content .terms-box .chk [type=checkbox]:checked+span:before {
		width: 8px;
		height: 8px;
	}
}

.booking-section .process-container .process-content .terms-box .chk em {
	font-style: normal;
}

.datepicker table.table-condensed td.day.disableStrike {
	background: none;
	color: #999;
	text-decoration: line-through;
	pointer-events: none;
}

#datepicker-dining .datepicker table.table-condensed td.day.disabled {
	background: transparent;
	color: #999;
}

#datepicker-dining .datepicker table.table-condensed td.active.day.disabled {
	background: #e3cfb0;
	color: #000;
}

#datepicker-dining .datepicker table.table-condensed td.day {
	background: #827653;
	border-radius: 100%;
	color: #fff;
}

.datepicker table.table-condensed td.today.day {
	opacity: .7;
	max-width: 36px;
	max-height: 36px;
	width: 36px;
	height: 36px;
	margin: 0 auto;
	color: #fff !important;
}

body.index-page .tow-col-section .container .row .col-12:nth-child(2) {
	position: inherit;
}

.bor-btn {
	width: 219px;
	height: 48px;
	display: inline-block;
	border: 1px solid #000;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: -.16px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	border-radius: 0px;
	color: #000;
	text-decoration: none;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.bor-btn:hover {
	background: #827653;
	color: #fff;
	border-color: #827653;
}

.bookTablePageLoad .ui-timepicker-container.ui-timepicker-standard {
	width: 122px !important;
	margin-left: -1px;
}

@media (max-width: 767px) {
	.bookTablePageLoad .ui-timepicker-container.ui-timepicker-standard {
		width: 149px !important;
		margin-left: -1px;
		margin-top: -4px;
	}
}

.ui-timepicker-standard {
	background: none !important;
	border: none !important;
	padding: 0px !important;
}

.ui-timepicker-standard .ui-widget-content {
	padding: 0 !important;
	width: 100% !important;
}

.ui-timepicker-standard .ui-timepicker-viewport {
	background: #fff;
	list-style: none;
	margin-top: 0;
	opacity: 0;
	opacity: 1;
	padding-left: 0;
	pointer-events: none;
	pointer-events: auto;
	border: solid 1px #000;
	width: calc(100% + -3px) !important;
	left: -1px;
	max-height: 188px !important;
	z-index: 10;
	text-align: left;
	border-radius: 0px;
	display: block;
	overflow-y: scroll;
	scrollbar-width: thin;
	scrollbar-width: thin;
	scrollbar-color: #827653;
	scrollbar-color: #827653 #cdcdcd;
}

.ui-timepicker-standard .ui-timepicker-viewport::-webkit-scrollbar-corner, .ui-timepicker-standard .ui-timepicker-viewport .scrollbar-1::-webkit-scrollbar-track {
	background-color: #cdcdcd;
}

.ui-timepicker-standard .ui-timepicker-viewport::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}

.ui-timepicker-standard .ui-timepicker-viewport::-webkit-scrollbar-track {
	background-clip: content-box;
	border: 8px solid rgba(205, 205, 205, .3);
	background-color: #cdcdcd;
}

.ui-timepicker-standard .ui-timepicker-viewport::-webkit-scrollbar-thumb {
	background-color: #827653;
	border-radius: 12px;
}

.ui-timepicker-standard .ui-timepicker-viewport::-webkit-scrollbar-thumb:hover {
	background-color: #827653;
}

.ui-timepicker-standard .ui-timepicker-viewport::-webkit-scrollbar-corner, .ui-timepicker-standard .ui-timepicker-viewport::-webkit-scrollbar-track {
	background-color: #827653;
	border-radius: 12px;
}

.ui-timepicker-standard .ui-timepicker-viewport li a {
	color: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px 0 10px 10px;
	text-decoration: none;
	height: 47px;
	font-size: 14px;
	cursor: pointer;
	border: none;
	border-bottom: solid 1px #000;
	border-radius: 0;
}

.ui-timepicker-standard .ui-timepicker-viewport li a:hover {
	background: transparent;
}

.ui-timepicker-standard .ui-timepicker-viewport li:last-child a {
	border-bottom: none;
}

.ui-timepicker-standard .ui-timepicker-viewport li.selected a {
	background: #827653;
	color: #fff;
	opacity: .8;
}

@media (max-width: 767px) {
	.datepicker {
		width: 90% !important;
		max-width: 258px !important;
		margin: 0 auto !important;
		left: 0 !important;
		right: 0;
	}
}

#form-frontpage .bookdate#noble-gases2 {
	padding: 0;
}

#form-frontpage .bookdate#noble-gases2 input {
	outline: none;
	background: transparent;
	border: none;
}

#form-frontpage .bookdate#noble-gases2 input:focus {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#form-frontpage .bookdate#noble-gases2 input ::-moz-focus-inner {
	outline: none;
}

.navbar-light .navbar-toggler {
	border-radius: 0 !important;
}

header nav button.navbar-toggler {
	border-radius: 0 !important;
}

.datepicker {
	max-width: 258px;
}

@media (min-width: 768px) {
	.datepicker {
		max-width: calc(214px + 100vw * .05729);
	}
}

@media (min-width: 1920px) {
	.datepicker {
		max-width: 324px;
	}
}

@media (min-width: 992px) and (max-width: 1619.98px) {
	.datepicker {
		max-width: 253px;
	}
}

.datepicker.dropdown-menu {
	padding-left: 0px;
	padding-right: 0px;
	font-size: 1rem;
	padding: 8px;
	z-index: 9999;
}

.datepicker.dropdown-menu .table-condensed {
	min-width: 294px;
}

@media (max-width: 1700px) {
	.datepicker.dropdown-menu .table-condensed {
		min-width: 240px;
	}
}

.datepicker>span:hover {
	cursor: pointer;
}

.datepicker table.table-condensed th {
	font-family: "Americana BT";
}

.datepicker table.table-condensed th, .datepicker table.table-condensed td {
	font-weight: normal !important;
	font-size: 12px;
	color: var(--black);
	letter-spacing: .42px;
	text-align: center;
	width: 14.28%;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}

@media (max-width: 1619.98px) {
	.datepicker table.table-condensed th, .datepicker table.table-condensed td {
		font-size: 12px;
	}
}

@media (min-width: 1366px) {
	.datepicker table.table-condensed th, .datepicker table.table-condensed td {
		padding-top: calc(-35.64567px + 100vw * .02756);
	}
}

@media (min-width: 1620px) {
	.datepicker table.table-condensed th, .datepicker table.table-condensed td {
		padding-top: 9px;
	}
}

@media (min-width: 1366px) {
	.datepicker table.table-condensed th, .datepicker table.table-condensed td {
		padding-right: calc(-28.26772px + 100vw * .02362);
	}
}

@media (min-width: 1620px) {
	.datepicker table.table-condensed th, .datepicker table.table-condensed td {
		padding-right: 10px;
	}
}

@media (min-width: 1366px) {
	.datepicker table.table-condensed th, .datepicker table.table-condensed td {
		padding-bottom: calc(-35.64567px + 100vw * .02756);
	}
}

@media (min-width: 1620px) {
	.datepicker table.table-condensed th, .datepicker table.table-condensed td {
		padding-bottom: 9px;
	}
}

@media (min-width: 1366px) {
	.datepicker table.table-condensed th, .datepicker table.table-condensed td {
		padding-left: calc(-28.26772px + 100vw * .02362);
	}
}

@media (min-width: 1620px) {
	.datepicker table.table-condensed th, .datepicker table.table-condensed td {
		padding-left: 10px;
	}
}

@media (max-width: 1619.98px) {
	.datepicker table.table-condensed th, .datepicker table.table-condensed td {
		padding-top: 6px;
		padding-right: 8px;
		padding-bottom: 8px;
		padding-left: 8px;
	}
}

.datepicker table.table-condensed th.day, .datepicker table.table-condensed td.day {
	cursor: pointer;
}

@media (max-width: 1619.98px) {
	.datepicker table.table-condensed th {
		padding-top: 0px;
		padding-bottom: 0px;
	}
}

@media (max-width: 991.98px) {
	.datepicker table.table-condensed th {
		padding-top: 5px;
		padding-bottom: 5px;
	}
}

.datepicker table.table-condensed th.datepicker-switch {
	font-family: "Americana BT";
	font-size: 16px;
	line-height: 25px;
	font-weight: 400 !important;
	color: var(--black-light2);
}

.datepicker table.table-condensed th.prev, .datepicker table.table-condensed th.next {
	background: url("https://cdn-hfooj.nitrocdn.com/oVHnFHKIsdpZMVchDMyXANkTpmHzmjHS/assets/images/optimized/rev-3d2d727/balthazarlondon.com/wp-content/themes/balthazar/assets/images/icon-calendar-prev.svg") 50% 50% no-repeat;
	font-size: 0px;
	color: transparent;
	cursor: pointer;
}

.datepicker table.table-condensed th.prev.nitro-lazy, .datepicker table.table-condensed th.next.nitro-lazy {
	background-image: none !important;
}

.datepicker table.table-condensed th.next {
	background-image: url("https://cdn-hfooj.nitrocdn.com/oVHnFHKIsdpZMVchDMyXANkTpmHzmjHS/assets/images/optimized/rev-3d2d727/balthazarlondon.com/wp-content/themes/balthazar/assets/images/icon-calendar-next.svg");
}

.datepicker table.table-condensed th.next.nitro-lazy {
	background-image: none !important;
}

.datepicker table tfoot {
	display: none;
}

.datepicker table.table-condensed td.today.day, .datepicker table.table-condensed td.today.day:hover {
	border-radius: 100%;
	background: #8d8261 !important;
	color: #fff;
}

.datepicker table.table-condensed td.today.day.old {
	opacity: .7;
}

.datepicker table.table-condensed td.old.day {
	color: var(--green-color);
}

.datepicker table.table-condensed td.old.day.today {
	color: var(--white);
}

.datepicker table.table-condensed td.old.active.day {
	border-radius: 100%;
	color: var(--white);
}

.datepicker table tr td.day:hover {
	border-radius: 100%;
	color: var(--green-color);
}

.datepicker .datepicker-months span.month, .datepicker .datepicker-years span.year {
	border-radius: 100%;
	height: 50px;
	width: 50px;
	line-height: 48px;
	display: inline-block;
	margin: 0 !important;
	text-align: center !important;
	float: none !important;
}

.datepicker .datepicker-months span.month:hover, .datepicker .datepicker-years span.year:hover {
	background: var(--linen-color) !important;
	border-radius: 100%;
	color: var(--black);
}

.datepicker .datepicker-months span.month.active, .datepicker .datepicker-years span.year.active {
	background: var(--linen-color) !important;
	border-radius: 100%;
	color: var(--black);
}

.datepicker table th.datepicker-switch:hover {
	background: transparent !important;
}

.datepicker table.table-condensed td.active.day, .datepicker table.table-condensed td.active.day:hover {
	background: #827653;
	border-radius: 100%;
	color: #fff;
}

.datepicker:before, .datepicker:after {
	display: none !important;
}

#form-frontpage .bookdate#noble-gases2 {
	padding: 0px;
}

#form-frontpage .bookdate#noble-gases2 input {
	outline: none;
	background: transparent;
	border: none;
	color: #2f2f2f;
}

#form-frontpage .bookdate#noble-gases2 input:focus {
	outline: none;
	background: transparent;
	border: none;
}

/*# sourceMappingURL=stylesheet.css.map */

/* Family Foundation page starts here */

/* Family Foundation  page ends here */

/* Career page starts here */
.career-banner {
	margin-bottom: 0px;
}

.career-banner .banner-inner {
	position: relative;
}

.career-banner .banner-inner video {
	height: calc(100vh - 117px);
	vertical-align: top;
	object-fit: cover;
}

@media (max-width: 1700px) {
	.career-banner .banner-inner video {
		height: calc(100vh - 111px);
	}
}

@media (max-width: 1500px) {
	.career-banner .banner-inner video {
		height: 920px;
	}
}

@media (max-width: 1388px) {
	.career-banner .banner-inner video {
		height: 900px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.career-banner .banner-inner video {
		height: 800px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.career-banner .banner-inner video {
		height: 620px;
	}
}

@media (max-width: 767px) {
	.career-banner .banner-inner video {
		height: 580px;
	}
}

.career-banner .banner-inner img {
	width: 100%;
	object-fit: cover;
	height: 959px;
}

@media (max-width: 1700px) {
	.career-banner .banner-inner img {
		height: 949px;
	}
}

@media (max-width: 1500px) {
	.career-banner .banner-inner img {
		height: 920px;
	}
}

@media (max-width: 1388px) {
	.career-banner .banner-inner img {
		height: 900px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.career-banner .banner-inner img {
		height: 800px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.career-banner .banner-inner img {
		height: 620px;
	}
}

@media (max-width: 767px) {
	.career-banner .banner-inner img {
		height: 500px;
	}
}

.career-banner .banner-inner .banner-text .btn-white-border {
	width: 187px;
	height: 49px;
	background: transparent;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}

.career-banner .banner-inner .banner-text .btn-white-border:hover {
	color: #000;
	background: #fff;
}

.career-banner .banner-inner .banner-text .btn-white-border span {
	font-size: 16px;
	line-height: 23px;
}

@media (max-width: 767px) {
	.career-banner .banner-inner .banner-text .btn-white-border {
		width: 154px;
		height: 41px;
		font-size: 14px;
		line-height: 23px;
	}
}

.career-banner .banner-text {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	width: 100%;
	margin-top: 21px;
}

@media (min-width: 768px) {
	.career-banner .banner-text {
		margin-top: calc(19.1971830986px + 100vw * .0023474178);
	}
}

@media (min-width: 1620px) {
	.career-banner .banner-text {
		margin-top: 23px;
	}
}

@media (min-width: 992px) and (max-width: 1619.98px) {
	.career-banner .banner-text {
		margin-top: 18px;
	}
}

.career-banner .banner-text h1 {
	color: #fff;
	font-family: "Americana BT";
	font-weight: regular;
	font-size: 50px;
	letter-spacing: 0px;
	line-height: 58px;
	margin-bottom: 48px;
}

@media (max-width: 767px) {
	.career-banner .banner-text h1 {
		font-size: 40px;
		font-weight: bold;
		letter-spacing: -.4px;
		line-height: 43.5px;
		margin-bottom: 33px;
	}
}

.career-banner .banner-text p {
	color: #fff;
	font-size: 12px;
	line-height: 22px;
}

@media (min-width: 768px) {
	.career-banner .banner-text p {
		font-size: calc(2.985915493px + 100vw * .0117370892);
	}
}

@media (min-width: 1620px) {
	.career-banner .banner-text p {
		font-size: 22px;
	}
}

@media (min-width: 768px) {
	.career-banner .banner-text p {
		line-height: calc(12.0845070423px + 100vw * .0129107981);
	}
}

@media (min-width: 1620px) {
	.career-banner .banner-text p {
		line-height: 33px;
	}
}

@media (min-width: 992px) and (max-width: 1619.98px) {
	.career-banner .banner-text p {
		font-size: 18px;
		line-height: 28px;
	}
}

.career-banner .banner-text .btn.btn-white {
	font-size: 13px;
	line-height: 17px;
	height: 38px;
}

@media (min-width: 768px) {
	.career-banner .banner-text .btn.btn-white {
		font-size: calc(10.2957746479px + 100vw * .0035211268);
	}
}

@media (min-width: 1620px) {
	.career-banner .banner-text .btn.btn-white {
		font-size: 16px;
	}
}

@media (min-width: 768px) {
	.career-banner .banner-text .btn.btn-white {
		line-height: calc(13.3943661972px + 100vw * .0046948357);
	}
}

@media (min-width: 1620px) {
	.career-banner .banner-text .btn.btn-white {
		line-height: 21px;
	}
}

@media (min-width: 768px) {
	.career-banner .banner-text .btn.btn-white {
		height: calc(30.7887323944px + 100vw * .0093896714);
	}
}

@media (min-width: 1620px) {
	.career-banner .banner-text .btn.btn-white {
		height: 46px;
	}
}

@media (max-width: 767px) {
	.career-banner .banner-text {
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.career-banner .banner-text .btn-white-border {
		width: 149px;
		height: 46px;
	}
	
	.career-banner .banner-text .btn-white-border span {
		font-size: 16px;
		line-height: 23px;
	}
}

@media (max-width: 767px) and (min-width: 768px) {
	.career-banner .banner-text .btn-white-border span {
		font-size: calc(16px + 100vw * 0);
	}
}

@media (max-width: 767px) and (min-width: 1620px) {
	.career-banner .banner-text .btn-white-border span {
		font-size: 16px;
	}
}

@media (max-width: 767px) and (min-width: 768px) {
	.career-banner .banner-text .btn-white-border span {
		line-height: calc(23px + 100vw * 0);
	}
}

@media (max-width: 767px) and (min-width: 1620px) {
	.career-banner .banner-text .btn-white-border span {
		line-height: 23px;
	}
}

.section-career {
	padding-top: 80px;
	padding-bottom: 80px;
	position: relative;
}

.section-career h3 {
	font-size: 32px;
	line-height: 37px;
	letter-spacing: -.3px;
	color: #000;
	margin: 0 0 30px 0;
}

.section-career p {
	text-align: left;
}

.section-career .custom_border_btn {
	width: 231px;
	height: 49px;
	display: block;
	border: 1px solid #000;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: -.16px;
	text-align: center;
	margin: 0;
	margin: 0 auto;
	padding: 13px 0px 0px;
	outline: none;
	color: #000;
	text-decoration: none;
	-webkit-transition: all .3s;
	transition: all .3s;
	border-radius: 0;
}

.section-career .custom_border_btn:hover {
	background: #827653;
	color: #fff;
	border-color: #827653;
}

@media (max-width: 767px) {
	.section-career .custom_border_btn {
		width: 197px;
		height: 41px;
		font-size: 14px;
		padding: 11px 0px 0px;
	}
}

.section-career .tow-section {
	-webkit-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 48px;
	column-gap: 48px;
}

/*.section-career .tow-section .left_content {
  width: 50%;
}

.section-career .tow-section .right_content {
  width: 50%;
}*/
.section-career .tow-section p {
	text-align: left;
}

.section-career .tow-section p:last-child {
	margin-bottom: 0px;
}

.career-videos {
	padding-top: 84.64px;
	padding-bottom: 54px;
}

.career-videos.family_video {
	padding-top: 80px;
	padding-bottom: 80px;
}

.career-videos .career-videos-grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-column-gap: 53px;
	column-gap: 53px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

@media (max-width: 1700px) {
	.career-videos .career-videos-grid {
		width: 100%;
		padding: 0px 51px;
		column-gap: 51px;
	}
}

@media (max-width: 1388px) {
	.career-videos .career-videos-grid {
		width: 100%;
		padding: 0px 41px;
		column-gap: 41px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.career-videos .career-videos-grid {
		padding: 0px 21px;
		column-gap: 21px;
	}
}

@media (max-width: 767px) {
	.career-videos .career-videos-grid {
		width: 100%;
		padding: 0px 16px;
		column-gap: 0px;
		flex-wrap: wrap;
	}
}

.career-videos .career-videos-grid .video-img {
	height: 699px;
	width: 568px;
	-o-object-fit: cover;
	object-fit: cover;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: hidden;
	position: relative;
}

.career-videos .career-videos-grid .video-img::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .3;
	background: #000;
}

.career-videos .career-videos-grid .video-img img {
	max-height: 699px;
	width: 100%;
	max-width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	padding: 0;
	margin: 0;
}

.career-videos .career-videos-grid .video-img .video-content {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	left: 0px;
	text-align: center;
}

.career-videos .career-videos-grid .video-img .video-content .heading {
	font-family: "Americana BT";
	font-weight: normal;
	color: #fff;
	text-align: center;
	margin: 0;
	letter-spacing: -.4px;
	font-size: 40px;
	line-height: 51px;
	padding: 0px 93px 17px;
}

.career-videos .career-videos-grid .video-img .video-content a {
	text-align: center;
	color: #fff;
	letter-spacing: 0;
	font-weight: normal;
	font-size: 18px;
	line-height: 21px;
	text-decoration: underline;
}

@media (max-width: 1700px) {
	.career-videos .career-videos-grid .video-img {
		height: 639px;
		width: 471px;
	}
	
	.career-videos .career-videos-grid .video-img img {
		max-height: 639px;
		width: 471px;
	}
}

@media (max-width: 1500px) {
	.career-videos .career-videos-grid .video-img {
		height: 546px;
		width: 412px;
	}
	
	.career-videos .career-videos-grid .video-img img {
		max-height: 546px;
		width: 412px;
	}
}

@media (max-width: 1388px) {
	.career-videos .career-videos-grid .video-img {
		height: 536px;
		width: 393px;
	}
	
	.career-videos .career-videos-grid .video-img img {
		max-height: 536px;
		width: 393px;
	}
	
	.career-videos .career-videos-grid .video-img .video-content .heading {
		font-size: 26px;
		line-height: 45px;
		padding: 0px 56px;
	}
}

.career-videos .career-videos-grid .video-img .video-content a {
	font-size: 18px;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.career-videos .career-videos-grid .video-img {
		height: 398px;
		width: 299px;
	}
	
	.career-videos .career-videos-grid .video-img img {
		max-height: 398px;
		width: 299px;
	}
	
	.career-videos .career-videos-grid .video-img .video-content .heading {
		font-size: 26px;
		line-height: 35px;
		padding: 0px 44px;
	}
	
	.career-videos .career-videos-grid .video-img .video-content a {
		font-size: 16px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.section-career h3 {
		font-size: 20px;
		line-height: 31px;
		margin-bottom: 27px;
		text-align: left;
		padding: 0 28px;
	}
	
	/*.section-career .tow-section {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 0px;
    padding-left: 28px;
    padding-right: 28px;
    column-gap: 0;
  }*/
	.career-videos .career-videos-grid {
		padding: 0px 21px;
		column-gap: 21px;
	}
	
	.career-videos .career-videos-grid .video-img {
		height: 316px;
		width: 273px;
	}
	
	.career-videos .career-videos-grid .video-img img {
		max-height: 316px;
		width: 273px;
	}
	
	.career-videos .career-videos-grid .video-img .video-content .heading {
		font-size: 21px;
		line-height: 27px;
		padding: 0px 35px;
	}
	
	.career-videos .career-videos-grid .video-img .video-content a {
		font-size: 14px;
	}
}

@media (max-width: 767px) {
	.section-career {
		padding-top: 72px;
		padding-bottom: 0;
		position: relative;
	}
	
	.section-career h3 {
		font-size: 20px;
		line-height: 31px;
		margin-bottom: 27px;
		text-align: center;
		padding: 0 28px;
	}
	
	.section-career .tow-section {
		-webkit-column-count: 1;
		column-count: 1;
		-webkit-column-gap: 0;
		column-gap: 0;
	}
	
	.section-career .tow-section .left_content {
		width: 100%;
	}
	
	.section-career .tow-section .right_content {
		width: 100%;
	}
	
	.section-career .tow-section p {
		color: #000;
		font-weight: normal;
		font-size: 12px;
		line-height: 25px;
		margin-bottom: 26px;
		letter-spacing: -.12px;
		text-align: left;
	}
	
	.section-career .tow-section p:last-child {
		margin-bottom: 26px;
	}
	
	.section-career .tow-section .right_content p:last-child {
		margin-bottom: 0px;
	}
	
	.career-videos {
		padding-top: 59px;
		padding-bottom: 30px;
	}
	
	.career-videos.family_video {
		padding-top: 59px;
		padding-bottom: 31px;
	}
	
	.career-videos .career-videos-grid {
		width: 100%;
		padding: 0px 16px;
		-webkit-column-gap: 0px;
		column-gap: 0px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		flex-direction: column;
		align-items: center;
	}
	
	.career-videos .career-videos-grid .video-img {
		height: 420px;
		width: 100%;
		margin: 14px 0px;
	}
	
	.career-videos .career-videos-grid .video-img img {
		width: 100%;
	}
	
	.career-videos .career-videos-grid .video-img:nth-child(1) {
		margin-top: 0px;
	}
	
	.career-videos .career-videos-grid .video-img .video-content .heading {
		font-weight: normal;
		font-size: 30px;
		line-height: 38px;
		padding: 0px 75px 14px;
		letter-spacing: -.3px;
	}
	
	.career-videos .career-videos-grid .video-img .video-content a {
		font-weight: normal;
		font-size: 18px;
		line-height: 21px;
		letter-spacing: 0px;
		text-decoration: underline;
	}
}

@media (max-width: 480px) {
	.career-videos .career-videos-grid .video-img {
		height: 465px;
	}
	
	.career-videos .career-videos-grid .video-img img {
		max-height: 465px;
	}
}

@media (max-width: 320px) {
	.career-videos .career-videos-grid .video-img {
		height: 309px;
	}
	
	.career-videos .career-videos-grid .video-img img {
		max-height: 309px;
	}
}

/* faq page starts here */
.faqs-banner {
	margin-bottom: 0px;
}

.faqs-banner .banner-inner {
	position: relative;
}

.faqs-banner .banner-inner:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	display: none;
}

.faqs-banner .banner-inner img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	height: 213px;
}

@media (min-width: 768px) {
	.faqs-banner .banner-inner img {
		height: calc(-40.29577px + 100vw * .32981);
	}
}

@media (min-width: 1620px) {
	.faqs-banner .banner-inner img {
		height: 575px;
	}
}

@media (min-width: 992px) and (max-width: 1619.98px) {
	.faqs-banner .banner-inner img {
		height: 410px;
	}
}

.faqs-banner .banner-text {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	width: 100%;
	margin: 0;
}

.faqs-banner .banner-text h1 {
	color: #fff;
	font-family: "Americana BT";
	font-weight: bold;
	text-transform: uppercase;
	font-size: 29px;
	letter-spacing: -.5px;
	line-height: 36px;
	margin: 0;
}

@media (min-width: 768px) {
	.faqs-banner .banner-text h1 {
		font-size: calc(10.07042px + 100vw * .02465);
	}
}

@media (min-width: 1620px) {
	.faqs-banner .banner-text h1 {
		font-size: 50px;
	}
}

@media (min-width: 992px) and (max-width: 1619.98px) {
	.faqs-banner .banner-text h1 {
		letter-spacing: -.39px;
	}
}

@media (max-width: 991.98px) {
	.faqs-banner .banner-text h1 {
		letter-spacing: .29px;
	}
}

@media (min-width: 768px) {
	.faqs-banner .banner-text h1 {
		line-height: calc(-.05634px + 100vw * .04695);
	}
}

@media (min-width: 1620px) {
	.faqs-banner .banner-text h1 {
		line-height: 76px;
	}
}

@media (min-width: 992px) and (max-width: 1619.98px) {
	.faqs-banner .banner-text h1 {
		font-size: 39px;
		line-height: 59.28px;
	}
}

.faqs-banner .banner-text p {
	color: #fff;
	font-size: 12px;
	line-height: 22px;
}

@media (min-width: 768px) {
	.faqs-banner .banner-text p {
		font-size: calc(2.98592px + 100vw * .01174);
	}
}

@media (min-width: 1620px) {
	.faqs-banner .banner-text p {
		font-size: 22px;
	}
}

@media (min-width: 768px) {
	.faqs-banner .banner-text p {
		line-height: calc(12.08451px + 100vw * .01291);
	}
}

@media (min-width: 1620px) {
	.faqs-banner .banner-text p {
		line-height: 33px;
	}
}

@media (min-width: 992px) and (max-width: 1619.98px) {
	.faqs-banner .banner-text p {
		font-size: 18px;
		line-height: 28px;
	}
}

.faqs-banner .banner-text .btn.btn-white {
	display: none;
	font-size: 13px;
	line-height: 17px;
	height: 38px;
}

@media (min-width: 768px) {
	.faqs-banner .banner-text .btn.btn-white {
		font-size: calc(10.29577px + 100vw * .00352);
	}
}

@media (min-width: 1620px) {
	.faqs-banner .banner-text .btn.btn-white {
		font-size: 16px;
	}
}

@media (min-width: 768px) {
	.faqs-banner .banner-text .btn.btn-white {
		line-height: calc(13.39437px + 100vw * .00469);
	}
}

@media (min-width: 1620px) {
	.faqs-banner .banner-text .btn.btn-white {
		line-height: 21px;
	}
}

@media (min-width: 768px) {
	.faqs-banner .banner-text .btn.btn-white {
		height: calc(30.78873px + 100vw * .00939);
	}
}

@media (min-width: 1620px) {
	.faqs-banner .banner-text .btn.btn-white {
		height: 46px;
	}
}

@media (max-width: 767.98px) {
	.faqs-banner .min-width177.btn-white {
		min-width: 112px;
		height: 38px;
	}
}

.section-faq .container-588 {
	margin: 0 auto;
	position: relative;
	max-width: inherit;
	width: 100%;
}

@media (max-width: 767.98px) {
	.section-faq .container-588 {
		padding-left: var(--bs-gutter-x, 1rem);
		padding-right: var(--bs-gutter-x, 1rem);
	}
}

@media (min-width: 768px) {
	.section-faq .container-588 {
		max-width: 588px;
	}
}

.section-faq .faq-header {
	background: var(--green-color-01);
	margin-bottom: 0px;
	height: 93px;
	padding-top: 18px;
	padding-bottom: 24px;
}

@media (min-width: 768px) {
	.section-faq .faq-header {
		padding-top: calc(12.59155px + 100vw * .00704);
	}
}

@media (min-width: 1620px) {
	.section-faq .faq-header {
		padding-top: 24px;
	}
}

@media (min-width: 768px) {
	.section-faq .faq-header {
		padding-bottom: calc(18.59155px + 100vw * .00704);
	}
}

@media (min-width: 1620px) {
	.section-faq .faq-header {
		padding-bottom: 30px;
	}
}

@media (min-width: 992px) and (max-width: 1619.98px) {
	.section-faq .faq-header {
		padding-top: 20px;
		padding-bottom: 24.9px;
	}
}

@media (max-width: 767px) {
	.section-faq .faq-header {
		padding-top: 26.09px;
		padding-bottom: 32.09px;
	}
}

.section-faq .faq-header .form-control {
	background: transparent;
	color: var(--bg-color);
	font-family: "Americana BT";
	font-weight: normal;
	font-size: 18px;
	letter-spacing: 0px;
	line-height: 28px;
	margin: 0;
	border: none;
	border-radius: 0px;
	border-bottom: solid 1px var(--bg-color);
	padding-left: 0px;
	padding-right: 0px;
}

@media (min-width: 768px) {
	.section-faq .faq-header .form-control {
		font-size: calc(15.29577px + 100vw * .00352);
	}
}

@media (min-width: 1620px) {
	.section-faq .faq-header .form-control {
		font-size: 21px;
	}
}

@media (min-width: 768px) {
	.section-faq .faq-header .form-control {
		line-height: calc(24.39437px + 100vw * .00469);
	}
}

@media (min-width: 1620px) {
	.section-faq .faq-header .form-control {
		line-height: 32px;
	}
}

@media (min-width: 992px) and (max-width: 1619.98px) {
	.section-faq .faq-header .form-control {
		font-size: 16.38px;
		line-height: 31.28px;
	}
}

.section-faq .faq-header .form-control::-webkit-input-placeholder {
	color: var(--bg-color);
}

.section-faq .faq-header .form-control:-ms-input-placeholder {
	color: var(--bg-color);
}

.section-faq .faq-header .form-control::-ms-input-placeholder {
	color: var(--bg-color);
}

.section-faq .faq-header .form-control::placeholder {
	color: var(--bg-color);
}

.section-faq .faq-header .form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

@media (max-width: 767px) {
	.section-faq .faq-header .form-control {
		font-size: 16px;
		letter-spacing: 0px;
		line-height: 25px;
	}
}

.section-faq .faq-header .btn-search {
	background: url("https://balthazarlondon.com/wp-content/themes/balthazar/assets/images/icon-menu-open-white.svg") right 50% no-repeat;
	border: none;
	position: absolute;
	right: 0;
	top: calc(50% - 0px);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 0px;
	width: 16px;
	height: 16px;
}

.section-faq .faq-header .btn-search.nitro-lazy {
	background-image: none !important;
}

@media (min-width: 768px) {
	.section-faq .faq-header .btn-search {
		width: calc(12.39437px + 100vw * .00469);
	}
}

@media (min-width: 1620px) {
	.section-faq .faq-header .btn-search {
		width: 20px;
	}
}

@media (min-width: 768px) {
	.section-faq .faq-header .btn-search {
		height: calc(12.39437px + 100vw * .00469);
	}
}

@media (min-width: 1620px) {
	.section-faq .faq-header .btn-search {
		height: 20px;
	}
}

@media (min-width: 992px) and (max-width: 1619.98px) {
	.section-faq .faq-header .btn-search {
		width: 17px;
		height: 17px;
	}
}

.section-faq .faq-header .btn-search:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

@media (max-width: 767px) {
	.section-faq .faq-header .btn-search {
		width: 14px;
		height: 14px;
		background-size: contain;
	}
}

.section-faq .event-type-accordian-1 {
	padding-top: 57.08px;
	padding-bottom: 77.33px;
}

@media (max-width: 767px) {
	.section-faq .event-type-accordian-1 {
		padding-bottom: 47.24px;
		padding-top: 33.91px;
	}
}

.section-faq .event-type-accordian-1 .accordion-item {
	background: transparent;
	border: none;
	border-bottom: solid 1px rgba(29, 29, 29, .5);
	border-radius: 0px;
}

.section-faq .event-type-accordian-1 .accordion-item .accordion-collapse {
	border-radius: 0px;
}

.section-faq .event-type-accordian-1 .accordion-item .accordion-button {
	background: transparent;
	color: var(--black-light2);
	font-family: "Americana BT";
	font-weight: normal;
	font-size: 20px;
	letter-spacing: 0px;
	line-height: 28px;
	margin: 0;
	border: none;
	border-radius: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 34.67px;
	padding-bottom: 7.25px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

@media (min-width: 768px) {
	.section-faq .event-type-accordian-1 .accordion-item .accordion-button {
		font-size: calc(18px + 100vw * 0);
	}
}

@media (min-width: 1620px) {
	.section-faq .event-type-accordian-1 .accordion-item .accordion-button {
		font-size: 20px;
	}
}

@media (min-width: 768px) {
	.section-faq .event-type-accordian-1 .accordion-item .accordion-button {
		line-height: calc(28px + 100vw * 0);
	}
}

@media (min-width: 1620px) {
	.section-faq .event-type-accordian-1 .accordion-item .accordion-button {
		line-height: 28px;
	}
}

@media (max-width: 767px) {
	.section-faq .event-type-accordian-1 .accordion-item .accordion-button {
		padding-top: 33.91px;
		padding-bottom: 8.25px;
	}
}

.section-faq .event-type-accordian-1 .accordion-item .accordion-button.collapsed {
	border-radius: 0px;
}

.section-faq .event-type-accordian-1 .accordion-item .accordion-button:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.section-faq .event-type-accordian-1 .accordion-item .accordion-button:after {
	position: absolute;
	right: 0px;
	background: url("https://cdn-hfooj.nitrocdn.com/oVHnFHKIsdpZMVchDMyXANkTpmHzmjHS/assets/images/optimized/rev-3d2d727/balthazarlondon.com/wp-content/themes/balthazar/assets/images/icon-menu-open-black-light-two.svg") right 50% no-repeat;
	background-size: 100% auto;
	width: 15px;
	width: 11px;
	top: 28px;
}

@media (min-width: 768px) {
	.section-faq .event-type-accordian-1 .accordion-item .accordion-button:after {
		top: calc(18.08451px + 100vw * .01291);
	}
}

@media (min-width: 1620px) {
	.section-faq .event-type-accordian-1 .accordion-item .accordion-button:after {
		top: 39px;
	}
}

@media (min-width: 768px) {
	.section-faq .event-type-accordian-1 .accordion-item .accordion-button:after {
		width: calc(7.39437px + 100vw * .00469);
	}
}

@media (min-width: 1620px) {
	.section-faq .event-type-accordian-1 .accordion-item .accordion-button:after {
		width: 15px;
	}
}

@media (min-width: 992px) and (max-width: 1619.98px) {
	.section-faq .event-type-accordian-1 .accordion-item .accordion-button:after {
		width: 12.45px;
	}
}

@media (max-width: 767px) {
	.section-faq .event-type-accordian-1 .accordion-item .accordion-button:after {
		top: 38px;
		width: 14px;
	}
}

.section-faq .event-type-accordian-1 .accordion-item:first-child .accordion-button {
	padding-top: 0px;
}

.section-faq .event-type-accordian-1 .accordion-item:first-child .accordion-button:after {
	top: 4px;
}

.section-faq .event-type-accordian-1 .accordion-body {
	padding: 9.63px 0 10.75px;
}

@media (max-width: 767.98px) {
	.section-faq .event-type-accordian-1 .accordion-body {
		padding: 9.63px 0 11px;
	}
}

.section-faq .event-type-accordian-1 p {
	color: var(--light-grey-color);
	font-weight: 400;
	margin-bottom: 10.75px;
	font-size: 14px;
	line-height: 26px;
}

@media (min-width: 768px) {
	.section-faq .event-type-accordian-1 p {
		font-size: calc(14px + 100vw * 0);
	}
}

@media (min-width: 1620px) {
	.section-faq .event-type-accordian-1 p {
		font-size: 14px;
	}
}

@media (min-width: 768px) {
	.section-faq .event-type-accordian-1 p {
		line-height: calc(26px + 100vw * 0);
	}
}

@media (min-width: 1620px) {
	.section-faq .event-type-accordian-1 p {
		line-height: 26px;
	}
}

/* faq page ends here */

/* events page starts here */
.event-what-section .section-location .location-header {
	background: #827653;
}

.event-what-section .section-location .location-header .custom-select-box .dropdown .filter-option .filter-option-inner-inner {
	font-size: 16px;
}

@media (max-width: 767px) {
	.event-what-section .section-location .location-header .custom-select-box .dropdown .filter-option .filter-option-inner-inner {
		font-size: 14px;
		line-height: 22px;
	}
}

.event-what-section .section-location .location-header .form-control {
	font-size: 16px;
}

@media (max-width: 767px) {
	.event-what-section .section-location .location-header .form-control {
		font-size: 14px;
		line-height: 22px;
	}
}

@media (max-width: 767px) {
	.event-what-section .section-location .location-header .cols-left {
		flex: inherit;
	}
}

.event-what-section .section-location .location-header .evet_offer_checkbox .form-check {
	margin-right: 52.2px;
}

.event-what-section .section-location .location-header .evet_offer_checkbox .form-check input[type="radio"] {
	width: 17px;
	height: 17px;
	border-color: #fff;
	background: transparent !important;
	margin-right: 5.61px;
}

.event-what-section .section-location .location-header .evet_offer_checkbox .form-check label.form-check-label {
	letter-spacing: .48px;
	letter-spacing: .54px;
	color: #fff;
	opacity: 1;
	font-size: 18px;
	line-height: 21px;
	font-weight: normal;
}

.event-what-section .section-location .location-header .evet_offer_checkbox .form-check input[type="radio"]:checked {
	background: #fff !important;
	border-color: #fff !important;
	box-shadow: none;
}

@media (max-width: 1500px) {
	.event-what-section .section-location .location-header .evet_offer_checkbox .form-check {
		margin-right: 37.2px;
	}
}

@media (max-width: 1388px) {
	.event-what-section .section-location .location-header .evet_offer_checkbox .form-check {
		margin-right: 35px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.event-what-section .section-location .location-header .evet_offer_checkbox .form-check {
		margin-right: 7px;
	}
	
	.event-what-section .section-location .location-header .evet_offer_checkbox .form-check label.form-check-label {
		font-size: 13px;
		line-height: 19px;
		vertical-align: top;
		padding: 1px 0px 0px;
	}
	
	.event-what-section .section-location .location-header .evet_offer_checkbox .form-check input[type="radio"] {
		width: 14px;
		height: 14px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.event-what-section .section-location .location-header .evet_offer_checkbox .form-check {
		margin-right: 5px;
		padding-left: 0px;
	}
	
	.event-what-section .section-location .location-header .evet_offer_checkbox .form-check label.form-check-label {
		font-size: 11px;
		line-height: 18px;
		vertical-align: top;
		padding: 1px 0px 0px;
	}
	
	.event-what-section .section-location .location-header .evet_offer_checkbox .form-check input[type="radio"] {
		width: 12px;
		height: 12px;
		margin-left: 0px;
	}
}

@media (max-width: 767px) {
	.event-what-section .section-location .location-header .evet_offer_checkbox .form-check {
		margin-right: 30.85px;
		padding-left: 0px;
	}
	
	.event-what-section .section-location .location-header .evet_offer_checkbox .form-check label.form-check-label {
		font-size: 18px;
		line-height: 21px;
		letter-spacing: .54px;
		font-weight: normal;
		vertical-align: top;
		padding: 1px 0px 0px;
	}
	
	.event-what-section .section-location .location-header .evet_offer_checkbox .form-check input[type="radio"] {
		width: 13px;
		height: 13px;
		margin-left: 0px;
	}
}

@media (max-width: 340px) {
	.event-what-section .section-location .location-header .evet_offer_checkbox .form-check {
		margin-right: 7.85px;
	}
}

.event-what-section .section-location .location-header .cols-right .btn-green {
	width: 138px;
	height: 45px;
	background: #fff;
	color: #000;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 19px;
	border-radius: 0 !important;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.event-what-section .section-location .location-header .cols-right .btn-green {
		min-width: 125px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.event-what-section .section-location .location-header .cols-right .btn-green {
		min-width: 120px;
	}
}

@media (max-width: 767px) {
	.event-what-section .section-location .location-header .cols-right .btn-green {
		width: 135px;
		height: 45px;
		font-size: 14px;
		line-height: 20px;
	}
}

@media (max-width: 340px) {
	.event-what-section .section-location .location-header .cols-right .btn-green {
		width: 131px;
	}
}

.event-what-section .section-location .location-header .custom-select-box .dropdown-menu .inner {
	height: 139px;
}

.event-what-section .section-location .location-header .custom-select-box .dropdown-menu .inner ul.dropdown-menu.inner {
	height: 144px;
}

@media (max-width: 767px) {
	.event-what-section .section-location .location-header {
		position: relative;
		padding: 28px 0px;
	}
	
	.event-what-section .section-location .location-header .cols-left .col-md-5.col-xl-6:nth-child(1) {
		order: 2;
	}
}

.event-what-section .section-location .location-header a.map-location-arrow {
	position: absolute;
	top: 10px;
	right: 26px;
}

.event-what-section .section-location .location-header a.map-location-arrow img {
	object-fit: cover;
	width: 14px;
	height: 14px;
}

.event-what-section .section-location .location-header .form-control {
	padding-right: 50px !important;
}

@media (max-width: 1600px) {
	.event-what-section .section-location .location-header a.map-location-arrow {
		top: 6px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.event-what-section .section-location .location-header a.map-location-arrow {
		right: 22px;
	}
	
	.event-what-section .section-location .location-header .form-control {
		padding-right: 41px !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.event-what-section .section-location .location-header a.map-location-arrow {
		top: 8px;
		right: 17px;
	}
	
	.event-what-section .section-location .location-header a.map-location-arrow img {
		width: 11px;
		height: 11px;
	}
	
	.event-what-section .section-location .location-header .form-control {
		padding-right: 31px !important;
	}
}

@media (max-width: 767px) {
	.event-what-section .section-location .location-header a.map-location-arrow {
		top: 5px;
		right: 18px;
	}
	
	.event-what-section .section-location .location-header a.map-location-arrow img {
		width: 11px;
		height: 11px;
	}
	
	.event-what-section .section-location .location-header .form-control {
		padding-right: 35px !important;
	}
}

.event-what-section .section-location .location-header .cols-left ul#autocomplete-list {
	width: 100% !important;
}

.event-what-section .section-location .location-header .cols-left ul#autocomplete-list li:last-child {
	border: none;
}

.event-what-section .location-list-section {
	padding: 64px 0px 42px;
}

.event-what-section .location-list-section .btn {
	width: 138px;
	height: 45px;
	border: 1px solid #000;
	color: #000;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 0;
	background: transparent;
	margin: 51px auto 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 0;
}

.event-what-section .location-list-section .btn:hover, .event-what-section .location-list-section .btn:focus {
	color: #fff;
	background: #000;
	box-shadow: inset 0 -3.7em 0 0 var(--black) !important;
}

@media (max-width: 1388px) {
	.event-what-section .location-list-section .btn {
		width: 120px;
		height: 38px;
		font-size: 12px;
		line-height: 14px;
	}
}

@media (max-width: 767px) {
	.event-what-section .location-list-section .btn {
		width: 138px;
		height: 45px;
		font-size: 16px;
		line-height: 23px;
		margin: 37.44px auto 0px;
		letter-spacing: 0px;
	}
	
	.event-what-section .location-list-section .btn.large {
		display: none;
	}
}

.event-what-section .location-list-section .location-list {
	padding-top: 0px;
	padding-bottom: 0px;
}

.event-what-section .location-list-section .location-list:after {
	display: none;
}

.event-what-section .location-list-section .location-list .grid-box {
	padding: 52.5px 0px 43.05px;
	border-bottom: 1px solid #000;
	display: flex;
	align-items: center;
}

.event-what-section .location-list-section .location-list .grid-box .box p {
	font-size: 11px;
	line-height: 20px;
	letter-spacing: 0;
	color: #86837b;
	margin: 0;
	padding: 13px 0px 0px;
}

.event-what-section .location-list-section .location-list .grid-box .box p a {
	color: var(--black);
	outline: none;
	box-shadow: none;
}

.event-what-section .location-list-section .location-list .grid-box .box a.more-btn {
	color: var(--black);
	outline: none;
	box-shadow: none;
	font-size: 11px;
	line-height: 20px;
	letter-spacing: 0;
}

.event-what-section .location-list-section .location-list .grid-box .box .heading {
	font-size: 34px;
	line-height: 34px;
	letter-spacing: 1.02px;
	color: var(--black);
	padding: 0px 0px 13px;
	font-family: "Americana BT";
}

.event-what-section .location-list-section .location-list .grid-box .box .sub-heading {
	font-size: 15px;
	line-height: 22px;
	color: var(--black);
	letter-spacing: .45px;
}

.event-what-section .location-list-section .location-list .grid-box .box .date {
	font-size: 15px;
	line-height: 18px;
	letter-spacing: .45px;
	color: var(--black);
	margin: 0;
	padding: 0;
}

@media (max-width: 767px) {
	.event-what-section .location-list-section .location-list .grid-box .box .date {
		font-size: 12px;
		line-height: 18px;
	}
}

.event-what-section .location-list-section .location-list .grid-box .box .btn {
	width: 135px;
	height: 45px;
	border: 1px solid #000;
	color: #000;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0;
	background: transparent;
	margin-top: 0px;
	border-radius: 0;
}

.event-what-section .location-list-section .location-list .grid-box .box .btn:hover, .event-what-section .location-list-section .location-list .grid-box .box .btn:focus {
	color: var(--white);
}

@media (max-width: 1500px) {
	.event-what-section .location-list-section .location-list .grid-box .box .btn {
		width: 130px;
		height: 42px;
		font-size: 12px;
	}
}

@media (max-width: 1388px) {
	.event-what-section .location-list-section .location-list .grid-box .box .btn {
		width: 120px;
		height: 38px;
		font-size: 12px;
		line-height: 14px;
	}
}

.event-what-section .location-list-section .location-list .grid-box .box:nth-child(2) {
	padding-left: 72px;
	display: flex;
}

.event-what-section .location-list-section .location-list .grid-box .box:last-child {
	margin-left: 0;
}

@media (max-width: 1500px) {
	.event-what-section .location-list-section .location-list .grid-box .box:nth-child(2) {
		padding-left: 43px;
	}
	
	.event-what-section .location-list-section .location-list .grid-box .box .heading {
		font-size: 27px;
		line-height: 31px;
	}
}

@media (max-width: 1388px) {
	.event-what-section .location-list-section .location-list .grid-box .box .heading {
		padding: 0px 0px 9px;
		font-size: 25px;
		line-height: 28px;
	}
	
	.event-what-section .location-list-section .location-list .grid-box .box p {
		padding: 9px 0px 0px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.event-what-section .location-list-section .location-list .grid-box .box:nth-child(2) {
		padding-left: 13px;
	}
	
	.event-what-section .location-list-section .location-list .grid-box .box .heading {
		font-size: 21px;
		line-height: 24px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.event-what-section .location-list-section .location-list .grid-box .box:nth-child(2) {
		padding-left: 0px;
		padding: 34px 0px 19px;
		width: 100%;
	}
	
	.event-what-section .location-list-section .location-list .grid-box .box:last-child {
		margin: 0px;
	}
	
	.event-what-section .location-list-section .location-list .grid-box .box .heading {
		font-size: 21px;
		line-height: 24px;
	}
}

@media (max-width: 767px) {
	.event-what-section .location-list-section .location-list .grid-box .box {
		padding: 0px 16px;
	}
	
	.event-what-section .location-list-section .location-list .grid-box .box:first-child {
		padding: 0px;
	}
	
	.event-what-section .location-list-section .location-list .grid-box .box:nth-child(2) {
		padding: 33px 0px 0px 0px;
		width: 100%;
	}
	
	.event-what-section .location-list-section .location-list .grid-box .box:last-child {
		margin: 0px;
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.event-what-section .location-list-section .location-list .grid-box .box .heading {
		font-size: 34px;
		line-height: 34px;
	}
	
	.event-what-section .location-list-section .location-list .grid-box .box p {
		font-size: 11px;
		line-height: 20px;
		letter-spacing: 0px;
		padding: 13.51px 0px 0px;
	}
	
	.event-what-section .location-list-section .location-list .grid-box .box .btn {
		width: 100%;
		height: 45px;
		margin: 9px 0px 0px;
		font-size: 14px;
		line-height: 20px;
	}
}

.event-what-section .location-list-section .location-list .grid-box .box .inner {
	width: 729px;
}

@media (max-width: 1700px) {
	.event-what-section .location-list-section .location-list .grid-box .box .inner {
		width: 492px;
	}
}

@media (max-width: 1500px) {
	.event-what-section .location-list-section .location-list .grid-box .box .inner {
		width: 430px;
	}
}

@media (max-width: 1388px) {
	.event-what-section .location-list-section .location-list .grid-box .box .inner {
		width: 419px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.event-what-section .location-list-section .location-list .grid-box .box .inner {
		width: fit-content;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.event-what-section .location-list-section .location-list .grid-box .box .inner {
		width: fit-content;
	}
}

@media (max-width: 767px) {
	.event-what-section .location-list-section .location-list .grid-box .box .inner {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.event-what-section .location-list-section .location-list .grid-box .box {
		flex-wrap: wrap;
	}
}

.event-what-section .location-list-section .location-list .grid-box .box.img {
	width: 421px;
	height: 237px;
}

.event-what-section .location-list-section .location-list .grid-box .box.img img {
	width: 421px;
	height: 237px;
	object-fit: cover;
	object-position: 50% 50%;
}

@media (max-width: 1500px) {
	.event-what-section .location-list-section .location-list .grid-box .box.img {
		width: 401px;
		height: 217px;
	}
	
	.event-what-section .location-list-section .location-list .grid-box .box.img img {
		width: 401px;
		height: 217px;
	}
}

@media (max-width: 1388px) {
	.event-what-section .location-list-section .location-list .grid-box .box.img {
		width: 371px;
		height: 187px;
	}
	
	.event-what-section .location-list-section .location-list .grid-box .box.img img {
		width: 371px;
		height: 187px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.event-what-section .location-list-section .location-list .grid-box .box.img {
		width: 220px;
		height: 150px;
	}
	
	.event-what-section .location-list-section .location-list .grid-box .box.img img {
		width: 220px;
		height: 150px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.event-what-section .location-list-section .location-list .grid-box .box.img {
		width: 100%;
		height: 100%;
	}
	
	.event-what-section .location-list-section .location-list .grid-box .box.img img {
		width: 100%;
		height: 280px;
	}
}

@media (max-width: 767px) {
	.event-what-section .location-list-section .location-list .grid-box .box.img {
		width: 100%;
		height: 100%;
	}
	
	.event-what-section .location-list-section .location-list .grid-box .box.img img {
		width: 100%;
		height: 213px;
	}
}

.event-what-section .location-list-section .location-list .grid-box:first-child {
	padding-top: 0px;
}

.event-what-section .location-list-section .location-list .grid-box:last-child {
	margin-bottom: 0px;
	border: none;
	padding-bottom: 0px;
}

@media (min-width: 768px) and (max-width: 991px) {
	.event-what-section .location-list-section .location-list .grid-box {
		flex-wrap: wrap;
	}
}

@media (max-width: 767px) {
	.event-what-section .location-list-section .location-list .grid-box {
		flex-wrap: wrap;
		padding: 33.07px 0px 41.44px;
	}
	
	.event-what-section .location-list-section .location-list .grid-box:last-child {
		margin-bottom: 0px;
		padding-bottom: 33.07px;
	}
}

@media (max-width: 767px) {
	.event-what-section .location-list-section .location-list .container-1208 {
		padding: 0px;
	}
}

@media (max-width: 767px) {
	.event-what-section .location-list-section {
		padding: 30px 25px 36px;
	}
}

@media (max-width: 1500px) {
	.event-what-section .position-relative .custom-select-box .bootstrap-select .dropdown-menu {
		margin-top: -10px !important;
	}
	
	.event-what-section .position-relative .custom-select-box .bootstrap-select .dropdown-menu .dropdown-menu {
		margin-top: 0px !important;
	}
}

@media (max-width: 767px) {
	.event-what-section {
		padding: 0px 0px 0px;
	}
	
	.event-what-section .position-relative .custom-select-box .bootstrap-select .dropdown-menu {
		margin-top: -13px !important;
	}
	
	.event-what-section .position-relative .custom-select-box .bootstrap-select .dropdown-menu .dropdown-menu {
		margin-top: 0px !important;
	}
}

/* events page ends here */

/* events details page starts here */
.whatson-top-section {
	background: #827653;
	padding: 48px 0px 48px;
}

.whatson-top-section h1 {
	margin: 0px;
	padding: 0px;
	font-size: 30px;
	line-height: 25px;
	line-height: 35px;
	letter-spacing: 0px;
	color: #fff;
	font-family: "Americana BT";
}

@media (max-width: 767px) {
	.whatson-top-section {
		padding: 53px 0px;
	}
	
	.whatson-top-section h1 {
		font-size: 25px;
		line-height: 25px;
		letter-spacing: 0px;
	}
}

.whatson-mid-section {
	padding: 84px 0px 87px;
}

.whatson-mid-section p {
	font-size: 14px;
	line-height: 30px;
	letter-spacing: -.14px;
	color: #000;
	margin: 0px 0px 37px;
	padding: 0px;
}

.whatson-mid-section .img-section {
	/* padding: 64px 0px; */
	margin-bottom: 37px;
}

.whatson-mid-section .img-section img {
	width: 100%;
	object-fit: cover;
	height: 367px;
}

.whatson-mid-section .btn {
	border: 1px solid #000;
	padding: 13px 34.36px;
	background: transparent;
	outline: none;
	box-shadow: none;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: 0px;
	border-radius: 0px;
	display: flex;
	width: max-content;
	text-align: center;
	margin: 0 auto;
}

.whatson-mid-section .btn:hover {
	background: #000;
	color: #fff;
}

@media (max-width: 767px) {
	.whatson-mid-section {
		padding: 60px 0px 39px;
	}
	
	.whatson-mid-section p {
		font-size: 14px;
		line-height: 25px;
		letter-spacing: -.14px;
	}
	
	.whatson-mid-section .img-section {
		/* padding: 41px 0px; */
		margin-bottom: 37px;
	}
	
	.whatson-mid-section .img-section img {
		width: 100%;
		object-fit: cover;
		height: 367px;
	}
	
	.whatson-mid-section .btn {
		width: 171px;
		height: 48px;
		padding: 9px 30px;
		font-size: 14px;
		line-height: 23px;
		margin: 0 auto;
		display: flex;
		align-items: center;
		justify-content: center;
	}
}

/* events details page ends here */

/* Locations starts here */
.locations-banner {
	margin-bottom: 0px;
}

.locations-banner .banner-inner {
	position: relative;
}

.locations-banner .banner-inner:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%) 0% 0% no-repeat padding-box;
}

.locations-banner .banner-inner img {
	width: 100%;
	object-fit: cover;
	height: 580px;
}

@media (min-width: 768px) {
	.locations-banner .banner-inner img {
		height: calc(589.014084507px + 100vw * -.0117370892);
	}
}

@media (min-width: 1620px) {
	.locations-banner .banner-inner img {
		height: 575px;
	}
}

@media (min-width: 992px) and (max-width: 1619.98px) {
	.locations-banner .banner-inner img {
		height: 357.24px;
	}
}

.locations-banner .banner-text {
	position: absolute;
	top: 50%;
	transform: translate(-50%, 0%);
	left: 50%;
	text-align: center;
	width: 100%;
}

.locations-banner .banner-text h1 {
	font-family: "Americana BT";
	font-weight: normal;
	font-size: 50px;
	letter-spacing: 0px;
	line-height: 58px;
	margin-bottom: 0;
	color: #fff;
}

@media (min-width: 768px) {
	.locations-banner .banner-text h1 {
		font-size: calc(20.5633802817px + 100vw * .0305164319);
	}
}

@media (min-width: 1620px) {
	.locations-banner .banner-text h1 {
		font-size: 50px;
	}
}

@media (min-width: 992px) and (max-width: 1619.98px) {
	.locations-banner .banner-text h1 {
		letter-spacing: -.39px;
	}
}

@media (max-width: 991.98px) {
	.locations-banner .banner-text h1 {
		letter-spacing: .29px;
	}
}

@media (min-width: 768px) {
	.locations-banner .banner-text h1 {
		line-height: calc(23.0563380282px + 100vw * .0363849765);
	}
}

@media (min-width: 1620px) {
	.locations-banner .banner-text h1 {
		line-height: 82px;
	}
}

@media (min-width: 992px) and (max-width: 1619.98px) {
	.locations-banner .banner-text h1 {
		font-size: 39px;
		line-height: 59.28px;
	}
}

@media (max-width: 767px) {
	.locations-banner .banner-text h1 {
		letter-spacing: 1.32px;
	}
}

.locations-banner .banner-text p {
	color: var(--white);
	font-size: 12px;
	line-height: 22px;
}

@media (min-width: 768px) {
	.locations-banner .banner-text p {
		font-size: calc(2.985915493px + 100vw * .0117370892);
	}
}

@media (min-width: 1620px) {
	.locations-banner .banner-text p {
		font-size: 22px;
	}
}

@media (min-width: 768px) {
	.locations-banner .banner-text p {
		line-height: calc(12.0845070423px + 100vw * .0129107981);
	}
}

@media (min-width: 1620px) {
	.locations-banner .banner-text p {
		line-height: 33px;
	}
}

@media (min-width: 992px) and (max-width: 1619.98px) {
	.locations-banner .banner-text p {
		font-size: 17.16px;
		line-height: 25.74px;
	}
}

@media (max-width: 767px) {
	.locations-banner .banner-text {
		bottom: 36px;
	}
}

@media (max-width: 767.98px) {
	.locations-banner .min-width177.btn-white {
		min-width: 112px;
		height: 38px;
	}
}

.section-location .container-1208 {
	width: 100%;
	padding-right: var(--bs-gutter-x, .5rem);
	padding-left: var(--bs-gutter-y, .5rem);
	margin-right: auto;
	margin-left: auto;
	max-width: 540px;
}

@media (min-width: 768px) {
	.section-location .container-1208 {
		max-width: calc(-13.3333333333px + 100vw * .7204861111);
	}
}

@media (min-width: 1920px) {
	.section-location .container-1208 {
		max-width: 1399px;
	}
}

@media (max-width: 767.98px) {
	.section-location .container-1208 {
		max-width: inherit;
		padding-right: var(--bs-gutter-x, 1rem);
		padding-left: var(--bs-gutter-y, 1rem);
	}
}

.section-location .location-header {
	background: var(--linen-color);
	margin-bottom: 0px;
	padding-top: 14px;
	padding-bottom: 12px;
}

@media (min-width: 768px) {
	.section-location .location-header {
		padding-top: calc(-13.9436619718px + 100vw * .0363849765);
	}
}

@media (min-width: 1620px) {
	.section-location .location-header {
		padding-top: 45px;
	}
}

@media (min-width: 768px) {
	.section-location .location-header {
		padding-bottom: calc(-14.1408450704px + 100vw * .0340375587);
	}
}

@media (min-width: 1620px) {
	.section-location .location-header {
		padding-bottom: 41px;
	}
}

.section-location .location-header .position-relative ul.autocomplete-items {
	width: 290px !important;
	max-height: 208px;
	border: solid 1px var(--green-color) !important;
	border-radius: 0px 0px 23px 23px;
	overflow: hidden;
	top: 98% !important;
}

.section-location .location-header .position-relative .location_errorMsg1 {
	position: absolute;
	color: var(--black-light2) !important;
	font-family: "Americana BT";
	font-size: 14px;
	line-height: 16px;
}

@media (min-width: 992px) and (max-width: 1619.98px) {
	.section-location .location-header {
		padding-top: 35.1px;
		padding-bottom: 31.98px;
	}
}

.section-location .location-header .custom-select-box .dropdown .filter-option {
	line-height: normal;
}

.section-location .location-header .custom-select-box .dropdown .filter-option .filter-option-inner-inner {
	font-size: 14px;
	color: #000 !important;
	font-family: "Americana BT";
}

@media (min-width: 768px) and (max-width: 991px) {
	.section-location .location-header .custom-select-box .dropdown .filter-option .filter-option-inner-inner {
		font-size: 13px;
	}
}

.section-location .location-header .cols-group {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.section-location .location-header .cols-left {
	flex: 0 0 490px;
}

@media (min-width: 767.98px) and (max-width: 992px) {
	.section-location .location-header .cols-left {
		padding-right: 20px;
	}
}

@media (max-width: 1199.98px) {
	.section-location .location-header .cols-left {
		flex: 0 0 390px;
	}
}

@media (max-width: 767.98px) {
	.section-location .location-header .cols-left {
		flex: 0 0 166px;
	}
}

.section-location .location-header .cols-right {
	display: flex;
	align-items: center;
	flex: 0 0 auto;
	justify-content: flex-end;
}

@media (max-width: 767.98px) {
	.section-location .location-header .cols-right {
		text-align: right;
		flex-direction: column;
		align-items: flex-end;
	}
}

.section-location .location-header .cols-right .link-map {
	cursor: pointer;
	position: relative;
	font-family: "Americana BT";
	font-weight: 400;
	font-size: 11px;
	letter-spacing: 0px;
	line-height: 13px;
	margin-bottom: 0;
	margin-right: 15px;
	color: var(--black);
	text-decoration: none;
}

@media (min-width: 768px) {
	.section-location .location-header .cols-right .link-map {
		font-size: calc(8.2957746479px + 100vw * .0035211268);
	}
}

@media (min-width: 1620px) {
	.section-location .location-header .cols-right .link-map {
		font-size: 14px;
	}
}

@media (min-width: 768px) {
	.section-location .location-header .cols-right .link-map {
		line-height: calc(10.2957746479px + 100vw * .0035211268);
	}
}

@media (min-width: 1620px) {
	.section-location .location-header .cols-right .link-map {
		line-height: 16px;
	}
}

@media (min-width: 768px) {
	.section-location .location-header .cols-right .link-map {
		margin-right: calc(2.3802816901px + 100vw * .0164319249);
	}
}

@media (min-width: 1620px) {
	.section-location .location-header .cols-right .link-map {
		margin-right: 29px;
	}
}

@media (min-width: 992px) and (max-width: 1619.98px) {
	.section-location .location-header .cols-right .link-map {
		font-size: 12px;
		line-height: 12.48px;
		margin-right: 22.62px;
	}
}

@media (max-width: 767.98px) {
	.section-location .location-header .cols-right .link-map {
		margin-right: 0;
	}
}

.section-location .location-header .cols-right .link-map:after {
	content: "";
	position: absolute;
	bottom: -6px;
	left: 0px;
	width: 100%;
	height: 1px;
	background: var(--black);
}

@media (max-width: 767.98px) {
	.section-location .location-header .cols-right .link-map:after {
		bottom: -5px;
	}
}

@media (max-width: 767.98px) {
	.section-location .location-header .cols-right .link-map {
		margin-bottom: 18px;
		display: inline-block;
	}
}

.section-location .location-header .cols-right .btn-green {
	min-width: 135px;
	font-size: 11px;
	height: 45px;
	border-radius: 23px !important;
}

@media (min-width: 768px) {
	.section-location .location-header .cols-right .btn-green {
		font-size: calc(8.2957746479px + 100vw * .0035211268);
	}
}

@media (min-width: 1620px) {
	.section-location .location-header .cols-right .btn-green {
		font-size: 14px;
	}
}

@media (min-width: 992px) and (max-width: 1619.98px) {
	.section-location .location-header .cols-right .btn-green {
		height: 40px;
		font-size: 12px;
	}
}

@media (max-width: 767.98px) {
	.section-location .location-header .cols-right .btn-green {
		min-width: 84px;
		height: 36px;
	}
}

.section-location .location-header .row {
	margin-left: -25px;
	margin-right: -25px;
}

.section-location .location-header .row [class*="col-"] {
	padding-left: 25px;
	padding-right: 25px;
}

@media (max-width: 767.98px) {
	.section-location .location-header .row [class*="col-"] {
		margin-bottom: 10px;
	}
}

.section-location .location-header .icon-search {
	position: absolute;
	top: 50%;
	right: 0;
	width: 16.43px;
	height: 16.43px;
	background-size: contain !important;
	transform: translateY(-50%);
	background: url("https://balthazarlondon.com/wp-content/themes/balthazar/assets/images/icon-search.svg") 0 0/100% auto no-repeat;
}

@media (max-width: 1619.98px) {
	.section-location .location-header .icon-search {
		width: 15px;
		height: 15px;
	}
}

@media (max-width: 991.98px) {
	.section-location .location-header .icon-search {
		width: 10.13px;
		height: 10.13px;
	}
}

.section-location .location-header .form-control {
	font-family: "Americana BT";
	font-weight: normal;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 22px;
	margin: 0;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	padding-right: 30px !important;
	padding-right: 0px;
	background: transparent;
	color: var(--black);
	height: 35.375px;
	padding-top: 7.7px;
	padding-bottom: 7.7px;
	border: none;
	border-bottom: solid 1px var(--black);
	border-radius: 0px;
	padding-left: 0px;
}

@media (min-width: 768px) {
	.section-location .location-header .form-control {
		font-size: calc(14px + 100vw * 0);
	}
}

@media (min-width: 1620px) {
	.section-location .location-header .form-control {
		font-size: 14px;
	}
}

@media (min-width: 768px) {
	.section-location .location-header .form-control {
		height: calc(26.4645774648px + 100vw * .0116021127);
	}
}

@media (min-width: 1620px) {
	.section-location .location-header .form-control {
		height: 45.26px;
	}
}

@media (min-width: 768px) {
	.section-location .location-header .form-control {
		padding-top: calc(.5518309859px + 100vw * .0093075117);
	}
}

@media (min-width: 1620px) {
	.section-location .location-header .form-control {
		padding-top: 15.63px;
	}
}

@media (min-width: 768px) {
	.section-location .location-header .form-control {
		padding-bottom: calc(4.1754929577px + 100vw * .0045892019);
	}
}

@media (min-width: 1620px) {
	.section-location .location-header .form-control {
		padding-bottom: 11.61px;
	}
}

@media (min-width: 992px) and (max-width: 1619.98px) {
	.section-location .location-header .form-control {
		height: 38.3px;
		padding-top: 11.19px;
		padding-bottom: 12.19px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.section-location .location-header .form-control {
		font-size: 13px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.section-location .location-header .form-control {
		font-size: 13px;
		height: 42.3px;
	}
}

.section-location .location-header .form-control::placeholder {
	color: var(--black);
}

.section-location .location-header .form-control:focus {
	box-shadow: none;
}

.section-location .location-header .btn.dropdown-toggle {
	font-family: "Americana BT";
	font-weight: normal;
	font-size: 12px;
	letter-spacing: 0;
	line-height: 22px;
	margin: 0;
	background: transparent;
	color: var(--black);
	border-bottom: solid 1px var(--black);
	height: 35.375px;
	padding-top: 7.7px;
	padding-bottom: 7.7px;
}

@media (min-width: 768px) {
	.section-location .location-header .btn.dropdown-toggle {
		font-size: calc(10.1971830986px + 100vw * .0023474178);
	}
}

@media (min-width: 1620px) {
	.section-location .location-header .btn.dropdown-toggle {
		font-size: 14px;
	}
}

@media (min-width: 768px) {
	.section-location .location-header .btn.dropdown-toggle {
		line-height: calc(27.4084507042px + 100vw * -.0070422535);
	}
}

@media (min-width: 1620px) {
	.section-location .location-header .btn.dropdown-toggle {
		line-height: 16px;
	}
}

@media (min-width: 992px) and (max-width: 1619.98px) {
	.section-location .location-header .btn.dropdown-toggle {
		font-size: 12px;
		line-height: 12.48px;
	}
}

@media (min-width: 768px) {
	.section-location .location-header .btn.dropdown-toggle {
		height: calc(26.4645774648px + 100vw * .0116021127);
	}
}

@media (min-width: 1620px) {
	.section-location .location-header .btn.dropdown-toggle {
		height: 45.26px;
	}
}

@media (min-width: 768px) {
	.section-location .location-header .btn.dropdown-toggle {
		padding-top: calc(.5518309859px + 100vw * .0093075117);
	}
}

@media (min-width: 1620px) {
	.section-location .location-header .btn.dropdown-toggle {
		padding-top: 15.63px;
	}
}

@media (min-width: 768px) {
	.section-location .location-header .btn.dropdown-toggle {
		padding-bottom: calc(4.1754929577px + 100vw * .0045892019);
	}
}

@media (min-width: 1620px) {
	.section-location .location-header .btn.dropdown-toggle {
		padding-bottom: 11.61px;
	}
}

@media (min-width: 992px) and (max-width: 1619.98px) {
	.section-location .location-header .btn.dropdown-toggle {
		height: 38.3px;
		padding-top: 11.19px;
		padding-bottom: 6.19px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.section-location .location-header .btn.dropdown-toggle {
		height: 42.3px;
		padding-top: 14.19px !important;
		padding-bottom: 2.19px !important;
	}
}

.section-location .location-header .btn-search {
	background: url("https://balthazarlondon.com/wp-content/themes/balthazar/assets/images/icon-search.svg") right 50%/100% auto no-repeat;
	border: none;
	position: absolute;
	right: 0;
	top: calc(50% - 0px);
	transform: translateY(-50%);
	border-radius: 0px;
	width: 16px;
	height: 16px;
}

@media (min-width: 768px) {
	.section-location .location-header .btn-search {
		width: calc(12.3943661972px + 100vw * .0046948357);
	}
}

@media (min-width: 1620px) {
	.section-location .location-header .btn-search {
		width: 20px;
	}
}

@media (min-width: 768px) {
	.section-location .location-header .btn-search {
		height: calc(12.3943661972px + 100vw * .0046948357);
	}
}

@media (min-width: 1620px) {
	.section-location .location-header .btn-search {
		height: 20px;
	}
}

@media (min-width: 992px) and (max-width: 1619.98px) {
	.section-location .location-header .btn-search {
		width: 16.6px;
		height: 16.6px;
	}
}

.section-location .location-header .btn-search:focus {
	box-shadow: none;
}

.section-location .location-list {
	overflow: hidden;
	position: relative;
	padding-top: 67px;
	padding-bottom: 73.07px;
}

@media (min-width: 992px) and (max-width: 1619.98px) {
	.section-location .location-list {
		padding-top: 52.26px;
		padding-bottom: 56.94px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.section-location .location-list {
		padding-top: 52.26px;
		padding-bottom: 56.94px;
	}
}

@media (max-width: 767px) {
	.section-location .location-list {
		padding-top: 24px;
		padding-bottom: 32.17px;
	}
	
	.section-location .location-list:last-child {
		padding-bottom: 33px;
	}
}

.section-location .location-list:after {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 1px;
	width: 100%;
	background: var(--black);
	opacity: .5;
}

.section-location .location-list:last-child:after {
	display: none;
}

.section-location .location-list .location-heading {
	font-family: "Americana BT";
	font-weight: normal;
	color: #000;
	font-size: 21px;
	line-height: 32px;
	margin-bottom: 9px;
}

@media (min-width: 768px) {
	.section-location .location-list .location-heading {
		font-size: calc(16.4929577465px + 100vw * .0058685446);
	}
}

@media (min-width: 1620px) {
	.section-location .location-list .location-heading {
		font-size: 26px;
	}
}

@media (min-width: 768px) {
	.section-location .location-list .location-heading {
		line-height: calc(25.6901408451px + 100vw * .0082159624);
	}
}

@media (min-width: 1620px) {
	.section-location .location-list .location-heading {
		line-height: 39px;
	}
}

@media (min-width: 768px) {
	.section-location .location-list .location-heading {
		margin-bottom: calc(.8873239437px + 100vw * .0105633803);
	}
}

@media (min-width: 1620px) {
	.section-location .location-list .location-heading {
		margin-bottom: 18px;
	}
}

@media (min-width: 992px) and (max-width: 1619.98px) {
	.section-location .location-list .location-heading {
		font-size: 20.28px;
		line-height: 30.42px;
		margin-bottom: 14.04px;
	}
}

.section-location .location-list .location-list-group {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 33px;
	row-gap: 18px;
	grid-auto-rows: minmax(auto, auto);
}

@media (max-width: 1399.98px) {
	.section-location .location-list .location-list-group {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 1199.98px) {
	.section-location .location-list .location-list-group {
		column-gap: 12px;
		row-gap: 12px;
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 991.98px) {
	.section-location .location-list .location-list-group {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 575.98px) {
	.section-location .location-list .location-list-group {
		grid-template-columns: repeat(2, 1fr);
	}
}

.section-location .location-list .location-list-group.group-1 {
	position: relative;
}

.section-location .location-list .location-list-group.group-1:before {
	content: "";
	position: absolute;
	background: url("https://balthazarlondon.com/wp-content/themes/balthazar/assets/images/location-floral-1.svg") 0 0/100% auto no-repeat;
	right: -50px;
	width: 50px;
	height: 219px;
	top: 13px;
}

@media (min-width: 768px) {
	.section-location .location-list .location-list-group.group-1:before {
		right: calc(-29.2676056338px + 100vw * -.0269953052);
	}
}

@media (min-width: 1620px) {
	.section-location .location-list .location-list-group.group-1:before {
		right: -73px;
	}
}

@media (min-width: 768px) {
	.section-location .location-list .location-list-group.group-1:before {
		width: calc(29.2676056338px + 100vw * .0269953052);
	}
}

@media (min-width: 1620px) {
	.section-location .location-list .location-list-group.group-1:before {
		width: 73px;
	}
}

@media (min-width: 768px) {
	.section-location .location-list .location-list-group.group-1:before {
		height: calc(127.9577464789px + 100vw * .1185446009);
	}
}

@media (min-width: 1620px) {
	.section-location .location-list .location-list-group.group-1:before {
		height: 320px;
	}
}

@media (min-width: 768px) {
	.section-location .location-list .location-list-group.group-1:before {
		top: calc(3.985915493px + 100vw * .0117370892);
	}
}

@media (min-width: 1620px) {
	.section-location .location-list .location-list-group.group-1:before {
		top: 23px;
	}
}

@media (min-width: 992px) and (max-width: 1619.98px) {
	.section-location .location-list .location-list-group.group-1:before {
		right: -35px;
		top: 17.94px;
		width: 35px;
		height: 153px;
	}
}

@media (max-width: 767.98px) {
	.section-location .location-list .location-list-group.group-1:before {
		display: none;
	}
}

.section-location .location-list .location-list-group.group-1:after {
	content: "";
	position: absolute;
	background: url("https://balthazarlondon.com/wp-content/themes/balthazar/assets/images/location-floral-2.svg") 0 0/100% auto no-repeat;
	left: -40px;
	width: 40px;
	height: 208px;
	bottom: 13px;
}

@media (min-width: 768px) {
	.section-location .location-list .location-list-group.group-1:after {
		left: calc(-24.676056338px + 100vw * -.0199530516);
	}
}

@media (min-width: 1620px) {
	.section-location .location-list .location-list-group.group-1:after {
		left: -57px;
	}
}

@media (min-width: 768px) {
	.section-location .location-list .location-list-group.group-1:after {
		width: calc(24.676056338px + 100vw * .0199530516);
	}
}

@media (min-width: 1620px) {
	.section-location .location-list .location-list-group.group-1:after {
		width: 57px;
	}
}

@media (min-width: 768px) {
	.section-location .location-list .location-list-group.group-1:after {
		height: calc(127.7746478873px + 100vw * .1044600939);
	}
}

@media (min-width: 1620px) {
	.section-location .location-list .location-list-group.group-1:after {
		height: 297px;
	}
}

@media (min-width: 768px) {
	.section-location .location-list .location-list-group.group-1:after {
		bottom: calc(-17.6478873239px + 100vw * .0399061033);
	}
}

@media (min-width: 1620px) {
	.section-location .location-list .location-list-group.group-1:after {
		bottom: 47px;
	}
}

@media (min-width: 992px) and (max-width: 1619.98px) {
	.section-location .location-list .location-list-group.group-1:after {
		left: -35px;
		bottom: 36.66px;
		width: 35px;
		height: 182px;
	}
}

@media (max-width: 767.98px) {
	.section-location .location-list .location-list-group.group-1:after {
		display: none;
	}
}

.section-location .location-list .location-list-group.group-2 {
	position: relative;
}

.section-location .location-list .location-list-group.group-2:before {
	content: "";
	position: absolute;
	background: url("https://balthazarlondon.com/wp-content/themes/balthazar/assets/images/location-floral-3.svg") 0 0/100% auto no-repeat;
	right: -50px;
	width: 50px;
	height: 219px;
	top: 13px;
}

@media (min-width: 768px) {
	.section-location .location-list .location-list-group.group-2:before {
		right: calc(-29.2676056338px + 100vw * -.0269953052);
	}
}

@media (min-width: 1620px) {
	.section-location .location-list .location-list-group.group-2:before {
		right: -73px;
	}
}

@media (min-width: 768px) {
	.section-location .location-list .location-list-group.group-2:before {
		width: calc(29.2676056338px + 100vw * .0269953052);
	}
}

@media (min-width: 1620px) {
	.section-location .location-list .location-list-group.group-2:before {
		width: 73px;
	}
}

@media (min-width: 768px) {
	.section-location .location-list .location-list-group.group-2:before {
		height: calc(127.9577464789px + 100vw * .1185446009);
	}
}

@media (min-width: 1620px) {
	.section-location .location-list .location-list-group.group-2:before {
		height: 320px;
	}
}

@media (min-width: 768px) {
	.section-location .location-list .location-list-group.group-2:before {
		top: calc(3.985915493px + 100vw * .0117370892);
	}
}

@media (min-width: 1620px) {
	.section-location .location-list .location-list-group.group-2:before {
		top: 23px;
	}
}

@media (min-width: 992px) and (max-width: 1619.98px) {
	.section-location .location-list .location-list-group.group-2:before {
		right: -35px;
		top: 17.94px;
		width: 35px;
		height: 153px;
	}
}

@media (max-width: 767.98px) {
	.section-location .location-list .location-list-group.group-2:before {
		display: none;
	}
}

.section-location .location-list .location-list-group.group-3 {
	position: relative;
}

.section-location .location-list .location-list-group.group-3:before {
	content: "";
	position: absolute;
	background: url("https://balthazarlondon.com/wp-content/themes/balthazar/assets/images/location-floral-4.svg") 0 0/100% auto no-repeat;
	right: -50px;
	width: 50px;
	height: 219px;
	top: 13px;
}

@media (min-width: 768px) {
	.section-location .location-list .location-list-group.group-3:before {
		right: calc(-29.2676056338px + 100vw * -.0269953052);
	}
}

@media (min-width: 1620px) {
	.section-location .location-list .location-list-group.group-3:before {
		right: -73px;
	}
}

@media (min-width: 768px) {
	.section-location .location-list .location-list-group.group-3:before {
		width: calc(29.2676056338px + 100vw * .0269953052);
	}
}

@media (min-width: 1620px) {
	.section-location .location-list .location-list-group.group-3:before {
		width: 73px;
	}
}

@media (min-width: 768px) {
	.section-location .location-list .location-list-group.group-3:before {
		height: calc(127.9577464789px + 100vw * .1185446009);
	}
}

@media (min-width: 1620px) {
	.section-location .location-list .location-list-group.group-3:before {
		height: 320px;
	}
}

@media (min-width: 768px) {
	.section-location .location-list .location-list-group.group-3:before {
		top: calc(3.985915493px + 100vw * .0117370892);
	}
}

@media (min-width: 1620px) {
	.section-location .location-list .location-list-group.group-3:before {
		top: 23px;
	}
}

@media (min-width: 992px) and (max-width: 1619.98px) {
	.section-location .location-list .location-list-group.group-3:before {
		right: -56.94px;
		top: 17.94px;
		width: 56.94px;
		height: 249.6px;
	}
}

@media (max-width: 767.98px) {
	.section-location .location-list .location-list-group.group-3:before {
		display: none;
	}
}

.section-location .location-list .location-list-group .location-img-box {
	position: relative;
	height: 165px;
	width: 165px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

@media (min-width: 768px) {
	.section-location .location-list .location-list-group .location-img-box {
		height: calc(-7.1690140845px + 100vw * .2241784038);
	}
}

@media (min-width: 1620px) {
	.section-location .location-list .location-list-group .location-img-box {
		height: 356px;
	}
}

@media (min-width: 992px) and (max-width: 1619.98px) {
	.section-location .location-list .location-list-group .location-img-box {
		height: 278px;
	}
}

@media (min-width: 768px) {
	.section-location .location-list .location-list-group .location-img-box {
		width: calc(-24.2957746479px + 100vw * .2464788732);
	}
}

@media (min-width: 1620px) {
	.section-location .location-list .location-list-group .location-img-box {
		width: 375px;
	}
}

@media (min-width: 992px) and (max-width: 1619.98px) {
	.section-location .location-list .location-list-group .location-img-box {
		width: auto;
		height: auto;
	}
}

@media (max-width: 767.98px) {
	.section-location .location-list .location-list-group .location-img-box {
		width: auto;
		height: auto;
	}
}

.section-location .location-list .location-list-group .location-img-box:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: var(--black-light-051);
}

.section-location .location-list .location-list-group .location-img-box img {
	min-height: 165px;
	max-height: 356px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.section-location .location-list .location-list-group .location-img-box .img-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 0px 100px;
	font-family: "Americana BT";
	font-weight: normal;
	font-size: 12px;
	letter-spacing: 0;
	line-height: 18px;
	margin-bottom: 0;
	color: var(--white);
	z-index: 1;
	width: 100%;
	text-align: center;
	transition: visibility 0s, opacity .5s linear;
}

@media (max-width: 991.98px) {
	.section-location .location-list .location-list-group .location-img-box .img-text {
		font-family: "Americana BT";
		text-transform: uppercase;
	}
}

@media (min-width: 768px) {
	.section-location .location-list .location-list-group .location-img-box .img-text {
		font-size: calc(7.4929577465px + 100vw * .0058685446);
	}
}

@media (min-width: 1620px) {
	.section-location .location-list .location-list-group .location-img-box .img-text {
		font-size: 17px;
	}
}

@media (min-width: 768px) {
	.section-location .location-list .location-list-group .location-img-box .img-text {
		line-height: calc(10.7887323944px + 100vw * .0093896714);
	}
}

@media (min-width: 1620px) {
	.section-location .location-list .location-list-group .location-img-box .img-text {
		line-height: 26px;
	}
}

@media (min-width: 992px) and (max-width: 1619.98px) {
	.section-location .location-list .location-list-group .location-img-box .img-text {
		line-height: 20.28px;
		padding: 0px 10px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.section-location .location-list .location-list-group .location-img-box .img-text {
		padding: 0px 10px;
	}
}

@media (max-width: 767.98px) {
	.section-location .location-list .location-list-group .location-img-box .img-text {
		padding-left: 10px;
		padding-right: 10px;
	}
}

.section-location .location-list .location-list-group .location-img-box .img-text a {
	color: var(--white);
	text-decoration: none;
}

.section-location .location-list .location-list-group .location-img-box .img-desc {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: var(--font-size-14);
	color: var(--white);
	z-index: 1;
	width: 100%;
	text-align: left;
	line-height: 1.857;
	padding-left: 46px;
	padding-right: 46px;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s, opacity .5s linear;
}

.section-location .custom-select-box .btn.dropdown-toggle:after {
	width: 14.72px;
	height: 7.36px;
	background-size: 100% auto;
	top: 20px;
	transform: none;
}

@media (max-width: 1500px) {
	.section-location .custom-select-box .btn.dropdown-toggle:after {
		top: 16px;
	}
}

@media (max-width: 767.98px) {
	.section-location .custom-select-box .btn.dropdown-toggle:after {
		width: 10.9px;
		height: 5.45px;
		top: 17px;
	}
}

/* Locations ends here */
body.error-page .landing-banner {
	object-fit: cover;
	width: 100%;
	object-position: 50% 0%;
	height: calc(100vh - 0px);
	background-size: cover;
	position: relative;
}

body.error-page .landing-banner:before {
	content: "";
	position: absolute;
	bottom: 0px;
	width: 100%;
	background: #000 0% 0% no-repeat padding-box;
	opacity: .4;
	height: 100%;
	background-size: cover;
}

body.error-page .content {
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	top: 50%;
	text-align: center;
}

body.error-page .content h1 {
	font-size: 50px;
	line-height: 58px;
	letter-spacing: -.5px;
	font-family: "Americana BT";
	color: #fff;
	margin-bottom: 23.25px;
}

body.error-page .content p {
	font-size: 24px;
	font-family: "Americana BT";
	line-height: 28px;
	letter-spacing: -.24px;
	color: #fff;
	padding: 0;
	margin: 0px 0 30.88px;
}

body.error-page .content .btn {
	width: 187px;
	height: 49px;
	border: 1px solid #fff;
	font-size: 16px;
	line-height: 19px;
	color: #fff;
	outline: none;
	box-shadow: none;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	border-radius: 0px;
	letter-spacing: -.16px;
	padding: 15px 0px;
}

body.error-page .content .btn:hover {
	background: #fff;
	color: #000;
}

@media (max-width: 767px) {
	body.error-page .content h1 {
		font-size: 40px;
		line-height: 52px;
		letter-spacing: -.4px;
		margin-bottom: 3px;
	}
	
	body.error-page .content p {
		font-size: 20px;
		line-height: 23px;
		letter-spacing: -.2px;
		padding: 0px;
		margin-bottom: 29px;
	}
	
	body.error-page .content .btn {
		width: 197px;
		height: 41px;
		font-size: 14px;
		line-height: 23px;
		padding: 8px 0px;
	}
}

body.error-page .mobile-banner {
	display: none;
}

@media (max-width: 767px) {
	body.error-page .mobile-banner {
		display: block;
	}
}

@media (max-width: 767px) {
	body.error-page .desktop-banner {
		display: none;
	}
}

.container-904 {
	max-width: 904px;
}

.homesliderbox .slick-list {
	margin-left: 0px;
	margin-right: 0px;
	cursor: url("https://cdn-hfooj.nitrocdn.com/oVHnFHKIsdpZMVchDMyXANkTpmHzmjHS/assets/images/optimized/rev-3d2d727/balthazarlondon.com/wp-content/themes/balthazar/assets/images/cursor-move-drag.svg") 15 15, move;
	position: relative;
}

.homesliderbox .itembox a {
	cursor: pointer;
	position: relative;
}

.container-1040 {
	max-width: 1064px;
}

.modal.calender_pop_up .modal-dialog {
	max-width: 564px;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.modal.calender_pop_up .modal-dialog {
		max-width: 564px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.modal.calender_pop_up .modal-dialog {
		max-width: 564px;
	}
}

@media (max-width: 767px) {
	.modal.calender_pop_up .modal-dialog {
		max-width: 342px;
		margin: 0 auto;
	}
}

@media (max-width: 330px) {
	.modal.calender_pop_up .modal-dialog {
		margin-left: 33px;
		margin-right: 33px;
	}
}

.modal.calender_pop_up .modal-content {
	border-radius: 0px;
	border: none;
}

.modal.calender_pop_up .modal-content .modal-header {
	border: none;
	padding: 29px 29px 0px 0px;
}

.modal.calender_pop_up .modal-content .modal-header button {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: url("https://cdn-hfooj.nitrocdn.com/oVHnFHKIsdpZMVchDMyXANkTpmHzmjHS/assets/images/optimized/rev-3d2d727/balthazarlondon.com/wp-content/themes/balthazar/assets/images/icon-share-close.svg");
	width: 18px;
	height: 18px;
	border: none;
	font-size: 0px;
	color: transparent;
	background-size: cover;
	padding: 0;
	border-radius: 0px;
}

@media (max-width: 767px) {
	.modal.calender_pop_up .modal-content .modal-header {
		padding: 19.66px 18.3px 0px 0px;
	}
	
	.modal.calender_pop_up .modal-content .modal-header button {
		width: 18px;
		height: 18px;
		opacity: 1;
	}
}

.modal.calender_pop_up .modal-content .modal-body {
	padding-top: 18px;
	padding-right: 38px;
	padding-bottom: 52.05px;
	padding-left: 38px;
}

.modal.calender_pop_up .modal-content .modal-body .form-group {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-top: 0px;
}

.modal.calender_pop_up .modal-content .modal-body .form-group .btn {
	width: 100%;
	max-width: 231px;
	height: 49px;
	border: 1px solid #000;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: -.16px;
	text-align: center;
	padding: 13px 0px 0px;
	border-radius: 0px;
	text-decoration: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: all .3s;
	transition: all .3s;
	color: #000;
	margin-bottom: 10px;
}

.modal.calender_pop_up .modal-content .modal-body .form-group .btn:last-child {
	margin-bottom: 0px;
}

.modal.calender_pop_up .modal-content .modal-body .form-group .btn:hover {
	background: #827653;
	border-color: #827653;
	color: #fff;
}

.modal.calender_pop_up .modal-content .modal-body .form-group .btn:focus {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.modal.calender_pop_up .modal-content .modal-body .heading {
	font-size: 20px;
	line-height: 23px;
	font-weight: bold;
	letter-spacing: -.2px;
}

.modal.calender_pop_up .modal-content .modal-body p {
	font-size: 14px;
	line-height: 25px;
	letter-spacing: -.14px;
	margin: 0px;
	padding: 22.33px 0px 22.67px;
}

.modal.calender_pop_up .modal-content .modal-body .share-booking-box .col-form {
	width: 100%;
	margin-bottom: 44.84px;
}

@media (max-width: 1700px) {
	.modal.calender_pop_up .modal-content .modal-body .share-booking-box .col-form {
		margin-bottom: 40px;
	}
}

@media (max-width: 1388px) {
	.modal.calender_pop_up .modal-content .modal-body .share-booking-box .col-form {
		margin-bottom: 30px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.modal.calender_pop_up .modal-content .modal-body .share-booking-box .col-form {
		width: 202px;
	}
}

@media (max-width: 767px) {
	.modal.calender_pop_up .modal-content .modal-body .share-booking-box .col-form {
		width: 100%;
		margin-bottom: 47px;
	}
	
	.modal.calender_pop_up .modal-content .modal-body .share-booking-box .col-form:nth-child(4) {
		margin-bottom: 40px;
	}
	
	.modal.calender_pop_up .modal-content .modal-body .share-booking-box .col-form:nth-child(2) {
		max-width: 100%;
	}
	
	.modal.calender_pop_up .modal-content .modal-body .share-booking-box .col-form:nth-child(3) {
		width: 100%;
	}
}

.modal.calender_pop_up .modal-content .modal-body .share-booking-box .col-form label {
	font-size: 14px;
	letter-spacing: -.14px;
	line-height: 16px;
}

.modal.calender_pop_up .modal-content .modal-body .share-booking-box .col-form input.form-control {
	border: none;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #8b8b8b;
	border-bottom: .5px solid #000;
	font-size: 14px;
	line-height: 16px;
	padding: 0px 0px 10px 0px;
	border-radius: 0px;
	-webkit-background-clip: text !important;
	-moz-background-clip: text !important;
	-ox-background-clip: text !important;
	-webkit-text-fill-color: #8b8b8b !important;
	-moz-text-fill-color: #8b8b8b !important;
	-ox-text-fill-color: #8b8b8b !important;
}

.modal.calender_pop_up .modal-content .modal-body .share-booking-box .col-form input.form-control::-webkit-input-placeholder {
	color: #8b8b8b;
}

.modal.calender_pop_up .modal-content .modal-body .share-booking-box .col-form input.form-control:-ms-input-placeholder {
	color: #8b8b8b;
}

.modal.calender_pop_up .modal-content .modal-body .share-booking-box .col-form input.form-control::-ms-input-placeholder {
	color: #8b8b8b;
}

.modal.calender_pop_up .modal-content .modal-body .share-booking-box .col-form input.form-control::placeholder {
	color: #8b8b8b;
}

@media (max-width: 1388px) {
	.modal.calender_pop_up .modal-content .modal-body .share-booking-box .col-form input.form-control {
		font-size: 13px;
		line-height: 15px;
		padding: 0px 0px 12px 0px;
	}
}

.modal.calender_pop_up .modal-content .modal-body .custom_btn {
	border: 1px solid #000;
	color: #000;
	width: 100%;
	height: 49px;
}

.modal.calender_pop_up .modal-content .modal-body .custom_btn:hover {
	background: #827653;
	border-color: #827653;
	color: #fff;
}

@media (max-width: 767px) {
	.modal.calender_pop_up .modal-content .modal-body {
		padding-bottom: 31px;
		padding-top: 8.95px;
	}
	
	.modal.calender_pop_up .modal-content .modal-body .heading {
		font-size: 19px;
		line-height: 32px;
		letter-spacing: 0;
	}
	
	.modal.calender_pop_up .modal-content .modal-body p {
		color: #8b8b8b;
		font-size: 13px;
		line-height: 20px;
		letter-spacing: 0;
		padding: 18px 0px 19px;
	}
	
	.modal.calender_pop_up .modal-content .modal-body .custom_btn {
		font-size: 14px;
		line-height: 21px;
	}
}

@media (max-width: 330px) {
	.modal.calender_pop_up .modal-content .modal-body {
		padding-bottom: 31px;
		padding-top: 8.95px;
	}
	
	.modal.calender_pop_up .modal-content .modal-body .heading {
		font-size: 18px;
		line-height: 29px;
		letter-spacing: 0;
	}
	
	.modal.calender_pop_up .modal-content .modal-body p {
		color: #8b8b8b;
		font-size: 13px;
		line-height: 20px;
		letter-spacing: 0;
		padding: 18px 0px 19px;
	}
}

.modal.booking_fault .modal-content .modal-body p {
	padding-top: 23.79px;
	padding-bottom: 32.17px;
}

.modal.booking_fault .modal-content .modal-body .form-group {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.modal.booking_fault .modal-content .modal-body .form-group .btn {
	width: 100%;
	height: 49px;
	border: 1px solid #000;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: -.16px;
	text-align: center;
	padding: 13px 0px 0px;
	border-radius: 0px;
	text-decoration: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: all .3s;
	transition: all .3s;
	color: #000;
	margin-bottom: 10px;
}

.modal.booking_max_person .modal-content .modal-body .form-group .btn {
	width: 100%;
	height: 49px;
	border: 1px solid #000;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: -.16px;
	text-align: center;
	padding: 13px 0px 0px;
	border-radius: 0px;
	text-decoration: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: all .3s;
	transition: all .3s;
	color: #000;
	margin-bottom: 10px;
}

.process-content .step-six .inner-section {
	max-width: 747px !important;
	margin: 0 auto;
	padding: 0 15px;
}

.process-content .step-six .process-header {
	position: relative;
	margin-bottom: 25px;
	padding: 0px 0 50px !important;
	border-bottom: 1px solid rgba(0, 0, 0, .2);
}

.process-content .step-six .process-header:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background: rgba(0, 0, 0, .2);
	bottom: -1px;
	right: 100%;
}

.process-content .step-six .process-header:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background: rgba(0, 0, 0, .2);
	bottom: -1px;
	left: 100%;
}

.process-content .step-six .process-header .booking-process {
	max-width: 731px;
	margin: 0 auto;
	padding: 0 15px;
}

.process-content .step-six .process-header .booking-process h3 {
	font-size: 30px;
	line-height: 42px;
	letter-spacing: -.3px;
	color: #1d1d1d;
	margin: 0;
	padding: 63px 0 39px;
}

.process-content .step-six .process-header .booking-process p {
	font-size: 16px;
	line-height: 25px;
	letter-spacing: 0;
	padding: 0 0 28px 0;
	margin: 0px;
	color: #8b8b8b;
}

@media (max-width: 1700px) {
	.process-content .step-six .process-header .booking-process p {
		padding: 17px 113px 5px 0px;
	}
}

@media (max-width: 1500px) {
	.process-content .step-six .process-header .booking-process p {
		padding: 17px 33px 5px 0px;
	}
}

@media (max-width: 1388px) {
	.process-content .step-six .process-header .booking-process p {
		padding: 17px 24px 5px 0px;
		font-size: 12px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.process-content .step-six .process-header .booking-process p {
		font-size: 13px;
	}
}

@media (max-width: 767px) {
	.process-content .step-six .process-header .booking-process p {
		font-size: 13px;
	}
}

@media (max-width: 767px) {
	.process-content .step-six .process-header h3 {
		font-size: 24px;
		line-height: 32px;
		letter-spacing: -.24px;
	}
}

.process-content .step-six .process-footer {
	padding: 0;
}

.process-content .step-six .process-footer .booking-fields-box {
	padding: 0px 0px 0px;
}

.process-content .step-six .process-footer .booking-fields-box .content {
	overflow: auto;
	position: relative;
	padding: 0px;
	max-width: 100%;
	height: calc(100vh - 550px);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	scrollbar-width: thin;
	scrollbar-width: thin;
	scrollbar-color: #827653;
	scrollbar-color: #827653 #fff;
}

.process-content .step-six .process-footer .booking-fields-box .content::-webkit-scrollbar-corner, .process-content .step-six .process-footer .booking-fields-box .content .scrollbar-1::-webkit-scrollbar-track {
	background-color: #cdcdcd;
}

.process-content .step-six .process-footer .booking-fields-box .content::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}

.process-content .step-six .process-footer .booking-fields-box .content::-webkit-scrollbar-track {
	background-clip: content-box;
	border: 8px solid rgba(255, 255, 255, .3);
	background-color: #fff;
}

.process-content .step-six .process-footer .booking-fields-box .content::-webkit-scrollbar-thumb {
	background-color: #827653;
	border-radius: 12px;
}

.process-content .step-six .process-footer .booking-fields-box .content::-webkit-scrollbar-thumb:hover {
	background-color: #827653;
}

.process-content .step-six .process-footer .booking-fields-box .content::-webkit-scrollbar-corner, .process-content .step-six .process-footer .booking-fields-box .content::-webkit-scrollbar-track {
	background-color: #827653;
	border-radius: 12px;
}

@media (max-width: 1700px) {
	.process-content .step-six .process-footer .booking-fields-box .content {
		height: calc(100vh - 567px);
	}
}

@media (max-width: 1500px) {
	.process-content .step-six .process-footer .booking-fields-box .content {
		height: calc(100vh - 547px);
	}
}

@media (max-width: 1388px) {
	.process-content .step-six .process-footer .booking-fields-box .content {
		height: calc(100vh - 517px);
	}
}

@media (min-width: 1200px) and (max-width: 1280px) {
	.process-content .step-six .process-footer .booking-fields-box .content {
		height: calc(100vh - 537px);
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.process-content .step-six .process-footer .booking-fields-box .content {
		height: calc(100vh - 615px);
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.process-content .step-six .process-footer .booking-fields-box .content {
		height: 100%;
		padding-bottom: 50px;
		overflow: visible !important;
		-webkit-touch-callout: inherit !important;
		touch-action: initial !important;
	}
	
	.process-content .step-six .process-footer .booking-fields-box .content .mCSB_container {
		margin-right: 0px;
	}
	
	.process-content .step-six .process-footer .booking-fields-box .content .mCSB_scrollTools {
		display: none !important;
	}
}

@media (max-width: 767px) {
	.process-content .step-six .process-footer .booking-fields-box .content {
		height: 100%;
		padding-bottom: 0px;
		overflow: visible !important;
		-webkit-touch-callout: inherit !important;
		touch-action: initial !important;
	}
	
	.process-content .step-six .process-footer .booking-fields-box .content .mCSB_container {
		margin-right: 0px;
		top: 0 !important;
	}
	
	.process-content .step-six .process-footer .booking-fields-box .content .mCSB_scrollTools {
		display: none !important;
	}
}

.process-content .step-six .process-footer .booking-fields-box .content .exp-section-header {
	font-size: 17px;
	line-height: 30px;
	padding: 0 15px;
}

.process-content .step-six .process-footer .booking-fields-box .content .exp-section .box-section {
	display: flex;
	margin: 0;
	margin: 15px 15px 30px;
	border-bottom: 1px solid var(--bg-color);
}

.process-content .step-six .process-footer .booking-fields-box .content .exp-section .box-section--default {
	background: #f8f5f0;
	padding: 15px;
	margin: 0 0 30px;
}

.process-content .step-six .process-footer .booking-fields-box .content .exp-section .box-section + .box-section {
	border-top: 1px solid rgba(0, 0, 0, .5);
	padding-top: 30px;
}

@media (max-width: 1700px) {
	.process-content .step-six .process-footer .booking-fields-box .content .exp-section .box-section {
		margin: 0px 0 0px 19.5px;
		padding: 26.13px 0px 42px;
	}
}

@media (max-width: 1500px) {
	.process-content .step-six .process-footer .booking-fields-box .content .exp-section .box-section {
		margin: 0px 0 0px 0px;
		padding: 24.13px 0px 40px;
	}
}

@media (max-width: 1388px) {
	.process-content .step-six .process-footer .booking-fields-box .content .exp-section .box-section {
		margin: 0px 0 0px 0px;
		padding: 20.13px 0px 29px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.process-content .step-six .process-footer .booking-fields-box .content .exp-section .box-section {
		margin: 0px 0px 0px 0px;
		padding: 20.13px 0px 29px;
	}
}

@media (max-width: 767px) {
	.process-content .step-six .process-footer .booking-fields-box .content .exp-section .box-section {
		margin: 0px 0px 0px 0px;
		padding: 34.13px 0px 30.86px;
		column-gap: 20px;
	}
	
	.process-content .step-six .process-footer .booking-fields-box .content .exp-section .box-section:first-child {
		padding: 8px 0px 30.86px;
	}
}

.process-content .step-six .process-footer .booking-fields-box .content .exp-section .box-section .left-box {
	width: 122.87px;
	height: 122.87px;
}

.process-content .step-six .process-footer .booking-fields-box .content .exp-section .box-section .left-box img {
	width: 122.87px;
	height: 122.87px;
	object-fit: cover;
}

@media (max-width: 1388px) {
	.process-content .step-six .process-footer .booking-fields-box .content .exp-section .box-section .left-box {
		width: 120px;
		height: 120px;
	}
	
	.process-content .step-six .process-footer .booking-fields-box .content .exp-section .box-section .left-box img {
		width: 120px;
		height: 120px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.process-content .step-six .process-footer .booking-fields-box .content .exp-section .box-section .left-box {
		width: 112px;
		height: 112px;
	}
	
	.process-content .step-six .process-footer .booking-fields-box .content .exp-section .box-section .left-box img {
		width: 112px;
		height: 112px;
	}
}

@media (max-width: 767px) {
	.process-content .step-six .process-footer .booking-fields-box .content .exp-section .box-section .left-box img {
		width: 94px;
		height: 94px;
	}
}

.process-content .step-six .process-footer .booking-fields-box .content .exp-section .box-section .right-box {
	padding-left: 30px;
	width: 100%;
}

@media (max-width: 1500px) {
	.process-content .step-six .process-footer .booking-fields-box .content .exp-section .box-section .right-box {
		padding-left: 42px;
	}
}

@media (max-width: 1388px) {
	.process-content .step-six .process-footer .booking-fields-box .content .exp-section .box-section .right-box {
		padding-left: 22px;
	}
}

@media (max-width: 767px) {
	.process-content .step-six .process-footer .booking-fields-box .content .exp-section .box-section .right-box {
		padding-left: 0px;
	}
}

.process-content .step-six .process-footer .booking-fields-box .content .exp-section .box-section .right-box .title {
	font-size: 16px;
	line-height: normal;
	font-weight: bold;
	color: #000;
	letter-spacing: .16x;
	font-family: "Americana BT";
}

@media (max-width: 1388px) {
	.process-content .step-six .process-footer .booking-fields-box .content .exp-section .box-section .right-box .title {
		font-size: 14px;
		line-height: 24px;
	}
}

@media (max-width: 767px) {
	.process-content .step-six .process-footer .booking-fields-box .content .exp-section .box-section .right-box .title {
		font-size: 13px;
		line-height: 28px;
	}
}

.process-content .step-six .process-footer .booking-fields-box .content .exp-section .box-section .right-box button.moreread {
	background: transparent;
	border: none;
	font-size: 12px;
	text-transform: capitalize;
	color: var(--yellow-light);
}

.process-content .step-six .process-footer .booking-fields-box .content .exp-section .box-section .right-box p {
	margin: 0px;
	padding: 14.02px 0px 12.87px;
	font-size: 11px;
	line-height: 18px;
	color: var(--booking-nor-text-color);
}

@media (max-width: 1700px) {
	.process-content .step-six .process-footer .booking-fields-box .content .exp-section .box-section .right-box p {
		padding: 12.02px 0px 8.86px;
	}
}

@media (max-width: 1388px) {
	.process-content .step-six .process-footer .booking-fields-box .content .exp-section .box-section .right-box p {
		padding: 6.02px 0px 5.86px;
		line-height: 16px;
	}
}

@media (max-width: 767px) {
	.process-content .step-six .process-footer .booking-fields-box .content .exp-section .box-section .right-box p {
		line-height: 18px;
		padding: 14px 0px 18.02px;
	}
}

.process-content .step-six .process-footer .booking-fields-box .content .exp-section .box-section .right-box p a {
	color: #000;
	text-decoration: underline;
}

.process-content .step-six .process-footer .booking-fields-box .content .exp-section .box-section .right-box .btn-green-border {
	text-align: center;
	border: 1px solid #000;
	border-radius: 0px;
	margin: 0px 0px 0px 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	outline: none;
	color: #000;
	font-size: 11px;
	font-weight: 400;
	line-height: 13px;
	-webkit-transition: .2s ease;
	transition: .2s ease;
	height: 37px;
	width: 149px;
}

.process-content .step-six .process-footer .booking-fields-box .content .exp-section .box-section--default .right-box .btn-green-border {
	width: auto;
	display: inline-flex;
	background: #827653;
	border-color: #827653;
	color: #fff;
}

.process-content .step-six .process-footer .booking-fields-box .content .exp-section .box-section .right-box .btn-green-border.active {
	width: 160px;
}

.process-content .step-six .process-footer .booking-fields-box .content .exp-section .box-section .right-box .btn-green-border:hover {
	color: #fff;
	background: #000;
	border-color: #000;
	box-shadow: inset 0 -3.7em 0 0 #000 !important;
}

.process-content .step-six .process-footer .booking-fields-box .content .exp-section .box-section .right-box .btn-green-border:focus {
	background: transparent;
	border: 1px solid #000;
	color: #000;
	box-shadow: none !important;
}

.process-content .step-six .process-footer .booking-fields-box .content .exp-section .box-section .right-box .btn-green-border:focus:hover {
	color: #fff !important;
	background: #000;
	border-color: #000;
	box-shadow: inset 0 -3.7em 0 0 #000 !important;
}

.process-content .step-six .process-footer .booking-fields-box .content .exp-section .box-section .right-box .btn-green-border:focus:hover i {
	color: #fff !important;
}

.process-content .step-six .process-footer .booking-fields-box .content .exp-section .box-section .right-box .btn-green-border span {
	display: block;
}

.process-content .step-six .process-footer .booking-fields-box .content .exp-section .box-section .right-box .btn-green-border i {
	font-style: normal;
	color: #000;
	display: none;
}

.process-content .step-six .process-footer .booking-fields-box .content .exp-section .box-section .right-box .btn-green-border.active {
	color: #000;
	background: var(--yellow-light);
	border-color: var(--yellow-light);
	box-shadow: inset 0 -3.7em 0 0 var(--yellow-light) !important;
}

.process-content .step-six .process-footer .booking-fields-box .content .exp-section .box-section .right-box .btn-green-border.active i {
	display: block;
}

.process-content .step-six .process-footer .booking-fields-box .content .exp-section .box-section .right-box .btn-green-border.active span {
	display: none;
}

.process-content .step-six .process-footer .booking-fields-box .content .exp-section .box-section.effect-box {
	opacity: .3;
}

.process-content .step-six .process-footer .booking-fields-box .content .exp-section .box-section.effect-box .right-box .btn-green-border {
	pointer-events: none;
}

.process-content .step-six .process-footer .process-btn .btn-green {
	color: #fff;
	background: #827653;
	border-color: #827653;
	border-radius: 0px;
	width: 100%;
	width: 100%;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: -.16px;
	padding: 16px 0;
	max-width: 470px;
	margin: 0 auto;
	display: flex;
	text-align: center;
	justify-content: center;
	align-items: center;
}

.process-content .step-six .process-footer .process-btn .btn-green:focus {
	outline: none;
	box-shadow: inherit;
}

.process-content .step-six .process-footer .process-btn .btn-green span {
	display: block;
	color: #fff;
}

.process-content .step-six .process-footer .process-btn .btn-green:hover, .process-content .step-six .process-footer .process-btn .btn-green:focus {
	color: #fff;
	background: #827653;
	border-color: #827653;
}

.process-content .step-six .process-footer .process-btn .btn-green:hover span, .process-content .step-six .process-footer .process-btn .btn-green:focus span {
	color: var(--white);
}

.process-content .step-six .process-footer .process-btn .btn-green i {
	font-style: normal;
	display: none;
}

.process-content .step-six .process-footer .process-btn .btn-green.active {
	color: #fff;
	background: #827653;
	border-color: #827653;
	pointer-events: none;
	pointer-events: visible;
	opacity: 1;
}

.process-content .step-six .process-footer .process-btn .btn-green.active span {
	display: none;
}

.process-content .step-six .process-footer .process-btn .btn-green.active i {
	display: block;
}

/* Parent Dining page starts here */
.parent-dining-banner {
	margin-bottom: 0px;
}

.parent-dining-banner .banner-inner {
	position: relative;
}

.parent-dining-banner .banner-inner:before {
	background: url("https://cdn-hfooj.nitrocdn.com/oVHnFHKIsdpZMVchDMyXANkTpmHzmjHS/assets/images/optimized/rev-3d2d727/balthazarlondon.com/wp-content/themes/balthazar/assets/images/Balthazar_141_0028.svg");
	background-repeat: no-repeat;
	height: 100%;
	background-size: cover;
	left: 0;
	top: 0;
	content: "";
	position: absolute;
	width: 100%;
	opacity: .2;
}

.parent-dining-banner .banner-inner img {
	width: 100%;
	object-fit: cover;
	height: 575px;
}

@media (max-width: 767px) {
	.parent-dining-banner .banner-inner img {
		height: 100vh;
	}
}

.parent-dining-banner .banner-text {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	width: 100%;
	margin-top: 21px;
}

@media (min-width: 768px) {
	.parent-dining-banner .banner-text {
		margin-top: calc(19.1971830986px + 100vw * .0023474178);
	}
}

@media (min-width: 1620px) {
	.parent-dining-banner .banner-text {
		margin-top: 23px;
	}
}

@media (min-width: 992px) and (max-width: 1619.98px) {
	.parent-dining-banner .banner-text {
		margin-top: 18px;
	}
}

.parent-dining-banner .banner-text h1 {
	color: #fff;
	font-family: "Americana BT";
	font-weight: normal;
	font-size: 50px;
	letter-spacing: -.5px;
	line-height: 58px;
	margin-bottom: 18px;
}

@media (max-width: 767px) {
	.parent-dining-banner .banner-text h1 {
		font-size: 40px;
		font-weight: bold;
		letter-spacing: -.4px;
		line-height: 52px;
		margin-bottom: 7px;
	}
}

.parent-dining-banner .banner-text p {
	font-size: 18px;
	font-weight: normal;
	letter-spacing: -.18px;
	line-height: 21px;
	margin-bottom: 0px;
	color: #fff;
}

@media (max-width: 767px) {
	.parent-dining-banner .banner-text p {
		font-size: 20px;
		font-weight: normal;
		letter-spacing: -.2px;
		line-height: 23px;
		margin-bottom: 0px;
		color: #fff;
		padding: 0 65px;
	}
}

@media (max-width: 767px) {
	.parent-dining-banner .banner-text {
		padding-left: 0px;
		padding-right: 0px;
	}
}

.section-parent-dining {
	padding-top: 80px;
	padding-bottom: 0;
	position: relative;
}

@media (max-width: 767px) {
	.section-parent-dining {
		padding-top: 80px;
		padding-bottom: 0;
		position: relative;
	}
}

.section-parent-dining .container {
	max-width: 1120px;
}

.section-parent-dining p:last-child {
	margin-bottom: 0px;
}

.parent-dining-listing {
	padding-top: 80px;
	padding-bottom: 80px;
}

.parent-dining-listing .parent-dining-listing-grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-column-gap: 46px;
	column-gap: 46px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

@media (max-width: 1700px) {
	.parent-dining-listing .parent-dining-listing-grid {
		width: 100%;
		padding: 0px 51px;
		column-gap: 46px;
	}
}

@media (max-width: 1388px) {
	.parent-dining-listing .parent-dining-listing-grid {
		width: 100%;
		padding: 0px 41px;
		column-gap: 41px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.parent-dining-listing .parent-dining-listing-grid {
		padding: 0px 21px;
		column-gap: 21px;
	}
}

@media (max-width: 767px) {
	.parent-dining-listing .parent-dining-listing-grid {
		width: 100%;
		padding: 0px 16px;
		column-gap: 0px;
		flex-wrap: wrap;
	}
}

.parent-dining-listing .parent-dining-listing-grid .parent-dining-listing-img {
	height: 621px;
	width: 568px;
	-o-object-fit: cover;
	object-fit: cover;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: hidden;
	position: relative;
}

.parent-dining-listing .parent-dining-listing-grid .parent-dining-listing-img::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .35;
	background: #000;
}

.parent-dining-listing .parent-dining-listing-grid .parent-dining-listing-img img {
	max-height: 699px;
	width: 100%;
	max-width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	padding: 0;
	margin: 0;
}

.parent-dining-listing .parent-dining-listing-grid .parent-dining-listing-img .parent-dining-listing-content {
	position: absolute;
	width: 100%;
	left: 0px;
	right: 0;
	bottom: 40px;
	text-align: center;
}

.parent-dining-listing .parent-dining-listing-grid .parent-dining-listing-img .parent-dining-listing-content .heading {
	font-family: "Americana BT";
	font-weight: bold;
	font-size: 30px;
	text-align: center;
	letter-spacing: -.3px;
	line-height: 47px;
	color: #fff;
	margin: 0;
	padding: 0px 119px 0px;
}

.parent-dining-listing .parent-dining-listing-grid .parent-dining-listing-img .parent-dining-listing-content a.btn-white-border {
	width: 172px;
	height: 38px;
	background: transparent;
	border: 1px solid #fff;
	border-radius: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "Americana BT";
	font-weight: normal;
	font-size: 12px;
	text-align: center;
	letter-spacing: -.12px;
	line-height: 14px;
	color: #fff;
	margin: 0 auto;
	padding: 0px;
	text-decoration: none;
}

.parent-dining-listing .parent-dining-listing-grid .parent-dining-listing-img .parent-dining-listing-content a.btn-white-border:hover {
	color: #000;
	background: #fff;
	border-color: #fff;
}

/* new css implemented */
.banner-img {
	overflow: hidden;
}

@media (max-width: 1700px) {
	.parent-dining-listing .parent-dining-listing-grid .parent-dining-listing-img {
		height: 621px;
		width: 568px;
	}
	
	.parent-dining-listing .parent-dining-listing-grid .parent-dining-listing-img img {
		max-height: 621px;
		width: 568px;
	}
}

@media (max-width: 1500px) {
	.parent-dining-listing .parent-dining-listing-grid .parent-dining-listing-img {
		height: 546px;
		width: 412px;
	}
	
	.parent-dining-listing .parent-dining-listing-grid .parent-dining-listing-img img {
		max-height: 546px;
		width: 412px;
	}
}

@media (max-width: 1388px) {
	.parent-dining-listing .parent-dining-listing-grid .parent-dining-listing-img {
		height: 536px;
		width: 393px;
	}
	
	.parent-dining-listing .parent-dining-listing-grid .parent-dining-listing-img img {
		max-height: 536px;
		width: 393px;
	}
	
	.parent-dining-listing .parent-dining-listing-grid .parent-dining-listing-img .parent-dining-listing-content .heading {
		font-size: 26px;
		line-height: 45px;
		padding: 0px 56px;
	}
}

.parent-dining-listing .parent-dining-listing-grid .parent-dining-listing-img .parent-dining-listing-content a.btn-white-border {
	font-size: 12px;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.parent-dining-listing .parent-dining-listing-grid .parent-dining-listing-img {
		height: 468px;
		width: 428px;
	}
	
	.parent-dining-listing .parent-dining-listing-grid .parent-dining-listing-img img {
		max-height: 468px;
		width: 428px;
	}
	
	.parent-dining-listing .parent-dining-listing-grid .parent-dining-listing-img .parent-dining-listing-content .heading {
		font-size: 26px;
		line-height: 35px;
		padding: 0px 44px;
	}
	
	.parent-dining-listing .parent-dining-listing-grid .parent-dining-listing-img .parent-dining-listing-content a.btn-white-border {
		font-size: 12px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.parent-dining-listing .parent-dining-listing-grid {
		padding: 0px 21px;
		column-gap: 21px;
	}
	
	.parent-dining-listing .parent-dining-listing-grid .parent-dining-listing-img {
		height: 468px;
		width: 428px;
	}
	
	.parent-dining-listing .parent-dining-listing-grid .parent-dining-listing-img img {
		max-height: 468px;
		width: 428px;
	}
	
	.parent-dining-listing .parent-dining-listing-grid .parent-dining-listing-img .parent-dining-listing-content .heading {
		font-size: 21px;
		line-height: 27px;
		padding: 0px 35px;
	}
	
	.parent-dining-listing .parent-dining-listing-grid .parent-dining-listing-img .parent-dining-listing-content a.btn-white-border {
		font-size: 12px;
	}
	
	.banner-img {
		height: auto;
	}
}

@media (max-width: 767px) {
	.parent-dining-listing {
		padding-top: 59px;
		padding-bottom: 0px;
	}
	
	.parent-dining-listing .parent-dining-listing-grid {
		width: 100%;
		padding: 0 15px 40px;
		-webkit-column-gap: 0px;
		column-gap: 0px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		flex-direction: column;
		align-items: center;
	}
	
	.parent-dining-listing .parent-dining-listing-grid .parent-dining-listing-img {
		height: 468px;
		width: 100%;
		margin: 5px 0px;
	}
	
	.parent-dining-listing .parent-dining-listing-grid .parent-dining-listing-img img {
		width: 100%;
	}
	
	.parent-dining-listing .parent-dining-listing-grid .parent-dining-listing-img:nth-child(1) {
		margin-top: 0px;
	}
	
	.parent-dining-listing .parent-dining-listing-grid .parent-dining-listing-img:last-child {
		margin-bottom: 0px;
	}
	
	.parent-dining-listing .parent-dining-listing-grid .parent-dining-listing-img .parent-dining-listing-content .heading {
		font-family: "Americana BT";
		font-weight: bold;
		font-size: 22px;
		text-align: center;
		letter-spacing: -.22px;
		line-height: 35.42px;
		color: #fff;
		padding: 0px 90px 0px;
	}
	
	.parent-dining-listing .parent-dining-listing-grid .parent-dining-listing-img .parent-dining-listing-content a.btn-white-border {
		width: 156px;
		height: 34px;
		font-weight: normal;
		font-size: 14px;
		line-height: 23px;
		letter-spacing: 0px;
		text-decoration: underline;
	}
}

@media (max-width: 480px) {
	.parent-dining-listing .parent-dining-listing-grid .parent-dining-listing-img {
		height: 468px;
	}
	
	.parent-dining-listing .parent-dining-listing-grid .parent-dining-listing-img img {
		max-height: 468px;
	}
}

@media (max-width: 320px) {
	.parent-dining-listing .parent-dining-listing-grid .parent-dining-listing-img {
		height: 309px;
	}
	
	.parent-dining-listing .parent-dining-listing-grid .parent-dining-listing-img img {
		max-height: 309px;
	}
}

/* Parent Dining page ends here */
.my-custom-class .mfp-content {
	max-width: 1160px;
	width: 80%;
}

.my-custom-class .mfp-container {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

@media (max-width: 767px) {
	.my-custom-class .mfp-content {
		width: 100%;
		max-width: calc(100% - 60px);
		padding: 0;
	}
}

/* Table styles */

/* Tables */
.privacy-policy table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	margin-bottom: 30px;
}

@media (min-width: 768px) {
	.privacy-policy table {
		display: table;
	}
}

@media (max-width: 767px) {
	.privacy-policy table {
		font-size: 20px;
	}
}

.privacy-policy table:last-child {
	margin-bottom: 0px !important;
}

.privacy-policy table tr {
	display: none;
	border: none !important;
}

.privacy-policy table tr+tr {
	display: block;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

@media (min-width: 768px) {
	.privacy-policy table tr, .privacy-policy table tr+tr {
		display: table-row;
		border-bottom: 0;
	}
}

@media (min-width: 768px) {
	.privacy-policy table td, .privacy-policy table th {
		padding: 10px 20px;
	}
}

.privacy-policy table tr:last-child {
	border: 0;
	margin: 0;
	padding: 0;
}

.privacy-policy table th {
	display: none;
}

@media (min-width: 768px) {
	.privacy-policy table th {
		display: table-cell;
		background: #000;
		color: white;
	}
}

.privacy-policy table td {
	display: block;
}

@media (min-width: 768px) {
	.privacy-policy table td {
		display: table-cell;
		color: #000;
	}
	
	.privacy-policy table td:last-child {
		box-shadow: inset 0 -2px 0 #d5d5d5, inset 2px 0 0 #d5d5d5, inset -2px 0 0 #d5d5d5;
	}
}

.privacy-policy table td+td {
	margin-top: 15px;
}

.privacy-policy table td>span {
	font-weight: 700;
	color: #b7b7b7;
	font-size: 14px;
}

/* Tables */
.privacy-policy table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	margin-bottom: 30px;
}

@media (min-width: 768px) {
	.privacy-policy table {
		display: table;
	}
}

@media (max-width: 767px) {
	.privacy-policy table {
		font-size: 20px;
	}
}

.privacy-policy table:last-child {
	margin-bottom: 0px !important;
}

.privacy-policy table tr {
	display: none;
}

.privacy-policy table tr+tr {
	display: block;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #d5d5d5;
}

@media (min-width: 768px) {
	.privacy-policy table tr, .privacy-policy table tr+tr {
		display: table-row;
		border-bottom: 0;
	}
}

@media (min-width: 768px) {
	.privacy-policy table td, .privacy-policy table th {
		padding: 10px 20px;
	}
}

.privacy-policy table tr:last-child {
	border: 0;
	margin: 0;
	padding: 0;
}

.privacy-policy table th {
	display: none;
}

@media (min-width: 768px) {
	.privacy-policy table th {
		display: table-cell;
		background: #000;
		color: white;
	}
}

.privacy-policy table td {
	display: block;
}

@media (min-width: 768px) {
	.privacy-policy table td {
		display: table-cell;
		box-shadow: inset 0 -2px 0 #d5d5d5, inset 2px 0 0 #d5d5d5;
		color: #000;
	}
	
	.privacy-policy table td:last-child {
		box-shadow: inset 0 -2px 0 #d5d5d5, inset 2px 0 0 #d5d5d5, inset -2px 0 0 #d5d5d5;
	}
}

.privacy-policy table td, .privacy-policy th {
	border: none !important;
}

.privacy-policy table td+td {
	margin-top: 15px;
}

.privacy-policy table td>span {
	font-weight: 700;
	color: #b7b7b7;
	font-size: 14px;
}

.slick-slider.banner-slick-slider {
	margin-top: 0;
	margin-bottom: 0px;
}

.slick-slider.banner-slick-slider .slick-dots, .slick-slider.banner-slick-slider .slick-next, .slick-slider.banner-slick-slider .slick-prev {
	position: absolute;
	display: block;
	padding: 0;
}

.slick-slider.banner-slick-slider .slick-dots {
	bottom: 20px;
	margin: 0;
	width: 100%;
	list-style: none;
	text-align: center;
}

.slick-slider.banner-slick-slider .slick-dots li button:before, .slick-slider.banner-slick-slider .slick-dots .slick-next:before, .slick-slider.banner-slick-slider .slick-dots .slick-prev:before {
	font-family: slick;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-slider.banner-slick-slider .slick-dots li {
	width: 13px;
	height: 7px;
	position: relative;
	display: inline-block;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.slick-slider.banner-slick-slider .slick-dots li.slick-active button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 13px;
	height: 7px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: 0;
	background: 0 0;
}

.slick-slider.banner-slick-slider .slick-dots li.slick-active button::before {
	background: #fff;
	opacity: 1;
	text-align: center;
}

.slick-slider.banner-slick-slider .slick-dots li button {
	width: 13px;
	height: 7px;
	padding: 0px;
	padding: 5px;
	position: relative;
	font-size: 0;
	line-height: 0;
	display: block;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: 0;
	background: 0 0;
}

.slick-slider.banner-slick-slider .slick-dots li button:before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 0px;
	color: transparent;
	color: #fff !important;
	font-family: inherit;
	content: "";
	width: 6px;
	height: 6px;
	background: #fff;
	border-radius: 3px;
	opacity: .5;
}

.bookingProcessContent .country-dropdown {
	display: flex;
	position: relative;
}

.bookingProcessContent .country-dropdown .wrap-drop {
	min-width: 65px;
	box-shadow: none;
	background: transparent;
	font-size: 13px !important;
	line-height: 15px !important;
	padding: 0;
	margin-right: 7px;
	border-radius: 0px;
	height: 36px !important;
	position: initial;
}

.bookingProcessContent .country-dropdown .wrap-drop span {
	position: relative;
	width: 100%;
	display: block;
	height: 100%;
	padding: 9px;
	color: #8b8b8b;
	font-size: 14px;
	line-height: 16px;
	padding-left: 2px;
}

.bookingProcessContent .country-dropdown .wrap-drop span:after {
	background: url("https://cdn-hfooj.nitrocdn.com/oVHnFHKIsdpZMVchDMyXANkTpmHzmjHS/assets/images/optimized/rev-3d2d727/balthazarlondon.com/wp-content/themes/balthazar/assets/images/arrow-bottom.svg");
	content: "";
	width: 11.34px;
	height: 5.67px;
	background-size: cover;
	background-repeat: no-repeat;
	right: 8px;
	position: absolute;
	top: 50%;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: all ease-in .3s;
	transition: all ease-in .3s;
	margin-top: -4px;
}

.bookingProcessContent .country-dropdown .wrap-drop:after {
	display: none;
}

.bookingProcessContent .country-dropdown .wrap-drop .drop {
	top: 95%;
	border-top: solid 1px #000;
	left: 0px;
}

@media (max-width: 767px) {
	.bookingProcessContent .country-dropdown .wrap-drop {
		margin: 0px 4px 0px 0px !important;
	}
}

.booking-section .process-container .process-content .booking-fields-box.four-box .col-form .country-dropdown .error {
	bottom: -20px;
}

.private-dining-hd-contents .enquiry-form .inner-box .country-dropdown .error {
	position: absolute;
	bottom: -20px;
}

.mid-section .heading {
	font-weight: normal;
	color: #fff;
	font-size: 55px;
	padding: 0;
	margin: 0px;
	line-height: 63px;
	padding-bottom: 10px;
}

.section-top .mid-section p {
	padding: 15px 0;
}

.mid-section a.btn.custom_btn {
	margin-top: 18px;
	width: auto;
	padding: 15.5px 28px;
	border: 0px;
	font-size: 20px;
	background: #827653;
	color: #fff;
	font-family: "Americana BT";
}

.index-page .banner .banner-grid {
	position: relative;
}

@media (max-width: 767px) {
	.index-page .section-top .mid-section .heading {
		font-weight: normal;
		font-size: 32px;
		line-height: 41px;
		letter-spacing: -.4px;
		margin-bottom: 15px;
	}
}

@media (max-width: 991px) {
	header nav .d-flex:first-child {
		width: auto;
	}
}

@media (max-width: 767px) {
	header nav a.custom-logo-link img {
		width: 150px;
	}
}

.btn-primary-custom {
	background: #827653;
	font-size: 20px;
	line-height: 24px;
	line-height: 48px;
	display: inline-block;
	color: #fff;
	outline: none;
	box-shadow: none;
	padding: 0 20px;
	text-decoration: none;
	border-radius: 0;
	height: 50px;
	min-width: 160px;
	border: 1px solid transparent;
	text-align: center;
}

.btn-primary-custom:hover, .btn-primary-custom:focus {
	background: #fff;
	color: var(--black);
	box-shadow: 0 0 0;
	opacity: 1;
	border: 1px solid #000;
}

.home-slider .slick-slide, .private-slick-slider .slick-slide {
	text-align: center;
	margin: 15px;
}

.finer-details-box .row .col-sm-4:nth-child(2) .finder-detail-group, .finer-details-box .row .col-sm-4:nth-child(5) .finder-detail-group {
	padding: 0 50px;
}

.pdr-video-mid video, .pdr-video-mid img {
	height: 526px;
	width: 100%;
	object-fit: cover;
}

/*========= previous and next button ========*/
.gallery-arrow button.slick-prev {
	position: absolute;
	bottom: -80px;
	left: -90px;
	right: 0px;
	margin: 0 auto;
	width: 65px;
	border: none;
	text-indent: inherit;
	background: none;
	height: 64px;
	color: #fff;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.gallery-arrow button.slick-prev:after {
	content: "";
	position: absolute;
	background: url("https://cdn-hfooj.nitrocdn.com/oVHnFHKIsdpZMVchDMyXANkTpmHzmjHS/assets/images/optimized/rev-3d2d727/balthazarlondon.com/wp-content/themes/balthazar/assets/images/slider-arrow-prev1.svg");
	width: 65px;
	height: 64px;
	background-repeat: no-repeat;
	top: 0;
	left: 0;
}

.gallery-arrow button.slick-next {
	position: absolute;
	bottom: -80px;
	left: 0;
	right: -90px;
	margin: 0 auto;
	width: 65px;
	border: none;
	text-indent: inherit;
	background: none;
	height: 64px;
	color: #fff;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.gallery-arrow button.slick-next:after {
	content: "";
	position: absolute;
	background: url("https://cdn-hfooj.nitrocdn.com/oVHnFHKIsdpZMVchDMyXANkTpmHzmjHS/assets/images/optimized/rev-3d2d727/balthazarlondon.com/wp-content/themes/balthazar/assets/images/slider-arrow-next1.svg");
	width: 65px;
	height: 64px;
	background-repeat: no-repeat;
	top: 0;
	left: 0;
}

/*-============*/
.home-slider .slick-track, .gallery-inner-page .slick-track {
	margin-left: 0;
	margin-right: 0;
}

.gallery-inner-page {
	padding: 80px 0;
	margin-bottom: 50px;
}

.gallery-inner-page .slick-track .slick-slide {
	text-align: center;
	margin: 15px;
}

@media (max-width: 1199px) {
	.gallery-inner-page .slick-track .slick-slide {
		margin: 10px;
	}
}

.gallery-inner-page .slick-track .slick-slide .itembox {
	object-fit: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	position: relative;
}

.gallery-inner-page .slick-track .slick-slide .itembox .ItemImgBox {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.gallery-inner-page .slick-track .slick-slide .itembox img {
	height: 584px;
	cursor: auto;
	cursor: pointer;
	object-fit: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	position: relative;
	width: 100%;
}

@media (max-width: 1199px) {
	.gallery-inner-page .slick-track .slick-slide .itembox img {
		height: 405px;
	}
}

/*====end===== previous and next button ===========*/
.finder-detail-group {
	margin-bottom: 10px;
}

.finer-details-box .row .col-sm-4:nth-child(2) .finder-detail-group, .finer-details-box .row .col-sm-4:nth-child(5) .finder-detail-group {
	padding: 0 50px;
}

/*============campaign-page============*/
.custom-h2 {
	font-size: 30px;
}

.campaign-box-section .img-banner video, .campaign-box-section .img-banner img {
	width: 100%;
	height: 38rem;
	object-fit: cover;
}

.campaign-third-section .img-banner video, .campaign-third-section .img-banner img {
	width: 100%;
	height: 498px;
}

.campaign-two-column .container {
	max-width: 1566px;
}

.campaign-two-column .container-1138 {
	width: 100%;
	max-width: 1138px;
}

.campaign-two-column {
	margin-bottom: 40px !important;
}

.campaign-gallery button.slick-prev {
	bottom: 0;
}

.campaign-gallery button.slick-next {
	bottom: 0;
}

.banner-inner video, .banner-inner img {
	object-fit: cover;
	width: 100%;
	height: 806px;
}

.homebanner-over-hidden {
	height: 809px;
	overflow: hidden;
}

@media (min-width:1200px) and (max-width:1366px) {
	.campaign-box-section .img-banner video, .campaign-box-section .img-banner img {
		height: 33rem;
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.campaign-box-section .img-banner video, .campaign-box-section .img-banner img {
		height: 30rem;
	}
	
	.campaign-third-section .img-banner video, .campaign-third-section .img-banner img {
		height: 370px;
	}
	
	.banner img, .banner video.videoval, .banner-inner video, .banner-inner img {
		height: 700px !important;
	}
	
	.homebanner-over-hidden {
		height: 700px;
		overflow: hidden;
	}
}

@media (min-width:768px) and (max-width:991px) {
	.campaign-box-section .img-banner video, .campaign-box-section .img-banner img {
		height: 20rem;
	}
	
	.banner img, .banner video.videoval, .banner-inner video
  .banner-inner img {
		height: 670px !important;
	}
	
	.homebanner-over-hidden {
		height: 670px;
		overflow: hidden;
	}
}

@media (min-width:576px) and (max-width:767px) {
	.campaign-box-section .img-banner video, .campaign-box-section .img-banner img {
		height: 20rem;
	}
}

@media (max-width:575px) {
	.campaign-box-section .img-banner video, .campaign-box-section .img-banner img {
		height: 25rem;
	}
	
	.campaign-third-section .img-banner video, .campaign-third-section .img-banner img {
		height: 350px;
	}
}

/*========================*/
@media (max-width: 1500px) {
	.private-dining-slider .slick-track .slick-slide .itembox img {
		height: 581px;
	}
}

@media (max-width:1199px) {
	.home-slider .slick-slide, .private-slick-slider .slick-slide {
		text-align: center;
		margin: 10px;
	}
	
	.home-slider .slick-track .slick-slide .itembox img {
		height: 405px;
	}
	
	.private-dining-slider .slick-track .slick-slide {
		text-align: center;
		margin: 10px;
	}
}

@media (min-width: 1200px) and (max-width: 1280px) {
	.private-dining-slider .slick-track .slick-slide .itembox img {
		height: 421px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.private-dining-slider .slick-track .slick-slide .itembox img {
		height: 421px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.private-dining-slider .slick-track .slick-slide .itembox img {
		height: 401px;
	}
}

@media (max-width: 767px) {
	.home-slider .slick-slide, .private-slick-slider .slick-slide {
		height: 420px;
	}
	
	.finer-details-box .row .col-sm-4:nth-child(2) .finder-detail-group, .finer-details-box .row .col-sm-4:nth-child(5) .finder-detail-group {
		padding: 0;
	}
	
	.btn-primary-custom {
		font-size: 16px;
	}
	
	.private-dining-slider .slick-track .slick-slide {
		text-align: center;
		margin: 10px;
	}
	
	.banner img, .banner video.videoval, .banner-inner video, .banner-inner img {
		height: 500px !important;
	}
	
	.homebanner-over-hidden {
		height: 500px;
		overflow: hidden;
	}
	
	.private-dining-slider .slick-track .slick-slide .itembox img {
		height: 366px;
	}
	
	.footer {
		font-size: 14px;
	}
	
	.footer .form-control {
		font-size: 14px;
	}
	
	.footer-first-col {
		order: 4;
	}
	
	.footer-second-col {
		order: 1;
	}
	
	.footer-third-col {
		order: 3;
	}
	
	.footer-fourth-col {
		order: 2;
	}
	
	.footer-second-col .widget_nav_menu h3 {
		display: none;
	}
	
	.footer-fourth-col .col, .footer-third-col .col {
		width: 50%;
		float: left;
		padding-right: 10px;
	}
	
	footer .footer-form {
		padding-right: 40px;
	}
	
	.finer-details-box .row .col-sm-4:nth-child(2) .finder-detail-group, .finer-details-box .row .col-sm-4:nth-child(5) .finder-detail-group {
		padding: 0;
	}
	
	footer {
		padding-top: 30px;
		font-size: 14px;
	}
	
	footer .container {
		padding-bottom: 0;
	}
	
	footer ul li a {
		font-size: 14px;
	}
}

/*========== popup section ===========*/
.mfp-container {
	padding-left: 15px;
	padding-right: 15px;
}

@media (max-width: 767px) {
	.mfp-container .mfp-figure .mfp-img {
		height: 400px;
	}
	
	.mfp-container .mfp-figure .mfp-close::before {
		right: 0;
		left: 0;
	}
}

/* 
.section-top {
  position: relative;
  padding-bottom: 0;
  height: 100vh;
} 
*/
.page-template-Campaign_new .mfp-close {
	font-size: 14px;
}

/*========== new =========*/
.lds-ellipsis {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
}

.lds-ellipsis div {
	position: absolute;
	top: 33px;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background: #fff;
	animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
	left: 8px;
	animation: lds-ellipsis1 .6s infinite;
}

.lds-ellipsis div:nth-child(2) {
	left: 8px;
	animation: lds-ellipsis2 .6s infinite;
}

.lds-ellipsis div:nth-child(3) {
	left: 32px;
	animation: lds-ellipsis2 .6s infinite;
}

.lds-ellipsis div:nth-child(4) {
	left: 56px;
	animation: lds-ellipsis3 .6s infinite;
}

@keyframes lds-ellipsis1 {
	0% {
		transform: scale(0);
	}
	
	100% {
		transform: scale(1);
	}
}

@keyframes lds-ellipsis3 {
	0% {
		transform: scale(1);
	}
	
	100% {
		transform: scale(0);
	}
}

@keyframes lds-ellipsis2 {
	0% {
		transform: translate(0, 0);
	}
	
	100% {
		transform: translate(24px, 0);
	}
}

.loader-logo img {
	width: 200px;
}

.loader-logo-wrapper {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.loader-logo {
	margin-top: 40px;
}

/*===end======= new =========*/

/*========banner section ========== */
.banner-box {
	position: relative;
}

.banner .heading, .banner h1, .banner-inner .heading, .banner-inner h1 {
	font-size: 55px;
	line-height: 66px;
	letter-spacing: normal;
	font-weight: 500;
	color: #fff;
	margin-bottom: 15px;
}

body .section-top.banner .banner-text h1.heading {
	font-size: 55px;
	line-height: 63px;
	letter-spacing: 1px;
	color: #fff !important;
	margin-bottom: 20px !important;
	padding: 0;
}

.banner-inner video, .banner-inner img, .banner video, .banner img {
	object-fit: cover;
	width: 100%;
	height: 700px;
}

.banner-inner {
	height: 700px;
	overflow: hidden;
}

.homebanner-over-hidden {
	height: 700px;
	overflow: hidden;
}

@media (min-width:1920px) {
	.banner-inner video, .banner-inner img, .banner video, .banner img {
		height: 809px !important;
	}
	
	.homebanner-over-hidden {
		height: 809px;
		overflow: hidden;
	}
	
	.banner-inner {
		height: 809px;
		overflow: hidden;
	}
}

@media (min-width:1367px) and (max-width:1599px) {
	.banner img, .banner video.videoval, .banner-inner video, .banner-inner img {
		height: 620px !important;
	}
	
	.homebanner-over-hidden {
		height: 620px;
		overflow: hidden;
	}
	
	.banner-inner {
		height: 620px;
		overflow: hidden;
	}
}

@media (min-width:992px) and (max-width:1366px) {
	.banner img, .banner video.videoval, .banner-inner video, .banner-inner img {
		height: 620px !important;
	}
	
	.homebanner-over-hidden {
		height: 620px;
		overflow: hidden;
	}
	
	.banner-inner {
		height: 620px;
		overflow: hidden;
	}
}

@media (min-width:768px) and (max-width:991px) {
	.banner img, .banner video.videoval, .banner-inner video
  .banner-inner img {
		height: 600px !important;
	}
	
	.homebanner-over-hidden {
		height: 600px;
		overflow: hidden;
	}
	
	.banner-inner {
		height: 600px;
		overflow: hidden;
	}
	
	.banner .heading, .banner h1, .banner-inner .heading {
		font-size: 35px;
		line-height: 42px;
	}
}

@media (max-width: 767px) {
	.banner img, .banner video.videoval, .banner-inner video, .banner-inner img {
		height: 450px !important;
	}
	
	.homebanner-over-hidden {
		height: 450px;
		overflow: hidden;
	}
	
	.banner-inner {
		height: 450px;
		overflow: hidden;
	}
	
	.banner .heading, .banner h1, .banner-inner .heading, .banner-inner h1 {
		font-size: 35px;
		line-height: 42px;
	}
}

body .banner .banner-text, body .banner-inner .banner-text, body .banner-inner .mid-section {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	top: inherit;
	bottom: 50px;
	width: 100%;
	z-index: 99;
	padding: 0 15px;
	transform: translateY(0);
}

body .banner .banner-text .sub-title, body .banner .banner-text .sub-title p, body .banner .mid-section .subheading, body .banner-inner .banner-text .sub-title, body .banner-inner .mid-section .subheading, body .banner-inner .banner-text .sub-title p {
	color: #fff;
	font-size: 18px;
	line-height: 21px;
	padding: 0;
}

.banner-inner .banner-img:before, .banner .banner-img:before {
	content: "";
	position: absolute;
	bottom: 0px;
	height: 320px;
	left: 0px;
	right: 0px;
	background: transparent linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #0b0b0b 100%) 0% 0% no-repeat padding-box;
	background: transparent linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #0b0b0b 100%) 0% 0% no-repeat padding-box;
	opacity: 1;
	z-index: 1;
}
