
.desktop_none {
    display: none;
}
.mobile_none {
    display: block;
}
.ms_32 {
    margin-left: 32px;
}
/* ----------------------- Checkbox ----------------------- */

.c-checkbox input[type='checkbox']:checked~label:after, .c-checkbox input[type='checkbox']:checked~.label:after {
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    opacity: 1;
    visibility: visible;
}
.c-checkbox>.c-div>label:before, .c-checkbox>.c-div>.label:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    background: transparent;
    border: 1.9px solid #00173E;
    box-sizing: border-box;
    box-shadow: inset 0px 4px 4px rgb(0 0 0 / 5%);
    border-radius: 3px;
    top: 4px;
    left: 0px;
}
input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}
.c-checkbox input[type='checkbox'] {
    display: none;
}
.c-checkbox input[type='checkbox']~label:after, .c-checkbox input[type='checkbox']~.label:after {
    content: '✔';
    display: block;
    position: absolute;
    color: #00173E !important;
    border-radius: 0;
    border: 0;
    font-family: Poppins;
    font-size: 10px;
    text-align: center;
    line-height: 12px;
    height: 1px;
    width: 1px;
    left: 4px;
    top: 6px;
    transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transition: all .15s ease;
    -ms-transition: all .15s ease;
    transition: all .15s ease;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.c-checkbox {
    position: relative;
    margin-bottom: 26px;
}
.login_strong {
    font-family: 'Helvetica';
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.5px;
    color: #000000;
    margin-bottom: 24px;
}
.login_strong > .link_re_global {
    font-family: 'Helvetica';
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.5px;
    color: #6A9E15;
    margin-bottom: 24px;
    text-decoration: none;
}

.dash_one_img {
    position: absolute;
    left: 158px;
    top: 110px;
}
.dash_v_left {
    position: absolute;
    left: 82px;
    bottom: -100px;
}
.dash_v_right {
    position: absolute;
    right: 0px;
    top: -56px;
}
.dash_ze_bottom {
    position: absolute;
    right: 0px;
    bottom: -100px;
}
/* ----------------------- Login / Register Page ----------------------- */

.top_div {
    background: url(../img/login_desk_banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 204px;
    padding-bottom: 171px;
}
.login_top_title {
    font-family: 'Galvji-Bold';
    font-weight: 700;
    font-size: 72px;
    line-height: 80px;
    text-align: center;
    letter-spacing: 4px;
    text-transform: capitalize;
    color: #E8F1E0;
    margin-bottom: 0px;
}
.bottom_div {
    background-color: #FFFFFF;
    padding-top: 64px;
    padding-bottom: 64px;
}
.bottom_frame {
    width: 1440px;
}
.login_text, .register_text {
    font-family: 'Galvji-Bold';
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    text-transform: capitalize;
    color: #6A9E15;
}
.vector_div {
    border: 2px solid #6A9E15;
    height: 16px;
    position: relative;
    top: 6px;
}
.global_input, .global_input:focus {
    padding: 16px;
    gap: 8px;
    background-color: #E8F1E0;
    border: 1px solid #6A9E15;
    font-family: 'Helvetica';
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 1px;
    color: #000000;
    box-shadow: none;
}
.forgot_pass {
    font-family: 'Helvetica';
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 1px;
    color: #6A9E15;
}
.btn_main {
    padding: 16px;
    gap: 8px;
    background: #6A9E15;
    font-family: 'Galvji-Bold';
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 1px;
    color: #000000;
    border-radius: 0px;
}
.btn_main_light {
    padding: 16px;
    gap: 8px;
    background: transparent;
    font-family: 'Galvji-Bold';
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 1px;
    color: #6A9E15;
    border: 2px solid #6A9E15;
    border-radius: 0px;
}
.login_title_frame {
    /* width: 560px; */
    padding-top: 161px;
    padding-left: 80px;
}
.register_title_frame {
    /* width: 560px; */
    padding-top: 47px;
    padding-left: 80px;
}

/* ----------------------- Purchase Page ----------------------- */

.purchase_section {
    background: #FFFFFF;
    margin-top: 94px;
}
.purchase_frame {
    border: 4px solid #6A9E15;
    padding: 40px;
    gap: 26px;
    width: 865px;
    margin-top: 104px;
    margin-bottom: 104px;
}
.purchase_title {
    font-family: 'Galvji-Bold';
    font-weight: 700;
    font-size: 72px;
    line-height: 80px;
    text-align: center;
    letter-spacing: 4px;
    text-transform: capitalize;
    color: #6A9E15;
    margin-bottom: 16px;
}
.purchase_subtitle {
    font-family: 'Helvetica';
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 1px;
    color: #000000;
    margin-bottom: 26px;
    width: 528px;
    margin-left: auto;
    margin-right: auto;
}

/* ----------------------- Dashboard Page ----------------------- */

.dashboard_section {
    background: #FFFFFF;
    margin-top: 94px;
}
.dashboard_main_frame {
    width: 960px;
    margin-top: 104px;
    margin-bottom: 109px;
}
.dashboard_title {
    font-family: 'Galvji-Bold';
    font-weight: 700;
    font-size: 72px;
    line-height: 80px;
    text-align: center;
    letter-spacing: 4px;
    text-transform: capitalize;
    color: #6A9E15;
    margin-bottom: 40px;
}
.dashboard_btn_div {
    width: 580px;
}
.account_details_frame {
    width: 709px;
    padding: 40px;
    gap: 40px;
    border: 4px solid #6A9E15;
    margin-top: 64px;
}
.account_details_title {
    font-family: 'Galvji';
    font-weight: 400;
    font-size: 48px;
    line-height: 57px;
    text-transform: capitalize;
    color: #6A9E15;
    margin-bottom: 40px;
}
.order_history_frame {
    width: 946px;
    padding: 40px;
    gap: 24px;
    border: 4px solid #6A9E15;
    margin-top: 64px;
}
.t_title {
    font-family: 'Galvji-Bold';
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    text-transform: capitalize;
    color: #6A9E15;
    margin-bottom: 16px;
    width: max-content;
}
.t_order_number {
    font-family: 'Galvji-Bold';
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 18px;
    margin-top: 18px;
    width: max-content;
}
.t_details {
    font-family: 'Helvetica';
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #000000;
    letter-spacing: 1px;
    margin-bottom: 21px;
    margin-top: 21px;
    width: max-content;
}
.t_total {
    font-family: 'Galvji-Bold';
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #6A9E15;
    margin-bottom: 18px;
    margin-top: 18px;
    width: max-content;
}
.download_btn {
    padding: 0px;
    margin-top: 16px;
    margin-bottom: 16px;
    width: max-content;
}
.page_nation {
    width: fit-content;
    margin-top: 40px;
}
.page_nation_btn {
    border: 2px solid #000000;
    margin: 4px;
    padding: 14px 17px;
    font-family: 'Galvji-Bold';
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    text-align: center;
    margin-bottom: 0px;
    width: 52px;
    height: 52px;
}
.page-item:first-child .page-link.page_nation_btn {
    margin-left: 1px;
    margin-right: 1px;
}
.cart_right_frame {
    margin-left: 80px;
}
.subtotal_text {
    font-family: 'Galvji-Bold';
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 0px;
}
.total_text {
    font-family: 'Galvji-Bold';
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #6A9E15;
    margin-bottom: 0px;
}
.cart_title {
    font-family: 'Galvji-Bold';
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #6A9E15;
    margin-bottom: 8px;
}
.cart_details {
    font-family: 'Helvetica';
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 1px;
    color: #000000;
    margin-top: 8px;
    margin-bottom: 0px;
}
.border_none {
    border: none;
}

.border_div {
    border-bottom: 1px solid #6A9E15;
}

/* ----------------------- Error Page ----------------------- */

.error_section {
    background: url(../img/error_back.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.error_div {
    width: 475px;
    padding: 40px;
    gap: 26px;
    border: 4px solid #6A9E15;
    margin-top: 265px;
    margin-bottom: 165px;
}
.error_title {
    font-family: 'Galvji-Bold';
    font-weight: 700;
    font-size: 72px;
    line-height: 80px;
    text-align: center;
    letter-spacing: 4px;
    text-transform: capitalize;
    color: #E8F1E0;
    margin-bottom: 16px;
}
.error_subtitle {
    font-family: 'Helvetica';
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 1px;
    color: #FFFFFF;
    margin-bottom: 26px;
}
.contact_frame {
    margin-left: 80px;
}
.cart_top_div {
    background: url(../img/cart_banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 204px;
    padding-bottom: 171px;
}
.contact_top_div {
    background: url(../img/contact_top.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 204px;
    padding-bottom: 171px;
}
.contact_title {
    font-family: 'Galvji';
    font-weight: 400;
    font-size: 48px;
    line-height: 57px;
    text-transform: capitalize;
    color: #6A9E15;
    margin-bottom: 32px;
}
.contact_subtitle {
    font-family: 'Galvji-Bold';
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    text-transform: capitalize;
    color: #6A9E15;
    margin-bottom: 8px;
}
.contact_details {
    font-family: 'Galvji-Bold';
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    text-transform: capitalize;
    color: #000000;
    margin-bottom: 32px;
}


.faq_top_div {
    background: url(../img/faq_banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 204px;
    padding-bottom: 91px;
}
.faq_top_div>h1 {
    width: 798px;
    margin-left: auto;
    margin-right: auto;
}
.accordion_frame {
    width: 963px;
}
.faq_accordion {
    border: 2px solid #6A9E15;
    border-radius: 0px!important;
    margin-bottom: 32px;
}
.faq_accordion_button {
    font-family: 'Galvji-Bold';
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    text-transform: capitalize;
    color: #6A9E15;
    margin-bottom: 0px;
    padding: 16px;
}
.faq_accordion:not(:first-of-type) {
    border: 2px solid #6A9E15;
}
.faq_accordion:first-child, .faq_accordion:last-child {
    border: 2px solid #6A9E15!important;
}
.faq_body {
    font-family: 'Helvetica';
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 1px;
    text-transform: capitalize;
    color: #000000;
    margin-bottom: 0px;
}
.faq_last_div{
    background-color: #0e0e0e;
}
.faq_last_girl {
    background: url(../img/faq_girl.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.faq_frame {
    border: 4px solid #6A9E15;
    width: 549px;
    margin-top: 116px;
    margin-bottom: 173px;
    padding: 40px;
    gap: 40px;
}
.faq_frame_title {
    font-family: 'Galvji';
    font-weight: 400;
    font-size: 48px;
    line-height: 57px;
    text-transform: capitalize;
    color: #6A9E15;
    margin-bottom: 32px;
}
.faq_frame_subtitle {
    font-family: 'Helvetica';
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 1px;
    color: #FFFFFF;
    margin-bottom: 40px;
}
.faq_accordion_button:focus {
    color: #6A9E15!important;
    border-color: none!important;
    box-shadow: none;
}
.faq_accordion_button:not(.collapsed) {
    background-color: #FFFFFF;
    color: #6A9E15;
    box-shadow: none;
}
.faq_accordion_button:not(.collapsed)::after {
    background-image: url(../img/minus.png);
    margin-top: -13px!important;
}
.faq_accordion_button::after {
    background-image: url(../img/plus.png);
}