%PDF-1.7 1 0 obj << /Type /Catalog /Outlines 2 0 R /Pages 3 0 R /Names 29 0 R >> endobj 2 0 obj << /Type /Outlines /Count 0 >> endobj 3 0 obj << /Type /Pages /Kids [6 0 R ] /Count 1 /Resources << /ProcSet 4 0 R /Font << /F1 8 0 R /F2 9 0 R /F3 10 0 R /F4 11 0 R /F5 12 0 R >> /ExtGState << /GS1 23 0 R /GS2 24 0 R /GS3 25 0 R /GS4 26 0 R >> >> /MediaBox [0.000 0.000 595.280 841.890] >> endobj 4 0 obj [/PDF /Text ] endobj 5 0 obj << /Producer (dompdf 1.0.2 + CPDF) /CreationDate (D:20250509191404+00'00') /ModDate (D:20250509191404+00'00') >> endobj 6 0 obj << /Type /Page /MediaBox [0.000 0.000 595.280 841.890] /Parent 3 0 R /Contents 7 0 R >> endobj 7 0 obj << /Filter /FlateDecode /Length 875 >> stream xVn0+R=N4rPl%vov$8րof8^~NK&nv X{Oty,Gt^>)u b$t :,fjk>, u %` hg8~>/jܕe&s˻tFC^ =S!ŏ~pa`_ם Y17*[\+(-ջAG,'ICKuCh+@WI?vaג!vpY ebjˤҔH%蔞9lԄbfɧ5! >,Ts!{|%CJ7vAEp2J"LS[H$2,⺀F"22eZJd2RL_{mLFG+cDt]8e23JMS@#l[0.,b!f͠%\cƄ46GsaHqhrE^4[Wu s[?6ױŷ޼+*T) WS{OAY GyP΋ߍYsk@ϨjW:T\jY/"o)qkT\ 9$#Jp?Wyd *tkߊ)& 3T-RQ7+Ql endstream endobj 8 0 obj << /Type /Font /Subtype /Type1 /Name /F1 /BaseFont /Times-Roman /Encoding /WinAnsiEncoding >> endobj 9 0 obj << /Type /Font /Subtype /Type1 /Name /F2 /BaseFont /Times-Bold /Encoding /WinAnsiEncoding >> endobj 10 0 obj << /Type /Font /Subtype /Type1 /Name /F3 /BaseFont /Helvetica /Encoding /WinAnsiEncoding >> endobj 11 0 obj << /Type /Font /Subtype /Type1 /Name /F4 /BaseFont /Helvetica-Bold /Encoding /WinAnsiEncoding >> endobj 12 0 obj <> endobj 13 0 obj <> stream /CIDInit /ProcSet findresource begin 12 dict begin begincmap /CIDSystemInfo <> def /CMapName /Adobe-Identity-UCS def /CMapType 2 def 1 begincodespacerange <0000> endcodespacerange 1 beginbfrange <0000> <0000> endbfrange endcmap CMapName currentdict /CMap defineresource pop end end endstream endobj 14 0 obj <> endobj 15 0 obj <> endobj 16 0 obj << /Filter /FlateDecode /Length 49>> stream x1 {FV@Ҵ< endstream endobj 17 0 obj [6 0 R /Fit] endobj 18 0 obj [6 0 R /Fit] endobj 19 0 obj [6 0 R /Fit] endobj 20 0 obj [6 0 R /Fit] endobj 21 0 obj [6 0 R /Fit] endobj 22 0 obj [6 0 R /Fit] endobj 23 0 obj << /Type /ExtGState /BM /Normal /CA 0.3 >> endobj 24 0 obj << /Type /ExtGState /BM /Normal /ca 0.3 >> endobj 25 0 obj << /Type /ExtGState /BM /Normal /CA 1 >> endobj 26 0 obj << /Type /ExtGState /BM /Normal /ca 1 >> endobj 27 0 obj << /Names [(EmbeddedJS) 28 0 R] >> endobj 28 0 obj << /S /JavaScript /JS ( function vbAddElement\(\) { var ni = document.getElementById\('vbo-search-num-aduchild-block'\); var numi = document.getElementById\('vbroomhelper'\); var num = \(document.getElementById\('vbroomhelper'\).value -1\)+ 2; numi.value = num; var newdiv = document.createElement\('div'\); var divIdName = 'vb'+num+'racont'; newdiv.setAttribute\('id', divIdName\); var new_element_html = document.getElementsByClassName\('vbo-add-element-html'\)[0].innerHTML; var rp_rgx = new RegExp\('%d', 'g'\); newdiv.innerHTML = new_element_html.replace\(rp_rgx, num\); ni.appendChild\(newdiv\); } function vbSetRoomsAdults\(totrooms\) { var actrooms = parseInt\(document.getElementById\('vbroomhelper'\).value\); var torooms = parseInt\(totrooms\); var difrooms; if\(torooms > actrooms\) { difrooms = torooms - actrooms; for\(var ir = 1; ir <= difrooms; ir++\) { vbAddElement\(\); } } if\(torooms < actrooms\) { for\(var ir = actrooms; ir > torooms; ir--\) { if\(ir > 1\) { var rmra = document.getElementById\('vb' + ir + 'racont'\); rmra.parentNode.removeChild\(rmra\); } } document.getElementById\('vbroomhelper'\).value = torooms; } } function vbCalcNights\(\) { var vbcheckin = document.getElementById\('checkindate'\).value; var vbcheckout = document.getElementById\('checkoutdate'\).value; if \(vbcheckin.length > 0 && vbcheckout.length > 0\) { var vbcheckinp = vbcheckin.split\("/"\); var vbcheckoutp = vbcheckout.split\("/"\); var vbinmonth = parseInt\(vbcheckinp[1]\); vbinmonth = vbinmonth - 1; var vbinday = parseInt\(vbcheckinp[0], 10\); var vbcheckind = new Date\(vbcheckinp[2], vbinmonth, vbinday\); var vboutmonth = parseInt\(vbcheckoutp[1]\); vboutmonth = vboutmonth - 1; var vboutday = parseInt\(vbcheckoutp[0], 10\); var vbcheckoutd = new Date\(vbcheckoutp[2], vboutmonth, vboutday\); var vbdivider = 1000 * 60 * 60 * 24; var vbints = vbcheckind.getTime\(\); var vboutts = vbcheckoutd.getTime\(\); if\(vboutts > vbints\) { //var vbnights = Math.ceil\(\(vboutts - vbints\) / \(vbdivider\)\); var utc1 = Date.UTC\(vbcheckind.getFullYear\(\), vbcheckind.getMonth\(\), vbcheckind.getDate\(\)\); var utc2 = Date.UTC\(vbcheckoutd.getFullYear\(\), vbcheckoutd.getMonth\(\), vbcheckoutd.getDate\(\)\); var vbnights = Math.ceil\(\(utc2 - utc1\) / vbdivider\); if\(vbnights > 0\) { document.getElementById\('vbjstotnights'\).innerHTML = 'Nights: '+vbnights; } else { document.getElementById\('vbjstotnights'\).innerHTML = ''; } } else { document.getElementById\('vbjstotnights'\).innerHTML = ''; } } else { document.getElementById\('vbjstotnights'\).innerHTML = ''; } } jQuery\(function\(\) { jQuery\('.vbo-search-submit'\).find\('button[type="submit"]'\).on\('click', function\(e\) { e.preventDefault\(\); jQuery\(this\).prop\('disabled', true\); jQuery\(this\).html\('<i class="fas fa-circle-notch fa-spin fa-fw"> ' + jQuery\(this\).text\(\)\); jQuery\(this\).closest\('form'\).submit\(\); }\); }\); ) >> endobj 29 0 obj << /JavaScript 32 0 R >> endobj 30 0 obj << /Type /FontDescriptor /Flags 32 /FontName /SUBAAF+DejaVuSans /StemV 70 /Ascent 928 /CapHeight 928 /Descent -236 /FontBBox [-1021 -463 1793 1232] /ItalicAngle 0 /FontFile2 31 0 R >> endobj 31 0 obj << /Filter /FlateDecode /Length1 1116 /Length 665 >> stream xRMHa~ogן66DQSK+ Pww\mgws7:DAѩSN"RdPPn3=3.5;~; ẍbk++O]qp-5FC2{ 'nePq-A~2ҐԋQr}"1ob1@~|,-UPҰbhy|PNepWp/uj\eG8yٜ͛+HGR(߲A{serpīRz%7,qm쬭v5y +? wݤ:f骠 NR,Y1iǏ#ݕrڎ)ms'Q[εVaS"Qp۴T[ a[5yYZgO1uO*xv#+`qUXG؇!$RHcӘO;Ʃq,2i`/I[ [ǕWc1{fRYSJS8iؓ`M!b0nSb^HK45Ng ݟ>Kxކܳ~SjX.F%dP<ׅӷHz0+4U HEH:)ok+/QtCw-dĒ~] endstream endobj 32 0 obj << /Names [(EmbeddedJS) 33 0 R] >> endobj 33 0 obj << /S /JavaScript /JS ( function vbAddElement\(\) { var ni = document.getElementById\('vbo-search-num-aduchild-block'\); var numi = document.getElementById\('vbroomhelper'\); var num = \(document.getElementById\('vbroomhelper'\).value -1\)+ 2; numi.value = num; var newdiv = document.createElement\('div'\); var divIdName = 'vb'+num+'racont'; newdiv.setAttribute\('id', divIdName\); var new_element_html = document.getElementsByClassName\('vbo-add-element-html'\)[0].innerHTML; var rp_rgx = new RegExp\('%d', 'g'\); newdiv.innerHTML = new_element_html.replace\(rp_rgx, num\); ni.appendChild\(newdiv\); } function vbSetRoomsAdults\(totrooms\) { var actrooms = parseInt\(document.getElementById\('vbroomhelper'\).value\); var torooms = parseInt\(totrooms\); var difrooms; if\(torooms > actrooms\) { difrooms = torooms - actrooms; for\(var ir = 1; ir <= difrooms; ir++\) { vbAddElement\(\); } } if\(torooms < actrooms\) { for\(var ir = actrooms; ir > torooms; ir--\) { if\(ir > 1\) { var rmra = document.getElementById\('vb' + ir + 'racont'\); rmra.parentNode.removeChild\(rmra\); } } document.getElementById\('vbroomhelper'\).value = torooms; } } function vbCalcNights\(\) { var vbcheckin = document.getElementById\('checkindate'\).value; var vbcheckout = document.getElementById\('checkoutdate'\).value; if \(vbcheckin.length > 0 && vbcheckout.length > 0\) { var vbcheckinp = vbcheckin.split\("/"\); var vbcheckoutp = vbcheckout.split\("/"\); var vbinmonth = parseInt\(vbcheckinp[1]\); vbinmonth = vbinmonth - 1; var vbinday = parseInt\(vbcheckinp[0], 10\); var vbcheckind = new Date\(vbcheckinp[2], vbinmonth, vbinday\); var vboutmonth = parseInt\(vbcheckoutp[1]\); vboutmonth = vboutmonth - 1; var vboutday = parseInt\(vbcheckoutp[0], 10\); var vbcheckoutd = new Date\(vbcheckoutp[2], vboutmonth, vboutday\); var vbdivider = 1000 * 60 * 60 * 24; var vbints = vbcheckind.getTime\(\); var vboutts = vbcheckoutd.getTime\(\); if\(vboutts > vbints\) { //var vbnights = Math.ceil\(\(vboutts - vbints\) / \(vbdivider\)\); var utc1 = Date.UTC\(vbcheckind.getFullYear\(\), vbcheckind.getMonth\(\), vbcheckind.getDate\(\)\); var utc2 = Date.UTC\(vbcheckoutd.getFullYear\(\), vbcheckoutd.getMonth\(\), vbcheckoutd.getDate\(\)\); var vbnights = Math.ceil\(\(utc2 - utc1\) / vbdivider\); if\(vbnights > 0\) { document.getElementById\('vbjstotnights'\).innerHTML = 'Nights: '+vbnights; } else { document.getElementById\('vbjstotnights'\).innerHTML = ''; } } else { document.getElementById\('vbjstotnights'\).innerHTML = ''; } } else { document.getElementById\('vbjstotnights'\).innerHTML = ''; } } jQuery\(function\(\) { jQuery\('.vbo-search-submit'\).find\('button[type="submit"]'\).on\('click', function\(e\) { e.preventDefault\(\); jQuery\(this\).prop\('disabled', true\); jQuery\(this\).html\('<i class="fas fa-circle-notch fa-spin fa-fw"> ' + jQuery\(this\).text\(\)\); jQuery\(this\).closest\('form'\).submit\(\); }\); }\); ) >> endobj 34 0 obj << /Type /FontDescriptor /Flags 32 /FontName /SUBAAF+DejaVuSans /StemV 70 /Ascent 928 /CapHeight 928 /Descent -236 /FontBBox [-1021 -463 1793 1232] /ItalicAngle 0 /FontFile2 35 0 R >> endobj 35 0 obj << /Filter /FlateDecode /Length1 1116 /Length 665 >> stream xRMHa~ogן66DQSK+ Pww\mgws7:DAѩSN"RdPPn3=3.5;~; ẍbk++O]qp-5FC2{ 'nePq-A~2ҐԋQr}"1ob1@~|,-UPҰbhy|PNepWp/uj\eG8yٜ͛+HGR(߲A{serpīRz%7,qm쬭v5y +? wݤ:f骠 NR,Y1iǏ#ݕrڎ)ms'Q[εVaS"Qp۴T[ a[5yYZgO1uO*xv#+`qUXG؇!$RHcӘO;Ʃq,2i`/I[ [ǕWc1{fRYSJS8iؓ`M!b0nSb^HK45Ng ݟ>Kxކܳ~SjX.F%dP<ׅӷHz0+4U HEH:)ok+/QtCw-dĒ~] endstream endobj xref 0 36 0000000000 65535 f 0000000009 00000 n 0000000088 00000 n 0000000134 00000 n 0000000397 00000 n 0000000426 00000 n 0000000575 00000 n 0000000678 00000 n 0000001625 00000 n 0000001734 00000 n 0000001842 00000 n 0000001950 00000 n 0000002063 00000 n 0000002207 00000 n 0000002603 00000 n 0000002787 00000 n 0000002856 00000 n 0000002976 00000 n 0000003005 00000 n 0000003034 00000 n 0000003063 00000 n 0000003092 00000 n 0000003121 00000 n 0000003150 00000 n 0000003209 00000 n 0000003268 00000 n 0000003325 00000 n 0000003382 00000 n 0000003434 00000 n 0000009545 00000 n 0000009586 00000 n 0000009786 00000 n 0000010538 00000 n 0000010590 00000 n 0000016701 00000 n 0000016901 00000 n trailer << /Size 36 /Root 1 0 R /Info 5 0 R /ID[<00890cac1ff4f0945575e632d26c5600><00890cac1ff4f0945575e632d26c5600>] >> startxref 17653 %%EOF Book Now - Hotel Nova Bliss Rajkot

Book Now

Room 1
Scroll to Top
Call Now