body {
  /* --section-insurance-btn-outline-background-color: #d9ffdc;
  --section-insurance-coverage-border-color: #2e2c27;
  --section-insurance-header-text-color: #2e2c27;
  --section-insurance-subheader-text-color: #4dc4b1;
  --section-insurance-coverage-small-text-color: #696a69;
  --section-insurance-coveragedetails-background-color: #f4f9fb;
  --section-insurance-coveragedetails-header-text-color: #026a8e;
  --section-insurance-coveragedetails-subheader-text-color: #4dc4b1;
  --section-insurance-coveragedetails-text-color: #555655;
  --svg-insurance-fill-bg: #d9ffdc;
  --svg-insurance-fill-light: #fffeff;
  --svg-insurance-fill-primary: #004b7c;
  --svg-insurance-fill-secondary: #679dc0;
  --svg-insurance-fill-tertiary: #439e35;
  --svg-insurance-stroke-bg: #d9ffdc;
  --svg-insurance-stroke-light: #fffeff;
  --svg-insurance-stroke-primary: #004b7c;
  --svg-insurance-stroke-secondary: #679dc0;
  --svg-insurance-stroke-tertiary: #439e35;
  --light-text-color: #fff;
  --section-insurance-bestcare-text-color: #4dc4b1;
  --section-insurance-bestcare-div-background-color: #f4f9fb;
  --section-insurance-bestcare-div-border-color: #95db95;
  --section-bestcare-div-header-text-color: #0a7caa;
  --section-bestcare-div-text-color: #555655; */
  --green: #4dc4b1;
  --pink: #f19fc2;
  --section-insurance-btn-outline-background-color: #d9ffdc;
  --section-insurance-coverage-border-color: #2e2c27;
  --section-insurance-header-text-color: #4dc4b1;
  --section-insurance-subheader-text-color: #f19fc2;
  --section-insurance-coverage-small-text-color: #696a69;
  --section-insurance-coveragedetails-background-color: transparent;
  --section-insurance-coveragedetails-header-text-color: #2e2c27;
  --section-insurance-coveragedetails-subheader-text-color: #4dc4b1;
  --section-insurance-coveragedetails-text-color: #555655;
  --svg-insurance-fill-bg: #d4edea;
  --svg-insurance-fill-light: #fffeff;
  --svg-insurance-fill-primary: #235850;
  --svg-insurance-fill-secondary: #b6e2d8;
  --svg-insurance-fill-tertiary: #4dc4b1;
  --svg-insurance-stroke-bg: #d4edea;
  --svg-insurance-stroke-light: #fffeff;
  --svg-insurance-stroke-primary: #235850;
  --svg-insurance-stroke-secondary: #b6e2d8;
  --svg-insurance-stroke-tertiary: #4dc4b1;
  --light-text-color: #fff;
  --section-insurance-bestcare-text-color: #f19fc2;
  --section-insurance-bestcare-div-background-color: #ffffff;
  --section-insurance-bestcare-div-border-color: #f19fc2;
  --section-bestcare-div-header-text-color: #f19fc2;
  --section-bestcare-div-text-color: #555655;
}
body#landing section {
  padding: 1rem 0;
}
.container hr {
  width: 100%;
  height: 3px;
  background: #e3dfd7;
  border-radius: 999px;
  border: none;
  opacity: 1;
  margin: 0;
  transform: matrix(1, 0, 0, -1, 0, 0);
}
.bg-paws {
  position: relative;
  padding: 16px 0;
}
.bg-paws::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("../imgs/insurance/Pattern-Paws-min.png");
  background-repeat: repeat;
  filter: invert(100%);
  -webkit-filter: invert(100%);
  z-index: 0;
}
section.insurance-coveragedetails .btns > a.btn.btn-outline,
section.customerreviews .btns > a.btn.btn-outline {
  background: var(--section-insurance-btn-outline-background-color);
}
section.insurance-coverage .container-fluid {
  position: relative;
  padding: 24px var(--bs-gutter-x, 0.75rem) 0;
  overflow: hidden;
}
section.insurance-coverage img:not(.insurancelogo) {
  position: relative;
  width: 49%;
  max-height: 145px;
  object-fit: contain;
  vertical-align: bottom;
}
section.insurance-coverage img:first-of-type:not(.insurancelogo) {
  bottom: -1px;
  left: 0;
}
section.insurance-coverage img:last-of-type:not(.insurancelogo) {
  bottom: -1px;
  right: 0;
}
section.insurance-coverage h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.01em;
  color: var(--section-insurance-header-text-color);
  margin: 0 auto 16px;
}
section.insurance-coverage h3 {
  font-weight: 700;
  font-size: 22px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.01em;
  color: var(--section-insurance-subheader-text-color);
  margin: 0 auto;
}
section.insurance-coverage small,
section.insurance-coveragedetails small {
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.01em;
  color: var(--section-insurance-coverage-small-text-color);
  margin: 0 auto;
}
section.insurance-coveragedetails {
  padding: 24px 0;
  background: var(--section-insurance-coveragedetails-background-color);
}
section.insurance-coveragedetails h2 {
  font-weight: 700;
  font-size: 22px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.01em;
  color: var(--section-insurance-coveragedetails-header-text-color);
}
section.insurance-coveragedetails h4 {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.01em;
  color: var(--section-insurance-coveragedetails-subheader-text-color);
  margin-bottom: 16px;
}
section.insurance-coveragedetails p {
  font-size: 14px;
  line-height: 19px;
  color: var(--section-insurance-coveragedetails-text-color);
  margin: 0;
}
section.insurance-coveragedetails svg path.svg-insurance-fill-bg {
  fill: var(--svg-insurance-fill-bg);
}
section.insurance-coveragedetails svg path.svg-insurance-fill-light {
  fill: var(--svg-insurance-fill-light);
}
section.insurance-coveragedetails svg path.svg-insurance-fill-primary {
  fill: var(--svg-insurance-fill-primary);
}
section.insurance-coveragedetails svg path.svg-insurance-fill-secondary {
  fill: var(--svg-insurance-fill-secondary);
}
section.insurance-coveragedetails svg path.svg-insurance-fill-tertiary {
  fill: var(--svg-insurance-fill-tertiary);
}
section.insurance-coveragedetails svg path.svg-insurance-stroke-bg {
  stroke: var(--svg-insurance-stroke-bg);
}
section.insurance-coveragedetails svg path.svg-insurance-stroke-light {
  stroke: var(--svg-insurance-stroke-light);
}
section.insurance-coveragedetails svg path.svg-insurance-stroke-primary {
  stroke: var(--svg-insurance-stroke-primary);
}
section.insurance-coveragedetails svg path.svg-insurance-stroke-secondary {
  stroke: var(--svg-insurance-stroke-secondary);
}
section.insurance-coveragedetails svg path.svg-insurance-stroke-tertiary {
  stroke: var(--svg-insurance-stroke-tertiary);
}
section.insurance-bestcare {
  background-color: #7a7873;
}
section.insurance-bestcare h2 {
  font-weight: 800;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 0.01em;
  color: var(--section-insurance-bestcare-text-color);
  margin-bottom: 8px;
}
section.insurance-bestcare small {
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.01em;
  color: var(--light-text-color);
  margin-bottom: 16px;
}
section.insurance-bestcare .container.d-flex {
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
}
section.insurance-bestcare .container.d-flex::-webkit-scrollbar {
  width: 0;
  height: 0;
}
section.insurance-bestcare .container > div {
  flex-shrink: 0;
  width: 239px;
  background: var(--section-insurance-bestcare-div-background-color);
  border: 4px solid var(--section-insurance-bestcare-div-border-color);
  box-sizing: border-box;
  border-radius: 20px;
  margin: 0 4px;
  overflow: hidden;
}
section.insurance-bestcare .container > div img {
  height: 159px;
  width: 100%;
  margin-bottom: 8px;
}
section.insurance-bestcare .container > div h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  letter-spacing: 0.01em;
  color: var(--section-bestcare-div-header-text-color);
  padding: 0 10px;
  margin: 0 auto;
}
section.insurance-bestcare .container > div h5 {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.01em;
  padding: 0 10px;
  margin-bottom: 8px;
}
section.insurance-bestcare .container > div p {
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.01em;
  padding: 0 10px;
}

