.blog-detail-header {
    position: relative;
    background-repeat: no-repeat;
    height: auto;
}


.blog-detail-header::after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
   background-color: rgba(0, 0, 0, 0.607);
    z-index: 1;
}

.breadcrumb-item-p3::before {
    color: rgb(255, 255, 255) !important;
    font-size: 10px;
  }

  .breadcrumb-item-p3.active {
  font-size: 10px;
  color: rgb(173, 165, 165);
  }

  .breadcrumb-item-p3+.breadcrumb-item::before {
    float: unset;
  }

  .blog-ralated {
    font-size: 18px;
  }

  .detail-comments {
    background-color: #ededed;
  }

  .detail-comments input:focus-visible {
    outline: 0;
  }

  .detail-comments input {
    border: 0;
  }

  .detail-comments textarea {
    border: 0;
  }

  .detail-comments textarea:focus-visible {
    outline: 0;
  }

  .detail-comments button {
    padding: 5px 10px;
    background-color: #075c63;
    color: white;
    border: 1px solid #075c63;
    transition: 0.4s;
  }

  .detail-comments button:hover {
    background: transparent;
    color: #075c63;
  }

  .position-sticky {
    top: 80px !important;
    padding-bottom: 2rem;
  }
