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: 300;
    letter-spacing: 1px;
  }
  
  .page-header .page-title .breadcrumb-item {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: 1px;
  }
  
  .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;
  }
  .breadcrumb .breadcrumb-item a:hover {
    text-decoration: underline !important;
  }


.offer-section {
  margin-top: 5.5rem;
}

.offer-section h2 {
  font-weight: 600;
}

  
  @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;
      font-weight:200;

    }
  }
  
  @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;
    }
  }
  /* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border-top: none;
}

.offer-section .offer-image {
  background-image: url(../images/bg.png);
  background-size: cover;
  position: relative;
  height: 26rem;
}

.offer-section .offer-image-1:nth-child(1) {
  height: 340px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px dotted black;
  border-radius: 50%;
  width: 340px;
}

.offer-section .offer-image-1:nth-child(2) {
  position: absolute;
  bottom: 0;
  left: 0;
}

.offer-section .bg-img img {
  width: 100%;
}

.offer-section .offer-tab-content h3 {
  font-weight: 600;
  margin-top: 2rem;
}

.course_desc {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.about-mega-dropdown .neta-dropdown__menu{
  left: -160px;
}
.courses-mega-dropdown {
  width: 100%; 
  left: 0;
}

@media (min-width: 1200px){
  .courses-mega-dropdown {
    width: 500px !important; 
  }
}

.neta-dropdown__menu{
  z-index: 2;
  background: #f6f9fb;
  border-radius: 6px;

}

.mega-dropdown .neta-dropdown__menu a {
  font-weight: 500;

}
.nav_btn > a{
  background: #6e2f9f !important;
  color: #ffffff !important;

}
.nav_btn > a:hover {
  background: #b0117e !important;
  color: #fff !important;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.neta-dropdown__menu li a {
  background: #f6f9fb;
  display: block;
  line-height: 1.35;
  padding: 0.75rem 1rem;
  border-radius: 6px;
}

.card {
  background: rgba(255, 255, 255, 0.26);
  border: 1px solid #ededed;
  box-shadow: 3px 3px 20px 1px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 1.5rem 1.5rem;
  width: 100%;
}

.menu_full_width li a{
  background: #f6f9fb;
  display: block;
  line-height: 1.35;
  padding: 0.75rem 1rem;
  color: #b0117e;
  font-weight: 500;
}

.menu_full_width li {
  color: #000;
  cursor: pointer;
  padding: 0;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.menu_full_width span {
  padding-right: 1em;
  font-size: 1.2em;
}


.courses-wrap__list .course-summary {
  position: -webkit-sticky;
  position: sticky;
  top: 70px;
  margin-bottom: 30px;
}