.zwc-main-container *{
  text-wrap: pretty;
}
.flex-wrap{
  display: flex;
  justify-content: center;
  gap: 40px;
}
.zwc-main-container section{
  padding: 100px 0;
}

.zwc-pos-rel{
  position: relative;
}
.zwc-dis-blk{
  display: block;
}
.zwc-dis-inblk{
  display: inline-block;
}
.get-a-quote {
  margin: 0 15px;
  background: #191616;
  color: #ffffff;
  border: 1px solid #fff;
}
.zwc-mb-0{
  margin-bottom: 0;
}
.zwc-blue-color{
  color: #226DB4;
}
.zwc-bnr-left, .zwc-bnr-right, .zwc-seven-step-left, .zwc-seven-step-right{
  width: 50%;
}
.zwc-pos-stick{
  position: sticky;
  top: 150px;
}
.zwc-main-container a:not(.act-btn,.cta-btn) {
  color: #1d4df8;
  border-bottom: 1px solid #1d4df8;
  cursor: pointer;
}
.zw-product-header{
  background: #000000;
}
/***** Banner Section  starts *****/
.zwc-main-container .zwc-banner-section{
  width: 100%;
  padding-bottom: 0;
  background: #000000;
  color: #ffffff;
}
.zwc-banner-section .flex-wrap{
  justify-content: space-between;
}

.zwc-bnr-left{
  max-width: 630px;
}
.zwc-bnr-right{
  max-width: 545px;
}
.bnr-img{
  width: 100%;
  padding-top: 50px;
  text-align: center;
}
.zwc-main-container video{
  vertical-align: bottom;
}
/***** Banner Section  Ends *****/
/***** Seven Steps Section Starts *****/
.zwc-seven-steps .flex-wrap{
  justify-content: space-between;
}
.zwc-seven-step-img{
  padding-top: 50px;
}
.zwc-seven-step-right{
  max-width: 467px;
  position: relative;
  margin-top: 150px;
}
.zwc-right-content{
  position: relative;
 margin-bottom: 60px;
}
.zwc-right-content:last-child{
  margin-bottom: 0;
}
.zwc-right-content h3::before, .zwc-digital-market-content h3::before{
  content: '';
  background: url(' /sites/zweb/images/webinar/webinar-strategy/webinar-strategy-icons.svg') no-repeat;
  background-size: 715px auto;
  background-position: 0 0;
  width: 50px;
  height: 55px;
  position: absolute;
  left: -70px;
  top: -5px;
}
.zwc-right-content:nth-child(2) h3::before{
  background-position: -59px 0;
}
.zwc-right-content:nth-child(3) h3::before{
  background-position: -119px 0;
}
.zwc-right-content:nth-child(4) h3::before{
  background-position: -180px 0
}
.zwc-right-content:nth-child(5) h3::before{
  background-position: -239px 0;
}
.zwc-right-content:nth-child(6) h3::before{
  background-position: -299px 0;
}
.zwc-right-content:nth-child(7) h3::before{
  background-position: -360px 0;
}
/***** Seven Steps Section Ends *****/
/***** Marketing Section Starts *****/
.zwc-marketing{
  background: #FAFAFA;
}
.zwc-marketing-part{
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
}
.zwc-marketing-title{
  text-align: center;
  margin-bottom: 80px;
}
.zwc-marketing-title h2{
  max-width: 600px;
  margin-inline: auto;
}
.zwc-marketing-title p{ 
  max-width: 810px;
  margin: 0 auto;
}
.zwc-marketing .flex-wrap{
  flex-wrap: wrap;
  justify-content: space-around;
}
.zwc-marketing-content{
  width: 50%;
  max-width: 320px;
  padding-bottom: 40px;
}
.zwc-marketing-content:last-child{
  padding-bottom: 0;
}
.zwc-marketing-content img{
  position: relative;
  left: -20px;
}
.zwc-marketing-content:nth-child(5) img,.zwc-marketing-content:nth-child(6) img{
  left: 0;
  margin-bottom: 10px;
}
/***** Marketing Section Ends *****/
/***** Digital Market Section Starts *****/
.zwc-digital-market{
  background: #1C222D;
}
.zwc-digital-market .flex-wrap{
  flex-wrap: wrap;
}
.zwc-digital-market h2{
  color: #ffffff;
  text-align: center;
  width: 100%;
  max-width: 850px;
  margin: 0 auto 100px;
}
.zwc-digital-market-content{
  background: #F4F4F4;
  border-radius: 16px;
  width: 47%;
  max-width: 530px;
  padding: 90px 60px 50px 55px;
  position: relative;
}
.zwc-digital-market-content h3::before{
  left: 0px;
  top: 0px;
  width: 60px;
  height: 59px;
  display: block;
  position: relative;
  margin-bottom: 20px;
}
.zwc-digital-market-content:nth-child(1) h3::before{
  background-position: -418px 0;
}
.zwc-digital-market-content:nth-child(2) h3::before{
  background-position: -488px 0;
  width: 75px;
}
.zwc-digital-market-content:nth-child(3) h3::before{
  background-position: -571px 0;
  width: 81px;
}
.zwc-digital-market-content:nth-child(4) h3::before{
  background-position: -657px 0;
}
.zwc-digital-market-content:nth-child(6) h3::before{
  background-position: 0 -75px;
  width: 67px;
}
.zwc-digital-market-content:nth-child(5) h3::before{
  background-position: -77px -72px;
  width: 66px;
}

