/* Base styles starts */
.zw-product-header.zwph-white {
    background: #000;
}
.row{
    display: flex;
    align-items: center;
}
.col-5{
    flex-basis: 40%;
}
.col-6{
    flex-basis: 50%;
}
.col-7{
    flex-basis: 60%;
}
section{
    padding:80px 0;
}
h2{
    font-size: 56px;
    font-family: var(--primaryfont-bold);
}
/* Base styles ends */
a.btn-join {
    font-size: 15px;
    padding: 15px 49px;
    background: #f0483e;
    text-transform: uppercase;
    color: #fff;
    font-family: var(--primaryfont-semibold);
    border-radius: 3px;
    display: block;
    cursor: pointer;
    margin: 26px auto 45px;
    width: max-content;
}
ul.zwc-solo-mobileapp {
    justify-content: center;
    margin: auto;
}
ul.zwc-solo-mobileapp {
    margin: 40px auto;
    color: #fff;
}
.apps-download-links-wrap.zwc-row-direction {
    flex-direction: row;
    margin: 0;
}
.apps-download-links-wrap.zwc-row-direction a.app-store {
    transform: none;
}
.zwc-your-dream-section  a.btn-join {
    margin: 26px auto 0;
}
/* Banner section styles starts */
.zwc-banner-section{
    background-color: #000;
    padding: 80px 0 148px;
}
.zwc-banner-section .group-images{
    display: flex;
    justify-content: center;
max-width: max-content;
}
.zwc-banner-section .app-group-images{
    display: flex;
    justify-content: space-evenly;
    margin: 47px auto 74px;
    width: max-content;
}
.zwc-banner-section h1,.zwc-banner-section p{
    color: #fff;
    text-align: center;
    margin: auto;
}
.zwc-banner-section h1{
    font-size: 64px;
    max-width: 860px;
}
.zwc-banner-section p{
    font-size: 20px;
    max-width: 915px;
    margin-bottom: 20px;
}
.zwc-banner-section .app-group img {
    margin: 4px 7px;
}
.zwc-banner-section h1{
    margin-bottom: 21px;
}
.zwc-banner-section .app-group{
    display: flex;
    flex-direction: column;
}
.zwc-banner-section .group-images{
    width: 100%;
}
.zwc-banner-section .set-one,.zwc-banner-section .set-two,.zwc-banner-section .set-three{
   position: relative;
}
.zwc-banner-section .set-one picture img{
       border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
}
.zwc-banner-section .set-two picture img{
    border-radius: 20px;
}
.zwc-banner-section .set-three picture img{
   border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
}
.zwc-banner-section .fruit-ss{
    border-radius: 8px;
    width: 41%;
    position: absolute;
    bottom: -8%;
    right: 4%;
}
.zwc-banner-section .income-ss{
    border-radius: 15px;
    position: absolute;
    top: 6%;
    left: 4.5%;
    width: 32%;
}
.zwc-banner-section .update-ss-one, .zwc-banner-section .update-ss-two{
    border-radius: 7px;
}
.zwc-banner-section .update-ss-one{
       position: absolute;
    left: 5%;
    bottom: 26%;
    width: 46%;
}
.zwc-banner-section .set-two{
    margin: 0 20px;
}

.zwc-banner-section  .update-ss-two{
    position: absolute;
    left: 5%;
    bottom: 6%;
    width: 46%;
}
/* Banner section styles ends */



/* Solo free section styles starts */
.zwc-solo-free-section h2{
    font-size: 40px;
}
.zwc-solo-free-section .content p{
    width: 97%;
}
.zwc-solo-free-section  h2 span{
    color: #0047FF;
    font-size: 56px;
    display: block;
}
.zwc-solo-free-section .image-group{
  text-align: right;
  position: relative;
}
.zwc-solo-free-section .image-group .solo-image-hand{
    margin-bottom: -37px;
    margin-right: 48px;
    width: 68%;
}

