/* Page Status */
.page_status {
    display: flex;
    align-items: center;
    padding: 10px 19px;
    justify-content: space-between;
    position: fixed;
    top: 89px;
    z-index: 1;
    width: calc(100% - 0px);
}
.page_status.active{
    width: calc(100% - 45px);
}
.status_list i {
    color: #F6821E;
    margin-left: 80px;
    font-size: 25px;
}
.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 !important;
    margin-bottom: 1rem;
    list-style: none;
    background-color: transparent !important;
    align-items: center;
    justify-content: center;
}
.page_status li.breadcrumb-item a {
    color: #6c757d;
}
.heading_class{
    font-size: 17px;
}
.breadcrumb-item+.breadcrumb-item {
    padding-left: 0.2rem;
    font-size: 17px;
}
.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: 0.2rem;
    color: #ff3c65;
    content: var(--bs-breadcrumb-divider, "/");
}
/* Content start */
.content {
    width: 100%;
}
footer.footer_style {
    position: fixed;
    width: calc(100% - 0px);
    bottom: 0;
    background-color: #F2FAFF;
}
.footer_style.footer_width{
    width: 100%;
}
small, .small {
    font-size: 0.875em;
}
.align-items-center {
    align-items: center !important;
}
.justify-content-between {
    justify-content: space-between !important;
}
.text-muted {
    --bs-text-opacity: 1;
    color: #6c757d !important;
}





@media only screen and (min-width: 320px) and (max-width: 479px) {
    footer.footer_style {
      width: 100%;
  }
  .policy_sec {
    display: none;
  }
  .copy_right {
    text-align: center;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    footer.footer_style {
      width: 100%;
  }
  .copy_right {
    text-align: inherit;
    width: inherit;
  }
}