@font-face {
    font-family: "Lato-Regular";
    src: url("../font/lato/Lato-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Lato-Black";
    src: url("../font/lato/Lato-Black.ttf") format("truetype");
}

@font-face {
    font-family: "Lato-Bold";
    src: url("../font/lato/Lato-Bold.ttf") format("truetype");
}

body {
    font-family: "Lato-Regular";
    font-weight: 400;
    color: #000;
    background-image: linear-gradient(to top right, #e1f2f8, #ecf5f1);
}

.body-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

#footer-section {
    margin-top: auto;
}

/* --- header styling start --- */
.miebocard-img {
    width: 100%;
    max-width: 450px;
    margin: auto;
}

.miebocard-img-wrapper {
    overflow: hidden;
    display: block;
    margin: auto;
    max-width: 500px;
}

.miebocard-img-dt {
    margin: auto;
    display: block;
    width: 500px;
    margin-right: -65px;
}

.mb-logo {
    order: 2;
}

.header {
    background: url("../img/header-bg-mobile.png") no-repeat top left !important;
    background-size: 100% 70px !important;
    position: relative;
}

.header h1 {
    font-size: 30px;
    color: #fff;
    width: 100%;
    font-weight: 500;
    margin-bottom: 0px;
}

.saving-title {
    display: flex;
    height: 65px;
    align-items: center;
    text-align: center;
}

.logo-wrap {
    text-align: center;
    margin: 30px 0px;
}

.crx-wl-image {
    width: 40%;
}

/* --- header styling end --- */
/* --- start hero banner styling --- */

.user-txt-wrap h2 {
    font-family: "Lato-Black";
    color: #007ac1;
    text-align: center;
    margin: 30px 0px;
    font-size: 31px;
    line-height: 1.1;
}

.user-card {
    order: 1;
    margin-bottom: 50px;
}

.card-col {
    margin-top: 15px;
    margin-bottom: 15px;
}

.user-txt-wrap {
    display: flex;
    flex-direction: column;
}

.user-txt-wrap p {
    display: flex;
    width: 300px;
    flex-direction: column;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    align-items: center;
    line-height: 120%;
    justify-content: start;
    color: #2e3031;
}

.user-txt-wrap p > span {
    display: flex;
    font-family: "Lato-Black";
    font-weight: 900;
    color: #482b74;
    align-items: center;
    font-size: 32px;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 20px;
}

.user-txt-wrap p > span > span {
    background: linear-gradient(#007ac1, #482b74);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    padding-right: 5px;
    line-height: 29px;
    height: 30px;
}

.card-banner-sec .term-cond {
    font-size: 9px;
    text-align: center;
}

/* --- end hero banner styling --- */

/* --- start have miebo card option styling --- */

.have-card-option-wrapper {
    padding: 0;
}

.have-card-option-wrapper ul {
    flex-direction: column;
}

.have-card-option-wrapper ul li {
    width: 100%;
}

.bg-blue:has(.miebo-copay-card-sec ul li input:checked) {
    background-size: 100% 1230px !important;
    background-color: #e0effa;
    padding-bottom: 18px;
    margin-bottom: 40px;
}

.already-have-card-container {
    position: relative; /* needed for z-index to work */
    z-index: 99 !important;

    width: 100%;

    padding-left: 15px;
    padding-right: 15px;
}

.already-have-card-container ul {
    margin: 15px 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    width: 100%;
    z-index: 999;
}

.already-have-card-container ul li label {
    background: #482b74;
    border-radius: 15px;
    text-align: center;
    font-family: "Lato-Black";
    font-size: 22px;
    line-height: 25px;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    padding: 32px 20px 32px;
    margin-bottom: 0;
}

.already-have-card-container ul li input {
    display: none;
}

.already-have-card-container ul li .selection-btn {
    position: relative;
    padding-left: 40px;
    margin-top: 20px;
}

.already-have-card-container ul li .selection-btn::before {
    content: "";
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background: #fff;
    border: 4px solid #fff;
    position: absolute;
    left: 0;
    top: 0px;
}

.already-have-card-container ul li input:checked ~ label .selection-btn::before {
    background: #482b74;
}

.already-have-card-container ul li input:checked ~ label {
    background: #00a9eb;
    color: #fff;
}

.already-have-card-container ul li .selection-btn {
    position: relative;
    padding-left: 56px;
    margin-top: 20px;
}

.already-have-card-container ul li .selection-btn span {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0px;
    line-height: 22px;
}

/* --- end have miebo card option styling --- */

/* --- form styling start --- */

.miebo-copay-card-sec {
    padding-bottom: 50px;
}

.card-activate-action-txt {
    font-size: 18px;
    font-family: "Lato-Black";
}

.card-activate-card-txt {
    font-size: 14px;
    font-family: "Lato-Regular";
}

.form__main_body {
    position: relative;
    padding-top: 320px;
    padding-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;

    margin-top: -275px;
    margin-bottom: 60px;

    width: 100%;
    background-color: #fff;
    display: none;
}

.inner-sec-form {
    width: 732px;
    max-width: 100%;
    margin-bottom: 0px;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}

.inner-sec-form p:last-child {
    margin-bottom: 0px;
    margin-top: 10px;
}

.inner-sec-form p:not(:last-child) {
    margin-top: 10px;
    margin-bottom: 20px;
}

.inner-sec-form p:last-child {
    margin-bottom: 0px;
    margin-top: 10px;
}

.inner-sec-form p:not(:last-child) {
    margin-top: 10px;
    margin-bottom: 20px;
}

.radio-btn-div {
    margin-right: 32px;
    margin-top: 10px;
}

.form__element.form-textbox input {
    width: 730px;
    max-width: 100%;
    height: 50px;
    border-radius: 8px;
    border-color: transparent;
    padding: 5px 15px;
    background-color: #edf9fe;
}

img.link-out {
    margin-left: 5px;
    margin-top: -5px;
}

.crx-wl-redirect-new {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    color: #63b1e5;
    text-decoration: none;
}

.crx-wl-redirect-new:hover {
    color: #63b1e5;
    text-decoration: none;
}

.inner-sec-form.para-wrap p {
    font-size: 14px;
    line-height: 20px;
}

.title-xid h3 {
    color: #00a9eb;
    font-family: "Lato-Black";
    font-size: 32px;
    line-height: 38px;
}

.title-xid p {
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
}

label {
    display: inline-block;
    font-size: 18px;
    line-height: 24px;
}

label.form__element__caption {
    font-family: "Lato-Bold";
}

.radio-btn-div label {
    padding-left: 38px;
    position: relative;
    cursor: pointer;
    font-size: 18px;
    line-height: 22px;
    display: flex;
    align-items: center;
    font-weight: normal;
}

.radio-btn-div label input {
    width: 32px;
    height: 32px;
    position: absolute;
    left: 0;
    appearance: none;
    -webkit-appearance: none;
    border: 2px solid #999 !important;
    border-radius: 50%;
    cursor: pointer;
    outline: none;
    transition: border-color 0.3s ease;
}

/* outer ring when selected */
.radio-btn-div label input[type="radio"]:checked {
    border-color: #999;
    background: none !important;
}

.radio-btn-div label input[type="radio"]:checked::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #63b1e5; /* same color as the outer ring */
    border-radius: 50%;
    width: 20px;
    height: 20px;
}

#coupon-activation-form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("../img/carrot_down.svg") #edf9fe no-repeat 95% !important;

    padding: 15px;
    border: none;
    border-radius: 8px;
    cursor: pointer;

    margin-top: 10px;
    display: block;
}

