@charset "UTF-8";
/*$mbwGreen: #A5C954;*/
/*$vwGreen: #95CA48;*/
@font-face {
  font-family: ArialNova;
  src: url(../fonts/ArialNova.ttf);
}
@font-face {
  font-family: ArialNova;
  font-weight: bold;
  src: url(../fonts/ArialNova-Bold.ttf);
}
@font-face {
  font-family: ArialNova;
  font-weight: 300;
  src: url(../fonts/ArialNova-Light.ttf);
}
@font-face {
  font-family: Days;
  src: url(../fonts/Days.ttf);
}
html body,
html body div,
html body li,
html body p,
html body h1,
html body h2,
html body h3,
html body h4,
html body h5,
html body h6 {
  font-family: ArialNova !important;
}

@media (max-width: 767px) {
  h1 {
    font-size: 36px !important;
  }
  h2 {
    font-size: 32px !important;
  }
  h3 {
    font-size: 28px !important;
  }
  h4 {
    font-size: 22px !important;
  }
  div[data-elementor-type=wp-page] > .elementor-element:first-child h1,
  div[data-elementor-type=wp-page] > .elementor-element:first-child h2 {
    font-size: 36px !important;
  }
  div[data-elementor-type=wp-page] > .elementor-element:not(:last-child) {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .elementor-widget-container p {
    font-size: 18px !important;
  }
}
@media (max-width: 767px) {
  html,
  body {
    overflow-x: hidden;
  }
}
@media (min-width: 1300px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1182px;
  }
}
img {
  max-width: 100%;
  height: auto;
}

.mbw-green {
  color: #F7A934;
}

.mbw-orange {
  color: #fdab2c;
}

.mbw-blue {
  color: #8cd2f6;
}

.mbw-white {
  color: #fff;
}

#breadcrumbs {
  background-color: #F3F3F3;
  padding: 20px 0;
}
#breadcrumbs a {
  color: inherit;
}

.mbw-tag {
  padding: 12px 17px;
  border-radius: 99px;
  color: #fff;
  display: flex;
  align-items: center;
  background-color: #0E2240;
}
.mbw-tag.mbw-tag-top-left {
  position: absolute;
  left: 25px;
  top: 23px;
}
.mbw-tag span {
  padding: 0 20px;
}
.mbw-tag.mbw-tag-top-left {
  background-color: #D5A22A;
}
.mbw-tag.mbw-tag-top-left:before {
  content: " ";
  display: inline-block;
  width: 21px;
  height: 20px;
  background-image: url(../img/top-deal-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.mbw-tag.mbw-tag-seats:before {
  content: " ";
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url(../img/seats-icon-min.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.mbw-tag.mbw-tag-seats span {
  padding: 0 10px;
}
.mbw-tag.mbw-tag-disabled-capacity:before {
  content: " ";
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url(../img/wheelchair-icon-cropped.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.mbw-tag.mbw-tag-disabled-capacity span {
  padding: 0 10px;
}

.mbw-gallery-main-bottom-right {
  position: absolute;
  bottom: 12px;
  right: 12px;
  display: flex !important;
  gap: 6px;
}

.mbw-btn {
  display: inline-block;
  background-color: #0E2240;
  border-radius: 99px;
  padding: 8px 20px;
  color: #fff !important;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  outline: none;
  border: none;
  text-decoration: none !important;
}
.mbw-btn.mbw-btn-green {
  background-color: #F7A934;
  color: #444444 !important;
}
.mbw-btn.mbw-btn-actually-green {
  background-color: #F7A934;
  color: #17253F !important;
}
.mbw-btn.mbw-btn-white {
  background-color: #fff;
  color: #0E2240 !important;
}
.mbw-btn.mbw-btn-transparent {
  border: 2px solid #F7A934;
  color: #17253F !important;
  background-color: transparent;
}
.mbw-btn.d-flex {
  gap: 12px;
}

ul.green-ticks,
ul.blue-ticks {
  list-style: none;
  margin: -10px;
  margin: 0 -10px;
  width: calc(100% + 20px);
  max-width: calc(100% + 20px);
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
ul.green-ticks.three-columns li,
ul.blue-ticks.three-columns li {
  width: calc(33.3% - 20px);
}
@media (max-width: 991px) {
  ul.green-ticks.three-columns li,
  ul.blue-ticks.three-columns li {
    width: calc(50% - 20px);
  }
}
@media (max-width: 500px) {
  ul.green-ticks.three-columns li,
  ul.blue-ticks.three-columns li {
    width: calc(100% - 20px);
  }
}
ul.green-ticks li,
ul.blue-ticks li {
  width: calc(100% - 20px);
  position: relative;
  font-size: 18px;
  margin: 10px;
  padding: 0 0 0 40px;
  color: #444444;
}
ul.green-ticks li.white-text,
ul.blue-ticks li.white-text {
  color: #fff !important;
}
ul.green-ticks li:before,
ul.blue-ticks li:before {
  content: " ";
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  top: 4px;
  background: url(../img/check-mark-bullet.svg?v=1);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

ul.blue-ticks li:before {
  background-image: url(../img/check-mark-bullet-blue.svg);
}

.mbw-signwriting-delivery-block {
  background-color: #0E2240;
  padding: 60px 30px;
  display: flex;
  gap: 30px;
  gap: 0;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 50px;
  border-radius: 10px;
  color: #fff;
}
@media (max-width: 991px) {
  .mbw-signwriting-delivery-block {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .mbw-signwriting-delivery-block {
    padding: 15px;
  }
}
.mbw-signwriting-delivery-block .mbw-sd-column {
  width: 50%;
  text-align: center;
  position: relative;
  padding: 0 30px;
}
.mbw-signwriting-delivery-block .mbw-sd-column .mbw-sd-column-icon img {
  position: absolute;
  top: -33px;
  left: 0;
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 991px) {
  .mbw-signwriting-delivery-block .mbw-sd-column .mbw-sd-column-icon img {
    position: static;
    display: block;
    width: 100%;
    margin: 30px auto 10px;
    height: 60px;
  }
}
.mbw-signwriting-delivery-block .mbw-sd-column.mbw-sd-delivery .mbw-sd-column-icon img {
  left: auto;
  right: 0;
}
@media (max-width: 991px) {
  .mbw-signwriting-delivery-block {
    flex-direction: column;
    gap: 50px;
  }
  .mbw-signwriting-delivery-block .mbw-sd-column {
    width: 100%;
  }
}
.mbw-signwriting-delivery-block h2,
.mbw-signwriting-delivery-block h3 {
  color: #fff;
  font-weight: 700;
  font-size: 3.5rem;
}
.mbw-signwriting-delivery-block p {
  color: #F7A934;
  font-size: 1.5rem;
  display: block;
  width: 400px;
  max-width: 100%;
  margin: 10px auto 20px;
}
@media (max-width: 767px) {
  .mbw-signwriting-delivery-block p {
    font-size: 1.1rem;
  }
}
.mbw-signwriting-delivery-block .mbw-sd-price {
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
}
.mbw-signwriting-delivery-block .mbw-sd-price .mbw-sd-price-vat {
  font-size: 1rem;
  vertical-align: 16px;
  margin-left: 3px;
}
.mbw-signwriting-delivery-block .mbw-sd-image {
  margin-top: 20px;
}
.mbw-signwriting-delivery-block .mbw-sd-image img {
  border-radius: 10px;
}
.mbw-signwriting-delivery-block .mbw-sd-prices .mbw-sd-price-container:after {
  content: " ";
  display: block;
  width: 111px;
  height: 2px;
  background-color: #F7A934;
  margin: 20px auto;
}
.mbw-signwriting-delivery-block .mbw-sd-prices .mbw-sd-price-container:last-child:after {
  content: none;
}
.mbw-signwriting-delivery-block .mbw-sd-prices .mbw-sd-price-container .mbw-sd-price-text {
  width: 200px;
  max-width: 100%;
  margin: 0 auto;
}

.mbw-warranty-block-new-and-used {
  background-color: #0E2240;
  padding: 60px 30px;
}
@media (max-width: 767px) {
  .mbw-warranty-block-new-and-used {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.mbw-warranty-block-new-and-used {
  border-radius: 10px;
  text-align: center;
  color: #fff;
}
.mbw-warranty-block-new-and-used h2 {
  font-size: 50px;
  font-weight: 600;
  color: #FFFFFF;
}
.mbw-warranty-block-new-and-used p {
  font-size: 26px;
  font-weight: 400;
  color: #F7A934;
  width: 747px;
  max-width: 100%;
  margin: 0 auto 30px;
}
.mbw-warranty-block-new-and-used .mbw-warranty-block-new-and-used-divider {
  width: 381px;
  max-width: 100%;
  height: 2px;
  background-color: #F7A934;
  margin: 30px auto;
}
.mbw-warranty-block-new-and-used .mbw-warranty-block-used-boxes {
  display: flex;
  gap: 30px;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 50px;
}
.mbw-warranty-block-new-and-used .mbw-warranty-block-used-boxes .mbw-warranty-block-used-box {
  width: 50%;
  border: 1px solid #F7A934;
  border-radius: 10px;
  padding: 15px 45px;
  position: relative;
  text-align: left;
}
.mbw-warranty-block-new-and-used .mbw-warranty-block-used-boxes .mbw-warranty-block-used-box h4 {
  font-size: 1rem;
  font-weight: 700;
  padding-right: 60px;
}
.mbw-warranty-block-new-and-used .mbw-warranty-block-used-boxes .mbw-warranty-block-used-box:first-child {
  color: #F7A934;
}
.mbw-warranty-block-new-and-used .mbw-warranty-block-used-boxes .mbw-warranty-block-used-box:last-child {
  color: #8FD0F1;
}
.mbw-warranty-block-new-and-used .mbw-warranty-block-used-boxes .mbw-warranty-block-used-box .mbw-warranty-block-used-box-image img {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 15px;
  right: 15px;
  -o-object-fit: contain;
     object-fit: contain;
}
.mbw-warranty-block-new-and-used .mbw-warranty-block-used-boxes .mbw-warranty-block-used-box .green-ticks li,
.mbw-warranty-block-new-and-used .mbw-warranty-block-used-boxes .mbw-warranty-block-used-box .blue-ticks li {
  color: #fff;
  margin-top: 6px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .mbw-warranty-block-new-and-used .mbw-warranty-block-used-boxes {
    flex-direction: column;
  }
  .mbw-warranty-block-new-and-used .mbw-warranty-block-used-boxes .mbw-warranty-block-used-box {
    width: 100%;
  }
}
.mbw-warranty-block-new-and-used .mbw-warranty-block-buttons {
  margin: 30px 0;
  display: flex;
  gap: 30px;
  justify-content: center;
}
@media (max-width: 767px) {
  .mbw-warranty-block-new-and-used .mbw-warranty-block-buttons {
    flex-direction: column;
  }
}

.mbw-warranty-block {
  margin: 80px 0 60px;
  background-color: #0E2240;
  padding: 38px 61px 18px;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .mbw-warranty-block {
    padding: 30px;
  }
}
.mbw-warranty-block .mbw-wb-top {
  display: flex;
  justify-content: space-between;
}
.mbw-warranty-block .mbw-wb-top h4 {
  font-size: 50px;
  font-weight: 300;
  letter-spacing: 0px;
  color: #FFFFFF;
  width: 600px;
  max-width: 100%;
}
@media (max-width: 991px) {
  .mbw-warranty-block .mbw-wb-top .mbw-wp-top-middle {
    max-width: calc(100% - 120px);
  }
}
@media (max-width: 991px) {
  .mbw-warranty-block .mbw-wp-top-left img,
  .mbw-warranty-block .mbw-wp-top-right img {
    width: 60px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .mbw-warranty-block .mbw-wb-top {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .mbw-warranty-block .mbw-wp-top-right {
    display: none;
  }
  .mbw-warranty-block .mbw-wp-top-middle {
    width: 100% !important;
    max-width: 100% !important;
  }
  .mbw-warranty-block .mbw-wb-mid {
    padding: 0 !important;
  }
}
.mbw-warranty-block .mbw-wb-mid {
  color: #fff;
  padding: 0 122px;
}
.mbw-warranty-block .mbw-wb-subtitle {
  width: 600px;
  max-width: 100%;
  margin: 0 auto 30px;
  color: #F7A934;
}
.mbw-warranty-block .mbw-wb-buttons {
  display: flex;
  margin: 30px 0 20px;
  align-items: center;
  justify-content: center;
  gap: 13px;
}
.mbw-warranty-block .mbw-wb-disclaimer {
  width: 831px;
  max-width: 100%;
  margin: 0 auto;
  font-size: 10px;
  text-align: center;
  color: #fff;
}

#cvm-world-advantage {
  background: #17253F;
  padding: 82px 0 0;
  position: relative;
}
#cvm-world-advantage .container,
#cvm-world-advantage .row,
#cvm-world-advantage .col-md-12 {
  position: static;
}
#cvm-world-advantage .mbw-cwa-intro-paragraph {
  color: #fff;
  width: 834px;
  max-width: 100%;
  margin: 28px auto 38px;
}
#cvm-world-advantage h2 {
  font-family: Days !important;
  color: #fff;
  font-size: 41px;
}
#cvm-world-advantage .cvm-world-swiper-outer {
  position: relative;
  padding: 0 100px;
  margin: 0 -100px;
  width: calc(100% + 200px);
  max-width: calc(100% + 200px);
}
#cvm-world-advantage .cvm-world-swiper-outer .cvm-world-swiper {
  position: relative;
  z-index: 2;
  padding-bottom: 100px;
}
#cvm-world-advantage .cvm-world-swiper-slide img {
  width: 100%;
  height: auto;
  aspect-ratio: 271/305;
  -o-object-fit: cover;
     object-fit: cover;
}
#cvm-world-advantage .cvm-world-swiper-slide h4 {
  text-align: center;
  color: #0E2240;
  font-weight: bold;
  font-size: 26px;
}
#cvm-world-advantage .cvm-world-swiper-slide p {
  text-align: center;
  font-size: 18px;
  color: #444444;
}
#cvm-world-advantage {
  overflow: hidden;
}
#cvm-world-advantage .cvm-world-advantage-bottom-half-bg {
  position: absolute;
  left: 0;
  right: 0;
  margin-top: 200px;
  z-index: 2;
}
#cvm-world-advantage .cvm-world-advantage-bottom-half-bg img {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  z-index: 2;
}
#cvm-world-advantage .cvm-world-advantage-bottom-half-bg:after {
  content: " ";
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 500px;
  background: #F3F3F3;
}

