/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a {
  background: 0 0;
}
a:focus {
  outline: none;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: '\201C' '\201D' '\2018' '\2019';
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}
input[type='search'] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*======================================
  Selectric v1.9.3
======================================*/

.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  position: relative;
}

.selectric .label {
  padding: 10px 14px;
  font-size: 14px;
  line-height: 24px;
  color: #99a8bc;
  border: 1px solid #e0e4ea;
  border-radius: 4px;
  background-color: var(--white);
  text-align: left;
}

.enquire-form-wrap .selectric .label {
  display: block;
  margin: 0 38px 0 10px;
  line-height: 50px;
  height: 51px;
  font-size: 16px;
}

.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 51px;
  text-align: center;
  font: 0/0 a;
  font: 20px/38px 'cibecs';
}
.selectric .button:after {
  display: none;
  content: '\61';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #bbb;
  border-bottom: none;
}

.selectric-open {
  z-index: 9999;
  border: 0px solid #acacac;
  border-bottom: 0px solid #acacac;
}
.selectric-open .selectric {
  border: 0px transparent #acacac;
  border-bottom: 0px;
}
.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.selectric-hide-select select {
  position: absolute;
  left: -100%;
  display: none;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 50px;
  left: 0px;
  /* border:1px solid #e6e6e0;*/
  border-top: 0px !important;

  border-radius: 2px;
  background-color: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}
.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}
.selectric-items ul,
.selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 21px;
  min-height: 20px;
  color: #acacac;
  display: block;
}

.enquire-form-wrap .selectric-items ul,
.selectric-items li {
  list-style: none;
  padding: 5px 0 5px 13px;
  margin: 0;
  font-size: 15px;
  line-height: 20px;
  min-height: 20px;
  color: #414141;
  display: block;
}

/*.selectric-items li:first-child{ border:0}
.selectric-items li.selected { color:#424e5d;}
.selectric-items li:hover {
  color:#424e5d;
}*/
.selectric-items .disabled {
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: none;
  color: #444;
}
.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}
.selectric-items .selectric-group li {
  padding-left: 25px;
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;

  position: absolute;
  top: 50%;

  display: block;

  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);

  cursor: pointer;

  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;

  opacity: 0.75;
  color: white;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: '←';
}
[dir='rtl'] .slick-prev:before {
  content: '→';
}

.slick-next {
  right: -25px;
}
[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: '→';
}
[dir='rtl'] .slick-next:before {
  content: '←';
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;

  display: block;

  width: 100%;
  padding: 0;
  margin: 0;

  list-style: none;

  text-align: center;
}
.slick-dots li {
  position: relative;

  display: inline-block;

  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;

  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;

  display: block;

  width: 20px;
  height: 20px;
  padding: 5px;

  cursor: pointer;

  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;

  position: absolute;
  top: 0;
  left: 0;

  width: 20px;
  height: 20px;

  content: '•';
  text-align: center;

  opacity: 0.25;
  color: black;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

/* Slider */
.slick-slider {
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;

  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;

  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;

  height: auto;

  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}
.fancybox-active {
  height: auto;
}
.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}
.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}
.fancybox-container * {
  box-sizing: border-box;
}
.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition:
    opacity 0.25s ease,
    visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}
.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition:
    opacity 0.25s ease 0s,
    visibility 0s ease 0s;
  visibility: visible;
}
.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-toolbar {
  right: 0;
  top: 0;
}
.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}
.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}
.fancybox-slide:before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}
.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}
.fancybox-slide--image:before {
  display: none;
}
.fancybox-slide--html {
  padding: 6px;
}
.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}
.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}
.fancybox-container [data-selectable='true'] {
  cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}
.fancybox-slide--video .fancybox-content {
  background: #000;
}
.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}
.fancybox-iframe,
.fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}
.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}
.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}
.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc;
}
.fancybox-button:hover {
  color: #fff;
}
.fancybox-button:focus {
  outline: none;
}
.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}
.fancybox-button div {
  height: 100%;
}
.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}
.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}
.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
  display: none;
}
.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}
.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}
.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}
.fancybox-navigation .fancybox-button div {
  padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}
.fancybox-caption {
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.85) 0,
    rgba(0, 0, 0, 0.3) 50%,
    rgba(0, 0, 0, 0.15) 65%,
    rgba(0, 0, 0, 0.075) 75.5%,
    rgba(0, 0, 0, 0.037) 82.85%,
    rgba(0, 0, 0, 0.019) 88%,
    transparent
  );
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}
@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right))
      max(25px, env(safe-area-inset-bottom))
      max(44px, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}
.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}
.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}
.fancybox-loading {
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}
@keyframes a {
  to {
    transform: rotate(1turn);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0);
}
.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1);
}
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0);
}
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1);
}
@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}
.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}
.fancybox-share p {
  margin: 0;
  padding: 0;
}
.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: #fff;
}
.fancybox-share__button:hover {
  text-decoration: none;
}
.fancybox-share__button--fb {
  background: #3b5998;
}
.fancybox-share__button--fb:hover {
  background: #344e86;
}
.fancybox-share__button--pt {
  background: #bd081d;
}
.fancybox-share__button--pt:hover {
  background: #aa0719;
}
.fancybox-share__button--tw {
  background: #1da1f2;
}
.fancybox-share__button--tw:hover {
  background: #0d95e8;
}
.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}
.fancybox-share__button svg path {
  fill: #fff;
}
.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}
.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}
.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}
.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}
.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}
.fancybox-thumbs__list a:focus:before {
  opacity: 0.5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}
@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

/* Typography */

@font-face {
  font-family: 'Barlow-Light';
  src:
    url('/wp-content/themes/greenbox/fonts/Barlow-Light.eot?#iefix')
      format('embedded-opentype'),
    url('/wp-content/themes/greenbox/fonts/Barlow-Light.woff') format('woff'),
    url('./fonts/Barlow-Light.woff2') format('woff2'),
    url('/wp-content/themes/greenbox/fonts/Barlow-Light.ttf') format('truetype'),
    url('/wp-content/themes/greenbox/fonts/Barlow-Light.svg#Barlow-Light')
      format('svg');
  font-weight: normal;
  font-style: normal;
  /* font-display: swap; */
}
@font-face {
  font-family: 'Barlow-Italic';
  src:
    url('/wp-content/themes/greenbox/fonts/Barlow-Italic.eot?#iefix')
      format('embedded-opentype'),
    url('/wp-content/themes/greenbox/fonts/Barlow-Italic.woff') format('woff'),
    url('./fonts/Barlow-Italic.woff2') format('woff2'),
    url('/wp-content/themes/greenbox/fonts/Barlow-Italic.ttf')
      format('truetype'),
    url('/wp-content/themes/greenbox/fonts/Barlow-Italic.svg#Barlow-Italic')
      format('svg');
  font-weight: normal;
  font-style: normal;
  /* font-display: swap; */
}
@font-face {
  font-family: 'Barlow-Regular';
  src:
    url('/wp-content/themes/greenbox/fonts/Barlow-Regular.eot?#iefix')
      format('embedded-opentype'),
    url('/wp-content/themes/greenbox/fonts/Barlow-Regular.woff') format('woff'),
    url('./fonts/Barlow-Regular.woff2') format('woff2'),
    url('/wp-content/themes/greenbox/fonts/Barlow-Regular.ttf')
      format('truetype'),
    url('/wp-content/themes/greenbox/fonts/Barlow-Regular.svg#Barlow-Regular')
      format('svg');
  font-weight: normal;
  font-style: normal;
  /* font-display: swap; */
}
@font-face {
  font-family: 'Barlow-Medium';
  src:
    url('/wp-content/themes/greenbox/fonts/Barlow-Medium.eot?#iefix')
      format('embedded-opentype'),
    url('/wp-content/themes/greenbox/fonts/Barlow-Medium.woff') format('woff'),
    url('./fonts/Barlow-Medium.woff2') format('woff2'),
    url('/wp-content/themes/greenbox/fonts/Barlow-Medium.ttf')
      format('truetype'),
    url('/wp-content/themes/greenbox/fonts/Barlow-Medium.svg#Barlow-Medium')
      format('svg');
  font-weight: normal;
  font-style: normal;
  /* font-display: swap; */
}
@font-face {
  font-family: 'Barlow-SemiBold';
  src:
    url('/wp-content/themes/greenbox/fonts/Barlow-SemiBold.eot?#iefix')
      format('embedded-opentype'),
    url('/wp-content/themes/greenbox/fonts/Barlow-SemiBold.woff') format('woff'),
    url('./fonts/Barlow-SemiBold.woff2') format('woff2'),
    url('/wp-content/themes/greenbox/fonts/Barlow-SemiBold.ttf')
      format('truetype'),
    url('/wp-content/themes/greenbox/fonts/Barlow-SemiBold.svg#Barlow-SemiBold')
      format('svg');
  font-weight: normal;
  font-style: normal;
  /* font-display: swap; */
}

@font-face {
  font-family: 'Barlow-Bold';
  src:
    url('/wp-content/themes/greenbox/fonts/Barlow-Bold.eot?#iefix')
      format('embedded-opentype'),
    url('/wp-content/themes/greenbox/fonts/Barlow-Bold.woff') format('woff'),
    url('./fonts/Barlow-Bold.woff2') format('woff2'),
    url('/wp-content/themes/greenbox/fonts/Barlow-Bold.ttf') format('truetype'),
    url('/wp-content/themes/greenbox/fonts/Barlow-Bold.svg#Barlow-Bold')
      format('svg');
  font-weight: normal;
  font-style: normal;
  /* font-display: swap; */
}

/* // End typography */

/*	Resets
	------	*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
svg,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
hr,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figure,
figcaption,
hgroup,
menu,
footer,
header,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
}

ul {
  list-style: none;
}
article,
aside,
canvas,
figure,
figure img,
svg,
figcaption,
hgroup,
footer,
header,
nav,
section,
audio,
video {
  display: block;
}

blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}
[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

.clear:after {
  content: '.';
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
a img,
a svg {
  border: 0;
  width: auto;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
  border-style: none;
}
a,
input,
select,
textarea {
  outline: none;
}
img,
svg {
  width: auto;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
  border-style: none;
}

/* Selection colours (easy to forget) */
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}
a {
  text-decoration: none;
  display: inline-block;
}

input[type='number'] {
  -moz-appearance: textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input:invalid,
input:required {
  box-shadow: none;
}
input[type='search']::-webkit-search-decoration,
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-results-button,
input[type='search']::-webkit-search-results-decoration {
  display: none;
}
input:required {
  box-shadow: none;
}
input::-moz-focus-inner {
  box-shadow: 0 0 0px transparent;
}

/*		Default Layout 
-------------------------------------------------------------------------------
*/

body {
  background: rgb(255, 255, 255);
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: 'Barlow-Regular', sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: normal;
  font-style: normal;
  color: #374f5a;
  overflow-x: hidden;
  overflow-y: auto;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Global style */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 48px;
  line-height: 62px;
  color: #006db7;
  font-weight: normal;
  font-style: normal;
}

h2 {
  font-size: 32px;
  line-height: 48px;
  font-family: 'Barlow-Regular', sans-serif;
}
h3 {
  font-size: 24px;
  line-height: 36px;
  color: #374f5a;
  font-family: 'Barlow-Medium', sans-serif;
}
h4 {
  font-size: 18px;
  line-height: 28px;
  color: #374f5a;
  font-family: 'Barlow-SemiBold', sans-serif;
}
h5,
h6,
.alt-footer-nav ul > li.Submenu > a,
.alt-footer-nav ul > li > a {
  font-size: 14px;
  line-height: 24px;
  color: #8199a4;
  font-family: 'Barlow-Bold', sans-serif;
  letter-spacing: 1px;
}
h6 {
  font-size: 12px;
  line-height: 12px;
  color: #8199a4;
}

dfn,
address,
em {
  font-style: normal;
}
label,
input[type='submit'] {
  cursor: pointer;
}
button:focus,
.slick-slide {
  outline: none;
}

/* btn style */
.btn,
.gform_footer .gform_button {
  height: 44px;
  font-size: 14px;
  line-height: 42px;
  color: #ffffff;
  font-family: 'Barlow-Bold', sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 4px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.cli-style-v2 .cli-bar-btn_container .cli-plugin-button {
  font-family: 'Barlow-Bold', sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 4px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.btn.large,
.gform_footer .gform_button {
  width: 230px;
  height: 44px;
  font-size: 14px;
  line-height: 42px;
  color: #ffffff;
}
.btn.small {
  width: 130px;
  height: 30px;
  font-size: 12px;
  line-height: 28px;
  color: #0299e5;
}
.btn.ex-small {
  width: 119px;
  height: 31px;
}
.btn.ex-small-2 {
  width: 123px;
  height: 31px;
  color: #ffffff;
}
.blue-btn,
.gform_footer .gform_button {
  background-color: #0299e5;
  color: #ffffff;
  border: solid 1px rgba(21, 39, 61, 0.1);
}
.blue-btn:hover,
.gform_footer .gform_button:hover {
  background-color: #018ace;
  border: solid 1px rgba(21, 39, 61, 0.1);
}
.transparent-btn {
  background-color: transparent;
  color: #0299e5;
  border: 1px solid #0299e5;
}
.transparent-btn:hover {
  background-color: rgba(2, 153, 229, 0.1);
  color: #0189cd;
  border: 1px solid #0299e5;
}

/* btn style */

.desk {
  display: block;
}
.mobi {
  display: none;
}
.tablet {
  display: none;
}
.text-centre {
  text-align: center;
}
/* Form submit notice */
.form-submitting-notice .form-submit-wrap {
  display: block;
}
.form-submit-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 999999;
  background: rgba(0, 0, 0, 0.3);
  display: none;
}
.form-submit-wrap .form-submit-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 600px;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow:
    0 5px 15px 0 rgb(0 0 0 / 7%),
    0 15px 35px 0 rgb(0 0 0 / 10%);
  -moz-box-shadow:
    0 5px 15px 0 rgba(0, 0, 0, 0.07),
    0 15px 35px 0 rgba(0, 0, 0, 0.1);
  box-shadow:
    0 5px 15px 0 rgb(0 0 0 / 7%),
    0 15px 35px 0 rgb(0 0 0 / 10%);
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  padding-bottom: 50px;
}
.form-submit-content {
  padding: 46px 50px 50px;
}
.form-submit-snippet {
  position: relative;
  background: #fff;
  overflow: hidden;
}
.form-submit-stage {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 -5%;
  overflow: hidden;
}
/**
 * ==============================================
 * Dot Floating
 * ==============================================
 */
.dot-floating {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #66c2a4;
  color: #66c2a4;
  animation: dotFloating 3s infinite cubic-bezier(0.15, 0.6, 0.9, 0.1);
}

.dot-floating::before,
.dot-floating::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
}

.dot-floating::before {
  left: -12px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #f34150;
  color: #f34150;
  animation: dotFloatingBefore 3s infinite ease-in-out;
}

.dot-floating::after {
  left: -24px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #f6c700;
  color: #f6c700;
  animation: dotFloatingAfter 3s infinite cubic-bezier(0.4, 0, 1, 1);
}

@keyframes dotFloating {
  0% {
    left: calc(-50% - 5px);
  }
  75% {
    left: calc(50% + 105px);
  }
  100% {
    left: calc(50% + 105px);
  }
}

