:root {
  --zrpa-blue: #001dff;
}

.zrpa-prd-name {
  display: inline-block;
}

.zw-product-header {
  background: #061B27;
}

.apac-promo {
  display: none !important;
}

.zw-promo-top {
  display: block;
}

.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;
}

.zbanner {
  background: #061B27;
  color: #fff;
}

.zb-inner 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;
}

.zb-inner a:after {
  content: '';
  position: absolute;
  width: 92%;
  height: 1.5px;
  background: #f0483e;
  left: 0;
  bottom: -1px;
}

.zb-inner p {
  max-width: 400px;
  font-size: 18px;
  margin: 0 auto 15px;
}

.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 0px 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 {
  min-width: 135px;
  font-size: 18px;
  font-family: 'Zoho_Puvi_Regular';
  letter-spacing: -.5px;
  text-align: center;
  cursor: pointer;
  position: relative;
  z-index: 0;
  padding: 16px 0 16px;
}

.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: none;
}

/* the nitty gritty */


.horz-tab nav {
  border-bottom: 1px solid #ddd;
  margin: 0 auto;
  background: #fff;
}

.horz-tab nav ul {
  position: relative;
  display: flex;
  flex-direction: column;
  --highlighter-width: 136px;
  --highlighter-left-position: 0;
}

.horz-tab nav ul::before {
  content: "";
  width: var(--highlighter-width);
  height: 2px;
  background-color: #000;
  position: absolute;
  bottom: -1px;
  left: var(--highlighter-left-position);
  z-index: 9999;
  transition: width .5s, left .5s;
}

.horz-tab nav ul li {
  order: 1;
}

.horz-tab nav ul li a {
  color: #000;
}

.horz-tab nav ul li.active {
  position: relative;
  top: auto;
  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.expanded li.active:after {
  border-top-color: transparent;
  border-bottom-color: #555;
  top: 1em;
}

.tab-content.active {
  display: block;
}

.events-inner p {
  max-width: 850px;
}

.training-inner p {
  max-width: 56%;
  font-size: 18px;
}

/* help resources starts */

.hr-wrap .top-cont {
  margin-bottom: 30px;
}

.hr-wrap .top-cont p {
  font-size: 18px;
}

.hr-wrap .hr-cont {
  margin-bottom: 40px;
  display: none;
}

.hr-wrap .hr-cont.active {
  display: block;
  transition: all .5s ease-in;
}

.hr-wrap {
  align-items: flex-start;
}

.hr-wrap .lhs {
  width: 24.3%;
  position: sticky;
  top: 160px;
}

.hr-wrap .rhs {
  max-width: 100%;
}

.hr-cont ul {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.hr-cont ul li {
  width: calc(31% - -7px);
  padding: 25px 25px;
  position: relative;
}

.hr-cont ul li p {
  font-size: 14px;
}

.hr-cont ul li a {
  color: #000;
}

.hr-cont ul li .zh-cont {
  padding-left: 60px;
  display: inline-block;
}

.hr-cont ul li h3 {
  font: 20px/1.2 'Zoho_Puvi_Semibold';
  letter-spacing: -.5px;
  margin-bottom: 10px;
}

.hr-cont ul li p {
  margin-bottom: 0;
}

.hr-cont ul li .arrow,
.event-item a .arrow,
.lm-btn a .arrow,
.tab-content .lhs li .allweb-icon .arrow,
.zb-inner a .arrow,
.inner-cont 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);
}

.event-item a .arrow {
  top: 16px;
}

.zb-inner a .arrow,
.zb-link a .arrow {
  top: 0;
  right: -23px;
}

.hr-cont ul li:hover {
  background: #F4F5FF;
  border-radius: 4px;
  cursor: pointer;
}

.hr-cont ul li .arrow i,
.event-item .arrow i,
.lm-btn a .arrow i,
.tab-content .lhs li .allweb-icon .arrow i,
.zb-inner a .arrow i,
.inner-cont 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;
}

.hr-cont ul li .arrow i:before,
.event-item .arrow i:before,
.lm-btn a .arrow i:before,
.tab-content .lhs li .allweb-icon .arrow i:before,
.zb-inner a .arrow i:before,
.inner-cont 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;
}

.hr-cont ul li:hover a .arrow,
.event-item:hover a .arrow,
.admin-wrap .rhs ul li:hover .lm-btn a .arrow,
.tab-content .lhs li:hover .allweb-icon .arrow,
.zb-inner a:hover .arrow,
.inner-cont:hover a .arrow,
.zb-link a:hover .arrow {
  transform: rotate(-40deg) scale(1);
  opacity: 1;
}

.hr-cont ul li .zh-apps-icon:before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-top: 0;
  background: var(--product-icons) no-repeat;
  background-size: 800px auto;
  transform: scale(1.1);
}

.hr-cont ul li.zh-salesiq .zh-apps-icon:before {
  background-position: var(--zp-salesiq-bp);
}

.hr-cont ul li.zh-crm .zh-apps-icon:before {
  background-position: var(--zp-crm-bp);
}

.hr-cont ul li.zh-forms .zh-apps-icon:before {
  background-position: var(--zp-forms-bp);
}

.hr-cont ul li.zh-bookings .zh-apps-icon:before {
  background-position: var(--zp-bookings-bp);
}

.hr-cont ul li.zh-sign .zh-apps-icon:before {
  background-position: var(--zp-sign-bp);
}

.hr-cont ul li.zh-bigin .zh-apps-icon:before {
  background-position: var(--zp-bigin-bp);
}

.hr-cont ul li.zh-social .zh-apps-icon:before {
  background-position: var(--zp-social-bp);
}

.hr-cont ul li.zh-campaigns .zh-apps-icon:before {
  background-position: var(--zp-campaigns-bp);
}

.hr-cont ul li.zh-survey .zh-apps-icon:before {
  background-position: var(--zp-survey-bp);
}

.hr-cont ul li.zh-sites .zh-apps-icon:before {
  background-position: var(--zp-sites-bp);
}

