﻿@font-face {
  font-family: "Helvetica-Neue";
  src: url("/Style Library/fonts/en/HelveticaNeue-Roman.eot");
  src: url("/Style Library/fonts/en/HelveticaNeue-Roman.eot?#iefix") format("embedded-opentype"), url("/Style Library/fonts/en/HelveticaNeue-Roman.woff2") format("woff2"), url("/Style Library/fonts/en/HelveticaNeue-Roman.woff") format("woff"), url("/Style Library/fonts/en/HelveticaNeue-Roman.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica-Neue";
  src: url("/Style Library/fonts/en/HelveticaNeue-Medium.eot");
  src: url("/Style Library/fonts/en/HelveticaNeue-Medium.eot?#iefix") format("embedded-opentype"), url("/Style Library/fonts/en/HelveticaNeue-Medium.woff2") format("woff2"), url("/Style Library/fonts/en/HelveticaNeue-Medium.woff") format("woff"), url("/Style Library/fonts/en/HelveticaNeue-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'safwaFonts';
  src: url('/Style Library/fonts/safwaFonts/safwaFonts.eot');
  src: url('/Style Library/fonts/safwaFonts/safwaFonts.eot?cc1nzx#iefix') format('embedded-opentype'),
    url('/Style Library/fonts/safwaFonts/safwaFonts.ttf?cc1nzx') format('truetype'),
    url('/Style Library/fonts/safwaFonts/safwaFonts.woff?cc1nzx') format('woff'),
    url('/Style Library/fonts/safwaFonts/safwaFonts.svg?cc1nzx#safwaFonts') format('svg');,
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'M_safwaFonts';
  src: url('/Style Library/fonts/safwaFonts/M_safwa.eot');
  src: url('/Style Library/fonts/safwaFonts/M_safwa.eot?cc1nzx#iefix') format('embedded-opentype'),
    url('/Style Library/fonts/safwaFonts/M_safwa.ttf?cc1nzx') format('truetype'),
    url('/Style Library/fonts/safwaFonts/M_safwa.woff?cc1nzx') format('woff'),
    url('/Style Library/fonts/safwaFonts/M_safwa.svg?cc1nzx#safwaFonts') format('svg');,
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "FrutigerLTArabic";
  src: url("/Style Library/fonts/FrutigerLTArabic55Roman.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "FrutigerLTArabic";
  src: url("/Style Library/fonts/FrutigerLTArabic65Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

.EnglishContents{
	display:block!important
}
.ArabicContents{
	display:none!important
}
lang["ar"] .EnglishContents,dir["rtl"] .EnglishContents{
	display:none!important
}
lang["ar"] .ArabicContents,dir["rtl"] .ArabicContents{
	display:block!important
}

.ms-webpart-chrome-vertical, .ms-webpart-zone,div.ms-webpart-cell-vertical-inline-table{
	display:block!important
}

#s4-bodyContainer{
	padding-bottom:0px
}
i.safwa {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'safwaFonts' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
i.M_safwa {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'M_safwaFonts' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.safwa-accessibility:before {
  content: "\e900";
  /*color: #296375;*/
  color:#fff;
}

.safwa-cars:before {
  content: "\e902";
  color: #8a1739;
}

.safwa-communication:before {
  content: "\e903";
  color: #8a1739;
}

.safwa-discount:before {
  content: "\e904";
  color: #474848;
}

.safwa-envelope:before {
  content: "\e907";
  color: #fff;
}

.safwa-location:before {
  content: "\e909";
  color: #474848;
}

.safwa-map:before {
  content: "\e90a";
}

.safwa-medicals:before {
  content: "\e90b";
  color: #8a1739;
}

.safwa-mobile:before {
  content: "\e90c";
}



body{
	font-family: "FrutigerLTArabic" !important;
	font-weight:normal;
	overflow:auto;
	overflow-x:hidden;
}

body {
  --theme-primary-bg-color: #fff;
  --theme-header-bg-color: #E9EEEF;
  --theme-secondary-bg-color: #f5f7ff;
  --theme-primary-text-color: #474848;
  --theme-secondary-text-color: #296375;
  --topbar-link-color: #296375;
  --theme-heading-text-color: #0F172A;
  --btn-primary-color: #296375;
  --Light-1:#E9EEEF;
  --accBgColor:#e9eeef80;
  --Slate-600:#475569;

}

body.dark-theme {
  --theme-primary-bg-color: #000;
  --theme-header-bg-color: #5e5e5e;
  --theme-secondary-bg-color: #1c1c1c;
  --theme-primary-text-color: #fff;
  --theme-heading-text-color: #ffffff;
  --theme-secondary-text-color: #eeeded;
  --topbar-link-color: #ffffff;
  --btn-primary-color: #c5c5c5;
  --Light-1:#fff;
  --accBgColor:#fff;
  --Slate-600:#fff;

}

body.home {
  background-color: var(--theme-primary-bg-color);
}

@media (min-width: 768px) {
  .animate {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
  }
}

@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }

  100% {
    transform: translateY(0rem);
    opacity: 1;
  }

  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }

  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}

a {
  text-decoration: none;
}

body ul {
  margin: 0;
  padding: 0;
}

body {
  font-size: 1rem;
  background-color: var(--theme-secondary-bg-color);
  color: var(--theme-primary-text-color);

}
i {
  font-style: normal;
}
h1,
h2,
h3 {
  color: var(--theme-heading-text-color);
}

body .btn-primary {
  /*background-color: #296375;*/
  background-color:#fff;
  border: 1px solid #296375;
  color: #296375;
  font-size: 1.125rem;
  line-height: 20px;
  padding: 8px 20px 6px;
  cursor: pointer;
  display: inline-block;
  border-radius: 18px;
  transition: all 0.5s;
}

body .btn-check:focus+.btn-primary,
body .btn-primary:focus {
  color: #fff;
  background-color: var(--btn-primary-color);
  border-color: var(--btn-primary-color);
  box-shadow: none;
}

body .btn-primary:hover {
  background-color: #ffffff;
  border: 1px solid var(--btn-primary-color);
  /*color: var(--btn-primary-color);*/
  color:#296375;
}

body .btn-lined {
  background-color: transparent;
  /*border: 1px solid var(--btn-primary-color);*/
  border:1px solid #fff;
  color: var(--btn-primary-color);
  font-size: 1.125rem;
  line-height: 20px;
  padding: 8px 20px 6px;
  cursor: pointer;
  display: inline-block;
  border-radius: 18px;
  transition: all 0.5;
}

header .btn-lined{
	color:#fff;
}

body .btn-lined:hover {
 /* background-color: var(--btn-primary-color);*/
  background-color:#fff;
  /*border: 1px solid var(--btn-primary-color);*/
  border:1px solid #fff;
  color: var(--btn-primary-color);
}

.bold-txt,
h1,
h2,
h3 {
	/*font-family:Helvetica-Neue, sans-serif;*/
	font-family: "FrutigerLTArabic";
  font-weight: 700;
}


.medium-txt {
  	/*font-family: Helvetica-Neue, sans-serif;*/
	font-family: "FrutigerLTArabic";
    font-weight: 400;
}

.readMore-lnk {
  color: #7F223A;
}

.text-md {
  font-size: 1.125rem;
  line-height: 1.625rem;
}

.text-md-1 {
  font-size: 1.188rem;
  line-height: 1.525rem;
}

.text-lg {
  font-size: 1.25rem;
  line-height: 1.85rem;
}


/****************************DIC Home************************************/
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
    flex-grow: initial;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 10px 0.5rem 6px;
  }
}


header .main-menu li.nav-item:not(:last-child) a.nav-link:hover {
  border: 1px solid #ffffffb8;
  border-radius: 38px;
}

header .main-menu li.nav-item {
  padding: 28px 5px;
}

header .btn-container button {
  /*font-weight: bold;*/
}

.navbar-dark .navbar-toggler {
  color: rgb(255 255 255);
  border-color: rgb(255 255 255 / 0%);
  border: 0px
}

.navbar-toggler:focus {
  border: 0px;
  box-shadow: none;
}

.navbar-dark .navbar-toggler-icon {
  background-image: none;
}

header .btn.lined:hover {
  color: #ffffff;
}

.btn-check:focus+.btn,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 .25rem rgb(13 110 253 / 0%) !important;
}

header .top-bar {
  /*background-color: var(--theme-header-bg-color);*/
  background-color:#296375;
 /* border-bottom: 1px solid var(--theme-header-bg-color);*/
  padding: 20px 0;
}

header .top-bar .dropdown-menu {
  width: 11rem;
}

.language-switcher {
  border-inline-end: 1px solid #65646C;
  padding-inline-end: 10px;
}

