.faq_pd {
  padding: 0;
}

.main_hd {
  font-size: 40px;
  line-height: 49px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 0;
  text-align: center;
  color: #232e35;
}

.main_centText {
  max-width: 710px;
  font-size: 18px;
  line-height: 30px;
  margin: 20px auto 0;
  text-align: center;
  color: #232e35;
}


.faqWrp {
  padding-top: 30px;
}

.faqWrp .accor_item {
  margin-bottom: 15px;
  /* padding: 21px 20px; */
  box-shadow: 0px 1px 1px #00000029;
  border-radius: 12px;
  background: #f9f9f9;
  border: none;
}

.faqWrp .accor_button {
  font-size: 18px;
  line-height: 21px;
  /* padding: 0; */
  padding-right: 30px;
  font-weight: 600;
  color: #232E35;
  background: transparent;
  border-radius: 12px;
  border: none;
  outline: none !important;
  box-shadow: none;
  position: relative;
}


.faqWrp .accor_body {
  /* padding: 0; */
  padding-top: 15px;
}

.faqWrp .accor_body p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0px;
  color: #232E35;
}



/*********** responsive css *************/

@media (max-width: 600px) {
  
  .faqWrp {
    padding: 10px;
    padding-top: 30px;
  }
  .faq_headtxt{
padding: 0 10px 0 10px;
  }
  .main_hd {
    font-size: 24px;
    line-height: 35px;
  }

  .main_centText {
    max-width: 100%;
    font-size: 14px;
    line-height: 24px;
    margin: 15px auto 0;
  }

  .faqWrp .accor_item {
    /* padding: 15px 10px; */
    border-radius: 10px;
  }

  .faqWrp .accor_button {
    font-size: 16px;
    line-height: 21px;
    padding-right: 20px;
  }

  .faqWrp .accor_body {
    /* padding: 0; */
    padding-top: 10px;
  }

  .faqWrp .accor_body p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0px;
  }
}