.hr-cont ul li.zh-pagesense .zh-apps-icon:before {
  background-position: var(--zp-pagesense-bp);
}

.hr-cont ul li.zh-backstage .zh-apps-icon:before {
  background-position: var(--zp-backstage-bp);
}

.hr-cont ul li.zh-webinar .zh-apps-icon:before {
  background-position: var(--zp-webinar-bp);
}

.hr-cont ul li.zh-commerce .zh-apps-icon:before {
  background-position: var(--zp-commerce-bp);
}

.hr-cont ul li.zh-marketingauto .zh-apps-icon:before {
  background-position: var(--zp-marketingautomation-bp);
}

.hr-cont ul li.zh-landingpage .zh-apps-icon:before {
  background-position: var(--zp-landingpage-bp);
}

.hr-cont ul li.zh-sign .zh-apps-icon:before {
  background-position: var(--zp-sign-bp);
}

.hr-cont ul li.zh-thrive .zh-apps-icon:before {
  background-position: var(--zp-thrive-bp);
}

.hr-cont ul li.zh-publish .zh-apps-icon:before {
  background-image: url(/sites/zweb/images/productlogos/publish.svg);
  background-position: 6px 0;
  background-size: cover;
}

.hr-cont ul li.zh-desk .zh-apps-icon:before {
  background-position: var(--zp-desk-bp);
}

.hr-cont ul li.zh-assist .zh-apps-icon:before {
  background-position: var(--zp-assist-bp);
}

.hr-cont ul li.zh-lens .zh-apps-icon:before {
  background-position: var(--zp-lens-bp);
}

.hr-cont ul li.zh-fsm .zh-apps-icon:before {
  background-position: var(--zp-desk-bp);
}

.hr-cont ul li.zh-people .zh-apps-icon:before {
  background-position: var(--zp-people-bp);
}

.hr-cont ul li.zh-recruit .zh-apps-icon:before {
  background-position: var(--zp-recruit-bp);
}

.hr-cont ul li.zh-expense .zh-apps-icon:before {
  background-position: var(--zp-expense-bp);
}

.hr-cont ul li.zh-workerly .zh-apps-icon:before {
  background-position: var(--zp-workerly-bp);
}

.hr-cont ul li.zh-payroll .zh-apps-icon:before {
  background-position: var(--zp-payroll-bp);
}

.hr-cont ul li.zh-backtowork .zh-apps-icon:before {
  background-position: var(--zp-backtowork-bp);
}

.hr-cont ul li.zh-shift .zh-apps-icon:before {
  background-position: var(--zp-shifts-bp);
}

.hr-cont ul li.zh-creator .zh-apps-icon:before {
  background-position: var(--zp-creator-bp);
}

.hr-cont ul li.zh-directory .zh-apps-icon:before {
  background-position: var(--zp-directory-bp);
}

.hr-cont ul li.zh-vault .zh-apps-icon:before {
  background-position: var(--zp-vault-bp);
}

.hr-cont ul li.zh-catalyst .zh-apps-icon:before {
  background-position: var(--zp-catalyst-bp);
}

.hr-cont ul li.zh-toolkit .zh-apps-icon:before {
  background-position: var(--zp-toolkit-bp);
}

.hr-cont ul li.zh-remoteaccessplus .zh-apps-icon:before {
  background-position: var(--zp-remoteaccessplus-bp);
}

.hr-cont ul li.zh-desktopcentral .zh-apps-icon:before {
  background-position: var(--zp-endpointcentral-bp);
}

.hr-cont ul li.zh-statusiq .zh-apps-icon:before {
  background-position: var(--zp-remoteaccessplus-bp);
}

.hr-cont ul li.zh-qengine .zh-apps-icon:before {
  background-position: var(--zp-remoteaccessplus-bp);
}

.hr-cont ul li.zh-analytics .zh-apps-icon:before {
  background-position: var(--zp-analytics-bp);
}

.hr-cont ul li.zh-embeddedbi .zh-apps-icon:before {
  background-position: var(--zp-embeddedbi-bp);
}

.hr-cont ul li.zh-dataprep .zh-apps-icon:before {
  background-position: var(--zp-dataprep-bp);
}

.hr-cont ul li.zh-researchstudio .zh-apps-icon:before {
  background-position: var(--zp-remoteaccessplus-bp);
}

.hr-cont ul li.zh-projects .zh-apps-icon:before {
  background-position: var(--zp-projects-bp);
}

.hr-cont ul li.zh-sprints .zh-apps-icon:before {
  background-position: var(--zp-sprints-bp);
}

.hr-cont ul li.zh-bugtracker .zh-apps-icon:before {
  background-position: var(--zp-bugtracker-bp);
}

.hr-cont ul li.zh-contracts .zh-apps-icon:before {
  background-position: var(--zp-contracts-bp);
}

.hr-cont ul li.zh-mail .zh-apps-icon:before {
  background-position: var(--zp-mail-bp);
}

.hr-cont ul li.zh-meeting .zh-apps-icon:before {
  background-position: var(--zp-meeting-bp);
}

.hr-cont ul li.zh-workdrive .zh-apps-icon:before {
  background-position: var(--zp-workdrive-bp);
}

.hr-cont ul li.zh-sheet .zh-apps-icon:before {
  background-position: var(--zp-sheet-bp);
}

.hr-cont ul li.zh-show .zh-apps-icon:before {
  background-position: var(--zp-show-bp);
}

.hr-cont ul li.zh-cliq .zh-apps-icon:before {
  background-position: var(--zp-cliq-bp);
}

.hr-cont ul li.zh-connect .zh-apps-icon:before {
  background-position: var(--zp-connect-bp);
}

.hr-cont ul li.zh-learn .zh-apps-icon:before {
  background-position: var(--zp-learn-bp);
}

.hr-cont ul li.zh-teaminbox .zh-apps-icon:before {
  background-position: var(--zp-teaminbox-bp);
}

.hr-cont ul li.zh-flow .zh-apps-icon:before {
  background-position: var(--zp-flow-bp);
}

.hr-cont ul li.zh-books .zh-apps-icon:before {
  background-position: var(--zp-books-bp);
}

