/* SITE WIDE */

@keyframes bounce {
  0%,
  100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}

.woocommerce nav.woocommerce-pagination ul li {
  border: none;
}

.news-single {
  text-align: center;
}

.news-single img {
  max-width: 100%;
}

.underline-link {
  text-underline-offset: 15px;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  color: #1aa6ca;
  font-size: 1.2rem;
}

.underline-link:hover {
  text-underline-offset: 15px;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  color: #1aa6ca;
}

.woocommerce nav.woocommerce-pagination ul {
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
  background: none;
  color: #1aa6ca;
}

body {
  color: #26495c;
  font-family: filson-pro, sans-serif;
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}

body.term-ultrasound.woocommerce ul.products.columns-2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

body.term-ultrasound.woocommerce ul.products.columns-2::before,
body.term-ultrasound.woocommerce ul.products.columns-2::after {
  display: none;
}

body.term-ultrasound.woocommerce ul.products.columns-2 li.product {
  margin-right: 0;
  float: none;
}

body.term-ultrasound.woocommerce
  ul.products.columns-2
  li.product:nth-of-type(1) {
  order: 3;
}
body.term-ultrasound.woocommerce
  ul.products.columns-2
  li.product:nth-of-type(2) {
  order: 1;
}
body.term-ultrasound.woocommerce
  ul.products.columns-2
  li.product:nth-of-type(3) {
  order: 4;
}
body.term-ultrasound.woocommerce
  ul.products.columns-2
  li.product:nth-of-type(4) {
  order: 2;
}

.product-inner__description p a,
.product-inner__description li a,
.product-inner__description p a:hover {
  color: #1aa6ca;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 1rem;
}

h1,
.form-submitted h2 {
  font-size: 3rem;
  line-height: 1.2;
}

h2 {
  font-size: 2rem;
  line-height: 1.2;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.2rem;
}

p {
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 1rem;
}

button {
  border-radius: 32px;
  padding: 12px 35px;
  border: none;
  font-family: filson-pro, sans-serif;
  font-weight: 300;
  margin: 0;
  white-space: nowrap;
}

.green-btn {
  color: white;
  font-size: 1.2rem;
  background-color: #1aa6ca;
}

.green-trans-btn {
  color: #1aa6ca;
  font-size: 1.2rem;
  background-color: transparent;
  border: 2px solid #1aa6ca;
}

.blue-btn {
  color: white;
  font-size: 1.2rem;
  background-color: #12587c;
}

input:focus,
select:focus,
textarea:focus,
button:focus,
*:focus {
  outline: none !important;
  box-shadow: none !important;
}

button:hover {
  cursor: pointer;
}

a:hover,
a {
  text-decoration: none;
  color: #26495c;
}

span.green {
  color: #1aa6ca;
}

/* -- HEADER -- */

.navbar-toggler {
  z-index: 100;
  position: relative;
}

@media screen and (min-width: 1201px) and (max-width: 1900px) {
  header .container {
    max-width: 98% !important;
  }
}

#ipad-header,
#mobile-header {
  display: none;
}

header {
  padding-top: 8px;
  position: relative;
  z-index: 1000;
}

body:not(.page-template-home-page) header::after {
  content: "";
  position: absolute;
  height: 8px;
  background-color: #1aa6ca;
  top: 0;
  left: 0;
  width: 100%;
}

.page-template-home-page .barAnimation::after {
  content: "";
  position: absolute;
  height: 8px;
  background-color: #1aa6ca;
  top: 0;
  left: 0;
  width: 0%;
  -webkit-animation: loadingBar 8s linear infinite; /* Safari 4+ */
  -moz-animation: loadingBar 8s linear infinite; /* Fx 5+ */
  -o-animation: loadingBar 8s linear infinite; /* Opera 12+ */
  animation: loadingBar 8s linear infinite;
}

@-webkit-keyframes loadingBar {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-moz-keyframes loadingBar {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-o-keyframes loadingBar {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes loadingBar {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

.navbar {
  padding-top: 25px;
  padding-bottom: 25px;
}

.navbar-brand {
  width: 20%;
  margin-right: 0;
}

.navbar-brand img {
  max-width: 100%;
}

.navbar-nav {
  width: 40%;
}

.nav-last {
  justify-content: flex-end;
}

.nav-link.active,
.dropdown-item.active {
  color: #1aa6ca;
}

/* .nav-link.active:not(.dropdown-toggle) {
  pointer-events: none;
} */
.wc-block-product-search .wc-block-product-search__button,
.dgwt-wcas-no-submit .dgwt-wcas-ico-magnifier {
  display: none;
}

.nav-item .search-button {
  border: none;
  background-color: transparent;
  padding: 0;
  padding-right: 10px;
  /* border: 2px solid #1AA6CA;
  border-right: none; */
}

.nav-item .search-button img {
  max-width: initial;
}

.navbar-collapse {
  gap: 0 20px;
}

.nav-item .dgwt-wcas-sf-wrapp {
  display: flex;
}

.nav-item .wp-block-search .wp-block-search__input,
.nav-item .wc-block-product-search .wc-block-product-search__field,
.dgwt-wcas-no-submit
  .dgwt-wcas-sf-wrapp
  input[type="search"].dgwt-wcas-search-input {
  border: none;
  font-family: filson-pro, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  font-style: normal;
  color: #26495c;
  padding: 5px;
  /* border: 2px solid #1AA6CA;
  border-left: none; */
}

.dgwt-wcas-no-submit
  .dgwt-wcas-sf-wrapp
  input[type="search"].dgwt-wcas-search-input {
  padding-left: 0 !important;
}

.nav-item .dgwt-wcas-search-wrapp {
  min-width: 170px;
  max-width: 170px;
}

.nav-link {
  white-space: nowrap;
}

.nav-last .nav-item {
  display: flex;
  align-items: center;
}

.mobile-navbar {
  display: none;
}

.nav-item .wp-block-search .wp-block-search__input::placeholder,
.nav-item .wc-block-product-search .wc-block-product-search__field::placeholder,
.dgwt-wcas-no-submit
  .dgwt-wcas-sf-wrapp
  input[type="search"].dgwt-wcas-search-input::placeholder {
  font-family: filson-pro, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  font-style: normal;
  color: #26495c;
}

#bigDropdown {
  height: 0vh;
  overflow: hidden;
  display: block;
  background-color: white;
  position: absolute;
  top: 21vh;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  transition: 1s;
}

.bigDropdown {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.bigDropdownMenu {
  height: 70%;
  display: flex;
  align-items: flex-start;
  padding-bottom: 150px;
  padding-top: 50px;
}

.bigDropdownBottom {
  height: 30%;
  background-color: #f1f2f3;
  display: flex;
  align-items: center;
  position: relative;
}

.bigDropdownBottom::before {
  content: "";
  background-color: #1aa6ca;
  width: 30%;
  height: 3px;
  position: absolute;
  left: 0;
  top: -40px;
}

.bigDropdownBottom::after {
  content: "";
  background-color: #12587c;
  width: 30%;
  height: 3px;
  position: absolute;
  right: 0;
  top: 40px;
}

.subMenuContact {
  display: flex;
  align-items: center;
  position: relative;
  width: fit-content;
}

.subMenuContact img {
  position: absolute;
  bottom: 0;
  left: calc(100% + 50px);
  transition: 0.5s;
  transform-origin: bottom;
  transform: scale(0);
}

.subMenuContact p {
  margin-bottom: 0;
  margin-right: 30px;
  color: #1aa6ca;
}

#menu-sub-header {
  display: flex;
  list-style: none;
  padding-left: 0;
  gap: 0 75px;
}

#menu-sub-header .dropdown-toggle {
  font-size: 2rem;
  padding: 0;
  margin-bottom: 1rem;
  pointer-events: none;
  color: #26495c !important;
  pointer-events: none;
}

#menu-sub-header .dropdown-menu .menu-item .dropdown-item::after {
  content: "";
  height: 22px;
  width: 11px;
  background-image: url("/wp-content/uploads/2023/02/open-arrow.svg");
  background-size: contain;
  background-position: center right;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
}

#menu-sub-header
  #menu-item-343
  .dropdown-menu
  .menu-item
  .dropdown-item::after {
  background-image: url("/wp-content/uploads/2023/03/arrow-non-open.svg");
  width: 14px;
}

#menu-sub-header .dropdown-menu .menu-item .dropdown-item {
  position: relative;
  width: 100%;
  padding-right: 30px;
  white-space: normal;
  transition: 0.3s;
}

.navbar-expand-xl .navbar-nav .nav-link {
  transition: 0.3s;
}

#menu-sub-header .dropdown-menu .menu-item .dropdown-item:hover,
.navbar-expand-xl .navbar-nav .nav-link:hover {
  color: #1aa6ca;
}

#menu-sub-header > .menu-item {
  width: 25%;
}

#menu-sub-header .dropdown-menu .menu-item .dropdown-item.active::after {
  background-image: url("/wp-content/uploads/2023/02/open-arrow-active.svg");
}

#menu-sub-header #menu-item-615 .dropdown-toggle {
  visibility: hidden;
}

#menu-sub-header .dropdown-menu {
  list-style: none;
  padding-left: 0;
}

#menu-sub-header .dropdown-menu .menu-item {
  margin-bottom: 0.5rem;
  width: 100%;
  position: relative;
  display: flex;
}

#menu-sub-header > .menu-item.dropdown.default {
  display: block;
}

