:root {
  --sprite-icon: url("/sites/zweb/images/flow/resource/resource-sprite.svg");
  --secondary-bg: #f8faff;
}

.zcr-quick-connect {
  display: none
}

body {
  background: unset
}

.content-wrap {
  max-width: 1280px
}

.pd-tb {
  padding: 80px 0
}

.break {
  display: none
}

.zcol2 {
  width: 47%;
  flex: 0 0 auto
}

.zcol4 {
  width: 23%;
  flex: 0 0 auto
}

.tac {
  text-align: center
}

.zflex {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.zw-product-header,
.banner-wrap {
  background: var(--secondary-bg);
}

.banner-wrap {
  text-align: center
}

.banner-wrap .search-wrap {
  padding: 70px 0 80px
}

.banner-wrap .search-wrap .search-box {
  max-width: 600px;
  margin: 30px auto 0
}

.banner-wrap .search-wrap input.search-field {
  border-radius: 7px;
  border: 1px solid #bfc7d8;
  box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.06)
}

.banner-wrap a,
.zb-link a {
  letter-spacing: -.25px;
  font-family: var(--primaryfont-semibold);
  text-transform: uppercase;
  position: relative;
  border: 1px solid #f0483e;
  padding: 12px 20px;
  border-radius: 5px;
  background: #f0483e;
  color: #fff
}

.banner-wrap a:after {
  content: '';
  position: absolute;
  width: 92%;
  height: 1.5px;
  background: #f0483e;
  left: 0;
  bottom: -1px
}

.zb-link a {
  border: 1px solid#000;
  background: #000
}

.horz-tab ul li.active .drop-down {
  display: inline-block;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  vertical-align: middle;
  border-color: transparent transparent transparent #000;
  transform: rotate(90deg);
  margin-left: 3px
}

.horz-tab {
  position: sticky;
  top: 0;
  background: #fff;
  width: 100%;
  z-index: 1
}

.horz-tab ul li {
  font-size: 18px;
  font-family: 'Zoho_Puvi_Regular';
  letter-spacing: -.5px;
  cursor: pointer;
  position: relative;
  z-index: 0;
  padding: 16px 0 16px
}

.horz-tab ul li a {
  color: #000
}

.horz-tab ul li.active {
  font-family: var(--primaryfont-semibold)
}

.horz-tab ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: -1px;
  left: 0;
  z-index: 0;
  width: 0;
  border-bottom: 2.5px solid #000
}

.horz-tab ul li.active::before {
  width: 100%;
  -webkit-transition: width .3s ease-in;
  -o-transition: width .3s ease-in;
  transition: width .3s ease-in
}

/* .tab-content {
  display: none
} */

.horz-tab nav ul li.active {
  border-top: 0
}

.horz-tab nav {
  margin: 0 auto;
  background: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  max-width: 960px;
  margin: auto;

}

.horz-tab {
  border-bottom: 1px solid #ddd;
}

.horz-tab nav ul {
  display: flex;
  flex-direction: column
}

.horz-tab nav ul li {
  order: 1
}

.horz-tab nav ul li.active {
  order: 0
}

.horz-tab nav ul li.active:after {
  width: 1px;
  height: 1px;
  border: 5px solid transparent;
  border-top: 5px solid #555;
  content: "";
  position: absolute;
  right: 1.5em;
  top: 1.4em;
  z-index: 9999
}

.horz-tab nav ul li:not(.active) {
  position: absolute;
  top: -999em
}

.horz-tab nav ul.expanded li.active:after {
  border-top-color: transparent;
  border-bottom-color: #555;
  top: 1em
}

.horz-tab nav ul.expanded li:not(.active) {
  position: relative;
  top: auto
}

/* .tab-content.active {
  display: block
} */

.lm-btn a .arrow,
.tab-content .lhs li .allweb-icon .arrow,
.banner-wrap a .arrow,
.zb-link a .arrow {
  width: 16px;
  height: 16px;
  display: inline-block;
  border: 2px solid #000;
  border-radius: 100%;
  position: relative;
  cursor: pointer;
  transition: .5s ease-in all;
  vertical-align: bottom;
  opacity: 0;
  position: absolute;
  top: 16px;
  right: 16px;
  transform: scale(.9)
}

.banner-wrap a .arrow,
.zb-link a .arrow {
  top: 0;
  right: -23px
}

