/*background colors*/
.health-sec {
  padding: 48px 0; }
  @media only screen and (max-width: 767px) {
    .health-sec {
      padding: 30px 0; } }
  .health-sec .health-list {
    display: flex;
    flex-wrap: wrap;
    margin: -14px; }
    .health-sec .health-list li {
      width: calc(33.33% - 28px);
      margin: 14px;
      position: relative;
      padding-bottom: 60px; }
      @media only screen and (max-width: 1023px) {
        .health-sec .health-list li {
          width: calc(50% - 28px); } }
      @media only screen and (max-width: 767px) {
        .health-sec .health-list li {
          width: calc(100% - 28px); } }

.health-box {
  background: #FBFBFD;
  box-shadow: 0px 3px 15px #81818133;
  border-radius: 12px;
  position: relative; }
  .health-box .health-img {
    position: relative; }
    .health-box .health-img img {
      border-radius: 12px 12px 0 0;
      width: 100%; }
  .health-box .health-text {
    padding: 16px 16px 0 16px; }
    @media only screen and (max-width: 767px) {
      .health-box .health-text {
        padding-bottom: 10px; } }
    .health-box .health-text .health-top {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin: 0 0 20px 0; }
      @media only screen and (max-width: 767px) {
        .health-box .health-text .health-top {
          margin: 0 0 10px 0; } }
      .health-box .health-text .health-top .health-left p {
        font: 600 18px/22px "Noto Sans", sans-serif;
        color: #2C2C2C;
        padding-bottom: 10px;
        max-width: 256px;
        text-align: center;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
        @media only screen and (max-width: 767px) {
          .health-box .health-text .health-top .health-left p {
            font-size: 16px; } }
      .health-box .health-text .health-top .health-left span {
        background: #00A0A0;
        border-radius: 4px;
        color: #fff;
        font-size: 13px;
        line-height: 22px;
        padding: 0 10px 1px 10px;
        max-width: 200px;
        text-align: center;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: inline-block; }
      .health-box .health-text .health-top .health-right span {
        font: 14px/18px "Open Sans", sans-serif;
        color: #4D4D4F; }
      .health-box .health-text .health-top .health-right p {
        font: 700 24px/28px "Open Sans", sans-serif;
        color: #2C2C2C; }
        @media only screen and (max-width: 1023px) {
          .health-box .health-text .health-top .health-right p {
            font-size: 22px; } }
        @media only screen and (max-width: 767px) {
          .health-box .health-text .health-top .health-right p {
            font-size: 18px; } }
    .health-box .health-text .health-bottom li {
      width: 100%;
      margin: 0;
      padding-bottom: 16px; }
      @media only screen and (max-width: 767px) {
        .health-box .health-text .health-bottom li {
          padding-bottom: 8px; } }
      .health-box .health-text .health-bottom li span {
        font: 14px/24px "Open Sans", sans-serif;
        color: #4D4D4F; }
        @media only screen and (max-width: 767px) {
          .health-box .health-text .health-bottom li span {
            font-size: 12px; } }
      .health-box .health-text .health-bottom li p {
        font: 500 16px/20px "Open Sans", sans-serif;
        color: #2C2C2C; }
        @media only screen and (max-width: 767px) {
          .health-box .health-text .health-bottom li p {
            font-size: 14px; } }
  .health-box .health-button {
    padding: 8px 16px 24px 16px;
    position: absolute;
    width: 100%;
    bottom: 0; }
    .health-box .health-button a {
      width: 100%;
      border-radius: 8px; }

/*# sourceMappingURL=health.css.map */

/*health screening ck ekeditor css*/
.health-package-body h2,
.health-package-body h3,
.health-package-body h4,
.health-package-body h5,
.health-package-body h6,
.health-package-body p {
  font-family: "Open Sans", sans-serif;
  color: #073849;
  line-height: 1.6;
  margin-top: 1.4em;
  margin-bottom: 0.8em;
}

.health-package-body h2 {
  font-size: 1.75rem !important; /* ~28px */
  font-weight: 400 !important;
  letter-spacing: -0.025em;
  margin: 1rem 0 .75rem !important;
  line-height: 1.3 !important;
}

.health-package-body h3 {
  font-size: 1.5rem !important; /* ~24px */
  font-weight: 400 !important;
  letter-spacing: -0.025em !important;  
  margin: 1rem 0 .75rem !important;
  line-height: 1.3 !important;
}

.health-package-body h4 {
  font-size: 1.424rem !important; /* ~20px */
  margin: 1rem 0 .75rem !important;
  font-weight: bold !important;
  line-height: 1.3 !important;
}

.health-package-body h5 {
  font-size: 1.266rem !important;
  margin: 1rem 0 .75rem !important;
  font-weight: bold !important;
  line-height: 1.3 !important;
}

.health-package-body h6 {
  font-size: 1.125rem !important;
  margin: 1rem 0 .75rem !important;
  font-weight: bold !important;
  line-height: 1.3 !important;
}

.health-package-body p {
  font-size: 1rem !important;
  font-weight: 400;
  color: #333;
  margin-bottom: 1.2em;
}

.health-package-body a {
  color: #0d6efd;
  text-decoration: underline;
}
.health-package-body a:hover {
  color: #084298;
  text-decoration: none;
}

.health-package-body ul,
.health-package-body ol {
  margin: 0 0 1.2em 2em;
  margin-block: 0.25em;
  margin-inline: 1.5em 0;
  padding-inline-start: 0;
}

.health-package-body li {
  margin-bottom: 0.4em;
}

.health-package-body blockquote {
  border-left: 4px solid #ddd;
  padding-left: 1em;
  color: #555;
  font-style: italic;
  margin: 1.2em 0;
}
/*blogs ck ekeditor css*/
