/******************************/


/******** Landing Pages *******/


/******************************/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background: transparent;
}

body {
    font-size: 16px;
    line-height: 26px;
    font-family: var(--zf-primary-regular), Arial, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    -webkit-text-size-adjust: none;
    font-weight: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
    color: #03a9f5;
}

input,
select {
    vertical-align: middle;
}

.clearfix {
    display: table;
    clear: both;
}

img {
    max-width: 100%;
    height: auto;
}

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

ul,
ol {
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 20px;
}

ul:after,
ol:after {
    display: block;
    content: '';
    clear: both;
    overflow: hidden;
}

ol {
    list-style: decimal;
}

ul li,
ol li {
    margin-bottom: 15px;
    line-height: 1.5;
    vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    line-height: 1.2;
}

h1 {
    font-size: 45px;
    margin-bottom: 15px;
}

h2 {
    font-size: 40px;
    margin-bottom: 10px;
}

h3 {
    font-size: 35px;
    margin-bottom: 10px;
}

h4 {
    font-size: 30px;
    margin-bottom: 10px;
}

h5 {
    font-size: 25px;
    margin-bottom: 10px;
}

h6 {
    font-size: 20px;
    margin-bottom: 10px;
}

input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.45);
}

input:focus::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}


/* Firefox < 19 */

input:-moz-placeholder {
    color: rgba(255, 255, 255, 0.45);
    font-size: 14px;
}

input:focus:-moz-placeholder {
    color: rgba(255, 255, 255, 0.6);
}


/* Firefox > 19 */

input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.45);
    font-size: 14px;
}

input:focus::-moz-placeholder {
    color: rgba(255, 255, 255, 0.6);
}


/* Internet Explorer 10 */

input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.25);
}

input:focus:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}



h1,
h2,
h3,
h4,
h5,
h6,
.banner-section .product-logo,
.signup-button,
.testimonial small,
.socl-signup ul li {
    font-family: var(--zf-primary-semibold), Arial, Helvetica, sans-serif;
    font-weight: inherit;
}



.signup_frm .signup-heading,
.banner-section h1,
.watch-icon-dark {
    font-family: "proxima_novalight", Arial, Helvetica, sans-serif;
    font-weight: inherit;
}

#cookie-policy {
    display: none;
}

/* SIGNUP COUNTRY IP ADDRESS choosing css */

.signup-box p.zcountry-info {
    font-size: 12px;
    margin-top: 12px;
}

.signup-box p.zcountry-info #zip-countryname {
    font-weight: 700;
}

.signup-box span#zip-countryname-change {
    color: #03a9f5;
    cursor: pointer;
    text-decoration: underline;
    margin-left: 3px;
}

.signup-box .za-country-container.za-country-container-arrow{
	display: none !important;
}

.signup-box .za-country-container.za-country-container-arrow.zshow{
	display: block !important;
}

/* SIGNUP COUNTRY IP ADDRESS choosing css ends */

/* SIGNUP FORM - COUNTRY SELECT BOX */
.signup_frm .za-country-container .globalcountrycode-signup option{    
    color: #000 !important;
}
/****** Popup Video ******/

.z-pouup-wrap,
.z-popup-overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    outline: 0!important;
    -webkit-backface-visibility: hidden;
    z-index: 100;
}

.z-pouup-wrap {
    display: none;
}

.z-pouup-wrap-inner {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0;
    overflow: auto;
    z-index: 101;
}

.z-pouup-wrap-inner:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-left: -5px;
}

.z-popup-content-inner .popup-data {
    display: block;
}

.z-popup-overlay {
    background: #fff;
    background: rgba(255, 255, 255, 0.95);
    cursor: pointer;
}

.z-popup-content-wrap {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    width: 100%;
}

.z-popup-content {
    margin: 50px auto;
    max-width: 800px;
    background: #fff;
    z-index: 6;
    position: relative;
    text-align: initial;
    width: 90%;
    border: 1px solid #ddd;
}

.z-video-wrap .z-popup-content {
    padding: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    max-width: 70%;
}

.popup-data {
    display: none;
}

.popup-data-inner {
    padding: 70px;
}

.z-popup-close {
    display: block;
    position: fixed;
    right: 25px;
    top: 25px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
    text-align: center;
    color: #000;
    text-decoration: none;
    z-index: 2;
    background: url(../images/zoho-home-sprite.png) no-repeat -200px -105px;
    text-indent: -1000px;
    overflow: hidden;
}

.popup-data {
    display: none;
}


/****** Slider ******/

.z-slider-wrap {
    position: relative;
}

.z-slider {
    margin-bottom: 0;
    list-style: none;
    min-height: 150px;
    padding-left: 0px;
    transition: height 1s ease;
    -moz-transition: height 1s ease;
    -o-transition: height 1s ease;
    -webkit-transition: height 1s ease;
}

.z-slider li {
    position: absolute;
    top: 0px;
    display: none;
    width: 100%;
    margin: 0;
}

.z-slider li img {
    display: block;
    width: 100%;
    height: auto;
}

.z-slider-nav {
    display: none;
    position: relative;
    top: 0;
    padding: 20px 0 0;
}

.z-slider-nav li {
    display: inline-block;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    margin: 0px 3px;
    background: #919698;
    -webkit-transition: background 0.7s ease;
    -moz-transition: background 0.7s ease;
    -o-transition: background 0.7s ease;
    transition: background 0.7s ease;
}

.z-slider-nav li.active {
    background: #0e9cce;
    cursor: default;
}


/****** Common ******/

.z-bottom-space-30 {
    margin-bottom: 30px;
}

.z-bottom-space-40 {
    margin-bottom: 40px;
}

.z-bottom-space-50 {
    margin-bottom: 50px;
}

.z-bottom-space-100 {
    margin-bottom: 100px;
}

.img-wrap img {
    display: block;
    margin: 0 auto;
}

.z-align-center {
    text-align: center;
}

.row.no-bottom-space,
.z-row.no-bottom-space {
    padding-bottom: 0px;
}

.left,
.z-left {
    float: left;
}

.right,
.z-right {
    float: right;
}

