* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.footer-cont ul{
    gap: 30px;
    justify-content: center;
}
.zwc-section {
    position: relative;
    padding: 100px 0 100px;
}

.zwrapper h1,.zwrapper h2,.zwrapper h3 {
    font-family: var(--zf-primary-bold);
}

.flex-cont {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.zwrapper .content-wrap {
    max-width: 1175px;
}

.zwc-banner, .zw-product-header {
    background: #2539aa;
}

.banner-cont {
    max-width: 512px;
    color: #fff;
}

.banner-cont h1::before {
    content: "";
    height: 4px;
    width: 30px;
    background-color: #f0aa21;
    border-radius: 10px;
    display: block;
    margin-bottom: 10px
}

.banner-img,.ze-menulists ul {
    display: flex;
}

.banner-cont,.banner-img {
    width: 48%;
}
.banner-img{
    align-items: center;
    overflow: hidden;
    gap: 15px;
    max-height: 500px;
    justify-content: center;
    position: relative;
}
.banner-img::before, .banner-img::after{
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100px;
}
.banner-img::before{
    top: 0;
    z-index: 1;
    background: linear-gradient(0deg, #2539AA00 0%, #2539AA 100%);
}
.banner-img::after{
    bottom: 0;
    background: linear-gradient(180deg, #2539AA00 0%, #2539AA 100%);
}
.banner-img-wrap {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.banner-sec1{
    max-width: 205px;
}
.banner-sec2{
    max-width: 170px;
}
.banner-sec3{
    max-width: 150px;
}
.zmenu-wrap {
    padding: 20px 0;
    background: #fff;
    box-shadow: 0 1px 1px #00000029;
    position: sticky;
    top: 65px;
    z-index: 1;
}

.menu-lists {
    padding: 0 55px;
    position: relative;
    cursor: pointer;
}

.ze-menulists ul {
    justify-content: center;
}
.zmenu-mbl{
    display: none;
}
.menu-lists span {
    padding: 10px 25px;
    font-size: 16px;
    display: inline-block;
    font-family: var(--zf-primary-bold)
}

.menu-lists.active span {
    background: #000;
    color: #fff;
}
.webinar-video, .interview-video{
    width: 100%;
    height: 200px;
    padding: 20px;
    position: relative;
}
.webinar-video iframe, .interview-video iframe{
      position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 15px;
}
.menu-lists:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0,-50%);
    width: 2px;
    height: 15px;
    background: rgb(0 0 0 / 16%);
}

.zwc-title-sec {
    margin-bottom: 50px;
}
.webinar-inner{
     padding: 100px 0;
     border-top: 1px dashed #9D9D9D;
     border-bottom: 1px dashed #9D9D9D;
}
.zwc-ebooks-wrap, .zwc-webinar-wrap, .zwc-blog-wrap, .zwc-footer-blog{
    background: #f5f5f5;
}

.title-cont {
    max-width: 565px;
}

.title-cont p {
    margin-bottom: 0;
}

.zwc-title-sec a {
    font-size: 18px;
    padding: 15px 35px;
    border: 1px solid #000;
    color: #000;
    font-family: var(--zf-primary-semibold);
    cursor: pointer;
}
.blog-inner .zwc-title-sec a:hover, .ebooks-inner .zwc-title-sec a:hover, .webinar-inner .zwc-title-sec a:hover{
      background: #000;
      color: #FFFFFF;
}
.interview-inner .zwc-title-sec a:hover{
      background: #FFFFFF;
      color: #000;
}
.ebooks-lists-wrap {
    row-gap: 35px;
    align-items: inherit;
}
.drop-closeannounce{
       visibility: hidden;
 }
.ebooks-lists, .webinar-list, .interview-lists, .post-lft-wrap, .pt-lists, .article-list{
    background: #fff;
    box-shadow: 0 1px 2px #00000029;
    border-radius: 16px;
}

.ebooks-lists:hover,.webinar-list:hover,.interview-lists:hover, .post-lft-wrap:hover, .pt-lists:hover, .article-list:hover{
    box-shadow: 0 41px 42px #00000019;
}
.interview-img img, .article-img img{
    border-radius: 12px 12px 0 0;
}
.ebooks-lists {
    max-width: 570px;
    width: 49%;
    padding: 10px 30px 10px 10px;
}

.ebook-img {
    max-width: 190px;
    width: 36%;
    height: 100%;
}
.ebook-img img{
     height: 100%;
}
.ebook-cont {
    width: 60%;
}

.eb-hdr-highlight,.interview-id span, .post-id span{
    border-right: 2px solid #aaa;
    padding-right: 10px;
    margin-right: 10px;
}

.eb-issue-id,.webinar-cont span {
    color: #777;
    font-family: var(--secondaryfont-semibold);
    font-size: 13px;
    margin-bottom: 15px;
}

.ebook-cont p, .pt-lists p, .article-cont p{
    font-size: 15px;
}

.ebook-cont a {
    border: 1px solid #000;
    padding: 12px 25px;
    font-family: var(--secondaryfont-semibold);
    font-size: 14px;
    color: #000;
    display: inline-block;
}

.webinar-list, .article-list {
    max-width: 380px;
    padding: 10px;
    width: 32%;
    border-radius: 24px;
}
.webinar-cont {
    padding: 25px 30px;
}
.drop-closeannounce {
        position: absolute;
        right: 40px;
        top: 26px;
        width: 10px;
        left: auto;
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: center;
        z-index: 14;
        cursor: pointer;
}
  
.webinar-cont h4, .eb-hdr-highlight, .post-cont h4, .article-cont h4{
    color: #229343;
    font-family: var(--secondaryfont-semibold);
    font-size: 13px;
}
.insights-icon{
    width: 55px;
    height: 55px;
    display: inline-block;
    background: url(/sites/zweb/images/enterprise/enterprise-insights/insights-icons.svg) no-repeat;
    background-size: 230px auto;
}
.insights-icon2{
    background-position: -58px 0;
}
.insights-icon3{
    background-position: -117px 0;
}
.insights-icon4{
    background-position: -175px 0;
}
.webinar-cont span {
    font-family: var(--zf-secondary-medium);
    display: block;
}
.webinar-img{
    cursor: pointer;
}
.webinar-cont p {
    font-family: var(--zf-secondary-bold)
}

.webinar-cont a, .link-txt, .article-cont a, .post-cont a{
    color: #3456b1;
    font-size: 16px;
    font-family: var(--zf-secondary-bold);
    cursor: pointer;
}
.link-txt{
    display: block;
}

.webinar-lists-wrap {
    justify-content: center;
    column-gap: 15px;
    align-items: inherit;
}

.zwc-interview-wrap {
    background: linear-gradient(244deg,#6a80ed 0%,#899eff 0%,#3a54ea 31%,#071e98 100%)
}

.zwc-interview-wrap .zwc-title-sec {
    color: #fcfcfc;
}

.interview-inner .title-btn {
    border: 1px solid #fff;
    color: #fff;
}

.interview-cont, .article-cont{
    padding: 15px;
}
.interview-lists {
    padding: 5px;
   margin: 0 15px;
}

.interview-id, .post-id, .article-cont span{
    color: #777;
    font-size: 12px;
    margin-bottom: 15px;
}

.interview-id span, .post-id span{
    border-right: 1px solid #777;
}
.blog-header{
    font-size: 16px;
    font-family: var(--zf-secondary-bold);
    margin-bottom: 20px;
    color: #777777;
}
.post-lft-wrap{
    padding: 10px;
    max-width: 660px;
    width: 56%;
}
.post-rht-wrap{
    width: 42%;
    max-width: 495px;
}
.post-inner{
     align-items: stretch;
     margin-bottom: 20px;
}
.post-cont{
    padding: 20px;
}
.article-cont span{
    display: inline-block;
}
.zwrapper .post-cont h3, .zwrapper .article-cont h3{
    font-size: 23px;
}
.zwrapper .pt-lists h3 {
    font-size: 18px;
}
.pt-lists p{
    margin-bottom: 10px;
}
.pt-lists{
    max-width: 495px;
}
.pt-lists:not(:last-child){
    margin-bottom: 20px;
}
.article-inner{
     align-items: inherit;
}
.footer-menu-list{
    background: #FFFFFF;
    box-shadow: 0px 1px 2px #00000029;
    border-radius: 8px;
    padding: 20px;
    width: 24%;
    max-width: 270px;
    cursor: pointer;
}
.footer-menu-list:hover{
    box-shadow: 0px 40px 41px #00000012;
}
.footer-menu-list:hover .menu-cont h4::before{
     background: #3456B1;
} 
.footer-menu-list:hover .menu-cont h4::after{
     border-right: 2px solid #3456B1;
    border-top: 2px solid #3456B1;
} 
.footer-menu-list:hover .menu-cont h4{
     color: #3456B1;
}
.menu-img{
    max-width: 55px;
    height: 55px;
    margin-right: 15px;
}
.footer-menu-list a{
     color: #000;
     display: flex;
}
.menu-cont h4{
    margin-bottom: 5px;
    position: relative;
    display: inline-block;
    padding-right: 12px;
    font-size: 18px;
}
.menu-cont h4::before{
    content: '';
    width: 2px;
    height: 12px;
    background: #000;
    position: absolute;
    right: -1px;
    top: 8px;
    transform: rotate(47deg) translate(0);
}
.menu-cont h4::after{
    content: '';
    width: 6px;
    height: 6px;
    border-right: 2px solid #000;
    border-top: 2px solid #000;
    position: absolute;
    right: -6px;
    top: 8px;
    transform: translateX(0);
}
.menu-cont span{
    font-size: 15px;
    color: #777777;
    display: block;
}
.footer-header{
    max-width: 680px;
    text-align: center;
    margin: 0 auto 55px;
}

.interview-lists-wrap .slick-dots li{
    width: 40px;
    height: 4px;
    border-radius: 10px;
    border: transparent;
    background: rgb(255 255 255 / 25%);
}
.interview-lists-wrap .slick-dots li.slick-active{
    background: #50FBA9;
}
.interview-lists-wrap .slick-next, .interview-lists-wrap .slick-prev{
    border: 1px solid #fff;
    padding: 25px;
    border-radius: 50%;
}
.interview-lists-wrap .slick-prev:before{
    top: 17px;
    left: 23px;
}
.interview-lists-wrap .slick-prev:after{
    bottom: 17px;
    left: 23px;
}
.interview-lists-wrap .slick-next:before{
    top: 17px;
    right: 23px;
}
.interview-lists-wrap .slick-next:after{
    bottom: 17px;
    right: 23px;
}
.interview-lists-wrap .slick-next:after, .interview-lists-wrap .slick-next:before, .interview-lists-wrap .slick-prev:after, .interview-lists-wrap .slick-prev:before{
    width: 1px;
    height: 10px;
}
.interview-lists-wrap .slick-prev:hover::before, .interview-lists-wrap .slick-prev:hover::after, .interview-lists-wrap .slick-next:hover::before, .interview-lists-wrap .slick-next:hover::after{
    background: #c7d0df;
}

@media only screen and (min-width: 1480px) {
    .zwrapper .interview-lists-wrap .slick-prev{
        left: -70px;
    }
    .zwrapper .interview-lists-wrap .slick-next{
        right: -70px;
    }
}

@media only screen and (min-width: 1200px) {
    .zwrapper h1 {
        font-size:56px;
    }
    .zwrapper h2 {
        font-size: 36px;
        margin-bottom: 10px;
    }

    .zwrapper h3 {
        font-size: 18px;
    }

    .banner-cont p {
        font-size: 18px;
    }
    .interview-lists-wrap .slick-prev {
        left: -50px;
        transform: scale(0.9);
    }
    .interview-lists-wrap .slick-next {
        right: -50px;
        transform: scale(0.9);
    }
    .top-anim {
        animation: top-anim 10s linear infinite;
        animation-direction: alternate
    }
    
    .bottom-anim {
        animation: bottom-anim 10s linear infinite;
        animation-direction: alternate
    }
}
@media only screen and (max-width: 1199px) and (min-width: 992px){
     .zwrapper h1 {
        font-size: 45px;
    }
    .zwrapper h2 {
        font-size: 32px;
    }
     .zmenu-wrap{
         top: 0;
     }
     .interview-cont h3{
          font-size: 18px;
     }
     .footer-menu-list{
          width: 100%;
     }
     .footer-cont ul{
          gap: 15px;
          justify-content: center;
     }
     .footer-header {
         max-width: 650px;
     }
     .interview-lists-wrap .slick-prev {
        left: -30px;
        transform: scale(0.6);
    }
    .interview-lists-wrap .slick-next {
        right: -30px;
        transform: scale(0.6);
    }
}
@media only screen and (min-width: 1101px) {
    .interview-lists{
        min-height: 390px;
    }
}
@media only screen and (max-width: 1100px) and (min-width: 992px){
    .interview-lists{
        min-height: 370px;
    }
}
@media only screen and (max-width: 991px) {
     .zwrapper h1 {
        font-size: 35px;
    }
    .zwrapper h2 {
        font-size: 28px;
    }
     .zwc-section{
           padding: 80px 0 80px;
     }
     .post-inner, .ebooks-lists-wrap{
          flex-direction: column;
     }
     .banner-img{
          max-height: 350px;
     }
    .banner-img, .post-lft-wrap, .post-rht-wrap{
          margin: auto;
    }
    .banner-cont, .banner-img {
        width: 45%;
     }
    .post-rht-wrap {
         max-width: 660px;
     }
     .post-lft-wrap, .post-rht-wrap, .footer-menu-list{
           width: 100%;
      } 
      .pt-lists{
         max-width: 100%;
      }
    .post-lft-wrap{
        margin-bottom: 20px;
    }
    .blog-header{
         text-align: center;
    }
    .article-list, .interview-lists, .webinar-list{
         width: 48%;
    }
    .webinar-inner{
          padding: 60px 0;
    }
    .interview-inner{
        max-width: 850px;
        margin: auto;
    }
    .interview-lists {
        min-height: 380px;
    }
    .article-inner, .interview-lists-wrap{
         justify-content: center;
         gap: 20px;
     }
     .title-cont{
          width: 58%;
      }
      .interview-cont h3{
        font-size: 18px;
   }
     .ebooks-lists {
         max-width: 700px;
         width: 100%;
         margin: auto;
      }
      .ebook-cont {
          width: 67%;
       }
      .webinar-lists-wrap, .footer-inner ul{
            gap: 15px;
      }
      .footer-inner ul{
           justify-content: center;
           width: 100%;
     }
     
     .zmenu-wrap{
          top:0;
     }
     .drop-closeannounce{
            visibility: visible;
     }
   
     .zmenu-mbl{
         display: block;
         text-align: center;
      }
     .zh-prd-ttl {
        color: #010101;
        font-size: 20px;
        cursor: pointer;
    }
     .zmenu-mbl .zh-prd-ttl::after {
        content: "";
        width: 13px;
        height: 10px;
        display: inline-table;
        margin-left: 6px;
        background: url("/sites/zweb/images/zoho_general_pages/zh-newhome-sprite.png") left top no-repeat;
        background-size: 450px auto;
        background-position: -135px -69px;
        transition: all .3s ease;
        vertical-align: middle;
    }
    .ze-menulists{
         display: none;
         max-width: 300px;
         margin: auto;
        background: #fff;
        border: 1px solid #ececec;
        box-shadow: 0 11px 90px 0 rgba(65, 67, 132, 0.13);
        padding: 20px;
        position: relative;
    }
    .ze-menulists.visible{
         display: block;
         position: absolute;
         left: -50%;
         right: -50%;
    }
    .menu-lists:not(:last-child)::after{
         display: none;
     }
    .ze-menulists ul {
        display: block;
    }
    .menu-lists span{
        font-family: var(--zf-primary-regular);
         padding: 5px 0;
    }
    .menu-lists.active span {
         background: #fff;
         color: #056cb8;
         font-family: var(--zf-primary-bold);
     }
     .menu-lists {
        padding: 0 30px;
     }
     .footer-header {
         max-width: 645px;
     }
     .interview-lists-wrap .slick-prev {
        left: -35px;
        transform: scale(0.6);
    }
    .interview-lists-wrap .slick-next {
        right: -35px;
        transform: scale(0.6);
    }
}

@media only screen and (max-width: 900px) and (min-width: 768px){
    .interview-lists-wrap .slick-prev {
        left: -28px;
        transform: scale(0.6);
    }
    .interview-lists-wrap .slick-next {
        right: -28px;
        transform: scale(0.6);
    }
}

/* @media only screen and (min-width: 768px){
    .top-anim {
        animation: top-anim 10s linear infinite;
        animation-direction: alternate
    }
    
    .bottom-anim {
        animation: bottom-anim 10s linear infinite;
        animation-direction: alternate
    }
} */

@media only screen and (max-width: 767px){
    .zwc-banner{
          padding: 60px 0 60px;
     }
    .article-list, .interview-lists, .webinar-list, .ebook-img {
        width: 100%;
    }
    .banner-img {
        width: 100%;
        max-width: 400px;
    }
    .banner-cont h1::before{
          margin: 0 auto 10px;
    }
    .banner-cont {
        max-width: 600px;
        text-align: center;
        width: 100%;
    }
    .banner-img{
         display: none;
    }
    .zwc-title-sec, .zwc-banner-inner{
        flex-direction: column;
    }
    .title-cont {
        width: 100%;
        max-width: 450px;
        text-align: center;
        margin-bottom: 20px;
    }
    .zwc-title-sec a {
        padding: 10px 20px;
    }
    .ebooks-lists{
        flex-direction: column-reverse;
        padding: 30px 20px;
        max-width: 600px;
    }
    .ebook-cont {
        width: 100%;
        max-width: 500px;
        text-align: center;
        margin: 0 auto 15px;
    }
    .title-btn{
        margin: auto;
    }
    .interview-lists-wrap{
        max-width: 500px;
        margin: auto;
    }
    .interview-lists-wrap .slick-prev {
        left: -30px;
        transform: scale(0.6);
    }
    .interview-lists-wrap .slick-next {
        right: -30px;
        transform: scale(0.6);
    }
    .footer-header {
        max-width: 500px;
    }
}
@media only screen and (max-width: 480px){
    .zwrapper h1 {
        font-size: 30px;
    }
    .zwrapper h2 {
        font-size: 25px;
    }
    .zwrapper h3, .zwrapper .post-cont h3, .zwrapper .article-cont h3 {
        font-size: 20px;
    }
    .zwc-section{
        padding: 60px 0 60px;
    }  
    .post-lft-wrap {
        padding: 0;
    }
    .footer-inner ul{
        gap: 0;
    }
    .webinar-cont {
        padding: 10px;
    }
    .zwc-title-sec a{
        font-size: 14px;
    }
    .zwrapper .post-cont h3, .zwrapper .pt-lists h3{
        font-size: 17px;
    }
    .footer-menu-list{
         transform: scale(0.8);
    }
    .interview-cont h3{
        font-size: 18px;
    }
    .interview-lists-wrap .slick-prev {
        left: -25px;
        transform: scale(0.5);
    }
    .interview-lists-wrap .slick-next {
        right: -25px;
        transform: scale(0.5);
    }
    .footer-cont ul{
        gap: 5px;
    }
    .footer-header{
        margin: 0 auto 35px;
    }
    .eb-hdr-highlight{
        display: block;
        padding-right: 0;
        margin-right: 0;
        border-right: 0;
    }
}

@keyframes top-anim {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-300px);
    }
}

@keyframes bottom-anim {
    0% {
        transform: translateY(-300px);
    }
    100% {
        transform: translateY(0);
    }
}