@import url('https://fonts.googleapis.com/css2?family=Fredericka+the+Great&display=swap');

body {
  background: none !important;
}

.header_homev5 {
  display: none;
}

.hero-home-nursesweek-2024 {
  background: url(../images/nurses-week-sales-2024-bg-home.jpg) top center no-repeat;
  background-size: auto 728px;
  min-height: 728px;
  margin-bottom: 0px;
  text-align: center;
  padding-top: 48px;
}

@media screen and (max-width: 1200px) {
  .hero-home-nursesweek-2024 {
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .hero-home-nursesweek-2024 {
    /* background: url(../images/nurses-week-sales-2024-bg-home-mobile.jpg) no-repeat; */
    background-size: auto 896px;
    background-position: top -80px center;
    margin-bottom: 50px;
    min-height: 600px;
    padding-top: 50px;

  }
}




.hero-home-nursesweek-2024 .btn {
  background: #fff;
  box-shadow: 0 16px 16px rgba(0, 0, 0, 0.16);
}

.hero-home-nursesweek-2024__logo {
  margin-bottom: 32px;
}

@media screen and (max-width: 767px) {
  .hero-home-nursesweek-2024__logo {
    margin-top: -24px;
    margin-bottom: 24px;
  }
}

.hero-home-nursesweek-2024__logo img {
  width: 75%;
}

@media screen and (max-width: 767px) {
  .hero-home-nursesweek-2024__logo img {
    width: 90%;
  }
}

.hero-home-nursesweek-2024__bigcard {
  position: relative;
}

.hero-home-nursesweek-2024__bigcard__base {
  position: relative;
  background: #454545;
  border-radius: 48px;
  box-shadow: 0 32px 64px rgba(0, 0, 0, 0.24);
  max-width: 620px;
  margin: auto;
  transform: rotate(-3deg);
  padding-top: 56px;
  padding-bottom: 24px;
}

.hero-home-nursesweek-2024__bigcard__base__base_red {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FF1451;
  transform: rotate(6deg);
  border-radius: 48px;
}

@media screen and (max-width: 767px) {
  .hero-home-nursesweek-2024__bigcard__base {
    padding-top: 48px;
  }
}

.hero-home-nursesweek-2024__bigcard__base__rotatefix {
  transform: rotate(3deg);
}

.hero-home-nursesweek-2024__sale_extend {
  position: absolute;
  top: -80px;
  left: -20px;
  width: 130px;
  height: 130px;
  background: url(../images/nurses-week-sale-sale-extend.svg) no-repeat;
  background-size: contain;
  display: none;
}

.hero-home-nursesweek-2024__sale_extended {
  background: url(../images/nurses-week-sale-sale-extended-2025.svg) no-repeat;
  position: absolute;
  top: -80px;
  left: -20px;
  width: 130px;
  height: 130px;
  background-size: contain;
  display: none;
}

@media screen and (max-width: 767px) {
  .hero-home-nursesweek-2024__sale_extend {
    top: -60px;
    left: 60px;
    width: 90px;
    height: 90px;
    display: none;
  }
}

.hero-home-nursesweek-2024__bigcard__base__discount {
  color: #fff;
  font-size: 100px;
  line-height: 80px;
  letter-spacing: -4px;
  font-weight: 800;
  position: relative;
  display: inline-block;
  margin-bottom: 32px;
}

.hero-home-nursesweek-2024__sitewide {
  font-size: 32px;
  font-style: italic;
  font-weight: 700;
  line-height: 1;
  margin-top: 5px;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .hero-home-nursesweek-2024__bigcard__base__discount {
    font-size: 64px;
    line-height: 50px;
    letter-spacing: -2px;
    margin-bottom: 24px;
  }

  .hero-home-nursesweek-2024__sitewide {
    font-size: 20px;
  }
}

.hero-home-nursesweek-2024__bigcard__base__discount sup {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: normal;
  line-height: normal;
  position: absolute;
  top: -16px;
  left: 0;
}

@media screen and (max-width: 767px) {
  .hero-home-nursesweek-2024__bigcard__base__discount sup {
    top: -24px;
  }
}

.hero-home-nursesweek-2024__content__heading {
  cursor: default;
  font-weight: 800;
  color: #00709C;
  font-size: 88px;
  letter-spacing: -4px;
  line-height: 50px;
}

@media screen and (max-width: 767px) {
  .hero-home-nursesweek-2024__content__heading {
    font-size: 32px;
    letter-spacing: -1px;
    line-height: normal;
  }
}

.hero-home-nursesweek-2024__content__heading__discount {
  position: relative;
  display: inline-block;
  font-size: 156px;
  letter-spacing: -8px;
  line-height: 120px;
  color: #FB3467;
}

@media screen and (max-width: 767px) {
  .hero-home-nursesweek-2024__content__heading__discount {
    font-size: 80px;
    letter-spacing: -4px;
    line-height: 80px;
  }
}

.hero-home-nursesweek-2024__content__heading__discount__upto {
  position: absolute;
  bottom: -32px;
  left: 0;
  font-size: 18px;
  display: block;
  letter-spacing: normal;
  font-weight: 600;
  line-height: normal;
}

@media screen and (max-width: 767px) {
  .hero-home-nursesweek-2024__content__heading__discount__upto {
    bottom: -20px;
  }
}

.hero-home-nursesweek-2024__tagline {
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: normal;
  margin-top: 16px;
}

.hero-home-nursesweek-2024__counter {
  text-align: center !important;
  padding: 10px 0 20px 0;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}

.hero-home-nursesweek-2024__counter__intro {
  margin-bottom: 8px;
}

.hero-home-nursesweek-2024__counter__counter__cell {
  position: relative;
  font-size: 32px;
  letter-spacing: 2px;
  text-align: center !important;
  display: inline-block;
  margin-right: 24px;
}

.hero-home-nursesweek-2024__counter__counter__cell span {
  position: absolute;
  top: 0;
  right: -20px;
  color: rgba(255, 255, 255, 0.8);
}

.hero-home-nursesweek-2024__counter__counter__label {
  letter-spacing: 0px;
  text-align: left;
  font-weight: normal;
  font-size: 12px !important;
  color: rgba(255, 255, 255, 0.8);
  position: absolute;
  left: 0;
  bottom: -28px;
  width: 100%;
  text-align: center;
}

.nursesweeksale_2024_banner {
  color: #000;
  background: url(../images/backtoschool-2023-banner-25-off.jpg) top center no-repeat;
  background-size: 1592px auto;
  min-height: 525px;
  padding-top: 80px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

@media screen and (max-width: 991px) {
  .nursesweeksale_2024_banner {
    padding-top: 40px;
    background: url(../images/backtoschool-2023-banner-25-off-mobile.jpg) top center no-repeat;
    background-size: auto 442px;
    min-height: 442px;
  }
}

.nursesweeksale_2024_banner--35off {
  background-image: url(../images/nurses-week-sale-2026-bg-home-v2.webp);
  margin-bottom: -70px;
}

.nursesweeksale_2024_banner--35off.nursesweeksale_2024_banner--sale_extend {
  background-image: url(../images/nursesweeksale-2025-banner-35-off-extended.webp);
  margin-bottom: -70px;
}


@media screen and (max-width: 991px) {
  .nursesweeksale_2024_banner--35off {
    background-image: url(../images/nurses-week-sale-pricing-mobile-2026-v3.webp);
    margin-bottom: -50px;
  }

  .nursesweeksale_2024_banner--35off.nursesweeksale_2024_banner--sale_extend {
    background-image: url(../images/nursesweeksale-2025-banner-35-off-mobile-extended.webp);
    margin-bottom: -70px;
  }
}

.nursesweeksale_2024_banner .hero-home-nursesweek-2024__counter {
  color: #000;
  width: 304px;
  margin-left: 0;
}

@media screen and (max-width: 1200px) {
  .nursesweeksale_2024_banner .hero-home-nursesweek-2024__counter {
    margin-left: 20px;
  }
}

.nursesweeksale_2024_banner .hero-home-nursesweek-2024__counter__counter__cell span,
.nursesweeksale_2024_banner .hero-home-nursesweek-2024__counter__counter__label {
  color: #000 !important;
}

@media screen and (max-width: 991px) {
  .nursesweeksale_2024_banner .hero-home-nursesweek-2024__counter {
    margin: auto;
    padding-left: 10px;
  }
}

@media screen and (max-width: 991px) {
  .pricing-page-variant-a__hero {
    margin-top: 20px !important;
  }
}

.nursesweeksale_2024_banner__tagline {
  margin-top: 105px;
  margin-bottom: 12px;
  color: #000;
}


@media screen and (max-width: 1200px) {
  .nursesweeksale_2024_banner__tagline {
    margin-left: 50px;
  }
}

@media screen and (max-width: 991px) {
  .nursesweeksale_2024_banner__tagline {
    text-align: center;
    margin-bottom: 0;
    margin-left: 0;
  }
}

.nursesweeksale_2024_banner__tagline.nursesweeksale_2024_banner__tagline_extended {
  margin-top: 67px;
}

.blackfriday_pricing_tag_1 {
  position: absolute;
  top: -38px;
  left: -16px;
  z-index: 99;
  width: 83px;
  height: 83px;
  background-color: #fa3469;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 15px;
  line-height: 19px;
  display: flex;
  flex-wrap: wrap;
  padding: 12px 10px;
  justify-content: center;
  transition: all .4s ease;
}


.blackfriday_pricing_tag_2 {
  position: absolute;
  top: -38px;
  left: -16px;
  z-index: 99;
  width: 83px;
  height: 83px;
  background-color: #fa3469;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  display: flex;
  flex-wrap: wrap;
  padding: 12px 10px;
  justify-content: center;
  transition: all .4s ease;
}


.blackfriday_pricing_tag_1 span,
.blackfriday_pricing_tag_2 span {
  font-family: 'Fredericka the Great', cursive;
  font-size: 13px;
  font-weight: normal;
}

.blackfriday-hover:hover .blackfriday_pricing_tag_1,
.blackfriday-hover:hover .blackfriday_pricing_tag_2 {
  transform: scale(1.04, 1.04);
}

.pricing_v2_section__card__price__new span {
  font-size: 22px;
  color: #FA3469;
}

.pricing_v2_section__card__price__new {
  font-size: 22px;
  color: #000;
  text-transform: inherit !important;
}

.pricing_v2_section__card__price__new--all_black span {
  color: #24292E;
}

.card--pricing__price__value i {
  font-weight: 400;
  color: #000;
  font-size: 20px;
}

.card--pricing__price__value i span {
  font-weight: 300;
  color: #000;
  font-size: 20px;
}

.pricing_v2_section__card__save {
  background-color: #E4F9E0;
  background-image: url(../images/tag-save-price-border-left.webp), url(../images/tag-save-price-border-right.webp);
  background-repeat: no-repeat;
  background-position: top left, top right;
  background-size: auto 100%, auto 100%;
  display: inline-block;
  margin: auto;
  padding: 0 24px;
  height: 40px;
  line-height: 40px;
  margin-top: 16px;
  margin-bottom: 24px;
  color: #2BB004;
  font-weight: bold;
  font-size: 16px;
}

.card--pricing__price__value i:before {
  top: 14px;
  height: 3px;
  left: -2px;
  width: 76px;
  transform: rotate(3deg);
  background: #fa3469;
}

.pricing_v2_section__card__save span {
  font-weight: normal;
  font-size: 13px;
  display: block;
  width: 100%;
}

.color-black {
  color: #000 !important;
}

@media(max-width:767px) {
  .pricing-mb-50 {
    margin-bottom: 70px;
  }

  .blackfriday_pricing_tag_1,
  .blackfriday_pricing_tag_2 {
    top: -59px;
    left: 18px;
  }
}

@media(max-width:991px) {

  /* .modal_offer_nclex__benefits{
    background: rgb(164 183 199 / 42%);
  } */

  body .modal_offer_nclex--blackfriday45,
  body .modal_offer_nclex--blackfriday35 {
    background: none !important;
    padding-bottom: 32px;
  }
}

.sale-badge {
  position: absolute;
  top: -2.1rem;
  left: -1.3rem;
  width: 4.875rem;
  height: 4.875rem;
  background-image: url(../images/sale-badge-bg.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 0.75rem;
  color: #ffffff;
}

.sale-badge span {
  font-size: 0.5rem;
}

.pricing_v2_section__card__price__sub {
  font-size: 1rem !important;
}

.pricing_v2_section__card__price__old {
  margin-bottom: 12px;
  text-decoration: line-through;
  position: relative;
  z-index: 1;
  background: #F3F3F3;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
  color: #A2A2A2;
  padding: 8px 12px;
  display: inline-block;
  margin-right: 40px;
  transform: rotate(3deg);
}

.pricing_v2_section__card--blackfriday2022 .pricing_v2_section__card__price__new {
  position: relative;
  z-index: 2;
  background: #fff;
  border-radius: 4px;
  padding: 10px 16px 8px 16px;
  display: inline-block;
  border: 1px solid #D6D6D6;
  font-size: 16px;
  top: -28px;
  margin-left: -10px;
  transform: rotate(-16deg);
  box-shadow: -2px 2px 8px rgb(0 0 0 / 12%);
  color: #000;
  text-transform: inherit;
  font-weight: bold;
}

.hero-home-backtoschool-2023__counter__counter__label {
  letter-spacing: 0px;
  text-align: left;
  font-weight: normal;
  font-size: 12px !important;
  color: rgba(255, 255, 255, 0.8);
  position: absolute;
  left: 0;
  bottom: -28px;
  width: 100%;
  text-align: center;
}

.nursesweeksale_2024_banner .hero-home-backtoschool-2023__counter__counter__label {
  color: #000;
}

.pricing_columns__card__promo_nurses_week {
  padding: 8px;
  margin-bottom: -16px;
}

.pricing_columns__card__promo_nurses_week__content {
  border-radius: 8px;
  height: 63px;
  background: #FF1451 url(../images/nurses-week-pricing-offer-20off.svg) center no-repeat;
  background-size: contain;
}

.pricing_columns__card__promo_nurses_week__content--20off {
  background-image: url(../images/nurses-week-pricing-offer-20off.svg);
}

.pricing_columns__card__promo_nurses_week__content--25off {
  background-image: url(../images/nurses-week-pricing-offer-25off-2.svg);
}

.pricing_columns__card__heading__price {
  position: relative;
}

@media screen and (max-width: 991px) {
  .pricing_columns__card__heading__price {
    position: absolute;
    top: 21px;
    right: 22px;
    border-radius: 6px;
    padding: 4px 8px;
    background: rgba(0, 0, 0, 0.04);
  }
}

.pricing_columns__card__heading__price--strikethrough {
  font-size: 18px;
  margin-bottom: -4px;
}

@media screen and (max-width: 991px) {
  .pricing_columns__card__heading__price--strikethrough {
    top: 70px !important;
    background: none !important;
    font-size: 15px;
  }
}

.pricing_columns__card__heading__price--strikethrough:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/strikethrough-pink.svg) center no-repeat;
  background-size: 70% 70%;
}

.pricing_columns__card__heading__price--offer {
  color: #FF1451;
}

.pricing_columns__card__heading__price_old {
  text-decoration: line-through;
}

@media screen and (max-width: 991px) {
  .pricing_columns__card__heading__price--offer {
    top: 95px !important;
    background: none !important;
  }
}

.pricing_columns .radio-container .radio-option__discount {
  margin-left: 6px;
  font-size: 12px;
  color: #2BB004;
  font-weight: 800;
  background: #E4F9E2;
  border-radius: 4px;
  padding: 2px 6px;
}

.pricing_columns .radio-container .radio-option__discount--pink {
  background: #FFDEE6 !important;
  color: #FF1451 !important;
}

.pricing_columns__intro--promo {
  padding-top: 250px !important;
}

.pricing_columns__card__heading span {
  font-weight: normal;
}


.btn-offer-white {
  background: rgba(255, 255, 255, 0) !important;
  backdrop-filter: blur(8px);
  border: 1px solid #616161;
  position: relative;
  color: #333 !important;
  text-decoration: none !important;
  padding-left: 32px;
  padding-right: 32px;
  font-weight: 800;
}

.btn-lg-extra-extra.btn-link.btn-offer-white {
  background: rgba(255, 255, 255, 0) !important;
  backdrop-filter: blur(8px);
  border: 1px solid #616161;
  position: relative;
  color: #333 !important;
  text-decoration: none !important;
  padding-left: 32px;
  padding-right: 32px;
  font-weight: 800;
}

.btn-offer-white__promo {
  position: absolute;
  top: -13px;
  left: 0;
  text-align: center;
  width: 100%;
  height: 26px;
  line-height: 26px;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.25px;
  font-weight: 800;
  text-transform: uppercase;
  transition: all 0.4s ease;
}

.btn-offer-white__promo__label {
  background: #FF1451;
  height: 26px;
  line-height: 26px;
  display: inline-block;
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 40px;
}

.btn-offer-white__promo--bottom {
  top: inherit;
  bottom: -13px;
}

.blackfriday_pricing_tag_1 {
  position: absolute;
  top: -38px;
  left: -16px;
  z-index: 99;
  width: 83px;
  height: 83px;
  background-color: #fa3469;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 15px;
  line-height: 19px;
  display: flex;
  flex-wrap: wrap;
  padding: 12px 10px;
  justify-content: center;
  transition: all .4s ease;
}


.blackfriday_pricing_tag_2 {
  position: absolute;
  top: -38px;
  left: -16px;
  z-index: 99;
  width: 83px;
  height: 83px;
  background-color: #fa3469;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  display: flex;
  flex-wrap: wrap;
  padding: 12px 10px;
  justify-content: center;
  transition: all .4s ease;
}


.blackfriday_pricing_tag_1 span,
.blackfriday_pricing_tag_2 span {
  font-family: 'Fredericka the Great', cursive;
  font-size: 13px;
  font-weight: normal;
}

.blackfriday-hover:hover .blackfriday_pricing_tag_1,
.blackfriday-hover:hover .blackfriday_pricing_tag_2 {
  transform: scale(1.04, 1.04);
}


.save-badge {
  width: 7.5625rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../images/save-badge-bg.svg);
  background-repeat: no-repeat;
  background-size: contain;
  font-weight: 700;
  color: #2BB004;
  font-size: 1rem;
  margin: 10px auto auto;
}

.save-badge-empty {
  width: 7.5625rem;
  height: 2.5rem;
}

.pricing_v2_section__card__note {
  margin-top: 10px;
  margin-bottom: 10px;
}

.pricing_v2_section__card__save--no_discount {
  padding: 0 16px;
  background: #F6F6F6;
  color: #999;
  border-radius: 6px;
}