#mbw-subscribe-block {
  position: relative;
  padding: 88px 0 157px;
  text-align: center;
  color: #fff;
}
#mbw-subscribe-block #mbw-subscribe-block-bgimg img {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#mbw-subscribe-block h2 {
  font-size: 60px;
  font-weight: bold;
  margin-top: 30px;
}
#mbw-subscribe-block form {
  background: #FFFFFF;
  box-shadow: 0px 20px 70px rgba(0, 0, 0, 0.3019607843);
  border: 1px solid #CBCACA;
  border-radius: 99px;
  opacity: 1;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px;
  width: 676px;
  max-width: 100%;
  margin: 113px auto 0;
  overflow: visible;
  position: relative;
}
#mbw-subscribe-block form select,
#mbw-subscribe-block form input {
  border: none;
  outline: none;
  padding: 10px;
  width: 100%;
}
#mbw-subscribe-block form .wpcf7-form-control-wrap {
  width: 100%;
}
#mbw-subscribe-block form button,
#mbw-subscribe-block form input[type=submit] {
  background-color: #F7A934;
  border-radius: 99px;
  color: #0E2240;
  font-weight: bold;
  padding: 0 30px 0 5px;
  width: 146px;
  height: 55px;
  text-align: center;
  padding: 0;
}
#mbw-subscribe-block .mc4wp-form-fields {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#mbw-subscribe-block .mc4wp-response {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 10px);
  color: #000;
  text-shadow: 0px 0px 5px #FFF;
  z-index: 99;
  text-align: center;
  font-weight: bold;
}
#mbw-subscribe-block.newsletter-version-v2 form input[type=submit] {
  background-color: #F7A934;
  color: #fff;
}

.img-d-block img {
  display: block !important;
}

.mbw-loader {
  color: #0E2240;
}

.mbw-loader,
.mbw-loader:after {
  box-sizing: border-box;
}

.mbw-loader {
  display: block;
  width: 80px;
  height: 80px;
  margin: 30px auto;
}

.mbw-loader:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6.4px solid currentColor;
  border-color: currentColor transparent currentColor transparent;
  animation: mbw-loader 1.2s linear infinite;
}

@keyframes mbw-loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loop-minibus {
  box-shadow: 0px 20px 70px rgba(0, 0, 0, 0.1019607843);
  border-radius: 10px;
  overflow: hidden;
  height: calc(100% - 30px);
  padding-bottom: 69px;
  margin-bottom: 30px;
  position: relative;
  background: #fff;
}
#mbw-search-results-container .loop-minibus {
  background-color: #f3f3f3;
  box-shadow: none;
}
.loop-minibus .lmb-img {
  position: relative;
  display: block;
}
.loop-minibus .lmb-img span {
  display: block;
}
.loop-minibus .lmb-img .mbw-tag span {
  display: inline;
}
.loop-minibus .lmb-content {
  border-top: 6px solid #F7A934;
  padding: 17px 21px 26px;
  padding: 17px 21px 10px;
  background: #fff;
}
.loop-minibus .lmb-content h4 {
  font-size: 18px !important;
}
.loop-minibus .lmb-content h4 a {
  color: inherit;
}
.loop-minibus .lmb-content p {
  font-size: 10px;
  margin: 5px 0;
}
.loop-minibus ul {
  list-style: none;
  padding: 0;
  margin: 17px 0 0;
}
#mbw-search-results-container .loop-minibus ul img {
  width: 19px;
  height: 22px;
  -o-object-fit: contain;
     object-fit: contain;
}
#mbw-search-results-container .loop-minibus ul li {
  font-size: 10px;
}
.loop-minibus ul li {
  display: flex;
  gap: 5px;
  line-height: 1.3;
  margin-bottom: 10px;
  align-items: center;
}
.loop-minibus h4 {
  font-size: 26px;
  font-weight: bold;
  margin: 0;
  padding: 0 !important;
}
.loop-minibus .lmb-price-and-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
  position: absolute;
  bottom: 26px;
  left: 21px;
  right: 21px;
}
.loop-minibus .lmb-price {
  font-size: 26px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
.loop-minibus .lmb-price .lmb-price-vat {
  font-size: 13px;
  font-weight: bold;
  display: block;
  position: static;
  margin: -5px 0 0;
}
.loop-minibus .mbw-tag.mbw-tag-top-left {
  top: 12px;
  left: 12px;
}
.loop-minibus .mbw-tag {
  padding: 6px 10px;
}
.loop-minibus .mbw-tag span {
  padding: 0 5px;
}
.loop-minibus .mbw-tag:before {
  width: 16px;
  height: 16px;
}

#mbw-search-results-container .lmb-content {
  background-color: transparent;
}

.swiper-button-prev,
.swiper-button-next {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #E8E8E8;
  border-radius: 10px;
  opacity: 0.8;
  width: 39px !important;
  height: 38px !important;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-size: 20px !important;
  color: #737373;
}

.mbw-blog-slider {
  display: flex;
  padding: 60px;
}
.mbw-blog-slider .swiper-slide {
  height: auto;
}
@media (max-width: 899px) {
  .mbw-blog-slider {
    padding: 0;
  }
  .mbw-blog-slider .loop-post {
    box-shadow: none !important;
  }
}

.loop-post {
  display: block;
  background: #FFFFFF;
  box-shadow: 0px 5px 60px rgba(0, 0, 0, 0.1019607843) !important;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
  height: calc(100% - 30px);
  padding-bottom: 30px;
}
.loop-post .lp-date {
  color: #F7A934;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 0 5px;
}
.loop-post .lp-img {
  width: 100%;
  height: auto;
  aspect-ratio: 368/236;
  background-color: #C4C4C4;
}
.loop-post .lp-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.loop-post .lp-content {
  padding: 27px;
}
.loop-post .lp-content h4 {
  font-size: 26px;
  font-weight: bold;
  color: #0e2240;
}
.loop-post .lp-content h4 a {
  color: inherit;
}
.loop-post .lp-content p {
  font-size: 18px;
  color: #444444;
}
.loop-post .lp-read-more {
  border: 2px solid #F7A934;
  border-radius: 99px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: bold;
  color: #0e2240;
  text-decoration: none !important;
  display: inline-block;
  margin-top: 10px;
  transition: 0.3s ease-in-out;
}
.loop-post .lp-read-more:hover {
  background-color: #F7A934;
  color: #fff;
}
.loop-post span {
  display: block;
}
@media (min-width: 768px) {
  .col-12 .loop-post {
    display: flex;
    flex-direction: row;
    box-shadow: none !important;
    border-radius: 0;
    background: transparent;
    background-color: transparent;
  }
  .col-12 .loop-post .lp-img {
    min-width: 40%;
  }
}

.max-width-100 {
  max-width: 100%;
}

#mbw-enquire-popup-backdrop {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease-in-out;
  z-index: 999999998;
}
#mbw-enquire-popup-backdrop.active {
  opacity: 1;
  pointer-events: all;
}

#mbw-enquire-popup {
  transition: 0.3s ease-in-out;
  z-index: 999999999;
  position: fixed;
  overflow-y: auto;
  width: 350px;
  width: 450px;
  max-width: 90%;
  max-height: 90%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  border: 1px solid #DADADA;
  border-radius: 10px;
  overflow: hidden;
  overflow-y: auto;
}
#mbw-enquire-popup.active {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}
#mbw-enquire-popup .wpcf7 {
  padding: 20px;
}
#mbw-enquire-popup .wpcf7 input,
#mbw-enquire-popup .wpcf7 textarea {
  background-color: #F3F3F3;
  border: 1px solid #A2A2A2;
  border-radius: 2px;
  padding: 10px;
  display: block;
  width: 100%;
  font-weight: bold;
  margin-bottom: 20px;
}
#mbw-enquire-popup .wpcf7 input::-moz-placeholder, #mbw-enquire-popup .wpcf7 textarea::-moz-placeholder {
  color: #A2A2A2;
}
#mbw-enquire-popup .wpcf7 input::placeholder,
#mbw-enquire-popup .wpcf7 textarea::placeholder {
  color: #A2A2A2;
}
#mbw-enquire-popup .wpcf7 textarea {
  height: 100px;
}

.float-right {
  float: right;
}

.button-width-170 .elementor-button {
  width: 100% !important;
}

.position-relative {
  position: relative;
}

