.body-umain .wrapper .sec-cont::last-child{
   margin-top: -150px;
}
#country-change{
    display: none !important;
}
 .ccodelabel{
    width: 34px;
    position: absolute;
    left: 40px;
    top: 12px;
    font-size: 14px;
    color: #555;
} 
.za-country_code-container #rmobile {
    padding-left: 75px;
}
a,abbr,acronym,address,applet,audio,b,big,blockquote,body,canvas,center,cite,code,dd,del,dfn,div,dl,dt,em,embed,h1,h2,h3,h4,h5,h6,html,i,iframe,img,ins,kbd,li,mark,object,ol,output,p,pre,q,ruby,s,samp,small,span,strike,strong,sub,summary,sup,time,tt,u,ul,var,video {
                margin: 0;
                padding: 0;
                border: 0;
                font-size: 100%;
                font: inherit;
                vertical-align: baseline;
                outline: 0;
                font-family: Zoho Puvi Regular,-apple-system,BlinkMacSystemFont,San Francisco,Helvetica Neue,Helvetica,Ubuntu,Roboto,Noto,Segoe UI,Arial,sans-serif
            }

            body {
                font-size: 14px
            }

            li {
                list-style: none
            }

            .d-none {
                display: none!important
            }

            .d-flex {
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex
            }

            .gap-10 {
                gap: 10px
            }

            .relative {
                position: relative
            }

            .sec-cont {
                width: 50%;
                -webkit-box-sizing: border-box;
                box-sizing: border-box
            }

            .pb-10 {
                padding-bottom: 10px
            }

            .bg-green {
                background: #ebfff5
            }

            .text-highlight {
                color: #00ba55
            }

            .text-light {
                color: #565855
            }

            .feature-container {
                -webkit-flex-wrap: wrap;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                gap: 45px;
                text-align: center;
                -webkit-box-pack: center;
                -webkit-justify-content: center;
                -ms-flex-pack: center;
                justify-content: center
            }

            .feature-icon {
                width: 40px;
                height: 40px;
                margin-bottom: 10px;
                padding-bottom: 0;
            }

            .wrapper {
                max-width: 1480px;
                margin: auto;
                -webkit-box-align: center;
                -webkit-align-items: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -webkit-justify-content: center;
                -ms-flex-pack: center;
                justify-content: center;
                padding: 20px 20px 0
            }

            .content-wrap {
                padding: 100px 50px;
                border-radius: 10px;
                border: 1px solid #e9f9f1;
                background-position: 50%;
                background-repeat: no-repeat
            }

            .content-inner-wrap {
                border-top: 1px solid rgba(11,153,73,.12156862745098039)
            }

            .heading {
                font-size: 36px;
                line-height: 1.2;
                letter-spacing: -1px;
                max-width: 400px;
                margin: auto;
                padding-top: 80px;
                padding-bottom: 40px;
                text-align: center
            }

            .nav-icon-container {
                -webkit-box-pack: center;
                -webkit-justify-content: center;
                -ms-flex-pack: center;
                justify-content: center;
                padding: 20px 0 80px
            }

            .nav-dots {
                width: 20px;
                height: 4px;
                border-radius: 6px;
                background: #d2e1d9;
                cursor: pointer;
                -webkit-transition: all .3s ease;
                transition: all .3s ease;
                border: none
            }

            .nav-dots.active {
                background: #00ba55;
                width: 60px
            }

            .testi-desc {
                font-size: 26px;
                line-height: 38px;
                max-width: 400px;
                margin: auto;
                padding-top: 80px;
                padding-bottom: 40px;
                font-family: Zoho Puvi Medium
            }

            .feature-cont,.testimonial-cont {
                display: none;
                min-height: 400px;
                -webkit-transition: all .4s ease;
                transition: all .4s ease
            }

            .active-1 .feature-cont,.active-2 .testimonial-cont {
                display: block;
                -webkit-animation: fade-in .4s ease;
                animation: fade-in .4s ease
            }

            @-webkit-keyframes fade-in {
                0% {
                    opacity: 0
                }

                to {
                    opacity: 1
                }
            }

            @keyframes fade-in {
                0% {
                    opacity: 0
                }

                to {
                    opacity: 1
                }
            }

            .desc {
                font-size: 14px;
                max-width: 125px;
                line-height: 1.6
            }

            .testimonial-cont,.trusted-cont {
                border-top: 1px solid rgba(11,153,73,.12156862745098039)
            }

            .trusted-cont {
                text-align: left;
                border-bottom: 1px solid rgba(11,153,73,.12156862745098039);
                padding: 30px 0;
                text-align: center
            }

            .trusted-brand-img {
                max-width: 100%;
                width: 550px
            }

            .sec-label {
                font-size: 12px;
                display: inline-block;
                text-transform: uppercase;
                padding-bottom: 20px;
                color: #049546;
                font-family: Zoho Puvi Semibold
            }

            .customer-details-wrap {
                -webkit-box-pack: center;
                -webkit-justify-content: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-box-align: center;
                -webkit-align-items: center;
                -ms-flex-align: center;
                align-items: center
            }

            .customer-details-cont {
                text-align: left;
                font-size: 16px;
                line-height: 1.6
            }

            .customer-name {
                font-family: Zoho Puvi Semibold
            }

            .puvi-medium {
                font-family: Zoho Puvi Medium
            }

            .gap-15 {
                gap: 15px
            }

            .form-container {
                max-width: 445px;
                margin: 30px auto 0
            }

            .form-container h2 {
                padding: 20px 0 10px;
                font-size: 30px;
                line-height: 1.1
            }

            .form-group {
                margin: 18px 0 0;
                position: relative;
                line-height: 1.6;
                background-color: #fff
            }

            .form-group.placeholder-icon:after {
                content: "";
                position: absolute;
                width: 13px;
                height: 13px;
                top: 17px;
                left: 18px;
                background-repeat: no-repeat
            }

            .form-group.placeholder-icon.za-country_code-container:after {
                background-image: url(//cdn.zoho.com.cn/sites/zweb/images/zh-hans/billing/phone-icon.svg)
            }

            .form-group.placeholder-icon.za-country-container:after {
                background-image: url(//cdn.zoho.com.cn/sites/zweb/images/zh-hans/billing/country-icon.svg)
            }

            .form-group.placeholder-icon.za-country_state-container:after {
                background-image: url(//cdn.zoho.com.cn/sites/zweb/images/zh-hans/billing/state-icon.svg)
            }

            .form-control {
                width: 440px;
                height: 46px;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                border-radius: 8px;
                font-size: 14px;
                border: 1px solid #dadada;
                padding-left: 20px;
                -webkit-transition: all .1s ease;
                transition: all .1s ease
            }

            .hide-placeholder::-webkit-input-placeholder {
                opacity: 0
            }

            .hide-placeholder::-moz-placeholder {
                opacity: 0
            }

            .hide-placeholder:-ms-input-placeholder {
                opacity: 0
            }

            .hide-placeholder::-ms-input-placeholder {
                opacity: 0
            }

            .hide-placeholder::placeholder {
                opacity: 0
            }

            select.form-control {
                background: none;
                -webkit-appearance: none;
                -moz-appearance: none;
                appearance: none;
                cursor: pointer;
                padding-left: 40px
            }

            .select-arrow {
                position: absolute;
                right: 18px;
                top: 18px
            }

            .form-group:hover .form-control {
                border: 1px solid #000
            }

            .form-group:hover .form-control:focus,.form-group:hover .form-control:focus-visible {
                border: none
            }

            .form-control:focus,.form-control:focus-visible {
                outline: 2px solid #000;
                border: none
            }

            .form-label {
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                position: absolute;
                top: 0;
                left: 0;
                -webkit-transition: all .1s linear;
                transition: all .1s linear;
                -webkit-transform: translate(10px,12px);
                -ms-transform: translate(10px,12px);
                transform: translate(10px,12px);
                z-index: 1;
                color: #555;
                padding: 0 8px
            }

            .form-label-icon {
                margin-right: 8px;
                width: 13px
            }

            .tos-label>a {
                color: #00ba55
            }

            .ZI-your-done {
                width: 100%
            }

            .ZI-Signin-link {
                padding: 18px 0 30px 0;
            }

            .primary-cta {
                display: inline-block;
                margin-top: 30px
            }

            .primary-cta,.ZI-your-done {
                font-size: 16px;
                font-family: Zoho Puvi Semibold;
                border-radius: 4px;
                background: #00ea6b;
                color: #000;
                padding: 15px 20px;
                cursor: pointer;
                border: none;
                -webkit-transition: all .1s ease;
                transition: all .1s ease;
                text-decoration: none
            }

            .ZI-your-done:hover {
                background: #15c063
            }

            .ZI-your-done:active {
                background: #15c063
            }

            input.ZI-your-done:disabled {
                background-color: #15c063;
                cursor: not-allowed;
                opacity: .3
            }

            .form-group.social {
                margin: 20px 0;
                border-top: 1px solid #e2e2e2;
                padding-top: 20px
            }

            .social-icons-list {
                padding-top: 10px
            }

            .social-icons-list-item {
                width: 80px;
                height: 48px;
                background: #fafafa;
                border: 1px solid #dadada;
                border-radius: 8px;
                -webkit-box-pack: center;
                -webkit-justify-content: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-box-align: center;
                -webkit-align-items: center;
                -ms-flex-align: center;
                align-items: center;
                cursor: pointer
            }

            .social-icon {
                display: block;
                width: 20px;
                height: 20px;
                background-image: url(/billing/signup/images/signup-social-icon-1x.png);
                background-repeat: no-repeat;
                border: none;
                background-color: rgba(0,0,0,0);
                background-size: 280px 17px;
                -webkit-transition: all .3s ease;
                transition: all .3s ease
            }

            .social-icons-list-item:hover {
                border: 1px solid #dadada
            }

            .social-icons-list-item:hover .social-icon {
                -webkit-transform: scale(1.1);
                -ms-transform: scale(1.1);
                transform: scale(1.1)
            }

            .social-icon.google {
                background-position: 3px 3px
            }

            .social-icon.office365 {
                background-position: -64px 3px
            }

            .social-icon.linkedin {
                background-position: -128px 3px
            }

            .social-icon.x {
                background-position: -196px 3px
            }

            .social-icon.fb {
                background-position: -262px 3px
            }

            .form-control {
                background: rgba(0,0,0,0)
            }

            .hide-placeholder:not(:-moz-placeholder-shown)~.form-label {
                transform: translateY(-12px) scale(.8);
                background: #fff;
                z-index: 2;
                color: #000
            }

            .hide-placeholder:not(:-ms-input-placeholder)~.form-label {
                -ms-transform: translateY(-12px) scale(.8);
                transform: translateY(-12px) scale(.8);
                background: #fff;
                z-index: 2;
                color: #000
            }

            .hide-placeholder:focus~.form-label,.hide-placeholder:not(:placeholder-shown)~.form-label {
                -webkit-transform: translateY(-12px) scale(.8);
                -ms-transform: translateY(-12px) scale(.8);
                transform: translateY(-12px) scale(.8);
                background: #fff;
                z-index: 2;
                color: #000
            }

            .hide-placeholder:focus~.form-label path {
                fill: #000
            }

            .field-msg .error {
                display: block;
                padding: 4px 0 0 4px;
                color: #b80000;
                font-size: 12px
            }

            .za-tos-container .change-country-link {
                text-decoration: underline;
                margin-left: 3px
            }

            .za-newsletter-container,.za-tos-container {
                margin: 6px 0 0;
                font-size: 13px;
                line-height: 1.8
            }

            #data-center-name {
                font-size: 12px
            }

            .za-newsletter-container input,.za-newsletter-container label,.za-tos-container .change-country-link,.za-tos-container input,.za-tos-container label {
                cursor: pointer
            }

            .checkbox-align {
                margin: 4px 6px 6px 4px;
                vertical-align: middle
            }

            .align-items-flex-start {
                -webkit-box-align: start;
                -webkit-align-items: flex-start;
                -ms-flex-align: start;
                align-items: flex-start
            }

            .spin svg {
                -webkit-animation: spinner 1s linear infinite;
                animation: spinner 1s linear infinite;
                width: 15px;
                height: 15px;
                position: relative;
                top: 40px;
                left: 30px;
                fill: #fff
            }

            #country_code {
                display: none
            }

            @-webkit-keyframes spinner {
                0% {
                    -webkit-transform: rotate(0deg);
                    transform: rotate(0deg)
                }

                to {
                    -webkit-transform: rotate(1turn);
                    transform: rotate(1turn)
                }
            }

            @keyframes spinner {
                0% {
                    -webkit-transform: rotate(0deg);
                    transform: rotate(0deg)
                }

                to {
                    -webkit-transform: rotate(1turn);
                    transform: rotate(1turn)
                }
            }

            @media screen and (min-width: 1550px) {
                .wrapper {
                    height:100vh
                }
            }

            @media screen and (max-width: 950px) {
                .wrapper {
                    -webkit-box-orient:vertical;
                    -webkit-box-direction: reverse;
                    -webkit-flex-direction: column-reverse;
                    -ms-flex-direction: column-reverse;
                    flex-direction: column-reverse;
                    background: #ebfff5;
                    padding: 0
                }

                .form-container {
                    background: #fff;
                    padding: 7vw;
                    border-radius: 16px
                }

                .form-control,.sec-cont {
                    width: 100%
                }

                .content-wrap {
                    padding: 0
                }

                .content-inner-wrap,.feature-cont,.testimonial-cont {
                    border-top: none
                }
            }

            @media screen and (max-width: 600px) {
                .feature-cont,.testimonial-cont {
                    display:block
                }

                .feature-cont {
                    padding-bottom: 80px
                }

                .nav-icon-container {
                    display: none
                }

                .social-icons-list-item {
                    width: auto;
                    height: auto;
                    border: none;
                    background: none
                }

                .social-icons-list-item:hover {
                    border: none
                }

                .testimonial-cont,.trusted-cont {
                    background: #fff;
                    padding: 5vw
                }

                .heading {
                    font-size: 26px
                }
            }

            @media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min-device-pixel-ratio:2) {
                .social-icon {
                    background-image:url(/billing/signup/images/signup-social-icon-2x.png);
                    @supports (background-image: url("/billing/signup/images/signup-social-icon-2x.webp")) {
                        background-image:url(/billing/signup/images/signup-social-icon-2x.webp)
                    }
                }
            }

            @media screen and (max-width: 450px) {
                .trusted-brand-img {
                    width:275px;
                    height: 93px
                }

                .feature-container {
                    -webkit-box-orient: vertical;
                    -webkit-box-direction: normal;
                    -webkit-flex-direction: column;
                    -ms-flex-direction: column;
                    flex-direction: column;
                    -webkit-box-align: center;
                    -webkit-align-items: center;
                    -ms-flex-align: center;
                    align-items: center
                }
            }



