.zflex {
    display: flex;
    justify-content: center;
}

.zwc-mms {
    margin-top: 40px;
}

.zflex-wrap {
    flex-wrap: wrap;

}

.zjustify-space-between {
    justify-content: space-between
}

.zjustify-space-around {
    justify-content: space-evenly;
    align-items: center;
}

.zalign-center {
    align-items: center
}

.ztwo-col>* {
    width: 50%
}

.text-center {
    text-align: center
}

p {
    font-size: 18px
}

h1 {
    font-size: 70px;
    font-family: var(--zf-secondary-extrabold)
}

h2 {
    font-size: 36px;
    font-family: var(--primaryfont-bold);
    line-height: 1.2
}

h3 {
    font-size: 43px;
    font-family: var(--primaryfont-bold)
}

.zwrapper h4 {
    font-size: 20px;
    text-decoration: underline;
    position: relative;
    text-underline-position: under;

    margin-bottom: 27px;
}

.zw-product-header {
    background: #f9eee1;
    margin-top: -2px;
}

.zheader {
    background: #f9eee1;
    padding: 60px 0 360px;
}

.zheader a,
.zsection-footer a {
    background-color: #de5547;
    padding: 14px 40px;
    border-radius: 5px;
    font-family: var(--secondaryfont-bold);
    color: #fff;
    display: inline-block
}

.zcall-rate {
    background: #000;
    padding: 60px 50px 30px
}

span.zrate strong {
    font-size: 18px;
    font-family: 'Zoho_Puvi_Bold';
}

span.zrate {
    border-radius: 62px;
    background: #1F1E1E;
    padding: 8px 16px;
    font-size: 15px;
}

.country p {
    margin-bottom: 0 !important;
}

.country {
    display: flex;
    align-items: center;
    font-size: 14px;
    margin-bottom: 10px;

}

.country.usa {
    column-gap: 35px;
}

.country.aus {
    column-gap: 10px;
}

.znote {
    background: #191919;
    text-align: center;
    padding: 30px 30px;
    color: #a5a5a5
}

p.imp-note {
    margin: 30px auto 120px;
    max-width: 930px;
    color: red;
    font-size: 18px;
    text-align: center;
    font-family: var(--zf-secondary-regularitalic);
}

.zcall-inner {
    border-radius: 10px;
    overflow: hidden;
    color: #fff;
    position: relative;
    margin-top: -260px;
    margin-bottom: 0px
}

.zcall-inner p {
    font-size: 16px;
    margin-bottom: 10px;
}

strong {
    font-family: var(--primaryfont-semibold);
}

.zcall-inner .zflex>div {
    width: 25%;
    padding: 0 20px
}

.zsection1 .zflex {
    justify-content: space-around
}

.zsection1 .zflex>div {
    width: 35%
}

.zheader .zflex>div:first-child {
    max-width: 430px
}

.zheader .zflex>div:last-child img {

    text-align: center;
    max-width: 92%;
    opacity: 1;
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
    -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);

}

.zheader .middle-animated .zflex>div:last-child img {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);

}

