* {
    box-sizing: border-box
}

.zwc-wrapper h1,.zwc-wrapper h2 {
    line-height: 1.1;
    /* letter-spacing: -1.24px */
}
.zwc-wrapper p, body{
    text-wrap: pretty;
}
.zwc-bold-text {
    font-family: var(--secondaryfont-bold)
}

.zwc-main-cont {
    color: #71306a;
    font-family: var(--primaryfont-semibold);
    font-size: 30px;
    line-height: 1.1;
    padding-bottom: 15px;
    display: block
}

.zwc-flex-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.zwc-mb-0{
    margin-bottom: 0;
}
.zwc-mb-50{
    margin-bottom: 50px;
}
.zwc-dblk {
    display: block
}
.zwc-dis-inblk{
    display: inline-block;
}
.zwc-link{
    color: var(--zwc-link-clr);
}
section {
    padding: 100px 0;
}
/* .zwc-grn-color{
    color: #019E0D;
    display: block;
    font-size: 40px;
    padding-bottom: 5px;
} */
.act-btn.asst-btn {
    /* background-color: #0047ff; */
    border-radius: 4px;
    position: relative;
    padding: 13px 40px 13px 30px;
    text-decoration: none
}
.zwc-faq-block a{
    color: var(--zwc-link-clr);
}

.zwc-wrapper .zwc-banner-cnt p, .user-thoughts p, .zwc-footer-before p { 
    font-family: var(--zf-primary-medium);
}
.zwc-wrapper p{
    font-size: 16px;
}
.zwc-inlbk {
    display: inline-block
}
.zw-product-header{
    background: #F8FDFF;
}
.zwc-banner-post-session .zwc-flex-wrap{
    align-items: center;
    gap: 20px;
}
.zwc-mb-0{
    margin-bottom: 0;
}
.zwc-flex-reverse{
    flex-direction: row-reverse;
}
/* Banner */
.zwc-banner-post-session{
    background-color: #F8FDFF;
}
.zwc-banner-cnt {
    width: 50%;
    max-width: 630px;
    /* padding-right: 20px; */
    /* text-align: center; */
    /* margin: 0 auto; */
    /*! padding-bottom: 60px; */
}
.zwc-banner-cnt .zwc-banner-txt{
    width: 100%;
    /* max-width: 600px; */
    margin: 0 auto 30px;
    /* text-align: left; */
}

.zwc-banner-rgt {
    width: 47%;
    position: relative;
}
.zwc-sub-img1, .zwc-sub-img2, .zwc-sub-img3, .zwc-sub-img4{
    content: '';
    display: block;
    position: absolute;
    background: url(/sites/zweb/images/assist/byod-remote-support/byod-sprite-img.svg);
    background-size: 400px;
    width: 100px;
    height: 100px;
    /* background-position: 0 0; */
    z-index: 10;
}
.zwc-sub-img1{
    background-position: -179px 0;
    top: auto;
    bottom: -10px;
    left: -40px;
    right: auto;
    width: 68px;
    height: 68px;
}
.zwc-sub-img2{
    background-position: -253px 0;
    top: 126px;
    bottom: 0;
    left: 30px;
    right: auto;
    width: 42px;
    height: 53px;
}
.zwc-sub-img3{
    background-position: -361px 0;
    top: auto;
    bottom: 50%;
    left: -40px;
    right: -11px;
    width: 39px;
    height: 42px;
    left: auto;
}
.zwc-sub-img4{
    background-position: -300px 0;
    top: -40px;
    bottom: 0;
    left: 110px;
    right: auto;
    width: 55px;
    height: 64px;
}
.zwc-sub-img{
    position: absolute;
}
.zwc-banner-rgt img{
    position: relative;
    z-index: 10;
    vertical-align: text-top;
}
/* .zwc-banner-rgt::after{
    content: '';
    position: absolute;
    width: 330px;
    height: 330px;
    background: #FFBFBF;
    top: 10%;
    left: 5%;
    border-radius: 50%;
    z-index: 0;
} */

.banner-right img {
    vertical-align: bottom
}

.banner-left p {
    font-family: var(--zf-primary-medium);
    max-width: 550px
}

.act-btn.asst-btn:before {
    content: "";
    width: 10px;
    height: 2px;
    position: absolute;
    border-bottom: 1.5px solid #fff;
    right: 15px;
    top: 48%;
    transition: .3s all ease;
}

