File: /home/trinityhealthandassociates/public_html/terms.php
<?php
//Ip Function
function getClientIp() {
$ipaddress = '';
if (getenv('HTTP_CLIENT_IP'))
$ipaddress = getenv('HTTP_CLIENT_IP');
else if(getenv('HTTP_X_FORWARDED_FOR'))
$ipaddress = getenv('HTTP_X_FORWARDED_FOR');
else if(getenv('HTTP_X_FORWARDED'))
$ipaddress = getenv('HTTP_X_FORWARDED');
else if(getenv('HTTP_FORWARDED_FOR'))
$ipaddress = getenv('HTTP_FORWARDED_FOR');
else if(getenv('HTTP_FORWARDED'))
$ipaddress = getenv('HTTP_FORWARDED');
else if(getenv('REMOTE_ADDR'))
$ipaddress = getenv('REMOTE_ADDR');
else
$ipaddress = 'UNKNOWN';
return $ipaddress;
}
?>
<?php
$actual_link = "http://$_SERVER[HTTP_HOST]$_SERVER[REQUEST_URI]";
?>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.1/jquery.min.js"></script>
<script>
$(document).ready(function() {
$("submit").click(function() {
var pageURL = $(location).attr("href");
alert(pageURL);
});
});
</script>
<head>
<script>
!function(a, b, c, d, e, f, g)
{if(a.ctrk)return;e=a.ctrk=function(){e.runner?
e.runner.apply(e,arguments):e.q.push(arguments)};
e.q=[];f=b.createElement(c);f.async=true;
f.src=d+'?d='+a.location.hostname;g=b.getElementsByTagName(c)[0];
g.parentNode.insertBefore(f,g);}
(window, document,'script','https://c.pmsrv.co/v1/analytics.js');
ctrk('boot', '2e090405-6df4-4c96-a491-823f33d81a37');
ctrk('record', 'page-land', {dnt: false})
</script>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<meta name="author" content="Trinity Health and Associates"/>
<meta name="description" content="Trinity Health and Associates"/>
<meta name="keywords" content="Responsive">
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<!-- SITE TITLE -->
<title>Trinity Health and Associates</title>
<!-- FAVICON AND TOUCH ICONS -->
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon">
<link rel="icon" href="images/favicon.ico" type="image/x-icon">
<link rel="apple-touch-icon" sizes="152x152" href="images/apple-touch-icon-152x152.png">
<link rel="apple-touch-icon" sizes="120x120" href="images/apple-touch-icon-120x120.png">
<link rel="apple-touch-icon" sizes="76x76" href="images/apple-touch-icon-76x76.png">
<link rel="apple-touch-icon" href="images/apple-touch-icon.png">
<link rel="icon" href="images/apple-touch-icon.png" type="image/x-icon">
<!-- GOOGLE FONTS -->
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Noto+Sans+TC:300,400,500,700,900" rel="stylesheet">
<!-- BOOTSTRAP CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- FONT ICONS -->
<link href="https://use.fontawesome.com/releases/v5.11.0/css/all.css" rel="stylesheet" crossorigin="anonymous">
<link href="css/flaticon.css" rel="stylesheet">
<!-- PLUGINS STYLESHEET -->
<link rel="stylesheet" href="css/jquerySteps.css">
<link href="css/menu.css" rel="stylesheet">
<link id="effect" href="css/dropdown-effects/fade-down.css" media="all" rel="stylesheet">
<!-- ON SCROLL ANIMATION -->
<link href="css/animate.css" rel="stylesheet">
<!-- TEMPLATE CSS -->
<link href="css/skyblue-theme.css" rel="stylesheet">
<!-- RESPONSIVE CSS -->
<link href="css/responsive.css" rel="stylesheet">
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-validate/1.19.3/jquery.validate.min.js" integrity="sha512-37T7leoNS06R80c8Ulq7cdCDU5MNQBwlYoy1TX/WUsLFC2eYNqtKlV0QjH7r8JpG/S0GUMZwebnVFLPd6SU5yg==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.4.1/jquery.easing.min.js" integrity="sha512-0QbL0ph8Tc8g5bLhfVzSqxe9GERORsKhIn1IrpxDAgUsbBGz/V7iSav2zzW325XGd1OMLdL4UiqRJj702IeqnQ==" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/jquery.validation/1.16.0/additional-methods.min.js"></script>
<script src="js/jquery.steps.js"></script>
<script src="js/dobpicker.js"></script>
</head>
<style>
#msform fieldset:not(:first-of-type) {
display: none;
}
#mybutton {
position: fixed;
bottom: -4px;
right: 10px;
z-index: 1;
}
/*progressbar*/
#progressbar {
margin-bottom: 30px;
overflow: hidden;
/*CSS counters to number the steps*/
counter-reset: step;
}
#progressbar li {
list-style-type: none;
color: #2C3E50;
font-size: 9px;
float: left;
position: relative;
letter-spacing: 1px;
}
#progressbar li:before {
content: counter(step);
counter-increment: step;
line-height: 26px;
display: block;
font-size: 24px;
color: #333;
border-radius: 25px;
}
/*progressbar connectors*/
#progressbar li:after {
content: '';
width: 100%;
height: 2px;
background: white;
position: absolute;
left: -50%;
top: 9px;
z-index: -1;
/*put it behind the numbers*/
}
#progressbar li:first-child:after {
/*connector not needed before the first step*/
content: none;
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,
#progressbar li.active:after {
background: #4fb01d;
color: white;
padding: 0;
border-radius: 100% !important;
width: 2.2rem;
height: 2.2rem;
display: inline-flex;
align-items: center;
justify-content: center;
font-size: 1rem;
line-height: 1;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
/* Not relevant to this form */
.dme_link {
margin-top: 30px;
text-align: center;
}
.dme_link a {
background: #FFF;
font-weight: bold;
color: #4fb01d;
border: 0 none;
border-radius: 25px;
cursor: pointer;
padding: 5px 25px;
font-size: 12px;
}
.dme_link a:hover,
.dme_link a:focus {
background: #C5C5F1;
text-decoration: none;
}
.question {
background: #d1e5ff !important;
border: 2px solid #d1e5ff !important;
color: #072b5a;
height: 55px;
font-size: 25px;
font-weight: 600;
border-radius: 7px !important;
width: 100%;
}
.btn-next {
color: #fff;
background-color: #256ac3;
border-color: #256ac3;
border-radius: 4px !important;
width: 60% !important;
}
/*-- FORM --*/
select {
word-wrap: normal;
height: 42px;
background-color: #fff;
border: 2px solid #8296a1;
color: #5b727d;
font-size: 24px;
font-weight: 600;
font-family: 'quicksand', sans-serif;
padding: 0 20px;
box-shadow: none;
-webkit-border-radius: 36px;
-moz-border-radius: 36px;
-o-border-radius: 36px;
border-radius: 36px;
-webkit-transition: all 450ms ease-in-out;
-moz-transition: all 450ms ease-in-out;
-o-transition: all 450ms ease-in-out;
-ms-transition: all 450ms ease-in-out;
transition: all 450ms ease-in-out;
width: 100%;
}
.dob-title {
font-family: 'quicksand', sans-serif;
font-size: 24px;
font-weight: 600;
}
.form-control {
word-wrap: normal;
height: 42px;
background-color: #fff;
border: 2px solid #8296a1;
color: #5b727d;
font-size: 18px;
font-weight: 600;
font-family: 'quicksand', sans-serif;
padding: 0 20px;
box-shadow: none;
-webkit-border-radius: 36px;
-moz-border-radius: 36px;
-o-border-radius: 36px;
border-radius: 36px;
-webkit-transition: all 450ms ease-in-out;
-moz-transition: all 450ms ease-in-out;
-o-transition: all 450ms ease-in-out;
-ms-transition: all 450ms ease-in-out;
transition: all 450ms ease-in-out;
width: 100%;
}
.wizard > .content > .body {
float: left;
position: relative;
width: 100%;
padding: 5.5%;
}
</style>
<body>
<!-- PAGE CONTENT
============================================= -->
<div id="page" class="page">
<!-- HEADER
============================================= -->
<header id="header" class="header tra-menu navbar-dark">
<div class="header-wrapper">
<!-- MOBILE HEADER -->
<div class="wsmobileheader clearfix">
<span class="smllogo"><img src="images/logo.svg" width="255" height="32" alt="mobile-logo"/></span>
<a id="wsnavtoggle" class="wsanimated-arrow"><span></span></a>
</div>
<!-- NAVIGATION MENU -->
<div class="wsmainfull menu clearfix">
<div class="wsmainwp clearfix">
<!-- LOGO IMAGE -->
<!-- For Retina Ready displays take a image with double the amount of pixels that your image will be displayed (e.g 310 x 72 pixels) -->
<div class="desktoplogo"><a href="/" class="logo-black"><img src="images/logo.svg" width="255" height="72" alt="header-logo"></a></div>
<div class="desktoplogo"><a href="/" class="logo-white"><img src="images/logo.svg" width="255" height="72" alt="header-logo"></a></div>
<!-- MAIN MENU -->
<nav class="wsmenu clearfix">
<ul class="wsmenu-list">
<!-- HEADER BUTTON -->
<li class="nl-simple" aria-haspopup="true">
<a href="#Tel:+18556192175" class="btn btn-tra-primary primary-hover last-link">Get Quotes: (855) 619-2175</a>
</li>
</ul>
</nav> <!-- END MAIN MENU -->
</div>
</div> <!-- END NAVIGATION MENU -->
</div> <!-- End header-wrapper -->
</header> <!-- END HEADER -->
<!-- HERO-11
============================================= -->
<section id="hero-11" class="bg-lightgrey hero-section division" style="padding-top: 150px !important;">
<!-- HERO TEXT -->
<div class="container" style="padding-bottom: 80px;">
<div class="row">
<div class="col-lg-12">
<div class="hero-11-txt text-center">
<h2 class="h2-lg"><b>Terms of Service</b></h2>
<p>THESE TERMS AND CONDITIONS (“TERMS”) ARE A LEGAL AGREEMENT BETWEEN YOU, THE USER, AND US (THE OWNER OR OPERATOR OF THIS WEBSITE), AND IS A CONDITION TO YOUR USE OF THIS WEBSITE AND YOUR SUBMISSION OF INQUIRIES AND REQUESTS FOR
INFORMATION. BY CLICKING “SUBMIT” OR SIMILAR BUTTON ON THE ONLINE INQUIRY OR REQUEST FORM, YOU AGREE TO BE BOUND TO THESE TERMS AND PROVIDE YOUR ELECTRONIC SIGNATURE ON THESE TERMS. YOU AGREE THAT EACH INTERACTION BETWEEN YOU
AND THIS WEBSITE IS SUBJECT TO THESE TERMS. IF YOU DO NOT AGREE TO ANY OF THESE TERMS YOU MAY NOT USE THIS SERVICE OR SUBMIT ONLINE FORMS OR REQUESTS FOR INFORMATION.
<br><br> THIS AGREEMENT PROVIDES THAT ALL DISPUTES BETWEEN YOU AND US WILL BE RESOLVED BY BINDING ARBITRATION. YOU GIVE UP YOUR RIGHT TO GO TO COURT TO ASSERT OR DEFEND YOUR RIGHTS OR TO PARTICIPATE IN OR BRING CLASS ACTIONS.
YOUR RIGHTS WILL BE DETERMINED BY NEUTRAL ARBITRATORS AND NOT A JUDGE OR JURY.</p>
<p>Trinity Health and Associates is a free service and we do not charge you a fee for our services.</p>
<p>Trinity Health and Associates uses the information you submit to have products or services that may respond to your inquiry considered by a phone representative. Please review our Privacy Policy, which is a part of these terms. You hereby
consent to be contacted by those who respond to your inquiry or request for information by phone (including cell phone), mail, fax or text messages at the addresses, phone number(s) and email address(es) provided by you or
collected by us from your inquiry, even if you are in the national Do Not Call list or other similar state lists.</p>
<p>Trinity Health and Associates is a free service and we do not charge you a fee for our services.</p>
<p>Trinity Health and Associates uses the information you submit to have products or services that may respond to your inquiry considered by a phone representative. Please review our Privacy Policy, which is a part of these terms. You hereby
consent to be contacted by those who respond to your inquiry or request for information by phone (including cell phone), mail, fax or text messages at the addresses, phone number(s) and email address(es) provided by you or
collected by us from your inquiry, even if you are in the national Do Not Call list or other similar state lists.
</p>
<p>WARRANTY AND LIABILITY DISCLAIMER AND LIMITATIONS - WE PROVIDE THIS SERVICE "AS-IS" WITHOUT WARRANTY. Trinity Health and Associates DISCLAIMS ANY WARRANTY OF ANY KIND, WHETHER EXPRESS OR IMPLIED OR PURSUANT TO A STATUTE, AS TO ANY MATTER
WHATSOEVER RELATING TO THIS WEBSITE, OUR SERVICES OR ANY INFORMATION, PRODUCTS AND SERVICES PROVIDED, SUBMITTED OR SHARED IN CONNECTION WITH YOUR USE OF THIS WEBSITE, OR ANY AFFILIATE INFORMATION, PRODUCT OR SERVICE OFFERED
OR MADE AVAILABLE TO YOU, INCLUDING WITHOUT LIMITATION THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE, NONINFRINGEMENT, AND ANY WARRANTY BASED ON COURSE OF DEALING.
</p>
<p>YOU AGREE THAT, TO THE FULLEST EXTENT PERMITTED BY LAW, Trinity Health and Associates AND ITS AFFILIATES, MEMBERS, OFFICERS AND DIRECTORS ARE NOT LIABLE TO YOU FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL OR CONSEQUENTIAL DAMAGES OR OTHER
INJURY YOU MAY CLAIM ARISING OUT OF OR IN ANY WAY CONNECTED WITH THIS WEBSITE, OTHERWISE ARISING OUT OF THE USE OF THE WEBSITES, WHETHER RESULTING IN WHOLE OR IN PART, FROM BREACH OF CONTRACT, NEGLIGENCE, STRICT LIABILITY OR
OTHERWISE, EVEN IF WE HAVE BEEN ADVISED OF THE POSSIBILITY OF THESE DAMAGES. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OF IMPLIED WARRANTIES, SO THE ABOVE EXCLUSION MAY NOT APPLY TO YOU.
</p>
<p>TO THE EXTENT THAT THESE LIMITATIONS ARE BY LAW NOT ENFORCEABLE, WE BOTH AGREE THAT Trinity Health and Associates AND ITS AFFILIATES MEMBERS, OFFICERS AND DIRECTORS WILL NOT BE LIABLE TO YOU IN THE AGGREGATE FOR DAMAGES OF ANY TYPE IN CONNECTION
WITH MATTERS RELATING TO THE WEBSITE, OUR SERVICES, OR INFORMATION, PRODUCTS AND SERVICES.
</p>
<p>CONSENT TO ARBITRATE – Except where prohibited by law, You and we agree that all claims, disputes or controversies arising out of or relating to the use of this website, to the services provided by Trinity Health and Associates, any consents
you have provided to us, or to any acts or omissions for which you may contend Trinity Health and Associates or its affiliates, members, officers or directors is liable relating thereto or to the information, products or services, shall
be finally, and exclusively, settled by binding arbitration. The arbitration will be governed by the Commercial Dispute Resolution Procedures and the Supplementary Procedures for Consumer Related Disputes (collectively, "AAA
Rules") of the American Arbitration Association ("AAA") and will be administered by the AAA.
</p>
<p>The arbitration will take place in Palm Beach County, FL, but may proceed telephonically in the event the total amount of the claim does not exceed $2,500 U.S. dollars (if the claimant co chooses). The arbitrator shall be selected
pursuant to the AAA rules, or otherwise as mutually agreeable to both parties. Should the AAA decline to accept a matter submitted for individual (non-class) arbitration, the arbitration shall be administered and conducted
by a widely-recognized arbitration organization that is mutually agreeable to the parties, but neither party shall unreasonably withhold their consent. In the event the parties are unable to agree on a neutral arbitrator, the
party making the claim may file suit in any court of competent jurisdiction solely for the purpose of requesting the appointment of an arbitrator for individual (non-class) arbitration, as provided for in the Federal Arbitration
Act. To begin the arbitration process, a party must make a written demand therefor by registered or certified mail.
</p>
<p>A judgment upon the award rendered by the arbitrator may be entered in any court of competent jurisdiction. The agreement to arbitrate is not an agreement to the joinder or consolidation of arbitration under this agreement with
an arbitration of disputes or claims of any non-party, regardless of the nature of the issues or disputes involved. To the fullest extent permitted by applicable law, no arbitration under these terms shall be joined to an arbitration
involving any other party subject to these terms, whether through class arbitration proceedings or otherwise.
</p>
<p>You are entitled to a fair hearing, and the arbitration procedures are simpler and more limited than rules applicable in court. Arbitrator decisions are enforceable as any court order and are subject to limited review by a court.
By using Trinity Health and Associates’ website or services and submitting online requests and forms, you consent to these restrictions.
</p>
<p>We may modify or terminate this website, our services or the online forms at any time in our sole discretion. We may modify these terms at any time and will post revised or updated terms on this website. The revised or updated
terms will apply to any use of this website or submission of online form or request after the date the new or revised terms are posted. Your continued use of the website or submission of online forms or inquiries after such
modifications means that you agree to the new or revised terms.
</p>
<p>All waivers of any part of these terms must be in writing and signed. Any delay, waiver or failure to exercise any right or power arising from breach of these terms shall not be construed to be a waiver of any subsequent breach.
These terms represent the entire, complete and final agreement between you and us regarding our services and this website.</p>
<p>These terms are governed by the laws of the State of Delaware, excluding its conflict of laws principles. If any part of this Agreement is determined to be invalid or unenforceable including, but not limited to, the warranty disclaimers
and liability limitations set forth above, then the invalid or unenforceable provision will be deemed replaced by a valid enforceable provision that most closely matches the intent of the original provision, and the remainder
of these terms shall continue in effect.
</p>
<p>You and we agree that a printed version of these terms and of any notice given in electronic form shall be admissible in judicial or administrative proceedings based upon or relating to these terms, the websites or our services
to the same extent and subject to the same conditions as other business documents and records originally generated and maintained in printed form. We do not endorse or recommend the products or services of any particular third
party. Trinity Health and Associates is operating under a licensed insurance brokerage.
</p>
<p> 1 . When you opt-in to the service, we will send you an SMS message to confirm your signup for Trinity Health and Associates Healthcare Search notifications / alerts. </p>
<p> 2 . You can cancel the SMS service at any time. Just text "STOP" to stop. After you send the SMS message "STOP" to us, we will send you an SMS message to confirm that you have been unsubscribed. After this, you will no longer receive
SMS messages from us. If you want to join again, just sign up as you did the first time and we will start sending SMS messages to you again. </p>
<p> 3 . If at any time you forget what keywords are supported, just text "HELP" for help . After you send the SMS message "HELP" to us, we will respond with instructions on how to use our service as well as how to unsubscribe. </p>
<p> 4 . We are able to deliver messages to the following mobile phone carriers: Major carriers: AT&T, Verizon Wireless, Sprint, T-Mobile, MetroPCS, U.S. Cellular, Alltel, Boost Mobile, Nextel, and Virgin Mobile. Minor carriers: Alaska
Communications Systems (ACS), Appalachian Wireless (EKN), Bluegrass Cellular, Cellular One of East Central IL (ECIT), Cellular One of Northeast Pennsylvania, Cincinnati Bell Wireless, Cricket, Coral Wireless (Mobi PCS), COX,
Cross, Element Mobile (Flat Wireless), Epic Touch (Elkhart Telephone), GCI, Golden State, Hawkeye (Chat Mobility), Hawkeye (NW Missouri), Illinois Valley Cellular, Inland Cellular, iWireless (Iowa Wireless), Keystone Wireless
(Immix Wireless/PC Man), Mosaic (Consolidated or CTC Telecom), Nex-Tech Wireless, NTelos, Panhandle Communications, Pioneer, Plateau (Texas RSA 3 Ltd), Revol, RINA, Simmetry (TMP Corporation), Thumb Cellular, Union Wireless,
United Wireless, Viaero Wireless, and West Central (WCC or 5 Star Wireless). ***Carriers are not liable for delayed or undelivered messages***</p>
<p> 5 . As always, message and data rates may apply for any messages sent to you from us and to us from you. You will then receive a text message containing inform and process of Trinity Health and Associates. If you have any questions about
your text plan or data plan, it is best to contact your wireless provider. For all questions about the services provided by this short code, you can send an email to
<a href="mailto: [email protected]" style="color: #007bff !important;">[email protected]</a>.</p>
<p> 6 . If you have any questions regarding privacy, please read our privacy policy: <a href="/privacy.php">Privacy Policy</a></p>
<a href="/form.php" class="btn btn-primary rounded-pill mb-0">Get Quotes</a>
</div>
</div>
</div>
</div> <!-- End row -->
</div> <!-- END HERO TEXT -->
<!-- HERO IMAGE -->
</section> <!-- END HERO-11 -->
<!-- CALL TO ACTION-1
============================================= -->
<section id="cta-1" class="cta-1 bg-01 cta-section division">
<div class="container white-color">
<div class="row d-flex align-items-center">
<!-- CALL TO ACTION TEXT -->
<div class="col-lg-12 text-center">
<div class="cta-1-txt pr-25">
<!-- Title -->
<!-- Text -->
<p class="p-md" style="font-size: 12px">Trinity Health and Associates is an independent website and is not a federal or state Marketplace website. Trinity Health and Associates does not provide quotes or sell insurance directly to consumers, is not affiliated with any exchange, and is not a licensed insurance agent or broker. Accordingly, you should not send us (via mail or email) any sensitive information, including personal health information or applications. Any such communications will not be treated as confidential and will be discarded, as, in offering this website, we are required to comply with the standards established under 45 CFR 155.260 to protect the privacy and security of personally identifiable information.
</p>
</div>
</div>
</div> <!-- End row -->
</div> <!-- End container -->
</section> <!-- END CALL TO ACTION-1 -->
<!-- FOOTER-3
============================================= -->
<footer id="footer-3" class="pt-20 pb-20 text-center">
<div class="container">
<!-- BOTTOM FOOTER -->
<div class="grey-color">
<div class="row d-flex align-items-center">
<!-- FOOTER COPYRIGHT -->
<div class="col-md-12">
<div class="footer-copyright">
<p>© Trinity Health and Associates <span id="spanYear"></span> All Rights Reserved <a href="/privacy.php">Privacy Policy</a> | <a href="/terms.php">Terms of Service</a></p>
</div>
</div>
</div> <!-- End row -->
</div> <!-- END BOTTOM FOOTER -->
</div> <!-- End container -->
<!-- EXTERNAL SCRIPTS
============================================= -->
<script src="js/bootstrap.min.js"></script>
<!-- Custom Script -->
<script src="js/custom.js"></script>
<script>
$('#spanYear').html(new Date().getFullYear());
</script>
</footer> <!-- END FOOTER-3 -->
</div> <!-- END PAGE CONTENT -->
</body>
</html>