/**** faq start ****/
section.modular-faq {
  background-color: #fff;
}
section.modular-faq .faq-ctn {
  max-width: 100%;
  margin: 48px 0px 48px 0px;
}
section.modular-faq .faq_out {
padding:24px 0px 0px 0px;
}
section.modular-faq .faq-ctn h2 {
  color: #464646;
  font-size: 32px;
  font-weight: 400;
  font-family: Museo;
  letter-spacing: 0.2px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 0px;
}
section.modular-faq .faq-ctn h5 {
height: auto;
color: #464646;
font-family: "Proxima Nova";
font-size: 16px;
letter-spacing: 0.2px;
text-align: center;
margin: 16px 0 0px 0;
}
section.modular-faq .faq-panel {
  border-radius: 4px;
  background-color: #fff;
  position: relative;
  transition: 0.25s;
  text-align: left;
margin: 0px 0px 0px 0px;
}
section.modular-faq .faq-panel .faq-panel-heading {
 box-sizing: border-box;
min-height: 50px;
border-top: 1px solid #ddd;
cursor: pointer;
position: relative;
display: flex;
 padding: 14px 11px 11px 11px;
 width: 100%;
 justify-content: space-between;
}
section.modular-faq .faq-panel:last-child {
border-bottom:1px solid #ddd!important;
}
section.modular-faq .faq-panel .faq-panel-heading:hover {
  color: #ff7f00!important;
}
.faq-panel-heading:hover h4{
color: #ff7f00!important;
}
section.modular-faq .faq-panel .faq-panel-title {
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  padding-right: 20px;
font-size: 16px;
width: 100%;
}
section.modular-faq .faq-panel .faq-panel-heading > svg {
  width: 18px;
  height: auto;
  fill: #ff7f00;
}
section.modular-faq .faq-panel .faq-panel-heading > svg.chevron-right,
section.modular-faq .faq-panel.expanded .faq-panel-heading > svg.chevron-down {
  display: block;
  transition: all 0.2s;
}
section.modular-faq .faq-panel .faq-panel-heading > svg.chevron-down,
section.modular-faq .faq-panel.expanded .faq-panel-heading > svg.chevron-right {
  transform: rotate(45deg);
}
section.modular-faq .faq-panel .faq-panel-body-ctn {
  font-family: "Proxima Regular", arial, sans-serif;
  font-size: 16px;
  color: #464646;
  background-color: #fff;
  display: block;
  padding: 8px 13px 24px 13px;
  line-height: 22px;
}
section.modular-faq .faq-panel .faq-panel-body-ctn a {
  color: inherit;
  border-bottom-style: dotted;
  border-bottom-width: thin;
  text-decoration: none;
  word-break: break-word;
}
section.modular-faq .faq-panel .faq-panel-body-ctn a:hover {
  border-bottom-style: solid;
}
section.modular-faq .faq-panel .faq-panel-body-ctn.collapsed {
  display: none;
}
section.modular-faq .faq-panel + .faq-panel {
  margin-top: 0px;
}
section.modular-faq .faq-ctn .faq-more-link {
  font-family: "Today SH Regular", arial, sans-serif;
  font-size: 24px;
  color: #1b2c5e;
  padding-top: 20px;
}
section.modular-faq .faq-ctn .faq-more-link a {
  color: inherit;
  border-bottom-style: dotted;
  border-bottom-width: thin;
  text-decoration: none;
}
section.modular-faq .faq-ctn .faq-more-link a:hover {
  border-bottom-style: solid;
}
.faq-more-button
{
  color: #737373;
  cursor: pointer;
  font-family: "Proxima Nova";
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  border: 2px solid #737373;
  border-radius: 25px;
  box-sizing: border-box;
  padding: 15.5px 23px;
  min-height: 50px;
  min-width: 282px;
  background: #fff;
}
.faq_more_btn
{
text-align:center;
padding-top: 24px;
}
.source_lk a,.source_lk a:hover
{
border-bottom-style: none!important;
text-decoration:none!important;
}
.faq-more-button:hover
{
text-decoration:none;
}
@media (max-width: 770px) {
  section.modular-faq .faq-ctn h2 {
      font-size: 24px;
	  line-height: 36px;
  }
  section.modular-faq .faq-panel .faq-panel-heading {
      font-size: 16px;
      height: auto !important;
      min-height: 50px;
  }
  section.modular-faq .faq-ctn .faq-more-link {
      font-size: 16px;
  }
  section.modular-faq .faq-panel .faq-panel-title {
      width: 95%;
  }
}
/**** faq end ****/