body{
    background-color: #fff;
    margin: 0;
}

.field-body p, .field-body h1,.field-body h2{
    margin: 0;
}

.field-body p{
    font-size: 18px;
}

.field-body h1 {
    font-family: var(--zf-primary-bold);
    font-size: 66px;
    line-height: 1.1;
    color: #1B1E41;
    max-width: 435px;
    margin-bottom: 40px;
}

.field-body h2{
    font-family: var(--zf-primary-bold);
    font-size: 50px;
    color: #1B1E41;
}

.field-body .section {
    padding: 100px 0;
    position: relative;
}

.flex-wrap {
    display: flex;
    align-items: unset;
    justify-content: space-between;
}

.contracts-cta,.cont-request-demo-cta{
    display: inline-block;
    border: unset;
    color: #fff;
}

.content-wrap {
    padding: 0;
    height: 100%;
}

.banner-section .description > span {
    color: #2C0AE5;
    font-size: 20px;
    font-family: 'Zoho_Puvi_SemiBold';
    margin-bottom: 20px;
    display: block;
}

.banner-section .flex-wrap{
    align-items: center;
}

.banner-content {
    margin-top: 150px;
}

.banner-content h2 {
    color: #1B1E41;
    font-size: 40px;
    font-family: 'Zoho_Puvi_SemiBold';
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    line-height: 1.3;
}

.bcont-icon {
    background-image: url('/sites/zweb/images/workdrive/hybrid/sprite.svg');
    display: inline-block;
    width: 30px;
    height: 40px;
    margin: 0 0 0 10px;
    vertical-align: text-top;
    background-repeat: no-repeat;
    background-size: 285px;
}

.bcont-icon.appt {
    background-position: -105px 0px;
}

.bcont-icon.home {
    background-position: -168px -9px;
    width: 42px;
    height: 40px;
    margin: 0 0 0 3px;
    background-size: 360px;
}

.bcont-icon.create {
    margin: 0 0 0 3px;
    background-position: -193px -4px;
    background-size: 330px;
}

.bcont-icon.collab {
    background-position: -226px -4px;
    background-size: 330px;
    width: 39px;
    margin: 0 0 0 3px;
}

section.slide-section:before {
    content: "";
    width: 50%;
    height: 100%;
    position: absolute;
    background-color: #F5BD26;
    right: 0;
    top: 0;
}

.field-body section.slide-section {
    height: 950px;
    padding: 50px 0 20px 0;
}

.slide-section .accordian-list {
    width: 50%;
    height: 100%;
}

.slide-section .bk-block {
    width: 40%;
}

.slide-section .accordian-list .contain-acc {
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.slide-section .accordian-list .sub-content{
    position: relative;
}

.slide-section .accordian-list .sub-content:before {
    content: "";
    border-bottom: 1px solid #707070;
    position: absolute;
    height: 1px;
    width: 100%;
    top: 0;
    opacity: 0.4;
}

#track.slide-section .flex-wrap {
    align-items: center;
}

.slide-section .flex-wrap{
    align-items: unset;
    height: 100%;
}

.mobile-only,.mobile-banner{
    display: none;
}

.accordion dt a{
    display: block;
    position: relative;
}

.accordion dt a span{
    font-size: 22px;
    color: #1B1E41;
    font-family: 'Zoho_Puvi_SemiBold';
}

.accordion dd {
    color: #1B1E41;
    font-size: 18px;
    opacity: 0.8;
    font-family: var(--zf-primary-regular);
    /*display: none;*/
    padding: 0px 45px 45px 45px;
    /*transition: 0.6s ease all;*/
}

.accordion .active dd{
    display: block;
/*    padding-bottom: 45px;*/
}

.accordion dt{
    cursor: pointer;
    padding: 25px 45px 25px 45px;
    transition: 0.9s ease all;
    position: relative;
}

.accordion div:nth-child(n+1).active dt{
    margin-top: 20px;
}

