.faq-section {
  max-width: 800px;
  margin: 50px auto;
  font-family: Arial, sans-serif;
}

.faq-section h2 {
  text-align: center;
  margin-bottom: 30px;
}

.faq-item {
  border-bottom: 1px solid #ddd;
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  outline: none;
  text-align: left;
  padding: 15px 0;
  font-size: 21px;
	font-weight:bold;
	color:#20486f;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-question .icon {
  font-size: 24px;
  font-weight: bold;
  transition: transform 0.3s ease;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.faq-answer p {
  margin: 10px 0 20px;
  color: #555;
}
.mainmenu ul>li>a {
    text-decoration: none;
}
.tj-footer-area ul li a {
    position: relative;
    text-decoration: none;
}
a {
    text-decoration: none !important;
}
@font-face { font-display: swap !important; }
