.text-18 {
  font-size: 18px;
  line-height: 28px;
}
@media only screen and (max-width: 960px) {
  .text-18 {
    font-size: 16px;
    line-height: 26px;
  }
}
.text-16 {
  font-size: 16px;
  line-height: 26px;
}
@media only screen and (max-width: 960px) {
  .text-16 {
    font-size: 14px;
    line-height: 24px;
  }
}
.text-14 {
  font-size: 14px;
  line-height: 24px;
}
.text-12 {
  font-size: 12px;
  line-height: 20px;
}

.nowrap {
  white-space: nowrap;
}

.mx-img-full img {
  width: 100% !important;
}

.mx-img {
  position: relative !important;
  overflow: hidden !important;
}
.mx-img img {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}
.mx-img-66 {
  padding-top: 66.66% !important;
}

.mx-background-accent-top {
  position: relative;
}
.mx-background-accent-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 50%;
  background-color: #f1f4f9;
}

.mx-overlay-primary, .mx-overlay-secondary, .mx-overlay-tetriary {
  position: relative;
}
.mx-overlay-primary::before, .mx-overlay-secondary::before, .mx-overlay-tetriary::before {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.mx-overlay-primary::before {
  background: linear-gradient(180deg, #061a48 0%, rgba(20, 65, 174, 0) 98.92%);
}
.mx-overlay-primary .l-section-h {
  position: relative;
  z-index: 2;
}
.mx-overlay-tetriary::before {
  background: linear-gradient(113.96deg, rgba(148, 239, 192, 0.3) 0%, rgba(20, 65, 174, 0.3) 100%);
}

.mx-wrapper-vertical-break {
  display: flex !important;
  flex-direction: row !important;
}
@media only screen and (max-width: 960px) {
  .mx-wrapper-vertical-break-tablet {
    display: flex !important;
    flex-direction: row !important;
  }
}
.mx-wrapper-horizontal-break {
  display: flex !important;
  flex-direction: column !important;
}
@media only screen and (max-width: 960px) {
  .mx-wrapper-horizontal-break-tablet {
    display: flex !important;
    flex-direction: column !important;
  }
}

.mx-justify-start {
  justify-content: flex-start !important;
}

.mx-align-center {
  align-items: center !important;
}
.mx-align-start {
  align-items: flex-start !important;
}
@media only screen and (max-width: 960px) {
  .mx-align-start-tablet {
    align-items: flex-start !important;
  }
}

.mx-gap-8 {
  gap: 8px !important;
}
@media only screen and (max-width: 960px) {
  .mx-gap-8-tablet {
    gap: 8px !important;
  }
}
.mx-gap-10 {
  gap: 10px !important;
}
@media only screen and (max-width: 960px) {
  .mx-gap-10-tablet {
    gap: 8px !important;
  }
}
.mx-gap-30 {
  gap: 30px !important;
}
@media only screen and (min-width: 960px) {
  .mx-gap-30-desktop {
    gap: 30px !important;
  }
}

.mx-overflow-x-auto .l-section-h {
  overflow-x: auto !important;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.mx-overflow-x-auto .l-section-h::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}

.mx-grid-5 .l-section-h > .g-cols {
  grid-template-columns: repeat(5, 1fr) !important;
}

.mx-bg-pattern {
  position: relative;
  overflow-y: visible !important;
}
.mx-bg-pattern::before {
  content: "";
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 40vw;
  background-image: url("/wp-content/plugins/medixbank-ui/public/images/bg-pattern.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center;
}
@media only screen and (max-width: 960px) {
  .mx-bg-pattern::before {
    background-size: cover;
    height: 100%;
  }
}

.mdx_absolute_center_x {
  left: 50% !important;
  transform: translateX(-50%) !important;
}

.nowrap {
  white-space: nowrap !important;
}

.shrink-0 {
  flex-shrink: 0 !important;
}

.mx-absolute-center-x {
  left: 50% !important;
  transform: translateX(-50%) !important;
}
@media only screen and (min-width: 960px) {
  .mx-absolute-center-x-desktop {
    left: 50% !important;
    transform: translateX(-50%) !important;
  }
}
@media only screen and (max-width: 960px) {
  .mx-absolute-center-x-tablet {
    left: 50% !important;
    transform: translateX(-50%) !important;
  }
}
.mx-absolute-center-y {
  top: 50% !important;
  transform: translateY(-50%) !important;
}
@media only screen and (min-width: 960px) {
  .mx-absolute-center-y-desktop {
    top: 50% !important;
    transform: translateY(-50%) !important;
  }
}
@media only screen and (max-width: 960px) {
  .mx-absolute-center-y-tablet {
    top: 50% !important;
    transform: translateY(-50%) !important;
  }
}

.rotate-90 {
  transform: rotate(-90deg) !important;
}
@media only screen and (max-width: 960px) {
  .rotate-90-tablet {
    transform: rotate(90deg) !important;
  }
}
.rotate--90 {
  transform: rotate(-90deg) !important;
}
@media only screen and (max-width: 960px) {
  .rotate--90-tablet {
    transform: rotate(-90deg) !important;
  }
}

@media only screen and (max-width: 960px) {
  .mx-absolute-center-x-tablet.rotate-90-tablet {
    left: 50% !important;
    transform: translateX(-50%) rotate(90deg) !important;
  }
}

@media only screen and (max-width: 960px) {
  .mx-absolute-center-y-tablet.rotate--90-tablet {
    top: 50% !important;
    transform: rotate(-90deg) translateY(-50%) !important;
  }
}

header {
  position: relative;
}
header::after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #94efc0;
  z-index: 700;
  transition: opacity 0.3s ease;
}
header.bg_solid::after {
  opacity: 1;
}
header.bg_solid .w-nav-control {
  color: #414c56 !important;
}
header.bg_transparent::after {
  opacity: 0;
}
header.bg_transparent .w-nav-control {
  color: #fff !important;
}
header.bg_transparent .mx-header-logo-light {
  display: block !important;
}
header.bg_transparent .mx-header-logo-dark {
  display: none !important;
}
header.bg_solid::after,
header .mx-header-logo-dark,
header .w-nav-control {
  z-index: 700;
}
header .mx-header-logo-dark,
header .w-nav-control {
  position: relative;
}
header .l-subheader.at_middle {
  padding-left: 40px !important;
  padding-right: 40px !important;
}
@media only screen and (max-width: 960px) {
  header .l-subheader.at_middle {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
}

main {
  overflow-x: clip !important;
}

#mdx-menu {
  margin: 0 !important;
}
@media only screen and (min-width: 960px) {
  #mdx-menu ul li::after {
    content: "";
    position: absolute;
    bottom: 1.4rem;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: #94efc0;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  #mdx-menu ul li:hover::after {
    opacity: 0.5;
  }
  #mdx-menu ul li.current-menu-item {
    position: relative;
  }
  #mdx-menu ul li.current-menu-item::after {
    opacity: 1;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1240px) {
  #mdx-menu ul li a {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1170px) {
  #mdx-menu ul li a {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    font-size: 0.875rem !important;
  }
}
@media only screen and (max-width: 960px) {
  #mdx-menu ul {
    padding: 1.5rem !important;
    padding-top: calc(var(--header-height) + 1rem) !important;
    gap: 1rem !important;
  }
  #mdx-menu ul li {
    margin: 0 !important;
  }
  #mdx-menu ul li a {
    padding: 0 !important;
    font-weight: 600 !important;
  }
}
@media only screen and (min-width: 960px) {
  #mdx-menu ul li:has(.mdx_language_switch_menu) {
    display: none !important;
  }
}
#mdx-menu ul .w-nav-close {
  display: none !important;
}