header .top-bar .dropdown-menu.language-switcher .language-item i {
  color: #338CAB;
  font-size: 22px;
}

header .top-bar .dropdown-menu.language-switcher .language-item.active i {

  color: #39405F;
}

header .top-bar .dropdown-menu.language-switcher .language-item.active {
  color: #556094
}

header .top-bar ul li {
  margin: 0px 10px;
}

header .top-bar .dropdown-menu a {
  color: #fff;
  margin: 0px 5px;
  font-size: 0.875rem;
}

.fa-circle-half-stroke {
  font-size: 22px;
}

header .top-bar li.accessability .dropdown-menu a.fs-adapter {
  border: 3px solid #ffffff;
  font-size: 11px;
  text-align: center;
  width: 23px;
  display: inline-block;
  height: 23px;
  border-radius: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 1px;
  padding-left: 0px;
}


section.main-slider {
  position: relative;
}

header .btn-search {
  color: #ffffff;
  padding: 0;
  min-width:4em;
}

header .btn-search i {
  margin: 0px 10px;
  font-size: 18px;
}

header {
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1050;
  margin-bottom: 7px;
  border-bottom: 1px solid #272E56;
  height: auto;
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:hover {
  color: #fff;
  text-decoration: none;
  background-color: #0d6efd00 !important;
}

.dropdown-menu {
  background-color: #296375;
  color: #ffffff;
  width: 100%;
}

.top-bar .dropdown-menu {
  padding: 30px 7px;
}

.main-menu .dropdown-menu {
  min-width: 320px;
  padding: 30px;

}

.main-menu .dropdown-menu li:not(:last-child) {
  border-bottom: 1px solid #2B3971;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

header .main-menu .nav-item:hover .dropdown-menu {
  top: 90px;
  right: 0;
}

.navbar {
  padding: 0;
}

.top-bar ul li.nav-item.dropdown a.nav-link {
  color: var(--topbar-link-color);
  padding: 0px 7px 1px;
  font-weight: bold;
}

.top-bar ul li i {
 /* color: var(--topbar-link-color);*/
  color:#fff;
}

.top-bar ul li.nav-item.dropdown i {
  color: #ffffff;
}

.top-bar ul li.nav-item.dropdown a.nav-link i {
  font-size: 20px;
}

.top-bar ul .dropdown-menu span.title {
  font-size: 14px;
  font-weight: bold;
  display: block;
}

#home-main-banner {
  width: 500px;
}

.banner-slider-container {
  position: relative;
  text-align: center;
  z-index: 10;
}

.page-content-main-container {
  padding-top: 75px;
}

@media (max-width: 991px) {
  .page-content-main-container {
    padding-top: 165px;
  }
}

header .top-bar .nav-item:hover .dropdown-menu {
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0) !important;
}

@media (min-width: 991px) {
  header .main-menu .nav-item:hover .dropdown-menu {
    display: block;
  }
}

/************ Slider Css******************/


[lang="ar"] i:not(i.fa-brands),
[dir="rtl"] i:not(i.fa-brands) {
  transform: scaleX(-1);
}


.section-heading {
  text-align: center;
}

.white-txt {
  color: #ffffff;
}


body ul {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}

footer {
  background-image: url('/Style Library/Portal_Images/footer-bg.jpg');
  background-size: cover;
  color: #ffffff;
  /*font-family: Helvetica-Neue, sans-serif;*/
  font-size: var(--fs-base-lg);
  font-weight: 300;
}

footer a {
  color: #ffffff;
}

footer .menu-title {
  text-transform: uppercase;
}

ul.inline-list li {
  display: inline-block;
}

footer .footer-menu.contact i {
  font-size: 9px;
  color: #1E2E53;
  background-color: #ffffff;
  border-radius: 40px;
  padding: 5px 5px;
  margin-right: 5px;
  position: relative;
  top: -2px
}

[lang="ar"] footer .footer-menu.contact i,
[dir="rtl"] footer .footer-menu.contact i {
  margin-left: 10px;
}

footer .subscribe-form input {
  background-color: #00000000;
  border: 0px;
  color: #809AE8;
  border-radius: 0px;
  border-bottom: 1px solid #809ae8dc;
  margin-bottom: 1rem;
}

footer .subscribe-form ::placeholder {
  color: #809ae8df;
  opacity: 1;
  /* Firefox */
}

footer .subscribe-form ::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: #809AE8;
}

footer .subscribe-form button {
  background-color: #7F2239;
  color: #ffffff;
  font-size: var(--fs-sm);
  border-radius: 21px;
  padding: 7px 15px;
  margin-top: 1rem;

}

footer .footer-logos-container li {
  margin: 0px 1rem;
}


footer .footer-logos-container {
  position: relative;
  top: -10px;
}

footer .bottom-bar {
  background-color: #040E25;
  color: #ffffff;
}

footer .bottom-bar a {
  color: white;
}

footer .bottom-bar ul.policy-list li {
  padding: 0px 13px;
  margin: 0px -2px;
  line-height: 18px;
  border-left: 1px solid #373737;
}

[lang="ar"] footer .bottom-bar ul.policy-list li,
[dir="rtl"] footer .bottom-bar ul.policy-list li {
  border-right: 1px solid #373737;
  border-left: 0;
}

footer .bottom-bar ul.policy-list {
  margin: 0px 10px;
}

.txt_hidden {
  text-indent: -9999px;
  font-size: 0;
  opacity: 0;
  visibility: hidden;
  display: none;
}

.social-links-list {
  color: #ffffff;
  font-size: 25px;
  margin: 25px 0 10px;
  position: relative;
  top: 0;
  transition: 0.3s;
}

.social-links-list i {
  color: #ffffff;
  background-color: #296375;
  border-radius: 20px;
  padding: 6px 8px;
  font-size: 20px;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;

}

.social-links-list li:not(:first-child) {
  margin: 0px 7px;
}

footer .bottom-bar img {
  width: 400px;
  max-width: 100%;
}

/****************************************************************/
/**************** Start Home page Style********************/
.main-slider .banner-slider {
  background-color: #38626c;
  border-radius: 32px;
  background-image: url("/Style Library/Portal_Images/pattern.png");
}

.banner-slider .slider-item {
  height: 400px;
}



.main-slider .lSSlideOuter .lSPager.lSpg {
  display: none;
}

.fixedTXT {
  background-color: #06112A;
  color: #ffffff;
}


.main-heading h2 {
  font-size: 2.938rem;
}

.main-heading p {
  color: #676D85;
}

.helpingStartups {
  position: relative;
  padding-bottom: 4rem;
  padding-top: 5rem;
}

.helpingStartups::before {
  content: "";
  position: absolute;
  left: 0;
  top: -13.6rem;
  background-image: url(../imgs/home/left-bg.png);
  width: 308px;
  height: calc(100% + 13.8rem);
  object-fit: cover;
  clip-path: polygon(0 6%, 100% 21%, 100% 100%, 0% 100%);
  background-repeat: no-repeat;
}

.helpingStartups::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -12rem;
  background-image: url(../imgs/home/left-bg.png);
  width: 313px;
  height: 515px;
  object-fit: cover;
  background-repeat: no-repeat;
  transform: rotate(-180deg);
  z-index: -1;
  background-repeat: no-repeat;
}

.borderd {
  border: 1px solid #F0F0F0;
  border-radius: 13px;
}

.white-bg {
  background-color: #ffffff;
}

.counter-item h3 {
  color: #4D4D4D;
  margin-bottom: -1px;
}

.counter-item p {
  color: #676D85;
  margin-bottom: 0;
}

.counter-item img {
  margin-inline-end: 15px;
  width: 40px;
}

.counter-item {
  margin-bottom: 15px;
}

.white-txt {
  color: #ffffff;
}

.section-heading .title strong {
  color: #9EB0FA;
}

.section-heading .title {
  font-size: 2.313rem;
  line-height: 2.813rem;
  margin-bottom: 1rem;
}

.section-heading .desc {
  width: 50%;
  max-width: 100%;
  margin: 0px auto;
}

.filter-container .filter-list {
  background-color: #F8F9FF;
  border: 1px solid #CBD2F0;
  border-radius: 50px;
}

.filter-container .filter-list li {
  width: 50%;
}

.filter-container .filter-list li a {

  color: #495CA6 !important;
  font-size: 1.375rem;
  line-height: 1.8rem;
  display: block;
  width: 100%;
  transition: all 0.5s;
  text-align: center;
}

.filter-container .filter-list li a.active {
  /*font-family:Helvetica-Neue, sans-serif;*/
  border-radius: 50px;
  background-color: #dfe5ff !important;
  border: 1px solid #CBD2F0;
}