#menu-sub-header > .menu-item.dropdown {
  display: none;
}

#menu-sub-header > .menu-item.dropdown.open {
  display: block;
}

.dropdown .nav-link {
  padding-right: 1.25rem !important;
  margin-right: 0.5rem;
  background-image: url("/wp-content/uploads/2023/01/nav-dropdown.svg");
  background-repeat: no-repeat;
  background-size: 12px auto;
  background-position: right 55%;
}

.dropdown .nav-link.active {
  background-image: url("/wp-content/uploads/2025/04/navdropdown-active.svg");
}

/* TEAM */

#team-hero {
  margin-top: 100px;
}

.team-hero p {
  font-size: 28px;
}

#team-people {
  margin-top: 100px;
  margin-bottom: 100px;
}

.team-people {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 2fr));
  gap: 50px;
}

.member-image {
  margin-bottom: 10px;
}

.member-image img {
  width: 100%;
  height: auto;
}

.member-text h3 {
  margin: 0;
}

.member-text p {
  margin-bottom: 0.5rem;
  word-break: break-all;
}

.member-text .role {
  padding: 1rem 0;
  color: #1aa6ca;
  border-bottom: 2px solid #1aa6ca;
}

/* -- HOME -- */

.slider-image {
  min-height: 600px;
  border-radius: 22px 0 0 22px;
  background-position: center;
  background-size: cover;
  object-fit: cover;
  object-position: center;
}

.single-slide {
  display: flex;
}

.single-slide > a {
  position: absolute;
  top: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  left: 9%;
  white-space: nowrap;
  z-index: 1;
  color: #26495c;
}

.single-slide > a img {
  max-height: 20px;
  width: auto !important;
  margin-left: 5px;
}

.slider-image {
  width: 50% !important;
}

.review-content {
  width: 50%;
  display: flex;
  align-items: center;
  position: relative;
}

.review-content > div {
  width: 64%;
  margin: 0 auto;
}

.heading-title h1 {
  color: #1aa6ca;
}

.review-content p {
  font-size: 1.2rem;
}

#home-hero {
  margin-top: 50px;
  position: relative;
}

.owl-theme.owl-hero .owl-nav [class*="owl-"]:hover {
  background: transparent;
}

.owl-hero .owl-dots {
  position: absolute;
  left: 70px;
  top: 220px;
  display: flex;
  flex-direction: column;
}

.owl-theme.owl-hero .owl-dots .owl-dot.active span,
.owl-theme.owl-hero .owl-dots .owl-dot:hover span {
  background: #1aa6ca;
}

.owl-theme.owl-hero .owl-dots .owl-dot span {
  background: #12587c;
}

.owl-theme.owl-hero .owl-dots .owl-dot span {
  width: 6px;
  height: 25px;
  border-radius: 100px !important;
}

.blue-box {
  background: rgba(0, 88, 124, 0.9);
  border-radius: 22px;
  width: 275px;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
  position: absolute;
  right: 35%;
  bottom: 15%;
  z-index: 10;
}

.blue-box > div {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  justify-content: flex-start;
}

.blue-box > div a:first-of-type {
  margin-right: 15px;
}

.blue-box > div a img {
  max-height: 20px;
  width: auto !important;
}

.blue-box h4 {
  color: white;
}

.blue-box a {
  width: fit-content;
  color: white;
}

.sales-btn {
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  right: 5%;
  z-index: 10;
}

#home-intro {
  margin-top: 75px;
}

#home-experience {
  margin-top: 75px;
}

.home-experience h3 {
  margin-bottom: 0;
}

.home-experience p:last-of-type {
  margin-bottom: 0;
}

.home-experience .green {
  font-size: 1.2rem;
}

.home-experience {
  display: flex;
  columns: 3;
  gap: 0 50px;
}

.home-experience div {
  position: relative;
  width: 100%;
}

.home-experience img.main {
  border-radius: 22px;
  width: 100%;
  height: auto;
}

.home-experience > div:first-of-type img.lines {
  position: absolute;
  bottom: -25px;
  right: -25px;
  max-width: 50%;
  border-radius: 22px;
  height: auto;
}

.home-experience > div:last-of-type img.lines {
  position: absolute;
  top: -25px;
  left: -25px;
  max-width: 50%;
  border-radius: 22px;
  height: auto;
}

.grey-section {
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(
    0deg,
    rgba(255, 255, 255, 0.0760679271708683) 0%,
    rgba(191, 191, 191, 0.12368697478991597) 75%
  );
  background: -webkit-linear-gradient(
    0deg,
    rgba(255, 255, 255, 0.0760679271708683) 0%,
    rgba(191, 191, 191, 0.12368697478991597) 75%
  );
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 0.0760679271708683) 0%,
    rgba(191, 191, 191, 0.12368697478991597) 75%
  );
  width: 95%;
  padding-top: 50px;
  margin: 0 auto;
  border-top-left-radius: 22px;
  border-top-right-radius: 22px;
}

#home-sectors.grey-section {
  margin-top: 75px;
}

.sectors {
  display: flex;
  justify-content: center;
  border-radius: 22px;
  overflow: hidden;
  transform: translateZ(0);
}

.sectors .third,
.sectors .two-third,
.sectors .full-third {
  width: 33.33%;
}

.sectors-wrapper {
  width: 100%;
  overflow: hidden;
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
  position: relative;
}

.sectors-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: linear-gradient(
    180deg,
    rgba(0, 15, 30, 0) calc(100% - 175px),
    rgba(0, 15, 30, 1) 100%
  );
}

.sectors-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: bottom center;
  background-blend-mode: multiply;
  transition: 0.5s;
  z-index: -1;
}

.sectors-wrapper:hover .sectors-box {
  transform: scale(1.1);
}

.sectors-wrapper h3 {
  color: white;
}

.sectors-wrapper .green-btn {
  font-size: 0.8rem;
}

#iso {
  margin-top: 75px;
}

.iso {
  display: flex;
  position: relative;
  gap: 50px;
}

/* .iso::after {
  content: "*our parent company holds the ISO 27001 certification";
  font-size: 0.8rem;
  color: #26495c;
  position: absolute;
  top: 100%;
  left: 0;
} */

.iso h4 {
  margin-right: 25px;
}

.iso > .images {
  display: flex;
  align-items: center;
  columns: 4;
  gap: 0 50px;
}

#other-areas {
  margin-top: 75px;
}

.other-areas {
  position: relative;
  padding-top: 100px;
}

.other-areas h2,
.other-areas a {
  color: white;
}

.other-areas-title {
  width: 50%;
  margin-left: auto;
}

.other-areas-title h3 {
  width: 65%;
}

.other-areas .first {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  position: absolute;
  left: 0;
  top: 0;
  width: 40%;
  background: #1aa6ca;
  border-radius: 22px;
  height: 300px;
  padding: 50px;
}

.other-areas .first .lines {
  position: absolute;
  top: -25px;
  right: -25px;
  border-radius: 22px;
}

.other-areas .second {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 40%;
  margin: 0 auto 0 auto;
  transform: translateX(50px);
  background: #12587c;
  mix-blend-mode: multiply;
  border-radius: 22px;
  height: 400px;
  padding: 50px;
  position: relative;
}

.other-areas .second .lines {
  position: absolute;
  top: calc(100% - 80px);
  left: calc(100% - 50px);
  border-radius: 22px;
  height: 200px;
}

.other-areas .third {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  position: absolute;
  top: 50px;
  right: 0;
  width: 30%;
  background: #535d65;
  border-radius: 22px;
  height: 350px;
  padding: 50px;
  mix-blend-mode: multiply;
  text-align: end;
}

#featured-post {
  margin-top: 170px;
}

.featured-post {
  position: relative;
}

.featured-post > img {
  position: absolute;
  top: 25%;
  border-radius: 22px;
  left: 0;
  height: 100%;
  width: 33.33%;
  object-fit: cover;
}

.featured-post-text {
  background-color: #f1f2f3;
  border-radius: 22px;
  padding: 75px 0;
  position: relative;
  width: 80%;
  margin-left: auto;
}

.featured-post-text .green-btn {
  position: absolute;
  left: 22%;
  top: 100%;
  transform: translateY(-50%);
}

.featured-post-text > div {
  width: 65%;
  margin-left: 22%;
}

.featured-post-text h4 {
  margin-bottom: 0;
}

#brands {
  margin-top: 150px;
}

#brands h3 {
  max-width: 500px;
}

.owl-brands .owl-stage {
  display: flex;
  align-items: center;
}

.owl-brands.owl-carousel .owl-item img {
  display: block;
  width: auto;
  max-height: 100px;
  max-width: 100%;
  margin: 0 auto;
  object-fit: contain;
}

#news-header .news-header h2 {
  margin-bottom: 25px;
}

#news-header .news-header-owl {
  display: flex;
}

.navigation.pagination .nav-links {
  display: flex;
}

#news .news-post[sticky] {
  display: none;
}

#news-header {
  margin: 50px auto 0 auto;
}

.news-header > div {
  display: flex;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #1aa6ca;
}

.owl-theme .owl-dots .owl-dot span {
  background: #12587c;
}

.news-first-image {
  width: 55% !important;
  object-fit: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  border-radius: 10px;
}

.news-first-image > p {
  position: absolute;
  bottom: 15px;
  right: 0;
  padding-right: 50px;
  background-color: #535d65;
  color: white;
  padding-left: 10px;
  margin-bottom: 0;
}