.bg-cover,
.z-bg-cover {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

.button {
    border: 1px solid #f0483e;
    text-decoration: none;
    background: #f0483e;
    padding: 10px 30px;
    display: inline-block;
    margin: 0px 0px 10px;
    width: auto;
    color: #fff;
}

.section,
.z-section {
    position: relative;
    display: block;
}

.row,
.z-row {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 70px 0px;
}

.large-content-wrap,
.z-large-content-wrap {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    display: block;
}

.content-wrap,
.z-content-wrap {
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
    display: block;
}

.small-content-wrap,
.z-small-content-wrap {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    display: block;
}

.content-wrap:after,
.small-content-wrap:after,
.large-content-wrap:after,
.z-content-wrap:after,
.z-small-content-wrap:after,
.z-large-content-wrap:after {
    display: block;
    content: ' ';
    clear: both;
}

.column-block,
.z-column-block {
    float: left;
}

.two-col .column-block,
.z-two-col .column-block {
    width: 47%;
    margin-right: 6%;
}

.two-col .column-block:nth-child(2n),
.z-two-col .column-block:nth-child(2n) {
    margin-right: 0px;
}

.alt-section .two-col .column-block,
.alt-section .z-two-col .column-block {
    float: right;
    margin-right: 0px;
}

.alt-section .two-col .column-block:nth-child(2),
.alt-section .z-two-col .column-block:nth-child(2) {
    float: left;
    margin-right: 6%;
}

.three-col .column-block,
.z-three-col .column-block {
    width: 30%;
    margin-right: 5%;
}

.three-col .column-block:nth-child(3n),
.z-three-col .column-block:nth-child(3n) {
    margin-right: 0px;
}

.four-col .column-block,
.z-four-col .column-block {
    width: 21.25%;
    margin-right: 5%;
}

.four-col .column-block:nth-child(4n),
.z-four-col .column-block:nth-child(4n) {
    margin-right: 0px;
}

.banner-section .two-col .column-block,
.banner-section .z-two-col .column-block {
    width: 52%;
}

.banner-section .two-col .column-block:nth-child(2),
.banner-section .z-two-col .column-block:nth-child(2) {
    width: 42%;
}


/*****************************************************************************
	Vertical align middle
*****************************************************************************/

.vertical-middle {
    display: table;
    width: 100%;
    position: relative;
    table-layout: fixed;
}

.vertical-middle .column-block {
    display: table-cell;
    vertical-align: middle;
    float: none;
}

.two-col .vertical-middle .column-block,
.z-two-col .vertical-middle .column-block {
    width: 53%;
    margin-right: 0%;
    padding-right: 6%;
}

.two-col .vertical-middle .column-block:nth-child(2n),
.z-two-col .vertical-middle .column-block:nth-child(2n) {
    padding-right: 0px;
}

.three-col .vertical-middle .column-block,
.z-three-col .vertical-middle .column-block {
    width: 35%;
    padding-right: 5%;
    margin-right: 0%;
}

.three-col .vertical-middle .column-block:nth-child(3n),
.z-three-col .vertical-middle .column-block:nth-child(3n) {
    padding-right: 0px;
}

.four-col .vertical-middle .column-block,
.z-four-col .vertical-middle .column-block {
    width: 26.25%;
    padding-right: 5%;
    margin-right: 0%;
}

.four-col .vertical-middle .column-block:nth-child(4n),
.z-four-col .vertical-middle .column-block:nth-child(4n) {
    padding-right: 0px;
}

.banner-section .two-col .vertical-middle .column-block,
.banner-section .z-two-col .vertical-middle .column-block {
    width: 58%;
}

.banner-section .two-col .vertical-middle .column-block:nth-child(2),
.banner-section .z-two-col .vertical-middle .column-block:nth-child(2) {
    width: 42%;
}


/*****************************************************************************
	Vertical align middle
*****************************************************************************/

.browser-tab {
    background: none repeat scroll 0 0 #ddd;
    display: block;
    height: 25px;
    margin: 0 auto;
    position: relative;
    width: 100%;
    border-radius: 1px 1px 0 0;
    -webkit-border-radius: 1px 1px 0 0;
    transition: all 0.65s ease 0s;
    -webkit-transition: all 0.65s ease 0s;
}

.browser-tab em,
.browser-tab em:after,
.browser-tab em:before {
    background: none repeat scroll 0 0 #ff5d5c;
    border-radius: 100%;
    display: inline-block;
    float: left;
    height: 7px;
    margin: 9px 0 0 10px;
    width: 7px;
}

.browser-tab em:before {
    background: none repeat scroll 0 0 #20ca58;
    content: "";
    float: left;
    left: 16px;
    position: relative;
    top: -9px;
}

.browser-tab em:after {
    background: none repeat scroll 0 0 #ffbe50;
    content: "";
    float: left;
    left: 3px;
    position: relative;
    top: -25px;
}

.custom-icon {
    background: url(https://www.zoho.com/crm/images/crm-sprite1.png) no-repeat 1px -64px;
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
}

.custom-icon.style2 {
    width: 70px;
    height: 70px;
    background: url(https://www.zoho.com/crm/images/crm-sprite1.png) no-repeat 16px -50px;
    border: 1px solid #333;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.custom-icon-wrap {
    position: relative;
    padding-left: 90px;
    min-height: 72px;
    margin-bottom: 20px;
    overflow: hidden;
}

.custom-icon-wrap .custom-icon {
    position: absolute;
    top: 0px;
    left: 0px;
}

ul.style1,
ol.style1 {
    padding-left: 0px;
    list-style: none;
}

ul.style1 li,
ol.style1 li {
    background: url(https://www.zoho.com/creator/images/winery-list-icon-style1.png) no-repeat 0px 1px;
    padding-left: 30px;
    margin-bottom: 20px;
}

header {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 12px 20px;
}

.product-logo {
    background: url(../images/zoho-home-sprite.png) no-repeat -114px -55px;
    display: inline-block;
    line-height: 57px;
    padding-left: 80px;
    font-family: "Open Sans", "Arial", sans-serif;
}

.banner-section .product-logo {
    background: url(../images/zoho-logo-guidelines-sample.png) no-repeat left top;
    color: #fff !important;
    display: inline-block;
    font-size: 30px;
    height: 36px;
    line-height: 43px;
    margin: 0 0 12px 0px;
    padding-left: 115px;
    text-decoration: none;
    width: auto;
    position: relative;
    -webkit-background-size: 105px;
    -moz-background-size: 105px;
    -o-background-size: 105px;
    background-size: 105px;
}

.product-logo.center {
    left: -60px;
    margin: 0 auto 20px;
}

.product-header.sticky .product-logo {
    padding: 0 0 0 75px;
}

.signup-button {
    background: #f0483e none repeat scroll 0 0;
    color: #fff;
    margin: 10px 0;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 30px;
}

.banner-section {
    overflow: hidden;
    width: 100%;
}

.banner-section h1 {
    font-size: 40px;
}

.signup-box {
    float: right;
    position: relative;
    max-width: 380px;
    width: 100%;
    text-align: left;
}

.signup-twocol {
    max-width: 450px;
}

.two-input .sgfrm {
    float: left;
    width: 48%;
    margin-right: 2%;
}

.two-input .sgfrm:last-child {
    float: left;
    width: 50%;
    margin-right: 0%;
}

.sgnusrname,
.sgnpaswrd,
.sgnemail,
.zs-txtfldnew {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.21);
    border: 1px solid rgba(255, 255, 255, 0);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
    outline: medium none;
    padding: 12px 15px;
    width: 100%;
}

.sgnbtn input {
    background-color: #f0483e;
    border: 1px solid #f0483e;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    color: #ffffff;
    cursor: pointer;
    font-size: 16px;
    height: 46px;
    padding: 5px 0;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-transform: uppercase;
    opacity: 1;
}

.signup_frm .signup-heading {
    font-size: 22px;
    line-height: 28px;
    margin: 0 0 15px;
    color: #fff;
}

.snews-letter {
    color: #444444;
    font-size: 12px;
    height: 0;
    margin: 0;
    opacity: 0;
    padding-left: 0;
    visibility: hidden;
}

.sign_agree {
    color: #999;
    font-size: 10px;
    line-height: 16px;
    margin-bottom: 20px;
}

.sign_agree a {
    color: inherit;
    text-decoration: underline;
}

.sign_agree:hover {
    color: #ccc;
}

.field-error .sgnusrname,
.field-error .sgnpaswrd,
.field-error .sgnemail,
.field-error .zs-txtfldnew {
    margin-bottom: 4px;
}

.field-msg .error {
    color: #F0483E !important;
    font-size: 14px;
    margin: 0 0 7px;
    display: block;
    line-height: 24px;
    padding: 0px;
}

.socl-signup {
    margin: 15px 0px 0px 0px;
    overflow: hidden;
    text-align: right;
}

.socl-signup p {
    color: #aaa;
    display: inline-block;
    font-size: 15px;
    position: relative;
    text-align: right;
    /* top: -5px; */
    margin-bottom: 0px !important;
    vertical-align: middle;
}

.banner-inner h1,
.banner-inner p,
.white-label h3 a {
    color: #fff;
    text-shadow: none;
}

.socl-signup ul {
    display: inline-block;
    padding-left: 0px;
    vertical-align: middle;
    margin-bottom: 0;
}

.socl-signup ul li {
    background: url("../images/social-signin-sprite.png") no-repeat 4px 1px;
    color: #496faf;
    cursor: pointer;
    display: inline-block;
    float: right;
    font-size: 14px;
    height: 20px;
    line-height: 25px;
    margin: 0 0 0 10px;
    opacity: 0.7;
    padding: 0;
    text-align: left;
    text-indent: -99999em;
    width: 20px;
}

.socl-signup ul li:not(.vi-google) {
    margin-top: 10px;
}

.socl-signup .vi-facebook {
    background-position: -132px 1px;
}

.socl-signup .vi-google {
    background: url(/images/sign-in-sprite-2x.png) no-repeat -1px -1px/360px auto;
    height: 40px;
    width: 99px;
    opacity: 1;
}

.socl-signup .vi-linkedin {
    background-position: -98px 1px;
}

.socl-signup .vi-twitter {
    background-position: -60px 1px;
}

.socl-signup .vi-yahoo {
    background-position: -168px 1px;
}

.socl-signup .vi-office365 {
    background-position: -237px 1px;
}

.mobile-only {
    display: none!important;
}

.desktop-only {
    display: block !important;
}

.banner-content {
    float: left;
    text-align: left;
    width: 60%;
}

.form-wrapper {
    float: right;
    margin-top: 40px;
    padding-bottom: 0;
    width: 30%;
}


/* TESTIMONIAL CSS STARTS */

.testimonial {
    text-align: center;
}

.testimonial .row {
    max-width: 90%;
    margin: 0 auto;
}

.testimonial .z-slider {
    min-height: 180px;
    margin-bottom: 25px;
}

.testimonial .z-slider li {
    margin-bottom: 0;
}

.testimonial .z-slider-nav {
    padding-top: 0;
}

.testimonial .customer1 {
    border-radius: 100%;
    height: 80px;
    margin: 0 auto 15px;
    width: 80px;
    background-color: #f2f2f2;
    display: block;
    background-position: right bottom;
    border: 1px solid #e8e8e8;
    overflow: hidden;
}

.testimonial small {
    color: #03a9f5;
    display: block;
    font-size: 12px;
    letter-spacing: 0.5px;
    line-height: 20px;
    padding: 0 0 10px;
    text-transform: uppercase;
}

.testimonial small em {
    text-transform: none;
    display: block;
}

.testimonial p {
    font-family: 'Droid Serif', serif, Arial, Helvetica;
    font-size: 18px;
    line-height: 30px;
    margin: 0 auto 20px;
    max-width: 750px;
    position: relative;
    color: inherit;
}

.testimonial .customer-name {
    font-size: 16px;
    padding-bottom: 5px;
}

.testimonial .customer-desc {
    font-size: 13px;
    text-transform: none;
}

.watch-icon,
.watch-icon-dark {
    padding-left: 28px;
    display: inline-block;
    background: url('../images/video-play-icon.png') no-repeat 0px 2px;
    vertical-align: middle;
    text-decoration: none;
    color: #fff;
}

.watch-icon span {
    border-bottom: 1px solid #fff;
}

.watch-icon-dark {
    background: url('../images/video-play-icon-dark.png') no-repeat 0px 2px;
    color: #333;
}

.watch-icon-dark span {
    border-bottom: 1px solid #333;
}

footer {
    text-align: center;
    padding: 15px 0px;
    font-size: 12px;
}

.focusin {
    border: 1px solid #03a9f5;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.product-header {
    background: transparent!important;
    z-index: 1;
    line-height: normal;
}

.product-header.sticky {
    background: #fff !important;
}

.menu,
.product-menu,
.mobile-menu ul,
.footer ul,
.common-footer ul {
    list-style: none;
    margin-bottom: 0px;
}

.menu li,
.product-menu li,
.mobile-menu ul li,
.footer ul li,
.common-footer ul li {
    margin-bottom: 0px;
    line-height: normal;
}

.product-header-top .product-menu {
    margin-right: 20px;
}

.main.transparent-header .banner-section,
.main.transparent-header #banner {
    margin-top: -73px;
}

.main.transparent-header .banner-section,
.main.transparent-header #banner {
    padding-top: 73px;
}

.main.transparent-header .product-logo,
.main.transparent-header .product-menu li a {
    color: #fff;
    text-shadow: none;
}

.main.transparent-header .product-header-inner {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.product-header-top .product-logo,
.main.transparent-header .product-header-top .product-logo,
.product-header-top .product-menu li a,
.main.transparent-header .product-header-top .product-menu li a {
    color: #000;
}

.style2 .sgfrm {
    box-sizing: border-box;
    overflow: auto;
    padding-bottom: 5px;
    padding-left: 0;
    padding-top: 10px;
    position: relative;
    width: 100%;
}

.style2 .placeholder {
    color: #ddd;
    font-size: 14px;
    left: 0;
    position: absolute;
    top: 20px;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    z-index: 7;
    line-height: 17px;
}

.style2 .sgnusrname,
.style2 .sgnpaswrd,
.style2 .sgnemail,
.style2 .zs-txtfldnew {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0);
    border: 1px solid rgba(255, 255, 255, 0);
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #fff;
    display: block;
    float: left;
    font-size: 14px;
    margin-bottom: 7px;
    padding: 12px 0 5px;
    width: 100% !important;
    transition: 0.7s ease;
    -webkit-transition: 0.7s ease;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    outline: medium none;
    position: relative;
    z-index: 9;
    box-shadow: none;
}

.style2 .added-placeholder .placeholder {
    top: 0;
    font-size: 12px;
    color: #aaa;
}

.style2 .sgnusrname:focus,
.style2 .sgnpaswrd:focus,
.style2 .sgnemail:focus,
.style2 .zs-txtfldnew:focus {
    border-bottom: 1px solid rgba(255, 255, 255, 0.9);
}

.style2 .two-input .sgfrm {
    float: left;
    width: 48%;
    margin-right: 2%;
}

.sgnbtnmn {
    width: 100%;
}


/************* SOCIAL SIGNUP SECTION STARTS (SPAN) *************/

.socl-signup-new {
    color: #aaa;
    font-size: 15px;
    line-height: 24px;
    padding: 0;
    text-align: right;
    margin-top: 10px;
    position: relative;
    z-index: 999;
}

.socl-signup-new p {
    font-size: 14px;
    color: #000;
}

.socl-signup-new span {
    background: rgba(0, 0, 0, 0) url("https://www.zoho.com/images/signup-using-socialmedia@2x.png") no-repeat scroll 0 0 / auto 24px;
    cursor: pointer;
    display: inline-block;
    font-size: 0;
    height: 24px;
    margin-left: 10px;
    opacity: 1;
    text-indent: -9999px;
    transition: opacity 0.5s linear 0s;
    vertical-align: middle;
    width: 24px;
}

.socl-signup-new span:hover {
    opacity: 1;
}

.socl-signup-new .vi-google {
    background: url('https://www.zoho.com/sites/default/files/sign-in-sprite-2x.png') no-repeat -104px -1px/360px auto;
    width: 99px;
    height: 40px;
    opacity: 1;
}

.socl-signup-new.zlight p {
    color: #fff;
}

.socl-signup-new.zlight span {
    background: url("https://www.zoho.com/sites/default/files/home-sprite.png") left top no-repeat;
    background-position: 4px 1px;
}

.socl-signup-new.zlight .vi-google {
    background: url('https://www.zoho.com/sites/default/files/sign-in-sprite-2x.png') no-repeat -1px -1px/360px auto;
}

.socl-signup-new .vi-facebook,
.socl-signup-new.zlight .vi-facebook {
    background-position: -24px 0;
}

.socl-signup-new .vi-twitter,
.socl-signup-new.zlight .vi-twitter {
    background-position: -48px 0px;
}

.socl-signup-new .vi-linkedin,
.socl-signup-new.zlight .vi-linkedin {
    background-position: -72px 0;
}

.socl-signup-new .vi-yahoo,
.socl-signup-new.zlight .vi-yahoo {
    background-position: -96px 0;
}

.socl-signup-new .vi-office365 {
    background-position: -120px 0;
}

.socl-signup-new.zlight .vi-office365 {
    background-position: 0 -23px;
}


/************* SOCIAL SIGNUP SECTION ENDS *************/


/******* TOS check box style in signup page *******/

.za-tos-container {
    margin-bottom: 5px;
}

.za-tos-container label {
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    margin-top: 5px;
}

#signup-termservice {
    border: 1px solid #333;
    display: inline-block;
    height: 8px;
    margin-right: 4px;
    width: 8px;
    box-sizing: content-box;
}