.zwc-solo-free-section .solo-free-ss-one{
    position: absolute;
    left: 7.3%;
    top: 14%;
}
.zwc-solo-free-section .solo-free-ss-two{
    position: absolute;
    right: 2%;
    top: 41%;
}
.zwc-solo-free-section .solo-free-ss-three{
    position: absolute;
    left: 15%;
    bottom: 18%;
}

.zwc-solo-free-section .card-one{
    background-color: #F4F4F4;
    padding: 53px;
    border-radius: 30px;
    margin-right: 10px;
    min-height: 538px;
}

.zwc-solo-free-section  .card-one h3{
    font-size: 32px;
    line-height: 1.2;
    max-width: 94%;
    margin-bottom: 44px;
letter-spacing: -1px;
}
.zwc-solo-free-section  .card-one ul{
    padding-left: 45px;
}
.zwc-solo-free-section .card-one li{
    font-size: 24px;
    margin: 25px 0;
    position: relative;
    font-family: var(--zf-primary-medium);
    letter-spacing: -0.7px;
}
.zwc-solo-free-section .card-one li:before{
    content: "";
    position: absolute;
    background-image: url(/sites/zweb/images/solo/freeedition/sprite-icon.png);
    background-size: 332px;
    width: 29px;
    height: 29px;
    left: -44px;
    bottom: 0;
    top: 0;
    margin: auto;
}
.zwc-solo-free-section .card-one li.one:before{
    background-position: -1px 0;
}
.zwc-solo-free-section .card-one li.two:before{
    background-position: -34px 0;
}
.zwc-solo-free-section .card-one li.three:before{
    background-position: -69px 0;
}
.zwc-solo-free-section .card-one li.four:before{
    background-position: -102px 0;
}
.zwc-solo-free-section .card-two{
    background-color: #0047FF;
    padding: 53px 53px 221px 53px;
    border-radius: 30px;
    margin-left: 10px;
    position: relative;
    min-height: 538px;
}
.zwc-solo-free-section .product-mobile img{
    width: 510px;
    position: absolute;
    left: -155px;
    bottom: 0;
}
.zwc-solo-free-section .card-two h3{
color: #fff;
    font-family: var(--secondaryfont-semibold);
    padding-left: 108px;
    font-size: 33px;
}
.zwc-solo-free-section .card-two h3 span{
    display: block;
    font-family: var(--primaryfont-semibold);
    font-size: 56px;
}
.zwc-solo-free-section  .get-4x{
  background-color: #000;
  border-radius: 30px;
  color: #fff;
  text-align: center;
  padding:63px 63px 70px;
  margin-top: 20px;
}
.zwc-solo-free-section  .get-4x h3{
    font-size: 48px;
    max-width: 858px;
    width: auto;
    margin: 0 auto 15px;
    font-family: var(--primaryfont-bold);
}
.zwc-solo-free-section  .get-4x h3 span{
   color: #FFDC00;
   font-family: var(--primaryfont-bold);
   font-size: 52px;
}
.zwc-solo-free-section  .get-4x ul{
    display: flex;
    justify-content: space-evenly;
    margin-top: 38px;
}
.zwc-solo-free-section  .get-4x li{
    position: relative;
}
.zwc-solo-free-section  .get-4x li:after{
    content: "";
    position: absolute;
    width: 1px;
    height: 66px;
    right: -63px;
    top: 0;
    margin: auto;
    bottom: 0;
    border-right: 1px solid #969393;
}
.zwc-solo-free-section  .get-4x li:last-child:after{
    display: none;
}
.zwc-solo-free-section  .get-4x li span{
    font-family: var(--primaryfont-bold);
    font-size: 40px;
    display: block;
}
.ccode-us  .zwc-solo-free-section .card-one,.ccode-us .zwc-solo-free-section .card-two {
    min-height: 592px;
}
.ccode-us .zwc-solo-free-section .zwc-solo-mobileapp{
    z-index: 2;
    position: relative;
    display: flex;
    justify-content: flex-start;
    padding-left: 134px;

}
.zwc-solo-free-section .solo-free-ss-one,.zwc-solo-free-section .solo-free-ss-two,.zwc-solo-free-section .solo-free-ss-three{
    border-radius: 5px;
}

