.breadcrumbs-wrap {
  padding: 28px 0 20px;
}
.breadcrumbs-wrap .breadcrumbs-area ul {
  margin-bottom: 4px;
}
.breadcrumbs-wrap .breadcrumbs-area li {
  display: inline-block;
  color: #2e5bff;
  font-weight: 600;
}
.breadcrumbs-wrap .breadcrumbs-area li a {
  color: #1b2e4b;
}
.breadcrumbs-wrap .breadcrumbs-area li:after {
  content: "/";
  font-size: 14px;
  color: #8392a5;
  padding-left: 3px;
}
.breadcrumbs-wrap .breadcrumbs-btn {
  text-align: right;
}
.breadcrumbs-wrap .breadcrumbs-btn li {
  display: inline-block;
  margin-right: 5px;
}
.breadcrumbs-wrap .breadcrumbs-btn li a {
  border: 1px solid #e6e8ef;
  font-size: 13px;
  font-weight: 500;
  color: #1b2e4b;
}
.breadcrumbs-wrap .breadcrumbs-area h1 {
  font-size: 24px;
  font-weight: 700;
  color: #001737;
}
ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.layout-sticky-subnav .page__container {
  z-index: 0;
  position: relative;
}
[dir="ltr"] .no-gutters {
  margin-right: 0;
  margin-left: 0;
}
[dir="ltr"] .card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #efefef;
  border-radius: 0.25rem;
}
[dir="ltr"] .card {
  margin-bottom: 15px;
  border: none;
}

[dir="ltr"] .card,
[dir="ltr"] .card-group {
  margin-bottom: 1.5rem;
}
.card:not(.clear-shadow) {
  box-shadow: 0 10px 25px 0 rgb(50 50 93 / 7%), 0 5px 15px 0 rgb(0 0 0 / 7%);
}
.card,
[dir="ltr"] .card-group {
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  [dir="ltr"] .card {
    margin-bottom: 30px;
  }
}
[dir="ltr"] .card-form__body {
  background-color: #f6f6f6;
}
@media only screen and (max-width: 767px) {
  .breadcrumb-home {
    text-align: center;
  }
  .breadcrumb-home .breadcrumbs-btn {
    text-align: center;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .breadcrumbs-wrap {
    text-align: center;
  }
}

@media only screen and (max-width: 1199px) {
  .breadcrumbs-wrap .breadcrumbs-area h1 {
    font-size: 22px;
  }
  .fs-45rem{
    font-size: 3rem;
  }
  .position-val{
    position: absolute;
    top: -8px;
    right: 70px;
  }
}
.no-bg {
  background: none !important;
}
.nobox-shadow{
  box-shadow: none !important;
}
.btn-danger {
  color: #fff !important;
  background-color: #f46a6a !important;
  border-color: #f46a6a !important;
}
.btn-warning {
  color: #fff !important;
  background-color: #c1903d !important;
  border-color: #b58739 !important;
}
.btn-success {
  color: #fff !important;
  background-color: #34c38f !important;
  border-color: #34c38f !important;
}
.btn-dark {
  color: #fff !important;
  background-color: #343a40 !important;
  border-color: #343a40 !important;
}
.btn-info {
  color: #fff !important;
  background-color: #50a5f1 !important;
  border-color: #50a5f1 !important;
}