section.petplaninsurance-protect p {
  width: 100%;
  max-width: 400px;
}

section.insurance-petplan {
  background-color: #ffffff;
}
section.insurance-petplan p {
  font-size: 24px;
  color: var(--green);
}

@media (min-width: 768px) {
  section.insurance-coverage .container-fluid {
    padding-bottom: 24px;
  }
  section.insurance-coverage img:not(.insurancelogo) {
    position: absolute;
    width: auto;
    max-height: 65%;
    z-index: -1;
  }
  section.insurance-coverage h2 {
    font-size: 30px;
    line-height: 30px;
    margin: 0 auto 32px;
  }
  section.insurance-coverage h3 {
    font-size: 26px;
    line-height: 26px;
  }
  section.insurance-coverage small,
  section.insurance-coveragedetails small {
    font-size: 18px;
    line-height: 20px;
  }
  section.insurance-coveragedetails {
    padding: 24px 0;
  }
  section.insurance-coveragedetails h2 {
    font-size: 24px;
    line-height: 26px;
  }
  section.insurance-coverage-ecap {
    border-radius: 25px;
  }
}
@media (min-width: 992px) {
  section.insurance-coverage .container-fluid {
    padding: 38px var(--bs-gutter-x, 0.75rem);
  }
  section.insurance-coverage h2 {
    font-size: 48px;
    line-height: 48px;
    margin: 0 auto 48px;
  }
  section.insurance-coverage h3 {
    font-size: 40px;
    line-height: 40px;
  }
  section.insurance-coverage small,
  section.insurance-coveragedetails small {
    font-size: 28px;
    line-height: 32px;
  }
  section.insurance-coveragedetails {
    padding: 24px 0;
  }
  section.insurance-coveragedetails h2 {
    font-size: 36px;
    line-height: 40px;
  }
  section.insurance-coveragedetails svg {
    width: 144px;
  }
  section.insurance-coveragedetails h4 {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 16px;
  }
  section.insurance-coveragedetails p {
    font-size: 17px;
    line-height: 25px;
  }
  section.insurance-bestcare h2 {
    font-size: 28px;
    line-height: 32px;
  }
  section.insurance-bestcare small {
    font-size: 24px;
    line-height: 32px;
  }
  section.insurance-bestcare .container > div {
    width: 326px;
    border-radius: 32px;
    margin: 0 24px;
  }
  section.insurance-bestcare .container > div img {
    height: 216px;
    margin-bottom: 16px;
  }
  section.insurance-bestcare .container > div h4 {
    font-size: 28px;
    line-height: 36px;
  }
  section.insurance-bestcare .container > div h5 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 16px;
  }
  section.insurance-bestcare .container > div p {
    font-size: 15px;
    line-height: 19px;
  }
}