#tos {
    height: 1px;
    left: 0;
    margin: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 1px;
}

#signup-termservice.checked {
    position: relative;
}

#signup-termservice.checked::after {
    background: #333 none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: -1px;
    position: absolute;
    top: 4px;
    transform: rotate(45deg);
    width: 5px;
}

#signup-termservice.checked::before {
    background: #333 none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: 1px;
    position: absolute;
    top: 1px;
    transform: rotate(-45deg);
    width: 15px;
}

.za-tos-container.zlight label {
    color: #a9a9a9;
}

.za-tos-container.zlight #signup-termservice {
    border: 1px solid #a9a9a9;
}

.za-tos-container.zlight #signup-termservice.checked::after,
.za-tos-container.zlight #signup-termservice.checked::before {
    background: #a9a9a9 none repeat scroll 0 0;
}


/****** TOS - Ends *******/

@media only screen and (max-width: 1200px) {
    .large-content-wrap,
    .z-large-content-wrap {
        max-width: 90%;
        float: none;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 1100px) {
    .content-wrap,
    .z-content-wrap {
        max-width: 90%;
        float: none;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 900px) {
    .main,
    .main.transparent-header .banner-section,
    .main.transparent-header #banner {
        margin-top: auto;
    }
    .product-logo,
    .product-menu li a,
    .main.transparent-header .product-logo,
    .main.transparent-header .product-menu li a {
        color: #000;
    }
    .product-header-inner,
    .main.transparent-header .product-header-inner {
        border-bottom: none;
    }
    .main.transparent-header .banner-section,
    .main.transparent-header #banner {
        padding-top: 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .banner-section .two-col .column-block,
    .banner-section .z-two-col .column-block {
        float: none;
        width: 100% !important;
        margin: 0 auto 30px;
        text-align: center;
        padding-right: 0px !important;
    }
    .banner-section .two-col .column-block:last-child,
    .banner-section .z-two-col .column-block:last-child {
        margin-bottom: 0px;
    }
    .banner-section .vertical-middle {
        display: block;
        width: 100%;
        position: relative;
    }
    .banner-section .vertical-middle .column-block {
        display: block;
        vertical-align: middle;
        float: none;
    }
    .signup_frm .signup-heading {
        text-align: center;
    }
    .signup-box {
        margin: 0 auto;
        float: none;
    }
    .product-menu li {
        margin-left: 22px;
    }
}

@media only screen and (max-width: 767px) {
    h1 {
        font-size: 32px;
    }
    h2 {
        font-size: 28px;
    }
    h3 {
        font-size: 25px;
    }
    h4 {
        font-size: 22px;
    }
    h5 {
        font-size: 20px;
    }
    h6 {
        font-size: 18px;
    }
    p {
        font-size: 14px;
        line-height: 24px;
    }
    .row,
    .z-row {
        padding: 50px 0px;
    }
    .row.no-bottom-space,
    .z-row.no-bottom-space {
        padding-bottom: 50px;
    }
    .small-content-wrap,
    .z-small-content-wrap {
        max-width: 90%;
    }
    .two-col .column-block,
    .three-col .column-block,
    .four-col .column-block,
    .z-two-col .column-block,
    .z-three-col .column-block,
    .z-four-col .column-block {
        float: none;
        width: 100% !important;
        margin-bottom: 30px;
        margin-right: 0px !important;
        padding-right: 0px !important;
    }
    .two-col .column-block:last-child,
    .three-col .column-block:last-child,
    .four-col .column-block:last-child,
    .z-two-col .column-block:last-child,
    .z-three-col .column-block:last-child,
    .z-four-col .column-block:last-child {
        margin-bottom: 0px;
    }
    .banner-section .two-col .column-block,
    .banner-section .z-two-col .column-block {
        float: none;
        width: 100% !important;
        margin: 0 auto 30px;
        text-align: center;
    }
    .vertical-middle {
        display: block;
        width: 100%;
        position: relative;
    }
    .vertical-middle .column-block {
        display: block;
        vertical-align: middle;
        float: none;
    }
    .z-video-wrap .z-popup-content {
        max-width: 90%;
    }
    .banner-section h1 {
        font-size: 28px;
        line-height: 38px;
    }
    .signup_frm .signup-heading {
        font-size: 18px;
    }
    .banner-section .column-block {
        width: 100% !important;
    }
    .socl-signup {
        text-align: center;
    }
    .socl-signup p {
        margin-bottom: 0px !important;
    }
    .signup_frm .signup-heading {
        text-align: center;
    }
    .signup-box {
        margin: 0 auto;
        float: none;
    }
    html body .css-animate {
        visibility: visible !important;
    }
    .mobile-only {
        display: block!important;
    }
    .desktop-only {
        display: none !important;
    }
    .testimonial p {
        font-size: 18px;
        line-height: 30px;
    }
    .form-wrapper {
        float: none;
        padding-bottom: 0;
        padding-top: 30px;
        width: 100%;
        overflow: hidden;
    }
}

@media only screen and (max-width: 480px) {
    .testimonial p {
        font-size: 15px;
        line-height: 24px;
    }
}


/************ CSS ANIMATE ***********/

.css-animate,
[data-animation] {
    visibility: hidden !important;
}

.css-animate.animated {
    visibility: visible !important;
}

.animated,
.fadeIn,
.fadeInLeft,
.fadeInRight,
.slideInUp,
.slideInLeft,
.slideInRight,
.zoomIn,
.fadeInUp,
.customAnimation {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    50% {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}


/* Language dropdown starts */

.zlang-container .zlang-text::after {
    background-image: url("https://www.zoho.com/one/images/zone-sprite.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 400px auto;
}

.zlang-container {
    display: inline-block;
    position: relative;
    margin-top: 10px;
}

.zlang-container .zlang-text {
    box-sizing: border-box;
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    padding: 5px 5px 5px 30px;
    position: relative;
    width: 100%;
    cursor: pointer;
}

.zlang-container .zlang-text::after {
    background-position: -233px 0;
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 20px;
    left: 6px;
    position: absolute;
    top: 3px;
    width: 20px;
    z-index: 1;
}

.zlang-container .zlang-container-inner {
    box-sizing: border-box;
    display: none;
    left: 15px;
    padding: 10px 0;
    position: absolute;
    bottom: 15px;
    width: 100px;
}

.zlang-container ul {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e0e0e0;
    box-sizing: border-box;
    margin: 0;
    padding: 15px;
    position: relative;
    z-index: 1;
    width: 100%;
    overflow: visible;
}

.zlang-container ul::after,
.zlang-container ul::before {
    border: medium solid transparent;
    content: " ";
    height: 0;
    left: 20%;
    pointer-events: none;
    position: absolute;
    top: 100%;
    width: 0;
    z-index: 3;
}

.zlang-container ul::before {
    border-color: #c0c0c0 rgba(221, 229, 237, 0) rgba(221, 229, 237, 0);
    border-width: 7px;
    margin-left: -7px;
}

.zlang-container ul::after {
    border-color: #fff rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
    border-width: 6px;
    margin-left: -6px;
}

.zlang-container ul li {
    width: 100%;
    display: inline-block;
    padding: 0 !important;
    border: 0;
    margin: 0;
}

.zlang-container ul li.lang-domain {
    font-family: var(--zf-primary-semibold);
    border-bottom: 1px dotted #eee;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ffffed;
}

.zlang-container ul li.lang-domain a {
    padding-left: 10px !important;
    font-size: 14px;
}

.zlang-container.lang-domain-show ul li:nth-child(2) {
    margin-top: 25px;
}

.zlang-container .zlang-container-inner.zshow {
    display: block;
}


/*.zlang-container:hover .zlang-container-inner{
	display:block;
}*/

.zlang-container a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    color: #000;
    font-size: 12px;
    height: auto;
    margin: 0;
    opacity: 1;
    text-align: left;
    text-indent: 0;
    width: 100%;
    padding: 5px 0 !important;
    display: inline-block;
}

.zlang-container a:hover {
    color: #03a9f5;
}

.arrow-down {
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #f8f8f8;
    bottom: 4px;
    height: 0;
    left: 8px;
    position: absolute;
    width: 0;
    z-index: 2;
    display: none;
}

@media only screen and (max-width: 767px) {
    .zlang-container {
        bottom: auto;
        left: auto;
        margin: 6px auto;
        position: relative;
        right: auto;
    }
    .zlang-container ul::after,
    .zlang-container ul::before {
        left: 49%;
    }
    .zlang-container .zlang-container-inner {
        left: 0;
    }
    .common-links .zlang-container a {
        color: #03a9f5;
    }
    .zlang-container ul li {
        text-align: left;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-resolution: 240dpi) {
    .zlang-container .zlang-text::after {
        background-image: url("https://www.zoho.com/one/images/zone-sprite@2x.png");
    }
}


/* Language - Ends */


/* Language Top Bar (Info Bar) */

.header {
    margin-top: 0;
}

.langstrip {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    text-align: center;
    color: #fff;
    padding: 25px 20px;
    box-sizing: border-box;
    display: none;
}

.langTxt {
    padding-right: 20px;
}

.langBtn {
    background: rgb(62, 163, 107) none repeat scroll 0% 0%;
    padding: 5px 15px;
    cursor: pointer;
    color: inherit;
}

.langClose {
    margin-left: 40px;
    cursor: pointer;
    text-indent: -999px;
    width: 15px;
    height: 15px;
    position: relative;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
}

.langClose:after,
.langClose:before {
    content: "";
    position: absolute;
    background: #fff;
    width: 1px;
    height: 100%;
    left: 50%;
    top: 0;
}

.langClose:after {
    transform: rotate(45deg);
}

.langClose:before {
    transform: rotate(-45deg);
}

@media only screen and (max-width: 767px) {
    .langClose {
        position: fixed;
        right: 6px;
        top: 6px;
    }
    .langTxt {
        padding: 0;
        display: block;
        margin-bottom: 15px;
    }
}


/* Language Top Bar (Info Bar) - End */


/* Cookie Top Band */

#cookie-policy {
    display: none;
}

.cookiestrip {
   text-align: center;
border-top: 1px solid #ccc;
font-size: 14px;
padding: 25px 10px;
box-sizing: border-box;
background: #273238;
position: fixed;
z-index: 99;
width: 100%;
bottom: 0;
color: #fff;
}

.cookiestrip * {
    box-sizing: border-box;
}

.cookiestrip a {
    text-decoration: underline;
color: #fff;
font-family: proxima_novasemibold;
}

.cookieClose {
   display: inline-block;
margin-left: 15px;
font-size: 13px;
cursor: pointer;
padding: 4px 7px;
overflow: hidden;
background: #DC544C;
line-height: 1;
vertical-align: bottom;
}

@media only screen and (max-width: 767px) {
    /*.cookiestrip {
        margin-top: 50px;
        position: relative;
        z-index: 9;
    }
    .cookiestrip+.langstrip {
        margin-top: 0;
    }*/
}


/* Cookie Top Band - Ends */

#czone-home .za-country-container .globalcountrycode-signup,
#czone-home-lp .za-country-container .globalcountrycode-signup,
.signup_frm .za-country-container .globalcountrycode-signup {
    color: #fff;
    padding: 14px 12px 14px 0;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    display: block;
    width: 100%;
    margin: 0px 0 0;
    font-size: 14px;
    background: transparent;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    z-index: 1;
    transition: 0.5s ease;
    border-radius: 0;
}

#czone-home .za-country-container,
#czone-home-lp .za-country-container,
.signup_frm .za-country-container {
    position: relative;
    margin-bottom: 10px;
}

#czone-home .za-country-container.za-country-container-arrow::after,
#czone-home-lp .za-country-container.za-country-container-arrow::after,
.signup_frm .za-country-container.za-country-container-arrow::after {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #666;
    position: absolute;
    right: 12px;
    top: 20px;
    content: "";
    display: block;
}

#czone-home .za-country-container .globalcountrycode-signup:focus,
#czone-home-lp .za-country-container .globalcountrycode-signup:focus,
.signup_frm .za-country-container .globalcountrycode-signup:focus {
    outline: 0;
}

#czone-home .get-signup-plan,
#czone-home-lp .get-signup-plan,
.signup_frm .get-signup-plan {
    margin: 10px 0 10px;
}

#czone-home .get-signup-plan input[type="radio"],
#czone-home-lp .get-signup-plan input[type="radio"],
.signup_frm .get-signup-plan input[type="radio"] {
    margin: 0px 5px 0 2px;
    border: none;
    position: relative;
    vertical-align: middle;
    width: 16px;
    background: none;
    padding: 0;
    display: inline-block;
    height: 16px;
    line-height: 16px;
}

#czone-home .get-signup-plan input[type="radio"]:before,
#czone-home-lp .get-signup-plan input[type="radio"]:before,
.signup_frm .get-signup-plan input[type="radio"]:before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    background: #fff;
    border: 1px solid #666;
    left: -2px;
    top: 0px;
    border-radius: 100%;
    pointer-events: none;
}

#czone-home .get-signup-plan input[type="radio"]:after,
#czone-home-lp .get-signup-plan input[type="radio"]:after,
.signup_frm .get-signup-plan input[type="radio"]:after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background: #fff;
    left: 4px;
    top: 6px;
    border-radius: 100%;
    pointer-events: none;
}

