@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "Inter", sans-serif;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1240px;
    margin: 0 auto;
    padding-right: 24px;
    padding-left: 24px;
  }
}
.sm-regular-text-bold {
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
}

.text-black-600 {
  color: #343a40;
}

.br-32 {
  border-radius: 32px !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

a {
  text-decoration: none;
}

.text-black-600 {
  color: #343a40;
}

.text-black-600 {
  color: #343a40;
}

.btn-lg {
  padding: 14px 24px;
  height: 50px;
}

.btn-primary {
  background-color: #0054c0;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  cursor: pointer;
  border: none;
  gap: 8px;
}

.btn-lg {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: var(--bs-border-radius-lg);
}

.form-control-sm {
  height: 42px !important;
}

.br-32 {
  border-radius: 32px !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.bottom-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 !important;
  overflow-x: auto;
}
@media (max-width: 768px) {
  .bottom-header {
    display: none;
  }
}
.bottom-header .bottom-headerContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.bottom-header .bottom-headerContainer .header__nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
}

.bottom-header__nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
}
.bottom-header__nav-links li {
  padding-right: 32px;
}
.bottom-header__nav-links li .nav-link {
  color: #495057;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  padding: 16px 2px;
  position: relative;
  display: block;
  text-decoration: none;
  background: 0 0;
  border: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
.bottom-header__nav-links li .nav-link::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  border-bottom: 2px solid #0054c0;
  width: 0px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  border-radius: 10px;
}
.bottom-header__nav-links li .nav-link:hover::before {
  width: 100%;
}
.bottom-header__nav-links li .nav-link span .new-badge {
  font-size: 10px;
  color: #fff;
  padding: 4px 8px;
  border-radius: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#f44900), to(#e69900));
  background: linear-gradient(to right, #f44900, #e69900);
}
.bottom-header__nav-links li .nav-link span .badge {
  color: #0054c0;
  padding: 0;
  font-size: 12px;
  font-weight: 600;
}

.nav-link-badge {
  position: relative !important;
}
.nav-link-badge .badge {
  position: relative;
  top: -6px;
}

header {
  background-color: #fff;
}
header .top-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 16px 0;
  background: #fff;
  position: relative;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
header .top-header.sticky {
  position: fixed;
  width: 100%;
  z-index: 1000;
  background: #fff;
  top: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-animation: headerslideDown 0.3s ease-out forwards;
          animation: headerslideDown 0.3s ease-out forwards;
}
header .top-header__left {
  padding-right: 46px;
}
header .top-header__left__logo {
  display: inline-block;
  height: 60px;
}
@media (max-width: 678px) {
  header .top-header__left__logo {
    height: 52px;
  }
}
header .top-header__left__logo img {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  max-width: 100%;
}
header .top-header__mid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 46px;
}
@media (max-width: 678px) {
  header .top-header__mid {
    padding-right: 0px;
    display: none;
  }
}
header .top-header__mid {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .top-header__mid .main-nav {
  padding: 0;
  margin: 0;
  list-style: none;
  cursor: pointer;
}
header .top-header__mid .main-nav .course-dropdown-menu {
  position: relative;
}
header .top-header__mid .main-nav .course-dropdown-menu.hovermenu .dropdown-megamenu.menu-visible {
  display: block;
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 6s;
          transition-delay: 6s;
}
@media (max-width: 678px) {
  header .top-header__mid .main-nav .course-dropdown-menu.hovermenu .dropdown-megamenu.menu-visible {
    display: none;
  }
}
header .top-header__mid .main-nav .course-dropdown-menu .top-header__mid__menuBar {
  padding-right: 20px;
  white-space: nowrap;
  text-decoration: none;
}
header .top-header__mid .main-nav .course-dropdown-menu .top-header__mid__menuBar .icon i {
  font-size: 18px;
  padding-right: 8px;
}
header .top-header__mid .main-nav .course-dropdown-menu .dropdown-megamenu {
  display: none;
  position: absolute;
  width: 365px;
  z-index: 1;
  left: 0;
  right: 0;
  top: 100% !important;
  inset: 0px auto auto 0px;
  margin: 0px;
  padding: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
header .top-header__mid .main-nav .course-dropdown-menu .dropdown-megamenu .megamenu-wrapper {
  background-color: white;
  z-index: 1;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
  -webkit-transform: translate3d(0px, 37px, 0px) !important;
          transform: translate3d(0px, 37px, 0px) !important;
}
header .top-header__mid .main-nav .course-dropdown-menu .dropdown-megamenu .megamenu-wrapper ul {
  padding: 10px 0 0 0;
  margin: 0;
  list-style: none;
  height: 65vh;
  overflow: auto;
  border-bottom: 1px solid #dee2e6;
}
header .top-header__mid .main-nav .course-dropdown-menu .dropdown-megamenu .megamenu-wrapper ul li .megamenu-link-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 20px 5px 20px;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
header .top-header__mid .main-nav .course-dropdown-menu .dropdown-megamenu .megamenu-wrapper ul li .megamenu-link-wrapper.no-submenu:hover {
  background-color: #f8f9fa;
}
header .top-header__mid .main-nav .course-dropdown-menu .dropdown-megamenu .megamenu-wrapper ul li .megamenu-link-wrapper.child-active {
  background-color: #f8f9fa;
}
header .top-header__mid .main-nav .course-dropdown-menu .dropdown-megamenu .megamenu-wrapper ul li .megamenu-link-wrapper .megamenu-link {
  font-size: 14px;
  font-weight: 400;
  color: #343a40;
  text-decoration: none;
}
header .top-header__mid .main-nav .course-dropdown-menu .dropdown-megamenu .megamenu-wrapper ul li .megamenu-link-wrapper .menu-icon-wrapper {
  width: 18px;
  height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  color: #343a40;
}
header .top-header__mid .main-nav .course-dropdown-menu .dropdown-megamenu .megamenu-wrapper ul li .sub-megamenu {
  width: 365px;
  position: absolute;
  display: none;
  left: calc(100% - 0px);
  top: 0;
  background-color: #f8f9fa;
  z-index: 11;
  height: 100%;
  -webkit-box-shadow: 2px 0 7px 0 rgba(0, 0, 0, 0.11);
          box-shadow: 2px 0 7px 0 rgba(0, 0, 0, 0.11);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
header .top-header__mid .main-nav .course-dropdown-menu .dropdown-megamenu .megamenu-wrapper ul li .sub-megamenu.child-visible {
  display: block;
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 6s;
          transition-delay: 6s;
}
header .top-header__mid .main-nav .course-dropdown-menu .dropdown-megamenu .megamenu-wrapper ul li .sub-megamenu li {
  padding: 6px 20px;
}
header .top-header__mid .main-nav .course-dropdown-menu .dropdown-megamenu .megamenu-wrapper ul li .sub-megamenu li .sub-megamenu-link {
  font-size: 14px;
  font-weight: 400;
  color: 400;
  text-decoration: none;
}
header .top-header__mid .main-nav .course-dropdown-menu .dropdown-megamenu .megamenu-wrapper .btn-holder-menubar {
  padding: 20px;
}
header .top-header__mid__searchBar {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
header .top-header__mid__searchBar .form-control {
  padding: 10px 14px;
}
header .top-header__mid__searchBar .form-control::-webkit-input-placeholder {
  font-size: 16px !important;
}
header .top-header__mid__searchBar .form-control::-moz-placeholder {
  font-size: 16px !important;
}
header .top-header__mid__searchBar .form-control:-ms-input-placeholder {
  font-size: 16px !important;
}
header .top-header__mid__searchBar .form-control::-ms-input-placeholder {
  font-size: 16px !important;
}
header .top-header__mid__searchBar .form-control::placeholder {
  font-size: 16px !important;
}
header .top-header__mid__searchBar .form-control:focus {
  outline: none;
}
header .top-header__mid__searchBar .searchIcon {
  position: absolute;
  top: 9px;
  right: 16px;
  cursor: pointer;
}
header .top-header__mid__searchBar .searchIcon i {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.3);
}
header .top-header__mid__searchBar .search-suggestions {
  display: none;
  position: absolute;
  list-style-type: none;
  padding: 0;
  margin: 0;
  left: 0;
  right: 0;
  z-index: 99;
  -webkit-box-shadow: 2px 2px 6px 4px rgba(0, 0, 0, 0.04);
          box-shadow: 2px 2px 6px 4px rgba(0, 0, 0, 0.04);
}
header .top-header__mid__searchBar .search-suggestions li {
  padding: 10px 16px;
  font-size: 14px;
  color: #212529;
  background-color: #fff;
  border-bottom: 1px solid #e9ecef;
  cursor: pointer;
}
header .top-header__mid__searchBar .search-suggestions li:last-child {
  border-bottom: none;
}
header .top-header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 678px) {
  header .top-header__right {
    display: none;
  }
}
header .top-header__right .call-usOn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
header .top-header__right .call-usOn-wrapper .icon-wrapper {
  height: 32px;
  width: 32px;
  border-radius: 50%;
  background-color: #0054c0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}
header .top-header__right .call-usOn-wrapper .icon-wrapper .icon {
  font-size: 16px;
}
header .top-header__right .call-usOn-wrapper .call-us-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
}
header .top-header__right .call-usOn-wrapper .call-us-wrapper p {
  font-size: 12px;
  font-weight: 500;
  color: #8b8e91;
  margin-bottom: 0px;
}
header .top-header__right .call-usOn-wrapper .call-us-wrapper a {
  font-size: 20px;
  font-weight: 700;
  color: #505356;
  margin-bottom: 0px;
  text-decoration: none;
}
header .top-header__right__inquiryDetails {
  padding-right: 28px;
}
@media (max-width: 1180px) {
  header .top-header__right__inquiryDetails {
    display: none;
  }
}
header .top-header__right__inquiryDetails a {
  text-decoration: none;
}
header .bottom-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 !important;
  overflow-x: auto;
}
header .bottom-header .bottom-headerContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
header .bottom-header .bottom-headerContainer .header_businessLink {
  font-size: 14px;
  font-weight: 500;
  color: #0054c0;
  text-decoration: none;
  white-space: nowrap;
}
header .bottom-header__nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
}
header .bottom-header__nav-links li {
  padding-right: 32px;
}
header .bottom-header__nav-links li .nav-link {
  color: #495057;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}
header .bottom-header__nav-links li .nav-link span .badge {
  color: #0054c0;
  padding: 0;
  font-size: 12px;
  font-weight: 500;
}
header .bottom-header__nav-links li .nav-link span .new-badge {
  font-size: 10px;
  color: #fff;
  padding: 4px 8px;
  border-radius: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#f44900), to(#e69900));
  background: linear-gradient(to right, #f44900, #e69900);
}

.dropup-center,
.dropdown {
  position: static !important;
}

.header_businessLink {
  font-size: 14px;
  font-weight: 500;
  color: #0054c0;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: none;
}

.main-search-bar {
  border: 1px solid #e5e5e5;
}
.main-search-bar:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.top-header-sm__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  display: none;
}
@media (max-width: 678px) {
  .top-header-sm__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 8px;
  }
}
.top-header-sm__right__search {
  font-size: 24px;
  color: #343A40;
}
.top-header-sm__right .icon-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  font-size: 24px;
  height: 24px;
  color: #343a40;
  text-decoration: none;
}
.top-header-sm__right .menu-toggle .menu-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  text-decoration: none;
  font-size: 14px;
  color: #343a40;
  font-weight: 700;
}
.top-header-sm__right .menu-toggle .menu-bar .icon-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: 24px;
  font-size: 24px;
  color: #343a40;
}
.top-header-sm__right .menu-toggle #menuoffcanvasExample .offcanvas-header {
  background-color: #fff;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.top-header-sm__right .menu-toggle #menuoffcanvasExample .offcanvas-header .btn-closes {
  color: #343a40;
  background-color: transparent;
  border: 0;
}
.top-header-sm__right .menu-toggle #menuoffcanvasExample .offcanvas-header .btn-closes .close-icon {
  width: 22px;
  height: 22px;
  font-size: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #343a40;
}
.top-header-sm__right .menu-toggle #menuoffcanvasExample .offcanvas-body {
  padding: 16px 24px;
}
.top-header-sm__right .menu-toggle #menuoffcanvasExample .offcanvas-body .menu-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.top-header-sm__right .menu-toggle #menuoffcanvasExample .offcanvas-body .menu-list li .menu-list-item {
  color: #343a40;
  text-decoration: none;
  padding: 0 10px 12px 0;
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 400;
}
.top-header-sm__right .menu-toggle #menuoffcanvasExample .offcanvas-body .menu-list li .menu-list-item.has-menu::after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  font-size: 13px;
  line-height: 1;
  color: #495057;
  position: absolute;
  right: 0;
  top: 6px;
}
.top-header-sm__right .menu-toggle #menuoffcanvasExample .offcanvas-body .menu-list li .submenu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 1;
  padding: 0;
  margin: 0;
  list-style: none;
}
.top-header-sm__right .menu-toggle #menuoffcanvasExample .offcanvas-body .menu-list li .submenu.active {
  display: block;
  background-color: white;
}
.top-header-sm__right .menu-toggle #menuoffcanvasExample .offcanvas-body .menu-list li .submenu li {
  padding: 0px 24px 16px 24px;
}
.top-header-sm__right .menu-toggle #menuoffcanvasExample .offcanvas-body .menu-list li .submenu li .submenu-item {
  font-size: 16px;
  text-decoration: none;
  color: #343a40;
  font-weight: 400;
}
.top-header-sm__right .menu-toggle #menuoffcanvasExample .offcanvas-body .menu-list li .submenu .submenu-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 24px;
  background-color: #fff;
  margin-bottom: 10px;
}
.top-header-sm__right .menu-toggle #menuoffcanvasExample .offcanvas-body .menu-list li .submenu .submenu-header .btn-closes {
  width: 22px;
  height: 22px;
  font-size: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #343a40;
  background-color: white;
  border: none !important;
}
.top-header-sm__right .menu-toggle #menuoffcanvasExample .offcanvas-body .menu-list li .submenu .back-wrapper .back-btn {
  width: 24px;
  height: 24px;
  font-size: 24px;
  color: #343a40;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: white;
  border: none !important;
}
.top-header-sm__right .menu-toggle #menuoffcanvasExample .offcanvas-footer {
  padding: 16px 24px;
  border-top: 1px solid #dee2e6;
}