.lm-btn a .arrow i,
.tab-content .lhs li .allweb-icon .arrow i,
.banner-wrap a .arrow i,
.zb-link a .arrow i {
  background: #000;
  width: 7px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-55%, -50%);
  border-radius: 5px
}

.lm-btn a .arrow i:before,
.tab-content .lhs li .allweb-icon .arrow i:before,
.banner-wrap a .arrow i:before,
.zb-link a .arrow i:before {
  content: '';
  position: absolute;
  transform: rotate(316deg) translateY(-70%);
  top: 50%;
  right: -4px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  padding: 2.4px;
  border-radius: 1px
}

.admin-grid .rhs ul li:hover .lm-btn a .arrow,
.tab-content .lhs li:hover .allweb-icon .arrow,
.banner-wrap a:hover .arrow,
.zb-link a:hover .arrow {
  transform: rotate(-40deg) scale(1);
  opacity: 1
}

.admin-grid {
  align-items: flex-start;
  justify-content: space-evenly;
  gap: 0 64px
}

.admin-grid .lhs {
  width: 21.3%;
  position: sticky;
  top: 160px
}

.admin-grid .lhs nav {
  display: flex;
  flex-direction: column
}

.admin-grid .lhs nav button {
  max-width: 80%;
  padding: 12px 12px;
  cursor: pointer;
  margin-bottom: 5px;
  font-size: 16px;
  font-family: var(--primaryfont-regular);
  letter-spacing: -0.25px;
  margin-bottom: 0;
  text-align: left;
}


.left-cont nav button.active {
  background: #ebf2fa;
  border-radius: 5px
}

.admin-grid .lhs nav button.active,
.admin-grid .lhs nav button.active {
  font-family: var(--primaryfont-semibold)
}

.admin-grid .rhs {
  width: 85%
}

.admin-wrap .rhs ul li {
  transition: all .7s ease-in
}

.admin-wrap .rhs ul li a {
  color: #000
}

.box1 {
  margin-top: 0
}

.admin-grid .rhs ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 50px
}

.admin-grid .rhs ul li {
  width: calc(30% - -11px);
  display: flex;
  align-items: stretch
}

.admin-grid .rhs ul li>div {
  width: 100%;
  padding: 48px 38px 58px 38px;
  box-sizing: border-box;
  position: relative;
  border-radius: 8px;
  border: 1px solid #e9e9e9;
  background: #fafcff;
  color: #000
}

.admin-grid .rhs ul li:hover>div {
  box-shadow: 1.95px 1.95px 2.6px rgba(0, 0, 0, 0.15);
  transform: translateY(-5px);
  transition: all .2s ease-in
}

.admin-grid .rhs ul li h3 {
  font-size: 20px;
  letter-spacing: -.5px
}

.admin-grid .rhs ul li p a {
  color: #000;
  border-bottom: 1px solid #000
}

.admin-grid .rhs ul li p {
  font-size: 14px
}

.lm-btn {
  color: var(--zwc-link-clr);
  position: absolute;
  bottom: 34px
}

.admin-wrap .rhs ul li .lm-btn a {
  color: var(--zwc-link-clr);
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .25px;
  font-family: var(--primaryfont-semibold);
  position: relative
}

.admin-wrap .rhs ul li .lm-btn a:before {
  position: absolute;
  content: '';
  width: 93px;
  height: 1.5px;
  bottom: -.2px;
  background: var(--zwc-link-clr);
  left: 0
}

.admin-wrap .rhs ul li .lm-btn.submit-ticket a:before {
  width: 107px
}

.view-all-btn a {
  color: var(--zwc-link-clr);
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .25px;
  font-family: var(--primaryfont-semibold);
  position: relative;
  border-bottom: 1px solid var(--zwc-link-clr)
}

.lm-btn a .arrow,
.banner-wrap a .arrow {
  position: static;
  border: 2px solid var(--zwc-link-clr);
  vertical-align: text-top
}

.zb-link a .arrow {
  position: static;
  border: 2px solid #fff;
  vertical-align: text-top;
  opacity: 1
}

.lm-btn a .arrow i,
.banner-wrap a .arrow i {
  background: var(--zwc-link-clr)
}

.lm-btn a .arrow i:before,
.banner-wrap a .arrow i:before {
  border: solid var(--zwc-link-clr);
  border-width: 0 2px 2px 0
}

