.umain h1,
h1 {
    font-weight: 400;
}

.access-button,
.signup-button {
    background: #f0483e;
    color: #fff;
    display: none;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    margin-top: 20px;
    padding: 0 30px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.7s ease 0s;
}

.button {
    font-size: 18px;
}

.signup-button {
    display: inline-block;
    background: #f0483e;
}

.umain .access-button {
    display: inline-block;
}

.umain .signup-box {
    display: none;
}

.umain .banner-content {
    float: none;
    margin: 50px auto 0 auto;
    max-width: 100%;
    padding: 0 5%;
    text-align: center;
    width: 100%;
}

.umain .banner-inner,
.umain .banner-part h1 {
    text-align: center;
}


/* PRODUCT HEADER CSS */

.za-confirm {
    display: none !important;
}

.product-header-inner {
    border: none;
}

.product-header-top .product-header-inner {
    padding: 0 20px 0 20px;
}

.product-logo,
.product-header-top .product-logo {
    background: url("https://www.zoho.com/developer/images/zoho-developer-icon.png") no-repeat !important;
    margin-top: 5px;
    padding: 0 0 0 60px;
    background-position: left -31px;
    background-repeat: no-repeat;
}

.product-header-top .product-logo {
    margin-top: 0px;
}

.product-menu>li:first-child {
    margin-left: 70px;
}


/* DROP DOWN CSS */

.product-header {
    background: none;
    overflow: visible;
    position: absolute;
    width: 100%;
    top: 0;
}

.product-header .signupButton,
.product-header-inner .goto-link {
    display: none;
}

.product-header-top .signupButton,
.product-header-top .product-header-inner .goto-link {
    display: block;
}

.product-header-top .product-menu .signupButton a,
.product-header-top .product-header-inner .goto-link {
    color: #fff;
    margin: 0 -20px 0 0;
    background: #f0483e;
    padding: 17px 20px;
    font-size: 14px;
    text-transform: uppercase;
}

.product-header-top .product-header-inner .goto-link {
    background: #5bb46c;
}

.product-header-inner {
    min-height: 72px;
    overflow: visible !important;
    max-width: 1040px;
}

.product-header-top .product-header-inner {
    min-height: 50px;
}


/* DROP DOWN CSS ENDS */

.more-links {
    position: relative;
}

.more-links .more-link-dropdown {
    position: absolute;
    background: #fff;
    padding: 0px 0 0 1px;
}

.more-links .more,
.product-header-top .more-links .more {
    padding-right: 20px;
}

.more-links::before,
.more-links::after {
    background: #000;
    content: "";
    height: 1.5px;
    position: absolute;
    right: 0;
    top: 34px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 8px;
    cursor: pointer;
}

