
.faq_main_container {
  margin-top: 65px;
}
.faq_heading {
  background-color: black;
  width: 100%;
  height: 25vh;
  position: relative;
}
.faq_heading_text {
  font-family: Taviraj;
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 124.4%;
  position: absolute;
  color: #ffffff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.container_faq {
  margin: 0 auto;
  padding: 2.8rem;
  margin-top: 65px;
  width: 60%;
}
.accordion .accordion-item {
  border-bottom: 1px solid #e5e5e5;
}
.accordion .accordion-item button[aria-expanded='true'] {
}
.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 15px 0;
  color: #1b1a1a;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}
.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
}
.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;

  /* border: 1px solid #03b5d2; */
}
.accordion button .accordion-title {
}
.accordion-title {
  font-family: Taviraj;
  font-style: normal;
  font-weight: normal;
  font-size: 26px;
  line-height: 124.4%;
  color: #1b1a1a;
}
.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
}
.accordion button .icon::before {
  display: block;
  position: absolute;
  content: '';
  top: 9px;
  left: 2px;
  width: 16px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: '';
  top: 2px;
  left: 9px;
  width: 2px;
  height: 16px;
  background: currentColor;
}
.accordion button[aria-expanded='true'] .icon {
  transform: rotate(45deg);
}
.accordion button[aria-expanded='true'] + .accordion-content {
  opacity: 1;
  max-height: 50em;
  transition: all 300ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 300;
  margin: 10px;
}
.accordion-content ul li {
  margin-left: 20px;
}
.accordion-content td {
  padding: 5px;
}



@media screen and (max-width: 600px) {
  .container_faq {
    width: 95% !important;
  }
}


header {
  background-color: #000;
}
header.scrolled {
  background-color: #000;
}
.topnav a.scrolled {
	color: #fff;
}
.dropdown .dropbtn.scrolled {
  color: #fff;
}
.book__btn.scrolled {
  background-color: #9f7a66 !important;
  color: #fff !important;
  cursor:pointer;
}
