* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    font-family: var(--zf-primary-regular), sans-serif;
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    line-height: 1.5em;
    color: #333;
    overflow-x: hidden;
}
body {
    font-size: 18px;
    font-family: var(--zf-primary-regular), sans-serif;
    margin: 0;
    padding: 0;
    background: #fff;
}
button, input, select, textarea {
    font-family: var(--zf-primary-regular), sans-serif;
}
/*** Links ***/

a {
    text-decoration: none;
    outline: 0;
    transition: color ease .2s;
}
a:visited {
    color: #2a6496;
}
a:hover, a:focus {
    color: #2a6496;
}
a:active {
    color: #2a6496;
}
/*** Lists ****/

ol ol, ol ul, ul ol, ul ul {
    margin: 0;
}
nav ul, nav ol {
    list-style: none;
    list-style-image: none;
}
video, iframe {
    border: 0;
    -ms-interpolation-mode: bicubic;
    max-width: 100%;
    height: auto;
    width: auto;
    vertical-align: middle;
    position: relative;
}
/**** Styling ****/

p, pre {
    margin: 1.5em 0;
}
blockquote {
    margin: 1.5em 30px;
}
h1 {
    font-family: var(--zf-primary-bold), sans-serif;
    font-size: 44px;
    line-height: 1.2em;
    margin-top: 0.5em;
    margin-bottom: 0.2em;
    font-weight: 400;
    color: #222;
}
h2 {
    font-family: var(--zf-primary-semibold), sans-serif;
    font-size: 36px;
    line-height: 1.3em;
    margin-top: 0em;
    margin-bottom: 0.5em;
    font-weight: normal;
    color: #000;
}
h3 {
    font-family: var(--zf-primary-semibold), sans-serif;
    font-size: 26px;
    line-height: 1.3em;
    margin-top: 0.75em;
    margin-bottom: 0.75em;
    font-weight: normal;
    color: #333;
}
h4 {
    font-size: 18px;
    line-height: 1.5em;
    font-weight: normal;
    color: #333;
    font-family: var(--zf-primary-semibold), sans-serif;
}
h5 {
    font-family: var(--zf-primary-regular), sans-serif;
    font-size: 18px;
    line-height: 1.25em;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    font-weight: normal;
}
h6 {
    font-family: var(--zf-primary-regular), sans-serif;
    font-size: 16px;
    line-height: 1.25em;
    margin-top: 1em;
    margin-bottom: 1em;
    font-weight: normal;
}
p {
    font-family: var(--zf-primary-regular), sans-serif;
    line-height: 1.5em;
    margin: 0.6em 0;
    font-size: 18px;
    color: #353535;
    font-weight: lighter;
}
ul li {
    cursor: pointer;
    list-style-type: none;
}
.zs_padding_null {
    padding: 0;
}
.zs_margin_null {
    margin: 0;
}
.zs_paddingtop {
    padding-top: 15px;
}
.zs_margintop {
    margin-top: 15px;
}
.zs_paddingbottom {
    padding-bottom: 15px;
}
.zs_marginbottom {
    margin-bottom: 15px;
}
.zs_paddingtop_small {
    padding-top: 30px;
}
.zs_paddingbottom_small {
    padding-bottom: 30px;
}
.zs_margintop_small {
    margin-top: 30px;
}
.zs_marginbottom_small {
    margin-bottom: 30px;
}
.zs_center {
    text-align: center;
}
.zs_flex {
    display: flex;
    justify-content: center;
    align-items: center;
}
.zs_tablecell {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}
.zs_inlineblock {
    display: inline-block;
    vertical-align: middle;
}
.zs_table {
    display: table;
    table-layout: fixed;
}
.zs_hidden {
    display: block;
}
.zs_pos_r {
    position: relative;
}
.zs-mrkt-w-100{
    width: 100%;
}
.zs-mrkt-h-100{
    height: 100%;
}
.zs_margin_center {
    margin: 0 auto;
}
.zs_section_container {
    max-width: 1340px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0px;
}
.zs_paddingtopbottom_small {
    padding: 30px 0;
}
.zs_margintopbottom_small {
    margin: 90px 0;
}
.zs_paddingtop_large {
    padding-top: 50px;
}
.zs_paddingbottom_large {
    padding-bottom: 50px;
}
.zs_margintop_large {
    margin-top: 50px;
}
.zs_paddingtopbottom_large {
    padding: 50px 0;
}
.zs_margintopbottom_large {
    margin: 100px 0;
}
.zs_block {
    display: block;
}
.zs_alignright {
    text-align: right;
}
.zs_alignleft {
    text-align: left;
}
.zs_head_content {
    margin: auto;
    max-width: 70%;
}

