ul,li,ol 
{
	padding:0px;
	margin:0px;
}
h1,h2,h3,h4,h5,p
{
	margin:0px;padding:0px;
}
img {
	max-width:100%;
}
a{text-decoration:none;}
a:hover{text-decoration:none;}

.al_padd
{
	padding:60px 15px 0px 15px;
}
.al_padd_tb
{
	padding:60px 15px 60px 15px;
}

/*## Hero Banner Area ##*/
.al_db_ms_wrap
{
	background: rgb(157,198,81);
	background: linear-gradient(90deg, rgba(157,198,81,1) 0%, rgba(145,193,99,1) 15%, rgba(133,187,117,1) 30%, rgba(118,181,141,1) 45%, rgba(100,172,168,1) 60%, rgba(81,164,197,1) 75%, rgba(73,160,210,1) 90%, rgba(68,158,216,1) 100%);
	padding: 5px 0px;
	display:block;
	width:100%;
}
.al_head_bg
{
	background-image:url(/Assets/CustomPages/images/DBDiagnosticsSolutions/database__header.png);
	background-size:cover;
	background-repeat:no-repeat;
	text-align:center;
	padding:100px 15px;
	width:100%;
	display:block;
}
	
.al_db_ms_wrap h1
{
	color:#449ed9;
	font-size:38px;
	font-weight: normal;
	font-family: 'proxima_nova_rgbold';
	line-height:1;
}
.al_db_ms_wrap hr
{
	margin: 15px auto 0px auto;
    width: 80px;
	background-color:#fff;
}
.al_db_ms_wrap p
{
	color:#fff;
	font-size:18px;
	font-family: 'proxima_nova_rgregular';
    font-weight: normal;
	line-height:1.5;
	margin-top:20px;
}
/*## Hero Banner Area ##*/


/*## VISIBILITY IS ESSENTIAL ##*/
.al_main_wrap
{
	position:relative
}
.al_page_container
{
	width:100%;
	max-width:800px;
	margin:0 auto;
}
.al_main_wrap h1
{
	color:#9ec64e;
	font-size:31px;
	font-weight: normal;
	font-family: 'proxima_novalight';
	line-height:1;
}

.al_main_wrap p
{
	color:#6d655a;
	font-size:20px;
	font-weight: normal;
	font-family: 'proxima_novasemibold';
	line-height:24px;
	margin-top:20px;
}
.al_main_wrap ul
{
	list-style:none;
	margin-top:20px;
}
.al_main_wrap ul li
{
	color: #6d655a;
    font-family: 'proxima_nova_rgregular';
    font-size:18px;
    line-height: 24px;
    margin: 0px 0px 15px 0px;
	position:relative;
	padding-left: 15px;
}
.al_main_wrap ul li:before
{
	content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 5px;
    height: 5px;
    background-color: #9ec64e;
    border-radius: 100%;
}
.al_main_wrap ul li:last-child
{
	margin: 0px 0px 0px 0px;
}
/*## VISIBILITY IS ESSENTIAL ##*/

.al_list_wrap ul
{
	list-style:none;
}
.al_list_wrap ul li
{
	padding-left:0px;
}
.al_list_wrap ul li:before
{
	content: "";
    position: initial;
    left: initial;
    top: initial;
    width: initial;
    height: initial;
    background-color: transparent;
    border-radius: initial;
}
.al_list_wrap ul li
{
	display: inline-block;
    vertical-align: top;
    width: 49%;
    padding: 0px 10px 0px 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 0px 0px 20px 0px;
}
.al_list_wrap ul li h4
{
	font-size:16px;
	line-height:24px;
	font-family:'proxima_novasemibold';
	margin-left: 43px;
	margin-bottom:5px;
}
.al_list_wrap ul li h4 a
{
	color:#449ed9;
}
.al_list_wrap ul li h4 a:hover
{
	color:#95c93d;
}
.al_list_wrap ul li p
{
	color:#6d655a;
	font-size:16px;
	line-height:24px;
	font-family:'proxima_nova_rgregular';
	margin-top:0px;
}

.al_list_wrap .al_img_text_wrap 
{
    display: flex;
}

