<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Variables */

:root {

	/* Base Colours */

	--colour-primary: 	  #009345;
	--colour-secondary:   #404041;
	--colour-alternate:   #002e62;
	--colour-white: 	  hsla(0, 0%, 100%, 100%);
	--colour-black: 	  hsla(0, 0%, 0%, 100%);
	--colour-grey-faint:  hsla(0, 0%, 95%, 100%);
	--colour-grey-light:  hsla(0, 0%, 90%, 100%);
	--colour-grey-medium: hsla(0, 0%, 75%, 100%);
	--colour-grey-dark:   hsla(0, 0%, 60%, 100%);
	--colour-transparent: hsla(0, 0%, 0%, 0%);

	/* Fonts */

	--font-heading: "poppins", "sans-serif";
	--font-body: 	"proxima-soft", "proxima soft", "sans-serif";
	--font-button:  var(--font-body);
	--font-fa: 		"Font Awesome\ 5 Pro";

	/* Font Weights */

	--weight-light: 	200;
	--weight-normal: 	400;
	--weight-heavy: 	600;

	/* Font Sizes */

	--size-tiny: 	0.875rem;
	--size-small: 	1rem;
	--size-medium: 	2rem;
	--size-large: 	3rem;
	--size-huge: 	6rem;

	/* Letter Spacing */

	--spacing-normal: 	0em;
	--spacing-compact: 	-0.03em;
	--spacing-spaced: 	0.03em;

	/* Line Height */

	--height-normal: 1em;
}

/*Controllers*/
.cb.plain {
  position: absolute !important;
  opacity: 0.3;
}

.cb.plain:hover {
  opacity: 1;
}

.cb.plain .cb-link .button {
  padding: 6px 12px !important;
}

/***Main CSS***/
body {
  background-color: #FFF;
  font-family: poppins, sans-serif;
}

