/*  ================== GLOSSARY ================= */
.tab_filter ul li a {
  padding: 5px 10px;
  border: 1px solid;
  border-radius: 3px;
}
.filter_tag {
  display: inline-flex;
  align-items: center;
}
.tab_filter {
  text-align: center;
  margin-bottom: 25px;
}
.filter_li {
  margin: 0 5px;
}
.glossary_content_box {
  background: #f4f4f4;
  border-radius: 10px;
  box-shadow: none;
  padding: 0;
  margin-bottom: 20px;
}
.glossary_nm a {
  width: 100%;
  display: flex;
  padding: 25px 15px;
  align-items: center;
  justify-content: space-between;
}
.glossary_nm span {
  float: right;
}
.glossary_content_box span {
  margin-top: 0px !important;
  border: 2px solid #333;
  border-radius: 50px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tag_filter.active {
  background: #68a4c4;
  color: #fff;
  border: 1px solid #68a4c4;
}
.glossary_content_box:hover a {
  color: #fff;
}
.glossary_content_box:hover {
  background: #68a4c4;
}
.glossary_content_box:hover span,
.fa-arrow-right::after {
  border: 2px solid #fff;
}
.tab_filter_box a {
  color: #333;
  min-height: 100px;
}
.tab_filter a {
  color: #333;
}
.head_sec {
  padding: 0 0 50px 0;
  width: 100%;
  margin: 0 auto;
}
.head_sec h2 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 25px;
  text-align: center;
  font-weight: 700;
}
.head_sec span {
  color: #68a4c4;
}
.head_sec hr {
  border: 1px solid #000;
  width: 15%;
  text-align: center;
  margin: auto;
}
.box_content {
  padding: 30px 20px;
  box-shadow: 0 8px 13px #efefef;
  border: 1px solid #fff;
  border-radius: 15px;
  margin-bottom: 30px;
}

.vl {
  border-left: 2px solid #68a4c4;
  height: 210px;
  position: absolute;
  left: 50%;
}
.center_section_reach {
  padding-bottom: 50px;
}

.single-glossary {
  padding: 0;
}
.center_section p {
  font-size: 16px;
  color: #222;
  font-weight: 400;
}
h3.sub_related_title {
  text-align: center;
  line-height: 25px;
  font-weight: 400;
  margin-bottom: 0;
  padding-bottom: 0;
}
.related_glossary .head_sec.still_question {
  padding-bottom: 30px;
}
.related_glossary {
  margin-bottom: 20px;
}
.back_button_glossary i.fa.fa-arrow-left {
  margin-top: 0px !important;
  border: 2px solid #68a4c4;
  border-radius: 50px;
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.back_button_glossary_cls {
  padding: 15px 0;
}
.back_to_link {
  font-size: 16px;
}
.fa-arrow-left:before {
  color: #68a4c4;
}
.main_content_glossary ul {
  font-weight: 400;
  list-style: disc;
  color: #222;
  margin-left: 20px !important;
  font-size: 16px !important;
  line-height: 25px;
}
.main_content_glossary ol {
  font-weight: 400;
  list-style: auto;
  color: #222;
  margin-left: 20px !important;
  font-size: 16px !important;
  line-height: 25px;
}
.main_content_glossary ul li {
  margin-left: 20px;
}
.main_content_glossary ol li {
  margin-left: 20px;
}
@media (max-width: 1024px) {
  a.back_to_link {
    color: #68a4c4 !important;
  }
}
@media (max-width: 991px) {
  .vl {
    display: none;
  }
  .box_content {
    padding: 60px 20px;
    width: 50%;
    text-align: center;
    margin: auto;
  }
  .support_code {
    margin-bottom: 20px;
  }
  ul.filter_tag {
    display: flex;
    flex-wrap: wrap;
    line-height: 40px;
  }
  .tab_filter {
    text-align: center;
    margin: auto;
    display: table;
    margin-top: -10px;
  }
  .main_content_glossary {
    margin-top: -60px !important;
  }
}
@media (max-width: 767px) {
  .main_cls_glos {
    display: block;
  }
  .top_left_section h1 {
    margin-top: 0;
  }
}
@media (max-width: 640px) {
  .box_content {
    width: auto;
  }

  .tab_filter {
    margin-top: -5px;
  }
}