File size: 71,425 Bytes
6b05ec6 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 | <!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/x-icon" href="#assets/favicon-J0l7GaVX.ico">
<link rel="stylesheet" href="./bootstrap.min.css">
<link rel="stylesheet" href="./splide-core.min.css">
<link rel="stylesheet" href="./style.css">
<script async="" src="./js"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
window.dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-VPSDW6SJ1R');
</script>
<script type="module" crossorigin="" src="./index-F5WT36De.js.download"></script>
<link rel="modulepreload" crossorigin="" href="#assets/vendor-cmBE5m_Z.js">
<link rel="stylesheet" crossorigin="" href="./vendor-lLp2K3PI.css">
<title>StudentAdda | 1 LAKH+ OPTION TO EXPLORE FROM AT</title>
<meta name="description" content="India Ka Apna Hostel Booking Platform" data-react-helmet="true">
<meta property="og:image" content="" data-react-helmet="true">
</head>
<body>
<div id="root">
<nav class="navbar">
<div class="container">
<div class="nav_content">
<div class="brand_id mobile_logo"><a href="#"><img src="./images/logo-default.svg" alt="StudentAdda logo"></a>
</div>
<div class="nav_content_group">
<div class="left_items">
<div class="brand_id"><a href="#"><img src="./images/logo-default.svg" alt="StudentAdda logo"></a></div>
<div class="nav_links">
<ul>
<li><a href="#budApp">For Students</a></li>
<li><a href="#lordApp">For Property Owner</a></li>
<li><a href="#healthy">Student Adda Healthy <span class="newHeader">New</span></a></li>
</ul>
</div>
</div>
<div class="right_items">
<div class="nav_links buttons">
<ul>
<li><a class="contact" href="tel:+919648531091"><span><svg width="20" height="20" viewBox="0 0 20 20"
fill="#3A3B4F" xmlns="http://www.w3.org/2000/svg">
<path
d="M16.625 17.5C14.8889 17.5 13.1736 17.1214 11.4792 16.3642C9.78472 15.6069 8.24306 14.5342 6.85417 13.1458C5.46528 11.7569 4.3925 10.2153 3.63583 8.52083C2.87917 6.82639 2.50056 5.11111 2.5 3.375C2.5 3.125 2.58333 2.91667 2.75 2.75C2.91667 2.58333 3.125 2.5 3.375 2.5H6.75C6.94444 2.5 7.11806 2.56611 7.27083 2.69833C7.42361 2.83056 7.51389 2.98667 7.54167 3.16667L8.08333 6.08333C8.11111 6.30556 8.10417 6.49306 8.0625 6.64583C8.02083 6.79861 7.94444 6.93056 7.83333 7.04167L5.8125 9.08333C6.09028 9.59722 6.42 10.0936 6.80167 10.5725C7.18333 11.0514 7.60361 11.5133 8.0625 11.9583C8.49306 12.3889 8.94444 12.7883 9.41667 13.1567C9.88889 13.525 10.3889 13.8617 10.9167 14.1667L12.875 12.2083C13 12.0833 13.1633 11.9894 13.365 11.9267C13.5667 11.8639 13.7644 11.8467 13.9583 11.875L16.8333 12.4583C17.0278 12.5139 17.1875 12.6147 17.3125 12.7608C17.4375 12.9069 17.5 13.07 17.5 13.25V16.625C17.5 16.875 17.4167 17.0833 17.25 17.25C17.0833 17.4167 16.875 17.5 16.625 17.5Z">
</path>
</svg></span>Call Us</a></li>
<li><a class="btn_grey button" href="#property-owner">List Your Property</a>
</li>
<li><a class="btn_primary button text-white" href="#signin">Log In</a></li>
</ul>
</div>
</div>
</div>
<div class="burger_menu"><span class="line line1"></span><span class="line line2"></span><span
class="line line3"></span></div>
</div>
</div>
</nav>
<div class="main home_page">
<section class="hero_slider">
<div class="container cont_big">
<div class="hero_content">
<div class="left">
<h1 class="h1 mt-5">
<div class="" style="display: flex; padding: 5px; align-items: flex-start; gap: 10px;">
<p class="mt-5">🏆</p>
<span class="ms-3 me-3 mt-5">2024 Winner</span><img src="./images/designs/ggv_ideathon_logo.png"
alt="shank_tank" style="width: 90px; height: 70px; transform: rotate(-10.03deg); flex-shrink: 0;">
</div>
</h1>
<h1 class="hero_title">India Ka Apna Hostel Booking <span class="icon">Platform <img
src="./images/designs/smile.svg" alt=""></span>
</h1>
<p class="desc">100% Refund On Cancellation. Zero Brokerage. No Hidden Charges.</p>
<form class="search" style="border-radius: 8px;">
<div class="search_dropdown"><label for="type" class="label">Property Type</label>
<div class="dropdown dropdown_filter"><button id="type" type="button" class="dropdown-toggle"
data-bs-toggle="dropdown" aria-expanded="false" data-bs-auto-close="outside">Select</button>
<div class="dropdown-menu dropdown_filter_content">
<div class="form_check row">
<div class="col-md-12 mb-3"><input type="radio" name="type" class="form-check-input"
id="Hostal"><label class="form-check-label" for="Hostal">Hostel</label><br></div>
<div class="col-md-12 mb-3"><input type="radio" name="type" class="form-check-input"
id="PG"><label class="form-check-label" for="PG">PG</label> <br></div>
</div>
</div>
</div>
</div>
<div class="form_control"><label for="search" class="label">Search By City, Location, Property</label>
<div class="d-flex"><input id="search" placeholder="Enter the city, college or property" type="text"
value=""><button class="searchBarIcon" disabled=""><svg width="14" height="14" viewBox="0 0 14 14"
fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M10.9881 9.90274L13.8432 12.7579L12.9004 13.7007L10.0453 10.8455C9.01871 11.6669 7.71678 12.1582 6.30078 12.1582C2.98878 12.1582 0.300781 9.4702 0.300781 6.1582C0.300781 2.8462 2.98878 0.158203 6.30078 0.158203C9.61278 0.158203 12.3008 2.8462 12.3008 6.1582C12.3008 7.5742 11.8094 8.87614 10.9881 9.90274ZM9.65058 9.40807C10.4658 8.56794 10.9674 7.42194 10.9674 6.1582C10.9674 3.57987 8.87911 1.49154 6.30078 1.49154C3.72245 1.49154 1.63411 3.57987 1.63411 6.1582C1.63411 8.73654 3.72245 10.8249 6.30078 10.8249C7.56451 10.8249 8.71051 10.3232 9.55065 9.508L9.65058 9.40807Z"
fill="#3A3B4F"></path>
</svg></button></div>
</div>
</form>
<p class="down_info"><span>Get Student Adda app now to get exclusive offers. INSTALL NOW!</span></p>
<p class="mt-5 d-flex"><a href="https://apps.apple.com/in/app/" target="_blank" class="store me-5"
rel="noopener noreferrer"><img src="./images/app-store2.png" alt=""></a><a
href="https://play.google.com/store/apps/details?id=#" target="_blank" class="store"
rel="noopener noreferrer"><img src="./images/play-store2.png" alt=""></a></p>
</div>
<div class="right">
<div class="image"><img src="./images/hero_img.png" alt=""></div>
</div>
</div>
<div class="row" style="margin-top: 100px;">
<div class="col-md-4">
<div class="overflow-hidden h-100"
style="border-radius: 24px; background-image: linear-gradient(rgb(1, 21, 38, 0.8) 0%, rgba(1, 21, 38, 0.4) 36%, rgba(1, 19, 35, 0) 100%), url("./images/c2c.jpg"); background-size: cover;">
<h4 class="text-white mt-4 ms-4 h1 w-100">Student Adda promoting its services <i
style="font-weight: 300;">C-to-C</i> 🤩</h4>
</div>
</div>
<div class="col-md-4">
<div class="overflow-hidden h-100" style="border-radius: 24px; background-color: rgb(0, 17, 33);">
<img src="./images/ggv_ideathon.jpg" alt="" width="120%">
</div>
</div>
<div class="col-md-4">
<div class="overflow-hidden h-100" style="border-radius: 24px; background-color: rgb(0, 17, 33);">
<video width="100%" height="100%" controls="" loop="" autoplay="" muted="">
<source src="/ggv_ideathon.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>
</div>
</div>
</div>
<div class="hero_shape"><img src="./images/designs/home_shape1.svg" alt=""></div>
</section>
<section class="counter_up">
<div class="container">
<div class="counter_content">
<div class="top">
<h2 class="counter_title">You got options to choose from ✌🏻</h2>
</div>
<div class="counter">
<div class="count">
<div class="number">
<div class="icon"><img src="./images/designs/map.svg" alt=""></div>
<span>3+</span>
</div>
<p>cities covered</p>
</div>
<div class="count">
<div class="number">
<div class="icon"><img src="./images/designs/hotel.svg" alt=""></div>
<span>220+</span>
</div>
<p>hostel onboarded</p>
</div>
<div class="count">
<div class="number">
<div class="icon"><img src="./images/designs.home-bed.svg" alt="">
</div><span>1.5k+</span>
</div>
<p>beds available</p>
</div>
</div>
</div>
</div>
</section>
<section class="step_booking introduction_homv">
<div class="container">
<div class="step_book_content">
<div class="left">
<div class="image"><a href="##"><img src="./images/studentadda-introduction.png" alt=""></a>
</div>
</div>
<div class="right">
<h5 class="healthy-home text-start"><svg xmlns="http://www.w3.org/2000/svg" width="17" height="16"
viewBox="0 0 17 16" fill="none">
<path
d="M5.83398 1.00065C5.83398 0.632461 5.5355 0.333984 5.16732 0.333984C4.79913 0.333984 4.50065 0.632461 4.50065 1.00065V1.66732C4.50065 1.67189 4.50093 1.67588 4.50119 1.6796C4.50322 1.7086 4.50409 1.72107 4.36258 1.86258L4.34916 1.87597C4.17131 2.0534 3.83398 2.38992 3.83398 3.00065V3.66732C3.83398 4.0355 4.13246 4.33398 4.50065 4.33398C4.86884 4.33398 5.16732 4.0355 5.16732 3.66732V3.00065C5.16732 2.99608 5.16704 2.99208 5.16678 2.98836C5.16475 2.95936 5.16388 2.9469 5.30539 2.80539L5.3188 2.792C5.49666 2.61457 5.83398 2.27804 5.83398 1.66732V1.00065ZM1.83398 6.00065C1.83398 5.63246 2.13246 5.33398 2.50065 5.33398H14.5007C14.8689 5.33398 15.1673 5.63246 15.1673 6.00065V6.66732C15.1673 9.40105 13.5219 11.7505 11.1673 12.7793V13.334C11.1673 13.7022 10.8689 14.0007 10.5007 14.0007H6.50065C6.13246 14.0007 5.83398 13.7022 5.83398 13.334V12.7793C3.47944 11.7505 1.83398 9.40105 1.83398 6.66732V6.00065ZM12.5007 0.333984C12.8689 0.333984 13.1673 0.632461 13.1673 1.00065V1.66732C13.1673 2.27804 12.83 2.61457 12.6521 2.792L12.6387 2.80539C12.4972 2.9469 12.4981 2.95936 12.5001 2.98836C12.5004 2.99208 12.5007 2.99608 12.5007 3.00065V3.66732C12.5007 4.0355 12.2022 4.33398 11.834 4.33398C11.4658 4.33398 11.1673 4.0355 11.1673 3.66732V3.00065C11.1673 2.38992 11.5047 2.0534 11.6825 1.87597L11.6959 1.86258C11.8375 1.72107 11.8365 1.7086 11.8345 1.6796C11.8342 1.67588 11.834 1.67189 11.834 1.66732V1.00065C11.834 0.632461 12.1325 0.333984 12.5007 0.333984ZM9.50065 1.00065C9.50065 0.632461 9.20218 0.333984 8.83398 0.333984C8.46578 0.333984 8.16732 0.632461 8.16732 1.00065V1.66732C8.16732 1.67189 8.16758 1.67588 8.16785 1.6796C8.16985 1.7086 8.17078 1.72107 8.02925 1.86258L8.01585 1.87597C7.83798 2.0534 7.50065 2.38992 7.50065 3.00065V3.66732C7.50065 4.0355 7.79912 4.33398 8.16732 4.33398C8.53552 4.33398 8.83398 4.0355 8.83398 3.66732V3.00065C8.83398 2.99608 8.83372 2.99208 8.83345 2.98836C8.83145 2.95936 8.83052 2.9469 8.97205 2.80539L8.98545 2.792C9.16332 2.61457 9.50065 2.27804 9.50065 1.66732V1.00065Z"
fill="#1EA83C"></path>
</svg>
<div class="healthy-counter-text"> <span class="healthy-counter">250510+</span> Meals Delivered</div>
</h5>
<h5>No more bad hostel ka khana.</h5>
<h2>Introducing <br> Student Adda Healthy <span class="new">New</span></h2>
<p>Get healthy tasty food at your hostel with Student Adda Healthy.</p>
<div class="d-flex"><a href="tel:+919648531091" class="btn_primary me-4">Call Now</a><a
class="btn_primary" href="#healthy"
style="background-color: rgb(255, 255, 255); color: rgb(41, 73, 202); border: 2px solid;">More
Info</a></div>
</div>
</div>
</div>
</section>
<section class="step_booking">
<div class="container">
<div class="step_book_content">
<div class="left">
<div class="image"><img src="./images/step_img.gif" alt="" style="border-radius: 3rem; width: 600px;">
</div>
</div>
<div class="right">
<h5>3 steps booking</h5>
<h2>Hostel Booking Is Easy With Student Adda <img src="./images/designs/featured_on.svg" alt=""></h2>
<ol>
<li>Search Accommodations Online at your comfort.</li>
<li>Book Or Reserve Online among 1.5k+ options.</li>
<li>Pay Online At Ease through Student Adda.</li>
</ol><a class="btn_primary" href="#">Let’s begin the hunt<span class="icon"><svg width="16" height="16"
viewBox="0 0 16 16" fill="white" xmlns="http://www.w3.org/2000/svg">
<path
d="M10.781 7.33327L7.20503 3.75726L8.14783 2.81445L13.3333 7.99993L8.14783 13.1853L7.20503 12.2425L10.781 8.6666H2.66663V7.33327H10.781Z">
</path>
</svg></span></a>
</div>
</div>
</div>
</section>
<section class="lord_app app_section" id="lordApp">
<div class="container cont_big">
<div class="content">
<div class="left">
<h2>Lord App <span class="badge">FOR LANDLORDS</span></h2>
<div class="desc_group">
<div class="sec">
<div class="icon"><img src="./images/lord/lord-1.svg" alt=""></div>
<div class="info">
<h4>Paperless tenant check-in & KYC</h4>
<p>Offer a paperless onboarding to your tenants by collecting KYC Documents and more digitally.</p>
</div>
</div>
<div class="sec">
<div class="icon"><img src="./images/lord/lord-2.svg" alt=""></div>
<div class="info">
<h4>Easily timely rent collection and much more all digitally.</h4>
<p>Keep track on complaints, rents collection and your bed vacancies all digitally.</p>
</div>
</div>
<div class="sec">
<div class="icon"><img src="./images/lord/lord-3.svg" alt=""></div>
<div class="info">
<h4>Set your business on autopilot mode</h4>
<p>Add manager for your property and supervise from anywhere and everywhere.</p>
</div>
</div>
</div>
<div class="d-flex"><a href="https://apps.apple.com/in/app/" target="_block" class="me-2"><img
src="./images/app-store.png" alt=""></a><a href="https://play.google.com/store/apps/details?id="
target="_block"><img src="./images/play-store.png" alt=""></a>
</div>
</div>
<div class="right">
<div class="image"><img src="./images/lord/lord_img.png" alt=""></div>
</div>
</div>
</div>
</section>
<section class="feature_on">
<div class="container cont_big">
<h2>We Got Featured On <span class="icon"><img src="./featured_on.svg" alt=""></span>
</h2>
<div class="content">
<div class="image"><img src="./images/news/logo1.png" alt="Dainik Bhaskar"></div>
<div class="image"><img src="./images/news/logo2.png" alt="Hari Bhoomi"></div>
<div class="image"><img src="./images/news/logo3.png" alt="Nai Dunia"></div>
<div class="image"><img src="./images/news/logo4.png" alt="Amar Ujala"></div>
</div>
</div>
</section>
<section class="buddies_app app_section" id="budApp">
<div class="container cont_big">
<div class="content">
<div class="left">
<h2>Buddies App <span class="badge">FOR TENANTS</span></h2>
<div class="desc_group">
<div class="sec">
<div class="icon"><img src="./images/buddies/buddies-1.svg" alt="">
</div>
<div class="info">
<h4>Pay your rent with ease</h4>
<p>Pay your digitally with ease. Get reminded every month so that you don’t miss the date</p>
</div>
</div>
<div class="sec">
<div class="icon"><img src="./images/buddies/buddies-2.svg" alt="">
</div>
<div class="info">
<h4>Explore & find like minded people</h4>
<p>You don’t have to compromise on your social life in new city. Explore communities and find people
who share your interest with Student Adda.</p>
</div>
</div>
<div class="sec">
<div class="icon"><img src="./images/buddies/buddies-3.svg" alt="">
</div>
<div class="info">
<h4>Got convenience for your hassel free stay</h4>
<p>Awesome convenience features like digital service request, outpass, food polls and more.</p>
</div>
</div>
</div>
<div class="d-flex"><a href="https://apps.apple.com/in/app/" target="_block" class="me-2"><img
src="./images/app-store.png" alt=""></a><a href="https://play.google.com/store/apps/details?id="
target="_block"><img src="./images/play-store.png" alt=""></a>
</div>
</div>
<div class="right">
<div class="image"><img src="./images/buddies/buddies_img.png" alt="">
</div>
</div>
</div>
</div>
</section>
<section class="customer_review">
<div class="container cont_big">
<div class="review_content">
<div class="heading">
<h2>Words from our Customers <span class="icon"><img src="./images/designs/review.svg" alt=""></span>
</h2>
</div>
<div class="review_cont">
<div class="owl-carousel owl-carousel owl-theme owl-loaded owl-drag">
<div class="owl-stage-outer">
<div class="owl-stage"
style="transform: translate3d(-1233px, 0px, 0px); transition: all; width: 3700px;">
<div class="owl-item cloned" style="width: 401.11px; margin-right: 10px;">
<div class="item">
<div class="review_text">
<p>"My parents were scared about sending me alone to Bilaspur. The most important issue was
the
quality of food and safety issue. After we found Student Adda, everything became clearer and
they helped me find the safest hostel with delicious food"</p>
<div class="star_group"><svg width="24" height="24" viewBox="0 0 24 24" fill="#FFAB31"
xmlns="http://www.w3.org/2000/svg">
<path
d="M4.74276 23.165L6.65256 14.9087L0.247375 9.35562L8.70927 8.62108L12 0.834961L15.2907 8.62108L23.7526 9.35562L17.3475 14.9087L19.2573 23.165L12 18.7871L4.74276 23.165Z">
</path>
</svg><svg width="24" height="24" viewBox="0 0 24 24" fill="#FFAB31"
xmlns="http://www.w3.org/2000/svg">
<path
d="M4.74276 23.165L6.65256 14.9087L0.247375 9.35562L8.70927 8.62108L12 0.834961L15.2907 8.62108L23.7526 9.35562L17.3475 14.9087L19.2573 23.165L12 18.7871L4.74276 23.165Z">
</path>
</svg><svg width="24" height="24" viewBox="0 0 24 24" fill="#FFAB31"
xmlns="http://www.w3.org/2000/svg">
<path
d="M4.74276 23.165L6.65256 14.9087L0.247375 9.35562L8.70927 8.62108L12 0.834961L15.2907 8.62108L23.7526 9.35562L17.3475 14.9087L19.2573 23.165L12 18.7871L4.74276 23.165Z">
</path>
</svg><svg width="24" height="24" viewBox="0 0 24 24" fill="#FFAB31"
xmlns="http://www.w3.org/2000/svg">
<path
d="M4.74276 23.165L6.65256 14.9087L0.247375 9.35562L8.70927 8.62108L12 0.834961L15.2907 8.62108L23.7526 9.35562L17.3475 14.9087L19.2573 23.165L12 18.7871L4.74276 23.165Z">
</path>
</svg><svg width="24" height="24" viewBox="0 0 24 24" fill="#B9C7D2"
xmlns="http://www.w3.org/2000/svg">
<path
d="M4.74276 23.165L6.65256 14.9087L0.247375 9.35562L8.70927 8.62108L12 0.834961L15.2907 8.62108L23.7526 9.35562L17.3475 14.9087L19.2573 23.165L12 18.7871L4.74276 23.165Z">
</path>
</svg></div>
</div>
<div class="user">
<div class="image"><img class="img-fluid" src="./user1.jpg" alt=""></div>
<div class="name_tit">
<h5>Shaili K. Priya</h5>
<h6>Bilaspur</h6>
</div>
</div>
</div>
</div>
<div class="owl-item cloned" style="width: 401.11px; margin-right: 10px;">
<div class="item">
<div class="review_text">
<p>"I had joined UPES late and had come pretty far from home, Kerela. I was in a great deal of
confusion about where to stay as mostly all good hostel were filled. Student Adda still
managed to find the best hostel at that point in time. I guess I was lucky."</p>
<div class="star_group"><svg width="24" height="24" viewBox="0 0 24 24" fill="#FFAB31"
xmlns="http://www.w3.org/2000/svg">
<path
d="M4.74276 23.165L6.65256 14.9087L0.247375 9.35562L8.70927 8.62108L12 0.834961L15.2907 8.62108L23.7526 9.35562L17.3475 14.9087L19.2573 23.165L12 18.7871L4.74276 23.165Z">
</path>
</svg><svg width="24" height="24" viewBox="0 0 24 24" fill="#FFAB31"
xmlns="http://www.w3.org/2000/svg">
<path
d="M4.74276 23.165L6.65256 14.9087L0.247375 9.35562L8.70927 8.62108L12 0.834961L15.2907 8.62108L23.7526 9.35562L17.3475 14.9087L19.2573 23.165L12 18.7871L4.74276 23.165Z">
</path>
</svg><svg width="24" height="24" viewBox="0 0 24 24" fill="#FFAB31"
xmlns="http://www.w3.org/2000/svg">
<path
d="M4.74276 23.165L6.65256 14.9087L0.247375 9.35562L8.70927 8.62108L12 0.834961L15.2907 8.62108L23.7526 9.35562L17.3475 14.9087L19.2573 23.165L12 18.7871L4.74276 23.165Z">
</path>
</svg><svg width="24" height="24" viewBox="0 0 24 24" fill="#FFAB31"
xmlns="http://www.w3.org/2000/svg">
<path
d="M4.74276 23.165L6.65256 14.9087L0.247375 9.35562L8.70927 8.62108L12 0.834961L15.2907 8.62108L23.7526 9.35562L17.3475 14.9087L19.2573 23.165L12 18.7871L4.74276 23.165Z">
</path>
</svg><svg width="24" height="24" viewBox="0 0 24 24" fill="#B9C7D2"
xmlns="http://www.w3.org/2000/svg">
<path
d="M4.74276 23.165L6.65256 14.9087L0.247375 9.35562L8.70927 8.62108L12 0.834961L15.2907 8.62108L23.7526 9.35562L17.3475 14.9087L19.2573 23.165L12 18.7871L4.74276 23.165Z">
</path>
</svg></div>
</div>
<div class="user">
<div class="image"><img class="img-fluid" src="./user2.jpg" alt=""></div>
<div class="name_tit">
<h5>Abraham George</h5>
<h6>Bilaspur</h6>
</div>
</div>
</div>
</div>
<div class="owl-item cloned" style="width: 401.11px; margin-right: 10px;">
<div class="item">
<div class="review_text">
<p>"Student Adda is THE brand for students who are looking for hostels, PGs or flats. Their
assistance is world class and discounts are much needed relief. they provides kind of
hostels which we never find on other site."</p>
<div class="star_group"><svg width="24" height="24" viewBox="0 0 24 24" fill="#FFAB31"
xmlns="http://www.w3.org/2000/svg">
<path
d="M4.74276 23.165L6.65256 14.9087L0.247375 9.35562L8.70927 8.62108L12 0.834961L15.2907 8.62108L23.7526 9.35562L17.3475 14.9087L19.2573 23.165L12 18.7871L4.74276 23.165Z">
</path>
</svg><svg width="24" height="24" viewBox="0 0 24 24" fill="#FFAB31"
xmlns="http://www.w3.org/2000/svg">
<path
d="M4.74276 23.165L6.65256 14.9087L0.247375 9.35562L8.70927 8.62108L12 0.834961L15.2907 8.62108L23.7526 9.35562L17.3475 14.9087L19.2573 23.165L12 18.7871L4.74276 23.165Z">
</path>
</svg><svg width="24" height="24" viewBox="0 0 24 24" fill="#FFAB31"
xmlns="http://www.w3.org/2000/svg">
<path
d="M4.74276 23.165L6.65256 14.9087L0.247375 9.35562L8.70927 8.62108L12 0.834961L15.2907 8.62108L23.7526 9.35562L17.3475 14.9087L19.2573 23.165L12 18.7871L4.74276 23.165Z">
</path>
</svg><svg width="24" height="24" viewBox="0 0 24 24" fill="#FFAB31"
xmlns="http://www.w3.org/2000/svg">
<path
d="M4.74276 23.165L6.65256 14.9087L0.247375 9.35562L8.70927 8.62108L12 0.834961L15.2907 8.62108L23.7526 9.35562L17.3475 14.9087L19.2573 23.165L12 18.7871L4.74276 23.165Z">
</path>
</svg><svg width="24" height="24" viewBox="0 0 24 24" fill="#B9C7D2"
xmlns="http://www.w3.org/2000/svg">
<path
d="M4.74276 23.165L6.65256 14.9087L0.247375 9.35562L8.70927 8.62108L12 0.834961L15.2907 8.62108L23.7526 9.35562L17.3475 14.9087L19.2573 23.165L12 18.7871L4.74276 23.165Z">
</path>
</svg></div>
</div>
<div class="user">
<div class="image"><img class="img-fluid" src="./images/users/user3.jpg" alt="">
</div>
<div class="name_tit">
<h5>Rishabh Ranjan</h5>
<h6>Bilaspur</h6>
</div>
</div>
</div>
</div>
<div class="owl-item active" style="width: 401.11px; margin-right: 10px;">
<div class="item">
<div class="review_text">
<p>"My parents were scared about sending me alone to Bilaspur. The most important issue was
the
quality of food and safety issue. After we found Student Adda, everything became clearer and
they helped me find the safest hostel with delicious food"</p>
<div class="star_group"><svg width="24" height="24" viewBox="0 0 24 24" fill="#FFAB31"
xmlns="http://www.w3.org/2000/svg">
<path
d="M4.74276 23.165L6.65256 14.9087L0.247375 9.35562L8.70927 8.62108L12 0.834961L15.2907 8.62108L23.7526 9.35562L17.3475 14.9087L19.2573 23.165L12 18.7871L4.74276 23.165Z">
</path>
</svg><svg width="24" height="24" viewBox="0 0 24 24" fill="#FFAB31"
xmlns="http://www.w3.org/2000/svg">
<path
d="M4.74276 23.165L6.65256 14.9087L0.247375 9.35562L8.70927 8.62108L12 0.834961L15.2907 8.62108L23.7526 9.35562L17.3475 14.9087L19.2573 23.165L12 18.7871L4.74276 23.165Z">
</path>
</svg><svg width="24" height="24" viewBox="0 0 24 24" fill="#FFAB31"
xmlns="http://www.w3.org/2000/svg">
<path
d="M4.74276 23.165L6.65256 14.9087L0.247375 9.35562L8.70927 8.62108L12 0.834961L15.2907 8.62108L23.7526 9.35562L17.3475 14.9087L19.2573 23.165L12 18.7871L4.74276 23.165Z">
</path>
</svg><svg width="24" height="24" viewBox="0 0 24 24" fill="#FFAB31"
xmlns="http://www.w3.org/2000/svg">
<path
d="M4.74276 23.165L6.65256 14.9087L0.247375 9.35562L8.70927 8.62108L12 0.834961L15.2907 8.62108L23.7526 9.35562L17.3475 14.9087L19.2573 23.165L12 18.7871L4.74276 23.165Z">
</path>
</svg><svg width="24" height="24" viewBox="0 0 24 24" fill="#B9C7D2"
xmlns="http://www.w3.org/2000/svg">
<path
d="M4.74276 23.165L6.65256 14.9087L0.247375 9.35562L8.70927 8.62108L12 0.834961L15.2907 8.62108L23.7526 9.35562L17.3475 14.9087L19.2573 23.165L12 18.7871L4.74276 23.165Z">
</path>
</svg></div>
</div>
<div class="user">
<div class="image"><img class="img-fluid" src="./images/users/user1.jpg" alt="">
</div>
<div class="name_tit">
<h5>Shaili K. Priya</h5>
<h6>Bilaspur</h6>
</div>
</div>
</div>
</div>
<div class="owl-item active" style="width: 401.11px; margin-right: 10px;">
<div class="item">
<div class="review_text">
<p>"I had joined UPES late and had come pretty far from home, Kerela. I was in a great deal of
confusion about where to stay as mostly all good hostel were filled. Student Adda still
managed to find the best hostel at that point in time. I guess I was lucky."</p>
<div class="star_group"><svg width="24" height="24" viewBox="0 0 24 24" fill="#FFAB31"
xmlns="http://www.w3.org/2000/svg">
<path
d="M4.74276 23.165L6.65256 14.9087L0.247375 9.35562L8.70927 8.62108L12 0.834961L15.2907 8.62108L23.7526 9.35562L17.3475 14.9087L19.2573 23.165L12 18.7871L4.74276 23.165Z">
</path>
</svg><svg width="24" height="24" viewBox="0 0 24 24" fill="#FFAB31"
xmlns="http://www.w3.org/2000/svg">
<path
d="M4.74276 23.165L6.65256 14.9087L0.247375 9.35562L8.70927 8.62108L12 0.834961L15.2907 8.62108L23.7526 9.35562L17.3475 14.9087L19.2573 23.165L12 18.7871L4.74276 23.165Z">
</path>
</svg><svg width="24" height="24" viewBox="0 0 24 24" fill="#FFAB31"
xmlns="http://www.w3.org/2000/svg">
<path
d="M4.74276 23.165L6.65256 14.9087L0.247375 9.35562L8.70927 8.62108L12 0.834961L15.2907 8.62108L23.7526 9.35562L17.3475 14.9087L19.2573 23.165L12 18.7871L4.74276 23.165Z">
</path>
</svg><svg width="24" height="24" viewBox="0 0 24 24" fill="#FFAB31"
xmlns="http://www.w3.org/2000/svg">
<path
d="M4.74276 23.165L6.65256 14.9087L0.247375 9.35562L8.70927 8.62108L12 0.834961L15.2907 8.62108L23.7526 9.35562L17.3475 14.9087L19.2573 23.165L12 18.7871L4.74276 23.165Z">
</path>
</svg><svg width="24" height="24" viewBox="0 0 24 24" fill="#B9C7D2"
xmlns="http://www.w3.org/2000/svg">
<path
d="M4.74276 23.165L6.65256 14.9087L0.247375 9.35562L8.70927 8.62108L12 0.834961L15.2907 8.62108L23.7526 9.35562L17.3475 14.9087L19.2573 23.165L12 18.7871L4.74276 23.165Z">
</path>
</svg></div>
</div>
<div class="user">
<div class="image"><img class="img-fluid" src="./images/users/user2.jpg" alt="">
</div>
<div class="name_tit">
<h5>Abraham George</h5>
<h6>Bilaspur</h6>
</div>
</div>
</div>
</div>
<div class="owl-item active" style="width: 401.11px; margin-right: 10px;">
<div class="item">
<div class="review_text">
<p>"Student Adda is THE brand for students who are looking for hostels, PGs or flats. Their
assistance is world class and discounts are much needed relief. they provides kind of
hostels which we never find on other site."</p>
<div class="star_group"><svg width="24" height="24" viewBox="0 0 24 24" fill="#FFAB31"
xmlns="http://www.w3.org/2000/svg">
<path
d="M4.74276 23.165L6.65256 14.9087L0.247375 9.35562L8.70927 8.62108L12 0.834961L15.2907 8.62108L23.7526 9.35562L17.3475 14.9087L19.2573 23.165L12 18.7871L4.74276 23.165Z">
</path>
</svg><svg width="24" height="24" viewBox="0 0 24 24" fill="#FFAB31"
xmlns="http://www.w3.org/2000/svg">
<path
d="M4.74276 23.165L6.65256 14.9087L0.247375 9.35562L8.70927 8.62108L12 0.834961L15.2907 8.62108L23.7526 9.35562L17.3475 14.9087L19.2573 23.165L12 18.7871L4.74276 23.165Z">
</path>
</svg><svg width="24" height="24" viewBox="0 0 24 24" fill="#FFAB31"
xmlns="http://www.w3.org/2000/svg">
<path
d="M4.74276 23.165L6.65256 14.9087L0.247375 9.35562L8.70927 8.62108L12 0.834961L15.2907 8.62108L23.7526 9.35562L17.3475 14.9087L19.2573 23.165L12 18.7871L4.74276 23.165Z">
</path>
</svg><svg width="24" height="24" viewBox="0 0 24 24" fill="#FFAB31"
xmlns="http://www.w3.org/2000/svg">
<path
d="M4.74276 23.165L6.65256 14.9087L0.247375 9.35562L8.70927 8.62108L12 0.834961L15.2907 8.62108L23.7526 9.35562L17.3475 14.9087L19.2573 23.165L12 18.7871L4.74276 23.165Z">
</path>
</svg><svg width="24" height="24" viewBox="0 0 24 24" fill="#B9C7D2"
xmlns="http://www.w3.org/2000/svg">
<path
d="M4.74276 23.165L6.65256 14.9087L0.247375 9.35562L8.70927 8.62108L12 0.834961L15.2907 8.62108L23.7526 9.35562L17.3475 14.9087L19.2573 23.165L12 18.7871L4.74276 23.165Z">
</path>
</svg></div>
</div>
<div class="user">
<div class="image"><img class="img-fluid" src="./images/users/user3.jpg" alt="">
</div>
<div class="name_tit">
<h5>Rishabh Ranjan</h5>
<h6>Bilaspur</h6>
</div>
</div>
</div>
</div>
<div class="owl-item cloned" style="width: 401.11px; margin-right: 10px;">
<div class="item">
<div class="review_text">
<p>"My parents were scared about sending me alone to Bilaspur. The most important issue was
the
quality of food and safety issue. After we found Student Adda, everything became clearer and
they helped me find the safest hostel with delicious food"</p>
<div class="star_group"><svg width="24" height="24" viewBox="0 0 24 24" fill="#FFAB31"
xmlns="http://www.w3.org/2000/svg">
<path
d="M4.74276 23.165L6.65256 14.9087L0.247375 9.35562L8.70927 8.62108L12 0.834961L15.2907 8.62108L23.7526 9.35562L17.3475 14.9087L19.2573 23.165L12 18.7871L4.74276 23.165Z">
</path>
</svg><svg width="24" height="24" viewBox="0 0 24 24" fill="#FFAB31"
xmlns="http://www.w3.org/2000/svg">
<path
d="M4.74276 23.165L6.65256 14.9087L0.247375 9.35562L8.70927 8.62108L12 0.834961L15.2907 8.62108L23.7526 9.35562L17.3475 14.9087L19.2573 23.165L12 18.7871L4.74276 23.165Z">
</path>
</svg><svg width="24" height="24" viewBox="0 0 24 24" fill="#FFAB31"
xmlns="http://www.w3.org/2000/svg">
<path
d="M4.74276 23.165L6.65256 14.9087L0.247375 9.35562L8.70927 8.62108L12 0.834961L15.2907 8.62108L23.7526 9.35562L17.3475 14.9087L19.2573 23.165L12 18.7871L4.74276 23.165Z">
</path>
</svg><svg width="24" height="24" viewBox="0 0 24 24" fill="#FFAB31"
xmlns="http://www.w3.org/2000/svg">
<path
d="M4.74276 23.165L6.65256 14.9087L0.247375 9.35562L8.70927 8.62108L12 0.834961L15.2907 8.62108L23.7526 9.35562L17.3475 14.9087L19.2573 23.165L12 18.7871L4.74276 23.165Z">
</path>
</svg><svg width="24" height="24" viewBox="0 0 24 24" fill="#B9C7D2"
xmlns="http://www.w3.org/2000/svg">
<path
d="M4.74276 23.165L6.65256 14.9087L0.247375 9.35562L8.70927 8.62108L12 0.834961L15.2907 8.62108L23.7526 9.35562L17.3475 14.9087L19.2573 23.165L12 18.7871L4.74276 23.165Z">
</path>
</svg></div>
</div>
<div class="user">
<div class="image"><img class="img-fluid" src="./images/users/user3.jpg" alt="">
</div>
<div class="name_tit">
<h5>Shaili K. Priya</h5>
<h6>Bilaspur</h6>
</div>
</div>
</div>
</div>
<div class="owl-item cloned" style="width: 401.11px; margin-right: 10px;">
<div class="item">
<div class="review_text">
<p>"I had joined UPES late and had come pretty far from home, Kerela. I was in a great deal of
confusion about where to stay as mostly all good hostel were filled. Student Adda still
managed to find the best hostel at that point in time. I guess I was lucky."</p>
<div class="star_group"><svg width="24" height="24" viewBox="0 0 24 24" fill="#FFAB31"
xmlns="http://www.w3.org/2000/svg">
<path
d="M4.74276 23.165L6.65256 14.9087L0.247375 9.35562L8.70927 8.62108L12 0.834961L15.2907 8.62108L23.7526 9.35562L17.3475 14.9087L19.2573 23.165L12 18.7871L4.74276 23.165Z">
</path>
</svg><svg width="24" height="24" viewBox="0 0 24 24" fill="#FFAB31"
xmlns="http://www.w3.org/2000/svg">
<path
d="M4.74276 23.165L6.65256 14.9087L0.247375 9.35562L8.70927 8.62108L12 0.834961L15.2907 8.62108L23.7526 9.35562L17.3475 14.9087L19.2573 23.165L12 18.7871L4.74276 23.165Z">
</path>
</svg><svg width="24" height="24" viewBox="0 0 24 24" fill="#FFAB31"
xmlns="http://www.w3.org/2000/svg">
<path
d="M4.74276 23.165L6.65256 14.9087L0.247375 9.35562L8.70927 8.62108L12 0.834961L15.2907 8.62108L23.7526 9.35562L17.3475 14.9087L19.2573 23.165L12 18.7871L4.74276 23.165Z">
</path>
</svg><svg width="24" height="24" viewBox="0 0 24 24" fill="#FFAB31"
xmlns="http://www.w3.org/2000/svg">
<path
d="M4.74276 23.165L6.65256 14.9087L0.247375 9.35562L8.70927 8.62108L12 0.834961L15.2907 8.62108L23.7526 9.35562L17.3475 14.9087L19.2573 23.165L12 18.7871L4.74276 23.165Z">
</path>
</svg><svg width="24" height="24" viewBox="0 0 24 24" fill="#B9C7D2"
xmlns="http://www.w3.org/2000/svg">
<path
d="M4.74276 23.165L6.65256 14.9087L0.247375 9.35562L8.70927 8.62108L12 0.834961L15.2907 8.62108L23.7526 9.35562L17.3475 14.9087L19.2573 23.165L12 18.7871L4.74276 23.165Z">
</path>
</svg></div>
</div>
<div class="user">
<div class="image"><img class="img-fluid" src="./images/users/user2.jpg" alt="">
</div>
<div class="name_tit">
<h5>Abraham George</h5>
<h6>Bilaspur</h6>
</div>
</div>
</div>
</div>
<div class="owl-item cloned" style="width: 401.11px; margin-right: 10px;">
<div class="item">
<div class="review_text">
<p>"Student Adda is THE brand for students who are looking for hostels, PGs or flats. Their
assistance is world class and discounts are much needed relief. they provides kind of
hostels which we never find on other site."</p>
<div class="star_group"><svg width="24" height="24" viewBox="0 0 24 24" fill="#FFAB31"
xmlns="http://www.w3.org/2000/svg">
<path
d="M4.74276 23.165L6.65256 14.9087L0.247375 9.35562L8.70927 8.62108L12 0.834961L15.2907 8.62108L23.7526 9.35562L17.3475 14.9087L19.2573 23.165L12 18.7871L4.74276 23.165Z">
</path>
</svg><svg width="24" height="24" viewBox="0 0 24 24" fill="#FFAB31"
xmlns="http://www.w3.org/2000/svg">
<path
d="M4.74276 23.165L6.65256 14.9087L0.247375 9.35562L8.70927 8.62108L12 0.834961L15.2907 8.62108L23.7526 9.35562L17.3475 14.9087L19.2573 23.165L12 18.7871L4.74276 23.165Z">
</path>
</svg><svg width="24" height="24" viewBox="0 0 24 24" fill="#FFAB31"
xmlns="http://www.w3.org/2000/svg">
<path
d="M4.74276 23.165L6.65256 14.9087L0.247375 9.35562L8.70927 8.62108L12 0.834961L15.2907 8.62108L23.7526 9.35562L17.3475 14.9087L19.2573 23.165L12 18.7871L4.74276 23.165Z">
</path>
</svg><svg width="24" height="24" viewBox="0 0 24 24" fill="#FFAB31"
xmlns="http://www.w3.org/2000/svg">
<path
d="M4.74276 23.165L6.65256 14.9087L0.247375 9.35562L8.70927 8.62108L12 0.834961L15.2907 8.62108L23.7526 9.35562L17.3475 14.9087L19.2573 23.165L12 18.7871L4.74276 23.165Z">
</path>
</svg><svg width="24" height="24" viewBox="0 0 24 24" fill="#B9C7D2"
xmlns="http://www.w3.org/2000/svg">
<path
d="M4.74276 23.165L6.65256 14.9087L0.247375 9.35562L8.70927 8.62108L12 0.834961L15.2907 8.62108L23.7526 9.35562L17.3475 14.9087L19.2573 23.165L12 18.7871L4.74276 23.165Z">
</path>
</svg></div>
</div>
<div class="user">
<div class="image"><img class="img-fluid" src="./images/users/images/user3.jpg" alt=""></div>
<div class="name_tit">
<h5>Rishabh Ranjan</h5>
<h6>Bilaspur</h6>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="owl-nav disabled"><button type="button" role="presentation" class="owl-prev"><span
aria-label="Previous">‹</span></button><button type="button" role="presentation"
class="owl-next"><span aria-label="Next">›</span></button></div>
<div class="owl-dots disabled"><button role="button" class="owl-dot active"><span></span></button></div>
</div>
</div>
</div>
</div>
</section>
<section class="institute">
<div class="container cont_small">
<div class="content">
<div class="heading">
<h2>Find Near Best Institutes In </h2><select class="form-select" aria-label="Default select example">
<option value="Bilaspur">Bilaspur</option>
<option value="Raipur">Raipur</option>
<option value="Salempur">Salempur</option>
</select>
</div>
<div class="all_item"><a href="#">
<div class="item">
<div class="image"><img src="./images/bilaspur_institutes/ggv.jpg" alt=""></div>
<h4>Guru Ghasidas Vishwavidyalaya</h4>
</div>
</a><a href="#">
<div class="item">
<div class="image"><img src="./images/bilaspur_institutes/cvru.jpg" alt=""></div>
<h4>C.V. Raman University</h4>
</div>
</a><a href="#">
<div class="item">
<div class="image"><img src="./images/bilaspur_institutes/gec.jpg" alt="">
</div>
<h4>Government Engineering College</h4>
</div>
</a><a href="#">
<div class="item">
<div class="image"><img src="./images/bilaspur_institutes/gp.jpg" alt="">
</div>
<h4>Government Polytechnic</h4>
</div>
</a></div>
</div>
</div>
</section>
<section class="download">
<div class="container cont_big">
<div class="content">
<div class="left">
<h2>Download the Lord App now and get 1 Month <span class="text"><img src="./images/designs/free.svg"
alt=""></span>Trial
<span class="icon"><img src="./images/designs/Arrow_04.png" alt=""></span>
</h2>
<div class="download_btn"><a href="https://apps.apple.com/in/app/" target="_blank" class="store"><img
src="./images/app-store2.png" alt=""></a><a href="https://play.google.com/store/apps/details?id="
target="_blank" class="store"><img src="./images/play-store2.png" alt=""></a>
</div>
</div>
<div class="right"><img src="./images/download_img.png" alt=""></div>
</div>
</div>
</section>
</div>
<footer>
<div class="find_locations">
<div class="container">
<h2>Find Us In All Places</h2>
<div class="tab_content">
<ul class="nav nav-tabs" id="myTab" role="tablist">
<li class="nav-item" role="presentation"><button class="nav-link active" id="Bilaspur-tab"
data-bs-toggle="tab" data-bs-target="#Bilaspur-tab-pane" type="button" role="tab"
aria-controls="Bilaspur-tab-pane" aria-selected="true">Bilaspur</button></li>
<li class="nav-item" role="presentation"><button class="nav-link " id="Raipur-tab" data-bs-toggle="tab"
data-bs-target="#Raipur-tab-pane" type="button" role="tab" aria-controls="Raipur-tab-pane"
aria-selected="true">Raipur</button></li>
<li class="nav-item" role="presentation"><button class="nav-link " id="Salempur-tab" data-bs-toggle="tab"
data-bs-target="#Salempur-tab-pane" type="button" role="tab" aria-controls="Salempur-tab-pane"
aria-selected="true">Salempur</button></li>
<a class="btn_plain" href="#">View More</a>
</ul>
<div class="tab-content" id="myTabContent">
<div class="tab-pane fade show active" id="Bilaspur-tab-pane" role="tabpanel"
aria-labelledby="Bilaspur-tab" tabindex="0">
<div class="all_locations"><a class="text-dark" href="#hostels-in-kunadi"><strong>Hostels</strong> in
Kunadi</a><a class="text-dark" href="#hostels-in-landmark-city"><strong>Hostels</strong> in Landmark
City</a><a class="text-dark" href="#hostels-in-rajeev-gandhi-nagar"><strong>Hostels</strong> in
Rajeev
Gandhi Nagar</a><a class="text-dark" href="#hostels-in-jawahar-nagar"><strong>Hostels</strong> in
Jawahar
Nagar</a><a class="text-dark" href="#hostels-in-mahaveer-nagar"><strong>Hostels</strong> in Mahaveer
Nagar</a><a class="text-dark"
href="#hostels-in-indraprastha-industrial-area"><strong>Hostels</strong>
in Indraprastha Industrial Area</a><a class="text-dark"
href="#hostels-in-dakaniya"><strong>Hostels</strong> in Dakaniya </a><a class="text-dark"
href="#hostels-in-coral-park"><strong>Hostels</strong>
in Coral Park</a><a class="text-dark" href="#hostels-in-talwandi"><strong>Hostels</strong> in
Talwandi</a><a class="text-dark" href="#hostels-in-vigyan-nagar"><strong>Hostels</strong>
in Vigyan Nagar</a><a class="text-dark"
href="#hostels-in-electronic-complex"><strong>Hostels</strong> in
Electronic Complex</a><a class="text-dark" href="#hostels-in-kunhadi"><strong>Hostels</strong> in
Kunhadi</a><a class="text-dark" href="#hostels-in-indra-vihar"><strong>Hostels</strong>
in Indra Vihar</a><a class="text-dark" href="#hostels-in-dadabari"><strong>Hostels</strong> in
Dadabari </a><a class="text-dark" href="#hostels-in-steel-yard"><strong>Hostels</strong>
in Steel yard</a><a class="text-dark" href="#hostels-in-keshavpura-circle"><strong>Hostels</strong>
in
Keshavpura circle </a></div>
</div>
<div class="tab-pane fade " id="Raipur-tab-pane" role="tabpanel" aria-labelledby="Raipur-tab"
tabindex="0">
<div class="all_locations"><a class="text-dark" href="#hostels-in-thaltej"><strong>Hostels</strong> in
Thaltej</a><a class="text-dark" href="#hostels-in-navrangpura"><strong>Hostels</strong>
in Navrangpura</a><a class="text-dark" href="#hostels-in-makarba"><strong>Hostels</strong> in
Makarba</a><a class="text-dark" href="#hostels-in-bodakdev"><strong>Hostels</strong> in
Bodakdev </a><a class="text-dark" href="#hostels-in-satellite"><strong>Hostels</strong> in
Satellite</a><a class="text-dark" href="#hostels-in-prahlad-nagar"><strong>Hostels</strong> in
Prahlad
Nagar</a><a class="text-dark" href="#hostels-in-sanand-chokdi"><strong>Hostels</strong> in Sanand
Chokdi
</a><a class="text-dark" href="#hostels-in-vastrapur"><strong>Hostels</strong> in Vastrapur</a><a
class="text-dark" href="#hostels-in-bopal"><strong>Hostels</strong> in
Bopal</a><a class="text-dark" href="#hostels-in-sg-highway"><strong>Hostels</strong> in SG
Highway</a><a class="text-dark" href="#hostels-in-sarkhej"><strong>Hostels</strong> in
Sarkhej</a><a class="text-dark" href="#hostels-in-gurukul"><strong>Hostels</strong> in Gurukul</a><a
class="text-dark" href="#hostels-in-paldi"><strong>Hostels</strong> in
Paldi</a><a class="text-dark" href="#hostels-in-juhapura"><strong>Hostels</strong> in Juhapura
</a><a class="text-dark" href="#hostels-in-gota"><strong>Hostels</strong> in
Gota</a><a class="text-dark" href="#hostels-in-nehru-nagar"><strong>Hostels</strong> in Nehru
Nagar</a><a class="text-dark" href="#hostels-in-jodhpur-village"><strong>Hostels</strong> in Jodhpur
Village</a><a class="text-dark" href="#hostels-in-shivranjani"><strong>Hostels</strong> in
Shivranjani
</a><a class="text-dark" href="#hostels-in-c-g-road"><strong>Hostels</strong> in C G Road</a><a
class="text-dark" href="#hostels-in-sola"><strong>Hostels</strong> in
Sola</a><a class="text-dark" href="#hostels-in-drive-in"><strong>Hostels</strong> in Drive In</a><a
class="text-dark" href="#hostels-in-odhav"><strong>Hostels</strong> in
Odhav</a><a class="text-dark" href="#hostels-in-vaishnodevi-circle"><strong>Hostels</strong> in
Vaishnodevi circle</a><a class="text-dark" href="#hostels-in-mithakhali"><strong>Hostels</strong> in
Mithakhali</a><a class="text-dark" href="#hostels-in-shyamal"><strong>Hostels</strong> in
Shyamal</a><a class="text-dark" href="#hostels-in-chandlodiya"><strong>Hostels</strong> in
chandlodiya</a><a class="text-dark" href="#hostels-in-sabarmati"><strong>Hostels</strong> in
Sabarmati</a><a class="text-dark" href="#hostels-in-nava-vadaj"><strong>Hostels</strong>
in Nava Vadaj</a><a class="text-dark" href="#hostels-in-motera"><strong>Hostels</strong> in
Motera</a><a class="text-dark" href="#hostels-in-naranpura"><strong>Hostels</strong> in
Naranpura </a></div>
</div>
<div class="tab-pane fade " id="Salempur-tab-pane" role="tabpanel" aria-labelledby="Salempur-tab"
tabindex="0">
<div class="all_locations"><a class="text-dark"
href="#hostels-in-mukherjee-nagar"><strong>Hostels</strong> in Mukherjee
nagar</a><a class="text-dark" href="#hostels-in-laxmi-nagar"><strong>Hostels</strong> in Laxmi
nagar</a><a class="text-dark" href="#hostels-in-south-extension"><strong>Hostels</strong> in South
Extension</a><a class="text-dark" href="#hostels-in-kamla-nagar"><strong>Hostels</strong> in Kamla
Nagar</a><a class="text-dark" href="#hostels-in-kalkaji"><strong>Hostels</strong> in Kalkaji </a><a
class="text-dark" href="#hostels-in-south-moti-bagh"><strong>Hostels</strong> in South Moti
Bagh</a><a class="text-dark" href="#hostels-in-dwarika"><strong>Hostels</strong> in Dwarika</a><a
class="text-dark" href="#hostels-in-gtb-nagar"><strong>Hostels</strong> in
GTB nagar</a><a class="text-dark" href="#hostels-in-roop-nagar"><strong>Hostels</strong> in Roop
Nagar
</a><a class="text-dark" href="#hostels-in-rajendra-nagar"><strong>Hostels</strong> in Rajendra
nagar</a><a class="text-dark" href="#hostels-in-saket"><strong>Hostels</strong> in Saket</a><a
class="text-dark" href="#hostels-in-kalyan-vihar"><strong>Hostels</strong>
in Kalyan Vihar</a><a class="text-dark" href="#hostels-in-green-park"><strong>Hostels</strong> in
Green Park</a><a class="text-dark" href="#hostels-in-dilshad-garden"><strong>Hostels</strong> in
Dilshad
Garden</a><a class="text-dark" href="#hostels-in-shakti-nagar"><strong>Hostels</strong> in Shakti
Nagar</a><a class="text-dark" href="#hostels-in-patel-nagar"><strong>Hostels</strong> in Patel
Nagar</a><a class="text-dark" href="#hostels-in-ghitorni"><strong>Hostels</strong> in Ghitorni</a><a
class="text-dark" href="#hostels-in-hudson-lane-gtb-nagar"><strong>Hostels</strong> in
Hudson Lane GTB Nagar</a><a class="text-dark" href="#hostels-in-govindpuri"><strong>Hostels</strong>
in Govindpuri
</a><a class="text-dark" href="#hostels-in-mansarover-garden"><strong>Hostels</strong> in
Mansarover Garden </a><a class="text-dark"
href="#hostels-in-new-manglapuri"><strong>Hostels</strong> in New
Manglapuri</a><a class="text-dark" href="#hostels-in-gurugram"><strong>Hostels</strong> in
Gurugram</a></div>
</div>
</div>
</div>
</div>
</div>
<div class="main_footer">
<div class="container">
<div class="brand_id"><img src="./images/logo-white.svg" alt=""></div>
<div class="footer_content">
<div class="left_side">
<div class="contact left_group">
<h4>Contact Us</h4>
<div class="info"><a class="phone" href="tel:+919648531091"><span><img
src="./images/designs/phone-line.svg" alt=""></span> <span>+91 96485 31091</span></a><a
href="mailto:abhi9648531091@gmail.com"><span><img src="./images/designs/email-line.svg"
alt=""></span>
abhi9648531091@gmail.com</a></div>
</div>
<div class="about left_group">
<h4>About Us</h4>
<div class="info"><a class="" href="#blogs"> Blogs</a><a class="" href="#about"> Our Story</a><a
class="" href="#career"> Career</a><a class="" href="#contact-us"> Contact Us</a><a class=""
href="#faq"> FAQs</a></div>
</div>
<div class="community left_group">
<h4>Community</h4>
<div class="info"><a class="" href="#policy/terms-and-conditions">Terms and
Conditions</a><a class="" href="#policy/service-terms">Service Terms</a><a class=""
href="#policy/privacy-policy">Privacy Policy</a><a class="" href="#policy/guest-refund-policy">Guest
Refund Policy</a><a class="" href="#policy/non-discrimination-policy">Non Discrimination
Policy</a><a class="" href="#policy/booking-policy">Booking Policy</a></div>
</div>
</div>
<div class="right_side">
<h4>Social</h4>
<div class="social"><a href="#" target="_blank" rel="noopener noreferrer"><svg width="10" height="16"
viewBox="0 0 10 16" fill="white" xmlns="http://www.w3.org/2000/svg">
<path
d="M5.83203 6.49935H9.58203L9.16536 8.16602H5.83203V15.666H4.16536V8.16602H0.832031V6.49935H4.16536V4.93916C4.16536 3.45329 4.32011 2.91448 4.61061 2.37127C4.90111 1.82807 5.32745 1.40175 5.87061 1.11124C6.41386 0.820724 6.95261 0.666016 8.43853 0.666016C8.87353 0.666016 9.2547 0.707682 9.58203 0.791016V2.33268H8.43853C7.33545 2.33268 6.99953 2.39755 6.65661 2.58092C6.40386 2.71611 6.21545 2.90451 6.08028 3.15727C5.89686 3.50015 5.83203 3.83607 5.83203 4.93916V6.49935Z">
</path>
</svg></a><a href="#" target="_blank" rel="noopener noreferrer"><svg width="16" height="16"
viewBox="0 0 16 16" fill="white" xmlns="http://www.w3.org/2000/svg">
<path
d="M8.00132 5.95772C8.76557 5.17707 9.76057 4.66602 10.918 4.66602C13.4492 4.66602 15.5013 6.71802 15.5013 9.24935V15.4993H13.8347V9.24935C13.8347 7.63852 12.5288 6.33268 10.918 6.33268C9.30715 6.33268 8.00132 7.63852 8.00132 9.24935V15.4993H6.33465V5.08268H8.00132V5.95772ZM2.16797 3.41602C1.47761 3.41602 0.917969 2.85637 0.917969 2.16602C0.917969 1.47566 1.47761 0.916016 2.16797 0.916016C2.85832 0.916016 3.41797 1.47566 3.41797 2.16602C3.41797 2.85637 2.85832 3.41602 2.16797 3.41602ZM1.33464 5.08268H3.0013V15.4993H1.33464V5.08268Z">
</path>
</svg></a><a href="#" target="_blank" rel="noopener noreferrer"><svg width="18" height="18"
viewBox="0 0 18 18" fill="white" xmlns="http://www.w3.org/2000/svg">
<path
d="M9.00083 6.50033C7.61967 6.50033 6.50081 7.61958 6.50081 9.00033C6.50081 10.3814 7.62008 11.5003 9.00083 11.5003C10.3819 11.5003 11.5008 10.3811 11.5008 9.00033C11.5008 7.61924 10.3816 6.50033 9.00083 6.50033ZM9.00083 4.83366C11.3012 4.83366 13.1675 6.69791 13.1675 9.00033C13.1675 11.3007 11.3032 13.167 9.00083 13.167C6.70042 13.167 4.83415 11.3027 4.83415 9.00033C4.83415 6.69993 6.6984 4.83366 9.00083 4.83366ZM14.4175 4.62462C14.4175 5.19971 13.9502 5.6663 13.3758 5.6663C12.8007 5.6663 12.3342 5.19899 12.3342 4.62462C12.3342 4.05024 12.8014 3.58366 13.3758 3.58366C13.9494 3.58293 14.4175 4.05024 14.4175 4.62462ZM9.00083 2.33366C6.93875 2.33366 6.60265 2.33912 5.64356 2.38183C4.99012 2.4125 4.55211 2.50038 4.14513 2.65838C3.78346 2.79865 3.52257 2.96614 3.2446 3.24412C2.96556 3.52316 2.79836 3.78335 2.65866 4.14518C2.5003 4.55309 2.41244 4.99042 2.38231 5.64295C2.33919 6.56299 2.33415 6.88453 2.33415 9.00033C2.33415 11.0624 2.33961 11.3985 2.38231 12.3575C2.413 13.0107 2.501 13.4493 2.65861 13.8553C2.79925 14.2175 2.96708 14.479 3.24371 14.7557C3.52386 15.0354 3.78482 15.2032 4.14322 15.3415C4.55516 15.5007 4.9929 15.5887 5.64343 15.6188C6.56348 15.6619 6.88502 15.667 9.00083 15.667C11.0629 15.667 11.399 15.6615 12.358 15.6188C13.0097 15.5882 13.4487 15.5 13.8558 15.3425C14.217 15.2022 14.4793 15.0338 14.7562 14.7574C15.0363 14.4768 15.2037 14.2165 15.3422 13.8572C15.5011 13.4468 15.5892 13.0085 15.6193 12.3577C15.6624 11.4377 15.6675 11.1161 15.6675 9.00033C15.6675 6.93826 15.662 6.60217 15.6193 5.64313C15.5887 4.99121 15.5004 4.55157 15.3427 4.14464C15.2028 3.78398 15.0347 3.52228 14.757 3.24412C14.4775 2.96462 14.218 2.79777 13.8559 2.65818C13.4483 2.49994 13.0103 2.41196 12.3582 2.38183C11.4382 2.3387 11.1166 2.33366 9.00083 2.33366ZM9.00083 0.666992C11.2647 0.666992 11.5473 0.675325 12.4362 0.716992C13.323 0.757967 13.9279 0.898242 14.4592 1.10449C15.0084 1.3163 15.4723 1.60241 15.9355 2.0656C16.398 2.5288 16.6842 2.99408 16.8967 3.54199C17.1022 4.07255 17.2425 4.6781 17.2842 5.56491C17.3237 6.4538 17.3342 6.73643 17.3342 9.00033C17.3342 11.2642 17.3258 11.5468 17.2842 12.4357C17.2432 13.3226 17.1022 13.9274 16.8967 14.4587C16.6848 15.008 16.398 15.4718 15.9355 15.9351C15.4723 16.3976 15.0063 16.6837 14.4592 16.8962C13.9279 17.1017 13.323 17.242 12.4362 17.2837C11.5473 17.3232 11.2647 17.3337 9.00083 17.3337C6.73692 17.3337 6.45428 17.3253 5.5654 17.2837C4.67859 17.2427 4.07442 17.1017 3.54248 16.8962C2.99386 16.6843 2.52928 16.3976 2.06609 15.9351C1.6029 15.4718 1.31748 15.0059 1.10498 14.4587C0.898731 13.9274 0.759147 13.3226 0.717481 12.4357C0.677897 11.5468 0.66748 11.2642 0.66748 9.00033C0.66748 6.73643 0.675814 6.4538 0.717481 5.56491C0.758447 4.67741 0.898731 4.07324 1.10498 3.54199C1.31678 2.99338 1.6029 2.5288 2.06609 2.0656C2.52928 1.60241 2.99456 1.31699 3.54248 1.10449C4.07373 0.898242 4.6779 0.758659 5.5654 0.716992C6.45428 0.677409 6.73692 0.666992 9.00083 0.666992Z">
</path>
</svg></a><a href="#" target="_blank" rel="noopener noreferrer"><svg width="16" height="14"
viewBox="0 0 16 14" fill="white" xmlns="http://www.w3.org/2000/svg">
<path
d="M5.33464 0.333984H0.667969L6.17521 7.67698L0.967935 13.6673H2.73462L6.9935 8.76798L10.668 13.6673H15.3346L9.59577 6.01552L14.5347 0.333984H12.768L8.7775 4.9245L5.33464 0.333984ZM11.3346 12.334L3.33464 1.66732H4.66797L12.668 12.334H11.3346Z">
</path>
</svg></a></div>
<div class="store_btn"><a href="#" rel="noopener noreferrer" target="_blank"><img
src="./images/app-store.png" alt=""></a><a href="#" rel="noopener noreferrer" target="_blank"><img
src="./images/play-store.png" alt=""></a>
</div>
</div>
</div>
<p class="copyright">2024 Student Adda - All Rights Reserved</p>
</div>
</div>
</footer>
</div>
<script src="./jquery-3.3.1.min.js.download"></script>
<script src="./bootstrap.bundle.min.js.download"></script>
<script src="./app.js.download"></script>
</body>
</html> |