403Webshell
Server IP : 51.89.169.208  /  Your IP : 3.148.107.92
Web Server : Apache
System : Linux ns3209505.ip-198-244-202.eu 4.18.0-553.27.1.el8_10.x86_64 #1 SMP Tue Nov 5 04:50:16 EST 2024 x86_64
User : yellowleaf ( 1019)
PHP Version : 7.4.33
Disable Function : exec,passthru,shell_exec,system
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /home/yellowleaf/public_html/homepage/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/yellowleaf/public_html/homepage/index.php
<?php
session_start();
ini_set('upload_max_filesize', '256MB');
ini_set('memory_limit','500M');
?>
<!DOCTYPE html>
<html lang="en">

<head>
	<title>Your local business web directory. Yellowleaf UK</title>
	<meta name="description"
		content="Find, connect to and buy from great businesses near you. Our business web directory provides information about who can supply you with goods and services locally.">
	<link rel="canonical" href="https://www.yellowleaf.co.uk/">
	<meta charset="UTF-8">
	<meta http-equiv="X-UA-Compatible" content="IE=edge">
	<meta name="viewport" content="width=device-width, initial-scale=1.0">
	<link rel="stylesheet" href="/header-footer/global.css">
	<link rel="stylesheet" href="/homepage/homepage.css">
	<link rel='stylesheet' href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css">
	<style>
    h2.title {
      font-size: 2rem;
      font-weight: 600;
      text-align: center;
      margin-bottom: 2rem;
    }

    p {
      font-size: 1.125rem;
    }

		.hero-content button {
			margin-top: 2rem;
		}

		.hero-img-section img {
			width: 350px;
		}

		.search-box {
			/* max-width: 658px; */
			max-width: 700px;
			width: 100%;
			box-shadow: 10px 10px 30px rgba(0, 0, 0, .1);
			margin: 0 auto;
		}

		.search-content {
			display: flex;
		}

		.search-content > :first-child input {
			border-radius: 6px 0 0 6px;
		}
		.search-content > :first-child input:focus {
			border-bottom-left-radius: 0;
			border-bottom-right-radius: 0;
		}

		.search-content > :last-child {
			border-radius: 0 6px 6px 0;
		}

		.search-content> :not(button) {
			width: 100%;
		}

		.search-content input {
			width: 100%;
			padding: 22px;
			border: none;
			outline: none;
			height: 58px;
			font-size: 16px;
		}

		.search-content input {
			border-right: 1px solid #ccc;
		}

		.search-content button {
			min-width: min-content;
			border: none;
			background: var(--yellow);
      color: var(--black);
			font-weight: 600;
			cursor: pointer;
			padding: 12px 24px;
			font-size: 14px;
		}

		.search-content button:hover {
			background-color: var(--black);
			color: var(--white);
		}

		.search-group {
			position: relative;
		}

    /* SALE MARKETPLACE */
    #sale-marketplace {
      background-image: url("/homepage/img/sales_marketplace_bg.jpg");
      background-repeat: no-repeat;
      background-position: center;
      background-attachment: fixed;
      background-size: cover;
      padding: 3.5rem 0;
    }

    #sale-marketplace h2.title {
      color: var(--yellow);
      font-size: 2rem;
      font-weight: 600;
      text-align: center;
      margin-bottom: 2rem;
    }

    #sale-marketplace .sub-title {
      color: var(--white);
    }

    #sale-marketplace .sale-marketplace__list {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
    }

    #sale-marketplace .sale-marketplace__item {
      flex: 1 1 280px;
      display: flex;
      align-items: center;
      margin: 0 1.25rem 2rem 0;
    }

    #sale-marketplace .sale-marketplace__item .icon {
      min-width: 3rem;
      width: 3rem;
      height: 3rem;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      background: var(--white);
      margin-right: 0.75rem;
    }

    #sale-marketplace .icon img {
      width: 1.5rem;
      height: fit-content;
    }

    #sale-marketplace .sale-marketplace__item-left h5 {
      font-size: 1.25rem;
      font-weight: 600;
      color: var(--yellow);
    }

    #sale-marketplace .sale-marketplace__item-left p {
      font-size: 0.875rem;
      font-weight: 500;
      color: var(--yellow);
    }

    /* SALE MARKETPLACE */

    /* SALE MARKETPLACE ILLUSTRATION */
    #sale-marketplace-illustration .sale-marketplace-illustration__list {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-gap: 1rem;
      justify-items: center;
    }

    #sale-marketplace-illustration .sale-marketplace-illustration__item {
      width: 100%;
      border: 1px solid #eee;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: flex-start;
      border-radius: 0.3rem;
      overflow: hidden;
      box-shadow: 0px 10px 15px -11px rgba(0,0,0,0.1);
    }

    #sale-marketplace-illustration .sale-marketplace-illustration__item > img {
      width: 140px;
      height: 100%;
      object-fit: cover;
    }

    #sale-marketplace-illustration .sale-marketplace-illustration__item h4 {
      margin-bottom: 0.5rem;
      font-size: 1rem;
      font-weight: 600;
    }

    #sale-marketplace-illustration .sale-marketplace-illustration__item p {
      margin-bottom: 0.9rem;
    }

    #sale-marketplace-illustration .sale-marketplace-illustration__item__content {
      padding: 0.9rem;
      width: 100%;
    }

    #sale-marketplace-illustration .sale-marketplace-illustration__item__content p {
      font-size: 0.9rem;
    }

    #sale-marketplace-illustration .sale-marketplace-illustration__item__content .btn-container {
      text-align: right;
    }

    #sale-marketplace-illustration .sale-marketplace-illustration__item__content .btn-container a.btn {
      padding: 0.5rem 1rem;
    }

    #sale-marketplace-illustration
      .sale-marketplace-illustration__item-illustration {
      width: 100%;
      border-radius: 10px;
      height: 240px;
      object-fit: cover;
    }

/* SALE MARKETPLACE ILLUSTRATION */

/* WHO IS RIGHTBIZ */
    #who-rightbiz {
      display: flex;
      justify-content: flex-end;
    }

    #who-rightbiz h2.title {
      text-align: left;
    }

    #who-rightbiz .sub-title {
      text-align: left;
    }

    #who-rightbiz .who-rightbiz__control {
      display: flex;
      margin-top: 1.5rem;
      display: flex;
      grid-gap: 1rem;
      align-items: center;
    }

    #who-rightbiz .who-rightbiz__control span {
      font-size: 1.25rem;
      cursor: pointer;
      width: 35px;
      height: 35px;
      border: 1px solid var(--deepwhite);
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    #who-rightbiz .who-rightbiz__control span:hover {
      background: var(--blue);
    }

    /* #who-rightbiz .who-rightbiz__control span:hover svg {
      fill: var(--white);
    } */

    #who-rightbiz .who-rightbiz__content-item {
      display: none;
    }

    #who-rightbiz .who-rightbiz__content-item.active {
      display: block;
    }

    /* WHO IS RIGHTBIZ */

    @media only screen and (max-width: 1250px) {
      #sale-marketplace-illustration .sale-marketplace-illustration__item {
        width: 100%;
      }

       #sale-marketplace-illustration .sale-marketplace-illustration__list {
        grid-template-columns: repeat(2, 1fr);
      }
    }

		@media only screen and (max-width: 991px) {
			.hero-container {
				grid-template-columns: 1fr;
			}

			.hero-content {
				text-align: center;
			}

			.hero-img-section img {
				display: none;
			}

      #sale-marketplace-illustration .sale-marketplace-illustration__item > img {
        width: 220px;
      }

      #sale-marketplace-illustration .sale-marketplace-illustration__list {
        grid-template-columns: 1fr;
      }
		}

		@media screen and (max-width: 767px) {
			.header-title {
				font-size: 28px;
			}

			.search-content {
				border-radius: 6px;
				flex-direction: column;
			}

			.search-box {
				max-width: 330px;
			}

			.search-content input:first-child {
				border-right: none;
				border-bottom: 1px solid #ccc;
			}

			.search-content > :first-child input {
				border-radius: 6px 6px 0 0;
			}

			.search-content > :last-child {
				border-radius: 0 0 6px 6px;
			}

			.search-content button {
				min-width: 100%;
				width: 100%;
			}

			.search-content input {
				padding: 16px 20px;
			}

      #sale-marketplace-illustration .sale-marketplace-illustration__item {
        width: 100%;
        flex-direction: column;
      }

      #sale-marketplace-illustration .sale-marketplace-illustration__item > img {
        width: 100%;
      }
		}

    @media only screen and (max-width: 688px) {
      .sale-marketplace-illustration__item svg {
        width: 50% !important;
      }

      .sale-marketplace-illustration__item__content,
      #sale-marketplace-illustration .sale-marketplace-illustration__item__content .btn-container {
        text-align: center;
      }
    }
	</style>

  <!-- Google Tag Manager -->
  <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
    new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
    j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
    'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
    })(window,document,'script','dataLayer','GTM-NF24NXM');
  </script>
  <!-- End Google Tag Manager -->

  <!-- Google tag (gtag.js) -->
  <script async src="https://www.googletagmanager.com/gtag/js?id=G-54NRYTHD98"></script>
  <script>
    window.dataLayer = window.dataLayer || [];
    function gtag(){dataLayer.push(arguments);}
    gtag('js', new Date());

    gtag('config', 'G-54NRYTHD98');
  </script>

</head>
<?php
$path  = $_SERVER['DOCUMENT_ROOT'];
include_once $path . '/header-footer/header.php';
include_once $path . '/connect_db.php';



?>

<!-- start: Header -->
<header>
	<div class="container">
		<div class="header-wrapper">
			<h1 class="header-title" style="margin-bottom: 1rem; color: #fff">Find a service near me</h1>
      <p style="text-align: center; margin-bottom: 2rem; color: #fff">Search businesses and locate products and services in a town near me</p>
			<form action="/search/" method="GET">
				<div class="search-box">
					<div class="search-content">
						<div class="search-group">
							<input onkeyup="searchCat(this.value,event)" type="search"
								placeholder="Taxi, Restaurant or Company Name" name="q" id="categoryInp" autocomplete="off">
						</div>
						<div class="search-group">
							<input onkeyup="searchLoc(this.value,event);" type="search"
								placeholder="Town e.g London or E14" name="a" id="a_inp" autocomplete="off">
							<input type="hidden" id="a_id" name="a_id" value="">
						</div>

						<button type="submit" id="ga4_homepage_search_button"> Search </button>
					</div>
				</div>
				<!-- <div class="text-center search-description">
					<p>Just looking around? Let us suggest you something hot &amp; happening! </p>
					<br>
				</div> -->
			</form>
			<!-- <ul class="home-categoires">
				<li><a href="/search/?filter=trending" style="--current-bg: #006aff;">
						Trending
					</a></li>
				<li><a href="/search/?filter=most_viewd" style="--current-bg: var(--green);">
					Most Viewed
					</a></li>
				<li><a href="/search/?filter=featured" style="--current-bg: var(--yellow); --current-color: var(--black);">
					Featured
					</a></li>
				<li><a href="/search/?filter=latest" style="--current-bg: var(--red);">
					Latest
					</a></li>
			</ul> -->
		</div>
	</div>
</header>
<!-- end: Header -->

