:root {
    --bg-sprite: url(//www.zohowebstatic.com/sites/zweb/images/zoho_general_pages/zh-newhome-sprite.png);
}

.zh-main .wrapper {
    max-width: 1230px;
    position: relative;
    margin: 0px auto;
}

.apple-watch-banner {
    background-color: #000000;
    /*padding: 190px 0 0;*/
    position: sticky;
    height: 730px;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}

.main-section {
    background: #fff none repeat scroll 0 0;
    position: relative;
    width: 100%;
    z-index: 9;
    transition: all ease 0.2s;
}

.banner {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 0 0;
    opacity: 1;
}

.banner-left {
    width: 57%;
    text-align: left;
    padding-bottom: 150px;
}

h1 {
    font-size: 50px;
    line-height: 1.2;
    letter-spacing: -1.5px;
    margin: 0px auto 10px;
    color: #ffffff;
    font-family: var(--zf-primary-regular);
}

.zwc-btn-nofill {
    text-transform: uppercase;
    line-height: 1;
    font-family: var(--zf-secondary-medium);
    color: var(--highlight-color);
    font-size: 14px;
    letter-spacing: .2px;
    display: inline-flex;
}

.zh-btn:after,
.zwc-btn-nofill:after {
    content: "";
    width: 13px;
    height: 13px;
    position: relative;
    background: var(--bg-sprite) left top no-repeat;
    background-size: 500px auto;
    background-position: -70px -76px;
    top: calc(50% - 8px);
    transition: all .5s ease;
    display: inline-block;
    right: -7px;
}

.zwc-btn-nofill:after,
.zwc-block9 .zh-btn:after {
    background-position: -108px -76px;
}

.zh-btn:hover:after,
.zwc-btn-nofill:hover:after {
    right: -15px;
}

.dis-fl .zwc-btn-nofill {
    padding-left: 30px;
}

.banner-left h1 span {
    display: block;
}

h1::after {
    content: '';
    position: relative;
    display: block;
    width: 45px;
    height: 1.5px;
    background: #f60014;
    margin: 20px 0 30px;
}

h2 {
    font-size: 40px;
    line-height: 1.2;
    margin: 25px 0 10px 0;
}

.apple-watch-banner .banner-text {
    /*margin: 0 auto;*/
    width: 80%;
    padding: 0px 0 0;
    letter-spacing: -0.3px;
    font-size: 20px;
    line-height: 1.6;
    color: #bbbbbb;
}

.apple-banner {
    width: 38%;
    text-align: right;
    position: relative;
    right: 65px;
    opacity: 0;
    transition: all .3s ease;
}

.apple-banner.active {
    opacity: 1;
}

.apple-watch-banner::before {
    width: 100%;
    height: 700px;
    position: absolute;
    content: '';
    display: block;
    background: url(/sites/zweb/images/zoho_general_pages/banner-watch-bg.jpg) no-repeat;
    background-size: auto;
    background-size: 1440px;
    left: 0%;
    top: 4%;
}

.apple-banner img {
    max-width: 90%;
    margin-bottom: 0px;
    /*position: relative;*/
}

.video-part {
    position: absolute;
    bottom: 25%;
    width: 68%;
    right: 13%;
}

.banner-mob-image {
    display: none;
}

.apps-whole {
    padding: 100px 0;
}

.zoho-cliq.apps-whole {
    padding: 150px 0 100px;
}

.apps {
    display: flex;
    align-items: center;
}

.apps-reverse {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.apps-left {
    width: 60%;
    padding: 0px 0;
    position: relative;
    display: flex;
    align-items: center;
    /*text-align: right;*/
}

.apps-reverse .apps-left {
    text-align: left;
}

.apps-right {
    width: 40%;
    padding: 0px 70px 0px 80px;
}

.apps-reverse .apps-right {
    padding: 0px 80px 0px 70px;
}

.apps.wrapper,
.apps-reverse.wrapper {
    max-width: 1440px;
    overflow: visible;
}

.apps-images {
    position: relative;
}


/*.free-tag{
    display: inline-block;
    background: #049949;
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
    padding: 2px 7px 1px;
    font-family: var(--zf-secondary-medium);
    margin-top: 25px;
  }
  .free-tag-section h2{
    margin-top: 0;
  }*/

.small-screen,
.big-screen,
.screen1,
.screen2,
.screen3 {
    position: absolute;
}

.small-screen,
.apps-reverse .small-screen {
    position: relative;
    left: 0px;
    top: -130px;
    width: 25%;
    margin-right: 10px;
}

.apps .big-screen,
.apps-reverse .big-screen {
    width: 35%;
    right: 0%;
    position: absolute;
    z-index: 21;
}

.apps-reverse .big-screen::before {
    content: '';
    display: block;
    width: 50px;
    height: 100%;
    background: #FFFFFF;
    position: absolute;
    z-index: -1;
}

.apps .big-screen::before {
    content: '';
    display: block;
    width: 50px;
    height: 100%;
    background: #FFFFFF;
    position: absolute;
    z-index: -1;
    right: 0;
}

.apps-reverse .big-screen {
    width: 35%;
    left: 0%;
}

.apps-reverse .small-screen {
    left: 190px;
}

.big-screen .small-screen {
    width: 65%;
    top: -410px;
    left: 50px;
}

.apps-left {
    height: 570px;
    margin: auto;
    overflow: hidden;
    position: relative;
    /*width: 960px;*/
    width: 900px;
}

.apps-reverse img.big-screen {
    left: -40px;
}

.apps-reverse img.small-screen {
    left: 25%;
}

span.btn-image {
    width: 130px;
    height: 40px;
    background: url(/sites/zweb/images/zoho_general_pages/app-store-button.png) no-repeat;
    background-size: 130px auto;
    display: inline-block;
    margin-top: 20px;
    transition: transform .3s ease;
    background-position: left;
    cursor: pointer;
}

.pd-btm-0 {
    padding-bottom: 0;
}

.apple-watch-container .blueLink {
    padding-right: 20px;
}


/***** Animation Starts *****/

.to-animate {
    opacity: 0;
}


/*.bg-animate-img.to-animate{
    opacity: 1;

  }*/

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    transition: all 0.5s ease-in;
}

.animated_quick {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    transition: all 0.5s ease-in;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    transition: all 0.5s ease-in;
}

@keyframes floattop-watch {
    0% {
        transform: scale(0.2, 0.2);
        opacity: 0;
    }
    20% {
        transform: scale(0.3, 0.3);
        opacity: 0.5;
    }
    40% {
        transform: scale(0.4, 0.4);
        opacity: 0.8;
    }
    50% {
        transform: scale(0.5, 0.5);
        opacity: 1;
    }
    60% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }
    80% {
        transform: scale(0.8, 0.8);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 1;
        z-index: 21;
    }
}


