*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

/* common style */

.zwc-section{
    position: relative;
    padding: 95px 0 95px; 
}
.zwraper h1, .zwraper h2, .zwraper h3{
    font-family: var(--zf-primary-bold);
}
.flex-cont{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

/* banner-section */

.zw-product-header{
      background: #182da3;
      border-bottom: 1px solid #445BD8;
}
.zwc-banner{
    background: #182DA3;
    color: #FFFFFF;
    padding: 105px 0 70px;
}
.banner-inner{
    max-width: 627px;
    margin: auto;

}
.zwc-banner .flex-cont{
    flex-wrap: nowrap;
}
.banner-inner p {

    max-width: 585px;
}
.zwc-connectivity {
    max-width: 571px;
    margin: auto;
}
.banner-inner span{

    color: #FFCB43;
    font-family: var(--zf-primary-semibold);
}
.zwc-unique-section{
    padding: 85px 0;
}
.ze-unique-icon{
    width: 60px;
    height: 65px;
    display: block;
    background: url("/sites/zweb/images/enterprise/support/enterprise-icon.svg") no-repeat;
    margin: 0 auto 20px;
}
.unique-cont{
    margin-bottom:40px;
}
.unique-inner{
    max-width: 825px;
    margin: auto;
    text-align: center;
}
.unique-cont h3::before, .unique-cont h3::after{
    content: "";
    width: 7px;
    height: 2px;
    display: inline-block;
    margin: 0 10px;
    background-color: #259F48;
    vertical-align: middle;
}
.zwc-eligibility-section{
    background: linear-gradient(to bottom, #FFFFFF 0%,#FFFFFF 50%,#EBF0FE 50%,#EBF0FE 100%);
}
.eligibility-inner{
    max-width: 1170px;
    margin: auto;
    color: #FFFFFF;
    padding: 70px 85px 90px;
    background: #182DA3;
    border-radius: 20px;
    box-shadow: 0px 43px 76px #182DA31F;
}
.eligibility-cont span{
    width: 70px;
    height: 45px;
    display: block;
    background: url("/sites/zweb/images/enterprise/support/enterprise-icon.svg") no-repeat;
    background-position: -63px 1px;
    margin: 0 auto 25px;
}
.eligibility-cont{
    max-width: 700px;
    margin: auto;
    text-align: center;
}
.zwc-product-container{
    border-radius: 10px;
    padding: 23px 25px;
    display: flex;
    align-items: center;
}
.product-container1{
    background: #EDF6FF;
}
.product-container2{
    background: #E8FFF3;
}
.product-container3{
    background: #FFFAF0;
}
.product-icon{
    display: inline-block;
    padding-right: 20px;
}
.license-txt1{
    border-left: 1px solid #70707040;
}
.license-txt2{
    border-left: 1px solid #8FCBAB;;
}
.license-txt3{
    border-left: 1px solid #CEB788;;
}
.zwc-chart-section{
    background: #EBF0FE;
    padding-bottom: 80px;
}
.licenses-wrap{
    max-width: 935px;
    margin: auto;
    align-items: inherit;
}
.license-txt{
    padding: 5px 0 5px 20px;
    color: #000000;
    font-size: 16px;
    font-family: var(--zf-secondary-medium);
}
.chart-inner{
    max-width: 1065px;
    margin: auto;
}
.chart-inner h2{
    text-align: center;
}
.zwc-chart-wrap table{
    width: 100%;
}
.zwc-chart-wrap tr td:nth-child(1), .zwc-chart-wrap tr td:nth-child(2), .zwc-chart-wrap tr th:nth-child(1), .zwc-chart-wrap tr th:nth-child(2){
    width: 35%;
}
.zwc-chart-wrap tr td:nth-child(3), .zwc-chart-wrap tr th:nth-child(3){
    width: 30%;
}
.zwc-chart-wrap th{
     font-family: var(--secondaryfont-bold);
}
.zwc-chart-wrap td{
    position: relative;
}
.zwc-chart-wrap td, .zwc-chart-wrap th {
    text-align: left;
    padding: 22px 40px;
    font-size: 18px;
}
.zwc-chart-wrap tr:nth-child(odd){
    background: #DFE5F5;
}
.zwc-chart-wrap tr td:nth-child(3){
     font-family: var(--zf-secondary-medium);
}
.z-chart-cont{
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url("/sites/zweb/images/enterprise/support/enterprise-icon.svg") no-repeat;
    background-position: -122px 1px;
    background-size: 280px auto;
    vertical-align: middle;
    margin-left: 10px;
    cursor: pointer;
    position: relative;
}
.zwc-chart-tooltip{
    padding: 20px;
    border-radius: 10px;
    background: #061544;
    position: absolute;
    bottom: 40px;
    left: 0;
    transform: translate(-48.5%,0%);
    width: 370px;
    z-index: 1;
    visibility: hidden;
}
.zwc-chart-tooltip::after {
    content: "";
    position: absolute;
    top: 99%;
    left: 50%;
    margin-left: -5px;
    border-width: 10px;
    border-style: solid;
    border-color: #061544 transparent transparent transparent;
  }
.z-chart-cont:hover .zwc-chart-tooltip{
    visibility: visible;
}
.zwraper .zwc-chart-tooltip p{
    font-size: 15px;
    color: #FFFFFF;
    margin-bottom: 0;
}
.zwc-tasks-section{
    padding-top: 0;
    background: #EBF0FE;
}
.zwc-emptymsg{
    width: 10px;
    height: 2px;
    background: #000;
    display: flex;
    align-items: center;
}
.ze-tick-icon{
    width: 26px;
    height: 26px;
    display: block;
    background: url("/sites/zweb/images/enterprise/support/enterprise-icon.svg") no-repeat;
    background-position: -156px 0;
}
.task-path{
    margin-bottom: 80px;
    width: 100%;
}
.task-inner{
    max-width: 1000px;
    margin: auto;
}
.z-handled-txt{
    color: #24B213;
}
.z-unhandled-txt{
    color: #D38A00;
}
.task-lists{
    padding: 35px 0;
}
.task-header h3{
    max-width: 50%;
    width: 100%;
    padding-left: 55px;
}
.zwraper .task-header h3{
    font-size: 19px;
}
.task-lists p{
    max-width: 350px;
    margin-bottom: 0;
    font-family: var(--zf-secondary-medium);
}
.task-lists-lftwrap, .task-lists-rhtwrap{
    display: flex;
    padding-left: 55px;
    width: 50%;
}
.task-lists-lftwrap span, .zacc-lists li::before, .zwc-handled-task-wrap .task-lists span{
    width: 14px;
    height: 14px;
    display: inline-block;
    background: url("/sites/zweb/images/enterprise/support/enterprise-icon.svg") no-repeat;
    background-position: -183px 0;
    margin: 7px 10px 0 0;
}
.zacc-lists li::before{
    content: "";
    margin-top: 10px;
}
.task-lists-rhtwrap span, .zwc-unhandled-task-wrap .task-lists span{
    width: 14px;
    height: 14px;
    display: inline-block;
    background: url("/sites/zweb/images/enterprise/support/enterprise-icon.svg") no-repeat;
    background-position: -200px 0;
    margin: 7px 10px 0 0;
}
.task-lists:nth-child(even){
    background: #DFE5F5;
}
.questions-inner{
    max-width: 985px;
    margin: auto;
}
.questions-inner h2{
    text-align: center;
}
.message-icon{
    width: 90px;
    height: 55px;
    display: block;
    background: url("/sites/zweb/images/enterprise/support/enterprise-icon.svg") no-repeat;
    background-position: -215px 1px;
    margin: 0 auto 20px;
}
.zaccordian-cont{
    padding: 35px 0;
    border-bottom: 1px solid #DBDBDB;
    cursor: pointer;
}
.zaccordian-cont:first-child{
    padding-top: 0;
}
.zaccordian-cont:last-child{
    border-bottom: none;
}
.zaccordian-cont h3{
    position: relative;
    margin-bottom: 0;
    font-family: var(--primaryfont-semibold);
    padding-right: 70px;
}
.zaccordian-cont h3::before {
    content: "";
    position: absolute;
    right: 45px;
    top: 7px;
    width: 2px;
    height: 12px;
    background: #000000;
}
.zaccordian-cont h3::after {
    content: "";
    position: absolute;
    right: 40px;
    top: 12px;
    width: 12px;
    height: 2px;
    background: #000000;
}
.zaccordian-cont p{
    margin: 20px 0 0 0;
    line-height: 34px;
    max-width: 90%;
}
.zaccordian-cont:not(:first-child) .accordian-wrapper{
    display: none;
}
.zaccordian-cont h3.active::before{
    opacity: 0;
}
.zacc-lists{
    max-width: 745px;
    margin-top: 30px;
}
.zaccordian-cont:nth-child(4).active  .zacc-lists{
    display: block;
}
.zacc-lists li{
    margin-bottom: 30px;
    line-height: 34px;
    display: flex;
}
.zacc-lists li:last-child{
    margin-bottom: 0;
}
.zacc-lists li p{
    margin-top: 0;
}
.zacc-lists li:last-child{
    padding-bottom: 0;
}
.zwc-footer{
    padding: 0 0 150px 0;
}
.footer-inner{
    max-width: 1170px;
    margin: auto;
    background: #182DA3;
    color:#FFFFFF;
    padding: 70px 0;
    border-radius: 20px;
    text-align: center;
}
.footer-cont{
    max-width: 755px;
    margin: auto;
}
.footer-cont a{
    padding: 20px 40px;
    font-size: 18px;
    background: #EA5154;
    color: #FFFFFF;
    display: inline-block;
    font-family: var(--secondaryfont-bold);
}

@media only screen and (min-width:1200px){
    .zwraper h1{
        font-size: 40px;
        margin-bottom: 20px;
    }
    .zwraper h2{
        font-size: 36px;
    }
    .zwraper h3{
        font-size: 22px;
    }
    .zwraper p{
        font-size: 17px;
    }
    .banner-inner p{
        font-size: 20px;
        font-family: var(--zf-secondary-medium);
        line-height: 34px;
    }
    .banner-inner span{
        font-size: 18px;
   
        line-height: 10px; 
  
    }
    .unique-inner h2, .eligibility-inner p{
        margin-bottom: 40px;
    }
    .chart-inner h2{
        margin-bottom: 35px;
    }
    .task-header h3{
        margin-bottom: 25px;
    }
    .questions-inner h2{
        margin-bottom: 70px;
    }
    .zaccordian-cont h3{
        font-size: 20px;
    }
    .zaccordian-cont p{
        font-size: 18px;
    }
    .footer-inner h2{
        font-size: 38px;
        margin-bottom: 40px;
    }
}

@media only screen and (max-width:1199px) and (min-width:992px){

    .zwc-section{
        padding: 80px 0;
    }
    .zwraper h3{
        font-size: 20px;
    }



    .zwc-banner .flex-cont{
        flex-direction: column;
    }
    .unique-inner h2{
        margin-bottom: 30px;
    }
    .licenses-wrap{
        row-gap:35px;
        justify-content: space-evenly;
        margin-top: 40px;
    }
    .zwc-chart-wrap td, .zwc-chart-wrap th{
        padding: 22px 30px;
    }
    .zwc-tasks-section, .zwc-footer{
        padding-top: 0;
    }
    .zwc-product-container{
        transform: scale(0.9);
    }
    .questions-inner h2{
        margin-bottom: 50px;
    }
    .footer-cont{
        max-width: 62%;
    }
    .footer-inner h2{
        font-size: 30px;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width:1199px){

    .zwc-banner .flex-cont{
        flex-direction: column;
    }
    .banner-inner p {
        margin: auto;
      }
      .banner-inner{
        max-width: 680px;
        text-align: center;
        padding: 30px 0 50px;
        }

}


@media only screen and (max-width:991px){
    .unique-inner h2, .footer-cont h2{
        margin-bottom: 30px;
    }
    .questions-inner h2{
        margin-bottom: 40px;
    }
    .zwc-section{
        padding: 60px 0;
    }
    .banner-inner{

        max-width: 600px;
        text-align: center;
    }
 
    .eligibility-cont{
        max-width: 665px;
    }
    .licenses-wrap{
        row-gap: 10px;
        justify-content: space-evenly;
        margin-top: 40px;
    }
    .eligibility-inner{
        padding: 70px 60px 80px;
    }
    .zwc-handled-task-wrap li h3, .zwc-unhandled-task-wrap li h3{
           text-align: center;
    }
    .task-lists, .new-list{
        padding: 25px;
        display: flex;
    }
  .new-list:nth-child(even){
        background: #DFE5F5;
   }
    .zwc-product-container{
        transform: scale(0.9);
    }
    .zwc-chart-wrap table{
        table-layout: fixed;
    }
    .zwc-chart-wrap{
        width: 100%;
        overflow-x: auto;
    }
    .zwc-handled-task-wrap{
         padding-bottom: 50px;
    }
    .zwc-chart-wrap td, .zwc-chart-wrap th{
        padding: 22px 25px;
    }
    .zwc-chart-wrap tr td:nth-child(1), .zwc-chart-wrap tr td:nth-child(2), .zwc-chart-wrap tr th:nth-child(1), .zwc-chart-wrap tr th:nth-child(2){
        width: 320px;
    }
    .zwc-chart-wrap tr td:nth-child(3), .zwc-chart-wrap tr th:nth-child(3){
        width: 300px;
    }
    .zaccordian-cont h3{
        font-size: 18px;
    }
    .zwc-footer{
        padding-top: 0;
    }
    .footer-cont{
        max-width: 65%;
    }
    .zwc-task-wrap, .zwc-tasknew-wrap{
          max-width: 500px;
         margin: auto;
    }
     .task-lists-lftwrap, .task-lists-rhtwrap{
           width: 100%;
           padding-left: 0;
      }
    .task-lists p, .new-list p{
         width: 100%;
     }
   .new-container{
         margin-top: 30px;
    }
     .new-list p {
           max-width: 350px;
           margin-bottom: 0;
          font-family: var(--zf-secondary-medium);
      }
    .task-header h3{
        max-width: 100%;
        padding: 0;
    }
   .task-lft-header, .task-rht-header{
        text-align: center;
    }  
    .zwc-chart-tooltip{
         padding: 10px;
         width: 260px;
   }  
   .zwraper .zwc-chart-tooltip p{
        font-size: 12px;
   }
}

@media only screen and (max-width:767px){

    .zwc-chart-wrap td, .zwc-chart-wrap th{
        font-size: 15px;
    }
    .zaccordian-cont h3::after{
        right: 0;
    }
    .zaccordian-cont h3::before{
        right: 5px;
    }
    .zaccordian-cont{
        padding: 30px 0;
    }
    .footer-cont{
        max-width: 85%;
    }
    .footer-cont a{
        padding: 15px 30px;
        font-size: 15px;
    }
    .eligibility-inner{
        padding: 60px 40px;
    }
   .zwc-footer{
        background: #182DA3;
        padding-top: 60px;
   }
   .footer-inner{
         padding: 0;
  }
   .zwraper .zwc-tasks-section{ 
         padding-top:30px;
    }
}


@media only screen and (max-width:480px){
 
    .zwc-product-container{
        transform: scale(0.8);
    }
    .zaccordian-cont h3{
        font-size: 16px;
    }
    .task-path{
        margin-bottom: 60px;
    } 
    .task-lists, .new-list {
        padding: 20px 15px;
    }
    .task-lists p{
        width: 90%;
    }
    .zwc-tasks-section{
        padding-top: 20px;
    }
    .eligibility-inner{
        padding: 40px 20px;
    }
    .licenses-wrap{
        row-gap: 0;
    }
    .zaccordian-cont h3{
        padding-right: 40px;
    }
    .banner-inner p{
        margin-bottom: 0;
    }
    .unique-cont h3::before, .unique-cont h3::after{
        display: none;
    }
   .unique-cont:last-child{
         margin-bottom: 0;
    }
    .zwraper .zwc-tasks-section{
         padding-top: 0;
    }
    .zwc-handled-task-wrap {
         padding-bottom: 30px;
   }
}