body {
  font-family: "Open Sans", sans-serif;
}

p {
  margin: 0;
}

hr {
  margin-top: 0;
  margin-bottom: 10px;
  border-top: 1px solid #bebebe;
}

pre {
  margin: 0;
  padding-left: 29px;
}

.container {
  max-width: 100%;
}

.main-container {
  min-height: 40rem;
  padding-top: 142px;
  padding-bottom: 0;
  margin: 0 auto;
}

.qtx-title {
  color: #000000;
  font-family: "Khand", sans-serif;
  font-size: 68px;
  line-height: 69px;
  font-weight: bold;
  margin-bottom: 13px;
}

.subtitle {
  color: #444444;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 16px;
}

.subtitle a {
  color: #f6931d;
  text-decoration: none;
}

.section-header {
  color: #444444;
  font-family: "Khand", sans-serif;
  font-size: 24px;
  line-height: 40px;
  font-weight: bold;
  padding-top: 10px;
}

.section-sub-header {
  color: #444444;
  font-family: "Khand", sans-serif;
  font-size: 24px;
  line-height: 60px;
  padding-top: 10px;
}

.panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
}

.panel.open {
  display: block;
}

.panel p {
  color: #556cd6 !important;
  font-size: 16px !important;
  line-height: 40px !important;
  padding-left: 30px;
  margin-top: -10px;
}

.doc-text {
  font-size: 16px;
  margin-bottom: 20px;
}

.doc-text a:hover {
  text-decoration: underline;
}

.code-selector {
  cursor: pointer;
  float: right;
  color: #ffffff !important;
  font-size: 16px;
  line-height: 24px;
}

.code-box-content {
  background-color: #f0f0f0;
  border-left: 7px solid #00b1ff;
  margin-bottom: 30px;
  padding-right: 10px;
}

.code-box-content p {
  font-size: 16px !important;
}

.code-box-content code {
  position: relative;
  top: -10px;
  overflow: auto;
}

.code-box-content pre {
  display: none;
}

.code-box-content pre.active {
  display: flex;
  overflow: initial;
  width: 100%;
  padding-left: 0;
}

}

.language-code-box-container pre {
  display: none;
}

.code-box-header {
  height: 36px;
  border-radius: 18px 18px 0 0;
  background-color: #777777;
}

.code-box-header .dropdown-menu.show {
  top: -3px !important;
  left: 0 !important;
}

.code-box-header-title {
  float: left;
  color: #ffffff !important;
  font-size: 16px;
  line-height: 24px;
  padding: 5px 0px 0px 20px;
  text-transform: capitalize;
  width: 160px;
    text-align: right;
}

.code-box-header .nav-link {
  padding: 0.4rem 1rem;
}

.accordion.sticky-top {
  top: 90px;
}

.accordion .card {
  background: #f0f0f0;
  border: 1px solid #e0e0e0;
  border-radius: 0;
}
.accordion .card-header {
  background: transparent;
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  padding: 0;
}

.accordion .card-header .mb-0 {
  width: 100%;
  height: 100%;
  display: flex;
}

.accordion .btn-link {
  padding-left: 21px;
  color: #00b1ff;
  text-decoration: none;
  font-size: 20px;
  line-height: 38px;
  font-weight: 700;
  display: flex;
  text-align: left;
  width: 100%;
  background: #ffffff;
}

.accordion .btn-link.collapsed {
  color: #000000;
  font-weight: 400;
  background: transparent;
}

.accordion .card-body {
  background: #ffffff;
  color: #00b1ff;
  font-size: 16px;
  line-height: 40px;
  padding-left: 66px;
  padding-top: 0;
}

.accordion .card-body a {
  cursor: pointer;
}

.accordion .btn-link .plus {
  display: none;
  width: 20px;
}

.accordion .btn-link .minus {
  display: block;
  width: 20px;
  margin-top: -1px;
}

.accordion .btn-link.collapsed .plus {
  display: block;
}

.accordion .btn-link.collapsed .minus {
  display: none;
}

.accordion .btn-link:hover {
  color: #00b1ff;
}

.get-in-touch-btn {
  padding: 25px;
  background-color: #00b1ff;
  border: 1px solid #ffffff;
  border-radius: 0;
}

.get-in-touch-btn:hover {
  background-color: #00b1ff;
  border: 1px solid #ffffff;
}

.text-highlight {
  background-color: #f0f0f0;
  padding: 4px;
}

.text-blockquoted {
  padding: 0 1em;
  color: #6a737d;
  border-left: 0.25em solid #dfe2e5;
}

.section-try-it {
  background-color: #00b1ff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 90px;
  padding-bottom: 65px;
}

.section-try-it .fas.fa-arrow-right {
  padding-left: 10px;
}

.contact-us-api-title {
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  line-height: 36px;
  padding-bottom: 17px;
  font-weight: 700;
}

@media (max-width: 991px) {
  .qtx-title {
    font-size: 52px;
    line-height: 52px;
  }

  .main-container {
    padding-top: 7rem;
    padding-bottom: 0;
  }

  .section-try-it {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
