.pl-32 {
  margin-left: 32px;
}

.section-header h3 {
  font-size: 19.2px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: -40;
  color: var(--primary);
  padding-bottom: 17px;
  border-bottom: 1px dashed var(--primary);
  margin-top: 60px;
  margin-bottom: 32px;
}

.content-description {
  margin-top: 40px;
  font-size: 16px;
  line-height: 28px;
  color: var(--text);
  font-weight: 400;
  padding-left: 32px;
}

/** Schedule Table **/

.preventive-checkup-schedule table {
  width: 100%;
  margin-bottom: 80px;
}

.preventive-checkup-schedule table th {
  padding: 10px 8px;
  text-align: center;
  color: #fff;
}

.preventive-checkup-schedule table th:first-child {
  background: var(--light-gray);
}

.preventive-checkup-schedule table th:last-child {
  background: var(--primary);
}

.preventive-checkup-schedule table tr {
  border-bottom: 1px solid var(--gray);
}

.preventive-checkup-schedule table tr td:first-child {
  background: var(--light-white-2);
  padding: 34px 95px;
  text-align: center;
}

.preventive-checkup-schedule table tr td:last-child {
  background: #fff;
  padding: 34px 40px;
}
/** Schedle Table End **/

/** Test PDF's **/
.single-test {
  display: flex;
  justify-content: space-between;
}
.single-enquiry-card .test-title {
  font-size: 19.2;
  line-height: 26px;
  font-weight: 700;
  color: var(--text);
}
.single-test .pdf img:first-child {
  width: 240px;
  width: 249px;
  margin-bottom: 24px;
  height: 340px;
  object-fit: cover;
}
.about-each-test {
}
.single-test {
  display: flex;
  justify-content: space-between;
}
.test-title {
  font-size: 19.2;
  line-height: 26px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 17px;
}
.single-test .pdf {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.single-test .pdf img:first-child {
  width: 250px;
  height: 340px;
  object-fit: cover;
}
.test-info {
  font-size: 16.2;
  line-height: 28px;
  font-weight: 400;
  color: var(--text);
  margin-bottom: 42px;
}

.metadata p {
  display: block;
  padding: 34px 52px;
}
.metadata-row {
  display: flex;
  border: 1px solid var(--gray);
}
.metadata-row p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: var(--text);
}
.metadata-row p:first-child {
  background: var(--light-white-2);
  line-height: 21px;
}

.single-test .pdf a {
  background: var(--text);
  color: var(--white);
  padding: 17px 2px;
  font-size: 13.7px;
  line-height: 22px;
  display: block;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-inline: 32px;
  border-radius: 8px;
}
.single-test {
  gap: 32px;
}

/* Eye Checkup Section */
.body-checkup-section {
  padding: 20px 0;
  background: var(--white);
}

.body-checkup-content {
  display: flex;
  gap: 60px;
  align-items: flex-start;
}

.body-checkup-left {
  flex: 1;
  max-width: 600px;
}

.body-checkup-title {
  font-size: 19.2px;
  line-height: 26px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 17px;
}

.body-checkup-description {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 28px;
}

.body-checkup-description p {
  font-size: 16px;
  line-height: 1 8;
  color: var(--text);
}

.body-checkup-info-table {
  border: 1px solid var(--gray);
  /* border-radius: 8px; */
  overflow: hidden;
  background: var(--white);
}

.info-row {
  display: flex;
  border-bottom: 1px solid var(--gray);
}

.info-row:last-child {
  border-bottom: none;
}

.info-label {
  background: var(--light-white-2);
  padding: 52px 34px;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: -40;
  color: var(--text);
  min-width: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.info-value {
  padding: 24px 32px;
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  color: var(--text);
  display: flex;
  align-items: center;
  flex: 1;
  background: var(--white);
}

.price-highlight {
  color: var(--red);
  font-weight: 700;
}

.body-checkup-right {
  width: 280px;
  flex-shrink: 0;
}

.body-checkup-card {
  background: var(--white);
  /* border: 1px solid var(--gray); */
  /* border-radius: 8px; */
  overflow: hidden;
  margin-bottom: 24px;
  margin-left: auto;
  width: fit-content;
  /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); */
}

.card-flyer-image {
  width: 280px;
  height: auto;
  display: block;
}

.download-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 280px;
  margin-left: auto;
  background: var(--text);
  color: var(--white);
  padding: 16px 24px;
  border-radius: 8px;
  font-size: 13px;
  line-height: 22px;
  font-weight: 700;
  transition: all 0.3s ease;
}
.download-button:hover {
  background: var(--text);
  color: var(--white);
}

