:root {
  --primary-color: rgb(9 150 212);
  --secound-color: rgb(0 36 71);
  --z360c-color: rgb(98 179 79);
  --z3252c-color: rgb(79 187 189 / 1);
  --z382c-color: rgb(174 201 11);
  --btn-bg: #04a6d0;
  --font-color: #fff;
  --border-raduis: 2px;
  --input-border: 2px;
  --box-shadow: 0px 2px 4px rgb(35 35 35 / 10%);
  --label-color: #999;
  --input-height: 48px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body *,
body:after,
body:before,
html *,
html:after,
html:before {
  box-sizing: border-box;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  text-decoration: none;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
img,
main,
menu,
nav,
section,
summary {
  display: block;
}

body,
html {
  margin: 0;
  padding: 0;
  border: 0;
  color: var(--secound-color);
  font-family: zatca_font_bold;
  font-size: 1.4rem;
  height: 100%;
}

html {
  font-size: 62.5%;
  line-height: 1;
}

body {
  direction: rtl;
  background: #f5f5f5;
  line-height: 1.95;
  font-size: 1.8rem;
  font-weight: 400;
  overflow-x: hidden;
}

.page-wrap:after {
  content: "";
  display: none;
}

.home_hero_slider {
  position: relative;
}

.home_hero_slider img {
  width: 100%;
  height: 100%;
  min-height: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}

header .header_top {
  position: relative !important;
  white-space: normal;
  margin: 0 auto;
  max-width: 100%;
}

.copyright {
  text-align: center;
}

.ShowPopUpBtn {
  background: var(--primary-color);
  border: 1px solid #f7cd6d;
  border-radius: var(--border-raduis);
  display: block;
  font-size: 16px;
  max-width: 400px;
  margin: 30px auto auto;
  color: var(--font-color);
  width: 100%;
  padding: 10px 20px;
  float: left;
  font-weight: 900;
  transition: 0.35s ease-out;
  z-index: 3;
}

.ShowPopUpBtn:hover {
  border-radius: var(--border-raduis);
}

.apps_links {
  display: flex;
  flex-wrap: wrap;
}

.apps_links a {
  margin-left: 5%;
}

.survey_slider p {
  height: 105px;
  overflow: hidden;
  font-size: 13px;
}

.vote_question {
  height: 35px;
  overflow: hidden;
}

.options {
  direction: ltr;
  display: inline-block;
  padding: 20px;
}

.options input[type="radio"] {
  display: none;
}

.options label {
  color: #bbb;
  font-size: 18px;
  padding: 0;
  transition: all 0.3s ease-in-out;
}

.dropdown {
  display: none;
}

.login_btn+img {
  cursor: pointer;
}

.logo img {
  height: 80px;
  max-width: 245px;
  padding-top: 0;
}

div.page-wrap>header>div.header_top>div.header_top_elements>img {
  height: 50px;
}

.slicknav_menu {
  display: none;
}

.slicknav_menu .slicknav_icon-bar {
  background-color: #fff;
}

.slicknav_nav {
  clear: both;
  color: #fff;
  margin: 0;
  font-size: 0.875em;
  background: var(--secound-color);
}

.slicknav_nav ul {
  margin: 0 0 0 20px;
}

.slicknav_menu {
  font-size: 16px;
  padding: 5px;
}

.slicknav_nav,
.slicknav_nav ul {
  list-style: none;
  overflow: hidden;
  padding: 0;
}

.home_hero_slider .slick-slide {
  position: relative;
}

.home_hero_slider .slick-slide div {
  position: absolute;
  color: #fff;
  max-width: 850px;
  left: 0;
  right: 0;
  margin: auto;
  top: 29%;
  text-align: center;
}

.slicknav_btn,
.slicknav_nav .slicknav_item {
  cursor: pointer;
}

.slicknav_menu {
  box-sizing: border-box;
}

.slicknav_btn {
  position: relative;
  display: block;
  float: left;
  padding: 0.7em 0.7em;
  line-height: 1.125em;
  border: 2px solid rgba(255, 255, 255, 0.32);
  margin: 16px 0 0 0;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  border-radius: 4px;
  background-color: transparent;
  z-index: 3;
}

.slicknav_btn .slicknav_icon-bar+.slicknav_icon-bar {
  margin-top: 0.188em;
}

.slicknav_menu .slicknav_menutxt {
  display: block;
  line-height: 1.188em;
  float: left;
  color: #fff;
  font-weight: 700;
  text-shadow: 0 1px 3px #000;
}

.slicknav_menu .slicknav_icon {
  float: left;
  width: 1.125em;
  height: 0.875em;
  margin: 0.188em 0 0 0.438em;
}

.slicknav_menu .slicknav_icon:before {
  background: 0 0;
  width: 1.125em;
  height: 0.875em;
  display: block;
  content: "";
  position: absolute;
}

.slicknav_menu .slicknav_no-text {
  margin: 0;
}

.slicknav_menu .slicknav_icon-bar {
  display: block;
  width: 1.125em;
  height: 0.125em;
  border-radius: 1px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

.slicknav_menu:after,
.slicknav_menu:before {
  content: " ";
  display: table;
}

.slicknav_menu:after {
  clear: both;
}

.slicknav_nav li,
.slicknav_nav ul {
  display: block;
}

.vat_container .vat_container_flex .understanding_vat {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 20px;
  align-items: center;
  align-content: center;
}

.site-footer .container .col:nth-child(2) {
  padding-right: 80px;
}

.slick-loading .slick-list {
  background: #fff url(ajax-loader.gif) center center no-repeat;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
  height: auto !important;
  min-height: 100%;
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after,
.slick-track:before {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

#menu>li:hover a:after {
  width: 100%;
}

#menu li .dropdown .megaMenu-group a {
  padding: 7px 15px;
  display: block;
  transition: all 0.2s ease;
  color: #555;
}

#menu {
  list-style: none;
  margin-left: 0;
  margin-top: 0;
  flex: auto;
}

#menu li a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  display: block;
  padding: 10px 7px;
  transition: all 0.2s ease;
}

#menu li .dropdown .megaMenu-group {
  min-width: 33.33%;
  border-right: 1px solid #ddd;
}

/* #menu li:first-child a {
  padding-right: 0;
}
#menu li:last-child a {
  padding-left: 0;
} */
#menu>ul>li>a:after {
  content: "";
  display: block;
  background: var(--primary-color);
  height: 3px;
  width: 0;
  transition: all 0.2s ease;
}

#menu li a:hover:after {
  width: 100%;
}

#menu li .dropdown {
  position: absolute;
  right: 0px;
  top: 100%;
  z-index: 3;
  max-height: 0;
  transform: perspective(400px) rotate3d(1, 0, 0, -90deg);
  transform-origin: 50% 0;
  transition: 350ms;
  display: flex;
  background: rgba(255, 255, 255, 0.98);
  width: 100%;
  padding: 0;
  border-radius: 5px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.29);
  -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -90deg);
  -moz-transform: perspective(400px) rotate3d(1, 0, 0, -90deg);
  -ms-transform: perspective(400px) rotate3d(1, 0, 0, -90deg);
  -o-transform: perspective(400px) rotate3d(1, 0, 0, -90deg);
}

.header_top_elements a.RegisterLogIn_Ahref,
.login_btn {
  /*  background: var(--z360c-color); */
  font-size: 14px;
  padding: 0px;
  border-radius: var(--border-raduis);
  margin-right: 10px;
  margin-left: 10px;
  transition: all 0.2s ease;
}

.search_box button {
  border: none;
  position: absolute;
  left: 10px;
  top: 10px;
  background: 0 0;
  cursor: pointer;
  padding: 0;
  margin-top: 0;
}

.search_box button:hover {
  background: 0 0;
  border: 0;
  opacity: 0.5;
  transition: all 0.2s ease;
}

