h1, h2 {
	line-height: 140%;
	color: #0148BC;
}

h3, h4, h5, h6 {
	line-height: 120%;
}

#block-lhl-topbanner {
	width: 100%;
}

#block-lhl-topbanner p {
	font-size: 14px;
  line-height: 140%;
  padding: 8px;
  letter-spacing: 0.5px;
}

.header__container .header__contact {
	border-radius: 15px;
}

.popular-health-wrapper .parameters-main .reports,
.popular-health-wrapper .parameters-main .parameters {
	padding-left: 44px;
}

.popular-health-wrapper .parameters-main .reports:before,
.popular-health-wrapper .parameters-main .parameters:before {
	top: 7px;
}

.product-tests-page {
  display: flex;
  margin-top: 24px;
}

.product-tests-page .product-image {
	margin-right: 40px;
  flex-basis: 45%;
}

.product-tests-page .product-image > div {
  width: 100%;
  max-height: 640px;
  height: 100%;
}

.product-right-side {
	flex-basis: 55%;
}

.product-tests-page .product-image img {
	width: 100%;
  object-fit: cover;
   border: 5px solid #005093;
}

.product-right-side p {
	margin: 0;
}

.product-right-side .product-cart-pricing .product-pricing-block {
	display: flex;	
  margin-bottom: 18px;
}

.product-right-side .product-cart-pricing .product-pricing-block .product-listing-price {
	margin-right: 16px;
}

.product-right-side .product-cart-pricing .product-pricing-block .product-price > div > div:first-child,
.product-right-side .product-cart-pricing .product-pricing-block .product-listing-price > div > div:first-child {
	visibility: hidden;
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  top: -1px;
}

.product-right-side .product-cart-pricing .product-pricing-block .product-price > div > div:last-child,
.product-right-side .product-cart-pricing .product-pricing-block .product-price > div > div:last-child {
	font-size: 18px;
	font-weight: 700;
}

.product-right-side .product-cart-pricing .product-pricing-block .product-listing-price > div > div:last-child,
.product-right-side .product-cart-pricing .product-pricing-block .product-listing-price > div > div:last-child {
	text-decoration: line-through;
}

.product-right-side .product-cart-pricing .add-to-cart .add-to-cart-link {
	text-decoration: none;
  padding: 10px 15px;
  display: inline-block;
  margin-bottom: 18px;
  transition: all 400ms ease-in-out;
  font-weight: 700;
  border-radius: 8px;
  background: #145DA0;
	color: #fff;
	border: 1px solid #145DA0;
}

.product-right-side .product-cart-pricing .add-to-cart .add-to-cart-link:hover {
	color: #145DA0;
	background: #fff;
}

.product-right-side .extra-info {
	display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.product-right-side .extra-info .product-sample-required,
.product-right-side .extra-info .product-reports-within,
.product-right-side .extra-info .product-parameters {
	border: 1px solid #ccc;
  padding: 12px;
  border-radius: 8px;
  flex: 1;
  text-align: center;
  font-size: 13px;
  min-width: 140px;
}

.product-right-side .extra-info .product-sample-required > div:first-child,
.product-right-side .extra-info .product-reports-within > div:first-child,
.product-right-side .extra-info .product-parameters > div:first-child {
	font-size: 14px;
	font-weight: 700;
}

.product-right-side .product-description {
  margin-top: 18px;
}

.health-concern-list .health-concern-row {
	margin: 0 auto;
}

.footer-disclaimer p {
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.5px;
}

@media (min-width: 769px) and (max-width: 997px) {
	.product-tests-page .product-image img {
		height: auto;
	  object-fit: contain;
	}
}

@media (max-width: 768px) {
	#block-lhl-topbanner p {
		text-align: center;
	}
	
	.header__container .header__logo {
		max-width: 120px;
	}
	
	.header__container .header__logo img {
		width: 100%;
	}
	
	.header__container .header__contact .header__phone {
		margin: 0;
		font-size: 14px;
	}
	
	.header__container .header__contact .header__phone_numbers {
		gap: 0;
	}
	
	.header__container .header__contact .header__phone_numbers a {
		font-size: 14px;
	}
	
	.product-tests-page {
		flex-wrap: wrap;
	}
	
	.product-tests-page .product-image,
	.product-right-side {
		flex-basis: 100%;
		margin: 0 0 24px;
	}
	
	.product-tests-page .product-image > div {
	  max-height: 640px;
	}
}

