.zwc-page-inr section.zwc-bnr-sec{
  padding: 80px 0;
}
.zwc-page-inr section{
  padding: 100px 0;
}
.zwc-bnr-sec{
  color: #fff;
  background: #02316f;
  text-align: center;
}
.zwc-bnr-sec p{
  max-width: 710px;
  width: 100%;
  margin: 20px auto;
}
.zwc-page-inr h1,.zwc-page-inr h2{
  font-family: var(--primaryfont-regular);
}
.zwc-page-inr .zw-inr-sec{
  background: linear-gradient(180deg, #F6FAFF 5.58%, #FFF 100%);
}
.zwc-block1 h2{
  text-align: center;
}

.zwc-block1 ul li{
  max-width: 350px;
  width: 30%;
  border-radius: 10px;
  border: 1px solid #DEEDFF;
  background: #FFF;
  display: flex;
  flex-flow: column;
}
.zwc-block1 ul li:hover {
  box-shadow:  rgb(0 0 0 / 9%) 0 0px 20px;
  transition: all .5s ease;
}
.zw-webinar-lg{
  position: relative;
  padding: 54px;
  background: #DDEFFF;
  border-radius: 10px;
}
.zw-other-lg{
  position: relative;
  padding: 45px;
}
.zw-other-lg p{
  position: absolute;
  margin-bottom: 0;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: var(--primaryfont-semibold);
  color: #000;
}
.zwc-block1 ul li .zw-webinar-lg::before{
  content: '';
  width: 125px;
  height: 33px;
  position: absolute;
  background: url(/sites/zweb/images/productlogos/webinar.svg) no-repeat;
  background-size: 100% 100%;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.zwc-block1 ul {
   display: flex;
    flex-wrap: wrap;
    margin-top: 65px;
    gap: 40px;
    max-width: 1160px;
    width: 100%;
    margin: 65px auto 0;
}
.flex-prop,.zwc-block1 ul li .zw-webinar-lg::after {
  display: flex;
  align-items: center;
  justify-content: center;
}
.zwc-block1 ul li .zw-webinar-lg::after {
  content: 'VS';
  position: absolute;
  width: 40px;
  height: 40px;
  background: #FF6060;
  border-radius: 50%;
  font-size: 16px;
  font-family: var(--primaryfont-semibold);
  color: #fff;
  bottom: -35%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.zwc-block2 .flex-prop{
  gap: 80px;
}
.block2-left{
  max-width: 548px;
  width: 50%;
}
.block2-right{
  max-width: 574px;
  width: 50%;

}

.zwc-testimonial-wrap{
  background: none;
}
.zwc-page-inr section.zwc-block2{
  padding-bottom: 0;
}
/* faq section start*/
.zfaq-section {
  margin: 0 auto;
  text-align: center;
  padding: 0 80px 80px;
  border-radius: 7px
}
.zfaq_wrapper,.faq-sec .content-wrap{
  max-width: 840px;
  margin: 0 auto;
}

.faq-section .content-wrap {
  padding: 40px 0 40px
}
.faq-section,.faq-section * {
  box-sizing: border-box
}

.zfaq-section div {
  width: 970px;
  padding: 0 20px;
  margin: 0 auto;
  max-width: 100%
}


.zfaq_wrapper .zfaq-wrap {
  position: relative;
  padding: 0;
  border-bottom: 1px solid #F0C0C0;
  margin-bottom: 0;
}

.faq-heading {
  position: relative;
  padding:  0px 0 15px
}
.faq-wrap1{
margin-top : 50px;
}

.zfaq_wrapper button {
  padding-top: 0
}

.zfaq_wrapper button:not(.faq-heading) {
  color: #000;
  font-size: 19px;
  cursor: pointer;
  margin-bottom: 0;
  display: inline-block;
  vertical-align: text-top;
  width: 100%;
  padding: 20px 35px 20px 0px;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  font-family: var(--zf-secondary-semibold);
  text-align: left;
  margin-top: 0;
  background-color: unset;
  border: none;
}

.zfaq_wrapper .zfaq-wrap p {
  display: none;
  padding: 0;
  text-align: left
}
.zfaq_wrapper .zfaq-wrap:first-child p {
  display: block;
}

.zfaq_wrapper .zfaq-wrap .faq-arrow {
  position: absolute;
  right: 22px;
  top: 31px;
  width: 8px;
  height: 8px;
  cursor: pointer;
  font-size: 16px;
  left: auto
}

.zfaq_wrapper .zfaq-wrap .faq-arrow:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(135deg);
  -ms-transform: rotate(45deg);
 transition: all .5 ease;
}

.zfaq-wrap.active .faq-arrow:before {
  transform: rotate(315deg);
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  top: 1px;
  -ms-transform: rotate(135deg)
}


.zfaq-wrap p {
  font-size: 18px
}

.zfaq_wrapper .zfaq-wrap .arrow{
  position: absolute;
  right: 22px;
  top: 34px;
  width: 8px;
  height: 8px;
  cursor: pointer;
  font-size: 16px;
}
.faq-sec{
  background: #FFEBEB;
}
.zfaq-wrap{
  counter-increment: list-counter;
  position: relative
}
.zfaq-wrap button::before{
  content: counter(list-counter) ". ";
  position: relative;
  left: 0;
  font-family: "Zoho_Puvi_Bold";
  top: 0;
  font-size: 19px;
}
/* faq section end */
.zwc-block3 {
  text-align: center;
}
.zwc-block3 p{
  font-family: var(--zf-primary-medium);
}
.block2-right img{
  border-radius: 10px;
}
.zfaq-wrap p a{
  color: #000;
  text-decoration: underline;
}
.slick-dotted.slick-slider,.single-testimonial-wrap .slick-dots {
  margin-bottom: 0;
}
.act-btn{
  border-radius: 4px;
}
@media (min-width: 1200px){
  .zwc-page-inr h1{
    font-size: 50px;
    line-height: normal;
    letter-spacing: -1.5px;
  }
  .zw-other-lg p{
    letter-spacing: -0.6px;
    font-size: 20px;
  }
  .zwc-bnr-sec p{
    font-size: 18px;
  }
  .act-btn{
    padding: 12px 30px;
  }
  .zwc-page-inr h2{
    font-size: 40px;
    letter-spacing: -1.2px;
  }
  .zwc-page-inr .zwc-block3 h2{
    font-size: 44px;
    letter-spacing: -1.32px;
  }
  .customer-sec .customer-content p {
    font-size: 22px;
    line-height: 35px;
    font-family: var(--zf-primary-light);
  }
  .zwc-block3 p{
    font-size: 22px;
    letter-spacing: -0.66px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1450px){
  .zwc-bnr-sec{
    border-radius: 20px;
  }
  .zw-inr-sec,.zw-inr-sec .content-wrap{
    max-width: 1450px;
    width: 100%;
    margin: 0 auto;
  }
  .zwc-page-inr .zw-inr-sec{
    margin-top: 20px;
  }
}
@media (max-width: 1199px){
  .faq-sec h2{
    text-align: center;
  }
  .zwc-block2 .flex-prop {
    gap: 20px;
}
.zwc-page-inr section{
  padding: 80px 0;
}
}
@media (max-width: 991px){
  .zwc-block1 ul{
    justify-content: center;
  }
  .zwc-block1 ul li{
    width: 45%;
  }
  .zfaq_wrapper{
    width: 90%;
  }
  .zwc-block1 ul{
    margin-top: 40px;
  }
  .zwc-block2 .content-wrap{
    flex-flow: column;
    text-align: center;
  }
  .zwc-block2 .flex-prop{
    gap: 40px;
  }
  .block2-right,.block2-left{
    width: 100%;
  }
}
@media (max-width: 767px){
  .zwc-page-inr section {
    padding: 60px 0;
  }
  .zwc-block1 ul li {
    width: 100%;
  }
  .slick-initialized .slick-slide.single-testimonial {
    flex-flow: column;
    align-items: center;
    text-align: center;
  }
  .customer-image,.customer-content {
    width: 100%;
  }
  .zfaq-wrap button{
    line-height: 1.5;
  }
  .zfaq_wrapper button:not(.faq-heading){
    font-size: 17px;
  }
  .zfaq-wrap p {
    font-size: 15px;
}
}