HEX
Server: Apache/2.4.41
System: Linux mainweb 5.4.0-182-generic #202-Ubuntu SMP Fri Apr 26 12:29:36 UTC 2024 x86_64
User: nationalmedicaregrp (1119)
PHP: 8.3.7
Disabled: exec,passthru,shell_exec,system,popen,proc_open,pcntl_exec
Upload Files
File: /home/floridasbestlawnandpest/public_html/lawncare.php
<?php include "header.php";?>

<!-- PEST CONTROL MODAL -->
<div class="modal fade" id="pestControlModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true" style="z-index: 3000;">
    <div class="modal-dialog" role="document">
        <div class="bg-yellow modal-content px-4 py-4" id="exampleModalLabel">
            <div>
                <button type="button" class="close" data-dismiss="modal" aria-label="Close">
                <span aria-hidden="true">&times;</span>
                </button>
            </div>
            <h5 class="text-navy text-center text-uppercase font-pn-c-sb h3 mb-3">Need Pests Gone Fast?<br>Get A FREE Estimate!</h5>
            <form action="post-lead.php" method="POST" aria-label="Get A Free Estimate">
                <div class="row">
                    <div class="col-md-6">
                        <div class="form-group">
                            <label for="exampleFormControlInput1" class="font-pn-c-m mb-0">First Name:</label>
                            <input type="text" id="exampleFormControlInput1" class="form-control" name="firstname" value="" required>
                        </div>
                    </div>
                    <div class="col-md-6">
                        <div class="form-group">
                            <label for="last_name" class="font-pn-c-m mb-0">Last Name:</label>
                            <input type="text" id="last_name" class="form-control" name="lastname" value="" required>
                        </div>
                    </div>
                    <div class="col-md-6">
                        <div class="form-group">
                            <label for="exampleFormControlInput4" class="font-pn-c-m mb-0">Email:</label>
                            <input type="email" class="form-control" id="exampleFormControlInput4" placeholder="[email protected]" name="email" value="" required>
                        </div>
                    </div>
                    <div class="col-md-6">
                        <div class="form-group">
                            <label for="exampleFormControlInput5" class="font-pn-c-m mb-0">Phone:</label>
                            <input type="tel" class="form-control" id="exampleFormControlInput5" placeholder="(123)-456-7890" value="" name="phone">
                        </div>
                    </div>
                    <div class="col-md-6">
                        <div class="form-group">
                            <label for="city_input" class="font-pn-c-m mb-0">City:</label>
                            <input type="text" class="form-control" id="city_input" name="city" value="" required>
                        </div>
                    </div>
                    <div class="col-md-6">
                        <div class="form-group">
                            <label for="zip_input" class="font-pn-c-m mb-0">Zip Code:</label>
                            <input type="text" class="form-control" id="zip_input" name="zip" value="" required>
                        </div>
                    </div>
                    <div class="col-md-12 form-group">
                        <label for="formControlInput6" class="font-pn-c-m mb-0">Service</label>
                        <select class="form-control form-control-md" id="formControlInput6" name="servicetype" required>
                                <option selected hidden disabled value="">Select Service Type</option>
                                <option value="Lawn Pest Control" >Lawn Pest Control</option>
                                <option value="Mosquito Prevention" >Mosquito Prevention</option>
                                <option value="Flea & Tick Control" >Flea & Tick Control</option>
                                <option value="Whitefly Pest Control" >Whitefly Pest Control</option>
                                <option value="Fireant Control" >Fireant Control</option>
                                <option value="Ghost Ant Control" >Ghost Ant Control</option>
                                <option value="Foundation Ant Control" >Foundation Ant Control</option>
                                <option value="General Pest Control" >General Pest Control</option>
                                <option value="Exterior Pest Control" >Exterior Pest Control</option>
                                <option value="Barrier Spray" >Barrier Spray</option>
                                <option value="Perimeter Spray" >Perimeter Spray</option>
                                <option value="Perimeter Pest Prevention" >Perimeter Pest Prevention</option>
                                <option value="Spider Removal" >Spider Removal</option>
                                <option value="Brush Down" >Brush Down</option>
                                <option value="Spider Spray" >Spider Spray</option>
                                <option value="Small Animal Control" >Small Animal Control</option>
                                <option value="Rodent Control" >Rodent Control</option>
                                <option value="Pesticide Application" >Pesticide Application</option>
                                <option value="Outside Insecticide Application" >Outside Insecticide Application</option>
                                <option value="Multiple-Other" >Multiple / Other</option>
                            </select>
                    </div>

                    <div class="col-12 form-group text-center">
                        <button type="submit" class="btn btn-primary text-uppercase" value="Get Estimate">Get Estimate</button>
                    </div>
                </div>
            </form>
        </div>
    </div>