.al_list_wrap .al_img_text_wrap img
{
    width:30px;
	height:30px;
	margin-right:15px;
	margin-top:5px;
}
.al_list_wrap .al_learn_more 
{
	color:#9ec64e;
	font-family:proxima_nova_rgbold;
	font-size:16px;
    margin-left: 44px;
	position:relative;
	padding-right:25px;
	margin-top:5px;
	display: inline-block;
}
.al_list_wrap .al_learn_more:after
{
	content: "";
	display: inline-block;
	position: absolute;
    top: auto;
    margin-top: 7px;
	right: 13px;
    border: solid #9ec64e;
    border-width: 0 2px 2px 0;
	padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.grey-popup {
	background-color: #f1f0ee;
	padding: 55px 0px 35px;
}

.grey-popup>dl {
	display: block;
	max-width: 1024px;
	width: 100%;
	margin: 0px auto;
	padding: 0px 15px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.grey-popup>dl:after {
	display: block;
	margin: 0px;
	padding: 0px;
	content: "";
	clear: both;
}

.grey-popup>dl>dt {
	float: left;
	display: block;
	vertical-align: top;
	width: 50%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.grey-popup>dl>dd {
	float: right;
	display: block;
	vertical-align: top;
	padding: 50px 25px;
	width: 50%;
	text-align: center;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.grey-popup>dl>dt>a {
	cursor: zoom-in;
}

.grey-popup>dl>dt>a>img {
	max-width: 100%;
	height: auto;
}

.grey-popup>dl>dd>h2 {
	color: #00a1dd;
	font-family: 'proxima_novalight';
	font-size: 27px;
	line-height: 30px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0px 0px 25px 0px;
}

.grey-popup>dl>dd>p {
	color: #6d655a;
	font-family: 'proxima_novalight';
	font-size: 16px;
	line-height: 23px;
}

.white-popup {
	padding: 55px 0px 35px;
}

.white-popup>dl {
	display: block;
	max-width: 1024px;
	width: 100%;
	margin: 0px auto;
	padding: 0px 15px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.white-popup>dl:after {
	display: block;
	margin: 0px;
	padding: 0px;
	content: "";
	clear: both;
}

.white-popup>dl>dt {
	float: right;
	display: block;
	vertical-align: top;
	width: 50%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.white-popup>dl>dd {
	float: left;
	display: block;
	vertical-align: top;
	padding: 15px 40px;
	width: 50%;
	text-align: center;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.white-popup>dl>dt>a {
	cursor: zoom-in;
}

.white-popup>dl>dt>a>img {
	max-width: 100%;
	height: auto;
}

.white-popup>dl>dd>h2 {
	color: #00a1dd;
	font-family: 'proxima_novalight';
	font-size: 27px;
	line-height: 30px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0px 0px 25px 0px;
}

.white-popup>dl>dd>p {
	color: #6d655a;
	font-family: 'proxima_novalight';
	font-size: 16px;
	line-height: 23px;
}



.green-rotate 
{
	background: rgb(157,198,81);
	background: linear-gradient(90deg, rgba(157,198,81,1) 0%, rgba(145,193,99,1) 15%, rgba(133,187,117,1) 30%, rgba(118,181,141,1) 45%, rgba(100,172,168,1) 60%, rgba(81,164,197,1) 75%, rgba(73,160,210,1) 90%, rgba(68,158,216,1) 100%);
	padding: 5px 0px;
	display:block;
	width:100%;
}
.al_green_quote_bg_img {
	display: block;
	padding: 0px;
	background-image:url(/Assets/CustomPages/images/DBDiagnosticsSolutions/SurveyBGBanner.png);
	background-size:cover;
	background-repeat:no-repeat;
	color: #fff;
	text-align: center;
	font-family: 'proxima_novalight';
	font-size: 21px;
	line-height: 25px;
}

.white-rotate {
	display: block;
	padding: 50px 0px 25px 0px;
	color: #00a1dd;
	text-align: center;
	font-family: 'proxima_novalight';
	font-size: 21px;
	line-height: 25px;
}

.rotate-wrapper {
	display: block;
	max-width: 1024px;
	width: 100%;
	margin: 0px auto;
	padding: 0px 15px;
	text-align: center;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.rotate-wrapper>h3 {
	font-size: 45px;
	line-height: 47px;
	text-transform: uppercase;
	font-weight: normal;
}

.rotate-wrapper>h4 {
	font-family: 'proxima_nova_rgbold';
	font-size: 21px;
	line-height: 25px;
	margin: 13px 0px 0px 0px;
}

.rotate-wrapper>span {
	display: block;
	width: 150px;
	height: 2px;
	background-color: #fff;
	margin: 35px auto;
}


/* testimonial slide 1 start*/

.testimonial-container {
	display: block;
	margin: 0px auto 0px auto;
	background-color: #95c93f;
	position: relative;
}

.testimonial-slider {
	display: block;
	width: 100%;
	max-width: 800px;
	width: 100%;
	margin: 0px auto;
	position: relative;
	padding:90px 0px 95px 0px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
/*
.testimonial-slider:before {
	display: block;
	content: "";
	margin: 0px;
	padding: 0px;
	width: 120px;
	height: 74px;
	background-image: url(../images/open-quote.png);
	position: absolute;
	top: 0px;
	left: -90px;
}

.testimonial-slider:after {
	display: block;
	content: "";
	margin: 0px;
	padding: 0px;
	width: 120px;
	height: 74px;
	background-image: url(../images/close-quote.png);
	position: absolute;
	bottom: 0px;
	right: -90px;
}
*/
.slide-viewer {
	position: relative;
	overflow: hidden;
	max-height: 100px;
	height: 100%;
}

.slide-group {
	width: 100%;
	height: 100%;
	position: relative;
}

.quote-slide {
	width: 100%;
	height: 100%;
	display: none;
	position: absolute;
	text-align: center;
	font-family: 'proxima_novalight';
	font-weight: normal;
	color: #fff;
}

.quote-slide>h3 {
	max-width: 700px;
	width: 100%;
	font-size: 22px;
	line-height: 29px;
	font-weight: normal;
	font-family: 'proxima_novalight';
	margin: 0px auto;
}

.quote-slide>h4 {
	font-family: 'proxima_nova_rgregular';
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	margin: 10px auto 0px;
	max-width: 520px;
	width: 100%;
	color:#5b9ed2;
}

.quote-slide>h4>span {
	font-family: 'proxima_nova_rgbold';
}

.quote-slide>h5 {
	font-family: 'proxima_nova_rgregular';
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	margin: 6px auto 0px;
}
.quote-slide>h5 a
{
	color:#fff;
	font-family: 'proxima_nova_rgregular';
	font-size: 12px;
	line-height: 16px;
	text-decoration:underline;
}
.quote-slide>h5 a:hover
{
	color:#fff !important;
}
.quote-slide>h5>span {
	display: block;
}

.quote-slide>h5>span>a {
	display: inline-block;
	vertical-align: top;
	color: #fff;
	text-decoration: underline;
	position: relative;
	transition: all .22s;
}

.quote-slide>h5>a:hover {
	text-decoration: none;
	color: #483e2f;
}

.quote-slide:first-child {
	display: block;
}

button {
	Margin: 0px;
	padding: 0px!important;
}

.slide-buttons {
	text-align: center;
	position: absolute;
	bottom: 40px;
	left: 47%;
}

.slide-btn {
	display: inline-block;
	margin: 5px;
	width: 6px;
    height: 10px;
	border-radius:10px;
	border: none;
	background-color: #fff;
	vertical-align: bottom;
}

.slide-btn.active,
.slide-btn:hover {
	background-color: #5b9ed2;
	width: 6px;
	cursor: pointer;
	height: 10px;
	border-radius:10px;
}

/* testimonial slide 1 end */




@media screen and (min-width:1024px)
{
	.al_page_container
	{
		max-width:900px;
	}
	.al_block
	{
		display:block;
	}
}
@media screen and (min-width:1200px)
{
	.al_block
	{
		display:block;
	}
	.al_page_container
	{
		max-width:800px;
	}
	.al_ve_wrap:before 
	{
		content:"";
		background:#9ec64e;
		left: 0;
		top: 12%;
		width: 240px;
		height: 30px;
		position: absolute;
	}
	.al_dt_wrap:before 
	{
		content:"";
		background:#9ec64e;
		left: 0;
		top: 13%;
		width: 240px;
		height: 30px;
		position: absolute;
	}
	.al_benfit_wrap:before 
	{
		content:"";
		background:#9ec64e;
		left: 0;
		top: 11%;
		width: 240px;
		height: 30px;
		position: absolute;
	}
	.al_spoh_wrap:before 
	{
		content:"";
		background:#9ec64e;
		left: 0;
		top: 6.7%;
		width: 240px;
		height: 30px;
		position: absolute;
	}
	.al_ve_wrap ul
	{
		padding-right:40%;
	}
	.al_dt_wrap p
	{
		padding-right:0;
	}
	.al_benfit_wrap p
	{
		padding-right:22%;
	}
	.al_benfit_wrap ul
	{
		padding-right:40%;
	}	
	.slide-buttons
	{
		bottom:50px;
	}
	.al_dt_wrap ul 
	{
		padding-right: 36%;
	}
}

@media screen and (max-width:768px)
{
	.al_list_wrap ul li
	{
		width:100%;
	}
}
@media screen and (max-width:767px)
{
	.al_db_ms_wrap
	{
		padding:5px 0px
	}
	.al_padd
	{
		padding:40px 15px 0px 15px;
	}
	.al_padd_tb
	{
		padding:40px 15px 40px 15px;
	}
	.al_main_wrap h1
	{
		font-size:22px;
	}
}
@media screen and (max-width:420px)
{
	.al_db_ms_wrap h1
	{
		font-size:26px;
	}
}
@media screen and (max-width:380px)
{
	.al_db_ms_wrap h1
	{
		font-size:24px;
	}
	.slide-buttons
	{
		left:42%;
	}
}
@media screen and (max-width:340px)
{
	.al_db_ms_wrap h1
	{
		font-size:20px;
	}
}

@media only screen and (max-width: 1024px) {
	.testimonial-slider:before{left:45px;}
	.testimonial-slider:after{right:25px;}
	
}

@media only screen and (max-width: 900px) {
	.grey-popup > dl > dd{padding:25px 20px;}
}

@media only screen and (max-width: 767px) {
	
	.grey-popup > dl > dt{float:none; width:100%; text-align: center;}
	.grey-popup > dl > dd{float:none; width:100%;}
	.white-popup > dl > dt{float:none; width:100%; text-align: center;}
	.white-popup > dl > dd{float:none; width:100%; padding: 25px 20px;}
	
	.testimonial-slider:before{display:none;}
	.testimonial-slider:after{display:none;}
	
}

@media only screen and (max-width: 560px) {
	.slide-viewer{min-height: 215px;}
}
@media only screen and (max-width: 580px) {
	.slide-viewer{min-height: 140px;}
}
@media only screen and (max-width: 670px) {
	.slide-viewer{min-height: 120px;}
}

@media only screen and (max-width: 480px) {
	
	.slide-viewer{min-height: 170px;}
	
	
}










   /* RESET */

.download-editor-form {
	text-align: center;
	/*box-shadow: 0 2px 3px #888;*/
	margin: 0 50px;
	
}

.download-editor-form .form-title {
	background: #2998f7;
	color: #fff;
	padding: 15px 20px;
	position: relative;
	margin-bottom: 40px;
	
}

.download-editor-form .form-title:after {
	top: 100%;
	left: 0;
	content: " ";
	position: absolute;
	width: 0;
	height: 0;
	border-left: 70px solid transparent;
	border-right: 70px solid transparent;
	border-top: 30px solid #2998f7;
	right: 0;
	margin: 0 auto;
	
}

.elq-form * {
	margin: 0;
	padding: 0;
	
}

.elq-form {
	text-align: center;
	max-width: 780px;
	margin: 0 auto 0;
	padding: 0 40px 20px;
	
}

.gdpr-block {
	text-align: left !important;
	padding-top: 16px!important;
	
}

.hide {
	display: none;
	
}

.elq-form input,
textarea {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	
}

.elq-form input[type=text],
.elq-form textarea,
.elq-form select[multiple=multiple] {
	border: 1px solid #A6A6A6;
	
}

.elq-form button,
input[type=reset],
input[type=button],
input[type=submit],
input[type=checkbox],
input[type=radio],
select {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
}


/* GENERIC */

.elq-form input {
	height: 52px;
	line-height: 40px;
	padding: 10px;
	margin: 10px 0;
	
}

.elq-form .field-style._100 {
	width: 100%;
	
}

.elq-form .item-padding {
	/*padding:6px 5px 9px 9px;*/
	
}

.elq-form .pp-group {
	padding: 0px 5px 0px 9px;
	
}

.elq-form .pp-field {
	padding: 6px 0px 9px 0px;
	
}

.elq-form .field-wrapper.individual {
	float: left;
	width: 50%;
	/*clear: both;*/
	
}

#formElement5 {
	margin: 0px 10px;
	
}

.elq-form .field-p {
	position: relative;
	margin: 0 10px;
	padding: 0;
	
}

.elq-form .zIndex-fix {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	
}

.button2 {
	background-color: white;
	color: black;
	border: 2px solid #008CBA;
	
}

.button2:hover {
	background-color: #008CBA;
	color: white;
	
}

.elq-form .field-design {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	padding: 0;
	
}

.elq-form .no-fields-prompt {
	float: left;
	width: 100%;
	height: 150px;
	padding-top: 50px;
	clear: both;
	
}


/* SECTION BREAKS */

.elq-form .section-break {
	float: left;
	width: 97%;
	margin-right: 2%;
	margin-left: 1%;
	padding-bottom: 6px;
	
}

.elq-form .section-break .heading {
	width: 100%;
	font-weight: bold;
	margin: 0;
	padding: 0;
	
}


/* LABEL */

.elq-form .required {
	color: red !important;
	display: inline;
	float: none;
	font-weight: bold;
	margin: 0pt 0pt 0pt;
	padding: 0pt 0pt 0pt;
	
}


/* FIELD GROUP */

.elq-form .field-group {
	float: left;
	clear: both;
	
}

.elq-form .field-group.large {
	width: 100%;
	
}

.elq-form .field-group.medium {
	width: 51%;
	
}

.elq-form .field-group.small {
	width: 31%;
	
}

.elq-form .field-group .label {
	float: left;
	width: 97%;
	margin-right: 2%;
	margin-left: 1%;
	padding-bottom: 6px;
	font-weight: bold;
	
}

.elq-form .field-group .field-style {
	float: left;
	
}

.elq-form .progressive-profile .pp-inner {
	float: left;
	clear: both;
	
}

.elq-form .progressive-profile .pp-inner.large {
	width: 100%;
	
}

.elq-form .progressive-profile .pp-inner.medium {
	width: 51%;
	
}

.elq-form .progressive-profile .pp-inner.small {
	width: 31%;
	
}


/* RADIO */

.elq-form .radio-option {
	display: inline-block;
	
}

.elq-form .radio-option .label {
	display: block;
	float: left;
	padding-right: 10px;
	padding-left: 22px;
	text-indent: -22px;
	
}

.elq-form .radio-option .input {
	vertical-align: middle;
	margin-right: 7px;
	
}

.elq-form .radio-option .inner {
	vertical-align: middle;
	
}


/* CHECKBOX */

.elq-form .checkbox-span {
	display: inline-block;
	
}

.elq-form .checkbox-label {
	padding-left: 7px;
	position: relative;
	bottom: 3px;
	
}


/* INPUT */

.elq-form .accept-default {
	width: 100%;
	
}

.elq-form .field-style._25 {
	width: 21%;
	
}

.elq-form .field-style._50 {
	width: 100%;
	
}

.elq-form .field-style._50_left {
	clear: left;
	width: 100%;
	
}

.elq-form .field-style._75 {
	width: 71%;
	
}

.elq-form .field-size-top-small {
	width: 30%;
	
}

.elq-form .field-size-top-medium {
	width: 75%;
	
}

.elq-form .field-size-top-large {
	width: 100%;
	
}

.elq-form .field-size-left-small {
	width: 21%;
	
}

.elq-form .field-size-left-medium {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	
}

.elq-form .field-size-left-large {
	width: 60%;
	
}


/* INSTRUCTIONS */

.elq-form .instructions.default {
	color: #444444;
	display: block;
	font-size: 10px;
	padding: 6px 0pt 3px;
	
}

.elq-form .instructions.group {
	float: left;
	width: 97%;
	margin-right: 2%;
	margin-left: 2%;
	padding: 6px 0pt 3px;
	color: #444444;
	display: block;
	font-size: 10px;
	
}

.elq-form .instructions.left-single {
	margin: 0 0 0 33%;
	
}

.elq-form .instructions-other {
	margin: 0;
	
}


/* POSITIONING */

.elq-form .label-position.left {
	display: block;
	line-height: 150%;
	padding: 1px 0pt 3px;
	float: left;
	width: 31%;
	margin: 0pt 15px 0pt 0pt;
	word-wrap: break-word;
	overflow-wrap: break-word;
	
}

.elq-form .label-position.top {
	display: block;
	line-height: 150%;
	padding: 1px 0pt 3px;
	white-space: normal;
	
}

.elq-form .label-position.alignment-left {
	text-align: left;
	
}

.elq-form .label-position.alignment-right {
	text-align: right;
	
}


/* LIST ORDER */

.elq-form .list-order {
	display: block;
	
}

.elq-form .list-order.oneColumn {
	margin: 0pt 7px 0pt 0pt;
	width: 100%;
	clear: both;
	
}

.elq-form .list-order.twoColumn {
	float: left;
	margin: 0pt 7px 0pt 0pt;
	width: 38%;
	
}

.elq-form .list-order.threeColumn {
	float: left;
	margin: 0pt 7px 0pt 0pt;
	width: 30%;
	
}

.elq-form .list-order.oneColumnLeft {
	float: left;
	margin: 0pt 7px 0pt 0pt;
	width: 100%;
	
}

.elq-form .list-order.twoColumnLeft {
	float: left;
	margin: 0pt 7px 0pt 0pt;
	width: 38%;
	
}

.elq-form .list-order.threeColumnLeft {
	float: left;
	margin: 0pt 7px 0pt 0pt;
	width: 30%;
	
}


/* GRID STYLE */

.elq-form .grid-style {
	display: inline;
	float: left;
	margin-left: 2%;
	margin-right: 2%;
	
}

.elq-form .grid-style._25 {
	width: 21%;
	
}

.elq-form .grid-style._50 {
	width: 100%;
	
}

.elq-form .grid-style._75 {
	width: 71%;
	
}

.elq-form .grid-style._100 {
	width: 96%;
	
}

.cta {
	background: #0098f7 !important;
	box-shadow: inherit !important;
	
}

.ctatext {
	color: #ffffff !important;
	background: #0098f705 !important;
	border-color: #0098f705 !important;
	padding: 0px 30px 0 15px !important;
	margin: 0 !important;
	height: auto !important;
	line-height: 40px;
	
}

.ctasign {
	color: #ffffff !important;
	font-size: 17px;
	margin-right: 12px;
	position: absolute;
	right: 0;
	top: 14px;
	
}

.cta:hover .ctatext {
	color: #0098f7 !important;
	background: #ffffff !important;
	
}

.cta:hover .ctasign {
	color: #0098f7 !important;
	
}

select {
	width: 100%;
	height: 50px;
	margin-top: 10px !important;
	padding: 0 10px !important;
	
}

.cta {
	margin-top: 15px;
	
}

.elq-form input[type="checkbox"] {
	height: auto;
	line-height: auto;
	margin: 0px;
	padding: 0pc;
	text-align: left;
	</p><p>
}

.label-privacy-terms {
	float: right;
	width: 90%;
	text-align: left;
	
}

.al_top_head h4 {
	font-size: 24px;
	line-height: 25px;
	color: #2998f7;
	font-weight: 700;
	margin-top: 26px;
	margin-bottom: 8px;
	letter-spacing: -.01em;
	
}

.al_list_number {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #2998f7;
	color: #fff;
	display: inline-block;
	padding: 1px;
	text-align: center;
	margin-right: 10px;
	
}

.al_padd_left {
	padding-left: 50px;
	
}

@media screen and (min-width:1200px) {
	.al_top_head {
		padding: 0px;
		
	}
	.label-privacy-terms {
		width: 96%;
		
	}
	
}