.act-btn.asst-btn:after {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    border-top: 1.5px solid #fff;
    border-right: 1.5px solid #fff;
    top: 43.5%;
    transform: rotate(45deg);
    right: 14px;
    transition: .3s all ease;
}
.act-btn.asst-btn:hover::before {
    right: 11px;
}
.act-btn.asst-btn:hover::after {
    right: 10px;
}
/* Banner */
/* Awards Section */
.zwc-award-section{
    display: none;
}
.zwc-wrapper .zwc-tb-append h2{
    letter-spacing: 0;
}
.zwc-tb-append h2::before, .zwc-tb-append h2::after{
    display: none;
}
/* Awards Section */
/* Two column */
.zwc-two-clm-lft{
    width: 49%;
    /* max-width: 600px; */
}
.zwc-two-clm-rgt{
    width: 43%;
}
.zwc-two-clm-rgt img{
    border-radius: 12px;
}
.zwc-two-clm-lft ul li{
    position: relative;
    padding-left: 18px;
    list-style: none;
    margin-bottom: 20px;
    font-family: var(--zf-primary-medium);
    margin-left: 10px;
    font-size: 17px;
}

.zwc-two-clm-lft ul li::before {
    content: "";
    position: absolute;
    left: 0;
    width: 4px;
    height: 4px;
    background-color: #000000;
    top: 11px;
    /* transform: translateY(60%); */
    font-size: 17px;
    border-radius: 99px;
}
.zwc-two-clm .zwc-two-clm-cnt{
    margin-bottom: 150px;
}
.zwc-two-clm .zwc-two-clm-cnt:last-child{
    margin-bottom: 0;
}
.zwc-two-clm-lft-cnt{
    width: 100%;
    max-width: 570px;
}
.zwc-two-clm-lft-cnt ul{
    width: 100%;
    max-width: 480px;
    padding-bottom: 10px;
}
/* Two column */
/* Brands */
.awards-wrap {
    max-width: 100%;
    margin: 0 auto 0;
    background-color: #E5FFE8;
    /* box-shadow: 0 0 12.61px 0.39px rgba(0, 0, 0, 0.08); */
    padding: 75px 35px 75px;
    /* border-radius: 16px; */
    z-index: 0;
    position: relative;
}

.zwc-cus-awards {
    background: #E5FFE8;
    padding-top: 0;
}

.zwc-tb-append {
    text-align: center;
    position: relative;
    padding: 0;
}

.zwc-wrapper .zwc-tb-append h2 {
    font-size: 20px;
    line-height: 1.1;
    display: inline-block;
    margin: 0 auto 50px;
    text-transform: uppercase;
    position: relative;
    width: 100%;
    padding: 0 20px;
}

.zwc-tb-append h2 > span {
    background: #fff;
    display: inline-block;
    padding: 0 20px;
}

.zwc-tb-append h2::before,
.zwc-tb-append h2::after {
    position: absolute;
    content: "";
    width: 35%;
    height: 1px;
    background: #e5e5e5;
    top: 11px;
    z-index: -1;
}

.zwc-tb-append h2::before {
    left: 0;
}

.zwc-tb-append h2::after {
    right: 0;
}
/* Brands */

