File: /home/floridasbestlawnandpest/public_html/fblp/header.php
<!doctype html>
<html class="no-js" lang="zxx">
<head>
<!--========= Required meta tags =========-->
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!--====== Title ======-->
<title>Florida's Best Lawn and Pests</title>
<!--====== Favicon ======-->
<link rel="shortcut icon" href="assets/images/logo/favicon.png" type="images/x-icon" />
<!--====== CSS Here ======-->
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/css/animate.min.css">
<link rel="stylesheet" href="assets/css/font-awesome.min.css">
<link rel="stylesheet" href="assets/css/lightcase.css">
<link rel="stylesheet" href="assets/css/meanmenu.css">
<link rel="stylesheet" href="assets/css/nice-select.css">
<link rel="stylesheet" href="assets/css/owl.carousel.min.css">
<link rel="stylesheet" href="assets/css/odometer.css">
<link rel="stylesheet" href="assets/css/default.css">
<link rel="stylesheet" href="assets/css/style.css">
<link rel="stylesheet" href="assets/css/responsive.css">
</head>
<body>
<!-- header start -->
<header class="site-header site-header-2">
<div class="nav-area">
<div class="container-fluid">
<div class="row align-items-lg-center align-items-start">
<div class="col-xl-3 col-lg-3 my-auto">
<div class="header-info-left-wrap">
<div class="header-info-left">
<a href="index.html" class="site-logo">
<img src="assets/images/logo/logo.png" alt="Cleanixer" width="100px;">
</a>
</div>
<div class="mobile-menu"></div>
</div>
</div>
<div class="col-xl-6 col-lg-6 d-none d-xl-block d-lg-block">
<div class="main-menu">
<nav id="mobile-menu">
<ul>
<li>
<a href="https://www.floridasbestlawnandpest.com/fblp">Home </a>
</li>
<li><a href="pestcontrol.php">Pest Control</a>
<ul class="sub-menu">
<li><a href="bugspray.php">Perimeter Bug Spray</a></li>
</ul>
</li>
<li><a href="lawncare.php">Lawn Care</a>
<ul class="sub-menu">
<li><a href="sodandmulch.php">Sod and Mulch</a></li>
<li><a href="treeandshrub.php">Tree and Shrub</a></li>
<li><a href="landscape.php">Landscape Lighting</a></li>
</ul>
</li>
</li>
<li>
<ul>
<li><a href="contact.php">Contact</a></li>
</ul>
</li>
</ul>
</nav>
</div>
</div>
<div class="col-xl-3 d-none d-xl-block d-lg-block my-auto col-lg-3">
<div class="header-info-right">
<div class="header-lang">
<div class="lang-icon">
<a href="Tel: 18779563583" class="site-btn">Call Now: (877)-956-3583 <span class="icon"><i
class="fal fa-phone-alt"></i></span></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</header>
<!-- header end -->