.ze-product-header {
	background-color: #144fcc;
	border-bottom: 1px solid #245bd0
}

.ze-pricing-comparison button {
	background: none;
	border: none
}

.text-white {
	color: #fff
}

.common-feature-label,.expand-label,.feature-comparison-table.active .plan-desc,.feature-comparison-table.active .plan-price,.font-sm,.plan-name,.pricing-comparison-table .panel table tr td:first-child,.pricing-toggle span,td {
	font-size: 14px
}

.ze-comparison-header {
	background: #144fcc;
	padding: 50px 20px;
	text-align: center
}

.ze-comparison-header h1 {
	font-size: 36px;
	font-weight: 800;
	line-height: 60px
}

.ze-comparison-header p {
	font-size: 16px
}

.checkbox-table,.pricing-switch,.pricing-toggle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.pricing-switch {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: auto
}

.pricing-toggle {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 12px;
	padding: 10px 0;
	position: relative
}

.pricing-label {
	color: #000
}

.pricing-label.active {
	font-weight: 600
}

.pricing-label.active .yearly-plan {
	display: inline
}

.pricing-toggle .yearly-plan {
	display: none
}

button.price-selector {
	display: inline-block;
	width: 32px;
	height: 20px;
	border: 1px solid #000;
	border-radius: 12px;
	background-color: #000;
	margin: 0 5px;
	position: relative;
	cursor: pointer
}

.price-selector:after {
	content: "";
	position: absolute;
	top: 2px;
	right: 2px;
	border-radius: 50%;
	background-color: #fff;
	width: 14px;
	height: 14px;
	-webkit-transition: right .3s,left .3s;
	transition: right .3s,left .3s
}

.price-selector.swap:after {
	right: auto;
	left: 1px
}

.highlighted-text {
	color: #e00
}

.table-heading {
	font-size: 24px;
	font-weight: 700;
	padding-bottom: 15px
}

.expand-all {
	padding: 20px
}

.expand-all input {
	margin: 3px 0
}

.expand-all input,.expand-all label {
	cursor: pointer
}

.common-feature-label,.expand-label {
	padding-left: 5px;
	margin-right: 15px
}

.comparison-download-cta {
	padding-right: 20px
}

.pricing-download-btn {
	color: #e00;
	text-decoration: underline;
	font-weight: 600
}

.plan-name {
	letter-spacing: 2.6px;
	text-transform: uppercase;
	font-weight: 700;
	padding-bottom: 20px
}

.plan-price {
	font-size: 21px
}

.feature-comparison-table.active td {
	padding: 10px 20px
}

.feature-comparison-table .plan-desc {
	font-size: 16px
}

.pricing-signup-cta {
	display: inline-block;
	border: 1px solid #000;
	padding: 10px 30px;
	border-radius: 8px;
	min-width: 84px;
	cursor: pointer
}

.pricing-signup-cta:hover {
	background: #000;
	color: #fff
}

.pricing-signup-cta a,.pricing-signup-cta button {
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	color: #000
}

.pricing-signup-cta:active {
	-webkit-transform: scale(.97);
	-ms-transform: scale(.97);
	transform: scale(.97);
	-webkit-box-shadow: inset 0 2px 6px rgba(0,0,0,.3);
	box-shadow: inset 0 2px 6px rgba(0,0,0,.3)
}

.pricing-signup-cta.premium a,.pricing-signup-cta:hover a,.pricing-signup-cta:hover button {
	color: #fff
}

