header {
  direction: rtl;
  text-align: right;
}


.home-controls {
  margin: 50px 0px;
  text-align: center;
}


.banner-section .swiper-button-next {
  inset-inline-start: 20px
}

.banner-section .swiper-button-prev {
  right: -40px;
  inset-inline-start: 20px
}


.call-section>.row>.col-md-3 {
  display: flex;
  align-items: center;
  gap: 3px;
}

.top-menu-phone svg {
  width: 20px;
}

.top-menu-login svg {
  width: 15px;
}

/* New menu styling*/
.top-menu {
  background: #e24148;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0px 60px;
  height: 40px;
}

.faq-items ul li {
  position: relative;
  padding-right: 20px;
}

.faq-items ul li::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #e24148;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}

.top-menu-login {
  background: #ae2e34;
  margin-left: 30px;
  height: 100%;
}

.top-menu-login a {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  height: 100%;
  align-items: center;
  padding: 0px 20px;
}

.top-menu-login svg {
  margin-left: 10px;
  margin-right: 0px;
}

.top-menu-links {
  margin-right: 0px;
  margin-left: 45px;
  padding: 10px 0px;
}

.top-menu-links a {
  font-size: 13px;
  color: #fff;
  font-weight: 400;
  position: relative;
  padding-left: 5px;
  margin-left: 10px;
}

.top-menu a:hover {
  color: #a7a9ac;
}

.top-menu-links a:last-child {
  padding-right: 0px;
  margin-right: 0px;
}

.top-menu-links a:last-child::after {
  display: none;
}

.top-menu-phone a {
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  position: relative;
  padding-right: 0px;
  padding-left: 5px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.top-menu-phone {
  display: flex;
  align-items: center;
  margin-left: 30px;
  padding: 10px 0px;
  direction: ltr;
}

.bottom-menu {
  position: relative;
  padding: 15px 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border-bottom: 1px solid #ededed;
}

.bottom-menu-links {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: center;
}

.bottom-menu-links li {
  position: relative;
}

.bottom-menu-links li:not(:last-child) {
  padding-left: 20px;
}

.bottom-menu-links li.hasSubLevel::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  border: solid #e24148;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: translateY(-50%) rotate(45deg);
}

.top-menu-language-selector a {
  color: #fff;
}

.bottom-menu-links li a {
  font-size: 16px;
  font-weight: 400;
  color: #3e3f41;
  transition: 0.4s;
  position: relative;
  display: inline-block;
}

.bottom-menu-links a:hover {
  color: #e24148;
}

/**changes 16/8/2023**/
.bottom-menu-links>li:last-child a {
  background-color: #4fbd52;
  color: white;
  padding: 7px 15px;
  border-radius: 10px;
  transition: 0.3s;
}

/**changes 16/8/2023**/

.bottom-menu-links>li:last-child a:hover {
  background-color: #4ab757;
}

.ddSecondLevel {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 270px;
  background: #fff;
  padding: 25px;
  border: solid 1px #f1f1f1;
  border-radius: 10px;
}

.ddSecondLevel ul li:not(:last-child) {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px #e6e6e6;
}

.bottom-menu-links a.active::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: #ef3023;
  bottom: -5px;
  left: 0;
}

/* top menu dropdown fixes*/
.top-menu-links>ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.top-hasSubLevel {
  position: relative;
}

.top-menu-links li.top-hasSubLevel::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
  transform: translateY(-50%) rotate(45deg);
}

.top-hasSubLevel .top-ddSecondLevel li a {
  color: #3e3f41;
}

.top-ddSecondLevel {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 150px;
  background: #fff;
  padding: 15px;
  border: solid 1px #f1f1f1;
  border-radius: 10px;
  z-index: 1;
}

.top-ddSecondLevel ul li:not(:last-child) {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px #e6e6e6;
}

/* top menu dropdown fixes end */

