.b2c-btn {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  height: 45.74px;
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 19.2px;
  text-decoration: none !important;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
  padding: 0 20px;
}

.b2c-filled-btn {
  border-radius: 128px;
  background-color: #ED1C24;
  color: #FFF !important;
}

.b2c-stroked-btn {
  border-radius: 128px;
  background-color: transparent;
  color: #ED1C24 !important;
  border: 2px solid #ED1C24;
}

* {
  box-sizing: border-box;
}

.ooredoo-b2c-wrapper {
  margin-top: 135px;
}

@media (max-width: 820px) {
  .ooredoo-b2c-wrapper {
    margin-top: 96px;
  }
}

.slick-dots {
  list-style: none;
  padding: 0 !important;
  margin: 0 !important;
  display: -webkit-box;
  display: flex;
}

.slick-dots li {
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
}

.slick-dots li:not(:last-child) {
  margin-right: 8px !important;
}
.slick-dots li {
  margin: 0 8px 0 0 !important;
  padding: 0;
}

.slick-dots li.slick-active {
  opacity: 1;
}

.slick-dots li button {
  font-size: 0 !important;
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
  background-color: #E0E0E0;
  border: none !important;
  box-shadow: none !important;
  outline: 0 !important;
  border-radius: 50%;
  cursor: pointer;
  padding: 0;
  display: block;
}

ul.slick-dots > li.slick-active > button {
  background-color: #122361 !important;
  width: 16px !important;
  height: 16px !important;
  min-width: 16px;
  min-height: 16px;
}

.smooth-move {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/***[ Landing Page ]***/
.b2c-journey {
  padding: 100px 0 120px;
}

.b2c-journey .container {
  max-width: 100%;
}

.b2c-journey__label {
  color: #000;
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 17.6px;
  margin-bottom: 18px;
}

.b2c-journey__title,
.b2c-journey__desc {
  color: #221E20;
  font-family: "Rubik", sans-serif;
}

.b2c-journey__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 38.4px;
  margin: 0 auto 18px;
  max-width: 704px;
}

.b2c-journey__desc {
  font-size: 16px;
  font-weight: 300;
  line-height: 22.4px;
  margin: 0 auto;
  max-width: 569px;
}

.b2c-journey__statistics {
  max-width: 850px;
  margin: 40px auto 0;
}

.b2c-journey__stats-icon {
  width: 56px;
  height: 56px;
  min-width: 56px;
  min-height: 56px;
  border-radius: 50%;
  background-color: #FDE8E9;
}

.b2c-journey__stats-icon img {
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  -o-object-fit: contain;
  object-fit: contain;
}

.b2c-journey__stats-info {
  margin-left: 31px;
}

.b2c-journey__stats-text,
.b2c-journey__stats-desc {
  color: #000;
  font-family: "Rubik", sans-serif;
}

.b2c-journey__stats-text {
  font-size: 24px;
  font-weight: 700;
  line-height: 14px;
  margin-bottom: 9px;
}

.b2c-journey__stats-desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}

.b2c-journey__video-sec,
.b2c-journey .unexpanded-sec {
  overflow: hidden;
  margin-top: 70px;
}

.b2c-journey__video-sec>div,
.b2c-journey .unexpanded-sec>div {
  padding: 0;
}

.b2c-journey__video-sec img,
.b2c-journey__video-sec video,
.b2c-journey .unexpanded-sec img,
.b2c-journey .unexpanded-sec video {
  width: 100%;
  height: auto;
  min-width: 100%;
  min-height: 220px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}

.b2c-journey__video-sec [class*=-grouped-imgs],
.b2c-journey .unexpanded-sec [class*=-grouped-imgs] {
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
}

.b2c-journey__video-sec [class*=-grouped-imgs]>div,
.b2c-journey .unexpanded-sec [class*=-grouped-imgs]>div {
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 10px;
}

.b2c-journey__video-sec .b2c-journey__left,
.b2c-journey__video-sec .b2c-journey__right,
.b2c-journey .unexpanded-sec .b2c-journey__left,
.b2c-journey .unexpanded-sec .b2c-journey__right {
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 0;
  flex: 0 0 40%;
  max-width: 40%;
}

.b2c-journey__video-sec .b2c-journey__video,
.b2c-journey .unexpanded-sec .b2c-journey__video {
  -webkit-box-flex: 0;
  flex: 0 0 20%;
  max-width: 20%;
}

