@import url(https://fonts.googleapis.com/css?family=Nunito);
.why-choose-us-section {
  background: #1c1e22;
  padding: 70px 0;
  color: #fff !important;
}
.why-choose-us-section h3, .why-choose-us-section h5 {
  color: #ffff;
}
.why-choose-us-section p {
  color: #8e9091 !important;
}

.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  font-weight: bold;
  margin-top: 15px;
}

.active, .accordion:hover {
  background-color: #eee;
  color: #3f3f3f;
}

.panel {
  padding: 24px;
  display: none;
  background-color: white;
  overflow: hidden;
}

.top-question-section {
  margin-top: 100px;
  margin-bottom: 100px;
}

.seo-text1 {
  background: #000;
  padding: 80px 0;
  color: white;
}
.seo-text1 h2, .seo-text1 h5, .seo-text1 h3, .seo-text1 h6 {
  color: white;
}

.seo-text2 {
  padding: 80px 0;
}