.body {
  padding: 80px 0;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, .h5, h5 {
  font-family: poppins, sans-serif;
}

h1, .h1 {
  font-size: 42px;
  line-height: 38px;
}

.button {
  font-family: poppins, sans-serif;
  background: none;
  border-radius: 10px;
  border: 2px solid #aaa;
  text-transform: none;
  letter-spacing: 0px;
	font-weight: 500;
  color: #aaa;
	display: inline-flex;
	align-items: center;
	flex-direction: row-reverse;
}
.button i {
	margin-left: 10px;
	font-size: 0.9em;
}

.button:hover {
  background: #888;
  border: 2px solid #888;
  color: #fff;
}

/*Header*/
.frame {
  width: 1400px;
}

.navigation {
  border: none;
  background-color: transparent !important;
}

.logo {
  display: inline-block;
  height: 80px;
  min-width: 270px;
  max-width: 270px;
  background-position: center;
}

.header {
  padding: 20px 0;
  background-color: var(--colour-white);
}

.header .logo-wrap {
  text-align: left;
}

.header .head-cart-data .fa {
  color: #90469b;
}

.header .col-slogan {
  text-align: right;
}

.header-title {
  padding: 40px 0;
  background-color: #EEE;
}

.header-title h1 {
  margin: 0;
}

.copyright img {
  max-width: 250px;
}

.copyright {
  background-color: var(--colour-transparent) !important;
  color: var(--colour-secondary);
  border-bottom: none;
  text-align: right;
	padding: 0px;
	margin-top: 80px;
}
.copyright p {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

/*Menu*/
/*

ul.menu ul {

	top:43px;

	left: 0;

	width: 100%;

}

ul.menu ul li {

	text-align: center;

	border-color:#ccc;

	background-color: #ddd;

	width: 100%;

}

ul.menu ul li a {

	color: #999;

	font-size: 12px;

	font-weight: 100px;

	letter-spacing: 0.5px;

}

ul.menu ul li:hover,

ul.menu ul li:hover a {

	background-color: #fff !important;

}



ul.menu .menulink {

	padding: 11.5px 15px 11px;

	text-transform: uppercase !important;

	font-size: 14px;

	letter-spacing: 3px;

	text-transform: none;

	border-color:#7c2789;



}

ul.menu .mobile-nav + li {

	border-left:1px solid #7c2789;

}

ul.menu .menulink:hover {

	background-color:#9e46ab;

}*/
/*Banner*/
.banner-line {
  background-image: url(images/banner-line.png);
  height: 61px;
  background-color: transparent;
  position: relative;
  z-index: 50;
  margin-top: -15px;
  margin-bottom: -50px;
	display: none;
}
ul.menu .menulink:hover {
	color: var(--colour-primary);
}
.banner {
  background-image: url(images/bg-banner.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0;
}

.banner &gt; .frame {
  padding: 0;
}

.banner p {
  font-family: proxima-nova, sans-serif;
  font-weight: 100;
  line-height: 1.25em;
  font-size: 18px;
  margin: 0 0 25px;
}

.banner h1,
.banner .h1,
.banner h2,
.banner .h2 {
  font-family: poppins, sans-serif;
}

.banner h1,
.banner .h1 {
  color: #fff;
  font-weight: 600;
  font-size: 50px;
  text-transform: none;
  margin: 0 0 20px;
  line-height: 50px;
}

.banner h2,
.banner .h2 {
  font-weight: 300;
  font-size: 26px;
  line-height: 26px;
  text-transform: none;
}

.banner .button i,
.banner .button em {
  font-weight: 600;
  margin-right: 10px;
  margin-top: -4px;
  font-size: 20px;
}

.banner .button {
  background-color: transparent;
  font-size: 18px;
  padding: 8px 30px;
  border: 3px solid #eee;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 0px;
  color: #fff;
}

.banner .button .fa {
  position: relative;
  top: -2px;
}

.banner .button:hover {
  border-color: #FFF;
  background-color: #fff;
  color: #004073;
}

.banner .slide .slide-inner {
  background-color: rgba(0,147,69,0.80);
  text-shadow: none;
  width: 700px;
  padding: 0px 100px 0 150px;
  text-align: left;
}

.banner .slider-wrapper {
  box-shadow: none;
}

.sssnext, .sssprev {
  width: 50px !important;
  height: 100%;
  margin: 0;
  position: absolute;
  top: 0;
  background-image: url("/web/template/default/assets/sss/images/brr.png") !important;
  z-index: 1000;
  transition: all 0.2s ease-out 0s;
}

.sssprev {
  left: 3%;
  background-position: 0 50% !important;
}

.sssnext {
  right: 3%;
  background-position: -50px 50% !important;
}

.sssprev:hover {
  left: 2.7%;
}

.sssnext:hover {
  right: 2.7%;
}

.sssprev:active {
  left: 2%;
}

.sssnext:active {
  right: 2%;
}

/*Elements*/
.html-style ul li::before, ul.bullet li::before, ul.bullet-list li::before {
  color: #CCC;
}

.faq:hover {
  border-color: #068ed0;
}

.faq:hover h3,
.faq:hover h3::before {
  color: #068ed0;
}

/*Index Assets*/
.homebox .h3::before {
  background-image: url(images/hb-info.png);
  content: ' ';
  height: 70px;
  width: 70px;
  left: 50%;
  margin-right: -50%;
  margin-top: -70px;
  transform: translate(-50%, 0%);
  background-size: 60% 60%;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 40px;
  display: block;
  background-color: #004073;
  position: absolute;
  z-index: 1;
  transition: all 0.4s ease-in-out 0s;
}

.homebox .h3 {
  margin-bottom: 0;
}

.homebox .h3 &gt; a {
  color: #fff;
  position: relative;
  z-index: 0;
  text-decoration: none;
}

.homebox {
  background-color: #004073;
  text-align: center;
  padding: 35px 20px 20px;
  border-radius: 25px 25px 0 0;
  transition: all 0.4s ease-in-out 0s;
}

.homebox-img img {
  border-radius: 0 0 25px 25px;
}

.homebox .col {
  padding: 10px;
}

.homebox .col img {
  vertical-align: top;
  width: 100%;
}

.homebox .col .hb-text {
  padding: 35px 40px;
  background: linear-gradient(to top, #fff, #f3f3f3);
}

.homebox .col .hb-text h3 {
  font-size: 22px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 10px;
  font-weight: 600;
}

.homebox .col .hb-text p {
  text-align: justify;
  font-size: 12px;
  line-height: 24px;
  color: #888;
}

.homebox .col .hb-text p a.button {
  padding: 5px 15px;
  border-radius: 0;
  border-color: #bbb;
}

/* Global Footer */
.global-contact {
  background-color: #EEE;
  padding: 5px;
  font-size: 14px;
}

.global-contact .item {
  overflow: hidden;
}

.global-contact .item li {
  list-style: none;
  float: left;
  margin-right: 10px;
  color: #999;
}

.global-contact .item li a {
  color: #999;
}

/* Footer */
.footer {
  background: var(--colour-white)!important;
  color: #FFF;
  padding: 60px 0 40px;
  border-top: 2px solid var(--colour-grey-dark)!important;
}

.footer .foot-menu {
  border: none;
}

.footer .foot-menu &gt; li a {
  border-color: transparent !important;
  font-weight: 300;
  color: var(--colour-secondary);
}

.footer .foot-menu &gt; li a:hover {
  color: var(--colour-primary);
}

.footer .h4 {
  color: #FFF;
}

.footer .h4 {
  font-size: 28px;
  margin: 0;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0px;
  color: var(--colour-secondary);
}

.footer .break {
  width: 80px;
  height: 0px;
  margin: 20px 0 20px;
  border-radius: 10px;
  background-color: #999;
}

.footer .foot-menu {
  margin: 0;
  padding-top: 0;
  padding-right: 20px;
}

.footer .foot-menu &gt; li a {
  font-family: proxima-nova, sans-serif;
  padding: 8px 0;
  border-color: transparent;
  font-weight: 500;
  border: 0px;
  font-size: 16px;
  color: var(--colour-secondary);
  letter-spacing: 0px;
}

.footer .foot-menu &gt; li a:hover {
  color: var(--colour-primary);
}

.footer .foot-product-wrap {
  background-color: #FFF;
  box-sizing: border-box;
  border-radius: 8px;
  overflow: hidden;
  color: #000;
}

.footer .foot-product-wrap .h4 {
  font-size: 24px;
  color: #90469b;
}

.footer .foot-product-wrap a {
  color: #068ed0;
  text-decoration: none;
}

.footer .foot-product-wrap p {
  color: #999;
  margin: 0;
}

.footer .copyright a {
  color: var(--colour-secondary);
}
.footer .column.w8 {
	margin-left: auto;
}
.footer .coltable.col3 &gt; .col {
	width: unset;
}
.footer .coltable.col3 &gt; .col:not(:last-child) {
	margin-right: 80px;
}
.footer .coltable.col3 {
	display: flex;
	justify-content: flex-end;
}

.copyright-menu {
  font-family: museo-sans, sans-serif;
  font-weight: 100;
  font-size: 12px;
  letter-spacing: 1px;
}

.copyright-menu li a {
  color: #fff;
}

.copyright-menu li {
  list-style: none;
  margin: 5px 0;
}

/* Buttons */
/*.button {

	padding:8px 20px;

	border-radius: 4px;

}*/
.button:hover {
  text-decoration: none !important;
  text-shadow: none !important;
}

.button.bt-outline {
  border-color: #004073;
  color: #004073;
}

.button.bt-outline:hover {
  border-color: #004073 !important;
  background-color: #004073 !important;
  color: #FFF !important;
}

input[type="submit"], button {
  background-color: #d42e45;
}

/*

input[type="submit"]:hover, button:hover {

	background-color:#652D90;

	border-radius: 0;

	color: #FFF;

	box-shadow: none;

}*/
.hr-mini {
  background-color: #004073;
  width: 50px;
  height: 4px;
  border-radius: 5px;
  margin: 10px 0 20px;
}

.feature-box {
  text-align: center;
}

.feature-box h2 {
  font-size: 20px;
}

.feature-box img {
  width: 80%;
  vertical-align: top;
}

.feature-box:hover {
  transform: scale(1.1, 1.1);
  transition: all 0.2s ease-in-out 0s;
}

/*Section*/
.section-feature {
  padding: 80px 0;
}

.section-variant3 {
  background-color: #006cb9;
}

.section-variant2 {
  background-color: #DDD;
}

.section-variant1 {
  background-color: #EEE;
}

.body .frame &gt; *:last-child {
  margin-bottom: 0;
}

.section-feature.sf-variant3 * {
  color: #FFF;
}

.section-feature.sf-variant3 .divide {
  background-color: #FFF;
}

.section-contact-form {
  background-color: #D32D45;
  background-image: url(images/bg-contact.jpg);
}

.section-feature .button.bt-outline {
  color: #FFF;
  border-color: #FFF;
  margin: 0;
  border: 2px solid #FFF;
}

.payment-summary {
  border: none;
  background-color: #004073;
}

.payment-summary .button {
  border: none;
  background-color: #D32D45;
  color: #FFF;
}

.payment-summary .button:hover {
  background-color: #FFF;
  color: #D32D45;
}

/*Element Overrides*/
.product-image-container {
  box-shadow: none;
}

.col-menu {
  width: 75%;
  background-image: unset;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center right;
}

.col-copyright {
  width: 25%;
}

.section-title {
  display: none;
}

.section-homebox .frame {
  width: 1200px;
}

.section-homebox .pb-column:hover .homebox {
  background-color: #d42e45;
}

.section-homebox .pb-column:hover .homebox .h3::before {
  background-color: #d42e45;
}

.section-about .pb-column:first-child,
.section-about-1 .pb-column:last-child {
  padding: 100px 180px 100px 100px;
}

.section-about .pb-column:first-child {
  background: rgba(255, 255, 255, 0.9);
  padding-left: 150px;
}

.section-about .pb-column:first-child .button::before {
  color: #4d4d4d;
}

.section-about .pb-column:first-child .button {
  color: #4d4d4d;
  border-color: #4d4d4d;
}

.section-about-1 .pb-column:last-child .button::before {
  color: #fff;
}

.section-about-1 .pb-column:last-child .button {
  color: #fff;
  border-color: #fff;
}

.section-about-1 .pb-column:last-child .button::before,
.section-about .pb-column:first-child .button::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f0da";
  font-size: 55px;
  font-weight: 800;
  padding-right: 10px;
  position: absolute;
  margin-left: -32px;
  margin-top: -15px;
}

.section-about .pb-column:first-child .button:hover {
  background-color: #fff;
  color: #4d4d4d;
}

.section-about-1 .pb-column:last-child .button:hover {
  background-color: #d42e45;
}

.section-about-1 .pb-column:last-child .button,
.section-about .pb-column:first-child .button {
  border: 3px solid;
  letter-spacing: 0;
  font-weight: 500;
  border-radius: 10px;
  padding: 8px 30px;
  margin-top: 20px;
}

.section-about .pb-column:first-child p {
  color: #4d4d4d;
}

.section-about .pb-column:first-child p,
.section-about-1 .pb-column:last-child p,
.section-about-1 .pb-column:last-child ul &gt; li {
  font-family: proxima-nova, sans-serif;
  font-weight: 300;
  line-height: 25px;
}

.section-about .pb-column:first-child .h2,
.section-about-1 .pb-column:last-child .h2 {
  font-weight: 300;
  font-family: poppins, sans-serif;
}

.section-about-1 .pb-column:last-child p,
.section-about-1 .pb-column:last-child ul &gt; li {
  color: #fff;
}

.section-about-1 .pb-column:last-child ul &gt; li {
  font-weight: 300;
}

.section-about-1 .pb-column:last-child {
  background: rgba(0, 64, 115, 0.9);
}

.section-about-3 {
  padding: 120px 0 !important;
}

.section-desc h3 {
  font-size: 22px;
}

.section-desc .button-wrapper .button::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f0da";
  font-size: 55px;
  font-weight: 800;
  padding-right: 10px;
  position: absolute;
  margin-left: -32px;
  margin-top: -15px;
  color: #004073;
  transition: all 0.2s ease-in-out 0s;
}

.section-desc .button-wrapper .button {
  border: 3px solid #004073;
  letter-spacing: 0;
  font-weight: 500;
  border-radius: 10px;
  padding: 8px 30px;
  color: #004073;
  transition: all 0.2s ease-in-out 0s;
}

.section-desc .button-wrapper .button:hover::before {
  color: #D32D45;
}

.section-desc .button-wrapper .button:hover {
  border-color: #D32D45;
  color: #D32D45;
  background-color: #fff;
}

.section-contact .pb-column:last-child h2 {
  color: #fff;
  text-align: center;
}

.section-contact {
  background: linear-gradient(to left, var(--colour-primary) 0%, var(--colour-primary) 49.2%, #fff 49.2%);
}

.contact-banner {
  background-color: var(--colour-primary);
}

.contact-banner .pb-block-type-text * {
  color: #FFF;
}

.contact-banner .pb-block-type-text p:last-child {
  margin-bottom: 0;
}

.section-map .slide-cell .button em {
  font-weight: 600;
  margin-right: 10px;
  margin-top: -4px;
  font-size: 20px;
}

.section-map .slide-cell .button:hover {
  border-color: #FFF;
  background-color: #fff;
  color: #004073;
}

.section-map .slide-cell .button {
  background-color: transparent;
  font-size: 18px;
  padding: 8px 30px;
  border: 3px solid #eee;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 0px;
  color: #fff;
}

.section-map .slide-cell {
  padding: 0px 100px 0 150px;
}

.section-map p {
  color: #fff;
}

.section-map .slide-cell p.h1 {
  font-weight: 700;
}

.section-map .slide-cell p.h2 {
  font-weight: 300;
}

.dark-blue {
  color: #004073 !important;
}

.grey {
  color: #808080 !important;
}

.poppins-light {
  font-weight: 200 !important;
}

.html-style ul li, ul.bullet li, ul.heart-list li {
  position: relative;
  margin-left: 35px;
  margin-bottom: 5px;
  transition: all 0.2s ease-in-out 0s;
}

ul.heart-list {
  margin-bottom: 20px;
}

ul.heart-list li:hover {
  margin-left: 45px;
}

ul.heart-list li:hover::before {
  font-size: 22px;
}

.html-style ul, ul.bullet li, ul.heart-list li, ul.areas-list {
  list-style: none;
}

.html-style ul li::before, ul.bullet li::before, ul.heart-list li::before {
  color: #d42e45;
}

.html-style ul li::before, ul.bullet li::before, ul.heart-list li::before {
  font-size: 16px;
  font-family: "Font Awesome 5 Pro";
  content: "\f004";
  font-weight: 800;
  color: #d42e45;
  padding-right: 10px;
  position: absolute;
  left: -30px;
  top: 2px;
}

/*ul.areas-list li{

	background-color: #eee;

	padding: 10px;

	margin: 10px 0;

	border: 1px solid #eee;

}*/
ul.areas-list li a:hover {
  /*background-color: rgba(211,45,69,0.3);*/
  background-color: #fff;
}

ul.areas-list li a {
  /*	margin-left: 15px;

*/
  text-decoration: none;
  background-color: #eee;
  padding: 10px;
  margin: 10px 0;
  border: 1px solid #eee;
  display: block;
}

/**/
ul.menu .menulink.btn:hover {
  border: none;
  border-bottom: 1px solid #fff;
  background-color: transparent;
  border-radius: 0;
}

ul.menu .menulink.btn {
  padding: 8px 20px;
  background-color: #d42e45;
  border-radius: 10px;
}

.book-now {
  text-align: center;
}

.course-box .col {
  display: table-cell;
}

.box.courses {
  margin-bottom: 25px;
  border: none;
  padding: 0;
  text-align: center;
}

.box.courses h2 {
  margin: 0;
}

.box.courses h2 &gt; a {
  padding: 25px;
  min-height: 128px;
  display: block;
  text-decoration: none;
  color: #fff;
  border: 2px solid #D32D45;
  border-radius: 40px;
  background-color: #D32D45;
}

.box.courses h2 &gt; a:hover {
  color: #D32D45;
  border: 2px solid #D32D45;
  border-radius: 40px;
  background-color: #fff;
}

.box.courses-desc p {
  font-family: proxima-nova, sans-serif;
  color: #4d4d4d;
  font-weight: 200;
  line-height: 22px;
  margin: 0 0 25px;
}

.box.courses-desc p.h2 {
  font-family: poppins, sans-serif;
  font-weight: 500;
  color: #d42e45;
  margin: 0 0 10px;
}

.box.courses-desc .button {
  color: #d42e45;
  border-color: #d42e45;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 12px;
  margin: 0 10px 10px 0;
  font-family: museo-sans, sans-serif;
  font-weight: 700;
}

.box.courses-desc .button:hover {
  background-color: #d42e45;
  color: #fff;
}

.box.courses-desc {
  background-color: #fff;
  border: 5px solid #d42e45;
  border-left: none;
  padding: 60px 100px 60px 150px;
  border-radius: 0 15px 15px 0;
  width: 60%;
  position: relative;
  z-index: 1;
}

.btn-links {
  width: 40%;
}

ul.courses-list a::after {
  font-family: "Font Awesome 5 Pro";
  content: "\f054";
  font-weight: 800;
  font-size: 18px;
  color: #fff;
  position: relative;
  margin-left: 15px;
  background-color: #fff;
  padding: 3.5px 5px 3px 6.5px;
  border-radius: 100%;
}

ul.courses-list a:hover::after {
  color: #d42e45;
}

ul.courses-list a:hover {
  background-color: #d42e45;
}

ul.courses-list a {
  /*color: #fff;*/
  display: block;
  text-decoration: none;
  font-family: museo-sans, sans-serif;
  font-weight: 500;
  background-color: rgba(0, 64, 115, 0.9);
  color: #fff;
  text-align: right;
  text-transform: uppercase;
  padding: 15px 15px 15px 60px;
  list-style: none;
  border-radius: 0 40px 40px 0;
  letter-spacing: 2px;
  font-size: 14px;
  z-index: 0;
}

ul.courses-list &gt; li {
  margin: 5px 0;
  position: relative;
  transition: all 0.2s ease-in-out 0s;
  transform: translate(-15%, 0%);
  text-align: right;
  list-style: none;
}

ul.courses-list &gt; li:hover {
  transform: translate(-10%, 0%);
}

/*

.courses-list &gt; li{

	font-family: museo-sans, sans-serif;

	font-weight: 500;

	background-color: rgba(0,64,115,0.9);

	margin: 2px 0;

	color: #fff;

	text-align: right;

	text-transform: uppercase;

	list-style: none;

	border-radius: 0 40px 40px 0;

	letter-spacing: 2px;

	font-size: 14px;

	position: relative;

	transition: all 0.2s ease-in-out 0s;

	transform: translate(-5%,0%);

	z-index: 0;

}

*/
.box.side-note .button:hover {
  background-color: transparent;
  color: #D32D45;
}

.box.side-note .button {
  background-color: #D32D45;
  border-color: #D32D45;
  border-radius: 0;
  color: #fff;
  text-transform: uppercase;
}

.box.side-note {
  background-color: #004073;
  border-radius: 40px;
  padding: 35px 50px;
  border: none;
}

.box ul.heart-list li {
  color: #fff;
}

.box ul.heart-list li:last-child {
  margin-left: 35px;
  margin-bottom: 5px;
}

.box.side-note.brick-red a {
  color: #fff;
}

.box.side-note.brick-red {
  background-color: #D32D45;
}

.box.side-note h4 em {
  font-weight: 700;
}

.box.side-note h4 {
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 5px;
}

.box.side-note h4,
.box.side-note p {
  color: #fff;
}

.box.products p,
.box.products figure {
  text-align: center;
}

.box.products .button {
  display: block;
  margin-top: 20px;
  background-color: #004073;
  border-color: #004073;
  color: #fff;
}

.box.products:hover {
  border-color: rgba(0, 64, 115, 0.9);
}

.box.products {
  border-color: rgba(0, 64, 115, 0.2);
  background-color: #fff;
  border-radius: 15px;
  padding: 35px;
  margin: 10px 0;
}

.box.products ul.heart-list li::before {
  font-size: 12px;
  left: -18px;
  top: 4px;
}

.box.products ul.heart-list li {
  font-size: 14px;
  margin-left: 20px;
  display: inline-block;
  color: #000;
}

.manual-image {
  text-align: center;
}

.manual-image img {
  max-width: 300px;
  box-shadow: 0 0 10px #eee;
}

.box.contact {
  border: none;
  width: 70%;
}

.box.contact p {
  float: left;
  width: 50%;
  margin: 0 0 15px;
  font-size: 20px;
}

.box.references {
  margin: 0 auto 10px;
  /*	width: 50%;

*/
  padding: 20px;
}

.quote-text em {
  font-size: 25px;
  margin-right: 20px;
  color: #004073;
}

.quote-text {
  font-weight: 300;
  font-size: 17px;
  color: #004073;
  text-align: justify;
}

.quote-author {
  padding: 10px 0px 0px;
  font-size: 14px;
  text-align: right;
  color: #D32D45;
}

.form-form_enquiry .form-block,
.form-form_contact .form-block,
.form-form_book_enquiry .form-block {
  background-color: var(--colour-primary);
  border-color: var(--colour-primary);
  padding: 20px;
}

.form-form_enquiry .form-block .field label,
.form-form_contact .form-block .field label {
  color: #fff;
}

.form-form_enquiry .form-block .field.submit button,
.form-form_contact .form-block .field.submit button {
  font-family: poppins, sans-serif;
  border: 3px solid #D32D45;
  background-color: #D32D45;
}

.form-form_enquiry .form-block .field.submit button:hover,
.form-form_contact .form-block .field.submit button:hover {
  font-family: poppins, sans-serif;
  background-color: transparent;
  color: #D32D45;
}

input[type="text"], input[type="number"], input[type="password"], textarea, select {
  font-family: poppins, sans-serif;
}

/*Google Maps controls*/
.gm-style-mtc,
.gm-svpc,
.gm-control-active.gm-fullscreen-control {
  display: none;
}

.section-about .pb-column,
.section-about-1 .pb-column {
  transition: all 0.4s ease-out 0s;
  /*background-color: rgba(212,46,69,1.00);*/
}

.section-about:hover .pb-column:last-child {
  width: 48%;
}

.section-about:hover .pb-column:first-child {
  /*background-blend-mode:screen;*/
  width: 52%;
}

.section-about-1:hover .pb-column:last-child {
  width: 48%;
}

.section-about-1:hover .pb-column:first-child {
  /*background-blend-mode:screen;*/
  width: 52%;
}

/*

.box.products :last-child{

	margin-left: 35px;

	margin-bottom: 5px;

}8/

.note.hour em{

	font-weight: 700;

}

.note.hour{

	font-size: 20px;

}

.note.attendee{

	font-family: proxima-nova, sans-serif;

	font-size: 16px;

	line-height: 25px;

	font-weight: 100;

}*/
.section-booking-enquiry h1, .section-booking-enquiry p {
  color: #FFF;
}

.section-booking-enquiry .pb-column:last-child h2 {
  color: #FFF;
  text-align: center;
  display: none;
}

/*Booking Things?*/
.booking-type-buttons {
  padding: 120px 0px !important;
  position: relative;
}

.booking-type-buttons::before {
  position: absolute;
  content: '';
  background-color: rgba(255, 255, 255, 0.75);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.booking-type-buttons .button {
  display: table;
  margin: 0 auto;
  background-color: #004073;
  border-color: #004073;
  color: #fff;
  padding: 10px 20px;
}

.booking-type-buttons .button:hover {
  background-color: #d42e45;
  border-color: #d42e45;
}

.booking-type-buttons .button:active {
  box-shadow: inset 0 -5px 0 rgba(0, 0, 0, 0.2);
  transition: all 0s ease-in-out 0s;
  position: relative;
  top: 1px;
}

.booking-type-buttons img {
  width: 200px !important;
  display: table;
  margin: 0 auto;
  margin-bottom: 30px;
}

/*BOOKING OVERRIDE*/
.wizard &gt; .steps a,
.wizard &gt; .steps a:hover,
.wizard &gt; .steps a:active {
  padding: 8px !important;
  border-radius: 5px 5px 0 0 !important;
  margin-right: 2px !important;
}

.wizard &gt; .steps a .number {
  background-color: rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
  padding: 3px;
  width: 30px;
  color: #fff;
  text-align: center;
  display: inline-block;
  border-radius: 3px;
  text-indent: 3px;
  font-size: 1em;
}

#booking_steps_container .actions ul li a {
  border: 2px solid #D32D45;
  background-color: #D32D45;
  color: #fff;
  border-radius: 5px;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0px;
  margin: 10px 0 0 5px;
  padding: 10px 18px 9px;
}

#booking_steps_container .actions ul li a:hover {
  border: 2px solid #911124;
  background-color: #911124;
  color: #fff;
}

#booking_steps_container .actions ul li.disabled a,
#booking_steps_container .actions ul li.disabled a:hover,
#booking_steps_container .actions ul li.disabled a:active {
  border: 2px solid #eee;
}

#booking_steps_container .steps ul li.done a,
#booking_steps_container .steps ul li.done a:active {
  background-color: #B8ECE0 !important;
  border-color: #91D4C4 !important;
  color: #007885 !important;
}

