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/exteriorlighting.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 exteriorlighting-bg">
    <div class="container-fluid text-center">
        <div class="page-title">Exterior Lighting</div>
        <div class="page-subtitle">Let your neighbors admire your yard at all times of the day</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">Exterior Lighting Services</h2>
            </div>
            <div class="col-lg-6 col-md-6 col-sm-12">
                <br>
                <p class="content-text">
                    Exterior lighting can have many benefits, preventing accidents due to darkness, serving as protection against burglars, turning your yard into a night time oasis, or simply just brightening your home. The perfect combination of light can achieve everything
                    listed above. Whether you want to highlight stonework, illuminate walkways or draw attention to interesting foliage, we will help you explore which techniques work best together for your layout.
                </p>
            </div>
            <div class="col-lg-6 col-md-6 col-sm-12">
                <p class="content-text">
                    Today, trends in outdoor lighting are moving towards creating the least possible impact on the Environment, the aim being to use extremely energy efficient light fixtures. We offer the highest quality of lighting options without being a drain on your
                    electric bill. Lighting should not be flooded with a few high-powered lamps, but rather it should tend towards using more well-distributed, low or very low-powered light fixtures, with soft, dim lighting, which can be achieved by using
                    LED lighting.
                </p>
            </div>
            <div class="col-lg-12">
                <p class="content-text">
                    You can use soft, indirect lights and strategically distributed points of lighting to create a welcoming and magical atmosphere. Also, highlighting the most relevant aspects of a yard by playing with light and darkness to create depth will transform and
                    yard from ordinary to extraordinary. Taking advantage of these contrasts together with the architectural and natural elements of your yard really help bring it to life. It is essential that the light fixtures are small and discreet,
                    or that their design allows them to blend in with the space and surroundings so that they go entirely unnoticed, especially during the day, when they are not in use. Our team can help you plan everything you need to illuminate your
                    yard while keeping lights out of sight.
                </p>
            </div>
            <div class="col-12">
                <img class="content-img-banner" src="img/light-banner.jpg" />
            </div>
            <div class="col-lg-12">
                <p class="content-text">
                    Turn your outdoors into a beautiful, well-illuminated paradise with the help of our expert team at Florida’s Best. Choosing the right exterior lighting can make an incredible difference in the appearance of your home. It can help increase its value and
                    security, not to mention aesthetics. The exterior of your house is the first thing your guests will see, and you don’t get a second chance to make a good first impression. We are professionals when it comes to advising our clientele
                    in the design of a beautiful landscape, with an atmosphere identical to the one you envision.
                </p>
            </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";?>