.blue-bg {
  background-color: var(--theme-primary-bg-color);
  position: relative;
  z-index: 2;
  background-image: url(../imgs/home/program.jpg);
  background-size: cover;
}

.pattern-white-bg {
  background-color: var(--theme-primary-bg-color);
  position: relative;
  z-index: 2;
  background-image: url(../imgs/home/pattern-bg-white.jpg);
  background-size: cover;
}



.program-item {
  border: 1px solid #E7E9ED;
  border-radius: 10px;
  background-color: #ffffff;

  position: relative;
}

.home-programs .program-item {
  position: relative;
}

.home-programs .program-item .img-container {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
}

.home-programs .program-item::after {
  content: "";
  width: 123px;
  height: 84px;
  position: absolute;
  right: -11px;
  bottom: -11px;
  background-image: url(../imgs/home/corner-img.png);
  z-index: -1;
}

.program-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;

}

.program-item .img-container {
  height: 225px;
  overflow: hidden;
}

.program-item .img-container img {
  transition: all 1s;
  cursor: pointer;
}

.program-item:hover .img-container img {
  transform: scale(1.5);
}

.program-item .content-container {
  padding: 12px 25px 25px;

}

.program-item .content-container p {
  color: #676D85;
}

.program-item h3 {
  font-size: 1.563rem;
  line-height: 2rem;
  margin-bottom: 0;
}

.readMore-lnk i {
  color: #7F223A;
  font-size: 18px;
  padding-inline-start: 10px;
  position: relative;
  top: 3px;
  cursor: pointer;
}

.toggleDesc {
  cursor: pointer;
}

.program-item .projectDesc {
  display: none;
}

.startup-item {
  border: 1px solid #EEEEEE;
  padding: 10px;
  background-color: #ffffff;
  border-radius: 15px;
  display: block;
  margin: 15px;
}

.startup-item img {
  height: 200px;
  object-fit: cover;
  border-radius: 15px;
}

.slick-next {
  right: 10px;
}

.slick-prev {
  left: -10px;
  z-index: 1;
}

.banner-slider .slick-next {
  right: 80px;
}

.banner-slider .slick-prev {
  left: 40px;
}


.startup-item .title {
  color: #263959;
  padding: 1rem;
  margin: 0;
}

.slick-prev:before,
.slick-next:before {
  display: none;
}

.slick-arrow i {
  font-size: 15px;
  color: #ffffff;
  padding: 10px 14px;
  border-radius: 100%;
  background-color: #00000036;
  border: 2px solid #ffffff;
}

.banner-slider .slick-arrow i {
  background-color: #00000036;
  border: 2px solid #ffffff;
}

.startups .slick-arrow i {
  background-color: #495CA6;
  border: 3px solid #33468E;
}

.partners .slick-arrow i {
  background-color: #040E25;
  border: 3px solid #ffffff;
}

.startups .slick-arrow.slick-disabled i {
  background-color: #DFE2ED;
  border-color: #EEF0FA;
  color: #676D85;
}



.partner-item {
  border: 1px solid #E7E9ED;
  border-radius: 10px;
  background-color: #ffffff;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 170px;
  margin: 25px 15px 0;
}

.partner-item img {
  height: 50px;
  width: auto;
}

.join-us-bg {
  background: #040E25 url(../imgs/home/join-us-bg.png) no-repeat;
  position: relative;
  z-index: 2;
  background-size: cover;
  padding: 5rem;
  border-radius: 32px;
}

.join-us-bg h2 {
  font-size: 4rem;
}

.join-us-bg h3 {
  font-size: 2.25rem;
}

.join-us-bg p {
  font-size: 1.5rem;
}

button.white-btn {
  background-color: #ffffff;
  border: 1px solid #ffffff !important;
}

button.white-btn:hover {
  background: transparent;

}

.join-us-bg button {
  border-radius: 10px;
  color: #040E25;
  padding: 10px 52px;
  transition: all 0.3s;
}

.join-us-bg button i {
  color: #040E25;
  font-size: 18px;
  margin-inline-start: 10px;
  transform: rotate(55deg);

}

.join-us-bg button:hover i {
  color: #ffffff;
}

.slick-dotted.slick-slider {
  margin-bottom: 0px;
}

/*================================*/
#innerPage-banner-slider h1 {
  font-size: 3.188rem;
}

.banner-slider h1,
.banner-slider p {
  color: #ffffff;
}

.banner-slider#innerPage-banner-slider .slider-item .img-container {
  height: 75vh;
}


#innerPage-banner-slider::after {
  content: "";
  bottom: 0;
  left: 0;
  position: absolute;
  background-size: cover;
  width: 0;
  height: 0;
  border-right: 47rem solid transparent;
  border-left: 0px solid transparent;
  border-top: 0px solid var(--theme-secondary-bg-color);
  border-bottom: 9rem solid var(--theme-secondary-bg-color);
}

#innerPage-banner-slider::before {
  content: "";
  bottom: 0;
  right: 0;
  position: absolute;
  background-size: cover;
  width: 0;
  height: 0;
  border-right: 0rem solid transparent;
  border-left: 47rem solid transparent;
  border-top: 0px solid var(--theme-secondary-bg-color);
  border-bottom: 9rem solid var(--theme-secondary-bg-color);
  z-index: 1;
}

.gotoBottom {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translate(-50%, 10px);
  z-index: 1;
  color: #fff;
  font-size: 22px;

}

.page-heading .title {
  font-size: 2.938rem;
  position: relative;
  display: inline-block;
}

.page-heading {
  text-align: center;
  margin: 4rem 0 2rem;
}

.page-heading .title::before {
  content: "";
  top: -28px;

  position: absolute;
  background-size: cover;
  width: 44px;
  height: 49px;
  background-image: url(../imgs/programs/title-icon.svg);
  z-index: 1;
  transform: rotate(17deg);
}

[lang="ar"] .page-heading .title::before,
[dir="rtl"] .page-heading .title::before {
  right: -33px;
}

[lang="en"] .page-heading .title::before,
[dir="ltr"] .page-heading .title::before {
  left: -33px;
}


.page-heading .desc {
  font-size: 1.188rem;
}

.inner-section-heading .title {
  font-size: 1.875rem;
  position: relative;
  padding-inline-start: 15px;
  margin-bottom: 2rem;
}

.inner-section-heading .title strong {
  color: var(--theme-red-text-color);

}

.inner-section-heading .title::before {
  content: "";
  top: -4px;
  position: absolute;
  background-color: var(--theme-red-text-color);
  width: 5px;
  height: 100%;
  border-radius: 5px;

}

[lang="ar"] .inner-section-heading .title::before,
[dir="rtl"] .inner-section-heading .title::before {
  right: 0px;
}

[lang="en"] .inner-section-heading .title::before,
[dir="ltr"] .inner-section-heading .title::before {
  left: 0px;
}

.programs-listing .program-item {
  overflow: hidden;
}

.programs-listing .program-item .img-container {
  position: relative;
}

.programs-listing .program-item .program-category {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #8A1538;
  border-top-left-radius: 28px;
  border-top-right-radius: 28px;
  color: #ffffff;
  display: inline-block;
  padding: 7px 54px 5px;

}

.innerPage-content-section,
.add-pattern-bottom {
  position: relative;
}

.add-pattern-bottom:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2rem;
  background-image: url(../imgs/programs/box-pattern.svg);
  width: 165px;
  height: 306px;
  object-fit: cover;
  background-repeat: no-repeat;
  z-index: 0;
  transform: rotate(-180deg);
}

.add-pattern-bottom:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 2rem;
  background-image: url(../imgs/programs/dotted-bg.png);
  width: 60px;
  height: 350px;
  object-fit: cover;
  background-repeat: no-repeat;
  z-index: 6;
}

.innerPage-content-section.listing-page::before {
  content: "";
  position: absolute;
  left: 0;
  top: -12rem;
  background-image: url(../imgs/programs/dotted-bg.png);
  width: 60px;
  height: 350px;
  object-fit: cover;
  background-repeat: no-repeat;
  z-index: 6;
}

.innerPage-content-section.listing-page::after {
  content: "";
  position: absolute;
  right: 0;
  top: -9rem;
  background-image: url(../imgs/programs/box-pattern.svg);
  width: 165px;
  height: 300px;
  object-fit: cover;
  background-repeat: no-repeat;
  z-index: 1;

}

.page-banner-section {
  overflow: hidden;
}