#booking_steps_container .steps ul li.done a:hover,
#booking_steps_container .steps ul li.done a:hover:active {
  background-color: #91D4C4 !important;
}

#booking_steps_container .steps ul li.done a .number,
#booking_steps_container .steps ul li.done a:active .number {
  background-color: #007885 !important;
}

#booking_steps_container .booking-step-1 .event-list li {
  border: none !important;
  padding: 5px;
}

#booking_steps_container .booking-step-1 .event-list li:not(:last-child) {
  padding-bottom: 0px;
}

#booking_steps_container .booking-step-1 .event-list li .coltable {
  background-color: #f3f3f3;
  border: 1px solid #ddd !important;
  padding: 5px;
  border-radius: 5px;
}

#booking_steps_container .booking-step-1 .event-list li .coltable &gt; .col {
  vertical-align: middle;
}

#booking_steps_container .booking-step-1 .event-list li.active {
  background: none !important;
}

#booking_steps_container .booking-step-1 .event-list li.active .coltable {
  background-color: #B8ECE0 !important;
  border-color: #91D4C4 !important;
  background-image: url("images/icons/check.svg");
  background-position: right 10% center;
  background-size: auto 120%;
  background-repeat: no-repeat;
}

#booking_steps_container .booking-step-1 .event-list img {
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

#booking_steps_container .booking-step-1 .event-list p {
  color: #444;
  margin-bottom: 5px;
}

#booking_steps_container .booking-step-1 .event-list button {
  border-radius: 25px;
  font-size: 16px;
  padding: 6px 15px;
}

#booking_steps_container .booking-step-1 .event-list button:last-child {
  opacity: 0.5;
  margin-bottom: 0px;
}

#booking_steps_container .booking-step-1 .event-list li.active h3 {
  color: #007885;
  font-weight: 600;
  letter-spacing: -0.5px;
}

#event_date_container {
  padding: 30px;
}

#booking_steps_container #event_date_container .coltable {
  padding: 40px;
  text-align: center;
}

#booking_steps_container #event_date_container .coltable.date-box {
  border: 2px solid #EDEDED;
  padding: 10px;
  cursor: pointer;
  transition: all 0.2s ease-in-out 0s;
}

#booking_steps_container #event_date_container .coltable.date-box:hover {
  transform: scale(1.02, 1.02);
}

#booking_steps_container #event_date_container .coltable.date-box.active {
  border: 2px solid #004073;
}

#booking_steps_container .content #event_date_container .coltable {
  padding: 10px;
}

#booking_steps_container .content #event_date_container .coltable.date-box {
  background-color: #f3f3f3;
  border: 1px solid #ddd !important;
  padding: 15px;
  border-radius: 5px;
}

#booking_steps_container .content #event_date_container .coltable.date-box.active {
  background-color: #B8ECE0 !important;
  border-color: #91D4C4 !important;
  background-image: url("images/icons/check.svg");
  background-position: right -30px center;
  background-size: auto 120%;
  background-repeat: no-repeat;
}

#booking_steps_container .content #event_date_container .coltable.date-box .date-info {
  text-align: left;
  color: #000;
  /*

    color: rgba(0,0,0,0.66);

    padding: 15px;

    border-radius: 4px;

    background-color: rgba(28,56,58,0.10);

    border: 1px solid rgba(28,56,58,0.10);

    margin-bottom: 5px;

    font-size: 16px;

    line-height: 17px;

*/
}

#booking_steps_container .content #event_date_container .coltable.date-box .price-info {
  border-radius: 4px;
  background-color: rgba(28, 56, 58, 0.1);
  border: 1px solid rgba(28, 56, 58, 0.1);
  margin-bottom: 0px;
  color: #D32D45;
}

#booking_steps_container .content #event_date_container .coltable.date-box .price-info .avail {
  font-size: 12px;
  color: #000;
}

#booking_steps_container .content #event_date_container .coltable.date-box p:not([class]) {
  font-weight: 500;
  color: #D32D45;
  margin-bottom: 5px;
  text-align: left;
}

#booking_steps_container .content #event_date_container .coltable.date-box .date-info {
  font-size: 12px;
}

#booking_steps_container .content #event_date_container .coltable.date-box p.warning {
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  line-height: 15px;
  margin: 0;
}

#booking_steps_container .content #event_date_container .coltable.date-box.active p.date-info {
  background-color: rgba(255, 255, 255, 0.15);
}

#booking_steps_container .content #event_date_container .coltable.date-box.active p:not([class]) {
  color: #007885;
}

#booking_steps_container .content #event_date_container .coltable.date-box.avail-false {
  cursor: not-allowed;
  pointer-events: none;
}

#booking_steps_container .content #event_date_container .coltable.date-box {
  margin-bottom: 10px;
}

#booking_steps_container #event_type_container {
  padding: 15px;
}

#booking_steps_container #event_type_container .coltable.type-box {
  border: 2px solid #EDEDED;
  padding: 10px;
  cursor: pointer;
  transition: all 0.2s ease-in-out 0s;
}

#booking_steps_container #event_type_container .coltable.type-box:hover {
  transform: scale(1.01, 1.02);
}

#booking_steps_container #event_type_container .coltable.type-box.active {
  border: 2px solid #004073;
}

#booking_steps_container .content #event_type_container .coltable {
  padding: 10px;
}

#booking_steps_container .content #event_type_container .coltable.type-box {
  background-color: #f3f3f3;
  border: 1px solid #ddd !important;
  padding: 15px;
  border-radius: 5px;
}

#booking_steps_container .content #event_type_container .coltable.type-box.active {
  background-color: #B8ECE0 !important;
  border-color: #91D4C4 !important;
  background-image: url("images/icons/check.svg");
  background-position: right -30px center;
  background-size: auto 120%;
  background-repeat: no-repeat;
}

#booking_steps_container .content #event_type_container .coltable.type-box .type-info {
  text-align: left;
  color: #000;
  /*

    color: rgba(0,0,0,0.66);

    padding: 15px;

    border-radius: 4px;

    background-color: rgba(28,56,58,0.10);

    border: 1px solid rgba(28,56,58,0.10);

    margin-bottom: 5px;

    font-size: 16px;

    line-height: 17px;

*/
}

#booking_steps_container .content #event_type_container .coltable.type-box .price-info {
  border-radius: 4px;
  background-color: rgba(28, 56, 58, 0.1);
  border: 1px solid rgba(28, 56, 58, 0.1);
  margin-bottom: 0px;
  color: #D32D45;
  text-align: center;
}

#booking_steps_container .content #event_type_container .coltable.type-box .price-info .avail {
  font-size: 12px;
  color: #000;
}

#booking_steps_container .content #event_type_container .coltable.type-box p:not([class]) {
  font-weight: 500;
  color: #D32D45;
  margin-bottom: 5px;
  text-align: left;
}

#booking_steps_container .content #event_type_container .coltable.type-box .type-info {
  font-size: 12px;
}

#booking_steps_container .content #event_type_container .coltable.type-box p.warning {
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  line-height: 15px;
  margin: 0;
}

#booking_steps_container .content #event_type_container .coltable.type-box.active p.type-info {
  background-color: rgba(255, 255, 255, 0.15);
}

#booking_steps_container .content #event_type_container .coltable.type-box.active p:not([class]) {
  color: #007885;
}

#booking_steps_container .content #event_type_container .coltable.type-box.avail-false {
  cursor: not-allowed;
  pointer-events: none;
}

#booking_steps_container .content #event_type_container .coltable.type-box {
  margin-bottom: 10px;
}

#booking_steps_container #confirm_info_container {
  padding: 22px;
  background-image: url("images/icons/check.svg");
  background-position: right -20px center;
  background-size: auto 120%;
  background-repeat: no-repeat;
  background-blend-mode: soft-light;
}

#booking_steps_container #confirm_info_container h5 {
  font-size: 22px;
  font-weight: 500;
  line-height: 23px;
  margin-bottom: 5px;
}

#booking_steps_container #confirm_info_container p {
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
  margin-bottom: 5px;
}

#booking_steps_container #confirm_info_container p:nth-child(2) {
  font-size: 18px;
  line-height: 20px;
  margin-top: 15px;
}

#booking_steps_container .form-block {
  background-color: #f3f3f3;
  border: 1px solid #ddd !important;
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 10px;
}

.wizard &gt; .content &gt; .body .form-block label {
  vertical-align: middle;
  margin-bottom: 0px;
}

.wizard &gt; .content &gt; .body .form-block input {
  background-color: #fff;
  border: 1px solid #ddd;
}

.wizard &gt; .content &gt; .body .form-block input[type="radio"] {
  vertical-align: middle;
  margin-left: 7px;
  position: relative;
  top: -1px;
}

.wizard &gt; .content &gt; .body .form-block #company_fields {
  display: inline-block;
  float: left;
  width: 100%;
}

#booking_steps_container #company_fields h5, #booking_steps_container #payment_fields h5, #booking_steps_container #attendee-fields h5 {
  margin: 25px 0px 13px;
  width: 100%;
  padding: 0 0 10px;
  line-height: 25px;
  font-weight: 400 !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#booking_steps_container #attendee-fields h5 {
  margin-top: 20px;
}

#booking_steps_container #attendee-fields #btn-add-attendee {
  border-radius: 5px;
  font-size: 14px;
}

#booking_steps_container #attendee-fields #btn-add-attendee:disabled {
  background-color: #EEE;
}

.row-attendee button.btn-remove-attendee {
  display: block;
  width: 100%;
  background-color: #fff;
  color: #d42e45;
  font-size: 18px;
}

.row-attendee button.btn-remove-attendee:hover {
  color: #0779b1;
}

.form-block .field .wrap-radio-inline label {
  display: inline;
}

.booking-step-4 .column {
  padding: 10px;
}

#booking_steps_container .booking-step-3 {
  background-color: #efefef;
}

