body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.hero {
  background-image: linear-gradient(#0b7300, #0b7300);
  align-items: center;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 60px;
  display: block;
}

.flex-container {
  color: #000;
  background-color: #fff;
  border-radius: 20px;
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin: 20px auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.cards-container {
  text-align: center;
  flex: 1;
}

.cards-section {
  background-image: linear-gradient(rgba(255, 255, 255, .8), rgba(255, 255, 255, .8)), url('../images/shutterstock_243010870.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 40px;
  padding-bottom: 40px;
}

.cards-grid-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cards-image-mask {
  width: 100%;
  border-radius: 0%;
  padding-top: 50%;
  position: relative;
  overflow: hidden;
}

.cards-image {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: contain;
  object-position: 50% 50%;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 20px;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.navbar {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #265721;
  border-radius: 0;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  position: relative;
}

.nav-link-2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #000;
  border: 3px solid #000;
  border-radius: 20px;
  margin: 5px auto;
  padding: 10px;
  font-size: 18px;
  text-decoration: none;
  display: block;
}

.nav-link-2:hover {
  color: #fff;
  background-color: #265721;
  border-style: solid;
  border-color: #fff;
  border-radius: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-link-2.w--current {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #000;
  border: 3px solid #fff;
  margin: 5px auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  text-decoration: none;
}

.nav-link-2.w--current:hover {
  color: #fff;
  background-color: #265721;
  border-style: solid;
  border-color: #265721;
}

.nav-link-2.mobile {
  display: none;
}

.all-buttons-section {
  text-align: center;
  background-color: #265721;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Roboto, sans-serif;
}

.hero-paragraph {
  color: #265721;
  background-color: #fff;
  border-radius: 20px;
  margin-top: 20px;
  padding: 10px;
  font-size: 20px;
  line-height: 25px;
}

.get-buttons {
  width: 285px;
  min-width: 250px;
  color: #fffefe;
  text-transform: uppercase;
  background-color: #0b7300;
  border: 1px solid #18aaf0;
  border-radius: 20px;
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 15px 20px;
  font-size: 18px;
}

.get-buttons:hover {
  color: #fff;
  background-color: #000;
  border-style: solid;
  border-color: #fff;
  border-radius: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 400;
}

.get-buttons.apple {
  width: 250px;
  background-image: url('../images/Apple-p-130x130q80.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 60px;
  background-attachment: scroll;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 60px;
  display: none;
}

.get-buttons.android {
  width: 250px;
  background-image: url('../images/Android-p-130x130q80.png');
  background-position: 98%;
  background-repeat: no-repeat;
  background-size: 45px;
  margin-left: 0;
  margin-right: 10px;
  padding-left: 20px;
  padding-right: 60px;
  display: none;
}

.menu-button {
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 20px;
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 40px;
  padding: 10px;
  display: none;
}

.menu-button.w--open {
  background-color: #000;
}

.hero-bullets {
  color: #265721;
  background-color: #fff;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px;
  font-family: Roboto, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 35px;
}

.buttons-heading {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 3px rgba(0, 0, 0, 0);
  border-radius: 20px;
  margin-top: 20px;
  padding: 10px 20px;
  font-size: 30px;
  display: inline-block;
}

.cards-div {
  background-color: #0b7300;
  border-radius: 20px;
}

.card-low-heading {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
}

.cards-paragraph {
  color: #265721;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 20px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 10px;
  font-size: 18px;
  line-height: 25px;
}

.footer-section {
  background-color: #000;
  margin: auto auto 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer-links {
  color: #fffefe;
  text-align: center;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px;
  font-size: 18px;
  text-decoration: none;
  display: inline-block;
}

.footer-links:hover {
  color: #0b7300;
  font-weight: 400;
}

.footer-div {
  margin: 20px auto;
}

.footer-container {
  text-align: center;
}

.footer-copyright {
  color: #fff;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 500;
}

.div-block-2 {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.brand {
  background-color: #000;
  border-radius: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
  padding: 10px;
}

.brand.w--current {
  background-color: #000;
  border-radius: 20px;
  padding: 5px;
  display: inline;
}

.container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #265721;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.pages-feature-section {
  background-color: #0b7300;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  padding-top: 60px;
  padding-bottom: 60px;
}

.left-banner {
  width: 350px;
  height: auto;
  color: #000;
  background-color: #0b7300;
  border-radius: 30px;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 50px 22px 15px;
  display: flex;
}

.pill-bottle-banner {
  text-align: center;
  margin: -14px 33px 30px auto;
  display: block;
}

.save80 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  font-style: normal;
  display: block;
}

.save-80-banner {
  font-size: 25px;
}

.paragraph-2-banner {
  width: auto;
  max-width: none;
  color: #fff;
  text-align: center;
  margin: 5px auto 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 30px;
  overflow: visible;
}

.paragraph-1-banner {
  max-width: 720px;
  color: #fff;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 0;
  padding-bottom: 22px;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  overflow: visible;
}

.saveon {
  font-size: 20px;
  line-height: 25px;
}

.page-div-left {
  flex: 0 auto;
  align-self: flex-start;
  margin-right: 0;
  padding-right: 20px;
}

.page-div-right {
  align-self: flex-start;
  padding-left: 20px;
}

.pages-heading {
  color: #265721;
}

.pages-heading._404 {
  color: red;
}

.pages-paragraph-1 {
  color: #265721;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 24px;
  line-height: 30px;
}

.save-80-hero {
  color: #0b7300;
  text-align: center;
  background-color: #fff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  margin: 10px 0 0;
  padding: 10px 10px 5px 15px;
  font-size: 35px;
}

.pages-heading-2 {
  color: #265721;
  font-size: 28px;
}

.pages-paragraph-2 {
  color: #265721;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 24px;
  line-height: 30px;
}

.pages-paragraph-2.pharmacies {
  line-height: 32px;
}

.pages-heading-3 {
  color: #265721;
  font-size: 28px;
}

.pages-paragraph-3 {
  color: #265721;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 24px;
  line-height: 30px;
}

.pages-div-block-1, .pages-div-block-2, .pages-div-block-3 {
  background-color: #fff;
  border-radius: 20px;
  margin-bottom: 10px;
  padding: 10px;
}

.button {
  width: 250px;
  text-align: center;
  background-color: #265721;
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.pages-div-block-4 {
  color: #4e4e50;
  background-color: #fff;
  border-radius: 20px;
  margin-bottom: 10px;
  padding: 10px;
}

.pages-div-block-contact {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #65ffba;
  border-radius: 20px;
  margin-bottom: 0;
  padding: 0 10px;
}

.mail-order {
  width: 200px;
  text-align: center;
  background-color: #265721;
  border-radius: 20px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: 10px;
  display: inline-block;
}

.faq-section {
  width: auto;
  background-color: #fff;
  margin: 0 auto 40px;
  padding: 40px 10px 20px;
}

.tab-link-tab-1 {
  background-color: #1691ff;
  border-radius: 20px;
}

.tab-link-tab-1.w--current {
  background-color: #000;
  border-radius: 20px;
  margin-right: 10px;
}

.text-block-10 {
  color: #fff;
  font-size: 20px;
}

.tab-link-tab-2 {
  background-color: #000;
  border-radius: 20px;
}

.tab-link-tab-2.w--current {
  background-color: #1691ff;
  margin-left: 10px;
  margin-right: 0;
}

.faq-text {
  width: auto;
  color: #4e4e50;
  text-align: left;
  margin: auto;
  font-size: 16px;
  line-height: 25px;
  display: block;
}

.tabs {
  width: 60%;
  color: #4e4e50;
  background-color: rgba(11, 115, 0, .2);
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
}

.tabs-menu {
  margin-left: auto;
  margin-right: auto;
}

.container-5 {
  margin-top: 0;
  padding: 20px 10px;
}

.heading-9 {
  color: #265721;
  margin-bottom: 23px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Oswald, sans-serif;
}

.paragraph-18 {
  color: #000;
  padding-left: 10px;
  padding-right: 10px;
}

.container-6 {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.heading-10 {
  color: #265721;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Oswald, sans-serif;
}

.column-23 {
  background-color: rgba(0, 0, 0, 0);
}

.coupon-customer-service-footer {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  justify-content: center;
  margin: 5px auto;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 15px;
  display: block;
}

.bold-text-37 {
  color: #000;
}

.bold-text-38 {
  color: #000;
  font-weight: 700;
  display: inline;
}

.rich-text-block-3 {
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  font-size: 16px;
}

.text-step-house-cards {
  color: #fff;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  font-size: 40px;
  font-weight: 700;
  display: flex;
}

.text-step-house-cards._3 {
  color: #fff;
}

.paragraph-coupon-footer {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 5px;
  font-size: 14px;
  line-height: 15px;
}

.flex-col {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-mobile-tip {
  display: none;
}

.text-block-28 {
  color: #3b54a4;
  text-align: left;
  padding-left: 10px;
  font-size: 18px;
  line-height: 24px;
  display: block;
}

.text-block-28.pcn {
  white-space: nowrap;
  align-self: center;
  margin-top: 0;
  padding-top: 0;
  padding-left: 10px;
  display: block;
}

.text-block-27 {
  text-align: center;
}

.image {
  border-radius: 20px;
  margin-bottom: 10px;
}

.image._404-mobile {
  text-align: center;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.bold-text-39 {
  color: #d70000;
}

.all-buttons-div-1 {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
}

.rich-text-block-4 {
  color: #4e4e50;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 25px;
}

.pet-meds-heading {
  color: #265721;
  margin-bottom: 0;
  font-size: 20px;
}

.text-block-subject-to-change {
  color: #0d5a9f;
  margin-left: 20px;
  font-style: italic;
}

.html-embed-7 {
  color: #000;
  background-color: #fff;
  border: 1px solid #265721;
  border-radius: 20px;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
}

.mail-order-buttons-div {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.hero-bullets-mobile {
  color: #1691ff;
  background-color: rgba(101, 255, 186, .32);
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Roboto, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 35px;
  display: none;
}

.hero-paragraph-donut {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 20px;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px;
  font-size: 25px;
  font-weight: 500;
  line-height: 25px;
}

.nav-menu-2 {
  background-color: #0b7300;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.faq-columns {
  margin-top: 20px;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.image-2 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.link-block {
  text-align: center;
  display: block;
}

.icon {
  color: #fff;
  text-align: center;
  display: none;
}

.nav-header {
  color: #fff;
  text-transform: capitalize;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 10px;
  padding-right: 10px;
  font-size: 45px;
  display: inline;
}

.wdn-lookup-section {
  background-color: #f0f0f0;
  flex-flow: column;
  flex: 1;
  justify-content: space-around;
  align-self: center;
  align-items: stretch;
  margin-top: 0;
  display: block;
}

.wdn-lookup-footer {
  width: 75%;
  max-width: none;
  color: #000;
  text-align: center;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  font-size: 20px;
  line-height: 25px;
  display: block;
}

.wdn-lookup-container-1 {
  flex-direction: column;
  justify-content: space-around;
  align-items: stretch;
  display: block;
}

.wdn-lookup-header {
  color: #000;
  text-align: center;
  margin-top: 10px;
  margin-left: 0;
  font-size: 30px;
  font-weight: 700;
  display: block;
}

.wdn-pricing-embed-div {
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.wdn-pricing-header {
  color: #000;
  text-align: center;
  margin-top: 10px;
  margin-left: 0;
  font-size: 30px;
  font-weight: 700;
  display: block;
}

.wdn-pricing-footer {
  width: 75%;
  max-width: none;
  color: #000;
  text-align: center;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  font-size: 20px;
  line-height: 25px;
  display: block;
}

.wdn-pricing-embed {
  width: 80%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-radius: 0;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  display: block;
  overflow: visible;
}

.wdn-pricing-conatiner-2 {
  text-align: center;
  display: block;
}

.wdn-pricing-section {
  background-color: #f5f8ff;
  flex-flow: column;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  margin-top: 0;
  display: block;
}

.wdn-pricing-container-1 {
  flex-flow: column;
  justify-content: space-between;
  align-self: center;
  display: block;
}

.wdn-pricing-search-button {
  width: auto;
  text-align: center;
  background-color: #20326a;
  border-radius: 20px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 5px;
}

.wdn-pricing-search-button:hover {
  color: #fff;
  background-color: #3b54a4;
}

.wdn-pricing-search-button.w--current {
  width: 150px;
  color: #fff;
  text-align: center;
  background-color: #052d44;
  margin: 0 10px 10px auto;
  display: inline-block;
}

.legal-div {
  width: 75%;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

.body {
  color: #0b7300;
  background-color: #265721;
}

.body.og {
  background-color: rgba(0, 0, 0, 0);
}

.heading-13 {
  color: #265721;
  text-align: center;
  margin-bottom: 10px;
}

.paragraph-22 {
  width: auto;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  line-height: 26px;
}

.bullet-header {
  color: #0b7300;
  text-align: center;
  background-color: #fff;
  margin: 0 0 20px;
  padding: 10px 10px 5px 15px;
  font-size: 35px;
}

.sticky-nav {
  z-index: 9999;
  text-align: center;
  margin: 0 auto 20px;
  display: inline;
  position: -webkit-sticky;
  position: sticky;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.sticky-nav-links {
  color: #265721;
  text-align: center;
  background-color: #fff;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px;
  font-size: 18px;
  text-decoration: none;
  display: inline-block;
}

.sticky-nav-links:hover {
  color: #265721;
  font-weight: 400;
}

.top-sticky-nav {
  z-index: 5;
  opacity: 1;
  text-align: center;
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  bottom: 0;
}

.top-sticky-nav:hover, .top-sticky-nav:active {
  background-color: #fff;
}

.heading-15 {
  color: #fff;
  text-align: center;
  font-size: 65px;
  text-decoration: none;
}

.image-3 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.flu-pon-heading {
  color: #fff;
  text-align: center;
  margin-right: 0;
  display: inline-block;
}

.div-block-135 {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.flex-container-hero {
  color: #000;
  background-color: #000;
  border-radius: 20px;
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin: 20px auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.section-legal {
  background-color: #fff;
}

.body-card {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: center;
  display: flex;
}

.tab-link-tab-3-4 {
  width: 150px;
  color: #fff;
  background-color: #0b7300;
  border-radius: 20px;
  margin-left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.tab-link-tab-3-4:hover {
  color: #000;
  background-color: rgba(11, 115, 0, .24);
}

.tab-link-tab-3-4.w--current {
  background-color: #18aaf0;
  display: none;
}

.tab-link-tab-3-4.w--current:hover {
  background-color: rgba(24, 170, 240, .32);
}

.frs-card-print-div-2 {
  margin: 10px auto;
  display: block;
}

.discount-coupon-2 {
  width: auto;
  min-width: 250px;
  text-align: left;
  border: 2px dotted #3b54a4;
  border-radius: 0;
  margin: 0;
  padding: 0;
}

.html-embed-9 {
  max-width: none;
  flex-direction: row;
  align-self: flex-start;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.rich-text-block-5 {
  padding-left: 20px;
  padding-right: 20px;
}

.flex-row-3 {
  color: #000;
  text-align: left;
  border-top: 1px #000;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 5px;
  padding-top: 5px;
  font-size: 18px;
  display: flex;
}

.mobile-tip-2 {
  width: auto;
  color: #3b54a4;
  text-align: center;
  margin: 6px auto 5px;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 20px;
  display: none;
}

.rich-text-block-6 {
  text-align: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
}

.rx-card-additional-button-2 {
  width: 250px;
  text-align: center;
  text-transform: uppercase;
  background-color: #003963;
  border-radius: 20px;
  margin: 20px auto;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 14px;
  display: block;
}

.rx-card-additional-button-2.w--current {
  margin-bottom: 0;
}

.html-embed-valid-date-2 {
  height: auto;
  color: #000;
  text-align: center;
  background-color: rgba(11, 115, 0, .24);
  border-radius: 0;
  margin: 5px auto 0;
  padding-left: 0;
  font-size: 12px;
  font-weight: 700;
  display: block;
}

.step-2-circle-house-card-2 {
  width: 60px;
  height: 60px;
  background-color: #0065ac;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.tab-link-tab-1-5 {
  width: 150px;
  color: #fff;
  background-color: #265721;
  border-radius: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.tab-link-tab-1-5:hover {
  color: #000;
  background-color: rgba(11, 115, 0, .24);
}

.tab-link-tab-1-5.w--current {
  width: 150px;
  color: #fff;
  background-color: #18aaf0;
  border-radius: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: none;
}

.tab-link-tab-1-5.w--current:hover {
  color: #000;
  background-color: rgba(24, 170, 240, .32);
}

.text-block-house-card-2 {
  color: #000;
  text-align: center;
  flex: 0 auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  font-size: 20px;
  display: block;
}

.rx-card-button-2 {
  width: 250px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #18aaf0;
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  display: block;
}

.column-25 {
  align-self: center;
  padding-left: 10px;
  padding-right: 10px;
}

.text-block-38 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.link-block-coupon-logo-2 {
  background-color: #000;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: block;
}

.columns-8 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-39 {
  align-self: center;
  padding-left: 10px;
  font-size: 18px;
  font-weight: 700;
}

.text-block-40 {
  text-align: center;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
}

.tabs-content-2 {
  margin-top: 0;
}

.pharmacist-paragraph-card-2 {
  text-align: center;
  background-color: rgba(11, 115, 0, .24);
  border: 2px #000;
  border-top-style: dashed;
  margin-top: 0;
  margin-bottom: 0;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 21px;
}

.coupon-right-div-2 {
  color: #000;
  margin-top: 0;
  margin-left: 10px;
  margin-right: 10px;
}

.rx-card-button-3 {
  width: 250px;
  text-align: center;
  text-transform: uppercase;
  background-color: #2b7e40;
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 14px;
  display: block;
}

.since-2009-coupon-page-2 {
  text-align: center;
  margin-top: 5px;
  padding: 0 10px 5px;
  font-size: 16px;
  font-style: italic;
  text-decoration: none;
}

.frs-card-print-additional-div-2 {
  background-color: rgba(11, 115, 0, .24);
  border-radius: 20px;
  margin: 0 auto;
  padding-top: 5px;
  padding-bottom: 10px;
  display: block;
}

.step-3-circle-house-cards-2 {
  width: 60px;
  height: 60px;
  color: #000;
  background-color: #028349;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-house-cards-2 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.coupon-disclaimer-2 {
  background-color: rgba(11, 115, 0, .24);
  border-radius: 0;
  justify-content: center;
  margin: 0 auto;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 15px;
  display: block;
}

.bold-text {
  color: #000;
  display: inline;
}

.section-house-cards-2 {
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  display: flex;
}

.card-home-button-div-2.txt {
  background-color: rgba(11, 115, 0, .18);
}

.tabs-house-card-2 {
  flex-direction: column;
  margin-top: 0;
  display: flex;
}

.div-steps-house-card-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: rgba(0, 0, 0, 0);
  background-color: rgba(11, 115, 0, .24);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.card-tabs-menu-2 {
  margin-top: 0;
  padding-top: 0;
}

.step-1-circle-house-cards-2 {
  width: 60px;
  height: 60px;
  background-color: #20326a;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.column-24 {
  align-self: center;
}

.card-home-button-2 {
  width: 150px;
  text-align: center;
  background-color: #000;
  border-radius: 20px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.translator-card {
  color: rgba(0, 0, 0, 0);
  text-align: center;
  background-color: #265721;
  justify-content: flex-end;
  align-items: flex-start;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  display: block;
}

.html-embed-trans-card {
  text-align: center;
  justify-content: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 0;
  padding-right: 0;
  display: block;
}

.translator-top-nav {
  color: rgba(0, 0, 0, 0);
  text-align: right;
  background-color: #265721;
  justify-content: flex-end;
  align-items: flex-start;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  display: block;
}

.html-embed-trans-top-nav {
  text-align: right;
  justify-content: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-right: 0;
  display: block;
}

@media screen and (max-width: 991px) {
  .cards-grid-container {
    grid-column-gap: 20px;
  }

  .nav-link-2 {
    text-align: center;
  }

  .nav-link-2.w--current {
    text-align: center;
    display: block;
  }

  .nav-link-2.w--current:hover {
    color: #000;
  }

  .nav-link-2.mobile {
    display: none;
  }

  .hero-paragraph {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .get-buttons.apple {
    width: 285px;
    margin-left: 10px;
    margin-right: 10px;
    display: inline-block;
  }

  .get-buttons.android {
    width: 285px;
    text-shadow: none;
    margin-left: 10px;
    display: inline-block;
  }

  .menu-button {
    background-color: #000;
    margin-top: 13px;
    padding: 10px;
    display: block;
  }

  .hero-bullets {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    display: block;
  }

  .buttons-heading {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
  }

  .div-block-2 {
    text-align: center;
  }

  .left-banner {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: space-between;
    display: none;
  }

  .page-div-left {
    align-self: flex-start;
    padding-right: 0;
  }

  .page-div-right {
    padding-left: 0;
  }

  .pages-paragraph-1 {
    margin-left: 5px;
    margin-right: 5px;
  }

  .save-80-hero {
    padding-top: 10px;
  }

  .pages-paragraph-2, .pages-paragraph-3 {
    margin-left: 5px;
    margin-right: 5px;
  }

  .pages-div-block-contact {
    padding-left: 0;
    padding-right: 0;
  }

  .faq-section, .tabs {
    width: auto;
  }

  .rich-text-block-3 {
    text-align: center;
  }

  .div-mobile-tip {
    display: none;
  }

  .text-block-28 {
    flex: 0 auto;
    display: block;
  }

  .text-block-28.pcn {
    text-decoration: none;
  }

  .image._404-mobile {
    display: block;
  }

  .all-buttons-div-1 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .hero-bullets-mobile {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .hero-paragraph-donut {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .icon {
    display: block;
  }

  .nav-header {
    padding-right: 20px;
  }

  .wdn-pricing-embed {
    width: 90%;
    overflow: visible;
  }

  .bullet-header {
    padding-top: 10px;
  }

  .top-sticky-nav {
    display: none;
  }

  .flu-pon-heading {
    text-align: left;
    white-space: normal;
    margin-right: 0;
    padding-right: 0;
    display: inline;
  }

  .div-block-135 {
    align-items: flex-start;
  }

  .frs-card-print-div-2 {
    display: block;
  }

  .discount-coupon-2 {
    min-width: auto;
    margin: 0 auto 13px 10px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .html-embed-9 {
    flex-direction: column;
    align-items: center;
  }

  .flex-row-3 {
    text-decoration: none;
  }

  .mobile-tip-2 {
    background-color: #f0f4ff;
    border-radius: 20px;
    margin-top: 0;
    margin-bottom: 10px;
    margin-left: 5px;
    padding: 5px 5px 5px 0;
    display: block;
  }

  .rich-text-block-6 {
    text-align: center;
    padding-left: 0;
  }

  .rx-card-additional-button-2 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .html-embed-valid-date-2 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-house-card-2 {
    text-align: center;
  }

  .rx-card-button-2 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .column-25 {
    flex-direction: column;
    flex: 1;
    align-self: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .link-block-coupon-logo-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .columns-8 {
    flex-direction: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .text-block-40 {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .pharmacist-paragraph-card-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .coupon-right-div-2 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .rx-card-button-3 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .frs-card-print-additional-div-2 {
    display: block;
  }

  .coupon-disclaimer-2 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 5px;
    padding-right: 5px;
  }

  .tabs-house-card-2 {
    flex-direction: column;
  }

  .column-24 {
    flex-direction: column;
    align-self: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .translator-card, .translator-top-nav {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    padding: 40px 20px;
  }

  .flex-container {
    flex-direction: column;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }

  .cards-section {
    padding: 40px 20px;
  }

  .cards-grid-container {
    max-width: none;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-self: stretch;
  }

  .nav-link-2, .nav-link-2.w--current {
    margin-left: 20px;
    margin-right: 20px;
  }

  .hero-paragraph {
    width: auto;
  }

  .menu-button {
    margin-top: 15px;
    margin-right: 10px;
  }

  .hero-bullets {
    padding-top: 10px;
    font-size: 22px;
    line-height: 35px;
  }

  .buttons-heading {
    margin-left: auto;
    margin-right: auto;
    padding-left: 100px;
    padding-right: 100px;
    font-size: 20px;
  }

  .brand {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .pages-feature-section {
    padding: 40px 20px;
  }

  .left-banner {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: none;
    position: static;
  }

  .page-div-left {
    align-self: center;
    margin-bottom: 10px;
    padding-right: 0;
  }

  .page-div-right {
    padding-left: 0;
  }

  .pages-heading, .pages-paragraph-1 {
    text-align: center;
  }

  .save-80-hero {
    padding-top: 10px;
    line-height: 35px;
  }

  .pages-heading-2 {
    text-align: center;
  }

  .pages-paragraph-2 {
    text-align: center;
    line-height: 35px;
  }

  .pages-heading-3, .pages-paragraph-3, .pages-div-block-1, .pages-div-block-4 {
    text-align: center;
  }

  .pages-div-block-contact {
    padding-left: 0;
    padding-right: 0;
  }

  .faq-section {
    width: auto;
  }

  .faq-text {
    width: auto;
    text-align: center;
  }

  .coupon-customer-service-footer {
    margin-left: 10px;
    margin-right: 10px;
  }

  .paragraph-coupon-footer {
    text-align: center;
  }

  .div-mobile-tip {
    display: block;
  }

  .pet-meds-heading {
    text-align: center;
  }

  .html-embed-7 {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-bullets-mobile {
    font-size: 25px;
    line-height: 30px;
  }

  .hero-paragraph-donut {
    width: auto;
  }

  .wdn-lookup-footer {
    width: 90%;
    text-align: center;
    font-size: 18px;
  }

  .wdn-lookup-header {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .wdn-pricing-header {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .wdn-pricing-footer {
    width: 90%;
    text-align: center;
    font-size: 18px;
  }

  .wdn-pricing-embed {
    width: 95%;
  }

  .wdn-pricing-search-button {
    width: auto;
    margin-left: 0;
  }

  .bullet-header {
    padding-top: 10px;
  }

  .image-3 {
    margin-top: 20px;
  }

  .flu-pon-heading {
    margin-right: 0;
  }

  .flex-container-hero {
    flex-direction: column;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }

  .frs-card-print-div-2 {
    display: none;
  }

  .discount-coupon-2 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .html-embed-9 {
    font-size: 16px;
  }

  .flex-row-3 {
    overflow: visible;
  }

  .mobile-tip-2 {
    color: #000;
    background-color: rgba(11, 115, 0, .24);
    margin-top: 0;
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px 20px;
    display: block;
  }

  .html-embed-valid-date-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .rx-card-button-2 {
    background-color: #0065ac;
  }

  .text-block-40 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tabs-content-2 {
    flex-direction: column;
    align-items: center;
    margin-top: 5px;
    display: flex;
  }

  .pharmacist-paragraph-card-2 {
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
  }

  .since-2009-coupon-page-2 {
    padding-bottom: 5px;
  }

  .container-house-cards-2 {
    padding-left: 0;
  }

  .coupon-disclaimer-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .section-house-cards-2 {
    flex-direction: column;
    justify-content: flex-start;
    display: flex;
  }

  .card-home-button-div-2 {
    margin-left: auto;
  }

  .tabs-house-card-2 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .card-tabs-menu-2 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .card-home-button-2 {
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .html-embed-trans-top-nav {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    padding-left: 10px;
    padding-right: 10px;
  }

  .flex-container {
    flex-direction: row;
    padding-left: 0;
    padding-right: 0;
  }

  .cards-container {
    text-align: left;
  }

  .cards-grid-container {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 0;
  }

  .nav-link-2 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .nav-link-2.w--current {
    margin-bottom: 5px;
    padding-bottom: 10px;
  }

  .hero-paragraph {
    width: auto;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
  }

  .get-buttons {
    width: 285px;
    margin-left: 0;
    margin-right: 0;
    font-size: 16px;
  }

  .get-buttons.apple, .get-buttons.android {
    margin-left: 0;
    margin-right: 0;
    padding-right: 40px;
  }

  .menu-button {
    margin-top: 11px;
    margin-bottom: 10px;
  }

  .hero-bullets {
    display: none;
  }

  .buttons-heading {
    width: 90%;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 30px;
  }

  .cards-paragraph {
    text-align: center;
    line-height: 28px;
  }

  .footer-links {
    justify-content: center;
    display: flex;
  }

  .footer-copyright {
    margin-left: 40px;
    margin-right: 40px;
  }

  .brand {
    margin-left: 10px;
    margin-right: 10px;
  }

  .brand.w--current {
    display: inline;
  }

  .container {
    padding-right: 5px;
  }

  .left-banner {
    border-style: none;
    margin-top: 2px;
    margin-bottom: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: none;
  }

  .pill-bottle-banner {
    margin-top: 30px;
    margin-bottom: 0;
  }

  .page-div-right {
    align-self: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .pages-heading {
    margin-left: auto;
    margin-right: auto;
  }

  .pages-paragraph-1 {
    text-align: center;
  }

  .save-80-hero {
    padding-left: 10px;
    font-size: 30px;
    line-height: 35px;
  }

  .pages-paragraph-2, .pages-paragraph-3 {
    text-align: center;
  }

  .pages-div-block-contact {
    padding-left: 0;
    padding-right: 0;
  }

  .faq-section {
    width: auto;
  }

  .tab-link-tab-1 {
    text-align: center;
  }

  .tab-link-tab-1.w--current {
    text-align: center;
    margin-right: 0;
  }

  .tab-link-tab-2 {
    text-align: center;
    margin-top: 10px;
  }

  .tab-link-tab-2.w--current {
    margin-left: 0;
  }

  .faq-text {
    width: 100%;
    color: #1691ff;
    text-align: center;
  }

  .heading-9 {
    text-align: center;
  }

  .coupon-customer-service-footer {
    margin-top: 5px;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 5px;
  }

  .rich-text-block-3 {
    margin-top: 21px;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-coupon-footer {
    text-align: center;
    font-size: 14px;
    line-height: 15px;
    display: block;
  }

  .flex-col {
    text-align: center;
  }

  .text-block-28.pcn {
    padding-left: 0;
  }

  .text-block-27 {
    text-align: center;
  }

  .all-buttons-div-1 {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
  }

  .html-embed-7 {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-bullets-mobile {
    color: #000;
    text-align: center;
    background-color: #fff;
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 22px;
    line-height: 35px;
    display: block;
  }

  .hero-paragraph-donut {
    width: auto;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 20px;
  }

  .nav-header {
    margin-top: 5px;
    font-size: 35px;
    display: inline-block;
  }

  .wdn-lookup-footer {
    text-align: center;
    font-size: 16px;
  }

  .wdn-lookup-header, .wdn-pricing-header {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .wdn-pricing-footer {
    text-align: center;
    font-size: 16px;
  }

  .wdn-pricing-search-button {
    width: auto;
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 5px;
  }

  .wdn-pricing-search-button.w--current {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
  }

  .bullet-header {
    padding-left: 10px;
    font-size: 30px;
    line-height: 35px;
  }

  .sticky-nav-links {
    justify-content: center;
    display: flex;
  }

  .flu-pon-heading {
    text-align: center;
    margin-right: 0;
    display: block;
  }

  .div-block-135 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .flex-container-hero {
    flex-direction: row;
    padding-left: 5px;
    padding-right: 5px;
  }

  .tab-link-tab-3-4 {
    width: 150px;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
  }

  .tab-link-tab-3-4.w--current {
    width: 150px;
  }

  .frs-card-print-div-2 {
    display: none;
  }

  .discount-coupon-2 {
    width: auto;
    margin: 0 0 10px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .html-embed-9 {
    text-align: center;
    flex-flow: column;
    align-self: center;
    font-size: 16px;
    display: block;
  }

  .rich-text-block-5 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .flex-row-3 {
    text-align: center;
    flex-direction: column;
    margin-top: 0;
    margin-left: 0;
  }

  .mobile-tip-2 {
    width: auto;
    color: #425490;
    background-color: rgba(11, 115, 0, .24);
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px;
  }

  .rich-text-block-6 {
    margin-top: 21px;
    padding-left: 0;
    padding-right: 0;
  }

  .bold-text-42 {
    text-align: center;
  }

  .rx-card-additional-button-2 {
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .rx-card-additional-button-2.w--current {
    width: 150px;
  }

  .html-embed-valid-date-2 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .tab-link-tab-1-5, .tab-link-tab-1-5.w--current {
    width: 150px;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-house-card-2 {
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
  }

  .rx-card-button-2 {
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .columns-8 {
    flex-wrap: nowrap;
    align-content: flex-start;
  }

  .text-block-39 {
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .text-block-40 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .pharmacist-paragraph-card-2 {
    background-color: rgba(11, 115, 0, .24);
    margin-left: 0;
    margin-right: 0;
    padding: 5px 10px;
  }

  .rx-card-button-3 {
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .since-2009-coupon-page-2 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .frs-card-print-additional-div-2 {
    display: block;
  }

  .container-house-cards-2 {
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .coupon-disclaimer-2 {
    margin-top: 5px;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 5px;
  }

  .section-house-cards-2 {
    margin-top: 0;
    padding-top: 10px;
  }

  .card-home-button-div-2 {
    flex-direction: column;
    flex: 0 auto;
    align-self: center;
    display: flex;
  }

  .tabs-house-card-2 {
    margin-top: 5px;
  }

  .card-tabs-menu-2 {
    padding-top: 0;
  }

  .card-home-button-2 {
    width: 150px;
    text-align: center;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  #w-node-fa31d170-fa80-4dfb-a8cd-00628dbf37f5-bd5286e5, #w-node-fa31d170-fa80-4dfb-a8cd-00628dbf37f7-bd5286e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-fa31d170-fa80-4dfb-a8cd-00628dbf37eb-bd5286e5, #w-node-fa31d170-fa80-4dfb-a8cd-00628dbf37f2-bd5286e5 {
    grid-column: span 1 / span 1;
  }
}