.top-menu-language-selector .nice-select {
  font-family: "Cairo", sans-serif;
  background: transparent;
  border: initial;
  padding-right: 20px;
  padding-left: 0px;
}

.top-menu-language-selector .current {
  color: #fff;
}

.top-menu-language-selector .nice-select::after {
  right: 0px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}

.nice-select .option.selected {
  font-weight: 400;
}

.burger-menu div {
  width: 30px;
  height: 3px;
  background: #e24148;
  margin: 6px 0;
  transition: 0.4s;
}

.burger-menu,
.close-icon {
  cursor: pointer;
}

.close-icon div {
  width: 30px;
  height: 3px;
  background: #e24148;
  margin: 6px 0;
  transition: 0.4s;
}

.close-icon {
  direction: ltr;
  margin-bottom: 30px;
}

.burger-menu:hover {
  cursor: pointer;
}

.responsive-menu {
  display: none;
  opacity: 0;
  padding: 30px;
  animation-name: menu-fade-in;
  animation-duration: 0.35s;
  animation-timing-function: cubic-bezier(0.7, 0.17, 0.18, 0.77);
  animation-fill-mode: forwards;
  transition: 0.35s;
  z-index: 10;
}

@keyframes menu-fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.close-icon div:nth-child(1) {
  transform: rotate(-45deg) translate(0px, 0px);
}

.close-icon div:nth-child(2) {
  transform: rotate(45deg) translate(-7px, -7px);
}

.active-responsive-menu {
  position: absolute;
  background: #fff;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  opacity: 1;
  display: block;
}

/*End menu styles */

/* styling for the new ipo page*/

.ipo-ar {
  direction: rtl;
  text-align: right;
}

.ipo-ar .row {
  flex-direction: initial;
}

.tabs-banner {
  width: 100%;
  height: 650px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.tabs-banner::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(270deg,
      rgba(0, 0, 0, 0) 0%,
      rgb(0 0 0 / 50%) 100%);
  z-index: 0;
}

.tabs-banner .tab {
  z-index: 1;
}

.tabsLinks {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 1;
}

.tabsLinks a {
  display: block;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 15px;
  padding: 12px 20px;
}

.tabsLinks a.active {
  font-weight: 700;
  color: #383e45;
  font-weight: 700;
  background: #fff;
}

.tabsLinks a.active::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 7px;
  height: 100%;
  background: #e24148;
}

.tab-content-holder {
  max-width: 550px;
  padding: 40px;
  background-color: rgba(0, 0, 0, 0.1);
}

.tab-content-holder h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  margin-bottom: 10px;
}

.tab-content-holder {
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  color: #fff;
}

.tabs-banner .tabsMain {
  height: 100%;
}

.tabs-banner .tabsHolder {
  max-width: 1140px;
  margin: 0px auto;
  display: flex;
  justify-content: flex-end;
  height: 100%;
  align-items: center;
}

.ipo-intro {
  position: relative;
  padding-top: 80px;
  font-size: 15px;
  color: #474a4d;
  line-height: 24px;
  font-weight: 400;
  background: #eef4f8;
  margin-bottom: 250px;
}

.ipo-intro::after {
  content: "";
  position: absolute;
  bottom: -230px;
  left: 0;
  width: 100%;
  background-image: url(../images/ipo-intro.jpg);
  background-size: cover;
  height: 230px;
}

.ipo-intro h1 {
  position: relative;
  display: inline-block;
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 50px;
  font-size: 50px;
  color: #393e44;
  text-transform: uppercase;
}

.ipo-intro h1::after {
  content: "";
  position: absolute;
  left: -40px;
  bottom: 10px;
  width: 23px;
  height: 23px;
  background: #e24148;
  border-radius: 50%;
}

.message-from-leadership {
  margin-bottom: 100px;
}

.message-from-leadership .row {
  align-items: flex-end;
}

.message-from-leadership .image-holder {
  padding: 0px 50px 50px 0px;
  position: relative;
}