#booking_steps_container .date-picker-wrapper {
  border: none;
  height: 100%;
}

#booking_steps_container .date-picker-wrapper.inline-wrapper {
  width: 100%;
  box-sizing: border-box;
}

#booking_steps_container .date-picker-wrapper .footer {
  display: none;
}

#booking_steps_container .date-picker-wrapper .month-wrapper {
  width: 100% !important;
  height: 100%;
}

#booking_steps_container .date-picker-wrapper .month-wrapper table .day {
  padding: 25px 0 !important;
}

#booking_steps_container .date-picker-wrapper .month-wrapper table {
  width: 98%;
}

#booking_steps_container .date-picker-wrapper .gap {
  width: 10%;
}

#booking_steps_container #payment_fields {
  float: left;
}

.image-map-wrapper img {
  width: 100%;
}

.image-map-wrapper {
  padding: 8px;
  background-color: #FFF;
}

#booking_steps_container .field-time {
  width: 50%;
  padding: 20px;
}

#booking_steps_container .field-time select {
  background-color: #FFFFFF;
}

.date-picker-wrapper .month-wrapper table .day {
  font-size: 18px !important;
}

.date-picker-wrapper .month-wrapper table .day.sold-out {
  color: #c00000;
}

.date-picker-wrapper .month-wrapper table .day.sold-out:after {
  display: block;
  color: #c00000;
  content: "Full";
  font-size: 14px !important;
}

.date-picker-wrapper .month-wrapper table .day.toMonth.valid.limited {
  color: #e67e22;
}

.date-picker-wrapper .month-wrapper table .day.limited.hovering {
  background-color: #70ccd5;
}

.date-picker-wrapper .month-wrapper table .day.limited:after {
  display: block;
  color: #e67e22;
  content: "Limited";
  font-size: 14px !important;
}

.date-picker-wrapper .month-wrapper table .day.limited.has-tooltip {
  cursor: pointer !important;
}

.date-picker-wrapper table .caption &gt; th:first-of-type,
.date-picker-wrapper table .caption &gt; th:last-of-type {
  width: unset !important;
}

.date-picker-wrapper .month-wrapper table .caption {
  font-size: 18px;
}

.btn-basket a {
  color: var(--colour-white) !important;
}

.search-box .form-block .field button {
  padding: 13px 10px !important;
}

.product-description h3 {
  margin: 0 0 15px;
}

.product-description ul {
  margin-left: 18px;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

/* File Explorer start */
.file-explorer {
  background-color: #FFF;
  border-radius: 8px;
  margin: 60px;
}

.file-explorer a {
  text-decoration: none;
}

.file-explorer a:hover {
  text-decoration: none;
}

.file-explorer .file-explorer-item a {
  display: block;
  padding: 40px 10px;
}

.file-explorer .file-explorer-header {
  background-color: #AAA;
  padding: 10px;
}

.file-explorer .file-explorer-header h4 {
  margin: 0px;
  margin-top: 3px;
  color: #d42e45;
  font-size: 24px;
}

.file-explorer .file-explorer-header .button {
  background: #888;
  border: 2px solid #888;
  color: #fff;
}

.file-explorer .file-explorer-header .button {
  background: #888;
  border: 2px solid #888;
  color: #fff;
}

.file-explorer .file-explorer-body {
  padding: 30px;
  /*	height: 520px;*/
  min-height: 520px;
  overflow-y: scroll;
  border-right: 2px solid #004073;
  border-left: 2px solid #004073;
  background-color: #E0E0E0;
}

.file-explorer .file-explorer-item {
  text-align: center;
}

.file-explorer .file-explorer-item i {
  color: #607D8B;
  width: 100%;
  font-size: 80px;
  transition: all 0.2s ease-in-out 0s;
}

.file-explorer .file-explorer-item p {
  color: #000;
  margin-top: 4px;
}

.file-explorer .file-explorer-folder:hover i.fa-folder:before {
  content: "\f07c";
}

.file-explorer .file-explorer-file:hover i.fa-file:before {
  content: "\f019";
}

.file-explorer .file-explorer-footer {
  background-color: #AAA;
  padding: 5px;
}

.file-explorer .file-explorer-footer p {
  margin: 0px;
}

.file-explorer .file-explorer-header {
  background-color: #004073;
  padding: 10px 15px;
}

.file-explorer .file-explorer-header .button {
  background-color: #004073;
  color: #d42e45;
  border-color: #d42e45;
}

.file-explorer .file-explorer-header .button:hover {
  background-color: #d42e45;
  color: #004073;
}

.file-explorer .file-explorer-item {
  background: linear-gradient(to top, #EEE 50%, transparent 50%);
  background-size: 100% 200%;
  background-position: top;
  border: 1px solid #EEE;
  transition: all 0.2s ease-in-out 0s;
  min-height: 200px;
}

.file-explorer .file-explorer-item:hover {
  background-position: bottom;
}

.file-explorer .file-explorer-item:hover i {
  color: #d42e45;
}

.file-explorer-header .coltable .col {
  vertical-align: middle;
}

.file-explorer .file-explorer-footer {
  background-color: #004073;
}

.file-explorer .file-explorer-item i {
  color: #004073;
  font-size: 70px;
  transition: all 0.2s ease-in-out 0s;
}

.file-explorer .file-explorer-item p {
  font-size: 18px;
  margin-top: 15px;
  margin-bottom: 0px;
  font-weight: 400;
  color: #004073;
}

.file-explorer .file-explorer-item:hover .file-explorer-item p {
  color: #d42e45;
}

.file-explorer .file-explorer-footer p {
  color: #FFF;
  padding: 5px 10px;
  font-size: 18px;
}

/* breadcrumb*/
/* Style the list */
ul.file-explorer-breadcrumb {
  list-style: none;
  color: #FFF;
  padding: 5px 10px;
  font-size: 18px;
}

/* Display list items side by side */
ul.file-explorer-breadcrumb li {
  display: inline;
  font-size: 18px;
}

/* Add a slash symbol (/) before/behind each list item */
ul.file-explorer-breadcrumb li + li:before {
  padding: 8px;
  color: #FFF;
  content: "/\00a0";
}

/* Add a color to all links inside the list */
ul.file-explorer-breadcrumb li a {
  color: #FFF;
  text-decoration: none;
  font-weight: 400;
}

/* Add a color on mouse-over */
ul.file-explorer-breadcrumb li a:hover {
  color: #d42e45;
  text-decoration: underline;
}

/* breadcrumb end */
/* File Explorer end */
/* Tooltip container */
.tooltip {
  position: relative;
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  background-color: #004073;
  color: #fff;
  text-align: center;
  padding: 3px 0;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  /* Position the tooltip text - see examples below! */
  width: 180px;
  top: 90%;
  left: 50%;
  margin-left: -90px;
  /* Use half of the width (160/2 = 80), to center the tooltip */
  /* Fade in tooltip - takes 1 second to go from 0% to 100% opac: */
  opacity: 0;
  transition: opacity 1s;
}

.tooltip .tooltiptext::after {
  content: " ";
  position: absolute;
  bottom: 100%;
  /* At the top of the tooltip */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #004073 transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.body-nopad {
  padding: 0px;
}

.frame.frame-member h3 {
  color: #004073;
}

.frame.frame-member .bt-list &gt; li &gt; .button {
  border: 2px solid #d42e45;
  color: #d42e45;
}

.frame.frame-member .bt-list &gt; li &gt; .button:hover {
  border: 2px solid #d42e45;
  color: #fff;
  background: #d42e45;
}

.basket-link {
  padding: 10px !important;
}

.header-bar {
  background-color: #E5E5E5;
  padding: 4px 0;
}

.header-bar .flex-box {
  justify-content: space-between;
  align-items: right;
}

.header-bar .social-links .social-link span {
  font-size: 17px;
  transform: translateY(-54%);
  top: 46%;
}

.header-bar .social-links .social-link {
  height: 25px;
  width: 25px;
}
.header .coltable .col {
	display: flex;
	align-items: center;
}
.header .coltable .col:nth-child(2) {
	width: 66%;
	justify-content: space-between;
}

.flex-box {
  display: flex;
}

.social-links {
  width: auto;
  float: right;
}

.social-links .col {
  text-align: center;
  vertical-align: middle;
}

.social-links .social-link {
  display: block;
  height: 35px;
  width: 35px;
  margin: 0 4px;
  border: 2px solid #d42e45;
}

.social-links .social-link span {
  position: relative;
  transform: translateY(-50%);
  top: 50%;
  transition: all 0.2s ease-in-out 0s;
  color: #d42e45;
  font-size: 20px;
}

.social-links .social-link:hover {
  border-color: #FFFFFF;
}

.social-links .social-link:hover span {
  color: #FFFFFF;
}

.btn-sml {
  background-color: #d42e45;
  padding: 4px 8px !important;
  font-size: 14px;
  color: #fff;
  border: none;
}

.btn-sml:hover {
  border: none;
  background-color: #FFFFFF;
}

.pb-block-content ul {
  margin-left: 20px;
}

.loader {
  border: 12px solid #f3f3f3;
  /* Light grey */
  border-top: 12px solid #004073;
  /* Blue */
  border-radius: 50%;
  width: 90px;
  height: 90px;
  animation: spin .5s linear infinite;
  margin-left: auto;
  margin-right: auto;
}

/* Product desc table*/
.product-description table {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

.product-description table td, .product-description table th {
  border: 1px solid #ddd;
  padding: 8px;
}

.product-description table tr:first-child td:last-child {
  text-align: center;
}

.product-description table tr:nth-child(even) {
  background-color: #f2f2f2;
}

.product-description table tr:hover {
  background-color: #ddd;
}

.product-description table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #4CAF50;
  color: white;
}

/* Product desc table end */
.notification-banner {
  padding: 15px;
  text-align: center;
}
.notification-banner {
	border-bottom: 1px solid #FFF;
}
.notification-banner p, .notification-banner h1, .notification-banner h2, .notification-banner h3, .notification-banner h4 {
  margin: 0px;
}

.sidebox .sidebox-top {
  color: #999;
}

.sidebox .links li &gt; a {
  color: #999;
  font-weight: 600;
}

.sidebox .links li &gt; a:hover,
.sidebox .links li &gt; a.active {
  border-color: #004073;
  padding: 6px 0px 5px;
  box-shadow: unset;
  color: #004073;
}

.search-box .form-block .field input {
  font-weight: 600;
}

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

.field.w20 {
  width: 20%;
}

.wizard &gt; .content &gt; .body select.select-attendee-discount {
  background-color: #FFF;
  border: 1px solid #ddd;
}

/* New Booking page */
.container-dates {
  display: none;
  width: 539px;
  margin-right: 30px;
  vertical-align: top;
  font-size: 13px;
  position: relative;
  white-space: nowrap;
}

.container-dates.active {
  display: inline-block;
}

#container-months {
  clear: both;
  content: " ";
}

#container-months.in-transition {
  overflow: hidden;
}

#container-months.in-transition .container-dates {
  display: inline-block;
}

#container-months:not(.in-transition) &gt; div {
  left: 0 !important;
}

#container-months &gt; div {
  position: relative;
  white-space: nowrap;
  left: 0;
  font-size: 0;
}

#container-months:before {
  display: table;
  content: " ";
}

.loader {
  border: 10px solid #f3f3f3;
  /* Light grey */
  border-top: 10px solid #004073;
  /* Blue */
  border-radius: 50%;
  width: 80px;
  height: 80px;
  animation: spin .5s linear infinite;
  margin-left: auto;
  margin-right: auto;
}

.fake-hide {
  position: absolute;
  left: -9999px;
  width: 1px;
}

.zulu-course_book .body li {
  margin-left: 20px;
}

/** CSS Override Header **/
.header {
	padding: 30px 0px;
}
.banner-line {
  margin-bottom: -30px;
}

.header-top {
  background-color: var(--colour-primary);
}

.header-top .frame {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-top .top-menu {
  display: flex;
  align-items: center;
}

.header-top .top-menu li {
  list-style: none;
  padding: 0px;
}

.header-top .top-menu li a {
  padding: 15px 25px !important;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  justify-content: center;
  transition: all 0.3s ease-in-out 0s;
  color: #FFF;
  font-weight: 400;
}

.header-top .top-menu li a:hover {
  transition: all 0.1s ease-in-out 0s;
  background-color: var(--colour-white);
}

.header-top .top-menu li a i {
  margin-right: 6px;
}

.header-top .top-menu .btn-basket .basket-link {
  min-width: 150px;
}

.header-top .top-menu .btn-basket .basket-link:hover {
  background-color: #004073 !important;
  color: #FFF !important;
}

.header-top .phone {
  text-decoration: none;
  color: #FFF;
  display: flex;
  align-items: center;
  font-size: 21px;
  font-weight: 500;
  line-height: 21px;
  transition: all 0.3s ease-in-out 0s;
}

.header-top .phone:hover {
  color: var(--colour-white);
  transition: all 0.1s ease-in-out 0s;
}

.header-top .phone span {
  font-size: 18px;
  background-color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--colour-secondary);
  margin-right: 15px;
	padding: 18px;
}
.header-top .frame .menu {
	width: unset;
	margin-left: auto;
}
.header-top .frame .menu .menulink {
	color: var(--colour-white);
	padding:
}

