/*Arabic starts*/
.lang-rtl a.logged-in , .lang-rtl .zbanner-section *{
    text-align: center;
}
.lang-rtl .region .download-desktop.download-desktop-bottom.zcol-5 {
    text-align: left;
}

.i18n-he .menu li.last .dropdown-menu{right: unset; left:0 !important;}
/*Arabic ends*/

.zbanner-section p {
    max-width: 790px;
    margin: 0 auto 15px;
}
.zbanner-section{
    margin: 80px auto 0;
}
h1 {
    font-family: var(--zf-secondary-bold);
    font-size: 46px;
    margin-bottom: 15px;
}
tr:first-child th,table{
    background-color:white;
}

body::before{
       //background: #e9f6ff;
        content: '';
        position: absolute;
        width: 100%;
        height: 570px;
        left: 0;
        top: 0;
        z-index: -1;
}
@media screen and (max-width:767px){
.zbanner-section {
    margin: 30px auto 0;
}
    h1{
        font-size: 36px;
    max-width: 570px;
    margin: 0 auto 15px;

}
}
@media screen and (max-width:480px){
    h1{
    font-size: 28px;
    }
}
@media only screen and (max-width: 1199px){
.ztable-header-fixed.zshow {
    top: 0;
}
}
@media only screen and (max-width: 992px){
 .lang-rtl .ztable-header-fixed.zshow{
        left:auto;
        right:0;
    }
}