.sectionFaq {
  background: #fff;
  min-height: 70vh; }
  .sectionFaq .content .inside {
    padding: 10px; }
    @media only screen and (max-width: 900px) {
      .sectionFaq .content .inside {
        padding: 0px;
        border-radius: 0px;
        box-shadow: 0 0 0px 0 #fff; } }
    .sectionFaq .content .inside .faqtypes {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      padding: 10px; }
      .sectionFaq .content .inside .faqtypes .one {
        margin: 10px 10px;
        padding: 5px 10px;
        cursor: pointer;
        border: 1px solid #eee;
        cursor: pointer;
        border-radius: 15px;
        filter: grayscale(80%);
        transform: scale(0.9);
        transition: all .5s ease;
        flex: 0 0 100px;
        text-align: center; }
        .sectionFaq .content .inside .faqtypes .one:hover, .sectionFaq .content .inside .faqtypes .one.active {
          filter: grayscale(0%);
          transform: scale(1);
          opacity: 1; }
    .sectionFaq .content .inside .faqlist {
      margin: 10px 0;
      border: 1px solid #eee;
      border-bottom: 0; }
      .sectionFaq .content .inside .faqlist .one {
        display: block;
        cursor: pointer;
        padding: 20px 10px;
        border-bottom: 1px solid #eee; }
        .sectionFaq .content .inside .faqlist .one .name {
          display: flex;
          background: #fff; }
          .sectionFaq .content .inside .faqlist .one .name .details {
            display: block;
            flex: 1;
            box-sizing: border-box; }
            .sectionFaq .content .inside .faqlist .one .name .details .name {
              color: #444;
              font-weight: bold;
              letter-spacing: 2px;
              font-size: 16px;
              padding: 10px; }
              @media only screen and (max-width: 900px) {
                .sectionFaq .content .inside .faqlist .one .name .details .name {
                  padding: 20px 10px; } }
          .sectionFaq .content .inside .faqlist .one .name .ico {
            color: #444;
            text-align: center;
            width: 40px;
            display: flex;
            justify-content: center;
            align-items: center; }
            .sectionFaq .content .inside .faqlist .one .name .ico .in {
              height: 38px;
              width: 38px;
              border-radius: 50%;
              display: flex;
              justify-content: center;
              align-items: center; }
              .sectionFaq .content .inside .faqlist .one .name .ico .in i {
                font-size: 22px; }
        .sectionFaq .content .inside .faqlist .one .more {
          border-bottom: 1px solid #eee;
          max-height: 0;
          overflow: hidden;
          border-top: 1px solid #eee;
          transition: all .5s ease;
          display: flex; }
          @media only screen and (max-width: 900px) {
            .sectionFaq .content .inside .faqlist .one .more {
              flex-direction: column; } }
          .sectionFaq .content .inside .faqlist .one .more .image {
            width: 250px;
            background-position: center center;
            background-size: contain;
            background-repeat: no-repeat;
            background-color: #222; }
            @media only screen and (max-width: 900px) {
              .sectionFaq .content .inside .faqlist .one .more .image {
                width: 100%;
                height: 300px; } }
          .sectionFaq .content .inside .faqlist .one .more .in {
            flex: 1; }
            .sectionFaq .content .inside .faqlist .one .more .in .shortdesc {
              font-weight: bold;
              border-bottom: 1px solid #f6f6f6;
              padding: 10px;
              text-align: justify; }
            .sectionFaq .content .inside .faqlist .one .more .in .desc {
              text-align: justify;
              padding: 10px; }
        .sectionFaq .content .inside .faqlist .one.active .more {
          max-height: 1000px;
          overflow-y: auto; }

.sectionFaqOne {
  padding: 10px; }
  @media only screen and (max-width: 900px) {
    .sectionFaqOne .content .mainrow {
      flex-direction: column; } }
  .sectionFaqOne .content .mainrow .img {
    height: 300px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat; }
  .sectionFaqOne .content .mainrow article {
    padding: 10px; }
    .sectionFaqOne .content .mainrow article .top {
      padding: 10px;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      @media only screen and (max-width: 900px) {
        .sectionFaqOne .content .mainrow article .top {
          flex-direction: column;
          justify-content: center; } }
      .sectionFaqOne .content .mainrow article .top h3 {
        font-size: 22px; }
        @media only screen and (max-width: 900px) {
          .sectionFaqOne .content .mainrow article .top h3 {
            padding: 10px 10px; } }
      .sectionFaqOne .content .mainrow article .top .type {
        padding: 5px 10px;
        border-radius: 5px; }
    .sectionFaqOne .content .mainrow article .mid {
      background: #f2f2f2;
      padding: 10px;
      font-weight: bold; }
    .sectionFaqOne .content .mainrow article .bottom {
      padding: 10px;
      padding: 10px 0; }
  .sectionFaqOne .content .mainrow .fullbackbtn {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .sectionFaqOne .content .mainrow .fullbackbtn .backbtn {
      padding: 5px 10px;
      color: #fff;
      background: #d42427;
      border-radius: 5px;
      cursor: pointer; }

/*# sourceMappingURL=faq.css.map */