@media only screen and (max-width: 960px) {
  html.w-nav-open {
    overflow: hidden;
  }
  html.w-nav-open header::after {
    opacity: 1;
  }
  html.w-nav-open header .w-nav-control {
    color: #414c56 !important;
  }
  html.w-nav-open header .mx-header-logo-light {
    display: none !important;
  }
  html.w-nav-open header .mx-header-logo-dark {
    display: block !important;
  }
}

.clickbox {
  cursor: pointer;
}

.modal {
  overflow-y: auto;
  overflow-x: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s ease-in-out;
}
.modal.active {
  opacity: 1;
  pointer-events: auto;
}
.modal .modal-close {
  cursor: pointer;
}

.infobox {
  display: block !important;
  margin-bottom: 6.5px !important;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  pointer-events: none;
}
.infobox::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  background-color: inherit;
}
.infobox.active {
  opacity: 1;
  pointer-events: auto;
}

.mdx_language_switch {
  position: relative;
  z-index: 200;
  width: -moz-fit-content;
  width: fit-content;
  height: 32px;
  padding: 0 !important;
  margin: auto 0 !important;
  margin-left: calc(35px + 1rem) !important;
}
.mdx_language_switch a {
  height: 32px;
  font-size: 14px !important;
  padding: 0 !important;
}
.mdx_language_switch a::before {
  content: "";
  display: block;
  width: 25px;
  height: 1px;
  background-color: #94efc0;
  position: absolute;
  top: 50%;
  left: -35px;
  transform: translateY(-50%);
  flex-shrink: 0;
}
.mdx_language_switch .w-dropdown-item::after {
  content: "" !important;
  display: none !important;
}
.mdx_language_switch_menu {
  margin-left: 0 !important;
  height: auto !important;
}
.mdx_language_switch_menu a {
  display: block !important;
  height: 46px !important;
  display: flex !important;
  align-items: flex-end !important;
  margin-top: 10px !important;
}
.mdx_language_switch_menu a::before {
  top: 0 !important;
  left: 0 !important;
  transform: none !important;
}
.mdx_language_switch_menu a span {
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 26px !important;
}

