.achievement_sec {
    padding: 90px 0;
    position: relative;
    overflow: hidden;
}

.achievement_sec .steps-heading {
    text-align: center;
    margin-bottom: 70px;
      position: relative;
}

.achievement_sec .steps-heading h6 {
    letter-spacing: 3px;
    font-size: 25px;
    color: #ffc517;
    font-weight: 600;
          position: relative;
          padding-bottom: 10px;
  
}
.achievement_sec .steps-heading h6::after {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    transform: translateY(-50%);
    left: calc(50% - -118px);
    margin-left: 12px;
    width: 73px;
    height: 3px;
    background-color: #ffc517;

}
.achievement_sec .steps-heading h1 {
    font-size: 40px;
    font-weight:bold;
}


.achievement_sec .steps-wrap {
    position: relative;
}

.achievement_sec .step-row {
    display: flex;
    align-items: center;
    margin-bottom: 35px;
    position: relative;
}

.achievement_sec .step-row.left {
    flex-direction: row;
}

.achievement_sec .step-row.right {
    flex-direction: row-reverse;
}

.achievement_sec .step-icon {
    width: 110px;
    height: 110px;
    background: #000000;
    color: #fff;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 20px 40px rgba(253, 201, 13, 0.3);
    position: relative;
    z-index: 2;
}

.achievement_sec .step-icon span {
    font-size: 12px;
    letter-spacing: 2px;
}

.achievement_sec .step-icon strong {
    font-size: 40px;
    line-height: 1;
}

.achievement_sec .step-content {
    width: 45%;
    background: #fff;
    padding: 30px;
    border-radius: 18px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .08);
        min-height: 150px;
    max-height: 160px;
}

.achievement_sec .step-content h4 {
    margin-bottom: 10px;
    font-size: 30px;
    font-weight: 600;
    color: #fd650d;
    padding-bottom: 5px;
}

.achievement_sec .step-content p {
    font-size: 20px;
    line-height: 1.2;
    color: #555;
    padding-top: 8px;
}

.achievement_sec .step-row.left .step-content {
    margin-left: 40px;
}

.achievement_sec .step-row.right .step-content {
    margin-right: 40px;
    text-align: right;
}

.achievement_sec .steps-wrap::before {
    display: none;
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 2px;
    height: 100%;
    background: #f7c71e;
    transform: translateX(-50%);
}

.achievement_sec .step-row.left::before {
    content: "";
    position: absolute;
    left: 110px;
    top: 50%;
    width: calc(50% - 0px);
    height: 2px;
    background: #f7c71e;
    z-index: 10;
}

.achievement_sec .step-row.left::after {
    content: "";
    position: absolute;
    left: calc(50% - -109px);
    top: 50%;
    width: 2px;
    height: calc(100% - 25px);
    background: #f7c71e;
}

.achievement_sec .step-row.right::before {
    content: "";
    position: absolute;
    right: 110px;
    top: 50%;
    width: calc(50% - 0px);
    height: 2px;
    background: #f7c71e;
    z-index: 10;
}

.achievement_sec .step-row.right::after {
    content: "";
    position: absolute;
    left: calc(50% - 110px);
    top: 50%;
    width: 2px;
    height: calc(100% - -14px);
    background: #f7c71e;
}

.achievement_sec .step-row:last-child {
    position: relative;
}

.achievement_sec .step-row:last-child .step-content::after {
    content: "";
    position: absolute;
    margin-top: 50px;
    /* left: calc(50% - 108px); */ /*if right content box*/
    left: calc(50% - -353px); /*if left content box*/
    top: 100%;
    transform: translateX(-50%);
    width: 14px;
    height: 14px;
    background: #f7c71e;
    border-radius: 50%;
    z-index: 5;
    box-shadow: 0 0 0 0 rgba(247, 199, 30, 0.6);
    animation: rippleDot 2.5s infinite;
    display: none;
}
@keyframes rippleDot{
  0%{
    box-shadow:0 0 0 0 rgba(247,199,30,.6);
  }
  70%{
    box-shadow:0 0 0 20px rgba(247,199,30,0);
  }
  100%{
    box-shadow:0 0 0 0 rgba(247,199,30,0);
  }
}


.step-icon img{
  animation: floatIcon 3.5s ease-in-out infinite;
}

@keyframes floatIcon{
  0%{
    transform: translateY(0) scale(1);
  }
  50%{
    transform: translateY(-8px) scale(1.05);
  }
  100%{
    transform: translateY(0) scale(1);
  }
}

/*********** mobile Responsive start **********/
@media(max-width:768px) {
    .achievement_sec .steps-wrap::before {
        display: none;
    }

   .achievement_sec .step-row,
  .achievement_sec  .step-row.right {
        flex-direction: column;
        text-align: center;
    }

  .achievement_sec  .step-content {
        width: 100%;
        margin: 20px 0 0;
    }
}
@media(max-width:990px) {
    .achievement_sec .steps-heading h6::after{
        display: none;
    }
    .achievement_sec .steps-heading h6 {
        font-size: 26px;
    }
    .achievement_sec .step-row.left{
        flex-direction: column;
    }
    .achievement_sec .step-row.left .step-content {
    margin-left: 0px;
}
    .achievement_sec .step-row.right .step-content {
    margin-right: 0px;
}
.achievement_sec .step-row.left::after {
    left: calc(50% - -109px);
    top: 16%;
    height: calc(100% - 195px);
}
.achievement_sec .step-row.left::before {
    left: 162px;
    top: 16%;
    width: calc(50% - 53px);
}
.achievement_sec .step-row.right::before {
    right: 187px;
    top: 18%;
    width: calc(50% - 58px);
    height: 2px;
}
.achievement_sec .step-row.right::after {
    left: calc(50% - 130px);
    top: 18%;
    width: 2px;
    height: calc(100% - 211px);;
}
.achievement_sec .step-row:last-child .step-content::after {
    display: none;
}
.step-content h4{
    text-align: center;
}
.achievement_sec .step-content {
    min-height: 185px;
    max-height: 200px;
}
}
