body #bingc-phone-button {
  bottom: 52px !important;
  height: 97px !important;
  right: 0px !important;
  transform: scale(.65) !important;
  width: 97px !important;
}
html body #bingc-phone-button svg.bingc-phone-button-circle circle.bingc-phone-button-circle-inside {
  fill: var(--color-main) !important;
}
html body #bingc-phone-button:hover svg.bingc-phone-button-circle circle.bingc-phone-button-circle-inside {
  fill: var(--color-main) !important;
}
html body #bingc-phone-button div.bingc-phone-button-tooltip {
  background-color: var(--color-main) !important;
}
html body #bingc-phone-button div.bingc-phone-button-tooltip svg.bingc-phone-button-arrow polyline {
  fill: var(--color-main) !important;
}
html body #bingc-passive div.bingc-passive-overlay div.bingc-passive-content div.bingc-passive-get-phone-form form.bingc-passive-get-phone-form a.bingc-passive-phone-form-button {
  background-color: var(--color-main) !important;
}
html body #bingc-passive div.bingc-passive-overlay div.bingc-passive-content div.bingc-passive-get-phone-form form.bingc-passive-get-phone-form a.bingc-passive-phone-form-button:hover {
  background-color: var(--color-main) !important;
}
html body #bingc-active div.bingc-active-overlay div.bingc-active-content div.bingc-active-get-phone-form form.bingc-active-get-phone-form a.bingc-active-phone-form-button {
  background-color: var(--color-main) !important;
}
html body #bingc-active div.bingc-active-overlay div.bingc-active-content div.bingc-active-get-phone-form form.bingc-active-get-phone-form a.bingc-active-phone-form-button:hover {
  background-color: var(--color-main) !important;
}
html body #bingc-active div.bingc-active-overlay div.bingc-active-content div.bingc-active-get-phone-form form.bingc-active-get-phone-form div.bingc-active-get-phone-form-date-selection div.bingc-active-date-selection-select-hour,
html body #bingc-active div.bingc-active-overlay div.bingc-active-content div.bingc-active-get-phone-form form.bingc-active-get-phone-form div.bingc-active-get-phone-form-date-selection div.bingc-active-date-selection-select-minutes {
  background-color: var(--color-main) !important;
}
html body #bingc-passive div.bingc-passive-overlay div.bingc-passive-content div.bingc-passive-get-phone-form form.bingc-passive-get-phone-form div.bingc-passive-get-phone-form-date-selection div.bingc-passive-date-selection-select-hour,
html body #bingc-passive div.bingc-passive-overlay div.bingc-passive-content div.bingc-passive-get-phone-form form.bingc-passive-get-phone-form div.bingc-passive-get-phone-form-date-selection div.bingc-passive-date-selection-select-minutes {
  background-color: var(--color-main) !important;
}
html body #bingc-phone-button svg.bingc-phone-button-icon-icon path {
  fill: var(--color-btn) !important;
}
html body #bingc-phone-button div.bingc-phone-button-icon-text span {
  color: var(--color-btn) !important;
  font-weight: 900 !important;
}
html body #bingc-phone-button div.bingc-phone-button-tooltip {
  color: var(--color-btn) !important;
}
@media (max-width: 767px) {
  body #bingc-phone-button{
  bottom: 73px !important;
  }
}