<!-- start: Latest Listing -->
<section class="listing">
	<div class="container">
		<h2 class="section-title">Latest Businesses</h2>
		<div class="listing-wrapper">
			<?php
			include "listing.php";
			$business_sql = $connect->query("SELECT * FROM ads where active = 1 order by adid desc limit 4");

			function short_title_converter($string){
				$short_title = "";
				$split_string = explode(" ", $string);
				foreach ($split_string as $key => $value) {
					if ($key <= 2) {
						$word = trim($value);
						if (!preg_match('/[\'^£$%&*()}{@#~?><>,|=_+¬-]/', $word[0]))
						{
							$first_char = ucwords($word[0]);
						}else if(!preg_match('/[\'^£$%&*()}{@#~?><>,|=_+¬-]/', $word[1])){
							$first_char = ucwords($word[1]);
						}else{
							$first_char = "";
						}
						$short_title .= $first_char;
					}
				}
				return $short_title;
			}

			while ($row = $business_sql->fetch_assoc()) {
			    $business_row =  get_listing($row);
				$b_name = $business_row['companyname'];
				$b_county_name = $business_row['county_name'];
				$b_image = $business_row['image'];

				$r_ad_name=strtolower($b_name);
				$r_ad_name = preg_replace("/[^A-Za-z 0-9]/", "", $r_ad_name); $r_ad_name=str_replace("  "," ",$r_ad_name);
				$ad_name=str_replace(" ","-",$r_ad_name);
				$adid = $business_row['adid'];
				if ($row["aspect_ratio"] == 1) {
					$aspect_ratio_class = 'aspect-square';
				}else{
					$aspect_ratio_class = '';
				}



				$short_title = short_title_converter($b_name);

				$business_logo_placeholder = '<div class="business-placeholder-image">'.$short_title.'</div>';

			?>

			<div class="listing-item">
				<div class="listing-header">
					<a href="pages/<?php echo $adid.'-'.$ad_name.'.html'; ?>" class="listing-image">
					<?php if($b_image){
							 if(file_exists('./members/uploads/logo/'.$b_image)){
								$src = '/members/uploads/logo/'.$b_image;
								echo '<img class="'.$aspect_ratio_class.'" src="'.$src.'"
								alt="tshirt photo">';
								}else{
									echo $business_logo_placeholder;
								}
							 }else{
								echo $business_logo_placeholder;
								} ?>
					</a>
					<!-- <a href="#" <?=$business_row['is_login']==0 ? 'href="/login"' :''?> data-id="
						<?=$adid?>" class="listing-favourite">
						<?=$business_row['is_fav']==1 ? '<svg><use xlink:href="/homepage/index.svg#heart-fill"></use></svg>':'<svg><use xlink:href="/homepage/index.svg#heart-outline"></use></svg>'?>
					</a> -->
				</div>
				<div class="listing-info">
					<a href="pages/<?php echo $adid.'-'.$ad_name.'.html'; ?>" class="listing-title">
						<?php echo $b_name;?>
					</a>
					<div class="listing-location">
						<svg>
							<use xlink:href="/homepage/index.svg#location-fill"></use>
						</svg>
						<?php echo $b_county_name;?>
					</div>
					<div class="listing-action">
						<!-- <a href="#">
							<svg>
								<use xlink:href="/homepage/index.svg#phone-fill"></use>
							</svg>
						</a>
						<a href="#" data-toggle="modal" data-target="#popup">
							<svg>
								<use xlink:href="/homepage/index.svg#location-fill"></use>
							</svg>
						</a> -->
						<div class="listing-rating-star">
							<svg>
								<use xlink:href="/homepage/index.svg#star-fill"></use>
							</svg>
							<svg>
								<use xlink:href="/homepage/index.svg#star-fill"></use>
							</svg>
							<svg>
								<use xlink:href="/homepage/index.svg#star-fill"></use>
							</svg>
							<svg>
								<use xlink:href="/homepage/index.svg#star-fill"></use>
							</svg>
							<svg>
								<use xlink:href="/homepage/index.svg#star-fill"></use>
							</svg>
						</div>
					</div>
				</div>
			</div>

			<?php } ?>
			<!-- <div class="listing-item">
				<div class="listing-header">
					<div class="listing-image">
						<img src="/homepage/img/popular_sector_5.jpg" alt="tshirt photo">
					</div>
					<a href="#" class="listing-favourite">
						<svg>
							<use xlink:href="/homepage/index.svg#heart-outline"></use>
						</svg>
					</a>
				</div>
				<div class="listing-info">
					<div class="listing-info-top">
						<span class="listing-location">Italian</span>
						<span class="listing-status">Open Now</span>
					</div>
					<a href="#" class="listing-title">Famiglia GiorgioÕs</a>
					<div class="listing-rating">
						<div class="listing-rating-star">
							<svg>
								<use xlink:href="/homepage/index.svg#star-fill"></use>
							</svg>
							<svg>
								<use xlink:href="/homepage/index.svg#star-fill"></use>
							</svg>
							<svg>
								<use xlink:href="/homepage/index.svg#star-fill"></use>
							</svg>
							<svg>
								<use xlink:href="/homepage/index.svg#star-fill"></use>
							</svg>
							<svg>
								<use xlink:href="/homepage/index.svg#star-fill"></use>
							</svg>
						</div>
						<div class="listing-rating-number">5.0</div>
					</div>
				</div>
				<div class="listing-action">
					<a href="#">
						<svg>
							<use xlink:href="/homepage/index.svg#phone-fill"></use>
						</svg>
						Call
					</a>
					<a href="#">
						<svg>
							<use xlink:href="/homepage/index.svg#location-fill"></use>
						</svg>
						Show Map
					</a>
				</div>
			</div>
			<div class="listing-item">
				<div class="listing-header">
					<div class="listing-image">
						<img src="/homepage/img/popular_sector_5.jpg" alt="tshirt photo">
					</div>
					<a href="#" class="listing-favourite">
						<svg>
							<use xlink:href="/homepage/index.svg#heart-outline"></use>
						</svg>
					</a>
				</div>
				<div class="listing-info">
					<div class="listing-info-top">
						<span class="listing-location">Italian</span>
						<span class="listing-status">Open Now</span>
					</div>
					<a href="#" class="listing-title">Famiglia GiorgioÕs</a>
					<div class="listing-rating">
						<div class="listing-rating-star">
							<svg>
								<use xlink:href="/homepage/index.svg#star-fill"></use>
							</svg>
							<svg>
								<use xlink:href="/homepage/index.svg#star-fill"></use>
							</svg>
							<svg>
								<use xlink:href="/homepage/index.svg#star-fill"></use>
							</svg>
							<svg>
								<use xlink:href="/homepage/index.svg#star-fill"></use>
							</svg>
							<svg>
								<use xlink:href="/homepage/index.svg#star-fill"></use>
							</svg>
						</div>
						<div class="listing-rating-number">5.0</div>
					</div>
				</div>
				<div class="listing-action">
					<a href="#">
						<svg>
							<use xlink:href="/homepage/index.svg#phone-fill"></use>
						</svg>
						Call
					</a>
					<a href="#">
						<svg>
							<use xlink:href="/homepage/index.svg#location-fill"></use>
						</svg>
						Show Map
					</a>
				</div>
			</div>
			<div class="listing-item">
				<div class="listing-header">
					<div class="listing-image">
						<img src="/homepage/img/popular_sector_5.jpg" alt="tshirt photo">
					</div>
					<a href="#" class="listing-favourite">
						<svg>
							<use xlink:href="/homepage/index.svg#heart-outline"></use>
						</svg>
					</a>
				</div>
				<div class="listing-info">
					<div class="listing-info-top">
						<span class="listing-location">Italian</span>
						<span class="listing-status">Open Now</span>
					</div>
					<a href="#" class="listing-title">Famiglia GiorgioÕs</a>
					<div class="listing-rating">
						<div class="listing-rating-star">
							<svg>
								<use xlink:href="/homepage/index.svg#star-fill"></use>
							</svg>
							<svg>
								<use xlink:href="/homepage/index.svg#star-fill"></use>
							</svg>
							<svg>
								<use xlink:href="/homepage/index.svg#star-fill"></use>
							</svg>
							<svg>
								<use xlink:href="/homepage/index.svg#star-fill"></use>
							</svg>
							<svg>
								<use xlink:href="/homepage/index.svg#star-fill"></use>
							</svg>
						</div>
						<div class="listing-rating-number">5.0</div>
					</div>
				</div>
				<div class="listing-action">
					<a href="#">
						<svg>
							<use xlink:href="/homepage/index.svg#phone-fill"></use>
						</svg>
						Call
					</a>
					<a href="#">
						<svg>
							<use xlink:href="/homepage/index.svg#location-fill"></use>
						</svg>
						Show Map
					</a>
				</div>
			</div> -->
		</div>
		<!-- <div class="container">
			<main class="grid">
				<article>
					<img src="/homepage/img/popular_sector_5.jpg" alt="tshirt photo">
					<div class="text">

						<ul class="listing-ul-top">
							<li><a href=""> ITALIAN</li>
							<li><a href="">Open Now</a></li>
						</ul>

						<h4><a>Famiglia GiorgioÕs</a></h4>

						<div class="listing-star">


							<div class="loc"></div>
						</div>
						<ul class="listing-ul">
							<li><a href=""> call</a></li>
							<li><a href=""> Show Map</a></li>
						</ul>

					</div>
				</article>
				<article>
					<img src="/homepage/img/popular_sector_5.jpg" alt="tshirt photo">
					<div class="text">
						<ul class="listing-ul-top">
							<li><a href=""> ITALIAN</li>
							<li><a href="">Open Now</a></li>
						</ul>

						<h4><a>Famiglia GiorgioÕs</a></h4>

						<ul class="listing-ul">
							<li><a href=""> call</a></li>
							<li><a href=""> Show Map</a></li>
						</ul>

					</div>
				</article>
				<article>
					<img src="/homepage/img/popular_sector_5.jpg" alt="tshirt photo">
					<div class="text">
						<ul class="listing-ul-top">
							<li><a href=""> ITALIAN</li>
							<li><a href="">Open Now</a></li>
						</ul>

						<h4><a>Famiglia GiorgioÕs</a></h4>

						<ul class="listing-ul">
							<li><a href=""> call</a></li>
							<li><a href=""> Show Map</a></li>
						</ul>

					</div>
				</article>
				<article>
					<img src="/homepage/img/popular_sector_5.jpg" alt="tshirt photo">
					<div class="text">
						<ul class="listing-ul-top">
							<li><a href=""> ITALIAN</li>
							<li><a href="">Open Now</a></li>
						</ul>

						<h4><a>Famiglia GiorgioÕs</a></h4>

						<ul class="listing-ul">
							<li><a href=""> call</a></li>
							<li><a href=""> Show Map</a></li>
						</ul>
					</div>
				</article>
			</main>
		</div> -->
	</div>
	<!-- <div class="listing-wrapper">


      <?php
		$a = $connect->query("SELECT * FROM ads where active='1' order by adid desc limit 8");
		$ad_numrow = $a->num_rows;
		while ($b = $a->fetch_assoc()) {
			if (strlen($b['description']) > 0) {
				$r_adid = $b['adid'];
				$tile = ucfirst($b['companyname']);
				$r_ad_name = strtolower($b['companyname']);
				$r_ad_name = preg_replace("/[^A-Za-z 0-9]/", "", $r_ad_name);
				$r_ad_name = str_replace("  ", " ", $r_ad_name);
				$ad_name = str_replace(" ", "-", $r_ad_name);
				$href = "pages/{$r_adid}-{$ad_name}.html";

				$img = $b['image'] && file_exists($path . '/members/uploads/logo/' . $b['image']) ? '<img  alt="Listing" src="/members/uploads/logo/' . $b['image'] . '">' :
					'<img  alt="Listing" src="/img/not-found.jpg">';
				$lngth = 130;
				$subDesc = substr(strip_tags($b['description']), 0, $lngth);
				if (strlen($b['description']) > $lngth) {
					$description =  $subDesc . '...';
				} else {
					$description = strip_tags($b['description']);
				}
				$res .= '<div class="listing-item">
						' . $img . '
						<div class="listing-item-body">
							<a href="' . $href . '" class="listing-item-title">' . $tile . '</a>
							<p class="listing-item-description">' . $description . '</p>
						</div>
					</div>';
			}
		}
		echo $res;
		?>

    </div> -->
	</div>
</section>
<!-- end: Latest Listing -->

<!-- start: Popup -->
<div class="popup" id="popup">
	<div class="popup-dialog">
		<div class="popup-content">
			<div class="popup-header">
				<h3>Map</h3>
				<a href="#" class="popup-close">&times;</a>
			</div>
			<div class="popup-body">
				<iframe src="//maps.google.com/maps?q=53.3381768,-6.2613077&z=15&output=embed"
					class="popup-map"></iframe>
			</div>
		</div>
	</div>
</div>
<!-- end: Popup -->

<!-- start: Popular Countries -->
<section class="countries">
	<div class="container">
		<div class="tabbutton-wrapper">
			<div class="tabbutton">
				<button class="btn-city active" id="recommended_tab" data-target="#recommended">Recommended</button>
				<!-- <button class="btn-city" data-target="#sectors">Sectors</button> -->
				<button class="btn-city" id="locations_tab" data-target="#locations">Locations</button>
			</div>
		</div>
		<div id="recommended" class="city active">
			<div class="recommended-sector__image-wrapper">
				<div class="popular-image-container">
				<a href="/business/west-midlands.html" class="popular-image-item">
						<img src="/img/homepage-london.jpg" alt="West Midlands">
						<div class="popular-image-info">
							<h4>West Midlands</h4>
							<?php
								$res_loc_businesses = $connect->query("SELECT * FROM `ads` WHERE `county_name` = 'West Midlands' AND active = 1");
								$total_london_buisnesses = $res_loc_businesses->num_rows;
							?>
							<span><?= $total_london_buisnesses ?> Businesses</span>
						</div>
					</a>
					<a href="/business/bedfordshire.html" class="popular-image-item">
						<img src="/img/homepage-birmingham.jpg" alt="Bedfordshire">
						<div class="popular-image-info">
							<h4>Bedfordshire</h4>
							<?php
								$res_loc_businesses = $connect->query("SELECT * FROM `ads` WHERE `county_name` = 'Bedfordshire' AND active = 1");
								$total_Birmingham_buisnesses = $res_loc_businesses->num_rows;
							?>
							<span><?= $total_Birmingham_buisnesses ?> Businesses</span>
						</div>
					</a>
					<a href="/business/aberdeen-city.html" class="popular-image-item">
						<img src="/img/homepage-manchester.jpg" alt="Aberdeen City">
						<div class="popular-image-info">
							<h4>Aberdeen City</h4>
							<?php
								$res_loc_businesses = $connect->query("SELECT * FROM `ads` WHERE `county_name` = 'Aberdeen City' AND active = 1");
								$total_Manchester_buisnesses = $res_loc_businesses->num_rows;
							?>
							<span><?= $total_Manchester_buisnesses ?> Businesses</span>
						</div>
					</a>
					<a href="/business/greater-manchester.html" class="popular-image-item">
						<img src="/img/homepage-leeds.jpg" alt="Greater Manchester">
						<div class="popular-image-info">
							<h4>Greater Manchester</h4>
							<?php
								$res_loc_businesses = $connect->query("SELECT * FROM `ads` WHERE `county_name` = 'Greater Manchester' AND active = 1");
								$total_Leeds_buisnesses = $res_loc_businesses->num_rows;
							?>
							<span><?= $total_Leeds_buisnesses ?> Businesses</span>
						</div>
					</a>
					<a href="/business/west-yorkshire.html" class="popular-image-item">
						<img src="/img/homepage-bristol.jpg" alt="West Yorkshire">
						<div class="popular-image-info">
							<h4>West Yorkshire</h4>
							<?php
								$res_loc_businesses = $connect->query("SELECT * FROM `ads` WHERE `county_name` = 'West Yorkshire' AND active = 1");
								$total_Bristol_buisnesses = $res_loc_businesses->num_rows;
							?>
							<span><?= $total_Bristol_buisnesses ?> Businesses</span>
						</div>
					</a>
					<a href="/business/cheshire.html" class="popular-image-item">
						<img src="/img/homepage-edinburgh.jpg" alt="Cheshire">
						<div class="popular-image-info">
							<h4>Cheshire</h4>
							<?php
								$res_loc_businesses = $connect->query("SELECT * FROM `ads` WHERE `county_name` = 'Cheshire' AND active = 1");
								$total_Edinburgh_buisnesses = $res_loc_businesses->num_rows;
							?>
							<span><?= $total_Edinburgh_buisnesses ?> Businesses</span>
						</div>
					</a>
				</div>
			</div>

		</div>
		<div id="sectors" class="city">
			<?php
			$cat_sql = $connect->query("SELECT * FROM cats WHERE active='1' GROUP BY cat_name ORDER BY `cat_name` ASC");
			$num_rows = $cat_sql->num_rows;
			$num = 0;
			while ($cat_row = $cat_sql->fetch_assoc()) {
				$cat_name = $cat_row['cat_name'];
				if ($cat_name) {
					//// replacing space with dash
					/************** displayed on the page *************/
					$cat_link = strtolower($cat_name);
					$cat_link = str_replace(" ", "-", $cat_link);

					$result = '<a class="countries-item" style="--order: ' . $num . ';" href="/business/' . $cat_link . '.html" title="Local ' . $cat_name . '
          Business Directory">' . $cat_name . '</a>';

					$cat_code[$num] = $result;
					$num++;
				}
			}
			$numcols = 3; // Default # of Columns
			$numitems = count($cat_code); // Number of Items
			$numrows = ceil($numitems / $numcols); // Number of Rows
			echo '<div class="countries-wrapper">';

			for ($row = 1; $row <= $numrows; $row++) {
				$cell = 0;
				for ($col = 1; $col <= $numcols; $col++) {
					if ($col === 1) {
						$cell += $row;
						echo $cat_code[$cell - 1];
					} else {
						$cell += $numrows;
						echo $cat_code[$cell - 1];
					}
				}
			}
			echo '</div>';

			?>
		</div>

		<div id="locations" class="city">
			<?php
			$area_sql = $connect->query("SELECT `county_name` FROM ads WHERE active='1' GROUP BY `county_name` ORDER BY `county_name` ASC");
			$num_rows = $area_sql->num_rows;
			$num = 0;
			while ($area_row = $area_sql->fetch_array(MYSQLI_ASSOC)) {
				$area_name = $area_row['county_name'];
				if ($area_name) {
					//// replacing space with dash
					/************** displayed on the page *************/
					$area_link = strtolower($area_name);
					$area_link = str_replace(" ", "-", $area_link);

					$result = '<a class="countries-item" style="--order: ' . $num . ';" href="/business/' . $area_link . '.html" title="Local ' . $area_name . '
          Business Directory">' . $area_name . '</a>';

					$area_code[$num] = $result;
					$num++;
				}
			}
			$numcols = 3; // Default # of Columns
			$numitems = count($area_code); // Number of Items
			$numrows = ceil($numitems / $numcols); // Number of Rows
			echo '<div class="countries-wrapper">';

			for ($row = 1; $row <= $numrows; $row++) {
				$cell = 0;
				for ($col = 1; $col <= $numcols; $col++) {
					if ($col === 1) {
						$cell += $row;
						echo $area_code[$cell - 1];
					} else {
						$cell += $numrows;
						echo $area_code[$cell - 1];
					}
				}
			}
			echo '</div>';

			?>
		</div>
	</div>
