/*Arabic starts*/

.i18n-ar .features-banner-content h1 span,
.i18n-ar .features-banner-content h5,
.i18n-ar .features-banner-content p,
.i18n-ar .features-banner-content h1 {
    text-align: center;
}

.i18n-ar .region .features-banner-content {
    text-align: center;
}

.i18n-ar .feature-r {
    width: 47%;
    float: left;
}

.i18n-ar .feature-l {
    width: 47%;
    float: right;
}

.i18n-ar .zbase-table li span.icon-heading {
    text-align: right;
}

.i18n-ar .zbase-table li.zp-header span.zp-title {
    padding: 30px 50px 0 10px;
    padding-top: 30px;
    padding-right: 50px;
    padding-bottom: 0px;
    padding-left: 10px;
    text-align: right;
}

.i18n-ar .region .bottom-cta-wrap .content-wrap.animated {
    text-align: center;
}


/*Arabic ends*/

.content-wrap {
    max-width: 1100px;
}

.features-banner-wrap .content-wrap {
    max-width: 100%;
    width: 92%;
    display: flex;
    height: auto;
    align-items: center;
    background: #2a2a2a;
    margin-top: 0px;
}

.features-banner-wrap {
    text-align: center;
}

.features-banner-content {
    padding: 100px;
    width: 100%;
    color: #fff;
}

.features-banner-wrap h1,
.features-banner-wrap h5,
.features-banner-wrap h4,
.features-banner-wrap p {
    /* color: #000000; */
}

.getquote-btn {
    background: #f0483e;
    color: #fff;
}

.features-banner-wrap h4 {
    text-transform: uppercase;
    font-family: var(--zf-primary-bold);
    letter-spacing: 2px;
    margin-bottom: 10px;
    font-size: 20px;
}

.features-banner-wrap h1 {
    max-width: 950px;
    margin: 0px auto 40px;
    font-size: 65px;
    line-height: 1.2;
}

.features-banner-wrap h1 span {
    color: #f0483e;
    font-weight: 700;
    display: block;
}

.features-banner-wrap p {
    font-size: 20px;
    margin-bottom: 30px;
}

.features-banner-wrap p.below-cta {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 0;
    max-width: 500px;
    margin: 0 auto;
}

.features-banner-content a.act-btn {
    width: auto;
    margin: 50px auto 0;
}

.features-banner-wrap h5 {
    font-size: 24px;
    margin-bottom: 10px;
}

.feature-l {
    width: 47%;
    float: left;
}

.feature-r {
    width: 47%;
    float: right;
}

.feature-list-wrap {
    width: 100%;
    display: table;
    max-width: 770px;
    margin: 0 auto;
    padding: 100px 0;
}

.feature-item {
    width: 100%;
    display: inline-block;
    background: #fff;
    box-shadow: 0 6px 20px 0px #f5f5f5;
    margin-top: 50px;
    padding: 30px 30px 60px 30px;
    opacity: 0;
    transform: translateY(70px);
    transition: all 0.5s ease-in-out;
}

.masonry-animate.feature-item {
    transform: translateY(0px);
    opacity: 1;
}

.feature-l h2 {
    font-size: 55px;
    max-width: 66%;
}

.feature-item h4 {
    color: #ef4840;
    text-align: center;
    font-size: 28px;
}

.feature-item p {
    text-align: center;
    font-size: 18px;
}

.f-image img {
    max-width: 60%;
    margin: 0 auto 30px;
    display: block;
}

.feature-item a {
    text-align: center;
    margin: 0 auto;
    display: table;
    position: relative;
    font-size: 14px;
    text-transform: uppercase;
}

.feature-item a:before,
.feature-item a:after {
    content: "";
    position: absolute;
    background-color: #03a9f5;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 12px;
    right: -12px;
    transition: all 0.2s;
    width: 6px;
}

.feature-item a:before {
    transform: rotate(40deg);
    transform-origin: top right;
    right: -12px;
    top: 10px;
}

.feature-item a:after {
    transform: rotate(-40deg);
}


