#top {
padding-top: 200px;
margin-top: -200px;
scroll-margin-top: -200px;
scroll-padding-top; -200px;
position:relative;top:-200px
}
p {
font-size:1.125rem;
line-height:1.65rem;
}
p .space{
font-size:2rem;
line-height:2rem;
}
em {
font-size:1.125rem;
line-height:1.65rem;
font-style: italic;
}
#page ul li{
font-size:1.125rem;
line-height:1.65rem;
}
div#landing_page {
padding-top:80px!important;
}
div#landing_page_header { display: none;}
#page::before {display: none;}
#landing_page::after {
content: ”;
text-align: center;
font-size: 28px;
/* padding-top: 10px; */
padding-bottom: 10px;
color: #fff;
display: block;
height: 70px;
background: #6cb520;
background: -moz-linear-gradient(-45deg, #6cb520 0%, #0497ff 100%);
background: -webkit-linear-gradient(-45deg, #6cb520 0%,#0497ff 100%);
background: linear-gradient(135deg, #6cb520 0%,#0497ff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=’#6cb520′, endColorstr=’#0497ff’,GradientType=1 );
/* z-index: -1!important;
margin-top: 60px; */
margin-bottom: -126px;
}
div#announcementbar2 {
position: relative;
top: -15px;
z-index: 5!important;
color: #fff;
text-align: center;
width: 100%;
margin: 0 auto;
font-size: 22px;
padding-top: 10px;
padding-bottom: 10px;<
}
.width_65 {
width: 55%;
}
.width_30 {
width: 40%;
}
.landing_page_cta {
background-color: #efefef;
padding: 1px 20px 10px 20px;
margin-bottom: 20px;
}
.alignnone img {
padding:10px;
}
@media (max-width: 1000px){
#landing_page_content {
margin-bottom: 40px;
width: 100%;
}
.width_65 {
width: 100%;
}
.width_30 {
width: 95%;
}
.width_25 {
width: 100%!important;
}
}
@media screen and (max-width: 600px){
#landing_page::after {
margin-bottom: -150px;
}
div#announcementbar2 {
top: 1px;
}
IXN’s Agency Life Quoter is the real-time life insurance quoting tool
that is easy to use and increases your productivity. See for yourself how
this digital sales solution has powered more than 45 million life insurance
quotes.
Schedule your demo of Agency Life Quoter today!
input#Web_Request {
max-height: 1px!important;
}
input#Lead_Type {
max-height: 1px!important;
}
input#WebWeb_Product_Demo_Request {
max-height: 1px!important;
}
#form{
border-radius: 5px;
background-color: #efefef;
}
.field label {
margin-bottom: 2px;
}
.field {
margin-bottom: 5px;
padding-bottom: 8px;
}
button.blue-button {
padding: 15px 30px!important;
border-radius: 40px!important;
background-color: #0497ff!important;
color: #fff!important;
font-weight: 500!important;
font-size: 18px!important;
display: inline-block!important;
transition: all .2s!important;
opacity: 0.9!important;
border-left: none!important;
border-top: none!important;
border-bottom: 2px solid rgba(0,0,0,0.2)!important;
border-right: 1px solid rgba(0,0,0,0.2)!important;
height: auto!important;
line-height: 1.2em!important;
-webkit-appearance: none!important;
}
.arrow {
border: solid black;
border-width: 0 3px 3px 0;
display: inline-block;
padding: 3px;
}
.down {
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
}
<!—->
More information
Agency Life Quoter from IXN has modernized the life insurance sales process and empowered business growth. It provides advisors with a digital workflow, so their clients have the best possible experience when buying life insurance.
With Agency Life Quoter, you can…
See for yourself how Agency Life Quoter from IXN can digitize your quoting process so you can sell more insurance! Fill out the form to schedule your free demo.
After a half dozen potential options, it became clear IXN offered lightweight capability, a good team, and a breath of integration from the tech and carrier data standpoint that would make us successful.”
— Accuquote
var queryForm = function(settings){
var reset = settings && settings.reset ? settings.reset : false;
var self = window.location.toString();
var querystring = self.split(“?”);
if (querystring.length > 1) {
var pairs = querystring[1].split(“&”);
for (i in pairs) {
var keyval = pairs[i].split(“=”);
if (reset || sessionStorage.getItem(keyval[0]) === null) {
sessionStorage.setItem(keyval[0], decodeURIComponent(keyval[1]));
}
}
}
var hiddenFields = document.querySelectorAll(“input[type=hidden], input[type=text]”);
for (var i=0; i<hiddenFields.length; i++) {
var param = sessionStorage.getItem(hiddenFields[i].name);
if (param) document.getElementsByName(hiddenFields[i].name)[0].value = param;
}
}
setTimeout(function(){queryForm();}, 2000);