:root {
  --yellow-color: #fdbd13;
  --dark-blue-color: #0b101b;
  --black-color: #000;
  --white-color: #fff;
  --padding: 80px;
  --text-color: #101828;
  --heading-color: #1c1917;
}

body {
  font-family: "Inter Tight", sans-serif;
}

*,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

a {
  text-decoration: none;
}

img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.container-main {
  max-width: 1208px;
  margin: 0 auto;
  padding: 0px 20px;
}

.sub-heading {
  padding-bottom: 12px;
}

.sub-heading h6 {
  font-weight: 700;
  font-size: 10px;
  line-height: 15px;
  letter-spacing: 2.62px;
  text-transform: uppercase;
  color: var(--white-color);
  position: relative;
  display: inline-flex;
  align-items: center;
}

.sub-heading h6::before {
  content: "";
  width: 32px;
  height: 1px;
  background-color: var(--yellow-color);
  margin-right: 13px;
}

/* mba detail hero */
.eimr-next-chapter-main {
  position: relative;
}

.eimr-next-chapter-bg {
  height: 672px;
}

.eimr-next-chapter-info {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  /* padding-top: 87px;
      padding-bottom: 87px; */
}

.eimr-next-chapter-info .container-main {
  height: 100%;
}

.eimr-next-chapter-info-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
}

.eimr-next-chapter-info-left h1 {
  font-weight: 500;
  font-size: 60px;
  color: var(--white-color);
  line-height: 122%;
  letter-spacing: -1.32px;
}

.eimr-next-chapter-info-left h1 span {
  color: var(--yellow-color);
}

.eimr-next-chapter-info-left p {
  font-weight: 400;
  font-size: 18px;
  color: var(--white-color);
  line-height: 160%;
  padding-top: 9px;
  max-width: 607px;
  line-height: -0.44px;
}

.affliated-hero-section-duration ul {
  display: flex;
  align-items: center;
  gap: 24px;
  padding-top: 24px;
}

.affliated-hero-section-duration ul li {
  font-weight: 700;
  font-size: 16px;
  line-height: 22.75px;
  letter-spacing: -0.15px;
  color: var(--white-color);
  position: relative;
  display: inline-flex;
  align-items: center;
}

.affliated-hero-section-duration ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: var(--yellow-color);
  margin-right: 12px;
  border-radius: 50%;
  box-shadow: 0px 0px 8px 0px #c4a35a99;
}

.affliated-hero-section-btns {
  padding-top: 36px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.affliated-hero-section-btns .apply-now-btn a {
  background-color: var(--yellow-color);
  color: #00293c;
  padding: 0px 41px;
  border-radius: 8px;
  border-top-right-radius: 0;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 18px;
  width: max-content;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
}

.download-brochure a {
  background-color: transparent !important;
  color: var(--white-color) !important;
  padding: 0px 20px !important;
  border-radius: 8px !important;
  border-top-right-radius: 0 !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  letter-spacing: 10% !important;
  line-height: 18px !important;
  width: max-content !important;
  height: 38px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  text-transform: uppercase !important;
  border: 1px solid #fff !important;
}

/* mba-detail-about-us-main */

.mba-detail-about-us-main {
  padding-top: 90px;
  padding-bottom: 90px;
}

.mba-detail-about-us-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.mba-detail-about-us-left,
.mba-detail-about-us-right {
  width: 50%;
}

.mba-detail-about-us-left-img {
  aspect-ratio: 622/463;
}

.mba-detail-about-us-right {
  padding-left: 47px;
}

.mba-detail-about-us-right-content .sub-heading h6 {
  color: var(--text-color);
}

.mba-detail-about-us-right-content h2 {
  font-weight: 500;
  font-size: 42px;
  line-height: 120%;
  letter-spacing: 0%;
  color: var(--text-color);
}

.mba-detail-about-us-right-content p {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.71px;
  color: #00293c;
  padding-top: 12px;
}

.mba-detail-about-us-right-content p:last-of-type {
  padding-top: 20px;
}

.mba-detail-about-us-right-btn a {
  background-color: var(--yellow-color);
  padding: 16px 37px;
  color: var(--black-color);
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 12%;
  text-transform: uppercase;
  position: relative;
  display: inline-flex;
  align-items: center;
  width: 295px;
  justify-content: center;
  margin-top: 12px;
  height: 50px;
}

.mba-detail-about-us-right-btn a::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../images/btn-arrow.webp") no-repeat center center;
  background-size: contain;
  margin-left: 10px;
}

/* eimr-global-business-immersion */

.eimr-global-business-immersion-main {
  background: #002130;
  padding-top: var(--padding);
  padding-bottom: var(--padding);
}

.eimr-global-business-immersion-info {
  display: flex;
  flex-wrap: wrap;
}

.emir-optimized-building-info-top {
  display: flex;
  align-items: center;
}

.eimr-global-business-immersion-info-top-header {
  display: flex;
  padding-bottom: 40px;
}

.eimr-global-business-immersion-info-top-header-left,
.eimr-global-business-immersion-info-top-header-right {
  width: 50%;
}

.eimr-global-business-immersion-info-top-header h2 {
  font-weight: 600;
  font-size: 42px;
  color: var(--white-color);
  line-height: 130%;
  letter-spacing: 0%;
  vertical-align: middle;
}

.eimr-global-business-immersion-info-top-header p {
  font-weight: 400;
  font-size: 16px;
  color: var(--white-color);
  line-height: 22.75px;
  letter-spacing: 0px;
  text-align: right;
}

.eimr-global-business-immersion-info-bottom-block {
  background: var(--white-color);
  padding: 21px 15px;
  border-radius: 4px;
}

.eimr-global-business-immersion-info-bottom-inner {
  height: 100%;
}

.eimr-global-business-immersion-info-bottom-heading {
  padding-top: 15px;
}

.eimr-global-business-immersion-info-bottom-heading h3 {
  font-weight: 500;
  font-size: 18px;
  color: var(--black-color);
  line-height: 120%;
  letter-spacing: 0%;
  padding-bottom: 9px;
}

.eimr-global-business-immersion-info-bottom-heading p {
  font-weight: 400;
  font-size: 15px;
  color: #7d7c7c;
  line-height: 120%;
  letter-spacing: 0%;
}

.eimr-global-business-immersion-info-bottom-slider.owl-theme .owl-dots {
  margin-top: 40px !important;
}

.eimr-global-business-immersion-info-bottom-slider.owl-theme .owl-dots .owl-dot.active span,
.eimr-global-business-immersion-info-bottom-slider.owl-theme .owl-theme .owl-dots .owl-dot:hover span {
  width: 244px;
  background: var(--yellow-color);
  height: 4px;
  border-radius: unset;
  margin: 1px 2px;
}

.eimr-global-business-immersion-info-bottom-slider.owl-theme .owl-theme .owl-dots {
  margin-top: unset !important;
}