.header-top .phone span::before {
  transform: rotate(90deg);
}

.header-bottom {
  padding: 15px 0px;
	border-top: 2px solid var(--colour-grey-dark);
}

ul.menu {
  margin: unset;
  width: 100%;
  display: flex;
  align-items: center;
}

.btn-bookings {
  /*	margin-left: auto!important;*/
}

ul.menu .menulink {
  padding: 0px;
  color: var(--colour-secondary);
  font-weight: 500;
}

ul.menu li .menulink {
  padding: 8px 0px;
}
ul.menu li:not(:last-of-type) .menulink {
	margin-right: 20px;
}

ul.menu ul {
  top: 35px;
}
ul.menu ul li{
	width: 360px;
	background: var(--colour-secondary);
}

ul.menu li.cat-list ul li{
	width: 260px;
}
ul.menu ul li a{
	padding: 8px 12px;
}
/* ul.menu ul li:hover{
	background: var(--colour-primary);
} */
ul.menu ul li a:hover {
    background-color: var(--colour-primary);
}

ul.menu .menulink.btn, .header .btn-bookings {
  border-radius: 8px;
  padding: 15px 30px;
  color: #FFF;
  background-color: var(--colour-alternate);
  border: 2px solid var(--colour-alternate);
}

ul.menu .menulink.btn:hover, .header .btn-bookings:hover {
  background-color: #FFF !important;
  border-radius: 8px;
  color: var(--colour-alternate);
  border: 2px solid var(--colour-alternate);
}

.header form {
  position: relative;
  display: inline-block;
  margin-right: 10px;
}

.header form i {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  font-weight: 600;
  color: var(--colour-grey-dark);
}

.header form input {
  padding: 18px;
  min-width: 500px;
  border: 0px;
  border-radius: 5px;
  background-color: #FFF;
  font-weight: 400;
	background-color: var(--colour-grey-faint);
}

.header form input:focus {
  appearance: none;
  outline: unset;
  /* box-shadow: 0 0 0 3px inset #dd4656; */
  box-shadow: 0 0 0 3px inset var(--colour-primary)
}

.header .frame .coltable {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

ul.menu.mobile-menu {
  display: none;
}

ul.menu .menulink {
  cursor: pointer;
}

.navigation ul.menu li.open ul {
  display: block;
  opacity: 1;
}

body.post-index-faq .body {
  padding: 0 0;
}

ul.menu li a.mobile-dropdown-toggle {
  display: none;
  float: right;
  position: relative;
  padding: 13px 15px;
}

/* Booking Form CSS */
body.zulu-course_book {
  font-family: "poppins", "sans-serif";
}

body.zulu-course_book .col-booking-info {
  background-color: #004073;
  padding: 40px;
  border-radius: 5px;
}

body.zulu-course_book .col-booking-info h1 {
  margin: 0px 0px 20px;
  line-height: 1em;
}

body.zulu-course_book .col-booking-info * {
  color: #FFF;
}

body.zulu-course_book .col-booking-info p,
body.zulu-course_book .col-booking-info li {
  line-height: 24px;
  font-weight: 300;
}

body.zulu-course_book .col-booking-info h3 {
  margin-top: 40px;
}

body.zulu-course_book .col-booking-info h3 span {
  margin-right: 10px;
}

body.zulu-course_book .col-booking-info p:last-child {
  margin: 0px;
}

body.zulu-course_book .container .row.company-row {
  background-color: #F2F2F2;
  padding: 30px 25px 20px;
  margin-top: -10px;
  border-radius: 5px;
  transition: all 0.2s ease-in-out 0s;
}

/* body.zulu-course_book .container .row.company-row:hover {
  padding-top: 40px;
  background-color: #D32D45;
} */

/* body.zulu-course_book .container .row.company-row:hover h5,
body.zulu-course_book .container .row.company-row:hover h5 a {
  color: #FFF;
} */

body.zulu-course_book .container .row.company-row h5 {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  color: #808080;
}

body.zulu-course_book .container .row.company-row h5 a {
  color: #808080;
}

body.zulu-course_book .payment-options {
  display: flex;
  margin: 20px 0 20px;
}

body.zulu-course_book .payment-options .payment {
  flex: 33.3% 1 1;
  transition: all 0.2s ease-in-out 0s;
  border-radius: 5px;
  padding: 30px;
  background-color: #003254;
}

body.zulu-course_book .payment-options .payment *:first-child {
  margin-top: 0px;
}

body.zulu-course_book .payment-options .payment *:last-child {
  margin-bottom: 0px;
}

/* body.zulu-course_book .payment-options .payment:hover {
  background-color: #D32D45;
} */

body.zulu-course_book .payment-options .payment:not(:last-child) {
  margin-right: 20px;
}
body.zulu-course_book .payment-options .payment .module-logo a{
	display: block;
	width: 60%;
	margin: auto;
	margin-top: 30px;
}
body.zulu-course_book .payment-options .payment .module-note{
	margin-top: 20px;
}
body.zulu-course_book .payment-options .payment .module-note p{
	font-size: var(--size-small);
	text-align: center;
	line-height: var(--size-small);
}
body.zulu-course_book .container #form-book {
  margin-top: 40px;
}

body.zulu-course_book .container #form-book .row {
  /* margin-left: -30px;
  margin-right: -30px; */
}

body.zulu-course_book .container #form-book .form-group {
  position: relative;
}

body.zulu-course_book .container #form-book label,
body.zulu-course_book .container #form-book #booking-body .table th {
  font-weight: 400;
  color: #808080;
  font-size: 14px;
}

body.zulu-course_book .container #form-book .form-group:not(.exc) label:not(.error) {
  position: absolute;
  top: 14px;
  left: 17px;
}

label.error,
body.zulu-course_book .container #form-book label.error{
	color: #D32D45;
}

body.zulu-course_book .container #form-book input,
body.zulu-course_book .container #form-book select {
  padding: 50px 15px 20px;
  box-shadow: unset;
}

body.zulu-course_book .container #form-book select {
  height: 72px;
  text-indent: 5px;
}

body.zulu-course_book .container #form-book input:hover,
body.zulu-course_book .container #form-book select:hover,
body.zulu-course_book .container #form-book input:focus,
body.zulu-course_book .container #form-book select:focus  {
  border-color: var(--colour-primary);
  box-shadow: inset 0 0 0 3px var(--colour-primary);
}

body.zulu-course_book .container #form-book input[type="radio"]:hover {
  box-shadow: unset;
}

body.zulu-course_book .container #form-book #booking-body .btn:not(.dropdown-toggle) {
  padding: 20px 30px;
  background: #004073;
  border: 0px;
  transition: all 0.2s ease-in-out 0s;
}

body.zulu-course_book .container #form-book #booking-body .btn.dropdown-toggle {
  padding: 10px 20px;
  background: #F2F2F2;
  border: 0px;
  box-shadow: unset;
  transition: all 0.2s ease-in-out 0s;
}

body.zulu-course_book .container #form-book #booking-body .btn:not(.dropdown-toggle):hover {
  background-color: #D32D45;
}

body.zulu-course_book .container #form-book #booking-body .btn.dropdown-toggle:hover {
  background-color: #DDD;
  text-shadow: unset;
}

body.zulu-course_book .container #form-book #booking-body hr {
  display: none;
}

body.zulu-course_book .container #form-book #booking-body .table th {
  border-bottom: 0px;
}

body.zulu-course_book .container #form-book #booking-body .table:not(.table-dates) th:first-of-type,
body.zulu-course_book .container #form-book #booking-body #container-attendees td:first-of-type {
  padding-left: 0px;
}

body.zulu-course_book .container #form-book #booking-body .table.table-dates .dropdown {
  width: 100% !important;
}

body.zulu-course_book .container #form-book #booking-body .table th:last-of-type,
body.zulu-course_book .container #form-book #booking-body #container-attendees td:last-of-type,
body.zulu-course_book .container #form-book #booking-body .table.table-dates td:last-of-type {
  /* padding-right: 0px; */
  text-align: right;
}

body.zulu-course_book .container #form-book #booking-body #container-attendees td {
  border-top: 0px;
}

body.zulu-course_book .container #form-book #booking-body #container-attendees input {
  padding: 30px 15px;
}

body.zulu-course_book .container #form-book #booking-body #container-attendees select {
  height: 62px;
}

body.zulu-course_book .container #form-book #booking-body .hidden-xs .row .col-md-12.text-right {
  margin-bottom: 40px;
}

body.zulu-course_book .container #form-book #booking-body .table .wo-gst,
body.zulu-course_book .container #form-book #booking-body .table .w-gst,
body.zulu-course_book .container #form-book #booking-body .table .gst {
  padding-right: 0px;
  text-align: right;
  max-width: 30px;
}

body.zulu-course_book .container #form-book #booking-body .panel-default {
  margin-left: -15px;
  margin-right: -15px;
}

body.zulu-course_book .container #form-book #booking-body .panel-heading {
  background: #F2F2F2;
}

body.zulu-course_book .container #form-book #booking-body .panel-default .row {
  display: flex;
  align-items: center;
  padding: 0px 10px 0px 30px;
}

body.zulu-course_book .container #form-book #booking-body .panel-default .row .col-sm-4:nth-child(2) {
  order: -1;
  margin-right: auto;
}

body.zulu-course_book .container #form-book #booking-body .panel-default .row .col-sm-4 {
  width: unset;
}

body.zulu-course_book .container #form-book #booking-body .panel-default .row .col-sm-4:first-child {
  padding-right: 0px;
}

body.zulu-course_book .container #form-book #booking-body .panel-default .row .col-sm-4:last-child {
  padding-left: 10px;
}

body.zulu-course_book .container #form-book #booking-body .container-dates {
  width: 555px;
}

/* Updates for Otago 16/09/2021 */
.no-pad.top {
  padding-top: 0 !important;
}

.no-pad.bottom {
  padding-bottom: 0 !important;
}

.post-type-course .body {
  padding-bottom: 0 !important;
}

.side-box {
  margin-left: 40px;
  padding: 20px;
  background-color: #004073;
  border: none;
  border-radius: 20px;
  color: #FFF;
}

.side-box.pb-block-type-text:last-child p:last-child {
  margin-bottom: 0;
}

.side-box h4 {
  color: #FFF;
}

.side-box a {
  color: #FFF !important;
  opacity: 0.8;
}

.side-box a:hover {
  opacity: 1;
}

.side-box .button {
  border-color: #FFF;
  color: #FFF;
}

.side-box .button:hover {
  background-color: #FFF;
  border-color: #FFF;
  color: #1a1a1a;
}

.side-box.course-fees {
  background-color: #D32D45;
}

.post-type-courses .course-list hr {
  border-style: solid;
}

.post-type-courses .course-list ul {
  display: flex;
  flex-direction: column;
}

.post-type-courses .course-list ul li {
  display: inline-flex;
  list-style: none;
}

.post-type-courses .course-list ul li a {
  padding: 4px 0;
  background-color: #FFF;
  border-radius: 4px;
  color: #004073;
  transition: all 0.2s ease-in-out 0s;
}

.post-type-courses .course-list ul li a:hover {
  padding: 4px 12px;
  background-color: #D32D45;
  color: #FFF;
  text-decoration: none;
}

.post-type-courses .courses .post-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.post-type-courses .courses .post-wrap .col {
  padding: 6px;
}

.post-type-courses .courses .post-wrap .col .post-course-item a {
  display: inline-flex;
  flex-direction: column;
  min-height: 170px;
  width: 100%;
  background-color: #F1F1F1;
  border: 2px solid #D32D45;
  border-radius: 25px;
  padding: 20px;
  transition: all 0.2s ease-in-out 0s;
}

.post-type-courses .courses .post-wrap .col .post-course-item a * {
  transition: all 0.2s ease-in-out 0s;
}

.post-type-courses .courses .post-wrap .col .post-course-item a .post-course-body p {
  color: #1A1A1A;
  margin-bottom: 0;
}

.post-type-courses .courses .post-wrap .col .post-course-item a:hover {
  background-color: #D32D45;
  color: #FFF;
  text-decoration: none;
}

.post-type-courses .courses .post-wrap .col .post-course-item a:hover h4 {
  color: #FFF;
}

.post-type-courses .courses .post-wrap .col .post-course-item a:hover .post-course-body p {
  color: #FFF;
}

.intro-section .pb-block-type-text .pb-block-content{
    min-height: 250px;
}