.news-first-text {
  padding-top: 50px;
  width: 40%;
  padding-left: 50px;
}

.news-first-text .news-buttons {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  margin-bottom: 50px;
}

.news-first-text .news-buttons button {
  padding: 0;
  border-radius: 0;
  background: transparent;
}

.news-first-text .news-buttons button.disabled {
  filter: grayscale(1);
  pointer-events: none;
}

.news-first-text p {
  margin-bottom: 50px;
}

.news-header h1 {
  margin-bottom: 50px;
}

#news {
  margin-top: 75px;
}

.news-post {
  margin-bottom: 25px;
  position: relative;
}

.news-post > a > div {
  padding-bottom: 50px;
  border-bottom: 2px solid #f0f0f0;
  height: 100%;
}

.pagination {
  justify-content: center;
}

.entry-title {
  margin-bottom: 55px;
}

.blog-image {
  height: 300px;
  margin-bottom: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 10px;
}

.blog-btn {
  position: absolute;
  bottom: 50px;
  color: #1aa6ca;
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.blog-btn img {
  margin-left: 10px;
  transition: 0.3s ease-in-out;
}

.news-post > a:hover .blog-btn img {
  margin-left: 20px;
  transition: 0.3s ease-in-out;
}

#cta {
  margin-top: 50px;
}

.cta {
  border-radius: 22px;
  background-color: #12587c;
  padding: 100px 150px;
}

.cta h4,
.cta h2 {
  margin-bottom: 0;
  color: white;
}

.cta > div {
  display: flex;
  align-items: center;
}

.cta .green-btn {
  margin-left: 25px;
}

/* -- Ultrasound Medical Education & Training -- */

#medical-schools {
  margin-top: 100px;
  margin-bottom: -75px;
}

.school-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
  margin: 0;
  width: 100%;
}

.school-list li {
  margin-bottom: 75px;
  width: calc(20% - (300px / 5));
  margin-right: 75px;
  display: flex;
  align-items: center;
}

.school-list li:nth-of-type(5n) {
  margin-right: 0;
}

.school-list li img {
  max-width: 100%;
  max-height: 75px;
}

.scan-video.mob {
  display: none;
}

.scan-video {
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
}

.scan-video > iframe {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
}

#text-button {
  margin-bottom: 100px;
}

.text-button {
  display: flex;
  align-items: center;
}

.text-button > h4 {
  margin-bottom: 0;
  margin-right: 50px;
}

.text-button .green-btn {
  white-space: nowrap;
}

/* -- Clinical IT & Healthcare Technology -- */

#clinical-intro {
  margin-top: 50px;
}

#support-grey-clinical {
  position: relative;
  margin: 75px 0 50px;
  padding-bottom: 100px;
}

#support-grey-clinical::after {
  content: "";
  background-color: rgba(83, 93, 101, 0.08);
  height: calc(100% - 25px);
  width: 95%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: -1;
  border-radius: 23px;
}

.clinical-points img {
  margin-bottom: 1rem;
}

.clinical-points {
  margin-top: 25px;
}

/* -- SERVICING & SUPPORT -- */

.services-hero {
  width: 95%;
  border-radius: 23px;
  margin: 0 auto;
  background-color: #f1f2f3;
  padding: 200px 0 150px 0;
  position: relative;
}

.support-hero.services-hero {
  padding: 200px 0 100px 0;
}

#services-intro {
  padding-top: 75px;
  max-width: 75%;
  margin: 0 auto;
}

.services-intro {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.support-back {
  position: relative;
  padding-bottom: 75px;
  margin-top: 30px;
}

.services-title {
  width: 40%;
}

.services-title h1 {
  color: #1aa6ca;
}

.img-button {
  position: absolute;
  top: 30px;
  right: 0;
  max-width: 54%;
  overflow: hidden;
}

.img-button img.mob {
  display: none;
}

.img-button img {
  max-height: 540px;
}

.page-template-departments-services-alt .img-button img:last-of-type,
.page-template-departments-services .img-button img:last-of-type {
  display: none;
}

.img-button .blue-btn {
  position: absolute;
  right: 130px;
  top: 00px;
  transform: translateY(50%);
}

.opening-cs {
  display: flex;
  align-items: center;
  position: absolute;
  top: 25px;
  left: 25px;
  z-index: 1000;
}

.opening-cs p {
  margin-bottom: 0;
  line-height: 1;
}

.opening-cs img {
  margin-right: 10px;
}

.opening-cs div p:first-of-type {
  font-size: 10px;
}

.opening-cs a {
  display: flex;
  align-items: center;
}

#support-grey {
  position: relative;
  margin: 100px 0;
  padding-top: 100px;
}

#support-grey::after {
  content: "";
  background-color: rgba(83, 93, 101, 0.08);
  height: 75%;
  width: 95%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  z-index: -1;
  border-radius: 23px;
}

#support-grey::before {
  content: "";
  background-image: url("/wp-content/uploads/2022/10/servicing-support-machine.png");
  background-position: left 75%;
  height: 75%;
  z-index: -1;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-size: 30%;
  display: none;
}

.support-text {
  position: relative;
  margin-top: 50px;
}

.support-text > img {
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1;
}

.support-text > div {
  padding: 75px;
  padding-bottom: 50px;
  background-color: white;
  margin-left: auto;
  margin-right: 100px;
  width: 60%;
  position: relative;
  box-shadow: 0px -5px 20px lightgrey;
  border-radius: 23px;
}

.support-text > div .green-btn {
  position: absolute;
  bottom: 0;
  left: 75px;
  transform: translateY(50%);
}

.support-text > div > p:first-of-type {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #f1f2f3;
}

.support-text > div > p:last-of-type {
  font-size: 14px;
  margin-bottom: 0;
}

.support-text .points {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
  align-items: flex-start;
  justify-content: space-between;
}

.support-text .point {
  display: flex;
  align-items: center;
  width: 48%;
  margin-bottom: 1rem;
}

.support-text .point p {
  margin-bottom: 0;
  line-height: 1.4;
}

.support-text .point img {
  margin-right: 10px;
}

/* -- ABOUT -- */

#about-hero {
  position: relative;
  padding: 100px 0 70px 0;
}

#about-hero h1 {
  color: #1aa6ca;
}

#about-hero::after {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  width: 95%;
  height: 100%;
  transform: translateX(-50%);
  background: rgb(191, 191, 191);
  background: -moz-linear-gradient(
    180deg,
    rgba(191, 191, 191, 0.11668417366946782) 0%,
    rgba(191, 191, 191, 0) 100%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(191, 191, 191, 0.11668417366946782) 0%,
    rgba(191, 191, 191, 0) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(191, 191, 191, 0.11668417366946782) 0%,
    rgba(191, 191, 191, 0) 100%
  );
  border-radius: 23px;
  z-index: -1;
}

.about-hero-boxes {
  margin-top: 50px;
}

.about-hero-box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 30px;
}

.about-hero-box h4 {
  margin-bottom: 0;
}

.about-hero-box img {
  margin-right: 10px;
  margin-bottom: 1rem;
}

#history {
  padding-top: 100px;
}

.about-timeline-title {
  display: flex;
  text-align: center;
  align-items: center;
  flex-direction: column;
}

.about-timeline-title h2 {
  font-size: 50px;
}

.about-timeline {
  position: relative;
  margin: 50px auto 0 auto;
  padding-bottom: 100px;
  width: 75%;
}

.about-timeline::before {
  content: "";
  background: #f0f0f0;
  width: 3px;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.timeline-item {
  position: relative;
  display: flex;
}

.timeline-img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 30px;
  z-index: 10;
  height: 20px;
  width: 20px;
  background-color: #f0f0f0;
}

.timeline-content {
  position: relative;
  width: 45%;
}

.about-timeline .timeline-item:nth-child(even) {
  justify-content: flex-end;
}

.about-timeline .timeline-item:not(:first-of-type) {
  margin-top: -100px;
}

.about-timeline .timeline-item:nth-child(odd) .timeline-content {
  padding-right: 50px;
}

.about-timeline .timeline-item:nth-child(even) .timeline-content {
  padding-left: 50px;
}

.about-timeline .timeline-item:first-of-type {
  margin-top: 0px;
}

.timeline-box {
  padding: 25px;
  display: flex;
  align-items: flex-end;
  position: relative;
  justify-content: center;
  height: 300px;
  margin-bottom: 1rem;
  background-size: 80% 80%;
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  -webkit-box-shadow: 0px 0px 30px -5px #535d65;
  -moz-box-shadow: 0px 0px 30px -5px #535d65;
  box-shadow: 0px 0px 30px -5px #535d65;
  border-radius: 30px;
  background-color: white;
}

.timeline-box > img {
  position: absolute;
  width: 60%;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  padding: 10px;
  object-fit: cover;
  background: white;
}

.timeline-box h3 {
  font-size: 45px;
  color: white;
}

.about-timeline-bottom {
  text-align: center;
  position: relative;
}

.about-timeline-bottom h2 {
  margin-bottom: 0;
  font-size: 50px;
}

.about-timeline-bottom::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translateX(-50%);
  border-radius: 30px;
  z-index: 10;
  height: 20px;
  width: 20px;
  background-color: #f0f0f0;
}

#about-commitment {
  margin-top: 200px;
}

.about-commitment {
  position: relative;
}

