.health-screening-content {
  color: #6b6f71;
  background-color: #fef8ef;
  padding-top: 3rem;
  padding-bottom: 7rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.health-screening-content.details {
  background-color: white;
  padding-bottom: 5rem;
}
.health-screening-content.details .top-texts {
  padding-left: 0;
  padding-right: 0;
}
.health-screening-content .header-text {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  color: #00556f;
  margin-bottom: 2rem;
  text-transform: uppercase;
}
.health-screening-content .top-texts {
  margin-bottom: 4rem;
}
@media screen and (min-width: 992px) {
  .health-screening-content .top-texts {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .health-screening-content .header-text {
    margin-bottom: 1.5rem;
    font-size: 1.75rem;
    text-align: left;
  }
  .health-screening-content .top-texts {
    margin-bottom: 1.75rem;
  }
}
.health-screening-content .bottom-items-before-text {
  font-weight: bold;
  color: #00556f;
  margin-bottom: 1rem;
}
.health-screening-content .bottom-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
}
.health-screening-content .bottom-items .packages-item {
  position: relative;
  background-color: lightgray;
  flex: 0 1 33.3333333333%;
  max-width: calc(33.3333333333% - 0.5rem);
  overflow: hidden;
  display: flex;
  justify-content: center;
  aspect-ratio: 330/165;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .health-screening-content .bottom-items .packages-item {
    flex: 0 1 50%;
    max-width: calc(50% - 0.75rem);
  }
}
@media screen and (max-width: 767px) {
  .health-screening-content .bottom-items .packages-item {
    flex: 1 1 100%;
    max-width: 100%;
    margin-bottom: 0.5rem;
  }
}
.health-screening-content .bottom-items .packages-item .item-img-wrapper {
  height: 100%;
  width: 100%;
  position: absolute;
  overflow: hidden;
}
.health-screening-content .bottom-items .packages-item .item-img-wrapper .item-img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.health-screening-content .bottom-items .packages-item .item-text {
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.6);
  transition: all 0.25s ease-in-out;
  color: white;
  position: relative;
}
@media screen and (min-width: 768px) {
  .health-screening-content .bottom-items .packages-item .item-text:hover {
    background-color: rgba(0, 0, 0, 0.225);
  }
  .health-screening-content .bottom-items .packages-item .item-text:hover .item-title {
    margin-bottom: 1.5rem;
  }
  .health-screening-content .bottom-items .packages-item .item-text:hover .item-button {
    visibility: visible;
    opacity: 1;
  }
}
.health-screening-content .bottom-items .packages-item .item-text .item-title {
  font-size: 1.75rem;
  font-weight: 600;
  transition: 0.25s ease-in-out;
  margin-bottom: -2.25rem;
  text-align: center;
}
.health-screening-content .bottom-items .packages-item .item-text .item-button {
  font-size: 0.9rem;
  font-weight: 600;
  background-color: #ecae59;
  padding: 0.5rem 1.5rem;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s ease-in-out;
}
@media screen and (max-width: 767px) {
  .health-screening-content .bottom-items .packages-item .item-text {
    justify-content: end;
    flex-direction: column-reverse;
    background-color: rgba(0, 0, 0, 0.35);
  }
  .health-screening-content .bottom-items .packages-item .item-text .item-title {
    margin-bottom: 1.25rem;
    font-size: 1.5rem;
  }
}
.health-screening-content .bottom-detail-items {
  display: flex;
  justify-content: center;
  column-gap: 3rem;
  row-gap: 2.5rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  .health-screening-content .bottom-detail-items .bottom-detail-item {
    flex-basis: 45% !important;
    max-width: 50% !important;
  }
}
@media screen and (max-width: 767px) {
  .health-screening-content .bottom-detail-items .bottom-detail-item {
    flex-basis: 100% !important;
    max-width: 100% !important;
  }
}
.health-screening-content .bottom-detail-items .bottom-detail-item {
  border: 1px solid #00a3a8;
  width: 30%;
  border-radius: 10px;
  max-width: 30%;
  flex-basis: 30%;
  height: fit-content;
  overflow: hidden;
}
.health-screening-content .bottom-detail-items .bottom-detail-item .item-title {
  background-color: #66adc4;
  color: white;
  text-align: center;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  font-size: 1.2rem;
  font-weight: bold;
  padding-left: 1rem;
  padding-right: 1rem;
}
.health-screening-content .bottom-detail-items .bottom-detail-item .item-top {
  padding-top: 1.5rem;
  padding-bottom: 1rem;
}
.health-screening-content .bottom-detail-items .bottom-detail-item .item-top .item-price {
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  color: #00556f;
  line-height: 1;
}
.health-screening-content .bottom-detail-items .bottom-detail-item .item-top .item-price-sub {
  text-align: center;
  line-height: 1;
}
.health-screening-content .bottom-detail-items .bottom-detail-item .item-top .make-appointment-btn {
  text-align: center;
  text-decoration: none;
  display: flex;
  margin-top: 1.25rem;
  color: white;
  background-color: #f9ba5d;
  justify-content: center;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding: 0.65rem 1.25rem;
  border-radius: 5px;
  font-weight: 600;
  transition: 0.15s all ease-in-out;
}
.health-screening-content .bottom-detail-items .bottom-detail-item .item-top .make-appointment-btn:hover {
  color: white;
  background-color: #c59349;
}
.health-screening-content .bottom-detail-items .bottom-detail-item .item-details .details-item {
  border-bottom: 1px solid #00a3a8;
  font-size: 1rem;
  color: #6b6f71;
}
.health-screening-content .bottom-detail-items .bottom-detail-item .item-details .details-item .details-title {
  padding: 0.45rem 1.45rem 0.5rem 1.5rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.health-screening-content .bottom-detail-items .bottom-detail-item .item-details .details-item .details-title .g-ic-angle-down,
.health-screening-content .bottom-detail-items .bottom-detail-item .item-details .details-item .details-title .fa-chevron-down {
  margin-left: auto;
  transition: all 0.25s ease-in-out;
}
.health-screening-content .bottom-detail-items .bottom-detail-item .item-details .details-item:first-child {
  border-top: 1px solid #00a3a8;
}
.health-screening-content .bottom-detail-items .bottom-detail-item .item-details .details-item:last-child {
  border-bottom: none;
}
.health-screening-content .bottom-detail-items .bottom-detail-item .item-details .details-item:nth-child(2n) {
  background-color: #f0f7f9;
}
.health-screening-content .bottom-detail-items .bottom-detail-item .item-details .details-item .details-sub {
  background-color: white;
  padding: 1rem 1.65rem 1rem 1rem;
  border-top: 1px solid #00a3a8;
  display: none;
}
.health-screening-content .bottom-detail-items .bottom-detail-item .item-details .details-item .details-sub ul {
  margin-bottom: 0;
}
.health-screening-content .bottom-detail-items .bottom-detail-item .item-details .details-item .details-sub ul li::marker {
  color: #00a3a8;
}
.health-screening-content .see-full-btn {
  text-align: center;
  text-decoration: none;
  display: flex;
  margin-top: 5rem;
  color: white;
  background-color: #f9ba5d;
  justify-content: center;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding: 0.9rem 5rem;
  border-radius: 5px;
  font-weight: 600;
  font-size: 1.1rem;
  transition: 0.15s all ease-in-out;
}
.health-screening-content .see-full-btn:hover {
  color: white;
  background-color: #c59349;
}

.revamp-banner .banner-headers .banner-title {
  font-size: 3rem;
  font-weight: 500;
  line-height: 3.5rem;
  margin-bottom: 0.625rem;
  text-transform: uppercase;
}

.revamp-banner .banner-headers {
  color: white;
  align-self: center;
}

.gmh-comprehensive tbody tr td {
  border: 1px solid #00a3a8;
}
.gmh-comprehensive tbody tr td:first-child {
  width: 70%;
  max-width: 65%;
}
.gmh-comprehensive tbody tr td:nth-child(n+2) {
  width: 15%;
  text-align: center !important;
  font-size: 1.1rem;
  font-weight: 700;
}
.gmh-comprehensive td,
.gmh-comprehensive th {
  vertical-align: middle;
}
.gmh-comprehensive thead tr th {
  border: 1px solid #00a3a8;
  background-color: #00a3a8;
  color: white;
  text-align: center !important;
}
.gmh-comprehensive .table {
  width: 100%;
}

.quantity-container {
  display: inline-flex;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 5px;
  overflow: hidden;
}

.quantity-container button {
  background-color: #f0f0f0;
  border: none;
  padding: 8px 12px;
  cursor: pointer;
  font-size: 18px;
}

.quantity-container input {
  width: 50px;
  text-align: center;
  border: none;
  outline: none;
  font-size: 16px;
}

.quantity-container input[type=number]::-webkit-outer-spin-button, .quantity-container input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/*# sourceMappingURL=health-screening-revamp.css.map */
