html,
body.tm-newhome-page {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.tm-newhome-page {
    background: #f3fbfb;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
}

body.tm-newhome-page #body {
    background: #f3fbfb;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.tm-newhome-page .container-fluid {
    width: 100% !important;
    max-width: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

body.tm-newhome-page.maxwidth80 .container {
    width: 100% !important;
    max-width: 1600px !important;
    padding-left: 32px;
    padding-right: 32px;
}

.tm-landing {
    background: linear-gradient(180deg, #ffffff 0%, #f3fbfb 140px);
    padding-bottom: 28px;
    color: #1f2937;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    box-sizing: border-box;
}

.tm-landing *,
.tm-landing *:before,
.tm-landing *:after {
    box-sizing: border-box;
}

.tm-landing a:hover,
.tm-landing a:focus {
    text-decoration: none;
}

.tm-wrap {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 32px;
}

.tm-header {
    background: #fff;
    border-bottom: 1px solid #eef2f3;
    position: relative;
    z-index: 200;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    float: none !important;
    clear: both !important;
    overflow: visible !important;
}

.tm-header .tm-wrap {
    display: block !important;
    width: 100% !important;
    max-width: 1600px !important;
    height: auto !important;
    float: none !important;
    clear: both !important;
    overflow: visible !important;
}

.tm-header .tm-topbar {
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    height: auto !important;
    float: none !important;
    position: relative !important;
}

.tm-header .tm-nav {
    position: static !important;
    clear: both !important;
    width: 100% !important;
    height: auto !important;
    float: none !important;
    margin: 0 !important;
    overflow: visible !important;
}

@media (min-width: 768px) {
    .tm-header .tm-topbar {
        flex-wrap: nowrap !important;
    }

    .tm-header .tm-nav {
        display: flex !important;
    }
}

.tm-header .cart {
    height: auto !important;
    width: auto !important;
    border: 0 !important;
    box-shadow: none !important;
    margin: 0 !important;
    background: transparent !important;
    overflow: visible !important;
}

.tm-header .cart a,
.tm-header .cart > a {
    position: static !important;
    transform: none !important;
    width: auto !important;
    height: auto !important;
    top: auto !important;
    left: auto !important;
    display: flex !important;
    align-items: center;
    gap: 6px;
}

.tm-header .cart i {
    background: none !important;
    width: auto !important;
    display: inline-block !important;
}

.tm-header .myacc {
    border: 0 !important;
    margin: 0 !important;
    height: auto !important;
}

.tm-topbar,
.tm-header-tools,
.tm-landing .tm-account,
.tm-landing .timesAcDiv,
.tm-landing .myacc {
    overflow: visible !important;
}

.tm-topbar {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 8px 0 6px;
}

.tm-logo {
    flex: 0 0 auto;
    display: block;
}

.tm-logo img {
    height: 36px;
    width: auto;
    display: block;
}

.tm-location {
    flex: 0 0 170px;
    min-width: 140px;
}

.tm-location-box {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    border: 1px solid #e6ecee;
    border-radius: 10px;
    padding: 0 10px;
    height: 44px;
    position: relative;
}

.tm-location-box .fa-map-marker {
    color: #16a34a;
    font-size: 16px;
}

.tm-landing #Location_Label_Desktop {
    display: block !important;
    border: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #111827 !important;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 20px;
    width: auto !important;
    flex: 1;
}

.tm-landing #Location_Text_Desktop {
    border: 0 !important;
    box-shadow: none !important;
    height: 42px !important;
    padding: 0 !important;
    font-size: 14px !important;
    font-weight: 600;
    flex: 1;
}

.tm-location-box .tm-loc-caret {
    color: #6b7280;
    font-size: 12px;
}

.tm-landing .Current_Location {
    color: #0d9488;
    cursor: pointer;
    font-size: 13px;
}

.tm-search {
    flex: 1 1 auto;
    min-width: 0;
}

.tm-landing .topsearch {
    display: flex !important;
    width: 100%;
    border: 1px solid #e6ecee;
    border-radius: 999px;
    overflow: visible;
    background: #fff;
    margin: 0;
    position: relative;
}

.tm-landing .search_mb {
    z-index: 2000;
}

.tm-landing .topsearch .form-control,
.tm-landing #search_text {
    display: block !important;
    height: 44px !important;
    border: 0 !important;
    box-shadow: none !important;
    border-radius: 999px 0 0 999px !important;
    font-size: 14px !important;
    padding: 0 18px !important;
    background: #fff !important;
}

.tm-landing #search_text_mb {
    display: none !important;
}

.tm-landing .topsearch .input-group-btn {
    font-size: inherit;
    width: auto;
    display: block;
    white-space: nowrap;
}

.tm-landing .topsearch .form-control {
    float: none;
    width: 100%;
}

.tm-landing #btn_search {
    width: 48px;
    height: 44px;
    background: #f5c400 !important;
    border: 0 !important;
    border-radius: 0 999px 999px 0 !important;
    color: #111 !important;
    box-shadow: none !important;
}