/***** Animation Ends *****/

.carousel,
.caro {
    width: 51%;
    margin: 0px auto;
    top: 30px;
}

.apps-reverse .carousel {
    width: 52%;
}

.apple-watch-container .slick-slide {
    margin: 10px 10px 10px auto;
}

.apple-watch-container .slick-slide img {
    width: 100%;
}

.apple-watch-container .slick-prev,
.apple-watch-container .slick-next {
    background: #000;
    border-radius: 15px;
    border-color: transparent;
}

.apple-watch-container .card-body {
    background: #fff;
    width: 100%;
    vertical-align: top;
}

.apple-watch-container .card-content {
    text-align: left;
    color: #333;
    padding: 15px;
}

.apple-watch-container .card-text {
    font-size: 14px;
    font-weight: 300;
}

.apple-watch-container .slick-slider .slick-list,
.apple-watch-container .slick-slider .slick-track {
    width: 100%;
    height: 100%;
    overflow: visible;
}

.small-screen,
.apps-reverse .small-screen {
    /*width: 100% !important;*/
}

.small-screen,
.apps-reverse .small-screen {
    /*position: absolute;*/
    top: 0;
    left: 0;
    width: 250px;
}

.apple-watch-container .slick-slide img {
    /*width: 210px;*/
    width: 96%;
    max-width: unset;
}

.apple-watch-container .carousel .slick-slide img {
    border: 10px solid #000000;
    border-radius: 10px;
}


/**/

.apple-watch-container .slick-slider .slick-list,
.apple-watch-container .slick-slider .slick-track {
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
    -ms-transform: translate3d(0px, 0, 0);
    -o-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
    left: 0;
}

.apple-watch-container .carousel .slick-slider .slick-list {
    left: -10px;
}

[dir='rtl'] .slick-slide {
    float: left;
}

.apps .slick-slider .slick-list,
.apps .slick-slider .slick-track {
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: -150%;
}

.apps .caro.slick-slider .slick-list,
.apps .caro.slick-slider .slick-track {
    left: -400%;
}