#dob_input_day,
#dob_input_year {
    width: 120px;
    margin-right: 15px;
}

#dob_input_month {
    width: 180px;
    margin-right: 15px;
}

.form__element__validation-error {
    color: #ca2030;
}
/* --- form styling end --- */

/* --- eligibility - T & C section styling start --- */

section.eligiblity-sec {
    padding: 70px;
    background-color: #fff;
}

ul.eligiblity-list {
    margin: 0px;
    padding: 0px;
}

ul.eligiblity-list li {
    font-size: 16px;
    line-height: 24px;
    margin-left: 16px;
    margin-bottom: 15px;
}

section.eligiblity-sec h2 {
    font-size: 17px;
    line-height: 24px;
    font-weight: 600;
}

section.eligiblity-sec p {
    font-size: 16px;
    line-height: 24px;
}

/* --- eligibility - T & C section styling end --- */

.inner-sec-form.eighteen-old-wrap .form-choice:not(.hide),
.inner-sec-form.govsponslbl .form-choice:not(.hide),
.inner-sec-form.info-chkbox .form-choice:not(.hide) {
    display: flex !important;
    flex-wrap: wrap;
}

.lbl-eighteen-old-wrap,
.lbl_govsponslblcss {
    width: 100%;
    flex: 1 1 auto;
}

