@import "./blog-sidebar.css";
.top-banner img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: top;
}
.di-blog-articls h1 {
  margin-top: 1em;
  margin-bottom: 0.5em;
  font-weight: 600;
}
.blog-left-content .posted-date {
  margin-left: 0;
  display: none;
}
.blog-left-content .posted-date li {
  list-style: none;
}
.blog-left-content ol,
.blog-left-content ul {
  list-style: auto;
  margin-left: 18px;
  margin-bottom: 20px;
}
.blog-left-content ol li:not(:last-child),
.blog-left-content ul li:not(:last-child) {
  margin-bottom: 8px;
}
.di-blog-articls p {
  font-size: clamp(1rem, 1.1vw, 1.25rem);
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 16px;
  color: #5e5d5d;
}
.di-blog-articls p strong,
.di-blog-articls p b {
  color: #444;
}
.di-blog-articls h2 {
  font-size: 28px;
  margin-top: 1em;
  margin-bottom: 0.5em;
}
.di-blog-articls h3 {
  font-size: 25px;
  margin-top: 1em;
  margin-bottom: 0.5em;
}
.di-blog-articls h3 strong {
  font-weight: 600;
}
.heateor_sss_sharing_title {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 10px;
}
.di-blog-articls .h6 {
  font-size: clamp(1rem, 1.5vw, 1.5rem);
  /* margin-top: 1em; */
  margin-bottom: 0.5em;
  margin-top: 0px;
}
.di-blog-articls h6 {
  font-size: clamp(0.875rem, 1.5vw, 1.25rem);
  margin-top: 1em;
  margin-bottom: 0.5em;
}
.di-blog-apps-sec .row:first-child {
  padding-top: 40px;
  margin-top: 0px;
  padding-bottom: 40px;
}
.di-blog-apps-sec {
  background-color: #ecfaff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  border-top: 1px solid rgba(0, 0, 0, 0.09);
}
.di-blog-apps-sec .di-blog-products-writer-content span {
  font-size: clamp(1rem, 1.1vw, 1.25rem);
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 16px;
  color: #5e5d5d;
}
.di-blog-apps-writer {
  align-items: flex-end;
  margin-top: 10px;
  height: 100%;
  display: flex;
}
.di-blog-apps-writer picture img {
  border-radius: 100px;
  width: 100px;
  object-fit: cover;
  height: 100px;
}
.di-blog-apps-writer {
  align-items: center;
  margin-top: 10px;
  display: flex;
}
.di-blog-apps-writer figure {
  height: 100px;
  width: 100px;
}
.di-blog-apps-writer figure img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 100%;
}
.di-blog-apps-header {
  margin-left: 35px;
}
.di-blog-apps-header h5 {
  font-weight: 600;
  margin-bottom: 15px;
  color: #135d81;
}
.di-blog-apps-header .date {
  margin-left: 10px;
}
.di-articls-social-media ul li a {
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 45px;
  height: 45px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 22px;
  color: #000;
}
.di-articls-social-media span {
  background-color: transparent !important;
}
.di-articls-social-media ul li:not(:last-child) {
  margin-right: 12px;
}
.di-articls-social-media ul li .fa-whatsapp {
  font-weight: 700;
}
.di-articls-social-media ul li a:hover {
  color: var(--color-primary);
}
.di-articls-social-media {
  display: flex;
  align-items: center;
  justify-content: end;
  border-top: 1px solid rgba(0, 0, 0, 0.09);
  padding-top: 20px;
}
.heateor_sss_sharing_ul {
  display: flex;
  gap: 10px;
}
.heateor_sss_svg svg {
  padding: 5px;
  background-color: var(--color-primary);
  width: 38px;
  height: 38px;
}
.latest-posts {
  width: 100%;
  background-color: var(--color-light);
  border-radius: 20px;
  padding: 60px 20px 20px 15px;
  box-shadow: 0 4px 20px -10px rgb(0 0 0 / .25);
  background: linear-gradient(272.81deg, #73B2DB 8.01%, #418CBD 105.34%);
  margin-top: 38px
}
.latest-posts>h4 {
  background-color: #02548b;
  border-radius: 20px;
  color: var(--color-light);
  -webkit-box-shadow: 0 4px 20px -10px rgb(0 0 0 / .25);
  box-shadow: 0 4px 20px -10px rgb(0 0 0 / .25);
  font-size: 25px;
  line-height: 1;
  font-weight: 400;
  padding: 25px 15px;
  text-align: center;
  position: absolute;
  left: 20px;
  right: 20px;
  top: 38px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .blog-left-content {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .di-blog-articls h2,
  .di-blog-articls h3 {
    font-size: 22px;
  }
}