.hr-cont ul li.zh-invoice .zh-apps-icon:before {
  background-position: var(--zp-invoice-bp);
}

.hr-cont ul li.zh-expense .zh-apps-icon:before {
  background-position: var(--zp-expense-bp);
}

.hr-cont ul li.zh-inventory .zh-apps-icon:before {
  background-position: var(--zp-inventory-bp);
}

.hr-cont ul li.zh-billings .zh-apps-icon:before {
  background-position: var(--zp-subscriptions-bp);
}

.hr-cont ul li.zh-checkout .zh-apps-icon:before {
  background-position: var(--zp-checkout-bp);
}

.hr-cont ul li.zh-payroll .zh-apps-icon:before {
  background-position: var(--zp-payroll-bp);
}

/* help resources Ends */
/* admin-pannel starts */

.admin-grid {
  align-items: flex-start;
  justify-content: space-evenly;
  gap: 0 64px;
}

.admin-grid .lhs,
.hr-wrap .lhs {
  width: 20.3%;
  position: sticky;
  top: 155px;
}

.admin-grid .lhs ul {
  display: flex;
  flex-direction: column;
}

.admin-grid .lhs ul li,
.hr-wrap .hr-lhs ul li {
  max-width: 80%;
  padding: 12px 12px;
  cursor: pointer;
  margin-bottom: 5px;
}

.admin-grid .lhs ul li h3,
.hr-wrap .hr-lhs ul li h3 {
  font-size: 16px;
  font-family: var(--primaryfont-regular);
  letter-spacing: -.25px;
  margin-bottom: 0;
  padding-left: 30px;
}

.training-inner .admin-grid .lhs ul li h3 {
  padding-left: 10px;
}

.left-cont ul li.active,
.hr-wrap .hr-lhs ul li.active {
  background: var(--zrpa-blue);
  border-radius: 5px;
}

.admin-grid .lhs ul li.active h3,
.admin-grid .hr-lhs ul li.active h3,
.hr-wrap .lhs ul li.active h3 {
  font-family: var(--primaryfont-semibold);
}

.admin-grid .rhs,
.hr-wrap .rhs {
  width: 85%;
}

.box:not(:first-child) {
  margin-top: 50px;
}

.admin-wrap .rhs ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 30px;
}

.admin-wrap .rhs ul li {
  width: 31%;
  display: flex;
  align-items: stretch;
  gap: 15px;
}

.admin-wrap .rhs ul li>div {
  background-color: #F4F5FF;
  color: #000;
  width: 100%;
  min-height: 294px;
  padding: 40px 48px;
  border-radius: 5px;
  box-sizing: border-box;
  position: relative;
  transition: box-shadow 0.2s ease-in, transform 0.2s ease-in;
}

.admin-wrap .rhs ul li:hover>div {
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  transform: translateY(-5px);
}

.admin-wrap .rhs ul li h3 {
  font-size: 20px;
  letter-spacing: -.5px;
}

.admin-wrap .rhs ul li p {
  font-size: 14px;
  margin-bottom: 40px;
}

.admin-wrap .rhs ul li p a {
  color: #000;
  border-bottom: 1px solid #000;
}

.lm-btn {
  color: #F0483E;
  position: absolute;
  bottom: 34px;

}

.admin-wrap .rhs ul li .lm-btn a,
.inner-cont a {
  color: #F0483E;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .25px;
  font-family: var(--primaryfont-semibold);
  position: relative;
}

.inner-cont a {
  line-height: 16px;
  color: #000;
  overflow: hidden;
  border-radius: 5px;
}

.inner-cont a img {
  transition: all .3s ease-in;

}

.inner-cont a img:hover {
  transform: scale(1.04);
  border-radius: 5px;
}

.inner-cont:last-child {
  display: none;
}

.admin-wrap .rhs ul li .lm-btn a:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 1.5px;
  bottom: -.2px;
  background: #F0483E;
  left: 0;
}

.lm-btn a .arrow,
.zb-inner a .arrow,
.inner-cont a .arrow {
  border: 2px solid #F0483E;
}

.lm-btn a .arrow {
  top: 0px;
  right: -20px;
}

.zb-inner a .arrow,
.inner-cont a .arrow {
  position: static;
  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,
.zb-inner a .arrow i,
.inner-cont a .arrow i {
  background: #F0483E;
}

.lm-btn a .arrow i:before,
.zb-inner a .arrow i:before,
.inner-cont a .arrow i:before {
  border: solid #F0483E;
  border-width: 0 2px 2px 0;
}

.admin-wrap .rhs ul li .icon {
  display: block;
  width: 41px;
  height: 40px;
  margin-bottom: 20px;
  background: url(/sites/zweb/images/rpa/resources/resources-sprite.svg) no-repeat 0px 0px/307px;
}

.admin-wrap .rhs ul li .icon2 {
  background-position: -4px -48px;
  width: 34px;
}

.admin-wrap .rhs ul li .icon3 {
  background-position: -43px 0;
}

.admin-wrap .rhs ul li .icon4 {
  width: 38px;
  height: 41px;
  background-position: -86px 0px;
}

.admin-wrap .rhs ul li .icon5 {
  background-position: -39px -49px;
  width: 40px;
}

/* admin-pannel Ends */
/* training-section starts */
.training-inner ul {
  flex-wrap: wrap;
}

.training-list .list-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: flex-start;
}

.top-cont {
  margin-bottom: 30px;
}

.training-list .list-wrap .list-info {
  width: 48%;
  max-width: 400px;
  margin: 0;
  background: #F4F5FF;
  transition: all .5s ease-out;
  padding: 40px 56px;
  box-sizing: border-box;
  border-radius: 5px;
}

/* .zproduct-logo {
  padding-bottom: 20px;
  text-align: center;
  max-width: 120px;
  margin: auto;
}

.zproduct-logo img {
  height: 50px;
}

#campaigns .zproduct-logo {
  max-width: 180px;
} */

.list-wrap .list-info .trainer-detail {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 12px 12px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0 20px;
}

