#Header-Container {
width:80%;
float:left;
padding:20px 10%;
display:flex;
justify-content:space-between;
align-items:center;
}

#Header-IpadNavPosition {
display:none;
}

#Header-Container1 {
width: 68%;
padding-right: 2%;
}

#Header-Container1 img {
max-width:100%;
max-height:100%;
}

#Header-Container2 {
display:flex;
width:100%;
grid-column-gap: 30px;
}

#Header-Container3{
display:flex;
width:100%;
justify-content: flex-end;
}

#Header-OpeningTimes {
display: flex;
align-items: center;
grid-column-gap: 10px;
}

.Header-OpeningTimesText {
display:flex;
flex-direction:column;
grid-row-gap: 3px;
}

.Header-OpeningTimesText1 {
font-family: 'Oxanium';
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 12px;
color: rgba(112, 112, 112, 0.8);
}

.Header-OpeningTimesText2 {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 16px;
color: #242424;
}

.Header-OpeningTimesText3 {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 18px;
color: #242424;
}

.Header-OpeningTimesText3 a:link {
color: #242424;
}

.Header-OpeningTimesText3 a:active {
color: #242424;
}

.Header-OpeningTimesText3 a:visited{
color: #242424;
}

.Header-OpeningTimesText3 a:hover {
color: #242424;
}

#Header-Phone {
display: flex;
grid-column-gap: 10px;
align-items: center;
}

.Header-PhoneText {
display:flex;
flex-direction:column;
grid-row-gap: 3px;
}

#Banner-Container {
width: 80%;
float:left;
background-image:url(/Graphics/HeroBackgroundImage.jpg);
height: 100vh;
max-height: 638px;
min-height: 638px;
background-size: cover;
padding: 0px 10%;
display: flex;
justify-content: flex-end;
align-items: center;
}

#Banner-ContentContainer {
width: 100%;
    max-width: 540px;
    display: flex;
    flex-direction: column;
    grid-row-gap: 25px;
}

.Banner-Text1 {
font-family: 'Oxanium';
font-style: normal;
font-weight: 700;
font-size: 32px;
line-height: 38px;
color: #FFFFFF;
width: 100%;
float: left;
}

.fa-circle-check {
font-family: 'Font Awesome 6 Free';
font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 20px;
color: #44CE2E;
}

.Banner-Text2Container {
display: flex;
width: 100%;
flex-direction: column;
grid-row-gap: 20px;
}

.Banner-Text2 {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 18px;
color: #FFFFFF;
display: flex;
    align-items: center;
    grid-column-gap: 10px;
}

.Banner-Text2 a:link {
color: #FFFFFF;
text-decoration: none;
}

.Banner-Text2 a:active{
color: #FFFFFF;
text-decoration: none;
}

.Banner-Text2 a:visited{
color: #FFFFFF;
text-decoration: none;
}

.Banner-Text2 a:hover {
color: #FFFFFF;
text-decoration: none;
}

.Banner-Text3Container {
display: flex;
width: 100%;
grid-column-gap: 10px;
align-items: center;
}

.Banner-BookService {
display: flex;
flex-direction: row;
align-items: center;
padding: 16px 24px;
gap: 16px;
background: #0B7AFC;
border-radius: 4px;
font-family: 'Oxanium';
font-style: normal;
font-weight: 600;
font-size: 18px;
line-height: 18px;
color: #FFFFFF;
text-decoration: none;
}

.Banner-BookService a:link {
color: #FFFFFF;
text-decoration: none;
}

.Banner-BookService a:active{
color: #FFFFFF;
text-decoration: none;
}

.Banner-BookService a:visited{
color: #FFFFFF;
text-decoration: none;
}

.Banner-BookService a:hover{
color: #FFFFFF;
text-decoration: none;
}

.fa-angle-right {
font-family: 'Font Awesome 6 Free';
font-style: normal;
font-weight: 900;
font-size: 15px;
line-height: 18px;
text-align: right;
color: #FFFFFF;
}