.about-commitment > img {
  max-width: 100%;
  border-radius: 23px;
}

.about-commitment > div {
  width: 60%;
  position: absolute;
  top: 40%;
  right: -5%;
  border-radius: 23px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 30px -5px #535d65;
  -moz-box-shadow: 0px 0px 30px -5px #535d65;
  box-shadow: 0px 0px 30px -5px #535d65;
  padding: 50px;
}

.about-commitment > div > img {
  position: absolute;
  top: 0;
  right: 50px;
  transform: translateY(-50%);
  -webkit-box-shadow: 0px 0px 30px -5px #535d65;
  -moz-box-shadow: 0px 0px 30px -5px #535d65;
  box-shadow: 0px 0px 30px -5px #535d65;
  border-radius: 100%;
  max-width: 25%;
}

.about-commitment h2 {
  color: #1aa6ca;
}

#about-management {
  margin-top: 50px;
  position: relative;
  padding: 200px 0;
  margin-bottom: -150px;
}

#about-management::after {
  content: "";
  z-index: -1;
  position: absolute;
  width: 95%;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("/wp-content/uploads/2022/10/management-bg.png");
  background-size: cover;
  border-radius: 23px;
}

#about-management h2,
#about-management h4,
#about-management p {
  color: white;
}

/* -- OUR PARTNERS -- */

#partner-hero {
  position: relative;
  padding: 100px 0 50px 0;
}

#partner-hero::after {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  width: 95%;
  height: 100%;
  transform: translateX(-50%);
  background: rgb(191, 191, 191);
  background: -moz-linear-gradient(
    180deg,
    rgba(191, 191, 191, 0.11668417366946782) 0%,
    rgba(191, 191, 191, 0) 100%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(191, 191, 191, 0.11668417366946782) 0%,
    rgba(191, 191, 191, 0) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(191, 191, 191, 0.11668417366946782) 0%,
    rgba(191, 191, 191, 0) 100%
  );
  border-radius: 23px;
  z-index: -1;
}

#partner-hero h1 {
  color: #1aa6ca;
}

.partner-category {
  display: flex;
  margin-bottom: 45px;
}

.partner-title {
  margin-right: 50px;
  min-width: 200px;
}

.partner-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
  margin: 0;
  width: 100%;
}

.partner-list li {
  margin-bottom: 50px;
  width: calc(25% - (225px / 4));
  margin-right: 75px;
  display: flex;
  align-items: center;
}

.partner-list li:nth-of-type(4n) {
  margin-right: 0;
}

.partner-list li img {
  max-width: 100%;
  object-fit: contain;
  max-height: 125px;
}

/* PRODUCT INNER */

#product-inner {
  margin-top: 50px;
}

.product-inner {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  justify-content: center;
  gap: 50px 100px;
  align-items: flex-start;
}

.product-inner__image {
  height: 100%;
  position: relative;
}

.product-inner .product-inner__image img {
  max-width: 100%;
  height: auto;
  position: sticky;
  top: 50px;
  border-radius: 22px;
}

.product-inner__title {
  margin-bottom: 25px;
}

.product-inner__description {
  margin-top: 25px;
}

.product-inner__tabs {
  margin-top: 25px;
}

.product-inner__tab__toggle {
  width: 100%;
  color: #26495c;
  position: relative;
  white-space: normal;
  text-align: start;
  border: none;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  background-color: transparent;
  padding: 0;
}

.product-inner__tab__toggle::after {
  content: "";
  background-image: url("/wp-content/uploads/2023/01/nav-dropdown.svg");
  width: 18px;
  height: 12px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  transform-origin: center;
  transform: translateY(-50%);
  pointer-events: none;
  transition: 0.5s ease-in-out;
}

.product-inner__tab.active .product-inner__tab__toggle::after {
  transform: translateY(-50%) rotate(180deg);
}

.product-inner__tab__info {
  overflow: hidden;
  transition: height 0.5s ease-in-out;
  height: 0;
}

#product-inner-cta {
  margin-top: 50px;
}

/* -- CAREERS -- */

.vacancy {
  padding: 0 50px 50px 50px;
  background-color: #f1f2f3;
  height: 100%;
}

.vacancy > p {
  color: white;
  background-color: #1aa6ca;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 5px 0;
  border-radius: 0 0 10px 10px;
}

.vacancy > button {
  width: 100%;
  margin-bottom: 1rem;
}

.vacancy > a > button {
  width: 100%;
}

.vacancy-slider-text {
  margin-top: 50px;
}

.vacancy-slider-text p:first-of-type {
  color: #1aa6ca;
  margin-bottom: 0;
}

.owl-carousel.owl-vacancies .owl-item .vacancy {
  padding: 0 25px 25px;
  background-color: #f8f8f8;
  border-radius: 10px;
}

/* .sectors-slider {
  align-items: center;
} */

.owl-carousel.owl-vacancies .owl-nav {
  position: absolute;
  bottom: calc(100% + 25px);
  right: 25px;
}

.owl-carousel.owl-vacancies .owl-nav button.owl-next {
  margin-left: 10px;
}

.vacancy-form {
  position: relative;
}

.form-title {
  transition: 0.3s;
  opacity: 100%;
}

.form-title.complete {
  transition: 0.3s;
  opacity: 0%;
}

.form-submitted {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(248, 248, 248);
  background: linear-gradient(
    180deg,
    rgba(248, 248, 248, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  opacity: 0%;
  pointer-events: none;
  transition: 1s;
  border-radius: 23px;
}

.form-submitted > div {
  width: 75%;
}

.form-submitted.complete {
  opacity: 100%;
  pointer-events: all;
  transition: 1s;
}

.form-submitted img {
  max-width: 100%;
  margin-bottom: 20px;
}

/* .wpcf7 form.sent .wpcf7-response-output {
    display: none;
} */

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #1aa6ca !important;
  background-color: #1aa6ca !important;
  border-radius: 30px;
  color: white !important;
}

.modal.fade.show {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10000000;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background: rgba(0, 0, 0, 0.2);
  align-items: center;
}

.modal-content {
  background-color: #f1f2f3;
  position: relative;
}

.modal-dialog {
  max-width: 70%;
  height: fit-content;
  max-height: 95%;
  overflow-y: scroll;
}

.modal.fade:not(.show) {
  display: none;
}

.modal-title {
  text-align: center;
  line-height: 1.2;
}

.modal-body {
  margin: 0 auto;
  padding: 100px;
  text-align: left;
}

.modal-body > img {
  mix-blend-mode: multiply;
}

.modal.fade.show {
  display: flex !important;
  justify-content: center;
}

.popup-close {
  padding: 0;
  height: 30px;
  width: 30px;
  border-radius: 30px;
  background-color: #a01c29;
  color: white;
  position: absolute;
  top: 35px;
  right: 35px;
  z-index: 1000;
  line-height: 1;
  text-align: center;
  font-size: 20px;
}

.popup-header {
  /*   display: flex; */
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 2px solid #535d65;
  margin-bottom: 30px;
  padding: 30px 0;
}

.popup-header .model-title:first-of-type {
  width: 20%;
}

.popup-header .model-title:nth-of-type(2) {
  width: 60%;
  text-align: center;
}

.popup-header .model-title:last-of-type {
  width: 20%;
  text-align: end;
}

#careers-form {
  margin: 100px 0;
}

/* -- CONTACT -- */

.page-template-contact footer,
.page-template-contact #footer-bottom {
  display: none;
}

.contact-overlay {
  overflow: visible;
}

.contact-overlay.active {
  overflow: hidden;
  filter: blur(5px);
  height: 100%;
  width: 100%;
  position: absolute;
}

.contact-content {
  /* position: absolute; */
  position: fixed;
  overflow-y: scroll;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  display: none;
  z-index: 1000000000;
  background: rgba(255, 255, 255, 0.7);
}

.contact-content.active {
  display: block;
}

.overlay {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.overlay h2 {
  color: #1aa6ca;
  text-align: left;
}

.overlay .close {
  position: relative;
}

.overlay .close::after {
  content: "";
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  width: 100%;
  height: 2px;
  background: #26495c;
}

.overlay > div {
  display: flex;
  gap: 100px;
  margin: 50px 0;
}

.overlay-boxes > a > div {
  padding: 40px;
  border-radius: 22px;
  padding-bottom: 0;
  background: rgba(83, 93, 101, 0.08);
}

.overlay-boxes .map {
  margin-bottom: 20px;
}

.overlay-boxes h4 {
  margin-bottom: 0;
  white-space: nowrap;
}

.overlay-boxes button {
  transform: translateY(50%);
}

#contact-section {
  margin-top: 50px;
}

.header-tabs {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 50px;
}

.header-tabs h1 {
  color: #1aa6ca;
  margin-bottom: 0;
}

.header-tabs > div {
  display: flex;
  gap: 50px;
}

.header-tabs a {
  cursor: pointer;
  position: relative;
}

.header-tabs a.active::after {
  content: url("/wp-content/uploads/2025/04/navdropdown-active.svg");
  position: absolute;
  top: calc(100% + 5px);
  left: 50%;
  transform: translateX(-50%);
}

.header-tabs a.active {
  color: #1aa6ca;
}

.contact-tab {
  display: none;
}

.contact-tab.active {
  display: block;
}

.details-form {
  display: flex;
  margin-top: 50px;
}

.con-details {
  padding-right: 50px;
  width: 25%;
  position: relative;
  height: fit-content;
}

