@charset "UTF-8";


@font-face {
  font-family: NotoKufiArabic;
  src: url(../fonts/Cairo/Cairo-Regular.ttf);
}


@font-face {
  font-family: NotoKufiArabicLight;
  src: url(../fonts/NotoKufiArabic/NotoKufiArabic-Light.ttf);
}

//---------------------------------- Noto Kufi Arabic ----------------------------------
@font-face {
  font-family: NotoKufiArabic;
  src: url(../fonts/NotoKufiArabic/NotoKufiArabic-Regular.ttf);
}

@font-face {
  font-family: NotoKufiArabicItalicBold;
  src: url(../fonts/NotoKufiArabic/NotoKufiArabic-SemiBold.ttf);
}

@font-face {
  font-family: NotoKufiArabicBold;
  src: url(../fonts/NotoKufiArabic/NotoKufiArabic-Bold.ttf);
} 

@font-face {
  font-family: NotoKufiArabicMedium;
  src: url(../fonts/NotoKufiArabic/NotoKufiArabic-Medium.ttf);
}

html body {
  font-family: NotoKufiArabic;
}

html body.rtl {
  direction: rtl;
  text-align: right;
  flex-direction: row-reverse;
}

body {
  min-width: 350px;
}

.custom-button {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  box-shadow: none;
  outline: none;
  display: inline-block;
  color: #1b1b1b;
  min-width: 140px;
  box-sizing: content-box;
  padding: 20px 25px;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  text-transform: capitalize;
  text-decoration: none;
  position: relative;
  z-index: 0;
  transition: all 0.2s ease-in-out;
}

.custom-button:before {
  content: "";
  position: absolute;
  z-index: -2;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: #f0b43c;
  transform: skew(-15deg);
}

.custom-button:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0%;
  height: 0%;
  background-color: #ffffff;
  z-index: -1;
  transition:
    height 0.2s ease-in,
    width 0.2s linear,
    border-radius 0.2s linear;
  transform: skew(-15deg);
}

.custom-button:hover,
.custom-button:focus {
  color: #1b1b1b;
  text-decoration: none;
}

.custom-button:hover:after,
.custom-button:focus:after {
  width: 100%;
  height: 100%;
  border-radius: 0%;
}

.custom-button.white-variant {
  background-color: transparent;
  color: #ffffff;
}

.custom-button.white-variant:before {
  background: transparent;
  border: 1px solid white;
}

.custom-button.white-variant:hover {
  color: #000000;
}

.custom-button.wishlist {
  background-color: transparent;
}

.custom-button.wishlist:before {
  background: transparent;
  border: 2px solid #eeeeee;
}

.custom-button.wishlist:hover {
  color: #1b1b1b;
}

.custom-button.wishlist:after {
  background-color: #f0b43c;
}

.x-icon {
  display: inline-block;
  width: 20px;
  height: 2px;
  background-color: currentColor;
  transform: rotate(45deg);
  transition: color 0.1s ease-in-out;
}

.x-icon:after {
  content: "";
  display: inline-block;
  height: 20px;
  width: 2px;
  background-color: currentColor;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: color 0.1s ease-in-out;
}

.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}

.section-heading.long-title .heading-title {
  font-size: 2.5rem;
  font-weight: normal;
}

.section-heading .heading-title {
  background: linear-gradient(95.49deg, #c82828 0%, #f0b43c 72.49%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  font-family: NotoKufiArabicBold;
  font-weight: 800;
  font-size: 3.5rem;
  line-height: initial;
  text-transform: capitalize;
  line-height: 56px;
}

.section-heading .heading-link {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.2;
  color: #c82828;
  text-decoration: none;
  min-width: 181px;
  text-align: left;
}

.section-heading .heading-link:before {
  content: "";
  display: inline-block;
  width: 82px;
  height: 2px;
  vertical-align: middle;
  margin: 0 8px;
  background-color: currentColor;
  transition: width 0.1s linear;
}

.section-heading.white-variant .heading-title {
  color: #ffffff;
  -webkit-text-fill-color: initial;
}

.section-heading .heading-link-white {
  color: #ffffff;
}

.section-heading:hover .heading-link:before {
  width: 24px;
}

.heading-title-h1 {
  background: linear-gradient(95.49deg, #c82828 0%, #f0b43c 72.49%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  font-family: NotoKufiArabic;
  font-weight: 800;
  font-size: 3.5rem;
  line-height: 1.3;
  text-transform: capitalize;
}

/* fahd  */
/*  Careers
-------------------------------------- */
.tabs-links {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 64px;
  padding-top: 20px;
}

.tabs-links a {
  font-size: 16px;
  color: #5c5c5c;
  display: block;
  min-width: 108px;
  height: 43px;
  line-height: 43px;
  padding: 0 10px;
  font-weight: 700;
  border: 1px solid #c92828;
  text-align: center;
  border-radius: 29px;
  margin: 0 7px;
  font-size: 14px;
  padding: 0;
}

.tabs-links a.active {
  background: #c92828;
  color: #fff;
}

.career-post {
  display: flex;
  align-items: center;
  background: #f6f6f6;
  border-radius: 5px;
  padding: 33px 32px;
}

.career-post:nth-of-type(2n) {
  background: #fff;
}

.career-post-title {
  width: 100%;
  max-width: 390px;
  padding-right: 27px;
}

.career-post-title h4 {
  margin-bottom: 15.5px;
  color: #c92828;
}

#job-content {
  margin: 50px 0;
}

.career-post-title p {
  font-size: 12px;
  color: #8c8c8d;
  margin: 0;
}

.career-post-title p span {
  margin-right: 12px;
  color: #929292;
}

.career-post-title p a {
  margin-left: 12px;
  color: #929292;
  pointer-events: none;
}

.career-post-info {
  color: #8c8c8d;
  width: 100%;
  max-width: 500px;
  text-align: justify;
}

.career-post-btn {
  margin-right: auto;
}

.career-post-btn a {
  width: 120px;
  height: 50px;
  line-height: 50px;
  background: #c92828;
  border-radius: 5px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  display: block;
  transition: all 0.3s;
}

.career-post-btn a:hover {
  background: #8c8c8d;
}

/*  Single Career
------------------ */
.career-banner-wrap {
  padding: 118px 0 0;
  background: #fff;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.12);
}

.career-main-wrap {
  background: #f6f6f6;
}

.career-banner-main h2 {
  text-align: center;
  margin-bottom: 24px;
}

.career-banner-main ul {
  list-style: none;
  padding: 0;
  margin: 0 0 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.career-banner-main li {
  display: flex;
  align-items: center;
}

.career-banner-main li a {
  pointer-events: none;
  color: inherit;
  margin-left: 5px;
}

.career-banner-main li::before {
  content: "";
  width: 4px;
  height: 4px;
  margin: 0 16px;
  border-radius: 100%;
  background: #5c5c5c;
}

.career-banner-main li:first-of-type::before {
  display: none;
}

.career-banner-main .nav-tabs {
  border: none;
  justify-content: center;
}

.career-banner-main .nav-tabs .nav-link {
  border: none;
  border-bottom: 3px solid transparent;
  padding: 0 0 16px;
  color: #bfbfbf;
  margin: 0 32px;
  font-weight: 700;
}

.career-banner-main .nav-tabs .nav-link.active {
  background: none;
  border-color: #c92828;
  color: #c92828;
}

.career-main {
  max-width: 820px;
  margin: 0 auto;
  padding: 80px 0 120px;
}

.career-sub-title h5 {
  margin-bottom: 0;
  color: #000;
}

.career-apply-btn {
  margin-top: 72px;
}

.career-apply-btn a {
  display: block;
  width: 100%;
  background: #c92828;
  color: #ffffff;
  font-weight: 700;
  height: 54px;
  line-height: 54px;
  border-radius: 8px;
  text-align: center;
  transition: all 0.3s;
}

.career-apply-btn a:hover {
  background: #8c8c8d;
}

/*  Career Form
-------------------------------------- */
.site-form-section .form-group {
  margin-bottom: 48px;
}

.site-form-section label {
  margin-bottom: 0;
  font-weight: 700;
  color: #c92828;
  display: block;
}

.site-form-section label em {
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  color: #a0a0a0;
}

.checkbox-field {
  margin-bottom: 70px;
  cursor: pointer;
}

.checkbox-field span {
  margin-left: 0;
}

.checkbox-field input[type="checkbox"] {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.checkbox-field input[type="checkbox"] + span {
  font-weight: 700;
  position: relative;
  padding-right: 30px;
  cursor: pointer;
}

.checkbox-field input[type="checkbox"] + span:before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 4px;
  right: 0;
  border: 2px solid #c92828;
}

.checkbox-field input[type="checkbox"]:checked + span:before {
  background: url(https://mediserv.brackets-tech.com/wp-content/uploads/2021/08/check.png)
    no-repeat 0 1px / 17px;
}

.form-group .country,
.form-group .partners {
  display: block;
  position: relative;
}

.form-group .country::before,
.form-group .partners::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 1px;
  right: 0;
  width: 20px;
  height: 38px;
  z-index: 1;
  background: #f6f6f6;
}

.form-group .country::after,
.form-group .partners::after {
  content: "";
  position: absolute;
  bottom: 13px;
  right: 4px;
  display: block;
  width: 8px;
  height: 8px;
  z-index: 1;
  border: 2px solid #000;
  transform: rotate(45deg);
  border-color: transparent #a0a0a0 #a0a0a0 transparent;
}
.form-mobile .country::before,
.form-mobile .partners::before {
  content: initial !important;
}
.form-mobile .country::after,
.form-mobile .partners::after {
  content: initial !important;
}

.site-form-section .form-control {
  padding: 7.8px 0;
  border: none;
  border-bottom: 1px solid #a0a0a0;
  border-radius: 0;
  background-color: transparent;
  font-size: 16px;
  color: #a0a0a0;
  height: auto;
  text-align: right;
  direction: rtl;
}

.site-form-section textarea.form-control {
  height: 40.6px;
}

.site-form-section .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #a0a0a0;
  opacity: 1;
}

.site-form-section .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #a0a0a0;
  opacity: 1;
}

.site-form-section .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #a0a0a0;
  opacity: 1;
}

.site-form-section .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #a0a0a0;
  opacity: 1;
}

.site-form-section .form-control:focus {
  color: #495057;
  background-color: transparent;
  border-color: #80bdff;
  box-shadow: none;
}

.single-from-head {
  border-bottom: 1px solid #c5c5c5;
  margin-bottom: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 12px;
}

.single-from-head p {
  margin: 0;
}

.single-from-head input {
  display: none;
}

.single-from-head label {
  font-size: 16px;
  color: #acacac;
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-weight: 400;
}

.single-from-head label::before {
  content: "";
  width: 15px;
  height: 15.83px;
  margin-right: 6px;
  background: url("images/delete-icon.svg") no-repeat center center;
}

.single-from-head h5 {
  margin-bottom: 0;
}

.single-from-head2 {
  margin-top: 80px;
}

.file-drop-area {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 47px 25px;
  background: #ffffff;
  border: 1px dashed #c5c5c5;
  border-radius: 0;
  transition: 0.2s;
  margin-top: 14px;
}

.file-drop-area.is-active {
  background-color: rgba(255, 255, 255, 0.05);
}

.fake-btn {
  color: #c92828;
  margin-right: 10px;
  white-space: nowrap;
}

.file-msg {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.fileattached .file-msg {
  overflow: visible;
  text-overflow: initial;
}

.file-drop .attachments,
.file-drop-area .attachments,
.file-input,
.file-drop-area .wpcf7-form-control-wrap {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  /* opacity: 0; */
}

.file-drop-area .wpcf7-not-valid-tip {
  width: 100%;
  padding: 10px;
  text-align: center;
}

.file-input:focus {
  outline: none;
}

.careers-form-btn {
  margin-top: 80px;
}

.careers-form-btn .btn {
  display: block;
  padding: 0;
  border: none;
  height: 54px;
  line-height: 54px;
  border-radius: 8px;
  background: #c92828;
  font-size: 20px;
  font-weight: 700;
  width: 100%;
}

.careers-form-btn .btn:hover {
  background: #ab2323;
}

.linkedin-apply {
  display: flex;
  background: #ffffff;
  padding: 32px;
  border: 1px solid #c5c5c5;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px;
  margin-bottom: 41px;
}

.linkedin-apply-lt h5 {
  margin-bottom: 6px;
}

.linkedin-apply-lt p {
  margin: 0;
  color: #acacac;
}

.linkedin-apply-rt a {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  padding: 0 11px;
  height: 42px;
  line-height: 42px;
  background: #0084bf;
}

.linkedin-apply-rt a img {
  margin-right: 7.7px;
}

.news-content-wrap {
  margin-top: 20px;
  margin-bottom: 50px;
}

.news-content-wrap-top {
  margin-top: 80px;
}

.single-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

.single-social ul {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.single-social li {
  margin: 0;
  margin-left: 11px;
  min-width: 20px;
  height: 0;
}

p.no-jobs {
  text-align: center;
  padding: 10px;
  /* background: #f6f6f6; */
  color: #8c8c8d;
  font-size: 17px;
}

.companies a {
  margin-left: 0 !important;
}

@media screen and (max-width: 540px) {
  .heading-link {
    min-width: unset !important;
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: 13px !important;
    line-height: 20px !important;
  }

  .heading-link:before {
    width: 40px !important;
  }

  .profile-btn {
    text-align-last: center;
  }

  .heading-title {
    font-style: italic !important;
    font-weight: 800 !important;
    font-size: 32px !important;
    line-height: 40px !important;
  }

  .heading-title-h1 {
    font-style: italic !important;
    font-weight: 800 !important;
    font-size: 32px !important;
    line-height: 40px !important;
  }

  .profile-btn {
    text-align-last: center;
  }

  .heading-title {
    font-style: italic !important;
    font-weight: 800 !important;
    font-size: 32px !important;
    line-height: 40px !important;
  }

  .custom-button {
    padding: 16px 32px !important;
    box-sizing: border-box !important;
    font-size: 13px !important;
    line-height: 16px !important;
  }
}

.content-page {
  margin-top: 32px;
  margin-bottom: 80px;
}

.nav-wrapper {
  display: flex;
  justify-content: flex-end;
  font-family: NotoKufiArabic;
}

.nav-wrapper .swiper-navigation {
  font-family: "NotoKufiArabic";
  font-style: italic;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #000000;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  align-self: flex-start;
}

.nav-wrapper .swiper-navigation:first-child {
  align-self: flex-end;
  margin-left: 48px;
}

.nav-wrapper .swiper-navigation:first-child:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 52px;
  background-color: #000000;
  vertical-align: bottom;
  transform-origin: bottom;
  transform: rotate(30deg);
  margin-right: 20px;
}

.nav-wrapper .swiper-navigation.swiper-button-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.rtl .nav-wrapper .swiper-navigation:first-child:after {
  transform: rotate(-30deg);
}

.custom-pagination {
  text-align: center;
  list-style: none;
  margin: 30px 0 0 0;
  padding: 0;
}

.custom-pagination li {
  display: inline-block;
  margin: 0 0.625rem;
  font-size: 1rem;
  line-height: 1.25;
}

.custom-pagination li img {
  vertical-align: initial;
}

.custom-pagination li a {
  text-decoration: none;
}

.custom-pagination li:last-child {
  transform: rotate(180deg);
}

.custom-pagination li:not(:first-child, :last-child).active a,
.custom-pagination li:not(:first-child, :last-child).active span,
.custom-pagination li:not(:first-child, :last-child):hover a,
.custom-pagination li:not(:first-child, :last-child):hover span {
  color: #ffffff;
  background-color: #c82828;
  border: 1px solid #931111;
  box-shadow: 0px 30px 32px -24px rgba(200, 40, 40, 0.5);
}

.custom-pagination li:not(:first-child, :last-child) a,
.custom-pagination li:not(:first-child, :last-child) span {
  color: #545454;
  display: inline-block;
  box-sizing: content-box;
  min-width: 10px;
  padding: 0.3125em 0.625em 0.3125em;
  border: 1px solid #f1f1f1;
  transition: all 0.2s ease-in-out;
}

.general-link {
  display: inline-block;
  color: #c82828;
  text-decoration: none;
  padding-right: 5.625rem;
  position: relative;
}

.general-link:hover:before {
  width: 2rem;
  transform: rotate(180deg) translateY(-50%);
}

.general-link:before {
  content: "";
  width: 5.125rem;
  margin-left: 0.5rem;
  height: 1px;
  position: absolute;
  left: calc(100% - 5.625rem);
  top: 50%;
  transform: translateY(-50%);
  background-color: currentColor;
  transition:
    width 0.2s linear,
    transform 0.2s linear;
}

a.general-link {
  color: #c82828;
  text-decoration: none;
}

.rtl .custom-pagination li:last-child {
  transform: none;
}

.rtl .custom-pagination li:first-child {
  transform: rotate(180deg);
}

@media screen and (max-width: 767px) {
  .custom-pagination .morepages {
    display: none;
  }
}

.row-span-3 {
  grid-row: span 3;
}

.row-span-2 {
  grid-row: span 2;
}

@media screen and (max-width: 991px) {
  .hide-mobile {
    display: none !important;
  }
}

@media screen and (min-width: 992px) {
  .hide-desktop {
    display: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  ::before,
  ::after {
    animation-delay: -1ms !important;
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    background-attachment: initial !important;
    scroll-behavior: auto !important;
    transition-duration: 0s !important;
    transition-delay: 0s !important;
  }
}

.rtl .custom-button:before {
  transform: skew(15deg);
}

.rtl .custom-button:after {
  transform: skew(15deg);
}

.rtl > * {
  font-family: NotoKufiArabic !important;
}

@media (min-width: 1300px) {
  .container {
    max-width: 1242px;
  }
}

@media (max-width: 991px) {
  body.lock-scroll-mobile {
    overflow: hidden;
  }
}

h2.privacy_title {
  font-family: "NotoKufiArabic";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #22212b;
}

p.privacy_text {
  font-family: "NotoKufiArabic";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.tab-container > * {
  display: none;
}

.tab-container > *.active {
  display: block;
}

input.custom-checkbox[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 24px;
  height: 24px;
  border: 2px solid #e6e8ec;
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  vertical-align: middle;
  transition: all 0.1s linear;
  position: relative;
}

input.custom-checkbox[type="checkbox"]:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 14px;
  height: 10px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../assets/images/misc-svg/red-check.svg");
  transition: inherit;
  opacity: 0;
}

input.custom-checkbox[type="checkbox"]:checked {
  background: #c82828;
  border-color: #b90000;
}

input.custom-checkbox[type="checkbox"]:checked:after {
  opacity: 1;
}

input.custom-checkbox[type="checkbox"] ~ label {
  cursor: pointer;
  margin-right: 7px;
}

input.custom-checkbox[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 24px;
  height: 24px;
  border: 2px solid #e6e8ec;
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  vertical-align: middle;
  transition: all 0.1s linear;
  position: relative;
}

input.custom-checkbox[type="radio"]:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 14px;
  height: 10px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../assets/images/misc-svg/red-check.svg");
  transition: inherit;
  opacity: 0;
}

input.custom-checkbox[type="radio"]:checked {
  background: #c82828;
  border-color: #b90000;
}

input.custom-checkbox[type="radio"]:checked:after {
  opacity: 1;
}

input.custom-checkbox[type="radio"] ~ label {
  cursor: pointer;
}

.custom-collapsible .collapsible-header {
  display: flex;
  justify-content: space-between;
  transition: all 0.1s linear;
  cursor: pointer;
  align-items: center;
}

.custom-collapsible .collapsible-header:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  margin-right: 12px;
  background-image: url("../../assets/images/misc-svg/arrow-up.svg");
  background-position: center center;
  background-repeat: no-repeat;
  transform: rotate(180deg);
  transition: transform 0.1s linear;
}

.custom-collapsible .collapsible-header:not(.open) {
  margin-bottom: 0;
}

.custom-collapsible .collapsible-header.open:after {
  transform: rotate(0);
}

.custom-collapsible .collapsible-body {
  transition: max-height 0.2s linear;
  max-height: 0;
  overflow: hidden;
}

.custom-textbox {
  width: 100%;
  position: relative;
  font-size: 0.875rem;
  line-height: 1.7;
}

.custom-textbox input {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  max-width: 100%;
  padding: 14px;
  border: 1px solid #e6e8ec;
  border-radius: 4px;
  font-size: inherit;
  line-height: inherit;
  font-weight: 500;
  color: #637488;
  transition: all 0.1s linear;
}

.custom-textbox input:focus {
  outline: none;
  color: #1b1b1b;
  border-color: #c82828;
}

.custom-textbox[data-pretext] input {
  padding-right: 3em;
}

.custom-textbox[data-pretext]:before {
  content: attr(data-pretext);
  position: absolute;
  right: 14px;
  width: 3em;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

a.petromin-link {
  color: #c82828;
  text-decoration: none;
  padding-right: 90px;
  position: relative;
}

a.petromin-link:hover:before {
  width: 32px;
  transform: rotate(180deg) translateY(-50%);
}

a.petromin-link:before {
  content: "";
  width: 82px;
  height: 1px;
  position: absolute;
  left: calc(100% - 90px);
  top: 50%;
  margin-left: 8px;
  transform: translateY(-50%);
  background-color: currentColor;
  transition:
    width 0.2s linear,
    transform 0.2s linear;
}

@media screen and (max-width: 575px) {
  a.petromin-link {
    padding-right: 72px;
  }

  a.petromin-link:before {
    width: 64px;
    left: calc(100% - 72px);
  }
}

.mm-select {
  position: relative;
}

.mm-select .active-option {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  background: transparent;
  color: inherit;
  padding: 0;
  width: 100%;
  z-index: 1;
  outline: none;
  box-sizing: border-box;
}

.mm-select .active-option:focus {
  border: 1px solid currentColor;
}

.wpcf7 input[type="file"] {
  cursor: pointer;
  opacity: 0;
}

.mm-select .option-list {
  display: block;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  z-index: 100;
  top: 100%;
  left: 0;
  width: 100%;
  background: inherit;
  list-style: none;
  padding: 0;
  transition: opacity 0.1s linear;
}

.mm-select .option-list li {
  cursor: pointer;
}

.mm-select.open .option-list {
  opacity: 1;
  pointer-events: initial;
}

@media screen and (min-width: 992px) {
  .mm-select.mobile-only .active-option {
    display: none;
  }

  .mm-select.mobile-only .option-list {
    position: initial;
    opacity: initial;
    pointer-events: initial;
  }
}

.mm-tab-wrapper .mm-tab:not(.active) {
  display: none;
}

.mm-quick-tab:not(.mm-active) {
  display: none;
}

.mm-textbox {
  position: relative;
  z-index: 0;
  padding-top: 1.25rem;
  margin-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #1b1b1b;
}

.mm-textbox input,
.mm-textbox select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  padding: 1rem 1.5rem;
  border: 1px solid #0000001a;
  outline: none;
  font-family: NotoKufiArabic;
}

.mm-textbox input[type="date"]::-webkit-inner-spin-button,
.mm-textbox input[type="date"]::-webkit-calendar-picker-indicator,
.mm-textbox input[type="month"]::-webkit-inner-spin-button,
.mm-textbox input[type="month"]::-webkit-calendar-picker-indicator,
.mm-textbox select[type="date"]::-webkit-inner-spin-button,
.mm-textbox select[type="date"]::-webkit-calendar-picker-indicator,
.mm-textbox select[type="month"]::-webkit-inner-spin-button,
.mm-textbox select[type="month"]::-webkit-calendar-picker-indicator {
  opacity: 0;
}

.mm-textbox input[type="date"] ~ .mm-calander-icon,
.mm-textbox input[type="month"] ~ .mm-calander-icon,
.mm-textbox select[type="date"] ~ .mm-calander-icon,
.mm-textbox select[type="month"] ~ .mm-calander-icon {
  position: absolute;
  z-index: 1;
  top: 2.25rem;
  left: 1.5rem;
  width: 24px;
  height: 24px;
  pointer-events: none;
}

.mm-textbox:after {
  content: "";
  position: absolute;
  z-index: 1;
  background: #c82828;
  width: 0%;
  height: 1px;
  right: 0;
  bottom: -1px;
  transition: width 0.15s ease-out;
}

.mm-textbox:focus-within:after {
  width: 100%;
}

.mm-textbox.mm-label-placeholder:focus-within label,
.mm-textbox.mm-label-placeholder.mm-has-value label {
  top: 0;
  right: 0;
}

.mm-textbox.mm-label-placeholder:focus-within input[type="date"],
.mm-textbox.mm-label-placeholder:focus-within select,
.mm-textbox.mm-label-placeholder.mm-has-value input[type="date"],
.mm-textbox.mm-label-placeholder.mm-has-value select {
  color: inherit;
}

.mm-textbox.mm-label-placeholder input[type="date"],
.mm-textbox.mm-label-placeholder select {
  color: transparent;
}

.mm-textbox.mm-label-placeholder label {
  position: absolute;
  z-index: 1;
  top: 2.25rem;
  right: 1.5rem;
  opacity: 0.75;
  transition:
    top 0.2s ease-out,
    right 0.2s ease-out;
}

.mm-textbox.mm-inline-text input {
  padding-left: 230px;
}

.mm-textbox.mm-inline-text .mm-text {
  position: absolute;
  z-index: 1;
  top: 2.25rem;
  left: 1.5rem;
}

.mm-textbox.mm-select:focus:before {
  transform: rotate(0deg);
}

.mm-textbox.mm-select:before {
  content: "";
  background-image: url(../assets/images/misc-svg/arrow-up.svg);
  width: 24px;
  height: 24px;
  position: absolute;
  z-index: 1;
  top: 2.25rem;
  left: 1.5rem;
  transform: rotate(180deg);
  transition: transform 0.1s linear;
}

.mm-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: auto;
  padding: 3rem;
}

.mm-popup:after {
  content: "";
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  filter: blur(2px);
}

.mm-popup:not(.mm-active) {
  display: none;
}

@media screen and (max-width: 991px) {
  .mm-popup {
    padding: 2rem;
  }
}

body.mm-body-lock {
  overflow: hidden !important;
}

.list-load-wrapper {
  min-height: 40px;
}

.list-load-wrapper.loading .dot-pulse-wrapper {
  display: flex;
}

.list-load-wrapper.loading .load-more {
  display: none;
}

.dot-pulse-wrapper {
  display: none;
  width: 100%;
  padding-top: 70px;
}

.dot-pulse-wrapper .dot-pulse {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: relative;
  animation: loader10 0.9s ease alternate infinite;
  animation-delay: 0.36s;
  top: 50%;
  margin: -30px auto 0;
}

.dot-pulse-wrapper .dot-pulse::after,
.dot-pulse-wrapper .dot-pulse::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  animation: loader10 0.9s ease alternate infinite;
}

.dot-pulse-wrapper .dot-pulse::before {
  left: -20px;
  animation-delay: 0.18s;
}

.dot-pulse-wrapper .dot-pulse::after {
  right: -20px;
  animation-delay: 0.54s;
}

.pt-5.text-center {
  margin: 0 auto;
}

@keyframes loader10 {
  0% {
    box-shadow: 0 12px 0 -12px #c82828;
  }

  100% {
    box-shadow: 0 12px 0 #c82828;
  }
}

.about-us-section {
  padding-top: 16px;
  overflow: hidden;
}

.about-us-section .first-row-wrapper .about-us .about-us-title {
  font-style: italic;
  font-weight: 800;
  font-size: 56px;
  text-transform: capitalize;
  background: linear-gradient(95.49deg, #c82828 0%, #f0b43c 72.49%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
  min-height: 75px;
  font-family: NotoKufiArabic;
}

.about-us-section .first-row-wrapper .about-us .about-us-desc {
  color: #1b1b1b;
  padding-top: 48px;
  font-style: normal;
  font-weight: 300;
  font-size: 21px;
  line-height: 32px;
  font-family: "NotoKufiArabic";
}

.about-us-section .first-row-wrapper .about-us-pic {
  position: relative;
}

.about-us-section .first-row-wrapper .about-us-pic .about-us-img:before {
  content: "";
  position: absolute;
  width: 500px;
  height: 563px;
  top: 20px;
  bottom: 0;
  left: 0;
  right: 102px;
  background-image: linear-gradient(97.21deg, #d12d28 0.37%, #f4b43e 70.77%);
  border: 1px solid #e6e8ec;
  box-sizing: border-box;
  box-shadow: 0px 40px 32px -24px rgba(15, 15, 15, 0.05);
  z-index: -1;
}

.about-us-section .second-row-wrapper {
  justify-content: flex-start;
  margin-top: -80px;
}

.about-us-section .second-row-wrapper .first-col-combo {
  position: relative;
}

.about-us-section .second-row-wrapper .first-col-combo:after {
  position: absolute;
  content: "";
  height: 120px;
  width: 1px;
  bottom: -50px;
  left: 50px;
  transform: skew(-35deg);
  background-image: linear-gradient(97.21deg, #d12d28 0.37%, #f4b43e 70.77%);
}

.about-us-section .second-row-wrapper .first-col-combo p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  color: #1b1b1b;
  width: 86%;
}

.about-us-section .second-row-wrapper .first-col-combo .first-p {
  padding-bottom: 16px;
}

.about-us-section .third-row-wrapper {
  justify-content: flex-end;
}

.about-us-section .third-row-wrapper .second-col-combo {
  display: flex;
  align-items: flex-end;
  column-gap: 10px;
}

.about-us-section .third-row-wrapper .second-col-combo p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  color: #1b1b1b;
  width: 86%;
}

.style-2-about-specs {
  padding-top: 48px !important;
}

.about-specs {
  position: relative;
  min-height: 350px;
  padding-top: 108px;
  padding-bottom: 102px;
}

.about-specs #about-specs-slider {
  overflow: visible;
}

.about-specs .blanding-row {
  justify-content: space-between;
}

.about-specs .blanding-row .blanding-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 232px;
  width: 100%;
  margin-bottom: 32px;
  position: relative;
}

.about-specs .blanding-row .blanding-wrap:before {
  content: "";
  position: absolute;
  height: 232px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  box-shadow: 0px 40px 32px rgba(15, 15, 15, 0.05);
  background-image: linear-gradient(97.21deg, #d12d28 0.37%, #f4b43e 70.77%);
  transform: skew(-10deg);
  z-index: -1;
}

.about-specs .blanding-row .blanding-wrap:after {
  content: "";
  position: absolute;
  width: 28px;
  height: 232px;
  right: 10px;
  top: 22px;
  background: #ffb727;
  box-shadow: 0px 30px 32px rgba(200, 40, 40, 0.5);
  transform: skew(-10deg);
}

.about-specs .blanding-row .blanding-wrap .single-wrap {
  text-align: right;
  position: relative;
  width: 294px;
  margin-right: 48px;
}

.about-specs .blanding-row .blanding-wrap .single-wrap .title1 {
  font-family: "NotoKufiArabicBold";
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -0.4px;
  color: #ffffff;
  padding-bottom: 12px;
}

.about-specs .blanding-row .blanding-wrap .single-wrap .title1 sup {
  top: -0.4em;
  font-family: "NotoKufiArabic";
  font-size: 28px;
}

.about-specs .blanding-row .blanding-wrap .single-wrap .title2 {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffffff;
}

@media screen and (min-width: 820px) and (max-width: 992px) {
  .about-specs .blanding-row .blanding-wrap::after {
    left: 22px;
  }

  .about-specs .blanding-row .blanding-wrap .single-wrap {
    margin-left: 80px;
  }

  .rtl .about-specs .blanding-row .blanding-wrap::after {
    right: 22px;
  }

  .rtl .about-specs .blanding-row .blanding-wrap .single-wrap {
    margin-right: 80px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .blending-plants #blanding-row .blanding-wrap .single-wrap {
    margin-right: 67px !important;
  }

  .blending-plants #blanding-row .blanding-wrap::after {
    right: 12px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1100px) {
  .about-specs .blanding-row .blanding-wrap::after {
    left: 22px;
  }

  .about-specs .blanding-row .blanding-wrap .single-wrap {
    margin-left: 80px;
  }

  .rtl .about-specs .blanding-row .blanding-wrap::after {
    right: 22px;
  }

  .rtl .about-specs .blanding-row .blanding-wrap .single-wrap {
    margin-right: 80px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1300px) {
  .about-specs .blanding-row .blanding-wrap .single-wrap {
    margin-right: 64px;
  }
}

@media screen and (max-width: 768px) {
  .about-us-section .first-row-wrapper .ordering-1 {
    order: 2;
    padding-top: 52px;
  }

  .about-us-section .first-row-wrapper .about-us .about-us-title {
    font-size: 28px;
    line-height: 42px;
  }

  .about-us-section .first-row-wrapper .about-us .about-us-desc {
    font-size: 16px !important;
    line-height: 24px !important;
    padding-top: 16px;
  }

  .about-us-section .first-row-wrapper .about-us-pic .about-us-img img {
    width: 304px;
    height: 316px;
  }

  .about-us-section .first-row-wrapper .about-us-pic .about-us-img:before {
    width: 300px;
    height: 336px;
    right: unset;
  }

  .about-us-section .second-row-wrapper {
    margin-top: 16px;
  }

  .about-us-section .second-row-wrapper .first-col-combo:after {
    display: none;
  }

  .about-us-section .second-row-wrapper .first-col-combo p {
    width: 100%;
    font-size: 13px;
    line-height: 21px;
  }

  .about-us-section .second-row-wrapper .first-col-combo .first-p {
    width: 100%;
    font-size: 13px;
    line-height: 21px;
  }

  .about-us-section .third-row-wrapper .second-col-combo p {
    width: 100%;
    font-size: 13px;
    line-height: 21px;
  }

  .about-specs {
    overflow: hidden;
    padding-top: 34px;
    padding-bottom: 32px;
    min-height: initial;
  }

  .about-specs .blanding-row .blanding-wrap {
    width: 158px;
    height: 92px;
  }

  .about-specs .blanding-row .blanding-wrap:after {
    width: 23px;
    height: 92px;
    right: 12px;
    top: 9px;
  }

  .about-specs .blanding-row .blanding-wrap .single-wrap {
    margin-right: 54px;
  }

  .about-specs .blanding-row .blanding-wrap .single-wrap .title1 {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: -0.4px;
    padding-bottom: initial;
  }

  .about-specs .blanding-row .blanding-wrap .single-wrap .title2 {
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
  }

  .style-2-about-specs {
    padding-top: 48px !important;
  }

  .style-2-about-specs #about-specs-slider .swiper-wrapper {
    display: block;
  }

  .style-2-about-specs #about-specs-slider .blanding-row .blanding-wrap {
    width: 100% !important;
    max-width: initial !important;
    height: 62px !important;
    margin-bottom: 16px !important;
  }

  .style-2-about-specs #about-specs-slider .blanding-row .blanding-wrap:before {
    width: 100% !important;
    height: 62px !important;
  }

  .style-2-about-specs #about-specs-slider .blanding-row .blanding-wrap:after {
    width: 20px !important;
    height: 62px !important;
  }

  .style-2-about-specs
    #about-specs-slider
    .blanding-row
    .blanding-wrap
    .single-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .style-2-about-specs
    #about-specs-slider
    .blanding-row
    .blanding-wrap
    .single-wrap
    .title1 {
    padding: 0 8px;
  }
}