.page-wrap {
  min-height: 100%;
  background: #f5f5f5;
}

.site-footer {
  background: #51b9b4;
  position: relative;
}

header {
  display: flex;
  position: absolute;
  right: 0;
  top: 0px;
  max-width: 1170px;
  margin: auto;
  left: 0;
  z-index: 10;
  transition: none;
  /* never ever touch Nashed 24-01-2023 */
  flex-wrap: wrap;
}

header .logo {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  display: flex;
}

header .logo a {
  display: inline-block;
}

.fixed-header {
  background: var(--secound-color);
  box-shadow: 0 0 20px rgba(0, 0, 0, .52);
  /* display: flex; */
  /* flex-wrap: wrap; */
  justify-content: center;
  align-items: center;
  flex-direction: row;
  position: fixed;
  max-width: 100%;
  width: 100%;
  top: 0;
  padding: 12px 20px;
  border-radius: 0;
}

.header_top_elements {
  justify-content: space-between;
  display: flex;
  align-items: center;
  /*  z-index: 1; */
}

.header_top_elements a:link,
.header_top_elements a:visited {
  color: #fff;
}

.header_top_elements a.login_btn {
  color: var(--font-color);
}

.lang {
  font-size: 18px;
  font-weight: 100;
  margin-left: 16px;
}

.search_box {
  position: relative;
}

.search_box input {
  height: 35px;
  border: none;
  border-radius: var(--border-raduis);
  width: 14vw;
  text-indent: 20px;
  font-size: 14px;
  font-weight: 100;
  max-width: 200px;
}

.footerTopMenu__chatButton {
  z-index: 100;
}

.latest_news * {
  background-color: #fff;
}

.before_footer .container .col img {
  margin: 0 auto;
}

.eservice_item img {
  margin: 0 auto;
  max-width: 87px;
  height: 50px;
  margin-bottom: 10px;
}

.survey_slider .slick-slide {
  padding: 5px;
}

.edu_trips a img,
.faq a img {
  transition: all 0.2s ease;
}

input {
  transition: all 0.2s ease;
}

.eservices .container {
  position: relative;
}

.gov_docs_from_one_place {
  background: #fff;
  padding: 80px 0;
}

.d-flex {
  display: flex;
}

.footer_bottom .container .copyright,
.footer_bottom .container .security {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  color: #fff;
  font-weight: 100;
}

.footer_bottom {
  padding: 12px 0;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
  margin: 0;
}

.footer_bottom .container .security {
  text-align: left;
}

.home_hero_slider .slick-slide div h3,
.home_hero_slider .slick-slide div span {
  font-weight: 400;
}

.home_hero_slider .slick-slide div span {
  font-size: 24px;
  text-align: center;
  width: auto;
  margin: 0;
}

.home_hero_slider .slick-slide div h3 {
  font-size: 17px;
}

.home_hero_slider .slick-dots {
  bottom: 77px;
  display: none;
}

.hero_slider_wrapper {
  position: relative;
}

.news_events_announcements {
  box-shadow: inset 0 11px 20px 0 rgba(0, 0, 0, 0.05);
  padding-top: 25px;
  background: #fff;
}

.contact h2 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 400;
}

.contact span {
  display: block;
  font-weight: 100;
}

.d-flex .contact,
.d-flex .quick_links {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

a.complaints_btn:link,
a.complaints_btn:visited {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border-radius: var(--border-raduis);
  text-align: center;
  display: block;
  text-decoration: none;
  font-weight: 100;
  margin-top: 10px;
  max-width: 280px;
  transition: all 0.2s ease;
  -webkit-border-radius: var(--border-raduis);
  -moz-border-radius: var(--border-raduis);
  -ms-border-radius: var(--border-raduis);
  -o-border-radius: var(--border-raduis);
  padding: 5px 0;
}

.d-flex {
  display: flex;
  flex-wrap: wrap;
}

.quick_links ul {
  list-style: none;
  max-width: 350px;
}

.site-footer .container {
  display: flex;
  padding: 30px 0 8px;
}

.site-footer .container .col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.site-footer .container .col:first-child {
  flex: 0 0 30%;
}

.footer_bottom .container {
  display: flex;
  padding: 0;
}

.social {
  display: flex;
  direction: ltr;
  justify-content: flex-end;
  margin-right: -15px;
}

.social a {
  text-decoration: none;
  color: #fff;
  font-size: 30px;
  margin: 5px 15px;
  transition: all 0.2s ease;
}

.edu_trips {
  text-align: center;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  border-radius: var(--border-raduis);
  padding: 65px 15px;
}

.edu_trips h4 {
  font-size: 28px;
  font-weight: 400;
  color: var(--secound-color);
}

.before_footer .container .col:nth-child(2) {
  margin: 0 30px;
}

.before_footer .container .col {
  max-width: 33.333%;
  flex: 0 0 33.333%;
}

.before_footer .container .col img {
  max-width: 100%;
}

.newsletter label {
  color: #fff;
  font-size: 20px;
  font-weight: 100;
  margin-bottom: 2px;
  display: block;
}

.newsletter div {
  position: relative;
}

.newsletter div input {
  border: none;
  border-radius: var(--border-raduis);
  width: 100%;
  font-size: 14px;
  text-indent: 20px;
  padding: 8px 0;
}

.newsletter div button {
  border: none;
  background: var(--secound-color);
  position: absolute;
  left: 0;
  top: 0;
  color: var(--font-color);
  font-family: zatca_font_bold;
  font-size: 14px;
  padding: 10px 20px;
  border-radius: var(--border-raduis);
  transition: all 0.2s ease;
  outline: 0;
  margin: 0;
  cursor: pointer;
}

.quick_links ul li {
  display: inline-block;
  width: 49%;
}

.quick_links ul li a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 6px 0;
  font-weight: 100;
  transition: all 0.2s ease;
}

.survey_container {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1px 30px;
  position: relative;
}

.survey_container .slick-dots {
  position: absolute;
  left: 0;
  bottom: 0;
  width: auto;
}

.before_footer {
  padding: 40px 0;
  background: #fff;
}

.rating {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 10px 15px;
  margin-top: 25px;
}

.faq {
  text-align: center;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 80px 15px;
}

.edu_trips a,
.faq a {
  display: block;
  text-decoration: none;
}

.edu_trips span,
.faq span {
  font-size: 28px;
  font-weight: 400;
  display: block;
  color: var(--secound-color);
}

.edu_trips a span:hover,
.faq a span:hover {
  color: var(--primary-color);
}

.before_footer .container {
  display: flex;
  flex-wrap: wrap;
}

.before_footer .container .col {
  flex-basis: 0;
  flex-grow: 1;
}

.survey_slider {
  max-width: 320px;
}

.survey_slider .slick-slide a {
  background: var(--btn-bg);
  color: var(--font-color);
  text-decoration: none;
  padding: 5px 40px;
  border-radius: var(--border-raduis);
  display: inline-block;
  transition: all 0.2s ease;
  -webkit-border-radius: var(--border-raduis);
  -moz-border-radius: var(--border-raduis);
  -ms-border-radius: var(--border-raduis);
  -o-border-radius: var(--border-raduis);
}

.services_section .container .services_gray {
  flex: 0 0 67%;
  background: rgb(0 0 0 / 20%);
  border-radius: 10px;
  padding: 10px;
}

.stats_btn:before {
  content: "";
  display: inline-block;
  background: url(../new/images/stats_icon.png) no-repeat;
  width: 57px;
  height: 57px;
  vertical-align: middle;
  margin-left: 10px;
}

.openData_btn:before {
  content: "";
  display: inline-block;
  background: url(../new/images/openData_icon.png) no-repeat;
  width: 58px;
  height: 55px;
  vertical-align: middle;
  margin-left: 10px;
}

