

/* The actual timeline (the vertical ruler) */
.timeline {
  position: relative;
    max-width: 95%;
  margin: 0 auto;
}

.timeline::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: #D9D9D9;
  top: 0;
  bottom: 0;
  left: 6px;
  margin-left: -3px;
}

/* timeline-timeline-container around content */
.timeline-container {
  padding: 0px 28px;
  position: relative;
  background-color: inherit;
  width: 100%;
}

/* The circles on the timeline */
.timeline-container::after {
  content: '';
  position: absolute;
width: 9px;
    height: 10px;
    
  background-color: #3A3A3A;
  border: 4px solid #F68F3D;
    top: 50%;
    transform: translateY(-50%);
  z-index: 1;
  border-radius: 50px;
      box-sizing: content-box;
}
.left::after{
    right:auto;
    left: -3px;
}

/* Place the container to the left */
.left {
  left: 0;
}

/* Place the container to the right */
.right {
  left: 0%;
}

/* Add arrows to the left container (pointing right) */
/* .left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid white;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent white;
} */

/* Add arrows to the right container (pointing left) */
/* .right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
} */

/* Fix the circle for containers on the right side */
.right::after {
  left: -3px;
}

/* The actual content */
.content {
  padding: 20px 0px;
  background-color: transparent;
  position: relative;
  border-radius: 6px;
}

.timeline-container .content{
    display: flex;
    align-items: center;
    gap: 10px;
}
.achieve-1 .icon{
    max-width: 113px;
}
.achieve-2  .icon{
    max-width: 82px;
}
.achieve-3 .icon{
   max-width: 61px;
}
.achieve-4 .icon{
   max-width: 50px;
}
.achieve-5 .icon{
   max-width: 61px;
}
.achieve-6 .icon{
   max-width: 86px;
}
.achieve-timeline p{
    font-size: 13px;
    color: #2F2F2F;
    line-height: 23px;

}
.achieve-content-year h3{
    font-size: 18px;
        font-weight: 600;
}
.achieve-content-text {
    text-align: center;
}
 .timeline-container.left .achieve-content-year{
          order: -1;
    }

.timeline-container .icon{
  margin-bottom: 15px;
}

.award-box-content p{
  font-size: 13px;
  line-height: 180%; /* 23.4px */
  letter-spacing: 0.39px;
  margin-bottom: 0px;
}
.award-slider .slick-dots{
  text-align: center;
  margin-top: 15px;
}
.award-slider .slick-dots li {
  list-style-type: none;
  width: 14px;
  height: 14px;
  background: #D9D9D9;
  display: inline-block;
  border-radius: 50px;
  margin: 0px 6px;
}
.award-slider .slick-dots li button{
  display: none;
}
.award-content-box{
  border-radius: 10px;
background: #FFFBEE;
box-shadow: 0px 2px 10px 0px rgba(194, 194, 194, 0.25);
/* padding-top: 14px; */
    padding-left: 14px;
    padding-bottom: 8px;
}
.award-content-box{
  display: flex;
  align-items: center;
  flex-direction: column;
  
}
.award-box-img {
  width:176px;
  
}
.award-box-img {
border-radius: 5px;
}
.award-box-content{
  width: 100%;
}
.award-box-img {
      margin-top: -43px;
}
.award-box-img{
  background-image: url('../images/award-image/award-bg-img.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
      padding: 4px;
    
}

.award-slider .slick-dots li.slick-active{
  background: #171515;
}
.award-box{
  padding: 45px 15px 10px 15px;
}
.award-year-box{
  margin-left: 35%;
    padding-left: 24px;
}
.award-year-box h3,.year-div h3{
  color: #00466A;
  font-size: 26px;
font-style: normal;
font-weight: 700;
line-height: 180%; /* 46.8px */
letter-spacing: 0.78px;
}
.year-div h3{
  width: max-content;
  background-color: #fff;
  padding-right: 20px;
}
.year-div{
  position: relative;
  z-index: 1;
}
.year-div::after{
  content: '';
  width: 90%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 1px;
  right: 0px;
background: #000;
z-index: -1;
}
.award-box-content{
  padding: 14px 13px 8px 18px;
}
.awards-title{
  font-size: 25px;
font-style: normal;
font-weight: 700;
line-height: 142.9%; /* 35.725px */
letter-spacing: 1px;
border-bottom: 3px solid #F68F3D;
display: inline-block;

}
.award-text-list-modal{
  color: #2F2F2F;
    font-size: 13px;
    font-weight: 400;
    padding-left: 12px;

}
.desk-awa-year{
  display: none;
}
.mb-awa-year{
  display: block;
  margin-top: 8px;

}
.mb-awa-year h3{
   background: transparent;
}
.mb-awa-year::after{
  display: none;
}
/* Media queries - Responsive timeline on screens less than 600px wide */

@media (min-width:768px){

  .award-box-img {
  width: 31%;
  
}
  .award-box-content{
  width: 69%;
}
  .award-content-box{
    flex-direction: row;
  }

    .timeline-container.left .achieve-content-year{
          order: 2;
    }
    .timeline::after{
        left: 50%;
    }
    .timeline-container{
        width: 50%;
    }
    .right{
        left: 50%;
    }
    .left::after{
    right: -8px;
    left: auto;
}
.right::after {
    left: -9px;
}
.content {
   padding-top: 8px;
   padding-bottom: 8px;
}
.timeline-container .content{
    gap: 30px;
}
 .desk-awa-year{
  display: block;
 }
 .mb-awa-year{
  display: none;
 }
 .award-box{
  padding-top: 10px;
 }
}
@media (min-width:992px){
    .timeline {
   max-width: 82%;
    }
}
@media (min-width:1150px){
    .timeline {
   max-width: 73%;
    }
 .award-content-box {
          min-height: 270px;
     }   
}

@media (min-width:1200px){
      .timeline {
   max-width: 85%;
    }
}
@media (min-width:1250px){
    .timeline {
   max-width: 78%;
    }
      .award-content-box {
          min-height: 200px;
     }   
}

@media (min-width:1450px){
    .timeline {
   max-width: 64%;
    }
     .award-content-box {
          min-height: 190px;
     }      
}


@media (min-width:862px){
  .award-box-content p,.award-text-list-modal{
    font-size: 16px;
  }
}