.tm-landing .topsearch > .ui-autocomplete,
body > ul.ui-autocomplete {
    position: absolute !important;
    height: auto !important;
    max-height: 320px;
    overflow: auto;
    z-index: 6000 !important;
    background: #fff;
    border: 1px solid #e6ecee;
    border-radius: 12px;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.16);
}

.tm-landing .topsearch > .ui-autocomplete {
    top: 48px !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
}

.tm-landing #search_text,
.tm-landing #btn_search {
    position: relative;
    z-index: 2;
    pointer-events: auto;
}

.tm-landing #btn_search:hover {
    background: #e6b800 !important;
}

.tm-header-tools {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 0 0 auto;
}

.tm-landing .times-cartDiv,
.tm-landing .timesCart,
.tm-landing .cart {
    padding: 0;
    margin: 0;
}

.tm-landing .cart > a {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #374151;
    font-size: 13px;
    font-weight: 600;
    padding: 8px 10px;
    border-radius: 10px;
}

.tm-landing .cart > a:hover {
    background: #f3f4f6;
    color: #0d9488;
}

.tm-hamburger {
    display: none;
    width: 40px;
    height: 40px;
    border: 1px solid #e6ecee;
    background: #fff;
    border-radius: 10px;
    color: #111827;
    font-size: 18px;
}

.tm-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px 12px;
    padding: 4px 0 8px;
    flex-wrap: nowrap;
    border-top: 1px solid #eef4f4;
}

.tm-nav-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #0d8a7c !important;
    font-size: 14px;
    font-weight: 600;
    padding: 4px 2px;
    border-radius: 8px;
    white-space: nowrap;
}

.tm-nav-link i {
    color: #0d8a7c;
    font-size: 15px;
}

.tm-nav-link:hover {
    color: #0f766e !important;
    background: transparent;
}

.tm-nav-spacer {
    flex: 1 1 auto;
}

.tm-landing .timesAcDiv,
.tm-landing .tm-account,
.tm-landing .myacc {
    position: relative !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
    visibility: visible !important;
    min-width: 0 !important;
    border: 0 !important;
    background: transparent !important;
}

.tm-login-link {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    color: #0f766e !important;
    background: #f0fdfa !important;
    border: 1px solid #cdeae4 !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    font-family: inherit !important;
    padding: 5px 10px 5px 5px !important;
    border-radius: 999px !important;
    white-space: nowrap !important;
    text-decoration: none !important;
    line-height: 1.2 !important;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
}

.tm-login-link:hover,
.tm-login-link:focus,
.tm-landing .myacc.open .tm-login-link {
    background: #0d8a7c !important;
    color: #fff !important;
    border-color: #0d8a7c !important;
}

.tm-login-link:focus,
.tm-login-link:focus-visible {
    outline: 2px solid #0d8a7c !important;
    outline-offset: 3px !important;
}

.tm-login-avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #0d8a7c;
    color: #fff !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    flex: 0 0 32px;
}

.tm-login-link:hover .tm-login-avatar,
.tm-landing .myacc.open .tm-login-avatar {
    background: #fff;
    color: #0d8a7c !important;
}

.tm-login-avatar i,
.tm-login-link i {
    font-size: 14px !important;
    background: none !important;
    padding: 0 !important;
    border-radius: 0 !important;
    color: inherit !important;
    margin: 0 !important;
}

.tm-login-copy {
    display: flex;
    flex-direction: column;
    text-align: left;
    min-width: 0;
}

.tm-login-copy small {
    display: none !important;
}

.tm-login-copy strong {
    display: block;
    font-size: 13px;
    font-weight: 700;
}

.tm-login-short { display: none !important; }

@media (max-width: 767px) {
    .tm-login-full { display: none !important; }
    .tm-login-short { display: inline !important; }
}

.tm-login-caret {
    font-size: 12px !important;
    color: inherit !important;
    transition: transform 0.22s ease !important;
}

.tm-landing .myacc.open .tm-login-caret {
    transform: rotate(180deg);
}

.tm-landing .dropdownAccount,
.tm-landing .myacc .dropdownAccount,
.tm-landing .myacc:hover .dropdownAccount,
.tm-landing .dropdownCart {
    display: block !important;
    position: absolute !important;
    right: 0 !important;
    left: auto !important;
    top: calc(100% + 8px) !important;
    background: #fff !important;
    min-width: 280px !important;
    width: 280px !important;
    z-index: 9999 !important;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.16) !important;
    border-radius: 16px !important;
    padding: 0 !important;
    border: 1px solid #e8eef0 !important;
    overflow: hidden;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
    transform: translateY(-12px) !important;
    transform-origin: top right;
    transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
    max-height: min(70vh, 480px);
    overflow-x: hidden;
    overflow-y: auto;
}

.tm-landing .myacc.open .dropdownAccount,
.tm-landing .myacc.open:hover .dropdownAccount {
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: translateY(0) !important;
}