.message-from-leadership .image-holder::before {
  content: "";
  position: absolute;
  width: 470px;
  height: 270px;
  background: #e24148;
  right: 0;
  bottom: 0px;
  z-index: -1;
  border-radius: 7px;
}

.message-from-leadership .image-holder::after {
  content: "";
  position: absolute;
  width: 149px;
  height: 132px;
  right: 100%;
  top: 0;
  background-image: url(../images/quote-sign.svg);
}

.message-from-leadership h4 {
  font-size: 34px;
  font-weight: 700;
  line-height: 48px;
  margin-bottom: 20px;
  color: #393e44;
}

.message-from-leadership .message-holder {
  font-size: 15px;
  color: #474a4d;
  line-height: 26px;
  font-weight: 400;
}

.message-from-leadership .position {
  display: block;
  font-size: 13px;
}

.investment-highlights {
  position: relative;
  width: 100%;
  height: 430px;
  background-image: url(../images/investment-highlights.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  display: flex;
  align-items: flex-end;
}

.investment-highlights .container {
  transform: translateY(50%);
}

.investment-highlights::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: -1;
}

.investment-item a {
  display: block;
  color: #393e44;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  padding-bottom: 25px;
  border-bottom: solid 1px #f4f4f4;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.investment-item {
  position: relative;
  display: block;
  background: #fff;
  padding: 30px 30px 65px 30px;
  border-radius: 7px;
  border: solid 1px #f4f4f4;
}

.investment-item a:hover {
  color: #e24148;
}

.investment-item a::after {
  content: "";
  position: absolute;
  width: 21px;
  height: 11px;
  bottom: 30px;
  left: 30px;
  background-image: url(../images/red-arrow-right.png);
  transform: rotate(180deg);
}

.investment-item .date {
  max-width: 70px;
  text-align: center;
  background: #f5f5f5;
  padding: 5px 0px;
  margin-bottom: 20px;
}

.investment-item .day {
  font-size: 26px;
  display: block;
  color: #e24148;
  font-weight: 700;
}

.investment-item .monthAndYear {
  display: block;
  font-size: 11px;
  font-weight: 400;
}

.investment-highlights h2 {
  font-size: 36px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 25px;
}

