.flex-wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.zcustom-main-container a:not(.cta-btn){
  color: var(--zwc-link-clr);
}
.benefits .flex-wrap{
  justify-content: center;
  gap: 100px;
}
.content-left, .content-right{
  width: 100%;
  max-width: 45%;
}
.lgt-red, .zw-product-header{
  background-color: #FFEBEB;
}
section{
  padding: 100px 0;
}
.act-btn.cta-btn{
  visibility: visible;
  opacity: 1;
}
.zwc-registration ul li, .zwc-benefits ul li{
  font-family: var(--zf-secondary-medium);
}
/***** Banner Section Starts *****/
.zwc-banner-section .flex-wrap{
  gap: 10px;
}
.banner-left, .banner-right{
  width: 100%;
  max-width: 48%;
}
.banner-right{
  position: relative;
  max-width: 600px;
}
.bannner-img{
  position: absolute;
  width: 50%;
}
.webinar-banner-img{
  position: relative;
  width: 60%;
  top: auto;
  left: -120px;
  right: auto;
  bottom: -150px;
  z-index: 2;   
}
.webinar-banner-img-side,.webinr-banner-icons{
  top: auto;
  left: 180px;
  right: 0;
  bottom: 130px;
  z-index: 4;
}
.webinr-banner-icons{
  width: 67%;
  bottom: 110px;
  left: auto;
  right: 20px; 
  z-index: 0;   
}
/***** Banner Section Ends *****/
/***** Benefits Section Starts *****/
.zwc-benefits{
  padding: 100px 0;
}
.zwc-benefits .flex-wrap{
  justify-content: space-around;
}
.zwc-benefits .content-left{
  max-width: 30%;
}
.zwc-benefits ul li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 20px;
  font-size: 22px;
}
.zwc-benefits ul li::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #000;
  border-radius: 50%;
  top: 20px;
  position: relative;
  left: -20px;
}
/***** Benefits Section Ends *****/
/***** tracking-links Section Starts *****/
.zwc-tracking-links .content-left, .zwc-tracking-links .content-right{
  max-width: 48%;
}
.zwc-tracking-links .content-right{
  max-width: 45%;
}
.zwc-tracking-links p{
  max-width: 585px;
}
.zwc-tracking-links .flex-wrap{
  justify-content: space-between;
}
/***** tracking-links Section Ends *****/
/***** attendee Section Starts *****/
.zwc-attendee{
  text-align: center;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
.zwc-attendee p{
  max-width: 800px;
  margin: 0 auto 40px;
}
/***** attendee Section Ends *****/
/***** Analyze Data Starts *****/
.zwc-analyze, .zwc-footer-bottom{
  padding: 0 0 100px;

}
.zwc-analyze .content-right{
  max-width: 30%;
}
.zwc-analyze .flex-wrap{
  justify-content: center;
  gap: 120px;
}
.webinar-analyze{
  position: relative;
}
.webinar-analyze-data{
  max-width: 18%;
position: absolute;
top: 55px;
right: 25px;
box-shadow: 0px 4px 30px 0px #00000040;
border-radius: 12px;
}
/***** Analyze Data Ends *****/ 
/***** registration Section Starts *****/
.zwc-registration .flex-wrap{
  justify-content: center;
  gap: 150px;
  align-items: normal;  
}
.zwc-registration .content-left, .zwc-registration .content-right{
  max-width: 42%;
}
.zwc-registration .content-left{
  max-width: 37%;
  position: relative;
}
.zwc-registration img{
  position: relative;
  top: 60px;
  left: 80px;
}
.zwc-registration ul li{
  font-size: 22px;
margin-bottom: 22px;
position: relative;
border-bottom: 1px dashed #DBCDCD;
padding-bottom: 22px;
}
.zwc-registration ul li:last-child{
  border-bottom: none;
}
.zwc-registration ul li::before, .zwc-registration ul li::after{
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: #FFE2DF;
  /* border: 1px solid #F4C3BE; */
  border-radius: 50%;
  top: 10px;
  position: absolute;
  left: -40px;
}
.zwc-registration ul li::after{  
  width: 18px;
  height: 8px;
  border: 1px solid #000;
  display: inline-block;
  border-width: 0 0 2px 2px;
  transform: rotate(-45deg);
  left: -37px;
  top: 12px;
  border-radius: 0;
  background: transparent;
}
.pos-stick{
  position: sticky;
  top: 50px;
  
}
.zwc-registration-img{
  max-width: 473px;
  position: relative;
}
.zwc-registration .zwc-steps-icons span{
  background: url(/sites/zweb/images/webinar/webinar-source-tracking/webinar-registration-tracking-icons.png) no-repeat;
  background-size: 115px;
  width: 27px;
  height: 30px;
  position: absolute;
}
.zwc-steps-icons span{
  top: auto;
  left: 150px;
  bottom: 0;
  right: 0;
}
.zwc-steps-icons span:nth-child(1){
  background-position: 0,0;
  top: 80%;
  left: 0;
  z-index: -1;
}
.zwc-steps-icons span:nth-child(2){
  background-position: -56px, 9px;
  width: 32px;
  height: 32px;
  left: 25%;
  bottom: -25%;
}
.zwc-steps-icons span:nth-child(3){
  background-position: -26px, 0;
  width: 30px;
  left: auto;
  right: 32%;
  top: 0%;
}
.zwc-steps-icons span:nth-child(4){
  width: 18px;
  height: 18px;
  background-position: -87px, 0;
  top: 50%;
  left: auto;
  right: 0px;
}
/***** registration Section Ends *****/
/***** FAQ Section Starts *****/
.zfaq-section {
  margin: 0 auto 0;
  text-align: center;
  border-radius: 7px
}
.faq-section,.faq-section * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
.zfaq-section div {
  width: 970px;
  padding: 0 20px;
  margin: 0 auto;
  max-width: 100%
}
.zfaq_wrapper .zfaq-wrap:first-child {
  border-top: 0
}
.zfaq_wrapper .zfaq-wrap {
  position: relative;
  padding: 0;
  border-bottom: 1px solid rgb(112 112 112 / 20%);
  border-top: 1px solid #fff
}
.faq-heading {
  position: relative
}
.zfaq_wrapper h2 {
  padding-top: 0
}
.zfaq_wrapper h2:not(.faq-heading) {
  color: #000;
  cursor: pointer;
  margin-bottom: 0;
  display: inline-block;
  vertical-align: text-top;
  width: 100%;
  padding: 20px 35px 20px 0;
  position: relative;
  z-index: 2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: var(--zf-secondary-semibold);
  text-align: left;
  margin-top: 0;
  letter-spacing: normal;
  line-height: normal;
  font-size: 18px;
}
.zfaq_wrapper .zfaq-wrap p {
  padding: 0;
  text-align: left
}
.zfaq_wrapper .zfaq-wrap .arrow {
  position: absolute;
  right: 22px;
  top: 34px;
  width: 8px;
  height: 8px;
  cursor: pointer;
  font-size: 16px
}
.zfaq_wrapper .zfaq-wrap .arrow:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -ms-transform: rotate(45deg)
}
.zfaq-wrap.active .arrow:before {
  -webkit-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  transform: rotate(315deg);
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  top: 1px;
  -ms-transform: rotate(135deg)
}
.zfaq-section .faq-ans {
  display: none
}
.zfaq-section li {
  display: list-item;
  text-align: left;
  list-style: disc;
  margin-bottom: 10px;
}
.zfaq-section ul {
  margin-bottom: 20px;
  margin-left: 20px
}
.zwc-trail {
  font-family: var(--primaryfont-bold)
}
/***** FAQ Section Ends *****/
.zwc-footer-bottom{
  text-align: center;
  margin: 0 auto;
}
.i18n-ar .webinar-banner-img-side, .i18n-ar .webinr-banner-icons {left: 0;right: 180px;}
.i18n-ar .zwc-benefits ul li { padding-right: 20px; padding-left: unset; }
.i18n-ar .zwc-benefits ul li::before { right: -20px; left: unset; }
.i18n-ar .webinar-analyze-data { left: 25px; right: unset; }
.i18n-ar .zwc-registration img { right: 80px; left: unset; }
.i18n-ar .zwc-registration ul li::before, .i18n-ar .zwc-registration ul li::after { right: -40px; left: unset; }
.i18n-ar .zwc-registration ul li::after { right: -37px; left: unset; }
.i18n-ar .zwc-steps-icons span { left: 0; right: 150px; }
.i18n-ar .zwc-steps-icons span:nth-child(1) { right: 0; left: unset; }
.i18n-ar .zwc-steps-icons span:nth-child(2) { right: 25%; left: unset; }
.i18n-ar .zwc-steps-icons span:nth-child(3) { left: 32%; right: auto; }
.i18n-ar .zwc-steps-icons span:nth-child(4) { left: 0; right: auto; }
.i18n-ar .zfaq_wrapper h2:not(.faq-heading) { padding: 20px 0 20px 35px; text-align: right; }
.i18n-ar .zfaq_wrapper .zfaq-wrap p { text-align: right; }
.i18n-ar .zfaq_wrapper .zfaq-wrap .arrow {left: 22px;right: unset;}
.i18n-ar .zfaq-section li { text-align: right; }
.i18n-ar .zfaq-section ul { margin-right: 20px; margin-left: unset; }
.i18n-ar .zwc-attendee, .i18n-ar .zfaq-section, .i18n-ar .zwc-footer-bottom { text-align: center; }
.i18n-ar .zwc-attendee *, .i18n-ar .zfaq-section *, .i18n-ar .zwc-footer-bottom * { text-align: center; }
@media only screen and (min-width: 1200px) {
  h1 {
      font: 56px/1.2 Zoho_Puvi_ExtraBold;
      letter-spacing: -0.2px;
  }
  h2 {
      font: 40px/1.25 Zoho_Puvi_Bold;
      letter-spacing: -0.2px;
  }
  .cta-btn {
      padding: 15px 30px;
  }
  .zfaq_wrapper h2:not(.faq-heading) {
      font-size: 22px;
  }
  .zwc-banner-section p{
      font-size: 22px;
      max-width: 540px;
  }
  .zwc-footer-bottom h2{
      max-width: 700px;
      margin: 0 auto 15px;
  }
  .btm-to-top,.top-to-btm,.rgt-to-lft, .lft-to-rgt, .zwc-scale,.fade-in{
      opacity: 0;
      transition: 1s ease all;
  }
  .middle-animated .btm-to-top, .middle-animated .top-to-btm, .middle-animated .rgt-to-lft, .middle-animated .lft-to-rgt, .middle-animated .zwc-scale, .middle-animated .fade-in{
      opacity: 1;
  }
  .btm-to-top{
      transform: translateY(50px);
  }
  .middle-animated .btm-to-top{
      transform: translateY(0);
  }
  .top-to-btm{
      transform: translateY(-50px);
  }
  .middle-animated .top-to-btm{
      transform: translateY(0px);
  }
  .rgt-to-lft{
      transform: translateX(50px);
  }
  .middle-animated .rgt-to-lft{
      transform: translateX(0px);
  }
  .lft-to-rgt{
      transform: translateX(-50px);
  }
  .middle-animated .lft-to-rgt{
      transform: translateX(0);
  }
  .zwc-scale{
      transform: scale(0);
  }
  .middle-animated .zwc-scale{
      transform: scale(1);
  }
  .float-up {
      -webkit-animation: floatingup 3s linear 1.3s infinite alternate;
      animation: floatingup 3s linear 1.3s infinite alternate;
  }
  .float-down {
      -webkit-animation: floatingdown 3s linear 1.3s infinite alternate;
      animation: floatingdown 3s linear 1.3s infinite alternate;
  }
  @keyframes floatingup {
      from {
          -webkit-transform: translate(0,10px);
          transform: translate(0,10px)
      }
  
      65% {
          -webkit-transform: translate(0,0);
          transform: translate(0,0)
      }
  
      to {
          -webkit-transform: translate(0,-10px);
          transform: translate(0,-10px)
      }
  }
  @-webkit-keyframes floatingup {
      from {
          -webkit-transform: translate(0,10px);
          transform: translate(0,10px)
      }
  
      65% {
          -webkit-transform: translate(0,0);
          transform: translate(0,0)
      }
  
      to {
          -webkit-transform: translate(0,-10px);
          transform: translate(0,-10px)
      }
  }
  @keyframes floatingdown {
      from {
          -webkit-transform: translate(0,-10px);
          transform: translate(0,-10px)
      }
  
      65% {
          -webkit-transform: translate(0,0);
          transform: translate(0,0)
      }
  
      to {
          -webkit-transform: translate(0,10px);
          transform: translate(0,10px)
      }
  }
  
  @-webkit-keyframes floatingdown {
      from {
          -webkit-transform: translate(0,-10px);
          transform: translate(0,-10px)
      }
  
      65% {
          -webkit-transform: translate(0,0);
          transform: translate(0,0)
      }
  
      to {
          -webkit-transform: translate(0,10px);
          transform: translate(0,10px)
      }
  }
  .delay1 {
      -webkit-transition: all 1s cubic-bezier(0.11, 0.16, 0.43, 0.86) 0.2s;
      -o-transition: all 1s cubic-bezier(0.11, 0.16, 0.43, 0.86) 0.2s;
      transition: all 1s cubic-bezier(0.11, 0.16, 0.43, 0.86) 0.2s;
      -webkit-transition-delay: 100ms;
      -o-transition-delay: 100ms;
  }
  .delay2 {
      -webkit-transition: all 1s cubic-bezier(0.11, 0.16, 0.43, 0.86) 0.4s;
      -o-transition: all 1s cubic-bezier(0.11, 0.16, 0.43, 0.86) 0.4s;
      -webkit-transition: all 1s 0.4s;
      -o-transition: all 1s 0.4s;
      transition: all 1s 0.4s;
  }
  .delay3 {
      -webkit-transition: all 1s cubic-bezier(0.11, 0.16, 0.43, 0.86) 0.6s;
      -o-transition: all 1s cubic-bezier(0.11, 0.16, 0.43, 0.86) 0.6s;
      transition: all 1s cubic-bezier(0.11, 0.16, 0.43, 0.86) 0.6s;
  }
  .delay4 {
      -webkit-transition: all 1s cubic-bezier(0.11, 0.16, 0.43, 0.86) 0.8s;
      -o-transition: all 1s cubic-bezier(0.11, 0.16, 0.43, 0.86) 0.8s;
      transition: all 1s cubic-bezier(0.11, 0.16, 0.43, 0.86) 0.8s;
  }
.i18n-ar .cta-btn { padding: 15px 30px; }
.i18n-ar .zwc-footer-bottom h2 { margin: 0 auto 15px; }
.i18n-ar .rgt-to-lft { transform: translateX(-50px); }
.i18n-ar .middle-animated .rgt-to-lft { transform: translateX(0); }
.i18n-ar .lft-to-rgt { transform: translateX(50px); }
.i18n-ar .middle-animated .lft-to-rgt { transform: translateX(0); }
}
@media only screen and (max-width: 1366px) {
  .zwc-banner-section{
      padding: 100px 0 150px;
  }
  .zwc-banner-section .flex-wrap{
      justify-content: center;
  }
  .banner-right{
      max-width: 500px;
  }
  .webinar-banner-img{
      left: 30px;
  }
  .webinar-banner-img-side, .webinr-banner-icons{
      bottom: 90px;
      left: auto;
  }
.i18n-ar .zwc-banner-section { padding: 100px 0 150px; }
.i18n-ar .webinar-banner-img { right: 30px; left: unset; }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-left, .banner-right{
      max-width: 42%;
  }
  .webinar-banner-img{
      bottom: -100px;
  }     
}
@media only screen and (max-width: 1199px) {
  .zwc-footer-bottom h2{
      max-width: 500px;
      margin: 0 auto 15px;
  }
  .zwc-attendee{
      max-width: 750px;
  }
  .webinar-analyze-data{
      top: 20px;
      right: 0;
  }
  .zwc-registration ul li,.zwc-benefits ul li{
      font-size: 20px;
      margin-bottom: 15px;
  }
  .zwc-registration ul li{
      margin-bottom: 22px;
  }
  .zwc-benefits ul li::before{
      top: 17px;
  }
  .zfaq_wrapper h2:not(.faq-heading) {
      font-size: 20px;
  }
.i18n-ar .zwc-footer-bottom h2 { margin: 0 auto 15px; }
.i18n-ar .webinar-analyze-data { left: 0; right: unset; }
}
@media only screen and (max-width: 991px) {
  .bannner-img, .webinar-bannner-img{
      display: none;
  }
  .webinar-banner-img{
      width: 100%;
      top: 30px;
      left: 0;
  }
  section{
      padding: 80px 0;
  }
  .zwc-banner-section{
      padding: 50px 0 80px;
      text-align: center;
  }
  .zwc-banner-section .flex-wrap{
      flex-direction: column;
  }
  .banner-left, .banner-right{
      max-width: 450px;
  }
  .zwc-attendee{
      max-width: 650px;
  }
  section, .zwc-benefits{
      padding: 80px 0;
  }
  .zwc-analyze, .zwc-footer-bottom{
      padding: 0 0 80px;
  }
  .zwc-registration ul li, .zwc-benefits ul li{
      font-size: 16px;
  }
  .zwc-registration ul li::before{
      width: 15px;
      height: 15px;
  }
  .zwc-registration ul li::after{      
      top: 11px;
      width: 14px;
      height: 6px;
  }
  .zwc-benefits ul li::before{
      top: 15px;
      width: 6px;
      height: 6px;
  }
  .flex-wrap{
      flex-direction: column;
  }
  .zwc-benefits .flex-wrap{
      flex-direction: column-reverse;
      gap: 0;
  }
  .content-left, .content-right, .zwc-attendee, .banner-left, .banner-right, .zfaq-section{
      max-width: 530px !important;
  }
  .zwc-registration .content-right{
      max-width: 500px !important;
  }
  .zwc-tracking-links .content-right, .zwc-benefits .content-left{
      padding-top: 30px;
  }
  .zwc-registration .flex-wrap, .zwc-analyze .flex-wrap{
      gap: 0;
      flex-direction: unset;
  }
  .webinar-analyze-data{
      display: none;
  }
  .zwc-benefits .content-left, h2,.zwc-tracking-links, .zwc-analyze,.zwc-registration .content-left{
      text-align: center;
  }
  .zwc-registration img{
      top: 20px;
      left: 0;
  }
  .zwc-steps-icons{
      display: none;
  }
  .zwc-registration .content-right{
      padding-top: 50px;
      padding-right: 40px;
  }
  .zwc-registration-img{
      margin: 0 auto;
  }
  .webinar-analyze, .webinar-benefits{
      max-width: 60%;
  }
  .zwc-registration ul li:last-child{
      margin-bottom: 0;
  }
  .zwc-registration ul li, .zwc-benefits ul li,.zfaq-section li{
      font-size: 16px;
      margin-bottom: 10px;
  }
  .zwc-registration ul li{
     left: 40px;
      margin-bottom: 20px;
  }
  .zwc-registration ul li::before{
      left: -40px;
  } 
  .zwc-analyze .content-right{
      max-width: 30%;
  }
  .zfaq-section div{
      padding: 0;
  }
.i18n-ar .webinar-banner-img { right: 0; left: unset; }
.i18n-ar section { padding: 80px 0; }
.i18n-ar .zwc-banner-section { padding: 50px 0 80px; }
.i18n-ar section, .i18n-ar .zwc-benefits { padding: 80px 0; }
.i18n-ar .zwc-analyze, .i18n-ar .zwc-footer-bottom { padding: 0 0 80px; }
.i18n-ar .zwc-registration img { right: 0; left: unset; }
.i18n-ar .zwc-registration .content-right { padding-left: 40px; padding-right: unset; }
.i18n-ar .zwc-registration-img { margin: 0 auto; }
.i18n-ar .zwc-registration ul li { right: 40px; left: unset; }
.i18n-ar .zwc-registration ul li::before { right: -40px; left: unset; }
.i18n-ar .zfaq-section div { padding: 0; }
.i18n-ar .zwc-banner-section, .i18n-ar .zwc-benefits .content-left, .i18n-ar h2, .i18n-ar .zwc-tracking-links, .i18n-ar .zwc-analyze, .i18n-ar .zwc-registration .content-left { text-align: center; }
.i18n-ar .zwc-banner-section *, .i18n-ar .zwc-benefits .content-left *, .i18n-ar h2 *, .i18n-ar .zwc-tracking-links *, .i18n-ar .zwc-analyze *, .i18n-ar .zwc-registration .content-left * { text-align: center; }
}
@media only screen and (max-width: 767px) {
  section, .zwc-benefits{
      padding: 60px 0;
  }
  .zwc-analyze, .zwc-footer-bottom{
      padding: 0 0 60px;
  }  
.i18n-ar section, .i18n-ar .zwc-benefits { padding: 60px 0; }
.i18n-ar .zwc-analyze, .i18n-ar .zwc-footer-bottom { padding: 0 0 60px; }
}
.zfaq-section div.zwc-faq-wrap {
  counter-reset: div;
  margin-top: 60px;
}
.zwc-faq-item {
  border-bottom: 1px solid #cccccc7d;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.zwc-faq-wrap button {
  font-size: 22px;
  cursor: pointer;
  position: relative;
  padding-right: 20px;
}
.zwc-faq-wrap button {
  border: 0;
  background: 0;
  color: #000;
  text-align: left;
  font-family: var(--primaryfont-semibold);
  width: 100%;
  padding-left: 0;
  line-height: 1.4;
}
.zwc-faq-ans, .zwc-faq-wrap button {
  padding-left: 25px;
}
.zwc-faq-wrap button::before {
  counter-increment: div;
  content: counter(div) ". ";
  position: absolute;
  left: 0;
}
.zwc-faq-wrap button::after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: .4s all;
  transition: .4s all;
  top: 10px;
  right: 4px;
}
.zwc-faq-ans {
  display: none;
  text-align: left;
}
.zfaq-section div.zwc-faq-item{
  padding: 0;
}
.zwc-faq-item:first-child .zwc-faq-ans {
  display: block;
}
.zwc-faq-item.active button::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.zfaq-section div h3{
  margin-top: 15px;
}