.btn-variant-1{
	border-radius: 8px;
	padding: 15px 30px;
	color: #FFF;
	background-color: var(--colour-primary);
	border: 2px solid var(--colour-primary);;
}
.btn-variant-1:hover{
	background-color: #FFF!important;
    border-radius: 8px;
    color: var(--colour-primary);
    border: 2px solid var(--colour-primary);;
}
.button.btn-variant-2,
.banner .button.btn-variant-2 {
	padding: 20px 30px;
	color: var(--colour-secondary);
	background-color: var(--colour-white);
	border: 3px solid transparent;
}
.btn-variant-2:hover,
.banner .button.btn-variant-2:hover {
	background-color: var(--colour-transparent)!important;
    color: var(--colour-white);
    border: 3px solid var(--colour-white)!important;
}
.banner .slide-cell p:not(:last-child) {
	margin-bottom: 40px;
}
.intro-boxes-section .pb-column {
	position: relative;
	overflow: hidden;
	border-radius: 0px;
	height: 400px;
	z-index: 1;
	padding: 60px;
	display: flex;
	align-items: flex-end;
}
.intro-boxes-section .pb-column::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: var(--colour-secondary);
	opacity: 0.75;
	z-index: -1;
	transition: all 0.2s ease-in-out 0s;
}
.intro-boxes-section .pb-column:hover::before {
	background-color: var(--colour-primary);
}
.intro-boxes-section .pb-column:first-child {
	border-radius: 20px 0px 0px 20px;
}
.intro-boxes-section .pb-column:last-child {
	border-radius: 0px 20px 20px 0px;
}
.intro-boxes-section .pb-column:not(:last-child) {
	margin-right: 10px;
}
.intro-boxes-section .button {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	z-index: 10;
}
.intro-boxes-section .row {
	display: flex;
}
.intro-boxes-section img,
.info-section-1 .bg-image img,
.info-section-2 .bg-image img {
	object-fit: cover;
    font-family: "object-fit: cover";
    left: 50%;
    vertical-align: middle;
    max-height: 105%;
    max-width: none;
    min-height: 102%;
    min-width: 102%;
    position: absolute;
    top: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    pointer-events: none;
    transition: all 0.3s ease;
    width: 105%;
    opacity: 1;
    transform-origin: left;
    z-index: -10;
}
.intro-boxes-section .pb-block-type-text {
	transition: all 0.2s ease-in-out 0s;
	transform: translateY(calc(100% - 25px));
}
.intro-boxes-section .pb-column:hover .pb-block-type-text {
	transform: translateY(0px);
}
.intro-boxes-section .pb-block-type-text * {
	color: var(--colour-white);
}
.intro-boxes-section .pb-block-type-text *:last-child {
	margin-bottom: 0px;
}
.intro-boxes-section .pb-block-type-text h2 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 50px;
	transition: all 0.2s ease-in-out 0s;
}
.intro-boxes-section .pb-column:hover .pb-block-type-text h2 {
	margin-bottom: 25px;
}
.intro-boxes-section .pb-block-type-text h2 span {
	font-size: 0.75em;
}
h2, .h2 {
	font-weight: 600;
	line-height: 1.25em;
	font-size: 32px;
}
p {
	font-family: "proxima-nova", "sans-serif";
}
.info-section-1 .pb-column,
.info-section-2 .pb-column {
	position: relative;
	z-index: 1;
	overflow: hidden;
	padding: 60px;
	min-height: 500px;
}
.info-section-1 .pb-column:not(:last-child),
.info-section-2 .pb-column:not(:last-child) {
	margin-right: 10px;
}
.info-section-1 .pb-column:first-child::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: var(--colour-primary);
	opacity: 0.75;
	z-index: -1;
}
.info-section-2 .pb-column {
	background-color: var(--colour-secondary);
}
.info-section-1 .pb-column:first-child {
	border-top-left-radius: 60px;
}
.info-section-2 .pb-column:last-child {
	border-bottom-right-radius: 60px;
	position: relative;
}
.info-section-2 .pb-column:last-child::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url("images/icon-plaster-plus.svg");
	background-size: 400px;
	background-position: calc(100% + 140px) 100%;
	background-repeat: no-repeat;
	pointer-events: none;
	opacity: 0.15;
}
.info-section-1 .pb-column:first-child .pb-block {
	max-width: 600px;
}
.info-section-1 .pb-column .pb-block-type-text *,
.info-section-2 .pb-column .pb-block-type-text * {
	color: var(--colour-white);
}
.info-section-1 .pb-column .pb-block:not(:last-child),
.info-section-2 .pb-column .pb-block:not(:last-child) {
	margin-bottom: 50px;
}
.info-section-1 .row:hover .pb-column:last-child img,
.info-section-2 .row:hover .pb-column:first-child img {
	max-height: 120%;
	min-height: 110%;
	min-width: 110%;
}
.info-section-1 .row,
.info-section-2 .row {
	display: flex;
}
.info-section-1 .h2,
.info-section-2 .h2 {
	margin-bottom: 40px;
}
.info-section-1 + .info-section-2 {
	margin-top: 10px;
}
.pb-block-type-text ul li {
	list-style: none;
	font-family: "proxima-nova", "sans-serif";
}
.pb-block-type-text ul li:not(:last-child) {
	margin-bottom: 5px;
}
.pb-block-type-text ul li span {
	margin-right: 10px;
}
.pb-block-type-text ul {
	margin-left: 0px;
}
.row-container &gt; .pb-section.pad-bot-80 {
	padding-bottom: 80px;
}
.footer .logo {
	min-width: unset;
	max-width: unset;
	width: unset;
	height: 100px;
}
.footer .meditrain-logo {
	height: 60px;
	margin-top: 120px;
}
.footer .col-logo {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	z-index: 1;
}
.footer .col-logo::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url("images/icon-plaster-plus.svg");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0.075;
	pointer-events: none;
	z-index: -1;
}
.meditrain-col img {
	height: 60px;
}
.header-bottom .ecom-menu {
	margin-left: auto;
}
.header-bottom .ecom-menu li {
	list-style: none;
}
.header-bottom .ecom-menu li &gt; a {
	color: var(--colour-secondary)!important;
	font-weight: 500;
}
.header-bottom .ecom-menu li &gt; a:hover {
	color: var(--colour-primary)!important;
}

h4.opt{
    margin: 0px;
}
.post-wrap.post-type-news .post-item .post-body &gt; h3{
	font-size: 24px;
}
.product-image-container .main-link{
    padding: 0px;
}
.product-image-container{
    padding: 0px;
}
.post-wrap .post-item:hover {
    border-color: var(--colour-primary);
}
.payment-summary{
	background-color: var(--colour-primary);
}
.payment-summary .button{
	background-color: var(--colour-secondary);
}
.payment-summary .button:hover{
	background-color: white;
	color: var(--colour-primary);
}
.module-select.highlight {
    border-color: var(--colour-primary);
}
button.grey:hover{
	color: white!important;

}
input[type="submit"]:hover, input[type="submit"].bt-grey:hover, button.bt-grey:hover, button:hover{
	background-color: var(--colour-alternate);
}
p.breadcrumb .current{
	color: var(--colour-primary);
}
button.bt-green:hover, .button.bt-green:hover, button.bt-white:hover, .button.bt-white:hover, button.bt-grey:hover, .button.bt-grey:hover, .button:hover{
	background-color: var(--colour-alternate);
}

.pb-block-type-image_info {
    min-height: 220px;
    width: 100%;
    background-color: #F1F1F1;
    border: 2px solid var(--colour-primary);
    border-radius: 25px;
    padding: 15px;
    transition: all 0.2s ease-in-out 0s;
	margin-bottom: 20px;
}
.pb-block-type-image_info p,
.pb-block-type-image_info strong
{
	color: #000;
}
.pb-block-type-image_info img{
	width: 100%;
}

.pb-block-type-image_info:hover{
    border-color: var(--colour-primary);
	background-color: var(--colour-primary);
    text-decoration: none;
	color: #FFF;
}
.pb-block-type-image_info:hover p,
.pb-block-type-image_info:hover h4,
.pb-block-type-image_info:hover strong
{
	color: #FFF;
}

.menu-list ul {
  display: flex;
  flex-direction: column;
}
.menu-list ul li {
  display: inline-flex;
  list-style: none;
}

.menu-list ul li a {
  padding: 4px 0;
  background-color: #FFF;
  border-radius: 4px;
  color: #004073;
  transition: all 0.2s ease-in-out 0s;
}

.menu-list ul li a:hover {
  padding: 4px 12px;
  background-color: var(--colour-primary);
  color: #FFF;
  text-decoration: none;
}
.button.btn-variant-3{
	padding: 15px 25px;
    color: var(--colour-secondary);
    background-color: var(--colour-white);
    border: 3px solid var(--colour-secondary);
}

.button.btn-variant-4{
	padding: 15px 25px;
	color: var(--colour-white);
	background-color: var(--colour-primary);
	border: 3px solid transparent;
}
.button.btn-variant-5{
	border-radius: 10px;
	border: 2px solid #aaa;
	text-transform: none;
	letter-spacing: 0px;
	font-weight: 400;
	color: #FFF;
	font-size: 12px;
	display: inline-flex;
	align-items: center;
	flex-direction: unset;
	background-color: var(--colour-primary);
	border-color: var(--colour-primary);
	transition: all 0.2s ease-in-out 0s;
	padding: 3px 6px;
}
.button.btn-variant-5 i{
	margin-right: 5px;
	margin-left: 0px;
}

.margin-bottom-20,
.mb-20{
	margin-bottom: 20px;
}

.container-dates .bootstrap-select .dropdown-toggle .filter-option-inner-inner{
	max-width: 150px;
}
.options-price{
	color: var(--colour-secondary)!important;
}
.price-pre-tax{
	font-size: 23px;
    font-weight: 600;
    line-height: 28px;
    font-family: poppins, sans-serif;
	color: var(--colour-primary);
}
.procol .price-pre-tax{
	font-size: 30px;
}
.product-box .options-price{
	font-size: 17px;
}
.product-box .box{
	padding: 10px;
}
.product-box .add-cart .options-add {
    position: static;
    top: unset;
    left: unset;
	margin: auto;
    width: 118px;
}
.product-box .add-cart .options-add form {
    display: flex;
}

.product-box .add-cart .options-add .quantity-box {
    display: flex;
    align-items: stretch;
    justify-content: flex-end;
    position: relative;
}
.product-box .add-cart .options-add .quantity-box input.form-control {
    -webkit-appearance:textfield;
    -moz-appearance:textfield;
    appearance:textfield;
    padding: 6px;
    padding-right: 26px;
    border: 1px solid #000;
    border-radius: 0;
    color: #000;
    width: 60px;
    text-align: center;
    outline: none !important;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}
.product-box .add-cart .options-add .quantity-box input.form-control::-webkit-inner-spin-button,
.product-box .add-cart .options-add .quantity-box input.form-control::-webkit-outer-spin-button {
    -webkit-appearance: none;
}
.product-box .add-cart .options-add .quantity-box button {
    padding: 2px 4px;
    text-align: center;
    width: 22px;
    margin: 0;
    font-size: 10px;
    transition: all 0.15s ease;
    position: absolute;
    right: 0px;
    bottom: 0px;
	background-color: var(--colour-secondary);
}
.product-box .add-cart .options-add .quantity-box button:hover {
	background-color: var(--colour-primary)!important;
}

.product-box .add-cart .options-add .quantity-box button.plus {
    top: 0px;
    bottom: auto;
}
.product-box .add-cart .options-add .quantity-box button:hover {
    padding: 3px 4px;
    z-index: 2;
}

.product-box .add-cart .options-add .button.bt-add {
    padding: 6px 8px;
    color: #fff !important;
    border-radius: 0;
    opacity: 1;
    background: var(--colour-primary) !important;
    position: relative;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}
.product-box .add-cart .options-add .button.bt-add:hover{
	/* background-color: var(--colour-alternate)!important; */
	border-color: #404041;
}
.product-box .add-cart .options-add .button.bt-add b {
    margin-left: 0px !important;
    margin-right: 0px !important;
    width: 15px !important;
    text-align: center;
}
/* .product-box .box .options-add .button.bt-add span {
    pointer-events: none;
    position: absolute;
    text-align: left;
    display: flex;
    height: 26px;
    width: 45px;
    top: 5px;
    opacity: 0;
    right: -55px;
    background: #000;
    padding-right: 3px;
    align-items: center;
    justify-content: center;
    transition: all 0.2s cubic-bezier(.05, .35, .25, 1);
}
.product-box .box .options-add .button.bt-add span::before {
    content: "";
    border: 13px solid transparent;
    border-right-color: #000;
    position: absolute;
    left: -26px;
    top: 0;
} */
.product-box .box .options-add .button.bt-add:hover span {
    right: -65px;
    opacity: 1;
}
.product-box &gt; li .box .options{
	margin-bottom: 10px;
}

.pagination &gt; .active &gt; a,
.pagination &gt; .active &gt; a:focus,
.pagination &gt; .active &gt; a:hover,
.pagination &gt; .active &gt; span,
.pagination &gt; .active &gt; span:focus,
.pagination &gt; .active &gt; span:hover{
	background-color: var(--colour-primary);
	border-color: var(--colour-primary);
}

.pagination &gt; li &gt; a,
.pagination &gt; li &gt; span{
	color: var(--colour-primary);
}

.faq .faq-inner ul, .faq .faq-inner ol{
	margin-left: 20px!important;
}