.swiper {
  flex-direction: row !important;
}
.swiper .vc_row {
  display: flex !important;
}
.swiper .swiper-wrapper {
  display: flex;
}

.swiper-pagination {
  display: flex;
  gap: 12px;
  position: absolute;
  left: 0;
  bottom: 0;
  cursor: pointer;
}
@media only screen and (max-width: 960px) {
  .swiper-pagination {
    left: 50%;
    transform: translateX(-50%);
  }
}
.swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background: #ffffff;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background: #a1222c;
}

.mx-list li::marker {
  color: #4f83de;
}

.form {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.form-group-label {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: #191c20;
  margin-bottom: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.form-group-container > p {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.form-group-container-item {
  display: block !important;
  position: relative !important;
}
.form-group-container-item.active .form-group-container-item-label, .form-group-container-item:has(input:focus) .form-group-container-item-label {
  top: 2px !important;
  transform: translateY(0) !important;
  font-size: 13px;
  font-weight: 400;
  line-height: 23px;
  color: #414c56;
  transition: all 0.3s ease-in-out;
}
.form-group-container-item:has(.wpcf7-not-valid-tip) {
  margin-bottom: 1.9rem !important;
}
.form-group-container-item .wpcf7-not-valid-tip {
  z-index: 1;
  position: absolute;
  bottom: -1.5rem;
  left: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.form-group-container-item-comment {
  color: #414c56;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.form-group-container-item-label {
  z-index: 1;
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.form-group-container-item input[type=text],
.form-group-container-item input[type=email],
.form-group-container-item input[type=tel],
.form-group-container-item input[type=number],
.form-group-container-item input[type=password] {
  height: calc(var(--inputs-height) - 1.44rem) !important;
  padding-top: 1.44rem !important;
  padding-bottom: 3px;
}
.form .mx-radio {
  display: flex;
  gap: 0.625rem;
  width: 100%;
}
@media only screen and (max-width: 960px) {
  .form .mx-radio {
    flex-direction: column !important;
  }
}
.form .mx-radio > span {
  display: flex;
  width: 100%;
}
.form .mx-radio > span > label {
  flex: 1 !important;
  padding: 0.875rem 0.94rem !important;
  border: 1px solid #9aaab8 !important;
  border-radius: 3px !important;
}
.form .mx-radio > span > label:has(> input[type=radio]:checked) {
  border: 1px solid #4f83de !important;
  box-shadow: inset 0 0 0 1px #4f83de !important;
}
.form .mx-radio > span > label input[type=radio] {
  border-color: #414c56 !important;
}
.form .mx-radio > span > label input[type=radio]:checked {
  color: #1441ae !important;
  border-color: #1441ae !important;
}
.form input[type=submit] {
  padding: 12px 28px 12px 28px !important;
  border-radius: 50px !important;
  background-color: #1441ae !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: 20px !important;
  letter-spacing: 1px !important;
}
@media only screen and (max-width: 960px) {
  .form .wpcf7-acceptance {
    font-size: 14px !important;
    line-height: 24px !important;
  }
}
.form .wpcf7-acceptance a {
  text-decoration: underline;
}
.form .wpcf7-form-control-wrap {
  margin: 0 !important;
}

.mx-image-slider .owl-stage .owl-item .w-grid-item {
  height: 481px;
}
.mx-image-slider .owl-stage .owl-item .w-grid-item .w-post-elm {
  height: 100%;
}
.mx-image-slider .owl-stage .owl-item .w-grid-item .w-post-elm img {
  width: 100%;
  height: 481px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 960px) {
  .mx-image-slider .owl-stage .owl-item .w-grid-item {
    height: 434px;
  }
  .mx-image-slider .owl-stage .owl-item .w-grid-item .w-post-elm img {
    height: 434px;
  }
}
.mx-image-slider .owl-nav {
  display: block !important;
}
.mx-image-slider .owl-nav .owl-prev,
.mx-image-slider .owl-nav .owl-next {
  display: block !important;
  width: 44px !important;
  height: 44px !important;
  padding: 0 !important;
  margin: 0 !important;
  background-color: #fff;
  border-radius: 100%;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1019607843);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
}
.mx-image-slider .owl-nav .owl-prev::before, .mx-image-slider .owl-nav .owl-prev::after,
.mx-image-slider .owl-nav .owl-next::before,
.mx-image-slider .owl-nav .owl-next::after {
  content: "" !important;
}
.mx-image-slider .owl-nav .owl-prev::before,
.mx-image-slider .owl-nav .owl-next::before {
  display: block !important;
  width: 20px !important;
  height: 20px !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  bottom: auto !important;
  right: auto !important;
  transform: translate(-50%, -50%) !important;
  background-image: url("/wp-content/plugins/medixbank-ui/public/images/arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.mx-image-slider .owl-nav .owl-prev::after,
.mx-image-slider .owl-nav .owl-next::after {
  display: none !important;
}
.mx-image-slider .owl-nav .owl-prev {
  left: 0 !important;
  right: auto !important;
  transform: translateY(-50%) rotate(180deg) !important;
}
.mx-image-slider .owl-nav .owl-next {
  right: 0 !important;
  left: auto !important;
}
.mx-image-slider .owl-dots {
  padding-top: 10px !important;
}
.mx-image-slider .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 4px !important;
  box-shadow: 0 0 0 1px #9aaab8 !important;
  background-color: #fff !important;
  border-radius: 100% !important;
  opacity: 1 !important;
  transition: all 0.3s ease-in-out !important;
}
.mx-image-slider .owl-dots .owl-dot.active span {
  opacity: 1 !important;
  box-shadow: 0 0 0 1px #414c56 !important;
  background-color: #414c56 !important;
}

.mx-page-navigation-item a {
  color: #1441ae !important;
  transition: color 0.3s ease-in-out;
}
.mx-page-navigation-item .w-image {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.mx-page-navigation-item.active a {
  color: #191c20 !important;
}
.mx-page-navigation-item.active .w-image {
  opacity: 1;
}

.noscroll body {
  overflow: hidden;
}