.eimr-global-business-immersion-info-bottom-slider.owl-theme .owl-dots .owl-dot span {
  width: 47px;
  background: var(--white-color);
  height: 4px;
  border-radius: unset;
  margin: 1px 2px;
}

/* mba-detail-program-curriculum-main */

.mba-detail-program-curriculum-main {
  padding-top: 90px;
  padding-bottom: 90px;
}

.mba-detail-program-curriculum-heading-main {
  display: flex;
  justify-content: space-between;
}

.mba-detail-program-curriculum-heading {
  max-width: 578px;
}

.mba-detail-program-curriculum-heading .sub-heading h6 {
  color: var(--text-color);
}

.mba-detail-program-curriculum-heading h2 {
  font-weight: 500;
  font-size: 42px;
  line-height: 130%;
  letter-spacing: -0.85px;
  color: var(--heading-color);
}

.mba-detail-program-curriculum-desc p {
  font-weight: 400;
  font-size: 16px;
  line-height: 22.75px;
  letter-spacing: -0.15px;
  color: #4a5565;
  max-width: 516px;
}

.mba-detail-program-curriculum-flex {
  display: flex;
  flex-wrap: wrap;
  padding-top: 27px;
}

.mba-detail-program-curriculum-left {
  width: 30%;
}

.mba-detail-program-curriculum-right {
  width: 70%;
  padding-left: 32px;
}

.mba-detail-program-curriculum-left-city-info p {
  font-weight: 400;
  font-size: 10px;
  line-height: 15px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #00293c;
}

.mba-detail-program-curriculum-left-block {
  padding-top: 14px;
}

