/** Shopify CDN: Minification failed

Line 1041:4 "border-bototm" is not a known CSS property
Line 1881:1 Expected "}" to go with "{"

**/
/* Base */
.js body::-webkit-scrollbar{
    display: none;
}
.no-js:not(html) {
    display: none !important;
}

html.no-js .no-js:not(html) {
    display: block !important;
}

html{
    --top-content-height: 0px;
}

.no-js-inline {
    display: none !important;
}

html.no-js .no-js-inline {
    display: inline-block !important;
}

html.no-js .no-js-hidden {
    display: none !important;
}

[dir=ltr] {
    --icon-direction: 1;
}

[dir=rtl] {
    --icon-direction: -1;
}

a:empty,
ul:empty,
dl:empty,
div:empty,
section:empty,
article:empty,
p:empty,
h1:empty,
h2:empty,
h3:empty,
h4:empty,
h5:empty,
h6:empty {
    display: none;
}

main{
    flex: 1 0 auto;
}

summary {
    cursor: pointer;
    list-style: none;
    position: relative;
}

summary::-webkit-details-marker {
    display: none;
}

img,
iframe,
video {
    max-width: 100%;
    height: auto;
}

/* Remove default arrow for input number */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.flickity-prev-next-button:disabled { display: none; }


/* Typefaces */
:root{
    --font-size-h0: clamp(2.69rem, 3.94vw + 1.21rem, 6.88rem);
    --font-size-h1: clamp(2.52rem, 3.02vw + 1.39rem, 5.73rem);
    --font-size-h2: clamp(2.36rem, 2.27vw + 1.51rem, 4.78rem);
    --font-size-h3: clamp(2.21rem, 1.66vw + 1.59rem, 3.98rem);
    --font-size-h4: clamp(2.07rem, 1.17vw + 1.64rem, 3.32rem);
    --font-size-h5: clamp(1.94rem, 0.77vw + 1.65rem, 2.76rem);
    --font-size-h6: clamp(1.82rem, 0.45vw + 1.65rem, 2.3rem);
    --font-size-body-small: clamp(1.5rem, -0.16vw + 1.56rem, 1.33rem);
    --font-size-body-large: clamp(1.71rem, 0.2vw + 1.63rem, 1.92rem);

}
h1,
h2,
h3,
h4,
h5,
h6{
    font-family: var(--font-heading-family);
    font-weight: var(--font-heading-weight);
    font-style: var(--font-heading-style);
    letter-spacing: calc(var(--font-heading-scale) * 0.06rem);
    line-height: calc(1 + 0.3 / max(1, var(--font-heading-scale)));
    word-break: break-word;
}


.u-h0{
    font-size: calc(var(--font-heading-scale)* var(--font-size-h0));
}

h1,
.u-h1{
    font-size: calc(var(--font-heading-scale)* var(--font-size-h1));
}

h2, 
.u-h2{
    font-size: calc(var(--font-heading-scale)* var(--font-size-h2));
}

h3,
.u-h3{
    font-size: calc(var(--font-heading-scale)* var(--font-size-h3));
}

h4,
.u-h4{
    font-size: calc(var(--font-heading-scale)* var(--font-size-h4));
}

h5,
.u-h5{
    font-size: calc(var(--font-heading-scale)* var(--font-size-h5));
}

h6,
.u-h6{
    font-size: calc(var(--font-heading-scale)* var(--font-size-h6));
}

.rte h1,
.rte h2,
.rte h3,
.rte h4,
.rte h5,
.rte h6{
    font-family: var(--font-body-family);
}

small,
.u-small{
    font-size: var(--font-size-body-small);
}

.u-large{
    font-size: var(--font-size-body-large);
}

.u-body{
    font-size: 1.6rem;
    font-family: var(--font-body-family);
    font-weight: var(--font-body-weight);
    font-style: var(--font-body-style);
    line-height: calc(1 + 0.3 / var(--font-body-scale));
}

.font-1{
    font-family: var(--font-heading-family);
}

.font-2{
    font-family: var(--font-body-family);
}

/* Utility classes  */
.has-border-top{
    border-top: solid currentColor var(--border-width);
}
.has-border-bottom {
    border-bottom: solid currentColor var(--border-width);
}

.uppercase{
    text-transform: uppercase;
}

.focus-none {
    box-shadow: none!important;
    outline: 0!important;
}

.overflow-hidden{
    overflow: hidden;
}

.visually-hidden {
    position: absolute !important;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0 0 0 0);
    word-wrap: normal !important;
}

.visually-hidden--inline {
    margin: 0;
    height: 1em;
}

.hidden{
    display: none !important;
}

.skip-to-content-link:focus {
    z-index: 9999;
    position: inherit;
    overflow: auto;
    width: auto;
    height: auto;
    clip: auto;
}

.list-unstyled{
    list-style: none;
    padding: 0;
    margin: 0;
}

