.bread-crumb {
  /* margin-top: 70px; */
}

/* @media (max-width: 991px) {
  .bread-crumb {
  }
} */
.breadcrumb {
  margin: 0;
  font-size: 14px;
  padding: 10px 0;
  border-radius: 0;
  font-weight: 400;
  line-height: 24px;
  background-color: transparent;
  font-family: 'Inter', '-apple-system', BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', 'Arial',
    'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif;
  /* border-bottom: 1px solid gray; */
  width: 100%;
  text-align: left;
  margin-bottom: 10px;
}

.breadcrumb li {
  display: inline;
  font-weight: 500;
}

.breadcrumb li > a {
  color: #fff;
}

.breadcrumb li > a > span {
  color: #0e7ccf;
  font-size: 19px;
  line-height: 32px;
  font-weight: 600;
}

.breadcrumb li .mr_lr {
  padding: 0 3px;
  color: #322f55;
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
}

.breadcrumb li .mr_lr svg {
  width: 10px;
  height: 10px;
  margin-top: -2px;
}

.breadcrumb li span {
  display: inline;
  color: #fff;
  font-weight: 500;
}

.breadcrumb li span .fa {
  color: #fff;
  padding: 0 5px;
}

/* .breadcrumb li a:hover,
.breadcrumb li.active,
.breadcrumb li strong {
  color: #fb8b00;
  font-weight: 400;
  text-decoration: none;
} */
.breadcrumb li a:hover span,
.breadcrumb li.active span,
.breadcrumb li strong span {
  color: #322f55;
  font-size: 19px;
  line-height: 32px;
  font-weight: 500;
}

.breadcrumb > li + li:before {
  display: none;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-radius: 50%;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-radius: 50%;
}

.pagenav {
  position: relative;
  width: 100%;
  margin-top: 20px;
}

.pagenav span {
  display: inline-block;
  float: left;
  margin-right: 10px;
  line-height: 30px;
  font-weight: 700;
}

.nav_pagi {
  display: inline-block;
  padding-left: 10px;
  width: 100%;
}

.nav_pagi .pagination {
  position: relative;
  z-index: 1;
  padding: 0 0;
  margin: 0 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
}

@media (max-width: 768px) {
  .nav_pagi .pagination {
    padding: 0 0;
  }
}

.nav_pagi .pagination .page-link {
  font-weight: 400;
  float: left;
  margin: 0 2.5px;
  width: 35px;
  background: 0 0;
  border: solid 1px #fff;
  text-align: center;
  height: 35px;
  font-size: 14px;
  padding: 0;
  line-height: 35px;
  color: #fff;
  text-decoration: none;
  border-radius: initial;
  border-radius: 8px;
}
.breadcrumb-sub {
  margin-top: 10px !important;
}
.title-breadcrumb {
  color: #0e7ccf;
  font-weight: 600;
  margin-top: 5px;
}

.left-bdr,
.right-bdr {
  height: 6px;
  width: 60px;
  background: linear-gradient(150deg, rgb(251, 202, 66), rgb(255, 27, 47));
  border-radius: 10px;
  position: absolute;
}

.left-bdr {
  left: 0px;
  animation: left 2s infinite;
}

.right-bdr {
  right: 0px;
  animation: right 2s infinite;
}

@keyframes left {
  0%,
  50%,
  100% {
    width: 60px;
  }

  25% {
    width: 120px;
  }

  75% {
    width: 10px;
  }
}

@keyframes right {
  0%,
  50%,
  100% {
    width: 60px;
  }

  25% {
    width: 10px;
  }

  75% {
    width: 120px;
  }
}

@media (max-width: 375px) {
  .nav_pagi .pagination .page-link {
    width: 27px;
    height: 27px;
    line-height: 27px;
  }
}

.nav_pagi .pagination .page-link.page-db {
  width: auto;
  padding: 0 20px;
}

.nav_pagi .pagination .page-link:hover {
  background-color: #d69c52;
  color: #fff;
  background: #d69c52;
  font-weight: 700;
  border-color: #d69c52;
}

.nav_pagi .pagination .page-link svg {
  width: 14px;
  height: 14px;
  margin-top: -3px;
}

.nav_pagi .pagination .page-item.disabled .page-link {
  border: 0;
  display: none;
}

.nav_pagi .pagination .page-item.active .page-link {
  background-color: #d69c52;
  border-color: #d69c52;
  background: #d69c52;
  color: #fff;
  display: block;
  font-weight: 700;
}