.pricing-signup-cta.premium {
	background: #fb4446;
	background: -webkit-gradient(linear,left top,right top,from(#fb4446),to(#fb4446));
	background: linear-gradient(90deg,#fb4446,#fb4446);
	border: 1px solid #fb4446;
	font-weight: 600
}

.pricing-signup-cta.premium:hover {
	background: #e93e40;
	background: -webkit-gradient(linear,left top,right top,from(#e93e40),to(#e93e40));
	background: linear-gradient(90deg,#e93e40,#e93e40);
	border-color: #e34845
}

.checkbox-table,.pricing-table-wrapper {
	max-width: 1200px
}

.checkbox-table {
	margin: 60px auto 0;
	border: none;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.pricing-table-wrapper {
	margin: 0 auto 90px
}

.pricing-table-wrapper.logged-in .pricing-signup-cta {
	display: none
}

.pricing-table-wrapper.logged-in .plan-name {
	padding-bottom: 0
}

.pricing-table-wrapper.logged-in .module-name {
	top: 185px!important
}

.feature-comparison-table {
	background: #fff;
	border-top: 1px solid #e9e9e9;
	width: 1200px;
	position: sticky;
	top: 64px;
	z-index: 10
}

.feature-comparison-table tr td {
	-webkit-transition: all .4s ease;
	transition: all .4s ease
}

.wrap {
	width: 15px;
	height: 15px;
	cursor: pointer;
	position: absolute;
	left: 20px;
	top: 15px;
	background-image: url(//cdn.zoho.com.cn/sites/zweb/images/zh-hans/expense/plus.svg)
}

.accordion.active .wrap {
	background-image: url(//cdn.zoho.com.cn/sites/zweb/images/zh-hans/expense/minus.svg)
}

table {
	border-collapse: collapse
}

tr td {
	text-align: center;
	border: 1px solid #e9e9e9;
	border-top: none
}

tr td:first-child {
	border-left-color: rgba(0,0,0,0)
}

tr td:last-child {
	border-right-color: rgba(0,0,0,0)
}

td {
	width: 19%;
	padding: 20px;
	min-width: 180px
}

td .sub-heading {
	color: #fb4446;
	letter-spacing: 2px;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
        margin-bottom: 0;
}

.all-plans-head,.feature-comparison-table-container .panel tr td:first-child {
	text-align: start;
	min-width: 260px;
	width: 24%
}

.pricing-comparison-table {
	width: 1200px
}

.pricing-comparison-table .panel table tr td:first-child {
	font-size: 16px
}

button.module-name {
	cursor: pointer;
	padding: 0;
	width: 100%;
	border: 1px solid #e9e9e9;
	border-top: none;
	text-align: left;
	outline: none;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	position: sticky;
	z-index: 1;
	background-color: #f9f9f9
}

.module-name div {
	padding: 10px 45px
}

.module-name p {
	color: #000;
	font-weight: 600;
        margin-bottom: 0;
}

.panel {
	background-color: #fff;
	display: none;
	-webkit-transition: display .5s linear;
	transition: display .5s linear
}

.no-icon,.yes-icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: no-repeat 50%
}

.yes-icon {
	background-image: url(//cdn.zoho.com.cn/sites/zweb/images/zh-hans/expense/yes-icon.svg)
}

.no-icon {
	background-image: url(//cdn.zoho.com.cn/sites/zweb/images/zh-hans/expense/no-icon.svg)
}

.coming-soon,.early-access {
	font-size: 8px;
	font-weight: 600;
	letter-spacing: 1px;
	vertical-align: middle;
	padding: 3px;
	border-radius: 3px;
	background-color: #6e97ea;
	color: #fff;
	text-transform: uppercase
}

.gst-inclusive {
	display: block;
	margin-top: 5px;
	text-align: right
}

@media (max-width:1200px) {
	.feature-comparison-table-container {
		overflow-x: scroll
	}

	.all-plans-head,.feature-comparison-table-container .panel tr td:first-child,td {
		min-width: 200px
	}

	.all-plans-head {
		z-index: 2!important
	}

	.feature-comparison-table {
		top: 0
	}

	.feature-comparison-table tr td {
		-webkit-transition: none;
		transition: none
	}

	.feature-comparison-table-container tr td:first-child,.per-user-text,.pricing-comparison-table .panel table tr td .sub-heading,.pricing-comparison-table .panel table tr td:first-child {
		position: sticky;
		left: 0;
		background-color: #fff
	}

	.pricing-comparison-table .panel table tr td .sub-heading {
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
		left: 20px
	}

	.feature-comparison-table-container tr td:first-child:hover,.per-user-text,.pricing-comparison-table .panel table tr td .sub-heading,.pricing-comparison-table .panel table tr td:first-child:hover {
		z-index: 1
	}

	.feature-comparison-table-container tr td:first-child:after,.pricing-comparison-table .panel table tr td:first-child:after {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		width: .5px;
		height: 100%;
		background-color: #e9e9e9
	}

	.pricing-label.active .yearly-plan {
		display: none
	}

	.module-name div {
		position: sticky;
		left: 0;
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content
	}
}

@media screen and (max-width:767px) {
	td {
		padding: 20px 10px;
		min-width: 130px
	}

	.pricing-signup-cta {
		padding: 10px 14px
	}

	.all-plans-head,.feature-comparison-table-container .panel tr td:first-child {
		min-width: 165px
	}

	.feature-comparison-table,.pricing-comparison-table {
		width: 800px
	}
}

@media screen and (max-width:500px) {
	.expand-all {
		display: none
	}

	.checkbox-table {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: end
	}

	.comparison-download-cta {
		padding-bottom: 10px
	}
}

#demo-exit-modal {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,.6);
	z-index: 1001
}

#demo-exit-modal.hide {
	opacity: 0
}

#demo-exit-modal.open {
	opacity: 1
}

#demo-exit-modal .main-content-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%
}

#demo-exit-modal .main-content {
	position: relative;
	width: 800px;
	background: #eef5fd;
	border-radius: 20px;
	padding: 40px 30px 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

#demo-exit-modal .close-btn {
	padding: 3px 9px;
	border: 0;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	top: -20px;
	right: -30px
}

.close-btn img {
	width: 10px
}

.exit-modal-image-container {
	margin: 0 50px
}

.exit-modal-image-container img {
	vertical-align: bottom
}

#demo-exit-modal .title {
	font-size: 35px;
	font-weight: 600;
	line-height: 1.2;
	color: #272365;
	width: 380px
}

#demo-exit-modal .btn-filled {
	background: #c02434;
	color: #fff;
	border: 1px solid #c02434;
	border-radius: 3px;
	margin: 25px 0
}

#demo-exit-modal .btn-filled:hover {
	background: #fcedee;
	color: #c02434;
	border: 1px solid #c02434
}

#demo-exit-modal .edition-tollfree-number {
	display: block;
	text-align: left
}

@-webkit-keyframes fade-in {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes fade-in {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@-webkit-keyframes fade-out {
	0% {
		opacity: 1
	}

	to {
		opacity: 0
	}
}

@keyframes fade-out {
	0% {
		opacity: 1
	}

	to {
		opacity: 0
	}
}

#demo-exit-modal.fade-in {
	-webkit-animation: fade-in .5s ease;
	animation: fade-in .5s ease
}

#demo-exit-modal.fade-out {
	-webkit-animation: fade-out .5s ease;
	animation: fade-out .5s ease
}

@media screen and (max-width:900px) {
	#demo-exit-modal .main-content {
		width: 500px;
		text-align: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 20px 30px
	}

	.exit-modal-image-container {
		display: none
	}

	#demo-exit-modal .edition-tollfree-number {
		text-align: center!important
	}
}