#czone-home .get-signup-plan input[type="radio"][checked="checked"]:after,
#czone-home-lp .get-signup-plan input[type="radio"][checked="checked"]:after,
.signup_frm .get-signup-plan input[type="radio"][checked="checked"]:after {
    background: #666;
}

#czone-home .get-signup-plan label,
#czone-home-lp .get-signup-plan label,
.signup_frm .get-signup-plan label {
    margin: 0 20px 0 0;
    font-size: 14px;
    position: relative;
    top: 1px;
    cursor: pointer;
    color: #fff;
}

#czone-home .za-newsletter-container.snews-letter,
#czone-home-lp .za-newsletter-container.snews-letter,
.signup_frm .za-newsletter-container.snews-letter {
    opacity: 1;
    visibility: visible;
    height: auto;
}

#czone-home .za-newsletter-container,
#czone-home-lp .za-newsletter-container,
.signup_frm .za-newsletter-container {
    margin: 15px 0 10px;
    padding-left: 15px;
    position: relative;
}

#czone-home #newsletter,
#czone-home-lp #newsletter,
.signup_frm #newsletter {
    height: 1px;
    left: 0;
    margin: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 1px;
}

#czone-home #signup-newsletter,
#czone-home-lp #signup-newsletter,
.signup_frm #signup-newsletter {
    position: absolute;
    left: 0;
    top: 4px;
    border: 1px solid #a9a9a9;
    display: inline-block;
    height: 8px;
    margin-right: 4px;
    width: 8px;
    box-sizing: content-box;
}