.z-2 {
  z-index: 2;
}

.last-element-push-down .e-con > .elementor-element:last-child {
  margin-top: auto;
}

.vertical-divider {
  width: 0;
  left: 50%;
}

.elementor-image-gallery .gallery {
  display: flex;
  align-items: center;
  gap: 30px;
}

.aspect-ratio-714-730 img {
  width: 100%;
  aspect-ratio: 714/730;
  -o-object-fit: cover;
     object-fit: cover;
}

.wpcf7 .mbw-btn.mbw-btn-green:before {
  content: " ";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../img/email.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 10px 0 0;
}
.wpcf7 .form-row {
  display: flex;
  align-items: center;
  margin: 0 -12px;
  width: calc(100% + 24px);
  max-width: calc(100% + 24px);
}
.wpcf7 .form-row .form-group {
  padding: 0 12px;
  width: 100%;
  margin-bottom: 15px;
}
.wpcf7 .form-row .form-group-half {
  padding: 0 12px;
  width: 50%;
  margin-bottom: 15px;
}
.wpcf7 .form-row .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.wpcf7 .form-row input[type=text],
.wpcf7 .form-row input[type=email],
.wpcf7 .form-row input[type=tel],
.wpcf7 .form-row input[type=number],
.wpcf7 .form-row input[type=date],
.wpcf7 .form-row input[type=time],
.wpcf7 .form-row textarea {
  display: block;
  width: 100%;
  height: 36px;
  background: #FFFFFF;
  border: 1px solid #9B9B9B;
  border-radius: 2px;
  opacity: 1;
  padding: 13px;
  font-size: 14px;
}
.wpcf7 .form-row input[type=text]::-moz-placeholder, .wpcf7 .form-row input[type=email]::-moz-placeholder, .wpcf7 .form-row input[type=tel]::-moz-placeholder, .wpcf7 .form-row input[type=number]::-moz-placeholder, .wpcf7 .form-row input[type=date]::-moz-placeholder, .wpcf7 .form-row input[type=time]::-moz-placeholder, .wpcf7 .form-row textarea::-moz-placeholder {
  color: #9B9B9B;
}
.wpcf7 .form-row input[type=text]::placeholder,
.wpcf7 .form-row input[type=email]::placeholder,
.wpcf7 .form-row input[type=tel]::placeholder,
.wpcf7 .form-row input[type=number]::placeholder,
.wpcf7 .form-row input[type=date]::placeholder,
.wpcf7 .form-row input[type=time]::placeholder,
.wpcf7 .form-row textarea::placeholder {
  color: #9B9B9B;
}
.wpcf7 .form-row textarea {
  height: 72px;
}

.margin-top-auto {
  margin-top: auto !important;
}

.aspect-ratio-563-180 img,
.aspect-ratio-1125-659 img {
  aspect-ratio: 1125/659;
  -o-object-fit: cover;
     object-fit: cover;
}

.aspect-ratio-square {
  aspect-ratio: 1/1;
}

.overflow-hidden {
  overflow: hidden;
}

.white-bg {
  background-color: #fff;
}

.elementor-element {
  font-size: 18px;
}

.loop-job_vacancy {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
}
.loop-job_vacancy .loop-jv-img {
  width: 100%;
  height: auto;
}
.loop-job_vacancy .loop-jv-img img {
  aspect-ratio: 368/230;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.loop-job_vacancy .loop-jv-content {
  padding: 30px;
}
.loop-job_vacancy .loop-jv-content h2 {
  font-size: 26px;
  font-weight: bold;
  color: #0e2240;
  margin-bottom: 10px;
}
.loop-job_vacancy .loop-jv-content .loop-jv-location {
  font-size: 18px;
  color: #F7A934;
  margin-bottom: 10px;
}
.loop-job_vacancy .loop-jv-content .loop-jv-short-description {
  font-size: 18px;
  color: #444444;
  margin-bottom: 10px;
}
.loop-job_vacancy .loop-jv-content .loop-jv-salary {
  font-size: 18px;
  color: #0E2240;
  margin-bottom: 10px;
}
.loop-job_vacancy .loop-jv-content .loop-jv-dates-times {
  font-size: 18px;
  color: #0E2240;
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  #homepage-hero {
    aspect-ratio: 2/1;
  }
}
@media (min-width: 992px) and (max-width: 1800px) {
  #homepage-hero {
    aspect-ratio: 100/70;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #homepage-hero {
    aspect-ratio: 100/90;
  }
}
@media (max-width: 767px) {
  #homepage-hero {
    min-height: 0 !important;
    max-height: none !important;
  }
  #homepage-hero h2 {
    padding-top: 33svw !important;
  }
}

.white-text {
  color: #fff !important;
}

header {
  padding: 15px 0;
  background-color: #0E2240;
}
header img {
  max-width: 100%;
  height: auto;
}
header .mbw-top-buttons {
  text-align: right;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: flex-end;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 475px) {
  header .mbw-top-buttons {
    display: none;
  }
}
header .mbw-top-buttons a.mbw-phone {
  color: #F7A934;
  color: #fff;
  border: 2px solid #F7A934;
  border-radius: 99px;
  font-size: 22px;
  font-weight: bold;
  padding: 8px 20px 8px 10px;
  text-decoration: none !important;
  height: 42px;
  line-height: 1px;
  padding-top: 1px;
  padding-bottom: 1px;
  display: flex;
  align-items: center;
}
header nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
}
header nav ul li {
  padding: 10px 20px 0;
  position: relative;
  white-space: nowrap;
}
header nav ul li.menu-item-has-children > a:after {
  content: "⌄";
  margin: -4px 0 0 5px;
  position: absolute;
}
header nav ul li .sub-menu {
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  top: 100%;
  left: 10px;
  transition: 0.3s ease-in-out;
  background-color: #fff;
  position: absolute;
  width: 250px;
  z-index: 999999999;
  flex-direction: column;
  padding: 10px 0;
}
header nav ul li .sub-menu li {
  padding: 4px 10px;
}
header nav ul li .sub-menu li a {
  padding: 0;
  font-size: 14px;
  color: #0E2240 !important;
}
header nav ul li .sub-menu li a:before {
  content: none !important;
}
header nav ul li:hover .sub-menu {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}
header nav ul li:first-child {
  padding-left: 0;
}
header nav ul li:first-child .sub-menu {
  left: -10px;
}
header nav ul li:last-child {
  padding-right: 0;
}
header nav ul li.current-menu-item a:before {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background-color: #F7A934;
}
header nav ul a {
  padding: 0 2px 8px;
  color: #444444 !important;
  color: #fff !important;
  text-decoration: none !important;
  position: relative;
  font-size: 20px;
  font-weight: bold;
  display: block;
}
header .mbw-mobile-menu-btn {
  width: 30px;
  height: 21px;
  position: relative;
  margin-left: auto;
}
header .mbw-mobile-menu-btn span {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: #F7A934;
}
header .mbw-mobile-menu-btn span:nth-child(1) {
  top: 0;
}
header .mbw-mobile-menu-btn span:nth-child(2) {
  top: calc(50% - 1px);
}
header .mbw-mobile-menu-btn span:nth-child(3) {
  top: calc(100% - 2px);
}

header a.mbw-contact,
#mobile-menu a.mbw-contact {
  color: #FFFFFF;
  color: #000;
  background-color: #F7A934;
  border: 2px solid #F7A934;
  border-radius: 99px;
  font-size: 22px;
  font-weight: bold;
  padding: 8px 20px 8px 10px;
  text-decoration: none !important;
  height: 42px;
  line-height: 1px;
  padding-top: 1px;
  padding-bottom: 1px;
  display: flex;
  align-items: center;
}
header a.mbw-contact svg,
#mobile-menu a.mbw-contact svg {
  margin: 0 12px 0 10px;
}

#mobile-menu #mobile-menu-footer {
  text-align: center;
}
#mobile-menu #mobile-menu-footer a.mbw-contact {
  display: inline-flex;
}

#mobile-menu-backdrop {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease-in-out;
  z-index: 999999998;
}
#mobile-menu-backdrop.active {
  opacity: 1;
  pointer-events: all;
}

#mobile-menu {
  overflow-y: auto;
}
#mobile-menu #mobile-menu-close {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 25px;
  height: 25px;
  cursor: pointer;
}
#mobile-menu #mobile-menu-close span {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  top: 50%;
}
#mobile-menu #mobile-menu-close span:nth-child(1) {
  transform: rotate(45deg);
}
#mobile-menu #mobile-menu-close span:nth-child(2) {
  transform: rotate(-45deg);
}
@media (min-width: 1200px) {
  #mobile-menu {
    display: none !important;
  }
}
#mobile-menu {
  z-index: 999999999;
  width: 90%;
  position: fixed;
  left: 100%;
  top: 0;
  bottom: 0;
  transition: 0.3s ease-in-out;
  background-color: #0E2240;
  padding: 30px;
}
#mobile-menu.active {
  left: 10%;
  right: 0;
}
#mobile-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#mobile-menu ul.menu > li {
  margin-bottom: 20px;
}
#mobile-menu a {
  color: #fff;
}
#mobile-menu .sub-menu {
  padding: 5px 10px 0;
}
#mobile-menu .sub-menu a {
  font-size: 0.8em;
}

.colour-strip {
  background-image: url(../img/colour-strip.svg);
  background-size: 101svw;
  background-size: 101% 101%;
  background-position: center;
  background-repeat: no-repeat;
  height: 8px;
  width: 100%;
}
.colour-strip.reversed {
  transform: scaleX(-1);
}
.colour-strip.height-12 {
  height: 12px;
}

.elementor-widget-mbw_search_form form {
  background: #FFFFFF;
  box-shadow: 0px 20px 70px rgba(0, 0, 0, 0.3019607843);
  border: 1px solid #CBCACA;
  border-radius: 99px;
  opacity: 1;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px;
}
@media (max-width: 767px) {
  .elementor-widget-mbw_search_form form {
    flex-direction: column;
    border-radius: 29px;
  }
  .elementor-widget-mbw_search_form form select {
    background-color: #FFFFFF !important;
  }
  .elementor-widget-mbw_search_form form select,
  .elementor-widget-mbw_search_form form button {
    width: 100%;
  }
}
.elementor-widget-mbw_search_form form select {
  border: none;
  outline: none;
  padding: 10px;
}
.elementor-widget-mbw_search_form form button {
  background-color: #0E2240;
  border-radius: 99px;
  color: #fff;
  font-weight: bold;
  padding: 0 30px 0 5px;
  /*
  @media (max-width: 1091px) {
    font-size: 0;
    padding: 0 5px;
  }
  */
}
.elementor-widget-mbw_search_form #width_tmp_select {
  display: none;
}

