.fs-7 {
  font-size: 0.875rem !important;
}
.bsb-timeline-8 {
  --bsb-tl-color: #fff;
  --bsb-tl-circle-color: var(--bs-light);
  --bsb-tl-circle-border-color: var(--bs-primary);
  --bsb-tl-indicator-color: var(--bs-white);
  --bsb-tl-circle-size: 16px;
  --bsb-tl-circle-offset: 8px;
  --bsb-tl-circle-border-size: 2px;
}
.bsb-timeline-8 .timeline {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  border-left: 1px solid #eee;
  left: 70px;
}
.bsb-timeline-8 .timeline:after {
  background-color: var(--bsb-tl-color);
  bottom: 0;
  content: "";
  left: 0;
  margin-left: -1px;
  position: absolute;
  top: 0;
  width: 2px;
}
.bsb-timeline-8.card{
    border: 0;
    margin-left: 8%;
}
.timeline-meta span{
    color: #000;
    font-size: 1.1vw;
    font-weight: 700;
}
.timeline-content h6{
    color: #000;
    font-size: 1vw;
    font-weight: 600;
    padding-bottom: 20px;
}
.timeline-content ul{
    border-left: 4px solid #db9648;
    padding-left: 15px;
}
.timeline-content ul li{
    list-style: none ;
    color: #000;
    font-size: 0.85vw;
    padding-bottom: 10px;
    position: relative;
    padding-left: 36px;
}
.timeline-content ul li:last-child{
    padding-bottom: 0;
}
.timeline-content .row .col-md-6:last-child ul{
    border-left: 4px solid #6298c4;
}
.timeline-content ul li i{
    position: absolute;
    left: 0;
    color: #fff;
    border-radius: 50%;
    width: 19px;
    height: 19px;
    text-align: center;
    /*padding: 5px;*/
    font-size: .7em;
    line-height: 19px;
    background: #db9648;
    /*margin-right: 10px;*/
    margin-top: 3px;
}
.timeline-content .row .col-md-6:last-child ul li i{
    background: #6298c4;
}
    

@media (min-width: 768px) {
  .bsb-timeline-8 .timeline:after {
    left: 33%;
  }
      .bsb-timeline-8 .timeline > .timeline-item .timeline-indicator{
          border:1px solid #e6ebeb;
          border-radius: 15px;
          margin-left: 20px;
          margin-bottom: 30px;
      }
}
.bsb-timeline-8 .timeline > .timeline-item {
  margin: 0;
  padding: 0;
  position: relative;
}
.bsb-timeline-8 .timeline > .timeline-item:after {
  background: var(--bsb-tl-circle-color);
  border: var(--bsb-tl-circle-border-size) solid
    #6298c4;
  border-radius: 50%;
  content: "";
  height: var(--bsb-tl-circle-size);
  left: calc(var(--bsb-tl-circle-offset) * -1);
  position: absolute;
  top: calc(50% - var(--bsb-tl-circle-offset));
  width: var(--bsb-tl-circle-size);
  z-index: 1;
}
.bsb-timeline-8 .timeline > .timeline-item:before {
  background: #6298c4;
  border: 0;
  border-radius: 100%;
  content: "";
height: 8px;
    left: -4px;
    position: absolute;
    top: 48%;
    width: 8px;
    z-index: 2;
}
.bsb-timeline-8 .timeline > .timeline-item .timeline-body {
  margin: 0;
  padding: 0;
  position: relative;
}
.bsb-timeline-8 .timeline > .timeline-item .timeline-meta {
  padding: 0 0 1rem 2rem;
}
.bsb-timeline-8 .timeline > .timeline-item:first-child .timeline-meta {
  padding: 2rem 0 1rem 2rem;
}
.bsb-timeline-8 .timeline > .timeline-item .timeline-content {
  padding: 0 0 2rem 2rem;
}
@media (min-width: 768px) {
  .bsb-timeline-8 .timeline > .timeline-item {
    left: 0%;
    width:85%;
  }
  .bsb-timeline-8 .timeline > .timeline-item .timeline-meta {
    display: flex;
    justify-content: flex-start;
    left: -7%;
    margin: 0;
    padding: 0 2rem 0 0;
    position: absolute;
    top: calc(50% - 10px);
    width: 100%;
    z-index: 1;
  }
  .bsb-timeline-8 .timeline > .timeline-item:first-child .timeline-meta {
    padding: 0 2rem 0 0;
  }
  .bsb-timeline-8 .timeline > .timeline-item .timeline-content {
    padding: 2rem;
  }
  .bsb-timeline-8 .timeline > .timeline-item .timeline-indicator {
    position: relative;
  }
  .bsb-timeline-8 .timeline > .timeline-item .timeline-indicator:after {
    border-width: 0px;
    border: 10px solid var(--bsb-tl-indicator-color);
    border-color: transparent var(--bsb-tl-indicator-color) transparent
      transparent;
    border-left-width: 0;
    content: "";
    left: calc(2rem - 10px);
    position: absolute;
    top: calc(50% - var(--bsb-tl-circle-offset));
    z-index: 1;
  }
}
@media (max-width:767px){
    .bsb-timeline-8.card {
    margin-left: 0;
}
.bsb-timeline-8 .timeline {
    left: 0px;
}
.timeline-meta span {
    font-size: 20px;
}
.timeline-content h6 {
    font-size: 17px;
}
.timeline-content ul li {
    font-size: 14px;
}
.bsb-timeline-8 .timeline  .timeline-item:before {
    top: 48.5%;
}
.bsb-timeline-8 .timeline .timeline-item:first-child:before{
   top: 48.7%; 
}
.bsb-timeline-8 .timeline .timeline-item:nth-child(2):before{
   top: 48.9%; 
}
.bsb-timeline-8 .card-body{
    padding:0 20px  !important;
}
.bsb-timeline-8 .timeline  .timeline-item{
    padding-bottom:30px;
}
.timeline-content .row .col-md-6:last-child ul {
    padding-top: 20px;
}
}
