.za_country_code {
    min-height: 50px;
}
#countryCodeDiv {
    height: 48px;
    box-sizing: border-box;
    left: 1px;
    top: 1px;
    border-right: 1px solid #000000;
}
.sgfrm .za-country_code-container input {
    border: 1px solid #000
}
.testimonial-content > span{display:none}
.za-confirm{display:none !important}

/* Arabic Style Start */
@media only screen and (max-width: 767px){
    .i18n-ar .crm-soc-logo,.i18n-ar h3, .i18n-ar .z-product{
        text-align: center;
    }
}
.i18n-ar #countryCodeDiv{
    right: 0;
    left: auto;
    padding: 10px 10px 10px 0px;
    border-left: 1px solid #000000;
}
.i18n-ar .za-country_code-container input {
    left: auto;
    right: 0px;
    padding-right: 90px;
    padding-left: 0;
    border-left: 1px solid #000000;
}
.i18n-ar #countryCodeDiv:before {
    left: unset;
    right: 60px;
}
.i18n-ar p.zcountry-info.zshow {
    float: right;
}
/* Arabic Style End */