@keyframes dotFloatingBefore {
  0% {
    left: -50px;
  }
  50% {
    left: -12px;
  }
  75% {
    left: -50px;
  }
  100% {
    left: -50px;
  }
}

@keyframes dotFloatingAfter {
  0% {
    left: -100px;
  }
  50% {
    left: -24px;
  }
  75% {
    left: -100px;
  }
  100% {
    left: -100px;
  }
}
/* End Form submit notice */

/* color style */

.white {
  color: #ffffff;
}
.mid-grey {
  color: #374f5a;
}
.primary-blue {
  color: #006db7;
}
.primary-grey {
  color: #8199a4;
}
.social-work {
  color: #8f53a1;
}
.coaching {
  color: #ffc709;
}
.psychology-counselling {
  color: #5bc4bf;
}
.management-leadership {
  color: #f1666a;
}
/* End color style */

.common-wrap {
  max-width: 1060px;
  margin: 0 auto;
  clear: both;
  padding: 0 20px;
}
input:not([type='submit']) {
  width: 100%;
  height: 44px;
  font-size: 14px;
  line-height: 14px;
  color: #15273d;
  padding: 10px 0 10px 15px;
  border-radius: 4px;
  border: solid 1px #e0e4ea;
}

::-webkit-input-placeholder {
  color: #99a8bc;
}
:-ms-input-placeholder {
  color: #99a8bc;
}
::placeholder {
  color: #99a8bc;
}

input[type='text']:active,
input[type='email']:active,
input[type='tel']:active,
input[type='number']:active,
input[type='search']:active,
textarea:active {
  color: #15273d !important;
  background-color: #ffffff;
  box-shadow: 0 1px 3px 0 rgba(2, 153, 229, 0.1);
  border: solid 1px rgba(2, 153, 229, 0.5);
  border-radius: 4px;
}

input[type='text']:focus,
input[type='email']:focus,
input[type='tel']:focus,
input[type='number']:focus,
input[type='search']:focus,
textarea:focus {
  border: 1px solid rgba(2, 153, 229, 0.5);
  color: #15273d;
}

.error input[type='text'],
.error input[type='email'],
.error input[type='tel'],
.error input[type='number'],
.error input[type='search'],
.gfield_error input[type='text'],
.gfield_error input[type='email'],
.gfield_error input[type='tel'],
.gfield_error input[type='number'],
.gfield_error input[type='search'],
.gfield_error .selectric .label {
  border: 1px solid #ff291f;
  color: #15273d;
  box-shadow: 0 1px 3px 0 rgba(255, 41, 31, 0.1);
}
.gfield_error .selectric .label {
  color: #99a8bc;
}
.error-hint,
.gfield_error .validation_message {
  color: #ff291f;
  display: none;
  font-size: 12px;
  line-height: 12px;
  font-family: 'Barlow-Regular', sans-serif;
  margin-top: 5px;
}
.error .error-hint,
.gfield_error .validation_message {
  display: block;
}
.hidden_sub_label,
.hidden_label .gfield_label,
.validation_error,
.gform_validation_container {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.gform_validation_container,
.gform_wrapper .gform_validation_container,
body
  .gform_wrapper
  .gform_body
  ul.gform_fields
  li.gfield.gform_validation_container,
body .gform_wrapper li.gform_validation_container,
body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
  display: none !important;
  position: absolute !important;
  left: -9000px;
}

.transparent-btn-white {
  background-color: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
  font-size: 14px;
}

.link:hover {
  text-decoration: underline;
}
.border-radius {
  border-top-left-radius: 16px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 4px;
}

/* Flex style */

