/*# sourceMappingURL=stylesheet.css.map */

header {
	background: #b9a373 !important;
}

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

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

@media (max-width: 991px) {
	header nav .d-flex:first-child {
		width: auto;
	}
}

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

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

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

header nav .offcanvas {
	flex-direction: inherit !important;
}

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

@media (min-width: 768px) and (max-width: 991px) {
	header nav .btn-close {
		display: block;
		position: absolute;
		right: 12px;
		width: 26px;
		height: 26px;
		z-index: 2;
		opacity: 1;
		top: 27px;
		margin: 0 !important;
		padding: 0px !important;
	}
	
	header nav .logo-mobile {
		display: block;
		position: absolute;
		top: 30px;
		left: 33px;
	}
	
	header nav .logo-mobile img {
		width: 140px !important;
	}
}

@media (max-width: 767px) {
	header nav .btn-close {
		display: block;
		position: absolute;
		right: 45.44px;
		width: 26px;
		height: 26px;
		z-index: 2;
		opacity: 1;
		top: 26.06px;
		margin: 0 !important;
		padding: 0px !important;
	}
	
	header nav .logo-mobile {
		display: block;
		position: absolute;
		top: 30px;
		left: 33px;
	}
	
	header nav .logo-mobile img {
		width: 137px !important;
	}
}

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

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

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

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

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

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

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

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

@media (max-width: 390px) {
	header nav button.navbar-toggler {
		margin-left: 10px;
		width: 30px;
	}
	
	header nav button.navbar-toggler img {
		width: 30px;
	}
}

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

header nav button.navbar-toggler span.navbar-toggler-icon {
	background: url("https://cdn-homhn.nitrocdn.com/RJOvKsUdvwVoRLQXKDqGPNtvQMmyLMGl/assets/images/optimized/rev-44d1ee7/daphnes-restaurant.co.uk/wp-content/themes/daphnes/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-homhn.nitrocdn.com/RJOvKsUdvwVoRLQXKDqGPNtvQMmyLMGl/assets/images/optimized/rev-44d1ee7/daphnes-restaurant.co.uk/wp-content/themes/daphnes/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: flex;
		flex-direction: column;
		max-width: 100%;
		visibility: hidden;
		background: url("https://cdn-homhn.nitrocdn.com/RJOvKsUdvwVoRLQXKDqGPNtvQMmyLMGl/assets/images/optimized/rev-44d1ee7/daphnes-restaurant.co.uk/wp-content/themes/daphnes/assets/images/mobile-menu-bg.png");
		background-size: cover;
		height: 100%;
		background-clip: padding-box;
		outline: 0;
		transition: transform .3s ease-in-out;
		transform: translateX(100%);
		top: 0;
		right: 0;
		left: 0;
	}
	
	header nav div#navbarSupportedContent.show {
		transform: none;
	}
	
	header nav div#navbarSupportedContent ul {
		padding: 0px;
		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: 30px;
	}
	
	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%;
		transform: initial;
		width: 100%;
		padding-top: 0%;
		display: block;
	}
}

@media (max-width: 767px) {
	header nav {
		padding: 30px 27px !important;
	}
	
	header nav div#navbarSupportedContent {
		position: fixed;
		bottom: 0;
		z-index: 1045;
		display: block;
		flex-direction: column;
		max-width: 100%;
		visibility: hidden;
		background: url("https://cdn-homhn.nitrocdn.com/RJOvKsUdvwVoRLQXKDqGPNtvQMmyLMGl/assets/images/optimized/rev-44d1ee7/daphnes-restaurant.co.uk/wp-content/themes/daphnes/assets/images/mobile-menu-bg.png");
		background-size: cover;
		height: 100%;
		background-clip: padding-box;
		outline: 0;
		transition: transform .3s ease-in-out;
		transform: translateX(100%);
		top: 0;
		right: 0;
		left: 0;
	}
	
	header nav div#navbarSupportedContent.show {
		transform: none;
	}
	
	header nav div#navbarSupportedContent .menu-primary-container {
		display: flex;
		align-items: center;
		height: calc(100vh - 150px);
		overflow-y: auto;
		flex-direction: column;
		padding: 20px 0 50px;
	}
	
	header nav div#navbarSupportedContent ul {
		padding: 0 0 20px 0;
		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: 29px;
		letter-spacing: -.25px;
		font-family: "Garamond";
	}
	
	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%;
		transform: initial;
		width: 100%;
		padding-top: 0%;
		display: block;
	}
	
	header nav.sticky {
		padding: 20px 27px !important;
	}
	
	header nav a.navbar-brand img {
		width: 125px;
	}
}

@media (max-width: 390px) {
	header nav {
		padding: 30px 17px !important;
	}
	
	header nav.sticky {
		padding: 20px 17px !important;
	}
}

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

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

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

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

@media (min-width: 1200px) and (max-width: 1280px) {
	header ul.custom-nav li {
		padding: 0px 14.5px 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 {
	color: #fff !important;
	opacity: 1;
	text-decoration: none;
	outline: none;
	font-size: 20px;
	line-height: 24px;
	font-family: "Garamond";
	font-weight: normal;
	position: relative;
	padding-right: 0px !important;
	padding-left: 0px !important;
	padding-bottom: 10px;
}

header ul.custom-nav li a:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	background: none;
	bottom: 0px;
	left: 0px;
	opacity: 1;
	transition: .5s transform ease;
	transform: scale3d(0, 1, 1);
	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: #fff;
	bottom: 0px;
	left: 0px;
	opacity: 1;
	transform: scale3d(1, 1, 1);
}

@media (min-width: 1200px) and (max-width: 1280px) {
	header ul.custom-nav li {
		padding: 0px 10px 0px;
	}
	
	header ul.custom-nav li a {
		font-size: 16px;
		line-height: 18px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	header ul.custom-nav li {
		padding: 0px 6px 0px;
	}
	
	header ul.custom-nav li a {
		font-size: 16px !important;
		line-height: 18px;
	}
}

header .btn-booktable {
	min-width: 165px;
	height: 54px;
	border: 1px solid #fff;
	background: #fff;
	font-family: "Friz Quadrata Std" !important;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	padding: 0px 10px;
	color: #000;
	border-radius: 0px;
	text-decoration: none;
	box-shadow: none;
	outline: none;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

header .btn-booktable:hover {
	background: #b9a373;
	color: #fff;
}

header .btn-booktable:focus {
	outline: 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: #b9a373 !important;
}

@media (max-width: 767px) {
	body.bookTablePageLoad header nav {
		padding: 41.5px 27px !important;
	}
}

body.bookTablePageLoad header nav .btn-booktable {
	width: 171px;
	height: 48px;
	border: 1px solid #fff;
	background: #fff;
	font-family: "Friz Quadrata Std" !important;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: -.16px;
	text-align: center;
	padding: 0px 0px 0px;
	color: #b9a373;
	border-radius: 0px;
	text-decoration: none;
	box-shadow: none;
	outline: none;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

body.bookTablePageLoad header nav .btn-booktable:hover {
	background: #b9a373;
	color: #fff;
}

@media (max-width: 429px) {
	body.bookTablePageLoad header nav .btn-booktable {
		width: 126px;
	}
}

footer {
	background: #b9a373;
	padding-top: 50px;
	margin-top: auto !important;
}

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

footer .container .row {
	margin: 0px;
}

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

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

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

footer .col:first-child h3 {
	padding-bottom: 12.3px;
}

footer h3 {
	font-family: "Friz Quadrata Std";
	font-weight: normal;
	color: #fff;
	font-size: 22px;
	line-height: 25px;
	letter-spacing: 1.76px;
	margin: 0px;
	padding: 0px 0px 12.3px;
	text-align: left;
}

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

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

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

footer ul li:first-child a {
	padding-top: 0px;
}

footer ul li:last-child a {
	padding-bottom: 0px;
}

footer .newslatter-thanks {
	color: #fff;
	font-size: 16px;
	line-height: normal;
	letter-spacing: 1.28px;
	text-align: left;
}

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

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

footer .footer-form .mb-3 {
	margin-bottom: 12.6px !important;
}

footer .footer-form .mb-3:last-child {
	margin-bottom: 14.7px !important;
}

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

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

footer .footer-form .btn {
	width: 81px;
	height: 32px;
	margin-top: 2.1px;
	border: 1px solid #b9a373;
	font-family: "Friz Quadrata Std";
	font-weight: normal;
	font-size: 13px;
	line-height: 14px;
	text-align: center;
	padding: 0px 0px 0px;
	background: #fff;
	color: #000;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	outline: none;
	box-shadow: none;
}

footer .footer-form .btn:hover {
	color: #fff;
	border-color: #fff;
	background: none;
}

@media (max-width: 767px) {
	footer .footer-form .btn {
		font-size: 14px;
		line-height: 20px;
		width: 76px;
		height: 32px;
		margin-left: 0;
	}
}

@media (max-width: 767px) {
	footer .footer-form {
		margin-left: 0px;
		width: 210px;
	}
}

footer .menu-footer-menu1-container {
	padding-right: 20px;
}

footer .cols-2 h3 {
	padding: 0px 0px 27px;
}

footer .cols-3 p {
	padding-right: 20px !important;
}

footer .cols-3 h3 {
	padding: 0px 0px 27px;
}

footer .cols-4 h3 {
	padding: 0px 0px 27px;
}

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

footer .copyright-section p {
	padding: 17px 0px 17px;
	margin: 0px;
	color: #fff;
	font-weight: 300;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: -.24px;
}

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

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

footer .foot-columns {
	max-width: 1450px;
	margin: 0 auto;
	padding-bottom: 41.65px;
	padding: 0 15px;
}

footer .foot-columns p {
	font-size: 16px;
	line-height: 27px;
	color: #fff;
	letter-spacing: 1.28px;
	margin-bottom: 1rem;
	padding: 0px;
	width: auto;
	text-align: left;
}

footer .foot-columns p + p {
	margin-top: 27px;
}

footer .foot-columns p a {
	color: #fff;
	outline: none;
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
}

footer .foot-columns p span {
	display: block;
}

.footer-form br {
	display: none;
}

footer .footer-form p {
	font-size: 11px;
	line-height: 15px;
}

@media (max-width: 767px) {
	.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;
	}
	
	footer .container {
		padding-bottom: 0;
	}
}

.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: flex;
	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;
		flex-wrap: wrap;
		column-gap: 0;
	}
}

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

.tow-col-box .box img {
	width: 568px;
	height: 621px;
	object-fit: cover;
	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-homhn.nitrocdn.com/RJOvKsUdvwVoRLQXKDqGPNtvQMmyLMGl/assets/images/optimized/rev-44d1ee7/daphnes-restaurant.co.uk/wp-content/themes/daphnes/assets/images/black-light-bg.svg");
	background-repeat: no-repeat;
	background-size: cover;
}

.three-col-box {
	padding: 0px;
	max-width: 100%;
	margin: 0 55px;
	display: flex;
	column-gap: 41px;
	justify-content: center;
}

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

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

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

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

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

.three-col-box .box {
	position: relative;
	max-width: 884px;
	width: 100%;
}

.three-col-box .box img {
	max-width: 884px;
	width: 100%;
	height: 699px;
	object-fit: cover;
	object-position: 50% 50%;
}

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

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

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

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

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

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

@media (max-width: 767px) {
	.three-col-box .box {
		width: 100%;
		height: 699px;
		margin-bottom: 31px;
	}
	
	.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: 180px;
	bottom: 0;
	left: 0;
	right: 0;
	background: transparent linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #0b0b0b 100%) 0% 0% no-repeat padding-box;
}

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

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

.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;
}

.private-dining-step-2 .section-top.half-banner .banner-img picture img {
	height: 906px;
}

@media (max-width: 1700px) {
	.private-dining-step-2 .section-top.half-banner .banner-img picture img {
		height: 800px;
	}
}

@media (max-width: 1500px) {
	.private-dining-step-2 .section-top.half-banner .banner-img picture img {
		height: 780px;
	}
}

@media (max-width: 1388px) {
	.private-dining-step-2 .section-top.half-banner .banner-img picture img {
		height: 750px;
	}
}

@media (min-width: 1200px) and (max-width: 1280px) {
	.private-dining-step-2 .section-top.half-banner .banner-img picture img {
		height: 700px;
	}
}

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

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

@media (max-width: 767px) {
	.private-dining-step-2 .section-top.half-banner .banner-img picture img {
		height: 100vh;
	}
}

.private-dining-step-2 .section-top.half-banner .mid-section .heading {
	padding: 0px 0px 0;
}

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

.private-location-tabs-section ul.nav-tabs {
	border: none;
	column-gap: 10px;
	flex-wrap: nowrap;
	margin-bottom: 12px;
}

.private-location-tabs-section ul.nav-tabs li {
	width: 100%;
}

.private-location-tabs-section ul.nav-tabs li button {
	border-color: #000 !important;
	color: #000 !important;
	width: 100%;
	height: 50px;
	border-radius: 0px;
	outline: none;
	font-size: 20px;
	line-height: 40px;
	padding: .25rem 5px;
	box-shadow: none;
}

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

@media (max-width: 767px) {
	.private-location-tabs-section ul.nav-tabs {
		column-gap: 8px;
		justify-content: center;
		display: block;
	}
	
	.private-location-tabs-section ul.nav-tabs li {
		width: 100%;
		margin-bottom: 12px;
	}
	
	.private-location-tabs-section ul.nav-tabs li button {
		width: 100%;
		height: 50px;
		font-size: 18px;
		padding: 0px;
		margin: 0px;
	}
}

.private-dining-content p {
	font-size: 17px;
	line-height: 28px;
	color: #242424;
	padding: 0px;
	margin: 0px;
	font-family: "Garamond";
}

.private-dining-content .detail-box-btn .custom_border_btn {
	width: 100%;
	height: 50px;
	display: block;
	border: 1px solid #000;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: -.14px;
	text-align: center;
	margin: 0 auto 0;
	padding: 10px 0px 0px;
	outline: none;
	color: #000;
	text-decoration: none;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.private-dining-content .detail-box-btn .custom_border_btn:hover {
	background: #b9a373;
	color: #fff;
	border-color: #b9a373;
}

@media (max-width: 767px) {
	.private-dining-content .detail-box-btn .custom_border_btn {
		margin: 0;
		width: 100%;
		height: 48px;
		font-size: 16px;
		padding: 15px 0px 0px;
	}
}

.finer-details-box {
	padding: 65px 0;
	border-bottom: 1px solid #e1e1e1;
}

.finer-details-box .heading {
	font-size: 20px;
	line-height: 25px;
	color: #000;
	padding-bottom: 20px;
	font-weight: 400;
}

.finer-details-box dl {
	margin: 0;
}

.finer-details-box dl .prgr {
	font-size: 17px;
	line-height: 22px;
	padding-bottom: 5px;
	margin-bottom: 0px;
	font-family: "Garamond";
	font-weight: normal;
}

.finer-details-box dl dt {
	font-size: 17px;
	line-height: 22px;
	padding-bottom: 5px;
	margin-bottom: 0px;
}

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

.finer-details-box dl dd {
	font-size: 17px;
	line-height: 22px;
	color: #000;
	margin-bottom: 0px;
	font-family: "Garamond";
}

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

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

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

.private-dining-slider .slick-track .slick-slide .itembox {
	object-fit: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	position: relative;
}

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

.private-dining-slider .slick-track .slick-slide .itemInfo {
	position: absolute;
	text-align: center;
	width: 100%;
	left: 50%;
	top: 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 #fffdf8;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: -.16px;
	text-align: center;
	padding: 6px 0px 0px;
	color: #fffdf8;
	border-radius: 0px;
	text-decoration: none;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

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

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

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

.private-dining-slider .homesliderbox button.slick-prev {
	position: absolute;
	bottom: -182px;
	left: -30px;
	right: 0px;
	margin: 0 auto;
	width: 32px;
	border: none;
	text-indent: inherit;
	background: none;
	height: 64px;
	border-radius: 33px 0px 0px 33px;
	overflow: hidden;
	color: #fff;
	outline: none;
	box-shadow: none;
}

.private-dining-slider .homesliderbox button.slick-prev:after {
	content: "";
	position: absolute;
	background: url("https://cdn-homhn.nitrocdn.com/RJOvKsUdvwVoRLQXKDqGPNtvQMmyLMGl/assets/images/optimized/rev-44d1ee7/daphnes-restaurant.co.uk/wp-content/themes/daphnes/assets/images/slider-arrow-prev.svg");
	width: 32px;
	height: 64px;
	background-repeat: no-repeat;
	top: 0;
	left: 0;
}

.private-dining-slider .homesliderbox button.slick-next {
	position: absolute;
	bottom: -182px;
	left: 0px;
	right: -30px;
	margin: 0 auto;
	width: 32px;
	border: none;
	text-indent: inherit;
	background: none;
	height: 64px;
	border-radius: 0px 33px 33px 0;
	overflow: hidden;
	color: #fff;
	outline: none;
	box-shadow: none;
}

.private-dining-slider .homesliderbox button.slick-next:after {
	content: "";
	position: absolute;
	background: url("https://cdn-homhn.nitrocdn.com/RJOvKsUdvwVoRLQXKDqGPNtvQMmyLMGl/assets/images/optimized/rev-44d1ee7/daphnes-restaurant.co.uk/wp-content/themes/daphnes/assets/images/slider-arrow-next.svg");
	width: 32px;
	height: 64px;
	background-repeat: no-repeat;
	top: 0;
	left: 0;
}

@media (max-width: 767px) {
	.private-dining-slider .homesliderbox button.slick-next {
		width: 27px;
		height: 54px;
		right: -27px;
	}
	
	.private-dining-slider .homesliderbox button.slick-next:after {
		background: url("https://cdn-homhn.nitrocdn.com/RJOvKsUdvwVoRLQXKDqGPNtvQMmyLMGl/assets/images/optimized/rev-44d1ee7/daphnes-restaurant.co.uk/wp-content/themes/daphnes/assets/images/slider-arrow-next-mobile.png");
		width: 27px;
		height: 54px;
		background-repeat: no-repeat;
		top: 0;
		left: 0;
	}
	
	.private-dining-slider .homesliderbox button.slick-prev {
		width: 27px;
		height: 54px;
		left: -27px;
	}
	
	.private-dining-slider .homesliderbox button.slick-prev:after {
		background: url("https://cdn-homhn.nitrocdn.com/RJOvKsUdvwVoRLQXKDqGPNtvQMmyLMGl/assets/images/optimized/rev-44d1ee7/daphnes-restaurant.co.uk/wp-content/themes/daphnes/assets/images/slider-arrow-prev-mobile.png");
		width: 27px;
		height: 54px;
		background-repeat: no-repeat;
		top: 0;
		left: 0;
	}
	
	.private-dining-slider .homesliderbox button.slick-prev, .private-dining-slider .homesliderbox button.slick-next {
		bottom: -130px;
	}
}

.private-dining-hd-contents {
	padding-bottom: 50px;
}

.private-dining-hd-contents .enquiry-form .bor-btn {
	display: block;
	display: flex;
	margin: 0 auto;
	width: 154px;
	height: 34px;
	font-size: 13px;
	color: #fff;
	line-height: 19px;
	opacity: 2;
	justify-content: center;
	align-items: center;
	background: #b9a373;
	border-color: #b9a373;
}

@media (max-width: 767px) {
	.private-dining-hd-contents .enquiry-form .bor-btn {
		width: 154px;
		height: 34px;
		font-size: 13px;
		line-height: 19px;
	}
}

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

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

.private-dining-hd-contents .enquiry-form .inner-box .top-content {
	font-size: 17px;
	line-height: 22px;
	color: #242424;
	max-width: 414px;
	width: 100%;
	margin: 0 auto 35px;
	text-align: center;
	font-family: "Copperplate";
}

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

.private-dining-hd-contents .enquiry-form .inner-box .two-tabs-section {
	max-width: 325px;
	width: 100%;
	margin: 36.52px auto 20px;
	display: flex;
	column-gap: 16.78px;
}

@media (max-width: 767px) {
	.private-dining-hd-contents .enquiry-form .inner-box .two-tabs-section {
		padding: 25.52px auto 20px;
	}
}

.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: #b9a373;
	border-color: #b9a373;
	color: #fff;
}

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

@media (max-width: 767px) {
	.private-dining-hd-contents .enquiry-form .inner-box .datepicker-section {
		width: 100%;
		margin: 0px auto 0px;
	}
}

.private-dining-hd-contents .enquiry-form .inner-box .datepicker-section.pd-opacity {
	opacity: .3;
}

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

@media (max-width: 767px) {
	.private-dining-hd-contents .enquiry-form .inner-box .row {
		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 .form-control {
	border: none;
	border-radius: 0px;
	font-size: 16px;
	line-height: 18px;
	box-shadow: none;
	outline: none;
	border-bottom: 1px solid rgba(0, 0, 0, .5);
	padding: 0px 0px 9px;
	color: #8b8b8b;
	font-family: "Garamond";
	-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;
}

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

@media (max-width: 767px) {
	.private-dining-hd-contents .enquiry-form .inner-box .form-control {
		padding: 0px 0px 9px;
		font-size: 16px;
		line-height: 18px;
	}
}

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

@media (max-width: 767px) {
	.private-dining-hd-contents .enquiry-form .inner-box textarea.form-control {
		height: 129px;
	}
}

.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;
	background: transparent;
}

.private-dining-hd-contents .enquiry-form .inner-box .wrap-drop.bookdate span {
	color: #8b8b8b;
	font-weight: normal;
}

@media (max-width: 767px) {
	.private-dining-hd-contents .enquiry-form .inner-box .wrap-drop.bookdate span {
		font-size: 16px;
	}
}

.private-dining-hd-contents .enquiry-form .inner-box .wrap-drop.bookdate:after {
	right: 0px;
	margin-top: -7px;
	width: 11.34px;
	height: 5.67px;
}

.private-dining-hd-contents .enquiry-form .inner-box .wrap-drop.bookdate.mobile-view {
	display: none;
}

@media (max-width: 767px) {
	.private-dining-hd-contents .enquiry-form .inner-box .wrap-drop.bookdate.mobile-view {
		display: none;
		margin-top: 36px;
		height: 41px;
		padding: 10px 16px;
		line-height: normal;
		background: #b9a373;
		border: solid .5px #b9a373;
	}
	
	.private-dining-hd-contents .enquiry-form .inner-box .wrap-drop.bookdate.mobile-view span {
		color: #fff;
		font-size: 14px;
		line-height: 30px;
	}
	
	.private-dining-hd-contents .enquiry-form .inner-box .wrap-drop.bookdate.mobile-view:after {
		background: url("https://daphnes-restaurant.co.uk/wp-content/themes/daphnes/assets/images/arrow-bottom-white.svg");
		background-repeat: no-repeat;
		right: 19px;
		position: absolute;
		background-size: cover;
		margin-top: -1px;
	}
}

.private-dining-hd-contents .enquiry-form .inner-box .wrap-drop.bookdate .drop {
	top: 105%;
	border-top: none;
}

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

.private-dining-hd-contents .enquiry-form .inner-box .wrap-drop.bookdate .drop li a {
	color: #000;
	border: none !important;
}

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

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

@media (max-width: 767px) {
	.private-dining-hd-contents .enquiry-form .tablist .comm-step.current {
		margin-bottom: 22px;
	}
}

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

.private-dining-hd-contents .enquiry-form .tablist .comm-step.step-three .inner-box {
	padding: 37.45px 72.12px 36px;
}

@media (max-width: 767px) {
	.private-dining-hd-contents .enquiry-form .tablist .comm-step.step-three .inner-box {
		border: solid 1px #000;
		padding: 30px 22px !important;
	}
}

.private-dining-hd-contents .enquiry-form .tablist .comm-step.step-three .inner-box .row .col-lg-4 #div01 {
	overflow: hidden;
}

.private-dining-hd-contents .enquiry-form .tablist .comm-step.step-three .inner-box .row .col-lg-4 #div04 {
	overflow: hidden;
}

@media (max-width: 767px) {
	.private-dining-hd-contents .enquiry-form .tablist .comm-step.step-three .inner-box {
		padding: 37.5px 15px 0;
	}
}

.private-dining-hd-contents .enquiry-form .tablist .comm-step .heading {
	color: #789f90;
	background: #ebebeb;
	font-size: 20px;
	line-height: 23px;
	letter-spacing: -.2px;
	height: 48px;
	display: flex;
	align-items: center;
	padding-left: 22px;
	cursor: pointer;
	font-family: "Garamond";
}

.private-dining-hd-contents .enquiry-form .tablist .comm-step.current .heading {
	color: #fff;
	background: #789f90;
}

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

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

.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: 21px 0px 13px;
	font-family: "Garamond";
	font-weight: bold;
}

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

@media (max-width: 767px) {
	.private-dining-hd-contents .enquiry-form .step-one .inner-box {
		border: solid 1px #000;
		padding: 0 8px 21px;
	}
}

@media (max-width: 767px) {
	.private-dining-hd-contents .enquiry-form .step-two .inner-box {
		border: solid 1px #000;
		padding: 30px 22px;
	}
}

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

@media (max-width: 767px) {
	.private-dining-hd-contents .enquiry-form .step-two .inner-box .mb-3 {
		margin-bottom: 47px !important;
	}
}

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

@media (max-width: 767px) {
	.private-dining-hd-contents .enquiry-form .step-two .inner-box .col-lg-4:nth-child(5) .mb-3 {
		padding: 0px 0px 0px;
		margin-bottom: 30px !important;
	}
}

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

@media (max-width: 767px) {
	.private-dining-hd-contents .enquiry-form .step-two .inner-box .col-lg-4:nth-child(4) .mb-3 {
		padding: 0px 0px 5px;
	}
}

.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: 41.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: 41.07px !important;
	}
	
	.private-dining-hd-contents .enquiry-form .step-three .inner-box .row .col-lg-12 .mb-3 {
		margin-bottom: 29.96px !important;
	}
}

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

.thanks-section {
	margin: 0 0px 0px;
	padding: 30px 0 60px;
	text-align: center;
	display: none;
}

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

.thanks-section .sub-heading {
	font-size: 17px;
	line-height: 24px;
	color: #242424;
	padding: 8px 0px 21px;
	font-family: "Garamond";
}

.thanks-section ul {
	list-style: none;
	font-size: 17px;
	line-height: 30px;
	margin: 0;
	font-family: "Garamond";
	padding: 0;
}

.thanks-section ul li {
	list-style: none;
	font-size: 17px;
	line-height: 28px;
	margin: 0;
	padding: 0;
	color: #242424;
	font-family: "Garamond";
}

@media (max-width: 767px) {
	.thanks-section {
		margin: 0 0px 0px;
		padding: 29px 15px 43px;
	}
	
	.thanks-section .heading {
		font-size: 25px;
	}
	
	.thanks-section .sub-heading {
		padding: 8px 0px 14px;
		max-width: 315px;
		margin: 0 auto;
		font-size: 14px;
		line-height: 24px;
	}
}

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

.contact-form-section .drop li {
	font-size: 16px !important;
	line-height: 16px;
}

@media (max-width: 767px) {
	.contact-form-section .drop li {
		font-size: 14px !important;
		line-height: 16px;
	}
}

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