.tm-landing .cart:hover .dropdownCart {
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: translateY(0);
}

.tm-account-head {
    background: linear-gradient(135deg, #0d8a7c 0%, #14b8a6 100%) !important;
    color: #fff !important;
    text-align: center;
    padding: 18px 16px 16px !important;
}

.tm-account-photo {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: rgba(255,255,255,0.18);
    border: 2px solid #fff;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    color: #fff !important;
    font-size: 22px;
}

.tm-account-head p {
    margin: 0 !important;
    font-size: 12px !important;
    opacity: 0.85;
    color: #fff !important;
}

.tm-account-head h4 {
    margin: 2px 0 0 !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #fff !important;
}

.tm-account-actions {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 12px 14px 8px;
}

.tm-acc-btn {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    border-radius: 10px !important;
    padding: 10px 12px !important;
    font-size: 13.5px !important;
    font-weight: 600 !important;
    text-align: center !important;
    text-decoration: none !important;
}

.tm-acc-btn i {
    margin: 0 !important;
    font-size: 14px !important;
    color: inherit !important;
}

.tm-acc-btn-primary {
    background: #0d8a7c !important;
    color: #fff !important;
}

.tm-acc-btn-primary:hover {
    background: #0f766e !important;
    color: #fff !important;
}

.tm-acc-btn-ghost {
    background: #f0fdfa !important;
    color: #0f766e !important;
    border: 1px solid #cdeae4 !important;
}

.tm-acc-btn-ghost:hover {
    background: #e6f7f4 !important;
    color: #0f766e !important;
}

.tm-account-links {
    border-top: 1px solid #eef2f3;
    padding: 6px 0 8px;
}

.tm-landing .dropdownAccount .tm-account-links a {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 9px 16px !important;
    color: #334155 !important;
    font-size: 13px !important;
    text-align: left !important;
    background: transparent !important;
    border: 0 !important;
}

.tm-landing .dropdownAccount .tm-account-links a i {
    width: 16px;
    color: #0d8a7c !important;
    font-size: 14px !important;
    margin: 0 !important;
}

.tm-landing .dropdownAccount .tm-account-links a:hover,
.tm-landing .dropdownAccount .tm-account-links a:focus {
    background: #f0fdfa !important;
    color: #0f766e !important;
}

.tm-acc-btn:focus,
.tm-acc-btn:focus-visible,
.tm-landing .dropdownAccount .tm-account-links a:focus,
.tm-landing .dropdownAccount .tm-account-links a:focus-visible {
    outline: 2px solid #0d8a7c !important;
    outline-offset: 2px !important;
}

.tm-landing .dropdownAccount .tm-acc-signout {
    color: #dc2626 !important;
    border-top: 1px solid #eef2f3 !important;
    margin-top: 4px;
}

.tm-landing .dropdownAccount .tm-acc-signout i {
    color: #dc2626 !important;
}

.tm-landing .myacc .dropdownAccount .acc-info,
.tm-landing .myacc .dropdownAccount .acc-info::before {
    display: none !important;
}

.tm-hero {
    position: relative;
    overflow: hidden;
    height: clamp(260px, 21vw, 320px);
    min-height: 0;
    padding: 0;
    background: #eef8f6;
}

.tm-hero-media {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.tm-hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right center;
    display: block;
}

.tm-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(90deg,
        #f3faf8 0%,
        rgba(243,250,248,0.94) 24%,
        rgba(243,250,248,0.42) 40%,
        rgba(243,250,248,0.08) 52%,
        rgba(255,255,255,0) 62%);
}

.tm-hero .tm-wrap {
    position: relative;
    z-index: 2;
    height: 100%;
    min-height: 0;
    display: flex;
    align-items: center;
}

.tm-hero-copy {
    max-width: 720px;
    width: 58%;
    padding: 18px 0 16px;
}

.tm-hero h1 {
    margin: 0 0 8px !important;
    font-size: 36px !important;
    line-height: 1.12 !important;
    font-weight: 700 !important;
    color: #16323b !important;
    text-align: left !important;
    font-family: "Poppins", Arial, Helvetica, sans-serif !important;
}

.tm-hero h1 span {
    color: #0d8a7c !important;
    display: block;
}

.tm-hero p {
    margin: 0 0 12px !important;
    font-size: 16px !important;
    line-height: 1.35 !important;
    color: #1f3a42 !important;
    max-width: 520px;
    text-align: left !important;
    font-weight: 500 !important;
}

.tm-feature h2 {
    margin: 0 0 6px !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #111827 !important;
    line-height: 1.2 !important;
    text-align: left !important;
}

.tm-mini h3 {
    margin: 0 0 4px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #111827 !important;
}

.tm-trust {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px 16px;
}

.tm-trust span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 13px;
    color: #3f5b63;
    font-weight: 500;
    white-space: nowrap;
}