#demorequest-modal-wrapper {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,.5);
	padding: 40px;
	z-index: 1001;
	overflow-y: auto;
	color: #20284d;
	display: none;
	opacity: 0
}

#demorequest-modal-wrapper.open {
	opacity: 1;
	display: block
}

.demorequest-modal-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.demorequest-left-section {
	border-radius: 6px 0 0 6px;
	background: #e1f1ff;
	padding: 50px 40px;
	width: 700px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center
}

.testimonial-carousel-title {
	font-size: 20px;
	padding-bottom: 20px
}

.testimonial-slider-wrapper {
	height: 300px;
	background-color: #fff;
	border-radius: 20px;
	padding: 40px 30px 20px;
	margin-bottom: 30px;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

.demorequest-left-section .slide-content {
	display: none
}

.demorequest-left-section .slide-content.active {
	display: block
}

.slider-logo-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 30px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.slider-logo {
	background: url(/expense/index/customers-awards-sprite-2x.png) no-repeat;
	background-size: 800px 90px;
	margin-right: 20px;
	height: 40px;
	padding-bottom: 15px
}

.slider-logo.puma {
	width: 70px;
	background-position: -33px
}

.slider-logo.iffco {
	width: 92px;
	background-position: -149px
}

.slider-logo.tataplay {
	width: 68px;
	background-position: -297px
}

.slider-heading {
	text-align: left
}

.slider-heading h3 {
	font-size: 20px;
	font-weight: 600;
	padding: 0;
	margin: 0
}

.testimonial-slider-wrapper p {
	line-height: 2;
	font-size: 14px;
	padding: 0;
	margin: 0
}

.demorequest-left-section .dot {
	cursor: pointer;
	width: 8px;
	height: 8px;
	margin: 0 1px;
	background: #0075ad;
	border-radius: 50%;
	border: none;
	padding: 0;
	opacity: .6
}

.demorequest-left-section .dot.active {
	opacity: 1
}

.demorequest-left-section .rating-section {
	padding-top: 20px
}

.demorequest-left-section hr {
	border-top: 1px solid #b4d9ff
}

.demorequest-left-section .rating-section-title {
	margin-bottom: 30px
}

.demorequest-right-section {
	border-radius: 0 6px 6px 0;
	background: #fff;
	padding: 50px;
	width: 500px;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.demorequest-right-section .close-btn {
	padding: 7px 10px;
	border: 0;
	border-radius: 50%;
	position: absolute;
	top: 18px;
	right: 20px;
	width: auto;
	min-width: auto;
	cursor: pointer;
	background-color: #efefef;
	font-size: 14px!important
}

#modal_demo_email_error,#modal_demo_location_error,#modal_demo_message_error,#modal_demo_name_error,#modal_demo_no_of_users_error,#modal_demo_phone_error,#modal_demo_zoho_expense_source_error,#modal_enterdigest_error,#modal_recurringAllDateTime_error,#modal_spin,.captcha-frame,.display-none {
	display: none
}

#modal_demo_message {
	height: 60px;
	margin-top: 0
}