.rtl .about-us-section .first-row-wrapper .about-us .about-us-title {
  font-style: initial;
  font-family: NotoKufiArabicBold !important;
}

.rtl .blanding-row .blanding-wrap:after,
.rtl #blanding-row .blanding-wrap:after {
  transform: skew(11deg) !important;
}

.rtl .blanding-row .blanding-wrap:before,
.rtl #blanding-row .blanding-wrap:before {
  transform: skew(11deg) !important;
}

.blanding-container {
  margin-top: 80px;
}

.blending-plants-style-2:not(.active) {
  display: none;
}

.blending-plants {
  position: relative;
  min-height: 500px;
  overflow: hidden;
}

.blending-plants:before {
  content: "";
  display: block;
  width: 100%;
  height: 400px;
  background-image: linear-gradient(99.57deg, #c82828 0%, #f0b43c 119.29%);
  position: absolute;
  top: 0;
  z-index: -1;
  clip-path: polygon(0 0, 100% 50%, 100% 90%, 0% 100%);
}

.blending-plants #blanding-row {
  overflow: visible;
}

.blending-plants #blanding-row .blanding-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 232px;
  width: 100%;
  max-width: 294px;
  margin-bottom: 90px;
}

.blending-plants #blanding-row .blanding-wrap:before {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  box-shadow: 0px 40px 32px rgba(15, 15, 15, 0.05);
  background: #c82828;
  transform: skew(-10deg);
  z-index: -1;
}

.blending-plants #blanding-row .blanding-wrap:after {
  content: "";
  position: absolute;
  width: 28px;
  height: 232px;
  left: 22px;
  top: 22px;
  background: #ffb727;
  box-shadow: 0px 30px 32px rgba(200, 40, 40, 0.5);
  transform: skew(-10deg);
}

.blending-plants #blanding-row .blanding-wrap .single-wrap {
  text-align: right;
  position: relative;
  width: 294px;
  margin-right: 80px;
}

.blending-plants #blanding-row .blanding-wrap .single-wrap .title1 {
  font-family: "NotoKufiArabicBold";
  font-style: normal;
  font-weight: 800;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.4px;
  color: #ffffff;
  padding-bottom: 12px;
}

.blending-plants #blanding-row .blanding-wrap .single-wrap .title2 {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffffff;
}

.blending-plants .blending-btn {
  margin-top: -30px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 3;
}

.rtl .blending-plants #blanding-row .blanding-wrap:after {
  right: 22px;
}

.blending-plants-style-2 .section-heading {
  margin-top: 32px;
}

.blending-plants-style-2 .section-heading .heading-title {
  font-family: "NotoKufiArabic";
  font-style: italic;
  font-weight: 800;
  font-size: 32px;
  line-height: 48px;
}

.blending-plants-style-2:before {
  height: 450px;
  background-color: #22212b;
  clip-path: polygon(0 0, 100% 0, 100% 60%, 0% 100%);
  background-image: unset;
}

@media screen and (max-width: 768px) {
  .blending-plants {
    overflow: hidden;
  }

  .blending-plants:before {
    clip-path: polygon(0 0, 100% 15%, 100% 95%, 0% 100%);
  }

  .blending-plants #blanding-row {
    justify-content: center;
  }

  .blending-plants #blanding-row .blanding-wrap {
    max-width: 290px;
  }

  .blending-plants #blanding-row .blanding-wrap:before {
    width: 268px;
  }

  .blending-plants #blanding-row .blanding-wrap .single-wrap {
    max-width: 187px;
  }

  .our-blending-plants .blanding-container .section-heading {
    display: block;
  }

  .our-blending-plants .blanding-container .our-plant-text {
    margin-top: 40px !important;
  }

  .blending-plants-style-2:before {
    clip-path: polygon(0 0, 100% 0%, 100% 90%, 0% 100%);
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .our-blending-plants .blanding-container .our-plant-text {
    margin-top: 40px !important;
  }
}

.combo-company-growth .style2::before {
  bottom: 0px !important;
  clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%) !important;
  background: linear-gradient(
    97.21deg,
    #d12d28 0.37%,
    #f4b43e 70.77%
  ) !important;
}

.combo-company-growth .style2 .company-profile-wrapper-home {
  margin-bottom: 20px !important;
}

.combo-company-growth .combo-company-growth-wrapper {
  overflow: hidden;
  position: relative;
}

.combo-company-growth .combo-company-growth-wrapper:before {
  content: "";
  position: absolute;
  width: 100%;
  top: 50px;
  bottom: 60px;
  left: 0;
  left: 0;
  background-image: linear-gradient(0deg, #c82828 0%, #f0b43c 78.37%);
  clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 90%);
  z-index: -1;
}

.combo-company-growth
  .combo-company-growth-wrapper
  .company-profile-wrapper-home {
  margin-bottom: 80px;
  overflow: visible;
}

.combo-company-growth
  .combo-company-growth-wrapper
  .company-profile-wrapper-home
  .one-profile-wrapper {
  position: relative;
}

.combo-company-growth
  .combo-company-growth-wrapper
  .company-profile-wrapper-home
  .one-profile-wrapper
  a[data-bottomtext]:after {
  content: attr(data-bottomtext);
  position: absolute;
  bottom: -16px;
  left: -16px;
  background: #c82828;
  padding: 24px 40px;
  z-index: 1;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #ffffff;
  box-shadow: 0px 30px 32px rgba(200, 40, 40, 0.5);
  clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
}

.combo-company-growth
  .combo-company-growth-wrapper
  .company-profile-wrapper-home
  .one-profile-wrapper
  img {
  width: 100%;
}

.combo-company-growth
  .combo-company-growth-wrapper
  .growth-plan-home
  .growth-img {
  position: relative;
}

.combo-company-growth
  .combo-company-growth-wrapper
  .growth-plan-home
  .growth-img
  img {
  width: 100%;
}

.combo-company-growth
  .combo-company-growth-wrapper
  .growth-plan-home
  .growth-img
  .growth-btn {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translateX(-50%);
}

.combo-company-growth
  .combo-company-growth-wrapper
  .growth-plan-home
  .growth-img
  .growth-text {
  font-family: NotoKufiArabicBold;
  position: absolute;
  top: 40%;
  font-style: italic;
  font-weight: 800;
  font-size: 100px;
  line-height: 80px;
  color: #ffffff;
  text-shadow: 0px 10px 40px rgba(0, 0, 0, 0.25);
  text-align: center;
  margin: 0 -120px;
}

.video-banner .growth-plan-home .growth-text {
  margin: 0 auto !important;
  transform: translateX(-50%);
  left: 50%;
  width: 100%;
}

.rtl
  .combo-company-growth
  .combo-company-growth-wrapper
  .growth-plan-home
  .growth-img
  .growth-text {
  font-style: initial;
}

.rtl
  .combo-company-growth
  .combo-company-growth-wrapper
  .company-profile-wrapper-home
  .one-profile-wrapper[data-bottomtext]:after {
  clip-path: polygon(0 0, 85% 0%, 100% 100%, 0% 100%);
}