/* mohamed code */
.M_InnerBody{
  display: flex;
width: 100%;
flex-direction: column;
justify-content: center;
align-items: flex-start;
gap: 40px;
}
.M_InnerTit{
  display: flex;
flex-direction: column;
align-items: center;
gap: 24px;
align-self: stretch;
}
.M_InnerTit h1{
  color: var(--theme-heading-text-color);
text-align: center;
font-size: 2.875rem;
font-style: normal;
font-weight: 700;
line-height: 125%; /* 57.5px */
letter-spacing: 1.38px;
text-align:center;
margin-bottom:0;
}
.M_InnerTit p{
  color: var(--Slate-600);
  text-align: center;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 26px */
  margin-bottom:0;
}
.M_disContBody{
  width:100%;
  display: flex;
justify-content: flex-end;
align-items: flex-start;
gap: 48px;
align-self: stretch;
}
.M_filtersSide{
  display: flex;
width: 284px;
flex-direction: column;
justify-content: flex-start;
align-items: flex-start;
gap: 24px;
top:130px;

}
.M_cardsSide{
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 24px;
flex: 1 0 0;

}
.M_filterTit{
  display: flex;
height: 44px;
justify-content: space-between;
align-items: center;
align-self: stretch;
}
.M_filterTit span{
  display: flex;
align-items: center;
gap: 12px;
  color: var(--theme-heading-text-color);

font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 30px; /* 150% */
}
.M_filterTit a{
  display: flex;
justify-content: center;
align-items: center;
gap: 8px;
  color: #000;
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 20px; /* 142.857% */
cursor:pointer;
}
.M_filterAccrBody{

    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 20px;
}
.M_filterAccrBody .accordion-item{
  border-radius: 8px!important;
background:var(--accBgColor)!important ;
border:none!important;

}
.M_filterAccrBody .accordion-item .accordion-button:not(.collapsed) ,.M_filterAccrBody .accordion-item .accordion-button{
  background-color:transparent;
  border:none;
  box-shadow: none;
}
.M_filterAccrBody .accordion-item .accordion-button{
  color: #000;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 120% */
}
.M_filterAccrBody .accordion-item .accordion-body{
  padding-top: 5px;
}
.M_sortByBody{
  display: flex;
align-items: flex-start;
align-content: flex-start;
gap: 8px;
align-self: stretch;
flex-wrap: wrap;
}
.M_sortByBody a{
  display: flex;
padding: 8px;
flex-direction: column;
justify-content: center;
align-items: flex-start;
gap: 10px;
border-radius: 8px;
border: 1px solid #BECCCF;
color: #475569;
font-size: 0.9rem;
font-style: normal;
font-weight: 700;
line-height: 20px; /* 142.857% */
cursor:pointer;
}
.M_sortByBody a.active{
  color: var(--Color, #296375);
border: 1px solid var(--Color, #296375);
background: var(--Light-1);
}
.M_categoriesBody{
  display: flex;
  width:100%;
flex-direction: column;
align-items: flex-start;
gap: 8px;
align-self: stretch;
}
.M_categoriesBody a{
  display: flex;
  width:100%;
padding: 12px 16px;
align-items: center;
gap: 10px;
align-self: stretch;
border-radius: 8px;
border: 1px solid #BECCCF;
cursor:pointer;
background-color: var(--theme-primary-bg-color);
}
.M_categoriesBody a i{}
.M_categoriesBody a span{
  color: var(--Slate-600);
text-align: center;
font-size: 0.9rem;
font-style: normal;
font-weight: 700;
line-height: 130%; /* 18.2px */
}
.M_categoriesBody a.active{
border: 1px solid var(--Color, #296375);
background: var(--Light-1);
}
.M_categoriesBody a.active span{
  color: var(--Color, #296375);
}
.M_categoriesBody a.active i{
  color:#296375 !important;
}
.M_categoriesBody a.active i:before{
  color:#296375 !important;
}
.discounts-Card .discount-item {
  border-radius: 15px;
  overflow: hidden;
  /* margin: 10px; */
  background-color: #ffffff;
  box-shadow: 0 3px 6px #00000012;
  -webkit-box-shadow: 0 3px 6px #00000012;
  -moz-box-shadow: 0 3px 6px #00000012;
}

.discounts-Card .discount-item .img-container {
  height: 140px;
  position: relative;
}

.discounts-Card .discount-item .img-container>img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  transition: all 1s;
}

.discounts-Card .discount-item:hover>img {
  transform: scale(1.2);
}

.discounts-Card .discount-item .discount-badge {
  position: absolute;
  top: 10px;
  padding: 5px 10px;
  background-color: #F24444;
  color: #ffffff;
  border-radius: 48px;
  font-size: 0.75rem;
}

[lang="ar"] .discounts-Card .discount-item .discount-badge,
[dir="rtl"] .discounts-Card .discount-item .discount-badge {
  right: 10px;
}

[lang="en"] .discounts-Card .discount-item .discount-badge,
[dir="ltr"] .discounts-Card .discount-item .discount-badge {
  left: 10px;
}

.discounts-Card .discount-item .category {
  font-size: 0.7rem;
  font-weight: 800;
  border-radius: 48px;
  border: 1px solid #DCDBE1;
  position: absolute;
  bottom: -10px;
  background-color: #ffffff;
  padding: 8px 20px;
  display: flex;
  align-items: center;
  color: #0F172A;
}

.discounts-Card .discount-item .category img {
  height: 16px;
  margin-inline-end: 5px;
}

[lang="ar"] .discounts-Card .discount-item .category,
[dir="rtl"] .discounts-Card .discount-item .category {
  right: 10px;
}

[lang="en"] .discounts-Card .discount-item .category,
[dir="ltr"] .discounts-Card .discount-item .category {
  left: 10px;
}

.discounts-Card .discount-item .content-container {
  padding: 10px;
}

.discounts-Card .discount-item .content-container .title {
  color: #296375;
  font-size: 1.125rem;
  font-weight: bold;
}

.discounts-Card .discount-item .content-container {
  padding-top: 25px;
}

.discounts-Card .discount-item .content-container p {
  font-size: 1rem;
  margin-bottom: 10px;
  color: #0F172A;
}

.discounts-Card .discount-item .content-container i {
  font-size: 16px;
  margin-inline-end: 8px;
}

.discounts-Card .discount-item .content-container .discount strong {
  color: #8A1739;
  font-weight: bold;
  font-size: 1.063rem;
}
[lang="en"] .discounts-card-wrapper:nth-child(3) {
  padding-right: 0;
}

/* Remove padding-left in RTL */
:dir(rtl) .discounts-card-wrapper:nth-child(3) {
  padding-left: 0;
}
[lang="ar"] ..discounts-card-wrapper:nth-child(3),
[dir="rtl"] ..discounts-card-wrapper:nth-child(3) {
  
  padding-left: 0;
}

[lang="en"] ..discounts-card-wrapper:nth-child(3),
[dir="ltr"] ..discounts-card-wrapper:nth-child(3) {
  padding-right: 0;
}
.M_line{
  height: 1px;
align-self: stretch;
border-radius: 8px;
background: #D9D9D9;
width:100%;
margin-bottom:12px;
}
.M_discCardFooter{
  padding: 10px;
}
.M_getOffer{
  display: flex;
align-items: center;
gap: 4px;
align-self: stretch;
}
.M_getOffer span{
  flex: 1 0 0;
  color: #8A1739;
font-size: 0.75rem;
font-style: normal;
font-weight: 700;
line-height: 150%; /* 18px */
}
.M_getOffer a{
  color: #8A1739;
    font-size: 1rem;
    cursor: pointer;
}
/* font-icons */
.icon-filter-1:before {
  content: "\e900";
  color: #a5a5a5;
}
.icon-_1:before {
  content: "\e901";
  color: #94a3b8;
}
.icon-_1-4 .path1:before {
  content: "\e902";
  color: #94a3b8;
}
.icon-_1-4 .path2:before {
  content: "\e903";
  color: #cbd5e1;
  margin-left: -1.1171875em;
}
.icon-_1-2 .path1:before {
  content: "\e906";
  color: #94a3b8;
}
.icon-_1-2 .path2:before {
  content: "\e907";
  color: #cbd5e1;
  margin-left: -0.77734375em;
}

/* end of font-icons */
.M_cardPagination .M_arrows a{
  color: #fff;
  background-color: #323232;
  border-radius: 12px !important;
  border: none;
}
.M_cardPagination .M_pagePagi a{
  color: #A5A5A5;
font-size: 0.9rem;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 142.857% */
border:none;
}
.M_cardPagination .page-item a{
  color: var(--theme-heading-text-color);
  font-family: Alexandria;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
  border-radius:8px;
  border-color:transparent;
  background-color:transparent;
  padding: 4px 8px;
}
.M_cardPagination .page-item a.active{
  border: 1px solid #AEAEAE;
  background-color: transparent;
  padding: 4px 12px;
}

/* ////////////////////////////////v2/////////////////////////////////// */
.M_detilTitBody{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  flex: 1 0 0;
}
.M_detilTit{
  display: flex;
align-items: center;
gap: 16px;
align-self: stretch;
}
.M_detilTit i{
width: 60px;
height: 60px;
aspect-ratio: 1/1;
border-radius: 8px;
/* border: 1px solid #DADADA; */
/* background: url(<path-to-image>) lightgray 50% / cover no-repeat; */
}
.M_detilTit span{
  color: var(--slate-900-default-text-Tit, #0F172A);
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 145%; /* 43.5px */
}
.M_detilDisc{
  display: flex;
flex-direction: column;
align-items: flex-start;
gap: 4px;
flex: 1 0 0;
margin-top:1rem
}
.M_detilDisc span{
  align-self: stretch;
  color: var(--slate-900-default-text-Tit, #0F172A);
font-size: 1.625rem;
font-style: normal;
font-weight: 700;
line-height: 145%; /* 37.7px */
}
.M_detilDisc label{
  color:var(--slate-900-default-text-disc, #4B4B4B);;
font-size: 1.25rem;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 30px */
}
.M_discTabsBody{
  display: flex;
  width:100%;
flex-direction: column;
align-items: flex-start;
gap: 24px;
align-self: stretch;
}
.M_discTabsBody .nav.nav-tabs{
  width:100%;
  display: flex;
height: 48px;
min-height: 48px;
justify-content: center;
align-items: center;
gap: 6px;
flex: 1 0 0;
border-radius: 52px;
background: var(--Light-1, #E9EEEF);
}
.M_discTabsBody .nav-tabs .nav-item{
  display: flex;
/* padding: 10px 20px; */
justify-content: center;
align-items: center;
gap: 8px;
flex: 1 0 0;
align-self: stretch;
border-radius: 35px;
background-color:transparent;
min-height: 48px;

}

.M_discTabsBody .nav-tabs .nav-item .nav-link{

color: var(--Color, #296375);
text-align: center;
font-size: 1rem;
font-style: normal;
font-weight: 700;
line-height: 145%; /* 23.2px */
background-color:transparent;
border:none;
width:100%;
cursor:pointer;
}
.M_discTabsBody .nav-tabs .nav-item.active{
  border-radius: 35px;
background: var(--Color, #296375);
}
.M_discTabsBody .nav-tabs .nav-item.active a{
color:#fff;
}
.M_discTabsBody .M_tabBody{
  display: flex;
  width:100%;
padding: 32px;
flex-direction: column;
align-items: flex-start;
gap: 48px;
align-self: stretch;
border-radius: 24px;
background: var(--Light-1, #E9EEEF);
}
.M_offersListBody{
  display: flex;
flex-direction: column;
align-items: flex-start;
gap: 16px;
align-self: stretch;
}
.M_offersListTit{
  align-self: stretch;
  color: #000;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 31.2px */

}
.M_offersList{
  display: flex;
padding: 16px;
gap:48px;
align-items: flex-start;
width: 100%;
border-radius: 16px;
border: 1px solid var(--Light-1, #E9EEEF);
background: #FFF;
}
.M_offersListPercent{
  display: flex;
align-items: center;
gap: 12px;
}
.M_offersListPercent i{
  width: 24px;
height: 24px;
font-size:1.5rem;
aspect-ratio: 1/1;
}
.M_offersListPercent label{
  color: #8A1739;
font-size: 1.25rem;
font-style: normal;
font-weight: 700;
line-height: 140%; /* 28px */
}
.M_offersList span{
  flex: 1 0 0;
  color: var(--slate-900-default-text, #0F172A);
font-size: 1rem;
font-style: normal;
font-weight: 700;
line-height: 140%; /* 22.4px */
}
.M_offersListPragBody{
  display: flex;
flex-direction: column;
align-items: flex-start;
gap: 12px;
align-self: stretch;
}
.M_offersListPragBody p{
  flex: 1 0 0;
  color: #494949;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 0;
  display: flex;
  gap: 6px;
  align-items: flex-start;
  line-height: 1.6;
}
.M_offersListPragBody strong{
  font-weight: 400;
}
.M_branchesListCard{
  display: flex;
padding: 16px;
align-items: center;
gap: 16px;
align-self: stretch;
border-radius: 16px;
border: 1px solid var(--Light-1, #E9EEEF);
background: #FFF;
}
.M_branchIcon{
   color: var(--ColorText);
  font-size: 1.5rem;
}
.M_branchesListTxt{
  display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-start;
gap: 8px;
flex: 1 0 0;
}
.M_branchesListTxt span{
  align-self: stretch;
  color: var(--slate-900-default-text, #0F172A);
font-size: 1rem;
font-style: normal;
font-weight: 700;
line-height: 140%; /* 22.4px */
}
.M_branchesListTxt p{
  color: var(--slate-900-default-text, #0F172A);
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  margin-bottom:0;
}
.M_branchesListTxt p a{
  text-decoration: underline ;
  cursor: pointer;
  color: var(--slate-900-default-text, #0F172A);
}
.M_branchesListBtn{
  display: flex;
  padding: 8px 24px;
  align-items: center;
  gap: 8px;
  border-radius: var(--radius---XS, 4px);
background: var(--Light-2, #D3DDDF);
cursor:pointer;
}
.M_branchesListBtn span{
   color: #296375;
  text-align: center;
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 21px */
}
.M_branchesListBtn i{
  display: flex;
width: 16px;
height: 16px;
justify-content: center;
align-items: center;
color: var(--Color, #296375);
font-size: 1rem;
}
.M_vLine{
  width: 1px;
height: 50px;
background: var(--Light-2, #D3DDDF);
}
.M_discountsCarousel{
  /* display: inline-flex; */
  width: 100%;
  padding: 56px 0;
}
.M_discountsCarouselTit{
  display: flex;
      width: 100%;
      justify-content: space-between;
      align-items: center;
      gap: 16px;
      align-self: stretch;
}
.M_discountsCarouselTit span{
  align-self: stretch;
  color: var(--slate-900-default-text-Tit, #0F172A);
font-size: 2.25rem;
font-style: normal;
font-weight: 700;

}
.M_discountsCarouselTit a{
  display: flex;
height: 56px;
padding: 12px 24px;
justify-content: center;
align-items: center;
gap: 10px;
border-radius: var(--radius---MD, 10px);
border: 1px solid var(--Color, #296375);
color: var(--Color, #296375);
text-align: center;

font-size: 1rem;
font-style: normal;
font-weight: 700;
line-height: 140%; /* 22.4px */
}


/* discountlist slider */
.M_DisListSlider {
  max-width: 100%;
  margin: 50px auto;

}

.M_DisListSlider .slick-track {
  padding-top: 53px;
  padding-bottom: 53px;
}

.M_DisListSlider .slick-slide {
  text-align: center;
  transition: transform 0.3s ease-in-out;
  margin: 0 10px;
}

.M_DisListSlider .slick-slide:not(.slick-current) {
  filter: brightness(0.5);
}

.M_DisListSlider .slick-slide.slick-current {
  transform: scale(1.1);
  position: relative;
  z-index: 1;
}

.M_DisListSlider .slick-slide img {
  width: 100%;
  height: 250px;
aspect-ratio: 1/1;
border-radius: 24px;

}


/* join as a partner */

.M_joinFormContainer{
display: flex;
width: 720px;
flex-direction: column;
align-items: flex-end;
gap: 48px;
margin:0 auto;
}
.M_joinFormBody{
  display: flex;
flex-direction: column;
align-items: flex-start;
gap: 24px;
align-self: stretch;
}



.M_FormbtnBody{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 36px;
  align-self: stretch;
}

.M_SubmitBtn{
  display: flex;
width: 192px;
height: 62px;
padding: 16px 24px;
justify-content: center;
align-items: center;
gap: 12px;
border-radius: 12px;
background: var(--Color, #296375); 
}
.M_SubmitBtn span{
  color: var(--Slate-White, #FFF);
  text-align: center;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 26px */
}
.M_CancelBtn{
  display: flex;
  height: 30px;
  align-items: center;
  gap: 12px;
border-radius: 12px;
}
.M_CancelBtn span{
   color: var(--ColorText);
  text-align: center;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 26px */
}
.M_smallSubmitBtn{
  display: flex;
  width: 120px;
  height: 40px;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 12px;
background: var(--Color, #296375);
}
.M_smallSubmitBtn span{
  color: var(--Slate-White, #FFF);
text-align: center;
font-size: 1rem;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 24px */
}
.M_smallCancelBtn{
  display: flex;
  height: 18px;
  align-items: center;
  gap: 4px;
}
.M_smallCancelBtn span{
   color: var(--ColorText);
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.M_InputsDiv{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  }
.M_InputsDiv .form-label{
color:color: var(--slate-900-default-text-Tit);;
font-size: 1rem;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 150% */
margin-bottom:0;

}
.M_InputsDiv .form-control{
display: flex;
padding: 16px;
min-height:60px;
align-items: flex-start;
gap: 12px;
align-self: stretch;
border-radius: 8px;
border: 1px solid var(--primary-lullaby-gray, #CBD4D4);
background: var(--primary-just-white, #FFF);
color: var(--supporting-grays-dark-gray, #7A7F7F);

font-size: 1rem;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 150% */
}
.M_addOtherAnck{
display: flex;
height: 24px;
align-items: center;
gap: 10px;
color: var(--Color, #296375);
text-align: center;
font-size: 1rem;
font-style: normal;
font-weight: 700;
line-height: 140%; /* 22.4px */
}
.M_addOtherAnck i{
  display: flex;
      width: 22px;
      height: 22px;
      justify-content: center;
      align-items: center;
      border: 1px solid #3a6771;
      border-radius: 100px;
      margin-top: -1px;
      font-weight: bold;
}
.M_InputsDivTwin{
  display: flex;
align-items: flex-start;
gap: 24px;
align-self: stretch;
}
.M_InputsDivTwin .M_InputsDiv{
  flex:1 0 0;
}
.M_addOtherBody{
  display: flex;
  padding: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
  border-radius: 12px;
background: rgba(233, 238, 239, 0.50);
}

 /* Remove default borders */
 .custom-table th,
 .custom-table td {
   border: none !important;
   color: var(--Brand-Grey, #333);
/*font-family: Georgia;*/
font-size: 1rem;
font-style: normal;
font-weight: 400;
line-height: 150%;
vertical-align: middle;
padding: 10px 20px;
 }
.custom-table th{
  background: var(--Light-1, #E9EEEF);
}
 /* Add bottom border only between rows */
 .custom-table tbody tr:not(:last-child) {
   border-bottom: 1px solid #dee2e6;
 }

 /* Outer border and rounded corners */
 .custom-table-wrapper {
   border: 1px solid #dee2e6;
   border-radius: 12px;
   overflow: hidden;
 }


 /* discount categories */
 .M_categories_carousel.mt-3 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap:wrap;
  width: 100%;
  gap: 20px;
}
 .M_categories_carousel .M_category_item {
  height: 160px;
  box-shadow: 0 3px 6px #00000012;
  -webkit-box-shadow: 0 3px 6px #00000012;
  -moz-box-shadow: 0 3px 6px #00000012;
  border: 1px solid #DCDBE1;
  display: flex
;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 16px;
  /* flex: 1 0 0; */
  padding: 20px;
  min-width: 190px;
  cursor:pointer;
}

.M_categories_carousel .M_category_item img {
  height: 60px;
  margin-bottom: 20px;
}

.M_categories_carousel .M_category_item h3.title {
  font-size: 1rem;
}
.M_detilTit img{
	width:80px;height:80px
}

.discounts-card-wrapper{
	height:360px;
	margin-bottom:2.5rem
}
.discount-item{
	height:355px;
	position:relative
}
.M_discCardFooter {
    padding: 10px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.M_cardPagination .M_arrows{
  color: #fff;
  background-color: #323232;
  border-radius: 12px !important;
  border: none;
  cursor: pointer;
  margin: 0 25px;
}

.page-content-main-container{
	padding-top:0px
}

.safwa-seperator{
	    border-inline-end: 1px solid #fff;
    padding-inline-end: 10px;
}

h2{
	margin:inherit
}

.discounts-carousel .discount-item .content-container p {
    font-size: 1rem;
    margin-bottom: 10px;
    color: #0F172A;
    /* direction: rtl; */
    /* text-align: right; */
    position: relative;
    padding-inline-start: 20px;
}


.discounts-carousel .discount-item .content-container i {
    font-size: 16px;
    margin-inline-end: 8px;
    position: absolute;
    right: 0;
    top: 6px;
    }
    
    .discounts-Card .discount-item .content-container p{
	position: relative;
    padding-inline-start: 20px;

}
.discounts-Card .discount-item .content-container i{
	position: absolute;
    right: 0;
    top: 6px;

}

.cat-img{
	width:24px;height:24px
}

.company-img2{
	
transform: scaleX(-1);}

.shadow-btn{
	background-color:#296375!important;
	border-color:#296375!important
}
a:hover{
	text-decoration:none
}
.safwa-banner-btn{
	background-color:#fff!important
}
.safwa-email .fa-envelope{
	font-size:20px
}

footer .contact-list a {
    color: #000000;
    direction: rtl;
    display: block;
    display: flex;
    align-items: center;
    }
    
.M_SubmitBtn{
	display: flex;
    width: 120px;
    height: 40px;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 12px;
    background: var(--Color, #296375)!important;
    color: #fff!important;
    font-size:18px!important
    
    }
    
    #locationsTable td{
	justify-content:center
}

#locationsTable button{
	border:none;
	min-width:0!important;
}

#ddlCategory {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;              /* keep Bootstrap look */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23486673' d='M4.47 6.97a.75.75 0 011.06 0L8 9.44l2.47-2.47a.75.75 0 111.06 1.06l-3 3a.75.75 0 01-1.06 0l-3-3a.75.75 0 010-1.06z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right .85rem center; /* LTR */
    background-size: 22px 22px;
    padding-right: 2rem;                 /* space for the icon */
    cursor: pointer;

}

/* RTL support */
  html[dir="rtl"] #ddlCategory{
    background-position: left .85rem center;
    padding-left: 2rem;
    padding-right: .75rem;
  }

/*******************Responsive************************************/
/*======================================================*/

@media (max-width:1400px) {
  .main-menu img.mainLogo {
    max-width: 250px;
    width: 100%;
  }
}

@media (max-width: 991px) {

  #innerPage-banner-slider h1 {
    font-size: 2.188rem;
  }

  .fixed-btns {
    position: absolute;
    top: 142px;
    right: 0;
  }

  .dropdown-menu::before {
    display: none;
  }

  .mainTabs-section .accordion-collapse.show {
    min-height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .tab-content>.tab-pane {
    display: block;
    opacity: 1;
    padding: 0 !important;
  }

  .banner-slider-container .lSSlideOuter .lSPager.lSpg>li:not(:first-child):after {
    top: auto;
    bottom: 7px;
  }

  .banner-slider-container .lSSlideOuter .lSPager.lSpg {
    top: auto;
    bottom: -2rem;
    left: 50%;
    transform: rotate(0deg) translate(-50%, 0) !important;
    width: 140%;
  }

  header .main-menu {
    padding: 11px 0;
  }



  .main-menu img.mainLogo {
    max-width: 210px;
    width: 100%;
  }

  .banner-slider .slick-next {
    right: 30px;
  }

  .banner-slider .slick-prev {
    left: 7px;
  }

  .hidePattern-onMobile:before,
  .hidePattern-onMobile::after,
  #innerPage-banner-slider::before,
  #innerPage-banner-slider::after {
    display: none;
  }

  #home-main-slider .slider-item h1 {
    margin: 0px auto;
    color: #ffffff;
  }

  #home-main-slider .slider-item p {
    font-size: var(--fs-slider-tablet-desc);
    /*font-family: Helvetica-Neue, sans-serif;*/
  }






  #home-main-slider .slider-item h1.blue-txt {
    margin-bottom: 0rem;
  }

  sup {
    top: -1em;
  }

  .main-menu .dropdown-menu {
    min-width: 100%;
    padding: 10px;
    background-color: #1b234400;
    color: #ffffff;
    width: 100%;
    clip-path: none;
    -webkit-clip-path: none;
  }

  .main-menu .dropdown-menu a.dropdown-item {
    color: #91A4EE;
  }

  .main-menu .dropdown-menu a.dropdown-item {
    color: #91A4EE;
  }

  .main-menu .dropdown-menu li:not(:last-child) {
    border-bottom: 0px solid #2B3971;
    padding-bottom: 8px;
    margin-bottom: 8px;
  }

  .main-menu .navbar-nav li.nav-item:not(:last-child) {
    border-bottom: 1px solid #212C55;
    padding-bottom: 8px;
    margin-bottom: 8px;
  }

  header .main-menu a.nav-link {
    /*font-family: Helvetica-Neue, sans-serif;*/
    letter-spacing: 1px;
  }

  .ask-ministry-section .col-lg-5,
  .ask-ministry-section .video-container {
    padding: 0 !important;
  }

  #home-main-slider .slider-item {
    text-align: center;
    color: #ffffff;
    height: 100%;

  }

  footer .footer-logos-container {
    position: relative;
    top: 15px;
    padding: 50px 10px;
    text-align: center;
  }

  header {
    max-height: 500px;
    overflow-y: auto;
  }
}

@media (max-width: 600px) {
  footer .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}

@media (max-width: 991px) {

  #home-main-slider .slider-item h1 {
    font-size: 60px;
    line-height: 70px;
  }

  #home-main-slider .slider-item p {
    font-size: var(--fs-slider-mobile-desc);
    /*font-family: Helvetica-Neue, sans-serif;*/
  }

  .bottom-bar {
    text-align: center;
  }

  .program-item {
    margin-bottom: 3rem;
  }

  footer .bottom-bar img {
    margin-bottom: 1rem;
  }

  header .top-bar .social-links-list {
    display: none;
  }

  #home-main-slider .slider-item h1 {
    width: 100%;
  }

  .viewAll-lnk {
    margin-top: 2rem;
  }
}

@media (max-width: 600px) {

  #home-main-slider .slider-item h1 {
    font-size: 40px;
    line-height: 50px;
  }

  .join-us-bg h3 {
    font-size: 1.25rem;
  }

  .join-us-bg h2 {
    font-size: 2rem;
  }

  .join-us-bg button {
    padding: 10px 20px;
  }

}

[dir='rtl'] .banner-slider .slick-next {
  right: auto;
  left: 80px;
}

[dir='rtl'] .banner-slider .slick-prev {
  right: 40px;
  left: auto;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: 10px;
}

[dir='rtl'] .slick-prev {
  right: -10px;
  left: auto;
}

/****************************************************************/



/*====================*/

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
  color: var(--bs-btn-active-color);
  background-color: transparent;
  border-color: var(--bs-btn-active-border-color);
}

h1,
h2,
h3 {
  font-weight: bold;
}

header .btn-container button {
  margin: 0px 15px;
}

.main-slider .banner-slider p {
  font-size: 1.25rem;
}

.main-slider .img-container img {
  height: 100%;
  object-fit: cover;
  max-width: 100%;
}

.btn.white-btn {
  color: var(--btn-primary-color);

}

.main-slider .content-container button {
  border-radius: 10px;
  font-size: 1.25rem;
  line-height: 25px;
  font-weight: bold;
  padding: 18px 30px;
  margin: 2rem 0;

}

.main-slider .slick-dots {
  bottom: 10px;
}

.slick-dots {
  bottom: -30px;
  width: 100%;
  text-align: center;
  left: 0;
}

.slick-dots li button {
  visibility: hidden;
}

.slick-dots li,
.slick-dots li button,
.slick-dots li button:before {
  height: 4px;
  border-radius: 2px;
  padding: 0;
  color: #ffffff;

}

.slick-dots li {
  background-color: #8b8b8b;
}

.main-slider .slick-dots li.slick-active {

  background-color: #ffffff;
}

.slick-dots li.slick-active {
  width: 35px;
  background-color: #222124;
}

.main-slider .banner-slider h1 {
  font-size: 3.75rem;
  line-height: 4rem;
  text-transform: capitalize;
}

.main-slider .banner-slider {
  padding: 3rem 0 0;
}

.section-header h2 {
  font-size: 2.25rem;
}

.section-header button {
  font-size: 1rem;
  border-radius: 12px;
  border: 1px solid #296375;
  padding: 17px 24px;
  font-weight: bold;
}

.section-header button:hover {
  background-color: #296375;
  color: #ffffff;
}

.categories-carousel .category-item {
  height: 160px;
  box-shadow: 0 3px 6px #00000012;
  -webkit-box-shadow: 0 3px 6px #00000012;
  -moz-box-shadow: 0 3px 6px #00000012;
  border: 1px solid #DCDBE1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 16px;
  margin: 10px;
}

.categories-carousel .category-item img {
  height: 60px;
  margin-bottom: 20px;
}

.categories-carousel .category-item h3.title {
  font-size: 1rem;
}

.slick-arrow {
  display: none !important;
}

.section-header.text-center h2 {
  font-size: 2.25rem;
}

.section-header p {
  color: #475569;
  font-size: 1.25rem;
}

@media (min-width: 768px) {
  .main-slider .banner-slider {
    padding: 3rem 6rem 0;
  }
}

@media (max-width: 768px) {
  .header-widgets {
    position: absolute;
    top: 0px;
  }

  [lang="ar"] .header-widgets,
  [dir="rtl"] .header-widgets {
    left: 0;
  }

  [lang="en"] .header-widgets,
  [dir="ltr"] .header-widgets {
    right: 0;
  }

  header .btn-container {
    margin: 20px 0 10px;
    width: 100%;
    justify-content:space-between;
  }
}
/* mohamed */
@media(max-width: 768px){
  .M_disContBody{
    flex-direction: column;
  }
  .M_filtersSide{
position:relative;
top:0;
width:100%;
  }
  .M_categoriesBody a{
    white-space: nowrap;
  }
.M_categoriesBody{
flex-direction:row;
overflow-x:auto;
}
}
.discounts-carousel .discount-item {
  border-radius: 15px;
  overflow: hidden;
  margin: 10px;
  background-color: #ffffff;
  box-shadow: 0 3px 6px #00000012;
  -webkit-box-shadow: 0 3px 6px #00000012;
  -moz-box-shadow: 0 3px 6px #00000012;
  height:310px
}

.discounts-carousel .discount-item .img-container {
  height: 140px;
  position: relative;
}

.discounts-carousel .discount-item .img-container>img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  transition: all 1s;
}

.discounts-carousel .discount-item:hover>img {
  transform: scale(1.2);
}

.discounts-carousel .discount-item .discount-badge {
  position: absolute;
  top: 10px;
  padding: 5px 10px;
  background-color: #F24444;
  color: #ffffff;
  border-radius: 48px;
  font-size: 0.75rem;
}

[lang="ar"] .discounts-carousel .discount-item .discount-badge,
[dir="rtl"] .discounts-carousel .discount-item .discount-badge {
  right: 10px;
}

[lang="en"] .discounts-carousel .discount-item .discount-badge,
[dir="ltr"] .discounts-carousel .discount-item .discount-badge {
  left: 10px;
}

.discounts-carousel .discount-item .category {
  font-size: 0.7rem;
  font-weight: 800;
  border-radius: 48px;
  border: 1px solid #DCDBE1;
  position: absolute;
  bottom: -10px;
  background-color: #ffffff;
  padding: 8px 20px;
  display: flex;
  align-items: center;
  color: #0F172A;
}

.discounts-carousel .discount-item .category img {
  height: 16px;
  margin-inline-end: 5px;
}

[lang="ar"] .discounts-carousel .discount-item .category,
[dir="rtl"] .discounts-carousel .discount-item .category {
  right: 10px;
}

[lang="en"] .discounts-carousel .discount-item .category,
[dir="ltr"] .discounts-carousel .discount-item .category {
  left: 10px;
}

.discounts-carousel .discount-item .content-container {
  padding: 10px;
}

.discounts-carousel .discount-item .content-container .title {
  color: #296375;
  font-size: 1.125rem;
  font-weight: bold;
}

.discounts-carousel .discount-item .content-container {
  padding-top: 25px;
}

.discounts-carousel .discount-item .content-container p {
  font-size: 1rem;
  margin-bottom: 10px;
  color: #0F172A;
}

.discounts-carousel .discount-item .content-container i {
  font-size: 16px;
  margin-inline-end: 8px;
}

.discounts-carousel .discount-item .content-container .discount strong {
  color: #8A1739;
  font-weight: bold;
  font-size: 1.063rem;
}

footer {
  background-color: #D3DDDF;
  /*font-family: Helvetica-Neue, sans-serif;*/
  color: #000000;
  margin-top: 6rem;
}

footer .menu-title {
  color: #296375;
  font-size: 1.125rem;
  text-transform: capitalize;
  ;
}

footer .form-control {
  border: 1px solid #000000;
  box-shadow: none !important;

  height: 40px;
}

footer .footer-menu a {
  color: #000000;
  /*font-family:Helvetica-Neue, sans-serif;*/
  margin-bottom: 8px;
  display: block;
}

footer form button {
  top: 0;
  right: 0;
  height: 100%;
  border: none;
  cursor: pointer;
  background-color: #296375;
  color: #ffffff;
  width: 60px;
  height: 40px;
  border-radius: 0.25rem;
  border: 1px solid #000000;
}

footer form button i {
  color: #ffffff;
}

[lang="ar"] footer form button,
[dir="rtl"] footer form button {
  right: auto;
  left: 0;
}

footer .contact-list a {
  color: #000000;

}

footer form {
  width: 90%;
}

.social-links-list img{
	width:50px
}


@media (max-width: 768px) {
  footer form {
    width: 100%;
  }
}

footer .contact-list a i {
  margin-inline-end: 8px;
}

footer .contact-list li:not(:last-child) {
  margin-inline-end: 15px;
  padding-inline-end: 15px;
  border-inline-end: 1px solid #ffffff;
}

footer .form-title {
  font-size: 1.125rem;
  margin-bottom: 5px;
}

.copyRight {
  font-size: 0.75rem;
}


.main-slider .banner-slider {
    padding: 0;
    background: none;
    border-radius: 30px;
    overflow: hidden;
}
    .banner-slider img
    {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
 
  .banner-slider .content-container {
    position: absolute;
    right: 70px;
    top: 50%;
    transform: translate(0%, -50%);
    z-index: 10;  
    display: flex;
    width: 45%;
    max-width: 1440px;
    flex-direction: column;
    align-items: self-start;
    justify-content: center;
  }
@media (max-width: 768px) {
  .banner-slider .content-container {
       width: 80%;
        align-items: self-start;
        text-align: right;
        right: 30px;
  }
}
 
 
.banner-slider .slider-item:after {
    content: "";
    position: absolute;
    inset: 0px;
    background: linear-gradient(-90deg, #296375 0.47%, #486673 34.39%, rgba(72, 102, 115, 0.9) 46.8%, rgba(72, 102, 115, 0.5) 72.3%, rgba(72, 102, 115, 0) 87.01%);
}
 
#home-main-slider .slider-item h1
{
  text-align: right;
}
 
@media (max-width: 991px) {
    #home-main-slider .slider-item h1 {
        font-size: 50px;
        line-height: 44px;
    }
}






/** Search **/
#SearchBox .ms-srch-sb.ms-srch-sb-border {
	width: 100%;
	border: 0;
	border-bottom: 2px solid #fff;
}
#SearchBox input {
	height: 28px;
	width: 94%;
	color: #fff;
	margin-top: 14px;
}
#NoResult .ms-textLarge.ms-srch-result-noResultsTitle {
	color: grey;
}
#NoResult div:nth-child(2){font-weight:bold;}
.srch-advancedtable {
/*margin-top:235px;*/	border: 0;
	background: #fff;
}
td.ms-advsrchText-v2 input[type=password], td.ms-advsrchText-v2 input[type=text], td.ms-advsrchText-v2 input[type=file], td.ms-advsrchText-v2 textarea, td.ms-advsrchText-v2 .ms-inputBox {
	padding: 10px 5px;
}
.ms-advsrchText-v2 input[type=checkbox], .ms-advsrchText-v2 input[type=radio] {
	margin: 5px;
}
.ms-advsrchText-v1 label, .ms-advsrchText-v2 label {
	margin-bottom: 0;
}
.ms-advsrchText-v1 label, .ms-advsrchText-v2 input {
	margin: 5px;
}
.ms-srch-sb.ms-srch-sb-borderFocused {
	width: 100%;
	border: 0;
	border-bottom: 2px solid #fff;
}
.ms-srch-sb > .ms-srch-sb-searchLink {
	background: transparent url("/Style Library/Portal_Images/search-white-icon.png") no-repeat center center;
}
.ms-srch-sb-searchLink:hover {
	cursor: pointer;
}
.ms-srch-sb-searchImg {
	display: none;
}
.ms-srch-sb > .ms-srch-sb-searchLink {
	margin-left: 0px;
	height: 43px;
	width: 35px;
	margin-top: 0px;
	background-size:25px;
}
.ms-textSmall {
	font-size: 1.2em;
}
@media (max-width:990px)
{
.home-page .main-panner {
	height: 580px !important;
}
.ms-srch-sb > .ms-srch-sb-searchLink {
	margin-left: -23px;
}
}
@media (max-width:563px)
{
.ms-srch-sb > .ms-srch-sb-searchLink {
	margin-left: -25px;
}
}


#searchModal {
	background-color: #296375;
}
#searchModal .modal-content {
	background: transparent;
	border: none;
}
#searchModal .modal-content .form-control {
	background: transparent;
	border: none;
	border-bottom: 2px solid #fff;
	border-radius: 0;
	box-shadow: none !important;
	color: #fff;
}
#searchModal .modal-content .btn {
	position: absolute;
	top: 0;
	right: 5px;
	text-decoration: none !important;
}
.modal-content {
	border-radius: 0;
}

#searchModal  .ms-srch-sb-searchLink{
	display:none!important
}

.slick-slide{
	height:auto;
}

#searchModal {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    z-index: 999999 !important; /* go above SharePoint header */
}








/* This is the container that holds both web parts */
#MSOZoneCell_WebPartWPQ2 {
    display:none
}

/* This is for the actual web part zone containers */
#MSOZoneCell_WebPartWPQ2{
    width: 80%;                      /* You can adjust this to control the width of the elements */
    text-align: center;              /* Optional: Center content inside the divs */
    padding: 10px;                   /* Add padding for spacing inside the web part */
    margin-top:20px
}

/* Optional: Add styling to the web parts themselves (adjust colors, borders, etc.) */
#MSOZoneCell_WebPartWPQ2 {
    background-color: #fff;          /* White background for WPQ3 */
    border-radius: 10px;             /* Rounded corners */
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); /* Optional box-shadow */
}

#ResultFooter{
	display:none!important
}

.ms-srch-item{
	width:100%
}

.ms-srch-hover-outerContainer{
	display:none!important
}

.ms-srch-item{
	text-align:start;
}

.ms-srch-result {
    margin-top: 21px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    }
    
    .ms-srch-ellipsis a,.ms-srch-ellipsis a:visited{
	color:#296375!important;
	font-size:18px;
}

.ms-srch-item-path,.ms-srch-upscope-top{
	display:none!important
}


#searchModal .tw-border-b
{
border:0px;
}

#searchModal .ms-srch-sb
{
width:100%;
}

#searchModal .tw-border-b
{
border:0px;
}

#SearchBox input {
    height: 28px;
    width: 94%;
    margin-top: 14px;
    background-color: #ffffff;
    color: #000000 !important;
    width: 100%;
    border-radius: 5px;
    padding: 5px;
    height: 49px;
}

#closeModalBtn {
    position: absolute !important;
    right: 50px;
    left: auto !important;
    margin-right: 0 !important;
    margin-left: 0px !important;
    margin-top: 0 !important;
    top: 22px;
    border: 2px solid #ffffff !important;
    padding: 7px 12px;
    border-radius: 50%;
    border-color: #ffffff !important;
}

#DeltaSearch
{
    background: #ffffff;
    height: 150px;
    border: 1px solid #ffffff;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
    max-width: 100%;
    margin: 0px auto;
}

body #SearchBox input {
    height: 28px;
    width: 50% !important;
    margin: 0px auto !important;
    margin-top: 14px;
    color: #000000 !important;
        width: 100%;
    border-radius: 5px;
    padding: 5px;
    height: 49px !important;
    border: 1px solid #898989 !important;
}

#SearchBox .ms-srch-sb.ms-srch-sb-border {
  text-align: center;
}

.ms-srch-sb.ms-srch-sb-borderFocused
{
    text-align: center;
}




@media (max-width: 992px) {

main {
    padding-top: 5.5rem;

}
}

@media screen and (max-width: 580px) {
  header .btn-container button {
    margin: 0px 5px !important;
    padding: 7px 6px 12px !important;
    font-size:19px;
  }
}



@media screen and (max-width: 768px)
  {
   [dir='rtl'] .categories-carousel  .slick-next,  [dir='rtl'] .discounts-carousel  .slick-next {
    right: auto;
    left: 11px;
    display: block !important;
    }
    [dir='rtl'] .categories-carousel .slick-prev, [dir='rtl'] .discounts-carousel .slick-prev {
      right: -11px;
      left: auto;
      display: block !important;
    }
 
    [dir='ltr'] .categories-carousel  .slick-next,  [dir='ltr'] .discounts-carousel  .slick-next {
    left: auto;
    right: 11px;
    display: block !important;
    }
    [dir='ltr'] .categories-carousel .slick-prev, [dir='ltr'] .discounts-carousel .slick-prev {
      left: -11px;
      right: auto;
      display: block !important;
    }
 
    .categories-carousel .slick-dots, .discounts-carousel .slick-dots
    {
      display: none!important;
    }
  }
  
  
  .M_joinFormContainer {
    max-width: 100%;
}




@media screen and (max-width: 768px)
{
    #SafwaBannersAllListing2
    {
      display: none;
    }
}