</div>
<!--/modal-->

<!-- LANDSCAPING MODAL -->
<div class="modal fade" id="landscapingModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true" style="z-index: 3000;">
    <div class="modal-dialog" role="document">
        <div class="bg-yellow modal-content px-4 py-4" id="exampleModalLabel">
            <div>
                <button type="button" class="close" data-dismiss="modal" aria-label="Close">
                <span aria-hidden="true">&times;</span>
                </button>
            </div>
            <h5 class="text-navy text-center text-uppercase font-pn-c-sb h3 mb-3">Want A Perfect Yard Year Round? Get A Free Quote!</h5>
            <form action="post-lead.php" method="POST" aria-label="Get A Free Estimate">
                <div class="row">
                    <div class="col-md-6">
                        <div class="form-group">
                            <label for="exampleFormControlInput1" class="font-pn-c-m mb-0">First Name:</label>
                            <input type="text" id="exampleFormControlInput1" class="form-control" name="firstname" value="" required>
                        </div>
                    </div>
                    <div class="col-md-6">
                        <div class="form-group">
                            <label for="last_name" class="font-pn-c-m mb-0">Last Name:</label>
                            <input type="text" id="last_name" class="form-control" name="lastname" value="" required>
                        </div>
                    </div>
                    <div class="col-md-6">
                        <div class="form-group">
                            <label for="exampleFormControlInput4" class="font-pn-c-m mb-0">Email:</label>
                            <input type="email" class="form-control" id="exampleFormControlInput4" placeholder="[email protected]" name="email" value="" required>
                        </div>
                    </div>
                    <div class="col-md-6">
                        <div class="form-group">
                            <label for="exampleFormControlInput5" class="font-pn-c-m mb-0">Phone:</label>
                            <input type="tel" class="form-control" id="exampleFormControlInput5" placeholder="(123)-456-7890" value="" name="phone">
                        </div>
                    </div>
                    <div class="col-md-6">
                        <div class="form-group">
                            <label for="city_input" class="font-pn-c-m mb-0">City:</label>
                            <input type="text" class="form-control" id="city_input" name="city" value="" required>
                        </div>
                    </div>
                    <div class="col-md-6">
                        <div class="form-group">
                            <label for="zip_input" class="font-pn-c-m mb-0">Zip Code:</label>
                            <input type="text" class="form-control" id="zip_input" name="zip" value="" required>
                        </div>
                    </div>
                    <div class="col-md-12 form-group">
                        <label for="formControlInput6" class="font-pn-c-m mb-0">Service</label>
                        <select class="form-control form-control-md" id="formControlInput6" name="servicetype" required>
                                <option selected hidden disabled value="">Select Service Type</option>
                                <option value="Lawn Mowing & Maintenance" >Lawn Mowing & Maintenance</option>
                                <option value="Mulching" >Mulching</option>
                                <option value="Seeding" >Seeding</option>
                                <option value="Sod Installation" >Sod Installation</option>
                                <option value="Weed Control" >Weed Control</option>
                                <option value="Lawn Disease Control" >Lawn Disease Control</option>
                                <option value="Lawn Fertilization" >Lawn Fertilization</option>
                                <option value="Exterior Lighting" >Exterior Lighting</option>
                                <option value="Shrub & Tree Trimming" >Shrub & Tree Trimming</option>
                                <option value="Tree Installation" >Tree Installation</option>
                            </select>
                    </div>

                    <div class="col-12 form-group text-center">
                        <button type="submit" class="btn btn-primary text-uppercase" value="Get Estimate">Get Estimate</button>
                    </div>
                </div>
            </form>
        </div>
    </div>