.admin-grid .rhs ul li [class|="zsprite"] {
  display: block;
  background: var(--sprite-icon) -4px -3px / 1000px auto no-repeat;
  width: 44px;
  height: 45px;
  margin-bottom: 20px;
}

.admin-grid .rhs ul li .zsprite-overview {
  background-position: -4px -3px;
  width: 44px;
  height: 45px;
}

.admin-grid .rhs ul li .zsprite-getstarted {
  background-position: -64px -4px;
  width: 42px;
  height: 43px;
}

.admin-grid .rhs ul li .zsprite-security-privacy {
  background-position: -125px -4px;
  width: 38px;
  height: 45px;
}

.admin-grid .rhs ul li .zsprite-gdpr {
  background-position: -182px -3px;
  width: 43px;
  height: 46px;
}

.admin-grid .rhs ul li .zsprite-comparisons {
  background-position: -240px -4px;
  width: 46px;
  height: 43px;
}

.admin-grid .rhs ul li .zsprite-pricing {
  background-position: -301px -3px;
  width: 42px;
  height: 46px;
}

.admin-grid .rhs ul li .zsprite-upcoming-webinars {
  background-position: -357px -8px;
  width: 49px;
  height: 38px;
}

.admin-grid .rhs ul li .zsprite-recorded-webinars {
  background-position: -419px -4px;
  width: 43px;
  height: 44px;
}

.admin-grid .rhs ul li .zsprite-faq {
  background-position: -475px -4px;
  width: 49px;
  height: 43px;
}

.admin-grid .rhs ul li .zsprite-help-doc {
  background-position: -542px -4px;
  width: 34px;
  height: 44px;
}

.admin-grid .rhs ul li .zsprite-knowledge-base {
  background-position: -603px -4px;
  width: 31px;
  height: 45px;
}

.admin-grid .rhs ul li .zsprite-onprem-integration-support {
  background-position: -661px -4px;
  width: 34px;
  height: 43px;
}

.admin-grid .rhs ul li .zsprite-app-specific-page {
  background-position: -776px -5px;
  width: 41px;
  height: 41px;
}

.admin-grid .rhs ul li .zsprite-community {
  background-position: -833px -4px;
  width: 46px;
  height: 44px;
}

.admin-grid .rhs ul li .zsprite-become-partner {
  background-position: -891px -9px;
  width: 48px;
  height: 33px;
}

.admin-grid .rhs ul li .zsprite-contactus {
  background-position: -955px -7px;
  width: 38px;
  height: 38px;
}

.admin-grid .rhs ul li .zsprite-video-tutorials {
  background-position: -4px -65px;
  width: 44px;
  height: 40px;
}

.admin-grid .rhs ul li .zsprite-articles {
  background-position: -65px -65px;
  width: 40px;
  height: 41px;
}

.admin-grid .rhs ul li .zsprite-guides {
  background-position: -120px -64px;
  width: 49px;
  height: 43px;
}

.admin-grid .rhs ul li .zsprite-ebooks {
  background-position: -182px -62px;
  width: 43px;
  height: 46px;
}

.admin-grid .rhs ul li .zsprite-training {
  background-position: -239px -63px;
  width: 47px;
  height: 44px;
}

.admin-grid .rhs ul li .zsprite-certification {
  background-position: -303px -62px;
  width: 38px;
  height: 45px;
}

.admin-grid .rhs ul li .zsprite-whatsnew {
  background-position: -357px -66px;
  width: 49px;
  height: 40px;
}

.admin-grid .rhs ul li .zsprite-release-notes {
  background-position: -422px -62px;
  width: 38px;
  height: 45px;
}

.tab-content .lhs ul li h3,
.tab-content .lhs ul li a {
  position: relative;
  color: #000
}

.admin-grid .rhs ul.contactus-details {
  display: unset;
  flex-wrap: unset;
  gap: unset;
  margin-bottom: unset
}

.admin-grid .rhs ul.contactus-details li {
  display: inline-block;
  width: 100%;
  font: 14px / 1.6 'Zoho_Puvi_Regular';
  letter-spacing: -.25px
}

.admin-grid .rhs ul.contactus-details li a {
  color: var(--zwc-link-clr);
  border-bottom: 1px solid var(--zwc-link-clr)
}