@media (max-width: 380px) {
	.header__container {
		flex-direction: column;
	}
	
	.header__container .header__contact {
		margin: 16px;
    width: 100%;
	}
}
.listing-page .popular-blood-wrapper {
	background-color: unset;
  border: unset;
  border-radius: 0;
  box-shadow: unset;
}
.pager__item {
	list-style: none;
	text-align: center;
}
.pager__item .button {
  display: inline-block;
  padding: 12px 24px;
  background-color: #007bff;
  color: white;
  font-size: 16px;
  font-weight: 500;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 123, 255, 0.2);
  text-decoration: none;
}

.pager__item .button:hover {
  background-color: #0056b3;
  box-shadow: 0 6px 12px rgba(0, 123, 255, 0.3);
}

.pager__item .button:active {
  background-color: #004080;
  box-shadow: inset 0 2px 4px rgba(0,0,0,0.2);
  transform: scale(0.98);
}

.pager__item .button:disabled {
  background-color: #cccccc;
  cursor: not-allowed;
  box-shadow: none;
}
/* Hide on mobile */
@media (max-width: 768px) {
  .banner-slide {
    display: none !important;
  }
}
form#user-login-form, .user-register-form.user-form {
	width: 75%;
}
.field--type-datetime .form-date {
  padding: 10px;
  border: 2px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
  font-family: Arial, sans-serif;
  outline: none;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  appearance: none;
  resize: vertical;
}
.login-form-content ul {
	padding: 0;
}
.civicpath-widget-container {
  padding: 20px;
  border-radius: 6px;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.civicpath-image-box-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 20px;
  flex-wrap: wrap;
}

.civicpath-image-box-img {
  flex: 0 0 auto;
  width: 160px;
}

.civicpath-image-box-img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

.civicpath-image-box-content {
  flex: 1 1 0;
  width: auto;
}

.civicpath-image-box-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}

.civicpath-image-box-description {
  font-size: 16px;
  line-height: 1.5;
}

/* ✅ Fixed media query (600px) */
@media (max-width: 600px) {
  .civicpath-image-box-wrapper {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .civicpath-image-box-img,
  .civicpath-image-box-content {
    width: 100%;
  }

  .civicpath-image-box-title {
    font-size: 22px;
  }

  .civicpath-image-box-description {
    font-size: 15px;
  }
}
.price {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 1rem;
  gap: 2.5rem; /* Responsive spacing between elements */
}
.price s {
  color: #888;
}
.price b {
  font-weight: bold;
  font-size: 1.05em;
}
  .package-test-section {
      background: #fff;
      border: 1px solid #ccc;
      border-radius: 8px;
      margin-bottom: 20px;
      padding: 15px 20px;
    }
    .package-test-section h2 {
      margin-top: 0;
      font-size: 18px;
      color: #2c3e50;
      border-bottom: 1px solid #eee;
      padding-bottom: 5px;
    }
    .package-test-columns {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 20px;
      margin-top: 10px;
    }
    .package-test-list {
      flex: 1;
      min-width: 200px;
    }
    .package-test-list ul {
      list-style-type: disc;
      padding-left: 20px;
      margin: 0;
    }
    .package-test-list li {
      margin-bottom: 5px;
      font-size: 14px;
      white-space: nowrap;
    }
  .choose-us li {
  flex: 1 0 0%;	
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
}