.pdf-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

/** Preventive Medicine **/
.preventive-medicine-template .content-description {
  margin-bottom: 60px;
}
.preventive-medicine-template .heartworm-prevention-section {
  margin-bottom: 56px;
}
.preventive-medicine-template .vaccination-section h3,
.preventive-medicine-template .heartworm-prevention-section-inner h3,
.preventive-medicine-template .flea_and_tick_prevention-section-inner h3 {
  font-size: 24px;
  line-height: 38px;
  font-weight: 700;
  color: var(--text);
  text-decoration: underline;
  margin-bottom: 28px;
}

.preventive-medicine-template .vaccination-section p,
.preventive-medicine-template .heartworm-prevention-section-inner p,
.preventive-medicine-template .flea_and_tick_prevention-section-inner p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: var(--text);
}
.preventive-medicine-template .section-description {
  font-size: 16px;
  line-height: 28.8px;
  color: var(--text);
  font-weight: 400;
}
.preventive-medicine-template .antibody-tier-testing-box {
  background: var(--light-white-2);
  padding: 34px 40px;
  border-radius: 8px;
  margin-top: 43px;
  display: flex;
  flex-direction: column;
  gap: 17px;
}
.preventive-medicine-template .antibody-tier-testing-box p {
  font-size: 13px;
  line-height: 22px;
  font-weight: 400;
}

.preventive-medicine-template .vaccination-section,
.preventive-medicine-template .heartworm-prevention-section-inner,
.preventive-medicine-template .flea_and_tick_prevention-section-inner {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 60px;
  row-gap: 32px;
}
.preventive-medicine-template .vaccination-section .text-contents,
.preventive-medicine-template
  .heartworm-prevention-section-inner
  .text-contents,
.preventive-medicine-template
  .flea_and_tick_prevention-section-inner
  .text-contents {
  flex: 1;
  min-width: 280px;
  max-width: 500px;
}
.preventive-medicine-template .vaccination-section img,
.preventive-medicine-template .heartworm-prevention-section-inner img,
.preventive-medicine-template .flea_and_tick_prevention-section-inner img {
  width: 395px;
  aspect-ratio: 1.5;
  border-radius: 8px;
}