/* zbase table */

.box-section {
    background: #fafafa;
    padding: 100px 0 100px;
}

.box-section h2 {
    text-align: center;
    font-size: 55px;
}

.zbase-table {
    padding: 60px 0;
    margin-bottom: 80px;
    max-width: 900px;
    margin: 0 auto;
}

.zbase-table ul {
    /*    border: 1px solid #e6e6e6;*/
}

.zbase-table ul li {
    display: flex;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    min-height: 54px;
    width: 100%;
    background: none;
    flex-wrap: wrap;
}

.zbase-table li:first-child span {
    font-size: 22px;
}

.zbase-table ul li>span {
    box-sizing: border-box;
    color: #000;
    display: table-cell;
    float: none;
    font-size: 16px;
    list-style: outside none none;
    margin: 0;
    padding: 15px 2%;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 33.333%;
    z-index: 2;
}

.zbase-table ul li>span:before {
    position: absolute;
    width: 69%;
    height: 1px;
    content: "";
    background: #f1f1f1;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    z-index: 9999;
}

.zbase-table ul li span:nth-child(3):after {
    position: absolute;
    top: 0;
    bottom: 0;
    content: "";
    background: #fff;
    width: auto;
    left: 18px;
    right: 18px;
    border-left: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;
}

.zbase-table ul li:first-child>span:before {
    display: none;
}

.zbase-table ul li>span.icon-heading {
    font-size: 18px;
    padding: 10px 50px;
}

.zbase-table ul li span:nth-child(3) {
    padding: 0px 2%;
}

.zbase-table li span.icon-heading {
    text-align: left;
}

.zbase-table li span:nth-child(2) {
    background: none repeat scroll 0 0 #fff;
    display: inline-block;
    padding: 30px;
    position: relative;
    border-left: 0px solid #f1f1f1;
    border-right: 0px solid #f1f1f1;
    position: relative;
    z-index: 30;
    background: #2a2a2a;
}

.zbase-table li span:nth-child(2) span {
    color: #fed500;
}

.zbase-table li span:nth-child(3) {
    background: none;
}

.zbase-table li span:nth-child(3) span {
    z-index: 999;
}

.zbase-table li span:nth-child(3) span.zdesc {
    position: relative;
    display: inline-block;
    padding-top: 20px;
}

.zbase-table li span:nth-child(2)::before {
    position: absolute;
    width: 80%;
    height: 1px;
    content: "";
    background: #474747;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
}

.zbase-table li:last-child span:nth-child(4):after {
    top: auto;
    bottom: -30px;
    box-shadow: 0px 26px 73px 0px rgba(0, 0, 0, 0.32);
    -webkit-box-shadow: 0px 26px 73px 0px rgba(0, 0, 0, 0.32);
}

.zbase-table ul li.last-child span {
    padding-bottom: 50px;
}

.zbase-table ul li.last-child span.icon-heading:before {
    display: none;
}

.zbase-table ul li.last-child span:nth-child(3) {
    padding-bottom: 0;
}

.zbase-table ul li.last-child span:nth-child(3):before {
    width: 88%;
}

.zbase-table li span.company-logo.logo1:before {
    content: "";
    /*background-image: url(/sites/zweb/images/workplace/wp-sprites-rack.png);*/
background-image: var(--zp-workplace-dark);
    background-repeat: no-repeat;
    /*background-size: 920px auto;
    width: 226px;
    height: 60px;*/
width: 180px;
    height: 47px;
    display: block;
    top: 30px;
    margin: 0 auto;
    background-color: transparent;
    background-position: 0 0;
}

.zbase-table li span.company-logo.logo2 span {
    position: absolute;
    left: 6%;
    right: 6%;
    width: auto;
    top: 0px;
    border-top: 1px solid #f1f1f1;
}

.zbase-table li:first-child span:nth-child(3) {
    padding: 60px 10px;
}

.zbase-table li:first-child span:nth-child(2) {
    padding: 43px 0;
}

