/* CSS Document */
/* faqArea */
.faqArea {
  background-color: #efefef;
}
.faqArea .inner {
  padding: 50px 40px 60px;
}
.faqArea .inner .faq_indication {
  padding-bottom: 10px;
}
.faqArea .inner .faq .faq-desc {
  padding-bottom: 20px;
}
.faqArea .inner .faq .faq-question {
  margin-bottom: 20px;
  padding: 40px 40px 30px;
  background-color: #fff;
  border-radius: .6rem;
}
.faqArea .inner .faq .faq-question h3 {
  font-size: 28px;
  font-weight: 700;
  border-radius: .2rem;
  background-color: #fff;
  padding: 10px 0 10px 60px;
  margin-bottom: 20px;
  position: relative;
}
.faqArea .inner .faq .faq-question h3 a {
  color: #000;
  text-decoration: none;
}
.faqArea .inner .faq .faq-question h3 a:hover {
  color: #cc181c;
}
.faqArea .inner .faq .faq-question h3:before {
  content: "Q";
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  color: #fff;
  font-size: 22px;
  line-height: 42px;
  font-weight: 700;
  width: 46px;
  height: 46px;
  border-radius: 100%;
  background: #000;
  border: 1px solid #000;
}
.faqArea .inner .faq .faq-question .faq-answer {
  padding-left: 60px;
  position: relative;
}
.faqArea .inner .faq .faq-question .faq-answer:before {
	content: "A";
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	color: #fff;
	font-size: 22px;
	line-height: 42px;
	font-weight: 700;
	width: 46px;
	height: 46px;
	border-radius: 100%;
	background: #e60012;
	border: 1px solid #e60012;
}
.faqArea .inner .faq .faq-question .faq-answer h1,
.faqArea .inner .faq .faq-question .faq-answer h2,
.faqArea .inner .faq .faq-question .faq-answer h3,
.faqArea .inner .faq .faq-question .faq-answer h4,
.faqArea .inner .faq .faq-question .faq-answer h5,
.faq_singler .inner .faq_s .faq-question .faq-answer h1,
.faq_singler .inner .faq_s .faq-question .faq-answer h2,
.faq_singler .inner .faq_s .faq-question .faq-answer h3,
.faq_singler .inner .faq_s .faq-question .faq-answer h4,
.faq_singler .inner .faq_s .faq-question .faq-answer h5 {
	font-size: inherit;
  font-weight: initial;
  text-align: left;
}
.faqArea .inner .faq .faq-question .faq-answer h1,
.faq_singler .inner .faq_s .faq-question .faq-answer h1 {
	font-size: 26px;
  font-weight: 700;
}
.faqArea .inner .faq .faq-question .faq-answer h2,
.faq_singler .inner .faq_s .faq-question .faq-answer h2 {
	font-size: 25px;
  font-weight: 700;
  position: static;
  padding: 0;
  border: none;
  margin: 0;
  max-width: 100%;
  width: 100%;
}
.faqArea .inner .faq .faq-question .faq-answer h2:before,
.faq_singler .inner .faq_s .faq-question .faq-answer h2:before {
	display: none;
}
.faqArea .inner .faq .faq-question .faq-answer h3,
.faq_singler .inner .faq_s .faq-question .faq-answer h3 {
  font-size: 20px;
  font-weight: 700;
}
.faqArea .inner .faq .faq-question .faq-answer h4,
.faq_singler .inner .faq_s .faq-question .faq-answer h4 {
  font-weight: 700;
}
.faqArea .inner .faq .faq-question .faq-answer p,
.faq_singler .inner .faq_s .faq-question .faq-answer p {
  line-height: 1.8;
}

