.liquid-buttons {
  display: none;
  position: fixed;
  right: 0;
  top: 50%;
  height: 150px;
  transform: translateY(-50%);
}
@media screen and (min-width: 1020px) {
  .liquid-buttons {
    display: block;
  }
}
.liquid-buttons .c {
  position: absolute;
  right:0;
  top: 0;
  display: block;
  width: 40px;
  height: 40px;
  margin: 0;
  overflow: hidden;
  color: white;
  transition-duration: 0.5s;
  transition-property: width;
}
.liquid-buttons .c span {
  display: block;
  opacity: 0;
  position: absolute;
  right: 80px;
  top: 0;
  height: 70px;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.liquid-buttons .c:after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  width: 40px;
  height: 40px;
  background: no-repeat center center;
  background-size: contain;
}
.liquid-buttons .c:hover {
  width: 250px;
  color: white;
}
.liquid-buttons .c:hover span {
  opacity: 1;
}
.liquid-buttons .tel {
  background: #004861;
  line-height: 40px;
  font-size: 16px;
  font-weight: 600;
  font-color: white;
}
.liquid-buttons .tel span {
  padding-right: 0px;
}
.liquid-buttons .tel:after {
  background-image: url(../30svg/pic01.jpg);
}
.liquid-buttons .chatbot {
  background: #21A79B;
  line-height: 40px;
  font-size: 16px;
  font-weight: 600;
  top: 41px;
}
.liquid-buttons .chatbot span {
  padding-right: 0px;
}
.liquid-buttons .chatbot:after {
  background-image: url(../30svg/pic02.jpg);
}
.liquid-buttons .search {
  background: #AEBABA;
  line-height: 40px;
  font-size: 16px;
  font-weight: 600;
  top: 82px;
}
.liquid-buttons .search button {
  display: none;
}
.liquid-buttons .search:after {
  background-image: url(../30svg/pic03.jpg);
}
html.touchevents .liquid-buttons {
  display: none;
}

.trustindex {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  top: 85%;
  transform: translateY(-85%);
  max-width: 180px;
  background: #ffffff;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.15);
  padding-right: 0px;
}
@media screen and (min-width: 1020px) {
  .trustindex {
    display: inline-table;
  }
}
.trustindex .wp-gr.wpac {
  padding: 0 !important;
}