.contact-form-section .heading {
	color: #1d1d1d;
	font-size: 30px;
	line-height: 42px;
	letter-spacing: -.3px;
	font-weight: bold;
	padding: 0px 0px 55.95px;
	margin: 0px;
	text-align: center;
}

@media (max-width: 767px) {
	.contact-form-section .heading {
		font-size: 30px;
		line-height: 32px;
		letter-spacing: 0px;
		padding: 0px 0px 49px;
	}
}

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

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

.contact-form-section .contact-form .wrap-drop.active ul.drop {
	top: 104%;
	overflow: inherit;
}

.contact-form-section .contact-form .row {
	margin: 0px;
	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 (min-width: 768px) and (max-width: 991px) {
	.contact-form-section .contact-form .col-lg-4 {
		width: 207px;
	}
}

@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%;
	font-family: "Garamond";
	font-weight: normal;
	color: #8b8b8b;
	font-size: 16px;
	line-height: 18px;
	border: none;
	border-radius: 0px;
	border-bottom: 1px solid #1d1d1d;
	box-shadow: none;
	outline: none;
	padding: 0px 0px 5.57px;
	-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;
}

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

.contact-form-section .contact-form textarea {
	font-family: "Garamond";
	font-weight: normal;
	width: 100%;
	resize: inherit;
	box-shadow: none;
	outline: none;
	padding: 10px;
	height: 113px;
	color: #8b8b8b;
	border-radius: 0px;
	font-size: 16px;
	line-height: 18px;
	border: 1px solid #1d1d1d;
	-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;
}

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

.contact-form-section .contact-form .btn {
	background: #b9a373;
	color: #fff;
	min-width: 160px;
	line-height: 50px;
	height: 50px;
	outline: none;
	box-shadow: none;
	border-radius: 0px;
	display: inline-block;
	font-family: "Friz Quadrata Std" !important;
	font-weight: normal;
	padding: 0 15px;
	font-size: 20px;
	text-align: center;
	text-decoration: none;
	border: 1px solid transparent;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.contact-form-section .contact-form .btn:hover {
	box-shadow: none;
	text-decoration: none;
	border-color: #fff;
	background: #fff;
	color: #000;
	border: 1px solid #000;
}

@media (max-width: 767px) {
	.contact-form-section .contact-form .btn {
		font-size: 16px;
		line-height: 22px;
		margin-top: 0px;
		letter-spacing: -.16px;
	}
}

.contact-form-section .contact-form .btn i {
	display: none;
	font-style: normal;
}

.contact-form-section .contact-form .btn.contactSuccessMsg {
	background: #b9a373;
	color: #fff;
	border-color: #b9a373;
	pointer-events: none;
}

.contact-form-section .contact-form .btn.contactSuccessMsg span {
	display: none;
}

.contact-form-section .contact-form .btn.contactSuccessMsg i {
	display: block;
}

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

@media (max-width: 767px) {
	.contact-form-section .contact-form .mb-3 {
		margin-bottom: 44.26px !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: 44.26px !important;
	}
	
	.contact-form-section .contact-form .row:nth-child(2) .mb-3 {
		margin-bottom: 44.26px !important;
	}
	
	.contact-form-section .contact-form .row:nth-child(3) .mb-3 {
		margin-bottom: 18.82px !important;
	}
	
	.contact-form-section .contact-form .row .col-lg-12:nth-child(2) .mb-3 {
		margin-bottom: 31.68px !important;
	}
}

.contact-form-section .contact-form .wrap-drop.bookdate {
	background: transparent;
	border-bottom: 1px solid #1d1d1d;
	padding: 0px 0px 5.74px 0px;
	height: auto;
}

.contact-form-section .contact-form .wrap-drop.bookdate span {
	color: #8b8b8b;
	line-height: 18px;
	font-size: 16px;
	font-weight: normal;
}

.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;
	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: inline-flex;
	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: 126.86px;
}

@media (min-width: 1200px) and (max-width: 1280px) {
	.booking-section {
		margin-top: 67.45px;
	}
}

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

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

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

.booking-section .process-container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	height: calc(100vh - 119px);
}

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

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

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

.booking-section .process-container .process-img {
	width: 50%;
	height: 100%;
	position: relative;
}

.booking-section .process-container .process-img img {
	width: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	height: 100%;
}

@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%;
		order: 2;
	}
	
	.booking-section .process-container .process-img img {
		height: 195px;
	}
}

.booking-section .process-container .process-content {
	background: #fffdf8;
	width: 50%;
	position: relative;
	min-height: 100%;
}

@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%;
		order: 1;
	}
}

.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;
	width: 100%;
}

.booking-section .process-container .process-content .process-header .heading {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 32px;
	line-height: 44px;
	letter-spacing: -.32px;
	color: #1d1d1d;
}

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

@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: 32px;
		line-height: 44px;
		letter-spacing: -.32px;
		margin-bottom: 27px !important;
	}
}

@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 ul.content-icon-view-section {
	list-style: none;
	margin: 0;
	padding: 41px 0px 55px 0px;
	display: flex;
}

@media (max-width: 490px) {
	.booking-section .process-container .process-content .process-header ul.content-icon-view-section {
		flex-wrap: wrap;
	}
}

.booking-section .process-container .process-content .process-header ul.content-icon-view-section li {
	color: #000;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: -.16px;
	display: flex;
	align-items: center;
	font-family: "Garamond";
}

@media (max-width: 480px) {
	.booking-section .process-container .process-content .process-header ul.content-icon-view-section li {
		margin-bottom: 10px;
	}
}

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

.booking-section .process-container .process-content .process-header ul.content-icon-view-section li span {
	margin-right: 5px;
	line-height: initial;
	color: #000;
	text-transform: capitalize;
}

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

.booking-section .process-container .process-content .process-header ul.content-icon-view-section li:nth-child(4) {
	padding-left: 18px;
}

@media (max-width: 480px) {
	.booking-section .process-container .process-content .process-header ul.content-icon-view-section li:nth-child(4) {
		padding-left: 0;
	}
}

@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 0 0px;
	}
	
	.booking-section .process-container .process-content .process-header ul.content-icon-view-section li {
		font-size: 16px;
		line-height: 22px;
		letter-spacing: -.16pt;
	}
	
	.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 7.22px 0px 7.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: flex;
	column-gap: 15.23px;
}

@media (max-width: 767px) {
	.booking-section .process-container .process-content .booking-fields-box {
		display: block;
		grid-template: repeat(1, 1fr)/repeat(1, 1fr);
	}
}

.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: 100%;
	}
	
	.booking-section .process-container .process-content .booking-fields-box .col-form:nth-child(2) {
		max-width: 185px;
		width: 100%;
	}
}

@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;
		width: 100%;
	}
	
	.booking-section .process-container .process-content .booking-fields-box .col-form:nth-child(3) {
		width: 100%;
		max-width: 147.17px;
	}
	
	.booking-section .process-container .process-content .booking-fields-box .col-form:nth-child(3) .wrap-drop {
		margin-bottom: 0;
	}
}

.booking-section .process-container .process-content .booking-fields-box .heading {
	color: #000;
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 17.33px;
	font-family: "Garamond";
}

@media (max-width: 767px) {
	.booking-section .process-container .process-content .booking-fields-box .heading {
		letter-spacing: -.16px;
		margin-bottom: 16px;
		font-size: 20px;
		line-height: 25px;
	}
}

.booking-section .process-container .process-content .booking-fields-box .form-select {
	box-shadow: none;
	outline: none;
	border-radius: 0px;
	height: 49px;
	border: 1px solid #000;
	color: #000;
	font-size: 18px;
	line-height: 16px;
	background-image: url("https://cdn-homhn.nitrocdn.com/RJOvKsUdvwVoRLQXKDqGPNtvQMmyLMGl/assets/images/optimized/rev-44d1ee7/daphnes-restaurant.co.uk/wp-content/themes/daphnes/assets/images/arrow-bottom.svg");
	background-repeat: no-repeat;
	background-size: 6% 14%;
	background-position: 93% 50%;
	font-weight: 400;
	font-family: "Garamond";
	background-color: #f8f8f8;
}

.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: 0 0px 29px;
		height: 49px;
	}
}

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

.booking-section .process-container .process-content .booking-fields-box .wrap-drop span {
	color: #000;
}

.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: 0 0px 29px;
		height: 49px;
	}
}

.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;
	background: url("https://cdn-homhn.nitrocdn.com/RJOvKsUdvwVoRLQXKDqGPNtvQMmyLMGl/assets/images/optimized/rev-44d1ee7/daphnes-restaurant.co.uk/wp-content/themes/daphnes/assets/images/arrow-bottom.svg");
	box-shadow: none;
	color: #000;
	font-size: 18px;
	line-height: 21px;
	cursor: pointer;
	font-weight: 400;
	font-family: "Garamond";
	transform: rotate(0deg);
	transition: all ease-in .3s;
	background-position: 90% 10%;
	background-size: 10% 100%;
	background-repeat: no-repeat;
}

.booking-section .process-container .process-content .booking-fields-box .wrap-drop.time-pic-sec:after {
	display: none;
}

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

.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.selected {
	background: #b9a373;
	color: #fff;
}

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

.booking-section .process-container .process-content .booking-fields-box.four-box {
	column-gap: 38px;
	display: grid;
	grid-template: repeat(1, 1fr)/repeat(2, 1fr);
	grid-column-gap: 38px;
}

.booking-section .process-container .process-content .booking-fields-box.four-box .col-form {
	width: 100%;
	margin-bottom: 54px;
	min-width: 100%;
}

@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: 45px;
	}
	
	.booking-section .process-container .process-content .booking-fields-box.four-box .col-form:nth-child(4) {
		margin-bottom: 43px;
	}
	
	.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) {
		max-width: 100%;
		width: 100%;
	}
}

.booking-section .process-container .process-content .booking-fields-box.four-box .col-form input.form-control {
	border: none;
	outline: none;
	box-shadow: none;
	color: #8b8b8b;
	border-bottom: .5px solid #000;
	font-size: 16px;
	line-height: 18px;
	padding: 0px 0px 16px 0px;
	border-radius: 0px;
	font-family: "Garamond";
	-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::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;
	}
}

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

@media (max-width: 767px) {
	.booking-section .process-container .process-content .booking-fields-box.four-box {
		grid-template: repeat(1, 1fr)/repeat(1, 1fr);
		display: block;
	}
}

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

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

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

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

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

.booking-section .process-container .process-content .add-requirement-group a span {
	position: relative;
	font-family: "Garamond";
	font-size: 16px;
	line-height: 31px;
	color: #000;
}

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

@media (max-width: 767px) {
	.booking-section .process-container .process-content .add-requirement-group a span {
		font-size: 16px;
		line-height: 31px;
	}
	
	.booking-section .process-container .process-content .add-requirement-group a span span {
		font-size: 12px;
		padding-left: 20px;
	}
}

.booking-section .process-container .process-content .add-requirement-group a.open .icon-action {
	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-homhn.nitrocdn.com/RJOvKsUdvwVoRLQXKDqGPNtvQMmyLMGl/assets/images/optimized/rev-44d1ee7/daphnes-restaurant.co.uk/wp-content/themes/daphnes/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: #b9a373;
	border-color: #b9a373;
	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;
	box-shadow: none !important;
}

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

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

.booking-section .process-container .process-content .add-requirement-group .btn[readonly]:focus {
	outline: 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 {
	padding-top: 15px;
	padding-bottom: 24px;
}

.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;
	font-size: 12px;
	line-height: 12px;
	font-family: "Copperplate";
	padding: 10px 12px;
}

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

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

.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 {
	box-shadow: none;
}

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

.booking-section .process-container .process-content .booking-request.show {
	display: block;
}

.booking-section .process-container .process-content .booking-request .heading {
	position: relative;
	font-family: "Garamond";
	font-size: 18px;
	line-height: 31px;
	color: #000;
	margin-bottom: 11px;
}

.booking-section .process-container .process-content .booking-request textarea {
	width: 100%;
	height: 85px;
	resize: none;
	font-family: "Garamond";
	padding: 13px;
	color: #a0a0a0;
	border: solid 1px #f2f2f2;
	background: #f2f2f2;
}

.booking-section .process-container .process-content .booking-request textarea:focus {
	outline: none;
}

@media (max-width: 1700px) {
	.booking-section .process-container .process-content .booking-request textarea {
		height: 82px;
	}
}

@media (max-width: 1388px) {
	.booking-section .process-container .process-content .booking-request textarea {
		height: 75px;
	}
}

@media (max-width: 767px) {
	.booking-section .process-container .process-content .booking-request {
		margin-bottom: 24px;
	}
	
	.booking-section .process-container .process-content .booking-request .heading {
		font-size: 16px;
		line-height: 31px;
		margin-bottom: 11px;
		color: #0e2e1e;
	}
	
	.booking-section .process-container .process-content .booking-request textarea {
		height: 85px;
		max-width: 284px;
		font-size: 13px;
		line-height: 20px;
		padding: 16px 16px 16px 16px;
	}
}

.booking-section .process-container .process-content .credit-card {
	margin-bottom: 7px;
}

.booking-section .process-container .process-content .credit-card .heading {
	font-size: 22px;
	color: #1d1d1d;
	line-height: 30px;
	letter-spacing: -.28px;
	margin-bottom: 9px;
}

.booking-section .process-container .process-content .credit-card label {
	font-size: 16px;
	color: #000;
	line-height: 18px;
	margin-bottom: 41px;
	font-family: "Garamond";
}

.booking-section .process-container .process-content .credit-card .form-control {
	border: none;
	outline: none;
	box-shadow: none;
	color: #8b8b8b;
	border-bottom: .5px solid #000;
	font-size: 16px;
	line-height: 16px;
	padding: 0px 0px 16px 0px;
	border-radius: 0px;
	font-family: "Garamond";
	-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 .credit-card .credit-form {
	display: grid;
	grid-template: repeat(1, 1fr)/repeat(2, 1fr);
	grid-column-gap: 38px;
}

.booking-section .process-container .process-content .credit-card .credit-form .col-form {
	margin-bottom: 54px;
}

.booking-section .process-container .process-content .credit-card .credit-form .col-form:last-child {
	margin-bottom: 31px;
}

@media (max-width: 1388px) {
	.booking-section .process-container .process-content .credit-card .credit-form .col-form {
		margin-bottom: 30px;
	}
	
	.booking-section .process-container .process-content .credit-card .credit-form .col-form .form-control {
		font-size: 13px;
		line-height: 15px;
		padding: 0px 0px 12px 0px;
	}
}

@media (max-width: 767px) {
	.booking-section .process-container .process-content .credit-card .credit-form .col-form .form-control {
		font-size: 16px;
		line-height: 18px;
		padding: 0px 0px 16px 0px;
	}
}

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

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

@media (min-width: 768px) and (max-width: 991px) {
	.booking-section .process-container .process-content .credit-card .heading {
		font-size: 23px;
		line-height: 30px;
	}
}

@media (max-width: 767px) {
	.booking-section .process-container .process-content .credit-card .heading {
		font-size: 22px;
		line-height: 30px;
		margin-bottom: 8px;
		letter-spacing: -.22px;
	}
	
	.booking-section .process-container .process-content .credit-card label {
		font-size: 16px;
		color: #000;
		line-height: 18px;
		margin-bottom: 34px;
	}
	
	.booking-section .process-container .process-content .credit-card .credit-form {
		grid-template: repeat(1, 1fr)/repeat(1, 1fr);
		display: block;
	}
	
	.booking-section .process-container .process-content .credit-card .credit-form .col-form {
		margin-bottom: 45px;
	}
	
	.booking-section .process-container .process-content .credit-card .credit-form .col-form:last-child {
		margin-bottom: 45px;
	}
}

.booking-section .process-container .process-content .process-body {
	width: 100%;
}

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

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

.booking-section .process-container .process-content .process-body ul.link-section {
	background: #b9a373;
	display: flex;
	padding: 0px;
	margin: 0px;
	height: 45px;
	align-items: center;
	position: relative;
	justify-content: center;
	list-style: none;
}

.booking-section .process-container .process-content .process-body ul.link-section li {
	display: flex;
	justify-content: center;
	align-items: center;
}

.booking-section .process-container .process-content .process-body ul.link-section li a {
	color: #fff;
	font-size: 18px;
	line-height: 21px;
	letter-spacing: -.18px;
	text-decoration: none;
	outline: none;
	box-shadow: none;
	padding: 0px 0 0 123px;
	font-family: "Garamond";
}

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

@media (max-width: 1500px) {
	.booking-section .process-container .process-content .process-body ul.link-section li a {
		padding: 0px 90px;
	}
	
	.booking-section .process-container .process-content .process-body ul.link-section li:nth-child(1) a {
		padding-right: 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;
	}
	
	.booking-section .process-container .process-content .process-body ul.link-section li:nth-child(1) a {
		padding-right: 60px;
	}
}

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

@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: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: 37px 15px 0;
}

.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 19px 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	outline: none;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	line-height: 21px;
	letter-spacing: -.16px;
	background: #789f90;
	border-color: #789f90;
	font-family: "Garamond";
}

.booking-section .process-container .process-content .process-body .booking-inner-section a:hover {
	border-color: #789f90;
	background: #789f90;
	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 {
		margin: 0px 0px 19px 0px;
		height: 49px;
		font-size: 18px;
		line-height: 21px;
	}
}

.booking-section .process-container .process-content .process-body .booking-inner-section a.share_booking_process i {
	margin-left: 10px;
	background: url("https://cdn-homhn.nitrocdn.com/RJOvKsUdvwVoRLQXKDqGPNtvQMmyLMGl/assets/images/optimized/rev-44d1ee7/daphnes-restaurant.co.uk/wp-content/themes/daphnes/assets/images/icon-feather-upload-white.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-homhn.nitrocdn.com/RJOvKsUdvwVoRLQXKDqGPNtvQMmyLMGl/assets/images/optimized/rev-44d1ee7/daphnes-restaurant.co.uk/wp-content/themes/daphnes/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: 13.06px 0px 38.65px;
	margin: 0px;
}

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

@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: 13px 0px 36.65px;
	}
	
	.booking-section .process-container .process-content .process-body .alternate-time-section .heading:nth-child(1) {
		padding-top: 16px;
		padding-bottom: 56px;
	}
	
	.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;
	font-weight: bold;
	font-family: "Garamond";
}

@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: 16px;
		line-height: 18px;
	}
}

.booking-section .process-container .process-content .process-body .alternate-time-section .time-unavailable-box ul {
	margin: 0px;
	margin: 12px 0px 40px;
	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: #b9a373 #b9a373;
}

.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: #b9a373;
}

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

.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: #b9a373;
}

@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: 12px 0px 38px;
	}
}

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

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

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

.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: 18px 0px 0px;
	width: 100%;
}

.booking-section .process-container .process-content .process-footer .cancel-btn {
	text-align: center;
	display: block;
	color: #000;
	font-size: 16px;
	font-family: "Garamond";
	margin-top: 17px;
	line-height: 25px;
}

@media (max-width: 767px) {
	.booking-section .process-container .process-content .process-footer .cancel-btn {
		margin-top: 21px;
	}
}

.booking-section .process-container .process-content .process-footer .custom_btn {
	border: 1px solid #b9a373;
	color: #fff;
	max-width: 470px;
	padding: 0px 0px 0px;
	width: 100%;
	background: #b9a373;
}

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

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

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

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

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

.booking-section .process-container .process-content .inner-section {
	max-width: 524px;
	margin: 0 auto;
	width: 100%;
	height: 100%;
}

@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 50px;
	}
}

@media (max-width: 767px) {
	.booking-section .process-container .process-content .inner-section {
		padding: 98px 47.41px 113px 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: 300px;
	pointer-events: auto;
	overflow-y: scroll;
	scrollbar-width: thin;
	scrollbar-width: thin;
	scrollbar-color: #b9a373;
	scrollbar-color: #b9a373 #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: #b9a373;
	border-radius: 12px;
}

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

.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: #b9a373;
	border-radius: 12px;
}

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

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

@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;
	box-shadow: none;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: -.16px;
	color: #000;
	display: flex;
	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;
	}
}

.booking-section .process-container .step-one.bookingProcessContent {
	width: 100%;
	height: 100%;
}

@media (max-width: 767px) {
	.booking-section .process-container .step-one.bookingProcessContent .inner-section {
		padding: 181px 36px 113px 36px;
	}
}

.booking-section .process-container .step-one.bookingProcessContent .process-header .heading {
	margin-bottom: 21px;
}

@media (max-width: 1199px) {
	.booking-section .process-container .step-one.bookingProcessContent .process-header .heading {
		margin-bottom: 20px;
	}
}

.booking-section .process-container .step-one.bookingProcessContent .process-footer {
	padding: 20px 0px 0px;
}

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

.booking-section .process-container .d-flex-inner {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	height: 100%;
	justify-items: center;
}

@media (max-width: 767px) {
	.booking-section .process-container .d-flex-inner {
		align-content: flex-start;
	}
}

.booking-section .process-container .step-two.bookingProcessContent .process-header {
	background: transparent;
	padding: 95px 0 0;
	margin-bottom: 0;
}

.booking-section .process-container .step-two.bookingProcessContent .process-header .heading {
	line-height: normal;
	line-height: 42px;
	font-size: 32px;
	letter-spacing: -.3px;
}

@media (max-width: 767px) {
	.booking-section .process-container .step-two.bookingProcessContent .process-header .heading {
		margin-bottom: 23px !important;
	}
}

.booking-section .process-container .step-two.bookingProcessContent .process-body {
	height: calc(100vh - 481px);
	overflow: auto;
	position: relative;
	padding-right: 10px;
	scrollbar-width: thin;
	scrollbar-width: thin;
	scrollbar-color: #b9a373;
	scrollbar-color: #b9a373 #fff;
}

@media (max-width: 1440px) {
	.booking-section .process-container .step-two.bookingProcessContent .process-body {
		height: calc(100vh - 470px);
	}
}

@media (max-width: 1199px) {
	.booking-section .process-container .step-two.bookingProcessContent .process-body {
		height: calc(100vh - 442px);
	}
}

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

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

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

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

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

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

@media (max-width: 1199px) {
	.booking-section .process-container .step-two.bookingProcessContent .process-header {
		padding: 51px 0 32px;
	}
}

@media (max-width: 991px) {
	.booking-section .process-container .step-two.bookingProcessContent .process-body {
		overflow: hidden;
		height: 100%;
	}
	
	.booking-section .process-container .step-two.bookingProcessContent .process-header {
		margin-bottom: 0px;
		padding: 0;
	}
}

@media (max-width: 767px) {
	.booking-section .process-container .step-two.bookingProcessContent .process-header {
		background: transparent;
		padding: 123px 0 45px;
	}
	
	.booking-section .process-container .step-two.bookingProcessContent .inner-section {
		padding: 0 48px;
		max-width: 100%;
	}
	
	.booking-section .process-container .step-two.bookingProcessContent .inner-section .process-footer {
		margin-bottom: 39px;
	}
	
	.booking-section .process-container .step-two.bookingProcessContent .process-body {
		height: 100% !important;
	}
}

.booking-section .process-container .step-two.bookingProcessContent ul.content-icon-view-section {
	padding: 43px 0px 34px;
}

.booking-section .process-container .step-two.bookingProcessContent ul.content-icon-view-section li {
	line-height: normal;
}

@media (max-width: 1199px) {
	.booking-section .process-container .step-two.bookingProcessContent ul.content-icon-view-section {
		padding: 0 0px 0;
	}
}

.booking-section .process-container .step-three.bookingProcessContent {
	height: 100%;
}

.booking-section .process-container .step-three.bookingProcessContent .process-header .heading {
	font-size: 24px;
	line-height: 26px;
	color: #1d1d1d;
}

@media (max-width: 767px) {
	.booking-section .process-container .step-three.bookingProcessContent .process-header .heading {
		font-size: 32px;
		line-height: 38px;
		margin-bottom: 0 !important;
	}
}

.booking-section .process-container .step-three.bookingProcessContent .alternate-time-section ul li {
	font-size: 12px;
	line-height: 12px;
}

@media (max-width: 767px) {
	.booking-section .process-container .step-three.bookingProcessContent .alternate-time-section ul li {
		font-size: 14px !important;
		line-height: 16px !important;
		padding: 8px 0px !important;
	}
}

.booking-section .process-container .step-three.bookingProcessContent .process-footer.mobile-view {
	display: none;
}

@media (max-width: 767px) {
	.booking-section .process-container .step-three.bookingProcessContent .process-footer.mobile-view {
		display: block;
		padding: 0px 48px;
	}
	
	.booking-section .process-container .step-three.bookingProcessContent .process-footer.mobile-view .custom_btn {
		margin: 35.97px auto 103px;
		display: block;
	}
}

.booking-section .process-container .step-three.bookingProcessContent .inner-section {
	max-width: 472px;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
}

.booking-section .process-container .step-three.bookingProcessContent .alternate-time-section .heading {
	font-size: 20px;
	line-height: 22px;
	font-family: "Garamond";
	color: #1d1d1d;
}

@media (max-width: 767px) {
	.booking-section .process-container .step-three.bookingProcessContent .alternate-time-section .heading {
		font-size: 20px;
		line-height: 22px;
	}
}

@media (max-width: 767px) {
	.booking-section .process-container .step-three.bookingProcessContent .inner-section {
		padding: 51px 38px 0 38px;
		max-width: 100%;
		display: block;
		height: auto;
	}
}

.booking-section .process-container .step-four.bookingProcessContent {
	height: 100%;
}

@media (max-width: 767px) {
	.booking-section .process-container .step-four.bookingProcessContent .process-header .heading {
		margin-bottom: 0 !important;
	}
}

.booking-section .process-container .step-four.bookingProcessContent .content-icon-view-section {
	padding: 17px 0px 50px 0px !important;
}

@media (max-width: 767px) {
	.booking-section .process-container .step-four.bookingProcessContent .content-icon-view-section {
		padding: 13px 0px 15px 0px !important;
	}
}

.booking-section .process-container .step-four.bookingProcessContent .booking-fields-box .heading {
	margin-bottom: 17px;
}

.booking-section .process-container .step-four.bookingProcessContent .inner-section {
	max-width: 470px;
	display: flex;
	flex-wrap: wrap;
	height: 100%;
	justify-content: center;
	align-content: center;
}

.booking-section .process-container .step-four.bookingProcessContent .process-footer {
	padding: 20px 0px 0px;
}

@media (max-width: 767px) {
	.booking-section .process-container .step-four.bookingProcessContent .inner-section {
		padding: 131px 37px 139px 37px;
	}
	
	.booking-section .process-container .step-four.bookingProcessContent .process-body {
		margin: 30px 0px 0px 0px;
	}
}

.booking-section .process-container .step-five.bookingProcessContent {
	height: 100%;
}

.booking-section .process-container .step-five.bookingProcessContent .process-header .heading {
	display: flex;
	justify-content: start;
	align-items: center;
	color: #b9a373;
	font-size: 30px;
	line-height: 42px;
}

@media (max-width: 767px) {
	.booking-section .process-container .step-five.bookingProcessContent .process-header .heading {
		margin-bottom: 0 !important;
		font-size: 32px;
		color: #000;
	}
}