.accordion .active {
    box-shadow: 10px 13px 26px #00000029;
}

.accordion > div:not(.active) dt:after {
    content: "";
    width: 90%;
    height: 1px;
    border-bottom: 1px solid #707070;
    position: absolute;
    left: 0;
    transform: translate(0%,0);
    bottom: 0;
    opacity: 0.35;
}

.accordion dt a:after {
    content: "";
    position: absolute;
    font-family: 'Zoho_Puvi_Regular';
    right: 0;
    font-size: 38px;
    border: solid black;
    border-width: 0 4px 4px 0;
    display: inline-block;
    padding: 7px;
    border-radius: 2px;
    transform: rotate(45deg) translate(0, 0%);
     -webkit-transform: rotate(45deg) translate(0, 0%); 
    top: 36%;
    right: -15px;
    transition: unset;
}

.accordion .active dt a:after{
    transform: rotate(-135deg) translate(0, 0%);
    transition: 0.5s ease all;
}

.bcont-icon.lock {
    background-position: -242px -14px;
    background-size: 300px;
    width: 25px;
    height: 28px;
    margin: 0 10px 0 0;
    vertical-align: bottom;
    animation: wiggle 1.5s linear infinite alternate;
}

@keyframes wiggle {
  0%, 10%, 20%, 30%, 40% {
    transform: rotate(0);
  }
  40%, 50%, 60%, 70%, 80% {
    transform: rotate(10deg);
  }
  45%, 55%, 65%, 75%, 85% {
    transform: rotate(-10deg);
  }
  85%, 100% {
    transform: rotate(0);
  }
}

.heading-s h4 {
    color: #1B1E41;
    font-size: 20px;
    font-family: 'Zoho_Puvi_Bold';
}

.heading-s {
    margin-top: 25px;
}

.heading-s p {
    color: #1B1E41;
    font-size: 16px;
    max-width: 410px;
}

section#file:before {
    background-color: #2F2E36;
}

.bk-block p {
    color: #EFF0FF;
}

section#file .carousal-img {
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    height: 100%;
    max-width: 440px;
    margin: 0 auto;
}

section#file > .content-wrap > .flex-wrap{
    align-items: unset;
}

.acc-section .content .contain-content p {
    color: #1B1E41;
    margin-top: 60px;
    max-width: 313px;
}

.bcont-icon.sharing {
    background-position: -311px -8px;
    width: 40px;
    background-size: 350px;
    margin: 0 0 0 5px;
    vertical-align: baseline;
}

.contain-content {
    margin-top: 150px;
    max-width: 480px;
}

.collab-users {
    min-width: 90px;
    display: inline-block;
    position: relative;
    height: 40px;
}

.collab-users span {
    background-image: url('/sites/zweb/images/workdrive/hybrid/collab-users.png');
    width: 40px;
    height: 40px;
    left: 0;
    background-repeat: no-repeat;
    background-size: 123px;
    position: absolute;
    background-position-y: 0.6px;
    transition: 0.8s ease all;
}

.collab-users .second {
    background-position-x: -42px;
}

.collab-users .third {
    background-position-x: -84px;
}

.middle-animated .collab-users .second {
    transform: translateX(50%);
}

.middle-animated .collab-users .third {
    transform: translateX(110%);
}

#manage.slide-section .accordian-list .contain-acc{
    justify-content: center;
}

section.slide-section#manage:before{
    background-color: #003049;
}

section.section.footer-section {
    text-align: center;
}

.footer-section h2 {
    max-width: 700px;
    margin: 0 auto;
}

.footer-section a {
    margin-top: 25px;
}

.bcont-icon.fold-home,.bcont-icon.fold-appt{
    background-size: 350px;
    width: 65px;
    height: 48px;
    vertical-align: baseline;
}


.bcont-icon.fold-appt {
    z-index: 0;
    background-position: -65px 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(10%, -45%);
    transition: 0.9s ease all;
}

.bcont-icon.fold-home {
    position: relative;
    z-index: 1;
}