</div>
<!--/modal-->

<!-- PAGE TITLE -->
<div class="jumbotron jumbotron-fluid lawncare-bg">
    <div class="container-fluid text-center">
        <div class="page-title">Lawncare</div>
        <div class="page-subtitle">Ensure your lawn is green, healthy & well-trimmed</div>
    </div>
</div>

<!-- PAGE CONTENT -->
<div class="jumbotron jumbotron-fluid content-bg">
    <div class="container">
        <div class="row text-center">
            <div class="col-lg-6 col-md-6 col-sm-12">
                <br>
                <h2 class="content-title">Struggling With<br>Lawn Disease?</h2>
                <p class="content-text">If you find yourself struggling with lawn diseases, we’re the expert to reach out to. In instances requiring the use of fungicides, it’s important to get the timing just right. When you wait too long to call out the professionals, these
                    kinds of lawn diseases can become a serious problem fast. You can depend on the experts at Florida’s Best Lawn and Pest to handle any and all of your lawn disease problems.
                </p>
            </div>
            <div class="col-lg-6 col-md-6 col-sm-12">
                <p class="content-text">Our lawn care professionals understand what goes into combating lawn diseases. With our experience, we’re capable of handling all problems swiftly and without an issue. We ensure all of the proper precautions and methods are put in place
                    to keep these diseases at bay, resulting in a healthier, happier lawn.
                    <br><br> Many times, homeowners in Florida look at a brown and dying lawn and think the problem must be some kind of bugs but don’t realize that their lawn may be diseased! It’s important to know what you’re dealing with. Our pros
                    know how to fix the problem!
                </p>
            </div>
        </div>
    </div>
</div>

<!-- PAGE CONTENT -->
<div class="jumbotron jumbotron-fluid orange-fade-up-bg">
    <div class="container">
        <div class="row text-center">
            <div class="col-lg-12">
                <h2 class="content-title">Providing Targeted<br>Disease Control</h2>
            </div>
            <div class="col-lg-6 col-md-6 col-sm-12">
                <br>
                <p class="content-text">Targeting lawn disease is essential when dealing with these problems. Our disease control services stop lawn disease before it becomes a serious issue. Allowing these problems to fester will result in more damage. Our targeted disease
                    control handles lawn disease fast to keep this damage at a minimum and save your lawn from devastation.
                    <br><br> At Florida’s Best Lawn and Pest, you can expect more than the service we offer. We provide peace of mind. You, your family, and your guests will love the look and feel of your lawn. Your satisfaction is our number one priority.
                </p>
            </div>
            <div class="col-lg-6 col-md-6 col-sm-12">
                <p class="content-text">Lawn care is something we work hard at, and knowing how to handle various lawn diseases comes with providing a truly well-rounded lawn care service. At Florida’s Best Lawn and Pest, we take the time and put forth the effort where it counts.
                    With our dedication, we vow to take care of any and all lawn diseases we commit to eliminating.
                    <br><br> Over the years, we’ve created a name for ourselves in the lawn care industry. Our commitment to excellence and the special attention we pay to details has allowed us to continue serving Florida, providing lawn care and disease
                    control to residents in need of our services.
                </p>
            </div>
            <div class="col-lg-12">
                <p class="content-text">
                    There’s no time better than the present. Call Florida’s Best Lawn and Pest today to receive your free estimate. We understand the need for urgency, so we’ll send someone out to help fast and we’ll make sure the diseases in your lawn are gone!
                </p>
            </div>
        </div>
    </div>
</div>

