.hs2_inner_right {
    position: absolute;
    right: -230px;
    bottom: 0px;
  transition: all 2s;
}
.hs2_inner_left {
    position: absolute;
    left: -213px;
    top: 200px;
  transition: all 2s;
}
.hs2:hover .hs2_inner_right {
    bottom: 579px;
}
.hs2:hover .hs2_inner_left {
    top: 846px;
}


/*----------------------------- Global -----------------------------*/
.desktop_none {
    display: none;
}

.mobile_none {
    display: block;
}


/* ----------------------- Checkbox ----------------------- */

.c-checkbox_M input[type='checkbox']:checked~label:after, .c-checkbox_M input[type='checkbox']:checked~.label:after {
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    opacity: 1;
    visibility: visible;
}
.c-checkbox_M>.c-div_M>label:before, .c-checkbox_M>.c-div_M>.label:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background: transparent;
    border: 1px solid #1BBC97;
    box-sizing: border-box;
    /* box-shadow: inset 0px 4px 4px rgb(0 0 0 / 5%); */
    border-radius: 50px;
    top: 20px;
    left: 8px;
}
input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}
.c-checkbox_M input[type='checkbox'] {
    display: none;
}
.c-checkbox_M input[type='checkbox']~label:after, .c-checkbox_M input[type='checkbox']~.label:after {
    content: "⬤";
    display: block;
    position: absolute;
    color: #1BBC97 !important;
    border-radius: 0;
    border: 0;
    font-family: 'Poppins';
    font-size: 14px;
    text-align: center;
    line-height: 12px;
    height: 1px;
    width: 1px;
    left: 9.5px;
    top: 23px;
    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_M {
    position: relative;
    margin-bottom: 0px;
}
.login_strong_M {
    color: var(--New-Primary-Green, #1BBC97);

    /* P/Para Std */
    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160.7%; /* 28.926px */
    margin-bottom: 0px;
}
.login_strong_M a {
    color: var(--Grayscale-800, #3C3C3C);
    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160.7%;
    margin-bottom: 0px;
    text-decoration: none;
}
.c-text_M {
    margin-left: 35px;
}



.cart_page {
    background: #F5F6F7;
    margin-top: 101px;
    padding-top: 64px;
    padding-bottom: 64px;
}
.checkout_page {
    background: #F5F6F7;
    margin-top: 101px;
    padding-top: 64px;
    padding-bottom: 64px;
}

.checkout_fail {
    background: #F5F6F7;
    margin-top: 101px;
    padding-top: 64px;
    padding-bottom: 64px;
}

.cart_page_main {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 24px;
}

.cart_page_title {
    color: var(--Grayscale-900, #0E0E0E);
    font-family: 'Manrope';
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 8px;
}

.cart_page_subtitle {
    color: var(--Txt, #136576);
    text-align: center;
    font-family: 'Manrope';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160.7%;
    /* 28.926px */
    margin-bottom: 0px;
}

.cart_table_div {
    border-radius: 60px;
    border-top: 5px solid var(--New-Primary-Green, #1BBC97);
    background: var(--Grayscale-White, #FFF);
    padding: 50px 32px;
    min-width: 1166px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.table_head_text {
    color: var(--Grayscale-White, #FFF);
    font-family: 'Manrope';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 0px;
}

.cart_table_div table thead tr th {
    background: #1BBC97;
    padding-top: 14px;
    padding-bottom: 14px;
    border-bottom: 4px solid #FFFFFF;
}

.cart_table_div table thead tr th:first-of-type {
    border-top-left-radius: 30px;
}

.cart_table_div table thead tr th:last-of-type {
    border-top-right-radius: 30px;
}

.cart_table_div table thead tr th:first-of-type {
    padding-left: 40px;
}

.cart_table_div table tbody tr td:first-of-type {
    padding-left: 40px;
}

.cart_table_div table tbody tr td {
    padding-top: 16px;
    padding-bottom: 16px;
}

.cart_table_div table tbody tr td div {
    min-height: 50px;
    display: flex;
    align-items: center;
}

.cart_table_div table tbody tr td:first-of-type div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.cart_table_div table tbody tr td:first-of-type div p {
    margin-bottom: 8px;
}

.cart_table_div table tbody tr td:last-of-type div {
    display: flex;
    gap: 24px;
}

.cart_table_div table tbody tr td:last-of-type div button {
    padding: 0px;
}

.temain_title {
    color: var(--Grayscale-900, #0E0E0E);
    font-family: 'Manrope';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 0px;
}

.te1_subtitle {
    color: var(--New-Primary-Green, #1BBC97);
    font-family: 'Manrope';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 0px;
}

.table_element {
    border-right: 1px solid #9B9B9B;
    margin-right: 24px;
    min-width: 104px;
}

.cart_table_div table tbody tr td:last-of-type div.table_element {
    border-right: 0px;
}

.cart_table_div table tbody tr td div.te5 {
    border-right: 1px solid #FFFFFF;
}

.cart_table_div .table-striped>tbody>tr:nth-of-type(odd)>* {
    background: #E9FCF7;
    box-shadow: none;
}

.cart_table_div .table-striped>tbody>tr>td:first-of-type {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.cart_table_div .table-striped>tbody>tr>td:last-of-type {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}



.input_div_main {
    border-radius: 100px;
    border: 1px solid var(--Grayscale-500, #D0D0D0);
    background: var(--Grayscale-White, #FFF);
    /*   padding: 16px 16px 16px 24px; */
    position: relative;
    height: 61px;
    /*   overflow: hidden; */
    width: 100%
}

.input_div_main .input_global {
    width: calc(100% - 48px);
    background: transparent;
    border: none;
    border-radius: 0px;
    color: var(--Grayscale-900, #0E0E0E);
    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160.7%;
    position: absolute;
    top: 70%;
    transform: translateY(-50%);
    left: 24px;
    transition: all 0.3s ease;
}

.input_div_main label {
    position: absolute;
    top: 17px;
    left: 24px;
    width: 100%;
    pointer-events: none;
    color: var(--Grayscale-900, #0E0E0E);
    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160.7%;
}


.content-name {
    position: absolute;
    top: 50%;
    left: 0px;
    padding-bottom: 5px;
    transition: all 0.3s ease;
}

.input_div_main .input_global:focus {
    outline: none;
    top: unset;
    bottom: 8px;
    transform: unset;
}

.input_div_main .input_global:focus+.label-name .content-name,
.input_div_main .input_global:valid+.label-name .content-name {
    transform: translateY(-12px);
    left: 0px;
    color: var(--Grayscale-500, #D0D0D0);
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.input_div_main .input_global:focus+.label-name::after,
.input_div_main .input_global:valid+.label-name::after {
    transform: translateX(0%);
}

/* .input_div_main:focus-within {
    border: 1px solid var(--New-Primary-Green, #1BBC97);
  } */


.btn_coupun, .btn_coupun:hover {
    padding: 16px 32px;
    color: var(--Grayscale-900, #0E0E0E);
    text-align: center;
    font-family: 'Manrope';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    border-radius: 100px;
    border: 1px solid var(--New-Primary-Green, #1BBC97);
    background: var(--New-Secondary-Green, #E9FCF7);
}
.table_coupon_div_left {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
    gap: 16px;
    width: 100%;
}
.table_coupon_div_right {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
    gap: 16px;
}
.cart_total_dark {
    color: var(--Grayscale-900, #0E0E0E);

    /* P/Para Lrg */
    font-family: 'Manrope';
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0px;
}
.cart_total_color {
    color: var(--New-Primary-Green, #1BBC97);

    /* P/Para Lrg */
    font-family: 'Manrope';
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0px;
}
.table_coupon_div {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 64px;
}
.bar_div {
    width: 100%;

}
.table {
    margin-bottom: 0px;
}
.btn_global_coloured {
    color: var(--Grayscale-White, #FFF);
    text-align: center;
    font-family: 'Manrope';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    border-radius: 100px;
    background: var(--New-Primary-Green, #1BBC97);
    padding: 16px 32px;
}
.btn_global_coloured {
    width: 624px;
}
.tabla_futra {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 101px;
}

.cart_table_div_checkout {
    max-width: 1046px;
    min-width: 1046px;
}
.cart_table_div_mobo {
    display: none;
}
.checkout_fail .cart_page_title {
    color: var(--Functional-Palette-Error, #D8514B);
    text-align: center;
    font-family: 'Manrope';
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 0px;
}
.checkout_title {
    color: var(--Grayscale-900, #0E0E0E);
    text-align: center;
    font-family: 'Manrope';
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 0px;
}
.checkout_body_left_inner_title {
    color: var(--Grayscale-800, #3C3C3C);
    font-family: 'Manrope';
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 14.5px;
}
.checkout_body_right_inner_title {
    color: var(--Grayscale-800, #3C3C3C);
    text-align: center;
    font-family: 'Manrope';
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 0px;
}
.checkout_body_left_inner_div {
    border-radius: 60px;
    border-top: 5px solid var(--New-Primary-Green, #1BBC97);
    background: var(--Grayscale-White, #FFF);
    padding: 32px;
    min-width: 708px;
}
.checkout_body_right_inner_div {
    border-radius: 60px;
    border-top: 5px solid var(--New-Primary-Green, #1BBC97);
    background: var(--Grayscale-White, #FFF);
    padding: 32px;
    min-width: 525px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 24px;
}
.check_farmer_faidadi {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 14.5px;
}
.mogoro {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 32px;
    width: 100%;
    padding: 2px 0px;
}
.checkout_main_frame {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 24px;
}
.checkout_body_left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
    align-self: stretch;
}
.checkout_body_frame {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
}
.chec_body_cart_item_element {
    border-radius: 10px;
    background: var(--New-Secondary-Green, #E9FCF7);
    padding: 16px 25.5px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.chec_cart_ele_usi_text {
    color: var(--Grayscale-900, #0E0E0E);
    font-family: 'Manrope';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 0px;
}
.chec_cart_ele_usi_text2 {
    color: var(--New-Primary-Green, #1BBC97);
    font-family: 'Manrope';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 0px;
}
.check_cart_element_left {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-right: 24px;
    border-right: 1px solid #9B9B9B;
    min-width: 324px;
}
.check_cart_element_right {
    padding-left: 24px;
}
.checkout_body_cart_items_div {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.check_total_text {
    color: var(--Grayscale-900, #0E0E0E);
    font-family: 'Manrope';
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0px;
}
.check_total_text span {
    color: var(--New-Primary-Green, #1BBC97);
    font-family: 'Manrope';
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0px;
}
.total_div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.dotted_div {
    width: 100%;
    height: 1px;
    background: repeating-linear-gradient(to right, #1BBC97, #1BBC97 5px, #FFFFFF 5px, #FFFFFF 10px);
}
.check_cpn_div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}
.mstcd_im {
    max-width: 397px;
    height: 64px;
    margin-left: auto;
    margin-right: auto;
}
.tabla_futra_2 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}
.home_page {
    margin-top: 101px;
    background: #F5F6F7;
    padding-left: 60px;
    padding-right: 60px;
}
.hs1_inner {
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.00) 0.27%, rgba(0, 0, 0, 0.30) 99.67%), url(../img/hs1_bg.png) lightgray 50% / cover no-repeat;
    border-radius: 60px;
    padding-top: 195px;
    padding-left: 305px;
    padding-bottom: 560px;
    position: relative;
}
.hs1_title {
    color: var(--Grayscale-White, #FFF);
    font-family: 'Manrope';
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 24px;
}
.hs1_content {
    max-width: 527px;
}
.btn_main_global, .btn_main_global:hover {
    padding: 21px 32px;
    border-radius: 100px;
    background: var(--New-Primary-Green, #1BBC97);
    color: var(--Grayscale-White, #FFF);
    text-align: center;
    font-family: 'Manrope';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}
.btn_animation_div {
    border: 1px solid #1BBC97;
    border-radius: 100px;
    width: fit-content;
}
.btn_animation_div:hover {
    padding: 7px;
}
.btn_animation_div:hover .btn_main_global {
    padding: 14px 25px;
}
.disc_more {
    position: absolute;
    left: 0px;
}
.hs2_inner_mover_bottom {
    position: relative;
}
.hs2_inner_mover {
    border-radius: 60px;
    border: 20px solid var(--Grayscale-White, #FFF);
    background: var(--Grayscale-White, #FFF);
    width: 1387px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.hs2_title {
    color: var(--Grayscale-900, #0E0E0E);
    font-family: 'Manrope';
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 0px;
    margin-top: 26px;
}
.hs2_subtitle {
    color: var(--Txt, #136576);
    font-family: 'Manrope';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160.7%; /* 28.926px */
    margin-bottom: 0px;
}
.hs2_inner_mover_upper_frame {
    padding: 43px 233px 122px 104px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 47px;
    position: relative;
    border-radius: 60px 60px 60px 0px;
    background: var(--Grayscale-White, #F5F6F7);
    border-bottom: 19px solid #FFF;
}
.hs2_inner_mover_upper_frame_left {
    min-width: 319px;
}
.hs2_inner_mover_upper_frame_right {
    min-width: 644px;
}
.hs2_caro_btn_div {
    border-radius: 60px 0px;
    background: var(--New-Primary-Green, #1BBC97);
    padding: 32px 8px; 
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    right: 0px;
    bottom: 0px;
}
.ele_num_txt {
    color: var(--Txt, #136576);
    font-family: 'Manrope';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 0px;
    position: absolute;
    bottom: 61px;
    left: 104px;
}
.shijuka {
    transform: rotate(180deg);
}
.hs2_inner_mover_bottom video {
    border-bottom-left-radius: 60px;
    border-bottom-right-radius: 60px;
}
.hs2 {
    padding-bottom: 140px;
    margin-top: -214px;
    position: relative;
}
.hs3_inner {
    background: url(../img/hs3.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    border-radius: 60px;
    padding-top: 96px;
    padding-bottom: 96px;
    padding-left: 188px;
}
.hs4, .hs3 {
    margin-bottom: 22px;
}
.hs3_big_card {
    padding: 40px;
    max-width: 459px;
    border-radius: 30px;
    background: var(--Grayscale-White, #FFF);
}
.hs3_big_card_title {
    color: var(--Grayscale-900, #0E0E0E);
    font-family: 'Manrope';
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 32px;
}
.hs3_big_card_subtitle {
    color: var(--Txt, #136576);

    /* P/Para Std */
    font-family: 'Manrope';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160.7%; /* 28.926px */
    margin-bottom: 32px;
}
.btn_hs3_carousel_div button svg {
    height: 64px;
    width: 64px;
}
.hs3_big_card_footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.hs3_inner_frame {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 105px;
}
.hs3_card_title {
    color: var(--Grayscale-800, #3C3C3C);
    text-align: center;
    font-family: 'Manrope';
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 8px;
}
.hs3_card_subtitle {
    color: var(--Txt, #136576);
    text-align: center;
    font-family: 'Manrope';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160.7%; /* 28.926px */
    margin-bottom: 0px;
}
.hs3_card {
    padding: 40px 45px;
    border-radius: 30px;
    border-top: 5px solid #1BBC97;
    background: var(--Grayscale-White, #FFF);
    max-width: 434px;
}
.hs3_card_img {
    margin-bottom: 16px;
}
.hs3_card_img {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.hs3_inner_frame_right_slider {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 40px;
    width: max-content;
}
.hs4_left {
    background: url(../img/hs4_l.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 60px;
    width: 100%;
    max-width: 331px;
    border-radius: 60px;
    border: 15px solid #FFFFFF;
}
.hs4_right {
    background: url(../img/hs4_r.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 60px;
    width: 100%;
    max-width: 331px;
    border-radius: 60px;
    border: 15px solid #FFFFFF;
}
.hs4_center {
    background: url(../img/hs4_center.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 60px;
    width: 100%;
    min-width: 1090px;
    padding-top: 267px;
}
.hs4_main {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    gap: 24px;
}

.hs3_inner_frame_right {
    width: 1048px;
    overflow-x: auto;
    scrollbar-width: none; 
    -ms-overflow-style: none;
}
.hs3_inner_frame_right::-webkit-scrollbar {
  display: none;
}
.hs4_main>* {
    min-height: 607px;
}

.hs3_title {
    color: var(--Grayscale-900, #0E0E0E);
    text-align: center;
    font-family: 'Manrope';
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 16px;
}
.hs3_subtitle {
    color: var(--Txt, #136576);
    text-align: center;
    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160.7%; /* 28.926px */
    margin-bottom: 16px;
}
.hs3_post_subtitle {
    color: var(--Grayscale-900, #0E0E0E);
    text-align: center;
    font-family: 'Manrope';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.hs4_center_element {
    border-radius: 60px 60px 0px 0px;
    border-top: 5px solid #1BBC97;
    background: var(--Grayscale-White, #FFF);
    max-width: 616px;
    padding: 40px 40px 24px 40px;
    margin-left: auto;
    margin-right: auto;
}
.table_element.te6 button.btn.btn_transparent {
    margin-left: 18px;
}


@media only screen and (max-width: 700px) {
    .btn_bajuka img {
        max-width: 64px!important;
    }
    .mobile_none {
        display: none;
    }

    .desktop_none {
        display: block;
    }
    .cart_table_div {
        display: none;
    }
    .hs2_inner_left, .hs2_inner_right {
        display: none;
    }
    .cart_page_title {
        color: var(--Grayscale-800, #3C3C3C);
        text-align: center;
        font-family: 'Manrope';
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-transform: capitalize;
        margin-bottom: 8px;
    }
    .cart_page_subtitle {
        color: var(--Txt, #136576);
        text-align: center;
        font-family: 'Manrope';
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 160.7%; /* 28.926px */
        margin-bottom: 0px;
    }
    .cart_page_main {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        gap: 40px;
    }
    .cart_table_div_mobo {
        padding: 8px;
        border-radius: 20px;
        border-top: 5px solid var(--New-Primary-Green, #1BBC97);
        background: var(--Grayscale-White, #FFF);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 24px;
        width: 100%;
    }
    .cart_table_div_mobo_element {
        padding: 16px 24px;
        border-radius: 20px;
        background: var(--New-Secondary-Green, #E9FCF7);
        width: 100%;
    }
    .cart_table_div_mobo_element_title {
        color: var(--Grayscale-900, #0E0E0E);
        text-align: center;

        /* P/Btns + Fields/Btn Std */
        font-family: 'Manrope';
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-transform: capitalize;
        margin-bottom: 8px;
    }
    .cart_table_div_mobo_element_subtitle {
        color: var(--New-Primary-Green, #1BBC97);
        text-align: center;

        /* P/Para Smll */
        font-family: 'Manrope';
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: capitalize;
        margin-bottom: 8px;
    }
    .cart_table_div_mobo_element_subtitle2 {
        color: var(--Grayscale-800, #3C3C3C);
        text-align: center;

        /* P/Para Smll */
        font-family: 'Manrope';
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: capitalize;
        margin-bottom: 0px;
    }
    .cart_mobo_divider {
        height: 1px;
        width: 100%;
        background: #D0D0D0;
        margin-top: 16px;
        margin-bottom: 16px;
    }
    .cart_mobo_flexer {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: row;
    }
    .table_element {
        border-right: unset;
        margin-right: unset;
        min-width: unset;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 24px;
    }
    .cart_table_div_mobo .table_element button {
        padding: 0px;
    }
    .cart_mobo_title {
        color: var(--Grayscale-800, #3C3C3C);
        font-family: 'Manrope';
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-transform: capitalize;
        margin-bottom: 0px;
    }
    .cart_page {
        background: #F5F6F7;
        margin-top: 106px;
        padding-top: 32px;
        padding-bottom: 32px;
    }
    .checkout_fail {
        background: #F5F6F7;
        margin-top: 106px;
        padding-top: 32px;
        padding-bottom: 32px;
    }
    .table_coupon_div {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        gap: 24px;
        width: 100%;
    }
    .table_coupon_div_left {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        gap: 24px;
        width: 100%;
    }
    .tabla_futra {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        gap: 24px;
    }
    .btn_global_coloured {
        width: 100%;
    }
    .cart_mobo_title_checkout {
        color: var(--New-Primary-Green, #1BBC97);
        text-align: center;
        font-family: 'Manrope';
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-transform: capitalize;
        margin-bottom: 0px;
    }
    .wider1 {
        max-width: 80px;
    }
    .checkout_fail .cart_page_title {
        color: var(--Functional-Palette-Error, #D8514B);
        text-align: center;
        font-family: 'Manrope';
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-transform: capitalize;
        margin-bottom: 0px;
    }
    .cart_total_dark2, .cart_total_color2 {
        color: var(--Functional-Palette-Error, #D8514B);
        font-family: 'Manrope';
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-bottom: 0px;
    }
    .checkout_title {
        color: var(--Grayscale-800, #3C3C3C);
        text-align: center;

        /* Headings/03 */
        font-family: 'Manrope';
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-transform: capitalize;
    }
    .checkout_body_frame {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 24px;
    }
    .mogoro {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 18px;
        width: 100%;
        padding: 2px 0px;
    }
    .checkout_body_left_inner_title {
        color: var(--Grayscale-800, #3C3C3C);
        text-align: center;
        font-family: 'Manrope';
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-transform: capitalize;
        margin-bottom: 24px;
    }
    .chec_body_cart_item_element {
        border-radius: 20px;
        background: var(--New-Secondary-Green, #E9FCF7);
        padding: 16px 24px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }
    .check_cpn_div {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        gap: 16px;
    }
    .checkout_body_right_inner_title {
        color: var(--Grayscale-800, #3C3C3C);
        text-align: center;

        /* Headings/03 */
        font-family: 'Manrope';
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-transform: capitalize;
    }
    .checkout_body_left_inner_div {
        border-radius: 20px;
        border-top: 5px solid var(--New-Primary-Green, #1BBC97);
        background: var(--Grayscale-White, #FFF);
        padding: 16px;
        min-width: 100%;
    }
    .checkout_body_right_inner_div {
        border-radius: 20px;
        border-top: 5px solid var(--New-Primary-Green, #1BBC97);
        background: var(--Grayscale-White, #FFF);
        padding: 8px;
        min-width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: stretch;
        gap: 24px;
    }
    .checkout_body_cart_items_div {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }
    .tabla_futra_2 {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        gap: 30px;
    }
    .check_cart_element_left {
        display: flex;
        flex-direction: column;
        gap: 8px;
        padding-right: 0px;
        border-right: unset;
        min-width: unset;
    }
    .check_cart_element_right {
        padding-left: 0px;
    }
    .mstcd_im {
        max-width: 100%;
        height: unset;
        margin-left: auto;
        margin-right: auto;
    }
    .checkout_page {
        background: #F5F6F7;
        margin-top: 106px;
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 4px;
        padding-right: 4px;
    }
    .chec_cart_ele_usi_text {
        color: var(--Grayscale-900, #0E0E0E);
        text-align: center;

        /* P/Btns + Fields/Btn Std */
        font-family: 'Manrope';
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-transform: capitalize;
    }
    .chec_cart_ele_usi_text2 {
        color: var(--New-Primary-Green, #1BBC97);
        text-align: center;

        /* P/Para Smll */
        font-family: 'Manrope';
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: capitalize;
    }
    .cheso {
        width: 100%;
        height: 1px;
        background: #D0D0D0;
        margin-top: 16px;
        margin-bottom: 16px;
    }
    .celebicy {
        color: var(--Grayscale-800, #3C3C3C);
        text-align: center;

        /* P/Para Smll */
        font-family: 'Manrope';
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: capitalize;
        margin-bottom: 0px;
    }
    .hs2_inner_mover {
        border-radius: 20px;
        border: 0px solid var(--Grayscale-White, #FFF);
        background: unset;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .home_page {
        margin-top: 106px;
        background: #F5F6F7;
        padding-left: 16px;
        padding-right: 16px;
    }
    .hs1_inner {
        background: linear-gradient(270deg, rgba(0, 0, 0, 0.00) 0.27%, rgba(0, 0, 0, 0.30) 99.67%), url(../img/hs1_mobo.png) lightgray 50% / cover no-repeat;
        border-radius: 20px;
        padding-top: 357px;
        padding-left: 24px;
        padding-bottom: 34px;
        padding-right: 24px;
        position: relative;
    }
    .dotted_div {
        display: none;
    }
    .hs1_title {
        color: var(--Grayscale-White, #FFF);
        font-family: 'Manrope';
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-transform: capitalize;
    }
    .hs2 {
        padding-bottom: 40px;
        margin-top: unset;
        position: relative;
    }
    .hs2_inner_mover_upper_frame {
        padding: 40px 8px 109px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 20px;
        position: relative;
        border-radius: 20px;
        background: transparent;
        border-bottom: 16px solid transparent;
    }
    .hs2_title {
        color: var(--Grayscale-800, #3C3C3C);
        text-align: center;
        font-family: 'Manrope';
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin-top: 0px;
        text-transform: capitalize;
    }
    .hs2_subtitle {
        color: var(--Txt, #136576);
        font-family: 'Manrope';
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 160.7%; /* 28.926px */
    }
    .hs2_caro_btn_div {
        border-radius: 0px 0px 20px 20px;
        background: var(--New-Primary-Green, #1BBC97);
        padding: 0px 45px;
        position: absolute;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        right: 50%;
        bottom: 0px;
        transform: translateX(50%);
        width: 100%;
        gap: 80px;
    }
    .shijuka svg, .subasa svg {
        width: 85px;
        height: 85px;
        rotate: -90deg;
    }
    .ele_num_txt {
        color: var(--Grayscale-White, #FFF);
        font-family: 'Manrope';
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: capitalize;
        margin-bottom: 0px;
        position: absolute;
        bottom: 32px;
        left: 50%;
        transform: translateX(-50%);
    }
    .hs2_inner_mover_upper_frame_right {
        min-width: unset;
    }
    .disc_more {
        display: none;
    }
    .btn_main_global, .btn_main_global:hover {
        width: 100%;
    }
    .btn_animation_div {
        border: 1px solid #1BBC97;
        border-radius: 100px;
        width: 100%;
    }
    .hs2_inner_mover_bottom video {
        border-radius: 20px;
    }
    .hs3_inner {
        background: unset;
        background-repeat: no-repeat;
        background-position: left center;
        background-size: cover;
        border-radius: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
    }
    .hs3_big_card {
        padding: 40px 24px;
        max-width: 459px;
        border-radius: 20px;
        background: var(--Grayscale-White, #FFF);
    }
    .hs3_big_card_title {
        color: var(--Grayscale-800, #3C3C3C);

        /* Headings/03 */
        font-family: 'Manrope';
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-transform: capitalize;
        margin-bottom: 32px;
    }
    .hs3_big_card_subtitle {
        color: var(--Txt, #136576);

        /* P/Para Std */
        font-family: 'Manrope';
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 160.7%; /* 28.926px */
        margin-bottom: 32px;
    }
    .hs3_big_card_footer {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        gap: 32px;
    }
    .btn_hs3_carousel_div {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 16px;
    }
    .hs3_inner_frame {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        gap: 24px;
    }
    .hs3_inner_frame_right {
        width: 343px;
        overflow-x: auto;
    }
    .hs3_card {
        padding: 40px 12px;
        border-radius: 20px;
        border-top: 5px solid #1BBC97;
        background: var(--Grayscale-White, #FFF);
        max-width: 343px;
    }
    .hs4_main {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        gap: 16px;
    }
    .hs4_main>* {
        min-height: 188px;
    } 


    .hs4_left {
        background: url(../img/hs4_l_mobo.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        border-radius: 60px;
        width: 100%;
        max-width: 100%;
        border-radius: 20px;
        border: 0px solid #FFFFFF;
    }
    .hs4_right {
        background: url(../img/hs4_r_mobo.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        border-radius: 60px;
        width: 100%;
        max-width: 100%;
        border-radius: 20px;
        border: 10px solid #FFFFFF;
    }
    .hs4_center {
        background: unset;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        border-radius: 20px;
        width: 100%;
        min-width: unset;
        padding-top: 0px;
    }
    .hs4_center_element {
        border-radius: 20px 20px 0px 0px;
        border-top: 5px solid #1BBC97;
        background: linear-gradient(#FFFFFF 86%, transparent 23%);
        max-width: 616px;
        padding: 40px 16px;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 0px;
    }
    .hs3_title {
        color: var(--Grayscale-800, #3C3C3C);
        text-align: center;
        font-family: 'Manrope';
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-transform: capitalize;
        margin-bottom: 16px;
    }
    .hs3_subtitle {
        color: var(--Txt, #136576);
        font-family: 'Manrope';
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        margin-bottom: 16px;
        line-height: 160.7%; /* 28.926px */
    }
    .hs3_post_subtitle {
        color: var(--Grayscale-900, #0E0E0E);
        text-align: center;
        font-family: 'Manrope';
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-decoration-line: underline;
        text-transform: uppercase;
        margin-bottom: 40px;
    }

}

@media only screen and (min-width: 780px) and (max-width:991px) {
    
    .hs2_inner_left, .hs2_inner_right {
        display: none;
    }
    .cart_table_div {
        display: none;
    }
    .cart_page_title {
        color: var(--Grayscale-800, #3C3C3C);
        text-align: center;
        font-family: 'Manrope';
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-transform: capitalize;
        margin-bottom: 8px;
    }
    .cart_page_subtitle {
        color: var(--Txt, #136576);
        text-align: center;
        font-family: 'Manrope';
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 160.7%; /* 28.926px */
        margin-bottom: 0px;
    }
    .cart_page_main {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        gap: 40px;
    }
    .cart_table_div_mobo {
        padding: 8px;
        border-radius: 20px;
        border-top: 5px solid var(--New-Primary-Green, #1BBC97);
        background: var(--Grayscale-White, #FFF);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 24px;
        width: 100%;
    }
    .cart_table_div_mobo_element {
        padding: 16px 24px;
        border-radius: 20px;
        background: var(--New-Secondary-Green, #E9FCF7);
        width: 100%;
    }
    .cart_table_div_mobo_element_title {
        color: var(--Grayscale-900, #0E0E0E);
        text-align: center;

        /* P/Btns + Fields/Btn Std */
        font-family: 'Manrope';
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-transform: capitalize;
        margin-bottom: 8px;
    }
    .cart_table_div_mobo_element_subtitle {
        color: var(--New-Primary-Green, #1BBC97);
        text-align: center;

        /* P/Para Smll */
        font-family: 'Manrope';
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: capitalize;
        margin-bottom: 8px;
    }
    .cart_table_div_mobo_element_subtitle2 {
        color: var(--Grayscale-800, #3C3C3C);
        text-align: center;

        /* P/Para Smll */
        font-family: 'Manrope';
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: capitalize;
        margin-bottom: 0px;
    }
    .cart_mobo_divider {
        height: 1px;
        width: 100%;
        color: #D0D0D0;
        margin-top: 16px;
        margin-bottom: 16px;
    }
    .cart_mobo_flexer {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: row;
    }
    .table_element {
        border-right: unset;
        margin-right: unset;
        min-width: unset;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 24px;
    }
    .cart_table_div_mobo .table_element button {
        padding: 0px;
    }
    .cart_mobo_title {
        color: var(--Grayscale-800, #3C3C3C);
        font-family: 'Manrope';
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-transform: capitalize;
        margin-bottom: 0px;
    }
    .cart_page {
        background: #F5F6F7;
        margin-top: 106px;
        padding-top: 32px;
        padding-bottom: 32px;
    }
    .checkout_fail {
        background: #F5F6F7;
        margin-top: 106px;
        padding-top: 32px;
        padding-bottom: 32px;
    }
    .table_coupon_div {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        gap: 24px;
        width: 100%;
    }
    .table_coupon_div_left {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        gap: 24px;
        width: 100%;
    }
    .tabla_futra {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        gap: 24px;
    }
    .btn_global_coloured {
        width: 100%;
    }
    .cart_mobo_title_checkout {
        color: var(--New-Primary-Green, #1BBC97);
        text-align: center;
        font-family: 'Manrope';
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-transform: capitalize;
        margin-bottom: 0px;
    }
    .wider1 {
        max-width: 80px;
    }
    
    .checkout_fail .cart_page_title {
        color: var(--Functional-Palette-Error, #D8514B);
        text-align: center;
        font-family: 'Manrope';
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-transform: capitalize;
        margin-bottom: 0px;
    }
    .cart_total_dark2, .cart_total_color2 {
        color: var(--Functional-Palette-Error, #D8514B);
        font-family: 'Manrope';
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-bottom: 0px;
    }
    .checkout_title {
        color: var(--Grayscale-800, #3C3C3C);
        text-align: center;

        /* Headings/03 */
        font-family: 'Manrope';
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-transform: capitalize;
    }
    .checkout_body_frame {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 24px;
    }
    .mogoro {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 18px;
        width: 100%;
        padding: 2px 0px;
    }
    .checkout_body_left_inner_title {
        color: var(--Grayscale-800, #3C3C3C);
        text-align: center;
        font-family: 'Manrope';
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-transform: capitalize;
        margin-bottom: 24px;
    }
    .chec_body_cart_item_element {
        border-radius: 20px;
        background: var(--New-Secondary-Green, #E9FCF7);
        padding: 16px 24px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }
    .check_cpn_div {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        gap: 16px;
    }
    .checkout_body_right_inner_title {
        color: var(--Grayscale-800, #3C3C3C);
        text-align: center;

        /* Headings/03 */
        font-family: 'Manrope';
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-transform: capitalize;
    }
    .checkout_body_left_inner_div {
        border-radius: 20px;
        border-top: 5px solid var(--New-Primary-Green, #1BBC97);
        background: var(--Grayscale-White, #FFF);
        padding: 16px;
        min-width: 100%;
    }
    .checkout_body_right_inner_div {
        border-radius: 20px;
        border-top: 5px solid var(--New-Primary-Green, #1BBC97);
        background: var(--Grayscale-White, #FFF);
        padding: 8px;
        min-width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: stretch;
        gap: 24px;
    }
    .tabla_futra_2 {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        gap: 30px;
    }
    .check_cart_element_left {
        display: flex;
        flex-direction: column;
        gap: 8px;
        padding-right: 0px;
        border-right: unset;
        min-width: unset;
    }
    .check_cart_element_right {
        padding-left: 0px;
    }
    .mstcd_im {
        max-width: 400px;
        height: unset;
        margin-left: auto;
        margin-right: auto;
    }
    .checkout_page {
        background: #F5F6F7;
        margin-top: 106px;
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 4px;
        padding-right: 4px;
    }
    .chec_cart_ele_usi_text {
        color: var(--Grayscale-900, #0E0E0E);
        text-align: center;

        /* P/Btns + Fields/Btn Std */
        font-family: 'Manrope';
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-transform: capitalize;
    }
    .chec_cart_ele_usi_text2 {
        color: var(--New-Primary-Green, #1BBC97);
        text-align: center;

        /* P/Para Smll */
        font-family: 'Manrope';
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: capitalize;
    }
    .cheso {
        width: 100%;
        height: 1px;
        background: #D0D0D0;
        margin-top: 16px;
        margin-bottom: 16px;
    }
    .celebicy {
        color: var(--Grayscale-800, #3C3C3C);
        text-align: center;

        /* P/Para Smll */
        font-family: 'Manrope';
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: capitalize;
        margin-bottom: 0px;
    }




    .hs2_inner_mover {
        border-radius: 20px;
        border: 0px solid var(--Grayscale-White, #FFF);
        background: unset;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .home_page {
        margin-top: 106px;
        background: #F5F6F7;
        padding-left: 16px;
        padding-right: 16px;
    }
    .hs1_inner {
        background: linear-gradient(270deg, rgba(0, 0, 0, 0.00) 0.27%, rgba(0, 0, 0, 0.30) 99.67%), url(../img/hs1_mobo.png) lightgray 50% / cover no-repeat;
        border-radius: 20px;
        padding-top: 357px;
        padding-left: 24px;
        padding-bottom: 34px;
        padding-right: 24px;
        position: relative;
    }
    .hs1_title {
        color: var(--Grayscale-White, #FFF);
        font-family: 'Manrope';
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-transform: capitalize;
    }
    .hs2 {
        padding-bottom: 40px;
        margin-top: unset;
        position: relative;
    }
    .hs2_inner_mover_upper_frame {
        padding: 40px 8px 109px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 20px;
        position: relative;
        border-radius: 20px;
        background: transparent;
        border-bottom: 16px solid transparent;
    }
    .hs2_title {
        color: var(--Grayscale-800, #3C3C3C);
        text-align: center;
        font-family: 'Manrope';
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin-top: 0px;
        text-transform: capitalize;
    }
    .hs2_subtitle {
        color: var(--Txt, #136576);
        font-family: 'Manrope';
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 160.7%; /* 28.926px */
    }
    .hs2_caro_btn_div {
        border-radius: 0px 0px 20px 20px;
        background: var(--New-Primary-Green, #1BBC97);
        padding: 0px 45px;
        position: absolute;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        right: 50%;
        bottom: 0px;
        transform: translateX(50%);
        width: 100%;
        gap: 80px;
    }
    .shijuka svg, .subasa svg {
        width: 85px;
        height: 85px;
        rotate: -90deg;
    }
    .ele_num_txt {
        color: var(--Grayscale-White, #FFF);
        font-family: 'Manrope';
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: capitalize;
        margin-bottom: 0px;
        position: absolute;
        bottom: 32px;
        left: 50%;
        transform: translateX(-50%);
    }
    .hs2_inner_mover_upper_frame_right {
        min-width: unset;
    }
    .disc_more {
        display: none;
    }
    .btn_main_global, .btn_main_global:hover {
        width: 100%;
    }
    .btn_animation_div {
        border: 1px solid #1BBC97;
        border-radius: 100px;
        width: 100%;
    }
    .hs2_inner_mover_bottom video {
        border-radius: 20px;
    }
    .hs3_inner {
        background: unset;
        background-repeat: no-repeat;
        background-position: left center;
        background-size: cover;
        border-radius: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
    }
    .hs3_big_card {
        padding: 40px 24px;
        max-width: 459px;
        border-radius: 20px;
        background: var(--Grayscale-White, #FFF);
    }
    .hs3_big_card_title {
        color: var(--Grayscale-800, #3C3C3C);

        /* Headings/03 */
        font-family: 'Manrope';
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-transform: capitalize;
        margin-bottom: 32px;
    }
    .hs3_big_card_subtitle {
        color: var(--Txt, #136576);

        /* P/Para Std */
        font-family: 'Manrope';
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 160.7%; /* 28.926px */
        margin-bottom: 32px;
    }
    .hs3_big_card_footer {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        gap: 32px;
    }
    .btn_hs3_carousel_div {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 8px;
    }
    .hs3_inner_frame {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        gap: 24px;
    }
    .hs3_inner_frame_right {
        width: 343px;
        overflow-x: auto;
    }
    .hs3_card {
        padding: 40px 12px;
        border-radius: 20px;
        border-top: 5px solid #1BBC97;
        background: var(--Grayscale-White, #FFF);
        max-width: 343px;
    }
    .hs4_main {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        gap: 16px;
    }
    .hs4_main>* {
        min-height: 188px;
    } 


    .hs4_left {
        background: url(../img/hs4_l_mobo.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        border-radius: 60px;
        width: 100%;
        max-width: 100%;
        border-radius: 20px;
        border: 0px solid #FFFFFF;
    }
    .hs4_right {
        background: url(../img/hs4_r_mobo.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        border-radius: 60px;
        width: 100%;
        max-width: 100%;
        border-radius: 20px;
        border: 10px solid #FFFFFF;
    }
    .hs4_center {
        background: unset;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        border-radius: 20px;
        width: 100%;
        min-width: unset;
        padding-top: 0px;
    }
    .hs4_center_element {
        border-radius: 20px 20px 0px 0px;
        border-top: 5px solid #1BBC97;
        background: linear-gradient(#FFFFFF 86%, transparent 23%);
        max-width: 616px;
        padding: 40px 16px;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 0px;
    }
    .hs3_title {
        color: var(--Grayscale-800, #3C3C3C);
        text-align: center;
        font-family: 'Manrope';
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-transform: capitalize;
        margin-bottom: 16px;
    }
    .hs3_subtitle {
        color: var(--Txt, #136576);
        font-family: 'Manrope';
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        margin-bottom: 16px;
        line-height: 160.7%; /* 28.926px */
    }
    .hs3_post_subtitle {
        color: var(--Grayscale-900, #0E0E0E);
        text-align: center;
        font-family: 'Manrope';
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-decoration-line: underline;
        text-transform: uppercase;
        margin-bottom: 40px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1151px) {
    .cart_table_div {
        border-radius: 60px;
        border-top: 5px solid var(--New-Primary-Green, #1BBC97);
        background: var(--Grayscale-White, #FFF);
        padding: 50px 32px;
        min-width: 1000px;
        display: flex;
        flex-direction: column;
        gap: 24px;
    }
    
    .hs2_inner_left, .hs2_inner_right {
        display: none;
    }
    .checkout_body_left_inner_div {
        border-radius: 60px;
        border-top: 5px solid var(--New-Primary-Green, #1BBC97);
        background: var(--Grayscale-White, #FFF);
        padding: 32px;
        min-width: 530px;
    }
    .hs2_inner_mover_upper_frame_right {
        min-width: 538px;
    }
    .hs2_inner_mover {
        border-radius: 60px;
        border: 10px solid var(--Grayscale-White, #FFF);
        background: var(--Grayscale-White, #FFF);
        width: 1080px;
        margin-left: auto;
        margin-right: auto;
    }
    .hs2_inner_mover_upper_frame {
        padding: 43px 187px 122px 39px;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 47px;
        position: relative;
        border-radius: 60px 60px 60px 0px;
        background: var(--Grayscale-White, #F5F6F7);
        border-bottom: 19px solid #FFF;
    }
    .hs2_inner_mover_upper_frame {
        padding: 43px 43px 120px 43px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 12px;
        position: relative;
        border-radius: 60px 60px 60px 0px;
        background: var(--Grayscale-White, #F5F6F7);
        border-bottom: 19px solid #FFF;
    }
    .hs2_title {
        margin-top: 0px;
    }
    .hs2_inner_mover {
        border-radius: 60px;
        border: 10px solid var(--Grayscale-White, #FFF);
        background: var(--Grayscale-White, #FFF);
        width: 848px;
        margin-left: auto;
        margin-right: auto;
    }
    .hs2_caro_btn_div {
        border-radius: 20px 20px 0px 0px;
        background: var(--New-Primary-Green, #1BBC97);
        padding: 8px;
        position: absolute;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        right: unset;
        bottom: 0px;
        left: 50%;
        transform: translateX(-50%);
    }
    .subasa svg , .shijuka svg {
        width: 50px;
        height: 50px;
        rotate: -90deg;
    }
    .ele_num_txt {
        color: var(--Txt, #136576);
        font-family: 'Manrope';
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: capitalize;
        margin-bottom: 0px;
        position: absolute;
        bottom: 83px;
        left: 50%;
        transform: translateX(-50%);
    }
    .hs1_inner {
        background: linear-gradient(270deg, rgba(0, 0, 0, 0.00) 0.27%, rgba(0, 0, 0, 0.30) 99.67%), url(../img/hs1_bg.png) lightgray 50% / cover no-repeat;
        border-radius: 60px;
        padding-top: 144px;
        padding-left: 61px;
        padding-bottom: 560px;
        position: relative;
    }
    .disc_more {
        position: absolute;
        left: 0px;
        width: 225px;
    }
    .hs3_inner_frame_right {
        width: 680px;
        overflow-x: auto;
    }
    .hs3_inner {
    background: url(../img/hs3.png);
    background-repeat: no-repeat;
    background-position: left center;
        background-size: cover;
        border-radius: 60px;
        padding-top: 96px;
        padding-bottom: 96px;
        padding-left: 56px;
    }

    .hs3_inner_frame {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 33px;
    }
}

@media only screen and (min-width: 1152px) and (max-width:1279px) {
    .cart_table_div {
        border-radius: 60px;
        border-top: 5px solid var(--New-Primary-Green, #1BBC97);
        background: var(--Grayscale-White, #FFF);
        padding: 50px 32px;
        min-width: 1000px;
        display: flex;
        flex-direction: column;
        gap: 24px;
    }
    .checkout_body_left_inner_div {
        border-radius: 60px;
        border-top: 5px solid var(--New-Primary-Green, #1BBC97);
        background: var(--Grayscale-White, #FFF);
        padding: 32px;
        min-width: 600px;
    }
    .hs2_inner_mover_upper_frame {
        padding: 43px 43px 120px 43px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 12px;
        position: relative;
        border-radius: 60px 60px 60px 0px;
        background: var(--Grayscale-White, #F5F6F7);
        border-bottom: 19px solid #FFF;
    }
    .hs2_title {
        margin-top: 0px;
    }
    .hs2_inner_mover {
        border-radius: 60px;
        border: 10px solid var(--Grayscale-White, #FFF);
        background: var(--Grayscale-White, #FFF);
        width: 848px;
        margin-left: auto;
        margin-right: auto;
    }
    .hs2_caro_btn_div {
        border-radius: 20px 20px 0px 0px;
        background: var(--New-Primary-Green, #1BBC97);
        padding: 8px;
        position: absolute;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        right: unset;
        bottom: 0px;
        left: 50%;
        transform: translateX(-50%);
    }
    .subasa svg , .shijuka svg {
        width: 50px;
        height: 50px;
        rotate: -90deg;
    }
    .ele_num_txt {
        color: var(--Txt, #136576);
        font-family: 'Manrope';
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: capitalize;
        margin-bottom: 0px;
        position: absolute;
        bottom: 83px;
        left: 50%;
        transform: translateX(-50%);
    }
    .hs1_inner {
        background: linear-gradient(270deg, rgba(0, 0, 0, 0.00) 0.27%, rgba(0, 0, 0, 0.30) 99.67%), url(../img/hs1_bg.png) lightgray 50% / cover no-repeat;
        border-radius: 60px;
        padding-top: 144px;
        padding-left: 61px;
        padding-bottom: 560px;
        position: relative;
    }
    .disc_more {
        position: absolute;
        left: 0px;
        width: 225px;
    }
    .hs3_inner_frame_right {
        width: 680px;
        overflow-x: auto;
    }
    .hs3_inner {
    background: url(../img/hs3.png);
    background-repeat: no-repeat;
    background-position: left center;
        background-size: cover;
        border-radius: 60px;
        padding-top: 96px;
        padding-bottom: 96px;
        padding-left: 56px;
    }

    .hs3_inner_frame {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 33px;
    }
    
    .hs2_inner_left, .hs2_inner_right {
        display: none;
    }
}

@media only screen and (min-width: 1280px) and (max-width:1348px) {
    .btn_bajuka img {
        max-width: 64px!important;
    }
    .checkout_body_left_inner_div {
        border-radius: 60px;
        border-top: 5px solid var(--New-Primary-Green, #1BBC97);
        background: var(--Grayscale-White, #FFF);
        padding: 32px;
        min-width: 600px;
    }
    .hs2_inner_mover_upper_frame_right {
        min-width: 538px;
    }
    .hs2_inner_mover {
        border-radius: 60px;
        border: 10px solid var(--Grayscale-White, #FFF);
        background: var(--Grayscale-White, #FFF);
        width: 1080px;
        margin-left: auto;
        margin-right: auto;
    }
    .hs2_inner_mover_upper_frame {
        padding: 43px 187px 122px 39px;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 47px;
        position: relative;
        border-radius: 60px 60px 60px 0px;
        background: var(--Grayscale-White, #F5F6F7);
        border-bottom: 19px solid #FFF;
    }
    .hs1_inner {
        background: linear-gradient(270deg, rgba(0, 0, 0, 0.00) 0.27%, rgba(0, 0, 0, 0.30) 99.67%), url(../img/hs1_bg.png) lightgray 50% / cover no-repeat;
        border-radius: 60px;
        padding-top: 144px;
        padding-left: 61px;
        padding-bottom: 560px;
        position: relative;
    }
    .disc_more {
        position: absolute;
        left: 0px;
        width: 225px;
    }

    .hs3_inner_frame_right {
        width: 680px;
        overflow-x: auto;
    }
    .hs3_inner {
    background: url(../img/hs3.png);
    background-repeat: no-repeat;
    background-position: left center;
        background-size: cover;
        border-radius: 60px;
        padding-top: 96px;
        padding-bottom: 96px;
        padding-left: 56px;
    }

    .hs3_inner_frame {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 33px;
    }
    .hs4_center {
        background: url(../img/hs4_center.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        border-radius: 60px;
        width: 100%;
        min-width: 745px;
        /*padding-top: 206px;*/
    }
    .hs2_inner_left {
        position: absolute;
        left: -102px;
        top: 210px;
        transition: all 2s;
        width: 90px;
    }
    .hs2_inner_right {
        position: absolute;
        right: -102px;
        bottom: 0px;
        transition: all 2s;
        width: 90px;
    }
    .hs2:hover .hs2_inner_right {
        bottom: 563px;
    }
}
@media only screen and (min-width: 1349px) and (max-width:1439px) {
    .hs2_inner_mover_upper_frame_right {
        min-width: 538px;
    }
    .hs2_inner_mover {
        border-radius: 60px;
        border: 10px solid var(--Grayscale-White, #FFF);
        background: var(--Grayscale-White, #FFF);
        width: 1080px;
        margin-left: auto;
        margin-right: auto;
    }
    .hs2_inner_mover_upper_frame {
        padding: 43px 187px 122px 39px;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 47px;
        position: relative;
        border-radius: 60px 60px 60px 0px;
        background: var(--Grayscale-White, #F5F6F7);
        border-bottom: 19px solid #FFF;
    }
    .hs1_inner {
        background: linear-gradient(270deg, rgba(0, 0, 0, 0.00) 0.27%, rgba(0, 0, 0, 0.30) 99.67%), url(../img/hs1_bg.png) lightgray 50% / cover no-repeat;
        border-radius: 60px;
        padding-top: 144px;
        padding-left: 61px;
        padding-bottom: 560px;
        position: relative;
    }
    .disc_more {
        position: absolute;
        left: 0px;
        width: 225px;
    }
    .hs3_inner_frame_right {
        width: 755px;
        overflow-x: auto;
    }
    .hs3_inner {
    background: url(../img/hs3.png);
    background-repeat: no-repeat;
    background-position: left center;
        background-size: cover;
        border-radius: 60px;
        padding-top: 96px;
        padding-bottom: 96px;
        padding-left: 56px;
    }

    .hs3_inner_frame {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 33px;
    }
    .hs4_center {
        background: url(../img/hs4_center.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        border-radius: 60px;
        width: 100%;
        min-width: 745px;
        /*padding-top: 206px;*/
    }
    
    .hs2_inner_left {
        position: absolute;
        left: -125px;
        top: 210px;
        transition: all 2s;
        width: 110px;
    }
    .hs2_inner_right {
        position: absolute;
        right: -140px;
        bottom: 0px;
        transition: all 2s;
        width: 110px;
    }
    .hs2:hover .hs2_inner_right {
        bottom: 563px;
    }
}

@media only screen and (min-width: 1440px) and (max-width:1499px) {
    .hs2_inner_mover_upper_frame_right {
        min-width: 538px;
    }
    .hs2_inner_mover {
        border-radius: 60px;
        border: 10px solid var(--Grayscale-White, #FFF);
        background: var(--Grayscale-White, #FFF);
        width: 1080px;
        margin-left: auto;
        margin-right: auto;
    }
    .hs2_inner_mover_upper_frame {
        padding: 43px 187px 122px 39px;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 47px;
        position: relative;
        border-radius: 60px 60px 60px 0px;
        background: var(--Grayscale-White, #F5F6F7);
        border-bottom: 19px solid #FFF;
    }
    .hs1_inner {
        background: linear-gradient(270deg, rgba(0, 0, 0, 0.00) 0.27%, rgba(0, 0, 0, 0.30) 99.67%), url(../img/hs1_bg.png) lightgray 50% / cover no-repeat;
        border-radius: 60px;
        padding-top: 144px;
        padding-left: 100px;
        padding-bottom: 560px;
        position: relative;
    }
    .disc_more {
        position: absolute;
        left: 0px;
        width: 225px;
    }
    .hs3_inner {
    background: url(../img/hs3.png);
    background-repeat: no-repeat;
    background-position: left center;
        background-size: cover;
        border-radius: 60px;
        padding-top: 96px;
        padding-bottom: 96px;
        padding-left: 59px;
    }
   
    .hs3_inner_frame_right {
        width: 755px;
        overflow-x: auto;
    }    
    .hs4_center {
        background: url(../img/hs4_center.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        border-radius: 60px;
        width: 100%;
        min-width: 745px;
        /*padding-top: 206px;*/
    }
    
    .hs2_inner_left {
        position: absolute;
        left: -170px;
        top: 210px;
        transition: all 2s;
        width: 150px;
    }
    .hs2_inner_right {
        position: absolute;
        right: -160px;
        bottom: 0px;
        transition: all 2s;
        width: 150px;
    }
    .hs2:hover .hs2_inner_right {
        bottom: 563px;
    }
}

@media only screen and (min-width: 1500px) and (max-width:1599px) {
    .hs2_inner_mover_upper_frame_right {
        min-width: 538px;
    }
    .hs2_inner_mover {
        border-radius: 60px;
        border: 10px solid var(--Grayscale-White, #FFF);
        background: var(--Grayscale-White, #FFF);
        width: 1150px;
        margin-left: auto;
        margin-right: auto;
    }
    .hs1_inner {
        background: linear-gradient(270deg, rgba(0, 0, 0, 0.00) 0.27%, rgba(0, 0, 0, 0.30) 99.67%), url(../img/hs1_bg.png) lightgray 50% / cover no-repeat;
        border-radius: 60px;
        padding-top: 144px;
        padding-left: 100px;
        padding-bottom: 560px;
        position: relative;
    }
    .disc_more {
        position: absolute;
        left: 0px;
        width: 225px;
    }
    .hs3_inner {
    background: url(../img/hs3.png);
    background-repeat: no-repeat;
    background-position: left center;
        background-size: cover;
        border-radius: 60px;
        padding-top: 96px;
        padding-bottom: 96px;
        padding-left: 59px;
    }
    .hs3_inner_frame_right {
        width: 800px;
        overflow-x: auto;
    }
    .hs4_center {
        background: url(../img/hs4_center.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        border-radius: 60px;
        width: 100%;
        min-width: 745px;
        /*padding-top: 206px;*/
    }
    .hs2_inner_left {
        position: absolute;
        left: -170px;
        top: 210px;
        transition: all 2s;
        width: 150px;
    }
    .hs2_inner_right {
        position: absolute;
        right: -160px;
        bottom: 0px;
        transition: all 2s;
        width: 150px;
    }
}

@media only screen and (min-width: 1600px) and (max-width:1699px) {
    .hs2_inner_mover_upper_frame_right {
        min-width: 538px;
    }
    .hs3_inner_frame_right {
        width: 883px;
        overflow-x: auto;
    }
    .hs2_inner_mover {
        border-radius: 60px;
        border: 10px solid var(--Grayscale-White, #FFF);
        background: var(--Grayscale-White, #FFF);
        width: 1150px;
        margin-left: auto;
        margin-right: auto;
    }

    .hs1_inner {
        background: linear-gradient(270deg, rgba(0, 0, 0, 0.00) 0.27%, rgba(0, 0, 0, 0.30) 99.67%), url(../img/hs1_bg.png) lightgray 50% / cover no-repeat;
        border-radius: 60px;
        padding-top: 144px;
        padding-left: 100px;
        padding-bottom: 560px;
        position: relative;
    }
    .disc_more {
        position: absolute;
        left: 0px;
        width: 300px;
    }
    .hs3_inner {
    background: url(../img/hs3.png);
    background-repeat: no-repeat;
    background-position: left center;
        background-size: cover;
        border-radius: 60px;
        padding-top: 96px;
        padding-bottom: 96px;
        padding-left: 59px;
    }
    .hs4_center {
        background: url(../img/hs4_center.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        border-radius: 60px;
        width: 100%;
        min-width: 745px;
        /*padding-top: 206px;*/
    }
    .hs2_inner_left {
        position: absolute;
        left: -213px;
        top: 210px;
        transition: all 2s;
    }
    .hs2:hover .hs2_inner_right {
        bottom: 490px;
    }
    .hs2:hover .hs2_inner_left {
        top: 778px;
    }
}

@media only screen and (min-width: 1700px) and (max-width:1799px) {
    .hs2_inner_left {
        position: absolute;
        left: -213px;
        top: 210px;
        transition: all 2s;
    }
    .hs2:hover .hs2_inner_right {
        bottom: 513px;
    }
    .hs2:hover .hs2_inner_left {
        top: 778px;
    }
    .hs2_inner_mover {
        border-radius: 60px;
        border: 10px solid var(--Grayscale-White, #FFF);
        background: var(--Grayscale-White, #FFF);
        width: 1255px;
        margin-left: auto;
        margin-right: auto;
    }

    .hs1_inner {
        background: linear-gradient(270deg, rgba(0, 0, 0, 0.00) 0.27%, rgba(0, 0, 0, 0.30) 99.67%), url(../img/hs1_bg.png) lightgray 50% / cover no-repeat;
        border-radius: 60px;
        padding-top: 144px;
        padding-left: 100px;
        padding-bottom: 560px;
        position: relative;
    }
    .disc_more {
        position: absolute;
        left: 0px;
        width: 300px;
    }
    .hs3_inner {
    background: url(../img/hs3.png);
    background-repeat: no-repeat;
    background-position: left center;
        background-size: cover;
        border-radius: 60px;
        padding-top: 96px;
        padding-bottom: 96px;
        padding-left: 59px;
    }
    .hs4_center {
        background: url(../img/hs4_center.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        border-radius: 60px;
        width: 100%;
        min-width: 974px;
        /*padding-top: 206px;*/
    }
}

@media only screen and (min-width: 1800px) and (max-width:1919px) {

    .hs1_inner {
        background: linear-gradient(270deg, rgba(0, 0, 0, 0.00) 0.27%, rgba(0, 0, 0, 0.30) 99.67%), url(../img/hs1_bg.png) lightgray 50% / cover no-repeat;
        border-radius: 60px;
        padding-top: 144px;
        padding-left: 100px;
        padding-bottom: 560px;
        position: relative;
    }
    .disc_more {
        position: absolute;
        left: 0px;
        width: 300px;
    }
    .hs3_inner {
    background: url(../img/hs3.png);
    background-repeat: no-repeat;
    background-position: left center;
        background-size: cover;
        border-radius: 60px;
        padding-top: 96px;
        padding-bottom: 96px;
        padding-left: 59px;
    }
    .hs4_center {
        background: url(../img/hs4_center.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        border-radius: 60px;
        width: 100%;
        min-width: 974px;
        /*padding-top: 206px;*/
    }
}