.za-country_code-container select {
    height: 0;
    width: 0;
    border: 0;
    position: absolute
}

.za-country_code-container #rmobile {
    padding-left: 75px
}

.ccodelabel {
    width: 34px;
    position: absolute;
    left: 40px;
    top: 12px;
    font-size: 14px;
    color: #555
}

.otp-background {
    background-color: #131a2b;
    opacity: .75;
    position: fixed;
    z-index: 1001;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0
}

.otp-container {
    border-radius: 15px;
    top: 50%;
    left: 50%;
    max-width: 400px;
    width: 75%;
    background: #fff;
    padding: 30px;
    z-index: 1101;
    position: fixed;
    text-align: center;
    -webkit-box-shadow: 0 0 7px #878d9d;
    box-shadow: 0 0 7px #878d9d;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.otp-field {
    width: 60%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 12px;
    height: auto;
    outline: 0;
    margin: 10px 7px;
    border: 1px solid #d6d6d6;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0
}

.btn-verify {
    padding: 10px 15px;
    font-weight: 600;
    font-size: 13px;
    color: #fff;
    background: #226ed5;
    border: none;
    border-radius: 5px;
    cursor: pointer
}

.close-otp-popup {
    position: absolute;
    top: 13px;
    height: 21px;
    width: 21px;
    right: 13px;
    cursor: pointer
}

.verifytitle {
    padding-top: 23px;
    font-size: 18px;
    font-weight: 600
}

.verifyheader {
    font-size: 13px;
    padding: 15px 0 10px
}

.otpmobile {
    font-size: 15px;
    padding: 10px
}

.change,
.resendotp {
    padding-left: 5px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    color: #2c85ff
}

.otp-popup-img {
    width: 65px;
    height: 65px
}

.za-submitbtn-otp {
    margin-top: 15px
}

.resent-help {
    font-size: 12px;
    color: #929daf
}

.changeloadbtn,
.resendotp.nonclickelem {
    opacity: .3;
    pointer-events: none
}

.signupotpcontainer .field-msg {
    text-align: center;
    padding-top: 5px
}