.predictiveSearchResults {
  position: absolute;
  z-index: 999999;
  background-color: hsl(0, 100%, 100%);
  width: 100%;
  border: 1px solid hsl(0, 1%, 60%)
}

.predictiveSearchHolder {
  position: relative
}

.predictiveSearchCategory {
  background: hsl(47, 100%, 89%)
}

.predictiveSearchResults .selectedResult {
  text-decoration: underline
}

.predictiveSearchResults a {
  text-decoration: none
}

.predictiveSearchResults>* {
  color: black;
  padding: 3px 4px
}

@media(max-width:768px) {
  .image-bullet2-wrapper .image-bullet2-content .left-panel-main-img.img-w-530 {
    width: auto !important;
    height: auto !important
  }
}

.tm-footer-wrapper .text-enter {
  text-align: left !important
}

@media all and (max-width:768px) {
  .tm-footer-wrapper .text-enter {
    text-align: center !important
  }
}

.live-chat-button-open {
  position: absolute;
  right: 0
}

.social-links-open {
  opacity: 1 !important;
  width: 200px !important
}

.social-channels {
  position: fixed;
  bottom: 16px;
  right: 16px;
  transform: none;
  z-index: 16;
  display: flex
}

.live-chat-icon {
  width: 38px;
  height: 38px
}

.live-chat-button {
  width: 64px;
  height: 64px;
  cursor: pointer;
  border-radius: 50%;
  box-shadow: rgb(363636/15%) 0 20px 30px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #2064B0
}

.social-links {
  height: 64px;
  padding: 16px 64px 16px 16px;
  border-radius: 37px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, .08);
  border: solid 1px #e7eded;
  background-color: #fff;
  width: 0;
  opacity: 0;
  transition: width .75s ease-out;
  overflow: hidden;
  display: flex;
  flex-wrap: nowrap
}

.social-icon {
  width: 32px;
  height: 32px;
  margin-right: 8px;
  cursor: pointer
}

.chat-now {
  width: 39px
}

.social-divider {
  margin: 0 16px 0 8px;
  height: 100%;
  display: inline-block;
  border-right: 1px solid #e6e8ea
}
