.page-content--main {
  margin-top: calc(var(--navbar-height) + 1rem);
  padding-bottom: 1rem;
}

.btn {
  margin: 0;
}

p {
  font-size: 1rem;
}

.nav {
  align-items: center;
  justify-content: center;
}

.nav-tabs {
  border: none;
  color: #000;
}
.nav-item {
  margin-left: 5%;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #000;
  border: none;
  border-bottom: 2px solid #14a0b3;
}

.tab-content {
  margin-top: 1.5rem;
}

.card {
  box-shadow: 0 2px 5px 0 var(--grey-50-color);
  margin-bottom: 1.5rem;
}

.card-all {
  box-shadow: 0 2px 5px 0 var(--grey-50-color);
  margin-bottom: 1.5rem;
}
.card-header {
  background-color: #fff;
  border: none;
}

.card-header-all {
  background-color: #fff;
  border: none;
}

.card-body {
  padding-top: 0;
}

.btn-link,
.btn-link:hover {
  color: #000;
  text-decoration: none;
  margin-left: -14px;
  width: 100%;
  text-align: left;
}

.btn-link:focus {
  box-shadow: none;
}

.btn-link .fa-chevron-down,
.btn-link.collapsed .fa-chevron-up {
  display: none;
}

.btn-link.collapsed .fa-chevron-down,
.btn-link .fa-chevron-up {
  display: inline-block;
  /* margin-left: 95%; */
  /* position: absolute; */
  margin-top: 1.5px;
  color: #1796b1;
  font-size: 1.25rem;
}

.input-group {
  width: 100%;
  margin: 0 auto;
}

input[type="search"] {
  border: 1px solid var(--grey-20-color) !important;
  box-shadow: none;
  border-right: none !important;
  width: auto !important;
  height: 60px !important;
  border-radius: 5px;
}

input[type="search"]:hover,
input[type="search"]:focus {
  border: 1px solid var(--grey-20-color) !important;
  box-shadow: none;
  border-right: none !important;
}

.input-group-text {
  border: 1px solid var(--grey-20-color) !important;
  box-shadow: none;
  border-left: none !important;
}

.has-search .form-control {
  padding-left: 2.375rem;
}

.has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.375rem;
  text-align: center;
  pointer-events: none;
  color: #aaa;
}

mark {
  color: #14a0b3;
  padding: 0;
}

/* clears the ‘X’ from Internet Explorer */
input[type="search"]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
input[type="search"]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
/* clears the ‘X’ from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

@media (max-width: 768px) {
  .nav-item {
    margin-left: 0%;
  }
}

@media (max-width: 700px) {
  h1 {
    font-size: 2rem;
  }
}

@media (max-width: 449px) {
  h1 {
    font-size: 1.5rem;
  }
}


.faq--help__contactus h2{
  font-size: var(--heading-3-size) !important;
  font-family: var(--secondary-demi-font);
}

.search--box--title{
  font-family: var(--secondary-demi-font);
  font-size: 18px;
}

.search--box--block{
  justify-content: center;
  margin: 2rem 5rem;
}

@media (max-width: 550px) {
  .search--box--block{
    justify-content: center;
    margin: 2rem 0;
  }
  .search--box--title{
    text-align: center;
  }
  
}


/* Category Button */
.linkbtn-list{
  display: flex;
  gap: 1rem;
  width: 100%;
  margin: 1em 0px;
  padding: 0.25em 1em;
  -webkit-box-pack: start;
  justify-content: center;
}

.categories-btn{
  width: auto;
  min-width: 180px;
  background: none;
  border: 2px solid var(--primary-color);
  border-radius: 50px;
  cursor: pointer;
  outline: none;
  padding: 0.5em;
  font-size: 1em !important;
  color: var(--grey-color);
  font-family: var(--secondary-demi-font);
  user-select: none;
  text-align: center;
  box-shadow: 0 2px 5px 0 var(--grey-50-color);
}
.categories-btn:hover{
  color: var(--primary-color);
}

.categories-btn.active{
  background: var(--primary-color);
  color: #fff;
}