</section>
<!-- end: Popular Countries -->


<!-- start: Latest Listing -->
<section class="listing">
	<div class="container">
		<h2 class="section-title">Featured Businesses</h2>
		<div class="listing-wrapper">
			<?php
			$featureb_sql = $connect->query("SELECT * FROM ads  WHERE featured=1 limit 4");

			while ($row = $featureb_sql->fetch_assoc()) {
			     $featurebusiness_row =  get_listing($row);
				$fb_name = $featurebusiness_row['companyname'];
				$fb_county_name = $featurebusiness_row['county_name'];
				$fb_image = $featurebusiness_row['image'];

				$fr_ad_name=strtolower($fb_name);
				$fr_ad_name = preg_replace("/[^A-Za-z 0-9]/", "", $fr_ad_name); $fr_ad_name=str_replace("  "," ",$fr_ad_name);
				$fad_name=str_replace(" ","-",$fr_ad_name);
				$fadid = $featurebusiness_row['adid'];

				if ($row["aspect_ratio"] == 1) {
					$aspect_ratio_class = 'aspect-square';
				}else{
					$aspect_ratio_class = '';
				}

				$short_title = short_title_converter($fb_name);

				$business_logo_placeholder = '<div class="business-placeholder-image">'.$short_title.'</div>';
				// echo "IMage: ".$fb_image;
			?>
			<div class="listing-item">
				<div class="listing-header">
					<a href="pages/<?php echo $fadid.'-'.$fad_name.'.html'; ?>" class="listing-image">

					<?php if($fb_image){
							 if(file_exists('./members/uploads/logo/'.$fb_image)){
								$src = '/members/uploads/logo/'.$fb_image;
								echo '<img class="'.$aspect_ratio_class.'" src="'.$src.'"
								alt="tshirt photo">';
								}else{
									echo $business_logo_placeholder;
								}
							 }else{
								echo $business_logo_placeholder;
								} ?>

					</a>
					<!-- <a href="#" <?=$featurebusiness_row['is_login']==0 ? 'href="/login"' :''?> data-id="
						<?=$fadid?>" class="listing-favourite">
						<?=$featurebusiness_row['is_fav']==1 ? '<svg><use xlink:href="/homepage/index.svg#heart-fill"></use></svg>':'<svg><use xlink:href="/homepage/index.svg#heart-outline"></use></svg>'?>

					</a> -->
				</div>
				<div class="listing-info">
					<a href="pages/<?php echo $fadid.'-'.$fad_name.'.html'; ?>" class="listing-title">
						<?php echo $fb_name;?>
					</a>
					<div class="listing-location">
						<svg>
							<use xlink:href="/homepage/index.svg#location-fill"></use>
						</svg>
						<?php echo $fb_county_name;?>
					</div>
					<div class="listing-action">
						<!-- <a href="#">
							<svg>
								<use xlink:href="/homepage/index.svg#phone-fill"></use>
							</svg>
						</a>
						<a href="#" data-toggle="modal" data-target="#popup">
							<svg>
								<use xlink:href="/homepage/index.svg#location-fill"></use>
							</svg>
						</a> -->
						<div class="listing-rating-star">
							<svg>
								<use xlink:href="/homepage/index.svg#star-fill"></use>
							</svg>
							<svg>
								<use xlink:href="/homepage/index.svg#star-fill"></use>
							</svg>
							<svg>
								<use xlink:href="/homepage/index.svg#star-fill"></use>
							</svg>
							<svg>
								<use xlink:href="/homepage/index.svg#star-fill"></use>
							</svg>
							<svg>
								<use xlink:href="/homepage/index.svg#star-fill"></use>
							</svg>
						</div>
					</div>
				</div>
			</div>

			<?php } ?>
			<!-- <div class="listing-item">
				<div class="listing-header">
					<div class="listing-image">
						<img src="/homepage/img/popular_sector_5.jpg" alt="tshirt photo">
					</div>
					<a href="#" class="listing-favourite">
						<svg>
							<use xlink:href="/homepage/index.svg#heart-outline"></use>
						</svg>
					</a>
				</div>
				<div class="listing-info">
					<div class="listing-info-top">
						<span class="listing-location">Italian</span>
						<span class="listing-status">Open Now</span>
					</div>
					<a href="#" class="listing-title">Famiglia GiorgioÕs</a>
					<div class="listing-rating">
						<div class="listing-rating-star">
							<svg>
								<use xlink:href="/homepage/index.svg#star-fill"></use>
							</svg>
							<svg>
								<use xlink:href="/homepage/index.svg#star-fill"></use>
							</svg>
							<svg>
								<use xlink:href="/homepage/index.svg#star-fill"></use>
							</svg>
							<svg>
								<use xlink:href="/homepage/index.svg#star-fill"></use>
							</svg>
							<svg>
								<use xlink:href="/homepage/index.svg#star-fill"></use>
							</svg>
						</div>
						<div class="listing-rating-number">5.0</div>
					</div>
				</div>
				<div class="listing-action">
					<a href="#">
						<svg>
							<use xlink:href="/homepage/index.svg#phone-fill"></use>
						</svg>
						Call
					</a>
					<a href="#">
						<svg>
							<use xlink:href="/homepage/index.svg#location-fill"></use>
						</svg>
						Show Map
					</a>
				</div>
			</div> -->
		</div>
		<!-- <div class="container">
			<main class="grid">
				<article>
					<img src="/homepage/img/popular_sector_5.jpg" alt="tshirt photo">
					<div class="text">

						<ul class="listing-ul-top">
							<li><a href=""> ITALIAN</li>
							<li><a href="">Open Now</a></li>
						</ul>

						<h4><a>Famiglia GiorgioÕs</a></h4>

						<div class="listing-star">


							<div class="loc"></div>
						</div>
						<ul class="listing-ul">
							<li><a href=""> call</a></li>
							<li><a href=""> Show Map</a></li>
						</ul>

					</div>
				</article>
				<article>
					<img src="/homepage/img/popular_sector_5.jpg" alt="tshirt photo">
					<div class="text">
						<ul class="listing-ul-top">
							<li><a href=""> ITALIAN</li>
							<li><a href="">Open Now</a></li>
						</ul>

						<h4><a>Famiglia GiorgioÕs</a></h4>

						<ul class="listing-ul">
							<li><a href=""> call</a></li>
							<li><a href=""> Show Map</a></li>
						</ul>

					</div>
				</article>
				<article>
					<img src="/homepage/img/popular_sector_5.jpg" alt="tshirt photo">
					<div class="text">
						<ul class="listing-ul-top">
							<li><a href=""> ITALIAN</li>
							<li><a href="">Open Now</a></li>
						</ul>

						<h4><a>Famiglia GiorgioÕs</a></h4>

						<ul class="listing-ul">
							<li><a href=""> call</a></li>
							<li><a href=""> Show Map</a></li>
						</ul>

					</div>
				</article>
				<article>
					<img src="/homepage/img/popular_sector_5.jpg" alt="tshirt photo">
					<div class="text">
						<ul class="listing-ul-top">
							<li><a href=""> ITALIAN</li>
							<li><a href="">Open Now</a></li>
						</ul>

						<h4><a>Famiglia GiorgioÕs</a></h4>

						<ul class="listing-ul">
							<li><a href=""> call</a></li>
							<li><a href=""> Show Map</a></li>
						</ul>
					</div>
				</article>
			</main>
		</div> -->
	</div>
	<!-- <div class="listing-wrapper">


      <?php
		$a = $connect->query("SELECT * FROM ads where active='1' order by adid desc limit 8");
		$ad_numrow = $a->num_rows;
		while ($b = $a->fetch_assoc()) {
			if (strlen($b['description']) > 0) {
				$r_adid = $b['adid'];
				$tile = ucfirst($b['companyname']);
				$r_ad_name = strtolower($b['companyname']);
				$r_ad_name = preg_replace("/[^A-Za-z 0-9]/", "", $r_ad_name);
				$r_ad_name = str_replace("  ", " ", $r_ad_name);
				$ad_name = str_replace(" ", "-", $r_ad_name);
				$href = "pages/{$r_adid}-{$ad_name}.html";

				$img = $b['image'] && file_exists($path . '/members/uploads/logo/' . $b['image']) ? '<img  alt="Listing" src="/members/uploads/logo/' . $b['image'] . '">' :
					'<img  alt="Listing" src="/img/not-found.jpg">';
				$lngth = 130;
				$subDesc = substr(strip_tags($b['description']), 0, $lngth);
				if (strlen($b['description']) > $lngth) {
					$description =  $subDesc . '...';
				} else {
					$description = strip_tags($b['description']);
				}
				$res .= '<div class="listing-item">
						' . $img . '
						<div class="listing-item-body">
							<a href="' . $href . '" class="listing-item-title">' . $tile . '</a>
							<p class="listing-item-description">' . $description . '</p>
						</div>
					</div>';
			}
		}
		echo $res;
		?>

    </div> -->
	</div>
