body {
  overscroll-behavior: none;
  height: 100vh;
  background-color: #f5f6fa !important;
  font-family: Poppins !important;
}
.main-tool-bar {
  height: 80px;
  /* background: red; */
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  /* color: #fff; */
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  transition: ease 0.4s;
}

.error {
  border: 1px solid red !important;
}

.main-tool-bar--scrolled {
  height: 40px;
  padding-top: 30px;
}

.scrollable-area {
  height: 200vh;
}

@media only screen and (min-width: 992px) {
  .prod {
    width: 144px !important;
  }
  .about {
    width: 150px !important;
  }
  .contact {
    width: 120px !important;
  }
  .current-menu-item {
    margin-right: 20px;
  }

  #div_block-581-9 {
    padding-bottom: 0px !important;
    padding-right: 0px !important;
    padding-top: 0px !important;
  }
  .event-landing {
    background-image: url("https://s3.amazonaws.com/zeahealth.com/assets/img/vive23_homepage_header_v2_rollerblade_left+1.webp");
    background-repeat: no-repeat;
    background-position: right;
    /* background-size:1000px; */
  }

  .height-75 {
    height: 75% !important;
  }
}

.dummySection {
  height: 100vh;
  background-color: rgb(165, 81, 244);
}

.custom-container {
  overscroll-behavior: none;
  width: 400%;
  height: auto;
  display: flex;
  flex-wrap: nowrap;
}

.panel {
  height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  align-items: center;
  padding: 0;
}

.red {
  background-color: red;
}
.orange {
  background-color: orange;
}
.purple {
  background-color: purple;
}
.green {
  background-color: green;
}
.gray {
  background-color: gray;
}

.blue {
  background-color: blue;
}

.w-20 {
  width: 20% !important;
}
.w-35 {
  width: 35% !important;
}

div.pullUp a:before {
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0px;
  bottom: 0px;
  content: "";
  /* background: #FFF; */
  opacity: 0.3;
  transition: all 0.3s;
}

div.pullUp a:hover:before {
  height: 100%;
}

.oxy-nav-menu-list {
  list-style: none;
}
.text-dark {
  color: #202224 !important;
}
.oxy-nav-menu-list li a {
  text-decoration: none;
  text-transform: capitalize;
  color: #fff;
}

.oxy-nav-menu-list li {
  margin: 20px;
  /* padding:10px; */
  text-align: center;
  /* -webkit-transition: background-color 2s ease-out;
  -moz-transition: background-color 2s ease-out;
  -o-transition: background-color 2s ease-out;
  transition: background-color 2s ease-out; */
}

.oxy-nav-menu-list li a:hover {
  border-bottom: 2px solid #ffaa00;
}

.oxy-nav-menu-list li .active {
  border-bottom: 2px solid #ffaa00 !important;
}

.zea-gold {
  background-color: #ffaa00 !important;
}
.big-Weight {
  font-weight: 900 !important;
  /* font-size: ; */
}

h6 {
  padding: 5px 0px 10px 0;
  font-size: 1rem !important;
  font-weight: 400 !important;
  color: #fff !important;
}

.h-30 {
  height: 30vh;
}

.custom-button {
  background-color: #ffaa00 !important;
  border-radius: 91px;
  color: #202224 !important;
  border: 1px solid #ffaa00 !important;
  padding: 10px;
}

.custom-button:hover {
  color: #ffffff !important;
}

.nav {
  --bs-nav-link-color: #979797 !important;
  --bs-nav-tabs-link-active-color: #198754 !important;
  --bs-nav-link-hover-color: #20b04b !important;
}

.nav-tabs {
  border-top: none !important;
  border-bottom: none !important;
  --bs-nav-tabs-link-active-border-color: #20b04b transparent transparent !important;
  --bs-nav-tabs-border-width: 2px !important;
}

