/* help center screen 7-july-2025 */
.help-center-ttl {
  padding: 64px 0;
  background: #163259;
}

.help-center-ttl h3 {
  text-align: center;
  color: #fff;
  font-size: 28px;
}

.searchbar input {
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  background: #F8F8F8 url(../images/search-icon.svg) 20px center no-repeat;
  height: 62px;
  padding: 10px 10px 10px 65px;
  margin-top: 24px;
  margin-bottom: 0 !important;
}

.searchbar {
  max-width: 835px;
  margin: 30px auto 0;
  position: relative;
}

.help-center-itm-left .icon {
  margin-right: 25px;
}

.help-center-itm-left .icon img {
  width: 70px;
  height: 70px;
  object-fit: cover;
}

.help-center-itm-left .info h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}

.help-center-itm-left {
  max-width: 500px;
  align-items: center;
}

.help-center-itm-left p {
  color: #747474;
  margin-top: 7px;
  font-weight: 100;
  margin-bottom: 0;
}

.help-center-itms {
  background: #F8F8F8;
  padding: 50px 0;
}

.help-center-itm {
  padding: 20px 30px;
  background: #fff;
  border-radius: 8px;
  margin-bottom: 24px;
}

.help-center-itm:last-child {
  margin-bottom: 0px;
}

.help-center-itm-mid {
  display: flex;
  align-items: center;
}

.help-center-itm-mid .img {
  margin-left: -20px;
}

.help-center-itm-mid .info {
  margin-left: 20px;
  color: #747474;
  font-weight: 400;
}

.help-center-itm-rgt p {
  text-align: right;
  font-weight: 400;
  color: #4B5563;
  margin-bottom: 0;
  font-size: 16px;
}

.help-center-itm-rgt span {
  display: block;
  color: #F58600;
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
}

/* help center detail page */
.help-center-itm-mid {
  margin-left: 18px;
}

.help-center-itm-detail h3 {
  margin: 5px 0 15px;
}

.help-center-itm-detail h3.help-category-tp {
  margin: 20px 0;
  font-size: 28px;
}

.article-item {
  margin-bottom: 30px;
}

.article-item h4 {
  font-size: 24px;
}

.help-center-itm-detail p {
  font-weight: 400;
  color: #4B5563
}

.accordians-wrap .accordion {
  background: #f8f8f8;
  padding: 22px 30px;
  border: 0;
  border-radius: 10px;
  margin-top: 15px;
  /* box-shadow: 0 4px 4px #0000000D; */
}

.accordians-wrap .accordion-item,
.accordians-wrap .accordion-button {
  background: transparent !important;
}

.accordians-wrap .accordion-button {
  padding: 20px 0;
  font-size: 16px;
  border-color: #0000001A;
  box-shadow: none;
}

.accordians-wrap .accordion-item {
  border-color: #0000001A;
}

/* .accordians-wrap .accordion-button.collapsed::after {    transform: rotate(-90deg);} */
.accordians-wrap .accordion-item:first-child .accordion-button {
  padding-top: 0;
}

.accordians-wrap .accordion-item:last-child .accordion-button {
  padding-bottom: 0;
}

.accordians-wrap .accordion-item:last-child .accordion-body {
  padding-top: 20px;
}

.accordians-wrap {
  padding: 40px 0 20px;
}

.accordians-wrap .accordion-body p:last-child {
  margin-bottom: 0;
}

.help-center-itm-detail .devider {
  font-size: 30px;
  margin-top: 0;
  line-height: 0;
  padding: 0 4px;
  font-weight: 100;
}

.back-bt a {
  color: #163259;
}

.faq-image-container {
  text-align: center;
  margin-bottom: 30px;
}

.help-center-d-tp {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.help-center-d-tp span img {
  object-fit: cover;
}

/* .footer {
    padding: 59px 20px;
    text-align: center; font-weight: 100;
} */

/* ***********************Pagination and search functionality css*************************** */