#scrollToTopBtn {
  position: fixed;
  bottom: 40px;
  right: 40px;
  cursor: pointer;
  display: flex; 
  align-items: center;
  justify-content: center;
  background: none; 
  border: none; 
  padding: 0; 
}

#scrollToTopBtn img {
  width: 65px !important;
  height: 65px !important;
}

.privacy-bg {
  width: 100%;
  height: auto;
  background-image: url("../../images/custom/Faqs/banner.png");
  background-repeat: no-repeat;
  background-size: cover;
}