.faq.static {
	cursor:auto;
	border:none;
	margin: 0 0 0px;
}
.faq.static h3 {
	cursor:auto;
	margin:0;
	font-size:24px;
	letter-spacing:0;
	transition:all 0.3s ease-in-out 0s;
	color:#004073;
}
.faq.static h3 i{
	display: none;
}
.faq.static .faq-inner {
	padding-top:15px;
}
.faq.static .faq-inner *:last-child {
	margin:0;
}
.faq.static:hover {
	border-color:unset;
}
.faq.static:hover h3,
.faq.static:hover h3::before {
	color:#004073;
}


.faq.expandable {
	cursor:auto;
}
.faq.expandable h3 {
	cursor:pointer;
	margin:0;
	font-size:20px;
	letter-spacing:0;
	transition:all 0.3s ease-in-out 0s;
}
.faq.expandable .faq-inner {
	padding-top:15px;
}
.faq.expandable .faq-inner *:last-child {
	margin:0;
}
.faq.expandable:hover {
	border-color:#004073;
}
.faq.expandable:hover h3,
.faq.expandable:hover h3::before {
	color:#004073;
}
.news-header .news-intro{
	border-bottom: 4px solid #009345;
}

.form-caption{
	padding: 10px;
}
.form-caption a:not([class]){
	color: #D32D45;
}
.grecaptcha-badge{
	display: none;
}
body.zulu-course_book .form-caption{
  text-align: right;
  padding-right: 0px;
}

/******RESPONSIVE OVERRIDE for booking form *****/
@media (min-width: 768px) and (max-width: 991px) {
   body.zulu-course_book .container #form-book #booking-body .container-dates {
    width: 688px;
  }
  .table,table-dates th,
  .table,table-dates td {
  	font-size: 11px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
   body.zulu-course_book .container #form-book #booking-body .container-dates {
    width: 446px;
    margin-right: 16px;
  }
  .table,table-dates th,
  .table,table-dates td {
	  font-size: 11px;
  }
}

@media (min-width: 992px) {
  .container-dates.active + .container-dates {
    display: inline-block;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

/******RESPONSIVE OVERRIDE for booking form finish *****/
/******RESPONSIVE OVERRIDE*****/
@media screen and (max-width: 1800px) {
  .frame {
    width: calc(100% - 160px);
  }
}


@media screen and (max-width: 1600px) {
  .frame {
    width: calc(100% - 100px);
  }
  .banner .slide .slide-inner,
  .section-map .slide-cell {
    /*		padding: 0px 50px;

*/
    padding: 50px;
  }
	.header form input {
		min-width: 400px;
	}
  .header {
    padding: 20px 0px;
  }
  .section-about,
  .section-about-1 {
    background-size: cover !important;
  }
  .section-about .pb-column:first-child, .section-about-1 .pb-column:last-child {
    padding: 50px;
  }
  .section-about:hover .pb-column:first-child, .section-about-1:hover .pb-column:last-child {
    width: 50%;
  }
  .section-about-3 .pb-column:first-child {
    width: 70%;
  }
  .section-about-3 .pb-column:last-child {
    width: 30%;
  }
  .box.courses-desc {
    padding: 50px;
  }
  .book-now img {
    width: 100%;
  }
  .section-products img {
    width: 100%;
  }
  .footer &gt; .frame &gt; .coltable &gt; .col {
    padding: 0 20px !important;
  }
  ul.menu .menulink {
    padding: 20px 20px;
  }
	.header .coltable .col:nth-child(2) {
		padding: 0px 40px;
	}
	.banner .slide .slide-inner {
		padding-left: 80px;
	}
	.footer .column.w8 {
		width: 100%;
	}
	.footer .coltable.col3 &gt; .col:not(:last-child) {
		margin-right: 80px;
	}
	h2, .h2 {
		font-size: 28px;
	}
	.post-wrap.post-type-news .post-item .post-body &gt; h3{
		font-size: 20px;
	}
}

@media screen and (max-width: 1425px) {
  ul.menu .menulink {
    padding: 20px 15px;
  }
  .post-wrap.post-type-news .post-item .post-body &gt; h3{
	  font-size: 16px;
  }
}

@media screen and (max-width: 1355px) {
  ul.menu .menulink {
    padding: 20px 10px;
    font-size: 16px;
  }
	.header-bottom {
		padding: 10px 0px;
	}
	.header form input {
		min-width: 300px;
	}
	.banner h1, .banner .h1 {
		font-size: 42px;
		line-height: 1em;
	}
	.button.btn-variant-2, .banner .button.btn-variant-2, .button {
		padding: 18px 25px;
		font-size: 16px;
	}
	.banner .slide .slide-inner {
		padding-right: 160px;
	}
	.logo {
		height: 70px;
	}
	.intro-boxes-section .row {
		flex-wrap: wrap;
	}
	.intro-boxes-section .pb-column:not(:last-child) {
		width: 50%;
		margin-right: 0px;
	}
	.intro-boxes-section .row .pb-column:last-child {
		width: 100%;
		margin-top: 10px;
	}
	.intro-boxes-section .pb-column:first-child {
		border-right: 5px solid transparent;
		border-radius: 20px 0px 0px 0px;
	}
	.intro-boxes-section .pb-column:nth-child(2) {
		border-left: 5px solid transparent;
		border-radius: 0px 20px 0px 0px;
	}
	.intro-boxes-section .pb-column {
		height: 325px;
	}
	.intro-boxes-section .pb-column:last-child {
		border-radius: 0px 0px 20px 20px;
	}
	.intro-boxes-section .pb-column,
	.info-section-1 .pb-column, .info-section-2 .pb-column {
		padding: 50px;
	}
	.intro-boxes-section .row,
	.info-section-1 .row,
	.info-section-2 .row {
		margin-left: 0px;
		margin-right: 0px;
	}
	.info-section-1 .pb-column:first-child {
		border-top-left-radius: 40px;
	}
	.info-section-2 .pb-column:last-child {
		border-bottom-right-radius: 40px;
	}
	.info-section-1 .pb-column, .info-section-2 .pb-column {
		min-height: 400px;
	}
	.footer .logo {
		height: 80px;
	}
	.footer .h4 {
		font-size: 24px;
	}
	.footer .coltable.col3 &gt; .col:not(:last-child) {
		margin-right: 60px;
	}
	.banner p {
		font-size: 16px;
		font-weight: 400;
	}
	.footer .frame &gt; .coltable &gt; .col:last-child {
		padding-right: 0px!important;
	}
	.footer .frame &gt; .coltable &gt; .col:first-child {
		padding-left: 0px!important;
	}
	.footer .foot-menu {
		padding-right: 0px;
	}
	.info-section-1 .h2, .info-section-2 .h2 {
		margin-bottom: 30px;
	}
	.info-section-1 .pb-column .pb-block:not(:last-child), .info-section-2 .pb-column .pb-block:not(:last-child) {
		margin-bottom: 40px;
	}
	.info-section-2 .pb-column:last-child::before {
		background-size: 300px;
		background-position: calc(100% + 100px) 100%;
	}
}

@media screen and (max-width: 1220px) {
  ul.menu .menulink {
    padding: 20px 5px;
  }
  .post-wrap.post-type-news .post-item .post-body &gt; h3{
	font-size: 14px;
  }
}

@media screen and (max-width: 1200px) {
  iframe {
    width: 100% !important;
  }
  .section-feature.sf-about,
  .section-feature.sf-gift,
  .section-feature.sf-party {
    padding-left: 20px;
    padding-right: 20px;
  }
  .mobi-box {
    padding: 20px;
    box-sizing: border-box;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.8);
    color: #000;
  }
  .mobi-box .h2,
  .mobi-box .h3,
  .mobi-box a,
  .mobi-box p {
    color: #000 !important;
    text-shadow: none !important;
    border-color: #000 !important;
  }
  .section-feature.sf-party,
  .section-feature.sf-about {
    background-position: left top;
  }
  .section-homebox .frame {
    width: 100%;
  }
  .section-about-3 .pb-column {
    width: 100% !important;
    display: block;
  }
  .section-products .pb-column {
    width: 49%;
    display: inline-block;
  }
  .box.courses {
    display: inline-block;
    margin-bottom: 0;
  }
  .footer .column {
    width: 100%;
  }
  .col-menu {
    background-image: none;
  }
  .copyright {
    background-color: transparent !important;
  }
  .zulu-course_book .column.w8 {
    width: 100%;
  }
  .zulu-course_book .body {
    padding: 0px;
  }
  .wizard {
    margin: 15px 0px 10px;
  }
  .zulu-course_book .body .column.w8 &gt; .coltable {
    padding: 20px;
    margin-top: 40px;
  }
  #booking_steps_container .content section {
    overflow: unset !important;
  }
  .wizard &gt; .content &gt; .body {
    position: unset !important;
  }
  #booking_steps_container .content {
    height: unset !important;
    min-height: unset !important;
  }
  .wizard .booking-step-3 .column.w6 {
    width: 100%;
    padding: 20px;
  }
	.frame {
		width: calc(100% - 80px);
	}
	.header form input {
		min-width: 150px;
	}
	.banner, .banner .slider, .banner .slider .sss, .banner .slide-image, .banner .slide .slide-inner {
		max-height: 475px;
	}
	.intro-boxes-section .pb-column .pb-block-type-text {
		transform: unset;
	}
	.intro-boxes-section .pb-column .pb-block-type-text h2 {
		margin-bottom: 25px;
	}
	.info-section-1 .row,
	.info-section-2 .row {
		flex-direction: column;
	}
	.info-section-1 .row .pb-column:last-child,
	.info-section-2 .row .pb-column:first-child {
		width: 50%;
	}
	.info-section-1 .row .pb-column:first-child,
	.info-section-2 .row .pb-column:last-child {
		width: 100%;
	}
	.info-section-1 .row .pb-column:last-child {
		border-right: 5px solid transparent;
		margin-top: 10px;
		margin-bottom: -180px;
	}
	.info-section-2 .row .pb-column:first-child {
		border-left: 5px solid transparent;
		background-color: transparent;
		margin-bottom: 10px;
		margin-top: -180px;
	}
	.info-section-2 .row {
		align-items: flex-end;
	}
	.info-section-1 .pb-column:not(:last-child), .info-section-2 .pb-column:not(:last-child) {
		margin-right: 0px;
	}
	.footer .frame &gt; .coltable {
		display: flex;
		flex-direction: column-reverse;
		align-items: center;
	}
	.footer .col-logo {
		margin-top: 80px;
	}
	.footer .coltable.col3 {
		justify-content: center;
	}
	.copyright p {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.info-section-1 .pb-column, .info-section-2 .pb-column {
		min-height: 350px;
	}
	.logo {
		min-width: 260px;
		max-width: 260px;
	}
	.row-container &gt; .pb-section {
		padding-left: 0px;
		padding-right: 0px;
	}
	.banner .slide .slide-inner {
		padding-left: 40px;
	}

	.table.table-dates&gt;tbody&gt;tr&gt;td,
	 .table.table-dates&gt;tbody&gt;tr&gt;th,
	  .table.table-dates&gt;tfoot&gt;tr&gt;td,
	   .table.table-dates&gt;tfoot&gt;tr&gt;th,
	    .table.table-dates&gt;thead&gt;tr&gt;td,
		 .table.table-dates&gt;thead&gt;tr&gt;th{
		padding: 3px;
	}
}

@media screen and (max-width: 1100px) {
  .banner,
  .banner .slider,
  .banner .slider .sss,
  .banner .slide-image,
  .banner .slide .slide-inner {
    height: 60vh !important;
  }
  .section-desc .button-wrapper .button {
    margin-bottom: 10px;
  }
  .section-title .pb-column,
  .section-desc .pb-column {
    width: 100%;
    display: block;
    padding: 0;
  }
  .box.side-note {
    padding: 25px;
    margin: 0 0 10px;
  }
}

@media screen and (max-width: 1000px) {
  /* .header .coltable .col{

		width: 100%;

		display: block;

		padding: 5px;

	} */
  .header .logo-wrap {
    text-align: center;
  }
  .section-homebox .pb-column {
    width: 50% !important;
    display: inline-block;
  }
  .box.courses-desc {
    width: 40%;
  }
  .box.courses h2 &gt; a {
    min-height: auto;
    margin: 10px;
  }
  .section-contact {
    background: #fff;
  }
  .section-all-courses .pb-column,
  .section-contact .pb-column,
  .section-map .pb-column {
    display: block;
    width: 100%;
  }
  .box.contact {
    width: 50%;
    float: left;
  }
  .box.contact p {
    float: none;
    width: 100%;
  }
  .section-references .h4 {
    margin-bottom: 0;
  }
  .section-references .pb-column.col-sm-4 {
    width: 50%;
  }
  .section-dentist-topics .pb-column.col-sm-4:last-child {
    width: 100%;
    padding: 0;
  }
  .pb-section .pb-column {
    padding: 0;
  }
  .section-homebox .pb-column {
    padding: 0 15px;
  }
  .section-homebox .pb-block-content {
    margin: 0 !important;
  }
  .section-homebox .pb-column:last-child {
    display: block;
    margin: 50px auto 0;
  }
}