#czone-home .sign_agree,
#czone-home-lp .sign_agree,
.signup_frm .sign_agree {
    font-size: 12px;
    cursor: pointer;
}

#czone-home #signup-termservice.checked,
#czone-home-lp #signup-termservice.checked,
.signup_frm #signup-termservice.checked {
    position: relative;
}

#czone-home #signup-termservice.checked::after,
#czone-home-lp #signup-newsletter.checked::after,
.signup_frm #signup-termservice.checked::after,
#czone-home #signup-newsletter.checked::after,
#czone-home-lp #signup-termservice.checked::after,
.signup_frm #signup-newsletter.checked::after {
    background: #a9a9a9 none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: -1px;
    position: absolute;
    top: 4px;
    transform: rotate(45deg);
    width: 5px;
}

#czone-home #signup-termservice.checked::before,
#czone-home-lp #signup-newsletter.checked::before,
.signup_frm #signup-termservice.checked::before,
#czone-home #signup-newsletter.checked::before,
#czone-home-lp #signup-termservice.checked::before,
.signup_frm #signup-newsletter.checked::before {
    background: #a9a9a9 none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: 1px;
    position: absolute;
    top: 1px;
    transform: rotate(-45deg);
    width: 15px;
}


/******************************************************************************/


/****************************** Common New Signup styles *****************************/