/***** Digital Market Section Ends *****/
/***** FAQ Section Starts *****/
.faq-section{
  width: 90%;
  max-width: 1280px;
  margin: 100px auto 0;
  padding: 0;
  background: #FFF4EA;
  border-radius: 50px;
}
.zfaq-section {
  margin: 0px auto;
  text-align: center;
  width: 100%; 
}
.zfaq-section div {
  width: 100%;
  margin: 0 auto;
  max-width: 920px;
}
.zwc-faq-wrap {
  counter-reset: div;
}
.zwc-faq-item {
  border-bottom: 1px solid #cccccc7d;
  margin-bottom: 20px;
}
.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-wrap .zwc-faq-ans, .zwc-faq-wrap button {
  padding-left: 35px;
}
.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;
  padding-bottom: 20px;
}
.zfaq-section div.zwc-faq-item{
  padding: 0;
}
.zwc-faq-ans p{
  margin-bottom: 10px;
}
.zwc-faq-ans p:last-child{
  margin-bottom: 0;
}
.zwc-faq-ans ul{
  list-style-type: disc;
}
.zwc-faq-item:first-child .zwc-faq-ans {
  display: block;
}
.zwc-faq-item.active button::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.zwc-main-container .zwc-faq-item h3{
  margin: 20px 0;
  line-height: 0;
}
.faq-heading{
  text-align: center;
  margin-bottom: 40px;
}

/***** FAQ Section Ends *****/
/***** Footer Before Section Starts *****/
.footer-before{
  width: 100%;
  max-width: 730px;
  margin: 0 auto;
  text-align: center;
  padding: 100px 0;
}
.footer-before h2{
  max-width: 580px;
  margin: 0 auto 30px;
  text-align: center;
}
/***** Footer Before Section Ends *****/

