.faq .faq-wrapper, .modal .faq-wrapper {
  margin-top: 50px;
}
.faq .faq-header, .modal .faq-header {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 20px;
  text-align: center;
  font-family: Lora;
}
.faq .faq-search-bar, .modal .faq-search-bar {
  display: flex;
}
.faq .input-text-box, .modal .input-text-box {
  position: relative;
  width: 90%;
  height: 40px;
  margin-bottom: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border: 1px solid #d6d6d6;
  border-right-color: #fff;
  padding: 8px;
}
.faq .input-text-box input:focus, .modal .input-text-box input:focus {
  outline: 0;
}
.faq .search-bar, .modal .search-bar {
  position: relative;
  left: 8px;
  top: 2px;
}
.faq [class^=ic-], .modal [class^=ic-] {
  font-family: jioicons !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.faq .ic-search, .modal .ic-search {
  transition: all 0.3s;
  position: absolute;
  margin-left: 5px;
}
.faq .input-text-box > input, .modal .input-text-box > input {
  border: none;
  width: 90%;
  font-size: 14px;
  margin-left: 40px;
}
.faq .submit-button, .modal .submit-button {
  width: 10%;
  height: 40px;
  border: none;
  background-color: var(--theme-color);
  outline: none;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 8px;
}
.faq .submit-button > p, .modal .submit-button > p {
  color: #fff;
}
.faq .faq-links, .modal .faq-links {
  width: 100%;
  border: 1px solid #f0f0f0;
  border-collapse: collapse;
  display: grid;
}
.faq div[class*=col-], .modal div[class*=col-], .faq div[class^=col-], .modal div[class^=col-] {
  padding-right: 0;
  padding-left: 0;
}
.faq .qa-topic, .modal .qa-topic {
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  display: inline-block;
  border-right: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}
.faq .qa-topic:last-child, .modal .qa-topic:last-child {
  border-right: 0;
}
.faq .left-tabs, .modal .left-tabs {
  position: relative;
}
.faq .flex-column, .modal .flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.faq .nav-item, .modal .nav-item {
  text-align: left;
  margin: 0;
  position: relative;
  border-bottom: 1px solid #f0f0f0;
  flex: 1 1 auto;
  display: grid;
}
.faq .nav .nav-item a, .modal .nav .nav-item a {
  color: #333;
  border-radius: 0;
  border: none;
  outline: none;
  text-decoration: none;
  padding: 12px 15px;
}
.faq .nav .nav-item a label, .modal .nav .nav-item a label {
  max-width: 92%;
  cursor: pointer;
  font-weight: normal;
}
.faq .nav-link.active, .modal .nav-link.active {
  background-color: #f1f1f1;
}
.faq .section-two, .modal .section-two {
  border-right: 1px solid #f0f0f0;
  position: static;
  border-left: 1px solid #f0f0f0;
  min-height: 300px;
}
.faq .section-three p, .modal .section-three p {
  padding: 12px 17px;
}
.arrow {
  float: right;
  display: inline-block;
  cursor: pointer;
  -webkit-transform: rotate(-90deg) scale(0.6);
  -moz-transform: rotate(-90deg) scale(0.6);
  -ms-transform: rotate(-90deg) scale(0.6);
  -o-transform: rotate(-90deg) scale(0.6);
  transform: rotate(-90deg) scale(0.6);
  height: 20px;
}
.sprites-arrow {
  background: url('../images/sprite-3.png') no-repeat;
  background-position: -165px -10px;
  width: 24px;
  height: 25px;
}
.faq .faq-wrapper, .modal .faq-wrapper {
  margin-top: 50px;
}
.faq .faq-header, .modal .faq-header {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 20px;
  text-align: center;
  font-family: Lora;
}
.faq .faq-search-bar, .modal .faq-search-bar {
  display: flex;
}
.faq .input-text-box, .modal .input-text-box {
  position: relative;
  width: 90%;
  height: 40px;
  margin-bottom: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border: 1px solid #d6d6d6;
  border-right-color: #fff;
  padding: 8px;
}
.faq .input-text-box input:focus, .modal .input-text-box input:focus {
  outline: 0;
}
.faq .search-bar, .modal .search-bar {
  position: relative;
  left: 8px;
  top: 2px;
}
.faq [class^=ic-], .modal [class^=ic-] {
  font-family: jioicons !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.faq .ic-search, .modal .ic-search {
  transition: all 0.3s;
  position: absolute;
  margin-left: 5px;
}
.faq .input-text-box > input, .modal .input-text-box > input {
  border: none;
  width: 90%;
  font-size: 14px;
  margin-left: 40px;
}
.faq .submit-button, .modal .submit-button {
  width: 10%;
  height: 40px;
  border: none;
  background-color: var(--theme-color);
  outline: none;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 8px;
}
.faq .submit-button > p, .modal .submit-button > p {
  color: #fff;
}
.faq .faq-links, .modal .faq-links {
  width: 100%;
  border: 1px solid #f0f0f0;
  border-collapse: collapse;
  display: grid;
}
.faq div[class*=col-], .faq div[class^=col-], .modal div[class*=col-], .modal div[class^=col-] {
  padding-right: 0;
  padding-left: 0;
}
.faq .qa-topic, .modal .qa-topic {
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  display: inline-block;
  border-right: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}
.faq .qa-topic:last-child, .modal .qa-topic:last-child {
  border-right: 0;
}
.faq .left-tabs, .modal .left-tabs {
  position: relative;
}
.faq .flex-column, .modal .flex-column {
  flex-direction: column !important;
}
.faq .nav-item, .modal .nav-item {
  text-align: left;
  margin: 0;
  position: relative;
  border-bottom: 1px solid #f0f0f0;
  flex: 1 1 auto;
  display: grid;
}
.faq .nav .nav-item a, .modal .nav .nav-item a {
  color: #333;
  border-radius: 0;
  border: none;
  outline: none;
  text-decoration: none;
  padding: 12px 15px;
}
.faq .nav .nav-item a label, .modal .nav .nav-item a label {
  max-width: 92%;
  cursor: pointer;
  font-weight: 400;
}
.faq .nav-link.active, .modal .nav-link.active {
  background-color: #f1f1f1;
}
.faq .section-two, .modal .section-two {
  border-right: 1px solid #f0f0f0;
  position: static;
  border-left: 1px solid #f0f0f0;
  min-height: 300px;
}
.faq .section-three p, .modal .section-three p {
  padding: 12px 17px;
}
.arrow {
  float: right;
  display: inline-block;
  cursor: pointer;
  transform: rotate(-90deg) scale(0.6);
  height: 20px;
}
.sprites-arrow {
  background: url(../images/sprite-3.png) no-repeat;
  background-position: -165px -10px;
  width: 24px;
  height: 25px;
}
@media only screen and (max-width: 767px) {
  .faq .input-text-box {
    width: 100%;
    border-radius: 20px;
    border-right-color: #d6d6d6;
 }
  .faq .input-text-box input {
    width: 80%;
 }
  .faq .section-three, .faq .section-two, .faq .step, .faq .submit-button {
    display: none;
 }
  .faq .qa-content {
    width: 100%;
 }
  .modal .nav .nav-item a label {
    max-width: 85%;
 }
  .answer-modal .modal-body {
    height: 340px;
 }
}
@media only screen and (max-width: 767px) {
  .faq .input-text-box {
    width: 100%;
    border-radius: 20px;
    border-right-color: #d6d6d6;
 }
  .faq .input-text-box input {
    width: 80%;
 }
  .faq .submit-button, .faq .step, .faq .section-two, .faq .section-three {
    display: none;
 }
  .faq .qa-content {
    width: 100%;
 }
  .modal .nav .nav-item a label {
    max-width: 85%;
 }
  .answer-modal .modal-body {
    height: 340px;
 }
}
