/* start blog part */
.blog {
  padding-bottom: 120px; }
  @media (max-width: 1139px) {
    .blog {
      padding-bottom: 28px; } }
  @media (max-width: 991px) {
    .blog {
      padding-bottom: 60px; } }

.blog-header {
  margin-top: 32px;
}

.order-card {
  background-image: url('../imgs/order-card.png');
  background-color: #39c3d0;
  display: flex;
  flex-wrap: wrap;
  padding-right: 4.5px;
  padding-left: 4.5px;
  border-radius: 6px;
  box-shadow: 0 6px 16px 0 rgba(119, 119, 119, 0.06);
  width: 509px;
  padding-top: 16px;
  padding-bottom: 16px;
  margin-left: auto; }
  @media (max-width: 1139px ) {
      .order-card {
        width: 100%; } }

.order-card.fixed {
  position: fixed;
  width: 100%;
  z-index: 1;
  border-radius: 0;
}
.order-card.fixed > div:first-child {
  max-width: 50% !important; }
  @media (max-width: 500px) {
    .order-card.fixed>div:first-child {
    max-width: 100% !important; }}

.order-card.fixed>div:last-child {
  max-width: 50% !important; }
  @media (max-width: 500px) {
    .order-card.fixed>div:last-child {
    max-width: 100% !important; }}
.order-card.fixed>div:first-child h5{
  text-align: right !important;
  margin-top: 7px; }
  @media (max-width: 500px) {
    .order-card.fixed>div:first-child h5 {
      margin-bottom: 16px !important;
      text-align: left !important; }}
.order-card.fixed p{
  display: none;
}
.order-card.fixed .order-btn {
  margin-bottom: 0;
  text-align: left !important;
}
.order-card.fixed .order-btn button{
  margin-top: 0;
  padding: 10px 36px;
}

.blob-box {
  position: relative;
  padding: 16px;
  padding-bottom: 60px;
  margin-bottom: 24px;
  border-radius: 6px;
  box-shadow: 0 6px 16px 0 rgba(119, 119, 119, 0.06);
  background-color: #ffffff;
  height: 456px; }
  @media (max-width: 1139px) {
    .blob-box {
      height: 448px; } }
  @media (max-width: 991px) {
    .blob-box {
      height: 456px; } }
  @media (max-width: 767px) {
    .blob-box {
      height: 416px; } }
  @media (max-width: 575px) {
    .blob-box {
      height: 448px; } }

.blob-box .img-wrapper {
  overflow: hidden;
  border-radius: 6px;
  height: 146px; }


.blob-box .more-info {
  position: absolute;
  bottom: 24px; 
  left: 16px;
}
.blob-box .more-info p {
  font-weight: bold;
}
.blob-box .blog-content {
  max-height: 72px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.blog-footer .pagination {
  margin-left: auto;
  margin-right: auto; 
  margin-bottom: 0;
  margin-top: -24px;
}
.blog-footer .pagination .page-item>a.page-link {
  border: none;
  border-radius: 6px;
  padding: 4px 11px 4px 12px;
  margin-left: 0;
  /* width: 32px;
  height: 28px; */
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #3e4144;
}
.blog-footer .pagination .page-item>a.page-link.active {
  background-color: #39c3d0;
  color: #ffffff;
}

.blog-footer .pagination .page-item>a.page-link.next:hover,
.blog-footer .pagination .page-item>a.page-link.prev:hover {
  background-color: #dff5f7;
  opacity: 1;
}
.blog-footer .pagination .page-item>a.page-link.next,
.blog-footer .pagination .page-item>a.page-link.prev {
  opacity: 0.25;
}
.blog-footer .pagination .page-item>a.page-link.next i, .blog-footer .pagination .page-item>a.page-link.prev i{
  color: #39c3d0;
}

/* end::blog part */
