.main-container-wrapper:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 500px;
    left: 0;
    top: 0;
    background: #e3f7ff;
    background: -moz-linear-gradient(top, #e3f7ff 0%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #e3f7ff 0%, #ffffff 100%);
    background: linear-gradient(to bottom, #e3f7ff 0%, #ffffff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e3f7ff', endColorstr='#ffffff', GradientType=0);
}
span.ztarm {
    display: block;
    text-align: right;
    font-size: 14px;
}
.content-wrap.license-box {
    overflow: unset;
    box-shadow: unset;
    text-align: center;
margin-top: 0;
padding: 0;
}
@media only screen and (max-width: 767px){
 .content-wrap.license-box {max-width: 420px !important;width: 90%;}   
 span.ztarm {
    display: block;
    text-align: right;
    margin-top: 5px;
    text-align: center;
}
}
span.us {
    display:none
}
.ccode-us span.us {
    display:block
}
/*Arabic style starts*/
.i18n-ar .highlighted-box p{
    padding-right: 40px;
}
.i18n-ar .highlighted-box p:before {
    right: 20px;
}
.i18n-ar div#zplan3 {
    border: 1px solid #e5e5e5;
}
.i18n-ar .pricing-wrap .content-wrap .product-block {
    border-right: 1px solid #e5e5e5;
    border-left: none;
}
.i18n-ar span.ztarm{
    text-align: left;
}
/*Arabic style ends*/