.Banner-Text3 {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 20px;
color: rgba(255, 255, 255, 0.6);
}

.Banner-Text4 {
font-family: 'Roboto';
font-style: normal;
font-weight: 800;
font-size: 24px;
line-height: 18px;
text-align: right;
color: #FFFFFF;
}

.Banner-Text4 a:link {
color: #FFFFFF;
}

.Banner-Text4 a:active {
color: #FFFFFF;
}

.Banner-Text4 a:hover {
color: #FFFFFF;
}

.Banner-Text4 a:visited {
color: #FFFFFF;
}

#Promo-Container {
width: 100%;
padding: 0px;
display: flex;
justify-content: space-between;
}

#Promo-Text {
width: 100%;
}

.Promo {
width: 95%;
    padding: 15px 2.5%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    grid-column-gap: 15px;
}

#Promo-1 {
background-color:#1A0E60;
}

#Promo-2 {
background-color:#27408C;
}

#Promo-3 {
background-color:#F54C2E;
}

@media only screen and (max-width: 1440px) { 
#Header-Container {
width:95%;
padding:20px 2.5%;
}
}

@media only screen and (max-width: 1175px) { 
#Promo-Container {
    flex-direction: column;
}
}

@media only screen and (max-width: 1070px) { 
#Header-Container1 {
    width: 80%;
}

#Header-Container3 {
    width: 50%;
}

#Header-NavPosition {
display:none;
}

#Header-IpadNavPosition {
display:inline;
}

.navicon-line-desktop {
	width: 28px;
	height: 4px;
	border-radius: 0px;
	margin-bottom: 5px;
	background-color: #333; 
}

/*TABLET DROPDOWN STYLES*/
/*TEXTHEADINGSTYLES*/
.HeadingCategoriesMenu {
	width: 95%;
	display: inline-block;
    padding: 15px 0px 13px 5%;
	border-top: 1px solid #cacaca;
border-bottom: none;
background-color: #1A0E60;
	color: #fff;
	text-decoration: none;
	font-family: Oxanium, cursive;
	font-size:  15px !important;
	font-weight:  700;
}

/*TABLET  MAIN CAT / SUB CAT TEXT STYLING*/
.sb-menu li a {
	cursor:pointer;
	width: 75% !important; /* Makes links full width. */
	display: inline-block;
    padding: 10px 0px 10px 5%;
	color: #333;
	font-family: Roboto, sans-serif;
	font-size: 15px !important;
	font-weight:  400;
}

/*TABLET  SUB CAT 2 TEXT STYLING*/
.SubCategoryTwoText {
	color: #333;
	text-decoration: none;
	font-family: Roboto, sans-serif;
	font-size: 15px !important;
	font-weight: 400;
	line-height:16px;
}

#Tablet-MainCategory {
border-top: 1px solid #cacaca;
width: 100%;
}

#Tablet-MobileInfo {
border-top: 1px solid #cacaca;
}

#Tablet-SubCategory {
margin-left: -6%;
    width: 103%;
    padding-left: 3%;
    border-top: 1px solid #cacaca;
}

#Tablet-SubCategory2 {
margin-left: -9%;
    padding-left: 6%;
    border-top: 1px solid;
    width: 103%;
    padding-top: 3px;
    padding-bottom: 3px;
}

/*ICONSTYLING */
span.sb-caret {
	float:right;
	background-color: #f5f5f5 !important;
	padding: 10px 15px 8px 10px;
	border-left: solid 1px #f5f5f5;
	border-right:solid 1px #f5f5f5;
	color:  #333;
	font-family: Oxanium, cursive;
	font-size: 24px;
	font-weight:400;
	cursor:pointer;
	margin-top: 2px;
}

/*Background Colour*/
.sb-menu { /* Apply to <ul> or <ol>. */
	padding: 0;
	margin: 0;
margin-top: 10px;
	list-style-type: none;
background-color: #f5f5f5; 
}

/*Sub Category Indent*/
.sb-submenu {
	display: none;
	margin: 0;
	list-style-type: none;
}

