.section-half-image-half-content.bg-primary .metz-links .arrow-link::after {
  background: #fff;
}

.section-two-column-stacked-image-with-text {
  margin-bottom: 0 !important;
}

.text-description-wrap.text-center {
  padding: 0 2rem;
}

.section-two-column-stacked-image-with-text .text-description-wrap p {
  margin-bottom: 1.875rem;
  text-align: justify;
}

/*This CSS is for the layout of the filter bar on the left*/
.accordion {
  padding-top: 12px !important;
}

.accordion-header {
  font-size: 18px !important;
}

.accordion-header:after {
  background-size: 14px !important;
  height: 14px !important;
  width: 14px !important;
}

.metz-megamenu {
  display: none !important;
}

.metz-megamenu.display-megamenu {
  display: block !important;
}

.menu-item-depth-0:hover .metz-megamenu {
  display: none !important;
}

.menu-item-depth-0:hover .metz-megamenu.display-megamenu {
  display: block !important;
}

@media (min-width: 992px) {
  .menu-item-depth-0 .main-menu-link.active::after {
    content: "" !important;
    background: #2c2e37 !important;
    border: none !important;
    height: 2px !important;
    left: 0 !important;
    margin: 0 !important;
    position: absolute !important;
    right: 0 !important;
    opacity: 1 !important;
    bottom: 15px !important;
    transition: all 0.2s linear !important;
  }
}

.main-menu-link:before {
  content: "";
  background-position: 50%;
  background-repeat: no-repeat;
  border-bottom: 2px solid #2c2e37;
  border-left: 2px solid #2c2e37;
  cursor: pointer;
  display: block;
  height: 7px;
  position: absolute;
  right: 12px;
  top: 30px;
  transform: rotate(-45deg);
  transition: all 0.25s ease;
  width: 7px;
}

.menu-item-depth-0 .main-menu-link.active::before {
  transform: rotate(136deg);
  top: 34px;
}

.metz-megamenu--submenulistings-wrap {
  margin-bottom: 0 !important;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .navigation .primary-menu > ul ul a,
  .material.menu-page-wrapper .img-wrap a.link {
    font-size: 16px !important;
  }

  .navigation .primary-menu li > a {
    font-size: 19px !important;
  }

  .material.menu-page-wrapper .img-wrap {
    height: 156px !important;
  }

  .menu-item-depth-0 .main-menu-link.active::before {
    top: 31px !important;
  }

  .main-menu-link:before {
    top: 27px !important;
  }
}

@media (min-width: 992px) {
  .logged-in .navigation.scrolled .primary-menu > ul li:hover .metz-megamenu {
    top: 11.25rem !important;
  }
}

.video-banner-video .banner-swipper-item picture img {
  margin-top: 80px;
}
.video-banner-video .banner-content-swiper {
  transform: translateX(-0.5%) !important;
}

.video-banner {
  margin: 0 auto;
}

.video-banner-video {
  position: relative;
  min-height: 60vh;
  color: #ffffff;
  z-index: 1;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.video-banner-video.text-dark h1,
.video-banner-video.text-dark span {
  color: #2c2e37;
}

.video-banner-video.text-light h1,
.video-banner-video.text-light span {
  color: #fff;
}

.video-banner-video .background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
  padding: 0;
}

.video-banner-video .background-video video,
.video-banner-video .background-video iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.video-banner-video .background-video iframe {
  min-width: 100%;
  min-height: 100%;
  width: 100vw;
  height: 100vh;
  max-width: none;
  max-height: none;
}

.video-banner-video .background-video.video-mp4 video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-banner-video .background-video.video-embed iframe,
.video-banner-video .background-video.video-vimeo iframe {
  width: 150%;
  height: 150%;
  min-width: 150%;
  min-height: 150%;
}

.background-video.uploaded-video {
  padding: 0;
}

.video-banner-video .container {
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 14px;
}

.iframe-wrapper {
  width: 100%;
  aspect-ratio: 1160 / 486;
  position: relative;
}

.iframe-wrapper .background-video {
  margin-top: 0;
}

.video-banner-video .section-heading {
  text-align: center;
  width: 100%;
  position: relative;
  z-index: 3;
  padding: 0;
}

@media (max-width: 768px) {
  .video-banner-video {
    min-height: 50vh;
    margin-top: 20px;
  }

  .video-banner-video .container {
    padding: 30px 15px;
    padding-bottom: 0 !important;
  }

  .video-banner-video .background-video video,
  .video-banner-video .background-video iframe {
    width: 100%;
    height: 100%;
  }

  .video-banner-video .background-video.video-embed iframe,
  .video-banner-video .background-video.video-vimeo iframe {
    width: 200%;
    height: 200%;
    min-width: 200%;
    min-height: 200%;
  }

  .iframe-wrapper {
    aspect-ratio: 16 / 10;
  }
}

@media (max-width: 500px) {
  .video-banner-video {
    min-height: auto;
    height: auto;
    margin-top: 30px;
  }

  .video-banner-video .container {
    padding: 20px 15px;
  }

  .iframe-wrapper {
    aspect-ratio: 16 / 9;
    min-height: 300px;
  }

  .video-banner-video .background-video.video-embed iframe,
  .video-banner-video .background-video.video-vimeo iframe {
    width: 250%;
    height: 250%;
    min-width: 250%;
    min-height: 250%;
  }

  .video-banner-video .section-heading .main-title {
    font-size: 1.5rem;
    margin: 10px 0;
  }

  .video-banner-video .section-heading .sub-title,
  .video-banner-video .section-heading .sub-title-below {
    font-size: 0.9rem;
    margin: 5px 0;
  }
}

@media (max-width: 375px) {
  .video-banner-video {
    margin-top: 60px;
  }

  .video-banner-video .container {
    padding: 15px 10px;
  }

  .iframe-wrapper {
    min-height: 250px;
  }

  .video-banner-video .background-video.video-embed iframe,
  .video-banner-video .background-video.video-vimeo iframe {
    width: 300%;
    height: 300%;
    min-width: 300%;
    min-height: 300%;
  }
}