.para-wrap {
    line-height: 22px;
}

.govsponslblcss {
    font-size: 18px;
    line-height: 22px;
    font-weight: normal;
    width: 732px;
    max-width: 100%;
    margin-top: 10px;
}

.inner-sec-form label {
    font-size: 18px;
    line-height: 24px;
    display: flex;
    align-items: center;
    font-weight: 400;
    color: #000000;
}

input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    display: flex;
    align-content: center;
    justify-content: center;
    font-size: 2rem;
    padding: 0.1rem;
    border: 2px solid #999;
    border-radius: 6px;
    cursor: pointer;
    margin-right: 5px;
}

input[type="checkbox"]::before {
    content: "";
    width: 32px;
    height: 32px;
    clip-path: polygon(28% 38%, 41% 53%, 75% 24%, 86% 38%, 40% 78%, 15% 50%);
    transform: scale(0);
    background-color: #00a8eb;
    top: -3px;
    position: relative;
}

input[type="checkbox"]:checked::before {
    transform: scale(1);
}

input[type="checkbox"][disabled] {
    cursor: default;
    background-color: #ebebeb;
    border: 2px solid #ebebeb;
}

/* Make links with class 'plain-link' look like normal text */
.plain-link {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

#radio-wrapper {
    display: inline-block;
}

.wallet-icon-wrapper img {
    width: 150px;
    height: auto;
    object-fit: cover;
    margin-right: 30px;
    margin-top: 20px;
}

#recieve-sms-alert {
    width: 100%;
}

#receive-text-wrapper {
    padding: 10px;
    border-radius: 19px;
    background-color: #edf9fe;
}

#receive-text-wrapper h3 {
    font-family: "Lato-Bold";
    font-size: 16px;
}

#receive-text-wrapper div {
    font-size: 13px;
}

#receive-text-wrapper a {
    font-family: "Lato-Bold";
    color: #63b1e5;
    text-decoration: none;
}

#receive-text-wrapper .checkbox-wrapper {
    display: block;
}

#learn-more-wrapper {
    padding: 10px;
    border-radius: 19px;
    background-color: #edf9fe;
}

#learn-more-wrapper h3 {
    font-family: "Lato-Bold";
    font-size: 16px;
}

#learn-more-wrapper div {
    font-size: 13px;
}

#learn-more-wrapper a {
    font-family: "Lato-Bold";
    color: #63b1e5;
    text-decoration: none;
}

.checkbox-label-disabled {
    cursor: default;
}

.checkbox-label-enabled {
    cursor: pointer;
}

#learn-more-wrapper .checkbox-wrapper {
    display: block;
}

#receive_any_comm {
    margin-right: 0px;
}

#any-comm-col {
    padding-right: 0px;
    padding-left: 15px;
}

#receive-text-buffer-col {
    display: none;
}

#learn-more-buffer-col {
    display: none;
}

.activate-copay-term p {
    font-size: 16px;
    line-height: 24px;
}

.activate-copay-term p a {
    font-family: "Lato-Bold";
    color: #63b1e5;
    text-decoration: none;
}

.activate-copay-term p a span {
    font-family: "Lato-Regular";
    color: black;
}

.copay-card-btn-wrapper button {
    background-color: #00a9eb;
    font-size: 12px;
    color: #fff;
    border: 0;
    padding: 16px 0px;
    border-radius: 36px;
    font-weight: bold;
    position: relative;
    display: block;
    margin: auto;
    width: 100%;
}

#activate-copay-card-btn img {
    margin-top: -4px;
    margin-left: 10px;
}

.download-copay-card-btn img {
    width: 20px;
    margin-top: -4px;
    margin-left: 5px;
}

.govsponslbl .lbl_govsponslblcss .govsponslblcss {
    font-size: 16px;
    line-height: 22px;
}