.stats_btn {
  margin-bottom: 25px;
}

.services_section .container .services_gray a {
  color: #fff;
  display: block;
  text-decoration: none;
  padding: 22px 100px;
  font-size: 21px;
  text-decoration: none;
  transition: all 0.2s ease;
}

.services_section .container .services_gray a:first-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.services_section .container .services_gray a:first-child:before {
  content: "";
  display: inline-block;
  background: url(../new/images/services_gray_icon1.png) no-repeat;
  width: 47px;
  height: 47px;
  vertical-align: middle;
  margin-left: 10px;
}

.services_section .container .services_gray a:last-child:before {
  content: "";
  display: inline-block;
  background: url(../new/images/services_gray_icon2.png) no-repeat;
  width: 47px;
  height: 47px;
  vertical-align: middle;
  margin-left: 10px;
}

.vat_container .vat_container_flex .vat_registeration a:last-child {
  border-bottom: none;
}

.gov_docs_from_one_place .container {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  overflow: hidden;
  border-radius: 10px;
  max-height: 650px;
}

.gov_docs_from_one_place .container a {
  display: block;
}

.gov_docs_from_one_place .container a img {
  max-width: 100%;
}

.services_section {
  background: var(--secound-color);
}

.services_section .container {
  display: flex;
  justify-content: space-between;
  padding: 40px 0;
  flex-wrap: wrap;
}

.services_section .container .col:first-child {
  flex: 0 0 30%;
}

.services_section .container .col:first-child a {
  display: block;
  background: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  border-radius: var(--border-raduis);
  height: 99px;
  line-height: 99px;
  color: var(--secound-color);
  text-decoration: none;
  font-size: 21px;
  padding-right: 20px;
  transition: all 0.2s ease;
}

.announcements_slider .slick-slide a {
  display: flex;
}

.announcements_slider .slick-slide a span img {
  margin: auto;
}

.announcements_slider .slick-slide a span {
  flex: 0 0 25%;
  max-width: 100px;
  font-size: 14px;
  border-left: 2px solid #e8e8e8;
  margin-left: 15px;
  text-align: center;
  font-weight: 100;
}

.announcements_slider .slick-slide a:link,
.announcements_slider .slick-slide a:visited {
  color: #404040;
  margin: 20px 0;
}

.vat_container {
  background: url(../new/images/vat_bg.jpg) no-repeat center;
  background-size: cover;
  min-height: 350px;
  padding: 30px 0;
}

.vat_container .section_title:link,
.vat_container .section_title:visited {
  color: #fff;
}

.vat_container .vat_container_flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.vat_container img {
  width: 100%;
}

.vat_container .vat_container_flex .vat_registeration {
  flex: 0 0 27%;
  max-width: 27%;
  padding: 0 20px;
  display: none;
}

.vat_container .vat_container_flex .col {
  background: rgba(255, 255, 255, 0.07);
  border-radius: var(--border-raduis);
}

.vat_container .vat_container_flex .vat_registeration a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 15px 5px;
  border-bottom: 1px dotted #fff;
  transition: all 0.2s ease;
  font-size: 14px;
}

.vat_container.electronic_invoicing {
  background: url(../new/images/electronic_invoicing-bg.png) no-repeat center;
  background-size: 100% 100%;
}

.upcoming_events_slider .slick-slide * {
  text-decoration: none;
}

.upcoming_events_slider .slick-slide {
  display: flex;
}

.upcoming_events_slider .slick-slide span img {
  margin: 6px auto;
}

.upcoming_events_slider .slick-slide span {
  flex: 0 0 25%;
  max-width: 100px;
  font-size: 14px;
  border-left: 2px solid #fff;
  margin-left: 15px;
  text-align: center;
}

.slick-dots li.slick-active button {
  background: var(--primary-color);
}

.announcements_slider .slick-dots,
.latest_news_slider .slick-dots,
.upcoming_events_slider .slick-dots {
  position: absolute;
  left: 0;
  top: -60px;
  width: auto;
  bottom: auto;
}

.announcements_slider {
  background: #fff;
  border-radius: 10px;
  /*  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1); */
  padding: 25px;
  border: 1px solid #e8e8e8;
}

.announcements_slider .slick-slide * {
  text-decoration: none;
}

.announcements_slider .slick-slide a p {
  transition: all 0.2s ease;
}

.latest_news_slider .slick-slide span {
  color: #606060;
  font-size: 14px;
}

.upcoming_events_slider .slick-slide {
  background: var(--secound-color);
  color: #fff;
  padding: 20px;
  border-radius: var(--border-raduis);
  text-decoration: none;
}

.latest_news_slider * {
  text-decoration: none;
}

.latest_news_slider .slick-slide p:after {
  content: "";
  width: 74px;
  height: 2px;
  background: var(--primary-color);
  display: block;
  margin: 15px 0 0;
  transition: all 0.2s ease;
}

.latest_news_slider .slick-slide img {
  border-radius: 15px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease;
  width: 100%;
}

.latest_news_slider .slick-slide p {
  color: #404040;
  font-size: 20px;
  text-decoration: none;
  margin: 10px 0;
  line-height: 1.5;
  transition: all 0.2s ease;
  display: block;
}

.latest_news_slider .slick-slide:hover p {
  color: var(--primary-color);
}

.latest_news_slider .slick-slide:hover p:after {
  width: 50%;
}

.slick-dots li button:before {
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  text-align: center;
  opacity: 0.25;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: none;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #000;
}

.latest_news_slider .slick-slide {
  display: inline-block;
}

.ProjectVendors .section_title,
.section_title:link,
.section_title:visited {
  color: #002447;
  text-decoration: none;
  font-size: 24px;
  margin-bottom: 20px;
  display: inline-block;
  position: relative;
}

.section_title:after {
  content: "";
  background: url(../new/images/title_arrow.png) no-repeat;
  width: 24px;
  height: 11px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  transition: all 0.2s ease;
}

.section_title:before {
  content: "";
  width: 0;
  height: 3px;
  display: block;
  background: var(--z360c-color);
  transition: all 0.2s ease;
  position: absolute;
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
  min-height: 100%;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  border-radius: 20px;
  width: 26px;
  height: 0;
  padding: 3px;
  color: #f0f0f0;
  border: 0;
  outline: 0;
  background-color: #dee2e6;
}