.selectFilterOption--title {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 4px;
}
.selectFilterOption--tag {
  padding: 8px;
  font-size: 12px;
  font-weight: 400;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
.selectFilterOption--tag .cross-icon {
  font-size: 12px;
  color: rgba(108, 117, 125, 0.6);
  cursor: pointer;
}

.filterClear-btn {
  color: #FF3F00;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  line-height: 1.8;
  margin: 0;
  text-decoration: none;
}

.filter-section__contents {
  margin-top: 20px;
  gap: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.filter-section__contents.show-filter .filter-section__contents--option {
  display: none;
  width: 200px;
}
.filter-section__contents.show-filter .filter-section__contents--coursecards {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.filter-section__contents.show-filter .filter-section__contents--coursecards .course-card {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(25% - 20px);
          flex: 0 0 calc(25% - 20px);
}
.filter-section__contents.show-filter .filter-section__contents--successStoriesCards {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.filter-section__contents.show-filter .filter-section__contents--successStoriesCards .successStudent-card {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(25% - 20px);
          flex: 0 0 calc(25% - 20px);
}
.filter-section__contents--option {
  width: 300px;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.filter-section__contents--option_form {
  padding: 16px 0;
  position: relative;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.filter-section__contents--option_form .icon {
  position: absolute;
  right: 12px;
  top: 26px;
  background-color: transparent;
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.filter-section__contents--option_form .icon--search {
  font-size: 20px;
  color: #6C757D;
}
.filter-section__contents--option_form .icon .cross-icon {
  font-size: 21px;
  color: #6C757D;
  cursor: pointer;
}
.filter-section__contents--option_items {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 16px;
}
.filter-section__contents--option_items--title {
  padding: 16px 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
}
.filter-section__contents--option_items--list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.filter-section__contents--option_items--list li {
  padding-bottom: 8px;
}
.filter-section__contents--option_items--list li:nth-child(n+9) {
  display: none;
}
.filter-section__contents--option_items--list li .form-check-input {
  width: 14px;
  height: 14px;
  border-radius: 3px;
  border: 1px solid #e5e5e5;
}
.filter-section__contents--option_items--list li .form-check-input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #e5e5e5;
}
.filter-section__contents--option_items--list li .form-check-label {
  font-size: 16px;
  font-weight: 400;
  color: #343A40;
}
.filter-section__contents--option_items #showMore {
  border: 0;
  background-color: white;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 400;
}
.filter-section__contents--option_secondoption {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 16px;
}
.filter-section__contents--option_secondoption--title {
  padding: 16px 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
}
.filter-section__contents--option_secondoption--list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.filter-section__contents--option_secondoption--list li {
  padding-bottom: 8px;
}
.filter-section__contents--option_secondoption--list li .form-check-input {
  width: 14px;
  height: 14px;
  border-radius: 3px;
  border: 1px solid #e5e5e5;
}
.filter-section__contents--option_secondoption--list li .form-check-input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #e5e5e5;
}
.filter-section__contents--option_secondoption--list li .form-check-label {
  font-size: 16px;
  font-weight: 400;
  color: #343A40;
}
.filter-section__contents--option_thirdoption {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 16px;
}
.filter-section__contents--option_thirdoption--title {
  padding: 16px 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
}
.filter-section__contents--option_thirdoption--list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.filter-section__contents--option_thirdoption--list li {
  padding-bottom: 8px;
}
.filter-section__contents--option_thirdoption--list li .form-check-input {
  width: 14px;
  height: 14px;
  border-radius: 3px;
  border: 1px solid #e5e5e5;
}
.filter-section__contents--option_thirdoption--list li .form-check-input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #e5e5e5;
}
.filter-section__contents--option_thirdoption--list li .form-check-label {
  font-size: 16px;
  font-weight: 400;
  color: #343A40;
}
.filter-section__contents--coursecards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  gap: 0 20px;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.filter-section__contents--coursecards .course-card {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(33.33% - 20px);
          flex: 0 0 calc(33.33% - 20px);
}
.filter-section__contents--successStoriesCards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  gap: 0 20px;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.filter-section__contents--successStoriesCards .successStudent-card {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(33.33% - 20px);
          flex: 0 0 calc(33.33% - 20px);
}

input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
  display: none;
}

.search-offcanvas {
  width: 100% !important;
  border-left: 0 !important;
  padding: 20px 16px 16px 16px !important;
}
.search-offcanvas .offcanvas-headers {
  text-align: center;
  position: relative;
  margin-bottom: 32px;
}
.search-offcanvas .offcanvas-headers .btn-closes {
  border: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 22px;
  color: #343a40;
  background-color: white;
}
.search-offcanvas .offcanvas-headers .offcanvas-title {
  font-size: 14px;
  color: #343a40;
  font-weight: 600;
  margin-bottom: 0;
}
.search-offcanvas .offcanvas-body {
  padding: 0;
}
.search-offcanvas .offcanvas-body::-webkit-scrollbar {
  width: 0px;
}
.search-offcanvas .offcanvas-body .searchBox-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
}
.search-offcanvas .offcanvas-body .searchBox-section .search-box-wrapper {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.search-offcanvas .offcanvas-body .searchBox-section .search-box-wrapper .icon {
  position: absolute;
  right: 12px;
  top: 12px;
  background: white;
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #6c757d;
}
.search-offcanvas .offcanvas-body .searchBox-section .search-box-wrapper .icon .icon--search {
  font-size: 20px;
  color: #6c757d;
}
.search-offcanvas .offcanvas-body .searchBox-section .cancel-btn {
  color: #dadee6;
  font-size: 14px;
  font-weight: 500;
  border: 0;
  background: white;
}
.search-offcanvas .offcanvas-body .searchBox-section .search-btn {
  border: 1px solid #e5e5e5;
  background: #FFF;
  color: #343A40;
  font-size: 16px;
  padding: 6px 12px;
  border-radius: 8px;
}
.search-offcanvas .offcanvas-body .popular_search-wrapper .title-wrapper {
  color: #090d12;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
  margin-top: 16px;
}
.search-offcanvas .offcanvas-body .popular_search-wrapper .popular_search-list {
  padding: 0;
  margin: 0;
}
.search-offcanvas .offcanvas-body .popular_search-wrapper .popular_search-list .list-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 0;
  gap: 16px;
  color: #505356;
  font-size: 14px;
}
.search-offcanvas .offcanvas-body .popular_search-wrapper .popular_search-list .list-items .icon-wrapper {
  color: #338bff;
  width: 16px;
  height: 16px;
  font-size: 16px;
}

.search-offcanvas-suggestions {
  margin: 0;
  padding: 0;
  list-style: none;
}
.search-offcanvas-suggestions li {
  border: none !important;
  font-weight: 600;
  font-size: 15px !important;
  padding: 8px 0px !important;
  background-color: #fff;
}
.search-offcanvas-suggestions li:last-child {
  padding: 8px 0 0 0 !important;
}
.search-offcanvas-suggestions li {
  cursor: pointer;
}
.search-offcanvas-suggestions li a {
  font-size: 14px;
  color: #212529;
  background-color: #fff;
  cursor: pointer;
  text-decoration: none;
  font-weight: 400;
}

.popular_search-wrapper .popular_search-list .list-items .list-items-wrapper {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  color: #505356;
  font-size: 14px;
  cursor: pointer;
}

.offer_top-bar-sm {
  background: #c0dbff;
  padding: 10px 0;
}
.offer_top-bar-sm .offer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.offer_top-bar-sm .offer-content .offer-date {
  font-size: 400;
  font-weight: 500;
  color: #212529;
  text-transform: uppercase;
}
.offer_top-bar-sm .offer-content .offer_text-content {
  font-size: 400;
  font-weight: 700;
  color: #212529;
  text-align: center;
}
.offer_top-bar-sm .offer-content .offer_text-content p {
  margin-bottom: 0;
}
.offer_top-bar-sm .offer-content .get-deal-btn {
  color: #0054c0;
  font-size: 400;
  font-weight: 700;
}

@property --color-A {
  syntax: "<color>";
  initial-value: #ff6a00; /* Initial Color A */
  inherits: false;
}
@property --color-B {
  syntax: "<color>";
  initial-value: #ee0979; /* Initial Color B */
  inherits: false;
}
@property --color-C {
  syntax: "<color>";
  initial-value: #6a00f4; /* Initial Color C */
  inherits: false;
}
.offer_top-bar {
  background-image: -webkit-gradient(linear, left top, right top, from(var(--color-A)), color-stop(var(--color-B)), to(var(--color-C)));
  background-image: linear-gradient(to right, var(--color-A), var(--color-B), var(--color-C));
  -webkit-animation: smoothColorCycle 9s infinite linear;
          animation: smoothColorCycle 9s infinite linear;
  padding: 8px 0;
  position: relative;
}
.offer_top-bar.sticky {
  position: fixed;
  width: 100%;
  z-index: 1000;
  top: 0px;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-animation: headerslideDown 0.4s ease-out forwards;
          animation: headerslideDown 0.4s ease-out forwards;
}
.offer_top-bar .offer_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px;
}
.offer_top-bar .offer_content .offer_time-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.offer_top-bar .offer_content .offer_time-content .offer_time_wrap {
  width: 60px;
  height: 60px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
}
.offer_top-bar .offer_content .offer_time-content .offer_time_wrap .offer_text {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 2px;
  line-height: 1;
}
.offer_top-bar .offer_content .offer_time-content .offer_time_wrap .offer_text-sm {
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
}
.offer_top-bar .offer_content .offer_text-content .text-sm {
  font-size: 12px;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
.offer_top-bar .offer_content .offer_text-content .text-bold {
  font-size: 16px;
  color: #fff;
  font-weight: 700;
}
.offer_top-bar .offer_content .get-deal-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  border-radius: 30px;
  -webkit-box-shadow: 0px 0px 5px 1px rgba(255, 255, 255, 0.2);
          box-shadow: 0px 0px 5px 1px rgba(255, 255, 255, 0.2);
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  background: rgba(0, 0, 0, 0.2);
}

