/*=============FAQ Hero===========*/
.faq-hero {
  color: #fff;
}

.faq-hero .hero-title {
  margin-top: 30px;
}

.faq-hero .hero-title h2 {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 30px;
}

.faq-hero .hero-title h2 span {
  color: #DBD600;
}

/*=============Browse help topics===========*/
.help_topics {
  padding: 20px 0px;
}

.help_topics .entry-title {
  padding-bottom: 30px;
}

.help_topics .entry-title h2 {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 25px;
}

.help_topics .entry-title .line {
  padding: 5px;
  width: 100px;
  background: #4472C4;
  margin: 0 auto;
}

.help_topics .topics-items .item {
  padding-bottom: 10px;
}

.help_topics .topics-items h4 {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 15px;
  padding-bottom: 5px;
  margin-bottom: 0;
}

/*=============Top questions===========*/
.top_questions {
  padding: 20px 0px;
}

.top_questions .entry-title {
  padding-bottom: 30px;
}

.top_questions .entry-title h2 {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 25px;
  text-transform: uppercase;
  color: #000;
}

.top_questions .entry-title .line {
  padding: 5px;
  width: 100px;
  background: #4472C4;
}

.top_questions .questions h4 {
  font-size: 16px;
  font-weight: normal;
  color: #4472C4;
}

.top_questions .questions h4 a {
  text-decoration: none;
  cursor: pointer;
}

.faq_search {
  margin-top: 200px !important;
}

.faq_search  input {
  /* border: 3px solid red !important; */
  height: 50px !important;
  border-radius: 10px !important;

}