.slick-loading .slick-list {
  background: #fff url(ajax-loader.gif) center center no-repeat;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

.home_hero_slider .slick-slide {
  height: calc(100vh - 300px);
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  min-height: 100%;
}

.eservices {
  position: relative;
  background: #fff;
}

.news_events_announcements .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.news_events_announcements .container .col {
  flex: 0 0 50%;
  max-width: 49%;
  padding: 0 10px;
}

.ProjectVendors_container {
  width: 100%;
  display: flex;
  flex-flow: wrap;
}

.ProjectVendors {
  padding: 0 0 30px;
}

.DivProjectLink a {
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  padding: 5px 20px;
  border-radius: 10px;
  border: 3px solid #ccc;
  color: #005f4b;
  float: right;
  margin-left: 15px;
}

.DivProjectLink a:hover {
  border-color: var(--primary-color);
}

.DivVendorLink a {
  background-color: #5f6670;
  padding: 5px 50px;
  border-radius: 10px;
  color: #fff;
  float: right;
  line-height: normal;
  border: 3px solid #5f6670;
}

.DivVendorLink a:hover {
  background-color: var(--primary-color);
  border: 3px solid var(--primary-color);
}

.DivVendorLink a:before {
  content: "";
  display: inline-block;
  background: url(../new/images/services_gray_icon1.png) no-repeat;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  margin-left: 0;
  background-size: 70%;
  background-position: center center;
}

.DivProjectLink a:before {
  content: "";
  display: inline-block;
  background: url(../new/images/projects_gray_icon.png) no-repeat;
  width: 40px;
  height: 37px;
  vertical-align: middle;
  margin-left: 0;
  background-size: 70%;
  background-position: center center;
  position: relative;
}

.eservices .container>div {
  display: flex;
  justify-content: center;
  padding: 2.5rem 0;
}

.eservices .container>div a:link {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  display: block;
  text-align: center;
  box-shadow: 0 2px 21px 0 rgba(0, 0, 0, 0.2);
  border-radius: var(--border-raduis);
  margin: 10px;
  text-decoration: none;
  max-width: 150px;
  padding: 15px;
  transition: all 0.2s ease;
  border: 0 solid transparent;
  overflow: hidden;
  position: relative;
}

.eservices .container>div a span.eservice_item_title {
  display: block;
  color: #222;
  font-size: 15px;
}

.eservices .container>h1 {
  background: linear-gradient(92deg,
      rgba(2, 70, 147, 1) -12%,
      rgba(0, 148, 211, 1) 0,
      rgba(81, 186, 180, 1) 71%,
      rgba(98, 179, 79, 1) 105%);
  font-size: 24px;
  font-weight: 400;
  padding: 8px 35px;
  border-radius: 0;
  position: relative;
  top: 0;
  color: var(--font-color);
}

.eservices .container>h1:after {
  content: "";
  background-color: #fff;
  width: 60%;
  height: 40px;
  position: absolute;
  left: 0;
  top: 30px;
}

.eservices .container>h1:before {
  content: "";
  background-color: #fff;
  width: 35%;
  height: 40px;
  position: absolute;
  left: 0;
  top: 5px;
}

.hero_slider_ribbon {
  position: absolute;
  background: url(../new/images/hero_slider_ribbon.png) no-repeat;
  width: 305px;
  height: 254px;
  left: 0;
  bottom: -2px;
  display: none;
}

.container {
  margin: auto;
}

label {
  display: inline-block;
}

input[type="radio"] {
  display: none;
}

input[type="radio"]+label {
  margin-bottom: 18px;
  vertical-align: baseline;
  font-size: 18px;
}

input[type="radio"] {
  background-color: #fff;
  border: 0 solid #15a686;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0 -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 12px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-left: 10px;
  margin-bottom: 20px;
}

.options.vote_rate input[type="radio"]+label {
  margin-bottom: 0;
}

ol,
ul {
  list-style: none;
}

/* .lazyload,
.lazyloading {
  opacity: 0;
} */
.lazyloaded {
  opacity: 1;
  transition: opacity 0.3s;
}

a img {
  border: none;
}

input,
textarea {
  box-sizing: border-box;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.input__container {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 5px;
}

.input__container span:first-child {
  color: #999;
}

.input__container:last-child {
  margin-bottom: 0;
}

.contactForm__inputWrapper label.input__container {
  font-size: 14px;
  font-weight: 900;
}

html[dir="rtl"] .input__container {
  text-align: right;
}

.input__container input {
  transition: border-color 0.3s ease-in;
  border: 1px solid;
  border-radius: var(--input-border);
  color: var(--secound-color);
  font-size: 1.3rem;
  display: block;
  border-color: #999;
}

.pnlCommentsContainer .contactForm__inputText.contactForm__inputText--withBorder {
  font-size: 13px;
}

.contactForm__inputText.contactForm__inputText--withBorder,
.formTextBox.surveyForm__inputText {
  height: 48px;
  padding: 0 15px;
  max-width: 440px;
  border-radius: var(--input-border);
  width: 75%;
}

.btn_captcha .contactForm__inputText.contactForm__inputText--withBorder {
  width: 50%;
}

.input__container input::-webkit-input-placeholder {
  color: #b8b8b8;
}

.input__container input::-moz-placeholder {
  color: #b8b8b8;
}

.input__container input:-ms-input-placeholder {
  color: #b8b8b8;
}

.input__container input::-ms-input-placeholder {
  color: #b8b8b8;
}

.input__container input::placeholder {
  color: #b8b8b8;
}

.input__text {
  padding-bottom: 10px;
  color: var(--secound-color);
}

.input__error,
.input__text {
  display: inline-block;
  font-size: 1.8rem;
}

.DevHelperRequiredMark,
.DevHelperValCtrl {
  color: red;
  display: inline;
}

.alert-danger span,
.input__error {
  max-height: 20px;
  margin-top: 6px;
  transition: max-height 0.3s;
  color: #f20;
  font-size: 1.4rem;
  vertical-align: top;
}

:focus {
  outline: 0;
  box-shadow: none;
}

::-webkit-input-placeholder {
  opacity: 1;
}

::-moz-placeholder {
  opacity: 1;
}

:-ms-input-placeholder {
  opacity: 1;
}

::-ms-input-placeholder {
  opacity: 1;
}

::placeholder {
  opacity: 1;
}

a {
  text-decoration: none;
  cursor: pointer;
}

button {
  border: 0;
}

.container {
  width: 100%;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0;
  padding-left: 0;
}

.container:after,
.container:before {
  content: "";
  display: block;
  clear: both;
}

footer {
  width: 100%;
  background-color: #35353c;
}

footer,
footer.hamburgerOn {
  transition: transform 0.5s;
}

.footerTopMenu__chatButton {
  position: fixed;
  right: 10px;
  bottom: 10px;
  transition: background-color 0.3s;
  z-index: 1;
  pointer-events: none;
}

html[dir="rtl"] .footerTopMenu__chatButton {
  right: auto;
  left: 10px;
}

.footerTopMenu__chatButton {
  bottom: 10px !important;
  z-index: 99;
}

.footerTopMenu__chatButtonIcon {
  display: block;
  position: relative;
  width: 60px;
  height: 60px;
  margin-right: 0;
  margin-left: auto;
  transition: transform 0.3s;
  background-color: transparent;
  background-image: url(../img/chat-back.svg);
  background-repeat: no-repeat;
  background-size: cover;
  pointer-events: auto;
}

.footerTopMenu__chatButtonIcon:hover {
  border: none !important;
  background-color: transparent !important;
}

html[dir="rtl"] .footerTopMenu__chatButtonIcon {
  margin-right: auto;
  margin-left: 0;
  transform: rotateY(180deg);
}

.footerTopMenu__chatButtonIcon:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 29px;
  height: 29px;
  transform: translate(-50%, -50%);
  transition: transform 0.3s, opacity 0.3s;
  background-image: url(../img/chat-top.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  content: "";
}

.footerTopMenu__chatButtonIcon:hover:before {
  transform: translate(-50%, -50%) scale(1.2);
}

.footerTopMenu__chatButton.active .footerTopMenu__chatButtonIcon:before {
  background-image: url(../img/chat-top-close.svg);
  background-size: 20px 20px;
}

.footerTopMenu__chatForm {
  width: 100%;
  max-width: 0;
  transition: max-height 0.3s, max-width 0.3s, opacity 0.3s;
  opacity: 0;
  overflow: hidden;
}

.footerTopMenu__chatButton.active .footerTopMenu__chatForm {
  max-width: 403px;
  width: 100%;
  opacity: 1;
  pointer-events: auto;
}

.contactForm__inputWrapper {
  position: relative;
  margin-top: 0;
  margin-bottom: 10px;
  text-align: justify;
}

.contactForm__inputText {
  max-height: 110px;
  transition: max-height 0.3s;
  overflow: hidden;
}

.chatForm {
  margin-top: 12px;
  margin-bottom: 12px;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}

.input__container:focus input,
.input__container:hover input {
  border: 1px solid rgba(22, 45, 89, 0.33);
}

html.remodal-is-locked {
  overflow: hidden;
  touch-action: none;
}

.remodal,
[data-remodal-id] {
  display: none;
}

.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.remodal {
  position: relative;
  outline: 0;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.remodal-is-initialized {
  display: inline-block;
}

.remodal-overlay {
  background: rgba(43, 46, 56, 0.9);
}

.remodal-overlay.remodal-is-closing,
.remodal-overlay.remodal-is-opening {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-wrapper {
  padding: 10px 10px 0;
}

.remodal {
  width: 100%;
  margin-bottom: 10px;
  padding: 0;
  transform: translate3d(0, 0, 0);
  color: #fff;
  background: 0 0;
}

.portal_popup_content .NewDiwanModelClose {
  padding: 0;
  background-color: #fff;
  display: block;
  width: 100%;
  right: 0 !important;
  text-align: right;
  color: #2d4f5e;
}

.portal_popup_content .NewDiwanModelClose:hover {
  color: #c00;
}

.popup_content.portal_popup_content p {
  color: #2d4f5e;
  padding: 10px;
}

.popup_content.portal_popup_content img {
  margin: 0 auto;
}

.popup_content.portal_popup_content {
  max-height: 450px;
  overflow: hidden;
  overflow-y: scroll;
  background-color: #fff;
  padding: 15px;
  border-radius: 20px;
}

.popup_content.portal_popup_content a {
  color: #509b8f;
}

.remodal.remodal-is-closing,
.remodal.remodal-is-opening {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes;
}

.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

.remodal a {
  color: var(--z360c-color);
}

.remodal a:hover {
  color: var(--z382c-color);
}

.popup_content {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}

@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px;
  }

  .remodal-xl {
    max-width: 900px;
  }
}

@media (max-width: 1980px) {
  .hero_slider_wrapper {
    height: calc(100vh - 300px);
  }

  .home_hero_slider .slick-dots {
    bottom: 15px;
  }
}

@media (max-width: 1440px) {
  a.vat_logo img {
    height: 90px;
  }
}

@media (min-width: 1160px) and (max-width: 1440px) {
  .eservices {
    margin-top: -71px;
  }
}

@media (max-width: 768px) {
  .slick-slide {
    height: auto;
  }
}

@media (max-width: 1024px) {

  .hero_slider_wrapper,
  .slick-slide {
    height: auto;
  }
}

.grayscale {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all 0.2s ease;
}

::-webkit-scrollbar {
  width: 0;
  display: none;
  -ms-overflow-style: none;
  scrollbar-width: none;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.single-event {
  background: #fff;
  display: flex;
  flex-direction: row-reverse;
  padding: 20px;
}

.single-event .boxEvent__content {
  padding-left: 20px;
}

.single-event .boxEvent__content:before {
  left: auto;
  right: 10px;
}

html[dir="rtl"] .single-event .boxEvent__content:before {
  right: auto;
  left: 10px;
}

.single-event .boxEvent__title {
  font-size: 2.2rem;
}

.single-event a#btnShowModal {
  font-size: 100%;
  color: #fff;
}

.single-event .btn-secondary.btn:visited,
.single-event .btn-secondary {
  color: #fff;
  font-size: 1.6rem !important;
}

.single-event a:visited,
.single-event a {
  color: #007bff;
}

html[dir="rtl"] .single-event .mr-4 {
  margin-right: 0 !important;
  margin-left: 1.5rem !important;
}

html[dir="rtl"] .single-event .mr-2 {
  margin-right: 0 !important;
  margin-left: 0.5rem !important;
}

html.zoomIn {
  zoom: 1.2;
}

.page-wrap .headercontainer {
  min-height: 200px;
  background: linear-gradient(to bottom, rgb(0 36 71 / 80%) 0%, rgb(0 36 71 / 50%) 50%, rgb(0 36 71 / 0%) 100%);
  position: absolute;
  width: 100%;
  z-index: 100;
  left: 0;
  right: 0;
  max-width: 100%;
}

.fixed-header #menu {
  flex: inherit;
}

.settings-control {
  position: relative;
}

.settings-dropdown {
  display: none;
  background-color: #fff;
  position: absolute;
  background-color: #10386d;
  flex-direction: column;
  z-index: 99;
  min-width: 200px;
  transform: translateX(50%);
  left: auto;
  right: 50%;
  padding: 1rem;
  text-align: center;
  color: #fff;
  border-radius: 16px;
}

.settings-control:hover .settings-dropdown {
  display: flex;
}

.settings-dropdown-item-control {
  display: flex;
  justify-content: center;
  margin: 5px 0;
}

.settings-dropdown-item {
  border-bottom: 0.5px solid rgba(232, 237, 242, 0.31);
  padding: 10px;
}

.settings-dropdown-item:last-child {
  border-bottom: 0px;
}

.settings-dropdown-item h4 {
  color: #0094d3;
  font-size: 12px;
}

.header_tools .settings-dropdown-item a img {
  width: 25px;
  height: fit-content;
  opacity: 1;
}

.header_tools .settings-dropdown-item a:hover img {
  transform: inherit;
  opacity: 0.85;
}

.header_tools .settings-dropdown-item a.bigger_text_icon,
.header_tools .settings-dropdown-item a.smaller_text_icon,
.header_tools .settings-dropdown-item a.grayscale_icon {
  border-right: 0px;
  border-left: 0px;
}

.header_tools a {
  padding: 0 10px;
  font-size: 20px;
}

.header_tools a:hover,
.header_top_elements a:hover {
  color: #0094d3;
}

.d-none {
  display: none;
}

.findNearest {
  background-color: #fff !important;
  overflow: hidden !important;
  padding: 15px !important;
  margin-bottom: 30px !important;
  padding-bottom: 0 !important;
}

#divContentBox h4,
.heading--section {
  font-size: 2.8rem !important;
}

.findNearest__map {
  margin-bottom: 0px !important;
}

footer {
  background-color: #10386d;
  padding: 70px 0 0 0;
  color: #fff;
  font-size: 13px;
  font-family: zatca_font_normal;
}

footer .row {
  display: flex;
  flex-wrap: wrap;
}

footer .d-flex {
  display: flex;
  justify-content: start;
  align-items: start;
}

footer .justify-content-between {
  justify-content: space-between !important;
}

footer .justify-content-center {
  justify-content: center;
}

footer .justify-content-end {
  justify-content: end;
}

footer .align-items-center {
  align-items: center;
}

footer .flex-wrap {
  flex-wrap: wrap;
}

footer .flex-gap-1 {
  gap: 6px;
}

footer .flex-gap-2 {
  gap: 12px;
}

footer .list-inline>li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

footer img {
  vertical-align: middle;
  display: inline-block;
}

footer .btn.btn-primary.btn-sm {
  color: #fff;
  width: 108px;
  background-color: #0996d4 !important;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 45px;
  border-radius: 14px !important;
  font-size: 20px !important;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  min-width: 180px !important;
  text-align: center;
  background-image: none !important;
  border: none !important;
  box-shadow: none;
  padding: 0.215em 2em 0.3em !important;
  line-height: 1.5 !important;
}

footer .btn.btn-primary.btn-sm:hover {
  color: #0996d4 !important;
  border: 1px solid #0996d4 !important;
  background-color: #fff !important;
}

footer h3 {
  font-size: 20px;
  color: #fff;
}

footer .subscribe {
  width: 100%;
  flex-wrap: nowrap;
}

footer .dga_container {
  margin-bottom: 20px;
}

.dga_container img {
  width: 270px;
}

footer a.deafness-help-link {
  padding: 5px 8px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 7px;
  font-size: 14px;
  line-height: 24px;
  text-decoration: underline;
}

footer a.deafness-help-link:hover {

  color: #f8f8f8;

  text-decoration: none;
}

@media screen and (min-width: 700px) {
  footer .subscribe {
    width: 500px;
  }
}

footer .links-header {
  font-size: 20px;
  color: #0094d3;
  margin-bottom: 20px;
}

footer .links-header-small {
  font-size: 16px;
}

footer .links-item {
  font-size: 14px;
  color: #fff;
  margin-bottom: 18px;
  font-weight: lighter;
}

footer .links-item a {
  color: #fff;
  position: relative;
}

.list-unstyled .links-item a:after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: -2px;
  left: 0;
  background-color: currentColor;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.list-unstyled .links-item a:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.list-inline a {
  transition: opacity .2s linear;
}

.list-inline a:hover {
  opacity: .7;
}

footer .links-item a:before {
  content: none;
}

footer .links-item .fa {
  font-size: 25px;
}

footer hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border-color: rgba(232, 237, 242, 0.31);
}