.booking-section .process-container .step-five.bookingProcessContent .inner-section-confirm {
	max-width: 470px;
	margin: 0 auto;
}

.booking-section .process-container .step-five.bookingProcessContent .inner-section {
	max-width: 100%;
	display: flex;
	flex-wrap: wrap;
	height: 100%;
	justify-content: center;
	align-content: center;
}

.booking-section .process-container .step-five.bookingProcessContent .inner-section .process-body .inner-section-confirm {
	max-width: 812px;
	margin: 0 auto;
}

@media (max-width: 767px) {
	.booking-section .process-container .step-five.bookingProcessContent .inner-section .process-body .inner-section-confirm {
		max-width: 100%;
		margin: 0 auto;
		width: 100%;
		padding: 0 47.5px;
	}
}

.booking-section .process-container .step-five.bookingProcessContent .inner-section ul.content-icon-view-section {
	padding: 21px 0 34px;
}

@media (max-width: 767px) {
	.booking-section .process-container .step-five.bookingProcessContent .inner-section {
		padding: 53px 0 163px 0;
	}
	
	.booking-section .process-container .step-five.bookingProcessContent .inner-section .booking-inner-section {
		padding: 38px 0 0;
	}
	
	.booking-section .process-container .step-five.bookingProcessContent .inner-section ul.content-icon-view-section {
		padding: 11px 0 28px;
	}
	
	.booking-section .process-container .step-five.bookingProcessContent .inner-section ul.content-icon-view-section li {
		font-size: 16px;
		letter-spacing: -.16px;
		line-height: 18px;
	}
}

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

@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: 0 24px;
	}
}

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

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

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

.modal.cancel-booking-popup .modal-content .modal-header button {
	outline: none;
	box-shadow: none;
	background: url("https://cdn-homhn.nitrocdn.com/RJOvKsUdvwVoRLQXKDqGPNtvQMmyLMGl/assets/images/optimized/rev-44d1ee7/daphnes-restaurant.co.uk/wp-content/themes/daphnes/assets/images/icon-close.svg");
	width: 30px;
	height: 30px;
	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: 2px 59px 35px 67px;
	text-align: left;
}

.modal.cancel-booking-popup .modal-content .modal-body .heading {
	font-size: 20px;
	line-height: 32px;
	font-weight: 500;
	letter-spacing: -.25px;
	color: #1d1d1d;
}

.modal.cancel-booking-popup .modal-content .modal-body p {
	font-size: 16px;
	line-height: 28px;
	letter-spacing: -.14px;
	margin: 0px;
	padding: 16px 0px 23px;
	color: #8b8b8b;
	font-family: "Garamond";
}

.modal.cancel-booking-popup .modal-content .modal-body .custom_btn {
	border: 1px solid #b9a373;
	color: #fff;
	width: 100%;
	height: 49px;
	background: #b9a373;
}

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

@media (max-width: 767px) {
	.modal.cancel-booking-popup .modal-content .modal-body {
		padding: 2px 23px 35px 23px;
	}
	
	.modal.cancel-booking-popup .modal-content .modal-body .heading {
		font-size: 20px;
		line-height: 32px;
		letter-spacing: 0;
	}
	
	.modal.cancel-booking-popup .modal-content .modal-body p {
		color: #8b8b8b;
		font-size: 16px;
		line-height: 28px;
		letter-spacing: 0;
		padding: 15px 0px 15px;
	}
	
	.modal.cancel-booking-popup .modal-content .modal-body .custom_btn {
		font-size: 16px;
		line-height: 22px;
	}
}

@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: 564px;
}

@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: 0 24px;
	}
}

@media (max-width: 330px) {
	.modal.cancel_booking_popup_success .modal-dialog {
		margin: 0 18px;
	}
}

.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;
	box-shadow: none;
	background: url("https://cdn-homhn.nitrocdn.com/RJOvKsUdvwVoRLQXKDqGPNtvQMmyLMGl/assets/images/optimized/rev-44d1ee7/daphnes-restaurant.co.uk/wp-content/themes/daphnes/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: 29.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: 2px 59px 35px 67px;
	text-align: left;
}

.modal.cancel_booking_popup_success .modal-content .modal-body .heading {
	font-size: 20px;
	line-height: 32px;
	font-weight: normal;
	letter-spacing: -.2px;
	color: #1d1d1d;
}

.modal.cancel_booking_popup_success .modal-content .modal-body .custom_btn {
	border: 1px solid #b9a373;
	color: #fff;
	width: 100%;
	height: 49px;
	background: #b9a373;
	margin-top: 28px;
}

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

@media (max-width: 767px) {
	.modal.cancel_booking_popup_success .modal-content .modal-body {
		padding: 2px 23px 28px 23px;
	}
	
	.modal.cancel_booking_popup_success .modal-content .modal-body .heading {
		font-size: 20px;
		line-height: 32px;
		letter-spacing: 0;
		margin-bottom: 23px;
	}
	
	.modal.cancel_booking_popup_success .modal-content .modal-body p {
		color: #8b8b8b;
		font-size: 13px;
		line-height: 32px;
		letter-spacing: 0;
		padding: 18px 0px 19px;
	}
	
	.modal.cancel_booking_popup_success .modal-content .modal-body .custom_btn {
		width: 100%;
		height: 49px;
		font-size: 16px;
		line-height: 22px;
		padding: 10px 0px 0px;
		margin-top: 0;
	}
}

@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, .modal.calender_pop_up .modal-dialog {
	max-width: 564px;
}

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

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

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

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

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

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

.modal.share-your-booking-popup .modal-content .modal-header button, .modal.calender_pop_up .modal-content .modal-header button {
	outline: none;
	box-shadow: none;
	background: url("https://cdn-homhn.nitrocdn.com/RJOvKsUdvwVoRLQXKDqGPNtvQMmyLMGl/assets/images/optimized/rev-44d1ee7/daphnes-restaurant.co.uk/wp-content/themes/daphnes/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, .modal.calender_pop_up .modal-content .modal-header {
		padding: 46px 18.3px 0px 0px;
	}
	
	.modal.share-your-booking-popup .modal-content .modal-header button, .modal.calender_pop_up .modal-content .modal-header button {
		width: 18px;
		height: 18px;
		opacity: 1;
		margin-right: 10px;
	}
}

.modal.share-your-booking-popup .modal-content .modal-body, .modal.calender_pop_up .modal-content .modal-body {
	padding: 2px 59px 63px 67px;
}

.modal.share-your-booking-popup .modal-content .modal-body .heading, .modal.calender_pop_up .modal-content .modal-body .heading {
	font-size: 20px;
	line-height: 32px;
	font-weight: 500;
	letter-spacing: -.2px;
	color: #1d1d1d;
}

.modal.share-your-booking-popup .modal-content .modal-body p, .modal.calender_pop_up .modal-content .modal-body p {
	font-size: 16px;
	line-height: 28px;
	letter-spacing: -.14px;
	margin: 0px;
	padding: 20.33px 0px 21.67px;
	color: #8b8b8b;
	font-family: "Garamond";
}

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

.modal.share-your-booking-popup .modal-content .modal-body .share-booking-box .col-form:last-child, .modal.calender_pop_up .modal-content .modal-body .share-booking-box .col-form:last-child {
	margin-bottom: 24px;
}

@media (max-width: 1700px) {
	.modal.share-your-booking-popup .modal-content .modal-body .share-booking-box .col-form, .modal.calender_pop_up .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, .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.share-your-booking-popup .modal-content .modal-body .share-booking-box .col-form, .modal.calender_pop_up .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, .modal.calender_pop_up .modal-content .modal-body .share-booking-box .col-form {
		width: 100%;
		margin-bottom: 32px;
	}
	
	.modal.share-your-booking-popup .modal-content .modal-body .share-booking-box .col-form:nth-child(4), .modal.calender_pop_up .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), .modal.calender_pop_up .modal-content .modal-body .share-booking-box .col-form:nth-child(2) {
		max-width: 100%;
		margin-bottom: 40px;
	}
	
	.modal.share-your-booking-popup .modal-content .modal-body .share-booking-box .col-form:nth-child(3), .modal.calender_pop_up .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, .modal.calender_pop_up .modal-content .modal-body .share-booking-box .col-form label {
	font-size: 16px;
	line-height: 32px;
	margin-bottom: 9px;
	color: #1d1d1d;
	font-weight: bold;
}

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

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

@media (max-width: 1388px) {
	.modal.share-your-booking-popup .modal-content .modal-body .share-booking-box .col-form input.form-control, .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;
	}
}

@media (max-width: 767px) {
	.modal.share-your-booking-popup .modal-content .modal-body .share-booking-box .col-form input.form-control, .modal.calender_pop_up .modal-content .modal-body .share-booking-box .col-form input.form-control {
		font-size: 16px;
		line-height: 18px;
		padding: 0px 0px 8px 0px;
	}
	
	.modal.share-your-booking-popup .modal-content .modal-body .share-booking-box .col-form input.form-control label, .modal.calender_pop_up .modal-content .modal-body .share-booking-box .col-form input.form-control label {
		margin-bottom: 15px;
		margin-bottom: 15px;
		font-size: 14px;
		line-height: 31px;
	}
}

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

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

@media (max-width: 767px) {
	.modal.share-your-booking-popup .modal-content .modal-body, .modal.calender_pop_up .modal-content .modal-body {
		padding: 0 38px 30px 38px;
	}
	
	.modal.share-your-booking-popup .modal-content .modal-body .heading, .modal.calender_pop_up .modal-content .modal-body .heading {
		font-size: 20px;
		line-height: 32px;
		letter-spacing: 0;
	}
	
	.modal.share-your-booking-popup .modal-content .modal-body p, .modal.calender_pop_up .modal-content .modal-body p {
		color: #8b8b8b;
		font-size: 16px;
		line-height: 22px;
		letter-spacing: 0;
		padding: 6px 0px 11px;
	}
	
	.modal.share-your-booking-popup .modal-content .modal-body .custom_btn, .modal.calender_pop_up .modal-content .modal-body .custom_btn {
		font-size: 14px;
		line-height: 21px;
		height: 41px;
		padding: 10px 0px 0px;
	}
}

@media (max-width: 330px) {
	.modal.share-your-booking-popup .modal-content .modal-body, .modal.calender_pop_up .modal-content .modal-body {
		padding-bottom: 31px;
		padding-top: 8.95px;
	}
	
	.modal.share-your-booking-popup .modal-content .modal-body .heading, .modal.calender_pop_up .modal-content .modal-body .heading {
		font-size: 18px;
		line-height: 29px;
		letter-spacing: 0;
	}
	
	.modal.share-your-booking-popup .modal-content .modal-body p, .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.share-your-booking-popup .modal-content .modal-body .custom_btn, .modal.calender_pop_up .modal-content .modal-body .custom_btn {
		font-size: 14px;
		line-height: 21px;
		width: 100%;
	}
}

.modal.share_booking_thanks .modal-dialog {
	max-width: 562px;
	margin: 0 auto;
}

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

.modal.share_booking_thanks .modal-dialog .modal-content .modal-header {
	border: transparent;
	padding-bottom: 0;
	padding-top: 28px;
}

.modal.share_booking_thanks .modal-dialog .modal-content .modal-body {
	padding: 2px 59px 35px 67px;
}

.modal.share_booking_thanks .modal-dialog .modal-content .modal-body .heading {
	font-size: 21px;
	line-height: 32px;
	letter-spacing: -.2px;
	color: #1d1d1d;
	margin-bottom: 17px;
}

.modal.share_booking_thanks .modal-dialog .modal-content .modal-body p {
	font-size: 16px;
	color: #8b8b8b;
	line-height: 28px;
	margin: 0;
	font-family: "Garamond";
	padding-bottom: 46px !important;
}

.modal.share_booking_thanks .modal-dialog .modal-content .modal-body .btn.custom_btn {
	color: #000;
}

@media (min-width: 768px) {
	.modal.share_booking_thanks .modal-dialog .modal-content .modal-body .btn.custom_btn {
		display: none;
	}
}

@media (max-width: 767px) {
	.modal.share_booking_thanks .modal-dialog .modal-content .modal-body {
		padding: 0 38px 30px 38px;
	}
	
	.modal.share_booking_thanks .modal-dialog .modal-content .modal-body .heading {
		font-size: 20px;
		line-height: 32px;
		margin-bottom: 21px;
	}
	
	.modal.share_booking_thanks .modal-dialog .modal-content .modal-body p {
		color: #8b8b8b;
		font-size: 16px;
		line-height: 28px;
		padding-bottom: 23px !important;
	}
	
	.modal.share_booking_thanks .modal-dialog .modal-content .modal-body .btn.custom_btn {
		border: solid 1px #000;
		border-radius: 0px;
		width: 100%;
		margin-bottom: 43px;
		font-size: 14px;
		line-height: 23px;
		padding-top: 13px;
	}
}

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

.modal.calender_pop_up .heading {
	padding-bottom: 20px;
}

.modal.calender_pop_up a.btn.custom_btn {
	margin: 5px 0px;
}

@media (max-width: 767px) {
	.modal.commen-popup-cls.max-person-booking-popup .modal-body p {
		padding-bottom: 21px !important;
	}
}

.modal.commen-popup-cls.booking-fault-popup .modal-body p {
	padding-bottom: 24px !important;
}

@media (max-width: 767px) {
	.modal.commen-popup-cls.booking-fault-popup .modal-body p {
		padding-bottom: 16px !important;
	}
}

.modal.commen-popup-cls .modal-dialog {
	max-width: 564px;
	border: none;
	margin: 0 auto;
	width: calc(100% - 36px);
}

.modal.commen-popup-cls .modal-dialog .modal-content {
	border: none;
	border-radius: 0px;
}

.modal.commen-popup-cls .modal-dialog .modal-content .modal-header {
	border: none;
	padding: 0;
	margin: 22px 30px 0px;
}

.modal.commen-popup-cls .modal-dialog .modal-content .modal-header .btn-close {
	box-shadow: inherit;
	outline: none;
}

@media (max-width: 767px) {
	.modal.commen-popup-cls .modal-dialog .modal-content .modal-header {
		margin: 15px 30px 0px;
	}
}

.modal.commen-popup-cls .modal-dialog .modal-content .modal-body {
	padding: 2px 59px 35px 67px;
}

@media (max-width: 767px) {
	.modal.commen-popup-cls .modal-dialog .modal-content .modal-body {
		padding: 2px 23px 28px 23px;
	}
}

.modal.commen-popup-cls .modal-dialog .modal-content .modal-body .heading {
	font-size: 20px;
	letter-spacing: -.25px;
	line-height: 32px;
	padding-bottom: 8px;
	color: #1d1d1d;
}

@media (max-width: 767px) {
	.modal.commen-popup-cls .modal-dialog .modal-content .modal-body .heading {
		font-size: 20px;
		line-height: 32px;
		padding-bottom: 14px;
	}
}

.modal.commen-popup-cls .modal-dialog .modal-content .modal-body p {
	font-size: 16px;
	line-height: 28px;
	letter-spacing: -.14px;
	color: #8b8b8b;
	padding-bottom: 20px;
	font-family: "Garamond";
	margin: 0;
}

@media (max-width: 767px) {
	.modal.commen-popup-cls .modal-dialog .modal-content .modal-body p {
		line-height: 22px;
		padding-bottom: 30px;
	}
}

.modal.commen-popup-cls .modal-dialog .modal-content .modal-body p a {
	color: #8b8b8b;
}

.modal.commen-popup-cls .modal-dialog .modal-content .modal-body .custom_btn {
	border: solid 1px #b9a373;
	color: #fff;
	background: #b9a373;
	width: 100%;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: -.16px;
	padding: 16px 0 0;
	max-width: 436px;
	margin: 0 auto;
	height: 49px;
}

.modal.commen-popup-cls .modal-dialog .modal-content .modal-body .custom_btn.sec {
	margin-top: 10px;
	background: transparent;
	border-color: #1d1d1d;
	color: #1d1d1d;
}

.modal.commen-popup-cls .modal-dialog .modal-content .modal-body .custom_btn:focus {
	outline: none;
	box-shadow: inherit;
}

.modal.commen-popup-cls .modal-dialog .modal-content .modal-body .custom_btn:hover {
	background: #b9a373;
	border-color: #b9a373;
	color: #fff;
}

@media (max-width: 767px) {
	.modal.commen-popup-cls .modal-dialog .modal-content .modal-body .custom_btn {
		font-size: 16px;
		line-height: 28px;
		padding: 10px 0 0;
	}
}

.modal.commen-popup-cls.booking-fault-popup .heading {
	padding-bottom: 17px;
}

body.bookTablePageLoad.customize-support .booking-section {
	margin-top: 95.86px;
}

@media (min-width: 1200px) and (max-width: 1280px) {
	body.bookTablePageLoad.customize-support .booking-section {
		margin-top: 35.86px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	body.bookTablePageLoad.customize-support .booking-section {
		margin-top: 88.86px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	body.bookTablePageLoad.customize-support .booking-section {
		margin-top: 34.86px;
	}
}

@media (max-width: 767px) {
	body.bookTablePageLoad.customize-support .booking-section {
		margin-top: 72px;
	}
}

.process-content .step-six .inner-section {
	max-width: 803px !important;
	margin: 0 auto;
	padding: 0 15px;
}

@media (max-width: 767px) {
	.process-content .step-six .inner-section {
		margin: 24px auto 0 !important;
		padding: 0 0 0 !important;
		border-top: none;
	}
}

.process-content .step-six .process-header {
	background: transparent;
	margin-bottom: 29px;
	border-bottom: solid 1px #242424;
}

@media (max-width: 767px) {
	.process-content .step-six .process-header {
		background: transparent;
		margin-bottom: 0px;
		border: none;
	}
}

.process-content .step-six .process-header .booking-process {
	max-width: 731px;
	margin: 0 auto;
	padding: 0 15px;
}

@media (max-width: 767px) {
	.process-content .step-six .process-header .booking-process {
		padding: 0 37px;
	}
}

.process-content .step-six .process-header .booking-process h3 {
	font-size: 30px;
	line-height: 42px;
	letter-spacing: -.3px;
	color: #1d1d1d;
	margin: 0;
	padding: 107px 0 15px;
}

@media (max-width: 1500px) {
	.process-content .step-six .process-header .booking-process h3 {
		padding: 49px 0 29px;
	}
}

@media (max-width: 1388px) {
	.process-content .step-six .process-header .booking-process h3 {
		padding: 46px 0 30px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.process-content .step-six .process-header .booking-process h3 {
		padding: 42px 0 25px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.process-content .step-six .process-header .booking-process h3 {
		padding: 26px 0 10px;
	}
}

@media (max-width: 767px) {
	.process-content .step-six .process-header .booking-process h3 {
		padding: 42px 0 12px;
		font-size: 32px;
		line-height: 38px;
		letter-spacing: -.32px;
	}
}

.process-content .step-six .process-header .booking-process p {
	font-size: 16px;
	line-height: 28px;
	font-family: "Garamond";
	letter-spacing: 0;
	padding: 0 0 54px 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: 16px;
		padding: 0;
		line-height: 28px;
	}
}

@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 20px 0px;
}

@media (max-width: 767px) {
	.process-content .step-six .process-footer .booking-fields-box {
		padding: 0px 20px 0px 37px;
	}
}

.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: #b9a373;
	scrollbar-color: #b9a373 #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: #b9a373;
	border-radius: 12px;
}

.process-content .step-six .process-footer .booking-fields-box .content::-webkit-scrollbar-thumb:hover {
	background-color: #b9a373;
}

.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: #b9a373;
	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 .box-section {
	display: flex;
	margin: 0;
	border-bottom: 1px solid #dadada;
	padding: 36px 0px 46px;
}

.process-content .step-six .process-footer .booking-fields-box .content .exp-section .box-section:nth-child(1) {
	padding-top: 0px;
}

@media (max-width: 1700px) {
	.process-content .step-six .process-footer .booking-fields-box .content .exp-section .box-section {
		margin: 0px 0 0px 0px;
		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;
		border-bottom: solid 1px #8b8b8b !important;
	}
	
	.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 {
		width: 81px;
		height: 81px;
		margin-right: 22px;
	}
	
	.process-content .step-six .process-footer .booking-fields-box .content .exp-section .box-section .left-box img {
		width: 81px;
		height: 81px;
	}
}

.process-content .step-six .process-footer .booking-fields-box .content .exp-section .box-section .right-box {
	padding-left: 62px;
}

@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: 18px;
	line-height: 30px;
	font-weight: 500;
	font-weight: bold;
	color: #1d1d1d;
	letter-spacing: .66px;
	font-family: "Garamond";
}

@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: 17px;
		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 14.87px;
	font-size: 14px;
	line-height: 22px;
	font-family: "Garamond";
	color: #86837b;
}

@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: 22px;
		padding: 16px 0px 14.02px;
		font-size: 12px;
		color: #86837b;
	}
}

.process-content .step-six .process-footer .booking-fields-box .content .exp-section .box-section .right-box p a {
	color: #242424;
	text-decoration: underline;
	font-weight: 800;
}

.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 #1d1d1d;
	border-radius: 0px;
	margin: 0px 0px 0px 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	outline: none;
	color: #1d1d1d;
	font-size: 11px;
	font-weight: 400;
	line-height: 13px;
	-webkit-transition: .2s ease;
	transition: .2s ease;
	height: 37px;
	width: 149px;
}

@media (max-width: 767px) {
	.process-content .step-six .process-footer .booking-fields-box .content .exp-section .box-section .right-box .btn-green-border {
		font-size: 12px;
		font-weight: 400;
		line-height: 12px;
	}
}

.process-content .step-six .process-footer .booking-fields-box .content .exp-section .box-section .right-box .btn-green-border:hover {
	color: #fff;
	background: #b9a373;
	border-color: #b9a373;
	box-shadow: none !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;
	background: #b9a373;
	border-color: #b9a373;
	box-shadow: none !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: #fff;
	background: #b9a373;
	border-color: #b9a373;
	box-shadow: none !important;
}

.process-content .step-six .process-footer .booking-fields-box .content .exp-section .box-section .right-box .btn-green-border.active i {
	display: block;
	color: #fff;
}

.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: #b9a373;
	border-color: #b9a373;
	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: #000;
	background: #fff;
	border-color: #000;
}

.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 {
	border-color: #b9a373;
	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;
}

.process-content .step-six .process-footer.expe-tp-view {
	padding: 0 0 0;
}

@media (min-width: 768px) and (max-width: 991px) {
	.process-content .step-six .process-footer.expe-tp-view {
		padding: 0 15px 0;
	}
}

.process-content .step-six .process-footer.expe-tp-view .content {
	height: calc(100vh - 771px);
}

@media (max-width: 1700px) {
	.process-content .step-six .process-footer.expe-tp-view .content {
		height: calc(100vh - 710px);
	}
}

@media (max-width: 1500px) {
	.process-content .step-six .process-footer.expe-tp-view .content {
		height: calc(100vh - 680px);
	}
}