.nav-tabs .nav-link {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.custom-nav {
  --bs-nav-link-color: #979797 !important;
  --bs-nav-tabs-link-active-color: transparent !important;
  --bs-nav-link-hover-color: #20b04b !important;
}

.custom-nav {
  border-top: 1px solid #979797 !important;
  border-bottom: none !important;
  --bs-nav-tabs-link-active-border-color: transparent transparent transparent !important;
  --bs-nav-tabs-border-width: 0px !important;
}

.custom-nav .custom-nav-tab-link {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.custom-nav .active .custom-tab-container .cursorCard .addressText {
  color: #198754 !important;
}

.nav .card .card-body .nav-link {
  width: 154px !important;
  height: 46px !important;
  background: rgba(255, 170, 0, 0.16) !important;
  border-radius: 91px !important;
  border: 0 !important;
  font-weight: 600 !important;
  font-size: 18px !important;
  line-height: 28px !important;
  color: #ffaa00 !important;
}

.nav .card .card-body .active {
  width: 154px !important;
  height: 46px !important;
  background: #ffaa00 !important;
  border-radius: 91px !important;
  border: 0 !important;
  font-weight: 600 !important;
  font-size: 18px !important;
  line-height: 28px !important;
  color: #ffffff !important;
}

.active-state-line {
  position: absolute;
  height: 100%;
  width: 4px;
  background-color: transparent;
  left: 0;
  top: 0;
  bottom: 0;
}

.nav .card .card-body .active + .active-state-line {
  background-color: #ffaa00;
}

.nav-h {
  font-weight: 700 !important;
  font-size: 50px !important;
  line-height: 55px !important;
  color: #ffffff !important;
}

.nav-sub-h {
  font-weight: 700 !important;
  font-size: 25px !important;
  line-height: 28px !important;
  color: #ffffff !important;
}

.nav-p {
  font-weight: 400 !important;
  font-size: 16px !important;
  color: #ffffff !important;
}

.nav-sub-p {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  max-width: 550px;
}

.nav-btn {
  /* width: 154px !important; */
  height: 46px !important;
  background: #ffaa00 !important;
  border-radius: 91px !important;
  border: 0 !important;
  transition: 0.3s ease-in-out;
  color: #202224 !important;
}

.nav-btn:hover {
  background: #ffcb2d !important;
  color: #202224 !important;
  transition: 0.3s ease-in-out;
}

.nav-btn-t {
  font-weight: 600 !important;
  font-size: 20px !important;
  line-height: 28px !important;
}

.bg-landing {
  background-image: url("https://zeahealth.com/new-assets/img/Webp/making\ healthcare\ feel\ better.webp");
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
}

.bg-event {
  background-image: url("https://s3.amazonaws.com/zeahealth.com/assets/img/vive23_homepage_header_v2_rollerblade_left+1.webp");
  background-repeat: no-repeat;
  background-size: cover;
  height: 50vh;
}
.bg-2 {
  background-image: url("https://zeahealth.com/new-assets/img/Webp/Embrace\ Price Transparency\  Build\ Trust.webp");
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
}
.bg-3 {
  background-image: url("https://zeahealth.com/new-assets/img/Webp/Find\  Compare\ the\ Healthcare\ Prices.webp");
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
}

.bg-4 {
  background-image: url("https://zeahealth.com/new-assets/img/Webp/Become\ a\ High-Value Healthcare\ Organization.webp");
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
}
.bg-5 {
  background-image: url("../img/img2.png");
  /* background-image: url("../img/img1.png"); */
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
}

#scroller .custom-card {
  animation: autoScroll 15s linear infinite;
}
@keyframes autoScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-200%);
  }
}

@keyframes abc {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-300%);
  }
}
#logo-scroll img {
  animation: abc 20s;
}

.fs-12 {
  font-size: 12px !important;
}
.services-bg {
  background-image: url("https://zeahealth.com/new-assets/img/Webp/services.webp");
  background-repeat: no-repeat;
  background-size: contain;
  height: 950px;
}

