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: 1px solid #979797 !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;
line-height: 23px !important;
color: #FFFFFF !important;
}

.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;
}

.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.05);
 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: 411px !important;
height: 550px !important;
}

.custom-card-partner{
width: 410px ;
height: 312px;
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;
}

.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 .up-circle{
  transition: 0.5s !important;
  display: block !important;
}

.collapse-container .collapse-a .custom-tab-container .d-flex .down-circle{
  transition: 0.5s !important;
  display: none !important;
}

.collapse-container .collapsed .custom-tab-container .d-flex .down-circle{
  transition: 0.5s !important;
  display: block !important;
}

.collapse-container .collapsed .custom-tab-container .d-flex .up-circle{
  transition: 0.5s !important;
  display: none !important;
}

.bg-partner-first-section{
background-image: url('https://zeahealth.com/new-assets/img/Webp/Partner.webp');
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;
}

.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: 312px;
  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%;
}

}


/* 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;
  }
  
  .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;
  }
}

@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: 312px;
  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%;
}
.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%; */
}

