#pc-request-quote{
  @media screen and (max-width:768px){
    display: none;
  }
}
.progress-wrap-request {
  text-align: center;
  padding-top: 10px;
  /* width: 150px; */
  height: 40px;
  /* bottom: 10px; */
  right: 0;
  background-color: rgb(22,109,188);
  color:white;
  position: fixed;
  z-index: 100;
  /* @media screen and (max-width:768px) {
    bottom: 0;
    width: 100%;
    height: 50px;
  } */
}
.progress-wrap-request a{
  color: white !important;
}