/* montserrat-300 - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  src: url("/assets/fonts/montserrat-v18-latin-300.eot"); /* IE9 Compat Modes */
  src: local(""),
    url("/assets/fonts/montserrat-v18-latin-300.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("/assets/fonts/montserrat-v18-latin-300.woff2") format("woff2"),
    /* Super Modern Browsers */ url("/assets/fonts/montserrat-v18-latin-300.woff")
      format("woff"),
    /* Modern Browsers */ url("/assets/fonts/montserrat-v18-latin-300.ttf")
      format("truetype"),
    /* Safari, Android, iOS */
      url("/assets/fonts/montserrat-v18-latin-300.svg#Montserrat") format("svg"); /* Legacy iOS */
}
/* montserrat-regular - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/fonts/montserrat-v18-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""),
    url("/assets/fonts/montserrat-v18-latin-regular.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("/assets/fonts/montserrat-v18-latin-regular.woff2")
      format("woff2"),
    /* Super Modern Browsers */
      url("/assets/fonts/montserrat-v18-latin-regular.woff") format("woff"),
    /* Modern Browsers */ url("/assets/fonts/montserrat-v18-latin-regular.ttf")
      format("truetype"),
    /* Safari, Android, iOS */
      url("/assets/fonts/montserrat-v18-latin-regular.svg#Montserrat") format("svg"); /* Legacy iOS */
}
/* montserrat-500 - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  src: url("/assets/fonts/montserrat-v18-latin-500.eot"); /* IE9 Compat Modes */
  src: local(""),
    url("/assets/fonts/montserrat-v18-latin-500.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("/assets/fonts/montserrat-v18-latin-500.woff2") format("woff2"),
    /* Super Modern Browsers */ url("/assets/fonts/montserrat-v18-latin-500.woff")
      format("woff"),
    /* Modern Browsers */ url("/assets/fonts/montserrat-v18-latin-500.ttf")
      format("truetype"),
    /* Safari, Android, iOS */
      url("/assets/fonts/montserrat-v18-latin-500.svg#Montserrat") format("svg"); /* Legacy iOS */
}
/* montserrat-600 - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  src: url("/assets/fonts/montserrat-v18-latin-600.eot"); /* IE9 Compat Modes */
  src: local(""),
    url("/assets/fonts/montserrat-v18-latin-600.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("/assets/fonts/montserrat-v18-latin-600.woff2") format("woff2"),
    /* Super Modern Browsers */ url("/assets/fonts/montserrat-v18-latin-600.woff")
      format("woff"),
    /* Modern Browsers */ url("/assets/fonts/montserrat-v18-latin-600.ttf")
      format("truetype"),
    /* Safari, Android, iOS */
      url("/assets/fonts/montserrat-v18-latin-600.svg#Montserrat") format("svg"); /* Legacy iOS */
}
/* montserrat-700 - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/fonts/montserrat-v18-latin-700.eot"); /* IE9 Compat Modes */
  src: local(""),
    url("/assets/fonts/montserrat-v18-latin-700.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("/assets/fonts/montserrat-v18-latin-700.woff2") format("woff2"),
    /* Super Modern Browsers */ url("/assets/fonts/montserrat-v18-latin-700.woff")
      format("woff"),
    /* Modern Browsers */ url("/assets/fonts/montserrat-v18-latin-700.ttf")
      format("truetype"),
    /* Safari, Android, iOS */
      url("/assets/fonts/montserrat-v18-latin-700.svg#Montserrat") format("svg"); /* Legacy iOS */
}
/* montserrat-800 - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 800;
  src: url("/assets/fonts/montserrat-v18-latin-800.eot"); /* IE9 Compat Modes */
  src: local(""),
    url("/assets/fonts/montserrat-v18-latin-800.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("/assets/fonts/montserrat-v18-latin-800.woff2") format("woff2"),
    /* Super Modern Browsers */ url("/assets/fonts/montserrat-v18-latin-800.woff")
      format("woff"),
    /* Modern Browsers */ url("/assets/fonts/montserrat-v18-latin-800.ttf")
      format("truetype"),
    /* Safari, Android, iOS */
      url("/assets/fonts/montserrat-v18-latin-800.svg#Montserrat") format("svg"); /* Legacy iOS */
}