.investment-highlights .owl-nav,
.ipo-timeline .owl-nav {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.investment-highlights .owl-prev span,
.investment-highlights .owl-next span,
.ipo-timeline .owl-prev span,
.ipo-timeline .owl-next span {
  font-size: 0px;
}

.investment-highlights .owl-prev,
.investment-highlights .owl-next,
.ipo-timeline .owl-prev,
.ipo-timeline .owl-next {
  position: relative;
}

.investment-highlights .owl-prev,
.investment-highlights .owl-next,
.ipo-timeline .owl-prev,
.ipo-timeline .owl-next {
  position: absolute;
  content: "";
  width: 39px;
  height: 38px;
  bottom: 20px;
}

.ipo .ipo-timeline .owl-nav button.owl-prev {
  background-image: url(../images/black-arrow-left.svg);
  left: 50px;
  transform: rotate(180deg);
}

.ipo .ipo-timeline .owl-nav button.owl-next {
  background-image: url(../images/black-arrow-right.svg);
  left: 0px;
  transform: rotate(180deg);
}

.ipo .investment-highlights .owl-nav button.owl-prev {
  background-image: url(../images/investment-left-arrow.svg);
  left: 50px;
  transform: rotate(180deg);
}

.ipo .investment-highlights .owl-nav button.owl-next {
  background-image: url(../images/investment-right-arrow.svg);
  left: 0px;
  transform: rotate(180deg);
}

.ipo-timeline {
  overflow: hidden;
  padding: 300px 0px 100px 0px;
}

.ipo-timeline h2 {
  font-size: 38px;
  font-weight: 700;
  color: #393e44;
  margin-bottom: 30px;
}

.ipo-timeline .timeline-text-holder {
  font-size: 15px;
  color: #393e44;
  font-weight: 700;
  line-height: 24px;
  padding: 30px;
  border: solid 1px #f4f4f4;
  margin-bottom: 35px;
}

.ipo-timeline-date {
  width: 78px;
  height: 78px;
  margin: 0px auto;
  background: #e24148;
  border-radius: 50%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ipo-timeline-date .day {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  display: block;
  line-height: 24px;
}

.ipo-timeline-date .monthAndYear {
  font-size: 11px;
  font-weight: 400;
  line-height: 15px;
  display: block;
  color: #fff;
}

.ipo-timeline-carousel {
  position: relative;
}

.ipo .ipo-timeline-carousel .owl-stage-outer {
  overflow: visible;
}

.ipo-timeline-carousel .owl-item {
  position: relative;
  padding-left: 30px;
}

.ipo-timeline-carousel .owl-item::after {
  content: "";
  position: absolute;
  bottom: 35px;
  left: 0;
  height: 2px;
  background: #e24148;
  width: 100%;
  z-index: -1;
}

.how-to-subscribe {
  padding: 70px 0px 150px 0px;
  background: #eef4f8;
}

.video-holder a {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.video-holder a::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100px;
  background-image: url(../images/ipo-video-icon.svg);
  height: 100px;
  transform: translate(-50%, -50%);
  z-index: 0;
}

.video-holder a::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 0;
}

.how-to-subscribe h2 {
  font-size: 36px;
  font-weight: 700;
  color: #393e44;
  margin-bottom: 25px;
}

.ipo-faqs {
  margin: -65px 0px 100px 0px;
}

.ipo-faqs .faq-items {
  padding: 50px;
  background: #fff;
  border: solid 1px #f4f4f4;
  border-radius: 7px;
}

.ipo-faqs h2 {
  font-size: 36px;
  font-weight: 700;
  color: #393e44;
  margin-bottom: 40px;
}

.ipo-faqs .toggleTitle {
  position: relative;
  font-size: 15px;
  font-weight: 700;
  color: #393e44;
  padding-bottom: 10px;
  border-bottom: solid 1px #f1f1f1;
  cursor: pointer;
}

.ipo-faqs .toggleTitle:not(:last-child) {
  margin-bottom: 10px;
}

.ipo-faqs .toggleTitle::after {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 14px;
  height: 9px;
  background-image: url(../images/collapse-icon.svg);
}

.ipo-faqs .toggleTitle.active::after {
  background-image: url(../images/expand-icon.svg);
}

.ipo-faqs .toggleTitle.active {
  border-bottom: initial;
}

.toggleItem .toggleContent {
  display: none;
  margin-bottom: 25px;
}

.in-the-media {
  padding: 100px 0px 50px 0px;
  background-size: cover;
  background-image: url(../images/in-the-media-shape.jpg);
}

.in-the-media h2 {
  font-size: 38px;
  color: #393e44;
  font-weight: 700;
  margin-bottom: 25px;
}

.in-the-media .col-md-4 {
  margin-bottom: 30px;
}

.media-item-parent {
  position: relative;
  padding: 30px 30px 60px 30px;
  background: #fff;
}

.media-item-parent.link::after {
  content: "";
  position: absolute;
  width: 21px;
  height: 11px;
  bottom: 30px;
  left: 30px;
  background-image: url(../images/red-arrow-right.png);
  transform: rotate(180deg);
}

.media-item-parent.pdf::after {
  content: "";
  position: absolute;
  width: 27px;
  height: 27px;
  bottom: 25px;
  left: 30px;
  background-image: url(../images/pdf.svg);
}

.media-item-child {
  display: flex;
  align-items: center;
  border-bottom: solid 1px #f4f4f4;
  padding-bottom: 25px;
}

.media-item-child .title {
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  color: #393e44;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.media-item-child .date {
  width: 70px;
  text-align: center;
  background: #f5f5f5;
  padding: 5px 0px;
  margin-left: 20px;
}

.media-item-child .day {
  font-size: 26px;
  display: block;
  color: #e24148;
  font-weight: 700;
}

.media-item-child .monthAndYear {
  display: block;
  font-size: 11px;
  font-weight: 400;
}

.contacts-banner {
  width: 100%;
  height: 500px;
  background-size: cover;
  background-image: url(../images/contact-us-banner.jpg);
}

.contacts {
  padding: 60px 0px;
}

.contacts h2 {
  font-size: 38px;
  color: #393e44;
  margin-bottom: 40px;
}

.contact-item {
  display: flex;
  align-items: center;
  padding: 50px 30px;
  box-shadow: 0 0 28px 0 rgba(0, 0, 0, 0.03);
}

.contact-icon {
  margin-left: 50px;
}

.contact-details h4 {
  font-size: 20px;
  font-weight: 700;
  color: #393e44;
  margin-bottom: 20px;
}

.contact-details span {
  display: block;
  position: relative;
  font-size: 15px;
  font-weight: 400;
  padding-right: 25px;
  color: #474a4d;
}

.contact-details span a {
  position: relative;
  font-size: 15px;
  font-weight: 400;
  color: #474a4d;
}

.contact-details span a:hover {
  color: #ef3023;
}

.contact-details .mail::before {
  content: "";
  position: absolute;
  right: 0;
  top: 5px;
  background-image: url(../images/mail-icon.svg);
  width: 19px;
  height: 13px;
}

.contact-details .mail a::after {
  content: "";
  position: absolute;
  width: 21px;
  height: 11px;
  top: 6px;
  left: -30px;
  background-image: url(../images/red-arrow-right.png);
  transform: rotate(180deg);
}

.contact-details .number {
  margin-bottom: 20px;
}

.contact-details .number::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background-image: url(../images/number-icon.svg);
  width: 17px;
  height: 17px;
}

