/*
* @Author: Lalit
* @Date:   2025-01-22 15:31:31
* @Last Modified by:   Lalit
* @Last Modified time: 2025-01-22 15:49:46
*/

.faqHomePageSection .shw-4 {
  box-shadow: 0 3px 3px 0 #f37110;
}

.faqHomePageSection .m-top {
  margin-top: 5px;
}

.faqHomePageSection .ast-heading-left {
  float: left;
  padding: 0 50px 0 0;
  margin-left: 15px;
}
.faqHomePageSection .ast-heading-left, .faqHomePageSection .ast-heading-right {
  display: flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  margin-top: 22px;
}
.faqHomePageSection .br-4 {
  border-bottom: 2px solid #f37110;
}

.faqHomePageSection .ast-ic_img {
  transition: width 2s;
  background: #f5f5f5;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  text-align: center;
  vertical-align: middle;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 8px solid #fff;
  float: left;
  margin-top: 20px;
}

.faqHomePageSection .ast-ic_img img {
  width: 36px;
}


.faqHomePageSection .ast-heading-left h4 {
  text-align: center;
  color: #313131;
  font-weight: 600;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.faqHomePageSection .mt-25 {
  margin-top: 2.5em;
}

.faqHomePageSection #faqAccordion .panel {
  margin-bottom: 1.0em !important;
  padding-top: 3px;
  padding-bottom: 3px;
}

.faqHomePageSection #faqAccordion .panel-default > .panel-heading {
  color: #333;
  background-color: transparent;
  border-color: #ddd;
  cursor: pointer;
}

.faqHomePageSection #faqAccordion .panel-title {
  font-size: 16px;
}

.faqHomePageSection #faqAccordion .panel-title .ing{text-decoration: none;}

.faqHomePageSection #faqAccordion .panel-body p{font-size: 16px;}