.vaccination-detail-box {
  border: 5px solid var(--light-white);
  padding: 34px 48px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.all-vaccination-sections {
  display: flex;
  flex-direction: column;
  gap: 57px;
}
.all-vaccination-sections .section-header h3 {
  margin-top: 0;
}
.vaccination-detail-box .single-detail-title {
  display: flex;
  justify-content: start;
  align-items: center !important;
  gap: 12px;
  font-size: 16px;
  line-height: 30px;
  color: var(--text);
}
.vaccination-detail-box .single-detail-content {
  font-size: 13px;
  line-height: 21px;
  color: var(--text);
  margin-top: 10px;
  display: flex;
  justify-content: start;
  align-items: center;
  margin-left: 22px;
}
.preventive-medicine-template .cost-info-section {
  margin-bottom: 80px;
}
.preventive-medicine-template .cost-info-table {
  border: 1px solid var(--gray);
  overflow: hidden;
  background: var(--white);
  margin-bottom: 40px;
}

.preventive-medicine-template .info-row {
  display: flex;
  border-bottom: 1px solid var(--gray);
}

.preventive-medicine-template .info-label {
  background: var(--light-white-2);
  padding: 52px 34px;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: -40;
  color: var(--text);
  min-width: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.preventive-medicine-template .info-value {
  padding: 24px 32px;
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
  color: var(--text);
  display: flex;
  align-items: center;
  gap: 7px;
  flex: 1;
  background: var(--white);
}
.preventive-medicine-template .info-value {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}
.preventive-medicine-template .info-value .price {
  color: var(--red);
}
.preventive-medicine-template .antibody-tier-testing-box h3 {
  font-size: 16px;
  line-height: 21px;
  letter-spacing: -40;
  font-weight: 700;
}
.preventive-medicine-template .pdf-download-button {
  background: var(--text);
  color: var(--white);
  padding: 17px 2px;
  font-size: 13.7px;
  line-height: 22px;
  display: block;
  max-inline-size: 312px;
  display: flex;
  justify-content: space-between;
  padding-inline: 32px;
  border-radius: 40px;
  margin: auto;
}
.preventive-medicine-template .pdf-download-button span {
  color: var(--white);
}

.preventive-medicine-template .pdf-download-button .pdf-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.preventive-medicine-template .causes-of-infection,
.preventive-medicine-template .risks-section,
.preventive-medicine-template .prevention-methods-section {
  margin-bottom: 101px;
}
.preventive-medicine-template .causes-of-infection .section-content,
.preventive-medicine-template .risks-section .section-content,
.preventive-medicine-template .prevention-methods-section .section-content {
  display: flex;
  flex-flow: row wrap-reverse;
  justify-content: space-between;
  gap: 32px;
  font-size: 16px;
  line-height: 29px;
}
.preventive-medicine-template .causes-of-infection .text-contents,
.preventive-medicine-template .risks-section .text-contents,
.preventive-medicine-template .prevention-methods-section .text-contents {
  flex-shrink: 1;
  flex-basis: 400px;
}
.preventive-medicine-template
  .prevention-methods-section
  .text-contents.text-contents-full-width {
  flex-basis: 100%;
}
.preventive-medicine-template .causes-of-infection img,
.preventive-medicine-template .risks-section img,
.preventive-medicine-template .prevention-methods-section img {
  width: 240px;
  height: 163px;
  object-fit: cover;
}
.section-suggested-programs {
  margin-bottom: 60px;
}
.routine-table-wrapper {
  overflow-x: auto;
  width: 100%;
  margin-bottom: 24px;
}
.noahs-section-content-table {
  overflow: auto;
}
.noahs-section-content-table table {
  width: 100%;
  border: 1px solid var(--gray);
}
.noahs-section-content-table table th {
  border: 1px solid var(--gray);
}
table.routine-table {
  width: 100%;
  display: block;
  overflow: auto;
}
.routine-table td {
  padding: 26px 25px;
  text-align: center;
  border: 1px solid var(--gray);
  text-wrap: nowrap;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -40;
}
.routine-table tr td:first-child {
  font-size: 16px;
  line-height: 21px;
}

.routine-table th {
  padding: 14px 25px;
  text-wrap: nowrap;
  border: 1px solid var(--gray);
}
.routine-table th:nth-child(2) {
  background: #f9b6b0;
}
.routine-table th:nth-child(3) {
  background: #f7c8a0;
}
.routine-table th:nth-child(4) {
  background: #d9f5c8;
}
.routine-table th:nth-child(5) {
  background: #afc9f5;
}
.routine-table th:nth-child(6) {
  background: #008b94;
  color: #fff;
}
/**make number of doses per year column primary color**/
.routine-table tr td:nth-child(6) {
  color: var(--primary);
}
.routine-table tr:nth-child(2n + 1) {
  background: var(--light-white-2);
}
.routine-table th:nth-child(7) {
  background: #666666;
  color: #fff;
}

.nh-yellow-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--golden);
  flex-shrink: 0;
  display: block;
}

/* Responsive */
@media (max-width: 991px) {
  .pl-32 {
    margin-left: 0px;
  }
  .body-checkup-content {
    flex-direction: column;
  }

  .body-checkup-right {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
  }

  .body-checkup-left {
    max-width: 100%;
  }
  .preventive-medicine-template .vaccination-section img,
  .preventive-medicine-template .heartworm-prevention-section-inner img {
    width: 350px;
  }
}

@media (max-width: 767px) {
  .pl-32 {
    margin-left: 0px;
  }
  .body-checkup-card,
  .download-button {
    margin-left: 0px;
  }

  .body-checkup-right {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .body-checkup-section {
    padding: 60px 0;
  }

  .body-checkup-title {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 24px;
  }

  .body-checkup-description {
    gap: 12px;
    margin-bottom: 32px;
  }

  .body-checkup-description p {
    font-size: 14px;
  }

  .info-row {
    flex-direction: column;
  }

  .info-label {
    min-width: 100%;
    padding: 10px 10px;
    font-size: 16px;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .info-value {
    padding: 10px;
  }

  .price-highlight {
    font-size: 18px;
  }

  .body-checkup-right {
    width: 100%;
  }

  .download-button {
    font-size: 14px;
    padding: 14px 20px;
  }
}

/** Test PDF's End **/

@media screen and (max-width: 600px) {
  .preventive-checkup-schedule table tr td:first-child {
    padding: 20px 0;
  }
  .preventive-checkup-schedule table tr td:last-child {
    padding: 8px;
  }
  .content-description {
    padding-left: 0;
  }
  .body-checkup-card {
    margin: auto;
    margin-bottom: 24px;
  }
  .download-button {
    margin: auto;
  }
}

@media screen and (max-width: 700) {
  .metadata p {
    padding: 26px 30px;
  }
}