@media (max-width: 1388px) {
	.process-content .step-six .process-footer.expe-tp-view .content {
		height: calc(100vh - 660px);
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.process-content .step-six .process-footer.expe-tp-view .content {
		height: calc(100vh - 670px);
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.process-content .step-six .process-footer.expe-tp-view .content {
		height: 100%;
		overflow-y: hidden;
	}
}

@media (max-width: 767px) {
	.process-content .step-six .process-footer.expe-tp-view .content {
		height: 100%;
		overflow-y: hidden;
	}
}

.process-content .step-six .process-footer.expe-tp-view .expe-tp-section .heading {
	font-size: 18px;
	line-height: 30px;
	color: #b9a373;
	margin: 22px 0 25px;
	font-family: "Garamond";
	padding: 0 20px;
	font-weight: bold;
}

@media (max-width: 767px) {
	.process-content .step-six .process-footer.expe-tp-view .expe-tp-section .heading {
		font-size: 18px;
		line-height: 28px;
		margin: 35px 0 29px;
		padding: 0 0 0 36px;
	}
}

@media (max-width: 767px) {
	.process-content .step-six .process-footer.expe-tp-view .expe-tp-section {
		margin: 0px 0px 0px 0px;
		padding: 0;
	}
	
	.process-content .step-six .process-footer.expe-tp-view .expe-tp-section .mobile-view.title {
		width: 100%;
		display: flex;
		font-size: 13px;
		line-height: 18px;
		color: var(--area-border-color);
		padding: 0px 0px 16px;
		font-weight: 500;
	}
	
	.process-content .step-six .process-footer.expe-tp-view .expe-tp-section a.mobile-view.btn.btn-green-border {
		border: 1px solid var(--social-icon-hover);
		background: var(--social-icon-hover);
		color: var(--white);
		height: 37px;
		font-size: 11px;
		padding: 10px 0px 0px;
		margin-top: 14px;
	}
}

.process-content .step-six .process-footer.expe-tp-view .expe-tp-section .box-section {
	display: flex;
	margin: 0;
	padding: 18px 22.5px 17.56px 19.5px;
	background: #f0ede6;
}

@media (max-width: 1700px) {
	.process-content .step-six .process-footer.expe-tp-view .expe-tp-section .box-section {
		margin: 0px 0 0px 0px;
		padding: 18.56px 15.5px 18.56px 18.5px;
	}
}

@media (max-width: 1500px) {
	.process-content .step-six .process-footer.expe-tp-view .expe-tp-section .box-section {
		margin: 0px 0 0px 0px;
		padding: 16px 15px 16px 15px;
	}
}

@media (max-width: 1388px) {
	.process-content .step-six .process-footer.expe-tp-view .expe-tp-section .box-section {
		margin: 0px 0 0px 0px;
		padding: 14px 13px 14px 13px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.process-content .step-six .process-footer.expe-tp-view .expe-tp-section .box-section {
		margin: 0px 0 0px 0px;
		padding: 11px 10px 11px 10px;
	}
}

@media (max-width: 767px) {
	.process-content .step-six .process-footer.expe-tp-view .expe-tp-section .box-section {
		margin: 0px 0px 0px 0px;
		padding: 42px 37px 33px 37px;
		background: #f0ede6;
		column-gap: 22px;
	}
}

@media (max-width: 390px) {
	.process-content .step-six .process-footer.expe-tp-view .expe-tp-section .box-section {
		padding: 33px 18px 32px 5px;
		column-gap: 14px;
	}
}

.process-content .step-six .process-footer.expe-tp-view .expe-tp-section .box-section .left-box {
	width: 122.87px;
	height: 122.87px;
}

.process-content .step-six .process-footer.expe-tp-view .expe-tp-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.expe-tp-view .expe-tp-section .box-section .left-box {
		width: 100px;
		height: 100px;
	}
	
	.process-content .step-six .process-footer.expe-tp-view .expe-tp-section .box-section .left-box img {
		width: 100px;
		height: 100px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.process-content .step-six .process-footer.expe-tp-view .expe-tp-section .box-section .left-box {
		width: 90px;
		height: 90px;
	}
	
	.process-content .step-six .process-footer.expe-tp-view .expe-tp-section .box-section .left-box img {
		width: 90px;
		height: 90px;
	}
}

@media (max-width: 767px) {
	.process-content .step-six .process-footer.expe-tp-view .expe-tp-section .box-section .left-box {
		width: 94px;
		height: 94px;
	}
	
	.process-content .step-six .process-footer.expe-tp-view .expe-tp-section .box-section .left-box img {
		width: 94px;
		height: 94px;
	}
}

.process-content .step-six .process-footer.expe-tp-view .expe-tp-section .box-section .right-box {
	padding-left: 56.13px;
}

@media (max-width: 1700px) {
	.process-content .step-six .process-footer.expe-tp-view .expe-tp-section .box-section .right-box {
		padding-left: 45px;
	}
}

@media (max-width: 1500px) {
	.process-content .step-six .process-footer.expe-tp-view .expe-tp-section .box-section .right-box {
		padding-left: 40px;
	}
}

@media (max-width: 1388px) {
	.process-content .step-six .process-footer.expe-tp-view .expe-tp-section .box-section .right-box {
		padding-left: 20px;
	}
}

@media (max-width: 767px) {
	.process-content .step-six .process-footer.expe-tp-view .expe-tp-section .box-section .right-box {
		padding-left: 0px;
	}
}

.process-content .step-six .process-footer.expe-tp-view .expe-tp-section .box-section .right-box .title {
	font-size: 18px;
	color: #1d1d1d;
	line-height: 30px;
	font-family: "Garamond";
	font-weight: bold;
}

@media (max-width: 1388px) {
	.process-content .step-six .process-footer.expe-tp-view .expe-tp-section .box-section .right-box .title {
		font-size: 14px;
		line-height: 24px;
	}
}

@media (max-width: 767px) {
	.process-content .step-six .process-footer.expe-tp-view .expe-tp-section .box-section .right-box .title {
		font-size: 17px;
		line-height: 28px;
	}
}

.process-content .step-six .process-footer.expe-tp-view .expe-tp-section .box-section .right-box button.moreread {
	background: transparent;
	border: none;
	font-size: 12px;
	text-transform: capitalize;
	color: var(--black-light2);
}

.process-content .step-six .process-footer.expe-tp-view .expe-tp-section .box-section .right-box p {
	margin: 0px;
	padding: 14px 0px 14px;
	font-size: 14px;
	line-height: 20px;
	color: #86837b;
	font-family: "Garamond";
}

@media (max-width: 1700px) {
	.process-content .step-six .process-footer.expe-tp-view .expe-tp-section .box-section .right-box p {
		padding: 12.02px 0px 8.86px;
	}
}

@media (max-width: 1388px) {
	.process-content .step-six .process-footer.expe-tp-view .expe-tp-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.expe-tp-view .expe-tp-section .box-section .right-box p {
		line-height: 18px;
		padding: 16px 0 14px;
		font-size: 12px;
		color: #86837b;
	}
}

.process-content .step-six .process-footer.expe-tp-view .expe-tp-section .box-section .right-box .btn-green-border {
	text-align: center;
	border: 1px solid #b9a373;
	border-radius: 0;
	margin: 0px;
	display: flex;
	background: #b9a373;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	outline: none;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	font-family: "Friz Quadrata Std";
	-webkit-transition: .2s ease;
	transition: .2s ease;
	height: 37px;
	width: 220px;
}

@media (max-width: 767px) {
	.process-content .step-six .process-footer.expe-tp-view .expe-tp-section .box-section .right-box .btn-green-border {
		width: 246px;
	}
}

@media (max-width: 390px) {
	.process-content .step-six .process-footer.expe-tp-view .expe-tp-section .box-section .right-box .btn-green-border {
		width: 196px;
		font-size: 10px;
	}
}

.process-content .step-six .process-footer.expe-tp-view .expe-tp-section .box-section .right-box .btn-green-border:hover {
	color: #fff;
	background: #000;
	border-color: transparent;
}

.process-content .step-six .process-footer.expe-tp-view .expe-tp-section .box-section .right-box .btn-green-border:focus {
	background: var(--social-icon-hover);
	border: 1px solid var(--social-icon-hover);
	color: var(--white);
	box-shadow: none !important;
}

.process-content .step-six .process-footer.expe-tp-view .expe-tp-section .box-section .right-box .btn-green-border:focus:hover {
	color: var(--bg-color);
	background: var(--black-light2);
	border-color: var(--black-light2);
	box-shadow: inset 0 -3.7em 0 0 var(--black-light2) !important;
}

@media (max-width: 1500px) {
	.process-content .step-six .process-footer.expe-tp-view .expe-tp-section .box-section .right-box .btn-green-border:focus {
		height: 35px;
	}
}

.process-content .step-six .process-footer.expe-tp-view .expe-tp-section .box-section .right-box .btn-green-border span {
	display: block;
}

.process-content .step-six .process-footer.expe-tp-view .expe-tp-section .box-section .right-box .btn-green-border i {
	font-style: normal;
	color: var(--bg-color);
	display: none;
}

.process-content .step-six .process-footer.expe-tp-view .expe-tp-section .box-section .right-box .btn-green-border.active {
	color: var(--bg-color);
	background: var(--black-light2);
}

.process-content .step-six .process-footer.expe-tp-view .expe-tp-section .box-section .right-box .btn-green-border.active i {
	display: block;
}

.process-content .step-six .process-footer.expe-tp-view .expe-tp-section .box-section .right-box .btn-green-border.active span {
	display: none;
}

.process-content .step-six .process-footer.expe-tp-view .expe-tp-section .box-section.effect-box {
	background: var(--bg-color);
	opacity: .4;
}

.process-content .step-six .process-footer.expe-tp-view .expe-tp-section .box-section.effect-box .right-box .btn-green-border {
	pointer-events: none;
}

.process-content .step-seven .process-header .booking-process p {
	color: var(--bg-color);
	font-size: 13px;
	line-height: 18px;
	letter-spacing: 0;
	padding: 15px 213px 5px 0px;
	margin: 0px;
}

@media (max-width: 1700px) {
	.process-content .step-seven .process-header .booking-process p {
		padding: 17px 113px 5px 0px;
	}
}

@media (max-width: 1500px) {
	.process-content .step-seven .process-header .booking-process p {
		padding: 17px 33px 5px 0px;
	}
}

@media (max-width: 1388px) {
	.process-content .step-seven .process-header .booking-process p {
		padding: 17px 4px 5px 0px;
		font-size: 12px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.process-content .step-seven .process-header .booking-process p {
		font-size: 13px;
	}
}

@media (max-width: 767px) {
	.process-content .step-seven .process-header .booking-process p {
		font-size: 13px;
		padding: 12px 15px 5px 0px;
	}
}

@media (max-width: 767px) {
	.process-content .step-seven .process-header .booking-process h3 {
		font-size: 24px;
		line-height: 32px;
		letter-spacing: -.24px;
	}
}

@media (max-width: 1388px) {
	.process-content .step-seven .process-footer .process-section .booking-process.mCustomScrollbar {
		height: calc(100vh - 452px) !important;
		overflow: auto;
		position: relative;
		overflow-y: auto;
	}
}

@media (min-width: 1200px) and (max-width: 1280px) {
	.process-content .step-seven .process-footer .process-section .booking-process.mCustomScrollbar {
		height: calc(100vh - 420px) !important;
		overflow-y: auto;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.process-content .step-seven .process-footer .process-section .booking-process.mCustomScrollbar {
		height: calc(100vh - 632px) !important;
		overflow-y: auto;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.process-content .step-seven .process-footer .process-section .booking-process.mCustomScrollbar {
		height: auto !important;
		overflow: visible !important;
		-webkit-touch-callout: inherit !important;
		touch-action: initial !important;
	}
}

@media (max-width: 767px) {
	.process-content .step-seven .process-footer .process-section .booking-process.mCustomScrollbar {
		height: auto !important;
		overflow: visible !important;
		-webkit-touch-callout: inherit !important;
		touch-action: initial !important;
	}
}

.process-content .step-seven .process-footer .process-section .booking-process .booking-fields-box {
	width: 737px;
}

@media (max-width: 1700px) {
	.process-content .step-seven .process-footer .process-section .booking-process .booking-fields-box {
		width: 647px;
	}
}

@media (max-width: 1500px) {
	.process-content .step-seven .process-footer .process-section .booking-process .booking-fields-box {
		width: 577px;
	}
}

@media (max-width: 1388px) {
	.process-content .step-seven .process-footer .process-section .booking-process .booking-fields-box {
		width: 537px;
	}
	
	.process-content .step-seven .process-footer .process-section .booking-process .booking-fields-box.mCustomScrollbar {
		height: calc(100vh - 452px);
		overflow: auto;
		position: relative;
	}
}

@media (min-width: 1200px) and (max-width: 1280px) {
	.process-content .step-seven .process-footer .process-section .booking-process .booking-fields-box {
		width: 517px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.process-content .step-seven .process-footer .process-section .booking-process .booking-fields-box {
		width: 390px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.process-content .step-seven .process-footer .process-section .booking-process .booking-fields-box {
		width: 100%;
		padding-right: 0px;
	}
}

@media (max-width: 767px) {
	.process-content .step-seven .process-footer .process-section .booking-process .booking-fields-box {
		width: 100%;
	}
}

.process-content .step-seven .process-footer .process-section .booking-process .booking-for-form {
	padding: 25px 0px 0px 0px;
	margin: 0px;
}

.process-content .step-seven .process-footer .process-section .booking-process .booking-for-form .title {
	color: var(--yellow-light);
	padding-bottom: 23px;
	font-size: 15px;
	line-height: 18px;
}

.process-content .step-seven .process-footer .process-section .booking-process .booking-for-form .form-group {
	position: relative;
}

.process-content .step-seven .process-footer .process-section .booking-process .booking-for-form .form-group .text-danger {
	margin: 0;
	line-height: normal !important;
	font-size: 12px;
	font-family: inherit;
	font-family: "Work Sans", sans-serif;
	font-weight: 500;
	padding: 5px 0 0;
	color: var(--error-color);
	position: absolute;
	bottom: -16px;
}

@media (max-width: 1388px) {
	.process-content .step-seven .process-footer .process-section .booking-process .booking-for-form .form-group {
		margin-bottom: 27px;
	}
}

@media (min-width: 1200px) and (max-width: 1280px) {
	.process-content .step-seven .process-footer .process-section .booking-process .booking-for-form {
		padding: 3px 0px 0px 0px;
	}
	
	.process-content .step-seven .process-footer .process-section .booking-process .booking-for-form .form-group {
		margin-bottom: 20px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.process-content .step-seven .process-footer .process-section .booking-process .booking-for-form {
		padding: 15px 0px 0px 0px;
	}
	
	.process-content .step-seven .process-footer .process-section .booking-process .booking-for-form .form-group {
		margin-bottom: 9px;
	}
	
	.process-content .step-seven .process-footer .process-section .booking-process .booking-for-form .form-group .span.error.text-danger {
		bottom: -13px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.process-content .step-seven .process-footer .process-section .booking-process .booking-for-form {
		width: 90%;
		margin: 0 auto;
	}
}

@media (max-width: 767px) {
	.process-content .step-seven .process-footer .process-section .booking-process .booking-for-form .form-group {
		margin-bottom: 45px;
	}
	
	.process-content .step-seven .process-footer .process-section .booking-process .booking-for-form .row {
		margin-left: 0;
		margin-right: 0;
		justify-content: space-between;
	}
	
	.process-content .step-seven .process-footer .process-section .booking-process .booking-for-form .row [class*="col-"] {
		margin-bottom: 0;
		padding-left: 0;
		padding-right: 0;
	}
	
	.process-content .step-seven .process-footer .process-section .booking-process .booking-for-form .row [class*="col-"]:nth-child(2), .process-content .step-seven .process-footer .process-section .booking-process .booking-for-form .row [class*="col-"]:nth-child(3) {
		flex: 0 0 auto;
		width: 47%;
	}
	
	.process-content .step-seven .process-footer .process-section .booking-process .booking-for-form .row [class*="col-"]:last-child .form-group {
		margin-bottom: 0px;
	}
}

.process-content .step-seven .process-footer .process-section .booking-process .booking-for-form:before {
	display: none;
}

.process-content .step-seven .process-footer .process-section .booking-process .booking-for-form .error-msg-card {
	margin: 0;
	line-height: normal !important;
	font-size: 12px;
	font-family: inherit;
	font-family: "Work Sans", sans-serif;
	font-weight: 500;
	padding: 5px 0 0;
	color: var(--error-color);
}

@media (min-width: 768px) and (max-width: 991px) {
	.process-content .step-seven .process-footer .process-section .booking-process {
		padding-left: 0;
	}
}

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

@media (min-width: 1200px) and (max-width: 1280px) {
	.datepicker.dropdown-menu {
		z-index: 1030;
	}
	
	.bookTablePageLoad header nav.navbar-light .navbar-nav .nav-item .nav-link {
		padding-left: 34px;
		padding-right: 34px;
	}
	
	.bookTablePageLoad header {
		padding-top: 38.66px;
		padding-bottom: 21.28px;
	}
}

.process-content .step-eight.bookingProcessContent {
	position: relative;
}

.process-content .step-eight.bookingProcessContent .inner-section {
	padding: 55px 15px 0px 15px;
	width: 100%;
	max-width: 740px;
	margin: 0 auto;
}

@media (min-width: 768px) and (max-width: 991px) {
	.process-content .step-eight.bookingProcessContent .inner-section {
		padding: 34px 15px 0 15px;
		height: auto !important;
	}
}

@media (max-width: 767px) {
	.process-content .step-eight.bookingProcessContent .inner-section {
		padding: 0 40px 0 40px;
		max-width: 100%;
		width: 100%;
		height: auto !important;
	}
}

@media (max-width: 320px) {
	.process-content .step-eight.bookingProcessContent .inner-section {
		padding: 34px 48px 38px 39px;
	}
}

.process-content .step-eight.bookingProcessContent .process-header {
	border-bottom: 1px solid #b5b4af;
}

.process-content .step-eight.bookingProcessContent .process-header .booking-process {
	background: transparent;
	max-width: 740px;
	margin: 0 auto;
	padding: 70px 15px 40px 15px !important;
}

@media (max-width: 1700px) {
	.process-content .step-eight.bookingProcessContent .process-header .booking-process {
		padding: 69px 15px 22px 15px !important;
	}
}

@media (max-width: 1500px) {
	.process-content .step-eight.bookingProcessContent .process-header .booking-process {
		padding: 69px 15px 22px 15px !important;
	}
}

@media (max-width: 1388px) {
	.process-content .step-eight.bookingProcessContent .process-header .booking-process {
		padding: 61px 15px 22px 15px !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.process-content .step-eight.bookingProcessContent .process-header .booking-process {
		padding: 41px 15px 22px 15px !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.process-content .step-eight.bookingProcessContent .process-header .booking-process {
		padding: 41px 15px 22px 15px !important;
	}
}

@media (max-width: 767px) {
	.process-content .step-eight.bookingProcessContent .process-header .booking-process {
		padding: 47px 40px 0px !important;
	}
}

.process-content .step-eight.bookingProcessContent .process-header .booking-process .heading {
	margin: 0;
	padding: 0;
	font-size: 30px;
	line-height: 30px;
	letter-spacing: -.3px;
}

.process-content .step-eight.bookingProcessContent .process-header .booking-process .booking-title {
	color: #1d1d1d;
	font-size: 20px;
	line-height: 27px;
	letter-spacing: -.3px;
	display: inline-block;
	font-family: "Garamond";
	padding-top: 8px;
}

@media (max-width: 767px) {
	.process-content .step-eight.bookingProcessContent .process-header .booking-process .booking-title {
		font-size: 19px;
	}
}

.process-content .step-eight.bookingProcessContent .process-header .booking-process .booking-name {
	display: inline-block;
	letter-spacing: -.3px;
	color: #1d1d1d;
	font-size: 20px;
	line-height: 27px;
	font-family: "Garamond";
	padding-left: 5px;
}

@media (max-width: 767px) {
	.process-content .step-eight.bookingProcessContent .process-header .booking-process .booking-name {
		font-size: 19px;
	}
}

.process-content .step-eight.bookingProcessContent .process-header .booking-process .seating-area {
	display: block;
	color: #1d1d1d;
	font-size: 20px;
	letter-spacing: -.3px;
	line-height: 27px;
	font-family: "Garamond";
	padding-top: 43px;
	font-weight: 600;
}

@media (max-width: 767px) {
	.process-content .step-eight.bookingProcessContent .process-header .booking-process .seating-area {
		padding-top: 39px;
	}
}

.process-content .step-eight.bookingProcessContent .process-body {
	scrollbar-width: thin;
	scrollbar-width: thin;
	scrollbar-color: #b9a373;
	scrollbar-color: #b9a373 #fff;
}

.process-content .step-eight.bookingProcessContent .process-body .list-box {
	width: 100%;
	list-style: none;
	margin: 0;
	margin: 0;
	display: block;
	flex-wrap: wrap;
	padding: 0;
	overflow-y: scroll;
	overflow-y: scroll;
	scrollbar-width: thin;
	scrollbar-width: thin;
	pointer-events: auto;
	height: calc(100vh - 521px);
	padding-bottom: 40px;
}

@media (max-width: 1700px) {
	.process-content .step-eight.bookingProcessContent .process-body .list-box {
		height: calc(100vh - 501px);
	}
}

@media (max-width: 1500px) {
	.process-content .step-eight.bookingProcessContent .process-body .list-box {
		height: calc(100vh - 483px);
	}
}

@media (min-width: 1200px) and (max-width: 1280px) {
	.process-content .step-eight.bookingProcessContent .process-body .list-box {
		height: calc(100vh - 466px);
	}
}

@media (max-width: 1199px) {
	.process-content .step-eight.bookingProcessContent .process-body .list-box {
		height: calc(100vh - 436px);
	}
}

@media (max-width: 1180px) {
	.process-content .step-eight.bookingProcessContent .process-body .list-box {
		height: calc(100vh - 450px);
	}
}

@media (max-width: 1122px) {
	.process-content .step-eight.bookingProcessContent .process-body .list-box {
		height: calc(100vh - 436px);
	}
}

@media (max-width: 1024px) {
	.process-content .step-eight.bookingProcessContent .process-body .list-box {
		height: calc(100vh - 440px);
	}
}

@media (max-width: 1011px) {
	.process-content .step-eight.bookingProcessContent .process-body .list-box {
		height: calc(100vh - 437px);
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.process-content .step-eight.bookingProcessContent .process-body .list-box {
		height: auto;
		margin: 0;
		padding: 0;
	}
}

@media (max-width: 767px) {
	.process-content .step-eight.bookingProcessContent .process-body .list-box {
		height: auto;
		margin: 0;
		padding: 0;
	}
}

.process-content .step-eight.bookingProcessContent .process-body .list-box::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}

.process-content .step-eight.bookingProcessContent .process-body .list-box::-webkit-scrollbar-track {
	background-clip: content-box;
}

.process-content .step-eight.bookingProcessContent .process-body .list-box::-webkit-scrollbar-thumb {
	border-radius: 12px;
}

.process-content .step-eight.bookingProcessContent .process-body .list-box::-webkit-scrollbar-corner, .process-content .step-eight.bookingProcessContent .process-body .list-box::-webkit-scrollbar-track {
	border-radius: 12px;
}

.process-content .step-eight.bookingProcessContent .process-body .list-box li {
	width: 100%;
	margin-bottom: 25px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 18px;
	line-height: 21px;
	letter-spacing: 0px;
	color: #1d1d1d;
	font-family: "Garamond";
	text-transform: capitalize;
	font-weight: 600;
}

.process-content .step-eight.bookingProcessContent .process-body .list-box li .btn-green-border {
	width: 98px;
	height: 37px;
	background: transparent;
	color: #b9a373;
	border: 1px solid #b9a373;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0;
	box-shadow: none !important;
	border-radius: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}

.process-content .step-eight.bookingProcessContent .process-body .list-box li .btn-green-border:hover, .process-content .step-eight.bookingProcessContent .process-body .list-box li .btn-green-border.active {
	background: #b9a373;
	color: #fff;
	border-color: #b9a373;
}

.process-content .step-eight.bookingProcessContent .process-body .list-box li .btn-green-border i {
	display: none;
}

.process-content .step-eight.bookingProcessContent .process-body .list-box li .btn-green-border.active i {
	display: block;
}

.process-content .step-eight.bookingProcessContent .process-body .list-box li .btn-green-border.active span {
	display: none;
}

.process-content .step-eight.bookingProcessContent .process-body .list-box li .btn-green-border.disabledTableType {
	pointer-events: none;
}

.process-content .step-eight.bookingProcessContent .process-body::-webkit-scrollbar-corner, .process-content .step-eight.bookingProcessContent .process-body .scrollbar-1::-webkit-scrollbar-track {
	background-color: #cdcdcd;
}

.process-content .step-eight.bookingProcessContent .process-body::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}

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

.process-content .step-eight.bookingProcessContent .process-body::-webkit-scrollbar-thumb {
	background-color: #b9a373;
	border-radius: 12px;
}

.process-content .step-eight.bookingProcessContent .process-body::-webkit-scrollbar-thumb:hover {
	background-color: #b9a373;
}

.process-content .step-eight.bookingProcessContent .process-body::-webkit-scrollbar-thumb-corner, .process-content .step-eight.bookingProcessContent .process-body::-webkit-scrollbar-thumb-track {
	background-color: #b9a373;
	border-radius: 12px;
}

@media (max-width: 1199px) {
	.process-content .step-eight.bookingProcessContent .process-header {
		padding: 0 0 0;
	}
}

@media (max-width: 991px) {
	.process-content .step-eight.bookingProcessContent .process-body {
		overflow: hidden;
		height: 100%;
	}
	
	.process-content .step-eight.bookingProcessContent .process-header {
		margin-bottom: 0px;
		padding: 0;
	}
}

@media (max-width: 767px) {
	.process-content .step-eight.bookingProcessContent .process-header {
		background: transparent;
		padding: 0 0 43px;
	}
	
	.process-content .step-eight.bookingProcessContent .process-body {
		height: 100% !important;
	}
}

.process-content .step-eight.bookingProcessContent ul.content-icon-view-section {
	padding: 0px 0px 1.35px;
}

@media (max-width: 1199px) {
	.process-content .step-eight.bookingProcessContent ul.content-icon-view-section {
		padding: 0px 0px 1.35px;
	}
}

.process-content .step-eight.bookingProcessContent .process-footer {
	padding-top: 0;
	z-index: 1000000;
	width: 100%;
	right: 0;
	text-align: center;
	margin: 0 auto;
}

@media (max-width: 991px) {
	.process-content .step-eight.bookingProcessContent .process-footer {
		position: inherit;
		bottom: inherit;
		padding-bottom: 20px;
	}
}

.process-content .step-eight.bookingProcessContent .process-footer .custom_btn {
	max-width: 100%;
}

@media (max-width: 991px) {
	.process-content .step-eight.bookingProcessContent .process-footer .custom_btn {
		position: inherit;
	}
}

#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: #000;
	-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: #789f90;
	-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: #b9a373 !important;
	-webkit-animation: spin 1.5s linear infinite;
	animation: spin 1.5s linear infinite;
}

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

@keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	100% {
		-webkit-transform: rotate(360deg);
		-ms-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%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
}

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

.loaded {
	visibility: hidden;
}

/*========== 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: 280px;
}

.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;
}

/*===end======= new =========*/
.container-588 {
	margin: 0 auto;
	position: relative;
	max-width: inherit;
	width: 100%;
}

@media (max-width: 767.98px) {
	.container-588 {
		padding-left: var(--bs-gutter-x, 1rem);
		padding-right: var(--bs-gutter-x, 1rem);
	}
}

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

section.event-type-accordian-1 {
	padding: 45.41px 0px 85.33px;
}

@media (max-width: 767px) {
	section.event-type-accordian-1 {
		padding: 39.03px 0px 47.7px;
	}
}

section.event-type-accordian-1 .accordion {
	overflow: hidden;
}

section.event-type-accordian-1 .accordion-item {
	background: transparent;
	border: none;
	border-bottom: solid 1px #1d1d1d;
	border-radius: 0px;
}

section.event-type-accordian-1 .accordion-item .accordion-collapse {
	border-radius: 0px;
}

section.event-type-accordian-1 .accordion-item .accordion-button {
	background: transparent;
	color: #1d1d1d;
	font-family: "Garamond";
	font-weight: bold;
	font-size: 22px;
	letter-spacing: 0px;
	line-height: 25px;
	margin: 0;
	border: none;
	border-radius: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 36.67px;
	padding-bottom: 10.25px;
	box-shadow: none;
}

@media (min-width: 768px) {
	section.event-type-accordian-1 .accordion-item .accordion-button {
		font-size: calc(22px + 100vw * 0);
	}
}

@media (min-width: 1620px) {
	section.event-type-accordian-1 .accordion-item .accordion-button {
		font-size: 22px;
	}
}

@media (min-width: 768px) {
	section.event-type-accordian-1 .accordion-item .accordion-button {
		line-height: calc(25px + 100vw * 0);
	}
}

@media (min-width: 1620px) {
	section.event-type-accordian-1 .accordion-item .accordion-button {
		line-height: 25px;
	}
}

@media (max-width: 767px) {
	section.event-type-accordian-1 .accordion-item .accordion-button {
		padding-top: 34.67px;
		padding-bottom: 10.25px;
	}
}

section.event-type-accordian-1 .accordion-item .accordion-button.collapsed {
	border-radius: 0px;
}

section.event-type-accordian-1 .accordion-item .accordion-button:focus {
	box-shadow: none;
}

section.event-type-accordian-1 .accordion-item .accordion-button:after {
	position: absolute;
	right: 0px;
	background: url("https://cdn-homhn.nitrocdn.com/RJOvKsUdvwVoRLQXKDqGPNtvQMmyLMGl/assets/images/optimized/rev-44d1ee7/daphnes-restaurant.co.uk/wp-content/themes/daphnes/assets/images/faq-arrow-down-.svg") right 50% no-repeat;
	background-size: 100% auto;
	width: 15px;
	width: 11px;
	top: 28px;
}

@media (min-width: 768px) {
	section.event-type-accordian-1 .accordion-item .accordion-button:after {
		top: calc(18.0845070423px + 100vw * .0129107981);
	}
}

@media (min-width: 1620px) {
	section.event-type-accordian-1 .accordion-item .accordion-button:after {
		top: 39px;
	}
}

@media (min-width: 768px) {
	section.event-type-accordian-1 .accordion-item .accordion-button:after {
		width: calc(7.3943661972px + 100vw * .0046948357);
	}
}

@media (min-width: 1620px) {
	section.event-type-accordian-1 .accordion-item .accordion-button:after {
		width: 15px;
	}
}

@media (min-width: 992px) and (max-width: 1619.98px) {
	section.event-type-accordian-1 .accordion-item .accordion-button:after {
		width: 12.45px;
	}
}

@media (max-width: 767px) {
	section.event-type-accordian-1 .accordion-item .accordion-button:after {
		top: 38px;
		width: 14px;
	}
}

section.event-type-accordian-1 .accordion-body {
	padding: 9.63px 0 10.75px;
}

@media (max-width: 767.98px) {
	section.event-type-accordian-1 .accordion-body {
		padding: 9.63px 0 24.08px;
	}
}

section.event-type-accordian-1 .accordion-body p {
	font-family: "Garamond";
	font-weight: normal;
	font-weight: 300;
	color: #000;
	margin-bottom: 0px;
	letter-spacing: -.16px;
	font-size: 16px;
	line-height: 25px;
}

@media (min-width: 768px) {
	section.event-type-accordian-1 .accordion-body p {
		font-size: calc(16px + 100vw * 0);
	}
}

@media (min-width: 1620px) {
	section.event-type-accordian-1 .accordion-body p {
		font-size: 16px;
	}
}

@media (min-width: 768px) {
	section.event-type-accordian-1 .accordion-body p {
		line-height: calc(25px + 100vw * 0);
	}
}

@media (min-width: 1620px) {
	section.event-type-accordian-1 .accordion-body p {
		line-height: 25px;
	}
}

/* Career page starts here */
.career-banner {
	margin-bottom: 0px;
}

.career-banner .banner-inner {
	position: relative;
}

.career-banner .banner-inner:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
}

.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: 211px;
	background: transparent;
	color: #fff;
}

.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: 211px;
		height: 46px;
		font-size: 16px;
		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: "CAT Linz";
	font-weight: 400;
	text-transform: uppercase;
	font-size: 44px;
	letter-spacing: -.5px;
	line-height: 45px;
	margin-bottom: 9px;
}

@media (min-width: 768px) {
	.career-banner .banner-text h1 {
		font-size: calc(20.5633802817px + 100vw * .0305164319);
	}
}

@media (min-width: 1620px) {
	.career-banner .banner-text h1 {
		font-size: 70px;
	}
}

@media (min-width: 992px) and (max-width: 1619.98px) {
	.career-banner .banner-text h1 {
		letter-spacing: -.39px;
	}
}

@media (max-width: 991.98px) {
	.career-banner .banner-text h1 {
		letter-spacing: .29px;
	}
}

@media (min-width: 768px) {
	.career-banner .banner-text h1 {
		line-height: calc(11.6478873239px + 100vw * .04342723);
	}
}

@media (min-width: 1620px) {
	.career-banner .banner-text h1 {
		line-height: 82px;
	}
}

@media (min-width: 768px) {
	.career-banner .banner-text h1 {
		margin-bottom: calc(4.4929577465px + 100vw * .0058685446);
	}
}

@media (min-width: 1620px) {
	.career-banner .banner-text h1 {
		margin-bottom: 14px;
	}
}

@media (min-width: 992px) and (max-width: 1619.98px) {
	.career-banner .banner-text h1 {
		font-size: 39px;
		line-height: 59.28px;
		margin-bottom: 10.92px;
	}
}

@media (max-width: 767px) {
	.career-banner .banner-text h1 {
		line-height: 45px;
		margin-bottom: 9px;
		letter-spacing: 1.32px;
	}
}

.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: 62.47px;
	padding-bottom: 0;
	position: relative;
}

.section-career .container.container-1225 .col-xl-7 {
	width: 788px;
	padding: 0px;
}

.section-career .container.container-1225 .col-xl-7 button.btn {
	color: #fff;
	background: #000;
	border-color: #000;
}

.section-career .container.container-1225 .col-xl-7 button.btn:hover, .section-career .container.container-1225 .col-xl-7 button.btn:focus {
	color: #fff;
	background: #000;
	border-color: #000;
	box-shadow: inset 0 -3.7em 0 0 #000 !important;
}

@media (max-width: 767px) {
	.section-career .container.container-1225 .col-xl-7 button.btn {
		width: 128px;
		height: 33px;
		min-width: inherit;
		border-radius: 17px;
	}
	
	.section-career .container.container-1225 .col-xl-7 button.btn span {
		line-height: 14px;
	}
}

@media (max-width: 767px) {
	.section-career .container.container-1225 .col-xl-7 {
		padding-right: 16px;
		padding-left: 16px;
	}
}

@media (max-width: 1700px) {
	.section-career {
		padding-top: 80.47px;
	}
}

@media (max-width: 1500px) {
	.section-career {
		padding-top: 78.47px;
	}
}

@media (max-width: 1388px) {
	.section-career {
		padding-top: 75.47px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.section-career {
		padding-top: 65.47px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.section-career {
		padding-top: 60.47px;
	}
}

@media (max-width: 767px) {
	.section-career {
		padding-top: 60px;
	}
}

.section-career .btn-green-border span {
	font-size: 14px;
}

@media (min-width: 768px) {
	.section-career .btn-green-border span {
		font-size: calc(14px + 100vw * 0);
	}
}

@media (min-width: 1620px) {
	.section-career .btn-green-border span {
		font-size: 14px;
	}
}

@media (min-width: 992px) and (max-width: 1619.98px) {
	.section-career .btn-green-border span {
		font-size: 14px;
	}
}

.section-career h3 {
	font-family: "CAT Linz";
	font-weight: 400;
	color: var(--black-light2);
	font-size: 32px;
	line-height: 38px;
	margin-bottom: 37.94px;
}

@media (max-width: 767px) {
	.section-career h3 {
		margin-bottom: 24.96px;
	}
}

.section-career p {
	font-size: 13px;
	color: var(--light-grey-color);
	line-height: 26px;
	margin-bottom: 34.94px;
}

@media (max-width: 767px) {
	.section-career p {
		font-size: 14px;
		line-height: 26px;
		margin-bottom: 26.51px;
	}
}

.section-career .banner-grid {
	display: flex;
	column-gap: 14px;
	flex-grow: 1;
}

@media (min-width: 768px) {
	.section-career .banner-grid {
		column-gap: calc(-53.6056338028px + 100vw * .088028169);
	}
}

@media (min-width: 1620px) {
	.section-career .banner-grid {
		column-gap: 89px;
	}
}

@media (max-width: 991.98px) {
	.section-career .banner-grid {
		flex-direction: column;
		row-gap: 14px;
	}
}

@media (max-width: 991.98px) and (min-width: 768px) {
	.section-career .banner-grid {
		row-gap: calc(12.1971830986px + 100vw * .0023474178);
	}
}

@media (max-width: 991.98px) and (min-width: 1620px) {
	.section-career .banner-grid {
		row-gap: 16px;
	}
}

.section-career .banner-grid .banner-box {
	position: relative;
	flex-grow: 1;
}

.section-career .banner-grid .banner-box .banner-img {
	height: 425px;
	width: 346px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

@media (min-width: 768px) {
	.section-career .banner-grid .banner-box .banner-img {
		height: calc(178.014084507px + 100vw * .3215962441);
	}
}

@media (min-width: 1620px) {
	.section-career .banner-grid .banner-box .banner-img {
		height: 699px;
	}
}

@media (min-width: 992px) and (max-width: 1619.98px) {
	.section-career .banner-grid .banner-box .banner-img {
		height: 545px;
	}
}

@media (min-width: 768px) {
	.section-career .banner-grid .banner-box .banner-img {
		width: calc(145.8873239437px + 100vw * .2605633803);
	}
}

@media (min-width: 1620px) {
	.section-career .banner-grid .banner-box .banner-img {
		width: 568px;
	}
}

@media (min-width: 992px) and (max-width: 1619.98px) {
	.section-career .banner-grid .banner-box .banner-img {
		width: 443.04px;
	}
}

.section-career .banner-grid .banner-box .banner-img img {
	min-height: 425px;
	max-height: 425px;
	width: 100%;
	max-width: 100%;
	height: 100%;
	object-fit: cover;
	padding: 0;
	margin: 0;
}

@media (min-width: 768px) {
	.section-career .banner-grid .banner-box .banner-img img {
		min-height: calc(178.014084507px + 100vw * .3215962441);
	}
}

@media (min-width: 1620px) {
	.section-career .banner-grid .banner-box .banner-img img {
		min-height: 699px;
	}
}

@media (min-width: 992px) and (max-width: 1619.98px) {
	.section-career .banner-grid .banner-box .banner-img img {
		min-height: 545px;
	}
}

@media (min-width: 768px) {
	.section-career .banner-grid .banner-box .banner-img img {
		max-height: calc(178.014084507px + 100vw * .3215962441);
	}
}

@media (min-width: 1620px) {
	.section-career .banner-grid .banner-box .banner-img img {
		max-height: 699px;
	}
}

@media (min-width: 992px) and (max-width: 1619.98px) {
	.section-career .banner-grid .banner-box .banner-img img {
		max-height: 545px;
	}
}

.section-career .banner-grid .banner-box .banner-img:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .25);
}

@media (max-width: 991.98px) {
	.section-career .banner-grid .banner-box .banner-img:last-child {
		margin-bottom: 0;
	}
}

@media (max-width: 991px) {
	.section-career p:last-child {
		margin-bottom: 0;
	}
}

.section-career .row.row-large {
	margin-left: -36.75px;
	margin-right: -36.75px;
}

.section-career .row.row-large [class*="col-"] {
	padding-left: 36.75px;
	padding-right: 36.75px;
}

.section-career.private-section-details {
	border-bottom: 1px solid var(--black-light2-05);
	padding-top: 31.13px;
	padding-bottom: 33.33px;
	position: relative;
}

@media (min-width: 768px) {
	.section-career.private-section-details {
		padding-top: calc(-7.4953521127px + 100vw * .0502934272);
	}
}

@media (min-width: 1620px) {
	.section-career.private-section-details {
		padding-top: 73.98px;
	}
}

@media (min-width: 992px) and (max-width: 1619.98px) {
	.section-career.private-section-details {
		padding-top: 57.7px;
	}
}

@media (min-width: 768px) {
	.section-career.private-section-details {
		padding-bottom: calc(5.1970422535px + 100vw * .0366314554);
	}
}

@media (min-width: 1620px) {
	.section-career.private-section-details {
		padding-bottom: 64.54px;
	}
}

@media (min-width: 992px) and (max-width: 1619.98px) {
	.section-career.private-section-details {
		padding-bottom: 50.34px;
	}
}

.section-career.private-section-details p {
	font-family: var(--font-family-work-sans);
	padding-left: 0;
	padding-right: 0;
	font-weight: 400;
	font-size: 12px;
	letter-spacing: 0;
	line-height: 22px;
	margin-bottom: 33px;
}

@media (min-width: 768px) {
	.section-career.private-section-details p {
		font-size: calc(10.1971830986px + 100vw * .0023474178);
	}
}

@media (min-width: 1620px) {
	.section-career.private-section-details p {
		font-size: 14px;
	}
}

@media (min-width: 992px) and (max-width: 1619.98px) {
	.section-career.private-section-details p {
		font-size: 12px;
	}
}

@media (min-width: 768px) {
	.section-career.private-section-details p {
		line-height: calc(18.3943661972px + 100vw * .0046948357);
	}
}

@media (min-width: 1620px) {
	.section-career.private-section-details p {
		line-height: 26px;
	}
}

@media (min-width: 992px) and (max-width: 1619.98px) {
	.section-career.private-section-details p {
		line-height: 20.28px;
	}
}

@media (min-width: 768px) {
	.section-career.private-section-details p {
		margin-bottom: calc(28.4929577465px + 100vw * .0058685446);
	}
}

@media (min-width: 1620px) {
	.section-career.private-section-details p {
		margin-bottom: 38px;
	}
}

@media (min-width: 992px) and (max-width: 1619.98px) {
	.section-career.private-section-details p {
		margin-bottom: 29.64px;
	}
}

.section-career.private-section-details p:last-child {
	margin-bottom: 38px;
}

@media (min-width: 768px) {
	.section-career.private-section-details p:last-child {
		margin-bottom: calc(32.6095774648px + 100vw * .0070187793);
	}
}

@media (min-width: 1620px) {
	.section-career.private-section-details p:last-child {
		margin-bottom: 43.98px;
	}
}

@media (min-width: 992px) and (max-width: 1619.98px) {
	.section-career.private-section-details p:last-child {
		margin-bottom: 34.3px;
	}
}

.section-career.private-section-details .container {
	max-width: 1216.5px;
}

.career-videos {
	padding-top: 0px;
	padding-bottom: 79px;
}

@media (max-width: 767px) {
	.career-videos {
		padding-top: 0px;
		padding-bottom: 51px;
	}
}

.career-videos.family_video {
	padding-top: 0px;
	padding-bottom: 92px;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.career-videos.family_video {
		padding-top: 73px;
		padding-bottom: 42px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.career-videos.family_video {
		padding-top: 63px;
		padding-bottom: 40px;
	}
}

@media (max-width: 767px) {
	.career-videos.family_video {
		padding-top: 0px;
		padding-bottom: 24px;
	}
	
	.career-videos.family_video .career-videos-grid .video-img {
		height: 436px;
	}
	
	.career-videos.family_video .career-videos-grid .video-img img {
		max-height: 436px;
	}
}

.career-videos.campaign-section {
	padding: 67px 0px 64px;
}

@media (max-width: 767px) {
	.career-videos.campaign-section {
		padding: 35px 0px 0px;
	}
}

.career-videos .career-videos-grid {
	display: flex;
	justify-content: center;
	column-gap: 53px;
	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 37px;
		column-gap: 0px;
		flex-wrap: wrap;
	}
}

.career-videos .career-videos-grid .video-img {
	height: 699px;
	width: 568px;
	object-fit: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	position: relative;
}

@media (max-width: 1700px) {
	.career-videos .career-videos-grid .video-img {
		height: 639px;
		width: 471px;
	}
}

@media (max-width: 1500px) {
	.career-videos .career-videos-grid .video-img {
		height: 546px;
		width: 412px;
	}
}

@media (max-width: 1388px) {
	.career-videos .career-videos-grid .video-img {
		height: 536px;
		width: 393px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.career-videos .career-videos-grid .video-img {
		height: 398px;
		width: 299px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.career-videos .career-videos-grid .video-img {
		height: 316px;
		width: 273px;
	}
}

@media (max-width: 767px) {
	.career-videos .career-videos-grid .video-img {
		height: 420px;
		width: 100%;
		margin: 10px 0px;
	}
	
	.career-videos .career-videos-grid .video-img:nth-child(1) {
		margin-top: 0px;
	}
}

@media (max-width: 480px) {
	.career-videos .career-videos-grid .video-img {
		height: 435px;
	}
}

@media (max-width: 320px) {
	.career-videos .career-videos-grid .video-img {
		height: 309px;
	}
}

.career-videos .career-videos-grid .video-img::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .3;
	background: #000 0% 0% no-repeat padding-box;
}

.career-videos .career-videos-grid .video-img img {
	max-height: 699px;
	width: 100%;
	max-width: 100%;
	height: 100%;
	object-fit: cover;
	padding: 0;
	margin: 0;
}

@media (max-width: 1700px) {
	.career-videos .career-videos-grid .video-img img {
		max-height: 639px;
		width: 471px;
	}
}

@media (max-width: 1500px) {
	.career-videos .career-videos-grid .video-img img {
		max-height: 546px;
		width: 412px;
	}
}

@media (max-width: 1388px) {
	.career-videos .career-videos-grid .video-img img {
		max-height: 536px;
		width: 393px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.career-videos .career-videos-grid .video-img img {
		max-height: 398px;
		width: 299px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.career-videos .career-videos-grid .video-img img {
		max-height: 316px;
		width: 273px;
	}
}

@media (max-width: 767px) {
	.career-videos .career-videos-grid .video-img img {
		width: 100%;
	}
}

@media (max-width: 480px) {
	.career-videos .career-videos-grid .video-img img {
		max-height: 435px;
	}
}

@media (max-width: 320px) {
	.career-videos .career-videos-grid .video-img img {
		max-height: 309px;
	}
}

@media (max-width: 320px) {
	.career-videos .career-videos-grid .video-img img {
		max-height: 309px;
	}
}

.career-videos .career-videos-grid .video-img .video-content {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	left: 0px;
	text-align: center;
}

.career-videos .career-videos-grid .video-img .video-content .heading {
	font-weight: 500;
	color: #fff;
	text-align: center;
	margin: 0;
	letter-spacing: -.45px;
	font-size: 45px;
	line-height: 55px;
	padding: 0px 18px 18px;
}

@media (max-width: 1700px) {
	.career-videos .career-videos-grid .video-img .video-content .heading {
		font-size: 40px;
		line-height: 52px;
		padding: 0px 82px;
	}
}

@media (max-width: 1500px) {
	.career-videos .career-videos-grid .video-img .video-content .heading {
		font-size: 37px;
		line-height: 48px;
		padding: 0px 60px;
	}
}

@media (max-width: 1388px) {
	.career-videos .career-videos-grid .video-img .video-content .heading {
		font-size: 36px;
		line-height: 45px;
		padding: 0px 56px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.career-videos .career-videos-grid .video-img .video-content .heading {
		font-size: 26px;
		line-height: 35px;
		padding: 0px 44px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.career-videos .career-videos-grid .video-img .video-content .heading {
		font-size: 21px;
		line-height: 27px;
		padding: 0px 35px;
	}
}

@media (max-width: 767px) {
	.career-videos .career-videos-grid .video-img .video-content .heading {
		font-size: 38px;
		line-height: 40px;
		padding: 0px 67px 15px;
		letter-spacing: -.38px;
	}
}

@media (max-width: 320px) {
	.career-videos .career-videos-grid .video-img .video-content .heading {
		font-size: 26px;
		line-height: 32px;
		padding: 0px 29px 9px;
	}
}

.career-videos .career-videos-grid .video-img .video-content a {
	text-align: center;
	color: #fff;
	text-decoration: none;
	text-decoration: underline;
	letter-spacing: 0;
	font-weight: normal;
	font-size: 20px;
	line-height: 22px;
	font-family: "Garamond";
	padding: 0;
	margin: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
	.career-videos .career-videos-grid .video-img .video-content a {
		font-size: 14px;
	}
}

@media (max-width: 767px) {
	.career-videos .career-videos-grid .video-img .video-content a {
		font-size: 20px;
		line-height: 22px;
		letter-spacing: 0px;
	}
}

/* button section */
.btn-primary-custom {
	background: #b9a373;
	color: #fff;
	min-width: 160px;
	line-height: 50px;
	height: 50px;
	outline: none;
	box-shadow: none;
	border-radius: 0px;
	display: inline-block;
	font-family: "Friz Quadrata Std" !important;
	font-weight: normal;
	padding: 0 15px;
	font-size: 20px;
	text-align: center;
	text-decoration: none;
	border: 1px solid transparent;
}

.btn-primary-custom:hover {
	box-shadow: none;
	text-decoration: none;
	border-color: #fff;
	background: #fff;
	color: #000;
	border: 1px solid #000;
}

.btn-primary-custom:focus {
	box-shadow: none;
}

@media (max-width: 767px) {
	.btn-primary-custom {
		font-size: 18px;
		min-width: 140px;
	}
}

.btn-secondary-custom {
	background: #fff;
	color: #000;
	min-width: 160px;
	line-height: 50px;
	height: 50px;
	outline: none;
	box-shadow: none;
	border-radius: 0px;
	display: inline-block;
	font-family: "Friz Quadrata Std";
	font-weight: normal;
	padding: 0 15px;
	font-size: 20px;
	text-align: center;
	text-decoration: none;
	border: 1px solid transparent;
}

.btn-secondary-custom:hover {
	box-shadow: none;
	text-decoration: none;
	border-color: #fff;
	background: transparent;
	color: #fff;
	border: 1px solid #fff;
}

.btn-secondary-custom:focus {
	box-shadow: none;
	text-decoration: none;
	border-color: #fff;
	background: #fff;
	color: #000;
	border: 1px solid #000;
}

@media (max-width: 767px) {
	.btn-secondary-custom {
		font-size: 18px;
		min-width: 140px;
	}
}

/* banner section */
.banner-box {
	position: relative;
}

.banner .heading, .banner-inner .heading {
	font-size: 55px;
	line-height: 66px;
	letter-spacing: normal;
	font-weight: 500;
	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;
}

@media (max-width: 1199px) {
	body .section-top.banner .banner-text h1.heading {
		font-size: 40px;
		line-height: 50px;
	}
}

.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: 650px !important;
	}
	
	.homebanner-over-hidden {
		height: 650px;
		overflow: hidden;
	}
	
	.banner-inner {
		height: 650px;
		overflow: hidden;
	}
}

@media (min-width: 992px) and (max-width: 1366px) {
	.banner img, .banner video.videoval, .banner-inner video, .banner-inner img {
		height: 650px !important;
	}
	
	.homebanner-over-hidden {
		height: 650px;
		overflow: hidden;
	}
	
	.banner-inner {
		height: 650px;
		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;
	}
}

@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;
	}
}

body .banner .banner-text {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	top: inherit;
	bottom: 40px;
	width: 100%;
	z-index: 99;
	padding: 0 15px;
	transform: translateY(0);
}

.banner-inner .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;
}

/* campaign section */
.campaign-box-section .img-banner {
	margin-bottom: 15px;
}

.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;
}

@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;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.campaign-box-section .img-banner video, .campaign-box-section .img-banner img {
		height: 20rem;
	}
}

@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;
	}
}

/* home gallery section */
.home-slider {
	padding: 80px 0;
	margin-bottom: 50px;
}

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

@media (max-width: 1199px) {
	.home-slider .slick-track .slick-slide {
		margin: 10px;
	}
}

.home-slider .slick-track .slick-slide .itembox {
	object-fit: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	position: relative;
}

.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: 280px;
	background-size: cover;
	pointer-events: none;
	z-index: 1;
}

.home-slider .slick-track .slick-slide .itembox .ItemImgBox {
	overflow: hidden;
	position: relative;
	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%;
}

@media (max-width: 1199px) {
	.home-slider .slick-track .slick-slide .itembox img {
		height: 405px;
	}
}

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

.home-slider .slick-track .slick-slide .itemInfo .txtbox {
	font-weight: bold;
	font-size: 35px;
	line-height: 40px;
	color: #fff;
	margin: 0 0 10px 0;
	letter-spacing: 1.32px;
}

@media (max-width: 1199px) {
	.home-slider .slick-track .slick-slide .itemInfo .txtbox {
		font-size: 30px;
		line-height: 35px;
	}
}

.home-slider .slick-track .slick-slide .itemInfo .title {
	font-weight: normal;
	color: #fff;
	font-size: 17px;
	text-align: center;
	line-height: 20px;
	padding: 8px 0px 25px;
}

.home-slider .slick-track .slick-slide .itemInfo .btnbox {
	width: auto;
	display: inline-block;
}

.home-slider .slick-track .slick-slide .itemInfo .btnbox .btn {
	width: auto;
	min-width: 129px;
	height: 46px;
	background: #b9a373;
	border: 1px solid #b9a373;
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 1.28px;
	text-align: center;
	padding: 0 20px;
	color: #fff;
	border-radius: 0px;
	text-decoration: none;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	font-weight: 300;
	outline: none;
	box-shadow: none;
}

.home-slider .slick-track .slick-slide .itemInfo .btnbox .btn:hover {
	border-color: #fff !important;
	background: #fff !important;
	color: #000 !important;
	text-decoration: none;
}

@media (max-width: 767px) {
	.home-slider .slick-track .slick-slide .itemInfo .btnbox .btn {
		min-width: 129px;
		width: auto;
		height: 46px;
		font-size: 16px;
		text-align: center;
		letter-spacing: -.16px;
		line-height: 28px;
		padding: 0px 10px;
	}
	
	.home-slider .slick-track .slick-slide .itemInfo .btnbox .btn .txtbox {
		color: #fff;
		font-size: 16px;
		line-height: 28px;
		letter-spacing: 1.28px;
		font-family: "Copperplate";
	}
}

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

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

.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;
	font-size: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.home-slider .homesliderbox button.slick-prev:after {
	content: "";
	position: absolute;
	background: url("https://cdn-homhn.nitrocdn.com/RJOvKsUdvwVoRLQXKDqGPNtvQMmyLMGl/assets/images/optimized/rev-44d1ee7/daphnes-restaurant.co.uk/wp-content/themes/daphnes/assets/images/slider-arrow-prev.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;
	font-size: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.home-slider .homesliderbox button.slick-next:after {
	content: "";
	position: absolute;
	background: url("https://cdn-homhn.nitrocdn.com/RJOvKsUdvwVoRLQXKDqGPNtvQMmyLMGl/assets/images/optimized/rev-44d1ee7/daphnes-restaurant.co.uk/wp-content/themes/daphnes/assets/images/slider-arrow-next.svg");
	width: 65px;
	height: 64px;
	background-repeat: no-repeat;
	top: 0;
	left: 0;
}

/*========= previous and next button ========*/
.gallery-arrow .slick-slider {
	padding-bottom: 30px;
}

.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;
	top: inherit;
	font-size: 0;
}

.gallery-arrow button.slick-prev:after {
	content: "";
	position: absolute;
	background: url("https://cdn-homhn.nitrocdn.com/RJOvKsUdvwVoRLQXKDqGPNtvQMmyLMGl/assets/images/optimized/rev-44d1ee7/daphnes-restaurant.co.uk/wp-content/themes/daphnes/assets/images/slider-arrow-prev.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;
	top: inherit;
	font-size: 0;
}

.gallery-arrow button.slick-next:after {
	content: "";
	position: absolute;
	background: url("https://cdn-homhn.nitrocdn.com/RJOvKsUdvwVoRLQXKDqGPNtvQMmyLMGl/assets/images/optimized/rev-44d1ee7/daphnes-restaurant.co.uk/wp-content/themes/daphnes/assets/images/slider-arrow-next.svg");
	width: 65px;
	height: 64px;
	background-repeat: no-repeat;
	top: 0;
	left: 0;
}

/*====end===== previous and next button */

/* gallery-inner-page section */
.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;
	}
}

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

.gallery-inner-page .slick-track .slick-slide .itemInfo .txtbox {
	font-weight: normal;
	font-size: 35px;
	line-height: 40px;
	color: #fff;
	margin: 0 0 10px 0;
	letter-spacing: 1.32px;
}

@media (max-width: 1199px) {
	.gallery-inner-page .slick-track .slick-slide .itemInfo .txtbox {
		font-size: 30px;
		line-height: 35px;
	}
}

.gallery-inner-page .slick-track .slick-slide .itemInfo .title {
	font-family: "Gill Sans";
	font-weight: 300;
	color: #fffef1;
	font-size: 17px;
	text-align: center;
	line-height: 19px;
	padding: 8px 0px 25px;
}

.gallery-inner-page .slick-track .slick-slide .itemInfo a {
	font-family: "Gill Sans";
	font-weight: 300;
	color: #fff;
	font-size: 17px;
	text-align: center;
	line-height: 19px;
	padding: 8px 0px 25px;
	text-decoration: none;
}

.gallery-inner-page .slick-track .slick-slide .itemInfo .btnbox {
	width: auto;
	display: inline-block;
}

.gallery-inner-page .slick-track .slick-slide .itemInfo .btnbox .btn {
	width: auto;
	min-width: 129px;
	height: 46px;
	background: #b9a373;
	border: 1px solid #b9a373;
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 1.28px;
	text-align: center;
	padding: 0 20px;
	color: #fff;
	border-radius: 0px;
	text-decoration: none;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	font-weight: 300;
	outline: none;
	box-shadow: none;
}

.gallery-inner-page .slick-track .slick-slide .itemInfo .btnbox .btn:hover {
	border-color: #fff !important;
	background: #fff !important;
	color: #000 !important;
	text-decoration: none;
}

@media (max-width: 767px) {
	.gallery-inner-page .slick-track .slick-slide .itemInfo .btnbox .btn {
		min-width: 129px;
		width: auto;
		height: 46px;
		font-size: 16px;
		text-align: center;
		letter-spacing: -.16px;
		line-height: 28px;
		padding: 0px 10px;
	}
	
	.gallery-inner-page .slick-track .slick-slide .itemInfo .btnbox .btn .txtbox {
		color: #fff;
		font-size: 16px;
		line-height: 28px;
		letter-spacing: 1.28px;
		font-family: "Copperplate";
	}
}

.gallery-inner-page .slick-slide img {
	max-width: 100%;
}

.gallery-inner-page .homesliderbox {
	position: relative;
	padding: 0;
}

.gallery-inner-page .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;
	font-size: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.gallery-inner-page .homesliderbox button.slick-prev:after {
	content: "";
	position: absolute;
	background: url("https://cdn-homhn.nitrocdn.com/RJOvKsUdvwVoRLQXKDqGPNtvQMmyLMGl/assets/images/optimized/rev-44d1ee7/daphnes-restaurant.co.uk/wp-content/themes/daphnes/assets/images/slider-arrow-prev.svg");
	width: 65px;
	height: 64px;
	background-repeat: no-repeat;
	top: 0;
	left: 0;
}

.gallery-inner-page .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;
	font-size: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.gallery-inner-page .homesliderbox button.slick-next:after {
	content: "";
	position: absolute;
	background: url("https://cdn-homhn.nitrocdn.com/RJOvKsUdvwVoRLQXKDqGPNtvQMmyLMGl/assets/images/optimized/rev-44d1ee7/daphnes-restaurant.co.uk/wp-content/themes/daphnes/assets/images/slider-arrow-next.svg");
	width: 65px;
	height: 64px;
	background-repeat: no-repeat;
	top: 0;
	left: 0;
}

.campaign-gallery.gallery-arrow button.slick-next, .campaign-gallery.gallery-arrow button.slick-prev {
	bottom: 0;
}

.gradient-apply: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: 280px;
	background-size: cover;
	pointer-events: none;
	z-index: 1;
}

html {
	text-size-adjust: none;
	height: 100% !important;
}

body {
	font-family: "Garamond";
	font-style: normal;
	font-size: 17px;
	color: #000;
	line-height: 28px;
	-webkit-font-smoothing: antialiased;
	-webkit-tap-highlight-color: transparent;
	background: #fff;
	-webkit-text-size-adjust: 100%;
	display: flex !important;
	flex-direction: column !important;
}

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

@media (max-width: 767px) and (max-width: 767px) {
	body.index-page .d-flex .logo-mobile .custom-logo {
		display: block;
	}
}

body h1, body h2, body h3, body h4, body h5, body h6, body .heading, body label {
	font-family: "Friz Quadrata Std";
}

body a, body button, body .btn, body p, body input, body textarea {
	font-family: "Garamond";
}

.btn.custom_btn {
	font-family: "Friz Quadrata Std";
	font-weight: normal;
	width: 171px;
	height: 49px;
	background: #fff;
	border: 1px solid #fff;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: -.16px;
	text-align: center;
	padding: 15px 0px 0px;
	color: #789f90;
	border-radius: 0px;
	text-decoration: none;
	box-shadow: none;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.btn.custom_btn:hover {
	background: #789f90;
	color: #fff;
}

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

.section-top .mid-section .heading {
	font-family: "Friz Quadrata Std";
	color: #fff;
	font-size: 70px;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0px;
	line-height: 53px;
	margin: 0 0 0;
	padding: 0px 0px 19px 0px;
}

@media (min-width: 768px) and (max-width: 991px) {
	.section-top .mid-section .heading {
		font-size: 50px;
		margin: 0px;
		padding: 0px 0px 18.25px;
		line-height: 65px;
	}
}

@media (max-width: 767px) {
	.section-top .mid-section .heading {
		font-size: 40px;
		line-height: 40px;
	}
}

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

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

.section-top.contact-us span {
	position: absolute;
	bottom: 77px;
	margin: 0 auto;
	left: 0;
	right: 0;
	text-align: center;
	color: #fff;
	font-size: 20px;
	line-height: 22px;
	font-family: "Garamond";
	font-weight: normal;
}

.section-top.about span {
	position: absolute;
	bottom: 77px;
	margin: 0 auto;
	left: 0;
	right: 0;
	text-align: center;
	color: #fff;
	font-size: 20px;
	line-height: 22px;
	font-family: "Garamond";
	font-weight: normal;
}

.section-top.about span a {
	color: #fff;
	text-decoration: none;
	box-shadow: none;
	outline: none;
}

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

.section-top.campaign-banner .mid-section .heading {
	margin: 0px 0px 16px;
	line-height: normal;
}

.section-top.campaign-banner .mid-section p {
	font-size: 30px;
	line-height: 34px;
	letter-spacing: -.3px;
	font-family: "Garamond";
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

@media (max-width: 767px) {
	.section-top.campaign-banner .mid-section .heading {
		font-size: 50px;
		line-height: 25px;
		letter-spacing: 0px;
	}
	
	.section-top.campaign-banner .mid-section p {
		font-size: 22px;
		line-height: 25px;
		letter-spacing: -.22px;
	}
}

.section-top .banner-img {
	position: relative;
}

.section-top .mid-section {
	position: absolute;
	left: inherit;
	transform: inherit;
	width: 100%;
	bottom: 50%;
	text-align: center;
}

.section-top .mid-section img {
	max-width: 100%;
}

.section-top .mid-section .heading.home-heading {
	font-weight: 500;
	font-size: 70px;
	text-align: center;
	letter-spacing: 0px;
	line-height: 25px;
	color: #fff;
	margin: 0;
	padding: 0;
}

.section-top .mid-section .custom-logo {
	display: none;
}

@media (max-width: 767px) {
	.section-top .mid-section .custom-logo {
		display: block;
		margin: 0 auto;
	}
}

.section-top .mid-section p {
	color: #fff;
	margin: 0px;
	font-size: 32px;
	line-height: 25px;
	letter-spacing: 0px;
	font-family: "Garamond";
	font-weight: normal;
}

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

.section-top .mid-section .two-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 29px;
	flex-wrap: wrap;
}

.section-top .mid-section .two-btn .btn {
	width: 203px;
	height: 48px;
	background: #b9a373;
	padding: 12px 0px 0px;
	border-radius: 0px;
	color: #fff;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: -.16px;
	outline: none;
	box-shadow: none;
	margin-top: 25px;
	border: none;
}

.section-top .mid-section .two-btn .btn:hover {
	background: #fff;
	color: #000;
}

.section-top .mid-section .two-btn .btn:focus {
	box-shadow: inherit;
}

@media (max-width: 767px) {
	.section-top .mid-section .two-btn .btn {
		width: 203px;
		height: 48px;
		margin: 0px;
		padding: 13px 0px 0px;
	}
	
	.section-top .mid-section .two-btn .btn:first-child {
		margin: 29px 0px 13px;
	}
}

@media (max-width: 1500px) {
	.section-top .mid-section .heading {
		font-size: 40px;
		line-height: 48px;
	}
	
	.section-top .mid-section img {
		max-width: 600px;
	}
}

@media (max-width: 1388px) {
	.section-top .mid-section .heading {
		font-size: 40px;
		line-height: 48px;
	}
	
	.section-top .mid-section p {
		font-size: 16px;
		line-height: 20px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.section-top .mid-section .heading.home-heading {
		font-size: 41px;
		line-height: 46px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.section-top .mid-section .heading {
		font-size: 35px;
		line-height: 40px;
	}
}

@media (max-width: 767px) {
	.section-top .mid-section {
		top: 50%;
	}
	
	.section-top .mid-section .heading {
		font-size: 50px;
		line-height: 55px;
		letter-spacing: 0px;
		padding: 0 23px;
	}
	
	.section-top .mid-section .heading.home-heading {
		font-size: 35px;
		line-height: 50px;
		letter-spacing: -.35px;
		display: none;
	}
	
	.section-top .mid-section p {
		font-size: 20px;
		line-height: 23px;
		letter-spacing: -.2px;
	}
	
	.section-top .mid-section img {
		max-width: 343px;
	}
}

@media (max-width: 400px) {
	.section-top .mid-section .heading {
		font-size: 30px;
		line-height: 46px;
		letter-spacing: -.35px;
		padding: 0 19px;
	}
}

@media (max-width: 350px) {
	.section-top .mid-section img {
		max-width: 263px;
	}
}

.section-top .form-section {
	position: absolute;
	left: 50%;
	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: 29px;
	line-height: 10px;
	letter-spacing: 0px;
	font-weight: 500;
	color: #fff;
	padding-bottom: 18px;
	font-family: "Friz Quadrata Std";
}

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

@media (max-width: 767px) {
	.section-top .form-section {
		left: 50%;
		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;
		display: flex;
		width: 171px;
		height: 48px;
		border: 1px solid #b9a373;
		background: #b9a373;
		font-family: "Friz Quadrata Std";
		font-weight: normal;
		font-size: 18px;
		line-height: 18px;
		letter-spacing: -.18px;
		text-align: center;
		padding: 0px 0px 0px;
		color: #fff;
		border-radius: 0px;
		text-decoration: none;
		box-shadow: none;
		outline: none;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
		align-items: center;
		justify-content: center;
		margin: 0 auto;
	}
	
	.section-top .form-section .desktop-view {
		display: none;
	}
}

.section-top .form-section .row .row {
	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: 1200px) and (max-width: 1280px) {
	.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 (min-width: 992px) and (max-width: 1199px) {
	.section-top .form-section .row .row .col-12.col-lg-3 {
		width: 130px;
	}
	
	.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;
	box-shadow: none;
	outline: none;
	border: none;
	color: #2f2f2f;
	font-size: 16px;
	line-height: 23px;
	background-image: url("https://cdn-homhn.nitrocdn.com/RJOvKsUdvwVoRLQXKDqGPNtvQMmyLMGl/assets/images/optimized/rev-44d1ee7/daphnes-restaurant.co.uk/wp-content/themes/daphnes/assets/images/arrow-bottom.svg");
	background-repeat: no-repeat;
	font-family: "Garamond";
	font-weight: bold;
	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: #789f90;
	height: 50px;
	color: #fff;
	outline: none;
	box-shadow: none;
	border: none;
	border-radius: 0px;
	font-size: 16px;
	line-height: 23px;
}

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

@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: #fff;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: -.16px;
	text-decoration: none;
	outline: 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;
}

.section-top.half-banner .banner-img picture img {
	height: 551px;
}

@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;
	}
}

.section-top.half-banner .mid-section {
	top: inherit;
}

.section-top.half-banner .mid-section .heading {
	line-height: 85px;
	padding-bottom: 18px;
}

@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;
}

.section-top.location-banner .banner-img picture img {
	height: 863px;
}

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

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

.section-top.location-banner .mid-section {
	top: 50%;
}

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

.section-top.menu-banner .mid-section .heading {
	font-size: 70px;
	line-height: 53px;
	margin: 0px;
	padding-bottom: 19px;
}

@media (max-width: 767px) {
	.section-top.menu-banner .mid-section .heading {
		font-size: 50px;
	}
}

.section-top.menu-banner .banner-img {
	position: relative;
}

.section-top.menu-banner .banner-img:before {
	content: "";
	position: absolute;
	bottom: 0px;
	width: 100%;
	background: #000 0% 0% no-repeat padding-box;
	opacity: .35;
	height: 100%;
	background-size: cover;
}

.section-top.menu-banner .banner-img img {
	height: 575px;
}

@media (max-width: 1700px) {
	.section-top.menu-banner .banner-img img {
		height: 575px;
	}
}

@media (max-width: 1388px) {
	.section-top.menu-banner .banner-img img {
		height: 575px;
	}
}

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

@media (max-width: 767px) {
	.section-top.menu-banner .banner-img img {
		height: 100vh;
	}
}

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

.section-top.faqs-banner .banner-img {
	position: relative;
}

.section-top.faqs-banner .banner-img:before {
	content: "";
	position: absolute;
	bottom: 0px;
	width: 100%;
	background: #000 0% 0% no-repeat padding-box;
	opacity: .3;
	height: 100%;
	background-size: cover;
}

.section-top.faqs-banner .banner-img img {
	height: 575px;
}

@media (max-width: 1700px) {
	.section-top.faqs-banner .banner-img img {
		height: 575px;
	}
}

@media (max-width: 1388px) {
	.section-top.faqs-banner .banner-img img {
		height: 700px;
	}
}

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

@media (max-width: 767px) {
	.section-top.faqs-banner .banner-img img {
		height: 100vh;
	}
}

@media (max-width: 767px) {
	.section-top.whatson-banner .mid-section .heading {
		font-size: 50px;
		line-height: 55px;
	}
}

.section-top.family-foundation-banner .btn-white-border {
	background: #b9a373;
	color: #fff;
	width: 171px;
	height: 48px;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: -.18px;
	border-radius: 0px;
	padding: 10px 0px;
	font-family: "Friz Quadrata Std";
	font-weight: 500;
	margin: 17px 0px 0px;
	outline: none;
	box-shadow: none;
}

.section-top.family-foundation-banner .btn-white-border:hover {
	background: #fff;
	color: #b9a373;
}

@media (max-width: 767px) {
	.section-top.family-foundation-banner .btn-white-border {
		display: none;
	}
	
	.section-top.family-foundation-banner .heading {
		font-size: 50px !important;
		line-height: 55px !important;
		letter-spacing: 0px !important;
	}
}

.wrap-drop.bookdate {
	position: relative;
	border: none;
	background: #f8f8f8;
	padding: 16px;
	border-radius: 0px;
	height: 50px;
	display: flex;
	align-items: center;
	font-size: 16px;
	text-align: left;
	letter-spacing: 0;
	line-height: 18px;
	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;
	top: 103%;
	z-index: 2;
	z-index: 10;
	border: solid 1px #000;
	border-top-color: #c7c7c7;
	border-top-style: solid;
	border-top-width: 1px;
	border-top: none;
	width: calc(100% + 2px);
	max-height: 188px;
	overflow-y: auto;
	text-align: left;
}

.wrap-drop.bookdate .drop li {
	color: #2f2f2f;
	display: flex;
	align-items: center;
	padding: 10px 0 10px 10px;
	text-decoration: none;
	height: 47px;
	font-size: 14px;
	border-bottom: solid 1px #000;
	font-family: "Garamond";
}

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

.wrap-drop.bookdate .drop li:first-child {
	border-top: solid 1px #000;
}

.wrap-drop.bookdate .drop li.selected {
	background: #b9a373;
	color: #fff;
}

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

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

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

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

.wrap-drop.bookdate .drop li:first-child a {
	border-top: solid 1px #000;
}

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

.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: #000;
	scrollbar-color: #000 #cdcdcd;
}