.mba-detail-program-curriculum-left-block-inner {
  padding: 15px 20px;
  border: 1px solid #b4b4b46e;
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.mba-detail-program-curriculum-left-block.active .mba-detail-program-curriculum-left-block-inner {
  background: linear-gradient(90deg, #ffd973 0%, #ffb900 100%);
  border-color: transparent;
}

.mba-detail-program-curriculum-left-block-img {
  background-color: #002130;
  height: 42.98px;
  width: 42.98px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}

.mba-detail-program-curriculum-left-block-img p {
  font-weight: 400;
  font-size: 18px;
  line-height: 15px;
  letter-spacing: 2.5px;
  text-align: center;
  color: var(--yellow-color);
}

.mba-detail-program-curriculum-left-block-img img {
  height: 22px;
  width: 22px;
}

.mba-detail-program-curriculum-left-block-info p.semester {
  font-weight: 600;
  font-size: 14px;
  line-height: 19.6px;
  letter-spacing: 0px;
  color: #002130;
}

.mba-detail-program-curriculum-left-block-info p.subjects {
  font-weight: 400;
  font-size: 11px;
  line-height: 16.5px;
  letter-spacing: 0.5px;
  color: #3f4a5d;
}

.mba-detail-program-curriculum-left-block.active .mba-detail-program-curriculum-left-block-info p.subjects {
  color: #002130;
}

.mba-detail-program-curriculum-left-img {
  padding-top: 32px;
  border-radius: 12px;
  aspect-ratio: 394/368;
}

.mba-detail-program-curriculum-left-img img {
  border-radius: 12px;
}

.mba-detail-program-curriculum-right-box {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  box-shadow: 0px 1px 8px 0px #0000000f;
  overflow: hidden;
}

.mba-detail-program-curriculum-right-box-info {
  background-color: #002130;
  padding: 40px;
}

.mba-detail-program-curriculum-right-box-info-top {
  display: flex;
  gap: 12px;
  align-items: center;
}

.mba-detail-program-curriculum-right-box-info-top-img {
  background-color: var(--yellow-color);
  height: 32px;
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}

.mba-detail-program-curriculum-right-box-info-top-img p {
  font-weight: 500;
  font-size: 20px;
  line-height: 15px;
  letter-spacing: 2.5px;
  text-align: center;
  color: var(--text-color);
}

.mba-detail-program-curriculum-right-box-info-top-desc p {
  font-weight: 400;
  font-size: 11px;
  line-height: 16.5px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #ffffff99;
}

.mba-detail-program-curriculum-right-box-info-heading p {
  font-weight: 500;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0px;
  color: var(--white-color);
  padding-top: 8px;
}

.mba-detail-program-curriculum-right-box-info-desc p {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: var(--white-color);
  padding-top: 8px;
  max-width: 590px;
}

.mba-detail-program-curriculum-right-box-points {
  padding: 40px;
}

.mba-detail-program-curriculum-right-box-points-block {
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 16px;
  border-bottom: 1px solid #e9e9e9;
}

.mba-detail-program-curriculum-right-box-points-block-number p {
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0px;
  color: #393b3f;
  padding-right: 10px;
}

.mba-detail-program-curriculum-right-box-points-block-info p {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #393b3f;
}

.mba-detail-program-curriculum-right-box-points-block-info p::before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: var(--yellow-color);
  margin-right: 16px;
  border-radius: 50%;
  box-shadow: 0px 0px 6px 0px #fdbd1373;
}

.mba-detail-program-curriculum-right-box {
  display: none;
}

.mba-detail-program-curriculum-right-box.active {
  display: block;
}

/* Soonicorn Fund */
.mba-detail-soonicorn-fund-main {
  background: var(--white-color);
  padding-top: var(--padding);
  padding-bottom: var(--padding);
}

.mba-detail-soonicorn-fund-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mba-detail-soonicorn-fund-heading-left .sub-heading h6 {
  color: var(--text-color);
}

.mba-detail-soonicorn-fund-heading-left h2 {
  display: inline;
  font-weight: 500;
  font-size: 42px;
  color: #1c1917;
  line-height: 130%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: none;
}

.mba-detail-soonicorn-fund-heading-left h2 span {
  color: var(--yellow-color);
}

.mba-detail-soonicorn-fund-heading-right p {
  font-weight: 400;
  font-size: 16px;
  color: #4a5565;
  line-height: 22.75px;
  letter-spacing: -0.15px;
  padding-top: 19px;
  max-width: 495px;
}

.mba-detail-soonicorn-fund-content {
  display: flex;
  padding-top: 30px;
  flex-wrap: wrap;
  align-items: end;
}

.mba-detail-soonicorn-fund-content-left,
.mba-detail-soonicorn-fund-content-right {
  width: 50%;
}

.mba-detail-soonicorn-fund-content-right {
  padding-left: 65px;
  padding-right: 63px;
}

.mba-detail-soonicorn-fund-content-left-image {
  aspect-ratio: 586/536;
}

.mba-detail-soonicorn-fund-content-right-block {
  background-color: #00293c;
  border-radius: 12px;
  padding: 26.54px 42.98px;
  position: relative;
}

.mba-detail-soonicorn-fund-content-right-block-selection-process {
  display: inline-block;
  background: #ffffff2e;
  border-radius: 14px;
  padding: 6px 24px;
}

.mba-detail-soonicorn-fund-content-right-block-selection-process p {
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  color: var(--white-color);
}

.mba-detail-soonicorn-fund-content-right-block-points-block {
  display: flex;
  align-items: center;
  gap: 21px;
  padding-top: 21.49px;
}

.mba-detail-soonicorn-fund-content-right-block-points-block-img {
  height: 36px;
  width: 36px;
  flex-shrink: 0;
}

.mba-detail-soonicorn-fund-content-right-block-points-block-desc p {
  font-weight: 500;
  font-size: 17.19px;
  line-height: 21.49px;
  letter-spacing: -0.54px;
  color: #f5f5f4;
  max-width: 367px;
}

.mba-detail-soonicorn-fund-content-right-block-inner-img {
  border-radius: 12px;
  padding-top: 21.49px;
  aspect-ratio: 377/176;
  overflow: hidden;
  box-shadow: 0px 4.3px 4.3px 0px #0000001f;
}

.mba-detail-soonicorn-fund-content-right-block-inner-img img {
  border-radius: 12px;
}

.exclusive-eimr-successors-left-box {
  position: absolute;
  top: -57px;
  right: -63px;
  border: 14.2px solid #fff;
  border-radius: 11.36px;
  z-index: 2;
  border-bottom-left-radius: 27px;
}

.exclusive-eimr-successors-left-box-inner {
  background: linear-gradient(180deg, #ffd974 0%, #ffc534 100%);
  padding: 30px 9px;
  border-radius: 11.36px;
}

.exclusive-eimr-successors-left-box h4 {
  font-weight: 500;
  font-size: 45px;
  line-height: 122%;
  letter-spacing: -1.32px;
  text-align: center;
  color: #00293c;
}

.exclusive-eimr-successors-left-box p {
  font-weight: 400;
  font-size: 16px;
  line-height: 122%;
  letter-spacing: -1.32px;
  color: #00293cb8;
  padding-top: 5px;
  text-align: center;
}

/* mba-detail-your-journey-main */

.mba-detail-your-journey-main {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #001620;
}

.mba-detail-your-journey-heading-main {
  display: flex;
  justify-content: space-between;
}

.mba-detail-your-journey-heading {
  max-width: 578px;
}

.mba-detail-your-journey-heading h2 {
  font-weight: 500;
  font-size: 42px;
  line-height: 130%;
  letter-spacing: -0.85px;
  color: var(--white-color);
}

.mba-detail-your-journey-heading h2 span {
  color: var(--yellow-color);
}

.mba-detail-your-journey-desc p {
  font-weight: 400;
  font-size: 16px;
  line-height: 22.75px;
  letter-spacing: -0.15px;
  color: var(--white-color);
  max-width: 516px;
}

.mba-detail-your-journey-flex {
  padding-top: 200px;
}

.mba-detail-your-journey-content {
  display: flex;
  flex-wrap: nowrap;
  gap: 115px;
  /* justify-content: center; */
}

.mba-detail-your-journey-content-inner {
  margin: 0px 0px 45px 0px;
  height: 157px;
  padding: 0px 0px 0px 10px;
  position: relative;
}

.mba-detail-your-journey-content-inner-info {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 4px;
  padding: 8px;
  border-radius: 4.16px;
  position: relative;
  border: 1.04px solid #ffffff4a;
  max-width: 210px;
}

.mba-detail-your-journey-content-main {
  position: relative;
}

.you-are-here,
.you-are-beginning {
  position: absolute;
  background: linear-gradient(180deg, #0d222b 0%, #2c7391 416.13%);
  border: 1px solid #ffffff5e;
  padding: 10px;
  border-radius: 4px;
  width: max-content;
}

.you-are-beginning {
  width: 118px;
}

.you-are-here {
  left: 0px;
  top: 50px;
}

.you-are-beginning {
  right: 0px;
  top: -24px;
}

.you-are-here p,
.you-are-beginning p {
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: -0.88px;
  color: var(--white-color);
}

.mba-detail-your-journey-content-inner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #d9d9d91c;
}

.mba-detail-your-journey-content-inner::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 153.38px;
  height: 7px;
  background: #ffffff4d;
}

.mba-detail-your-journey-content-inner-info p {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: -0.88px;
  color: var(--white-color);
}

.mba-detail-your-journey-content-inner-info-img {
  height: 52px;
  max-width: 61px;
  width: 100%;
}

.mba-detail-your-journey-content-inner-info-img img {
  border-radius: 4.16px;
}

.mba-detail-your-journey-content:nth-child(2) {
  position: relative;
  /* top: -89px; */
  left: 160px;
}

.mba-detail-your-journey-content:nth-child(1) {
  position: relative;
  top: 89px;
}

.mba-detail-your-journey-content:nth-child(2) .mba-detail-your-journey-content-inner {
  border-bottom: unset;
  padding: 10px 0px 0px 10px;
  padding-left: 12px;
  margin-bottom: 40px;
  display: flex;
  align-items: flex-end;
}

.mba-detail-your-journey-content:nth-child(2) .mba-detail-your-journey-content-inner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 80%;
  height: 100%;
  background:
    linear-gradient(#d9d9d91c, #d9d9d91c) left / 1px 100% no-repeat,
    /* vertical line */
    linear-gradient(#ffffff4d, #ffffff4d) top / 100% 7px no-repeat;
  /* horizontal line */
}

.mba-detail-your-journey-content:nth-child(2) .mba-detail-your-journey-content-inner::after {
  content: unset;
}

.mba-detail-your-journey-content:nth-child(1) .mba-detail-your-journey-content-inner:nth-child(2) {
  margin-top: -90px;
}

.mba-detail-your-journey-content:nth-child(1) .mba-detail-your-journey-content-inner:nth-child(3) {
  margin-top: -175px;
}

.mba-detail-your-journey-content:nth-child(1) .mba-detail-your-journey-content-inner:nth-child(4) {
  margin-top: -260px;
}

.mba-detail-your-journey-content:nth-child(2) .mba-detail-your-journey-content-inner:nth-child(1) {
  margin-top: -0px;
  left: -7px;
}

.mba-detail-your-journey-content:nth-child(2) .mba-detail-your-journey-content-inner:nth-child(2) {
  margin-top: -87px;
  left: -7px;
}

.mba-detail-your-journey-content:nth-child(2) .mba-detail-your-journey-content-inner:nth-child(3) {
  margin-top: -175px;
}

.mba-detail-your-journey-content:nth-child(2) .mba-detail-your-journey-content-inner:nth-child(4) {
  margin-top: -260px;
}

.mba-detail-your-journey-content-inner:hover .mba-detail-your-journey-content-inner-info {
  border-color: var(--yellow-color);
}

.mba-detail-your-journey-content-inner:hover::before {
  background: var(--yellow-color);
}

.mba-detail-your-journey-content-inner:hover::after {
  background: var(--yellow-color);
}

.mba-detail-your-journey-content:nth-child(2) .mba-detail-your-journey-content-inner:hover::before {
  background:
    linear-gradient(#fdbd13, #fdbd13) left / 1px 100% no-repeat,
    /* vertical line */
    linear-gradient(#fdbd13, #fdbd13) top / 100% 7px no-repeat;
}





.mba-detail-your-journey-mobile{
  display: none;
}

/* program-curriculum */

.program-curriculum-main {
  background: #002130;
  padding-top: var(--padding);
  padding-bottom: var(--padding);
}

.program-curriculum-info {
  display: flex;
  flex-wrap: wrap;
}

.program-curriculum-info-top-header {
  display: flex;
}

.program-curriculum-info-top-header-left,
.program-curriculum-info-top-header-right {
  width: 50%;
}

.program-curriculum-info-top-header-left h2 {
  font-weight: 500;
  font-size: 42px;
  color: var(--white-color);
  line-height: 130%;
  letter-spacing: -0.85px;
  vertical-align: middle;
}

.program-curriculum-info-top-header-left h2 span {
  color: var(--yellow-color);
}

.program-curriculum-info-top-header-right p {
  font-weight: 400;
  font-size: 16px;
  color: var(--white-color);
  line-height: 22.75px;
  letter-spacing: 0px;
}

.program-curriculum-info-bottom {
  padding-top: 116px;
  display: flex;
  align-items: center;
  gap: 30px;
}

.program-curriculum-info-bottom-left,
.program-curriculum-info-bottom-right {
  width: 50%;
}

.program-curriculum-info-bottom-left {
  position: relative;
}

.program-curriculum-info-bottom-left-image {
  aspect-ratio: 608/592;
}

.program-curriculum-info-bottom-left img {
  border-radius: 8px;
}

.program-curriculum-info-bottom-left-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  height: 100%;
}

.program-curriculum-info-bottom-left-content-heading {
  margin: 0 0 0 auto;
  display: flex;
  justify-content: end;
  padding-top: 23px;
  padding-right: 23px;
}

.program-curriculum-info-bottom-left-content-heading h3 {
  font-weight: 400;
  font-size: 20px;
  color: var(--white-color);
  line-height: 22.75px;
  letter-spacing: -0.15px;
  position: relative;
  display: inline-flex;
  align-items: center;
}

.program-curriculum-info-bottom-left-content-heading h3::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: var(--yellow-color);
  margin-right: 12px;
  border-radius: 50%;
  box-shadow: 0px 0px 8px 0px #c4a35a99;
}

.program-curriculum-info-bottom-left-content-desc {
  position: absolute;
  bottom: 0;
  padding-bottom: 22px;
  padding-left: 18px;
}

.program-curriculum-info-bottom-left-content-desc-location {
  display: flex;
  align-items: center;
  gap: 9.75px;
}

.program-curriculum-info-bottom-left-content-desc-location-image {
  width: 29.24px;
  height: 29.24px;
}

.program-curriculum-info-bottom-left-content-desc-location-text {
  font-weight: 600;
  font-size: 15px;
  color: var(--white-color);
  line-height: 16.45px;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.program-curriculum-info-bottom-left-content-desc-info {
  padding-top: 16px;
}

.program-curriculum-info-bottom-left-content-desc-info p {
  font-weight: 500;
  font-size: 28px;
  color: var(--white-color);
  line-height: 120%;
  letter-spacing: 0%;
  padding-bottom: 9px;
}

.program-curriculum-info-bottom-left-content-desc-info span {
  font-weight: 400;
  font-size: 18px;
  color: var(--white-color);
  line-height: 120%;
  letter-spacing: 0%;
}

.program-curriculum-info-bottom-right {
  background: #00293c;
  border: 1px solid #1a3745;
  padding: 26px;
  border-radius: 14px;
}

.program-curriculum-info-bottom-right-medal-image {
  width: 61.5px;
  height: 61.5px;
  border-radius: 12.81px;
}

.program-curriculum-info-bottom-right-title {
  padding-top: 24px;
}

.program-curriculum-info-bottom-right-title h3 {
  font-weight: 500;
  font-size: 30px;
  color: var(--white-color);
  line-height: 36px;
  letter-spacing: 0.4px;
}

.program-curriculum-info-bottom-right-sub-title {
  padding-top: 24px;
}

.program-curriculum-info-bottom-right-sub-title p {
  font-weight: 400;
  font-size: 18px;
  color: #ffffffde;
  line-height: 28px;
  letter-spacing: -0.44px;
}

.program-curriculum-info-bottom-right-block {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 16px;
}

.program-curriculum-info-bottom-right-block-inner {
  border-radius: 16px;
  border: 1px solid #ffffff1a;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.program-curriculum-info-bottom-right-block-image {
  width: 40px;
  height: 40px;
  border-radius: 14px;
  flex-shrink: 0;
}

.program-curriculum-info-bottom-right-block-text p {
  font-weight: 600;
  font-size: 16px;
  color: var(--white-color);
  line-height: 24px;
  letter-spacing: -0.31px;
}

.program-curriculum-info-bottom-right-block-text span {
  font-weight: 400;
  font-size: 14px;
  color: #ffffff99;
  line-height: 20px;
  letter-spacing: -0.15px;
}

/* Business Challenges */

.business-challenges-main {
  background: #001620;
  padding-top: var(--padding);
  padding-bottom: var(--padding);
}

.business-challenges-heading h2 {
  font-weight: 500;
  font-size: 36px;
  color: var(--white-color);
  line-height: 130%;
  letter-spacing: -0.85px;
  text-align: center;
  vertical-align: middle;
}

.business-challenges-heading p {
  padding-top: 14px;
  font-weight: 400;
  font-size: 16px;
  color: #f5f5f5;
  line-height: 22.75px;
  letter-spacing: -0.15px;
  text-align: center;
}

.business-challenges-block {
  display: flex;
  padding-top: 34px;
  flex-wrap: wrap;
  margin: -16px;
}

.business-challenges-cards {
  width: 25%;
  padding: 16px;
}

.business-challenges-cards-inner {
  background: #00293c;
  border-radius: 12px;
  padding: 30px;
  border: 2px solid #ffffff1a;
  height: 100%;
}

.business-challenges-cards-img {
  width: 42px;
  height: 42px;
}

.business-challenges-cards-text {
  padding-top: 18px;
}

.business-challenges-cards-text p {
  font-weight: 600;
  font-size: 24px;
  color: var(--white-color);
  line-height: 32px;
  letter-spacing: 0.07px;
}

.business-challenges-cards-text span {
  font-weight: 400;
  font-size: 16px;
  color: #ffffffcc;
  line-height: 26px;
  letter-spacing: -0.31px;
}

/* Global Business countries */

.global-business-countries-main {
  background: #001620;
  padding-top: var(--padding);
  padding-bottom: var(--padding);
}

.global-business-countries-heading h2 {
  font-weight: 500;
  font-size: 36px;
  color: var(--white-color);
  line-height: 130%;
  letter-spacing: -0.85px;
  text-align: center;
}

.global-business-countries-heading p {
  padding-top: 14px;
  font-weight: 400;
  font-size: 16px;
  color: #f5f5f5;
  line-height: 22.75px;
  text-align: center;
  padding-bottom: 37px;
}

.global-business-countries-content {
  background: #00293c;
  border: 1px solid #ffffff36;
  border-radius: 20px;
  padding: 52px 34px;
}

.global-business-countries-content-select {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 19px;
}

.global-business-countries-content-country {
  border-radius: 2px;
  border: 1px solid #ffffff36;
  padding: 10px 24px;
  cursor: pointer;
}

.global-business-countries-content-country p img {
  width: 24px;
  height: 24px;
}

.global-business-countries-content-country p {
  font-weight: 600;
  font-size: 18px;
  color: var(--white-color);
  text-transform: uppercase;
}

.global-business-countries-content-country.active {
  background: #fdbd13;
  border-color: #fdbd13;
}

.global-business-countries-content-country.active p {
  color: #00293c;
}

.global-business-countries-content-country.active p img {
  filter: invert(1);
}

.global-business-countries-content-info .country-content-inner {
  display: flex;
  width: 100%;
  gap: 27px;
}

.global-business-countries-content-info .country-content {
  display: none !important;
}

.global-business-countries-content-info .country-content.active {
  display: block !important;
}

.global-business-countries-content-info {
  padding-top: 34px;
}

.global-business-countries-content-info-left,
.global-business-countries-content-info-right {
  width: 50%;
}

.global-business-countries-content-info-right {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-height: 549px;
  overflow-y: auto;
  padding-right: 5px;
}

.global-business-countries-content-info-right::-webkit-scrollbar {
  width: 6px;
}

.global-business-countries-content-info-right::-webkit-scrollbar-thumb {
  background: #507282;
  border-radius: 10px;
}

.global-business-countries-content-info-left {
  border-radius: 12px;
  height: 549px;
  /* aspect-ratio: 504/549; */
}

.global-business-countries-content-info-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.global-business-countries-content-info-right-block {
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  gap: 10px;
  padding: 20px;
  background: #fff;
  margin-right: 27px;
}

.global-business-countries-content-info-right-block-inner-logo {
  display: flex;
  border-bottom: 3px solid;
  border-image: linear-gradient(90deg, #fdbd13 0%, #ffffff 100%) 1;
}

.global-business-countries-content-info-right-block-inner-logo-1 {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-bottom: 19px;
  min-height: 88px;
}

.global-business-countries-content-info-right-block-inner-logo-1 img {
  max-height: 60px;
  width: auto;
  height: auto;
  display: block;
}

.one-logo {
  justify-content: center;
}

.one-logo img {
  max-height: 75px;
}

.two-logos {
  justify-content: space-between;
}

.two-logos img {
  max-height: 50px;
}

.three-logos {
  justify-content: space-between;
}

.three-logos img {
  max-height: 38px;
  max-width: 150px;
}

.global-business-countries-content-info-right-block-inner-text {
  padding-top: 18px;
}

.global-business-countries-content-info-right-block-inner-text p {
  font-weight: 600;
  font-size: 24px;
  color: #00293c;
  line-height: 32px;
}

.global-business-countries-content-info-right-block-inner-text span {
  display: block;
  padding-top: 4px;
  font-size: 18px;
  color: #00293c;
  line-height: 26px;
}

.global-business-countries-content-info-left-automobile-block {
  padding-bottom: 16px;
}

.global-business-countries-content-info-left-automobile-block-inner {
  border-radius: 16px;
  border: 1px solid #ffffff1a;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.global-business-countries-content-info-left-automobile-block-inner p {
  font-weight: 600;
  font-size: 18px;
  color: var(--white-color);
  line-height: 24px;
  letter-spacing: -0.31px;
  width: 100%;
}

.global-business-countries-content-info-left-automobile-block-image {
  width: 40px;
  height: 40px;
  border-radius: 14px;
  flex-shrink: 0;
}

.global-business-countries-content-info-left-automobile-block-text p {
  font-weight: 600;
  font-size: 18px;
  color: var(--white-color);
  line-height: 24px;
  letter-spacing: -0.31px;
}

.global-business-countries-content-info-left-automobile-image {
  padding-top: 11px;
  border-radius: 12px;
  height: 280px;
  /* aspect-ratio: 560/280; */
}

.global-business-countries-content-info-right-block-inner-text ul li {
  list-style: disc;
  margin-left: 20px;
  font-weight: 400;
  font-size: 17px;
  color: #00293c;
  line-height: 26px;
  letter-spacing: -0.31px;
}

.global-business-countries-content-info-left-automobile-block.active .global-business-countries-content-info-left-automobile-block-inner .global-business-countries-content-info-left-automobile-block-image {
  background-color: #fdbd13;
}

.global-business-countries-content-info-left-automobile-block:hover {
  cursor: pointer;
}

.global-business-countries-content-info-left-automobile-block.active .global-business-countries-content-info-left-automobile-block-inner {
  border: 1px solid #fdbd138a;
}

.global-business-countries-content-info-right-content,
.global-business-countries-content-info-left-automobile-image {
  display: none;
}

.global-business-countries-content-info-right-content.active,
.global-business-countries-content-info-left-automobile-image.active {
  display: block;
}

.global-business-countries-content-info-right-content-inner {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

/* mba-detail-your-beginning-main */

.mba-detail-your-beginning-main {
  position: relative;
}

.mba-detail-your-beginning-bg {
  height: 632px;
  position: relative;
}

.mba-detail-your-beginning-bg::before {
  position: absolute;
  content: "";
  background-color: #000;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  top: 0;
  left: 0;
}

.mba-detail-your-beginning-info-main {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.mba-detail-your-beginning-info-main .container-main {
  height: 100%;
}

.mba-detail-your-beginning-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
}

.mba-detail-your-beginning-left {
  width: 40%;
}

.mba-detail-your-beginning-left h2 {
  font-weight: 500;
  font-size: 42px;
  line-height: 130%;
  letter-spacing: -0.85px;
  color: #fff;
}

.mba-detail-your-beginning-left h2 span {
  color: var(--yellow-color);
}

.mba-detail-your-beginning-left p {
  font-weight: 400;
  font-size: 16px;
  line-height: 22.75px;
  letter-spacing: -0.15px;
  color: #fff;
  padding-top: 6px;
}

.mba-detail-your-beginning-right {
  overflow-y: auto;
  max-height: 532px;
  padding-left: 73px;
}

.mba-detail-your-beginning-block {
  margin-bottom: 20px;
  margin-right: 65px;
}

.mba-detail-your-beginning-block-inner {
  background: var(--white-color);
  border-radius: 12px;
  padding: 12px;
  display: flex;
  align-items: center;
  position: relative;
  max-width: 457px;
}

.mba-detail-your-beginning-img {
  width: 20%;
  height: 91px;
  border-radius: 8px;
}

.mba-detail-your-beginning-img img {
  border-radius: 8px;
}

.mba-detail-your-beginning-info {
  width: 80%;
  padding-left: 12px;
  padding-right: 12px;
}

.mba-detail-your-beginning-info h3 {
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0%;
  color: var(--black-color);
}

.mba-detail-your-beginning-info p {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #2f2f2f80;
}

.mba-detail-your-beginning-right::-webkit-scrollbar {
  width: 4px;
  background-color: transparent;
  border-radius: 0px;
}

.mba-detail-your-beginning-right::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background-color: var(--yellow-color);
  height: 6px;
}

.mba-detail-your-beginning-right::-webkit-scrollbar-track {
  border-radius: 0px;
  background-color: var(--white-color);
  margin: 125px 0px;
}

.mba-detail-building-startups-main {
  background: var(--white-color);
  padding-top: var(--padding);
  padding-bottom: var(--padding);
}

.mba-detail-building-startups-info-heading {
  display: flex;
}

.mba-detail-building-startups-info-heading-left,
.mba-detail-building-startups-info-heading-right {
  width: 50%;
}

.mba-detail-building-startups-info-heading-left .sub-heading h6 {
  color: var(--text-color);
}

.mba-detail-building-startups-info-heading-left h2 {
  display: inline;
  font-weight: 500;
  font-size: 42px;
  color: #1c1917;
  line-height: 130%;
  letter-spacing: 0%;
  vertical-align: middle;
}

.mba-detail-building-startups-info-heading-left h2 span {
  color: var(--yellow-color);
}

.mba-detail-building-startups-info-heading-right {
  display: flex;
  align-items: end;
}

.mba-detail-building-startups-info-heading-right p {
  font-weight: 400;
  font-size: 16px;
  line-height: 22.75px;
  letter-spacing: -0.15px;
  color: #4A5565;
}

.mba-detail-building-startups-content {
  padding-top: 47px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.mba-detail-building-startups-block {
  padding: 21px 15px;
  background: #00293c;
  border: 1px solid #0000002e;
}

.mba-detail-building-startups-block-image {
  aspect-ratio: 370/236;
}

.mba-detail-building-startups-block-text ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.mba-detail-building-startups-block-text ul li {
  font-weight: 400;
  font-size: 18px;
  line-height: 29.25px;
  letter-spacing: -0.44px;
  color: var(--white-color);
  position: relative;
  display: inline-flex;
  align-items: center;
  padding-top: 15px;
}

.mba-detail-building-startups-block-text ul li::before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  background: url("../images/Users\ Group\ Rounded.webp") no-repeat center center;
  background-size: contain;
  margin-right: 9px;
}

.mba-detail-building-startups-block-text span {
  margin-left: 2px;
  font-weight: 700;
  font-size: 11px;
  color: var(--yellow-color);
  line-height: 120%;
  letter-spacing: 0%;
}

.mba-detail-building-startups-block-text p {
  font-weight: 400;
  font-size: 14px;
  color: #ffffffbf;
  line-height: 120%;
  letter-spacing: 0%;
  padding-top: 9px;
}

.mba-detail-building-startups-content-slider.owl-theme .owl-dots {
  margin-top: 40px !important;
}

.mba-detail-building-startups-content-slider.owl-theme .owl-dots .owl-dot.active span,
.mba-detail-building-startups-content-slider.owl-theme .owl-theme .owl-dots .owl-dot:hover span {
  width: 244px;
  background: var(--yellow-color);
  height: 4px;
  border-radius: unset;
  margin: 1px 2px;
}

.mba-detail-building-startups-content-slider.owl-theme .owl-theme .owl-dots {
  margin-top: unset !important;
}

.mba-detail-building-startups-content-slider.owl-theme .owl-dots .owl-dot span {
  width: 47px;
  background: #F1F1F1;
  height: 4px;
  border-radius: unset;
  margin: 1px 2px;
}

/* Exclusive to EIMR */

.exclusive-to-eimr-main {
  background: var(--white-color);
  padding-top: var(--padding);
  padding-bottom: var(--padding);
}

.exclusive-to-eimr-info-heading {
  display: flex;
  align-items: center;
}

.exclusive-to-eimr-info-heading-left,
.exclusive-to-eimr-info-heading-right {
  width: 50%;
}

.exclusive-to-eimr-info-heading-left .sub-heading h6 {
  color: #101828;
}

.exclusive-to-eimr-info-heading-left h2 {
  font-weight: 500;
  font-size: 42px;
  color: var(--black-color);
  line-height: 130%;
  letter-spacing: 0%;
  vertical-align: middle;
}

.exclusive-to-eimr-info-heading-right p {
  font-weight: 400;
  font-size: 16px;
  color: #4a5565;
  line-height: 22.75px;
  letter-spacing: -0.15px;
}

.exclusive-to-eimr-content {
  display: flex;
  align-items: center;
  padding-top: 40px;
  gap: 14px;
}

.exclusive-to-eimr-content-left,
.exclusive-to-eimr-content-right {
  width: 50%;
}

.exclusive-to-eimr-content-left-btn {
  display: flex;
  justify-content: center;
  padding-top: 24px;
}

.exclusive-to-eimr-content-left-btn a {
  border-radius: 2px;
  background: var(--yellow-color);
  font-weight: 600;
  font-size: 18px;
  color: #00293c;
  line-height: 100%;
  letter-spacing: 12%;
  text-transform: uppercase;
  padding: 12px 32px;
}

.exclusive-to-eimr-content-right {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.exclusive-to-eimr-content-right-block {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 20px 12px;
  border-bottom: 1px solid #fdbd13;
}

.exclusive-to-eimr-content-right-block-image {
  width: 40px;
  height: 40px;
}

.exclusive-to-eimr-content-right-block-text p {
  font-weight: 500;
  font-size: 24px;
  color: #13261b;
  line-height: 140%;
  letter-spacing: 0%;
  vertical-align: middle;
}

/* Who Can Apply */
.who-can-apply-main {
  padding-top: var(--padding);
  padding-bottom: var(--padding);
}

.who-can-apply-info {
  background: #00293c;
  border-radius: 20px;
  padding: 50px 46px;
}

.who-can-apply-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.who-can-apply-heading-right ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.who-can-apply-heading-right ul li {
  font-weight: 400;
  font-size: 18px;
  line-height: 29.25px;
  letter-spacing: -0.44px;
  color: var(--white-color);
  position: relative;
  display: inline-flex;
  align-items: center;
}

.who-can-apply-heading-right ul li::before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  background: url("../images/eimr-cap-icon.webp") no-repeat center center;
  background-size: contain;
  margin-right: 9px;
}

.who-can-apply-heading-left .sub-heading h6 {
  color: var(--white-color);
}

.who-can-apply-heading-left h2 {
  font-weight: 400;
  font-size: 38px;
  color: var(--white-color);
  line-height: 100%;
  letter-spacing: 0%;
}

.who-can-apply-heading-left p {
  padding-top: 14px;
  font-weight: 400;
  font-size: 16px;
  color: #ffffffbd;
  line-height: 140%;
  letter-spacing: -0.44px;
  max-width: 434px;
}

.who-can-apply-heading-right-block {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding-bottom: 15px;
}

.who-can-apply-heading-right-block-image {
  width: 29px;
  height: 29px;
}

.who-can-apply-heading-right-block-text p {
  font-weight: 400;
  font-size: 18px;
  color: var(--white-color);
  line-height: 29.25px;
  letter-spacing: -0.44px;
}

.admission-process-contain {
  padding-top: 76px;
  display: flex;
  align-items: center;
}

.admission-process-contain-left {
  width: 60%;
}

.admission-process-contain-left h2 {
  font-weight: 400;
  font-size: 38px;
  color: var(--white-color);
  line-height: 100%;
  letter-spacing: 0%;
}

.admission-process-contain-left p {
  font-weight: 400;
  font-size: 16px;
  color: #ffffffbd;
  line-height: 140%;
  letter-spacing: -0.44px;
  padding-top: 14px;
  max-width: 434px;
}

.reg-steps-flex {
  display: flex;
  padding-right: 30px;
}

.reg-steps {
  width: 25%;
  padding: 12px;
  position: relative;
}

.reg-steps::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  top: 27px;
}

.reg-steps:last-child::before {
  content: unset;
}

.reg-steps span {
  font-size: 16px;
  color: #002130;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fdbd13;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}

.reg-steps p {
  font-weight: 400;
  font-size: 12px;
  color: var(--white-color);
  line-height: 100%;
  letter-spacing: 0%;
  width: unset;
}

.admission-process-contain-right-image {
  height: 324px;
}

.admission-process-contain-right-image img {
  border-radius: 20px;
}

/* Our Mentors */

.our-mentors-main {
  background: var(--white-color);
  padding-top: var(--padding);
  padding-bottom: var(--padding);
}

.our-mentors-heading {
  display: flex;
}

.our-mentors-heading-left,
.our-mentors-heading-right {
  width: 50%;
}

.our-mentors-heading-left .sub-heading h6 {
  color: var(--text-color);
}

.our-mentors-heading-left h2 {
  font-weight: 500;
  font-size: 42px;
  color: #101828;
  line-height: 120%;
  letter-spacing: -0.85px;
}

.our-mentors-heading-left h2 span {
  color: var(--yellow-color);
}

.our-mentors-heading-right p {
  font-weight: 400;
  font-size: 16px;
  color: #4a5565;
  line-height: 22.75px;
  letter-spacing: -0.15px;
}

.our-mentors-slider {
  display: flex;
  padding-top: 43px;
}

.our-mentors-slider-block {
  border-bottom: 6.43px solid #fdbd13;
  box-shadow: 0px 3.21px 3.21px 0px #00000040;
}

.our-mentors-slider-block-image {
  height: 318.16px;
}

.our-mentors-slider-block-text {
  padding: 12px 42px 12px 12px;
}

.our-mentors-slider-block-text h3 {
  font-weight: 400;
  font-size: 23px;
  color: var(--black-color);
  line-height: 100%;
  letter-spacing: 0%;
  padding-bottom: 4px;
}

.our-mentors-slider-block-text p {
  font-weight: 400;
  font-size: 13px;
  color: #393939;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
}

.our-mentors-slider.owl-theme .owl-dots {
  margin-top: 40px !important;
  text-align: left;
}

.our-mentors-slider.owl-theme .owl-dots .owl-dot.active span,
.our-mentors-slider.owl-theme .owl-theme .owl-dots .owl-dot:hover span {
  width: 244px;
  background: var(--yellow-color);
  height: 4px;
  border-radius: unset;
  margin: 1px 2px;
}

.our-mentors-slider.owl-theme .owl-theme .owl-dots {
  margin-top: unset !important;
}

.our-mentors-slider.owl-theme .owl-dots .owl-dot span {
  width: 171px;
  background: #f7f7f7;
  height: 4px;
  border-radius: unset;
  margin: 1px 2px;
}

/* eimr-student-says-main */

.eimr-student-says-main {
  position: relative;
}

.eimr-student-says-bg {
  height: 732px;
}

.eimr-student-says-info {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding-top: 45px;
  padding-bottom: 74px;
}

.eimr-student-says-info .container-main {
  height: 100%;
}

.talk-cfo-sec-info-content {
  width: 100%;
  height: 100%;
}

.eimr-student-says-info-heading h2 {
  font-weight: 500;
  font-size: 42px;
  line-height: 110.00000000000001%;
  letter-spacing: -2%;
  text-align: center;
  color: var(--white-color);
}

.eimr-student-says-info-heading p {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  text-align: center;
  color: var(--white-color);
  padding-top: 15px;
}

.eimr-student-says-info-heading .sub-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 15px;
}

.eimr-student-says-info-heading .sub-heading h6 {
  font-weight: 400;
}

.eimr-student-says-info-content-block {
  background-color: var(--white-color);
  padding: 25.08px;
}

.eimr-student-says-info-content-block-stars {
  display: flex;
  align-items: center;
  gap: 1px;
}

.eimr-student-says-info-content-block-review p {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: -0.6px;
  color: var(--black-color);
  padding-top: 24px;
}

.eimr-student-says-info-content-block-student {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-top: 20px;
}

.eimr-student-says-info-content-block-student-img {
  height: 45px;
  width: 46px;
  border: 2.51px solid #ffffff;
  border-radius: 50%;
}

.eimr-student-says-info-content-block-student-img img {
  border-radius: 50%;
}

.eimr-student-says-info-content-block-student-name p {
  font-weight: 600;
  font-size: 17.56px;
  line-height: 140%;
  letter-spacing: -0.6px;
  color: #5a6272;
}

.eimr-student-says-info-content-slider-main {
  padding-top: 38px;
  position: relative;
}

.eimr-student-says-info-content-slider.owl-theme .owl-dots {
  margin-top: 38px !important;
}

.eimr-student-says-info-content-slider.owl-theme .owl-dots .owl-dot.active span,
.eimr-student-says-info-content-slider.owl-theme .owl-theme .owl-dots .owl-dot:hover span {
  width: 222px;
  background: var(--yellow-color);
  height: 6px;
  border-radius: unset;
  margin: 1px 2px;
}

.eimr-student-says-info-content-slider.owl-theme .owl-theme .owl-dots {
  margin-top: unset !important;
}

.eimr-student-says-info-content-slider.owl-theme .owl-dots .owl-dot span {
  width: 71px;
  background: #eae8e8;
  height: 6px;
  border-radius: unset;
  margin: 1px 2px;
}

.eimr-student-says-info-content-block-stars {
  max-width: 105px;
}

.eimr-student-says-info-content-slider.owl-carousel .owl-item,
.eimr-student-says-info-content-slider.owl-carousel .owl-stage,
.eimr-global-business-immersion-info-bottom-slider.owl-carousel .owl-item,
.eimr-global-business-immersion-info-bottom-slider.owl-carousel .owl-stage,
.mba-detail-building-startups-content-slider.owl-carousel .owl-item,
.mba-detail-building-startups-content-slider.owl-carousel .owl-stage {
  display: flex;
}

.eimr-student-says-info-content-block-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* .mba-detail-faqs-section-main */

.mba-detail-faqs-section-main {
  padding-top: var(--padding);
  padding-bottom: var(--padding);
}

.mba-detail-faqs-section {
  background-color: #00293c;
  border-radius: 20px;
  padding: 60px;
}

.mba-detail-faqs-section-heading .sub-heading {
  display: flex;
  align-items: center;
  justify-content: center;
}

.mba-detail-faqs-section-heading .sub-heading h6 {
  text-align: center;
}

.mba-detail-faqs-section-heading h2 {
  font-weight: 500;
  font-size: 42px;
  line-height: 120%;
  letter-spacing: -0.85px;
  text-align: center;
  color: var(--white-color);
}

.mba-detail-faqs-section-heading h2 span {
  color: var(--yellow-color);
}

.mba-detail-faqs-section-countries {
  display: flex;
  align-items: center;
  justify-content: center;
}

.mba-detail-faqs-section-countries-inner {
  display: flex;
  align-items: center;
  gap: 19px;
  padding-top: 36px;
}

.mba-detail-faqs-section-countries-block {
  border: 0.5px solid #99a1af;
  border-radius: 2px;
  padding: 8px 13px;
  height: 47px;
  display: flex;
}

.mba-detail-faqs-section-countries-block p {
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 12%;
  text-transform: uppercase;
  color: var(--white-color);
  position: relative;
  display: flex;
  align-items: center;
}

.mba-detail-faqs-section-countries-block p::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../images/faqs-clipboard-img.webp") no-repeat center center;
  background-size: contain;
  margin-left: 10px;
}

.mba-detail-faqs-section-countries-block.active {
  background-color: var(--yellow-color);
  border-color: var(--yellow-color);
}

.mba-detail-faqs-section-countries-block.active p {
  color: #00293c;
}

.mba-detail-faqs-section-countries-block.active p::after {
  filter: invert(1);
}

.mba-detail-faqs {
  display: none;
}

.mba-detail-faqs.active {
  display: block;
}

.mba-detail-faqs {
  padding-top: 36px;
}

.mba-detail-faqs .accordion {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-right: 45px;
  overflow-y: auto;
  max-height: 489px;
}

.mba-detail-faqs .accordion::-webkit-scrollbar {
  width: 4px;
  background-color: transparent;
  border-radius: 0px;
}

.mba-detail-faqs .accordion::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background-color: var(--yellow-color);
  height: 6px;
}

.mba-detail-faqs .accordion::-webkit-scrollbar-track {
  border-radius: 0px;
  background-color: var(--white-color);
  margin: 125px 0px;
}

.mba-detail-faqs .accordion-item {
  background: #1a3e50;
  border: 1px solid #d9dbe9 !important;
  box-shadow: 0px 5px 15px 0px #19213d0f;
  border-radius: 16px !important;
  padding: 26px 32px;
}

.mba-detail-faqs .accordion-button {
  color: var(--white-color) !important;
  box-shadow: unset !important;
  background: unset !important;
  padding: unset;
  color: var(--white-color);
  font-weight: 600;
  line-height: 135%;
  letter-spacing: 0%;
  font-size: 16px;
  justify-content: space-between;
}

.mba-detail-faqs .accordion-body {
  padding: 0;
  padding-top: 16px;
  color: var(--white-color);
  font-weight: 400;
  line-height: 166%;
  letter-spacing: 0%;
  font-size: 14px;
  padding-right: 45px;
}

.mba-detail-faqs .accordion-button::after {
  background-color: var(--yellow-color);
  border-radius: 50%;
  height: 34px;
  width: 34px;
  background-position: center;
  background-size: 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M2 5l6 6 6-6' fill='none' stroke='white' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.mba-detail-faqs .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M2 5l6 6 6-6' fill='none' stroke='white' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

/* high-growth-tech-main */

.high-growth-tech-main {
  position: relative;
}

.high-growth-tech-bg {
  height: 471px;
  position: relative;
}

.high-growth-tech-bg::before {
  position: absolute;
  content: "";
  background-color: #000;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  top: 0;
  left: 0;
}

.high-growth-tech-info {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.high-growth-tech-info .container-main {
  height: 100%;
}

.high-growth-tech-content {
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding-bottom: 85px;
  position: relative;
  z-index: 1;
  max-width: 524px;
  margin: 0 0 0 auto;
}

.high-growth-tech-headings h2 {
  font-weight: 500;
  font-size: 48px;
  line-height: 120%;
  letter-spacing: 0%;
  color: var(--white-color);
}

.high-growth-tech-btn-wrapper a {
  background-color: var(--yellow-color) !important;
  color: #00293c !important;
  padding: 0px 41px !important;
  border-radius: 8px !important;
  border-top-right-radius: 0 !important;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 18px;
  width: 310px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  margin-top: 27px;
}


.mob-img{
  display: none;
}

.mba-detail-program-curriculum-right-box-info-top-img img {
    filter: brightness(0) saturate(100%) invert(9%) sepia(16%) saturate(1200%) hue-rotate(190deg) brightness(95%) contrast(95%); height: 22px;
    width: 22px;
}
.page-template-mba-landing-page .eimr-headings.ellipse-shape h2::before{
  content: unset !important;
	
}

.page-template-mba-landing-page .eimr-headings.ellipse-shape h2{
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 32px;
	color:#00151F !important;
}

.page-template-mba-landing-page .blogs-main{
padding-top:unset !important;
padding-bottom:90px !important;
}

.admission-process-contain-right .exclusive-to-eimr-content-left-btn{
justify-content:end;
}

.you-are-beginning-box {
  position: absolute;   
  top: 60px;            
  left: 10px;
  border: 1px solid var(--yellow-color);
  box-shadow: 0px 4.35px 4.35px 0px #00000040;
  border-radius: 8.7px;
  width: 210px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
  z-index: 10;
  background-color: #001620;
}

.you-are-beginning-box-block {
  display: flex;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 8px;
}

.you-are-beginning-box-block:last-child {
  border-top: 1px solid var(--yellow-color);
}

.you-are-beginning-box-icon {
  height: 28px;
  width: 28px;
}

.you-are-beginning-box-text p {
  font-weight: 500;
  font-size: 15.23px;
  line-height: 130%;
/*   letter-spacing: -0.96px; */
  color: var(--white-color);
  padding-left: 4px;
}

.you-are-beginning-wrapper:hover .you-are-beginning-box {
  opacity: 1;
  visibility: visible;
}