.elementor-widget-mbw_special_offers_slider .mbw-special-offers-slider-outer {
  padding: 0 47px;
}
.elementor-widget-mbw_special_offers_slider .swiper-slide {
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.elementor-widget-mbw_special_offers_slider .swiper-slide.swiper-slide-active, .elementor-widget-mbw_special_offers_slider .swiper-slide.swiper-slide-next, .elementor-widget-mbw_special_offers_slider .swiper-slide.swiper-slide-next + .swiper-slide {
  opacity: 1;
}
@media (max-width: 639px) {
  .elementor-widget-mbw_special_offers_slider .swiper-slide.swiper-slide-next, .elementor-widget-mbw_special_offers_slider .swiper-slide.swiper-slide-next + .swiper-slide {
    opacity: 0;
  }
  .elementor-widget-mbw_special_offers_slider .swiper-slide.swiper-slide-active {
    opacity: 1;
  }
}
@media (min-width: 640px) and (max-width: 899px) {
  .elementor-widget-mbw_special_offers_slider .swiper-slide.swiper-slide-next + .swiper-slide {
    opacity: 0;
  }
  .elementor-widget-mbw_special_offers_slider .swiper-slide.swiper-slide-active, .elementor-widget-mbw_special_offers_slider .swiper-slide.swiper-slide-next {
    opacity: 1;
  }
}
.elementor-widget-mbw_special_offers_slider .mbw-special-offers-slider {
  padding: 0 60px 70px;
}
.elementor-widget-mbw_special_offers_slider .mbw-special-offers-slider .swiper-slide {
  height: auto !important;
}
@media (max-width: 500px) {
  .elementor-widget-mbw_special_offers_slider .mbw-special-offers-slider {
    padding: 0 5px 70px;
  }
  .elementor-widget-mbw_special_offers_slider .mbw-special-offers-slider .loop-minibus {
    box-shadow: none;
    background-color: #f9f9f9;
  }
}

.elementor-image-gallery img {
  border: none !important;
}
@media (max-width: 767px) {
  .elementor-image-gallery div.gallery {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 20px);
    margin: -10px !important;
    gap: 0;
  }
  .elementor-image-gallery div.gallery .gallery-item {
    width: calc(33.3% - 20px) !important;
    padding: 0;
    margin: 10px;
  }
  .elementor-image-gallery div.gallery .gallery-item img {
    width: 100%;
    height: auto;
  }
}

.elementor-widget-mbw_minibus_ranges a,
.elementor-widget-mbw_sectors a {
  display: block;
}
.elementor-widget-mbw_minibus_ranges .mbw-minibus-range,
.elementor-widget-mbw_sectors .mbw-minibus-range {
  background-color: #fff;
  box-shadow: 0px 5px 100px rgba(0, 0, 0, 0.1019607843);
  border-radius: 10px;
  margin-bottom: 23px;
  height: auto;
  padding: 0 30px;
  display: block;
  aspect-ratio: 172/173;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 10px;
}
.elementor-widget-mbw_minibus_ranges .mbw-minibus-range.blue-tile,
.elementor-widget-mbw_sectors .mbw-minibus-range.blue-tile {
  background-color: #0E2240;
  color: #fff;
}
.elementor-widget-mbw_minibus_ranges .mbw-minibus-range.style-images,
.elementor-widget-mbw_sectors .mbw-minibus-range.style-images {
  aspect-ratio: auto;
  padding: 0;
  box-shadow: 0px 20px 70px rgba(0, 0, 0, 0.1019607843);
  height: calc(100% - 30px);
  justify-content: flex-start;
  overflow: hidden;
}
.elementor-widget-mbw_minibus_ranges .mbw-mr-title,
.elementor-widget-mbw_sectors .mbw-mr-title {
  color: #0E2240;
  font-size: 18px;
  text-align: center;
  display: block;
  margin: 0 0 40px;
}
.elementor-widget-mbw_minibus_ranges .mbw-mr-img,
.elementor-widget-mbw_sectors .mbw-mr-img {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 367/236;
}
.elementor-widget-mbw_minibus_ranges .mbw-mr-img img,
.elementor-widget-mbw_sectors .mbw-mr-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.elementor-widget-mbw_minibus_ranges .mbw-mr-icon,
.elementor-widget-mbw_sectors .mbw-mr-icon {
  display: none;
}
.elementor-widget-mbw_minibus_ranges .mbw-mr-content,
.elementor-widget-mbw_sectors .mbw-mr-content {
  padding: 25px 25px 0;
  text-align: center;
  border-top: 6px solid #F7A934;
}
.elementor-widget-mbw_minibus_ranges .mbw-mr-content-btn,
.elementor-widget-mbw_sectors .mbw-mr-content-btn {
  padding: 0 25px 30px;
  text-align: center;
}
.elementor-widget-mbw_minibus_ranges .mbw-mr-content-btn .mbw-btn,
.elementor-widget-mbw_sectors .mbw-mr-content-btn .mbw-btn {
  margin-top: 5px;
  display: inline-block;
}
.elementor-widget-mbw_minibus_ranges .mbw-minibus-range.style-icons .mbw-mr-img,
.elementor-widget-mbw_sectors .mbw-minibus-range.style-icons .mbw-mr-img {
  display: none;
}
.elementor-widget-mbw_minibus_ranges .mbw-minibus-range.style-icons .mbw-mr-content,
.elementor-widget-mbw_sectors .mbw-minibus-range.style-icons .mbw-mr-content {
  border-top: none;
  padding: 0 0 20px;
}
.elementor-widget-mbw_minibus_ranges .mbw-minibus-range.style-icons .mbw-mr-content h4,
.elementor-widget-mbw_sectors .mbw-minibus-range.style-icons .mbw-mr-content h4 {
  font-weight: bold;
  font-size: 26px;
}
.elementor-widget-mbw_minibus_ranges .mbw-minibus-range.style-icons .mbw-mr-content p,
.elementor-widget-mbw_sectors .mbw-minibus-range.style-icons .mbw-mr-content p {
  margin: 0;
}
.elementor-widget-mbw_minibus_ranges .mbw-minibus-range.style-icons .mbw-mr-icon,
.elementor-widget-mbw_sectors .mbw-minibus-range.style-icons .mbw-mr-icon {
  display: block;
  padding: 43px 15px 14px;
  padding: 0 0 14px;
  text-align: center;
}
.elementor-widget-mbw_minibus_ranges .search-new-minibus-tile,
.elementor-widget-mbw_sectors .search-new-minibus-tile {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
  text-align: center;
  position: relative;
  color: #fff !important;
  text-decoration: none !important;
  padding: 35px 30px;
  aspect-ratio: 172/173;
}
.elementor-widget-mbw_minibus_ranges .search-new-minibus-tile img,
.elementor-widget-mbw_sectors .search-new-minibus-tile img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  inset: 0;
  z-index: 0;
}
.elementor-widget-mbw_minibus_ranges .search-new-minibus-tile,
.elementor-widget-mbw_sectors .search-new-minibus-tile {
  box-shadow: 0px 5px 100px rgba(0, 0, 0, 0.1019607843);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
  height: calc(100% - 30px);
}
.elementor-widget-mbw_minibus_ranges .search-new-minibus-tile .search-icon,
.elementor-widget-mbw_sectors .search-new-minibus-tile .search-icon {
  width: 50px;
  height: 50px;
  background-image: url(../img/search-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 2;
}
.elementor-widget-mbw_minibus_ranges .search-new-minibus-tile span,
.elementor-widget-mbw_sectors .search-new-minibus-tile span {
  font-size: 26px;
  line-height: 34px;
  font-weight: bold;
  text-align: center;
  position: relative;
  z-index: 2;
  color: #fff !important;
  text-decoration: none !important;
  width: 180px;
}

.elementor-widget-mbw_minibus_ranges .mbw-minibus-range {
  aspect-ratio: auto;
  padding: 35px 30px 0;
}

.yoast-breadcrumbs {
  text-align: center;
  color: #fff;
  font-size: 15px;
}
.yoast-breadcrumbs.text-left {
  text-align: left;
}
.yoast-breadcrumbs span,
.yoast-breadcrumbs a {
  color: #fff;
  font-size: 15px;
}
.yoast-breadcrumbs.color-black {
  color: #000;
}
.yoast-breadcrumbs.color-black span,
.yoast-breadcrumbs.color-black a {
  color: #000;
}

.our-policies-image {
  aspect-ratio: 1;
  background: #fff;
  display: flex;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 10px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.our-policies-image .elementor-widget-container {
  height: auto !important;
}
.our-policies-image .elementor-widget-container img {
  max-width: 90px;
  max-height: 90px;
  width: auto;
  height: auto;
}

.white-box-image {
  aspect-ratio: 1;
  background: #fff;
  display: flex;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 10px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.white-box-image .elementor-widget-container {
  height: auto !important;
}
.white-box-image .elementor-widget-container img {
  max-width: 90%;
  max-height: 90%;
  width: auto;
  height: auto;
  width: 90% !important;
  height: 90% !important;
}

.mbw-range-image-tiles {
  display: grid;
  grid-template-columns: 70% 30%;
  grid-template-rows: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 79px;
}
@media (max-width: 767px) {
  .mbw-range-image-tiles {
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }
}
.mbw-range-image-tiles .tile-long {
  grid-row: span 2;
}
.mbw-range-image-tiles .mbw-range-image-tile img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mbw-range-image-tiles .mbw-range-image-tile-icon {
  background: #0E2240;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 20px;
  text-align: center;
}
.mbw-range-image-tiles .mbw-range-image-tile-icon img {
  width: auto;
  height: auto;
  max-height: 40%;
}
.mbw-range-image-tiles .mbw-range-image-tile-icon span {
  color: #fff;
  font-weight: bold;
  font-size: 24px;
}

.icon-slider .swiper-slide-image {
  width: calc(100% - 24px);
  height: auto;
  background: #fff;
  aspect-ratio: 172/173;
  padding: 40px;
  margin: 12px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 10px;
}

.icon-slider .elementor-swiper-button-prev,
.icon-slider .elementor-swiper-button-next {
  width: 60px;
  height: 58px;
  background: #fff;
  border: 1px solid #E8E8E8;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  left: -75px !important;
}
.icon-slider .elementor-swiper-button-prev svg path,
.icon-slider .elementor-swiper-button-next svg path {
  fill: #737373;
}

.icon-slider .elementor-swiper-button-next {
  left: auto !important;
  right: -75px !important;
}

.mbw-testimonial-slider-outer {
  padding-left: 100px;
  padding-right: 100px;
}
@media (max-width: 600px) {
  .mbw-testimonial-slider-outer {
    padding-left: 0;
    padding-right: 0;
  }
}
.mbw-testimonial-slider-outer .swiper-button-prev,
.mbw-testimonial-slider-outer .swiper-button-next {
  width: 60px;
  height: 58px;
  background: #FFFFFF;
  border: 1px solid #E8E8E8;
  border-radius: 10px;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 600px) {
  .mbw-testimonial-slider-outer .swiper-button-prev,
  .mbw-testimonial-slider-outer .swiper-button-next {
    width: 30px;
    height: 30px;
  }
  .mbw-testimonial-slider-outer .swiper-button-prev:after,
  .mbw-testimonial-slider-outer .swiper-button-next:after {
    font-size: 20px;
  }
}
.mbw-testimonial-slider-outer .swiper-button-prev:after,
.mbw-testimonial-slider-outer .swiper-button-next:after {
  color: #737373;
}

.mbw-testimonial-slider {
  overflow-y: visible !important;
}
.mbw-testimonial-slider .swiper-slide {
  height: auto;
}
.mbw-testimonial-slider .mbw-testimonial-slider-item {
  display: flex;
  background-color: #0E2240;
  color: #fff;
  padding: 40px 30px 40px 80px;
  border-radius: 10px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  position: relative;
  margin-top: 75px;
  height: calc(100% - 75px);
}
@media (max-width: 991px) {
  .mbw-testimonial-slider .mbw-testimonial-slider-item {
    padding: 30px 30px 0;
    flex-direction: column;
    margin-top: 0;
    height: auto;
  }
}
.mbw-testimonial-slider .mbw-testimonial-slider-item .mbw-testimonial-slider-item-content {
  width: calc(100% - 256px);
  min-height: 200px;
}
@media (max-width: 991px) {
  .mbw-testimonial-slider .mbw-testimonial-slider-item .mbw-testimonial-slider-item-content {
    width: 100%;
  }
}
.mbw-testimonial-slider .mbw-testimonial-slider-item .mbw-testimonial-slider-item-content h3 {
  color: #fff;
  font-size: 50px;
  line-height: 60px;
  margin: 0;
  padding-right: 80px;
}
@media (max-width: 991px) {
  .mbw-testimonial-slider .mbw-testimonial-slider-item .mbw-testimonial-slider-item-content h3 {
    padding-right: 0;
    line-height: 1.2;
    margin-bottom: 10px;
  }
}
.mbw-testimonial-slider .mbw-testimonial-slider-item .mbw-testimonial-slider-item-content p {
  margin: 0;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
}
.mbw-testimonial-slider .mbw-testimonial-slider-item .mbw-testimonial-slider-item-image-quote {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
}
@media (max-width: 991px) {
  .mbw-testimonial-slider .mbw-testimonial-slider-item .mbw-testimonial-slider-item-image-quote {
    position: relative;
    margin-top: 20px;
  }
}
.mbw-testimonial-slider .mbw-testimonial-slider-item .mbw-testimonial-slider-item-image-quote .mbw-testimonial-slider-item-quote {
  position: absolute;
  left: -30px;
  top: 0;
  width: 98px;
  height: 77px;
}
@media (max-width: 991px) {
  .mbw-testimonial-slider .mbw-testimonial-slider-item .mbw-testimonial-slider-item-image-quote .mbw-testimonial-slider-item-quote {
    left: 0;
  }
}
.mbw-testimonial-slider .mbw-testimonial-slider-item .mbw-testimonial-slider-item-image-quote .mbw-testimonial-slider-item-image {
  width: 321px;
  height: auto;
  bottom: 0;
}
@media (max-width: 991px) {
  .mbw-testimonial-slider .mbw-testimonial-slider-item .mbw-testimonial-slider-item-image-quote .mbw-testimonial-slider-item-image {
    width: 350px;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
  }
}

.elementor-button {
  min-width: 173px;
  text-align: center;
}

.elementor-image-carousel-wrapper figure.swiper-slide-inner {
  padding-left: 110px;
  padding-right: 110px;
}
.elementor-image-carousel-wrapper .elementor-swiper-button-next,
.elementor-image-carousel-wrapper .elementor-swiper-button-prev {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #E8E8E8;
  border-radius: 10px;
  opacity: 0.8;
  width: 39px !important;
  height: 38px !important;
  align-items: center;
  justify-content: center;
}
.elementor-image-carousel-wrapper .elementor-swiper-button-next svg,
.elementor-image-carousel-wrapper .elementor-swiper-button-prev svg {
  fill: #737373 !important;
}

.additional-service-grid .elementor-widget-image {
  height: 92px;
}
.additional-service-grid .elementor-widget-image img {
  height: 92px;
  -o-object-fit: contain;
     object-fit: contain;
}

#single-minibus {
  padding: 35px 0 100px;
}
@media (max-width: 1199px) {
  #single-minibus #mbw-gallery {
    margin-bottom: 30px;
    height: auto !important;
  }
}
@media (max-width: 991px) {
  #single-minibus #mbw-gallery {
    margin-bottom: 30px;
  }
}
#single-minibus #mbw-gallery #mbw-gallery-main-new {
  position: relative;
}
#single-minibus #mbw-gallery #mbw-gallery-main-new #mbw-gallery-main-new-tags {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}
#single-minibus #mbw-gallery #mbw-gallery-main {
  position: relative;
}
#single-minibus #mbw-gallery #mbw-gallery-main img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
#single-minibus #mbw-gallery #mbw-gallery-pager {
  margin-top: 16px;
}
#single-minibus #mbw-gallery #mbw-gallery-pager .mbw-gallery-img img {
  width: 100%;
  height: auto;
  aspect-ratio: 733/544;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  cursor: pointer;
}
#single-minibus #mbw-gallery .swiper-button-prev,
#single-minibus #mbw-gallery .swiper-button-next {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #E8E8E8;
  border-radius: 10px;
  opacity: 0.8;
  width: 39px;
  height: 38px;
}
#single-minibus #mbw-gallery .swiper-button-prev:after,
#single-minibus #mbw-gallery .swiper-button-next:after {
  font-size: 20px;
  color: #737373;
}
#single-minibus #mbw-gallery #mbw-gallery-main-bottom-right {
  position: absolute;
  bottom: 22px;
  right: 15px;
  display: flex;
  gap: 7px;
}
@media (min-width: 992px) {
  #single-minibus #mbw-gallery {
    height: 100%;
  }
  #single-minibus #mbw-gallery .mbw-gallery-swiper {
    height: 155px !important;
  }
  #single-minibus #mbw-gallery .mbw-gallery-swiper img {
    height: 155px !important;
  }
  #single-minibus #mbw-gallery #mbw-gallery-main {
    height: calc(100% - 155px - 16px);
  }
  #single-minibus #mbw-gallery #mbw-gallery-main #mbw-gallery-main-img {
    height: 100%;
  }
  #single-minibus #mbw-gallery #mbw-gallery-main #mbw-gallery-main-img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#single-minibus #mbw-main-information,
