.single-wrap {
  margin-top: 48px;
}

.single-title {
  font-weight: 500;
  font-size: 36px;
  color: rgba(33, 37, 41, 1);
}

.single-meta-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.single-date {
  display: flex;
  align-items: center;
  gap: 6px;
}

.single-date i:before {
  color: rgba(188, 145, 44, 1);
}

.single-share ul li i {
  font-size: 19px;
}

.single-share {
  display: flex;
  align-items: center;
}

.single-share ul {
  display: flex;
  align-items: center;
  gap: 16px;
}

.single-share ul i:before {
  color: rgba(19, 9, 17, 1);
}

.single-share ul li a:hover i:before {
  color: rgba(188, 145, 44, 1);
}

.single-share span {
  margin-right: 20px;
  padding-right: 20px;
  position: relative;
}

.single-share span:after {
  content: "";
  height: 22px;
  width: 2px;
  background: rgba(191, 191, 191, 1);
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 4px;
}

.single-date span {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: rgba(73, 80, 87, 1);
}

.single-thumbnail {
  margin-top: 20px;
}

.single-thumbnail img {
  width: 100%;
}

.single-content {
  margin-top: 44px;
}

.websima-tags {
  display: flex;
  align-items: center;
  gap: 14px;
  border-top: 3px solid rgba(238, 242, 251, 1);
  padding-top: 12px;
  margin-top: 46px;
}

.websima-tags-icon {
  display: flex;
  align-items: center;
  gap: 9px;
  font-weight: 500;
  font-size: 16px;
}

.websima-tags-icon i {
  font-size: 23px;
}

.websima-tags-icon i:before {
  color: rgba(188, 145, 44, 1);
}

.websima-tags-icon span {
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  color: rgba(188, 145, 44, 1);
}

.websima-tags ul {
  display: flex;
  align-items: center;
  gap: 30px;
}

.websima-tags ul li a {
  font-weight: 400;
  font-size: 14px;
  line-height: 32px;
  color: rgba(99, 100, 102, 1);
}

.websima-tags ul li a:hover {
  color: rgba(19, 9, 17, 1);
}

.websima-tags ul li {
  position: relative;
}

.websima-tags ul li:after {
  content: "";
  background: rgba(188, 145, 44, 1);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  display: block;
  position: absolute;
  right: -19px;
  top: 50%;
  transform: translateY(-50%);
}

.websima-tags ul li:last-child:after {
  display: none;
}

.help-heading {
  padding: 32px 22px;
  border: 3px solid rgba(238, 242, 251, 1);
  border-radius: 3px;
}

.help-heading-title {
  display: flex;
  align-items: center;
  gap: 16px;
}

.help-heading-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  color: rgba(0, 0, 0, 1);
  padding-bottom: 20px;
  margin-bottom: 18px;
  border-bottom: 2px solid rgba(188, 145, 44, 1);
}

.help-heading-title i {
  font-size: 27px;
}

.help-heading-title i:before {
  color: rgba(188, 145, 44, 1);
}

.help-heading ul li {
  display: flex;
  align-items: center;
  gap: 6px;
}

.help-heading ul li:before {
  content: "";
  width: 7px;
  height: 7px;
  display: inline-block;
  background: rgba(188, 145, 44, 1);
  border-radius: 50%;
}

.related-post {
  background: rgba(28, 17, 19, 1);
  padding: 83px 0;
}

.related-post .blog-item-title a{
  color: rgba(255, 255, 255, 1);
}

.blog-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  gap: 28px;
}

.blog-buttons .swiper-button-prev,
.blog-buttons .swiper-button-next {
  position: unset;
  left: auto;
  right: auto;
  margin: 0;
}

.faqs-content {
  /* padding: 22px 27px; */
  border: 1px solid rgba(203, 203, 203, 1);
}

.faqs-question {
  display: flex;
  align-items: center;
  gap: 18px;
  cursor: pointer;
  padding: 22px 0;
}

