/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 26 2023 | 07:24:30 */
.qa_post {
  /* border-pagination */
}
.qa_post .breadcrumbs {
  padding-top: 2rem;
}
.qa_post .tej_single_post_grid {
  padding: 5% 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 3fr);
  gap: 2rem;
}
@media only screen and (max-width: 796px) {
  .qa_post .tej_single_post_grid {
    padding: 7% 0;
  }
}
@media only screen and (max-width: 414px) {
  .qa_post .tej_single_post_grid {
    padding: 10% 0;
  }
}
@media only screen and (max-width: 1100px) {
  .qa_post .tej_single_post_grid {
    grid-template-columns: minmax(0, 1fr);
  }
}
.qa_post .tej_widget_categories {
  background-color: #f0f4f4;
  padding: 1.5rem;
}
.qa_post .tej_widget_categories .tej_widget_categories_title {
  font-size: 1.125rem;
  font-weight: bold;
  color: var(--tej-color-secondary);
  text-align: center;
  border-bottom: 1px solid #c4c4c4;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}
.qa_post .tej_widget_categories .tej_widgets_categories_item + .tej_widgets_categories_item {
  margin-top: 0.5rem;
}
.qa_post .tej_widget_categories .tej_widgets_categories_item_link {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.qa_post .tej_single_post_grid_right {
  padding: 0 45px;
}
@media only screen and (max-width: 1100px) {
  .qa_post .tej_single_post_grid_right {
    padding: 0;
  }
}
.qa_post .count {
  font-size: 16px;
  color: #495057;
  text-align: right;
}
.qa_post .number {
  font-size: 20px;
  color: #0fb0c6;
}
.qa_post .qa_block {
  padding: 50px 0;
}
.qa_post .qa_block .arrow {
  display: flex;
  align-items: center;
  transition: 0.3s ease;
}
.qa_post .qa_block .arrow .arrow_icon {
  font-size: 25px;
}
.qa_post .qa_block .arrow_active {
  transform: rotate(180deg);
  transition: 0.3s ease;
}
.qa_post .qa_block .question {
  padding: 18px 30px;
  color: #fff;
  background-color: #24607d;
  border-bottom: 1px solid #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.qa_post .qa_block .question_active {
  background-color: #24607d;
}
.qa_post .qa_block .h5 {
  font-size: 22px;
  width: 90%;
  font-weight: 500;
}
.qa_post .qa_block .answer {
  display: none;
  margin-top: -1px;
  padding: 18px 25px;
  border: 1px solid var(--tej-color-secondary);
}
.qa_post .qa_block .download {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}
.qa_post .qa_block .download .download_text {
  position: relative;
  color: #495057;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
  display: block;
}
.qa_post .qa_block .download .download_text::after {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  right: -27;
  top: 50%;
  transform: translate(0, -50%);
  background-image: url(/wp-content/uploads/dowload_icon.svg);
}
.qa_post .qa_block .editor p {
  margin-bottom: 0;
}
.qa_post .border-pagination li {
  display: inline-block;
}
.qa_post .border-pagination li + .border-pagination li {
  margin-right: 10px;
}
