.floating-call-button {
    position: fixed;

  bottom: 20px;
  right: 20px;
  z-index: 1000;
}

.call-button {
  background-color: none;
  color: none;
  cursor: pointer;
  align-items: center;
}


.icon {
  width: 45px;
  height: 65px;
  margin-right: 10px;
  width:100%;
}


.rounded-textbox {

    border-radius: 20px;

    padding: 10px;
    border: 1px solid orange;
    width:300px;
  }



form-control