@media screen and (min-width: 1025px) {
  .style2 .company-profile-wrapper-home .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .style2 .company-profile-wrapper-home .swiper-wrapper .swiper-slide {
    margin: 0 20px 50px;
    max-width: 375px;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1300px) {
  .style2
    .company-profile-wrapper-home
    .swiper-wrapper
    .swiper-slide:nth-child(even) {
    margin-top: initial;
  }
}

@media screen and (max-width: 1025px) {
  .style2
    .company-profile-wrapper-home
    .swiper-wrapper
    .swiper-slide:nth-child(even) {
    margin-top: 60px;
  }
}

@media screen and (min-width: 1300px) {
  .style2
    .company-profile-wrapper-home
    .swiper-wrapper
    .swiper-slide:nth-child(2) {
    margin-top: 60px;
    margin-bottom: 96px;
    margin-right: 20px;
    margin-left: 20px;
  }

  .style2
    .company-profile-wrapper-home
    .swiper-wrapper
    .swiper-slide:nth-child(1) {
    margin-right: 0;
    margin-left: 20px;
  }

  .style2
    .company-profile-wrapper-home
    .swiper-wrapper
    .swiper-slide:nth-child(3) {
    margin-left: 0;
    margin-right: 20px;
  }

  .style2
    .company-profile-wrapper-home
    .swiper-wrapper
    .swiper-slide:nth-child(4) {
    margin-right: 0;
    margin-left: 20px;
  }

  .style2
    .company-profile-wrapper-home
    .swiper-wrapper
    .swiper-slide:nth-child(5) {
    margin-left: 0;
    margin-right: 20px;
  }
}

@media screen and (min-width: 993px) and (max-width: 1300px) {
  .combo-company-growth
    .combo-company-growth-wrapper
    .growth-plan-home
    .growth-img
    .growth-text {
    font-size: 64px;
    line-height: 48px;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .combo-company-growth
    .combo-company-growth-wrapper
    .growth-plan-home
    .growth-img
    .growth-text {
    font-size: 48px;
    line-height: 32px;
  }
}

@media screen and (max-width: 767px) {
  .combo-company-growth .section-heading .heading-title {
    font-size: 28px;
    line-height: 32px;
  }

  .combo-company-growth .section-heading .heading-link {
    min-width: 181px !important;
  }

  .combo-company-growth
    .combo-company-growth-wrapper
    .company-profile-wrapper-home
    .one-profile-wrapper
    img {
    width: 241.92px;
    height: 220.5px;
  }

  .combo-company-growth
    .combo-company-growth-wrapper
    .company-profile-wrapper-home
    .one-profile-wrapper
    a[data-bottomtext]:after {
    width: 188.32px;
    height: 45.36px;
    font-size: 16px;
    line-height: 24px;
    left: 33px;
    padding: 24px 22px;
    bottom: -10px;
  }

  .combo-company-growth
    .combo-company-growth-wrapper
    .growth-plan-home
    .growth-img
    .growth-text {
    font-size: 24px;
    line-height: 32px;
    top: 30%;
    margin: initial;
  }

  .combo-company-growth
    .combo-company-growth-wrapper
    .growth-plan-home
    .growth-btn {
    top: 60% !important;
  }

  .combo-company-growth
    .combo-company-growth-wrapper
    .growth-plan-home
    .growth-btn
    .custom-button {
    min-width: 105px !important;
    padding: 12px 4px !important;
    font-size: 13px !important;
  }
}

.rtl
  .combo-company-growth
  .combo-company-growth-wrapper
  .company-profile-wrapper-home
  .one-profile-wrapper
  a[data-bottomtext]:after {
  clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
}

.phylo-home {
  padding-bottom: 50px;
  padding-top: 50px;
}

.phylo-home .phylo-first-col {
  position: relative;
  display: flex;
  justify-content: flex-end;
}

.phylo-home .phylo-first-col .phylo-title {
  position: absolute;
  top: 22px;
  right: 0;
  font-style: italic;
  font-weight: 800;
  font-size: 56px;
  line-height: 56px;
  text-transform: capitalize;
  text-shadow: 0px 10px 40px rgba(0, 0, 0, 0.25);
  background: linear-gradient(95.49deg, #c82828 0%, #f0b43c 72.49%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  padding-right: 10px;
  font-family: NotoKufiArabic;
}

.phylo-home .phylo-second-col {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.phylo-home .phylo-second-col .phylo-second-col-div {
  width: 80%;
}

.phylo-home .phylo-second-col .phylo-second-col-div .phylo:not(:last-child) {
  padding-bottom: 32px;
}

.phylo-home .phylo-second-col .phylo-second-col-div .phylo .phylo-title {
  font-style: italic;
  font-weight: 800;
  font-size: 32px;
  line-height: 48px;
  text-transform: capitalize;
  color: #c82828;
  font-family: NotoKufiArabic;
}

.phylo-home .phylo-second-col .phylo-second-col-div .phylo .phylo-desc {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  color: #1b1b1b;
}

@media screen and (max-width: 540px) {
  .phylo-home {
    padding-bottom: 50px;
  }

  .phylo-home .phylo-first-col {
    padding-bottom: 32px;
  }

  .phylo-home .phylo-first-col .phylo-img img {
    width: 253px;
  }

  .phylo-home .phylo-first-col .phylo-title {
    font-size: 28px;
    line-height: 32px;
    top: 45%;
    transform: translateY(-50%);
    right: 16px;
  }

  .phylo-home .phylo-second-col {
    justify-content: flex-start;
  }

  .phylo-home .phylo-second-col .phylo-second-col-div {
    width: 100%;
  }

  .phylo-home .phylo-second-col .phylo-second-col-div .phylo .phylo-title {
    font-size: 24px;
    line-height: 36px;
  }

  .phylo-home .phylo-second-col .phylo-second-col-div .phylo .phylo-desc {
    font-size: 13px;
    line-height: 21px;
  }
}

.rtl .phylo-home .phylo-first-col .phylo-title {
  font-style: initial;
  font-family: NotoKufiArabicBold !important;
}

.rtl .phylo-home .phylo-second-col-div .phylo .phylo-title {
  font-family: NotoKufiArabic !important;
  font-style: normal !important;
}

.partnerships-home {
  padding-bottom: 80px;
}

.partnerships-home .partneships-wrapper {
  position: relative;
}

.partnerships-home .partneships-wrapper:before {
  content: "";
  width: 828px;
  height: 24px;
  position: absolute;
  bottom: -24px;
  right: 0;
  background: linear-gradient(97.21deg, #d12d28 0.37%, #f4b43e 70.77%);
  clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
}

.partnerships-home .partneships-wrapper:after {
  content: "";
  width: 843px;
  height: 57px;
  position: absolute;
  top: -57px;
  left: 0;
  background: linear-gradient(97.21deg, #d12d28 0.37%, #f4b43e 70.77%);
  clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
}

.partnerships-home .partneships-wrapper img {
  width: 100%;
  height: 750px;
}

.partnerships-home .partneships-wrapper .partneships-wrapper-smaller {
  position: absolute;
  top: 48px;
  right: 50%;
  transform: translateX(-50%);
}

.partnerships-home .partneships-wrapper .partneships-wrapper-smaller img {
  height: 650px;
}

.partnerships-home .partneships-wrapper .partneships-wrapper-smaller:before {
  content: "";
  position: absolute;
  width: 270px;
  height: 460px;
  border: 1px solid #ffffff;
  box-sizing: border-box;
  transform: skew(-19deg);
  z-index: -1;
  top: 40px;
  left: 0;
}

.partnerships-home .partneships-wrapper .partneships-wrapper-smaller:after {
  content: "";
  position: absolute;
  width: 270px;
  height: 460px;
  border: 1px solid #ffffff;
  box-sizing: border-box;
  transform: skew(-19deg);
  z-index: -1;
  bottom: 80px;
  left: 0;
}

.partnerships-home .partneships-wrapper .partneships-text-home {
  position: absolute;
  top: 192px;
  right: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.partnerships-home .partneships-wrapper .partneships-text-home .p1 {
  font-style: italic;
  font-weight: 800;
  font-size: 56px;
  line-height: 64px;
  text-align: center;
  text-transform: capitalize;
  color: #ffffff;
  text-shadow: 0px 10px 40px rgba(0, 0, 0, 0.25);
}

.partnerships-home .partneships-wrapper .partneships-text-home .p2 span {
  display: flex;
  font-family: NotoKufiArabic;
  font-style: italic;
  font-weight: 800;
  font-size: 56px;
  line-height: 64px;
  text-align: center;
  -webkit-text-stroke: 1px #ffffff;
  -webkit-text-fill-color: transparent;
  color: transparent;
  text-shadow: 0px 10px 40px rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 540px) {
  .partnerships-home {
    overflow: hidden;
  }

  .partnerships-home .partneships-wrapper {
    position: relative;
  }

  .partnerships-home .partneships-wrapper:before {
    width: 224px;
    height: 24px;
    bottom: -24px;
  }

  .partnerships-home .partneships-wrapper:after {
    width: 157px;
    height: 32px;
    top: -32px;
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
  }

  .partnerships-home .partneships-wrapper img {
    width: 100%;
    height: 550px;
  }

  .partnerships-home .partneships-wrapper .partneships-wrapper-smaller {
    top: 24px;
    z-index: 0;
    right: initial;
    transform: unset;
  }

  .partnerships-home .partneships-wrapper .partneships-wrapper-smaller img {
    height: 541px;
  }

  .partnerships-home .partneships-wrapper .partneships-text-home {
    top: 148px;
  }

  .partnerships-home .partneships-wrapper .p1 {
    font-size: 32px !important;
    line-height: 48px !important;
  }

  .partnerships-home .partneships-wrapper .p2 span {
    -webkit-text-stroke: initial !important;
    -webkit-text-fill-color: initial !important;
    color: #ffffff !important;
    font-size: 32px !important;
    line-height: 48px !important;
  }
}

.petromin-award-home {
  padding-bottom: 105px;
}

.petromin-award-home .petromin-award-home-wrapper {
  position: relative;
}

.petromin-award-home .petromin-award-home-wrapper .img-award-wrapper {
  position: relative;
}

.petromin-award-home .petromin-award-home-wrapper .img-award-wrapper:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 248px;
  bottom: 0;
  right: 0;
  background: #ffb727;
  z-index: -1;
}

.petromin-award-home .petromin-award-home-wrapper .img-award-wrapper:after {
  position: absolute;
  content: "Petromin Awards";
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0.2px;
  color: #ffffff;
  background: #c82828;
  bottom: -24px;
  left: 27.5px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-top: 35px;
  padding-bottom: 35px;
  padding-right: 72px;
  padding-left: 175px;
  clip-path: polygon(5% 0, 100% 0, 95% 99%, 0% 100%);
}

.petromin-award-home .petromin-award-home-wrapper:after {
  content: url("../assets/images/award/vector.png");
  position: absolute;
  bottom: 0;
  left: 0;
  width: 77px;
  height: 56px;
  padding: 24px 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(97.21deg, #d12d28 0.37%, #f4b43e 70.77%);
  clip-path: polygon(15% 0, 100% 0, 85% 99%, 0% 100%);
  cursor: pointer;
}

@media screen and (max-width: 540px) {
  .petromin-award-home {
    overflow: hidden;
  }

  .petromin-award-home .petromin-award-home-wrapper .img-award-wrapper:before {
    width: 246px;
    height: 209px;
    bottom: 48px;
  }

  .petromin-award-home .petromin-award-home-wrapper .img-award-wrapper:after {
    font-size: 16px;
    line-height: 30px;
    bottom: 28px;
    left: 42.5px;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-right: 38px;
    padding-left: 44px;
    clip-path: polygon(7% 0, 100% 0, 93% 100%, 0% 100%);
  }

  .petromin-award-home .petromin-award-home-wrapper:after {
    bottom: 40px;
  }
}

.business-verticals-tiles {
  padding-bottom: 40px;
  justify-content: center;
}

.business-verticals-tiles .business-details {
  position: relative;
}

.business-verticals-tiles .business-details .number {
  font-family: "NotoKufiArabicLight";
  font-style: normal;
  font-weight: 250;
  font-size: 170px;
  line-height: 255px;
  text-align: center;
  letter-spacing: -0.4px;
  background: linear-gradient(97.21deg, #d12d28 0.37%, #f4b43e 70.77%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.business-verticals-tiles .business-details .box {
  top: 78%;
  transform: translateY(-50%);
  padding: 0;
  background: #fff;
  position: absolute;
  width: 100%;
  height: 104px;
}

.business-verticals-tiles .business-details .box .box-inner {
  position: relative;
  z-index: 1;
  background-color: #fff;
  height: 100%;
  width: 100%;
  transform: skewX(-10deg);
  margin-top: 10px;
  margin-left: -10px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 40px 32px rgba(15, 15, 15, 0.05);
}

.business-verticals-tiles .business-details .box::after {
  background: linear-gradient(97.21deg, #d12d28 0.37%, #f4b43e 70.77%);
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  transform: skewX(-10deg);
  top: 0;
}

.business-verticals-tiles .business-details .box p {
  font-family: "NotoKufiArabic";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #c82828;
  transform: skewX(10deg);
  padding: 20px;
}

.business-verticals-tiles .business-details .bottom-box::after {
  left: -20px;
  top: 19px;
}

.rtl .business-verticals-tiles .business-details .box::after {
  left: -10px;
}

.rtl .business-verticals-tiles .business-details .bottom-box::after {
  left: 10px;
}

@media screen and (max-width: 767px) {
  .business-verticals-tiles {
    margin-left: 0px;
    margin-right: 0px;
  }

  .business-verticals-tiles .business-details .number {
    font-size: 120px;
  }

  .business-verticals-tiles .business-details .box p {
    font-size: 14px;
  }

  .box.bottom-box {
    margin-left: 20px;
  }
}

.business-vertical.leadership-cards .business-text-right {
  padding-top: 40px !important;
  padding-bottom: initial !important;
}

.business-vertical.leadership-cards .business-text-right .business-title {
  background: linear-gradient(95.49deg, #c82828 0%, #f0b43c 72.49%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.business-vertical.leadership-cards .business-text-right .business-designation {
  font-family: "NotoKufiArabic";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #c82828;
  padding-bottom: 16px;
}

.business-vertical.leadership-cards .business-img-left:after {
  background: #c82828 !important;
  top: 35px !important;
}

.business-vertical.leadership-cards
  .business-img-left
  .business-img-inner-left
  img {
  clip-path: polygon(10% 0, 100% 0%, 90% 100%, 0% 100%);
}

.rtl .business-vertical.leadership-cards .business-img-left:after {
  right: initial !important;
}

.rtl
  .business-vertical.leadership-cards
  .business-img-left
  .business-img-inner-left
  img {
  clip-path: polygon(0 0, 90% 0, 100% 100%, 10% 100%);
}

@media screen and (max-width: 1050px) {
  .business-vertical {
    overflow: hidden !important;
  }

  .business-vertical.leadership-cards {
    margin: 0 !important;
    position: relative;
    margin-top: 40px !important;
    box-shadow: 0px 40px 32px rgba(15, 15, 15, 0.05);
  }

  .business-vertical.leadership-cards:after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 33px;
    bottom: 0;
    background: #ffffff;
    border: 1px solid #e6e8ec;
    border-right: none;
    border-left: none;
    z-index: -1;
  }

  .business-vertical.leadership-cards .business-text-right {
    overflow: initial !important;
    padding: 0 !important;
  }

  .business-vertical.leadership-cards .business-text-right:before {
    display: none !important;
  }

  .business-vertical.leadership-cards
    .business-text-right
    .business-description {
    padding-bottom: 32px !important;
  }

  .business-vertical.leadership-cards .business-img-left:after {
    top: 24px !important;
    left: 70% !important;
    max-width: initial !important;
  }
}

.mfp-bg {
  opacity: 0.9;
  background-color: #000;
}

.mfp-iframe-holder .mfp-content {
  min-width: 60%;
}

.popup-container {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000;
  width: 100vw;
  height: 100vh;
  z-index: 10000;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  padding: 0 0 72px;
  overflow-y: scroll;
  overflow-x: hidden;
  display: none;
}

.popup-container .popup-content-wrapper {
  display: none;
}

.popup-container .popup-content-wrapper .active {
  display: block;
}

.popup-container .back-button-wrapper {
  text-align: right;
  padding: 10px 50px 0;
}

.popup-container .back-button-wrapper .back-button {
  display: inline-block;
  width: 20px;
  height: 2px;
  background-color: #fff;
  position: relative;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.popup-container .back-button-wrapper .back-button::after {
  content: "";
  display: inline-block;
  height: 20px;
  width: 2px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.popup-container .display-close-on-mobile {
  display: none;
}

.popup-container .video-popup video {
  display: block;
  max-width: 80%;
  margin: 0 auto;
}

.popup-container .popup-content-wrapper.active {
  display: block;
}

.popup-container.open {
  display: block;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

html.lock {
  overflow: hidden;
}

.video-banner .combo-company-growth-wrapper:before {
  background: linear-gradient(180deg, #d12d28 0%, #f4b43e 35%);
}

@media only screen and (max-width: 768px) {
  .mfp-iframe-holder .mfp-content {
    max-width: 95%;
  }
}

@media only screen and (max-width: 1024px) {
  .display-close-on-mobile {
    display: block;
  }

  html body {
    overflow-x: hidden;
  }

  .popup-container .back-button-wrapper {
    padding: 0 10px 15px 15px;
  }
}

@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .popup-container {
    padding: 108px 54px 0 54px !important;
  }
}

@media only screen and (max-width: 699px) {
  .popup-container {
    padding: 15px 15px 0 15px !important;
  }

  .popup-container .video-popup video {
    max-width: 100%;
  }
}

.business-vertical {
  margin: 80px 0 80px 0;
}

.business-vertical .business {
  display: flex;
  margin-bottom: 56px;
}

.business-vertical .business .display-mobile {
  display: none;
}

.business-vertical .business .business-img-left,
.business-vertical .business .business-img-right {
  max-width: 506px;
  position: relative;
  z-index: 1;
  margin-top: -92px;
}

.business-vertical .business .business-img-left img,
.business-vertical .business .business-img-right img {
  display: block;
  width: 100%;
}

.business-vertical .business .business-img-left {
  margin-left: 24px;
}

@media screen and (max-width: 768px) {
  .business-vertical .business .business-img-left {
    margin-right: initial !important;
  }
}

.business-vertical .business .business-img-left:after {
  content: "";
  position: absolute;
  background: var(--business-theme-color);
  width: 100%;
  max-width: 318px;
  height: 16px;
  transform: skew(-15deg);
  top: 27px;
  right: -300px;
  z-index: -1;
}

.business-vertical .business .business-img-right {
  margin-right: 24px;
}

.business-vertical .business .business-img-right:after {
  content: "";
  position: absolute;
  background: var(--business-theme-color);
  width: 100%;
  max-width: 318px;
  height: 16px;
  transform: skew(-15deg);
  top: 27px;
  left: -260px;
  z-index: -1;
}

.business-vertical .business .business-text-right {
  position: relative;
  z-index: 0;
  flex: 1;
  filter: drop-shadow(0px 40px 32px rgba(15, 15, 15, 0.05));
  padding-bottom: 56px;
  padding-top: 48px;
  margin-top: 42px;
  display: flex;
  justify-content: flex-start;
}

.business-vertical .business .business-text-right:before,
.business-vertical .business .business-text-right:after {
  content: "";
  position: absolute;
  clip-path: polygon(100px 0, 0 100%, calc(100% - 100px) 100%, 100% 0);
}

.business-vertical .business .business-text-right:before {
  right: 10%;
  left: 0;
  bottom: 0;
  top: 0;
  background-color: #ffffff;
  z-index: -1;
}

.business-vertical .business .business-text-right:after {
  right: 9.9%;
  left: -1px;
  bottom: -1px;
  top: -1px;
  background-color: #e6e8ec;
  z-index: -2;
}

.business-vertical .business .business-text-right .text-wrapper {
  width: 50%;
  padding-left: 90px;
}

.business-vertical .business .business-text-right .business-title {
  font-family: NotoKufiArabicBold;
  font-style: italic;
  font-weight: 800;
  font-size: 32px;
  line-height: 48px;
  text-transform: capitalize;
  color: var(--business-theme-color);
  padding-bottom: 8px;
}

.business-vertical .business .business-text-right .main-yellow {
  color: #ffb727 !important;
}

.business-vertical .business .business-text-right .main-black {
  color: #22212b !important;
}

.business-vertical .business .business-text-right .business-description {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  color: #1b1b1b;
  padding-bottom: 16px;
}

.business-vertical .business .business-text-right .section-heading {
  margin-right: -8px;
  margin-bottom: 10px;
}

.business-vertical .business .business-text-left {
  justify-content: flex-end;
}

.business-vertical .business .business-text-left .text-wrapper {
  padding-left: initial;
  padding-right: 90px;
}

.business-vertical .business .business-text-left:before {
  right: 0;
  left: 10%;
}

.business-vertical .business .business-text-left:after {
  right: -1px;
  left: 9.9%;
}

.business-vertical .yellow .business-img-right:after {
  background: #ffb727;
}

.business-vertical .yellow .business-img-left:after {
  background: #ffb727;
}

.business-vertical .black .business-img-left:after {
  background: #1b1b1b;
}

.business-vertical .listing-section .brands-part-container {
  width: 100%;
  margin-left: 30px;
  margin-right: 30px;
}

.business-vertical
  .listing-section
  .brands-part-container
  .brands-part-card-shadow {
  float: right;
  margin-left: -10%;
  width: 100%;
}

.business-vertical .listing-section .brands-part-container .brands-part-card {
  width: 100%;
}

.business-vertical
  .listing-section
  .brands-part-container
  .brands-part-card
  img {
  width: 100%;
}

.business-vertical .listing-section .services-listing {
  position: relative;
  background-image: unset;
}

.business-vertical .listing-section .services-listing:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #22212b;
  clip-path: polygon(0 10%, 100% 23%, 100% 100%, 0% 100%);
  z-index: -3;
}

.rtl .business-vertical .business .business-img-left::after {
  left: -260px;
  right: unset;
}

.rtl .business-vertical .business .business-img-right::after {
  right: -220px;
  left: unset;
}

.rtl .business-vertical .business .business-text-right::before {
  clip-path: polygon(0 0, calc(100% - 100px) 0, 100% 100%, 100px 100%);
}

.rtl .business-vertical .business .business-text-right::after {
  clip-path: polygon(0 0, calc(100% - 100px) 0, 100% 100%, 100px 100%);
}

.rtl .business-vertical .business .business-text-right .text-wrapper {
  padding-left: 140px;
}

.rtl .business-vertical .business .business-text-right .business-title {
  font-family: NotoKufiArabicBold;
  font-style: initial;
}

.rtl .business-vertical .business .business-text-left .text-wrapper {
  padding-right: 140px;
  padding-left: initial;
}

.rtl .business-vertical .business .business-img-right::after,
.rtl .business-vertical .business .business-img-left::after {
  transform: skew(15deg);
}

@media screen and (max-width: 1050px) {
  .business-vertical .business {
    display: initial;
  }

  .business-vertical .business .display-desktop {
    display: none;
  }

  .business-vertical .business .display-mobile {
    display: block;
  }

  .business-vertical .business .business-img-left {
    min-width: 100%;
    max-width: unset;
  }

  .business-vertical .business .business-img-left img {
    width: 100%;
  }

  .business-vertical .business .business-text-right,
  .business-vertical .business .business-text-left {
    margin-right: initial;
    padding-right: initial;
    padding-bottom: initial;
    padding-top: initial;
    padding-left: initial;
    margin-top: 0;
    padding: 0 22px;
    display: block;
    overflow: hidden;
  }

  .business-vertical .business .business-text-right .section-heading,
  .business-vertical .business .business-text-left .section-heading {
    margin-bottom: 20px;
    display: block;
  }

  .business-vertical .business .business-text-right:after,
  .business-vertical .business .business-text-left:after {
    display: none;
  }

  .business-vertical .business .business-text-right:before,
  .business-vertical .business .business-text-left:before {
    clip-path: initial !important;
    right: 0;
    left: 0;
  }

  .business-vertical .business .business-text-right .business-description,
  .business-vertical .business .business-text-left .business-description {
    font-size: 13px;
    line-height: 21px;
  }

  .business-vertical .business .business-text-right .text-wrapper,
  .business-vertical .business .business-text-left .text-wrapper {
    width: 100%;
    padding-left: initial;
    padding-right: initial;
  }

  .business-vertical .business .business-text-left {
    padding: 0 22px;
    margin-left: initial !important;
    margin-right: initial !important;
    padding-right: 22px !important;
    padding-bottom: initial !important;
    padding-top: initial !important;
    padding-left: 22px !important;
    margin-top: 0;
  }

  .business-vertical .business .business-text-left .section-heading {
    margin-bottom: 41px;
  }

  .business-vertical .business .business-img-left:after {
    content: "";
    width: 100%;
    max-width: 291px;
    height: 0;
    transform: skew(-15deg);
    top: initial;
    right: 50px;
    z-index: -1;
    padding-bottom: 10px;
  }

  .business-vertical .business .business-img-left,
  .business-vertical .business .business-img-right {
    margin-top: initial;
  }

  .business-vertical .business .business-title {
    margin-top: 16px;
  }

  .rtl .business-vertical .business .business-img-left::after {
    left: 50px;
    right: 50px;
  }

  .rtl .business-vertical .business .business-img-right::after {
    left: 50px;
    right: 50px;
  }
}

@media screen and (max-width: 540px) {
  .business-vertical .business .business-img-left:after {
    max-width: 220px;
    right: 60px;
  }

  .rtl .business-vertical .business .business-img-left::after {
    left: 50px;
    right: 50px;
  }

  .rtl .business-vertical .business .business-img-right::after {
    left: 50px;
    right: 50px;
  }

  .rtl .business-vertical .business .business-text-left .text-wrapper,
  .rtl .business-vertical .business .business-text-right .text-wrapper {
    padding-left: initial;
    padding-right: initial;
  }
}

@media screen and (min-width: 1050px) and (max-width: 1200px) {
  .target-link {
    width: 150%;
  }
}

.company-stats .stats {
  display: flex;
  flex-wrap: wrap;
  padding: 64px 0;
}

.company-stats .stats li {
  flex: 1 1 auto;
  max-width: 230px;
  display: inline-flex;
  justify-content: center;
  position: relative;
}

.company-stats .stats li:after {
  content: "";
  display: inline-block;
  height: 61px;
  width: 1px;
  background-color: #f0b43c;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(15deg);
}

.company-stats .stats li:last-child:after {
  display: none;
}

.company-stats .stats .stat .stat-text {
  display: inline-block;
  color: #000000;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  text-transform: uppercase;
  padding-right: 10px;
  padding-left: 10px;
}

.company-stats .stats .stat .amount {
  display: block;
  margin-bottom: 16px;
  color: #f0b43c;
  font-family: NotoKufiArabic;
  font-size: 1.75rem;
  font-weight: 800;
}

.company-stats .bottom-left-seperator {
  width: 100%;
  max-width: 40%;
  background: linear-gradient(95.49deg, #f0b43c 0%, #c82828 72.49%);
  height: 3.5rem;
  position: relative;
  margin-bottom: 40px;
  clip-path: polygon(
    0 0,
    100% 0,
    calc(100% - 2rem) calc(100% + 2.5rem),
    0 calc(100% + 2.5rem)
  );
}

.company-stats .bottom-left-seperator:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2.5rem;
  height: 1.25rem;
  background: inherit;
}

.company-stats .top-right-seperator {
  width: 100%;
  max-width: 50%;
  background: linear-gradient(270deg, #c82828 0%, #f0b43c 72.49%);
  height: 3.5rem;
  position: relative;
  margin: 0 auto;
  margin-left: 0;
  margin-bottom: 16px;
  clip-path: polygon(
    0 0,
    100% 0,
    calc(100% - 2rem) calc(100% + 2rem),
    0 calc(100% + 2rem)
  );
  transform: rotate(180deg);
}

.company-stats .top-right-seperator:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2rem;
  height: 1.25rem;
  background: inherit;
}

.rtl .company-stats .bottom-left-seperator {
  clip-path: polygon(
    0 0,
    100% 0,
    calc(100% - 2rem) calc(100% + 2.5rem),
    0 calc(100% + 2.5rem)
  );
  transform: scaleX(-1);
  background: linear-gradient(95.49deg, #c82828 0%, #f0b43c 72.49%);
}

.rtl .company-stats .top-right-seperator {
  clip-path: polygon(
    0 0,
    calc(100% - 1.5rem) 0,
    calc(100% - 0rem) calc(100% + 2rem),
    0 calc(100% + 2rem)
  );
  transform: rotate(0);
  background: linear-gradient(95.49deg, #c82828 0%, #f0b43c 72.49%);
  margin-bottom: 42px;
}

.rtl .company-stats .stats li:after {
  transform: translateY(-50%) rotate(-15deg);
}

.page-intro-style3 {
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .company-stats {
    text-align: center !important;
  }

  .company-stats .stats {
    display: block;
    margin-bottom: 0;
  }

  .company-stats .stats .stat {
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
  }

  .company-stats .stats .stat .amount {
    font-weight: 800;
    font-size: 21px;
    line-height: 21px;
    margin-bottom: 12px;
  }

  .company-stats .stats li {
    min-width: 50%;
    padding-bottom: 32px;
  }

  .company-stats .stats li:last-child {
    padding-bottom: 0;
  }

  .company-stats .stats li:after {
    display: none;
  }

  .company-stats .bottom-left-seperator,
  .company-stats .top-right-seperator,
  .company-stats .top-left-seperator {
    width: 107px !important;
    height: 31px !important;
  }

  .company-stats .bottom-left-seperator:after,
  .company-stats .top-right-seperator:after,
  .company-stats .top-left-seperator:after {
    bottom: -1.5rem;
    height: 1rem;
  }

  .company-stats .bottom-left-seperator {
    margin-top: -35px;
  }

  .company-stats .top-right-seperator {
    background: linear-gradient(95.49deg, #f0b43c 0%, #c82828 72.49%);
    margin-bottom: -30px;
  }

  .page-intro-style3 .section-heading {
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 1440px) {
  .company-stats {
    margin-bottom: 80px;
  }
}

@media screen and (min-width: 1200px) {
  .company-stats .section-heading {
    margin-bottom: -48px !important;
  }

  .company-stats.page-intro-style3 .top-right-seperator {
    width: 100%;
    max-width: unset;
  }

  .page-intro-style3 .section-heading {
    margin-bottom: 0px !important;
    justify-content: center;
  }

  .page-intro-style3 .section-heading .heading-title {
    width: 300px;
  }

  .page-intro-style3 .top-left-seperator {
    width: calc(100% - 50px);
    max-width: unset;
  }

  .page-intro-style3 .top-right-desc {
    padding-top: 1rem;
    padding-left: 90px;
  }
}

@media screen and (max-width: 990px) {
  .page-intro-style3 .section-heading {
    justify-content: unset;
  }

  .page-intro-style3 .section-heading .heading-title {
    width: unset;
  }

  .page-intro-style3 .top-right-desc {
    padding: 1rem !important;
    padding-bottom: 2rem !important;
  }
}

.page-intro-style3 .top-right-desc p {
  font-family: NotoKufiArabic;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
}

@media screen and (max-width: 540px) {
  .company-stats {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .page-intro-style3 .top-right-desc {
    padding: 1rem !important;
  }
}

.history-milestones {
  padding-top: 60px;
}

.history-milestones .history-years {
  background-image: url("../images/company-profile/new-bg2.svg");
  background-repeat: repeat-y;
  background-position-x: center;
  background-position-y: 15px;
}

.history-milestones .history .year1 {
  min-height: 337px;
}

.history-milestones .history .year2 {
  min-height: 350px;
}

.history-milestones .history .year3 {
  min-height: 179px;
}

.history-milestones .history .year4 {
  min-height: 384px;
}

.history-milestones .history .year5 {
  min-height: 213px;
}

.history-milestones .history .year6 {
  min-height: 384px;
}

.history-milestones .history .year7 {
  min-height: 355px;
}

.history-milestones .history .year8 {
  min-height: 309px;
}

.history-milestones .history .year9 {
  min-height: 277px;
}

.history-milestones .history .year10 {
  min-height: 415px;
}

.history-milestones .history .dot-line {
  width: 824px;
  height: 0px;
  left: 919px;
  top: 1127px;
  margin: 15px 25px 0 25px;
  /* Primary/red */
  display: inline-flex;
  border: 1px dashed #c82828;
}

.history-milestones .history .history-title .row-reverse {
  flex-direction: row-reverse;
}

.history-milestones
  .history
  .history-title
  .row-reverse
  .content-set
  .history-text {
  text-align: end;
}

.history-milestones
  .history
  .history-title
  .row-reverse
  .content-set
  .history-year {
  justify-content: end;
}

.history-milestones .history .history-title {
  display: flex;
  align-items: flex-start;
}

.history-milestones .history .history-title .title-top {
  display: flex;
}

.history-milestones .history .history-title .history-dot {
  width: 32px;
  height: 32px;
  left: 944px;
  top: 1114px;
  align-self: center;
  /* yellow on red */
  background: #ffb727;
  box-shadow: 0px 20px 32px rgba(200, 40, 40, 0.5);
  transform: skew(-10deg);
  margin: 0 16px;
  margin-bottom: auto;
}

.history-milestones .history .history-title .content-set .history-year {
  font-family: "NotoKufiArabicBold";
  font-weight: 800;
  font-size: 48px;
  line-height: 1;
  /* identical to box height */
  display: flex;
  align-items: center;
  text-transform: capitalize;
  justify-content: initial;
  /* Primary/red */
  color: #c82828;
  padding: 0 0px;
}

.history-milestones .history .history-title .content-set .history-text {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  /* identical to box height, or 120% */
  margin-bottom: 24px;
  margin-top: 24px;
  max-width: 300px;
  /* primary/black */
  color: #1b1b1b;
}

.history-milestones .history .history-title .content-set .red-rectangle {
  position: relative;
  padding-bottom: 6px;
  padding-top: 7px;
}

.history-milestones .history .history-title .content-set .red-rectangle:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 7px;
  top: 0px;
  /* Primary/red */
  background: #c82828;
}

.history-milestones .flex-end {
  justify-content: flex-end;
}

.history-milestones .place-end {
  place-content: flex-end;
}

.history-milestones .reverse {
  flex-direction: row-reverse;
}

.history-milestones .center-content {
  place-content: center;
}

.history-milestones .history-text {
  margin-bottom: 32px;
}

.rtl .history-milestones .history .history-title .history-dot {
  transform: skew(10deg);
}

@media screen and (max-width: 768px) {
  .history-milestones .history-years {
    background-image: none;
  }

  .history-milestones .history-years .mobile-content-center {
    justify-content: initial;
    padding-bottom: 40px;
  }

  .history-milestones .history-years .content-set {
    display: grid;
    max-width: unset !important;
  }

  .history-milestones .flex-end {
    justify-content: center;
  }

  .history-milestones .place-end {
    place-content: initial;
    padding-bottom: 40px;
  }

  .history-milestones .reverse {
    -webkit-box-direction: initial;
  }

  .history-milestones .center-content {
    place-content: center;
  }

  .history-milestones .history-text {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 32px;
    /* or 175% */
    /* primary/black */
    color: #1b1b1b;
  }

  .history-milestones .history-text ul {
    list-style-position: initial !important;
  }

  .history-milestones .history .year1 {
    min-height: initial;
  }

  .history-milestones .history .year2 {
    min-height: initial;
  }

  .history-milestones .history .year3 {
    min-height: initial;
  }

  .history-milestones .history .year4 {
    min-height: initial;
  }

  .history-milestones .history .year5 {
    min-height: initial;
  }

  .history-milestones .history .year6 {
    min-height: initial;
  }

  .history-milestones .history .year7 {
    min-height: initial;
  }

  .history-milestones .history .year8 {
    min-height: initial;
  }

  .history-milestones .history .year9 {
    min-height: initial;
  }

  .history-milestones .history .year10 {
    min-height: initial;
  }

  .history-milestones .history .dot-line {
    display: none;
  }

  .history-milestones .history .history-title .row-reverse {
    flex-direction: initial;
  }

  .history-milestones
    .history
    .history-title
    .row-reverse
    .content-set
    .history-text {
    text-align: initial;
  }

  .history-milestones
    .history
    .history-title
    .row-reverse
    .content-set
    .history-year {
    justify-content: initial;
  }

  .history-milestones .history .history-title {
    display: -webkit-inline-box;
    align-items: center;
  }

  .history-milestones .history .history-content .title-top {
    display: -webkit-inline-box;
  }

  .history-milestones .history .history-content .title-top .history-dot {
    width: 32px;
    height: 32px;
    left: 944px;
    top: 1114px;
    align-self: center;
    /* yellow on red */
    background: #ffb727;
    box-shadow: 0px 20px 32px rgba(200, 40, 40, 0.5);
    margin: 0 16px;
  }

  .history-milestones
    .history
    .history-content
    .title-top
    .content-set
    .history-year {
    font-weight: 800;
    font-size: 28px;
    line-height: 42px;
    /* identical to box height */
    display: flex;
    align-items: center;
    text-transform: capitalize;
    /* Primary/red */
    justify-content: initial;
    color: #c82828;
  }

  .history-milestones
    .history
    .history-content
    .title-top
    .content-set
    .history-text {
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 0;
    margin-top: 0;
    /* identical to box height, or 185% */
    /* primary/black */
    color: #1b1b1b;
  }

  .history-milestones
    .history
    .history-content
    .title-top
    .content-set
    .red-rectangle
    img {
    width: 283px;
  }

  .history-milestones
    .history
    .history-content
    .title-top
    .content-set
    .red-rectangle:before {
    width: 283px;
  }
}

@media screen and (min-width: 820px) and (max-width: 992px) {
  .history-milestones .history .dot-line {
    width: 305px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1100px) {
  .history-milestones .history .dot-line {
    width: 524px;
  }
}

@media screen and (min-width: 992px) {
  .history-milestones .history .history-title .row-reverse .content-set {
    max-width: 350px !important;
  }

  .history-milestones
    .history
    .history-title
    .row-reverse
    .content-set
    .history-text {
    max-width: unset !important;
  }

  .history-milestones
    .history
    .history-title
    .row-reverse
    .content-set
    .history-text
    ul {
    list-style-position: inside !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
  .history-milestones .history-years {
    background-image: none;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .history-milestones .history-years .mobile-content-center {
    justify-content: initial;
    padding-bottom: 40px;
  }

  .history-milestones .history-years .content-set {
    display: grid;
    max-width: unset !important;
  }

  .history-milestones .flex-end {
    justify-content: center;
  }

  .history-milestones .place-end {
    place-content: initial;
    padding-bottom: 40px;
  }

  .history-milestones .reverse {
    -webkit-box-direction: initial;
  }

  .history-milestones .center-content {
    place-content: center;
  }

  .history-milestones .history-text ul {
    list-style-position: initial !important;
  }

  .history-milestones .history .year1 {
    min-height: initial;
  }

  .history-milestones .history .year2 {
    min-height: initial;
  }

  .history-milestones .history .year3 {
    min-height: initial;
  }

  .history-milestones .history .year4 {
    min-height: initial;
  }

  .history-milestones .history .year5 {
    min-height: initial;
  }

  .history-milestones .history .year6 {
    min-height: initial;
  }

  .history-milestones .history .year7 {
    min-height: initial;
  }

  .history-milestones .history .year8 {
    min-height: initial;
  }

  .history-milestones .history .year9 {
    min-height: initial;
  }

  .history-milestones .history .year10 {
    min-height: initial;
  }

  .history-milestones .history .dot-line {
    display: none;
  }

  .history-milestones .history .history-title .row-reverse {
    flex-direction: initial;
  }

  .history-milestones .history .history-title .row-reverse .content-set {
    min-width: 350px;
  }

  .history-milestones
    .history
    .history-title
    .row-reverse
    .content-set
    .history-text {
    text-align: initial;
  }

  .history-milestones
    .history
    .history-title
    .row-reverse
    .content-set
    .history-year {
    justify-content: initial;
  }

  .history-milestones .history .history-title {
    display: -webkit-inline-box;
    align-items: center;
  }

  .history-milestones .history .history-content .title-top {
    display: -webkit-inline-box;
  }

  .history-milestones .history .history-content .title-top .history-dot {
    width: 32px;
    height: 32px;
    left: 944px;
    top: 1114px;
    align-self: center;
    background: #ffb727;
    box-shadow: 0px 20px 32px rgba(200, 40, 40, 0.5);
    margin: 0 16px;
  }

  .history-milestones
    .history
    .history-content
    .title-top
    .content-set
    .history-year {
    display: flex;
    align-items: center;
    text-transform: capitalize;
    justify-content: initial;
  }

  .history-milestones
    .history
    .history-content
    .title-top
    .content-set
    .history-text {
    margin-bottom: 0;
    margin-top: 0;
  }

  .history-milestones
    .history
    .history-content
    .title-top
    .content-set
    .red-rectangle
    img {
    width: 283px;
  }

  .history-milestones
    .history
    .history-content
    .title-top
    .content-set
    .red-rectangle:before {
    width: 283px;
  }
}

.service-providers-details .brands-part-container {
  width: 100%;
  margin-left: 30px;
  margin-right: 30px;
  max-width: 340px;
}

.service-providers-details .brands-part-container .brands-part-card-shadow {
  float: right;
  margin-left: -10%;
  width: 100%;
}

.service-providers-details .brands-part-container .brands-part-card {
  width: 100%;
}

.service-providers-details .brands-part-container .brands-part-card img {
  width: 100%;
}

.service-providers-details .brands-part-wrapper {
  flex-wrap: wrap !important;
}

.service-providers-details .listing-section .services-listing {
  position: relative;
  background-image: initial;
}

.service-providers-details .listing-section .services-listing:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #22212b;
  clip-path: polygon(0 10%, 100% 23%, 100% 100%, 0% 100%);
  z-index: -3;
}

.service-providers-details .detail-main-big-wrapper:not(.active) {
  display: none;
}

.service-providers-details .detail-main-big-wrapper .detail-image img {
  width: 100%;
  max-height: 460px;
}

.service-providers-details .detail-main-big-wrapper .detail-main-wrapper {
  display: grid;
  grid-template-columns: 20% 80%;
  padding-top: 32px;
  padding-bottom: 48px;
}

.service-providers-details
  .detail-main-big-wrapper
  .detail-main-wrapper
  .detail-logo {
  order: 1;
}

.service-providers-details
  .detail-main-big-wrapper
  .detail-main-wrapper
  .details-content {
  grid-row: span 3;
  order: 2;
}

.service-providers-details
  .detail-main-big-wrapper
  .detail-main-wrapper
  .details-links {
  order: 3;
}

.service-providers-details .services-details-wrapper {
  color: #ffffff;
}

.service-providers-details .close-button {
  width: 67px;
  height: 53px;
  position: relative;
  display: inline-flex !important;
  align-items: center;
  justify-content: flex-end;
  padding-left: 10px;
  z-index: 0;
}

.service-providers-details .close-button:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(95.49deg, #f0b43c 0%, #c82828 72.49%);
  clip-path: polygon(15px 0, 0 100%, 100% 100%, 100% 0);
}

.service-providers-details .detail-logo {
  margin-bottom: 1rem;
}

.service-providers-details .detail-logo img {
  display: block;
  max-width: 100%;
  height: auto;
}

.service-providers-details .details-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.service-providers-details .details-links li {
  color: #f0b43c;
}

.service-providers-details .details-links li a {
  color: inherit;
  text-decoration: none;
}

.service-providers-details .details-content {
  padding-right: 3rem;
}

.service-providers-details .details-content .content-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

.service-providers-details .details-content .content-heading h4 {
  font-family: NotoKufiArabic;
  font-size: 2.5rem;
  line-height: 1.5;
}

.service-providers-details .details-content .content-heading a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}

.service-providers-details .details-content .main-content {
  font-size: 1rem;
  line-height: 1.75;
  margin-bottom: 1rem;
  max-width: 48rem;
}

.service-providers-details .details-content .details-copyright {
  font-size: 0.875rem;
  line-height: 1.7;
  opacity: 0.6;
  position: relative;
  max-width: 48rem;
}

.service-providers-details .details-content .details-copyright:before {
  content: "";
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url(../images/misc-svg/red-check-icon.svg);
  top: 0;
  right: -3rem;
}

@media screen and (max-width: 991px) {
  .service-providers-details .services-details-wrapper {
    grid-template-columns: 100%;
  }

  .service-providers-details .services-details-wrapper .details-content {
    grid-row: span 1;
  }
}

@media screen and (max-width: 768px) {
  .service-providers-details .detail-main-wrapper {
    display: block;
    grid-template-columns: 100%;
  }

  .service-providers-details .detail-logo img {
    margin: 0 auto;
  }
}

.rtl .service-providers-details .close-button:after {
  clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 100%, 0 100%);
}

@media screen and (max-width: 1200px) {
  .service-providers-details .brands-part-container {
    max-width: 270px;
  }
}

.offices {
  position: relative;
}

.offices:after {
  position: absolute;
  content: "";
  background-image: linear-gradient(95.99deg, #c82828 5.26%, #f0b43c 70.3%);
  top: 0;
  left: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  clip-path: polygon(0 0, 100% 15%, 100% 100%, 0 85%);
  width: 100%;
}

.offices .service-packages-section .service-package .main-card-wrapper {
  margin-left: 0;
}

.offices .service-packages-section .service-package .main-card-wrapper:after {
  transform: skew(-15deg);
  clip-path: unset;
}

.offices .service-packages-section .service-package .main-card-wrapper:before {
  transform: skew(-15deg);
  clip-path: unset;
}

.offices
  .service-packages-section
  .service-package
  .section-heading
  .heading-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  background: linear-gradient(100deg, #f0b43c 100%, #c82828 0%);
  -webkit-background-clip: text;
  display: flex;
}

.offices
  .service-packages-section
  .service-package
  .section-heading
  .heading-link {
  font-size: 16px;
  text-align: unset;
}

.offices
  .service-packages-section
  .service-package
  .package-content
  .package-content-body {
  display: inline-flex;
  margin-right: 57px;
}

.offices
  .service-packages-section
  .service-package
  .package-content
  .package-content-body
  .package-content-title {
  font-size: 24px;
}

.offices
  .service-packages-section
  .service-package
  .package-content
  .package-content-body
  .title-nb {
  margin-bottom: 32px;
}

.offices
  .service-packages-section
  .service-package
  .package-content
  .package-content-body
  .phone-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  color: #c82828;
  text-decoration: none;
  min-width: 181px;
  margin-bottom: 8px;
}

.offices
  .service-packages-section
  .service-package
  .package-content
  .package-content-body
  .phone-text {
  font-weight: 600;
  font-size: 21px;
  line-height: 32px;
  color: #1b1b1b;
}

.rtl
  .offices
  .service-packages-section
  .service-package
  .main-card-wrapper:after {
  transform: skew(15deg);
}

.rtl
  .offices
  .service-packages-section
  .service-package
  .main-card-wrapper:before {
  transform: skew(15deg);
}

.rtl .phone-text {
  direction: ltr;
}

.rtl
  .contact-us-section.offices
  .service-packages-section
  .service-package
  .main-card-wrapper:before {
  clip-path: polygon(0 0, 95% 0, 100% 100%, 5% 100%);
}

.contact-us-section.offices
  .service-packages-section
  .service-package
  .main-card-wrapper:after {
  display: none;
}

.contact-us-section.offices
  .service-packages-section
  .service-package
  .main-card-wrapper:before {
  left: 0;
  transform: none;
  clip-path: polygon(5% 0, 100% 0%, 95% 100%, 0% 100%);
}

@media screen and (max-width: 992px) {
  .contact-us-section.offices
    .service-packages-section
    .service-package
    .package-content
    .package-content-body {
    display: block;
  }

  .contact-us-section .service-package {
    max-width: initial;
  }
}

@media screen and (max-width: 540px) {
  .offices-section {
    margin-top: 32px;
  }

  .offices-section .offices:after {
    clip-path: polygon(0 0, 100% 5%, 100% 100%, 0 95%);
  }

  .offices-section .offices .service-packages-section {
    margin-bottom: 0;
  }

  .offices-section .offices .service-packages-section .service-package {
    min-width: -webkit-fill-available;
  }

  .offices-section
    .offices
    .service-packages-section
    .service-package
    .main-card-wrapper {
    padding: 2px;
  }

  .offices-section
    .offices
    .service-packages-section
    .service-package
    .main-card-wrapper:after {
    transform: skew(0deg);
    clip-path: polygon(5% 0%, 0% 100%, 95% calc(100% - 0px), 100% 0%);
  }

  .offices-section
    .offices
    .service-packages-section
    .service-package
    .main-card-wrapper:before {
    transform: skew(0deg);
    clip-path: polygon(5% 0%, 0% 100%, 95% calc(100% - 0px), 100% 0%);
  }

  .offices-section
    .offices
    .service-packages-section
    .service-package
    .section-heading {
    margin-bottom: 24px;
  }

  .offices-section
    .offices
    .service-packages-section
    .service-package
    .section-heading
    .heading-title {
    font-size: 14px !important;
    line-height: 18px !important;
    display: inline-grid;
  }

  .offices-section
    .offices
    .service-packages-section
    .service-package
    .section-heading
    .heading-link {
    font-size: 12px !important;
  }

  .offices-section
    .offices
    .service-packages-section
    .service-package
    .package-content {
    padding-left: 0px;
    padding-top: 24px;
  }

  .offices-section
    .offices
    .service-packages-section
    .service-package
    .package-content
    .package-content-body {
    display: inline-block;
    margin-right: 0;
    padding-left: 0;
  }

  .offices-section
    .offices
    .service-packages-section
    .service-package
    .package-content
    .package-content-body
    .package-content-title {
    font-size: 18px;
  }

  .offices-section
    .offices
    .service-packages-section
    .service-package
    .package-content
    .package-content-body
    .title-nb {
    margin-bottom: 18px;
  }

  .offices-section
    .offices
    .service-packages-section
    .service-package
    .package-content
    .package-content-body
    .phone-title {
    font-size: 12px;
    margin-bottom: 6px;
    line-height: 12px;
  }

  .offices-section
    .offices
    .service-packages-section
    .service-package
    .package-content
    .package-content-body
    .phone-text {
    font-size: 16px;
    line-height: 24px;
  }
}

@media screen and (max-width: 1200px) {
  .contact-us-section .service-package .package-content .package-content-body {
    padding-left: 45px;
    padding-right: 45px;
  }

  .contact-us-section .section-heading {
    flex-wrap: wrap;
  }

  .contact-us-section .service-package .package-content {
    padding-left: 0;
  }

  .contact-us-section.offices
    .service-packages-section
    .service-package
    .package-content
    .package-content-body {
    margin-right: 0;
  }
}

@media screen and (min-width: 992px) and (max-width: 1100px) {
  .offices .service-packages-section .service-package .package-content {
    padding-left: 0;
  }

  .offices
    .service-packages-section
    .service-package
    .package-content
    .package-content-body {
    margin-right: 0;
  }
}

.rtl .offices:after {
  background-image: linear-gradient(197deg, #c82828 5.26%, #f0b43c 70.3%);
}

.faq-section {
  position: relative;
}

.faq-section .question-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.faq-section .question-wrap .question-text {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 150px;
  padding-bottom: 40px;
  text-align: center;
}

.faq-section .question-wrap .question-text p {
  font-style: italic;
  font-weight: 800;
  font-size: 56px;
  line-height: 72px;
  color: #ffffff;
}

.faq-section .question-wrap .question-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 100px;
}

.faq-section:before {
  content: "";
  display: block;
  width: 100%;
  height: 580px;
  background-image: linear-gradient(180deg, #c82828 0%, #f0b43c 90%);
  position: absolute;
  top: 0;
  z-index: -1;
  clip-path: polygon(0 0, 100% 25%, 100% 75%, 0% 100%);
}

.faq-section .question-row {
  justify-content: space-between;
}

.faq-section .question-row .question-box {
  width: 295px;
  max-width: 295px;
  height: 160px;
  max-height: 160px;
  background: #ffffff;
  box-shadow: 0px 40px 32px -24px rgba(15, 15, 15, 0.05);
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}

.faq-section .question-row .question-box .single-wrap {
  text-align: center;
  margin-top: -20px;
}

.faq-section .question-row .question-box .single-wrap img {
  padding-bottom: 30px;
}

.faq-section .question-row .question-box .single-wrap p {
  font-family: NotoKufiArabic;
  font-size: 24px;
  line-height: 24px;
  color: #c82828;
  text-transform: uppercase;
}

@media screen and (max-width: 540px) {
  .question-row {
    justify-content: space-between !important;
  }

  .question-row .question-box {
    width: 158px !important;
    height: 90px !important;
    margin: 14px 14px 50px 14px !important;
  }

  .question-row .question-box .single-wrap {
    text-align: center;
    margin-top: -20px;
  }

  .question-row .question-box .single-wrap img {
    height: 64px !important;
    margin-top: -25px !important;
    padding-bottom: 0 !important;
  }

  .question-row .question-box .single-wrap p {
    font-family: NotoKufiArabic !important;
    font-size: 16px !important;
    line-height: 18px !important;
    padding-top: 15px !important;
  }

  .faq-section {
    padding-bottom: 48px !important;
    margin-bottom: 0px !important;
  }

  .faq-section:before {
    background-image: linear-gradient(90deg, #c82828 0%, #f0b43c 78.37%);
    height: 550px !important;
    clip-path: polygon(0 0, 100% 5%, 100% 95%, 0% 100%);
  }

  .question-text {
    padding-top: 60px !important;
    padding-bottom: 24px !important;
  }

  .question-text p {
    margin-bottom: 0 !important;
    font-family: NotoKufiArabic !important;
    font-size: 32px !important;
    line-height: 48px !important;
  }

  .question-btn {
    padding-bottom: 90px !important;
  }

  .question-btn .custom-button {
    box-shadow: 8.28663px 8.28663px 24.8599px rgba(0, 0, 0, 0.1);
    font-size: 16px !important;
    line-height: 16px !important;
    padding: 20px 25px !important;
  }
}

@media screen and (max-width: 1440px) {
  .faq-section {
    margin-bottom: 30px;
  }
}

footer {
  background-color: #c82828;
  overflow-x: hidden;
}

.footer-content {
  padding-top: 10px;
  display: flex;
}

.footer-content .logo-wrapper {
  max-width: 182px;
  width: 100%;
  margin-bottom: 2rem;
}

.footer-content .logo-wrapper img {
  width: 100%;
}

.footer-content .first-footer-section {
  max-width: 25%;
}

.footer-content .row-span-2 {
  width: 100%;
}

.social-media-list {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: space-between;
}

.social-media-list li {
  display: inline-block;
}

.social-media-list li:not(:last-child) {
  padding-left: 0px;
}

.social-media-list li a {
  height: 32px;
  width: 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #f0b43c;
  text-decoration: none;
}

.social-media-list li img {
  max-width: 100%;
}

.footer-links {
  color: #ffffff;
}

.footer-links .main-footer-link {
  display: block;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1;
  margin-bottom: 8px;
  margin-top: 30px;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
}

.footer-links ul {
  list-style: none;
  padding: 0;
}

.footer-links ul li {
  font-size: 0.875rem;
  line-height: 2;
  opacity: 0.8;
}

.footer-links ul li a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.1s linear;
}

.footer-links ul li a:hover {
  color: #f0b43c;
}

.contact-us-text {
  padding: 2.5rem 0;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #ffffff;
  margin-left: 1rem;
  position: relative;
  z-index: 0;
}

.contact-us-text h4 {
  font-family: NotoKufiArabic;
  font-weight: 800;
  font-size: 2.5rem;
  line-height: 1.2;
  letter-spacing: -0.4px;
  max-width: 318px;
}

.contact-us-text span {
  display: inline-block;
  max-width: 211px;
}

.contact-us-text:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  height: 100%;
  width: calc(100% + (100vw - 300%) / 2);
  background: linear-gradient(95.49deg, #f0b43c 0%, #c82828 72.49%);
  clip-path: polygon(0 0, 100% 0, calc(100% - 35px) 100%, 0 100%);
}

.rtl .contact-us-text:before {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 35px 100%);
}

.contact-us-list {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
  margin-bottom: 0;
}

.contact-us-list li {
  display: flex;
}

.contact-us-list li:not(:last-child) {
  margin-bottom: 42px;
}

.contact-us-list .img-wrapper {
  width: 56px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 0;
  margin-left: 1rem;
}

.contact-us-list .img-wrapper:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #1b1b1b;
  opacity: 0.3;
  clip-path: polygon(10px 0, 100% 0, calc(100% - 10px) 100%, 0 100%);
}

.contact-us-list .contact-info {
  color: #ffffff;
  font-size: 1.125rem;
  line-height: 1.5;
}

.contact-us-list .contact-info span {
  display: block;
  color: #f0b43c;
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 1.4;
  text-transform: uppercase;
}

.contact-us-list .contact-info a {
  color: #ffffff;
  text-decoration: none;
}

.contact-us-list .img-wrapper:before {
  clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
}

.newsletter-form {
  position: relative;
  z-index: 0;
  padding: 27px 0 32px;
}

.newsletter-form:before {
  content: "";
  position: absolute;
  z-index: -1;
  right: -50px;
  top: 0;
  height: 100%;
  width: calc(100% + (100vw - 300%) / 2 + 70px);
  background: #ffffff;
  clip-path: polygon(35px 0, 100% 0, 100% 100%, 0% 100%);
}

.newsletter-form label {
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 1.5;
  text-transform: uppercase;
  color: #c82828;
  margin-bottom: 18px;
}

.rtl .newsletter-form:before {
  clip-path: polygon(0 0, calc(100% - 35px) 0, 100% 100%, 0% 100%);
}

.newsletter-field {
  display: flex;
  position: relative;
}

.newsletter-field input {
  flex: 1 1 auto;
  appearance: none;
  border: none;
  outline: none;
  box-shadow: none;
  padding: 0 32px 16px 0;
  color: #1b1b1b;
  font-size: 1rem;
  line-height: 1;
  border-bottom: 1px solid #1b1b1b;
}

.newsletter-field button {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  appearance: none;
  border: none;
  background-color: transparent;
  outline: none;
  width: 20px;
  height: 20px;
  padding: 0;
}

.newsletter-field img {
  max-width: 100%;
}

.rtl .newsletter-field input {
  padding: 0 0 16px 0;
}

.rtl .newsletter-field img {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.legal-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.payments-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}

.payments-list li {
  display: inline-block;
  width: 32px;
}

.payments-list li:not(:last-child) {
  margin-left: 0.5rem;
}

.payments-list li img {
  max-width: 100%;
}

.payments-list li a {
  display: inline-block;
}

.copyright {
  color: #ffffff;
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 1.5;
  text-transform: capitalize;
  margin: 4px 0;
}

.legal-links-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.legal-links-list li {
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 1.5;
  text-transform: capitalize;
  display: inline-block;
  color: #ffffff;
}

.legal-links-list li a {
  color: #ffffff;
}

.legal-links-list li:not(:last-child):after {
  content: ".";
  margin: 0 2px;
}

@media screen and (max-width: 991px) {
  .footer-content {
    grid-template-columns: auto auto;
    padding-top: 16px;
    display: block;
  }

  .footer-content .col-span-2 {
    grid-column: span 2;
  }

  .footer-content .row-span-3,
  .footer-content .row-span-2 {
    display: inline;
    text-align: center;
  }

  .footer-content .order-mobile-1 {
    order: 1;
  }

  .footer-content .order-mobile-2 {
    order: 2;
  }

  .footer-content .order-mobile-3 {
    order: 3;
  }

  .footer-content .order-mobile-4 {
    order: 4;
  }

  .footer-content .row-span-mobile-2 {
    grid-row: span 2;
  }

  .footer-content .second-footer-section {
    margin-top: 48px;
  }

  .footer-content .second-footer-section .row {
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
  }

  .footer-content .social-media-list {
    justify-content: center;
    display: flex;
    float: inherit;
    margin-top: 0;
  }

  .footer-content .contact-us-list {
    display: block;
    padding: revert;
    margin-bottom: 15px;
    text-align: left;
  }

  .footer-content .contact-info a {
    display: block !important;
  }

  .contact-us-text {
    margin-bottom: 32px;
  }

  .contact-us-text:before {
    width: calc(100% + (100vw - 100%) / 2);
  }

  .newsletter-form:before {
    width: 100vw;
    right: calc(-1 * (100vw - 100%) / 2);
  }

  .rtl .newsletter-form:before {
    width: 100vw;
    right: calc(-1 * (100vw - 100%) / 2);
  }

  .rtl .footer-content .contact-us-list {
    text-align: right;
  }

  .logo-wrapper {
    display: inline-block;
  }

  .social-media-list {
    justify-content: left;
    display: inline-flex;
    float: right;
    margin-top: 8px;
  }

  .social-media-list li:not(:last-child) {
    margin-left: 16px;
  }

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

  .row1 {
    align-items: center;
  }

  .contact-us-list li:not(:last-child) {
    margin-bottom: 16px;
  }

  .contact-us-list li:first-child {
    margin-top: 30px !important;
  }

  .contact-us-list li:not(:first-child) a {
    display: none;
  }

  .newsletter-form {
    padding: 15px 0 15px 15px !important;
  }

  .newsletter-form:before {
    clip-path: polygon(20px 0, 100% 0, 100% 100%, 0% 100%) !important;
  }

  .newsletter-form label {
    font-size: 11px !important;
    line-height: 16px !important;
    margin-bottom: 15px !important;
    font-family: NotoKufiArabic;
  }

  .rtl .newsletter-form:before {
    clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 100%, 0% 100%);
  }

  .newsletter-field input {
    font-size: 13px !important;
    line-height: 16px !important;
    padding: 0 32px 10px 0;
    font-family: NotoKufiArabic;
  }

  .newsletter-field ::placeholder {
    color: #000000;
    font-family: NotoKufiArabic;
  }

  .footer-links li {
    display: none;
  }

  .footer-links .main-footer-link {
    font-size: 14px !important;
    line-height: 16px !important;
    margin-top: 0;
    margin-bottom: 24px;
  }

  .footer-links ul {
    margin: 0;
  }

  .contact-info span {
    font-size: 13px !important;
    line-height: 19px !important;
  }

  .contact-info a {
    font-size: 16px !important;
    line-height: 24px !important;
  }

  .copyright {
    padding: 20px 0;
  }

  .legal-section {
    padding: 25px 0 !important;
  }

  .legal-section .legal-wrapper {
    align-items: flex-start;
  }

  .logo-wrapper img {
    width: 80% !important;
  }

  .contact-us-list:first-child .contact-info {
    display: grid;
  }

  .contact-us-list .contact-info {
    display: flex;
    align-items: center;
  }
}

.rtl .contact-us-list .img-wrapper:before {
  clip-path: polygon(0 0%, 75% 0%, 100% 100%, 25% 100%) !important;
}

html body {
  overflow: hidden;
  overflow-y: auto;
}

header {
  background-color: #ffffff;
  position: sticky;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1000;
  transition: top 0.1s linear;
}

header .header-wrapper {
  display: flex;
  justify-content: space-between;
}

header .header-wrapper .search-bar {
  flex: 1 1 auto;
  align-self: flex-end;
  margin-bottom: 10.5px;
  position: relative;
}

header .header-wrapper .search-bar.open:before {
  content: "";
  position: absolute;
  bottom: -18px;
  right: 20px;
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 16px solid #ffffff;
  z-index: 10;
}

header .header-wrapper .search-bar .search-result {
  display: none;
  position: absolute;
  top: 68px;
  right: 0;
  left: 0;
  background-color: #ffffff;
  z-index: 10;
  padding: 16px;
}

header .header-wrapper .search-bar .search-result.open {
  display: block;
}

header .header-wrapper .search-bar .search-result .category-wrap {
  padding-bottom: 10px;
}

header
  .header-wrapper
  .search-bar
  .search-result
  .category-wrap
  .category-title {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-transform: uppercase;
  color: #ffb727;
  background-color: #1b1b1b;
  padding: 10px;
}

header
  .header-wrapper
  .search-bar
  .search-result
  .category-wrap
  .search-service,
header
  .header-wrapper
  .search-bar
  .search-result
  .category-wrap
  .search-service2 {
  position: relative;
  padding: 10px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #1b1b1b;
}

header
  .header-wrapper
  .search-bar
  .search-result
  .category-wrap
  .search-service:after,
header
  .header-wrapper
  .search-bar
  .search-result
  .category-wrap
  .search-service2:after {
  content: ">";
  position: absolute;
  right: 0;
  color: #777e91;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

header
  .header-wrapper
  .search-bar
  .search-result
  .category-wrap
  .search-service
  .search-service-row1,
header
  .header-wrapper
  .search-bar
  .search-result
  .category-wrap
  .search-service2
  .search-service-row1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 20px;
}

header
  .header-wrapper
  .search-bar
  .search-result
  .category-wrap
  .search-service
  .search-service-row1
  div,
header
  .header-wrapper
  .search-bar
  .search-result
  .category-wrap
  .search-service2
  .search-service-row1
  div {
  font-weight: 800;
}

header
  .header-wrapper
  .search-bar
  .search-result
  .category-wrap
  .search-service
  .search-service-row1
  span,
header
  .header-wrapper
  .search-bar
  .search-result
  .category-wrap
  .search-service2
  .search-service-row1
  span {
  color: #c82828;
  font-weight: 800;
}

header
  .header-wrapper
  .search-bar
  .search-result
  .category-wrap
  .search-service {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

header
  .header-wrapper
  .search-bar
  .search-result
  .category-wrap
  .search-service2 {
  display: grid;
}

header .header-wrapper .nav-list {
  flex: 1 1 auto;
}

header .header-wrapper .icon-list {
  align-self: center;
}

header .header-wrapper .icon-list .icon-lang {
  font-family: NotoKufiArabic;
}

header .header-wrapper .icon-list .profile-link {
  position: relative;
}

header .header-wrapper .icon-list .profile-link.open:before {
  content: "";
  position: absolute;
  bottom: -22px;
  right: -3px;
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 16px solid #ffffff;
  z-index: 10;
}

header .header-wrapper .icon-list .profile-link .profile-pannel {
  display: none;
  position: absolute;
  top: 47px;
  left: -38px;
  right: -225px;
  background-color: #ffffff;
  z-index: 11;
  box-shadow: 0px 40px 32px rgba(15, 15, 15, 0.05);
  padding-top: 57px;
  padding-bottom: 27px;
  padding-right: 35px;
  padding-left: 30px;
}

header .header-wrapper .icon-list .profile-link .profile-pannel.open {
  display: block;
}

header
  .header-wrapper
  .icon-list
  .profile-link
  .profile-pannel
  .profile-element {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  margin-bottom: 30px;
}

header
  .header-wrapper
  .icon-list
  .profile-link
  .profile-pannel
  .profile-element
  a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

header
  .header-wrapper
  .icon-list
  .profile-link
  .profile-pannel
  .profile-element
  a
  .profile-element-svg {
  padding-left: 16px;
}

header
  .header-wrapper
  .icon-list
  .profile-link
  .profile-pannel
  .profile-element
  a
  .profile-element-name {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #22212b;
}

header
  .header-wrapper
  .icon-list
  .profile-link
  .profile-pannel
  .profile-element
  a:after {
  content: url("../assets/images/header-images/Path.svg");
  position: absolute;
  left: 0;
}

header .header-wrapper .icon-list .profile-link .profile-pannel-logout {
  display: none;
  position: absolute;
  top: 47px;
  left: -38px;
  right: -390px;
  background-color: #ffffff;
  z-index: 11;
  box-shadow: 0px 40px 32px rgba(15, 15, 15, 0.05);
  padding: 72px 30px 48px;
}

header .header-wrapper .icon-list .profile-link .profile-pannel-logout.open {
  display: block;
}

header
  .header-wrapper
  .icon-list
  .profile-link
  .profile-pannel-logout
  .welcome-title {
  font-family: NotoKufiArabic;
  font-size: 32px;
  line-height: 48px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  text-transform: capitalize;
  background: linear-gradient(95.49deg, #c82828 0%, #f0b43c 72.49%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  margin-bottom: 24px;
}

header
  .header-wrapper
  .icon-list
  .profile-link
  .profile-pannel-logout
  .google-wrapper {
  border: 1px solid rgba(27, 27, 27, 0.25);
  margin-bottom: 24px;
}

header
  .header-wrapper
  .icon-list
  .profile-link
  .profile-pannel-logout
  .facebook-wrapper {
  background: #4267b2;
  margin-bottom: 32px;
}

header
  .header-wrapper
  .icon-list
  .profile-link
  .profile-pannel-logout
  .google-wrapper,
header
  .header-wrapper
  .icon-list
  .profile-link
  .profile-pannel-logout
  .facebook-wrapper {
  width: 100%;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}

header
  .header-wrapper
  .icon-list
  .profile-link
  .profile-pannel-logout
  .google-wrapper
  a,
header
  .header-wrapper
  .icon-list
  .profile-link
  .profile-pannel-logout
  .facebook-wrapper
  a {
  display: flex;
  justify-content: center;
  align-items: center;
}

header
  .header-wrapper
  .icon-list
  .profile-link
  .profile-pannel-logout
  .google-wrapper
  a
  .google-icon,
header
  .header-wrapper
  .icon-list
  .profile-link
  .profile-pannel-logout
  .google-wrapper
  a
  .facebook-icon,
header
  .header-wrapper
  .icon-list
  .profile-link
  .profile-pannel-logout
  .facebook-wrapper
  a
  .google-icon,
header
  .header-wrapper
  .icon-list
  .profile-link
  .profile-pannel-logout
  .facebook-wrapper
  a
  .facebook-icon {
  display: flex;
  align-items: center;
  margin-left: 16px;
}

header
  .header-wrapper
  .icon-list
  .profile-link
  .profile-pannel-logout
  .google-wrapper
  a
  .google-text,
header
  .header-wrapper
  .icon-list
  .profile-link
  .profile-pannel-logout
  .google-wrapper
  a
  .facebook-text,
header
  .header-wrapper
  .icon-list
  .profile-link
  .profile-pannel-logout
  .facebook-wrapper
  a
  .google-text,
header
  .header-wrapper
  .icon-list
  .profile-link
  .profile-pannel-logout
  .facebook-wrapper
  a
  .facebook-text {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}

header
  .header-wrapper
  .icon-list
  .profile-link
  .profile-pannel-logout
  .google-text {
  color: #1b1b1b;
}

header
  .header-wrapper
  .icon-list
  .profile-link
  .profile-pannel-logout
  .facebook-text {
  color: #ffffff;
}

header
  .header-wrapper
  .icon-list
  .profile-link
  .profile-pannel-logout
  .or-text {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
  color: #1b1b1b;
  opacity: 0.5;
  position: relative;
  margin-bottom: 36px;
}

header
  .header-wrapper
  .icon-list
  .profile-link
  .profile-pannel-logout
  .or-text:before {
  content: "";
  position: absolute;
  left: 0;
  top: 45%;
  width: 105px;
  height: 1px;
  border-top: 1px solid rgba(27, 27, 27, 0.1);
}

header
  .header-wrapper
  .icon-list
  .profile-link
  .profile-pannel-logout
  .or-text:after {
  content: "";
  position: absolute;
  right: 0;
  top: 45%;
  width: 105px;
  height: 1px;
  border-top: 1px solid rgba(27, 27, 27, 0.1);
}

header
  .header-wrapper
  .icon-list
  .profile-link
  .profile-pannel-logout
  .existing-account {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

header
  .header-wrapper
  .icon-list
  .profile-link
  .profile-pannel-logout
  .existing-account
  .sign-in {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  text-align: right;
  text-decoration-line: underline;
  color: #c82828;
}

header
  .header-wrapper
  .icon-list
  .profile-link
  .profile-pannel-logout
  .sign-in-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  margin-bottom: 32px;
}

header
  .header-wrapper
  .icon-list
  .profile-link
  .profile-pannel-logout
  .sign-in-btn
  .custom-button {
  padding: 20px 65px;
}

header
  .header-wrapper
  .icon-list
  .profile-link
  .profile-pannel-logout
  .grey-hr {
  border-top: 1px solid rgba(27, 27, 27, 0.25);
  width: 100%;
  height: 1px;
}

header
  .header-wrapper
  .icon-list
  .profile-link
  .profile-pannel-logout
  .register-account {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  color: #1b1b1b;
}

header
  .header-wrapper
  .icon-list
  .profile-link
  .profile-pannel-logout
  .register-account
  span {
  text-decoration-line: underline;
  color: #c82828;
  font-weight: 800 !important;
  margin-right: 5px;
}

header .logo-wrapper {
  width: 100%;
  max-width: 153px;
  margin-left: 19px;
  margin-top: 10.5px;
  margin-bottom: 10.5px;
}

header .logo-wrapper img {
  width: 100%;
}

header .sec-menu li a {
  background: linear-gradient(95.49deg, #c82828 0%, #f0b43c 72.49%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: NotoKufiArabic;
}

header .sec-menu li:nth-child(2) a:before {
  content: "";
  width: 30px;
  height: 30px;
  background: url("../images/header-images/call-icon.png") no-repeat;
  top: 10px;
  right: 5px;
  position: relative;
  display: inline-block;
  background-size: 80%;
}

header .icon-list {
  margin: 0;
  padding: 0;
  margin-right: 24px;
}

header .icon-list li {
  display: inline-block;
  margin: 0 12px;
  color: #000000;
}

header .icon-list li a {
  color: #1b1b1b;
  text-decoration: none;
  font-size: 1.125rem;
  line-height: 1.4;
}

header .icon-list li .link-image {
  width: 24px;
  height: 24px;
}

header .icon-list li .link-image img {
  width: 100%;
}

header .cart {
  cursor: pointer;
}

header .cart .item-count {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: capitalize;
  color: #1b1b1b;
  display: inline-block;
  vertical-align: middle;
  padding-right: 8px;
  margin-right: 8px;
  border-right: 2px solid rgba(27, 27, 27, 0.2);
}

header .nav-section {
  background-color: #f6f7fb;
}

header .nav-list,
header .subnav-list {
  padding: 0;
  margin: 0;
}

header .nav-list li,
header .subnav-list li {
  display: inline-block;
  position: relative;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.7;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 10px 0;
  color: #1b1b1b;
  transition: color 0.2s ease-in-out;
}

header .nav-list li a,
header .subnav-list li a {
  color: #1b1b1b;
  text-decoration: none;
  transition: inherit;
  padding: 0.5rem !important;
}

header .nav-list li:hover,
header .subnav-list li:hover {
  color: #f0b43c;
  opacity: 1;
}

header .nav-list li:hover a,
header .subnav-list li:hover a {
  color: #f0b43c;
  opacity: 1;
}

header .nav-list li:not(:last-child),
header .subnav-list li:not(:last-child) {
  margin-left: 10px;
}

header .nav-list li:after,
header .subnav-list li:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 24px;
  width: 1px;
  margin-right: 0px;
  background-color: #f0b43c;
  position: absolute;
  top: 15px;
  right: 0px;
}

header .nav-list li.notification[data-notify-text],
header .subnav-list li.notification[data-notify-text] {
  padding-left: 36px;
}

header .nav-list li.notification[data-notify-text]:after,
header .subnav-list li.notification[data-notify-text]:after {
  content: attr(data-notify-text);
  position: absolute;
  font-size: 0.625rem;
  line-height: 1;
  font-family: NotoKufiArabic;
  left: 0;
  top: 0;
  padding: 0.4em;
  width: auto;
  height: auto;
  color: #ffffff;
  background: linear-gradient(
      95.49deg,
      rgba(255, 255, 255, 0) 0%,
      #c82828 72.49%
    )
    #f0b43c;
  transition: background 0.3s ease-out;
}

header .nav-list li.notification[data-notify-text]:hover:after,
header .subnav-list li.notification[data-notify-text]:hover:after {
  background-color: #c82828;
}

header .nav-list li:last-child:after {
  content: none;
}

header .subnav-list li a {
  opacity: 0.6;
}

header .side-menu {
  overflow-y: auto;
  overflow-x: hidden;
  width: calc(100% - 50px);
  right: -100%;
  top: 0;
  position: absolute;
  height: 100vh;
  background-color: #22212b;
  transition:
    right 0.2s linear,
    box-shadow 0.4s linear;
}

header .side-menu.slide {
  right: 0%;
  box-shadow: 30px 0px 100px 20px black;
}

header .side-menu .side-menu-header {
  padding: 20px 27px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .side-menu .side-menu-header .side-menu-header-options {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

header .side-menu .side-menu-header .side-menu-header-options div {
  display: flex;
  justify-content: center;
  align-items: center;
}

header .side-menu .side-menu-header .side-menu-header-options .icon-lang {
  font-family: NotoKufiArabic;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
}

header .side-menu .side-menu-header .side-menu-header-options .header-lang,
header .side-menu .side-menu-header .side-menu-header-options .header-icon {
  margin-left: 30px;
}

header .side-menu .tabs-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  color: #ffffff;
  border-bottom: 2px solid #f0b43c;
}

header .side-menu .tabs-list li {
  flex: 1;
  text-align: center;
  cursor: pointer;
  padding: 16px;
  font-size: 1rem;
  line-height: 1;
  position: relative;
  z-index: 0;
  font-weight: 600;
  text-transform: uppercase;
}

header .side-menu .tabs-list li:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 0%;
  background-color: #f0b43c;
  transition: all 0.2s ease-out;
  z-index: -1;
}

header .side-menu .tabs-list li.active:after,
header .side-menu .tabs-list li :hover:after,
header .side-menu .tabs-list li :focus:after {
  height: 100%;
}

header .side-menu .tabs-list li.disabled {
  background-color: #1f1c1c;
  color: grey;
  opacity: 0.8;
  pointer-events: none;
}

header .side-menu .nav-list {
  padding: 0 20px 20px;
}

header .side-menu .subnav-list {
  padding: 48px 32px;
}

header .side-menu .subnav-list li a {
  font-weight: 100 !important;
  opacity: 1;
}

header .side-menu .nav-list li:first-child,
header .side-menu .subnav-list li:first-child,
header .side-menu .subnav-list2 li:first-child {
  padding-top: 0 !important;
}

header .side-menu .nav-list li:last-child,
header .side-menu .subnav-list li:last-child,
header .side-menu .subnav-list2 li:last-child {
  padding-bottom: 0 !important;
}

header .side-menu .nav-list li {
  padding: 12px 0 !important;
}

header .side-menu .subnav-list li {
  padding: 10px 0 !important;
}

header .side-menu .nav-list li,
header .side-menu .subnav-list li {
  color: #ffffff;
  display: block;
}

header .side-menu .nav-list li a,
header .side-menu .subnav-list li a {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
}

header .side-menu .nav-list li:hover,
header .side-menu .subnav-list li:hover {
  color: #f0b43c;
  opacity: 1;
}

header .side-menu .nav-list li:hover a,
header .side-menu .subnav-list li:hover a {
  color: #f0b43c;
  opacity: 1;
}

header .side-menu .nav-list li:after,
header .side-menu .subnav-list li:after {
  content: none;
}

header .side-menu .nav-list li.notification[data-notify-text],
header .side-menu .subnav-list li.notification[data-notify-text] {
  padding-left: 0;
}

header .side-menu .nav-list li.notification[data-notify-text]:after,
header .side-menu .subnav-list li.notification[data-notify-text]:after {
  margin-right: 32px;
  position: relative;
}

header .side-menu .nav-list li.notification[data-notify-text]:hover:after,
header .side-menu .subnav-list li.notification[data-notify-text]:hover:after {
  background-color: #c82828;
}

header .side-menu .nav-list .under-collapse .super-title,
header .side-menu .subnav-list .under-collapse .super-title {
  font-style: italic;
  font-weight: bold;
  font-size: 40px;
  line-height: 48px;
  text-transform: uppercase;
  text-shadow: 0px 10px 40px rgba(0, 0, 0, 0.25);
  background: linear-gradient(95.49deg, #c82828 0%, #f0b43c 72.49%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

header .side-menu .nav-list .under-collapse li a,
header .side-menu .subnav-list .under-collapse li a {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  opacity: 0.75;
}

header .side-menu .nav-list .under-collapse2 li a,
header .side-menu .subnav-list .under-collapse2 li a {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #ffffff;
}

header .side-menu .custom-collapsible .open:after {
  background-image: url(../../assets/images/header-images/arrow-yellow.svg);
}

header .side-menu .custom-collapsible .open span {
  color: #000000 !important;
  background-color: #ffb727 !important;
}

header .side-menu .lang-options {
  padding: 32px;
}

header .side-menu .lang-options .option-title {
  color: #ffffff;
  margin-bottom: 16px;
}

header .side-menu .lang-options ul {
  list-style: none;
  padding: 0;
  border-right: 2px solid #f0b43c;
}

header .side-menu .lang-options ul li {
  color: #ffffff;
  padding: 8px;
  position: relative;
  z-index: 0;
}

header .side-menu .lang-options ul li:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0%;
  height: 100%;
  background-color: #f0b43c;
  transition: all 0.2s ease-out;
  z-index: -1;
}

header .side-menu .lang-options ul li.active:after,
header .side-menu .lang-options ul li :hover:after,
header .side-menu .lang-options ul li :focus:after {
  width: 100%;
}

header .side-menu .lang-options ul li a {
  color: #ffffff;
  text-decoration: none;
}

header .side-menu .lang-options .icon-lang {
  font-family: NotoKufiArabic;
}

header .side-menu .subnav-list2 {
  padding: 0 32px 54px;
}

header .side-menu .subnav-list2 li {
  padding: 8px 0;
}

header .side-menu .subnav-list2 li a {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #ffffff;
  opacity: 0.75;
}

header .side-menu .social-icons {
  padding: 0 32px 96px;
  display: flex;
  align-items: center;
}

header .side-menu .social-icons div {
  margin-left: 12px;
}

header .burger-menu {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 2px;
  color: #1b1b1b;
  background-color: currentColor;
  position: relative;
}

header .burger-menu:before,
header .burger-menu:after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background-color: currentColor;
  position: absolute;
}

header .burger-menu:before {
  top: -5px;
}

header .burger-menu:after {
  bottom: -5px;
}

article {
  margin-top: 30px;
}

.rtl header .sec-menu li:nth-child(2) a:before {
  right: -10px;
}

.rtl header .nav-list li:after,
.rtl header .subnav-list li:after {
  display: none !important;
}

.rtl header .nav-list li:before,
.rtl header .subnav-list li:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 24px;
  width: 1px;
  margin-right: 0px;
  background-color: #f0b43c;
  position: absolute;
  top: 15px;
  left: 0px;
}

.rtl header .nav-list li:last-child:before,
.rtl header .subnav-list li:last-child:before {
  display: none;
}

@media screen and (max-width: 1199px) {
  header .nav-list li:not(:last-child),
  header .subnav-list li:not(:last-child) {
    padding-left: 0;
  }

  header .nav-list li:after,
  header .subnav-list li:after {
    margin-right: 0;
  }
}

@media screen and (min-width: 992px) {
  header.scrolling {
    top: -81px;
  }

  header .hide-on-scroll {
    height: 81px;
  }

  .li-wrapper {
    position: relative;
  }

  .li-wrapper .li-sub-wrapper {
    position: fixed;
    top: 141px;
    right: 0;
    left: 0;
    max-height: 0;
    transition: max-height 0.2s linear;
    height: 616px;
    background: #22212b;
    box-shadow: 0px 40px 32px rgba(15, 15, 15, 0.05);
    clip-path: polygon(0 0, 100% 0, 100% 75%, 0% 100%);
  }

  .li-wrapper .li-sub-wrapper .li-sub-container {
    min-height: 616px;
    padding: 58px 99px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .li-wrapper .li-sub-wrapper .li-sub-container .li-sub-first-col,
  .li-wrapper .li-sub-wrapper .li-sub-container .li-sub-first-col2 {
    display: grid;
    justify-content: flex-start;
    align-items: center;
    margin-left: 40px;
  }

  .li-wrapper
    .li-sub-wrapper
    .li-sub-container
    .li-sub-first-col
    .li-sub-small-title,
  .li-wrapper
    .li-sub-wrapper
    .li-sub-container
    .li-sub-first-col2
    .li-sub-small-title {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: #ffb727;
    margin-bottom: 8px;
  }

  .li-wrapper
    .li-sub-wrapper
    .li-sub-container
    .li-sub-first-col
    .li-sub-big-title,
  .li-wrapper
    .li-sub-wrapper
    .li-sub-container
    .li-sub-first-col2
    .li-sub-big-title {
    font-style: italic;
    font-weight: 800;
    font-size: 48px;
    line-height: 56px;
    text-transform: uppercase;
    margin-bottom: 24px;
    background: linear-gradient(95.49deg, #c82828 0%, #f0b43c 72.49%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
  }

  .li-wrapper
    .li-sub-wrapper
    .li-sub-container
    .li-sub-first-col
    .overview-link-list,
  .li-wrapper
    .li-sub-wrapper
    .li-sub-container
    .li-sub-first-col2
    .overview-link-list {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  .li-wrapper
    .li-sub-wrapper
    .li-sub-container
    .li-sub-first-col
    .overview-link-list
    span,
  .li-wrapper
    .li-sub-wrapper
    .li-sub-container
    .li-sub-first-col2
    .overview-link-list
    span {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    text-transform: lowercase;
  }

  .li-wrapper
    .li-sub-wrapper
    .li-sub-container
    .li-sub-first-col
    .overview-link-list
    span
    a,
  .li-wrapper
    .li-sub-wrapper
    .li-sub-container
    .li-sub-first-col2
    .overview-link-list
    span
    a {
    color: inherit;
    text-decoration: none;
    position: relative;
  }

  .li-wrapper
    .li-sub-wrapper
    .li-sub-container
    .li-sub-first-col
    .overview-link-list
    span
    a:hover:before,
  .li-wrapper
    .li-sub-wrapper
    .li-sub-container
    .li-sub-first-col2
    .overview-link-list
    span
    a:hover:before {
    width: 32px;
    transform: rotate(180deg) translateY(-50%);
  }

  .li-wrapper
    .li-sub-wrapper
    .li-sub-container
    .li-sub-first-col
    .overview-link-list
    span
    a:before,
  .li-wrapper
    .li-sub-wrapper
    .li-sub-container
    .li-sub-first-col2
    .overview-link-list
    span
    a:before {
    content: "";
    width: 38px;
    height: 1px;
    display: flex;
    flex: 1;
    position: absolute;
    right: -50px;
    top: 50%;
    margin-left: 8px;
    transform: translateY(-50%);
    background-color: currentColor;
    transition:
      width 0.2s linear,
      transform 0.2s linear;
  }

  .li-wrapper .li-sub-wrapper .li-sub-container .li-sub-first-col {
    max-width: 288px;
  }

  .li-wrapper .li-sub-wrapper .li-sub-container .li-sub-first-col2 {
    max-width: 500px;
  }

  .li-wrapper
    .li-sub-wrapper
    .li-sub-container
    .li-sub-first-col2
    .small-banner {
    margin-bottom: 32px;
    position: relative;
  }

  .li-wrapper
    .li-sub-wrapper
    .li-sub-container
    .li-sub-first-col2
    .small-banner
    .small-banner-image-wrapper {
    position: relative;
  }

  .li-wrapper
    .li-sub-wrapper
    .li-sub-container
    .li-sub-first-col2
    .small-banner
    .small-banner-image-wrapper
    .small-banner-image
    img {
    width: 100%;
  }

  .li-wrapper
    .li-sub-wrapper
    .li-sub-container
    .li-sub-first-col2
    .small-banner
    .small-banner-image-wrapper
    .small-banner-image:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #22212b;
    mix-blend-mode: normal;
    opacity: 0.8;
    clip-path: polygon(35% 0, 95% 0, 75% 100%, 15% 100%);
  }

  .li-wrapper
    .li-sub-wrapper
    .li-sub-container
    .li-sub-first-col2
    .small-banner
    .small-banner-text-wrapper {
    position: absolute;
    top: 44px;
    width: 100%;
  }

  .li-wrapper
    .li-sub-wrapper
    .li-sub-container
    .li-sub-first-col2
    .small-banner
    .small-banner-text-wrapper
    .small-banner-big-title {
    font-family: NotoKufiArabic;
    font-size: 72px;
    line-height: 80px;
    text-align: center;
    text-transform: uppercase;
    background: linear-gradient(95.49deg, #c82828 0%, #f0b43c 72.49%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    display: block;
    margin-right: -60px;
  }

  .li-wrapper
    .li-sub-wrapper
    .li-sub-container
    .li-sub-first-col2
    .small-banner
    .small-banner-text-wrapper
    .small-banner-small-title {
    font-style: italic;
    font-weight: 800;
    font-size: 36px;
    line-height: 48px;
    text-align: center;
    text-transform: capitalize;
    color: #ffffff;
    margin-bottom: 16px;
    margin-right: -30px;
  }

  .li-wrapper
    .li-sub-wrapper
    .li-sub-container
    .li-sub-first-col2
    .small-banner
    .small-banner-text-wrapper
    .small-banner-desc {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 32px;
  }

  .li-wrapper
    .li-sub-wrapper
    .li-sub-container
    .li-sub-first-col2
    .small-banner
    .small-banner-text-wrapper
    .small-banner-btn {
    text-align: center;
  }

  .li-wrapper
    .li-sub-wrapper
    .li-sub-container
    .li-sub-first-col2
    .small-banner
    .small-banner-text-wrapper
    .small-banner-btn
    a {
    color: #000000;
  }

  .li-wrapper
    .li-sub-wrapper
    .li-sub-container
    .li-sub-first-col2
    .overview-link-list {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .li-wrapper
    .li-sub-wrapper
    .li-sub-container
    .li-sub-first-col2
    .overview-link-list
    span {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    text-transform: lowercase;
  }

  .li-wrapper
    .li-sub-wrapper
    .li-sub-container
    .li-sub-first-col2
    .overview-link-list
    span
    a {
    color: inherit;
    text-decoration: none;
    position: relative;
    padding-right: 90px;
  }

  .li-wrapper
    .li-sub-wrapper
    .li-sub-container
    .li-sub-first-col2
    .overview-link-list
    span
    a:hover:before {
    width: 60px;
    transform: rotate(180deg) translateY(-50%);
  }

  .li-wrapper
    .li-sub-wrapper
    .li-sub-container
    .li-sub-first-col2
    .overview-link-list
    span
    a:before {
    content: "";
    width: 82px;
    height: 1px;
    display: flex;
    flex: 1;
    position: absolute;
    right: 0;
    top: 50%;
    margin-left: 8px;
    transform: translateY(-50%);
    background-color: currentColor;
    transition:
      width 0.2s linear,
      transform 0.2s linear;
  }

  .li-wrapper .li-sub-wrapper .li-sub-container .mainlist {
    padding: initial;
    display: grid;
    max-width: 288px;
    margin-left: 70px;
  }

  .li-wrapper .li-sub-wrapper .li-sub-container .mainlist li {
    padding: initial;
    margin: initial;
    margin-bottom: 20px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 20px;
  }

  .li-wrapper .li-sub-wrapper .li-sub-container .mainlist li:after {
    display: none;
  }

  .li-wrapper .li-sub-wrapper .li-sub-container .mainlist li a {
    color: #ffffff;
  }

  .li-wrapper .li-sub-wrapper .li-sub-container .mainlist li > .sublist {
    display: none;
  }

  .li-wrapper .li-sub-wrapper .li-sub-container .mainlist li.open a {
    color: #000000;
    background-color: #ffb727;
  }

  .li-wrapper .li-sub-wrapper .li-sub-container .sublist {
    display: grid;
    padding: initial;
  }

  .li-wrapper .li-sub-wrapper .li-sub-container .sublist ul {
    flex-direction: column;
    padding: initial;
    display: flex;
    flex-wrap: wrap;
    max-height: 350px;
  }

  .li-wrapper .li-sub-wrapper .li-sub-container .sublist li {
    padding: initial;
    margin: initial;
    margin-bottom: 12px;
    margin-left: 16px;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    text-transform: capitalize;
    color: #ffffff;
    opacity: 0.75;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .li-wrapper .li-sub-wrapper .li-sub-container .sublist li:after {
    display: none;
  }

  .li-wrapper .li-sub-wrapper .li-sub-container .sublist li a {
    color: #ffffff;
    opacity: 0.75;
  }

  .li-wrapper .li-sub-wrapper .li-sub-container .sublist li:before {
    content: ">";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    text-transform: capitalize;
    color: #ffffff;
    opacity: 0.75;
    margin-left: 8px;
  }

  .li-wrapper .li-sub-wrapper .li-sub-container .sublist .overview {
    margin-bottom: 16px;
  }

  .li-wrapper .li-sub-wrapper .li-sub-container .sublist .overview a {
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    color: #ffb727;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .li-wrapper .li-sub-wrapper .li-sub-container .sublist .overview a:after {
    content: url("/assets/images/header-images/Right_Arrow_Icon.svg");
    margin-right: 8px;
  }

  .li-wrapper .li-sub-wrapper .li-sub-container .oil-products {
    margin-top: 0;
  }

  .li-wrapper
    .li-sub-wrapper
    .li-sub-container
    .oil-products
    .oil-products-swiper2 {
    padding-top: 20px;
  }

  .li-wrapper
    .li-sub-wrapper
    .li-sub-container
    .oil-products
    .section-heading
    .heading-title {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: #ffb727;
    background: initial;
    -webkit-background-clip: initial;
    -webkit-text-fill-color: initial;
  }

  .li-wrapper
    .li-sub-wrapper
    .li-sub-container
    .oil-products
    .section-heading
    .heading-link {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #ffffff;
  }

  .li-wrapper
    .li-sub-wrapper
    .li-sub-container
    .oil-products
    .parts-listing-wrapper {
    flex-wrap: initial;
  }

  .li-wrapper
    .li-sub-wrapper
    .li-sub-container
    .oil-products
    .parts-listing-wrapper
    .part-container {
    width: 177px;
    height: 138px;
    flex: 1;
    margin-right: 36px;
    margin-top: 54px;
  }

  .li-wrapper
    .li-sub-wrapper
    .li-sub-container
    .oil-products
    .parts-listing-wrapper
    .part-container
    .part-wrap
    .offer {
    position: absolute;
    right: 0;
    left: 0;
    top: 140px;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    flex: initial;
    width: initial;
    height: initial;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    padding: 5px;
    margin-right: -20px;
  }

  .li-wrapper
    .li-sub-wrapper
    .li-sub-container
    .oil-products
    .parts-listing-wrapper
    .part-container
    .part-wrap
    .offer
    a {
    color: #ffffff;
  }

  .li-wrapper
    .li-sub-wrapper
    .li-sub-container
    .oil-products
    .parts-listing-wrapper
    .part-container
    .part-wrap
    .img-wrapper {
    min-width: 177px;
    min-height: 138px;
  }

  .li-wrapper
    .li-sub-wrapper
    .li-sub-container
    .oil-products
    .parts-listing-wrapper
    .part-container
    .part-wrap
    .img-wrapper
    > img {
    width: initial;
    height: initial;
  }

  .li-wrapper
    .li-sub-wrapper
    .li-sub-container
    .oil-products
    .parts-listing-wrapper
    .part-container
    .part-wrap:after {
    display: none;
  }

  .li-wrapper.open:before {
    content: "";
    position: absolute;
    bottom: -1px;
    right: calc(50% - 24px);
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #22212b;
  }
}

@media screen and (max-width: 1085px) {
  header {
    padding-bottom: 0px;
  }

  header .nav-list li a,
  header .subnav-list li a {
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 991px) {
  header {
    padding-bottom: 0px;
  }

  header .header-wrapper {
    justify-content: space-between;
  }

  header .logo-wrapper {
    width: 140px;
  }

  header .icon-list {
    margin-right: 12px;
  }

  header .icon-list li {
    margin: 0 4px;
  }

  header .sec-menu {
    display: none;
  }

  header .side-menu .nav-list li a {
    font-size: 14px;
    line-height: 16px;
  }
}

header .sec-menu.icon-list li a {
  color: #c82828;
  background: unset;
  -webkit-text-fill-color: unset;
  -webkit-background-clip: unset;
  font-family: NotoKufiArabic;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
}

header .sec-menu.icon-list li a.lang-item.lang-item-first.lang-item-ar {
  font-family: NotoKufiArabic;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
}

.rtl header .sec-menu.icon-list li a {
  font-family: NotoKufiArabic;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
}

.rtl header .sec-menu.icon-list li a.lang-item.lang-item-first.lang-item-en {
  font-family: NotoKufiArabic;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
}

.search-bar {
  display: flex;
  align-items: center;
  position: relative;
}

.search-bar::after {
  content: "";
  pointer-events: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transform-origin: bottom;
  transform: skew(-10deg);
  border: 1px solid #f0b43c;
}

.search-bar input {
  flex: 1 1 auto;
  appearance: none;
  border: none;
  outline: none;
  padding: 14px 29px;
  font-size: 1rem;
  line-height: 1.4;
}

.search-bar input::placeholder {
  font-size: 0.875rem;
  line-height: 1.4;
  color: #959ead;
}

.search-bar .search-icon {
  display: inline-block;
  box-sizing: content-box;
  width: 24px;
  height: 24px;
  padding: 0 24px;
  border-right: 1px solid #eaedf0;
}

.search-bar .search-icon img {
  width: 100%;
}

.backnews-toolbar {
  margin-bottom: 80px;
}

.backnews-toolbar .toolbar {
  margin-top: 0;
}

.backnews-toolbar .toolbar .heirarchy {
  list-style: none;
  margin: 0;
  padding: 0;
}

.backnews-toolbar .toolbar .heirarchy li {
  display: inline-block;
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #1b1b1b;
  text-transform: uppercase;
  transition: color 0.1s linear;
}

.backnews-toolbar .toolbar .heirarchy li:not(:last-child) {
  color: #637488;
}

.backnews-toolbar .toolbar .heirarchy li:not(:last-child):hover {
  color: #1b1b1b;
}

.backnews-toolbar .toolbar .heirarchy li:not(:last-child):after {
  content: "";
  display: inline-block;
  background-image: url("../images/misc-svg/left-red-arrow.svg");
  width: 5px;
  height: 10px;
  background-size: 100% 100%;
  margin: 0 8px;
}

.backnews-toolbar .toolbar .heirarchy li a {
  color: inherit;
  text-decoration: none;
}

.backnews-toolbar .toolbar .heirarchy li img {
  vertical-align: initial;
}

.download-center .brands-part-section {
  margin-bottom: 0;
}

.download-center .brands-part-card {
  padding: 84px 18px;
}

.download-center .brands-part-card-shadow a {
  top: 16px;
}

.download-center .btn-center {
  margin-top: 48px;
  margin-bottom: 48px;
  text-align: center;
}

.download-center .btn-center .custom-button {
  align-items: center;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 17px 165px 17px 149px;
}

@media screen and (max-width: 768px) {
  .download-center .brands-part-card-shadow {
    clip-path: polygon(45px 0, 100% 0, calc(100% - 45px) 100%, 0 100%);
  }

  .download-center .brands-part-container {
    width: unset;
  }

  .download-center .brands-part-container .brands-part-card {
    width: 120px;
    height: 120px;
    padding: 48px 18px;
  }

  .download-center .brands-part-container .brands-part-card-shadow {
    width: 165px;
  }

  .download-center .brands-part-container .brands-part-card-shadow a {
    left: 25px;
  }
}

.highlightednews-section {
  margin-bottom: 32px;
}

.highlightednews-section .section-heading .heading-title {
  line-height: 70px;
}

.highlightednews-section .news-imgs .components {
  width: 90%;
  margin-right: 38px;
  position: absolute;
  display: grid;
  place-items: start;
  bottom: 48px;
}

.highlightednews-section .news-imgs .components .category {
  font-family: NotoKufiArabic;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  color: #c82828;
  letter-spacing: 0px;
  text-align: right;
}

.highlightednews-section .news-imgs .components .heading-title {
  color: #ffffff;
  margin-top: 8px;
  margin-bottom: 8px;
  letter-spacing: 0em;
  text-align: right;
  font-family: "NotoKufiArabic";
  font-style: italic;
  font-weight: 700;
  font-size: 21px;
  line-height: 28px;
  text-transform: capitalize;
}

.highlightednews-section .news-imgs .components .heading-title a {
  color: #fff;
}

.highlightednews-section .news-imgs .components .date {
  font-family: "NotoKufiArabic";
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  text-transform: uppercase;
  color: #ffb727;
  letter-spacing: 0px;
  text-align: right;
}

.highlightednews-section .news-imgs .news1 {
  position: relative;
  min-height: 582px;
  max-height: 70vh;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  margin-bottom: 30px;
  background-position: center;
}

.highlightednews-section .news-imgs .news1 img {
  width: 100%;
}

.highlightednews-section .news-imgs .news1:after {
  position: absolute;
  content: "";
  background-image: linear-gradient(275.98deg, #d12d28 9.49%, #f4b43e 90.51%);
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 11;
  clip-path: polygon(0 97%, 100% 100%, 100% 100%, 0 100%);
}

.highlightednews-section .news-imgs .news2 {
  position: relative;
  background-image: url("/assets/images/news-section/news2.png");
  background-repeat: no-repeat;
  background-size: 100%;
  min-height: 264px;
  margin-bottom: 30px;
}

.highlightednews-section .news-imgs .news2:after {
  position: absolute;
  content: "";
  background-image: linear-gradient(275.98deg, #d12d28 9.49%, #f4b43e 90.51%);
  top: 0;
  left: 0;
  left: 0;
  bottom: 0;
  z-index: 11;
  clip-path: polygon(0 95%, 100% 99%, 100% 100%, 0 100%);
}

.highlightednews-section .news-imgs .news3 {
  position: relative;
  background-image: url("/assets/images/news-section/news3.png");
  background-repeat: no-repeat;
  background-size: 100%;
  min-height: 284px;
}

.highlightednews-section .news-imgs .news3:after {
  position: absolute;
  content: "";
  background-image: linear-gradient(275.98deg, #d12d28 9.49%, #f4b43e 90.51%);
  top: 0;
  left: 0;
  left: 0;
  bottom: 0;
  z-index: 11;
  clip-path: polygon(0 95%, 100% 99%, 100% 100%, 0 100%);
}

.highlightednews-section .news-imgs .news1:before,
.highlightednews-section .news-imgs .news2:before,
.highlightednews-section .news-imgs .news3:before {
  position: absolute;
  content: "";
  background: linear-gradient(
    7.28deg,
    rgba(0, 0, 0, 0.7) 13.51%,
    rgba(0, 0, 0, 0) 50%
  );
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 0;
}

.components-single {
  margin-bottom: 64px;
}

.components-single .category {
  font-family: NotoKufiArabic;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  color: #c82828;
  letter-spacing: 0px;
  text-align: right;
}

.components-single .heading-title {
  color: #22212b;
  margin-top: 8px;
  margin-bottom: 8px;
  letter-spacing: 0em;
  text-align: right;
  font-family: "NotoKufiArabic";
  font-style: italic;
  font-weight: 700;
  font-size: 21px;
  line-height: 28px;
  text-transform: inherit !important;
}

.components-single .heading-title a {
  color: #22212b;
}

.components-single .date {
  font-family: "NotoKufiArabic";
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  text-transform: uppercase;
  color: #ffb727;
  letter-spacing: 0px;
  text-align: right;
}

@media screen and (max-width: 540px) {
  .highlightednews-section .news-imgs .components {
    bottom: 19px;
  }

  .highlightednews-section .news-imgs .components .heading-title {
    font-size: 18px !important;
    line-height: 18px !important;
  }

  .highlightednews-section .news-imgs .news1 {
    margin-bottom: 20px;
    min-height: 330px;
    background-size: 100% 100%;
  }

  .highlightednews-section .news-imgs .news2 {
    min-height: 160px;
    margin-bottom: 20px;
  }

  .highlightednews-section .news-imgs .news3 {
    min-height: 160px;
  }

  .components {
    margin-bottom: 0px;
  }

  .components .heading-title {
    font-size: 18px !important;
    line-height: 18px !important;
  }
}

.rtl .components-single .category,
.rtl .components-single .heading-title {
  font-family: NotoKufiArabic !important;
  font-style: normal !important;
}

.rtl .highlightednews-section .news-imgs .components .category,
.rtl .highlightednews-section .news-imgs .components .heading-title {
  font-family: NotoKufiArabic !important;
  font-style: normal !important;
}

.mediagallery-section {
  margin-bottom: 80px;
}

.mediagallery-section .news-section .part-container {
  box-shadow: 0px 40px 32px -24px #0f0f0f0d;
  padding-bottom: 20px;
  min-width: 394px;
}

.mediagallery-section .news-section .part-container .components {
  padding-left: 24px;
  padding-right: 24px;
}

.mediagallery-section .news-section .part-container .part-wrap img {
  margin-right: 0;
  width: 100%;
  height: 240px;
  object-fit: cover;
  min-width: 389px;
}
.part-wrap .new-part a {
}

@media screen and (max-width: 540px) {
  .mediagallery-section .news-section .part-wrap {
    height: unset !important;
  }
}

@media screen and (min-width: 993px) and (max-width: 1025px) {
  .mediagallery-section .news-section .part-container .title {
    font-size: 18px;
  }

  .mediagallery-section .news-section .part-container .text {
    font-size: 11px;
    line-height: 18px;
  }

  .mediagallery-section .news-section .part-container .date {
    font-size: 14px;
  }

  .mediagallery-section .news-section .part-container .category {
    font-size: 14px;
  }
}

@media screen and (max-width: 1300px) {
  .mediagallery-section .news-section .part-container {
    min-width: initial;
  }
}

.sustainablity-cards .express-listing .services-wrapper .services-card {
  width: calc(50% - 20px);
  box-shadow: initial;
}

.sustainablity-cards
  .express-listing
  .services-wrapper
  .services-card
  .part-wrap
  a {
  position: relative;
}

.sustainablity-cards
  .express-listing
  .services-wrapper
  .services-card
  .part-wrap
  a:before {
  position: absolute;
  content: "";
  background-image: linear-gradient(98.63deg, #f4b43e -6.37%, #d12d28 85.59%);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 11;
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 95%);
}

.sustainablity-cards
  .express-listing
  .services-wrapper
  .services-card
  .part-wrap
  a:after {
  position: absolute;
  content: "";
  background: linear-gradient(
    7.28deg,
    rgba(0, 0, 0, 0.7) 13.51%,
    rgba(0, 0, 0, 0) 50%
  );
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.sustainablity-cards
  .express-listing
  .services-wrapper
  .services-card
  .part-wrap
  a
  img {
  max-height: initial;
  min-height: 606px;
  width: 100% !important;
}

.sustainablity-cards
  .express-listing
  .services-wrapper
  .services-card
  .part-wrap
  a
  .info-wrapper {
  position: absolute;
  bottom: 50px;
  right: 32px;
  text-align: right;
  z-index: 1;
}

.sustainablity-cards
  .express-listing
  .services-wrapper
  .services-card
  .part-wrap
  a
  .info-wrapper
  .category {
  font-family: "NotoKufiArabic";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #ffb727;
  padding-bottom: 8px;
}

.sustainablity-cards
  .express-listing
  .services-wrapper
  .services-card
  .part-wrap
  a
  .info-wrapper
  .title {
  font-family: "NotoKufiArabic";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  padding-left: 32px;
  letter-spacing: 0em;
}

@media screen and (max-width: 992px) {
  .sustainablity-cards .express-listing .services-wrapper {
    display: block !important;
  }

  .sustainablity-cards .express-listing .services-wrapper .services-card {
    width: 100%;
    border: none;
    padding-bottom: 0;
  }

  .sustainablity-cards
    .express-listing
    .services-wrapper
    .services-card
    .part-wrap
    a {
    position: relative;
  }

  .sustainablity-cards
    .express-listing
    .services-wrapper
    .services-card
    .part-wrap
    a:before {
    position: absolute;
    content: "";
    background-image: linear-gradient(98.63deg, #f4b43e -6.37%, #d12d28 85.59%);
    top: 0;
    left: 0;
    right: 0;
    bottom: -2px;
    z-index: 11;
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 95%);
  }

  .sustainablity-cards
    .express-listing
    .services-wrapper
    .services-card
    .part-wrap
    a
    img {
    min-height: 404px;
  }

  .sustainablity-cards
    .express-listing
    .services-wrapper
    .services-card
    .part-wrap
    a
    .info-wrapper {
    bottom: 42px;
    right: 24px;
  }
}

.rtl
  .sustainablity-cards
  .express-listing
  .services-wrapper
  .services-card
  .part-wrap
  a:before {
  clip-path: polygon(0 100%, 100% 95%, 100% 100%, 0 100%);
  background-image: linear-gradient(97.21deg, #d12d28 0.37%, #f4b43e 70.77%);
}

.news-first-paragraph .highlightednews-section .news-imgs .news1 {
  min-height: initial;
}

.news-first-paragraph .highlightednews-section .news-imgs .news1::before {
  display: none;
}

.news-first-paragraph .social-media-list {
  display: grid;
}

.news-first-paragraph .social-media-list li a {
  background-color: unset;
}

.news-first-paragraph .social-media-list li a:hover {
  cursor: pointer;
}

.news-first-paragraph .paragraph-title,
.news-first-paragraph h2 {
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  color: #22212b;
  margin-bottom: 24px;
}

.news-first-paragraph .paragraph-text {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #22212b;
  margin-bottom: 80px;
  display: contents;
}

.news-first-paragraph .paragraph-text li {
  margin-bottom: 16px;
}

.news-first-paragraph .paragraph-text-before {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #22212b;
  margin-bottom: 16px;
}

.news-first-paragraph .paragraph-subtitle,
.news-first-paragraph h3 {
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  color: #22212b;
  margin-bottom: 24px;
}

.news-first-paragraph .second-paragraph-image {
  position: relative;
  margin-bottom: 40px;
}

.news-first-paragraph .second-paragraph-image:after {
  position: absolute;
  content: "";
  background-image: linear-gradient(96.76deg, #c82828 0%, #f0b43c 87.62%);
  top: 0;
  left: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  clip-path: polygon(0 15%, 100% 35%, 100% 100%, 0 100%);
}

.news-first-paragraph .second-paragraph-image img {
  padding-bottom: 80px;
}

.news-first-paragraph .third-paragraph {
  margin-bottom: 80px;
}

.news-first-paragraph .third-paragraph .first-column {
  padding-right: 0;
}

.news-first-paragraph .third-paragraph .first-column .red-border {
  border-right: 1px solid #c82828;
  padding-right: 30px;
  margin-bottom: 16px;
}

.news-first-paragraph .swiper {
  margin-bottom: 80px;
  position: relative;
  text-align: center;
}

.news-first-paragraph .swiper:after {
  position: absolute;
  content: "";
  background: linear-gradient(180deg, #c82828 0%, #f0b43c 100%);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  clip-path: polygon(0 35%, 100% 35%, 100% 100%, 0 100%);
}

.news-first-paragraph .swiper .highlighted-swiper {
  align-items: flex-end;
}

.news-first-paragraph .swiper .highlighted-swiper .swiper-slide-active {
  width: 100%;
  height: 100%;
  max-width: 710px;
  max-height: 443px;
}

.news-first-paragraph .swiper .highlighted-swiper .swiper-slide-active img {
  height: 100%;
  width: 100%;
}

.news-first-paragraph .swiper .highlighted-swiper .swiper-slide-next,
.news-first-paragraph .swiper .highlighted-swiper .swiper-slide-prev {
  width: 100% !important;
  height: 100%;
  max-width: 530px;
  max-height: 330px;
}

.news-first-paragraph .swiper .highlighted-swiper .swiper-slide-next img,
.news-first-paragraph .swiper .highlighted-swiper .swiper-slide-prev img {
  width: 100%;
  height: 100%;
}

.news-first-paragraph .swiper .highlighted-swiper .swiper-slide {
  overflow: hidden;
}

.news-first-paragraph .swiper .highlighted-swiper .swiper-slide img {
  width: 100%;
}

.news-first-paragraph .fourth-paragraph {
  margin-bottom: 56px;
}

.news-first-paragraph .fourth-paragraph .paragraph-text {
  margin-right: 15px;
}

.post-detail {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  position: relative;
  padding: 0;
}

.post-detail .main {
  width: 100%;
  min-height: 150px;
}

.post-detail .main .gallery-paragraph-image,
.post-detail .main .second-paragraph-image {
  max-width: 100% !important;
  margin-top: 30px;
}

.post-detail .main > * {
  max-width: 820px;
  margin: 0 auto;
}

.post-detail .post-share {
  position: absolute;
  right: 0;
}

.gallery-paragraph-image .nav-wrapper {
  justify-content: center;
  padding: 20px;
}

.gallery-paragraph-image .nav-wrapper .swiper-navigation {
  color: #fff;
}

.gallery-paragraph-image .nav-wrapper .swiper-navigation:first-child:after {
  background-color: #fff;
}

.wp-block-quote {
  background: #f6f7fb;
  padding: 32px 50px 20px 80px;
  border-left: unset;
}

.wp-block-quote p {
  font-family: "NotoKufiArabic";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #22212b;
  line-height: 24px;
  margin-bottom: 0;
}

.wp-block-quote a {
  color: #c82828;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
}

.wp-block-quote p {
  border-right: 1px solid #c82828;
  padding-right: 32px;
}

@media screen and (max-width: 540px) {
  .news-first-paragraph .social-media-list {
    display: unset;
    float: unset;
  }

  .news-first-paragraph .social-media-list li a {
    background-color: unset;
  }

  .news-first-paragraph .second-paragraph-image img {
    padding-bottom: 21px;
    width: 346px;
    height: 257px;
  }

  .news-first-paragraph .second-paragraph-image .row-padding {
    padding-right: 0;
    padding-left: 0;
  }

  .news-first-paragraph .fourth-paragraph .paragraph-text {
    margin-bottom: 0;
  }

  .news-first-paragraph .paragraph-subtitle {
    margin-top: 20px;
  }

  .news-first-paragraph .highlighted .highlighted-border-left {
    margin-right: 30px;
  }

  .news-first-paragraph .highlighted .paragraph-text {
    padding-left: 20px;
  }

  .news-first-paragraph .swiper {
    margin-bottom: 80px;
    position: relative;
  }

  .news-first-paragraph .swiper:after {
    position: absolute;
    content: "";
    background-image: linear-gradient(275.98deg, #d12d28 9.49%, #f4b43e 90.51%);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    clip-path: polygon(0 35%, 100% 35%, 100% 100%, 0 100%);
  }

  .news-first-paragraph .swiper .highlighted-swiper {
    align-items: self-end;
  }

  .news-first-paragraph .swiper .highlighted-swiper .swiper-slide img {
    height: initial;
  }

  .news-first-paragraph .swiper .highlighted-swiper .swiper-slide-active {
    width: initial;
    height: initial;
  }

  .news-first-paragraph .swiper .highlighted-swiper .swiper-slide-active img {
    height: 100%;
  }

  .news-first-paragraph .swiper .highlighted-swiper .swiper-slide-next {
    width: initial;
    height: initial;
  }

  .news-first-paragraph .swiper .highlighted-swiper .swiper-slide-next img {
    width: 100%;
    height: 100%;
  }

  .news-first-paragraph .swiper .highlighted-swiper .swiper-slide-prev {
    width: initial;
    height: initial;
  }

  .news-first-paragraph .swiper .highlighted-swiper .swiper-slide-prev img {
    width: 100%;
    height: 100%;
  }

  .news-first-paragraph .swiper:after {
    clip-path: initial;
  }
}

@media screen and (min-width: 820px) and (max-width: 992px) {
  .highlightednews-section {
    margin-bottom: 30px;
  }

  .nav-wrapper {
    justify-content: unset;
  }

  .post-detail .post-share {
    position: relative;
    right: 2%;
    display: unset;
  }

  .post-detail .main {
    width: 100%;
    display: inline-block;
    padding: 0 15px;
  }
}

@media screen and (max-width: 767px) {
  .wp-block-quote {
    padding: 20px 20px 20px 30px;
  }

  .highlightednews-section {
    margin-bottom: 20px;
  }

  .post-detail .main {
    display: inline-block;
    padding: 0 15px;
  }

  .post-detail .post-share {
    position: relative;
  }
}

@media screen and (min-width: 993px) and (max-width: 1100px) {
  .news-first-paragraph .inline .paragraph-subtitle {
    margin-right: 60px;
  }

  .news-first-paragraph .inline .paragraph-text {
    margin-right: 60px;
  }

  .news-first-paragraph .fourth-paragraph .paragraph-subtitle {
    margin-right: 60px;
  }

  .news-first-paragraph .fourth-paragraph .paragraph-text {
    margin-right: 90px;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .news-first-paragraph .swiper .highlighted-swiper .swiper-slide-active {
    height: 350px;
  }

  .news-first-paragraph .swiper .highlighted-swiper .swiper-slide-active img {
    height: 100%;
  }
}

.newsroom-filter
  .parts-landing-section
  .parts-container
  .parts-form-wrapper
  .form-selectors {
  justify-content: unset;
  padding: 0 0px 30px;
}

.newsroom-filter
  .parts-landing-section
  .parts-container
  .parts-form-wrapper
  .form-selectors
  .search-icon {
  border-right: none;
}

.newsroom-filter
  .parts-landing-section
  .parts-container
  .parts-form-wrapper
  .form-selectors
  option {
  color: black;
}

.newsroom-filter
  .parts-landing-section
  .parts-container
  .parts-form-wrapper
  .form-selectors
  .select-big-div {
  background: #fcfcfd;
  border: 1px solid #e6e8ec;
  min-width: unset;
  height: 72px;
  align-items: center;
  padding: 0 !important;
}

.newsroom-filter
  .parts-landing-section
  .parts-container
  .parts-form-wrapper
  .form-selectors
  .select-big-div
  select {
  padding: 0 32px !important;
}

.newsroom-filter
  .parts-landing-section
  .parts-container
  .parts-form-wrapper
  .form-selectors
  .select-big-div-showresult {
  padding: 0 16px;
  min-width: 250px;
  min-height: 70px;
  background: #c82828;
  border: 1px solid #931111;
  box-sizing: border-box;
  box-shadow: 0px 30px 32px -24px rgba(72, 33, 33, 0.5);
  color: #ffffff;
  position: relative;
  display: flex;
  align-items: center;
}

.newsroom-filter
  .parts-landing-section
  .parts-container
  .parts-form-wrapper
  .form-selectors
  .select-big-div-showresult:hover {
  cursor: pointer;
}

.newsroom-filter
  .parts-landing-section
  .parts-container
  .parts-form-wrapper
  .form-selectors
  .select-big-div-showresult:after {
  content: ">";
  transform: rotate(90deg);
  top: 30%;
  font-size: 1.2rem;
  left: 10%;
  position: absolute;
}

.newsroom-filter
  .parts-landing-section
  .parts-container
  .parts-form-wrapper
  .form-selectors
  .select-big-div-showresult
  select {
  padding: 16px;
  min-width: 210px;
  min-height: 50px;
  background: #c82828;
  border: none;
  color: #ffffff;
  -webkit-appearance: none;
  appearance: none;
}

.newsroom-filter
  .parts-landing-section
  .parts-container
  .parts-form-wrapper
  .form-selectors
  .select-big-div-showresult
  select:focus {
  outline: none;
}

.newsroom-filter
  .parts-landing-section
  .parts-container
  .parts-form-wrapper
  .form-selectors
  .select-big-div-showresult
  select
  option {
  margin-left: -10px !important;
}

.newsroom-filter
  .parts-landing-section
  .parts-container
  .parts-form-wrapper
  .form-selectors
  .search-bar
  input {
  padding: 23px 32px;
  font-family: "NotoKufiArabic";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #141416;
  background-color: #fcfcfd;
}

.newsroom-filter
  .parts-landing-section
  .parts-container
  .parts-form-wrapper
  .form-selectors
  .search-bar
  input::placeholder {
  top: 35%;
  position: absolute;
  font-style: normal;
  font-family: "NotoKufiArabic";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  text-transform: capitalize;
  color: #141416;
}

.newsroom-filter
  .parts-landing-section
  .parts-container
  .parts-form-wrapper
  .form-selectors
  .search-bar:after {
  border: 0;
  content: " ";
}

.newsroom-filter
  .parts-landing-section
  .parts-container
  .parts-form-wrapper
  .form-selectors
  .div-year {
  position: relative;
}

.newsroom-filter
  .parts-landing-section
  .parts-container
  .parts-form-wrapper
  .form-selectors
  .div-year
  select {
  color: #141416;
  padding-right: unset;
  background: #fcfcfd;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
}

.newsroom-filter
  .parts-landing-section
  .parts-container
  .parts-form-wrapper
  .form-selectors
  .div-year:before {
  top: 35%;
  right: 10%;
  position: absolute;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-transform: capitalize;
}

.newsroom-filter
  .parts-landing-section
  .parts-container
  .parts-form-wrapper
  .form-selectors
  .div-month {
  position: relative;
}

.newsroom-filter
  .parts-landing-section
  .parts-container
  .parts-form-wrapper
  .form-selectors
  .div-month
  select {
  color: #141416;
  padding-right: unset;
  background: #fcfcfd;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
}

.newsroom-filter
  .parts-landing-section
  .parts-container
  .parts-form-wrapper
  .form-selectors
  .div-month:before {
  top: 35%;
  right: 10%;
  position: absolute;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-transform: capitalize;
  color: #141416;
}

.newsroom-filter
  .parts-landing-section
  .parts-container
  .parts-form-wrapper
  .form-selectors
  .div-category {
  position: relative;
}

.newsroom-filter
  .parts-landing-section
  .parts-container
  .parts-form-wrapper
  .form-selectors
  .div-category
  select {
  color: #141416;
  padding-right: unset;
  background: #fcfcfd;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
}

.newsroom-filter
  .parts-landing-section
  .parts-container
  .parts-form-wrapper
  .form-selectors
  .div-category:before {
  top: 35%;
  right: 10%;
  position: absolute;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-transform: capitalize;
  color: #141416;
}

.newsroom-filter
  .parts-landing-section
  .parts-container
  .parts-form-wrapper
  .form-selectors
  .div-search {
  position: relative;
  width: 100%;
}

.newsroom-filter
  .parts-landing-section
  .parts-container
  .parts-form-wrapper
  .form-selectors
  .div-search
  select {
  background: #fcfcfd;
  padding-right: 70px;
}

.newsroom-filter
  .parts-landing-section
  .parts-container
  .parts-form-wrapper
  .form-selectors
  .div-search:before {
  content: "";
  top: 35%;
  right: 10%;
  position: absolute;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-transform: capitalize;
  color: #141416;
}

.newsroom-filter
  .parts-landing-section
  .parts-container
  .parts-form-wrapper
  .form-selectors
  .div-show {
  position: relative;
  min-width: 250px;
  flex-flow: row-reverse;
}

.newsroom-filter
  .parts-landing-section
  .parts-container
  .parts-form-wrapper
  .form-selectors
  .div-show
  select {
  background: #c82828;
  padding-right: 70px;
}

.newsroom-filter
  .parts-landing-section
  .parts-container
  .parts-form-wrapper
  .form-selectors
  .div-show:before {
  top: 35%;
  right: 10%;
  position: absolute;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-transform: capitalize;
  font-weight: 500;
  text-transform: capitalize;
  color: #ffffff;
}

.newsroom-filter
  .parts-landing-section
  .parts-container
  .parts-form-wrapper
  .form-selectors
  .div-show:after {
  content: "";
  transform: rotate(0deg);
  top: 35%;
  right: 10%;
  position: absolute;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-transform: capitalize;
  font-weight: 500;
  text-transform: capitalize;
  color: #ffffff;
}

.select2-dropdown {
  border: 1px solid #e6e8ec !important;
  top: 53px !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder,
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  font-family: "NotoKufiArabic";
  color: #141416 !important;
  padding: 0 20px !important;
  background: #fcfcfd;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  background-color: #fcfcfd;
}

.select2-container--default .select2-selection--single {
  border: unset !important;
}

.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable {
  font-family: "NotoKufiArabic";
  background-color: #ffb727 !important;
  color: #141416 !important;
  font-size: 14px;
  padding: 16px 32px;
  line-height: 24px;
  font-weight: 500;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  font-family: "NotoKufiArabic";
  color: #141416;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  background-color: #fff;
}

.select2-results__option--selectable {
  cursor: pointer;
  font-family: "NotoKufiArabic";
  color: #141416;
  font-size: 14px;
  padding: 16px 32px !important;
  line-height: 24px;
  font-weight: 500;
  background-color: #fff;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  height: 8px !important;
  margin-left: -10px !important;
  margin-top: -5px !important;
  width: 8px !important;
  border: none !important;
  border-bottom: solid 1px #141416 !important;
  border-left: solid 1px #141416 !important;
  transform: rotate(-45deg);
}

.select2-container--default.select2-container--focus
  .select2-selection--single
  .select2-selection__arrow
  b {
  transform: rotate(135deg);
  margin-top: 2px !important;
}

.rtl .select-big-div-showresult.search-bar .search-icon img {
  transform: scaleX(-1);
}

.rtl
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  right: initial;
  left: 5%;
}

.list-per-category .title {
  margin-top: 32px !important;
}

.newsroom-section {
  margin-bottom: 80px;
}

.newsroom-section .services-listing .services-card {
  margin-left: 0px;
  border: unset;
  padding: 0 0 36px;
  width: calc(33.33% - 20px);
  margin-bottom: 36px;
}

.newsroom-section .services-listing .services-card:hover {
  background-color: unset;
}

.newsroom-section
  .services-listing
  .services-card
  .swiper-slide
  .part-container {
  margin-left: 30px;
}

.newsroom-section .services-listing .services-card .part-wrap {
  min-height: 235px;
}

.newsroom-section .services-listing .services-card .part-wrap .bottom-img {
  margin-right: 15px;
  margin-top: -44px;
  display: flex;
}

.newsroom-section
  .services-listing
  .services-card
  .part-wrap
  .bottom-img
  .text-bottom-img {
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  margin-right: 10px;
  color: #ffffff;
  line-height: 24px;
}

.newsroom-section .services-listing .services-card .part-wrap .mini-components {
  display: flex;
}

.newsroom-section
  .services-listing
  .services-card
  .part-wrap
  .mini-components
  .nb {
  margin-right: 20px;
}

.newsroom-section .services-listing .services-card .part-wrap img {
  object-position: center;
  object-fit: cover;
  height: 100%;
  max-height: 255px;
  width: 100%;
}

.newsroom-section .services-listing .services-card .components {
  text-align: start;
  padding: 0 24px;
}

.newsroom-section .services-listing .services-card .components .category {
  margin-top: 32px;
  color: #c82828;
  font-family: "NotoKufiArabic";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
}

.newsroom-section .services-listing .services-card .components .title {
  font-size: 16px !important;
  line-height: 24px !important;
  overflow: hidden;
  font-weight: 700;
  margin-top: 8px;
  margin-bottom: 16px;
  font-family: NotoKufiArabic;
  letter-spacing: 0;
  min-height: 72px;
}

.newsroom-section .services-listing .services-card .components .text {
  font-family: NotoKufiArabic;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  margin-bottom: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  max-height: 192px;
  min-height: 192px;
}

.newsroom-section .services-listing .services-card .components .date {
  font-family: "NotoKufiArabic";
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  text-transform: uppercase;
  color: #f0b43c;
  float: right;
}

.newsroom-section .services-listing .services-card .components .read-more {
  font-weight: 600;
  font-size: 13px;
  line-height: 1.2;
  color: #c82828;
  text-decoration: none;
  min-width: 181px;
  text-align: right;
  float: left;
}

.newsroom-section
  .services-listing
  .services-card
  .components
  .read-more:before {
  content: "";
  display: inline-block;
  width: 82px;
  height: 2px;
  vertical-align: middle;
  margin: 0 8px;
  background-color: currentColor;
  transition: width 0.1s linear;
}

.newsroom-section .services-listing .services-wrapper {
  display: flex;
  justify-content: space-between;
}

.newsroom-section .services-listing .services-wrapper:last-child {
  justify-content: space-evenly;
}

@media screen and (max-width: 540px) {
  .newsroom-section {
    margin-bottom: 80px;
  }

  .newsroom-section .services-listing .services-card {
    width: 100%;
    border: 1px solid #e6e8ec;
  }

  .newsroom-section .services-listing .services-card:hover {
    background-color: unset;
  }

  .newsroom-section
    .services-listing
    .services-card
    .swiper-slide
    .part-container {
    margin-left: 30px;
  }

  .newsroom-section .services-listing .services-card .part-wrap {
    overflow: hidden;
  }

  .newsroom-section .services-listing .services-card .part-wrap img {
    width: 100%;
  }

  .newsroom-section
    .services-listing
    .services-card
    .part-wrap
    .mini-components {
    display: flex;
  }

  .newsroom-section
    .services-listing
    .services-card
    .part-wrap
    .mini-components
    .nb {
    margin-right: 20px;
  }

  .newsroom-section .services-listing .services-card .components {
    text-align: start;
    padding: 0 24px;
  }

  .newsroom-section .services-listing .services-card .components .category {
    margin-top: 32px;
    font-size: 13px !important;
    line-height: 20px !important;
    color: #c82828;
  }

  .newsroom-section .services-listing .services-card .components .title {
    font-size: 16px !important;
    line-height: 24px !important;
    overflow: hidden;
    font-weight: bolder;
    margin-top: 8px;
    margin-bottom: 16px;
  }

  .newsroom-section .services-listing .services-card .components .text {
    font-size: 11px !important;
    line-height: 16px !important;
    margin-bottom: 16px;
    min-height: initial;
  }

  .newsroom-section .services-listing .services-card .components .date {
    font-size: 14px !important;
    line-height: 21px !important;
    color: #f0b43c;
  }

  .newsroom-section .services-listing .services-wrapper {
    display: unset;
  }
}

@media screen and (min-width: 993px) and (max-width: 1100px) {
  .newsroom-section .part-wrap img {
    width: 288px;
  }
}

@media screen and (min-width: 540px) and (max-width: 768px) {
  .newsroom-section .services-listing .services-card .part-wrap {
    min-height: 100px;
  }

  .newsroom-section .services-listing .services-card .components .read-more {
    margin-top: 8px;
  }

  .newsroom-section
    .services-listing
    .services-card
    .components
    .read-more:before {
    width: 20px;
  }

  .rtl
    .newsroom-section
    .services-listing
    .services-card
    .components
    .read-more {
    min-width: initial;
    float: right;
  }
}

.related-news .news-section .part-container .part-wrap {
  height: unset !important;
}

.services-and-promotions {
  position: relative;
  margin-top: 0px;
}

.services-and-promotions::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 3%;
  bottom: 50px;
  background-image: linear-gradient(97.21deg, #d12d28 0.37%, #f4b43e 70.77%);
  clip-path: polygon(0 0, 100% 0, 97% 100%, 0% 100%);
  z-index: -1;
}

.services-and-promotions .title-promotions {
  font-family: "NotoKufiArabicBold";
  font-style: italic;
  font-weight: 800;
  font-size: 56px;
  line-height: 56px;
  text-transform: capitalize;
  color: #ffffff;
  padding-top: 50px;
  padding-bottom: 44px;
  letter-spacing: 0em;
}

.services-and-promotions .services-offers-wrapper {
  display: flex;
  justify-content: space-between;
  overflow-x: auto;
  margin-left: calc((100vw - 100%) / -2);
  margin-right: calc((100vw - 100%) / -2);
  padding: 0 calc((100vw - 100%) / 2);
  padding-bottom: 30px;
}

.services-and-promotions .services-offers-wrapper a {
  text-decoration: none;
  border: 1px solid #931111;
  box-sizing: border-box;
  box-shadow: 0px 8px 15px 3px rgba(200, 40, 40, 0.4);
}

.services-and-promotions .services-offers-wrapper a .service-box {
  width: 100%;
  min-width: 140px;
  height: 92px;
  left: 0px;
  background: #c82828;
  display: flex;
  justify-content: center;
  align-items: center;
}

.services-and-promotions
  .services-offers-wrapper
  a
  .service-box
  .services-inside-box {
  text-align: center;
}

.services-and-promotions
  .services-offers-wrapper
  a
  .service-box
  .services-inside-box
  .text-all {
  font-style: normal;
  font-weight: 800;
  font-size: 21px;
  line-height: 20px;
  text-transform: capitalize;
  color: #ffb727;
}

.services-and-promotions
  .services-offers-wrapper
  a
  .service-box
  .services-inside-box
  .text-promotion {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-transform: capitalize;
  color: #ffb727;
}

.services-and-promotions
  .services-offers-wrapper
  a
  .service-box
  .services-inside-box
  .img-promotion {
  margin-bottom: 8px;
}

.services-and-promotions
  .services-offers-wrapper
  a
  .service-box
  .services-inside-box
  .img-promotion
  svg
  path {
  fill: #ffb727;
}

.services-and-promotions .services-offers-wrapper a:not(:last-child) {
  margin-left: 8px;
}

.services-and-promotions .services-offers-wrapper a:hover {
  border: 1px solid #df8806;
  box-sizing: border-box;
  box-shadow: 0px 15px 15px 3px rgba(240, 180, 60, 0.46);
}

.services-and-promotions .services-offers-wrapper a:hover .service-box {
  transition: all 0.2s linear;
  background: #ffb727;
}

.services-and-promotions
  .services-offers-wrapper
  a:hover
  .service-box
  .services-inside-box
  .text-all {
  transition: all 0.2s linear;
  color: #c82828;
}

.services-and-promotions
  .services-offers-wrapper
  a:hover
  .service-box
  .services-inside-box
  .text-promotion {
  transition: all 0.2s linear;
  color: #c82828;
}

.services-and-promotions
  .services-offers-wrapper
  a:hover
  .service-box
  .services-inside-box
  .img-promotion
  svg
  path {
  transition: all 0.2s linear;
  fill: #c82828;
}

.rtl .services-and-promotions::after {
  background-image: linear-gradient(-97.21deg, #d12d28 0.37%, #f4b43e 70.77%);
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 3% 100%);
}

.rtl .services-and-promotions .title-promotions {
  font-style: initial;
  font-family: NotoKufiArabicBold !important;
}

.locator .background .container {
  max-width: 1440px;
  display: flex;
  justify-content: flex-end;
}

.locator .background .container .img-wrapper {
  width: 100%;
}

.locator .background .container .img-wrapper img {
  min-height: 430px;
  width: 100%;
}

@media (min-width: 1600px) {
  .locator .background .container {
    margin: 0 auto !important;
  }
}

@media (max-width: 1440px) {
  .locator .background .container {
    margin: 0;
    margin-right: 6%;
  }
}

@media (max-width: 1300px) {
  .locator .background .container {
    margin: 0;
    width: 100%;
    margin-right: 30px;
  }
}

@media (max-width: 1200px) {
  .locator .background .container {
    margin: 0;
    width: 100%;
    margin-right: 16px;
  }
}

@media (max-width: 992px) {
  .locator .background .container {
    margin: 0;
    width: 100%;
    margin-right: 24px;
  }
}

@media (max-width: 576px) {
  .locator .background .container {
    margin: 0;
    width: 100%;
    margin-right: 18px;
    padding-left: 0;
  }

  .locator .background .container .img-wrapper img {
    min-height: 220px;
  }
}

@media screen and (max-width: 540px) {
  .services-and-promotions::after {
    left: 15px;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
  }

  .services-and-promotions .title-promotions {
    font-size: 32px;
    line-height: 40px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1100px) {
  .services-and-promotions .title-promotions {
    font-size: 53px;
  }
}

.oil-products {
  margin-top: 80px;
}

.oil-products .swiper {
  overflow: visible !important;
}

.oil-products .parts-listing-wrapper {
  margin-bottom: 86px;
  justify-content: space-between;
}

.oil-products .parts-listing-wrapper .part-brand-logo {
  display: none;
}

.oil-products .parts-listing-wrapper.grid-view {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-top: -66px;
}

.oil-products .parts-listing-wrapper.grid-view .part-container {
  flex: 0 0 100%;
  margin-left: 20px;
  margin-top: 98px;
}

.oil-products .parts-listing-wrapper.list-view {
  margin-top: -66px;
}

.oil-products .parts-listing-wrapper.list-view .part-container {
  max-width: 100%;
  margin-top: 66px;
}

.oil-products .parts-listing-wrapper .part-container {
  max-width: 370px;
  max-height: 292px;
}

.oil-products .parts-listing-wrapper .part-container .part-wrap {
  display: flex;
  align-items: flex-end;
  position: relative;
}

.oil-products .parts-listing-wrapper .part-container .part-wrap .offer {
  font-family: NotoKufiArabic;
  flex: 0 0 82px;
  width: 82px;
  height: 74px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  padding: 5px;
  align-items: center;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 1.125rem;
  line-height: 1.33;
  font-weight: 800;
}

.oil-products .parts-listing-wrapper .part-container .part-wrap .offer.yellow {
  background-color: #ffb727;
}

.oil-products .parts-listing-wrapper .part-container .part-wrap .offer span {
  font-weight: 400;
}

.oil-products .parts-listing-wrapper .part-container .part-wrap .img-wrapper {
  flex: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 292px;
  margin-right: -24px;
  position: relative;
}

.oil-products
  .parts-listing-wrapper
  .part-container
  .part-wrap
  .img-wrapper:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #ffffff;
  border: 1px solid #ffffff;
  box-sizing: border-box;
  box-shadow: 0px 30px 32px rgba(0, 0, 0, 0.2);
  transform-origin: bottom;
  transform: skew(-10deg);
}

.oil-products
  .parts-listing-wrapper
  .part-container
  .part-wrap
  .img-wrapper
  > img {
  position: relative;
  z-index: 2;
  width: 189px;
  height: 189px;
  margin-right: 15px;
}

.oil-products .parts-listing-wrapper .part-container .part-wrap:after {
  content: "Lubricants";
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #ffffff;
  padding-right: 24px;
  font-style: italic;
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  position: absolute;
  bottom: -75px;
  width: 330px;
  height: 75px;
  background: #c82828;
  transform: skew(-10deg);
}

@media screen and (min-width: 540px) and (max-width: 992px) {
  .oil-products .parts-listing-wrapper .part-container {
    max-width: 335px;
  }

  .oil-products .parts-listing-wrapper .part-container .part-wrap:after {
    max-width: 303px;
  }

  .oil-products .parts-listing-wrapper .part-container .part-wrap .img-wrapper {
    max-width: 260px;
    min-height: 260px;
  }

  .oil-products
    .parts-listing-wrapper
    .part-container
    .part-wrap
    .img-wrapper
    img {
    width: 150px;
    height: 150px;
  }
}

@media screen and (max-width: 420px) {
  .oil-products .parts-listing-wrapper.grid-view {
    justify-content: space-around;
  }

  .oil-products .parts-listing-wrapper .part-container {
    max-width: 120px;
  }

  .oil-products .parts-listing-wrapper .part-container .part-wrap:after {
    max-width: 150px;
    max-height: 32px;
    bottom: -32px;
    font-size: 13px;
    line-height: 18px;
  }

  .oil-products .parts-listing-wrapper .part-container .part-wrap .img-wrapper {
    max-width: 157px;
    min-height: 157px;
  }

  .oil-products
    .parts-listing-wrapper
    .part-container
    .part-wrap
    .img-wrapper
    img {
    width: 101px;
    height: 101px;
  }

  .oil-products .parts-listing-wrapper .part-container .part-wrap .offer {
    flex: 0 0 40px;
    height: 32px;
  }
}

.oilandlubricant-faq {
  margin-bottom: 30px;
}

.oilandlubricant-faq .services-section {
  margin-bottom: 0;
}

.oilandlubricant-faq .faq-section:before {
  top: unset;
  bottom: 0px !important;
  margin-bottom: 50px;
  height: 505px;
  clip-path: polygon(0 0, 100% 20%, 100% 80%, 0% 100%);
}

.international-aspiration
  .retail-aspiration
  .free-oil-big
  .detailed-service-card:before {
  clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0 100%);
}

.international-aspiration
  .retail-aspiration
  .free-oil-big
  .detailed-service-card
  .detailed-card-header
  .card-img
  .mini-card {
  display: inline-flex;
}

.international-aspiration
  .retail-aspiration
  .free-oil-big
  .detailed-service-card
  .detailed-card-header
  .card-img
  .mini-card
  .today {
  background: #f6f7fb;
  clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
  padding: 20px 0 16px 0;
  min-width: 130px;
}

.international-aspiration
  .retail-aspiration
  .free-oil-big
  .detailed-service-card
  .detailed-card-header
  .card-img
  .mini-card
  .vs {
  font-style: italic;
  font-weight: 800;
  font-size: 24px;
  line-height: 36px;
  direction: ltr;
  /* identical to box height */
  text-align: center;
  text-transform: capitalize;
  /* primary/black */
  color: #1b1b1b;
  font-family: "NotoKufiArabicBold";
}

.international-aspiration
  .retail-aspiration
  .free-oil-big
  .detailed-service-card
  .detailed-card-header
  .card-img
  .mini-card
  .future {
  padding: 20px 0 16px 0;
  min-width: 130px;
  position: relative;
}

.international-aspiration
  .retail-aspiration
  .free-oil-big
  .detailed-service-card
  .detailed-card-header
  .card-img
  .mini-card
  .future:after {
  content: "";
  position: absolute;
  background: #c82828;
  clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.international-aspiration
  .retail-aspiration
  .free-oil-big
  .detailed-service-card
  .detailed-card-header {
  height: auto;
  position: relative;
}

.international-aspiration
  .retail-aspiration
  .free-oil-big
  .detailed-service-card
  .detailed-card-header:after {
  position: absolute;
  content: "";
  background-image: linear-gradient(97.21deg, #d12d28 0.37%, #f4b43e 70.77%);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 11;
  clip-path: polygon(0 0, 100% 10%, 100% 0);
}

.international-aspiration
  .retail-aspiration
  .free-oil-big
  .detailed-service-card
  .detailed-card-header
  .card-link-wrapper
  .red:after {
  background: #c82828;
}

.international-aspiration
  .retail-aspiration
  .free-oil-big
  .detailed-service-card
  .card-img
  .img-text {
  place-content: center;
}

.rtl
  .international-aspiration
  .retail-aspiration
  .free-oil-big
  .detailed-service-card
  .detailed-card-header:after {
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 10%);
  background-image: linear-gradient(97.21deg, #f0b43c 0.37%, #d12d28 70.77%);
}

.our-growth-title .services-and-promotions:after {
  bottom: 0;
}

.our-growth-title .services-and-promotions .title-promotions {
  padding-bottom: 8px;
}

.our-growth-title .services-and-promotions .sous-title {
  font-family: "NotoKufiArabic";
  font-weight: 500;
  font-size: 24px;
  line-height: 35px;
  letter-spacing: 0em;
  margin-top: 16px;
  /* identical to box height */
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  text-transform: capitalize;
  max-width: 1033px;
  /* primary/white */
  color: #ffffff;
  padding-bottom: 40px;
}

.our-growth-title .services-and-promotions .sous-title a {
  color: #c82828;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .our-growth-title .services-and-promotions .sous-title {
    padding-right: 24px;
    font-size: 16px;
    line-height: 28px;
  }
}

.retail-aspiration .free-oil-big .retail-title {
  font-weight: 800;
  font-size: 40px;
  line-height: 60px;
  /* identical to box height */
  font-style: italic;
  letter-spacing: 0;
  font-family: "NotoKufiArabicBold";
  display: flex;
  align-items: center;
  text-transform: capitalize;
  /* Primary/red */
  color: #c82828;
  margin-top: 60px;
}

.retail-aspiration .free-oil-big .retail-soustitle {
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  /* identical to box height, or 175% */
  /* primary/black */
  color: #1b1b1b;
  margin-bottom: 32px;
}

.retail-aspiration .free-oil-big .container-background {
  margin-top: 32px;
}

.retail-aspiration .free-oil-big .retail-row {
  padding-bottom: 32px;
}

.retail-aspiration .free-oil-big .detailed-service-card {
  position: relative;
  max-width: 350px;
}

.retail-aspiration .free-oil-big .detailed-service-card:before {
  position: absolute;
  content: "";
  background: #ffffff;
  top: 15%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  border: 1px solid #e6e8ec;
}

.retail-aspiration .free-oil-big .detailed-service-card:after {
  content: "";
  background-color: #c82828;
  height: 8px;
  margin-top: 20px;
  z-index: 10;
}

.retail-aspiration .free-oil-big .detailed-service-card .detailed-card-header {
  padding-right: 0;
  display: unset;
  flex-direction: column;
  justify-content: unset;
}

.retail-aspiration
  .free-oil-big
  .detailed-service-card
  .detailed-card-header
  .card-link-wrapper
  .service-card-link {
  padding-bottom: 0;
}

.retail-aspiration
  .free-oil-big
  .detailed-service-card
  .detailed-card-header
  .card-link-wrapper
  .service-card-link
  img {
  margin-right: 0px;
  padding: 20px 39px 16px 38px;
}

.retail-aspiration
  .free-oil-big
  .detailed-service-card
  .detailed-card-header
  .card-img {
  text-align: -webkit-center;
  position: unset;
}

.retail-aspiration
  .free-oil-big
  .detailed-service-card
  .detailed-card-header
  .card-img
  .img-wrapper {
  display: inline-block;
  position: relative;
}

.retail-aspiration
  .free-oil-big
  .detailed-service-card
  .detailed-card-header
  .card-img
  .img-wrapper:before {
  position: absolute;
  content: "";
  background-image: linear-gradient(97.21deg, #d12d28 0.37%, #f4b43e 70.77%);
  top: 0;
  left: 0;
  right: 0;
  bottom: -2px;
  z-index: 11;
  clip-path: polygon(0 100%, 100% 100%, 100% 85%, 0 96%);
}

.retail-aspiration
  .free-oil-big
  .detailed-service-card
  .detailed-card-header
  .card-img
  .img-wrapper
  img {
  max-width: 269px;
}

.retail-aspiration
  .free-oil-big
  .detailed-service-card
  .detailed-card-header
  .card-img
  .country-img {
  background: #ffffff;
  box-shadow: 8.28663px 8.28663px 24.8599px rgba(0, 0, 0, 0.05);
  width: 72px;
  height: 72px;
  border-radius: 50%;
  margin-top: 30px;
}

.retail-aspiration
  .free-oil-big
  .detailed-service-card
  .detailed-card-header
  .card-img
  .mini-card {
  display: inline-flex;
  padding: 0 15px;
}

.retail-aspiration
  .free-oil-big
  .detailed-service-card
  .detailed-card-header
  .card-img
  .mini-card
  .today {
  background: #f6f7fb;
  clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
  padding: 20px 28px;
  max-width: 130px;
  max-height: 156px;
  height: 100%;
  width: 100%;
}

.retail-aspiration
  .free-oil-big
  .detailed-service-card
  .detailed-card-header
  .card-img
  .mini-card
  .today
  .today_text {
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  align-items: center;
  text-align: center;
  color: #1b1b1b;
  margin-bottom: 8px;
  font-family: "NotoKufiArabic";
  font-weight: 600;
}

.retail-aspiration
  .free-oil-big
  .detailed-service-card
  .detailed-card-header
  .card-img
  .mini-card
  .today
  .today_value {
  font-size: 28px;
  line-height: 28px;
  align-items: center;
  text-align: center;
  color: #1b1b1b;
  margin-bottom: 0;
  font-family: "NotoKufiArabicBold";
  font-style: normal;
  font-weight: 800;
}

.retail-aspiration
  .free-oil-big
  .detailed-service-card
  .detailed-card-header
  .card-img
  .mini-card
  .vs {
  direction: ltr;
  font-style: italic;
  font-weight: 800;
  /* identical to box height */
  text-align: center;
  text-transform: capitalize;
  /* primary/black */
  color: #1b1b1b;
  font-family: "NotoKufiArabicBold";
  font-size: 24px;
  line-height: 36px;
  align-items: center;
}

.retail-aspiration
  .free-oil-big
  .detailed-service-card
  .detailed-card-header
  .card-img
  .mini-card
  .future_shadow {
  filter: drop-shadow(0px 30px 32px rgba(200, 40, 40, 0.8));
}

.retail-aspiration
  .free-oil-big
  .detailed-service-card
  .detailed-card-header
  .card-img
  .mini-card
  .future {
  padding: 20px 28px;
  max-width: 130px;
  max-height: 156px;
  width: 100%;
  height: 100%;
  position: relative;
}

.retail-aspiration
  .free-oil-big
  .detailed-service-card
  .detailed-card-header
  .card-img
  .mini-card
  .future:after {
  content: "";
  position: absolute;
  background: linear-gradient(95.49deg, #f0b43c 0%, #c82828 72.49%);
  clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.retail-aspiration
  .free-oil-big
  .detailed-service-card
  .detailed-card-header
  .card-img
  .mini-card
  .future
  .future_text {
  font-family: "NotoKufiArabic";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  align-items: center;
  text-align: center;
  color: #ffffff;
  margin-bottom: 8px;
}

.retail-aspiration
  .free-oil-big
  .detailed-service-card
  .detailed-card-header
  .card-img
  .mini-card
  .future
  .future_value {
  font-family: "NotoKufiArabicBold";
  font-style: normal;
  font-weight: 800;
  font-size: 28px;
  line-height: 28px;
  align-items: center;
  text-align: center;
  color: #ffffff;
  margin-bottom: 0;
}

.retail-aspiration
  .free-oil-big
  .detailed-service-card
  .detailed-card-header
  .card-img
  img {
  width: unset;
  height: unset;
  position: relative;
  padding-top: 24px;
}

.retail-aspiration
  .free-oil-big
  .detailed-service-card
  .detailed-card-header
  .card-img
  .img-text {
  font-style: normal;
  font-size: 20px;
  line-height: 24px;
  /* or 120% */
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  /* primary/black */
  color: #1b1b1b;
  padding: 20px 15px;
  min-height: 86px;
  font-family: "NotoKufiArabicBold";
  font-weight: 700;
}

.retail-aspiration
  .free-oil-big
  .detailed-service-card
  .detailed-card-header
  .vs {
  display: flex;
}

.retail-aspiration
  .free-oil-big
  .detailed-service-card
  .detailed-card-header
  .vs
  .versus {
  font-style: italic;
  font-weight: 800;
  font-size: 24px;
  line-height: 36px;
  /* identical to box height */
  text-align: center;
  text-transform: capitalize;
  /* primary/black */
  color: #1b1b1b;
}

.retail-aspiration
  .free-oil-big
  .detailed-service-card
  .detailed-card-header
  .service-card-link {
  width: unset;
  display: inline-flex;
  justify-content: center;
  position: absolute;
  height: calc(100% + 96px);
  align-items: center;
}

.retail-aspiration
  .free-oil-big
  .detailed-service-card
  .detailed-card-header
  .service-card-link:after {
  transform: skew(-10deg);
}

.retail-aspiration
  .free-oil-big
  .detailed-service-card
  .detailed-card-header
  .grey:after {
  background: #f6f7fb;
}

@media screen and (max-width: 991px) {
  .retail-aspiration .free-oil-big .retail-row .col-4 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .retail-aspiration .free-oil-big .container-background {
    padding: 20px;
  }
}

@media screen and (max-width: 1200px) {
  .retail-aspiration
    .free-oil-big
    .detailed-service-card
    .detailed-card-header
    .card-img
    .img-text {
    min-height: 134px;
  }

  .retail-aspiration
    .free-oil-big
    .detailed-service-card
    .detailed-card-header
    .card-img
    .mini-card {
    display: block !important;
  }

  .retail-aspiration
    .free-oil-big
    .detailed-service-card
    .detailed-card-header
    .card-img
    .mini-card
    .vs {
    justify-content: center;
    margin-bottom: 20px;
  }

  .retail-aspiration
    .free-oil-big
    .detailed-service-card
    .detailed-card-header
    .card-img
    .mini-card
    .today,
  .retail-aspiration
    .free-oil-big
    .detailed-service-card
    .detailed-card-header
    .card-img
    .mini-card
    .future {
    max-width: initial;
    max-height: initial;
    height: initial;
  }
}

@media screen and (max-width: 768px) {
  .retail-aspiration .free-oil-big .retail-title {
    font-size: 28px;
    line-height: 45px;
  }
}

.rtl .retail-aspiration .free-oil-big .retail-title {
  font-family: NotoKufiArabic !important;
}

.rtl
  .retail-aspiration
  .free-oil-big
  .detailed-service-card
  .detailed-card-header
  .card-img
  .img-wrapper:before {
  transform: matrix(-1, 0, 0, 1, 0, 0);
  background-image: linear-gradient(97.21deg, #d12d28 0.37%, #f4b43e 70.77%);
}

.rtl
  .retail-aspiration
  .free-oil-big
  .detailed-service-card
  .detailed-card-header
  .card-img
  .mini-card
  .future:after {
  clip-path: polygon(0 0, 85% 0, 100% 100%, 15% 100%);
}

.rtl
  .retail-aspiration
  .free-oil-big
  .detailed-service-card
  .detailed-card-header
  .card-img
  .mini-card
  .today {
  clip-path: polygon(0 0, 85% 0, 100% 100%, 15% 100%);
}

.our-blending-plants {
  position: relative;
}

.our-blending-plants:after {
  position: absolute;
  content: "";
  background: #f0b43c;
  top: 0;
  left: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  clip-path: polygon(0 0, 100% 0, 100% 20%, 0 45%);
  width: 100%;
}

.our-blending-plants .blanding-container {
  margin-top: -40px;
  padding-top: 80px;
}

.our-blending-plants .blanding-container .heading-image {
  width: 100%;
}

.our-blending-plants .blanding-container .our-plant-text {
  margin-top: 140px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  /* or 175% */
  /* primary/black */
  color: #1b1b1b;
}

.our-blending-plants .blanding-container .section-heading {
  margin-bottom: 0;
}

.our-blending-plants .blanding-container .section-heading .heading-title {
  font-weight: 800;
  font-size: 56px;
  line-height: 56px;
  -webkit-text-fill-color: white;
  text-transform: capitalize;
}

.our-blending-plants .blanding-container .section-heading .heading-sous-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  display: flex;
  align-items: center;
  /* primary/black */
  color: #1b1b1b;
}

.rtl .our-blending-plants:after {
  background-image: linear-gradient(-97.21deg, #d12d28 0.37%, #f4b43e 70.77%);
  clip-path: polygon(0 0, 100% 0, 100% 45%, 0 20%);
}

.rtl .section-heading .heading-title {
  line-height: unset;
  width: 100%;
}

@media screen and (min-width: 992px) {
  .our-blending-plants .blanding-container .heading-image {
    margin-top: 140px;
  }
}

@media screen and (max-width: 764px) {
  .our-blending-plants
    .blanding-container
    .section-heading
    .heading-sous-title {
    max-width: 65%;
  }
}

@media screen and (min-width: 570px) and (max-width: 764px) {
  .our-blending-plants
    .blanding-container
    .section-heading
    .heading-sous-title {
    max-width: 90%;
  }
}

.partnerships-goal .section-partnership .first-heading-sous-link {
  background: linear-gradient(95.49deg, #c82828 0%, #f0b43c 72.49%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: NotoKufiArabic;
  font-weight: 800;
  font-size: 56px;
  line-height: 56px;
  text-transform: capitalize;
}

.partnerships-goal .section-partnership .first-heading-sous-link::after {
  background-color: #f0b43c;
}

.partnerships-goal .goals-text {
  font-family: NotoKufiArabic;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  /* or 175% */
  /* primary/black */
  color: #1b1b1b;
  width: 933px;
  /* Inside Auto Layout */
  flex: none;
  order: 1;
  flex-grow: 0;
  margin: 32px 0px;
  display: inline;
}

.partnerships-goal .goals-text .underline {
  font-weight: bolder;
  text-decoration: underline;
}

.partnerships-goal .oil-products .products-wrapper .part-container {
  max-height: 400px;
}

.partnerships-goal .oil-products .products-wrapper .part-container .part-wrap {
  flex-direction: row-reverse;
  width: 375px;
}

.partnerships-goal
  .oil-products
  .products-wrapper
  .part-container
  .part-wrap
  .offer.yellow {
  bottom: 110px;
  margin-left: -84px;
  width: 106px;
  height: 58px;
  font-size: 32px;
  line-height: 48px;
  font-style: italic;
  min-width: 106px;
  padding-right: 30px;
}

.partnerships-goal
  .oil-products
  .products-wrapper
  .part-container
  .part-wrap
  .offer.yellow
  a {
  width: 106px;
  text-align: end;
  padding-left: 25px;
}

.partnerships-goal
  .oil-products
  .products-wrapper
  .part-container
  .part-wrap:after {
  display: none;
}

.partnerships-goal
  .oil-products
  .products-wrapper
  .part-container
  .img-wrapper {
  display: revert;
  text-align: center;
  height: 400px;
  position: relative;
}

.partnerships-goal
  .oil-products
  .products-wrapper
  .part-container
  .img-wrapper:after {
  content: "";
  position: absolute;
  z-index: -3;
  left: 0;
  top: 0;
  height: 90%;
  width: 90%;
  background: #c82828;
  clip-path: polygon(0 100%, 100% 0, calc(100% - 0px) 100%, 0 100%);
}

@media screen and (max-width: 575px) {
  .partnerships-goal
    .oil-products
    .products-wrapper
    .part-container
    .img-wrapper:after {
    left: 12px;
  }
}

@media screen and (max-width: 408px) {
  .partnerships-goal
    .oil-products
    .products-wrapper
    .part-container
    .img-wrapper:after {
    left: 51px;
    width: 80%;
  }
}

.partnerships-goal
  .oil-products
  .products-wrapper
  .part-container
  .img-wrapper:before {
  z-index: -2;
  width: 330px;
}

@media screen and (max-width: 575px) {
  .partnerships-goal
    .oil-products
    .products-wrapper
    .part-container
    .img-wrapper:before {
    width: 310px;
  }
}

@media screen and (max-width: 408px) {
  .partnerships-goal
    .oil-products
    .products-wrapper
    .part-container
    .img-wrapper:before {
    width: 270px;
  }
}

.partnerships-goal
  .oil-products
  .products-wrapper
  .part-container
  .img-wrapper
  .initial-img {
  z-index: 2;
  width: unset;
  height: unset;
  padding: 10px 80px;
  margin-top: 10px;
  margin-top: 32px;
}

.partnerships-goal
  .oil-products
  .products-wrapper
  .part-container
  .img-wrapper
  .rectangle {
  width: unset;
  height: unset;
  margin-right: 0px;
  margin-top: -14px;
  visibility: hidden;
}

.partnerships-goal
  .oil-products
  .products-wrapper
  .part-container
  .img-wrapper
  .text {
  font-size: 24px;
  line-height: 36px;
  align-items: center;
  text-transform: capitalize;
  color: #c82828;
  height: 36px;
  padding-bottom: 100px;
  text-align: -webkit-left;
  margin-right: 53px;
  font-weight: 800;
  margin-left: 60px;
  font-family: "NotoKufiArabicBold";
  font-style: italic;
  margin-top: 30px;
}

@media screen and (max-width: 408px) {
  .partnerships-goal
    .oil-products
    .products-wrapper
    .part-container
    .img-wrapper
    .text {
    padding-left: 50px;
  }
}

.partnerships-goal .oil-products .style1 .offer.yellow {
  background-color: #c82828 !important;
}

.partnerships-goal .oil-products .goals-second-part .first-heading-sous-link {
  color: #f0b43c;
  text-align: left;
}

.partnerships-goal
  .oil-products
  .goals-second-part
  .first-heading-sous-link:after {
  background-color: #f0b43c;
}

.partnerships-goal
  .oil-products
  .goals-second-part
  .part-container
  .part-wrap
  .offer.yellow {
  background-color: #f0b43c;
}

.partnerships-goal
  .oil-products
  .goals-second-part
  .part-container
  .img-wrapper:after {
  content: "";
  position: absolute;
  z-index: -3;
  left: 0;
  top: 0;
  height: 90%;
  width: 90%;
  background: linear-gradient(95.49deg, #f0b43c 0%, #c82828 72.49%);
  clip-path: polygon(0 100%, 100% 0, calc(100% - 0px) 100%, 0 100%);
}

@media screen and (max-width: 575px) {
  .partnerships-goal
    .oil-products
    .goals-second-part
    .part-container
    .img-wrapper:after {
    left: 12px;
  }
}

@media screen and (max-width: 408px) {
  .partnerships-goal
    .oil-products
    .goals-second-part
    .part-container
    .img-wrapper:after {
    left: 51px;
    width: 80%;
  }
}

.initiative-wrapper {
  margin-top: 72px;
  max-width: 375px;
  max-height: 400px;
  min-height: 400px;
  position: relative;
}

.initiative-wrapper .white-bg {
  position: absolute;
  background: #ffffff;
  border: 1px solid #e6e8ec;
  box-sizing: border-box;
  transform-origin: bottom;
  transform: skew(-10deg);
  box-shadow: 0px 40px 32px rgba(15, 15, 15, 0.05);
  z-index: -1;
  top: 0;
  right: 0;
  left: 19%;
  bottom: 0;
}

.initiative-wrapper .red-bg {
  position: absolute;
  background: #c82828;
  z-index: -2;
  top: 0;
  left: 0;
  bottom: 48px;
  width: 50%;
}

.initiative-wrapper .yellow-bg {
  position: absolute;
  background: #f0b43c;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 48px;
  width: 50%;
}

.initiative-wrapper .imgs {
  text-align: center;
  padding-top: 12px;
  padding-bottom: 14px;
  z-index: 1;
  width: 90%;
  margin-right: auto;
  margin-left: 0;
}

.initiative-wrapper .text-wrapper {
  display: flex;
  justify-content: center;
  margin-right: -10%;
}

.initiative-wrapper .text-wrapper .text {
  font-size: 24px;
  line-height: 36px;
  text-transform: capitalize;
  color: #c82828;
  height: 36px;
  text-align: -webkit-left;
  font-weight: 800;
  font-family: "NotoKufiArabicBold";
  font-style: italic;
  max-width: 220px;
}

.initiative-wrapper .offer {
  width: 106px;
  height: 56px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background-color: #c82828;
  box-shadow: 0px 30px 32px -24px rgba(200, 40, 40, 0.5);
  margin-bottom: 16px;
}

.initiative-wrapper .offer.yellow {
  background-color: #ffb727;
}

.initiative-wrapper .offer span {
  font-family: NotoKufiArabic;
  font-weight: 400;
  font-style: italic;
  color: #ffffff;
  font-weight: 800;
  font-size: 32px;
  line-height: 48px;
  text-transform: uppercase;
  padding-left: 24px;
}

.rtl .initiative-wrapper .white-bg {
  transform: skew(10deg);
}

.partnerships-goal .oil-products .style2 .initiative-wrapper .red-bg {
  background: #ffb727 !important;
}

.rtl .oil-products .products-wrapper .part-container .part-wrap {
  width: 370px;
}

.rtl .oil-products .products-wrapper .part-container .part-wrap .offer.yellow {
  position: absolute;
  right: 40px;
}

.rtl .oil-products .products-wrapper .part-container .img-wrapper .initial-img {
  left: -65px;
}

.rtl .oil-products .products-wrapper .part-container .img-wrapper:after {
  clip-path: polygon(0 100%, -1% 0, 104% 100%, -23% 105%);
  left: -70px;
}

.rtl
  .partnerships-goal
  .oil-products
  .goals-second-part
  .part-container
  .img-wrapper:after {
  clip-path: polygon(0 100%, -1% 0, 104% 100%, -23% 105%);
  left: -70px;
}

.rtl
  .partnerships-goal
  .oil-products
  .goals-second-part
  .part-container
  .part-wrap
  .offer.yellow {
  position: absolute;
  right: 40px;
}

@media screen and (min-width: 992px) {
  .rtl .oil-products .products-wrapper .part-container .part-wrap,
  .rtl .oil-products .parts-listing-wrapper .part-container .part-wrap {
    width: 370px;
  }

  .rtl .oil-products .products-wrapper .part-container .part-wrap .offer.yellow,
  .rtl
    .oil-products
    .parts-listing-wrapper
    .part-container
    .part-wrap
    .offer.yellow {
    position: absolute;
    right: -40px;
  }

  .rtl .oil-products .products-wrapper .part-container .img-wrapper .text,
  .rtl .oil-products .parts-listing-wrapper .part-container .img-wrapper .text {
    margin-left: 60px !important;
  }

  .rtl
    .oil-products
    .products-wrapper
    .part-container
    .img-wrapper
    .initial-img,
  .rtl
    .oil-products
    .parts-listing-wrapper
    .part-container
    .img-wrapper
    .initial-img {
    left: 0 !important;
  }

  .rtl .oil-products .products-wrapper .part-container .img-wrapper:after,
  .rtl .oil-products .parts-listing-wrapper .part-container .img-wrapper:after {
    clip-path: polygon(0 100%, -1% 0, 104% 100%, -23% 105%);
    left: 0 !important;
  }

  .rtl
    .partnerships-goal
    .oil-products
    .goals-second-part
    .part-container
    .img-wrapper:after,
  .rtl
    .partnerships-goal
    .oil-products
    .parts-listing-wrapper
    .part-container
    .img-wrapper:after {
    clip-path: polygon(0 100%, -1% 0, 104% 100%, -23% 105%);
    left: 0px !important;
  }

  .rtl
    .partnerships-goal
    .oil-products
    .goals-second-part
    .part-container
    .img-wrapper:before,
  .rtl
    .partnerships-goal
    .oil-products
    .parts-listing-wrapper
    .part-container
    .img-wrapper:before {
    transform-origin: top !important;
  }

  .rtl
    .partnerships-goal
    .oil-products
    .goals-second-part
    .part-container
    .part-wrap
    .offer.yellow,
  .rtl
    .partnerships-goal
    .oil-products
    .parts-listing-wrapper
    .part-container
    .part-wrap
    .offer.yellow {
    position: absolute;
    right: -40px !important;
  }

  .partnerships-goal
    .oil-products
    .products-wrapper
    .part-container
    .part-wrap
    .offer.yellow {
    position: absolute;
    left: -40px !important;
  }
}

@media screen and (min-width: 820px) and (max-width: 992px) {
  .oil-products .parts-listing-wrapper .part-container {
    max-width: unset;
  }

  .oil-products .parts-listing-wrapper .part-container .part-wrap .img-wrapper {
    max-width: unset;
    min-height: unset;
  }
}

@media screen and (min-width: 768px) and (max-width: 819px) {
  .rtl
    .partnerships-goal
    .oil-products
    .products-wrapper
    .part-container
    .img-wrapper
    .text {
    margin-top: 120px;
  }
}

@media screen and (max-width: 768px) {
  .partnerships-goal .section-partnership .first-heading-sous-link {
    font-size: 32px;
    line-height: 40px;
  }

  .partnerships-goal .oil-products {
    width: 100%;
    overflow: hidden;
  }

  .partnerships-goal .oil-products .products-wrapper .part-container {
    max-width: unset;
  }

  .partnerships-goal
    .oil-products
    .products-wrapper
    .part-container
    .part-wrap {
    flex-direction: unset;
  }

  .partnerships-goal
    .oil-products
    .products-wrapper
    .part-container
    .part-wrap
    .offer.yellow {
    margin-bottom: initial;
    bottom: 140px;
    position: absolute;
  }

  .partnerships-goal
    .oil-products
    .products-wrapper
    .part-container
    .img-wrapper {
    max-width: unset;
    margin-right: 5px;
  }

  .partnerships-goal
    .oil-products
    .products-wrapper
    .part-container
    .img-wrapper
    .text {
    margin-top: 40px;
  }

  .partnerships-goal .parts-listing-wrapper.grid-view {
    margin-left: 0px;
  }

  .partnerships-goal .parts-listing-wrapper.grid-view .part-container {
    margin-left: 0px;
  }

  .partnerships-goal .first-heading-sous-link {
    font-size: 28px !important;
    line-height: 34px !important;
  }

  .rtl
    .oil-products
    .products-wrapper
    .part-container
    .img-wrapper
    .initial-img {
    left: -30px;
  }

  .rtl .oil-products .products-wrapper .part-container .part-wrap {
    padding-left: 40px;
  }

  .rtl
    .oil-products
    .products-wrapper
    .part-container
    .part-wrap
    .offer.yellow {
    right: -16px;
  }

  .rtl
    .partnerships-goal
    .oil-products
    .goals-second-part
    .part-container
    .part-wrap
    .offer.yellow {
    right: -16px;
  }
}

@media screen and (max-width: 540px) {
  .partnerships-goal .oil-products .products-wrapper .part-container {
    max-width: 350px;
  }

  .partnerships-goal
    .oil-products
    .products-wrapper
    .part-container
    .part-wrap {
    width: 100%;
  }

  .partnerships-goal
    .oil-products
    .products-wrapper
    .part-container
    .img-wrapper:after {
    left: 20px;
    width: 80%;
  }

  .partnerships-goal
    .oil-products
    .products-wrapper
    .part-container
    .img-wrapper
    .text {
    margin-top: 70px;
  }

  .rtl
    .partnerships-goal
    .oil-products
    .products-wrapper
    .part-container
    .img-wrapper:after {
    left: 0;
  }

  .rtl
    .partnerships-goal
    .oil-products
    .products-wrapper
    .part-container
    .img-wrapper::before {
    transform-origin: initial;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .partnerships-goal .oil-products .products-wrapper .part-container {
    max-width: 300px;
  }

  .partnerships-goal
    .oil-products
    .products-wrapper
    .part-container
    .part-wrap {
    width: 100%;
  }

  .partnerships-goal
    .oil-products
    .products-wrapper
    .part-container
    .part-wrap
    .offer {
    right: -30px !important;
  }

  .partnerships-goal
    .oil-products
    .products-wrapper
    .part-container
    .img-wrapper:after {
    left: 0 !important;
    width: 80%;
  }

  .partnerships-goal
    .oil-products
    .products-wrapper
    .part-container
    .img-wrapper:before {
    transform-origin: center;
    width: 285px;
  }

  .rtl
    .oil-products
    .products-wrapper
    .part-container
    .img-wrapper
    .initial-img {
    left: -25px !important;
  }
}

.partnerships-goal
  .oil-products
  .products-wrapper.style2
  .part-container
  .img-wrapper
  .text {
  margin-top: 58px;
}

@media screen and (min-width: 350px) and (max-width: 992px) {
  .partnerships-goal
    .oil-products
    .products-wrapper.style2
    .part-container
    .img-wrapper
    .text {
    margin-top: 70px;
  }
}

@media screen and (min-width: 350px) and (max-width: 992px) {
  .sector-regulations
    .offices-section
    .service-package-wrapper
    .service-package
    .main-card-wrapper
    .package-content
    .package-content-body {
    padding-left: 50px !important;
  }

  .partnerships-goal
    .oil-products
    .products-wrapper
    .part-container
    .img-wrapper
    .text,
  .partnerships-goal
    .oil-products
    .products-wrapper.style2
    .part-container
    .img-wrapper
    .text {
    font-size: 20px;
    line-height: 32px;
  }
}

.sector-regulations {
  overflow: hidden;
}

.sector-regulations .offices-section .offices {
  padding-bottom: 80px;
}

.sector-regulations .offices-section .offices:after {
  clip-path: initial;
}

.sector-regulations .offices-section .offices .section-heading {
  display: block;
}

.sector-regulations
  .offices-section
  .offices
  .section-heading
  .regulations-mini-title {
  font-weight: 800;
  /* identical to box height, or 100% */
  text-transform: capitalize;
  /* primary/white */
  color: #ffffff;
  margin: 92px 0 32px;
  display: flex;
  align-items: center;
  font-family: NotoKufiArabicBold;
  font-style: italic;
  font-size: 56px;
  line-height: 56px;
}

.sector-regulations
  .offices-section
  .offices
  .section-heading
  .regulations-mini-title::after {
  content: "";
  display: inline-block;
  flex: 1;
  height: 2px;
  vertical-align: middle;
  margin: 0 8px;
  background-color: #fff;
  transition: width 0.1s linear;
}

.sector-regulations .offices-section .service-package-wrapper .service-package {
  margin-bottom: 32px;
  padding-bottom: initial;
}

.sector-regulations
  .offices-section
  .service-package-wrapper
  .service-package
  .main-card-wrapper {
  padding: 0;
  margin-right: 15px;
  display: flex;
  filter: drop-shadow(0px 30px 32px rgba(200, 40, 40, 0.5));
}

.sector-regulations
  .offices-section
  .service-package-wrapper
  .service-package
  .main-card-wrapper:after {
  display: none;
}

.sector-regulations
  .offices-section
  .service-package-wrapper
  .service-package
  .main-card-wrapper:before {
  top: 24px;
  right: 15%;
  left: 0;
  bottom: 0;
  background-color: #c82828;
  clip-path: polygon(6% 0, 100% 0%, 94% 100%, 0% 100%);
  transform: initial;
}

.sector-regulations
  .offices-section
  .service-package-wrapper
  .service-package
  .main-card-wrapper
  .img-content-wrapper {
  width: 293px;
  height: 222px;
  background-color: #ffffff;
  clip-path: polygon(15% 0, 100% 0%, 85% 100%, 0% 100%);
  box-shadow: 0px 40px 32px rgba(15, 15, 15, 0.05);
  display: flex;
  justify-content: center;
  align-items: center;
}

.sector-regulations
  .offices-section
  .service-package-wrapper
  .service-package
  .main-card-wrapper
  .img-content-wrapper
  .img-wrapper {
  width: 100%;
  height: 100%;
  flex: initial;
  margin-left: initial;
}

.sector-regulations
  .offices-section
  .service-package-wrapper
  .service-package
  .main-card-wrapper
  .img-content-wrapper
  .img-wrapper
  img {
  width: 100%;
  height: 100%;
}

.sector-regulations
  .offices-section
  .service-package-wrapper
  .service-package
  .main-card-wrapper
  .package-content {
  padding-top: 76px;
  padding-bottom: 50px;
  padding-left: 8%;
}

.sector-regulations
  .offices-section
  .service-package-wrapper
  .service-package
  .main-card-wrapper
  .package-content
  .package-content-body {
  color: #ffffff;
  margin-right: 0;
  padding-left: 30px !important;
  padding-right: 30px !important;
  font-family: "NotoKufiArabic";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  text-align: justify;
  display: block;
}

.sector-regulations
  .offices-section
  .service-package-wrapper
  .service-package
  .main-card-wrapper
  .package-content
  .package-content-body
  .section-heading {
  margin-bottom: 0;
  margin-top: 16px;
}

.sector-regulations
  .offices-section
  .service-package-wrapper
  .service-package
  .main-card-wrapper
  .package-content
  .package-content-body
  .section-heading
  a {
  color: #ffb727;
}

.sector-regulations
  .offices-section
  .service-package-wrapper
  .service-package
  .main-card-wrapper
  .package-content
  .package-content-body
  .section-heading
  a:before {
  margin-right: 0;
}

@media screen and (max-width: 992px) {
  .sector-regulations {
    margin-bottom: 63px;
    overflow: hidden;
  }

  .sector-regulations .offices-section .offices {
    padding-bottom: 80px;
  }

  .sector-regulations .offices-section .offices .section-heading {
    display: block;
  }

  .sector-regulations
    .offices-section
    .offices
    .section-heading
    .regulations-mini-title {
    font-weight: 800;
    font-size: 32px;
    /* identical to box height, or 100% */
    text-transform: capitalize;
    /* primary/white */
    color: #ffffff;
    margin: 32px 0;
    display: flex;
    align-items: center;
    font-family: NotoKufiArabicBold;
    font-style: italic;
    line-height: 48px;
  }

  .sector-regulations
    .offices-section
    .offices
    .section-heading
    .regulations-mini-title::after {
    content: "";
    display: inline-block;
    flex: 1;
    height: 2px;
    vertical-align: middle;
    margin: 0 8px;
    background-color: #fff;
    transition: width 0.1s linear;
  }

  .sector-regulations
    .offices-section
    .service-package-wrapper
    .service-package {
    margin-bottom: 32px;
    padding-bottom: initial;
    max-width: initial;
  }

  .sector-regulations
    .offices-section
    .service-package-wrapper
    .service-package
    .main-card-wrapper {
    margin-right: 0;
    display: block;
  }

  .sector-regulations
    .offices-section
    .service-package-wrapper
    .service-package
    .main-card-wrapper:before {
    top: 25%;
    right: 0;
    background-color: #c82828;
  }

  .sector-regulations
    .offices-section
    .service-package-wrapper
    .service-package
    .main-card-wrapper
    .img-content-wrapper {
    margin: auto;
  }

  .sector-regulations
    .offices-section
    .service-package-wrapper
    .service-package
    .main-card-wrapper
    .package-content {
    padding-top: 36px;
    padding-bottom: 36px;
    padding-left: 8%;
    padding-right: 8%;
  }

  .sector-regulations
    .offices-section
    .service-package-wrapper
    .service-package
    .main-card-wrapper
    .package-content
    .package-content-body {
    font-size: 16px;
    line-height: 24px;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .sector-regulations
    .offices-section
    .service-package-wrapper
    .service-package
    .main-card-wrapper:after {
    width: 90% !important;
    height: 100% !important;
    position: absolute;
  }

  .offices
    .service-packages-section
    .service-package
    .package-content
    .package-content-body {
    width: 100% !important;
  }

  .offices .service-package-wrapper {
    display: block;
  }

  .offices .service-package-wrapper .service-package {
    max-width: unset;
    padding-bottom: 40px;
  }

  .offices .service-package-wrapper .service-package .main-card-wrapper {
    flex-direction: unset;
  }

  .partnerships-goal
    .oil-products
    .products-wrapper
    .part-container
    .img-wrapper
    .text {
    margin-top: 60px;
  }
}

@media screen and (max-width: 768px) {
  .sector-regulations
    .offices-section
    .service-package-wrapper
    .service-package
    .main-card-wrapper:before {
    clip-path: polygon(10% 0, 100% 0%, 90% 100%, 0% 100%);
  }

  .sector-regulations
    .offices-section
    .service-package-wrapper
    .service-package
    .main-card-wrapper
    .img-content-wrapper {
    clip-path: polygon(10% 0, 100% 0%, 90% 100%, 0% 100%);
    width: 244px;
    height: 188px;
  }

  .sector-regulations
    .offices-section
    .service-package-wrapper
    .service-package
    .main-card-wrapper
    .package-content {
    position: relative;
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
  }

  .rtl
    .sector-regulations
    .offices-section
    .service-package-wrapper
    .service-package
    .main-card-wrapper:before {
    clip-path: polygon(0 0, 90% 0, 100% 100%, 10% 100%) !important;
  }

  .rtl
    .sector-regulations
    .offices-section
    .service-package-wrapper
    .service-package
    .main-card-wrapper
    .img-content-wrapper {
    clip-path: polygon(0 0, 90% 0, 100% 100%, 10% 100%) !important;
  }
}

.rtl
  .partnerships-goal
  .oil-products
  .products-wrapper
  .part-container
  .img-wrapper
  .text {
  margin-left: 10px;
  text-align: right;
  float: left;
  max-width: 280px;
  font-style: normal !important;
}

@media screen and (min-width: 768px) {
  .rtl
    .partnerships-goal
    .oil-products
    .products-wrapper
    .part-container
    .img-wrapper
    .text {
    min-width: 240px;
    margin-left: 35px;
  }
}

.rtl
  .sector-regulations
  .offices-section
  .offices
  .section-heading
  .regulations-mini-title {
  font-style: normal;
}

.rtl
  .sector-regulations
  .offices-section
  .service-package-wrapper
  .service-package
  .main-card-wrapper:before {
  transform: initial !important;
  clip-path: polygon(0 0, 94% 0, 100% 100%, 6% 100%);
}

.rtl
  .sector-regulations
  .offices-section
  .service-package-wrapper
  .service-package
  .main-card-wrapper
  .img-content-wrapper {
  clip-path: polygon(0 0, 85% 0, 100% 100%, 15% 100%);
}

.section-search {
  width: 100%;
  height: 50%;
  border: 1px solid #eeeeee;
  border-style: ridge;
  display: flex;
  align-items: center;
  /* webkit solution */
  /* mozilla solution */
}

.section-search ::-webkit-input-placeholder {
  text-align: left;
}

.section-search input:-moz-placeholder {
  text-align: left;
}

.section-search .search-icon {
  margin-right: 20px;
}

.section-search .search-title {
  font-size: 16px;
  line-height: 24px;
  opacity: 40%;
  border: none !important;
  height: 100%;
  text-align: right;
  padding-right: 10px;
}

.section-search .search-title:focus,
.section-search .search-title:hover {
  outline: none;
}

.brands-part-listing-swiper {
  height: 100%;
  width: 100%;
  margin-bottom: 20px;
  overflow: visible;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.brands-part-container {
  width: 288px;
  margin: 40px auto 0;
}

.brands-part-card {
  width: 212px;
  height: 211px;
  display: flex;
  justify-content: center;
  align-content: center;
  background-color: #ffffff;
  padding: 24px 16px;
  box-shadow: 8px 8px 24px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease-in-out;
  z-index: 1;
  position: relative;
}

.brands-part-card a {
  position: absolute;
  bottom: 26px;
  right: -37px;
  z-index: 1111;
}

.brands-part-card-shadow {
  height: 94px;
  background: linear-gradient(94.33deg, #d12d28 50.52%, #f4b43e 89.17%);
  z-index: 0;
  margin-top: -80px;
  clip-path: polygon(60px 0, 100% 0, calc(100% - 60px) 100%, 0 100%);
  position: relative;
}

.brands-part-card-shadow a {
  position: absolute;
  top: 26px;
  left: 37px;
}

.brands-part-card-shadow:hover {
  color: #c82828;
}

.rtl .listing-section .brands-part-container .brands-part-card-shadow {
  clip-path: polygon(0px 0, 90% 0, calc(100% - 0px) 100%, 0 100%);
  margin-left: -20px;
  float: left;
}

.rtl .brands-part-card-shadow {
  clip-path: polygon(0 0, calc(100% - 60px) 0, 100% 100%, 60px 100%);
  background: linear-gradient(266deg, #d12d28 50.52%, #f4b43e 89.17%);
}

.brands-part-section {
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .rtl .download-center .brands-part-container .brands-part-card-shadow a {
    right: 20px;
  }
}

@media screen and (max-width: 992px) {
  .section-search {
    height: 150%;
  }

  .brands-part-section {
    overflow: hidden;
  }

  .brands-part-listing-swiper {
    justify-content: center;
    align-items: center;
  }

  .brands-part-listing .container {
    flex-wrap: initial;
  }

  .brands-part-listing .custom-pagination {
    padding-right: 0 !important;
  }
}

@media screen and (min-width: 992px) and (max-width: 1300px) {
  .brands-part-listing-swiper {
    padding: 0 130px;
  }
}

.parts-landing-section .section-heading {
  margin: 30px 30px 24px;
}

.parts-landing-section .section-heading .landing-heading-title {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #1b1b1b;
  padding-bottom: 0 !important;
  margin: auto 0 !important;
}

.parts-landing-section .parts-container {
  position: relative;
}

.parts-landing-section .parts-container:before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  bottom: 30px;
  right: 0;
  height: 90px;
  background: linear-gradient(180deg, #c82828 0%, #f0b43c 90%);
  clip-path: polygon(0 0, 100% 45%, 100% 100%, 0% 100%);
}

.parts-landing-section .parts-container .parts-form-wrapper {
  width: 100%;
  padding: 0px;
}

.parts-landing-section .parts-container .parts-form-wrapper .form-title {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
}

.parts-landing-section .parts-container .parts-form-wrapper .form-selectors {
  display: flex;
  justify-content: space-between;
  padding: 0 30px 30px;
}

.parts-landing-section
  .parts-container
  .parts-form-wrapper
  .form-selectors
  .select-big-div {
  padding: 0 16px;
  min-width: 250px;
  min-height: 70px;
  background: #c82828;
  border: 1px solid #931111;
  box-sizing: border-box;
  box-shadow: 0px 30px 32px -24px rgba(72, 33, 33, 0.5);
  color: #ffffff;
  position: relative;
  display: flex;
  align-items: center;
}

.parts-landing-section
  .parts-container
  .parts-form-wrapper
  .form-selectors
  .select-big-div:after {
  content: ">";
  transform: rotate(90deg);
  top: 27%;
  font-size: 1.2rem;
  left: 10%;
  position: absolute;
}

.parts-landing-section
  .parts-container
  .parts-form-wrapper
  .form-selectors
  .select-big-div
  select {
  min-width: 210px;
  min-height: 50px;
  background: #c82828;
  border: none;
  color: #ffffff;
  -webkit-appearance: none;
  appearance: none;
}

.parts-landing-section
  .parts-container
  .parts-form-wrapper
  .form-selectors
  .select-big-div
  select:focus {
  outline: none;
}

.parts-landing-section
  .parts-container
  .parts-form-wrapper
  .form-selectors
  .select-big-div
  select
  option {
  margin-left: -10px !important;
}

.parts-landing-section
  .parts-container
  .parts-form-wrapper
  .form-selectors
  .div-make {
  position: relative;
}

.parts-landing-section
  .parts-container
  .parts-form-wrapper
  .form-selectors
  .div-make
  select {
  padding-right: 60px;
}

.parts-landing-section
  .parts-container
  .parts-form-wrapper
  .form-selectors
  .div-make:before {
  content: "make";
  top: 35%;
  right: 10%;
  position: absolute;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-transform: capitalize;
  color: #ffb727;
}

.parts-landing-section
  .parts-container
  .parts-form-wrapper
  .form-selectors
  .div-model {
  position: relative;
}

.parts-landing-section
  .parts-container
  .parts-form-wrapper
  .form-selectors
  .div-model
  select {
  padding-right: 65px;
}

.parts-landing-section
  .parts-container
  .parts-form-wrapper
  .form-selectors
  .div-model:before {
  content: "model";
  top: 35%;
  right: 10%;
  position: absolute;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-transform: capitalize;
  color: #ffb727;
}

.parts-landing-section
  .parts-container
  .parts-form-wrapper
  .form-selectors
  .div-year {
  position: relative;
}

.parts-landing-section
  .parts-container
  .parts-form-wrapper
  .form-selectors
  .div-year
  select {
  padding-right: 55px;
}

.parts-landing-section
  .parts-container
  .parts-form-wrapper
  .form-selectors
  .div-year:before {
  top: 35%;
  right: 10%;
  position: absolute;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-transform: capitalize;
  color: #ffb727;
}

.parts-landing-section
  .parts-container
  .parts-form-wrapper
  .form-selectors
  .div-engine {
  position: relative;
}

.parts-landing-section
  .parts-container
  .parts-form-wrapper
  .form-selectors
  .div-engine
  select {
  padding-right: 70px;
}

.parts-landing-section
  .parts-container
  .parts-form-wrapper
  .form-selectors
  .div-engine:before {
  content: "engine";
  top: 35%;
  right: 10%;
  position: absolute;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-transform: capitalize;
  color: #ffb727;
}

.parts-landing-section .parts-container .parts-form-wrapper .form-button {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 992px) {
  .parts-landing-section .form-selectors {
    flex-wrap: wrap !important;
    padding: unset !important;
    justify-content: space-evenly !important;
  }

  .parts-landing-section .form-selectors .select-big-div {
    margin-top: 0 !important;
    width: 100%;
  }

  .parts-landing-section .form-selectors .select-big-div .select-wrapper {
    width: 100% !important;
  }

  .parts-landing-section .form-title {
    font-size: 12px !important;
    line-height: 18px !important;
  }

  .parts-landing-section .form-button {
    padding-top: 24px !important;
  }

  .parts-landing-section .form-button .custom-button {
    padding: 16px 32px !important;
  }

  .parts-landing-section .parts-container:before {
    top: 50px !important;
    clip-path: polygon(0 0, 100% 35%, 100% 100%, 0% 100%) !important;
  }
}

.rtl
  .parts-landing-section
  .parts-container
  .parts-form-wrapper
  .form-selectors
  .select-big-div:after {
  transform: rotate(-90deg);
}

@media screen and (min-width: 992px) and (max-width: 1300px) {
  .form-selectors {
    flex-wrap: wrap !important;
    padding: 30px 100px !important;
    justify-content: space-evenly !important;
  }

  .form-selectors div {
    margin-top: 16px !important;
  }
}

.filter-card {
  padding: 32px;
  border: 1px solid #e6e8ec;
  background-color: #fcfcfd;
  margin-bottom: 24px;
}

.filter-card .filter-header {
  font-family: NotoKufiArabic;
  font-weight: bold;
  font-size: 0.875rem;
  color: #1b1b1b;
  letter-spacing: 0.05em;
  margin-bottom: 24px;
  text-transform: uppercase;
}

.filter-card .filter-options {
  list-style: none;
  padding: 0;
  margin: 0;
}

.filter-card .filter-options li {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 0.875rem;
  color: #141416;
}

.filter-card .filter-options li input {
  flex: 0 0 24px;
  aspect-ratio: 1;
}

.filter-card .filter-options li label {
  margin: 0;
  margin-right: 12px;
}

.filter-card .filter-options li:not(:last-child) {
  margin-bottom: 24px;
}

.filter-card .filter-options .custom-textbox {
  display: inline-block;
  max-width: 105px;
}

.parts-listing-wrapper {
  margin-bottom: 86px;
}

.parts-listing-wrapper .part-brand-logo {
  display: none;
}

.parts-listing-wrapper.grid-view {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-top: -66px;
}

.parts-listing-wrapper.grid-view .part-container {
  flex: 0 0 100%;
  margin-left: 20px;
  margin-top: 66px;
}

.parts-listing-wrapper.list-view {
  margin-top: -66px;
}

.parts-listing-wrapper.list-view .part-container {
  max-width: 100%;
  margin-top: 66px;
}

.parts-listing-wrapper .part-container {
  max-width: 282px;
}

.parts-listing-wrapper .part-container .part-wrap {
  display: flex;
  align-items: flex-start;
}

.parts-listing-wrapper .part-container .part-wrap .offer {
  font-family: NotoKufiArabic;
  flex: 0 0 82px;
  width: 82px;
  height: 74px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  padding: 5px;
  align-items: flex-start;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 1.125rem;
  line-height: 1.33;
  font-weight: 800;
}

.parts-listing-wrapper .part-container .part-wrap .offer.red {
  background-color: #c82828;
}

.parts-listing-wrapper .part-container .part-wrap .offer.yellow {
  background-color: #ffb727;
}

.parts-listing-wrapper .part-container .part-wrap .offer span {
  font-weight: 400;
}

.parts-listing-wrapper .part-container .part-wrap .img-wrapper {
  flex: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 292px;
  margin-right: -24px;
  position: relative;
}

.parts-listing-wrapper .part-container .part-wrap .img-wrapper:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #e6e8ec;
  box-shadow: 0px 40px 32px rgba(15, 15, 15, 0.05);
  transform-origin: top;
  transform: skew(-10deg);
}

.parts-listing-wrapper .part-container .part-wrap .img-wrapper > img {
  position: relative;
  z-index: 2;
  width: 189px;
  height: 189px;
  margin-right: -42px;
}

.parts-listing-wrapper .part-container .part-brand {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  text-transform: capitalize;
  color: #363636;
  padding-top: 24px;
}

.parts-listing-wrapper .part-container .part-desc {
  display: inline-block;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  padding: 8px 0;
  position: relative;
  transition: color 0.1s linear;
  z-index: 0;
}

.parts-listing-wrapper .part-container .part-desc:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background-color: #c82828;
  z-index: -1;
  transition: width 0.2s linear;
}

.parts-listing-wrapper .part-container .part-review {
  display: inline-flex;
}

.parts-listing-wrapper .part-container .part-review .stars {
  display: inline-flex;
  min-width: 85px;
  margin-left: 10px;
}

.parts-listing-wrapper .part-container .part-review .review {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 28px;
  color: #959ead;
}

.parts-listing-wrapper .part-container .part-price {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 27px;
  color: #c82828;
  text-decoration: none;
  display: flex;
  flex: 1;
  align-items: center;
}

.parts-listing-wrapper .part-container .part-price span {
  text-decoration-line: line-through;
  color: #9b9b9b;
  margin-left: 10px;
  font-weight: normal;
}

.parts-listing-wrapper .part-container .part-price:after {
  content: "";
  display: inline-block;
  height: 2px;
  vertical-align: middle;
  margin: 0 8px;
  background-color: currentColor;
  transition: width 0.1s linear;
  flex: 1;
}

.parts-listing-wrapper .part-container .icon-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.parts-listing-wrapper .part-container .icon-list li {
  display: inline-block;
  vertical-align: top;
}

.parts-listing-wrapper .part-container .icon-list li a {
  display: inline-flex;
  text-decoration: none;
  width: 42px;
  height: 42px;
  justify-content: center;
  align-items: center;
  background-color: #ffb727;
}

.parts-listing-wrapper .part-container .hover-overlay {
  opacity: 0;
  position: absolute;
  z-index: 10;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  transition: opacity 0.2s linear;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: -24px;
}

.parts-listing-wrapper .part-container:hover .hover-overlay {
  opacity: 1;
  pointer-events: initial;
}

.parts-listing-wrapper .part-container:hover .part-desc {
  color: #ffffff;
}

.parts-listing-wrapper .part-container:hover .part-desc:before {
  width: 100%;
}

.shopping-filters .shopping-title {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 16px;
  color: #000000;
  padding-bottom: 32px;
}

.shopping-filters .filters-wrap {
  display: flex;
  justify-content: flex-start;
  padding-bottom: 32px;
}

.shopping-filters .filters-wrap .reset-filters {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.shopping-filters .filters-wrap .reset-filters .reset-title {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  text-align: right;
  color: #23262f;
  padding-right: 10px;
}

.shopping-filters .filters-wrap .filter {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #000000;
  width: 123px;
  height: 40px;
  padding: 8px;
  background: #fcfcfd;
  border: 1px solid #e6e8ec;
  box-sizing: border-box;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 16px;
}

.shopping-filters .filters-wrap .filter .close-banner {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.shopping-filters .filters-wrap .filter .close-banner .x-icon {
  width: 15px !important;
}

.shopping-filters .filters-wrap .filter .close-banner .x-icon:after {
  height: 15px !important;
}

@media screen and (min-width: 768px) {
  .list-view .part-container {
    display: flex;
    flex-wrap: wrap;
  }

  .list-view .part-container .part-wrap {
    flex: 0 0 282px;
  }

  .list-view .part-container .part-wrap .img-wrapper {
    min-height: 210px;
  }

  .list-view .part-container .part-wrap .img-wrapper > img {
    width: 164px;
    height: 164px;
  }

  .list-view .part-container .part-content {
    position: relative;
    margin-right: 16px;
    padding: 32px;
    padding-left: 64px;
    flex: 1;
    display: flex;
  }

  .list-view .part-container .part-content .content-wrapper {
    flex: 1;
  }

  .list-view .part-container .part-content:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #e6e8ec;
    box-shadow: 0px 40px 32px rgba(15, 15, 15, 0.05);
    transform-origin: top;
    transform: skew(-10deg);
  }

  .list-view .part-container .part-content .part-review {
    display: flex;
    margin-bottom: 10px;
  }

  .list-view .part-container .part-content .part-brand {
    display: none;
  }

  .list-view .part-container .part-content .part-brand-logo {
    margin-right: 32px;
    display: inline-flex;
    align-items: flex-start;
  }
}

@media screen and (max-width: 991px) {
  .parts-listing-wrapper.grid-view {
    justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .parts-listing-wrapper.grid-view {
    justify-content: center;
  }

  .shopping-filters .filters-wrap {
    flex-wrap: wrap;
  }

  .shopping-filters .filters-wrap .spacing-filter {
    margin-bottom: 16px;
  }
}

.rtl .parts-listing-wrapper .part-container .part-wrap .img-wrapper:before {
  transform: skew(10deg);
}

.rtl .parts-listing-wrapper .part-container .part-content:before {
  transform: skew(10deg);
}

.toolbar {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 32px;
  background-color: #f6f7fb;
  margin-top: 21px;
  margin-bottom: 16px;
}

.toolbar .heirarchy {
  list-style: none;
  margin: 0;
  padding: 0;
}

.toolbar .heirarchy li {
  display: inline-block;
  color: #1b1b1b;
  text-transform: uppercase;
  transition: color 0.1s linear;
  font-family: "NotoKufiArabic";
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1px;
}

.toolbar .heirarchy li:not(:last-child) {
  color: #637488;
}

.toolbar .heirarchy li:not(:last-child):hover {
  color: #1b1b1b;
}

.toolbar .heirarchy li:not(:last-child):after {
  content: "";
  display: inline-block;
  background-image: url("../images/misc-svg/mini-red-right-arrow.svg");
  width: 5px;
  height: 10px;
  background-size: 100% 100%;
  margin: 0 8px;
}

.toolbar .heirarchy li a {
  color: inherit;
  text-decoration: none;
}

.toolbar .heirarchy li img {
  vertical-align: initial;
}

.toolbar .settings {
  list-style: none;
  margin: 0;
  padding: 0;
}

.toolbar .settings li {
  display: inline-block;
}

.toolbar .settings li:not(:last-child):after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 27px;
  width: 1px;
  background-color: #828282;
  margin: 0 18px;
}

.toolbar .settings .item-count {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  color: #1b1b1b;
}

.toolbar .settings .item-count span {
  font-family: "NotoKufiArabic";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
}

.toolbar .settings .sorting label {
  margin: 0;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: #637488;
  text-transform: uppercase;
}

.toolbar .settings .sorting select {
  cursor: pointer;
  border: none;
  background-color: transparent;
  font-family: "NotoKufiArabic";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: #1b1b1b;
  padding-left: 8px;
}

.toolbar .settings .list-type {
  display: inline-flex;
  align-items: center;
}

.list-type-radio {
  display: inline-block;
  cursor: pointer;
  margin-right: 8px;
}

.list-type-radio input {
  display: none;
}

.list-type-radio input:checked ~ label {
  color: #474747;
}

.grid-view-icon {
  margin: 0;
  width: 29px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  color: #d5d8d8;
  transition:
    background-color 0.1s linear,
    color 0.1s linear;
}

.grid-view-icon span {
  display: block;
  width: 9px;
  height: 9px;
  background-color: currentColor;
  position: relative;
  transition: inherit;
  border-radius: 1px;
}

.grid-view-icon span:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: currentColor;
  position: absolute;
  right: -10px;
  transition: inherit;
  border-radius: 1px;
}

.grid-view-icon span:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: currentColor;
  position: absolute;
  left: -10px;
  transition: inherit;
  border-radius: 1px;
}

.grid-view-icon span:first-child {
  margin-bottom: 1px;
}

.list-view-icon {
  margin: 0;
  width: 29px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  color: #d5d8d8;
  transition:
    background-color 0.1s linear,
    color 0.1s linear;
}

.list-view-icon:before {
  content: "";
  width: 100%;
  height: 9px;
  margin-bottom: 1px;
  background-color: currentColor;
  transition: inherit;
  border-radius: 1px;
}

.list-view-icon:after {
  content: "";
  width: 100%;
  height: 9px;
  background-color: currentColor;
  transition: inherit;
  border-radius: 1px;
}

@media screen and (max-width: 767px) {
  .toolbar .settings {
    margin-top: 18px;
    flex: 0 0 100%;
  }

  .toolbar .settings li:not(:last-child) {
    margin-bottom: 12px;
  }

  .toolbar .settings li:not(:last-child):after {
    margin: 0 8px;
  }
}

.rtl .toolbar .heirarchy li:not(:last-child):after {
  transform: scaleX(-1);
}

.newsroom-toolbar .toolbar .heirarchy li {
  color: #637488;
}

.iso-achivements {
  margin: 80px 0;
}

.iso-achivements .section-heading {
  margin-bottom: 0px;
}

.iso-achivements .iso-text {
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  display: flex;
  align-items: center;
  /* primary/black */
  color: #1b1b1b;
}

.iso-achivements .iso-paragraph {
  padding: 24px 68px 52px 68px;
}

.iso-achivements .iso-paragraph .red-text {
  color: #c82828;
  font-size: 18px;
}

.iso-achivements .shop-btn {
  padding-right: 68px;
  padding-top: 0;
  padding-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .iso-achivements .shop-btn {
    padding-bottom: 40px;
  }

  .iso-achivements .iso-text {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 21px;
  }

  .iso-achivements .section-heading .heading-title {
    font-weight: 800 !important;
    font-size: 28px !important;
    line-height: 42px !important;
  }
}

.rewards-title .our-growth-title .services-and-promotions {
  z-index: 10;
}

.rewards-title .our-growth-title .services-and-promotions:after {
  bottom: -38px;
}

.rewards-title .background {
  text-align: right;
}

.rewards-title .background img {
  min-width: 80%;
}

.express-packages .heading-link {
  margin-bottom: 24px;
}

.express-packages .first-heading-sous-link {
  font-family: NotoKufiArabicBold;
  font-weight: 800;
  line-height: 47px;
  letter-spacing: 0em;
  font-style: italic;
  color: #f0b43c;
  text-decoration: none;
  margin-bottom: 24px;
  text-align: right;
  display: flex;
  align-items: center;
}

.express-packages .first-heading-sous-link:after {
  content: "";
  display: inline-block;
  flex: 1;
  height: 2px;
  vertical-align: middle;
  margin: 0 8px;
  background-color: #f0b43c;
  transition: width 0.1s linear;
}

.express-packages .first-heading-sous-link {
  color: #c82828;
  font-size: 32px;
  line-height: 47px;
}

.express-packages .first-heading-sous-link:after {
  background-color: #c82828;
}

.express-packages .second-package {
  padding-top: 10px;
}

.express-packages
  .second-package
  .services-packages-listing-swiper
  .section-heading:before {
  background: #c82828;
}

@media screen and (max-width: 768px) {
  .express-packages .first-heading-sous-link {
    text-align: left;
  }
}

.rtl .express-packages .first-heading-sous-link {
  font-style: normal;
}

.inquiry-details {
  margin-top: 80px;
  margin-bottom: 80px;
}

.inquiry-details .section-heading {
  justify-content: initial;
  display: grid;
}

.inquiry-details .container-background {
  background-color: #c82828;
  width: 100%;
  height: auto;
  z-index: 0;
}

.inquiry-details .container-background .form-fields {
  display: flex;
  justify-content: center;
}

.inquiry-details .container-background .form-fields input {
  width: 100%;
  height: 56px;
  margin-bottom: 20px;
  padding-right: 24px;
}

.inquiry-details .container-background .form-fields .submit-button {
  text-align: end;
}

.inquiry-details .container-background .form-fields .message {
  width: 100%;
  height: 355px;
  margin-bottom: 40px;
  padding-left: 24px;
}

.inquiry-details .container-background .form-fields .first-row {
  text-align: right;
  margin-top: 72px;
}

.inquiry-details .container-background .form-fields .second-row {
  text-align: left;
  margin-top: 72px;
}

.inquiry-details .wpcf7-submit {
  position: absolute;
  height: 100% !important;
  width: 100% !important;
  background: none;
  left: 0;
  top: 0;
  border: none;
  cursor: pointer;
}

.inquiry-details .wpcf7-spinner {
  margin: 0 0px;
}

.inquiry-details .custom-button {
  display: block;
  margin-left: auto;
  max-width: 150px;
  margin-bottom: 20px;
  padding: 15px 20px;
}

.inquiry-details .wpcf7-form-control-wrap {
  display: block;
}

.inquiry-details .wpcf7-not-valid-tip {
  color: #fff;
  display: block;
  text-align: left;
  position: absolute;
  bottom: 0;
}

.inquiry-details .wpcf7-response-output {
  text-align: center;
  margin: 0 auto !important;
  color: #fff;
  max-width: 60%;
  margin-bottom: 20px !important;
  margin-top: 20px !important;
}

.rtl .inquiry-details .container-background {
  direction: rtl;
}

.rtl .inquiry-details .container-background .form-fields input {
  direction: rtl;
}

.rtl .inquiry-details .custom-button {
  float: left;
}

@media screen and (max-width: 992px) {
  .inquiry-details {
    margin-top: 80px;
  }

  .inquiry-details .container-background {
    background-color: #c82828;
    width: 100%;
    height: 100%;
    z-index: 0;
    padding-bottom: 20px;
  }

  .inquiry-details .container-background .form-fields {
    display: unset;
    justify-content: center;
  }

  .inquiry-details .container-background .form-fields input {
    width: 100%;
    height: 56px;
    margin-bottom: 20px;
    padding-right: 0;
  }

  .inquiry-details .container-background .form-fields .first-row {
    padding-top: 20px;
    text-align: right;
    margin-top: 0px;
    padding-bottom: 20px;
  }

  .inquiry-details .container-background .form-fields .second-row {
    text-align: right;
    margin-top: 0px;
    margin: 0 0;
  }

  .inquiry-details .custom-button {
    margin: 0 auto;
    float: none !important;
  }

  .inquiry-details .message {
    width: 100% !important;
  }
}

@media screen and (min-width: 550px) and (max-width: 992px) {
  .inquiry-details .container-background .form-fields .submit-button {
    padding-bottom: 20px;
  }
}

@media screen and (min-width: 993px) and (max-width: 1100px) {
  .inquiry-details .container-background {
    width: initial;
  }

  .inquiry-details .container-background .form-fields input,
  .inquiry-details .container-background .form-fields .message {
    width: 350px;
  }
}

.news-section .highlighted-swiper {
  justify-content: flex-start;
}

.news-section .part-container {
  max-width: 394px;
  cursor: pointer;
}

.news-section .part-container .part-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.news-section .part-container .part-wrap img {
  margin-right: -30px;
}

.news-section .part-container .content {
  padding: 10px 24px;
}

.news-section .part-container .category {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-transform: capitalize;
  color: #c82828;
  padding-top: 24px;
}

.news-section .part-container .title {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  padding: 8px 0;
}

.news-section .part-container .title a {
  color: #000000;
}

.news-section .part-container .text {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  color: #000000;
}

.news-section .part-container .date {
  font-style: normal;
  color: #c82828;
  text-decoration: none;
  display: flex;
  flex: 1;
  align-items: center;
  color: #f0b43c;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  text-transform: uppercase;
  margin-top: 16px;
}

.news-swiper {
  margin-bottom: 50px;
}

.rtl .news-section .part-wrap:after {
  transform: skew(11deg) !important;
}

@media screen and (max-width: 540px) {
  .news-section .section-heading {
    flex-wrap: wrap !important;
    margin-bottom: 24px !important;
  }

  .news-section .section-heading .heading-title {
    font-size: 28px !important;
  }

  .news-section .section-heading .heading-link {
    left: 0;
    bottom: 0;
  }

  .news-section .part-wrap {
    width: 100% !important;
    height: 170px !important;
  }

  .news-section .part-wrap:after {
    right: 30px !important;
    left: 5px !important;
  }

  .news-section .part-wrap img {
    width: 100% !important;
  }

  .news-section .new-part:before {
    font-size: 10px !important;
    line-height: 24px !important;
    height: 35px !important;
  }

  .news-section .discount-part:before {
    font-size: 10px !important;
    line-height: 24px !important;
    height: 35px !important;
  }

  .news-section .category {
    font-size: 13px !important;
    line-height: 20px !important;
  }

  .news-section .title {
    font-size: 16px !important;
    line-height: 24px !important;
    overflow: hidden;
  }

  .news-section .text {
    font-size: 11px !important;
    line-height: 16px !important;
    margin-right: 30px;
  }

  .news-section .date {
    font-size: 14px !important;
    line-height: 21px !important;
  }
}

@media screen and (max-width: 1440px) {
  .news-section {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 540px) {
  .news-section {
    margin-bottom: 48px;
  }
}

.free-oil-big {
  margin-bottom: 80px;
}

.free-oil-big .detailed-service-card .detailed-card-header {
  height: auto;
  position: relative;
  padding-right: 60px;
}

.free-oil-big .detailed-service-card .detailed-card-header .card-img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.free-oil-big .detailed-service-card .detailed-card-header .card-img img {
  width: 100%;
  height: 100%;
}

.free-oil-big .detailed-service-card .detailed-card-body {
  margin: 0;
  padding-bottom: 40px;
}

.free-oil-big
  .detailed-service-card
  .detailed-card-body
  .countdown-cta-wrapper {
  margin-bottom: 60px;
}

.free-oil-big
  .detailed-service-card
  .detailed-card-body
  .countdown-cta-wrapper
  .countdown-wrapper {
  justify-content: flex-start;
  padding-right: 100px;
}

.free-oil-big
  .detailed-service-card
  .detailed-card-body
  .first-heading-sous-link {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #f0b43c;
  text-decoration: none;
  margin-bottom: 24px;
  text-align: left;
  display: flex;
  align-items: center;
  text-align: start;
}

.free-oil-big
  .detailed-service-card
  .detailed-card-body
  .first-heading-sous-link:before {
  content: "";
  display: inline-block;
  flex: 1;
  height: 1px;
  vertical-align: middle;
  padding: 0 82px;
  background-color: #f0b43c;
  transition: width 0.1s linear;
}

.free-oil-big .offer-container {
  padding-top: 29px;
}

.free-oil-big .offer-container .title {
  font-family: NotoKufiArabicBold;
  font-weight: 800;
  font-size: 18px;
  line-height: 18px;
  text-transform: capitalize;
  color: #f0b43c;
}

.free-oil-big .offer-container ul {
  padding-right: 0;
  margin: 0;
}

.free-oil-big .offer-container ul li {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 16px;
  color: #ffffff;
  list-style: none;
  padding: 10px 0;
}

.free-oil-big .offer-container ul li::before {
  content: "▪";
  color: #f0b43c;
  margin-left: 10px;
  font-size: 22px;
}

@media screen and (max-width: 1299px) and (min-width: 992px) {
  .free-oil-big .detailed-service-card .detailed-card-body {
    padding-top: 11px;
  }
}

@media screen and (max-width: 540px) {
  .desktop-show {
    display: none !important;
  }

  .mobile-show {
    display: block !important;
  }

  .free-oil-big .detailed-service-card .detailed-card-header {
    padding-right: 14px;
  }

  .free-oil-big .detailed-service-card .detailed-card-body {
    padding: 10px 24px 35px;
  }

  .free-oil-big .detailed-service-card .detailed-card-body .countdow-col {
    padding: 0;
  }

  .free-oil-big
    .detailed-service-card
    .detailed-card-body
    .countdown-cta-wrapper
    .countdown-wrapper {
    position: relative;
  }

  .free-oil-big
    .detailed-service-card
    .detailed-card-body
    .countdown-cta-wrapper
    .countdown-wrapper
    ul {
    position: absolute;
    top: 0;
    right: 80px;
    margin-left: -40px;
  }

  .free-oil-big
    .detailed-service-card
    .detailed-card-body
    .countdown-cta-wrapper
    .countdown-wrapper
    ul
    li {
    font-size: 11px;
    width: 4rem;
  }
}

@media screen and (min-width: 541px) {
  .desktop-show {
    display: block !important;
  }

  .mobile-show {
    display: none !important;
  }
}

.service-offers {
  margin-bottom: 80px;
}

.service-offers-combo {
  margin-top: -50px;
}

.offers-description {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-shadow: 0px 40px 32px -24px rgba(15, 15, 15, 0.05);
}

.offers-description .offers-title {
  font-family: NotoKufiArabic;
  font-size: 1.5rem;
  line-height: 1.5;
  text-transform: uppercase;
  color: #1b1b1b;
  margin: 0;
}

.offers-description .offers-title span {
  font-size: 5rem;
  line-height: 0.8;
  background: linear-gradient(95.49deg, #c82828 0%, #f0b43c 72.49%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.offers-description .img-wrapper {
  width: 100%;
  margin-bottom: 32px;
}

.offers-description .img-wrapper img {
  width: 100%;
  height: auto;
}

.offers-description .description-text {
  margin-bottom: 52px;
}

.detailed-service-card {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.detailed-service-card .best-service .best-offers-title {
  align-items: center;
  font-weight: 800;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  text-transform: uppercase;
  color: #1b1b1b;
}

.detailed-service-card .best-service .best-offers-title .heading-title {
  background: linear-gradient(95.49deg, #c82828 0%, #f0b43c 72.49%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  font-weight: 800;
  font-size: 80px;
  line-height: 64px;
  text-transform: capitalize;
}

.detailed-service-card .best-service .detailed-card-header {
  height: 320px;
}

.detailed-service-card .best-service .detailed-card-body {
  background: initial;
  color: initial;
}

.detailed-service-card .best-service .shopservices-btn {
  text-align: center;
  margin-top: 75px;
}

.detailed-service-card .detailed-card-header {
  height: 458px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-right: 14px;
  background-size: cover;
}

.detailed-service-card .detailed-card-header .card-link-wrapper {
  position: relative;
  z-index: 0;
}

.detailed-service-card .detailed-card-header .card-link-wrapper .card-title {
  font-family: NotoKufiArabic;
  font-size: 2rem;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.detailed-service-card
  .detailed-card-header
  .card-link-wrapper
  .card-title
  span {
  display: inline-block;
  background: #ffffff;
  padding: 0 15px;
}

.detailed-service-card
  .detailed-card-header
  .card-link-wrapper
  .service-card-link {
  width: 67px;
  display: inline-flex;
  justify-content: center;
  position: absolute;
  height: calc(100% + 79px);
  top: -10px;
  z-index: -1;
  align-items: flex-end;
  padding-bottom: 21px;
}

.detailed-service-card
  .detailed-card-header
  .card-link-wrapper
  .service-card-link
  img {
  transition: transform 0.1s linear;
  margin-right: 15px;
}

.detailed-service-card
  .detailed-card-header
  .card-link-wrapper
  .service-card-link:hover
  img {
  transform: scale(1.2) translateX(2px);
}

.detailed-service-card
  .detailed-card-header
  .card-link-wrapper
  .service-card-link:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: skew(-17deg);
  background: linear-gradient(97.21deg, #d12d28 0.37%, #f4b43e 70.77%);
  transform-origin: bottom;
}

.detailed-service-card .detailed-card-body {
  background: #22212b;
  color: #ffffff;
  padding: 11px 32px 0;
  flex: 1;
}

.detailed-service-card .detailed-card-body .countdown-cta-wrapper {
  margin-bottom: 24px;
}

.detailed-service-card
  .detailed-card-body
  .countdown-cta-wrapper
  .countdown-wrapper
  .countdown {
  margin: 0;
}

.detailed-service-card
  .detailed-card-body
  .countdown-cta-wrapper
  .countdown-wrapper
  .countdown
  li:after {
  background-color: #c82828;
  opacity: 1;
}

.detailed-service-card .detailed-card-body .card-body-content {
  min-height: 100px;
  font-size: 1.0625rem;
  line-height: 1.5;
  text-align: center;
  opacity: 0.6;
}

.detailed-service-card .detailed-card-body .card-logo {
  margin-bottom: 29px;
}

@media screen and (max-width: 1299px) and (min-width: 992px) {
  .detailed-service-card .detailed-card-body {
    padding-top: 96px;
  }

  .detailed-service-card .countdown-cta-wrapper .countdown-wrapper {
    justify-content: center;
  }
}

@media screen and (max-width: 991px) {
  .offers-description,
  .detailed-service-card {
    max-width: 400px;
    margin: 0 auto;
  }

  .detailed-service-card .countdown-cta-wrapper .countdown-wrapper {
    justify-content: flex-end;
    padding: 0;
  }
}

@media screen and (max-width: 399px) {
  .detailed-service-card .detailed-card-body {
    padding-top: 76px;
  }

  .detailed-service-card .countdown-cta-wrapper .countdown-wrapper {
    justify-content: center;
  }
}

.service-package-wrapper .service-package:not(:last-child) {
  margin-bottom: 38px;
}

.service-packages-section {
  margin-bottom: 80px;
}

.service-packages-section .service-packages-title {
  font-family: NotoKufiArabic;
  font-size: 2rem;
  line-height: 1.5;
  color: #c82828;
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}

.service-packages-section .service-packages-title:after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: #c82828;
  margin-right: 16px;
}

.service-package {
  display: flex;
}

.service-package .main-card-wrapper {
  display: flex;
  padding: 8px;
  position: relative;
  z-index: 0;
  flex: 1;
  filter: drop-shadow(0px 40px 32px rgba(15, 15, 15, 0.05));
  margin-left: -150px;
}

.service-package .main-card-wrapper:before,
.service-package .main-card-wrapper:after {
  content: "";
  position: absolute;
  clip-path: polygon(0 0, 0 100%, calc(100% - 100px) 100%, 100% 0);
}

.service-package .main-card-wrapper:before {
  right: 25px;
  left: 0;
  bottom: 0;
  top: 0;
  background-color: #ffffff;
  z-index: -1;
}

.service-package .main-card-wrapper:after {
  left: -1px;
  right: -1px;
  bottom: -1px;
  top: -1px;
  background-color: #e6e8ec;
  z-index: -2;
}

.service-package .img-wrapper {
  flex: 1;
  max-width: 323px;
  margin-left: 63px;
}

.service-package .img-wrapper img {
  width: 100%;
  height: auto;
}

.service-package .package-content {
  flex: 1;
  padding-left: 57px;
  padding-top: 41.5px;
}

.service-package .package-content .package-content-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}

.service-package .package-content .package-content-header .package-tag-wrapper {
  display: flex;
  align-items: center;
}

.service-package .package-content .package-content-header .logo-wrapper {
  width: 176px;
}

.service-package .package-content .package-content-header .logo-wrapper img {
  width: 100%;
  height: auto;
}

.service-package .package-content .package-content-body {
  color: #1b1b1b;
  padding-left: 30px;
}

.service-package .package-content .package-content-body .package-content-title {
  font-family: NotoKufiArabic;
  font-weight: 800;
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 4px;
}

.service-package .package-content .package-content-body .sub-title {
  margin-bottom: 32px;
}

.service-package .package-content .package-content-body .checklist {
  list-style: none;
  padding: 0;
}

.service-package .package-content .package-content-body .checklist li {
  display: inline-block;
  max-width: 292px;
  width: 100%;
  color: #70798b;
  font-size: 1rem;
  line-height: 2;
}

.service-package .package-content .package-content-body .checklist li:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: 4px;
  background-image: url("../../../assets/images/misc-png/check.png");
  vertical-align: middle;
}

.service-package .package-content .package-content-body .linklist {
  list-style: none;
  padding: 0;
}

.service-package .package-content .package-content-body .linklist li {
  display: inline-block;
  color: #c82828;
  margin-left: 32px;
}

.service-package .package-content .package-content-body .linklist li a {
  color: inherit;
  text-decoration: none;
  padding-right: 90px;
  position: relative;
}

.service-package
  .package-content
  .package-content-body
  .linklist
  li
  a:hover:before {
  width: 32px;
  transform: rotate(180deg) translateY(-50%);
}

.service-package .package-content .package-content-body .linklist li a:before {
  content: "";
  width: 82px;
  height: 1px;
  position: absolute;
  left: calc(100% - 90px);
  top: 50%;
  margin-left: 8px;
  transform: translateY(-50%);
  background-color: currentColor;
  transition:
    width 0.2s linear,
    transform 0.2s linear;
}

.service-package .package-pricing {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 72px;
  margin-bottom: -14px;
  max-height: 333px;
  background: #ffb727;
  padding: 32px;
  padding-right: 102px;
  padding-left: 24px;
  text-align: left;
  min-width: 278px;
}

.service-package .package-pricing .discount-amount {
  font-family: NotoKufiArabic;
  font-size: 2rem;
  line-height: 0.75;
  color: #ffffff;
  text-transform: uppercase;
}

.service-package .package-pricing .discount-amount span {
  display: block;
  font-size: 1rem;
  line-height: 1.125;
}

.service-package .package-pricing .price .old-price {
  font-weight: 300;
  line-height: 1rem;
  font-size: 1.5rem;
  display: block;
  text-decoration: line-through;
  color: #1b1b1b;
}

.service-package .package-pricing .price .old-price span {
  font-size: 1.125rem;
}

.service-package .package-pricing .price .new-price {
  font-family: NotoKufiArabic;
  font-weight: 700;
  line-height: 1.5;
  font-size: 2rem;
  display: block;
  color: #c82828;
}

.service-package .package-pricing .price .new-price span {
  font-size: 1.5rem;
}

.service-package .package-pricing .payment-info .payment-text {
  font-size: 0.8125rem;
  line-height: 1.08;
  color: #1b1b1b;
}

.package-tag {
  padding: 10.5px 18px;
  min-width: 142px;
  position: relative;
  z-index: 0;
  display: inline-block;
}

.package-tag:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #f0b43c50;
  transform: skew(-17deg);
  transform-origin: bottom;
  margin-left: 16px;
}

.package-tag.priority::before {
  background-color: #c82828;
  box-shadow: 0px 13px 22px rgba(200, 40, 40, 0.4);
}

.package-tag.priority .tag-content {
  color: #ffffff;
  font-family: NotoKufiArabic;
  font-weight: bold;
  text-align: center;
}

.package-tag .tag-content {
  color: #1b1b1b;
  font-size: 0.75rem;
  line-height: 1.33;
  font-weight: 500;
  display: flex;
  align-items: center;
}

.package-tag .tag-content img {
  margin-left: 8px;
}

.rtl
  .sector-regulations
  .offices-section
  .service-package-wrapper
  .service-package
  .main-card-wrapper:before,
.rtl
  .sector-regulations
  .offices-section
  .service-package-wrapper
  .service-package
  .main-card-wrapper:after {
  transform: skew(11deg);
}

.rtl
  .sector-regulations
  .offices-section
  .service-package-wrapper
  .service-package
  .offer.yellow {
  padding: 8px 60px 0 0;
  right: -15px;
}

@media screen and (max-width: 768px) {
  .rtl
    .sector-regulations
    .offices-section
    .service-package-wrapper
    .service-package
    .offer.yellow {
    padding: 8px 11px 0 0;
  }
}

.rtl .service-package .main-card-wrapper:before,
.rtl .service-package .main-card-wrapper:after {
  clip-path: polygon(0 0, 100px 100%, 100% 100%, 100% 0);
}

@media screen and (max-width: 991px) {
  .service-package-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .rtl .service-package .main-card-wrapper:before,
  .rtl .service-package .main-card-wrapper:after {
    clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 50px);
  }

  .service-package {
    flex-direction: column;
    max-width: 346px;
  }

  .service-package .main-card-wrapper {
    flex-direction: column;
    margin: 0;
    padding-bottom: 43px;
  }

  .service-package .main-card-wrapper:after,
  .service-package .main-card-wrapper:before {
    clip-path: polygon(0 0, 0 100%, 100% calc(100% - 50px), 100% 0);
  }

  .service-package .main-card-wrapper .img-wrapper {
    width: 100%;
  }

  .service-package
    .main-card-wrapper
    .package-content
    .package-content-body
    .package-content-title {
    font-size: 1.5rem;
  }

  .service-package
    .main-card-wrapper
    .package-content
    .package-content-body
    .sub-title {
    font-size: 0.75rem;
    margin-bottom: 16px;
  }

  .service-package
    .main-card-wrapper
    .package-content
    .package-content-body
    .checklist
    li {
    font-size: 0.8125rem;
    line-height: 2.5;
  }

  .service-package
    .main-card-wrapper
    .package-content
    .package-content-body
    .linklist
    li {
    font-size: 0.8125rem;
  }

  .service-package .package-pricing {
    flex-direction: initial;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    margin: 0;
    max-height: 260px;
    padding: 32px;
    text-align: left;
    margin-left: -15px;
    margin-right: 32px;
    padding-top: 104px;
    margin-top: -104px;
  }

  .service-package .package-pricing .discount-amount {
    flex: 100%;
    order: 1;
    margin-bottom: 32px;
  }

  .service-package .package-pricing .price {
    order: 3;
  }

  .service-package .package-pricing .price .new-price {
    line-height: 1;
  }

  .service-package .package-pricing .payment-info {
    text-align: right;
    order: 2;
  }

  .service-package .package-pricing .payment-info .payment-text {
    font-size: 0.8125rem;
    line-height: 1.08;
    color: #1b1b1b;
  }
}

.listing-section {
  margin-bottom: 88px;
}

.listing-section .services-listing {
  background-image: url("../images/services/landing-services/Background.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom center;
}

.listing-section .services-listing .brands-part-listing-swiper {
  margin-bottom: 32px;
  flex-wrap: unset;
  justify-content: center;
  display: none;
}

.listing-section .brands-part-container .brands-part-card {
  position: initial;
  height: 268px;
  padding: 0;
}

.listing-section .brands-part-container .brands-part-card-shadow {
  height: 72.13px;
  width: 263px;
  background: #d12d28;
  z-index: 0;
  margin-right: 18px;
  margin-top: -50px;
  clip-path: polygon(30px 0, 100% 0, calc(100% - 0px) 100%, 0 100%);
  position: relative;
  box-shadow: 0px 30px 32px rgba(200, 40, 40, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}

.listing-section .brands-part-container .brands-part-card-shadow p {
  margin: 0;
  padding-bottom: 2%;
  font-family: NotoKufiArabic;
  font-style: italic;
  text-transform: capitalize;
  line-height: 24px;
  font-size: 20px;
  color: #ffffff;
}

@media screen and (max-width: 540px) {
  .listing-section .services-listing .brands-part-listing-swiper {
    flex-wrap: wrap;
  }
}

.filters-bar {
  background: linear-gradient(95.49deg, #f0b43c 0%, #c82828 72.49%);
  margin-bottom: 48px;
}

.filters-bar .filters-wrapper {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: stretch;
  flex-wrap: wrap;
  color: #ffffff;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  transition: all 0.2s linear;
}

.filters-bar .filters-wrapper li {
  display: inline-block;
  flex: 1 1 auto;
  padding: 24px 16px;
  position: relative;
  transition: inherit;
}

.filters-bar .filters-wrapper li:not(:first-child):before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 1em;
  width: 2px;
  background-color: #ffffff;
  transition: inherit;
}

.filters-bar .filters-wrapper li.active,
.filters-bar .filters-wrapper li:hover {
  background-color: #ffffff;
  color: #f0b43c;
}

.filters-bar .filters-wrapper li.active a,
.filters-bar .filters-wrapper li:hover a {
  color: #f0b43c;
}

.filters-bar .filters-wrapper li.active + li:before,
.filters-bar .filters-wrapper li:hover + li:before {
  background-color: transparent;
}

.filters-bar .filters-wrapper li a {
  color: #ffffff;
  text-decoration: none;
  transition: inherit;
  display: inline-block;
}

.services-listing-swiper {
  height: 400px;
  width: 100%;
  margin-bottom: 20px;
  overflow: visible;
}

.express-listing-swiper {
  height: 400px;
  width: 100%;
  margin-bottom: 20px;
  overflow: visible;
}

.services-card {
  height: calc((100% - 30px) / 2);
  display: inline-block;
  text-align: center;
  background-color: #ffffff;
  border: 1px solid #e6e8ec;
  padding: 24px 16px;
  box-shadow: 0px 40px 32px -24px #0f0f0f0d;
  transition: all 0.2s ease-in-out;
}

.services-card a {
  display: inline-block;
  color: #000000;
  text-decoration: none;
  transition: inherit;
  width: 100%;
}

.services-card .svg-wrapper .switch,
.services-card .svg-wrapper .switch-red {
  transition: inherit;
}

.services-card:hover {
  background-color: #c82828;
  box-shadow: 0px 30px 32px -24px #c8282880;
  border: 1px solid #931111;
}

.services-card:hover a {
  color: #000000;
}

.services-card:hover .svg-wrapper .switch {
  fill: #ffffff;
}

.services-card:hover .svg-wrapper .switch-red {
  fill: #c82828;
}

.services-section {
  overflow: hidden;
  margin-bottom: 80px;
}

.services-section .section-heading .heading-title {
  font-family: NotoKufiArabicBold;
  font-weight: 800;
  font-style: italic;
}

.services-section .services-card .service-text {
  font-family: NotoKufiArabicBold;
}

@media screen and (max-width: 1440px) {
  .services-section {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 540px) {
  .services-section {
    margin-bottom: 48px;
  }

  .services-card {
    height: initial;
  }
}

@media screen and (max-width: 767px) {
  .services-section {
    overflow: hidden;
  }

  .services-section .services-card .service-text {
    font-style: normal;
    font-weight: bold;
    font-size: 13px !important;
    line-height: 16px !important;
  }

  .filters-bar .swiper-slide {
    width: auto;
  }

  .services-listing-swiper {
    height: 520px !important;
    margin-bottom: 28px !important;
  }

  .services-listing .custom-pagination {
    padding-right: 0 !important;
  }
}

.stats-minisection {
  margin-bottom: 80px;
}

.stats-minisection .stats {
  padding: 64px 0;
}

.top-left-seperator {
  width: 100%;
  max-width: 520px;
  background: linear-gradient(95.49deg, #f0b43c 0%, #c82828 72.49%);
  height: 3.5rem;
  position: relative;
  margin-bottom: 40px;
  clip-path: polygon(
    0 0,
    100% 0,
    calc(100% - 2rem) calc(100% + 2.5rem),
    0 calc(100% + 2.5rem)
  );
}

.top-left-seperator:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2.5rem;
  height: 1.25rem;
  background: inherit;
}

.bottom-right-seperator {
  width: 100%;
  max-width: 628px;
  background: linear-gradient(95.49deg, #f0b43c 0%, #c82828 72.49%);
  height: 3.5rem;
  position: relative;
  margin: 0 auto;
  margin-left: 0;
  margin-bottom: 40px;
  clip-path: polygon(
    0 0,
    100% 0,
    calc(100% - 2rem) calc(100% + 2rem),
    0 calc(100% + 2rem)
  );
  transform: rotate(180deg);
}

.bottom-right-seperator:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2rem;
  height: 1.25rem;
  background: inherit;
}

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

.stats li {
  flex: 1 1 auto;
  max-width: 230px;
  display: inline-flex;
  justify-content: center;
  position: relative;
}

.stats li:after {
  content: "";
  display: inline-block;
  height: 61px;
  width: 1px;
  background-color: #f0b43c;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(15deg);
}

.stats li:last-child:after {
  display: none;
}

.stats .stat {
  display: inline-block;
  color: #000000;
  font-size: 0.875rem;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.stats .stat .amount {
  display: block;
  margin-bottom: 16px;
  color: #f0b43c;
  font-family: NotoKufiArabic;
  font-size: 1.75rem;
  font-weight: 800;
  text-transform: capitalize;
}

.rtl .top-left-seperator {
  clip-path: polygon(
    0 0,
    100% 0,
    calc(100% - 2rem) calc(100% + 2.5rem),
    0 calc(100% + 2.5rem)
  );
  transform: scaleX(-1);
  background: linear-gradient(95.49deg, #c82828 0%, #f0b43c 72.49%);
}

.rtl .bottom-right-seperator {
  clip-path: polygon(
    0 0,
    95% 0,
    calc(100% - 0rem) calc(100% + 2rem),
    0 calc(100% + 2rem)
  );
  transform: rotate(0);
  background: linear-gradient(95.49deg, #c82828 0%, #f0b43c 72.49%);
}

.rtl .stats li:after {
  transform: translateY(-50%) rotate(-15deg);
}

@media screen and (max-width: 540px) {
  .stats-minisection {
    text-align: center !important;
  }

  .stats-minisection .stats {
    flex-wrap: unset !important;
    overflow: scroll !important;
    padding: 56px 0;
  }

  .stats-minisection .stats .stat {
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
  }

  .stats-minisection .stats .stat .amount {
    font-weight: 800;
    font-size: 21px;
    line-height: 21px;
    margin-bottom: 12px;
  }

  .stats-minisection .stats li {
    min-width: 50%;
  }

  .stats-minisection .top-left-seperator,
  .stats-minisection .bottom-right-seperator {
    width: 200px !important;
    height: 31px !important;
  }

  .stats-minisection .top-left-seperator:after,
  .stats-minisection .bottom-right-seperator:after {
    bottom: -1.5rem;
    height: 1rem;
  }

  .stats-minisection .top-left-seperator {
    margin-bottom: unset !important;
  }
}

@media screen and (max-width: 1440px) {
  .stats-minisection {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 540px) {
  .stats-minisection {
    margin-bottom: 48px;
  }
}

@media screen and (min-width: 540px) and (max-width: 992px) {
  .stats {
    justify-content: center;
  }

  .stats li {
    min-width: 30%;
    margin-bottom: 30px;
  }
}

.title-description {
  margin: 80px 0;
}

.title-description .section-heading {
  margin-bottom: 0px;
}

.title-description .title-description-text {
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  display: flex;
  align-items: center;
  /* primary/black */
  color: #1b1b1b;
}

@media screen and (max-width: 768px) {
  .title-description {
    margin: 30px 0;
  }

  .title-description .title-description-text {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 21px;
  }

  .title-description .section-heading .heading-title {
    font-weight: 800 !important;
    font-size: 28px !important;
    line-height: 42px !important;
  }
}

/*// hadi*/
.wpcf7-not-valid-tip {
  color: #fff !important;
  padding: 2px 10px;
  background: #dc3232 !important;
  direction: rtl;
}

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

.combo-company-growth
  .combo-company-growth-wrapper
  .company-profile-wrapper-home
  .one-profile-wrapper
  a[data-bottomtext]:after {
  font-size: 16px !important;
}

.side-menu-header .side-menu-header-logo a img {
  width: 60%;
}