.text-center{
    text-align: center;
}

.margin-align-center{
    margin-inline-start: auto;
    margin-inline-end: auto;
}

.link{
    cursor: pointer;
    color:inherit;
    display: inline-block;
    text-decoration: none;
}

.disable-pointer-events{
    pointer-events: none;
}

.no-weight {
    font-weight: normal;
}

.mobile-only {
    display: block !important;
}

.desktop-only {
    display: none !important;
}

@media screen and (min-width: 60em) {
    .mobile-only {
        display: none !important;
    }

    .desktop-only {
        display: block !important;
    }
}

.padding-top-none {
    padding-top: 0;
}
.padding-bottom-none {
    padding-bottom: 0;
}


.padding-top-xxl {
    padding-top: 3.2rem;
}
.padding-bottom-xxl {
    padding-bottom: 3.2rem;
}

.padding-top-xxxl {
    padding-top: 5.6rem;
}
.padding-bottom-xxxl {
    padding-bottom: 5.6rem;
}

@media screen and (min-width: 60em) {
    .padding-top-xxl {
        padding-top: 5.6rem;
    }
    .padding-bottom-xxl {
        padding-bottom: 5.6rem;
    }

    .padding-top-xxxl {
        padding-top: 11.2rem;
    }
    .padding-bottom-xxxl {
        padding-bottom: 11.2rem;
    }
}

.color-success {
    color: var(--color-success);
}

/* Layout */
.page-gutter {
    padding-inline-start: var(--page-gutter);
    padding-inline-end: var(--page-gutter);
}

/* --- */
::selection {
    background-color: var(--color-selection);
}

:target {
    scroll-margin-top: calc(var(--top-content-height) + 4rem);
}

:focus-visible {
    outline-style: dashed;
    outline-width: 2px;
    outline-offset: 2px;
    outline-color: var(--color-base-text);
}

a {
    color: inherit;
}

li {
    list-style-position: inside;
}

table {
    border-collapse: collapse;
    width: 100%;
}

table td {
    text-align: center;
}

table td,
table th {
    padding: 2rem;
}


table thead th,
table tbody td {
    border-bottom: 1px solid currentColor;
    position: relative;
}

blockquote {
    border-inline-start: 0.3em solid currentColor;
    padding: 1.6rem 2.4rem;
    padding-inline-end: 0;
    font-size: var(--font-size-body-large);
}

.rte:after {
    clear: both;
    content: '';
    display: block;
}

.rte > *:first-child {
    margin-top: 0;
}

.rte > *:last-child {
    margin-bottom: 0;
}

.rte * {
    margin: revert;
}

.icon-group {
    display: flex;
    align-items: center;
    gap: .8rem;
}

.icon {
    transform: scaleX(var(--icon-direction));
}

.icon--not-mirrored{
    /* Some icons should not be mirrored in RTL layouts. Learn more: https://m2.material.io/design/usability/bidirectionality.html#mirroring-elements */
    transform: var(--icon-direction);
}

.quantity {
    border: var(--button-border-width) solid currentColor;
    position: relative;
    display: flex;
    border-radius: var(--button-border-radius);
    padding: 1.6rem;
    max-width: 20rem;
}

.quantity__button {
    position: relative;
    width: 8rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.quantity__button svg {
    width: 2.4rem;
    height: auto;
    pointer-events: none;
}

.quantity__input {
    color: currentColor;
    font-size: 1.4rem;
    font-weight: 500;
    opacity: .85;
    text-align: center;
    background-color: transparent;
    border: 0;
    padding: 0 1.6rem;
    width: 100%;
    flex-grow: 1;
    -webkit-appearance: none;
    appearance: none;
}

.quantity__input[type="number"] {
    -moz-appearance: textfield;
}

.field {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    row-gap: 0.8rem;
}

.field__input {
    appearance: none;
    background-color: var(--input-background-color);
    color: var(--input-text-color);
    font: inherit;
    border: solid currentColor 1px;
    box-shadow: none;
    padding: .8rem 2.4rem;
    width: 100%;
    height: 4rem;
    border-radius: var(--input-border-radius);
}

.field__input::placeholder {
    color: inherit;
}

.field__button {
    cursor: pointer;
    background-color: transparent;
    color: currentColor;
    border: 0;
    height: 4rem;
    width: 4rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    inset-inline-end: 2.4rem;
    top: 0;
}

.field__password  > div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.6rem;
}

.field__password > div > password-visibility{
    width: 100%;
}

.field__password > div > button{
    height: 4rem;
}

.text-area{
    resize: none;
    min-height: 20rem;
    font: inherit;
    padding: 1.6rem 2.4rem;
}

.form-status-list,
form .errors {
    margin-block: 1rem 4rem;
    margin-inline: 0;
}

.form-status-list li,
form .errors li {
    list-style-position: inside;
}