.more-links::after {
    right: 5px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.product-header-top .more-links::before,
.product-header-top .more-links::after {
    background: #000;
    top: 24px;
}

.more-links .more-link-dropdown {
    position: absolute;
    width: 160px;
    height: 130px;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    top: 80px;
    right: -50px;
    box-shadow: 0px 8px 45px -10px #dadada;
}

.product-menu .more-link-dropdown li a {
    color: #333;
}

.more-links:hover .more-link-dropdown {
    opacity: 1;
    visibility: visible;
    top: 60px;
}

.product-header-top .more-links:hover .more-link-dropdown {
    opacity: 1;
    visibility: visible;
    top: 52px;
}

.product-header-top .more-link-dropdown {
    border: 1px solid #81c4fa;
}

.more-links .more-link-dropdown::after {
    border-color: transparent transparent #ddd;
    border-style: solid;
    border-width: 0 10px 10px;
    content: "";
    height: 0;
    right: 6px;
    position: absolute;
    top: -10px;
    width: 0;
    display: none;
}

.more-links .more-link-dropdown li:first-child::after {
    border-color: transparent transparent #fff;
    border-style: solid;
    border-width: 0 10px 10px;
    content: "";
    height: 0;
    right: 6px;
    position: absolute;
    top: -8px;
    display: none;
    z-index: 9;
    width: 0;
}

.product-header-top .more-links .more-link-dropdown::before {
    border-color: transparent transparent #ddd;
    border-style: solid;
    border-width: 0 10px 10px;
    content: "";
    height: 0;
    right: 6px;
    position: absolute;
    top: -11px;
    width: 0;
    display: none;
}

.more-link-dropdown li {
    margin: 0 0 0 0;
    width: 100%;
    border-bottom: 1px solid #81c4fa;
    background: #f7f7f7;
    color: #000;
}

.more-link-dropdown li:last-child {
    border-bottom: 0px solid #81c4fa;
}

.product-header-top .more-link-dropdown li {
    border-bottom: 1px solid #81c4fa;
    margin-bottom: 0;
}

.product-header-top .more-link-dropdown li:last-child {
    border-bottom: 0px solid #81c4fa;
}

.more-link-dropdown li a,
.product-header-top .more-link-dropdown li a {
    display: block;
    padding: 12px 20px;
    text-align: left;
    color: #000;
}

.product-menu .signin-button a {
    border: 1px solid #fff;
    font-size: 14px;
    line-height: 18px;
    margin-top: 15px;
    padding: 10px 20px;
    text-transform: uppercase;
}

.product-header-top .product-menu .signin-button a {
    border: none;
    margin-top: 7px;
    padding: 10px 0;
    text-transform: uppercase;
}


/* PRODUCT HEADER CSS ENDS */

.content-area,
.content-area-small,
.content-wrap {
    max-width: 1040px;
    margin: 0 auto;
    position: relative;
}

.content-area-small {
    max-width: 700px;
}

.banner-part {
    color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background: none;
    text-align: center;
    padding: 100px 5% 100px;
}

.banner-part:before {
    /*    background: url(../images/extension-bannerbg@2x.png) no-repeat;*/
    background: -moz-linear-gradient(top, rgba(223, 240, 255, 1) 0%, rgba(223, 240, 255, 0.95) 1%, rgba(229, 242, 255, 0.95) 23%, rgba(250, 252, 255, 0.95) 71%, rgba(248, 252, 255, 0.95) 73%, rgba(251, 253, 255, 0.95) 74%, rgba(255, 255, 255, 0.95) 99%, rgba(255, 255, 255, 0.9) 100%);
    background: -webkit-linear-gradient(top, rgba(223, 240, 255, 1) 0%, rgba(223, 240, 255, 0.95) 1%, rgba(229, 242, 255, 0.95) 23%, rgba(250, 252, 255, 0.95) 71%, rgba(248, 252, 255, 0.95) 73%, rgba(251, 253, 255, 0.95) 74%, rgba(255, 255, 255, 0.95) 99%, rgba(255, 255, 255, 0.9) 100%);
    background: linear-gradient(to bottom, rgba(223, 240, 255, 1) 0%, rgba(223, 240, 255, 0.95) 1%, rgba(229, 242, 255, 0.95) 23%, rgba(250, 252, 255, 0.95) 71%, rgba(248, 252, 255, 0.95) 73%, rgba(251, 253, 255, 0.95) 74%, rgba(255, 255, 255, 0.95) 99%, rgba(255, 255, 255, 0.9) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#dff0ff', endColorstr='#e6ffffff', GradientType=0);
    background-size: 100%;
    height: 100%;
    top: -5%;
}

.banner-content {
    padding: 50px 0;
    width: 50%;
    float: left;
}

.banner-inner {
    padding: 0;
    text-align: left;
    margin: 0 auto;
}

.banner-part p {
    color: #fff;
    font-size: 20px;
    line-height: 32px;
    max-width: 800px;
}

.get-started {
    background: rgba(0, 0, 0, 0.25);
    color: #fff;
    display: inline-block;
    font-size: 16px;
    margin: 30px 0 0;
    padding: 15px 30px;
    text-transform: uppercase;
    line-height: 1.4;
    letter-spacing: 1px;
    font-family: 'proxima_nova_rgregular';
}

.custom-apps-type {
    overflow: hidden;
    padding: 80px 0 0;
    position: relative;
}

.custom-apps-type::after {
    background: #fff none repeat scroll 0 0;
    bottom: 50px;
    content: "";
    height: 45px;
    left: 47.5%;
    opacity: 1;
    position: absolute;
    width: 1px;
}

.custom-apps-type .sell-clients,
.custom-apps-type .publish-marketplace {
    color: #fff;
    float: left;
    width: 45%;
    padding: 0 10% 0 0;
}

.custom-apps-type .publish-marketplace {
    padding: 0;
}

.custom-apps-type div span {
    display: inline-block;
    height: 80px;
    margin: 0 0 10px;
    width: 80px;
    background-repeat: no-repeat;
}

.custom-apps-type .sell-clients span {
    background-position: 0 0;
}

.custom-apps-type .publish-marketplace span {
    background-position: -80px 0;
}

.custom-apps-type h3 {
    font-size: 26px;
    font-family: 'proxima_novalight';
    line-height: 1.4;
}

.custom-apps-type .get-started {
    margin-top: 15px;
}


/* CATEGORY CSS */

.categories-wrapper {
    margin-top: 50px;
}

.category-section {
    /*	background: #fafafa;*/
    border-bottom: 1px solid #e2e2e2;
}

.category-section.category-section2 {
    background: #fff;
    border-bottom: 1px solid #e2e2e2;
}

.category-section.category-section2 .categories h2 span {
    box-shadow: 0 10px 0 #fff inset, 0 -10px 0 #fff inset, 5px 0 0 #e73350 inset;
}

.categories {
    text-align: left;
    overflow: hidden;
    width: 50%;
    float: left;
    margin-bottom: 80px;
}

.category-section .categories:last-child {
    border: none;
}

.categories h3 {
    float: left;
    text-align: left;
    width: 100%;
    max-width: 80%;
    border-top: 2px solid #000;
    padding: 15px 0;
}

.categories h2 span {
    display: inline-block;
    font-size: 30px;
    letter-spacing: -0.5px;
    line-height: 40px;
    padding: 0 0;
    text-align: left;
    font-family: proxima_novasemibold;
}

.category-details {
    float: left;
    padding: 0 0;
    width: 100%;
}

.category-details .categories-desc {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
    padding: 10px 0 0;
}

.category-details h3 {
    font-size: 24px;
    line-height: 1.5;
    padding: 30px 0 0 0;
}

.category-details .features-more-sec {
    margin-top: 50px;
    overflow: hidden;
}

.category-details .features-more-sec.no-margin {
    margin-top: 0;
    overflow: hidden;
}

.features-more {
    float: left;
    margin: 0 0 20px 0;
    max-width: 600px;
    padding: 0 10% 40px 0;
    width: 45%;
}

.features-more:nth-child(even) {
    padding: 0 0 40px 0;
}

.category-details .features-more h4 {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 10px;
    text-shadow: none;
}

.category-details .features-more p {
    font-size: 16px;
    line-height: 1.6;
}

.category-details .features-more p {
    color: #666;
}

.features-more span {
    background-repeat: no-repeat;
    display: block;
    height: 40px;
    margin: 0 0 15px;
    width: 40px;
}


/* CATEGORY CSS ENDS */


/*  MULTI STEPS CSS */

.multi-steps {
    background-color: #fff;
    overflow: hidden;
}

.multi-steps h2 {
    font-size: 30px;
    font-family: 'proxima_novalight';
    line-height: 1.2;
    margin: 0 auto 40px;
    max-width: 800px;
    text-align: center;
}

.multi-steps-wrap {
    margin: 0 auto;
    overflow: hidden;
    padding: 40px 0 0;
}

.multi-steps-wrap .column-block,
.multi-features .column-block {
    float: left;
    padding: 0 4%;
    text-align: center;
    width: 25%;
    position: relative;
}

.multi-steps-wrap.col5 .column-block {
    padding: 0 2%;
    width: 16%;
}

.multi-steps-wrap.col4 .column-block {
    padding: 0 3%;
    width: 19%;
}

.multi-steps-wrap .column-block.col3 {
    padding: 0 4%;
    width: 25.333%;
}

.multi-steps-wrap .custom-icon::after {
    border-bottom: 1px dotted #ddd;
    content: "";
    height: 0;
    left: 80px;
    position: absolute;
    top: 50%;
    width: 200%;
}

.multi-steps-wrap .custom-icon::before {
    background-color: #999;
    border-radius: 100%;
    content: "";
    height: 12px;
    left: 150px;
    margin-top: -6px;
    position: absolute;
    top: 50%;
    width: 12px;
    z-index: 9;
}

.multi-steps-wrap .column-block:last-child .custom-icon::after,
.multi-steps-wrap .column-block:last-child .custom-icon::before {
    display: none;
}

.multi-steps-wrap .step1 .custom-icon::before {
    background-color: #eb1972;
}

.multi-steps-wrap .step2 .custom-icon:before {
    background-color: #2440cb;
}

.multi-steps-wrap .step3 .custom-icon:before {
    background-color: #20e561;
}

.multi-steps-wrap .step4 .custom-icon:before {
    background-color: #e9ed11;
}

.multi-steps-wrap h6 {
    font-size: 14px;
    font-family: 'proxima_novalight';
    line-height: 1.6;
    text-align: center;
}

.common-footer ul {
    max-width: 900px;
}

.custom-icon.big {
    width: 82px;
    height: 90px;
    margin-bottom: 22px;
}

.multi-steps-wrap .custom-icon {
    background-position: left top;
    background-repeat: no-repeat;
    border: 1px solid #ccc;
    border-radius: 100%;
    display: inline-block;
    height: 80px;
    margin-bottom: 15px;
    width: 80px;
    background-color: #fafafa;
    position: relative;
    z-index: 3;
}

.multi-steps-wrap .custom-icon em {
    height: 40px;
    margin: 22px auto 0;
    width: 40px;
    background-color: #fafafa;
    position: relative;
    z-index: 3;
    display: block;
}

.multi-features.col4 .column-block {
    padding: 0 5% 0 0;
    width: 21.25%;
}

.multi-features.col4 .column-block:last-child {
    padding: 0 0 0 0;
}

.multi-features.col3 .column-block {
    padding: 0 3%;
    width: 33.333%;
}

.multi-features h4 {
    margin-bottom: 15px;
}


/* MULTI STEPS CSS ENDS */


/* CLIENTS SECTION */

.client-sec {
    text-align: center;
}

.client-sec ul {
    margin: 40px 0 -40px;
    overflow: hidden;
}

.client-sec ul li {
    display: inline-block;
    height: 80px;
    line-height: 80px;
    margin: 0 20px 30px;
    text-indent: -9999px;
    transition: all 0.5s ease 0s;
    width: 180px;
    text-align: center;
    color: #122334;
    font-size: 18px;
    background-repeat: no-repeat;
    opacity: 0.6;
}


/* CLIENTS SECTION ENDS */


/* DEVELOPER COMMUNITY CSS */

.developer-community {
    position: relative;
    padding: 0 5%;
}

.developer-community-inner {
    position: relative;
    text-align: center;
    padding: 100px 0;
    border-top: 1px solid #d1ecfe;
}

.developer-community p {
    color: #333;
    font-size: 16px;
    line-height: 1.5;
    margin: 0 auto;
    position: relative;
    z-index: 9
}

.developer-community .get-started {
    background: #f0483e;
}


/* DEVELOPER COMMUNITY CSS ENDS */


/* TESTIMONIAL CSS */

.testimonial-part {
    background: #444048;
    padding: 220px 5%;
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: center top;
}

.testimonial-area {
    max-width: 600px;
}

.testimonial-area p {
    color: #fff;
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 15px;
}

.testimonial-area h5 {
    color: #1beb94;
    font-size: 20px;
    line-height: 1.6;
}

.testimonial-area h5 em {
    color: #fff;
    font-size: 14px;
    line-height: 1.6;
    display: block;
}

.watch-video {
    background-color: #fff;
    color: #000;
    display: inline-block;
    font-size: 14px;
    font-family: 'proxima_nova_rgbold';
    margin: 30px 0 0;
    padding: 12px 20px;
    text-transform: uppercase;
    display: none;
}

.video-line-icon {
    border: 1px solid #fff;
    border-radius: 100%;
    display: block;
    height: 100px;
    margin-top: -62px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 100px;
    opacity: 0.8;
    cursor: pointer;
}

.video-line-icon::after {
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 20px 0 20px 40px;
    content: "";
    height: 0;
    left: 34px;
    position: absolute;
    top: 30px;
    width: 0;
    z-index: 9;
    opacity: 0.3;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.video-line-icon:hover:after {
    opacity: 1;
}


/* TESTIMONIAL CSS ENDS */


/*NEW THEME CSS STARTS*/

* {
    box-sizing: border-box
}

.text-center {
    text-align: center;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.white {
    color: #fff;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.padding0 {
    padding: 0px;
}

.padding-bottom0 {
    padding-bottom: 0px;
}

.padding-top0 {
    padding-top: 0px;
}

.padding-right0 {
    padding-right: 0px;
}

.padding-left0 {
    padding-left: 0px;
}

.signup_frm .signup-heading {
    font-size: 20px;
    font-family: proxima_novasemibold;
}

.main {
    margin-top: 0px;
}

.banner-part input::-webkit-input-placeholder {
    color: #666;
}

.banner-part input::-moz-placeholder {
    color: #666;
}

.banner-part input:focus::-webkit-input-placeholder {
    color: #666;
}

.banner-content h1 {
    margin-left: 0;
}

.banner-inner h1,
.banner-inner p,
.product-logo,
.product-menu li a,
.white-label h3 a {
    color: #000;
}

.color-black {
    color: #000;
}

section {
    width: 100%;
}

.clearfix:after {
    clear: both;
    content: '';
    display: table;
}

.two-col .column-block {
    float: left;
    width: 50%;
    text-align: left;
    padding-right: 70px;
    margin-bottom: 100px;
}

.two-col .column-block h2 {
    text-align: left;
    margin-bottom: 20px;
    font-family: 'proxima_nova_rgbold';
    color: #000;
}

.standard-features * {
    text-align: left;
}

.standard-features .col3 .column-block {
    padding: 0px 6% 0px 0px;
}

.banner-content p {
    padding: 0px;
}

.lead-text {
    font-size: 20px;
    margin-top: 30px;
    line-height: 32px;
}

.google-play {
    width: 136px;
    height: 45px;
    background-position: 0px -105px;
    margin-left: 40px;
    border: 1px solid #fff;
    border-radius: 5px;
}

.apple-store {
    width: 136px;
    height: 40px;
    background-position: 0px -60px;
    border: 1px solid #fff;
    border-radius: 5px;
}

.build-solution-device .column-block {
    margin-bottom: 0px;
}

.build-solution-device .column-block:first-child {
    width: 60%;
}

.build-solution-device .column-block:last-child {
    width: 40%;
    margin-top: 100px;
}

.build-solution-device p {
    line-height: 28px;
    font-size: 20px;
    font-family: proxima_nova_rgregular;
}

.two-col .pull-right {
    float: right;
}

#typed {
    margin: 0 5px 0 15px;
}

.product-logo {
    background: #fff;
}

.btm-btn {
    padding: 18px 100px;
    font-size: 18px;
    background: #f0483e;
    color: #fff;
}

.custom-icon {
    background: url("https://www.zoho.com/developer/images/developer-new-sprite@2x.png") no-repeat;
    background-size: 770px;
    width: 82px;
    height: 90px;
    display: block;
}

.za-email-suggestion {
    color: #333;
}

.more-link-dropdown {
    border: 1px solid #81c4fa;
}

.more-link-dropdown li {
    background: #fff;
}

.more-link-dropdown li:hover {
    background: #f7faff;
}


/*NEW THEME CSS ENDS*/


/* MEDIA QUERY STARTS */

@media screen and (max-width: 1140px) {
    .umain .banner-inner {
        padding: 0px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .banner-content {
        width: 100%;
        text-align: center;
        padding: 0px;
    }
    .product-menu>li:first-child {
        margin-left: 0px;
    }
    .product-logo,
    .product-menu li a {
        color: #000;
    }
    .banner-part .banner-content h1 {
        margin: 10px auto 20px;
        font-size: 36px;
        letter-spacing: -2px;
    }
    .banner-part p {
        font-size: 20px;
        line-height: 30px;
    }
    .categories h3 {
        max-width: 100%;
    }
    .more-links .more-link-dropdown {
        right: 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .categories h2,
    .category-details {
        float: none;
        text-align: center;
        width: 90%;
        padding: 0 5%;
    }
    .categories h2 span {
        max-width: 100%;
        padding: 0 0 40px;
        text-align: center;
        box-shadow: none !important
    }
    .category-details .features-more-sec {
        margin-top: 70px;
        overflow: hidden;
        text-align: left;
    }
    .multi-steps h2 {
        font-size: 24px;
        margin-bottom: 40px;
    }
    .multi-steps-wrap.col5 .column-block {
        display: block;
        float: left;
        margin-bottom: 70px;
        padding: 0 3%;
        width: 27%;
    }
    .multi-steps-wrap .custom-icon::before,
    .multi-steps-wrap .custom-icon::after {
        display: none
    }
    .multi-steps-wrap {
        text-align: center;
    }
    .multi-steps-wrap .column-block.step4,
    .multi-steps-wrap .column-block.step5 {
        margin-bottom: 20px;
    }
    .multi-features.col4 .column-block,
    .multi-features.col4 .column-block:last-child {
        padding: 30px 5%;
        width: 40%;
    }
    .product-menu li {
        float: left;
        margin-left: 30px;
    }
    .more-link-dropdown li {
        margin-left: 0;
    }
    .testimonial-part {
        padding: 120px 5%;
    }
    .developer-community-inner {
        padding: 50px 0;
    }
    .more-links .more-link-dropdown {
        right: 0;
    }
}

@media only screen and (max-width: 992px) {
    .developer-sign-btn {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .umain .access-button {
        display: none;
    }
    .product-header-inner {
        min-height: 50px;
    }
    .product-logo,
    .product-menu li a {
        color: #333;
    }
    .product-logo {
        background-image: url("https://www.zoho.com/developer/images/zoho-developer-icon.png") !important;
        background-position: left 11px !important;
        height: 50px;
        line-height: 50px;
        margin: 0 0 0 50px;
        padding: 0 0 0 85px;
        width: auto;
        background-repeat: no-repeat;
    }
    .banner-part p {
        display: block;
    }
    .more-links .more,
    .product-menu .signin-button,
    .more-links .more-link-dropdown::after {
        display: none;
    }
    .more-links .more-link-dropdown {
        display: block;
        height: auto;
        opacity: 1;
        position: relative;
        right: 0;
        text-align: center;
        top: auto;
        transition: all 0.5s ease 0s;
        visibility: visible;
        width: 100%;
        z-index: 99;
    }
    .more-link-dropdown li {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        border-bottom: medium none;
        color: #000;
        float: none;
        margin: 0;
        text-align: center;
        width: 100%;
    }
    .featured-pro {
        margin-bottom: 25px;
    }
    .more-links {
        padding: 0;
    }
    .more-link-dropdown li a {
        color: #000;
        display: block;
        padding: 20px 0;
        text-align: center;
    }
    .more-links:hover .more-link-dropdown {
        opacity: 1;
        visibility: visible;
        top: auto;
    }
    h1 {
        font-size: 28px;
        margin: 0 0 10px;
        line-height: 40px;
        padding: 0;
    }
    h2 {
        font-size: 26px;
        line-height: 36px;
    }
    h3 {
        font-size: 22px;
        line-height: 30px;
    }
    h4 {
        font-size: 20px;
        line-height: 28px;
    }
    p {
        line-height: 26px;
        font-size: 16px;
    }
    .lead-text,
    .build-solution-device p {
        font-size: 16px;
        line-height: 1.6;
    }
    .google-play {
        margin-left: 1px;
    }
    .banner-part p {
        font-size: 16px;
        letter-spacing: 0.5px;
        line-height: 1.4;
        padding: 0px;
    }
    .banner-part {
        padding: 50px 10%;
    }
    .signup_frm .signup-heading {
        font-size: 16px;
        margin-bottom: 0;
    }
    .multi-steps h2,
    .multi-steps h2 span {
        font-size: 20px;
        line-height: 1.5;
        margin-bottom: 20px;
        text-align: left;
    }
    .categories h2,
    .category-details {
        float: none;
        text-align: left;
        width: 100%;
        padding: 0%;
        max-width: 100%;
    }
    .categories h2 {
        padding-top: 10px;
    }
    .categories h2 span {
        box-shadow: none !important;
        max-width: 100%;
        padding: 0 0 5px;
        text-align: left;
    }
    .category-details .features-more-sec {
        margin-top: 70px;
        overflow: hidden;
        text-align: left;
    }
    .features-more {
        float: none;
        margin: 0;
        max-width: 100%;
        padding: 0 0 60px;
        width: 100%;
    }
    .features-more:last-child {
        padding: 0 0 20px;
    }
    .multi-steps-wrap.col5 .column-block,
    .multi-steps-wrap.col4 .column-block {
        display: block;
        float: left;
        margin-bottom: 70px;
        padding: 0 5%;
        width: 40%;
    }
    .multi-steps-wrap.col3 .column-block {
        float: none;
        margin-bottom: 60px;
        padding: 0 5%;
        width: 90%;
    }
    .multi-steps-wrap .custom-icon::before,
    .multi-steps-wrap .custom-icon::after {
        display: none
    }
    .multi-steps-wrap {
        text-align: center;
    }
    .multi-steps-wrap .step4,
    .multi-steps-wrap.col5 .step5 {
        margin-bottom: 20px;
    }
    .multi-features.col4 .column-block,
    .multi-features.col4 .column-block:last-child {
        padding: 30px 5%;
        width: 90%;
    }
    .client-sec h2 {
        font-size: 20px;
    }
    .testimonial-area p {
        color: #fff;
        font-size: 18px;
        line-height: 1.4;
        margin-bottom: 15px;
    }
    .developer-community {
        padding: 0 10%;
    }
    .developer-community h2 {
        font-size: 30px;
        line-height: 1.4;
        margin: 0 auto 15px;
    }
    .developer-community-inner {
        padding: 50px 0;
    }
    .testimonial-part {
        padding: 80px 10%;
        background-position: center center;
    }
    .product-list {
        margin-top: 0px;
    }
    .banner-content {
        padding: 0 0% 30px;
        width: 100%;
        text-align: center;
    }
    .multi-steps h2,
    .multi-steps h2 span {
        padding: 0 5%;
    }
    .testimonial-area .watch-video {
        display: inline-block;
        text-decoration: none;
    }
    .video-line-icon,
    .video-line-icon::after {
        display: none;
    }
    .multi-steps-wrap h6 {
        font-size: 18px;
    }
    .umain .banner-inner {
        padding: 0;
    }
    .banner-content h1 {
        margin: 0px auto 10px;
        font-size: 30px;
        line-height: 36px;
    }
    .two-col .column-block,
    .standard-features .col3 .column-block,
    .two-col .column-block:nth-child(2),
    .two-col .column-block:last-child,
    .build-solution-device .column-block:first-child {
        width: 100%;
        padding: 0px;
        margin-bottom: 50px;
    }
    .column-block:last-child {
        margin-bottom: 0px;
    }
    .categories h3 {
        max-width: 100%;
    }
    .umain .banner-part .banner-content {
        margin: 0px;
    }
    .button,
    .banner-part .button {
        padding: 2px 30px;
        margin: 20px 0 10px;
        font-size: 14px;
    }
    body .more-links .more-link-dropdown {
        height: auto;
    }
}

@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) {
    .product-logo,
    .product-header-top .product-logo {
        background: url("https://www.zoho.com/developer/images/zoho-developer-icon@2x.png") no-repeat !important;
        background-size: 50px !important;
        padding: 0px 0 0 64px !important;
        height: 45px;
        font-size: 24px;
        line-height: 50px;
    }
    .custom-icon {
        background: url(https://www.zoho.com/developer/images/developer-new-sprite@2x.png) no-repeat;
        background-size: 770px;
    }
}


/* MEDIA QUERY ENDS */


/******* Signup style Starts *********/

.signup-box * {
    box-sizing: border-box;
}

.signup-box form>div {
    position: relative;
}

.signup-heading {
    font-weight: 600
}

.banner-part .signup-box input[type="text"],
.banner-part .signup-box input[type="password"] {
    background: #fff;
    color: #000;
    padding: 15px 15px;
    border: 1px solid #000;
}

.banner-part .za-country-container .globalcountrycode-signup {
    border: 1px solid #000;
}

.umain .signup-box {
    display: none
}

.banner-part .signup-box {
    max-width: 340px;
    float: right;
    width: 100%;
}

.banner-part .signup-box input {
    color: #000;
    padding: 14px 12px;
    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;
}

.signup-box input[type="password"]:focus,
.signup-box input[type="text"]:focus {
    border-color: #03a9f5
}

.za-tos-container .field-msg {
    margin-top: 5px;
}

.field-error .field-msg {
    display: block
}

.sign_agree.field-error {
    margin-bottom: 25px;
}

.phone-field #country_code,
.phone-field .downarrow {
    position: absolute;
    top: 13px;
    left: 12px;
    pointer-events: none;
    font-size: 12px
}

.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
}

.phone-field .za_country_code {
    width: 70px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    height: 50px;
    z-index: 9999;
    cursor: pointer
}

.phone-field input.phoneno-field {
    padding-left: 75px;
    margin-bottom: 10px
}

.signup-box .error,
.za-email-suggestion .za-domain-error {
    color: #f00;
    font-size: 12px
}

.signup-box form>.field-msg {
    position: relative;
    bottom: auto;
    left: auto;
    margin-bottom: 10px;
}

.signup-box form>.field-msg {
    position: relative;
    bottom: auto;
    left: auto;
    margin-bottom: 10px;
}

.signup-box .za-captcha-container+p {
    margin: 0
}

#czone-home .za-tos-container label,
#czone-home .za-newsletter-container label.sign_agree {
    color: #000;
}

#czone-home #signup-termservice,
#czone-home #signup-newsletter {
    border: 1px solid #333;
}

#czone-home #signup-termservice.checked::before,
#czone-home #signup-termservice.checked::after,
#czone-home #signup-newsletter.checked::before,
#czone-home #signup-newsletter.checked::after {
    background-color: #333;
}

.banner-part .signup-box .sign_agree {
    font-size: 12px;
}

.banner-part .signup-box .sign_agree a {
    color: #333;
    text-decoration: underline
}

.banner-part .sgnbtn input[type="submit"] {
    font-size: 16px;
    line-height: 45px;
    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
}

.signup-box .password-strength {
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: -7px
}

.password-strength div {
    background: #fe0000;
    height: 5px;
    width: 0
}

.get-signup-plan {
    margin: 0 0 10px;
}

.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;
}

.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;
}