.zbase-table li span.company-logo.logo2 span:before {
    content: "";
    background-image: url(/sites/zweb/images/otherbrandlogos/rackspace-technology.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 165px;
    height: 53px;
    display: block;
    margin: 30px auto;
    background-color: transparent;
}

.bottom-cta-wrap {
    background: #000;
}

.bottom-cta-wrap .content-wrap h2 {
    color: #fff;
    font-size: 55px;
    text-align: center;
    margin-bottom: 20px;
    max-width: 810px;
}

.bottom-cta-wrap .content-wrap h2 span {
    color: #ef4840;
}

.bottom-cta-wrap .content-wrap {
    padding: 100px 0;
}

.zcircle-tick {
    height: 22px;
    width: 22px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.zcircle-tick:after,
.zcircle-tick:before {
    background: #00933c none repeat scroll 0 0;
    content: "";
    height: 3px;
    left: 4px;
    position: absolute;
    top: 13px;
    transform: rotate(45deg);
    width: 7px;
}

.zcircle-tick:before {
    left: 6px;
    top: 10px;
    transform: rotate(-52deg);
    width: 15px;
}

.zbase-table li span:nth-child(3) span.zcircle-tick:after,
.zbase-table li span:nth-child(3) span.zcircle-tick:before {
    background: #00933c none repeat scroll 0 0;
    height: 3px;
    left: 9px;
    position: absolute;
    top: 12px;
    transform: rotate(45deg);
    width: 7px;
}

.zbase-table li span:nth-child(3) span.zcircle-tick:before {
    left: 11px;
    top: 9px;
    transform: rotate(-52deg);
    width: 15px;
}

.zcircle-tick {
    height: 22px;
    width: 22px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.zcircle-cross {
    height: 22px;
    width: 22px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.zcircle-cross:after,
.zcircle-cross:before {
    background: #ff3231 none repeat scroll 0 0;
    content: "";
    height: 3px;
    left: 49%;
    position: absolute;
    top: 12px;
    transform: rotate(45deg);
    width: 15px;
}

.zcircle-cross:before {
    transform: rotate(-50deg);
    width: 15px;
}

.footer_left {
    padding: 0 50px;
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
}

.footer-right {
    width: 50%;
}

.footer-cta-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.bottom-cta-wrap .content-wrap {
    max-width: 1000px;
}

a.download-pdf {
    text-align: center;
    display: block;
    font-size: 20px;
    margin: auto;
    max-width: fit-content;
}

.umain .bottom-cta-wrap .button {
    display: inline-block;
}

.umain .footer_left {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
}

.bottom-cta-wrap .content-wrap {
    padding: 100px 0 110px 0;
}

.zp-header.fixed {
    position: fixed;
    max-width: 900px;
    top: 65px;
    margin: 0 auto;
    z-index: 35;
}

.zp-header.fixed span:first-child {
    background: #fff;
    box-shadow: 0px 1px 4px 0px #0000000a;
}

.zbase-table li.zp-header.fixed span:nth-child(2),
.zbase-table li.zp-header.fixed span.company-logo.logo2 span {
    box-shadow: 0px 1px 4px 0px #0000000a;
}

.zbase-table li.zp-header span.zp-title {
    padding: 30px 10px 0 50px;
    font-size: 24px;
    text-align: left;
    font-weight: bold;
    background: #fafafa;
}

.zbase-table li.zp-header.fixed span.company-logo.logo2 span {
    height: 100%;
}

.zbase-table li.zp-header.fixed span:nth-child(3) {
    /* padding: 45px 0px; */
}

.zbase-table li.zp-header.fixed span:nth-child(2) {
    padding: 35px 0;
}

@media only screen and (min-width: 1440px) {
    .features-banner-wrap .content-wrap {
        height: 82vh;
    }
}

@media only screen and (max-width: 1441px) {
    .features-banner-wrap h1 {
        max-width: 850px;
        font-size: 55px;
    }
    .features-banner-wrap h5 {
        font-size: 22px;
    }
    .features-banner-content {
        padding: 100px;
    }
}

@media only screen and (max-width: 1200px) {
    .zp-header.fixed {
        top: 0;
        position: static;
    }
    .zbase-table ul li.fixed-head-ht {
        height: 0 !important;
        min-height: 0;
    }
}

@media only screen and (max-width: 991px) {
    .feature-list-wrap {
        width: 90%;
    }
    .feature-l h2 {
        /* font-size: 40px; */
    }
    .zbase-table {
        /* min-width: 750px; */
    }
    .features-banner-wrap .content-wrap {
        height: auto;
    }
    .feature-l h2,
    .box-section h2,
    .bottom-cta-wrap .content-wrap h2 {
        font-size: 40px;
    }
    .feature-item h4 {
        font-size: 25px;
    }
    .features-banner-content {
        padding: 80px 100px 80px 100px;
    }
    .feature-list-wrap {
        padding: 80px 0 100px;
    }
    .box-section {
        padding: 80px 0 80px;
    }
    .zbase-table {
        padding-bottom: 0;
    }
    a.download-pdf {
        margin-top: 50px;
    }
    .bottom-cta-wrap .content-wrap {
        padding: 75px 0 85px 0;
    }
}

@media only screen and (max-width: 767px) {
    .feature-l,
    .feature-r,
    .i18n-ar .feature-l,
    .i18n-ar .feature-r {
        width: 100%;
    }
    .feature-l {
        display: flex;
        flex-direction: column;
    }
    .feature-l h2 {
        order: 1;
    }
    .feature-l .feature-item:nth-of-type(1) {
        order: 2;
    }
    .feature-l .feature-item:nth-of-type(2) {
        order: 4;
    }
    .feature-l .feature-item:nth-of-type(3) {
        order: 3;
    }
    .feature-l .feature-item:nth-of-type(4) {
        order: 5;
    }
    .feature-item {
        opacity: 1;
        transform: translateY(0);
        padding: 40px 40px;
    }
    .features-banner-content {
        padding: 70px 30px;
    }
    .maincontainer {
        /* overflow: scroll; */
    }
    .bottom-cta-wrap .content-wrap h2 {
        /* font-size: 30px; */
    }
    .features-banner-wrap h1 {
        font-size: 40px;
        line-height: 1.5;
    }
    .footer_left {
        padding: 0;
        width: 100%;
        text-align: left;
    }
    .footer-cta-wrap {
        max-width: 400px;
        margin: 0 auto;
    }
    .features-banner-wrap h1 {
        font-size: 38px;
        font-weight: 300;
        line-height: 49px;
    }
    .features-banner-wrap h5 {
        font-size: 21px;
        /* margin-bottom: 0px; */
        line-height: 1.3;
    }
    .box-section h2 {
        font-size: 30px;
    }
    .bottom-cta-wrap .content-wrap h2 {
        /* font-size: 30px; */
    }
    .footer-cta-wrap {
        max-width: 400px;
        margin: 0 auto;
    }
    .zbase-table {
        /* min-width: 350px; */
        padding-top: 40px;
    }
    .zbase-table li span.company-logo.logo1:before {
        /* background-size: 820px auto;
        width: 76px;
        top: 20px;
        background-position: -320px; */
    }
    .zbase-table li span.company-logo.logo2 span:before {
        /* background-size: 1060px auto;
        width: 38px;
        height: 65px;
        display: block;
        background-position: -893px; */
    }
    .zbase-table li span.company-logo.logo1:before {
        transform: scale(.8);
        top: 38px;
    }
    .zbase-table li span.company-logo.logo2 span:before {
        transform: scale(.8);
        margin: 34px auto;
    }
    .zbase-table ul li>span.icon-heading {
        padding: 10px;
    }
    .feature-l h2,
    .box-section h2,
    .bottom-cta-wrap .content-wrap h2 {
        font-size: 32px;
    }
    .box-section {
        padding: 60px 0 55px;
    }
    .feature-list-wrap {
        padding: 60px 0 70px;
    }
    .feature-l h2 {
        max-width: 100%;
        text-align: center;
    }
    .feature-item {
        /* padding: 40px; */
    }
    .feature-item p {
        margin-bottom: 0;
    }
    .bottom-cta-wrap .content-wrap {
        padding: 50px 0 60px;
    }
    .feature-item h4 {
        font-size: 22px;
    }
    .feature-item p {
        font-size: 15px;
    }
    .zbase-table ul {
        width: 750px;
    }
    .zbase-table {
        /* min-width: 350px; */
        overflow: hidden;
        overflow-x: scroll;
    }
    .zbase-table ul li>span:first-child {
        width: 40%;
    }
    .zbase-table ul li>span {
        width: 30%;
    }
    a.download-pdf {
        font-size: 16px;
    }
    .zbase-table ul li>span.icon-heading:first-child {
        padding: 19px 0;
    }
    .zbase-table li.zp-header span.zp-title {
        padding-top: 42px;
    }
}

@media only screen and (max-width: 480px) {
    .footer_left,
    .footer-right {
        width: 100%;
    }
    .footer_left {}
    .zbase-table li.zp-header span.zp-title,
    .zbase-table ul li>span.icon-heading {
        /* width: 40%; */
    }
    .zbase-table li span:nth-child(2) {
        /* width: 15%; */
    }
    .zbase-table li span:nth-child(3) {
        /* width: 15%; */
    }
    .zbase-table li span.company-logo.logo1:before {
        /* background-size: 830px auto;
        width: 76px;
        top: 20px;
        background-position: -326px; */
    }
    .zbase-table li span.company-logo.logo2 span:before {
        /* background-size: 960px auto;
        width: 38px;
        height: 65px;
        display: block;
        background-position: -804px; */
    }
    .zbase-table ul li>span.icon-heading {
        font-size: 14px;
    }
    .zcircle-tick {
        width: 25px;
    }
    .zcircle-cross:after,
    .zcircle-cross:before {
        left: 37%;
    }
    .features-banner-wrap h1 {
        font-size: 34px;
        line-height: 42px;
        margin-bottom: 30px;
    }
    .f-image img {
        max-width: 120px;
    }
    .feature-l h2,
    .box-section h2,
    .bottom-cta-wrap .content-wrap h2 {
        font-size: 28px;
    }
    .feature-item {
        padding: 25px;
    }
    .feature-item h4 {
        font-size: 18px;
    }
    .zbase-table li.zp-header span.zp-title,
    .zbase-table ul li>span.icon-heading {
        /* width: 35%; */
    }
    .zbase-table li span:nth-child(2) {
        /* width: 26%; */
    }
    .zbase-table ul {
        width: 620px;
    }
    .zbase-table ul li>span {
        width: 33%;
    }
    .zbase-table ul li>span:first-child {
        width: 34%;
    }
    .zbase-table ul li>span.icon-heading:first-child {
        padding-right: 10px;
    }
    .zbase-table li span.company-logo.logo1:before {
        transform: scale(.7) translateX(0px);
    }
    .i18n-ar .zbase-table li span.company-logo.logo1:before {
        transform: scale(.7) translateX(0px);
    }
    .zbase-table li span.company-logo.logo2 span:before {
        transform: scale(.7) translateX(-0px);
    }
    .i18n-ar .zbase-table li span.company-logo.logo2 span:before {
        transform: scale(.7) translateX(0px);
    }
}

.signup-box {
    background: #fff;
    padding: 20px;
    max-width: 400px;
}

.signup-box * {
    box-sizing: border-box;
}

.signup-box form>div {
    position: relative;
}

.signup-form {
    max-width: 365px;
    margin: 0 0 0 auto;
    min-height: 410px;
}

.signup-heading {
    text-transform: uppercase;
    font-size: 16px;
    color: #000;
    font-weight: 600;
}

.za-newsletter-container {
    margin-top: 10px;
    padding-left: 15px;
    position: relative;
}

.signup-box input,
form .za-country-container .globalcountrycode-signup {
    color: #000;
    padding: 14px 12px;
    border: none;
    display: block;
    width: 100%;
    margin: 15px 0 0;
    font-size: 14px;
    background: #fff;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    z-index: 1;
    transition: 0.5s ease;
    border-radius: 0;
    border: 1px solid #efefef;
}

form .za-country-container .globalcountrycode-signup {
    background: 0 0 !important;
}

form .za-country-container {
    position: relative;
    background: #fff;
}

form .za-country-container.za-country-container-arrow::after {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #666;
    position: absolute;
    right: 12px;
    top: 20px;
    content: "";
    display: block;
}

.signup-box input[type="password"]:focus,
.signup-box input[type="text"]:focus,
form .za-country-container .globalcountrycode-signup:focus {
    border-color: #03a9f5;
}

.za-tos-container .field-msg {
    margin-top: 12px;
}

.za-captcha-container .za-captcha {
    margin-top: 5px;
}

.za-refresh-captcha {
    height: 30px;
    width: 30px;
    display: inline-block;
    background: url(/sites/zweb/images/workplace/captcha-reload.png) no-repeat #fff;
    margin-left: 5px;
    cursor: pointer;
}

.field-error .field-msg {
    display: block;
}

.sign_agree.field-error {
    margin-bottom: 25px;
}

.phone-field #country_code,
.phone-field .downarrow {
    position: absolute;
    top: 13px;
    left: 12px;
    pointer-events: none;
    font-size: 12px;
}

.phone-field .downarrow {
    top: 20px;
    left: 55px;
    width: 0;
    height: 0;
    border-top: 6px solid #000;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}

.phone-field .za_country_code {
    width: 70px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    height: 50px;
    z-index: 9999;
    cursor: pointer;
}

.phone-field input.phoneno-field {
    padding-left: 75px;
    margin-bottom: 10px;
}

.signup-box .error,
.za-email-suggestion .za-domain-error {
    color: red;
    font-size: 12px;
    line-height: 1.5;
}

.za-email-container a {
    color: #000;
    text-decoration: underline;
    margin-left: 5px;
}

.signup-box form>.field-msg {
    position: relative;
    bottom: auto;
    left: auto;
    margin-bottom: 10px;
}

.signup-box .za-captcha-container+p {
    margin: 0;
}

.signup-box .sign_agree {
    font-size: 12px;
    display: inline-block;
    line-height: 1.4;
    color: #333;
}

.signup-box .sign_agree a {
    color: #333;
    text-decoration: underline;
}

.sgnbtn input[type="submit"] {
    font-size: 16px;
    line-height: 45px;
    padding: 0 60px;
    background: #f0483e;
    text-align: center;
    text-transform: uppercase;
    border: 0;
    color: #fff;
    width: 100%;
    cursor: pointer;
    font-weight: 600;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.signup-box .password-strength {
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: -7px;
}

.password-strength div {
    background: #fe0000;
    height: 5px;
    width: 0;
}

.get-signup-plan {
    margin: 10px 0;
}

.get-signup-plan input[type="radio"] {
    margin: 0 5px 0 2px;
    border: none;
    position: relative;
    vertical-align: middle;
    width: 16px;
    background: 0 0;
    padding: 0;
    display: inline-block;
    height: 16px;
    line-height: 16px;
}

.get-signup-plan input[type="radio"]:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    background: #fff;
    border: 1px solid #666;
    left: -2px;
    top: -2px;
    border-radius: 100%;
    pointer-events: none;
}

.get-signup-plan input[type="radio"]:after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background: #fff;
    left: 3px;
    top: 3px;
    border-radius: 100%;
    pointer-events: none;
}

.get-signup-plan input[type="radio"].zactive:after,
.get-signup-plan input[type="radio"]:checked:after {
    background: #666;
}

.get-signup-plan label {
    margin: 0 20px 0 0;
    font-size: 14px;
    position: relative;
    top: -1px;
    cursor: pointer;
}

.personal-email {
    display: none;
}

.business-email+form+.socl-signup {
    display: none;
}


/*******Mobile number Select with Country Code******/

.za-country_code-container,
.za-remobile-container {
    position: relative;
    margin: 15px 0 25px;
}

.ccodelabelimg {
    display: none;
}

.za-country_code-container select,
.za-remobile-container select {
    opacity: 0;
    width: 80px;
    height: 45px;
    border: none;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 10px;
    line-height: 25px;
    background: #fff;
    text-indent: -99999px;
    cursor: pointer;
}

#countryCodeDiv,
#countryconfirmCodeDiv {
    background-color: #fff;
    width: 80px;
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
    line-height: 25px;
    padding: 10px 0 10px 10px;
    font-size: 14px;
    color: #666;
    pointer-events: none;
}

#countryCodeDiv:before,
#countryconfirmCodeDiv:before {
    position: absolute;
    content: "";
    left: 60px;
    top: 18px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #efefef;
}

.za-country_code-container input,
.za-remobile-container input {
    position: absolute;
    left: 80px;
    top: 0;
    margin-top: 0;
    width: 280px;
}

.personal-email {
    display: none;
}

.business-email p {
    font-size: 14px;
}

.za-username-container {
    position: relative;
}

.za-username-container input {
    padding-right: 100px;
}

label#defdomdiv {
    position: absolute;
    top: 0;
    right: 10px;
    z-index: 1;
    padding: 10px 0;
    line-height: 25px;
    font-size: 14px;
    color: #666;
}

.two-col-input {
    overflow: hidden;
}

.two-col-input .sgfrm {
    display: inline-block;
    width: 49%;
    float: left;
}

.two-col-input .sgfrm:first-child {
    margin-right: 2%;
}

.two-col-input .sgfrm .field-msg {
    bottom: 5px;
}


/*******Mobile number Select with Country Code******/

@media only screen and (max-width: 991px) {
    .signup-form {
        margin: 60px auto 0;
        padding: 30px;
        max-width: 500px;
        background: rgba(255, 235, 235, 0.57);
        border-radius: 5px;
    }
    .bottom-cta-wrap .content-wrap h2 {
        /* font-size: 40px; */
    }
    .footer_left {
        width: 100%;
        padding: 0 30px;
    }
    .signup-box {
        width: 350px;
    }
    .za-country_code-container input,
    .za-remobile-container input {
        width: 230px;
    }
    .signup-box {
        float: right;
    }
}

@media only screen and (max-width: 767px) {
    .zbase-table li.zp-header span.zp-title {
        padding-left: 0px;
    }
    .i18n-ar .zbase-table li.zp-header span.zp-title {
        padding-right: 0px;
    }
    .signup-box {
        display: table;
        margin: 0 auto;
    }
    .footer-right {
        width: 100%;
    }
    .footer_left {
        padding: 0 30px;
        width: 100%;
        text-align: center;
    }
    .features-banner-wrap {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 480px) {
    .i18n-ar .zbase-table li.zp-header span.zp-title {
        padding-right: 10px;
    }
}

@media only screen and (max-width: 375px) {
    .za-country_code-container input,
    .za-remobile-container input {
        width: 200px;
    }
    .signup-box {
        width: 320px;
    }
}

.i18n-id .features-banner-wrap h1,
.i18n-vi .features-banner-wrap h1 {
    font-size: 55px;
}


/*.i18n-id .bottom-cta-wrap .content-wrap h2, .i18n-it .bottom-cta-wrap .content-wrap h2, .i18n-es-xl .bottom-cta-wrap .content-wrap h2, .i18n-th .bottom-cta-wrap .content-wrap h2 {
font-size:43px;
}*/

.i18n-fr .feature-l h2 {
    max-width: 325px;
}

.lang-id .features-banner-wrap p.below-cta,
.lang-jp .features-banner-wrap p.below-cta,
.lang-th .features-banner-wrap p.below-cta {
    max-width: 530px;
}

.i18n-ar .features-banner-content {
    text-align: center;
}

.i18n-ar .bottom-cta-wrap .content-wrap {
    text-align: center;
}

.other-lang .bottom-cta-wrap .content-wrap h2 {
    font-size: 41px;
}