/* Colors */
/* Functions */
.rb23-call-me {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4f7fc+0,dfdfdf+100 */
  background: #FFAE39;
  /* Old browsers */
  background: -moz-linear-gradient(left, #FFAE39 0%, #FF9700 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #FFAE39 0%, #FF9700 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #FFAE39 0%, #FF9700 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@first', endColorstr='@sec', GradientType=0);
  /* IE6-9 */
  color: #292B33;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999999999;
  height: 60px;
}
.rb23-call-me a.rb23-btn {
  width: 60px;
  height: 36px;
  border: 1px solid #fff;
  background-color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  color: #16171C;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.rb23-call-me a.rb23-btn.rb23-btn-2 {
  background-color: transparent;
  color: #fff;
}
.rb23-call-me a.rb23-btn:hover {
  border-color: #16171C;
  background-color: #16171C;
  color: #fff;
}
.rb23-call-me .rb23-cm-step-1,
.rb23-call-me .rb23-cm-step-2,
.rb23-call-me .rb23-cm-step-final {
  padding: 0 12px;
  display: none;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.rb23-call-me .rb23-cm-step-1.rb23-active,
.rb23-call-me .rb23-cm-step-2.rb23-active,
.rb23-call-me .rb23-cm-step-final.rb23-active {
  display: flex;
}
.rb23-call-me .rb23-icon {
  margin-right: 24px;
}
.rb23-call-me .rb23-icon svg {
  display: flex;
}
.rb23-call-me .rb23-text {
  font-size: 12px;
  margin-right: 48px;
  text-align: center;
}
.rb23-call-me .rb23-cm-step-1 .rb23-cms1-btn-group {
  display: flex;
  gap: 8px;
}
.rb23-call-me .rb23-cm-step-2 {
  gap: 8px;
}
.rb23-call-me .rb23-cm-step-2 input.rb23-cms2-input {
  flex: 1;
  max-width: 160px;
  height: 36px;
  padding: 0 16px;
  background-color: #292B33;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  font-size: 13px;
  margin: 0;
}
.rb23-call-me .rb23-cm-step-2 input.rb23-cms2-input::placeholder {
  color: #fff;
}
.rb23-call-me .rb23-cm-step-2 a.rb23-btn {
  width: 140px;
}
.rb23-call-me .rb23-cm-step-final {
  background-color: #50FF40;
}
.rb23-call-me .rb23-cm-step-final .rb23-text {
  margin-right: 0;
}
@media (max-width: 575px) {
  .rb23-call-me .rb23-icon {
    margin-right: 20px;
  }
  .rb23-call-me .rb23-text {
    margin-right: 20px;
    width: 100%;
  }
  .rb23-call-me .rb23-cm-step-2 input.rb23-cms2-input {
    max-width: 100%;
  }
}