.oldman-bg {
  background-image: url("https://zeahealth.com/new-assets/img/Webp/MAP.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 100%;
  min-height: 350px;
  width: 100%;
}

.joinus {
  background-image: url("https://zeahealth.com/new-assets/img/Webp/zeavoution\ imge.webp");
  background-repeat: no-repeat;
  background-size: cover;
  /* height: 60vh; */
  width: auto;
}

.form-check-input:checked {
  background-color: #20b04b !important;
  border-color: #20b04b !important;
}

.border {
  border: none !important;
}

.rounded-border {
  border-radius: 20px;
}

.shadow-landing {
  background: #ffffff;
  box-shadow: 0px 4px 24px #e8ebf3;
}

.sub-title {
  font-size: 16px;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 4px;
}

.description {
  line-height: 1.6;
}

.bg-white {
  background: #f5f5f5 !important;
}

.img-hover {
  transform: scale(1.03);
  transition: 0.7s ease-in-out;
}

.partner-card {
  background: #ffffff;
  box-shadow: 0px 4px 16px -2px rgba(0, 0, 0, 0.25);
  width: 300px;
  height: 100px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 15px;
  margin: 10px;
}

.sec-t-white {
  font-weight: 900;
  font-size: 50px;
  line-height: 28px;
  color: #ffffff;
  line-height: 1;
}

.sec-t-black {
  font-weight: 900;
  font-size: 50px;
  line-height: 28px;
  color: #202224;
  line-height: 1;
}

.text-black {
  color: #202224 !important;
}

.text-p-dark {
  color: #4d4d4d !important;
}

.card-hover {
  transition: 0.5s ease-in-out;
}

.card-hover:hover {
  transform: scale(1.03);
  transition: 0.5s ease-in-out;
}

.custom-card {
  background: #ffffff !important;
  box-shadow: 0px 4px 24px -2px rgba(0, 0, 0, 0.25) !important;
  /* width: 380px !important; */
  height: 550px !important;
  flex-shrink: 0 !important;
  margin: 20px auto !important;
}
.custom-card-partner {
  width: 410px;
  height: 270px;
  background: #ffffff;
  box-shadow: 0px 4px 24px -2px rgba(0, 0, 0, 0.25);
}

.card-img {
  width: 200px !important;
  height: 200px !important;
}

.logo-t {
  font-weight: 700 !important;
  font-size: 30px !important;
  line-height: 28px !important;
}

.custom-a {
  font-weight: 600 !important;
  font-size: 16px !important;
  line-height: 20px !important;
  text-decoration: none !important;
  color: #202224;
}
.custom-a-1 {
  font-weight: 500 !important;
  font-size: 18px !important;
  line-height: 20px !important;
  text-decoration: none !important;
  color: #202224;
}

.services-container {
  position: absolute !important;
  left: 0;
  right: 0;
  transform: translateY(-550px) !important;
}

.footer-h {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #707070;
}

.font-14-400 {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  color: #ffffff;
}

.xlightFont {
  font-family: Poppins;
  font-size: 24px;
  font-weight: 300;
  line-height: 40px;
  letter-spacing: 0em;
  text-align: left;
}

.custom-badge {
  background: rgba(32, 176, 75, 0.19);
  color: #0a7670;
  /* color:#20B04B30; */
}

.footer-p {
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  color: #343a40;
}

.nav-img {
  width: 230px !important;
}

.md-h-head {
  height: 65px !important;
}

.md-h-cont {
  height: 200px !important;
}

.bg-ffffff {
  background-color: #ffffff !important;
}

.collapse-a {
  text-decoration: none;
}

.collapse-card {
  overflow: hidden !important;
  background: #ffffff !important;
  transition: 0.3s !important;
}

.collapse-container {
  border: 1px solid #d9edf0;
  background: #ffffff;
  box-shadow: 0px 4px 24px -2px rgba(0, 0, 0, 0.25);
}

.collapse-container
  .collapse-a
  .custom-tab-container
  .d-flex
  .bi-arrow-up-short {
  transition: 0.5s !important;
  display: block !important;
}

.collapse-container
  .collapse-a
  .custom-tab-container
  .d-flex
  .bi-arrow-down-short {
  transition: 0.5s !important;
  display: none !important;
}

.collapse-container
  .collapsed
  .custom-tab-container
  .d-flex
  .bi-arrow-down-short {
  transition: 0.5s !important;
  display: block !important;
}

.collapse-container
  .collapsed
  .custom-tab-container
  .d-flex
  .bi-arrow-up-short {
  transition: 0.5s !important;
  display: none !important;
}

.bg-partner-first-section {
  background-image: url("../img/partner-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: auto;
}

/* https://zeahealth.com/new-assets/img/Banner-images/2.png */
.bg-contact {
  background-image: url("https://zeahealth.com/new-assets/img/Webp/Contact-us.webp");
  background-repeat: no-repeat;
  background-size: cover;
  width: auto;
}

.bg-ai-project {
  background-image: url("../img/AIProjects/ai-projects-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: auto;
}
#collaborate {
  background-image: url("../img/AIProjects/ai-project-bg-2.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: auto;
}

.custom-nav-design {
  position: absolute;
  right: 0px;
  top: 80px;
  height: 90vh;
  width: 50vw;
  padding-top: 10px;
}

.custom-nav-item {
  width: 100% !important;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 3px;
  margin-bottom: 3px;
}

.filter-blur-container {
  position: absolute;
  height: 100%;
  width: 100%;
  backdrop-filter: blur(10px);
  background-color: #3b3b3b;
  z-index: -1;
}

.banner-about {
  background-image: url("https://zeahealth.com/new-assets/img/Webp/About\ Us\ BG.webp");
  background-repeat: no-repeat;
  background-size: cover;
  width: auto;
}

.banner-products {
  background-image: url("https://zeahealth.com/new-assets/img/Webp/Our\ Products.webp");
  background-repeat: no-repeat;
  background-size: cover;
  width: auto;
}

.banner-careers {
  background-image: url("https://zeahealth.com/new-assets/img/Webp/Career-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  width: auto;
}

.banner-services {
  background-image: url("https://zeahealth.com/new-assets/img/our-services/Services\ bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  width: auto;
}

.card-shadow {
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1) !important;
}

.icon-font {
  font-size: 4rem !important;
}

.custom-h1 {
  font-family: Poppins;
  font-size: 50px;
  font-weight: 500;
  line-height: 55px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
}

.learn-more {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #202224;
}

.custom-h2 {
  font-family: Poppins;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.015em;
  text-align: left;
  color: #fff;
}

.card-width {
  width: 70vw !important;
  position: relative;
}

.email-link {
  color: #20b04b !important;
}
.email-link:hover {
  cursor: pointer;
  text-decoration: underline;
}

input.largeCheckbox {
  transform: scale(2);
  /* position: absolute;
top: 10px;
right: 50px; */
  /* outline: none !important;
padding: 10px !important; */
}

.custom-input {
  box-sizing: border-box;
  /* width: 437px; */
  /* height: 50px; */
  background: #ffffff;
  border: 1px solid #d9edf0;
  text-indent: 10px;
  padding: 15px;
}

.custom-input:focus {
  outline: none !important;
  border: 1px solid #d9edf0 !important;
}

.flexbox {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.cursorCard:hover {
  cursor: pointer;
}

.fs-26 {
  font-size: 25px !important;
  font-weight: 600 !important;
}

.fs-max {
  font-size: 2rem !important;
}

.white-shadow {
  background: #ffffff;
  box-shadow: 0px 4px 24px -2px rgba(0, 0, 0, 0.25);
}
.box-shadow {
  box-shadow: 0px 4px 24px -2px rgba(0, 0, 0, 0.25);
}

.uploadFile {
  background: rgba(32, 176, 75, 0.23);
  color: #20b04b;
  border: none;
  border-radius: 20px;
  font-family: Poppins;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0em;
}

.uploadFile:hover {
  background: rgba(32, 176, 75, 0.23);
  color: #20b04b;
  border: none;
  border-radius: 20px;
  font-family: Poppins;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0em;
}

.footer-menu li {
  list-style: none;
  padding: 4px;
}

.footer-menu li a {
  text-decoration: none;
  color: #202224;
}

.footer-menu li a:hover {
  border-bottom: 1px solid #202224;
}

.footer-menu li .active {
  border-bottom: 1px solid #202224;
}

.social-icons li {
  background-color: #20b04b;
  list-style: none;
  display: inline-block;
  padding: 3px;
}
.bg-green {
  background-color: #20b04b;
  padding: 5px;
  border-radius: 10px;
  width: fit-content;
}

.bg-green a svg {
  color: #fff;
}

.green-icon {
  background-color: #20b04b !important;
}

.social-icons li a img {
  width: 50%;
  margin: 0px auto;
}

.card {
  border-radius: 0 !important;
  border: none !important;
}

.flex-row {
  display: flex;
  flex-direction: row !important;
  flex-wrap: nowrap;
  width: 100%;
  justify-content: space-around !important;
  align-items: center;
}

.my-container {
  position: absolute;
  /* top: 250%;
left: 6%; */
  left: 6%;
  top: 270%;
  justify-content: center;
  align-items: center;
  height: 80vh;
}
.placehold {
  height: 35vh;
}

.gap {
  gap: 20px;
}
.border-bottom {
  border-bottom: 1px solid #ffaa00 !important;
}

.border-bottom-green {
  border-bottom: 1px solid #20b04b !important;
}

.font-1-8 {
  font-size: 1.8rem !important;
  padding: 10px;
}

.gradient {
  background: linear-gradient(104.23deg, #20b04b 1.25%, #2a417c 86.15%);
  box-shadow: 0px 4px 24px -2px rgba(0, 0, 0, 0.25);
  padding: 10px;
}

.p-10x {
  padding: 10px !important;
}
.custom-gradient {
  background-image: linear-gradient(
    to right,
    #20b04b,
    #009b82,
    #0081a2,
    #00629f,
    #2a417c
  );
}

.gradient-bg {
  background: linear-gradient(104.23deg, #20b04b 1.25%, #2a417c 86.15%);
  box-shadow: 0px 4px 24px -2px rgba(0, 0, 0, 0.25);
}

.event-gradient {
  background: linear-gradient(90.59deg, #20b04b 5.64%, #0a7670 76.2%);
}
#map {
  height: 400px; /* The height is 400 pixels */
  width: 60%; /* The width is the width of the web page */
}

#non-map {
  width: 40%;
}

.sub-text {
  margin-left: 25%;
  width: 50%;
}

.custom-font {
  font-family: Poppins;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0em;
}

.big-font {
  font-family: Poppins;
  font-size: 50px;
  font-weight: 900;
  line-height: 28px;
  letter-spacing: 0em;
}

.about-font {
  font-family: Poppins;
  font-size: 85px;
  font-weight: 900;
  line-height: 28px;
  letter-spacing: 0em;
}

.muted-color {
  color: #d9d9d9 !important;
}

.mt-50 {
  margin-top: 100px;
}

.about-list li {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0px;
}

.addressText {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0px;
  color: #202224;
}

.card_contact_title {
  font-size: 25px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
}
.card-title-border {
  border-bottom: 2px solid #20b04b;
}

.card_contact_body {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
}

/* Timeline CSSS */
/* Styles from the GreenSock website */
/* body {
font-weight: 300;
} */
.ipsType_right {
  text-align: right;
}
.ipsType_center {
  text-align: center;
}
.cInnerContent {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}
.ipsSpacer_bottom_double {
  margin-bottom: 30px;
}
.ipsGrid {
  display: inline-block;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.ipsGrid::before,
.ipsGrid::after {
  display: table;
  content: "";
  line-height: 0;
}
.ipsGrid > [class*="ipsGrid_span"] {
  display: block;
  width: 100%;
  min-height: 30px;
  box-sizing: border-box;
}
.ipsGrid > .ipsGrid_span5 {
  width: 40.42553191489362%;
}
.ipsGrid > .ipsGrid_span7 {
  width: 57.44680851063829%;
}
.ipsGrid > [class*="ipsGrid_span"] {
  float: left;
  margin-left: 2%;
}
.ipsGrid > [class*="ipsGrid_span"]:first-child {
  margin-left: 0;
}
.feature {
  display: flex;
  align-items: center;
}
.card {
  margin-bottom: 30px;
  border: 1px solid #cccccc;
  border-radius: 8px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 1px 1px 5px 1px #cccccc;
    transition: 0.3s;
}
.featured-image-container .card {
  padding: 10px;
  height: 0;
  padding-bottom: calc(100% - 10px);
}
h2.heading_large {
  font-size: 1.8em;
}
img {
  max-width: 100%;
}

.header-section {
  margin: 200px auto;
}

.gs_reveal {
  opacity: 0;
  visibility: hidden;
  will-change: transform, opacity;
}

.schedule-meeting-btn {
  background: linear-gradient(272.3deg, #0afe69, #13fed3);
  color: #292929;
  border-radius: 25px !important;
  width: 200px;
  height: 55px;
  border: 0;
  font-size: 18px;
  font-weight: 600;
  position: absolute;
  bottom: 22px;
  left: 36%;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}


/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .navbar-toggler {
    display: none;
  }
  .web-view {
    display: block;
  }
  .event-landing {
    background-image: url("https://s3.amazonaws.com/zeahealth.com/assets/img/vive23_homepage_header_v2_rollerblade_left+1.webp");
    background-repeat: no-repeat;
    background-position: right;
    background-size: 1000px;
  }
  .height-75 {
    height: 75% !important;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .h-75 {
    height: fit-content !important;
  }
  .navbar-toggler {
    display: none;
  }
  .oxy-nav-menu-list li {
    margin: 10px !important;
  }
  .web-view {
    display: block;
  }
  .navbar > .container-fluid {
    flex-wrap: nowrap;
  }
  .nav-padding {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .nav-img {
    width: 180px;
  }
  .md-w-100 {
    width: 100% !important;
  }
  .md-mt-3 {
    margin-top: 0 !important;
  }
  .services-container {
    position: absolute !important;
    left: 0;
    right: 0;
    transform: translateY(-600px) !important;
  }
  .md-mt {
    margin-top: 150px !important;
  }
  .md-h-head {
    height: auto !important;
  }
  .md-h-cont {
    height: auto !important;
  }
  .custom-card-partner {
    width: 380px;
    height: 270px;
    background: #ffffff;
    box-shadow: 0px 4px 24px -2px rgba(0, 0, 0, 0.25);
  }
  .bg-landing {
    min-height: fit-content !important;
  }
  .bg-2 {
    min-height: fit-content !important;
  }
  .bg-3 {
    min-height: fit-content !important;
  }
  .bg-4 {
    min-height: fit-content !important;
  }
  .md-reverse {
    display: flex !important;
    flex-direction: column-reverse !important;
  }
  .md-px {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .partner-card {
    width: 310px !important;
  }
  .event-landing {
    background-image: url("https://s3.amazonaws.com/zeahealth.com/assets/img/vive23_homepage_header_v2_rollerblade_left+1.webp");
    background-repeat: no-repeat;
    background-position: right;
    background-size: 800px;
    margin-top: 40px;
    padding: 0px !important;
  }
  .height-75 {
    height: 75% !important;
  }
  .img-position {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .schedule-meeting-btn {
    width: 120px;
    height: 30px;
    border: 0;
    font-size: 10px;
    font-weight: 600;
    bottom: 16px;
    left: 36%;
  }
}
@media (max-width: 1400px) {
  #whyus {
    margin-top: 550px !important;
  }
}
@media (max-width: 1200px) {
  #whyus {
    margin-top: 850px !important;
  }
}
@media (max-width: 990px) {
  #whyus {
    margin-top: 1650px !important;
  }
}
@media (max-width: 769px) {
  .bg-ai-project {
    background-position-x: 45%;
  }
  .section-flip {
    display: flex !important;
    flex-direction: column-reverse !important;
  }
  .fs-md-36 {
    font-size: 36px !important;
    font-weight: 700;
  }
  #whyus {
    margin-top: 400px !important;
  }
  .carousel-control-prev {
    left: 0px !important;
  }
  .carousel-control-next {
    right: 0px !important;
  }
}
@media (max-width: 600px) {
  #whyus {
    margin-top: 0px !important;
  }

  #products .carousel-inner .carousel-item-right.active,
  .carousel-inner .carousel-item-next {
    transform: translateX(100%) !important;
  }

  #products .carousel-inner .carousel-item-left.active,
  .carousel-inner .carousel-item-prev {
    transform: translateX(-100%) !important;
  }
  .card-ai{
    height: fit-content !important;
  }
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (max-width: 526px) {
  .d-flex {
    flex-direction: column !important;
  }
  .web-view {
    display: none;
  }

  #scroller .custom-card {
    animation: none;
  }
  #our-partners .container .row .d-flex {
    flex-direction: row !important;
  }
  #mrv-logo {
    width: 200px !important;
  }
  .navbar-toggler {
    color: #ffffff !important;
    background-color: none !important;
  }
  .event-landing {
    background: none;
    /* background-image: url('https://s3.amazonaws.com/zeahealth.com/assets/img/vive23_homepage_header_v2_rollerblade_left+1.webp');
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover; */
  }
  .height-75 {
    height: auto;
  }
  #whyus {
    margin-top: 0px !important;
  }
}

@media only screen and (max-width: 600px) {
  .h-75 {
    height: fit-content !important;
  }
  .event-landing {
    /* background-image: url('https://s3.amazonaws.com/zeahealth.com/assets/img/vive23_homepage_header_v2_rollerblade_left+1.webp');
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover; */
    background: none;
  }
  .height-75 {
    height: auto;
  }
  .navbar-toggler {
    display: block;
  }
  .navbar-toggler {
    color: #ffffff !important;
    background-color: none !important;
  }
  .oxy-nav-menu-list {
    flex-direction: column !important;
  }
  .oxy-nav-menu-list li {
    margin: 0;
  }
  .nav-padding {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .services-bg {
    height: auto !important;
  }
  .w-50 {
    width: 100% !important;
  }
  .my-container {
    position: relative !important;
    align-items: none;
    left: 0% !important;
    top: 0% !important;
    padding: 10% !important;
  }
  .resp {
    padding: 10% !important;
  }
  .oxy-nav-menu-list {
    flex-direction: column !important;
  }

  .oxy-nav-menu-list li {
    margin: 0;
  }
  .services-bg {
    height: auto !important;
    background-size: cover !important;
  }
  .w-50 {
    width: 100% !important;
  }
  .my-container {
    position: relative !important;
    align-items: none;
    left: 0% !important;
    top: 0% !important;
    padding: 10% !important;
  }
  .custom-card {
    background: #ffffff !important;
    box-shadow: 0px 4px 24px -2px rgba(0, 0, 0, 0.25) !important;
    height: 540px !important;
    width: auto !important;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .services-container {
    transform: translateY(100px) !important;
  }
  .sm-pt {
    padding: 0 !important;
  }
  .sm-mt {
    margin-top: 15px !important;
  }
  .services-container {
    position: relative !important;
    left: 0;
    right: 0;
    transform: translateY(-50px) !important;
    margin-bottom: 0 !important;
  }
  .flex-row {
    flex-wrap: wrap;
  }
  .sm-mt-whyus {
    margin-top: 0px !important;
  }
  .section-flip {
    display: flex !important;
    flex-direction: column-reverse !important;
  }
  .sm-p-leaders {
    padding: 10px !important;
  }
  #map {
    height: 400px; /* The height is 400 pixels */
    width: 100%; /* The width is the width of the web page */
  }
  #non-map {
    width: 100%;
  }
  .custom-card-partner {
    width: 360px;
    height: 270px;
    background: #ffffff;
    box-shadow: 0px 4px 24px -2px rgba(0, 0, 0, 0.25);
  }
  .sm-px {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .sm-mb {
    margin-bottom: 15px !important;
  }
  .partner-card {
    width: 330px !important;
  }
  .custom-row > * {
    width: auto;
  }
  .bg-landing {
    background-position-x: 25%;
  }
  .bg-2 {
    background-position-x: 25%;
  }
  .bg-3 {
    background-position-x: 32%;
  }
  .bg-4 {
    background-position-x: 20%;
  }
  .banner-about {
    background-position-x: 20%;
  }
  .banner-careers {
    background-position-x: 15%;
  }
  .bg-partner-first-section {
    background-position-x: 50%;
  }
  .banner-products {
    background-position-x: 50%;
  }
  .bg-ai-project {
    background-position-x: 50%;
  }
  .schedule-meeting-btn {
    width: 100px;
    height: 20px;
    border: 0;
    font-size: 8px;
    font-weight: 500;
    bottom: 3px;
    left: 36%;
  }
}

.font-12px {
  font-family: Poppins;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  letter-spacing: 0em;
}

.font-12-400 {
  font-family: Poppins;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
}

.custom-dark {
  color: #272727 !important;
}

.font-16-700 {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0em;
}

.font-36 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 40px;
  color: #000000;
}

.img-height {
  height: 275px;
}
.vertical-img {
  height: 230px;
}
.font20 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 35px;
}

.font-18-400 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #000000;
}

.bgn-trans {
  background: linear-gradient(272.3deg, #d21c24 -23.89%, #ffb904 111.93%);
  border-radius: 205px;
}

.wrapper-container {
  position: relative;
  /* width: 200px; */
  /* height: 200px; */
}
.background {
  background-color: #ecf1f5;
  /* position: absolute;
  top: 70%; */
}

#products .carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
  display: flex;
}
#products .carousel-inner .carousel-item-right.active,
.carousel-inner .carousel-item-next {
  transform: translateX(33%);
}

#products .carousel-inner .carousel-item-left.active,
.carousel-inner .carousel-item-prev {
  transform: translateX(-33%);
}
#products .carousel-inner .carousel-item {
  transition: transform 0.6s ease;
}
#products .carousel-inner .carousel-item-right,
.carousel-inner .carousel-item-left {
  transform: translateX(0);
}

#products .overlay {
  z-index: 1;
  padding: 0;
  /* border: none;
  background: rgba(68, 68, 68, 0.5); */
}