.form__element.form-paragraph-text {
    margin-bottom: 8px;
}

.title-xid.inner-sec-form {
    margin-bottom: 40px;
    margin-top: 20px;
}

.scroll-top {
    position: absolute;
    right: 0;
    bottom: 41px;
    cursor: pointer;
}

.already-enroll p {
    font-weight: 500 !important;
    color: #2e2f31;
}

.already-enroll h2 {
    max-width: 515px;
    text-align: center;
}

span.icon-close:hover {
    cursor: pointer;
}

button.form__element {
    outline: none;
}

.eighteen-old-wrap,
.govsponslbl,
.activate-coupon-input-wrapper,
.enrollment-input-wrapper,
#activate-copay-card-btn-wrapper,
#download-copay-card-btn-wrapper,
#activate-miebo-header-wrapper,
#download-miebo-header-wrapper,
#not-elig-txt-wrapper {
    display: none;
}

/* result sections (post form submission) */

.coupon-checkmark-img {
    margin-top: 40px;
}

.result-section-header {
    font-size: 40px;
    line-height: 45px;
    color: #007bc1;
    font-family: "Lato-Black";
    margin-top: 10px;
}

.result-section-txt {
    font-size: 20px;
    max-width: 900px;
    display: block;
    margin: auto;
}

.miebocard-img-wrapper-col {
    padding: 0;
}

#already-enrolled-date-wrapper {
    display: block;
}

/* --- end result sections --- */

/* --- print coupon section styling start --- */

.coupon-checkmark-img {
    width: 60px;
}

.coupon-exclamation-img {
    width: 80px;
}

#print-card-img-btn-row {
    background-color: #fff;
    min-height: 300px;
    padding: 30px;
}

.thankyou-example-card-img {
    width: 100%;
}

#thankyou-example-card-img-mb {
    display: block;
    margin: auto;
}

#thankyou-example-card-img-dt {
    display: none;
}

#thankyou-download-card-btn {
    margin: auto;
    margin-top: 30px;
    margin-bottom: 0px;
}
/* --- print coupon section styling end --- */

#already-enrolled-section a,
#api-error-section a {
    color: #000;
    text-decoration: none;
}

/* --- footer styling start --- */
footer {
    background-color: #482b74;
    padding: 60px 0px;
    display: flex;
}

ul.eligiblity-list {
    margin: 0px;
    padding: 0px;
}

ul.eligiblity-list li {
    font-size: 16px;
    line-height: 24px;
    margin-left: 16px;
    margin-bottom: 15px;
}

section.eligiblity-sec h2 {
    font-size: 17px;
    line-height: 24px;
    font-weight: 600;
}

section.eligiblity-sec p {
    font-size: 16px;
    line-height: 24px;
}

ul.xid-copat-top-foot-list {
    padding: 0px;
    margin: 30px 0px 15px;
    list-style-type: none;
}

ul.xid-copat-top-foot-list li {
    display: block;
    margin-top: 20px;
    font-size: 14px;
    line-height: 22px;
}

ul.xid-copat-top-foot-list li a {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
}

ul.xid-copat-top-foot-list li a:hover {
    text-decoration: underline;
}

.copay-footer p {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
}