@media(min-width:1200px) and (max-width:1399px) {
  .admin-grid .lhs ul li {
    width: 100%
  }

  .admin-grid .rhs ul {
    gap: 20px
  }

  .admin-grid .rhs ul li {
    width: 30%
  }

  .admin-grid .rhs ul li>div {
    /*! width:240px; */
    padding: 32px 32px 58px 32px;
  }

  .admin-grid .rhs ul li h3 {
    font-size: 18px;
    line-height: normal
  }
}

@media(min-width:1025px) and (max-width:1199px) {
  .admin-grid .lhs {
    width: 21.3%
  }

  .admin-grid .lhs ul li {
    max-width: 90%
  }

  .banner-wrap p {
    max-width: 600px;
    margin: auto auto 15px
  }

  .training-inner p {
    max-width: 80%;
    font-size: 16px
  }

  .horz-tab ul li {
    font-size: 16px
  }

  .admin-grid .rhs ul li {
    width: 47%
  }

  .admin-grid .rhs ul li>div {
    /*! width:95%; */
    padding: 40px 24px 58px 24px;
  }

  .admin-grid .rhs ul li h3 {
    font-size: 18px;
    line-height: normal
  }

  .training-list .list-wrap .list-info {
    max-width: 100%;
    margin: 0;
    padding: 40px 40px;
    width: calc(31% - -5px)
  }
}

@media(min-width:768px) and (max-width:1024px) {
  .pd-tb {
    padding: 50px 0
  }

  .banner-wrap p {
    max-width: 500px;
    margin: auto auto 15px
  }

  .admin-grid .lhs ul li {
    max-width: 90%
  }

  .horz-tab ul li {
    font-size: 16px
  }

  .training-inner p {
    max-width: 640px;
    font-size: 15px
  }

  .top-cont {
    margin-bottom: 32px
  }

  .admin-grid .lhs ul li {
    width: 100%
  }

  .admin-grid .rhs ul li {
    width: calc(48% - -2px)
  }

  .admin-grid .rhs ul li>div {
    padding: 32px 24px 58px 24px;
    width: 98%;
  }

  .admin-grid .rhs ul li h3 {
    font-size: 20px;
    line-height: normal
  }

  .admin-grid .lhs ul li h3,
  .admin-grid .lhs ul li a {
    font-size: 14px
  }

  .admin-grid .lhs {
    width: 24%
  }

  .admin-grid .rhs {
    width: 74%
  }

  .admin-grid .rhs ul {
    gap: 16px;
    margin-top: 24px
  }

  .admin-grid {
    gap: 0 20px
  }
}

@media(min-width:992px) {
  .zcol-2 {
    flex: 0 0 auto;
    width: 47%
  }

  .zcol-3 {
    flex: 0 0 auto;
    width: 32.2%
  }

  .zcol-4 {
    flex: 0 0 auto;
    width: 23%
  }

  a.act-btn {
    font-size: 20px
  }
}

@media all and (min-width:768px) and (max-width:991px) {

  .zb-link {
    width: 20%
  }

  .span.flag {
    top: 22px
  }

  span.flag {
    top: 22px
  }
}

@media all and (max-width:768px) {

  /* mobile menu start */
  .mob-menu {
    display: block;
  }

  .horz-tab nav {
    position: absolute;
    width: 250px;
    right: 0;
    top: 48px;
    flex-flow: column;
    padding: 0px 0px;
    box-shadow: 0 0 10px 0 #ccc;
    gap: 0;
    border-radius: 4px;
    display: none;
  }

  .horz-tab nav.expanded {
    display: block;
  }

  .horz-tab button {
    border-bottom: 1px solid #ccc;
    padding: 15px 0;
    min-width: unset;
    width: 100%;
  }

  /* mobile menu end */
}

@media all and (min-width:768px) {
  .banner-wrap a {
    font-size: 14px
  }

  .banner-wrap a:after,
  .zb-link a:after {
    width: 93%
  }

  nav {
    background: transparent
  }

  .horz-tab nav ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    max-width: 960px;
    margin: auto
  }

  .horz-tab nav ul li {
    display: inline-block;
    border: 0
  }

  .horz-tab nav ul li:not(.active) {
    position: relative;
    top: auto
  }

  .horz-tab nav ul li.active {
    order: 1
  }

  .horz-tab nav ul li.active:after {
    display: none
  }
}

