body {
    background: #fff url(../images/sales_page_hero_2_waves.jpg) top center no-repeat;
    background-size: 1968px auto;
    overflow-x: hidden;
}

.btn.btn-double-border {
    border-width: 3px;
}

.sales_page_hero_2 {
    margin-top: 48px;
    margin-bottom: 40px;
    text-align: left;
    min-height: 500px;
}

h1.display-4 {
    font-weight: 800;
    line-height: 1;
    letter-spacing: -1.8px;
    margin-top: 10px;
    color: #000;
}

.sales_page_hero_2__body {
    color: #46596D;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 32px;
}

.sales_page_hero_2--c .sales_page_hero_2__keys__item__illustration {
    position: absolute;
    top: -30px;
    right: -180px;
    width: 617px;
    pointer-events: none;
}

.btn-lg-extra-extra {
    line-height: 80px;
    padding: 0 64px;
    font-size: 24px;
    border-radius: 40px;
}

ul li {
    list-style: none;
}

.sales_page_hero_2__keys__item {
    color: #24292E;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    margin-top: -6px;
    margin-bottom: 24px;
}

.sales_page_hero_2__keys__item:before {
    content: "";
    position: absolute;
    top: 5px;
    left: -30px;
    width: 20px;
    height: 20px;
    background: url(../images/icon-check-yellow.svg) center no-repeat;
    background-size: contain;
}

.sales_page_hero_2--c .sales_page_hero_2__keys__item--pass_guarantee:before {
    top: 0;
    left: -35px;
    width: 30px;
    height: 30px;
    background: url(../images/icon-stamp-pass-guarantee.svg) center no-repeat;
    background-size: contain;
}

.sales_page_hero_2__keys__item__heading {
    position: relative;
    z-index: 10;
    font-size: 20px;
    line-height: 26px;
    font-weight: 800;
    letter-spacing: -0.56px;
    margin-bottom: 8px;
}

.sales_page_hero_2--c .sales_page_hero_2__keys__item__heading {
    color: #46596D;
}

.sales_page_hero_2--c .sales_page_hero_2__keys__item__body {
    color: #768492;
}

.tag_new_pink {
    color: #9A0B30;
    background: rgba(250, 53, 103, 0.24);
    padding: 4px 6px;
    border-radius: 4px;
    font-size: 11px;
    line-height: 14px;
    font-weight: 700;
    letter-spacing: normal !important;
    display: inline-block;
    vertical-align: top;
    margin-top: 2px;
}

.section_centered_heading {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 63px !important;
    margin-top: 30px;
}

.section_centered_heading h2.h1 {
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.64px;
}

.sales_remediation_library__item {
    font-size: 14px;
    line-height: 20px;
}

.sales_remediation_library__item__heading {
    font-weight: 800;
}

.sales_remediation_library__video--placeholder {
    border-radius: 12px;
    background: #999;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.16);
}

.btn-primary {
    background: #24292E;
    color: #fff;
}

.btn-primary:hover {
    background: #24292E;
}

.btn:hover {
    transform: scale(1.02, 1.02);
}

.btn-lg {
    line-height: 56px;
    padding: 0 40px;
    font-size: 16px;
}

.btn-outlined {
    background: #fff;
    color: #24292E;
    border: 1px solid #24292E;
}

.h1 {
    font-weight: 900;
    letter-spacing: -1.2px;
}

.sales_students_failed h2 {
    color: #24292E;
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -1.6px;
    font-weight: 800;
}

/** Testimonials Section ***/
.sales_page_section_ratings {
    background: none;
}

.sales_page_section_ratings__card {
    position: relative;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #d4d4d4;
    padding: 32px 32px 52px 32px;
    margin-bottom: 60px;
}

.sales_page_section_ratings__card--video {
    margin-bottom: 30px;
    background-color: #333;
    background-size: cover;
    background-position: center;
    position: relative;
    cursor: pointer;
    transition: all 0.4s ease;
    height: 290px;
    overflow: hidden;
}