<!-- PAGE CONTENT -->
<div class="jumbotron jumbotron-fluid content-bg">
    <div class="container">
        <div class="row text-center">
            <div class="col-lg-6 col-md-6 col-sm-12">
                <br>
                <h2 class="content-title">Customized Green <br>Lawn Service</h2>
                <p class="content-text">Nourishment and weed control are vital when it comes to keeping a lawn as healthy as possible, but it can be difficult to find the time to handle everything on your own. Both are important for maintaining the aesthetic of a home, and providing
                    your property with the nutrition and protection it needs. Professional lawn fertilization will allow your yard to remain vibrant, lush and green. With lawn fertilization services from Florida’s Best Lawn and Pest, you’ll find your
                    lawn gets everything it needs to flourish without you having to worry about a thing.
                </p>
            </div>
            <div class="col-lg-6 col-md-6 col-sm-12">
                <p class="content-text">Florida’s Best Lawn and Pest specializes in lawn fertilization, weed control and insect control. Whether you’re looking to keep your lawn luscious and full or keep weeds and bugs at bay, this service will provide your landscape with the
                    stunning aesthetic you’re looking for.
                    <br><br> A green lawn is a happy lawn, and when you’re looking for expert lawn fertilization services, you should expect a customized program created to achieve optimum health specifically for your lawn. Not all lawns are the same
                    and we will explain what needs to be down to give you the gorgeous lawn you deserve.
                    <br><br> When it comes to taking care of a lawn, we understand what goes into achieving the healthy green look everyone wants. Green lawns complement the beauty of a home, and maintaining that vibrant color is what we do. We take every
                    aspect of your lawn into consideration and come up with a plan to make this happen.
                </p>
            </div>
        </div>
    </div>
</div>

<!-- PAGE CONTENT -->
<div class="jumbotron jumbotron-fluid orange-fade-down-bg">
    <div class="container">
        <div class="row text-center">
            <div class="col-lg-12">
                <h2 class="content-title">Lawn Fertilization<br>& Treatment Services</h2>
            </div>
            <div class="col-lg-8 col-md-6 col-sm-12">
                <ul class="content-list">
                    <li class="content-list-item"><span>A</span>nnual Soil pH Test</li>
                    <li class="content-list-item"><span>L</span>awn Fertilization & Nutrition</li>
                    <li class="content-list-item"><span>D</span>isease, Weeds, and Bug Treatment</li>
                    <li class="content-list-item"><span>P</span>re-emergent Weed Control</li>
                    <li class="content-list-item"><span>P</span>runing & Mowing Maintenance</li>
                    <li class="content-list-item"><span>P</span>alm Tree, Shrubs and Ornamentals Fertilization</li>
                </ul>
            </div>
            <div class="col-lg-4 col-md-6 col-sm-12">
                <img class="content-img" src="img/lawn-fertilization-services.png" />
            </div>
        </div>
    </div>
</div>

<!-- PAGE CONTENT -->
<div class="jumbotron jumbotron-fluid orange-fade-up-bg">
    <div class="container">
        <div class="row text-center">
            <div class="col-lg-12">
                <h2 class="content-title">Landscaping Services</h2>
            </div>
            <div class="col-lg-6 col-md-6 col-sm-12">
                <img class="content-img" src="img/landscaping-services.png" />
            </div>
            <div class="col-lg-6 col-md-6 col-sm-12">
                <ul class="content-list">
                    <li class="content-list-item"><span>T</span>ree Removal</li>
                    <li class="content-list-item"><span>T</span>ree Installation</li>
                    <li class="content-list-item"><span>S</span>tump Removal</li>
                    <li class="content-list-item"><span>T</span>ree Trimming</li>
                    <li class="content-list-item"><span>S</span>od Installation</li>
                    <li class="content-list-item"><span>M</span>ulching & Design</li>
                </ul>
            </div>
        </div>
    </div>
</div>

