<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Common */


/* version=18MAY2020 */


/* This is appended as param to financetheme.css link in header.php (live code) to avoid using the cached version of this file */


/* change this value here and in header.php whenever this file is changed */

.rt-reading-time {
    display: none !important
}


/*** Essentials page changes ***/

@font-face {
    font-family: "Nunito Sans";
    font-weight: 400;
    font-style: normal;
    src: url("http://webfonts.zohowebstatic.com/nunitosansregular/font.eot");
    src: url("http://webfonts.zohowebstatic.com/nunitosansregular/font.eot?#iefix") format("eot"), url("http://webfonts.zohowebstatic.com/nunitosansregular/font.woff2") format("woff2"), url("http://webfonts.zohowebstatic.com/nunitosansregular/font.woff") format("woff"), url("http://webfonts.zohowebstatic.com/nunitosansregular/font.ttf") format("truetype"), url("http://webfonts.zohowebstatic.com/nunitosansregular/font.svg#NunitoSans-Regular") format("svg");
}

@font-face {
    font-family: "Nunito Sans";
    font-weight: 700;
    font-style: normal;
    src: url("http://webfonts.zohowebstatic.com/nunitosansbold/font.eot");
    src: url("http://webfonts.zohowebstatic.com/nunitosansbold/font.eot?#iefix") format("eot"), url("http://webfonts.zohowebstatic.com/nunitosansbold/font.woff2") format("woff2"), url("http://webfonts.zohowebstatic.com/nunitosansbold/font.woff") format("woff"), url("http://webfonts.zohowebstatic.com/nunitosansbold/font.ttf") format("truetype"), url("http://webfonts.zohowebstatic.com/nunitosansbold/font.svg#NunitoSans-Bold") format("svg");
}

@font-face {
    font-family: "Droid Serif";
    font-weight: 400;
    font-style: normal;
    src: url("http://webfonts.zohowebstatic.com/droidserif/font.eot");
    src: url("http://webfonts.zohowebstatic.com/droidserif/font.eot?#iefix") format("eot"), url("http://webfonts.zohowebstatic.com/droidserif/font.woff2") format("woff2"), url("http://webfonts.zohowebstatic.com/droidserif/font.woff") format("woff"), url("http://webfonts.zohowebstatic.com/droidserif/font.ttf") format("truetype"), url("http://webfonts.zohowebstatic.com/droidserif/font.svg#DroidSerif") format("svg");
}

@font-face {
    font-family: "Droid Serif";
    font-weight: 700;
    font-style: normal;
    src: url("http://webfonts.zohowebstatic.com/droidserifbold/font.eot");
    src: url("http://webfonts.zohowebstatic.com/droidserifbold/font.eot?#iefix") format("eot"), url("http://webfonts.zohowebstatic.com/droidserifbold/font.woff2") format("woff2"), url("http://webfonts.zohowebstatic.com/droidserifbold/font.woff") format("woff"), url("http://webfonts.zohowebstatic.com/droidserifbold/font.ttf") format("truetype"), url("http://webfonts.zohowebstatic.com/droidserifbold/font.svg#DroidSerif-Bold") format("svg");
}

body {
    color: #333;
    font-size: 16px;
    line-height: 26px;
    overflow-x: hidden;
    margin: 0;
    font-family: 'Nunito Sans', Arial, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    -webkit-text-size-adjust: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Nunito Sans', Arial, Helvetica, sans-serif;
    font-weight: 700;
    text-shadow: none;
    margin-top: 5px;
    margin-bottom: 10px;
    letter-spacing: normal;
    text-align: left;
}

h1 {
    font-size: 50px;
    line-height: 60px;
    margin: 0px 0px 15px;
}

h2 {
    font-size: 40px;
    line-height: 52px;
    margin: 0px 0px 15px;
}

h3 {
    font-size: 30px;
    line-height: 40px;
    margin: 0px 0px 15px;
}

h4 {
    font-size: 25px;
    line-height: 35px;
    font-weight: 400;
    margin: 0px 0px 15px;
}

h5 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    margin: 0px 0px 15px;
}

h6 {
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    margin: 0px 0px 15px;
}

a {
    color: #428BCA;
}

hr {
    margin-bottom: 25px;
}

p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
}

strong {
    font-weight: 600;
}

button:focus {
    outline: none;
}


/* Helper classes - Start */

.font-grey {
    color: #a2a0a0;
}

.grey-bg {
    background-color: #f9f9f9;
}

.btn-link {
    border: 0;
    background-color: transparent;
    color: #138eff;
}

.font-normal {
    color: #333;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.clearfix:after {
    display: block;
    clear: both;
    content: "";
}

.text-uppercase {
    text-transform: uppercase;
}

.d-inline-block {
    display: inline-block;
}

.btn {
    position: relative;
    display: inline-block;
    padding: 8px 25px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -.03em;
    line-height: 1.44;
    cursor: pointer;
    border: 1px solid #333;
}

.btn-primary {
    background-color: #3896ff;
    color: #fff;
    border-color: #3896ff;
}


/* Helper classes - End */

.top-banner-container {
    /* added this class temporarily for a bug in IE https://github.com/philipwalton/flexbugs#flexbug-3*/
    display: flex;
    flex-direction: column;
}