ul.global-list {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

ul.global-list li {
    display: block;
    margin-top: 20px;
}

ul.global-list li a {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    line-height: 22px;
    text-decoration: none;
}

ul.global-list li a:hover {
    text-decoration: underline;
}

ul.eligiblity-list li a {
    color: #000;
    text-decoration: none;
}

ul.eligiblity-list li a:hover {
    text-decoration: underline;
}

.scroll-top {
    position: absolute;
    right: 0;
    bottom: 41px;
    cursor: pointer;
    width: 37px;
}

/* footer styling end */
@media only screen and (max-width: 992px) {
    .miebocard-img-wrapper {
        margin-bottom: -20px;
    }

    .logo-wrap {
        margin-bottom: 0px;
    }

    .card-banner-sec {
        padding-top: 0px;
    }

    .user-txt-wrap h2 {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .user-txt-wrap p {
        font-size: 20px;
    }

    .card-col {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .user-card {
        margin-bottom: 0px;
    }

    .already-have-card-container ul {
        margin-top: 0px;
        gap: 20px;
    }
}

@media only screen and (max-width: 991px) {
    .scroll-top {
        right: 15px;
    }

    section.eligiblity-sec {
        padding: 70px 0px;
        background-color: #fff;
        margin-bottom: 3px;
    }

    .ineligibleWrap ul {
        flex-direction: column;
        align-items: center;
    }

    .card-print-sec {
        flex-direction: column;
        padding: 24px 0px;
    }

    .card-print-sec img {
        margin-bottom: 40px;
    }

    .top-print-download h2 {
        text-align: center;
    }

    .cpy-downloade-card {
        padding: 11px 21px;
    }

    span.cpy-downloade-card a img {
        width: 14px;
        margin-left: 8px;
        top: 0px;
        margin-bottom: 0px;
    }

    .ineligible-cont h2 {
        font-size: 28px;
        text-align: center;
    }

    .ineligible-cont p {
        text-align: center;
        font-size: 20px;
    }

    .top-print-download h2 {
        font-size: 28px;
    }

    .top-print-download p {
        font-size: 20px;
    }

    .already-enroll p {
        text-align: center;
        font-size: 20px;
    }

    .ineligibleWrap ul li {
        width: 100%;
        text-align: center;

        font-size: 20px;
    }
}

@media only screen and (max-width: 515px) {
    .miebocard-img-dt {
        width: 470px;
        margin-right: -70px;
    }
}

@media only screen and (max-width: 500px) {
    #thankyou-download-card-btn {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media only screen and (max-width: 470px) {
    .miebocard-img-dt {
        width: 470px;
        margin-right: -90px;
    }
}

@media only screen and (max-width: 450px) {
    .bg-blue:has(.miebo-copay-card-sec ul li input:checked) {
        background-size: 100% 1230px !important;
        background-color: #e0effa;
        padding-bottom: 18px;
        margin-bottom: 40px;
    }

    .info-chkbox.active .form-choice .info-source-checkbox {
        width: 100%;
    }

    .chk_lrxn_more.inner-sec-form label {
        flex-direction: column;
        align-items: start;
    }

    .chk_lrxn_more.inner-sec-form label input {
        margin-bottom: 10px;
    }

    .lrnMore-cond.inner-sec-form {
        padding-left: 0px;
    }

    .comm-mode.inner-sec-form {
        padding-left: 0px;
    }

    .comm-radio-btn {
        width: 50%;
    }

    .lrnMore-cond.inner-sec-form p:last-child {
        margin: 0;
    }

    .inner-sec-form.consent-chk-div.active label {
        flex-direction: column;
    }

    .inner-sec-form.consent-chk-div.active label input {
        margin-bottom: 10px;
    }
    .copay-footer p {
        font-weight: 400;
    }
    .sms-content h2 {
        font-size: 28px;
        line-height: 35px;
    }
    .user-txt-wrap h2 {
        font-size: 28px;
    }
    .miebo-copay-card-sec ul li label {
        font-size: 18px;
    }
    .header img {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 430px) {
    .miebocard-img-dt {
        width: 470px;
        margin-right: -110px;
    }
}

@media only screen and (max-width: 350px) {
    .miebocard-img-dt {
        width: 450px;
        margin-right: -110px;
    }
}

@media only screen and (max-width: 391px) {
    .miebo-copay-card-sec ul {
        gap: 0px;
    }

    .miebo-copay-card-sec ul li:last-child {
        margin-top: 30px;
    }

    #thankyou-print-coupon .miebocard-img-dt {
        width: 450px;
    }
}

@media only screen and (max-width: 391px) {
    #thankyou-print-coupon .miebocard-img-dt {
        width: 420px;
    }
}

@media only screen and (min-width: 320px) {
    #learn-more-wrapper .checkbox-wrapper {
        display: inline-block;
    }

    #sms-alert-checkbox-wrapper {
        margin-left: 20px;
    }
}

@media only screen and (min-width: 380px) {
    .copay-card-btn-wrapper button {
        font-size: 16px;
    }

    .download-copay-card-btn img {
        width: 30px;
    }
}

@media only screen and (min-width: 510px) {
    #coupon-activation-form select {
        display: inline-block;
    }
}

