.chatview_Chatview_container__j4iTB {
    height: 100%;
    height: var(--chat-vh,100dvh);
    background: white;
    width: 100%;
    margin: auto;
    overflow: hidden;
    display: flex;
    flex-direction: column
}

.chatview_Chatview_containerMob__gyK3A {
    height: 100%;
    min-height: 100vh;
    background: white;
    margin: auto
}

.chatview_Chatview_title__VLZIO {
    display: flex;
    align-items: center;
    padding: 20px;
    gap: 10px;
    background-color: white;
    position: sticky;
    top: 0;
    border-bottom: .5px solid #bbbbbb
}

.chatview_Chatview_title__VLZIO>svg {
    font-size: 20px;
    font-weight: 500;
    cursor: pointer
}

.chatview_Chatview_title__VLZIO span {
    font-size: 20px;
    font-weight: 500
}

.chatview_resultVal__eUUoS p a {
    color: #E00646
}

.chatview_resultVal__eUUoS p h1,.chatview_resultVal__eUUoS p h2,.chatview_resultVal__eUUoS p h3,.chatview_resultVal__eUUoS p h4,.chatview_resultVal__eUUoS p h5,.chatview_resultVal__eUUoS p h6 {
    color: #020617;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px
}

.chatview_Chatview__mCiKx {
    padding-bottom: 20px;
    height: calc(100vh - 136px)
}

.chatview_ChatviewMob__lYiYB,.chatview_Chatview__mCiKx {
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    overflow: scroll;
    overflow-x: hidden
}

.chatview_ChatviewMob__lYiYB {
    height: 100vh;
    padding-bottom: 10vh
}

.chatview_Chatview__mCiKx::-webkit-scrollbar {
    display: none
}

.chatview_Chatview__mCiKx {
    -ms-overflow-style: none;
    scrollbar-width: none
}

