@media (min-width: 1200px) {
    .container {
        max-width: 960px;
    }
}

.border-blue {
    border: 8px solid var(--bgBlueColor);
}

.blue-color {
    color: var(--bgBlueColor) !important;
}

.header {
    background-color: transparent;
    padding: 10px 0;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.header__inner {
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo a {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--darkText);
    font-size: 18px;
    font-weight: normal;
}

.logo img {
    width: 120px;
    max-width: 100%;
}

.main.main-homepage {
    background-color: #F7F8FC;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.main.main-homepage h1, .main.main-homepage h2, .main.main-homepage h3, .main.main-homepage h4, .main.main-homepage h5 {
    color: var(--darkClear);
}

.section-general-row-wrap {
    padding: 30px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.main.main-homepage .section-general__inner h4 {
    font-family: "Ranga", cursive;
    font-size: 60px;
    font-weight: 600;
    color: var(--darkPerfect);
    text-align: center;
}

.section-general__inner h2 {
    font-size: 50px;
    font-weight: 600;
    text-align: center;
    line-height: 1.2;
    color: var(--darkClear);
}

.section-general__inner h2 span {
    color: #da2023;
}

.section-general__inner .start-winning {
    font-size: 70px;
    font-weight: 800;
    line-height: 1;
}

.section-general__img {
    margin: 20px auto;
    text-align: center;
}

.section-general__img img {
    margin: 10px 0 20px;
    width: 700px;
    max-width: 100%;
    border: 2px solid rgba(0, 0, 0, 0.2);
}

.section-general__img img.img-book {
    border: 4px dotted rgba(0, 0, 0, 0.2);
}

.subcribe-iframe {
    margin-top: 50px;
    margin-bottom: 20px;
}

.subcribe-iframe iframe {
    width: 100%;
    max-width: 600px;
    min-height: 734px;
}

/********** THANK YOU PAGE **********/
.section-top {
    padding-top: 20px;
    padding-bottom: 20px;
}

.section-top__subhead {
    max-width: 960px;
    margin: 0 auto;
    padding: 20px;
    background-color: var(--bgBlueColor);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.section-top__italic {
    color: var(--whiteColor);
    font-size: 26px;
    font-style: italic;
    line-height: 1.2;
    text-align: center;
}

.section-top-row-wrap {
    padding: 30px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    border: 8px solid var(--bgBlueColor);
    border-top: none;
}

.main-thankyou .access-buttons .btn {
    background-color: #cb213e;
}

.buttons .btn {
    min-width: auto;
    height: auto;
    padding: 12px 20px;
    line-height: normal;
    font-size: 24px;
}

.buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-top: 20px; */
    gap: 12px;
}

.btn {
    border-radius: 10px;
}

.section-top__inner p {
    text-transform: capitalize;
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    line-height: 1.2;
    color: var(--darkClear);
    line-height: 1;
}

.main-thankyou p.text-decoration {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 22px;
}

.main-thankyou p.text-decoration a {
    text-decoration: underline;
    color: var(--bgBlueColor);
    line-height: 1.2;
}

.section-general-row-wrap.border-around {
    border: 10px dashed var(--bgBlueColor);
}

.main-thankyou p.red-text {
    color: #cf1333;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
}

.main-thankyou p.red-text span.padding-r {
    padding-right: 30px;
}

.main-thankyou p.red-text span.padding-l {
    padding-left: 30px;
}

.main-thankyou .three-dvds {
    margin-bottom: 20px;
    text-align: center;
}

.main-thankyou .three-dvds img {
    width: 800px;
    max-width: 100%;
}

.section-general__inner h3 {
    font-family: "Ranga", cursive;
    font-size: 52px;
    text-align: center;
    line-height: 1.2;
}

.main-homepage .page__list-disc {
    margin-top: 20px;
    margin-left: 0;
    list-style: none;
}

.main-homepage .page__list-disc li {
    position: relative;
    margin-bottom: 26px;
    font-size: 20px;
    line-height: 1.4;
}

.main-homepage .page__list-disc.page__list--icon li.page__list--icon__li {
    display: flex;
    align-items: center;
    gap: 10px;
}

.main-homepage .page__list-disc li i {
    display: inline-block;
    color: var(--primaryColor);
    margin-right: 8px;
    font-size: 28px;
}

.page__list-column {
    flex-direction: column !important;
    align-items: start !important;
    margin-bottom: 14px !important;
}

.page__list--icon-wrap {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    text-align: left;
}

.page__list-column .page__list--icon-wrap i.fa-chevron-right {
    margin-right: 16px;
}

.page__list-column .font-ranga {
    margin-left: 32px;
    font-size: 24px;
}

.font-ranga {
    font-family: "Ranga", cursive;
    display: block;
}

.main-thankyou .dvd-img {
    margin-top: 20px;
}

.main-thankyou .dvd-img img {
    margin-bottom: 20px;
    width: 280px;
    max-width: 100%;
    text-align: center;
}

.main-thankyou .dvd-img p {
    text-align: center;
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 1.3;
}

.main-thankyou .buttons-thankyou {
    margin-top: 20px;
    margin-bottom: 20px;
}

.under-buttons {
    margin-bottom: 30px;
}

.under-buttons p {
    font-size: 18px;
    text-align: center;
}


/* ACLS Study */
.acls-study .top__inner p.quickly {
    padding-bottom: 0;
    font-size: 28px;
    font-weight: 400;
    text-transform: none;
}

.acls-study .top__inner p.use-the-ekg {
    text-transform: none;
    margin-bottom: 10px;
}

.acls-study .top__inner p.use-the-ekg span.blue-bg {
    font-size: 30px;
}

.main-ekg .top__img img {
    border: 4px dotted rgba(0, 0, 0, 0.2);
}


.topic-list {
    max-width: 800px;
    margin: auto;
}

.topic-item {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 4px 0;
}

.topic-item::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    border-bottom: 1px dotted #999;
    z-index: 0;
}

.topic-title, .topic-page {
    background: #fff;
    position: relative;
    z-index: 1;
    padding: 0 4px;
}

@media (max-width: 480px) {
    .topic-item {
        flex-direction: column;
        align-items: flex-start;
    }

    .topic-item::after {
        display: none;
    }

    .topic-page {
        margin-top: 2px;
        color: #666;
    }
}