.mpo_page{
  position: relative;
}
.mpo_page h1{
  font: 60px/1.1 var(--zf-primary-extrabold);
  margin-bottom: 25px;
}
.mpo_page h2{
  font: 48px/1.1 var(--zf-primary-extrabold);
  margin-bottom: 0px;
}
.mpo_page h3{
  font: 36px/1.3 var(--zf-primary-bold);
}
.mpo_page p, .mpo_page li, .mpo_page span, .mpo_page a{
  font: 20px/1.5 var(--zf-primary-regular);
}
.mpo_bnr_sec{
  position: relative;
  background: #d23246;
  padding: 188px 0px 120px;
  color: #fff;
}
.mpo_container{
  max-width: 1200px;
  width: 100%;
  margin: 0px auto;
  display: flex;
  flex-wrap: wrap;
}
.mpo_bnr_sec .mpo_container{
  justify-content: center;
  text-align: center;
}
.bnr_text_wrap{
  max-width: 940px;
  width: 100%;
  margin: 0px auto;
}
.act-btn.cta-btn {
  visibility: visible;
  opacity: 1;
  background: #000;
  font: 16px/1 var(--primaryfont-semibold);
  margin: 5px 0px 0px;
  display: inline-block;
  border-radius: 28px;
  border: 2px solid #000;
  padding: 15px 45px;
  transition: all .3s linear;
  position: relative;
}
.act-btn.cta-btn:hover {
  background: #000;
  border: 2px solid #fff;
}
.mpo_dark_sec{
  position: relative;
  background: linear-gradient(to top,#2c2c2c calc(100% - 120px),#d23246 calc(100% - 120px),#d23246 100%);
  padding-bottom: 120px;
}
.wom_sec{
  max-width: 100%;
  width: 100%;
  display: flex;
  /* align-items: center; */
  border-radius: 25px;
  background: #fff;
  box-shadow: 0 0 50px 0 rgba(0,0,0,0.1);
}
.wom_left_wrap{
  max-width: 450px;
  width: 100%;
  background: #f5f5f5;
  border-radius: 25px 0px 0px 25px;
  padding: 90px 60px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.wom_left_wrap h2{
  margin-bottom: 0px;
}
.wom_right_wrap{
  max-width: calc(100% - 450px);
  width: 100%;
  padding: 90px 60px;
  box-sizing: border-box;
}
.wom_right_wrap p{
  margin-bottom: 40px;
}
.wom_right_wrap p:last-child{
  margin-bottom: 0px;
}
.omni_example_sec{
  position: relative;
  max-width: 100%;
  width: 100%;
  color: #fff;
  padding-top: 120px;
}
.mid_text_wrap{
  max-width: 980px;
  width: 100%;
  margin: 0px auto 60px;
  text-align: center;
}
.omni_example_sec .mpo_container{
  align-items: center;
  justify-content: space-between;
  padding-top: 30px;
}
.lt_text_wrap{
  max-width: 580px;
  width: 100%;
}
.rt_img_wrap{
  position: relative;
  max-width: 490px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.rt_img_wrap picture{
  position: relative;
  z-index: 1;
  transition: all 0.3s linear;
}
.rt_img_wrap.active picture{
  transform: perspective(1080px) scaleZ(0.5) rotateY(-20deg) translateX(50px);
}
.n_webp .bg_lazy_loaded .rt_img_wrap:after,
.n_webp .bg_lazy_loaded .mpo_list:after,
.n_webp .bg_lazy_loaded .profile_pic,
.n_webp .bg_lazy_loaded .testi_desc_sec p:after,
.n_webp .bg_lazy_loaded .st_tab_content p:first-child:after{
  background: url(/sites/zweb/images/marketingplus/images/om-testimonials-sprites.png);
}
.s_webp .bg_lazy_loaded .rt_img_wrap:after,
.s_webp .bg_lazy_loaded .mpo_list:after,
.s_webp .bg_lazy_loaded .profile_pic,
.s_webp .bg_lazy_loaded .testi_desc_sec p:after,
.s_webp .bg_lazy_loaded .st_tab_content p:first-child:after{
  background: url(/sites/zweb/images/marketingplus/images/om-testimonials-sprites.webp);
}
.n_webp .bg_lazy_loaded .rt_img_wrap:after, .s_webp .bg_lazy_loaded .rt_img_wrap:after{
  background-position: -942px -69px;
}
.rt_img_wrap:after{
  content: "";
  position: absolute;
  right: -30px;
  top: -30px;
  height: 140px;
  width: 125px;
  z-index: 0;
}
.mpo_list_sec{
  max-width: 100%;
  width: 100%;
}
.mpo_list{
  position: relative;
  padding-left: 35px;
  margin-bottom: 25px;
}
.n_webp .bg_lazy_loaded .mpo_list:after, .s_webp .bg_lazy_loaded .mpo_list:after{
  background-position: -785px -134px;
}
.mpo_list:after{
  content: "";
  position: absolute;
  left: 0px;
  top: 5px;
  height: 22px;
  width: 22px;
}
.mpo_tbl_container{
  position: relative;
  margin-top: 60px;
  max-width: 100%;
  width: 100%;
}
.tbl_header_container{
  position: relative;
}
.tbl_header_container{
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
  max-width: 100%;
  width: 100%;
  background: #2c2c2c;
}
.tbl_header_container.fixed{
  position: fixed;
  max-width: 1200px;
  top: var(--header-hgt);
}
.tbl_header_sec{
  display: flex;
  max-width: 100%;
  width: 100%;
  color: #fff;
  padding: 5px 0px;
  background: #111111;
  border-radius: 25px 25px 0px 0px;
}
.tbl_content_sec{
  position: relative;
  padding-top: 66px;
}
.tbl_header_sec .tbl_header, .tbl_inr_content .tbl_content{
  font: 26px/1 var(--zf-secondary-medium);
  margin: 0px;
  text-align: center;
  padding: 15px 30px;
  width: 100%;
  box-sizing: border-box;
  border-right: 1px solid #757575;
}
.tbl_inr_content .tbl_content{
  font: 20px/1.5 var(--zf-primary-regular);
  padding: 30px;
  border-right: 0px;
  color: #000;
}
.tbl_inr_content .tbl_content span{
  display: block;
  font: 20px/1.5 var(--zf-primary-regular);
  margin-bottom: 25px;
}
.tbl_inr_content .tbl_content span:last-child{
  margin-bottom: 0px;
}
.tbl_header:last-child{
  border-right: 0px;
}
.tbl_frst{
  max-width: 270px
}
.tbl_scnd{
  max-width: 395px;
}
.tbl_inr_content .tbl_thrd{
  text-align: left;
}
.tbl_content_sec{
  position: relative;
  background: #efefef;
  border-radius: 25px;
}
.tbl_inr_content{
  display: flex;
}
.tbl_inr_content:nth-child(odd){
  background: #fff;
}
.mpo_business_sec{
  position: relative;
  padding: 120px 0px;
}
.mpo_business_sec h2{
  margin-bottom: 25px;
}
.business_list_sec{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.business_list{
  position: relative;
  max-width: 585px;
  width: 100%;
  border: 1px solid #8f8f8f;
  border-radius: 12px;
  background: #fbf9f9;
  padding: 80px 50px;
  box-sizing: border-box;
  margin-bottom: 70px;
  transition: all 0.3s linear;
  box-shadow: 0 0 50px 0 rgba(0,0,0,0.1);
}
.business_list:last-child{
  margin-bottom: 0px;
  max-width: 100%;
}
.business_list p{
  margin-bottom: 0px;
}
.business_list .bl_title{
  position: absolute;
  font: 20px/1 var(--zf-primary-bold);
  padding: 25px 20px;
  background: #d23246;
  border-radius: 35px;
  max-width: 335px;
  width: 100%;
  box-sizing: border-box;
  top: -35px;
  color: #fff;
  text-align: center;
  transition: all 0.3s linear;
  box-shadow: -10px 0px 0px 0px #2c2c2c;
}
.active .bl_title{
  box-shadow: none;
}
.challenges_sec{
  padding-top: 120px;
}
.challenges_sec h2{
  margin-bottom: 0px;
}
.chlng_inr_container{
  max-width: 100%;
  width: 1000%;
  display: flex;
  justify-content: space-between;
  border: 1px solid #dddddd;
  border-radius: 25px;
}
.chlng_tab_sec{
  max-width: 490px;
  width: 100%;
  padding: 90px 70px;
  box-sizing: border-box;
}
.chlng_tab_sec .chlng_tab{
  font: 28px/1.1 var(--zf-primary-regular);
  margin-bottom: 40px;
  cursor: pointer;
  transition: all 0.3s linear;
}
.chlng_tab_sec .chlng_tab:last-child{
  margin-bottom: 0px;
}
.chlng_tab_sec .chlng_tab.active{
  color: #d23246;
  font: 28px/1.1 var(--zf-secondary-bold);
}
.business_list_sec{
  position: relative;
}
.chlng_tab_content_box{
  position: relative;
  max-width: 680px;
  width: 100%;
  padding: 90px 70px;
  background: #d23246;
  color: #fff;
  border-radius: 25px;
  box-sizing: border-box;
  transition: all 0.3s linear;
  transform-origin: left;
}
.chlng_tab_content_box.active:after{
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  background: unset;
  border-radius: 25px;
  opacity: 0;
  transition: all 0.3s linear;
}
.chlng_tab_content_box.active:after{
  opacity: 0.1;
  background: linear-gradient(to left, #fff 0%,#000 100%);
}
.active.chlng_tab_content_box{
  transform: perspective(2040px) scaleZ(.5) rotateY(-34deg);
  box-shadow: 15px 5px 20px -5px rgba(0,0,0,0.25);
}
.chlng_tab_content{
  display: none;
}
.chlng_tab_content.active{
  display: block;
}
.chlng_tab_title{
  display: none;
}
.chlng_inr_box p{
  font: 20px/1.5 var(--zf-secondary-medium);
  margin-bottom: 30px;
}
.chlng_inr_box p:last-child{
  margin-bottom: 0px;
}
.s_webp .bg_lazy_loaded.platform_sec{
  background: url(/sites/zweb/images/marketingplus/images/mp_pattern_bg.webp);
}
.n_webp .bg_lazy_loaded.platform_sec{
  background: url(/sites/zweb/images/marketingplus/images/mp_pattern_bg.jpg);
}
.platform_sec{
  position: relative;
  padding: 120px 0px;
  background: #2c2c2c;
  color: #fff;
}
.platform_sec .mpo_list_sec{
  position: relative;
  padding: 80px 50px;
  background: #1f1f1f;
  border-radius: 25px;
  border: 1px solid #4b4b4b;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  transition: all 0.3s linear;
}
.platform_sec .mpo_list_sec.active{
  transform: perspective(1203px) scaleZ(0.75) rotateY(-15deg);
}
.platform_sec .mpo_list{
  max-width: 310px;
  width: 100%;
  margin-bottom: 0px;
}
.mid_content_sec{
  position: relative;
  padding: 120px 0px;
}
.mid_sec{
  padding-bottom: 120px;
  margin: 0px auto;
}
.mid_sec:last-child{
  padding-bottom: 0px;
}
.mid_img_content{
  max-width: 960px;
  width: 100%;
  margin: 0px auto;
  text-align: center;
  padding-bottom: 60px;
}
.mid_img_content h3{
  font-size: 40px;
}
.mid_img_content p{
  margin: 0px;
}
.mid_img_sec{
  text-align: center;
  margin: 0px auto;
}
.mid_img_sec{
  transition: all 0.3s linear;
  transform-origin: left bottom;
}
.mid_img_sec img{
  box-shadow: 0 5px 21px 9px rgba(117, 103, 103, 0.15);
  border-radius: 6px;
}
.mid_img_sec.active{
  transform: perspective(680px) scaleZ(0.5) rotateY(15deg) translateY(50px);
  opacity: 0.5;
}
.testi_sec{
  max-width: 100%;
  width: 100%;
  margin: 0px auto;
  background: #6afdef;
  border-radius: 25px;
  padding: 70px 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.testi_profile_sec{
  max-width: 250px;
  width: 100%;
  text-align: center;
}
.n_webp .bg_lazy_loaded .profile_pic, .s_webp .bg_lazy_loaded .profile_pic{
  background-size: 556.5px auto;
  background-position: -11px -7px;
}
.profile_pic{
  position: relative;
  display: inline-block;
  height: 117px;
  width: 117px;
  margin: 0px auto 10px;
  box-shadow: 5px 3px 0px 0px #42d9cb;
  border-radius: 50%;
}
.testi_profile_sec .desc{
  font: 20px/1.2 var(--zf-primary-bold);
  margin-bottom: 25px;
}
.testi_profile_sec .desc span{
  font: 19px/1.2 var(--primaryfont-semibold);
  color: #1c5d57;
}
.n_webp .bg_lazy_loaded .testi_logo{
  background: url(/sites/zweb/images/marketingplus/images/om-testimonials-sprites.png) #fff;
}
.s_webp .bg_lazy_loaded .testi_logo{
  background: url(/sites/zweb/images/marketingplus/images/om-testimonials-sprites.webp) #fff;
}
.n_webp .bg_lazy_loaded .testi_logo, .s_webp .bg_lazy_loaded .testi_logo{
  background-size: 556.5px auto;
  background-position: -190px -42px;
}
.testi_logo{
  display: inline-block;
  width: 200px;
  height: 60px;
  border-radius: 6px;
  box-shadow: 0px 5px 0px 0px #35837c;
}
.testi_desc_sec{
  position: relative;
  max-width: calc(100% - 300px);
  width: 100%;
  padding-left: 75px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.testi_desc_sec:after{
  content: "";
  position: absolute;
  left: 0px;
  /* top: 0px; */
  height: 100%;
  width: 5px;
  background: #52dccf;
  border-radius: 50%;
  transition: all 0.3s linear;
}
.testi_desc_sec.active:after{
  height: 0%;
}
.testi_desc_sec p{
  position: relative;
  font: 24px/1.4 var(--zf-primary-regular);
  margin-bottom: 0px;
  padding-top: 95px;
}
.n_webp .bg_lazy_loaded .testi_desc_sec p:after, .s_webp .bg_lazy_loaded .testi_desc_sec p:after{
  background-position: -285px -98px;
}
.testi_desc_sec p:after{
  content: "";
  height: 64px;
  width: 83px;
  position: absolute;
  left: -22px;
  top: 0px;
}
.st_tab_sec{
  display: flex;
  justify-content: center;
}
.st_tab_sec{
  margin-bottom: 40px;
}
.st_tab_sec .st_tab_list{
  font: 18px/1 var(--primaryfont-semibold);
  padding: 20px 15px;
  /* border: 1px solid #d23246; */
  border-radius: 35px;
  margin: 0px 7.5px;
  background: #fff;
  color: #000;
  cursor: pointer;
}
.st_tab_sec .st_tab_list.active{
  background: #d23246;
  color: #fff;
}
.st_tab_content_box{
  max-width: 100%;
  width: 100%;
  background: #fff;
  box-shadow: 0.698px 9.976px 7.9px 2.1px rgba(177, 177, 177, 0.25);
  padding: 80px 50px;
  box-sizing: border-box;
  color: #000;
  border-radius: 25px;
  transition: all 0.3s linear;
}
.st_tab_content{
  display: none;
}
.st_tab_content.active{
  display: block;
}
.st_tab_content p:last-child{
  margin-bottom: 0px;
}
.st_tab_content p{
  position: relative;
  padding-left: 35px;
}
.st_tab_title{
  display: none;
}
.n_webp .bg_lazy_loaded .st_tab_content p:first-child:after, .s_webp .bg_lazy_loaded .st_tab_content p:first-child:after {
  background-position: -785px -134px;
}
.st_tab_content p:first-child:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 5px;
  height: 22px;
  width: 22px;
}
.s_webp .bg_lazy_loaded.st_sec, .n_webp .bg_lazy_loaded.st_sec{
  background: #2c2c2c;
}
.st_sec{
  position: relative;
  padding-bottom: 0px;
}
.st_sec .mpo_container{
  position: relative;
  z-index: 1;
}
.st_sec:after{
  content: '';
  position: absolute;
  left: 0px;
  bottom: 0px;
  max-width: 100%;
  width: 100%;
  height: 120px;
  background: #fff;
  z-index: 0;
}
.faq_sec{
  position: relative;
  padding: 120px 0px;
}
.faq_container{
  max-width: 100%;
  width: 100%;
  margin: 0px auto;
}
.faq_list{
  position: relative;
  padding: 30px 60px;
  border: 1px solid #e5e5e5;
  border-radius: 25px;
  margin-bottom: 30px;
  transition: all 0.3s linear;
}
.faq_list.active{
  padding: 60px;
  border: 1px solid #2c2c2c;
  box-shadow: 0px 0px 26.24px 5.76px rgba(238, 238, 238, 0.004);
}
.faq_list:last-child{
  margin-bottom: 0px;
}
.faq_list h4{
  position: relative;
  font: 30px/1 var(--zf-primary-bold);
  margin-bottom: 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.faq_list h4:after, .faq_list h4:before{
  content: "";
  position: absolute;
  right: 0px;
  width: 15px;
  height: 2px;
  background: #b2b2b2;
  transition: all 0.3s linear;
}
.faq_list h4:before{
  transform: rotate(90deg);
}
.faq_list.active h4:before{
  transform: rotate(0deg);
}
.faq_inr_container{
  display: none;
  max-width: 70%;
  width: 100%;
  padding-top: 30px;
}
.faq_inr_container p{
  margin-bottom: 0px;
}
.faq_inr_list{
  padding-top: 20px;
}
.faq_list.active .faq_inr_container{
  display: block;
}
.faq_inr_list li{
  position: relative;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.faq_inr_list li:after{
  content: "";
  position: absolute;
  left: -15px;
  height: 7.5px;
  width: 7.5px;
  background: #bd1d31;
  border-radius: 50%;
}
.faq_inr_list li:last-child{
  margin-bottom: 0px;
}
.faq_link, .zmp-interLink {
  color: #d23246;
  cursor: pointer;
}
.bottom_cta_sec{
  position: relative;
  padding: 120px 0px;
  text-align: center;
  color: #fff;
  background: #d23246;
}
.bottom_cta_sec .mpo_container{
  display: block;
}
.bottom_cta_sec h2{
  margin-bottom: 25px;
}
.bottom_cta_sec .act-btn{
  margin-bottom: 10px;
}
.bottom_cta_sec p{
  margin-bottom: 0px;
}
.mp_animate.active{
  position: relative;
}
.active .business_list{
  opacity: 0;
  transform: translateY(50px);
}
.bl_1{
  transition-delay: 0.3s;
}
.bl_2{
  transition-delay: 0.6s;
}
.bl_3{
  transition-delay: 0.9s;
}
.bl_1 .bl_title{
  transition-delay: 0.45s;
}
.bl_2 .bl_title{
  transition-delay: 0.75s;
}
.bl_3 .bl_title{
  transition-delay: 1.05s;
}
@media(max-width: 1360px){
  .mpo_page h1{
    font-size: 52px;
  }
  .mpo_page h2{
    font-size: 40px;
  }
  .mpo_page h3{
    font-size: 32px;
  }
  .tbl_header_sec .tbl_header, .faq_list h4{
    font-size: 24px;
  }
  .chlng_tab_sec .chlng_tab{
    font-size: 24px;
  }
  .testi_desc_sec p{
    font-size: 22px;
  }
}
@media(max-width: 1200px){
  .tbl_header_container.fixed{
    top: 0px;
  }
}
@media(max-width: 1240px){
  .mpo_page h1{
    font-size: 44px;
  }
  .mpo_page h2{
    font-size: 32px;
  }
  .mpo_page h3{
    font-size: 28px;
  }
  .tbl_header_sec .tbl_header, .faq_list h4{
    font-size: 22px;
  }
  .chlng_tab_sec .chlng_tab{
    font-size: 22px;
  }
  .testi_desc_sec p{
    font-size: 20px;
  }
  .mpo_container{
    max-width: 90%;
  }
  .mpo_page p, .mpo_page li, .mpo_page span, .mpo_page a, .business_list .bl_title, .tbl_inr_content .tbl_content, .tbl_inr_content .tbl_content span{
    font-size: 18px;
  }
  .st_tab_sec{
    flex-wrap: wrap;
    margin-bottom: 25px;
  }
  .st_tab_sec .st_tab_list{
    font-size: 16px;
    padding: 15px;
    margin-bottom: 15px;
  }
  .mid_text_wrap{
    margin-bottom: 40px;
  }
  .mid_img_content{
    padding-bottom: 40px;
  }
  .faq_list{
    padding: 20px 40px;
    border-radius: 20px;
  }
  .omni_example_sec .mpo_container{
    padding-top: 15px;
    max-width: 100%;
  }
  .lt_text_wrap{
    max-width: 45%;
  }
  .rt_img_wrap{
    max-width: 50%;
  }
  .mpo_tbl_container{
    margin-top: 40px;
  }
  .tbl_header_sec{
    padding: 10px 0px;
  }
  .tbl_header_sec .tbl_header{
    padding: 10px 20px;
  }
  .tbl_inr_content .tbl_content{
    padding: 25px 20px;
  }
  .tbl_content_sec{
    padding-top: 60px;
  }
  .business_list .bl_title{
    padding: 20px 15px;
    top: -29px;
  }
  .business_list{
    max-width: calc(50% - 15px);
    margin-bottom: 58px;
    padding: 60px 35px;
  }
  .wom_right_wrap p, .chlng_inr_box p{
    margin-bottom: 25px;
  }
  .wom_left_wrap, .wom_right_wrap, .chlng_tab_sec, .chlng_tab_content_box, .platform_sec .mpo_list_sec, .testi_sec, .st_tab_content_box{
    padding: 60px 50px;
  }
  .faq_list.active{
    padding: 40px 40px;
  }
  .faq_inr_container{
    padding-top: 25px;
  }
  .tbl_frst{
    max-width: 20%;
  }
  .tbl_scnd{
    max-width: 30%;
  }
  .tbl_thrd{
    max-width: 50%;
  }
  .tbl_header_container.fixed{
    max-width: 100%;
  }
}
@media(max-width: 992px){
  .wom_sec{
    flex-wrap: wrap;
  }
  .mpo_bnr_sec, .mpo_business_sec, .platform_sec, .faq_sec, .bottom_cta_sec, .mid_content_sec{
    padding: 60px 0px;
  }
  .mpo_bnr_sec{
    padding-top: 90px;
  }
  .omni_example_sec, .challenges_sec{
    padding-top: 60px;
  }
  .mpo_dark_sec, .mid_sec{
    padding-bottom: 60px;
  }
  .st_sec{
    padding-bottom: 0px;
  }
  .wom_left_wrap{
    padding-bottom: 25px;
    border-radius: 0px;
    background: unset;
  }
  .wom_right_wrap{
    padding-top: 0px;
  }
  .wom_left_wrap, .wom_right_wrap{
    max-width: 90%;
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
    margin: 0px auto;
  }
  .wom_left_wrap h2{
    width: 100%;
  }
  .business_list{
    max-width: 100%;
    padding: 60px 35px 30px;
  }
  .tbl_header_sec .tbl_header{
    font-size: 20px;
  }
  .platform_sec .mpo_list_sec{
    flex-wrap: wrap;
  }
  .platform_sec .mpo_list{
    max-width: 100%;
    margin-bottom: 20px;
  }
  .platform_sec .mpo_list:last-child, .challenges_sec h2{
    margin-bottom: 0px;
  }
  .st_sec:after{
    height: 60px;
  }
  .chlng_tab_sec{
    display: none;
  }
  .faq_inr_list{
    padding-left: 20px;
  }
  .mpo_list_sec{
    padding: 40px 5%;
  }
  .challenges_sec .mid_text_wrap{
    margin-bottom: 20px;
  }
  .chlng_inr_container{
    border: 0px;
  }
  .chlng_tab_content{
    display: block;
  }
  .chlng_tab_title{
    display: flex;
  }
  .chlng_tab_content_box{
    padding: 0px;
    max-width: 100%;
    border-radius: 0px;
    background: unset;
    color: #000;
  }
  .chlng_tab_content, .st_tab_content{
    padding: 15px 0px;
  }
  .strategy_tab_sec{
    max-width: 100%;
    width: 100%;
  }
  .chlng_inr_box, .st_tab_box{
    padding-top: 25px;
    display: none;
    padding-right: 30px;
  }
  .chlng_tab_content.active, .st_tab_content.active{
    border-bottom: 2px solid #efefef;
    padding-bottom: 30px;
    margin-bottom: 15px;
  }
  .st_tab_content:last-child.active{
    padding-bottom: 20px;
    margin-bottom: 0px;
    border: 0px;
  }
  .chlng_tab_content:last-child.active, .st_tab_title:last-child.active{
    margin-bottom: 0px;
  }
  .chlng_tab_content.active .chlng_inr_box, .st_tab_content.active .st_tab_box{
    display: block;
  }
  .chlng_tab_content_box .chlng_tab_title, .st_tab_content .st_tab_title{
    position: relative;
    font: 22px/1 var(--zf-primary-bold);
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  .chlng_tab_title:after, .chlng_tab_title:before, .st_tab_title:after, .st_tab_title:before {
    content: "";
    position: absolute;
    right: 0px;
    width: 15px;
    height: 2px;
    background: #b2b2b2;
    transition: all 0.3s linear;
  }
  .chlng_tab_title:before, .st_tab_title:before {
    transform: rotate(90deg);
  }
  .chlng_tab_content.active .chlng_tab_title:before, .st_tab_content.active .st_tab_title:before{
    transform: rotate(0deg);
  }
  .wom_right_wrap p, .chlng_inr_box p{
    margin-bottom: 20px;
  }
  .platform_sec .mpo_list_sec{
    padding: 30px 2.5%;
  }
  .st_tab_sec{
    display: none;
  }
  .st_tab_content, .st_tab_title{
    display: block;
  }
  .st_tab_content p{
    padding-left: 0px
  }
  .st_tab_content p:first-child:after{
    display: none;
  }
  .testi_sec{
    padding: 40px 20px;
  }
  .st_tab_content_box, .faq_list, .faq_list.active{
    padding: 20px;
    border-radius: 15px;
  }
  .testi_desc_sec{
    max-width: calc(100% - 270px);
    padding-left: 50px;
  }
  .active.chlng_tab_content_box {
    transform: unset;
    box-shadow: unset;
  }
  .chlng_tab_content_box.active:after{
    opacity: 0;
    background: unset;
  }
}
@media(max-width: 768px){
  .testi_sec{
    flex-wrap: wrap;
  }
  .testi_profile_sec, .testi_desc_sec{
    position: relative;
    max-width: 100%;
    width: 100%;
    padding: 0px;
    text-align: center;
  }
  .mpo_list_sec{
    padding: 0px;
  }
  .lt_text_wrap{
    max-width: 100%;
  }
  .testi_desc_sec:after{
    display: none;
  }
  .testi_desc_sec p{
    padding-top: 30px;
  }
  .testi_desc_sec p:after{
    display: none;
  }
  .n_webp .bg_lazy_loaded .testi_profile_sec:after, .s_webp .bg_lazy_loaded .testi_profile_sec:after {
    background: url(/sites/zweb/images/marketingplus/images/om-testimonials-sprites.png);
    background-size: 556.5px auto;
    background-position: -142px -48px;
  }
  .testi_profile_sec:after{
    content: "";
    height: 33px;
    width: 43px;
    position: absolute;
    top: -55px;
    right: 15px;
  }
  .faq_list h4, .st_tab_title, .chlng_tab_title{
    padding-right: 35px;
  }
  .tbl_header_sec .tbl_header, .tbl_inr_content .tbl_content, .tbl_inr_content .tbl_content span{
    font-size: 16px;
  }
  .tbl_header_sec .tbl_header{
    padding: 10px 15px;
  }
  .tbl_content_sec{
    padding-top: 56px;
  }
  .business_list{
    padding: 50px 20px 30px;
  }
  .business_list .bl_title{
    padding: 16px 10px;
    max-width: 275px;
    top: -25px;
    left: 25px; 
  }
  .omni_example_sec .mpo_container{
    flex-wrap: wrap;
    padding-top: 0px;
  }
  .rt_img_wrap{
    max-width: 100%;
    width: 100%;
    justify-content: center;
    padding-top: 20px;
  }
  .rt_img_wrap:after{
    display: none;
  }
}
@media(max-width: 500px){
  .tbl_frst{
    display: none;
  }
  .tbl_thrd{
    max-width: 70%;
  }
}