body{
    background:#101010;
}
footer {
    background:#ffffff;
    position: relative;
    z-index: 2;
}

.content-wrap {
    max-width: 1170px
}

.common-section {
    padding: 120px 0;
    z-index: 1;
    position: relative;
}

.zw-product-header {
    background: url(/sites/zweb/images/social/instagran-header-pattern.jpg) #070707;
    background-size: 26px;
}

.zw-product-header .product-nav-links .menu>li>a {
    color: #fff;
}

.zw-product-header .menu-icon-help-header .product-title a,
.zw-product-header .menu-icon-help-header+.product-nav-links li a {
    color: #fff;
}

h2 {
    font-family: var(--zf-secondary-bold);
    font-size: 44px;
}
/* header-section */

.header-section {
    background: url(/sites/zweb/images/social/instagran-header-pattern.jpg) #101010;
    text-align: center;
    background-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.header-section .content-wrap {
    padding: 60px 0 100px 0;
}

.header-section.header-stickey .content-wrap {
    position: fixed;
    z-index: 0;
}

.header-icon {
    display: inline-block;
    width: 65px;
    height: 65px;
    background: url(/sites/zweb/images/social/social-instagram-sprite.png) no-repeat;
    background-size: 1360px;
    background-position: -4px -2px;
    font-size: 0;
    margin-bottom: 10px;
    display: none;
}

video.desktop-only {
width: 65px;
}


h1 span {
    display: block;
    background: rgb(129, 81, 193);
    background: -moz-linear-gradient(90deg, rgba(129, 81, 193, 1) 0%, rgba(226, 57, 126, 1) 50%, rgba(255, 171, 97, 1) 70%);
    background: -webkit-linear-gradient(90deg, rgba(129, 81, 193, 1) 0%, rgba(226, 57, 126, 1) 50%, rgba(255, 171, 97, 1) 70%);
    background: linear-gradient(90deg, rgba(129, 81, 193, 1) 0%, rgba(226, 57, 126, 1) 50%, rgba(255, 171, 97, 1) 70%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8151c1", endColorstr="#ffab61", GradientType=1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 74px;
}


h1 {
    font-family: var(--zf-secondary-bold);
    font-size: 70px;
    color: #fff;
    text-transform: capitalize;
}


.header-section .act-btn.cta-btn {
    background: transparent;
    border-color: #fff;
    font-size: 18px;
    padding: 10px 45px;
    background: #101010;
    z-index: 2;
    position: relative;
}

.why-section:before {
    content: '';
    width: 100%;
    position: absolute;
    height: 100px;
    background: rgb(16, 16, 16);
    background: rgb(16, 16, 16);
    background: -moz-linear-gradient(0deg, rgba(16, 16, 16, 1) 0%, rgba(16, 16, 16, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(16, 16, 16, 1) 0%, rgba(16, 16, 16, 0) 100%);
    background: linear-gradient(0deg, rgba(16, 16, 16, 1) 0%, rgba(16, 16, 16, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#101010", endColorstr="#101010", GradientType=1);
    left: 0;
    right: 0;
    margin: auto;
    top: -100px;
    z-index: 0;
}

.head-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
/* why-section */

.why-wrap {
    display: block;
}

.why-content {
    display: table-cell;
    vertical-align: middle;
}



.why-section {
    background: #101010;
    color: #fff;
    position: relative;
}

.why-section .content-wrap {
    max-width: 940px;
}

.why-content.left {
    text-align: center;
    background: rgb(129, 81, 193);
    background: -moz-linear-gradient(45deg, #8a3ab9, #bc2a8d, #e95950, #fccc63);
    background: -webkit-linear-gradient(45deg, #8a3ab9, #bc2a8d, #e95950, #fccc63);
    background: linear-gradient(45deg, #8a3ab9, #bc2a8d, #e95950, #fccc63);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8151c1", endColorstr="#ffab61", GradientType=1);
    text-align: center;
    border-radius: 20px;
    padding: 0 80px;
    height: 550px;
    width: 25%;
    background-size: 200% 200%;
    animation: gradient 4s ease infinite;
}
/*.middle-animated .why-content.left{
background-size: 200% 200%;
animation: gradient 6s ease infinite;
}*/

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.why-content.right p:last-child {
    margin-bottom: 0;
}


.why-wrap h2 {
    font-size: 50px;
    text-align: left;
    max-width: 260px;
    margin: 0 auto;
}

.why-wrap h2 span {
    display: block;
}

.why-content.right {
    width: 75%;
    padding-left: 8%;
}

.common-section.why-section {
    padding: 100px 0 120px 0;
}

.why-content.right p {
    line-height: 34px;
    margin-bottom: 25px;
}
/* tab-section */

.tab-section {
    background: #101010;
    color: #fff;
    z-index: auto;
}

.tab-section h2 span {
    font-size: 30px;
    display: block;
}

.tab-section h2 {
    font-size: 48px;
}

.tab-section ul {
    padding-top: 60px;
    display: flex;
    max-width: 1170px;
    margin: 0 auto;
}

.tab-section ul li {
    background: #101010;
    width: 20%;
    border: 1px solid #f0415e;
    border-radius: 20px;
    margin: 0 10px;
    text-align: center;
    font-family: var(--zf-secondary-medium);
    padding: 70px 15px;
    transition: ease all 0.5s;
    cursor: pointer;
    opacity: 0;
}

.tab-section ul li:hover,
.tab-section ul li.current {
    background: #f0415e;
}

.tab-section ul li span {
    width: 45px;
    height: 50px;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
    font-size: 0;
    background: url(/sites/zweb/images/social/social-instagram-sprite.png) no-repeat;
    background-size: 950px;
}

.tab-section ul li.strategy1 span {
    background-position: -49px 0
}

.tab-section ul li.strategy2 span {
    background-position: -94px 0;
    width: 35px
}

.tab-section ul li.strategy3 span {
    background-position: -131px 0;
}

.tab-section ul li.strategy4 span {
    background-position: -174px 0;
}

.tab-section ul li.strategy5 span {
    background-position: -221px 0;
}
/*stickey*/

.stickyfixed .stickey-nav {
    position: fixed;
    top: 20px;
    max-width: 1170px;
    z-index: 9;
    left: 0;
    right: 0;
    background: #101010;
    padding-bottom: 30px;
}

.stickyfixed .stickey-nav li span {
    display: none;
}

.stickyfixed .stickey-nav li {
    padding: 10px 15px 20px 15px;
}

.stickey-nav-wrap {
    min-height: 326px;
    background: #101010;
    display: inline-block;
    width: 100%;
}

.stickyfixed .stickey-nav:before {
    content: '';
    width: 100%;
    position: absolute;
    left: -100%;
    background: #101010;
    height: 100%;
    top: 0;
}

.stickyfixed .stickey-nav:after {
    content: '';
    width: 100%;
    position: absolute;
    right: -100%;
    background: #101010;
    height: 100%;
    top: 0;
}
/*stickey*/
/* tab-section */
/*common-section*/

.content-section:nth-child(odd) {
    background: #101010;
}

.content-section:nth-child(even) {
    background: #1d1d1d;
}

.content-section {
    color: #fff;
}

.sec-tag {
    background: #d52c65;
font-size: 16px;
padding: 5px 10px;
font-family: var(--zf-secondary-semibold);
text-transform: uppercase;
letter-spacing: 0.4px;
margin-bottom: 15px;
display: inline-block;
border-radius: 2px;
}

.content-section h2 span {
    color: #fdd343;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right, #fdd343, #fdd343 50%, #ffffff 50%);
    background-size: 200% 100%;
    background-position: 100%;
}

.content-section .middle-animated h2 span {
    transition: all 2s cubic-bezier(0, 0, 1, 1);
    background-position: 0%;
}

.content-section h2 span.for_IE {
    -webkit-background-clip: inherit !important;
    -webkit-text-fill-color: inherit !important;
    background: none !important;
    transition: none !important;
    color: #fdd343 !important;
}

.content-section h2 {
    margin-bottom: 20px;
}

.content-section h2+.insta-wrap {
    padding-top: 30px;
}

.content-section .content-wrap {
    max-width: 940px;
}

.content-section .content-wrap p {
    line-height: 32px;
    margin-bottom: 25px;
}

.insta-wrap {
    margin-bottom: 90px;
}

.insta-wrap:last-child {
    margin-bottom: 0;
}

.insta-wrap a {
    border-bottom: 1px solid;
}

.insta-wrap h3 {
    margin-bottom: 35px;
    border-bottom: 1px solid;
    display: inline-block;
    padding-bottom: 5px;
    position: relative;
    font-size: 26px;
}

.insta-icon:before {
    content: '';
    width: 40px;
    height: 40px;
    position: absolute;
    left: -70px;
    background: url(/sites/zweb/images/social/social-instagram-sprite.png) no-repeat;
    background-size: 780px;
    background-position: -389px 0;
}

.insta-icon.insta-icon1:before {
    background-position: -201px 0;
    background-size: 708px;
}

.insta-icon.insta-icon2:before {
    background-position: -262px -1px;
    width: 34px;
    background-size: 770px;
}

.insta-icon.insta-icon3:before {
    background-position: -296px -1px;
    width: 32px;
    background-size: 770px;
}

.insta-icon.insta-icon4:before {
    background-position: -326px -1px;
    width: 30px;
    left: -60px;
    background-size: 770px auto;
}

.insta-icon.insta-icon5:before {
    background-position: -359px -1px;
    width: 37px;
}

.insta-icon.insta-icon6:before {
    background-position: -396px -1px;
    width: 36px;
}

.insta-icon.insta-icon7:before {
    background-position: -432px -1px;
}

.insta-icon.insta-icon8:before {
    background-position: -468px -1px;
}

.insta-icon.insta-icon9:before {
    background-position: -506px -1px;
    width: 35px;
}

.insta-icon.insta-icon10:before {
    background-position: -483px -1px;
    background-size: 700px;
    width: 38px;
}

.insta-icon.insta-icon11:before {
    background-position: -689px -1px;
}

.insta-icon.insta-icon12:before {
background-position: -632px -1px;
width: 50px;
}

.insta-icon.insta-icon13:before {
background-position: -689px -1px;
width: 45px;
}

.insta-icon.insta-icon14:before {
background-position: -506px -1px;
width: 35px;
}

.insta-icon.insta-icon15:before {
background-position: -735px -1px;
width: 45px;
}


.insta-wrap ul li {
    margin-bottom: 15px;
    position: relative;
}

.insta-wrap ul li:last-child {
    margin-bottom: 0px;
}

.insta-wrap ul {
    padding-left: 30px;
    padding-top: 25px;
}

.insta-wrap ul li:before {
    content: '';
    width: 3px;
    height: 7px;
    border: 2px solid #ffffff;
    border-left: unset;
    border-top: unset;
    left: -23px;
    transform: rotate(45deg);
    top: 9px;
    position: absolute;
    z-index: 2;
}

.insta-wrap ul li:after {
    content: '';
    width: 17px;
    height: 17px;
    left: -30px;
    top: 5px;
    border-radius: 50%;
    position: absolute;
    background: #328ee5;
}
/*progress bar*/

.progress-container {
    width: 2px;
    height: 100%;
    background: transparent;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
}

.progress-bar {
    width: 2px;
    height: 0%;
    background-image: linear-gradient(#8151c1, #e2397e, #ffab61);
    background-image: -moz-linear-gradient(#8151c1, #e2397e, #ffab61);
    background-image: -webkit-linear-gradient(#8151c1, #e2397e, #ffab61);
}
/*bottom sectiom*/

.bottom-cta-section {
    padding: 120px 0;
    background: url(/sites/zweb/images/social/instagran-header-pattern.jpg) #101010;
    background-size: 26px;
    position: relative;
    color: #fff;
}
.bottom-cta-section h3 {
font-size: 28px;
}
.bottom-cta-section:before {
    content: '';
    width: 100%;
    position: absolute;
    height: 150px;
    background: -webkit-gradient(linear, left top, left bottom, from(#101010), to(#10101000));
    left: 0;
    right: 0;
    margin: auto;
    top: -2px;
    z-index: 1;
}

.bottom-cta-section .table-wrap {
    display: block;
}

.bottom-cta-section .table-wrap .column {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
}

.instagram-mobile>span {
    background: url(/sites/zweb/images/social/social-instagram-sprite.png) no-repeat;
    background-size: 840px;
    background-position: 0 -42px;
    height: 40px;
    display: block;
    width: 125px;
    font-size: 0;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}

.instagram-mobile ul {
    display: block;
    padding-top: 30px;
}

.instagram-mobile ul li {
    width: 48%;
    margin: 0px 5px 1px 0px;
    display: inline-block;
    margin-bottom: 0;
    opacity: 0;
}

.instagram-mobile ul li img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.instagram-mobile {
    max-width: 320px;
    margin: 0 auto;
    border-radius: 20px;
    position: relative;
    padding: 50px 15px 15px 15px;
    box-sizing: border-box;
    text-align: center;
}

.instagram-mobile:before {
    content: '';
    background: rgb(129, 81, 193);
    background: -moz-linear-gradient(45deg, rgba(129, 81, 193, 1) 15%, rgba(226, 57, 126, 1) 55%, rgba(255, 171, 97, 1) 90%);
    background: -webkit-linear-gradient(45deg, rgba(129, 81, 193, 1) 15%, rgba(226, 57, 126, 1) 55%, rgba(255, 171, 97, 1) 90%);
    background: linear-gradient(45deg, rgba(129, 81, 193, 1) 15%, rgba(226, 57, 126, 1) 55%, rgba(255, 171, 97, 1) 90%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8151c1", endColorstr="#ffab61", GradientType=1);
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    border-radius: 25px;
    opacity: 0.9;
    left: 0;
    top: 0;
}

.bottom-cta-section .table-wrap .column.left {
    width: 30%;
}

.bottom-cta-section .content-wrap {
    max-width: 940px;
}

.bottom-cta-section .table-wrap .column.right {
    padding-left: 60px;
    width: 40%;
}

.bottom-cta-section .table-wrap .column.right p {
    line-height: 30px;
}
/*bottom sectiom*/
/*animation*/

.transY1,
.transY2,
.transY3,
.transY4,
.transY5,
.transY6,
.transY7 {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 1s cubic-bezier(0.11, 0.16, 0.43, 0.86);
    transition: all 1s cubic-bezier(0.11, 0.16, 0.43, 0.86);
}

.middle-animated .transY1,
.middle-animated .transY2,
.middle-animated .transY3,
.middle-animated .transY4,
.middle-animated .transY5,
.middle-animated .transY6,
.middle-animated .transY7 {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.transY1 {
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms;
}

.transY2 {
    -webkit-transition-delay: 400ms;
    transition-delay: 400ms;
}

.transY3 {
    -webkit-transition-delay: 600ms;
    transition-delay: 600ms;
}

.transY4 {
    -webkit-transition-delay: 800ms;
    transition-delay: 800ms;
}

.transY5 {
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
}

.transY6 {
    -webkit-transition-delay: 1200ms;
    transition-delay: 1200ms;
}

.transY7 {
    -webkit-transition-delay: 1400ms;
    transition-delay: 1400ms;
}

@-moz-keyframes slideTop {
    0% {
        opacity: 0;
        -moz-transform: translate3d(0, -20px, 0);
    }
    50% {
        opacity: 1;
        -moz-transform: translate3d(0, 5px, 0);
        opacity: 1;
    }
    100% {
        -moz-transform: translate3d(0, 0px, 0);
        opacity: 1;
    }
}

@-webkit-keyframes slideTop {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -20px, 0);
    }
    50% {
        opacity: 1;
        -webkit-transform: translate3d(0, 5px, 0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translate3d(0, 0px, 0);
        opacity: 2;
    }
}

@keyframes slideTop {
    0% {
        opacity: 0;
        transform: translate3d(0, -20px, 0);
    }
    50% {
        opacity: 1;
        transform: translate3d(0, 5px, 0);
        opacity: 1;
    }
    100% {
        transform: translate3d(0, 0px, 0);
        opacity: 2;
    }
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.line-animated.stickey-nav-wrap ul li.strategy1 {
    animation: slideTop 0.8s ease-out 0.5s forwards;
}

.line-animated.stickey-nav-wrap ul li.strategy2 {
    animation: slideTop 0.8s ease-out 0.7s forwards;
}

.line-animated.stickey-nav-wrap ul li.strategy3 {
    animation: slideTop 0.8s ease-out 0.9s forwards;
}

.line-animated.stickey-nav-wrap ul li.strategy4 {
    animation: slideTop 0.8s ease-out 1.1s forwards;
}

.line-animated.stickey-nav-wrap ul li.strategy5 {
    animation: slideTop 0.8s ease-out 1.3s forwards;
}

.middle-animated .instagram-mobile ul li:nth-child(1) {
    animation: fadeIn 0.8s ease-out 0.3s forwards;
}

.middle-animated .instagram-mobile ul li:nth-child(2) {
    animation: fadeIn 0.8s ease-out 0.5s forwards;
}

.middle-animated .instagram-mobile ul li:nth-child(3) {
    animation: fadeIn 0.8s ease-out 0.8s forwards;
}

.middle-animated .instagram-mobile ul li:nth-child(4) {
    animation: fadeIn 0.8s ease-out 1.1s forwards;
}

.middle-animated .instagram-mobile ul li:nth-child(5) {
    animation: fadeIn 0.8s ease-out 1.3s forwards;
}

.middle-animated .instagram-mobile ul li:nth-child(6) {
    animation: fadeIn 0.8s ease-out 1.5s forwards;
}
.alternative-section:before {content: '';position: absolute;left: 0;height: 100%;background: #101010;top: 0;width: 30px;}
.alternative-section:after {content: '';position: absolute;right: 0;height: 100%;background: #101010;top: 0;width: 30px;}
.lang-rtl .header-section .content-wrap {
    padding: 60px 0 100px 0;
}

.lang-rtl .why-section:before {
    left: 0;
    right: 0;
}

.lang-rtl .header-section,
.lang-rtl .why-content.left,
.lang-rtl .why-content.left {
    text-align: center;
}

.lang-rtl .header-section *,
.lang-rtl .why-content.left *,
.lang-rtl .why-content.left * {
    text-align: center;
}

.lang-rtl .why-wrap h2 {
    text-align: right;
}

.lang-rtl .why-content.right {
    padding-right: 8%;
    padding-left: unset;
}

.lang-rtl .common-section.why-section {
    padding: 100px 0 120px 0;
}

.lang-rtl .tab-section ul li {
    text-align: center;
}

.lang-rtl .stickyfixed .stickey-nav {
    left: 0;
    right: 0;
}

.lang-rtl .stickyfixed .stickey-nav li {
    padding: 10px 15px 20px 15px;
}

.lang-rtl .stickyfixed .stickey-nav:before {
    right: -100%;
    left: unset;
}

.lang-rtl .stickyfixed .stickey-nav:after {
    left: -100%;
    right: unset;
}

.lang-rtl .insta-icon:before {
    right: -70px;
    left: unset;
}

.lang-rtl .insta-icon.insta-icon4:before {
    right: -60px;
    left: unset;
}

.lang-rtl .insta-wrap ul {
    padding-right: 30px;
    padding-left: unset;
}

.lang-rtl .insta-wrap ul li:before {
    right: -23px;
    left: unset;
}

.lang-rtl .insta-wrap ul li:after {
    right: -30px;
    left: unset;
}

.lang-rtl .progress-container {
    right: 0;
    left: unset;
}

.lang-rtl .bottom-cta-section:before {
    left: 0;
    right: 0;
}

.lang-rtl .instagram-mobile ul li {
    margin: 0 0 1px 5px;
}

.lang-rtl .instagram-mobile {
    padding: 50px 15px 15px 15px;
}

.lang-rtl .instagram-mobile:before {
    right: 0;
    left: unset;
}

.lang-rtl .bottom-cta-section .table-wrap .column.right {
    padding-right: 60px;
    padding-left: unset;
}

.lang-rtl .instagram-mobile {
    text-align: center;
}

.lang-rtl .instagram-mobile * {
    text-align: center;
}


.lang-rtl .alternative-section:before {
    right: 0;
    left: unset;
}

.lang-rtl .alternative-section:after {
    left: 0;
    right: unset;
}

@media only screen and (max-width: 1440px) {}

@media only screen and (max-width: 1366px) {}

@media only screen and (max-width: 1280px) {}

@media only screen and (max-width: 1279px) {
    .insta-icon:before, .insta-icon.insta-icon4:before{
        left:0px;
        top:-50px;
    }
    .insta-icon{margin-top:60px}
    .header-section .content-wrap {
        padding: 10px 0 60px 0;
    }

    .tab-section ul {
        max-width: 960px;
    }

    .tab-section ul li {
        padding: 40px 10px;
        font-size: 16px;
    }

    .stickyfixed .stickey-nav {
        max-width: 960px;
        padding-top: 20px;
        top: 0px;
    }
    .header-section .content-wrap {
        padding: 100px 0 140px 0;
    }

    .lang-rtl .insta-icon:before,
    .lang-rtl .insta-icon.insta-icon4:before {
        right: 0;
        left: unset;
    }

    .lang-rtl .header-section .content-wrap {
        padding: 10px 0 60px 0;
    }

    .lang-rtl .tab-section ul li {
        padding: 40px 10px;
    }

    .lang-rtl .header-section .content-wrap {
        padding: 100px 0 140px 0;
    }
}

@media only screen and (max-width: 991px) {
    h1 {
        font-size: 56px;
    }
    h1 span{font-size: inherit;}
    video.desktop-only {
width: 65px;
}

    .common-section.why-section {
        padding: 0px 0 90px 0;
    }

    .common-section {
        padding: 90px 0;
    }

    .why-content {
        width: 100%;
        display: block;
    }

    .why-content.left {
        height: 250px;
        width: 90%;
        box-sizing: border-box;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 60px;
    }

    .why-wrap h2 {
        max-width: initial;
        text-align: center;
        line-height: 250px;
    }

    .tab-section h2 {
        font-size: 34px;
    }

    .why-content.right {
        width: 85%;
        padding-left: 0;
        margin: 0 auto;
    }

    .tab-section ul {
        max-width: 740px;
        padding-top: 40px;
    }

    .tab-section ul li {
        padding: 20px 10px;
        margin: 0 5px;
        font-size: 14px;
    }

    .stickyfixed .stickey-nav {
        position: initial;
        padding: 0;
        max-width: 740px;
        top: auto;
        left: auto;
    }

    .stickyfixed .stickey-nav li span {
        display: block;
    }

    .stickey-nav-wrap {
        min-height: auto;
        display: block;
        width: auto;
    }

    .stickyfixed .stickey-nav:before {
        display: none;
    }

    .stickyfixed .stickey-nav:after {
        display: none;
    }

    .stickyfixed .stickey-nav li {
        padding: 20px 10px;
    }

    .content-section .content-wrap p {
        max-width: 95%;
    }

    .content-section h2 {
        font-size: 38px;
    }

    .common-section.tab-section {
        padding-bottom: 40px;
    }

    .bottom-cta-section .table-wrap .column.right {
        padding-left: 40px;
    }

    .bottom-cta-section {
        padding: 90px 0;
    }

    .bottom-cta-section:before {
        top: -2px;
    }

    .progress-container,
    .progress-bar {
        width: 3px;
    }
    .head-wrap {
        margin-bottom: 20px;
    }
    .alternative-section:before{width: 15px;}
    .alternative-section:after{width: 15px;}
.lang-rtl .common-section.why-section {
        padding: 0 0 90px 0;
    }

    .lang-rtl .common-section {
        padding: 90px 0;
    }

    .lang-rtl .why-content.left {
        /* margin: 0 auto; */
    }

    .lang-rtl .why-wrap h2 {
        text-align: center;
    }

    .lang-rtl .why-content.right {
        margin: 0 auto;
        padding-right: 0;
        padding-left: unset;
    }

    .lang-rtl .tab-section ul li {
        padding: 20px 10px;
        margin: 0 5px;
    }

    .lang-rtl .stickyfixed .stickey-nav {
        padding: 0;
        right: auto;
        left: unset;
    }

    .lang-rtl .stickyfixed .stickey-nav li {
        padding: 20px 15px;
    }

    .lang-rtl .bottom-cta-section .table-wrap .column.right {
        padding-right: 40px;
        padding-left: unset;
    }

    .lang-rtl .bottom-cta-section {
        padding: 90px 0;
    }

    .lang-rtl .why-content.left {
        text-align: center;
    }

    .lang-rtl .why-content.left * {
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .zw-global-header{
      border-bottom:none;
    }
    .alternative-section:before, .alternative-section:after{display:none}
    .sec-tag{
        font-size: 14px
    }
    h1 {
        font-size: 40px;
    }
    .main-container-wrapper #mini-panel-product_menu .menu-icon-help-header .product-title a {
        color: #fff;
    }
    .why-wrap h2 {
        font-size: 28px;
    }

    .why-content.left {
        padding: 0 30px;
        width: 95%;
    }

    .why-section:before {
        top: -99px;
    }

    .head-wrap {
        margin-bottom: 15px;
    }

    .why-content.right {
        width: 95%;
    }

    h2 {
        font-size: 34px;
    }

    .tab-section ul li {
        width: 90%;
        box-sizing: border-box;
        margin: 0 auto;
        margin-bottom: 15px;
        max-width: 400px;
    }

    .tab-section ul {
        display: block;
    }

    .common-section {
        padding: 50px 0;
    }

    .insta-wrap h3 {
        font-size: 22px;
        border-bottom: none;
    }
    .content-section .content-wrap p {
        line-height: 28px;
    }

    .insta-wrap {
        margin-bottom: 60px;
    }

    .bottom-cta-section .table-wrap .column.left {
        width: 100%;
        display: block;
        margin-bottom: 45px;
    }

    .bottom-cta-section .table-wrap .column.right {
        display: block;
        width: 100%;
        padding: 0;
        text-align: center;
    }

    .bottom-cta-section .table-wrap .column.right p {
        max-width: 600px;
        margin: 0 auto;
        margin-bottom: 15px;
    }

    .bottom-cta-section {
        padding: 60px 0;
    }

    .common-section.why-section {
        padding: 30px 0 50px 0;
    }

    .header-section .act-btn.cta-btn {
        padding: 10px 20px;
        font-size: 16px;
    }

    video.desktop-only{width:50px;display: none;}
    .header-icon{display:inline-block}

    .tab-section ul li {
        font-size: 18px;
    }

    .tab-section ul li span {
        margin-bottom: 10px;
    }
    .header-section.header-stickey .content-wrap {
        position: inherit;
        padding: 60px 0 60px 0;
    }
    .header-section .content-wrap{opacity:1 !important;transform:scale(1) !important}
    .why-section:before {
        display: none;
    }
    .content-section h2 {
        font-size: 34px;
    }
    .content-section h2+.insta-wrap {
        padding-top: 10px;
    }
    .instagram-mobile{max-width:300px}
 .lang-rtl .why-content.left {
        padding: 0 30px;
    }

    .lang-rtl .tab-section ul li {
        margin: 0 auto;
    }

    .lang-rtl .common-section {
        padding: 50px 0;
    }

    .lang-rtl .bottom-cta-section .table-wrap .column.right {
        padding: 0;
    }

    .lang-rtl .bottom-cta-section .table-wrap .column.right p {
        margin: 0 auto;
    }

    .lang-rtl .bottom-cta-section {
        padding: 60px 0;
    }

    .lang-rtl .common-section.why-section {
        padding: 30px 0 50px 0;
    }

    .lang-rtl .header-section .act-btn.cta-btn {
        padding: 10px 20px;
    }

    .lang-rtl .header-section.header-stickey .content-wrap {
        padding: 60px 0 60px 0;
    }

    .lang-rtl .bottom-cta-section .table-wrap .column.right {
        text-align: center;
    }

    .lang-rtl .bottom-cta-section .table-wrap .column.right * {
        text-align: center;
    }

    .lang-rtl .stickyfixed .stickey-nav li {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 480px) {}

@media only screen and (max-width: 375px) {
    h1 {
        font-size: 32px;
    }
}