/* RESET PASSWORD */

.res_pass {
    background-image: url(../image/res_bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 0px;

}

.left_res_sec {
    background: url(../image/res_lef_bg.png) lightgray -172.981px -476.313px / 133.298% 145.946% no-repeat;
    /* background-image: url(../image/res_lef_bg.png); */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 54.6%;
    height: 1080px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0px 27px 27px 0px;
}

.left_fgp_sec {
    background: url(../image/fgp_bg.png) lightgray -172.981px -476.313px / 133.298% 145.946% no-repeat;
    /* background-image: url(../image/res_lef_bg.png); */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 55.4%;
    height: 1080px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0px 27px 27px 0px;
}

.com_on_box {
    display: flex;

}

.res_pass_box {
    display: flex;
    width: 525px;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--Lrg, 40px);
}

.res_title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.res_title h4 {
    color: var(--Accent-Red-Accent, #9F0000);
    font-family: "DM Sans";
    font-size: 49px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: capitalize;
    margin-bottom: 0px;
}

.res_title p {
    color: var(--Darker-Grey, #151515);
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 112%;
    letter-spacing: 0.36px;
    margin-bottom: 0px;

}

.right_res_sec {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 116px;
}

.name_form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
    position: relative;
    width: 100%;
}

.eye-btn {
    position: absolute;
    top: 72%;
    right: 16px;
    transform: translateY(-50%);
    cursor: pointer;
}



.name_form label {
    color: var(--Darker-Grey, #151515);
    font-family: "DM Sans";
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.39px;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.inpu_box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
}

.inpi_boxx {
    display: flex;
    padding: 16px;
    align-items: center;
    gap: var(--Sml, 10px);
    align-self: stretch;
    border-radius: 13px;
    border: 1px solid var(--Nuetral-Stroke, #BEBEBE);
    background-color: #FFF;
    color: var(--Darker-Grey, #151515);
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 112%;
    letter-spacing: 0.36px;
    margin-bottom: 0px;

}

.btn_white {
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: var(--Sml, 10px);
    border-radius: 60px;
    border: 1px solid var(--Accent-Red-Accent, #9F0000);
    color: var(--Accent-Red-Accent, #9F0000);
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 166%;
    letter-spacing: 0.36px;
    text-transform: uppercase;
    margin-bottom: 0px;
    width: 100%;

}

.btn_redd {
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: var(--Sml, 10px);
    border-radius: 60px;
    background: var(--Accent-Red-Accent, #9F0000);
    color: var(--Nuetral-Almost-White, #FAFAFA);
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 166%;
    letter-spacing: 0.36px;
    text-transform: uppercase;
    margin-bottom: 0px;
    width: 100%;

}

.btn_white:hover {
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: var(--Sml, 10px);
    border-radius: 60px;
    border: 1px solid var(--Accent-Red-Accent, #9F0000);
    color: var(--Accent-Red-Accent, #9F0000);
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 166%;
    letter-spacing: 0.36px;
    text-transform: uppercase;
    margin-bottom: 0px;
    width: 100%;

}

.btn_redd:hover {
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: var(--Sml, 10px);
    border-radius: 60px;
    background: var(--Accent-Red-Accent, #9F0000);
    color: var(--Nuetral-Almost-White, #FAFAFA);
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 166%;
    letter-spacing: 0.36px;
    text-transform: uppercase;
    margin-bottom: 0px;
    width: 100%;

}

.dual_btn {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
}



/* FORGET PASSWORD */
.left_fgp_sec {
    background: url(../image/fgp_bg.png) lightgray -172.981px -476.313px / 133.298% 145.946% no-repeat;
    /* background-image: url(../image/res_lef_bg.png); */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 54.6%;
    height: 1080px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0px 27px 27px 0px;
}


/* MODAL */

.forget_content {
    display: flex;
    width: 554px;
    padding: 32px;
    flex-direction: column;
    align-items: center;
    gap: var(--Lrg, 40px);
    border-radius: 27px;
    background: var(--Nuetral-Almost-White, #FAFAFA);
}

.payment_failed_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    align-self: stretch;
}

.payment_failed_ttitlr {
    color: var(--Accent-Red-Accent, #9F0000);
    text-align: center;
    font-family: "DM Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 122%;
    /* 39.04px */
    text-transform: capitalize;
    margin-bottom: 0px;
}

.subtitle {
    color: var(--Darker-Grey, #151515);
    text-align: center;
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 112%;
    /* 20.16px */
    letter-spacing: 0.36px;
    margin-bottom: 0px;

}

.paymet_failed_modal {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--Lrg, 40px);
}

.forget_dailog {
    width: 100%;
    max-width: 554px;
}

/* SECURE CHECKOUT */

.chek {
    background: url(../image/CHECK_OTU.png) center center / 100% 100% no-repeat;
    background-size: cover;
    width: 100%;
}

.chek_sum{
        background: url(../image/Checkout_summ.png) center top / 100% 100% no-repeat;
    background-size: cover;
    width: 100%;
}

.check_out_top {
    background-image: url(../image/sc_hero.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 94px 0px 0px;
}


.sc_top_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
}

.sc_top_box h4 {
    color: var(--Nuetral-Almost-White, #FAFAFA);
    text-align: center;
    font-family: "DM Sans";
    font-size: 70px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.sc_top_box p {
    color: var(--Nuetral-Almost-White, #FAFAFA);
    text-align: center;
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 112%;
    letter-spacing: 0.36px;
    margin-bottom: 0px;
    width: 100%;
    max-width: 503px;

}


.sec_down_box {
    display: flex;
    padding: 88px 0px;
    justify-content: center;
    align-items: flex-start;
    gap: 70px;
}

.personal_information_b {
    display: flex;
    width: 100%;
    max-width: 757px;
    padding: 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    border-radius: 27px;
    border: 1px solid var(--Nuetral-Stroke, #BEBEBE);
    background: var(--Nuetral-Almost-White, #FAFAFA);
}

.summ_ary {
    display: flex;
    width: 100%;
    max-width: 613px;
    padding: 32px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    gap: 32px;
    border-radius: 27px;
    border: 1px solid var(--Nuetral-Stroke, #BEBEBE);
    background: var(--Nuetral-Almost-White, #FAFAFA);
}

.suumary_title {
    color: var(--Accent-Red-Accent, #9F0000);
    font-family: "DM Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 122%;
    text-transform: capitalize;
    margin-bottom: 0px;
}


.radio_title {
    color: var(--Darker-Grey, #151515);
    font-family: "DM Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 20px */
    text-transform: capitalize;
    margin-bottom: 0px;

}

.radio_box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
}

.check_boxex {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
}

.frm {
    padding: 24px;
    border-radius: 15px;
    border: 1px solid var(--Nuetral-Stroke, #BEBEBE);
}

.form_radio {
    display: flex;
    gap: 24px;
    align-items: flex-start;
    justify-content: center;
}

.check_label {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 16px;
}

.icon_title {
    color: var(--Accent-Red-Accent, #9F0000);
    font-family: "DM Sans";
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: capitalize;
    margin-bottom: 0px;
}

.form_radio .chek_inpoot:checked {
    background-image: url(../image/Fields.png);
}

.icon_subtitle {
    color: var(--Darker-Grey, #151515);
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 112%;
    letter-spacing: 0.36px;
    margin-bottom: 0px;
}

.split_box {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
    width: 100%;
}

.upper_split {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    width: 100%;
}

.impuut {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
    width: 100%;
}

.suus {
    color: var(--Darker-Grey, #151515);
    font-family: "DM Sans";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 139%;
    letter-spacing: 0.26px;
    margin-bottom: 0px;
}

.upload_placeholder {
    color: var(--Darker-Grey, #151515);
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 112%;
    letter-spacing: 0.36px;
    margin-bottom: 0px;

}

.name_form_div {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
    position: relative;
    width: 100%;
    padding: 16px;
    align-items: center;
    gap: var(--Sml, 10px);
    align-self: stretch;
    border-radius: 13px;
    border: 1px solid var(--Nuetral-Stroke, #BEBEBE);
    background-color: #FFF;
    color: var(--Darker-Grey, #151515);
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 112%;
    letter-spacing: 0.36px;
    margin-bottom: 0px;
}

.eye-_up {
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    cursor: pointer;
}

.form-check-input:checked {
    border: none;
    background-color: transparent;
}

.form-check-input[type=radio] {
    border-radius: 16px;
    border: 1px solid var(--Nuetral-Stroke, #BEBEBE);
}

/* toggel */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    border-radius: 32px;
    background: var(--Accent-Red-Accent, #9F0000);
}

input:focus+.slider {
    box-shadow: none;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 32px;
    height: 28px;
    width: 56px;
}

.slider.round:before {
    border-radius: 50%;
}

.toggel_switch {
    display: flex;
    align-items: center;
    gap: 12px;
    align-self: stretch;
}

.toggel_switch p {
    color: var(--Darker-Grey, #151515);
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 112%;
    letter-spacing: 0.36px;
    margin-bottom: 0px;
}

.estimeted h4 {
    color: var(--Accent-Red-Accent, #9F0000);
    font-family: "DM Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: capitalize;
    margin-bottom: 0px;
}

.summary_box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
}

.cart_box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
}

.left_cart_name {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;
}

.l_c_t {
    color: var(--Accent-Red-Accent, #9F0000);
    font-family: "DM Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: capitalize;
    margin-bottom: 0px;
}

.l_c_s {
    color: var(--Darker-Grey, #151515);
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 112%;
    letter-spacing: 0.36px;
    margin-bottom: 0px;

}

.line {
    height: 1px;
    background: #BEBEBE;
    margin: 0px;
    width: 100%;
}

.sub_disc_box {
    width: 100%;
}

.cart_tottal {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}

.icons_box {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
}

.icons_content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    flex: 1 0 0;
}

.sec_up_cont {
    padding: 0px;
}


.frm.active {
    border: 1px solid var(--Accent-Red-Accent, #9F0000);

}

.lowwer_content {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

/* CHECKOUT_2 */

.upper_split_C2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
    width: 100%;
}

.custom_checkbox {
    display: flex;
    align-items: center;
    gap: 16px;
    align-self: stretch;
}

.tick_box {
    width: var(--Mdm, 20px);
    height: var(--Mdm, 20px);
    border-radius: 4px;
    border: 1px solid var(--Nuetral-Stroke, #BEBEBE);
    margin-top: 0px;
}

.custom_checkbox .form-check-input:checked {
    border-radius: 4px;
    background-color: var(--Accent-Red-Accent, #9F0000);
}

.custom_checkbox.form-check-input:checked[type=checkbox] {
    background-image: url(../image/tick_check.svg);
}

.terms_line {
    color: var(--Darker-Grey, #151515);
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 112%;
    letter-spacing: 0.36px;
    margin-bottom: 0px;
}

.odd {
    color: var(--Accent-Red-Accent, #9F0000);
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 112%;
    letter-spacing: 0.36px;
    text-decoration-line: underline;
    margin-bottom: 0px;

}


.odd:hover {
    color: var(--Accent-Red-Accent, #9F0000);
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 112%;
    letter-spacing: 0.36px;
    text-decoration-line: underline;
    margin-bottom: 0px;

}

.recap {
    width: 100%;
    max-width: 206px;
}

.cupon_box {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
}

.sub_total_box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
    border-top: 1px solid #BEBEBE;
    border-radius: 0px;
    margin-top: 8px;
    padding-top: 16px;
}

.sub_red {
    color: var(--Accent-Red-Accent, #9F0000);
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 112%;
    letter-spacing: 0.36px;
    margin-bottom: 0px;
}


.line_2 {
    height: 1px;
    background: #BEBEBE;
    margin: 0px;
    width: 100%;
}

.dual_btn_2{
    display: flex;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
}

.suumary_title_2{
    color: var(--Accent-Red-Accent, #9F0000);
    font-family: "DM Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 122%;
    text-transform: capitalize;
    margin-bottom: 0px;
}