/* Common */
:root {
  --color-blue: #1fa0ff;
  --color-blue-transparency: #1fa0ff88;
  --color-lightest-blue: #97d3ff;
  --color-lightest-blue-transparency: #97d3ff88;
  --color-light-blue: #66beff;
  --color-light-blue-transparency: #66beff88;
  --color-gray: #bcbcbc;
  --color-light-gray: #f7f5f5;
  --color-dark-gray: #717171;
  --color-black: #000000;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}

.flex-direction-column {
  flex-direction: column;
}
/* .btn-black {
    color: white;
    padding: 10px 20px;
    transition: all .3s ease;
    border: 3px solid var(--color-black);
    background-color: var(--color-black);
}

.btn-black:hover {
    color: white;
    text-decoration: none;
    border: 3px solid var(--color-gray);
    background-color: var(--color-gray);
}

.btn-ghost {
    color: white;
    padding: 10px 20px;
    border-radius: 25px;
    transition: all .3s ease;
    border: 3px solid #fff;
    background-color: transparent;
}

.btn-ghost-black {
    color: black;
    padding: 10px 20px;
    border-radius: 25px;
    transition: all .3s ease;
    border: 3px solid black;
    background-color: transparent;
}

.btn-ghost:hover,
.btn-ghost-black:hover {
    color: white;
    text-decoration: none;
    border: 3px solid var(--color-dark-blue);
    background-color: var(--color-dark-blue);
}

.btn-pink {
    color: white;
    padding: 10px 20px;
    border-radius: 25px;
    transition: all .3s ease;
    border: 3px solid var(--color-pink);
    background-color: var(--color-pink);
}

.btn-pink:hover {
    color: white;
    text-decoration: none;
    border: 3px solid var(--color-dark-blue);
    background-color: var(--color-dark-blue);
}

.btn-gray {
    color: white;
    padding: 10px 20px;
    border-radius: 25px;
    transition: all .3s ease;
    border: 3px solid var(--color-gray);
    background-color: var(--color-gray);
}

.btn-gray:hover {
    color: white;
    text-decoration: none;
    border: 3px solid var(--color-dark-blue);
    background-color: var(--color-dark-blue);
} */

.font-light {
  font-weight: 300;
}

.font-semi-bold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.h-fit {
  height: fit-content;
}

.w-fit {
  width: fit-content;
}

.fixed {
  position: fixed;
}

#steps,
#details,
#pathways {
  scroll-margin-top: 181px;
}

/*
.pt-40 {
    padding-top: 40px;
}

.ml-72 {
    margin-left: 72px;
}

.mr-72 {
    margin-right: 72px;
}

.mx-72 {
    margin-left: 72px;
    margin-right: 72px;
}

.pl-72 {
    padding-left: 72px;
}

.pr-72 {
    padding-right: 72px;
}

.px-72 {
    padding-right: 72px;
    padding-left: 72px;
}

.top-181 {
    top: 181px;
}

.dark-blue-hr {
    margin-top: 5px;
    border-radius: 15px;
    border-top: 14px solid var(--color-dark-blue);
}

.green-hr {
    margin-top: 5px;
    border-radius: 15px;
    border-top: 14px solid var(--color-green);
}

.light-medium-purple-hr {
    margin-top: 5px;
    border-radius: 15px;
    border-top: 14px solid var(--color-light-medium-purple);
}

.pink-hr {
    margin-top: 5px;
    border-radius: 15px;
    border-top: 14px solid var(--color-pink);
}

.text-pink {
    color: var(--color-pink);
}

.section-title {
    display: flex;
}

.section-title img {
    max-height: 30px;
    margin-top: 3px;
    margin-right: 1.5rem;
}

.section-title h2 {
    font-weight: 700;
    display: inline-block;
} */
/* END Common */
/* Header */
header {
  width: 100%;
  position: fixed;
  z-index: 7;
}