.flx-bx {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.flx-bx-all {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-box-align: center;
  align-items: center;
}

.flx-horizontal-align {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.flx-vertical-align {
  -webkit-box-align: center;
  align-items: center;
}
.flx-bottom-align {
  -webkit-box-align: flex-end;
  align-items: flex-end;
}
.flx-content-align {
  -webkit-align-content: center;
  -moz-align-content: center;
  align-content: center;
}
.order-1 {
  -webkit-order: 1;
  -moz-order: 1;
  -ms-order: 1;
  order: 1;
}
.order-2 {
  -webkit-order: 2;
  -moz-order: 2;
  -ms-order: 2;
  order: 2;
}
.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
/* End Flex style */

section,
footer,
header {
  float: left;
  width: 100%;
  position: relative;
}

body,
html {
  height: 100%;
}
.main-wrap {
  min-height: 100%;
  position: relative;
}

/*Header*/
.landing-header-section {
  float: left;
  width: 100%;
  z-index: 56;
  position: fixed; /*padding: 52px 0 21px; */
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.landing-header-top {
  float: left;
  width: 100%;
  line-height: 18px;
  padding: 6px 0;
  background-color: #006db7;
  text-align: center;
  top: 0;
}
.landing-header-top p {
  display: inline-block;
  font-family: 'Barlow-SemiBold';
  font-size: 12px;
  line-height: 18px;
  color: #ffffff;
  padding-left: 23px;
  position: relative;
}
.landing-header-top .arrow-icon:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url('/wp-content/themes/greenbox-child/svg/landing/caret-right-white.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px 20px;
  left: 2px;
  top: 0px;
}
.landing-header-top p:first-child {
  padding-left: 0;
}
.landing-header-top p:first-child:after {
  display: none;
}
.landing-header-top a {
  display: inline-block;
  font-family: 'Barlow-Bold', sans-serif;
  font-size: 12px;
  line-height: 12px;
  color: #ffffff;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-left: 20px;
  position: relative;
}
.landing-header-top a:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 10px;
  border-radius: 0.5px;
  background-color: #ffffff;
  left: 10px;
  top: 2px;
}
.close-icon {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 5px;
  right: 20px;
  cursor: pointer;
  z-index: 9999999999999999;
}
.close-icon img,
.close-icon svg {
  width: 100%;
  height: 100%;
}
.landing-main-header {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.landing-main-header {
  float: left;
  width: 100%;
  padding: 21px 0;
  background-color: #ffffff;
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
/*.sticky .landing-main-header{position: fixed; top:0; left:0;z-index: 9999; padding: 21px 0;box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);  -moz- box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);}
*/
.landing-logo-wrap {
  float: left;
  width: 132px;
}
.landing-call-to-action {
  float: right;
  width: auto;
  margin-top: 4px;
}
.landing-call-to-action a {
  font-family: 'Barlow-Regular', sans-serif;
  font-size: 24px;
  line-height: 36px;
  color: #006db7;
  font-weight: normal;
  font-style: normal;
  padding-left: 37px;
  position: relative;
}
.landing-call-to-action a img,
.landing-call-to-action a svg {
  display: inline-block;
  width: 27px;
  height: 27px;
  vertical-align: middle;
}
.landing-call-to-action a span {
  display: inline-block;
  vertical-align: middle;
  padding-left: 9px;
}

/*MAIN NAV HEADER*/

.main-wrap {
  min-height: 100%;
  overflow: hidden;
  position: relative;
  overflow-x: hidden;
}

/* Beginning header style */

.main-header-section {
  float: left;
  width: 100%;
  padding: 62px 0 13px;
  position: absolute;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999;
  background-color: #fff;
}

.main-header-section .logo-wrap {
  float: left;
  width: 180px;
}
.main-header-section .nav-wrap {
  float: left;
  width: calc(100% - 180px);
  width: -webkit-calc(100% - 180px);
  width: -moz-calc(100% - 180px);
  padding-left: 10px;
  text-align: right;
  margin-top: 21px;
}

.main-header-section .logo-wrap,
.main-header-section .main-logo {
  line-height: initial;
  display: flex;
}

.main-header-section .main-nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

@media (max-width: 1050px) {
  .main-header-section .main-nav > ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.main-header-section .main-nav > ul > li {
  display: inline-block;
  position: relative;
}

.main-header-section .main-nav > ul > li.search .search-form-wrap {
  float: none;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
  height: auto;
  padding: 0px;
}

.main-header-section .main-nav > ul > li.search .search-form-wrap a {
  padding: 0px;
  margin: 0;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  font-size: 12px;
  color: #0299e5;
}

@media (min-width: 1050px) {
  .main-header-section .main-nav > ul > li.search .search-form-wrap a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 0px 15px;
  }
}

@media (max-width: 1050px) {
  .main-header-section .main-nav > ul > li.search .search-form-wrap a {
    height: 50px;
    font-size: 14px;
    font-weight: 400;
    margin-left: 20px;
  }
}

header.main-header-section
  .main-nav
  ul.main-nav-list
  li.search
  .search-form-wrap
  a
  svg {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.main-header-section .main-nav > ul > li:nth-child(2) {
  margin-right: 20px;
}
.main-nav > ul > li:nth-child(3),
.main-nav > ul > li:nth-child(4) {
  margin-right: 15px;
}

.main-header-section .main-nav > ul > li:after {
  content: '';
  position: absolute;
  height: 20px;
  width: 2px;
  background-color: rgba(129, 153, 164, 0.2);
  top: 0;
  left: -2px;
}
.main-header-section .main-nav ul > li:first-child:after,
.main-nav ul > li:last-child:after {
  display: none;
}
.main-header-section .main-nav ul > li:last-child {
  margin-right: 0;
}
.main-header-section .main-nav ul li a {
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #374f5a;
  font-family: 'Barlow-Bold', sans-serif;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  padding: 0 15px;
  letter-spacing: 1px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.main-header-section .main-nav ul li a:hover {
  color: #0299e5;
}

.main-header-section .Submenu > a:after {
  position: absolute;
  top: 8px;
  right: 2px;
  background-image: url('/wp-content/themes/greenbox-child/img/down-arrow.png');
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 10px;
  content: '';
  width: 10px;
  height: 10px;
}
.main-header-section .main-nav > ul > li > ul {
  position: absolute;
  background: #ffffff;
  width: 265px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  padding: 20px 25px;
  border: solid 1px #e0e4ea;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-top: 10px;
  left: -10px;
  z-index: 9;
  display: none;
  border-radius: 4px;
}
.main-header-section .main-nav > ul > li > ul:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 12px;
  top: -12.5px;
  left: 50%;
  background-image: url('/wp-content/themes/greenbox-child/img/up-arrow.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 12px;
  transform: translateX(-50%);
  padding-left: 49%;
  padding-right: 49%;
}
.main-header-section .main-nav > ul > li:nth-child(3) > ul:after {
  left: 71%;
}
/*.main-nav > ul > li:hover ul{display: block}*/
.main-header-section .main-nav > ul > li > ul > li {
  float: left;
  width: 100%;
  position: relative;
  margin: 10px 0 0 0;
}
.main-header-section .main-nav > ul > li > ul > li:first-child {
  margin-top: 0;
}
.main-header-section .main-nav > ul > li > ul a {
  float: left;
  width: 100%;
  font-family: 'Barlow-Medium', sans-serif;
  padding: 0;
  text-align: left;
}
.inactiveLink {
  pointer-events: none;
}

.main-header-section .header-top {
  float: left;
  width: 100%;
  background-color: #f7f9fa;
  padding: 10.5px 0;
  position: absolute;
  left: 0;
  top: 0;
}
.main-header-section .header-top-nav {
}
.main-header-section .header-top-nav ul {
  position: relative;
}
.main-header-section .header-top-nav ul:after {
  content: '';
  position: absolute;
  height: 20px;
  width: 2px;
  background-color: rgba(129, 153, 164, 0.2);
  top: 5px;
  left: auto;
  right: -15px;
}
.main-header-section .header-top-nav li {
  display: inline-block;
  margin: 0 10px;
}
.main-header-section .header-top-nav li a {
  display: block;
  font-size: 12px;
  line-height: 12px;
  color: #8897ad;
  padding: 10px 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Barlow-Medium', sans-serif;
}
.main-header-section .header-top-nav a:hover {
  color: #0299e5;
}
.main-header-section .header-top-nav .header-btn-wrap .ex-small-2.blue-btn {
  color: #fff;
}
.main-header-section .header-btn-wrap {
  float: left;
  width: 297px;
  text-align: right;
}
.main-header-section .header-btn-wrap a {
  margin: 0 4px;
}
.main-header-section .header-btn-wrap a:last-child {
  margin-right: 0;
}
.main-header-section .nav-bottom {
  display: none;
}
.main-header-section .phone-nav {
  position: absolute;
  right: 20px;
  top: 24px;
  width: 24px;
  height: 24px;
  display: none;
  padding: 4px;
}

.main-header-section .header-wrap {
  float: left;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/*.main-wrap.sticky .header-wrap{position: fixed; top: 0; background-color: #ffffff; z-index: 999; padding: 10px 0; box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1)}
*/
.main-header-section .navShown .main-logo {
  opacity: 0;
}

/*.main-wrap.sticky{padding-top: 140px}*/

.main-header-section.sticky .header-wrap {
  position: fixed;
  top: 0;
  background-color: #ffffff;
  z-index: 999;
  padding: 10px 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* //End header style */

/*Header*/

.main-content-wrap {
  margin-top: 120.75px;
}
.hero-inner-text {
  max-width: 670px;
  position: relative;
  z-index: 50;
}
.hero-text {
  float: left;
  width: 100%;
  padding: 70px 0 70px;
}
.hero-text h1 {
  color: #374f5a;
  font-family: 'Barlow-Light', sans-serif;
}
.hero-text h4 {
  color: #374f5a;
  font-family: 'Barlow-Medium', sans-serif;
  margin-top: 30px;
}
.hero-img {
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover; /*min-height: 260px; */
  width: 42.91666666666667%; /*max-width: 618px;*/
  float: right;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
.hero-img img {
  height: 100%;
  min-height: 232px;
  object-fit: cover;
  width: 100%;
}
.hero-img.hero-img-align-left img {
  object-position: left center;
}
.hero-img.hero-img-align-centre img {
  object-position: center;
}
.hero-img.hero-img-align-right img {
  object-position: right center;
}
.hero-img:before {
  content: '';
  position: absolute;
  top: 0;
  left: -2px;
  bottom: 0;
  background-image: url('/wp-content/themes/greenbox-child/svg/landing/wave-header-shape-white.svg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover; /*min-height: 260px;*/
  width: 370px;
  z-index: 1;
}
.landing-one-content .hero-img:after {
  content: '';
  position: absolute;
  width: 408px;
  height: 60px;
  background-image: url('/wp-content/themes/greenbox-child/svg/landing/events.svg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  left: 0;
  bottom: -30px;
  z-index: 10;
}
.landing-one-content .disable-colour-bubbles.hero-img:after {
  display: none;
}
.mobile-bottom {
  display: none;
}
.main-content {
  background-image: linear-gradient(to bottom, #f7f9fa, #ffffff);
  padding: 30px 0 70px 0;
}
.main-content-inner {
  float: left;
  width: 100%;
  position: relative;
}
.content-info {
  float: left;
  width: calc(100% - 438px);
  width: -webkit-calc(100% - 438px);
  width: -moz-calc(100% - 438px);
  position: relative;
}
.content-inner {
  float: left;
  width: 100%;
}
.content-inner .mobi,
.main-header-section .main-nav ul li a.mobi {
  display: none;
}

.landing-one-content .content-info {
  padding-top: 60px;
}
.landing-one-content .professionals-wrap .content-info {
  padding-top: 0;
  width: calc(100% - 434px);
  width: -webkit-calc(100% - 434px);
}

/*.navigation{float:left; width:100%;}
.navigation ul{ border-bottom: 1px solid rgba(129, 153, 164, 0.2); float: left; width: 100%; padding-bottom: 15px; }
.navigation ul li{float: left; margin:0  25px;}
.navigation ul li:first-child{margin-left: 0;}
.navigation ul li:last-child{margin-right: 0;}
.navigation ul li a{font-size: 12px; line-height: 12px; letter-spacing: 1px; color: #8897ad; text-transform: uppercase; font-family: 'Barlow-Medium',sans-serif;}
.navigation ul li.active a{font-family: 'Barlow-SemiBold'; color: #0299e5}*/

.content-info .nav-wrapper {
  padding-right: 0;
  float: left;
  width: 100%;
  background-color: rgba(247, 249, 250, 0.95);
  box-shadow: inset 0 -1px 0 0 rgba(224, 228, 234, 0.8);
  position: absolute;
  top: 0;
}
.content-info .nav-wrapper.isFixed {
  position: fixed;
  top: 96px;
  max-width: 582px;
  z-index: 999;
  margin-top: 1px;
  box-shadow: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.content-info .nav-wrapper.isFixed {
  max-width: 100%;
  left: 0;
}
.content-info .nav-wrapper .common-wrap {
  padding: 0;
}
.content-info .nav-wrapper.isFixed .common-wrap {
  padding: 0 20px;
}
.content-info .nav-wrapper.isFixed .nav-wrap-inner {
  padding: 0 20px;
}
.navigation {
  float: left;
  width: 100%;
  max-width: 582px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  font-size: 0;
  line-height: 0;
  padding: 18px 0;
}
.content-info .nav-wrapper.isFixed .navigation {
  box-shadow: inset 0 -1px 0 0 rgba(129, 153, 164, 0.2);
}
.landing-seo-content .content-info .nav-wrapper.isFixed {
  top: 84px;
}
.navigation .nav-item a {
  font-size: 12px;
  line-height: 26px;
  letter-spacing: 1px;
  color: #8897ad;
  text-transform: uppercase;
  font-family: 'Barlow-Medium', sans-serif;
}
.nav-item a:hover,
.nav-item a.active {
  color: #0299e5;
  font-weight: 600;
}

.navigation ul {
  border-bottom: 1px solid rgba(129, 153, 164, 0.2);
  float: left;
  width: 100%;
  padding-bottom: 15px;
}
.navigation ul li {
  float: left;
  margin: 0 25px;
}
.navigation ul li:first-child {
  margin-left: 0;
}
.navigation ul li:last-child {
  margin-right: 0;
}
.navigation ul li a {
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 1px;
  color: #8897ad;
  text-transform: uppercase;
  font-family: 'Barlow-Medium', sans-serif;
}
.navigation ul li.active a {
  font-family: 'Barlow-SemiBold';
  color: #0299e5;
}
.navigation .slick-next,
.navigation .slick-prev {
  box-shadow: none;
  background: transparent;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
}
.navigation .slick-next.slick-disabled,
.navigation .slick-prev.slick-disabled {
  display: none !important;
}
.navigation .slick-next {
  left: auto;
  right: -20px;
}
.navigation .slick-prev {
  left: -20px;
}
.navigation .slick-prev:after {
  content: '';
  background-image: linear-gradient(
    to right,
    #fcfcfd,
    rgba(255, 255, 255, 0.2)
  );
  position: absolute;
  width: 60px;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.navigation .slick-next:after {
  content: '';
  background-image: linear-gradient(to left, #fcfcfd, rgba(255, 255, 255, 0.2));
  position: absolute;
  width: 60px;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 1;
}
.navigation .slick-prev:before {
  background-image: url('/wp-content/themes/greenbox-child/svg/caret-right.svg');
  transform: translate(-50%, -50%) rotate(180deg);
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  -moz-transform: translate(-50%, -50%) rotate(180deg);
  z-index: 2;
}
.navigation .slick-next:before {
  background-image: url('/wp-content/themes/greenbox-child/svg/caret-right.svg');
  z-index: 2;
}

.content-inner span {
  font-size: 18px;
  line-height: 28px;
  color: #374f5a;
  font-family: 'Barlow-Regular', sans-serif;
  margin: 30px 0 27px 0;
  display: inline-block;
}
.content-inner h1 span,
.content-inner h2 span,
.content-inner h3 span,
.content-inner h4 span,
.content-inner h5 span,
.content-inner h6 span {
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  margin: inherit;
  display: inherit;
}

.content-inner p {
  float: left;
  width: 100%;
  color: #374f5a;
  margin-top: 21px;
}
.video-wrap {
  float: left;
  width: 100%;
}
.video-thumb {
  margin-top: 30px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 350px;
}
.video-thumb:after {
  content: '';
  background: rgba(55, 79, 90, 0.4);
  z-index: 1;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  border-radius: 16px 4px;
}
.video-icon {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 47px;
  height: 47px;
  cursor: pointer;
}
.video-wrap dfn {
  float: left;
  width: 100%;
  font-size: 14px;
  line-height: 24px;
  color: #063449;
  margin-top: 12px;
}
.video-wrap h4 {
  float: left;
  width: 100%;
  margin-top: 28px;
}
.video-wrap {
  margin-bottom: 28px;
}

.form-container {
  float: left;
  width: 320px;
  margin-top: 42px;
  border-radius: 4px;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #e0e4ea;
  padding: 26px 20px 30px 18px;
  margin-left: 0;
  text-align: center;
  background-color: #ffffff;
  border-radius: 16px 4px; /*position: sticky; position: -webkit-sticky;*/
  top: 110px;
  z-index: 999;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.isSticky {
  position: fixed;
  top: 240px;
  width: 320px;
}
.sticky-wrap {
  float: left;
  width: 100%;
  position: relative;
}
.sticky-box {
  float: left;
  margin-left: 11.47058823529412%;
}
/*.form-container.isFixed{    top: 240px;}*/
.form-container p {
  margin-top: 16px;
}
.from-wrap {
  width: 100%;
  margin-top: 24px;
}
.input-wrap,
.gform_footer,
.gfield {
  max-width: 280px;
  margin-top: 10px;
  text-align: left;
}
.input-wrap:first-child,
.gfield:first-child {
  margin-top: 0px;
}
.submit-wrap .large,
.gform_footer .gform_button {
  width: 100%;
}
.blue-btn,
.gform_footer .gform_button {
  color: #ffffff !important;
  margin-top: 10px;
}
.testimonial {
  float: left;
  width: 100%;
  background: #006db7;
  position: relative;
}
.testimonial:after,
.testimonial:before {
  content: '';
  width: 420px;
  height: 79px;
  background-image: url('/wp-content/themes/greenbox-child/svg/landing/group-3.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  top: 0;
  left: -80px;
  position: absolute;
}
.testimonial:before {
  width: 308px;
  height: 76px;
  background-image: url('/wp-content/themes/greenbox-child/svg/landing/group.svg');
  left: auto;
  top: auto;
  bottom: -40px;
  right: 77px;
}
.testimonial-item {
  float: left;
  width: 100%;
  position: relative;
  padding: 42px 0;
}
.testimonial-item figure {
  float: left;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 26px;
}
.testimonial-content {
  float: left;
  width: 497px;
}
.testimonial-content h4 {
  color: #ffffff;
}
.testimonial-content p {
  color: #ffffff;
  font-size: 22px;
  line-height: 36px;
  font-family: 'Barlow-Italic', sans-serif;
  margin-top: 13px;
}
.professionals-wrap {
  float: left;
  width: 100%;
  padding-top: 75px;
}
.professionals-item-row {
  float: left;
  width: 100%;
  margin-top: 30px;
}
.professionals-item-row h3 {
  font-family: 'Barlow-Regular', sans-serif;
}

.professionals-item-row:nth-child(2) {
  margin-top: 20px;
}
.professionals-item-inner {
  float: left;
  width: 100%;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
.professionals-item {
  float: left; /*width: 27.45098039215686%;*/
  width: calc(50% - 2.216%);
  margin: 20px 2.092% 0;
  background-color: #f7f9fa;
}
.professionals-item:nth-child(3n + 1),
.professionals-item:nth-child(3n + 3) {
  margin-left: 0;
}
.professionals-item:nth-child(3n + 2) {
  margin-right: 0;
}
.professionals-item figure {
  float: left;
  width: 100%;
  height: 130px;
  position: relative;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 16px;
  border-top-right-radius: 4px;
}
.professionals-item figure img {
  width: 100%;
  height: 130px;
  border-radius: 4px;
  object-fit: cover;
  object-position: center;
}
.professionals-item figure img {
  border-top-left-radius: 16px;
  border-top-right-radius: 4px;
}
.professionals-item figure:after {
  content: '';
  position: absolute;
  width: 102%;
  height: 30px;
  background-image: url('/wp-content/themes/greenbox-child/svg/landing/wave-featured-content-card.svg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  left: -3px;
  bottom: 0;
}
.professionals-item-text {
  float: left;
  padding: 0px 20px 37px;
}
.professionals-item-text p {
  font-size: 14px;
  line-height: 24px;
  color: #063449;
  margin-top: 6px;
}
.talks-in-johannesburg .professionals-item-text {
  padding: 0 20px 37px;
}
.talks-in-johannesburg p {
  margin-top: 2px;
}
.benefits-wrap {
  float: left;
  width: 57.15686274509804%;
  max-width: 584px;
  padding-top: 53px;
}
.benefits-wrap h4 {
  font-family: 'Barlow-Regular', sans-serif;
  margin-top: 22px;
}
ul.landing-list-item li,
.benefits-wrap ul li,
.course-accreditation-text ul li,
.content-info ul li {
  display: block;
  padding-left: 30px;
  margin-top: 20px;
  position: relative;
}
ul.landing-list-item li:after,
.benefits-wrap ul li:after,
.course-accreditation-text ul li:after,
.content-info ul li:after {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #006db7;
  border-radius: 50%;
  top: 10px;
  left: 7px;
}
.professionals-item-text h4 {
  min-height: 57px;
  display: flex;
  align-items: center;
}
.content-info ol,
.benefits-wrap ol {
  margin-bottom: 20px;
  float: left;
  width: 100%;
}
.content-info ol li,
.benefits-wrap ol li {
  margin-top: 20px;
}
.content-info ul li {
  position: relative;
}
.content-inner a,
.benefits-wrap a {
  color: #0299e5;
}

/* Tooltip */
.tooltip-icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: relative;
  display: inline;
}
.tooltip-icon img,
.tooltip-icon svg {
  width: 20px;
  cursor: pointer;
  vertical-align: middle;
}
.tooltip-icon svg {
  display: inherit;
}
.tooltip-content-wrap {
  position: absolute;
  top: -334px;
  left: 50%;
  width: 439px;
  margin-left: -221px;
  z-index: 1;
  display: none;
}
.tooltip-content-inner {
  float: left;
  width: 100%;
  background-color: #ffffff;
  border-radius: 16px;
  position: relative;
}
.tooltip-content {
  background-color: #ffffff;
  float: left;
  width: 100%;
  padding: 30px 35px 42px;
  border: solid 1px #0299e5;
  position: relative;
  border-radius: 2px;
  box-shadow:
    0 5px 15px 0 rgba(0, 0, 0, 0.07),
    0 15px 35px 0 rgba(50, 50, 93, 0.1),
    inset 0 -3px 0 0 #c8e6f6;
}
.tooltip-content:after {
  position: absolute;
  bottom: -10px;
  background-image: url('/wp-content/themes/greenbox-child/img/landing/tooltip-icon.png');
  width: 20px;
  height: 13px;
  left: 50%;
  margin-left: -10px;
  background-size: 20px 13px;
  background-position: center bottom;
  content: '';
}
.tooltip-content-inner .close-icon {
  top: 20px;
  right: 20px;
  z-index: 10;
}
.tooltip-content h4 {
  font-family: 'Barlow-SemiBold', sans-serif;
  margin-top: 0;
}
.tooltip-content ul {
  margin-top: 20px;
  counter-reset: counter;
}
.tooltip-content ul li {
  margin-top: 0;
  padding-left: 28px;
  counter-increment: counter;
  position: relative;
}
.tooltip-content li::before {
  content: counter(counter) '. ';
  font-family: 'Barlow-Regular', sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #374f5a;
  position: absolute;
  left: 0;
  top: 0;
}
.tooltip-content li:after {
  display: none;
}
.tooltip-content span,
.tooltip-content ul + p {
  float: left;
  margin-top: 20px;
}
/* Tooltip */

.course-accreditation-wrap,
.accordion-wrap-section {
  float: left;
  width: 100%;
  background-color: rgba(129, 153, 164, 0.1);
  padding: 113px 0 120px;
  margin-top: 155px;
  position: relative;
}
.desing-img {
  float: left;
  width: 100%;
  position: absolute;
  left: 0;
  top: -47px;
  height: 94px;
}
.desing-img img,
.desing-img svg {
  width: 100%;
  height: 100%;
}
.course-accreditation-text,
.accordion-wrap-section .additional-wrap {
  float: left;
  width: calc(100% - 438px);
  width: -webkit-calc(100% - 438px);
  width: -moz-calc(100% - 438px);
  background-color: #ffffff;
  box-shadow:
    0 5px 15px 0 rgba(0, 0, 0, 0.07),
    0 15px 35px 0 rgba(0, 0, 0, 0.1);
  padding: 50px 50px 50px 48px;
  margin-top: 4px;
  border-radius: 16px 4px;
}
.course-accreditation-text h4 {
  font-family: 'Barlow-Regular', sans-serif;
  margin-top: 20px;
}
.course-accreditation-text ul.landing-list-item li,
.course-accreditation-text ul li {
  margin-top: 21px;
}
.middle-logo {
  width: 111px;
  margin-top: 30px;
}
.landing-Testimonial {
  float: left;
  width: 320px;
  margin-left: 11.47058823529412%;
  text-align: center;
}
.landing-Testimonial-text {
  float: left;
  width: 100%;
  box-shadow:
    0 5px 15px 0 rgba(0, 0, 0, 0.07),
    0 15px 35px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  border-radius: 4px;
  padding: 97px 20px 75px;
}
.landing-Testimonial-text h4 {
  color: #8f53a1;
}
.landing-Testimonial-text p {
  font-size: 18px;
  line-height: 28px;
  margin-top: 20px;
}
a.landing-Testimonial-text {
  color: #374f5b;
}
.course-accreditation-Testimonial {
  float: left;
  width: 320px;
}
.graphic-thum {
  float: left;
  width: 100%;
  height: 119px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-bottom: -78px;
  margin-top: 50px;
}
.graphic-thum img,
.graphic-thum svg {
  width: 100%;
  height: 100%;
}
.graphic-thum .middle-img {
  width: 136px;
  height: 136px;
  border-radius: 50%;
  position: absolute;
  top: -26px;
  left: 47%;
  transform: translateX(-50%);
}
/* End landing-1 page */

/*Accorion Footer*/
.accordion-item h5 {
  float: none;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  font-family: 'Barlow-SemiBold';
  color: #374f5a;
  padding: 23px 32px 23px 0;
  box-shadow: inset 0 -1px 0 0 rgba(129, 153, 164, 0.2);
  cursor: pointer;
  letter-spacing: normal;
  position: relative;
}

.accordion-item h5:after,
.active.accordion-item h5:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url('/wp-content/themes/greenbox-child/svg/plus.svg');
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: center center;
  top: 29px;
  right: 4px;
}
.active.accordion-item h5 {
  box-shadow: none;
}
.active.accordion-item h5:after {
  background-image: url('/wp-content/themes/greenbox-child/svg/minus.svg');
}
.accordion-text {
  float: none;
  width: 100%;
  display: none;
  padding-right: 30px;
}

.main-content-wrap .accordion-text p {
  margin-top: 10px;
}

.additional-wrap a,
a.call-to-action {
  font-size: 14px;
  line-height: 14px;
  font-family: 'Barlow-Bold';
  color: #0299e5;
  font-weight: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 37px;
}
/* .accordion-wrap .accordion-item:first-child .accordion-text {
  display: block;
} */
.additional-wrap p a,
.additional-wrap ul li a {
  margin-top: 0;
  text-transform: unset;
  display: inline;
}
.additional-wrap p + p,
.additional-wrap ul {
  margin-top: 16px;
}
.additional-wrap ul {
  margin-bottom: 16px;
}
.additional-wrap ul ul {
  margin-top: 0;
}

/*Beginning Landing-2 page*/
.landing-two-page .landing-main-header,
.landing-three-page .landing-main-header {
  top: 0;
}
.landing-two-content .hero,
.landing-three-content .hero,
.landing-one-content .hero-blue {
  background-image: linear-gradient(to left, #006db7 50%, #0299e5);
}
.landing-two-content .hero-img {
  background-position: right center;
}
.landing-two-content .hero-text {
  padding: 70px 0 66px;
}
.landing-two-content .hero-text h1,
.landing-three-content .hero-text h1,
.landing-one-content .hero-blue h1,
.landing-one-content .hero-blue h4 {
  color: #ffffff;
}
.landing-two-content .hero-img:before,
.landing-three-content .hero-img:before,
.landing-one-content .hero-img.landing-hero-blue:before {
  background-image: url('/wp-content/themes/greenbox-child/svg/landing/wave-header-shape-blue.svg');
}
.landing-two-content .hero-img:after,
.landing-three-content .hero-img:after,
.landing-one-content .hero-img.landing-hero-blue:after {
  content: '';
  position: absolute;
  width: 408px;
  height: 60px;
  background-image: url('/wp-content/themes/greenbox-child/svg/landing/header-bottom-small.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  left: 0;
  bottom: -30px;
  z-index: 10;
}
.landing-two-content .content-inner span {
  margin: 12px 0 30px 0;
}
.landing-slider-wrap {
  float: left;
  width: 100%;
  margin-top: 50px;
}
.landing-slider {
  float: left;
  width: 100%;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
  border-radius: 16px 4px;
}
.landing-slider-item {
  float: left;
  width: 100%;
  min-height: 350px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 16px 4px;
  position: relative;
}
.landing-slider-item img {
  object-fit: cover;
  object-position: center;
  min-height: 350px;
  height: 350px;
  border-radius: 16px 4px;
  width: 100%;
}

/* Slider */
.slick-arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow:
    0 5px 15px 0 rgba(0, 0, 0, 0.07),
    0 15px 35px 0 rgba(50, 50, 93, 0.1);
  background-color: #ffffff;
  z-index: 100;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  background-color: #ffffff;
}
.slick-arrow:hover {
  background-color: #f7f9fa;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
}
.slick-prev:before,
.slick-next:before {
  content: '';
  width: 20px;
  height: 20px;
  background-image: url('/wp-content/themes/greenbox-child/svg/landing/arrow-right-blue.svg');
  background-repeat: no-repeat;
  background-size: 20px 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  background-position: center;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
.slick-prev:before {
  transform: translate(-50%, -50%) rotate(180deg);
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  -moz-transform: translate(-50%, -50%) rotate(180deg);
}
.slick-next {
  right: -20px;
}
.slick-prev {
  left: -20px;
}
.slick-dotted.slick-slider {
  margin-bottom: 0;
}

/* Slider */
.landing-two-content .form-container {
  margin-top: 12px;
}
.programme-wrap,
.qualification-wrap {
  float: left;
  width: 100%;
  max-width: 582px;
  margin-top: 30px;
}
.programme-wrap dfn {
  float: left;
  color: #5bc4bf;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.5px;
  font-family: 'Barlow-SemiBold', sans-serif;
  text-transform: uppercase;
  background-color: rgba(91, 196, 191, 0.1);
  padding: 4px 13px;
  border-radius: 5px 0;
}
.programme-wrap h2 {
  float: left;
  color: #374f5a;
  margin-top: 11px;
}
.programme-wrap p {
  float: left;
  margin-top: 26px;
}
.programme-info-wrap {
  float: left;
  width: 100%;
  margin-top: 14px;
}
.programme-item {
  float: left;
  width: 44.32989690721649%;
  margin: 0 5.670103092783505%;
}
.programme-item:nth-child(2n + 1) {
  margin-left: 0;
}
.programme-item:nth-child(2n + 2) {
  margin-right: 0;
}
.programme-item-inner {
  float: left;
  width: 100%;
  margin-top: 25px;
}
.programme-item-inner img {
  float: left;
  width: 30px;
}
.programme-item-text {
  float: left;
  width: calc(100% - 48px);
  margin-left: 10px;
}
.programme-item-text h6 {
  letter-spacing: 0.5px;
  font-family: 'Barlow-Regular', sans-serif;
  text-transform: uppercase;
}
.programme-item-text dfn {
  font-size: 14px;
  line-height: 24px;
  font-family: 'Barlow-SemiBold', sans-serif;
  color: #374f5a;
  margin-top: 2px;
  text-transform: unset;
  letter-spacing: 0;
  padding: 0;
  border-radius: none;
  background-color: transparent;
}
.course-end {
  float: left;
  width: 100%;
  margin-top: 25px;
}
.landing-two-content .testimonial-item {
  padding: 44px 0 42px;
}
.equivalent-programme-wrap {
  float: left;
  width: 100%;
  padding-top: 41px;
}
.qualification-wrap {
  margin-top: 50px;
}
.qualification-wrap .divider {
  float: left;
  width: 100%;
  height: 48px;
}
.qualification-wrap .divider img,
.qualification-wrap .divider svg {
  width: 100%;
  height: 100%;
}
.qualification-wrap h2 {
  float: left;
  width: 100%;
  padding-top: 70px;
}
.qualification-wrap h4 {
  float: left;
  width: 100%;
  margin-top: 30px;
  font-family: 'Barlow-Regular', sans-serif;
}
.qualification-wrap ul.landing-list-item {
  float: left;
  width: 100%;
}
.landing-two-content .course-accreditation-wrap {
  margin-top: 140px;
  padding: 111px 0 100px;
}
/*End Landing-2 page*/

/* Begining landing -3*/
.landing-three-content .hero-text {
  padding: 70px 0 100px;
}
.landing-three-content .main-content {
  padding: 60px 0 70px 0;
}
.landing-three-content .form-container {
  margin-top: 0;
  padding: 28px 20px 30px 18px;
}
.landing-three-content .content-inner h4 + p {
  margin-top: 20px;
}
.landing-three-content .content-inner p {
  margin-top: 25px;
}
.applications {
  float: left;
  width: 100%;
  margin-top: 30px;
  font-size: 18px;
  line-height: 26px;
}
.sub-page-link {
  float: left;
  width: 100%;
  margin-top: 9px;
}
.sub-page-link h6 {
  margin-top: 22px;
  letter-spacing: 0.5px;
  font-family: 'Barlow-Regular', sans-serif;
  text-transform: uppercase;
}
.sub-page-link a {
  display: inline-block;
  width: 100%;
  padding-right: 30px;
  font-size: 14px;
  line-height: 24px;
  color: #374f5a;
  font-family: 'Barlow-SemiBold', sans-serif;
  font-weight: normal;
  font-style: normal;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
}
.sub-page-link a:hover {
  color: #0299e5;
}
.sub-page-link a:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url('/wp-content/themes/greenbox-child/svg/landing/arrow-right-blue.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px 20px;
  top: 2px;
  right: 0px;
}
.landing-three-content .form-container p {
  font-size: 18px;
  line-height: 28px;
  font-family: 'Barlow-Regular', sans-serif;
  color: #374f5a;
  margin-top: 20px;
}
.landing-three-content .from-wrap {
  margin-top: 20px;
}
.landing-three-content .selectric .label {
  font-size: 14px;
  line-height: 24px;
  color: #99a8bc;
  margin-top: 0;
}
.landing-three-content .testimonial-section,
.landing-one-content .testimonial-section {
  background-color: rgba(129, 153, 164, 0.1);
  text-align: center;
  margin-top: 154px;
  padding: 118px 0 88px;
}
.testimonial-divider {
  float: left;
  width: 100%;
  position: absolute;
  left: 0;
  top: -47px;
  height: 94px;
}
.testimonial-divider img,
.testimonial-divider svg {
  width: 100%;
  height: 100%;
}
.testimonial-slider-wrap {
  float: left;
  width: 100%;
}
.testimonial-section .common-wrap {
  max-width: 1060px;
}
.slider-item {
  float: left;
  width: 31.37254901960784%;
  padding: 0 15px 30px;
}
.slider-thum {
  float: left;
  width: 100%;
  position: relative;
}
.slider-thum .graphic-thum {
  margin-top: 60px;
}
.author-thum {
  width: 43.872%;
  top: 32%;
  left: 25%;
  position: absolute;
  border-radius: 50%;
}
picture.author-thum img,
picture.middle-img img {
  border-radius: 50%;
  height: 136px;
  object-fit: cover;
  object-position: center;
}
.hero-img picture img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  object-position: center;
}
.item-inner-text {
  float: left;
  width: 100%;
  text-align: center; /*box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);*/
  -webkit-box-shadow:
    0 5px 15px 0 rgba(0, 0, 0, 0.07),
    0 15px 15px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow:
    0 5px 15px 0 rgba(0, 0, 0, 0.07),
    0 15px 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow:
    0 5px 15px 0 rgba(0, 0, 0, 0.07),
    0 15px 15px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  background-color: #ffffff;
  padding: 90px 20px 47px;
  min-height: 295px;
}
.item-inner-text h4 {
  font-size: 18px;
  line-height: 28px;
  color: #8f53a1;
}
.item-inner-text p {
  font-size: 18px;
  line-height: 28px;
  color: #374f5a;
  margin-top: 20px;
}
.testimonial-section .slick-prev,
.testimonial-section .slick-next {
  top: 57%;
}
.testimonial-section .slick-prev {
  left: -8px;
}
.testimonial-section .slick-next {
  right: -8px;
}
.selectric .button {
  background-image: url('/wp-content/themes/greenbox-child/svg/nav-dropdown-bl.svg');
  background-size: 20px;
  background-position: left center;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px; /*-webkit-transform: translateY(-50%) rotate(90deg); -moz-transform: translateY(-50%) rotate(90deg); transform: translateY(-50%) rotate(90deg);*/
  top: 32%;
  right: 10px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.selectric .label {
  padding: 10px 14px 8px;
  font-size: 14px;
  line-height: 24px;
  font-family: 'Barlow-Regular', sans-serif;
  color: #99a8bc;
  border: 1px solid #e0e4ea;
  border-radius: 2px;
  background-color: #ffffff;
  text-align: left;
  margin-top: 0;
}

.selectric-open .selectric .button {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.selectric-open .selectric .label {
  color: #15273d;
  border: solid 1px rgba(2, 153, 229, 0.5);
  box-shadow: 0 1px 3px 0 rgba(2, 153, 229, 0.1);
}
.selectric-items {
  box-shadow:
    0 5px 15px 0 rgba(0, 0, 0, 0.1),
    inset 0 1px 0 0 #f7f9fa;
  border: solid 1px rgba(2, 153, 229, 0.5);
  border-radius: 4px;
  top: 44px;
}

.selectric-items ul {
  padding: 0;
}
.selectric-items li {
  font-size: 14px;
  line-height: 24px;
  padding: 0;
  color: #374f5a;
  font-family: 'Barlow-Regular', sans-serif;
  padding: 10px 15px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-align: left;
}
.selectric-items li:first-child {
  display: none;
}
.selectric-items li:nth-child(2) {
  margin-top: 0;
}
.selectric-items li:hover {
  background-color: #f7f9fa;
}

.selectric-wrapper:hover {
  /*box-shadow: 0 1px 3px 0 rgba(2, 153, 229, 0.1); border: solid 1px rgba(2, 153, 229, 0.5);*/
}

/* End landing -3*/

/* registration-successful */
.registration-successful-content {
  float: left;
  width: 100%;
  height: 100vh;
  background-color: #ffffff;
  padding-top: 70px;
  position: relative;
}
.registration-successful-content h2 {
  float: left;
  width: 100%;
  font-size: 32px;
  line-height: 42px;
  font-family: 'Barlow-Regular', sans-serif;
  text-align: center;
}
.registration-successful-content h2 + p {
  float: left;
  margin-top: 42px;
}
.registration-successful-content h4 {
  float: left;
  line-height: 26px;
  margin-top: 10px;
}
.registration-successful-content p {
  float: left;
  margin-top: 20px;
}
.done-btn {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 16px;
  padding: 0 20px;
}
.done-btn .blue-btn {
  width: 100%;
}
/* registration-successful */

.benefits-wrap .accordion-wrap {
  padding-bottom: 40px;
}

/* Landing Footer */
.landing-footer-section {
  float: left;
  width: 100%;
  background-color: #374f5a;
  box-shadow: inset 0 -1px 0 0 #6b6680;
}
.landing-footer-inner {
  position: relative;
  padding: 40px 0 28px;
}
.footer-design {
  width: 100%;
  height: 82px;
  position: absolute;
  top: -38px;
  left: 0;
}
.footer-design img,
.footer-design svg {
  width: 100%;
  height: 100%;
}
.landing-footer-section .widget-wrap {
  float: left;
  width: 100%;
  padding-bottom: 22px;
}
.landing-footer-section .widget-item {
  float: left;
  width: 42.64705882352941%;
  margin-top: 30px;
  padding-right: 10px;
}
.landing-footer-section .widget-item:nth-child(2) {
  width: calc(57.25490196078431% - 191px);
  width: -webkit-calc(57.25490196078431% - 191px);
}
.landing-footer-section .widget-item:nth-child(3) {
  width: 191px;
  padding-right: 0;
}
.landing-footer-section .widget-item .social-link {
  float: left;
  width: 100%;
  text-align: right;
}
.landing-footer-section .widget-item .social-link a {
  float: left;
  margin-right: 10px;
  position: relative;
}
.landing-footer-section .widget-item .social-link a:last-child {
  margin-right: 0;
}
.landing-footer-section .widget-item .social-link img,
.widget-item .social-link svg {
  padding-right: 0;
  vertical-align: middle;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

img.hover,
.hover svg:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
}
/*.social-link:hover .hover{opacity: 1; transform: scale(1)}*/
.landing-footer-section .social-link a.hover:hover svg:nth-child(2) {
  opacity: 1;
  transform: scale(1);
}
.landing-footer-section .social-link a.hover:hover svg:nth-child(1) {
  opacity: 0;
}

.landing-footer-section .widget-wrap h5 {
  margin-bottom: 10px;
  text-transform: uppercase;
}
.landing-footer-section .widget-wrap a {
  font-family: 'Barlow-SemiBold', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
  font-style: normal;
  color: #f7f9fa;
}
.landing-footer-section .widget-wrap a:hover,
.widget-wrap address:hover {
  text-decoration: underline;
}
.landing-footer-section .widget-wrap address,
.landing-footer-section .widget-wrap address a {
  display: inline-block;
  font-family: 'Barlow-Regular', sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #f7f9fa;
  cursor: pointer;
}

.landing-footer-section .widget-wrap .email {
  display: inline-block;
  padding-left: 30px;
}
.landing-footer-section .widget-wrap img,
.landing-footer-section .widget-wrap svg {
  display: inline-block;
  vertical-align: sub;
  padding-right: 5px;
  max-height: 20px;
  max-width: 20px;
  width: 100%;
}
.footer-bottom {
  float: left;
  width: 100%;
  padding: 25px 0 28px;
  border-top: 1px solid #8199a4;
  font-family: 'Barlow-Regular', sans-serif;
  font-size: 12px;
  line-height: 20px;
  color: #8199a4;
}
.footer-bottom p {
  float: left;
  width: auto;
}
.landing-footer-section .footer-bottom a {
  float: right;
  width: auto;
  font-family: 'Barlow-Bold';
  color: #8199a4;
  padding-right: 25px;
}
/* Landing Footer */

/* Beginning main footer style */

.mid-gray-bg {
  background-color: #374f5a;
}
.footer-top {
  float: left;
  width: 100%;
  padding: 30px 0 69px;
  position: relative;
}
.footer-top-left {
  float: left;
  width: 40%;
  margin: 0 5.735294117647059% 0 0;
  position: relative;
}
.footer-top-right {
  float: left;
  width: 48.52941176470588%;
  margin: 0 0 0 5.735294117647059%;
}
.footer-top h4 {
  margin-bottom: 21px;
  color: #ffffff;
}
.footer-top .form-wrap {
  float: left;
  width: 100%;
}
.footer-top .input-wrap,
.footer-top .gfield {
  float: none;
  width: 64.2156862745098%;
}
.footer-top .input-wrap input[type='email'],
.footer-top .gfield input[type='email'] {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.footer-top .btn-submit {
  float: left;
  width: 35.7843137254902%;
}
.footer-top .btn-submit input[type='submit'] {
  height: 44px;
  color: #ffffff;
  border: 0;
  width: 100%;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #0299e5;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 42px;
  text-transform: uppercase;
  font-family: 'Barlow-Bold';
}
.footer-top .btn-submit input[type='submit']:hover {
  background-color: #018ace;
}
.footer-top:after {
  position: absolute;
  left: 47%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  content: '';
  width: 1px;
  background-color: rgba(129, 153, 164, 0.2); /*height: 204px;*/
  top: 0;
  bottom: 0;
}
.footer-divider {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -60px;
}
.footer-divider img,
.footer-divider svg {
  height: 110px;
  width: 100%;
}
.ft-btn-wrap {
  float: left;
  width: 100%;
}
.ft-btn-wrap a {
  float: left;
  width: 46.868686868687%;
  margin: 0 3.030303030303%;
  height: 44px;
  line-height: 42px;
}
.ft-btn-wrap a:nth-child(2n + 1) {
  margin-left: 0;
}
.main-footer-section .widget-wrap {
  float: left;
  width: 100%;
  margin: 78px 0 50px;
}
.main-footer-section .widget-item,
.footer-alt-nav .col-one,
.footer-alt-nav .col-two,
.footer-alt-nav .col-three,
.footer-alt-nav .col-four {
  float: left;
  width: 22.74509803921569%;
  margin: 0 1.503267979856209%;
}
.main-footer-section .widget-item:last-child,
.footer-alt-nav .col-four {
  margin-left: 1.503267979856209%;
}
.main-footer-section .widget-item h5,
.alt-footer-nav ul > li.Submenu > a,
.alt-footer-nav ul > li > ul li a {
  text-transform: uppercase;
  color: #8199a4;
  margin-bottom: 2px;
}
.widget-item ul li a,
.alt-footer-nav ul li ul li a {
  font-size: 14px;
  line-height: 24px;
  color: #f7f9fa;
  margin-top: 6px;
  letter-spacing: 0;
  font-family: 'Barlow-Regular', sans-serif;
}
.widget-item ul li a:hover,
.alt-footer-nav ul li ul li a:hover {
  text-decoration: underline;
}
.widget-content,
.alt-footer-nav ul > li {
  float: left;
  width: 100%;
  margin-top: 38px;
}
.alt-footer-nav ul > li > ul > li,
.alt-footer-nav ul > li:first-child {
  margin-top: 0;
}
.main-footer-section .footer-alt-nav .widget-wrap {
  margin: 30px 0 60px;
  display: flex;
  flex-flow: row;
}

.main-footer-section .footer-bottom {
  -webkit-box-shadow: inset 0 -1px 0 0 rgba(129, 153, 164, 0.2);
  -moz-box-shadow: inset 0 -1px 0 0 rgba(129, 153, 164, 0.2);
  box-shadow: inset 0 -1px 0 0 rgba(129, 153, 164, 0.2);
  border-top: 1px solid rgba(129, 153, 164, 0.2);
  float: left;
  width: 100%;
  padding: 18px 0 28px;
  z-index: 9999999;
  position: relative;
  background-color: #374f5a;
}
.main-footer-section .footer-bottom p {
  color: #8199a4;
  font-size: 12px;
  line-height: 30px;
  margin-right: 14px;
}
.main-footer-section .footer-bottom p a {
  color: #8199a4;
  margin: 0 8px;
  font-family: 'Barlow-Bold';
}
.main-footer-section .footer-bottom p a:hover {
  color: #f7f9fa;
  cursor: pointer;
}
.social-wrap {
  float: right;
}
.social-wrap li {
  display: inline-block;
}
.social-wrap li a {
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

img.hover,
svg.hover {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
}

.footer-bottom .social-wrap a:hover img.hover,
.contact-social-wrap .social-wrap a:hover img.hover,
.footer-bottom .social-wrap a:hover svg.hover,
.contact-social-wrap .social-wrap a:hover svg.hover,
.landing-footer-section .social-link a:hover svg.hover {
  opacity: 1;
  transform: scale(1);
}
.footer-bottom .social-wrap a:hover .static,
.contact-social-wrap .social-wrap a:hover .static,
.landing-footer-section .social-link a:hover svg.static {
  opacity: 0;
}

.main-footer-section .gform_footer .gform_button {
  max-width: 280px;
}
.ft-btn-wrap a:nth-child(2n + 2),
.widget-item:last-child {
  margin-right: 0;
}
.main-footer-section .gform_footer {
  max-width: 100%;
}
.widget-item:nth-child(4n + 1),
.footer-alt-nav .col-one {
  margin-left: 0;
}
.main-footer-section .gform_footer input {
  width: 64.2156862745098%;
}

.slideup-icon {
  float: left;
  margin-right: 29px;
}
.slideup-icon path {
  fill: #fff;
}
.slideup-icon:hover path {
  fill: #0299e5;
}
.footer-alt-nav {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
}
.footernavShown .footer-alt-nav {
  bottom: 77px;
  z-index: 9999;
}
.footer-alt-nav-close {
  padding: 19px 0;
  box-shadow: inset 0 -1px 0 0 rgba(129, 153, 164, 0.2);
  width: 100%;
  display: block;
  float: left;
  position: relative;
}
.footer-alt-nav-close .slide-curve {
  position: absolute;
  top: 0;
  left: 0;
}
.closeFNav:hover {
  cursor: pointer;
}
.closeFNav {
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  font-family: 'Barlow-Bold';
  font-size: 12px;
  line-height: normal;
  float: right;
  position: relative;
  z-index: 2;
}

.alt-footer-nav ul > li > a {
  text-transform: uppercase;
}
.alt-footer-nav ul > li > ul li a {
  text-transform: capitalize;
}
/* //End main footer style */

/*.nav-wrap + .content-inner h4{margin-top: 30px}*/
.hidden_sub_label,
.validation_error {
  display: none;
}
.content-inner h4 {
  font-family: 'Barlow-Regular';
  margin-top: 30px;
}
.content-inner h4 strong {
  font-family: 'Barlow-SemiBold';
  font-weight: normal;
}
.programme-item-inner svg {
  float: left;
}

/*Colours*/
.p-red dfn.faculty {
  color: #f1666a;
  background-color: rgba(241, 102, 106, 0.2);
}
.p-green dfn.faculty {
  color: #5bc4bf;
  background-color: rgba(91, 196, 191, 0.1);
}
.p-yellow dfn.faculty {
  color: #ffc709;
  background-color: rgba(255, 198, 10, 0.2);
}
.p-lpurple dfn.faculty {
  color: #8f53a1;
  background-color: rgba(143, 83, 161, 0.2);
}
.p-grey dfn.faculty {
  color: #6b6680;
  background-color: rgba(107, 102, 128, 0.2);
}
.p-purple dfn.faculty {
  color: #69207e;
  background-color: rgba(105, 32, 126, 0.2);
}
.p-pink dfn.faculty {
  color: #ec008c;
  background-color: rgba(236, 0, 140, 0.2);
}
.p-turquoise dfn.faculty {
  color: #00b7ce;
  background-color: rgb(0, 183, 206, 0.2);
}

.p-red .programme-info-wrap svg path:first-child,
.p-red .programme-info-wrap svg path:nth-child(2),
.p-red .programme-info-wrap svg circle {
  fill: #f1666a;
}
.p-green .programme-info-wrap svg path:first-child,
.p-green .programme-info-wrap svg path:nth-child(2),
.p-green .programme-info-wrap svg circle {
  fill: #5bc4bf;
}
.p-yellow .programme-info-wrap svg path:first-child,
.p-yellow .programme-info-wrap svg path:nth-child(2),
.p-yellow .programme-info-wrap svg circle {
  fill: #ffc709;
}
.p-lpurple .programme-info-wrap svg path:first-child,
.p-lpurple .programme-info-wrap svg path:nth-child(2),
.p-lpurple .programme-info-wrap svg circle {
  fill: #8f53a1;
}
.p-grey .programme-info-wrap svg path:first-child,
.p-grey .programme-info-wrap svg path:nth-child(2),
.p-grey .programme-info-wrap svg circle {
  fill: #6b6680;
}
.p-purple .programme-info-wrap svg path:first-child,
.p-purple .programme-info-wrap svg path:nth-child(2),
.p-purple .programme-info-wrap svg circle {
  fill: #69207e;
}
.p-pink .programme-info-wrap svg path:first-child,
.p-pink .programme-info-wrap svg path:nth-child(2),
.p-pink .programme-info-wrap svg circle {
  fill: #ec008c;
}
.p-turquoise .programme-info-wrap svg path:first-child,
.p-turquoise .programme-info-wrap svg path:nth-child(2),
.p-turquoise .programme-info-wrap svg circle {
  fill: #00b7ce;
}

.landing-one-content .no-nav {
  padding-top: 0;
}

.anchor-wrap {
  float: left;
  width: 100%;
}
.slick-prev:before,
.slick-next:before {
  opacity: 1;
}
.testimonial-wrap .author-thum {
  width: 43.872%;
  top: 50%;
  left: 50%;
  position: absolute;
  border-radius: 50%;
}
.testimonial-wrap {
  float: left;
  width: 100%;
  position: relative;
  margin-top: 98px;
}
.testimonial-wrap .graphic-thum {
  float: none;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
}
.testimonial-wrap .graphic-thum svg {
  width: 100%;
}
.thumbwrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(-33%);
  -webkit-transform: translateY(-33%);
  -moz-transform: translateY(-33%);
}
.testimonial-wrap .author-thum {
  top: 38%;
  left: 47%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  width: 100%;
  max-width: 136px;
  min-width: 80px;
  height: 136px;
  object-fit: cover;
  object-position: center;
}

.mobi {
  display: none;
}
.desktop {
  display: block;
}
.main-content-wrap {
  margin-top: 127.75px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.landing-hero-blue:before {
  height: 101%;
}
/*.landing-one-content  .hero-img.landing-hero-blue:after{left: -8px;}*/
/* .main-content{z-index: 2} */
.footer-bottom a:hover {
  color: #f7f9fa;
}
.slick-slider .slick-prev:before,
.slick-slider .slick-next:before {
  opacity: 1;
}

.topBarHidden .main-content-wrap {
  margin-top: 97.75px;
}
.topBarHidden .nav-wrap.isFixed {
  top: 96px;
}
.topBarHidden .form-container.isFixed {
  top: 208px;
}
.form-container {
  position: absolute;
  left: 63.2%;
  top: 0;
  bottom: auto;
  margin-top: 136px;
  z-index: 3;
  bottom: auto;
}
.isSticky {
  position: fixed;
  top: 113px;
  margin-top: 0px;
  width: 320px;
}
.isStickyRemoved,
.topBarHidden .form-container.isStickyRemoved {
  top: auto;
  bottom: 0px;
}
.isStickyRemoved.isSticky,
.topBarHidden .form-container.isStickyRemoved.isSticky {
  top: 182px;
  margin-top: 46px;
  width: 320px;
  bottom: auto;
}

.no-top-bar .main-content-wrap {
  margin-top: 95.75px;
}
.back-btn {
  margin-top: 20px;
}
.hidden_label .gfield_label {
  display: none;
}
.benefits-wrap p {
  margin-top: 21px;
}

/*LANDING PAGE SEO*/
.landing-seo-content .text-area-content h2 {
  margin-top: 50px;
  width: 100%;
  float: left;
}
.additional-wrap .divider {
  float: left;
  width: 100%;
  position: relative;
  margin-top: 50px;
}
.additional-wrap .divider:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  top: 59%;
  left: 0;
  background-image: linear-gradient(to right, #5bc4bf, #006db7);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
.text-area-content ul li,
.additional-wrap ul li {
  float: left;
  width: 100%;
  margin-top: 21px;
  padding-left: 30px;
  position: relative;
}
.text-area-content ul li:after,
.additional-wrap ul li:after {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #006db7;
  border-radius: 50%;
  left: 7px;
  top: 11px;
}
.accordion-wrap-section .additional-wrap {
  padding: 30px 50px 50px 48px;
}
.additional-wrap ul li {
  margin-top: 0;
}
.accordion-wrap-section {
  margin-top: 50px;
}
.inactiveLink {
  pointer-events: none;
}

.landing-seo-content {
  margin-top: 140.3px;
}
.landing-seo-content .hero-img:after {
  content: none;
}
.curve-desktop.desktop {
  position: absolute;
  z-index: 10;
  bottom: -30px;
  width: 408px;
  height: 60px;
  left: 0;
}
.accordion-lower-section {
  padding: 113px 0 70px;
}

.text-area-content p a {
  color: #0299e5;
  font-family: 'Barlow-Bold';
}

.p-red figure svg g path:first-child,
.p-red figure svg g path:nth-child(3),
.p-red .curve-desktop svg g path:first-child,
.p-red .curve-desktop svg g path:nth-child(3),
.p-red .mobile-bottom svg g path:first-child,
.p-red .mobile-bottom svg g path:nth-child(3),
.p-red .hero-wave svg g path:first-child,
.p-red .hero-wave svg g path:nth-child(3) {
  fill: #f1666a;
}
.p-green figure svg g path:first-child,
.p-green figure svg g path:nth-child(3),
.p-green .curve-desktop svg g path:first-child,
.p-green .curve-desktop svg g path:nth-child(3),
.p-green .mobile-bottom svg g path:first-child,
.p-green .mobile-bottom svg g path:nth-child(3),
.p-green .hero-wave svg g path:nth-child(3) {
  fill: #5bc4bf;
}
.p-green .curve-desktop svg g path:first-child,
.p-green .mobile-bottom svg g path:first-child,
.p-green .hero-wave svg g path:first-child {
  fill: #00b7ce;
}
.p-yellow > figure > svg g path:first-child,
.p-yellow > figure > svg g path:nth-child(3),
.p-yellow .curve-desktop svg g path:first-child,
.p-yellow .curve-desktop svg g path:nth-child(3),
.p-yellow .mobile-bottom svg g path:first-child,
.p-yellow .mobile-bottom svg g path:nth-child(3),
.p-yellow .hero-wave svg g path:first-child,
.p-yellow .hero-wave svg g path:nth-child(3) {
  fill: #ffc709;
}
.p-lpurple figure svg g path:first-child,
.p-lpurple figure svg g path:nth-child(3),
.p-lpurple.curve-desktop svg g path:first-child,
.p-lpurple .curve-desktop svg g path:nth-child(3),
.p-lpurple .mobile-bottom svg g path:first-child,
.p-lpurple .mobile-bottom svg g path:nth-child(3),
.p-lpurple .hero-wave svg g path:first-child,
.p-lpurple .hero-wave svg g path:nth-child(3) {
  fill: #8f53a1;
}
.p-grey figure svg g path:first-child,
.p-grey figure svg g path:nth-child(3),
.p-grey .curve-desktop svg g path:first-child,
.p-grey .curve-desktop svg g path:nth-child(3),
.p-grey .mobile-bottom svg g path:first-child,
.p-grey .mobile-bottom svg g path:nth-child(3),
.p-grey .hero-wave svg g path:first-child,
.p-grey .hero-wave svg g path:nth-child(3) {
  fill: #6b6680;
}
.p-purple figure svg g path:first-child,
.p-purple figure svg g path:nth-child(3),
.p-purple .curve-desktop svg g path:first-child,
.p-purple .curve-desktop svg g path:nth-child(3),
.p-purple .mobile-bottom svg g path:first-child,
.p-purple .mobile-bottom svg g path:nth-child(3),
.p-purple .hero-wave svg g path:nth-child(3) {
  fill: #69207e;
}
.p-purple .curve-desktop svg g path:first-child,
.p-purple .mobile-bottom svg g path:first-child,
.p-purple .hero-wave svg g path:first-child {
  fill: #8f53a1;
}
.p-pink figure svg g path:first-child,
.p-pink figure svg g path:nth-child(3),
.p-pink .curve-desktop svg g path:first-child,
.p-pink .curve-desktop svg g path:nth-child(3),
.p-pink .mobile-bottom svg g path:first-child,
.p-pink .mobile-bottom svg g path:nth-child(3),
.p-pink .hero-wave svg g path:first-child,
.p-pink .hero-wave svg g path:nth-child(3) {
  fill: #ec008c;
}
.p-turquoise figure svg g path:first-child,
.p-turquoise figure svg g path:nth-child(3),
.p-turquoise .curve-desktop svg g path:first-child,
.p-turquoise .curve-desktop svg g path:nth-child(3),
.p-turquoise .mobile-bottom svg g path:first-child,
.p-turquoise .mobile-bottom svg g path:nth-child(3),
.p-turquoise .hero-wave svg g path:first-child,
.p-turquoise .hero-wave svg g path:nth-child(3) {
  fill: #00b7ce;
}

/*custom checkbox*/
.gfield_checkbox li:before input[type='checkbox']:checked {
  background-image: url('/wp-content/themes/greenbox-child/svg/checkbox-active.svg');
}
.gfield [type='checkbox']:not(:checked),
.gfield [type='checkbox']:checked {
  position: absolute !important;
  left: -9999px;
}
.gfield [type='checkbox']:not(:checked) + label,
.gfield [type='checkbox']:checked + label {
  position: relative !important;
  cursor: pointer !important;
}
.gfield [type='checkbox']:not(:checked) + label:before,
.gfield [type='checkbox']:checked + label:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  background-image: url('/wp-content/themes/greenbox-child/svg/checkbox-default.svg');
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}
.gfield [type='checkbox']:not(:checked) + label:after,
.gfield [type='checkbox']:checked + label:after {
  content: '';
  top: 0px;
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  border-radius: 2px;
  left: 0px;
}
.gfield [type='checkbox']:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.gfield [type='checkbox']:checked + label:after {
  background-image: url('/wp-content/themes/greenbox-child/svg/checkbox-active.svg');
  background-color: #0299e5;
}
.gfield [type='checkbox']:disabled:not(:checked) + label:before,
.gfield [type='checkbox']:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
.gfield [type='checkbox'] + label {
  padding-left: 30px;
}

/*Amelia*/
.content-inner #am-category span,
.content-inner .amelia-app-booking span {
  font-size: 14px;
  line-height: 14px;
  font-family: 'Barlow-Regular', sans-serif;
  margin: 0;
  display: inline-block;
}
.amelia-section {
  float: left;
  -webkit-width: calc(100% - 438px);
  -moz-width: calc(100% - 438px);
  width: calc(100% - 438px);
  min-width: calc(100% - 438px);
}
.amelia-booking {
  float: left;
  width: 100%;
}
.el-select-dropdown.el-popper {
  margin-top: 45px;
}
.el-form-item__label {
  float: left;
  width: 100%;
}
.el-input.el-input--suffix {
  float: left;
  width: 100%;
}

.main-content .amelia-app-booking .el-button--primary.el-button span,
.main-content
  #am-category
  .am-category-service
  .am-category-service-hover
  .el-button
  span {
  color: #fff;
  text-transform: uppercase;
}
.main-content .el-button,
.main-content
  #am-category
  .am-category-service
  .am-category-service-hover
  .el-button {
  text-transform: uppercase;
}
.main-content .amelia-app-booking .el-button--primary.el-button:hover {
  background-color: #018ace;
  border: solid 1px rgba(21, 39, 61, 0.1);
  color: #fff;
}
.main-content .amelia-app-booking .el-button--primary.el-button:hover span {
  color: #fff;
}
.main-content
  .amelia-app-booking
  .am-step-booking-catalog
  .am-confirm-booking
  .am-confirm-booking-form
  .am-confirmation-booking-details
  > div
  p:first-child {
  margin-right: 4px !important;
}
.main-content .amelia-app-booking .am-step-booking-catalog {
  margin: 8px auto 48px;
}

.booking-btn {
  position: fixed;
  right: 0;
  bottom: 31px;
  z-index: 99999;
}
.booking-btn a {
  display: flex;
  align-items: center;
  line-height: 20px;
  height: auto;
  font-size: 14px;
  text-transform: uppercase;
  color: #006db7;
  font-family: 'Barlow-SemiBold', sans-serif;
  text-align: right;
}
.booking-btn figure {
  margin-right: 5px;
  margin-left: 5px;
}
.booking-btn a span {
  background-color: #fff;
  padding: 2px 15px;
  border-radius: 5px;
}

.main-content #am-catalog .am-category,
.main-content #am-category .am-category-service .am-category-service-info {
  background-color: #fff;
  -webkit-box-shadow:
    0 5px 15px 0 rgba(0, 0, 0, 0.07),
    0 15px 35px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow:
    0 5px 15px 0 rgba(0, 0, 0, 0.07),
    0 15px 35px 0 rgba(0, 0, 0, 0.1);
  box-shadow:
    0 5px 15px 0 rgba(0, 0, 0, 0.07),
    0 15px 35px 0 rgba(0, 0, 0, 0.1);
}
.main-content
  #am-category
  .am-category-service
  .am-category-service-hover
  span.am-category-service-title {
  color: #fff;
}
.main-content #am-category .am-category-service {
  -webkit-box-shadow:
    0 5px 15px 0 rgba(0, 0, 0, 0.07),
    0 15px 35px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow:
    0 5px 15px 0 rgba(0, 0, 0, 0.07),
    0 15px 35px 0 rgba(0, 0, 0, 0.1);
  box-shadow:
    0 5px 15px 0 rgba(0, 0, 0, 0.07),
    0 15px 35px 0 rgba(0, 0, 0, 0.1);
}
.main-content
  #am-category
  .am-category-service
  .am-category-service-hover
  .el-button {
  background-color: #0299e5;
  font-family: 'Barlow-Bold', sans-serif;
  border: solid 1px rgba(21, 39, 61, 0.1);
  bottom: 20px;
}
.main-content
  #am-category
  .am-category-service
  .am-category-service-hover
  .el-button
  span {
  font-family: inherit;
  letter-spacing: 1px;
}
.content-inner #am-category .el-button span,
.content-inner .amelia-app-booking .el-button.el-button--primary span {
  font-family: 'Barlow-Bold', sans-serif;
  letter-spacing: 1px;
}
.main-content .content-inner #am-category .el-button.el-button--primary span,
.content-inner .amelia-app-booking .el-button.el-button--primary span {
  color: #fff;
}
.main-content .el-button.el-button--default span {
  color: #0299e5;
}
.main-content .amelia-app-booking .el-button--primary.el-button,
.main-content .am-modal.am-in-body .el-button--primary.el-button,
.content-inner .amelia-app-booking .el-button.el-button--primary span {
  color: #fff;
}

/*Cookie bar*/
.cli-style-v2 .cli-bar-btn_container .cli-plugin-button {
  font-size: 12px;
  line-height: 28px;
  padding: 0 20px 1px;
}
.cli-style-v2 .cli-bar-btn_container .cli_settings_button {
  border: 1px solid #ffffff;
}
#cookie-law-info-bar {
  box-shadow: none;
}
.cli-bar-message a {
  color: inherit;
  text-decoration: underline;
}

.content-inner ol {
  padding-left: 23px;
}
.content-inner ol li {
  float: left;
  width: 100%;
  margin-top: 21px;
  padding-left: 30px;
  position: relative;
}

.gfield_radio {
  padding-top: 10px;
}
.gfield_radio li {
  position: relative;
  padding-left: 24px;
}
body .gform_wrapper ul li.gfield.optional .gfield_radio label::after {
  content: '';
  opacity: 1;
}
body .gform_wrapper .gfield_radio li input[type='radio'] {
  display: none;
}
ul.gfield_radio li[class^='gchoice'] label:before,
ul.gfield_radio li[class^='gchoice'] label:after {
  content: '';
  margin: auto;
  position: absolute;
  top: 8px;
}
ul.gfield_radio li[class^='gchoice'] label:before {
  content: '';
  background-color: transparent;
  border: solid 1px #0299e5;
  border-radius: 50%;
  display: inline-block;
  left: 0;
  position: absolute;
  top: 8px;
  transition:
    left 0.25s,
    background-color 0.13s;
  width: 10px;
  height: 10px;
}
ul.gfield_radio input[type='radio']:checked + label:after {
  content: '';
  background-color: #0299e5;
  border-radius: 50%;
  left: 0px;
  z-index: 9;
  width: 12px;
  height: 12px;
}

.gfield textarea {
  height: 110px;
  font-size: 14px;
  line-height: 24px;
  color: #99a8bc;
  padding: 10px 15px;
  border: 1px solid #e0e4ea;
  border-radius: 4px;
  float: left;
  width: 100%;
  font-family: 'Barlow-Regular';
}
.form-container .gfield,
.form-container .gfield_label,
.form-container .gfield_description {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}
.form-container .gfield_label {
  font-size: 16px;
  line-height: 24px;
  color: #374f5a;
  font-family: 'Barlow-SemiBold';
}

/* =======================================================================================================
============================================ Responsive style ========================================== */

/*		Mobile Layout: less than or equal to 767px.
----------------------------------------------------------------------------------
*/

@media only screen and (max-width: 768px) {
  input[type='text'],
  input[type='email'],
  input[type='tel'],
  input[type='search'],
  input[type='number'],
  input[type='submit'],
  input[type='password'],
  select,
  textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .main-wrap {
    overflow: hidden;
  }
  .desk {
    display: none;
  }
  .mobi {
    display: block;
  }
  .content-inner .desk,
  .landing-call-to-action a .desk {
    display: none;
  }
  .content-inner .mobi {
    display: block;
  }

  h1,
  .hero h1 {
    font-size: 32px;
    line-height: 42px;
    font-family: 'Barlow-Regular', sans-serif;
  }
  h2 {
    font-size: 26px;
    line-height: 34px;
  }
  h3 {
    font-size: 20px;
    line-height: 28px;
    font-family: 'Barlow-Regular', sans-serif;
  }

  /* Menu style */
  .landing-header-top,
  .hero-img:before,
  .hero-img:after {
    display: none;
  }
  .landing-main-header {
    padding: 15px 0;
    top: 0;
  }
  .landing-logo-wrap {
    width: 111px;
    max-height: 40px;
  }

  /*Main-header*/
  .main-header-section {
    position: fixed;
    top: 0;
    background-color: #f7f9fa;
    z-index: 99999999 !important;
    width: 100%;
    padding: 0px;
  }
  .main-header-section .common-wrap,
  .courses-info-wrap {
    padding: 0;
  }
  .main-header-section .logo-wrap {
    position: relative;
    padding: 0;
    width: 100%;
    background-color: #ffffff;
    padding: 15px 20px;
  }
  .main-header-section .main-logo {
    width: 111px;
    float: left;
  }
  .main-header-section .phone-nav {
    display: block;
    z-index: 50;
  }
  .main-header-section .phone-nav div {
    position: absolute;
    left: 4px;
    width: 16px;
    height: 1px;
    background: #374f5a;
    top: 4px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
  .main-header-section .phone-nav div:nth-child(2) {
    top: 8px;
  }
  .main-header-section .phone-nav div:last-child {
    top: 12px;
  }
  .navShown .main-header-section .phone-nav div:first-child {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 2px;
    left: 6px;
    width: 16px;
    height: 2px;
  }
  .navShown .main-header-section .phone-nav div:last-child {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 13px;
    left: 6px;
    width: 16px;
    height: 2px;
  }
  .navShown .main-header-section .phone-nav div:nth-child(2) {
    opacity: 0;
  }
  .navShown .main-header-section .phone-nav div {
    background: #0299e5;
  }
  .main-header-section .nav-bottom {
    display: block;
    width: 100%;
    background-color: #f7f9fa;
    float: left;
    padding-bottom: 100px;
  }
  .main-header-section .nav-wrap {
    float: left;
    width: 100%;
    padding: 0;
    text-align: left;
    display: none;
    background-color: #f7f9fa;
    margin-top: 0;
    height: 100vh;
    overflow-y: auto;
  }
  .main-header-section .main-nav {
    float: left;
    width: 100%;
    position: relative;
    z-index: 30;
    margin-bottom: 10px;
    background-color: #fff;
  }
  .main-header-section .main-nav > ul > li {
    float: left;
    width: 100%;
  }
  .main-header-section .main-nav ul li a {
    padding: 16px 0 20px;
    border-bottom: 1px solid rgba(129, 153, 164, 0.2);
    margin: 0 20px;
  }
  .main-header-section .main-nav ul li a:last-child {
    border: none;
  }
  .main-header-section .nav-bottom-nav ul > li > a {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #8199a4;
    text-transform: uppercase;
    padding: 16px 0 20px;
    border-bottom: 1px solid rgba(129, 153, 164, 0.2);
    display: block;
    margin: 0 20px;
    position: relative;
    font-family: 'Barlow-Medium';
  }
  .main-header-section .main-nav > ul > li > ul,
  .main-header-section .nav-bottom-nav ul > li > ul {
    width: 100%;
    left: 0;
    border: none;
    box-shadow: none;
    padding: 10px 0 20px;
    display: none;
    float: left;
    position: relative;
  }
  .main-header-section .main-nav > ul > li > ul {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
  }
  .main-header-section .nav-bottom-nav ul > li > ul > li a {
    margin-top: 15px;
  }
  .main-header-section .main-nav > ul > li > ul > li a {
    margin-top: 5px;
    text-transform: capitalize;
    letter-spacing: normal;
  }
  .main-header-section .nav-bottom-nav ul > li > ul {
    background-color: #f7f9fa;
  }
  .main-header-section .nav-bottom-nav ul > li > ul > li a {
    padding: 0;
    border: none;
  }
  .main-header-section .nav-bottom-btn-wrap {
    float: left;
    width: 100%;
    margin-top: 40px;
    padding: 0 20px;
  }
  .main-header-section .nav-bottom-btn-wrap a.btn.ex-small,
  .main-header-section .nav-bottom-btn-wrap a.btn.ex-small-2 {
    width: 46.875%;
    float: left;
  }
  .main-header-section .nav-bottom-btn-wrap a.btn.ex-small {
    margin-right: 3.125%;
  }
  .main-header-section .nav-bottom-btn-wrap a.btn.ex-small-2 {
    margin-left: 3.125%;
  }
  .main-header-section .Submenu > a:after {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url('/wp-content/themes/greenbox-child/svg/nav-dropdown-bl.svg');
    background-size: 20px;
    width: 20px;
    height: 20px;
  }
  .main-header-section .Submenu > a.active:after {
    -webkit-transform: translateY(-50%) rotate(-180deg);
    -moz-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg);
  }
  /*.Submenu > a.active:after{}*/
  .main-header-section .main-nav ul > li.Submenu > ul {
    border-bottom: 1px solid rgba(129, 153, 164, 0.2);
    margin: 0 20px;
    width: auto;
  }
  .landing-seo-content .content-info .nav-wrapper.isFixed {
    top: 69px;
  }
  .main-header-section .main-nav ul li.Submenu a.active {
    border-bottom: 1px solid #fff;
  }
  .main-header-section .main-nav > ul > li > ul a {
    font-size: 16px;
    line-height: 26px;
    font-family: 'Barlow-Regular', sans-serif;
  }
  .main-header-section .main-nav ul > li.Submenu > ul li a {
    margin-left: 0;
    margin-right: 0;
  }
  .main-header-section .navShown .main-logo {
    opacity: 0;
  }

  /* Menu style */

  /* Landing -1 */
  /*.main-content-wrap{padding-top: 70px;}*/
  .main-content {
    padding: 23px 0 50px 0;
  }
  .hero-text,
  .landing-two-content .hero-text,
  .landing-three-content .hero-text {
    padding: 30px 0;
  }
  .hero h4 {
    line-height: 26px;
    margin-top: 20px;
  }
  .hero-img {
    float: left;
    width: 100%;
    max-width: 100%;
    min-height: 170px;
    position: relative;
  }
  .hero-img {
    min-height: 170px;
    height: 170px;
    object-position: center;
  }
  .mobile-bottom img,
  .mobile-bottom svg {
    width: 100%;
  }
  .mobile-bottom {
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -1px;
    right: 0;
    margin-bottom: -1px;
    height: auto;
    z-index: 10;
  }
  .main-content .content-info {
    width: 100%;
  }
  .content-inner p {
    margin-top: 18px;
  }

  .main-divider {
    display: none;
  }
  .navigation {
    float: none;
    width: auto;
    max-width: 100%;
    display: block;
  }
  .navigation .slick-list {
    overflow: visible;
  }
  /*  .navigation .slick-list .nav-item{max-width:93px;}
    .navigation .slick-list .nav-item:nth-child(2){max-width: 65px}*/
  .navigation .slick-slide {
    margin: 0 25px;
  }
  /*.navigation  .slick-list {margin: 0 -25px;}*/
  .navigation:after {
    content: '';
    background-image: linear-gradient(
      to left,
      #fcfcfd,
      rgba(255, 255, 255, 0.2)
    );
    position: absolute;
    width: 60px;
    height: 59px;
    right: -20px;
    top: 0;
  }

  /* navigation*/
  .nav-inner {
    padding: 0;
  }
  /*.nav-wrap.isFixed{top:68px}*/
  .isFixed .nav-inner {
    padding: 0 20px;
  }
  .navigation {
    float: left;
    width: 100%;
    white-space: nowrap;
    border-bottom: 1px solid rgba(129, 153, 164, 0.2);
    min-height: auto;
    padding: 23px 0 25px;
  }
  /*.navigation .nav-item a{font-size:9px}*/

  /* navigation*/
  .content-inner span {
    line-height: 26px;
    margin: 30px 0;
  }
  .video-thumb {
    min-height: 170px;
    margin-top: 50px;
  }
  .video-wrap h4 {
    margin-top: 48px;
  }
  .main-content .form-container {
    float: left;
    width: 100%;
    margin-left: 0;
    display: none;
  }
  .testimonial:after {
    left: -142px;
  }
  .testimonial:before {
    right: -112px;
  }
  .testimonial-item {
    text-align: center;
    padding: 30px 0 37px;
  }
  .testimonial-item figure {
    float: none;
    width: 60px;
    margin: 0 auto;
    clear: both;
  }
  .testimonial-content {
    width: 100%;
  }
  .testimonial-content h4 {
    line-height: 28px;
    margin-top: 15px;
  }
  .testimonial-content p {
    font-size: 18px;
    line-height: 30px;
    margin-top: 14px;
  }
  .professionals-wrap {
    padding-top: 60px;
    text-align: center;
  }
  .professionals-item-row:nth-child(2) {
    margin-top: 30px;
  }
  .professionals-item {
    width: 100%;
    margin: 10px 0 0 0;
  }
  .professionals-item:first-child {
    margin-top: 30px;
  }
  .professionals-item figure:after {
    width: 102%;
  }
  .talks-in-johannesburg {
    margin-top: 50px;
  }
  .professionals-item-text,
  .talks-in-johannesburg .professionals-item-text {
    text-align: left;
    padding: 1px 23px 20px;
  }
  .professionals-item-text h4,
  .course-accreditation-text h4 {
    line-height: 28px;
  }
  .benefits-wrap {
    width: 100%;
    max-width: 100%;
    text-align: left;
    padding-top: 76px;
  }
  .benefits-wrap h4 {
    font-size: 20px;
    line-height: 28px;
    margin-top: 30px;
  }
  ul.landing-list-item li,
  .programme-wrap h2,
  .benefits-wrap ul li {
    float: left;
    width: 100%;
    margin-top: 20px;
  }
  .course-accreditation-wrap {
    margin-top: 125px;
    padding: 58px 0 100px;
  }
  .course-accreditation-text {
    width: 100%;
    padding: 34px 20px 30px;
    margin-top: 0;
  }
  .landing-Testimonial {
    width: 100%;
    margin-top: 50px;
    margin-left: 0;
  }
  .landing-Testimonial .graphic-thum {
    margin-top: 56px;
    height: 123px;
    background-size: contain;
    background-position: center;
  }
  .landing-Testimonial-text {
    padding: 95px 20px 75px;
  }
  .middle-logo {
    margin-top: 23px;
  }

  .professionals-item-text h4 {
    min-height: auto;
  }
  .professionals-item-text p {
    margin-top: 20px;
  }

  /* tooltip */
  .tooltip-content-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    margin-left: 0;
    z-index: 1;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 0 20px;
    z-index: 999;
  }
  .tooltip-content-inner {
    position: relative;
    top: 12%;
    transform: translateY(-50%);
    left: 0;
  }
  .tooltip-content:after {
    display: none;
  }
  .tooltip-content ul li {
    margin-top: 0;
  }
  /* tooltip */
  /* Landing -1 */

  /* Landing -2 */
  .landing-two-content .main-content {
    padding: 18px 0 50px 0;
  }
  .landing-slider-item {
    min-height: 180px;
  }
  .landing-slider-item img {
    min-height: 180px;
    height: 180px;
  }
  .programme-wrap {
    margin-top: 48px;
  }
  .programme-wrap dfn {
    float: left;
    width: 200px;
    font-size: 12px;
    line-height: 12px;
    padding: 4px 0;
    background-color: rgba(91, 196, 191, 0.1);
    text-align: center;
  }
  .programme-wrap p {
    margin-top: 28px;
  }
  .programme-item {
    float: left;
    width: 100%;
    margin: 0;
  }
  .programme-info-wrap {
    margin-top: 5px;
  }
  .programme-item-text span {
    margin: 2px 0 0 0;
  }
  .programme-item-text dfn {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    padding: 0;
    background-color: transparent;
  }
  .landing-two-content .testimonial-item {
    padding: 32px 0 42px;
  }
  .equivalent-programme-wrap {
    padding-top: 14px;
  }
  .equivalent-programme-wrap p {
    margin-top: 26px;
  }
  .qualification-wrap {
    margin-top: 56px;
  }
  .qualification-wrap h2 {
    padding-top: 50px;
  }
  .landing-two-content .course-accreditation-wrap {
    margin-top: 125px;
    padding: 58px 0 100px;
  }
  .desing-img {
    top: -45px;
  }
  /* Landing -2 */

  /*Landing - 3*/
  .landing-three-content .main-content {
    padding: 31px 0 92px 0;
  }
  .sub-page-link a {
    display: block;
    padding-right: 34px;
    margin-top: 2px;
  }
  .sub-page-link a:after {
    right: 0;
  }
  .landing-three-content .testimonial-section {
    margin-top: 30px;
  }
  .landing-three-content .testimonial-section {
    padding: 95px 0 170px;
  }
  .slider-item {
    padding: 0 9px;
  }
  .graphic-thum {
    margin-bottom: -81px;
  }
  .author-thum {
    top: 30%;
    left: 50%;
    transform: translate(-59%, 5%);
    -webkit-transform: translate(-59%, 5%);
    -moz-transform: translate (-59%, 5%);
    width: 48.4%;
    max-width: 136px;
  }
  .testimonial-slider-wrap {
    margin-left: -10px;
  }
  .testimonial-section .slick-list {
    overflow: visible;
    visibility: visible;
  }
  .testimonial-section .slick-prev,
  .testimonial-section .slick-next {
    top: auto;
    bottom: -90px;
    right: 35%;
  }
  .testimonial-section .slick-prev {
    right: auto;
    left: 35%;
  }

  /*Landing - 3*/

  /* Footer*/
  .main-nav > ul > li > ul:after,
  .divider-img,
  .header-top,
  .main-nav > ul > li:after,
  .after-hero .input-row .input-col,
  .tab-item-list,
  .tab-item-content h3,
  .tab-item-row,
  .event-item-left .link,
  .event-item-right:before,
  .event-item-right ul li.date,
  .footer-top:after,
  .widget-content ul,
  .widget-item ul,
  .contact-tab-item-row,
  .sidebar-info,
  .courses-browse .col-thum,
  .col-content p,
  .content-info-left,
  .content-info-row:last-child .content-info-right h6,
  .pagination-block,
  .hero-img:before,
  .hero-img,
  .blog-thum:after,
  .blog-landing-content p,
  .category-item,
  .blog-article .divider,
  .related-course,
  .post-row-item p,
  .post-row-inner:after,
  .comment-section:after,
  .comment-title span,
  .desk,
  .post-item,
  .post-row-wrap .post-item-row:last-child,
  .main-divider {
    display: none;
  }
  .landing-footer-section,
  .main-footer-section {
    margin-bottom: 70px;
  }
  .landing-footer-inner {
    padding-top: 35px;
  }
  .widget-item,
  .widget-item:nth-child(2),
  .widget-item:nth-child(3) {
    float: left;
    width: 100%;
    text-align: center;
    padding-right: 0;
  }
  .widget-wrap a,
  .widget-wrap .email {
    display: block;
    padding-left: 0;
  }
  .social-link {
    padding-right: 0;
    text-align: center !important;
  }
  .social-link a {
    float: none !important;
    display: inline-block;
  }
  .footer-bottom {
    text-align: center;
  }
  .footer-bottom p {
    float: left;
    width: 100%;
    text-align: center;
  }
  .footer-bottom a {
    float: left;
    width: 100%;
    text-align: center;
    padding-right: 0;
  }
  /* Footer*/
  .register-btn {
    float: left;
    width: 100%;
    background-color: #ffffff;
    text-align: center;
    position: fixed;
    bottom: -1px;
    left: 0;
    padding: 10px 20px 16px;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: -1px;
    z-index: 99999999;
  }
  .register-btn .blue-btn {
    margin-top: 0;
  }
  .from-wrap.mobi {
    display: none;
    width: 100%;
    height: 100vh;
    padding: 70px 20px 16px;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #ffff;
    margin-top: 0;
    text-align: center;
    z-index: 99999999;
  }
  .cross {
    background-image: url('/wp-content/themes/greenbox-child/svg/landing/close-blue.svg');
    background-position: center;
    background-size: 24px;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 25px;
    right: 25px;
  }
  .from-wrap.mobi h2 {
    font-size: 32px;
    line-height: 42px;
  }
  .from-wrap.mobi .form-inner {
    margin-top: 30px;
  }
  .from-wrap.mobi .input-wrap,
  .from-wrap.mobi .gfield {
    max-width: 100%;
  }
  .confirm-registration-btn {
    float: left;
    width: 100%;
    padding: 0 20px;
    position: absolute;
    left: 0;
    bottom: 16px;
  }
  .confirm-registration-btn .blue-btn {
    width: 100%;
  }

  .landing-Testimonial .graphic-thum {
    margin-top: 56px;
    height: auto;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: -83px;
  }
  .landing-one-content .professionals-wrap .content-info {
    width: 100%;
  }
  .main-content-wrap {
    margin-top: 70px;
  }
  .landing-header-section {
    padding: 0;
  }
  .main-content {
    padding: 0 0 50px 0;
  }
  .video-wrap {
    margin-bottom: 50px;
  }
  .landing-one-content .testimonial-section {
    margin-top: 92px;
  }

  .widget-item:last-child {
    margin-left: 0;
  }
  .landing-Testimonial .testimonial-wrap .graphic-thum {
    transform: none;
    left: auto; /*margin-top: 56px; */
    height: auto;
    width: 100%; /*left: 50%; transform: translateX(-50%); */
    margin-bottom: -83px;
    margin: 0 auto 0px;
    max-width: 320px;
  }
  .testimonial-wrap .graphic-thum svg {
    float: none;
    width: 100%;
    margin: 0 auto;
  }
  .testimonial-wrap .author-thum {
    top: 35%;
    left: 50%;
  }
  .thumbwrap {
    position: absolute;
    padding: 0 0 0 20px;
  }

  .mobi,
  .main-header-section .main-nav ul li a.mobi {
    display: block;
  }
  .desktop,
  .main-header-section .main-nav ul li a.desktop {
    display: none;
  }
  .landing-one-content .testimonial-section {
    padding-bottom: 170px;
  }

  .gform_wrapper {
    margin-top: 30px;
  }
  .gform_footer {
    max-width: 100%;
    bottom: 0;
    position: absolute;
    width: 100%;
    padding: 10px 20px 16px;
    left: 0;
  }
  .content-inner .anchor-wrap h4 {
    margin-top: 0;
  }
  .anchor-wrap {
    margin-top: 30px;
  }
  .video-wrap + .anchor-wrap {
    margin-top: 0;
  }

  .footer-bottom a {
    margin-top: 18px;
  }
  .nav-wrap.isFixed {
    top: 69px;
  }
  .slick-arrow {
    border-radius: 100%;
  }
  .slick-arrow:hover {
    box-shadow: none;
  }
  .sticky-box .form-container {
    display: none;
  }
  .landing-one-content .content-inner .anchor-wrap h4 {
    margin-top: inherit;
  }

  .sticky-box .form-container {
    z-index: 999999999;
    left: 0;
    top: 43px;
    margin-top: 0;
    width: 100%;
    position: fixed;
    box-shadow: none;
    border: none;
    height: calc(100% - 44px);
    overflow-x: auto;
  }
  .sticky-box .gform_wrapper {
    position: relative;
    padding-bottom: 90px;
  }
  .sticky-box .gform_footer {
    padding-left: 0;
    padding-right: 0;
  }
  .sticky-box > .form-container > p {
    display: none;
  }
  .sticky-box .form-container .from-wrap p {
    display: block;
  }
  .sticky-box .form-container h2 {
    font-size: 32px;
    line-height: 42px;
  }
  .form-container .gfield {
    max-width: 100%;
  }

  body #covid-bar {
    display: none !important;
  }

  /*footer main*/
  .ft-btn-wrap a {
    margin-top: 10px;
  }
  .footer-top-right {
    -webkit-order: 1;
    -moz-order: 1;
    -ms-order: 1;
    order: 1;
    margin-top: 0;
  }
  .footer-top .common-wrap,
  .ft-btn-wrap {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
  }
  .footer-top-left,
  a.btn.transparent-btn-white {
    width: 100%;
  }

  .main-footer-top-inner {
    flex-flow: column;
  }

  .footer-top-left,
  .footer-top-right,
  .ft-btn-wrap a:nth-child(2n + 1),
  .nav-bottom-nav ul > li,
  .footer-top .input-wrap,
  .footer-top .gfield,
  .footer-top .gfield,
  .footer-top .btn-submit,
  .ft-btn-wrap a,
  .main-footer-section .widget-item,
  .widget-item,
  .landing-footer-section .widget-item,
  .landing-footer-section .widget-item:nth-child(3),
  .landing-footer-section .widget-item:nth-child(2),
  .footer-top .gfield,
  .main-footer-section .gform_footer input,
  .accordion-wrap-section .additional-wrap {
    float: left;
    width: 100%;
  }
  .footer-top .gfield,
  .main-footer-section .gform_footer .gform_button {
    max-width: 100%;
  }
  .footer-top-left {
    margin-top: 48px;
  }
  .footer-top-left,
  .ft-btn-wrap a,
  .main-footer-section .widget-item,
  .main-footer-section .widget-item:last-child,
  .footer-alt-nav .col-one,
  .footer-alt-nav .col-two,
  .footer-alt-nav .col-three,
  .footer-alt-nav .col-four {
    margin-right: 0;
    margin-left: 0;
  }
  .footer-top-right {
    margin-left: 0;
  }
  .footer-top-left .gform_footer {
    padding: 0;
    position: relative;
    float: left;
  }
  .main-footer-section .gform_footer input {
    margin-top: 0;
  }
  .footer-top-right {
    -webkit-order: 1;
    -moz-order: 1;
    -ms-order: 1;
    order: 1;
    margin-top: 0;
  }
  .footer-top-left {
    width: 100%;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-order: 2;
    order: 2;
  }
  .footer-top:after {
    content: none;
  }
  .footer-divider svg {
    height: auto;
  }
  .footer-divider {
    position: relative;
    top: auto;
    bottom: auto;
    margin-top: 38px;
    float: left;
    width: 100%;
  }
  .main-footer-section .widget-wrap {
    margin: -19px 0 0px;
  }
  .main-footer-section .widget-item h5,
  .alt-footer-nav ul > li > a {
    padding: 15px 0;
    float: left;
    width: 100%;
    position: relative;
    border-bottom: 1px solid rgba(129, 153, 164, 0.2);
  }
  .main-footer-section .widget-item:last-child h5 {
    border: none;
  }
  .main-footer-section .widget-item h5:after {
    position: absolute;
    content: '';
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(90deg);
    -moz-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    background-image: url('/wp-content/themes/greenbox-child/svg/caret-right-gray.svg');
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: right center;
    width: 20px;
    height: 20px;
    right: 0;
  }
  .main-footer-section .widget-item.active h5:after {
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -moz-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
    background-image: url('/wp-content/themes/greenbox-child/svg/caret-right-gray-active.svg');
  }
  .main-footer-section .widget-expand li {
    margin-top: 9px;
    font-size: 14px;
    line-height: 24px;
  }
  .main-footer-section .widget-expand li a {
    font-size: 14px;
    line-height: 24px;
  }
  .main-footer-section .widget-expand li:first-child {
    margin-top: 0px;
  }
  .main-footer-section .widget-expand li:last-child {
    margin-bottom: 30px;
  }
  .main-footer-section .footer-bottom {
    padding-top: 10px;
  }
  .main-footer-section .footer-bottom p {
    float: left;
    width: 100%;
    text-align: center;
    margin: 20px 0 0;
    line-height: 20px;
  }
  .main-footer-section .social-wrap {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .main-footer-section .widget-item .widget-content {
    display: none;
  }
  .main-footer-section .widget-expand {
    float: left;
    width: 100%;
  }

  .main-footer-section .footer-bottom p {
    text-align: center;
  }
  .main-footer-section .footer-bottom p a {
    width: auto;
    float: none;
  }
  .slideup-icon.mobi {
    display: inline-block;
    float: none;
    max-width: 20px;
    margin-right: 19px;
  }
  .footer-alt-nav {
    display: none;
    width: 100%;
    position: fixed;
    bottom: 0;
    height: 100%;
    z-index: 99999999;
    overflow-y: auto;
  }
  .footernavShown .footer-alt-nav {
    z-index: 99999999;
  }

  /*.footernavShown .footer-alt-nav{position: fixed;}*/
  .top-bar-nav-close {
    position: absolute;
  }
  .main-footer-section .widget-wrap .widget-item {
    text-align: left;
  }
  .main-footer-section .footer-alt-nav .widget-wrap {
    margin: 0;
  }
  .footernavShown .footer-alt-nav {
    bottom: 0;
    z-index: 99999999;
  }
  .alt-footer-nav ul > li.Submenu > a,
  .alt-footer-nav ul > li > a {
    border: none;
    padding-top: 30px;
  }

  .alt-footer-nav ul li ul li a {
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    padding: 0;
  }
  .alt-footer-nav ul li ul li:first-child a {
    margin-top: 0;
  }
  .main-footer-section .footer-alt-nav .widget-wrap {
    flex-flow: column;
  }

  .footer-alt-nav .col-one,
  .footer-alt-nav .col-two,
  .footer-alt-nav .col-three,
  .footer-alt-nav .col-four {
    width: 100%;
  }
  .top-bar-nav-close {
    width: 100%;
    position: absolute;
    padding: 0 20px;
    left: 0;
    background-color: #374f5a;
    z-index: 2;
    transition-delay: 4s;
    top: 0;
  }
  .footer-alt-nav nav {
    margin-top: 52px;
  }
  .alt-footer-nav ul > li {
    margin-top: 0;
  }
  .top-bar-nav-close.ftopBarShown {
    position: fixed;
    z-index: 2;
    transition-delay: 4s;
    top: 0;
  }

  /*footer main*/

  .landing-seo-content .hero-img {
    display: block;
  }
  .landing-seo-content .hero-img img {
    min-height: 170px;
  }
  .landing-seo-content use {
    fill: #f7fafa;
  }
  .no-top-bar .main-content-wrap {
    margin-top: 70px;
  }
  .no-top-bar .content-info .nav-wrapper.isFixed {
    top: 69px;
  }

  #cookie-law-info-bar {
    bottom: 68px !important;
  }
}

/*		Wide Mobile Layout: 480px.
------------------------------------------------------------
*/

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .hero-img,
  .video-thumb {
    min-height: 250px;
  }
  .mobile-bottom {
    height: 70px;
    z-index: 10;
  }
  .main-content,
  .landing-two-content .main-content {
    padding: 50px 0 50px 0;
  }
  .landing-slider-item {
    min-height: 250px;
  }
  .landing-slider-item img {
    min-height: 250px;
    height: 250px;
  }
  .desing-img {
    top: -44px;
  }
  .landing-two-content .course-accreditation-wrap {
    padding: 75px 0 100px;
  }

  /*  .professionals-item{width:48%; margin: 0 20px;}*/
  .professionals-item {
    width: 48%;
    margin: 20px 2% 0;
  }
  .professionals-item:first-child {
    margin-top: 20px;
  }
  .professionals-item:nth-child(2n + 1) {
    margin-left: 0;
  }
  .professionals-item:nth-child(2n + 2) {
    margin-right: 0;
  }
  .from-wrap.mobi {
    padding: 25px 20px 16px;
  }
  .slider-item {
    padding: 0 12px;
  }
  .item-inner-text {
    padding: 90px 35px 47px;
  }
}

/*		Tablet Layout: 768px.
-----------------------------------------------------------------
*/

@media only screen and (min-width: 769px) and (max-width: 991px) {
  input[type='text'],
  input[type='email'],
  input[type='tel'],
  input[type='search'],
  input[type='number'],
  input[type='submit'],
  input[type='password'],
  select,
  textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .tablet {
    display: block;
  }

  /* .main-wrap{overflow: hidden}*/
  .landing-main-header {
  }

  /* Landing - 1*/
  .hero-img {
    background-position: top center;
  }
  .landing-one-content .hero-img:after {
    width: 370px;
    height: 54px;
    bottom: -27px;
  }
  .hero-img:before {
    width: 100%;
  }
  .hero-inner-text {
    max-width: 520px;
  }
  .landing-two-content .hero:after {
    min-height: 40px;
    bottom: -20px;
  }
  .content-info,
  .course-accreditation-text {
    width: calc(100% - 358px);
    width: -webkit-calc(100% - 358px);
    width: -moz-calc(100% - 358px);
  }
  .navigation ul li a {
    font-size: 12px;
  }
  .navigation ul li {
    margin: 0 15px;
  }
  .main-content .form-container,
  .landing-Testimonial {
    float: right;
    margin-left: 4%;
  }
  .video-thumb {
    min-height: 225px;
  }
  .testimonial:before {
    right: 0;
  }
  /* Landing - 1*/
  .landing-Testimonial {
    margin-left: 4%;
  }
  .testimonial-section .graphic-thum {
    height: 118px;
    margin-bottom: -72px;
  }
  .widget-wrap .email {
    padding-left: 0;
  }
  .landing-slider-item {
    min-height: 250px;
  }
  .author-thum {
    top: 40%;
    left: 25%;
  }
  .tooltip-content-wrap {
    margin-left: -212px;
  }
  .sticky-box {
    float: left;
    margin-left: 4%;
  }
  .main-content .form-container {
    margin-left: 0;
  }
  .landing-one-content .professionals-wrap .content-info {
    width: calc(100% - 358px);
    width: -webkit-calc(100% - 358px);
  }
  .form-container {
    left: 56%;
  }
}

@media only screen and (min-width: 769px) and (max-width: 886px) {
  .navigation {
    overflow: hidden;
  }
  .navigation ul {
    float: left;
    width: 130%;
  }
  .navigation ul li {
    float: left;
    font-size: 8px !important;
    margin: 0 7px !important;
  }
}

/*		Tablet Layout: 1024px.
-----------------------------------------------------------------
*/

@media only screen and (min-width: 992px) and (max-width: 1024px) {
  input[type='text'],
  input[type='email'],
  input[type='tel'],
  input[type='search'],
  input[type='number'],
  input[type='submit'],
  input[type='password'],
  select,
  textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .landing-two-content .hero:after {
    min-height: 48px;
    bottom: -24px;
  }
  .navigation ul li {
    margin: 0 15px;
  }
  .testimonial-section .graphic-thum {
    height: 118px;
    margin-bottom: -77px;
  }
  .form-container {
    left: 66%;
  }
}

@media only screen and (min-width: 769px) {
  .navigation {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .navigation .nav-item {
    margin: 0 15px;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2) {
}

/**
* Otto Changes 2023/11/10
*/
.page-template-a-landing-page-alt .content-inner p {
  float: unset;
}

.content-inner a,
.benefits-wrap a {
  font-size: 16px;
}

.page-template-a-landing-page-alt .accordion-wrap {
  margin-bottom: 30px;
}

/**
* Otto Changes 2023/11/13
*/
.flex {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-box {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}

.header-top-nav {
  justify-content: flex-end;
}

/**
* otto Changes 2023/11/14
*/
.landing-one-content.landing-seo-content .hero-img:after {
  content: '';
  position: absolute;
  width: 408px;
  height: 60px;
  background-image: url('/wp-content/themes/greenbox/svg/landing/events.svg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  left: 0;
  bottom: -30px;
  z-index: 10;
}

.landing-one-content.landing-seo-content .curve-desktop,
.landing-one-content.landing-seo-content .mobile-bottom.mobi {
  display: none;
}

/** Otto Changes - 2024/01/09 */
@media (min-width: 768px) {
  .form-container.isSticky,
  .form-container.isStickyRemoved {
    position: absolute;
    top: 0;
    margin-top: 136px;
    bottom: unset;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .form-container,
  .form-container.isSticky,
  .form-container.isStickyRemoved {
    left: unset;
    right: 30px;
  }
}

/* Add back to top button - Added by Otto - 2024/01/29 */
#scroll-to-top {
  width: 45px;
  height: 45px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  display: none;
  z-index: 100;
}

#scroll-to-top .scroll-box {
  background-color: #0299e5;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-box-shadow:
    0 5px 15px 0 rgba(0, 0, 0, 0.07),
    0 15px 35px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow:
    0 5px 15px 0 rgba(0, 0, 0, 0.07),
    0 15px 35px 0 rgba(0, 0, 0, 0.1);
  box-shadow:
    0 5px 15px 0 rgba(0, 0, 0, 0.07),
    0 15px 35px 0 rgba(0, 0, 0, 0.1);
}

#scroll-to-top .scroll-box::before {
  content: '';
  background-image: url(./svg/arrow-right-w.svg);
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
  display: block;
  width: 20px;
  height: 20px;
}

/** Added by Otto - 2025/06/03 - Google Recaptcha notice */
.main-footer-section .gform-footer {
  margin-top: 10px;
}

.main-footer-section .gform-footer .google-terms-and-conditions p {
  font-size: 12px;
  line-height: 24px;
  color: #f7f9fa;
  margin-top: 6px;
  letter-spacing: 0;
  font-family: 'Barlow-Regular', sans-serif;
  margin-bottom: 10px;
}
.main-footer-section .gform-footer .google-terms-and-conditions p a {
  color: #fff;
}

.google-terms-and-conditions p {
  font-size: 14px;
  color: #374f5a;
  display: block;
  float: none;
  margin: 10px 0px;
}

.google-terms-and-conditions p a {
  font-weight: 600;
  color: #374f5a;
}
