.zwc-flex-wrap{
    display: flex;
    justify-content: center;
    gap: 40px;
}
.zwc-flex-wrap-reverse{
    flex-direction: row-reverse;
}
section{
    padding: 100px 0 0;
}
.act-btn.cta-btn{
    visibility: visible;
    opacity: 1;
}
.zwc-pos-rel{
    position: relative;
}
.zwc-pos-abs{
    position: absolute;
}
.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;
}
h1, h2, h3, h4 {
    font-family: var(--zf-primary-semibold);
}
h2 .zwc-footer-text{
   
    font-family: var(--zf-primary-semibold);
}
.zwc-bnr-left, .zwc-bnr-right, .zwc-flex-wrap .zwc-differ-img, .zwc-flex-wrap .zwc-differ-content, .zwc-set-up-left, .zwc-set-up-right{
    width: 50%;
}
.zwc-main-container a:not(.act-btn, .cta-btn, .bdr-btn) {
    color: #1d4df8;
    border-bottom: 1px solid #1d4df8;
    cursor: pointer;
}
.zwcW30 {
    width: 30%;
}
.zwcW35 {
    width: 35%;
}
.zwcW70{
    width: 70%;
}
/***** Bannner section Starts *****/
.zwc-banner-section{
    width: 100%;
    max-width: 1560px;
    margin: 0 auto;
    background: url(/sites/zweb/images/meeting/hybrid-work/hydrid-bnr-img.jpg) no-repeat;
    background-size: cover;
    background-position: top right;
    padding: 180px 0;
    border-radius: 20px;
}
.zwc-banner-section .zwc-flex-wrap{
    justify-content: flex-start;
}
.zwc-bnr-left{
    color: #ffffff;
}
.zwc-banner-section p {
    width: 100%;
    max-width: 500px;
}
/***** Bannner section Ends *****/
/***** Awards Section Starts *****/
.zwc-awards {
    padding: 70px 10px 50px;
    width: 1450px;
    max-width: 95%;
    border-radius: 20px;
    border: 1px solid #ededed;
    background: #fcfcfc;
    margin: 100px auto 0;
}
/* .awards-wrap .zwc-flex-wrap{
    flex-wrap: wrap;
    gap: 20px;
} */
.zfwrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}
.awards-wrap {
    align-items: stretch
}

.awards-wrap>div {
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px
}

.awards-wrap>div:nth-child(1) {
    background: #ffebeb
}

.awards-wrap>div:nth-child(1) img {
    margin-bottom: 5px
}

.awards-wrap>div:nth-child(2) {
    background: #e0f1ff;
    /* flex-wrap: nowrap; */
}

.awards-wrap>div:nth-child(3) {
    background: #fff9e8
}

.awards-wrap h4 {
    margin-bottom: 0;
    padding: 10px 0;
    position: relative;
    padding-left: 50px
}

.awards-wrap ul {
    width: 580px;
    max-width: 100%
}

.awrd-con {
    padding-left: 20px
}

.award-single-wrap p {
    margin: 5px 0 0;
    font-size: 16px;
    line-height: 22px
}

.award-single-wrap h5 {
    line-height: normal;
    margin-bottom: 10px
}