footer .bottom-footer {
  background-color: #fff;
  color: #042e66;
  padding: 25px 0 25px 0;
}

footer .bottom-footer a {
  color: #042e66;
}

footer .col-md-3 {
  width: 100%;
}

footer .col-sm-6 {
  width: 100%;
}

@media (min-width: 768px) {
  footer .col-sm-6 {
    width: 50%;
  }

  footer .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  footer .col-md-3 {
    width: 25%;
  }

  footer .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  footer .container {
    width: 1170px;
  }
}

@media (max-width: 1201px) {
  footer .container {
    padding: 0 32px;
  }
}

footer .form-control {
  font-size: 14px;
  font-weight: normal;
  width: 100%;
  background-image: none;
  box-shadow: inset 0 1px 1px #000;
  -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border: 1px solid #ced4da;
  border-radius: 14px !important;
  height: 46px !important;
  padding: 0.375rem 0.75rem;
  background-color: #fff;
  background-clip: padding-box;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  color: #000;
  border: 0;
}

footer .form-control ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #999;
  opacity: 1;
  /* Firefox */
}

footer .form-control :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999;
}

footer .form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #999;
}

.cookies-options {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(0, 36, 71, 0.7);
  color: #fff;
  z-index: 999;
  font-size: 14px;
  font-family: 'zatca_font_normal';
  padding: 11px 25px;
}