@keyframes chatview_fadeIn__WoaAl {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes chatview_pulse__dlY_q {
    0% {
        transform: scale(.95)
    }

    50% {
        transform: scale(1.05)
    }

    to {
        transform: scale(.95)
    }
}

.chatview_initialLoadingContainer__88hmw {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ffffff;
    z-index: 10;
    animation: chatview_fadeIn__WoaAl .5s ease-in-out
}

.chatview_initialLoadingSpinner__v_h3Y {
    color: #0E3F6C;
    animation: chatview_pulse__dlY_q 1.5s ease-in-out infinite
}

.chatview_loadingText__xQBmy {
    margin-top: 15px;
    font-size: 16px;
    color: #555;
    font-weight: 500
}

.chatview_Chatview_content_box___snmA {
    padding-top: 15px;
    width: 100%;
    display: flex;
    flex-direction: column
}

.chatview_Chatview_send__arMS8 {
    width: 80%;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin: 15px 15px 0 0;
    align-self: flex-end;
    display: flex;
    flex-direction: column;
    align-items: flex-end
}

.chatview_Chatview_send_msg__JAGL6 {
    min-width: 100px;
    padding: 10px 15px;
    color: #020617;
    background: #F5F5F8;
    border-radius: 16px 0 16px 16px;
    text-align: left;
    width: -moz-fit-content;
    width: fit-content
}

.chatview_Chatview_send_identifier__UxXXf {
    width: -moz-fit-content;
    width: fit-content;
    padding: 10px 15px;
    color: #E00646
}

.chatview_Chatview_recive__qOqXT {
    display: flex;
    flex-direction: row;
    margin-left: 15px;
    align-self: flex-start;
    justify-content: flex-start;
    gap: 10px;
    max-width: 85%
}

.chatview_Chatview_recive_msg__CQBTJ {
    max-width: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #000000;
    background: #F5FDFD;
    border-radius: 0 16px 0 0;
    padding: 10px 20px;
    border: 1px solid #f5f5f5;
    word-wrap: break-word
}

.chatview_Chatview_recive_msg__CQBTJ>ol,.chatview_Chatview_recive_msg__CQBTJ>ul {
    margin-left: 20px
}

.chatview_resultVal__eUUoS {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    overflow: hidden
}

.chatview_resultBtn__g2_UF {
    display: flex;
    flex-direction: column;
    max-width: 80%;
    margin-left: 10px
}

.chatview_resultBtn__g2_UF button {
    cursor: pointer
}

.chatview_resultBtn__g2_UF button a {
    border-top: 1px solid #0e3f6c1a;
    padding: 8px;
    width: 100%;
    font-family: Poppins;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    text-align: center;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: #0E3F6C;
    text-decoration: none;
    background-color: #0E3F6C0D;
    display: block
}

.chatview_resultBtn__g2_UF button:last-child {
    border-radius: 0 0 16px 16px
}

.chatview_resultBtn__g2_UF button:last-child a {
    border-radius: 0 0 16px 16px
}

.chatview_chatView_bottom_box__PDaHk {
    padding: 1rem;
    background: #edf0f5;
    display: flex;
    gap: 12px;
    align-items: center
}

.chatview_chatview_input__UruEn {
    width: calc(100% - 55px);
    gap: 5px
}

.chatview_chatview_input__UruEn,.chatview_left__REoDs {
    display: flex;
    justify-content: space-between;
    background: #ffffff;
    border-radius: 10px;
    outline: none;
    border: none;
    align-items: center
}

.chatview_left__REoDs {
    width: 100%
}

.chatview_voiceIcon__8SqeU {
    width: 24px;
    height: 24px;
    color: #9D9FA1
}

.chatview_chatview_input__UruEn>.chatview_left__REoDs>textarea {
    width: 100%;
    background: #ffffff;
    border-radius: 20px;
    outline: none;
    border: none;
    color: #b9b9b9;
    font-size: 14px;
    font-weight: 500;
    padding-left: 13px;
    margin-top: 3px;
    height: 100%;
    color: #333;
    scrollbar-width: none
}

.chatview_chatview_input__UruEn>textarea ::-webkit-scrollbar {
    display: none
}

.chatview_chatview_input__UruEn>textarea::placeholder {
    font-size: 14px
}

.chatview_attachment__HAKvv {
    position: relative;
    cursor: pointer;
    right: 15px
}

.chatview_closeBtn__OEfxn {
    width: 15px;
    height: 15px;
    position: absolute;
    top: -10px;
    right: -10px
}

.chatview_Search_icon__SWhnb {
    width: 48px;
    height: 48px;
    padding: 1rem;
    margin: 0 .5rem;
    font-size: 2rem;
    background-color: #0E3F6C;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center
}

.chatview_Search_icon__SWhnb>svg {
    width: 24px;
    height: 24px;
    position: absolute;
    margin-top: 5px;
    color: white
}

.chatview_chatView_bottom_container__VNI8z {
    position: sticky;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    margin: auto
}

.chatview_disclaimer__FIh2G {
    font-size: 10px;
    font-weight: 400;
    line-height: 14px;
    background-color: #F5F5F5;
    padding: 10px 20px;
    color: #6C6C6C
}

.chatview_chat_suggestion__MbEHl {
    margin: 20px auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%
}

.chatview_chat_suggestion_item__acpNj {
    border: 1px solid #d9d9d9;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 16px;
    padding: 14px;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    margin: auto 16px;
    cursor: pointer
}

.chatview_chat_suggestion_item__acpNj:hover {
    border: 1px solid #0e3f6c;
    color: #0E3F6C
}

.chatview_chat_suggestion_icon__vVgw7 {
    width: 20px;
    height: 20px
}

.chatview_typewriter__kw3m5 {
    animation: chatview_blink__rhWaV .6s step-end infinite
}

.chatview_animatedContianer__AumUM {
    overflow: hidden;
    transition: max-height 10s ease-out
}

.chatview_btnColor__0uVVt {
    background-color: #0e3f6ca1
}

@keyframes chatview_blink__rhWaV {
    0% {
        border-color: black
    }

    to {
        border-color: transparent
    }
}

.chatview_optionCard__j_yOD {
    max-width: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #000000;
    background: #F5FDFD;
    border-radius: 0 16px 0 0;
    padding: 10px 20px;
    border: 1px solid #f5f5f5;
    word-wrap: break-word;
    display: flex;
    flex-direction: column;
    gap: 20px
}

.chatview_optionCard__j_yOD>.chatview_innerContainer__igtPo>ol,.chatview_optionCard__j_yOD>.chatview_innerContainer__igtPo>ul {
    margin-left: 20px
}

.chatview_bookingId__h6dfg {
    background-color: #fff;
    padding: 10px
}

.chatview_bookingId__h6dfg p {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    color: #020617;
    margin-bottom: 5px
}

.chatview_optionTitle__O0muF {
    font-size: 15px;
    color: #333;
    margin-bottom: 8px;
    line-height: 1.4
}

.chatview_optionList__4Qwbb {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.chatview_optionButton__FwZTB {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: none;
    border-radius: 12px;
    padding: 14px 16px;
    background: white;
    box-shadow: 0 2px 5px rgba(0,0,0,.08);
    font-size: 14px;
    color: #222;
    cursor: pointer;
    transition: background .2s ease
}

.chatview_optionButton__FwZTB:hover {
    background: #f0f8ff
}

.chatview_suggestivePromptCon__aad67 {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    align-items: center
}

.chatview_suggestivePromptItem__vIVR_ {
    border: 1px solid #d9d9d9;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 16px;
    padding: 14px;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    cursor: pointer;
    background-color: #ffffff;
    width: 100%
}

.chatview_suggestivePromptItem__vIVR_:hover {
    border: 1px solid #0e3f6c;
    color: #0E3F6C
}

.chatview_suggestivePromptIcon__GnSBM {
    width: 20px;
    height: 20px
}

.chatview_disclaimer__FIh2G {
    text-align: center;
    line-height: 16px
}

@media screen and (max-width: 768px) {
    .chatview_Chatview_title__VLZIO {
        padding:15px;
        position: sticky
    }

    .chatview_Chatview_title__VLZIO>svg {
        font-size: 16px;
        font-weight: 500;
        cursor: pointer
    }

    .chatview_Chatview_title__VLZIO span {
        font-size: 16px;
        font-weight: 500
    }

    .chatview_Chatview__mCiKx {
        height: calc(100vh - 120px)
    }
}

.mobile_mobileTitleBar__sZ9nl {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px;
    border: 1px solid #f5f5f5;
    position: sticky;
    top: 0;
    width: 100%;
    max-width: 100vw;
    min-height: 56px;
    background: #fff;
    z-index: 1010;
    justify-content: space-between
}

.mobile_mobileTitleBar__first__cpSj0 {
    display: flex;
    flex-direction: row;
    gap: 20px
}

.mobile_mobileTitleBar__icon__uGLJG {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
    cursor: none
}

.mobile_mobileTitleBar__icon__uGLJG>svg {
    font-size: 16px
}

.mobile_mobileTitleBar__title__YPbN_ {
    color: #000
}

.mobile_mobileTitleBar__title__YPbN_,.mobile_newHeaderTitle__2MCo2 {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px
}

@media screen and (min-width: 601px)and (max-width:1100px) {
    .mobile_mobileTitleBar__sZ9nl {
        border:none;
        padding: 40px 0
    }

    .mobile_mobileTitleBar__icon__uGLJG {
        cursor: pointer
    }
}

@media screen and (min-width: 1101px) {
    .mobile_mobileTitleBar__sZ9nl {
        border:none;
        padding: 40px 0
    }

    .mobile_mobileTitleBar__icon__uGLJG {
        cursor: pointer
    }

    .mobile_mobileTitleBar__title__YPbN_ {
        font-weight: 600;
        font-size: 24px;
        line-height: 36px;
        color: #2f3032
    }

    .mobile_mobileTitleBar__icon__uGLJG>svg {
        font-size: 20px
    }
}



.SimilarPackage_similar__packages__wrapper__Tg9p3 {
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 16px
}

.SimilarPackage_similar__packages__head_main__FYVLl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    padding: 20px 5px 0
}

.SimilarPackage_similar__packages__head_main__FYVLl button {
    width: 143px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    background-color: #0e3f6c
}

.SimilarPackage_similar__packages__head_main__FYVLl button:disabled {
    opacity: .5;
    cursor: not-allowed
}

.SimilarPackage_similar__packages__head__8qZTU {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    cursor: pointer
}

.SimilarPackage_similar__packages__head__8qZTU span {
    display: flex;
    align-items: center;
    justify-content: center
}

.SimilarPackage_similar__packages__head__8qZTU p {
    width: 95%;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0;
    text-align: left;
    color: #0e3f6c
}

.SimilarPackage_cards__wrapper__4Kerz {
    display: flex;
    flex-direction: column;
    background: hsla(0,0%,100%,.75);
    padding: 20px 0
}

.SimilarPackage_cards__overflow__kFvpZ {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow-x: scroll;
    padding: 0 10px 10px 0;
    cursor: pointer
}

.SimilarPackage_cards__overflow__kFvpZ>div:first-child {
    position: relative;
    border: 2px solid #0e3f6c;
    transform: scaleY(1.05);
    z-index: 1
}

.SimilarPackage_cards__overflow__kFvpZ .SimilarPackage_mono__chip___JITm:last-child .SimilarPackage_vs_icon__UCOxM {
    display: none
}

.SimilarPackage_cards__overflow__kFvpZ::-webkit-scrollbar {
    display: none
}

.SimilarPackage_bgcolor__pe8VW {
    background-color: #f5f3f7;
    padding: 16px 20px;
    border-radius: 16px
}

.SimilarPackage_mono__chip___JITm {
    position: relative;
    width: 100%;
    min-width: 160px;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #fff;
    border-radius: 8px;
    padding: 20px 0 0;
    margin: 10px 0 0;
    border: 1px solid #d9d9d9
}

.SimilarPackage_mono__chip___JITm .SimilarPackage_vs_icon__UCOxM {
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translate(-50%,-50%);
    width: 20px;
    height: 20px;
    overflow: visible;
    z-index: 1;
    accent-color: #0e3f6c
}

.SimilarPackage_mono__chip___JITm p {
    height: 90px;
    padding: 0 12px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    color: red;
    position: relative;
    overflow-y: scroll;
    line-height: 1.3em;
    text-align: left;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none
}

.SimilarPackage_mono__chip___JITm p::-webkit-scrollbar {
    display: none
}

.SimilarPackage_mono__chip___JITm div {
    width: 100%;
    height: 39px;
    background: linear-gradient(223.23deg,#FFFFFF -39.74%,#F9E0DB 94.44%);
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #000;
    padding: 0 12px
}

.SimilarPackage_mono__chip___JITm div span {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #666;
    text-decoration: line-through
}

.SimilarPackage_mono__chip___JITm span {
    padding: 0 12px;
    height: 24px;
    font-size: 12px;
    line-height: 15px;
    font-weight: 500;
    color: #000
}

.SimilarPackage_mono__chip___JITm .SimilarPackage_cart_main__GWhhs {
    max-height: 40px;
    width: 100%;
    height: 100%;
    background: none
}

.SimilarPackage_mono__chip___JITm .SimilarPackage_cart_main__GWhhs .SimilarPackage_add_cart__WsKqi,.SimilarPackage_mono__chip___JITm .SimilarPackage_cart_main__GWhhs .SimilarPackage_view_cart__WhcoP {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    -moz-column-gap: 5px;
    column-gap: 5px;
    cursor: pointer
}

.SimilarPackage_mono__chip___JITm .SimilarPackage_cart_main__GWhhs .SimilarPackage_add_cart__WsKqi {
    color: #0e3f6c;
    background: none
}

.SimilarPackage_mono__chip___JITm .SimilarPackage_cart_main__GWhhs .SimilarPackage_view_cart__WhcoP {
    color: #31ccb0
}

.SimilarPackage_mono__chip___JITm .SimilarPackage_cart_main__GWhhs .SimilarPackage_add_addIcon__Bei5T,.SimilarPackage_mono__chip___JITm .SimilarPackage_cart_main__GWhhs .SimilarPackage_view_cart_addIcon__Bs6V7 {
    width: 20px;
    height: 20px
}

@media screen and (max-width: 768px) {
    .SimilarPackage_similar__packages__head_main__FYVLl button {
        width:113px;
        height: 32px;
        font-size: 12px;
        line-height: 18px
    }

    .SimilarPackage_similar__packages__head__8qZTU p {
        width: 70%;
        font-size: 12px;
        line-height: 15px
    }

    .SimilarPackage_cards__overflow__kFvpZ {
        padding: 0 0 10px
    }

    .SimilarPackage_cards__wrapper__4Kerz {
        padding: 20px 0
    }

    .SimilarPackage_bgcolor__pe8VW {
        background-color: #f5f3f7;
        padding: 16px 20px;
        border-radius: 16px
    }

    .SimilarPackage_mono__chip___JITm {
        height: 145px;
        min-width: 125px
    }

    .SimilarPackage_mono__chip___JITm .SimilarPackage_vs_icon__UCOxM {
        right: -20px
    }

    .SimilarPackage_mono__chip___JITm p {
        font-size: 10px
    }

    .SimilarPackage_mono__chip___JITm div {
        font-size: 14px
    }

    .SimilarPackage_mono__chip___JITm div span {
        font-size: 12px;
        padding: 0 8px
    }

    .SimilarPackage_mono__chip___JITm span {
        font-size: 10px
    }

    .SimilarPackage_mono__chip___JITm .SimilarPackage_cart_main__GWhhs {
        max-height: 32px;
        justify-content: center;
        padding: 0
    }

    .SimilarPackage_mono__chip___JITm .SimilarPackage_cart_main__GWhhs .SimilarPackage_add_cart__WsKqi,.SimilarPackage_mono__chip___JITm .SimilarPackage_cart_main__GWhhs .SimilarPackage_view_cart__WhcoP {
        font-size: 10px;
        line-height: 15px
    }

    .SimilarPackage_mono__chip___JITm .SimilarPackage_cart_main__GWhhs .SimilarPackage_add_addIcon__Bei5T,.SimilarPackage_mono__chip___JITm .SimilarPackage_cart_main__GWhhs .SimilarPackage_view_cart_addIcon__Bs6V7 {
        width: 14px;
        height: 14px
    }

    .SimilarPackage_scroll_icon__0rioD {
        width: 31px;
        height: 5px;
        border-radius: 2.5px;
        background: rgba(122,123,124,.13);
        position: absolute;
        left: 50%;
        bottom: 3%;
        transform: translateX(-50%);
        display: flex;
        justify-content: flex-start;
        align-items: center
    }

    .SimilarPackage_scroll_icon__0rioD .SimilarPackage_scroll_icon_inside__Xk8jQ {
        width: 13px;
        height: 4px;
        background: #0e3f6c;
        border-radius: 1.5px
    }
}

.offers_offers_container__HfGlA {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 40px
}

.offers_heading__nFaG2 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: #0E3F6C
}

.offers_unclock_with_coupon__fRgYu {
    display: flex;
    gap: 20px;
    justify-content: flex-start;
    align-items: flex-start;
    overflow-x: auto;
    scrollbar-width: thin;
    -ms-overflow-style: none
}

.offers_unclock_with_coupon__fRgYu>* {
    flex: 0 0 auto
}

.offers_offer_card__5uR7_ {
    display: flex;
    border-radius: 12px;
    border: 1px solid #d9d9d9;
    min-width: 380px;
    width: 380px;
    height: 95px;
    box-shadow: 0 2px 6px rgba(0,0,0,.05);
    align-items: center;
    position: relative
}

.offers_offer_card__5uR7_:before {
    content: "";
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 18px;
    background: #fff;
    border-radius: 50%;
    border-left: none;
    border-right: 2px solid #d9d9d9;
    z-index: 2
}

.offers_offer_left__c6xSk {
    align-items: flex-start;
    padding: 0 10px 0 16px
}

.offers_offer_code_section__Bqv3I,.offers_offer_left__c6xSk {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.offers_offer_code_section__Bqv3I {
    background: rgba(50,204,176,.05);
    align-items: center;
    overflow: hidden;
    border-left: 1px dashed #d9d9d9;
    position: relative;
    padding: 0 10px;
    cursor: pointer
}

.offers_offer_badge__0LyZV {
    font-size: 12px;
    line-height: 18px;
    color: #00B59C;
    display: flex;
    font-weight: 500;
    align-items: center
}

.offers_offer_badge__0LyZV>svg {
    color: #00B59C;
    height: 24px;
    width: 24px
}

.offers_offer_badge__0LyZV>img {
    width: 20px;
    height: 20px;
    margin-right: 3px
}

.offers_offer_title__eRRS7 {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    color: #2f3032;
    margin: 0
}

.offers_offer_description__iQvB9 {
    font-size: 13px;
    color: #444;
    margin: 4px 0 0
}

.offers_offer_code__tpAgx {
    min-width: 130px;
    max-width: 145px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px dashed #f7b6c2;
    font-size: 14px;
    font-weight: 400;
    color: #2f3032;
    border-radius: 6px;
    margin-bottom: 4px;
    padding: 2px 4px;
    background: rgba(230,26,79,.05);
    white-space: nowrap;
    overflow: hidden
}

.offers_offer_code__tpAgx>span {
    width: 100%;
    text-align: center
}

.offers_offer_copy__31Yx7 {
    font-size: 12px;
    color: #888;
    display: flex;
    align-items: center
}

.offers_offer_tc__o9oiv {
    position: absolute;
    top: 12px;
    right: 2px;
    font-size: 10px;
    color: #aaa;
    transform: rotate(-90deg);
    transform-origin: bottom right;
    font-size: 8px;
    line-height: 12px
}

@media (max-width: 500px) {
    .offers_offers_container__HfGlA {
        width:100%;
        margin: 30px auto auto
    }

    .offers_heading__nFaG2 {
        font-size: 16px;
        line-height: 24px
    }

    .offers_offer_card__5uR7_ {
        min-width: 305px;
        width: 305px;
        height: 75px
    }

    .offers_offer_left__c6xSk {
        padding: 0 8px 0 12px
    }

    .offers_offer_badge__0LyZV,.offers_offer_title__eRRS7 {
        font-size: 10px;
        line-height: 15px
    }

    .offers_offer_code__tpAgx {
        min-width: 90px;
        max-width: 108px;
        font-size: 12px;
        line-height: 18px;
        padding: 2px 6px
    }

    .offers_offer_copy__31Yx7 {
        font-size: 10px;
        line-height: 15px
    }

    .offers_offer_tc__o9oiv {
        font-size: 6px;
        line-height: 9px
    }

    .offers_offer_badge__0LyZV>img {
        width: 18px;
        height: 18px
    }
}

.AlertSnackbar_snackbarUp__MjrNC {
    animation: AlertSnackbar_slideUp__kxKan 225ms cubic-bezier(0,0,.2,1) 0s forwards
}

@keyframes AlertSnackbar_slideUp__kxKan {
    0% {
        bottom: -35px
    }

    to {
        bottom: 85px
    }
}

.AlertSnackbar_snackbarDown__pZ94T {
    animation: AlertSnackbar_slideDown__jP_ea 225ms cubic-bezier(0,0,.2,1) 0s forwards
}

@keyframes AlertSnackbar_slideDown__jP_ea {
    0% {
        bottom: 85px
    }

    to {
        bottom: -35px
    }
}

.AlertSnackbar_messageCont__EcQxq {
    position: fixed;
    left: 5vw;
    right: 5vw;
    bottom: -35px;
    margin: auto;
    padding: 8px;
    font-size: 13px;
    font-family: Jost;
    font-weight: 500;
    color: white;
    background-color: #2e2e2e;
    text-align: center;
    border-radius: 5px;
    z-index: 2000;
    transition: bottom 225ms cubic-bezier(0,0,.2,1) 0s
}

@media screen and (min-width: 576px) {
    .AlertSnackbar_messageCont__EcQxq {
        width:350px;
        font-size: 15px
    }
}

.UnlockBenefits_unlock__container__WHflz {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5%;
    width: 100%;
    max-width: 500px;
    margin: 40px 0 0;
    background: linear-gradient(223.05deg,rgba(255,255,255,.72) -40%,rgba(249,224,219,.72) 94.57%);
    position: relative;
    border-radius: 20px;
    padding: 25px 35px
}

.UnlockBenefits_unlock__container__WHflz:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -5%;
    z-index: 5;
    background-color: #fff;
    border-radius: 50%;
    height: 44px;
    width: 44px;
    transform: translateY(-50%)
}

.UnlockBenefits_unlock__container__WHflz:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -5%;
    z-index: 5;
    background-color: #fff;
    border-radius: 50%;
    height: 44px;
    width: 44px;
    transform: translateY(-50%)
}

.UnlockBenefits_unlock__container__WHflz .UnlockBenefits_left__div__exptv {
    border-right: 3px dashed #d9d9d9
}

.UnlockBenefits_unlock__container__WHflz .UnlockBenefits_left__div__exptv p {
    background: linear-gradient(228.77deg,#323f76 6.31%,#d12929 174.03%);
    font-size: 16px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0,0,0,0);
    width: 100%;
    padding: 0 20px 0 0;
    line-height: 18px
}

.UnlockBenefits_unlock__container__WHflz .UnlockBenefits_left__div__exptv p span {
    font-weight: 600
}

.UnlockBenefits_unlock__container__WHflz .UnlockBenefits_right__div__mN4oC {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    background-color: #fff;
    padding: 3% 5%;
    border: 1.43px solid #d9d9d9;
    cursor: pointer
}

.UnlockBenefits_unlock__container__WHflz .UnlockBenefits_right__div__mN4oC p {
    color: #2f3032;
    font-size: 16px;
    font-weight: 600
}