.awards-link {
    margin-top: 0
}
.zaro::after {
    content: '';
    background: url(/sites/zweb/images/meeting/hybrid-work/hybrid-work-arrow-right.png) 0 / 100% no-repeat;
    width: 9px;
    height: 16px;
    display: inline-block;
    margin: -2px 0 0 10px;
    vertical-align: middle;
    transition: all ease .5s;
    -webkit-animation: translateY 1s infinite alternate;
    animation: translateY 1s ease-in-out infinite alternate;
    filter: invert(1);
    transform: rotate(-90deg);
    left: 5px;
    position: relative;
}
.zaro:hover::after {
    left: 10px;
}
.bdr-btn {
    padding: 10px 35px 10px 30px;
    color: #000;
    font-family: var(--zf-primary-semibold);
    text-transform: uppercase;
    margin: 10px auto 0;
    border: 1px solid #707070;
    font-size: 16px;
    width: fit-content;
    display: block;
}
.tb-header h4 {
    position: relative;
    margin: 60px 0 30px;
}
.zwc-tb-append, .zbrands>h4 {
    text-align: center;
    text-align: center;
    text-transform: uppercase;
}
.zwc-tb-append h4 span {
    padding: 0 20px;
    background: #fff;
    color: #000;
    position: relative;
    z-index: 1;
}
.tb-header h4::before {
    content: "";
    background: #ccc;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    top: 17px;
}
.zwc-tb-append ul {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    justify-content: space-evenly;
    width: 1060px;
    margin: 0 auto;
    max-width: 100%;
    text-align: center;
}
/***** Awards Section Ends *****/
/***** Different Models Section Starts *****/
.zwc-flex-wrap .zwc-differ-img{
    max-width: 550px;
}
.zwc-flex-wrap .zwc-differ-content{
    max-width: 440px;
}
.zwc-differ-title, .zwc-navigate-title, .zwc-setup-hybrid-title, .zwc-benefits-title, .zwc-challenges-title{
    width: 100%;
    max-width: 580px;
    margin: 0 auto;
    margin-bottom: 100px;
}
.zwc-navigate-title{
    margin-bottom: 50px;
}
.zwc-differ-models .zwc-flex-wrap{
    width: 100%;
    max-width: 1180px;
    gap: 120px;
    /* justify-content: center; */
    align-items: center;
    margin:0 auto 150px;
}
.zwc-differ-models .zwc-flex-wrap:last-child{
    margin-bottom: 0;
}
.zwc-differ-img, .zwc-differ-img img:first-child{
    position: relative;
}
.zwc-differ-img img:nth-child(2){
    position: absolute;
}
.zwc-fully-remote-sub{
    top: -60px;
    left: -30px;
}
.zwc-split-schedule-sub{
    top: 50px;
    right: -30px;
}
.zwc-differ-img img:nth-child(2), .zwc-split-schedule-sub{
    width: 100%;
    max-width: 135px;
}
/***** Different Models Section Ends *****/
/***** Navigate Section Starts *****/
.zwc-navigate-title{
    max-width: 645px;
}
.zwc-navigate .zwc-flex-wrap{
    flex-wrap: wrap;
    gap: 10px;
}
.zwc-navigate-content{
    background: #FBF6F0;
    border-radius: 8px;
}
.zwc-navigate-content{
    width: 100%;
    max-width: 32%;
    padding: 60px 40px;
}
.zwc-navigate p{
    font-size: 16px;
}
.zwc-navigate-sprite .zwc-navigate-content h3::before,.zwc-benefits .zwc-benefits-content h3::before,
.zwc-challenges .zwc-challenges-cnt h3::before{ 
    content: '';
    display: block;
    background: url(/sites/zweb/images/meeting/hybrid-work/hybrid-work-sprite.png);
    background-size: 547px;
    width: 60px;
    height: 58px;
    background-position: 0, 0;
}
.zwc-navigate-sprite .zwc-navigate-content:nth-child(1) h3::before{
    top: 10px;
}
.zwc-navigate-sprite .zwc-navigate-content:nth-child(2) h3::before{
    background-position: -59px, 0px;
}
.zwc-navigate-sprite .zwc-navigate-content:nth-child(3) h3::before{
    background-position: -119px, 0px;
    width: 65px;
    top: 10px;
}
.zwc-navigate-sprite .zwc-navigate-content:nth-child(4) h3::before{
    background-position: -185px, 0px;
    top: 10px;
}
.zwc-navigate-sprite .zwc-navigate-content:nth-child(5) h3::before{
    background-position: -245px, 0px;
}
.zwc-navigate-sprite .zwc-navigate-content:nth-child(6) h3::before{
    background-position: -305px, 0px;
}
/***** Navigate Section Ends *****/
/***** Ratings Section Starts *****/
.zwc-ratings .zwc-flex-wrap{
    justify-content: center;
    gap: 0px;
}
.zwc-ratings h2{
    width: 100%;
    max-width: 680px;
    margin: 0 auto 50px;
}
.zwc-ratings .zrating-box {
    box-sizing: border-box;
    width: calc(92% / 4);
    margin: 4px 5px;
    padding: 30px 15px;
    border-radius: 10px;
    text-align: center;
}
.zwc-ratings .zrating-box:nth-child(1) {
    background-color: #e0f2ff;
    border: 1px solid #bfddf2;
}
.zwc-ratings .zrating-box:nth-child(2) {
    background-color: #fff0ef;
    border: 1px solid #f7dad6;
}
.zwc-ratings .zrating-box:nth-child(3) {
    background-color: #e0fffd;
    border: 1px solid #cdf0f0;
}
.zwc-ratings .zrating-box:nth-child(4) {
    background-color: #fff6ec;
    border: 1px solid #f8ddc2;
}
.zwc-ratings .zrating-box .img-leads {
    width: 127px;
    height: 40px;
    background: url(/sites/zweb/images/meeting/collaborationsoftware/common-sprites2x.png) no-repeat -355px -104px/1130px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 12px
}
.zwc-ratings .zrating-box:nth-child(2) .img-leads {
    width: 40px;
    background-position: -490px -112px;
    height: 38px;
    background-size: 1150px auto
}
.zwc-ratings .zrating-box:nth-child(3) .img-leads {
    width: 53px;
    background-position: -538px -112px;
    height: 38px;
    background-size: 1150px auto
}
.zwc-ratings .zrating-box:nth-child(4) .img-leads {
    width: 168px;
    background-position: -616px -108px;
    background-size: 1180px
}
.zwc-ratings .zrating-box:nth-child(5) .img-leads {
    background-position: -347px 1px;
    width: 160px;
    background-size: 500px auto
}
.zwc-ratings .zrating-box .stars-container {
    position: relative;
    display: inline-block;
    color: transparent;
    font-size: 22px;
    letter-spacing: 2px;
    margin-top: 3px
}
.zwc-ratings .zrating-box .stars-container:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "\2605\2605\2605\2605\2605";
    color: #f8ddbc
}
.zwc-ratings .zrating-box .stars-container:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '\2605\2605\2605\2605\2605';
    color: #faa829;
    overflow: hidden;
    -webkit-transition: all 2.5s ease;
    transition: all 2.5s ease;
    width: 0
}
.zwc-ratings .zrating-box .counter-star {
    display: block;
    font-weight: 300;
    color: #838383;
    font-size: 17px
}
.zwc-ratings .zrating-box.peer-insights .counter-star,.zwc-ratings .zrating-box.peer-insights .counter-star .current-value {
    color: #fff
}
.zwc-ratings .zrating-box .counter-star .current-value {
    font-size: 24px;
    color: #000
}
.zwc-ratings .stars-90.done:after {
    width: 89%
}
.zwc-ratings .stars-955.done:after {
    width: 93.3%
}
.zwc-ratings .stars-96.done:after {
    width: 90.5%
}
.zwc-ratings .stars-88.done:after {
    width: 88%
}
.zwc-ratings .stars-99.done:after {
    width: 96%
}
/***** Ratings Section Ends *****/
/***** Adopt Hybrid Section Starts *****/
.zwc-adopt-hybrid{
    width: 100%;
    background: url(/sites/zweb/images/meeting/hybrid-work/set-up-hybrid-work.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    max-width: 1610px;
    /* height: 675px; */
    margin: 100px auto 0;
    padding: 0;
}
.zwc-adopt-hybrid .zwc-flex-wrap{
    justify-content: flex-start;
}
.zwc-hybrid-left{
    width: 100%;
    max-width: 520px;
    color: #ffffff;
    padding: 195px 0;
}
/***** Adopt Hybrid Section Ends *****/
/***** Hybrid Work Section Starts *****/
.zwc-setup-hybrid {
    padding: 100px 0 120px;
}
.zwc-setup-hybrid-img{
    position: sticky;
    top: 150px;
}
.zwc-setup-hybrid-title{
    max-width: 633px;
    margin: 0 auto 100px;
}
.zwc-setup-hybrid ul li{
    position: relative;
    padding-left: 40px;
    margin-bottom: 60px;
}
.zwc-setup-hybrid h3::before{
    content: '';
    position: absolute;
    background: #f98418;
    width: 16px;
    height: 2px;
    left: 0;
    top: 18px;
}
.zwc-setup-hybrid h3::after{
    content: '';
    width: 10px;
    height: 10px;
    left: 6px;
    right: 0;
    top: 13.8px;
    border-right: 2px solid #f98418;
    border-bottom: 2px solid #f98418;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}
/***** Hybrid Work Section ends *****/
/***** Benefits Section Starts *****/
.zwc-benefits{
    background: #000000;
    padding: 100px 0 120px;
}
.zwc-benefits-title{
    color: #ffffff;
    max-width: 650px;
}
.zwc-benefits .zwc-flex-wrap{
    flex-wrap: wrap;
    gap: 15px;
}
.zwc-benefits-content{
    width: 31%;
    max-width: 406px;
    background: #ffffff;
    padding: 60px 45px;
    border-radius: 6px;
}
.zwc-benefits-content p{
    font-size: 16px;
    max-width: 320px;
}
.zwc-benefits-content:last-child{
    width: 63.2%;
    max-width: 835px;
}
.zwc-benefits-content:last-child.zwc-flex-wrap{
    align-items: center;
    justify-content: space-between;
}
.zwc-benefits-content:last-child.zwc-flex-wrap h3::before{
    display: none;
}
.zwc-benefits-cont-lft {
    width: 43%;
}
.zwc-benefits-cont-rgt{
    width: 54%;
}
.zwc-benefits .zwc-benefits-content h3::before{
    position: relative;
}
.zwc-benefits .zwc-benefits-content:nth-child(1) h3::before{
  background: url(/sites/zweb/images/meeting/hybrid-work/improved-work.png) no-repeat;
  background-size: 250px;
  width: 250px;
  height: 65px;
  margin-bottom: 50px;
  top: 30px;
}
.zwc-benefits .zwc-benefits-content:nth-child(2) h3::before{
   background: url(/sites/zweb/images/meeting/hybrid-work/increased-productivity.png) no-repeat;
   background-size: 100%;
   width: 139px;
   height: 116px;
   left: -14px;
}
.zwc-benefits .zwc-benefits-content:nth-child(3) h3::before{
   background: url(/sites/zweb/images/meeting/hybrid-work/cost-effective.png) no-repeat;
   background-size: 100%;
   width: 185px;
   height: 87px;
   margin-top: 25px;
   top: -30px;
 }
 .zwc-benefits .zwc-benefits-content:nth-child(4) h3::before{
    background: url(/sites/zweb/images/meeting/hybrid-work/diversity-and-inclusion.png) no-repeat;
    background-size: 217px auto;
    width: 218px;
    height: 98px;
    top: -20px;
  }
  .zwc-benefits .zwc-benefits-content:nth-child(5) h3::before{
    background: none;
  }
/***** Benefits Section Ends *****/
/***** Challenges Section Starts *****/
.zwc-challenges{
    padding: 100px 0;
}
.zwc-challenges-title{
    max-width: 545px;
}
.zwc-challenges-cnt{
    width: 31%;
    max-width: 370px;
}
.zwc-challenges .zwc-flex-wrap{
    gap: 90px;
}
.zwc-navigate-sprite .zwc-navigate-content h3::before, .zwc-challenges .zwc-challenges-cnt h3::before{
   margin-bottom: 10px;
   position: relative;
}
.zwc-challenges .zwc-challenges-cnt:nth-child(1) h3::before{
    background-position: -371px 0;
}
.zwc-challenges .zwc-challenges-cnt:nth-child(2) h3::before{
    background-position: -434px 0;
    width: 68px;
    height: 56px;
}
.zwc-challenges .zwc-challenges-cnt:nth-child(3) h3::before{
    background-position: -500px 0;
    width: 47px;
    height: 56px;
    position: relative;
    top: 10px;
    margin-bottom: 10px;
} 
/***** Challenges Section Ends *****/
/***** FAQ Section Starts *****/
.faq-section{
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0;
    background: #FFF8EA;
    border-radius: 35px;
}
.zfaq-section {  
    margin: 0px auto;
    text-align: center;
    padding: 100px 0px;
    width: 100%; 
  }
  .zfaq-section h2 {
    font-family: var(--zf-primary-semibold);
  }
  .faq-section, .faq-section * {
    box-sizing: border-box;
  }
  .zfaq-section div {
    width: 100%;
    margin: 0 auto;
    max-width: 920px;
  }
  .zfaq_wrapper .zfaq-wrap:first-child {
    border-top: 0;
  }
  .zfaq_wrapper .zfaq-wrap {
    position: relative;
    padding: 0;
    border-bottom: 1px solid rgba(112, 112, 112, 0.2);
    
  }
  .zfaq_wrapper h2{
    padding-top:0;
  }
.zfaq_wrapper h2:not(.faq-heading) {
    color: #000;
    font-size: 20px;
    cursor: pointer;
    margin-bottom: 0;
   
    vertical-align: text-top;
    width: 100%;
    padding: 20px 35px 20px 0;
    position: relative;
    z-index: 2;
   
    text-align: left;
  
    letter-spacing: 0;
  }
  .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;
    transform: rotate(135deg);
    -ms-transform: rotate(45deg);
  }
  .zfaq-wrap.active .arrow:before {
    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;
    line-height: 1.8;
}

.zfaq-section ul {
    margin-bottom: 20px;
    margin-left: 20px;
}
.faq-ans p{
    max-width: 95%;
    font-size: 16px;
}
/***** FAQ Section Ends *****/
/***** Footer-before Section Starts *****/
.zwc-footer-before{
    text-align: center;
    padding: 100px 0;
}
.zwc-footer-before h2{
    margin: 0 auto 30px;
}
/***** Footer-before Section Ends *****/

@media only screen and (min-width: 1200px) {
    h1 {
        font-size: 56px;
        letter-spacing: -1.68px;
    }
    h2 {
        font-size: 44px;
        letter-spacing: -1.32px;
    }
    h3{
        font-size: 26px;
        letter-spacing: -1.08px;
    }
    .zwc-navigate h3, .zwc-benefits h3, .zwc-challenges h3{
        font-size: 26px;
        letter-spacing: -0.78px;
    }
    h4{
        font-size: 24px;
    }
    .zwc-footer-sec h2, .zfaq-section h2{
        font-size: 36px;
        margin: 0 auto 30px;
    }
    
    .zwc-banner-section p {
        font-size: 17px;
        line-height: 1.88;
    }
    .act-btn {
        padding: 13px 30px;
    }
    .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;
    }
    .btm-to-top, .top-to-btm, .rgt-to-lft, .lft-to-rgt {
        opacity: 0;
        transition: all .5s ease;
    }
    .animated .btm-to-top, .animated .top-to-btm, .animated .rgt-to-lft, .animated .lft-to-rgt {
        opacity: 1;
    }
    .btm-to-top {
        transform: translateY(50px);   
    }
    .animated .btm-to-top {
        transform: translateY(0);
    }
    .top-to-btm {
        transform: translateY(-50px);  
    }
    .animated .top-to-btm {
        transform: translateY(0);  
    }
    .rgt-to-lft {
        transform: translateX(50px);  
    }
    .animated .rgt-to-lft {
        transform: translateX(0);  
    }
    .lft-to-rgt {
        transform: translateX(-50px)
    }
    .animated .lft-to-rgt {
        transform: translateX(0);
    }
    .delay1 {
        -webkit-transition: all 1s cubic-bezier(0.11,0.16,0.43,0.86) .2s;
        -o-transition: all 1s cubic-bezier(0.11,0.16,0.43,0.86) .2s;
        transition: all 1s cubic-bezier(0.11,0.16,0.43,0.86) .2s;
       
    }
    .delay2 {
        -webkit-transition: all 1s cubic-bezier(0.11,0.16,0.43,0.86) .6s;
        -o-transition: all 1s cubic-bezier(0.11,0.16,0.43,0.86) .6s;
        transition: all 1s cubic-bezier(0.11,0.16,0.43,0.86) .6s;
    }
    .delay3 {
        -webkit-transition: all 1s cubic-bezier(0.11,0.16,0.43,0.86) 1s;
        -o-transition: all 1s cubic-bezier(0.11,0.16,0.43,0.86) 1s;
        transition: all 1s cubic-bezier(0.11,0.16,0.43,0.86) 1s
    }
    .delay4 {
        -webkit-transition: all 1s cubic-bezier(0.11,0.16,0.43,0.86) 1.4s;
        -o-transition: all 1s cubic-bezier(0.11,0.16,0.43,0.86) 1.4s;
        transition: all 1s cubic-bezier(0.11,0.16,0.43,0.86) 1.4s;
    }
}
@media only screen and (max-width: 1600px) {
    .zwc-banner-section{
        max-width: 100%;
        border-radius: 0;
    }
}
@media only screen and (max-width: 1440px) {
     .zwc-adopt-hybrid{
        max-width: 100%;
        border-radius: 0;
    }
}

