.buy-btn.active {
    background-color: transparent !important; /* Background color when active */
    color: #0c3f74 !important; /* Text color when active */
    border-bottom: red;
  }

  .border-bottom.active {
    border-bottom: red;
  }

  .StepProgress {
     position: relative;
     padding-left: 45px;
     list-style: none;
}
 .StepProgress::before {
     display: inline-block;
     content: '';
     position: absolute;
     top: 0;
     left: 15px;
     width: 10px;
     height: 100%;
}
 .StepProgress-item {
     position: relative;
     counter-increment: list;
}
 .StepProgress-item:not(:last-child) {
     padding-bottom: 20px;
}
 .StepProgress-item::before {
     display: inline-block;
     content: '';
     position: absolute;
     left: -30px;
     height: 100%;
     width: 10px;
}
 .StepProgress-item::after {
     content: '✔';
     display: inline-block;
     position: absolute;
     top: -9px;
     left: -47px;
     width: 35px;
     height: 35px;
     border: 2px black #CCC;
     border-radius: 50%;
     background-color: white;
}
 .StepProgress-item.is-done::before {
     border-left: 2px dotted black;
}
 .StepProgress-item.is-done::after {
     content: counter(list);
     font-size: 17px;
     color: black;
     text-align: center;
     border: 3px solid black;
     background-color: white;
}
 .StepProgress-item.current::before {
     border-left: 2px dotted black;
}
 .StepProgress-item.current::after {
     content: counter(list);
     padding-top: 1px;
     width: 25px;
     height: 25px;
     top: -4px;
     left: -40px;
     font-size: 14px;
     text-align: center;
     color: green;
     border: 2px solid green;
     background-color: white;
}
 .StepProgress strong {
     display: block;
}

.profile-img{
    height: 60px;
}

#product-description-mob{
        display:none;
    }

.score-align{
    left:38%;
}

@media (min-width: 992px) and (max-width: 1079px){
    .top-marg-land{
        margin-top: 17px;
    }
    .border-start-mob-align{
        margin-left : 0;
    }
}


@media (min-width: 390px) and (max-width: 600px){
    .mob-align{
        margin-top: 35px;
    }

    #product-description-mob{
        display:block;
    }
    #product-description{
        display:none;
    }
    .border-start-mob-align{
        margin-left : 23%;
    }

}

 @media (min-width: 768px) and (max-width: 1024px) {
    .score-align{
       left:43%;
    }
} 

@media (min-width: 1024px) and (max-width: 1366px) {
    .score-align{
       left:36%;
    }
} 

@media (min-width: 1920px) and (max-width: 1080px) {

    .top-marg-land{
    margin-top: 0px;
  }


}


@media (min-width: 1080px) and (max-width: 1520px) {

    .top-marg-land{
    margin-top: 17px;
    }
    .border-start-mob-align{
        margin-left : 0;
    }

}