.trainer-name h5 {
  margin-bottom: 0;
}

.trainer-name span.t-desig {
  font-size: 14px;
  display: block;
  font-family: var(--primaryfont-regular);
}

.trainer-img {
  background: #000;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  max-width: 100%;
  position: relative;
  display: inline-block;
  flex-shrink: 0;
  -ms-flex-shrink: 0
}

.trainer-img img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transform-origin: bottom
}

.list-info .trainer-img img {
  border-radius: 50%;
}

.trainer-session .timezone {
  max-width: 100%;
  padding: 24px 0 12px;
  font-size: 16px;
  letter-spacing: -.25px;
  font-family: var(--primaryfont-semibold);
  text-align: center;
}

.trainer-session ul {
  flex-direction: column;
  max-width: 220px;
  margin: auto auto 24px;
}

.trainer-session ul li {
  font-size: 16px;
  letter-spacing: -.25px;
  color: #444;
  position: relative;
  padding-left: 20px;
  margin-bottom: 15px;
}

.trainer-session ul li strong {
  font-family: var(--primaryfont-semibold);
  color: #000;
}

.trainer-session ul li:before {
  position: absolute;
  content: "";
  width: 16px;
  height: 15px;
  background: url(/sites/zweb/images/rpa/resources/resources-sprite.svg) no-repeat -158px -1px / 210px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.trainer-session ul li.time:before {
  background-position: -176px -1px;
}

.trainer-session ul li.hours:before {
  height: 14px;
  background-position: -194px -1px;
}

.booking-content {
  text-align: center;
}

.list-info .booking-content a.btn-book {
  background: #fe4040;
  display: inline-block;
  padding: 10px 35px;
  color: #fff;
  border-radius: 5px;
  font-family: var(--zf-primary-semibold);
  font-size: 14px;
  text-transform: uppercase;
}

.no-data-wrap {
  text-align: center;
  /* display: none; */
}

.no-data-wrap p {
  max-width: 100%;
  margin: 0 auto 20px;
}

/* training-section Ends */
/* webianer Starts */

.web-wrap .lhs ul li.active {
  background: var(--zrpa-blue);
  border-radius: 5px;
}

.web-wrap ul li:last-child {
  /* max-width: max-content !important; */
}

.live-innner,
.no-data-wrap {
  background: #F4F5FF;
  border-radius: 5px;
  padding: 40px 65px;
  box-sizing: border-box;
}

.live-cont {
  max-width: 450px;
  margin: auto;
  text-align: center;
}

.live-cont p {
  margin-bottom: 0;
}

.live-innner p {
  max-width: 436px;
  font-size: 18px;
}

.zrpa-form-cta {
  display: block;
  max-width: fit-content;
  margin: 0 auto;
  padding: 12px 36px;
  color: #fff;
  border-radius: 4px;
  background: #000;
  font-family: var(--primaryfont-semibold);
  cursor: pointer !important;
}

/* recorded webinar starts */

.web-wrap .lhs-web {
  width: 14.3%;
}

.web-wrap .top-cont {
  margin-bottom: 30px;
}

.acc-wrap {
  max-width: 100%;
  margin: 0 auto;
  width: 100%;
  border-radius: 4px;
  background: #F4F5FF;
}

.acc-wrap ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.acc-wrap .rw-inner {
  padding: 40px 50px 50px 50px;
}

.acc-cnt a.btn,
.acc-cnt button.btn {
  display: block;
  width: fit-content;
  margin: 20px 0 30px;
  padding: 12px 24px;
  border-radius: 4px;
  background: #F0483E;
  color: #fff;
  font-size: 14px;
  font-family: var(--primaryfont-semibold);
  text-transform: uppercase;
}

.acc-cnt button.btn {
  cursor: pointer;
  border: none;
}

.acc-item:last-child .acc-cnt :is(a.btn, button.btn) {
  margin-bottom: 0;
}

/* faq */

.acc-item {
  border-bottom: 1px solid rgb(112 112 112 / 30%);
  padding-bottom: 10px;
  position: relative;
}

.acc-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.acc-item h4 {
  width: 90%;
  max-width: 700px;
  margin-top: 40px;
  font-size: 24px;
  font-family: 'Zoho_Puvi_bold';
  letter-spacing: -.5px;
  cursor: pointer;
}

.acc-item.active h4 {
  cursor: auto;
}

.acc-item:first-child h4 {
  margin-top: 0px;
}

.acc-item h4 .label {
  font-size: 14px;
  font-family: var(--primaryfont-regular);
  letter-spacing: -.1px;
  text-transform: capitalize;
  display: flex;
  align-items: center;
}

.acc-item h4 .label .dot {
  display: inline-block;
  width: 3px;
  height: 3px;
  margin: 0 3px;
  background: #000;
  vertical-align: middle;
  border-radius: 50%;
}

.acc-cnt {
  display: none;
  max-width: 90%;
  width: 100%;
}

.acc-item:first-child .acc-cnt {
  display: block;
}

.acc-cnt p {
  max-width: 100%;
  font: 16px/1.6 'Zoho_Puvi_regular';
  margin-bottom: 15px;
}

.acc-cnt p span:not(.zrpa-prd-name) {
  font-family: var(--primaryfont-semibold);
}

.acc-item h4 .sign {
  width: 24px;
  height: 24px;
  border: 2px solid #000;
  border-radius: 50%;
  cursor: pointer;
  transition: .5s ease-in all;
  vertical-align: bottom;
  position: absolute;
  top: 3px;
  right: 0;
}

.acc-item h4 .sign i {
  background: #000;
  width: 12px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(180deg);
  border-radius: 5px;
  transition: all .5s ease;
}

.acc-item h4 .sign i:before {
  content: '';
  position: absolute;
  transform: rotate(0deg);
  background: #000;
  width: 2px;
  height: 14px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(180deg);
  border-radius: 5px;
  transition: all .5s ease;
}

.acc-item.active .sign i {
  transform: rotate(0deg) translate(-50%, -50%);
}

.acc-item.active .sign i:before {
  background: none;
  transform: rotate(0deg) translate(-50%, -50%);
}

.tab-content .lhs ul li .allweb {
  position: relative;
  color: #000;
}

.tab-content .lhs ul li .allweb-icon:after {
  position: absolute;
  content: "";
  width: 80%;
  height: 1.5px;
  background: #000;
  bottom: 1px;
  right: 0;
}

/* faq ends */
/* webinar Ends */
/* list icons starts*/

.tab-content .lhs ul li h3,
.tab-content .hr-lhs ul li h3 {
  position: relative;
  color: #000;
}

.tab-content .lhs ul li.active h3,
.tab-content .hr-lhs ul li.active h3 {
  position: relative;
  color: #fff;
}

.tab-content .lhs li h3:before,
.tab-content .hr-lhs li h3:before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background: url(/sites/zweb/images/rpa/resources/resources-sprite.svg) no-repeat 0px 0px/307px;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.tab-content.training-inner .lhs li h3:before {
  display: none;
}

.tab-content .lhs li:not(.active) h3:before {
  filter: brightness(0);
}

.tab-content .lhs li .kb-icon:before {
  width: 17px;
  height: 22px;
  background-position: -129px -1px;
}

.tab-content .lhs li .talk-icon:before {
  width: 22px;
  height: 22px;
  background-position: -153px -1px;
}

.tab-content .lhs li .live-icon:before {
  width: 24px;
  height: 18px;
  background-position: -204px -3px;
}

.tab-content .lhs li .record-icon:before {
  width: 23px;
  height: 17px;
  background-position: -178px -4px;
}

.tab-content .lhs li h3.allweb-icon:before {
  content: unset;
}

.tab-content .lhs li .allweb-icon .arrow {
  top: 3px;
  left: 0;
  opacity: 1;
}

/* list icons Ends */
/* events section */

.event-grid .lhs {
  width: 12.3%;
}

.event-grid .lhs ul li {
  max-width: 100%;
}

.event-grid .rhs {
  width: 90%;
}

.events-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0 24px;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 24px;
}

