.product-menu-mobile {
	display: none
}

@-webkit-keyframes slideDown {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%)
	}

	to {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes slideDown {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%)
	}

	to {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

.books-product-header-wrapper *,
.zb-footer,
.zb-footer * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.books-product-header {
	background-color: #fff;
	border-bottom: 1px solid #f2f2f2;
	padding: 0 20px
}

.books-product-header.white-logo {
	background-color: #006fda;
	border-bottom: 1px solid rgba(208, 226, 250, .10196078431372549)
}

.books-product-header.sticky {
	z-index: 999;
	position: fixed;
	top: 0;
	width: 100%;
	-webkit-animation: slideDown .5s ease-out;
	animation: slideDown .5s ease-out;
	background-color: #fff;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .05);
	border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.books-product-header .books-product-header-inner {
	max-width: 1280px;
	margin: auto;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.books-header-inner-wrap,
.books-product-header .books-product-header-inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.books-product-menu {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 2.5em
}

.books-product-header.hide-menu .books-product-menu {
	display: none
}

.books-product-menu li {
	position: relative;
	padding: 25px 0
}

.books-product-header .navbar-dropdown>a {
	font-size: 14px;
	line-height: 19px;
	color: #000;
	padding: 26px 0
}

.books-product-header.white-logo:not(.sticky) .books-product-menu li a {
	color: #fff
}

.books-product-header .zgh-accounts {
	display: none;
	padding-left: 20px
}

.books-product-header.sticky .zgh-accounts {
	display: block
}

.header-dropdown-arrow {
	width: 10px;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	margin-left: 4px;
	vertical-align: middle
}

.header-dropdown-arrow path {
	fill: currentColor
}

.books-product-menu .navbar-dropdown a:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	border-bottom: 2px solid #000
}

.books-product-menu .navbar-dropdown:hover a:after {
	content: "";
	width: 100%;
	-webkit-transition: width .2s ease;
	transition: width .2s ease;
	border-bottom: 3px solid #f5ba31
}

.features-menu {
	position: fixed;
	z-index: 1000;
	-webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
	background: #fff;
	right: calc(50vw - 650px);
	border-radius: 10px;
	overflow: hidden;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	margin: 26px 0 0;
	padding: 0
}

.feature-menu-left-wrap {
	padding: 20px 65px 30px 45px
}

.features-menu.category-features .feature-menu-left-wrap {
	width: 600px
}

.feature-menu-wrapper {
	max-height: 470px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.category-solutions .feature-menu-wrapper {
	max-height: 600px;
	max-width: 570px
}

.submenu-inner-container .submenu-list-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.features-menu.category-solutions .submenu-container.submenu-inner-container {
	padding: 0 !important
}

.other-platform-logo {
	display: block;
	max-width: 50%;
	margin-left: -5px;
	margin-bottom: 12px
}

.category-solutions .other-platform-content {
	margin-top: 12px;
	margin-left: 5px
}

.category-solutions .other-platform-content p {
	color: #000
}

.features-menu .submenu-container {
	margin-bottom: 30px
}

.features-menu .submenu-container:not(:first-of-type) {
	padding-left: 115px
}

.features-menu.category-solutions .submenu-container:not(:first-of-type) {
	padding-left: 45px
}

.features-menu.category-solutions .submenu-inner-container .list-menu-wrap:last-of-type {
	margin-left: 45px
}

.features-menu span.list-header {
	width: 100%;
	max-width: 200px;
	display: inline-block;
	padding-top: 10px;
	padding-bottom: 12px;
	margin-bottom: 6px;
	font-weight: 600;
	font-size: 14px;
	border-bottom: 1px solid #ebebeb;
	line-height: 18px
}

.features-menu .list-menu-wrap {
	max-width: 220px
}

div.features-menu a.list-menu {
	padding: 5px 0;
	line-height: 20px;
	white-space: nowrap;
	display: inline-block
}

.list-menu p {
	cursor: pointer;
	white-space: normal;
	font-size: 13px;
	line-height: 20px;
	color: #000
}

.list-menu-wrap svg,
.list-menu p {
	display: inline-block
}

div.features-menu a.list-menu:hover p {
	color: #006fda
}

.list-menu-wrap svg {
	margin-right: 8px;
	vertical-align: top;
	margin-top: 2px;
	width: 13px
}

.list-menu-wrap .list-menu svg circle,
.list-menu-wrap .list-menu svg path {
	fill: #6b6b6b;
	stroke: #6b6b6b
}

.list-menu-wrap .list-menu:hover svg circle,
.list-menu-wrap .list-menu:hover svg path {
	stroke: #006fda;
	fill: #006fda
}

.menu-arrow-icon {
	width: 5px;
	opacity: 0;
	display: inline-block;
	position: absolute;
	padding-top: 5px;
	margin-left: 2px;
	-webkit-transition: margin-left .2s ease;
	transition: margin-left .2s ease
}

div.features-menu a.list-menu:hover .menu-arrow-icon {
	opacity: 1;
	margin-left: 6px
}

div.features-menu .feature-menu-left-wrap .see-all-feature {
	width: 100%;
	display: block;
	text-align: center;
	background-color: #f0f7ff;
	border-radius: 6px;
	color: #006fda !important;
	font-size: 12px;
	font-weight: 600;
	padding: 14px 0;
	margin: -8px auto auto;
	position: relative
}

div.features-menu.category-resources .feature-menu-left-wrap .see-all-feature {
	margin-top: -10px
}

.all-feature-icon {
	margin-left: 7px;
	bottom: 11px;
	height: 16px;
	position: absolute;
	-webkit-transition: margin-left .2s ease;
	transition: margin-left .2s ease
}

div.features-menu .feature-menu-left-wrap .see-all-feature:hover .all-feature-icon {
	margin-left: 10px
}

.books-product-menu .features-menu a:after {
	content: none !important
}

.platform-link-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	max-height: 30px;
	margin: 20px 0
}

.platform-link-container .other-platform-image-link {
	padding: 0
}

.feature-menu-right-wrap {
	padding: 25px 30px;
	background-color: #fef5e2;
	border-left: 1px solid hsla(0, 0%, 85.5%, .6)
}

.other-platform-image {
	width: 250px;
	margin-bottom: 20px
}

.img-heading {
	font-size: 12px;
	color: #00257f;
	font-weight: 700;
	padding: 5px 0 10px;
	letter-spacing: 1px
}

.features-menu.resources .feature-menu-right-wrap .img-link {
	padding: 0
}

.features-menu.resources .feature-menu-right-wrap .img-link:last-of-type {
	margin-bottom: 10px
}

.other-platform-content {
	width: 245px
}

.platform-head {
	font-size: 13px;
	font-weight: 700;
	line-height: 22px;
	margin-top: 5px
}

.platform-desc {
	font-size: 12px;
	line-height: 20px
}

.other-platform-store-img {
	height: 28px;
	margin-right: 10px;
	-webkit-transition: height .1s ease;
	transition: height .1s ease
}

.other-platform-store-img:hover {
	height: 29px
}

.features-menu.category-recursos .feature-menu-wrapper .submenu-list-wrapper,
.features-menu.category-resources .feature-menu-wrapper .submenu-list-wrapper {
	width: 425px;
	max-height: 350px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-content: space-between;
	-ms-flex-line-pack: justify;
	align-content: space-between
}

.features-menu.category-recursos .feature-menu-wrapper .submenu-list-wrapper {
	max-height: 295px
}

div.features-menu a.header-learn-more {
	display: inline-block;
	padding-top: 10px;
	padding-bottom: 20px;
	font-size: 12px;
	line-height: normal;
	font-weight: 600;
	color: #006fda !important;
	-webkit-transition: all .2s ease;
	transition: all .2s ease
}

.menu-arrow {
	margin-left: 2px;
	-webkit-transition: margin-left .4s ease;
	transition: margin-left .4s ease
}

.learn-more-container:hover .menu-arrow {
	margin-left: 5px
}

.features-menu.category-solutions .feature-menu-wrapper {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	padding: 20px 35px 0 45px
}

div.features-menu.category-solutions a.list-menu {
	padding: 12px 0
}

.features-menu.category-solutions .list-menu p {
	font-weight: 600
}

.list-menu .solutions-menu-desc {
	display: block;
	color: #898989;
	font-size: 12px;
	white-space: normal;
	line-height: 19px;
	margin-left: 25px
}

.navbar-carousel-container {
	position: relative;
	max-width: 246px;
	overflow: hidden
}

.navbar-carousel {
	-webkit-transition: -webkit-transform .2s ease-in-out;
	transition: -webkit-transform .2s ease-in-out;
	transition: transform .2s ease-in-out;
	transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out
}

.navbar-carousel,
.navbar-carousel-indicators {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.navbar-carousel-indicators {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 10px;
	margin-bottom: 20px
}

.navbar-carousel .other-platform-image {
	margin-bottom: 0
}

.navbar-indicator {
	width: 24px;
	height: 5px;
	background-color: #e0cd9e;
	border-radius: 10px;
	margin: 0 3px;
	cursor: pointer
}

.navbar-indicator.active {
	background-color: #5b4300
}

.zm-app-cta {
	display: none
}

@media screen and (min-width:768px) {
	.books-product-header .zgh-login {
		display: none !important
	}
}

@media only screen and (max-width:1300px) {
	.books-product-menu .features-menu {
		right: 20px
	}
}

@media only screen and (max-width:900px) {
	.books-product-header-wrapper .books-product-header {
		background-color: #fff
	}

	.books-product-header .books-product-header-inner .prd-logo {
		margin: 7px 0;
		background-image: url(/books/images/new/books-product-logo-black.svg)
	}

	.books-product-menu {
		display: none
	}

	.books-product-header .zgh-accounts {
		display: block;
		margin-bottom: 10px
	}

	.features-menu {
		display: none !important
	}

	.product-menu-mobile {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		position: fixed;
		width: 100%;
		bottom: 0;
		z-index: 999
	}

	.zbm-hamburger-menu {
		width: 14%;
		background-color: #000;
		-webkit-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out
	}

	.zbm-hamburger-menu.active {
		background-color: #fff
	}

	.zbm-hamburger {
		padding: 10px 0
	}

	.zbm-hamburger li {
		background-color: #fff;
		width: 30px;
		height: 2px;
		margin: 5px auto;
		-webkit-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out
	}

	.zbm-hamburger-menu.active .zbm-hamburger li {
		background-color: #000
	}

	.zbm-hamburger-menu.active .zbm-hamburger li:first-child {
		-webkit-transform: translateY(7px) rotate(45deg);
		-ms-transform: translateY(7px) rotate(45deg);
		transform: translateY(7px) rotate(45deg)
	}

	.zbm-hamburger-menu.active .zbm-hamburger li:nth-child(2) {
		opacity: 0
	}

	.zbm-hamburger-menu.active .zbm-hamburger li:nth-child(3) {
		-webkit-transform: translateY(-7px) rotate(-45deg);
		-ms-transform: translateY(-7px) rotate(-45deg);
		transform: translateY(-7px) rotate(-45deg)
	}

	.zbm-mob-signup-btn {
		width: 86%;
		background-color: #f5ba31;
		padding: 10px 0;
		line-height: 26px;
		text-align: center;
		color: #000;
		font-weight: 600;
		text-transform: uppercase;
		-webkit-transition: all .3s ease;
		transition: all .3s ease
	}

	.zbm-mob-signup-btn.disable {
		background-color: #f1f1f1
	}

	.zbm-product-menu {
		display: none;
		position: absolute;
		width: 240px;
		bottom: 52px;
		border-radius: 10px;
		-webkit-box-shadow: 0 1px 7px 0 #bdbdbd;
		box-shadow: 0 1px 7px 0 #bdbdbd;
		left: 6px;
		overflow-y: scroll;
		padding: 20px 0;
		background-color: #fff
	}

	.zbm-product-menu.active {
		display: block
	}

	.zbm-product-menu li {
		padding: 10px 25px 10px 20px
	}

	.product-menu-mobile .zbm-product-menu .zm-app-cta {
		border-top: 1px solid #efefef;
		width: 100%;
		padding-top: 15px;
		margin-top: 10px
	}

	.Mobile-Android .zm-app-cta.android-cta,
	.Mobile-iPhone .ios-cta.zm-app-cta {
		display: inline-block
	}

	.zbm-product-menu li a {
		color: #000;
		font-size: 17px
	}

	.header-dropdown-arrow {
		display: none
	}
}

.edition-switch-banner {
	display: none;
	background-color: #444;
	padding: 10px
}

.edition-switch-banner.show {
	display: block;
	position: relative;
	z-index: 1000
}

.edition-banner {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 750px;
	margin: auto;
	gap: 14px
}

.banner-cta-container,
.edition-banner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.banner-cta-container {
	gap: 10px
}

.edition-switch-text {
	color: #e2e2e2;
	max-width: 450px;
	font-size: 13px;
	line-height: 18px
}

.edition-target-button {
	background-color: #e9e9e9;
	color: #373737;
	border: 1px solid #fff
}

.close-edition-preference-banner,
.edition-target-button {
	padding: 6px 10px;
	border-radius: 8px;
	font-size: 12px;
	line-height: 18px;
	-webkit-box-shadow: 0 4px 3px 0 rgba(0, 0, 0, .2196078431372549);
	box-shadow: 0 4px 3px 0 rgba(0, 0, 0, .2196078431372549);
	white-space: nowrap;
	cursor: pointer
}

.close-edition-preference-banner {
	background-color: #444;
	color: #e2e2e2;
	border: 1px solid #585858
}

.edition-target-button:hover {
	-webkit-transition: all .2s;
	transition: all .2s;
	background-color: #fff
}

.edition-target-button:before {
	content: "";
	display: inline-block;
	background: url(/books/images/new-flag@1x.png) no-repeat;
	background-size: 122px;
	width: 18px;
	height: 18px;
	vertical-align: middle;
	margin-right: 6px
}

.edition-target-button.uk:before {
	background-position-x: -2px;
	background-position-y: -2px
}

.edition-target-button.global:before {
	background-position-x: -42px;
	background-position-y: -42px
}

.edition-target-button.us:before {
	background-position-x: -22px;
	background-position-y: -22px
}

.edition-target-button.ca:before {
	background-position-x: -2px;
	background-position-y: -22px
}

.edition-target-button.au:before {
	background-position-x: -2px;
	background-position-y: -42px
}

.edition-target-button.in:before {
	background-position-x: -62px;
	background-position-y: -2px
}

.edition-target-button.ae:before {
	background-position-x: -102px;
	background-position-y: -22px
}

.edition-target-button.sa:before {
	background-position-x: -22px;
	background-position-y: -2px
}

.edition-target-button.bh:before {
	background-position-x: -102px;
	background-position-y: -2px
}

.edition-target-button.kw:before {
	background-position-x: -82px;
	background-position-y: -2px
}

.edition-target-button.om:before {
	background-position-x: -42px;
	background-position-y: -2px
}

.edition-target-button.qa:before {
	background-position-x: -82px;
	background-position-y: -22px
}

.edition-target-button.za:before {
	background-position-x: -82px;
	background-position-y: -42px
}

.edition-target-button.ke:before {
	background-position-x: -42px;
	background-position-y: -22px
}

.edition-target-button.es-mx:before {
	background-position-x: -62px;
	background-position-y: -22px
}

.edition-target-button.de-de:before {
	background-position-x: -22px;
	background-position-y: -42px
}

.edition-target-button.en-sg:before {
	background-position-x: -102px;
	background-position-y: -42px
}

@media screen and (max-width:768px) {
	.edition-switch-text {
		max-width: 500px
	}
}

@media screen and (max-width:500px) {
	.edition-banner {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.banner-cta-container {
		width: 100%;
		text-align: center
	}

	.close-edition-preference-banner,
	.edition-target-button {
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1
	}
}


body {
	font-family: Zoho Puvi, -apple-system, BlinkMacSystemFont, San Francisco, Helvetica Neue, Helvetica, Ubuntu, Roboto, Noto, Segoe UI, Arial, sans-serif;
	color: #000
}

.acc-mobile-app-header .product-header {
	background-color: #bed5fd !important;
	border: none
}

.acc-mobile-app-header .toll-free-header {
	color: #000 !important
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

html {
	-webkit-tap-highlight-color: transparent
}

h2 {
	font-size: 34px;
	line-height: 45px
}

h2,
h3 {
	font-weight: 600
}

h3 {
	font-size: 22px;
	line-height: 30px
}

.content-font {
	font-size: 18px;
	font-weight: 400;
	line-height: 30px
}

.d-flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.justify-center {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.product-header-top {
	max-height: 65px
}

.product-header-top .toll-free-header:after {
	bottom: 10px !important
}

.intro-section {
	height: 700px;
	overflow: hidden;
	background-color: #bed5fd
}

.intro-content {
	padding: 150px 0 70px 100px;
	width: 800px
}

.intro-title {
	font-size: 40px;
	font-weight: 700;
	line-height: 54px
}

.intro-para {
	padding: 15px 0 35px;
	width: 70%
}

.download-icons img {
	padding-right: 15px;
	width: 170px
}

.intro-image {
	margin: 60px -50px 0 0
}

.product-app-banner {
	display: none;
	position: fixed;
	top: 65px;
	width: 100%;
	background-color: #fff;
	z-index: 3;
	-webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, .1411764705882353);
	box-shadow: 0 1px 10px rgba(0, 0, 0, .1411764705882353)
}

.product-app-banner.visible {
	display: block;
	-webkit-animation: slideIn .5s;
	animation: slideIn .5s
}

@-webkit-keyframes slideIn {
	0% {
		top: -100px
	}

	to {
		top: 50px
	}
}

@keyframes slideIn {
	0% {
		top: -100px
	}

	to {
		top: 50px
	}
}

.product-bar {
	max-width: 1250px;
	margin: auto;
	clear: both
}

.banner-product-sticky-content {
	float: left;
	margin-left: 20px;
	font-weight: 600;
	font-size: 28px;
	line-height: 74px
}

.banner-download-icons {
	float: right;
	padding: 15px 15px 12px
}

.banner-download-icons img {
	width: 150px
}

.highlights-section {
	background-color: #e2ecff;
	padding: 90px 0
}

.highlights {
	max-width: 1440px;
	margin: auto;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.highlights-content-section {
	padding: 30px 0 30px 44px;
	width: 41%
}

.highlights-content-section svg {
	width: 62px;
	height: 65px
}

.highlights-content {
	width: 440px;
	padding: 0 20px
}

.highlights-content-para {
	padding: 10px 0
}

.accounting-app-section {
	text-align: center
}

.os-selection {
	width: 360px;
	border: 1px solid #f2f2f2;
	border-radius: 40px;
	margin: 90px auto 45px;
	position: relative
}

.os-category {
	width: 50%;
	padding: 10px 25px;
	cursor: pointer
}

.highlighter {
	position: absolute;
	top: 0;
	z-index: -1;
	width: 50%;
	height: 100%;
	border-radius: inherit;
	background-color: #f2f2f2;
	-webkit-transition: left .3s;
	transition: left .3s
}

#ios.os-category.active~.highlighter {
	left: 0
}

#android.os-category.active~.highlighter {
	left: 50%
}

.os-category img {
	width: 110px
}

.os-selector.android {
	width: 130px
}

.os-section {
	display: none
}

.os-section.active {
	display: block
}

.os-title {
	display: inline;
	font-weight: 300;
	vertical-align: 6px
}

.os-title-section img {
	width: 35px;
	margin: 0 15px
}

.os-section .flex-item {
	width: 605px;
	padding: 45px;
	margin-top: 0;
	animation: margin-increase .5s ease-in reverse
}

#android-feature .flex-item:first-child,
#ios-feature .flex-item:nth-child(2) {
	margin-top: 190px;
	-webkit-animation: margin-increase .5s ease-out;
	animation: margin-increase .5s ease-out
}

@-webkit-keyframes margin-increase {
	0% {
		margin-top: 0
	}

	to {
		margin-top: 190px
	}
}

@keyframes margin-increase {
	0% {
		margin-top: 0
	}

	to {
		margin-top: 190px
	}
}

.feature-block {
	background-color: #fbfbfb;
	border-radius: 15px;
	padding: 40px;
	margin-bottom: 90px
}

.feature-block img {
	width: 290px
}

.feature-title {
	text-align: left;
	padding: 45px 25px 0
}

.feature-content {
	padding: 10px 25px;
	text-align: left;
	font-weight: 400
}

.watch-app {
	max-width: 1100px;
	background-color: #e2ecff;
	margin: auto;
	border-radius: 25px;
	padding: 30px 0;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.watch-app-image {
	width: 500px
}

.watch-app-image img {
	width: 230px
}

.watch-app-content {
	width: 446px;
	text-align: left;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
	padding: 15px
}

.watch-app-title {
	padding: 0 90px 20px 0
}

.ratings-section {
	margin: 110px 0
}

.ratings {
	margin-top: 60px
}

.rating-column {
	width: 300px
}

.ratings .rating-column:nth-child(2) .rating-border:first-child {
	height: 63%
}

.ratings .rating-column:nth-child(2) .rating-border:nth-child(2) {
	height: 37%
}

.rating-border {
	border: 25px solid rgba(0, 0, 0, 0);
	height: 50%
}

.rating-block {
	border-radius: 20px;
	-webkit-box-shadow: 0 0 10px hsla(0, 0%, 82%, .3);
	box-shadow: 0 0 10px hsla(0, 0%, 82%, .3);
	padding: 20px;
	line-height: 40px;
	height: 100%
}

.rating-block img {
	width: 30%
}

.rating-highlight {
	font-size: 32px;
	font-weight: 600;
	color: #025cb2;
	line-height: 55px
}

.rating-highlight span {
	font-size: 30px;
	font-weight: 300
}

.rating-type {
	font-size: 23px;
	line-height: 35px
}

.rating-block .star-rating {
	width: 150px
}

.support-logo {
	width: 88px;
	margin-right: 5px
}

.support-rating {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center
}

.rating-block .play-store {
	width: 50px
}

.more-features-section {
	background-color: #f6f9ff;
	padding-top: 30px
}

.more-features-title {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
	width: 47%;
	padding: 40px
}

.features-image {
	width: 280px;
	padding-top: 60px
}

.more-features-points {
	text-align: left;
	padding: 40px
}

.more-features-points ul {
	width: 85%
}

.more-features-points li {
	background: url(//cdn.zoho.com.cn/sites/zweb/images/books/mobile/feature-tick.svg) no-repeat 0 5px;
	padding: 0 0 36px 32px;
	background-size: 120px
}

.review-title {
	width: 40%;
	padding: 100px 0 0 150px
}

.review-comments {
	position: relative;
	width: 700px;
	height: 1070px;
	overflow-y: hidden
}

.review-comments:before {
	position: absolute;
	content: "";
	z-index: 2;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(180deg, #fff 80px, hsla(0, 0%, 100%, 0) 15%, hsla(0, 0%, 100%, 0) 70%, #fff)
}

.comment-column {
	width: 50%
}

.comment-column-section {
	-webkit-animation: autoscroll 50s linear infinite;
	animation: autoscroll 50s linear infinite
}

.comment-column:nth-child(2) .comment-column-section {
	animation-direction: reverse;
	-webkit-animation-duration: 55s;
	animation-duration: 55s
}

@-webkit-keyframes autoscroll {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	to {
		-webkit-transform: translate3d(0, calc(-100% - 35px), 0);
		transform: translate3d(0, calc(-100% - 35px), 0)
	}
}

@keyframes autoscroll {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	to {
		-webkit-transform: translate3d(0, calc(-100% - 35px), 0);
		transform: translate3d(0, calc(-100% - 35px), 0)
	}
}

.comment-block {
	padding: 50px 40px;
	margin: 35px 22px;
	border-radius: 20px;
	-webkit-box-shadow: 0 0 10px hsla(0, 0%, 82%, .5);
	box-shadow: 0 0 10px hsla(0, 0%, 82%, .5)
}

.comment-block h3 {
	padding-top: 20px
}

.faq-section {
	margin: 90px 0
}

.faq-title {
	text-align: center;
	padding-bottom: 50px
}

.faq-block {
	position: relative;
	max-width: 800px;
	background-color: #fafafa;
	margin: 30px auto;
	padding: 25px 40px;
	font-size: 18px;
	line-height: 35px
}

.faq-question {
	width: 90%;
	font-size: 20px;
	font-weight: 600;
	line-height: 50px
}

.query-indicator {
	position: absolute;
	right: 20px;
	top: 35px;
	display: inline-block;
	width: 30px;
	height: 30px
}

.query-indicator:before {
	font-size: 28px;
	content: "\002B"
}

.faq-block input:checked~.query-indicator:before {
	content: "\2212"
}

.faq-answer {
	max-height: 0;
	overflow: hidden;
	-webkit-transition-property: max-height;
	transition-property: max-height;
	-webkit-transition-duration: .2s;
	transition-duration: .2s
}

.faq-block input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	cursor: pointer
}

.faq-block input:checked~.faq-answer {
	max-height: 500px;
	-webkit-transition-property: max-height;
	transition-property: max-height;
	-webkit-transition-duration: 1s;
	transition-duration: 1s
}

.end-accounting-app-section {
	text-align: center;
	background-color: #fafafa;
	padding: 90px 50px
}

.end-acc-app-title {
	line-height: 50px;
	max-width: 900px;
	margin: 50px auto
}

.end-download-icons img {
	width: 180px;
	padding: 10px
}

.end-app-images {
	width: 100%;
	height: 630px;
	padding: 40px;
	-webkit-flex-wrap: nowrap !important;
	-ms-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important;
	margin: auto
}

.end-app-images div {
	width: 50%;
	height: 100%
}

.end-app-images img {
	height: 100%;
	padding: 20px
}

.ios-image {
	float: right
}

.android-image {
	float: left
}

.tap-to-pay-banner-container {
	max-width: 1160px;
	margin: 60px auto 20px;
	color: #fff;
	padding: 0 20px
}

.tap-to-pay-card {
	background-color: #0149bf;
	border-radius: 14px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: space-evenly;
	-webkit-justify-content: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly
}

.tap-to-pay-left-side {
	max-width: 440px;
	text-align: left
}

.tap-to-pay-title {
	font-size: 38px;
	font-weight: 800;
	margin-bottom: 10px;
	line-height: 40px;
	color: #fff
}

.tap-to-pay-desc {
	font-size: 22px;
	line-height: 34px;
	font-weight: 400;
	color: #fff
}

.tap-to-pay-image img {
	max-width: 320px;
	display: block
}

@media (max-width:1140px) and (min-width:768px) {
	.product-app-banner {
		top: 0
	}

	@-webkit-keyframes slideIn {
		0% {
			top: -100px
		}

		to {
			top: 0
		}
	}

	@keyframes slideIn {
		0% {
			top: -100px
		}

		to {
			top: 0
		}
	}
}

@media (max-width:976px) {
	.d-flex {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.highlights-title,
	.intro-section {
		text-align: center;
		height: auto
	}

	.intro-content {
		padding: 50px
	}

	.intro-title {
		font-size: 30px;
		line-height: 40px
	}

	.intro-para {
		width: auto
	}

	.download-icons img {
		padding: 10px
	}

	.intro-image {
		display: none
	}

	.highlights-content-section {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding-left: 0;
		width: 540px;
		line-height: normal
	}

	.os-title-section {
		margin: 30px 0
	}

	.mobile-app .flex-item {
		padding: 0
	}

	#android-feature .flex-item:first-child,
	#ios-feature .flex-item:nth-child(2) {
		margin-top: 0
	}

	.os-section .flex-item {
		-webkit-animation: none !important;
		animation: none !important
	}

	.feature-block {
		margin: 30px 0 0
	}

	.feature-block img {
		width: 50%
	}

	.feature-content,
	.feature-title {
		text-align: center
	}

	.watch-app {
		margin: 30px
	}

	.watch-app-image {
		width: 40%;
		padding: 20px
	}

	.watch-app-content {
		width: 60%
	}

	.watch-app-title {
		padding: 10px 0
	}

	.rating-highlight {
		font-size: 25px
	}

	.rating-highlight span {
		font-size: inherit;
		font-weight: inherit
	}

	.rating-type {
		font-size: 20px;
		line-height: 30px
	}

	.support-logo {
		margin: 0
	}

	.features-image {
		display: none
	}

	.more-features-points ul {
		margin: auto
	}

	.more-features-points,
	.more-features-title {
		padding: 20px;
		width: 100%
	}

	.hear-from-customers {
		padding: 40px 0
	}

	.review-title {
		padding: 20px 0;
		text-align: center;
		width: 100%
	}

	.end-accounting-app-section {
		padding: 35px
	}

	.tap-to-pay-title {
		font-size: 28px;
		line-height: 34px
	}

	.tap-to-pay-desc {
		font-size: 16px;
		line-height: 30px
	}

	.tap-to-pay-left-side {
		padding-left: 60px
	}
}

@media (max-width:768px) {
	.product-app-banner {
		top: 52px
	}

	.banner-product-sticky-content {
		display: none
	}

	.banner-download-icons {
		float: none;
		margin: auto;
		display: block;
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content
	}

	.intro-content {
		padding-top: 100px
	}

	.highlights-section {
		padding: 30px 0
	}

	.highlights-content-section {
		width: 80%;
		padding: 10px 0;
		text-align: center
	}

	.highlights-content,
	.highlights-content-section svg {
		padding-top: 20px
	}

	.os-selection {
		width: 50%
	}

	.os-title {
		font-size: 5vw;
		vertical-align: 8px
	}

	.watch-app {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.watch-app-image {
		display: none
	}

	.watch-app-content {
		text-align: center;
		width: 80%;
		padding: 20px 0
	}

	.ratings-section {
		margin: 80px 0 30px
	}

	.ratings {
		margin-top: 40px
	}

	.review-title {
		padding: 0
	}

	.review-comments {
		overflow-y: inherit;
		height: auto;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.review-comments:before {
		display: none
	}

	.comment-column {
		width: 80%
	}

	.comment-column-section {
		-webkit-animation: none;
		animation: none
	}

	.comment-column-section:nth-child(2) {
		display: none
	}

	.comment-column:nth-child(2) .comment-block:first-of-type {
		margin-top: 0
	}

	.faq-section {
		margin: 35px 0
	}

	.faq-title {
		padding: 0
	}

	.faq-block {
		width: 80%;
		font-size: 13px;
		line-height: 26px
	}

	.faq-question {
		line-height: 30px
	}

	.end-acc-app-title {
		font-size: 25px;
		line-height: 35px;
		margin: 25px auto
	}

	.end-download-icons img {
		width: 130px;
		padding: 5px
	}

	.end-app-images {
		height: 80vw
	}
}

@media (max-width:650px) {
	.tap-to-pay-card {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center
	}

	.tap-to-pay-title {
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 6px
	}

	.tap-to-pay-desc {
		font-size: 16px;
		line-height: 26px
	}

	.tap-to-pay-left-side {
		padding: 56px 20px 0;
		text-align: center
	}

	.tap-to-pay-image img {
		max-width: 100%
	}
}

@media (max-width:532px) {

	.mobile-app,
	.ratings,
	.ratings-section,
	.watch-app {
		margin: 20px 30px
	}

	.os-selection {
		margin-bottom: 0
	}

	.os-title-section {
		display: none
	}

	.ratings-section {
		padding: 40px 0 0
	}

	.banner-download-icons img {
		width: 100px
	}

	.banner-product-sticky-content {
		width: 60px
	}

	.faq-block {
		width: 90%
	}

	.end-app-images img {
		padding: 20px 10px
	}

	.tap-to-pay-left-side {
		max-width: 300px
	}
}

@media (max-width:425px) {
	h2 {
		font-size: 20px;
		line-height: 30px
	}

	h3 {
		font-size: 18px
	}

	.content-font {
		font-size: 12px;
		line-height: 20px
	}

	.intro-title {
		font-size: 20px;
		line-height: 30px
	}

	.intro-para {
		margin: auto;
		width: 75%;
		padding-bottom: 10px
	}

	.download-icons img {
		padding: 2px;
		width: 100px
	}

	.banner-download-icons {
		padding: 10px
	}

	.banner-product-sticky-content {
		width: 40px;
		padding: 12px 8px
	}

	.intro-content {
		padding: 30px 10px
	}

	.accounting-app-section {
		padding: 20px 0
	}

	.os-selection {
		margin: 20px auto
	}

	.os-category {
		padding: 5px 15px
	}

	.os-category img {
		width: 60px
	}

	.os-selector.android {
		width: 62px;
		vertical-align: middle
	}

	.mobile-app .flex-item {
		padding: 0 10px
	}

	.feature-content {
		padding: 0 25px 15px
	}

	.feature-block {
		padding: 15px 0
	}

	.feature-title {
		padding: 10px 0 0
	}

	.rating-border {
		height: auto !important;
		border: 10px
	}

	.rating-block {
		display: inline-block;
		line-height: 20px;
		padding: 25px;
		width: 170px;
		margin: 10px
	}

	.rating-block img {
		width: 50px
	}

	.rating-highlight {
		line-height: 30px
	}

	.rating-type {
		font-size: 15px;
		line-height: 20px
	}

	.rating-block .star-rating {
		width: 100px
	}

	.rating-block .play-store {
		width: 42px
	}

	.store {
		margin-bottom: 10px
	}

	.more-features-section.flex-container {
		padding: 60px 0 30px
	}

	.highlights-content-section svg,
	.more-features-points,
	.more-features-title,
	.watch-app-title {
		padding: 0
	}

	.more-features-points {
		width: 100%;
		padding: 12px
	}

	.more-features-points ul {
		width: 100%;
		font-size: 14px;
		line-height: 26px;
		padding: 0 12px
	}

	.more-features-points li {
		padding-bottom: 15px
	}

	.hear-from-customers {
		padding: 30px 0
	}

	.comment-block {
		padding: 15px;
		margin: 20px 0 0 !important;
		border-radius: 10px
	}

	.comment-block h3 {
		font-size: 12px;
		padding-top: 10px
	}

	.faq-block {
		padding: 10px 25px
	}

	.faq-question {
		font-size: 16px
	}

	.query-indicator {
		top: 17px;
		right: 5px
	}

	.end-accounting-app-section,
	.end-app-images {
		padding: 15px
	}

	.end-acc-app-title {
		padding: 0 40px;
		font-size: 15px;
		line-height: 20px
	}
}

@media (max-width:236px) {
	.product-app-banner {
		top: 70px
	}
}

.ios16-banner-container {
	display: none;
	padding: 32px;
	width: 886px;
	margin: 0 auto 45px;
	text-align: left;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 20px;
	background: rgba(0, 0, 0, .55) -webkit-gradient(linear, right top, left top, color-stop(0, #dbebcf), color-stop(34%, #ffe3e3), to(#e0edff)) 0 0 no-repeat padding-box;
	background: rgba(0, 0, 0, .55) linear-gradient(270deg, #dbebcf, #ffe3e3 34%, #e0edff) 0 0 no-repeat padding-box;
	-webkit-box-shadow: 0 3px 16px #a9a2a2;
	box-shadow: 0 3px 16px #a9a2a2
}

.iosstar4 {
	height: 24px;
	-webkit-filter: invert(0) sepia(2%) saturate(1%) hue-rotate(206deg) brightness(0) contrast(101%);
	filter: invert(0) sepia(2%) saturate(1%) hue-rotate(206deg) brightness(0) contrast(101%)
}

.ios-version-head {
	font-size: 28px;
	font-weight: 700;
	color: #232b3b;
	padding-bottom: 10px
}

.ios-version-body {
	font-size: 18px;
	width: 550px;
	color: #232b3b
}

.ios-right {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	padding: 22px 30px;
	background-color: #367dec;
	border-radius: 27px
}

@media (max-width:768px) {
	.ios16-banner-container {
		width: 686px;
		height: 110px
	}

	.ios-version-head {
		font-size: 18px
	}

	.ios-version-body {
		font-size: 14px;
		width: 350px;
		line-height: normal
	}

	.ios-right {
		font-size: 12px
	}

	.iosstar4 {
		height: 18px
	}
}

@media (max-width:425px) {
	.ios16-banner-container {
		width: 300px;
		height: 80px;
		padding: 10px
	}

	.ios-version-head {
		font-size: 11px
	}

	.ios-version-body {
		font-size: 10px;
		line-height: normal;
		width: 230px
	}

	.ios-right {
		padding: 4px;
		font-size: 6px
	}

	.iosstar4 {
		height: 11px
	}
}

.display-flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.zb-footer {
	display: none;
	border-top: 1px solid #282828;
	background-color: #000;
	max-width: 100%;
	width: 100%
}

.zb-footer-container .links-container a {
	color: #b4b4b5
}

.zb-footer-container .links-container a:hover {
	color: #fff
}

.zb-footer-container {
	max-width: 1230px;
	margin: 40px auto;
	color: #fff
}

.call-us,
.mail-us,
.zb-footer-container {
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

.call-us,
.mail-us {
	margin-top: 10px
}

.reachus-section {
	padding: 25px 0;
	min-width: 290px
}

.contactus-header,
.desktop-apps-header,
.featured-app-header,
.mobile-apps-header,
.social-media-header {
	color: #c8c8c8;
	font-size: 11px;
	text-transform: uppercase
}

.contactus,
.featured-app-container,
.select-edition {
	margin-bottom: 35px
}

.contact-numbers,
.mail-us-details {
	margin-left: 15px
}

.mail-icon,
.mobile-icon {
	height: -webkit-max-content;
	height: -moz-max-content;
	height: max-content;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	padding: 11px;
	border: 1px solid #2d2d2d;
	border-radius: 8px
}

.mailus-headert,
.time-limit {
	font-size: 16px;
	line-height: 18px;
	color: #b4b4b5;
	margin-bottom: 4px
}

.contact-time,
.mail-id,
.number {
	font-size: 12px;
	line-height: 18px;
	color: #b4b4b5 !important
}

.mobile-apps {
	border-top: 1px solid #272727;
	padding: 20px 0
}

.desktop-apps {
	border-bottom: 1px solid #272727;
	padding-bottom: 35px
}

.mobile-apps a {
	height: 45px
}

.mobile-apps a img {
	height: 100%
}

.desktop-apps a,
.mobile-apps a {
	display: inline-block;
	vertical-align: middle;
	margin-top: 5px;
	margin-right: 5px
}

.featured-app-container {
	margin-top: 35px
}

.links-container {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.footer-nowrap {
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

.links-sections ul {
	width: 205px
}

.es-mx-edition .links-sections ul.multi-column {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	width: unset
}

.links-sections ul.add-flex {
	width: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.links-sections ul.add-flex li {
	min-width: 200px
}

.feature-section-container {
	margin: 25px
}

.resource-links a {
	font-size: 12px;
	line-height: 30px
}

.highlight-header:after {
	content: "";
	position: absolute;
	bottom: -2px;
	width: 45px;
	border: 1px solid #2e2e2e;
	height: 1px;
	left: 0;
	background-color: #2e2e2e
}

.links-header {
	font-size: 11px;
	font-weight: 600;
	color: grey;
	padding-bottom: 15px;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 17px
}

.featured-app-details {
	background-color: #191a1c;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 5px;
	padding: 10px;
	border-radius: 7px
}

.commerce-icon {
	width: 48px;
	height: 48px;
	margin-right: 10px;
	padding: 9px;
	border-radius: 6px
}

p.zcommerce {
	font-size: 13px;
	font-weight: 600;
	color: #b4b4b5;
	line-height: 20px
}

.featured-app-lear-more {
	font-size: 11px;
	border-bottom: 1px solid;
	color: #7c7c7c;
	text-transform: uppercase
}

.socialmedia-container {
	margin-top: 5px
}

.socialmedia-container .socialmedia {
	display: inline-block;
	width: 32px;
	height: 32px;
	border: 1px solid #2d2d2d;
	border-radius: 5px;
	margin-right: 8px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.reachus-only-footer {
	display: block
}

.reachus-only-footer .reachus-section {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.reachus-only-footer .links-container {
	display: none
}

.reachus-only-footer .reachus-section .contactus {
	margin-top: 0
}

.reachus-only-footer .desktop-apps,
.reachus-only-footer .featured-app-container,
.reachus-only-footer .mobile-apps,
.reachus-only-footer .social-media-header {
	margin-top: 0;
	border: none;
	padding: 0
}

.footer {
	background-color: #000;
	border-top: 1px solid #282828
}

.common-footer li {
	border-left: 1px solid #252525
}

.common-footer p,
.common-footer ul li a {
	color: grey;
	text-shadow: none
}

.reachus-section .edition-select-list {
	border-radius: 8px
}

.reachus-section .edition-select-list,
.reachus-section .edition-select-list-item a {
	background: #222
}

.reachus-section .edition-select-list.one-container {
	width: 220px
}

.reachus-section .edition-select-list.one-container .edition-list-container {
	width: 100%
}

@media screen and (max-width:1024px) {
	.zb-footer-container {
		margin: 0 auto;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse
	}

	.links-on-column,
	.links-on-row {
		width: 95%
	}

	.links-on-column ul {
		width: auto;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.links-on-column ul li {
		margin-right: 15px
	}

	.reachus-section {
		border-top: 1px solid #787272;
		padding: 30px 40px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		gap: 30px
	}

	.contactus,
	.desktop-apps,
	.featured-app-container,
	.mobile-apps,
	.social-media-header {
		margin: 0;
		padding: 0;
		border: none
	}
}

@media screen and (max-width:768px) {
	.resource-links {
		width: 100%
	}

	.common-footer ul {
		max-width: 100%
	}
}

@media screen and (max-width:550px) {
	.footer-nowrap {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.mobile-section-header .links-sections ul {
		width: 100%
	}

	.dropdown-icon {
		position: relative
	}

	.dropdown-icon:after {
		content: "";
		position: absolute;
		top: 15px;
		right: 0;
		width: 0;
		height: 0;
		border-left: 7px solid rgba(0, 0, 0, 0);
		border-right: 7px solid rgba(0, 0, 0, 0);
		border-top: 7px solid #6a6a6a
	}

	.mobile-section-header {
		height: 45px;
		overflow: hidden;
		margin: 10px 25px 0
	}

	.mobile-link-subheader.mobile-section-header {
		height: 25px
	}

	.mobile-link-subheader.mobile-section-header.dropdown-icon:after {
		top: 0;
		right: 0
	}

	.links-container {
		padding: 20px 0
	}

	.reachus-section {
		display: block
	}

	.featured-app-container,
	.social-media {
		margin-top: 35px
	}

	div.mobile-section-header.show-list {
		height: auto;
		-webkit-transition: 2s ease;
		transition: 2s ease
	}

	.featured-app-details {
		width: 200px
	}

	.show-list .mobile-link-subheader.mobile-section-header {
		height: auto;
		-webkit-transition: 2s ease;
		transition: 2s ease
	}
}

.contactus-form-stickydiv {
	position: fixed;
	bottom: 0;
	right: 0;
	width: 372px;
	z-index: 100
}

.bump {
	-webkit-animation: bump .5s ease;
	animation: bump .5s ease
}

.contactus-form-stickydiv * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.contactus-form-stickydiv .contact-form {
	width: 372px;
	padding: 20px;
	text-align: center
}

.contactus-form-stickydiv .contact-form .form-group {
	margin-bottom: 9px
}

.contactus-form-stickydiv .contact-form .clr-bdr {
	display: none
}

.form-control,
select.form-control {
	height: 32px
}

@-webkit-keyframes bump {
	0% {
		bottom: 0
	}

	25% {
		bottom: .5em
	}

	50% {
		bottom: 0
	}

	75% {
		bottom: .5em
	}

	to {
		bottom: 0
	}
}

@keyframes bump {
	0% {
		bottom: 0
	}

	25% {
		bottom: .5em
	}

	50% {
		bottom: 0
	}

	75% {
		bottom: .5em
	}

	to {
		bottom: 0
	}
}

.icon-downarrow,
.icon-mail,
.icon-uparrow {
	background: url(/books/images/common-icon.png) no-repeat;
	width: 30px;
	height: 20px;
	display: inline-block
}

.webp .icon-downarrow,
.webp .icon-mail,
.webp .icon-uparrow {
	background-image: url(/books/images/common-icon.webp)
}

.icon-uparrow {
	background-position-x: -536px;
	float: right
}

.icon-mail,
.icon-uparrow {
	background-position-y: -205px
}

.icon-mail {
	background-position-x: -492px;
	margin: 0 0 -5px
}

.icon-downarrow {
	background-position-x: -586px;
	background-position-y: -205px;
	float: right
}

.sticky-label {
	background-color: #444;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	padding: 5px;
	float: right;
	cursor: pointer
}

.sticky-label div {
	display: inline;
	font-weight: 300;
	color: #fff
}

.sticky-label.dropup {
	margin-right: 20px;
	border-radius: 5px 5px 0 0;
	-webkit-box-shadow: #e5e5e5 0 0 6px 3px;
	box-shadow: 0 0 6px 3px #e5e5e5;
	border: 1px solid #444;
	border-bottom: none;
	cursor: pointer
}

.stickyform-container {
	background-color: #fff;
	clear: both
}

.contact-form {
	position: relative;
	border: 1px solid #ddd;
	width: 550px;
	padding: 40px 40px 30px;
	margin-top: 20px
}

.contact-form .form-control {
	border-radius: 0;
	-webkit-box-shadow: none;
	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;
	font-size: 14px
}

.contactus-form-stickydiv .form-control {
	width: 100% !important
}

.mand {
	color: #f24638;
	margin-left: -15px
}

.submit-button,
.submit-button:hover {
	background: #48bbb4;
	color: #fff;
	border-radius: 0;
	padding: 7px 20px;
	margin-top: 20px;
	font-size: 16px;
	border: 1px solid rgba(0, 0, 0, 0)
}

.form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc
}

.demorequest-form .form-group select {
	background-color: #fff;
	color: #737272;
	padding: 9px;
	font-size: 14px
}

.form-control:focus {
	border-color: #66afe9;
	outline: 0
}

.has-error .form-control {
	border: 1px solid #a94442
}

.show {
	display: block !important
}

.hide-widget {
	display: none !important
}

.demorequest-form-container .ke-signup-container {
	background-color: #241b33;
	color: #fff
}

.ke-signup-container .img-contaciner {
	height: 75%
}

.img-contaciner img {
	margin: 200px auto
}

.terms-and-condition {
	font-size: 13px;
	vertical-align: top
}

.demorequest-carousal-content li {
	position: absolute;
	top: 10px;
	width: 100%;
	list-style: none;
	text-align: center;
	-webkit-transition: left .6s ease-in-out;
	transition: left .6s ease-in-out;
	left: 0;
	opacity: 1
}

@media screen and (max-width:481px) {
	.contactus-form-stickydiv {
		display: none
	}
}

.demo-sticky-label {
	background-color: #333;
	padding: 10px 15px 10px 25px;
	color: #fcfcfc;
	border-radius: 5px 5px 0 0;
	line-height: 29px;
	width: auto;
	float: none;
	text-align: center
}

.demo-sticky-label .icon-close {
	font-size: 25px;
	cursor: pointer
}

.demo-stickyform-container {
	background-color: #fcfcfc;
	-webkit-box-shadow: 0 1px 3px #e5e5e5;
	box-shadow: 0 1px 3px #e5e5e5;
	border: 1px solid #e5e5e5
}

.demo-stickyform-container .contact-form {
	border: none
}

.contact-form .form-group p {
	cursor: pointer
}

.demo-stickyform-container .form-control {
	margin-bottom: 6px;
	padding: 0 10px;
	height: 32px
}

.form-group .assisdrop {
	height: 32px;
	border: 1px solid #d6d6d6;
	background: none;
	font-size: 14px;
	color: #adadac;
	padding: 2px 7px;
	width: 90%
}

.form-group-checkbox {
	text-align: left;
	margin: auto auto 5px;
	color: #adadac;
	font-size: 14px
}

.form-group select[multiple] option {
	padding-top: 20px
}

.captcha-container {
	position: relative;
	min-height: 75px
}

.reload-button {
	position: absolute;
	top: 16px
}

.text-danger {
	color: #a94442
}

.demorequest-form-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, .5);
	padding: 40px;
	z-index: 1001;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	overflow-y: auto;
	line-height: 1.8;
	color: #20284d
}

.demorequest-form-container p {
	color: #fff
}

.testimonial-carousel-title {
	font-size: 20px;
	margin-top: 6px
}

.rating-section {
	padding-top: 20px;
	margin: 0 20px;
	border-top: 1px solid #d5deef
}

.rating-section-title {
	font-size: 20px;
	margin-bottom: 30px
}

.rating-section img {
	margin: 0 6px;
	display: inline-block;
	max-width: 130px;
	height: 70px
}

.demorequest-right-section {
	border-radius: 0 6px 6px 0;
	background: #fff;
	padding: 30px 50px;
	max-width: 500px;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.demorequest-right-section .close-btn {
	padding: 10px;
	border: 0;
	border-radius: 50%;
	position: absolute;
	top: 10px;
	right: 10px;
	width: auto;
	min-width: auto;
	cursor: pointer;
	background-color: #fff
}

.demorequest-right-section .close-btn:hover {
	background-color: #efefef
}

.demorequest-right-section .close-btn img {
	display: block;
	width: 10px
}

.demorequest-form-title {
	text-align: center;
	font-weight: 700;
	font-size: 22px
}

.demorequest-form {
	margin-top: 20px
}

.demorequest-form * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.demorequest-form .form-group div {
	width: 100%;
	display: inline-block
}

.demorequest-form .form-group span {
	position: absolute;
	top: -5px;
	right: -11px
}

.demorequest-form .form-group {
	position: relative;
	margin-bottom: 9px
}

.demo-testimonial-section {
	height: 235px;
	border-radius: 18px;
	background: #fff;
	padding: 25px;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.demorequest-form .form-control:focus,
.demorequest-form select:focus {
	border: 1px solid #226ed5;
	-webkit-box-shadow: unset;
	box-shadow: unset
}

.demorequest-form select {
	-webkit-appearance: menulist
}

.demorequest-form .form-control-static {
	padding: 0
}

.demo-testimonial-two {
	padding-top: 50px;
	padding-bottom: 0
}

.demo-testimonial-two .testimonial-person {
	height: 30px;
	width: 190px
}

form button,
form input,
form select,
form textarea {
	font-family: inherit
}

.text-danger {
	color: #a94442 !important
}

.contactus-form-stickydiv.demo-only {
	width: auto;
	bottom: 60px;
	z-index: 99
}

.demo-sticky {
	-webkit-animation: c 1s, fade 1s;
	animation: c 1s, fade 1s;
	background-image: url(/books/what-is-zoho-books/demo-request.svg);
	margin: 15px 10px 30px auto;
	width: 60px;
	height: 60px;
	outline: none;
	border: 0;
	border-radius: 50%;
	cursor: pointer;
	position: relative
}

.demo-pop-over {
	-webkit-animation: d 1s;
	animation: d 1s;
	padding: 10px 20px;
	left: -165px;
	top: 12px;
	-webkit-box-shadow: 1px 1px 10px -1px #aaa;
	box-shadow: 1px 1px 10px -1px #aaa;
	width: 150px;
	font-size: 13px;
	border-radius: 5px;
	background: #fff;
	text-align: left;
	position: absolute
}

.demo-pop-over:after {
	position: absolute;
	left: 100%;
	top: 18px;
	content: "";
	height: 0;
	width: 0;
	border: 7px solid rgba(0, 0, 0, 0);
	border-left-color: #fff;
	margin-top: -7px
}

@-webkit-keyframes c {
	0% {
		-webkit-transform: scale(.4);
		transform: scale(.4)
	}

	to {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes c {
	0% {
		-webkit-transform: scale(.4);
		transform: scale(.4)
	}

	to {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@-webkit-keyframes d {

	0%,
	60% {
		margin-left: 20px;
		opacity: 0
	}

	to {
		margin-left: 0;
		opacity: 1
	}
}

@keyframes d {

	0%,
	60% {
		margin-left: 20px;
		opacity: 0
	}

	to {
		margin-left: 0;
		opacity: 1
	}
}

.hide {
	display: none !important
}

