#mini-panel-product_menu .product-nav-links li.sub-level .nolink, .product-header-top .product-nav-links li.sub-level .nolink{
    color: #000;
}
/*#mini-panel-product_menu .product-nav-links .menu>li>a, #mini-panel-product_menu .menu-icon-help-header .product-title a, #mini-panel-product_menu .product-nav-links li .nolink{
   color: #fff;
}
#mini-panel-product_menu .expanded.dropdown .caret{
    background: url(/sites/default/files/zoho_general_pages/zgheader-footer-sprite.png) no-repeat -168px 0px/990px auto;
}*/
.product-nav-links ul li ul.dropdown-menu .nolink{
    padding: 12px 20px 0!important;
    margin-bottom: 3px;
    color: #e6972f!important;
    cursor: auto;
    background: none;
    width: auto;
    height: auto;
}
.product-nav-links .menu li:nth-child(3) .dropdown-menu>li a{
    padding: 7px 20px!important;
}
.product-nav-links .menu li:first-child .dropdown-menu>li:last-child a{
    color: #03a9f5!important
}
.common-links.remove-before:before {
    display: none
}

.helpful-wrap>div.feedback,
.write-us-wrap {
    display: none
}

.content-panel-wrap {
    border-bottom: none
}

.help-menu-panel li.zoho-parent-innerwrapper>a {
    color: #2b7bb9;
}


/* pricing page begins */