.ipo-fancybox {
  display: none;
  direction: rtl;
  text-align: right;
}

.fancybox-close-small {
  display: none;
}

.ipo-fancybox.fancybox-content {
  overflow: initial;
  max-width: 80%;
  direction: rtl;
  text-align: right;
}

.ipo-fancybox {
  max-width: 800px;
  overflow: initial;
  padding: 40px;
}

.ipo-fancybox .nice-select .option {
  text-align: right;
  padding-left: 29px;
  padding-right: 18px;
}

.fancybox-content.ipo-fancybox {
  padding: 40px 30px;
}

.ipo-fancybox .fancybox-close-small {
  left: 0;
  right: initial;
}

.nice-select.open .list {
  max-height: 300px;
  overflow-y: scroll;
}

.ipo-fancybox .nice-select:after {
  left: 12px;
  right: initial;
}

.ipo-fancybox .text-holder {
  margin-bottom: 20px;
  font-size: 16px;
  color: #474a4d;
  font-family: TheSansArabic-Plain;
  direction: rtl;
  text-align: right;
}

.ipo-fancybox label {
  color: #474a4d;
}

.ipo-fancybox h3 {
  font-size: 16px;
  margin-bottom: 20px;
}

.fancybox-content .buttonHolder {
  margin-top: 30px;
}

.ipo-fancybox .submit-btn {
  cursor: pointer;
  display: block;
  text-transform: uppercase;
  background: transparent;
  color: #e24148;
  border: solid 1px #e24148;
  padding: 12px 20px;
  transition: 0.3s;
  border-radius: 3px;
  display: inline-block;
}

.ipo-fancybox .submit-btn:not(:last-child) {
  margin-left: 20px;
}

.ipo-fancybox .submit-btn:hover {
  background: #e24148;
  color: #fff;
}

.ipo-fancybox .nice-select {
  float: initial;
  max-width: 250px;
  margin-bottom: 20px;
  direction: rtl;
  text-align: right !important;
  padding-right: 18px;
  padding-left: 30px;
}