.cont-span{
    position: relative;
}

.banner-section .content{
    width: 45%;
}

.banner-section .banner-img{
    width: 55%;
    position: relative;
}

.banner-section .flex-wrap.img-wrap ,.sub-img-wrap.flex-wrap {
    gap: 20px;
    align-items: unset;
}

.corner {
    position: absolute;
    right: 0;
    transform: translateX(45px);
    width: 55%;
    opacity: 0;
    transition: 0.6s ease all;
}

.banner-section .flex-wrap.img-wrap .main-left {
    width: 60%;
    position: relative;
        overflow: hidden;
}

.banner-section .flex-wrap.img-wrap .main-right {
    width: 40%;
}

.sub-img-wrap.flex-wrap {
    margin-top: 18px;
}

.banner-section .flex-wrap.img-wrap .border {
    border-radius: 10px;
}

.inview.orange.act-1 {
    animation: FillOrange 2s ease-out 1s forwards;
}

.inview.orange.act-2 {
    animation: FillOrange 2s ease-out 1s forwards;
}

.inview.orange.act-3 {
    animation: FillOrange 1s ease-out 1s forwards;
}

.inview.orange.act-4 {
    animation: FillOrange 2s ease-out 1s forwards;
}

@keyframes FillOrange {
    0% {
        color: inherit;
    }

    100% {
        background-position: -100% 0;
        color: #000;
    }
}

.orange {
    cursor: pointer;
    display: inline;
    transition: all 1s ease-in-out;
    background: linear-gradient(to right,rgba(255,255,255,0) 50%,#F5BD26 50%);
    background-size: 200%;
    background-position: 0 0;
    padding: 0 3px;
    font-family: 'Zoho_Puvi_Bold';
}

.hasCarousal .carousal-img .img-contain.active{
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    transition: 0.8s ease-out;
}

.hasCarousal .carousal-img .img-contain {
    grid-row-start: 1;
    grid-column-start: 1;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-40px);
    transition: 0.3s ease all;
}

.hasCarousal .carousal-img {
    display: grid;
    grid-template-columns: 1fr;
    overflow: hidden;
    align-items: flex-start;
    /*position: sticky;
    top: 20px;*/
}

.hasCarousal .carousal-img.center-flex{
    align-items: center;
    height: 100%;
}

.not-d{
    padding-right: 10px;
    position: relative;
    transition: 0.8s ease-out;
}

img.noticon {
    position: absolute;
    right: 0;
    bottom: 95%;
    transform: scale(0);
    transition: 0.8s ease all;
}

.middle-animated .not-d.active img.noticon{
    transition-delay: 0.8s;
    transform: scale(.9);
}

.bottom-animated .fold-appt{
    transition-delay: 0.5s;
    transform: translate(70%, -45%);
}

img.border.data-loaded + img.corner.data-loaded {
    transition-delay: 2s;
    opacity: 1;
    transform: translateX(0px);
}

.team,.shop-img {
    opacity: 0;
    transform: scale(0.8);
}

.team.data-loaded,.shop-img.data-loaded {
    opacity: 1;
    transform: scale(1);
    transition: 0.8s ease all;
    transition-delay: 0.collab-users;
}

.shop-img.data-loaded {
    transition-delay: 0.2s;
}

.cursor {
    animation: cursor 2s linear infinite;
    transform: translate(0px, 0px);
}

@keyframes cursor {
    0% {
        transform: translate(5px, 5px);
    }

    25% {
        transform: translate(0px, 0px);
    }

    50% {
        transform: translate(-5px, 5px);
    }

    75% {
        transform: translate(-5px, 10px);
    }

    100% {
        transform: translate(5px, 5px);
    }
}

/*MEDIA QUERIES*/

@media (min-width:1200px){
    
}