.faqs-question:after {
  content: "\e917";
  color: rgba(42, 45, 48, 1);
  font-family: "icomoon" !important;
  font-size: 39px;
  margin-left: auto;
  height: 39px;
  transform: rotate(80deg);
  display: flex;
  align-items: center;
  transition: 0.3s;
  justify-content: center;
}

.faqs-question b {
  width: 42px;
  height: 42px;
  background: rgba(188, 145, 44, 0.24);
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.faqs-question p {
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: rgba(29, 17, 19, 1);
  transition: 0.3s;
}

.accordion-content {
  display: none;
  padding: 0 0 22px;
}

.faqs-answer .mt-3 {
  margin: 0 !important;
}

.faqs-item {
  border-bottom: 3px solid rgba(238, 242, 251, 1);
  margin: 0 22px;
}

.faqs-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.faqs-item.active .faqs-question b {
  background: rgba(188, 145, 44, 1);
  color: #fff;
}

.faqs-item.active .faqs-question:after {
  transform: rotate(10deg);
  color: rgba(188, 145, 44, 1);
}

.faqs-item.active .faqs-question p {
  color: rgba(188, 145, 44, 1);
}

.access-post {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}

.access-post a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 20px;
  background: rgba(236, 239, 241, 1);
}

.access-post a i {
  font-size: 36px;
}

.access-post a span {
  font-weight: 400;
  font-size: 16px;
  line-height: 44px;
  color: rgba(19, 9, 17, 1);
  transition: 0.3s;
}

.access-post a i:before {
  transition: 0.3s;
}

.access-post a:hover span {
  color: rgba(188, 145, 44, 1);
}

.access-post a:hover i:before {
  color: rgba(188, 145, 44, 1);
}

.help-heading ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.help-heading ul a {
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  color: rgba(99, 100, 102, 1);
}

.help-heading ul a:hover {
  color: rgba(188, 145, 44, 1);
}

@media (max-width: 991px) {
  .single-wrap {
    margin-top: 27px;
  }

  .single-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 29px;
    margin-bottom: 22px;
  }

  .single-meta-info {
    flex-direction: row-reverse;
  }

  .help-heading {
    margin-top: 26px;
    padding: 16px;
    border: none;
    background: rgba(236, 239, 241, 1);
  }

  .help-heading-title {
    margin: 0;
    padding: 0;
    border: none;
    font-size: 14px;
  }

  .help-heading-title i {
    font-size: 20px;
  }

  .help-heading-title:after {
    content: "\e907";
    font-family: "icomoon" !important;
    font-size: 7px;
    margin-left: auto;
    color: rgba(19, 9, 17, 1);
    transition: 0.3s;
  }

  .help-heading-title.active:after {
    transform: rotate(180deg);
  }

  .help-heading ul {
    margin-top: 16px;
  }

  .single-content {
    margin-top: 26px;
  }

  #comments .text_comment {
    padding: 0;
  }

  #comments .commentlist {
    padding: 0;
  }

  .faqs-question p {
    font-size: 13px;
  }

  .faqs-answer p {
    font-weight: 400;
    font-size: 12px !important;
    line-height: 22px !important;
    text-align: left !important;
  }
  .help-heading ul a {
    font-size: 13px;
  }
  .faqs-question:after {
    font-size: 28px;
  }
  .form-submit {
    width: 100%;
    margin-top: 0;
  }
  .comment-respond .websima-button {
    width: 100%;
  }
  .comment-form-author label,
  .comment-form-email label,
  .comment-form-comment label {
    font-size: 14px;
  }
  .comment-form-author input,
  .comment-form-email input,
  .comment-form-comment textarea {
    font-size: 13px;
    padding: 15px 16px;
  }
  .faqs-item {
    margin: 0 7px;
  }
  .faqs-question{
    padding: 20px 0;
  }
}