.form-status-list li::first-letter,
form .errors li::first-letter {
    text-transform: capitalize;
}


.field.field--with-error {
    color: var(--color-error);
}

.form__message{
    display: block;
    margin-top: 1.6rem;
}

.select {
    position: relative;
}

.select select {
    background: none;
    border: none;
    border: 1px solid currentColor;
    padding: .8rem 1.6rem;
    border-radius: var(--input-border-radius);
    color: currentColor;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
}

.select .icon{
    position: absolute;
    inset-inline-end: 1.6rem;
    top: 50%;
    transform: translateY(-50%);
}

.search__field{
    flex-direction: row;
    column-gap: 1.2rem;
}

.search__input{
    padding-inline-start: calc(2.4rem * 2 + 1rem);
}

.search__button{
    position: relative;
    inset: unset;
    width: unset;
    justify-content: flex-start;
    text-align: start;
}

.search__icon{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    inset-inline-start: 2.4rem;
    pointer-events: none;
}

.search__icon svg{
    width: 2.4rem;
    height: 2.4rem;
}

.shopify-policy__container {
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.shopify-policy__container > * +* {
    margin-top: 5.6rem;
}

shopify-accelerated-checkout {
    --shopify-accelerated-checkout-button-block-size: 4.4rem;
    --shopify-accelerated-checkout-button-border-radius: var(--button-border-radius);
    --shopify-accelerated-checkout-button-box-shadow: 0 0 0 var(--button-border-width) var(--cta-button-border-color);
    --shopify-accelerated-checkout-skeleton-background-color: #dedede;
    --shopify-accelerated-checkout-skeleton-animation-opacity-start: 1;
    --shopify-accelerated-checkout-skeleton-animation-opacity-end: 0.5;
    --shopify-accelerated-checkout-skeleton-animation-duration: 4s;
    --shopify-accelerated-checkout-skeleton-animation-timing-function: ease;
}

shopify-accelerated-checkout-cart {
    --shopify-accelerated-checkout-button-block-size: 7.2rem;
    --shopify-accelerated-checkout-button-inline-size: 5.4rem;
    --shopify-accelerated-checkout-button-border-radius: var(--button-border-radius);
    --shopify-accelerated-checkout-button-box-shadow: 0 0 0 var(--button-border-width) var(--cta-button-border-color);
    --shopify-accelerated-checkout-inline-alignment: flex-start;
    --shopify-accelerated-checkout-row-gap: 1.6rem;
    --shopify-accelerated-checkout-skeleton-background-color: #dedede;
    --shopify-accelerated-checkout-skeleton-animation-opacity-start: 1;
    --shopify-accelerated-checkout-skeleton-animation-opacity-end: 0.5;
    --shopify-accelerated-checkout-skeleton-animation-duration: 4s;
    --shopify-accelerated-checkout-skeleton-animation-timing-function: ease;
}

.media {
    position: relative;
    overflow: hidden;
    display: block;
    background: rgb(var(--color-primary));
}

.media--16-9 {
    --aspect-ratio: 9/16;
    padding-bottom: calc(100% * (var(--aspect-ratio)));
}

.media--portrait {
    --aspect-ratio: 1.25;
    padding-bottom: calc(100% * (var(--aspect-ratio)));
}

.media--square {
    --aspect-ratio: 1;
    padding-bottom: calc(100% * (var(--aspect-ratio)));
}

.media--landscape {
    --aspect-ratio: 0.666;
    padding-bottom: calc(100% * (var(--aspect-ratio)));
}

.media--transparent{
    background: transparent;
}


.media > svg,
.media > img,
.media > video,
.media > background-video,
.media > iframe,
.media > model-viewer {
    display: block;
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

background-video{
    position: relative;
}

background-video > video{
    display: block;
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.btn {
    background: var(--button-background-color);
    color: var(--button-text-color);
    padding-inline-start: 5.6rem;
    padding-inline-end: 5.6rem;
    padding-block-start: 1.6rem;
    padding-block-end: 1.6rem;
    border: var(--button-border-color) solid var(--button-border-width);
    border-radius: var(--button-border-radius);
    text-decoration: none;
    font-size: 1.4rem;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: calc(1.6rem / 2);
    transition: background-color .4s ease-in-out, color .4s ease-in-out;
}

.btn:hover{
    --button-background-color: var(--button-background-color-on-hover);
    --button-text-color: var(--button-text-color-on-hover);
    --button-border-color: var(--button-border-color-on-hover);
}

.btn-reset{
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    color: inherit;
    border: 0;
    padding: 0;
    font-size: inherit;
    cursor: pointer;
}

.btn-full {
    width: 100%;
}

.btn:disabled{
    cursor: not-allowed;
}

.cta-btn{
    --button-background-color: var(--cta-button-background-color);
    --button-text-color: var(--cta-button-text-color);
    --button-border-color: var(--cta-button-border-color);
}

.cta-btn:hover{
    --button-background-color: var(--cta-button-background-color-on-hover);
    --button-text-color: var(--cta-button-text-color-on-hover);
    --button-border-color: var(--cta-button-border-color-on-hover);
}

.grid {
    display: grid;
    grid-template-columns: repeat(var(--grid-columns), 1fr);
    grid-template-rows: auto;
    gap: var(--grid-vertical-spacing) var(--grid-horizontal-spacing);
}

@media screen and (min-width: 60em){
    .grid {
        grid-template-columns: repeat(var(--grid-columns), 1fr);
        grid-template-rows: auto;
        gap: var(--grid-vertical-spacing) var(--grid-horizontal-spacing);
    }
}

.tags {
    display: inline-flex;
    gap: 1rem;
}

.tag {
    border: dashed currentColor 1px;
    padding: .4rem 1.6rem;
    border-radius: 3.6rem;
}

.badge{
    padding: 0.4rem 1.6rem;
    border-radius: 50px;
}

.badge--dashed{
    background-color: transparent;
    color: var(--color-foreground);
    border: currentColor dashed 1px;
}

.newsletter-form__message--success {
    margin-top: 2rem;
}

.list-social__item{
    display: inline-block;
}

.list-social__item svg{
    height: 2.4rem;
    width: auto;
}

li.list-social__item:not(:last-child) {
    margin-inline-end: 1.6rem;
}

password-visibility{
    position: relative;
}

password-visibility > button{
    position: absolute;
    inset-inline-end: 2.4rem;
    top: 50%;
    transform: translateY(-50%);
}

password-visibility > button svg{
    height: 2.4rem;
    width: auto;
}

.no-js cama-slider {
    display: block;
    overflow-x: auto;
    display: flex;
    /* justify-content: center; */
}

.no-js cama-slider [data-slider] {
    display: inline-flex;
}

cama-slider{
    display: block;
}

[data-slider]:not(.flickity-enabled) {
    display: inline-flex;
}

product-recommendations{
    display: block;
}

product-recommendations:empty{
    margin: 0 !important;
    padding: 0 !important;
}

/**  Custom style  ##**/
/** Hero Banner section css **/

html img{
  display: block;
}
.hd{
  font-weight: 700;
  font-size: 48px;
  line-height: 100%;
  text-align: center;
  color: #000;
}

.Hero_banner {
    position: relative;
}
.Hero_banner_img_wrap .only_mobile {
    display: none;
}
.Hero_banner_wrapper {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10%;
    max-width: 568px;
    text-align: center;
}
.Hero_banner_hd_Wrap .hd {
    font-family: Beausite Grand Trial;
    font-weight: 700;
    font-size: 70px;
    line-height: 1.2;
    text-align: center;
}
.Hero_banner_desc {
    font-family: Beausite Classic Trial;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.2;
    text-align: center;
    color: #000;
    margin-top: 20px;
}
.Hero_banner_btn-wrap {
    margin-top: 50px;
    display: inline-block;
}
.button {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    background: #eff483;
    padding: 17px 44px;
    display: inline-block;
    border-radius: 50px;
    text-decoration: none;
    color: #28564d;
    border: 1px solid #28564D;
}
.background-media_hd_Wrap .hd p {
        font-family: 'Regards', sans-serif !important;
}
/**Video section Hero**/
.background-media_content {
    position: absolute;
    top: 50%;
    left: 4%;
    max-width: 800px;
    transform: translateY(-50%);
}
span.toggle-sound.uppercase {
    display: none;
}
.background-media_wrap {
    max-width: 700px;
}
.background-media_wrapper {
    position: relative;
    border-top: 1px solid;
    border-bottom: 1px solid;
}
.background-media_hd_Wrap .hd {
    font-weight: 700;
    font-size: 70px;
    line-height: 100%;
    text-align: center;
}
.background-media_block {
    text-align: center;
}
.background-media_desc {
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    padding: 20px 0 40px;
}
/** Single text line css **/

.Single_line_text_desc {
    padding: 20px;
    font-weight: 350;
    font-size: 24px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}
.Single_text_2 .Single_line_text_desc-2 {
    padding: 44px 10px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    font-size: 32px;
}
/** Custom Icon Text Css***/
.Custom_icon_text_card_wrap {
    display: flex;
    justify-content: center;
    gap: 100px;
    align-items: center;
    margin: 40px 0;
}
section.Single_image {
    padding: 85px 0;
    border:1px solid;
    border-bottom: none;
}

/** Csutom icon text***/
.Custom_icon_text_btn_wrap {
    text-align: center;
}
.Custom_icon_text_card_desc {
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    text-align: center;
    color: #fff;
    margin-top: 20px;
}
.Custom_icon_text_card_inner {
    background: #28564d;
    padding: 30px 10px;
    border-radius: 20px;
    max-width: 300px;
    height: 280px;
    width: 100%;
}
.Custom_icon_text_card_icon img {
    margin: auto;
}
section.Custom_icon_text {
    padding: 40px 0;
    position: relative;
    border: 1px solid;
    border-bottom: none;
}
/** Image text css  ****/
.Custom_image_text_block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 20px;
}
.Custom_icon_text_Wrapper {
    position: relative;
    z-index: 2;
}
.Custom_image_text_desc {
    font-weight: 400;
    font-size: 24px;
    line-height: 1.2;
    color: #000000;
}
.Custom_image_text_btn_wrap {
    margin-top: 50px;
}
.Custom_image_text_left_col {
    padding-right: 70px;
}
.Custom_image_text_left_right {
    border-left: 1px solid #000;
}
section.Custom_image_text {
    border-top: 1px solid #000;
    border-bototm: 1px solid #000;
    background: #fcf2ea;
    border-bottom: none;
}
.Custom_image_text_img_wrap {
    max-width: 560px;
    margin: auto;
    padding: 20px;
}
/*** Custom review slider css ***/
.Custom_review_slider_item_wrap {
    display: grid!important;
    grid-template-columns: 340px 1fr;
    align-items: center;
    gap: 30px;
    background: #D7D5FF;
    padding: 30px;
    border-radius: 20px;
}

.Custom_review_slider_block {
    position: relative;
    max-width: 900px;
    margin: 40px auto 0;
}
.Custom_review_slider_item_wrap .auth_profile_wrapper .profile {
    border-radius: 50%;
}
.Custom_review_slider_item_wrap .auth_profile_wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
}
.Custom_review_slider_item_wrap .profile_text {
    display: flex;
    align-items: center;
    gap: 4px;
}
.Custom_review_slider_item_wrap .sub_title, .Custom_review_slider_item_wrap .auth_name {
    margin: 20px 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    padding-right: 10px;
}
.Custom_review_slider_item_wrap .auth_name {
    font-weight: 600;
    letter-spacing: 0.6px;
}
.Custom_review_slider_item_wrap .prod_name {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.2;
    text-align: center;
    margin-top: 10px;
}
.Custom_review_slider {
    padding: 70px 0;
    border: 1px solid;
    position: relative;
    background: #FCF2EA;
}
.Custom_review_slider_block .custom-prev {
    left: -13%;
}
.Custom_review_slider_block .custom-next{
    right: -13%;
}
.Custom_review_slider_block .custom-prev, .Custom_review_slider_block .custom-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #28564D;
    border: none;
    font-size: 34px;
    height: 50px;
    width: 50px;
    line-height: 1;
    border-radius: 50%;
    color: #D7D5FF;
}
/*** Image and checkpoint***/
.Image_and_checkpoint_title {
    font-weight: 700;
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 24px;
}
.checkpoint_list_wrap .desc {
    font-weight: 300;
    font-size: 24px;
    line-height: 1.2;
    color: #000;
    margin-top: 6px;
}
.Image_and_checkpoint_imgs_col {
    position: relative;
}
.Image_and_checkpoint_imgs_col button.custom-next.slick-arrow {
    position: absolute;
    right: 0;
    top: 50%;
    border: none;
    background: transparent;
    transform: translateY(-50%);
}
.Image_and_checkpoint_imgs_col button.custom-prev.slick-arrow {
    position: absolute;
    left: 0;
    top: 50%;
    border: none;
    background: transparent;
    transform: translateY(-50%);
}
i.bx.bx-chevron-left,
i.bx.bx-chevron-right {
    background: #28564d;
    border: none;
    font-size: 30px;
    height: 30px;
    width: 30px;
    line-height: 1;
    border-radius: 50%;
    color: #d7d5ff;
    border: none;
}
.checkpoint_list_wrap .sm_text {
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0px;
    position: relative;
}
.Image_and_checkpoint_block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    padding: 50px 0 40px;
}
.checkpoint_list_wrap {
    display: grid;
    gap: 20px;
}
.checkpoint_list {
    padding-left: 42px;
}
.checkpoint_list_wrap .sm_text:before {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    top: 0;
    left: -44px;
    background: url(/cdn/shop/files/1mdi_tick-circle.png?v=1748331945) no-repeat;
    background-size: contain;
}
.Image_and_checkpoint.check_2 .checkpoint_list_wrap .sm_text:before {
    background: url(/cdn/shop/files/mdi_tick-circle.png?v=1748332098) no-repeat;
    background-size: contain;
}
.Image_and_checkpoint_col_left {
  max-width: 547px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;

}
.checkpoin_review_card_inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 30px;
    background: #FCF2EA;
    padding: 20px;
    border-radius: 20px;
}
section.Image_and_checkpoint {
    background: #d7d5ff;
    padding: 50px 0;
    border-top: 0px solid;
    /* border-bottom: 1px solid; */
  position: relative;
}
.checkpoin_review_card_desc {
    font-weight: 400;
    font-style: italic;
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 20px;
}
.checkpoin_review_card_name {
    font-weight: 600;
    font-style: italic;
    font-size: 18px;
    line-height: 1.2;
}
.Image_and_checkpoint_img_wrap {
    padding: 10px;
}
.Image_and_checkpoint_img_wrap img {
    border-radius: 40px;
}
/** Custom newsletter **/
.Custom_newsletter_block {
  max-width: 862px;
  margin: auto;
}