.UnlockBenefits_coupon__code__container__4dthF {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    width: 90%;
    max-width: -moz-fit-content;
    max-width: fit-content;
    border-radius: 15px;
    padding: 20px;
    background: linear-gradient(223.23deg,rgba(255,255,255,.72) -39.74%,rgba(249,224,219,.72) 94.44%);
    margin: 0
}

.UnlockBenefits_coupon__code__container__4dthF .UnlockBenefits_coupon__left__D4zm7 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 9px
}

.UnlockBenefits_coupon__code__container__4dthF .UnlockBenefits_coupon__left__D4zm7 .UnlockBenefits_discount__icon__VXACf {
    height: 28px;
    width: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.UnlockBenefits_coupon__code__container__4dthF .UnlockBenefits_coupon__left__D4zm7 .UnlockBenefits_discount__icon__VXACf svg {
    height: 100%;
    width: 100%
}

.UnlockBenefits_coupon__code__container__4dthF .UnlockBenefits_coupon__left__D4zm7 p {
    background: linear-gradient(228.77deg,#323f76 6.31%,#d12929 174.03%);
    font-size: 16px;
    line-height: 19px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0,0,0,0);
    font-weight: 500
}

.UnlockBenefits_coupon__code__container__4dthF .UnlockBenefits_coupon__right__QbMEl {
    border: 2px dashed rgba(47,48,50,.4784313725);
    padding: 11px 14px;
    border-radius: 25px;
    cursor: pointer
}

.UnlockBenefits_coupon__code__container__4dthF .UnlockBenefits_coupon__right__QbMEl .UnlockBenefits_code__wrapper__CnyO6 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px
}

.UnlockBenefits_coupon__code__container__4dthF .UnlockBenefits_coupon__right__QbMEl .UnlockBenefits_code__wrapper__CnyO6 p {
    color: #2f3032;
    font-size: 14px;
    font-weight: 600
}

.UnlockBenefits_coupon__code__container__4dthF .UnlockBenefits_coupon__right__QbMEl .UnlockBenefits_code__wrapper__CnyO6 svg {
    height: 20px;
    width: 16px
}

@media screen and (max-width: 768px) {
    .UnlockBenefits_unlock__container__WHflz {
        margin:30px 0 0;
        gap: 5%;
        padding: 19px 20px
    }

    .UnlockBenefits_unlock__container__WHflz:after,.UnlockBenefits_unlock__container__WHflz:before {
        height: 32px;
        width: 32px
    }

    .UnlockBenefits_unlock__container__WHflz .UnlockBenefits_left__div__exptv p {
        font-size: 12px
    }

    .UnlockBenefits_unlock__container__WHflz .UnlockBenefits_right__div__mN4oC {
        padding: 8px 12px
    }

    .UnlockBenefits_unlock__container__WHflz .UnlockBenefits_right__div__mN4oC p {
        font-size: 12px
    }

    .UnlockBenefits_coupon__code__container__4dthF {
        width: 100%;
        gap: 16px;
        padding: 14px
    }

    .UnlockBenefits_coupon__code__container__4dthF .UnlockBenefits_coupon__left__D4zm7 .UnlockBenefits_discount__icon__VXACf {
        height: 20px;
        width: 20px
    }

    .UnlockBenefits_coupon__code__container__4dthF .UnlockBenefits_coupon__left__D4zm7 p {
        font-size: 12px;
        line-height: 14px
    }

    .UnlockBenefits_coupon__code__container__4dthF .UnlockBenefits_coupon__right__QbMEl {
        padding: 7.4px 12px
    }

    .UnlockBenefits_coupon__code__container__4dthF .UnlockBenefits_coupon__right__QbMEl .UnlockBenefits_code__wrapper__CnyO6 p {
        font-size: 12px
    }
}

