body {
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start;
    align-items: center;
	color: #4B5563;
	font-size: 18px;
	font-weight: 274;
	line-height: 25px;
}
html {
    margin-top: 0 !important;
}
    header .custom-logo-link img {
        height: auto;
    }

h1, h2, h3, h4, h5, h6 {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-optical-sizing: auto;
  font-style: normal !important;
  line-height: 1.4;
  color: inherit;
}

h1 {
	font-size: 56px;
	font-weight: 500;
    padding: 20px 0 0 0;
	line-height: 66.83px;
}

h2, h3 {
	font-size: 32px;
	font-weight: 500;
    padding: 20px 0 10px 0;
	line-height: 38.19px;
}

h3 {
	font-size: 24px;
	font-weight: 500;
    padding: 20px 0 10px 0;
}



.foot-columns a:hover {
	color: #111827 !important;
}

.main-menus li a {
    min-width: 15px;
    text-align: center;
    padding: 0 12px;
    border-radius: 16px;
    text-decoration: none;
    height: 48px;
    line-height: 1.4;
    font-size: 16px;
    display: flex;
    flex-direction: row;
    align-items: center;
	border: 1px solid transparent;
	margin: 0 2px;
	min-width: 122px;
	justify-content: center;
	color: #000;
}

.main-menus li a:hover,
.main-menus li a:focus,
.main-menus li a:active,
.main-menus li a:focus-visible {
	background: #D1D5DB;
}

.main-menus li a:focus,
.main-menus li a:active,
.main-menus li a:focus-visible {
	outline: #fff solid 2px;
    outline-offset: -1px;
    box-shadow: 0 0 0 3px blue;
}

.main-menus li.current-menu-item a {
	background: #DEE8FC;
}

.main-menus li.current-menu-item a:focus {
    border: 1px solid #0E3B9A;
}

body, span, a, button, input, strong, ul, li, code, b {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-optical-sizing: auto;
  font-style: normal !important;
}

header {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
	background: #ffffff !important;
}

.nav-bar-header {
    display: flex;
    flex-direction: row;
    align-content: center;
	padding: 0 16px;
    width: 100%;
	align-items: center;
}

@media all and (min-width: 1000px) {
	.nav-bar-header {
		justify-content: space-between;
	}
}

.nav-bar-header .logo img, .footer-logo img {
	border-radius: 0 !important;
}

.nav-left,  .nav-right {
	display: flex;
	align-content: center;
	padding: 0;
	margin: 0;
    flex-wrap: wrap;
}

.nav-bar-header .nav-left {
	justify-content: flex-start;
	width: auto;
	
}
.nav-bar-header .nav-right {
	justify-content: flex-end;
	width: 100%;
}

.nav-bar-header .nav-right .main-menus {
    width: 83%;
}

.nav-bar-header .main-menu {
	display: flex;
}

.nav-bar-header .user-btns {
    flex-direction: row;
	gap: 8px;
    justify-content: flex-end;
	min-width: 180px;
	display: none;
}

@media all and (min-width: 1000px) {
	.nav-bar-header .user-btns {
		display: flex;
	}
}

.opal-header {
    display: flex;
    flex-direction: row;
    place-content: space-evenly;
}
.nav-bar-header .logo {
    width: 170px;
	padding: 0 0 0 20px ;
}


.menu-item-486 a, .menu-item-487 a {
    border-radius: 16px;
    height: 48px;
    font-size: 16px;
    line-height: normal;
    letter-spacing: 0;
    padding: 0 15px;
    margin: 0 2px;
    border: 1px solid transparent;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.menu-item-487 a {
    background: var(--main-brand-colour);
    color: #ffffff !important;
	bottom: 200px;
}


.menu-item-486 a {
    background: #ffffff;
    color: #111827;
	border-color: #D1D5DB;
	bottom: 265px;
}

.nav-bar-header .menu {
	list-style: none;
	display: flex;
	flex-direction: row;
	margin: 0;
	padding: 0;
}


.menu a {
    text-decoration: none !important;
	color: #4b5563;
}
.menu a:hover {
    text-decoration: underline;
	color: #4b5563;
}

#menuToggle {
  display: flex;
  position: relative;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
  flex-direction: column;
}
#menuToggle a {
  text-decoration: none;
  color: #4b5563;
  transition: color 0.3s ease;
}
#menuToggle a:hover {
  color: #111827;
}
#menuToggle input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer;
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  -webkit-touch-callout: none;
}

#menuToggle span {
  display: block;
  width: 25px;
  height: 2px;
  margin-bottom: 5px;
  position: relative;
  background: #4b5563;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.55s ease;
}
#menuToggle span:first-child {
  transform-origin: 0% 0%;
}
#menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
}