@media only screen and (min-width: 1200px) {
  .zwc-main-container h1{
      font-size: 72px;
      font-family: var(--zf-primary-bold);
      letter-spacing: -2.7px;
      line-height: 1.1;
  }
  .zwc-main-container h2{
      font-size: 48px;
      font-family: var(--primaryfont-semibold);
      letter-spacing: -1.7px;
   }
   .zwc-main-container h2.faq-heading{
      font-size: 40px;
   }
  .zwc-main-container h3{
      font-size: 32px;
      font-family: var(--primaryfont-semibold);
      letter-spacing: -1.3px;
  }
  .zwc-banner-section p{
      font-size: 20px;
  }
  .cta-btn, .get-a-quote{
      padding: 15px 30px;
  }
  .footer-before h2.h2{
      font-size: 50px;
      font-family: var(--primaryfont-semibold);
      letter-spacing: -1.5px;
      line-height: 1.2;
  }
  .btm-to-top, .top-to-btm, .rgt-to-lft, .lft-to-rgt {
      opacity: 0;
      transition: all .5s ease;
  }
  .middle-animated .btm-to-top, .middle-animated .top-to-btm, .middle-animated .rgt-to-lft, .middle-animated .lft-to-rgt {
      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(0);  
  }
  .rgt-to-lft {
      transform: translateX(50px);  
  }
  .middle-animated .rgt-to-lft {
      transform: translateX(0);  
  }
  .lft-to-rgt {
      transform: translateX(-50px)
  }
  .middle-animated .lft-to-rgt {
      transform: translateX(0);
  }
  .delay1 {
    transition: all 1s ease .2s;
  }
  .delay2 {
    transition: all 1s ease .4s;
  }
  .delay3 {
    transition: all 1s ease .6s;
  }
  .delay4 {
    transition: all 1s ease .8s;
  }
  .delay5 {
    transition: all 1s ease 1s;
  }
.delay6 {
  transition: all 1s ease 1.2s;
}
 
}
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .zwc-main-container h1{
      font-size: 62px;
  }
}
@media only screen and (max-width: 1199px) {
  .zwc-digital-market-content {
      padding: 60px 30px 50px 30px;
  }
  .zwc-dis-inblk{
      display: inline;
  }
  .zwc-seven-step-left{
      width: 100%;
      max-width: 44%;
  }
  .zwc-seven-step-right{
      margin-top: 0;
      max-width: 45%;
  }
  .zwc-seven-step-img{
      padding-top: 30px;
  }
  .footer-before h2{
      max-width: 350px;
  }
  .zwc-digital-market h2{
      max-width: 530px;
      margin: 0 auto 60px;
  }  
  .zwc-bnr-left, .zwc-bnr-right{
      max-width: 510px;
  }
  .zwc-pos-stick{
      top: 70px;
  }
  .faq-section{
      width: 100%;
      border-radius: 0;
      margin-top: 0;
  }
  .zwc-main-container section {
      padding: 80px 0;
  }
}
@media only screen and (max-width: 991px) {
  .zwc-banner-section .flex-wrap{
      flex-wrap: wrap;
      justify-content: center;
      text-align: center;
      gap: 0;
  }
  .zwc-bnr-left, .zwc-bnr-right, .zwc-seven-step-left, .zwc-seven-step-right{
      width: 100%;
  }
  .bnr-img{
      padding-top: 40px;
  }
  .zwc-marketing-part{
      max-width: 90%;
  }
  .zwc-marketing-title{
      max-width: 720px;
      margin: 0 auto 80px;
  }
  .zwc-marketing-content{
      max-width: 300px;
  }
 
  section, .footer-before{
      padding: 80px 0;
  }
  .zwc-banner-section{
      padding: 60px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .zwc-pos-stick{
      position: relative;
      top: 0;
  }
  .zwc-main-container section {
      padding: 60px 0;
  }
  .zwc-right-content h3::before{
      position: relative;
      left: 0;
      margin: 0 auto 5px;
      display: block;
  }
  .zwc-seven-steps .flex-wrap{
      flex-direction: column;
       text-align: center;
       align-items: center;
   }
  .zfaq-section li{
      font-size: 15px;
  }
  section, .footer-before{
      padding: 60px 0;
  }
  
  .cta-btn{
      margin-bottom: 15px;
  }
  .zwc-right-content{
      margin-bottom: 40px;
  }
  .zwc-marketing .flex-wrap{
      flex-direction: column;
      align-items: center;
  }
  .zwc-marketing-content,.zwc-digital-market-content{
      width: 100%;
      text-align: center;
  }
  .zwc-marketing-title{
      margin: 0 auto 50px;
  }
  .footer-before h2{
      margin: 0 auto 20px;
  }
  .zfaq_wrapper h2:not(.faq-heading){
      font-size: 17px;
  }
  .zwc-marketing-content img{
      left: 0;
  }
  .faq-ans p{
      max-width: 100%;
  }
  .zwc-marketing-title p{
      max-width: 600px;
  }
  .zwc-digital-market-content{
      text-align: center;
      max-width: 470px;
      padding: 60px 50px 50px 50px;
  }
  .zwc-digital-market-content h3::before{
      margin: 0 auto 20px;
  }
  .zwc-bnr-left, .zwc-bnr-right{
      max-width: 500px;
  }
  .zwc-seven-step-left, .zwc-seven-step-right{
      max-width: 460px;
  }
  .bnr-img {
      padding-top: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .zwc-digital-market-content{
      padding: 60px 20px 50px 20px;
  }
}