.con-details::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 2px;
  background-color: rgba(112, 112, 112, 0.2);
}

.con-details h4 {
  color: #1aa6ca;
  margin-bottom: 0;
}

.con-details .socials a:first-of-type {
  margin-right: 20px;
}

.details-form > .contact-form {
  padding-left: 50px;
  width: 75%;
}

.message-us {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

/* -- CONTACT FORM -- */

.contact-form select {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
}

.wpcf7-form-control-wrap[data-name="Acceptance"] {
  align-self: center;
}

.wpcf7-form-control-wrap[data-name="Acceptance"] span,
.wpcf7-not-valid-tip {
  width: 100% !important;
  padding: 0 !important;
}

.wpcf7-form-control-wrap[data-name="Acceptance"] input {
  width: fit-content !important;
}

.contact-form .wpcf7-form-control-wrap.Subject1 {
  position: relative;
}

.contact-form .wpcf7-form-control-wrap.Subject1::after {
  content: "";
  position: absolute;
  right: 15px;
  background-image: url("/wp-content/uploads/2022/04/dropdown-icon.svg");
  background-repeat: no-repeat;
  top: 50%;
  transform: translateX(-50%);
  height: 10px;
  width: 17px;
  background-size: contain;
}

.contact-form input[type="submit"] {
  font-family: filson-pro, sans-serif;
  font-weight: 300;
  font-display: swap;
  font-style: normal;
  font-size: 1.2rem !important;
  border: none !important;
  padding: 12px 35px !important;
  color: white !important;
  background-color: #1aa6ca !important;
  border-radius: 32px !important;
  align-self: flex-end;
  width: fit-content !important;
  cursor: pointer;
}

.subscribe .contact-form input {
  font-size: 1rem !important;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  padding: 15px 25px;
  background-color: #f8f8f8;
  border: 2px solid #f8f8f8;
  transition: 0.3s ease-in-out;
  color: #26495c;
  font-family: filson-pro, sans-serif;
  font-weight: 300;
  font-display: swap;
  font-style: normal;
  border-radius: 10px !important;
  box-shadow: none !important;
  font-size: 1rem;
  margin: 0;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  padding: 15px 25px;
  background-color: #f8f8f8;
  border: 2px solid #1aa6ca;
}

.contact-form input::placeholder,
.contact-form input::-webkit-datetime-edit,
.contact-form select::placeholder,
.contact-form textarea::placeholder {
  color: #26495c;
  transition: 0.3s ease-in-out;
  font-family: filson-pro, sans-serif;
  font-weight: 300;
  font-display: swap;
  font-size: 1rem;
  font-style: normal;
}

.wpcf7-form-control-wrap span,
.wpcf7 form .wpcf7-response-output {
  font-family: filson-pro, sans-serif !important;
  font-weight: 300 !important;
  font-display: swap !important;
  font-style: normal !important;
  margin-left: 0;
  margin-right: 0;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #1aa6ca;
}

.contact-form input:focus::placeholder,
.contact-form input:focus::-webkit-datetime-edit,
.contact-form select:focus::placeholder,
.contact-form textarea:focus::placeholder {
  opacity: 0.4;
}

.contact-form-split {
  display: flex;
}

.contact-form-split p,
.contact-form-full p {
  margin-bottom: 0;
}

.contact-form-split,
.contact-form-full {
  padding-bottom: 15px;
}

.contact-form-split input,
.contact-form-split textarea,
.contact-form-split select {
  width: 100%;
}

.contact-form-split > div:first-of-type {
  padding-right: 10px;
  width: 50%;
}

.contact-form-split > div:last-of-type {
  padding-left: 10px;
  width: 50%;
}

.contact-form-full input,
.contact-form-full span input,
.contact-form-full textarea,
.contact-form-full span textarea,
.contact-form-full select,
.contact-form-full span select {
  width: 100%;
}

.wpcf7-spinner {
  display: none;
}

/* -- CONTENT -- */

#content-section {
  margin-top: 50px;
}

/* -- FOOTER -- */

footer {
  margin-top: 100px;
  margin-bottom: 75px;
}

.logo-socials {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 75px;
}

.logo-socials > * {
  width: 33.33%;
}

.logo-socials > div:first-of-type a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  width: fit-content;
}

.logo-socials > div:first-of-type img {
  max-height: 20px;
  width: auto;
}

.logo-socials a {
  color: #26495c;
}

.logo-socials a img {
  max-width: 100%;
  height: auto;
}

.footer-logo {
  text-align: center;
}

.footer-logo .hsl {
  display: none;
}

.footer-hsl,
.footer-socials {
  display: flex;
  align-items: center;
}

.footer-socials {
  justify-content: flex-end;
}

.footer-socials a:first-of-type {
  margin-right: 15px;
}

.footer-socials img {
  max-height: 20px;
}

.footer-links ul {
  padding-left: 0;
  list-style: none;
}

.footer-links ul li {
  line-height: 1.5;
  white-space: nowrap;
}

.footer-links {
  display: flex;
  justify-content: space-between;
  gap: 100px;
}

.footer-links h4 {
  color: #1aa6ca;
  margin-bottom: 15px;
}

.footer-links .links {
  gap: 0 100px;
  display: flex;
}

#footer-bottom {
  padding: 15px 0;
  background-color: #f8f8f9;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.footer-bottom > div {
  columns: 3;
  gap: 0 50px;
  display: flex;
}

/* -- WOOCOMMERCE SHOP PAGE -- */

#shop-hero {
  width: 95%;
  margin: 0 auto;
  border-radius: 23px;
  padding: 75px 0 50px 0;
  background-size: cover;
  position: relative;
  background-color: #12587c;
  margin-bottom: 50px;
}

#shop-hero .js-back {
  display: flex;
  align-items: center;
  position: absolute;
  top: 50px;
  left: 50px;
  color: white;
}

#shop-hero .js-back img {
  margin-right: 10px;
  max-height: 25px;
}

.woocommerce .woocommerce-breadcrumb,
.woocommerce .woocommerce-breadcrumb a,
.shop-title h1,
.shop-title h4 {
  color: white;
}

.shop-title h1,
.shop-title h4 {
  text-align: center;
}

.woocommerce .woocommerce-breadcrumb {
  text-align: center;
  margin-bottom: 50px;
}

#shop-intro {
  margin: 50px 0;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
  font-size: 2rem;
  padding: 0;
  margin-bottom: 0.5rem;
}

.woo-img-box {
  background: rgba(38, 73, 92, 0.06);
  border-radius: 23px;
  position: relative;
  height: 0;
  padding-bottom: 100%;
  padding-bottom: 75%;
  overflow: hidden;
}

.woo-img-box img {
  mix-blend-mode: multiply;
  border-radius: 23px;
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  width: 80% !important;
}

/* .woocommerce ul.products.columns-2 li.product p,
.woocommerce-page ul.products.columns-2 li.product p {
  font-size: 0.8rem;
} */

mark.count {
  display: none;
}

/* -- WOOCOMMERCE SINGLE PAGE -- */

.pswp__bg {
  background: white;
}

.pswp__caption__center {
  color: white;
}

.pswp__ui--fit .pswp__caption,
.pswp__ui--fit .pswp__top-bar {
  background: black;
}

.pswp__ui--idle .pswp__top-bar {
  opacity: 1;
}

.pswp {
  z-index: 15000000000;
}

#shop-single-hero .js-back {
  display: flex;
  align-items: center;
  position: absolute;
  top: 25px;
  left: 25px;
  color: white;
}

.woocommerce #shop-single-hero .woocommerce-breadcrumb {
  margin-bottom: 0;
}

#shop-single-hero .js-back img {
  margin-right: 10px;
  max-height: 25px;
}

.woocommerce div.product {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#shop-single-hero {
  width: 95%;
  margin: 0 auto;
  border-radius: 23px;
  padding: 75px 0;
  background-size: cover;
  position: relative;
  background-color: #12587c;
  margin-bottom: 50px;
}

.tabs-link {
  width: 100%;
  color: #26495c;
  position: relative;
  white-space: normal;
  text-align: start;
  border: none;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  transition: 0.5s;
  background-color: transparent;
  padding: 0;
}

.tabs-link::after {
  content: "";
  background-image: url("/wp-content/uploads/2022/10/active-arrow.svg");
  width: 18px;
  height: 12px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  transform-origin: center;
  transform: translateY(-50%);
  pointer-events: none;
  transition: 0.5s;
}

.tabs-link.active::after {
  transform: translateY(-50%) rotate(180deg);
  transition: 0.5s;
}

.tabs-info {
  max-height: 0;
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
  overflow: hidden;
}

.tabs-info > div {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 2px solid #f0f0f0;
}

.tabs-info a {
  font-weight: 700;
  color: #26495c;
  text-decoration: none;
}

.tabs-info.active {
  max-height: 500px;
  transition: 0.5s;
  overflow-y: scroll;
}

#shop-single .cta {
  width: 100%;
  margin-top: 0;
  margin-bottom: 50px;
}

.woocommerce div.product div.summary,
.woocommerce div.product div.images {
  margin-bottom: 50px;
  float: none;
}

/* 404 */

#hero-404 {
  margin: 100px 0;
}

/* -- RESPONSIVE -- */

@media screen and (min-width: 1300px) {
  #support-grey::after {
    height: 85%;
  }
  #support-grey::before {
    height: 90%;
  }
}