.discount_discount__L9Tkn {
    width: 100%;
    background: linear-gradient(223.23deg,#FFFFFF -39.74%,#DBF5F9 94.44%);
    border-radius: 16px;
    margin-bottom: 16px;
    padding: 10px 7px 22px;
    display: flex;
    flex-direction: column;
    gap: 0
}

.discount_discount__L9Tkn .discount_tnc___0BhT {
    color: #9d9fa1;
    font-size: 9px;
    line-height: 12px;
    font-weight: 400;
    color: #858484;
    display: inline-block;
    margin-bottom: 5px;
    text-align: left
}

.discount_discount__L9Tkn .discount_discount_container___zocQ {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 8px
}

.discount_discount__L9Tkn .discount_discount_container___zocQ .discount_discount_card__Awykw {
    background-color: #fff;
    border-radius: 8px;
    padding: 6px;
    box-shadow: 0 4px 8px rgba(0,0,0,.1);
    flex: 1 1;
    margin-right: 4px;
    text-align: left;
    cursor: pointer
}

.discount_discount__L9Tkn .discount_discount_container___zocQ .discount_discount_card__Awykw:last-child {
    margin-right: 0
}

.discount_discount__L9Tkn .discount_discount_container___zocQ .discount_discount_card__Awykw span {
    font-size: 10px;
    font-weight: 500;
    line-height: 15px;
    color: #e00646
}

.discount_discount__L9Tkn .discount_discount_container___zocQ .discount_discount_card__Awykw span span {
    font-size: 10px;
    line-height: 15px;
    color: #2f3032
}

.discount_discount__L9Tkn .discount_discount_container___zocQ .discount_discount_card__Awykw .discount_per_member_price__IsV2g {
    font-size: 10px;
    line-height: 15px;
    color: #717182;
    font-weight: 400
}

.discount_discount__L9Tkn .discount_discount_container___zocQ .discount_discount_card__Awykw .discount_per_member_price__IsV2g span {
    font-weight: 600;
    color: #4caf50
}

.discount_discount__L9Tkn .discount_discount_container___zocQ .discount_discount_card__Awykw .discount_price__71hgt {
    font-size: 13px;
    font-weight: 500;
    line-height: 21px;
    color: #2f3032
}

.discount_discount__L9Tkn .discount_discount_container___zocQ .discount_discount_card__Awykw .discount_price__71hgt .discount_original_price__m20Zt {
    font-size: 11px;
    font-weight: 500;
    line-height: 16px;
    text-decoration: line-through;
    margin-left: 4px
}

.discount_discount__L9Tkn .discount_discount_container___zocQ .discount_discount_card__Awykw .discount_packagePrice_lower__stfkT,.discount_discount__L9Tkn .discount_discount_container___zocQ .discount_discount_card__Awykw .discount_packagePrice_lower_new__10_UW {
    width: max-content;
    font-size: 8px;
    font-weight: 500;
    line-height: 15px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: linear-gradient(90deg,#ECECEC,rgba(245,237,224,0));
    padding: 1px 6px;
    border-radius: 10px
}

.discount_discount__L9Tkn .discount_discount_container___zocQ .discount_discount_card__Awykw .discount_packagePrice_lower__stfkT span,.discount_discount__L9Tkn .discount_discount_container___zocQ .discount_discount_card__Awykw .discount_packagePrice_lower_new__10_UW span {
    font-size: 8px;
    font-weight: 500;
    line-height: 15px;
    display: flex;
    align-items: center;
    margin-bottom: 0
}

.discount_discount__L9Tkn .discount_discount_container___zocQ .discount_discount_card__Awykw .discount_packagePrice_lower_new__10_UW {
    background: linear-gradient(90deg,#F8DFB2,rgba(255,255,255,.5))
}

.discount_discount__L9Tkn .discount_discount_container___zocQ .discount_discount_card__Awykw .discount_vip_icon__Zs_jM {
    width: 10px;
    height: 10px
}

.discount_discountBanner__Tx2oC {
    margin-top: 40px;
    width: 100%;
    height: 100%
}

.discount_crossNote__IAt1D {
    position: absolute;
    top: -30px;
    right: 8px;
    background: linear-gradient(223.23deg,#FFFFFF -39.74%,#DBF5F9 94.44%);
    border-radius: 12px
}

.discount_crossNote__IAt1D .discount_cross__eUTFg {
    font-size: 16px;
    text-align: center;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
    padding: 5px
}

.discount_note__keArt {
    font-size: 9px;
    font-weight: 400;
    line-height: 15px;
    color: #2f3032;
    text-align: left
}

.discount_note__keArt span {
    font-weight: 700
}

@media screen and (min-width: 1101px) {
    .discount_discount__L9Tkn {
        background:linear-gradient(223.23deg,#FFFFFF -39.74%,#DBF5F9 94.44%);
        padding: 16px 10px 26px;
        border-radius: 16px;
        margin-bottom: 15px
    }

    .discount_discount__L9Tkn .discount_discount_container___zocQ {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-bottom: 10px
    }

    .discount_discount__L9Tkn .discount_discount_container___zocQ .discount_discount_card__Awykw {
        background-color: #fff;
        border-radius: 8px;
        padding: 8px;
        box-shadow: 0 4px 8px rgba(0,0,0,.1);
        flex: 1 1;
        margin-right: 10px;
        text-align: left;
        cursor: pointer
    }

    .discount_discount__L9Tkn .discount_discount_container___zocQ .discount_discount_card__Awykw:last-child {
        margin-right: 0
    }

    .discount_discount__L9Tkn .discount_discount_container___zocQ .discount_discount_card__Awykw span {
        font-size: 12px;
        font-weight: 500;
        line-height: 16px;
        color: #e00646;
        margin-bottom: 8px
    }

    .discount_discount__L9Tkn .discount_discount_container___zocQ .discount_discount_card__Awykw span span {
        font-size: 10px;
        line-height: 14px;
        color: #2f3032
    }

    .discount_discount__L9Tkn .discount_discount_container___zocQ .discount_discount_card__Awykw .discount_per_member_price__IsV2g {
        font-size: 12px;
        line-height: 18px
    }

    .discount_discount__L9Tkn .discount_discount_container___zocQ .discount_discount_card__Awykw .discount_per_member_price__IsV2g span {
        font-weight: 600;
        color: #4caf50
    }

    .discount_discount__L9Tkn .discount_discount_container___zocQ .discount_discount_card__Awykw .discount_price__71hgt {
        font-size: 15px;
        font-weight: 500;
        line-height: 27px;
        color: #2f3032
    }

    .discount_discount__L9Tkn .discount_discount_container___zocQ .discount_discount_card__Awykw .discount_price__71hgt .discount_original_price__m20Zt {
        font-size: 12px;
        font-weight: 500;
        line-height: 21px;
        text-decoration: line-through;
        margin-left: 10px
    }

    .discount_discount__L9Tkn .discount_discount_container___zocQ .discount_discount_card__Awykw .discount_packagePrice_lower__stfkT,.discount_discount__L9Tkn .discount_discount_container___zocQ .discount_discount_card__Awykw .discount_packagePrice_lower_new__10_UW {
        width: max-content;
        font-size: 10px;
        font-weight: 500;
        line-height: 15px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        background: linear-gradient(90deg,#ECECEC,rgba(245,237,224,0));
        padding: 1px 6px;
        border-radius: 10px
    }

    .discount_discount__L9Tkn .discount_discount_container___zocQ .discount_discount_card__Awykw .discount_packagePrice_lower__stfkT span,.discount_discount__L9Tkn .discount_discount_container___zocQ .discount_discount_card__Awykw .discount_packagePrice_lower_new__10_UW span {
        font-size: 10px;
        font-weight: 500;
        line-height: 15px;
        display: flex;
        align-items: center;
        margin-bottom: 0
    }

    .discount_discount__L9Tkn .discount_discount_container___zocQ .discount_discount_card__Awykw .discount_packagePrice_lower_new__10_UW {
        background: linear-gradient(90deg,#F8DFB2,rgba(255,255,255,.5))
    }

    .discount_discount__L9Tkn .discount_discount_container___zocQ .discount_discount_card__Awykw .discount_vip_icon__Zs_jM {
        width: 12px;
        height: 12px
    }

    .discount_discountBanner__Tx2oC {
        margin-top: 40px;
        width: 100%;
        height: 100%
    }

    .discount_crossNote__IAt1D {
        right: 10px
    }

    .discount_crossNote__IAt1D .discount_cross__eUTFg {
        font-size: 14px;
        font-weight: 700;
        cursor: pointer
    }

    .discount_note__keArt {
        font-size: 12px;
        font-weight: 400;
        line-height: 18px;
        color: #2f3032;
        text-align: left
    }

    .discount_note__keArt span {
        font-weight: 700
    }
}

.DiscountModal_modalWrapper__VdrRs {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 70%;
    background-color: #fff;
    padding: 25px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 450px
}

.DiscountModal_modalWrapper__VdrRs p {
    color: #0e3f6c;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    margin: 0 0 24px
}

.DiscountModal_modalWrapper__VdrRs div {
    font-size: 14px;
    line-height: 20px
}

.DiscountModal_modalWrapper__VdrRs button {
    color: #0e3f6c;
    font-size: 14px;
    border: 1px solid #0e3f6c;
    border-radius: 15px;
    padding: 14px 0;
    width: 158px;
    background-color: #fff;
    cursor: pointer;
    margin: 16px auto 0;
    font-weight: 600
}

.DiscountModal_modalWrapper__VdrRs .DiscountModal_info__PMbxw {
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
    background-color: #f3f5f8;
    padding: 5px;
    border-radius: 12px
}

.DiscountModal_discount__modal__wrapper__4BTN5 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 70%;
    background-color: #fff;
    padding: 45px 5%;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 450px
}

.DiscountModal_discount__modal__wrapper__4BTN5 p {
    color: #0e3f6c;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    margin: 0 0 24px
}

.DiscountModal_discount__modal__wrapper__4BTN5 ul>li {
    font-size: 14px;
    color: #000;
    line-height: 21px;
    margin-left: 10px
}

.DiscountModal_discount__modal__wrapper__4BTN5 ul>li:first-child {
    margin: 0 0 12px 10px
}

.DiscountModal_discount__modal__wrapper__4BTN5 ul>li span {
    color: #e00646;
    font-weight: 600
}

.DiscountModal_discount__modal__wrapper__4BTN5 button {
    color: #0e3f6c;
    font-size: 14px;
    border: 1px solid #0e3f6c;
    border-radius: 15px;
    padding: 14px 0;
    width: 158px;
    background-color: #fff;
    cursor: pointer;
    margin: 16px auto 0;
    font-weight: 600
}

@media screen and (max-width: 768px) {
    .DiscountModal_modalWrapper__VdrRs {
        width:95%
    }

    .DiscountModal_modalWrapper__VdrRs .DiscountModal_info__PMbxw {
        margin-top: 10px
    }

    .DiscountModal_discount__modal__wrapper__4BTN5 {
        width: 90%
    }
}

.freeTest_freeContainer__7KQuD {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    height: 62px;
    width: 100%;
    display: flex;
    justify-content: center;
    background: #e6f5fb;
    opacity: 1;
    z-index: 99
}

.freeTest_freeContainer_new__v7TIq {
    top: 0
}

.freeTest_conten_show__ERMB5 {
    overflow-y: scroll;
    height: auto;
    align-content: center
}

.freeTest_conten_show__ERMB5::-webkit-scrollbar {
    display: none
}

.freeTest_timer_show__6__L_ {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
    padding: 4px 20px;
    gap: 5px;
    text-align: center;
    color: #0e3f6c
}

.freeTest_timer_section__T_015 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px
}

.freeTest_timer_left_section__hgWKS {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px
}

.freeTest_time_left__wks_j {
    background: rgba(223,15,71,.1);
    color: #e00646;
    padding: 1px 6px;
    text-align: center;
    align-content: center;
    border-radius: 6px;
    width: -moz-fit-content;
    width: fit-content;
    font-family: monospace;
    display: inline-block;
    min-width: 2ch;
    font-weight: 600
}

.freeTest_freeContainerDrawer__A3Udl {
    top: -5px
}

.freeTest_timer_show_drawer__NouDr {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 12px;
    font-size: 12px;
    line-height: 18px;
    padding: 2px 16px;
    text-align: left
}

.freeTest_timer_section_drawer__LA4wR {
    flex-direction: column;
    gap: 10px
}

@media(max-width: 768px) {
    .freeTest_freeContainer__7KQuD {
        top:0;
        height: -moz-fit-content;
        height: fit-content;
        width: 100%;
        margin: auto
    }

    .freeTest_freeContainer_new__v7TIq {
        top: 0
    }

    .freeTest_conten_show__ERMB5 {
        overflow-y: scroll;
        height: 100%;
        align-content: center
    }

    .freeTest_conten_show__ERMB5::-webkit-scrollbar {
        display: none
    }

    .freeTest_timer_show__6__L_ {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        gap: 12px;
        font-size: 10px;
        line-height: 14px;
        padding: 2px 16px;
        text-align: left
    }

    .freeTest_timer_left_section__hgWKS {
        gap: 4px
    }

    .freeTest_timer_section__T_015 {
        flex-direction: column;
        gap: 3px
    }

    .freeTest_timer_section__T_015>p {
        font-size: 8px;
        line-height: 12px;
        font-weight: 500
    }

    .freeTest_freeContainerDrawer__A3Udl {
        top: -5px
    }
}

.PackagesCarousel_head__zXxSP {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #0e3f6c;
    margin-left: 16px;
    margin-right: 16px
}

.PackagesCarousel_sub_head__Ze_UB {
    font-size: 10px;
    line-height: 15px;
    font-weight: 400;
    color: #9d9fa1;
    margin-left: 16px
}

.PackagesCarousel_carouselContainer__SOb6M {
    margin-top: 20px;
    display: flex;
    width: 100vw;
    overflow: scroll;
    gap: 10px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none
}

.PackagesCarousel_carouselContainer__SOb6M::-webkit-scrollbar {
    display: none
}

.PackagesCarousel_packageCard__v9AL_ {
    font-family: Poppins;
    border: 1px solid #d9d9d9;
    border-radius: 15px;
    padding: 0;
    /* width: 90vw; */
    flex-shrink: 0;
    margin: 0px 9px;
    scroll-snap-align: center;
    background: white;
    height: 230px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.PackagesCarousel_noExtra__9y3fx {
    display: flex;
    gap: 5px;
    padding: 2px 4px;
    background-color: rgba(38,103,163,.1);
    color: rgba(14,63,108,1);
    font-family: Poppins;
    font-weight: 500;
    font-size: 8px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    border-radius: 14px;
    align-items: center;
    width: -moz-fit-content;
    width: fit-content
}

.PackagesCarousel_bagIcon__GiAXg {
    width: 10px;
    height: 10px
}

.PackagesCarousel_carouselContainer__SOb6M>.PackagesCarousel_packageCard__v9AL_:first-child {
    margin-left: 16px
}

.PackagesCarousel_carouselContainer__SOb6M>.PackagesCarousel_packageCard__v9AL_:nth-last-child(2) {
    margin-right: 16px
}

.PackagesCarousel_packageCardTop__1NFsK {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 2px;
    padding: 10px 16px;
    border-radius: 15px 15px 0 0;
    border-bottom: 1px solid #d9d9d9;
    min-height: 95px;
    height: 110px
}

.PackagesCarousel_packageNameWrapper___bMaL {
    display: flex;
    gap: 2px
}

.PackagesCarousel_packageName__7y850 {
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: var(--font-secondary-color)
}

.PackagesCarousel_packageDetailsCta__3epWo {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    font-weight: 500;
    font-family: poppins;
    color: rgba(14,63,108,1);
    width: -moz-fit-content;
    width: fit-content;
    line-height: 14px;
    white-space: nowrap;
    cursor: pointer;
    padding-top: 5px
}

.PackagesCarousel_viewIcon___kXAI {
    height: 14px!important;
    width: 11px!important;
    margin-left: 4px
}

.PackagesCarousel_packageNameWrapper___bMaL>svg {
    font-size: 2.5rem;
    flex-shrink: 0
}

.PackagesCarousel_packageCardTopLeft__Xci4t {
    font-weight: 500;
    font-size: 10px;
    line-height: 15px;
    color: #9d9fa1;
    flex-shrink: 0;
    display: flex;
    gap: 10px
}

.PackagesCarousel_packageCardTopLeft__Xci4t>p:first-child>span {
    background: linear-gradient(223.23deg,#ffffff -39.74%,#dbf5f9 94.44%);
    border-radius: 5px;
    padding: 3px;
    font-weight: 500;
    font-size: 10px;
    line-height: 15px;
    color: #000000
}

.PackagesCarousel_packageCardTopLeft__Xci4t>p:last-child>span {
    background: #f5f5f5;
    border-radius: 5px;
    padding: 3px;
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 15px;
    color: #000000
}

.PackagesCarousel_packageCardMid__Rv57q {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #2f3032;
    padding: 6px 16px 2px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    height: 62px
}

.PackagesCarousel_packageCardBottom__1S6Rz {
    display: flex;
    align-items: center;
    padding: 10px 16px;
    background: linear-gradient(223.23deg,rgba(255,255,255,.5) -39.74%,rgba(249,224,219,.5) 94.44%);
    border-radius: 0 0 15px 15px;
    justify-content: space-between
}

.PackagesCarousel_packageCardBottom__1S6Rz>div {
    display: flex;
    align-items: center
}

.PackagesCarousel_packagePrice__jRByD {
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

.PackagesCarousel_packagePrice_upper__osfnQ {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    -moz-column-gap: 4px;
    column-gap: 4px
}

.PackagesCarousel_packagePrice__offerPrice__39H1X {
    color: #2f3032;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px
}

.PackagesCarousel_packagePrice__mainPrice__lc61_ {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    text-decoration: line-through;
    color: #616161
}

.PackagesCarousel_horizontalLine__GSqIt {
    border: none;
    border-left: 1px solid #d9d9d9;
    margin: 0 12px;
    height: 30px
}

.PackagesCarousel_packageRedcash__EzNJz {
    font-size: 10px;
    line-height: 14px;
    color: #2f3032;
    display: flex;
    flex-direction: column
}

.PackagesCarousel_packageRedcash__EzNJz>span:first-child {
    font-weight: 700
}

.PackagesCarousel_packageRedcash__EzNJz>span:last-child {
    font-weight: 500
}

.PackagesCarousel_bookButton__urHST {
    background: #e00646;
    border-radius: 15px;
    font-family: Poppins;
    font-weight: 500;
    font-size: 12px;
    color: white;
    border: none;
    width: 110px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center
}

.PackagesCarousel_carouselDotsContainer__mq7v_ {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    gap: 4px
}

.PackagesCarousel_carouselDots__5QvHx {
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: #d9d9d9
}

.PackagesCarousel_details_tags__kxhQN {
    width: 100%;
    height: auto;
    margin: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    font-size: 10px;
    font-weight: 400;
    line-height: 15px;
    color: #2F3032
}

.PackagesCarousel_details_tags_title__DTRiE {
    background: rgba(14,63,108,.05);
    border-radius: 6px;
    padding: 1.2px 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 4px;
    column-gap: 4px;
    position: relative
}

.PackagesCarousel_details_tags_title__DTRiE>div {
    width: 20px;
    height: 20px
}

.PackagesCarousel_details_tags_title__DTRiE p {
    margin: 0
}

.PackagesCarousel_count_show1__RusAe {
    background: rgba(14,63,108,.05);
    border-radius: 16px;
    padding: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative
}

.PackagesCarousel_count_show2__aTEa_ {
    padding: 3px;
    right: -12px;
    z-index: 5
}

.PackagesCarousel_count_show2__aTEa_,.PackagesCarousel_count_show3__kREzK {
    background: #F5F5F5;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 4px;
    column-gap: 4px;
    position: absolute;
    top: -1px;
    border: 2px solid #ffffff
}

.PackagesCarousel_count_show3__kREzK {
    padding: 2px 4px;
    right: -22px;
    z-index: 10
}

.PackagesCarousel_count_main__fXJpd {
    position: relative
}

.PackagesCarousel_vip_icon__v_f8U {
    width: 10px;
    height: 10px
}

.PackagesCarousel_packagePrice_lower__210C4 {
    width: max-content;
    font-size: 10px;
    font-weight: 400;
    line-height: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-radius: 10px;
    color: #2F3032;
    cursor: pointer
}

.PackagesCarousel_vipPrice__cTwkB {
    font-family: Poppins;
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0;
    color: #0E3F6C
}

.PackagesCarousel_gold_text__hfMCz {
    color: "#CFAA67"
}

.PackagesCarousel_percent_off__tpwi7 {
    padding: 2px 8px;
    font-size: 10px;
    line-height: 14px;
    text-align: center;
    font-weight: 500;
    color: #ffffff;
    background-color: #00BBA7;
    border-radius: 16px
}

.PackagesCarousel_limited_text__n3pq2 {
    font-size: 8px;
    line-height: 10px;
    color: #31CCB0;
    font-weight: 500
}

.PackagesCarousel_infoIcon__6lD_F {
    font-size: 12px;
    color: #9F9D9D;
    margin-left: 5px;
    cursor: pointer
}

.PackagesCarousel_enterIcon__2XrS1 {
    width: 14px;
    height: 14px;
    margin: 0 2px 5px 0
}

.PackagesCarousel_minusIcon__ccPBj {
    width: 18px;
    height: 18px
}

.PackagesCarousel_addIcon__ftrXn {
    width: 18px;
    height: 18px;
    color: #ffffff
}

@media screen and (min-width: 601px) {
    .PackagesCarousel_head__zXxSP {
        font-size:24px;
        line-height: 36px;
        color: #0e3f6c;
        margin-left: 0;
        margin-bottom: 12px
    }

    .PackagesCarousel_sub_head__Ze_UB {
        font-size: 16px;
        line-height: 24px;
        margin-left: 0
    }

    .PackagesCarousel_carouselContainer__SOb6M {
        width: 100%;
        display: block;
        overflow: auto
    }

    .PackagesCarousel_carouselContainer__SOb6M .PackagesCarousel_packageCard__v9AL_:first-of-type {
        margin-left: unset!important;
        background: white
    }

    .PackagesCarousel_carouselContainer__SOb6M .PackagesCarousel_packageCard__v9AL_:nth-last-child(2) {
        margin-right: unset!important
    }

    .PackagesCarousel_carouselContainer__SOb6M>div>ul>li :last-child {
        min-width: unset
    }

    .PackagesCarousel_packageCard__v9AL_ {
        width: 98%;
        height: 288px
    }

    .PackagesCarousel_packageCardTop__1NFsK {
        min-height: 135px;
        height: 156px;
        padding: 14px 16px
    }

    .PackagesCarousel_packageCardMid__Rv57q {
        font-weight: 400;
        font-size: 15px;
        line-height: 24px;
        height: 52px;
        padding-top: 0
    }

    .PackagesCarousel_packageCardBottom__1S6Rz {
        height: 60px;
        padding: 14px 16px
    }

    .PackagesCarousel_packageNameWrapper___bMaL {
        max-width: 100%;
        cursor: pointer
    }

    .PackagesCarousel_packageName__7y850 {
        font-weight: 600;
        font-size: 18px;
        line-height: 26px;
        position: relative
    }

    .PackagesCarousel_packageDetailsName__a3NcT {
        display: inline;
        flex-wrap: wrap;
        gap: 10px;
        align-items: center
    }

    .PackagesCarousel_packageDetailsCta__3epWo {
        font-size: 12px;
        font-weight: 500;
        font-family: poppins;
        color: rgba(14,63,108,1);
        width: -moz-fit-content;
        width: fit-content;
        line-height: 14px;
        white-space: nowrap;
        cursor: pointer;
        padding-top: 5px
    }

    .PackagesCarousel_viewIcon___kXAI {
        height: 14px!important;
        width: 11px!important;
        margin-left: 4px
    }

    .PackagesCarousel_packageNameWrapper___bMaL>svg {
        font-size: 2rem;
        color: #000000;
        margin-top: 2px
    }

    .PackagesCarousel_packageCardTopLeft__Xci4t {
        font-weight: 500;
        font-size: 14px;
        line-height: 21px;
        margin-top: 2px;
        display: flex;
        align-items: center;
        gap: 10px
    }

    .PackagesCarousel_packageCardTopLeft__Xci4t>p:first-child>span {
        font-weight: 500;
        font-size: 14px;
        line-height: 21px;
        padding: 4px
    }

    .PackagesCarousel_packageCardTopLeft__Xci4t>p:last-child>span {
        font-weight: 500;
        font-size: 14px;
        line-height: 21px;
        padding: 4px
    }

    .PackagesCarousel_packagePrice__offerPrice__39H1X {
        font-weight: 600;
        font-size: 18px
    }

    .PackagesCarousel_packagePrice__mainPrice__lc61_ {
        font-weight: 400;
        font-size: 14px
    }

    .PackagesCarousel_horizontalLine__GSqIt {
        height: 50px
    }

    .PackagesCarousel_packageRedcash__EzNJz {
        font-size: 14px;
        line-height: 14px
    }

    .PackagesCarousel_packageRedcash__EzNJz>span:last-child {
        margin-top: 5px
    }

    .PackagesCarousel_bookButton__urHST {
        font-weight: 500;
        font-size: 15px;
        line-height: 22px;
        cursor: pointer;
        width: auto;
        padding:15px;
        height: 40px
    }

    .PackagesCarousel_details_tags__kxhQN {
        font-size: 12px;
        line-height: 18px
    }

    .PackagesCarousel_count_show2__aTEa_ .PackagesCarousel_count_show3__kREzK {
        padding: 3px
    }

    .PackagesCarousel_count_show3__kREzK {
        top: -2px;
        right: -28px
    }

    .PackagesCarousel_vip_icon__v_f8U {
        width: 12px;
        height: 12px
    }

    .PackagesCarousel_packagePrice_lower__210C4 {
        font-size: 12px;
        line-height: 14px
    }

    .PackagesCarousel_limited_text__n3pq2 {
        font-size: 10px;
        line-height: 12px;
        font-weight: 500
    }

    .PackagesCarousel_noExtra__9y3fx {
        font-size: 10px;
        padding: 6px
    }

    .PackagesCarousel_vipPrice__cTwkB {
        font-size: 14px
    }

    .PackagesCarousel_infoIcon__6lD_F {
        margin: 3px 0 0 5px
    }
}

@media screen and (min-width: 601px) and (max-width:1100px) {
    .PackagesCarousel_head__zXxSP {
        font-size:18px;
        line-height: 24px;
        margin-bottom: 6px
    }

    .PackagesCarousel_sub_head__Ze_UB {
        font-size: 14px
    }

    .PackagesCarousel_packageName__7y850 {
        font-size: 16px;
        line-height: 20px
    }
}

.LpForm_lpNewForm_final__dFgmU .LpForm_cityList__FaQa6 {
    display: flex;
    flex-direction: column;
    width: 100%;
    background: #fefefe;
    margin: 1rem 0;
    position: absolute;
    top: 41px
}

.LpForm_lpNewForm_final__dFgmU {
    width: 100%;
    padding: 2rem
}

.LpForm_form__div__WwSbo>h4 {
    height: 56px;
    display: flex;
    align-items: center;
    letter-spacing: 0;
    color: #0e3f6c;
    text-transform: capitalize;
    font-size: 3rem;
    font-weight: 500;
    opacity: 1
}

.LpForm_form__div__WwSbo>button {
    border-radius: 5px
}

.LpForm_form__input__GkWnY {
    flex-direction: revert
}

.LpForm_citySelect__obF13,.LpForm_form__input__GkWnY {
    display: flex;
    border: 1px solid #ccc;
    width: 100%;
    justify-content: space-between;
    overflow: visible;
    align-items: center;
    height: 53px
}

.LpForm_citySelect__obF13 {
    padding: 1px;
    border-radius: 5px;
    background: #fff;
    position: relative
}

.LpForm_citySelect__obF13>svg {
    position: absolute;
    right: 6px;
    margin: 2rem;
    top: -4%;
    padding-bottom: -2rem;
    color: red;
    font-size: 1.5rem
}

.LpForm_citySelect__obF13 .LpForm_cityError__cq2iR {
    position: absolute;
    top: 52px
}

.LpForm_citySelect__obF13>input {
    width: 100%;
    font-size: 1.5rem;
    padding: 9px;
    height: 30px;
    background: #fff 0 0 no-repeat padding-box;
    opacity: 1;
    font-family: Poppins
}

.LpForm_newcityList__wbEhr {
    display: flex;
    flex-direction: column;
    width: 100%;
    background: #fefefe;
    position: absolute;
    top: 5.5rem;
    border: 1px solid #fefefe;
    overflow: hidden;
    border-radius: 5px;
    margin: 0 auto 0 -2px
}

.LpForm_newcityList__wbEhr span {
    font-size: 16px;
    color: #a7a7a7;
    margin-top: 0
}

.LpForm_numBox__QPQS2 {
    height: 53px
}

.LpForm_locIcon__8gdui,.LpForm_userIcon__Mt83S {
    padding: 1rem;
    font-size: 2rem;
    display: flex;
    width: 45px;
    color: gray;
    margin-left: 12px;
    margin-right: 6px
}

.LpForm_inputDiv__5_pFx {
    border: none;
    width: 100%;
    height: 40px;
    font-size: 18px;
    font-family: Poppins;
    display: flex;
    align-items: center;
    font-size: 1.5rem
}

.LpForm_FormError__dGCbF {
    color: red;
    margin-left: 8px;
    font-size: 1.4rem;
    font-weight: 500;
    text-transform: capitalize
}

.LpForm_numIcon__ZBir8 {
    font-size: 2rem;
    width: 45px;
    color: gray;
    margin-left: 17px;
    margin-right: 8px
}

.LpForm_displayNone__btP3N {
    display: none
}

.LpForm_cityListVal__IhYoj {
    padding: 1rem;
    text-align: start;
    background-color: #efefeff1;
    z-index: 2
}

.LpForm_cityListVal__IhYoj:hover {
    background: #fcfcfc
}

.LpForm_LP_opt_Div__cB88n {
    width: 100%;
    display: flex;
    align-items: center
}

.LpForm_wtsapIcon__A8Lp5 {
    font-size: 2.5rem;
    color: #2bcc57;
    margin: 2px 5px 2px 10px
}

.LpForm_checkbox__HiBx3 {
    width: 22px;
    height: 22px
}

.LpForm_LP_opt_Div__cB88n p,.LpForm_privacy__XUhnq p {
    font-size: 18px;
    font-family: 400;
    font-family: Poppins;
    color: #858585;
    display: flex;
    align-items: center
}

.LpForm_submitButton__EvJ5Z {
    background: #e5184e 0 0 no-repeat padding-box
}

.LpForm_submitButton__EvJ5Z,.LpForm_submitButton_disable__yJJjj {
    height: 53px;
    box-shadow: 0 3px 6px #00000029;
    opacity: 1;
    border: none;
    cursor: pointer;
    font-size: 2.5rem;
    font-weight: 500;
    margin-top: 5px;
    font-family: Poppins,sans-serif;
    color: #ffff;
    width: 100%
}

.LpForm_submitButton_disable__yJJjj {
    background: #ee7e9c;
    cursor: not-allowed
}

.LpForm_checks__urNmp {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 10px 0
}

@media (max-width: 780px) {
    .LpForm_newcityList__wbEhr {
        top:6.5rem
    }
}

.Lp6City_centre__NB2te {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.Lp6City_successMessageCont__uO07k {
    background: white;
    border-radius: 4px;
    width: 800px
}

.Lp6City_successMessageCont__uO07k a {
    color: #0000ffad!important
}

.Lp6City_closeIcon__P789y {
    color: darkslategray;
    font-size: 2.5rem;
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer
}

.Lp6City_inputDiv_city__hDQmd {
    width: 100%
}

.Lp6City_inputDiv_city__hDQmd>input {
    border: none;
    width: 90%;
    height: 40px;
    font-size: 18px;
    font-family: Poppins
}

.Lp6City_inputDiv_city__hDQmd>select {
    border: none;
    font-size: 16px;
    width: 90%;
    color: #82777e;
    background-color: white;
    cursor: pointer;
    outline: none
}

@media screen and (max-width: 600px) {
    .Lp6City_successMessageCont__uO07k {
        width:90vw
    }

    .Lp6City_successMessage__vTLeD {
        padding: 2rem!important
    }

    .Lp6City_form__input__eUCYv {
        display: flex;
        border: 1px solid #ccc;
        flex-direction: revert;
        width: 100%;
        justify-content: space-between;
        align-items: center
    }
}

.Featured_featuredon_container__HorIb {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 16px
}

.Featured_featuredon_container__HorIb>h2 {
    font-size: 25px;
    margin-top: 10px;
    text-align: center;
    font-weight: 600;
    font-family: Poppins
}

.Featured_featuredon_card__container__JXQL6 {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    row-gap: 20px;
    margin: 20px 0
}

.Featured_featured__card__image__LUqEw {
    padding: 1px
}

@media (min-width: 601px) {
    .Featured_featuredon_container__HorIb {
        display:flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        padding: 30px;
        max-width: 1250px;
        margin: auto
    }

    .Featured_featuredon_container__HorIb>h2 {
        color: #2b2b2b;
        font-size: 29px;
        font-family: Poppins;
        margin: 10px;
        font-weight: 500
    }

    .Featured_featuredon_card__container__JXQL6 {
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        width: 100%;
        padding-top: 10px
    }

    .Featured_featured__card__image__LUqEw {
        padding: 1px
    }
}

.LpCommonModal_centreModal__NZBCr {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.LpCommonModal_successMessageCont__miQGb {
    background: white;
    border-radius: 20px;
    width: 500px
}

.LpCommonModal_successMessage__x5CPf {
    width: 88%;
    margin: auto;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    color: #2B2B2B
}

.LpCommonModal_successMessageCont__miQGb a {
    color: #0000ffad!important
}

.LpCommonModal_app_modal__MpiKk {
    padding: 5.4rem 4rem
}

.LpCommonModal_leadMessage__tI30e {
    color: #808080;
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
    text-align: center
}

.LpCommonModal_closeIcon__V1L6g {
    color: darkslategray;
    font-size: 3rem;
    position: absolute;
    top: 0;
    right: 15px;
    cursor: pointer;
    padding: 8px
}

.LpCommonModal_closeIcon__V1L6g svg {
    font-size: 3rem
}

.LpCommonModal_successLink__7HO__ {
    display: flex;
    margin-inline:4rem;padding-bottom: 2rem
}

.LpCommonModal_successLink__7HO__ p {
    font-size: 2rem;
    font-weight: 600
}

.LpCommonModal_successLink__7HO__ p a {
    text-decoration: underline
}

.LpCommonModal_below_linebreak__0KGEj {
    border-bottom: 2px dotted rgb(188,184,184);
    margin: 2rem auto
}

.LpCommonModal_explore__tGux1 {
    text-align: center;
    font-size: 20px;
    color: #0e3f6c;
    font-weight: 500;
    line-height: 30px
}

.LpCommonModal_explore__tGux1>span {
    font-weight: 700
}

.LpCommonModal_qr_code__pCUSY {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin: 20px auto
}

.LpCommonModal_store_section__WQCQF {
    display: flex;
    justify-content: center;
    gap: 2rem
}

.LpCommonModal_store__K94wl {
    width: 170px;
    height: 52px;
    display: flex;
    gap: 10px;
    align-items: center;
    padding: .6rem 1rem;
    border: 1px solid #d9d9d9;
    border-radius: 10px
}

.LpCommonModal_store_title__Vxu7p {
    color: black;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px
}

.LpCommonModal_store_title__Vxu7p>h4 {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    color: #757575
}

.LpCommonModal_store_icon_image__8nNtJ {
    background: transparent
}

@media (max-width: 768px) {
    .LpCommonModal_successMessageCont__miQGb {
        width:100%;
        margin: auto
    }

    .LpCommonModal_app_modal__MpiKk {
        padding: 4rem 2.7rem
    }

    .LpCommonModal_leadMessage__tI30e {
        width: 95%;
        text-align: center;
        font-size: 10px;
        line-height: 16px
    }

    .LpCommonModal_successMessage__x5CPf {
        width: 95%;
        font-size: 12px;
        line-height: 16px
    }

    .LpCommonModal_successLink__7HO__ {
        margin-inline:2rem}

    .LpCommonModal_successLink__7HO__ p {
        font-size: 2rem
    }

    .LpCommonModal_explore__tGux1 {
        font-size: 10px;
        line-height: 16px
    }

    .LpCommonModal_store__K94wl {
        width: 125px;
        height: 40px;
        gap: 5px;
        padding: 1rem
    }

    .LpCommonModal_store_title__Vxu7p {
        font-size: 10px;
        line-height: 13px
    }

    .LpCommonModal_store_title__Vxu7p>h4 {
        font-size: 8px;
        line-height: 13px
    }

    .LpCommonModal_store_icon__XcFe9>img {
        width: 24px;
        height: 24px
    }

    .LpCommonModal_store_icon_app__KYaXS {
        width: 20px;
        height: 23px
    }

    .LpCommonModal_closeIcon__V1L6g {
        top: -5px;
        right: 0
    }

    .LpCommonModal_closeIcon__V1L6g svg {
        font-size: 4rem
    }
}

.WhyBookTest_uspData_container__hvlnX {
    position: relative;
    width: 100%;
    max-width: 1250px;
    margin: 0 auto 70px;
    background: rgba(231,235,239,1);
    border-radius: 16px
}

.WhyBookTest_uspData_main__j95R2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 26px 24px;
    row-gap: 20px
}

.WhyBookTest_uspData_head__txUEs {
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    justify-content: center;
    align-items: center
}

.WhyBookTest_uspData_head__txUEs>span {
    width: 100%;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    color: #0e3f6c;
    text-align: center
}

.WhyBookTest_uspData_head__txUEs>span>span {
    font-weight: 600;
    color: #0e3f6c
}

.WhyBookTest_uspData_head__txUEs>p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #666666
}

.WhyBookTest_uspData_head__txUEs>p>span {
    font-weight: 600
}

.WhyBookTest_uspData_card_container__bGPMu {
    position: relative;
    width: 100%
}

.WhyBookTest_uspData_card__hyhXO {
    display: flex;
    justify-content: space-around;
    align-items: center;
    -moz-column-gap: 10px;
    overflow-x: auto;
    scroll-behavior: smooth;
    column-gap: 10px;
    padding: 16px 0
}

.WhyBookTest_uspData_card__hyhXO::-webkit-scrollbar {
    display: none
}

.WhyBookTest_usp_content__k2bA1 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 20px;
    width: 193px;
    height: 200px;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 4px 25px rgba(143,143,143,.1);
    text-align: center;
    row-gap: 10px
}

.WhyBookTest_lower_section__Ejh3F>span {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #0e3f6c;
    text-align: left
}

.WhyBookTest_lower_section__Ejh3F {
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    overflow: hidden
}

.WhyBookTest_lower_section__Ejh3F>p {
    width: 92%;
    min-height: 57px;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #2f3032;
    text-align: left
}

.WhyBookTest_usp_content__k2bA1>hr {
    width: 100%;
    border: 1px dotted #e7ebef;
    margin: 8px 0
}

.WhyBookTest_next_button__lncuF,.WhyBookTest_prev_button__cxwOd {
    position: absolute;
    top: -75%;
    right: 2%;
    border: none;
    cursor: pointer;
    padding: 10px;
    color: #0e3f6c;
    z-index: 1;
    background: none
}

.WhyBookTest_prev_button__cxwOd {
    left: 75%
}

.WhyBookTest_next_button__lncuF {
    right: 0
}

.WhyBookTest_next_button__lncuF>svg,.WhyBookTest_prev_button__cxwOd>svg {
    font-size: 28px
}

.WhyBookTest_scroll_icon__rqG_b {
    width: 35px;
    height: 5px;
    border-radius: 2.5px;
    background: rgba(122,123,124,.13);
    position: absolute;
    left: 50%;
    bottom: 3%;
    transform: translateX(-50%);
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.WhyBookTest_scroll_icon_inside___pPTm {
    width: 15px;
    height: 3px;
    background: rgba(14,63,108,1);
    border-radius: 1.5px
}

.WhyBookTest_error_message__Jyquv,.WhyBookTest_no_data__O_nDa {
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center
}

@media (max-width: 768px) {
    .WhyBookTest_uspData_container__hvlnX {
        width:90%;
        margin: 20px auto 40px;
        padding-bottom: 20px
    }

    .WhyBookTest_uspData_main__j95R2 {
        padding: 20px;
        row-gap: 10px
    }

    .WhyBookTest_image_usp__4EVRH {
        width: 100%;
        height: 40px;
        display: flex;
        justify-content: flex-start;
        align-items: center
    }

    .WhyBookTest_image_usp__4EVRH>img {
        width: 40px;
        height: 40px
    }

    .WhyBookTest_usp_content__k2bA1 {
        min-width: 160px;
        height: 160px;
        padding: 10px
    }

    .WhyBookTest_scroll_icon__rqG_b {
        bottom: 27px
    }

    .WhyBookTest_lower_section__Ejh3F>span {
        font-size: 14px;
        line-height: 24px
    }

    .WhyBookTest_lower_section__Ejh3F>p {
        width: 100%;
        min-height: 30px;
        font-size: 12px;
        line-height: 15px
    }

    .WhyBookTest_uspData_head__txUEs>span {
        font-size: 18px;
        line-height: 24px;
        text-align: left
    }

    .WhyBookTest_uspData_head__txUEs>p {
        font-size: 14px;
        line-height: 18px
    }

    .WhyBookTest_next_button__lncuF,.WhyBookTest_prev_button__cxwOd {
        display: none
    }
}

@media (min-width: 1100px) {
    .WhyBookTest_next_button__lncuF,.WhyBookTest_prev_button__cxwOd,.WhyBookTest_scroll_icon__rqG_b {
        display:none
    }

    .WhyBookTest_usp_content__k2bA1 {
        min-width: 192px;
        max-width: -moz-fit-content;
        max-width: fit-content
    }
}

.PopularHealthTest_container__ZsjwC {
    max-width: 1250px;
    margin: auto auto 70px
}

.PopularHealthTest_title__PoqM0 {
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    color: #163C66;
    margin-bottom: 24px
}

.PopularHealthTest_container_main__Pd2o9 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px
}

.PopularHealthTest_test__9rQzo {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #7A7A7A;
    background: linear-gradient(90deg,rgba(101,154,201,.14),rgba(101,154,201,0));
    padding: 2px 12px;
    border-radius: 16px;
    text-transform: capitalize
}

@media (max-width: 768px) {
    .PopularHealthTest_container__ZsjwC {
        width:90%;
        margin: auto auto 40px
    }

    .PopularHealthTest_title__PoqM0 {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 20px
    }

    .PopularHealthTest_container_main__Pd2o9 {
        gap: 8px
    }

    .PopularHealthTest_test__9rQzo {
        font-size: 12px;
        line-height: 18px;
        padding: 2px 8px
    }
}

.styles_privacyCheckbox__OeloU {
    display: flex;
    gap: 10px;
    margin-top: 10px
}

.styles_privacyCheckbox__OeloU input[type=checkbox] {
    flex: 2 1;
    display: block;
    width: 22px;
    height: 22px;
    accent-color: #7b7b7b;
    filter: brightness(2)
}

.styles_privacyCheckbox__OeloU p {
    flex-direction: 0.5;
    font-weight: 400;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    margin-bottom: 1rem
}

.styles_privacyCheckbox__OeloU p a {
    display: inline-block;
    text-decoration: underline
}

.styles_privacyCheckbox__OeloU p a:visited {
    color: inherit
}

@media (min-width: 601px) {
    .styles_privacyCheckbox__OeloU p {
        font-size:12px;
        margin-bottom: 0
    }

    .styles_privacyCheckbox__OeloU input[type=checkbox] {
        cursor: pointer
    }
}

.UspData_uspData_container__MkifS {
    position: relative;
    width: 100%;
    background: rgba(231,235,239,1);
    border-radius: 16px
}

.UspData_uspData_main__nC7a2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 26px 24px;
    row-gap: 20px
}

.UspData_uspData_head__uW6Uu {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    justify-content: center;
    align-items: flex-start
}

.UspData_uspData_head__uW6Uu>h2 {
    width: 80%;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    color: #0e3f6c
}

.UspData_uspData_head__uW6Uu>h2>span {
    font-weight: 600;
    color: #0e3f6c
}

.UspData_uspData_head__uW6Uu>p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #666666
}

.UspData_uspData_head__uW6Uu>p>span {
    font-weight: 600
}

.UspData_uspData_card_container__RO7A2 {
    position: relative;
    width: 100%
}

.UspData_uspData_card__94tgw {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    -moz-column-gap: 10px;
    column-gap: 10px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 16px 0
}

.UspData_uspData_card__94tgw::-webkit-scrollbar {
    display: none
}

.UspData_usp_content__H2e05 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px;
    min-width: 170px;
    max-width: -moz-fit-content;
    max-width: fit-content;
    height: 170px;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 4px 25px rgba(143,143,143,.1);
    text-align: center
}

.UspData_lower_section__zdDnc>h2 {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #0e3f6c;
    text-align: left
}

.UspData_lower_section__zdDnc>p {
    min-height: 42px;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #2f3032;
    text-align: left
}

.UspData_usp_content__H2e05>hr {
    width: 100%;
    border: .5px solid #e7ebef;
    margin: 8px 0
}

.UspData_next_button___Mkln,.UspData_prev_button__0xcFK {
    position: absolute;
    top: -75%;
    right: 2%;
    border: none;
    cursor: pointer;
    padding: 10px;
    color: #0e3f6c;
    z-index: 1;
    background: none
}

.UspData_prev_button__0xcFK {
    left: 75%
}

.UspData_next_button___Mkln {
    right: 0
}

.UspData_next_button___Mkln>svg,.UspData_prev_button__0xcFK>svg {
    font-size: 28px
}

.UspData_scroll_icon__bsaKL {
    width: 35px;
    height: 5px;
    border-radius: 2.5px;
    background: rgba(122,123,124,.13);
    position: absolute;
    left: 50%;
    bottom: 3%;
    transform: translateX(-50%);
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.UspData_scroll_icon_inside__6NSK_ {
    width: 15px;
    height: 3px;
    background: rgba(14,63,108,1);
    border-radius: 1.5px
}

@media (max-width: 768px) {
    .UspData_uspData_container__MkifS {
        width:90%;
        margin: 20px auto 0
    }

    .UspData_usp_content__H2e05>img {
        width: 40px;
        height: 40px
    }

    .UspData_usp_content__H2e05 {
        min-width: 130px;
        height: 130px
    }

    .UspData_lower_section__zdDnc>h2 {
        font-size: 12px;
        line-height: 18px
    }

    .UspData_lower_section__zdDnc>p {
        min-height: 30px;
        font-size: 10px;
        line-height: 15px
    }

    .UspData_uspData_head__uW6Uu>h2 {
        font-size: 16px;
        line-height: 24px
    }

    .UspData_uspData_head__uW6Uu>p {
        font-size: 12px;
        line-height: 18px
    }

    .UspData_next_button___Mkln,.UspData_prev_button__0xcFK {
        display: none
    }
}

.LP2Comp_mainContainer__yU_ph {
    max-width: 1250px;
    margin: 0 auto 50px;
    display: flex;
    flex-direction: column;
    gap: 4.5rem
}

.LP2Comp_totalSavingImage__GmKxY {
    width: 100%;
    height: auto;
    max-width: 1250px;
    max-height: 150px
}

.LP2Comp_centre__4mifA {
    width: -moz-fit-content;
    width: fit-content;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    outline: none;
    background-color: #fff;
    width: 30%;
    border-radius: 10px
}

@media screen and (max-width: 720px) {
    .LP2Comp_centre__4mifA {
        margin:0 auto;
        width: 90%
    }
}

.TestDetails_upperSection_testDetails__OlJ4h {
    display: flex;
    justify-content: center;
    position: relative;
    flex-direction: column;
    font-size: 16px!important;
    margin: auto;
    height: 17rem;
    font-family: Poppins;
    max-width: 1250px;
    padding-bottom: 20px;
    width: 90%;
    height: auto
}

.TestDetails_testDetailsDivContainer__flsBI {
    display: flex;
    align-items: center;
    margin-bottom: 5px
}

.LpOtpVerify_LoginDiv__aNge_ {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    background-color: #e5e5e5;
    height: 100vh;
    width: inherit
}

.LpOtpVerify_loginHeader__DV7eb {
    background-color: #fff;
    width: 100%;
    display: flex;
    align-items: center;
    height: 56px;
    padding: 0 16px;
    margin: 0 0 3rem
}

.LpOtpVerify_backArrowContainer__6ggpU {
    width: 3rem;
    height: 2rem;
    cursor: pointer
}

.LpOtpVerify_backArrowContainer__6ggpU,.LpOtpVerify_loginHeaderFont__EHF_e {
    display: flex;
    align-items: center;
    justify-content: center
}

.LpOtpVerify_loginHeaderFont__EHF_e>strong {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    padding-left: 15px;
    color: #000000
}

.LpOtpVerify_otpDiv_container__r7MjI {
    display: flex;
    width: 100%;
    flex-direction: column;
    padding: 0 16px
}

.LpOtpVerify_loginForm__eZ9Ct {
    background-color: #fff;
    padding: 24px 16px;
    border-radius: 15px;
    width: 100%
}

.LpOtpVerify_button__XOBXZ {
    background: linear-gradient(225.9deg,#0e3f6c,#235b8e 101.63%);
    color: #fff;
    cursor: pointer
}

.LpOtpVerify_buttonDisabled__DEVnh,.LpOtpVerify_button__XOBXZ {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    height: 48px;
    margin: 20px 0 0;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    border: none
}

.LpOtpVerify_buttonDisabled__DEVnh {
    background: #ccc;
    color: #666;
    cursor: not-allowed
}

.LpOtpVerify_verify_otp_number__LFaZj {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    margin-top: 20px;
    width: 80%
}

.LpOtpVerify_verify_change__QTzO6 {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #0e3f6c;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    cursor: pointer
}

.LpOtpVerify_verify_otp_error_container___AHaF {
    display: flex;
    justify-content: space-between;
    width: 100%
}

.LpOtpVerify_verify_otp_error__7iRd_ {
    color: #e00646;
    font-size: 14px;
    font-weight: 500
}

.LpOtpVerify_receive__code__7y7us {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 21px;
    color: #000000
}

.LpOtpVerify_verify_otp_resend__pmU2C :first-child {
    font-weight: 500;
    font-size: 12px;
    line-height: 21px;
    -webkit-background-clip: text;
    background-clip: text;
    color: #0e3f6c
}

.LpOtpVerify_otp__inputs__wrap__UF7K4 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 40px;
    margin: 20px auto
}

.LpOtpVerify_otp__inputs__wrap__UF7K4>input {
    background: #ffffff;
    border-radius: 10px;
    height: 60px;
    width: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #2f3032
}

@media (min-width: 601px) {
    .LpOtpVerify_LoginDiv__aNge_ {
        max-width:52rem;
        background: white
    }

    .LpOtpVerify_loginHeader__DV7eb {
        justify-content: space-between;
        padding: 0 24px;
        border-bottom: 1px solid #d9d9d9;
        margin: 0;
        height: 84px
    }

    .LpOtpVerify_loginHeaderFont__EHF_e>strong {
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        padding-left: 0;
        color: #000000
    }

    .LpOtpVerify_verify_otp_error_container___AHaF {
        width: 90%
    }

    .LpOtpVerify_otpDiv_container__r7MjI {
        padding: 0
    }

    .LpOtpVerify_loginForm__eZ9Ct {
        background-color: #fff;
        padding: 24px
    }

    .LpOtpVerify_buttonDisabled__DEVnh,.LpOtpVerify_button__XOBXZ {
        height: 60px;
        font-size: 18px;
        margin: 40px 0 0
    }

    .LpOtpVerify_verify_otp_number__LFaZj {
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        color: #000000;
        opacity: .7;
        width: 75%
    }

    .LpOtpVerify_verify_change__QTzO6 {
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        color: #0e3f6c;
        cursor: pointer;
        -webkit-text-decoration-line: underline;
        text-decoration-line: underline
    }

    .LpOtpVerify_receive__code__7y7us {
        font-size: 14px
    }

    .LpOtpVerify_verify_otp_resend__pmU2C :first-child {
        font-size: 14px;
        cursor: pointer
    }
}

@media screen and (max-width: 600px) {
    .LpOtpVerify_otp__inputs__wrap__UF7K4 {
        justify-content:space-between;
        gap: unset
    }
}

.Lp8SamplePdf_dialogPaper__YjbYi {
    width: 60vw;
    height: 80vh;
    margin: 0;
    border-radius: 12px!important;
    overflow: hidden
}

.Lp8SamplePdf_dialogTitle__19VHv {
    font-size: 16px;
    font-weight: 600;
    padding: 16px 20px 0
}

.Lp8SamplePdf_title__sqBHK {
    font-size: 16px
}

.Lp8SamplePdf_titleContainer__a_TEM {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px
}

.Lp8SamplePdf_closeButton__wpQY_ {
    width: 32px;
    height: 32px;
    color: #666!important;
    padding: 4px!important;
    border: 1px solid #d9d9d9!important
}

.Lp8SamplePdf_closeButton__wpQY_:hover {
    background-color: rgba(0,0,0,.04)!important;
    color: #333!important
}

.Lp8SamplePdf_dialogDescription__H9R5f {
    font-size: 12px;
    color: #666;
    margin-top: 4px;
    font-weight: 400
}

.Lp8SamplePdf_dialogContent__oE7Fb {
    padding: 16px 20px 20px!important;
    height: calc(100% - 80px);
    overflow: hidden
}

.Lp8SamplePdf_pdfContainer___yhG0 {
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #f5f5f5;
    border-radius: 8px;
    overflow: hidden
}

.Lp8SamplePdf_pdfIframe__RXJT5 {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 8px
}

.Lp8SamplePdf_loadingContainer__AFmUO {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    gap: 16px
}

.Lp8SamplePdf_loadingContainer__AFmUO p {
    color: #666;
    font-size: 14px
}

.Lp8SamplePdf_errorContainer__di72Q {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    gap: 16px;
    padding: 20px
}

.Lp8SamplePdf_errorText__HTnAE {
    color: #666;
    font-size: 16px;
    text-align: center
}

.Lp8SamplePdf_openButton__kPk45 {
    background-color: #0A456D!important;
    color: white!important;
    text-transform: none!important;
    padding: 10px 24px!important;
    border-radius: 8px!important;
    font-weight: 500!important
}

.Lp8SamplePdf_openButton__kPk45:hover {
    background-color: #083654!important
}

@media (max-width: 768px) {
    .Lp8SamplePdf_dialogPaper__YjbYi {
        width:95vw;
        height: 65vh;
        margin: 16px
    }

    .Lp8SamplePdf_dialogTitle__19VHv {
        font-size: 14px;
        padding: 12px 16px 8px
    }

    .Lp8SamplePdf_dialogContent__oE7Fb {
        padding: 12px 16px 16px!important
    }

    .Lp8SamplePdf_dialogDescription__H9R5f {
        font-size: 11px
    }
}

.Lp11Footer_footer11_main__r7Q5T {
    flex-direction: column;
    margin-top: 70px
}

.Lp11Footer_footer11_main__r7Q5T,.Lp11Footer_footer11_upper__ci7U8 {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center
}

.Lp11Footer_footer11_upper__ci7U8 {
    min-height: 40px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    background-color: rgba(242,251,251,1)
}

.Lp11Footer_footer11_lower__erL07 {
    width: 100%;
    min-height: 65px;
    height: auto;
    background-color: rgba(14,63,108,1);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff
}

.Lp11Footer_text___OX_B {
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    font-family: poppins;
    text-align: left
}

@media (max-width: 768px) {
    .Lp11Footer_footer11_main__r7Q5T {
        margin-top:30px
    }

    .Lp11Footer_footer11_lower__erL07 {
        padding: 0 16px
    }

    .Lp11Footer_text___OX_B {
        font-size: 10px;
        line-height: 15px
    }
}

.CommonPreviewImage_dialogPaper__Uj153 {
    width: 60vw;
    max-height: 80vh;
    height: auto;
    margin: 0;
    border-radius: 12px!important;
    overflow: hidden
}

.CommonPreviewImage_dialogTitle__aaiqS {
    font-size: 16px;
    font-weight: 600;
    padding: 16px 20px 0
}

.CommonPreviewImage_title__Yuy77 {
    font-size: 16px
}

.CommonPreviewImage_titleContainer__1JZ04 {
    display: flex;
    justify-content: space-between;
    gap: 16px
}

.CommonPreviewImage_closeButton__rqcAp {
    width: 32px;
    height: 32px;
    color: #666!important;
    padding: 4px!important;
    border: 1px solid #d9d9d9!important
}

.CommonPreviewImage_closeButton__rqcAp:hover {
    background-color: rgba(0,0,0,.04)!important;
    color: #333!important
}

.CommonPreviewImage_dialogDescription__9aZ0b {
    font-size: 12px;
    color: #666;
    margin-top: 4px;
    font-weight: 400
}

.CommonPreviewImage_dialogContent__McpyB {
    padding: 16px 20px 20px!important;
    max-height: calc(80vh - 80px);
    overflow: hidden;
    display: flex;
    flex-direction: column
}

.CommonPreviewImage_imageContainer__IirVg {
    width: 100%;
    height: auto;
    max-height: calc(80vh - 120px);
    position: relative;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    touch-action: none
}

.CommonPreviewImage_imageContainer__IirVg.CommonPreviewImage_zoomed__99pUP {
    cursor: zoom-out
}

.CommonPreviewImage_imageWrapper__LKZNB {
    width: 100%;
    height: 100%;
    position: relative;
    will-change: transform;
    display: flex;
    align-items: center;
    justify-content: center
}

.CommonPreviewImage_pdfContainer__nT6Q2 {
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #f5f5f5;
    border-radius: 8px;
    overflow: hidden
}

.CommonPreviewImage_pdfIframe__ROfA8 {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 8px
}

.CommonPreviewImage_loadingContainer__TUq4I {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    gap: 16px
}

.CommonPreviewImage_loadingContainer__TUq4I p {
    color: #666;
    font-size: 14px
}

.CommonPreviewImage_errorContainer__5vDKO {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    gap: 16px;
    padding: 20px
}

.CommonPreviewImage_errorText__h1m2e {
    color: #666;
    font-size: 16px;
    text-align: center
}

.CommonPreviewImage_openButton__h8h6u {
    background-color: #0A456D!important;
    color: white!important;
    text-transform: none!important;
    padding: 10px 24px!important;
    border-radius: 8px!important;
    font-weight: 500!important
}

.CommonPreviewImage_openButton__h8h6u:hover {
    background-color: #083654!important
}

.CommonPreviewImage_close_with_download__3v31h {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px
}

@media (max-width: 768px) {
    .CommonPreviewImage_dialogPaper__Uj153 {
        width:98vw;
        height: 85vh;
        margin: 16px
    }

    .CommonPreviewImage_dialogTitle__aaiqS {
        font-size: 14px;
        padding: 12px 16px 8px!important
    }

    .CommonPreviewImage_dialogContent__McpyB {
        padding: 0!important;
        display: flex;
        flex-direction: column
    }

    .CommonPreviewImage_closeButton__rqcAp {
        color: #fff!important
    }

    .CommonPreviewImage_imageContainer__IirVg {
        border-radius: 4px;
        touch-action: none;
        background-color: transparent
    }

    .CommonPreviewImage_imageContainer__IirVg.CommonPreviewImage_zoomed__99pUP {
        cursor: zoom-out
    }

    .CommonPreviewImage_dialogDescription__9aZ0b {
        font-size: 11px
    }

    .CommonPreviewImage_imageWrapper__LKZNB {
        touch-action: none;
        height: 545px;
        background-color: transparent
    }
}

.smarhealth_wrapper__KpP9k {
    position: relative;
    padding: 0 0 20px
}

@media(max-width: 768px) {
    .smarhealth_wrapper__KpP9k {
        width:92%;
        margin: auto;
        padding: 20px 0 24px
    }
}

.smarhealth_wrapper__KpP9k .smarhealth_subHeading__PBPlN {
    font-size: 16px;
    line-height: 24px;
    color: #2f3032;
    padding-bottom: 32px
}

@media(max-width: 568px) {
    .smarhealth_wrapper__KpP9k .smarhealth_subHeading__PBPlN {
        font-size:14px;
        line-height: 21px;
        text-align: left
    }
}

.smarhealth_heading__5PvRN {
    width: 100%;
    height: 45px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    color: #0e3f6c;
    text-transform: capitalize;
    margin-bottom: 16px
}

@media(max-width: 768px) {
    .smarhealth_heading__5PvRN {
        font-size:16px;
        line-height: 24px;
        margin-bottom: 14px
    }
}

.smarhealth_card__9rg1e {
    position: relative;
    background: linear-gradient(to bottom right,#eff6ff,#dbeafe,#ecfeff);
    border-radius: 1.5rem;
    padding: 2rem;
    border: 2px solid #bfdbfe;
    overflow: visible;
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    min-height: 250px;
    height: 250px
}

@media(max-width: 768px) {
    .smarhealth_card__9rg1e {
        padding:1.5rem;
        min-height: auto;
        height: auto;
        gap: 12px
    }
}

.smarhealth_patternLayer__q_Q57 {
    position: absolute;
    inset: 0;
    opacity: .3
}

.smarhealth_pattern__Zz_qS {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle at 20% 30%,rgba(10,69,109,.1) 0,transparent 50%),radial-gradient(circle at 80% 70%,rgba(10,69,109,.1) 0,transparent 50%)
}

.smarhealth_orbBlue__ed_n9,.smarhealth_orbPink__tYbUp {
    position: absolute;
    border-radius: 999px;
    filter: blur(60px);
    opacity: .1;
    animation: smarhealth_pulse__PdS87 2s infinite
}

.smarhealth_orbPink__tYbUp {
    top: 0;
    right: 0;
    width: 8rem;
    height: 8rem;
    background-color: #db1f55
}

@media(max-width: 768px) {
    .smarhealth_orbPink__tYbUp {
        width:6rem;
        height: 6rem
    }
}

.smarhealth_orbBlue__ed_n9 {
    bottom: 0;
    left: 0;
    width: 10rem;
    height: 10rem;
    background-color: #0a456d;
    animation-delay: 1s
}

@media(max-width: 768px) {
    .smarhealth_orbBlue__ed_n9 {
        width:8rem;
        height: 8rem
    }
}

.smarhealth_contentRow__gE98c {
    position: relative;
    display: flex;
    flex-direction: row;
    gap: 2rem;
    justify-content: space-evenly;
    align-items: flex-start;
    z-index: 1;
    flex-wrap: wrap
}

@media(max-width: 768px) {
    .smarhealth_contentRow__gE98c {
        flex-direction:column;
        gap: 1rem;
        align-items: center
    }
}

.smarhealth_figureContainer___iSE6 {
    position: relative;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .75rem
}

@media(max-width: 768px) {
    .smarhealth_figureContainer___iSE6 {
        width:auto
    }
}

.smarhealth_figureWrapper__heRIz {
    position: relative;
    width: 140px;
    height: 180px
}

@media(max-width: 768px) {
    .smarhealth_figureWrapper__heRIz {
        width:100px;
        height: 200px
    }
}

.smarhealth_figureImage__iR9pl {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 4px 6px rgba(0,0,0,.15))
}

.smarhealth_organIndicator__EQQB_ {
    position: absolute;
    transform: translate(-50%,-50%);
    transition: all .5s ease
}

.smarhealth_active__CeBII {
    opacity: 1;
    transform: translate(-50%,-50%) scale(1)
}

.smarhealth_inactive__bZzLh {
    opacity: 0;
    transform: translate(-50%,-50%) scale(.75)
}

.smarhealth_pulseWrapper__ZTfYC {
    position: absolute;
    width: 2.5rem;
    height: 2.5rem;
    top: -1.25rem;
    left: -1.25rem
}

.smarhealth_pulseRing__f1H2F {
    animation: smarhealth_pingAnim__fBjrL 1.5s infinite
}

.smarhealth_pulseRing__f1H2F,.smarhealth_pulseStatic__zA_vB {
    position: absolute;
    inset: 0;
    border: 2px solid;
    border-radius: 999px
}

.smarhealth_organIcon__4HHOL {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(0,0,0,.2)
}

.smarhealth_organIconSvg___vdjQ {
    width: .9rem;
    height: .9rem;
    color: #fff
}

.smarhealth_pointerLine__sdMXQ {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 3rem;
    height: 2px;
    opacity: .6;
    transform-origin: left
}

.smarhealth_scanWrapper__kRUgT {
    position: absolute;
    inset: 0;
    overflow: hidden;
    border-radius: .5rem
}

.smarhealth_scanLine__0kClT {
    position: absolute;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg,transparent,#0A456D,transparent);
    box-shadow: 0 0 10px rgba(10,69,109,.5);
    animation: smarhealth_scanDown__qRdJ4 3s ease-in-out infinite
}

.smarhealth_highlightText__9WbmG {
    width: 100%;
    text-align: center;
    font-size: 10px;
    font-weight: 600;
    color: #0a456d;
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
    max-width: 150px
}

@media(max-width: 768px) {
    .smarhealth_highlightText__9WbmG {
        font-size:8px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 80px
    }
}

.smarhealth_featureList__9R9Pt {
    flex: 1 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: center;
    min-width: 300px
}

@media(max-width: 768px) {
    .smarhealth_featureList__9R9Pt {
        width:100%;
        min-width: 0;
        gap: 12px
    }
}

.smarhealth_featureItem__wx6I1 {
    display: flex;
    align-items: flex-start;
    gap: 10px
}

@media(max-width: 768px) {
    .smarhealth_featureItem__wx6I1 {
        gap:8px
    }
}

.smarhealth_featureIconWrapper__tt4c_ {
    flex-shrink: 0;
    margin-top: .25rem
}

@media(max-width: 768px) {
    .smarhealth_featureIconWrapper__tt4c_ {
        margin-top:.125rem
    }

    .smarhealth_featureIcon__8QsoA {
        width: 14px;
        height: 14px
    }
}

.smarhealth_featureText__hPvzY {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.smarhealth_featureTitle__fXwGD {
    font-size: 16px;
    font-weight: 600;
    color: #0a456d
}

@media(max-width: 768px) {
    .smarhealth_featureTitle__fXwGD {
        font-size:14px;
        line-height: 1.2
    }
}

.smarhealth_featureDescription__PYg53 {
    font-size: 14px;
    color: rgba(10,69,109,.7);
    line-height: 1.4
}

@media(max-width: 768px) {
    .smarhealth_featureDescription__PYg53 {
        font-size:12px;
        line-height: 1.3
    }
}

@keyframes smarhealth_scanDown__qRdJ4 {
    0% {
        top: 0;
        opacity: 0
    }

    50% {
        opacity: 1
    }

    to {
        top: 100%;
        opacity: 0
    }
}

@keyframes smarhealth_pingAnim__fBjrL {
    0% {
        transform: scale(.8);
        opacity: .7
    }

    to {
        transform: scale(1.4);
        opacity: 0
    }
}

@keyframes smarhealth_pulse__PdS87 {
    0%,to {
        opacity: .1
    }

    50% {
        opacity: .2
    }
}

.smarhealth_measure_main__V0qaP {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 12px;
    gap: 12px;
    flex: 0 0 auto;
    min-width: 200px;
    max-height: 200px;
    overflow-y: auto;
    padding-right: 8px;
    scrollbar-width: 1px;
    scrollbar-color: rgba(0,0,0,.3) rgba(0,0,0,0)
}

.smarhealth_measure_main__V0qaP::-webkit-scrollbar {
    width: 1px
}

.smarhealth_measure_main__V0qaP::-webkit-scrollbar-track {
    background: rgba(0,0,0,0)
}

.smarhealth_measure_main__V0qaP::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,.3);
    border-radius: 2px
}

@media(max-width: 768px) {
    .smarhealth_measure_main__V0qaP {
        display:flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        -moz-column-gap: 12px;
        column-gap: 12px;
        overflow-x: auto;
        overflow-y: visible;
        max-height: none;
        scroll-behavior: smooth;
        width: 100%;
        max-width: 100%;
        padding-bottom: 8px;
        padding-right: 0
    }
}

.smarhealth_measure_card__wEId7 {
    min-width: max-content;
    background-color: #fff;
    border-radius: 8px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 8px 12px;
    -moz-column-gap: 6px;
    column-gap: 6px;
    white-space: nowrap;
    box-shadow: 0 1px 3px rgba(0,0,0,.1)
}

@media(max-width: 768px) {
    .smarhealth_measure_card__wEId7 {
        padding:6px 10px
    }
}

.smarhealth_measure_card__wEId7>p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    color: #2f3032
}

@media(max-width: 768px) {
    .smarhealth_measure_card__wEId7>p {
        font-size:13px
    }
}

.smarhealth_common_div__NFdxz {
    display: flex;
    padding-bottom: 16px
}

.smarhealth_measure_card__wEId7>div,.smarhealth_measure_card__wEId7>div>img {
    width: 24px;
    height: 24px
}

@media(max-width: 768px) {
    .smarhealth_measure_title__SbuPZ>h2 {
        font-size:18px;
        line-height: 24px
    }

    .smarhealth_measure_title__SbuPZ>p {
        font-size: 14px;
        line-height: 18px
    }

    .smarhealth_measure_card__wEId7>p {
        font-size: 12px;
        line-height: 18px;
        font-weight: 400
    }

    .smarhealth_measure_card__wEId7>div,.smarhealth_measure_card__wEId7>div>img {
        width: 20px;
        height: 20px
    }
}

.PackageDescription_PackageDescription__O_zxM {
    width: 100%;
    max-width: 500px;
    height: auto
}

.PackageDescription_description__9VLwx {
    width: 92%;
    height: auto;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin: 20px auto 8px
}

.PackageDescription_description__9VLwx>p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 12px
}

.PackageDescription_description__9VLwx>h2,.PackageDescription_description__9VLwx>h3,.PackageDescription_description__9VLwx>h4,.PackageDescription_description__9VLwx>h5 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 8px
}

