.single-item-wrapper .owl-item img {
  cursor: pointer;
}

.faq {
  display: flex;
  margin-top: 50px;
}

.faq .tabs {
  width: 30%;
  background: #f1f1f1;
  padding: 20px;
  box-sizing: border-box;
  margin-bottom: 50px;
}

.faq .tabs a {
  display: block;
  padding: 0 0 10px 0;
  text-decoration: none;
  color: #000;
}

.faq .tab-content {
  display: none;
  width: 70%;
  padding: 20px 0 50px 50px;
}

.faq .tab-content>div>a,
.back-link {
  text-decoration: none;
  border-bottom: 1px solid #b91212;
}

.faq .tab-content>div>a:hover,
.back-link:hover {
  border-bottom-color: transparent;
}

.faq .tabs select {
  display: none;
}

.faq .tab-content>div {
  margin-bottom: 10px;
}

#tab-faq,
#tab-instruction {
  min-height: 750px;
}

@media (max-width: 992px) {
  .faq {
      display: block;
  }

  .faq .tabs {
      margin-bottom: 0;
  }

  .faq .tabs a {
      display: none;
  }

  .faq .tabs select {
      display: block;
      margin: 0 auto;
      max-width: 100%;
      height: 40px;
      white-space: normal;
      outline: none;
  }

  .faq .tabs,
  .faq .tab-content {
      width: 100%;
  }

  .faq .tab-content {
      padding-left: 20px;
  }

  .faq {
      margin-top: 20px
  }

  #breadcrumb {
      height: auto
  }

  #tab-faq .more-link {
      display: block;
      margin-right: 20px;
  }

  #tab-faq .more-link:after {
      bottom: 10px !important
  }

  #tab-faq,
  #tab-instruction {
      min-height: auto;
  }

}

@media (max-width: 1200px) {

  #tab-faq,
  #tab-instruction {
      min-height: 900px;
  }
}

@media (max-width: 991px) {

  #tab-faq,
  #tab-instruction {
      min-height: auto;
  }
}

#tab-faq a {
  text-decoration: none;
  border-bottom: 1px solid #b91212;
}

#tab-faq a:hover {
  border-bottom-color: transparent;
}

#tab-faq>div {
  margin-bottom: 10px;
}

#tab-faq .more-link,
.faq .more-link {
  position: relative;
  font-weight: 400 !important;
}

#tab-faq .more-link:after,
.faq .more-link:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 6px;
  right: -20px;
  display: inline-block;
  border-top: 0.3em solid #b91212;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

#tab-faq .more,
.faq .more {
  display: none;
  margin-top: 10px;
}

#tab-faq .active+.more,
.faq .active+.more {
  display: block;
}

#tab-faq .active:after,
.faq .active:after {
  transform: rotate(180deg);
}

#tab-faq .btn {
  background: #b91212;
  border: none;
  color: #fff;
  margin-top: 25px;
}

.faq .more {
  padding-top: 5px;
  padding-bottom: 5px;
}

.faq .more a {
  border-bottom: 1px solid #b91212;
  text-decoration: none
}

.faq .more a:hover {
  border-bottom-color: transparent;
}