.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: #000;
	border-radius: 12px;
}

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

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

.wrap-drop.bookdate::after {
	background: url("https://cdn-homhn.nitrocdn.com/RJOvKsUdvwVoRLQXKDqGPNtvQMmyLMGl/assets/images/optimized/rev-44d1ee7/daphnes-restaurant.co.uk/wp-content/themes/daphnes/assets/images/arrow-bottom.svg");
	content: "";
	height: 8px;
	margin-top: -4px;
	position: absolute;
	right: 19.15px;
	top: 50%;
	width: 15px;
	transform: rotate(0deg);
	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: #2f2f2f;
	font-family: "Garamond";
	font-weight: bold;
	font-size: 18px;
	line-height: 21px;
}

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

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

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

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

@media (max-width: 767px) {
	.tow-col-section .container .row .col-12 {
		width: 100%;
	}
}

.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;
	object-fit: cover;
	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: 414px;
	}
}

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

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

.tow-col-section .container .row .col-12 .inner .content .career-btn {
	display: flex;
	column-gap: 21px;
	flex-wrap: wrap;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.tow-col-section .container .row .col-12 .inner .content .career-btn a.custom_border_btn {
		width: 174px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.tow-col-section .container .row .col-12 .inner .content .career-btn a.custom_border_btn {
		width: 145px;
	}
}

.tow-col-section .container .row .col-12 .inner .heading {
	font-family: "Garamond";
	font-weight: bold;
	color: #000;
	font-size: 30px;
	text-align: left;
	letter-spacing: -.3px;
	line-height: 34px;
	padding: 0 0px 27px;
}

.tow-col-section .container .row .col-12 .inner .custom_border_btn {
	width: 171px;
	height: 48px;
	background: #b9a373;
	display: inline-block;
	display: flex;
	border: 1px solid #b9a373;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: -.16px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: #fff;
	text-decoration: none;
	align-items: center;
	justify-content: center;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	font-family: "Friz Quadrata Std";
	font-weight: 500;
}

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

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

@media (max-width: 767px) {
	.tow-col-section .container .row .col-12 .inner .heading {
		letter-spacing: -.3px;
		font-size: 30px;
		line-height: 34px;
		padding: 0px 0px 22px;
	}
	
	.tow-col-section .container .row .col-12 .inner .content {
		padding: 103px 37px 111px;
		width: auto;
	}
	
	.tow-col-section .container .row .col-12 .inner .custom_border_btn {
		margin: 0px 0px 0px;
		width: 171px;
		height: 48px;
		font-size: 16px;
		line-height: 22px;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 0;
	}
}

.tow-col-section.campaign-two-sec .container .row .col-12 .inner .content .career-btn {
	justify-content: left;
}

@media (max-width: 767px) {
	.tow-col-section.campaign-two-sec .container .row .col-12 .inner .content {
		padding: 75px 37px 124.01px;
	}
}

@media (max-width: 767px) {
	.tow-col-section.content-top-pages .content {
		padding: 64px 37px 123px !important;
	}
}

.about-video {
	position: relative;
}

.about-video .heading {
	position: absolute;
	position: absolute;
	color: #fff;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	top: 50%;
	text-align: center;
	z-index: 2;
	font-size: 50px;
}

@media (max-width: 767px) {
	.about-video .heading {
		font-size: 22px;
		line-height: normal;
	}
}

.about-video .box-video video {
	width: 100%;
	height: 884px;
	object-fit: cover;
	max-width: 100%;
	vertical-align: top;
}

.about-video .box-video img {
	width: 100%;
	height: 884px;
	object-fit: cover;
	max-width: 100%;
}

@media (max-width: 1700px) {
	.about-video .box-video video {
		width: 100%;
		height: 870px;
		object-fit: cover;
		max-width: 100%;
	}
	
	.about-video .box-video img {
		width: 100%;
		height: 870px;
		object-fit: cover;
		max-width: 100%;
	}
}

@media (max-width: 1500px) {
	.about-video .box-video video {
		width: 100%;
		height: 850px;
		object-fit: cover;
		max-width: 100%;
	}
	
	.about-video .box-video img {
		width: 100%;
		height: 850px;
		object-fit: cover;
		max-width: 100%;
	}
}

@media (max-width: 1388px) {
	.about-video .box-video video {
		width: 100%;
		height: 840px;
		object-fit: cover;
		max-width: 100%;
	}
	
	.about-video .box-video img {
		width: 100%;
		height: 840px;
		object-fit: cover;
		max-width: 100%;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.about-video .box-video video {
		width: 100%;
		height: 830px;
		object-fit: cover;
		max-width: 100%;
	}
	
	.about-video .box-video img {
		width: 100%;
		height: 830px;
		object-fit: cover;
		max-width: 100%;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.about-video .box-video video {
		width: 100%;
		height: 820px;
		object-fit: cover;
		max-width: 100%;
	}
	
	.about-video .box-video img {
		width: 100%;
		height: 820px;
		object-fit: cover;
		max-width: 100%;
	}
}

@media (max-width: 767px) {
	.about-video .box-video video {
		width: 100%;
		height: 197px;
		object-fit: cover;
		max-width: 100%;
	}
	
	.about-video .box-video img {
		width: 100%;
		height: 197px;
		object-fit: cover;
		max-width: 100%;
	}
}

.bon-appe-section {
	background: #789f90;
	text-align: center;
	position: relative;
	padding: 166px 0px 148px;
}

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

.bon-appe-section span.question {
	display: block;
	font-size: 74px;
	color: #fff;
	line-height: 74px;
	letter-spacing: -.74px;
}

.bon-appe-section p {
	font-size: 25px;
	line-height: 45px;
	letter-spacing: -.25px;
	color: #fff;
	max-width: 1191px;
	margin: 0 auto 38px;
}

.bon-appe-section em {
	display: block;
	font-size: 18px;
	line-height: 45px;
	letter-spacing: -.18px;
	color: #fff;
	margin-bottom: 109px;
}

.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 {
		padding: 146px 0px 128px;
	}
	
	.bon-appe-section:after {
		height: 81px;
	}
}

@media (max-width: 1500px) {
	.bon-appe-section p {
		font-size: 22px;
		line-height: 38px;
	}
	
	.bon-appe-section em {
		margin-bottom: 50px;
		font-size: 17px;
	}
	
	.bon-appe-section span.question {
		font-size: 70px;
		line-height: 70px;
	}
	
	.bon-appe-section h1 {
		font-size: 46px;
		line-height: 21px;
	}
	
	.bon-appe-section:after {
		height: 71px;
	}
}

@media (max-width: 1388px) {
	.bon-appe-section {
		height: auto;
	}
	
	.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: auto;
		padding: 96px 0px 98px;
	}
	
	.bon-appe-section p {
		font-size: 18px;
		line-height: 38px;
	}
	
	.bon-appe-section em {
		margin-bottom: 40px;
		font-size: 16px;
	}
	
	.bon-appe-section span.question {
		font-size: 65px;
		line-height: 65px;
	}
	
	.bon-appe-section h1 {
		font-size: 30px;
		line-height: 15px;
	}
	
	.bon-appe-section:after {
		height: 45px;
	}
}

@media (max-width: 767px) {
	.bon-appe-section {
		height: auto;
		padding: 57px 0 56px;
	}
	
	.bon-appe-section p {
		font-size: 15px;
		line-height: 25px;
		letter-spacing: -.15px;
		margin: 0 auto 30px;
	}
	
	.bon-appe-section em {
		margin-bottom: 29px;
		font-size: 12px;
		letter-spacing: -.12px;
		line-height: 45px;
	}
	
	.bon-appe-section span.question {
		font-size: 35px;
		line-height: 35px;
		letter-spacing: -.42px;
	}
	
	.bon-appe-section h1 {
		font-size: 25px;
		line-height: 25px;
	}
	
	.bon-appe-section:after {
		height: 36px;
	}
}

.bon-appe-section.about-inner {
	padding: 94px 0px;
	display: flex;
	align-items: center;
}

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

.bon-appe-section.about-inner .btn.custom_btn {
	font-family: "Friz Quadrata Std";
	font-weight: normal;
	width: 171px;
	height: 48px;
	background: #fff;
	border: 1px solid #fff;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: -.16px;
	text-align: center;
	padding: 13px 0px 0px;
	color: #789f90;
	border-radius: 0px;
	text-decoration: none;
	box-shadow: none;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.bon-appe-section.about-inner .btn.custom_btn:hover {
	background: #789f90;
	color: #fff;
}

.bon-appe-section.about-inner .btn.custom_btn:focus {
	outline: none;
	box-shadow: none;
}

@media (max-width: 767px) {
	.bon-appe-section.about-inner {
		padding: 94px 0px;
	}
	
	.bon-appe-section.about-inner .btn.custom_btn {
		width: 171px;
		height: 48px;
		font-size: 16px;
		text-align: center;
		letter-spacing: -.16px;
		line-height: 22px;
		padding: 15px 0px 0px;
	}
}

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

.container-796 {
	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-796 {
		max-width: calc(-3951.5714285714px + 100vw * 5.9642857143);
	}
}

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

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

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

.container-849 {
	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-849 {
		max-width: calc(-1456.9259259259px + 100vw * 2.7160493827);
	}
}

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

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

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

.container-893 {
	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-893 {
		max-width: calc(-993.016px + 100vw * 2.112);
	}
}

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

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

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

.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;
}

@media (min-width: 768px) {
	.container-988 {
		max-width: calc(-624.2363636364px + 100vw * 1.6318181818);
	}
}

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

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

@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.9688318608px + 100vw * 1.6171469165);
	}
}