.event-item {
  width: 30%;
  margin-bottom: 30px;
  box-sizing: border-box;
  padding: 20px 20px;
  position: relative;
}

.event-item:hover {
  background: #F4F5FF;
  border-radius: 4px;
}

.event-list .top-wrap .tagline {
  max-width: 90%;
  font-size: 18px;
}

.event-list .box {
  margin-top: 0;
}

.event-list .box:nth-child(1) {
  border-bottom: 1px solid rgb(0 0 0 / 20%);
  margin-bottom: 56px;
}

.venue-detail {
  margin-left: 55px;
}

.venue-detail a {
  color: #000;
}

span.flag {
  display: inline-block;
  width: 40px;
  height: 27px;
  float: left;
  margin-right: 15px;
  background-position: -733px -55px;
  background-color: transparent;
  position: absolute;
  top: 26px;
}

.event-place {
  font-size: 18px;
  max-width: 93%;
  margin-bottom: 10px;
}

.event-place h4 {
  margin-bottom: 10px;
  letter-spacing: -.25px;
}

.eventdate {
  font-size: 14px;
  margin-bottom: 0px;

}

.hideIt {
  display: none;
}

.event-expiry-date {
  display: none;
}


.event-item:hover a .arrow {
  opacity: 1;
}

span.flag {
  background: url(/sites/zweb/images/events/events-flags-sprite.png) left top no-repeat rgba(0, 0, 0, 0);
  background-size: 767px auto;
  background-position: -733px -55px;
}

span.flag.india {
  background-position: 0 0;
}

span.flag.us {
  background-position: -41px 0;
}

span.flag.uk {
  background-position: -81px 0
}

span.flag.australia {
  background-position: -121px 0
}

span.flag.dubai {
  background-position: -162px 0;
  border-left: 1px solid #f5f5f5;
}

span.flag.singapore {
  background-position: -203px 0
}

span.flag.sri-lanka {
  background: url(/sites/zweb/images/events/sri-lanka.png) no-repeat;
  background-size: 100%
}

span.flag.paris {
  background-position: -240px 0
}

span.flag.honkong {
  background-position: -280px 0
}

span.flag.netherlands {
  background-position: -324px 0;
  background-size: 766px auto;
}

span.flag.germany {
  background-position: -364px 0;
  background-size: 765px auto;
}

span.flag.spain {
  background-position: -405px 0;
  background-size: 766px auto;
}

span.flag.ireland {
  background-position: -446px 0
}

span.flag.china {
  background-position: -486px 0
}

span.flag.japan {
  background-position: -526px 0
}

span.flag.colombia {
  background-position: -566px 0
}

span.flag.brazil {
  background-position: -606px 0
}

span.flag.argentina {
  background-position: -646px 0
}

span.flag.malaysia {
  background-position: -687px 0
}

span.flag.vietnam {
  background-position: -727px 0
}

span.flag.france {
  background-position: 0 -28px
}

span.flag.italy {
  background-position: -41px -28px
}

span.flag.uae {
  background-position: -81px -28px
}

span.flag.canada {
  background-position: -122px -28px
}

span.flag.thailand {
  background-position: -162px -28px
}

span.flag.phillipines {
  background-position: -203px -28px
}

span.flag.indonesia {
  background-position: -244px -28px
}

span.flag.kuwait {
  background-position: -284px -28px
}

span.flag.bahamas {
  background-position: -324px -28px
}

span.flag.mexico {
  background-position: -364px -28px
}

span.flag.venezula {
  background-position: -405px -28px
}

span.flag.pakistan {
  background-position: -446px -28px;
  border-left: 1px solid #fafafa
}

span.flag.chile {
  background-position: -486px -28px
}

span.flag.peru {
  background-position: -526px -28px
}

span.flag.belgium {
  background-position: -475px -56px
}

span.flag.guatemala {
  background-position: -566px -28px
}

span.flag.england {
  background-position: -605px -28px;
  width: 38px
}

span.flag.new-zealand {
  background-position: -644px -28px
}

span.flag.sweden {
  background-position: -684px -28px
}