@media screen and (min-width: 1900px) {
  h1,
  .form-submitted h2 {
    font-size: 3.4rem;
    line-height: 1.1;
  }
  h2 {
    font-size: 2.2rem;
    line-height: 1.2;
  }
  h3 {
    font-size: 1.6rem;
  }
  h4 {
    font-size: 1.3rem;
  }
  .slider-image {
    min-height: 800px;
    max-height: 800px;
  }
  header .container {
    max-width: calc(100% - 10%) !important;
  }
  .blue-box {
    width: 350px;
    right: 40%;
    height: 350px;
    bottom: 10%;
  }
  .navbar-nav .menu-item:not(:last-of-type),
  .nav-last .nav-item:not(:last-of-type) {
    margin-right: 1rem;
  }
  .support-text > div {
    margin-right: 20%;
    width: 50%;
  }
  .support-text > img {
    right: 10%;
  }
  #services-intro {
    max-width: 100%;
  }
  .timeline-box {
    height: 350px;
  }
  .con-details {
    padding-right: 100px;
  }
  .details-form > .contact-form {
    padding-left: 100px;
  }
  #about-management {
    padding: 280px 0;
  }
  .partner-list li img,
  .school-list li img {
    max-height: 125px;
  }
  .woo-img-box img {
    width: 80% !important;
    margin: 0 auto !important;
    margin-bottom: 1rem !important;
  }
  .nav-item .dgwt-wcas-search-wrapp {
    min-width: 250px;
    max-width: 250px;
  }
  .subMenuContact img {
    width: 400px;
    height: 400px;
  }
}

@media screen and (max-width: 1440px) {
  .navbar-expand-xl .navbar-nav.nav-last {
    gap: 20px;
  }
}

/* -- Extra Large Screens -- */

@media screen and (max-width: 1200px) {
  .overlay > div {
    gap: 50px;
  }
  .cta h4 br {
    display: none;
  }
  .navbar-nav {
    margin-top: 0;
  }
  .navbar-collapse {
    margin-top: 25px;
  }
  .single-slide > a {
    left: 5%;
  }
  .review-content > div {
    width: 80%;
  }
  .blue-box {
    right: 28%;
    bottom: 5%;
    width: 300px;
  }
  .other-areas .second {
    width: 35%;
    margin: 0 auto 0 30%;
  }
  .other-areas .third {
    width: 35%;
  }
  .footer-links {
    flex-direction: column;
  }
  .footer-links .links {
    margin-right: 0;
  }
  .footer-links .links {
    justify-content: flex-start;
  }
  .subscribe {
    width: fit-content;
    text-align: center;
    margin: 0px auto;
  }
  .cta {
    padding: 100px;
  }
  .navbar-brand {
    width: 200px;
  }
  /* .navbar {
    padding-bottom: 0;
  } */
  .navbar-nav {
    width: 100%;
  }
  .support-hero.services-hero {
    padding: 150px 0 100px 50px;
  }
  .support-text > div {
    margin-right: 50px;
    width: 65%;
  }
  .img-button img {
    max-height: 475px;
  }
  #services-intro {
    max-width: 100%;
  }
  #history {
    padding-top: 75px;
  }
  .timeline-box {
    height: 350px;
  }
  .about-timeline {
    width: 100%;
  }
  .about-commitment > div {
    width: 70%;
    top: 50%;
  }
  #about-management {
    /*     margin-top: 150px; */
    margin-top: 50px;
  }
  .con-details > p:first-of-type br {
    display: none;
  }
  .owl-hero .owl-dots {
    display: block;
    top: 0;
    left: calc(5% - 5px);
    margin-top: 0 !important;
  }
  .desktop-navbar {
    display: none;
  }
  .mobile-navbar {
    display: flex;
    right: 0;
    position: absolute;
    top: 8px;
    z-index: 10000000;
    overflow: hidden;
    pointer-events: none;
  }
  .mobileDropdown {
    padding: 50px;
    transition: 1s;
    transform: translateX(100%);
    background: white;
    pointer-events: all;
    border-bottom-left-radius: 22px;
  }
  .navbar-mob {
    padding-left: 0;
    list-style: none;
    margin: 0;
  }
  .dropdown-menu {
    padding-left: 0;
    list-style: none;
    padding-top: 1rem;
    margin: 0;
    overflow: hidden;
    max-height: 0;
    transition: 0.5s;
  }
  .dropdown-menu.active {
    max-height: 100vh;
  }
  .nav-link {
    padding: 0;
  }
  .menu-item {
    margin-bottom: 1rem;
  }
  .navbar-mob > li > .nav-link {
    font-size: 2rem;
  }
  /* NAV */
  #desktop-header {
    display: none;
  }
  .main-mobile-menu {
    position: fixed;
    background-color: white;
    z-index: 100000001;
    height: 100vh;
    top: 0;
    padding: 75px;
    transform: translateX(100%);
    transition: 0.5s ease-in-out;
    right: 0;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .main-mobile-menu.opened {
    transform: translateX(0);
  }
  #mobile-sub-menu,
  #mobile-sub-sub-menu {
    position: absolute;
    background-color: white;
    z-index: 100000002;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    padding: 75px;
    transform: translateX(100%);
    transition: 0.5s ease-in-out;
    overflow-y: scroll;
  }
  .navbar-nav {
    margin-top: 0px;
  }
  #mobile-sub-menu.opened,
  #mobile-sub-sub-menu.opened {
    transform: translateX(0);
  }
  .overlay {
    position: relative;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100000000000;
  }
  .blur-bg::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.55);
    z-index: 100000000;
  }
  #mobile-sub-menu.nav-link,
  #mobile-sub-sub-menu.nav-link {
    padding: 5px 0;
    margin: 5px 0;
  }
  .sub-close {
    display: flex;
    align-items: center;
    position: absolute;
    top: 70px;
    color: #26495c;
    left: 75px;
    transform: translateY(-50%);
    font-size: 18px;
    font-weight: 400;
    padding: 0;
    border: none;
    white-space: nowrap;
    background-color: transparent;
  }
  .sub-close img {
    margin-right: 10px;
  }
  .nav-link {
    font-size: 22px;
    font-weight: 400;
    color: #26495c;
    padding: 10px 0;
    margin: 10px 0;
    border-bottom: 2px solid transparent;
    transition: 0.3s ease-in-out;
  }
  .nav-link:hover {
    border-bottom-color: #1aa6ca;
    color: #26495c;
  }
  #mobile-sub-menu .nav-link,
  #mobile-sub-sub-menu .nav-link {
    font-size: 18px;
    padding: 5px 0;
    margin: 5px 0;
  }
  .nav-header a {
    font-size: 20px;
    font-weight: 400;
    color: #1aa6ca !important;
  }
  .nav-header {
    margin-bottom: 10px;
  }
  .nav-header:hover {
    color: #26495c;
  }
  .mobile-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: relative;
  }
  .mobile-email {
    position: absolute;
    top: 50%;
    left: 75px;
    transform: translateY(-50%);
  }
  /* .mobile-email img,
  .mobile-menu-btn img {
    width: 50px;
  }
  .mobile-menu-btn {
    padding: 0;
    border: none;
    background-color: transparent;
    position: absolute;
    top: 50%;
    right: 75px;
    transform: translateY(-50%);
  } */
  .holding > a {
    display: none;
  }
  .mobile-menu-close-btn {
    padding: 0;
    border: none;
    background-color: transparent;
    z-index: 100000002;
    position: absolute;
    right: 75px;
    top: 70px;
    transform: translateY(-50%);
    border-radius: 0;
  }
  .nav-item.menu-item .mobile-menu-close-btn {
    z-index: 100000003;
  }
  #bigDropdown {
    display: none;
  }
  .nav-box .nav-link,
  .nav-box-no-menu .nav-link {
    position: relative;
    margin: 5px 0;
    padding: 5px 0;
    font-size: 16px;
    padding-right: 30px;
    cursor: pointer;
  }
  .ipad-sub-btn.active {
    color: #1aa6ca;
  }
  .nav-box-no-menu .nav-link::after,
  .nav-box .ipad-sub-menu .nav-link::after {
    position: absolute;
    content: "";
    background-image: url("/wp-content/uploads/2023/02/open-arrow.svg");
    background-size: contain;
    background-repeat: no-repeat;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 11px;
    height: 11px;
  }
  .ipad-sub-menu {
    display: none;
  }
  .ipad-sub-menu.open {
    display: block;
  }
  .nav-link.no-link:hover {
    color: #26495c !important;
    border-bottom-color: transparent !important;
  }
  .nav-box .nav-link::after,
  .nav-box .nav-link::after {
    background-size: contain;
    background-repeat: no-repeat;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    content: "";
    background-image: url("/wp-content/uploads/2023/03/arrow-non-open.svg");
    width: 14px;
    height: 14px;
  }
  .mobile-menu-contact {
    position: fixed;
    bottom: 75px;
    z-index: 100000003;
    width: calc(100% - 150px);
  }
  .mobile-menu-contact::after {
    content: "";
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0;
    top: -25px;
    background: rgba(83, 93, 101, 0.18);
  }
  .mobile-menu-contact p {
    font-size: 28px;
  }
  .mobile-menu-contact a {
    font-size: 26px;
  }
  .mobile-menu-contact {
    display: none;
  }
  .menu-item {
    width: 100%;
  }
  .nav-box {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
  .nav-box > div {
    width: calc(50% - 25px);
    /* margin-top: 20px; */
  }
  /* .nav-box > div:nth-of-type(2n - 1) {
    margin-right: 5%;
  } */
  .navbar-brand {
    width: 40%;
  }
  .nav-box > div:last-of-type {
    margin-right: 0 !important;
  }
  #ipad-header {
    display: none;
  }
  #mobile-header {
    display: block;
    /* overflow-x: hidden; */
  }
  #menu-mobile-menu > .nav-item > .nav-link {
    padding-right: 30px;
    position: relative;
  }
  #menu-mobile-menu > .nav-item > .nav-link::after {
    position: absolute;
    content: "";
    background-image: url("/wp-content/uploads/2023/02/open-arrow.svg");
    background-size: contain;
    background-repeat: no-repeat;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
  }
  #menu-mobile-menu > .nav-item > .nav-link.mob-link::after {
    background-image: url("/wp-content/uploads/2023/03/arrow-non-open.svg");
    width: 17px;
    height: 17px;
  }
  .main-mobile-menu {
    width: auto;
    padding: 50px;
    min-width: 400px;
  }
  .mob-menu {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    padding: 50px;
    background: white;
    transform: translateX(100%);
    transition: 0.5s ease-in-out;
  }
  .mob-menu.open {
    transform: translateX(0%);
  }
  .navbar-nav .nav-link {
    white-space: normal;
  }
  .mobile-menu-close-btn {
    z-index: 0;
    right: 25px;
    top: 25px;
  }
  .mob-close-parent-btn {
    padding: 0;
    border: none;
    background-color: transparent;
    z-index: 0;
    position: absolute;
    right: 25px;
    top: 25px;
    transform: translateY(-50%);
    border-radius: 0;
  }
  .mob-menu .nav-item .nav-link {
    padding: 0;
  }
  .mob-menu .title {
    color: #1aa6ca;
    font-size: 22px;
    font-weight: 400;
    padding: 10px 0;
    margin: 10px 0;
    display: block;
  }
  .mob-menu .nav-item .nav-link.mob-link.sub {
    padding-right: 30px;
    position: relative;
  }
  .mob-menu .nav-item .nav-link {
    padding-right: 30px;
    position: relative;
  }
  .mob-menu .nav-item .nav-link::after {
    position: absolute;
    content: "";
    background-image: url("/wp-content/uploads/2023/02/open-arrow.svg");
    background-size: contain;
    background-repeat: no-repeat;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 17px;
    height: 17px;
  }
  .mob-menu .nav-item .nav-link.mob-link.sub::after {
    background-size: contain;
    background-repeat: no-repeat;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    content: "";
    background-image: url("/wp-content/uploads/2023/03/arrow-non-open.svg");
    width: 14px;
    height: 14px;
  }
  .navbar-nav .nav-link {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .blue-box {
    right: 26%;
  }
  .form-submitted > div {
    width: 80%;
  }
}

