:root {
    --sprite-icon:url("/sites/zweb/images/workdrive/contact/sprite.png");
    --box-patten:url("/sites/zweb/images/workdrive/contact/patten_2x.png");
      --contact-flag:url("/sites/zweb/images/commonroot/contact-flag.png");
      --event-flag:url("/sites/zweb/images/commonroot/events-flags-sprite.png")
  }
  * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }
  .nomargin {
    margin: 0px;
  }
button.cta-txt {
    border: none;
    background: transparent;
    color: var(--zwc-link-clr);
    font-family: var(--zf-primary-semibold);
    text-decoration: underline;
    font-size: 17px;
}
  .zhide {
    display: none !important;
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .zflex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }
  .zflex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .zflex-ac {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
        align-items: center;
  }
  .zflex-jsb {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .zflex-jc {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .zwrapper img {
    vertical-align: top;
  }
  .block-content h2,
  .block-content h3 {
    font-family: var(--zf-primary-bold);
  }
  
  .block-content .zbtn {
    display: inline-block;
    font-family: var(--zf-primary-semibold), Arial, Helvetica, sans-serif;
    padding: 10px 30px;
    margin: 0;
    border: 1px solid transparent;
    cursor: pointer;
    box-sizing: border-box;
    z-index: 1;
    font-size: 14px;
    background: #f0483e;
    color: #ffffff;
    border-radius: 0px;
  }

  .zsvg svg {
    width: 100%;
    height: auto;
  }
  svg g{
      -webkit-clip-path: initial;
      clip-path: initial;
  }
  
  span.opt {
      color: #8a8585;
      font-size: 12px;
  }
  ul.list-points{
    margin:32px 0 64px;
  }
  /* forms-sec */
  .forms-sec{
      position: relative;
      background: #EBFDF1;
      padding: 60px 0;
  }
  .zcontent-box{
      max-width: 500px;
      padding-right: 10%;
  }
  .zcontent-box h2{
    margin-bottom: 24px;
  }
  .zcontent-box p{
    margin: 26px 0 10px;
  }
  .zcontent-box p a{
    font-size:17px;
 }
  .zcontent-box a{
    color: var(--zwc-link-clr);
    font-family: var(--zf-primary-semibold);
    text-decoration: underline;
    font-size: 18px;
  }
  .zcontent-box .list-points li{
      position: relative;
      padding-left: 30px;
      margin-bottom: 15px;
      color: #1F201F;
  }
  .zcontent-box .list-points li::before{
      content: '';
      position: absolute;
      top: 4px;
      left: 0px;
      display: inline-block;
      background: var(--sprite-icon) no-repeat;
      background-size: 480px auto;
      background-position: -462px 1px;
      width: 18px;
      height: 18px;
      filter: brightness(0) saturate(100%) invert(11%) sepia(93%) saturate(6643%) hue-rotate(247deg) brightness(90%) contrast(96%);
  }
  .zform-box{
      max-width: 465px;
      margin: 0px auto;
      border-radius: 12px;
      border: 1px solid #dddddd;
      padding: 20px;
      box-shadow: 0px 0px 10px rgba(10,31,68, 0.1);
      background-color: #ffffff;
  } 
  .forms-sec .zmail-block .zmail-box{
      margin: 0px auto;
  }
  .forms-sec .zmail-block .zmail-box:not(:last-child){
      margin-bottom: 40px;
  }
  /* forms-sec */
  /* Rating */
  .ratings-wrap {
    margin-top: 32px;
}
  .ratings-wrap [class|="zicons"] {
    display: inline-block;
    background: var(--rating-sprite);
    background-size: 852px auto;
    background-repeat: no-repeat
}
.ratings-wrap .zaward-box [class|="zicons"] {
    background-size: 80px auto;
}
.ratings-wrap .zicons-shortlist {
    background-size: 115px auto !important;
}
.ratings-wrap .zicons-valuematrix {
    background: url('/sites/zweb/images/otherbrandlogos/nucleus-research-value-matrix-leader-2023.png') no-repeat;
    width: 80px;
    height: 80px;
}

.ratings-wrap .zicons-shortlist {
    background: url('/sites/zweb/images/otherbrandlogos/constellation-shortlist.png') no-repeat;
    width: 120px;
    height: 80px;
    background-size: 117px;
}

.ratings-wrap .zicons-leader {
    background: url('/sites/zweb/images/otherbrandlogos/g2-leader-summer.png') no-repeat;
    width: 88px;
    height: 80px;
}

.ratings-wrap .zicons-capterra {
    background: url(/sites/zweb/images/otherbrandlogos/capterra.svg) no-repeat;
    width: 105px;
    height: 24px
}

.ratings-wrap .zicons-getapp {
    background: url(/sites/zweb/images/otherbrandlogos/getapp.svg) no-repeat;
    width: 100px;
    height: 21px
}

.ratings-wrap .zicons-playstore {
    background: url('/sites/zweb/images/otherbrandlogos/google-play.svg') no-repeat;
    width: 114px;
    height: 22px;
}

.ratings-wrap .zicons-appstore {
    width: 118px;
    height: 25px;
    background: url(/sites/zweb/images/otherbrandlogos/appstore-icon.svg) no-repeat;
    position: relative;
}
.ratings-wrap .zicons-appstore::before {
    content: 'App Store';
    font-size: 18px;
    position: absolute;
    right: 0px;
    font-family: var(--zf-primary-medium);
    top: 50%;
    transform: translateY(-50%);
}
.ratings-wrap .zicons-peerinsights {
    background: url('/sites/zweb/images/otherbrandlogos/gartner-logo.svg') no-repeat;
    width: 123px;
    height: 30px
}

.ratings-wrap .zrating-box>span,
.ratings-wrap .zrating-box div {
    vertical-align: middle;
    display: inline-block;
}
.zrating-box {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #006622;
  padding: 20px;
  border-radius: 16px;
  gap: 8px;
  width: 157px;
}
.ratings-wrap p{
  margin-bottom: 16px;
}
/*ratings-wrap .zrating-box>span {
    width: 155px;
}*/

.ratings-wrap .zrating-box div span:not(:last-child) {
    margin-right: 4px;
    text-align: right
}

.ratings-wrap .zrating-box .stars-container {
    position: relative;
    display: inline-block;
    color: transparent;
    font-size: 18px;
    letter-spacing: 2px
}

.ratings-wrap .zrating-box .stars-container:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "\2605";
    color: #d0d0d0
}

.ratings-wrap .zrating-box .stars-container:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '\2605';
    color: #f8a824;
    overflow: hidden;
    -webkit-transition: all 2.5s ease;
    -o-transition: all 2.5s ease;
    transition: all 2.5s ease;
    width: 0
}

