@media (max-width: 1200px) {

  .eimr-landing-page-hero-left-content h1 {
    font-size: 50px;
  }

  .eimr-about-program-right-content-box {
    gap: 10px;
  }

  .world-link-program-main-info-bottom-left-desc p {
    max-width: 700px;
  }
}

@media (max-width: 1080px) {
  .eimr-program-highlights-heading {
    max-width: unset;
  }

  .eimr-program-highlights-counter-block {
    padding: 18px;
  }

  .world-link-program-main-info-bottom-left-desc p {
    max-width: 600px;
  }

  .world-link-program-main-info-top-heading h2 {
    font-size: 50px;
  }

  .world-link-program-main-info-bottom-right p {
    font-size: 18px;
  }

  .exclusive-eimr-successors-left {
    padding-right: 40px;
  }

  .exclusive-eimr-successors-left-inner {
    padding-right: 45px;
  }
}

@media (max-width: 991px) {
  
  .eimr-landing-page-hero-left-content h1 {
    font-size: 42px;
  }

  .eimr-landing-page-hero-btn a {
    width: unset;
  }

  .eimr-landing-page-hero-left {
    padding-right: 30px;
  }

  .why-choose-eimr-block {
    padding: 35px;
  }

  .why-choose-eimr-heading p,
  .eimr-global-immersion-heading p {
    max-width: 370px;
  }

 

  .eimr-next-chapter-info-left h2 {
    font-size: 50px;
  }

  .eimr-next-chapter-info-right {
    max-width: 380px;
  }

  .eimr-selection-process-right {
    padding-left: 35px;
  }

  .eimr-optimized-building-info-bottom-content {
    padding: 20px;
  }


}

@media (max-width: 850px) {

  .eimr-landing-page-hero-left,
  .eimr-landing-page-hero-right,
  .eimr-about-program-left,
  .eimr-about-program-right,
  .exclusive-eimr-successors-left,
  .exclusive-eimr-successors-right,
  .eimr-section-process-left,
  .eimr-selection-process-right,
  .eimr-global-immersion-left,
  .eimr-global-immersion-right {
    width: 100%;
  }

  .eimr-landing-page-hero-left,
  .eimr-about-program-left {
    padding-right: 0px;
    padding-bottom: 40px;
  }

  .why-choose-eimr-flex {
    grid-template-columns: repeat(2, 1fr);
  }

  .why-choose-eimr-heading,
  .eimr-program-highlights-heading-main,
  .eimr-global-immersion-heading,
  .exclusive-eimr-successors-heading,
  .eimr-optimized-building-info-top-header,
  .curriculum-structure-heading {
    flex-direction: column;
  }

  .why-choose-eimr-heading p,
  .eimr-program-highlights-desc p,
  .eimr-global-immersion-heading p,
  .exclusive-eimr-successors-heading p,
  .curriculum-structure-heading p {
    text-align: unset;
    max-width: unset;
    padding-top: 24px;
  }

  .world-link-program-main-info-bottom {
    flex-direction: column;
  }

  .world-link-program-main-info-bottom-right {
    justify-content: unset;
    align-items: unset;
    padding-top: 10px;
  }

  .world-link-program-main-info-top {
    flex-direction: column;
  }

  .world-link-program-main-info-top-heading h2,
  .world-link-program-main-info-top-right {
    margin-left: 45px;
  }

  .exclusive-eimr-successors-left {
    padding-right: 0px;
  }

  .exclusive-eimr-successors-right {
    padding-top: 50px;
  }



  .eimr-next-chapter-info-content {
    flex-direction: column-reverse;
    align-items: unset;
  }

  .eimr-next-chapter-info-right,
  .eimr-selection-process-right-content p,
  .eimr-optimized-building-info-top-header p {
    max-width: unset;
  }

  .eimr-next-chapter-info-left p {
    max-width: unset;
  }

  .eimr-next-chapter-info-left {
    padding-top: 40px;
  }

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

  .eimr-selection-process-right {
    padding-left: unset;
    padding-top: 40px;
  }

  .eimr-selection-process-main .container-main {
    padding: unset;
  }

  .eimr-optimized-building-info-bottom {
    display: none;
  }

  .eimr-optimized-building-info-middle-grid-wrap-row {
    display: block;
  }

  .eimr-optimized-building-main .container-main {
    padding: unset;
  }

  .eimr-optimized-building-main .sub-heading,
  .eimr-optimized-building-info-top-header {
    padding-left: 40px;
    padding-right: 40px;
  }

  .curriculum-structure-road-map .line::after {
    animation: unset;
    box-shadow: unset;
    background: var(--yellow-color);
  }

  .curriculum-structure-road-map .roadmap-lines {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }

  .curriculum-structure-road-map .line {
    height: 150px;
  }

  .curriculum-structure-road-map .roadmap-cards {
    top: 0px;
  }

  .curriculum-structure-road-map .roadmap-card {
    margin-left: 5%;
  }

  .curriculum-structure-road-map .line span {
    top: 10px;
  }

  .curriculum-structure-road-map .line:last-child {
    height: 0px;
  }

  .roadmap-cards,
  .curriculum-structure-road-map .roadmap-lines {
    display: none;
  }

  .roadmap-cards-mob {
    display: block;
  }

  .eimr-global-immersion-right {
    padding-left: unset;
  }

  .eimr-global-immersion-right-slider .swiper-slide {
    height: 100% !important;
  }

  .eimr-global-immersion-right-slider {
    height: unset;
  }

  .eimr-global-immersion-right-block-logo {
    height: 36px;
  }

}

