button#next {
  color: #fff;
  background-color: rgb(0, 200, 83);
  padding: 12px 60px;
  border-radius: 6px;
  text-decoration: none;
  border: 0;
  outline: 0;
  font-size: 16px;
  cursor: pointer;
  font-weight: 700;
  text-transform: uppercase;
}
.faq-section .heading-sec {
  text-align: center;
}
.faq-section .heading-sec .lightbk {
  color: #e4f3ff;
  font-size: 110px;
  font-weight: 600;
  letter-spacing: 2.64px;
  text-transform: uppercase;
}
.faq-section .heading-sec .mainhead,
.faq-section .inner-heading {
  color: #232e45;
  font-weight: 600;
  letter-spacing: 0.86px;
  font-size: 36px;
}
.faq-section .heading-sec .mainhead {
  margin-top: -80px;
  margin-bottom: 50px;
}
.faq-section .inner-heading {
  margin-bottom: 75px;
  text-align: center;
}
.faq-section h1 {
  font-weight: 700;
  color: #000;
  width: 100%;
  margin-bottom: 40px;
}
.faq-section .panel-heading {
  border: 0;
  background-color: transparent;
}
.panel-default > .panel-heading {
  color: #333;
  padding: 10px 15px;
}
.panel-title {
  margin: 0;
  font-size: 15px;
}
.faq-section .panel-title a {
  text-decoration: underline;
  font-weight: 600;
  color: #231f20;
  font-weight: 700;
}
/* .faq-main h1 {
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 30px;
} */
.faq-main h1 {
  font-weight: 600;
  color: #231f20;
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 22.96px;
}
.faq-main {
  width: 100%;
  float: left;
  padding: 94px 0 0;
}
.faq-section .panel-body {
  border-top: 0 !important;
  padding: 15px;
  font-size: 14px;
}
.custom-accordion {
  margin-bottom: 30px;
}
.custom-accordion .accord-header {
  padding: 25px 0 25px 25px;
  box-shadow: 0 3px 6px #00000029;
  border: 2px solid #233f8c;
  border-radius: 20px;
  font-size: 20px;
  font-weight: 500;
  position: relative;
}
.custom-accordion .accord-header h3 {
  font-size: 20px;
  text-transform: capitalize;
}
.custom-accordion .accord-header .arrow {
  width: 23px;
  height: 28px;
  background-position: -120px -10px;
  display: block;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.custom-accordion.show .accord-header .arrow {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  top: 35px;
}
.custom-accordion .accord-body {
  color: #232e45;
  letter-spacing: 0.43px;
  font-size: 18px;
  padding: 5px 50px 25px 25px;
  display: none;
}
.custom-accordion.show {
  background-color: #f6f8fa;
  border-radius: 20px;
}
.custom-accordion.show .accord-header {
  border-color: transparent;
  box-shadow: none;
}
.custom-accordion.show .accord-body {
  display: block;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.relatedquestion .panel-heading {
  background-color: transparent;
  box-shadow: none;
  text-shadow: none;
  padding: 10px 65px 10px 30px;
  position: relative;
  cursor: pointer;
}
.relatedquestion .panel-heading:before {
  content: '';
  width: 1px;
  height: 40px;
  position: absolute;
  top: 6px;
  right: 0;
  background: #a7a6ab;
}
.relatedquestion .panel-heading2:before {
  display: none;
}
.relatedquestion .panel-heading .essay-writer-head-js:before {
  display: none;
}
.relatedquestion .faqTabs .arrow {
  background-position: -153px -52px;
  width: 25px;
  top: 50%;
  right: 40px;
  height: 27px;
  transform: translateY(-50%);
  display: block;
  position: absolute;
}
.faqTabs .panel.panel-default.opena {
  box-shadow: none;
}
.faqTabs .collapse {
  display: none;
}
.faqTabs .panel.panel-default.opena .panel-collapse.collapse {
  display: block;
  border: 0;
}
.relatedquestion
  .faqTabs
  .panel.panel-default.opena
  .panel-collapse.collapse
  .panel-body {
  padding: 15px 25px 30px;
}
.relatedquestion ul {
  padding-left: 10px;
}
.capitalize-block .btn,
.relatedquestion .faqTabs a {
  text-transform: capitalize;
}
.relatedquestion .faqTabs a {
  display: block;
  font-size: 15px;
  padding: 3px 0;
  color: #00adef;
}
.relatedquestion .panel-heading h3 {
  color: #232e45;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 0;
}
.faq-cta {
  padding-top: 90px;
  padding-bottom: 100px;
}
@media (max-width: 1440px) {
  .faq-section .heading-sec .lightbk {
    font-size: 70px;
  }
}
@media (max-width: 991px) {
  .faq-section .heading-sec .mainhead {
    margin-top: 0px;
  }
  .faq-cta {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .faq-section .heading-sec .lightbk {
    font-size: 45px;
  }
  .faq-section .heading-sec .mainhead {
    font-size: 30px;
    margin-top: -10px;
    margin-bottom: 50px;
  }
  .relatedquestion .panel-heading:before {
    display: none;
  }
}
@media (max-width: 575px) {
  .faq-section .inner-heading {
    font-size: 24px;
    margin-bottom: 40px;
  }
  .custom-accordion .accord-header {
    padding: 15px 40px 15px 25px;
    font-size: 15px;
  }
  .custom-accordion .accord-header h3 {
    font-size: 12px;
    padding-top: 0;
    line-height: 18px;
  }
  .custom-accordion .accord-body {
    font-size: 12px;
  }
  .custom-accordion .accord-header .arrow {
    height: 30px;
  }
  .faq-section .heading-sec .mainhead {
    margin-top: 17px !important;
  }
  .relatedquestion {
    margin-top: 35px;
  }
}
@media (max-width: 425px) {
  .faq-section .heading-sec .lightbk {
    font-size: 28px;
  }
  .faq-section .heading-sec .mainhead {
    font-size: 20px !important;
  }
}
@media (max-width: 400px) {
  .relatedquestion .faqTabs .arrow {
    right: 15px;
  }
}