.node-type-product-pricing-2-0 .main-container-wrapper::before {
    background: #a9ffdb;
    background: -moz-linear-gradient(top, #a9ffdb 0%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #a9ffdb 0%, #ffffff 100%);
    background: linear-gradient(to bottom, #a9ffdb 0%, #ffffff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a9ffdb', endColorstr='#ffffff', GradientType=0);
}

.node-type-product-pricing-2-0 .pricing-wrap .content-wrap .product-block .main-box {
    padding-left: 17px;
    padding-right: 17px;
}

.node-type-product-pricing-2-0 .product-block span.detail {
    margin-bottom: 0;
}

.node-type-product-pricing-2-0 .product-block .plan-caption {
    display: block;
    text-align: center;
    margin-bottom: 15px;
    padding: 0;
    font-size: 18px;
    color: #000;
    font-family: var(--zf-primary-semibold);
    line-height: 1.5;
    text-transform: uppercase;
}

.node-type-product-pricing-2-0 .product-block .plan-name {
    display: none;
}

.node-type-product-pricing-2-0 .planTypeHeader {
    display: block;
    margin: 20px 0 0;
}

.node-type-product-pricing-2-0 .planTypeHeader div {
    display: inline-block;
    width: calc(24% - 2px);
    background: #f5f5f5;
    border: 1px solid #e5e5e5;
    text-align: center;
    padding: 10px 0;
}

.node-type-product-pricing-2-0 .planTypeHeader div:first-child {
    margin-right: 0%;
}

.node-type-product-pricing-2-0 .planTypeHeader div:nth-child(2n) {
    width: calc(50% - 2px);
}

.node-type-product-pricing-2-0 .planTypeHeader div:last-child {
    margin-left: 1%;
}

.node-type-product-pricing-2-0 .pricing-wrap {
    margin: 0px 0 60px;
}

.node-type-product-pricing-2-0 .pricing-wrap .content-wrap .product-block {
    border-bottom: 1px solid #e5e5e5;
}

.node-type-product-pricing-2-0 .pricing-wrap .content-wrap {
    box-shadow: none;
    margin-top: 0;
    padding-top: 0;
}

.node-type-product-pricing-2-0 .pricing-wrap .content-wrap .product-block:first-child {
    width: 24%;
    margin-right: 1%;
    border-right: 1px solid #e5e5e5;
}

.node-type-product-pricing-2-0 .pricing-wrap .content-wrap .product-block:nth-child(2n) {
    border-right: 1px solid #e5e5e5;
}

.node-type-product-pricing-2-0 .pricing-wrap .content-wrap .product-block:last-child {
    border-right: 1px solid #e5e5e5;
    width: 24%;
    margin-left: 1%;
    border-right: 1px solid #e5e5e5;
}

.assist-readline {
    display: none !important;
}

@media screen and (max-width:1100px) {
    .node-type-product-pricing-2-0 .planTypeHeader div:first-child {
        margin-right: 0%;
        width: calc(25% - 2px);
    }
    .node-type-product-pricing-2-0 .planTypeHeader div:nth-child(2n) {
        width: calc(50% - 2px);
    }
    .node-type-product-pricing-2-0 .planTypeHeader div:last-child {
        margin-left: 0%;
        width: calc(25% - 2px);
    }
    .node-type-product-pricing-2-0 .pricing-wrap .content-wrap .product-block:first-child {
        width: 25%;
        margin-right: 0;
    }
    .node-type-product-pricing-2-0 .pricing-wrap .content-wrap .product-block:last-child {
        width: 25%;
        margin-left: 0;
    }
}

@media screen and (max-width:991px) {
    .node-type-product-pricing-2-0 #block-system-main>.content-wrap {
        max-width: 400px;
    }
    .node-type-product-pricing-2-0 .pricing-wrap.pricing-box-4 .content-wrap {
        max-width: 400px;
    }
    .node-type-product-pricing-2-0 .planTypeHeader {
        display: none;
    }
    .node-type-product-pricing-2-0 .product-block .plan-caption {
        text-transform: none;
    }
    .node-type-product-pricing-2-0 .pricing-wrap .content-wrap .product-block .main-box {
        border-bottom: 1px solid #f6f6f6 !important;
    }
    .node-type-product-pricing-2-0 .pricing-wrap.pricing-box-4 .content-wrap .product-block {
        width: 100%;
        margin: 0;
    }
    .node-type-product-pricing-2-0 .product-block .plan-name {
        display: block;
        border-bottom: 1px solid #e5e5e5;
        padding-bottom: 15px;
        margin-bottom: 40px;
    }
    .node-type-product-pricing-2-0 .pricing-wrap .content-wrap .product-block:nth-child(3n) span.plan-name {
        display: none;
    }
    .node-type-product-pricing-2-0 .pricing-wrap .content-wrap .product-block:first-child {
        width: 100%;
        margin-right: 0;
        border-right: 1px solid #e5e5e5;
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .node-type-product-pricing-2-0 .pricing-wrap.pricing-box-4 .content-wrap .product-block {
        border-right: 1px solid #e5e5e5;
    }
    .node-type-product-pricing-2-0 .pricing-wrap .content-wrap .product-block:last-child {
        width: 100%;
        margin-left: 0;
        margin-top: 40px;
    }
}

.node-type-product-pricing-2-0 .trial-header {
    padding: 40px 0 20px;
}

.node-type-product-pricing-2-0 .trial-header h2 {
    font-size: 26px;
    text-align: center;
    font-weight: 400;
    margin: 0 0 20px 0;
}

.node-type-product-pricing-2-0 .trial-header .signup-buttons-sec {
    padding-top: 0;
    text-align: center;
}

.node-type-product-pricing-2-0 .boldtxt {
    font-size: 26px;
    display: inline-block;
}

.node-type-product-pricing-2-0 .try-now-btn {
    background-color: #03a9f5;
    color: #fff;
    border-radius: 0;
    padding: 12px 40px;
    border: none;
    font-size: 16px;
    margin: 0 0 0 10px;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
}

.node-type-product-pricing-2-0 .buy-now {
    background-color: #15c381;
}

.node-type-product-pricing-2-0 .add-on {
    width: 100%;
    float: left;
    text-align: center;
}

.node-type-product-pricing-2-0 .add-on-container {
    width: 1200px;
    float: left;
}

.node-type-product-pricing-2-0 .second-trial {
    margin: 40px 0;
    float: left;
    width: 100%;
    display: block;
}

.node-type-product-pricing-2-0 .second-trial h2 {
    font-size: 24px;
    text-align: center;
    line-height: 36px;
    font-weight: 600;
}

.node-type-product-pricing-2-0 .second-trial p {
    margin: 10px 0;
    text-align: center;
}

.node-type-product-pricing-2-0 .useful-link {
    float: left;
    text-align: center;
    width: 100%;
    padding: 30px 0;
    background-color: #f7f7f7;
    border-bottom: solid 1px #ddd;
    border-top: solid 1px #ddd;
}

.node-type-product-pricing-2-0 .useful-link a {
    margin: 0 20px;
    line-height: 40px;
}

.node-type-product-pricing-2-0 .disc-icon {
    border: solid 1px #333;
    padding: 2px 4px;
    color: #333;
    border-radius: 50px;
    text-align: center;
    font-size: 9px;
    font-weight: 600;
    display: inline;
    vertical-align: middle;
    margin-right: 4px;
}

.node-type-product-pricing-2-0 .disc-content {
    width: 100%;
    float: left;
    text-align: center;
    color: #333;
    line-height: 22px !important;
    font-size: 15px;
}

.node-type-product-pricing-2-0 .footer-wrapper {
    clear: both;
}

@media screen and (min-width:769px) and (max-width:999px) {
    .node-type-product-pricing-2-0 .trial-header {
        margin: 20px 5% 0;
        float: none;
        width: 90%;
    }
    .node-type-product-pricing-2-0 .trial-header .signup-buttons-sec {
        padding-top: 5px;
    }
    .node-type-product-pricing-2-0 .trial-header h2 span {
        font-weight: 600;
        line-height: 36px;
    }
    .node-type-product-pricing-2-0 .try-now-btn {
        margin: 10px 10px 0;
    }
}

@media screen and (min-width:641px) and (max-width:768px) {
.node-type-product-pricing-2-0 .pricing-wrap .content-wrap .product-block .main-box {
    border-bottom: none !important;
}
    .node-type-product-pricing-2-0 .trial-header {
        margin: 20px 5% 0;
        float: none;
        width: 90%;
    }
    .node-type-product-pricing-2-0 .trial-header .signup-buttons-sec {
        padding-top: 5px;
    }
    .node-type-product-pricing-2-0 .trial-header h2 span {
        font-weight: 600;
        line-height: 36px;
    }
    .node-type-product-pricing-2-0 .try-now-btn {
        margin: 10px 10px 0;
    }
}

@media screen and (max-width:640px) {
    .node-type-product-pricing-2-0 .discount-txt {
        position: relative;
        margin: 20px 0;
    }
}

@media screen and (max-width:379px) {
    .node-type-product-pricing-2-0 .buy-now {
        margin-top: 10px;
    }
}

.assist-readline {
    width: 100%;
    display: block;
    max-width: 1280px;
    margin: 40px auto;
    box-sizing: border-box;
}

.assist-readline-wrap {
    display: table;
    width: 90%;
    max-width: 740px;
    margin: 0 auto;
    background: #eefcda;
    padding: 20px 25px;
    box-sizing: border-box;
}

.assist-readline-wrap h4 {
    margin-bottom: 0;
}

.assist-readline-wrap .assist-inner {
    display: table-cell;
    vertical-align: middle;
    box-sizing: border-box;
}

.zreg-link {
    float: right;
    padding: 8px 16px;
    border: 2px solid #000;
    background: #eefcda;
    color: #000;
    transition: 0.5s ease;
    text-transform: uppercase;
    font-size: 14px;
    font-family: var(--zf-primary-semibold);
    line-height: normal;
}

@media only screen and (max-width: 991px) {
    .assist-readline-wrap h4 {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 991px) {
    .assist-readline-wrap h4 {
        margin-bottom: 20px;
    }
    .assist-readline-wrap .assist-inner {
        display: block;
    }
    .assist-readline-wrap {
        text-align: center;
    }
    .zreg-link {
        float: none;
    }
}


/* pricing page ends */


/**** For other languages ****/

.other-lang .promo-section-wrap .customer-stories,
.other-lang .promo-section-wrap .customer-stories,
.other-lang .promo-section-wrap .customer-stories,
.other-lang .promo-section-wrap .customer-stories,
.other-lang .promo-section-wrap .customer-stories {
    display: none;
}

.other-lang .footer-sec-wrap.two-column .promo-section-wrap,
.other-lang .footer-sec-wrap.two-column .promo-section-wrap,
.other-lang .footer-sec-wrap.two-column .promo-section-wrap,
.other-lang .footer-sec-wrap.two-column .promo-section-wrap,
.other-lang .footer-sec-wrap.two-column .promo-section-wrap {
    width: 20%;
}

@media only screen and (max-width: 991px) {
    .other-lang .footer-sec-wrap.two-column .content-wrap>div.promo-section-wrap,
    .other-lang .footer-sec-wrap.two-column .content-wrap>div.promo-section-wrap,
    .other-lang .footer-sec-wrap.two-column .content-wrap>div.promo-section-wrap,
    .other-lang .footer-sec-wrap.two-column .content-wrap>div.promo-section-wrap,
    .other-lang .footer-sec-wrap.two-column .content-wrap>div.promo-section-wrap {
        display: none;
    }
}
/**** For other languages ****/


/*  For case study page  starts */
.node-type-product-case-study .case-study-part-details {
	width: 100%;
	margin: 0 auto;
	max-width: none;
}
.node-type-product-case-study .view-all-next {
	display: none;
}
.node-type-product-case-study .customer-area {
	display: none;
}
.node-type-product-case-study .customer-cont-area>h3 {
	display: none;
}
.node-type-product-case-study .viewall-link {
	margin-right: 10px;
}
.node-type-product-case-study .view-section {
    background: #fff;
    padding: 6px 0;
}
.node-type-product-case-study .view-section a {
	color: #000;
    font-size: 12px;
    line-height: 10px;
}
.node-type-product-case-study .previous-link {
    margin-top: 10px;
    border-right: 1px solid #000;
    padding-right: 15px;
}
.node-type-product-case-study .next-link{
    margin-top: 10px;
    float: right;
}
.node-type-product-case-study h3 {
	font-size: 22px;
}
.node-type-product-case-study .split-section-head {
	margin-bottom: 30px;
}
.node-type-product-case-study .case-study-customer-caption span {
    display: block;
    font-size: 16px;
    margin-top: 20px;
}
.node-type-product-case-study .bottom-cta-section {
    padding: 40px 0;
    text-align: center;
}
.node-type-product-case-study .case-study-content-list,
.node-type-product-case-study .customer-cont-area p {
	margin-bottom: 0px;
}
.node-type-product-case-study .main {
	background: #f9f9f9;
	padding-bottom: 30px;
}
.node-type-product-case-study .content-wrap {
	max-width: 860px;
	overflow: hidden;
	clear: both;
}
.node-type-product-case-study .customer-detailed-page {
	width: 100%;
	background: #2980d9;
}
.node-type-product-case-study .customer-detailed-page>div>h1 {
	width: 525px;
	color: #fff;
	text-align: left;
	padding: 50px 0px;
	margin: 0;
	font-size: 27px;
	font-weight: 600;
}
.node-type-product-case-study .customer-detailed-content {
	margin: 0px auto;
	padding: 0;
	display: block;
	box-sizing: border-box;
}
.node-type-product-case-study .customer-detailed-content>div {
	width: 50%;
	display: table-cell;
	float: left;
	position: relative;
	box-sizing: border-box;
	margin: 50px 0 0;
	padding: 0;
}
.node-type-product-case-study .content-wrap.customer-detailed-content-row>div {
	width: 100%;
	display: block;
	margin: 30px auto 0;
}
.node-type-product-case-study .content-wrap.customer-detailed-content-row>div p {
	margin-bottom: 15px;
}
.node-type-product-case-study .customer-detailed-page-bg {
	background: #ecf0f1;
	margin: 30px 0;
	padding: 30px 0;
}
.case-study-customers-container-right-logo {
	display: inline-block;
	margin: -160px 0px 0px 0px;
    box-shadow: 10px 10px 13px -2px rgba(0, 0, 0, .05);
    -webkit-box-shadow:10px 10px 13px -2px rgba(0, 0, 0, .05);
	background: #fff;
	padding: 10px 20px;
	box-sizing: border-box;
	width: 300px;
	border: 1px solid #eee;
	float: right;
}
.node-type-product-case-study .customer-detailed-content>div.case-study-customer-caption {
	padding: 0 0 10px;
	margin: 50px 0 20px;
}
.node-type-product-case-study .customer-detailed-content.cus-type>div:first-child {
	float: right;
}
.node-type-product-case-study .case-study-customer-caption>h3 {
	border-left: 2px solid #00b8f7;
	padding-left: 35px;
	margin-left: 130px;
    margin-bottom: 0;
    padding-bottom: 10px;
}
.node-type-product-case-study .case-study-customer-caption>h3::before {
	content: "";
	width: 12%;
	height: 1px;
	background: #000;
	position: absolute;
	top: 95%;
	left: auto;
}
.node-type-product-case-study .customer-detailed-content.cus-type {
	overflow: visible;
}
.node-type-product-case-study .customer-detailed-content h2 {
	margin: 20px 0 0;
	padding: 0;
	color: #2c3e50;
}
.node-type-product-case-study .customer-detailed-content>h2>p {
	font-size: 14px;
}
.node-type-product-case-study .customer-detailed-content>div>p {
	padding: 0;
}
.node-type-product-case-study .customer-detailed-content>div>p>a {
	border: 1px solid #00b8f7;
	padding: 10px 25px;
	text-decoration: none;
	color: #00b8f7;
	margin: 20px 0 0px;
	display: inline-block;
}
.node-type-product-case-study .case-study-customers-container-right-logo>ul {
	margin: 0;
	padding: 0;
}
.node-type-product-case-study .case-study-customers-container-right-logo>ul>li {
	list-style-type: none;
	text-align: center;
	border-bottom: 1px solid #eee;
	padding: 20px 0;
	font-size: 14px;
}
.node-type-product-case-study .case-study-customers-container-right-logo>ul>li>span {
	display: block;
	font-size: 12px;
	font-weight: 600;
	color: #8996a0;
}
.node-type-product-case-study .case-study-customers-container-right-logo>ul>li:last-child {
	border-bottom: none;
}
.node-type-product-case-study .case-study-customers-container-right-logo img {
	max-height: 45px;
	width: auto;
}
.node-type-product-case-study .customer-detailed-content ul, .node-type-product-case-study .customer-detailed-content ol, .node-type-product-case-study .customer-detailed-content-row ol, .node-type-product-case-study .customer-detailed-content-row ul {
    list-style-type: disc;
    padding-left: 20px;
}

@media screen and (max-width: 991px){
    .node-type-product-case-study .customer-detailed-page>div>h1 {
        width: 425px;
    }
    .node-type-product-case-study .case-study-customer-caption>h3 {
        margin-left: 80px;
    }
}
@media only screen and (max-width: 767px) {
	.node-type-product-case-study .customer-detailed-content>div {
		width: 100%;
		padding: 10px 0;
	}
	.node-type-product-case-study .customer-detailed-content.cus-type>div:first-child {
		float: none;
		margin: 0 auto;
		width: 300px;
		display: block;
		max-width: 100%;
	}
	.node-type-product-case-study .case-study-customers-container-right-logo {
		margin: -30px auto 10px;
		display: block;
		width: 100%;
		float: none;
	}
	.node-type-product-case-study .customer-detailed-page>div>h1 {
		width: 100%;
		text-align: center;
	}
	.node-type-product-case-study .case-study-customer-caption>h3 {
		margin-left: 0;
	}
	div.tools-helped {
		padding-left: 0;
		margin-top: 0;
	}
	.node-type-product-case-study .customer-detailed-content>div.case-study-customer-caption {
		margin: 20px 0 40px;
    }
    
    .node-type-product-case-study .next-link, .node-type-product-case-study .previous-link {
        margin-top: 6px;
    }
}

@media screen and (max-width: 480px){
.node-type-product-case-study .customer-detailed-content>div.case-study-customer-caption, .node-type-product-case-study .customer-detailed-content>div {
margin: 20px 0 0;
}
}
/*** Customer case study details page ends */





/*LOGO*/
.menu-icon-help-header .product-title, .product-header-top .menu-icon-help-header .product-title{
    display: none;
}
.menu-icon-help-header>a img {
    width: auto;
    height: 44px;
}
.product-header-top .menu-icon-help-header>a{
    background-image: url(/sites/default/files/styles/product-home-page/public/assist-40_0.png);
    background-size: 128px auto;
    width: 130px;
}

/*LOGO*/