@-webkit-keyframes smoothColorCycle {
  0%, 100% {
    --color-A: #ff6a00;
    --color-B: #ee0979;
    --color-C: #6a00f4;
  }
  33.33% {
    --color-A: #ee0979;
    --color-B: #6a00f4;
    --color-C: #ff6a00;
  }
  66.66% {
    --color-A: #6a00f4;
    --color-B: #ff6a00;
    --color-C: #ee0979;
  }
}

@keyframes smoothColorCycle {
  0%, 100% {
    --color-A: #ff6a00;
    --color-B: #ee0979;
    --color-C: #6a00f4;
  }
  33.33% {
    --color-A: #ee0979;
    --color-B: #6a00f4;
    --color-C: #ff6a00;
  }
  66.66% {
    --color-A: #6a00f4;
    --color-B: #ff6a00;
    --color-C: #ee0979;
  }
}
@-webkit-keyframes animatedGradient {
  0%, 100% {
    --color-A: #ff6a00;
    --color-B: #ee0979;
    --color-C: #6a00f4;
  }
  33.33% {
    --color-A: #ee0979;
    --color-B: #6a00f4;
    --color-C: #ff6a00;
  }
  66.66% {
    --color-A: #6a00f4;
    --color-B: #ff6a00;
    --color-C: #ee0979;
  }
}
@keyframes animatedGradient {
  0%, 100% {
    --color-A: #ff6a00;
    --color-B: #ee0979;
    --color-C: #6a00f4;
  }
  33.33% {
    --color-A: #ee0979;
    --color-B: #6a00f4;
    --color-C: #ff6a00;
  }
  66.66% {
    --color-A: #6a00f4;
    --color-B: #ff6a00;
    --color-C: #ee0979;
  }
}
@-webkit-keyframes headerslideDown {
  0% {
    top: -200px;
  }
  100% {
    top: 0px;
  }
}
@keyframes headerslideDown {
  0% {
    top: -200px;
  }
  100% {
    top: 0px;
  }
}/*# sourceMappingURL=header.css.map */