.b2c-journey__video-sec .b2c-journey__video .journey-video,
.b2c-journey .unexpanded-sec .b2c-journey__video .journey-video {
  padding: 0 10px;
}

.b2c-journey__video-sec .b2c-journey__video .journey-video,
.b2c-journey__video-sec .b2c-journey__video video,
.b2c-journey .unexpanded-sec .b2c-journey__video .journey-video,
.b2c-journey .unexpanded-sec .b2c-journey__video video {
  height: 100%;
}

.b2c-journey__video-sec .b2c-journey__video-play-btn {
  top: 0;
  left: 10px;
  right: 10px;
  bottom: 0;
  width: calc(100% - 20px);
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 8px;
}

.b2c-journey__video-sec .b2c-journey__video-play-btn img {
  width: 80px;
  height: 80px;
  min-width: 80px;
  min-height: 80px;
  -o-object-fit: contain;
  object-fit: contain;
  cursor: pointer;
}



.b2c-journey__video-sec.expanded-sec,
.b2c-journey__video-sec.unexpanded-sec {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.b2c-journey__video-sec.expanded-sec *,
.b2c-journey__video-sec.unexpanded-sec * {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.b2c-journey__video-sec.expanded-sec .b2c-journey__left,
.b2c-journey__video-sec.expanded-sec .b2c-journey__right {
  -webkit-box-flex: 0;
  flex: 0 0 25%;
  max-width: 25%;
}

.b2c-journey__video-sec.expanded-sec .b2c-journey__video,
.b2c-journey__video-sec.expanded-sec [class*=-grouped-imgs],
.b2c-journey__video-sec.expanded-sec .b2c-journey__left-img,
.b2c-journey__video-sec.expanded-sec .b2c-journey__right-img {
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
}

.b2c-journey__video-sec.expanded-sec [class*=-grouped-imgs]>div {
  -webkit-box-flex: 0;
  flex: 0 0 80%;
  max-width: 80%;
  display: -webkit-box;
  display: flex;
  max-height: 50%;
}

.b2c-journey__video-sec.expanded-sec [class*=-grouped-imgs]>div:first-child {
  padding: 40px 0 20px;
}

.b2c-journey__video-sec.expanded-sec [class*=-grouped-imgs]>div:last-child {
  padding: 20px 0 40px;
}

.b2c-journey__video-sec.expanded-sec [class*=-grouped-imgs] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.b2c-journey__video-sec.expanded-sec .b2c-journey__left-img,
.b2c-journey__video-sec.expanded-sec .b2c-journey__right-img {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.b2c-journey__video-sec.expanded-sec .b2c-journey__left-img img,
.b2c-journey__video-sec.expanded-sec .b2c-journey__right-img img {
  width: 80%;
  min-width: 80%;
}

.b2c-journey__video-sec .b2c-journey__video-play-btn {
  display: -webkit-box;
  display: flex;
}

.b2c-culture {
  padding: 120px 0;
}

.b2c-culture .container {
  max-width: 976.81px;
  position: relative;
}

.b2c-culture .container div {
  position: static;
}

.b2c-culture .container .row>div {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.b2c-culture__slider * div {
  position: static;
}

.b2c-culture__img img {
  width: 448px;
  height: 448px;
  min-width: 448px;
  min-height: 448px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 16px;
}

.b2c-culture__label {
  color: #585858;
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 23px;
}

.b2c-culture__title,
.b2c-culture__desc {
  color: #000;
  font-family: "Rubik", sans-serif;
}

.b2c-culture__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 35.2px;
  margin: 0 0 17px;
}

.b2c-culture__desc {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  margin: 0;
  max-width: 383.743px;
}

.b2c-culture .slick-dots {
  position: absolute;
  right: -20px;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  width: auto;
}

.slick-dots li button:before {
  display: none;
}

.b2c-culture .slick-dots>li {
  opacity: 1 !important;
}
.b2c-culture .slick-dots>li:not(:last-child) {
  margin: 0 0 8px !important;
}
.b2c-culture .slick-dots>li:last-child {
  margin: 0 !important;
}

.b2c-culture .slick-slider {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: start;
  justify-content: flex-start;
}

.b2c-culture .slick-slide {
  height: 448px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.growth-perks {
  padding: 120px 0;
  overflow: hidden;
  background: #F4FAFB url("https://www.ooredoo.qa/web/wp-content/uploads/2024/06/Page-1-Background.png") no-repeat center center;
  background-size: cover;
}

.growth-perks .container {
  max-width: 1330px;
  /* background: url("../images/growth-perks-bg.svg") no-repeat center center;
  background-size: contain; */
}

.growth-perks .container .row>div[class*=col] {
  margin-bottom: 25px;
}

.growth-perks__title,
.growth-perks__desc {
  color: #221E20;
  font-family: "Rubik", sans-serif;
}

.growth-perks__title {
  font-size: 32px;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 20px;
}

.growth-perks__desc {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  max-width: 736px;
  margin: 0 auto 40px;
}

.growth-perks__card {
  border-radius: 16px;
  background: #FFF;
  padding: 30px 22px;
  height: 100%;
}

.growth-perks__icon {
  margin-bottom: 14px;
}

.growth-perks__icon img {
  width: 41px;
  height: 41px;
  min-width: 41px;
  min-height: 41px;
  -o-object-fit: contain;
  object-fit: contain;
}

.growth-perks__label,
.growth-perks__brief {
  color: #000;
  font-family: "Rubik", sans-serif;
}

.growth-perks__label {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  margin: 0 0 14px;
  word-wrap: break-word;
}

.growth-perks__brief {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin: 0;
}

.grow-skills {
  padding: 195px 0 40px;
}

.grow-skills .container {
  max-width: 1120px;
}

.grow-skills__title,
.grow-skills__desc {
  color: #000;
  font-family: "Rubik", sans-serif;
}

.grow-skills__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 38.4px;
  margin: 0 0 4px;
}

.grow-skills__desc {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 50px;
}

.grow-skills__box {
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0px 4px 26px 0px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  height: 100%;
}

.grow-skills__box:hover {
  box-shadow: 0px 4px 38px 0px rgba(0, 0, 0, 0.16);
}

.grow-skills__box:hover .grow-skills__cta {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}

.grow-skills__box:hover .grow-skills__cta .gray-arrow {
  display: none;
}

.grow-skills__box:hover .grow-skills__cta .red-arrow {
  display: inline;
}

.grow-skills__img {
  height: 132px;
  max-height: 132px;
}

.grow-skills__img img {
  width: 100%;
  height: 132px;
  max-height: 132px;
  -o-object-fit: cover;
  object-fit: cover;
}

.grow-skills__content {
  padding: 22px 32px 24px;
  height: calc(100% - 132px);
}

.grow-skills__label,
.grow-skills__brief {
  color: #000;
  font-family: "Rubik", sans-serif;
}

.grow-skills__label {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  margin: 0 0 15px;
}

.grow-skills__brief {
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  margin-bottom: 22px;
}

.grow-skills__cta {
  cursor: pointer;
}

.grow-skills__cta::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
}

.grow-skills__cta img {
  width: 27.5px;
  min-width: 27.5px;
  height: 27.5px;
  min-height: 27.5px;
  -o-object-fit: contain;
  object-fit: contain;
}

.grow-skills__cta img.red-arrow {
  display: none;
}

.b2c-testimonial {
  padding: 119px 0;
}

.b2c-testimonial .container {
  max-width: 1120px;
}

.b2c-testimonial__title,
.b2c-testimonial__desc {
  color: #000;
  font-family: "Rubik", sans-serif;
}

.b2c-testimonial__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 38.4px;
  margin: 0 0 5px;
}

.b2c-testimonial__desc {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 40px;
}

.b2c-testimonial__video {
  height: 100%;
}

.b2c-testimonial__video iframe {
  border-radius: 16px;
  width: 100%;
  height: 100%;
}

.b2c-testimonial__slider {
  background-color: #F9F9F9;
  border-radius: 16px;
  border: 1px solid #F3F3F3;
  padding: 40px;
  height: 100%;
  margin: 0 !important;
}

.b2c-testimonial__slider .slick-dots {
  bottom: 25px;
}



.b2c-testimonial__client {
  margin-bottom: 30px;
}

.b2c-testimonial__client__img img {
  width: 120px;
  height: 120px;
  min-width: 120px;
  min-height: 120px;
  -o-object-fit: cover;
  object-fit: cover;
}

.b2c-testimonial__client__info {
  margin-left: 20px;
}

.b2c-testimonial__client__info .testimonial-name,
.b2c-testimonial__client__info .testimonial-job {
  color: #221E20;
  font-family: "Rubik", sans-serif;
}

.b2c-testimonial__client__info .testimonial-name {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  margin: 0 0 2px;
}

.b2c-testimonial__client__info .testimonial-job {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}

.b2c-testimonial__opinion {
  margin-bottom: 30px;
}

.b2c-testimonial__opinion p {
  color: #221E20;
  font-family: "Rubik", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 33.6px;
  margin: 0;
}

/***[ Grow Your Skills Page ]***/
.b2c-banner .container {
  max-width: 1440px;
  padding: 0;
}

.b2c-banner img {
  width: 100%;
  height: auto;
}

.b2c-main-info {
  padding: 80px 0;
}

.b2c-main-info .container {
  max-width: 1115px;
}

.b2c-main-info__title,
.b2c-main-info__desc {
  color: #000;
  font-family: "Rubik", sans-serif;
  max-width: 640px;
}

.b2c-main-info__title {
  font-size: 28px;
  font-weight: 400;
  line-height: 39.2px;
  margin: 0 0 25px;
}

.b2c-main-info__desc {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.b2c-main-info__nav {
  border-radius: 16px;
  background-color: #FFF;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
  padding: 24px;
}

.b2c-main-info__nav li {
  padding: 24px 0;
}

.b2c-main-info__nav li:not(:last-child) {
  border-bottom: 1px solid #ECECEC;
}

.b2c-main-info__nav li a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  color: #000;
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none !important;
}

.b2c-main-info__nav li a::before {
  content: "";
  background: url("../images/arrow-blue-right.svg") no-repeat center center;
  background-size: contain;
  display: -webkit-inline-box;
  display: inline-flex;
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  margin-right: 8px;
}

.b2c-shared-content {
  padding-top: 40px;
}

.b2c-shared-content .container>.row {
  margin-bottom: 120px;
}

.b2c-shared-content__title,
.b2c-shared-content__brief {
  color: #000;
  font-family: "Rubik", sans-serif;
}

.b2c-shared-content__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 35.2px;
  margin: 0 0 27px;
}