#single-minibus #mbw-enquire-popup-inner {
  border: 1px solid #DADADA;
  border-radius: 10px;
  overflow: hidden;
}
#single-minibus #mbw-main-information #mbw-mi-title,
#single-minibus #mbw-main-information #mbw-enquire-popup-title,
#single-minibus #mbw-enquire-popup-inner #mbw-mi-title,
#single-minibus #mbw-enquire-popup-inner #mbw-enquire-popup-title {
  padding: 25px 35px;
  background-color: #F3F3F3;
}
@media (max-width: 500px) {
  #single-minibus #mbw-main-information #mbw-mi-title,
  #single-minibus #mbw-main-information #mbw-enquire-popup-title,
  #single-minibus #mbw-enquire-popup-inner #mbw-mi-title,
  #single-minibus #mbw-enquire-popup-inner #mbw-enquire-popup-title {
    padding: 15px;
  }
}
#single-minibus #mbw-main-information #mbw-mi-title h1,
#single-minibus #mbw-main-information #mbw-enquire-popup-title h1,
#single-minibus #mbw-enquire-popup-inner #mbw-mi-title h1,
#single-minibus #mbw-enquire-popup-inner #mbw-enquire-popup-title h1 {
  font-size: 26px;
  font-weight: bold;
  line-height: 34px;
  padding: 0;
  margin: 0;
}
#single-minibus #mbw-main-information #mbw-mi-content,
#single-minibus #mbw-enquire-popup-inner #mbw-mi-content {
  padding: 25px 35px;
}
@media (max-width: 500px) {
  #single-minibus #mbw-main-information #mbw-mi-content,
  #single-minibus #mbw-enquire-popup-inner #mbw-mi-content {
    padding: 15px;
  }
}
#single-minibus #mbw-main-information #mbw-mi-content #mbw-mi-price-plate,
#single-minibus #mbw-enquire-popup-inner #mbw-mi-content #mbw-mi-price-plate {
  display: flex;
  margin-bottom: 25px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #single-minibus #mbw-main-information #mbw-mi-content #mbw-mi-price-plate,
  #single-minibus #mbw-enquire-popup-inner #mbw-mi-content #mbw-mi-price-plate {
    flex-direction: column;
  }
}
@media (max-width: 500px) {
  #single-minibus #mbw-main-information #mbw-mi-content #mbw-mi-price-plate,
  #single-minibus #mbw-enquire-popup-inner #mbw-mi-content #mbw-mi-price-plate {
    flex-direction: column;
  }
}
#single-minibus #mbw-main-information #mbw-mi-content #mbw-mi-price,
#single-minibus #mbw-enquire-popup-inner #mbw-mi-content #mbw-mi-price {
  width: 50%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #single-minibus #mbw-main-information #mbw-mi-content #mbw-mi-price,
  #single-minibus #mbw-enquire-popup-inner #mbw-mi-content #mbw-mi-price {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 500px) {
  #single-minibus #mbw-main-information #mbw-mi-content #mbw-mi-price,
  #single-minibus #mbw-enquire-popup-inner #mbw-mi-content #mbw-mi-price {
    width: 100%;
    text-align: center;
  }
}
#single-minibus #mbw-main-information #mbw-mi-content #mbw-mi-price,
#single-minibus #mbw-enquire-popup-inner #mbw-mi-content #mbw-mi-price {
  font-size: 33px;
  font-weight: bold;
}
#single-minibus #mbw-main-information #mbw-mi-content #mbw-mi-price #mbw-mi-price-vat,
#single-minibus #mbw-enquire-popup-inner #mbw-mi-content #mbw-mi-price #mbw-mi-price-vat {
  font-size: 18px;
  margin-left: -6px;
  margin-top: -8px;
  display: inline-block;
  position: absolute;
  font-weight: 100;
  margin-left: 4px;
  margin-top: 23px;
  font-size: 13px;
  font-weight: bold;
}
#single-minibus #mbw-main-information #mbw-mi-content #mbw-mi-plate-outer,
#single-minibus #mbw-enquire-popup-inner #mbw-mi-content #mbw-mi-plate-outer {
  width: 50%;
  text-align: right;
  display: flex;
  border-left: 1px solid #DADADA;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #single-minibus #mbw-main-information #mbw-mi-content #mbw-mi-plate-outer,
  #single-minibus #mbw-enquire-popup-inner #mbw-mi-content #mbw-mi-plate-outer {
    width: 100%;
    text-align: center;
    border: none;
  }
  #single-minibus #mbw-main-information #mbw-mi-content #mbw-mi-plate-outer #mbw-mi-plate,
  #single-minibus #mbw-enquire-popup-inner #mbw-mi-content #mbw-mi-plate-outer #mbw-mi-plate {
    margin: 10px auto 0 !important;
  }
}
@media (max-width: 500px) {
  #single-minibus #mbw-main-information #mbw-mi-content #mbw-mi-plate-outer,
  #single-minibus #mbw-enquire-popup-inner #mbw-mi-content #mbw-mi-plate-outer {
    width: 100%;
    text-align: center;
    border: none;
  }
  #single-minibus #mbw-main-information #mbw-mi-content #mbw-mi-plate-outer #mbw-mi-plate,
  #single-minibus #mbw-enquire-popup-inner #mbw-mi-content #mbw-mi-plate-outer #mbw-mi-plate {
    margin: 10px auto 0 !important;
  }
}
#single-minibus #mbw-main-information #mbw-mi-content #mbw-mi-plate-outer #mbw-mi-plate,
#single-minibus #mbw-enquire-popup-inner #mbw-mi-content #mbw-mi-plate-outer #mbw-mi-plate {
  background-color: #EBD103;
  border: 1px solid #707070;
  border-radius: 10px;
  padding: 6px 31px;
  font-size: 22px;
  font-weight: 800;
  text-align: center;
  margin-left: auto;
}
#single-minibus #mbw-main-information #mbw-mi-content #mbw-mi-short-description,
#single-minibus #mbw-enquire-popup-inner #mbw-mi-content #mbw-mi-short-description {
  padding-bottom: 2px;
  border-bottom: 1px solid #DADADA;
}
#single-minibus #mbw-main-information #mbw-mi-content #mbw-mi-key-features,
#single-minibus #mbw-enquire-popup-inner #mbw-mi-content #mbw-mi-key-features {
  padding-top: 16px;
}
#single-minibus #mbw-main-information #mbw-mi-content #mbw-mi-key-features h4,
#single-minibus #mbw-enquire-popup-inner #mbw-mi-content #mbw-mi-key-features h4 {
  font-weight: bold;
  font-size: 18px;
  margin: 0;
  padding: 0;
}
#single-minibus #mbw-main-information #mbw-mi-content #mbw-mi-key-features ul,
#single-minibus #mbw-enquire-popup-inner #mbw-mi-content #mbw-mi-key-features ul {
  list-style: none;
  padding: 0;
  margin: 17px 0 0;
}
#single-minibus #mbw-main-information #mbw-mi-content #mbw-mi-key-features,
#single-minibus #mbw-enquire-popup-inner #mbw-mi-content #mbw-mi-key-features {
  display: flex;
  gap: 10px;
}
#single-minibus #mbw-main-information #mbw-mi-content #mbw-mi-key-features #mbw-mi-key-features-inner,
#single-minibus #mbw-enquire-popup-inner #mbw-mi-content #mbw-mi-key-features #mbw-mi-key-features-inner {
  width: calc(50% - 5px);
}
#single-minibus #mbw-main-information #mbw-mi-content #mbw-mi-key-features #mbw-mi-key-features-inner li,
#single-minibus #mbw-enquire-popup-inner #mbw-mi-content #mbw-mi-key-features #mbw-mi-key-features-inner li {
  display: flex;
  align-items: center;
  gap: 5px;
  line-height: 1.2;
}
#single-minibus #mbw-main-information #mbw-mi-content #mbw-mi-key-features #mbw-mi-buttons,
#single-minibus #mbw-enquire-popup-inner #mbw-mi-content #mbw-mi-key-features #mbw-mi-buttons {
  width: calc(50% - 5px);
  justify-content: flex-end;
  align-items: flex-end;
  gap: 10px;
  flex-direction: column;
}
#single-minibus #mbw-main-information #mbw-mi-content #mbw-mi-key-features #mbw-mi-buttons a.mbw-btn,
#single-minibus #mbw-enquire-popup-inner #mbw-mi-content #mbw-mi-key-features #mbw-mi-buttons a.mbw-btn {
  padding: 10px 20px !important;
  line-height: 1;
  white-space: nowrap;
}
@media (max-width: 475px) {
  #single-minibus #mbw-main-information #mbw-mi-content #mbw-mi-key-features,
  #single-minibus #mbw-enquire-popup-inner #mbw-mi-content #mbw-mi-key-features {
    flex-direction: column;
  }
  #single-minibus #mbw-main-information #mbw-mi-content #mbw-mi-key-features #mbw-mi-key-features-inner,
  #single-minibus #mbw-enquire-popup-inner #mbw-mi-content #mbw-mi-key-features #mbw-mi-key-features-inner {
    width: 100%;
  }
  #single-minibus #mbw-main-information #mbw-mi-content #mbw-mi-key-features #mbw-mi-buttons,
  #single-minibus #mbw-enquire-popup-inner #mbw-mi-content #mbw-mi-key-features #mbw-mi-buttons {
    margin-top: 0;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
}
#single-minibus #mbw-main-information #mbw-mi-content #mbw-mi-buttons,
#single-minibus #mbw-enquire-popup-inner #mbw-mi-content #mbw-mi-buttons {
  margin-top: 25px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #single-minibus #mbw-main-information #mbw-mi-content #mbw-mi-buttons,
  #single-minibus #mbw-enquire-popup-inner #mbw-mi-content #mbw-mi-buttons {
    flex-direction: column;
    gap: 10px;
  }
  #single-minibus #mbw-main-information #mbw-mi-content #mbw-mi-buttons .mbw-btn,
  #single-minibus #mbw-enquire-popup-inner #mbw-mi-content #mbw-mi-buttons .mbw-btn {
    text-align: center;
  }
}
@media (max-width: 500px) {
  #single-minibus #mbw-main-information #mbw-mi-content #mbw-mi-buttons,
  #single-minibus #mbw-enquire-popup-inner #mbw-mi-content #mbw-mi-buttons {
    flex-direction: column;
    gap: 10px;
  }
  #single-minibus #mbw-main-information #mbw-mi-content #mbw-mi-buttons .mbw-btn,
  #single-minibus #mbw-enquire-popup-inner #mbw-mi-content #mbw-mi-buttons .mbw-btn {
    text-align: center;
  }
}
#single-minibus #mbw-main-information #mbw-mi-content #mbw-mi-buttons svg,
#single-minibus #mbw-enquire-popup-inner #mbw-mi-content #mbw-mi-buttons svg {
  width: 20px;
  height: 20px;
}
#single-minibus #mbw-main-information #mbw-mi-content #mbw-mi-buttons .mbw-btn,
#single-minibus #mbw-enquire-popup-inner #mbw-mi-content #mbw-mi-buttons .mbw-btn {
  display: flex;
  align-items: center;
  gap: 10px;
}
#single-minibus #mbw-main-information #mbw-mi-content #mbw-mi-buttons .mbw-btn.mbw-btn-green,
#single-minibus #mbw-enquire-popup-inner #mbw-mi-content #mbw-mi-buttons .mbw-btn.mbw-btn-green {
  color: #fff !important;
}
#single-minibus #mbw-main-information {
  height: 100% !important;
}
#single-minibus {
  /*
  #mbw-main-information {
    @media (min-width: 992px) {
      position: absolute;
      height: 100%;
      overflow-y: scroll;
      overflow-x: hidden;

      //always show the scrollbar
      &::-webkit-scrollbar {
        display: block;
        width: 10px;
        background-color: transparent;
        border-radius: 5px;
      }

      &::-webkit-scrollbar-track {
        background-color: transparent;
        border-radius: 5px;
      }

      &::-webkit-scrollbar-thumb {
        background-color: #666666;
        border-radius: 5px;

        &:hover {
          background-color: #888888;
        }
      }

      &::-webkit-scrollbar-corner {
        background-color: #ffffff;
      }
    }
  }
  */
}
#single-minibus h3 {
  font-size: 26px;
  font-weight: bold;
  margin: 0 0 30px;
  padding: 40px 0 20px;
  border-bottom: 1px solid #F3F3F3;
}
#single-minibus #mbw-minibus-desc,
#single-minibus #mbw-minibus-desc p,
#single-minibus #mbw-minibus-desc li {
  font-size: 18px;
  color: #444;
}
#single-minibus #mbw-minibus-desc {
  margin-bottom: 50px;
}

