
@font-face {
  font-family: 'IBMP';
  src: url('../fonts/IBMP-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'IBMP';
  src: url('../fonts/IBMP-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'IBMP';
  src: url('../fonts/IBMP-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: IBMP;
}
body.rtl {
  direction: rtl;
}
.news-ticker{
  width: 100%;
  height: 50px;
  padding: 0;
  overflow: hidden;
  direction: rtl;
  display: flex;
  align-items: center;
  background: #f6f6f7;
  color: #000;
  position: relative;
  font-size: 14px;
}

.news-track{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: max-content;
  will-change: transform;
}

.news-content,
.news-content.clone {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  flex: 0 0 auto;
}

.news-ticker.is-animating .news-track{
  animation: ticker linear infinite;
}

@keyframes ticker {
  from {
    transform: translateX(var(--start));
  }
  to {
    transform: translateX(var(--end));
  }
}

.news-ticker:hover .news-track{
  animation-play-state:paused;
}
.shz-list {
  list-style: none;
  background: #fff;
  padding: 7px 10px;
  border-radius: 5px;
  border: 1px solid #eee;
  margin: 0;
  margin-left: 8px;
  padding-left: 5px;
  width: max-content;
}
.shz-list li {
  margin-left: 10px;
  border-left: 1px solid #eee;
  padding-left: 10px;
  font-weight: 500;
  display: inline-block;
}
.shz-list li:last-child {
  margin-left: 0;
  border: 0;
}
.shz-list li svg, .shz-list li img {
  width: 20px;
  height: 20px;
}
.shz-list li svg {
  float: right;
  margin-left: 7px;
}
.shz-list.shz-weather li {
  font-weight: 600;
}
.shz-list.shz-weather li img {
  float: right;
  margin-left: 8px;
  transform: scale(2.5);
  -webkit-transform: scale(2.5);
}
.shz-fuel li small {
  margin-right: 5px;
  color: #666;
}
.shz-fuel li strong {
  font-weight: 500;
  background-color: #cc093a;
  color: #fff;
  padding: 1px 10px;
  border-radius: 10px 3px 3px 10px;
}
.shz-fuel li strong small{
  color: #fff;
}
.shz-fuel li:nth-child(2) strong {
  background-color: #0f01d6;
}
.shz-fuel li:nth-child(3) strong {
  background-color: #00d188;
}
.shz-fuel li:nth-child(4) strong {
  background-color: #e0a314;
}
.date-time {
  float: right;
  width: auto;
  display: inline-block;
}
.date-time .shz-list {
  background: transparent;
  padding: 0;
  margin: 0;
  float: right;
}
.date-time .shz-list li {
  display: flex;
  align-items: center;
  float: right;
  border-color: #666;
}
.date-time .shz-list li svg path {
  fill: #fff;
}
.date-time .shozon-dxb-maghrib li span {
  font-size: 13px;
}
.date-time .shozon-dxb-maghrib li svg {
  width: 15px;
  height: 15px;
}
.theme-pagination {
  border-top: 1px solid #eee;
  padding-top: 30px;
  margin-top: 30px;
}
.page-numbers {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
.shz-list li strong {
  float: left;
  margin-right: 7px;
}
.page-numbers li {
  font-size: 14px;
  display: inline-block;
  border-radius: 7px;
  border: 1px solid #cbcbcb;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: 0 5px;
}
.page-numbers li.active {
  background-color: #008556;
  color: #fff;
  border-color: #008556;
}
.page-numbers li:first-child .current, .page-numbers li:last-child .current {
  padding: 0;
  width: 0;
}
.page-numbers li a {
  width: 40px;
  height: 40px;
  padding: 2px;
  line-height: 36px;
}
  .page-numbers li:first-child {
    margin-right: 50px;
    width: auto !important;
    background-color: #323232;
    border: none;
    float: right;
    margin-right: 0;
  }

  .page-numbers li:last-child {
    margin-right: 50px;
    width: auto !important;
    background-color: #323232;
    border: none;
    float: left;
    margin-left: 0;
  }
  .page-numbers li:first-child a {
    text-decoration: none;
    width: auto !important;
    padding: 2px 15px;
    color: #fff;
    font-weight: 500;
  }
  .page-numbers li:last-child a {
    text-decoration: none;
    width: auto !important;
    padding: 2px 15px;
    color: #fff;
    font-weight: 500;
  }
  .page-numbers li:first-child.active, .page-numbers li:last-child.active {
    display: none;
  }
  
  .fl-size-img,
  .fl-size-img a,
  .fl-size-img img
  {
    width:100%;
  }
  .widget_categories .cat-item.cat-item-8, .widget_categories .cat-item.cat-item-40 {
    display: none;
  }
  
  .custom-logo {
    height: 35px;
    width: auto;
    border-radius: 0;
  }
  .wp-block-quote {
    background: #f2fffa !important;
    border-radius: 10px;
  }
  ul, ol{
    margin: 0 0 1.5em 0;
  }
  b, strong {
    font-weight: bolder;
    font-weight: 500;
  }
  h2, .h2 {
    font-size: 1.4rem;
  }
  h3, .h3{
    font-size: 1.2rem;
  }
  .own-logo .elementor-widget-container img {
    border-radius: 0 !important;
  }
  .elementor-widget-text-editor,.widget {
    color: #282828;
  }
  img {
    border-radius: 10px;
  }
  .table-blog {
    margin: 30px 0;
  }
  .top-header-bar {
    max-height: 45px;
    overflow: hidden;
  }
  .table-blog tr td {
    border: 1px solid #2bbb99;
    padding: 10px;
  }
  .table-blog th {
    padding: 10px;
    background: #eee;
    border: 1px solid #000;
  }
  .wp-block-button__link {
    color: #fff;
    background-color: #008556;
    padding: 10px 25px;
    font-size: 1.125em;
    border-radius: 7px;
    font-size: 14px;
    margin-bottom: 15px;
  }
  .wp-block-button__link a {
    text-decoration: none;
  }
  .wp-block-button__link a:hover {
    color: #fff;
  }
  .wp-block-social-links:not(.is-style-logos-only) li {
    background-color: transparent !important;
    color: #fff !important;
  }
  .site-branding {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .left-head {
    text-align: left;
    width: 50%;
  }
  .main-title {
    color: #222;
    text-align: center;
    font-size: 18px;
    margin-top: 30px;
  }
  .site-title
  {
    font-size: 13px !important;
    font-weight: 400 !important;
  }
  .site-title a {
    color: #1e1e1e;
    display: block;
    margin-top: 7px;
  }
  #ez-toc-container {
    border: 1px solid #eee;
    border-radius: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 15px;
    width: 100%;
  }
  .ez-toc-list li {
    border-bottom: 1px solid #eee !important;
    padding: 7px !important;
  }
  .ez-toc-list li:last-child {
    border-bottom: none !important;
  }
  .banner-blog {
    background: #008556;
    position: fixed;
    bottom: 0;
    right: 50%;
    left: 0;
    text-align: center;
    z-index: 9;
    text-decoration: none;
    border-radius: 15px 15px 0 0;
    max-width: 450px;
    transform: translateX(50%);
    -webkit-transform: translateX(50%);
  }
  .banner-blog .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px 0 7px;
  }
  .banner-blog a.market {
    float: left;
    width: 100%;
    text-align: right;
    font-size: 16px;
    text-shadow: 0 0 5px #444;
    color: #fff;
  }
  .site-footer a {
    padding: 15px 0;
  }
  .banner-blog a.view {
    text-align: center;
    background: #fff;
    border-radius: 10px;
    max-height: 40px;
    color: #000;
    font-weight: 700;
    line-height: 10px;
    width: 100px;
    text-decoration: none;
  }
  #ez-toc-container a.ez-toc-toggle {
    outline: none;
  }
  #ez-toc-container .ez-toc-js-icon-con, #ez-toc-container .ez-toc-toggle label, .ez-toc-cssicon {
    width: 45px;
    background: #008556;
  }
  .ez-toc-icon-toggle-span {
    width: 45px;
  }
  #ez-toc-container a:visited {
    color: #008556;
  }
  .ez-toc-icon-toggle-span svg {
    fill: #fff !important;
    color: #fff !important
  }
  div#ez-toc-container .ez-toc-title {
    font-weight: 700;
    color: #008556;
    line-height: 32px;
  }
  .soon-bd {
    background: #fe0000;
    padding: 0 5px;
    border-radius: 25px;
    position: relative;
    top: -5px;
  }
  #block-26, #block-27 {
    max-width: 50%;
    float: left;
    padding: 1px;
  }
  .site-description {
    position: absolute;
    bottom: 19px;
    color: #fff;
    left: 175px;
  }
  #site-navigation
  {
    text-align: right;
  }
  .mb-featured-posts-style-2 .mb-featured-article.post
  {
    overflow: hidden;
    border-radius: 10px;
  }
  .mb-social-links li a
  {
    background: #fff;
    border-radius: 7px;
    color: #000;
  }
  .banner-featured-post
  {
    overflow: hidden;
    border-radius: 10px;
  }
  .splide--draggable > .splide__track > .splide__list > .splide__slide
  {
    border-radius: 10px;
    overflow: hidden;
  }
  .mb-ft-1-big .cat-links
  {
    display: none;
  }
  .site-header .main-header-bar
  {
    padding-bottom: 20px;
  }
  .site-header .site-header-row
  {
    padding: 20px 0 0;
  }
  .entry-summary
  {
    margin: 0.5em 0 0;
    font-size: 14px;
  }
  #menu-item-2421
  {
    background: #008556;
    border-radius: 10px;
  }
  #menu-item-2472
  {
    float: left;
    margin-top: -1px;
  }
  .splide__track{
    border-radius: 10px;
  }
  .main-navigation .current_page_item > a, .main-navigation .current-menu-item > a, .main-navigation .current_page_ancestor > a, .main-navigation .current-menu-ancestor > a
  {
    border-bottom: none;
  }
  #menu-item-2421 a
  {
    padding: 5px 10px 5px 15px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
  }
  #menu-item-2421 a b
  {
  width: 30px;
    height: 30px;
    text-align: center;
    background: #03714a;
    border-radius: 50%;
    font-size: 20px;
    float: left;
    line-height: 28px;
  }
  #secondary .widget
  {
    margin-bottom: 40px;
  }
  .justify-content-center .col-md-3
  {
    position: sticky;
    top: 30px;
    height: 100%;
  }
  .search-form input.field
  {
    border-radius: 0 10px 10px 0;
  }
  .search-form button.search-icon
  {
    border-radius: 10px 0 0 10px;
  }
  .custom-newsletter
  {
    background-image: url('/ar/blog/wp-content/uploads/2026/03/newsletter-bg.webp');
    padding: 50px 0 !important;
    border-radius: 10px;
    background-size: cover;
    text-align: center;
  }
  .custom-newsletter p
  {
    font-weight: 600;
    max-width: 600px;
    margin: 0 auto 25px;
  }
  .tnp-submit
  {
    background-color: #008556 !important;
    width: 120px !important;
    border: 1px solid #008556!important ;
    border-radius: 10px !important;
  }
  .ez-toc-pull-right {
    margin-left: 0 !important;
    margin-right: 10px !important;
    float: left !important;
  }
  #respond form input[type="text"], #respond form textarea, #respond form input[type="email"], #respond form input[type="url"]
  {
    border-radius: 10px;
  }
  .form-submit .submit {
    border-radius: 10px;
  }
  #post-2454
  {
    text-align: center;
    background: #eee;
    border-radius: 10px;
    padding: 15px 0;
    line-height: 0px;
    color: #008556;
  }
  .footer-widget-area .widget_media_image img
  {
    width: 150px;
    border-radius: 0;
  }
  #block-10 .wp-block-image
  {
    margin: 0;
  }
  .footer-widget-area .widget p
  {
    color: #fff;
  }
  .footer-widget-area .widget
  {
    margin-bottom: 10px;
  }
  .has-fixed-layout thead tr, .tafe-table-header {
    background: #2592f2;
    color: #fff;
    border: 2px solid #196db7;
  }
  .footer-widget-area .wp-social-link a svg
  {
    fill: #fff;
    width: 40px;
    height: 40px;
    padding: 8px;
    background: #272525;
    border-radius: 50%;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
  }
  .footer-widget-area .wp-social-link a svg:hover
  {
    background: #008556;
  }
  .footer-widget-area .wp-block-tnp-minimal
  {
    padding: 0 !important;
  }
  .wp-block-tnp-minimal {
    background-image: url('https://shozon.com/blog/wp-content/uploads/2024/01/newsletter-bg.png');
    padding: 50px 0 !important;
    border-radius: 10px;
    background-size: cover;
    text-align: center;
  }
  div.asl_w .probox .proinput input.autocomplete {
    margin-top: -22px !important;
  }
  #ajaxsearchlite1 .probox .proinput input, div.asl_w .probox div.proinput input {
    font-family: IBMP !important;
    font-size: 14px;
    font-weight: 700;
  }
  div.asl_m .probox .proinput input {
    height: 38px !important;
  }
  .wp-block-tnp-minimal p {
    font-weight: 600;
    text-align: center;
    max-width: 600px;
    margin: 0 auto 25px;
    color: #fff;
  }
  .footer-widget-area .tnp-subscription-minimal form
  {
    white-space: unset;
  }
  .footer-widget-area .tnp-subscription-minimal input.tnp-email, .footer-widget-area .tnp-subscription-minimal input.tnp-name
  {
    width: 100%;
    margin: 0 !important;
  }
  .footer-widget-area .tnp-subscription-minimal input.tnp-submit
  {
    float: right;
    margin-top: 10px;
  }
  .footer-widget-area .tnp-subscription-minimal input.tnp-email, .footer-widget-area .tnp-subscription-minimal input.tnp-name
  {
    background-color: #272525;
    color: #fff;
    border-radius: 10px;
    margin-right: 0;
    border-color: #272525;
  }
  .tnp-subscription-minimal input.tnp-email {
    margin-left: 10px;
    margin-right: 0;
    border-radius: 7px !important;
  }
  .footer-widget-area
  {
    padding: 30px 0 0;
    text-align: left;
    border-bottom: 1px solid #272525;
    margin-bottom: 15px;
  }
  #colophon .container .col-md-6:first-child
  {
    display: none;
  }
  #colophon .container .col-md-6
  {
    width: 100% !important;
    max-width: inherit;
    flex: inherit;
    text-align: center;
  }
  #colophon .container .col-md-6 .text-right {
    text-align: center !important;
  }
  .site-footer
  {
    padding: 30px 0 15px;
    margin-top: 50px;
  }
  .custom-btn {
    margin: 30px 0;
    display: flex;
    gap: 15px;
  }
  .custom-btn a {
    padding: 10px 20px;
    background: #008556;
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
    text-decoration: none;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
  }
  .seconde-btn {
    background: #ff0101 !important;
  }
  .custom-btn a:hover, .seconde-btn:hover {
    background: #000 !important;
  }
  .elementor-widget-container img {
    border-radius: 10px;
  }
  .entry-title {
    font-family: var( --e-global-typography-text-font-family ), Sans-serif;
  }
  .elementor-button {
    padding: 12px !important;
    border-radius: 7px !important;
  }
  table.tafe-table th {
    word-break: break-word;
  }
  .default-theme-post-navigation {
    border-radius: 10px;
    overflow: hidden;
  }
  .default-theme-post-navigation li {
    width: 50%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 10px !important;
  }
  .default-theme-post-navigation li a {
    float: left;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff !important;
    padding: 10px 15px !important;
  }
  .comment-form-url {
    display: none;
  }
  .default-theme-post-navigation li.theme-nav-next {
    text-align: right;
    background-color: #ff0101;
  }
  #respond form input[type="text"], #respond form textarea, #respond form input[type="email"] {
    width: 100%;
  }
  #commentform p {
    float: left;
    width: 100%;
  }
  #commentform .comment-form-author, #commentform .comment-form-email {
    width: 49%;
    float: left;
    margin-right: 2%;
  }
  .comment-form-cookies-consent {
    float: left;
    width: 100%;
    display: flex !important;
    gap: 10px;
  }
  #respond form .comment-form-cookies-consent label {
    display: block;
    font-size: 12px;
  }
  .comment-form-comment textarea {
    max-height: 100px;
  }
  .g-recaptcha {
    margin-bottom: 15px;
    float: left;
    width: 100%;
  }
  #commentform p {
    margin-bottom: 15px;
  }
  .comment-notes {
    margin-bottom: 20px !important;
    font-size: 12px;
    color: #666;
  }
  #commentform .comment-form-email {
    margin-right: 0;
  }
  .default-theme-post-navigation li.theme-nav-previous {
    background-color: #008556;
  }
  .widget_categories ul li {
    display: flex;
    background: #f5f5f5;
    margin: 0;
      margin-bottom: 0px;
    padding: 10px;
    border-bottom: 1px solid #fff;
    border-radius: 10px;
    margin-bottom: 5px;
  }
  .widget_categories ul li a {
    display: block;
    width: 100%;
  }
  .widget-area .mb-recent-posts-style-1 .mb-recent-article .entry-title a {
    max-height: 70px;
    overflow: hidden;
    display: block;
    font-size: 14px;
  }
  .api-cards {
    display: flex;
    gap: 15px;
    background-color: #0f5841;
    padding: 30px 0 30px 30px;
    margin: 30px 0;
    position: relative;
    background: linear-gradient(286.86deg,#0F5841 2.73%,#042F27 89.88%);
    border-radius: 20px;
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .shozon-posts a > div {
    padding: 0 10px;
  }
  
  .cta-banners img
  {
    border:solid 2px #008556;
    margin-bottom:15px;
  }
  
  .cta-banners a:visited,
  .cta-banners a:focus
  {
    border:0;
    outline:none;
  }
  
  .mobile-banner
  {
    display:none;
  }
  .shozon-posts {
    border-radius: 15px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    overflow: hidden;
    border: none;
    min-width: calc(25% - 25px);
    scroll-behavior: smooth;
    touch-action: pan-x;
  }
  .shozon-posts:hover {
    box-shadow: 0 0 15px rgba(0,0,0,0.5);
  }
  .shozon-posts a {
    text-decoration: none;
    outline: none;
    color: inherit;
  }
  .shozon-posts a img {
    float: left;
    width: 100%;
    object-fit: cover;
    height: 150px;
    margin-bottom: 15px;
    border-radius: 0;
  }
  .shozon-posts h3 {
    font-size: 16px;
    margin: 10px 0;
    padding: 0 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .shozon-posts p {
    font-size: 14px;
    border-left: 0;
    border-right: 0;
    padding: 10px 10px 5px;
    color: #008556;
    text-align: right;
    border-top: 1px solid #eee;
    margin-top: 10px;
    margin-bottom: 5px;
  }
  .shozon-posts div ul {
    list-style: disclosure-closed;
    padding: 3px 15px 0;
    font-size: 13px;
    margin: 0;
  }
  .single .post .entry-meta {
    position: relative;
  }
  .post-ratings {
    font-size: 12px;
    margin-bottom: 10px;
    max-height: 20px;
    overflow: hidden;
    position: absolute;
    bottom: -30px;
  }
  .post-ratings img {
    width: 14px;
    height: 14px;
    object-fit: contain;
  }
  .jobs-post img {
    height: 0 !important;
    display: none;
  }
  .wp-block-buttons.is-layout-flex {
    margin-bottom: 15px;
  }
  .jobs-post h3 {
    background: #eee;
      background-color: rgb(238, 238, 238);
    margin: 10px;
    padding: 10px;
    background-color: #008556;
    border-radius: 7px;
    text-align: center;
    color: #fff;
    font-size: 14px;
  }
  .proinput .autocomplete {
    top: -11px !important;
  }
  .wp-mobile-menu .asl_w_container {
    margin-left: -25px !important;
  }
  #ajaxsearchlite1 .probox, div.asl_w .probox {
    margin: 0 !important;
    height: 40px !important;
    background-color: #fff !important;
    background-image: none !important;
    border: 1px solid #eee !important;
    border-radius: 7px !important;
    box-shadow: none !important;
  }
  div.asl_w .probox .proloading, div.asl_w .probox .proclose, div.asl_w .probox .promagnifier, div.asl_w .probox .prosettings {
    width: 40px !important;
    height: 40px !important;
  }
  div.asl_w {
    border-radius: 5px !important;
    background-color: none !important;
    background-image: none !important;
    box-shadow: none !important;
  }
  .asl_w_container {
    width: 100%;
    margin: 5px 0px 0px 5px;
    min-width: 230px;
  }
  .default-theme-posts-navigation li a {
    background: #323232;
    padding: 10px;
    border-radius: 10px;
    display: inline-block;
    width: 120px;
    text-align: center;
    color: #fff !important;
    font-size: 14px;
  }
  div.asl_w .probox .promagnifier {
    width: 40px;
    height: 40px;
    background-color: #008556 !important;
    background-image: linear-gradient(180deg,#008556,#008556) !important;
    background-image: none;
    border: none !important;
  }
  div.asl_w .probox .promagnifier .innericon svg {
    fill: #fff !important;
  }
  .proinput input[type="search"] {
    text-align: right
  }
  .proinput .autocomplete {
    display: block !important;
    top: -7px;
    position: absolute;
    opacity: .2 !important;
  }
  div.asl_r.vertical {
    padding: 5px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 0 #000;
    visibility: hidden;
    display: none;
    border: 1px solid #eee;
    margin-left: 0;
  }
  div.asl_r .results .item .asl_content h3, div.asl_r .results .item .asl_content h3 a {
    font-size: 13px;
    line-height: 17px !important;
    text-shadow: 0 0 0 rgba(255,255,255,0);
    float: left;
  }
  div.asl_r .results .item .asl_content .asl_desc {
    display: none;
  }
  div.asl_w .probox .promagnifier .innericon svg {
    fill: #fff;
  }
  div.asl_r .results .item .asl_content {
    display: flex;
    align-items: center;
  }
  div[id*="ajaxsearchliteres"].wpdreams_asl_results .results img.asl_image {
    width: 50px;
    height: 50px;
    object-fit: cover;
    min-width: 50px;
  }
  
  
  
  .site-content  .wp-block-quote {
      overflow-wrap: break-word;
      background: #f6f6f6;
      border-left: solid 6px #399eff;
      padding: 20px;
      font-style: italic;
      box-shadow: 0px 4px 6px 0 rgba(0, 0, 0, 0.15);
  }
  
  .site-content  table
  {
      margin-bottom: 25px;
  }
  
  .site-content  table th
  {
      background-color: #008556;
      color: #fff;
  }
  
  .site-content .wp-block-list li
  {
    line-height:35px;
  }
  
  
  .site-content table:not(:has(thead)) > tbody > tr:first-child td,
  .site-content table:not(:has(thead)) > tr:first-child td {
      background-color: #008556;
      color: #fff;
      text-align: center;
  }
  
  .single .site-content h3
  {
      border-bottom: solid 2px #008556;
      padding-bottom: 5px;
      color: #008556;
    margin-bottom:15px;
  }
  
  .single .site-content h2
  {
      border-right: solid 6px #008556;
      background: #eee;
      padding: 14px 10px;
      color: #13003b;
      margin-bottom:15px;
      
  }
  #media_image-6, #media_image-7 {
    max-width: 50%;
    float: right;
    padding: 1px;
  }
  .site-content table th strong,
  .site-content table td strong
  {
      font-weight: 600 !important;
  }
  
  .wp-block-table thead
  {
      border: none;
  }
  
  .schema-faq-section
  {
      border: solid 1px #b8b8b8;
      border-radius: 10px;
      padding: 20px;
      margin-bottom: 20px;
  }
  
  .schema-faq-question
  {
      width: 100%;
      display: inline-block;
      padding-bottom: 5px;
      border-bottom: 1px solid #ddd;
      font-weight: 500;
      margin-bottom: 5px;
  }
  
  .schema-faq-section p
  {
      margin-bottom: 0;
      font-size: 15px;
      color: #1a1a1a;
  }
  .top-header-bar .shozon-dxb-maghrib {
    border: none;
  }
  
  @media (max-width: 1400px) {
    .widget-area .mb-recent-posts-style-1 .mb-recent-article .post-thumbnail img {
        width: 80px;
        max-width: 80px;
      }
        .widget-area .mb-recent-posts-style-1 .mb-recent-article .entry-title {
        font-size: 14px;
        max-height: 35px;
        overflow: hidden;
      }
      .widget-area .entry-meta a {
        margin-left: 10px;
        font-size: 10px;
      }
    }
    @media (max-width: 1100px) {
      .top-header-bar {
        display: none;
      }
      .wigdets-parent {
        margin-top: 25px;
      }
      .shozon-posts {
        min-width: calc(33% - 25px);
      }
        .mobmenur-container
    {
        margin-top: 3px !important;
      }
      #mobmenuright li a, #mobmenuright li a:visited, .show-nav-right .mob-menu-copyright, .show-nav-right .mob-expand-submenu i {
        text-align: right !important;
      }
      .menu-item-2421 a {
        text-align: center !important;
      }
       .mobmenu-trigger-action img {
        padding: 5px;
      }
        .mob-standard-logo
    {
        border-radius: 0;
      }
      .mobmenu-trigger-action i
    {
      color: #000;
    }
      .show-nav-right .mobmenu-panel.show-panel {
        box-shadow: 0px 0 15px #eee;
      }
    }
    
    @media (max-width: 991px) {
      .shozon-posts {
        width: calc(33.3333% - 15px);
      }
    }
    @media (min-width: 990px) {
      #nav_menu-5 {
        padding-left: 10%;
      }
    }
    @media (max-width: 767px) {
      .footer-widget-area .tnp-subscription-minimal input.tnp-submit
    {
      float: none;
      margin-top: 0;
      margin-left: 10px;
    }
    .theme-content-middle-area #block-6 .wp-block-tnp-minimal {
      padding: 50px 15px !important;
    }
    #block-6 .tnp-subscription-minimal input.tnp-submit {
      margin-bottom: 0 !important;
      margin-right: 10px;
    }
    #block-6 .wp-block-tnp-minimal p {
      font-size: 14px;
    }
      .main-title {
        font-size: 16px;
        padding:0 15px
      }
      article p {
      font-size: 14px;
      line-height: 25px;
    }
      article .wp-block-list li {
      font-size: 14px;
      line-height: 22px;
      margin: 10px 0;
    }
      h2, .h2 {
      font-size: 1.3rem;
    }
      h2, .h2 {
      font-size: 1.2rem;
    }
      h4, .h4 {
      font-size: 1.1rem;
    }
      
      h5, .h5 {
      font-size: 1rem;
    }
    .banner-blog {
      left: 0;
      right: 0;
      max-width: inherit;
      transform: translatex(0);
      -webkit-transform: translatex(0);
    }
      .default-theme-post-navigation li a {
      padding: 10px 5px !important;
      font-size: 12px;
    }
      .widget-area .mb-recent-posts-style-1 .mb-recent-article .entry-title {
        max-height: 35px;
      }
        .widget-area .mb-recent-posts-style-1 .mb-recent-article .post-thumbnail {
        margin-left: 15px;
          margin-bottom: 0;
      }
      .mb-featured-posts-style-1 .mb-ft-1-big.post {
      margin-bottom: 1rem;
    }
      .mob-standard-logo {
        height: 30px !important;
      }
        .mb-recent-posts-style-1 .mb-recent-article .post-thumbnail img {
        width: 100px;
        max-width: 100px;
        min-width: 100%;
      }
      .theme-breadcrumb-bar {
      margin-top: 25px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }
        .theme-breadcrumb-bar p#breadcrumbs {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
      }
      .shozon-posts {
        min-width: calc(40% - 8px);
      }
      .shozon-posts h3 {
        font-size: 14px;
        max-height: 34px;
        margin: 10px 0;
      }
      .shozon-posts div strong {
      display: none;
    }
      .desktop-banner
      {
        display:none;
      }
      .mobile-banner
      {
        display:inline-block;
      }
      
      .icon-in-mobile
      {
        margin:0 !important;
      }
      
      .icon-in-mobile img
      {
        width:80px;
      }
      
      .single-post :where(.wp-block-columns.is-layout-flex) {
          gap: 15px;
      }
      .page-numbers li {
        margin: 5px;
      }
      .page-numbers li:first-child {
        margin: 0;
        width: 100% !important;
        margin-bottom: 15px;
      }
      .page-numbers li:last-child {
        margin: 0;
        width: 100% !important;
        margin-top: 15px;
      }
    }
    
    @media (max-width: 550px) {
      .footer-widget-area .widget
    {
      margin-bottom: 30px;
    }
    #block-6 .wp-block-tnp-minimal {
      padding: 50px 15px !important;
    }
      .wp-block-table .has-fixed-layout {
      min-width: 470px;
      font-size: 12px;
    }
        .shozon-posts {
        min-width: calc(45% - 8px);
      }
      .table-mobile-parent {
      width: 100%;
      overflow: hidden;
    }
      .table-mobile .tafe-table {
        min-width: 600px !important;
      }
      .table-mobile .elementor-widget-container {
        overflow-x: scroll;
      }
      .elementor-repeater-item-32720d0 {
      min-width: 100px;
    }
      .entry-title {
      font-size: 22px;
    }
      .custom-newsletter
      {
        padding: 50px 15px !important;
      }
      .tnp-subscription-minimal form
      {
        display: flex;
      }
      .tnp-subscription-minimal input.tnp-submit
    {
        margin-bottom: 0;
      }
      .mb-featured-posts-style-1 .mb-ft-1-small.post
    {
      margin-bottom: 15px;
      margin-top: 20px;
    }
      .mb-featured-posts-style-1 .mb-ft-1-small .entry-title {
      font-size: 0.9rem;
      max-height: 60px;
      overflow: hidden;
    }
      .entry-meta a, .entry-meta i {
      font-size: 10px;
    }
      .api-cards {
      margin: 15px -15px;
      border-radius: 0;
    }
      
    }
    @media(max-width:487px){
      
      .shozon-posts a img {
        height: 100px;
        margin-bottom: 15px;
      }
    }