/*--------------------------------------------------------------
# Faq
--------------------------------------------------------------*/
#bit-faq .bit-faq {
  float: none;
  display: inline-block;
  vertical-align: top; }
#bit-faq .mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent !important; }
#bit-faq .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #C3C3C3; }
#bit-faq .theme_one .bit-faq-container {
  margin-bottom: 30px; }
  #bit-faq .theme_one .bit-faq-container h3 {
    background: #ffffff;
    border: solid 1px #ced0cf;
    font-size: 1em;
    padding: 25px 25px 25px 92px;
    margin: 0 !important;
    position: relative;
    cursor: pointer;
    transition: all ease 0.3s; }
    #bit-faq .theme_one .bit-faq-container h3 .icon {
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 67px;
      border-right: solid 1px #ced0cf;
      transition: all ease 0.3s; }
      #bit-faq .theme_one .bit-faq-container h3 .icon:before {
        content: "\f067";
        font-family: 'FontAwesome';
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        line-height: 12px;
        height: 12px;
        width: 12px;
        text-align: center;
        margin: auto;
        display: block; }
  #bit-faq .theme_one .bit-faq-container .faq-content {
    margin-top: 30px;
    display: none; }
  #bit-faq .theme_one .bit-faq-container:hover h3 {
    background: #3e3e3e;
    color: #ffffff; }
    #bit-faq .theme_one .bit-faq-container:hover h3 .icon {
      border: none;
      background: #2b2b2b; }
      #bit-faq .theme_one .bit-faq-container:hover h3 .icon:before {
        color: #ffffff; }
  #bit-faq .theme_one .bit-faq-container.expanded h3 {
    background: #3e3e3e;
    color: #ffffff; }
    #bit-faq .theme_one .bit-faq-container.expanded h3 .icon {
      border-width: 0;
      background: #2b2b2b; }
      #bit-faq .theme_one .bit-faq-container.expanded h3 .icon:before {
        content: "\f068";
        color: #ffffff; }
#bit-faq .theme_two .bit-faq-container {
  margin-bottom: 30px;
  padding-left: 90px;
  position: relative; }
  #bit-faq .theme_two .bit-faq-container h3 {
    margin: 30px 0;
    font-size: 1em;
    font-weight: bold;
    padding-top: 12px; }
    #bit-faq .theme_two .bit-faq-container h3 .icon {
      line-height: 60px;
      height: 60px;
      width: 60px;
      text-align: center;
      background: #3e3e3e;
      border-radius: 100%;
      position: absolute;
      left: 0;
      top: 0;
      color: #ffffff; }
  @media (max-width: 480px) {
    #bit-faq .theme_two .bit-faq-container {
      padding-left: 60px; }

      #bit-faq .theme_two .bit-faq-container h3 .icon {
        line-height: 45px;
        height: 45px;
        width: 45px; } }
#bit-faq .theme_three .bit-faq-container {
  margin-bottom: 30px;
  text-align: center; }
  #bit-faq .theme_three .bit-faq-container h3 {
    margin: 30px 0;
    font-size: 1em;
    font-weight: bold; }
    #bit-faq .theme_three .bit-faq-container h3 .icon {
      line-height: 60px;
      height: 60px;
      width: 60px;
      text-align: center;
      border-radius: 100%;
      border: solid 1px #cecfd0;
      margin: 0 auto 30px;
      display: block; }
#bit-faq .theme_four .mCSB_inside > .mCSB_container {
  margin: 0; }
#bit-faq .theme_four .bit_questions_list {
  float: left;
  width: 33%;
  height: 90vh; }
  @media (max-width: 767px) {
    #bit-faq .theme_four .bit_questions_list {
      width: 100%;
      height: auto; } }
  #bit-faq .theme_four .bit_questions_list h3 {
    margin: 0;
    font-size: 1em;
    font-weight: bold;
    padding: 20px;
    transition: all ease 0.3s;
    cursor: pointer; }
    #bit-faq .theme_four .bit_questions_list h3:hover, #bit-faq .theme_four .bit_questions_list h3.active {
      background: #f1f1f1; }
      #bit-faq .theme_four .bit_questions_list h3:hover .icon, #bit-faq .theme_four .bit_questions_list h3.active .icon {
        background: #ffffff; }
    #bit-faq .theme_four .bit_questions_list h3 .icon {
      line-height: 60px;
      height: 60px;
      width: 60px;
      text-align: center;
      border-radius: 100%;
      background: #f1f1f1;
      display: inline-block;
      vertical-align: middle;
      transition: all ease 0.3s; }
    #bit-faq .theme_four .bit_questions_list h3 .text {
      display: inline-block;
      vertical-align: middle;
      width: calc(100% - 80px);
      margin-left: 20px; }
  #bit-faq .theme_four .bit_questions_list .mobile_content {
    padding: 10px 40px 20px;
    text-align: justify;
    display: none; }
    @media (min-width: 768px) {
      #bit-faq .theme_four .bit_questions_list .mobile_content {
        display: none !important; } }
#bit-faq .theme_four .bit_answers_list {
  float: right;
  width: 66%;
  height: 90vh; }
  @media (max-width: 767px) {
    #bit-faq .theme_four .bit_answers_list {
      display: none; } }
  #bit-faq .theme_four .bit_answers_list .faq-content {
    margin: 0 20px;
    padding: 20px;
    transition: all ease 0.3s; }
    #bit-faq .theme_four .bit_answers_list .faq-content ol {
      margin-left: 10px; }
    #bit-faq .theme_four .bit_answers_list .faq-content ul {
      margin-left: 15px; }
    #bit-faq .theme_four .bit_answers_list .faq-content.active {
      background: #f1f1f1; }
    #bit-faq .theme_four .bit_answers_list .faq-content h3 {
      font-size: 1em;
      font-weight: bold;
      margin: 0 0 20px;
      float: left;
      width: 100%; }
#bit-faq .theme_one .bit-faq .bit-faq-container .faq-content ol, #bit-faq .theme_two .bit-faq .bit-faq-container .faq-content ol, #bit-faq .theme_three .bit-faq .bit-faq-container .faq-content ol {
  margin-left: 10px; }
#bit-faq .theme_one .bit-faq .bit-faq-container .faq-content ul, #bit-faq .theme_two .bit-faq .bit-faq-container .faq-content ul, #bit-faq .theme_three .bit-faq .bit-faq-container .faq-content ul {
  margin-left: 15px; }

