.discountsList .swiper-pagination {
  bottom: 15px;
}

.discountsList .swiper-pagination .swiper-pagination-bullet {
  background: rgb(232, 224, 213);
  opacity: 1;
  width: 36px;
  height: 4px;
  border-radius: 0;
  margin: 0 4px;
}

.discountsList .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--Brand-Blue, #005bab);
}

.discountsList .swiper-paginationEdit {
  margin-top: 28px;
  margin-bottom: 56px;
  width: 306px;
  height: 46.868px;
}

.discountsList .swiper-paginationEdit .swiper-button-prev,
.discountsList .swiper-paginationEdit .swiper-button-next {
  width: 46.868px;
  height: 46.868px;
  background: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  transition: background-color 0.5s ease;
}

.discountsList .swiper-paginationEdit .swiper-button-prev svg,
.discountsList .swiper-paginationEdit .swiper-button-next svg {
  width: 11px;
  height: 20px;
}

.discountsList .swiper-paginationEdit .swiper-button-prev::after,
.discountsList .swiper-paginationEdit .swiper-button-next::after {
  content: "";
}

.discountsList .swiper-paginationEdit .swiper-button-prev:hover,
.discountsList .swiper-paginationEdit .swiper-button-next:hover {
  background: var(--Brand-Blue, #005bab);
}

.discountsList .swiper-paginationEdit .swiper-button-prev:hover svg,
.discountsList .swiper-paginationEdit .swiper-button-next:hover svg {
  transition: stroke 0.3s ease;
}

.discountsList .swiper-paginationEdit .swiper-button-prev:hover svg path,
.discountsList .swiper-paginationEdit .swiper-button-next:hover svg path {
  stroke: #fff;
}

.discountsList {
  padding-top: 60px;
}
.discountsList .discountsList-top {
  margin-bottom: 25px;
  position: relative;
}
.discountsList .discountsList-top h3 {
  color: var(--Brand-Blue, #005bab);
  text-align: left;
  font-family: "Noto Sans HK";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.33;
  letter-spacing: 4.8px;
  position: relative;
}
.discountsList .discountsList-top h3::after {
  content: "";
  position: absolute;
  width: 110px;
  height: 2px;
  background: var(--Brand-Blue, #005bab);
  bottom: -4px;
  left: 0;
}
.discountsList .discountsList-top .input-group {
  max-width: 151px;
  width: 151px;
  position: absolute;
  cursor: pointer;
  top: -7px;
  right: 0px;
}
.discountsList .discountsList-top .input-group input {
  max-width: 151px;
  padding: 10px 20px;
  color: var(--Brand-Blue, #005bab);
  font-family: "Noto Sans HK";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 100px;
  border: 2px solid var(--Brand-Blue, #005bab);
  opacity: 0.95;
  background: var(--White, #fff);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  position: relative;
}
.discountsList .discountsList-top .input-group input::-moz-placeholder {
  color: var(--Brand-Blue, #005bab);
}
.discountsList .discountsList-top .input-group input::placeholder {
  color: var(--Brand-Blue, #005bab);
}
.discountsList .discountsList-top .input-group form button {
  background: url("/static/img/doctors/search.svg") no-repeat;
  background-size: contain;
  width: 16px;
  height: 17px;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 8;
  animation: searchIcon 1s linear infinite;
}
.discountsList .discountsList-main {
  padding: 0 15px;
}
.discountsList .discountsList-main .discountsList-Box .discountsList-Box-List {
  gap: 15px;
}
.discountsList .discountsList-main .discountsList-Box .discountsList-Box-List .discountsList-Box-List-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 430px;
  padding: 15px;
  border-radius: 10px;
  background: var(--Grey-Background, #f7f7f7);
}
.discountsList .discountsList-main .discountsList-Box .discountsList-Box-List .discountsList-Box-List-item .discountsList-Box-List-item-img img {
  max-width: 400px;
  width: 100%;
  height: auto;
}
.discountsList .discountsList-main .discountsList-Box .discountsList-Box-List .discountsList-Box-List-item > h4 {
  margin-top: 15px;
  overflow: hidden;
  color: var(--Brand-Blue, #005bab);
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "Noto Sans HK";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.4px;
}
.discountsList .discountsList-main .discountsList-Box .discountsList-Box-List .discountsList-Box-List-item > p {
  overflow: hidden;
  color: var(--Grey-Deep, #4d4d4d);
  text-align: justify;
  text-overflow: ellipsis;
  font-family: "Noto Sans HK";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 1.6px;
}
.discountsList .discountsList-main .discountsList-Box .discountsList-Box-List .discountsList-Box-List-item .CoreHighlight-Box-btn {
  margin-top: 10px;
}

.page-pagination {
  gap: 4px;
}

.page-pagination > a {
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  width: 40px;
  height: 4px;
  background: var(--Grand-Grey, #e8e0d5);
  color: #fff;
  transition: background-color 0.3s ease;
  padding: 0;
  border: none;
}

.page-num-current {
  background: var(--Brand-Blue, #005bab) !important;
}

@media screen and (min-width: 992px) {
  .page-pagination {
    gap: 11px;
  }
  .page-pagination > a {
    width: 71px;
    height: 4px;
  }
}
@media screen and (min-width: 992px) {
  .input-group form {
    width: 100%;
    color: var(--Brand-Blue, #005bab);
  }
  .input-group form input {
    width: 100%;
  }
  .discountsList {
    background-image: url("/static/img/section-overview-bgline.svg");
    background-repeat: no-repeat;
    background-position: 100% 84px;
  }
  .discountsList .discountsList-top {
    margin-bottom: 45px;
    position: relative;
  }
  .discountsList .discountsList-top h3 {
    color: var(--Brand-Blue, #005bab);
    text-align: center;
    font-family: "Noto Sans HK";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.33;
    letter-spacing: 4.8px;
    position: relative;
  }
  .discountsList .discountsList-top h3::after {
    content: "";
    position: absolute;
    width: 110px;
    height: 2px;
    background: var(--Brand-Blue, #005bab);
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
  }
  .discountsList .discountsList-top .input-group {
    max-width: 220px;
    width: 220px;
    position: absolute;
    right: 0;
    top: -15px;
  }
  .discountsList .discountsList-top .input-group input {
    max-width: 220px;
    padding: 14px 20px;
    color: var(--Brand-Blue, #005bab);
    font-family: "Noto Sans HK";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2.6px;
    border-radius: 100px;
    border: 3px solid var(--Brand-Blue, #005bab);
    opacity: 0.95;
    background: var(--White, #fff);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    position: relative;
  }
  .discountsList .discountsList-top .input-group form button {
    background: url("/static/img/doctors/search.svg") no-repeat;
    background-size: contain;
    width: 28px;
    height: 30px;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 6;
  }
  .discountsList .discountsList-main {
    padding: 0;
  }
  .discountsList .swiper-pagination {
    bottom: 30px;
  }
  .discountsList .swiper-pagination .swiper-pagination-bullet {
    background: rgb(232, 224, 213);
    opacity: 1;
    width: 71px;
    height: 4px;
    border-radius: 0;
    margin: 0 11px;
  }
  .discountsList .swiper-pagination .swiper-pagination-bullet-active {
    background: var(--Brand-Blue, #005bab);
  }
  .discountsList .swiper-paginationEdit {
    margin-top: 60px;
    width: 634px;
    height: 72px;
  }
  .discountsList .swiper-paginationEdit .swiper-button-prev,
  .discountsList .swiper-paginationEdit .swiper-button-next {
    top: 0;
    transform: translateY(20%);
    width: 71.404px;
    height: 71.403px;
    background: #fff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    transition: background-color 0.5s ease;
  }
  .discountsList .swiper-paginationEdit .swiper-button-prev svg,
  .discountsList .swiper-paginationEdit .swiper-button-next svg {
    width: 16px;
    height: 28px;
  }
}