/* 

  #ms_deliverycalculator {
    
  }

  #ms_deliverycalculator .progress {
    border-radius:10px;
  }


  #ms_deliverycalculator .color-black {
  color: #000;
}

#ms_deliverycalculator .add_amount {
  font-size:.8rem;
  text-align:center;
}

#ms_deliverycalculator .add_amount strong {
  white-space: nowrap;
}


.skill {
  margin-bottom: 10px;
  position: relative;
  overflow-x: hidden;
  margin-top: 10px;
}
 
.skill > p {
    font-size: 18px;
    font-weight: 700;
    color: #1a1716;
    margin: 0;
}
 
.skill:before {
    width: 100%;
    height: 10px;
    content: "";
    display: block;
    position: absolute;
    background: #959595;
    bottom: 0;
}
 
.skill-bar {
    width: 100%;
    height: 10px;
    background:#f4392f;
    display: block;
    position: relative;
}
 
.skill-bar span {
  position: absolute;
  border-top: 2px solid #f4392f;
  top: -24px;
  padding: 0;
  font-size: 15px;
  padding: 0px 0;
  font-weight: 700;
}
 
.skill-bar {
    position: relative;
}
 
.skill1 .skill-count1 {
    right: 0;
}
 

  */
