.bredcrumb {
    background: url('https://abctechweb.net/envato/templates/lawfirm/multi-page/img/banner/inner-page-banner.jpg') no-repeat center center;
    background-size: cover;
    padding: 100px 0;
    color: white;
    text-align: center;
    position: relative;
  }

  .bredcrumb::after {
    content: "";
    background-color: rgba(0,0,0,0.6);
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    z-index: 0;
  }

  .bredcrumb h1, .bredcrumb p {
    position: relative;
    z-index: 1;
  }


  .bredcrumb .container{
      margin-top: 80px;
  }

  .sidebar{
    position: relative;
  }

  .sidebar::before{
    content: '';
    position: absolute;
    left: 0;
    top: 4%;
    height: 55%;
    width: 2px;
    background-color: #cdcdcd;
  }


  .sidebar .card {
    margin-bottom: 25px;
    border: none;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    background: #151515;
    padding: 15px 15px !important;
  }

  .card ul li .fa-angle-right{
      color: rgb(129, 129, 129) !important;
  }

  .card ul li a{
   font-size: 16px;
   color: #fff;
   margin-left: 25px;
}
  
.card ul li:hover a {
    color: #f69052;
  }

  .card h2, .card h3, .card h4, .card h5 {
    color: #f69052;
    margin-top: 0px;
    margin-bottom: 15px;
  }

  .orangeclr{
    color: #f69052;
  }

  p {
    line-height: 1.8;
    color: #555;
  }

  .badge {
    margin: 5px 5px 0 0;
  }

  .comment-box strong {
    color: #000;
  }

  .btn-warning {
    color: #fff;
  }

  .innContblogHead h3{
    font-family: "mona-SemiBold";    
  }

  .blgWrp{
    position: relative;
    padding: 140px 0 80px;
  }

  .blog-meta {
    font-size: 0.9rem;
    color: #888;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
  }

  .card .postSec h6{
      color: #fff;
  }

  .card .postSec small{
    color: #777;
    font-size: 14px;
    font-family: "mona-SemiBold";
  }

  .card-2 {    
    background: #ffffff !important;
    border: 1px solid #f69052 !important;
  }

  .card-2 h6{
    color: #151515 !important;
    font-family: "mona-SemiBold";
  }

  .card-2 .postImg{
    width: 75px;
    height: 75px;
  }

  .practList li {
    position: relative;
  }

  .practList li::before {
    content: '';
    background-image: url(../img/noun-arrow-wt.webp);
    position: absolute;
    left: -6px;
    top: 0px;
    width: 24px;
    height: 24px;
}

.practList li:last-child{
  margin-bottom: 0px;
}

  .blog-title {
    font-size: 24px;
    font-weight: 600;
    margin: 20px 0;
  }

  .author-box {
    background-color: #fff3ed;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 6px;
    margin-bottom: 20px;
  }

  .author-info {
    display: flex;
    align-items: center;
    gap: 15px;
  }

  .author-info img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
  }

  .author-info h6{
    font-family: "mona-SemiBold";    
    color: #151515;
  }

  .author-info small{
    color:#777;
  }

  .meta-info {
    font-size: 14px;
    color: #999;
  }

  .meta-info img {
  max-width: 100%;  
  }

  .meta-info span{
    font-style: italic;
  }

  .blogBoxWrapp {
    background-color: #f5f5f5;
    padding: 30px;
    border-radius: 8px;
  }

  .blogPoints {
    background-color: transparent;
    padding: 0px 25px 0px 30px;
    margin-bottom: 40px;    
    position: relative;
    border-left: 4px solid #F69052; 
  }

  .blogBoxWrapp .blogPoints:last-child{
    margin-bottom: 0px;
  }

  /* Alternate border color - gray */
  .blogBoxWrapp .blogPoints:nth-child(even) {
    border-left: 4px solid #151515;
  }

  .blogPoints h5 {
    font-family: "mona-SemiBold";
    margin-bottom: 10px;
    color: #151515;
  }

  .blogPoints p {
    margin-bottom: 8px;
    color: #777777;
    font-size: 16px;
  }
  
  @media (max-width: 768px) {
    .author-box {
      flex-direction: column;
      align-items: flex-start;
      gap: 10px;
    }

    .blogBoxWrapp {
      padding: 2rem 0rem;
    }
  }

  .prinnList{
    padding: 0;
    margin: 0 0 0 8px;
    list-style: none;
  }
  
  .prinnList li{
    margin: 10px 22px 20px;
    font-size: 16px;    
    color: #151515;
    font-family: "mona-SemiBold";
    position: relative;
    display: block;
  }
  
  
  .prinnList li::before{
    content: '';
    background-image: url(../img/noun-arrow-wt.webp);
    position: absolute;
    background-size: cover;
    background-position: center center;
    left: -30px;
    top: 3px;
    width: 20px;
    height: 20px;
    background-color: #f69052;
    border-radius: 3px;
    
  }

  .lawjourney .accordion-item{
    margin-bottom: 20px;
  }
  
  .lawjourney .accordion-button {
    background: transparent;
    color: white;
    border: none;
    border-bottom: 1px solid #444;
    border-radius: 0;
    padding-left: 30px;
    outline: none !important;
    box-shadow: none !important;
    position: relative;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .lawjourney .accordion-button::before{
    content: '';
    background-image: url(../img/noun-arrow-orng.webp);
    position: absolute;
    background-size: cover;
    background-position: center center;
    left: 0px;
    top: 20px;
    width: 24px;
    height: 24px;        
  }

  .lawjourney .accordion-button::after {
    display: none !important;
  }

  .lawjourney .accordion-button:focus {
    box-shadow: none;
  }

  .lawjourney .accordion-button:not(.collapsed) {
    background: transparent;
    color: white;
  }

  .lawjourney .accordion-body {
    color: #ccc;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 30px;
    text-indent: 40px;
    text-align: justify;
  }

  .lawjourney .accordion-body p{
    color: #fff;
  }

  .lawjourney .timeline-top {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #bbb;
    cursor: pointer;
    padding: 10px 0 0px 30px;
  }

  .lawjourney .accordion-header {
    cursor: pointer;
  }