/* -- Large Screens -- */

@media screen and (max-width: 992px) {
  .product-inner {
    gap: 50px;
  }
  .logo-socials > div:first-of-type a {
    flex-direction: column;
  }
  .modal-dialog {
    max-width: 95%;
    max-height: 95%;
    overflow-y: scroll;
  }
  .owl-hero .owl-dots {
    top: -25px;
    left: -8px;
  }
  #home-hero {
    max-width: 720px;
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
  }
  .review-content > div {
    width: 100%;
  }
  .single-slide {
    display: block;
  }
  .review-content {
    width: 100%;
  }
  .slider-image {
    width: 80% !important;
    margin-left: auto;
    border-radius: 22px;
    margin-top: 25px;
  }
  .single-slide > a {
    position: initial;
    margin-bottom: 50px;
    width: fit-content;
  }
  .sales-btn {
    transform: none;
    right: 0;
  }
  .blue-box {
    right: initial;
    left: 0%;
    bottom: 10%;
  }
  .iso {
    flex-direction: column;
  }
  .cta {
    padding: 50px;
  }
  .footer-links .links {
    gap: 0;
    justify-content: space-between;
  }
  .sectors {
    flex-wrap: wrap;
  }
  .sectors .third,
  .sectors .two-third {
    width: 50%;
  }
  .sectors .full-third {
    width: 100%;
    display: flex;
  }
  .other-areas .first {
    height: 200px;
    width: 50%;
  }
  .other-areas-title h3 {
    width: 100%;
    margin-bottom: 25px;
  }
  .other-areas {
    padding-top: 170px;
  }
  .other-areas .second {
    width: 50%;
    margin: 0 auto 0 2%;
    height: 300px;
  }
  .other-areas .third {
    width: 45%;
    height: 250px;
    top: 100px;
  }
  .featured-post-text {
    width: 100%;
  }
  .featured-post-text > div {
    width: 100%;
    margin-left: 0;
  }
  .featured-post-text {
    padding: 50px;
  }
  .featured-post > img {
    display: none;
  }
  .featured-post-text .green-btn {
    left: 50px;
  }
  #news-header .news-header-owl {
    display: block;
  }
  .news-first-text .news-buttons {
    margin-bottom: 25px;
  }
  .news-first-text {
    padding: 0px;
    width: 100%;
  }
  .news-first-image {
    width: 100% !important;
    margin-bottom: 25px;
  }
  .news-first-text p {
    margin-bottom: 1rem;
  }
  .support-hero.services-hero {
    padding: 100px 0 50px 0px;
  }
  .support-text > div {
    width: calc(100% - 50px);
  }
  #support-grey::before {
    display: none;
  }
  .support-text > div {
    padding: 50px;
  }
  .services-title h1 {
    font-size: 2.5rem;
  }
  .img-button img {
    max-height: 425px;
  }
  .timeline-box {
    height: 250px;
  }
  .about-timeline .timeline-item:not(:first-of-type) {
    margin-top: -75px;
  }
  .about-commitment > div {
    width: 100%;
    top: 70%;
  }
  #about-management {
    /*     margin-top: 250px; */
    margin-top: 50px;
  }
  .partner-list li {
    width: calc(33.33% - (100px / 2));
  }
  .partner-list li:nth-of-type(4n) {
    margin-right: 75px;
  }
  .partner-list li:nth-of-type(3n) {
    margin-right: 0 !important;
  }
  .header-tabs {
    display: block;
  }
  .header-tabs h1 {
    margin-bottom: 1rem;
  }
  .details-form {
    display: block;
  }
  .con-details {
    padding-right: 0;
    width: 100%;
    margin-bottom: 50px;
  }
  .con-details::after {
    display: none;
  }
  .details-form > .contact-form {
    padding-left: 0;
    width: 100%;
  }
  .news-header > div {
    display: block;
  }
  .news-first-image {
    height: 500px;
  }
  #shop-hero .js-back {
    top: 25px;
    left: 25px;
  }
  .form-submitted > div {
    width: 90%;
  }
  .school-list li:nth-of-type(5n) {
    margin-right: 50px;
  }
  .school-list li:nth-of-type(3n) {
    margin-right: 0px;
  }
  .school-list li {
    width: calc(33.33% - (100px / 3));
    margin-right: 50px;
  }
  .scan-video.mob {
    display: block;
  }
  .scan-video.desk {
    display: none;
  }
  .scan-video {
    padding-bottom: 56.25%;
  }
  .footer-bottom {
    display: block;
    text-align: center;
  }
  .footer-bottom > div {
    columns: initial;
    gap: 0;
    justify-content: space-between;
    margin-bottom: 15px;
  }
  .overlay > div {
    flex-wrap: wrap;
    justify-content: center;
  }
  .overlay h2 {
    text-align: center;
  }
  .overlay {
    width: 100%;
    padding: 50px;
  }
  #support-grey-clinical::after {
    height: 100%;
  }
  #support-grey-clinical {
    padding-top: 50px;
  }
  .nav-box .nav-link {
    white-space: normal;
  }
  .footer-bottom > a {
    justify-content: flex-end;
  }
}

/* -- Tablet Screens -- */

@media screen and (max-width: 768px) {
  .support-hero.services-hero {
    padding: 100px 0 50px 0;
  }
  .overlay > div {
    gap: 50px;
  }
  .modal-body {
    padding: 50px;
  }
}

/* -- Phones Screens -- */