i.fcb-icons {
  z-index: 999998;
}

#mbw-search-results-outer .open-filters-menu-btn {
  padding: 5px 10px;
  margin: 20px auto 0;
}
@media (min-width: 768px) {
  #mbw-search-results-outer .mbw-mobile-filters-footer {
    display: none !important;
  }
}
#mbw-search-results-outer .mbw-mobile-filters-footer {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 20px;
  border-top: 1px solid #E0E0E0;
  z-index: 999999;
}
#mbw-search-results-outer .mbw-mobile-filters-footer .mbw-mobile-filters-footer-number-of-results {
  font-size: 14px;
  font-weight: 700;
}
@media (max-width: 767px) {
  #mbw-search-results-outer #mbw-search-results-top,
  #mbw-search-results-outer #mbw-search-results-filters {
    display: none;
  }
}
#mbw-search-results-outer #mbw-search-results-filters h2 {
  font-size: 24px;
}
#mbw-search-results-outer input[type=text],
#mbw-search-results-outer input[type=number],
#mbw-search-results-outer select {
  background: #FAFAFA 0% 0% no-repeat padding-box;
  background: #EEEEEE;
  border-radius: 12px;
  border: 0;
  outline: none !important;
  width: 100%;
  display: block;
  height: 60px;
  padding: 19px 17px 15px;
  font-size: 16px;
}
#mbw-search-results-outer h4 {
  font-weight: 600;
  font-size: 16px;
  margin: 10px 0 0;
  padding: 0;
}
#mbw-search-results-outer #mbw-price-slider-text,
#mbw-search-results-outer #mbw-age-slider-text,
#mbw-search-results-outer #mbw-mileage-slider-text {
  text-align: center;
}
#mbw-search-results-outer .ui-slider-horizontal .ui-slider-range {
  background: #F7A934;
}
#mbw-search-results-outer #mbw-search-results-top {
  margin-top: 40px;
}
#mbw-search-results-outer #mbw-search-results-top .kw-search-bar {
  position: relative;
}
@media (max-width: 767px) {
  #mbw-search-results-outer #mbw-search-results-top .kw-search-bar {
    margin: 20px 0;
  }
}
#mbw-search-results-outer #mbw-search-results-top input[type=text] {
  padding: 15px 57px;
}
#mbw-search-results-outer #mbw-search-results-top button {
  position: absolute;
  width: 26px;
  height: 26px;
  padding: 0;
  left: 18px;
  top: calc(50% - 13px);
  border: none;
  background-color: transparent;
}
#mbw-search-results-outer #mbw-search-results-top button svg {
  width: 26px;
  height: 26px;
}
#mbw-search-results-outer #mbw-search-results-top .kw-search-bar-clear {
  position: absolute;
  width: 26px;
  height: 26px;
  padding: 6px;
  right: 18px;
  top: calc(50% - 20px);
}
#mbw-search-results-outer #mbw-search-results-main {
  margin-top: 60px;
}
#mbw-search-results-outer #mbw-search-results-main h4 {
  padding: 20px 0 5px;
}
#mbw-search-results-outer #mbw-search-results-main label {
  margin-top: 5px;
  color: #AAAAAA;
  font-size: 14px;
  display: block;
}
#mbw-search-results-outer #mbw-search-results-main label.cb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 10px 0;
  cursor: pointer;
  color: #444444;
}
#mbw-search-results-outer #mbw-search-results-main label.cb input[type=checkbox] {
  display: none;
}
#mbw-search-results-outer #mbw-search-results-main label.cb .mbw-custom-cb {
  width: 26px;
  height: 26px;
  display: inline-block;
  background: url(../img/check-mark-bullet-empty.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
#mbw-search-results-outer #mbw-search-results-main label.cb input[type=checkbox]:checked ~ .mbw-custom-cb {
  background-image: url(../img/check-mark-bullet.svg);
}