.ratings-wrap .zrating-box .counter-star {
    display: inline-block;
    font-weight: 300;
    color: #000;
    font-size: 14px;
    width: 52px
}

.ratings-wrap .zrating-box .counter-star .current-value {
    font-family: var(--zf-secondary-medium);
    font-size: 15px;
    color: #000
}

.ratings-wrap .zwe-ob .stars-94::after {
    width: 89.5%
}

.ratings-wrap .zwe-ob .stars-95::after {
    width: 90%
}

.ratings-wrap .zwe-ob .stars-98::after {
    width: 92%
}

.zrating-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 20px;
    margin:0 0 32px;
    max-width: 511px;
}

.ratings-wrap .zaward-box {
    display: flex;
    justify-content: center;
    align-items: center;
}
/* Trusted brand */
.trust-brands-wrap .zorg-inner {
  max-width: unset;
  margin-top: 40px;
}

.trust-brands-wrap ul li {
  margin-top: 0;
}

.trust-brands-wrap [class|="ztbicon"] {
  background-size: 571px auto;
}

.ztbicon-iifl {
  background-position: 0 0;
  width: 112px;
  height: 34px;
}

.ztbicon-star {
  background-position: -114px 0;
  width: 79px;
  height: 35px;
}

.ztbicon-puro {
  background-position: -234px -5px;
  width: 82px;
  height: 23px;
}

.ztbicon-hash {
  background-position: -317px 0;
  width: 92px;
  height: 34px;
}

.ztbicon-tomedes {
  background-position: -411px 0;
  width: 160px;
  height: 33px;
}

