.heading {
  font-weight: 700;
  color: #202f60;
}

.sub-heading {
  font-weight: 700;
  color: #333;
}

.content-wrap p {
  font-weight: 600;
}

.shop-market-section {
  padding-top: 40px;
  border-bottom: 5px solid #2E3552;
  position: relative;
  /*Specific to handle the Iphone 7 plus*/
}

@media (min-width: 376px) {
  .shop-market-section {
    top: 0px;
  }
}

.shop-market-section.full-width-background::before {
  background-color: #f9f9f9;
  position: absolute;
  content: '';
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.shop-market-section.full-width-half-background::before {
  background-color: #f9f9f9;
  position: absolute;
  content: '';
  top: 0;
  height: 64%;
  width: 100%;
  z-index: -1;
}

@media (min-width: 992px) {
  .shop-market-section {
    padding-top: 60px;
  }
}

.shop-market-section.hide-border {
  border-bottom: 0px;
}

.shop-market-section.blue-bg {
  background-color: #F5F8FC;
}

.shop-market-section .shop-market-bg {
  padding-top: 40px;
}

@media (min-width: 992px) {
  .shop-market-section .shop-market-bg {
    padding-top: 60px;
  }
}

.shop-market-section .shop-market-bg.dynamic-image-bg {
  margin-bottom: -1px;
  background-repeat: no-repeat !important;
  background-position: center bottom !important;
}

.shop-market-section .shop-market-section-wrapper {
  margin-bottom: 30px;
}

.shop-market-section .shop-market-section-wrapper h1, .shop-market-section .shop-market-section-wrapper h2, .shop-market-section .shop-market-section-wrapper h4 {
  padding: 0;
}

@media (min-width: 768px) {
  .shop-market-section .shop-market-section-wrapper h1, .shop-market-section .shop-market-section-wrapper h2, .shop-market-section .shop-market-section-wrapper h4 {
    padding: 0 12%;
  }
}

.shop-market-section .shop-market-section-wrapper h1.text-left, .shop-market-section .shop-market-section-wrapper h2.text-left, .shop-market-section .shop-market-section-wrapper h4.text-left {
  padding: 0;
}

.shop-market-section .heading-desc {
  display: block;
  padding: 0px;
  font-weight: 600;
  line-height: 23px;
}

@media (min-width: 768px) {
  .shop-market-section .heading-desc {
    line-height: 23px;
    padding: 0 46px;
  }
}

@media (min-width: 992px) {
  .shop-market-section .heading-desc {
    line-height: 29px;
  }
}

.shop-market-section .btn-secondary {
  padding: 15px 30px 12px 30px;
  font-weight: 700;
  width: 100%;
}

@media (min-width: 992px) {
  .shop-market-section .btn-secondary {
    width: auto;
  }
}

.shop-market-section.remove-heading-padding .shop-market-section-wrapper h1 {
  padding: 0;
}

.shop-market-section.medicare-guide-zip-code .cta-with-bag::after {
  content: none;
}

.shop-market-section.medicare-guide-zip-code .form-cta {
  padding-bottom: 180px;
}

@media (min-width: 992px) {
  .shop-market-section.medicare-guide-zip-code .form-cta {
    padding-bottom: 100px;
  }
}
