.blog-section.common-padding {
  padding-top: 0;
}
.blog-section.common-padding,
.blog-list.common-padding {
  position: relative;
}
.blog-list.common-padding {
  padding-top: 190px;
}
.blog-recent {
  margin-bottom: 0;
}
.blog-row {
  margin-bottom: -24px;
}
.blog-col {
  margin-bottom: 24px;
}
.blog-box {
  border-radius: 20px;
  overflow: hidden;
  display: block;
}
.blog-img-box {
  overflow: hidden;
}
.blog-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.7s;
}
.blog-box:hover img {
  transform: scale(1.1);
  transition: 0.7s;
}
.blog-box .title {
  margin-bottom: 0;
  transition: all 0.3s;
  padding: 16px;
  background-color: #f8f8f8;
}
.blog-box .details {
  display: none;
}
.blog-sidebar {
  padding: 16px;
  background-color: #f8f9fa;
  border: 1px solid #d9d9d9;
  border-radius: 20px;
  position: sticky;
  top: 110px;
}
.resent-post {
  margin-bottom: 20px;
}
.blog-recent li {
  padding: 15px 0;
  border-bottom: 1px solid #d9d9d9;
}
.blog-recent li:first-child {
  padding-top: 0;
}
.single-post .blog-list .blog-recent li {
  padding-left: 0;
}
.blog-recent li:last-child {
  margin-bottom: 0;
}
.blog-recent li::before {
  display: none;
}
.blog-recent a {
  display: flex;
  align-items: center;
  gap: 15px;
}
.blog-recent-img {
  width: 50px;
  height: 50px;
  overflow: hidden;
  flex-shrink: 0;
  border-radius: 8px;
}
.blog-recent-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content-text {
  font-size: 14px;
  line-height: 21px;
  color: #0b1520;
  transition: all 0.3s;
  margin-bottom: 0;
}
.content-text:hover {
  color: #003399;
  transition: all 0.3s;
}
/* .category ul {
  padding-bottom: 0;
}
.category ul li {
  position: relative;
  padding-left: 20px;
}
.category ul li::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #009ee3;
  border-radius: 50%;
} */
/* .category ul li a {
  display: inline-block;
} */
.blog-details h1 {
  text-align: left;
  font-size: 48px;
  line-height: 54px;
}
.blog-details .date {
  margin-bottom: 20px;
  color: #666666;
}
.blog-details img {
  margin-bottom: 20px;
}
.blog-details .hupso-share-buttons .hupso_c > div {
  display: flex !important;
}
/* .single-post .blog-list li {
  position: relative;
  padding-left: 20px;
}
.single-post .blog-list ul li::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #009ee3;
  border-radius: 50%;
} */
.single-post .blog-list .table-block {
  width: 100%;
  white-space: nowrap;
  overflow-x: auto;
  margin-bottom: 16px;
}
.table-block table {
  width: 100%;
  border-collapse: collapse;
}

.table-block th,
.table-block td {
  padding: 0 15px;
}

.single-post .breadcrumb-page {
  display: none;
}

/* Responsive */
@media only screen and (max-width: 1199px) {
}
@media only screen and (max-width: 991px) {
  .blog-details h1 {
    font-size: 42px;
    line-height: normal;
  }
}
@media only screen and (max-width: 767px) {
  .blog-main {
    margin-bottom: 0;
  }
  .blog-list.common-padding {
    padding-top: 170px;
  }
  .blog-row {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 575px) {
  .blog-details h1 {
    font-size: 28px;
  }
  .blog-list.common-padding {
    padding-top: 125px;
  }
}
/* Responsive End */