.Custom_newsletter_desc {
  padding: 10px 0 40px;
  font-weight: 400;
  font-size: 24px;
  text-align: center;
  line-height: 1.2;
}

.Custom_newsletter_block .newsletter-form__field-wrapper {
  max-width: 100%;
  margin: auto;
}

.Custom_newsletter_block .field {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  align-items: center;
  justify-content: center;
  max-width: 600px;
  margin: auto;
  box-sizing: border-box;
}

.Custom_newsletter_block .field__input {
  flex-grow: 1;
  min-width: 200px;
  padding: 12px 16px;
  border-radius: 50px;
  border: 2px solid #28564d;
  box-sizing: border-box;
  font-size: 16px;
}

.Custom_newsletter_block .field__button.custom_btn {
  flex: 0 0 250px;  /* fixed width, no shrinking */
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  text-transform: uppercase;
  background: #eff483;
  border-radius: 50px;
  color: #000000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 20px 8px 8px;
  gap: 14px;
  white-space: nowrap;
  cursor: pointer;
  border: 2px solid #28564d;
  box-sizing: border-box;
}

span.btn_icon {
  background: #28564d;
  border-radius: 50%;
  padding: 6px;
  height: 35px;
  width: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 480px) {
  .Custom_newsletter_block .field {
    flex-wrap: wrap;
  }
  .Custom_newsletter_block .field__input,
  .Custom_newsletter_block .field__button.custom_btn {
    flex: 1 1 100%;
    max-width: 100%;
    min-width: 100%;
    margin-bottom: 10px;
  }
  .Custom_newsletter_block .field__button.custom_btn {
    margin-bottom: 0;
  }
}

