:root {
  --primary-color: #565b65;
  --secondary-color2: #175ec8;
  --secondary-color3: #14315c;
  --secondary-color4: #0d1945;
  --bs-white: #fff;
  --bodyFont: "Work Sans", sans-serif;
  --headingFont: "Yeseva One", serif;
}

.relative,
body,
html {
  position: relative;
}

body,
ul {
  margin: 0;
  padding: 0;
}

html {
  max-width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
    font-weight: normal;
    line-height: 1.6 !important;
    font-size: 18px;
    font-weight: 400;
    font-weight: normal;
    font-family: var(--bodyFont);
    color: var(--primary-color);
    background: #fff;
    position: relative;
    z-index: 0;
    min-height: 100%;
    padding-top: 151px;
}

html {
  height: 100%;
}

ul {
  list-style: none;
}

.btn,
button {
  display: inline-block;
  outline: 0 !important;
  box-shadow: none !important;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a {
  display: inline-block;
  outline: 0 !important;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.btn,
a,
a:focus,
a:hover,
button {
  text-decoration: none;
  outline-style: none;
}

.btn {
  width: auto;
  text-align: center;
  text-transform: capitalize;
  padding: 0 35px;
  font-size: 18px;
  border-radius: 50px;
  display: inline-block;
  line-height: 62px;
  height: 62px;
  border-width: 0;
  background: var(--bs-white);
  color: var(--secondary-color2);
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

.btn:hover {
  background-color: var(--secondary-color3) !important;
  border-color: var(--secondary-color3) !important;
  color: var(--bs-white);
}

.btnGroup {
  gap: 25px;
  margin-top: 78px;
}

.btn2 {
  border-radius: 28px 28px 0 28px;
  -webkit-border-radius: 28px 28px 0 28px;
  -moz-border-radius: 28px 28px 0 28px;
  -ms-border-radius: 28px 28px 0 28px;
  -o-border-radius: 28px 28px 0 28px;
  height: 74px;
  line-height: 74px;
  padding: 0 15px;
  width: 267px;
  font-weight: 700;
  flex: 0 0 267px;
  background: var(--secondary-color2);
  color: var(--bs-white);

  svg {
    margin-right: 10px;
  }
}

.btn2-outline {
  border-radius: 28px 28px 0 28px;
  -webkit-border-radius: 28px 28px 0 28px;
  -moz-border-radius: 28px 28px 0 28px;
  -ms-border-radius: 28px 28px 0 28px;
  -o-border-radius: 28px 28px 0 28px;
  height: 74px;
  line-height: 74px;
  padding: 0 15px;
  width: 267px;
  font-weight: 700;
  flex: 0 0 267px;
  border: var(--secondary-color2) 1px solid;
  color: var(--secondary-color2);
  background: transparent;

  svg {
    margin-right: 10px;
  }
}

.btn2-outline:hover {
  background-color: var(--bs-white) !important;
  border-color: var(--bs-white) !important;
  color: var(--secondary-color2);
}

p {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  line-height: 1.4;
  font-family: var(--headingFont);
}

h1 {
  font-size: 48px;
  color: var(--secondary-color4);

  span {
    font-size: 48px;
    font-weight: 400;
  }
}

h2 {
  font-size: 48px;
  color: var(--secondary-color4);

  span {
    font-size: 40px;
    font-weight: 400;
    font-family: var(--bodyFont);
  }
}

h3 {
  font-size: 28px;
  font-weight: 600;
}

h4 {
  font-size: 26px;
  font-family: var(--bodyFont);
}

h5 {
  font-size: 24px;
  font-weight: 500;
  font-family: var(--bodyFont);
}

h6 {
  font-size: 20px;
}

.p-v-139 {
  padding: 139px 0;
}

header {
  font-size: 15px; background: var(--bs-white);
    -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;

  /* ===== Top Bar ===== */
  .top-bar {
    /* padding: 28px 0; */
    padding: 15px 0;
    font-size: 14px;
    background: #d8d8db29;
  }

  .brand-logo {
    display: flex;
    align-items: center;
    width: 193px;
  }

  .brand-logo i {
    font-size: 26px;
    color: #2f6fec;
  }

  .brand-logo span {
    font-weight: 600;
    font-size: 18px;
    color: #1f2d3d;
  }

  .top-info {
    display: flex;
    gap: 40px;
    align-items: center;
    justify-content: end;
  }

  .top-info .info-item {
    display: flex;
    align-items: center;
    gap: 13px;
    color: var(--primary-color);

    img {
      width: 36px;
      flex: 0 0 36px;
      object-fit: contain;
    }
  }

  .top-info i {
  }

  .info-title {
    font-weight: 600;
    color: var(--secondary-color3);
    font-size: 16px;
    font-weight: 600;
  }

  .info-text {
    font-size: 16px;
    font-weight: 500;
  }

  /* ===== Navbar ===== */
  .navbar-custom {
    /* background-color: var(--secondary-color2); */
    background-color: #fff;
    /* padding: 28px 0; */
    padding: 12px 0;

    .btn.btn2 {
      width: 196px;
      flex: 0 0 196px;
      height: 50px;
      line-height: 50px;
      font-size: 18px;
      font-weight: 400;
    }
  }

  .stellarnav {
    width: auto;
  }

  .stellarnav a {
    /* color: #fff !important; */
    color: #000 !important;
    margin-right: 5px;
    font-weight: 500;
    /* font-size: 18px; */
    font-size: 20px;
    padding: 0 8px 4px !important;
    border-bottom: transparent 1px solid;
  }

  .navbar-custom .nav-link:hover {
    font-weight: 800;
    border-color: var(--bs-white);
  }

  .search-icon {
    color: white;
    font-size: 20px;
    margin-right: 20px;
    cursor: pointer;
  }
  .btn {
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
  }
}

/* Modal wrapper */
#extralarge-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: flex-start;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.5);
}

/* modal box */
.modal-content-box {
  background: var(--secondary-color3);
  color: #fff;
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  border-radius: 0;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

/* header */
.modal-header {
  display: flex;
  justify-content: flex-end;
  padding: 20px 40px 0;
}

/* close button */
.modal-close {
  width: 48px;
  height: 48px;
  border: none;
  background: transparent;
  color: #fff;
  cursor: pointer;
  border-radius: 6px;
}

.modal-close:hover {
  background: #e5e7eb;
  color: #000;
}

/* modal body */
.modal-body {
  padding: 40px;
  padding-top: 0;
}

/* input */
.modal-input {
  width: 100%;
  border: none;
  border-bottom: 2px solid #ccc;
  background: transparent;
  font-size: 28px;
  padding: 10px 0;
  color: #fff;

  &::placeholder {
    color: #fff;
  }
}

.modal-input:focus {
  outline: none;
  border-bottom: 2px solid #fff;
}

/* results */
.search-results-container {
  margin-top: 15px;
}

.results-wrapper {
  background: #fff;
  color: #000;
  border-radius: 8px;
  padding: 20px;
  max-height: 300px;
  overflow-y: auto;
}

/* helper */
.hidden {
  display: none;
}

.hero {
  .swiper-slide {
    padding: 100px 0 0;
    font-size: 18px;
  }

  .herotitle {
    font-family: var(--headingFont);
    font-size: 58px;
    margin-bottom: 24px;
    display: block;
    text-transform: capitalize;
    color: var(--secondary-color4);

    span {
      font-family: var(--bodyFont);
    }
  }

  img {
    height: 659px;
    object-fit: cover;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  .swiper-pagination {
    position: absolute;
    left: 0;
    width: auto;
    bottom: 50px;
  }

  .swiper-pagination-bullet {
    height: 18px;
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
    width: 18px;
    background: transparent;
    border: var(--secondary-color2) 1px solid;
    opacity: 1;
  }

  .swiper-pagination-bullet-active {
    background: var(--secondary-color2);
  }

  .shape {
    position: absolute;
    left: 0;
    top: 0;

    &.shape2 {
      left: auto;
      top: auto;
      bottom: 0;
      right: 0;

      img {
        height: 470px;
        object-fit: contain;
      }
    }

    img {
      height: auto;
      object-fit: contain;
    }
  }
}

footer {
  background: linear-gradient(
    to bottom,
    rgba(20, 49, 92, 1) 0%,
    rgba(25, 61, 114, 1) 43%,
    rgba(28, 69, 130, 1) 74%,
    rgba(31, 76, 143, 0.76) 99%,
    rgba(31, 76, 143, 0.75) 100%
  );

  padding: 40px 0 22px;
  color: #fff;
  position: relative;

  /* subtle top border line */
  /* .footer-section::before {
    content: "";
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
  } */

  /* ===== Logo ===== */
  .footer-logo {
    height: 88px;
    object-fit: contain;
    margin: 0 auto 25px;
    text-align: center;
  }

  /* ===== Nav ===== */
  .footer-nav {
    text-align: center;
    margin: 30px 0;
    padding-top: 30px;
    border-top: #7d7d7d 1px solid;
  }

  .footer-nav a {
    color: #fff;
    padding: 0 25px;
    text-decoration: none;
    font-weight: 500;
    font-size: 22px;
  }

  /* ===== Contact Card ===== */
  .contact-card {
    background: #f0f1f5;
    border-radius: 24px 24px 0 24px;
    padding: 43px 112px;
    color: #1f2d3d;
    -webkit-border-radius: 24px 24px 0 24px;
    -moz-border-radius: 24px 24px 0 24px;
    -ms-border-radius: 24px 24px 0 24px;
    -o-border-radius: 24px 24px 0 24px;
  }

  .contact-card h6 {
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 5px;
    font-family: var(--bodyFont);
  }

  .contact-card p {
    font-size: 16px;
    color: var(--primary-color);
  }

  .contact-info {
    margin-top: 20px;

    h5 {
      font-size: 24px;
      font-weight: 500;
      font-family: var(--bodyFont);
      margin: 5px 0;
    }
  }

  .contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 15px;
  }

  .contact-item i {
    color: #2a5298;
    font-size: 18px;
  }

  /* Directions Button */
  .btn-directions {
    background: #2a5298;
    color: #fff;
    border-radius: 30px;
    padding: 10px 25px;
    font-size: 14px;
  }

  .btn-directions:hover {
    background: #1e3c72;
    color: #fff;
  }

  /* ===== Bottom Footer ===== */
  .bottom-footer {
    margin-top: 30px;
    font-size: 16px;
    opacity: 0.8;
  }

  .social-icons a {
    color: var(--primary-color);
    background: var(--bs-white);
    margin-left: 12px;
    text-align: center;
    font-size: 13px;
    text-decoration: none;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
  }

  .social-icons a:hover {
    opacity: 0.7;
  }

  .btn2 {
    border-radius: 28px 28px 0 28px;
    -webkit-border-radius: 28px 28px 0 28px;
    -moz-border-radius: 28px 28px 0 28px;
    -ms-border-radius: 28px 28px 0 28px;
    -o-border-radius: 28px 28px 0 28px;
    height: 62px;
    line-height: 62px;
    padding: 0 15px;
    width: 251px;
    font-weight: 700;
    flex: 0 0 251px;
    font-size: 16px;
    background: var(--secondary-color2);
    color: var(--bs-white);

    svg {
      margin-right: 5px;
    }
  }
}

.pharmacy-section {
  position: relative;
  padding: 139px 0 360px;

  &::before {
    position: absolute;
    right: -5px;
    height: 984px;
    width: 100%;
    max-width: 1000px;
    top: 50%;
    content: "";
    border: #2ad2c3 1px solid;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: -1;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .image-collage {
    position: relative;
    width: 100%;
    max-width: 527px;
    margin: auto;
  }

  .image-collage img {
    border-radius: 18px;
    object-fit: cover;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;

    &.large {
      height: 398px;
      margin-top: 200px;
      width: 88%;
    }

    &.tsmall {
      width: 160px;
      height: 132px;
      position: absolute;
      right: 29%;
      top: 0;
    }

    &.msmall {
      width: 207px;
      height: 175px;
      position: absolute;
      right: -10%;
      top: 26%;
      z-index: -1;
    }

    &.bwide {
      width: 237px;
      height: 181px;
      position: relative;
      right: -50%;
      margin-bottom: -141px;
      bottom: 140px;
    }
  }

  /* Individual positioning */
  .img-main {
    width: 280px;
    height: 320px;
  }

  .img-top {
    position: absolute;
    top: -40px;
    left: 140px;
    width: 120px;
    height: 120px;
  }

  .img-middle {
    position: absolute;
    top: 80px;
    left: 260px;
    width: 120px;
    height: 160px;
  }

  .img-bottom {
    position: absolute;
    bottom: -40px;
    left: 180px;
    width: 220px;
    height: 140px;
  }

  .section-title span {
    font-family: var(--bodyFont);
  }

  .btnGroup {
    gap: 25px;
    margin-top: 56px;
  }

  .btn2 {
    height: 74px;
    line-height: 74px;
    padding: 0 15px;
    width: 302px;
    font-weight: 700;
    flex: 0 0 302px;
  }
}

.pharma-brand {
  h2 {
    color: var(--bs-white);
  }

  color: var(--bs-white);
  padding: 90px 0;
  position: relative;
  z-index: 1;

  &::before {
    background: linear-gradient(
      to bottom,
      rgba(20, 49, 92, 1) 0%,
      rgba(29, 72, 135, 1) 62%,
      rgba(31, 76, 143, 0.73) 73%,
      rgba(39, 83, 147, 0.7) 74%,
      rgba(47, 90, 151, 0) 75%,
      rgba(255, 255, 255, 0) 100%
    );
    position: absolute;
    right: 0px;
    height: calc(100% + 10px);
    width: 100%;
    top: 0;
    content: "";
    z-index: -1;
  }

  /* Brand Card */
  .brand-item {
    display: flex;
    align-items: center;
    margin-bottom: 115px;
    gap: 35px;
  }

  .brand-item-img {
    width: 125px;
    flex: 0 0 125px;
    height: 125px;
    position: relative;
    color: #e3e3e3;

    img {
      width: 100%;
      height: 100%;
      border-radius: 50%;
      object-fit: cover;
      margin-right: 15px;
    }

    &::before {
      position: absolute;
      left: 13px;
      top: -21px;
      content: "";
      border: var(--bs-white) 2px solid;
      width: 100%;
      height: 100%;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      z-index: -1;
    }
  }

  .brand-item p {
    font-size: 16px;
    margin: 6px 0 0;
  }

  .col-lg-6 .brand-item:last-child {
    width: 100%;
    max-width: 421px;
  }

  .col-lg-6:last-child .brand-item {
    float: right;
  }

  .capsul {
    width: 39%;
    margin-top: -26%;
  }

  .btn2 {
    width: 421px;
  }
}

.directory-section {
  .directory-subtitle {
    /* max-width: 650px; */
    margin: 12px auto 40px;
  }

  /* Search Bar */
  .search-wrapper {
    max-width: 1010px;
    width: 100%;
    margin: 0 auto;
  }

  .search-box {
    background: #fff;
    border-radius: 50px;
    padding: 8px 8px 8px 47px;
    border: 1px solid #bfd2f8;
  }

  .search-box .form-control {
    border: none;
    box-shadow: none;
    padding-left: 15px;
    font-size: 18px;
    color: #414a5c;
  }

  .btn-search {
    background: var(--secondary-color2);
    color: #fff;
    border-radius: 50px;
    max-width: 178px;
    width: 100%;
    padding: 0 15px;
    height: 62px;
    font-weight: 700;
    border: none;
    transition: 0.3s;
  }

  .btn-search:hover {
    background: #1b3f73;
  }

  /* Responsive */
  @media (max-width: 576px) {
    .directory-title {
      font-size: 26px;
    }

    .search-box {
      padding: 5px;
    }

    .btn-search {
      padding: 8px 18px;
    }
  }

  /* Main Card */
  .brand-card {
    position: relative;
    margin-bottom: 0;
    padding: 0 12% 10%;
    text-align: center;

    &::before {
      position: absolute;
      left: 0;
      width: 100%;
      height: 80%;
      bottom: 0;
      content: "";
      border: #bfd2f8 1px solid;
      border-radius: 12px;
      -webkit-border-radius: 12px;
      -moz-border-radius: 12px;
      -ms-border-radius: 12px;
      -o-border-radius: 12px;
      z-index: -1;
    }
  }

  /* Floating Logo Box */
  .logo-box {
    max-width: 235px;
    width: 100%;
    height: 231px;
    margin: 0 auto;
    background: #f0f1f5;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
  }

  /* Pharmacy Name */
  .brand-name {
    margin-top: 22px;
    font-size: 20px;
    font-weight: 500;
    color: var(--secondary-color4);
  }

  .swiper-slide:nth-child(even) .brand-card {
    margin-top: 84px;
  }

  .swiper {
    margin-top: 70px;
  }

  .swiper-wrapper {
    padding-bottom: 80px;
  }

  .swiper-pagination-bullet {
    background: transparent;
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    display: inline-block;
    height: 18px;
    opacity: 1;
    border: var(--secondary-color2) 1px solid;
    width: 18px;
  }

  .swiper-pagination-bullet-active {
    background: var(--secondary-color2);
  }

  /* Responsive */
  @media (max-width: 400px) {
    .brand-card {
      width: 90%;
    }

    .logo-box {
      width: 180px;
      height: 180px;
      top: -90px;
    }
  }
}

.pharma-commitment {
  .info-box {
    background: #f0f1f5;
    border-radius: 12px;
    padding: 33px 75px 33px 196px;
    margin-bottom: 34px;
    transition: 0.3s ease;
    max-width: 982px;
    width: 100%;
    float: left;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
  }

  .info-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  }

  .info-box h4 {
    font-weight: 500;
    color: var(--secondary-color4);
    margin-bottom: 8px;
  }

  .info-box p {
    font-size: 16px;
  }

  .pill-image {
    max-width: 320px;
  }

  .info-box:nth-child(even) {
    max-width: 1182px;
    padding-left: 283px;
  }

  .pill-image {
    position: absolute;
    left: -14px;
    object-fit: contain;
    height: 635px;
    width: 100%;
    max-width: 298px;
    top: 47%;
    content: "";
    z-index: 3;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.pharma-testimony {
  padding-bottom: 80px;

  .capsul2 {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 640px;
    height: 780px;
    object-fit: contain;
  }

  position: relative;
  color: var(--bs-white);
  z-index: 1;

  &:before {
    position: absolute;
    left: 0;
    background: linear-gradient(to bottom, #14315C 15%, #2A67C2 75%);


    height: 100%;
    width: 100%;
    top: 0;
    opacity: 0.8;
    content: "";
    z-index: -1;
  }

  h2 {
    color: var(--bs-white);
  }

  .review-text {
    font-size: 22px;
    font-weight: 400;
    margin-top: 31px;
  }

  .stars {
    display: flex;
    gap: 6px;

    i {
      color: var(--bs-white);
      font-size: 14px;
    }
  }

  .reviewer-name {
    font-family: var(--bodyFont);
    margin-top: 40px;
    padding-top: 10px;
    border-top: var(--bs-white) 1px solid;
    min-width: 291px;
    display: inline-block;
  }

  .btn {
    font-size: 15px;
    font-weight: 600;
    height: 55px;
    line-height: 55px;
    margin-top: 20px;
  }

  .review-btn:hover {
    background: #e9ecef;
  }

  .product-image {
    max-width: 350px;
    transform: rotate(-10deg);
  }

  .swiper-button-next,
  .swiper-button-prev,
  ~ .swiper-button-next,
  ~ .swiper-button-prev {
    top: calc(100% + 68px);
    background: var(--secondary-color2);
    border-radius: 50%;
    background-image: none;
    opacity: 1;
    width: 76px;
    height: 76px;
    border: var(--bs-white) 1px solid;
  }

  .swiper-navigation-icon {
    display: none;
  }

  .swiper-button-next,
  .swiper-button-prev {
    color: var(--bs-white);
  }

  &.swiper-rtl .swiper-button-prev,
  &.swiper-rtl ~ .swiper-button-prev,
  & ~ .swiper-button-next,
  .swiper-button-next {
    left: 115px;
    right: auto;
  }

  @media (max-width: 991px) {
    .product-image {
      margin-top: 40px;
      transform: rotate(0deg);
    }
  }
}

.pharma-gettouch {
  .map-container iframe {
    border-radius: 12px;
    width: 100%;
    height: 593px;
    border: 0;
    position: relative;
    z-index: 1;
  }

  .store-hours {
    margin-top: 25px;
  }

  .store-hours h5 {
    color: var(--secondary-color4);
  }

  .store-hours p {
    font-size: 16px;
    margin: 8px 0;
  }

  .contact-card {
    background: #e9edf3;
    border-radius: 8px;
    padding: 40px 51px 40px 85px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    position: relative;
    z-index: 0;
    left: -60px;
  }

  .contact-card h3 {
    font-weight: 700;
    color: #1f2f56;
  }

  .contact-card p {
    color: #6c757d;
  }

  .contact-item {
    margin-bottom: 24px;
    color: var(--primary-color);

    img {
      margin-right: 8px;
    }
    &:hover {color: var(--secondary-color2) !important; }
  }

  .contact-item h5 {
    color: var(--secondary-color4);
  }

  .btn2 {
    width: 302px;
    flex: 0 0 302px;
  }
}

.pharma-access {
  /* Big Circle */
  .circle-bg {
    position: absolute;
    width: 825px;
    height: 791px;
    border: 1px solid #2ad2c3;
    border-radius: 50%;
    left: -5px;
    top: 5%;
    z-index: -1;
  }

  .info-box {
  }

  .check-list {
    list-style: none;
    padding: 0;
  }

  .check-list li {
    font-size: 22px;
    font-weight: 500;
    color: var(--secondary-color4);
    display: flex;
    gap: 16px;
    align-items: flex-start;
    margin-bottom: 24px;
  }

  h2 {
    line-height: 1.1;
  }

  .section-subtitle {
    font-size: 24px;
    color: #4b5d73;
    margin-bottom: 15px;
  }

  .description {
    width: 80%;
  }

  .ps-8 {
    padding-left: 15%;
  }

  .road-img {
    width: 100%;
    border-radius: 6px;
  }

  .bottom-img {
    width: 70%;
    border-radius: 6px;
    margin-top: 40px;
  }
}

/* sonali */
.inner-banner {
  max-height: 442px;
  background-repeat: no-repeat;
  overflow: hidden;
  padding: 100px 0;

  .shape {
    position: absolute;
    left: 0;
    top: 0;

    &.shape2 {
      left: auto;
      top: auto;
      bottom: 0;
      right: 0;
      height: 275px;
    }
  }
}

.pharmacy-section.testimonial_Sec {
  padding: 90px 0;

  &::before {
    left: 50%;
    top: -130px;
    transform: translateX(-50%);
  }
}

.testimonial_box {
  display: flex;
  flex-wrap: wrap;
  gap: 80px 28px;
  padding-top: 220px;

  .testimonial_inner {
    padding: 37px 68px;
    background-color: #f0f1f5;
    border-radius: 16px;
    color: #565b65;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition:
      background 0.4s ease,
      color 0.4s ease;
    margin-bottom: 120px;

    .btn {
      opacity: 0;
      visibility: hidden;
      max-height: 0;
      overflow: hidden;
      display: inline-block;
      transition:
        max-height 0.4s ease,
        opacity 0.3s ease,
        margin 0.3s ease;
    }

    .ico {
      position: absolute;
      left: 69px;
      top: 33px;
      z-index: -1;
      color: #fdfffe;
      transition:
        opacity 0.4s ease,
        color 0.4s ease;
    }

    &:hover {
      color: #fff;
      position: relative;
      z-index: 1;
      background: linear-gradient(
        180deg,
        #14315c 19.31%,
        rgba(31, 76, 143, 0.7) 82.27%,
        rgba(255, 255, 255, 0) 137.24%
      );

      .ico {
        opacity: 0.3;
      }

      .btn {
        opacity: 1;
        visibility: visible;
        max-height: 80px;
        margin-top: 40px;
      }
    }
  }
}

.testimonial_box .row > .col-md-6:nth-child(odd) {
  margin-top: -180px;
}

.faq_accordion {
  padding-top: 50px;

  .accordion-item {
    width: 100%;
    max-width: 73.75%;
    margin-bottom: 36px;
    border-radius: 8px;

    .accordion-button {
      background-color: #175ec8;
      color: #ffffff;
      font-size: 18px;
      line-height: 1;
      font-weight: 500;
      border-radius: 8px;
      font-family: var(--bodyFont);

      &.collapsed {
        background-color: #f3f8fd;
        color: #292d32;
      }
    }
  }
}

.faq_accordion .accordion-item:nth-child(odd) {
  margin-right: auto;
}

.faq_accordion .accordion-item:nth-child(even) {
  margin-left: auto;
}

.faq_accordion .accordion-item .accordion-button:not(.collapsed)::after {
  /* background: #fff; */
  color: #fff;
  filter: invert(1);
}

.pharmacy-section.blog_sec {
  padding: 90px 0;

  &::before {
    content: normal;
  }
}

.blog_box {
  position: relative;
  text-align: center;
  z-index: 1;
  margin-bottom: 60px;

  &::after {
    position: absolute;
    border: 1px solid #2ad2c3;
    height: 291px;
    width: 366px;
    top: 82px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    z-index: -1;
    border-radius: 19px;
  }

  &:hover {
    .btn {
      background-color: var(--secondary-color2) !important;
      color: var(--bs-white);
    }
  }

  .blog_img {
    width: 303px;
    height: 237px;
    border-radius: 12px;
    margin-inline: auto;

    img {
      width: 100%;
      height: 100%;
      border-radius: 12px;
    }
  }

  .content {
    background: #f0f1f5;
    text-align: center;
    padding: 30px 35px;
    border-radius: 12px;
    margin-top: 23px;
    margin-bottom: 28px;

    h4 {
      color: #0d1945;
      font-weight: 500;
      font-size: 22px;
      line-height: 32px;
      margin-bottom: 10px;
    }

    p {
      color: #565b65;
      font-size: 16px;
      line-height: 26px;
      font-weight: 400;
    }
  }
}

.purchase_info_sec {
  position: relative;
  padding: 40px 0 100px;

  .purchase_info {
    display: flex;
    justify-content: space-between;
    gap: 28px;

    li {
      width: calc(33% - 10px);
      background: #f0f1f5;
      border-radius: 12px;
      padding: 30px 40px;
      text-align: center;
      min-height: 237px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;

      h4 {
        color: #292d32;
        font-size: 22px;
        line-height: 32px;
        font-weight: 500;
      }

      p {
        color: #565b65;
        font-size: 16px;
        line-height: 26px;
        font-weight: 400;
      }

      &:nth-child(2) {
        margin-top: 86px;
      }
    }
  }
}

.trusted_brand {
  .directory-subtitle {
    margin-bottom: 10px;
  }

  h6 {
    color: #175ec8;
    font-size: 22px;
    line-height: 32px;
    font-family: var(--bodyFont);
    font-weight: 500;
    margin-bottom: 30px;
  }

  .search-wrapper {
    margin-bottom: 50px;
  }

  .brand-card {
    margin-bottom: 45px; min-height: 85%;
  }
}

.health_category {
  width: 100%;
  max-width: 668px;
  margin-inline: auto;
}

.health_category_list {
  display: flex;
  justify-content: space-between;

  li {
    width: 100%;
    max-width: 175px;
    text-align: center;

    &:first-child {
      margin-top: -20%;
    }

    &:last-child {
      margin-top: -20%;
    }

    &:nth-child(2) {
      margin-top: 2%;
      margin-right: 4%;
    }

    &:nth-child(4) {
      margin-top: 2%;
      margin-left: 4%;
    }

    &:nth-child(3) {
      margin-top: 8%;
    }

    .health_img {
      width: 175px;
      height: 175px;
      border-radius: 50%;

      img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
      }
    }

    p {
      color: #565b65;
      font-size: 16px;
      line-height: 26px;
      font-weight: 400;
    }
  }
}

.pharmacy-section.health_category_sec {
  position: relative;
  overflow: hidden;
  padding-bottom: 50px;

  &::before {
    left: 50%;
    top: -361px;
    transform: translateX(-50%);
    width: 1153px;
    max-width: unset;
    height: 1063px;
  }
}

.contact_sec {
  padding: 90px 0;
  position: relative;

  .map_img {
    height: 455px;
    width: 100%;
    border-radius: 12px;

    img {
      width: 100%;
      height: 100%;
      border-radius: 12px;
    }
  }
}

.contact-section {
  form {
    padding: 37px 68px 40px;
    border: 1px solid #175ec8;
    border-radius: 72px 72px 0;

    label {
      line-height: 36px;
    }

    textarea {
      height: 135px;
      resize: none;
    }
  }
}

.blog_details_sec {
  padding: 70px 0;
  position: relative;

  .blog_sec_title {
    text-align: center;
    color: #565b65;
    margin-bottom: 35px;

    h2 {
      font-family: var(--headingFont);
      font-size: 40px;
      line-height: 52px;
      font-weight: 400;
      color: #565b65;
      margin-bottom: 15px;
    }
  }

  .blog_sec_content {
    .blog_image {
      height: 460px;
      border-radius: 12px;
      margin-bottom: 33px;

      img {
        width: 100%;
        height: 100%;
        border-radius: 12px;
        object-fit: cover;
        object-position: center;
      }
    }

    .share_box {
      margin-bottom: 60px;
    }
    .blog_details_sec {
    & .blog_sec_content {
        h3 {
          
            margin-bottom: 20px;
            margin-top: 30px;
        }
    }
}

    .post_date {
      color: #565b65;
      font-size: 18px;
      line-height: 36px;
      font-weight: 400;
    }

    .btn2-outline {
      width: 150px;
      height: 46px;
      line-height: 46px;
      padding: 0 15px;
      width: 267px;
      flex: 0 0 150px;
      font-size: 16px;
      font-weight: 500;

      &:hover {
        background-color: #175ec8 !important;
        color: #fff;

        svg {
          fill: #fff;

          path {
            fill: #fff;
          }
        }
      }
    }
  
}
  .blog_details_sec {
    & .blog_sec_content {
        h6 {
          margin-top: 20px;
        }
    }

    .blog_content_img {
      height: 270px;
      width: 100%;
      border-radius: 12px;
      margin-top: 22px;
      margin-bottom: 30px;

      img {
        width: 100%;
        height: 100%;
        border-radius: 12px;
        object-fit: cover;
        object-position: center;
      }
    }

    h3 {
      color: #565b65;
      font-size: 40px;
      line-height: 52px;
      font-weight: 400;
      font-family: var(--headingFont);
      margin-bottom: 12px;
    }

    h6 {
      font-size: 22px;
      line-height: 32px;
      font-weight: 500;
      font-family: var(--bodyFont);
    }
  }
}


.blog_carasoul_sec {
  padding-bottom: 100px;

  .blog_cara_title {
    margin-bottom: 45px;
  }

  .swiper-pagination-bullet {
    height: 18px;
    width: 18px;
    border: 1px solid #175ec8;
    background-color: #fff;

    &.swiper-pagination-bullet-active {
      background-color: #175ec8;
    }
  }
}

.community_sec.pharmacy-section.testimonial_Sec {
  &::before {
    top: -30%;
  }

  .community_title {
    background: linear-gradient(
      180deg,
      #14315c 19.31%,
      rgba(31, 76, 143, 0.7) 82.27%,
      rgba(255, 255, 255, 0) 137.24%
    );
    color: #fff;
    padding: 49px 112px;
    border-radius: 12px;
    margin-top: 60px;
    text-align: center;
  }

  .btnGroup {
    margin-bottom: 20px;
  }

  .left_img {
    position: absolute;
    width: 283px;
    height: 336px;
    border-radius: 10px;

    img {
      width: 100%;
      height: 100%;
      border-radius: 10px;
      object-fit: cover;
    }

    &.left {
      bottom: 0;
      left: 0;
    }

    &.right {
      right: 0;
      top: -30px;
    }
  }
}

.about_cta {
  padding: 160px 0 250px 0;
  padding-top: 160px;

  .about_cta_box {
    margin-left: -17px;
    background-color: #f0f1f5;
    border-radius: 12px;
    padding: 43px 85px;
    position: relative;
    z-index: 1;
  }

  .about_cta_img {
    border: 0.66px solid #2ad2c3;
    padding: 49px 53px 50px 58px;
    height: 646px;
    width: 617px;
    position: absolute;
    border-radius: 50%;
    top: -130px;
    left: 0;
    z-index: -1;
    display: flex;
    justify-content: center;
    align-items: center;

    img {
      width: 535px;
      height: 520px;
      border-radius: 50%;
      object-fit: cover;
      object-position: center;
    }
  }
}

.value_box {
  display: flex;
  align-items: center;
  gap: 45px;

  .figure_caption {
    h4 {
      color: #e3e3e3;
      font-size: 26px;
      line-height: 32px;
      font-weight: 500;
      font-family: var(--bodyFont);
    }

    p {
      color: #e3e3e3;
      font-size: 16px;
      line-height: 26px;
      font-weight: 400;
    }
  }

  .figure_img {
    width: 156px;
    height: 156px;
    border-radius: 50%;
    flex: 0 0 156px;

    img {
      width: 100%;
      height: 100%;
      border-radius: 50%;
      object-fit: cover;
      object-position: center;
    }
  }
}

.pharma-brand.our_value_sec {
  overflow: hidden;

  &::before {
    background: linear-gradient(
      180deg,
      #14315c 19.31%,
      rgba(31, 76, 143, 0.7) 82.27%,
      rgba(255, 255, 255, 0) 137.24%
    );
  }

  &::after {
    border: 3px solid #ffffff;
    height: 745px;
    width: 725px;
    border-radius: 50%;
    position: absolute;
    content: "";
    bottom: -246px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }
}

.mission_sec {
  padding: 100px 0 200px;

  .image-collage {
    position: relative;
    width: 100%;
    max-width: 527px;
    margin: auto;
    z-index: 3;
  }

  .image-collage img {
    border-radius: 18px;
    object-fit: cover;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;

    &.large {
      height: 252px;
      margin-top: 224px;
      width: 88%;
    }

    &.tsmall {
      width: 76px;
      height: 63px;
      position: absolute;
      right: 29%;
      top: 25%;
    }

    &.msmall {
      width: 99px;
      height: 84px;
      position: absolute;
      right: 0;
      top: 40%;
      z-index: -1;
    }

    &.bwide {
      width: 137px;
      height: 115px;
      position: relative;
      right: -50%;
      margin-bottom: -141px;
      bottom: 100px;
    }
  }

  /* Individual positioning */
  .img-main {
    width: 280px;
    height: 320px;
  }

  .img-top {
    position: absolute;
    top: -40px;
    left: 140px;
    width: 120px;
    height: 120px;
  }

  .img-middle {
    position: absolute;
    top: 80px;
    left: 260px;
    width: 120px;
    height: 160px;
  }

  .img-bottom {
    position: absolute;
    bottom: -40px;
    left: 180px;
    width: 220px;
    height: 140px;
  }

  .right_content {
    position: relative;
    z-index: 1;
    padding: 50px 45px 100px;
    margin-top: 80px;
    border: 13px solid #fff;
    border-right: none;
    border-radius: 12px;

    &::after {
      position: absolute;
      content: "";
      right: 0;
      top: 0;
      /* border-width: 13px, 0px, 13px, 13px; */
      border-style: solid;
      border-color: #ffffff;
      background: #f0f1f5;
      height: 480px;
      width: 100%;
      z-index: -2;
    }
  }

  .middle_content {
    position: relative;
    z-index: 1;

    &::after {
      position: absolute;
      content: "";
      right: -130px;
      bottom: -70px;
      border-radius: 12px;
      background: #f0f1f5;
      height: 550px;
      width: 760px;
      z-index: -1;
    }

    h2 {
      margin-bottom: 20px;
    }
  }
}

.pharmacy-gallery {

  padding: 100px 0;
  /* padding-top: 10px; */
  position: relative;

  .gallery_wrap {
    min-height: 878px;
  }

  .gallery-img {
    position: absolute;
    border-radius: 12px;
    object-fit: cover;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);

    &.img-1 {
      width: 309px;
      height: 305px;
      left: 0;
      top: 55px;
    }

    &.img-2 {
      width: 309px;
      height: 305px;
      left: 337px;
      top: 0;
    }

    &.img-3 {
      width: 197px;
      height: 183px;
      top: 197px;
      right: 450px;
    }

    &.img-4 {
      width: 229px;
      height: 215px;
      top: 45px;
      right: 192px;
    }

    &.img-5 {
      width: 197px;
      height: 183px;
      top: 285px;
      right: 0;
    }

    &.img-6 {
      width: 309px;
      height: 305px;
      right: 242px;
      bottom: 162px;
    }

    &.img-7 {
      width: 229px;
      height: 215px;
      bottom: 262px;
      left: 108px;
    }

    &.img-8 {
      width: 229px;
      height: 215px;
      bottom: 325px;
      left: 400px;
    }

    &.img-9 {
      width: 197px;
      height: 183px;
      bottom: 41px;
      left: 0;
    }

    &.img-10 {
      width: 229px;
      height: 215px;
      bottom: 0;
      left: 263px;
    }

    &.img-11 {
      width: 197px;
      height: 183px;
      bottom: 101px;
      left: 48%;
      transform: translateX(-52%);
    }
  }
}

@media screen and (max-width: 1440.99px) {
  .pharmacy-gallery {
    padding: 100px 0;
    position: relative;

    .sec_title {
      margin-bottom: 30px;
    }

    .gallery_wrap {
      min-height: 650px;
    }

    .gallery-img {
      &.img-1 {
        width: 200px;
        height: 205px;
        left: 0;
        top: 55px;
      }

      &.img-2 {
        width: 200px;
        height: 205px;
        left: 27%;
        top: 0;
      }

      &.img-3 {
        width: 127px;
        height: 133px;
        top: 10%;
        right: 32%;
      }

      &.img-4 {
        width: 170px;
        height: 165px;
        top: 45px;
        right: 10%;
      }

      &.img-5 {
        width: 127px;
        height: 133px;
        top: 285px;
        right: 0;
      }

      &.img-6 {
        width: 200px;
        height: 205px;
        right: 15%;
        bottom: 162px;
      }

      &.img-7 {
        width: 170px;
        height: 165px;
        bottom: 200px;
        left: 9%;
      }

      &.img-8 {
        width: 170px;
        height: 165px;
        bottom: 260px;
        left: 385px;
      }

      &.img-9 {
        width: 127px;
        height: 133px;
        bottom: 41px;
        left: 0;
      }

      &.img-10 {
        width: 170px;
        height: 165px;
        bottom: 0;
        left: 18%;
      }

      &.img-11 {
        width: 127px;
        height: 133px;
        bottom: 101px;
        left: 48%;
        transform: translateX(-52%);
      }
    }
  }
}
  .pharmacy-section.testimonial_Sec.community_sec::before{
position: absolute;
    right: -5px;
    height: 972px;
    max-width: 1015px;
    top: -29%;
  }

@media screen and (max-width: 1366.99px) {
  .community_sec.pharmacy-section.testimonial_Sec {
    &::before {
      top: -12%;
    }
  }
  .pharmacy-section.testimonial_Sec.community_sec::before{
    position: absolute;
            right: -5px;
            height: 904px;
            max-width: 915px;
  }

  .about_cta {
    padding: 130px 0;

    h2 {
      font-size: 36px;
    }

    .about_cta_box {
      padding: 43px 70px;
    }

    .about_cta_img {
      height: 540px;
      width: 540px;

      img {
        width: 445px;
        height: 445px;
      }
    }
  }

  .mission_sec {
    padding: 100px 0;

    .middle_content {
      &::after {
        width: 670px;
        z-index: -1;
      }

      h2 {
        font-size: 36px;
      }
    }

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

footer a {
  background: linear-gradient(to right, currentcolor 0, currentcolor 100%) 0
    95%/0 1px no-repeat;
  transition: all 500ms ease;

  &:hover {
    background-size: 100% 1px;
    color: #fff;
  }
}

/* ==============================inner-banner====================== */
.inner-banner {
  padding: 186px 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.inner-banner .content-wrapper h1 {
  text-align: center;
  font-size: 58px;
  color: var(--secondary-color4);
}

.inner-banner .content-wrapper h1 span {
  font-family: var(--bodyFont);
  font-weight: 400;
    font-size: 58px;
}

/*======================= contact-section====================== */
.contact-section {
  padding: 98px 0 86px 0;
}

.contact-section .heading h2 {
  font-size: 48px;
  color: var(--secondary-color4);
  margin-bottom: 20px;
}

.contact-section .heading {
  text-align: center;
  margin-bottom: 55px;
}

.contact-section .heading h2 span {
  font-family: var(--bodyFont);
  font-weight: 400;
}

.contact-section .heading p {
  color: var(--primary-color);
  font-family: var(--bodyFont);
  font-size: 18px;
  max-width: 832px;
  width: 100%;
  margin: 0 auto;
}

.contact-section .left-content ul li .text p {
  font-size: 18px;
  font-family: var(--bodyFont);
  color: #0c1421;
}

.contact-section .left-content ul li .text span {
  font-size: 22px;
  font-weight: 500;
  color: #0c1421;
}

.contact-section .left-content ul li {
  gap: 13px;
  margin-bottom: 20px;
}

.contact-section .left-content h3 {
  color: #0c1421;
  font-size: 40px;
  font-weight: 400;
  font-family: var(--bodyFont);
  margin-bottom: 12px;
}

.contact-section .form-wrapper label {
  display: block;
  color: #0c1421;
  font-size: 18px;
  font-family: var(--bodyFont);
  padding-bottom: 2px;
}

.contact-section .form-wrapper .form-fild {
  margin-bottom: 20px;
}

.contact-section .form-wrapper input {
  height: 52px;
  width: 100%;
  background-color: #f0f1f5;
  border: none;
  outline: none;
  border-radius: 12px;
  padding: 0 27px;
}

.contact-section .form-wrapper textarea {
  height: 135px;
  width: 100%;
  background-color: #f0f1f5;
  border-radius: 12px;
  border: none;
  outline: none;
  border-radius: 12px;
  padding: 23px 27px 23px 27px;
}
.about_cta .text-center.about_cta_box .btnGroup{
  margin-top: 33px;
}
.about_cta .text-center.about_cta_box h2{
  margin-bottom: 12px;
}
.pharmacy-gallery .text-center.sec_title h2{
  margin-bottom: 20px;
}
.pharmacy-gallery .text-center.sec_title p{
  margin-bottom: 54px;
}
.mission_sec{
  overflow: hidden;
}
.pharma-brand.our_value_sec{
  position: relative;
  height: 844px;
}
.pharma-brand.our_value_sec .col-lg-9 .col-lg-8 .value_box{
   position: absolute;
   top: 487px;
   left: 409px;
}
.pharma-brand.our_value_sec .col-lg-9 .col-lg-8 .value_box p{
  max-width: 441px;
  width: 100%;
}
.pharma-brand.our_value_sec .row.style2 .value_box{
  position: absolute;
  top: 639px;
  right: 367px;
}
.pharma-brand.our_value_sec .row.style2 .value_box p{
    max-width: 441px;
  width: 100%;
}
.pharma-brand.our_value_sec .row.style2 .btnGroup{
  bottom: 62px;
  position: absolute;
}
.purchase_info_sec .purchase_info li:nth-child(1){
  height: fit-content;
}
.purchase_info_sec .purchase_info li:nth-child(3){
  height: fit-content;
}
.purchase_info_sec .purchase_info li h4{
  margin-bottom: 12px;
}
.pharma-brand.our_value_sec h2{
  max-width: 578px;
  width: 100%;
}
.pharmacy-section.testimonial_Sec.community_sec .col-lg-8 .community_title{
  background-color: #fff;
  /* padding: 0; */
}
.pharmacy-section.testimonial_Sec .author_name{
  color: #175EC8;
}
.pharmacy-section.testimonial_Sec .testimonial_box .testimonial_inner hr{
  color: #175EC8 !important;
  opacity: 1;
}
.pharma-access .info-box .description{
  padding-bottom: 80px;
}
.pharma-access .info-box{
  margin-top: 233px;
}
.pharma-gettouch .btnGroup{
  margin-top: 20px;
}
 .map-container iframe{
    height: 600px;
   }
   .blog_details_sec h6{
    margin-top: 20px;
    margin-bottom: 5px;
   }
      .blog_details_sec h3{
        padding-bottom: 15px !important;
        margin-top: 10px;
      }
            .blog_details_sec p{
              padding-bottom: 10px;
            }