/* Bold */
@font-face {
    font-family: 'BebasNeue';
    src: url('fonts/BebasNeue-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

/* Book */
@font-face {
    font-family: 'BebasNeue';
    src: url('fonts/BebasNeue-Book.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

/* Light */
@font-face {
    font-family: 'BebasNeue';
    src: url('fonts/BebasNeue-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

/* Regular */
@font-face {
    font-family: 'BebasNeue';
    src: url('fonts/BebasNeue-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* Thin */
@font-face {
    font-family: 'BebasNeue';
    src: url('fonts/BebasNeue-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}


/* Example usage */
body {
    font-family: "Roboto", sans-serif;
}

html {
    overflow-x: hidden;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

a:hover {
    color: #fff !important;
}

a {
    text-decoration: none !important;
    color: #000;
}

ul li {
    list-style: none;
}

ul {
    padding: 0;
    margin: 0;
}

:root {
    --main-color: #ff6900;
    --black-color: #000;
    --white-color: #fff;
    --text-color: #0b0605;
    --background-color: #f7f1e6;
    --box-shadow: #6e6f7c;
    --yellow-color: #f2d00b;
    --orange: #ff7a00;
    --black: #0b0610;
    --muted: #9c9c9c;
    --input-bg: #fbfdff;
    --border: #bcbcbc;

    --font-family-14: 14px;
    --font-family-16: 16px;
    --font-family-18: 18px;
    --font-family-20: 20px;
    --font-family-22: 22px;
    --font-family-24: 24px;
    --font-family-26: 26px;
    --font-family-28: 28px;
    --font-family-30: 30px;
    --font-family-32: 32px;
    --font-family-34: 34px;
    --font-family-36: 36px;
    --font-family-38: 38px;
    --font-family-40: 40px;
    --font-family-42: 42px;
    --font-family-44: 44px;
    --font-family-46: 46px;
    --font-family-48: 48px;
    --font-family-50: 50px;
    --font-family-52: 52px;
    --font-family-55: 55px;
    --font-family-60: 60px;
    --font-family-64: 64px;
}



.checkout_mobile {
    display: none;
}

.checkout_popup {
    position: relative;
}

.container {
    margin: auto;
    max-width: 1280px;
}

.top-warning {
    background: #0d0d0d;
    color: #a8abad;
    font-size: var(--font-family-16);
    padding: 10px 0;
    font-weight: 500;
    text-align: center;
}

.heading_page span.text-orange {
    font-size: 90px;
    font-weight: 300;
    display: block;
}

h2.heading_page {
    font-size: 30px;
    font-weight: 300 !important;
    line-height: 18px;
    margin: 16px;
}

.Qualify_now {
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: center;
}

.Qualify_now ul li {
    list-style: disc;
}

.Qualify_now ul {
    display: flex;
    align-items: center;
    gap: 30px;
}


.form-container {
    background: #fff;
    border-radius: 30px;
    position: relative;
    border: none !important;

}


.form-container h2.text-orange {
    font-size: 42px;
    font-weight: 600;
    line-height: 27px;
}

.form-container h4 {
    font-size: 26px;
}

.form-container .one {
    padding: 10px 30px 10px;
    text-align: center;
}

.form-container .card_destials {
    padding: 30px 30px 15px 30px;
    text-align: center;
    background-color: #F7F1E6;

}

button.btn.form_submit-button.btn-orange.w-100 {
    background-color: var(--main-color);
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    padding: 14px;
    font-size: 21px;
}

.form-container .card_destials h5 {
    font-size: 23px;
}

.form-container .card_destials p {
    font-size: 19px;
    line-height: 23px;
    margin-top: 15px;
    margin-bottom: 6px;
}

.form-container .card_destials div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.form-container .card_destials div a {
    font-size: 19px;
}

.form-container .form label {
    font-size: 18px;
}

.form-container .form input {
    border-radius: 12px;
    border: 1px solid #858888;
    margin-bottom: 10px !important;
    font-size: 18px;
}

.form-container .form p {
    font-size: 18px;
}

.form-container .form .btn-orange {
    padding: 12px 20px;
    font-size: 20px;
}

p.secure-text {
    font-size: var(--font-family-18);
    font-family: revert;
    margin-top: 0px;
    text-align: center;
    color: #555;
}

p.secure-text img {
    margin-right: 10px;
    width: 12px;
}

.form_arrow_icon {
    position: absolute;
    bottom: 160px;
    right: -19px;
    width: 11%;
}

.Secure_image {
    display: flex;
    align-items: center;
    justify-content: center;
}


.payment_icons {
    margin-top: 40px;
}

img.footet_icon {
    margin-top: 40px;
    filter: grayscale(1);
    width: 14%;
}

.card-section-content div p.small span {
    color: #c70000;
}

.footer_content_description a:hover {
    color: var(--main-color) !important;
}

.footer_content_description {
    margin-bottom: 7vw;
}

.footer_content_description div {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 50px;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 25px;
}

.footer_content_description p {
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 25px;
    width: 60%;
    margin: auto;
}

.copy_right_content {
    display: block;
    margin-top: 30px;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 25px;
}

.cart_show_div {
    background: url(../images/back-image-cart.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    align-items: center;
    padding: 0px 24px;
    text-align: left;
    gap: 20px;
    margin: 34px 0 25px;
}

.cart_show_div p {
    font-size: 20px;
    line-height: 26px;
}

.cart_show_div img {
    width: 20%;
    margin-top: -3px;
}

.billing_same {
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
}


@media screen and (min-width:300px) and (max-width: 767px) {
    .footer_content_description p {
        width: 100%;
        font-size: 14px;
        font-weight: 300;
    }

    .footer_content_description div {
        font-size: 10px;
        gap: 10px !important;
    }

    .Secure_image img.img-fluid {
        width: 60%;
        margin-top: 10px;
    }

    .checkout_mobile {
        display: block;
    }
    .cart_show_div {
    background-size: cover;
}
}





/* Packeage Page css  */


.wrap {
    max-width: 767px;
    margin: 0 auto;
    padding: 18px 20px 60px;
}

.promo {
    background: var(--black);
    color: white;
    text-align: center;
    padding: 10px 0;
    font-weight: 600;
    letter-spacing: 0.6px;
    font-size: 13px;
    background: #000;
}

header.brand {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    padding: 18px 0 6px;
}

header.brand img {
    width: 50%;
}

h1.title {
    margin: 0;
    font-weight: 500;
    font-size: 30px;
    letter-spacing: 2px;
    text-align: center;
}

.subtitle {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    margin-top: 8px;
}

.divider {
    height: 4px;
    width: 100%;
    background: var(--orange);
    margin: 14px 0 20px;
    border-radius: 8px;
}


@media screen and (min-width: 300px) and (max-width: 767px) {


    .product_image div {
        gap: 0px !important;
    }

    .product_image img {
        max-width: 90px !important;
        height: 100px !important;
    }

    .product_image {
        padding-left: 0 !important;
        width: 57% !important;
    }

    .card-section-content p.small {
        margin-bottom: 1px !important;
    }

    .card-section-content div {
        width: 76% !important;
    }

    .card-section-content h6 {
        font-size: 16px !important;
    }

    .card-section-content div .retail {
        font-size: 14px !important;
    }

    .card-section-content div h3.fw-bold {
        font-size: 27px !important;
    }

    .product_image img:nth-child(2) {
        max-width: 70% !important;
        height: auto !important;
    }

    .product_image p {
        font-size: 14px !important;
        letter-spacing: 0px !important;
        font-weight: 600 !important;
    }

    .offer-card {
        flex-wrap: wrap;
    }

    .selected .select_package {
        background: url(../images/background-image-mobile.png) !important;
    }

    .select_package {
        background: url(../images/background_img.png);
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        align-items: center;
        padding: 1px 44px;
        text-align: left;
        color: #fff;
        gap: 16px;
        margin: 12px 0 0px -43px;
        height: 72px;
    }

    .offer-card {
        border-color: #494949 !important;
        overflow: hidden;
    }

    .selected.offer-card {
        border-color: var(--main-color) !important;

    }

    .select_package p {
        font-size: 13px;
        line-height: 19px;
        margin-bottom: 0;
        width: 24%;
        display: block;
        margin-top: -12px;
    }

    .select_package p strong {
        font-size: 21px;
    }

    .select_package>strong {
        font-size: 13px;
        margin-left: -20px;
        width: 100%;
        white-space: nowrap;
        margin-top: -20px;
    }

    .selected .select_package img {
        opacity: 1;
    }

    .select_package img {
        opacity: 0;
        width: 12%;
        margin-top: -50px;
        margin-left: 41px;
    }

    .icons-row img {
        width: 28px;
        height: auto;
    }

    .icon {
        font-size: 12px;
        color: #000000;
    }

    .disclaimer {
        font-size: 12.5px;
        color: #8a8a8a;
        line-height: 1.5;
        margin-top: 18px;
        text-align: left;
        padding: 0 4px;
    }

    .links {
        margin-top: 20px;
        text-align: center;
        color: #000000;
        font-size: 12px;
        letter-spacing: 1px;
    }

    footer.copy {
        text-align: center;
        color: #000000;
        font-size: 14px;
        margin-top: 22px;
    }

    .Approved_content_class p {
        font-size: 12px;
        font-weight: 600;
        color: #494949;
    }

    .Approved_content_class span {
        font-size: 16px;
        font-weight: 600;
        color: #d80303;
    }

    .package_mobile {
        display: block !important;
    }
}

.package_mobile {
    display: none;
}