.cookies-options .d-flex {
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

.cookies-options a:not(.btn) {
  color: #fff;
  text-decoration: underline;
}

.cookies-options .btn {
  background: rgb(9, 150, 212);
  color: #fff;
  font-size: 12px;
  border-radius: 8px;
  padding: 5px 27px 6px;
  text-transform: capitalize;
}

.ui-autocomplete {
  max-height: 500px;
  overflow-y: auto;
  /* prevent horizontal scrollbar */
  overflow-x: hidden;
}

/* IE 6 doesn't support max-height
* we use height instead, but this forces the menu to always be this tall
*/
* html .ui-autocomplete {
  height: 500px;
}

.ui-autocomplete-input {
  transition: none;
}

.ui-autocomplete-loading {
  background: url(/Style%20Library/GAZTinternet/images/loading.gif) rgba(255, 255, 255, 0.85) 106px 14px no-repeat;
}

.search-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: #10386d;
  /*background-image: url('../image/home-page-search.svg');*/
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 20px;
  color: #fff;
}

.search-body form {
  margin-top: 70px;
}

.search-modal .search-close-button {
  cursor: pointer;
  justify-content: end;
  align-items: center;
  gap: 7px;
}

.search-title {
  line-height: 1.2;
  font-size: 3.75rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  color: #fff;
}

.search-modal .ds-display-font,
.search-modal h3 {
  color: #fff;
}

.search-body {
  text-align: center;
}

.search-body .ds-text-input {
  width: 620px;
  height: 60px;
  position: relative;
}

[dir="ltr"] .search-body .ds-text-input {
  padding-left: 50px;
  padding-right: 132px;
}

[dir="rtl"] .search-body .ds-text-input {
  padding-right: 50px;
  padding-left: 132px;
}

[dir="ltr"] #search-wrapper .icon-search {
  right: auto;
  left: 13px;
}

[dir="ltr"] .ui-autocomplete-loading {
  background: url(/Style%20Library/GAZTinternet/images/loading.gif) rgba(255, 255, 255, 0.85) right 121px top 14px no-repeat
}

.search-body .btn-primary {
  color: #fff;
  position: absolute;
  left: 19px;
  top: 9px;
  margin: 0;
  background: #10386d;
  border-radius: 9px;
  padding: 7px 25px;
  font-size: 14px;
}

[dir="ltr"] .search-body .btn-primary {
  left: auto;
  right: 19px;
}

.search-suggestions {
  color: #fff;
  margin-top: 45px;
}

[dir="ltr"] .search-suggestions {
  text-align: left;
}

[dir="rtl"] .search-suggestions {
  text-align: right;
}

.search-suggestions a {
  color: #fff;
  line-height: 28px;
  /*white-space: nowrap;*/
  text-decoration: underline;
}

[dir="rtl"] .search-suggestions a {
  margin-left: 40px;
}

[dir="ltr"] .search-suggestions a {
  margin-right: 40px;
}

.search-modal .dropdown-menu a {
  padding: 18px;
}

.search-modal .ds-search {
  padding: 17px;
  color: #3ca078;
  position: absolute;
  width: 24px;
  font-weight: bold;
}

[dir="ltr"] .search-modal .ds-search {
  left: 0px;
}

[dir="rtl"] .search-modal .ds-search {
  right: 0px;
}

@media (max-width: 992px) {
  .search-title {
    font-size: 1.75rem;
    padding-top: 4rem;
  }

  .search-modal .ds-display-font,
  .search-modal h3 {
    display: none;
  }
}

#search-dropdown-menu {
  max-height: 350px;
  overflow-y: auto;
}

#search-wrapper .icon-search {
  font-size: 22px;
  position: absolute;
  right: 13px;
  top: 19px;
  color: #000;
  z-index: 9;
}


.zatca-loader {
  display: flex;
  position: fixed;
  z-index: 9999;
  top: 0;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 1);
  right: 0;
  left: 0;
  bottom: 0;
  text-align: center;
  flex-direction: column;
  color: #002447;
}

.menu-container {
  width: 100%
}

.menu>ul {
  margin: 0 auto;
  width: 100%;
  list-style: none;
  padding: 0;
  position: relative;
  /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
  box-sizing: border-box;
  clear: right;
  display: flex;
  justify-content: space-between;
}

.menu>ul:before,
.menu>ul:after {
  content: "";
  display: table;
}

.menu>ul:after {
  clear: both;
}

.menu>ul>li {
  float: right;

  padding: 0;
  margin: 0;
}

.menu>ul>li a {
  text-decoration: none;
  padding: 1.5em 3em;
  display: block;
}

.menu>ul>li>ul {
  display: none;
  width: 100%;
  background: rgba(255, 255, 255, 0.98);
  position: absolute;
  z-index: 99;
  left: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
  flex-wrap: wrap;
}

.menu>ul>li>ul:before,
.menu>ul>li>ul:after {
  content: "";
  display: table;
}

.menu>ul>li>ul:after {
  clear: both;
}

.menu>ul>li>ul>li {
  margin: 0;
  padding-bottom: 0;
  list-style: none;
  width: 25%;
  background: none;
  float: right;
  border-right: 1px solid #ddd;
}

#menu>ul>li>ul>li a {
  color: #777;
  padding: 7px 15px;
  /* width: 95%; */
  display: block;
  border-top: 1px dashed rgba(255, 255, 255, 0.14);
}

.menu>ul>li>ul>li a:hover {
  color: #03a9f4;
}

.menu>ul>li>ul>li>ul {
  display: block;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
}

.menu>ul>li>ul>li>ul:before,
.menu>ul>li>ul>li>ul:after {
  content: "";
  display: table;
}

.menu>ul>li>ul>li>ul:after {
  clear: both;
}

.menu>ul>li>ul>li>ul>li {
  float: left;
  width: 100%;
  margin: 0;
  font-size: .8em;

}

