body {
  padding-bottom: 70px;
}
.quick-link {
  z-index: 9999;
}
.quick-link {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0px 0px 25px;
  position: fixed;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
}
.quick-link a {
  display: inline-flex;
  justify-content: center;
  width: 70px;
  height: 35px;
  padding: 8px 10px 8px 15px;
  margin: 5px 0px;
  background: linear-gradient(90deg, #0085ff 0%, #ff005c 255.97%) !important;
  border-radius: 20px 0px 0px 20px;
}
.quick-link a:hover {
  background: linear-gradient(
    90deg,
    #002ea6 0%,
    #8600ff 50.52%,
    #ff3e83 100%
  ) !important;
}
.d-none {
  display: none !important;
}
.quick-link .img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.quick-link img,
svg {
  vertical-align: middle;
}

@media (max-width: 767px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .footer-partner .other-items {
    flex-wrap: wrap;
    margin-right: calc(1.5rem / -2);
    margin-left: calc(1.5rem / -2);
  }
  .footer-partner .other-items .item {
    flex: 0 0 calc(100% / 2);
  }
  .footer-partner .other-items .item {
    padding: 0px;
  }
  .footer-partner .other-items .item img {
    height: 100px;
  }
  .quick-link {
    bottom: 0;
    left: 0;
    top: auto;
    transform: translateY(0);
    flex-direction: row;
    justify-content: center;
    padding: 8px 10px;
    background: #fff;
    padding-right: 20vw;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.2);
  }
  .quick-link a {
    width: auto;
    height: 32px;
    padding: 2px 20px;
    margin: 0px 10px;
    border-radius: 15px;
    flex: 1;
    background: #fff !important;
  }
  .quick-link a.btn-gotop {
    position: absolute;
    width: 32px;
    height: 32px;
    padding: 0;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    align-items: center;
  }
}