span.flag.poland {
  background-position: -726px -28px;
  border: 1px solid #f5f5f5
}

span.flag.south-africa {
  background-position: 0 -56px
}

span.flag.saudi-arabia {
  background-position: -41px -56px;
  border: 1px solid #f5f5f5
}

span.flag.kenya {
  background-position: -81px -56px;
  border: 1px solid #f5f5f5
}

span.flag.qatar {
  background-position: -122px -56px;
  border-left: 1px solid #f5f5f5
}

span.flag.nigeria {
  background-position: -169px -56px
}

span.flag.bahrain {
  background-position: -216px -56px;
  border-left: 1px solid #f5f5f5
}

span.flag.egypt {
  background-position: -261px -56px
}

span.flag.oman {
  background-position: -302px -56px
}

span.flag.morocco {
  background-position: -355px -56px
}

span.flag.israel {
  background-position: -396px -56px;
  width: 37px
}

span.flag.lebanon {
  background-position: -434px -56px
}

span.flag.online {
  background-position: -733px -55px;
  background-color: transparent
}

span.flag.bangladesh {
  background-position: -647px -56px
}

span.flag.hong-kong {
  background-position: -606px -56px
}

span.product {
  /* background: url(/images/product-icons-sprite-new.png) no-repeat #fff; */
  background-size: 480px auto
}

span.product.bundles {
  background: 0
}

span.product.crm {
  background-position: -240px 0
}

span.product.creator {
  background-position: -192px 0
}

span.product.people {
  background-position: -47px -47px
}

span.product.reports {
  background-position: -239px -47px
}

span.product.recruit {
  background-position: -191px -47px
}

span.product.mail {
  background-position: -47px -95px
}

span.product.campaigns {
  background-position: -95px 0
}

span.product.salesiq {
  background-position: -383px -95px
}

span.product.desk {
  background-position: -383px -47px
}

span.product.projects {
  background-position: -143px -47px
}

span.product.social {
  background-position: -287px -143px
}

span.product.docs {
  background-position: -383px 0
}

span.product.showtime {
  background-position: -143px -143px
}

span.product.assist {
  background-position: 0 0
}

span.product.books {
  background-position: -48px 0
}

span.product.expense {
  background-position: -191px -143px
}

span.product.inventory {
  background-position: -48px -143px
}

span.product.subscriptions {
  background-position: -287px -95px
}

span.product.vault {
  background-position: -142px -95px
}

span.product.sign {
  background-position: -241px -192px
}

span.product.meeting {
  background-position: 0 -48px
}

span.product.cliq {
  background-position: -145px 0
}

span.product.workdrive {
  background-position: -432px -245px
}

/* events section ends */


/* Blog Section Starts */
.blog-title h2 {
  margin-bottom: 10px;
}

.blog-title p {
  font-size: 18px;
}

.blog-top.zflex {
  margin-bottom: 60px;
  border-bottom: 1px solid rgb(0 0 0 / 20%);
}

.blog-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 60px;
}

.inner-cont {
  border-radius: 5px;
  color: #000;
  width: calc(30% - 3px);
  border-radius: 5px;
  box-sizing: border-box;
  position: relative;
  transition: all .7s ease-in;
}

.inner-cont .readTag {
  display: block;
  font-size: 12px;
  letter-spacing: -.25px;
  color: #444;
}

.inner-cont img {
  margin-bottom: 15px;
}

.inner-cont:hover {
  box-shadow: 3px 0 15px -3px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease-in;
}

.inner-cont h3 {
  font-size: 20px;
  letter-spacing: -.5px;
  padding: 0 10px;
  text-transform: initial;
}

.inner-cont h3 span {
  display: block;
  font-size: 14px;
  color: rgb(68 68 68 / 70%);
  margin-bottom: 5px;
  font-family: var(--zf-secondary-medium);
  letter-spacing: -.5px;
}

.inner-cont p,
.inner-cont p a {
  display: none;
}

.inner-cont p.blogcont {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 14px;
}

.blog-btn {
  position: absolute;
  bottom: 30px;
}

.blogcta {
  display: block;
}


/* Blog Section Ends */

.live-innner .acc-wrap .rw-inner {
  padding: 0;
}

.zrpa-txt-clr {
  font-family: var(--primaryfont-semibold);
  font-size: 17px;
  color: var(--zrpa-blue);
  position: absolute;
  bottom: 35px;
}

.hyperlink {
  padding-right: 20px;
}

.hyperlink::before,
.hyperlink::after {
  content: "";
  position: absolute;
  top: 50%;
  transition: all linear .20s;
}

.hyperlink::before {
  width: 10px;
  height: 2px;
  right: -2px;
  background-color: var(--zrpa-blue);
  transform: translate(-50%);
}

.hyperlink::after {
  width: 7px;
  height: 7px;
  right: 0px;
  border-top: 2px solid var(--zrpa-blue);
  border-right: 2px solid var(--zrpa-blue);
  transform: rotate(45deg) translate(-50%);
}

.admin-wrap .rhs li:hover .hyperlink::before {
  right: -12px;
}

.admin-wrap .rhs li:hover .hyperlink::after {
  right: -10px;
}

/* form-sec */
.zrpa-form-sec {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  transition: .5s ease;
}

.zrpa-form-sec.active {
  opacity: 1;
  visibility: visible;
}

.zrpa-iframe-wrap {
  width: 100%;
  max-width: 500px;
  height: 100vh;
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
  box-shadow: 10px 0 10px rgba(0, 0, 0, 0.1411764706);
  transform: translateX(100%);
  display: block;
}

.zrpa-form-sec.active .zrpa-iframe-wrap {
  display: block;
  animation: slide-in .5s ease forwards;
}

@keyframes slide-in {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(0);
  }
}

.zrpa-close-btn {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 20px;
  height: 20px;
  z-index: 1001;
  cursor: pointer;
  padding: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 1px solid #c6c6c7;
  border-radius: 50%;
  background: #fff;
  box-shadow: none;
  opacity: 0;
  visibility: hidden;
  transition: .5s ease;
}

