.zw-product-header{
    background: #2B44B9;
}
.zwc-banner-wrap{
    background: #2B44B9;
    color: #fff;
}
.zbanner:before{
    display: none;
}
.zcol-4{
    max-width: calc(42% - 10px);
    flex-basis:calc(42% - 10px);
}
.zcol-8{
    max-width: calc(55% - 10px);
    flex-basis:calc(55% - 10px);
}
.d-blck{
    display: block;
}
.flex-wrap{
    display: flex;
    flex-wrap: wrap;
}
.zb-inner{
    gap: 48px;
}
.zwc-banner-wrap .lhs{
    max-width: 490px;
    font-family: var(--zf-primary-semibold);
    font-size: 16px;
}
.zb-inner .lhs p{
    font-family: var(--zf-primary-medium);
}
.zwc-banner-wrap .rhs h2{
    font-size: 22px;
    font-family: var(--primaryfont-bold);
}
.zwc-card-wrap{
    gap: 12px;
    color: #fff;
}
.card-details{
    width: 280px;
    max-width: 100%;
    background: #2039A8;
    border: 1px solid #3550D0;
    border-radius: 16px;
}
.card-details h3{
    font-size: 16px;
    font-family: var(--primaryfont-bold);
}
.card-details p{
    font-size: 14px;
    position: relative;
    padding-left: 20px;
}
.card-details p:before{
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    background: url(/sites/zweb/images/workdrive/truesync/arrow-ts.svg) no-repeat 0 0 / 100%;
    left: 0px;
    top: 4px;
}
.card-details p span,.zlux-btn p span{
    font-family: var(--primaryfont-bold);
}
.device-cont{
    margin-bottom: 36px;
    padding: 32px 39px 0;
}
.card-details.card1 .zbutton .forMac {
    display: none;
}
.card-details.card2 .zbutton .forWindows {
    display: none;
}

.card-details .zbutton{
    display: flex;
    justify-content: center;
    gap: 0px;
    padding: 0px 0px 32px;
}
.card-details.card2 .device-cont{
    margin-bottom: 100px;
}
.zwc-card-wrap .shaVal{
    border-top: 1px solid#3550D1;
    margin-top: 10px;
    padding-top: 12px;
    border-bottom: 0;
}
.zdownload a{
    margin: 0;
}
.zdownload:hover a{
    transform: scale(1.1);
    transition: all .3s ease-in;
}
.tagline{
    position: relative;
    margin-top: 22px;
}
.tagline p{
    font-size: 15px;
}
.tagline:after {
    position: absolute;
    content: '';
    width: 80%;
    height: 100%;
    background: url(/sites/zweb/images/workdrive/truesync/post-line.svg) no-repeat 0 0 / 100%;
    bottom: -50px;
    left: 0;
    opacity: .5;
}
.tagline p a{
    color: #53FFFF;
    font-family: var(--zf-primary-semibold);
    border-bottom: 1px solid;
}
.zlux-btn{
    padding-top: 32px;
}
.zlux-btn p{
    font-size: 16px;
}
.zlux-btn a.zlx-btn{
    display: block;
    background: #fff;
    border-radius: 6px;
    color:#000000;
    font-size: 13px;
    font-family: var(--zf-primary-semibold);
    padding: 12px 40px 12px 24px;
    max-width: max-content;
    position: relative;
}
.zlux-btn a.zlx-btn:after{
    position: absolute;
    content: '';
    width: 16px;
    height: 12px;
    background: url(/sites/zweb/images/workdrive/truesync/ts-arrow-btn.svg) no-repeat 0 0 / 100%;
    right: 8%;
    top: 39%;
    transition: all .5s ease-in;
    transform: translateX(0px);
}
.zlux-btn a.zlx-btn:hover:after{
    transform: translateX(5px);
}

.watch-btn{
    max-width: max-content;
    transition: all .1s ease-in;
    cursor: pointer;
    margin-left: 56px;
}
.watch-btn:hover{
    border-bottom: 1px solid;
}
.watch-btn:before {
    left: -47px;
    top: 8px;
    width: 32px;
    height: 32px;
    border: 0px solid #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 100%;
    background: #EEB545;
    animation: 1.5s linear 0s infinite normal none running ripple;
}
.watch-btn:after {
    left: -33px;
    top: 19px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #000;
}

  @keyframes ripple {
    0% {
        box-shadow: rgb(238 181 69 / 40%) 0px 0px 0px 0px;
    }
    100% {
        box-shadow:rgb(238 181 69 / 40%) 0px 0px 0px 10px;
    }
  }
.zwc-bottom-wrap .zbutton{
    flex-direction: row-reverse;
}
  @media (max-width: 1199px) {
    .zcol-4 {
        max-width: calc(40% - 10px);
        flex-basis: calc(40% - 10px);
    }
    .zcol-8 {
        max-width: calc(55% - 10px);
        flex-basis: calc(55% - 10px);
    }
    .zwc-banner-wrap .lhs h1 {
        font-size: 36px !important;
    }
    .card-details {
        width: 232px;
        max-width: 100%;
        padding: 32px 28px;
    }
    .tagline p a{
        display: block;
        display: block;
        max-width: max-content;
    }
    .zlux-btn p{
        font-size: 15px;
    }
    .tagline:after {
        bottom: -76px;
    }
  }
  @media (max-width: 991px) {
    .zcol-4,.zcol-8 {
        max-width: calc(100% - 10px);
        flex-basis: calc(1000% - 10px);
    }
    .zwc-banner-wrap{
        text-align: center;
    }
    .zwc-banner-wrap .lhs p{
        max-width: 550px;
        margin: 0 auto;
    }
    .zwc-banner-wrap .lhs h1 {
        font-size: 28px !important;
        max-width: 650px!important;
        text-align: center!important;
    }
    .zwc-banner-wrap h1 span{
        display: inline-block;
    }
    .zwc-banner-wrap .lhs{
        max-width: 100%;
    }
    .zb-inner{
        gap: 24px;
    }
    .zwindowsos, .zmacos{
        justify-content: center;
    }
    .tagline p a {
        display: inline-block;
    }
    .zlux-btn a.zlx-btn {
        display: inline-block;
  }
  .zwc-card-wrap {
    justify-content: center;
}
.card-details p {
    text-align: left;
}
}