Testimonials

Vinod about 4 years ago

" The travel experience was awesome. You guys respect the passengers which none of the travels do. Please keep this in practice and one day you will be the best travels across. Very clean and value for money. Good job guys. "

Vinayak about 4 years ago

" Travelling to places through Diana Travels is always affordable, convenient and satisfactory. One of the finest bus operating services. "

Indira Reddy about 4 years ago

" I always had this feeling that private bus drivers are very unprofessional and unsophisticated. But, when I travelled by Diana Travels for the first time, I realised that I was wrong! The staff was very well mannered and quite friendly. They took extra care while loading the luggages. The bus also was very clean with fresh curtains, bedsheets and bedspreads. About the journey, It was very good. No sudden breaks and rash driving. Overall, it was an amazing experience.. "

Divya about 4 years ago

" Once, I was travelling with my mother by Diana Travels. It was the night journey and we were in AC sleeper bus. All of a sudden, within an hour of commencing the journey, my mother started feeling pukish due to indigestion! I was so worried as she wasn't feeling well at all. I asked the driver if he can stop at any nearby medical shop so that I can get some medicines for her. Fortunately, the driver was familiar with the route and he stopped at a medical shop. To my surprise, he himself approached the chemist and got some good medicines. My mother started feeling well after some time and the journey went smooth after that. I still remember that journey and I'm really very thankful to the bus crew for being so kind and responsible. "

Wish you a Happy and Comfortable Journey

booking-confirm booking-cancel search-results service-details ticket-details thank-you my-page phone-blocking-to-ebooking> 404> 410>

Please Enter Your Details

Success

Thank you, Message has been sent successfully

<script type="text/javascript"> // Slider const slider = function () { const slides = document.querySelectorAll('.slide'); const btnLeft = document.querySelector('.slider__btn--left'); const btnRight = document.querySelector('.slider__btn--right'); let curSlide = 0; const maxSlide = slides.length; const goToSlide = function (slide) { slides.forEach( (s, i) => (s.style.transform = `translateX(${100 * (i - slide)}%)`) ); }; // Next slide const nextSlide = function () { if (curSlide === maxSlide - 1) { curSlide = 0; } else { curSlide++; } goToSlide(curSlide); }; const prevSlide = function () { if (curSlide === 0) { curSlide = maxSlide - 1; } else { curSlide--; } goToSlide(curSlide); }; const init = function () { goToSlide(0); }; init(); // Event handlers btnRight.addEventListener('click', nextSlide); btnLeft.addEventListener('click', prevSlide); document.addEventListener('keydown', function (e) { if (e.key === 'ArrowLeft') prevSlide(); e.key === 'ArrowRight' && nextSlide(); }); }; slider(); </script>