/* rating Testimonial Starts */
.rating-testimonial{
    text-align: center;
    padding-bottom: 100px;
}
.rating-testi-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 1060px;
    margin: 0 auto;
    max-width: 100%;
    align-items: center;
    justify-content: center;
  }
  
  .rating-wrap {
    width: 50%
  }
  
  .single-rating {
    max-width: 100%;
    text-align: center
  }
  
  .single-rating * {
    text-align: center
  }
  
  .zlogo {
    width: 167px;
    height: 31px;
    display: inline-block;
    margin-bottom: 5px;
    background-position: 0 -119px
  }
  
  .single-rating p {
    font: 20px/normal var(--zf-secondary-semibold);
  }
  
  .single-rating li a {
    display: block;
    font-size: 0;
  }
  
  .rating-section ul {
    max-width: 510px;
    margin: 30px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
  
  .stars-container {
    position: relative;
    display: inline-block;
    color: transparent;
    /* font-size: 15px; */
    letter-spacing: 5px;
    line-height: normal;
    width: 100px;
  }
  
  .stars-container::before {
    position: absolute;
    top: 0px;
    left: 0px;
    content: "★★★★★";
    color: rgb(235, 235, 235);
    display: inline-block;
  }
  
  .stars-container::after {
  
    position: absolute;
    top: 0;
    left: 0;
    content: "★★★★★";
    color: #FF6105;
    overflow: hidden;
    transition: 3s;
    width: 0;
  }
  
  .stars-container.done::after {
    width: 97px;
  }
  
  @-moz-document url-prefix() {
    .stars-container.done::after {
      width: 80%;
      /* slightly reduced width for Firefox */
    }
  
    .stars-container {
      width: 89px;
      left: 7px;
    }
  }
  
  .reviews-heading {
    text-align: center;
    margin: 0 auto 50px
  }
  
  .reviews-heading h2 {
    width: 580px;
    display: block;
    margin: 0 auto;
    max-width: 100%
  }
  
  .reviews-heading span {
    border-bottom: 2px solid #17494e;
    border-radius: 0;
    padding: 5px 0;
    margin-bottom: 20px;
    display: inline-block;
    line-height: normal;
    font-family: var(--primaryfont-bold)
  }
  
  .counter-star {
    display: block;
    color: #000;
    margin-top: 3px;
    font-size: 13px
  }
  
  .counter-star>span {
    font-size: 18px;
    color: #000;
    line-height: normal;
    font-family: var(--secondaryfont-bold) !important
  }
  
  .feature_icon_wrap span {
    -webkit-filter: opacity(0.3);
    filter: opacity(0.3)
  }
  
  .currentpointer .feature_icon_wrap span {
    -webkit-filter: opacity(1);
    filter: opacity(1)
  }
  
  .rating-logo {
    width: 100px;
    height: 25px;
    display: block;
    background-position: -248px -555px;
    background-size: 450px auto;
    z-index: 1
  }
  
  .getapp {
    background-position: -350px -559px;
    width: 80px;
    margin: 0 auto
  }
  
  .g2 {
    background-position: -735px -591px;
    width: 25px;
    margin: 0 auto;
    background-size: 380px auto
  }
  
  .single-rating div {
    padding: 5px 30px 0;
    position: relative
  }
  
  .single-rating .svg-sprite-before::before,
  .single-rating .svg-sprite-after::after {
    content: "";
    width: 40px;
    height: 100%;
    position: absolute;
    background-position: -302px -90px;
    background-size: 470px auto;
    left: 0;
    top: 0
  }
  
  .single-rating .svg-sprite-after::after {
    right: 0;
    left: auto;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1)
  }
  .zwc-wrapper .svg-sprite,
.zwc-wrapper .svg-sprite-before::before,
.zwc-wrapper .svg-sprite-after::after {
  content: "";
  background-image: url('/sites/zweb/images/assist/home-page/home-sprite-svg.svg')
}

.zwc-wrapper .sprite,
.zwc-wrapper .sprite-before::before,
.zwc-wrapper .sprite-after::after {
  content: "";
  background-image: url('/sites/zweb/images/assist/home-page/home-sprite.png')
}

  
/* rating Testimonial Ends */