.header-top {
  color: white;
  display: flex;
  padding: 0 30px;
  height: 50px;
  background-color: black;
  justify-content: space-between;
}

.header-top-column,
.header-bottom-column {
  display: flex;
  align-items: center;
}

.header-bottom-column a:hover {
  color: inherit;
  text-decoration: none;
}

.header-bottom-column img {
  margin-right: 10px;
}

.header-item-container {
  margin-right: 25px;
  height: fit-content;
}

.header-item-container a {
  color: inherit;
  text-decoration: none;
}

.header-item-img {
  width: 17px;
  height: 17px;
}

.header-item-container span {
  font-weight: 700;
}

.header-bottom {
  display: flex;
  padding: 0 30px;
  height: 131px;
  background-color: var(--color-blue);
  justify-content: space-between;
}

.header-bottom-column {
  gap: 45px;
}

.header-bottom-item {
  width: 100%;
  height: 100%;
  display: flex;
  color: white;
  font-weight: 700;
  width: fit-content;
  align-items: center;
}

.header-menu {
  display: flex;
}

.header-menu button {
  border: none;
  color: white;
  font-size: 1.5rem;
  font-weight: 700;
  background-color: transparent;
}

.header-user-img {
  transition: transform 0.3s ease;
}

.header-user-img:hover {
  transform: scale(1.1);
}

#openMenu img {
  width: 36px;
  height: 36px;
}

.header-styling {
  bottom: 1px;
  left: 0;
  z-index: 0;
  width: 100%;
  position: absolute;
}

.header-styling-blue {
  z-index: 3;
  width: 100%;
  height: 8px;
  position: absolute;
  background-color: var(--color-blue);
  clip-path: polygon(100% 0, 0 0, 50% 100%);
}

.header-styling-light-blue {
  z-index: 2;
  width: 100%;
  height: 16px;
  position: absolute;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  background-color: var(--color-light-blue);
}

.header-styling-lightest-blue {
  z-index: 1;
  width: 100%;
  height: 24px;
  position: absolute;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  background-color: var(--color-lightest-blue);
}
/* END Header */
/* Hero Section */
.hero-padding {
  padding-top: 180px;
}

.hero-container {
  /* background: url('/assets/img/welcome-background.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; */
  width: 100%;
  height: 845px;
  overflow: hidden;
  position: relative;
}

