EVOLUTION-NINJA
Edit File: diagnosticscenter.php
<style> /* <!-- overview block-------------- --> */ .overviewblock { height: 400px; background-image: url("<?php echo base_url('public/assets/images/IMG(22).png');?>"); background-repeat: no-repeat; background-position: center; background-size: cover; display: flex; flex-direction: column; align-items: center; justify-content: center; } .overviewdetails { font-size: 55px; font-weight: 700; color: #fff; font-family: "Barlow", sans-serif; } .overviewpara { font-size: 17px; font-weight: 500; color: #fff; font-family: "Barlow", sans-serif; } /* <!-- overview block end-------------- --> */ /* management block ----------- */ .mangcustomer { width: 83%; margin: auto; } .managimage { display: flex; justify-content: end; align-items: center; } .manapara1 { font-family: "Barlow", sans-serif; font-size: 23px; font-weight: 700; color: #001740; margin: 5px; } .manapara2 { font-family: "Barlow", sans-serif; font-size: 16px; font-weight: 400; margin: 0; margin-top: 11px; color: #2B2B2B; } .managdetails { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; } /* management block end----------- */ /* about jayblues ------- */ .jaybluesabout { background-image: linear-gradient(#F0FCFF, #E2EFFF); width: 83%; margin: auto; border-radius: 12px; } .aboucontent { padding: 25px; } .abouheading { font-size: 27px; font-weight: 700; font-family: "Barlow", sans-serif; color: #011B49; margin: 0; } .abouparas { font-size: 18px; font-weight: 500; font-family: "Barlow", sans-serif; color: #333333; } /* about jayblues end ------- */ /* benefits block ------ */ .businessbenifits { background-color: #E7F1FF; padding-block: 14px; padding-inline: 8px; background-image: url("<?php echo base_url('public/assets/images/banner-5-bg-1 1.png');?>"); background-repeat: no-repeat; background-size: cover; } .benifitsbox { background-color: white; box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; padding: 13px; border-radius: 12px; text-align: left; margin-top: 14px; } .busbenif { width: 83%; margin: auto; } .pp { margin-top: 7px; } /* benefits block -end----- */ .ourbenefitsnew { background-color: #E7F1FF; width: 83%; margin: auto; padding: 22px; } .benedetailsblock { display: grid; grid-template-columns: repeat(7, 1fr); gap: 10px; margin-top: 17px; } .benedet { background-color: white; padding: 8px; box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 6px; } .bebpar { font-size: 14px; font-weight: 600; font-family: "Barlow", sans-serif; color: #1C3F80; text-align: center; margin: 0; } @media (min-width:1001px) and (max-width:1356px) { /* management block ----------- */ .manaimg { width: 100%; } /* about jayblues */ .jaybluesabout { margin-top: 54px; } } @media (min-width: 629px) and (max-width:1000px) { /* overview block */ .overviewdetails { font-size: 43px; } .overviewpara { font-size: 16px; } /* management block ----------- */ .mangcustomer { width: 93%; margin: auto; } .manaimg { width: 72%; margin: auto; } .managdetails { margin-top: 10px; } .manapara1 { font-size: 21px; } /* business benefits */ .busbenif { width: 92%; } .benedetailsblock { grid-template-columns: repeat(4, 1fr); } .ourbenefitsnew { width: 100%; } } @media only screen and (max-width:628px) { /* <!-- overview block-------------- --> */ .overviewblock { border: 1px solid; height: auto; padding: 37px 12px; } .overviewdetails { font-size: 22px; } .overviewpara { font-size: 12px; } /* <!-- overview block-------------- --> */ /* management block ----------- */ .mangcustomer { width: 93%; margin: auto; } .manaimg { width: 72%; margin: auto; } .managdetails { margin-top: 10px; } .manapara1 { font-size: 21px; } /* management block end----------- */ /* about jayblues ------- */ .jaybluesabout { width: 95%; } .aboucontent { padding: 15px; } .abouparas { font-size: 17px; } /* about jayblues end ------- */ /* business benefits */ .busbenif { width: 92%; } /* business benefits end*/ .benedetailsblock { grid-template-columns: repeat(2, 1fr); } .ourbenefitsnew { width: 100%; } } </style> <?php echo view('includes/header') ?> <!-- overview block-------------- --> <section class="overviewblock"> <h2 class="overviewdetails">Jayblues Diagnostics Software</h2> <p class="overviewpara text-center">We provide an integrated suite of solutions for diagnostic. Our solutions are feature-rich, efficient and effective.</br> We developed the best product called Jayblues Diagnostics.</p> </section> <!-- overview block end-------------- --> <!-- management block ------- --> <section class="managementcust mt-4"> <div class="mangcustomer"> <div class="row"> <div class="col-lg-5 col-md-12-col-sm-12 managimage"> <img src="<?php echo base_url('public/assets/images/Doctor-amico 1.png');?>" alt="" class="manaimg"> </div> <div class="col-lg-7 col-md-12-col-sm-12 managdetails "> <h3 class="manapara1">Jayblues Diagnostics Software</h3> <div class=""> <img class="" src="<?php echo base_url('public/assets/images/Line (11).png');?>" alt="line"> </div> <p class="manapara2">We provide an integrated suite of solutions for diagnostic. Our solutions are feature-rich, efficient and effective. We developed the best product called Jayblues Diagnostics by capturing various basic physiological parameters, thereby providing an extremely affordable software solution. We are committed to provide the quality software for the healthcare industry and we provide end-to-end support for the software.</p> <p class="manapara2">Jayblues offers diagnostics software which delivers market-proven software and services that enhance business productivity and agility by providing comprehensive State-Of-The-Art solutions with a key focus on the Healthcare sector. Thriving on technology and technical expertise, Jayblues products are designed to enable customers to improve operational efficiency and gain a competitive edge by offering powerful and comprehensive features.</p> <p class="manapara2">Jayblues Diagnostics developed by software experts in close conjunction with a team of medical experts, the healthcare application assists medical practitioners as well as support staff alike to carry out their day-to-day activities with ease.</p> </div> </div> </div> </section> <!-- management block end------- --> <!-- -------------------about jayblues ----- --> <section class="jaybluesabout mt-5"> <div class="aboucontent"> <h3 class="abouheading">Why choose Jayblues Diagnostics?</h3> <img class="" src="<?php echo base_url('public/assets/images/Line (4).png');?>" alt="line"> <p class="abouparas mt-2">Jayblues Diagnostics Software gives the Lab Reports which reduces the long waiting time and speeds up the whole process by instantaneously sharing the Report. The Software completely cuts down the lab technician and helps to pave swiftly decision making in critical cases.</p> <p class="abouparas">JayBlues (software name) helps the organizers conveniently store and access all the data at one place. It holds all event-related files and information at one place and makes it accessible for your events, at your At Jayblues, we are passionate about new Technology and we are passionate about Healthcare industry. Team Jayblues has the experience and is uniquely positioned to understand and meet the challenges that are inherent in the Healthcare sector.</p> </div> </section> <!-- -------------------about jayblues end ----- --> <!-- business benefits-------------- --> <section class="businessbenifits mt-4"> <h3 class="manapara1 text-center">Our best features</h3> <div class="text-center"> <img class="" src="<?php echo base_url('public/assets/images/Line (6).png');?>" alt="line"> </div> <div class="busbenif"> <!-- block 1 --> <div class="benifitsbox"> <h3 class="manapara1">Lab Management</h3> <div class=""> <img class="" src="<?php echo base_url('public/assets/images/Line (11).png');?>" alt="line"> </div> <p class="manapara2 pp">Jayblues Diagnostic lab management feature is used for handling lab. Our Lab Management System is user-friendly, and this software gives facility of Reporting. Many clients across India are already taking benefit of this robust, cheap, and maintenance free Medical Laboratory System software.</p> </div> <!-- block 2 --> <div class="benifitsbox "> <h3 class="manapara1">Accounts</h3> <div class=""> <img class="" src="<?php echo base_url('public/assets/images/Line (11).png');?>" alt="line"> </div> <p class="manapara2 pp">Jayblues Diagnostics’ Accounting module is designed to automate general accounting operations, providing flexibility and utility for your business. You can able see the total amount which you received for the day within single click. And you can able to see the account history and balance sheet.</p> </div> <!-- block 3 --> <div class="benifitsbox"> <h3 class="manapara1">Inventory Management</h3> <div class=""> <img class="" src="<?php echo base_url('public/assets/images/Line (11).png');?>" alt="line"> </div> <p class="manapara2 pp">The stock has two key areas of stock management: which items are needed today, and which are needs to ordered for the future. To check the stock level, and manage stock we offer the best inventory management module at your fingertips.</p> </div> <!-- block 4 --> <div class="benifitsbox"> <h3 class="manapara1">Radiology</h3> <div class=""> <img class="" src="<?php echo base_url('public/assets/images/Line (11).png');?>" alt="line"> </div> <p class="manapara2 pp">Our Radiology module covers all the aspects of the industry specifications, the processes starting from the booking of appointments of the modalities. The radiology system module is entirely compatible with the envisioning technologies used by radiologists and provides smart methodologies for the radiologists to explicate and infer results reducing their time consumption and effort.</p> </div> <!-- block 5 --> <div class="benifitsbox"> <h3 class="manapara1">Customized software</h3> <div class=""> <img class="" src="<?php echo base_url('public/assets/images/Line (11).png');?>" alt="line"> </div> <p class="manapara2 pp">Does your business have some specifications? We customize Diagnostic Software based on customer needs and requirement. With the best analyst and developer, we have been integrated all possibility of Diagnostic concepts and delivered all kinds of Diagnostic return plans.</p> </div> <!-- block 6 --> <div class="benifitsbox"> <h3 class="manapara1">Register and Billing</h3> <div class=""> <img class="" src="<?php echo base_url('public/assets/images/Line (11).png');?>" alt="line"> </div> <p class="manapara2 pp">Register and Billing Module helps you to register patients easily and you can send bills to them. Generating bills will simple and you can be paid quickly. Ultimately, the quicker your business can get invoices to patients, the faster your business will be paid, which will have a positive impact on cash flow.</p> </div> <!-- block 7 --> <div class="benifitsbox"> <h3 class="manapara1">Integration with lab ayurved</h3> <div class=""> <img class="" src="<?php echo base_url('public/assets/images/Line (11).png');?>" alt="line"> </div> <p class="manapara2 pp">The API further enhances connectivity and bolsters functionality. Jayblues Diagnostic is integrated with the API, we will integrate API into the diagnostics software, it offers a medical symptom checking, blood checkup, and it shows best results with few entries. With the API, you can manage your business effectively; the content generated can be published automatically and is available for every channel.</p> </div> </div> </section> <!-- business benefits-------------- --> <!-- our benefits--------------- --> <section class="ourbenefitsnew mt-3"> <h3 class="manapara1 text-center">BENEFITS</h3> <div class="text-center"> <img class="" src="<?php echo base_url('public/assets/images/Line (6).png');?>" alt="line"> </div> <div class="benedetailsblock"> <div class="benedet"> <img src="<?php echo base_url('public/assets/images/Group 12.png');?>" alt=""> <p class="bebpar">Radiology</p> </div> <div class="benedet"> <img src="<?php echo base_url('public/assets/images/Group 12 (1).png');?>" alt=""> <p class="bebpar">Lab</p> </div> <div class="benedet"> <img src="<?php echo base_url('public/assets/images/Group 12-1.png');?>" alt=""> <p class="bebpar">Inventory</p> </div> <div class="benedet"> <img src="<?php echo base_url('public/assets/images/Group 12-2.png');?>" alt=""> <p class="bebpar">Master Data</p> </div> <div class="benedet"> <img src="<?php echo base_url('public/assets/images/Group 12-3.png');?>" alt=""> <p class="bebpar">Accounts</p> </div> <div class="benedet"> <img src="<?php echo base_url('public/assets/images/Group 12-4.png');?>" alt=""> <p class="bebpar">Register & Billing</p> </div> <div class="benedet"> <img src="<?php echo base_url('public/assets/images/Group 12-5.png');?>" alt=""> <p class="bebpar">Integration with Lab Ayurved</p> </div> </div> </section> <!-- our benefits end--------------- --> <!-- clients and finished projects ---- --> <?php echo view('includes/clientmanagement'); ?> <!-- clients and finished projects ---- --> <!-- faq client say about us -------- --> <?php echo view('includes/clientsay'); ?> <!-- faq client say about us -------- --> <?php echo view('includes/footer') ?>