.blog-terxt-margin {
  margin: -95px 0 0;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.section-blog-margin {
  background: url(assets/img/pattern-bg.png) top 135px center/cover no-repeat;
}
.carousel-indicators [data-bs-target] {
  background-color: #000 !important;
}
.blog-pwa {
  width: 800px;
  text-align: center;
  margin: auto;
}
.loyblog-css {
  width: 600px;
}
.blog-feature-card {
  position: relative;
  background: #F8F8F8 !important;
}
/* NEW BLOG PAGE CSS */
.blog-header img {
  height: 400px;
  object-fit: cover;
  width: 100%;
}
.main-our-blog {
  padding: 60px;
}
.card-body-padding {
  padding: 20px 0px !important;
}
.our-blog-text {
  color: #495057;
  font-size: 30px;
  text-align: center;
}
.blog-tab-item {
  margin-right: 30px;
}
.blog-tab-item .active {
  padding: 5px 19px !important;
  background: #272E39 !important;
  font-size: 14px;
  color: #fff;
  border-radius: 15px;
}
.blog-tab-item :hover {
  color: #272E39;
}
.blog-tab-item button {
  padding-top: 3px;
  color: #6C6C6C;
}
.blog-tabs-divider {
  border-bottom: 2px solid #B4B4B4;
  width: 70%;
  margin: auto;
}
.blog-date {
  color: #495057;
  font-size: 13px;
}
.blog-data {
  color: #495057;
  font-size: 13px;
  /* height: 50px; */
}
.blog-data-divider {
  border-bottom: 1px solid #E5E5E5;
  width: 100%;
}
.tabs-image {
  height: 200px;
  width: 100%;
}
.tabs-image img {
  height: 100%;
  object-fit: contain;
}
@media(max-width: 768px) {
  .blog-header img {
    height: 100% !important;
    object-fit: cover;
    width: 100%;
  }
  .tabs-image {
    height: 100% !important;
    width: 100% !important;
  }
  .blog-terxt-margin {
    margin: -10px 0 0;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
  }
  .blog-tab-item {
    margin-right: 0px;
  }
  /* .section-blog-margin{
  margin-bottom: 171px;padding-bottom: 135px;
} */
  .blog-pwa {
    width: 100% !important;
  }
  .loyblog-css {
    height: auto !important;
    width: 100% !important;
  }
}
@media(min-width: 1440px) {
  .tabs-image {
    height: 300px !important;
    width: 100% !important;
    background: #80808029;
  }
  .tabs-image img{
    object-fit: contain !important;
  }
}