* {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
}
body {
  font-size: 16px;
  background: #f9f9f9;
  line-height: 1.5;
}
a {
  color: #007bff;
  text-decoration: none;
}
a:hover {
  color: #0056b3;
}
.small,
small {
  font-size: 12px;
}
.secondary-color {
  color: #9e9e9e;
}
img {
  max-width: 100%;
}
.main-container {
  width: 768px;
  margin: 0px auto;
  max-width: 100%;
  background: #fff;
}

.header {
  background: #47b9bc;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  padding: 11px 0;
}
.logo {
  display: flex;
  justify-content: space-around;
}
.logo img {
  display: block;
}
.main-content {
  padding: 0 15px;
}
.main-content .banner {
  margin: 0 -15px 15px;
}

.main-content .banner img {
  width: 100%;
}

.main-content figure {
  margin-bottom: 15px;
}
.main-content figure img {
  display: block;
}
.main-content h1 {
  font-weight: 700;
  line-height: 1.2;
  font-size: 24px;
  margin-bottom: 10px;
}
.main-content h2 {
  font-weight: 700;
  font-size: 20px;
  margin: 16px 0;
}
.main-content h3 {
  font-weight: 700;
  margin: 16px 0;
  font-size: 17px;
}
.main-content p {
  margin-bottom: 15px;
}
.main-content ul {
  margin-top: 5px;
  padding-left: 30px;
}
.main-content ul li {
  margin: 0 0 5px;
}
.recommended-articles-wrapper {
  padding: 20px 15px;
}
.recommended-articles-wrapper h3 {
  padding-bottom: 30px;
}
.recommended-articles-list ul {
  list-style: none;
}
.recommended-article-box {
  padding: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff), linear-gradient(270deg, #2daaad 0%, #0cd0d6 100%);
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  margin-bottom: 18px;
}
.recommended-article-box figure {
  margin-bottom: 15px;
  display: block;
}
.recommended-article-box figure img {
  width: 100%;
  display: block;
}
.recommended-article-box h4 a {
  color: #000;
  opacity: 0.9;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.4;
  display: block;
}
.recommended-by-box {
  margin-top: 10px;
}
.recommended-by-box span {
  color: #333333;
  display: block;
  opacity: 0.4;
  position: relative;
}
.recommended-by-box span:after {
  position: absolute;
  right: 0;
  content: "";
  height: 1px;
  width: calc(100% - 100px);
  background: #333;
  top: 10px;
  opacity: 0.11;
}
.recommended-by {
  display: flex;
  align-items: center;
  padding-top: 10px;
  line-height: 1;
}
.recommended-by figure {
  width: 25px;
  margin: 0;
  margin-right: 8px;
}
.recommended-by h6 {
  font-size: 13px;
  font-weight: 500;
  color: #333333;
  opacity: 0.9;
}
.recommended-by small {
  color: #333;
  opacity: 0.6;
  font-size: 10px;
}
.footer {
    background: #fafafa;
    padding: 15px;
    text-align: center;
}
.footer ul {
    list-style: none;
}
.footer li {
    display: block;
}
.footer a {
    padding: 5px 0;
    display: block;
    color: #00bebf;
    text-transform: uppercase;
    font-size: 13px;
}

