body {
  margin: 0;
  font-family: "Poppins";
  overflow-x: hidden;
}

.mr-2{
  margin-right: 1rem;
}

.text-primary{
  color:  #581889 !important;

}

.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-primary-outline{
  border-color: #581889;
  color: #581889;
}

.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline:focus-visible,
.btn-primary-outline:active {
  border-color: #581889;
  color: #581889;

}

.btn-outline-main {
  border-color: #b0117e;
  color: #b0117e;
  font-weight: 500;
}

.btn-white{
  background: #fff;
  color: #000;
  font-weight:500;
}

.btn-white:hover,
.btn-white:focus,
.btn-white:focus-visible,
.btn-white:active{
  background: #fff;
  color: #000;
  font-weight:500;
}

.btn-outline-white{
  border-color: #fff;
  color: #fff;
  font-weight: 500;
}

.btn-outline-white:hover,
.btn-outline-white:focus,
.btn-outline-white:focus-visible,
.btn-outline-white:active{
  border-color: #fff;
  color: #fff;
  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;
}

.text-underline{
  text-decoration: underline;
}

.cursor-pointer{
  cursor: pointer;
}
/* .footer {
  background: #6e2f9f;
  color: #fff;
} */
.footer li {
  font-weight: 400;
}

.footer-icons {
  display: flex;
  justify-content: right;
}
.footer h5 {
  font-weight: 600;
  font-size:16px;
}

.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;
}

.footer .bottom-footer .legal-links p{
  font-size: 14px;
  font-weight: 500;
}

.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;
  }
}
