:root {
  --bg-light-blue: #e7f1f1;
  --bg-main: #0584e8;
}

.bg-main {
  background-color: var(--bg-main);
}

.bg-light-blue {
  background-color: var(--bg-light-blue);
}

img {
  max-width: 100%;
  height: auto;
}

dl,
ul,
ol {
  margin-bottom: 0 !important;
  padding-left: 0 !important;
}

ul li {
  list-style: none;
}

.blog-share .social-share li {
  display: inline-block;
}

.blog-share .social-share li:not(:last-child) {
  margin-right: 5px;
}

.blog-share .social-share li a {
  font-size: 16px;
  color: #fff;
  height: 35px;
  line-height: 35px !important;
  width: 35px;
  text-align: center;
  display: block;
  border-radius: 50%;
}

.blog-share .social-share .gmail {
  background-color: #979797 !important;
}

.blog-share .social-share .linkedin {
  background-color: #007ab9 !important;
}

.blog-share .social-share .linkedin:hover {
  background-color: #016394 !important;
}

.blog-share .social-share .facebook {
  background-color: #3a589b !important;
}

.blog-share .social-share .facebook:hover {
  background-color: #2a4d9b !important;
}

.blog-share .social-share .twitter {
  background-color: #000 !important;
}

.blog-share .social-share .twitter:hover {
  background-color: #4a4242 !important;
}

.blog-share .social-share .google {
  background-color: #f34a38 !important;
}

.blog-share .social-share .google:hover {
  background-color: #dd3a27 !important;
}

.blog-share .social-share .meta-info a:hover {
  color: #006cff;
}

.blog-share .social-share .whatsapp {
  background-color: #0dc143 !important;
}

.blog-share .social-share .whatsapp:hover {
  background-color: #08b13b !important;
}

/* ===== THIS CSS USED FOR DESCRIPTION LIST STYLING ===== */

.blog-description ul li {
  font-size: 1rem;
  line-height: 1.8;
  color: #494949;
}

.card .category-list-wrapper li {
  list-style: disc !important;
}

.popular-items .sideimage {
  width: 110px;
  min-width: 110px;
  height: 58px !important;
  overflow: hidden;
}

.popular-items .media-body a {
  color: #111;
}