@media screen and (max-width: 767px) {
  #team-hero {
    margin-top: 50px;
  }
  .team-hero p {
    font-size: 20px;
  }
  .product-inner {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .footer-links {
    gap: 50px;
  }
  .popup-header {
    display: block;
  }
  .modal-body > img {
    max-width: 90%;
  }
  .home-experience {
    columns: initial;
    flex-wrap: wrap;
    gap: 50px;
  }
  .home-experience > div {
    width: 80%;
    margin: 0 auto;
  }
  .other-areas .first,
  .other-areas .third {
    position: relative;
  }
  .other-areas-title {
    width: 100%;
  }
  .other-areas {
    padding-top: 0;
  }
  .other-areas-title h3 {
    margin-bottom: 50px;
  }
  .other-areas .first {
    height: 250px;
    width: 60%;
    border-bottom-right-radius: 0;
  }
  .other-areas .second {
    width: 60%;
    margin-left: 20%;
    margin-right: 0;
    height: 250px;
    transform: none;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .other-areas .third {
    top: 0;
    margin-left: 40%;
    width: 60%;
    border-top-left-radius: 0;
    align-items: flex-start;
    text-align: start;
  }
  .other-areas .second .lines {
    left: -50px;
    top: 90%;
  }
  .other-areas .first .lines {
    right: initial;
    left: 80%;
  }
  .cta > div {
    display: block;
  }
  .cta h4 {
    margin-bottom: 1rem;
  }
  .cta .green-btn {
    margin-left: 0;
  }
  .sales-btn {
    right: 12px;
  }
  .footer-links .links {
    flex-wrap: wrap;
  }
  #featured-post {
    margin-top: 100px;
  }
  .footer-bottom > div {
    width: 100%;
    flex-wrap: wrap;
    gap: 10px 25px;
    margin-bottom: 25px;
    justify-content: center;
  }
  .footer-bottom {
    display: block;
    text-align: center;
  }
  .logo-socials > div:first-of-type {
    display: none;
  }
  .footer-logo .hsl {
    display: flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
    margin-top: 20px;
  }
  .footer-logo .hsl img {
    max-height: 20px;
    width: auto;
  }
  .support-text .point:nth-of-type(2n - 1) {
    padding-right: 15px;
  }
  .support-text > div {
    padding: 50px;
  }
  .support-text > div .green-btn {
    left: 50px;
  }
  .support-hero.services-hero {
    padding: 50px 0;
    width: 100%;
    border-radius: 0;
  }
  .support-hero.services-hero .opening-cs {
    display: none;
  }
  .support-back {
    margin-top: 0;
    padding-bottom: 0;
  }
  #services-intro img {
    margin-bottom: 1rem;
  }
  #support-grey {
    padding-top: 50px;
  }
  .img-button {
    position: relative;
    top: 0;
    max-width: 100%;
    overflow: initial;
  }
  .img-button img {
    max-height: initial;
    width: 100%;
  }
  .img-button img.desk {
    display: none;
  }
  .img-button img.mob {
    display: block;
  }
  .services-title h1 {
    font-size: 3rem;
  }
  .img-button .blue-btn {
    transform: translateY(-50%);
    right: 10%;
  }
  .services-title {
    width: 100%;
  }
  .about-timeline .timeline-item:nth-child(odd) .timeline-content {
    padding-right: 25px;
  }
  .about-timeline .timeline-item:nth-child(even) .timeline-content {
    padding-left: 25px;
  }
  #history {
    padding-top: 0;
  }
  .about-commitment > div {
    position: relative;
    top: -50px;
    right: 0;
  }
  #about-management {
    /*     margin-top: -150px; */
    margin-top: 50px;
  }
  #about-hero {
    padding: 50px 0 20px 0;
  }
  .partner-category {
    display: block;
  }
  .partner-title h3 br {
    display: none;
  }
  #partner-hero {
    padding-top: 50px;
  }
  .overlay > div {
    flex-direction: column;
  }
  .footer-links .links > div {
    width: 100%;
    text-align: center;
  }
  .footer-links .links {
    gap: 25px 0;
  }
  .overlay {
    left: 0;
    top: 0;
    transform: none;
    width: 100%;
  }
  .overlay-boxes a {
    width: 60%;
    margin: 0 auto;
  }
  .clinical-points .col-12:not(:last-of-type) {
    margin-bottom: 25px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  #home-hero {
    max-width: 540px;
  }
}

@media screen and (max-width: 576px) {
  .sales-btn {
    display: none;
  }
  .blue-box {
    position: initial;
    width: 100%;
    height: auto;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
  .slider-image {
    width: 100% !important;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    min-height: initial;
  }
  #home-sectors.grey-section .row .col-12:first-of-type h3 br {
    display: none;
  }
  .sectors .third,
  .sectors .two-third {
    width: 100%;
  }
  .sectors .two-third .sectors-wrapper {
    height: 300px !important;
  }
  .sectors .full-third {
    display: block;
  }
  .other-areas .first {
    width: 80%;
  }
  .other-areas .second {
    width: 80%;
    margin-left: 10%;
  }
  .other-areas .third {
    width: 80%;
    margin-left: 20%;
  }
  .other-areas .first .lines {
    left: 60%;
  }
  .other-areas .second .lines {
    display: none;
  }
  .logo-socials > * {
    width: 50%;
  }
  .support-text .point {
    width: 100%;
  }
  .support-text .point:nth-of-type(2n - 1) {
    padding-right: 0;
  }
  .about-timeline::before,
  .about-timeline-bottom::after,
  .timeline-img {
    left: 10%;
  }
  .timeline-content {
    width: 90%;
  }
  .about-timeline .timeline-item:nth-child(odd) .timeline-content,
  .about-timeline .timeline-item:nth-child(even) .timeline-content {
    padding-right: 0px;
    padding-left: 50px;
  }
  .about-timeline .timeline-item:not(:first-of-type) {
    margin-top: 50px;
  }
  .about-timeline .timeline-item:nth-child(odd) {
    justify-content: flex-end;
  }
  .timeline-box {
    height: 300px;
  }
  .about-timeline {
    margin: 0;
  }
  .about-timeline-title {
    align-items: flex-start;
  }
  .about-timeline-bottom {
    text-align: start;
  }
  #about-management::after,
  #about-hero::after,
  #partner-hero::after,
  #support-grey::after {
    width: 100%;
    border-radius: 0;
  }
  .about-commitment > div {
    border-radius: 0px;
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 0px;
    top: 0;
    margin: 50px 0;
    padding-top: 20px;
  }
  #about-management {
    /*     margin-top: 0; */
    margin-top: 50px;
    padding: 50px 0 150px 0;
  }
  .about-commitment > div > img {
    top: initial;
    bottom: 100%;
    transform: none;
  }
  .partner-list li {
    width: calc(50% - (75px / 2));
  }
  .partner-list li:nth-of-type(3n) {
    margin-right: 75px !important;
  }
  .partner-list li:nth-of-type(2n) {
    margin-right: 0 !important;
  }
  .single-slide > a {
    display: none;
  }
  .contact-form-split {
    display: block;
  }
  .contact-form-split > div:last-of-type,
  .contact-form-split > div:first-of-type {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .contact-form-split > div:first-of-type {
    padding-bottom: 15px;
  }
  .contact-form-split > p {
    display: block;
  }
  .contact-form-split > span:first-of-type > * {
    margin-bottom: 20px;
  }
  .wpcf7-form-control-wrap[data-name="Acceptance"] > span > span {
    margin-bottom: 20px;
  }
  .header-tabs a {
    text-align: center;
  }
  .header-tabs > div {
    gap: 20px;
  }
  .header-tabs {
    margin-bottom: 30px;
  }
  .news-first-image {
    height: 400px;
  }
  #shop-hero {
    background-image: none !important;
  }
  .woocommerce ul.products[class*="columns-"] li.product,
  .woocommerce-page ul.products[class*="columns-"] li.product {
    width: 100%;
  }
  .form-submitted h2 {
    font-size: 2rem;
  }
  .form-submitted {
    align-items: flex-start;
    padding-top: 50px;
  }
  #shop-single-hero {
    display: none;
  }
  .grey-section {
    width: 100%;
    border-radius: 0;
  }
  .school-list li:nth-of-type(3n) {
    margin-right: 50px;
  }
  .school-list li:nth-of-type(2n) {
    margin-right: 0px;
  }
  .school-list li {
    width: calc(50% - (50px / 2));
    margin-right: 50px;
  }
  .text-button > h4 {
    margin-bottom: 1rem;
    margin-right: 0px;
  }
  .text-button {
    display: block;
  }
  .overlay {
    padding: 25px;
  }
  .overlay-boxes a {
    width: 100%;
  }
  #support-grey-clinical::after {
    width: 100%;
    border-radius: 0;
  }
  #support-grey-clinical {
    padding-bottom: 50px;
  }
  .main-mobile-menu {
    min-width: 300px;
  }
}

/* -- Small Phones Screens -- */

@media screen and (max-width: 375px) {
  h1 {
    font-size: 2.5rem !important;
  }
  .other-areas .first,
  .other-areas .second,
  .other-areas .third {
    width: 100%;
    margin-left: 0;
  }
  .other-areas .first {
    border-bottom-left-radius: 0;
  }
  .other-areas .second {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }
  .other-areas .third {
    border-top-right-radius: 0;
  }
  .featured-post-text {
    padding: 25px;
    padding-bottom: 50px;
  }
  .featured-post-text h2 {
    font-size: 1.8rem;
  }
  #cta .container,
  #cta .col-12 {
    padding-left: 0;
    padding-right: 0;
  }
  #cta .row {
    margin-left: 0;
    margin-right: 0;
  }
  .cta {
    padding: 50px 25px;
    border-radius: 0;
  }
  .logo-socials {
    display: block;
    text-align: center;
  }
  .logo-socials > * {
    width: 80%;
    margin: 0 auto;
  }
  .footer-socials {
    justify-content: center;
  }
  .footer-bottom > div a:nth-of-type(2),
  .footer-bottom > div a:nth-of-type(3) {
    width: 100%;
  }
  .other-areas .first .lines {
    display: none;
  }
  .support-text > div {
    padding: 25px;
    padding-bottom: 75px;
  }
  .support-text > div .green-btn {
    left: 25px;
  }
  .timeline-box {
    height: 200px;
  }
  .news-first-image {
    height: 300px;
  }
  #shop-single .cta {
    border-radius: 22px;
  }
  .blog-image {
    height: 200px;
  }
  .overlay .close::after {
    display: none;
  }
}
