* {
    box-sizing: border-box
}

.zpage-wrapper h1,.zpage-wrapper h2 {
    line-height: 1.1;
    /* letter-spacing: -1.24px */
}

.zwc-bold-text {
    font-family: var(--secondaryfont-bold)
}

.zwc-main-cont {
    color: #71306a;
    font-family: var(--primaryfont-semibold);
    font-size: 30px;
    line-height: 1.1;
    padding-bottom: 15px;
    display: block
}

.zwc-flex-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.zw-product-header {
    background: #f6f6f6;
}
.zwc-mb-0{
    margin-bottom: 0;
}
.zwc-mb-50{
    margin-bottom: 50px;
}
.zwc-dblk {
    display: block
}

section, .lens-trusted-brands.zwc-tb-append {
    padding: 80px 0;
}
.zwc-grn-color{
    color: #019E0D;
    display: block;
    font-size: 40px;
    padding-bottom: 5px;
}
.act-btn.asst-btn {
    /* background-color: #0047ff; */
    border-radius: 4px;
    position: relative;
    padding: 13px 40px 13px 30px;
    text-decoration: none
}
.zwc-faq-block a{
    color: var(--zwc-link-clr);
}
/***** Banner Section Starts *****/
.zwc-banner-sec{
    background: #f6f6f6;
}
.zwc-lhs {
    width: 55%;
}
.zwc-rhs{
    width: 42%;
}
.zwc-rhs p{
    font-size: 18px;
}
.zwc-banner-cnt{
    padding-bottom: 50px;
}
/***** Banner Section Ends *****/

/*** Left right Section Starts *****/
.zwc-lft-sec{
    width: 49%;
}
.zwc-rgt-sec{
    width: 47%;
}
.zwc-lft-sec ul li{
    padding: 0 0 15px 25px;
}
body {
    counter-reset: my-count;
    text-wrap: pretty;
}
.zwc-lft-sec h2{
    margin-bottom: 40px;
}
.zwc-lft-sec ul {
    counter-reset: li;
    width: 100%;
    max-width: 540px;
    position: relative;
}

.zwc-lft-sec ul li::before {
    counter-increment: li;
    content: counter(li) ". ";
    position: absolute;
    left: 0
}
.zwc-share-sec.zwc-flex-wrap{
    flex-direction: row-reverse;
}
.zwc-access-sec{
    padding-bottom: 100px;
}
.zwc-access-sec.zwc-flex-wrap, .zwc-share-sec.zwc-flex-wrap{
    gap: 30px;
}
/*** Left right Section Ends *****/
/*** Two column Section Starts *****/
.zwc-two-clm-cover.zwc-flex-wrap{
    justify-content: center;
    align-items: stretch;
    gap: 20px;
}
.zwc-two-clm h2{
    text-align: center;
    max-width: 750px;
    margin: 0 auto 50px;
}
.zwc-two-clm-cnt{
    width: 48%;
    max-width: 530px;
    padding: 55px;
    border-radius: 10px;
}
.zwc-two-clm-cnt p{
    font-size: 16px;
}
.zwc-two-clm-cnt:nth-child(1){
    background: #F0FAFF;
}
.zwc-two-clm-cnt:nth-child(2){
    background: #F4F0FF;
}
.zwc-two-clm-cnt:nth-child(3){
    background: #F2FCF1;
}
.zwc-two-clm-cnt:nth-child(4){
    background: #FFF9EC;
}
.zwc-two-clm-cnt h3::before{
    background: url(/sites/zweb/images/lens/geo-location/geo-sprite.png);
    content: '';
    display: block;
    background-size: 170px;
    position: relative;
    width: 42px;
    height: 48px;
    margin-bottom: 15px;
}
.zwc-two-clm-cnt:nth-child(2) h3::before{
    background-position: -41px 0;
}
.zwc-two-clm-cnt:nth-child(3) h3::before{
    background-position: -84px 0;
}
.zwc-two-clm-cnt:nth-child(4) h3::before{
    background-position: -126px -2px;
    /* height: 42px; */
    position: relative;
    top: -6px;
    width: 44px;
}
/*** Two column Section Ends *****/
/*** Footer Before Section Starts *****/
.zwc-footer-before{
    text-align: center;
    margin: 0 auto;
    max-width: 950px;
}
.zwc-footer-cnt{
    font-size: 32px;
    font-family: var(--secondaryfont-semibold);
    display: block;
}
.zwc-footer-before h2{
    font-size: 32px;
    margin: 0 auto 50px;
}
/*** Footer Before Section Ends *****/


@media only screen and (min-width: 1200px) {
    .zwc-wrapper h1, .zwc-wrapper h3{
        font-family: var(--primaryfont-semibold);
    }
    .zwc-wrapper h2{
        font-family: var(--primaryfont-bold);
    }
    .zwc-wrapper h1 {
        font-size: 72px;
        margin: 0 auto 20px;
        line-height: 1.1;
        letter-spacing: -3px;
        max-width: 670px;
    }

    .zwc-wrapper h2 {
        font-size: 48px;
        letter-spacing: -1px;
    }
   
    .zwc-wrapper h3{
        font-size: 24px;
        letter-spacing: -1px;
    }
}
@media only screen and (max-width: 1199px) {
    .zwc-wrapper h1 {
        max-width: 480px;
    }
    section, .lens-trusted-brands.zwc-tb-append{
        padding: 60px 0;

    }
    .zwc-two-clm h2{
        max-width: 450px;
    }
    .zwc-footer-cnt{
        font-size: 25px;
    }
}
@media only screen and (max-width: 991px) {
    .zwc-banner-cnt.zwc-flex-wrap{
        flex-direction: column;
    }
    
    .zwc-banner-sec h1{
        max-width: 430px;
        margin: 0 auto 15px;
    }
    .zwc-lhs, .zwc-rhs{
        margin: 0 auto;
        width: 100%;
        max-width: 600px;
        text-align: center;
    }
    /* .zwc-banner-sec img{
        width: 100%;
        max-width: 750px;
        margin: 0 auto;
    } */
    .zwc-lft-sec, .zwc-rgt-sec, .zwc-two-clm-cnt{
        width: 47%;
    }
    .zwc-two-clm-cnt{
        width: 100%;
        max-width: 470px;
        padding: 55px 35px;
    }
    
    
}
@media only screen and (max-width: 767px) {
    section, .lens-trusted-brands.zwc-tb-append{
        padding: 50px 0;
    }
    .zwc-lft-sec, .zwc-rgt-sec{
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }
    .zwc-wrapper h2{
        text-align: center;
        max-width: 400px;
        margin: 0 auto 20px;
    }
    .zwc-footer-before h2{
        font-size: 25px;
        max-width: 690px;
        padding: 0 10px;
    }
    .zwc-footer-cnt{
        font-size: 20px;
    }

}