.b23-sticky-row {
  position: sticky;
  bottom: 0;
  left: 0;
  z-index: 25;
}
.b23-sticky-jump-link {
  padding: 10px;
  margin-top: 0;
  border-top: 1px solid #fff;
}
.b23-sticky-jump-link .inline {
  display: inline-block;
  vertical-align: center;
  margin: 0 10px;
}
@media screen and (max-width: 700px) {
/*   .b23-sticky-jump-link {
    display: none;
  } */
  #contact-us-cta {
    bottom: 60px !important;
}
  
#hubspot-messages-iframe-container.chat-show {
  margin-bottom: 60px;
  
}
  

  

  
  
  @media screen and (max-width: 470px) {
/*   .b23-sticky-jump-link {
    display: none;
  } */
  #contact-us-cta {
    bottom: 80px !important;
}
    
    .b23-sticky-jump-link .inline {
    margin-top: 10px;
    }
  
#hubspot-messages-iframe-container.chat-show {
  margin-bottom: 80px;
    }
}