Your journey begins here

Compare flights and find the best deals
tripbooking.in
Flight search
Searching available flights
Finding the best flights…
1 /* ========================================================= RESULTS HEADER — KEEP FULL CITY NAMES VISIBLE ========================================================= */ .tb-results-summary { min-width:0; flex:1 1 auto; display:flex; flex-direction:column; justify-content:center; gap:2px; margin-left:8px; } .tb-results-route { color:var(--text); font-size:15px; font-weight:800; line-height:1.25; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; } .tb-results-details { color:var(--muted); font-size:12px; line-height:1.3; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; } /* ========================================================= MOBILE — CITY NAMES MUST REMAIN VISIBLE ========================================================= */ @media(max-width:850px) { .tb-results-header-inner { min-height:64px; padding:7px 10px; gap:7px; } .tb-results-brand { display:block; flex:0 0 auto; font-size:18px; } .tb-results-summary { flex:1 1 auto; min-width:0; margin-left:2px; } .tb-results-route { font-size:13px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; } .tb-results-details { font-size:10px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; } .tb-change-search { flex:0 0 auto; padding:7px 9px; font-size:11px; } .tb-results-menu-button { flex:0 0 36px; } } /* ========================================================= SMALL MOBILE ========================================================= */ @media(max-width:600px) { /* Do NOT hide the results brand */ .tb-results-brand { display:block; font-size:17px; } .tb-results-summary { min-width:0; flex:1 1 auto; } .tb-results-route { font-size:12px; } .tb-results-details { font-size:9.5px; } } /* ========================================================= VERY SMALL MOBILE ========================================================= */ @media(max-width:430px) { .tb-results-brand { font-size:16px; } .tb-results-header-inner { gap:5px; } .tb-results-route { font-size:11.5px; } .tb-results-details { font-size:9px; } .tb-change-search { padding:6px 7px; } } /* ========================================================= EXTRA SMALL MOBILE ========================================================= */ @media(max-width:360px) { .tb-results-brand { font-size:15px; } .tb-results-route { font-size:11px; } .tb-results-details { font-size:8.5px; } .tb-change-search { font-size:10px; padding-left:5px; padding-right:5px; } }