

.breadcrum-home {
  text-decoration: none;
}

.breadcrum-myaccount {
  text-decoration: none;
}

.breadcrum-faqs {
  text-decoration: none;
  color: #5c788a;
}

.page-title {
  font-size: 24px;
  font-weight: 600;
  font-style: bold;
  margin-top: 5px;
}

.faqs .search-button {
  position: absolute;
  top: 4px;
  bottom: 4px;
  right: 5px;
  padding: 4px 18px !important;
  font-size: 14px;
  background-color: #00a8e0;
  color: #ffffff;
  font-weight: 600;
  border-radius: 4px;
}

.faqs .search-button:hover {
  background-color: #00a8e0;
  color: #ffffff;
}

.faqs .search-input {
  height: 45px;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
}

.faqs .floating-placeholder {
  position: absolute;
  top: 11px;
  left: 12px;
  font-size: 14px;
}

.general-faqs {
  font: 600;
  color: #002633;
  font-size: 18px;
  margin-left: 2px;
}

.question-column {
  font-size: 13px;
  font-weight: 500;
}

.accordion-button.collapsed {
  color: #666666 !important;
}

.accordion-button {
  color: #0F93FE !important;
  background-color: white !important;
  box-shadow: none !important;
}

.qa-block {
  border: 1px solid white;
  box-shadow: 0px 1px 8px 0px #00000026;
  border-radius: 8px;
  margin: 10px 0;
}



.accordion-body {
  color: #747474;
  font-size: 13px;
}

.accordion-item {
  margin-bottom: 10px;
  overflow: hidden;
}

.showmore-btn {
  background-color: #00a8e0;
  color: #ffffff;
  width: 150px;
  font-size: 14px;
  font-weight: 600;
  height: 40px;
}

.showmore-btn:hover {
  background-color: #00a8e0;
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  .res-faqs-sidebar-mobile {
    display: block !important;
  }

  .faqs-page-conatiner {
    gap: 1.5rem;
  }
}