/***** FAQ Start *****/
/* .zwc-faq-block {
    background-color: #000000;
    width: 100%;
   
    margin: 0 auto;
    border-radius: 6px;
    color: #ffffff;
}

.zwc-faq-block .zwc-title-block {
    margin-bottom: 30px;
}

.faq-item button {
    margin-bottom: 10px;
    cursor: pointer;
    padding: 0 20px;
    position: relative;
    font-size: 20px;
    transition: all 0.3s ease;
}

.zwc-faq-block .content-wrap {
    margin: 0 auto;
    padding: 0;
}

.faq-item button:after {
    content: "";
    display: inline-block;
    padding: 4px;
    position: absolute;
    transition: all 0.3s ease;
    border: 1px solid #000;
    clear: both;
    border-width: 0 1px 1px 0;
    right: 10px;
    top: 30px;
    transform: rotate(45deg) translateY(-50%);
}

.faq-item.active button:after {
    border: 1px solid #000;
    border-width: 0 1px 1px 0;
    transform: translateY(-50%) rotate(-135deg);
    top: 40px;
}

body {
    counter-reset: my-count;
}

.faq-wrap {
    counter-reset: div;
}

.faq-item button::before {
    counter-increment: div;
    content: counter(div) ". ";
    position: absolute;
    left: 0;
}
.faq-item.active button {
    padding: 25px 35px 15px 25px;
}
.faq-item {
    border-bottom: 1px solid rgba(112, 112, 112, 0.2);
    padding: 0;
}

.faq-ans {
    display: none;
    padding: 0 20px;
    background: #262626;
}

.faq-item:first-child .faq-ans {
    display: block;
    width: 100%;
}

.faq-item:last-child {
    border-bottom: inherit;
}
.faq-item button {
    color: #ffffff;
    cursor: pointer;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: text-top;
    width: 100%;
    padding: 25px 35px 35px 25px;
    position: relative;
    z-index: 2;
    box-sizing: border-box;
    font-family: var(--zf-secondary-semibold);
    text-align: left;
    margin-top: 0;
    background-color: #262626;
    border: 0;
}
.zwc-title-block, .faq-wrap{
    width: 48%;
} */
/* Faq-section */
.zwc-faq-wrap{
    background: #030303;
    padding: 120px 0;
  }
  .zwc-faq-wrap .content-wrap{
    display: flex;
    gap: 100px;
  }
  .zwc-faq-heading h2 {
    font-family: var(--primaryfont-semibold);
    font-size: clamp(32px, 4vw, 56px);
    line-height: 1.14;
    letter-spacing: -1.12px;
    color: #fff;
  }
  .zwc-faq-heading {
    width: 40%;
  }
  .zwc-faq-cont {
    width: 60%;
  }
  .zwc-faq-item {
    margin-bottom: 16px;
    position: relative;
    background: #252221;
    border-radius: 8px;
  }
  .zwc-wrapper .zwc-faq-cont h3 {
    margin-bottom: 0;
  }
  .zwc-faq-cont button {
    font-size: 24px;
    line-height: 1.3;
    letter-spacing: -0.4px;
    color: #fff;
    margin-bottom: 0;
    position: relative;
    cursor: pointer;
    padding: 24px 64px 24px 24px;
    background: #202020;
    border-radius: 4px;
    width: 100%;
    border: 0;
    text-align: left;
    font-family: var(--primaryfont-semibold);
  }
  .zwc-faq-cont h3 span {
    content: "";
    position: absolute;
    right: 26px;
    top: 26px;
    z-index: 1;
    width: 24px;
    height: 24px;
    background-color: #fff;
    border-radius: 100px;
    cursor: pointer;
  }
  .zwc-faq-cont h3 span::before {
    left: 50%;
    top: 50%;
    height: 2px;
    width: 14px;
    transform: translate(-50%,-50%);
  }
  .zwc-faq-cont h3 span::before, .zwc-faq-cont h3 span::after {
    content: "";
    position: absolute;
    background: #000;
    z-index: 2;
    border-radius: 8px;
    cursor: pointer;
  }
  .zwc-faq-cont h3 span::after {
    left: 50%;
    width: 2px;
    top: 50%;
    height: 14px;
    transform: translate(-50%,-50%);
  }
  .zwc-faq-item.active h3 span::after {
    display: none;
  }
  .zwc-faq-ans {
    display: none;
    color: #fff;
    padding: 0 24px 24px;
    background: #202020;
  }
  .zwc-faq-ans p{
    color: #f5f5f5;
    max-width: 620px;
    margin: 15px 0;
    font-size: 18px;
  }
  .zwc-faq-ans p:first-child {
    margin-top: 0;
  }
  .zwc-faq-ans p:last-child{
    margin-bottom: 0;
  }
/***** FAQ End *****/
/***** Footer Before *****/
.zwc-footer-before{
    background: #FFFFFF;
    background: linear-gradient(180deg,rgba(255, 255, 255, 1) 0%, rgba(252, 244, 237, 1) 50%, rgba(240, 235, 250, 1) 100%);
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding: 100px 0;
}
.zwc-footer-before h2{
    margin-bottom: 30px;
}
.zwc-footer-before p{
    font-size: 32px;
    letter-spacing: -1px;
}
/***** Footer Before *****/

