.signupbtn {
	opacity: .3;
}
.quick-link-wrap {
	display: none;
	opacity: 1;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
/* Quick Links CSS */
.quick-links h4 span, .quick-links li, .ql-open {
	background-image: url('../images/prd-common-sprite.png');
	background-repeat: no-repeat;
	display: inline-block;
}
.quick-links {
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #eee;
	margin-top: -95px;
	max-height: 215px;
	position: fixed;
	right: -200px;
	top: 50%;
	width: 200px;
	z-index: 1010;
}
.quick-links h4 {
	border-bottom: 1px solid #f5f5f5;
	color: #333;
	cursor: pointer;
	font-size: 11px;
	font-weight: 600;
	padding: 7px 20px;
	text-transform: uppercase;
}
.quick-links h4 span {
	background-position: -107px -282px;
	height: 16px;
	position: absolute;
	right: 15px;
	top: 6px;
	width: 8px;
	opacity: .1
}
.quick-links h4:hover span {
	opacity: .4;
}
.quick-links ul {
	padding: 5px 15px;
}
.quick-links li {
	background-position: -100px -301px;
	border-top: 1px dotted #f0f0f0;
	display: block;
	font-size: 12px;
	font-weight: 400;
	padding: 8px 0 8px 20px;
}
.quick-links li:first-child {
	border: none;
}
.quick-links a {
	color: #333;
}
.ql-open {
	background-color: rgba(255, 255, 255, 1);
	background-position: -98px -275px;
	border: 1px solid #bbb;
	cursor: pointer;
	height: 30px;
	line-height: 30px;
	margin-top: -95px;
	opacity: 1;
	padding: 0 0 0 24px;
	position: fixed;
	right: -120px;
	top: 50%;
	transition: all 1s ease 1s;
	width: 70px;
	z-index: 1000;
	font-size: 13px;
	color: #333;
	font-size: 11px;
	text-transform: uppercase;
}
.quick-links .selected {
	color: #00add5;
	opacity: 0.5;
}

@media screen and (max-width: 900px) {
.ql-open div {
	display: none;
}
.ql-open {
	background-position: -98px -277px;
	height: 16px;
	line-height: normal;
	padding: 6px 8px;
	width: 8px;
}
}
/* End of Quick Links CSS */
.product-logo, .testimonial .customer, .signupHeadFadeIn span {
	background-image: url('../images/reports-sprite1.png');
	background-repeat: no-repeat;
	display: inline-block;
}
.product-header {
	/*background: #F1F4F9;*/
}
.signupnow-button .accesss-product {
	display: none;
}
.umain .signupnow-button a {
	display: inline-block;
}
.umain .signupnow-button a:first-child {
	display: none;
}
/*contact suppoer Footer link start*/
.contact-support span {
	background-image: url(images/reports-sprite1.png);
	width: 26px;
	height: 20px;
	display: block;
	float: left;
	margin-right: 10px;
	border-right: 1px solid #cccccc;
}
.contact-support .support {
	background-position: -114px -358px;
}
.contact-support .toll-free {
	background-position: -148px -364px;
}
.contact-support .submit {
	background-position: -192px -361px;
}
.footer-links .next-heading {
	margin-top: 20px;
}
/*contact suppoer Footer link end*/
.umain .banner-content {
	float: none;
	margin: 0 auto;
	max-width: 900px;
	padding: 50px 5% 0px;
	text-align: center;
	width: 90%;
}
.product-menu li a:hover {
	color: #4661b9;
}
/* contactus-form-stickydiv start */	 
.contactus-form-stickydiv {
	position: fixed;
	bottom: 0;
	right: 0;
	width: 372px;
	z-index: 100
}
.bump {
	-webkit-animation: a .5s ease;
	animation: a .5s ease
}
.contactus-form-stickydiv * {
	box-sizing: border-box
}
.contactus-form-stickydiv .contact-form {
	width: 372px;
	padding: 20px
}
.contactus-form-stickydiv .contact-form .form-group {
	margin-bottom: 9px
}
.contactus-form-stickydiv .contact-form .clr-bdr {
	display: none
}
 @-webkit-keyframes a {
 0% {
 bottom:0
}
 25% {
 bottom:.5em
}
 50% {
 bottom:0
}
 75% {
 bottom:.5em
}
 to {
 bottom:0
}
}
 @keyframes a {
 0% {
 bottom:0
}
 25% {
 bottom:.5em
}
 50% {
 bottom:0
}
 75% {
 bottom:.5em
}
 to {
 bottom:0
}
}
.icon-downarrow, .icon-mail, .icon-uparrow {
	background: url('../images/reports-sprite1.png') no-repeat;
	width: 30px;
	height: 20px;
	display: inline-block
}
.icon-uparrow {
	background-position: -160px -426px;
	float: right
}
.icon-mail {
	background-position: -128px -426px;
	margin: 0 0 -5px
}
.icon-downarrow {
	background-position: -220px -422px;
 //margin-top: 5px;
	float: right
}
.sticky-label {
	background-color: #444;
	min-width: 173px;
	padding: 10px;
	float: right;
	cursor: pointer
}
.sticky-label div {
	display: inline;
	font-weight: 300;
	color: #fff
}
.sticky-label.dropup {
	/*border: 1px solid #7babb9;*/
	border-radius: 5px 5px 0 0;
	border-bottom: none;
	cursor: pointer;
	padding: 10px;
}
.stickyform-container {
	background-color: #fff;
	clear: both;
	border: 1px solid #ddd;
}
.contact-form {
	position: relative;
	border: 1px solid #ddd;
	width: 550px;
	padding: 40px 40px 30px;
	margin-top: 20px
}
.contact-form .form-control {
	border-radius: 0;
	box-shadow: none
}
.contact-form .form-group p {
	margin-top: -10px;
	margin-bottom: 0;
	font-size: 12px
}
.contact-form .form-group div {
	width: 90%;
	display: inline-block
}
.contact-form .form-group span {
	position: absolute;
	padding-left: 20px
}
.show {
	display: block!important
}
.hide-widget {
	display: none!important
}

@media screen and (max-width:481px) {
.contactus-form-stickydiv {
	display: none
}
}

/* contactus-form-stickydiv ends */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.zr-inner-bubble {
	border-color: transparent;
}
}
@supports (-ms-accelerator:true) {
 .zr-inner-bubble {
border-color: transparent;
}
}
.testimonial a.read-more {
	max-width: 100%;
}
.barc {
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	padding: 0 15px 0 0 !important;
	z-index: 9;
	background-color: #3173ad;
	;
	line-height: 42px;
	border: 1px solid #102132;
	font-weight: 600;
}
.barc-logo {
	background-position: -270px -643px;
	float: left;
	height: 27px;
	margin: 9px 10px 0 9px;
	width: 95px;
	background-image: url("images/homeCnnectorsIcon.png");
	background-repeat: no-repeat;
	display: inline-block;
	text-indent: -999em;
}
.download-apps1 {
	margin: 0 auto;
	overflow: hidden;
	padding: 3% 5% 0px;
	text-align: center;
}
.download-apps1 a {
	display: inline-block;
	height: 42px;
	padding: 0 0 0 0;
	vertical-align: middle;
	margin: 10px;
}
.watch-video {
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	max-width: 155px;
	padding: 0 10px 0 15px !important;
	text-transform: uppercase;
	z-index: 9;
	background-color: #333333;
	line-height: 42px;
	font-weight: 600;
}
.play-icon {
	background-position: -32px -323px;
	float: right;
	height: 20px;
	margin: 10px 0 0 5px;
	width: 22px;
	background-image: url(../images/product-common-sprite.png);
	background-repeat: no-repeat;
	display: inline-block;
	text-indent: -999em;
}
.video-player iframe {
	border: 1px solid #c2c2c2;
}