/*SUBCAT2INDENT*/
.SubCategoryTwoIndent {
	padding-left: 0px;
	width: 100% !important;
	padding-left: 0% !important;
	border-top:none !important;
	padding-top:0px !important;
	padding-bottom:0px !important;
}

/*SUBCATPADDING/INDENT*/
.sb-submenu-active a {
	padding-left: 0%;
	width: 100% !important;
	margin-left: 0%;
}

sb-toggle-submenu {
	padding-left:0% !important;
	width:75% !important;
	padding-bottom:0px !important;
	padding-top:16px;
}

.SubCategoryPadding {
	padding-bottom:0px !important;
	width:100% !important;
}

.sb-slidebar {
	background-color: #fff; /* Background colour. */
	color: #333; /* Text colour. */
margin-top: 35px;
}

.sb-slidebar a:hover {
	text-decoration: underline;
}

/* --------------------
* 004 - Slidebar Menus
*/
 
.sb-menu li {
	width: 100%;
	padding: 0;
	margin: 0;
}

.sb-menu > li:first-child {
	border-top: none; /* Removes top border from first list item.. */
}

.sb-menu > li:last-child {
	border-bottom: none; /* Removed bottom border from last list item. */
}

.sb-menu li a:hover {
	text-decoration: none;
/*background-color: #fff;  Will lighten any background colour you set. */
}

.sb-right .sb-menu li a {
	border-right: 0px solid transparent;
}

.sb-right .sb-menu li a:hover {
}



/* -----------------------
 * 007 - Slidebar Controls
 */
 
.sb-toggle-top, .sb-toggle-right, .sb-open-left, .sb-open-right, .sb-close {
	cursor: pointer; /* Help desktop users with Slidebar controls. */
}

/* These are prefixed with .sb-navbar to avoid styling other Slidebar toggles you may be using. */
.sb-navbar .sb-toggle-left {
	width: 52px;
	float: left;
	padding: 14px;
}

.sb-toggle-left {
    cursor: pointer;
display: inline;
}

.sb-navbar .sb-toggle-right {
	width: 52px;
	float: right;
	padding: 14px;
}

.navicon-line {
	width: 28px;
	height: 4px;
	border-radius: 0px;
	margin-bottom: 5px;
	background-color: #333; /* Colour of navicon lines. */
}

/* Hover states to match navbar menu item hover. */
.sb-navbar .sb-toggle-left:hover {
	background-color: rgba(0, 0, 0, 0.05); /* Will lighten any background colour you set. */
}

.sb-navbar .sb-toggle-right:hover {
	background-color: rgba(0, 0, 0, 0.05); /* Will lighten any background colour you set. */
}

.sb-slidebar {
	display:none;
}
/*ENDMOBILEMENUDROPDOWNSTYLES*/
}

@media only screen and (max-width: 875px) { 
#Header-Container1 {
    width: 60%;
}
}

@media only screen and (max-width: 800px) { 
#Header-Container3{
width:25%;
}
}

@media only screen and (max-width: 750px) { 
#Header-Container3{
width:5%;
}
}

@media only screen and (max-width: 695px) { 
#Mobile-HeaderContainer {
width: 95%;
float: left;
dislay: flex;
flex-direction:column;
padding: 10px 2.5%;
}

#MobileHeader-Container1 {
width: 100%;
text-align: center;
display: flex;
justify-content:center;
align-items: center;
}

#MobileHeader-Logo img{
max-width:100%;
max-height:100%;
}

#MobileHeader-Container2 {
display:flex;
width:100%;
grid-column-gap: 30px;
margin-top: 20px;
justify-content:center;
}

.sb-slidebar {
    margin-top: 0px;
}

#MobileHeader-Nav {
display: flex;
    align-items: center;
}

.Header-OpeningTimesText1 {
font-size: 10px;
line-height: 10px;
}

.Header-OpeningTimesText2 {
font-size: 14px;
line-height: 14px;
}

.Header-OpeningTimesText3 {
font-size: 14px;
line-height: 14px;
}
}