@media (max-width: 768px) {
  
}

@media (max-width: 600px) {

  .eimr-landing-page-hero-main {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .eimr-landing-page-hero-main,
  .eimr-about-program-main,
  .eimr-program-highlights-main,
  .why-choose-eimr-main,
  .eimr-global-immersion-main {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .sub-heading h6::before {
    width: 16px;
  }

  .eimr-landing-page-hero-left-content h1,
  .eimr-about-program-left-content h2,
  .why-choose-eimr-heading h2,
  .eimr-program-highlights-heading h2,
  .eimr-global-immersion-heading h2,
  .exclusive-eimr-successors-heading h2,
  .eimr-optimized-building-info-top-header h2,
  .curriculum-structure-heading h2 {
    font-size: 36px;
  }

  .eimr-landing-page-hero-left-content p,
  .why-choose-eimr-heading p,
  .world-link-program-main-info-bottom-right p,
  .exclusive-eimr-successors-heading p {
    font-size: 16px;
  }

  .eimr-landing-page-hero-points ul li,
  .world-link-program-main-info-bottom-left-desc p,
  .eimr-next-chapter-info-left p,
  .eimr-student-says-info-heading p {
    font-size: 14px;
  }

  .eimr-landing-page-hero-btn a,
  .eimr-next-chapter-info-left-btn a {
    width: 100%;
    height: 50px;
  }

  .eimr-landing-page-hero-btn a {
    margin-top: 16px;
  }

  .eimr-landing-page-hero-left {
    padding-bottom: 10px;
  }

  .eimr-landing-page-hero-points ul {
    gap: 4px;
  }

  .eimr-about-program-right-content-box {
    flex-direction: column;
    align-items: unset;
    gap: unset;
  }

  .eimr-about-program-left {
    padding-bottom: 12px;
  }

  .why-choose-eimr-flex {
    grid-template-columns: repeat(1, 1fr);
    gap: 8px;
  }

  .why-choose-eimr-block {
    padding: 24px 10px;
  }

  .eimr-program-highlights-counter {
    grid-template-columns: repeat(1, 1fr);
    gap: 0px;
  }

  .eimr-program-highlights-counter-block {
    padding: 24px;
  }

  .world-link-program-main-info-top-heading h2,
  .eimr-student-says-info-heading h2 {
    font-size: 20px;
  }

  .world-link-program-main-bg {
    height: 256px;
  }

  .world-link-program-main-info-top-right-text {
    font-size: 12px;
  }

  .world-link-program-main-info-bottom-left-line-effect {
    max-width: 305px;
  }

  .world-link-program-main-info-flex-inner {
    padding-top: 16px;
    padding-left: 20px;
    padding-right: 16px;
  }

  .world-link-program-main-info-top-left .sub-heading h6::before {
    width: 16px;
    margin-right: 6px;
  }

  .world-link-program-main-info-top-heading h2,
  .world-link-program-main-info-top-right {
    margin-left: 22px;
  }

  .exclusive-eimr-successors-left-img {
    aspect-ratio: 319/314;
  }

  .exclusive-eimr-successors-left-box {
    border: 7px solid #fff;
  }

  .exclusive-eimr-successors-left-box h4 {
    font-size: 24px;
  }

  .exclusive-eimr-successors-left-box-inner {
    padding: 21px 6px;
  }

  .exclusive-eimr-successors-left-inner {
    padding-right: 33px;
  }

  .exclusive-eimr-successors-left-box p {
    font-size: 12px;
  }

  .exclusive-eimr-successors-right-blocks {
    padding: 40px 24px;
  }

  .exclusive-eimr-successors-right-cheque-img {
    height: 140px;
  }

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

  .eimr-next-chapter-info-left h2 {
    font-size: 38px;
    line-height: 48px;
    text-align: center;
  }

  .eimr-next-chapter-info-left p {
    text-align: center;
  }

  .eimr-next-chapter-info-left-btn {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .eimr-next-chapter-info-right-program-glance-details {
    padding: 14px 20px;
  }

  .eimr-next-chapter-info {
    padding-top: 30px;
    padding-bottom: 48px;
  }

  .eimr-next-chapter-info-left {
    padding-top: 26px;
  }

  .eimr-next-chapter-info-right-program-glance {
    padding: 17px 28px;
  }

  .eimr-next-chapter-info-content {
    justify-content: unset;
  }

  .eimr-student-says-info-content-slider.owl-theme .owl-dots .owl-dot span {
    width: 24px;
    height: 4px;
  }

  .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: 112px;
    height: 4px;
  }

  .eimr-student-says-info {
    padding-top: 28px;
    padding-bottom: 12px;
  }

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

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

  .eimr-student-says-info-content-block-review p {
    font-size: 12px;
  }

  .eimr-student-says-info-content-block-stars img {
    height: 16px !important;
    width: 16px !important;
  }

  .eimr-student-says-info-content-block-student-name p {
    font-size: 14px;
  }

  .eimr-student-says-info-content-block-student {
    padding-top: 45px;
  }

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

  .eimr-student-says-info .container-main {
    padding-right: unset;
  }

  .eimr-student-says-info-heading {
    padding-right: 20px;
  }

  .eimr-student-says-info-content-slider .owl-stage-outer {
    margin-left: -20px;
  }

  .eimr-selection-process {
    padding: 50px 20px;
  }

  .eimr-optimized-building-main .sub-heading,
  .eimr-optimized-building-info-top-header {
    padding-left: 20px;
    padding-right: 20px;
  }

  .eimr-optimized-slider .owl-stage-outer {
    margin-left: 16px;
  }

  .eimr-optimized-building-main {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .eimr-optimized-building-info-middle {
    padding-top: 10px;
  }

  .exclusive-eimr-successors-left-box {
    border-top-left-radius: 22px;
  }

  .curriculum-structure-road-map .roadmap-card-top-text h4 {
    font-size: 16px;
    line-height: 22px;
  }

  .curriculum-structure-road-map .roadmap-card-bottom p {
    font-size: 14px;
    padding-top: 12px;
    line-height: 22px;
  }

  .curriculum-structure-road-map .roadmap-card {
    padding: 16px;
    margin-left: 6%;
  }

  .curriculum-structure-road-map .line:last-child span {
    display: none;
  }

  .curriculum-structure-road-map .line::after {
    width: 1px;
  }

  .curriculum-structure-road-map {
    margin-top: 10px;
  }

  .curriculum-structure-heading h2 {
    font-size: 28px;
    line-height: 36px;
  }

  .eimr-global-immersion-left-block-img {
    height: 286px;
  }

  .global-immersion-small-height-img {
    height: 10px !important;
  }

  .swiper-pagination-bullet {
    width: 24px;
  }

  .swiper-pagination-bullet-active {
    width: 112px;
  }

  .eimr-global-immersion-left-slider-main .swiper-pagination {
    text-align: center;
  }

  .eimr-global-immersion-left-block-content-desc p {
    font-size: 16px;
  }

  .eimr-selection-process-right-bottom .reg-steps-flex {
    display: -webkit-box;
    flex-wrap: nowrap;
    overflow-x: auto;
  }

  .eimr-selection-process-right-bottom .reg-steps {
    width: 35%;
  }

  .reg-steps-flex::-webkit-scrollbar {
    display: none;
  }
	.exclusive-eimr-successors-left-inner-text p{
  font-size: 16px;
}
}