body.tax-minibus-range .mbw-range-section-top-section {
  position: relative;
  padding-bottom: 180px;
}
body.tax-minibus-range .mbw-range-section-top-section:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background-color: #f3f3f3;
}
body.tax-minibus-range .mbw-range-section-top-section .mbw-range-search-btn-container {
  position: absolute;
  bottom: -125px;
}
body.tax-minibus-range .mbw-range-section-top-section .mbw-range-breadcrumbs {
  color: #444444;
  margin-bottom: 28px;
}
body.tax-minibus-range .mbw-range-section-top-section .mbw-range-breadcrumbs a {
  color: inherit;
  text-decoration: none;
}
body.tax-minibus-range .mbw-range-section-top-section h1 {
  font-size: 60px;
  line-height: 1.16666;
  margin: 0 0 8px;
  font-weight: 700;
}
@media (max-width: 767px) {
  body.tax-minibus-range .mbw-range-section-top-section h1 {
    font-size: 40px;
  }
}
body.tax-minibus-range .mbw-range-section-top-section .mbw-range-section-top-section-right {
  text-align: center;
}
body.tax-minibus-range .mbw-range-section-top-section .mbw-range-section-top-section-right img {
  position: absolute;
  max-height: calc(100% + 150px);
  width: auto;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
}
body.tax-minibus-range .mbw-range-section-2 {
  padding: 78px 0 71px;
  background-color: #0E2240;
}
body.tax-minibus-range .mbw-range-section-2 h2 {
  color: #fff;
  font-size: 60px;
  line-height: 1;
  font-weight: 700;
}
@media (max-width: 767px) {
  body.tax-minibus-range .mbw-range-section-2 h2 {
    font-size: 40px;
  }
}
body.tax-minibus-range .mbw-range-section-2 p {
  font-size: 18px;
  line-height: 1.55556;
  color: #fff;
}
body.tax-minibus-range .mbw-range-section-2 p:last-child {
  margin-bottom: 0;
}
body.tax-minibus-range .mbw-range-section-3 {
  padding: 120px 0 106px;
}
@media (max-width: 767px) {
  body.tax-minibus-range .mbw-range-section-3 {
    padding: 60px 0;
  }
}
body.tax-minibus-range .mbw-range-section-3 .mbw-range-image-tiles {
  display: grid;
  grid-template-columns: 70% 30%;
  grid-template-rows: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 79px;
}
@media (max-width: 767px) {
  body.tax-minibus-range .mbw-range-section-3 .mbw-range-image-tiles {
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }
}
body.tax-minibus-range .mbw-range-section-3 .mbw-range-image-tiles .tile-long {
  grid-row: span 2;
}
body.tax-minibus-range .mbw-range-section-3 .mbw-range-image-tiles .mbw-range-image-tile img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.tax-minibus-range .mbw-range-section-3 .mbw-range-image-tiles .mbw-range-image-tile-icon {
  background: #0E2240;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 20px;
  text-align: center;
}
body.tax-minibus-range .mbw-range-section-3 .mbw-range-image-tiles .mbw-range-image-tile-icon img {
  width: auto;
  height: auto;
  max-height: 40%;
}
body.tax-minibus-range .mbw-range-section-3 .mbw-range-image-tiles .mbw-range-image-tile-icon span {
  color: #fff;
  font-weight: bold;
  font-size: 24px;
}
body.tax-minibus-range .mbw-range-section-3 .mbw-range-section-3-text {
  margin-bottom: 109px;
}
@media (max-width: 767px) {
  body.tax-minibus-range .mbw-range-section-3 .mbw-range-section-3-text {
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  body.tax-minibus-range .mbw-range-section-3 .mbw-range-section-3-suitability-text {
    margin-top: 20px;
  }
}
body.tax-minibus-range .mbw-range-section-3 .mbw-range-section-3-suitability-text h2 {
  font-size: 60px;
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 13px;
}
@media (max-width: 767px) {
  body.tax-minibus-range .mbw-range-section-3 .mbw-range-section-3-suitability-text h2 {
    font-size: 40px;
  }
}
body.tax-minibus-range .mbw-range-section-4 {
  padding: 88px 0 56px;
  background-color: #f3f3f3;
}
@media (max-width: 767px) {
  body.tax-minibus-range .mbw-range-section-4 {
    padding: 60px 0 40px;
  }
}
body.tax-minibus-range .mbw-range-section-4 h3 {
  font-size: 60px;
  line-height: 1.1666667;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  body.tax-minibus-range .mbw-range-section-4 h3 {
    font-size: 40px;
  }
}
body.tax-minibus-range .mbw-range-section-4 p {
  font-size: 18px;
  line-height: 1.55556;
  color: #444444;
}
body.tax-minibus-range .mbw-range-section-4-sub-section h3 {
  font-size: 60px;
  line-height: 1.1666667;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  body.tax-minibus-range .mbw-range-section-4-sub-section h3 {
    font-size: 40px;
  }
}
body.tax-minibus-range .mbw-range-section-4-sub-section p {
  font-size: 18px;
  line-height: 1.55556;
  color: #444444;
}
@media (max-width: 767px) {
  body.tax-minibus-range .mbw-range-section-4-sub-section {
    text-align: left !important;
  }
  body.tax-minibus-range .mbw-range-section-4-sub-section h3 {
    text-align: left !important;
  }
  body.tax-minibus-range .mbw-range-section-4-sub-section p {
    text-align: left !important;
    font-size: 1rem !important;
  }
}
body.tax-minibus-range .mbw-range-subsection-icons {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 24px;
  margin: 40px 0 80px;
}
@media (max-width: 767px) {
  body.tax-minibus-range .mbw-range-subsection-icons {
    margin: 30px 0 40px;
  }
}
body.tax-minibus-range .mbw-range-subsection-icons .mbw-range-subsection-icon-container {
  width: 172px;
  text-align: center;
  color: #0E2240;
  font-size: 18px;
  line-height: 1.55556;
}
body.tax-minibus-range .mbw-range-subsection-icons .mbw-range-subsection-icon {
  width: 172px;
  height: 172px;
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  margin-bottom: 23px;
}
body.tax-minibus-range .mbw-range-subsection-icons .mbw-range-subsection-icon img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
body.tax-minibus-range .mbw-range-section-5 {
  padding: 100px 0;
  background-color: #f3f3f3;
  position: relative;
}
@media (max-width: 767px) {
  body.tax-minibus-range .mbw-range-section-5 {
    padding: 50px 0;
  }
}
body.tax-minibus-range .mbw-range-section-5 .mbw-range-section-5-bg-image img {
  position: absolute;
  inset: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
body.tax-minibus-range .mbw-range-section-5 .mbw-range-section-5-bg-image:after {
  content: "";
  position: absolute;
  inset: 0;
  background: transparent linear-gradient(180deg, #17253F 0%, rgba(23, 37, 63, 0.5019607843) 100%) 0% 0% no-repeat padding-box;
  mix-blend-mode: multiply;
  z-index: 2;
}
body.tax-minibus-range .mbw-range-section-5 .mbw-range-section-5-content {
  max-width: 100%;
  width: 739px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
body.tax-minibus-range .mbw-range-section-5 .mbw-range-section-5-content h2 {
  color: #fff;
  font-size: 60px;
  line-height: 1.1666667;
  font-weight: 700;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  body.tax-minibus-range .mbw-range-section-5 .mbw-range-section-5-content h2 {
    font-size: 40px;
  }
}
body.tax-minibus-range .mbw-range-section-5 .mbw-range-section-5-content p {
  color: #fff;
  font-size: 18px;
  line-height: 1.55556;
}
body.tax-minibus-range .mbw-range-section-5 .mbw-range-section-5-content .mbw-btn {
  padding: 17px;
  min-width: 296px;
  text-align: center;
  font-size: 27px;
  font-weight: 400;
  color: #17253F;
}

.mbw-range-subsection-icon {
  width: 172px;
  height: 172px;
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  margin-bottom: 23px;
}
.mbw-range-subsection-icon .elementor-widget-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.mbw-range-subsection-icon img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

body.tax-minibus-range .mbw-minibus-range-page-layout-2 .mbw-range-section-top-section {
  position: relative;
  min-height: 441px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
body.tax-minibus-range .mbw-minibus-range-page-layout-2 .mbw-range-section-top-section .mbw-range-section-top-section-bg-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom center;
     object-position: bottom center;
}
body.tax-minibus-range .mbw-minibus-range-page-layout-2 .mbw-range-section-top-section .container {
  position: relative;
  z-index: 2;
}
body.tax-minibus-range .mbw-minibus-range-page-layout-2 .mbw-range-section-top-section .container h1 {
  color: #fff;
  font-size: 60px;
  line-height: 1.1666667;
  font-weight: 700;
  margin: 0;
}
body.tax-minibus-range .mbw-minibus-range-page-layout-2 .mbw-range-section-top-section .container .mbw-range-breadcrumbs {
  color: #fff;
}
body.tax-minibus-range .mbw-minibus-range-page-layout-2 .mbw-range-section-top-section .container .mbw-range-breadcrumbs a {
  color: inherit;
  text-decoration: none;
}
body.tax-minibus-range .mbw-minibus-range-page-layout-2 .mbw-range-section-2 {
  padding: 78px 0 71px;
  background-color: transparent;
}
body.tax-minibus-range .mbw-minibus-range-page-layout-2 .mbw-range-section-2 h2 {
  color: #0E2240;
  margin: 0 0 20px;
}
body.tax-minibus-range .mbw-minibus-range-page-layout-2 .mbw-range-section-2 p {
  color: #444444;
}
body.tax-minibus-range .mbw-minibus-range-page-layout-2 .mbw-range-section-3 {
  padding: 78px 0 71px;
  background-color: #f3f3f3;
}
body.tax-minibus-range .mbw-minibus-range-page-layout-2 .mbw-range-section-3 .top-row {
  margin-bottom: 78px;
}
@media (max-width: 767px) {
  body.tax-minibus-range .mbw-minibus-range-page-layout-2 .mbw-range-section-3 .top-row {
    margin-bottom: 40px;
  }
}
body.tax-minibus-range .mbw-minibus-range-page-layout-2 .mbw-range-section-3 .suitability-row {
  margin-bottom: 78px;
}
@media (max-width: 767px) {
  body.tax-minibus-range .mbw-minibus-range-page-layout-2 .mbw-range-section-3 .suitability-row {
    margin-bottom: 40px;
  }
}
body.tax-minibus-range .mbw-minibus-range-page-layout-2 .mbw-range-section-3 h2 {
  color: #0E2240;
  font-size: 50px;
  line-height: 1.1666667;
  font-weight: 700;
  margin: 0 0 20px;
}
body.tax-minibus-range .mbw-minibus-range-page-layout-2 .mbw-range-section-3 h3 {
  color: #0E2240;
  font-size: 35px;
  font-size: 60px;
  font-size: 40px;
  line-height: 1.1666667;
  font-weight: 700;
  margin: 0 0 20px;
}
body.tax-minibus-range .mbw-minibus-range-page-layout-2 .mbw-range-section-3 p {
  color: #444444;
}
body.tax-minibus-range .mbw-minibus-range-page-layout-2 .mbw-range-section-4 {
  padding: 100px 0;
  background-color: #f3f3f3;
  position: relative;
}
@media (max-width: 767px) {
  body.tax-minibus-range .mbw-minibus-range-page-layout-2 .mbw-range-section-4 {
    padding: 50px 0;
  }
}
body.tax-minibus-range .mbw-minibus-range-page-layout-2 .mbw-range-section-4 .mbw-range-section-4-bg-image img {
  position: absolute;
  inset: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
body.tax-minibus-range .mbw-minibus-range-page-layout-2 .mbw-range-section-4 .mbw-range-section-4-bg-image:after {
  content: "";
  position: absolute;
  inset: 0;
  background: transparent linear-gradient(180deg, #17253F 0%, rgba(23, 37, 63, 0.5019607843) 100%) 0% 0% no-repeat padding-box;
  mix-blend-mode: multiply;
  z-index: 2;
}
body.tax-minibus-range .mbw-minibus-range-page-layout-2 .mbw-range-section-4 .mbw-range-section-4-content {
  max-width: 100%;
  width: 953px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
body.tax-minibus-range .mbw-minibus-range-page-layout-2 .mbw-range-section-4 .mbw-range-section-4-content p {
  color: #fff;
  font-size: 35px;
  line-height: 1.143;
  font-weight: 700;
}
@media (max-width: 767px) {
  body.tax-minibus-range .mbw-minibus-range-page-layout-2 .mbw-range-section-4 .mbw-range-section-4-content p {
    font-size: 24px;
  }
}
body.tax-minibus-range .mbw-minibus-range-page-layout-2 .mbw-range-section-4 .mbw-range-section-4-content .mbw-range-section-4-cta-buttons {
  margin-top: 60px;
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: center;
}
body.tax-minibus-range .mbw-minibus-range-page-layout-2 .mbw-range-section-4 .mbw-range-section-4-content .mbw-range-section-4-cta-buttons .mbw-btn {
  min-width: 170px;
  text-align: center;
  justify-content: center;
}
body.tax-minibus-range .img-d-block {
  width: 100%;
}
body.tax-minibus-range .img-d-block img {
  width: 100%;
}

.elementor-widget-mbw_minibus_ranges .search-new-minibus-tile {
  aspect-ratio: auto;
  margin-bottom: 23px;
  height: calc(100% - 23px);
}

footer {
  padding: 70px 0;
  background-color: #0E2240;
  color: #fff;
}
footer h1,
footer h2,
footer h3,
footer h4,
footer p,
footer a {
  color: #fff;
}
@media (min-width: 768px) {
  footer .footer-col-1 {
    flex: 0 0 30%;
    max-width: 30%;
  }
  footer .footer-col-2 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  footer .footer-col-3 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  footer .footer-col-4 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (max-width: 767px) {
  footer .footer-col-1,
  footer .footer-col-2,
  footer .footer-col-3,
  footer .footer-col-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
footer .mbw-footer-widget {
  margin-bottom: 30px;
}
footer .mbw-footer-widget table th,
footer .mbw-footer-widget table td {
  padding: 2px 5px !important;
}
footer p,
footer li {
  font-size: 18px;
  color: #444444;
  color: #fff;
}
footer li a {
  text-decoration: underline !important;
  color: #fff;
}
footer h2,
footer h3 {
  color: #0e2240;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
}
footer .wp-block-table table th,
footer .wp-block-table table td {
  padding: 0;
  border: none;
}
footer .wp-block-social-links li,
footer .wp-block-social-links a {
  background-color: transparent;
}
footer .wp-block-social-links li svg,
footer .wp-block-social-links a svg {
  width: 25px !important;
  height: 25px !important;
}
footer .wp-block-social-links li svg path,
footer .wp-block-social-links a svg path {
  fill: #3D3D3D;
  fill: #F7A934;
}
footer a:hover {
  color: #F7A934;
}
footer .menu-quick-links-container {
  margin-top: 30px;
}
footer .footer-phone svg,
footer .footer-email svg {
  width: 16px;
  margin-right: 6px;
}
footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer ul li {
  margin-bottom: 15px;
  margin-bottom: 2px;
}
footer .footer-col-3 ul li {
  margin-bottom: 12px;
}
footer a {
  color: inherit;
  text-decoration: none !important;
}
footer .footer-col-4 .wp-block-heading {
  margin-bottom: -20px;
}
footer .footer-col-container {
  display: flex;
  /*flex-wrap: wrap;*/
}
@media (max-width: 991px) {
  footer .footer-col-container {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  footer .footer-col-container .col {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
footer .footer-col-container .col {
  width: 33.3%;
  max-width: 33.3%;
  flex: auto;
}
footer .footer-col-container .col:first-child {
  width: 50%;
  max-width: 50%;
}
footer .footer-col-container .col:nth-child(2) {
  width: 40%;
  max-width: 40%;
}
@media (max-width: 1199px) {
  footer .footer-col-container .col {
    width: 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  footer .footer-col-container .col {
    width: 100% !important;
    max-width: 100% !important;
  }
}
footer .footer-col-container .footer-col-disclaimer {
  width: 100%;
  max-width: 100%;
  flex: auto;
}
footer .footer-col-container .footer-col-disclaimer,
footer .footer-col-container .footer-col-disclaimer p {
  color: red;
}
footer .review-widget_net {
  width: 182px;
}
footer .review-widget_net .grw-net-widget {
  width: 182px;
}
footer .review-widget_net .grw-net-widget-four-type-3 {
  width: 182px;
  min-width: 182px;
}
footer .review-widget_net .grw-net-widget-four-type-3 .grw-net-stars-col .grw-net-stars {
  width: 100px !important;
  height: 20px !important;
}
footer .review-widget_net .grw-net-widget-four-type-3 .grw-net-stars-col .grw-net-stars-text-small {
  text-align: center;
}
footer .review-widget_net .grw-net-widget-four-content {
  padding-top: 20px;
  padding-bottom: 20px;
}
footer .review-widget_net .grw-net-widget-four-content,
footer .review-widget_net .grw-net-stars-row,
footer .review-widget_net .grw-net-stars-col {
  flex-direction: column;
  gap: 10px;
}
footer .review-widget_net .grw-net-text-much-big {
  font-size: 2.5rem;
}
footer .review-widget_net .grw-net-widget-four-logo {
  width: 100%;
  margin: 0;
  padding: 0;
  height: 90px;
}
footer .review-widget_net .grw-net-widget-four-logo .grw-net-logo-r {
  background-image: url(../img/google-logo-b.svg);
}
footer .review-widget_net .branding {
  font-size: 0 !important;
}

#footer-copy img {
  width: 100%;
  height: auto;
  display: block;
}
#footer-copy {
  background-color: #0E2240;
  border-top: 1px solid #fff;
}
#footer-copy .container {
  padding-top: 40px;
  padding-bottom: 40px;
  color: #fff;
  font-size: 18px;
}
#footer-copy .footer-social-links {
  display: flex;
  align-items: center;
  gap: 19px;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  #footer-copy .footer-social-links {
    justify-content: center;
    margin-top: 20px;
  }
}
#footer-copy .footer-social-links p {
  margin: 0;
  /*margin-right: -10px;*/
  font-size: 26px;
  font-weight: bold;
}

.footer-address,
.footer-phone,
.footer-email {
  display: flex;
  align-items: flex-start;
  font-size: 18px;
  color: #444444;
}
footer .footer-address,
footer .footer-phone,
footer .footer-email {
  color: #fff;
}
.footer-address svg,
.footer-phone svg,
.footer-email svg {
  width: 12px;
  margin: 5px 10px 0 0;
}

.footer-phone svg,
.footer-email svg {
  width: 16px;
  margin-right: 6px;
}

.content-hero {
  min-height: 441px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.content-hero .content-hero__background img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-hero .content-hero__content {
  position: relative;
  z-index: 3;
}
.content-hero .content-hero__content h1 {
  font-size: 60px;
  font-weight: 600;
  color: #FFFFFF;
  margin: 0 0 20px;
}
@media (max-width: 767px) {
  .content-hero .content-hero__content {
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
  }
}

body.single-post .content-hero__background:after {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}

.full-width-image {
  width: 100%;
}
.full-width-image img {
  width: 100%;
  height: auto;
  display: block;
}

.mbw-blog-date {
  text-transform: uppercase;
}

#mbw-blog-categories {
  background-color: #f3f3f3;
  padding: 60px 0 0;
}
#mbw-blog-categories .mbw-blog-categories-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
#mbw-blog-categories .mbw-blog-category a {
  background-color: transparent;
  border: 2px solid #F7A934;
  color: #0E2240;
  padding: 10px 20px;
  border-radius: 99px;
  display: inline-block;
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  padding: 4px 15px;
  text-decoration: none !important;
}
@media (min-width: 992px) {
  #mbw-blog-categories .mbw-blog-category a {
    padding: 10px 20px;
  }
}
#mbw-blog-categories .mbw-blog-category.active a {
  background-color: #F7A934;
}

#mbw-blog {
  background-color: #f3f3f3;
  padding: 60px 0;
}
#mbw-blog .col-12,
#mbw-blog .col-lg-6 {
  margin-bottom: 30px;
}

#mbw-blog-pagination {
  background-color: #f3f3f3;
  padding: 0 0 60px;
  text-align: center;
}
#mbw-blog-pagination .pagination {
  align-items: center;
  justify-content: center;
}
#mbw-blog-pagination .pagination .screen-reader-text {
  display: none !important;
}
#mbw-blog-pagination .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
#mbw-blog-pagination .page-numbers {
  width: 30px;
  height: 30px;
  display: block;
  background-color: #F7A934;
  border-radius: 99px;
  line-height: 28px;
  text-align: center;
  color: #fff;
}
#mbw-blog-pagination .page-numbers.current {
  background-color: #0E2240;
}
#mbw-blog-pagination .page-numbers.next, #mbw-blog-pagination .page-numbers.prev {
  display: none;
}