.zrpa-form-sec.active .zrpa-close-btn {
  opacity: 1;
  visibility: visible;
}

.zrpa-close-btn::before,
.zrpa-close-btn::after {
  content: " ";
  height: 75%;
  width: 2px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: #313949;
  transform-origin: center;
}

.zrpa-close-btn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.zrpa-close-btn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* end form-sec */

@media (min-width: 1200px) and (max-width:1399px) {
  .admin-grid .lhs ul li {
    width: 100%;
  }

  .admin-wrap .rhs ul {
    gap: 20px;
  }

  .admin-wrap .rhs ul li {
    width: 33%;
  }

  .admin-wrap .rhs ul li>div {
    padding: 30px;
  }

  .admin-wrap .rhs ul li h3 {
    font-size: 18px;
    line-height: normal;
  }
}

@media (min-width: 1025px) and (max-width:1199px) {

  .admin-grid .lhs,
  .hr-wrap .lhs {
    width: 21.3%;
  }

  .admin-grid .lhs ul li,
  .hr-wrap .hr-lhs ul li {
    max-width: 90%;
  }

  .training-inner p,
  .hr-wrap .top-cont p,
  .event-list .top-wrap .tagline {
    max-width: 80%;
    font-size: 16px;
  }

  .hr-wrap .top-cont p {
    font-size: 18px;
    max-width: 90%;
  }

  .horz-tab nav ul {
    --highlighter-width: 120px;
  }

  .horz-tab ul li {
    min-width: 120px;
    font-size: 16px;
  }

  .admin-wrap .rhs ul li {
    width: 48%;
  }

  .admin-wrap .rhs ul li>div {
    padding: 30px 25px;
  }

  .admin-wrap .rhs ul li h3 {
    font-size: 18px;
    line-height: normal;
  }


  .hr-cont ul {
    gap: 20px;
  }

  .hr-cont ul li {
    width: calc(40% - -7px);
    padding: 20px 20px;
  }

  .hr-cont ul li p {
    margin-bottom: 0;
    font-size: 15px;
  }

  .hr-cont ul li .zh-cont {
    padding-left: 48px;
  }

  .training-list .list-wrap .list-info {
    padding: 35px;
  }

  .event-grid .lhs {
    width: 14.3%;
  }

  .event-grid .rhs {
    width: 80%;
  }

  .event-item {
    width: 31%;
    margin-bottom: 0px;
    padding: 16px 16px;
  }

  .event-place {
    font-size: 16px;
  }

  .inner-cont {
    width: calc(29% - 3px);
    padding: 20px;
  }

  span.flag {
    top: 22px;
  }
}

@media (min-width: 768px) and (max-width:1024px) {
  .pd-tb {
    padding: 50px 0;
  }

  .admin-grid .lhs ul li,
  .hr-wrap .hr-lhs ul li {
    padding: 10px 10px;
    max-width: 90%;
  }

  .horz-tab nav ul {
    --highlighter-width: 120px;
  }

  .horz-tab ul li {
    min-width: 120px;
    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 .lhs ul li h3 {
    font-size: 14px;
  }

  .admin-wrap .rhs ul li {
    width: 48%;
  }

  .admin-wrap .rhs ul li>div {
    padding: 30px 25px;
  }

  .admin-wrap .rhs ul li h3 {
    font-size: 20px;
    line-height: normal;
  }

  .admin-grid .lhs ul li h3,
  .hr-wrap .hr-lhs ul li h3 {
    font-size: 14px;
  }

  .admin-grid .lhs,
  .hr-wrap .lhs {
    width: 25%;
  }

  .admin-grid .rhs,
  .hr-wrap .rhs {
    width: 75%;
  }

  .hr-cont ul {
    gap: 14px;
  }

  .hr-cont ul li {
    width: calc(48% - -4px);
    padding: 16px 16px;
  }

  .hr-cont ul li .zh-cont {
    padding-left: 48px;
    display: inline-block;
  }

  .event-grid .lhs {
    width: 18.3%;
  }

  .event-grid .rhs {
    width: 80%;
  }

  .admin-wrap .rhs ul {
    gap: 16px;
    margin-top: 24px;
  }

  .admin-grid {
    gap: 0 20px;
  }

  .hr-wrap .top-cont p {
    max-width: 85%;
  }

  .hr-wrap .top-cont p,
  .event-list .top-wrap .tagline {
    max-width: 90%;
    font-size: 16px;
  }

  .event-item {
    width: 48%;
    margin-bottom: 0;
    padding: 16px 16px;
  }

  .events-wrap {
    gap: 0 20px;
  }

  .event-list .box:nth-child(1) {
    margin-bottom: 40px;
  }

  .venue-detail {
    margin-left: 48px;
  }

  .training-list .list-wrap .list-info {
    width: 100%;
    max-width: 350px;
    padding: 30px 30px 35px;
  }

  .event-place {
    font-size: 17px;
    max-width: 100%;
  }

  .acc-cnt p {
    max-width: 100%;
    font: 15px/1.6 'Zoho_Puvi_regular';
  }

  .acc-item h4 {
    font-size: 18px;
  }

  .acc-wrap .rw-inner {
    padding: 40px 40px 40px 40px;
  }


  .inner-cont {
    width: calc(49% - 6px);
  }

  .blog-items {
    justify-content: space-around;
    gap: 24px;
  }

}

@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) {
  .blog-title {
    width: 80%;
  }

  .zb-link {
    width: 20%;
  }

  .span.flag {
    top: 22px;
  }

  span.flag {
    top: 22px;
  }
}