.ipo-fancybox .nice-select .list {
  left: initial;
  right: 0px;
}

.ipo-fancybox .option {
  padding-right: 18px;
  padding-left: 29px;
  text-align: right;
}

.nice-select:after {
  left: 12px;
  right: initial;
}

/* end of styling for the new ipo page*/

.nav-item-mobile {
  display: block;
  position: absolute;
  top: 5px;
  right: auto;
  left: calc(1rem + 15px);
  direction: ltr;
}

.nav-item-mobile img {
  margin-right: 4px;
}

.mob-call-link {
  display: none;
}

@media (max-width: 992px) {
  .nav-item-mobile {
    display: none;
  }

  .mob-call-link {
    display: block;
    position: absolute;
    top: 30px;
    right: 60px;
    left: auto;
  }
}

@media (max-width: 1000px) {
  .top-menu {
    padding: 0px 30px;
  }

  .bottom-menu-links a {
    margin-left: 20px;
  }

  .bottom-menu {
    padding: 15px 30px;
  }

  .top-menu-links {
    margin-right: 20px;
  }
}

@media (max-width: 768px) {

  .home-controls-btns a {
    width: 100%;
  }

  .banner-section .swiper-button-next {
    left: 20px !important;
  }

  .banner-section .swiper-button-prev {
    right: 20px !important;
  }


  .top-menu-phone svg .st0,
  .top-menu-login svg .st0 {
    fill: #e24148 !important;
  }

  .top-menu-phone svg {
    width: 23px;
  }

  .top-menu-login svg {
    width: 18px;
  }

  .banner-section .sub-heading {
    margin-bottom: 30px;
  }

  .home .banner-section.swipe-slider-section {
    background-size: cover !important;
  }





  .call-section>.row>.col-md-3 {
    justify-content: center;
  }

  .top-menu-language-selector a {
    color: #3e3f41;
  }

  .top-menu-login a,
  .top-menu-phone a {
    font-size: 0px;
  }

  /* Menu responsive styles */

  .top-menu-links>ul li {
    padding-left: 20px;
    width: 100%;
    margin-bottom: 0px;
  }

  .top-menu-links .top-ddSecondLevel ul>li>a {
    margin-bottom: 0px;
  }

  .top-menu-links li a {
    display: inline-block;
  }

  .top-ddSecondLevel {
    position: static;
    padding: 10px;
    border: unset;
    min-width: initial;
  }

  .top-menu-links li.top-hasSubLevel::after {
    top: 9px;
    border-color: black;
  }

  .top-menu-links>ul {
    align-items: flex-start;
    flex-direction: column;
  }

  .bottom-menu .logo img {
    max-width: 100px;
  }

  .top-menu-phone,
  .top-menu-login {
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .bottom-menu-links li.hasSubLevel::after {
    top: 10px;
  }

  .bottom-menu-links li {
    width: 100%;
  }

  .ddSecondLevel {
    position: static;
    padding: 10px;
    border: unset;
  }

  .bottom-menu-links a {
    display: block;
    text-align: right;
    font-size: 20px;
    margin-left: 0px;
    margin-bottom: 20px;
    margin-right: 0px;
  }

  .bottom-menu-links {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dddddd;
  }

  .ddSecondLevel li a {
    font-size: 14px;
    margin-bottom: 0px;
  }

  .bottom-menu-links>li a {
    margin-bottom: 0px;
  }

  .bottom-menu-links a.active::after {
    display: none;
  }

  .bottom-menu-links a.active {
    color: #ef3023;
  }

  .top-menu {
    height: auto;
    background: transparent;
    display: block;
  }

  .top-menu-links a {
    display: block;
    color: #3e3f41;
    font-weight: 400;
    padding-right: 0px;
  }

  .top-menu-links {
    padding: 0px 0px 10px 0px;
    border-bottom: 1px solid #dddddd;
  }

  .top-menu-links a::after {
    display: none;
  }

  .top-menu-phone {
    color: #3e3f41;
  }

  .top-menu-links a,
  .top-menu-links {
    margin: 0px 0px 10px 0px;
  }

  .top-menu-login a,
  .top-menu-phone,
  .top-menu {
    padding: 0px 0px;
  }

  .top-menu-phone svg g {
    fill: #3e3f41;
    margin-bottom: 10px;
  }

  .top-menu-phone svg g,
  .top-menu-login svg g {
    fill: #3e3f41;
  }

  .top-menu-phone a,
  .top-menu-login a {
    color: #3e3f41;
  }

  .top-menu-login {
    background: #ae2e34;
    height: 100%;
    background: transparent;
  }

  .top-menu-language-selector .current {
    color: #3e3f41;
  }

  .top-menu-language-selector .nice-select::after {
    border-bottom: 2px solid #3e3f41;
    border-right: 2px solid #3e3f41;
  }

  .nice-select {
    height: 20px;
    line-height: 20px;
    float: right !important;
  }

  .nice-select.open .list {
    right: 0;
    left: initial;
  }

  /* End Menu responsive styles */

  /* IPO Page responsive */

  .ipo-fancybox .nice-select {
    padding: 15px;
    height: 50px;
    max-width: 100%;
    float: initial !important;
    line-height: 20px;
  }

  .ipo-fancybox .submit-btn {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }

  .ipo-fancybox .submit-btn:not(:last-child) {
    margin-right: 0px;
  }

  .tabs-banner {
    height: 400px;
  }

  .tab-content-holder {
    padding: 20px;
  }

  .tab-content-holder h2 {
    font-size: 28px;
    line-height: 35px;
  }

  .tabsLinks a {
    margin-bottom: 5px;
  }

  .tabs-banner .tabsHolder {
    height: auto;
  }

  .tabs-banner .tabsMain {
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    flex-direction: column-reverse;
  }

  .tabs-banner .tabsLinks {
    position: relative;
    top: initial;
    bottom: initial;
    transform: initial;
  }

  .video-holder img {
    max-width: 100%;
  }

  .ipo-intro {
    padding: 50px 0px;
    margin-bottom: 50px;
  }

  .ipo-intro h1,
  .message-from-leadership h4,
  .investment-highlights h2,
  .ipo-timeline h2,
  .how-to-subscribe h2,
  .ipo-faqs h2,
  .in-the-media h2,
  .contacts h2 {
    margin-bottom: 30px;
    font-size: 22px;
  }

  .ipo-intro h1::after {
    left: -35px;
    bottom: 6px;
    width: 17px;
    height: 17px;
  }

  .ipo-intro::after {
    display: none;
  }

  .message-from-leadership .image-holder {
    padding: 0px 50px 50px 0px;
    margin-bottom: 30px;
  }

  .message-from-leadership .image-holder::after {
    display: none;
  }

  .message-from-leadership {
    margin-bottom: 50px;
  }

  .investment-highlights {
    height: 300px;
  }

  .image-holder img {
    max-width: 100%;
  }

  .message-from-leadership .image-holder::before {
    width: 100%;
  }

  .ipo-timeline {
    padding: 250px 0px 50px 0px;
  }

  .how-to-subscribe {
    padding: 50px 0px 100px 0px;
  }

  .ipo-faqs .faq-items {
    padding: 30px 20px;
  }

  .ipo-faqs .toggleTitle::after {
    top: 10px;
  }

  .ipo-faqs .toggleTitle {
    padding: 10px;
  }

  .ipo-faqs {
    margin: -65px 0px 50px 0px;
  }

  .contacts-banner {
    background-position: center;
    height: 300px;
  }

  .contacts {
    padding: 50px 0px;
  }

  .contact-item {
    padding: 30px 20px;
  }

  /* End IPO Page responsive */
}

@media (max-width: 400px) {

  .ipo-intro h1,
  .message-from-leadership h4,
  .investment-highlights h2,
  .ipo-timeline h2,
  .how-to-subscribe h2,
  .ipo-faqs h2,
  .in-the-media h2,
  .contacts h2 {
    margin-bottom: 30px;
    font-size: 20px;
  }
}

/*Changes 24-06-2024*/
.revamped-banner .textWrapper {
  padding-right: 100px;
  padding-top: 100px;
  direction: rtl;
}

.avaialbleItemsListing .listingItem {
  padding-top: 32px;
  padding-right: 22px;
  padding-left: 22px;
}

.revamped-banner .textWrapper .slider-buttons {
  display: flex;
  justify-content: start;
  direction: rtl;
  flex-wrap: wrap;
}

.avaialbleItemsListing {
  direction: rtl;
}

.avaialbleItemsListing .listingItemLI {
  direction: rtl;
}

.avaialbleItemsListing .owl-prev {
  position: absolute;
  right: -40px;
  top: 40%;
}

.avaialbleItemsListing .owl-next {
  position: absolute;
  left: -40px;
  top: 40%;
}

.avaialbleItemsListing .owl-stage-outer {
  position: relative;
}

.revamped-banner .swiper-button-next {
  left: 41% !important;
}

.revamped-banner .swiper-pagination {
  left: 40% !important;
  width: 60% !important;
}

.revamped-banner .textWrapper .slider-buttons .home-controls {
  margin-left: 20px;
}

.avaialbleItemsListing .listingItem .listingDescription ul {
  margin: 0px;
  padding-left: 0;
  list-style: none;
}

.avaialbleItemsListing .listingItem .listingDescription li {
  padding-right: 30px;
  position: relative;
  list-style: none !important;
  color: #737A81;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 15px;
}

.avaialbleItemsListing .listingItem .listingDescription li::before {
  position: absolute;
  inset-inline-start: 0;
  top: 3px;
  content: '';
  background-image: url('/Resources/img/icons/check.svg');
  background-size: contain;
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
}

.revamped-banner .textWrapper h3 {
  padding-left: 50px;
}

.avaialbleItemsListing .listingItem h3 {
  font-size: 22px;
}

.revamped-banner .textWrapper h3 {
  font-size: 45px;
}

@media (max-width: 767px) {
  .revamped-banner .swiper-pagination {
    right: 0 !important;
  }

  .avaialbleItemsListing .owl-prev {
    margin-right: 20px;
  }

  .avaialbleItemsListing .owl-item:last-child {
    margin-left: -100px;
  }

  .revamped-banner .textWrapper h3 {
    padding-left: 0px;
  }

  .revamped-banner .textWrapper .slider-buttons .home-controls {
    margin-left: 0px;
  }

  .revamped-banner .textWrapper p {
    font-size: 15px !important;
  }

  .revamped-banner .textWrapper .slider-buttons {
    flex-direction: column;
  }

  .revamped-banner .textWrapper .slider-buttons .home-controls {
    margin-top: 30px;
  }
}

@media (min-width: 768px) and (max-width:1200px) {

  .revamped-banner .swiper-button-next {
    left: 20px !important;
    top: var(--swiper-navigation-top-offset, 30%);
  }

  .revamped-banner .swiper-button-prev {
    right: 20px !important;
    top: var(--swiper-navigation-top-offset, 30%);
  }

  .revamped-banner .home-controls {
    margin-top: 20px;
  }

  .avaialbleItemsListing .owl-prev {
    right: -20px;
  }

  .avaialbleItemsListing .owl-item:last-child {
    margin-left: -100px;
  }

  .revamped-banner .textWrapper .slider-buttons {
    justify-content: center;
  }

  .revamped-banner .textWrapper h3 {
    padding-left: 0px;
  }

  .revamped-banner .textWrapper .slider-buttons .home-controls {
    margin-left: 0px;
  }

}

/*Changes 24-06-2024*/