.sales_page_section_ratings__card--video:before {
    content: "";
    top: 50%;
    left: 50%;
    margin-top: -24px;
    margin-left: -24px;
    display: block;
    width: 48px;
    height: 48px;
    position: absolute;
    z-index: 1;
    background: url(../images/icon-play-video-circle.svg);
    background-size: contain;
    animation: animationScaleInOut 0.4s alternate infinite ease;
    transition: all 0.5s ease;
}

.sales_page_section_ratings__card--video:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.16);
    transition: all 0.5s ease;
}

.sales_page_section_ratings__card__stars {
    width: 100%;
    height: 24px;
    background: url(../images/rating-5-stars.svg) top left no-repeat;
    background-size: auto 24px;
    margin-bottom: 12px;
}

.sales_page_section_ratings__card__profile {
    position: absolute;
    left: 32px;
    bottom: -36px;
    width: 72px;
    height: 72px;
    background: #eee;
    border-radius: 50%;
}

.sales_page_section_ratings__card__profile img {
    width: 72px;
    height: 72px;
    object-fit: cover;
    border-radius: 50%;
}

.sales_page_section_ratings__card__text {
    font-size: 14px;
    line-height: 22px;
    color: #24292E;
}

.sales_page_section_ratings__card__text__read_more {
    cursor: pointer;
    margin-top: 4px;
    font-weight: 600;
    display: inline-block;
}

.sales_page_section_ratings__card__text__read_more:after {
    content: "";
    display: inline-block;
    margin-left: 4px;
    width: 10px;
    height: 10px;
    background: url(../images/icon-chevron-down-black.svg) no-repeat;
    background-size: contain;
}

.translateYUp {
    transform: translateY(-48px);
}

.sales_page_section_ratings__card--video--small {
    height: 220px;
}

.sales_page_section_ratings.sales_page_section_ratings--centered_heading {
    padding-top: 20px;
}

/** Testimonials Section ***/

.sales_students_failed {
    background: #FAD74F url(../images/nclex/bg-sales-nclex-student-failed.webp) top center no-repeat;
    margin-bottom: 96px;
    padding: 112px 0 88px 0;
}

.sales_students_failed__underlined:before {
    content: "";
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 100%;
    height: 11px;
    background: #FF7272;
    z-index: 1;
}

.sales_students_failed__underlined span {
    z-index: 2;
}

.sales_students_failed__tagline {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 32px;
}

/***FAQ**/
.faq_v2_section h2 span {
    font-weight: 600;
}

.faq_v2_section h2 {
    color: #24292E;
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -1.6px;
    margin-bottom: 24px;
    font-weight: 600;
}

.faq_v2_section__item {
    border-bottom: 1px solid #D9D9D9;
}

.faq_v2_section__item__question {
    padding: 16px 48px 16px 0;
    cursor: pointer;
    font-weight: 600;
    background: url(../images/icon-chevron-down-gray.svg) center right no-repeat;
    background-position: right 24px center;
}

.faq_v2_section__item__answer {
    display: none;
    font-size: 14px;
    line-height: 22px;
}

.faq_v2_section__item__answer ul {
    padding-left: 20px;
    padding-bottom: 20px;
}

.faq_v2_section__item__answer ul li {
    list-style: disc;
}

.faq_v2_section__item--active .faq_v2_section__item__question {
    background-image: url(../images/icon-chevron-up-gray.svg) !important;
}

.faq_v2_section__item__question:hover {
    background-color: #fafafa;
}

/***FAQ**/
.font-size-large-extra {
    font-size: 56px;
    line-height: 64px;
    letter-spacing: -1.8px;
    font-weight: normal;
}

.link_see_price {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    margin-top: 16px;
    text-align: center;
}

.link_see_price--size2 {
    width: 191px;
}

.link_see_price--size1 {
    width: 296px;
}

.link_see_price a {
    color: #000;
    text-decoration: underline;
}

/****highlights1****/
.highlights1 {
    margin-bottom: 88px;
}

.highlights1__heading h3 {
    font-size: 32px;
    font-weight: 800;
    letter-spacing: -1px;
    color: #282323;
    margin-bottom: 16px;
    margin-top: 48px;
}

