/*Arabic starts*/
.i18n-ar #block-system-main .asap_main_bg .asap_main_title {
  text-align: center;
}
.i18n-ar #block-system-main .asap_main_bg .asap_main_description {
  text-align: center;
}
.i18n-ar #block-system-main .asap_main_bg div {
  text-align: center;
}
.i18n-ar #asap_options .asap_options_columns div {
  text-align: center;
}
.i18n-ar .asap_details .asap_tac, .i18n-ar .asap_details div {
  text-align: center;
}
.i18n-ar .asap_placard.asap_tac.asap_notsignin div {
  text-align: center;
}
.i18n-ar #block-system-main .asap_placard.asap_tac.asap_notsignin {
  text-align: center;
}
/*Arabic ends*/
.asap_signin, .umain .asap_notsignin {
  display: none
}
.umain .asap_signin, .asap_notsignin {
  display: block
}
.asap_body {
  overflow: auto;
}
.asap_tac {
  text-align: center;
}
.asap_a {
  text-decoration: none;
  color: #000;
}
.asap_df {
  display: flex;
}
.asap_df_aic {
  display: flex;
  align-items: center
}
.asap_df_aic_jcc {
  display: flex;
  align-items: center;
  justify-content: center;
}
.asap_ml30 {
  margin-left: 30px;
}
.asap_ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
}
.asap_main_bg {
  position: relative;
  z-index: 0;
}
.asap_main_bg_gif {
  max-width: 100%;
  height: 100%;
}
.asap_main_img {
  position: absolute;
  bottom: 0;
  left: calc(50% - 150px);
}
.asap_main_img > img {
  width: 300px;
}
.asap_main {
  width: 70%;
  padding: 1px 0;
  margin: 0 auto 50px;
  position: relative;
  z-index: 2;
}
.asap_main_title {
  max-width: 800px;
  line-height: 1.4;
  position: relative;
  font-size: 50px;
  width: 90%;
  font-family: var(--zf-primary-bold);
  margin: 40px auto 30px;
}
.asap_main_title::after {
  content: '';
  position: absolute;
  width: 35px;
  height: 6px;
  background-color: #e95128;
  border-radius: 10px;
  top: 100%;
  left: calc(50% - 17.5px);
}
.asap_main_description {
  margin: 0 auto 20px;
  line-height: 1.7;
  font-size: 18px;
  max-width: 820px;
}
.asap_main_description + div {
  font-size: 18px;
}
.asap_options {
  max-width: 1100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 50px auto 125px;
}
.asap_options_columns {
  text-align: center;
  width: 25%;
  margin-bottom: 25px;
}
.asap_options_img {
  height: 50px;
}
.asap_options_columns_title {
  color: #000;
  font-size: 20px;
  font-family: var(--zf-primary-semibold);
  margin: 15px 0 10px;
}
.asap_options_columns_description {
  color: #000;
  line-height: 1.7;
  font-size: 16px;
  margin: 0 auto;
  width: 90%;
  white-space: pre-line;
}
.asap_details {
  margin: 0 auto 75px;
  max-width: 1000px;
  width: 90%;
  text-align: center;
}
.asap_details_content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.asap_details_content_img {
  width: 120px;
}
.asap_details_content_title {
  line-height: 1.4;
  font-size: 38px;
  font-family: var(--zf-primary-semibold);
}
.asap_details_video_icon {
  margin-right: 9px;
  width: 30px;
  height: 30px;
  display: block;
  border-radius: 50%;
  background-color: #e15548;
  position: relative;
  z-index: 1;
  transition: .3s all ease;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
}
.asap_details_video_icon::after {
  content: '';
  position: absolute;
  border: 6px solid;
  border-color: transparent transparent transparent #fff;
  left: 47%;
  top: 31%;
  transform: scale(1.4, 1);
}
.asap_watchAvideo {
  margin: 30px 0 100px;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
.asap_watchAvideo:hover {
  color: #e15548;
}
.asap_user {
  width: 100px;
  height: 100px;
  display: inline-block;
}
.asap_user img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 50%
}
.asap_user_name {
  color: #e95128;
  margin: 3px 0 6px;
  font-size: 18px;
}
.asap_quote {
  margin: 20px auto 40px;
  line-height: 1.6;
  font-size: 18px;
  color: #444;
}
.asap_quote::before, .asap_quote::after {
  transform: scale(2);
  display: inline-block;
}
.asap_quote::before {
  content: '\201C';
  padding-right: 10px
}
.asap_quote::after {
  content: '\201D';
  padding-left: 10px
}
.asap_details_video_icon:hover {
  background-color: rgba(225, 85, 72, 0.7411764705882353);
}
.asap_details_columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1060px;
  margin: 150px auto 0;
}
.asap_details_columns_part {
  width: 33.333%;
  margin-bottom: 25px;
}
.asap_details_img {
  height: 70px;
}
.asap_details_columns_part_title {
  color: #000;
  font-size: 20px;
  font-family: var(--zf-primary-semibold);
  margin: 25px 0 10px;
}
.asap_details_columns_part_description {
  color: #000;
  line-height: 1.7;
  font-size: 16px;
  margin: 0 auto 20px;
  width: 90%;
}
.asap_details_columns_part_circle {
  height: 53px;
  width: 53px;
  display: none;
}
.asap_details_columns_part_circle > img {
  width: 100%;
}
.asap_details_columns_part_circle + .asap_details_columns_part_circle {
  margin-left: 10px;
}
.asap_placard {
  padding: 0px 0px 100px;
}
.asap_placard_title {
  width: 80%;
  font-family: var(--zf-primary-semibold);
  line-height: 1.4;
  margin: 0 auto 25px;
  font-size: 40px;
}
.asap_placard_button {
  background-color: #e15548;
  color: #fff;
  outline: none;
  border: none;
  font-family: var(--zf-primary-semibold);
  padding: 10px 30px;
  font-size: 17px;
  cursor: pointer;
  display: inline-block;
}
.asap_footer {
  padding: 30px 0;
  font-size: 12px;
  color: #000;
}
.asap_footer_links {
  display: flex;
  justify-content: center;
}
.asap_footer_links_ul {
  flex-wrap: wrap;
  justify-content: center;
}
.zd-bc-link a:hover {
    color: #000;
    opacity: 1;
}
.asap_footer_links_ul > li {
  padding: 2px 10px;
  margin: 3px 0;
}
.asap_footer_links_ul > li + li {
  border-left: 1px solid #ccc;
}
.asap_footer_description {
  padding: 20px 0 35px;
}
.asap_access, .asap_access_icon {
  position: fixed;
  z-index: 999999999;
  bottom: 50px;
  right: 50px;
}
.asap_access {
  width: 120px;
  text-align: center;
  bottom: 80px;
  left: 23px;
  font-size: 18px;
  font-family: var(--zf-primary-semibold);
  transition: .2s ease;
  opacity: 0;
}
.other-lang .asap_access {
  display: none;
}
.asap_access_rays {
  width: 28px;
  transform: translate3d(-62px, 12px, 0);
}
.asap_access_arrow {
  width: 40px;
  transform: translate3d(38px, -7px, 0) rotateX(180deg) rotate(-93deg);
}
.asap_access_icon {
  cursor: pointer;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background: linear-gradient(45deg, #1a78da 45%, #2ca9c7 70%);
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
.asap_access_icon > svg {
  width: 35px;
  fill: #fff;
}
.zd-bc-links li, .features-qlinks ul li {
    display: inline-block;
    margin: 0 25px 0 0;
    font: 12px/1.2 var(--zf-primary-semibold);
    color: #000;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
}
.zd-bc-link a, .features-qlinks li a {
    color: #00000073;
    position: relative;
    display: inline-block;
}
.zd-bc-link a:before, .features-qlinks li a:before {
    content: ">";
    position: absolute;
    right: -15px;
    display: inline-block;
}
.zd-bc-link a:after, .features-qlinks ul li a::after {
    content: '';
    display: block;
    position: absolute;
    left: auto;
    right: 0;
    bottom: -4px;
    height: 1px;
    width: 0;
    background: #1e0101;
    transition: all .3s linear;
}
.zd-bc-links {
    list-style-type: none;
    max-width: 1170px;
    margin: 0 auto;
    width: 90%;
    padding: 20px 0 0;
}
@media (max-width:1024px) {
  .asap_head_ul {
    display: none;
  }
  .asap_head_more {
    display: block;
  }
  .asap_main {
    width: 90%;
  }
  .asap_main_title {
    width: 100%;
    margin: 50px auto 40px;
  }
  .asap_footer_links_ul > li + li {
    border: none;
  }
}
@media (max-width: 991px) {
  .asap_main_title {
    font-size: 40px;
    padding-bottom: 20px;
  }
}
@media (max-width:767px) {
  .asap_details_columns_part {
    width: 100%;
  }
  .asap_options_columns {
    width: 50%;
  }
}
@media (max-width:480px) {
  .asap_main_title {
    font-size: 30px;
  }
  .asap_details_video {
    width: 80%;
  }
  .asap_options_columns {
    width: 100%;
    margin: 0px auto 40px;
    width: 90%;
    max-width: 290px;
  }
  .asap_options_img {
    height: 36px
  }
  .asap_options_columns_title {
    margin-top: 0px;
  }
  .asap_placard_title {
    font-size: 26px
  }
  .asap_placard {}
  .asap_access {
    font-size: 14px;
    bottom: 83px;
  }
}
/*   ---Jelly---   */
.asap_animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
@keyframes asap_jelly {
  0% {
    -webkit-transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  2.083333% {
    -webkit-transform: matrix3d(0.75266, 0, 0, 0, 0, 0.76342, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.75266, 0, 0, 0, 0, 0.76342, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  4.166667% {
    -webkit-transform: matrix3d(0.81071, 0, 0, 0, 0, 0.84545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.81071, 0, 0, 0, 0, 0.84545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  6.25% {
    -webkit-transform: matrix3d(0.86808, 0, 0, 0, 0, 0.9286, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.86808, 0, 0, 0, 0, 0.9286, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  8.333333% {
    -webkit-transform: matrix3d(0.92038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.92038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  10.416667% {
    -webkit-transform: matrix3d(0.96482, 0, 0, 0, 0, 1.05202, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.96482, 0, 0, 0, 0, 1.05202, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  12.5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.08204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1.08204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  14.583333% {
    -webkit-transform: matrix3d(1.02563, 0, 0, 0, 0, 1.09149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.02563, 0, 0, 0, 0, 1.09149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  16.666667% {
    -webkit-transform: matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  18.75% {
    -webkit-transform: matrix3d(1.05102, 0, 0, 0, 0, 1.06666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.05102, 0, 0, 0, 0, 1.06666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  20.833333% {
    -webkit-transform: matrix3d(1.05334, 0, 0, 0, 0, 1.04355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.05334, 0, 0, 0, 0, 1.04355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  22.916667% {
    -webkit-transform: matrix3d(1.05078, 0, 0, 0, 0, 1.02012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.05078, 0, 0, 0, 0, 1.02012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  25% {
    -webkit-transform: matrix3d(1.04487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.04487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  27.083333% {
    -webkit-transform: matrix3d(1.03699, 0, 0, 0, 0, 0.98534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.03699, 0, 0, 0, 0, 0.98534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  29.166667% {
    -webkit-transform: matrix3d(1.02831, 0, 0, 0, 0, 0.97688, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.02831, 0, 0, 0, 0, 0.97688, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  31.25% {
    -webkit-transform: matrix3d(1.01973, 0, 0, 0, 0, 0.97422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.01973, 0, 0, 0, 0, 0.97422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  33.333333% {
    -webkit-transform: matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  35.416667% {
    -webkit-transform: matrix3d(1.00526, 0, 0, 0, 0, 0.98122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00526, 0, 0, 0, 0, 0.98122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  37.5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.98773, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 0.98773, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  39.583333% {
    -webkit-transform: matrix3d(0.99617, 0, 0, 0, 0, 0.99433, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99617, 0, 0, 0, 0, 0.99433, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  41.666667% {
    -webkit-transform: matrix3d(0.99368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  43.75% {
    -webkit-transform: matrix3d(0.99237, 0, 0, 0, 0, 1.00413, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99237, 0, 0, 0, 0, 1.00413, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  45.833333% {
    -webkit-transform: matrix3d(0.99202, 0, 0, 0, 0, 1.00651, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99202, 0, 0, 0, 0, 1.00651, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  47.916667% {
    -webkit-transform: matrix3d(0.99241, 0, 0, 0, 0, 1.00726, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99241, 0, 0, 0, 0, 1.00726, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  50% {
    -webkit-transform: matrix3d(0.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  52.083333% {
    -webkit-transform: matrix3d(0.99447, 0, 0, 0, 0, 1.00529, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99447, 0, 0, 0, 0, 1.00529, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  54.166667% {
    -webkit-transform: matrix3d(0.99577, 0, 0, 0, 0, 1.00346, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99577, 0, 0, 0, 0, 1.00346, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  56.25% {
    -webkit-transform: matrix3d(0.99705, 0, 0, 0, 0, 1.0016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99705, 0, 0, 0, 0, 1.0016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  58.333333% {
    -webkit-transform: matrix3d(0.99822, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99822, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  60.416667% {
    -webkit-transform: matrix3d(0.99921, 0, 0, 0, 0, 0.99884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99921, 0, 0, 0, 0, 0.99884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  62.5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.99816, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 0.99816, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  64.583333% {
    -webkit-transform: matrix3d(1.00057, 0, 0, 0, 0, 0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00057, 0, 0, 0, 0, 0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  66.666667% {
    -webkit-transform: matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  68.75% {
    -webkit-transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99851, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99851, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  70.833333% {
    -webkit-transform: matrix3d(1.00119, 0, 0, 0, 0, 0.99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00119, 0, 0, 0, 0, 0.99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  72.916667% {
    -webkit-transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  75% {
    -webkit-transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  77.083333% {
    -webkit-transform: matrix3d(1.00083, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00083, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  79.166667% {
    -webkit-transform: matrix3d(1.00063, 0, 0, 0, 0, 1.00052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00063, 0, 0, 0, 0, 1.00052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  81.25% {
    -webkit-transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  83.333333% {
    -webkit-transform: matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  85.416667% {
    -webkit-transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  87.5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  89.583333% {
    -webkit-transform: matrix3d(0.99991, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99991, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  91.666667% {
    -webkit-transform: matrix3d(0.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  93.75% {
    -webkit-transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  95.833333% {
    -webkit-transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  97.916667% {
    -webkit-transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
.asap_jelly {
  animation-name: asap_jelly;
  animation-timing-function: linear;
}
/*   ---Jelly---   */

/* Other lang starts */
.other-lang .asap_details .asap_details_content, .other-lang .asap_details .asap_tac {
    display: none;
}
/* Other lang ends */

/* Arabic starts */
.i18n-ar .asap_tac *, .i18n-ar .asap_tac {
    text-align: center;
}
.i18n-ar .asap_details_video_icon {
    margin-left: 9px;
    margin-right: auto;
}
.i18n-ar .zd-bc-link a:before, .i18n-ar .features-qlinks li a:before{left: -15px; right: unset;}
/* Arabic ends */