@media (max-width:1200px){

    .slide-section .bk-block {
        width: 45%;
    }

    .field-body section.slide-section {
        height: 900px;
    }

    .content-wrap {
        max-width: 960px;
    }

    .field-body h1 {
        font-size: 60px;
    }

    .bcont-icon.fold-home {
        transform: scale(0.8);
        vertical-align: bottom;
    }

    .bcont-icon.fold-appt {
        transform: translate(10%, -40%) scale(0.8);
    }

    .bottom-animated .fold-appt {
        transform: translate(60%, -40%) scale(0.8);
    }

    .bottom-animated .final-banner {
        transform: translate(5%,50%) scale(0.8);
    }

    .field-body h2 {
        font-size: 40px;
    }

    .banner-content h2 {
        font-size: 38px;
    }

}

@media (min-width:993px){
    section#file .contain-content {
        margin-bottom: 150px;
    }

    section#file {
        margin: 60px 0;
        height: 1800px;
    }

    section#file.slide-section .accordian-list .contain-acc {
        justify-content: flex-start;
        height: auto;
        position: sticky;
        top: 0px;
        padding-bottom: 100px;
    }

    .accordion .active dt {
        padding-top: 45px;
    }
}

@media (max-width:992px){
  
    .content-wrap {
        max-width: 880px;
    }

    .banner-section > .content-wrap > .flex-wrap {
        flex-direction: column;
        row-gap: 50px;
    }

    .banner-section .content{
        width: 80%;
        text-align: center;
    }

    .field-body h1 {
        max-width: unset;
    }

    .banner-section .flex-wrap.img-wrap, .sub-img-wrap.flex-wrap {
        gap: 10px;
    }

    .sub-img-wrap.flex-wrap {
        margin-top: 5px;
    }

    .banner-section .flex-wrap.img-wrap .main-left {
        width: 55%;
    }

    .banner-section .banner-img {
        width: 70%;
        position: relative;
    }

    .field-body h2 {
        font-size: 32px;
    }

    .banner-content h2 {
        font-size: 30px;
    }

    .bcont-icon {
        vertical-align: sub;
        transform: scale(0.8);
    }

    .field-body section.slide-section{
        height: auto;
    }

    section.slide-section:before{
        content: unset;
    }

    .slide-section .flex-wrap {
        justify-content: center;
    }

    .slide-section .bk-block{
        display: none;
    }

    section#file > .content-wrap > .flex-wrap {
        flex-direction: column;
    }

    .field-body .slide-section .bk-block p {
        font-size: 16px;
    }

    section#file.slide-section .bk-block {
        display: block;
        width: 90%;
        background-color: #2F2E36;
        padding: 40px;
        margin: 50px auto 0 auto;
    }

    section#file .carousal-img {
        gap: 25px;
    }

    .accordion .active {
        box-shadow: 0px 0px 26px #00000029;
    }

    .slide-section .accordian-list{
        width: 90%;
    }

    .slide-section .accordian-list .contain-acc {
        width: auto;
        justify-content: center;
        row-gap: 50px;
    }

    .contain-content {
        margin: 0;
        max-width: unset;
        text-align: center;
    }

    section#file {
        margin: 20px 0;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .acc-section .content .contain-content p {
        margin: 30px auto 0 auto;
        max-width: 60%;
    }

    .heading-s {
        text-align: center;
    }

    .heading-s p{
        margin: 0 auto;
    }

    .slide-section .accordian-list .sub-content:before {
        height: 1px;
        width: 70%;
        transform: translateX(-50%);
        left: 50%;
    }

    .field-body .section {
        padding: 50px 0;
    }

    .mobile-only {
        display: block;
        width: 65%;
        text-align: center;
        margin: 30px auto 0 auto;
    }

    .accordion .active dd {
        padding-top: 45px;
    }

    .accordion dd {
        background-color: #bcdfff;
    }

    .bcont-icon.sharing,.collab-users {
        vertical-align:bottom;
    }

}

@media only screen and (min-width: 768px) and (max-width: 992px){
   .cont-span {
        margin-right: 25px; 
    }
}