@media only screen and (min-width: 1200px) {
    .zwc-wrapper h1, .zwc-wrapper h2, .zwc-wrapper .zwc-two-clm-lft-cnt h3{
        font-family: var(--primaryfont-semibold);
    }
    /* .zwc-wrapper h2{
        font-family: var(--primaryfont-bold);
    } */
    .zwc-wrapper h1 {
        font-size: 64px;
        margin: 0 0 20px;
        line-height: 1.1;
        letter-spacing: -3px;
        max-width: 530px;
    }

    .zwc-wrapper h2 {
        font-size: 40px;
        letter-spacing: -1px;
        margin-bottom: 30px;
        line-height: 1.2;
    }
   .zwc-wrapper .zwc-footer-before h2, .zwc-wrapper .zwc-faq-heading h2{
        font-size: 56px;
        margin-bottom: 10px;
   }
    .zwc-wrapper .zwc-two-clm-lft-cnt h3{
        font-size: 24px;
        letter-spacing: -1px;
        margin: 50px auto 20px;
        line-height: 1.2;
    }
}
@media only screen and (max-width: 1199px) {
    .zwc-footer-before h2{
        margin-bottom: 10px;
    }
    .zwc-footer-before p{
        font-size: 22px;
        line-height: 1.3;
    }
    .rating-wrap {
        width: 100%;
    }
    .rating-section ul {
        margin: 30px auto;
    }
}
@media only screen and (max-width: 991px) {
    .zwc-banner-post-session .zwc-flex-wrap, .zwc-two-clm-cnt.zwc-flex-wrap{
       flex-direction: column;
       align-items: center;
       text-align: center;
       margin: 0 auto;
    }
    .zwc-two-clm-cnt.zwc-flex-wrap{
        text-align: left;
        margin: 0 auto 80px;
    }
    .zwc-two-clm-cnt.zwc-flex-wrap{
        text-align: left;
    }
    .zwc-banner-cnt, .zwc-banner-rgt{
        width: 100%;
        max-width: 550px;
    }
    .zwc-banner-cnt h1{
        width: 100%;
        max-width: 410px;    
    }
    .zwc-banner-cnt h1, .zwc-banner-cnt .zwc-banner-txt{
        margin: 0 auto 20px;
    }
    .zwc-banner-cnt{
        margin-bottom: 30px;
    }
    .zwc-two-clm-lft, .zwc-two-clm-rgt{
        width: 100%;
        max-width: 490px;
        margin: 0 auto;
    }
    .zwc-faq-wrap .content-wrap{
        flex-direction: column;
        gap: 50px;
    }
    .zwc-faq-heading, .zwc-faq-cont{
        width: 100%;
        max-width: 750px;
        margin: 0 auto;
    }
    .zwc-faq-heading h2{
        text-align: center;
    }
    section, .zwc-faq-wrap, .zwc-footer-before{
        padding: 80px 0;
    }
    .zwc-faq-cont button{
        font-size: 22px;
       
    }
    .rating-testimonial{
        padding-bottom: 80px;
    }
    .zwc-footer-before p{
        font-size: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .zwc-two-clm-lft, .zwc-two-clm-rgt{
        max-width: 450px;
    }
    .zwc-faq-cont button{
        font-size: 20px;
    }
    .zwc-faq-ans p{
        font-size: 17px;
    }
    section, .zwc-faq-wrap, .zwc-footer-before{
        padding: 60px 0;
    }
    .rating-testimonial{
        padding-bottom: 60px;
    }
    .zwc-two-clm-cnt.zwc-flex-wrap{
        margin: 0 auto 60px;
    }
    .zwc-faq-wrap .content-wrap{
        gap: 30px;
    }
    .zwc-two-clm-lft ul li{
        margin-bottom: 15px;
        font-size: 16px;
        margin-left: 0;
    }
    .rating-section ul {
        -webkit-box-pack: center;
        justify-content: center;
        flex-wrap: wrap;
        margin-bottom: 0px;
        max-width: 100%;
    }
    .rating-section ul li {
        margin: 10px;
    }

    
}
@media only screen and (max-width: 480px) {
    .zwc-faq-heading h2{
        font-size: 25px;
    }
    .zwc-faq-cont button{
        font-size: 18px;
        padding: 24px 64px 14px 24px;
       
    }
    .zwc-faq-ans p{
        font-size: 16px;
    }
    
}