@media all and (min-width: 768px) {
  .zb-inner a {
    font-size: 14px;
  }

  .zb-inner 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-between;
    max-width: 500px;
    margin: auto;
  }

  .horz-tab nav ul li {
    display: inline-block;
    border: none;
  }

  .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) {
  .z-bottom-cta-menu.withCW a {
    width: calc(100% - 50px);
  }

  .zb-inner a,
  .zb-link a {
    font-size: 14px;
  }


  .zb-inner p {
    font-size: 17px;
  }

  .horz-tab ul {
    flex-direction: column;
    align-items: flex-end;
    margin: auto;
    gap: 0px 0;
    text-align: center;
    display: none;
    box-shadow: 0 0 10px 0 #ccc;
  }

  .horz-tab {
    text-align: center;
    padding: 0;
    border-bottom: 0px solid;
  }

  .horz-tab nav {
    border-bottom: 0px solid;
    padding: 0;
  }

  .horz-tab ul li.active::before {
    display: none;
  }

  .horz-tab ul li {
    width: 100%;
    padding: 14px;
    opacity: .7;
    border-top: 1px solid #eee;
    display: none;
  }

  .horz-tab ul.expanded li {
    display: block;
  }

  .horz-tab ul li.active {
    display: block;
    opacity: 1;
    background: #F4F5FF;
  }

  .pd-tb {
    padding: 50px 0;
  }

  .top-cont {
    text-align: center;
    max-width: 400px;
    margin: auto;
  }

  .admin-grid .lhs,
  .hr-wrap .hr-lhs {
    display: none;
  }

  .admin-grid .rhs {
    width: 100%;
  }

  .admin-wrap .rhs ul {
    justify-content: center;
  }

  .admin-wrap .rhs ul li {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
  }

  .admin-wrap .rhs ul li>div {
    padding: 30px 25px;
  }

  .hr-wrap .lhs {
    display: none;
  }

  .admin-grid .rhs,
  .hr-wrap .rhs {
    width: 100%;
  }

  .hr-wrap .hr-cont {
    display: block !important;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
  }

  .hr-cont ul {
    justify-content: center;
    margin: auto;
  }

  .hr-cont ul li {
    width: 100%;
    padding: 12px 12px;
  }

  .hr-wrap .top-cont p,
  .event-list .top-wrap .tagline {
    max-width: 100%;
    font-size: 16px;
  }

  .training-list .list-wrap .list-info {
    width: 100%;
    max-width: 350px;
    margin: auto;
    padding: 30px 25px;
  }

  .training-inner p {
    max-width: 100%;
    font-size: 15px;
    margin: auto auto 20px;
  }

  .event-place {
    max-width: 100%;
  }

  .event-item {
    max-width: 540px;
    width: 100%;
    margin-bottom: 0px;
    padding: 20px 20px;
    margin: auto;
  }

  .event-list .box {
    max-width: 540px;
    margin: auto auto 32px;
  }

  .acc-item h4 {
    font-size: 18px;
    max-width: 90%;
    line-height: 1.2;
  }

  .acc-item h4 .sign {
    width: 20px;
    height: 20px;
    right: 0px;
  }

  .acc-cnt {
    max-width: 100%;
  }

  .acc-wrap .rw-inner {
    padding: 30px 24px 30px 24px;
  }

  .live-innner,
  .no-data-wrap {
    padding: 24px 24px;
    max-width: 100%;
    margin: auto 0;
  }

  .live-innner p {
    max-width: 100%;
    font-size: 15px;
    line-height: 1.6;
  }

  .blog-title {
    text-align: center;
  }

  .blog-title {
    margin: auto;
    max-width: 100%;
  }

  .zb-link {
    margin-bottom: 30px;
  }

  .blog-title p {
    font-size: 18px;
  }

  .inner-cont h3 {
    font-size: 16px;
  }

  .horz-tab nav ul::before {
    display: none;
  }

  .trainer-img {
    width: 60px;
    height: 60px;
  }

  /* form sec */
  .zrpa-iframe-wrap {
    max-width: 450px;
  }

  .zrpa-iframe-wrap>iframe {
    width: 100%;
  }

  /* end form sec */

}


@media (min-width: 560px) and (max-width: 767px) {

  .admin-wrap .rhs ul,
  .hr-cont ul {
    justify-content: space-between;
    gap: 20px;
  }

  .hr-wrap .hr-cont {
    max-width: 100%;
    margin: auto auto 30px;
  }

  .hr-cont ul li {
    width: 47%;
  }

  .event-list .top-wrap h2,
  .event-list .top-wrap .tagline {
    text-align: center;
  }

  .events-wrap {
    gap: 0 15px;
    justify-content: space-between;
  }

  .event-item {
    width: 48%;
    margin-bottom: 0;
    padding: 12px 12px;
  }

  .blog-top.zflex {
    flex-direction: column;
  }

  .inner-cont {
    width: calc(48% - 0px);
    max-width: 400px;
  }

  span.flag {
    top: 18px;
  }

  .blog-items {
    gap: 15px;
  }
}

@media (min-width: 320px) and (max-width: 560px) {
  .admin-wrap .rhs ul li {
    width: 100%;
    max-width: 400px;
    margin: auto;
  }

  .admin-wrap .rhs ul li>div {
    margin: auto;
  }

  .inner-cont {
    max-width: 400px;
    width: 100%;
    margin: auto;
  }

  .blog-top.zflex {
    flex-direction: column;
  }

  .zb-link {
    margin-bottom: 30px;
  }

  span.flag {
    top: 26px;
  }

}

@media (min-width: 1200px) {
  .horz-tab {
    top: 65px;
  }

  .break {
    display: block;
  }

  .admin-grid .rhs .top-cont h2 {
    font-family: var(--primaryfont-bold);
    margin-bottom: 10px;
  }

  .admin-grid .rhs .top-cont p {
    font-size: 18px;
  }

  .events-wrap {
    margin-bottom: 24px;
  }

  .box4 {
    margin-bottom: 150px;
  }
}

@media only screen and (min-width: 1400px) {
  .zb-inner h1 {
    font: 54px/72px 'Zoho_Puvi_bold';
    letter-spacing: -1.5px;
  }

  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;
  }

  .box4 {
    margin-bottom: 240px;
  }

  .zb-inner a,
  .zb-link a {
    font-size: 14px;
  }
}

@media (max-width:480px) {

  .trainer-img {
    width: 50px;
    height: 50px;
  }

  /* form sec */
  .zrpa-iframe-wrap {
    max-width: 100%;
  }

  /* end form sec */
}