/* Solo free section styles ends */


/* Solo stands section styles starts */
.zwc-solo-stands-section h2{
  width: 91%;
  line-height: 1.1;
  font-size: 59px;
}
.i18n-fr-ca .zwc-solo-stands-section h2 {
    font-size: 49px;
}

.zwc-solo-stands-section h2 span{
  color: #0047FF;
}
.zwc-solo-stands-section .card.heading{
    text-align: left;
    background-color: #0000;
    padding: 0;
}
.zwc-solo-stands-section .card{
    width: 32%;
    text-align: center;
    background-color: #f4f4f4;
    border-radius: 14px;
    padding: 43px;
    min-height: 445px;
    margin-top: 25px;
}
.i18n-fr-ca .zwc-solo-stands-section .card{
    min-height: 505px;
}
.zwc-solo-stands-section .card h3,.zwc-solo-stands-section .card p{
    text-align: left;
}
.zwc-solo-stands-section .card h3{
    font-family: var(--primaryfont-bold);
}
.zwc-solo-stands-section .card p{
    min-height: 64px;
    margin-bottom: 0;
}
.zwc-solo-stands-section .card img{
    width: 100%;
}
.zwc-solo-stands-section .card.mob-card{
    background-color: #1A6CC9;
    color: #fff;
    padding-bottom: 0;
    overflow: hidden;
    position: relative;
}
.zwc-solo-stands-section .card.mob-card img{
    position: absolute;
    margin: auto;
    width: 88%;
    left: 0;
    right: 0;
    bottom: 0;
}
.zwc-solo-stands-section .row {
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}
.zwc-solo-free-section .product-mobile img.desktop-show{
    display: block;
}
.zwc-solo-free-section .product-mobile img.device-show{
    display:none;
}
/* Solo stands section styles ends */

/* tool kit section starts */
.zwc-tool-kit-section{
    background-color: #F4F4F4;
    text-align: center;
}
.zwc-tool-kit-section p{
    max-width: 700px;
    margin: 0 auto 28px;
    width: auto;
}

.zwc-tool-kit-section .app-group .devices img{
    width: 66%;
    margin-top: 29px;
}
/* tool kit section starts */

/* safe and secure section starts */
.zwc-safe-secure-section h2{
    font-size: 32px;
    padding-left: 37px;
}
.zwc-safe-secure-section p{
  width: 77%;
  padding-left: 37px;
}
.zwc-safe-secure-section img{
    width: 100%;
}
/* safe and secure section ends */


/* your dream section starts */
.zwc-your-dream-section{
    padding: 80px 0;
}
.zwc-your-dream-section h2{
    color: #fff;
    font-size: 48px;
    max-width: 795px;
    margin: auto;
    width: auto;
    text-align: center;
}
.zwc-your-dream-section .app-group-images{
    margin: 47px auto 0;
}
/* your dream section ends*/