.top-banner {
    background-image: url(https://finance.zohocorp.com/wp-content/uploads/2019/08/header-img-2x.png);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 350px;
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.page-title {
    font-size: 45px;
    text-align: center;
}


/* .top-banner .banner-img {
	display: inline-block;
	width: 49%;
	vertical-align: top;
}

.top-banner .banner-img img {
	vertical-align: top;
} */

.top-banner .banner-msg-container {
    display: inline-block;
    width: 49%;
    margin: 7% auto 0;
    position: relative;
    z-index: 1000;
}

.top-banner .break-line {
    border: 1px solid #ddd;
    width: 70px;
    display: inline-block;
}

.banner-msg-container .banner-msg h1 {
    color: #fff;
    font-family: 'Droid Serif';
    margin-bottom: 0;
}

.banner-msg-container .banner-msg p {
    color: #fff;
    font-size: 21px;
    width: 80%;
    line-height: 1.7;
}

.search-bar {
    z-index: 1;
    width: 100%;
    background-color: #FFF;
    border-bottom: 1px solid #ddd;
}

.search-box {
    border: none;
    height: 70px;
    padding: 0;
    width: 100%;
    display: block;
    font-size: 26px;
    text-indent: 90px;
    font-family: 'Nunito Sans';
    background: url('https://finance.zohocorp.com/wp-content/uploads/2019/06/search-icon.png');
    background-repeat: no-repeat;
    background-size: 23px;
    background-position: 55px 50%;
    background-color: #fff;
    z-index: 100;
}

.search-box:focus {
    outline: none;
}

.post-list-header {
    font-family: 'Droid Serif';
    margin: 0 15px;
    border-bottom: 2px solid black;
    position: relative;
}

.post-list-header h3 {
    font-family: 'Droid Serif';
    font-size: 26px;
}

.sep {
    margin: 0 5px;
}

.breadcrumb {
    font-size: 15px;
}

.breadcrumb .current {
    font-size: 26px;
}

.single-post-container .breadcrumb .current {
    display: none;
}

.single-post-container .breadcrumb span:nth-last-child(2) {
    display: none;
}

.breadcrumb span:first-child {
    display: none;
}

.side-bar {
    display: inline-block;
    width: 20%;
    vertical-align: top;
    text-transform: uppercase;
    font-size: 12px;
    padding-right: 20px;
    font-family: 'Nunito Sans';
    font-weight: 700;
    margin-top: 50px;
    /* CAUTION: this margin is used in footer.php - script (for fixed scroll of side bar) */
}

.side-bar ul a:hover span,
.side-bar ul a span.active {
    color: #fff;
    background: #333;
}

.toggler,
.side-bar .close {
    display: none;
    cursor: pointer;
}

.toggler {
    margin: 2px 13px 13px 0;
    padding: 10px;
    cursor: pointer;
    border: 0;
    background-color: #000;
}

.side-bar .close {
    margin-right: 10px;
}

.icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #fff;
}

.icon-bar+.icon-bar {
    margin-top: 6px;
}

.side-bar.fixed {
    position: fixed;
    top: 0;
}

.side-bar ul {
    width: 70%;
    margin: 0 auto 40px;
    white-space: nowrap;
}

.side-bar ul a {
    padding: 5px 0;
    display: block;
}

.side-bar ul a span {
    transition: all .3s;
}

.side-bar .heading {
    font-family: 'Droid Serif';
    font-size: 16px;
    font-weight: bold;
    text-transform: none;
}

.side-bar a {
    color: #726E85;
}

.blogs-wrapper {
    display: inline-block;
    width: 75%;
    padding: 0 25px;
    border-left: 1px solid black;
    margin-top: 50px;
    /* CAUTION: this margin is used in footer.php - script (for fixed scroll of side bar) */
}

.blogs-wrapper.scrolling {
    margin-left: 20%;
}

.post-list.card-view h5 {
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

.post-list,
.side-bar ul {
    list-style: none;
}

.post-list.card-view li {
    /* 	display: inline-block;
    width: 300px;
    margin: 50px 25px;
	vertical-align: top; */
}

.post-list.flex-view {
    display: flex;
    flex-wrap: wrap;
}

.post-list.card-view.flex-view li {
    /* 	width: auto;
	margin-left: auto;
	margin-right: auto; */
    padding: 30px;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    box-sizing: border-box;
}

.post-list.card-view.flex-view .post-thumbnail img {
    height: auto;
}

.post-list.sticky-list li {
    width: 44%;
    margin: 50px 15px;
}

.post-list.card-view .post-title,
.post-list.list-view .post-title {
    color: #222;
    font-family: 'Nunito Sans';
    display: block;
    font-weight: 700;
}

.post-list.card-view .post-title {
    font-size: 16px;
}

.post-list.list-view .post-title {
    font-size: 22px;
    font-family: 'Droid Serif';
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 5px;
}

.featured-posts-wrapper {
    margin: 0 -25px;
    background: #f9f9f9;
    padding-top: 20px;
}

.featured-posts-wrapper .featured-posts {
    padding: 0 25px;
}

.featured-posts .post-list.card-view li {
    width: 40%;
    margin: 30px 15px;
    padding: 10px;
}

.featured-posts .post-list.card-view .post-thumbnail img {
    display: inline-block;
    width: 20%;
    height: 100px;
    vertical-align: top;
}

.featured-posts .post-list.card-view .post-detail {
    display: inline-block;
    width: 70%;
    margin-left: 20px;
    vertical-align: top;
}

.featured-posts .post-list.card-view .post-category {
    margin-bottom: 0px;
}

.featured-posts .post-list.card-view h5 {
    border: none;
}

.featured-posts .post-list.card-view .post-footer {
    padding-top: 15px;
    border-top: 1px solid #ddd;
    ;
}

.post-category,
.post-category a {
    color: #726E85;
    text-transform: uppercase;
    font-size: 12px;
    vertical-align: middle;
}

.post-list.card-view .post-thumbnail img {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

.post-list.sticky-list .post-thumbnail img {
    height: auto;
    /* Height is 300px */
}


/* .post-list .post-link {
	padding: 5px;
	border: 1px solid #000;
	margin-right: 10px;
} */

.post-list .post-thumbnail-infographic img {
    display: block;
    width: 100%;
    height: 780px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

.post-list.list-view {
    padding-top: 30px;
}

.post-list.list-view li {
    /* 	height: 205px; */
    padding: 20px 15px;
    overflow: hidden;
    display: inline-block;
    width: 90%;
}

.post-list li {
    transition: box-shadow .3s;
}

.post-list li:hover {
    box-shadow: 0px 0px 40px 1px #eeeef3;
}

.post-list.list-view .post-thumbnail img {
    display: inline-block;
    width: 195px;
}

.post-list.list-view .post-detail {
    display: inline-block;
    width: 65%;
    vertical-align: top;
    margin-left: 15px;
}

.post-list.list-view .post-footer {
    padding-top: 10px;
    border-top: 1px solid #ddd;
    width: 90%;
}

.post-list.list-view .post-description {
    font-size: 15px;
    color: #726E85;
    margin-bottom: 15px;
}

.popular-posts {
    margin: 30px 0;
}

.home-page .popular-posts .post-description {
    display: none;
}

.home-page .popular-posts li:first-child,
.home-page .popular-posts li:nth-child(2) {
    flex-basis: 50%;
    max-width: 50%;
}


/* .home-page .popular-posts li:first-child {
	display: block;
	width: auto;
	flex-basis: 100%;
} */


/* .home-page .popular-posts li:first-child .post-description {
	display: block;
	font-size: 15px;
	color: #879697;
	margin-bottom: 15px;
	padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
} */


/* .home-page .popular-posts li:first-child .post-thumbnail img {
	display: inline-block;
	width: 50%;
	height: auto;
	max-height: 450px;
	margin-bottom: 10px;
	vertical-align: top;
} */


/* .home-page .popular-posts li:first-child .post-detail {
	display: inline-block;
    width: 45%;
	vertical-align: top;
	margin-left: 20px;
} */


/* .home-page .popular-posts li:first-child .post-title {
	font-size: 30px;
    line-height: 40px;
} */

.read-time {
    font-family: 'Nunito Sans';
    font-weight: 700;
    color: #879697;
    font-size: 14px;
    vertical-align: middle;
}

.right-arrow {
    width: 15px;
    height: 15px;
    padding: 5px;
    border: 1px solid #000;
    margin-right: 10px;
    vertical-align: middle;
}

.pagination {
    border-top: 1px solid #ddd;
    padding: 15px 0;
    text-align: center;
    margin-top: 20px;
}

.pagination a,
.pagination span {
    display: inline-block;
    margin: 0px 5px;
    font-size: 16px;
    padding: 4px 12px;
}


/* Footer changes */

.feature-apps {
    background-color: #1c051f;
    padding: 75px 0;
    border-top: 1px solid #f5f5f5;
    margin-top: 150px;
}

.feature-apps h3 {
    color: #999;
    font-size: 15px;
    font-weight: inherit;
    letter-spacing: 3px;
    line-height: 1.4;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.products-list {
    list-style: none;
    margin: 50px 4% 0;
    text-align: center;
}

.products-list:after {
    content: ' ';
    clear: both;
}

.products-list li {
    position: relative;
    border-right: 1px solid #2e192f;
    color: #333;
    opacity: 80%;
    box-sizing: border-box;
    display: inline-block;
    font-size: 24px;
    line-height: 1.5;
    margin: 0;
    width: 14%;
    min-height: 170px;
    padding: 20px 2%;
    text-align: center;
    cursor: pointer;
}

.products-list li:last-child {
    border-right: none;
}

.products-list li .front {
    font-size: 18px;
    color: #fff;
}

.products-list li .back {
    display: none;
}

.products-list li .back p {
    color: #1c051e;
    line-height: 28px;
    margin-bottom: 20px;
    font-size: 16px;
}

.bkdrp {
    background: #fff;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.bkdrp.bkdrp-violet-bg {
    background-color: #1c051e;
    opacity: 0.1;
}

.bkdrp,
.products-list li .back .content {
    position: absolute;
    top: 0;
    left: 0;
}

.products-list li .back .content {
    padding: 30px 5%;
}

.products-list li:hover .back {
    display: block;
    color: #fff;
    text-align: center;
    font-size: 14px;
}

.products-list li .back .btn-block {
    background-color: #1c051e;
    color: #fff;
    font-size: 12px;
    border-radius: 0px;
    padding: 5px 10px;
    border-color: #fff;
    text-transform: uppercase;
    letter-spacing: 1.1px;
}

.products-list li small {
    display: block;
    font-weight: 400;
    padding: 0;
    text-transform: none;
    color: #666;
    font-size: 14px;
}

.products-list li a {
    color: #333;
}

.zoho-logo {
    background-image: url("https://finance.zohocorp.com/wp-content/uploads/2023/09/zoho-logo.png");
    width: 80px;
    height: 40px;
    margin-bottom: 10px;
    background-repeat: no-repeat;
    background-size: contain;
    position: static;
    display: inline-block;
}

.product-img {
    background-image: url("https://finance.zohocorp.com/wp-content/uploads/2020/03/logo-sprite-1x.png");
    background-repeat: no-repeat;
    min-width: 15%;
    margin: 10px auto;
    min-height: 60px;
    background-size: 730px 195px;
    width: 70px;
    height: 70px;
}

.books {
    background-position: -143px -16px;
}

.invoice {
    background-position: -37px -16px;
}

.zsm {
    background-position: -258px -16px;
}

.expense {
    background-position: -382px -16px;
}

.inventory {
    background-position: -509px -16px;
}

.checkout {
    background-position: -632px -16px;
}

.payroll {
    background-position: -642px -116px
}

.common-footer ul {
    display: inline-block;
}

.breadcrumb a,
.featuredpost-h3 a {
    color: #333;
}


/* .post-list li, .post-list.list-view li{
	display: inline-block;
    width: 300px;
    margin: 30px 15px;
    vertical-align: top;
} */


/* .post-list.list-view h5 {
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
} */


/* .post-list.list-view .post-thumbnail img {
    display: block;
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
} */

.filter-dropdown {
    font-size: 12px;
    text-transform: uppercase;
    color: #333;
    width: 140px;
    background: #EEEEF1;
    padding: 6px;
    border-radius: 3px;
    margin-left: 20px;
}

#sub-tree-menu {
    padding: 3px 0px 3px 0px;
    margin: 0;
    margin-left: -5px;
    position: absolute;
    width: 150px;
    background: #FFF;
    margin-top: 5px;
    border: 1px solid #DEDEDE;
    list-style: none;
    display: none;
}

.filter-dropdown ul li {
    cursor: pointer;
    line-height: 25px;
    padding: 4px 0 0 14px;
}

.filter-dropdown ul li:hover {
    background-color: #eeeef1;
}

.filter-dropdown ul li a {
    color: #333;
}

.selectedOption {
    margin-left: 10px;
    cursor: pointer;
    height: 22px;
    position: relative;
}

.selected-arrow {
    background: url(https://finance.zohocorp.com/wp-content/uploads/2019/06/61041.png) no-repeat right;
    background-size: 100% 100%;
    position: absolute;
    margin-left: 5px;
    top: 10px;
    border: 5px solid;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
}

.actIcon {
    background: url(https://finance.zohocorp.com/wp-content/uploads/2019/06/61032.png) no-repeat right;
    background-size: 100% 100%;
}

.filter-dropdown ul li:hover {
    color: #c33;
}

.selectedOption:hover {
    color: #333;
}

.selectedOption {
    font-weight: bold;
}

.per50 {
    width: 50%;
    float: left;
}

.clearfix {
    display: block;
}

.home-page .post-category a:last-child,
.blog-search-results .post-category a:last-child {
    float: left;
    margin-right: 5px;
}

.childCat-Articles,
.childCat-Infographics,
.childCat-E-Book,
.childCat-Guides,
.childCat-General-FAQ,
.childCat-E-Books {
    padding: 2px 7px;
    border-radius: 12px;
    font-weight: bold;
    letter-spacing: 1.6px;
    margin-right: 5px;
}

.post-category .childCat-Articles {
    background: #e4f0ff;
    font-size: 10px;
    color: #3d93ff;
}

.post-category .childCat-Infographics {
    background: #e0fce8;
    font-size: 10px;
    color: #2da14c;
}

.post-category .childCat-E-Book {
    background: #ffecf4;
    color: #f80f81;
    font-size: 10px;
}

.post-category .childCat-Guides {
    background: #f2e7ff;
    font-size: 10px;
    color: #8e34ff;
}

.post-category .childCat-General-FAQ {
	background: #fff3e7;
    font-size: 10px;
    color: #ffa44a;	
}

.post-category .childCat-E-Books {
	background: #fff0f6;
    font-size: 10px;
    color: #e9237a;	
}

.parentCat {
    font-size: 14px;
}

.top-band div:nth-child(2) {
    padding: 1.5% 0;
}

.top-band {
    margin: 30px 15px
}

.per50 figure {
    margin-inline-start: 0px;
    margin-inline-end: 40px;
}

.filter-dropdown ul li a {
    display: block;
}

.filter-group {
    position: absolute;
    right: 0px;
    top: 5px;
}

#sidebar-primary .post-list.list-view {
    border-bottom: 2px solid black;
}


/* .hpage-igraphic{
	margin:30px 15px;
	float:left;
}
.hpage-igraphic-leftsec{
	width: 53%;
    float: left;
    padding: 0 2% 0 0;
    margin: 30px 0;
}
.hpage-igraphic-rightsec li{
	display:block;
}
.hpage-igraphic-rightsec{
	width:40%;
	float:left;
	padding: 1% 0;
}
.hpage-igraphic-leftsec .post-detail{
	display: inline-block;
    width: 80%;
    vertical-align: top;
}

.hpage-igraphic-section {
    height: 200px !important;
    overflow: hidden;
    margin: 30px 0;
}

.hpage-igraphic-section .post-thumbnail img {
	height: 100px;
    width: 20%;
    float: right;
} */


/* a.post-thumbnail img {
    width: 35%;
    float: right;
} */

.hpage-igraphic-leftsec .post-detail .post-title {
    color: #222;
    font-size: 16px;
    font-family: 'Nunito Sans';
    font-weight: 700;
}


/* Authors page - starts */

.author-header {
    min-height: 310px;
    background-color: #1c051e;
    color: #fff;
    background-image: url(https://finance.zohocorp.com/wp-content/uploads/2019/08/author-illustration-2x.png);
    background-position: 0px;
    background-repeat: no-repeat;
    background-size: cover;
}

.avatar-container img {
    border-radius: 50%;
}

.avatar-details {
    padding-left: 20px;
    width: 70%;
}

.avatar-details h5 {
    margin-bottom: 10px;
}

.author-content-wrapper {
    padding-top: 100px;
    margin-left: 150px;
}

.auth-designation,
.author-desc {
    color: #ddd;
}

.auth-desc {
    font-size: 18px;
}

.author-post-wrap {
    width: 85%;
    margin: 20px auto;
}


/* Authors page - end */


/* Single post footer - starts */

.main-product-section {
    background-color: #1c051e;
    background-image: url("https://finance.zohocorp.com/wp-content/uploads/2019/06/main-prd-bg.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto auto;
    overflow: hidden;
    padding: 80px 5%;
    position: relative;
    color: #fff;
    font-size: 22px;
    line-height: 32px;
    text-align: center;
}

.main-product-section .zoho-logo {
    display: inline-block;
    vertical-align: top;
    width: 65px;
    height: 22px;
    margin: 0;
    padding: 0;
}

.main-product-section h2 {
    font-size: 30px;
    font-weight: inherit;
    letter-spacing: -1px;
    line-height: 1.3;
    padding: 15px 0 10px;
    color: #fff;
    margin-bottom: 30px;
    text-align: center;
}

.main-product-section .btn:hover {
    color: #3896ff;
    background-color: transparent;
}


/* Single post footer - ends */


/* Search results */

.blog-search-results {
    width: 70%;
    margin: 0 auto;
}

.blog-search-results .post-list.list-view li {
    width: 95%;
}

.blog-search-results .post-list.list-view .post-detail {
    /* 	width: 75%; */
}

.blog-search-results .post-list.list-view .post-footer {
    width: 100%;
}


/* Single page */

.product-header-band {
    margin-bottom: 40px;
    width: 100%;
    padding: 10px 10px 10px 0;
    top: 0;
    right: 0;
    left: 0;
    transition: box-shadow .3s;
    background-color: #fafafa;
    position: fixed;
    z-index: 100;
}

.product-header-band.sticky-head {
    box-shadow: rgba(208, 208, 212, 0.49) 0px 0px 40px 1px;
}

.product-header-band .products-logo {
    background-image: url('https://finance.zohocorp.com/wp-content/uploads/2023/09/common-sprite1.png');
    background-repeat: no-repeat;
    background-size: 450px 120px;
    width: 44px;
    height: 44px;
    background-position: -88px -10px;
    display: inline-block;
    vertical-align: middle;
}

.product-header-band .product-header-wrapper {
    padding: 0 2%;
}

.product-header-band h4 {
    margin: 0;
    margin-left: 5px;
    color: #333;
}

.single-post-container {
    /*	margin-left : 7% */
    /* applied individually to each children, for fixing related posts section*/
    margin-top: 150px;
    overflow-x: hidden;
}

.product-header-band .btn {
    background: #f0483e;
    color: #fff;
    border: 0;
    font-family: inherit;
}

.single-post-container h1 {
    font-size: 45px;
    line-height: 60px;
    margin: 15px 0 0;
}

.single-post-container .post-intro-banner {
    width: 65%;
    margin-bottom: 20px;
}

.single-post-container .post-intro-banner .post-details {
    letter-spacing: 1.6px;
    font-size: 14px;
}

.single-post-container .post-intro-banner .post-details a {
    color: #a2a0a0;
}

.single-post-container .single-post-content {
    display: inline-block;
    box-sizing: border-box;
    width: 70%;
    text-align: left;
    font-family: 'Droid Serif';
}

.single-post-container .single-post-content a,
.single-post-container a {
    color: #138eff;
}

.single-post-container .single-post-content p {
    font-size: 18px;
    line-height: 2;
}

.single-post-container .single-post-content h1 {
    font-family: 'Droid Serif';
    font-size: 45px;
    margin-top: 30px;
}

.single-post-container .single-post-content h2 {
    font-family: 'Droid Serif';
    font-size: 30px;
    margin: 20px 0 10px;
}

.single-post-container .single-post-content h3 {
    font-family: 'Droid Serif';
    font-size: 25px;
    margin: 30px 0 10px;
}

.single-post-container .single-post-content h4 {
    font-family: 'Droid Serif';
    font-size: 20px;
    font-weight: 600;
    margin: 30px 0 10px;
}

.single-post-container .single-post-content h5 {
    font-family: 'Droid Serif';
    font-size: 15px;
    font-weight: 600;
    margin: 30px 0 10px;
}

.single-post-content ul,
.single-post-content ol {
    font-size: 16px;
    padding-left: 15px;
    margin-bottom: 20px;
}

.single-post-content ul {
    list-style-type: square;
}

.single-post-content ol {
    list-style-type: decimal;
}

.single-post-content ul li,
.single-post-content ol li {
    margin-bottom: 10px;
    line-height: 2;
}

.single-post-container .single-post-content blockquote {
    background: #f8f1f9;
    padding: 30px 40px 10px 30px;
    border-left: 7px solid #7d1886;
    line-height: 2;
    font-size: 16px;
}

.single-post-container .single-post-content blockquote p {
    font-size: 16px;
    line-height: 2;
}

.single-post-container .single-post-content em {
    font-style: italic;
}

.single-post-container .related-post-container {
    display: inline-block;
    box-sizing: border-box;
    width: 20%;
    vertical-align: top;
    padding-left: 20px;
    border-left: 1px solid #ddd;
}

.single-post-container .related-post-container h4 {
    font-size: 15px;
    text-transform: uppercase;
    color: #807e7e;
}

.single-post-container .related-post-container img,
.related-post-container .read-more-link {
    display: none;
}

.related-post-container .crp-list-item.crp-list-item-has-image.crp-list-item-image-left .crp-list-item-image {
    margin-right: 0;
}

.related-post-container .crp-list-title {
    font-size: 15px;
    letter-spacing: 1.6px;
    color: #a2a0a0;
    text-transform: uppercase;
    margin: 0;
}

.related-post-container .crp-list-item {
	margin-top: 12px;
}

.related-post-container .crp-list-item a:not(:hover) {
    color: #333;
}

.related-post-container .post-item-wrap {
    margin-bottom: 10px;
    margin-right: 25px;
    border-bottom: 1px solid #ddd;
    width: 100%;
}

.related-post-container .crp-list-item.crp-list-item-has-image {
    margin-bottom: 0;
}

.related-post-container .crp-list .crp-list-item:last-child {
    margin-bottom: 250px;
}

.related-post-container .post-item-wrap a {
    color: #333;
}

.related-post-container .post-item-wrap .blog-title {
    font-size: 16px;
    line-height: 26px;
    color: #333;
    font-weight: 400;
}

.post-item-wrap .mins-read {
    font-size: 15px;
}

.related-post-container .post-item-wrap span:first-child {
    color: #807e7e;
    font-size: 12px;
}

.related-post-container .post-item-wrap span:first-child a {
    color: inherit;
    text-transform: uppercase;
}

.single-post-container .share-links {
    float: right;
}

.single-post-container .post-footer {
    width: 64%;
    border-top: 1px solid #ddd;
    padding: 30px 0;
}

.post-footer .custom-share-button i {
    padding: 5px;
    color: #333;
}

.post-footer .author {
    display: inline-block;
    margin-left: 12px;
}

.post-footer .author .author-designation,
.post-footer .author .author-name {
    display: block;
}

.post-footer .author .author-name {
    font-weight: bold;
}

.post-footer .author .author-designation {
    font-size: 14px;
}

.comments {
    padding: 50px 100px;
    background-color: #f9f9f9;
    font-family: 'Droid Serif';
}

.comments .content-wrap {
    width: 710px;
    margin-left: 0;
}

.comments .content-wrap * {
    box-sizing: border-box;
}

.comment-form-comment {
    margin-bottom: 5px;
}

.comments .form-submit {
    margin-top: 15px;
}

.comment-form-comment textarea,
.comment-author-fields input {
    width: 100%;
    padding: 13px;
    font-size: 15px;
    border: 1px solid #e8e8e8;
    font-family: 'Droid Serif';
}

.comment-author-fields p {
    margin-bottom: 10px;
}

.comment-form-comment textarea {
    height: 100px;
}

.comments .comment-form input[type="submit"] {
    background: #3d56b6;
    padding: 12px 24px;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
    color: #fff;
    letter-spacing: 1.1px;
    font-weight: bold;
    border: 0;
}

.uavatar,
.comment-content {
    float: left;
}

.uavatar {
    width: 11%;
}

.commentlist&gt;li {
    background: #fff;
    border: 1px solid #F1F1F1;
    margin-bottom: 20px;
    box-shadow: 0px 3px 10px 0px #f1efef;
}

li.comment:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

article.comment {
    padding: 20px;
}

.comment-content {
    width: 85%;
    padding-left: 3%;
    position: relative;
}

.comment-content .comment_text {
    font-size: 15px;
}

.comment-author-inner {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.comment-author-inner img {
    height: auto !important;
}

.reply {
    display: block;
    font-size: 11px;
}

.comment-meta {
    margin-bottom: 8px;
}

.comment-meta h6.fn {
    display: inline;
    margin-right: 10px;
    font-weight: 600;
    font-size: 18px;
}

.comment-meta h6.fn time {
    font-size: 14px;
    color: #B8BCC3;
    margin-left: 10px;
}

.comment-meta h6.fn time .fa-clock-o {
    display: none;
}

.children {
    padding-left: 10%;
    margin-bottom: 0;
}

.comment-edit-reply,
.children {
    list-style: none !important;
}

#cancel-comment-reply-link {
    font-size: 11px;
    text-transform: capitalize;
}

.commentlist {
    margin-top: 40px;
}

.commentlist #respond {
    padding: 0px 20px;
    margin-top: 20px;
}

textarea:focus {
    outline: none;
}

.comment-awaiting-moderation {
    background: #fff9e4;
    font-size: 12px;
    color: #d8ab10;
    padding: 5px 7px;
    font-weight: bold;
    letter-spacing: 0.6px;
}

.back-btn-container {
    padding: 10px 0;
}

.back-btn {
    margin-left: 50px;
    font-size: 14px;
    cursor: pointer;
}

.no-result-msg {
    text-align: center;
    margin: 25vh auto;
}

.blogs-wrapper .no-result-msg {
    margin: 15vh auto;
}


/* 404 page - start */

.error404 .content-wrap {
    box-sizing: border-box;
    max-width: 1280px;
    margin: 10px auto 10px;
    padding: 0 50px 50px;
}

.error404 .product-links {
    width: 55%;
    display: inline-block;
}

.error404 .image-wrapper {
    width: 44%;
    display: inline-block;
    vertical-align: top;
}

.error404 .image-wrapper img {
    max-width: 100%;
    margin-top: 30px;
}

.z-logo img {
    max-width: 120px;
    margin-top: 60px;
}

.error404 ul {
    list-style-type: none;
    padding: 0px;
    margin-bottom: 10px;
}

.error404 ul li:first-child {
    margin-left: 0;
}

.error404 ul li {
    display: inline-block;
    margin: 0 6px;
    font-size: 18px;
    text-transform: capitalize;
}

.error404 h1 {
    font-size: 40px;
    margin: 30px 0;
}

.error404 a {
    color: #03abf6;
    text-decoration: none;
}

.close-search {
    display: none;
    margin: 25px 15px 0 0;
    font-size: 16px;
}

.search-in-mobile {
    display: none;
}

.single-page-content {
    position: relative;
}

.covid-resource-banner {
    display: flex;
    text-align: left;
    opacity: 0.95;
    background-color: #feecc3;
    padding: 12px 25px;
    margin-top: auto;
}

.covid-resource-banner .learnmore {
    color: #138eff;
    white-space: nowrap;
    font-size: 14px;
}

.covid-resource-banner .description {
    margin-left: 12px;
}

.covid-resource-banner .icon {
    vertical-align: middle;
    max-width: unset;
}


/* 404 page - end */


/* Media query - starts */

@media (max-width: 1439px) {
    .blogs-wrapper {
        width: 70%;
    }
}

@media (min-width: 1025px) {
    .pagination,
    .single-post-container .post-intro-banner,
    .single-post-container .post-footer,
    .single-post-container .single-post-content {
        margin-left: 7%;
        padding-right: 70px;
    }
}

@media (max-width: 1024px) {
    .top-banner h1 {
        font-size: 44px;
    }
    .zoho-logo {
        margin-bottom: 15px;
    }
    .top-banner .banner-msg-container {
        width: 65%;
    }
    .banner-msg-container .banner-msg p {
        font-size: 20px;
        width: 90%;
        line-height: 1.5;
    }
    .banner-msg-container .banner-msg h1 {
        margin-bottom: 10px;
    }
    .side-bar ul {
        white-space: normal;
        width: auto;
        margin-left: 15px;
    }
    .blog-search-results {
        width: 90%;
    }
    .post-list.list-view li {
        /* 		height: 210px; */
    }
    .post-list.card-view.flex-view li {
        flex-basis: 50%;
        max-width: 50%;
    }
    .post-list.list-view {
        display: flex;
        flex-wrap: wrap;
    }
    .post-list.list-view li {
        flex-basis: 50%;
        max-width: 50%;
        padding: 20px;
        box-sizing: border-box;
    }
    .post-list.list-view .post-thumbnail img {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }
    .post-list.list-view .post-title {
        font-size: 16px;
    }
    .post-list.list-view .post-description {
        display: none;
    }
    .post-list.list-view .post-footer {
        width: 100%;
    }
    .post-list.list-view .post-detail,
    .blog-search-results .post-list.list-view .post-detail {
        width: auto;
        margin: 0;
    }
    .error404 .image-wrapper,
    .error404 .product-links {
        text-align: center;
        width: 100%;
    }
    .error404 h1 {
        font-size: 28px;
        margin: 20px 0;
    }
    .error404 .content-wrap {
        padding: 20px;
        margin: 30px auto 0;
    }
    .z-logo img {
        margin-top: 0px;
        max-width: 100px;
    }
    .single-post-container .related-post-container {
        display: none;
    }
    .single-post-container .single-post-content {
        width: 100%;
    }
    .single-post-container {
        margin-left: 100px;
        margin-right: 100px;
    }
    .single-post-container .post-intro-banner {
        width: 85%;
    }
}

@media (max-width: 880px) {
    .post-list.list-view {
        display: flex;
        flex-wrap: wrap;
    }
    /* 	.post-list.card-view li, .post-list.list-view li {
		width: 275px;
	} */
    .post-list.list-view li {
        flex-basis: 50%;
        max-width: 50%;
        padding: 20px;
        box-sizing: border-box;
    }
    .post-list.list-view .post-footer {
        width: 100%;
    }
    .blog-search-results {
        width: 90%;
    }
    .post-list.list-view .post-thumbnail img {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }
    .post-list.list-view .post-title {
        font-size: 16px;
    }
    .post-list.list-view .post-description {
        display: none;
    }
    .post-list.list-view .post-detail,
    .blog-search-results .post-list.list-view .post-detail {
        width: auto;
        margin: 0;
    }
    .menu-filtertext {
        right: 165px;
    }
    .menu-filtertext span {
        display: none;
    }
}

@media (max-width: 768px) {
    .main-content {
        position: relative;
    }
    .comments-label {
        display: none;
    }
    .side-bar {
        position: fixed;
        left: -250px;
        transition: left .5s;
        width: 250px;
        padding: 0;
        top: 0;
        bottom: 0;
        background: #fff;
        z-index: 1000;
        margin-top: 0;
        padding-top: 20px;
    }
    .side-bar.show {
        left: 0;
        border-right: 1px solid #ddd;
    }
    .toggler {
        display: inline-block;
    }
    .side-bar .close {
        display: block;
    }
    .blogs-wrapper {
        width: 100%;
        border-left: none;
        margin: 0 auto;
        display: block;
        padding: 0;
    }
    .search-bar {
        display: none;
    }
    #search {
        width: 85%;
        text-indent: 55px;
        background-position: 20px 50%;
    }
    .top-banner .banner-img {
        display: none;
    }
    .top-banner h1 {
        padding: 0;
    }
    .top-banner .banner-msg-container {
        width: 80%;
        margin: 80px auto;
    }
    .post-list li:hover {
        box-shadow: none;
    }
    .single-post-container {
        margin: 100px 50px 0;
    }
    .single-post-container .post-intro-banner {
        width: 100%;
    }
    .single-post-container .post-footer {
        width: auto;
    }
    .comments {
        padding: 50px;
    }
    .comments .content-wrap {
        width: 90%;
        margin: 0 auto;
    }
    .author-content-wrapper {
        width: 85%;
        margin: 0 auto;
        text-align: center;
    }
    .author-content-wrapper .avatar-container,
    .author-content-wrapper .avatar-details {
        float: none;
        text-align: center;
    }
    .author-content-wrapper .avatar-details {
        padding-left: 0;
        width: auto;
        padding-bottom: 10px;
    }
    .author-content-wrapper .avatar-details h4 {
        text-align: center;
        margin-bottom: 10px;
    }
    .single-post-container h1 {
        font-size: 33px;
        line-height: 45px;
        padding: 0 0 10px;
    }
    /* 	menu bar related*/
    .search-in-mobile {
        display: block;
        margin-top: 12px;
    }
    .post-list-header h3 {
        font-size: 19px;
    }
    .filter-group {
        font-size: 12px;
        font-family: 'Nunito Sans', Arial, Helvetica, sans-serif;
        background-color: #EEEEF1;
        top: 72px;
        left: 0px;
        padding: 5px;
    }
    .filter-group .filter-dropdown {
        padding: 0;
        margin-left: 0;
        text-transform: unset;
    }
    .filter-group .filter-icon {
        display: none;
    }
    .menu-filtertext span {
        display: inline-block;
    }
    /*to fix menu bar*/
    #post-list-header {
        background-color: #FFF;
        padding-top: 15px;
        /* CAUTION: This is required to match to the height of .search-bar (both needs to be equal) */
    }
    .popular-posts {
        margin: 0;
    }
    /* featured posts */
    .featured-posts-wrapper {
        margin: 0;
    }
    .featured-posts-wrapper .featured-posts {
        padding: 0;
    }
    .featured-posts .post-list.card-view li {
        width: auto;
    }
    .featured-posts .post-list.card-view .post-thumbnail img {
        width: auto;
        height: auto;
    }
}

@media (max-width: 425px) {
    .top-banner .banner-msg-container {
        width: 80%;
    }
    .post-list.card-view.flex-view li {
        flex-basis: 100%;
        max-width: 100%;
    }
    .blog-search-results .post-list.list-view li,
    .post-list.list-view li {
        margin: 20px auto;
        display: block;
        flex-basis: 95%;
        max-width: 95%;
    }
    .single-post-container {
        margin: 100px 30px 0;
    }
}

@media (min-width: 769px) {
    .selected-arrow {
        right: 3px;
    }
    .covid-resource-banner {
        padding: 12px 55px;
    }
}


/* Media query  - Ends */


/* Media query for footer - starts */

@media only screen and (max-width: 455px) {
    .feature-apps h3 {
        letter-spacing: 0;
    }
    .products-list {
        width: 300px;
        margin: 20px auto 0;
    }
    .products-list li {
        width: 100%;
        font-size: 22px;
        border: none;
    }
    .products-list li small {
        font-size: 11px;
    }
    .products-list li .back .content {
        padding: 30px 14%;
    }
}

@media only screen and (min-width: 455px) and (max-width: 768px) {
    .feature-apps h3 {
        letter-spacing: 0;
    }
    .products-list {
        margin: 20px auto;
        box-sizing: border-box;
    }
    .products-list li {
        width: 48%;
        font-size: 22px;
    }
    .products-list li small {
        font-size: 9px;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1193px) {
    .products-list li {
        width: 30%;
    }
    .products-list li .back .content {
        padding: 30px 10%;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {
    .product-img {
        background-image: url("https://finance.zohocorp.com/wp-content/uploads/2023/09/logo-sprite.png");
    }
}


/* Media query for footer - Ends */

.widget-content.sec-bg.sec-color {
    padding-left: 60px !important;
}


/*toggle*/

.toggle-trigger {
    margin: 0px !important;
    font-size: 18px;
    padding: 10px;
    padding-left: 30px;
    background-color: #F5F5F5;
    background-image: url('https://finance.zohocorp.com/wp-content/themes/zoho/images/shortcodes/toggle-plus.png');
    background-position: 10px center;
    background-repeat: no-repeat;
}

.toggle-trigger a {
    color: #333;
    text-decoration: none;
    display: block;
}

.toggle-trigger a:hover {
    color: #0489B7;
    text-decoration: underline;
}

.toggle-trigger.active {
    background-image: url('https://finance.zohocorp.com/wp-content/themes/zoho/images/shortcodes/toggle-minus.png') !important;
    background-position: 10px center;
    background-repeat: no-repeat;
}

.toggle_container {
    overflow: hidden;
    padding: 20px 10px;
}</pre></body></html>