section.Custom_newsletter {
  background: #D7D5FF;
  padding: 40px 0;

}
.custom_foter_wrapper {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 40px;
}
.footer__top-content.page-gutter.has-border-top {
    border-top: none;
}
.Custom_icon_text_btn_wrap.only_mobile_btn {
    display: none;
}
section.Image_and_checkpoint.check_2:before {
    position: absolute;
    content: "";
    background: url(/cdn/shop/files/Pink_Swirl_1.png?v=1748329065) no-repeat;
    top: -8px;
    left: 0;
    width: 141px;
    height: 200px;
    background-size: contain;
    z-index: 0;
}
.Custom_review_slider:before {
    position: absolute;
    content: "";
    background: url(/cdn/shop/files/LemonLime_Stars_1.png?v=1748330780) no-repeat;
    top: 40px;
    right: 22%;
    width: 126px;
    height: 200px;
    background-size: contain;
    z-index: 1;
}
a.button.custom_btn {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 8px 20px 8px 8px;
  font-size: 18px;
  color: #000000; 
  text-decoration: none;
}
  a.button,
button.button,
input.button {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 8px 20px 8px 8px;
  font-size: 18px;
  color: #000000;
  text-decoration: none;
}

span.btn_icon {
    background: #28564d;
    border-radius: 50%;
    padding: 6px;
    height: 35px;
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.people-card:before {
    border-radius: 20px 20px 0px 0px;
}
.people-card:after {
    border-radius: 0px 0px 20px 20px;
}
p.custom_text {
    position: absolute;
    bottom: -20px;
    color: #000;
}
.people-card__image {
    border-radius: 20px;
    overflow: hidden;
}
a.header__menu-item.list-menu__item.link span {
    font-size: 18px;
}
.menu-drawer__wrapper .menu-drawer__icons {
    justify-content: flex-start;
}

/** Banner section 24  **/
.Custom_banner_img_wrap .only_mobile {
    display: none;
}
.Custom_banner {
    position: relative;
}








@media only screen and (min-width:1920px) {
  .Custom_review_slider:before {
    right: 30%;
} 
.Hero_banner .Custom_banner_btn_wrap {
    right: 32%;
    top: 64%;
    position: absolute;
}
/* .Expect_img .Custom_banner_btn_wrap {
    position: absolute;
    bottom: 14px;
    left: 43%;
} */
.Expert_img .Custom_banner_btn_wrap {
    position: absolute;
    bottom: 14px;
    left: 43%;
}  
}

@media only screen and (max-width: 1919.98px){
.Hero_banner .Custom_banner_btn_wrap {
    right: 30%;
    top: 64%;
    position: absolute;
}
.Expert_img .Custom_banner_btn_wrap {
    position: absolute;
    bottom: 14px;
    left: 43%;
}    
}

@media only screen and (max-width:1199px){
  .background-media_wrap {
    max-width: 660px;
}
  .Custom_review_slider_block .custom-next {
      right: -10%;
  }  
  .Custom_review_slider_block .custom-prev {
      left: -10%;
  } 
  .Custom_review_slider_block {
      max-width: 780px;
  }
  .Custom_review_slider_item_wrap {
      grid-template-columns: 300px 1fr;
  }
  .hd {
    font-size: 36px;
}
.Custom_image_text_left_col {
    padding-right: 20px;
}
.Custom_image_text_desc {
    font-size: 16px;
} 
.Image_and_checkpoint_title {
    font-size: 26px;
} 
.checkpoint_list_wrap .sm_text {
    font-size: 20px;
} 
.checkpoint_list_wrap .desc {
    font-size: 16px;
}  
.Image_and_checkpoint_block {
    gap: 40px;
}  
.checkpoin_review_card_desc {
    font-size: 12px;
}  
.checkpoin_review_card_name {
    font-size: 13px;

} 
.Single_text_2 .Single_line_text_desc-2 {
    font-size: 22px;
} 
.background-media_hd_Wrap .hd {
    font-size: 54px;
} 
/** 24.06**/  
.Hero_banner .Custom_banner_btn_wrap  {
    right: 28%;
} 
.Expect_img .Custom_banner_btn_wrap {
    bottom: 4px;
} 
.Custom_banner.Expert_img {
    padding-bottom: 20px;
    background: #2c5951;
}  
} 
@media only screen and (max-width:990px){
  .Custom_review_slider_item_wrap {
      grid-template-columns: 220px 1fr;
  }  
  .Custom_review_slider_block .custom-prev {
      left: 0;
  }
    .Custom_review_slider_block .custom-next {
      right: 0;
  }
  .Custom_icon_text_card_wrap {
    gap: 40px;
}
.button {
    padding: 14px 22px;
} 
section.Single_image {
    padding: 50px 0;
} 
.Image_and_checkpoint_title {
    font-size: 22px;
}
.checkpoint_list_wrap .sm_text {
    font-size: 18px;
}
.checkpoint_list_wrap .desc {
    font-size: 14px;
}
.Image_and_checkpoint_img_wrap img {
    border-radius: 20px;
} 
.background-media_hd_Wrap .hd {
    font-size: 44px;
}  
/* .background-media_block {
    max-width: 360px;
}  */
.Custom_review_slider:before {
    right: 10%;
} 
.Hero_banner .background-media_content {
    right: 11%;
} 
.Expert_img img.only_mobile {
    display: block;
}  
.Expert_img img.only_desktop {
    display: none;
}
.Expert_img .Custom_banner_btn_wrap {
    bottom: 7%;
    left: 50%;
    transform: translateX(-50%);
}  
}  
@media only screen and (max-width:767px){
.Custom_review_slider_item_wrap {
    grid-template-columns: 90px 1fr;
    padding: 10px;
    max-width: 98%;
    margin: auto;
    gap: 12px;
} 
.Custom_review_slider_item_wrap .sub_title, .Custom_review_slider_item_wrap .auth_name {
    font-size: 12px;
    padding-right: 22px;
}  
.Custom_review_slider_item_wrap .prod_name {
    font-size: 12px;
}  
.Custom_review_slider_item_wrap .auth_profile_wrapper {
    gap: 10px;
}  
.Custom_review_slider_item_wrap .auth_profile_wrapper .profile {
    max-width: 35px;
}
.auth_profile_wrapper .star {
    max-width: 50px;
} 
.Custom_review_slider_block .custom-prev, .Custom_review_slider_block .custom-next {
    height: 36px;
    width: 36px;
}  
.Custom_review_slider_block .custom-next {
    right: -6px;
}
.Custom_review_slider_block .custom-prev {
    left: -13px;
}  
.Custom_review_slider_item_wrap .profile_text {
    font-size: 10px;
}  
.Single_line_text_desc {
    font-size: 17px;
}   
.Image_and_checkpoint_block {
    display: grid;
    grid-template-columns: 1fr;
} 
section.Image_and_checkpoint {
    padding: 50px 0 20px;
    position: relative;
}
.Single_text_2 .Single_line_text_desc-2 {
    font-size: 14px;
} 
.hd {
    font-size: 24px;
}
.Custom_icon_text_card_wrap {
    margin: 20px 0;
    flex-direction: column;
}  
.Custom_icon_text_card_icon img {
    margin: auto;
    max-width: 60px;
}  
.Custom_icon_text_card_inner {
    max-width: 180px;
    height: 200px;
} 
.Custom_icon_text_card_desc {
    font-size: 14px;
}
.Custom_image_text_block {
    grid-template-columns: 1fr;
} 
.Custom_image_text_left_right {
    border-left: unset;
}  
section.Custom_image_text .page-gutter {
    padding: 0;
}
.Custom_image_text_wrappre {
    padding: 30px 10px;
    text-align: center;
}  
.Custom_image_text_left_col {
    order: 2;
    display: grid;
    gap: 40px;
    padding-right: 0;
}
 .Custom_image_text_desc {
    order: 2;
    /* display: flex; */
} 
.Custom_image_text_btn_wrap {
    margin-top: 10px;
}  
section.Custom_image_text {
    border: unset;
    border-top: 1px solid;
}  
/* section.Single_image .page-gutter {
    padding: 0;
}   */
section.Single_image {
    padding: 0px 0 20px;
}
section.Single_image {
    border-bottom: 2px solid;
}  
.Image_and_checkpoint_col_left {
    order: 2;
} 
.Image_and_checkpoint_block {
    padding: 20px 0;
} 
.section.Image_and_checkpoint.check_2 .Image_and_checkpoint_col_left {
    order: unset;
} 
.Image_and_checkpoint_title {
    font-size: 20px;
    text-align: center;
} 
.Custom_newsletter_desc {
    font-size: 14px;
}  
.Custom_newsletter_block .field {
    flex-wrap: wrap;
} 
.Custom_newsletter_block .field__button {
    width: 100%;
}
.Custom_newsletter_desc {
    max-width: 80%;
    margin: auto;
  font-size: 18px;
} 
.Single_text_2 .Single_line_text_desc-2 {
    padding: 16px 10px;
}  
.background-media_hd_Wrap .hd {
    font-size: 38px;
    max-width: 95%;
    margin: auto;
}
.background-media_content {
    height: 100%;
    padding-left:0; 
}  
.background-media_btn-wrap {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
} 
.background-media_block {
    padding-top: 40px;
} 
.background-media_desc {
    position: absolute;
    bottom: 120px;
    top: unset;
    width: 100%;
    max-width: 100%;
    padding: 0 20px;
    font-size: 18px;
    left: 0;
}
  .custom_foter_wrapper {
    grid-template-columns: 1fr;
}
    .Single_line_text_desc {
    white-space: nowrap;
    overflow: hidden;
    position: relative;
  }

  .scrolling-text {
    display: inline-block;
    white-space: nowrap;
    animation: scroll-left 15s linear infinite;
  }

  .scrolling-text > span {
    display: inline-block;
    padding-right: 100px; /* Space between repeated content */
  }

  @keyframes scroll-left {
    0% {
      transform: translateX(0%);
    }
    100% {
      transform: translateX(-50%);
    }
  }
.Custom_icon_text_btn_wrap {
    display: none;
}  
.Custom_icon_text_btn_wrap.only_mobile_btn {
    display: block;
} 
section.Single_image {
    border: none;
}
.Single_image_wrapper img {
    border-radius: 30px;
} 
.Image_and_checkpoint_btn_wrap {
    text-align: center;
}  
/* .Image_and_checkpoint_btn_wrap .button {
    min-width: 224px;
}   */
.Image_and_checkpoint_hd_wrap {
    max-width: 70%;
    margin: auto;
}
.Custom_review_slider_hd_Wrap {
    max-width: 50%;
    margin: auto;
}  
.Custom_review_slider_item_wrap .profile_text {
    font-size: 12px;
}  
.Custom_icon_text_hd {
    max-width: 80%;
    margin: auto;
}  
.Custom_review_slider:before {
    right: 0%;
    height: 77px;
}
.background-media_content {
    left: 0;
    width: 100%;
} 
.Custom_review_slider_item_wrap .sub_title, .Custom_review_slider_item_wrap .auth_name{
  margin: 14px 0;
} 
i.bx.bx-chevron-left, i.bx.bx-chevron-right {
    font-size: 36px;
    height: 36px;
    width: 36px;
} 
  .background-media__wrapper {
    min-height: 100vh !important;
}
/* .Expect_btn .background-media_content {
    left: 0px;
    bottom: unset;
    top: 50%;
}  */
.Custom_banner_img_wrap .only_desktop {
    display: none;
} 
.Custom_banner_img_wrap .only_mobile {
    display: block;
}
.Hero_banner .Custom_banner_btn_wrap {
    right: 0;
    width: 100%;
    top: unset;
    bottom: 10%;
    text-align: center;
}
.Expert_img .Custom_banner_btn_wrap {
    bottom: 16px;
    width: 100%;
    text-align: center;
}
.Custom_banner {
    overflow: hidden;
}  
}

@media only screen and (min-width:410px) and (max-width:572px){
  /* .background-media_hd_Wrap .hd {
    max-width: 202px;
} */
/* .background-media_content {
    left: 24%;
}   */
/* .background-media_desc {
    left: -68px;
}   */
.background-media_btn-wrap .button {
    padding: 14px 16px;
}
.background-media_btn-wrap {
    left: 50%;

}