.default-arb-btn-view {
  width: 100%;
  height: 80px;
  padding: 0 20px;
  z-index: 9;
}
.default-arb-btn {
  height: 55px;
  width: 100%;
  font-size: 16px;
  background: #199A8E !important;
  border-radius: 2rem;
  font-weight: 400;
  color: #FFF !important;
  margin-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.default-bot-button-view {
  width: 100%;
  height: 80px;
  position: fixed;
  bottom: 0;
  left: 0;
  background: #f6f7f7;
  padding: 0 5%;
  z-index: 9;
}
.default-bot-btn {
  height: 55px;
  width: 100%;
  font-size: 16px;
  background: #199A8E !important;
  border-radius: 2rem;
  font-weight: 400;
  color: #FFF !important;
  margin-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.default-btn {
  height: 50px;
  width: 100%;
  font-size: 16px;
  background: #E24388 !important;
  border-radius: 25px;
  font-weight: 400;
  color: #fff !important;
  margin-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