.PackageDescription_description__9VLwx>b {
    font-weight: 600
}

@media (max-width: 768px) {
    .PackageDescription_PackageDescription__O_zxM {
        width:100%;
        height: auto;
        font-size: 14px;
        line-height: 20px
    }

    .PackageDescription_description__9VLwx>p {
        font-size: 14px;
        line-height: 20px
    }

    .PackageDescription_description__9VLwx>h2,.PackageDescription_description__9VLwx>h3,.PackageDescription_description__9VLwx>h4,.PackageDescription_description__9VLwx>h5 {
        font-size: 16px;
        line-height: 24px
    }
}

.WomenCategory_categoryType_container__JGWB1 {
    height: auto;
    width: 100%;
    overflow-x: scroll;
    padding: 20px 20px 0 0
}

.WomenCategory_categoryType_container__JGWB1::-webkit-scrollbar {
    display: none
}

.WomenCategory_ul_lists__42KOw {
    height: 100%;
    background: transparent;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    -moz-column-gap: 20px;
    column-gap: 20px;
    list-style: none;
    width: 100%;
    height: auto
}

.WomenCategory_ul_lists__42KOw>li>h3 {
    height: 100%;
    width: max-content;
    border-radius: 12px;
    border: 1px solid rgba(217,217,217,.87);
    padding: 6px 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    cursor: pointer
}