/* invest your section styles starts */
.zwc-invest-your-section{
    background-color: #000;
    color: #fff;
    padding: 80px 0 89px 0;
}
.zwc-invest-your-section h2{
    font-size: 32px;
    max-width: 731px;
    width: auto;
    margin-bottom: 62px;
}
.zwc-invest-your-section h3{
    font-size: 24px;
    margin-bottom: 0;
    transition: .5s all ease;
}
.zwc-invest-your-section li.active h3 {
    margin-bottom: 15px;
}
.zwc-invest-your-section li p{
   max-width: 441px;
   width: auto;
}
.zwc-invest-your-section li img{
    display: none;
}
.zwc-invest-your-section li.active img{
    display: block;
}
.zwc-invest-your-section li .mobile-show{
    display: none;
    position: relative;
}
.zwc-invest-your-section .image img{
    width: 91%;
border-radius: 20px;
}
.zwc-invest-your-section .image img:first-child {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.8s ease;
}
.zwc-invest-your-section .image .active img:first-child {
    display: block;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.8s ease;
}
.zwc-invest-your-section .content ul{
    margin-left: 107px;
}
.zwc-invest-your-section .content li{
    position: relative;
    margin: 53px 78px 0 0;
}
.zwc-invest-your-section .content li:after{
    position: absolute;
    border-bottom: #525252 solid 1px;
    content: "";
    bottom: -28px;
    left: -64px;
    right: 0;
    margin: auto;
    width: 487px;
}
.zwc-invest-your-section .content li:last-child:after{
    display: none;
}
.zwc-invest-your-section .content ul li:nth-child(1) {
    margin-top: 0;
}
.zwc-invest-your-section .row{
    align-items: flex-start;
}
.zwc-invest-your-section .content li:before{
    content: "";
    position: absolute;
    background-image: url(/sites/zweb/images/solo/freeedition/sprite-icon.png);
    background-size: 332px;
    width: 29px;
    height: 29px;
    left: -51px;
    top: 2px;
    margin: auto;
}
.zwc-invest-your-section .item-one:before{
    background-position: 198.5px 0;
}
.zwc-invest-your-section  .item-two:before{
    background-position: 165px 0;
}
.zwc-invest-your-section .item-three:before{
    background-position: 131px 0;
}
.zwc-invest-your-section .item-four:before{
    background-position: 97px 0;
}
.zwc-invest-your-section .item-five:before{
    background-position: 63px 0;
}
.zwc-invest-your-section .item-six:before{
    background-position: 29px 0;
}
.zwc-invest-your-section img.img-one, .zwc-invest-your-section img.img-two, .zwc-invest-your-section img.img-three{
    border-radius: 7px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 3%), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* animation styles starts */
.zwc-invest-your-section ul li {
    transition: transform 0.9s ease, opacity 0.9s ease;
    transform: translateY(20px); 
    height: 0;
    position: relative;
}

.zwc-invest-your-section ul li.active {
    opacity: 1; 
    transform: translateY(0);
    height: auto; 
}
.zwc-invest-your-section .image li.active{
   transform: translateY(0);
}
.zwc-invest-your-section .image li{
    transform: translateY(0);
 }
.zwc-invest-your-section ul li p{
     transition: 0.5s all ease;
     height:0;
     opacity: 0;
    overflow: hidden;
}
.zwc-invest-your-section ul li.active p{
    transition: 0.5s all ease;
    opacity: 1;
}
.zwc-invest-your-section .content li {
    transform: translateY(0);
    height: auto;
    cursor: pointer;
}
/* animation styles ends*/

.zwc-invest-your-section  img.img-one,.zwc-invest-your-section  img.img-two,.zwc-invest-your-section  img.img-three{
    width: 32%;
   position: absolute;
}
.zwc-invest-your-section  .img-one{
    top: 7%;
    left: 7%;
}
.zwc-invest-your-section  .img-two{
    left: -8%;
    top: 46%;
}
.zwc-invest-your-section  .img-three{
    right: 1%;
    top: 79%;
}
/* invest your section styles ends */

/* Responsive style starts */
.i18n-es-xl .zwc-solo-free-section .card-one ul {
    padding-right: 50px;
}
@media only screen and (max-width: 1440px){
    .zwc-banner-section h1 {
        font-size: 54px;
    }
    .zwc-banner-section p {
        font-size: 18px;
    }    

    .zwc-solo-free-section h2 {
        font-size: 35px;
    }
    .zwc-solo-free-section h2 span, .i18n-fr-ca .zwc-solo-free-section h2 span{
        font-size: 40px;
    }
    .zwc-solo-free-section .solo-free-ss-one {
        left: 10.3%;
    }
    .zwc-solo-free-section .solo-free-ss-one,.zwc-solo-free-section .solo-free-ss-two,.zwc-solo-free-section .solo-free-ss-three {
        width: 22%;
    }
    .zwc-solo-free-section .card-one h3 {
        font-size: 28px;
    }
    .zwc-solo-free-section .card-one li {
        font-size: 20px;
    }
    .zwc-solo-free-section .card-two h3 {
        font-size: 28px;
    }
    .zwc-solo-free-section .card-two h3 span {
        font-size: 34px;
    }
    .zwc-solo-free-section .get-4x h3 {
        font-size: 40px;
    }
    .product-mobile svg {
        bottom: 29%;
        left: -4.5%;
        width: 50px;
        height: 50px;
    }
    .zwc-solo-free-section .card-one,.zwc-solo-free-section .card-two {
        min-height: 451px;
    }
    .zwc-solo-stands-section h2 {
        font-size: 53px;
    }
    .zwc-solo-free-section .get-4x h3 span {
        font-size: 48px;
    }
    .zwc-solo-stands-section .card h3{
        font-size: 24px;
    }
    .zwc-tool-kit-section h2{
       font-size: 40px;
    }
    .zwc-tool-kit-section .app-group .devices img {
            width: 57%;
    }
    .zwc-your-dream-section h2 {
        font-size: 40px;
        max-width: 658px;
    }
    .zwc-invest-your-section h3 {
        font-size: 22px;
        transition: 0.5s all ease;
    }
    .zwc-solo-free-section .solo-free-ss-two {
              right: 8%;
    }
    .zwc-solo-free-section .content p {
        width: 100%;
    }
}