/******************************************************************************/

.global-signup-form #signup-termservice.checked::after, .global-signup-form #signup-newsletter.checked::after {
    background: #333 none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: -1px;
    position: absolute;
    top: 4px;
    transform: rotate(45deg);
    width: 5px;
}

.global-signup-form #signup-termservice.checked::before, .global-signup-form #signup-newsletter.checked::before {
    background: #333 none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: 1px;
    position: absolute;
    top: 1px;
    transform: rotate(-45deg);
    width: 15px;
}
.global-signup-form .signup-box * {
    box-sizing: border-box;
}

.global-signup-form .signup-box form>div {
    position: relative;
}

.global-signup-form .signup-form {
    max-width: 365px;
    margin: 0 0 0 auto;
    min-height: 410px
}

.global-signup-form .signup-heading {
    text-transform: uppercase;
    font-size: 16px;
    color: #000;
    font-weight: 600
}

.global-signup-form .umain .signup-box {
    display: none
}

.global-signup-form .za-newsletter-container {
    margin-top: 10px;
    padding-left: 15px;
    position: relative;
}

.global-signup-form .signup-box input,
.global-signup-form form .za-country-container .globalcountrycode-signup { 
    color: #000;
    padding: 14px 12px !important;
    border: none;
    display: block;
    width: 100%;
    margin: 15px 0 0;
    font-size: 14px;
    background: #fff;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    z-index: 1;
    transition: 0.5s ease;
    border-radius: 0 !important;
}