.b2c-shared-content__brief {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  max-width: 539px;
}

.b2c-shared-content__img img {
  width: 448px;
  height: 448px;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 16px;
}

/***[ Availableo Opportunities Page ]***/
.availableo-pportunities {
  padding: 100px 0;
}

.availableo-pportunities .container {
  max-width: 960px;
}

/***[ Shared ]***/
.b2c-sub-menu {
  background-color: #FFF;
  box-shadow: 0px -2px 8px 0px rgba(0, 0, 0, 0.04);
  height: 125px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.b2c-sub-menu.fixed-sub-menu {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 99;
  top: 0;
  bottom: auto;
  -webkit-animation: submenuAnimation 1s ease-in-out;
  animation: submenuAnimation 1s ease-in-out;
  padding: 0;
}

.b2c-sub-menu__wrapper {
  height: 100px;
}

.b2c-sub-menu .container {
  max-width: 1000px;
}

.b2c-sub-menu .nav-item:not(:last-child) {
  margin-right: 40px;
}

.b2c-sub-menu .nav-link {
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  color: #221E20;
  height: 125px;
  border-bottom: 2px solid transparent;
}

.b2c-sub-menu .nav-link.active,
.b2c-sub-menu .nav-link:hover {
  color: #ED1C24;
  border-color: #ED1C24 !important;
}

@-webkit-keyframes submenuAnimation {
  from {
    top: -120px;
  }

  to {
    top: 0;
  }
}

@keyframes submenuAnimation {
  from {
    top: -120px;
  }

  to {
    top: 0;
  }
}

.b2c-pre-footer {
  background-color: #221E20;
  padding: 80px 0;
}

.b2c-pre-footer .container {
  max-width: 747px;
}

.b2c-pre-footer__title,
.b2c-pre-footer__desc {
  color: #FFF;
  font-family: "Rubik", sans-serif;
}

.b2c-pre-footer__title {
  font-size: 32px;
  font-weight: 500;
  line-height: 35.2px;
  margin: 0 0 11px;
}

.b2c-pre-footer__desc {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  margin-bottom: 32px;
}

.b2c-pre-footer__btn {
  min-width: 275px;
}

/***[ Mobile ]***/
@media (max-width: 820px) {

  /***[ Landing Page ]***/
  .b2c-journey {
    padding: 70px 0 50px;
  }

  .b2c-journey__label {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 12px;
  }

  .b2c-journey__title {
    font-size: 24px;
    line-height: 28.8px;
    margin: 0 auto 12px;
  }

  .b2c-journey__desc {
    font-size: 14px;
    line-height: 19.6px;
  }

  .b2c-journey__statistics {
    margin: 30px -15px 0;
  }

  .b2c-journey__statistics .slick-track {
    display: -webkit-box;
    display: flex;
  }

  .b2c-journey__statistics .slick-slide {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .b2c-journey__statistics .slick-slide .col-12 {
    padding: 0 5px;
  }

  .b2c-journey__stats-icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
  }

  .b2c-journey__stats-icon img {
    width: 16px;
    height: 16px;
    min-width: 16px;
    min-height: 16px;
  }

  .b2c-journey__stats-info {
    margin-left: 6px;
  }

  .b2c-journey__stats-text {
    font-size: 16px;
    line-height: 14px;
    margin-bottom: 2px;
  }

  .b2c-journey__stats-desc {
    font-size: 12px;
    line-height: 18px;
  }

  .b2c-journey__video-sec,
  .b2c-journey .unexpanded-sec {
    margin-top: 30px;
  }

  .b2c-journey__video-sec video,
  .b2c-journey .unexpanded-sec video {
    min-height: initial;
    border-radius: 0;
  }

  .b2c-journey__video-sec .b2c-journey__video,
  .b2c-journey .unexpanded-sec .b2c-journey__video {
    -webkit-box-flex: 0 !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .b2c-journey__video-sec .b2c-journey__video .journey-video,
  .b2c-journey .unexpanded-sec .b2c-journey__video .journey-video {
    padding: 0 !important;
  }

  .b2c-journey__video-sec .b2c-journey__video-play-btn,
  .b2c-journey .unexpanded-sec .b2c-journey__video-play-btn {
    display: -webkit-box;
    display: flex;
    background-color: transparent;
  }

  .b2c-journey__video-sec .b2c-journey__video-play-btn img,
  .b2c-journey .unexpanded-sec .b2c-journey__video-play-btn img {
    width: 58px;
    height: 58px;
    min-width: 58px;
    min-height: 58px;
  }

  .b2c-journey__left,
  .b2c-journey__right {
    display: none !important;
  }

  .b2c-culture {
    padding: 32px 0 65px;
  }

  .b2c-culture .container {
    max-width: initial;
    padding: 0;
  }

  .b2c-culture .container .row {
    margin: 0;
    padding: 0;
  }

  .b2c-culture .container .row>div {
    padding: 0;
  }

  .b2c-culture .culture-slider-for {
    display: none !important;
  }

  .b2c-culture__slider {
    overflow: hidden;
  }

  .b2c-culture__slide {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    height: auto !important;
    width: 320px;
    padding: 0 10px;
  }

  .b2c-culture .slick-dots {
    display: none;
  }

  .b2c-culture__img {
    margin-bottom: 32px;
  }

  .b2c-culture__img img {
    width: 300px;
    height: 300px;
    min-width: 300px;
    min-height: 300px;
  }

  .b2c-culture__label {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 12px;
  }

  .b2c-culture__title {
    font-size: 25px;
    line-height: 27.2px;
    margin: 0 0 12px;
  }

  .b2c-culture__desc {
    font-size: 14px;
    line-height: 19.6px;
    margin: 0;
    max-width: 100%;
  }

  .b2c-culture .slick-slider {
    display: block;
  }

  .b2c-culture .slick-slide {
    height: auto;
    width: 330px;
    transform: scale(1) !important;
  }

  .b2c-culture .container .slick-list {
    padding: 0 10px;
  }

  .b2c-culture__slide {
    max-width: 320px;
  }

  .growth-perks {
    padding: 40px 0 22px;
  }

  .growth-perks .container .row>div[class*=col] {
    margin: 0;
  }

  .growth-perks__title {
    font-size: 24px;
    line-height: 28.8px;
    margin: 0 0 8px;
  }

  .growth-perks__desc {
    font-size: 14px;
    line-height: 19.4px;
    margin: 0 auto 34px;
  }

  .growth-perks__card {
    border-radius: 8px;
    padding: 30px 20px;
    height: 100%;
    text-align: center !important;
  }

  .growth-perks__icon img {
    margin: auto;
  }

  .growth-perks__label {
    font-size: 16px;
    line-height: 19.2px;
  }

  .growth-perks__brief {
    font-size: 14px;
    line-height: 18px;
    word-wrap: break-word;
  }

  .growth-perks .slick-track {
    display: -webkit-box;
    display: flex;
  }

  .growth-perks .slick-slide {
    -webkit-box-flex: 0;
    flex: 0 0 50vw;
    max-width: 50vw;
    height: inherit !important;
    transform: scale(1) !important;
    opacity: 1 !important;
  }

  .growth-perks .slick-slide > div {
    height: 100%;
  }

  .growth-perks .slick-slider {
    margin-bottom: 40px;
  }

  .growth-perks .slick-slide .col-6 {
    max-width: 100%;
    height: 100%;
  }

  .growth-perks .slick-dots {
    -webkit-box-pack: center;
    justify-content: center;
    bottom: -42px;
  }

  .grow-skills {
    padding: 40px 0;
  }

  .grow-skills .row>div:not(:last-child) {
    margin-bottom: 22px;
  }

  .grow-skills__title {
    font-size: 24px;
    line-height: 28.4px;
    margin: 0 0 8px;
  }

  .grow-skills__desc {
    font-size: 14px;
    line-height: 19.7px;
    margin-bottom: 30px;
  }

  .grow-skills__content {
    padding: 22px 20px 24px;
  }

  .grow-skills__label {
    font-size: 18px;
    line-height: 21.6px;
    margin: 0 0 12px;
  }

  .grow-skills__brief {
    font-size: 14px;
    line-height: 19.6px;
    margin-bottom: 12px;
  }

  .b2c-testimonial {
    padding: 40px 0;
  }

  .b2c-testimonial__title {
    font-size: 24px;
    line-height: 28.8px;
    margin: 0 0 8px;
  }

  .b2c-testimonial__desc {
    font-size: 14px;
    line-height: 19.6px;
    margin-bottom: 30px;
  }

  .b2c-testimonial__video {
    text-align: center;
  }

  .b2c-testimonial__video iframe {
    width: 100%;
    min-height: 300px;
    margin: auto;
  }

  .b2c-testimonial__slider {
    padding: 36px 22px 40px;
    margin-top: 30px !important;
  }

  .b2c-testimonial__client {
    margin-bottom: 11.5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }

  .b2c-testimonial__client__img {
    margin-bottom: 21px;
  }

  .b2c-testimonial__client__img img {
    width: 80px;
    height: 80px;
    min-width: 80px;
    min-height: 80px;
  }

  .b2c-testimonial__client__info {
    margin: 0 !important;
    text-align: center !important;
  }

  .b2c-testimonial__client__info .testimonial-name {
    margin: 0 0 3px;
  }

  .b2c-testimonial__opinion {
    margin-bottom: 26px;
    text-align: center !important;
  }

  .b2c-testimonial__opinion p {
    font-size: 20px;
    line-height: 26px;
  }

  .b2c-testimonial .slick-dots {
    -webkit-box-pack: center;
    justify-content: center;
    width: max-content;
    left: 50%;
    transform: translateX(-50%);

  }

  .b2c-testimonial .slick-dots li:last-child {
    margin: 0 !important;
  }

  /***[ Grow Your Skills Page ]***/
  .b2c-main-info {
    padding: 40px 0;
  }

  .b2c-main-info__title,
  .b2c-main-info__desc {
    max-width: initial;
  }

  .b2c-main-info__title {
    font-size: 18px;
    line-height: 25.2px;
    margin: 0 0 12px;
    text-align: center;
  }

  .b2c-main-info__desc {
    font-size: 14px;
    line-height: 19.6px;
    text-align: center;
    margin: 0;
  }

  .b2c-shared-content {
    padding-top: 0;
  }

  .b2c-shared-content .row {
    margin: 0 !important;
  }

  .b2c-shared-content .row>div {
    padding: 0;
  }

  .b2c-shared-content .row>div.col-lg-5 {
    -webkit-box-ordinal-group: 2;
    order: 1;
  }

  .b2c-shared-content .row>div.col-lg-7 {
    -webkit-box-ordinal-group: 3;
    order: 2;
  }

  .b2c-shared-content__text.pl-5 {
    padding: 0 !important;
  }

  .b2c-shared-content__title {
    font-size: 24px;
    line-height: 28.8px;
    margin: 0 0 16px;
  }

  .b2c-shared-content__brief {
    font-size: 14px;
    line-height: 19.6px;
    margin-bottom: 20px;
  }

  .b2c-shared-content__img {
    margin-bottom: 24px;
    text-align: center;
  }

  .b2c-shared-content__img img {
    min-width: auto;
    max-width: 100%;
    width: 448px;
    height: auto;
    min-height: auto;
  }

  /***[ Availableo Opportunities Page ]***/
  .availableo-pportunities {
    padding: 40px 0;
  }

  /***[ Shared ]***/
  .b2c-sub-menu {
    border-bottom: 1px solid #F3F3F3;
    background: #FFF;
    box-shadow: 0px -2px 4px 0px rgba(0, 0, 0, 0.08);
    height: auto;
    padding: 18px 16px !important
  }

  .b2c-sub-menu .navbar-nav {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  
  .b2c-sub-menu.fixed-sub-menu {
    z-index: 999;
  }

  .b2c-sub-menu__wrapper {
    height: auto;
  }

  .b2c-sub-menu .container {
    max-width: 1000px;
  }

  .b2c-sub-menu .navbar-toggler {
    box-shadow: none;
    border: none;
    outline: 0;
    padding: 0;
  }

  .b2c-sub-menu .navbar-toggler .navbar-toggler-icon {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }

  .b2c-sub-menu .navbar-toggler:not(.collapsed) .navbar-toggler-icon {
    background-image: url("../images/close-icon.svg");
  }

  .b2c-sub-menu .navbar-toggler.collapsed .navbar-toggler-icon {
    background-image: url("../images/burger-menu-icon.svg");
  }

  .b2c-sub-menu .navbar-collapse {
    background: #FFF;
    margin: 0 -15px;
    padding: 0 20px 35px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
  }

  .b2c-sub-menu .navbar-brand {
    color: #ED1C24;
    font-family: "Rubik", sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: normal;
  }

  .b2c-sub-menu .nav-item {
    margin-right: 0 !important;
  }

  .b2c-sub-menu .nav-link {
    padding: 24px 0;
    height: auto;
    font-size: 14px;
    border-bottom: 1px solid #E0E0E0;
  }

  .b2c-sub-menu .nav-link.active,
  .b2c-sub-menu .nav-link:hover {
    color: #ED1C24;
    border-color: #ED1C24;
  }

  .b2c-sub-menu .b2c-stroked-btn {
    width: 100%;
    margin-top: 24px;
    border-width: 1px;
  }

  .b2c-pre-footer {
    padding: 40px 0;
    margin-top: 20px;
  }

  .b2c-pre-footer .container {
    max-width: 747px;
  }

  .b2c-pre-footer__title,
  .b2c-pre-footer__desc {
    color: #FFF;
    font-family: "Rubik", sans-serif;
  }

  .b2c-pre-footer__title {
    font-size: 23px;
    line-height: 25.3px;
    margin: 0 0 16px;
  }

  .b2c-pre-footer__desc {
    font-size: 16px;
    line-height: 20.8px;
    margin-bottom: 23px;
  }

  .b2c-pre-footer__btn {
    min-width: 275px;
  }
}

.CMS-footer-menu {
  margin-top: 0 !important;
}


/* START :: Related to the Sticky Effect */
@media (min-width: 992px) {
  .fixed-top-sections {
    position: relative;
    z-index: 98;
    background: #FFF
  }
  .sticky-bottom-section {
    position: fixed;
    bottom: 0;
    z-index: 5; 
    width: 100%;
  }
}
/* END :: Related to the Sticky Effect */



/* START :: Journey Modal */
.journey-modal .modal-dialog {
  max-width: 1000px;
}

.journey-modal .modal-content {
  background-color: transparent;
  border: none;
}

.journey-modal .modal-header {
  padding: 0;
  border: none;
}

.journey-modal .modal-header button {
  position: absolute;
  right: 0;
  top: -15px;
  padding: 0;
  border: none;
  outline: 0;
  opacity: 1;
}

.journey-modal .modal-header button span {
  color: #FFF;
}

.journey-modal .modal-body {
  padding: 0;
}

.journey-modal .modal-body video {
  height: 100%;
  width: 100%
}

@media (max-width: 820px) {
  .journey-modal .modal-header button,
  .journey-modal .modal-header button {
    right: 16px;
    top: -16px;
  }

  .journey-modal .modal-body,
  .journey-modal .modal-body {
    padding: 0;
  }
}
/* END :: Journey Modal */

.custom-breadcrumb {
  position: absolute;
}