.faq_one .heading-content h2{
  padding-bottom:32px;
}
.content-02{
  display:none;
 
}

.faq_one .bottom-container.cta-container a#loadless:before {
    transform: rotate(180deg);
}

.faq_one .bottom-container.cta-container{
  text-align:center;
  padding-top:40px;
}

.faq_one .bottom-container.cta-container a{
  position:relative;
  font-size:18px;
  z-index:1;
  line-height:17px;
  cursor:pointer;
  display:inline-block;
  box-sizing:border-box;
  transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
}
.faq_one .bottom-container.cta-container a:before{
  content: "";
  background: url(https://f.hubspotusercontent00.net/hubfs/1806455/NovikStone%20Final%20Image/see%20more.svg);
  position: absolute;
  top: 0px;
  bottom: 0;
  font-weight: normal;
  background-color: transparent;
  width: 17.5px;
  height: 15.5px;
  right: -26px;
  background-repeat: no-repeat;
  background-size: contain;
}



.faq_one .accordion_content p{
  padding-right: 20px;
}

body .container-fluid .row-fluid .faq_one .wrapper {
  max-width:999px;
}

.faq_one .accordion_group.span12 {
  padding: 0 20px 0 25px;
}

.faq_one .accordion_content {
  margin-top: 55px;
}
.span12.faq_one {
  overflow: hidden;
}

body .container-fluid .row-fluid .faq_one .accordion_header h5 {
  position:relative;
  font-style: italic;
  margin: 20px 0;
  font-size:19px;
  padding-right:50px;
  cursor:pointer;
}


.faq_one .accordion_content {
  display: none;
}

.faq_one .accordion_group {
  border-bottom:2.25px solid #fff;
}


.faq_one .accordion_header h5:after {
  content: "";
  background: url(https://f.hubspotusercontent00.net/hubfs/1806455/Novik%20Images/minus%202.svg);
  position: absolute;
  top: 0px;
  font-weight: normal;
  background-color: transparent;
  width:22.5px;
  height:22.5px;
  right:0;
  background-repeat: no-repeat;
  background-size:contain;
}
.faq_one .accordion_group.expanded h5:after {
  content: "";
  background: url(https://f.hubspotusercontent00.net/hubfs/1806455/Novik%20Images/minus%201.svg);
  position: absolute;
  top: 0px;
  font-weight: normal;
  background-color: transparent;
  width:22.5px;
  height::22.5px;
  right: 0;
  background-repeat: no-repeat;
  background-size:contain;
}

@media(max-width:767px){

.faq_one .accordion_group.span12 {
  padding: 0 20px 0 20px;
}

  .faq_one .accordion_content {
    margin-top: 40px;
  }
  .faq_one .heading-content h2 {
    line-height: normal;
  }
  body .row-fluid .faq_one.how-it-works.section-padding{
    padding-bottom:85px !important;
  }
}

.accordion-container .row-fluid.content-02:first-child {
    border-top: 2.25px solid #fff;
}