@media only screen and (max-width: 1199px){
    section {
        padding: 57px 0;
    }
    .zwc-solo-free-section .image-group .solo-image-hand {
        margin-right: 0;
        width: 80%;
    }
.zwc-invest-your-section .content li:after {
    bottom: -22px;
}
        .zwc-solo-free-section .card-one, .zwc-solo-free-section .card-two {
            min-height: 477px;
        }
    .zwc-solo-free-section .card-two h3 {
        padding-left: 0;
    }
    .zwc-solo-free-section .product-mobile img {
        width: 448px;
        left: -139px;
    }
    .ccode-us .zwc-solo-free-section .product-mobile img {
        width: 400px;
}

    .zwc-invest-your-section .img-two {
        left: -2%;
    }
    .zwc-invest-your-section .content li {
        margin: 46px 0;
    }
    .zwc-invest-your-section h3 {
        font-size: 20px;
        margin-right: 20px;
    }
    .zwc-invest-your-section .content li {
        margin: 40px 0;
    }
    .zwc-invest-your-section .content li:after {
        margin: 0;
        width: 100%;
    }
    .zwc-invest-your-section li p {
        max-width: 92%;
        font-size: 16px;
    }
    .zwc-solo-stands-section .card h3 {
        font-size: 23px;
    }
    .zwc-solo-stands-section .card {
        min-height: 396px;
        padding: 29px;
    }

    .zwc-solo-stands-section .card img {
        width: 91%;
    }
    .zwc-invest-your-section {
        padding: 57px 0 63px 0;
    }
    .zwc-your-dream-section {
        padding: 57px 0;
    }   
    .zwc-solo-free-section .get-4x li:after {
        right: -49px;
    }
.ccode-us .zwc-solo-free-section .zwc-solo-mobileapp {
    padding-left: 0;
    margin-top: 22px;
    margin-left: -13px;
}
.ccode-us .zwc-solo-free-section .card-one, .ccode-us .zwc-solo-free-section .card-two {
    min-height: 519px;
}
}