@media only screen and (min-width: 576px) {
    .thankyou-example-card-img {
        max-width: 400px;
    }

    #already-enrolled-date-wrapper {
        display: inline-block;
        margin-left: 30px;
    }
}

@media only screen and (min-width: 768px) {
    .form__main_body {
        padding-left: 50px;
        padding-right: 50px;
        border-radius: 19px;
    }

    #receive-text-buffer-col {
        display: block;
    }

    #learn-more-buffer-col {
        display: block;
    }

    /* --- print coupon section styling start --- */
    .thankyou-example-card-img {
        max-width: 400px;
        width: 400px;
    }

    #thankyou-example-card-img-mb {
        display: none;
    }

    #thankyou-example-card-img-dt {
        display: block;
        float: right;
        margin-right: -100px;
    }

    #thankyou-download-card-btn {
        margin-top: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
    }

    #print-card-img-btn-row {
        border-radius: 19px;
        margin-left: 10px;
        margin-right: 10px;
    }
    /* --- print coupon section styling end --- */

    /* --- start footer styling --- */
    ul.xid-copat-top-foot-list li {
        display: inline-flex;
        margin-right: 30px;
        margin-top: 0px;
    }

    .copay-footer p {
        margin-bottom: 30px;
    }

    ul.global-list li {
        display: inline-flex;
        margin-top: 0px;
        margin-right: 30px;
    }
    /* --- end footer styling --- */
}

@media only screen and (min-width: 992px) {
    /* --- header styling for large screens start --- */
    .header {
        background: url("../img/header-bg.png") no-repeat top right !important;
        background-size: 71% 95px !important;
        position: relative;
    }

    .header img {
        width: 241px;
        margin-top: 36px;
    }

    .header h1 {
        color: #fff;
        width: 100%;
        font-size: 38px;
        font-weight: 500;
        margin-bottom: 0px;
    }

    .logo-wrap {
        text-align: left;
        margin: 0;
    }

    .mb-logo {
        order: 0;
    }

    .saving-title {
        display: flex;
        height: 95px;
        align-items: center;
        text-align: left;
    }

    .card-banner-sec {
        margin-bottom: 30px;
    }
    /* --- end header styling  --- */

    /* --- start hero banner styling  --- */
    .miebocard-img {
        max-width: 550px;
        margin-right: -100px;
    }

    .user-txt-wrap {
        display: block;
    }

    .user-txt-wrap h2 {
        text-align: left;
        font-size: 43px;
    }

    .user-txt-wrap p {
        width: 500px;
        margin: 0px;
        font-size: 22px;
        text-align: left;
        flex-direction: row;
    }

    .user-txt-wrap p > span {
        font-size: 38px;
    }

    .card-banner-sec .term-cond {
        font-size: 10px;
        text-align: left;
    }
    /* --- end hero banner styling --- */

    /* --- start have miebo card option styling --- */
    .have-card-option-wrapper ul {
        flex-direction: row;
    }

    .already-have-card-container {
        padding-left: 50px;
        padding-right: 50px;
    }
    /* --- end have miebo card option styling --- */

    /* --- main form styling start --- */

    .form__main_body {
        padding-top: 100px;
        padding-bottom: 50px;
        padding-left: 50px;
        padding-right: 50px;

        margin-top: -75px; /* move up under already have copay buttons */
        margin-bottom: 60px;

        border-radius: 19px;
    }

    input[type="checkbox"] {
        margin-right: 15px;
    }

    #receive-text-wrapper {
        padding: 40px;
    }

    #learn-more-wrapper {
        padding: 40px;
    }

    #sms-alert-checkbox-wrapper {
        margin-left: 40px;
    }

    /* --- end main form styling --- */

    .copay-card-btn-wrapper button {
        font-size: 16px;
        padding: 16px 70px;
        max-width: 500px;
        min-width: 300px;
    }

    .download-copay-card-btn img {
        width: 35px;
        margin-top: -4px;
        margin-left: 5px;
    }

    .thankyou-example-card-img {
        max-width: 500px;
        width: 500px;
    }
}

@media only screen and (min-width: 1600px) {
    .header img {
        margin-left: -100px;
    }
}

@media only screen and (min-width: 1900px) {
    .header img {
        margin-left: -150px;
    }
}