.ztbicon-livin {
  background-position: -4px -41px;
  width: 75px;
  height: 36px;
}

.ztbicon-capital {
  background-position: -82px -43px;
  width: 165px;
  height: 33px;
}

.ztbicon-send {
  background-position: -250px -41px;
  width: 79px;
  height: 36px;
}

.ztbicon-view {
  background-position: -332px -43px;
  width: 236px;
  height: 32px;
}

  /* Contact-mails-sec */
  .contact-mails-sec{
      background:#002D41;
      color: #000000;
  }
  .contact-mails-sec .content-wrap {
    max-width: 1340px;
  }
  .contact-mails-sec .zmail-block{
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
      -ms-flex: auto;
      flex: auto;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    align-items: center;
      justify-content: center;
      gap: 40px;
  }
  .zmail-box{
      max-width: 420px;
      width: 100%;
      box-sizing: border-box;
      background: #fafafa var(--box-patten) no-repeat;
      background-size: 100px auto;
      background-position: top right;
      padding: 38px 32px;
      border: 1px solid #DDDDDD;
      border-radius: 10px;
  }
  .zmail-box h5{
      font-family: var(--zf-primary-bold);
      color: #1A1A1A;
      margin-bottom: 0px;
  }
  .zmail-box p{
      padding-top: 25px;
      margin-bottom: 0px;
  }
  .zmail-box .mail-lnk{
      color:var(--zwc-link-clr);
  }
  .zflex-two-col:first-child {
      padding-right: 25px;
  }
  /* Contact-mails-sec */
  
  /*Min-Width*/
  @media (min-width: 768px) and (max-width: 900px) {
      .zmail-box h5 {
           max-width: 150px; 
      }
  }
  
  @media (max-width: 480px) {
      .zmail-box h5 {
           max-width: 150px; 
      }
  
      .zmail-box .mail-lnk {
          font-size: 15px;
      }
  }
  @media only screen and (min-width: 768px) {
    .zsection .content-wrap {
      padding: 70px 0px;
    }
      .zsection.forms-sec .content-wrap {
      padding: 0px 0px 0px;
      }
      .zflex-one-col {
          width: 100%;
          -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
    }
    .zflex-two-col {
          width: 50%;
          -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
          flex: 0 0 50%;
    }
      .forms-sec .zflex-two-col:first-child {
          width: 60%;
          -webkit-box-flex: 0;
          -ms-flex: 0 0 60%;
          flex: 0 0 60%;
    }
      .forms-sec .zflex-two-col:last-child {
          width: 40%;
          -webkit-box-flex: 0;
          -ms-flex: 0 0 40%;
          flex: 0 0 40%;
    }
      .contact-mails-sec .zmail-box{
          width: calc(50% - 20px);
      }
  }

  @media only screen and (min-width: 1200px) {
    .zsection .content-wrap {
      padding: 90px 0px;
    }

      .contact-mails-sec .zmail-box{
          width: calc(33.33% - 27px);
      }
      .contact-mails-sec .zmail-box h5{
          font-size: 18px;
      }
      .contact-mails-sec .zmail-box:last-child {
          min-height: 260px;
      }
  }
  /*Min-Width*/
  /*Max-Width*/
  @media (max-width:1400px) {
    .trust-brands-wrap ul li {
      flex: initial;
  }
  }
  @media only screen and (max-width: 991px) {
    .zcontent-box{
        padding-right: 0px;
    }
   
    .zsection.forms-sec .content-wrap {
        padding: 30px 0px 50px;
      }
   
  }
  @media only screen and (max-width: 767px) {
    .zflex-two-col:first-child {
        padding-right: 0;
    }
    .zsection .content-wrap {
      padding: 50px 0px;
    }
    
    .zflex-one-col,
    .zflex-two-col {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .forms-sec .zmail-block .zmail-box{
        margin-top: 40px;
    }
  }
  @media(max-width:480px){
    .zrating-box {
      padding: 10px;
      gap: 0px;
      width: 134px;
  }
  .zrating-block{
    justify-content: center;
    gap: 10px;
  }
  }
  /*Max-Width*/
 