<!-- SERVICES -->
<div class="jumbotron jumbotron-fluid services-bg">
    <div class="container-fluid">
        <div class="row text-center">
            <div class="col-lg-1 col-md-4 col-sm-12 service-preview"></div>
            <div class="col-lg-2 col-md-4 col-sm-12 service-preview">
                <a href="/pestcontrol.php">
                    <div>
                        <img class="service-img" src="/img/pestcontrol-preview.jpg">
                    </div>
                    <div class="service-img-label">Pest Control</div>
                    <div class="service-img-desc">We offer a full range of control solutions, all of which are family and pet friendly</div>
                </a>
            </div>
            <div class="col-lg-2 col-md-4 col-sm-12 service-preview">
                <a href="/lawncare.php">
                    <div>
                        <img class="service-img" src="/img/lawncare-preview.jpg">
                    </div>
                    <div class="service-img-label">Lawncare</div>
                    <div class="service-img-desc">Ensure your lawn is green, healthy & well-trimmed</div>
                </a>
            </div>
            <div class="col-lg-2 col-md-4 col-sm-12 service-preview">
                <a href="/treeshrub.php">
                    <div>
                        <img class="service-img" src="/img/treeshrub-preview.jpg">
                    </div>
                    <div class="service-img-label">Tree & Shrub</div>
                    <div class="service-img-desc">Need a tree installed or your hedges trimmed, we got you covered</div>
                </a>
            </div>
            <div class="col-lg-2 col-md-4 col-sm-12 service-preview">
                <a href="/sodmulch.php">
                    <div>
                        <img class="service-img" src="/img/sodmulch-preview.jpg">
                    </div>
                    <div class="service-img-label">Sod & Mulch</div>
                    <div class="service-img-desc">Give your property a new glow with fresh sod or mulch</div>
                </a>
            </div>
            <div class="col-lg-2 col-md-4 col-sm-12 service-preview">
                <a href="/exteriorlighting.php">
                    <div>
                        <img class="service-img" src="/img/extlighting-preview.jpg">
                    </div>
                    <div class="service-img-label">Exterior Lighting</div>
                    <div class="service-img-desc">Let your neighbors admire your yard at all times of the day</div>
                </a>
            </div>
            <div class="col-lg-1 col-md-4 col-sm-12 service-preview"></div>
        </div>
    </div>
</div>

<!-- TRI-POINT -->
<div class="jumbotron jumbotron-fluid tripoint-bg">
    <div class="container">
        <div class="row text-center">
            <div class="col-md-4">
                <img src="img/pet-friendly.png" alt="Family Friendly Icon" title="Family Friendly Icon" class="mr-3 w-18">
                <br><br>
                <h2 class="text-navy text-uppercase"><span class="font-pn-c">Family & Pet</span><br> <span class="font-pn-c-sb">Friendly</span></h2>
                <p>We pride ourselves on making your home safe from bugs, pests and cheap extermination chemicals! We offer the highest level of family & pet friendly pest protection products. You can feel comfortable knowing your pest problem will be gone
                    with no other harmful side effects.</p>
            </div>
            <div class="col-md-4">
                <img src="img/env-friendly.png" alt="Pet Friendly Icon" title="Pet Friendly Icon" class="mr-3 w-18">
                <br><br>
                <h2 class="text-navy text-uppercase"><span class="font-pn-c">Environmentally</span><br> <span class="font-pn-c-sb">Safe</span></h2>
                <p>As a local South Florida company, we make sure we do all we can to keep the environment of this great state safe. Our products are both environmentally conscious as well as powerful pest eliminators.</p>
            </div>
            <div class="col-md-4">
                <img src="img/family-friendly.png" alt="Environmentally Responsible Icon" title="Environmentally Responsible Icon" class="mr-3 w-18">
                <br><br>
                <h2 class="text-navy text-uppercase"><span class="font-pn-c">Family Owned</span><br> <span class="font-pn-c-sb">& Operated</span></h2>
                <p>Personal touch is what we’re all about. Some larger companies aim for larger and larger profits, which means cutting corners. We understand the importance and safety of a pest free home and always do our best to provide you with local
                    family owned service.</p>
            </div>
        </div>
        

<?php include "footer.php";?>