@media only screen and (max-width: 1199px) {
    

    .zwc-differ-models .content-wrap{
        width: 80%;
    }
    .faq-section{
        max-width: 100%;
        border-radius: 0;
    }
    .zwc-differ-title, .zwc-navigate-title, .zwc-setup-hybrid-title, .zwc-benefits-title, .zwc-challenges-title, .zwc-flex-wrap .zwc-differ-img,
    .zwc-ratings h2 {
        text-align: center;
        max-width: 700px;
    }
    .zwc-ratings h2{
        max-width: 550px;
    }
    .zwc-setup-hybrid-title p, .zwc-challenges-title p, .zwc-benefits-title p{
        max-width: 550px;
        margin: 0 auto;
    }
    
    .awards-wrap p{
        font-size: 15px;
    }
    .zwc-setup-hybrid-img{
        top: 80px;
    }
    .zwc-challenges .zwc-flex-wrap{
        gap: 60px;
    }
}
@media only screen and (max-width: 1080px) {
    .zwc-benefits-content{
        /* max-width: 48%; */
        width: 50%;
    }
    .zwc-benefits-content:last-child{
        width: 100%;
    }
    .zwc-benefits-content p{
        max-width: 100%;
    }
}
@media only screen and (max-width: 991px) {
    .zwc-banner-section p {
        margin: 0 auto 15px;
    }
    .zwc-banner-section{
        background: linear-gradient(90deg,rgba(0,0,0,0.55) 0,rgba(0,0,0,0.55) 100%), url(/sites/zweb/images/meeting/hybrid-work/hydrid-bnr-img.jpg) no-repeat;
        background-position: top right;
    }
    .zwc-adopt-hybrid{
        background: linear-gradient(90deg,rgba(0,0,0,0.55) 0,rgba(0,0,0,0.55) 50%), url(/sites/zweb/images/meeting/hybrid-work/set-up-hybrid-work.jpg) no-repeat;
        background-position: center;
    }
    .zwc-bnr-left, .zwc-differ-title, .zwc-navigate-title, .zwc-setup-hybrid-title, .zwc-benefits-title, .zwc-challenges-title,
    .zwc-flex-wrap .zwc-differ-img, .zwc-flex-wrap .zwc-differ-content, .zwc-set-up-left, .zwc-ratings h2,
    .zwc-hybrid-left{
        width: 100%;
        max-width: 450px;
        text-align: center;
        margin: 0 auto;
    }
    .zwc-differ-title, .zwc-navigate-title, .zwc-setup-hybrid-title, .zwc-benefits-title, .zwc-challenges-title, .zwc-ratings h2{
        margin: 0 auto 40px;
    }
    .zwc-differ-title, .zwc-navigate-title, .zwc-setup-hybrid-title, .zwc-benefits-title, .zwc-challenges-title, .zwc-hybrid-left{
        max-width: 560px;
    }
    /* .zwc-differ-title h2, .zwc-navigate-title h2{
        max-width: 600px;
        margin: 0 auto 15px;
    } */
    .zwc-differ-models .zwc-flex-wrap{
        flex-direction: column-reverse;
        gap: 10px;
        margin-bottom: 80px;
    }
    .zwc-differ-models .zwc-flex-wrap:nth-child(2) {
        gap: 80px;
    }
    .zwc-flex-wrap .zwc-differ-content{
        text-align: center;
    }
    .zwc-navigate-content{
        max-width: 49%;
    }
    .zwc-setup-hybrid .zwc-flex-wrap{
        flex-direction: column;
        gap: 60px;
    }
    .zwc-set-up-right{
        margin: 0 auto;
        width: 100%;
        max-width: 450px;
    }
    .zwc-setup-hybrid ul li{
        margin-bottom: 40px;
    }
    .zwc-setup-hybrid ul li:last-child{
        margin-bottom: 0;
    }
    section{
        padding: 80px 0 0;
    }
    .zwc-hybrid-left, .zwc-banner-section, .zwc-benefits, .zwc-challenges, .zwc-footer-before,  .zwc-setup-hybrid, .zwc-benefits,
    .zfaq-section{
        padding: 80px 0;
    } 
    .zwc-awards{
        margin: 80px auto 0;
    }
    
    .zwc-challenges .zwc-flex-wrap{
        gap: 40px;
    }
    .zwc-ratings .zrating-box{
        width: 35%;
    }
    .zwc-ratings .zrating-block{
        flex-wrap: wrap;
    }
    .awards-wrap p{
        font-size: 12px;
    }
    .zwc-benefits-content{
        /* max-width: 48%; */
        width: 48%;
    }
}
@media only screen and (max-width: 767px) {
    .faq-ans p{
        max-width: 100%;
    }
    .zwc-navigate-content{
        max-width: 450px;
    }
    .zwc-ratings .zrating-block{
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .zwc-ratings h2{
        margin: 0 auto 30px;
    }
    .zwc-ratings .zrating-box,.zwc-benefits-content,.zwc-benefits-content:last-child.zwc-flex-wrap,.zwc-benefits-cont-lft,
    .zwc-benefits-cont-rgt, .zwc-challenges-cnt {
        width: 100%;
        max-width: 450px;
    }
    .zwc-ratings .zrating-box{
        max-width: 350px;
    }
    .zwc-navigate-content,.zwc-benefits-content, .zwc-challenges-cnt{
        text-align: center;
    }
    .zwc-benefits-content:last-child.zwc-flex-wrap,.zwc-challenges .zwc-flex-wrap{
        flex-direction: column;
    }
    .zwc-challenges .zwc-flex-wrap{
        gap: 10px;
    }
    .zwc-differ-models .zwc-flex-wrap{
        margin-bottom: 50px;
    }
    .zwc-challenges-cnt, .zwc-benefits-content p{
        margin: 0 auto;
    }
    section{
        padding: 60px 0 0;
    }
    .zwc-hybrid-left, .zwc-banner-section, .zwc-benefits, .zwc-challenges, .zwc-footer-before,  .zwc-setup-hybrid, .zwc-benefits, .zfaq-section{
        padding: 60px 0;
    }
    /* .zwc-awards{
        margin: 60px auto 0;
    } */
    .zwc-benefits-content, .zwc-navigate-content{
        padding: 50px 20px;
    }
    .awards-wrap>div {
        text-align: center;
        justify-content: center;
    }
    [class*="zwcW"] {
        width: 100%;
        margin: 0 auto;
    }
    .awards-wrap>div{
        width: 75%;
        margin: 0 auto 20px;
    }
    .zwc-awards{
        max-width: 100%;
        border-radius: 0;
        margin: 0;
    }
    .awrd-con{
        padding-left: 0;
    }
    .zwc-navigate-sprite .zwc-navigate-content h3::before, .zwc-benefits .zwc-benefits-content h3::before, .zwc-challenges .zwc-challenges-cnt h3::before{
        margin: 0 auto 10px;
    }
    
    .faq-ans p{
        font-size: 14px;
    }
}

@media only screen and (max-width: 480px) {
    .zwc-dis-blk{
        display: inline;
    }
    .awards-wrap>div{
        width: 100%;
        margin: 0 auto 10px;
    }
    .zwc-differ-img img:nth-child(2), .zwc-split-schedule-sub{
        max-width: 100px;
    }
}