.flowplayer,
.flowplayer video.fp-engine {
    border-radius: 12px !important;
    background: unset !important;
    z-index: 1;
    margin-bottom: 0;
}

.flowplayer .fp-splash,
.flowplayer .fp-player .fp-splash {
    border-radius: 12px;
}

.flowplayer:hover .fp-ui,
.fp-player .fp-ui {
    background: unset !important;
}

.flowplayer .fp-ui .fp-header {
    display: none !important;
}

.highlights1__image img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.16);
}

.highlights1 .row {
    margin-bottom: 40px;
}

/****highlights1****/
/***NCLEX Cram Sessions****/
.live_nclex_cram_sessions_section {
    margin-bottom: 60px;
}

h2.h2-lg {
    font-size: 56px;
    letter-spacing: -2px;
}

.font-size--medium2 {
    font-size: 18px !important;
    line-height: 28px;
}

.font-size--large-extra-extra {
    font-size: 32px;
    line-height: 44px;
}

.font-weight-600 {
    font-weight: 600 !important;
}

.sales_page_hero_2__keys__item a {
    color: #768492 !important;
    text-decoration: underline;
}

.video-parent>.flowplayer {
    border-radius: 16px;
    box-shadow: 8px 24px 40px rgba(0, 0, 0, 0.24);
}

.video-parent {
    padding-top: 20px;
}

.testimonial_single {
    background: #F3F9FC;
    border-radius: 16px;
    padding: 24px;
    display: flex;
    align-items: center;
}

.testimonial_single__image {
    margin-right: 16px;
}

.testimonial_single__image img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    max-width: unset;
}

.testimonial_single__text {
    font-style: italic;
    color: #868686;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.2px;
}

/***NCLEX Cram Sessions****/


@media screen and (max-width: 991px) {
    body {
        background-image: url(../images/sales_page_hero_2_waves_no_mike.jpg);
    }

    .highlights1__image {
        margin-top: 24px;
    }

    .highlights1 .row {
        margin-bottom: 30px;
    }

    .sales_page_hero_2__keys {
        margin-left: 40px;
    }

    .highlights1__heading h3 {
        font-size: 24px;
        margin-top: 0;
    }

    .link_see_price--size2 {
        width: auto;
    }

    .link_see_price {
        margin-top: 12px;
    }

    .sales_students_failed h2,
    .faq_v2_section h2 {
        font-size: 40px !important;
        line-height: 48px !important;
        letter-spacing: -1.2px !important;
        margin-bottom: 24px !important;
    }
    .video-parent>.flowplayer {
        box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.16);
    }

    .testimonial_single {
        padding: 16px;
        margin-bottom: 10px;
    }

    .testimonial_single__text {
        font-size: 13px;
        line-height: 18px;
        letter-spacing: inherit;
    }

    .live_nclex_cram_sessions_section .live_tag {
        height: 28px;
        margin-bottom: 2px;
    }
}