.WomenCategory_activeCategory__zsw3i {
    background: #0E3F6C;
    color: #FFFFFF
}

.WomenCategory_nonActiveCategory__LyrRQ {
    color: #333333;
    background: #FFFFFF
}

@media (max-width: 599px) {
    .WomenCategory_categoryType_container__JGWB1 {
        width:100%;
        padding-left: 16px
    }

    .WomenCategory_ul_lists__42KOw {
        width: 100%
    }

    .WomenCategory_ul_lists__42KOw>li:last-child {
        padding: 0 16px 0 0
    }

    .WomenCategory_ul_lists__42KOw>li>h3 {
        font-size: 10px;
        line-height: 15px
    }

    .WomenCategory_activeCategory__zsw3i {
        font-weight: 500
    }
}

@media screen and (min-width: 600px) and (max-width:1100px) {
    .WomenCategory_categoryType_container__JGWB1 {
        width:100%;
        padding-left: 16px
    }

    .WomenCategory_ul_lists__42KOw {
        width: 100%
    }

    .WomenCategory_ul_lists__42KOw>li:last-child {
        padding: 0 16px 0 0
    }

    .WomenCategory_ul_lists__42KOw>li>h3 {
        font-size: 10px;
        line-height: 15px
    }

    .WomenCategory_activeCategory__zsw3i {
        font-weight: 500
    }
}



