@media (max-width: 575.98px) {
    .desktop-view{
    display: none;
}

.mobile-view{
    display: block;
}

.arrow-waves {
    display: none;
}

.arrow-waves-second{
    display: none;
}

.humbuger {
    text-align: right;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #ffcc00;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #000;
  font-family: 'Roboto';
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}


  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}


    .top-enquiry-strip {
        position: relative;
    }

    .collection-home {
        width: 100%;
        height: 100px;
        margin-bottom: 20px;
    }

    .report-icon-scooter {
        position: absolute;
        top: -7px;
        right: 7%;
        text-align: right;
    }

    .organ-test p {
    margin-bottom: 10px;
}

.faq-right {
    padding: 15px;
}

    .collection-icon img {
        width: 30px;
    }

    .collection-icon {
        top: 24px;
        left: -10px;
        padding: 5px;
    }

    .collection-home h6 {
        font-size: 14px;
    }

    .collection-home p {
        font-size: 12px;
    }

    .call-strip {
        width: 100%;
        margin-bottom: 10px;
    }

    .search-box-strip {
        width: 100%;
    }

    .add-person {
        position: absolute;
        top: 10px;
        right: 10px;
        width: 100%;
    }

    .banner-bg {
        padding: 10px 20px;
        height: 160px;
    }

    .banner-bg h1 {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .banner-bg p {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .book-test {
        font-size: 12px;
        padding: 12px 13px;
    }

    .bg-sample-collection {
        height: 76px;
    }

    .health-risk {
        width: 100%;
        gap: 10px;
    }

    .risk-card {
        width: 100%;
    }

    .graphics-mn {
        margin-bottom: 15px;
    }

    .bg-find {
        padding: 15px;
    }

    .need-help-test h2 {
        font-size: 30px;
    }

    .need-help-test p {
        font-size: 14px;
    }

    .call-now-need {
        margin-bottom: 20px;
    }

    .report-icon-scooter img {
        width: 29%;
    }

    .free-home-sample {
        padding: 10px;
    }

    .free-home-sample h3 {
        font-size: 12px;
    }

    .free-home-sample p {
        font-size: 10px;
        width: 60%;
    }

}

@media (max-width: 430px) {}

@media (max-width: 414px) {}

@media (max-width: 412px) {}

@media (max-width: 393px) {}

@media (max-width: 375px) {}

@media (max-width: 360px) {}

@media screen and (device-width: 390px) and (device-height: 844px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {}

.mobile-app-header {
    display: none;
}

.mobile-flow-layer {
    display: none;
}

@media (max-width: 767.98px) {
    :root {
        --gelabs-yellow: #ffd400;
        --gelabs-blue: #132f88;
        --gelabs-bg: #eef1f6;
        --gelabs-panel: #f6f8fc;
        --gelabs-border: #d8deea;
    }

    body {
        background: var(--gelabs-bg);
        font-family: "Inter", "Roboto", sans-serif;
    }

    .mobile-app-header {
        display: block;
        position: sticky;
        top: 0;
        z-index: 1001;
    }

    .mobile-app-topbar {
        height: 44px;
        background: var(--gelabs-yellow);
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding: 0 12px;
    }

    .mobile-topbar-spacer {
        flex: 1;
    }

    .mobile-app-subbar {
        height: 48px;
        background: #fff;
        border-bottom: 1px solid rgba(18, 47, 136, 0.12);
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 12px;
    }

    .mobile-nav-trigger {
        border: 0;
        background: transparent;
        color: var(--gelabs-blue);
        font-size: 15px;
        width: 34px;
        height: 34px;
    }

    .mobile-app-logo img {
        width: 112px;
        height: auto;
        display: block;
    }

    .mobile-app-actions {
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .mobile-app-actions button {
        border: 0;
        background: transparent;
        color: #17285f;
        font-size: 15px;
        padding: 0;
        width: 30px;
        height: 30px;
        position: relative;
    }
    .mobile-app-actions #mobileUserTrigger {
        width: auto;
        min-width: 30px;
        display: inline-flex;
        align-items: center;
        gap: 4px;
    }
    .mobile-user-greeting {
        font-size: 12px;
        font-weight: 600;
        color: #17285f;
        white-space: nowrap;
    }

    .mobile-app-actions .mobile-cart-action img {
        width: 18px;
    }

    .mobile-app-actions .mobile-cart-action .amount {
        position: absolute;
        right: -3px;
        top: -2px;
        width: 14px;
        height: 14px;
        border-radius: 50%;
        background: var(--gelabs-yellow);
        border: 1px solid #17285f;
        color: #17285f;
        font-size: 9px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-weight: 700;
    }

    .mobile-sub-actions {
        min-width: 34px;
        justify-content: flex-end;
    }

    .mobile-flow-layer {
        display: none;
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.42);
        z-index: 2000;
        padding: 72px 12px 12px;
    }

    .mobile-flow-layer.active {
        display: block;
    }

    .mobile-flow-sheet {
        display: none;
        background: #fff;
        border-radius: 16px;
        border: 1px solid #d7deeb;
        overflow: hidden;
        max-height: calc(100vh - 84px);
    }

    .mobile-flow-sheet.active {
        display: flex;
        flex-direction: column;
    }

    .mobile-flow-sheet.modal-sheet {
        max-width: 340px;
        margin: 0 auto;
    }

    .mobile-flow-sheet.sign-in-modal {
        max-width: 100%;
        margin: 0;
        border-radius: 14px;
        border-color: #cdd7ea;
        background: #f7f9fc;
        box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
    }

    .mobile-flow-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 12px 14px;
        border-bottom: 1px solid #e3e8f2;
    }

    .sign-in-modal .mobile-flow-head {
        min-height: 38px;
        padding: 6px 12px;
        background: #edf2fa;
        border-bottom: 2px solid #d7dfef;
    }

    .mobile-flow-head h3 {
        font-size: 20px;
        margin: 0;
        color: #1e2f67;
    }

    .sign-in-modal .mobile-flow-head h3 {
        display: none;
    }

    .mobile-flow-close {
        border: 0;
        background: transparent;
        font-size: 24px;
        line-height: 1;
        color: #6b758f;
    }

    .sign-in-modal .mobile-flow-close {
        margin-left: auto;
        font-size: 26px;
        color: #63779f;
        width: 30px;
        height: 30px;
    }

    .mobile-flow-body {
        padding: 14px;
        overflow: auto;
    }

    .mobile-flow-body.text-center {
        text-align: center;
    }

    .signin-sheet-body {
        padding: 10px 12px 12px;
    }

    .signin-illustration {
        height: 102px;
        border-radius: 10px;
        background: #c8d5ef;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 4px 12px;
    }

    .signin-illustration-icon {
        width: 54px;
        height: 50px;
        border-radius: 14px;
        background: #ffd400;
        color: #16337b;
        font-size: 24px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 7px 14px rgba(23, 55, 128, 0.18);
    }

    .signin-title {
        text-align: center;
        color: #1e3169;
        font-size: 44px;
        line-height: 1;
        margin: 0 0 5px;
        font-weight: 700;
    }

    .signin-subtitle {
        text-align: center;
        color: #606c88;
        font-size: 10px;
        line-height: 1.4;
        margin: 0 10px 8px;
    }

    .signin-signup-row {
        text-align: center;
        color: #6d7894;
        font-size: 11px;
        margin: 8px 0 5px;
    }

    .signin-signup-row button {
        border: 0;
        background: transparent;
        color: #143985;
        font-weight: 700;
        font-size: 12px;
    }

    .signin-terms {
        text-align: center;
        font-size: 10px;
        color: #747f98;
        margin: 0 8px 0;
        line-height: 1.4;
    }

    .sign-in-modal .mobile-flow-input {
        height: 38px;
        margin-bottom: 6px;
        border-color: #c8d3e7;
        background: #fff;
    }

    .sign-in-modal .mobile-flow-primary {
        height: 42px;
        margin-top: 6px;
        font-size: 14px;
    }

    .mobile-flow-body label {
        font-size: 12px;
        font-weight: 700;
        margin: 8px 0 4px;
        display: block;
        color: #243a78;
    }

    .mobile-flow-input {
        width: 100%;
        height: 42px;
        border-radius: 8px;
        border: 1px solid #d2dbed;
        padding: 0 12px;
        font-size: 13px;
        margin-bottom: 8px;
    }

    .mobile-flow-input.mobile-flow-input-error {
        border-color: #d33939;
        background: #fff7f7;
    }

    .mobile-flow-error {
        color: #c63131;
        font-size: 11px;
        margin: -4px 0 8px;
    }

    .mobile-flow-help {
        margin-bottom: 10px;
        font-size: 12px;
        color: #4f5c7e;
    }

    .mobile-flow-note {
        font-size: 10px;
        color: #7a859e;
        margin-bottom: 10px;
    }

    .mobile-flow-primary {
        border: 0;
        border-radius: 999px;
        height: 40px;
        padding: 0 18px;
        background: var(--gelabs-yellow);
        color: #1c2d66;
        font-weight: 700;
        font-size: 13px;
    }

    .mobile-flow-primary.w-100 {
        width: 100%;
    }

    .mobile-flow-link {
        border: 0;
        background: transparent;
        color: #1f3e95;
        font-weight: 700;
        margin-top: 8px;
        font-size: 12px;
        display: block;
    }

    .mobile-blue-card {
        background: linear-gradient(140deg, #18378f, #132f88);
        border-radius: 12px;
        color: #fff;
        padding: 14px;
        margin-bottom: 12px;
    }

    .mobile-blue-card h4 {
        margin: 0 0 4px;
        font-size: 24px;
    }

    .mobile-blue-card p {
        margin-bottom: 8px;
        font-size: 12px;
    }

    .mobile-price-box {
        background: #e9f0ff;
        color: #173276;
        border-radius: 8px;
        font-size: 28px;
        font-weight: 700;
        text-align: center;
        padding: 6px;
        margin-bottom: 10px;
    }

    .mobile-breadcrumb {
        font-size: 9px;
        color: #5e6a88;
        margin-bottom: 10px;
    }

    .mobile-total-card {
        background: linear-gradient(140deg, #19388d, #102c81);
        border-radius: 12px;
        color: #fff;
        padding: 12px;
        margin-bottom: 12px;
    }

    .mobile-total-card.compact {
        margin-bottom: 10px;
    }

    .mobile-total-title {
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 8px;
    }

    .mobile-total-row {
        display: flex;
        justify-content: space-between;
        font-size: 11px;
        margin-bottom: 5px;
    }

    .mobile-total-pay {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: #dce8ff;
        color: #173279;
        border-radius: 4px;
        font-size: 11px;
        padding: 4px 8px;
        margin-bottom: 10px;
        font-weight: 700;
    }

    .mobile-order-id {
        font-size: 30px;
        color: #182f73;
        margin: 12px 0;
    }

    .mobile-step-card {
        border: 1px solid #d7deeb;
        background: #fff;
        border-radius: 10px;
        min-height: 56px;
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 10px 12px;
        margin-bottom: 8px;
        cursor: pointer;
    }

    .mobile-step-card strong {
        color: #233d85;
        font-size: 14px;
    }

    .mobile-step-card.muted {
        opacity: 0.92;
    }

    .mobile-step-badge {
        width: 28px;
        height: 28px;
        border-radius: 50%;
        background: var(--gelabs-yellow);
        color: #1e366f;
        font-size: 13px;
        font-weight: 700;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .mobile-step-badge.done {
        font-size: 12px;
    }

    .mobile-step-badge.muted {
        background: #e4e8f1;
        color: #6d7795;
    }

    .mobile-test-row {
        border: 1px solid #d7deeb;
        background: #fff;
        border-radius: 10px;
        padding: 10px 12px;
        margin-bottom: 10px;
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        gap: 8px;
    }

    .mobile-test-row strong {
        color: #1f336f;
        font-size: 15px;
    }

    .mobile-test-row p {
        font-size: 10px;
        color: #727c95;
        margin: 0;
    }

    .mobile-test-row span {
        font-size: 28px;
        color: #18327b;
        font-weight: 700;
    }

    .mobile-patient-option {
        display: flex;
        align-items: center;
        gap: 8px;
        border: 1px dashed #d8c67a;
        border-radius: 8px;
        background: #fffced;
        padding: 8px 10px;
        margin-bottom: 8px;
    }

    .mobile-patient-option input {
        margin: 0;
    }

    .mobile-patient-option strong {
        font-size: 12px;
        color: #273d80;
    }

    .mobile-patient-option small {
        color: #707a95;
        font-size: 10px;
    }

    .mobile-add-link {
        border: 0;
        background: transparent;
        color: #16347e;
        font-size: 12px;
        font-weight: 700;
        padding: 6px 0 10px;
        text-align: left;
    }

    .mobile-address-card {
        border: 1px dashed #d8c67a;
        border-radius: 8px;
        background: #fffced;
        padding: 10px;
        margin-bottom: 8px;
    }

    .mobile-address-head {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 4px;
    }

    .mobile-address-head strong {
        color: #1d3571;
        font-size: 14px;
    }

    .mobile-address-head button {
        border: 0;
        background: transparent;
        color: #d13f3f;
    }

    .mobile-address-card p {
        margin: 0;
        font-size: 11px;
        color: #3d4560;
        line-height: 1.4;
    }

    .mobile-slot-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 8px;
        margin-bottom: 10px;
    }

    .mobile-slot-btn {
        border: 1px solid #d0daee;
        border-radius: 8px;
        background: #fff;
        color: #244084;
        font-size: 12px;
        min-height: 36px;
    }

    .mobile-slot-btn.active {
        background: #173680;
        color: #fff;
        border-color: #173680;
    }

    .mobile-payment-tabs {
        background: #173782;
        border-radius: 999px;
        padding: 3px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 2px;
        margin-bottom: 10px;
    }

    .mobile-payment-tab {
        border: 0;
        border-radius: 999px;
        background: transparent;
        color: #f0f4ff;
        font-size: 11px;
        font-weight: 700;
        height: 30px;
    }

    .mobile-payment-tab.active {
        background: var(--gelabs-yellow);
        color: #1a336a;
    }

    .mobile-payment-pane {
        display: none;
    }

    .mobile-payment-pane.active {
        display: block;
    }

    .mobile-bank-card {
        border: 1px solid #d4ddeb;
        border-radius: 10px;
        padding: 10px;
        display: grid;
        grid-template-columns: 44px 1fr auto;
        gap: 10px;
        align-items: center;
        margin-bottom: 8px;
        background: #fff;
    }

    .mobile-bank-logo {
        width: 44px;
        height: 34px;
        background: #1c4fa5;
        color: #fff;
        border-radius: 6px;
        font-size: 11px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-weight: 700;
    }

    .mobile-bank-card strong {
        display: block;
        color: #243b7b;
        font-size: 12px;
        margin-bottom: 2px;
    }

    .mobile-bank-card p,
    .mobile-bank-card small {
        margin: 0;
        color: #6f7a95;
        font-size: 10px;
    }

    .mobile-bank-card button {
        border: 0;
        background: transparent;
        color: #d13f3f;
    }

    .mobile-mini-item {
        border: 1px solid #d8deea;
        background: #f6f8fd;
        border-radius: 8px;
        padding: 8px 10px;
        font-size: 11px;
        color: #526189;
        margin-bottom: 6px;
    }

    .mobile-mini-item strong {
        display: block;
        color: #222f60;
        font-size: 16px;
        margin-top: 1px;
    }

    .mobile-success-icon {
        width: 66px;
        height: 66px;
        border-radius: 50%;
        background: #183d8f;
        color: #fff;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 32px;
        margin: 8px auto 10px;
        box-shadow: 0 0 0 8px #e8eefc;
    }

    .mobile-success-title {
        color: #213976;
        margin-bottom: 6px;
    }

    .mobile-success-slot {
        border: 1px dashed #d8c67a;
        border-radius: 8px;
        background: #fffced;
        padding: 10px;
        font-size: 12px;
        color: #4a536f;
        margin: 8px 0 12px;
    }

    .mobile-feature-card {
        border: 1px solid #d5dcec;
        border-radius: 12px;
        background: #f8fafd;
        padding: 12px;
    }

    .mobile-feature-card h5 {
        margin: 0 0 6px;
        color: #142d73;
    }

    .mobile-feature-card p {
        margin-bottom: 4px;
        font-size: 12px;
    }

    .mobile-line-item {
        display: flex;
        justify-content: space-between;
        gap: 10px;
        padding: 12px;
        border-radius: 10px;
        border: 1px solid #d5dced;
        background: #f7f9fd;
        margin-bottom: 12px;
    }

    .mobile-line-item strong {
        color: #1f326d;
        font-size: 14px;
    }

    .mobile-line-item p {
        margin: 0;
        font-size: 11px;
        color: #6e7891;
    }

    .mobile-line-item span {
        font-size: 24px;
        color: #17337a;
        font-weight: 700;
    }

    .mobile-line-total {
        display: flex;
        justify-content: space-between;
        margin-bottom: 12px;
        color: #233c82;
        font-size: 14px;
    }

    .top-box,
    .custom-nav {
        display: none;
    }

    .view-container.container {
        max-width: 100%;
        padding-left: 14px;
        padding-right: 14px;
    }

    .ptb-60 {
        padding: 16px 0;
    }

    .bg-banner .row {
        row-gap: 12px;
    }

    .bannerSwiper {
        margin-bottom: 12px;
    }

    .banner-bg {
        min-height: 198px;
        border-radius: 14px;
        padding: 22px 16px;
        position: relative;
        overflow: hidden;
    }

    .banner-bg::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(145deg, rgba(19, 47, 136, 0.92), rgba(19, 47, 136, 0.7));
    }

    .banner-bg h1,
    .banner-bg p,
    .banner-bg button {
        position: relative;
        z-index: 1;
        color: #fff;
    }

    .banner-bg h1 {
        font-size: 36px;
        line-height: 1.1;
        margin-bottom: 8px;
    }

    .banner-bg p {
        font-size: 12px;
        opacity: 0.92;
        margin-bottom: 12px;
    }

    .routine-checkup h2 {
        font-size: 24px;
        line-height: 1.25;
        margin-bottom: 8px;
    }

    .routine-checkup p {
        font-size: 13px;
        margin-bottom: 10px;
    }

    .gender-toggle {
        margin-bottom: 16px;
    }

    .gender-toggle button {
        padding: 8px 20px;
        font-size: 16px;
    }

    .womencheckup,
    .mencheckup {
        padding: 12px 4px 34px;
    }

    .age-card {
        height: 360px;
        padding: 18px 14px;
        border-radius: 18px;
    }

    .age-card h4 {
        font-size: 38px;
        line-height: 1.2;
        margin-bottom: 10px;
    }

    .age-card .call-now-need {
        padding: 7px 18px;
        font-size: 14px;
        margin-bottom: 0;
    }

    .age-card img,
    .slider-wrap.men .age-card img {
        bottom: 0;
        height: 72%;
        max-width: 92%;
    }

    .book-test {
        border-radius: 999px;
        border: 1px solid var(--gelabs-yellow);
        background: var(--gelabs-yellow);
        color: #131f5c;
        padding: 9px 20px;
        font-size: 12px;
        font-weight: 700;
    }

    .collection-home {
        width: 100%;
        min-height: 86px;
        border-radius: 10px;
        border: 1px solid var(--gelabs-border);
        background: var(--gelabs-panel);
        margin-bottom: 10px;
        padding: 12px 10px 10px 40px;
    }

    .collection-icon {
        left: 10px;
        top: 13px;
        width: 24px;
        height: 24px;
        padding: 0;
        box-shadow: none;
        background: transparent;
    }

    .collection-icon img {
        width: 100%;
    }

    .collection-home h6 {
        margin-left: 0;
        font-size: 12px;
        font-weight: 700;
    }

    .collection-home p {
        margin-left: 0;
        font-size: 10px;
        color: #5a6172;
    }

    .comprehensive-box h2 {
        font-size: 28px;
        line-height: 1.15;
        margin-bottom: 6px;
    }

    .fin-report {
        border-radius: 999px;
        font-size: 11px;
        padding: 6px 12px;
        margin-right: 0;
        min-width: auto;
    }

    .health-tabs {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        gap: 8px;
        padding-bottom: 4px;
        margin-bottom: 12px;
    }

    .tab-btn {
        white-space: nowrap;
        border-radius: 999px;
        border: 1px solid #c8d3ef;
        color: #4a5d96;
        background: #fff;
        font-size: 10px;
        padding: 6px 10px;
    }

    .tab-btn.active {
        background: var(--gelabs-blue);
        border-color: var(--gelabs-blue);
        color: #fff;
        box-shadow: none;
    }

    .healthSwiper,
    .bloodSwiper,
    .mostSwiper {
        padding: 12px 4px 24px;
    }

    .health-card {
        border-radius: 12px;
        border: 1px solid var(--gelabs-border);
        box-shadow: none;
        overflow: hidden;
        margin-bottom: 12px;
    }

    .health-card h4 {
        border-radius: 12px 12px 0 0;
        background: var(--gelabs-blue);
        font-size: 20px;
        padding: 12px;
    }

    .health-card ul {
        padding: 12px 12px 2px;
    }

    .health-card ul li {
        font-size: 12px;
        margin-bottom: 8px;
    }

    .health-card p.price {
        font-size: 24px;
        padding: 8px 12px 0;
    }

    .card-btns {
        min-height: 42px;
        background: #f1e5a9;
    }

    .view-more {
        font-size: 11px;
        font-weight: 700;
        color: #22336f;
        padding: 10px 8px;
    }

    .bg-footer,
    .bg-copyright {
        padding-top: 24px;
    }
}
