?
Current Path : /home1/savoy/public_html/old_site/application/views/ |
Linux gator3171.hostgator.com 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 |
Current File : /home1/savoy/public_html/old_site/application/views/services.php |
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>Savoy Insurance Service | Services</title> <?php $this->load->view('header'); ?> </head> <body> <div id="container"> <div id="wrapper_container"> <div id="wrapper"> <div id="cont_wrapper"> <?php $this->load->view('menu'); ?> <div class="inner_banner"> <img src="<?=base_url()?>assets/images/banners/services.jpg" alt="About Us"/> </div> <!--inner_banner end--> <div class="content_wrapper"> <div class="content"> <div class="inner_rightbox"> <div class="inner_right_top"> <!--<div class="inr_rightbox_left"> <img src="assets/images/inner_img.gif"/> </div>--><!--inr_rightbox_left end--> <div class="inr_rightbox_right head_01">Our Services</div><!--inr_rightbox_right end--> </div><!--inner_right_top end--> <div class="inner_right_middle"> <ul class="list-2"> <li>Provide professional service of the highest quality in reviewing clients’ insurance needs and recommending customized insurance solutions.</li> <li>Ensure that the policies of insurance are from financially sound and secure insurers well known for professionalism and quality of service.</li> <li>Ensure that insurance policies are tailored to meet your requirements and are in line with the best available in the market and that all locally available extensions clauses are incorporated in the policy.</li> <li>Ensure that clients insurance premium is competitive in relation to scope of cover and quality of insurer.</li> <li>Scrutinize all policies and documents for accuracy.</li> <li>Provide guidance to clients in the preparation of claim documentation and to act on client's behalf in representing and protecting their interests with insurers, carriers, surveyors, adjusters, arbitrators, lawyers and other third parties.</li> <li>Innovation and bold non-conventional approach and initiative in understanding and meeting the needs of our present and future customers.</li> <li>Conduct periodic review of client's insurance requirement in the changing business environment and provide recommendations on risk improvement and protection.</li> </ul> </div><!--inner_right_middle end--> <div class="inner_right_bot"></div><!--inner_right_bot end--> </div><!--inner_rightbox end--> <?php $this->load->view('right'); ?> </div><!--content end--> </div><!--content_wrapper end--> </div><!--cont_wrapper end--> </div> <!--wrapper end--> <div id="wrapper_bot"></div> <!--wrapper_bot end--> </div> <!--wrapper_container end--> <?php $this->load->view('footer'); ?> </div> <!--container end--> </body> </html>