.a2hs-popup {
  display: none;
  background: #fff;
  bottom: auto;
  top: 60px;
  width: 92%;
  margin: 0 auto;
  text-align: center;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 9999;
  max-width: 415px;
  padding: 10px 0 24px;
  min-height: 152px;
  border-radius: 10px;
  box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.2), 0 0 7px 0px rgba(0, 0, 0, 0.2);
}
.a2hs-popup h2 {
  font-size: 18px;
  line-height: 27px;
  font-family: "roboto";
  color: #333;
  padding-top: 36px;
  font-weight: 700;
}
.a2hs-popup .consult-doctor ul {
  padding-left: 0;
}
.a2hs-popup .consult-doctor ul li {
  list-style: none;
  width: 128px;
  display: inline-block;
  background: linear-gradient(0deg, #fff, #fff), linear-gradient(270deg, #2daaad 0%, #0cd0d6 100%);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  margin: 40px 10px 0;
}
@media (max-width: 320px) {
  .a2hs-popup .consult-doctor ul li {
    width: 110px;
 }
}
.a2hs-popup .consult-doctor ul li .consult-text {
  padding: 10px 0;
}
.a2hs-popup .consult-doctor ul li .consult-text h4 {
  font-size: 13px;
  line-height: 19px;
  color: #333;
  font-family: "roboto";
  font-weight: 600;
  margin-bottom: 0;
}
.a2hs-popup .consult-doctor ul li .consult-text h5 {
  font-size: 10px;
  line-height: 15px;
  color: #333;
  opacity: 0.9;
  font-family: "roboto";
  margin-bottom: 0;
}
.a2hs-popup .consult-doctor ul li span {
  margin-top: -33px;
  display: block;
}
.a2hs-popup .consult-doctor ul li span img {
  width: 63px;
}
.a2hs-popup .a2hs-container {
  padding: 0;
  position: relative;
}
.a2hs-popup .a2hs-container .unlock {
  position: absolute;
  top: -45px;
  left: 0;
  right: 0;
  background: url('../images/pwaimages/crown.svg');
  background-size: 90px;
  background-position: center 0;
  background-repeat: no-repeat;
}
.a2hs-popup .a2hs-container .groupimg {
  width: 100%;
}
.a2hs-popup .a2hs-container .unlock img {
  width: 60px;
  height: 90px;
}
.a2hs-popup .a2hs-container .unlock p {
  font-size: 14px;
  line-height: 21px;
  font-family: "roboto";
  margin: 10px 0 0;
}
.a2hs-popup .a2hs-container .a2hs-text {
  font-size: 18px;
  line-height: 25px;
  font-family: "roboto";
  color: rgba(0, 0, 0, 0.8);
  margin: 30px 0 25px;
  letter-spacing: -0.003em;
}
.a2hs-popup .a2hs-container .a2hs-text strong {
  font-family: "roboto";
  font-weight: 700;
}
.a2hs-popup .a2hs-container .a2hs-text span {
  color: #22b8bc;
  opacity: 0.9;
  background: url('../images/pwaimages/line.svg');
  background-size: 100%;
  background-position: bottom center;
  background-repeat: no-repeat;
  padding-bottom: 10px;
  font-weight: 600;
}
.a2hs-popup .a2hs-container .a2hs-text .arrowimg {
  margin: 13px 5px 0 0;
}
.a2hs-popup .a2hs-container .a2hs-button {
  text-align: center;
  margin: 0;
}
.a2hs-popup .a2hs-container .a2hs-button .btn-a2hs-add {
  width: 272px;
  height: 50px;
  background: linear-gradient(270deg, #ff254c 0%, #f58 100%), linear-gradient(90deg, #fc7044 1.29%, #fc4c44 103.13%), linear-gradient(270deg, #2daaad 0%, #0cd0d6 100%);
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
  margin: 0;
  border-radius: 100px;
  border: none;
  outline: none;
}
.a2hs-popup .a2hs-container .a2hs-button .btn-a2hs-add span {
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  font-family: "roboto";
  text-transform: capitalize;
  font-weight: 700;
}
.a2hs-popup .a2hs-container .a2hs-close-button {
  background: transparent;
  box-shadow: none;
  border: none;
  color: rgba(0, 0, 0, 0.6) !important;
  font-size: 14px;
  line-height: 21px;
  font-family: "roboto";
  padding: 0;
  margin: 16px 0 0;
  text-transform: capitalize;
}
.a2hs-popup .a2hs-container .a2hs-close-button:focus, .a2hs-popup .a2hs-container .a2hs-close-button:hover, .a2hs-popup .a2hs-container .a2hs-close-button:active {
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
}
/*pwastyles*/
.pwa-banner {
  width: 100%;
  background: #149da6;
  text-align: center;
  padding: 24px 0;
  min-height: 152px;
  z-index: 11;
}
.pwa-banner p {
  font-size: 20px;
  line-height: 28px;
  color: #fff;
}
.pwa-banner .btn-primary {
  width: 164px;
  background: linear-gradient(0deg, #fff, #fff);
  margin-top: 20px;
  border-radius: 100px;
  border: none;
  outline: none;
  box-shadow: none;
}
.pwa-banner .btn-primary:focus, .pwa-banner .btn-primary:active, .pwa-banner .btn-primary:hover {
  border: none;
  outline: none;
  box-shadow: none;
}
.pwa-banner .btn-primary span {
  font-size: 14px;
  line-height: 22px;
  color: #000;
  text-transform: capitalize;
}
.pwa-banner .btn-primary span::first-letter {
  text-transform: uppercase;
}
.pwa-banner.pwabanner-content {
  text-align: left;
  padding: 20px 0 16px 20px;
  margin: 0 auto;
  border-radius: 6px;
}
.pwa-banner.pwabanner-content p {
  font-size: 16px;
  line-height: 22px;
}
.pwa-banner.pwabanner-content .button-group {
  margin-left: 40px;
}
.pwa-banner.pwabanner-content .button-group .btn-primary {
  width: 96px;
}
.pwa-banner.pwabanner-content .button-group .btn-primary.not-nowbutton {
  background: transparent;
}
.pwa-banner.pwabanner-content .button-group .btn-primary.not-nowbutton:focus, .pwa-banner.pwabanner-content .button-group .btn-primary.not-nowbutton:active, .pwa-banner.pwabanner-content .button-group .btn-primary.not-nowbutton:focus {
  background: transparent;
}
.pwa-banner.pwabanner-content .button-group .btn-primary.not-nowbutton span {
  color: #fff;
  opacity: 0.7;
}

.overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1100;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.4);
}