.global-signup-form form#customregister .za-country-container .globalcountrycode-signup {
    background: transparent !important;
    color: #000 !important;
    padding-left: 12px !important;
}

.global-signup-form form .za-country-container {
    position: relative;
    background: #fff;
}

.global-signup-form form .za-country-container.za-country-container-arrow::after {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #666;
    position: absolute;
    right: 12px;
    top: 20px;
    content: "";
    display: block;
}

.global-signup-form .signup-box input[type="password"]:focus,
.global-signup-form .signup-box input[type="text"]:focus,
.global-signup-form form .za-country-container .globalcountrycode-signup:focus {
    border-color: #03a9f5
}

.global-signup-form .za-tos-container .field-msg {
    margin-top: 12px;
}
.global-signup-form .za-captcha-container .za-captcha{
    margin-top:5px;
}

.global-signup-form .field-error .field-msg {
    display: block
}

.global-signup-form .sign_agree.field-error {
    margin-bottom: 0px;
}

.global-signup-form .phone-field #country_code,
.global-signup-form .phone-field .downarrow {
    position: absolute;
    top: 13px;
    left: 12px;
    pointer-events: none;
    font-size: 12px
}

.global-signup-form .phone-field .downarrow {
    top: 20px;
    left: 55px;
    width: 0;
    height: 0;
    border-top: 6px solid #000;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent
}

.global-signup-form .phone-field .za_country_code {
    width: 70px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    height: 50px;
    z-index: 9999;
    cursor: pointer
}

.global-signup-form .phone-field input.phoneno-field {
    padding-left: 75px;
    margin-bottom: 10px
}

.global-signup-form .signup-box .error,
.global-signup-form .za-email-suggestion .za-domain-error {
    color: #f00 !important;
    font-size: 12px;
    line-height: 1.5;
}

.global-signup-form .za-email-container a {
    color: #000;
    text-decoration: underline;
    margin-left: 5px;
}

.global-signup-form .signup-box form>.field-msg {
    position: relative;
    bottom: auto;
    left: auto;
    margin-bottom: 10px;
}

.global-signup-form .signup-box form>.field-msg {
    position: relative;
    bottom: auto;
    left: auto;
    margin-bottom: 10px;
}

.global-signup-form .signup-box .za-captcha-container+p {
    margin: 0
}

.global-signup-form .signup-box .sign_agree {
    font-size: 12px;
    display: inline-block;
    line-height: 1.4;
    color: #333;
    margin-bottom: 0px;
}

.global-signup-form .signup-box .sign_agree a {
    color: #333;
    text-decoration: underline
}

.global-signup-form .sgnbtn input[type="submit"] {
    font-size: 16px;
    line-height: normal;
    padding: 0 60px;
    background: #f0483e;
    text-align: center;
    text-transform: uppercase;
    border: 0;
    color: #fff;
    width: 100%;
    cursor: pointer;
    font-weight: 600;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none
}

.global-signup-form .signup-box .password-strength {
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: -7px
}

.global-signup-form .password-strength div {
    background: #fe0000;
    height: 5px;
    width: 0
}

.global-signup-form .get-signup-plan {
    margin: 10px 0 10px;
}

.global-signup-form .get-signup-plan input[type="radio"] {
    margin: 0px 5px 0 2px;
    border: none;
    position: relative;
    vertical-align: middle;
    width: 16px;
    background: none;
    padding: 0;
    display: inline-block;
    height: 16px;
    line-height: 16px;
    padding: 0px !important;
}

.global-signup-form .get-signup-plan input[type="radio"]:before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    background: #fff;
    border: 1px solid #666;
    left: -2px;
    top: -2px;
    border-radius: 100%;
    pointer-events: none;
}

.global-signup-form .get-signup-plan input[type="radio"]:after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background: #fff;
    left: 4px;
    top: 4px;
    border-radius: 100%;
    pointer-events: none;
}
.global-signup-form .get-signup-plan input[type="radio"]:checked:after {
    background: #666;
}
.global-signup-form .zactive:after{
    background: #666 !important;
}

.global-signup-form .get-signup-plan label {
    margin: 0 20px 0 0;
    font-size: 14px;
    position: relative;
    top: -1px;
    cursor: pointer
}

@media only screen and (max-width: 992px) {
    .global-signup-form .signup-form {
        margin: 60px auto 0;
        padding: 30px;
        max-width: 500px;
        background: rgba(255, 235, 235, 0.57);
        border-radius: 5px
    }
}

@media only screen and (max-width: 991px) {
    .global-signup-form .signup-box {
        display: none
    }
}