@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-1220 {
	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-1220 {
		max-width: calc(-472.6px + 100vw * 1.434375);
	}
}

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

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

@media (max-width: 767.98px) {
	.container-1220 {
		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-1373 {
	width: 100%;
	padding-right: var(--bs-gutter-x, 0rem);
	padding-left: var(--bs-gutter-y, 0rem);
	margin-right: auto;
	margin-left: auto;
	max-width: 1373px;
}

@media (max-width: 1500px) {
	.container-1373 {
		max-width: 1300px;
	}
}

@media (max-width: 1388px) {
	.container-1373 {
		max-width: 1200px;
	}
}

@media (min-width: 1200px) and (max-width: 1280px) {
	.container-1373 {
		max-width: 1100px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.container-1373 {
		max-width: 930px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.container-1373 {
		max-width: 725px;
	}
}

@media (max-width: 767px) {
	.container-1373 {
		max-width: 100%;
	}
}

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

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

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

@media (max-width: 1500px) {
	.container-1385 {
		max-width: 1285px;
	}
}

@media (max-width: 1388px) {
	.container-1385 {
		max-width: 1255px;
	}
}

@media (min-width: 1200px) and (max-width: 1280px) {
	.container-1385 {
		max-width: 1095px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.container-1385 {
		max-width: 925px;
	}
}

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

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

.about-room-section {
	background: #b9a373;
	height: 242px;
	display: flex;
	align-items: center;
	position: relative;
	justify-content: center;
}

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

.about-room-section .heading {
	font-size: 44px;
	line-height: 25px;
	letter-spacing: 0px;
	color: #fff;
	justify-content: center;
	font-family: "Friz Quadrata Std";
	font-weight: 500;
}

@media (max-width: 1500px) {
	.about-room-section {
		height: 222px;
	}
	
	.about-room-section .heading {
		font-size: 25px;
		line-height: 30px;
	}
	
	.about-room-section:after {
		height: 54.5px;
	}
}

@media (max-width: 1388px) {
	.about-room-section .heading {
		font-size: 22px;
		line-height: 37px;
	}
	
	.about-room-section:after {
		height: 50px;
	}
}

@media (min-width: 1200px) and (max-width: 1280px) {
	.about-room-section {
		height: 192px;
	}
	
	.about-room-section .heading {
		font-size: 22px;
		line-height: 37px;
	}
	
	.about-room-section:after {
		height: 50px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.about-room-section {
		height: 192px;
	}
	
	.about-room-section .heading {
		font-size: 22px;
		line-height: 37px;
	}
	
	.about-room-section:after {
		height: 50px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.about-room-section {
		height: 172px;
	}
}

@media (max-width: 767px) {
	.about-room-section {
		height: 138px;
	}
	
	.about-room-section .heading {
		font-size: 28px;
		line-height: 25px;
	}
	
	.about-room-section:after {
		height: 30px;
	}
}

.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;
	}
}

@media (max-width: 767px) {
	.title-space .heading {
		font-size: 30px;
		line-height: 25px;
	}
}

.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-homhn.nitrocdn.com/RJOvKsUdvwVoRLQXKDqGPNtvQMmyLMGl/assets/images/optimized/rev-44d1ee7/daphnes-restaurant.co.uk/wp-content/themes/daphnes/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-homhn.nitrocdn.com/RJOvKsUdvwVoRLQXKDqGPNtvQMmyLMGl/assets/images/optimized/rev-44d1ee7/daphnes-restaurant.co.uk/wp-content/themes/daphnes/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: 1160px !important;
	width: 100%;
	object-fit: cover;
	height: 663px;
	padding-bottom: 34px;
}

@media (max-width: 767px) {
	.mfp-container .mfp-figure .mfp-img {
		height: 350px;
	}
}

@media (max-width: 420px) {
	.mfp-container .mfp-figure .mfp-img {
		height: 220px;
	}
}

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

.mfp-container .mfp-figure .mfp-bottom-bar .mfp-title {
	font-size: 17px;
	font-weight: 300;
	line-height: 28px;
	font-family: "Copperplate";
	width: 100%;
	text-align: center;
	margin: 0 auto;
	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;
	right: 0;
	padding-right: 0;
	opacity: 1;
	cursor: pointer;
	text-align: center;
	width: 100%;
}

.mfp-container .mfp-figure .mfp-close:before {
	content: "Close";
	position: absolute;
	top: 0;
	left: 50%;
	font-size: 12px;
	color: var(--white);
	transform: translateX(-50%);
	text-decoration: underline;
}

.mfp-container .mfp-arrow {
	background: url("https://cdn-homhn.nitrocdn.com/RJOvKsUdvwVoRLQXKDqGPNtvQMmyLMGl/assets/images/optimized/rev-44d1ee7/daphnes-restaurant.co.uk/wp-content/themes/daphnes/assets/images/popup-arrow-left.svg") 0 0 no-repeat;
	width: 13px;
	height: 26px;
	margin-top: 0;
	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-homhn.nitrocdn.com/RJOvKsUdvwVoRLQXKDqGPNtvQMmyLMGl/assets/images/optimized/rev-44d1ee7/daphnes-restaurant.co.uk/wp-content/themes/daphnes/assets/images/popup-arrow-left.svg");
	left: 0;
}

.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-homhn.nitrocdn.com/RJOvKsUdvwVoRLQXKDqGPNtvQMmyLMGl/assets/images/optimized/rev-44d1ee7/daphnes-restaurant.co.uk/wp-content/themes/daphnes/assets/images/popup-arrow-right.svg");
	right: 0;
}

.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;
	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: inline-flex;
	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;
	align-items: start;
	display: flex;
	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: 18.5px !important;
	min-width: 18.5px !important;
	height: 18.5px !important;
	min-height: 18.5px !important;
	max-height: 18.5px !important;
	max-width: 18.5px !important;
	margin-top: 0px;
	border: 1px solid #000;
	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: 14.5px;
	height: 14.5px;
	background: #000;
}

.contact-form-section .contact-form .terms-box .chk em, .terms-box .chk em {
	font-size: 16px;
	line-height: 22px;
	color: #1d1d1d;
	font-family: "Garamond";
	font-weight: normal;
	font-style: normal;
}

.booking-section .process-container .process-content .terms-box .chk label {
	color: #000;
	font-size: 12px;
	line-height: 22px;
	font-family: "Garamond";
	display: flex;
	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: 18.97px;
	}
}

.booking-section .process-container .process-content .terms-box .chk label em {
	font-style: normal;
	font-size: 12px;
}

.booking-section .process-container .process-content .terms-box .chk label a {
	color: #000;
	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.today.day {
	max-width: 33px;
	max-height: 33px;
	width: 33px;
	height: 33px;
}

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;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.bor-btn:hover {
	background: #b9a373;
	color: #fff;
	border-color: #b9a373;
}

.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: #000;
	scrollbar-color: #b9a373 #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: #000;
	border-radius: 12px;
}

.ui-timepicker-standard .ui-timepicker-viewport::-webkit-scrollbar-thumb:hover {
	background-color: #000;
}

.ui-timepicker-standard .ui-timepicker-viewport::-webkit-scrollbar-corner, .ui-timepicker-standard .ui-timepicker-viewport::-webkit-scrollbar-track {
	background-color: #000;
	border-radius: 12px;
}

.ui-timepicker-standard .ui-timepicker-viewport li a {
	color: #000;
	display: flex;
	align-items: center;
	padding: 10px 0 10px 10px;
	text-decoration: none;
	height: 47px;
	font-size: 18px;
	cursor: pointer;
	border: none;
	border-bottom: solid 1px #000;
	border-radius: 0;
	font-family: "Garamond";
}

.ui-timepicker-standard .ui-timepicker-viewport li a:hover {
	background: #b9a373;
	color: #fff;
}

.ui-timepicker-standard .ui-timepicker-viewport li:last-child a {
	border-bottom: none;
}

.ui-timepicker-standard .ui-timepicker-viewport li.selected a {
	background: #b9a373;
	color: #fff;
	opacity: .8;
}

@media (max-width: 767px) {
	.datepicker {
		width: 100% !important;
		max-width: 324px !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;
	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 * .0572916667);
	}
}