.menu>ul>li>ul>li>ul>li a {
  border: 0;
  font-size: 14px;
}

.menu>ul>li>ul.normal-sub {
  width: 300px;
  left: auto;
  padding: 10px 20px;
}

.menu>ul>li>ul.normal-sub>li {
  width: 100%;
}

.menu>ul>li>ul.normal-sub>li a {
  border: 0;
  padding: 1em 0;
}

.menu-mobile {
  display: none;
  padding: 20px;
}

#menu>ul>li>ul>li a:hover {
  background: var(--primary-color);
  color: #fff;
}

.menu-dropdown-icon:before,
.menu-dropdown-icon:after {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  background: rgba(255, 255, 255, 0.67);
  position: absolute;
  top: 23px;
  transition: all 0.2s ease;
  display: none;
  left: 24px
}

.menu-dropdown-icon:before {
  transform: rotate(90deg);
}

#menu {
  display: block !important;
}

.menu>ul>li>ul a {
  color: #555;
}

.fixed-header .menu-container {
  width: auto;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media only screen and (max-width: 959px) {
  .fixed-header .menu-container {
    width: 100%;
    bottom: 65px;
    position: relative;
  }

  .menu li a i {
    display: none;
  }

  .fixed-header #menu {
    padding-right: 0;
  }

  .menu .show-on-mobile>li>a {
    width: 80%;
  }

  .show-on-mobile>li {
    position: relative;
  }

  .menu>ul>li>ul {
    background: rgb(0 36 71);
  }

  #menu>ul>li>ul>li a {
    color: var(--font-color);
  }

  .menu-container {
    width: 100%;
  }

  .menu-container .menu {
    display: inline-block;
  }

  .menu-mobile {
    display: block;
    padding: 6px 11px;
    color: #fff !important;
    width: 39px;
    margin-right: auto;
    margin-left: 20px;
    margin-top: 5px;
  }

  .fixed-header .menu-mobile {

    margin-left: 30px;
    margin-top: 10px;
  }

  [dir="ltr"] .menu-mobile {
    float: right;
  }

  .menu-dropdown-icon:before,
  .menu-dropdown-icon:after {
    display: block;
  }

  .menu>ul {
    display: none;
    width: 100%;
  }

  .menu>ul>li {
    width: 100%;
    float: none;
    display: block;
  }

  .menu>ul>li a {
    padding: 1.5em;
    width: 100%;
    display: block;
  }

  .menu>ul>li>ul {
    position: relative;
    padding: 0 10px;
  }

  .menu>ul>li>ul.normal-sub {
    width: 100%;
  }

  .menu>ul>li>ul>li {
    float: none;
    width: 100% !important;
  }

  .menu>ul>li>ul>li:first-child {
    margin: 0;
  }

  .menu>ul>li>ul>li>ul {
    position: relative;
  }

  .menu>ul>li>ul>li>ul>li {
    float: none;
  }

  .menu .show-on-mobile {
    display: block;
  }

  .menu-dropdown-icon.active:before {
    transform: rotate(0);
  }
}


/***************************** stg demo **************************************/


.most-used-services {
  background: #fff;
  padding: 0 0 60px;
  font-family: 'zatca_font_normal';
}

.most-used-services p {
  color: #58595B;
  max-width: 500px;
  font-size: 16px;
  line-height: 30px;
  margin-top: 20px;
}

.most-used-services-wrapper {
  display: flex;
}

#taxTypes_tabs {
  flex: 2
}

.most-used-services-container {
  flex: 6;
}

.most-used-services h3.most-title {
  margin: 30px 0 15px;
}

.most-used-services h1 {

  background: linear-gradient(92deg, rgba(2, 70, 147, 1) -12%, rgba(0, 148, 211, 1) 0, rgba(81, 186, 180, 1) 71%, rgba(98, 179, 79, 1) 105%);
  font-size: 24px;
  font-weight: 400;
  padding: 8px 35px;
  border-radius: 0;
  position: relative;
  top: 0;
  color: var(--font-color);
}

.most-used-services h1:before {
  content: "";
  background-color: #fff;
  width: 35%;
  height: 40px;
  position: absolute;
  left: 0;
  top: 5px;
}

.most-used-services h1:after {
  content: "";
  background-color: #fff;
  width: 60%;
  height: 40px;
  position: absolute;
  left: 0;
  top: 30px;
}

#taxTypes_tabs a {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #042E66;
  font-size: 19px;
  margin-bottom: 12px;
  font-family: 'zatca_font_normal';
}

#taxTypes_tabs a.active {
  color: #0094D3;
}

#taxTypes_tabs img {
  width: 33px;
  height: 33px;
  object-fit: contain;
}

#most-used-services-items {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 20px;
}

#most-used-services-items>div {
  width: 240px;
  overflow: hidden;
  height: 150px;
  border: 1px solid #042E66;
  border-radius: 14px;
  padding: 16px;
  flex-grow: 1;
}

div#most-used-services-items img {
  height: 50px;
  width: 50px;
  object-fit: contain;
  height: 125px;
  width: 125px;
  transform: translate(16px, -29px);
}

.servive-img-wrapper {
  width: 100%;
  height: 61px;
  overflow: hidden;
}

div#most-used-services-items a:not(.goto-all-services) {
  display: flex;
  flex-direction: column;
  font-size: 17px;
  justify-content: flex-end;
  height: 100%;
  color: #042E66;
}

div#most-used-services-items span {
  text-overflow: ellipsis;
  white-space: nowrap;

  overflow: hidden;
}

#most-used-services-items>div:hover {
  background: #002447;
}

#most-used-services-items>div:hover a {
  color: #fff;
}

#most-used-services-items>div:hover img {
  filter: brightness(0) invert(1);
}

div#most-used-services-items>a {
  display: block;
  height: auto;
}

.goto-all-services {
  color: #0094D3 !important;
  width: 240px;
  height: 150px;
  padding-top: 80px;
}

.tax-sub-category-item {
  background: #fff;
  border-radius: 10px;
  margin: 0;
  font-size: 13px;
  color: #222 !important;
  text-decoration: none;
  line-height: 1.3;
  padding: 10px 6px;
  box-shadow: 0 2px 21px 0 rgb(0 0 0 / 5%);
  font-weight: 400;
  z-index: 9;
  text-align: center;
  border: 1px solid transparent;
  flex-grow: 1;
}

.tax-sub-category-item img {
  width: 30px;
  display: block;
}


#taxServicesMain {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  justify-content: space-between;
  margin-bottom: 15px;
}

.tax-sub-category-item:hover,
.tax-sub-category-item.selected {
  border: 1px solid var(--primary-color);
  transition: 0.3s ease-in-out;
}

.zatcaConsulting .consult-card {
  background-color: #fff;
}

.zatcaConsulting .consult-card {
  padding: 1rem;
  text-align: center;
  border: 2px solid #fff;
  font-size: 16px;
  margin-bottom: 3rem;
}

.zatcaConsulting .consult-card:hover {
  border: 2px solid #0996d4;
}

.zatcaConsulting .consult-card img {
  margin: 20px auto;
  width: 220px;
}

.zatcaConsulting .consult-card h5 {
  text-align: right;
}

.zatcaConsulting input[type="checkbox"] {
  width: 20px;
  height: 20px;
  vertical-align: inherit;
}

.zatcaConsulting input[type="checkbox"]+label {
  margin-bottom: 0.5rem;
  vertical-align: middle;
  margin-top: 0px;
  font-size: 14px;
  width: 80%;
}

.zatcaConsulting .bg-primary {
  background: #18528b !important;
}

.zatcaConsulting .card-footer {
  border-top: 1px solid #ddd;
  padding: 1rem 0 0;
  margin-top: 2rem;
  background-color: #fff;
}

.zatcaConsulting span.badge {
  font-size: 16px;
  padding: 12px;
  display: block;
}

