.zwc-bnr-sec{
    padding: 100px 0;
    color: #fff;
    text-align: center;
    background: url(/sites/zweb/images/zoho_general_pages/zwc-ref-bnr-bg-img.png) no-repeat;
    background-size: 100% 100%;
    background-color: #0150A0;
  }
  .zwc-bnr-sec h1{
    font-family: var(--primaryfont-bold);
    max-width: unset;
  }
  .zwc-bnr-sec p{
    max-width: unset;
  }
  .flex-prop{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .bnr-sec-carousel ul{
    display: flex;
    overflow: hidden;
  }
  .bnr-sec-carousel ul li::before{
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 auto;
  }
  .bnr-sec-carousel ul li {
    font-size: 14px;
    letter-spacing: -0.32px; 
    font-weight: 400; 
    position: relative;
    height: 68px;
    display: flex;
    max-width: 130px;
    width: 90%;
    flex: 0 0 130px;
    flex-direction: column;
    justify-content: end;
  }
  
  .bnr-sec-carousel ul li::after{
    position: absolute;
    content: '';
    width: 1px;
    height: 65px;
    background: #98B8EA;
    top: 0;
    right: 0;
  }
  .bnr-sec-carousel{
    background: #EFF7FF;
    border-radius: 10px;
    max-width: 1176px;
    width: 100%;
    margin: 0 auto;
    color: #000;
    padding: 22px 20px;
    position: relative;
  }
  .zwc-play-sec{
    bottom: 0;
    right: -80px;
  }
  .bnr-carousel{
    max-width: 1430px;
    margin: 0 auto;
    width: 80%;
    margin-top: 80px;
    position: relative;
    padding: 16px 30px;
    background: url(/sites/zweb/images/zoho_general_pages/zwc-bnr-carousel-bg1.png) no-repeat;
    background-size: 100% 100%;
  }
  .bnr-sec-carousel ul li span{
    margin-top: 7px;
  }
  .bnr-sec-carousel ul li.zwc-crm-img::before{
    width: 39px;
    height: 39px;
    background: url(/sites/zweb/images/producticon/crm.svg) no-repeat;
  }
  .zwc-books-img::before{
    background: url(/sites/zweb/images/producticon/books.svg) no-repeat;
  }
  .bnr-sec-carousel ul li.zwc-desk-img::before{
    background: url(/sites/zweb/images/producticon/desk.svg) no-repeat;
  }
  .zwc-mail-img::before{
    background: url(/sites/zweb/images/producticon/mail.svg) no-repeat;
  }
  .zwc-recruit-img::before{
    background: url(/sites/zweb/images/producticon/recruit.svg) no-repeat;
  }
  .zwc-bigin-img::before{
    background: url(/sites/zweb/images/producticon/bigin.svg) no-repeat;
  }
  .zwc-sheets-img::before{
    background: url(/sites/zweb/images/producticon/sheet.svg) no-repeat;
  }
  .zwc-show-img::before{
    background: url(/sites/zweb/images/producticon/show.svg) no-repeat;
  }
  .zwc-people-img::before{
    background: url(/sites/zweb/images/producticon/people.svg) no-repeat;
  }
  .zwc-connect-img::before{
    background: url(/sites/zweb/images/producticon/connect.svg) no-repeat;
  }
  .zwc-creator-img::before{
    background: url(/sites/zweb/images/producticon/creator.svg) no-repeat;
  }
  .zwc-payroll-img::before{
    background: url(/sites/zweb/images/producticon/payroll.svg) no-repeat;
  }
  .zwc-inventory-img::before{
    background: url(/sites/zweb/images/producticon/inventory.svg) no-repeat;
  }
  .zwc-social-img::before{
    background: url(/sites/zweb/images/producticon/social.svg) no-repeat;
  }
  .zwc-projects-img::before{
    background: url(/sites/zweb/images/producticon/projects.svg) no-repeat;
  }
  .zwc-meeting-img::before{
    background: url(/sites/zweb/images/producticon/meeting.svg) no-repeat;
  }
  .zwc-sign-img::before{
    background: url(/sites/zweb/images/producticon/sign.svg) no-repeat;
  }
  .zwc-catalyst-img::before{
    background: url(/sites/zweb/images/producticon/catalyst.svg) no-repeat;
  }
  .zwc-assist-img::before{
    background: url(/sites/zweb/images/producticon/assist.svg) no-repeat;
  }
  .zwc-lens-img::before{
    background: url(/sites/zweb/images/producticon/lens.svg) no-repeat;
  }
  .play-btn {
    width: 42px;
    height: 42px;
    background: #166ABF;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    gap: 4px;
    position: relative;
  }
  .play-btn::before,.play-btn::after {
    content: '';
    background: #fff;
    width: 3px;
    height: 13px;
    transition: all 0.3s ease;
  }
  .play-btn.active::before {
    content: '';
    position: absolute;
    left: 40%;
    width: 0;
    height: 0;
    border-left: 12px solid white;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    background: none;
  }
  .play-btn.active::after{
    display: none;
  }
  .zwc-play-sec{
    position: absolute;
  }
  .zwc-block1 .block1-inr{
    max-width: 1170px;
    border-radius: 8px;
    border: 1px solid #E7EBEF;
    background: #FFF;
    padding: 55px 60px;
    margin: 0 auto;
  }
  .zwc-block1 {
    padding: 75px 0 100px;
    border-radius: 8px;
    background: linear-gradient(180deg, #EFF6FD 0%, #FFF 100%);
  }
  .block1-left{
    max-width: 495px;
    width: 100%;
  }
  .block1-right{
    max-width: 450px;
    width: 100%;
  }
  .block1-left li{
    padding-left: 170px;
    position: relative;
  }
  .block1-left li p{
    margin-bottom: 0;
  }
  .block1-left li p span{
    font-family: var(--primaryfont-semibold);
  }
  
  .block1-left li .block1-left-icon::before,.block1-right-inr::before{
    background: url(/sites/zweb/images/zoho_general_pages/zwc-refernce-icons.png);
    background-size: 260px auto;
  }
  .block1-right-inr::before{
    content: '';
    position: absolute;
    width: 111px;
    height: 88px;
    background-position: -146px 0;
    right: 35px;
    top: 20px;
  }
  .block1-left li .block1-left-icon{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 140px;
    height: 125px;
    border-radius: 10px;
    background: #EFF7FF;
    justify-content: center;
  }
  .block1-left li .block1-left-icon::before{
    content: '';
    width: 70px;
    height: 62px;
  }
  .block1-left li:first-child .block1-left-icon::before{
    background-position: 0 0;
  }
  .block1-left li:nth-child(2) .block1-left-icon::before{
    background-position: -70px 0;
  }
  .block1-left li:first-child{
    margin-bottom: 80px;
  }
  .block1-left li h2,.block1-right h2{
    font-family: var(--primaryfont-bold);
    margin-bottom: 10px;
  }
  .block1-right h2{
    margin-bottom: 32px;
  }
  .block1-right{
    border-radius: 8px;
    border: 1px solid #FFE7B2;
    background: #FFF5DF;
    padding: 60px 50px 70px;
    position: relative;
  }
  .block1-right p{
    max-width: 300px;
    margin-bottom: 30px;
  }
  .block1-right p:last-child{
    margin-bottom: 0;
  }
  .block1-text{
    max-width: 723px;
    width: 100%;
    margin: 0 auto;
    letter-spacing: -0.32px;
    font-size: 16px;
    text-align: center;
    margin-top: 35px;
  }
  .faq-section .content-wrap {
    max-width: 1170px;
    margin: 0 auto
  }
  
  .faq-section .content-wrap {
    padding-bottom: 0
  }
  
  .faq-section {
    padding-bottom: 50px;
    padding-top: 0
  }
  
  .faq-answers .item-list>ul>li:last-child {
    border-bottom: 0;
    margin-bottom: 0
  }
  
  .faq-section h2 {
    text-align: left;
    margin-bottom: 50px;
    padding-left: 0;
    padding-top: 70px;
    margin-top: 0;
    border-top: unset;
    text-transform: capitalize
  }
  
  .faq-answers .item-list>ul>li {
    position: relative;
    padding: 0 0 15px 0;
    margin-bottom: 20px;
    padding-left: 40px
  }
  
  .faq-content .field-faq-question {
    color: #000;
    font-size: 20px;
    cursor: pointer;
    margin-bottom: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 100%;
    padding-left: 20px;
    position: relative;
    z-index: 2
  }
  
  .field-faq-answer {
    display: none;
    margin-bottom: 10px
  }
  
  .field-faq-answer p {
    margin: 0;
    margin-bottom: 10px
  }
  
  .field-faq-answer p:last-child {
    margin-bottom: 0
  }
  
  .arrow {
    position: absolute;
    left: 0;
    top: -8px;
    transition: all 500ms ease;
    width: 30px;
    height: 30px
  }
  
  .arrow:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #e58362;
    position: absolute;
    top: 17px;
    right: 0
  }
  
  .arrow:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
    position: absolute;
    top: 16px;
    right: 2px
  }
  
  .field-faq-question {
    color: #000;
    font-size: 18px;
    cursor: pointer;
    margin-bottom: 5px;
    display: inline-block;
    vertical-align: text-top;
    width: 100%;
    padding-right: 20px;
    position: relative;
    z-index: 2;
    font-family: var(--zf-secondary-bold)
  }
  
  .faq-answers .item-list>ul>li.active .arrow {
    transform: scaleY(-1);
    transform-origin: center;
    top: 5px
  }
  
  .faq-answers .item-list>ul>li.active .arrow:before {
    border-top: 8px solid #e58362
  }
  
  .tabss li {
    padding: 12px 25px;
    margin: 0 0 15px 0;
    cursor: pointer;
    line-height: normal;
    font-size: 15px;
    transition: ease all .2s;
    float: none;
    font-family: var(--zf-secondary-semibold);
    letter-spacing: 1px;
    opacity: .6;
    position: relative;
    border-bottom: 2px solid transparent;
    text-transform: uppercase;
    display: block;
    text-align: left;
    border-radius: 25px
  }
  
  .tabss {
    text-align: center;
    display: inline-block;
    margin-bottom: 45px;
    position: relative
  }
  
  .tab-link.current,.tabss li:hover {
    background: transparent;
    color: #fff;
    color: #fff;
    opacity: 1;
    background: #000
  }
  
  .tabss li:first-child {
    margin-left: 0
  }
  
  .tab-contents.current {
    display: block
  }
  
  .tab-contents {
    display: none
  }
  
  .faq-answers .item-list>ul>li ul li {
    list-style-type: disc;
    margin-bottom: 15px
  }
  
  .faq-answers .item-list>ul>li ul {
    padding-left: 20px;
    padding-top: 20px
  }
  
  .faq-answers table {
    border-collapse: collapse
  }
  
  .faq-answers table,.faq-answers td,.faq-answers th {
    border: 1px solid #ececec;
    text-align: center
  }
  
  .faq-answers table {
    width: 100%
  }
  
  .faq-answers table th,.faq-answers table td {
    padding: 10px 20px
  }
  
  .faq-answers table th {
    background: #efefef;
    border: 1px solid #e6e6e6;
    text-transform: capitalize;
    font-size: 16px
  }
  
  .faq-answers table td {
    font-size: 16px
  }
  
  .faq-answers table td:first-child {
    text-align: left
  }
  
  .zcircle-tick {
    position: relative;
    left: -10px;
    display: inline-block
  }
  
  .zcircle-tick:after,.zcircle-tick:before {
    background: #00933c none repeat scroll 0 0;
    content: "";
    height: 3px;
    left: 4px;
    position: absolute;
    top: 13px;
    transform: rotate(45deg);
    width: 7px
  }
  
  .zcircle-tick:before {
    left: 6px;
    top: 10px;
    transform: rotate(-52deg);
    width: 15px
  }
  
  .zcircle-cross {
    position: relative;
    left: -10px;
    display: inline-block
  }
  
  .zcircle-cross:after,.zcircle-cross:before {
    background: #ff3231 none repeat scroll 0 0;
    content: "";
    height: 3px;
    left: 4px;
    position: absolute;
    top: 10px;
    transform: rotate(45deg);
    width: 15px
  }
  
  .zcircle-cross:before {
    left: 4px;
    top: 10px;
    transform: rotate(-52deg);
    width: 15px
  }
  
  .faq-answers table td label {
    display: block;
    margin-top: 5px;
    font-size: 14px
  }
  
  .faq-section h3 {
    font-size: 28px;
    margin-bottom: 50px
  }
  
  .table-wrap {
    display: block;
    width: 100%;
    margin-top: 30px
  }
  
  .faq-section .tab-areas {
    height: auto
  }
  
  .tab-areas {
    margin-top: 30px
  }
  
  .header-section .colunm.right+img {
    display: none
  }
  
  .faq-section .tabs-wrap {
    display: table;
    width: 100%
  }
  
  .tabs-wrap-scroll {
    width: 320px
  }
  
  .faq-section .tabs-wrap>div {
    display: table-cell;
    vertical-align: top
  }
  
  .tabss li span {
    display: block
  }
  
  @media only screen and (min-width: 1200px){
    .zwc-bnr-sec h1{
        font-size: 64px;
        letter-spacing: -0.32px;
        margin-bottom: 15px;
    }
    .zwc-bnr-sec p{
        font-size: 20px;
        margin-bottom: 25px;
    }
    .block1-left li p{
        font-size: 18px;
        letter-spacing: -0.48px;
    }
    .zwc-bnr-sec .act-btn{
        padding: 12px 30px;
        margin-top: 10px;
    }
    .block1-right h3{
        font-size: 24px;
        margin-bottom: 10px;
    }
    .zwc-block1 h2,.faq-section h2{
        font-size: 40px;
        letter-spacing: -0.8px;
    }
  }
  @media only screen and (max-width: 1199px){
    .bnr-carousel{
        background: none;
    }
    .zwc-play-sec{
        right: -60px;
    }
    .bnr-carousel{
        margin-top: 40px;
    }
    .zwc-block1 .block1-inr{
        gap: 30px;
    }
    .faq-section h2{
        padding-top: 0;
    }
  }
  @media only screen and (max-width: 991px){
    .zwc-bnr-sec{
        background: #0150A0;
    }
    .bnr-carousel{
        width: 90%;
    }
    .zwc-block1 .block1-inr{
        padding: 50px 30px;
    }
    .block1-left li{
      padding-left: 0;
  }
  .block1-left li .block1-left-icon::before{
      top: 0;
      transform: unset;
  }
  .block1-left li:first-child{
      margin-bottom: 60px;
  }
  .block1-inr{
    flex-flow: column;
  }
  .block1-left li .block1-left-icon::before{
    scale: .8;
  }
  .block1-left li .block1-left-icon{
    position: relative;
    width: 100px;
    height: 100px;
    margin: 0 auto 10px;
    top: 0;
    transform: none;
  }
  .block1-left li{
    text-align: center;
    max-width: 300px;
    margin: 0 auto;
  }
  }
  @media only screen and (max-width: 767px){
    .zwc-page-inr section{
        padding: 60px 0;
    }
    .zwc-page-inr .faq-section{
        padding-top: 0;
    }
    .faq-section .tabs-wrap>div {
        display: block;
        width: 100%;
    }
    .faq-section .tabs-wrap-scroll ul {
        width: 100%;
        min-width: auto;
        margin-bottom: 0;
    }
    .tabss li {
        display: inline-block;
        float: left;
        margin: 0 10px 10px 0;
    }
    .zwc-play-sec {
        right: unset;
        bottom: -60px;
        left: 50%;
        transform: translateX(-50%);
    }
    .bnr-carousel{
        width: 100%;
        padding: 10px;
    }
    .zwc-page-inr section.zwc-bnr-sec{
        padding-bottom: 110px;
    }
  
    .block1-right{
        padding: 60px 30px;
    }
    
    .zwc-block1 .block1-inr {
        gap: 50px;
    }
    .block1-right-inr::before{
      right: 0;
      scale: .8;
    }
  }