.hero-container-text-only {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.hero-container:hover .hero-img {
  transform: scale(1.1);
}

.hero-img {
  background: url("/assets/img/aaopm-hero-background.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: inherit;
  transition: transform 0.3s ease;
}

/* .hero-img-overlay {
    height:100%;
    width:100%;
    position:absolute;
    z-index:-1;
    object-fit:cover;
} */

.hero {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.hero-text-only {
  display: flex;
  flex-direction: column;
}

/* .hero-header {
    display: flex;
    padding: 14px 30px 0;
    height: 50px;
    justify-content: space-between;
}

.hero-header-column {
    align-items: center;
}

.hero-header-ghost-bt {
    color: white;
    padding: 1px 10px;
    border-radius: 15px;
    font-size: 1rem;
    border: 3px solid white;
}

.hero-header-ghost-bt:hover {
    border: 3px solid transparent;
    color: white;
    text-decoration: none;
    background-color: #8e8e8e99;
}

.hero-header-started {
    font-size: 1.2rem;
}

.hero-header-link {
    color: white;
    font-size: 1.25rem;
    font-weight: 700;
    text-decoration: none;
}

.hero-header-link:hover {
    color: var(--color-pink);
    text-decoration: none;
}

.hero-header-link > span {
    display: inline-block;
    transition: transform 0.3s ease;
}

.hero-header-link:hover > span {
    transform: translate(10px);
}

.hero-header-link-icon {
    width: 30px;
    height: 30px;
    margin-right: 0.5rem;
}

.hero-header-link-right {
    margin-left: 45px;
} */

.hero-main {
  height: 100%;
  display: flex;
  /* margin-bottom: 70px; */
  justify-content: center;
  flex-direction: column;
}

.hero-main-text-only {
  flex-direction: column;
}

.hero-main-text > div {
  padding: 0 30px;
}

.hero-welcome {
  color: var(--color-blue);
  font-size: 10rem;
  font-weight: 800;
}

.hero-welcome-text-only {
  color: var(--color-blue);
  font-size: 10rem;
  font-weight: 800;
  line-height: 0.8;
}

.hero-welcome-text-only-line-break,
.hero-welcome-text-only-line-break-xxl {
  display: none;
}

.hero-description {
  font-size: 2.5rem;
  color: #454545;
}

.hero-description-text-only {
  font-size: 4.5rem;
  color: #b5b5b5;
  padding-left: 35px;
}

.hero-paragraph {
  width: 60%;
  color: black;
  font-size: 1.375rem;
}

/* .hero-header-buttons div {
    display: inline;
}

.hero-header-buttons-left {
    text-align: right;
}

.hero-header-buttons-right {
    text-align: left;
} */
/* END HERO */
/* NAVBAR NEW */
/* .region-header {
    position: relative;
}

#mainNav {
    justify-content: center;
    background-color: #3d4893;
}

#jumptoNavbar {
    display: none;
}

.navbar {
    justify-content: space-evenly;
}

.navbar-toggler {
    padding: .25rem .7rem;
}

.jumpto-absolute {
    position: absolute;
    width: 100%;
    bottom: 0px;
}

#mainNav h2 {
    font-size: 1.3rem;
}

.menu_nav {
    background-image: url('/assets/img/menu-icon.svg');
}

.list-padding li a {
    padding-right: 20px !important;
    padding-left: 20px !important;
}

.jump-to-link {
    text-align: center;
}

.region-header.fixed {
    width: 101%;
    z-index: 6;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: fixed;
    top: -1px;
    left: 50%;
    margin-top: 181px;
}

#normalNav {
    height: 54px;
}

#normalNav a {
    color: white;
    font-weight: 600;
} */
/* END NAVBAR NEW */
/* NAVBAR */
/* .navbar {
    z-index: 5;
    width: 100%;
    display: flex;
    padding: 7px 4rem;
    background-color: #3b4699;
} */
/*
.navbar-item-link {
    color: white;
    font-weight: 600;
}

.navbar-item-link:hover,
.navbar-item-link:focus {
    opacity: 0.8;
    color: white;
    text-decoration: none;
}
*/
.navbar-jumpto {
  z-index: 5;
  width: 100%;
  min-height: 54px;
  /* padding: 0.875rem 4rem; */
  justify-content: center;
  background-color: #3b4699;
}

.navbar-jumpto-toggled {
  /* top: -392px; */
  height: 54px;
  /* bottom: 0; */
  position: relative;
}
/*
.navbar-jumpto-main-item {
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 0.875rem 4rem;
    background-color: #3b4699;
    transition: bottom .3s ease-in-out;
}

.navbar-jumpto-main-item-toggled {
    padding-top: 14px;
    position: absolute;
}

.navbar-jumpto-main-item-button {
    border: none;
    color: white;
    font-weight: 400;
    background-color: transparent;
}

.navbar-jumpto-options {
    width: 100%;
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease-in-out;
}

.navbar-jumpto-options-toggled {
    max-height: 352px;
}

.navbar-jumpto-options ul {
    list-style: none;
    margin-bottom: 0;
    padding-inline-start: 0;
}

.navbar-jumpto-options li {

}

.navbar-jumpto-options a {
    width: 100%;
    color: white;
    display: block;
    font-weight: 600;
    padding: 10px 20px;
}

.navbar-jumpto-options a:hover {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
} */

#register,
#upcoming,
#learning,
#vendor-board,
#premium,
#medical-store,
#refer,
#faq {
  scroll-margin-top: 232px;
}
/* END NAVBAR */
/* SECTIONS COMMON */
.section-title {
  text-align: center;
  font-weight: 800;
  font-size: 2.25rem;
}
.section-subtitle {
  text-align: center;
  font-weight: 500;
  font-size: 1.375rem;
}
/* END SECTIONS COMMON */
/* FAQ */
.faq .card {
  border-radius: 0;
  border-top: none;
  border-right: 1px solid rgba(0, 0, 0, 0.125);
  border-left: 1px solid rgba(0, 0, 0, 0.125);
  border-bottom: none;
}
.faq .first-card {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.faq .card-header {
  padding: 0;
  border-radius: 0;
  background-color: white;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.faq .btn-link {
  width: 100%;
  display: flex;
  text-align: left;
  color: black;
  font-weight: 500;
  justify-content: space-between;
  padding: 0.75rem 1.25rem !important;
}
.faq .btn-link::after {
  /* content: url('/assets/img/arrow-down.svg'); */
  /* content: var(--faq-arrow-url); */
}
.faq button:focus {
  outline: none;
  box-shadow: none;
}
.faq .card-body {
  background-color: #edf0ff;
}
.faq .card .btn-link:hover {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.15);
}
.faq .card .btn-link:focus,
.faq .card .btn-link:active {
  text-decoration: none;
}
/* END FAQ */
/* MENU */
#myNav {
  visibility: hidden;
  width: 100%;
  opacity: 0;
  height: calc(100% - 181px);
  position: fixed;
  z-index: 7;
  bottom: 0;
  left: 0;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
}

#myNav .container {
  max-width: 1600px;
}

#myNav .swiper-slide {
  width: 100% !important;
}