/*.apps .caro.slick-slider .slick-list,.apps .caro.slick-slider .slick-track {
     -webkit-transform: translate3d(-100%,0,0);
      -moz-transform: translate3d(-100%,0,0);
      -ms-transform: translate3d(-100%,0,0);
      -o-transform: translate3d(-100%,0,0);
      transform: translate3d(100px,0,0);
  }*/


/*.apps .caro .slick-slider .slick-list,.apps .caro .slick-slider .slick-track {
    left: 100%;
  }*/

.apple-watch-container .slick-slider .slick-list .slick-track .slick-slide {
    float: right;
}


/*.apps .slick-slider .slick-list .slick-track .slick-slide{
    float: left;
  }*/

.big-screen .caro {
    position: absolute;
    width: 68%;
    overflow: hidden;
    /*top: 145px;*/
    top: 0;
    bottom: 0;
    margin: auto;
    left: 13%;
    background: #000000;
    height: 260px;
}

.big-screen .slick-slide img {
    /*width: 200px;*/
    width: 100%;
}

.big-screen .caro .slick-list.draggable {
    padding: 0 !important;
    background-color: #000;
}

.apple-watch-container .slick-prev,
.apple-watch-container .slick-next,
.apple-watch-container .slick-dots {
    display: none;
    visibility: hidden;
}

.zh-app {
    background: url(/sites/zweb/images/zoho_general_pages/zglobal-icon-sprite-2x.png) left top no-repeat;
    background-size: 300px auto;
    width: 22px;
    height: 22px;
    margin-top: 1px;
    position: absolute;
}

.zh-app.zh-cliq {
    background-position: -145px -41px;
    margin-top: 2px;
}

.zh-app.zh-books {
    background-position: -41px -20px;
}

.zh-app.zh-expense {
    background-position: -124px -20px;
}

.zh-app.zh-connect {
    background-position: -166px -41px;
}

.zh-app.zh-creator {
    background-position: -244px -50px;
    background-size: 350px auto;
}

.zh-app.zh-site {
    background-position: -62px -61px;
}

.zh-app.zh-mail {
    background-position: -228px -21px;
}

.zh-app.zh-notebook {
    background-position: -62px -41px;
    /*width: 40px;*/
}

.zh-app.zh-show {
    background-position: -20px -41px;
    height: 20px;
}

.zh-app.zh-docscanner {
    background: url(/sites/zweb/images/producticon/docscanner.png) left top no-repeat;
    background-size: 16px;
    background-position: 0 0;
    width: 20px;
    height: 20px;
    margin-top: 4px;
}

.zh-app.zh-vault {
    background-position: -187px -41px;
}

.zh-app.zh-invoice {
    background-position: -83px -61px;
}

.zh-app.zh-inventory {
    background-position: -62px -20px;
}

.highlight-text {
    left: 30px;
}

.dis-fl {
    display: flex;
    flex-direction: column-reverse;
}

.zwc-footer-sec {
    background-color: #f3f5f9;
    border-top: 1px solid #dde4f3;
    padding: 70px 0;
}

.zwc-footer-sec .content-wrap {
    text-align: center;
}

.zh-access.zh-btn,
.umain .zh-sign.zh-btn {
    display: none;
}

.umain .zh-access.zh-btn {
    display: inline-block;
}

.zwc-footer-sec h4 {
    font-family: var(--zf-primary-regular);
    letter-spacing: -1px;
    line-height: 1.2;
    font-size: 44px;
}

.zwc-footer-sec h4 span {
    display: block;
    font-size: 32px;
    color: var(--secondary-color);
    letter-spacing: -0.5px;
    margin: 7px auto 30px;
}

.zh-btn {
    padding: 18px 40px 18px 30px;
    min-width: 154px;
    font-size: 14px;
    border-radius: 2px;
    background: #f60014;
    border-radius: 2px;
    color: #fff;
    -webkit-transition: background-image .2s ease-in-out, box-shadow .5s ease, background-size .2s ease-in-out, background-color .4s ease;
    transition: background-image .2s ease-in-out, box-shadow .5s ease, background-size .2s ease-in-out, background-color .4s ease;
    text-transform: uppercase;
    display: inline-block;
    line-height: 1;
    font-family: var(--zf-secondary-medium);
    letter-spacing: .2px;
    text-rendering: initial;
    -webkit-font-smoothing: initial;
    -moz-osx-font-smoothing: initial;
}

.zh-btn,
.zwc-vid-btn {
    font-size: 14px;
    padding: 18px 40px 18px 30px;
    min-width: 100px;
    display: inline-flex;
    align-items: center;
    background: #f60014;
    border-radius: 2px;
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
    font-family: var(--zf-secondary-medium);
    letter-spacing: .2px;
}