.captcha-container {
	width: 50%;
	display: inline-block
}

#modal_spin {
	fill: #fff
}

.modal-enterdigest {
	width: 48%;
	display: inline-block
}

.agree-privacy-policy {
	font-size: 13px!important;
	text-align: center
}

.agree-privacy-policy a {
	text-decoration: underline
}

@media screen and (max-width:1111px) {
	.testimonial-slider-wrapper {
		height: 350px;
		padding: 40px 20px 0
	}

	.slider-logo-container {
		margin-top: 10px
	}
}

@media screen and (max-width:960px) {
	.demorequest-left-section {
		display: none
	}

	.demorequest-right-section {
		border-radius: 6px
	}
}
.ze-tooltip {
    background: url(//cdn.zoho.com.cn/sites/zweb/images/zh-hans/expense/info-circled.svg);
    cursor: help;
    position: relative;
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
}
.ze-tooltip {
    background: url(//cdn.zoho.com.cn/sites/zweb/images/zh-hans/expense/info-circled.svg);
    cursor: help;
    position: relative;
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
}
.ze-tooltip:before {
    content: attr(aria-label);
    pointer-events: none;
    position: absolute;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 200px;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    color: #fff;
    background: #555;
    padding: 10px 20px;
    border-radius: 6px;
    opacity: 0;
    visibility: hidden;
}
.ze-tooltip.right:before {
    left: calc(10px + 100%);
    bottom: 50%;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
}
.ze-tooltip:after {
    content: "";
    pointer-events: none;
    width: 0;
    height: 0;
    position: absolute;
    border: 0 solid #555;
    opacity: 0;
    visibility: hidden;
}
.ze-tooltip.right:after {
    border-right-width: 8px;
    border-top-width: 8px;
    border-top-color: rgba(0, 0, 0, 0);
    border-bottom-width: 8px;
    border-bottom-color: rgba(0, 0, 0, 0);
    left: calc(2px + 100%);
    bottom: 50%;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
}
.ze-tooltip:hover:after, .ze-tooltip:hover:before {
    visibility: visible;
    opacity: 1;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    z-index: 2;
}