.menuSwiper .swiper-slide {
  color: white;
  height: fit-content;
  background: transparent;
}

.menu-swiper-pagination .swiper-pagination-bullet {
  opacity: 0.35;
  background: white;
}

.menuSwiper .swiper-slide a {
  color: white;
}

.menuSwiper .swiper-slide a:hover {
  color: white;
  text-decoration: none;
}

.menuSwiper .swiper-slide h2 {
  font-weight: 600;
  font-size: 1.75rem;
  margin-bottom: 24px;
}

.menuSwiper .swiper-slide p {
  font-size: 1rem;
}

.menuSwiper .swiper-slide .btn-purple {
  font-size: 1rem;
  width: fit-content;
}

.menu-options {
  list-style-type: none;
  padding-inline-start: 0;
}

.menu-options li {
  font-size: 1.35rem;
  color: white;
  font-weight: 600;
  padding: 15px 20px;
  border-bottom: 1px solid #818181;
}

.menu-options li a {
  color: white;
  text-decoration: none;
  transition: padding-left 0.3s ease;
}

.menu-options li a:hover {
  padding-left: 15px;
  color: var(--color-pink);
}
/* END MENU */
/* MEDIA QUERIES */
@media (min-width: 1400px) {
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .order-xxl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xxl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xxl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xxl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .justify-content-xxl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 1400px) {
  .register-options-container {
    flex: unset;
    width: fit-content;
  }
  .register-options {
    padding-right: 14px;
  }
  .register-options,
  .register-options h3,
  .register-options div {
    width: fit-content;
  }
}
@media (min-width: 1500px) {
  .register-options {
    padding-right: 28px;
  }
}
@media (min-width: 1600px) {
  .register-options {
    padding-right: 42px;
  }
}
@media (min-width: 1700px) {
  .register-options {
    padding-right: 54px;
  }
}
@media (min-width: 1830px) {
  .col-xxxxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .register-options-container {
    flex: 0 0 auto;
    width: 25%;
  }
  .register-options {
    padding-right: 0;
  }
  .register-options,
  .register-options h3,
  .register-options div {
    width: unset;
  }
  .learning-course-link > div {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
}
@media (min-width: 2200px) {
  .learning-course-link > div {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
}
@media (min-width: 2400px) {
  .learning-course-link > div {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
}
@media (max-width: 1599px) {
  #normalNavbar {
    display: none;
  }
  #jumptoNavbar {
    display: block;
  }
  .navbar {
    padding: 7px 1rem;
  }
}
@media (max-width: 1499px) {
  .hero-welcome-text-only-line-break-xxl {
    display: block;
  }
  .hero-description-text-only-xxl {
    line-height: 1.6 !important;
    padding-left: 0px !important;
  }
}
@media (max-width: 1399px) {
  .hero-paragraph {
    width: 75%;
  }
  /* .register-config {
        text-align: right;
    }
    .checkbox-square-container {
        max-width: 360px;
        text-align: right;
    }
    .premium-button-ghost,
    .premium-button-black {
        font-size: 0.875rem;
    } */
}
@media (max-width: 1299px) {
  .header-item-container span {
    font-size: 0.875rem;
  }
  .header-item-container {
    margin-right: 15px;
  }
  .premium-button-ghost,
  .premium-button-black {
    font-size: 0.8rem;
  }
}

@media (max-width: 1199px) {
  .hero-welcome-text-only {
    font-size: 8.5rem;
  }
  .hero-description-text-only {
    font-size: 4.5rem;
    padding-left: 30px;
  }
  .hero-paragraph {
    width: 90%;
  }
  .header-item-container span {
    font-size: 0.75rem;
  }
  /* .hero-header-started {
        font-size: 1.125rem;
    }
    .hero-header-link {
        font-size: 1.125rem;
    }
    .hero-header-link-icon {
        width: 25px;
        height: auto;
    }
    .register-courses {
        margin-right: 72px;
    }
    .section-title-container {
        padding-right: 72px;
    }
    .section-title-container-no-pr {
        padding-right: 1rem;
    }
    .courses-grid h3 {
        font-size: 1rem;
    }
    .courses-grid p,
    .courses-grid span,
    .courses-grid a {
        font-size: 0.75rem;
    }
    .courses-grid {
        grid-template-columns: 0.9fr 1.1fr 1.24fr 0.6fr 01.1fr 0.6fr 1.3fr;
    }
    .premium-button-ghost,
    .premium-button-black {
        font-size: 0.875rem;
    }
    .refer-friend-container > div {
        width: 90%;
    } */
}

@media (max-width: 991px) {
  .hero-container {
    height: 700px;
  }
  .hero-welcome-text-only {
    font-size: 6.5rem;
  }
  .hero-description-text-only {
    font-size: 3.5rem;
    padding-left: 25px;
  }
  .hero-paragraph {
    width: 100%;
  }
  .header-item-container span {
    font-size: 0.875rem;
  }
  /* .hero-header-started {
        font-size: 1rem;
    }
    .hero-header-link {
        font-size: 1rem;
    }
    .hero-header-link-icon {
        width: 22px;
        height: auto;
    }
    .hero-header-link-right {
        margin-left: 30px;
    } */
  .hero-welcome {
    font-size: 7.5rem;
  }
  .register-courses {
    margin-right: 34px;
    margin-left: 34px;
  }
  .courses-grid {
    grid-template-columns: 1fr 1.1fr 1fr 0.6fr 1.1fr 0.6fr;
  }
  .refer-friend-container > div {
    width: 96%;
  }
}

@media (max-width: 767px) {
  .hero-container {
    height: 500px;
  }
  .hero-welcome-text-only {
    font-size: 4.5rem;
  }
  .hero-description-text-only {
    font-size: 2.75rem;
    padding-left: 12px;
  }
  .hero-welcome {
    font-size: 5rem;
  }
  .hero-description {
    font-size: 1.5rem;
  }
  .hero-paragraph {
    font-size: 1.125rem;
  }
  /* .header-button {
        font-size: 0.75rem;
    }
    .ml-72 {
        margin-left: 34px;
    }
    .mr-72 {
        margin-right: 34px;
    }
    .mx-72 {
        margin-left: 34px;
        margin-right: 34px;
    }
    .pl-34 {
        padding-left: 34px;
    }
    .pl-72 {
        padding-left: 34px;
    }
    .pr-72,
    .section-title-container {
        padding-right: 34px;
    }
    .px-72,
    .premium-options-container {
        padding-left: 34px;
        padding-right: 34px;
    }
    .section-title img {
        width: 20px;
        object-fit: cover;
        object-position: right;
        margin-right: 0.875rem;
    }
    .register-courses .h6 {
        margin-left: 0;
    } */
  /* .courses-grid h3 {
        font-size: 0.75rem;
    }
    .courses-grid p,
    .courses-grid span,
    .courses-grid a {
        font-size: 0.625rem;
    } */
  /* .courses-grid-header {
        display: none;
    }
    .courses-grid p,
    .courses-grid span,
    .courses-grid a {
        font-size: 0.875rem;
    }
    .courses-grid {
        grid-template-columns: 1fr 1fr;
    }
    .empire-medical-store-text-container {
        clip-path: unset;
        background-color: #1c1c1c;
    }
    .empire-medical-store {
        padding: 3rem;
    } */
}

@media (max-width: 575px) {
  .header-bottom-column .header-logo {
    width: 156px;
    height: auto;
    margin-right: 15px;
  }
  .header-bottom-column .header-user-img {
    width: 44px;
    height: auto;
  }
  .hero-container {
    height: 400px;
  }
  .hero-header {
    padding: 14px 10px 0;
  }
  .hero-welcome-text-only {
    font-size: 3.5rem;
  }
  .hero-description-text-only {
    font-size: 2rem;
    padding-left: 12px;
  }
  .hero-header-link {
    font-size: 1rem;
    /* display: block; */
    /* margin-bottom: 15px; */
  }
  .hero-header-link-icon {
    width: 22px;
    height: auto;
    margin-right: 0.25rem;
  }
  .hero-header-link-right {
    margin-left: 10px;
  }
  .hero-welcome {
    font-size: 3rem;
  }
  .hero-description {
    font-size: 1.25rem;
  }
  .hero-paragraph {
    font-size: 1rem;
  }
  .header-button {
    padding: 7px 10px;
  }
  .section-title {
    font-size: 2rem;
  }
  .section-subtitle {
    font-size: 1.25rem;
  }
  .learning-options-container {
    padding: 0 34px !important;
  }
  .learning-options {
    padding: 0 10px;
  }
  .courses-grid {
    grid-template-columns: 1fr;
  }
  .premium-filter {
    display: block;
  }
  .premium-filter p {
    text-align: right;
    margin-right: 0;
    margin-bottom: 5px;
  }
}

@media (max-width: 450px) {
  .hero-header-link {
    font-size: 0.75rem;
  }
  .hero-description-text-only {
    line-height: 1.6;
    padding-left: 0px;
  }
  .hero-welcome-text-only-line-break {
    display: block;
  }
  .header-button {
    font-size: 0.625rem;
    padding: 3px 5px;
  }
  .register-courses {
    height: calc(100% - 76px);
  }
  .learning-options {
    padding: 0 6px;
    font-size: 0.75rem;
  }
  .board-certified-title h2,
  .refer-friend-container h2 {
    font-size: 1.5rem;
  }
  .board-certified-description {
    font-size: 1.25rem;
  }
  .premium-options {
    padding: 0 6px;
    font-size: 0.75rem;
  }
}

@media (max-width: 380px) {
  .header-top {
    padding: 0 15px;
  }
  .header-item-container span {
    font-size: 0.75rem;
  }
  .header-item-container {
    margin-right: 12px;
  }
  .hero-header-link {
    font-size: 0.625rem;
  }
  .hero-container {
    height: 450px;
  }
  /* .hero-welcome {
        font-size: 2.75rem;
    }
    .hero-description {
        font-size: 1rem;
    }
    .hero-paragraph {
        font-size: 0.875rem;
    } */
  .hero-header-buttons div {
    display: block;
    margin-bottom: 20px;
  }
  .hero-header-buttons-left {
    text-align: center;
    padding: 0 !important;
  }
  .hero-header-buttons-right {
    text-align: center;
    padding: 0 !important;
  }
  .vendor-discounts-container a,
  .board-certified a {
    font-size: 0.875rem;
    white-space: nowrap;
  }
  .board-certified-title h2,
  .refer-friend-container h2 {
    font-size: 1.35rem;
  }
  .board-certified-description {
    font-size: 1.125rem;
  }
  .empire-medical-store .btn-purple {
    padding: 5px 15px;
    font-size: 0.875rem;
  }
  .refer-friend-container .btn-ghost {
    padding: 5px 8px;
    font-size: 0.875rem;
  }
}
