*, p, h1, h2, h3, h4, h5, h6, li, ul, ol {
	margin: 0;
	padding: 0;
}
.tltiphdr{
    position: relative;
    display: inline-block;
}
.info-icon {
   display: inline-block;
    font-size: 28px;
    margin-left: 0;
    color: #666;
    cursor: pointer;
    transition: color 0.3s ease;
    vertical-align: top;
    margin-top: 10px;
    width: 20px;
}

.info-icon:hover {
  color: #000;
}

/* Tooltip styling */
.tooltip {
  position: absolute;
  bottom: 90%;
  left: 94%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
  font-size: 13px;
  line-height: 1.4;
  padding: 8px 10px;
  border-radius: 6px;
  white-space: normal;
  width: 260px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
  z-index: 10;
}

.tooltip::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -6px;
  border-width: 6px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.85) transparent transparent transparent;
}

/* Hover effect */
.info-icon:hover + .tooltip {
  opacity: 1;
  transform: translateX(-50%) translateY(-5px);
  pointer-events: auto;
}
.Ncrm_breadcrumb {
    text-align: left;
    list-style-type: none;
    max-width: 1280px;
    margin: 0 auto;
    width: 93%;
    padding: 10px 0 20px;
}
.Ncrm_breadcrumb li {
    display: inline-block;
    margin: 0 25px 0 0;
    font: 12px/1.2 var(--zf-primary-semibold);
    color: #000;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
}
.Ncrm_bcLnk {
    color: #00000096;
    position: relative;
    display: inline-block;
    font: 12px/1.2 var(--zf-primary-semibold);
}
.Ncrm_bcLnk:before {
    content: ">";
    position: absolute;
    right: -15px;
    display: inline-block;
    color: #000;
}
.Ncrm_bcLnk:after {
    content: '';
    display: block;
    position: absolute;
    left: auto;
    right: 0;
    bottom: -4px;
    height: 1px;
    width: 0;
    background: #000;
    transition: all .3s linear;
}
.Ncrm_bcLnk:hover {
    color: #000;
}
.Ncrm_bcLnk:hover:after {
    width: 100%;
    left: 0;
    right: auto;
    transition: all .2s linear;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
 -webkit-appearance: none;
 margin: 0;
}
.ucase-result p {
	padding-left: 40px;
	position: relative;
}
.ucase-result p::after {
	content: "";
	width: 22px;
	height: 22px;
	position: absolute;
	left: 0px;
	background-image: url(/sites/zweb/images/crm/uscase-tick-icon.svg);
	background-repeat: no-repeat;
	top: 7px;
}
.ucase-solution h2, .ucase-solution h3{
	padding-bottom: 20px;
}
.ucase-solution p {
	padding-bottom: 40px;
}
.main-ucase-container {
	margin: 0 20px
}
.ucase-title {
	font: 14px / 1.2 var(--zf-primary-regular);
	background-color: rgb(255, 229, 201);
	padding: 7px 10px;
	display: inline-block;
	border-radius: 8px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
h1 {
	font: 64px / 1.1 var(--zf-primary-semibold);
	max-width: 920px;
	color: #0067ff;
}
h2 {
	font: 48px / 1.2 var(--zf-primary-medium);
	padding-bottom: 15px;
	letter-spacing: -0.3px;
}
h3 {
	font: 28px / 1.2 var(--zf-primary-medium);
	padding-bottom: 5px;
}
.p-b-30 {
padding-bottom: 30px;
}
p {
	font: 18px / 1.6 var(--zf-primary-regular);
	padding-bottom: 30px;
	max-width: 880px;
}
p:last-child {
	padding-bottom: 0
}
.combain-img {
	max-width: 980px;
	margin-bottom: 40px;
}
.combain-img .img1 {
	max-width: 562px;
	width: 100%;
	border-radius: 8px;
	margin-bottom: 30px;
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
}
.combain-img .img2 {
	max-width: 407px;
	width: 100%;
	border-radius: 8px;
	margin-bottom: 30px;
	display: inline-block;
	vertical-align: top;
}
.ucase-header {
	max-width: 1280px;
	margin: 0 auto;
	padding: 40px 75px 80px;
	box-sizing: border-box;
}
.lm_navSec {
	text-align: left;
	max-width: 1280px;
	margin: 0 auto;
	position: sticky;
	position: -webkit-sticky;
	top: 52px;
	left: 0;
}
.lm_navSec.lm_fix {
	position: fixed;
	position: sticky;
	position: -webkit-sticky;
	width: 100%;
	box-sizing: border-box;
	z-index: 9;
	background: #ffffff;
	box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
}
.lm_navigation {
	position: relative;
	display: inline-block;
	padding: 0 55px;
}
.lm_navSec.lm_fix .lm_navigation {
	box-shadow: none;
}
.lm_navigation:before {
	content: '';
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	border-bottom: 1px solid #dedede;
	display: block;
	display: none;
}
.lm_navLst {
	display: inline-block;
	list-style-type: none;
	padding: 15px 0px;
	cursor: pointer;
	position: relative;
	margin: 0 20px;
}
.lm_navLst>span {
	display: inline-block;
	font: 16px / 1.2 var(--zf-primary-regular);
	position: relative;
	cursor: pointer;
	color: #575859;
}
.lm_navLst>span:hover, .lm_navSec.lm_fix .lm_navLst.active>span, .lm_navLst.active>span {
	color: #000;
}
.selected-tab {
	border-bottom: 3px solid #22ae73;
	width: 164px;
	position: absolute;
	left: 0;
	top: 94%;
	height: 2px;
	transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;
	list-style-type: none;
	display: none;
}
.lm_navLst.active {
	border-bottom: 3px solid #0067ff;
}
.ucase-cont-cmb {
	max-width: 1280px;
	width: 100%;
	margin: 0 auto;
}
.ucase-process {
	background: -moz-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(244,247,254) 99%);
	background: -webkit-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(244,247,254) 99%);
	background: -ms-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(244,247,254) 99%);
	padding: 90px 75px 0;
	border-radius: 24px;
}
.ucase-rqmnt {
	padding: 90px 75px 100px;
}
.ucase-solution {
	background: #313641;
	color: #fff;
	padding: 90px 75px 100px;
	border-radius: 24px;
}
.ucase-fetr {
	padding: 5px 20px;
	background: #fcde7c;
	color: #000;
	border-radius: 25px;
	display: inline-block;
	font: 18px / 1.6 var(--zf-primary-regular);
	margin: 5px;
}
.ucase-fetr-bx {
	max-width: 880px;
	width: 100%;
	margin: 10px 0 50px;
}
.ucase-img {
	border-radius: 8px;
	margin-bottom: 45px;
	max-width: 900px;
        display: block;
       width: 100%;
}
.m-b-0 {
margin-bottom: 0px;
}
.bld-txt {
    font-family: var(--zf-primary-bold);
}
.m-b-30 {
	margin-bottom: 30px;
}
.m-b-90{
     margin-bottom: 90px;
}
.ucase-steps {
	display: inline-block;
	color: #fcde7c;
	font-weight: 700;
	margin-top: 10px;
}
.ucase-steps span {
	font-weight: 400;
}
.ucase-result {
	padding: 90px 75px 55px;
}
.ucase-footer {
	max-width: 1230px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto 100px;
}
.ucase-ftr-lft {
	width: 100%;
	color: #fff;
	background: #0067ff;
	border-radius: 36px;
	padding: 95px 75px 100px;
	background-image: url(/sites/zweb/images/crm/ucase-footer-pattern.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-position-x: right;
}
.ucase-ftr-rgt {
	width: 27%;
	border-top-right-radius: 36px;
	border-bottom-right-radius: 36px;
	background: #e2eeff;
	text-align: left;
	padding: 95px 75px 100px;
}
.ucase-ftr-lftans {
	font: 36px / 1.2 var(--zf-primary-medium);
	max-width: 100%;
          max-width: 850px;
}
.ucase-ftr-lftques {
  	font: 36px / 1.2 var(--zf-primary-medium);
	padding-bottom: unset;
}
.contact-but {
	font: 16px / 1.2 var(--zf-primary-semibold);
	background: #f0483e;
	padding: 10px 40px;
	display: inline-block;
	cursor: pointer;
}
.ucase-ftr-rgtans {
	margin-top: 15px;
    font: 20px / 1.4 var(--zf-primary-regular);
}
.document-but {
	font: 16px / 1.2 var(--zf-primary-semibold);
	background: #71aaff;
	padding: 10px 20px;
	display: inline-block;
	color: #fff;
	cursor: pointer;
}
.freeze_layer {
	background: rgba(0, 0, 0, .4);
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 4;
	display: none;
}
.freeze_layer.active_freaze, .list-box.active, .industry-list-box.industry-active, .price-tooltip.active, .formgroup.invalid .error, .sign_agree p {
	display: block;
}

table {
	border-collapse: collapse;
	border-spacing: 0
}
.subit_combain {
	position: sticky;
	position: -webkit-sticky;
	bottom: 0;
	width: 110%;
	background: #fff;
	padding: 8px 0 70px;
	z-index: 2;
}

.input_combain {
	position: relative;
	margin-bottom: 25px
}
.input_active {
	position: absolute;
	left: 10px;
	top: 5px;
	transition: all ease .8s;
	color: #b5b5b5;
	font: 15px/26px var(--zf-primary-regular);
	pointer-events: none
}
.input_toggle {
	transform: translateY(-26px);
	-webkit-transform: translateY(-28px);
	color: #000;
	font-size: 12px
}
.list-box, .industry-list-box {
	display: none;
	position: absolute;
	width: 100%;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	padding: 5px 0px;
	top: 35px;
	background: #fff;
	max-height: 250px;
	overflow-x: hidden;
	z-index: 2;
}
.list-data, .industry-list-data {
	display: block;
	font-size: 14px;
	padding: 0px 7.5px;
	cursor: pointer;
}
.list-data.active, .industry-list-data.industry-active {
	color: #009eda;
	font-weight: 700;
}
.list-data:hover, .industry-list-data:hover {
	color: #009eda;
}

.form_exp {
	margin-bottom: 20px;
	padding-bottom: 0;
}
h2.sec-hdr-form {
	font-size: 36px;
	padding-bottom: 10px;
}

.contact_fixed {
	position: fixed;
	top: 47%;
	transform: translateY(-40%) rotate(270deg);
	right: -100px;
	z-index: 2;
	box-shadow: 0 0 43px 0 rgba(69, 98, 127, .35);
	cursor: pointer;
	opacity: 0;
	transition: all ease .5s
}
.contact_fixed.btn_active {
	right: -58px;
	opacity: 1
}
.btn-elm {
	display: inline-block;
	padding: 10px 30px;
	margin: 0 auto 15px;
	color: #fff;
	border: 1px solid rgb(244, 240, 235);
	cursor: pointer;
	box-sizing: border-box;
	z-index: 1;
	font: 16px / 1.2 var(--zf-primary-semibold);
}
.ctct-btn.btn-elm {
	background: #f0483e;
	margin-right: 15px;
	border: 1px solid #f0483e;
	text-transform: uppercase;
}
.contact_fixed .ctct-btn.btn-elm {
	margin: 0;
}
.decrefrm, .increfrm {
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #8695a7;
	position: absolute;
	top: 22px;
	right: 17px;
	display: block;
	z-index: 2;
	cursor: pointer;
}
.form-users::after {
	content: "";
	position: absolute;
	z-index: 1;
	bottom: 16px;
	right: -10px;
	top: 4px;
	height: 30px;
	width: 45px;
}
.increfrm {
	top: 10px;
	transform: rotate(180deg);
}
.input_textarea {
	margin-bottom: 15px;
}
.ucase-result .no-tick{
padding-left:0px;
}
.ucase-result .note-txt {
    text-align: left;
    font: 14px/1.6 var(--zf-primary-regular);
    color: #4e5052;
    padding: 20px 0 0;
    margin: 0;
		}
.note-txt::after, .ucase-result .no-tick::after, .hide-elm{display:none}
@media only screen and (max-width:1260px) {
.ucase-ftr-lft {
	padding: 95px 50px 100px;
}
.ucase-ftr-rgt {
	padding: 95px 50px 100px;
	width: 31%;
}
}

@media only screen and (max-width:1140px) {
.lm_navSec {
	top: 0;
}
.document-but {
	margin-top: 10px
}
}

@media only screen and (max-width:992px) {
.combain-img {
	margin-bottom: 15px;
}
h1 {
	font-size: 44px;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 22px;
}
p {
	font-size: 18px;
	padding-bottom: 20px
}
.ucase-header {
	padding: 40px 30px;
}
.lm_navigation {
	padding: 0 15px;
}
.ucase-process {
	padding: 60px 30px 0;
}
.ucase-rqmnt {
	padding: 65px 30px;
}
.ucase-solution {
	padding: 60px 30px 70px;
}
.ucase-fetr-bx {
	margin: 10px 0 40px;
}
.ucase-img {
	margin-bottom: 35px;
}
.ucase-result {
	padding: 60px 30px 55px;
}
/*
.ucase-ftr-lft {
	padding: 65px 30px 70px;
}
*/
.ucase-ftr-lftques, .ucase-ftr-lftans, .ucase-ftr-rgtques {
	font-size: 30px;
}
.ucase-ftr-rgtans {
	font-size: 18px;
}
.ucase-ftr-rgt {
	padding: 65px 30px 70px;
	width: 38%;
}
}

@media only screen and (max-width:767px) {
h1 {
	font-size: 36px;
}
.ucase-ftr-lftans{    padding-bottom: unset;}
.contact-but{display: none;}
.Ncrm_breadcrumb {
    display: none;
}
.ucase-footer {
	display: block;
        margin: 0 auto 70px;
}
.ucase-ftr-lft {
	width: unset;
	border-radius: 36px;
	text-align: center;
	padding: 65px 30px 70px;
}
.ucase-ftr-rgt {
	width: unset;
	margin: 70px 0;
	border-radius: 36px;
	text-align: center
}
.info-icon{
		margin-top: 0;
	}
	.tooltip{
		bottom: 100%;
    	left: 91%;
	}
}

@media only screen and (max-width:640px) {
.lm_navLst>span {
	font-size: 14px;
}
.lm_navLst {
	margin: 0 4px;
padding: 15px 0px 12px;
}
.lm_navigation {
	padding: 0 0 0 5px;
}
.ucase-header {
	padding: 40px 0px;
}
}

@media only screen and (max-width:400px) {
.lm_navLst>span {
	font-size: 12px;
}
.lm_navigation {
	padding: 0;
}
}

@media only screen and (max-width:350px) {
.lm_navSec {
	display: none;
}
}