@media screen and (max-width: 900px) {
  .header form input {
    min-width: 250px;
  }
}

@media screen and (max-width: 800px) {
  .h2, h2, .h3, h3 {
    font-size: 22px;
    line-height: 30px;
  }
  ul.menu .menulink {
    padding: 13px 15px;
  }
  .section-feature.sf-gift .h2, .section-feature.sf-party .h2 {
    font-size: 32px;
    line-height: 30px;
    color: #90469b !important;
  }
  .banner h2, .banner .h2,
  .banner h1, .banner .h1 {
    font-size: 38px;
    line-height: 38px;
    margin: 0 0 5px;
  }
  .banner .bt {
    transform: scale(0.6, 0.6);
  }
  .section-feature.sf-gift {
    background-size: cover;
  }
  .section-about .pb-column, .section-about-1 .pb-column,
  .section-about:hover .pb-column:first-child, .section-about-1:hover .pb-column:last-child {
    width: 100%;
  }
  /*.course-box .col{

		width: 100% !important;

		display: block;

	}*/
  .copyright {
    text-align: center;
  }
  .footer .coltable &gt; .col {
    width: 100%;
    display: block;
  }
	.footer &gt; .frame &gt; .coltable &gt; .col:first-child {
		display: flex;
	}
  .section-references .pb-column.col-sm-4 {
    width: 100%;
  }
  .form-form_enquiry .form-block, .form-form_contact .form-block, .form-form_book_enquiry .form-block {
    padding: 10px;
  }
  #booking_steps_container .steps &gt; ul &gt; li {
    width: 33.333% !important;
  }
  #booking_steps_container .content #event_date_container .col {
    width: 50%;
  }
  .social-links {
    width: 100%;
  }
  .pro-main h1:first-of-type {
    font-size: 30px;
  }
  .header form input {
    min-width: 300px;
  }
	.header .coltable .col:nth-child(2) {
		flex-direction: column;
	}
	.header form {
		margin-right: 0px;
		margin-bottom: 10px;
	}
	.logo {
		height: 60px;
		min-width: 220px;
		max-width: 220px;
	}
	.header form input {
		max-width: 200px;
		min-width: unset;
	}
	.banner .slide .slide-inner {
		width: 500px;
		padding-right: 80px;
	}
	.intro-boxes-section .pb-column,
	.info-section-1 .pb-column, .info-section-2 .pb-column {
		padding: 40px;
	}
	.intro-boxes-section .pb-column:not(:last-child) {
		width: 100%;
		border: 0px;
		margin-bottom: 10px;
	}
	.intro-boxes-section .row .pb-column:last-child {
		margin-top: 0px;
	}
	.intro-boxes-section .pb-column:nth-child(2) {
		border-radius: 0px;
	}
	.intro-boxes-section .pb-column:first-child {
		border-radius: 20px 20px 0px 0px;
	}
	.intro-boxes-section .pb-column:last-child {
		border-radius: 0px 00px 20px 20px;
	}
	.intro-boxes-section .pb-column {
		height: 275px;
	}
	.info-section-1 .pb-column, .info-section-2 .pb-column {
		min-height: 300px;
	}
	.info-section-2 .row .pb-column:first-child {
		margin-top: -155px;
	}
	.info-section-1 .row .pb-column:last-child {
		margin-bottom: -155px;
	}
	.footer {
		padding: 80px 0px 60px;
	}
	.header-bottom .ecom-menu li &gt; a {
		padding: 0px!important;
	}
	.header-bottom .ecom-menu li:not(:last-of-type) &gt; a {
		margin-right: 20px;
	}
  /*

	.coltable.social-links &gt; .col:first-child{

		width:80%!important;

		display: inline-block;

	}

	.coltable.social-links &gt; .col:last-child{

		width:20%!important;

		display: inline-block;

	}

*/
}

@media screen and (max-width: 700px) {
  ul.menu .menulink {
    text-align: left;
  }
  ul.menu li a.mobile-dropdown-toggle {
    display: block;
  }
  ul.menu ul {
    display: none;
    opacity: 1;
    position: relative;
    top: unset;
    left: unset;
  }
  ul.menu ul li {
    background-color: unset;
    margin-left: 30px;
  }
  ul.menu ul li a {
    text-align: left;
    color: #004073;
  }
  ul.menu li.sub-active a.mobile-dropdown-toggle .fa-chevron-right::before {
    content: "\f078";
  }
  .header .coltable .col {
    width: 100%;
    display: block;
    padding: 5px;
  }
  .navigation {
    text-align: center;
  }
  ul.menu.mobile-menu {
    display: inline !important;
  }
  .row-attendee {
    height: unset;
  }
  .row-attendee .field {
    width: 100%;
  }
  ul.menu.pc-menu {
    display: none;
  }
  .header .btn-bookings {
    display: none;
  }
  .header form {
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .banner {
    display: none;
  }
  .banner-line {
    margin-bottom: 0;
  }
  .section-map {
    background-color: #fff !important;
  }
  .section-map p {
    color: #004073;
  }
  .section-map .slide-cell .button {
    color: #004073;
  }
  .section-map .slide-cell {
    padding: 0 20px;
  }
  /*

	.btn-bookings{

		display: block !important;

		width: 100%;

	}*/
  .section-title {
    display: block;
    padding: 0 20px !important;
  }
  .section-desc {
    padding: 10px 20px !important;
  }
  .section-title h1 {
    margin-bottom: 0;
  }
  .section-homebox .pb-column {
    width: 100% !important;
    display: block;
    margin: 50px 0 0;
  }
  .homebox-img &gt; .pb-block-content {
    margin: 0 !important;
  }
  .section-about .pb-column:last-child, .section-about-1 .pb-column:first-child {
    display: none;
  }
  .section-about .pb-column:first-child, .section-about-1 .pb-column:last-child {
    padding: 30px;
  }
  .box.courses-desc {
    width: 90%;
    display: block;
  }
  .box.side-note {
    margin: 0 0 10px;
  }
  .btn-links {
    width: 50%;
  }
  .footer {
    text-align: center;
  }
  .footer .break {
    margin-left: auto;
    margin-right: auto;
  }
  .section-feature.sf-gift,
  .section-feature.sf-party {
    text-align: center;
  }
  .footer .h4 {
    margin-top: 40px;
  }
  .footer .coltable .col:first-child .h4 {
    margin-top: 0;
  }
  .footer .foot-product-wrap {
    width: 75%;
    margin: 0 auto;
  }
  .section-feature.sf-about {
    background-size: contain;
  }
  .box.contact {
    width: 100%;
    float: none;
    display: block;
  }
  .section-products .pb-column {
    width: 100%;
    display: block;
  }
  .header {
    padding: 0px;
    padding-top: 20px;
  }
  .banner-line {
    display: none;
  }
  .header .frame,
  .header .coltable .col {
    padding: 0px !important;
  }
  /* .header .btn-bookings .menulink.btn {

		width: 60%;

		display: block;

		margin: 0 auto;

		margin-top: 10px;

	}

	.header .btn-bookings {

		display: block;

	} */
  .mobile-menu .btn-bookings {
    display: flex !important;
    width: 100%;
  }
  .mobile-menu .btn-bookings a {
    width: 100%;
  }
  ul.menu .mobile-nav {
    margin-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.33);
  }
  ul.menu .menulink {
    border-bottom: 1px solid rgba(255, 255, 255, 0.33) !important;
  }
  .wizard {
    margin: unset;
    padding: 15px 0px 40px;
  }
  #booking_steps_container .booking-step-1 .event-list li .coltable &gt; .col {
    text-align: center;
  }
  .wizard &gt; .steps a .number {
    width: 27.5px;
    margin-right: 3px;
  }
  .wizard &gt; .actions &gt; ul {
    display: flex !important;
  }
  #booking_steps_container .actions ul li a {
    margin: 0px;
  }
  .wizard &gt; .actions &gt; ul &gt; li {
    width: 100%;
    text-align: center;
  }
  #booking_steps_container .actions ul li a {
    margin: 2.5px;
    margin-top: 10px;
  }
  .wizard .booking-step-3 .column.w6 p,
  .zulu-course_book .body .column.w8 &gt; .coltable {
    text-align: center;
  }
  #booking_steps_container .form-block .field.w100:first-child {
    display: flex;
  }
  ul.menu ul li a {
    padding: 8px 0px;
  }
  ul.menu .mobile-nav {
    margin-top: 0px;
  }
  .header .frame .coltable {
    flex-direction: column;
    padding: 0px 20px;
  }
  .header form input {
    min-width: 100%;
  }
  .header form {
    margin: 20px 0px;
  }
  .header-top .top-menu {
    width: 100%;
  }
  .header-top .top-menu li a,
  .header-top .top-menu li,
  .header-top .top-menu {
    width: 100%;
  }
  .header-top .top-menu li {
    width: 50%;
  }
  .header-top .frame {
    padding: 0px !important;
  }
  ul.menu li:not(:last-child) .menulink {
    margin: 0px;
  }
  .header-bottom {
    background-color: #FFF;
  }
  .top-menu li:not(.btn-basket) {
    display: none;
  }
	.frame {
		width: calc(100% - 50px);
	}
	.intro-boxes-section .pb-column {
		height: unset;
	}
	.intro-boxes-section .pb-block-type-text .pb-block-content {
		margin: 0px!important;
	}
	.logo {
		height: 90px;
		min-width: 100%;
	}
	.header .frame .coltable {
		padding: 0px;
	}
	.info-section-1 .pb-column:first-child {
		border-radius: 20px 20px 0px 0px;
		margin-bottom: 10px;
	}
	.info-section-2 .row .pb-column:first-child,
	.info-section-1 .row .pb-column:last-child {
		margin: 0px;
		width: 100%;
		border: 0px;
	}
	.info-section-2 .pb-column:last-child {
		margin-top: 10px;
	}
	.h2, h2, .h3, h3 {
		font-size: 26px;
	}
	p {
		font-size: 16px;
	}
	.info-section-2 .pb-column:last-child::before {
		z-index: -1;
	}
	.pb-block-type-text ul li {
		font-size: 16px;
	}
	.pb-block-type-text ul li:not(:last-child) {
		margin-bottom: 10px;
	}
	.info-section-2 .pb-column:last-child {
		border-radius: 0px 0px 20px 20px;
	}
	.pb-block-content {
		margin: 0px!important;
	}
	.button {
		width: 100%;
		justify-content: flex-end;
	}
	.footer .h4 {
		margin: 0px;
	}
	.footer .coltable.col3 {
		flex-direction: column;
		align-items: center;
	}
	.footer .coltable.col3 &gt; .col:not(:last-child) {
		margin: 0px 0px 20px;
	}
	.footer .frame &gt; .coltable &gt; .col:last-child {
		padding-left: 0px!important;
	}
	.footer &gt; .frame &gt; .coltable &gt; .col:first-child {
		padding-right: 0px!important;
	}
	.footer .meditrain-logo {
		margin-top: 60px;
	}
	.copyright p {
		font-size: 14px;
	}
	ul.menu .menulink.btn {
		text-align: center;
		width: fit-content;
		margin-left: auto;
	}
	.header-bottom {
		border-top: 0px;
		border-bottom: 0px solid var(--colour-grey-dark);
	}
	ul.menu.mobile-menu {
		display: flex!important;
		flex-direction: column;
		align-items: center;
	}
	ul.menu li:not(:last-child) .menulink {
		text-align: center;
	}
	ul.menu .mobile-nav {
		order: 1;
	}
	.mobile-menu .btn-bookings {
		order: -1;
	}
	.banner {
		display: block;
	}
	.banner .slide .slide-inner {
		width: 100%;
		padding-right: 30px;
		padding-left: 30px;
	}
	.mobile-menu .btn-bookings {
		margin-top: -75px;
	}
	.banner, .banner .slider, .banner .slider .sss, .banner .slide-image, .banner .slide .slide-inner {
		height: 80vh!important;
		max-height: 500px;
	}
	body.zulu-course_book .payment-options{
		display: block;
	}
	body.zulu-course_book .payment-options .payment:not(:last-child){
		margin-right: 0px;
	}
	body.zulu-course_book .payment-options .payment{
		margin-bottom: 10px;
	}
	#btn-bill-copy.button{
		width: unset;
	}
	body.zulu-course_book .container .row:first-child .col-sm-12{
		border-radius: 0px;
	}
	body.zulu-course_book #form-book{
		margin-bottom: 10px;
	}
	.news-header .news-intro h1{
		font-size: 24px;
		line-height: 24px;
	}
	.news-header .news-intro.capsule-container .wrap{
		display: none;
	}
	h1, .h1 {
	    font-size: 20px;
	    line-height: 20px;
	}
}

@media screen and (min-width: 500px) {
  .mobile-menu {
    display: none;
  }
}

@media screen and (max-width: 500px) {
  ul.courses-list &gt; li {
    transform: translate(-5%, 0%);
  }
  ul.courses-list a {
    padding: 15px 15px 15px 20px;
  }
}
</pre></body></html>