@media only screen and (max-width: 1080px){
    .zwc-solo-free-section .get-4x li:after {
        right: -33px;
    }
    .zwc-solo-free-section .product-mobile img.desktop-show{
        display: none;
    }
    .zwc-solo-free-section .product-mobile img.device-show{
        display:block;
    }
}
@media only screen and (max-width: 1024px){
    .zwc-banner-section h1 {
        font-size: 45px;
    }
    .zwc-solo-free-section h2 {
        font-size: 31px;
    }
    .zwc-solo-free-section h2 span, .i18n-fr-ca .zwc-solo-free-section h2 span{
        font-size: 35px;
    }
    .zwc-banner-section p {
        width: 72%;
    }
    .zwc-solo-free-section .solo-free-ss-one {
                left: 10.3%;
    }

    .zwc-invest-your-section .img-three {
        right: -3%;
    }    
    .zwc-invest-your-section .image img {
        width: 100%;
    }
    .zwc-invest-your-section img.img-one, .zwc-invest-your-section img.img-two, .zwc-invest-your-section img.img-three {
        width: 32%;
    }
    .zwc-invest-your-section {
        padding: 57px 0 36px 0;
    }
    .zwc-solo-stands-section .card {
        min-height: 377px;
    }
    .zwc-solo-free-section .get-4x h3 {
        font-size: 35px;
        max-width: 600px;
        width: auto;
    }
   .zwc-solo-free-section .get-4x li span {
        font-size: 36px;
    }
    .zwc-solo-stands-section h2 {
        font-size: 35px;
    }
    .zwc-tool-kit-section h2 {
        font-size: 35px;
    }
    .zwc-your-dream-section h2 {
        font-size: 35px;
    }
}
@media only screen and (max-width: 991px){
    section {
        padding: 50px 0;
    }
    .zwc-banner-section {
        background-color: #000;
        padding: 57px 0 80px;
    }
    .zwc-invest-your-section {
        padding: 50px 0 28px 0;
    }
    .zwc-solo-stands-section .card h3 {
        font-size: 21px;
    }
    .zwc-solo-stands-section .card {
        min-height: 412px;
    }
    .zwc-safe-secure-section h2 {
        font-size: 30px;
    }
    .zwc-your-dream-section h2 {
        font-size: 32px;
        width: 62%;
    }
    .zwc-solo-stands-section .card.heading {
        text-align: center;
        width: 100%;
        min-height: 100%;
    }
    .zwc-solo-stands-section h2 {
        width: 100%;
    }
    .zwc-solo-stands-section .card {
        width: 48%;
        margin-top: 19px;
    }
    .zwc-solo-stands-section .row {
        justify-content: space-around;
    }
    .zwc-solo-free-section .get-4x li:after{
        display: none;
    }
    .zwc-invest-your-section .row {
        align-items: center;
    }
    .zwc-invest-your-section h2 {
        font-size: 30px;
        text-align: center;
        margin: auto auto 52px;
    }    
    .zwc-solo-free-section .card-one, .zwc-solo-free-section .card-two {
        min-height: 508px;
        overflow: hidden;
    }
    .zwc-solo-free-section .product-mobile img {
        width: 409px;
        left: 0;
        margin: 0 auto -14px;
        right: 0;
    }
    .zwc-solo-free-section .card-one h3 {
        margin-bottom: 16px;
      }
    .zwc-solo-free-section .get-4x h3 span {
        font-size: 40px;
    }
}
@media only screen and (max-width:767px){
    .row {
        flex-direction: column;
    }
    section {
        padding: 39px 0;
    }
    .zwc-banner-section {
        padding: 47px 0 52px;
    }
.zwc-invest-your-section .image img:first-child,.zwc-invest-your-section .image .active img:first-child{
    display:none;
}
    .zwc-banner-section .group-images {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .zwc-banner-section .app-group-images {
        flex-direction: column;
        align-items: center;
        margin: 47px auto 35px;
        width:100%;
    }
    .zwc-solo-free-section .card-one h3 {
        font-size: 26px;
    }
    .zwc-solo-free-section .card-one{
        min-height: 450px;
        padding: 35px;
        margin: 0;
    }
    .zwc-solo-free-section .card-two {
        margin: 20px 0 0;
              min-height: 446px;
        padding: 35px;
        text-align: center;
    }
    .zwc-solo-free-section .image-group .solo-image-hand {
        width: 85%;
                margin-right: -41px;
        z-index: -1;
        position: relative;
    }
    .zwc-solo-free-section .solo-free-ss-one {
                                 left: 0.3%;
    }
    .zwc-solo-free-section .solo-free-ss-three {
             left: 8%;
        bottom: 14%;
    }
    .zwc-solo-free-section .solo-free-ss-two {
     right: 13%;
}
    .zwc-solo-free-section .solo-free-ss-one, .zwc-solo-free-section .solo-free-ss-two, .zwc-solo-free-section .solo-free-ss-three {
          width: 22%;
    }
    .zwc-solo-free-section .get-4x ul {
        flex-direction: column;
        margin-top: 24px;
    }
    .zwc-solo-free-section .get-4x li {
        margin:14px 0;
    }
    .zwc-solo-free-section .get-4x li span {
        font-size: 31px;
    }
    .zwc-solo-stands-section .card {
        width: 100%;
    }   
    .zwc-solo-free-section .get-4x {
        padding: 35px;
    } 
    .zwc-solo-free-section .get-4x h3 {
        font-size: 26px;
    }
    .zwc-solo-stands-section h2 {
        font-size: 30px;
        margin: 0 auto 20px;
        max-width: 90%;
    }
    .zwc-tool-kit-section h2 {
        font-size: 26px;
    }
    .zwc-invest-your-section .mobile-show img:first-child{
        width: 80%;
        margin: 30px 0 0;
        border-radius: 9px;
    }
    .zwc-invest-your-section h2 {
        font-size: 26px;
    }
    .zwc-invest-your-section .img-two {
        left: -6%;
    }
    .zwc-invest-your-section .content li:after{
        display: none;
    }
    .zwc-invest-your-section .image li img{
        display: none;
    }
    .zwc-invest-your-section li.active .mobile-show{
        display: block;
    }
    .zwc-invest-your-section .image{
        flex-basis: 0;
    }
    .zwc-solo-stands-section .card {
        width: 100%;
    }    
    .zwc-invest-your-section .content li:after {
        left: -61px;
        right: 0;
        margin: auto;
        width: 350px;
    }
    .zwc-invest-your-section .content ul {
        margin-left: 55px;
    }
    .zwc-solo-free-section .product-mobile img {
width: 453px;
    }
    .zwc-banner-section h1 {
        font-size: 35px;
    }
    .zwc-banner-section p {
        width: 92%;
    }
    .zwc-banner-section .set-one, .zwc-banner-section .set-two, .zwc-banner-section .set-three {
        margin-top: 27px;
    }
    .zwc-banner-section .set-one picture img, .zwc-banner-section .set-two picture img, .zwc-banner-section .set-three picture img{
      border-radius:20px;
    }
    .zwc-banner-section .set-two {
        margin: 27px 20px 0;
    }
    .zwc-banner-section .group-images img {
        width: 86%;
    }
    .zwc-banner-section .group-images .set-two img{
       width: 96%;
    }
    .zwc-banner-section img.fruit-ss {
       width: 32%;
        right: 11%;
        bottom: -2%;
    }
    .zwc-banner-section .group-images .set-two img.income-ss {
        width: 32%;
        left: 6.5%;
    }
    .zwc-banner-section img.update-ss-one,.zwc-banner-section img.update-ss-two {
        width: 38%;
    }
    .zwc-banner-section .update-ss-one, .zwc-banner-section .update-ss-two {
        left: 10%;
    }
    .zwc-banner-section img.update-ss-one{
        bottom: 24%;
    }
    .zwc-banner-section .update-ss-two{
        bottom: 6%;
    }
    .zwc-tool-kit-section .app-group .devices img {
        width: 90%;
    }
    .zwc-safe-secure-section h2 {
        font-size: 26px;
        text-align: center;
        padding: 0;
    }
    .zwc-safe-secure-section p {
        width: 81%;
        padding-left: 0;
        text-align: center;
        margin: auto auto 20px;
    }
    .zwc-your-dream-section h2 {
        font-size: 32px;
        width: 98%;
    }
    .zwc-solo-free-section .image-group {
        text-align: center;
    }
    .zwc-solo-stands-section .card.mob-card img {
        width: 51%;
    }
    .zwc-your-dream-section ul.zwc-solo-mobileapp,
    .zwc-tool-kit-section ul.zwc-solo-mobileapp,
    .zwc-solo-free-section ul.zwc-solo-mobileapp {
        margin: 20px auto;
    }
.zwc-your-dream-section a.btn-join {
    margin: 26px auto 10px;
}
.ccode-us .zwc-solo-free-section .card-one{
    min-height: 438px;
}
.ccode-us .zwc-solo-free-section .card-two {
    min-height: 498px;
}
.ccode-us .zwc-solo-free-section .zwc-solo-mobileapp {
    justify-content: center;
    margin-left: 0;
}
.zwc-solo-free-section .get-4x h3 span {
    font-size: 36px;
}
.i18n-es-xl .zwc-solo-free-section .card-one ul {
    padding-right: unset;
}
}
@media only screen and (max-width:480px){
   .zwc-solo-free-section .card-two h3 {
        font-size: 24px;
}
    .zwc-solo-stands-section .card h3 {
        font-size: 23px;
}
    .zwc-solo-stands-section .card img {
        width: 100%;
    }
    .zwc-solo-free-section .solo-free-ss-one, .zwc-solo-free-section .solo-free-ss-two, .zwc-solo-free-section .solo-free-ss-three {
        width: 29%;
    }
.zwc-solo-free-section .solo-free-ss-one {
        left: -2.7%;
    }
    .zwc-solo-free-section .solo-free-ss-two {
                   right: 5%;
    }
    .zwc-solo-free-section .solo-free-ss-three {
        left: 5%;
    }
    .zwc-solo-stands-section .card.mob-card img {
        width: 92%;
    }
a.btn-join {
    margin: 26px auto 15px;
}
.zwc-your-dream-section a.btn-join {
    margin: 26px auto 0;
}
    .zwc-solo-free-section .card-two {
        min-height: 422px;
}
ul.zwc-solo-mobileapp {
    margin: 29px auto 17px;
}
}
/* Responsive style ends*/

@media only screen and (min-width:768px){
/* Animation effect styles starts */
    .zwc-banner-section  .fruit-ss,.zwc-banner-section .income-ss,.zwc-banner-section .update-ss-one,.zwc-banner-section .update-ss-two{
         opacity: 0;
         box-shadow: 0 4px 8px 0 rgb(0 0 0 / 3%), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }
    .zwc-banner-section .middle-animated .fruit-ss,.zwc-banner-section .middle-animated .income-ss,.zwc-banner-section .middle-animated .update-ss-one,.zwc-banner-section .middle-animated .update-ss-two{
        animation: slideDown .5s ease-in-out .5s forwards;
    }
    .zwc-solo-free-section .solo-free-ss-one,.zwc-solo-free-section .solo-free-ss-two,.zwc-solo-free-section .solo-free-ss-three{
        opacity: 0;
    }
    .zwc-solo-stands-section .card img{
        opacity: 0;
    }
    .zwc-solo-stands-section .middle-animated .card img{
        animation: slideDown .5s ease-in-out .5s forwards;
    }
    .zwc-solo-free-section .middle-animated .solo-free-ss-one,.zwc-solo-free-section .middle-animated .solo-free-ss-two,.zwc-solo-free-section .middle-animated .solo-free-ss-three{
         animation: slideDown .5s ease-in-out .5s forwards;
    }
    .zwc-invest-your-section img.img-one, .zwc-invest-your-section img.img-two, .zwc-invest-your-section img.img-three{
        opacity: 0;
    }
    .zwc-invest-your-section .middle-animated img.img-one, .zwc-invest-your-section .middle-animated img.img-two, .zwc-invest-your-section .middle-animated img.img-three{
        animation: slideDown .5s ease-in-out .5s forwards;
    }
    .zwc-tool-kit-section .app-group .devices img{
       opacity: 0;
    }
    .zwc-tool-kit-section .middle-animated .app-group .devices img{
        animation: slideDown .5s ease-in-out .5s forwards;
    }
    .zwc-safe-secure-section img{
        opacity: 0;
    }
    .zwc-safe-secure-section .middle-animated img{
        animation: slideDown .5s ease-in-out .5s forwards;
    }
    @keyframes slideDown {
        0% {
            visibility: hidden;
            opacity: 0;
            transform: translateY(30px)
        }

        100% {
            visibility: visible;
            opacity: 1;
            transform: translateY(0)
        }
    }

/* Animation effect styles ends */
}