/** custom css **/
.zs_title_banner{

}
.zs_subtitle_banner {
  width: 70%;
  display: inline-block;
  padding-bottom: 10px;
}
.zs_group_content {
    width: 75%;
    margin: 0 auto;
}
.zs_title{
  text-align: center;
  width: 50%;
  margin: 20px auto;
}
.zs_line{
  width: 100px;
  border: 1px solid #4D84FF;
  margin: 20px auto;
}
.grid_container{
  margin: auto;
  width: 65%;
}
.zs_icons {
    height: 88px;
    width: 88px;
    padding: 18px;
}
.zs_showlogo{
  height:79px;
  width: 79px;
  margin: auto;
}
.zs_grid{
  display: grid;
  grid-template-columns: auto auto auto;
}
.zs_show-logo{
  height: 79px;
  width: 79px;
  margin-bottom: 10px;
}
.zs_grid_items{
  height: 180px;
  width: 180px;
  margin: 10px auto;
  padding: 10px;
  border-bottom: 1px solid #E8ECFD;
}
.zs_icon_circle{
  height:88px;
  width: 88px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 9px 15px 20px #9ba7fb33;
  margin: auto;
}
.zs_icon_name{
  font-size: 16px;
  text-align: center;
  margin: auto;
  line-height: inherit;
  padding-top: 15px;
}
.zs_realtime{
  margin-top: 50px;
}
.zs_share{
  margin-top: 60px;
}
.zs_section_img{
  width: 80%;
}
.zs_flex_container{
  padding: 25px;
}
.zs_section_content{
  width: 60%;
}
.zs_two_col{
  width: 85%;
  margin: auto;
}

.create-new-btn a{

}
.create-new-btn a:visited {
    color: #fff;
}
.create-new-btn a:hover, a:focus {
    color: #fff;
}
.create-new-btn a:active {
    color: #fff;
}
.zs_audio_video .zs_section_content {
  margin:auto;
  text-align:center;
  width: 85%;
}
.zs_audio_video .zs_section_content .zs_section_title{
   margin:auto;
   text-align:center;
   width: 65%;
   margin-bottom: 20px;
}

.zs_audio_video .zs_section_img {
  margin:auto;
}
.zs_banner_img{
  animation: fadein .5s linear;
  animation-fill-mode: forwards;
}
@keyframes fadein {
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}
.zs_banner_img_align{
    width: 90%;
    margin: auto;
}
/** custom css end **/


/*** media query start ***/

@media only screen and (max-width: 1880px) {
  .zs_banner_img_align img{
    height: 100%;
  }
}
/* @media only screen and (max-width: 1320px) {
  .zs_banner_img_align img{
    height: inherit;
  }
} */
@media only screen and (max-width: 1100px) {
  .zs_two_col{
    width: 95%;
  }
}
@media only screen and (max-width: 980px) {
  .zs_title_banner{

  }
  .zs_subtitle_banner{
    width: 90%;
  }
}
@media only screen and (max-width: 920px) {
  .grid_container{
    width: 80%;
  }
  .zs_title{
    width: 80%;
  }

.zs_section_title{
    font-size: 28px;

  }
  .zs_section_subtitle{
    font-size: 15px;
  }
}
@media only screen and (max-width: 780px) {
    .i18n-ar .zs_flex p.zs_section_subtitle, .i18n-ar .zs_flex h3 {
        text-align: center;
    }
    .zs-mrkt-mobileBlock{
flex-direction: row-reverse;

    }
  .grid_container{
    width: 90%;
  }
.zs_section_title{
    padding: 0 20px;
  }
  .zs_title{
    width: 90%;
  }
  .zs_two_col{
    display: flex;
    flex-direction: column;
  }
  .zs_two_col.zs-mrkt-mobileBlock {
    flex-direction: column-reverse;
  }
  .zs_display{
      display: none;
  }
 
  .zs_section_content{
     width: 95%;
     margin: auto;
     text-align: center;
     padding: 5px;
  }
  .zs_section_img{
    margin: auto;
  }
  .zs_title{
    font-size: 28px;
  }
  .zs_show-logo{
    height: 65px;
    width: 65px;
  }
  .zs_showlogo{
    height: 65px;
    width: 65px;
  }
.zs_audio_video .zs_section_content {
  width: 95%;
}
.zs_audio_video .zs_section_content .zs_section_title{
   width: 100%;
}

}
@media only screen and (max-width: 720px) {
  .zs_grid {
      grid-template-columns: auto auto;
  }
  .zs_realtime{
        margin: 10px auto;
  }
  .zs_share{
        margin: 10px auto;
  }
  .zs_title_banner{
    font-size: 32px;
  }
  .zs_subtitle_banner{
    width: 100%;
    font-size: 16px;
  }
  .zs_group_content{
    width: 85%;
  }
}
@media only screen and (max-width: 580px) {
  .zs_section_img{
    width: 100%;
  }
}
@media only screen and (max-width: 520px) {
  .zs_icons{
    height: 70px;
    width: 70px;
  }
  .zs_icon_circle{
    height: 70px;
    width: 70px;
  }
  .zs_grid_items {
    height: 180px;
    width: 130px;
    padding: 0;
  }
  .zs_icon_name{
    font-size: 14px;
  }
}

/*** media query end ***/

/*Arabic starts*/
.i18n-ar .zs_section_container .zs_title_banner, .i18n-ar .zs_section_container p:not(.i18n-ar .zs_section_container .zs_flex_container p), .i18n-ar .zs_section_container .create-new-btn, .i18n-ar .zs_audio_video .zs_section_subtitle, .i18n-ar .zs_one_col_layout .zs_group_content.zs_center, .i18n-ar .zs_section_container h2  {
    text-align: center;
}


/*Arabic ends*/