body {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.container {
  width: 90%;
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
}

.navbar {
  background-color: #f5f5f5;
  padding-top: 24px;
  padding-bottom: 24px;
}

.brand {
  display: block;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-btn {
  background-color: #142543;
  border-radius: 40px;
  padding: 14px 36px;
  font-family: Rubik, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
}

.section.hero {
  color: #fff;
  background-color: #142745;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.section.about {
  background-color: #f5f5f5;
  padding-top: 140px;
  padding-bottom: 140px;
}

.section.advantage {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.testimonial {
  padding-top: 100px;
  padding-bottom: 20px;
}

.section.medications {
  padding-top: 80px;
  padding-bottom: 160px;
}

.section.contact {
  background-color: #f5f5f5;
  padding-top: 80px;
  padding-bottom: 80px;
}

.home_s1-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.home_s1-left {
  max-width: 500px;
}

.h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 500;
  line-height: 120%;
}

.h1._8cc4df {
  color: #8cc4df;
}

.h1._003362 {
  color: #003362;
}

.mg-top-24 {
  margin-top: 24px;
}

.text-20px {
  font-size: 20px;
  line-height: 150%;
}

.text-20px._535353 {
  color: #535353;
}

.text-20px.bold {
  font-weight: 700;
}

.btn {
  color: #000;
  background-color: #e2ff69;
  border-radius: 50px;
  padding: 20px 36px;
  font-family: Rubik, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
}

.mg-top-36 {
  margin-top: 36px;
}

.home_s1-img-div {
  z-index: 2;
  position: relative;
}

.hero_graphic {
  width: 55vw;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.about-wrap {
  text-align: center;
}

.about-wrap.max-700 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.max-880 {
  max-width: 880px;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
}

.lightbox-wrap {
  margin-top: 80px;
}

.lightbox-link {
  display: block;
  position: relative;
}

.play-icon {
  margin: auto;
  position: absolute;
  inset: 0;
}

.h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 44px;
  font-weight: 500;
  line-height: 130%;
}

.h2.blue {
  color: #003362;
}

.h2.small {
  font-size: 36px;
}

.advantages_card-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.advantage_card {
  padding: 30px;
}

.advantage-icon {
  margin-bottom: 20px;
}

.text-24px {
  font-size: 24px;
  line-height: 130%;
}

.text-24px.rubik-h4 {
  margin-bottom: 10px;
  font-family: Rubik, sans-serif;
  font-weight: 500;
}

.text-18px {
  font-size: 18px;
  line-height: 140%;
}

.tabs-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fff;
  flex-flow: row;
  justify-content: space-between;
  margin-top: 100px;
  display: flex;
}

.tabs-div {
  background-image: url('../images/Frame-1171275326.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 32%;
  height: 520px;
  transition: all .35s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tabs-div.active {
  width: 60%;
}

.tabs-div._2 {
  background-image: url('../images/Frame-39648-1.png');
}

.tabs-div._3 {
  background-image: url('../images/Frame-1171275327.png');
}

.tab-conten-wrap {
  background-image: linear-gradient(#fff0 40%, #0009);
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 30px 40px 30px 30px;
  display: flex;
}

.h4 {
  margin-bottom: 10px;
  font-family: Rubik, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 130%;
}

.h4.rubik-h4 {
  margin-bottom: 10px;
  font-family: Rubik, sans-serif;
  font-weight: 500;
}

.tab-bg-layer {
  position: absolute;
  inset: auto 0% 0%;
}

.testimonial-heading {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  max-width: 700px;
  display: flex;
}

.slider {
  background-color: #0000;
  height: auto;
  margin-top: -60px;
  padding-top: 100px;
  overflow: hidden;
}

.slide {
  background-color: #e7f6fe;
  border-radius: 12px;
  margin-right: 25px;
}

.slide.orange {
  background-color: #f3ffc0;
}

.text-30px {
  color: #003362;
  font-family: Rubik, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 120%;
}

.testimonial_info-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.slide-nav {
  display: none;
}

.testimonial-content {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.slide-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding: 60px;
  display: flex;
}

.right-arrow {
  color: #000;
  border: 1px solid #bab9bc;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  font-size: 24px;
  transition: all .25s;
  inset: 0 0% auto auto;
}

.right-arrow:hover {
  color: #fff;
  background-color: #142543;
}

.left-arrow {
  color: #000;
  border: 1px solid #bab9bc;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  font-size: 24px;
  transition: all .25s;
  inset: 0 84px auto auto;
}

.left-arrow:hover {
  color: #fff;
  background-color: #142543;
}

.mask {
  width: 49%;
  height: 420px;
  overflow: visible;
}

.pharmacy-wrap {
  background-image: url('../images/Screenshot-2025-09-17-at-12.16.24-PM.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 32%;
  height: 520px;
  transition: all .35s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.pharmacy-wrap.active {
  width: 60%;
}

.pharmacy-wrap._2 {
  background-image: url('../images/Frame-39648-1.png');
}

.pharmacy-wrap._3 {
  background-image: url('../images/Frame-1171275327.png');
}

.pharmacy-wrap.card-2 {
  background-image: url('../images/Screenshot-2025-09-17-at-12.20.02-PM-1.png');
}

.pharmacy-wrap.card-3 {
  background-image: url('../images/Screenshot-2025-09-17-at-12.18.57-PM.png');
}

.pharmacy-tab-wrap {
  width: 100%;
  min-height: 230px;
  padding: 30px;
  background-color: rgba(0,0,0,.7);
}

.medications-wrap {
  text-align: center;
}

.medications-tags-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.med-tag {
  border: 1px solid #8cc4df;
  border-radius: 66px;
  min-width: 160px;
  padding: 24px 40px;
  font-size: 20px;
  line-height: 130%;
  position: relative;
}

.comingsoon-text {
  color: #142745;
  background-color: #e2ff69;
  border-radius: 4px;
  width: 90px;
  margin-left: auto;
  margin-right: auto;
  padding: 2px 6px;
  font-size: 10px;
  font-style: italic;
  font-weight: 500;
  position: absolute;
  inset: auto 0% -15px;
}

.contact-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  display: flex;
}

.contact-left-div {
  width: 50%;
  max-width: 480px;
}

.contact-right-div {
  width: 50%;
  max-width: 600px;
}

.form_field {
  color: #000;
  background-color: #0000;
  border: 1px solid #6b6b6b;
  border-radius: 8px;
  min-height: 60px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
}

.form_field:focus {
  border-color: #6b6b6b;
}

.form_field::placeholder {
  color: #636363;
}

.form_field.text-area {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 170px;
  min-height: 170px;
  font-family: Inter, sans-serif;
}

.form-flex {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-bottom: 20px;
  display: flex;
}

.submit-button {
  background-color: #142543;
  border-radius: 40px;
  width: 100%;
  margin-top: 40px;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 18px;
  line-height: 18px;
  display: block;
}

.footer {
  background-color: #142543;
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer-wrapper {
  color: #fff;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.copyright-text {
  font-size: 12px;
}

@media screen and (max-width: 991px) {
  .navbar {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .section.about {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.medications {
    padding-bottom: 100px;
  }

  .home_s1-left {
    width: 60%;
  }

  .advantages_card-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .slide-wrapper {
    padding: 40px;
  }

  .pharmacy-tab-wrap {
    padding: 20px;
  }
}

@media screen and (max-width: 767px) {
  .section.about {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.advantage, .section.testimonial {
    border-top: 1px solid #dedede;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.medications, .section.contact {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .home_s1-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    text-align: center;
    flex-flow: wrap-reverse;
  }

  .home_s1-left {
    flex-flow: column;
    width: 100%;
    max-width: none;
  }

  .h1 {
    font-size: 40px;
  }

  .mg-top-24 {
    margin-top: 16px;
  }

  .text-20px {
    font-size: 18px;
  }

  .btn {
    width: 100%;
  }

  .home_s1-img-div {
    background-image: url('../images/Union-2.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
  }

  .home-s1-img {
    width: 80%;
  }

  .hero_graphic {
    display: none;
  }

  .lightbox-wrap {
    margin-top: 40px;
  }

  .play-icon {
    width: 80px;
  }

  .h2 {
    font-size: 32px;
  }

  .advantages_card-wrap {
    flex-flow: column;
    display: flex;
  }

  .advantage_card {
    padding: 0;
  }

  .tabs-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    margin-top: 40px;
  }

  .tabs-div, .tabs-div.active {
    width: 100%;
  }

  .tab-conten-wrap {
    padding-right: 30px;
  }

  .h4 {
    margin-top: 0;
  }

  .testimonial-heading {
    text-align: center;
  }

  .slider {
    margin-top: 60px;
    padding-top: 0;
    padding-bottom: 80px;
  }

  .slide {
    margin-right: 0;
  }

  .text-30px {
    font-size: 24px;
  }

  .testimonial_info-flex {
    justify-content: flex-start;
    align-items: center;
  }

  .testimonial-content {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .slide-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    padding: 24px;
  }

  .right-arrow {
    width: 50px;
    height: 50px;
    font-size: 20px;
    inset: auto 0% 0% auto;
  }

  .left-arrow {
    width: 50px;
    height: 50px;
    font-size: 20px;
    inset: auto auto 0% 0%;
  }

  .mask {
    width: 100%;
    height: auto;
  }

  .pharmacy-wrap {
    width: 100%;
  }

  .pharmacy-tab-wrap {
    min-height: auto;
  }

  .medications-tags-wrap {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: column;
    align-items: stretch;
    margin-top: 36px;
  }

  .contact-wrap {
    flex-flow: column;
  }

  .contact-left-div, .contact-right-div {
    width: 100%;
    max-width: none;
  }

  .form-flex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .footer-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }
}

@media screen and (max-width: 479px) {
  .brand {
    width: 150px;
    padding-left: 0;
  }

  .nav-btn {
    padding-left: 24px;
    padding-right: 24px;
    font-size: 16px;
  }

  .mg-top-36 {
    margin-top: 30px;
  }

  .text-30px {
    font-size: 18px;
  }

  .medications-wrap {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .medications-tags-wrap {
    width: 100%;
  }
}