</section>
<!-- end: Latest Listing -->

  <!-- SALE MARKETPLACE -->
  <section id="sale-marketplace">
    <div class="container">
      <h2 class="title">Find the Companies You Need. The Largest UK Business Directory</h2>
      <div class="sale-marketplace__list">
        <div class="sale-marketplace__item">
          <div class="icon">
            <svg xmlns="http://www.w3.org/2000/svg" height="24" width="24"><path d="m9.55 18-5.7-5.7 1.425-1.425L9.55 15.15l9.175-9.175L20.15 7.4Z"/></svg>
          </div>
          <div class="sale-marketplace__item-left">
            <h5>Find products and services locally</h5>
            <p>Locate goods and services in your area</p>
          </div>
        </div>
        <div class="sale-marketplace__item">
          <div class="icon">
            <svg xmlns="http://www.w3.org/2000/svg" height="24" width="24"><path d="m9.55 18-5.7-5.7 1.425-1.425L9.55 15.15l9.175-9.175L20.15 7.4Z"/></svg>
          </div>
          <div class="sale-marketplace__item-left">
            <h5>Search for nearby companies</h5>
            <p>Connect with local businesses</p>
          </div>
        </div>
        <div class="sale-marketplace__item">
          <div class="icon">
            <svg xmlns="http://www.w3.org/2000/svg" height="24" width="24"><path d="m9.55 18-5.7-5.7 1.425-1.425L9.55 15.15l9.175-9.175L20.15 7.4Z"/></svg>
          </div>
          <div class="sale-marketplace__item-left">
            <h5>Unlock the power of local businesses</h5>
			<?php
				$active = $connect->query("SELECT * FROM ads WHERE active = 1 ")->num_rows;
			?>
            <p>Over <?=number_format($active)?> registered businesses</p>
            <!-- <p>Over 700,000 registered businesses</p> -->
          </div>
        </div>
      </div>
    </div>
  </section>
  <!-- SALE MARKETPLACE -->

  <!-- SALE MARKETPLACE ILLUSTRATION -->
  <section id="sale-marketplace-illustration">
    <div class="container">
		<p style="text-align: center; font-weight: 500; opacity: .7;">Get more customers for your business</p>
		<h2 class="section-title">Benefits of promoting your business on Yellowleaf</h2>
		<div class="sale-marketplace-illustration__list">
			<div class="sale-marketplace-illustration__item">
				<svg style="width: 70%; height: 100%; margin: auto;" viewBox="-30 0 1000 850" id="b5936c14-ec1d-4104-8248-c76f6faed4f5" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 750"><defs><style>.b153801f-c052-4dbf-8838-065f96f1139f{fill:#000004;}.ba1e6e94-f06f-46c9-bd88-91ebd26b4939{fill:#1b1464;}.eb2c8e95-f9bf-499e-b609-74a1871be55d{fill:#fc2;}</style></defs><title>Customisable Adverts</title><path class="b153801f-c052-4dbf-8838-065f96f1139f" d="M172,220.36c2.12-2.57,1.93-5.92,3-8.85,7.88-21.72,27.71-35.63,51.74-35.71,38.86-.13,77.73,0,116.59,0H493.87a30.83,30.83,0,0,1,7,.34c5.09,1.24,8.31,4.52,8.13,10-.19,5.62-3.53,9-9,10a35.78,35.78,0,0,1-6.39.16H229.06c-24.08,0-36.55,12.52-36.56,36.66,0,14.7.25,29.42-.13,44.11-.13,5.08,1.34,6.18,6.26,6.17q130-.24,260.08-.11c1.92,0,3.86-.11,5.77,0,5.68.44,9.62,4.35,9.89,9.71.3,5.75-3.85,11.12-9.36,11.85a50.55,50.55,0,0,1-6.4.1q-129.72,0-259.44-.15c-5.77,0-6.81,1.51-6.8,6.95q.27,157,.14,313.92c0,22.75,12.38,35.19,35.17,35.2q237,0,474,0c22.36,0,35.15-12.95,35.15-35.45q0-97.5,0-195c0-1.92,0-3.84,0-5.75.25-5.7,3.22-9.15,8.86-9.95,5.12-.73,10.08,2.94,11.26,8.29a29.93,29.93,0,0,1,.33,6.36q0,98.14,0,196.28c0,34.21-22.63,56.7-57,56.7q-234.14,0-468.28-.09c-5.09,0-10,1.71-15.16.84C194,679,180.33,665.25,173.59,643.68c-.41-1.33.19-3.11-1.59-3.89Z"/><path class="ba1e6e94-f06f-46c9-bd88-91ebd26b4939" d="M465.73,541.17H676.37c2.14,0,4.27,0,6.4.06,5.13.24,8.43,3,9.48,7.89,1.13,5.31-1.41,9-6,11.43-2.8,1.46-5.83,1.07-8.8,1.07H252.93c-10.15,0-15.48-3.6-15.36-10.33.12-6.57,5.61-10.13,15.6-10.13Z"/><path class="ba1e6e94-f06f-46c9-bd88-91ebd26b4939" d="M465.35,608.67H677.26c10.54,0,15.35,3.2,15.27,10.11s-5.4,10.36-15.4,10.36H253.32c-10.41,0-15.56-3.26-15.75-9.95s5.43-10.52,15.88-10.52Z"/><path class="ba1e6e94-f06f-46c9-bd88-91ebd26b4939" d="M601.86,473.55q38.76,0,77.51,0c8.61,0,13.32,3.76,13.13,10.36-.17,6.23-5,10.08-13,10.08q-78.15,0-156.31,0c-8.14,0-12.89-3.74-12.92-10s5.22-10.4,13.41-10.41Q562.79,473.53,601.86,473.55Z"/><path class="b153801f-c052-4dbf-8838-065f96f1139f" d="M253.39,230.27c3.82,0,7.65-.18,11.46,0,5.74.33,9,3.78,9.49,9.25s-2.45,9.76-8,10.51a105.64,105.64,0,0,1-26.65,0c-5.4-.64-8.25-4.73-8.07-9.86.18-5.38,3.47-9.18,9.06-9.81,4.19-.48,8.48-.09,12.72-.09Z"/><path class="b153801f-c052-4dbf-8838-065f96f1139f" d="M303.73,230.28c3.84,0,7.7-.24,11.51.06,5.71.44,9,3.85,9.27,9.49.3,5.34-2.39,9.41-7.69,10.16a94.58,94.58,0,0,1-27.4,0c-5.35-.82-7.9-5-7.45-10.29s3.7-8.65,9-9.24c4.21-.47,8.52-.09,12.79-.09Z"/><path class="b153801f-c052-4dbf-8838-065f96f1139f" d="M353.5,230.3c4.05,0,8.13-.26,12.16.06,5.41.43,8.58,3.69,9,9,.46,5.61-2.16,9.87-7.84,10.65a100.89,100.89,0,0,1-26.78,0c-5.3-.7-8.16-4.61-7.93-10s3.39-8.85,8.6-9.58c4.18-.59,8.51-.12,12.78-.12Z"/><path class="ba1e6e94-f06f-46c9-bd88-91ebd26b4939" d="M525.46,426.39c-10.43,0-15.35-3.31-15.17-10.22.18-6.63,5.65-10.23,15.56-10.23,1.92,0,3.84-.11,5.75.05,6,.47,10.38,4.77,10.45,10s-4.8,10-10.84,10.34C529.29,426.47,527.37,426.39,525.46,426.39Z"/><path class="eb2c8e95-f9bf-499e-b609-74a1871be55d" d="M812.38,203.33a114.11,114.11,0,0,0-18.18-3.39c-9.63-.83-17-3.48-19.67-14.26-1-3.9-1.64-6.53,1-9.78,4.42-5.46,8.64-11.1,12.68-16.84,7.85-11.14,7.38-25.08-1.33-34.79a171.81,171.81,0,0,0-14.5-14.44c-10.41-9.15-23.31-9.46-34.52-1.23-3.79,2.77-8,5.15-11.2,8.49-7.07,7.37-14.36,7.35-22.85,2.7-3.18-1.75-4.87-3.53-5.35-7.09-1-7.58-2.38-15.13-3.67-22.68A27.26,27.26,0,0,0,668.15,67q-8.32-.18-16.66,0a29.33,29.33,0,0,0-27.25,22.12c-1,4.35-2.31,8.81-2.22,13.19.21,11.76-5.56,18.22-16.4,21.69-3.33,1.06-5.38,1.08-8-1.07-5.92-4.89-11.93-9.68-18.09-14.25a26.23,26.23,0,0,0-33.56,1.5,162.74,162.74,0,0,0-12.68,12.65c-9.83,11-10.24,24.91-1.37,36.73,2.95,3.92,5.54,8.17,8.92,11.67,5.82,6,6.6,11.56,2.13,19.18-2.91,4.94-5.42,7.89-11.27,8.45a196.2,196.2,0,0,0-20.79,3.54,25.85,25.85,0,0,0-21.1,24.73c-.26,6.81-.26,13.64,0,20.45a25.69,25.69,0,0,0,19.37,24.16c5.75,1.52,11.68,3,17.58,3.19,9.74.33,15.51,4.29,18.42,13.86,1.29,4.24,1.39,7-1.32,10.37-4.28,5.3-8.33,10.79-12.28,16.35-8.39,11.83-7.39,25.72,2.56,36.15,3.82,4,7.78,7.91,11.8,11.73,10.34,9.81,24.52,10.76,36.23,2.38,5.38-3.85,10.57-7.94,15.88-11.87,8.26-6.11,22.11-.09,23.64,10.16,1.09,7.36,2.15,14.75,3.69,22a26.38,26.38,0,0,0,25.32,21.33c6.17.27,12.39.28,18.56,0a27,27,0,0,0,25.41-22.15c.93-5,2.31-10.07,2.38-15.12.12-9.91,4.1-16.05,13.92-19.13,4.24-1.34,7-1.31,10.24,1.5q8.26,7,17.06,13.48c10,7.28,22.35,7,32.1-.4,4.07-3.1,8.1-6.25,12.22-9.27,13.66-10,16.24-26.62,6.19-40.35-3.39-4.65-6.58-9.49-10.43-13.73-4.48-4.93-4.28-9.56-2.39-15.71,2.41-7.9,7.15-10.78,14.71-11.2,3.81-.22,7.57-1.3,11.38-1.7,11.28-1.2,20.31-5.9,25.92-16.13V216.54C823.78,211,819.63,205.15,812.38,203.33ZM787,255.48c-4.81.9-9.78,1.33-14.41,2.79-18.11,5.74-28.48,35.67-17.79,51.3,4.56,6.67,9.47,13.13,14.52,19.45,3.26,4.07,3.36,7.23-.57,11-17.13,16.35-11.13,15.66-29.74,2.2-3.28-2.37-6.42-5-9.84-7.1-8.76-5.49-17.4-4.7-27.39-1.91C678.69,339.63,675,357.28,673,376.88c-1,10.19-1.42,10.1-11.87,10.17-17.72.13-14.47.23-17.09-14.18-1-5.65-1.66-11.39-2.93-17-2.1-9.3-8.13-15-16.39-19.88-18.29-10.92-33.39-7-48.83,6-14.08,11.87-11,11.48-24.18-1.47-7.55-7.42-7.52-7.74-1.1-16.32,3.84-5.12,7.76-10.16,11.51-15.34,6.84-9.48,6.37-19,2.72-30.09-6.06-18.43-18.49-24.88-36.61-27-17.68-2.08-15.78,1.29-15.86-18.47,0-10.17,0-10.13,10.24-11.82,6.73-1.11,13.44-2.37,20.16-3.54A19.66,19.66,0,0,0,554,212.15c8.29-8.81,12-19.77,14-29,.13-9.09-2.08-15-6-20.22-4.35-5.8-8.63-11.64-13.14-17.32-2.77-3.48-2.45-6.22.57-9.48,14-15.12,14-15.18,30.41-2.88,7.32,5.48,14.26,12.21,24.23,11.57,12.21-.79,23-5.73,32.15-13.76,3.75-3.29,5.61-7.93,6.2-13,.81-7,1.94-13.93,2.55-20.92.47-5.4,2.6-7.87,8.43-7.76,21.5.39,17.24-2.2,20.89,18,.76,4.19,1.27,8.42,2.17,12.58,2.12,9.84,7.75,16.83,17.25,20.59,3.75,1.48,7.38,3.3,11.17,4.67,9.56,3.43,18.44,2.16,26.47-4.22,5.34-4.25,10.91-8.23,16-12.73,4.23-3.71,7.58-3.6,11.49.42,15.51,16,15.3,11.83,2.49,28.89-5.91,7.86-13.05,15.51-11.42,26.14,2.58,16.86,10.67,38.34,32,38.6,5.89.07,11.74,2.12,17.66,2.81,4.34.5,5.65,2.73,5.86,6.75C806.43,251.79,806.49,251.79,787,255.48Z"/><path class="ba1e6e94-f06f-46c9-bd88-91ebd26b4939" d="M456,372.54c-.05-22-12.93-34.9-35-35-23.9,0-47.8,0-71.69,0s-47.8,0-71.7,0c-22,.05-35,13-35,34.89q0,41.2,0,82.41c0,21.83,13.21,35.1,34.94,35.12q71.7,0,143.4,0c21.75,0,35-13.22,35-35.06Q456.09,413.75,456,372.54Zm-21.52,83.07c0,9.12-3.73,12.8-12.81,12.81q-36.17.06-72.33,0-35.85,0-71.7,0c-10,0-13.37-3.44-13.38-13.44q0-41.85,0-83.7c0-9.76,3.3-13.22,12.87-13.23q72-.06,144,0c9.16,0,13.28,4.05,13.31,13.21Q434.59,413.45,434.48,455.61Z"/><path class="b153801f-c052-4dbf-8838-065f96f1139f" d="M659.91,168.13a69.05,69.05,0,0,0-68.75,68.09c-.39,37.64,30.38,68.67,68.38,69a68.52,68.52,0,1,0,.37-137ZM660,283.84a47.07,47.07,0,1,1,0-94.14c25.64,0,47.45,22,47.14,47.36S685.33,283.76,660,283.84Z"/></svg>
				<div class="sale-marketplace-illustration__item__content">
				<h4>Customisable Adverts</h4>
				<p>Personalise your business advert to suit the needs and preferences of your target audience.</p>
				<div class="btn-container">
				<a href="/promote/" class="btn btn-yellow">Customise Advert <svg xmlns="http://www.w3.org/2000/svg" height="20" width="20"><path d="m10 16-1.062-1.062 4.187-4.188H4v-1.5h9.125L8.938 5.062 10 4l6 6Z"/></svg></a>
				</div>
			</div>
			</div>
			<div class="sale-marketplace-illustration__item">
				<svg id="a61a83e3-0283-4f0a-b7b3-e960f51dbad9" style="width: 70%; height: 100%; margin: auto" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="-30 0 1000 850"><defs><style>.bb440ee2-c988-4460-b953-5fd6b263396b{fill:#000004;}.bedccea8-157a-410e-8b20-2765c2d96191{fill:#1b1464;}.a4e54caf-c1c8-4ad5-906b-e1dee8a5d9cf{fill:#fc2;}</style></defs><title>High Visibility and Reach</title><path class="bb440ee2-c988-4460-b953-5fd6b263396b" d="M827.82,684.91c-.14-3.53-1.34-4.5-4.37-3.91-6,1.17-6.8-1.66-6.79-7q.26-158.06.12-316.11c0-12.45-3.17-15.57-15.79-15.57H723.16c-12.53,0-15.63,3.12-15.63,15.72V665.93c0,15.07,0,14.77-15,15.2-5.7.17-7-1.32-7-7,.23-58.49.15-117,.13-175.46,0-10.72-3.61-14.34-14.27-14.35q-39.95,0-79.88,0c-11.7,0-15.09,3.33-15.09,14.89q0,83.29,0,166.59c0,15.18,0,14.92-14.89,15.31-5.46.14-7.2-.94-7.13-6.85.36-29.59.19-59.17.16-88.76,0-9.9-3.77-13.75-13.48-13.77q-41-.06-81.92,0c-10.17,0-13.83,3.75-13.84,14.08q0,39.95,0,79.88c0,15.32,0,15-15.47,15.43-5.58.15-6.52-1.67-6.5-6.76.19-51.2.12-102.41.11-153.61,0-11.11-3.52-14.58-14.73-14.58q-39.94,0-79.88,0c-11.17,0-14.63,3.47-14.63,14.66q0,72,0,144.06c0,16.19,0,16-16,16.21-4.78.06-6-1.13-5.95-5.94.23-33.45.14-66.9.11-100.36,0-10.26-3.72-14-13.93-14q-39.93,0-79.88,0c-12.17,0-15.42,3.21-15.43,15.24q0,49.83,0,99.68c0,2.46,1.15,6.11-3.6,5.22-6.65-1.25-8.12,2-7.35,7.77a25,25,0,0,1,0,6.81c-.85,5.72.85,7.49,7.11,7.48q160.11-.36,320.21-.17H810.79C828.7,702.83,828.57,702.83,827.82,684.91Zm-557.3-53.1c0,14.79-.13,29.58.09,44.37.06,3.85-1,4.93-4.87,4.89q-28-.3-56,0c-3.85,0-4.9-1-4.88-4.88q.24-44.37,0-88.75c0-3.84,1-4.92,4.87-4.88q28,.3,56,0c3.85,0,4.94,1,4.88,4.88C270.39,602.22,270.52,617,270.52,631.81Zm125.56,49.27c-18.2-.24-36.41-.27-54.61,0-4.61.07-5.51-1.36-5.49-5.67q.22-71,0-142c0-4.59,1.33-5.56,5.65-5.51,18.21.24,36.42.28,54.62,0,4.6-.07,5.53,1.36,5.49,5.67-.2,23.44-.1,46.88-.1,70.32,0,23.89-.13,47.79.12,71.68C401.79,680.16,400.41,681.13,396.08,681.08Zm136.65-43.8c0,13-.15,25.94.09,38.91.07,3.86-1,4.92-4.88,4.88q-28-.3-56,0c-3.86,0-4.9-1-4.87-4.88q.26-38.91,0-77.82c0-3.86,1-4.93,4.87-4.88q28,.28,56,0c3.86,0,4.95,1,4.88,4.88C532.58,611.33,532.73,624.3,532.73,637.28Zm131.1-43.71c0,27.31-.1,54.62.11,81.92,0,4.43-1.09,5.66-5.57,5.6-18.43-.27-36.87-.22-55.3,0-3.85,0-4.89-1-4.88-4.88q.19-82.61,0-165.22c0-3.83,1-4.93,4.87-4.89,18.43.21,36.86.24,55.29,0,4.45-.06,5.62,1.12,5.59,5.58C663.72,539,663.83,566.26,663.83,593.57Zm125.92,87.51c-18.21-.24-36.42-.3-54.62,0-4.91.09-5.88-1.34-5.86-6,.18-51,.11-102,.11-152.94,0-50.53.1-101-.14-151.58,0-5.45,1.49-6.66,6.7-6.56,18,.33,36,.29,53.93,0,4.36-.07,5.16,1.23,5.16,5.31q-.18,153.29,0,306.57C795.05,680.23,793.86,681.13,789.75,681.08Z"/><path class="bedccea8-157a-410e-8b20-2765c2d96191" d="M553,411.47c-10.83-26-21.53-52-32.49-77.86-1.82-4.3-1.81-7.63.5-11.93,18.07-33.49,25.46-69.21,21.63-107.21C533.06,119.62,453,47.2,357.69,47c-6.35.48-12.71.84-19,1.45-103.48,10-179.41,106.76-164.78,210,18.29,129.08,159,199.62,273.69,137.12a9.67,9.67,0,0,1,9.42-.53c26.33,11.1,52.76,21.93,79.14,32.91,5.46,2.27,10.89,4.12,15.83-.72S555.26,417,553,411.47Zm-42.19-17.66c-17.17-7.12-34.4-14.1-51.44-21.52-6.22-2.71-11.34-2.27-17.24,1.2-98,57.68-220.64,3.74-244.66-107.47C177.3,172.79,245.15,79.57,339.89,70.29c89.06-8.72,166.68,50.63,180,138.8,7.49,49.72-6.27,94-39.13,132.15-3.5,4.06-3.06,5.9.66,8.83,3.92,3.08,7.22,9,11.19,9.38,4.2.38,6.44-6.81,10.89-10.21,6.79,16.42,13.32,32.26,20.52,49.68C518.54,396.82,514.63,395.4,510.78,393.81Z"/><path class="a4e54caf-c1c8-4ad5-906b-e1dee8a5d9cf" d="M827.7,203c0-9.8-3.84-13.63-13.59-13.66-15.47,0-31,0-46.42,0-16.86,0-16.74,0-16.56,17,0,3.77.89,5,4.84,4.94,10.9-.28,21.82-.1,33.47-.1a10.38,10.38,0,0,1-1,1.8q-70.22,70.26-140.38,140.55c-2.38,2.39-4.21,2.19-7.11,1.31-12.32-3.71-23.51-1.19-32.72,7.81-9.42,9.22-12.18,20.58-8.37,33.17,1,3.3.76,5.21-1.69,7.65q-40.44,40.17-80.63,80.59c-2.28,2.29-4.07,3.14-7.58,2-11.42-3.79-22.08-1.64-31.19,6.26-2.71,2.36-4.73,2.3-7.75,1Q439.12,479.79,407,466.65c-3.84-1.56-5.29-3.41-5.71-7.72-1.7-17.48-16.66-29.95-34.27-29.22a32.47,32.47,0,0,0-30.79,31.45c-.08,4.31-1.52,6.32-5.21,8.14-28.08,13.86-56,27.92-84,41.92-14.17,7.09-14,7-7.23,21.1,2.08,4.34,3.57,5.32,8.29,2.91,30.9-15.79,62-31.15,93-46.75,3.33-1.68,5.6-1.87,9,.62,12.27,9,27.78,8.19,39.68-1.65,2.61-2.17,4.56-2.67,7.71-1.34q32.56,13.8,65.29,27.22c3.05,1.26,4.31,2.78,4.64,6.33,1.8,19.6,19.7,33.35,38.19,29.74,19.51-3.8,31.2-22.46,25.58-41.56-1.14-3.91-.53-6.06,2.19-8.77q40-39.69,79.65-79.64c2.69-2.72,4.84-3.3,8.75-2.22,25.45,7,47.52-14.94,40.53-40.36-1.17-4.24-.28-6.43,2.59-9.28q68.19-67.93,136.21-136c1.29-1.28,2.12-3.44,4.77-3.36v21.23c0,16.6,0,16.42,16.38,16.52,4.44,0,5.64-1.12,5.58-5.58C827.56,241.24,827.74,222.12,827.7,203ZM368.63,473.37a10.91,10.91,0,1,1,11.11-10.55A11,11,0,0,1,368.63,473.37ZM500.12,528a10.9,10.9,0,1,1,10.72-10.92A10.94,10.94,0,0,1,500.12,528Zm131.1-131.1A10.91,10.91,0,1,1,642,386,11,11,0,0,1,631.22,396.89Z"/><path class="bb440ee2-c988-4460-b953-5fd6b263396b" d="M450.29,145.51a3.6,3.6,0,0,0,4.36-.82q3.68-3.56,7.23-7.24c1.83-1.9,1.95-4.09.41-5.7s-3.89-1.57-5.86.36c-2.32,2.27-4.59,4.6-6.9,6.9a4.44,4.44,0,0,0-1.48,3A3.76,3.76,0,0,0,450.29,145.51Z"/><path class="bb440ee2-c988-4460-b953-5fd6b263396b" d="M451.94,148.26a6.17,6.17,0,0,1-2.66-.63h0a6.09,6.09,0,0,1-3.58-5.53v-.23a6.79,6.79,0,0,1,2.17-4.53l2.83-2.83c1.35-1.37,2.71-2.74,4.08-4.08a7,7,0,0,1,5-2.2,5.81,5.81,0,0,1,4.19,1.9c2.45,2.56,2.28,6.15-.42,9s-4.95,5-7.28,7.3A6.23,6.23,0,0,1,451.94,148.26Zm-.64-4.86c.48.23.94.35,1.72-.4,2.29-2.21,4.64-4.56,7.17-7.18,1.38-1.43.64-2.2.4-2.45a1.15,1.15,0,0,0-.88-.45,2.56,2.56,0,0,0-1.64.87c-1.36,1.32-2.7,2.67-4,4l-2.86,2.86a2.16,2.16,0,0,0-.78,1.39,1.4,1.4,0,0,0,.9,1.34Z"/><path class="bb440ee2-c988-4460-b953-5fd6b263396b" d="M304.47,284.51c-2.87,2.63-5.59,5.42-8.27,8.25a3.36,3.36,0,0,0-.44,4c.7,1.43,1.87,2.09,3.91,2.16a2.68,2.68,0,0,0,1.73-.78c2.84-2.78,5.72-5.52,8.39-8.46,1.41-1.56,1.12-3.47-.39-4.94A3.34,3.34,0,0,0,304.47,284.51Z"/><path class="bb440ee2-c988-4460-b953-5fd6b263396b" d="M299.73,301.28h-.19c-2.86-.12-4.79-1.25-5.88-3.48a5.67,5.67,0,0,1,.84-6.65c2.39-2.52,5.25-5.49,8.38-8.37h0a5.68,5.68,0,0,1,8.16.29c2.47,2.41,2.67,5.78.49,8.19-2.32,2.56-4.81,5-7.22,7.32L303,299.83A5,5,0,0,1,299.73,301.28Zm6.32-15c-3,2.77-5.81,5.67-8.15,8.13-.15.16-.46.5,0,1.36.19.38.38.77,1.72.85a.78.78,0,0,0,.18-.11l1.28-1.25c2.36-2.29,4.79-4.66,7-7.1.23-.27.67-.75-.28-1.69s-1.43-.46-1.72-.19Z"/><path class="bb440ee2-c988-4460-b953-5fd6b263396b" d="M460.73,211.46A23,23,0,0,0,434.58,225c-.71,1.67-.26,4.21-2.09,4.91-1.66.65-3.78,0-5.67.19-1.65.16-2-.58-2.08-2A63.17,63.17,0,0,0,410,192.3c-1.05-1.26-1-1.89.14-3,4.46-4.31,8.87-8.69,13.14-13.19,1.26-1.32,2.05-1.64,3.85-.82a14.82,14.82,0,0,0,17.13-4,15.25,15.25,0,0,0,1.63-18,15.25,15.25,0,0,0-27,14.17c.3.67,1.15,1.23.11,2.23-4.92,4.75-9.74,9.61-14.57,14.46-.77.78-1.25,1.1-2.29.22a63,63,0,0,0-36.51-15.19c-1.2-.09-1.61-.49-1.59-1.74.08-4.14.1-8.28,0-12.42a2.06,2.06,0,0,1,1.77-2.43,19,19,0,0,0,13.46-20.11A19.1,19.1,0,1,0,351,151.18c1.78,1,4.65.61,5.33,2.76s.14,4.42.14,6.65v.47c0,2-.12,4,0,6,.13,1.68-.51,2.11-2.1,2.24A62.4,62.4,0,0,0,318.91,184c-1.35,1.12-2,1.13-3.2-.12q-15.94-16.14-32-32.11c-1.28-1.27-1.86-2.07-.95-4a14.76,14.76,0,0,0-3.3-16.5,15.27,15.27,0,1,0-4.64,24.85c.7-.31,1.31-1.29,2.42-.15q16.68,16.92,33.51,33.68c1,1,.86,1.5,0,2.48a64.57,64.57,0,0,0-14.58,32.14c-.3,1.91.51,4.6-1.08,5.57s-3.86.12-5.84.29c-1.5.12-1.94-.49-2.3-1.86a22.86,22.86,0,1,0-1,14.5c.7-1.65.47-4.12,1.93-4.83s3.75,0,5.64-.24,2.22.66,2.31,2.28a48.59,48.59,0,0,0,2.78,13.75c9.52,26.35,28.12,41.38,56,44.78,1.48.18,2,.58,1.95,2.15-.12,4-.13,8,0,11.94.06,1.55-.43,2.13-1.88,2.58a19,19,0,0,0-13.4,17.08,19.08,19.08,0,0,0,37.64,5.44,19,19,0,0,0-13.17-22.59,1.92,1.92,0,0,1-1.63-2.29c.09-4.06.12-8.13,0-12.19-.05-1.6.52-2,2-2.11a62.77,62.77,0,0,0,35.7-14.78c1.23-1,1.86-1.11,3,.1,4.3,4.47,8.68,8.88,13.16,13.17,1.28,1.24,1.71,2,.86,3.85a14.89,14.89,0,0,0,3.9,17.18,15.26,15.26,0,1,0,3.64-25.28c-.64.29-1.13,1-2,0q-7.12-7.38-14.43-14.59c-1-1-.89-1.49-.06-2.48a64.8,64.8,0,0,0,14.61-32.38c.28-1.84-.53-4.42,1-5.36s3.72-.09,5.61-.29c1.7-.18,2.2.51,2.62,2.08a22.84,22.84,0,0,0,44.93-5.35A23,23,0,0,0,460.73,211.46Zm-28.18-57.9a7.64,7.64,0,1,1-7.39,7.75A7.66,7.66,0,0,1,432.55,153.56Zm-164-3.84a7.64,7.64,0,1,1,7.71-7.45A7.67,7.67,0,0,1,268.58,149.72Zm-3.88,99.44a15.3,15.3,0,1,1,15.41-15.22A15.3,15.3,0,0,1,264.7,249.16Zm168,49.73a7.64,7.64,0,1,1-7.5,7.64A7.67,7.67,0,0,1,432.66,298.89ZM348.82,134.44a11.44,11.44,0,1,1,11.33,11.45A11.5,11.5,0,0,1,348.82,134.44Zm22.89,198.81a11.44,11.44,0,1,1-11.36-11.41A11.51,11.51,0,0,1,371.71,333.25Zm28.81-58.67c-11.24,10.95-24.71,16.41-40.38,16.7-15.4-.34-28.75-5.72-39.9-16.49a3.14,3.14,0,0,1-1.15-3.28c3.3-16.76,13-27.91,29.11-33.42.52-.18,1.06-.31,1.58-.5a3.84,3.84,0,0,0,2.82-3.48,3.69,3.69,0,0,0-2.15-3.68c-7.11-3.88-10.13-10-9.1-17.87,1-8.16,5.68-13.74,13.61-16.11,7.25-2.16,13.76-.36,19,5.06s6.6,11.84,4.6,19a15.47,15.47,0,0,1-7.8,9.53c-1.73.95-3.05,2.1-2.8,4.24s1.75,2.92,3.65,3.55c16.52,5.45,26.58,16.64,29.86,33.86A2.81,2.81,0,0,1,400.52,274.58Zm7.32-9.33c-4.5-15.1-13.67-25.88-27.78-32.68a24.71,24.71,0,0,0,6.73-14,27.08,27.08,0,0,0-23.37-30.44c-13.61-1.9-27.29,8.3-29.47,22.25-1.23,7.9.35,15,5.64,21.14.61.7.92,1.05-.19,1.69C324,242.08,319.32,247.72,312.65,265c-12.46-16.52-15.16-48.21,6.17-70.74a57.16,57.16,0,0,1,79.91-2.91C422.05,212.69,421.83,245.67,407.84,265.25Zm47.61-16.09A15.3,15.3,0,1,1,471,234,15.29,15.29,0,0,1,455.45,249.16Z"/><path class="bb440ee2-c988-4460-b953-5fd6b263396b" d="M360.35,354.83a19.78,19.78,0,0,1-2.65-.18,21.63,21.63,0,0,1-18.83-22.55,21.35,21.35,0,0,1,15-19.2l.25-.09v-.18c-.13-3.79-.13-7.78,0-11.86-28.5-3.51-47.93-19.09-57.76-46.3a51,51,0,0,1-2.91-14.41V240A16.06,16.06,0,0,1,291,240a8.27,8.27,0,0,0-2,0,9.06,9.06,0,0,0-.31,1.31,12.13,12.13,0,0,1-.65,2.38,25.23,25.23,0,0,1-48-15c2.4-12.27,14.55-21.24,27.09-20a25.28,25.28,0,0,1,22,19l0,.11a16.09,16.09,0,0,1,2.43.07,10.16,10.16,0,0,0,2,0,10.31,10.31,0,0,0,0-1.6,14.92,14.92,0,0,1,.09-2.38,67.25,67.25,0,0,1,14.84-33c-12.58-12.56-23-23-32.65-32.82l-.33.15a17.62,17.62,0,1,1,5.37-28.66,17.09,17.09,0,0,1,3.78,19.14,2.25,2.25,0,0,0-.23.66h0s.18.21.69.72c11,11,21.83,21.77,32.05,32.13l0,0A64.93,64.93,0,0,1,354.13,167c-.1-1.4-.07-2.78-.05-4.12,0-.59,0-1.18,0-1.77v-.47c0-.74,0-1.49.1-2.23a10.64,10.64,0,0,0-.13-3.72,6.13,6.13,0,0,0-1.46-.44,10,10,0,0,1-2.8-1,21.49,21.49,0,1,1,31.8-20.93,21.35,21.35,0,0,1-15.11,22.6l-.11,0V155c.09,3.6.1,7.41,0,11.93a65.48,65.48,0,0,1,36.73,15.25c4.23-4.26,9-9,13.68-13.59l-.06-.14A17.53,17.53,0,0,1,429.23,144a17.44,17.44,0,0,1,18.64,8.17A17.65,17.65,0,0,1,446,172.85a17.15,17.15,0,0,1-19.87,4.56,3.47,3.47,0,0,0-.61-.23,4.46,4.46,0,0,0-.57.53c-3.74,3.93-7.91,8.12-13.11,13.17a65.57,65.57,0,0,1,15.22,36.84,19.34,19.34,0,0,1,2.19.06,7.72,7.72,0,0,0,2.29,0,8.05,8.05,0,0,0,.27-1.26,10.11,10.11,0,0,1,.61-2.42,25.49,25.49,0,0,1,28.8-14.9h0a25.37,25.37,0,0,1,19.72,25.24,25.19,25.19,0,0,1-49.55,5.92,3.19,3.19,0,0,0-.1-.35h0a15.57,15.57,0,0,1-2.66,0,10.13,10.13,0,0,0-1.8,0,11.37,11.37,0,0,0,0,1.44,13,13,0,0,1-.07,2.31,67.43,67.43,0,0,1-14.86,33.21c4.64,4.57,9.19,9.17,13.55,13.68A17.49,17.49,0,0,1,450,303a17.59,17.59,0,0,1-28.88,16.75,17.17,17.17,0,0,1-4.5-19.91,3.42,3.42,0,0,0,.22-.58,5.4,5.4,0,0,0-.57-.6c-4.26-4.1-8.54-8.39-13.1-13.12a65.31,65.31,0,0,1-36.78,15.25c.11,3.58.11,7.41,0,12h0a21.3,21.3,0,0,1,14.75,25.32A21.61,21.61,0,0,1,360.35,354.83ZM294,235.27a4.14,4.14,0,0,1,2.7.9,4.88,4.88,0,0,1,1.44,3.62,46.36,46.36,0,0,0,2.64,13.09c9.19,25.45,27.37,40,54,43.25,1,.13,4.14.51,4,4.55s-.13,8,0,11.79a4.46,4.46,0,0,1-3.53,4.9,16.75,16.75,0,0,0,3,32.63c8.11,1.1,16.46-4.78,18.23-12.85A16.71,16.71,0,0,0,365,317.3a4.2,4.2,0,0,1-3.28-4.58c.11-4.66.11-8.49,0-12.06-.09-2.77,1.3-4.29,4.12-4.53a60.7,60.7,0,0,0,34.4-14.24c.82-.68,3.31-2.75,6.21.27,4.56,4.74,8.84,9,13.09,13.11,1.57,1.51,2.83,3.35,1.37,6.52a12.46,12.46,0,0,0,3.32,14.43A12.94,12.94,0,1,0,438.66,295a13.19,13.19,0,0,0-11.4-.12l-.14.08a3.36,3.36,0,0,1-4.51-.56c-4.62-4.79-9.47-9.68-14.4-14.55-1.8-1.77-1.87-3.67-.21-5.65a62.85,62.85,0,0,0,14.09-31.24,9.79,9.79,0,0,0,0-1.46c-.05-1.67-.12-4.19,2.1-5.54a7.66,7.66,0,0,1,4.78-.67,11.33,11.33,0,0,0,1.8,0c4-.43,4.86,2.76,5.14,3.8a20.18,20.18,0,0,0,23.38,15,20.4,20.4,0,0,0,16.94-19.75,20.69,20.69,0,0,0-16-20.6h0a20.79,20.79,0,0,0-23.49,12.15,6.58,6.58,0,0,0-.3,1.34c-.24,1.45-.64,3.89-3.11,4.84a9.92,9.92,0,0,1-4.41.38,12.15,12.15,0,0,0-1.88,0,4.22,4.22,0,0,1-3.22-.83,4.67,4.67,0,0,1-1.42-3.32,61,61,0,0,0-14.23-34.47c-1.83-2.2-1.73-4.23.31-6.2,5.2-5,9.36-9.21,13.07-13.12,1.48-1.56,3.3-2.81,6.52-1.34a12.44,12.44,0,0,0,14.39-3.37,13,13,0,0,0,1.39-15.23,12.74,12.74,0,0,0-13.62-6,12.84,12.84,0,0,0-9.18,18s0,.05.07.1a3.44,3.44,0,0,1-.48,4.76c-5,4.82-10.06,9.92-14.53,14.42-1.79,1.8-3.63,1.93-5.47.36a60.92,60.92,0,0,0-35.19-14.64,3.69,3.69,0,0,1-3.74-4.12c.09-4.72.08-8.63,0-12.32a4.37,4.37,0,0,1,3.44-4.73A16.66,16.66,0,0,0,377,132.77a16.76,16.76,0,1,0-24.8,16.38,6.54,6.54,0,0,0,1.54.48c1.6.38,4,1,4.86,3.6a14.67,14.67,0,0,1,.33,5.44c0,.64-.08,1.29-.08,1.92v.47c0,.62,0,1.24,0,1.86,0,1.37,0,2.67.06,3.93.15,2-.46,4.45-4.24,4.77a60.28,60.28,0,0,0-34.18,14.16c-2.28,1.91-4.31,1.82-6.37-.27-10.22-10.35-21-21.15-32-32.1-1.49-1.48-3-3.34-1.42-6.67a12.4,12.4,0,0,0-2.83-13.86,12.92,12.92,0,1,0-3.91,21l.1-.07a3.53,3.53,0,0,1,4.92.43c9.9,10,20.54,20.74,33.49,33.67,1.78,1.77,1.84,3.67.18,5.65a62.56,62.56,0,0,0-14.06,31,10.72,10.72,0,0,0,0,1.55c0,1.71.11,4.29-2.14,5.66a8,8,0,0,1-5,.69,11,11,0,0,0-1.86-.06,4.23,4.23,0,0,1-4.77-3.6,20.51,20.51,0,1,0-.9,13,7.85,7.85,0,0,0,.36-1.45c.3-1.52.7-3.61,2.7-4.58a8.59,8.59,0,0,1,4.57-.51,11.9,11.9,0,0,0,1.85,0A6,6,0,0,1,294,235.27Zm72.4,77.91Zm-12.28-.13Zm0-12.86Zm12.27-145.56Zm-6.15,192.48h-.08a13.83,13.83,0,0,1-13.69-14,13.87,13.87,0,0,1,13.85-13.58h0a13.81,13.81,0,0,1,13.7,13.76,13.83,13.83,0,0,1-13.79,13.85Zm.08-22.92a9.11,9.11,0,0,0-6.54,15.5,9,9,0,0,0,12.84.09,9.15,9.15,0,0,0,2.72-6.53h0a9.12,9.12,0,0,0-9-9.06Zm72.45-7.67a10,10,0,0,1-.16-20h0a10,10,0,0,1,7.15,2.89,9.88,9.88,0,0,1,3,7.09,10,10,0,0,1-9.81,10Zm-.1-15.28a5.33,5.33,0,0,0-5.18,5.29,5.28,5.28,0,1,0,9-3.75,5.18,5.18,0,0,0-3.8-1.54Zm-72.5-7.61c-16.2-.36-30.16-6.13-41.58-17.15a5.5,5.5,0,0,1-1.82-5.42c3.47-17.6,13.78-29.44,30.65-35.19l.78-.25c.25-.07.51-.15.76-.24,1.12-.41,1.25-.93,1.28-1.42s0-1-.93-1.47c-7.91-4.31-11.47-11.31-10.31-20.23,1.19-9.19,6.47-15.43,15.27-18.06,8.06-2.4,15.44-.44,21.35,5.68,5.64,5.85,7.43,13.2,5.16,21.25a17.61,17.61,0,0,1-8.92,11c-1.72.94-1.66,1.42-1.6,1.92s.11.95,2.05,1.59c17.45,5.75,28,17.75,31.43,35.65a5.08,5.08,0,0,1-1.61,5A59.89,59.89,0,0,1,360.19,293.63Zm.6-95.73a18.12,18.12,0,0,0-5.16.8c-7,2.08-11,6.85-12,14.16-.91,7,1.67,12.11,7.9,15.51a6,6,0,0,1,3.37,5.89,6.12,6.12,0,0,1-4.36,5.53c-.33.12-.67.22-1,.33l-.62.19c-15.38,5.25-24.39,15.6-27.56,31.65-.1.51-.11.57.48,1.14a55.28,55.28,0,0,0,38.33,15.84c15.22-.29,27.91-5.54,38.68-16h0a1.31,1.31,0,0,0,.31-.37h0a1.29,1.29,0,0,0,0-.41c-3.1-16.33-12.36-26.82-28.29-32.07-1.43-.48-4.79-1.58-5.24-5.51-.48-4.12,2.9-6,4-6.57a13.14,13.14,0,0,0,6.66-8.11c1.81-6.45.45-12.07-4-16.72A15.57,15.57,0,0,0,360.79,197.9ZM407,270.51l-1.37-4.59c-4.32-14.49-13-24.7-26.55-31.23l-2.84-1.38,2.13-2.32a22.34,22.34,0,0,0,6.13-12.72,24.59,24.59,0,0,0-21.37-27.83c-12.33-1.73-24.86,7.75-26.82,20.28-1.19,7.6.48,13.89,5.09,19.24a3.47,3.47,0,0,1,1.09,2.9,3.58,3.58,0,0,1-1.88,2.37c-14.9,8.61-19.22,13.76-25.73,30.62l-1.52,3.94-2.54-3.37c-13.84-18.36-15.25-51,6.34-73.77a59.66,59.66,0,0,1,83.19-3c24.4,22.32,24,56.67,9.43,77Zm-46.65-91.64a54.6,54.6,0,0,0-39.78,17c-18.27,19.29-18.47,47.12-8.4,64.12,5.92-14.16,11.32-20.12,24.78-28.07-4.82-6.16-6.59-13.53-5.27-21.94,2.38-15.22,17.09-26.31,32.1-24.2a29.54,29.54,0,0,1,25.38,33,26.54,26.54,0,0,1-5.37,13,51.86,51.86,0,0,1,24.74,28.05c10.71-18.93,9.59-47.64-11.35-66.79A54.38,54.38,0,0,0,360.31,178.87Zm95.3,72.64h-.19a17.65,17.65,0,0,1,.28-35.29h.12a17.67,17.67,0,0,1,17.48,17.84A17.7,17.7,0,0,1,455.61,251.51Zm-.14-4.69h.13a13,13,0,0,0,9.28-22,12.93,12.93,0,1,0-9.41,22Zm-190.69,4.69h-.09a17.34,17.34,0,0,1-12.34-5.22,17.65,17.65,0,0,1,12.48-30.07h0A17.65,17.65,0,0,1,282.45,234,17.69,17.69,0,0,1,264.78,251.51Zm-.07-4.69h.07A13,13,0,0,0,274,224.74a12.8,12.8,0,0,0-9.14-3.82h0A12.95,12.95,0,0,0,255.69,243a12.69,12.69,0,0,0,9,3.83ZM432.8,171.18a10,10,0,0,1-.31-20h0a10.11,10.11,0,0,1,7.2,2.8,9.88,9.88,0,0,1,3.06,7,10,10,0,0,1-9.67,10.13Zm-.19-15.28a5.33,5.33,0,0,0-5.1,5.37,5.33,5.33,0,0,0,5.44,5.22,5.3,5.3,0,0,0,5.11-5.37,5.23,5.23,0,0,0-1.62-3.73,5.34,5.34,0,0,0-3.83-1.49Zm-163.92-3.84h-.14a10,10,0,0,1-9.86-10.24,10,10,0,0,1,10-9.73h.12a10,10,0,0,1-.08,20Zm0-15.28a5.3,5.3,0,0,0,0,10.59h0a5.28,5.28,0,0,0,3.83-9,5.25,5.25,0,0,0-3.73-1.62Zm91.54,11.46h-.05a13.83,13.83,0,0,1-13.66-13.81,13.83,13.83,0,0,1,13.8-13.81h.11a13.81,13.81,0,0,1-.2,27.62Zm.09-22.93a9,9,0,0,0-6.38,2.63,9.14,9.14,0,0,0-2.73,6.51h0a9.15,9.15,0,0,0,9,9.1,9.12,9.12,0,0,0,.19-18.24Z"/><path class="bb440ee2-c988-4460-b953-5fd6b263396b" d="M288.18,300.69c-4.73,4.71-9.51,9.38-14.1,14.22-1.17,1.23-1.88,1.25-3.29.61a14.87,14.87,0,0,0-16.7,3.09,15.3,15.3,0,0,0,10.63,26.17,15.2,15.2,0,0,0,14-21.43c-.62-1.39-.41-2,.67-3.08,4.81-4.62,9.48-9.39,14.18-14.14,2.14-2.15,2.35-4.33.65-6.05S290.33,298.55,288.18,300.69Zm-23.33,36.44a7.64,7.64,0,1,1,7.62-7.53A7.67,7.67,0,0,1,264.85,337.13Z"/><path class="bb440ee2-c988-4460-b953-5fd6b263396b" d="M264.83,347.13h-.13A17.64,17.64,0,0,1,252.44,317a17.19,17.19,0,0,1,19.32-3.57c.16.08.29.12.37.16l.24-.24c3.68-3.88,7.53-7.7,11.26-11.39l2.9-2.88a7.31,7.31,0,0,1,5.18-2.45,5.83,5.83,0,0,1,4.18,1.85c2.61,2.65,2.36,6.32-.65,9.36l-2.37,2.38C289,314.07,285,318.09,281,322l-.24.24.09.2a17.55,17.55,0,0,1-16,24.73Zm-.14-30.59a12.74,12.74,0,0,0-8.95,3.74,12.95,12.95,0,0,0,9,22.15,12.68,12.68,0,0,0,10.88-5.81,12.82,12.82,0,0,0,1-12.31c-1-2.25-.65-4,1.18-5.73,4-3.83,7.95-7.83,11.78-11.71l2.37-2.39c1.68-1.7,1-2.38.64-2.75s-.72-.45-.86-.46a3.1,3.1,0,0,0-1.86,1.09l-2.9,2.88c-3.7,3.66-7.52,7.46-11.15,11.28a4.61,4.61,0,0,1-6,1.13A12.38,12.38,0,0,0,264.69,316.54Zm7.29-2.89Zm-7.11,25.82h0a10,10,0,0,1,0-20h0a9.9,9.9,0,0,1,7.08,3,10,10,0,0,1-7.05,17Zm0-15.28a5.3,5.3,0,0,0,0,10.59h0a5.29,5.29,0,0,0,3.71-9,5.24,5.24,0,0,0-3.75-1.57Z"/></svg>
				<div class="sale-marketplace-illustration__item__content">
				<h4>High Visibility and Reach</h4>
				<p>Get your brand and product in front of a large audience.</p>
				<br/>
				<div class="btn-container">
					<a href="/promote/" class="btn btn-yellow">Promote Business <svg xmlns="http://www.w3.org/2000/svg" height="20" width="20"><path d="m10 16-1.062-1.062 4.187-4.188H4v-1.5h9.125L8.938 5.062 10 4l6 6Z"/></svg></a>
				</div>
				</div>
			</div>
			<div class="sale-marketplace-illustration__item">
				<svg id="bfe2f815-fea8-46d8-98d7-c188a577161b" style="width: 70%; height: 100%; margin: auto;" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="-30 0 1000 850"><defs><style>.b9f943e3-a1d0-4626-ac6b-169f7de2e273{fill:#1b1464;}.e46a8e38-37ca-4faa-a2e0-f6b8e2b57a31{fill:#fc2;}.afb112d5-8d01-4f46-926b-185dc4f3cb35{fill:#000004;}</style></defs><title>Lead Generation</title><path class="b9f943e3-a1d0-4626-ac6b-169f7de2e273" d="M567,223.38q0,33.62,0,67.24c0,10.37-3.09,13.52-13.23,13.58-7.25.05-14.5.15-21.74,0-7.07-.19-11-3.87-11-9.8s3.9-9.21,11.19-9.38h1.28c14.28-.11,14.28-.11,14.28-14.15q0-63.73,0-127.45c0-10.55,2.72-13.32,13.07-13.33,23.22,0,46.45-.07,69.67,0,8,0,12.69,5.33,10.77,12-1.62,5.64-6,7.18-11.42,7.17-19-.06-37.93.19-56.89-.16-5.21-.1-6.18,1.56-6.13,6.36C567.18,178.12,567,200.75,567,223.38Z"/><path class="b9f943e3-a1d0-4626-ac6b-169f7de2e273" d="M547.86,539.36c0-22.84-.16-45.69.12-68.52.07-4.95-1.41-6.36-6.11-5.92a72.27,72.27,0,0,1-12.13-.06c-5.17-.39-8.16-3.45-8.56-8.61s2.07-9.18,7.13-9.82a121,121,0,0,1,31.18,0c6.11.83,7.58,6,7.57,11.65,0,19.85,0,39.7,0,59.56,0,25.62.12,51.23-.1,76.85-.05,4.79.88,6.47,6.11,6.37,19.17-.35,38.36-.22,57.53-.1,8.66.06,13.65,7.1,10.14,13.93-2,3.81-5.27,5.27-9.47,5.26-24.29,0-48.58,0-72.87-.06-7.32,0-10.48-3.57-10.5-11.37C547.82,585.47,547.86,562.42,547.86,539.36Z"/><path class="b9f943e3-a1d0-4626-ac6b-169f7de2e273" d="M581.32,365.47c16.4,0,32.8,0,49.2,0,4.62,0,8.48,1.23,10.47,5.74,2.62,5.91-1,12.38-7.8,13.15-5.05.57-10.2.34-15.31.34q-40.57,0-81.15,0a56.45,56.45,0,0,1-6.38-.17c-6.15-.71-9.52-4.47-9.23-10.09.26-5.29,3.73-8.75,9.72-8.87,10.43-.23,20.87-.08,31.31-.09Z"/><rect class="e46a8e38-37ca-4faa-a2e0-f6b8e2b57a31" x="409.86" y="260.87" width="37.68" height="56.51"/><rect class="e46a8e38-37ca-4faa-a2e0-f6b8e2b57a31" x="409.86" y="430.41" width="37.68" height="56.51"/><path class="afb112d5-8d01-4f46-926b-185dc4f3cb35" d="M450.49,415c-24.93,0-49.86,0-74.8,0-24.5,0-49,.33-73.51-.24-22.76-.54-40.3-22.08-37.15-44.51,3-21.16,18.94-35,41-35.11,47.73-.14,95.46,0,143.2,0,11.46,0,14.21-2.81,14.21-14.47q0-31.38,0-62.77c0-10.85-2.82-13.72-13.52-13.72q-71.28,0-142.56,0c-3.84,0-7.69,0-11.5.29-5.54.47-9.05,4.45-8.94,9.72s3.81,9,9.36,9.36c1.27.1,2.56,0,3.83,0,29.41-.06,58.82,0,88.22-.26,4.39,0,5.18,1.4,5.11,5.37-.23,13.44-.34,26.9,0,40.34.15,5.36-.85,7.17-6.78,7.1-28.34-.34-56.69-.56-85,.09-36.43.83-63.33,36.84-54.65,72.26,6.61,27,28.84,45.25,56.67,45.67,28.12.42,56.26.21,84.38.06,4,0,5.47.84,5.38,5.2-.29,14.3-.22,28.6,0,42.91.06,3.59-.92,4.65-4.56,4.6-14.28-.21-28.55,0-42.83-.1-17.68-.09-35.58,1.42-53-.76-47.22-5.91-80.19-31.95-94.5-77.39-14.22-45.14-2.34-85,32.42-117.42,9.11-8.51,19.81-14.64,31.25-19.49,4.09-1.73,6.68-4.69,6.81-9.18a9,9,0,0,0-4.93-8.41c-3.72-2.07-7.33-1-11,.58A130.91,130.91,0,0,0,174.44,386c5.42,66.56,60.56,118.62,127.24,119.78,23.86.41,47.73.07,71.6.07v.08q38.36,0,76.71,0c10.44,0,13.46-3,13.47-13.14q0-32.34,0-64.69C463.45,418.16,460.28,415,450.49,415ZM416.78,263.22c7.86.23,15.72.19,23.58,0,3.05-.07,4,.91,4,4q-.19,22.35,0,44.71c0,3.14-1.14,4-4.1,3.93-7.86-.15-15.73-.23-23.58,0-3.55.12-4.25-1.24-4.17-4.42.19-7.44.06-14.9.06-22.35,0-7.24.19-14.48-.08-21.71C412.36,264,413.49,263.13,416.78,263.22ZM444.34,482.6c0,2.88-.58,4.24-3.82,4.16-8.07-.18-16.15-.21-24.22,0-3.24.09-3.86-1.14-3.79-4,.17-7.44.05-14.9.05-22.35s.14-14.91-.06-22.35c-.08-3.11,1-4,4-3.92,7.85.18,15.72.22,23.58,0,3.47-.1,4.29,1.19,4.26,4.43Q444.14,460.57,444.34,482.6Z"/><path class="afb112d5-8d01-4f46-926b-185dc4f3cb35" d="M825.75,191.66c-.2-5.83-4.31-9.27-10-9.06-5.54.2-8.89,3.47-9,9.24q-.23,9.82,0,19.67c.1,4.44-2,6.14-6.92,6.12q-40.92-.16-81.84,0c-4.85,0-6.95-1.57-6.89-6.11.17-14.65-.09-29.31.15-44,.16-10.06,4.52-18.65,12.35-25.84,2.57-2.36,4.25-3,7.72-.43,15.1,11.13,35,11.83,51.27,2.83,2.9-1.6,4.86-6.23,9.24-4.13,3.32,1.59,5.59,4.67,7.72,7.59a39.19,39.19,0,0,1,5.36,10.4c2.33,6.71,6.6,9.27,12.5,7.78s8.14-6.31,5.79-13.19A55.16,55.16,0,0,0,804,126.44c-1.64-1.26-4-1.93-2.86-5,3.07-8.42,2.4-17.23,1.69-25.83-1.38-16.64-11.1-28.25-28-35-2.86-1.13-6.22-.85-8.8-2.67H750.71c-1,1.69-3,1.16-4.54,1.64-16.42,5.11-27.24,15.1-30.5,30.57a66.84,66.84,0,0,0,.35,29.28c.75,3.13.42,5-2.56,7.25-11.41,8.54-18.84,19.52-20.51,32.89-2.37,19-1.39,38.13-.59,57.17.44,10.4,10.88,18,22.83,18.06q43.48.28,87,0c13-.08,22.68-8.32,23.51-20.09A223,223,0,0,0,825.75,191.66ZM734.69,92.37c2.65-10.11,12.92-17.07,24.31-17s21.08,6.7,23.81,16.77a46.73,46.73,0,0,1,.15,23.46c-2.73,11.12-14.69,18.59-26.51,17.27-12.94-1.44-22.1-10.41-22.51-22.08-.09-2.31,0-4.62,0-6.94h-.31C733.93,100,733.72,96.06,734.69,92.37Z"/><path class="afb112d5-8d01-4f46-926b-185dc4f3cb35" d="M826,667.32c-.51-12.67-.17-25.36-.1-38.05.11-17.87-6.92-32.86-22.55-44.37-1.72-1.27-2.87-2.14-2-4.62,2.92-8.48,2.25-17.3,1.57-25.94-1.53-19.51-19.25-34.76-41.23-36.16-21.11-1.35-40.81,11.45-45.58,30.21-2.5,9.84-2.15,19.93-.09,29.85.69,3.28.48,5.3-2.67,7.63-11.38,8.4-18.54,19.24-20.41,32.34-2.26,15.82-.1,31.78-1.07,47.64-.78,12.69,4.59,21.45,18,26.15h26.86c4.76-2.54,8.05-6,6.15-11.15s-6.82-6.18-12.38-6c-4.47.18-8.95,0-13.42.06-4,.09-5.92-1.43-5.91-5,.08-15.35-.28-30.71.27-46,.34-9.41,5.14-17.45,12.89-24,2-1.71,3.35-2.43,6.24-.41,18.1,12.68,38.49,12.68,56.76,0,2.86-2,4.19-1.36,6.23.38,8.79,7.48,13,16.73,13.14,27.42.16,13.83-.06,27.67.1,41.5,0,4.67-2.06,6.41-7.28,6.25-8.31-.26-16.63,0-24.94-.1-5.4-.08-10.28.41-12.54,5.7s1.43,8.4,5.38,11.39h40.92C820.34,687.28,826.44,679.44,826,667.32Zm-43.19-91.88c-3,10.57-14.67,17.5-26.48,16.29-12.45-1.29-21.83-10.21-22.32-21.29-.11-2.46,0-4.92,0-8.68.14-2.47-.45-6.28.7-10,3-9.67,12.77-16.47,23.89-16.61,11.4-.13,21.63,6.57,24.3,16.69A44.79,44.79,0,0,1,782.76,575.44Z"/><path class="afb112d5-8d01-4f46-926b-185dc4f3cb35" d="M825.87,402.1c.22-18.63-6.66-34.31-22.87-46.23-1.6-1.17-2.6-2.06-1.82-4.26,3-8.64,2.28-17.61,1.69-26.41-1.27-19.19-18.58-35.14-39.14-36.74-23-1.79-42.68,10.46-47.65,30.3-2.56,10.21-2.17,20.68-.05,31,.57,2.8.79,4.6-2.15,6.82-14.79,11.13-21.94,25.66-22,43.07,0,14.27-.06,28.55,0,42.82.06,13.84,9.41,22.39,24.63,22.49,14.06.1,28.13,0,42.19,0,13.85,0,27.7,0,41.55,0,16,0,25.41-8.45,25.52-22.93C825.92,428.72,825.71,415.41,825.87,402.1Zm-91.26-79.73c3-10.13,12.93-16.89,24.51-16.78,11.39.11,21.12,6.63,23.7,16.77a46.16,46.16,0,0,1-.18,24.57c-3.23,10.9-14.8,17.27-27.58,15.81-11.53-1.31-20.62-10.49-21.1-21.36-.11-2.5,0-5,0-8.93C734.06,330,733.48,326.15,734.61,322.37Zm65.62,125.29c-13.84-.15-27.67-.06-41.51-.06-13.63,0-27.25-.1-40.87.06-4.87.06-6.89-1.46-6.83-6,.21-14.64-.06-29.3.17-43.94.16-10.29,4.78-19,12.77-26.25,2.35-2.15,4-2.24,6.86-.25C749,383.72,769.28,383.63,787,371c2.66-1.9,4.15-1.7,6.34.21,8.59,7.45,13,16.61,13.19,27.28.25,14.45,0,28.91.12,43.36C806.73,446,804.9,447.7,800.23,447.66Z"/></svg>
				<div class="sale-marketplace-illustration__item__content">
				<h4>Lead Generation</h4>
				<p>Identify and cultivate potential customers for your business's products or services.</p>
				<div class="btn-container">
					<a href="/promote/" class="btn btn-yellow">Receive Leads <svg xmlns="http://www.w3.org/2000/svg" height="20" width="20"><path d="m10 16-1.062-1.062 4.187-4.188H4v-1.5h9.125L8.938 5.062 10 4l6 6Z"/></svg></a>
				</div>
				</div>
			</div>
		</div>

      <!-- <div class="sale-marketplace-illustration__list">
        <div class="sale-marketplace-illustration__item">
          <img loading="lazy" class="sale-marketplace-illustration__item-illustration"
            src="/homepage/img/sale_marketplace_1.jpg" alt="Sell business fast with 0% commission">
          <h4>Sell Fast, 0% Commission</h4>
          <p>We help thousands sell their businesses online from just £49 a month</p>
          <a href="/sell_business/" class="btn btn-yellow" onclick="">Sell My Business
            <svg xmlns="http://www.w3.org/2000/svg" height="20" width="20"><path d="m10 16-1.062-1.062 4.187-4.188H4v-1.5h9.125L8.938 5.062 10 4l6 6Z"/></svg>
          </a>
        </div>
        <div class="sale-marketplace-illustration__item">
          <img loading="lazy" class="sale-marketplace-illustration__item-illustration"
            src="/homepage/img/sale_marketplace_2.jpg" alt="Sell your business with our brokers">
          <h4>Sell With Broker</h4>
          <p>Our Brokers are experts at valuating and selling large and small businesses</p>
          <a href="/sell-with-brokers/" class="btn btn-yellow" onclick="">Sell With Broker
            <svg xmlns="http://www.w3.org/2000/svg" height="20" width="20"><path d="m10 16-1.062-1.062 4.187-4.188H4v-1.5h9.125L8.938 5.062 10 4l6 6Z"/></svg>
          </a>
        </div>
        <div class="sale-marketplace-illustration__item">
          <img loading="lazy" class="sale-marketplace-illustration__item-illustration"
            src="/homepage/img/sale_marketplace_3.jpg" alt="Open a business with an established franchise brand">
          <h4>Open A Franchise</h4>
          <p>Open a business with an established brand and working business model</p>
          <a href="/franchise-login/register/" class="btn btn-yellow" onclick="">View Franchise
            Opportunity
            <svg xmlns="http://www.w3.org/2000/svg" height="20" width="20"><path d="m10 16-1.062-1.062 4.187-4.188H4v-1.5h9.125L8.938 5.062 10 4l6 6Z"/></svg>
          </a>
        </div>
      </div> -->

    </div>
  </section>
  <!-- SALE MARKETPLACE ILLUSTRATION -->

    <!-- WHO IS RIGHTBIZ -->
  <section id="who-rightbiz">
    <div class="container">
      <div class="who-rightbiz__content-list">
        <div class="who-rightbiz__content-item">
          <span class="who-rightbiz__sub-title">About Yellowleaf</span>
          <h2 class="title">Helping you promote your business</h2>
          <p>Yellowleaf is an online free service and our aim is to provide all users the ability to search for information of their local businesses instantly. At Yellowleaf we believe in providing all users appropriate user accessibility and usability and therefore our objective is to ensure that our users have a flowing and comfortable browsing experience.</p>
        </div>
        <div class="who-rightbiz__content-item">
          <span class="who-rightbiz__sub-title">About Yellowleaf</span>
          <h2 class="title">Helping you promote your business</h2>
          <p>Yellowleaf also provides small and medium sized enterprises (SME) the opportunity to promote their businesses, delivering them high and quality exposure and growth of their business and reputation.</p>
        </div>
        <div class="who-rightbiz__control">
          <span class="prev">
            <svg xmlns="http://www.w3.org/2000/svg" height="24" width="24"><path d="m12 20-8-8 8-8 1.425 1.4-5.6 5.6H20v2H7.825l5.6 5.6Z"/></svg>
          </span>
          <span class="next">
            <svg xmlns="http://www.w3.org/2000/svg" height="24" width="24"><path d="m12 20-1.425-1.4 5.6-5.6H4v-2h12.175l-5.6-5.6L12 4l8 8Z"/></svg>
          </span>
        </div>
      </div>
    </div>
  </section>
  <!-- WHO IS RIGHTBIZ -->

<script src="https://code.jquery.com/jquery-3.6.0.min.js"
	integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<script>
	$(document).ready(function(){
        if($( window ).width() < 575){
            $("#a_id").after('<input type="hidden" id="v" name="v" value="m">');
        }
    });
	$('.btn-city').click(function () {
		$('.btn-city').removeClass('active')
		$('.city').removeClass('active')

		$(this).addClass('active')
		$($(this).attr('data-target')).addClass('active')
	})

	$('[data-toggle="modal"]').click(function (e) {
		e.preventDefault()
		$('html').addClass('overflow-hidden')
		$($(this).attr('data-target')).addClass('active')
	})

	$(document).click(function (e) {
		if($(e.target).is('.popup, .popup-close')) {
			e.preventDefault()
			$('html').removeClass('overflow-hidden')
			$(e.target).closest('.popup').removeClass('active')
		}

		if(!$(e.target).is('.search-group, .search-group *')) {
			$('.search-group .form-control-autocomplete-list').remove()
		}
	})



  // start: Who Is RightBiz
var nextBtn = $("#who-rightbiz .who-rightbiz__control .next");
var prevBtn = $("#who-rightbiz .who-rightbiz__control .prev");
var allContent = $("#who-rightbiz .who-rightbiz__content-item");
var whoIndex = 0;

allContent.eq(whoIndex).addClass("active");

nextBtn.click(function () {
  if (whoIndex < allContent.length - 1) {
    whoIndex++;
  } else {
    whoIndex = 0;
  }

  $("#who-rightbiz .who-rightbiz__content-item.active").removeClass("active");
  allContent.eq(whoIndex).addClass("active");
});

prevBtn.click(function () {
  if (whoIndex > 0) {
    whoIndex--;
  } else {
    whoIndex = allContent.length - 1;
  }

  $("#who-rightbiz .who-rightbiz__content-item.active").removeClass("active");
  allContent.eq(whoIndex).addClass("active");
});
// start: Who Is RightBiz
</script>
<script>
	function Save_Search_Input() {
		let search_val = $("#categoryInp").val();

		$.ajax({
			type: "GET",
			url: "/include-functions/save-search-inp.php?keyword=" + search_val,
			success: function (response) {
				console.log(response);
			}
		});
	}

	// function close_suggestion(){
	//    $(".search-suggestion-wrapper").css("display", "none");
	// }
	// function select_suggest(e){
	//    e = e || window.event;
	//  let target = e.target || e.srcElement;
	//  let val = $(target).text();
	//  $("#box").val(val);
	//  close_suggestion();
	// }

	//   var inputSearch = document.getElementById('box')
	//   autocompleteSearch(inputSearch)

	//   function autocompleteSearch(inp) {
	//     var selectedId = -1

	//     inp.addEventListener('input', inputAction)
	//     inp.addEventListener('focus', inputAction)

	//     inp.addEventListener('keydown', function (e) {
	//       var wrapperList = this.parentNode.querySelectorAll('.form-control-autocomplete-list > *')
	//       if (wrapperList.length < 1) return

	//       if (e.keyCode == 40) {
	//         selectedId++
	//         addActive(wrapperList)
	//       } else if (e.keyCode == 38) {
	//         selectedId--
	//         addActive(wrapperList)
	//       } else if (e.keyCode == 13) {
	//         e.preventDefault()
	//         wrapperList[selectedId].click()
	//       }
	//     })

	//     async function inputAction() {
	//       var item, wrapper, arr, val = inp.value

	//       selectedId = -1

	//       await fetch('/include-functions/get-search-suggest.php?search_inp=' + val)
	//         .then(function (resp) {
	//           return resp.json()
	//         })
	//         .then(function (data) {
	//           closeAutocomplete()
	//           arr = data.data
	//         })

	//       wrapper = document.createElement('ul')
	//       wrapper.className = 'form-control-autocomplete-list'
	//       this.parentNode.appendChild(wrapper)

	//       if (arr.length == 0) {
	//         item = document.createElement('li')
	//         item.className = 'no-event'
	//         item.innerHTML = 'No matching keyword'
	//         wrapper.appendChild(item)
	//       }

	//       for (var i = 0; i < 8; i++) {
	//         if (arr[i]) {
	//           item = document.createElement('li')
	//           item.dataset.value = arr[i].keyword
	//           item.innerHTML = arr[i].keyword

	//           item.addEventListener('click', function () {
	//             inp.value = this.dataset.value
	//             inp.blur()
	//             closeAutocomplete()
	//           })

	//           wrapper.appendChild(item)
	//         }
	//       }
	//     }

	//     function addActive(wrapperList) {
	//       removeActive(wrapperList)

	//       if (selectedId >= wrapperList.length) selectedId = 0
	//       if (selectedId < 0) selectedId = (wrapperList.length - 1)

	//       wrapperList[selectedId].classList.add('active')
	//     }

	//     function removeActive(wrapperList) {
	//       for (var i = 0; i < wrapperList.length; i++) {
	//         wrapperList[i].classList.remove("active");
	//       }
	//     }

	//     function closeAutocomplete(element) {
	//       var autocompleteList = document.getElementsByClassName('form-control-autocomplete-list')

	//       for (var i = 0; i < autocompleteList.length; i++) {
	//         if (element != autocompleteList[i] && element != inp) {
	//           autocompleteList[i].parentNode.removeChild(autocompleteList[i])
	//         }
	//       }
	//     }

	//     document.addEventListener('click', function (e) {
	//       closeAutocomplete(e.target)
	//     })
	//   }


	function get_Search_Suggest() {
		let search_val = $("#categoryInp").val();

		if (search_val.length > 0) {
			$(".search-suggestion-wrapper").css("display", "block");
		} else {
			close_suggestion()
		}
		let search_suggestion_data = [];
		$.ajax({
			type: "GET",
			url: "/include-functions/get-search-suggest.php?search_inp=" + search_val,
			success: function (response) {
				var result = response.results

				if (response != "") {
					if (response != "NOT_FOUND") {
						search_suggestion_data = JSON.parse(response);
						let output = `<div class="search-wrapper-header">
	      <b style="font-weight: bold;">Similar searches</b>
	</div>
	<div class="search-suggestions" id="search_suggestions">`;
						search_suggestion_data.results.forEach(element => {
							let querystr = search_val;
							let result = element.keyword;
							let final_str = result.replace(querystr, '<b style="color: #FFCC22;">' + querystr + '</b>');
							output += `<div class="search-suggest" onclick="select_suggest(event)">${final_str}</div>`
						});

						output += `</div>`;
						$("#search_suggestion_wrapper").html(output);
					} else {
						let output = `<div class="search-wrapper-header">
	         <b style="font-weight: bold;">Similar searches</b>
	   </div>
	   <div class="search-suggestions" id="search_suggestions">
	         <div style="color: red; font-weight: 500; padding: 10px">No search result found</div>
	      </div>`;


						output += `</div>`;
						$("#search_suggestion_wrapper").html(output);
					}
				}
			}
		});
	}

	$("#categoryInp").on("input focus", () => {
		//    get_Search_Suggest();
		Save_Search_Input();
	})

	// $("#box").on("focusout", ()=>{
	//    if (!$("#search_suggestion_wrapper").is(":hover")) {
	//       close_suggestion()
	//    }
	// })



	function searchCat(str, e) {
		var el = $(e.target)
		var unicode = e.keyCode;
		var url = "/ajax/ajax_search_cat.php?hint=" + escape(str);
		$.ajax({
			url: url,
			success: function (result) {
				$('.form-control-autocomplete-list').remove()
				var resp = JSON.parse(result);
				var data = resp.data;
				var li = '';
				for (var x in data) {
					li += "<li>" + data[x].keyword + "</li>";
				}
				el.parent().append('<ul class="form-control-autocomplete-list" id="category_suggestions_list">'+li+'</ul>')
			},
		});
	}

	function searchLoc(str, e) {
		var el = $(e.target)
		var unicode = e.keyCode;
		var url = "/ajax/ajax_search_loc.php?hint=" + escape(str);
		$.ajax({
			url: url,
			success: function (result) {
				$('.form-control-autocomplete-list').remove()
				var resp = JSON.parse(result);
				var data = resp.data;
				var li = '';
				for (var x in data) {
					// li += "<li>" + html(data[x].area_name) + "</li>";
					li += "<li data-id="+data[x].town_id+">" + data[x].stripped_name + "</li>";
				}
				el.parent().append('<ul class="form-control-autocomplete-list" id="town_suggestions_list">'+li+'</ul>')
			},
		});
	}

	const setCatScore = (keyword) =>{
		if (keyword != "") {
			$.ajax({
				type: "GET",
				url: "/include-functions/set_cat_score.php?action=click&cat="+keyword,
				success: function (response) {
					// console.log(response);
				}
			});
		}
	}

	$(document).on('click', '.form-control-autocomplete-list li', function() {
		let keyword = $.trim($(this).text());
		var a_id = $.trim($(this).data("id"));
		$(this).parent().siblings('input').val(keyword)

		if($(this).attr("data-id")){
			$("#a_id").val(a_id);
		}

		$('.form-control-autocomplete-list').remove()
		setCatScore(keyword);
	})

	$(".listing-favourite").click(function () {
		var fav = $(this);
		var id = fav.data("id");

		var url = "/ajax/add_fav.php?id=" + escape(id);
		$.ajax({
			url: url,
			success: function (result) {
				var resp = JSON.parse(result);
				if (resp.status == 'success') {
					if (resp.stat == 1) {
						fav.html('<svg><use xlink:href="/homepage/index.svg#heart-fill"></use></svg>'); return false;
					} else {
						fav.html('<svg><use xlink:href="/homepage/index.svg#heart-outline"></use></svg>'); return false;
					}
				}
			},
		});

	});
</script>

<?php
include_once $path . '/header-footer/footer.php';
?>

Youez - 2016 - github.com/yon3zu
LinuXploit