@media screen and (max-width: 767px) {
    body {
        background: url(../images/sales_page_hero_2_waves_mobile.jpg) top center no-repeat;
    }

    .sales_page_hero_2--c {
        margin: 60px auto;
    }

    .sales_students_failed__tagline {
        font-size: 18px;
    }

    .sales_students_failed {
        margin-bottom: 56px;
        padding: 88px 0 64px 0;
    }
    .sales_page_hero_2--c h1 {
        font-size: 48px;
        letter-spacing: -2px;
        line-height: 56px;
        text-align: center;
        margin-top: 0;
        margin-bottom: 16px !important;
    }

    .sales_page_hero_2__body {
        text-align: center;
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 24px;
    }

    .link_see_price--size1 {
        width: auto;
    }

    .btn-lg-extra-extra {
        line-height: 56px;
        padding: 0 40px;
        font-size: 16px;
    }

    .sales_page_hero_2__keys {
        margin-top: 48px;
        margin-bottom: 40px;
        margin-left: -15px;
        margin-right: -15px;
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
    }

    .sales_page_hero_2--c .sales_page_hero_2__keys__item {
        width: 60vw;
        padding: 0 10px;
        flex: 0 0 auto;
    }

    .sales_page_hero_2__keys__item .sales_page_hero_2__keys__item__thumb {
        display: block;
        top: auto;
        right: auto;
        width: 80%;
        margin: 0 auto 12px;
    }

    .sales_page_hero_2__keys__item__heading,
    .sales_page_hero_2__keys__item__body {
        text-align: center;
    }

    .sales_page_hero_2--c .sales_page_hero_2__keys__item:before {
        display: none;
    }

    .sales_page_hero_2--c .sales_page_hero_2__keys {
        margin-top: 48px;
        margin-bottom: 0;
    }

    .section_centered_heading h2.h1 {
        font-size: 32px !important;
        letter-spacing: 0;
        line-height: 1.16;
    }

    .sales_page_section_ratings--centered_heading .sales_page_section_ratings__heading {
        margin-bottom: 0;
    }

    .sales_remediation_library__video {
        margin-bottom: 40px;

    }
    .translateYUp {
        transform: none;
    }

    .btn-lg-extra {
        line-height: 56px;
        padding: 0 40px;
        font-size: 16px;
    }

    .faq_v2_section h2 {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 10px;
    }

    .highlights1 {
        margin-bottom: 62px;
    }

    h2.h2-lg {
        font-size: 24px;
        letter-spacing: -1px;
    }

    .font-size--medium2 {
        font-size: 16px !important;
        line-height: 22px;
    }

    .font-size--large-extra-extra {
        font-size: 22px;
        line-height: 28px;
    }
}

@media screen and (max-width: 360px) {
    #nclex-options label {
        min-width: unset;
    }
}
@media screen and (min-width: 768px) {
    #view-plans-btn {
        padding-left: 85px;
    }
}
.banner_pass_guarantee{
  padding-top:0px!important;
  margin-bottom:4.5rem!important;
}
@media screen and (max-width:768px){
    .banner_pass_guarantee{
    margin-bottom:1rem!important;
    }
}
.banner_pass_guarantee_1 {
  background: linear-gradient(139deg, rgb(0, 0, 0) 0%, rgb(70, 89, 109) 100%);
  background-size: auto 100%;
  border-radius: 16px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  padding-bottom: 12px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .banner_pass_guarantee_1 {
    display: inherit;
    padding-bottom: 24px;
  }
}
.banner_pass_guarantee_1:before {
  content: "";
  display: block;
  width: 88px;
  height: 88px;
  margin-top: -44px;
  background: url(../images/nclex/new/icon-benefits-yes-pass-guarantee.svg) center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: -44px;
}
@media screen and (max-width: 991px) {
  .banner_pass_guarantee_1:before {
    width: 64px;
    height: 64px;
    top: -32px;
    left: 50%;
    margin-top: 0;
    margin-left: -32px;
  }
}
.banner_pass_guarantee_1__main {
  padding-top: 32px;
  padding-left: 80px;
}
@media screen and (max-width: 991px) {
  .banner_pass_guarantee_1__main {
    padding: 48px 32px 0 32px;
  }
}
.banner_pass_guarantee_1__sec {
  padding-top: 40px;
  padding-right: 40px;
  max-width: 400px;
}
@media screen and (max-width: 991px) {
  .banner_pass_guarantee_1__sec {
    padding-top: 32px;
    padding-left: 32px;
  }
}
.banner_pass_guarantee_1__heading {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 16px;
}
.banner_pass_guarantee_1__description {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 16px;
}
.banner_pass_guarantee_1__note {
  font-size: 10px;
  line-height: 14px;
  color: rgba(255, 255, 255, 0.64);
}
.banner_pass_guarantee_1__note--p2 {
  padding-left: 32px;
}
@media screen and (max-width: 991px) {
  .banner_pass_guarantee_1__note--p2 {
    padding-left: 0;
  }
}
.banner_pass_guarantee_1 ul li {
  list-style: none;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 16px;
  padding-left: 32px;
  min-height: 23px;
  background: url(../images/icon-list-circle-check-white.svg) top 3px left no-repeat;
}
.banner_pass_guarantee_1 a{
    color:#c4a05e;
}