@media only screen and (max-width: 1300px) {
    .zh-main .wrapper {
        max-width: 90%;
    }
    .apps.wrapper,
    .apps-reverse.wrapper {
        max-width: 100%;
    }
    .banner-left {
        padding-bottom: 170px;
    }
    .banner::before {
        background-size: 500px;
    }
    .apple-watch-banner .banner-text {
        width: 86%;
    }
}

@media only screen and (max-width: 1200px) {
    .apple-watch-banner .banner-text {
        width: 85%;
    }
}

@media only screen and (max-width: 1150px) {
    .apps,
    .apps-reverse {
        flex-direction: column-reverse;
    }
    .apps-left,
    .apps-right {
        width: 100%;
    }
    .apps-left {
        width: 85%;
        padding-top: 70px;
    }
    .apps-reverse img.big-screen {
        left: 0;
    }
    .apps-reverse .apps-right {
        padding-top: 0;
    }
    .dis-block {
        display: inline-block;
    }
    .apps .big-screen,
    .apps-reverse .big-screen {
        width: 28%;
    }
    .carousel,
    .caro,
    .apps-reverse .carousel {
        width: 45%;
    }
    /*.banner-left{
      padding-bottom: 60px;
    }*/
    /*.banner{
      padding: 200px 0 0;
    }*/
    .apple-banner {
        right: 30px;
    }
    .apps-left,
    .apps-right,
    .apps-reverse .apps-right {
        width: 80%;
        padding: 0px 0 0;
    }
    .apps-left {
        padding: 40px 0 0;
    }
    .apps .big-screen,
    .apps-reverse .big-screen {
        width: 30%;
    }
    .carousel,
    .caro,
    .apps-reverse .carousel {
        width: 50%;
    }
    .big-screen .caro {
        height: 250px;
    }
    .apps-whole,
    .zoho-cliq.apps-whole {
        padding: 100px 0 0;
    }
    .zoho-inventory.apps-whole {
        padding: 100px 0 100px;
    }
    .zoho-inventory .apps-left {
        /*padding: 70px 0 100px;*/
        /*margin-bottom: 100px;*/
    }
    .banner::before {
        left: 51%;
    }
    .carousel {
        display: none;
    }
    .apps {
        flex-direction: unset;
    }
    .apps-reverse {
        flex-direction: row-reverse;
    }
    .apps .big-screen,
    .apps-reverse .big-screen {
        width: 75%;
    }
    .apps.wrapper,
    .apps-reverse.wrapper {
        max-width: 80%;
    }
    .apps-left {
        width: 40%;
        padding: 0;
    }
    .apps-right,
    .apps-reverse .apps-right {
        width: 60%;
    }
    .apps .big-screen {
        left: 0%;
    }
    .apps-reverse .big-screen,
    .apps-reverse .big-screen {
        right: 0%;
        left: unset;
    }
}

@media only screen and (max-width: 1024px) {
    .apple-watch-banner {
        height: 610px;
    }
    .apps-left {
        height: 520px;
    }
    .apps-right,
    .apps-reverse .apps-right {
        width: 55%;
    }
    .apps .big-screen,
    .apps-reverse .big-screen {
        width: 86%;
    }
}

@media only screen and (max-width: 1023px) {
    .banner {
        flex-direction: column;
        padding: 70px 0 0;
    }
    .apple-watch-banner .banner-text {
        width: 100%;
    }
    .banner-left,
    .apple-banner {
        width: 70%;
        margin: 0 auto;
        text-align: center;
    }
    .banner-left {
        padding-bottom: 50px;
    }
    h1::after {
        margin: 15px auto 22px;
    }
    .apple-banner {
        right: 0px;
    }
    .banner::before {
        display: none;
    }
    /*.apps .big-screen, .apps-reverse .big-screen{
      width: 35%;
    }*/
    .video-part {
        width: 60%;
        right: 22%;
    }
    .apple-banner img {
        max-width: 80%;
    }
    .apple-watch-banner {
        position: relative;
        height: 100%;
    }
    .banner {
        opacity: 1;
    }
}

@media only screen and (max-width: 900px) {
    .big-screen .caro {
        width: 64%;
        height: 240px;
        left: 15%;
    }
    .apps .big-screen,
    .apps-reverse .big-screen,
    .apps.wrapper,
    .apps-reverse.wrapper {
        max-width: 90%;
    }
}

@media only screen and (max-width: 800px) {
    .big-screen .caro {
        height: 210px;
    }
}

