.zw-template-inner *, .zw-template-inner :after, .zw-template-inner :before {
  box-sizing: border-box !important;
}
img, picture {
  display: block;
}
#zweb-region .zweb-region:nth-child(3),#zweb-region .zweb-region:nth-child(6) {
  display: none;
}
.zcrm-main {
  position: relative;
  margin-top: -80px;
}
.zweb-bannerSec {
  background: url(/sites/zweb/images/crm/bannerbg-blue-pattern.svg) repeat rgb(0, 96, 255);
  color: #fff;
}
.zweb-bannerInner {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  padding: 110px 0;
  width: 90%;
}
h1 {
  font: 64px / 1.1 var(--zf-primary-semibold);
  margin-bottom: 25px;
}
.zweb-bannerInner p {
  font: 20px / 1.6 var(--zf-primary-regular);
  color: #fff;
  margin-bottom: 0;
}
p {
  font: 20px/1.6 var(--primaryfont-regular);
  margin-bottom: 15px;
}
/* Box section css */
.zweb-boxSec {
  color: #000;
  position: relative;
}
.zweb-boxSecInner {
  background: #fdf9f3;
  padding: 80px 0 110px;
}
.lbl-bluclr{
  background:#b0f4ff;
}
.lbl-bluclr1{
  background:#ffb0b0;
}
.lbl-bluclr2{
  background:#b0ffbb;
}
.lbl-bluclr3{
  background:#ffe4b0;
}
.lbl-bluclr4{
  background:#ffb0dc;
}
.zweb-boxGrp {
  display: grid;
  grid-template-columns: auto auto auto;
  justify-content: center;
  grid-auto-flow: row;
  grid-gap: 30px;
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: left;
   padding-top: 50px;
}
.zweb-box {
  width: 100%;
  max-width: 380px;
  background-color: #fff;
  box-shadow: 0px 1px 3.76px 0.24px rgba(0, 0, 0, 0.15);
  position: relative;
}
.zweb-boxInner {
  position: relative;
}
.zweb-spkrGrp, .zweb-spkrPop {
  padding: 10px 30px 10px 0;
  display: flex;
  align-items: center;
  position: relative;
}
.zweb-spkrPop {
  cursor: pointer;
}
.zweb-spkrPop:after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  display: inline-block;
  background: url(/sites/zweb/images/crm/webinars/zcrm-webinar-icon-sprite.svg) no-repeat -151px -22px;
  width: 19px;
  height: 19px;
  transform: translateY(-50%);
}
.zweb-spkrLft, .zweb-spkrProfile {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  background-size: auto 50px;
  border-radius: 50%;
}
.zweb-spkrProfile {
  width: 100px;
  height: 100px;
  background-size: auto 100px;
  display: inline-block;
  margin: 0 0 10px;
}
.zweb-name {
  font: 16px/1.2 var(--zf-secondary-medium);
  padding-bottom: 7px;
  display: block;
}
.zweb-desig {
  font: 12px/1.3 var(--primaryfont-regular);
  display: block;
}
.zweb-boxCont {
  padding: 40px 30px;
  height: calc(100% - 170px);
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.zweb-contList {
  position: relative;
  height: 100%;
}
.zweb-contList h2 {
  font: 24px/1.2 var(--zf-primary-semibold);
  margin-bottom: 15px;
  width: 95%;
}
.zweb-contList p {
  font: 16px/1.5 var(--primaryfont-regular);
  margin-bottom: 15px;
  color: #202122;
}
.zweb-img {
  display: block;
}
.zweb-regCta {
  display: inline-block;
  padding: 12px 35px;
  border-radius: 19px;
  background-color: rgb(231, 52, 45);
  color: #fff;
  font: 16px/1.1 var(--primaryfont-semibold);
  text-align: center;
}
.zweb-schedule {
  padding: 20px 0 30px;
}
.zweb-dateInfo {
  font: 20px/1 var(--primaryfont-regular);
  text-transform: uppercase;
}
.zweb-date {
  font-family: var(--zf-primary-semibold);
  text-transform: capitalize;
}

.zweb-zone {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1.5px solid #7c7c7c;
}
.zweb-time {
  display: block;
  padding-top: 10px;
}
.zweb-dateInfo.zweb-disable,.crm-hub-ctasec.bottom-promo {
  display: none;
}
.zweb-newLabel {
  font: 11px/1 var(--zf-secondary-medium);
  padding: 4px 8px;
  position: absolute;
  display: inline-block;
  top: 10px;
  right: 10px;
  text-transform: uppercase;
  border-radius: 6px;
}
.zweb-spkrSec.active {
  opacity: 1;
  transform: translateY(0);
}
.zweb-spkrSec {
  text-align: center;
  padding: 30px;
  opacity: 0.5;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  transition: all ease-in 0.4s;
  width: 100%;
  height: 100%;
  transform: translateY(100%);
  transition: all ease-out 0.4s;
}
h3.zweb-spkrName {
  font: 20px/1.1 var(--primaryfont-semibold);
  margin-bottom: 8px;
}
.zweb-spkrDesig {
  font: 16px/1.1 var(--primaryfont-regular);
  color: #595959;
  display: block;
}
.zweb-spkrCont {
  font: 16px/1.6 var(--primaryfont-regular);
  color: #202122;
  margin: 25px 0 0;
}
.zweb-spkrClose {
  position: absolute;
  width: 32px;
  height: 32px;
  cursor: pointer;
  display: inline-block;
  top: 0;
  right: 0;
}
.zweb-spkrClose:after {
  position: absolute;
  top: 50%;
  right: 50%;
  content: "";
  background: url(/sites/zweb/images/crm/webinars/zcrm-webinar-icon-sprite.svg) no-repeat -172px -22px;
  width: 19px;
  height: 19px;
  padding: 10px;
  cursor: pointer;
  transform: translate(50%, -50%);
}
/* Box section css */
/* Filter section css */
.zweb-FilterSec {
  width: 100%;
  display: block;
  background: transparent;
}
.zweb-FilterSec.fixed_nav {
  position: sticky;
  position: -webkit-sticky;
  box-sizing: border-box;
  top: 55px;
  left: 0;
  z-index: 6;
}
.zweb-FilterInner {
  text-align: center;
  position: relative;
  margin: -28px auto;
}
.zweb-flrCont {
  margin: 0 auto;
  max-width: 1140px;
  width: 90%;
  background: #fff;
  border-radius: 45px;
  transition: all ease .4s;
  box-shadow: 0px 1px 11.28px 0.72px rgba(0, 0, 0, 0.2);
}
.fixed_nav .zweb-flrCont {
  width: 100%;
  border-radius: 0;
  max-width: 100%;
}
.zweb-Filter {
  padding: 13px 35px;
  transition: all ease .5s;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1140px;
  margin: 0 auto;
}
.Nav-filterSec {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.Nav-filter {
  font: 14px/1.2 var(--primaryfont-semibold);
  padding: 4px 15px;
  cursor: pointer;
  color: #333333;
  display: inline-block;
}
.Nav-filter.active {
  color: #0067ff;
}
.zweb-FlrElement {
  font: 14px/1.2 var(--zf-primary-semibold);
  display: flex;
  color: #000;
  align-items: center;
}
.zweb-FilterBox:after {
  position: absolute;
  top: 5px;
  right: 20px;
  content: "";
  display: inline-block;
  background: url(/sites/zweb/images/crm/webinars/zcrm-webinar-icon-sprite.svg) no-repeat -18px -21px;
  width: 20px;
  height: 20px;
}
.zweb-FilterBox.active, .zweb-Tagfilter.active {
  display: block;
}
.zweb-FilterBox {
  position: relative;
  font: 14px/1.5 var(--zf-secondary-light);
  padding: 5px 50px 5px 7px;
  color: #333;
  cursor: pointer;
  display: none;
}
.zweb-Tagfilter {
  max-width: 330px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  font: 14px/1.2 var(--zf-secondary-light);
  padding: 6px 80px 6px 8px;
  color: #333;
  background: #fff;
  position: relative;
  display: none;
  text-align: left;
}
.flr_tagtxt {
  min-width: 240px;
  display: flex;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}
.flr_tagtxt:after {
  position: absolute;
  content: "";
  width: 20px;
  height: 100%;
  background: transparent;
  bottom: 0;
  right: 0;
  z-index: 2;
  background: -webkit-linear-gradient(right, #fff0, #fff);
  background: -moz-linear-gradient(right, #fff0, #fff);
  background: linear-gradient(to right, #fff0, #fff);
}
.zweb-tags {
  position: relative;
  border: 1px solid #c4c5c6;
  border-radius: 10px;
  padding: 3px 25px 3px 8px;
  margin-right: 5px;
  font: 12px/1.2 var(--primaryfont-regular);
}
.zweb-tagclose {
  background: url(/sites/zweb/images/crm/webinars/zcrm-webinar-icon-sprite.svg) no-repeat -59px -92px;
  width: 10px;
  height: 10px;
  display: inline-block;
  position: absolute;
  top: 5px;
  right: 6px;
  cursor: pointer;
}
.zweb-tagEdit {
  font: 12px/1.2 var(--zf-secondary-light);
  content: "";
  position: absolute;
  top: 8px;
  right: 30px;
  padding: 2px 10px;
  background: #fbf2b2;
  border-radius: 10px;
  cursor: pointer;
}
.zweb-EditClose {
  position: absolute;
  content: "";
  top: 7px;
  right: 0;
  background: url(/sites/zweb/images/crm/webinars/zcrm-webinar-icon-sprite.svg) no-repeat -48px -21px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.mbl-tabnavSec {
  display: none;
  flex-direction: row;
  padding: 15px 0 10px;
  width: 100%;
  margin: 0 auto;
}
.mbl-tabNav {
  padding: 0 5px;
  margin: 0 5px;
  color: #c3c4c5;
  cursor: pointer;
  font: 15px/1.2 var(--zf-primary-semibold);
}
.mbl-tabNav.active {
  color: #111;
}
.zweb-ViewSec {
  display: none;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  content: "";
  background: #fff;
  z-index: 999;
  transition: all ease .6s;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, .2);
}
.zweb-ViewSec.active {
  display: block;
}
.page-freeze {
  overflow: hidden;
}
.flr-freezeLayer {
  opacity: .2;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 997;
  background: #000;
  content: "";
  display: none;
}
.flr-freezeLayer.active {
  display: block;
}
.zweb-ViewInner {
  padding: 40px 0;
  max-width: 1130px;
  margin: 0 auto;
  width: 90%;
}
.zweb-resultSec {
  display: flex;
  padding-bottom: 20px;
  border-bottom: 2px solid #e3e4e4;
  justify-content: space-between;
  align-items: center;
}
.fltr_lftSec {
  font: 18px/1.2 var(--primaryfont-bold);
  padding: 5px 0;
}
.fltr_rhtSec {
  display: flex;
  align-items: center;
}
.zweb-flrclose {
  font: 16px/1.2 var(--zf-primary-semibold);
  cursor: pointer;
  display: none;
  margin-right: 20px;
  color: #fff;
  background: #0266ff;
  padding: 6px 20px;
  border-radius: 25px;
}
.zweb-flrclose.active {
  display: inline-block;
}
.fltr_lftInner {
  font-family: var(--zf-primary-regular);
  color: #222;
}
.flr_icon_close {
  cursor: pointer;
  background: url(/sites/zweb/images/crm/webinars/zcrm-webinar-icon-sprite.svg) no-repeat -77px -53px;
  width: 20px;
  height: 21px;
  display: none;
}
.flr_icon_close.active {
  display: inline-block;
}
.zweb-FlrViewer {
  display: table;
  text-align: left;
  width: 100%;
  max-width: 1070px;
  margin: 0 auto;
  padding-top: 30px;
}
.zweb-FilterLst {
  width: 50%;
  display: table-cell;
  padding: 0 15px 0;
  vertical-align: top;
}
.zweb-FlrH {
  font: 18px/1.2 var(--zf-primary-semibold);
  color: #111;
  margin-bottom: 20px;
}
.zweb-FlrFrame {
  text-align: left;
}
.zweb-themes, .zweb-region, .zweb-FlrH {
  position: relative;
  display: block;
}
.zweb-lable, .zweb-radio {
  font: 14px/1.2 var(--zf-primary-regular);
  padding: 9px 15px 9px 30px;
  cursor: pointer;
  display: inline-block;
  color: #000;
}
.zweb-radio {
  padding: 9px 15px 9px 0;
}
input[type="radio"] {
  margin: 4px 10px 4px 0;
}
.zweb-lable input[type='checkbox'] {
  position: absolute;
  cursor: pointer;
  opacity: 0;
  top: 0;
  left: 0;
}
.zweb-check {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
}
.zweb-sprt {
  display: inline-block;
  background: url(/sites/zweb/images/crm/webinars/zcrm-webinar-icon-sprite.svg) no-repeat -19px -54px;
  width: 18px;
  height: 19px;
}
.zweb-lable input:checked + .zweb-check {
  background-position: -48px -54px;
  width: 18px;
  height: 19px;
}
.zweb-lable.zweb-disable, .zweb-radio.zweb-disable {
  opacity: .5;
  pointer-events: none;
}
.zweb-menuSelect {
  display: none;
  position: relative;
}
.zweb-menuSelect::after {
  position: absolute;
  content: "";
  background: url('/sites/zweb/images/crm/webinars/zcrm-webinar-icon-sprite.svg') no-repeat -106px -23px;
  width: 8px;
  height: 16px;
  top: 21px;
  right: 20px;
  display: inline-block;
  transform: rotate(-90deg);
}
.zweb-menu {
  border: 0 solid #999;
  background: transparent;
  color: #000;
  padding: 8px 40px 8px 12px;
  display: block;
  width: 100%;
  font: 14px/1.2 var(--zf-primary-bold);
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  z-index: 1;
  transition: .5s ease;
  border-radius: 0;
  cursor: pointer;
}
.wbin-bsc {
  background-color: #ffceb0;
}
.wbin-advc {
  background-color: #c5b0ff;
}
.ztsti-sec {
  padding: 0 5px 95px;
  background: #fdf9f3;
  display:none;
}
.ztsti-act{
    display:block;
}
.ztsti-hdr {
  font: 48px / 1.2 var(--zf-primary-medium);
  padding-bottom: 25px;
  text-align: center;
  margin-bottom: unset;
}
.ztsti-cnt {
  display: flex;
  flex-wrap: wrap;
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
}
.ztsti-inrcnt {
  background: #fff;
  padding: 50px 80px;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 3.76px 0.24px;
  width: calc(50% - 50px);
  border-radius: 12px;
  margin: 25px;
}
.ztsti-icon1 {
  background-position: -310px -10px;
}
.ztsti-icon2 {
  background-position: -160px -10px;
}
.ztsti-icon3 {
  background-position: -460px -10px;
}
.ztsti-icon4 {
  background-position: -10px -10px;
}
.ztsti-icon {
  width: 140px;
  height: 140px;
  background-size: 746px auto;
  display: inline-block;
  border-radius: 50%;
  
}
.bg_lazy_loaded .ztsti-icon {
    background-image: url(/sites/zweb/images/crm/indian-webinar-speakers2x.png)
}
.ztsti-nme {
  padding: 10px 0;
  font: 20px / 1.1 var(--zf-primary-semibold);
  display: block
}
.ztsti-dsg {
  font: 16px/1.1 var(--zf-primary-regular);
  display: block;
}
.ztsti-pra {
  font: 16px/1.6 var(--zf-primary-regular);
  padding-top: 25px;
  margin-bottom: unset;
}
/* Filter section css */

 .crmtur-sec{
       margin: 30px auto 0;
        width: 94%;
    max-width: 1200px;
    }
    .crmtur-cnt{
        background: #fff;
        box-shadow: 0 1px 3.76px .24px rgba(0, 0, 0, 0.15);
display: flex;
        align-items: center;
        padding-right: 60px;
    }
    .turrgt-lftcnt{
        max-width: 445px; width: 100%; 
    }
    .crmtur-ifo{
            font: 11px / 1 var(--zf-secondary-medium);
    background-color: #ffceb0;
    padding: 4px 8px;

    display: none;

    text-transform: uppercase;
    border-radius: 6px;
    
    }
    .crmtur-lftcnt{
        padding: 15px 40px 15px 15px;
    }
    .crmtur-hdr{
            font: 24px / 1.2 var(--zf-primary-semibold);
    padding: 15px 0;
    margin: 0;
    }
    .crmtur-pra{
    font: 16px / 1.5 var(--primaryfont-regular);
   marigin:0;
    }
    .crmtur-lftcnt picture{
        display: flex;
        
    }
    .tur-date{
            font: 20px / 1 var(--zf-primary-semibold);

    }
    .crmtur-rgtcnt{
        display: flex;
    align-items: center;
    width: calc(100% - 435px);
            justify-content: space-between;
    }
    .tur-regCta{
            display: inline-block;
    padding: 12px 35px;
    border-radius: 19px;
    background-color: #e7342d;
    color: #fff;
    font: 16px / 1.1 var(--primaryfont-semibold);
    text-align: center;
    }
    .tur-tme{
            font: 20px / 1 var(--primaryfont-regular);
            display: block;
    padding-top: 10px;
    }
    .tur-dateinfo{
        display: block;
        padding-bottom: 20px;
    }
    .admn-hdr{
          font: 48px / 1.2 var(--zf-primary-medium); 
        text-align: center;
        padding-top: 115px;
        margin-bottom:50px;
    }
    
    
    
    .drp-mnu{max-width: 380px; width: 100%; margin: 0 auto; display: flex; border-bottom: 1px solid #cac7c2;     justify-content: center;}
    .lft-mnu{ padding: 15px 20px;  position: relative;}
    .rgt-mnu{
        padding: 15px 20px; position: relative;
    }
    .mnu-lnk{
        color: #000;
            font: 16px / 1.2 var(--primaryfont-semibold);
            justify-content: center;
    }
    .lft-mnu::after{
        content: '';
        height: 16px; width: 1px; background: #000;
        position: absolute; top: 50%; transform: translateY(-50%);
        right: -1px;
}
    .rgt-mnu::after{
        background: #0067ff;
        content: '';
        height: 3px; width: 150px; 
        position: absolute; bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
        
    }
.admn-hdr{
display:none !important;
}

.drp-mncnt{
    position: sticky;
    top: 110px;
    z-index: 1;
    background: #fdf9f3;
    padding-bottom: 20px;
}
.drp_fxdnav{
position: unset !important;
}
    @media only screen and (max-width: 1200px) {
        .turrgt-lftcnt{
            max-width: 460px;
        }
        .crmtur-sec{
              max-width: 740px;  
        }
        .crmtur-lftcnt{
            display: none;
            
            
        }
        .crmtur-rgtcnt{
            width: unset;
        }
        .crmtur-cnt{
            display: block;
            padding: 30px;
        }
        
    }
@media only screen and (max-width: 1140px) {
  .zweb-FilterSec.fixed_nav {
    top: 0;
  }
   .drp-mncnt {
    top: 56px;
    }
}
@media only screen and (max-width: 1124px) {
    .tur-date,.tur-tme{
        font-size:18px;
    }
  .zweb-boxSecInner {
    padding: 80px 0 100px;
  }
  .zweb-bannerInner {
    padding: 100px 0 60px;
  }
  h1 {
    font-size: 48px;
    margin-bottom: 20px;
  }
  .zweb-bannerInner p {
    font-size: 22px
  }
  .zweb-flrCont {
    width: 94%;
  }
  .zweb-dateInfo {
    font-size: 18px;
  }
  .zweb-boxCont {
    padding: 35px 25px;
    height: calc(100% - 150px);
  }
  .ztsti-sec {
    padding: 0 5px 75px;
  }
  .ztsti-hdr {
    font-size: 38px;
   
  }
  .admn-hdr {
    font-size: 38px;
     padding-top: 95px;
  }
  .ztsti-inrcnt {
    padding: 30px 40px;
    margin: 15px;
  }
  .ztsti-cnt{
          justify-content: center;
  }
}
@media only screen and (max-width: 1024px) {
  .zweb-boxCont {
    padding: 40px 30px;
    height: calc(100% - 170px);
  }
  .zweb-boxGrp {
    grid-template-columns: auto auto;
    grid-gap: 20px;
    width: 94%;
  }
  .zweb-Filter {
    padding: 12px 20px;
  }
  .zweb-Tagfilter {
    max-width: 290px;
  }
  .flr_tagtxt {
    min-width: 200px;
  }
    .drp-mncnt {
    top: 54px;
    }
}
@media only screen and (max-width: 900px) {
      .drp-mncnt{
            top: 99px;
    }
        .zweb-boxSecInner {
        padding: 50px 0 100px;
    }
  .zweb-FilterInner {
    margin: 0 auto;
  }
  .zweb-flrCont {
    width: 100%;
    border-radius: 0;
  }
  .zweb-Filter {
    flex-direction: column;
    padding: 0;
  }
  .zweb-FlrElement {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: #f2f7fe;
    padding: 10px 20px;
    box-sizing: border-box !important;
  }
  .flr_tagtxt:after {
    background: -webkit-linear-gradient(right, #fff0, #f2f7fe);
    background: -moz-linear-gradient(right, #fff0, #f2f7fe);
    background: linear-gradient(to right, #fff0, #f2f7fe);
  }
  .zweb-Tagfilter {
    background: #f2f7fe;
  }
  .Nav-filterSec {
    width: 100%;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(2, 73, 169, 0.1);
    position: relative;
    z-index: 1;
    padding: 12px 20px;
  }
}
@media only screen and (max-width: 767px) {
    .rgt-mnu::after{
        width:140px;
        
    }
      .mnu-lnk{
        font-size: 14px;
    }
    .drp-mncnt{
        padding-bottom: 10px;
    }
    .lft-mnu {
    padding: 12px 20px;
    }
    .rgt-mnu {
    padding: 12px 20px;
    }
  .admn-hdr{
          margin-bottom: 30px;
                  padding-top: 65px;
  }  
.crmtur-rgtcnt{
    flex-direction: column;
        position: relative;
            align-items: flex-start;
}
.crmtur-ifo{
    position: absolute;
    top: 10px;
    right: 10px;
}
    .crmtur-sec{
        max-width:380px;
        width:90%;
    }
.crmtur-lftcnt{
    display:block;
    padding: unset;
}
.crmtur-cnt{
    padding:unset;
    
}
.crmtur-rgtcnt{
    padding:40px 30px;
}
  .zcrm-main {
    margin-top: -60px;
  }
  h1 {
    font-size: 42px
  }
  .zweb-bannerInner p {
    font-size: 20px
  }
  .zweb-boxGrp {
    grid-template-columns: auto;
    width: 90%;
  }
  .zweb-boxSecInner {
            padding: 40px 0 65px;
  }
  .zweb-bannerInner {
    padding: 80px 0 60px;
  }
  .Nav-filterSec {
    padding: 12px 10px;
  }
  .admn-hdr {
    font-size: 30px;
  }
  .ztsti-hdr{
      font-size: 30px;
      padding-bottom: 15px;
  }
  .ztsti-sec {
    padding: 0 0 55px;
  }
  .ztsti-cnt {
    flex-direction: column;
    width: 90%;
  }
  .ztsti-inrcnt {
    width: unset;
    padding: 30px;
    margin: 15px 0;
  }
}
@media only screen and (max-width: 550px) {
  .zweb-FlrViewer {
    width: 100%;
    padding-top: 10px;
  }
  .zweb-FilterLst {
    width: 100%;
    display: none;
    padding: 0;
  }
  .zweb-FilterLst.active {
    display: block;
  }
  .zweb-FlrH {
    display: none;
  }
  .zweb-menuSelect {
    width: 100%;
    max-width: 300px;
    padding: 10px 20px;
  }
  .mbl-tabNav:first-child {
    padding-left: 0;
    margin-left: 0;
  }
  .Nav-filter {
    font: 12px/1.3 var(--primaryfont-semibold);
    padding: 4px 6px;
  }
  .zweb-FlrElement {
    padding: 10px;
  }
  .zweb-resultSec {
    padding-bottom: 15px;
  }
  .mbl-tabnavSec {
    display: block;
  }
  .fltr_lftSec, .zweb-flrclose {
    font-size: 15px;
  }
  .zweb-flrclose {
    margin-right: 15px;
    padding: 6px 15px;
  }
  .zweb-ViewInner {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 450px) {
  .fltr_lftSec {
    display: none;
  }
  .zweb-resultSec {
    justify-content: flex-end;
    padding-bottom: 0;
    border-bottom: none;
    min-height: 30px;
  }
  .zweb-ViewInner {
    padding: 20px 0 30px;
  }
}
@media only screen and (max-width: 405px) {
        .drp-mncnt {
        top: 112px;
    }  
}