@media (max-width:767px){

    .contracts-cta, .cont-request-demo-cta {
        padding: 10px 20px;
        font-size: 14px;
    }

    .content-wrap {
        max-width: 720px;
    }

    .field-body h1 {
        font-size: 40px;
        line-height: 1.2;
    }

    .bcont-icon.fold-home {
        transform: scale(0.6);
        vertical-align: middle;
    }

    .bcont-icon.fold-appt {
        transform: translate(10%, -40%) scale(0.6);
    }

    .bottom-animated .fold-appt {
        transform: translate(40%, -40%) scale(0.6);
    }

    .bottom-animated .final-banner {
        transform: translate(0,35%) scale(0.6);
    }

    .cont-span {
        left: -17px;
    }

    .banner-content h2 {
        font-size: 24px;
    }

    .field-body h2 {
        font-size: 26px;
    }

    .accordion dt {
        padding: 15px 25px 15px 25px;
    }

    .accordion .active dt {
        padding-top: 25px;
    }

    .accordion .active dd {
        padding-top: 25px;
    }

    .accordion dd {
        padding: 0px 25px 0 25px;
        font-size: 16px;
    }

    .acc-section .content .contain-content p {
        max-width: 90%;
    }

    .mobile-only {
        width: 75%;
    }

    .banner-section .flex-wrap.img-wrap {
        display: none;
    }

    .mobile-banner {
        display: block;
    }

    .banner-content {
        margin-top: 80px;
    }
}

@media (max-width:640px){

    .content-wrap {
        max-width: 620px;
    }

    .accordion dd {
        padding: 0px 25px 0 25px;
        font-size: 15px;
    }

    .accordion .active dt a:after {
        transform: rotate(-135deg) translate(0, 0%) scale(0.7);
    }

    .accordion dt a:after {
        transform: rotate(45deg) translate(0, 0%) scale(0.7);
        -webkit-transform: rotate(45deg) translate(0, 0%) scale(0.7);
    }

    .accordion dt a span {
        font-size: 19px;
    }
}

@media (max-width:480px){

    .content-wrap {
        max-width: 430px;
    }

    .field-body h1 {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .banner-section .description > span {
        font-size: 18px;
    }

    .banner-section .content {
        width: 100%;
    }

    .banner-section .banner-img {
        width: 80%;
    }

    .banner-content {
        margin-top: 50px;
    }

    .accordion dt a span {
        font-size: 18px;
    }

     .accordion dt {
        padding: 8px 15px 8px 15px;
    }

    .accordion .active dt {
        padding-top: 15px;
    }

    .accordion .active dd {
        padding-top: 15px;
    }

    .accordion dd {
        padding: 0px 15px 0 15px;
        /*font-size: 16px;*/
    }

    .slide-section .accordian-list {
        width: 100%;
    }

    .accordion dt a:after {
        border-width: 0 3px 3px 0;
        padding: 5px;
        right: -5px;
    }

    .mobile-only {
        width: 80%;
    }

    dl.accordion > div {
        margin-bottom: 10px;
    }

    .collab-users {
        margin: 0 0 0 0px;
        vertical-align: bottom;
        transform: scale(0.8);
    }

    .bcont-icon.sharing {
        background-size: 350px;
        margin: 0;
        transform: scale(0.8);
        vertical-align: bottom;
    }

    .field-body section.slide-section {
        padding: 20px 0 20px 0;
    }

    section#file {
        margin: 0;
    }

    .field-body h2 {
        font-size: 22px;
    }

    .banner-content h2 {
        line-height: 1.6;
    }

    .banner-content .bcont-icon {
        display: none;
    }

    .bcont-icon.sharing, .collab-users {
        display: none;
    }

    section#file.slide-section .bk-block {
        width: 100%;
        padding: 20px;
    }

    .field-body .slide-section .bk-block p {
        font-size: 15px;
    }

    .field-body .cta-btn {
        padding: 5px 25px;
        font-size: 13px;
    }
}