@media only screen and (max-width: 768px) {
    .banner {
        padding: 70px 0 0;
    }
}

@media only screen and (max-width: 767px) {
    h2 {
        margin: 20px 0 10px 0;
    }
    .carousel {
        display: none;
    }
    .apps-reverse .big-screen,
    .apps .big-screen {
        width: 45%;
        margin: 0 auto;
        left: 0;
    }
    .big-screen .caro {
        height: 220px;
        top: -20px;
    }
    /*.apps-reverse .big-screen .caro{
      left: 45px;
    }*/
    .apps,
    .apps-reverse {
        flex-direction: column;
    }
    .apps-left {
        width: 80%;
        padding: 70px 0 0;
        margin-bottom: 50px;
        height: 570px;
    }
    .zoho-inventory .apps-left {
        margin-bottom: 50px;
    }
    .apps-whole,
    .zoho-cliq.apps-whole {
        padding: 0;
    }
    .apps-right,
    .apps-reverse .apps-right {
        width: 70%;
        border-bottom: 1px solid #E7EBF0;
        padding-bottom: 70px;
    }
    .apps.wrapper,
    .apps-reverse.wrapper {
        max-width: 100%;
    }
    .banner-left {
        width: 80%;
    }
    .zoho-inventory .apps-right {
        border-bottom: 0px;
    }
    .zoho-inventory.apps-whole {
        padding: 0px;
    }
    .dis-fl {
        display: flex;
        flex-direction: row-reverse;
        justify-content: center;
        position: relative;
        /* right: 20px; */
    }
    .apps-left,
    .apps-right,
    .apps-reverse .apps-right {
        text-align: center;
    }
    .apps-right,
    .apps-reverse .apps-right {
        margin: 0 auto;
    }
}

@media only screen and (max-width: 730px) {
    h1 {
        font-size: 45px;
    }
    .apps.wrapper,
    .apps-reverse.wrapper {
        max-width: 90%;
    }
    .apps-left {
        width: 85%;
    }
}

@media only screen and (max-width: 650px) {
    .apps-reverse .big-screen,
    .apps .big-screen {
        width: 50%;
    }
    .big-screen .caro {
        height: 45%;
    }
    .apps-reverse .big-screen .caro,
    .apps .big-screen .caro {
        top: -10px;
    }
}

@media only screen and (max-width: 600px) {
    h1::after {
        margin: 18px auto 18px;
    }
    .apple-watch-banner {
        padding: 0;
    }
    .apple-banner img {
        max-width: 90%;
    }
    .banner-left {
        width: 100%;
        padding-bottom: 0px;
    }
    h1 {
        font-size: 40px;
    }
    h2 {
        font-size: 30px;
    }
    .apple-watch-banner .banner-text {
        font-size: 19px;
        margin-bottom: 30px;
    }
    .video-part {
        width: 68%;
        right: 18%;
    }
}

@media only screen and (max-width: 500px) {
    .banner {
        padding: 55px 0 0;
    }
    .apps-reverse .big-screen,
    .apps .big-screen {
        width: 60%;
    }
    .apps .big-screen .caro,
    .apps-reverse .big-screen .caro {
        left: 13%;
    }
    .apps-left {
        padding: 0;
        margin-bottom: 0;
    }
    .zoho-inventory .apps-left {
        margin-bottom: 0;
    }
    p {
        line-height: 1.6;
    }
    .big-screen .caro {
        width: 70%;
        top: -20px;
        height: 48%;
    }
    .dis-fl {
        display: flex;
        flex-direction: row-reverse;
        justify-content: center;
    }
    .apps-right,
    .apps-reverse .apps-right {
        width: 85%;
    }
}

@media only screen and (max-width: 414px) {
    .apps-left {
        padding: 70px 0 0;
        margin-bottom: 35px;
    }
    .apps-reverse .big-screen,
    .apps .big-screen {
        width: 80%;
    }
    .banner-mob-image {
        display: block;
        width: 75%;
        position: absolute;
        bottom: 30%;
        left: 10%;
    }
    .video-part {
        display: none;
    }
    .zoho-inventory .apps-left {
        margin-bottom: 35px;
    }
    h1,
    h2 {
        letter-spacing: -1px;
    }
    .apple-watch-banner .banner-text {
        letter-spacing: -0.1px;
    }
}

@media only screen and (max-width: 402px) {
    h1 {
        font-size: 36px;
    }
    .zoho-inventory .apps-left {
        margin-bottom: 50px;
    }
}