.get-signup-plan input[type="radio"]:after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background: #fff;
    left: 3px;
    top: 3px;
    border-radius: 100%;
    pointer-events: none;
}

.get-signup-plan input[type="radio"]:checked:after {
    background: #666;
}

.get-signup-plan label {
    margin: 0 20px 0 0;
    font-size: 14px;
    position: relative;
    top: -1px;
    cursor: pointer
}

.terms-accept.sgfrm {
    margin-bottom: 0;
}

.terms-accept label {
    font-size: 12px;
    font-family: proxima_novasemibold, Arial, Helvetica, sans-serif;
}

.terms-accept input {
    height: 1px;
    left: 0;
    margin: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 1px;
}

.terms-accept .tcheck {
    border: 1px solid #000;
    display: inline-block;
    height: 8px;
    margin-right: 4px;
    width: 8px;
    box-sizing: content-box;
    position: relative;
    vertical-align: middle;
}

.terms-accept .tcheck.checked::before,
.terms-accept .tcheck.checked::before {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: 1px;
    position: absolute;
    top: 1px;
    transform: rotate(-45deg);
    width: 15px;
}

.terms-accept .tcheck.checked::after,
.terms-accept .tcheck.checked::after {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: -1px;
    position: absolute;
    top: 4px;
    transform: rotate(45deg);
    width: 5px;
}

.terms-accept a {
    color: inherit;
    text-decoration: underline;
}
/******* Signup style ends *********/