.ani-delay {
    opacity: 1;
    -webkit-transform: translatey(15px);
    transform: translatey(15px);
    -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 .ani-delay {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.ani-delay:nth-child(2) {
    transition-delay: 1s;
}

.zsection1 .zimage_wrap {
    background: #ece7fd;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    border-radius: 25px;
    padding-top: 40px;
    margin-bottom: 40px;

}



.zsection1 .zimage_wrap.zset2 {
    padding: 40px;
    background: #dcfaed;
    transition-delay: 1s;
}

.zsection2 .zflex {
    max-width: 1097px;
    padding: 80px 0px;
    background: #faefe5;
    margin: 0 auto;
    border-radius: 20px
}

.zsection2 {
    margin-top: 70px;
    margin-bottom: 100px
}

.ztext_wrap {
    max-width: 450px
}

.ztext_wrap p {
    margin-bottom: 0
}


.zsection3 {
    background: #152345;
    color: #fff;
    padding: 100px 0;
}

.zsection3_inner h3 {
    font-size: 30px
}

.zsection3_inner h2 {
    font-size: 44px;
    text-align: center;
    margin-bottom: 80px
}

.zsection3_inner .zflex>div {
    max-width: 30%
}

.zsection3_inner .zimage_wrap {
    height: 110px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}



.zsection3_inner .zimage_wrap>img {
    height: auto;
    width: 60px;
    margin-left: 20px;
}

.zsection3_inner .zimage_wrap>img {
    height: auto
}

.zsection-footer {
    text-align: center
}

.zsection-footer .content-wrap {
    max-width: 650px
}

.zsection-footer {
    padding: 100px 0
}

.zsection-footer h2 {
    font-size: 44px
}

@media only screen and (max-width: 1100px) {

    .zheader .zflex>div:last-child,
    .zheader .zflex>div:first-child {
        width: 48%;
    }

    .zsection3_inner h3 {
        font-size: 24px
    }

    .zalign-center {
        display: flex;
    }

    .zheader .zflex img {
        max-width: 400px
    }

    .zsection1 .zimage_wrap {
        padding: 40px 20px 20px 40px;
        height: 250px
    }

    .zsection1 .zimage_wrap.zset2 {
        padding: 30px
    }

    h1 {
        font-size: 50px
    }
    p.imp-note{
        max-width: 830px;
        margin: 50px auto 90px;
font-size: 15px
    }
    .zcall-inner .zflex>div {
        width: 36%;
        padding: 19px 20px;
    }
}

@media only screen and (max-width: 1024px) {
    .zcall-inner .zflex>div {
        width: 50%
    }

    .zheader .zflex>div:last-child,
    .zheader .zflex>div:first-child {
        text-align: center;
        width: 100% !important;
    }

    .zalign-center {
        flex-flow: column wrap;
    }
}

@media only screen and (max-width: 991px) {
    .zsection3_inner {
        padding: 40px
    }

    .zsection1 .zflex>div {
        width: 42%
    }

    .zheader .zflex>div:first-child {
        margin-bottom: 50px
    }
}

@media only screen and (max-width: 768px) {
    .zsection1 .zflex>div {
        width: 100%;
        margin-bottom: 60px
    }

    .zsection1 .zimage_wrap {
        height: auto
    }

    .zcall-rate {
        padding: 30px 20px
    }

    .zsection2 {
        margin-top: 0
    }

    .zsection3_inner .zflex>div {
        margin-top: 20px;
        width: 100%;
        max-width: 100%
    }

    .zsection3_inner h2 {
        font-size: 32px;
        text-align: left;
        margin-bottom: 10px
    }

    .zsection-footer h2,
    h2 {
        font-size: 34px
    }
    p.imp-note {
        max-width: 670px;
        margin: 50px auto 90px;
    }

    h1 {
        font-size: 45px
    }

    .zsection2 .zflex {
        padding: 50px 0px
    }

    .other-lang .zheader a,
    .other-lang .zsection-footer a {
        padding: 14px 20px;
    }
}

@media only screen and (max-width: 640px) {
    .country {
        flex-flow: column wrap;
    }

}

@media only screen and (max-width: 480px) {
    h1 {
        font-size: 35px
    }

    h2,
    .zsection3_inner h2,
    .zsection-footer h2 {
        font-size: 27px
    }

    .other-lang .zheader a,
    .other-lang .zsection-footer a {
        padding: 14px 16px;
        font-size: 12px;
    }

    .other-lang h2,
    .other-lang .zsection3_inner h2,
    .other-lang .zsection-footer h2 {
        font-size: 23px;
    }


    .zsection2 .zflex {
        padding: 50px 20px;
    }

    .zheader {
        background: #f9eee1;
        padding: 30px 0 320px
    }

    .ztext_wrap {
        max-width: 100%;
    }

    .other-lang .ztext_wrap p {
        margin-bottom: 0;
        word-wrap: break-word;
    }

    .zsection3_inner h3 {
        font-size: 20px;
    }

    .zcall-inner .zflex>div {
        width: 100%;
        margin-top: 20px;
    }

    .zsection3_inner {
        padding: 0;
    }

    .zsection1 .zflex,
    .zsection2,
    .zcall-rate {
        text-align: center;
    }

    .zsection3 {
        padding: 50px 10px;
    }

    .zcall-rate {
        padding: 30px 20px;
    }

    .zheader .zflex>div:first-child {
        margin-bottom: 50px;
    }


}