@media (min-width: 1920px) {
	.datepicker {
		max-width: 324px;
	}
}

@media (min-width: 992px) and (max-width: 1619.98px) {
	.datepicker {
		max-width: 324px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.datepicker {
		max-width: 324px;
	}
}

.datepicker.dropdown-menu {
	padding-left: 0px;
	padding-right: 0px;
	font-size: 1rem;
	padding: 8px;
}

.datepicker.dropdown-menu .table-condensed {
	min-width: 294px;
}

@media (max-width: 1700px) {
	.datepicker.dropdown-menu .table-condensed {
		min-width: 304px;
	}
}

.datepicker > span:hover {
	cursor: pointer;
}

.datepicker table.table-condensed th {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.datepicker table.table-condensed th, .datepicker table.table-condensed td {
	font-weight: normal !important;
	font-size: 14px;
	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.6456692913px + 100vw * .0275590551);
	}
}

@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.2677165354px + 100vw * .0236220472);
	}
}

@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.6456692913px + 100vw * .0275590551);
	}
}

@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.2677165354px + 100vw * .0236220472);
	}
}

@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: 5px;
		padding-left: 8px;
	}
}

.datepicker table.table-condensed th.day, .datepicker table.table-condensed td.day {
	cursor: pointer;
	font-family: "Garamond";
}

@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: "Friz Quadrata Std" !important;
	font-size: 16px;
	line-height: 25px;
	font-weight: 500 !important;
	color: #000;
}

.datepicker table.table-condensed th.prev, .datepicker table.table-condensed th.next {
	background: url("https://cdn-homhn.nitrocdn.com/RJOvKsUdvwVoRLQXKDqGPNtvQMmyLMGl/assets/images/optimized/rev-44d1ee7/daphnes-restaurant.co.uk/wp-content/themes/daphnes/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-homhn.nitrocdn.com/RJOvKsUdvwVoRLQXKDqGPNtvQMmyLMGl/assets/images/optimized/rev-44d1ee7/daphnes-restaurant.co.uk/wp-content/themes/daphnes/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: transparent !important;
	color: #fff;
	opacity: .7;
}

.datepicker table.table-condensed td.today.day.old {
	opacity: .7;
}

.datepicker table.table-condensed td.today.day div, .datepicker table.table-condensed td.today.day:hover div {
	border-radius: 100%;
	background: #b9a373;
	color: #fff;
}

.datepicker table.table-condensed td.day div {
	height: 28px;
	line-height: 28px;
	width: 28px;
	margin: 0 auto;
	text-align: center;
	border-radius: 50%;
	background: transparent;
	border-color: #d6d6d6;
	color: #1d1d1d;
	font-family: "Garamond";
	font-weight: normal;
}

.datepicker table.table-condensed td.old.day {
	color: #000;
	color: #b2b2b2;
	opacity: .6;
}

.datepicker table.table-condensed td.old.day.today {
	color: #fff;
}

.datepicker table.table-condensed td.old.active.day {
	border-radius: 100%;
	color: #fff;
}

.datepicker table tr td.day:hover {
	border-radius: 100%;
	color: #000;
}

.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;
	font-size: 14px;
	font-family: "Garamond";
}

.datepicker .datepicker-months span.month:hover, .datepicker .datepicker-years span.year:hover {
	background: var(--linen-color) !important;
	border-radius: 100%;
	color: #000;
}

.datepicker .datepicker-months span.month.active, .datepicker .datepicker-years span.year.active {
	background: var(--linen-color) !important;
	border-radius: 100%;
	color: #000;
}

.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: #fff !important;
	border-radius: 100%;
}

.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;
	font-size: 16px;
	font-family: "Garamond";
	font-weight: bold;
}

#form-frontpage .bookdate#noble-gases2 input:focus {
	outline: none;
	background: transparent;
	border: none;
}

body .ui-menu .ui-menu-item a.ui-state-hover, body .ui-menu .ui-menu-item a.ui-state-active {
	background: #b9a373 !important;
	opacity: 4;
}

.container-904 {
	margin: 0 auto;
	position: relative;
	max-width: inherit;
	width: 100%;
}

@media (max-width: 767.98px) {
	.container-904 {
		padding-left: var(--bs-gutter-x, 1rem);
		padding-right: var(--bs-gutter-x, 1rem);
	}
}

@media (min-width: 768px) {
	.container-904 {
		max-width: 588px;
	}
}

section.section-career.privacy-policy {
	padding: 65px 0px 13px;
	text-align: left;
}

@media (max-width: 767px) {
	section.section-career.privacy-policy {
		padding: 48px 25px 0px;
	}
}

section.section-career.privacy-policy p {
	font-size: 16px;
	line-height: 25px;
	letter-spacing: -.16px;
	color: #000;
	padding: 0px 0px 53px;
	margin: 0px;
	font-family: "Garamond";
	font-weight: normal;
}

section.section-career.privacy-policy p.heading {
	font-size: 30px;
	line-height: 34px;
	letter-spacing: -.3px;
	color: #000;
	padding: 0px 0px 20px;
	margin: 0px;
	font-family: "Garamond";
	font-weight: bold;
}

@media (max-width: 767px) {
	section.section-career.privacy-policy p {
		padding: 0px 0px 49px;
	}
	
	section.section-career.privacy-policy p.heading {
		font-size: 30px;
		line-height: 34px;
		letter-spacing: -.3px;
	}
}

body.error-page .landing-banner {
	object-fit: cover;
	width: 100%;
	object-position: 50% 0%;
	height: 100vh;
	min-height: 100vh;
	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: 86px;
	line-height: 120px;
	letter-spacing: -.86px;
	font-family: "Friz Quadrata Std";
	font-weight: 500;
	color: #fff;
}

body.error-page .content p {
	font-size: 24px;
	font-family: "Garamond";
	font-weight: normal;
	line-height: 27px;
	letter-spacing: -.24px;
	color: #fff;
	padding: 0px 0px 23.88px;
	margin: 0px;
}

body.error-page .content .btn {
	width: 171px;
	height: 48px;
	background: #fff;
	font-size: 16px;
	line-height: 22px;
	color: #1d1d1d;
	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: 12px 0px;
	font-family: "Friz Quadrata Std";
	font-weight: 500;
}

body.error-page .content .btn:hover {
	background: #b9a373;
	color: #fff;
}

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;
	}
}

.section-career {
	padding: 83px 0px 96px;
	text-align: center;
}

@media (max-width: 767px) {
	.section-career {
		padding: 75px 0px 50px;
		text-align: center;
	}
}

.section-career .heading {
	font-size: 30px;
	line-height: 34px;
	letter-spacing: -.3px;
	padding-bottom: 20px;
	color: #000;
	font-family: "Garamond";
	font-weight: bold;
}

.section-career .inner-content {
	font-size: 16px;
	line-height: 25px;
	letter-spacing: -.16px;
	color: #000;
	font-family: "Garamond";
	font-weight: normal;
	text-align: left;
}

.section-career .inner-content .inner {
	padding: 0px 0px;
}

@media (max-width: 767px) {
	.section-career .inner-content .inner {
		width: 100%;
		padding: 0px 25px;
		text-align: center;
	}
}

.section-career .inner-content .join-btn {
	display: none;
	background: #b9a373;
	color: #fff;
	width: 171px;
	height: 48px;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: -.18px;
	border-radius: 0px;
	padding: 10px 0px;
	font-family: "Friz Quadrata Std";
	font-weight: 500;
	margin: 30px auto 0px;
	outline: none;
	box-shadow: none;
}

.section-career .inner-content .join-btn:hover {
	background: #b9a373;
	color: #fff;
}

@media (max-width: 767px) {
	.section-career .inner-content .join-btn {
		display: flex;
		justify-content: center;
		align-items: center;
	}
}

.section-career .inner-content p {
	margin: 0px;
	padding: 0px 0px 10px;
	font-size: 16px;
	line-height: 25px;
	letter-spacing: -.16px;
	color: #000;
}

.section-career .inner-content p strong {
	font-weight: bold;
}

@media (max-width: 767px) {
	.section-career .inner-content p strong {
		padding-top: 18px;
	}
}

@media (max-width: 767px) {
	.section-top.menu-banner.family-foundation-banner .mid-section .heading {
		font-size: 40px;
		line-height: 50px;
		padding: 0px 67px;
	}
}

.whatson-top-section {
	background: #b9a373;
	padding: 51px 0px 50px;
}

.whatson-top-section h1 {
	margin: 0px;
	padding: 0px;
	font-size: 45px;
	line-height: 25px;
	letter-spacing: 0px;
	color: #fff;
	font-family: "Friz Quadrata Std";
	font-weight: 500;
}

@media (max-width: 767px) {
	.whatson-top-section {
		padding: 50px 0px 43px;
	}
	
	.whatson-top-section h1 {
		font-size: 38px;
		line-height: 25px;
		letter-spacing: 0px;
	}
}

.whatson-mid-section {
	padding: 60px 0;
}

.whatson-mid-section .img-section {
	padding: 28px 0px 43px;
}

.whatson-mid-section .img-section img {
	width: 100%;
	object-fit: cover;
	height: 367px;
}

.whatson-mid-section .btn {
	padding: 14px 0px;
	justify-content: center;
	background: #b9a373;
	color: #fff;
	outline: none;
	box-shadow: none;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: -.16px;
	border-radius: 0px;
	margin: 33px auto 0px;
	display: flex;
	width: max-content;
	width: 138px;
	text-align: center;
	height: 45px;
}

.whatson-mid-section .btn:hover {
	background: #b9a373;
	color: #fff;
}

@media (max-width: 767px) {
	.whatson-mid-section {
		padding: 29px 0px 40px;
	}
	
	.whatson-mid-section .img-section {
		padding: 28px 0px 38px;
	}
	
	.whatson-mid-section .img-section img {
		width: 100%;
		object-fit: cover;
		height: 367px;
	}
}

@media (max-width: 767px) {
	.event-what-section .section-location .container-1373 {
		padding-right: 37px;
		padding-left: 37px;
	}
}

@media (max-width: 340px) {
	.event-what-section .section-location .container-1373 {
		padding-right: 15px;
		padding-left: 15px;
	}
}

.event-what-section .section-location .location-header {
	background: #b9a373;
	margin-bottom: 0px;
	padding-top: 43px;
	padding-bottom: 43px;
}

@media (min-width: 768px) {
	.event-what-section .section-location .location-header {
		padding-top: calc(41.1971830986px + 100vw * .0023474178);
	}
}

@media (min-width: 1620px) {
	.event-what-section .section-location .location-header {
		padding-top: 45px;
	}
}

@media (min-width: 768px) {
	.event-what-section .section-location .location-header {
		padding-bottom: calc(44.8028169014px + 100vw * -.0023474178);
	}
}

@media (min-width: 1620px) {
	.event-what-section .section-location .location-header {
		padding-bottom: 41px;
	}
}

@media (min-width: 992px) and (max-width: 1619.98px) {
	.event-what-section .section-location .location-header {
		padding-top: 35.1px;
		padding-bottom: 31.98px;
	}
}

.event-what-section .section-location .location-header .cols-group {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.event-what-section .section-location .location-header .cols-left {
	flex: 0 0 490px;
}

@media (min-width: 767.98px) and (max-width: 992px) {
	.event-what-section .section-location .location-header .cols-left {
		padding-right: 20px;
	}
}

@media (max-width: 1199.98px) {
	.event-what-section .section-location .location-header .cols-left {
		flex: 0 0 390px;
	}
}

@media (max-width: 767.98px) {
	.event-what-section .section-location .location-header .cols-left {
		flex: 0 0 206px;
	}
}

@media (max-width: 340px) {
	.event-what-section .section-location .location-header .cols-left {
		flex: 0 0 175px;
	}
}

.event-what-section .section-location .location-header .evet_offer_checkbox .form-check {
	margin-right: 42.2px;
}

.event-what-section .section-location .location-header .evet_offer_checkbox .form-check input[type="radio"] {
	width: 17.61px;
	height: 17.61px;
	border-color: #fff;
	background: transparent !important;
	margin-right: 11.61px;
}

.event-what-section .section-location .location-header .evet_offer_checkbox .form-check label.form-check-label {
	color: #fff;
	opacity: 1;
	font-size: 20px;
	line-height: 28px;
	font-family: "Friz Quadrata Std";
	letter-spacing: .6px;
	font-weight: 500;
}

.event-what-section .section-location .location-header .evet_offer_checkbox .form-check input[type="radio"]:checked {
	background: #000 !important;
	border-color: #000 !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: 28.85px;
		padding-left: 0px;
	}
	
	.event-what-section .section-location .location-header .evet_offer_checkbox .form-check:nth-child(2) {
		margin-right: 0;
	}
	
	.event-what-section .section-location .location-header .evet_offer_checkbox .form-check label.form-check-label {
		font-size: 20px;
		line-height: 28px;
		vertical-align: top;
		padding: 0px 0px 0px;
		letter-spacing: .6px;
	}
	
	.event-what-section .section-location .location-header .evet_offer_checkbox .form-check input[type="radio"] {
		width: 13px;
		height: 13px;
		margin-left: 0px;
		margin-top: 7px;
	}
}

@media (max-width: 375px) {
	.event-what-section .section-location .location-header .evet_offer_checkbox .form-check {
		margin-right: 24.85px;
	}
}

@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 {
	display: flex;
	align-items: center;
	flex: 0 0 auto;
	justify-content: flex-end;
}

@media (max-width: 767.98px) {
	.event-what-section .section-location .location-header .cols-right {
		text-align: right;
		flex-direction: column;
		align-items: flex-end;
	}
}

.event-what-section .section-location .location-header .cols-right .btn-green {
	min-width: 138px;
	font-size: 11px;
	line-height: 22px;
	height: 45px;
	border-radius: 0px !important;
	background: #1d1d1d;
	color: #fff;
	outline: none;
	box-shadow: none;
}

@media (min-width: 768px) {
	.event-what-section .section-location .location-header .cols-right .btn-green {
		font-size: calc(6.4929577465px + 100vw * .0058685446);
	}
}

@media (min-width: 1620px) {
	.event-what-section .section-location .location-header .cols-right .btn-green {
		font-size: 16px;
	}
}

@media (max-width: 767.98px) {
	.event-what-section .section-location .location-header .cols-right .btn-green {
		min-width: 84px;
		height: 36px;
	}
}

@media (max-width: 767px) {
	.event-what-section .section-location .location-header .cols-right .btn-green {
		min-width: 117px;
		height: 45px;
		font-size: 16px;
		line-height: 22px;
	}
}

.event-what-section .section-location .location-header .cols-right .btn-green:hover {
	background: #789f90;
	color: #fff;
}

.event-what-section .section-location .location-header .row {
	margin-left: -25px;
	margin-right: -25px;
}

.event-what-section .section-location .location-header .row [class*="col-"] {
	padding-left: 25px;
	padding-right: 25px;
}

@media (max-width: 767.98px) {
	.event-what-section .section-location .location-header .row [class*="col-"] {
		margin-bottom: 10px;
	}
}

.event-what-section .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://daphnes-restaurant.co.uk/wp-content/themes/daphnes/assets/images/icon-search.svg") 0 0/100% auto no-repeat;
}

@media (max-width: 1619.98px) {
	.event-what-section .section-location .location-header .icon-search {
		width: 15px;
		height: 15px;
	}
}

@media (max-width: 991.98px) {
	.event-what-section .section-location .location-header .icon-search {
		width: 10.13px;
		height: 10.13px;
	}
}

.event-what-section .section-location .location-header .form-control {
	font-family: var(--font-family-kudryashev);
	font-weight: 400;
	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) {
	.event-what-section .section-location .location-header .form-control {
		font-size: calc(14px + 100vw * 0);
	}
}

@media (min-width: 1620px) {
	.event-what-section .section-location .location-header .form-control {
		font-size: 14px;
	}
}

@media (min-width: 768px) {
	.event-what-section .section-location .location-header .form-control {
		height: calc(26.4645774648px + 100vw * .0116021127);
	}
}

@media (min-width: 1620px) {
	.event-what-section .section-location .location-header .form-control {
		height: 45.26px;
	}
}

@media (min-width: 768px) {
	.event-what-section .section-location .location-header .form-control {
		padding-top: calc(.5518309859px + 100vw * .0093075117);
	}
}

@media (min-width: 1620px) {
	.event-what-section .section-location .location-header .form-control {
		padding-top: 15.63px;
	}
}

@media (min-width: 768px) {
	.event-what-section .section-location .location-header .form-control {
		padding-bottom: calc(4.1754929577px + 100vw * .0045892019);
	}
}

@media (min-width: 1620px) {
	.event-what-section .section-location .location-header .form-control {
		padding-bottom: 11.61px;
	}
}

@media (min-width: 992px) and (max-width: 1619.98px) {
	.event-what-section .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) {
	.event-what-section .section-location .location-header .form-control {
		font-size: 13px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.event-what-section .section-location .location-header .form-control {
		font-size: 13px;
		height: 42.3px;
	}
}

.event-what-section .section-location .location-header .form-control::placeholder {
	color: var(--black);
}

.event-what-section .section-location .location-header .form-control:focus {
	box-shadow: none;
}

.event-what-section .section-location .location-header .btn.dropdown-toggle {
	font-family: var(--font-family-kudryashev);
	font-weight: 400;
	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) {
	.event-what-section .section-location .location-header .btn.dropdown-toggle {
		font-size: calc(10.1971830986px + 100vw * .0023474178);
	}
}

@media (min-width: 1620px) {
	.event-what-section .section-location .location-header .btn.dropdown-toggle {
		font-size: 14px;
	}
}

@media (min-width: 768px) {
	.event-what-section .section-location .location-header .btn.dropdown-toggle {
		line-height: calc(27.4084507042px + 100vw * -.0070422535);
	}
}

@media (min-width: 1620px) {
	.event-what-section .section-location .location-header .btn.dropdown-toggle {
		line-height: 16px;
	}
}

@media (min-width: 992px) and (max-width: 1619.98px) {
	.event-what-section .section-location .location-header .btn.dropdown-toggle {
		font-size: 12px;
		line-height: 12.48px;
	}
}

@media (min-width: 768px) {
	.event-what-section .section-location .location-header .btn.dropdown-toggle {
		height: calc(26.4645774648px + 100vw * .0116021127);
	}
}

@media (min-width: 1620px) {
	.event-what-section .section-location .location-header .btn.dropdown-toggle {
		height: 45.26px;
	}
}

@media (min-width: 768px) {
	.event-what-section .section-location .location-header .btn.dropdown-toggle {
		padding-top: calc(.5518309859px + 100vw * .0093075117);
	}
}

@media (min-width: 1620px) {
	.event-what-section .section-location .location-header .btn.dropdown-toggle {
		padding-top: 15.63px;
	}
}

@media (min-width: 768px) {
	.event-what-section .section-location .location-header .btn.dropdown-toggle {
		padding-bottom: calc(4.1754929577px + 100vw * .0045892019);
	}
}

@media (min-width: 1620px) {
	.event-what-section .section-location .location-header .btn.dropdown-toggle {
		padding-bottom: 11.61px;
	}
}

@media (min-width: 992px) and (max-width: 1619.98px) {
	.event-what-section .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) {
	.event-what-section .section-location .location-header .btn.dropdown-toggle {
		height: 42.3px;
		padding-top: 14.19px !important;
		padding-bottom: 2.19px !important;
	}
}

.event-what-section .section-location .location-header .btn-search {
	background: url("https://daphnes-restaurant.co.uk/wp-content/themes/daphnes/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) {
	.event-what-section .section-location .location-header .btn-search {
		width: calc(12.3943661972px + 100vw * .0046948357);
	}
}

@media (min-width: 1620px) {
	.event-what-section .section-location .location-header .btn-search {
		width: 20px;
	}
}

@media (min-width: 768px) {
	.event-what-section .section-location .location-header .btn-search {
		height: calc(12.3943661972px + 100vw * .0046948357);
	}
}

@media (min-width: 1620px) {
	.event-what-section .section-location .location-header .btn-search {
		height: 20px;
	}
}

@media (min-width: 992px) and (max-width: 1619.98px) {
	.event-what-section .section-location .location-header .btn-search {
		width: 16.6px;
		height: 16.6px;
	}
}

.event-what-section .section-location .location-header .btn-search:focus {
	box-shadow: none;
}

.event-what-section .location-list-section {
	padding: 64px 0px 65px;
}

.event-what-section .location-list-section .btn {
	width: 138px;
	height: 45px;
	background: #b9a373;
	color: #fff;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: -.16px;
	font-family: "Friz Quadrata Std";
	font-weight: 500;
	margin: 48.5px auto 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 0px;
	box-shadow: none;
	outline: none;
}

.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 #000 !important;
}

@media (max-width: 767px) {
	.event-what-section .location-list-section .btn {
		font-size: 16px;
		line-height: 22px;
		margin: 36.5px 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 rgba(0, 0, 0, .3);
	display: flex;
	align-items: center;
}

.event-what-section .location-list-section .location-list .grid-box .box p {
	padding: 15px 0px 0px;
}

.event-what-section .location-list-section .location-list .grid-box .box p a {
	color: #242424;
	outline: none;
	box-shadow: none;
}

.event-what-section .location-list-section .location-list .grid-box .box a.more-btn {
	color: #242424;
	outline: none;
	box-shadow: none;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0;
	font-family: "Garamond";
	font-weight: normal;
}

.event-what-section .location-list-section .location-list .grid-box .box .heading {
	font-size: 30px;
	line-height: 34px;
	letter-spacing: .9px;
	color: #000;
	padding: 0px 0px 12px;
	font-weight: 500;
}

.event-what-section .location-list-section .location-list .grid-box .box .sub-heading {
	font-size: 18px;
	line-height: 20px;
	color: #000;
	letter-spacing: .48px;
	font-family: "Garamond";
	font-weight: bold;
}

.event-what-section .location-list-section .location-list .grid-box .box .date {
	font-size: 15px;
	line-height: 18px;
	letter-spacing: .45px;
	color: #000;
	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: 138px;
	height: 45px;
	border: 1px solid #1d1d1d;
	color: #1d1d1d;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0;
	background: transparent;
	margin-top: 0px;
	border-radius: 0px;
	box-shadow: none;
	outline: none;
}

.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: #fff;
	background: #000;
	box-shadow: none !important;
}

@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: 73px;
	display: flex;
}

