/* =============== FAQ page CSS last updated on 30-11-2022 [16:53 Hours] ================= */
/* ========= Banner section CSS starts here ======== */
.faq-page-banner .banner-wrapper {
  background-image: url(https://storage.googleapis.com/patkarandsons.appspot.com/banner-img5.jpg);
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  background-position: center;
  background-size: cover;
  height: 500px;
}

.faq-page-banner .banner-wrapper img.banner-icon {
  height: 160px;
  margin-top: 30px;
}

.faq-page-banner .banner-wrapper .caption-logo-text h1 {
  font-size: 51.9px;
  line-height: 1.3;
  color: #f69520;
  font-weight: 700;
  letter-spacing: 0.8px;
  padding-bottom: 25px;
  border-bottom: 4px solid #ffc878;
}

.faq-page-banner .banner-wrapper .caption-logo-text h2 {
  color: #ffffff;
  line-height: 1.2;
  letter-spacing: 1px;
  font-size: 30px;
  font-weight: 700;
  padding-top: 5px;
}

.faq-page-banner .banner-content {
  position: relative;
  top: 200px;
}

/* ========= Banner section CSS ends here ======== */
/* =========== FAQ section CSS starts here ============ */
.faq-section {
  margin: 60px 0 60px 0;
  background-color: #ffffff;
}

.faq-section #faqHeading {
  font-weight: 500;
  letter-spacing: -0.2px;
  margin-top: 10px;
  text-align: center;
  color: #23426c;
  font-size: 36px;
  margin-bottom: 40px;
}

.faq-section .panel-group .panel {
  border-radius: 4px;
  border-left: 4px solid #ffc878;
  margin-bottom: 30px;
}

.faq-section .panel-default > .panel-heading {
  padding: 20px;
  background-color: #fafafa;
}

.faq-section .panel-title {
  font-size: 16.5px;
  letter-spacing: 0.5px;
  font-weight: 500;
  color: #309b98;
  line-height: 1.5;
}

.faq-section .panel-title > a {
  display: block;
  text-decoration: none;
  color: #23426c;
}

.faq-section .panel-body p {
  font-size: 15.5px;
  letter-spacing: 0px;
  line-height: 1.5;
}

.faq-section .panel-body ol {
  padding-left: 30px;
}

.faq-section .panel-body ol li {
  margin-bottom: 15px;
  font-size: 14.5px;
  letter-spacing: 0px;
  line-height: 1.5;
  padding-left: 6px;
}

.faq-section .more-less {
  float: right;
  color: #37a3a0;
  font-weight: 600;
  font-size: 20px;
  margin: 0 0px 10px 15px;
}

.faq-section .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #eeeeee;
}

.faq-section:after {
  background-color: #a6a6a6;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 100vw;
}

.faq-section .custom-plus-button span.button-icon {
  align-items: center;
  background-color: #8471b3;
  border-radius: 50%;
  display: flex;
  height: 54px;
  justify-content: center;
  margin: 0;
  width: 54px;
  position: relative;
  line-height: 0;
}

.faq-section .custom-plus-button .button-icon svg.svg-icon {
  fill: currentColor;
  color: #ffffff;
  stroke: none;
  transform: rotate(0);
  transform-origin: center;
  transition: transform 0.25s ease-out;
}

.faq-section .custom-plus-button span.button-text {
  font-size: 15px;
  line-height: 1.133em;
  margin-left: 19px;
  color: #1b1b1b;
  font-family: Sarabun, sans-serif;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.faq-section a.custom-plus-button {
  padding: 0 0 0 0 !important;
  background-color: transparent;
  border: 0;
  font-family: Sarabun, sans-serif;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #1b1b1b;
  font-size: 17px;
  line-height: 1.294em;
  position: relative;
  display: inline-flex;
  align-items: center;
  width: auto;
  margin: 0;
  text-decoration: none;
  border-radius: 0;
  outline: 0;
  transition: color 0.2s ease-out, background-color 0.2s ease-out,
    border-color 0.2s ease-out;
}

/* =========== FAQ section CSS ends here ============ */
/* ============== Scroll-To-Top button CSS starts here =============== */
#scroll-to-top-button {
  background-color: #88b945;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  display: inline-block;
}

#scroll-to-top-button::after {
  content: "\f106";
  font-family: FontAwesome;
  font-weight: 600;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #ffffff;
}

#scroll-to-top-button:hover {
  cursor: pointer;
  background-color: #37a3a0;
}

#scroll-to-top-button:active,
#scroll-to-top-button:focus {
  background-color: #88b945;
}

#scroll-to-top-button.show {
  opacity: 1;
  visibility: visible;
}

/* ============== Scroll-To-Top button CSS ends here =============== */
