/*faqsArea start*/
.faqsArea:before {
    background-position: 0 bottom;
    background-repeat: no-repeat;
    background-size: 105%;
    height: 155px;
    left: 0;
    position: absolute;
    top: -154px;
    width: 100%;
    /* border: 1px solid red; */
}

.accordion-flush .accordion-item:last-child {
    border-bottom: 1px solid #d8d8d5;
}
.accordion-body p {
  font-size: 17px;
}

.faqsArea .accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color:transparent}

.faqsArea .accordion-item, .faqsArea .accordion-body{
  background-color:transparent; 
  padding:  0;
}
.faqsArea .accordion-body{
  padding: 1rem 0;
}

.faqsArea .accordion-button:not(.collapsed) {
  /* background-color: #c5e5d8;*/
  background-color: transparent;
}  
.faqsArea .faq-section .accordion-button:not(.collapsed)::after {
  background-image: none;
  transform: none;
}

.faqsArea .faq-section  .accordion-button:focus {
  box-shadow: none;
}
.faqsArea .faq-section .accordion-button:before {
  align-items: center;
  background: rgba(249,0,129,.08);
  background-position: 50%;
  background-repeat: no-repeat;
  border-radius: 100px;
  content: "";
  display: flex;
  height: 40px;
  justify-content: center;
  line-height: 1;
  padding: 3px 0 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 15px;
  width: 40px;
}

.faqsArea .faq-section .accordion-button.collapsed:after {
  content: "";
  height: 2px;
  line-height: 1;
  pointer-events: none;
  position: absolute;
  right: 11.5px;
  top: 34px;
  transform: rotate(90deg);
  transition: all .4s ease-in-out;
  width: 17px;
}
.faqsArea .faq-section .accordion-button h5 {  
  margin-right: 13px;
  cursor: pointer;
  font-size: 20px;
  letter-spacing: -.01em;
  margin-bottom: 0;
  padding: 24px 50px 24px 0;
}
/*faqsArea end*/
}
@media only screen and (max-width:1600px) {
  .faqsArea:before {
    background-position: -40px;
    top: -114px;
  }
}
@media only screen and (max-width:767px) {
 .location .faqsArea {padding-bottom:0 !important}

}
.refinance-page .faqsArea:before{display:none;}

.accordion-button::after {
   
    content: "";
    background-image: none !important;      
    
}

 
 