.mbw-blog-sidebar a {
  color: #0e2240;
}
.mbw-blog-sidebar a.active {
  color: #F7A934;
  font-weight: bold;
}

#mbw-blog-single-post {
  padding: 60px 0;
  background-color: #f3f3f3;
}

#mbw-van-category-hero {
  padding: 40px 0;
  background-color: #F4F4F6;
}
#mbw-van-category-hero h1 {
  font-weight: bold;
  font-size: 60px;
}
#mbw-van-category-hero .container {
  position: relative;
}
#mbw-van-category-hero .row > div {
  position: static;
}
#mbw-van-category-hero .mbw-van-category-breadcrumbs {
  position: absolute;
  top: 0;
}
#mbw-van-category-hero .mbw-van-category-breadcrumbs a {
  color: inherit;
}
#mbw-van-category-hero .mbw-van-category-hero-content {
  padding: 50px 0;
}
#mbw-van-category-hero .mbw-van-category-documents {
  display: flex;
  gap: 7px;
  align-items: center;
}
#mbw-van-category-hero .mbw-van-category-documents .mbw-btn {
  display: flex;
  gap: 12px;
  align-items: center;
  color: #0E2240 !important;
}
#mbw-van-category-hero .mbw-van-category-documents .mbw-btn.optional-extras {
  background-color: #F7A934;
}

#mbw-van-category-available-stock {
  padding: 110px 0 60px;
  background-color: #0E2240;
}
#mbw-van-category-available-stock h2 {
  text-align: center;
  color: #fff;
}
#mbw-van-category-available-stock p {
  color: #fff;
  text-align: center;
  width: 690px;
  max-width: 100%;
  margin: 20px auto 60px;
  display: block;
}

#mbw-van-category-range-of-vans {
  padding: 80px 0 120px;
  background-color: #fff;
}
#mbw-van-category-range-of-vans h2 {
  text-align: center;
  color: #0E2240;
  font-size: 48px;
  font-weight: bold;
}
#mbw-van-category-range-of-vans p {
  color: #555555;
  text-align: center;
  width: 673px;
  max-width: 100%;
  margin: 20px auto 60px;
  display: block;
}
#mbw-van-category-range-of-vans .mbw-van-category-other-term {
  text-align: center;
}
#mbw-van-category-range-of-vans .mbw-van-category-other-term-image {
  background-color: #f4f5f6;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
  padding: 30px 30px 60px;
  position: relative;
  margin-bottom: 30px;
}
#mbw-van-category-range-of-vans .mbw-van-category-other-term-image span {
  display: block;
  width: 100%;
  padding-top: 60px;
  text-align: center;
  background: #fff;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  color: #0E2240;
  font-size: 26px;
  font-weight: bold;
}
#mbw-van-category-range-of-vans .mbw-van-category-other-term-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#mbw-van-category-range-of-vans .mbw-btn[data-id="8"] {
  background-color: #F7A934;
}