.event-what-section .location-list-section .location-list .grid-box .box:last-child {
	margin-left: auto;
}

@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 0px;
	}
	
	.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: 27.02px 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: 30px;
		line-height: 34px;
		padding: 0px 0px 6px;
	}
	
	.event-what-section .location-list-section .location-list .grid-box .box p {
		letter-spacing: 0px;
		padding: 15px 0px 0px;
	}
	
	.event-what-section .location-list-section .location-list .grid-box .box .btn {
		width: 100%;
		height: 45px;
		margin: 14.51px 0px 0px;
		font-size: 16px;
		line-height: 22px;
	}
}

.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: 549px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.event-what-section .location-list-section .location-list .grid-box .box .inner {
		width: 591px;
	}
}

@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: 219px;
	}
}

.event-what-section .location-list-section .location-list .grid-box:first-child {
	padding-top: 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 26.5px;
	}
}

@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: 27px 0px 31px;
	}
}

@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;
	}
}

.section-recipes {
	padding: 93px 0px 90px;
	text-align: center;
}

@media (max-width: 767px) {
	.section-recipes {
		padding: 70px 0px 68px;
		text-align: center;
	}
}

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

@media (max-width: 767px) {
	.section-recipes .heading {
		font-size: 25px;
		line-height: 35px;
		letter-spacing: -.25px;
	}
}

.section-recipes .sub-heading {
	font-size: 18px;
	line-height: 25px;
	letter-spacing: -.16px;
	font-family: "Copperplate";
	font-weight: 300;
	padding: 40px 38px;
}

@media (max-width: 767px) {
	.section-recipes .sub-heading {
		padding: 22px 33px;
	}
}

.section-recipes .img-sec img {
	width: 38px;
	height: 10px;
	object-fit: cover;
}

.section-recipes .small-heading {
	font-size: 16px;
	line-height: 25px;
	letter-spacing: -.16px;
	font-family: "Copperplate";
	font-weight: 600;
	padding: 38px 37px;
}

@media (max-width: 767px) {
	.section-recipes .small-heading {
		padding: 33px 33px;
	}
}

.section-recipes ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.section-recipes ul li {
	font-size: 16px;
	line-height: 25px;
	letter-spacing: -.16px;
	font-family: "Copperplate";
	font-weight: 300;
}

.section-recipes .inner-content p {
	margin: 0px;
	padding: 0px 0px 10px;
	font-size: 16px;
	line-height: 25px;
	letter-spacing: -.16px;
	color: #000;
	font-weight: 300;
}

.section-recipes .inner-content p strong {
	font-weight: bold;
}

@media (max-width: 767px) {
	.section-recipes .inner-content p strong {
		padding-top: 18px;
	}
}

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

span.contactSuccessMsg {
	color: #000;
	background: #fff;
	font-family: "Copperplate";
	font-size: 18px;
	width: 100%;
	display: block;
	display: none;
	padding: 5px 10px;
	box-shadow: 0px 5px 15px black;
	margin-bottom: 20px;
}

#contactForm .drop {
	max-height: initial;
	overflow: visible;
	scrollbar-width: thin;
	scrollbar-color: #000 #cdcdcd;
}

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

#contactForm .drop::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}

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

#contactForm .drop::-webkit-scrollbar-thumb {
	background-color: #cdcdcd;
	border-radius: 12px;
}

#contactForm .drop::-webkit-scrollbar-thumb:hover {
	background-color: #cdcdcd;
}

#contactForm .drop::-webkit-scrollbar-corner, #contactForm .drop::-webkit-scrollbar-track {
	background-color: #cdcdcd;
	border-radius: 12px;
}

.group-dining-datapicker .datepicker.datepicker-inline {
	max-width: 100% !important;
	width: 100%;
}

.group-dining-datapicker .datepicker.datepicker-inline .table-condensed {
	width: 100%;
}

.group-dining-datapicker .datepicker table.table-condensed td, .group-dining-datapicker .datepicker table.table-condensed th {
	font-family: "Garamond";
}

.group-dining-datapicker .datepicker table.table-condensed td.new.day, .group-dining-datapicker .datepicker table.table-condensed td.new.day:hover {
	background: transparent;
	border-radius: 100%;
	color: #000;
	font-family: "Copperplate";
}

.group-dining-datapicker .datepicker table.table-condensed td.new.day div, .group-dining-datapicker .datepicker table.table-condensed td.new.day:hover div {
	border: .5px solid #d6d6d6;
	border-radius: 100%;
	color: #1d1d1d;
	font-family: "Garamond";
	background: transparent;
}

.datepicker table.table-condensed td.day {
	padding: 6px;
}

.datepicker table.table-condensed td.active.day div {
	background: #b9a373;
	color: #fff;
}

.datepicker table tr td.day:hover, .datepicker table tr td.day.focused {
	background: transparent;
}

.datepicker table tr td.day div:hover, .datepicker table tr td.day.focused div {
	background: #b9a373;
	color: #fff;
}

.wrap-drop.active ul.drop {
	top: 103%;
}

.wrap-drop.active ul.drop li:first-child {
	border-top: transparent;
}

.privacy-policy .container-904 {
	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: 904px) {
	.privacy-policy .container-904 {
		max-width: calc(Infinitypx + 100vw * -Infinity);
	}
}

@media (min-width: 904px) {
	.privacy-policy .container-904 {
		max-width: 904px;
	}
}

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

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

.cookie-policy-section {
	background: #fff;
	text-align: center;
	position: relative;
	padding: 34px 0px 27px;
	display: flex;
	align-items: center;
}

.cookie-policy-section .cookie-btn-sec {
	display: flex;
	column-gap: 16px;
	align-items: center;
	margin: 22px auto 0px;
	justify-content: center;
}

.cookie-policy-section .cookie-btn-sec .custom_border_btn {
	background: #b9a373;
	border: 1px solid #b9a373;
	width: 171px;
	height: 48px;
	color: #fff;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: -.16px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	outline: none;
	box-shadow: none;
}

.cookie-policy-section .cookie-btn-sec .custom_border_btn.border {
	background: transparent;
	color: #b9a373;
}

.cookie-policy-section .cookie-btn-sec .custom_border_btn:hover {
	background: #b9a373;
	color: #fff;
	border-color: #b9a373;
}

.cookie-policy-section .heading {
	margin: 0px;
	padding: 0px 0px 15px;
	font-size: 26px;
	line-height: 29px;
	letter-spacing: -.26px;
	color: #000;
	font-family: "Garamond";
	font-weight: bold;
}

.cookie-policy-section p {
	font-size: 14px;
	line-height: 25px;
	letter-spacing: 0px;
	color: #000;
	margin: 0 auto;
	font-family: "Garamond";
	font-weight: normal;
}

.cookie-policy-section p a {
	color: #000;
}

@media (max-width: 767px) {
	.cookie-policy-section {
		padding: 28px 37px 27px;
	}
	
	.cookie-policy-section .heading {
		font-size: 26px;
		line-height: 29px;
		letter-spacing: -.26px;
		padding: 0px 0px 22px;
	}
	
	.cookie-policy-section p {
		font-size: 14px;
		line-height: 25px;
		letter-spacing: -.14px;
	}
	
	.cookie-policy-section .cookie-btn-sec {
		margin: 22px auto 0;
		column-gap: 11px;
	}
	
	.cookie-policy-section .cookie-btn-sec .custom_border_btn {
		width: 171px;
		height: 48px;
		font-size: 16px;
		line-height: 22px;
		letter-spacing: 0px;
	}
}

.menu_listing {
	padding: 84px 0 38px 0px;
}

.menu_listing .heading {
	font-size: 30px;
	line-height: 25px;
	letter-spacing: -.3px;
	font-family: "Garamond";
	font-weight: normal;
	text-align: center;
	color: #000;
}

.menu_listing p {
	text-align: center;
	padding: 16px 0px 65px;
	color: #000;
	font-size: 17px;
	line-height: 25px;
	letter-spacing: -.17px;
	margin: 0px;
}

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

@media (min-width: 1100px) {
	.menu_listing .container-1221 {
		max-width: calc(-1009.0909090909px + 100vw * 1.826446281);
	}
}

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

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

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

@media (max-width: 767px) {
	.menu_listing {
		padding: 30px 0 7px 0px;
	}
	
	.menu_listing .heading {
		font-size: 25px;
		line-height: 35px;
		letter-spacing: -.25pt;
	}
	
	.menu_listing p {
		padding: 31px 0px 68px;
		font-size: 16px;
		line-height: 25px;
		letter-spacing: -.16px;
		max-width: 323px;
		margin: 0 auto 0;
	}
}

.menu-blog ul {
	padding: 0;
	list-style: none;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0px;
}

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

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

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

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

.menu-blog ul li a:hover {
	text-decoration: none;
}

.menu-blog ul li a:hover span {
	text-decoration: none;
}

.menu-blog ul li a:hover span.special-note {
	text-decoration: none;
}

.menu-blog ul li .menu-b {
	height: 100%;
	border: .6000000238px solid #b9a373;
	position: relative;
	position: relative;
	background: #b9a373;
}

.menu-blog ul li .menu-b .menu-c {
	padding: 43px 46px 60px;
	height: 100%;
	text-align: center;
	position: relative;
}

.menu-blog ul li .menu-b .menu-c:after {
	background: url("https://cdn-homhn.nitrocdn.com/RJOvKsUdvwVoRLQXKDqGPNtvQMmyLMGl/assets/images/optimized/rev-44d1ee7/daphnes-restaurant.co.uk/wp-content/themes/daphnes/assets/images/menu-pattent.svg");
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 12.53px;
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0px;
}

@media (min-width: 768px) and (max-width: 991px) {
	.menu-blog ul li .menu-b .menu-c {
		padding: 33px 26px 50px;
	}
}

@media (max-width: 767px) {
	.menu-blog ul li .menu-b .menu-c {
		padding: 43px 36px 60px;
	}
}

@media (max-width: 375px) {
	.menu-blog ul li .menu-b .menu-c {
		padding: 33px 16px 50px;
	}
}

.menu-blog ul li .menu-b .menu-c img {
	width: 38px;
	height: 10px;
	display: block;
	margin: 0 auto;
}

.menu-blog ul li .menu-b .menu-c strong {
	font-size: 26px;
	font-weight: 500;
	display: inline-block;
	color: #fff;
	line-height: 43px;
	text-align: center;
	position: relative;
	font-family: "Friz Quadrata Std";
	margin-bottom: 10px;
}

.menu-blog ul li .menu-b .menu-c span {
	font-size: 14px;
	font-weight: normal;
	display: inline-block;
	color: #fff;
	line-height: 22px;
	text-align: center;
	position: relative;
	margin-bottom: 18px;
	font-family: "Garamond";
}

.menu-blog ul li .menu-b .menu-c span a {
	color: #fff;
}

.menu-blog ul li .menu-b .menu-c ol {
	margin: 0px;
	padding: 0px;
	display: flex;
	width: 100%;
	justify-content: center;
	flex-wrap: wrap;
	column-gap: 33px;
}

.menu-blog ul li .menu-b .menu-c ol li {
	width: 44%;
	white-space: nowrap;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 16px;
	line-height: 22px;
	font-family: "Garamond";
	font-weight: normal;
	color: #fff;
}

.menu-blog ul li .menu-b .menu-c ol li .month {
	font-weight: bold;
	padding-bottom: 6px;
}

@media (max-width: 320px) {
	.menu-blog ul li .menu-b .menu-c ol {
		justify-content: center;
	}
	
	.menu-blog ul li .menu-b .menu-c ol li {
		text-align: center;
		font-size: 16px;
		padding-bottom: 5px;
		width: auto;
	}
}

.menu-blog ul li .menu-b span.special-note {
	position: absolute;
	bottom: 0;
	height: 27px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 11px;
	letter-spacing: 0px;
	line-height: 13px;
	color: #fff;
	background: #b9a373;
}

.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;
}

.banner {
	position: relative;
}

.banner p {
	color: #fff;
	font-size: 25px;
	line-height: 28px;
	margin: 0px;
	letter-spacing: 2px;
	margin-top: 5px;
	margin-bottom: 38px;
}

.banner .banner-img {
	text-align: center;
}

.banner .banner-grid {
	position: relative;
}

.banner .banner-grid:before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	background: #000;
	opacity: .3;
	width: 100%;
	height: 100%;
}

.banner .banner-text {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99;
	text-align: center;
	width: 100%;
}

@media (max-width: 767.98px) {
	.banner .banner-text {
		padding-left: 0px;
		padding-right: 0px;
	}
}

.banner .banner-text h1 {
	font-size: 39px;
	color: #fff;
	margin-bottom: 19px;
	text-transform: capitalize;
}

@media (min-width: 768px) {
	.banner .banner-text h1 {
		font-size: calc(29.0845070423px + 100vw * .0129107981);
	}
}

@media (min-width: 1620px) {
	.banner .banner-text h1 {
		font-size: 50px;
	}
}

.banner .banner-text h1.home {
	font-family: "Scotch Roman MT" !important;
	font-weight: 400;
	font-size: 39px;
	letter-spacing: -.56px;
	line-height: 50px;
	margin-bottom: 8px;
}

@media (min-width: 768px) {
	.banner .banner-text h1.home {
		font-size: calc(23.676056338px + 100vw * .0199530516);
	}
}

@media (min-width: 1620px) {
	.banner .banner-text h1.home {
		font-size: 56px;
	}
}

@media (min-width: 992px) and (max-width: 1619.98px) {
	.banner .banner-text h1.home {
		letter-spacing: -.43px;
	}
}

@media (max-width: 767px) {
	.banner .banner-text h1.home {
		letter-spacing: 0;
		font-size: 56px;
		line-height: 55px;
		margin-bottom: 19px;
	}
}

@media (min-width: 768px) {
	.banner .banner-text h1.home {
		line-height: calc(18.4507042254px + 100vw * .0410798122);
	}
}

@media (min-width: 1620px) {
	.banner .banner-text h1.home {
		line-height: 85px;
	}
}

@media (min-width: 768px) {
	.banner .banner-text h1.home {
		margin-bottom: calc(2.5915492958px + 100vw * .0070422535);
	}
}

@media (min-width: 1620px) {
	.banner .banner-text h1.home {
		margin-bottom: 14px;
	}
}

@media (min-width: 992px) and (max-width: 1619.98px) {
	.banner .banner-text h1.home {
		font-size: 43.68px !important;
		line-height: 66.3px !important;
		margin-bottom: 10.14px;
	}
}

.banner .banner-text .banner-line {
	height: 61px;
	width: 1px;
	background: #fff;
	display: inline-block;
	margin-bottom: 15px;
}

.banner .banner-text .btn-white-border {
	height: 46px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 23px;
	background: #fff;
	width: 195px;
	color: #000;
}

@media (min-width: 768px) {
	.banner .banner-text .btn-white-border {
		width: calc(195px + 100vw * 0);
	}
}

@media (min-width: 1620px) {
	.banner .banner-text .btn-white-border {
		width: 195px;
	}
}

.banner .banner-text .btn-white-border span {
	font-size: 14px;
	letter-spacing: 0;
	line-height: 28px;
	margin: 0;
}

@media (min-width: 768px) {
	.banner .banner-text .btn-white-border span {
		font-size: calc(14px + 100vw * 0);
	}
}

@media (min-width: 1620px) {
	.banner .banner-text .btn-white-border span {
		font-size: 14px;
	}
}

@media (min-width: 768px) {
	.banner .banner-text .btn-white-border span {
		line-height: calc(28px + 100vw * 0);
	}
}

@media (min-width: 1620px) {
	.banner .banner-text .btn-white-border span {
		line-height: 28px;
	}
}

.banner .banner-text .btn-white-border:hover, .banner .banner-text .btn-white-border:hover {
	color: #000;
	background: #fff;
	box-shadow: inset 0 -3.7em 0 0 #fff !important;
}

.banner .banner-text.home-fixed h1, .banner .banner-text.home-fixed .heading {
	font-size: 55px;
	line-height: 66px;
	font-family: "Friz Quadrata Std";
	font-weight: 500;
	color: #fff;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.banner .banner-text.home-fixed h1, .banner .banner-text.home-fixed .heading {
		font-size: 40px;
		line-height: 43px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.banner .banner-text.home-fixed h1, .banner .banner-text.home-fixed .heading {
		font-size: 35px;
		line-height: 38px;
	}
}

@media (max-width: 767px) {
	.banner .banner-text.home-fixed h1, .banner .banner-text.home-fixed .heading {
		font-size: 40px;
		line-height: 43px;
	}
}

@media (max-width: 400px) {
	.banner .banner-text.home-fixed h1, .banner .banner-text.home-fixed .heading {
		font-size: 30px;
		line-height: 33px;
	}
}

.banner .banner-text.home-fixed p {
	font-size: 22px;
	line-height: 28px;
	color: #fff;
	letter-spacing: -.3px;
	margin: 15px 0;
	font-weight: 500;
}

.datepicker table.table-condensed td.day.disableStrike {
	background: none;
	color: #999;
	text-decoration: line-through;
	pointer-events: none;
}

.common-modal.watch_vedio {
	position: fixed;
	z-index: 1032;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.common-modal.watch_vedio .modal-content {
	width: 80%;
	height: 100%;
	padding: 10px;
	background: #fff;
	max-height: 90vh;
	border-radius: 0px;
	border: none;
	overflow-y: auto;
	position: relative;
	display: flex;
	flex-direction: column;
	pointer-events: auto;
	outline: 0;
}

.common-modal.watch_vedio .modal-content .pop-header {
	margin: 0px !important;
	position: relative;
	z-index: 1;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.common-modal.watch_vedio .modal-content .pop-header .icon-close {
	background-color: #fff !important;
	top: -9px;
	right: -8px;
	font-size: 0px;
	color: transparent;
	background: url("https://cdn-homhn.nitrocdn.com/RJOvKsUdvwVoRLQXKDqGPNtvQMmyLMGl/assets/images/optimized/rev-44d1ee7/daphnes-restaurant.co.uk/wp-content/themes/daphnes/assets/images/icon-close.svg") 0 0/24px auto no-repeat;
	width: 24px;
	height: 24px;
	border: none;
	position: absolute;
}

.common-modal.watch_vedio .modal-content video {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

@media (max-width: 767px) {
	.common-modal.watch_vedio .modal-content {
		width: 90%;
		height: 360px;
		padding: 10px;
	}
}

.pattern-section {
	background: url("https://cdn-homhn.nitrocdn.com/RJOvKsUdvwVoRLQXKDqGPNtvQMmyLMGl/assets/images/optimized/rev-44d1ee7/daphnes-restaurant.co.uk/wp-content/themes/daphnes/assets/images/pattern.svg");
	width: 100%;
	height: 41.82px;
	margin-top: 47px;
}

@media (max-width: 767px) {
	.pattern-section {
		margin-top: 44px;
		height: 41.82px;
	}
}

.private-dining-hd-contents .datepicker table.table-condensed td.disabled, .private-dining-hd-contents .datepicker table.table-condensed td.disabled {
	pointer-events: none;
}

.private-dining-hd-contents .datepicker table.table-condensed td.day.disabled div {
	background: #d6d6d6;
	border-color: #d6d6d6;
	color: #000;
}

.datepicker table.table-condensed td.active.day.disabled div {
	background: #b9a373;
	color: #fff;
}

.private-dining-hd-contents .datepicker table.table-condensed td.day div {
	height: 28px;
	line-height: 28px;
	width: 28px;
	margin: 0 auto;
	text-align: center;
	border-radius: 50%;
	border: .5px solid #d6d6d6;
}

.private-dining-hd-contents .datepicker table.table-condensed td.day.disabled.today div {
	color: #000;
	font-weight: 700;
}

.datepicker table.table-condensed td.today.day.disabled div {
	border-radius: 100% !important;
	background: #b9a373 !important;
	color: #fff !important;
	border-color: transparent !important;
	opacity: .7 !important;
}

.private-dining-hd-contents .wrap-drop.active ul.drop {
	top: 103%;
}

.datepicker table tr td.day div:hover, .datepicker table tr td.day.focused div {
	background: #b9a373 !important;
	color: #fff;
}

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

.datepicker table.table-condensed td.today.day.active div, .datepicker table.table-condensed td.today.day.active {
	opacity: 1 !important;
}

#form-frontpage #noble-gases2:after {
	display: none;
}

#form-frontpage .timepicker {
	background: url("https://cdn-homhn.nitrocdn.com/RJOvKsUdvwVoRLQXKDqGPNtvQMmyLMGl/assets/images/optimized/rev-44d1ee7/daphnes-restaurant.co.uk/wp-content/themes/daphnes/assets/images/arrow-bottom.svg") !important;
	background-repeat: no-repeat !important;
	background-position: 91% 50% !important;
	background-size: 9% 100% !important;
	cursor: pointer;
}

.modal.commen-popup-cls.change-booking-details-popup .modal-dialog .modal-content .modal-body .heading {
	padding-bottom: 16.03px;
}

.modal.commen-popup-cls.change-booking-details-popup .modal-dialog .modal-content .modal-body p {
	padding-bottom: 8px;
	font-family: "Garamond";
}

.modal.commen-popup-cls.change-booking-details-popup .modal-dialog .modal-content .modal-body .inner {
	padding-bottom: 14px;
}

.modal.commen-popup-cls.change-booking-details-popup .modal-dialog .modal-content .modal-body .inner p {
	font-family: "Garamond";
	color: #1d1d1d;
	font-size: 18px;
}

.modal.commen-popup-cls.change-booking-details-popup .modal-dialog .modal-content .modal-body .inner p span {
	display: block;
}

/* Tables */
.privacy-policy table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	margin-bottom: 30px;
}

.privacy-policy table:last-child {
	margin-bottom: 0px !important;
}

.privacy-policy table tr {
	display: none;
}

.privacy-policy table tr:last-child {
	border: 0;
	margin: 0;
	padding: 0;
}

.privacy-policy table tr + tr {
	display: block;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #d5d5d5;
}

.privacy-policy table th {
	display: none;
}

.privacy-policy table td {
	display: block;
	border: none !important;
}

.privacy-policy table td > span {
	font-weight: 700;
	color: #b7b7b7;
	font-size: 14px;
}

.privacy-policy table td + td {
	margin-top: 15px;
}

.privacy-policy th {
	border: none !important;
}

@media (min-width: 768px) {
	.privacy-policy table {
		display: table;
	}
	
	.privacy-policy table tr {
		display: table-row;
		border-bottom: 0;
	}
	
	.privacy-policy table tr + tr {
		display: table-row;
		border-bottom: 0;
	}
	
	.privacy-policy table td {
		padding: 10px 20px;
		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 th {
		padding: 10px 20px;
		display: table-cell;
		background: #000;
		color: white;
	}
}

@media (max-width: 767px) {
	.privacy-policy table {
		font-size: 20px;
	}
}

section.menu_listing ul li a {
	text-decoration: none !important;
}

section.section-career.privacy-policy ul {
	padding: 0 0 0 15px;
}

section.section-career.privacy-policy p.heading {
	padding: 0px 0px 20px 25px;
}

section.section-career.privacy-policy p, section.section-career.privacy-policy ul li, section.section-career.privacy-policy th, section.section-career.privacy-policy td, section.section-career.privacy-policy strong {
	font-size: 16px;
	margin: 0px;
	font-family: "Garamond";
	font-weight: 300;
}

video::-webkit-media-controls-start-playback-button {
	display: none !important;
}

::-webkit-media-controls-play-button {
	display: none !important;
	-webkit-appearance: none;
}

*::-webkit-media-controls-start-playback-button {
	display: none !important;
	-webkit-appearance: none;
}

.banner-box .custom_border_btn {
	width: auto;
	height: 48px;
	background: #b9a373;
	display: inline-block;
	display: inline-block;
	border: 1px solid #b9a373;
	font-size: 16px;
	line-height: 46px;
	letter-spacing: -.16px;
	text-align: center;
	margin: 0px;
	margin: auto;
	padding: 0px 25px;
	color: #fff;
	text-decoration: none;
	align-items: center;
	justify-content: center;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	font-family: "Friz Quadrata Std";
	font-weight: 500;
	min-width: 150px;
}

.banner-box .custom_border_btn:hover {
	background: #b9a373;
	color: #fff;
	border-color: #b9a373;
}

/*========= new =======*/
body h1, body h2, body h3, body h4, body h5, body h6, body .heading {
	font-weight: 500;
}

.second-banner, .about-scott-section {
	padding: 70px 0;
	text-align: center;
	background: #b9a373;
	color: #fff;
}

h2 {
	font-size: 30px;
	line-height: 36px;
	font-weight: bold;
	margin: 0;
	padding-bottom: 15px;
}

@media (min-width: 768px) {
	.alternating_section:nth-child(even) {
		flex-direction: row-reverse;
	}
}

.container-700 {
	width: 100%;
	max-width: 700px;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.container-1138 {
	width: 100%;
	max-width: 1138px;
	margin: auto;
	padding: 0 15px;
}

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

.btn-block {
	width: 100%;
}

.finer-details-box p {
	margin: 0;
}

.private-location-tabs-section {
	padding-bottom: 45px;
	border-bottom: 1px solid #e1e1e1;
}

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

.pdr-video-mid video, .pdr-video-mid img {
	height: 526px;
	width: 100%;
	object-fit: cover;
}

.private-dining-hd-contents {
	padding-top: 50px;
}

.thanks-section .heading {
	font-size: 22px;
	padding: 0px;
	margin: 0;
	line-height: 25px;
}

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

@media (min-width: 768px) {
	.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;
	}
}

.mfp-iframe-holder .mfp-close {
	font-size: 14px;
}

.private-dining-content {
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 50px;
}

.private-dining-content h3 {
	font-size: 32px;
	line-height: 39px;
}

.private-dining-hd-contents {
	padding-bottom: 50px;
}

.career-gallery-link a {
	text-decoration: underline !important;
	font-style: italic;
	font-size: 20px !important;
}

.parent-dining-listing {
	padding: 0 0 70px;
}

@media (max-width: 767px) {
	.tow-col-section .container .row .col-12 .inner .content {
		padding: 25px 15px;
	}
	
	.pdr-video-mid video, .pdr-video-mid img {
		height: 400px;
	}
}

/*========= popup section ==========*/
.mfp-image-holder .mfp-content {
	max-width: 1260px !important;
	width: 100% !important;
	background: none !important;
}

.mfp-image-holder .mfp-content .mfp-figure {
	padding: 0 35px;
	background: none !important;
}

.mfp-figure::after {
	background: none !important;
	box-shadow: 0 0 0 !important;
}

.slick-track {
	margin: inherit;
}

#home ul.slick-dots {
	display: none;
}
