
/* ----------------------- 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: 24px;
    height: 24px;
    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: 0px;
    top: 2px;
    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: url(../img/filter_tic.svg);
    display: block;
    position: absolute;
    color: #00173E !important;
    border-radius: 0;
    border: 0;
    font-family: 'Poppins';
    font-size: 30px;
    text-align: center;
    line-height: 12px;
    height: 1px;
    width: 1px;
    left: 5px;
    top: 4px;
    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;
    poPoppins-events: none;
}
.c-checkbox>.c-div>label:hover:before, .c-checkbox>.c-div>.label:hover:before {
    border: 2px solid #F5129A;
    cursor: poPoppins;
    transition: border;
}
.c-checkbox {
    position: relative;
    margin-bottom: 0px;
}
.login_strong {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0.5px;
    color: #0B132A;
    margin-bottom: 26px;
}
.login_strong > .link_re_global {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.5px;
    color: #F03737;
    margin-bottom: 26px;
    text-decoration: none;
}
.link_strong {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.02em;
    color: #0B132A;
    text-decoration: underline;
    text-decoration-thickness: 3px;
    text-underline-offset: 4px;
    margin-top: 5px;
}
.c-text {
    margin-left: 32px;
}


/* ----------------------- Checkbox 2 ----------------------- */

.c-checkbox2 input[type='checkbox']:checked~label:after, .c-checkbox2 input[type='checkbox']:checked~.label:after {
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    opacity: 1;
    visibility: visible;
}
.c-checkbox2>.c-div2>label:before, .c-checkbox2>.c-div2>.label:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 24px;
    height: 24px;
    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: 30px;
    top: 12px;
    left: 0px;
}
input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}
.c-checkbox2 input[type='checkbox'] {
    display: none;
}
.c-checkbox2 input[type='checkbox']~label:after, .c-checkbox2 input[type='checkbox']~.label:after {
    content: url(../img/check_dot.svg);
    display: block;
    position: absolute;
    color: #00173E !important;
    border-radius: 0;
    border: 0;
    font-family: 'Poppins';
    font-size: 30px;
    text-align: center;
    line-height: 12px;
    height: 1px;
    width: 1px;
    left: 7px;
    top: 13px;
    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;
    poPoppins-events: none;
}
.c-checkbox2>.c-div2>label:hover:before, .c-checkbox2>.c-div2>.label:hover:before {
    border: 2px solid #F5129A;
    cursor: poPoppins;
    transition: border;
}
.c-checkbox2 {
    position: relative;
    margin-bottom: 0px;
}
.login_strong2 {
    color: var(--grayscale-800, #3C3C3C);
    font-family: 'Poppins';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 155%; /* 21.7px */
}
.login_strong2 > .link_re_global2 {
    color: var(--core-primary, #F5129A);
    font-family: 'Poppins';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 155%;
    margin-bottom: 26px;
    text-decoration: none;
}
.link_strong2 {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.02em;
    color: #0B132A;
    text-decoration: underline;
    text-decoration-thickness: 3px;
    text-underline-offset: 4px;
    margin-top: 5px;
}
.c-text2 {
    margin-left: 32px;
    max-width: 265px;
}




.product_listing {
    padding: 0px;
    margin-top: 116px;
}
.product_listing_top_section {
    background: url(../img/product_listing_s1_bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 100px;
    padding-bottom: 100px;
    margin-bottom: 40px;
}
.product_listing_title {
    color: var(--core-off-black, #0E0E0E);
    text-align: center;
    font-family: 'Poppins';
    font-size: 55px;
    font-style: normal;
    font-weight: 600;
    line-height: 141.059%; /* 77.582px */
    text-transform: capitalize;
    margin-bottom: 0px;
}
.product_listing_subtitle {
    color: var(--grayscale-800, #3C3C3C);
    text-align: center;
    font-family: 'Poppins';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 155%; /* 21.7px */
    text-transform: capitalize;
    margin-bottom: 0px;
}
.filter_text_dark {
    color: var(--core-off-black, #0E0E0E);
    font-family: 'Poppins';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 155%; /* 24.8px */
    margin-bottom: 0px;
    text-decoration: none;
}
.filter_text_light.active, .filter_text_light.active:hover {
    color: var(--core-off-black, #0E0E0E);
    font-family: 'Poppins';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 155%; /* 24.8px */
    margin-bottom: 0px;
    text-decoration: none;
}
.filter_text_light, .filter_text_light:hover {
    color: var(--grayscale-800, #3C3C3C);
    font-family: 'Poppins';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%; /* 24.8px */
    margin-bottom: 0px;
    text-decoration: none;
}
.product_listing_filter_row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 32px;
}
.filter_row_left {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: center;
}
.filter_row_right {
    display: flex;
    align-items: center;
    gap: 16px;
}
.product_card {
    border-radius: 4px;
    border: 1px solid var(--grayscale-500, #D0D0D0);
    background: var(--core-white, #FFF);
    padding: 16px;
    width: 240px;
}
.card_pre_title {
    color: var(--core-primary, #F5129A);
    font-family: 'Poppins';
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 155%; /* 18.6px */
    text-transform: capitalize;
    margin-bottom: 4px;
}
.card_title {
    color: var(--core-off-black, #0E0E0E);
    font-family: 'Poppins';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 155%; /* 24.8px */
    margin-bottom: 8px;
}
.product_footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.product_price {
    color: var(--core-secondary, #6B2071);
    text-align: right;
    font-family: 'Poppins';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 155%; /* 24.8px */
    margin-bottom: 0px;
}
.btn_product {
    border-radius: 64px;
    border: 1px solid var(--core-secondary, #6B2071);
    color: var(--core-primary, #F5129A);
    font-family: 'Poppins';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 155%; /* 21.7px */
    text-transform: capitalize;
    padding: 8px 24px;
}
.btn_product:hover {
    border: 1px solid var(--core-secondary, #F5129A);
    color: var(--core-primary, #F5129A);
}
.products_chart {
    display: flex;
    gap: 32px 41px;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 40px;
}
.product_pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}
.product_pagination_link {
    border-radius: 80px;
    border: 1px solid var(--grayscale-500, #D0D0D0);
    background: var(--White, #FFF);
    margin-right: 3px;
    color: var(--gray-700, #344054);
    font-family: 'Poppins';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
    width: 34px;
}
.product_pagination_link.active {
    background: #6B2071;
    color: var(--core-white, #FFF);
    font-family: 'Poppins';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
}
.abcd2 {
    display: flex;
    gap: 32px;
}
.abcd {
    display: flex;
    gap: 16px;
}


.product_details {
    padding: 0px;
    margin-top: 116px;
    padding-top: 112px;
}
.product_detail_pre_title {
    color: var(--core-primary, #F5129A);
    font-family: 'Poppins';
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 155%; /* 18.6px */
    text-transform: capitalize;
    margin-bottom: 8px;
}
.product_detail_title {
    color: var(--core-off-black, #0E0E0E);
    font-family: 'Poppins';
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 141.059%; /* 50.781px */
    text-transform: capitalize;
    margin-bottom: 24px;
}
.product_para, .product_details_list_item_text {
    color: var(--grayscale-800, #3C3C3C);
    font-family: 'Poppins';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%; /* 24.8px */
    margin-bottom: 0px;
}
.product_details_list {
    margin-top: 24px;
    margin-bottom: 24px;
}
.product_details_list {
    list-style-type: disc;
}
.product_details_content {
    max-width: 748px;
}
.product_big {
    margin-left: auto;
    display: flex;
}
.product_drop {
    background-image: url(../img/product_drop_icon.svg);
    width: fit-content;
    padding: 12px 16px;
    border-radius: 60px;
    min-width: 67px;
    background-size: auto;
}
.btn_global {
    border-radius: 64px;
    background: var(--core-primary, #F5129A);
    padding: 12px 32px;
    color: var(--core-white, #FFF);
    font-family: 'Poppins';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 155%; /* 21.7px */
    border: 4px solid var(--core-primary, #F5129A);
    text-transform: capitalize;
}
.btn_global:hover {
    border-radius: 64px;
    border: 4px solid var(--core-primary, #F5129A);
    color: var(--core-white, #FFF);
    background: var(--core-secondary, #6B2071);
}
.product_details_price {
    color: var(--grayscale-800, #3C3C3C);
    font-family: 'Poppins';
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 141.059%; /* 33.854px */
    text-transform: capitalize;
    margin-bottom: 0px;
}
.product_details_content_footer{
    display: flex;
    align-items: center;
    gap: 24px;
    margin-top: 24px;
}
.product_details_s1 {
    margin-bottom: 88px;
}
.product_details_s2 {
    padding-top: 40px;
    padding-bottom: 64px;
    background: var(--core-off-white, #FBFBFB);
}
.product_details_s2_title {
    color: var(--core-off-black, #0E0E0E);
    text-align: center;
    font-family: 'Poppins';
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 141.059%; /* 50.781px */
    text-transform: capitalize;
    margin-bottom: 40px;
}
.billing_details {
    padding: 0px;
    margin-top: 116px;
    padding-top: 48px;
    background: #FBFBFB;
    padding-bottom: 48px;
}
.billing_title {
    color: var(--core-off-black, #0E0E0E);
    font-family: 'Poppins';
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 141.059%; /* 50.781px */
    text-transform: capitalize;
    margin-bottom: 42px;
}
.billing_subtitle {
    color: var(--core-off-black, #0E0E0E);
    font-family: 'Poppins';
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 141.059%; /* 33.854px */
    text-transform: capitalize;
    margin-bottom: 24px;
}
.billing_top {
    margin-bottom: 32px;
}
.billing_bottom {
    margin-bottom: 24px;
}
.input_global {
    border-radius: 64px;
    border: 1px solid var(--grayscale-600, #9B9B9B);
    background: var(--core-white, #FFF);
    color: var(--grayscale-800, #3C3C3C);
    font-family: 'Poppins';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 155%; 
    padding: 16px;
    margin-bottom: 11px;
}
.input_global::placeholder {
    color: var(--grayscale-800, #3C3C3C);
    font-family: 'Poppins';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 155%; /* 21.7px */
}
.select_global {
    border-radius: 64px;
    border: 1px solid var(--grayscale-600, #9B9B9B);
    background: var(--core-white, #FFF);
    background-image: url(../img/product_drop_icon.svg);
    background-repeat: no-repeat;
    background-position: right 16px center;
    color: var(--grayscale-800, #3C3C3C);
    font-family: 'Poppins';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 155%; 
    padding: 16px;
    margin-bottom: 11px;
}
.billing_footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.billing_table {
    border-radius: 4px;
    background: var(--core-white, #FFF);
    width: 100%;
}
.billing_table_row {
    border-bottom: 8px solid #FBFBFB;
}
.billing_table_title {
    color: var(--core-off-black, #0E0E0E);
    font-family: 'Poppins';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 155%; /* 24.8px */
    margin-bottom: 0px;
}
.billing_table_row td {
    padding-top: 24px;
    padding-bottom: 24px;
}
.billing_table_row td:first-child {
    padding-left: 24px;
}
.billing_table_row td:last-child {
    padding-right: 24px;
}
.billing_table_row td p {
    text-align: center;
}
.billing_table_row td:first-child p {
    text-align: left;
}
.billing_table_row td:last-child p {
    text-align: right;
}
.input_qty {
    border-radius: 4px;
    border: 1.5px solid rgba(0, 0, 0, 0.40);
    padding: 6px 12px;
    width: 72px;
}
.input_qty:focus {
    box-shadow: none;
    border-color: inherit;
}
input[type=number].input_qty::-webkit-inner-spin-button, input[type=number].input_qty::-webkit-outer-spin-button {  
   opacity: 1!important;
}
.billing_product_img {
    max-width: 80px;
}
.billing_table_content_div {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    max-width: 212px;
    padding-right: 10px;
}
.billing_table_content_row td {
    padding-top: 24px;
    padding-bottom: 24px;
}
.billing_table_content_row td:first-child {
    padding-left: 16px;
    padding-right: 10px;
}
.billing_table_content_row td:last-child {
    padding-right: 16px;
    padding-left: 10px;
}
.billing_product_title {
    color: var(--core-off-black, #0E0E0E);
    font-family: 'Poppins';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%; /* 24.8px */
    margin-bottom: 0px;
}
.btn_rm {
    color: var(--core-primary, #F5129A);
    font-family: 'Poppins';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 155%; /* 24.8px */
    border: none;
    background: transparent;
    padding: 0px;
}
.billing_table_textual_content {
    max-width: 150px;
}
.billing_table_content_price {
    color: var(--core-off-black, #0E0E0E);
    font-family: 'Poppins';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%; /* 24.8px */
    margin-bottom: 0px;
}
.billing_table_content_row {
    border: none;
    border-bottom: 8px solid #FBFBFB;
    /* box-shadow: inset 0px -4px 0px 1px #0E0E0E;
    border-top: 1px solid #0E0E0E; */
}
.billing_right {
    max-width: 390px;
}
.billing_main {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.billing_left {
    max-width: 790px;
}
.billing_outer {
    max-width: 1250px;
    margin-left: auto;
    margin-right: auto;
}
.biling_totals {
    padding: 16px 24px;
    background: #FFF;
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 16px;
}
.totals_frame {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.totals_title {
    color: var(--grayscale-800, #3C3C3C);
    font-family: 'Poppins';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 155%; /* 24.8px */
    margin-bottom: 0px;
}
.totals_left {
    display: flex;
    gap: 8px;
    align-items: center;
}
.totals_subtitle {
    color: var(--core-off-black, #0E0E0E);
    font-family: 'Poppins';
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 0px;
}
.totals_price {
    color: var(--grayscale-800, #3C3C3C);
    font-family: 'Poppins';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%; /* 24.8px */
    margin-bottom: 0px;
}
.billing_title_mobo {
    display: none;
}
.billing_mobo_footer {
    display: none;
}


.home_page {
    padding: 0px;
}
/* .home_s1 {
    height: 100vh;
} */
.home_s1_title {
    color: var(--core-white, #FFF);
    font-family: 'Poppins';
    font-size: 55px;
    font-style: normal;
    font-weight: 600;
    line-height: 141.059%; /* 77.582px */
    text-transform: capitalize;
    margin-bottom: 16px;
}
.home_s1_subtitle {
    color: var(--core-white, #FFF);
    font-family: 'Poppins';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%; /* 24.8px */
    margin-bottom: 40px;
}
.home_s1_main_div {
    margin-top: 324px;
    max-width: 525px;
    margin-bottom: 240px;
}
.home_s2_main {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.home_s2_main_left {
    max-width: 434px;
}
.home_s2_title {
    color: var(--core-off-black, #0E0E0E);
    font-family: 'Poppins';
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 141.059%; /* 50.781px */
    text-transform: capitalize;
    margin-bottom: 16px;
}
.home_s2_subtitle {
    color: var(--grayscale-800, #3C3C3C);
    font-family: 'Poppins';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%; /* 24.8px */
    margin-bottom: 16px;
}
.home_s2_main_right {
    max-width: 696px;
}
.home_s2_card_title {
    color: var(--core-off-black, #0E0E0E);
    font-family: 'Poppins';
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 141.059%; /* 33.854px */
    text-transform: capitalize;
    margin-bottom: 8px;
}
.home_s2_card_subtitle {
    color: var(--grayscale-800, #3C3C3C);
    font-family: 'Poppins';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%; /* 24.8px */
    margin-bottom: 0px;
}
.first_home_s2_card {
    margin-bottom: 40px;
}
.home_s2 {
    background: url(../img/home_s2_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 112px;
    padding-bottom: 114px;
    margin: 48px;
}
.home_s3 {
    background: var(--grayscale-400, #F4F4F4);
    padding-top: 80px;
    padding-bottom: 80px;
}
.home_s3_title {
    color: var(--core-off-black, #0E0E0E);
    font-family: 'Poppins';
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 141.059%; /* 50.781px */
    text-transform: capitalize;
    margin-bottom: 0px;
}
.home_s3_subtitle {
    color: var(--grayscale-800, #3C3C3C);
    text-align: right;
    font-family: 'Poppins';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%; /* 24.8px */
    margin-bottom: 0px;
    max-width: 576px;
}
.home_s3_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}
.home_s3_subtitle_two {
    color: var(--grayscale-800, #3C3C3C);
    font-family: 'Poppins';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%; /* 24.8px */
    max-width: 352px;
    margin-bottom: 0px;
}
.home_s3_bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
}
.home_s3_media {
    background: url(../img/home_s3_media.png);
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 300px;
    background-repeat: no-repeat;
}
.home_s4_title {
    color: var(--grayscale-800, #3C3C3C);
    text-align: center;
    font-family: 'Poppins';
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 141.059%; /* 50.781px */
    text-transform: capitalize;
    margin-bottom: 16px;
}
.home_s4_subtitle {
    color: var(--grayscale-800, #3C3C3C);
    text-align: center;
    font-family: 'Poppins';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%; /* 24.8px */
    margin-bottom: 40px;
    max-width: 890px;
    margin-left: auto;
    margin-right: auto;
}
.home_s4 {
    padding-top: 106px;
    padding-bottom: 106px;
    background: url(../img/home_s4_bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.home_s4_card_content {
    width: 605px;
    padding: 24px;
}
.home_s4_card_title {
    color: var(--core-off-black, #0E0E0E);
    font-family: 'Poppins';
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 141.059%; /* 33.854px */
    text-transform: capitalize;
}
.home_s4_card_subtitle {
    color: var(--grayscale-800, #3C3C3C);
    font-family: 'Poppins';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%; /* 24.8px */
    margin-bottom: 16px;
}
.home_s4_card_img img {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}
.home_s4_card {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    background: #FFF;
    border-radius: 25px;
    width: 1000px;
    margin-bottom: 24px;
}
.home_s4_card:last-child {
    margin-bottom: 0px;
}
.hs4_im2 {
    border-radius: 25px;
    border-top-right-radius: 0px!important;
    border-bottom-right-radius: 0px!important;
}
.home_s4_card_main {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.home_s5_card_title {
    color: var(--grayscale-800, #3C3C3C);
    text-align: center;
    font-family: 'Poppins';
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 141.059%; /* 33.854px */
    text-transform: capitalize;
    margin-bottom: 0px;
    margin-top: 18px;
}
.home_s5_frame {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 64px;
}
.home_s5_card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.home_s5_title {
    color: var(--core-off-black, #0E0E0E);
    text-align: center; 
    font-family: 'Poppins';
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 141.059%; /* 50.781px */
    text-transform: capitalize;
    margin-bottom: 16px;
}
.home_s5_subtitle {
    color: var(--grayscale-800, #3C3C3C);
    text-align: center;
    font-family: 'Poppins';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%; /* 24.8px */
    margin-bottom: 64px;
}
.home_s5 {
    background: var(--core-off-white, #FBFBFB);
    padding-top: 143px;
    padding-bottom: 143px;
}
.home_s6 {
    padding: 0px;
    padding-bottom: 64px;
}
.home_s6 .product_details_s2 {
    background: #FFF;
    padding-top: 64px;
    padding-bottom: 40px;
}
.hs4_im1_mobo, .hs4_im2_mobo, .hs4_im3_mobo {
    display: none;
}
.about_page {
    padding: 0px;
    margin-top: 116px;    
}
.about_s1 {
    background: url(../img/abt_s1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
.about_s1_content {
    width: 613px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 90px;
    padding-top: 388px;
}
.about_s1_title {
    color: var(--core-off-black, #0E0E0E);
    text-align: center;
    font-family: 'Poppins';
    font-size: 55px;
    font-style: normal;
    font-weight: 600;
    line-height: 141.059%; /* 77.582px */
    text-transform: capitalize;
    margin-bottom: 16px;
}
.about_s1_subtitle {
    color: var(--grayscale-800, #3C3C3C);
    text-align: center;
    font-family: 'Poppins';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%; /* 24.8px */
    margin-bottom: 0px;
}
.abt_s1_circ_im_1 {
    position: absolute;
    left: 280px;
    bottom: 90px;
}
.abt_s1_circ_im_2 {
    position: absolute;
    right: 280px;
    bottom: 90px;
}
.about_s2 {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #FBFBFB;
}
.about_s2_title {
    color: var(--core-off-black, #0E0E0E);
    text-align: center;
    font-family: 'Poppins';
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 141.059%; /* 50.781px */
    text-transform: capitalize;
    margin-bottom: 64px;
}
.about_s2_main_row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;   
    margin-bottom: 40px;
}
.about_s2_card {
    max-width: 300px;
}
.about_s2_card_number {
    width: 80px;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 32px;
    background: #6B2071;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.about_s2_card_number_text {
    color: var(--core-white, #FFF);
    text-align: center;

    /* Heading/H4 */
    font-family: 'Poppins';
    font-size: 20px;
    margin-bottom: 0px;
    font-style: normal;
    font-weight: 500;
    line-height: 141.059%; /* 28.212px */
    text-transform: capitalize;
}
.about_s2_card_title {
    color: var(--core-off-black, #0E0E0E);
    text-align: center;
    font-family: 'Poppins';
    font-size: 24px;
    margin-bottom: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 141.059%; /* 33.854px */
    text-transform: capitalize;
}
.about_s2_card_subtitle {
    color: var(--grayscale-800, #3C3C3C);
    text-align: center;
    font-family: 'Poppins';
    font-size: 16px;
    margin-bottom: 0px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%; /* 24.8px */
}
.about_s3_title {
    color: var(--core-off-black, #0E0E0E);
    font-family: 'Poppins';
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 141.059%; /* 50.781px */
    text-transform: capitalize;
    margin-bottom: 16px;
}
.about_s3_subtitle {
    color: var(--grayscale-800, #3C3C3C);
    font-family: 'Poppins';
    font-size: 16px;
    margin-bottom: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%; /* 24.8px */
}
.about_s3_content_div {
    max-width: 615px;
    margin-top: 72px;
}
.about_s3 {
    padding-top: 50px;
    padding-bottom: 104px;
    position: relative;
}
.about_s3_img {
    margin-left: -113px;
}
.about_s3_im_2 {
    position: absolute;
    right: 0px;
    top: 86px;
}
.about_s4 {
    background: #FBFBFB;
}
.about_s4_content {
    max-width: 510px;
    margin-top: 187px;
    margin-bottom: 176px;
    margin-left: auto;
    margin-right: 118px;
}
.about_s4_title {
    color: var(--grayscale-800, #3C3C3C);
    font-family: 'Poppins';
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 141.059%; /* 50.781px */
    text-transform: capitalize;
    margin-bottom: 24px;
}
.about_s4_subtitle {
    color: var(--grayscale-700, #656565);
    font-family: 'Poppins';
    font-size: 16px;
    margin-bottom: 0px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%; /* 24.8px */
}
.about_page .product_details_s2 {
    background: #FFFFFF;
}

.bill_info {
    display: flex;
    flex-direction: row;
    padding: 24px 16px;
    border-radius: 4px;
    border: 1px solid var(--grayscale-500, #D0D0D0);
    background: var(--core-white, #FFF);
    align-items: center;
    margin-bottom: 8px;
}
.bill_div_3 {
    margin-left: 15px;
}
.my_country_name {
    color: var(--grayscale-800, #3C3C3C);
    font-family: 'Poppins';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 155%;
    padding: 0px;
    margin: 0px;
}
.con_tiv_drop {
    border-radius: 16px;
    border: 1px solid var(--grayscale-800, #3C3C3C);
    background: var(--core-white, #FFF);
    padding: 8px 0px;
}
.con_tiv_drop p {
    color: var(--grayscale-800, #3C3C3C);
    font-family: 'Poppins';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 155%;
    padding: 4px 16px;
}
.con_tiv_drop p:hover {
    background: var(--core-primary, #F5129A);
    color: var(--grayscale-800, #FFF);
}