@media(max-width:767px) {
  .content-wrap {
    max-width: 460px
  }

  .write-us-wrap h3 {
    font-size: 30px;
    max-width: 360px;
    margin: 0 auto 20px
  }

  .z-bottom-cta-menu.withCW a {
    width: calc(100% - 50px)
  }

  .banner-wrap a,
  .zb-link a {
    font-size: 14px
  }

  .banner-wrap p {
    max-width: 500px;
    margin: auto auto 15px
  }

  .horz-tab ul {
    flex-direction: column;
    align-items: flex-end;
    margin: auto;
    gap: 0;
    text-align: center;
    display: none;
    box-shadow: 0 0 10px 0 #ccc
  }

  .horz-tab {
    text-align: center;
    padding: 0;
    border-bottom: 0 solid
  }

  .horz-tab nav {
    border-bottom: 0 solid;
    padding: 0
  }

  .horz-tab ul li.active::before {
    display: none
  }

  .horz-tab ul li.active {
    display: block;
    opacity: 1;
    background: #fbf9f3
  }

  .horz-tab ul li {
    padding: 14px;
    cursor: pointer;
    width: 100%;
    opacity: .7;
    border-top: 1px solid #eee
  }

  .pd-tb {
    padding: 50px 0
  }

  .admin-grid .lhs {
    display: none
  }

  .admin-grid .rhs {
    width: 100%
  }

  .admin-grid .rhs ul {
    justify-content: center
  }

  .admin-grid .rhs ul li {
    width: 100%
  }

  .admin-grid .rhs {
    width: 100%
  }
}

@media(min-width:560px) and (max-width:767px) {
  .admin-grid .rhs ul {
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 50px
  }
}

@media(min-width:320px) and (max-width:560px) {
  .admin-grid .rhs ul li {
    width: 100%;
    max-width: 400px;
    margin: auto
  }

  .admin-grid .rhs ul li>div {
    margin: auto
  }
}

@media(min-width:1200px) {
  .horz-tab {
    top: 65px
  }

  .break {
    display: block
  }

  .admin-grid .rhs .top-cont h2 {
    font-family: var(--primaryfont-bold)
  }

  .admin-grid .rhs .top-cont p {
    font-size: 18px
  }

  .banner-wrap p {
    font-size: 16px;
    max-width: 500px;
    margin: auto auto 20px
  }
}

@media only screen and (min-width:1400px) {
  .banner-wrap h1 {
    font-family: var(--zf-secondary-bold)
  }

  h2 {
    font: 32px/1.2 'Zoho_Puvi_bold';
    letter-spacing: -.75px
  }

  h3 {
    font: 24px/1.2 'Zoho_Puvi_Semibold';
    letter-spacing: -.5px
  }

  p {
    font: 16px/1.6 'Zoho_Puvi_Regular';
    letter-spacing: -.25px
  }

  .banner-wrap p {
    font-size: 18px;
    max-width: 600px;
    margin: auto auto 20px
  }

  .banner-wrap a,
  .zb-link a {
    font-size: 14px
  }
}

/* wcag work start*/
button {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  color: inherit;
  font: inherit;
  line-height: normal;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  -webkit-appearance: none;
  font-size: 17px;
  cursor: pointer;
}

.horz-tab button {
  font-size: 18px;
  padding: 20px 0;
}

.horz-tab button.active {
  font-family: var(--primaryfont-semibold);
}

/* wcag work end*/

/* mobile menu start */
.hor-sticky-tabs {
  position: relative;
}

.mob-menu {
  display: none;
  position: absolute;
  left: auto;
  right: 0;
  top: 5px;
  text-align: center;
  width: 100%;
  max-width: 250px;
  background: #fff;
  border: 1px solid #010101;
  cursor: pointer;
  padding: 8px 0 8px;
  border-radius: 4px;
}

.mob-menu h5 {
  margin-bottom: 0;
}

.mob-menu .drop-arrow {
  height: 7px;
  width: 10px;
  display: inline-block;
  margin-left: 5px;
  position: relative;
}

.mob-menu .drop-arrow:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000;
  position: absolute;
  top: 13px;
  bottom: 0;
  right: 0px;
  margin: auto;
}

/*mobile menu end  */