/*Signup form country code*/
.global-signup-form .za-country_code-container{
    position: relative;
    margin: 0;
}
.global-signup-form .za_country_code{
    opacity: 0;
    width: 80px;
    height: 45px;
    border: none;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 10px;
    line-height: 25px;
    background: #fff;
    text-indent: -99999px;
    cursor: pointer;
    min-height: 45px;
    box-sizing: border-box;
    z-index: 99;
    position: relative;
}
.global-signup-form #countryCodeDiv{
    background-color: #fff;
    width: 80px;
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
    line-height: 25px;
    padding: 10px 0 10px 10px;
    font-size: 14px;
    color: #666;
    pointer-events: none;
    height: 45px;
    box-sizing: border-box;
    z-index: 9;
    border: none;
    border-right: 1px solid #e0e0e0;

}
.global-signup-form .sgfrm .za-country_code-container input{
    position: absolute;
    left: 0px;
    top: 0;
    margin-top: 0;
    pointer-events: auto;
    box-sizing: border-box;
    padding-right: 15px;
    padding-left: 90px;
    width: 100%;
    border-left: 0px;
    z-index: 0;
    padding-left: 95px !important;
}
.global-signup-form #countryCodeDiv:before {
    position: absolute;
    content: '';
    left: 60px;
    top: 22px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #666;
}
.global-signup-form .mobile-container.sgfrm {
    clear: both;
}
.global-signup-form .mobile-container.sgfrm {
    display: block !important;
    margin: 15px 0 0;
}
.global-signup-form input[type="text"]::-webkit-input-placeholder, .global-signup-form input[type="password"]::-webkit-input-placeholder, .global-signup-form .form-input::-webkit-input-placeholder {
    color:#636363;
    font-size: 14px;
}
.global-signup-form input[type="text"]:-moz-placeholder, .global-signup-form input[type="password"]:-moz-placeholder, .global-signup-form .form-input:-moz-placeholder {
   color:#636363;
   font-size: 14px;
}
.global-signup-form input[type="text"]::-moz-placeholder, .global-signup-form input[type="password"]::-moz-placeholder, .global-signup-form .form-input::-moz-placeholder {
   color:#636363;
   font-size: 14px;
}
.global-signup-form input[type="text"]:-ms-input-placeholder, .global-signup-form input[type="password"]:-ms-input-placeholder, .global-signup-form .form-input:-ms-input-placeholder {
   color:#636363;
   font-size: 14px;
}
.global-signup-form input[type="text"]::-ms-input-placeholder, .global-signup-form input[type="password"]::-ms-input-placeholder, .global-signup-form .form-input::-ms-input-placeholder {
   color:#636363;
   font-size: 14px;
}
.global-signup-form input[type="text"]::placeholder, .global-signup-form input[type="password"]::placeholder, .global-signup-form .form-input::placeholder {
   color:#636363;
   font-size: 14px;
}
.global-signup-form #customregister input:focus, .global-signup-form #customregister input{
    outline: none !important;
    border: none !important;
}
.global-signup-form .signup-box input, .global-signup-form #customregister form .za-country-container .globalcountrycode-signup {
    color: #000 !important;

}
.global-signup-form #ccodediv {
    color: #000 !important;
    margin-top: 3px;
}
.global-signup-form .globalcountrycode-signup{
    padding: 14px 12px 14px 12px;
}
.global-signup-form #signupButton{
    color: #fff !important;
    opacity: 1 !important;
    cursor: pointer !important;
}
.global-signup-form #customregister #signupbtn, .global-signup-form #customregister #signup2{
    cursor: pointer !important;
}
.global-signup-form .sign_agree{
    padding-bottom: 10px !important;
    color: #fff !important;
    margin-top: 0px !important;
}
.global-signup-form .sign_agree:hover, .global-signup-form .sign_agree:hover a {
    color: #fff !important;
}
.global-signup-form #customregister .sgnbtnmn * {
    color: #fff;
}
.global-signup-form .za-country-container.za-country-container-arrow {
    margin: 15px 0 0;
}
.global-signup-form #customregister .sgfrm {
    padding: 0px !important;
}
.global-signup-form #customregister .formLabel {
    display: none;
}
.global-signup-form .za-confirm {
    display: none !important;
}
.global-signup-form .sgnbtn input[type="submit"], .global-signup-form #signupButton, .global-signup-form #customregister #signup2 {
    font-size: 16px;
    line-height: normal;
    padding: 0 60px;
    background: #f0483e;
    text-align: center;
    text-transform: uppercase;
    border: 0;
    color: #fff;
    width: 100%;
    cursor: pointer;
    font-weight: 600;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.global-signup-form #customregister #signup-newsletter, .global-signup-form #customregister #signup-termservice {
    border: 1px solid #ffffff;
}
.global-signup-form #customregister #signup-newsletter, .global-signup-form #customregister #signup-termservice {
    border: 1px solid #ffffff;
}
.global-signup-form #customregister #signup-newsletter.checked::before, .global-signup-form #customregister #signup-newsletter.checked::after, .global-signup-form #customregister #signup-termservice.checked::before, .global-signup-form #customregister #signup-termservice.checked::after {
    background: #ffffff none repeat scroll 0 0;
}
.global-signup-form .signup-box{
    max-width: 350px;
}

/*Signup form country code end*/


/******************************************************************************/


/****************************** Common New Signup styles *****************************/


/******************************************************************************/


/******************************************************************************/

/* domain links in the footer */
ul.zdomainlink {
	display: inline;
	margin-left: 5px;
	padding: 0;
}
ul.zdomainlink li {
	padding-left: 10px;
	border-left: 1px solid #ccc;
	margin: 0;
	border-right: 0;
	font-family: proxima_novasemibold;
}
ul.zdomainlink li a:hover {
	border-bottom: 1px solid #666;
	text-decoration:unset;
}
ul.zdomainlink li.zcurrentdomain a {
	font-family: var(--zf-primary-regular);
	cursor: default;
}
ul.zdomainlink li.zcurrentdomain a:hover {
	border-bottom: none;
}
.domain-in ul.zdomainlink li.comlink {
	border-left: none;
	padding-left: 0;
}
.zlang-container.lang-domain-show ul li:nth-child(2) {
	margin-top: 0;
}
ul.zdomainlink.zEngOnly {
	overflow: hidden;
	display: inline-block;
	margin: 10px 0 0 0;
}
ul.zdomainlink.zEngOnly li:first-child {

    padding-left: 0;
    border-left: 0;

}
/*domain links in the footer - Ends  */

/* Freezing Phone Number n COuntry field in IN */

.domain-in .za-country_code-container #countryCodeDiv::before{
display:none;
}
.domain-in .za-country_code-container .za_country_code{
	cursor:default;
}
.domain-in .za-country-container{
	display:none !important;
}
/* Freezing Phone Number n COuntry field in IN - Ends */

/* Related prod tooltip */

.zgh-nav > ul > li > p {
  position: fixed;
font-size: 12px;
width: max-content;
display: none;
margin-bottom: 0;
padding: 5px 8px;
border: 1px solid #D9D9D9;
box-shadow: 0px 0px 4px #00000021;
color: #000;
line-height: 1.4;
background: #fff;
border-radius: 1px;
z-index:99;
}
.lang-ar .zgh-nav > ul > li > p{
transform: translateX(-100%);
}
.zgh-nav > ul > li:hover  > p {
    display: inline-block;
}
.zgh-nav > ul > li > p::after, .zgh-nav > ul > li > p::before {
  /*  content: "";*/
    position: absolute;
    width: 10px;
    height: 10px;
    left: 50%;
    margin-left: -5px;
    top: -6px;
    background: #03A9F5;
    transform: rotate(45deg);
}

.zgh-nav > ul > li > p::after {
    background: #fff;
    top: -4px;
}

/* Related prod tooltip - Ends */