/* faq_singler */
.faq_singler .inner {
  padding: 20px 40px 60px;
}
.faq_singler .inner .hArea {
  padding: 0 0 20px 0;
}
.faq_singler .inner .hArea .labels {
  color: #fff;
  background-color: #000;
  border-radius: 0;
  padding: 10px;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  margin-top: 10px;
}
.faq_singler .inner .faq_s .faq-question {
  padding-bottom: 80px;
}
.faq_singler .inner .faq_s .faq-question h3 {
  padding-bottom: 16px;
  font-size: 28px;
  font-weight: 700;
  border-bottom: 2px solid #000;
  margin-bottom: 0;
}
.faq_singler .inner .faq_s .faq-question .faq-answer {
  padding: 40px 30px 0;
}
.faq_singler .inner .pager ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 0;
  margin-bottom: 0;
}
.faq_singler .inner .pager ul li a {
  color: #000;
  text-decoration: none;
  font-weight: 700;
}
.faq_singler .inner .pager ul li a:hover {
  color: #cc181c;
}


@media screen and (max-width: 1000px) {
/* subArea */
  .subArea {
    padding-top: 120px;
  }

/* faqArea */
  .faqArea .inner {
    padding: 40px 6vw 50px;
  }
  .faqArea .inner .faq .faq-question {
    padding: 30px 20px 20px;
  }
  .faqArea .inner .faq .faq-question h3 {
    padding: 0 0 0 40px;
  }
  .faqArea .inner .faq .faq-question h3:before {
    font-size: 17px;
    line-height: 28px;
    font-weight: 700;
    width: 30px;
    height: 30px;
  }
  .faqArea .inner .faq .faq-question .faq-answer {
    font-size: 14px;
    padding-left: 40px;
  }
  .faqArea .inner .faq .faq-question .faq-answer:before {
    font-size: 17px;
    line-height: 28px;
    font-weight: 700;
    width: 30px;
    height: 30px;
  }

/* faq_singler */
  .faq_singler .inner {
    padding: 20px 6vw 50px;
  }
  .faq_singler .inner .faq_s .faq-question {
    padding-bottom: 0;
  }
  .faq_singler .inner .faq_s .faq-question .faq-answer {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
/* faqArea */
  .faqArea {
    margin-top: 40px;
  }
  .faqArea .inner {
    padding-top: 30px;
  }
  .faqArea .inner .faq .faq-question h3 {
    font-size: 20px;
  }
  .faqArea .inner .faq .faq-question {
    margin-bottom: 40px;
  }
  .faqArea .inner .faq .faq-question .faq-answer,
  .faq_singler .inner .faq_s .faq-question .faq-answer {
    font-size: 15px;
  }
  .faqArea .inner .faq .faq-question .faq-answer h1,
  .faq_singler .inner .faq_s .faq-question .faq-answer h1 {
    font-size: 18px;
  }
  .faqArea .inner .faq .faq-question .faq-answer h2,
  .faq_singler .inner .faq_s .faq-question .faq-answer h2 {
    font-size: 16px;
    font-weight: 700;
  }
  .faqArea .inner .faq .faq-question .faq-answer h3,
  .faq_singler .inner .faq_s .faq-question .faq-answer h3 {
    font-size: 15px;
    font-weight: 700;
  }
  .faqArea .inner .faq .faq-question .faq-answer h4,
  .faq_singler .inner .faq_s .faq-question .faq-answer h4 {
    font-weight: 700;
  }
  .faqArea .inner .faq .faq-question .faq-answer p,
  .faq_singler .inner .faq_s .faq-question .faq-answer p {
    line-height: inherit;
  }

/* faq_singler */
  .faq_singler .inner .faq_s .faq-question h3 {
    font-size: 20px;
  }
  .faq_singler .inner .faq_s .faq-question .faq-answer {
    padding: 20px 10px 20px;
  }
}

@media screen and (max-width: 600px) {
/* faqArea */
  .faqArea .inner .faq .faq-question {
    padding: 30px 16px 16px;
    margin-bottom: 20px;
  }

/* faq_singler */
  .faq_singler .inner {
    padding-top: 40px;
  }
  .faq_singler .inner .hArea {
    margin-bottom: 0;
  }
}
