body {
    margin: 0;
    font-family: "Poppins";
    overflow-x: hidden;
  }
  .navbarheader {
    color: #fff;
  }
  .topheader {
    background: #6e2f9f;
    font-size: 16px;
  }
  .top_nav_items {
    justify-content: right;
    grid-gap: 31px;
  }
  
  .user-dropdown a {
    text-decoration: none;
    color: #000;
  }
  
  .user-dropdown a:active {
    text-decoration: none;
    color: #000;
    background: #6e2f9f;
  }
  
  .user-dropdown .user-email {
    color: #999999;
  }
  h2 {
    font-size: 28px;
  }
  .topheaderContent {
    text-align: start;
  }
  
  .navbarheader .a-link {
    text-decoration: none;
    color: #fff;
  }
  
  .btn-main {
    background: #6e2f9f;
    color: #fff;
    border-color: #581889;
  }
  .navbar-nav .nav-item .nav-link.dropdown-toggle {
    color: #000;
  }
  
  .btn-main:hover,
  .btn-main:focus,
  .btn-main:focus-visible,
  .btn-main:active {
    border-color: #581889;
    background: #581889 !important;
    color: #fff !important;
  }
  .top_nav_text {
    font-weight: 200;
    font-size: 16px;
  }
  
  .btn-outline-main {
    border-color: #b0117e;
    color: #b0117e;
    font-weight: 500;
  }
  
  .btn-outline-main:hover,
  .btn-outline-main:focus,
  .btn-outline-main:focus-visible,
  .btn-outline-main:active {
    border-color: #b0117e;
    background: #b0117e !important;
    color: #fff !important;
  }
  
  .main-bg {
    background-image: url('../images/background.png');
    background-size: contain;
    background-position: left center;
  }
  
  .btn-submain {
    background: #af127f;
    color: #fff;
    border-color: #af127f;
    font-weight: 600;
  }
  
  .btn-submain:hover,
  .btn-submain:focus,
  .btn-submain:focus-visible,
  .btn-submain:active {
    border-color: #9b0c70;
    background: #9b0c70 !important;
    color: #fff !important;
  }
  
  .btn-thirdmain {
    background: #b0117e;
    color: #fff;
    border-color: #b0117e;
  }
  
  .btn-thirdmain:hover,
  .btn-thirdmain:focus,
  .btn-thirdmain:focus-visible,
  .btn-thirdmain:active {
    border-color: #b8027f;
    background: #b8027f !important;
    color: #fff !important;
  }
  
  .font-500 {
    font-weight: 500;
  }
  
  .footer {
    background: #6e2f9f;
    color: #fff;
  }
  .footer li {
    font-weight: 200;
  }
  .footer p {
    font-weight: 200;
  }
  .footer-icons {
    display: flex;
    justify-content: right;
  }
  .footer h5 {
    font-weight: 600;
  }
  
  .footer .widget-list {
    list-style: none;
    margin: 0 0 1.5rem;
    padding: 0;
  }
  
  .footer .widget-list li {
    margin-bottom: 0.5rem;
    font-size: 14px;
  }
  .footer .footer-details p {
    font-size: 14px;
  }
  
  .footer .footer-details-legal p {
    font-size: 14px;
    text-align: center;
  }
  .hidden-lg {
    display: block;
  }
  .hidden-sm {
    display: none;
  }
  
  .page-header {
    background-image: url("../images/breadcrumbs-bg.png");
    color: #fff;
  }  
  
  .page-header .overlay {
    background-color: #6e2f9fcc;
  }
  
  .page-header .page-title p {
    font-size: 1.35rem;
    font-weight: 400;
  }
  
  .page-header .page-title .breadcrumb-item {
    font-size: 1.12rem;
  }
  
  .page-header .heartbeaticon {
    width: 8rem;
    margin-bottom: 12px;
    margin-left: 6px;
  }
  
  .breadcrumb-item + .breadcrumb-item::before {
    content: var(--bs-breadcrumb-divider, ">");
    color: #fff;
  }
  
  .breadcrumb .breadcrumb-item {
    color: #fff;
  }
  
  .breadcrumb .breadcrumb-item a {
    text-decoration: none;
    color: #fff;
  }
  
  @media only screen and (max-width: 400px) {
    .page-header .page-title p {
      font-size: 1.5rem;
    }
  
    .page-header .page-title .breadcrumb-item {
      font-size: 0.75rem;
    }
  }
  
  @media only screen and (max-width: 992px) {
    .topheaderContent {
      text-align: center;
      padding: 1.5rem;
    }
  
    .footer {
      text-align: center;
    }
  
    .hidden-lg {
      display: none;
    }
  }
  
  @media only screen and (max-width: 576px) {
    .footer {
      text-align: left;
    }
  
    .hidden-lg {
      display: block;
    }
  }
  
  @media only screen and (min-width: 992px) {
    .hidden-lg {
      display: none;
    }
    .hidden-sm {
      display: block;
    }
  }

.scrollable-list {
  flex-wrap: nowrap;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
}

.scrollable-list::-webkit-scrollbar {
  display: none;
}

.scrollable-list {
  scrollbar-width: none; 
  -ms-overflow-style: none;
}