.zatcaConsulting .consult-title {
  text-align: right;
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
  margin: 15px 0;
  min-height: 105px;
}

.zatcaConsulting .badge-success {
  background-color: #62b34f;
}

.zatcaConsulting .badge-danger {
  background-color: #002447;
}

.zatcaConsulting .badge-info {
  background-color: #0996d4;
}

.zatcaConsulting input[type="checkbox"]:checked:after {
  font-size: 17px;
  top: -1px;
  left: -1px;
  width: 20px;
  height: 20px;
}

.zatcaParticipations .consult-card {
  background-color: #fff;
}

.zatcaParticipations .consult-card {
  padding: 1rem;
  text-align: center;
  border: 2px solid #fff;
  font-size: 16px;
  margin-bottom: 3rem;
}


.zatcaParticipations .consult-card h5 {
  text-align: right;
  color: #888;
}

.zatcaParticipations input[type="checkbox"] {
  width: 20px;
  height: 20px;
  vertical-align: inherit;
}

.zatcaParticipations input[type="checkbox"]+label {
  margin-bottom: 0.5rem;
  vertical-align: middle;
  margin-top: 0px;
  font-size: 14px;
  width: 80%;
}

.zatcaParticipations .bg-primary {
  background: #18528b !important;
}

.zatcaParticipations .card-footer {
  border-top: 1px solid #ddd;
  padding: 1rem 0 0;
  margin-top: 1rem;
  background-color: #fff;
}

.zatcaParticipations span.badge {
  font-size: 14px;
  padding: 12px;
  display: block;
}

.zatcaParticipations .consult-title {
  text-align: right;
  padding: 0;
  border-bottom: 1px solid #ddd;
  margin: 15px 0;
  min-height: 105px;
  font-size: 18px;
}

.zatcaParticipations .consult-links {
  padding: 0px;

  margin: 15px 0;
}

.zatcaParticipations .badge-success {
  background-color: #62b34f;
}

.zatcaParticipations .badge-danger {
  background-color: #002447;
}

.zatcaParticipations .badge-info {
  background-color: #0996d4;
}

.zatcaParticipations input[type="checkbox"]:checked:after {
  font-size: 17px;
  top: -1px;
  left: -1px;
  width: 20px;
  height: 20px;
}

.zatcaParticipations .card-footer .btn {
  padding: 8px;
  background: #0996d4;
  border-radius: 14px;
  color: #fff;
  font-size: 14px;
  min-width: 180px;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s linear;
  border: 1px solid #0996d4;
}

.zatcaParticipations .card-footer .btn:hover {
  border: 1px solid #0996d4;
  background: #fff;
  color: #0996d4 !important;
}

.zatcaParticipations .card-footer .btn:visited {
  color: #fff;
}

.zatcaParticipations .linkWithArrow:link,
.zatcaParticipations .linkWithArrow:visited {
  color: #0996d4;
  padding-right: 0.5rem;
}

.zatcaParticipations .card-dates {
  text-align: right;
}


.wide-banner {
  background-color: #10386D;
  color: #fff;
  padding: 55px 0;
  font-family: 'zatca_font_normal';
}

.wide-banner.stripes {
  background-image: url(/Style%20Library/GAZTinternet/new/images/stripes.svg);
  background-position: left bottom;
  background-repeat: no-repeat;
}

.wide-banner h2 {
  font-size: 36px;
  line-height: 59px;
  margin-bottom: 15px;
}

.wide-banner p {
  font-size: 18px;
  line-height: 40px;
}

.justify-content-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.box-card {
  background: #fff;
  padding: 23px;
  border-radius: 17px;
  color: #1E3871;
  min-width: 205px;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

.box-card p {
  font-size: 16px;
  font-family: 'zatca_font_normal';
}

.box-card img {
  -webkit-filter: drop-shadow(3em 0 0px #10386d);
  filter: drop-shadow(3em 0 0px #10386d);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 3em;
  width: 3em;
  position: relative;
  left: -3em;
}

.box-image {
  height: 3em;
  width: 3em;
  overflow: hidden;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.box-card:hover {
  background: rgb(25, 94, 163);
  background: -o-linear-gradient(60deg, rgba(25, 94, 163, 1) 0%, rgba(24, 134, 196, 1) 100%);
  background: linear-gradient(30deg, rgba(25, 94, 163, 1) 0%, rgba(24, 134, 196, 1) 100%);
  color: #fff;
}

.box-card:hover img {
  -webkit-filter: drop-shadow(3em 0 0px #fff);
  filter: drop-shadow(3em 0 0px #fff);
}

.gap-5 {
  gap: 150px;
}

.gap-2 {
  gap: 40px;
}

@media screen and (min-width:730px) {
  .d-md-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .flex-1 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.recatgular-box,
.box-card {
  margin: 10px;
}

.wide-banner {
  padding: 10px;
}

.recatgular-box {
  padding: 25px;
  background-color: #10386D;
  border-radius: 13px;
  font-family: 'zatca_font_normal';
  color: #fff;
  height: 100%;
}

.flex-column {
  flex-direction: column;
}

.recatgular-box-image {
  width: 70px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.recatgular-box h3 {
  font-size: 22px;
}

.recatgular-box p {
  font-size: 13px;
  text-align: center;
}

.recatgular-box a {
  color: #0996D4;
}

.recatgular-box-vertical {
  padding-bottom: 70px;
}

.recatgular-box-vertical.recatgular-box-white {
  background: #fff;
  border: 1px solid rgba(4, 46, 102, 0.44);
}

.recatgular-box-vertical.recatgular-box-white h3 {
  color: #042E66;
  font-family: 'zatca_font_bold';
}

.recatgular-box-vertical.recatgular-box-white p {
  color: #686868;
}

.recatgular-box-vertical .recatgular-box-image {
  width: auto;
  height: 90px;
  margin-bottom: 20px;
}

.recatgular-box .btn.btn-primary {
  background: #0996D4;
  color: #fff;
  display: block;
  border-radius: 14px;
  padding: 6px 12px;
  font-size: 16px;
  margin-top: 50px;
  min-width: 180px;
  cursor: pointer;
  text-align: center;
  transition: background .2s linear;
}

.recatgular-box .btn.btn-primary:hover {
  background: #0683ba;
}

.mt-auto {
  margin-top: auto;
}

@media screen and (max-width:750px) {
  .most-used-services-wrapper {
    flex-direction: column;
  }

  .most-used-services {
    padding: 57px 20px;
  }

  #most-used-services-items {
    gap: 20px;
  }

  .goto-all-services {
    padding-top: 0;
  }

  #most-used-services-items>div {
    height: 120px;
  }
}

/* live broadcast new design */
#video-gallery {
  display: flex;
  align-items: stretch;
  background: var(--secound-color);
  color: #fff;
}


.video-gallery-wrapper {
  flex: 1;
}

.iframe-wrapper {
  flex: 3;
}

.video-gallery-wrapper .video-gallery-link {

  background-color: transparent;
  border-bottom: 2px solid var(--z3252c-color);
  background: url(/Style%20Library/GAZTinternet/img/Live_ico.svg) no-repeat 5% 50%;
  padding: 20px;
  text-align: right;
  padding-bottom: 3px;
}

.video-gallery-wrapper h5 {
  font-size: 16px;
  margin: 0;
  padding: 0;
  line-height: 20px;
  color: #fff;
}

.video-gallery-wrapper span {
  color: #ddd;
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 18px;
}

.video-gallery-wrapper .video-gallery-link.active {
  background-color: var(--z3252c-color);
  border-bottom: 2px solid var(--z3252c-color);
}

@media screen and (max-width:600px) {
  #video-gallery {
    flex-direction: column-reverse;
  }

  .iframe-wrapper {
    flex: auto;
    height: 370px !important;
  }
}