File Manager

Current Directory: /home/u930863517/domains/limraevents.com/public_html
Viewing File: /home/u930863517/domains/limraevents.com/public_html/market-segmentation-study.php
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Services | Limra Events</title> <!-- favicon --> <link rel="shortcut icon" href="./assets/favicon.png" type="image/x-icon"> <!-- bootstrap css --> <link rel="stylesheet" href="./vendor/bootstrap/bootstrap.min.css"> <!-- fontawesome --> <link rel="stylesheet" href="./vendor/fontawesome/all.min.css"> <!-- slick slider --> <link rel="stylesheet" href="./vendor/slickslider/slick.css"> <link rel="stylesheet" href="./vendor/slickslider/slick-theme.css"> <!-- magnific popup --> <link rel="stylesheet" href="./vendor/Magnific-Popup/magnific-popup.css"> <!-- custom css --> <link rel="stylesheet" href="./css/core-services.css"> <link rel="stylesheet" href="./css/responsive.css"> </head> <body> <?php include 'header.php'; ?> <!-- * ========================================================== --> <!-- * HERO --> <!-- * ========================================================== --> <div class="hero services flex-center market-segmentation"> <div class="content"> <div class="heading-wrapper flex-center"> <div class="line"></div> <h1 class="heading">Our Services</h1> <div class="line"></div> </div> <h3 class="sub-heading flex-center">Market Research <i class="fas fa-arrow-right mx-3 fa-xs"></i> Market Segmentation Study</h3> </div> </div> <!-- * ========================================================== --> <!-- * HERO --> <!-- * ========================================================== --> </header> <main> <section class="wrapper"> <div class="container-fluid"> <div class="row"> <div> <div class="content-wrapper py-2"> <div class="heading"> <h1>Market Segmentation Study</h1> <div class="line"></div> </div> <div class="row content"> <div class="col"> <p align='justify'> Market Segmentation study is type of research which is used to help a firm identify segments in a market, with the end goal of developing different strategies and tactics for the different segments. It is often referred as segmentation research. Our company has team of experts and professionals in marketing are, who can help you in assessing the market, analyze the critical aspects of the market, and come up with appropriate strategy for market. </p> <p> Some types of Market Segmentation study: <ul class="ml-3"> <li> <b>Demographic Segmentation: - <br></b> Demographic segmentation sorts a market by demographic elements such as age, education, income, family size, race, gender, occupation, nationality, and more. Demographic segmentation because is one of the simplest and most commonly used forms of segmentation because the products and services we bye, how we use those products, and how we are willing to spend on them is most often based on demographic factors. </li> <li> <b>Geographic Segmentation: - <br></b> Geographic segmentation is a subset of demographic, and it is easiest type. It creates different target customer groups based on geographical boundaries. Because potential customer have needs, preferences, and interests that differ according to their geographies, understanding the climates and geographic region of customer groups can help determine where to sell and advertise, as well as where to expand you business. </li> <li> <b>Firmographic Segmentation: - <br></b> Firmographic segmentation is similar to demographic segmentation. The difference is that demographics look at individuals while Firmographics look at organizations. Firmographic segmentation would take into consideration things like company size, number of employees and would illustrate how addressing a small business would differ from addressing an enterprise corporation. </li> <li> <b>Behavioral Segmentation: - <br></b> Behavioral segmentation divides markets by behaviors and decision-making patterns such as purchase, consumption, lifestyle, and usage. For instance, younger buyers may tend to purchase body wash, while older consumer groups may lean towards soap bars. Segmenting markets based off purchase behaviors enables marketers to develop a more targeted approach. </li> <li> <b>Psychographic Segmentation: -<br></b> Psychographic segmentation takes into account the psychological aspects of consumer behavior by dividing markets according to lifestyle, personality traits, values, opinions, and interests of consumers. Large markets like the fitness market use psychographic segmentation when they sort their customers into categories of people who care about healthy living and exercise. </li> </ul> </p> <center> <button class="btn secondary-button mt-4" onclick="window.open('https://docs.google.com/forms/d/e/1FAIpQLSeyI9uIFCcbaNqYEup4vzrmF97SgPheq3h6gJ54VD7RXMrscw/viewform?usp=sf_link', '_blank')"> <div class="overlay"></div> <span>Get Quote Now!<i class="fas fa-paper-plane ml-2"></i></span> </button> </center> </div> <div class="col image"> <img src="./assets/core-services/market-segmentation-img.jpg" class="rounded img-fluid float-right ml-2 my-3" alt=""> </div> </div> </div> </div> <!-- <div class="col-lg-5 col-mg-5 col-12"> <div class="contact-form-wrapper"> <form action="#" class="contact-form"> <div class="title"> <h2 class="text-sentence mb-3 text-center" style="font-family: var(--font-roboto);"> Send Your Queries To Us </h2> <hr style="width: 50px; margin:auto; background:black;padding:1px" class="mb-4"> </div> <div class="form-group"> <input type="text" class="form-control bg-light" placeholder="Your name"> </div> <div class="form-group"> <input type="text" class="form-control bg-light" placeholder="Your email"> </div> <div class="form-group"> <input type="text" class="form-control bg-light" placeholder="Your company name"> </div> <div class="form-group"> <input type="text" class="form-control bg-light" placeholder="Your contact number"> </div> <div class="form-group"> <textarea name="" placeholder="What's your message?" id="" cols="30" rows="3" class="form-control bg-light"></textarea> </div> <center> <button class="btn secondary-button mt-4"> <div class="overlay"></div> <span>Send Message <i class="fas fa-paper-plane ml-2"></i></span> </button> </center> </form> </div> </div> --> </div> </div> </section> </main> <?php include 'footer.php'; ?> </footer> <!-- jquery --> <script src="./vendor/jquery/jquery.min.js"></script> <!-- bootstrap js --> <script src="./vendor/bootstrap/bootstrap.min.js"></script> <!-- slick slider --> <script src="./vendor/slickslider/slick.min.js"></script> <!-- magnific popup --> <script src="./vendor/Magnific-Popup/jquery.magnific-popup.min.js"></script> <!-- custom js --> <script src="./js/main.js"></script> <script src="./js/index.js"></script> </body> </html>