#menuToggle input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(0, 0);
  background:#111827;
}

#menuToggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2) {
  transform: rotate(-45deg) translate(0, 1px);
}
#menu {
    position: absolute;
    width: 40vw;
    margin: -20vh 0 0 -20vw;
    padding: 0;
    background: #F4F8FF;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(-120vw, 0);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
#menu li {
  padding: 10px 0;
  font-size: 22px;
}

#menuToggle input:checked ~ ul {
  transform: none;
}

.alt-menu .menu li {
    font-size: 16px !important;
    text-align: left;
	height: 48px;
	width: 100%;
}
.nav-right .main-menus .menu {
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    list-style: none;
    padding: 0 10px;
    height: 45px;
    margin: 0;
}

.nav-right .main-menus .menu a {
    padding: 0 10px;
    text-decoration: none;
    color: inherit;
	font-size: 12pt;
}


		

		
	 @media (max-width: 767px) {
		 
		 	.ivy-app-banner-top {
    height: auto;
}
		 
			.ivy-app-banner-top p {
    width: 90%;
    padding: 10px 0;
    line-height: 16px;
    margin: 0 auto;
    font-size: 13px;
}
		 .ivy-app-banner-top a {
    width: 100%;
    display: inline-block;
}
		}
		
		
		section.top-fixed.banr-inr-cnt .banner-grid:after {
    background: none !important;
}


 @media (min-width: 0) {

	header .btn-booktable {
    background: var(--main-brand-colour);
    padding: 0px;
    color: var(--black);
    border-radius: 5px;
    max-width: 150px;
    height: 40px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 80px;
}

	 
  header nav.navbar-light.navbar-expand-lg {
    padding-right: 0 !important;
	  padding-left: 0 !important;
}
	 
}






 @media (max-width: 1700px) {


	 
	 #menu-primary, #menu-primary-right {
	align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
	 }
	 
}
 @media (max-width: 1600px) {
header nav.navbar-light.navbar-expand-lg {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
	 
	 header .d-flex.alt-menu {
    justify-content: flex-start !important;
}
	 
	 

	 


}
 @media (max-width: 1500px) {


}
 @media (max-width: 1300px) {

	 #menu-primary li:nth-child(4), #menu-primary-right li:nth-child(4) {
		 display: none;	 
	 }
	 
	 .nav-bar-header .nav-right .main-menus {
		 width: 80%;
	 }
}

@media (min-width: 1000px) {
	.nav-bar-header .logo {
		width: 150px;
		padding: 0;
	}
}

@media (max-width: 1200px) {
	.nav-bar-header .nav-right .main-menus {
		width: 70%;
	}
}

@media (max-width: 990px) {
	#menu-primary li:nth-child(3), #menu-primary-right li:nth-child(3) {
		 display: none;
	}

	header nav.navbar-light .navbar-nav .nav-item .nav-link {
		border-top: none !important;  
	}
	 
	 #menu-primary, #menu-primary-right {
		 flex-direction: row;
	}
	 
	header .container {
		max-width: 100% !important;
	}
	 
	h1 {
		font-size: 36px;
		font-weight: 500;
		line-height: 42.96px;
	}

    h2 {
		font-size: 28px;
		font-weight: 500;
		line-height: 33.41px;
    }
}

 @media (max-width: 920px) { 
	 .nav-bar-header .nav-right .main-menus {
		 width: 70%;
	 }
}

.nav-bar-header .main-menus {
	display: none;
}

@media (min-width: 1000px) {
	.nav-bar-header .main-menus {
		display: flex;
	}
}

@media (max-width: 770px) {
	.nav-bar-header .main-menu {
		display: none !important;
	}
	 
	#menu-primary, #menu-primary-right {
		display: none;
	}

	header .d-flex.booknow {
		justify-content: flex-end;
	}
}

#menu {
	width: 100vw;
	margin: 44px 0 0 -27px;
	padding: 50px;
	display: flex;
	flex-direction: column;
	gap: 16px;
}
	
@media all and (min-width: 1000px) {
	#menu {
		display: none;
    }
}
		 
@media (max-width: 1000px) {	 
	 .nav-bar-header .nav-left {
		 width: 100%;
	}
}

.nav-bar-header .alt-menu {
	display: flex;
    padding: 8px 0 0 12px;
}

@media (min-width: 1000px) {	 
	.nav-bar-header .alt-menu {
		display: none;
	}
}

.getquote:hover {
	background: #D1D5DB;
}

#spu-3694 {
	top: 16px!important;
}