.tm-trust i {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 1.5px solid #0d8a7c;
    background: transparent;
    color: #0d8a7c;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.tm-featured {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin: 12px 0 12px;
}

.tm-feature {
    border-radius: 22px;
    padding: 18px 18px 14px;
    display: flex;
    gap: 16px;
    min-height: 0;
    position: relative;
    overflow: hidden;
}

.tm-feature-video {
    background: linear-gradient(135deg, #e7f8f5 0%, #f3fcfb 100%);
    border: 1px solid #d7f1ec;
}

.tm-feature-clinic {
    background: linear-gradient(135deg, #fff6df 0%, #fffaf0 100%);
    border: 1px solid #f6e7c0;
}

.tm-feature-body {
    flex: 1 1 auto;
    min-width: 0;
    position: relative;
    z-index: 1;
}

.tm-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
}

.tm-icon.teal { background: #14b8a6; }
.tm-icon.orange { background: #f59e0b; }
.tm-icon.cyan { background: #14b8a6; }
.tm-icon.purple { background: #8b5cf6; }
.tm-icon.green { background: #22c55e; }
.tm-icon.pink { background: #ec4899; }

.tm-feature p.lead,
.tm-mini p {
    margin: 0 0 12px;
    color: #4b5563;
    font-size: 14px;
    line-height: 1.45;
}

.tm-checks {
    list-style: none;
    margin: 0 0 16px;
    padding: 0;
}

.tm-checks li {
    position: relative;
    padding: 3px 0 3px 22px;
    font-size: 13.5px;
    color: #334155;
}

.tm-checks li:before {
    content: "\f00c";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 4px;
    color: #16a34a;
    font-size: 12px;
}

.tm-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 999px;
    padding: 10px 18px;
    font-size: 14px;
    font-weight: 600;
    color: #fff !important;
    border: 0;
}

.tm-btn-teal { background: #0d8a7c; }
.tm-btn-teal:hover { background: #0f766e; color: #fff !important; }
.tm-btn-orange { background: #f5a524; }
.tm-btn-orange:hover { background: #e69512; color: #fff !important; }
.tm-btn-outline {
    background: #fff;
    color: #0f766e !important;
    border: 1px solid #d1e7e3;
}

.tm-btn-outline:hover {
    background: #f0fdfa;
    color: #0f766e !important;
}

.tm-feature-media {
    flex: 0 0 42%;
    max-width: 240px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
}

.tm-feature-media img {
    width: 100%;
    height: 168px;
    object-fit: cover;
    border-radius: 16px;
    display: block;
}

.tm-video-frame {
    position: relative;
    width: 100%;
}

.tm-call-pills {
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
}

.tm-call-pills span {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    box-shadow: 0 4px 10px rgba(0,0,0,.15);
}

.tm-call-pills .mic { background: #64748b; }
.tm-call-pills .cam { background: #0d9488; }
.tm-call-pills .end { background: #ef4444; }

.tm-minis {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.tm-mini {
    background: #fff;
    border: 1px solid #eef2f3;
    border-radius: 18px;
    padding: 16px 108px 14px 16px;
    min-height: 168px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.04);
    position: relative;
    overflow: hidden;
}

.tm-mini-media {
    position: absolute;
    right: 8px;
    bottom: 8px;
    width: 92px;
    height: 78px;
}

.tm-mini-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.tm-mini .tm-btn {
    margin-top: auto;
    align-self: flex-start;
    padding: 7px 12px;
    font-size: 13px;
    position: relative;
    z-index: 1;
}

.tm-how {
    display: grid;
    grid-template-columns: 1.45fr 1fr;
    gap: 16px;
    margin: 16px 0 8px;
}

.tm-how-steps {
    background: #e8f7f4;
    border-radius: 18px;
    padding: 22px 22px 18px;
}

.tm-how-steps h2 {
    margin: 0 0 16px !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #0f3d3a !important;
    text-align: left !important;
}

.tm-how-steps ol {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    position: relative;
}

.tm-how-steps ol::before {
    content: "";
    position: absolute;
    top: 16px;
    left: 16px;
    right: 16px;
    border-top: 1px dashed #9fd4cc;
    z-index: 0;
}

.tm-how-steps li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    position: relative;
    z-index: 1;
}

.tm-how-steps li span {
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 2px solid #0d8a7c;
    color: #0d8a7c;
    font-weight: 700;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.tm-how-steps li strong {
    display: block;
    font-size: 14px;
    color: #111827;
    margin-bottom: 2px;
}

.tm-how-steps li p {
    margin: 0 !important;
    font-size: 12px !important;
    line-height: 1.4 !important;
    color: #4b5563 !important;
    text-align: left !important;
}

.tm-how-partner {
    background: linear-gradient(90deg, #123c48 0%, #1a5362 42%, #1a5362 100%);
    border-radius: 18px;
    overflow: hidden;
    display: flex;
    align-items: stretch;
    min-height: 150px;
    color: #fff;
}

.tm-how-partner-copy {
    flex: 1 1 52%;
    padding: 22px 18px 18px 22px;
    z-index: 1;
}

.tm-how-partner-copy h3 {
    margin: 0 0 8px !important;
    font-size: 22px !important;
    line-height: 1.25 !important;
    font-weight: 700 !important;
    color: #fff !important;
}

.tm-how-partner-copy p {
    margin: 0 !important;
    font-size: 13.5px !important;
    line-height: 1.5 !important;
    color: rgba(255,255,255,0.92) !important;
    text-align: left !important;
}

.tm-how-partner-media {
    flex: 0 0 46%;
    position: relative;
    min-height: 150px;
}

.tm-how-partner-media::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #1a5362 0%, rgba(26,83,98,0.45) 32%, rgba(26,83,98,0) 62%);
    z-index: 1;
    pointer-events: none;
}

.tm-how-partner-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
}

.tm-dropmenu {
    display: none;
    background: #fff;
    border-top: 1px solid #eef2f3;
}

.tm-dropmenu.open {
    display: block;
}

.tm-dropmenu .nav-col ul {
    list-style: none;
    margin: 0;
    padding: 10px 20px 16px;
    columns: 2;
}

.tm-dropmenu .nav-col a {
    display: block;
    padding: 6px 0;
    color: #334155;
    font-size: 13px;
}

.tm-dropmenu .nav-col a:hover {
    color: #0d9488;
}

@media (min-width: 1200px) {
    .tm-hero { height: 320px; }
    .tm-hero h1 { font-size: 40px !important; }
}

@media (max-width: 991px) {
    .tm-hero { height: 230px; }
    .tm-hero h1 { font-size: 30px !important; }
    .tm-hero p { font-size: 15px !important; }
    .tm-hero-copy { width: 64%; }
    .tm-hero-media img { object-position: right center; }
    .tm-nav { flex-wrap: wrap; justify-content: center; }
    .tm-featured { grid-template-columns: 1fr; }
    .tm-minis { grid-template-columns: 1fr 1fr; }
    .tm-how { grid-template-columns: 1fr; }
    .tm-how-steps ol { grid-template-columns: 1fr 1fr; }
    .tm-how-steps ol::before { display: none; }
    .tm-how-partner-media { min-height: 180px; }
    .tm-nav-link span.tm-hide-sm { display: none; }
}

@media (max-width: 767px) {
    .tm-wrap { padding: 0 16px; }

    .tm-topbar {
        flex-wrap: wrap;
        gap: 8px;
    }

    .tm-location {
        flex: 1 1 auto;
        min-width: 0;
        max-width: 150px;
    }

    .tm-search {
        flex: 1 1 100%;
        order: 5;
    }

    .tm-header-tools {
        margin-left: auto;
        gap: 6px;
        flex: 0 0 auto;
    }

    .tm-hamburger { display: inline-flex; align-items: center; justify-content: center; }

    .tm-header .tm-topbar {
        flex-wrap: wrap !important;
    }

    .tm-nav,
    .tm-header .tm-nav {
        display: none !important;
        flex-direction: column;
        align-items: stretch;
        padding-bottom: 12px;
    }

    .tm-nav.open,
    .tm-header .tm-nav.open { display: flex !important; }

    .tm-nav-spacer { display: none; }

    .tm-hero { height: 220px; }

    .tm-hero-copy { padding: 18px 0; max-width: 100%; width: 100%; }

    .tm-trust { flex-wrap: wrap; }

    .tm-hero h1 { font-size: 30px !important; }

    .tm-hero p { font-size: 16px !important; }

    .tm-hero p br { display: none; }

    .tm-hero::after {
        background: linear-gradient(90deg,
            rgba(244,251,250,0.97) 0%,
            rgba(244,251,250,0.72) 34%,
            rgba(244,251,250,0.2) 52%,
            rgba(255,255,255,0) 66%);
    }

    .tm-hero-media img { object-position: right center; }

    .tm-feature {
        flex-direction: column;
        min-height: 0;
    }

    .tm-feature-media {
        max-width: none;
        flex: none;
    }

    .tm-feature-media img { height: 160px; }

    .tm-minis { grid-template-columns: 1fr; }

    .tm-how { grid-template-columns: 1fr; }

    .tm-how-steps ol { grid-template-columns: 1fr; }

    .tm-how-partner { flex-direction: column; }

    .tm-how-partner-media {
        flex: none;
        height: 180px;
        min-height: 180px;
    }

    .tm-how-partner-media::before {
        background: linear-gradient(180deg, #1a5362 0%, rgba(26,83,98,0.2) 40%, rgba(26,83,98,0) 70%);
    }

    .tm-landing .cart > a span b,
    .tm-landing .cart > a span small { display: none; }

    .tm-dropmenu .nav-col ul { columns: 1; }

    .tm-landing .timesAcDiv,
    .tm-landing .tm-account,
    .tm-landing .myacc {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    .tm-login-copy {
        display: flex !important;
    }

    .tm-login-copy small {
        display: none !important;
    }

    .tm-login-copy strong {
        font-size: 12px !important;
        max-width: none !important;
    }

    .tm-login-full { display: none !important; }
    .tm-login-short { display: inline !important; }

    .tm-landing .dropdownAccount,
    .tm-landing .myacc .dropdownAccount {
        position: fixed !important;
        top: 58px !important;
        right: 10px !important;
        left: auto !important;
        width: calc(100vw - 20px) !important;
        max-width: 320px !important;
        min-width: 0 !important;
    }
}

@media screen and (max-width: 767px) {
    .tm-landing .myacc,
    .tm-landing div.myacc,
    .tm-landing .timesAcDiv,
    .tm-landing .tm-account {
        display: block !important;
        visibility: visible !important;
    }
}

/* ---- Below-fold homepage: match landing styles ---- */
body.tm-newhome-page aside,
body.tm-newhome-page .countbg,
body.tm-newhome-page .section-white,
body.tm-newhome-page .times-btm {
    font-family: "Poppins", Arial, Helvetica, sans-serif;
}

body.tm-newhome-page aside {
    margin-bottom: 0 !important;
    background: #f3fbfb;
}

body.tm-newhome-page .menu-ic-list,
body.tm-newhome-page #menu-ic-list {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 16px;
    margin: 8px 0 28px !important;
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
}

body.tm-newhome-page .menu-ic-list .col,
body.tm-newhome-page #menu-ic-list .col {
    display: block !important;
    float: none !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    height: auto !important;
    overflow: visible !important;
    padding: 0 !important;
}

body.tm-newhome-page .menu-ic-list .col a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: #fff;
    border: 1px solid #e6f3f0;
    border-radius: 18px;
    padding: 22px 16px 20px;
    min-height: 220px;
    height: 100%;
    box-shadow: 0 8px 22px rgba(15, 61, 58, 0.06);
    text-decoration: none !important;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

body.tm-newhome-page .menu-ic-list .col a:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(13, 138, 124, 0.14);
}

body.tm-newhome-page .menu-ic-list .col i {
    float: none !important;
    width: 72px;
    height: 72px;
    margin: 0 auto 14px !important;
    border-radius: 50%;
    background: #0d8a7c;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    color: #fff;
}

body.tm-newhome-page .menu-ic-list .col i svg {
    width: 34px !important;
    height: 34px !important;
    fill: #fff !important;
}

body.tm-newhome-page .menu-ic-list .col i svg path,
body.tm-newhome-page .menu-ic-list .col i svg g {
    fill: #fff !important;
}

body.tm-newhome-page .menu-ic-list span {
    font-family: "Poppins", Arial, Helvetica, sans-serif !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    font-style: normal !important;
    color: #16323b !important;
    line-height: 1.3 !important;
    margin: 0 0 6px !important;
}

body.tm-newhome-page .menu-ic-list span + span,
body.tm-newhome-page .menu-ic-list .sub-font-italic {
    font-size: 13px !important;
    font-weight: 400 !important;
    font-style: normal !important;
    color: #4b5563 !important;
    line-height: 1.45 !important;
}

body.tm-newhome-page .timesSection {
    background: linear-gradient(135deg, #0d8a7c 0%, #14b8a6 100%) !important;
    padding: 48px 24px 40px !important;
    margin: 0;
}

body.tm-newhome-page .consult h1 {
    font-family: "Poppins", Arial, Helvetica, sans-serif !important;
    font-size: 32px !important;
    line-height: 1.3 !important;
    font-weight: 700 !important;
    color: #fff !important;
    margin: 0 !important;
}

body.tm-newhome-page .consult h3 {
    font-family: "Poppins", Arial, Helvetica, sans-serif !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    color: rgba(255,255,255,0.95) !important;
    margin: 8px 0 0 !important;
}

body.tm-newhome-page .consult > div {
    padding: 28px 0 8px !important;
}

body.tm-newhome-page .consult img {
    height: 44px;
    width: auto;
    margin: 0 8px;
}

body.tm-newhome-page .countbg {
    background: #f3fbfb !important;
    padding: 36px 16px 12px !important;
}

body.tm-newhome-page .countbg h3 {
    font-family: "Poppins", Arial, Helvetica, sans-serif !important;
    font-size: 28px !important;
    font-weight: 700 !important;
    color: #0d8a7c !important;
    margin: 0 0 24px !important;
}

body.tm-newhome-page .counts {
    background: #fff;
    border: 1px solid #e6f3f0;
    border-radius: 16px;
    padding: 22px 12px 18px !important;
    margin-bottom: 24px !important;
    box-shadow: 0 8px 20px rgba(15, 61, 58, 0.05);
}

body.tm-newhome-page .counts h4 {
    font-family: "Poppins", Arial, Helvetica, sans-serif !important;
    font-size: 36px !important;
    line-height: 1.15 !important;
    font-weight: 700 !important;
    color: #0d8a7c !important;
    margin: 0 0 6px !important;
}

body.tm-newhome-page .counts h5 {
    font-family: "Poppins", Arial, Helvetica, sans-serif !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
    font-weight: 600 !important;
    color: #334155 !important;
    margin: 0 !important;
}

body.tm-newhome-page .section-white {
    background: #f3fbfb !important;
    padding: 8px 0 28px;
}

body.tm-newhome-page .how-work {
    background: #e8f7f4 !important;
    color: #0f3d3a !important;
    font-family: "Poppins", Arial, Helvetica, sans-serif !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    padding: 22px 16px 18px !important;
    margin: 0 !important;
}

body.tm-newhome-page .item {
    background: #e8f7f4 !important;
}

body.tm-newhome-page .carousel-indicators li {
    background: #9fd4cc !important;
    border: 0 !important;
}

body.tm-newhome-page .carousel-indicators .active {
    background: #0d8a7c !important;
}

body.tm-newhome-page .times-btm.container-fluid:not(.countbg) {
    background: #f3fbfb !important;
    padding: 8px 16px 40px !important;
}

body.tm-newhome-page .times-btm .thumbnail {
    border: 1px solid #e6f3f0 !important;
    border-radius: 18px !important;
    overflow: hidden;
    padding: 0 !important;
    background: #fff !important;
    box-shadow: 0 8px 22px rgba(15, 61, 58, 0.06);
    margin-bottom: 20px !important;
}

body.tm-newhome-page .times-btm .thumbnail img {
    border-radius: 0;
}

body.tm-newhome-page .times-btm .thumbnail h1 {
    font-family: "Poppins", Arial, Helvetica, sans-serif !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #16323b !important;
    padding: 14px 14px 0 !important;
    margin: 0 !important;
    text-transform: none;
}

body.tm-newhome-page .times-btm .thumbnail .caption {
    padding: 6px 14px 16px !important;
}

body.tm-newhome-page .times-btm .thumbnail .caption p {
    color: #0d8a7c !important;
    font-weight: 600 !important;
    font-size: 13px !important;
    margin: 0 !important;
}

body.tm-newhome-page .times-footer {
    background: #0f3d3a !important;
}

body.tm-newhome-page .times-footer a,
body.tm-newhome-page .times-footer h2,
body.tm-newhome-page .times-footer h2 a,
body.tm-newhome-page .times-footer dd {
    color: #e8f7f4 !important;
}

@media (max-width: 991px) {
    body.tm-newhome-page .menu-ic-list,
    body.tm-newhome-page #menu-ic-list {
        grid-template-columns: 1fr 1fr !important;
    }

    body.tm-newhome-page .consult h1 {
        font-size: 24px !important;
        line-height: 1.35 !important;
    }
}

@media (max-width: 767px) {
    body.tm-newhome-page .menu-ic-list,
    body.tm-newhome-page #menu-ic-list {
        grid-template-columns: 1fr !important;
    }

    body.tm-newhome-page .menu-ic-list .col a {
        min-height: 0;
    }
}

.tm-nav-link.is-active {
    color: #0f766e !important;
    box-shadow: inset 0 -2px 0 #0d9488;
}

.cv-page {
    background: transparent;
    padding-bottom: 48px;
}

.cv-hero {
    position: relative;
    padding: 22px 0 56px;
    background:
        linear-gradient(180deg, rgba(236, 248, 252, 0.9) 0%, rgba(232, 246, 250, 0.94) 45%, rgba(243, 251, 251, 0.97) 100%),
        url("/images/newhome/clinical-hospital.jpg") center 30% / cover no-repeat;
    min-height: 520px;
}

.cv-crumb {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #0d9488;
    margin-bottom: 18px;
}

.cv-crumb a {
    color: #0d9488;
    font-weight: 500;
}

.cv-crumb span:last-child {
    color: #0f766e;
    font-weight: 600;
}

.cv-hero h1 {
    margin: 0 0 8px;
    font-size: 36px;
    line-height: 1.15;
    font-weight: 700;
    color: #1e3a5f;
}

.cv-hero > .tm-wrap > p {
    margin: 0 0 28px;
    max-width: 640px;
    font-size: 16px;
    color: #4b5563;
}

.cv-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
}

button.cv-card {
    font-family: inherit;
    appearance: none;
    -webkit-appearance: none;
}

.cv-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    width: 100%;
    min-height: 228px;
    padding: 22px 18px 18px;
    background: #fff;
    border: 1px solid #e7eef2;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(15, 60, 80, 0.06);
    color: inherit;
    cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.cv-card:hover,
.cv-card:focus {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(15, 60, 80, 0.12);
    text-decoration: none;
    color: inherit;
    outline: none;
}

.cv-card.is-open {
    border-color: #c4b5fd;
    box-shadow: 0 12px 28px rgba(109, 40, 217, 0.12);
}

.cv-ico {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.cv-ico i {
    font-size: 26px;
    line-height: 1;
}

.cv-ico-blue { background: #e7f1fb; color: #3b82c4; }
.cv-ico-mint { background: #e5f7ef; color: #14b8a6; }
.cv-ico-amber { background: #fff1e0; color: #f59e0b; }
.cv-ico-rose { background: #fde8ef; color: #ec4899; }
.cv-ico-violet { background: #efe8fb; color: #7c3aed; }

.cv-card h2 {
    margin: 0 0 8px;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
    color: #1e3a5f;
}

.cv-card p {
    margin: auto 0 0;
    font-size: 14px;
    line-height: 1.45;
    color: #6b7280;
}

.cv-card p i {
    color: #0d9488;
    margin-left: 4px;
    font-size: 16px;
}

.cv-speciality {
    margin-top: 22px;
    background: #fff;
    border: 1px solid #e7eef2;
    border-radius: 16px;
    padding: 20px 22px 8px;
    box-shadow: 0 8px 24px rgba(15, 60, 80, 0.06);
}

.cv-speciality h3 {
    margin: 0 0 14px;
    font-size: 16px;
    font-weight: 600;
    color: #1e3a5f;
}

.cv-spec-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 10px;
}

.cv-spec-grid a {
    display: inline-block;
    padding: 8px 12px;
    border-radius: 999px;
    background: #f3fbfb;
    border: 1px solid #d7efec;
    color: #0f766e;
    font-size: 13px;
    font-weight: 600;
}

.cv-spec-grid a:hover {
    background: #0d9488;
    border-color: #0d9488;
    color: #fff;
}

@media (max-width: 1200px) {
    .cv-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

.cv-near-note {
    margin: 16px 0 0;
    color: #0f766e;
    font-size: 14px;
    font-weight: 600;
}

.cv-modal {
    position: fixed;
    inset: 0;
    z-index: 4000;
    background: rgba(15, 23, 42, 0.45);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 12vh 16px 24px;
}

.cv-modal[hidden] {
    display: none;
}

.cv-modal-card {
    position: relative;
    width: 100%;
    max-width: 640px;
    background: #fff;
    border-radius: 16px;
    padding: 22px 22px 18px;
    box-shadow: 0 18px 50px rgba(15, 23, 42, 0.2);
}

.cv-modal-card h3 {
    margin: 0 36px 6px 0;
    color: #1e3a5f;
    font-size: 22px;
    font-weight: 700;
}

.cv-modal-card p {
    margin: 0 0 14px;
    color: #6b7280;
}

.cv-modal-close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 10px;
    background: #f3f4f6;
    color: #111827;
    font-size: 24px;
    line-height: 1;
}

.cv-modal-search {
    display: flex !important;
    align-items: center;
    width: 100%;
    border: 1px solid #e6ecee;
    border-radius: 999px;
    overflow: hidden;
    background: #fff;
}

.cv-modal-search .form-control {
    flex: 1 1 auto;
    width: 1% !important;
    float: none;
    height: 46px !important;
    border: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

.cv-modal-search .input-group-btn {
    width: auto;
    float: none;
    display: block;
}

.cv-modal-search #cv_btn_search {
    width: 48px;
    height: 46px;
    background: #f5c400 !important;
    border: 0 !important;
    color: #111;
    box-shadow: none !important;
}

.cv-results {
    list-style: none;
    margin: 12px 0 0;
    padding: 0;
    max-height: 280px;
    overflow: auto;
}

.cv-results li + li {
    border-top: 1px solid #eef2f3;
}

.cv-results button {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 8px 4px;
    border: 0;
    background: #fff;
    text-align: left;
    color: #1f2937;
    font-size: 14px;
}

.cv-results button:hover,
.cv-results button:focus {
    background: #f3fbfb;
    color: #0f766e;
}

.cv-results img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid #e5e7eb;
    flex: 0 0 auto;
}

.cv-results-empty {
    padding: 12px 4px;
    color: #6b7280;
    font-size: 14px;
}

@media (max-width: 767px) {
    .cv-hero { padding-top: 16px; min-height: 0; }
    .cv-hero h1 { font-size: 28px; }
    .cv-grid { grid-template-columns: 1fr; }
    .cv-card { min-height: 0; }
}

.tm-header.tm-landing {
    padding-bottom: 0;
    background: #fff;
}

.tm-header .tm-logo,
.tm-header .tm-location,
.tm-header .tm-search,
.tm-header .tm-header-tools {
    position: relative !important;
    float: none !important;
    top: auto !important;
    left: auto !important;
}

.tm-header .tm-topbar {
    min-height: 68px;
    margin: 0 !important;
    padding: 10px 0 8px !important;
    background: #fff;
    z-index: 2;
}

.tm-header .tm-nav {
    min-height: 44px;
    margin-top: 0 !important;
    padding: 8px 0 10px !important;
    background: #fff;
    border-top: 1px solid #eef4f4 !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    transform: none !important;
    z-index: 1;
}
