* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: var(--proximanova);
  overflow-x: hidden;
}
/* Proxima Nova Font Family */
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/proximanova-thin.woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/proximanova-light.woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/proximanova-regular.woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/proximanova-semibold.woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/proximanova-bold.woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
:root {
  --proximanova-thin: "Proximanova-thin";
  --proximanova-light: "Proximanova-light";
  --proximanova-regular: "Proximanova-regular";
  --proximanova-semibold: "Proximanova-semibold";
  --proximanova-bold: "Proximanova-bold";
  --proximanova: 'proxima-nova', sans-serif;
}
.cgc_landing .pl-pr-70 {
  padding: 0 70px 0 70px;
}
.cgc_landing .pl-pr-30 {
  padding: 0 30px 0 30px;
}
.cgc_landing .pl-pr-50 {
  padding: 0 50px 0 50px;
}
.cgc_landing .sec-padding {
  padding: 70px 0;
}
.cgc_landing .gallery__section.sec-padding {
  padding: 70px 0 0;
}
/* Page Banner CSS */
.cgc_landing .page__banner {
  background: url('../images/top-banner/page-banner.webp') no-repeat bottom;
  background-size: cover;
  height: 740px;
}
.cgc_landing .page__banner__content {
  text-align: center;
  padding: 50px 0;
}
.cgc_landing .page__banner__heading h3 {
  color: #ad274f;
  font-size: 40px;
  line-height: 3.2rem;
  font-weight: 700;
}
.cgc_landing .page__banner__para {
  padding-top: 12px;
  font-weight: 600;
  font-size: 20px;
}
.cgc_landing .page__banner__apply__btn .apply__now__btn {
  background-color: #000;
  color: #fff;
  /* margin-top: 20px; */
  padding: 12px 22px;
  border-radius: 13px;
  border: 2px solid #fff;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  z-index: 99;
}
.cgc_landing .page__banner__apply__btn .apply__now__btn:hover {
  background-color: #103d5b;
  color: #fff;
}
.cgc_landing .apply__now__btn img {
  width: 17px;
  margin-left: 10px;
}
/* CGC Empowerign section CSS */
.cgc_landing .empowering__future__heading h3 {
  font-weight: 600;
  font-size: 30px;
  padding-bottom: 5px;
}
.cgc_landing .empowering__subHeading {
  font-size: 42px;
  color: #ad274f;
  font-weight: 600;
}
.cgc_landing .empowering__future__heading {
  position: relative;
  margin-bottom: 3rem;
}
.cgc_landing .empowering__future__heading::after {
  content: "";
  background: url('../images/below-heading-img.png') no-repeat center;
  background-size: cover;
  position: absolute;
  height: 4px;
  width: 100%;
  margin-top: 12px;
}
.cgc_landing .page__banner__apply__btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.cgc_landing .empowering__future__para p {
  text-align: justify;
  font-size: 20px;
}
.cgc_landing .empowering__future__content {
  padding: 30px 50px;
}
.cgc_landing .empowering-apply-btn {
  margin-top: 20px;
}
.cgc_landing .empowering-img {
  max-width: 50%;
  width: 100%;
}
.cgc_landing .empowering__future__section {
  position: relative;
}
.cgc_landing .empowering__future__section::after {
  content: "";
  background-color: #fdd535;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 350px;
  margin-left: 60px;
  z-index: -1;
}
.cgc_landing .empowering-left-pic {
  position: relative;
  z-index: 1;
  max-width: 70%;
  width: 100%;
  margin: 70px 0 0 40px;
}
.cgc_landing .placement__pathways__top {
  text-align: center;
}
.cgc_landing .placement__pathways__top .placement__pathways__headingText h3 {
  color: #016db5;
  font-weight: 600;
  font-size: 30px;
}
.cgc_landing .placement__subheading {
  font-size: 20px;
}
.cgc_landing .placement__pathways__bottom {
  margin-top: 50px;
  padding: 0 40px;
}
.cgc_landing .experience-beyond-stats {
  margin-right: 40px;
}
.cgc_landing .testimonial-stats .item-block {
  text-align: left;
}
.cgc_landing .stat__number__blocks:not(:last-child) {
  border-bottom: 2px dashed #000;
}
.cgc_landing .border-left {
  border-left: 2px dashed #000;
}
.cgc_landing .testimonial-stats .number {
  font-size: 35px;
  color: #016db5;
  font-weight: 600; 
}
.cgc_landing .testimonial-stats .text {
  text-align: left;
  font-size: 1.3rem;
  line-height: 1.5;
}
.cgc_landing .stat-block {
  padding: 30px 15px 20px 10px;
}
.cgc_landing .top__recruiters__top__section .top__recruiters__heading h3 {
  font-size: 30px;
  color: #016db5;
  font-weight: 600;
  text-align: center;
}
.cgc_landing .top__recruiters__heading p {
  text-align: center;
  font-size: 19px;
  line-height: 1.9rem;
  margin-top: 15px;
}
.cgc_landing .top__recruiters {
  background: url('../images/recruiters/top-recruiters-bg.webp') no-repeat center;
  background-size: cover;
  height: 770px;
  margin-bottom: -8px;
}
.cgc_landing .slider .item__slider__block {
  display: block;
}
.cgc_landing .slider .item__slider__block img {
  display: block;
  width: 185px;
  margin: 0 auto;
}
.cgc_landing .slider .item__slider__block {
  border-right: 1px dotted #2e2e2e;
}
.cgc_landing .item__slider__block {
  width: 100%;
  display: inline-block;
  padding: 2.5rem;
}
.cgc_landing .item__slider__block.bor-top {
  border-top: 0.5px dotted #2e2e2e;
}
/* Placement Stats Section */
.cgc_landing .placement-stats {
  background: url('../images/reasearch-innovation/feature-bg.webp') no-repeat
    center;
  background-size: cover;
  position: relative;
  padding: 45px 20px;
  color: #333;
}
.cgc_landing .content {
  position: relative;
  z-index: 1;
}
.cgc_landing .section-title {
  font-size: 30px;
  color: #ffda47;
  margin-bottom: 10px;
  font-weight: 600;
  padding-top: 20px;
}
.cgc_landing .stat-item {
  display: flex;
  align-items: flex-start;
  /* padding: 0 30px 0 0; */
  /* padding: 0; */
  justify-content: center;
}
.cgc_landing .stat-bodr-right {
  border-right: 1px dotted #ffffff;
}
.cgc_landing .stat-item .feature--icon {
  text-align: left;
  margin-left: 17px;
  margin-top: 15px;
}
.cgc_landing .stat-item:hover .icon {
  transform: rotate(360deg);
  transition: transform 1s ease;
}
.cgc_landing .section-subtitle {
  font-size: 19px;
  color: #555;
  margin-bottom: 40px;
}
.cgc_landing .feature__picture__outer__circle {
  transition: transform 1s ease-in-out;
}
.cgc_landing
  .why__choose__feature__block:hover
  .feature__picture__outer__circle {
  transform: rotate(360deg);
}
.cgc_landing .icon {
  background: #ffda47;
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 5px solid #f7a600;
}
.cgc_landing .icon_block-2 {
  width: 90px;
  background-color: #ffffff;
  border: 5px solid #cacaca;
}
.cgc_landing .icon_block-4 {
  /* width: 127px; */
  background-color: #ffffff;
  border: 5px solid #cacaca;
}
.cgc_landing .stat-item .icon img {
  width: 40px;
  height: 45px;
}
.cgc_landing .stat-item h3 {
  font-size: 45px;
  color: #ffda47;
  margin-bottom: 5px;
  font-weight: 600;
  line-height: 2.3rem;
}
.cgc_landing .stat-item p {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}
.cgc_landing .placement-stats-bottom {
  margin-top: 40px;
}
.cgc_landing .international__tie__ups {
  background: url('../images/international-tie-ups/international-tieups-bg.webp')
    no-repeat center;
  background-size: cover;
  height: 770px;
}
.cgc_landing .picture__desktop__view {
  padding: 95px 0 30px 0px;
}
/* International Tie Ups section css */
.cgc_landing .international__tie__ups__heading h3 {
  color: #016db5;
  font-weight: 600;
  font-size: 30px;
  line-height: 2.7rem;
  position: relative;
  padding-bottom: 0;
  text-align: center;
}
.cgc_landing .international__tie__ups__para p {
  margin-top: 15px;
  text-align: center;
  font-size: 18px;
  margin-bottom: 90px;
  padding: 0 80px;
  line-height: 1.8rem;
}
.cgc_landing .tie__up__image__icon {
  width: 135px;
  height: 135px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: -6px 10px 15px rgb(0 0 0 / 43%);
}
.cgc_landing .tie__up__image__icon.tieup__icon__1 {
  background-color: #2781dc;
  position: absolute;
  left: -35px;
  bottom: 87px;
}
.cgc_landing .tie__up__image__icon.tieup__icon__2 {
  background-color: #f7a600;
  position: absolute;
  top: -50px;
  left: 143px;
}
.cgc_landing .tie__up__image__icon.tieup__icon__3 {
  background-color: #98002e !important;
  position: absolute;
  top: -52px;
  right: 134px;
}
.cgc_landing .tie__up__image__icon.tieup__icon__4 {
  background-color: #2e2e2e !important;
  position: absolute;
  bottom: 87px;
  right: -40px;
}
.cgc_landing .tie__up__image__icon.tieup__icon__2::before {
  content: "";
  position: absolute;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  z-index: 1;
  border-bottom: 30px solid #f7a600 !important;
  transform: rotate(153deg) !important;
  top: 86% !important;
  left: 50% !important;
}
.cgc_landing .tie__up__image__icon.tieup__icon__3::before {
  content: "";
  position: absolute;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  z-index: 1;
  border-bottom: 30px solid #98002e !important;
  transform: rotate(198deg) !important;
  top: 89% !important;
  left: 10% !important;
}
.cgc_landing .tie__up__image__icon.tieup__icon__4::before {
  content: "";
  position: absolute;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  z-index: 1;
  border-bottom: 30px solid #2e2e2e !important;
  transform: rotate(206deg) !important;
  top: 86% !important;
  left: 1% !important;
}
.cgc_landing .tie__up__image__inner {
  text-align: center;
  margin-top: -50px;
}
.cgc_landing .tie__up__image__inner img {
  position: absolute;
  top: 24%;
  left: 33%;
  width: 470px;
}
.cgc_landing .tie__up__image__inner h3 {
  display: inline-block;
  font-size: 26px;
  line-height: 2.2rem;
}
.cgc_landing .tie__up__image__icon img {
  width: 70px;
  height: 70px;
  object-fit: contain;
}
.cgc_landing .tie__up__image__icon {
  position: relative;
  border: 5px solid #fff;
}
.cgc_landing .tie__up__image__icon.tieup__icon__1::before {
  content: "";
  position: absolute;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  z-index: 1;
}
.cgc_landing .tie__up__image__icon:first-child::before {
  content: "";
  border-bottom: 30px solid #2781dc;
  transform: rotate(130deg);
  top: 75%;
  left: 64%;
}
.cgc_landing .tie__up__image__outer {
  background: url('../images/International-tie-ups/tieup-outline.png') no-repeat
    center;
  background-size: 100%;
  width: 670px;
  height: 328px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cgc_landing .tie__up__image__text h2 {
  font-weight: 700;
  font-size: 52px;
  line-height: 2rem;
}
.cgc_landing .tie__up__image__text p {
  font-weight: 600;
}
.cgc_landing .tie-up-text-1 {
  position: absolute;
  left: -121px;
  bottom: 205px;
}
.cgc_landing .tie-up-text-1 h2 {
  color: #2781dc;
}
.cgc_landing .international__tie__ups {
  /* padding: 80px 0 0 0; */
  padding: 50px 0 0 0;
}
.cgc_landing .international__tieup__inner__block {
  /* padding: 100px 0 0 0; */
  padding: 0;
}
.cgc_landing .tie__up__image__text.tie-up-text-2 {
  position: absolute;
  top: -128px;
  left: 18%;
  transform: translateX(-50%);
}
.cgc_landing .tie__up__image__text.tie-up-text-2 h2 {
  color: #f7a600;
}
.cgc_landing .tie__up__image__text.tie-up-text-3 {
  position: absolute;
  top: -128px;
  left: 79%;
  transform: translateX(-50%);
}
.cgc_landing .tie__up__image__text.tie-up-text-3 h2 {
  color: #98002e;
}
.cgc_landing .tie__up__image__text.tie-up-text-4 {
  position: absolute;
  bottom: 56%;
  right: -212px;
  transform: translateX(-50%);
}
.cgc_landing .tie__up__image__item {
  transition: all 0.3s ease-in-out;
}
.cgc_landing .tie__up__image__item:hover .tie__up__image__icon {
  background-color: #92278f !important;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cgc_landing .tie__up__image__item:hover .tie-up-text-1 {
  bottom: 220px;
}
.cgc_landing .tie__up__image__item:hover .tie-up-text-2 {
  top: -140px;
}
.cgc_landing .tie__up__image__item:hover .tie-up-text-3 {
  top: -135px;
}
.cgc_landing .tie__up__image__item:hover .tie-up-text-4 {
  bottom: 60%;
}
.cgc_landing .tie__up__image__text {
  transition: all 0.3s ease-in-out;
}
.cgc_landing .tie__up__image__item:hover .tie__up__image__icon::before {
  border-bottom: 30px solid #92278f;
}
.cgc_landing .tie__up__image__item:hover .tie__up__image__icon::before {
  border-bottom-color: #92278f !important;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cgc_landing .tie__up__image__item:hover .tie__up__image__text h2 {
  color: #92278f;
}
.cgc_landing .international__Mous {
  background: url('../images/international-mous-icons/interbational-mous-bg.webp')
    no-repeat center;
  background-size: cover;
  height: 825px;
}
.cgc_landing .international__Mous__headingText {
  text-align: center;
}
.cgc_landing .international__Mous__headingText h3 {
  color: #ffda47;
  font-size: 30px;
  font-weight: 600;
}
.cgc_landing .international__Mous__para {
  color: #fff;
  /* margin-top: 20px; */
  font-size: 18px;
}
.cgc_landing .international__mous__slider .mous__image__icon {
  display: block;
  padding: 1rem;
  width: 100%;
}
.cgc_landing .international__Mous__bottom {
  margin-top: 3rem;
}
.cgc_landing .mous__image__icon img {
  /* background-color: rgba(255, 255, 255, 0.5); */
  background-color: #fff;
  padding: 30px 20px;
  border-radius: 15px;
  backdrop-filter: blur(0px);
  border: 1px solid #ffffff99;
}
.cgc_landing .experience__beyond__headingText {
  text-align: center;
}
.cgc_landing .experience__beyond__headingText h3 {
  color: #98002e;
  font-weight: 600;
  font-size: 30px;
}
.cgc_landing .experience__beyond__headingText p {
  font-size: 18px;
  font-weight: 400;
  margin-top: 15px;
}
.cgc_landing .experience__beyond__picture img {
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
  border-bottom-left-radius: 60px;
}
.cgc_landing .experience__beyond__content {
  background-color: #ad274f;
  padding: 45px 30px;
  border-top-left-radius: 60px;
  border-bottom-left-radius: 60px;
  border-bottom-right-radius: 60px;
  height: 100%;
}
.cgc_landing .exp__beyond__headingText h3 {
  position: relative;
  padding-bottom: 30px;
  color: #fff;
  font-size: 22px;
}
.cgc_landing .exp__beyond__headingText h3::after {
  content: "";
  position: absolute;
  background: url('../images/exp-beyond-pic/exp-beyond-line.png') no-repeat
    center;
  background-size: contain;
  left: -8px;
  bottom: 0;
  width: 60%;
  height: 3px;
}
.cgc_landing .exp__beyond__paraText p {
  margin-top: 50px;
  color: #fff;
  font-weight: 400;
  font-size: 22px;
}
.cgc_landing .experience__beyond__block {
  margin: 0 10px;
}
.cgc_landing .placement__pathways__content {
  text-align: center;
  margin-top: 15px;
}
.cgc_landing .placement__pathways__content h3 {
  font-weight: 400;
  font-size: 22px;
}
.cgc_landing .placement__pathways__content p {
  color: #016db5;
  font-weight: 400;
  font-size: 35px;
}
.cgc_landing .foreign__deligates {
  background: url('../images/foreign-deligates/foreign-del-bg.webp') no-repeat
    center;
  background-size: cover;
}
.cgc_landing .foreign__deligates__headingText {
  text-align: center;
}
.cgc_landing .foreign__deligates__headingText h3 {
  color: #016db5;
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 15px;
}
.cgc_landing .foreign__deligates__headingText p {
  font-size: 17px;
  font-weight: 400;
}
.cgc_landing .foreign__deligates__content .foreign__deligate__heading {
  text-align: center;
  margin-left: -40px;
  transition: all 0.5s ease-in-out;
}
.cgc_landing .foreign__deligates__content {
  margin-top: 28px;
}
.cgc_landing .foreign-deligate__box {
  transition: all 0.3s ease-in-out;
}
/* .cgc_landing .foreign-deligate__box:hover {
  transform: translateY(-10px);
  cursor: pointer;
} */
.cgc_landing .foreign-deligate__box{
  transition: all 0.5s ease-in-out;
}
.cgc_landing .foreign-deligate__box:hover .foreign__deligate__heading{
  transform: translateY(-10px);
  transition: all 0.5s ease-in-out;
}
.cgc_landing .foreign__deligates__content .foreign__deligate__heading h3 {
  color: #f7a600;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 0;
}
.cgc_landing .foreign__deligates__content .foreign__deligate__heading p {
  font-size: 17px;
  margin-top: 5px;
  color: #fff;
}
.cgc_landing .foregin__deligates__bottom {
  margin-top: 4rem;
}
.cgc_landing .foreign__deligates__block {
  margin-left: 10px;
}
.cgc_landing .scholarshp__josh__logo .cgc-josh {
  max-width: 20%;
  width: 100%;
  height: auto;
}
.cgc_landing .scholarship__section {
  background: url('../images/Scholarship-section/scholarship-bg.png') no-repeat
    center;
  background-size: cover;
  height: 750px;
}
.cgc_landing .scholarshp__josh__logo {
  border-right: 1px solid #ffffff;
  padding-right: 15px;
}
.cgc_landing .scholarship__section__heading h3 {
  color: #fff;
  font-weight: 600;
  font-size: 30px;
  margin-top: 20px;
}
.cgc_landing .scholarship__square__bg {
  display: flex;
  justify-content: flex-end;
}
.cgc_landing .scholarship__square__bg img {
  display: block;
  width: 100px;
}
.cgc_landing .scholarship__content__bottom p {
  margin-top: 30px;
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  text-align: justify;
  line-height: 2rem;
}
.cgc_landing .scholarship__section__content {
  position: relative;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(0px);
  border: 1px solid #ffffff29;
  padding: 2rem;
  width: calc(100% + 170px);
  margin-left: -150px;
  margin-top: 70px;
  z-index: 1;
  padding-left: 170px;
  padding-right: 60px;
  padding-top: 3rem;
  padding-bottom: 2rem;
}
.cgc_landing .scholarship__left__picture {
  position: relative;
  z-index: 2;
}
.cgc_landing .scholarship__btn__block {
  display: flex;
  justify-content: flex-end;
}
.cgc_landing .why__choose__cgc__headingText {
  text-align: center;
}
.cgc_landing .why__choose__cgc__headingText h3 {
  color: #016db5;
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 15px;
}
.cgc_landing .why__choose__cgc__headingText p {
  font-size: 18px;
  font-weight: 400;
}
.cgc_landing .why__choose__CGC {
  background: url('../images/why-choose-cgc/why-choose-cgc-bg.webp') no-repeat
    center;
  background-size: cover;
  /* height: 100%; */
}
.cgc_landing .why__choose__cgc__bottom__section {
  margin-top: 4.5rem;
}
.cgc_landing .why__choose__CGC__content {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.cgc_landing .feature__icon {
  background-color: #016db5;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 4px solid #035c98;
}
.cgc_landing .feature__icon img {
  width: 50px;
  height: 50px;
}
.cgc_landing .feature__icon__content {
  margin-right: 40px;
}
.cgc_landing .feature__icon__content p {
  color: #000;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
}
.cgc_landing .feature__icon__block {
  display: flex;
  align-items: center;
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 999;
  transition: all 0.3s ease-in-out;
}
.cgc_landing .feature__icon__block:hover .feature__icon__content {
  margin-top: -15px;
  transition: all 0.5s ease-in-out;
}
.cgc_landing .feature__icon__block:hover img {
  transform: rotate(360deg);
  transition: all 0.7s ease-in-out;
}
.cgc_landing .feature-block-2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -58%;
}
.cgc_landing .feature-block-2 .feature__icon {
  background-color: #2e2e2e;
  border: 4px solid #000;
}
.cgc_landing .feature-block-3 {
  position: absolute;
  left: -15%;
  bottom: 0px;
}
.cgc_landing .feature-block-4 .feature__icon__content p {
  margin-left: 40px;
}
.cgc_landing .feature-block-5 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -37%;
}
.cgc_landing .feature-block-5 .feature__icon__content p {
  margin-left: 40px;
}
.cgc_landing .feature-block-5 .feature__icon {
  background-color: #2e2e2e;
  border: 4px solid #000;
}
.cgc_landing .feature-block-6 {
  position: absolute;
  right: 2%;
  bottom: 0px;
}
.cgc_landing .feature-block-6 .feature__icon__content p {
  margin-left: 40px;
}
.cgc_landing .gallery__section {
  background-color: #f2f3f7;
  /* height: 700px; */
}
.cgc_landing .gallery__section .gallery__section__top__headingText {
  text-align: center;
}
.cgc_landing .gallery__section .gallery__section__top__headingText h3 {
  color: #016db5;
  font-weight: 600;
  font-size: 30px;
}
.cgc_landing .gallery__section .gallery__section__top__headingText p {
  color: #000;
  font-size: 18px;
}
.cgc_landing .why__choose__CGC__Jhanjeri {
  background: url('../images/Why-CGC-Jahnjeri/Why\ CGC\ Jhanjeri\ bg.png')
    no-repeat center;
  background-size: cover;
  height: 645px;
}
.cgc_landing .why__choose__CGC__Jhanjeri .why__choose__CGC__headingText {
  text-align: center;
}
.cgc_landing .why__choose__CGC__Jhanjeri .why__choose__CGC__headingText h3 {
  color: #ffda47;
  font-weight: 600;
  font-size: 30px;
}
.cgc_landing .why__choose__CGC__block {
  background: url('../images/Why-CGC-Jahnjeri/info_line.png') no-repeat center;
  background-size: contain;
  height: 400px;
}
.cgc_landing .feature__block__picture {
  background-color: #ffda47;
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  margin: 0 auto;
}
.cgc_landing .feature__picture__outer__circle {
  border: 1px solid #ffda47;
  text-align: center;
  width: 100%;
  padding: 15px;
  border-radius: 50%;
}
.cgc_landing .outer-white-circle {
  border: 1px solid #fff;
}
.cgc_landing .feature__box__2 .feature__block__picture {
  background-color: #fff !important;
}
.cgc_landing .feature__box__4 .feature__block__picture {
  background-color: #fff !important;
}
.cgc_landing .feature__block__picture img {
  width: 80px;
  height: 80px;
}
.cgc_landing .why__choose__CGC__block {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.cgc_landing .feature__block__content p {
  text-align: center;
  margin-top: 20px;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
}
.cgc_landing .why__choose__CGC__bottom {
  margin-top: 3.3rem;
}
/* .cgc_landing .top-margin {
  margin-top: 65px;
} */
.cgc_landing .bottom-margin {
  margin-bottom: 75px;
  margin-left: 0px;
}
.cgc_landing .feature__box__3 {
  margin-left: 5px;
}
.gallery-section {
  background-color: #f8f9fa;
}
.gallery-title {
  color: #b61b44;
  font-weight: bold;
}
.gallery-subtitle {
  color: #6c757d;
  font-size: 1rem;
}
.gallery-item {
  position: relative;
}
.gallery-item img {
  border-radius: 4px;
  width: 100%;
  height: auto;
}
.overlay-text {
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 10px;
  font-size: 1rem;
  width: 100%;
  text-align: center;
}
.footer-text {
  background-color: #b61b44;
  padding: 10px 0;
  color: #fff;
  font-size: 0.9rem;
}
.cgc_landing .coe_sec {
  background: url('../images/centre-of-excellence/center-of-excellence-bg.png')
    no-repeat center;
  background-size: cover;
  height: 870px;
}
.cgc_landing .top-heading h2 {
  font-weight: 600;
  font-size: 32px;
  color: #ffda47 !important;
}
.cgc_landing .coe-heading h4 {
  font-size: 30px;
  font-weight: 700 !important;
  letter-spacing: 0.5px;
  text-align: unset;
  text-transform: none;
  color: #ffda47 !important;
}
.cgc_landing .without-bottom-space {
  position: relative;
}
.cgc_landing .without-bottom-space::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  background: url('../images/centre-of-excellence/center-of-excellence-line.png')
    no-repeat center;
  background-size: contain;
  width: 55%;
  height: 4px;
}
.cgc_landing .icon-wrapper,
.icon-content {
  width: 150px;
  margin: 0 auto;
  text-align: center;
}
.cgc_landing .icon-wrapper img {
  width: 80px;
  height: auto;
  margin: 0 auto;
}
.cgc_landing .icon-content {
  position: relative;
  padding-top: 30px;
  margin-top: 15px;
  width: 70%;
}
.cgc_landing .icon-content p {
  text-align: center;
  font-weight: 400;
}
.cgc_landing .coe-heading p {
  text-align: justify;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7rem;
}
.cgc_landing .apply-btn {
  font-weight: bold;
  border-radius: 10px;
  border: 3px solid orange;
  background-color: #f9e562;
}
.cgc_landing .icon-content:after {
  border-radius: 0;
  bottom: auto;
  content: "";
  display: block;
  height: 3px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.3s linear;
  width: 65px;
  background-color: #fff;
}
.cgc_landing .center__of__excellence__block {
  margin-top: 4.5rem;
  margin-bottom: 1rem;
}
.cgc_landing .box {
  display: grid;
  place-content: center;
  color: white;
  text-shadow: 0 1px 0 #000;
  border: solid 3px transparent;
  border-radius: 2em;
  position: relative;
}
.cgc_landing .picture__box__1::before,
.cgc_landing .picture__box__2::after {
  content: "";
  position: absolute;
  background-color: #ffda47;
  z-index: -1;
}
.cgc_landing .coe-slider .slider-picture img {
  position: relative;
}
.cgc_landing .coe-slider .slider-picture img {
  border-radius: 20px;
}
.cgc_landing .coe-slider .slider-picture {
  margin: 5px;
}
.cgc_landing .excellence-btn .apply__now__btn {
  margin-top: 0;
  display: inline-block;
}
.cgc_landing .excellence-btn .apply__now__btn img {
  display: inline-block;
}
/* .cgc_landing .pagination-style .slick-dots {
  margin: 10px 0 0;
  padding: 0 0 0 16px;
  position: absolute;
  bottom: 15px;
  left: 0;
} */
.cgc_landing .pagination-style .slick-dots li {
  list-style-type: none;
  display: inline-block;
  margin-right: 6px;
  vertical-align: middle;
  height: auto;
  width: auto;
}
.cgc_landing .pagination-style .slick-dots li button {
  padding: 0;
  border: 0;
  height: 9px;
  width: 9px;
  display: block;
  font-size: 0;
  background: #666;
  border: 1px solid #666;
  border-radius: 50%;
}
.cgc_landing .slick-dots li button:before {
  font-display: swap;
  font-size: 0;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: #ccc;
}
.cgc_landing .awards__section__headingText {
  text-align: center;
}
.cgc_landing .awards__section__headingText h3 {
  color: #98002e;
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 15px;
}
.cgc_landing .awards__section__headingText p {
  color: #000;
  font-weight: 400;
  font-size: 18px;
}
.cgc_landing .awards-img {
  max-width: 100%;
}
.cgc_landing .award-appreciations {
  position: relative;
  display: flex;
  justify-content: center;
  height: 100%;
  font-size: 16px;
  text-align: center;
  flex-direction: column;
  color: #fff;
}
.cgc_landing .left {
  position: relative;
}
.cgc_landing .left:before,
.left .before {
  border-bottom: 20px solid transparent;
  border-right: 20px solid #ad274f;
  border-top: 20px solid transparent;
  content: "";
  height: 0;
  position: absolute;
  left: -19px;
  top: 50%;
  width: 0;
}
.cgc_landing .right:before,
.right .before {
  border-bottom: 20px solid transparent;
  border-left: 20px solid #ad274f;
  border-top: 20px solid transparent;
  content: "";
  height: 0;
  position: absolute;
  right: -19px;
  top: 50%;
  width: 0;
  z-index: 9;
}
.cgc_landing .showcase {
  width: 100%;
  height: 100%;
  position: relative;
  color: white;
  text-align: center;
}
.cgc_landing .showcase img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}
.cgc_landing .showcase .overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(173, 39, 79, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 68px;
  border-radius: 0;
  line-height: normal;
  opacity: 1;
}
.cgc_landing .btn__outline {
  display: inline-block;
  width: max-content;
  text-align: center;
  border: 1px dashed #98002e;
  border-radius: 12px;
  padding: 18px 12px;
  margin: 0 auto;
}
.cgc_landing .black_btn {
  background: #000;
  color: #fff;
  border-radius: 10px;
  line-height: 1.75;
  padding: 12px 18px;
  text-decoration: none;
}
.cgc_landing .button {
  font-size: 16px;
  font-weight: 400;
  box-shadow: none !important;
  outline: none !important;
  border: 0;
  transition: 0.3s all;
  font-size: 16px;
}
.cgc_landing .black_btn:hover {
  background: #7a1231;
  color: #fff;
  box-shadow: 3px 3px #00000040 !important;
}
.cgc_landing .showcase p {
  margin-top: 8px;
  font-size: 17px;
}
.cgc_landing .ranking__section {
  background: url('../images/ranking/ranking-section-bg.webp') no-repeat center;
  background-size: cover;
  /* height: 950px; */
}
.cgc_landing .ranking__section__headingText {
  text-align: center;
}
.cgc_landing .ranking__section__headingText h3 {
  color: #ffda47;
  font-weight: 600;
  font-size: 30px;
}
.cgc_landing .ranking__section__headingText p {
  color: #fff;
  font-weight: 400;
  font-size: 18px;
}
.cgc_landing .ranking-img {
  max-width: 75%;
  width: 100%;
  height: auto;
}
.cgc_landing .top__ranking__section__left, .cgc_landing .top__ranking__section__right {
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(0px);
  border: 1px solid #ffffff3d;
  padding: 30px 0px;
  border-radius: 16px;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cgc_landing .top__ranking__section__right .ranking-right-img {
  max-width: 75%;
  width: 100%;
  height: auto;
}
.cgc_landing .ranking-nirf-img {
  max-width: 85%;
  width: 100%;
  height: auto;
}
.cgc_landing .rank-bodr-right {
  border-right: 1px dotted #ffffff;
}
.cgc_landing .rank-bodr-bot {
  border-bottom: 1px dotted #ffffff;
}
.cgc_landing .picture__desktop__view {
  display: block;
}
.cgc_landing .picture__mobile__view {
  display: none;
}
.cgc_landing .testimonial__section {
  background: url('../images/testimonial/testimonial-bg.png')
    no-repeat center;
  background-size: cover;
  /* height: 750px; */
}
.cgc_landing .testimonial__section__heading {
  text-align: center;
}
.cgc_landing .testimonial__section__heading h3 {
  color: #016db5;
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 15px;
}
.cgc_landing .testimonial__section__heading p {
  font-weight: 400;
  font-size: 18px;
}
.cgc_landing .testimonial__slider .slick-slide {
  margin: 0 15px;
}
.cgc_landing .testimonial__section__top__content {
  padding: 20px 15px;
}
.cgc_landing .testimonial__section__top__content .testimonial__section__info {
  text-align: center;
  border-right: 1px solid #2e2e2e;
}
.cgc_landing
  .testimonial__section__top__content
  .testimonial__section__info
  h3 {
  color: #000;
  font-weight: 500;
  font-size: 21px;
  margin-bottom: 5px;
}
.cgc_landing .testimonial__section__top__content .testimonial__section__info p {
  color: #016db5;
  font-weight: 600;
  font-size: 16px;
  font-size: 24px;
}
.cgc_landing .testimonial__placement__logo {
  padding: 7px 5px;
}
.cgc_landing .testimonial-section-bottom-line h2 {
  width: 90%;
  margin: 0 auto;
  margin-top: 0px;
  margin-bottom: 20px;
  line-height: 2rem;
}
.cgc_landing .testimonial-section-bottom-line h2 {
  font-size: 22px;
  font-weight: 500;
}
.cgc_landing .header__logo__block {
  text-align: center;
}
.cgc_landing .header__logo__block img {
  max-width: 198px;
  width: 100%;
}
.cgc_landing .header__section {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 10px 0;
  border-bottom: 1px groove #ccc;
}
.cgc_landing .sticky-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: white;
}
/* .cgc_landing .header-bodr-right {
  border-right: 1.5px dotted #2e2e2e;
} */
.cgc_landing .header__right__section {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
footer {
  text-align: center;
  background-color: #016db5;
  display: flex;
  align-items: center;
  /* padding-bottom: 45px; */
}
.cgc_landing .footer__para {
  color: #fff;
  margin-top: 18px;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 2px;
}
.cgc_landing .checked {
  color: #ffda47;
}
.cgc_landing .page-sub-heading h3 {
  color: #fff;
  font-weight: 400;
  font-size: 24px;
  margin-top: 10px;
  margin-bottom: 15px;
}
.cgc_landing .page-sub-heading h6 {
  color: #ffda47;
  font-weight: 500;
  font-size: 18px;
}
.cgc_landing .right-pad {
  padding-right: 0px;
}

.cgc_landing .right-pad img {
  padding-right: 15px;
}

/* 25 crore scholarship section */
.cgc_landing .cgc__scholarship__section {
  background: url('../images/scholarship/25-crore-scholarship-bg.webp') no-repeat
    center;
  background-size: cover;
  height: 700px;
  position: relative;
}
.cgc_landing .cgc__sholarship__heading__logo {
  max-width: 75%;
  width: 100%;
  height: auto;
}
.cgc_landing .scholarship__block__content__bottom {
  margin-top: 30px;
}
.cgc_landing .scholarship__bottom__heading h3 {
  color: #f4d774;
  font-size: 29px;
  line-height: 2.4rem;
  font-weight: 600;
}
.cgc_landing .scholarship__bottom__heading p {
  max-width: 80%;
  margin-top: 20px;
  color: #fff;
  font-weight: 400;
  line-height: 1.8rem;
  text-align: justify;
  font-size: 18px;
}
.cgc_landing .scholarship__block__content {
  margin-top: -80px;
}
.cgc_landing .scholarship__block__picture img {
  max-width: 83%;
  width: 100%;
  height: auto;
}
.cgc_landing .scholarship__block__picture {
  position: absolute;
  bottom: 0px;
}
.cgc_landing .cgc__scholarship__josh__logo {
  width: 300px;
}
.cgc_landing .awards__section {
  padding: 70px 0 30px;
}
/* Program Offered section css */
.cgc_landing .program__offered__section__headingText {
  text-align: center;
}
.cgc_landing .program__offered__section__headingText h3 {
  color: #016db5;
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 5px;
}
.cgc_landing .program__offered__section__headingText p {
  font-weight: 400;
  font-size: 18px;
}
.cgc_landing .diff__prgrams__list__box .progeam__list__heading h3 {
  font-weight: 600;
  color: #016db5;
  font-size: 19px;
}
.cgc_landing .offered__programs__list > li {
  list-style: none;
  margin-block: 4px;
  display: flex;
}
.cgc_landing .offered__programs__list > li > a {
  text-decoration: none;
  color: #000;
  font-size: 15px;
  transition: all 0.3s ease-in-out;
}
/* .cgc_landing .offered__programs__list > li > a:hover {
  color: #016db5;
  font-weight: 400;
} */
.cgc_landing .diff__prgrams__list__box {
  background-color: #f2f3f7;
  padding: 21px 30px;
  border: 1px solid #cccccc;
  border-radius: 7px;
}
.cgc_landing .progeam__list__heading {
  margin-bottom: 13px;
}
.cgc_landing .offered__program__block__header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.cgc_landing .off__right__arrow__block i {
  font-size: 15px;
}
.cgc_landing .left__offered__img {
  position: relative;
}
.cgc_landing .left__offered__img img {
  border-radius: 7px;
}
.cgc_landing .left__offered__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #ad274f;
  opacity: 0.8;
  border-radius: 7px;
}
.diff__program__apply__btn__block {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.diff__program__apply__btn__block .program__off-_apply__btn {
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  font-size: 22px;
}
.cgc_landing .apply__btn__block {
  display: flex;
  align-items: center;
}
.cgc_landing .program__off-_apply__btn i {
  font-size: 20px;
}
.cgc_landing .header__left__icon__block {
  display: flex;
  align-items: center;
}
.cgc_landing .rise-excel-section-bottom {
  position: relative;
}
.cgc_landing .rise-excel-left-picture {
  position: absolute;
  bottom: 0;
}
.cgc_landing .empowering__future__para {
  background-color: #ad274f;
  /* margin-top: 50px; */
  color: #fff;
  padding: 2rem;
  /* width: calc(100% + 220px);
  margin-left: -270px; */
  position: relative;
  z-index: 1;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  display: flex;
  justify-content: flex-end;
}
.cgc_landing .empowering__future__para p {
  /* padding-left: 260px; */
  /* width: 100%; */
  width: 50%;
  padding-right: 1rem;
}
.cgc_landing .excel__rise__picture__block img {
  position: relative;
  z-index: 3;
}
.cgc_landing .excel__rise__picture__block {
  max-width: 68%;
  width: 100%;
  height: auto;
}
.cgc_landing .rise__achieve__excel__section {
  background: url('../images/rise-achive-img/rise-esxcel-bg.jpg') no-repeat
    center;
  background-size: cover;
}
.cgc_landing .lab-wrap {
  position: relative;
  width: 100%;
  text-align: center;
  color: #fff;
  margin: 5px 0;
  overflow: hidden;
}
.cgc_landing .gallery .lab-text {
  width: 85%;
}
.cgc_landing .lab-text {
  position: absolute;
  bottom: 40px;
  font-size: 18px;
  font-weight: 600;
  /* padding: 0 0 0 40px; */
  line-height: 1.4;
  left: 0;
  width: 100%;
  text-align: center;
  font-weight: 600;
}
.cgc_landing .gallery-zoom {
  transition: all 0.5s ease-in-out;
  overflow: hidden;
  filter: grayscale(100%);
}
.cgc_landing .gallery-zoom:hover {
  filter: grayscale(0%);
  transform: scale(1.1);
  overflow: hidden;
}
.testimonial__section__top {
  padding: 0 0 5px 0;
}
.cgc_landing .rs-item {
  padding: 0 7px;
}
.cgc_landing .experience__beyond {
  background: url('../images/exp-beyond-pic/exp-beyond-bg.jpg') no-repeat center;
  background-size: cover;
}
.cgc_landing .showcase .overlay {
  position: relative;
}
.cgc_landing .showcase .overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 13px;
  background-image: url('../images/international-collaboration/awards-content-bg.png');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  height: 100%;
  width: 93%;
}
.testimonial__block {
  display: none;
}

.testimonial__block.active {
  display: block;
}
.cgc_landing .testimonial__block .testimonial__section__picture {
  position: relative;
}
.cgc_landing .testimonial__block .testimonial__section__picture::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #016db5;
  opacity: 0.8;
}
.cgc_landing .testimonial__block .testimonial__section__top__content {
  visibility: hidden;
  opacity: 0;
}
.cgc_landing
  .testimonial__block.slick-slide.slick-current.slick-active
  .testimonial__section__picture::before {
  content: none;
}
.cgc_landing
  .testimonial__block.slick-slide.slick-current.slick-active
  .testimonial__section__top__content {
  visibility: visible;
  opacity: 1;
}
.cgc_landing .icon__block {
  height: 500px;
  position: relative;
}
.cgc_landing .why__choose__us__left__icons::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url('../images/why-choose-cgc/why-choose-left-bg.png') no-repeat
    center;
  background-size: contain;
  width: 100%;
  height: 100%;
  margin-left: 25px;
}
.cgc_landing .why__choose__us__right__icons::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: url('../images/why-choose-cgc/why-choose-right-bg.png') no-repeat
    center;
  background-size: contain;
  width: 100%;
  height: 100%;
  margin-right: 68px;
}
.cgc_landing .slick-dots {
  display: flex;
  justify-content: center;
  list-style: none;
  margin-top: 40px;
}
.cgc_landing .testimonial__section .slick-dots {
  display: flex;
  justify-content: center;
  list-style: none;
  margin-top: 0px;
}
.cgc_landing .foreign__deligates li.slick-active button {
  background-color: #ffda47 !important;
}
.cgc_landing .international__Mous li.slick-active button {
  background-color: #ffda47 !important;
}
.cgc_landing .coe_sec li.slick-active button {
  background-color: #ffda47 !important;
}
.cgc_landing .coe_sec .slick-dots {
  margin-top: -10px;
}
.cgc_landing .slick-dots button::before {
  content: none;
}
.cgc_landing .slick-dots button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #bdcddf !important;
  margin: 0 5px;
  border: none;
  cursor: pointer;
  font-size: 0;
  text-indent: -9999px;
  list-style: none;
}
.cgc_landing li.slick-active button {
  background-color: #016db5 !important;
  width: 40px;
  height: 8px;
  border-radius: 20px;
  transition: width 0.3s ease;
}
.cgc_landing .state-of-art-labs-headingText h2 {
  text-transform: capitalize;
  color: #016db5;
  text-align: center;
  font-size: 28px;
  margin-bottom: 40px;
  font-weight: 600;
}
.cgc_landing .state-of-art-labs-headingText p {
  text-align: center;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 30px;
  text-transform: initial;
  font-size: 18px;
}
.cgc_landing .effect-image {
  max-width: none;
  width: calc(100% + 50px);
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(-40px, 0, 0);
  height: 100%;
}
.cgc_landing .life-pu-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.65), transparent);
  z-index: 1;
}
.cgc_landing .life-pu-box {
  position: relative;
  overflow: hidden;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  transition: 0.3s ease-in-out;
  height: 100%;
}
.cgc_landing .life-pu-description {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  padding: 20px;
  color: white;
  text-align: left;
}
.cgc_landing .life-pu-description h2 {
  font-size: 22px;
  margin-bottom: 28px;
  font-weight: 600 !important;
  text-transform: uppercase;
}
.cgc_landing .life-pu-description p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7rem;
  text-align: left;
  margin-top: 0;
  transition: 0.3s ease-in-out;
}
.cgc_landing .effect-move:hover .effect-target,
.effect-move:hover .effect-image {
  transform: translate3d(0, 0, 0);
}
.cgc_landing .effect-move:hover .effect-image,
.effect-move:hover .effect-text {
  opacity: 1;
}
.cgc_landing .hero-grid-content {
  color: #fff;
  font-size: 1.25em;
  backface-visibility: hidden;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 3;
}
.cgc_landing .effect-move:hover .effect-text {
  transition-delay: 0.05s;
  transition-duration: 0.35s;
}
.cgc_landing .state-of-art-labs {
  background: url('../images/international-collaboration/awards-section-bg.webp')
    no-repeat center;
  background-size: cover;
}
.cgc_landing .slick-dots {
  display: flex;
  justify-content: center;
  list-style: none;
  margin-top: 20px;
  padding: 0;
}
figure {
    margin: 0;
}
.btn-top {
    width: 70% !important;
}
.btn-top a {
  background-color: #98002e !important;
}
.btn-top a:hover {
  background-color: #000 !important;
}
.cgc_landing .experience__beyond.sec-padding {
  padding: 60px 0 60px 0;
}
.cgc_landing .program__offered__section.sec-padding {
  padding: 70px 0;
}
.cgc_landing .placement__pathways.sec-padding {
  padding: 50px 0;
}
.cgc_landing .experience__beyond .slick-dots {
  margin-top: 25px;
}

.ranking-section__top-rankings--slider {
  margin-top: 40px;
}
.ranking-wrap {
  width: 970px;
  margin: 0 auto;
  position: relative;
}
.ranking-heading {
  position: relative;
  font-size: 37px;
  font-weight: 700 !important;
  text-transform: uppercase;
  text-shadow: 0px 1px 4px #241616;
}
.ranking-heading:after {
  border-bottom: 1px solid rgba(255 255 255 / 51%);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -5px;
  width: 100%;
  z-index: 9;
}
.ranking-wrap p {
  font-size: 19px;
  font-weight: 600 !important;
  margin-top: 15.5px;
  text-shadow: 0px 1px 4px #241616;
  line-height: 1.4;
}
.ranking-section__top-numbers .col-lg-3:last-child .top-numbers__card {
  border-left: 0;
  border-right: 1px solid #3565a9;
}
.rs-item {
  padding: 25px 10px;
}
.rs-item__in {
  background: 0 0;
  border: 1px solid transparent;
  text-align: center;
  cursor: pointer;
  opacity: 0.5;
  position: relative;
}
.rs-item__in img {
  display: inline-block;
}
.rs-item__in:hover {
  background: #ffda47;
  border: 1px solid #ffda47;
  box-shadow: 0 0 15px rgb(239 152 162 / 90%);
  opacity: 1;
  border-radius: 7px;
}
.rs-item.slick-current.slick-active .rs-item__in {
  background: #ffda47;
  border: 1px solid #ffda47;
  box-shadow: 0 0 15px rgb(239 152 162 / 90%);
  opacity: 1;
  border-radius: 7px;
}

.ranking-section__top-rankings--slider .slider-nav {
  width: 740px;
  margin: auto;
}
.rankingthumb {
  color: var(--text-white);
  padding-right: 40px;
}
.rankingthumb span {
  font-size: 12px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}
.rankingthumb__no {
  font-size: 54px;
  color: var(--bg-white);
  font-weight: 700;
  margin-bottom: 15px;
}
.rankingthumb__no sup {
  top: -22px;
  font-size: 28px;
}
.rankingthumb__content {
  font-size: 16px;
  line-height: 17px;
}
.rankingthumb__content small {
  font-size: 14px;
  display: block;
  margin-bottom: 5px;
}
.arrow_box:after {
  left: 100%;
  top: 20%;
  border: 20px solid rgba(136, 183, 213, 0);
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-left-color: var(--bg-lightgray);
  margin-top: -20px;
}
.cgc_landing .ranking-section__top-rankings--slider .rs-item__in .hover-img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.3s ease;
}
.cgc_landing .rs-item.slick-current.slick-active .origonal-image {
  opacity: 0;
}
.ranking-section .origonal-image {
  background: transparent;
  border: none;
  box-shadow: none;
}
.cgc_landing .rs-item.slick-current.slick-active .hover-img {
  opacity: 1;
}
.ranking-section .origonal-image {
  background: transparent;
  border: none;
  box-shadow: none;
}
.ranking-section__top-rankings--slider .rs-item__in {
  position: relative;
  width: 135px;
  height: auto;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.ranking-section__top-rankings--slider .rs-item__in:hover {
  background: transparent;
  border: 1px solid transparent;
  box-shadow: 0 0 0 rgb(239 152 162 / 90%);
  opacity: 1;
}
.ranking-section__top-rankings--slider .rs-item__in:hover .hover-img {
  opacity: 1;
  background: #ffda47;
  border: 1px solid #ffda47;
  box-shadow: 0 0 15px rgb(239 152 162 / 90%);
  border-radius: 10px;
  border-radius: 7px;
}
.rs-detail-item__slider {
  width: 1080px;
  margin: 0 auto;
}
.slider .slick-slider {
  margin-bottom: 55px;
}
.rankingthumb-content-content {
  font-size: 18px;
  line-height: 1.3;
  width: 200px;
  margin: 0 auto;
  padding-right: 10px;
}
.cgc_landing .rankingthumb-content__content {
  font-size: 15px;
}
.cgc_landing .pagination-style .slick-arrow {
  background: #ffda47;
  width: 19px;
}
.pagination-style .slick-arrow.slick-prev {
  right: auto;
  left: -40px;
}
.pagination-style .slick-arrow {
  position: absolute;
  border: 0;
  width: 18px;
  height: 18px;
  line-height: 18px;
  font-size: 10px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  color: #000;
  z-index: 1;
  background: rgba(255, 255, 255, 0.2);
  top: 50%;
  transform: translateY(-50%);
}
.cgc_landing .pagination-style .slick-arrow.slick-next {
  right: -45px;
  left: auto;
}
.cgc_landing .pagination-style .slick-arrow.slick-next {
  right: -10px;
  left: auto;
}
.cgc_landing .ranking__section li.slick-active button {
  background-color: #ffda47 !important;
  width: 40px;
  height: 8px;
  border-radius: 20px;
  transition: width 0.3s ease;
}
.cgc_landing .top__recruiters .slick-slide img {
  display: block;
  width: 200px;
  margin: 0 auto;
  text-align: center;
}
.cgc_landing .top__recruiters .item {
  border-right: 2px solid #d6d6d6;
}
.cgc_landing .testimonial-section-bottom-line h2 {
  margin-bottom: 10px;
}
.cgc_landing .testimonial-section-bottom-line .slick-dots {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}
.cgc_landing .desktop-row {
  display: block;
}
.cgc_landing .mobile-row {
  display: none;
}
.cgc_landing .banner-mob-block {
  display: none;
}
.cgc_landing .accordion-button:not(.collapsed) {
  background-color: #f2f3f7;
  border-bottom: none !important;
}
.cgc_landing
  .accordion-item:first-of-type
  > .accordion-header
  .accordion-button {
  background-color: #f2f3f7;
  font-weight: 600;
  color: #016db5;
  font-size: 17px;
  padding: 14px 1rem;
  box-shadow: none !important;
}
.cgc_landing .accordion-body,
.accordion-button {
  background-color: #f2f3f7;
}
.cgc_landing .accordion-item,
.accordion-button {
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-radius: 5px !important;
}
.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border: 1px solid #cccccc;
}
.cgc_landing .accordion-body {
  border-bottom-left-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
  border: 1px solid #cccccc;
  padding: 10px 1rem;
  border-top: none !important;
}
.cgc_landing .accordion-button {
  font-weight: 600;
  color: #016db5;
  font-size: 18px;
}
.cgc_landing .accordion-button:focus {
  box-shadow: none !important;
}
.cgc_landing .accordion-row-2 .accordion-item {
  margin-bottom: 20px;
}
.cgc_landing .ranking__section {
  padding: 70px 0;
}
.cgc_landing .placement-insight-section-bg {
  background: url('../images/placement-insight/placement_bg.jpg') no-repeat center;
  background-size: cover;
}
.cgc_landing .fixed_enquiry {
  width: 310px;
  float: right;
  margin-top: 30px;
  background: transparent;
  position: fixed;
  right: -310px;
  z-index: 9999;
  transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
}
.cross-icon-close {
  color: #01aded;
  position: absolute;
  left: 18px;
  font-size: 16px;
  cursor: pointer;
}
.cgc_landing .fixed_enquiry.opne-form {
  right: 0;
}
.cgc_landing .fixed_enquiry #toogle_form {
  left: -34%;
  position: absolute;
  bottom: 50%;
  right: 81%;
  transform: rotate(-90deg);
  -webkit-transform-origin: 50% 51%;
}
.cgc_landing .admsn_form_wrapper .form1 .npf_wgts,
.fixed_enquiry .form1 .npf_wgts {
  background: #dae5f3;
  padding: 10px;
  border-radius: 20px;
  height: 475px;
}
.cgc_landing iframe {
  border: 0;
}
.cgc_landing .fixed_enquiry #toogle_form span {
  position: relative;
  font-size: 18px;
  padding: 7px 20px;
  cursor: pointer;
  display: inline-block;
  color: #fff;
  background: #035c98;
  font-weight: 500;
  letter-spacing: 1px;
  width: 180px;
  text-align: center;
  border-radius: 30px 30px 0 30px;
}
.cgc_landing .rise-excel-section-top {
  display: flex;
  justify-content: flex-end;
  width: 73%;
}
.cgc_landing .cgc__scholarship__section .page__banner__apply__btn {
  width: 100%;
  justify-content: flex-start;
  margin-top: 0;
}
.cgc_landing .life-pu-box:hover .life-pu-description p {
  transform: translateY(-10px);
}
.cgc_landing .coe_sec .page__banner__apply__btn {
  width: 100%;
  justify-content: flex-start;
}
.cgc_landing .picture__box__1 {
  position: relative;
}
.cgc_landing .picture__box__1::before {
  content: "";
  position: absolute;
  top: -13px;
  left: -13px;
  width: 72%;
  height: 72%;
  background-color: #ffda47;
  border-radius: 27px;
}
.cgc_landing .picture__box__2 {
  position: relative;
}
.cgc_landing .picture__box__2::after {
  content: "";
  position: absolute;
  bottom: -12px;
  right: -13px;
  width: 72%;
  height: 72%;
  background-color: #ffda47;
  border-radius: 27px;
}
.cgc_landing .coe_sec .slick-slide {
  margin: 0 30px;
}
.cgc_landing .program__offered__section {
  background: url('../images/explore-specialisations/explore-spec-bg.webp')
    no-repeat center;
  background-size: cover;
}
.cgc_landing .box {
  place-content: center;
  text-shadow: 0 1px 0 #000;
  --border-angle: 0turn;
  --main-bg: conic-gradient(
    from var(--border-angle),
    #213,
    #112 5%,
    #112 60%,
    #213 95%
  );
  border: solid 3px transparent;
  border-radius: 2em;
  --gradient-border: conic-gradient(
    from var(--border-angle),
    transparent 25%,
    #08f,
    #f03 99%,
    transparent
  );
  background: var(--main-bg) padding-box, var(--gradient-border) border-box,
    var(--main-bg) border-box;
  background-position: center center;
  -webkit-animation: bg-spin 3s linear infinite;
  animation: bg-spin 3s linear infinite;
}
@-webkit-keyframes bg-spin {
  to {
    --border-angle: 1turn;
  }
}
@keyframes bg-spin {
  to {
    --border-angle: 1turn;
  }
}
@keyframes spin {
  100% {
    transform: rotate(1turn);
  }
}
@keyframes scrollLeft {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.box:hover {
  animation-play-state: paused;
}
@property --border-angle {
  syntax: "<angle>";
  inherits: true;
  initial-value: 0turn;
}

.cgc_landing .mba__overview__section {
  background: url('../images/mba-overview/mba-overiview-bg.webp') no-repeat
    center;
  background-size: cover;
  height: 100%;
}
.cgc_landing .mba__overview__section .button.tsbs {
  font-size: inherit;
  font-weight: 600;
  line-height: 1.4em;
  box-shadow: none !important;
  outline: none !important;
  border: 0;
  width: auto;
  background: #f2f3f7 !important;
  transition: 0.3s all;
  border-radius: 10px !important;
  margin-left: 17px;
  cursor: pointer;
  border: 4px solid #dddddd;
  border: 2px solid #016db5;
}
.cgc_landing .mba__overview__section .button.tsbs a {
  text-decoration: none !important;
  color: #2e2e2e;
  display: block;
  padding: 10px 30px;
}
.cgc_landing .mba__overview__section .tsbs:hover {
  background-color: #016db5 !important;
  border: 2px solid #035c98;
}
.cgc_landing .mba__overview__section .tsbs:hover a {
  color: #fff;
}
.cgc_landing .mba__overview__section .tsbs.active {
  background-color: #016db5 !important;
  border: 2px solid #035c98;
}
.cgc_landing .mba__overview__section .tsbs.active a {
  color: #fff;
}
.cgc_landing .cgc-jhanjeri-heading {
  text-align: center;
}
.cgc_landing .placement__pathways__headingText h3 {
  color: #016db5;
  font-weight: 600;
  font-size: 30px;
}
.cgc_landing .placement__pathways__headingText p {
  font-size: 18px;
}
.cgc_landing .content-para {
  text-align: center;
  font-weight: 400;
  font-size: 17px;
  padding-top: 10px;
  line-height: 1.7rem;
}
.cgc_landing .tab__headingText {
  font-size: 24px;
  font-weight: 600;
  color: #016db5;
}
.cgc_landing .tab-content-link {
  color: #016db5;
}
.cgc_landing .tab-content ul.ul-disc {
  display: flex;
  flex-wrap: wrap;
  max-width: 640px;
  margin: 0 auto;
  margin-top: 15px;
}
.cgc_landing .tab-content ul.ul-disc li {
  width: 50%;
  margin-bottom: 10px;
  text-align: left;
  font-size: 17px;
}
.cgc_landing .cgc-jhanjeri-glance-section {
  background: url('../images/cgc-overview/cgc-jahnjeri-glance-bg.png') no-repeat
    center;
  background-size: cover;
  height: 100%;
  padding: 40px 0 0;
}
.cgc_landing .rankingthumb-content {
  padding: 0 10px;
  font-size: 20px;
}
.cgc_landing .glance-icon-block {
  display: flex;
  justify-content: flex-end;
}
.cgc_landing .glance-icon-block .glance-bg-icon {
  width: 130px;
  margin-right: 50px;
}
.cgc_landing .cgc-jhanjeri-headingText h3 {
  color: #016db5;
  font-weight: 600;
  font-size: 30px;
  padding-bottom: 25px;
}
.cgc_landing .cgc-jhanjeri-headingText h3 {
  position: relative;
}
.cgc_landing .cgc-jhanjeri-headingText h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: url('../images/cgc-overview/heading-bottom-line.png') no-repeat
    center;
  background-size: contain;
  height: 4px;
  width: 44%;
}
.cgc_landing .feature__icon__content {
  transition: all 0.5s ease-in-out;
}
.cgc_landing .cgc-jhanjeri-headingText p {
  margin-top: 25px;
  font-weight: 400;
  font-size: 18px;
  padding: 0 20px 0 0;
  line-height: 1.8rem;
}
.cgc_landing .cgc-jhanjeri-glance-picture img {
  width: 400px;
}
.cgc_landing .cgc-jhanjeri-glance-picture {
  text-align: center;
}
/* Empowering innovation section */
.cgc_landing .empowering-innovation-section {
  background: url('../images/empowering-innovations/empowering-noovation-bg.webp')
    no-repeat center;
  background-size: cover;
}
.cgc_landing .empowering-innovation-headingText {
  text-align: center;
  margin-top: 0;
}
.cgc_landing .empowering-innovation-headingText h3 {
  color: #ffda47;
  font-weight: 600;
  font-size: 26px;
}
.cgc_landing .empowering-innovation-headingText p {
  width: 70%;
  margin: 0 auto;
  color: #fff;
  font-size: 19px;
  font-weight: 300;
  margin-top: 5px;
}
.cgc_landing .innovation-stat-block {
  text-align: center;
  border: 1px solid #ffffff3d;
  padding: 30px;
  border-radius: 15px;
  backdrop-filter: blur(2px);
  background: rgba(255, 255, 255, 0.15);
  transition: all 0.3s ease-in-out;
}
.cgc_landing .stat-block-picture img {
  width: 70px;
}
.cgc_landing .stat-block-content p {
  margin-bottom: 0 !important;
  color: #fff;
  margin-top: 1rem;
  font-size: 20px;
  font-weight: 500;
}
.cgc_landing .empowering-section-img {
  max-width: 70%;
  width: 100%;
  height: auto;
}
.cgc_landing .empowering-innovation-picture-block {
  text-align: center;
}
.cgc_landing .innovation-stat-block:hover {
  background: rgba(39, 135, 120, 0.1);
  cursor: pointer;
}
.cgc_landing .right-arrow {
  color: #016db5;
}
.cgc_landing .programs-offered-picture {
  max-width: 85%;
  width: 100%;
  height: auto;
}
.cgc_landing .program-offered-section-picture {
  text-align: center;
}
.cgc_landing .desktop-version {
  display: block;
}
.cgc_landing .mobile-version {
  display: none;
}
.cgc_landing .rankingthumb-content__no {
  font-weight: 700;
  font-size: 30px;
}
.cgc_landing .qs-rank{font-size:54px}
.cgc_landing .rankingthumb-content.rankingthumb-content-new {
  font-size: 22px;
}
.cgc_landing #mobile-footer {
  z-index: 98;
  position: fixed;
  bottom: 0px;
  left: 0;
  width: 100%;
  margin: 0px;
  background-image: linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0.7) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transition: ease-out 0.2s;
}
.cgc_landing .mobile-footer-container {
  display: flex;
  width: 100%;
}
.cgc_landing .mobile-link a {
  display: block;
  overflow: hidden;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 14px;
  background: #a50034;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}
.cgc_landing .mobile-link a {
  display: block;
  overflow: hidden;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 14px;
  background: #a50034;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}
.et_pb_code_inner {
  display: none;
}
.cgc_landing .enquery_form.mobile-view {
  display: none;
}
.cgc_landing .header__bottom {
  position: fixed;
  bottom: 10px;
  left: 10px;
  right: 10px;
  padding: 10px 15px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  color: #fff;
  font-weight: bold;
  backdrop-filter: blur(5px) contrast(80%);
  -webkit-backdrop-filter: blur(5px) contrast(80%);
  padding: 5px 12px;
  z-index: 99;
}
.cgc_landing .header__top-left-new {
  width: 100%;
}
.cgc_landing .marquee {
  display: inline-block;
  white-space: nowrap;
  animation: scrollLeft 20s linear infinite;
  padding-left: 101%;
  overflow: hidden;
  height: 27px;
}
.cgc_landing .marquee:hover {
  animation-play-state: paused;
}
@keyframes scrollLeft {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.cgc_landing .placement__pathways__content p {
  font-size: 28px;
}
.cgc_landing .placement__pathways__content h3 {
  margin-bottom: 0px !important;
}
.cgc_landing .rankingthumb-content {
  padding-right: 15px;
}

.cgc_landing .desktop-hide {
  display: none;
}
.cgc_landing .rankingthumb-content {
  padding: 0 10px;
}
.cgc_landing .mobile-design {
  display: none;
}
.cgc_landing .gallery-picture {
  position: relative;
}
.cgc_landing .mobile-gallery-description {
  position: absolute;
  bottom: 4px;
  margin-left: 15px;
}
.cgc_landing .mobile-gallery-description p {
  color: #fff;
  font-size: 16px;
  padding: 10px 5px 10px 8px;
  height: 45px;
  background-image: linear-gradient(83deg, #000000, #00000000);
}
.cgc_landing .gallery-slider-2 .mobile-gallery-description p {
  width: 100%;
  height: 51px;
}
.cgc_landing .bordr-wrap {
  height: 53px;
  display: inline-flex;
}
.cgc_landing .bordr-right {
  position: relative;
  border-right: dotted 2px #b6b3b3;
  margin-right: 15px;
}
.cgc_landing .header__right__section .header__logo__block img {
  max-width: 55%;
  width: 100%;
}.feature__icon__block.feature-block-1.res-block-left.res-column.left-flex {
  position: relative;
  left: -12px;
}

@media (max-width: 991px) {
  .innovation-stats-block {
    display: block;
  }
  .cgc_landing .empowering-innovation-section .slick-slide {
    padding: 30px 0;
  }
  .cgc_landing .innovation-stats-block {
    display: block;
  }
  .cgc_landing .empowering-innovation-section li.slick-active button {
    background-color: #ffda47 !important;
  }
  .cgc_landing .resp-mrg {
    margin-top: 0 !important;
  }
}
/* Empowering innovation section */

@media (max-width: 768px) {
  .gallery-item img {
    height: auto;
  }
  .fixed_enquiry,
  .banner_section .admsn_text {
    display: none;
  }
  .cgc_landing .item__slider__block {
    width: 60px;
    padding: 1rem 0;
}
  .et_pb_code_inner {
    display: block;
  }
  footer {
    padding-bottom: 50px;
  }
  .cgc_landing .header__bottom {
    position: fixed;
    bottom: 55px;
  }
  .cgc_landing .enquery_form.mobile-view {
    display: block;
    margin-top: 30px;
  }
  .cgc_landing .mobile-design {
    display: block;
  }
  .cgc_landing .desktop-design {
    display: none;
  }
}

/* media queries (responsive design) */
@media screen and (max-width: 575px) {
  .cgc_landing .header__right__section {
    display: none;
  }
}
@media screen and (min-width: 575px) and (max-width: 600px) {
  .cgc_landing .feature__picture__outer__circle {
    width: 65% !important;
    margin: 0 auto !important;
  }
}
@media screen and (max-width: 600px) {
  .cgc_landing .page__banner {
    height: 100%;
  }
  .cgc_landing .offered__programs__list > li i {
    margin-top: 4px;
}
.cgc_landing .ranking__section {
  height: 884px;
}
.rankingthumb-content-content {
  text-align: left;
  width: auto !important;
  font-size: 15px !important;
}
.rs-detail-item__slider {
  width: 100%;
  margin: 0 auto;
}
#naacRanking.rs-detail-item__slider {
  width: auto;
  margin: 0 auto;
}
  .cgc_landing .course-hide{
    display: none;
  }
  .gallery__section__bottom.mt-5.mobile-design {
    margin-top: 1.5rem !important;
}
  .feature__icon__block.feature-block-1.res-block-left.res-column.left-flex{
    position: unset;
  }
  .cgc_landing .cgc__scholarship__section{
    margin-top: 3px;
  }
  .cgc_landing .state-of-art-labs .container-fluid{
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .cgc_landing .offered__programs__list > li {
    font-size: 14px;
}
  .cgc_landing .mobile-gallery-description p {
    font-size: 12px;
    height: 40px !important;
}
  .cgc_landing .right-pad img {
    padding-right: 18px;
}
.cgc_landing .ranking__section {
  padding: 40px 0px 0;
}
.cgc_landing .empowering-innovation-section  .pl-pr-70{
  padding: 0 20px 0 20px;
}
  .rec_slider {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}
.cgc_landing .item__slider__block.bor-top{
  border-top: none;
}
  .cgc_landing .left-flex {
    flex-direction: column-reverse !important;
}
  .cgc_landing .page__banner__heading h3 {
    font-size: 24px;
    line-height: 2rem;
  }
  .cgc_landing .res-column {
    flex-direction: column-reverse;
}
  .cgc_landing .res-column {
    flex-direction: column-reverse;
}
  .cgc_landing .empowering-innovation-headingText h3 {
    font-size: 20px;
    line-height: 1.6em;
    font-weight: 800;
  }
  .cgc_landing .res-column {
    flex-direction: column-reverse;
}
.cgc_landing .bordr-wrap {
  height: 36px;
  display: inline-flex;
}
  .cgc_landing .pl-pr-30 {
    padding: 0 15px 0 15px;
}
  .cgc_landing .placement__pathways__headingText h3 {
    font-size: 22px;
  }
  .cgc_landing .mobile-design {
    display: block;
  }
  .cgc_landing .desktop-design {
    display: none;
  }
  .cgc_landing .mobile-design .slick-slide {
    margin-bottom: -19px !important;
  }
  .cgc_landing .placement__pathways__headingText p {
    font-size: 16px;
  }
  .cgc_landing .content-para {
    font-size: 16px;
    padding-top: 5px;
  }
  .cgc_landing .placement__pathways__content p {
    font-size: 25px;
  }
  .cgc_landing .resp-content {
    text-align: center !important;
    font-size: 16px !important;
  }
  .cgc_landing .rankingthumb-content__content {
    font-size: 15px;
}
  .cgc_landing .page__banner__content {
    padding: 40px 30px;
  }
  .cgc_landing .page__banner__para {
    font-size: 16px;
  }
  .cgc_landing .page__banner__apply__btn .apply__now__btn {
    font-size: 13px;
    padding: 15px;
  }
  .cgc_landing .placement__pathways__top .placement__pathways__headingText h3 {
    font-size: 20px;
    line-height: 1.57em;
  }
  .cgc_landing .placement__subheading {
    font-size: 16px;
  }
  .cgc_landing .placement__pathways__bottom {
    margin-top: 0px;
    padding: 0 20px;
  }
  .cgc_landing .testimonial-stats .number {
    font-size: 28px;
    text-align: center;
  }
  .cgc_landing .stat-block {
    padding: 18px 0px;
  }
  .cgc_landing .item__slider__block{
    padding: 0.5rem 0;
    width: 95px;
  }
  .cgc_landing .top__recruiters .slick-slide img {
    display: block;
    width: 200px;
}
.cgc_landing .custom-rank-width{
    width: 160px !important;
    margin: 0 auto;
    /* font-size: 15px; */
    padding-right: 10px;
    text-align: left;
}
  .cgc_landing .testimonial-stats .text {
    font-size: 16px;
    text-align: center;
  }
  .cgc_landing .experience-beyond-stats {
    margin-top: 0rem;
    margin-bottom: 1rem;
    margin-right: 0;
  }
  .cgc_landing .rise__achieve__excel__section.sec-padding {
    padding: 20px 0;
  }
  .cgc_landing .empowering__future__heading {
    margin-bottom: 2rem !important;
  }
  .cgc_landing .ranking__section.sec-padding {
    padding: 50px 0 10px;
  }
  .cgc_landing .placement__pathways.sec-padding {
    padding: 50px 0;
  }
  .cgc_landing .top__recruiters .pl-pr-70 {
    padding: 0;
  }
  .cgc_landing .top__recruiters__top__section .top__recruiters__heading h3 {
    font-size: 22px;
    line-height: 1.8rem;
    margin-bottom: 15px;
  }
  .cgc_landing .top__recruiters__heading p {
    font-size: 16px;
    line-height: 1.6em;
  }
  .cgc_landing .placement-stats {
    height: 550px;
    padding: 20px;
  }
  .cgc_landing .section-title {
    font-size: 30px;
  }
  .cgc_landing .placement-stats-bottom {
    margin-top: 45px;
  }
  .cgc_landing .stat-item {
    background-color: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(0px);
    padding: 25px;
    border-radius: 15px;
    flex-direction: column;
    align-items: center;
  }
  .cgc_landing .international__tie__ups {
    padding: 20px 0 40px;
  }
  .cgc_landing .international__tieup__inner__block {
    padding-top: 20px;
  }
  .cgc_landing .international__tie__ups__heading h3 {
    font-size: 22px;
    line-height: 2rem;
    padding-bottom: 0px;
  }
  .cgc_landing .international__tie__ups__para p {
    margin-top: 25px;
    text-align: justify;
    font-size: 16px;
  }
  .cgc_landing .picture__desktop__view {
    display: none;
  }
  .cgc_landing .picture__mobile__view {
    display: block;
    margin-top: 10px;
  }
  .cgc_landing .international__tie__ups {
    height: 100%;
  }
  .cgc_landing .international__Mous__headingText h3 {
    font-size: 22px;
  }
  .cgc_landing .international__Mous__para {
    font-size: 15px;
    line-height: 1.7rem;
    margin-top: 0;
  }
  p.text-center.pt-2 {
    margin-bottom: 0;
}
  .cgc_landing .international__Mous {
    height: 757px;
  }
  .cgc_landing .international__Mous .slick-dots{
    margin-top: -23px;
  }
  .cgc_landing .international__Mous .sec-padding {
    padding: 40px 0 60px;
  }
  .cgc_landing .experience__beyond__headingText h3 {
    font-size: 21px;
  }
  .cgc_landing .experience__beyond__headingText p {
    font-size: 16px !important;
  }
  .cgc_landing .awards__section__headingText h3 {
    font-size: 22px;
  }
  .cgc_landing .awards__section__headingText p {
    font-size: 15px;
  }
  .cgc_landing .showcase .overlay {
    padding: 12px;
  }
  .cgc_landing .showcase p {
    font-size: 14px;
  }
  .cgc_landing .foreign__deligates__headingText h3 {
    font-size: 22px;
  }
  .cgc_landing .scholarship__section {
    height: 100%;
  }
  .cgc_landing .why__choose__CGC__picture {
    display: none;
  }
  .cgc_landing .top-heading h2 {
    padding-top: 10px;
    font-size: 23px;
  }
  .cgc_landing .state-of-art-labs.sec-padding {
    padding: 30px 0 30px;
  }
  .cgc_landing .future-res-col {
    padding: 0 10px !important;
  }
  .cgc_landing .coe-heading h4 {
    font-size: 17px;
    text-align: center;
    line-height: 1.7rem;
  }
  .cgc_landing .without-bottom-space::before {
    width: 100%;
  }
  .cgc_landing .icon-wrapper img {
    width: 55px;
    margin: 0 auto;
  }
  .cgc_landing .icon-content:after {
    left: 0;
  }
  .cgc_landing .coe-heading p {
    font-size: 14px;
    line-height: 23px;
  }
  .cgc_landing .coe_sec {
    height: 100%;
  }
  .cgc_landing .page__banner__apply__btn .apply__now__btn {
    margin-top: -20px;
    margin-bottom: 35px;
  }
  .cgc_landing .coe-slider .slider-picture img {
    border: 5px solid #fff;
    margin-bottom: 20px;
  }
  .cgc_landing .why__choose__CGC__content {
    justify-content: space-around;
  }
  .cgc_landing .feature__icon__block {
    flex-direction: column;
    position: unset;
    transform: unset;
    margin-bottom: 70px;
  }
  .cgc_landing .res-block-right {
    flex-direction: column !important;
}
  .cgc_landing .feature__icon__content {
    margin-right: 0;
    margin-top: 15px;
  }
  .cgc_landing .mobile-hide {
    display: none;
  }
  .cgc_landing .why__choose__CGC {
    height: 100%;
  }
  .cgc_landing .res-col {
    flex-direction: column;
  }
  .cgc_landing .why__choose__cgc__headingText h3 {
    font-size: 21px;
    font-weight: 800;
  }
  .cgc_landing .why__choose__cgc__headingText p {
    font-size: 16px;
  }
  .cgc_landing .why__choose__cgc__bottom__section {
    margin-top: 20px;
  }
  .cgc_landing .feature-block-4 .feature__icon__content p {
    margin-left: 0px;
  }
  .cgc_landing .feature-block-5 .feature__icon__content p {
    margin-left: 0px;
  }
  .cgc_landing .feature-block-6 .feature__icon__content p {
    margin-left: 0px;
  }
  .feature__icon__block .res-arrow {
    position: relative;
  }
  .cgc_landing .why__choose__CGC__Jhanjeri .why__choose__CGC__headingText h3 {
    font-size: 20px;
    line-height: 2rem;
  }
  .cgc_landing .why__choose__CGC__block {
    flex-direction: column;
  }
  .cgc_landing .why__choose__CGC__Jhanjeri {
    height: 100%;
  }
  .cgc_landing .why__choose__feature__block .res-col {
    display: flex;
    flex-direction: column-reverse;
  }
  .cgc_landing .feature__block__inner.res-margin-bot {
    margin-bottom: 40px;
    margin-right: 15px;
  }
  .cgc_landing .top-margin {
    margin-top: -46px;
  }
  .cgc_landing .empowering__future__section::after {
    content: "";
    background-color: #fdd535;
    position: absolute;
    top: 0;
    left: 90px;
    height: 42%;
    width: 230px;
    margin-left: 60px;
  }
  .cgc_landing .empowering-left-pic {
    position: relative;
    z-index: 1;
    max-width: 80%;
    width: 100%;
    margin: 35px 0 0 0px;
  }
  .cgc_landing .empowering__future__content {
    padding: 30px 0px 0px 22px;
  }
  .cgc_landing .empowering__future__heading h3 {
    font-size: 24px;
  }
  .cgc_landing .empowering__subHeading {
    font-size: 25px;
  }
  .cgc_landing .empowering__future__para p {
    font-size: 16px;
  }
  .cgc_landing .page__banner__apply__btn .apply__now__btn {
    margin-top: 0;
    margin-bottom: 0;
  }
  .cgc_landing .foreign__deligates__content .foreign__deligate__heading h3 {
    font-size: 16px;
  }
  .cgc_landing .foreign__deligates__content .foreign__deligate__heading {
    margin-left: 0;
  }
  .cgc_landing .scholarship__section__content {
    padding-left: 153px;
    padding-right: 30px;
    padding-top: 1rem;
  }
  .cgc_landing .scholarship__content__bottom p {
    font-size: 16px;
    line-height: 1.9rem;
  }
  .cgc_landing .scholarship__section__heading h3 {
    font-size: 22px;
  }
  .cgc_landing .top__recruiters__bottom__section {
    margin-top: -0.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .cgc_landing .why__choose__CGC__block {
    background: none;
  }
  .cgc_landing .section-title {
    font-size: 20px;
    margin-bottom: 25px;
    font-weight: 800; 
    padding-top: 10px;
  }
  .cgc_landing .stat-item h3 {
    font-size: 35px;
    text-align: center;
  }
  .cgc_landing .section-subtitle {
    font-size: 16px;
  }
  .cgc_landing .stat-item p {
    font-size: 18px;
    text-align: center;
    margin: 0;
  }
  .cgc_landing .foreign__deligates__block {
    margin-left: 2px;
  }
  .cgc_landing .cgc__scholarship__josh__logo {
    width: 245px;
    margin: 0 auto;
  }
  .cgc_landing .scholarship__block__picture {
    display: none;
  }
  .cgc_landing .scholarship__block__content {
    margin-top: 15px;
  }
  .cgc_landing .cgc__sholarship__heading__logo {
    max-width: 94%;
    width: 100%;
    height: auto;
  }
  .cgc_landing .pl-pr-70 {
    padding: 0 20px 0 20px;
}
  .cgc_landing .cgc__scholarship__section {
    height: 100%;
  }
  .cgc_landing .scholarship__bottom__heading h3 {
    font-size: 19px;
    line-height: 2rem;
    font-weight: 800;
  }
  .cgc_landing .scholarship__bottom__heading p {
    max-width: 100%;
    font-size: 16px;
  }
  .cgc_landing .res-off-box {
    margin-top: 20px;
  }
  .cgc_landing .program__offered__section__headingText h3 {
    font-size: 22px;
    font-weight: 800;
  }
  .cgc_landing .program__offered__section__headingText p {
    font-size: 16px;
  }
  .cgc_landing .offered__programs__list > li > a {
    font-size: 13px;
  }
  .diff__program__apply__btn__block .program__off-_apply__btn {
    font-size: 19px;
  }
  .cgc_landing .diff__prgrams__list__box .progeam__list__heading h3 {
    font-size: 17px;
  }
  .cgc_landing .placement-stats {
    height: 100%;
    margin-bottom: -4px;
  }
  .cgc_landing .future-res-col {
    padding: 0;
}
  .cgc_landing .stat-item .feature--icon{
    margin-left: 0;
  }
  .cgc_landing .empowering__future__heading {
    margin-top: 20px;
  }
  .cgc_landing .empowering__future__para p {
    padding-left: 0;
    width: 100%;
  }
  .cgc_landing .empowering__future__para {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
  .cgc_landing .rise-excel-section-top {
    width: 95%;
    justify-content: flex-start;
    margin-left: 1.5rem;
  }
  .cgc_landing .gallery__section {
    background-color: #f2f3f7;
    height: 100%;
  }
  .cgc_landing .lab-wrap {
    position: relative;
    width: 95% !important;
    text-align: center;
    color: #fff;
    margin: 5px 10px;
    overflow: hidden;
  }
  .cgc_landing .res-mar-top {
    margin-top: 0 !important;
  }
  .cgc_landing .ranking__section__headingText h3 {
    font-size: 24px;
    font-weight: 800;
  }
  .cgc_landing .ranking__section__headingText p {
    font-size: 16px;
  }
  .cgc_landing .top__ranking__section__left,
  .cgc_landing .top__ranking__section__right {
    margin-bottom: 20px;
    min-height: auto;
  }
  .cgc_landing .ranking__slider__block {
    margin-top: 20px !important;
  }
  .cgc_landing .page-sub-heading h3 {
    font-size: 19px;
  }
  .cgc_landing .res-top-mar {
    margin-top: 20px;
  }
  .cgc_landing .exp__beyond__headingText h3 {
    font-size: 16px;
  }
  .cgc_landing .exp__beyond__paraText p {
    margin-top: 20px;
    font-size: 14px;
    text-align: justify;
  }
  .cgc_landing .testimonial__section__top {
    padding-top: 0 !important;
  }
  .cgc_landing .testimonial__section__heading h3 {
    font-size: 24px;
  }
  .cgc_landing .testimonial__section__heading p {
    font-size: 16px;
  }
  .cgc_landing .experience-beyond-stats {
    justify-content: center;
  }
  .slick-slide img {
    display: block;
    margin: 0 auto;
  }
  .cgc_landing .international__tie__ups__para p {
    margin-bottom: 40px;
  }
  .cgc_landing .showcase .overlay::before {
    content: none;
  }
  /* .cgc_landing .testimonial-section-bottom-line h2 {
    line-height: 1.5rem;
  } */
  /* .cgc_landing .testimonial-section-bottom-line h2 {
    font-size: 16px;
  } */
  .cgc_landing .testimonial__section {
    height: 100%;
  }
  .cgc_landing .footer__para {
    font-size: 12px;
  }
  .cgc_landing .slick-dots {
    margin-top: 10px;
    margin-bottom: 0;
  }
  .cgc_landing .placement__pathways .slick-dots {
    margin-top: -10px;
    margin-bottom: 0;
    padding: 0;
}
  .cgc_landing .why__choose__CGC__block {
    flex-direction: row;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .cgc_landing .feature__block__picture {
    width: 125px;
    height: 125px;
    margin: 0 auto;
  }
  .cgc_landing .feature__block__picture img {
    width: 60px;
    height: 60px;
  }
  .cgc_landing .feature__block__content p {
    font-size: 14px;
  }
  .cgc_landing .feature__box__3 {
    margin-left: 0;
  }
  .cgc_landing .placement-stats .slick-dots {
    margin-top: -33px;
  }
  .cgc_landing .placement-stats li.slick-active button {
    background-color: #ffda47 !important;
  }
  .cgc_landing .experience__beyond__content {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    padding: 18px 23px;
  }
  .cgc_landing .experience__beyond__picture img {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    width: 100%;
  }
  .cgc_landing .gallery__section.sec-padding {
    padding: 30px 0;
  }
  .cgc_landing .sec-padding {
    padding: 40px 0;
  }
  .cgc_landing .top__recruiters.sec-padding{
    padding: 30px 0 10px;
  }
  .cgc_landing .foreign__deligates.sec-padding {
    padding: 30px 0;
  }
  .cgc_landing .why__choose__us__left__icons::before {
    content: none;
  }
  .cgc_landing .why__choose__us__right__icons::after {
    content: none;
  }
  .cgc_landing .icon__block {
    height: 100%;
  }
  .cgc_landing .coe_sec .top-heading h2 {
    padding-top: 15px;
  }
  .cgc_landing .coe_sec.sec-padding {
    padding: 40px 10px;
  }
  .cgc_landing .gallery__section .gallery__section__top__headingText h3 {
    padding-top: 0px;
    font-size: 22px;
    padding-bottom: 0;
    margin-bottom: 0;
    font-weight: 800;
  }
  .cgc_landing .gallery__section .gallery__section__top__headingText p {
    font-size: 16px;
  }
  .cgc_landing .testimonial__section__heading h3 {
    font-size: 20px;
    padding-top: 3px;
  }
  .cgc_landing .testimonial__section {
    padding: 30px 0;
  }
  /* .cgc_landing .testimonial-section-bottom-line h2 {
    width: 100%;
    margin: 0 auto;
    margin-top: -10px;
    margin-bottom: 0px;
  } */
  .cgc_landing
    .testimonial__section__top__content
    .testimonial__section__info
    h3 {
    font-size: 16px;
  }
  .cgc_landing .testimonial__section__top__content {
    padding: 20px 0;
  }
  .cgc_landing .lab-text {
    font-size: 18px;
  }
  .cgc_landing .experience__beyond__headingText {
    padding-top: 0px;
  }
  .cgc_landing .foreign__deligates__headingText {
    padding-top: 0px;
  }
  .cgc_landing .international__Mous__bottom {
    margin-top: 1rem;
  }
  .cgc_landing .why__choose__CGC.sec-padding {
    padding: 30px 0 0px;
  }
  .cgc_landing .international__tie__ups__para p {
    padding: 0 10px;
    margin-top: 0;
  }
  .cgc_landing .program__offered__section.sec-padding {
    padding: 40px 0 20px;
  }
  .cgc_landing .international__Mous__headingText h3 {
    font-size: 20px !important;
    font-weight: 800;
  }
  .cgc_landing .state-of-art-labs-headingText {
    padding-top: 0px;
  }
  .cgc_landing .state-of-art-labs .slick-dots{
    margin-top: -26px;
    margin-bottom: 0;
  }
  .cgc_landing .foreign__deligates .slick-dots{
    margin-top: -23px;
    margin-bottom: 0;
  }
  .cgc_landing .state-of-art-labs-headingText h2 {
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 800;
  }
  .cgc_landing .state-of-art-labs-headingText p {
    font-size: 16px !important;
    width: 100%;
  }
  .cgc_landing .experience__beyond.sec-padding {
    padding: 40px 0;
  }
  .cgc_landing .foreign__deligates {
    height: 100%;
  }
  .cgc_landing .feature__icon__content p {
    font-size: 17px;
  }
  .cgc_landing .testimonial__section .slick-dots {
    margin-top: 15px;
  }
  .cgc_landing .below-margin {
    margin-bottom: 10px;
  }
  .cgc_landing .slider-wrapper .life-pu-box {
    position: relative;
    width: 100%;
    height: 250px;
    overflow: hidden;
  }
  .cgc_landing .slider-wrapper .life-pu-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 100%;
    transform: unset;
  }
  .cgc_landing .life-pu-box {
    height: 210px;
  }
  .life-pu-box {
    margin-bottom: 20px;
  }
  .cgc_landing .slider-wrapper .slick-slide {
    width: 100%;
  }
  .cgc_landing .slick-slide {
    margin: 0;
    padding: 0;
    /* margin-bottom: 1rem !important; */
  }
  .cgc_landing .rankingthumb-content__no {
    font-size: 24px;
}
  .cgc_landing .slider-wrapper {
    width: 100%;
    overflow: hidden;
  }
  .cgc_landing .res-padd {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .cgc_landing .life-pu-description p {
    font-size: 16px;
    line-height: 1.4rem;
  }
  .cgc_landing .why__choose__feature__block {
    width: 50%;
  }
  /* .header__left__section .header__logo__block img {
    max-width: 85px;
  } */
  /* .cgc_landing .header__right__section .header__logo__block img {
    width: 100%;
    max-width: 70%;
  } */
  .cgc_landing .feature__picture__outer__circle {
    border: none;
  }
  .ranking-section__top-rankings--slider .slider-nav {
    width: 100%;
  }
  .cgc_landing .rankingthumb-content {
    font-size: 18px;
    text-align: left;
  }
  /* .rankingthumb-content-content {
    width: auto;
    margin: 0 auto;
    text-align: left;
  } */
  .cgc_landing .res-block-right {
    flex-direction: column-reverse;
}
  .cgc_landing .gallery-zoom {
    background-position: bottom;
  }
  .cgc_landing .icon-wrapper,
  .icon-content {
    width: 100%;
  }
  .cgc_landing .icon-content {
    padding-top: 10px;
  }
  .cgc_landing .center__of__excellence__block {
    margin-top: 3.7rem;
  }
  .cgc_landing .coe-heading {
    padding-top: 0 !important;
    margin-bottom: -15px !important;
  }
  .cgc_landing .coe-slider .slider-picture img {
    border: 5px solid #fff;
    margin-bottom: 30px;
  }
  .cgc_landing .bot-mg {
    margin-bottom: 10px;
  }
  .cgc_landing .life-pu-box::before {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
  }
  .cgc_landing .international__Mous.sec-padding {
    padding: 40px 0 60px;
  }
  .cgc_landing .why__choose__CGC__bottom {
    margin-top: 1.5rem;
  }
  .cgc_landing .why__choose__CGC__block {
    align-items: flex-start;
  }
  .cgc_landing .why__choose__CGC__block {
    height: 100%;
  }
  .cgc_landing .bodr-right {
    border-right: 1px dotted #fff;
  }
  .cgc_landing .bodr-bot {
    border-bottom: 1px dotted #fff;
  }
  .why__choose__feature__block {
    height: 100%;
  }
  .feature__block__inner {
    height: 100%;
  }
  .cgc_landing .why__choose__feature__block {
    min-height: 235px;
  }
  .cgc_landing .top__recruiters .item {
    border-right: none;
    box-shadow: 5px 6px 10px transparent;
  }
  .cgc_landing .top__recruiters {
    height: 656px;
    background-position: right;
}
  /* .cgc_landing .top__recruiters__top__section .top__recruiters__heading h3 {
    padding-top: 10px;
  } */
  .ranking-section__top-rankings--slider .rs-item__in {
    margin: 0 auto;
  }
  .pagination-style .slick-arrow.slick-prev {
    left: 0;
  }
  .cgc_landing .pagination-style .slick-arrow.slick-next {
    right: 0;
  }
  .cgc_landing .rdi-item {
    text-align: center !important;
    font-size: 14px;
  }
  /* .rs-detail-item__slider {
    width: 517px;
    margin: 0 auto;
  } */
  .cgc_landing
    .rise__achieve__excel__section
    .page__banner__apply__btn
    .apply__now__btn {
    margin-top: 10px;
    margin-left: 8px;
  }
  .cgc_landing .rise__excel__section__block {
    padding-top: 0;
  }
  .cgc_landing .excel__rise__picture__block {
    /* margin-top: -35px; */
    margin-top: 0 !important;
  }
  .cgc_landing .excel__rise__picture__block {
    max-width: 97%;
    width: 100%;
  }
  .cgc_landing .header__left__icon__block {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .cgc_landing .program__offered__section__bottom {
    margin-top: 0 !important;
  }
  .cgc_landing .progeam__list__heading {
    margin-bottom: 0;
  }
  .cgc_landing .desktop-row {
    display: none;
  }
  .cgc_landing .mobile-row {
    display: block;
  }
  .cgc_landing .banner-desktop {
    background: none;
  }
  .cgc_landing .banner-mob-block {
    display: block;
  }
  .cgc_landing .ranking__section .pagination-style .slick-dots {
    padding: 0 !important;
  }
  .cgc_landing .pagination-style .slick-dots li {
    margin-right: 0;
  }
  .cgc_landing .ranking__section__bottom {
    margin-top: 1.7rem !important;
  }
  .cgc_landing .international__tie__ups__heading h3 {
    font-size: 20px;
    line-height: 1.7rem;
  }
  .cgc_landing
    .accordion-item:first-of-type
    > .accordion-header
    .accordion-button {
    font-size: 15px;
    border-bottom: 1px solid #ccc;
    line-height: 1.3rem;
  }
  .cgc_landing .accordion-button {
    font-size: 16px;
    border-bottom: 1px solid #ccc;
  }
  .cgc_landing .accordian-1 .accordion-item {
    margin-bottom: 20px;
  }
  .cgc_landing .experience__beyond .slick-dots {
    margin-top: 0px;
  }
  .cgc_landing .rise-excel-left-picture {
    position: unset;
  }
  .cgc_landing .page__banner__apply__btn {
    width: 100% !important;
    justify-content: flex-end;
  }
  .cgc_landing .pl-pr-50 {
    padding: 0 30px 0 30px;
  }
  .cgc_landing .mba__overview__section {
    height: 100%;
  }
  .cgc_landing .mba__overview__section .button.tsbs {
    margin-bottom: 10px;
  }
  .cgc_landing .mba__overview__section__bottom {
    margin-top: 1.5rem !important;
  }
  .cgc_landing .mba__overview__section {
    background-color: #dfe7f3;
    background-image: none;
  }
  .cgc_landing .mba__overview__section {
    background-color: #dfe7f3;
    background-image: none;
  }
  .cgc_landing .mba__overview__section {
    height: 100%;
  }
  .cgc_landing .mba__overview__section__bottom {
    margin-top: 1.5rem !important;
  }
  .cgc_landing .link-tabs {
    flex-direction: column;
    margin-bottom: 0.5rem !important;
  }
  .cgc_landing .mba__overview__section .button.tsbs {
    margin-bottom: 10px;
    margin-left: 0;
  }
  .cgc_landing .tab__headingText {
    text-align: center !important;
    font-size: 18px !important;
    font-weight: 600 !important;
  }
  .cgc_landing .tab-content ul.ul-disc li {
    font-size: 15px;
  }
  .cgc_landing .cgc-jhanjeri-headingText h3 {
    padding-top: 15px;
    font-size: 22px;
    padding-bottom: 15px;
    font-weight: 800;
  }
  .cgc_landing .cgc-jhanjeri-headingText p {
    text-align: justify;
    font-size: 16px !important;
    line-height: 1.5rem;
  }
  .cgc_landing .cgc-jhanjeri-glance-section {
    padding: 30px 0;
  }
  .cgc_landing .cgc-jhanjeri-headingText h3::after {
    content: "";
    width: 79%;
  }
  .cgc_landing .cgc-jhanjeri-headingText p {
    text-align: justify;
    padding: 0;
    margin-top: 12px;
  }
  .cgc_landing .cgc-jhanjeri-glance-picture {
    margin-bottom: 10px;
  }
  .cgc_landing .glance-icon-block {
    display: none;
  }
  .cgc_landing .cgc-jhanjeri-glance-section {
    padding: 30px 0 20px !important;
}
  .cgc_landing .empowering-innovation-headingText p {
    width: 100%;
    font-size: 16px;
    margin-top: 0;
  }
  .cgc_landing .empowering-innovation-section.sec-padding {
    padding: 40px 0;
  }
  .cgc_landing .resp-row {
    flex-direction: column-reverse;
  }
  .cgc_landing .empowering-innovation-section-bottom {
    margin-top: 1rem !important;
  }
  .cgc_landing .feature__icon__block:hover .feature__icon__content {
    margin-top: 6px;
  }
  .cgc_landing .empowering-innovation-picture-block {
    margin-bottom: 1.5rem;
  }
  .cgc_landing .bot-mrg {
    margin-bottom: 20px;
  }
  .cgc_landing .program-offered-section-picture {
    margin-top: 20px;
  }
  .cgc_landing .mobile-hide {
    display: none;
  }
  .cgc_landing .desktop-version {
    display: none;
  }
  .cgc_landing .mobile-version {
    display: block;
  }
  .cgc_landing .program-offered-section-picture {
    display: none;
  }
  .cgc_landing .program__offered__section.sec-padding {
    padding: 50px 0;
  }
}
@media screen and (max-width: 768px) {
  .cgc_landing .program-offered-section-picture {
    display: none;
  }
  .cgc_landing .program__offered__section .resp-pad {
    padding: 0 40px;
  }
  .cgc_landing .program__offered__section.sec-padding {
    padding: 30px 0;
  }
  .cgc_landing .program__offered__section__headingText h3 {
    font-size: 24px;
    margin-bottom: 5px;
  }
  .cgc_landing .program__offered__section__headingText p {
    font-size: 16px;
  }
  .cgc_landing .program__offered__section__bottom {
    margin-top: 1rem !important;
  }
  .cgc_landing .glance-icon-block {
    display: none;
  }
  .cgc_landing .cgc-jhanjeri-headingText h3 {
    padding-top: 25px;
    padding-bottom: 15px;
  }
  .cgc_landing .cgc-jhanjeri-headingText h3::after {
    content: "";
    width: 52%;
    background-size: cover;
}
  /* .cgc_landing .cgc-jhanjeri-headingText p {
    text-align: justify;
    font-size: 16px;
    line-height: 1.5rem;
  } */
  .cgc_landing .cgc-jhanjeri-glance-section {
    padding: 50px 0;
  }
  .cgc_landing .life-pu-box::before {
    background-image: linear-gradient(
      to top right,
      rgba(0, 0, 0, 0.9),
      transparent
    );
  }
  /* .cgc_landing .rs-detail-item {
    margin-left: 17px;
  } */
  .cgc_landing .ranking__section {
    /* padding: 50px 0 30px; */
    margin-bottom: -8px;
  }
  .cgc_landing .foregin__deligates__bottom {
    margin-top: 2rem;
  }
  .cgc_landing .feature__icon__block {
    margin-bottom: 16px;
  }
  .cgc_landing .custom-width {
    width: 175px;
    margin: 0 auto;
    text-align: left;
  }
  .cgc_landing .tab-content ul.ul-disc li {
    font-size: 14px;
  }
  .cgc_landing .placement__pathways .slick-dots {
    margin-top: -10px;
  }
  .cgc_landing .empowering-innovation-section .slick-dots {
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 320px) {
  .cgc_landing .testimonial__placement__logo {
    padding: 10px 5px 10px -5px;
  }
  .cgc_landing
    .testimonial__section__top__content
    .testimonial__section__info
    p {
    font-size: 16px;
  }
  .rs-detail-item__slider {
    width: 300px;
    margin: 0 auto;
}
  .cgc_landing .testimonial__section__top__content .testimonial__section__info {
    padding-right: 5px;
  }
  .cgc_landing .testimonial-section-bottom-line h2 {
    text-align: center;
    font-size: 14px;
  }
  .cgc_landing .gallery__section .gallery__section__top__headingText h3 {
    padding-top: 0px;
    font-size: 20px;
    padding-bottom: 5px;
  }
  .cgc_landing .gallery__section .gallery__section__top__headingText p {
    font-size: 14px;
  }
  .cgc_landing .sec-padding {
    padding: 30px 0;
  }
  .cgc_landing .top-heading h2 {
    font-size: 20px;
  }
  .cgc_landing .res-mg {
    margin-top: 0 !important;
  }
  .cgc_landing .icon-content p {
    font-size: 14px;
  }
  .cgc_landing .coe-slider .slider-picture img {
    border: 5px solid #fff;
    margin-bottom: 10px;
  }
  .cgc_landing .why__choose__cgc__headingText h3 {
    font-size: 20px;
  }
  .cgc_landing .foreign__deligates .slick-dots {
    margin-top: -15px;
  }
  .cgc_landing .foreign__deligates__content .foreign__deligate__heading p {
    font-size: 14px;
  }
  .cgc_landing .foreign__deligates__content .foreign__deligate__heading h3 {
    font-size: 14px;
  }
  .cgc_landing .exp__beyond__paraText p {
    line-height: 1.3rem;
  }
  .cgc_landing .experience__beyond__headingText h3 {
    font-size: 18px;
    line-height: 1.5rem;
  }
  .cgc_landing .state-of-art-labs-headingText h2 {
    font-size: 18px;
  }
  .cgc_landing .life-pu-description p {
    font-size: 14px;
    line-height: 1.3rem;
  }
  .cgc_landing .international__tie__ups__para p {
    font-size: 14px;
    line-height: 1.5rem;
  }
  .cgc_landing .cgc__scholarship__josh__logo {
    width: 160px;
    margin: 0 auto;
  }
  .cgc_landing .cgc__sholarship__heading__logo {
    max-width: 85%;
    width: 100%;
  }
  .cgc_landing .scholarship__block__content__bottom {
    margin-top: 15px;
  }
  .cgc_landing .scholarship__bottom__heading h3 {
    font-size: 15px !important;
    line-height: 1.4rem;
  }
  .cgc_landing .page__banner__apply__btn .apply__now__btn {
    margin-top: -5px;
    margin-bottom: 15px;
  }
  .cgc_landing .scholarship__block__content {
    margin-top: 15px;
  }
  .cgc_landing .section-title {
    font-size: 20px;
    margin-bottom: 0;
  }
  .cgc_landing .stat-item h3 {
    font-size: 32px;
  }
  .cgc_landing .stat-item {
    padding: 15px 13px 15px 20px;
  }
  .cgc_landing .stat-item p {
    font-size: 15px;
  }
  .cgc_landing .icon {
    width: 80px;
    height: 80px;
  }
  .cgc_landing .custom-size {
    width: 40px !important;
    height: 40px !important;
  }
  .cgc_landing .placement-stats-bottom .slick-slide {
    margin-bottom: 0 !important;
  }
  .cgc_landing .stat-item p {
    margin-bottom: 0 !important;
  }
  .cgc_landing .placement-stats-bottom {
    margin-top: 20px !important;
  }
  .cgc_landing .testimonial-stats .text {
    font-size: 14px;
  }
  .cgc_landing .placement__pathways__top .placement__pathways__headingText h3 {
    font-size: 16px;
  }
  .cgc_landing .empowering__future__heading h3 {
    font-size: 20px;
  }
  .cgc_landing .empowering__future__heading h3 {
    margin-bottom: 0;
  }
  .cgc_landing .excel__rise__picture__block {
    margin-top: -35px;
  }
  /* .rs-detail-item__slider {
    width: 300px;
    margin: 0 auto;
  } */
  .cgc_landing .lab-text {
    font-size: 14px;
  }
  .cgc_landing .rise-excel-left-picture {
    position: unset;
    display: none;
  }
  .cgc_landing .empowering__future__para p {
    width: 100%;
  }
  .cgc_landing .sec-padding {
    padding: 30px 0;
  }
  .cgc_landing .cgc-jhanjeri-glance-picture img {
    width: 95%;
  }
  .cgc_landing .cgc-jhanjeri-glance-section {
    padding: 30px 0;
  }
  .cgc_landing .cgc-jhanjeri-headingText h3 {
    font-size: 20px;
    padding-bottom: 15px;
    text-align: left;
  }
  .cgc_landing .cgc-jhanjeri-headingText h3::after {
    width: 77%;
  }
  .cgc_landing .cgc-jhanjeri-headingText p {
    margin-top: 14px;
    text-align: justify;
    padding-right: 0;
    font-size: 16px;
    line-height: 1.5rem;
  }
  .cgc_landing .empowering-innovation-headingText h3 {
    font-size: 20px;
  }
  .cgc_landing .glance-icon-block .glance-bg-icon {
    width: 75px;
    margin-right: 0px;
  }
}
@media screen and (min-width: 320px) and (max-width: 390px){
  .cgc_landing .item__slider__block{
    width: 80px;
  }
}
@media screen and (min-width: 481px) and (max-width: 600px) {
  .cgc_landing .why__choose__feature__block {
    margin-top: 0px;
    min-height: 278px;
  }
  .cgc_landing .bottom-margin {
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 460px) and (max-width: 600px){
  .cgc_landing .item__slider__block{
    width: 104px;
  }
}
@media screen and (max-width: 480px) {
  .cgc_landing .page__banner__heading h3 {
    font-size: 22px;
    line-height: 2rem;
  }
  .cgc_landing .pl-pr-50 {
    padding: 0 20px 0 20px;
  }
  .cgc_landing .empowering__future__heading h3 {
    font-size: 22px;
  }
  .cgc_landing .empowering__subHeading {
    font-size: 24px;
  }
  .cgc_landing .empowering__future__heading::after {
    content: "";
    width: 65%;
    margin-top: 7px;
  }
  .cgc_landing .mba__overview__section .button.tsbs {
    margin-bottom: 10px;
  }
  .cgc_landing .content-para {
    text-align: justify;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.37rem;
  }
  .cgc_landing .content-para {
    text-align: justify;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.37rem;
    margin-bottom: 10px;
  }
  .cgc_landing .empowering__future__para p {
    font-size: 15px;
    line-height: 1.6rem;
  }
  .cgc_landing .ranking__section__headingText h3 {
    font-size: 20px;
  }
  .cgc_landing .ranking__section__headingText p {
    font-size: 16px;
  }
  .cgc_landing .page-sub-heading h3 {
    font-size: 16px;
  }
  .cgc_landing .placement__pathways.sec-padding {
    padding: 30px 0;
  }
  .cgc_landing .placement__pathways__top .placement__pathways__headingText h3 {
    font-size: 20px;
    line-height: 1.7rem;
    font-weight: 800;
  }
  .cgc_landing .placement__subheading {
    font-size: 16px;
  }
  .cgc_landing .placement__subheading {
    font-size: 14px;
  }
  .cgc_landing .testimonial-stats .number {
    font-size: 26px;
  }
  .cgc_landing .placement__pathways__content h3 {
    font-size: 19px;
  }
  .cgc_landing .placement__pathways__content p {
    font-size: 24px;
    margin-bottom: 0 !important;
  }
  .cgc_landing .top__recruiters__top__section .top__recruiters__heading h3 {
    font-size: 20px;
    line-height: 1.8rem;
    font-weight: 800;
  }
  .cgc_landing .feature__block__picture {
    width: 100px;
    height: 100px;
    margin: 0 auto;
  }
  .cgc_landing .top-margin {
    margin-top: 0;
  }
  .cgc_landing .bottom-margin {
    margin-bottom: -10px;
  }
  .cgc_landing .feature__block__content p {
    margin-bottom: 0 !important;
    margin-top: 10px;
  }
  .cgc_landing .feature__block__inner.res-margin-bot {
    margin-bottom: 0;
    margin-right: 15px;
  }
  .cgc_landing .feature__block__picture img {
    width: 50px;
    height: 50px;
  }
  .cgc_landing .program__offered__section__headingText h3 {
    font-size: 20px;
  }
  .cgc_landing .program__offered__section__headingText p {
    font-size: 16px;
  }
  .diff__program__apply__btn__block .program__off-_apply__btn {
    font-size: 17px;
  }
  .cgc_landing .scholarship__bottom__heading h3 {
    font-size: 20px;
    line-height: 1.7rem;
  }
  .cgc_landing .scholarship__bottom__heading p {
    max-width: 100%;
    font-size: 14px;
  }
  .cgc_landing .international__tie__ups__heading h3 {
    font-size: 19px;
    line-height: 1.7rem;
    font-weight: 800;
  }
  .cgc_landing .state-of-art-labs-headingText h2 {
    font-size: 20px;
  }
  .cgc_landing .state-of-art-labs-headingText p {
    font-size: 14px;
    width: 100%;
  }
  .cgc_landing .experience__beyond__headingText h3 {
    font-size: 20px;
  }
  .cgc_landing .experience__beyond__headingText p {
    font-size: 14px;
  }
  .cgc_landing .exp__beyond__headingText h3 {
    font-size: 14px;
    padding-bottom: 17px;
    line-height: 1.3rem;
  }
  .cgc_landing .foreign__deligates__headingText h3 {
    font-size: 20px;
    line-height: 27px;
  }
  .cgc_landing .why__choose__cgc__headingText h3 {
    font-size: 19px;
  }
  .cgc_landing
    .testimonial__section__top__content
    .testimonial__section__info
    h3 {
    font-size: 14px;
  }
  .ranking-section__top-rankings--slider .slider-nav {
    width: 100%;
  }
  .cgc_landing .rankingthumb-content {
    font-size: 17px;
    text-align: left;
  }

  .cgc_landing .lab-text {
    width: 100%;
    padding: 0 15px;
    font-size: 16px;
    text-align: center;
    margin: 0 !important;
  }
  /* .cgc_landing .res-col {
    padding-left: 0;
  } */
  .cgc_landing .testimonial-section-bottom-line h2 {
    text-align: center;
    font-size: 15px;
  }
  .cgc_landing .gallery__section .gallery__section__top__headingText h3 {
    padding-top: 0px;
    font-size: 20px;
    padding-bottom: 5px;
  }
  .cgc_landing .gallery__section .gallery__section__top__headingText p {
    font-size: 16px;
  }
  .cgc_landing .cgc__scholarship__section .sec-padding {
    padding: 40px 0;
  }
  .cgc_landing .top-heading h2 {
    font-size: 24px;
  }
  .cgc_landing .res-mg {
    margin-top: 0 !important;
  }
  .cgc_landing .icon-content p {
    font-size: 14px;
  }
  .cgc_landing .coe-slider .slider-picture img {
    border: 5px solid #fff;
    margin-bottom: 15px;
  }
  .cgc_landing .why__choose__cgc__headingText h3 {
    font-size: 20px;
  }
  .cgc_landing .feature__icon {
    width: 85px;
    height: 85px;
  }
  .cgc_landing .feature__icon img {
    width: 35px;
    height: 40px;
  }
  .cgc_landing .feature__icon__content p {
    font-size: 15px;
    font-weight: 800;
  }
  .cgc_landing .feature__icon__block {
    margin-bottom: 13px;
  }
  .cgc_landing .feature__icon__block .res-arrow::after {
    content: "";
    height: 40px;
    top: 30px;
  }
  .cgc_landing .bot-mg {
    margin-bottom: 0px;
  }
  .cgc_landing .foreign__deligates__headingText h3 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 800;
  }
  .cgc_landing .foregin__deligates__bottom {
    margin-top: 1rem;
  }
  .cgc_landing .exp__beyond__paraText p {
    line-height: 1.4rem;
  }
  .cgc_landing .future-res-col {
    padding: 0 !important;
  }
  .cgc_landing .international__mous__slider .mous__image__icon {
    width: 85%;
    margin: 0 auto;
  }
  .cgc_landing .international__tie__ups__para p {
    margin-bottom: 18px;
  }
  .cgc_landing .international__tieup__inner__block {
    padding-top: 0px;
  }
  .cgc_landing .cgc__scholarship__josh__logo {
    width: 190px;
  }
  .cgc_landing .cgc__sholarship__heading__logo {
    max-width: 88%;
    width: 100%;
  }
  .cgc_landing .page__banner__apply__btn .apply__now__btn {
    margin-top: -5px;
    margin-bottom: 10px;
  }
  .cgc_landing .excel__rise__picture__block {
    margin-top: -35px;
  }
  /* .header__left__section .header__logo__block img {
    max-width: 95px !important;
  } */
  /* .rs-detail-item__slider {
    width: 385px;
    margin: 0 auto;
} */
  .cgc_landing .testimonial__section__bottom {
    margin-top: 1rem !important;
  }
  .cgc_landing .gallery__section__bottom {
    margin-top: 1.5rem !important;
  }
  .cgc_landing .empowering-apply-btn {
    margin-top: 40px;
    margin-bottom: 10px;
  }
  .cgc_landing .pad-top {
    padding-top: 0 !important;
  }
  .cgc_landing .mba__overview__section .button.tsbs {
    margin-bottom: 10px;
  }
  .cgc_landing .mba__overview__section__bottom {
    margin-top: 1.5rem !important;
  }
  .cgc_landing .placement__pathways__headingText h3 {
    font-size: 20px;
    text-align: center;
    font-weight: 800;
  }
  .cgc_landing .placement__pathways__headingText p {
    font-size: 16px;
    text-align: center;
  }
  .cgc_landing .mba__overview__section__bottom {
    margin-top: 1.5rem !important;
  }
  .cgc_landing .link-tabs {
    flex-direction: column;
    margin-bottom: 0.5rem !important;
  }
}

@media screen and (min-width: 601px) and (max-width: 767.5px) {
  .cgc_landing .page__banner__heading h3 {
    font-size: 28px;
    line-height: 2.5rem;
  }
  .rs-detail-item__slider {
    width: 100%;
    margin: 0 auto;
}
.cgc_landing .rankingthumb-content__content {
  font-size: 16px;
}
.ranking-section__top-rankings--slider .slider-nav {
  width: 88%;
}
  .cgc_landing .cgc-jhanjeri-headingText{
    margin-top: 20px;
  }
  .cgc_landing .left-flex {
    flex-direction: column-reverse !important;
}
  .cgc_landing .feature__icon__block:hover .feature__icon__content{
    margin-top: 10px;
  }
  .cgc_landing .page__banner__para {
    font-size: 17px;
  }
  .rs-detail-item__slider {
    width: 680px;
    margin: 0 auto;
}
  .cgc_landing .gallery__section .slick-slide{
    margin-bottom: 10px;
  }
  .cgc_landing .mba__overview__section {
    background-color: #dfe7f3;
    background-image: none;
  }
  .cgc_landing .feature__icon__content p {
    font-size: 16px;
  }
  .cgc_landing .course-block-1 {
    margin-top: 30px;
  }
  .cgc_landing .mba__overview__section__bottom {
    margin-top: 1.5rem !important;
  }
  .cgc_landing .button.tsbs {
    margin-bottom: 10px;
  }
  .cgc_landing .mba__overview__section .button.tsbs:not(:last-child) {
    margin-left: 12px;
  }
  .cgc_landing .mba__overview__section .button.tsbs a {
    padding: 10px 22px;
    font-size: 15px;
  }
  .cgc_landing .desktop-row {
    display: none;
  }
  .cgc_landing .mobile-row {
    display: block;
  }
  .cgc_landing .empowering__future__section::after {
    content: "";
    background-color: #fdd535;
    position: absolute;
    top: 0;
    left: unset;
    right: 0;
    height: 61%;
    width: 300px;
    margin-left: 60px;
    z-index: -1;
  }
  .cgc_landing .empowering-left-pic {
    max-width: 85%;
    margin: 85px 0 0 0;
  }
  .cgc_landing .res-pad {
    padding: 0 15px 0 20px;
  }
  .cgc_landing .empowering__future__content {
    padding: 30px 0px 0 20px;
  }
  .cgc_landing .empowering__future__heading h3 {
    font-size: 26px;
  }
  .cgc_landing .page__banner__apply__btn {
    margin-top: 15px;
  }
  .cgc_landing .rise-excel-right-content {
    padding-top: 10px;
  }
  .cgc_landing .excel__rise__picture__block {
    max-width: 97%;
  }
  .cgc_landing .rise-excel-section-top {
    justify-content: flex-start;
    width: 90%;
    margin-left: 2rem;
  }
  .cgc_landing .empowering__subHeading {
    font-size: 32px;
  }
  .cgc_landing .empowering__future__para p {
    font-size: 16px;
    width: 100%;
  }
  .cgc_landing .placement__pathways__top .placement__pathways__headingText h3 {
    font-size: 24px;
  }
  .cgc_landing .placement__subheading {
    font-size: 16px;
  }
  .cgc_landing .testimonial-stats .number {
    font-size: 32px;
  }
  .cgc_landing .testimonial-stats .text {
    font-size: 19px;
    line-height: 1.3;
  }
  .cgc_landing .experience-beyond-stats {
    margin-top: 1rem;
    margin-bottom: 3.5rem;
    margin-right: 0;
  }
  .cgc_landing .sec-padding {
    padding: 47px 0;
  }
  .cgc_landing .top__recruiters__top__section .top__recruiters__heading h3 {
    font-size: 24px;
  }
  .cgc_landing .top__recruiters {
    height: 600px;
    background-position: left;
  }
  .cgc_landing .top__recruiters__heading p {
    font-size: 16px;
  }
  .cgc_landing .why__choose__CGC__block {
    flex-direction: column;
  }
  .cgc_landing .why__choose__CGC__Jhanjeri {
    height: 100%;
  }
  .cgc_landing .why__choose__feature__block .res-col {
    display: flex;
    flex-direction: column-reverse;
  }
  .cgc_landing .feature__block__inner.res-margin-bot {
    margin-bottom: 40px;
  }
  .cgc_landing .top-margin {
    margin-top: 0px;
  }
  .cgc_landing .bottom-margin {
    margin-bottom: 0px;
    margin-left: 0px;
  }
  .cgc_landing .why__choose__CGC__block {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .cgc_landing .why__choose__CGC__Jhanjeri .why__choose__CGC__headingText h3 {
    font-size: 24px;
    line-height: 2.5rem;
  }
  .cgc_landing .placement-stats {
    height: 550px;
    padding: 40px 20px;
  }
  .cgc_landing .stat-item {
    background-color: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(0px);
    padding: 15px 10px;
    border-radius: 15px;
  }
  .cgc_landing .section-title {
    font-size: 24px;
  }
  .cgc_landing .section-subtitle {
    font-size: 17px;
  }
  .cgc_landing .international__tie__ups__heading h3 {
    font-size: 24px;
    line-height: 2.3rem;
  }
  .cgc_landing .international__Mous__para {
    font-size: 16px;
  }
  .cgc_landing .experience__beyond__content {
    background-color: #ad274f;
    padding: 30px 24px;
  }
  .cgc_landing .exp__beyond__headingText h3 {
    font-size: 20px !important;
  }
  .cgc_landing .exp__beyond__paraText p {
    font-size: 20px;
    text-align: justify;
    margin-top: 35px;
  }
  .cgc_landing .foreign__deligates__block {
    margin-left: 0px;
  }
  .cgc_landing .picture__desktop__view {
    display: none;
  }
  .cgc_landing .picture__mobile__view {
    display: block;
    padding-bottom: 70px;
  }
  .cgc_landing .international__tieup__inner__block {
    padding: 0;
  }
  .cgc_landing .international__tie__ups {
    padding: 50px 0 0 0;
  }
  .cgc_landing .international__tie__ups__para p {
    font-size: 16px;
    margin-bottom: 50px;
    padding: 0 30px;
  }
  .cgc_landing .international__tie__ups__heading h3::after {
    width: 50%;
  }
  .cgc_landing .foreign__deligates__headingText h3 {
    font-size: 24px;
  }
  .cgc_landing .foreign__deligates__headingText p {
    font-size: 16px;
  }
  .cgc_landing .foreign-deligate__box {
    margin: 0 15px;
  }
  .cgc_landing .foreign__deligates__content .foreign__deligate__heading h3 {
    font-size: 15px;
  }
  .cgc_landing .foreign__deligates__content .foreign__deligate__heading p {
    font-size: 15px;
  }
  .cgc_landing .foreign__deligates__content .foreign__deligate__heading {
    margin-left: 0px;
  }
  .cgc_landing .awards__section__headingText h3 {
    font-size: 24px;
  }
  .cgc_landing .awards__section__headingText p {
    font-size: 17px;
  }
  .cgc_landing .showcase p {
    font-size: 16px;
  }
  .cgc_landing .scholarship__section {
    height: 100%;
  }
  .cgc_landing .scholarship__section__content {
    padding-left: 110px;
    padding-right: 30px;
    padding-top: 1rem;
  }
  .cgc_landing .scholarship__content__bottom p {
    font-size: 18px;
    line-height: 1.9rem;
  }
  .cgc_landing .scholarship__section__heading h3 {
    font-size: 22px;
  }
  .cgc_landing .coe_sec {
    height: 100%;
  }
  .cgc_landing .top-heading h2 {
    padding-top: 10px;
    font-size: 26px;
  }
  .cgc_landing .coe-heading h4 {
    font-size: 22px;
  }
  .cgc_landing .without-bottom-space::before {
    left: -25px;
    width: 100%;
  }
  .cgc_landing .icon-wrapper img {
    width: 60px;
    height: 60px;
    margin: 0 auto;
  }
  .cgc_landing .icon-content p {
    font-size: 14px;
  }
  .cgc_landing .empowering-apply-btn {
    margin-top: 0;
    margin-bottom: 40px;
  }
  .cgc_landing .coe-slider .slider-picture img {
    border-radius: 20px;
    border: 5px solid #fff;
  }
  .cgc_landing .why__choose__CGC__content {
    /* flex-direction: column; */
    align-items: center;
    justify-content: space-evenly;
  }
  .cgc_landing .feature__icon__block {
    flex-direction: column;
    position: unset;
    transform: unset;
    margin-bottom: 30px;
  }
  .cgc_landing .res-column {
    flex-direction: column-reverse;
}
  .cgc_landing .why__choose__CGC.sec-padding {
    padding: 40px 0 0;
  }
  .cgc_landing .coe_sec .slick-dots {
    margin-top: 10px;
  }
  .cgc_landing .gallery__section .gallery__section__top__headingText h3 {
    font-size: 24px;
  }
  .cgc_landing .gallery__section .gallery__section__top__headingText p {
    font-size: 16px;
  }
  .cgc_landing .experience__beyond__headingText h3 {
    font-size: 24px;
  }
  .cgc_landing .experience__beyond__headingText p {
    font-size: 16px;
    margin-top: 0;
  }
  .cgc_landing .state-of-art-labs-headingText h2 {
    font-size: 24px;
  }
  .cgc_landing .state-of-art-labs-headingText p {
    font-size: 16px;
  }
  .cgc_landing .accordion-row-2 .accordion-item {
    margin-top: 20px;
  }
  .cgc_landing .feature__icon__content {
    margin-right: 0;
    margin-top: 15px;
  }
  .cgc_landing .mobile-hide {
    display: none;
  }
  .cgc_landing .why__choose__CGC {
    height: 100%;
  }
  .cgc_landing .res-col {
    flex-direction: column;
  }
  .cgc_landing .why__choose__cgc__headingText h3 {
    font-size: 24px;
  }
  .cgc_landing .why__choose__cgc__headingText p {
    font-size: 16px;
  }
  .cgc_landing .why__choose__cgc__bottom__section {
    margin-top: 40px;
  }
  .cgc_landing .feature-block-4 .feature__icon__content p {
    margin-left: 0px;
  }
  .cgc_landing .feature-block-5 .feature__icon__content p {
    margin-left: 0px;
  }
  .cgc_landing .feature-block-6 .feature__icon__content p {
    margin-left: 0px;
  }
  .feature__icon__block .res-arrow {
    position: relative;
  }
  .cgc_landing .feature__icon__block .res-arrow::after {
    content: none;
  }
  .cgc_landing .why__choose__CGC__Jhanjeri .why__choose__CGC__headingText h3 {
    font-size: 24px;
    line-height: 2rem;
  }
  .cgc_landing .why__choose__CGC__block {
    flex-direction: column;
  }
  .cgc_landing .why__choose__CGC__Jhanjeri {
    height: 100%;
  }
  .cgc_landing .why__choose__feature__block .res-col {
    display: flex;
    flex-direction: column-reverse;
  }
  .cgc_landing .feature__block__inner.res-margin-bot {
    margin-bottom: 40px;
  }
  .cgc_landing .why__choose__CGC__picture {
    display: none;
  }
  .cgc_landing .testimonial__section__heading h3 {
    font-size: 24px;
  }
  .cgc_landing .testimonial__section__heading p {
    font-size: 16px;
  }
  .cgc_landing .testimonial-section-bottom-line h2 {
    font-size: 18px;
  }
  .cgc_landing .footer__para {
    font-size: 14px;
  }
  .cgc_landing .why__choose__CGC__block {
    background: none;
  }
  .cgc_landing .ranking__section__headingText h3 {
    font-size: 24px;
  }
  .cgc_landing .ranking__section__headingText p {
    font-size: 16px;
  }
  .cgc_landing .top__ranking__section__left,
  .cgc_landing .top__ranking__section__right {
    margin-bottom: 30px;
  }
  .cgc_landing .ranking-img {
    max-width: 56%;
    width: 100%;
    height: auto;
  }
  .cgc_landing .ranking-nirf-img {
    max-width: 70%;
    width: 100%;
    height: auto;
  }
  .cgc_landing .stat-star-rankings {
    margin-top: -35px !important;
  }
  .cgc_landing .cgc__scholarship__josh__logo {
    width: 245px;
    margin: 0 auto;
  }
  .cgc_landing .scholarship__block__picture {
    display: none;
  }
  .cgc_landing .scholarship__block__content {
    margin-top: 35px;
  }
  .cgc_landing .cgc__sholarship__heading__logo {
    max-width: 75%;
    width: 100%;
    height: auto;
  }
  .cgc_landing .cgc__scholarship__section {
    height: 100%;
  }
  .cgc_landing .scholarship__bottom__heading h3 {
    font-size: 24px;
    line-height: 2.3rem;
  }
  .cgc_landing .scholarship__bottom__heading p {
    max-width: 100%;
    font-size: 16px;
  }
  .cgc_landing .placement-stats .slick-dots {
    margin-top: -18px;
  }
  .cgc_landing .page__banner__apply__btn .apply__now__btn {
    margin-top: 0px;
    margin-left: 10px;
    border-radius: 13px;
    border: 2px solid #fff;
    font-weight: 600;
    padding: 15px;
    font-size: 13px;
  }
  .cgc_landing .pl-pr-50 {
    padding: 0 30px 0 30px;
  }
  .cgc_landing .stat-item p {
    text-align: center;
  }
  .cgc_landing .mba__overview__section .pl-pr-70 {
    padding: 0 30px 0 30px;
  }
  .cgc_landing .mba__overview__section {
    height: 100%;
  }
  .cgc_landing .link-tabs {
    margin-bottom: 0.5rem !important;
  }
  .cgc_landing .placement__pathways__headingText h3 {
    font-size: 24px;
  }
  .cgc_landing .placement__pathways__bottom {
    margin-top: 0;
  }
  .cgc_landing .placement__pathways__content h3 {
    font-size: 18px;
  }
  .cgc_landing .placement__pathways__content p {
    font-size: 28px;
  }
  .cgc_landing .placement-stats {
    height: 100%;
  }
  .cgc_landing .section-title {
    font-size: 24px;
    margin-bottom: 25px;
  }
  .cgc_landing .stat-item h3 {
    font-size: 40px;
    text-align: center;
  }
  .cgc_landing .stat-item {
    background-color: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(0px);
    padding: 15px 25px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 50%;
    margin: 0 auto;
    text-align: center;
  }
  .cgc_landing .stat-item .feature--icon {
    margin-left: 0;
  }
  .cgc_landing li.slick-active button {
    background-color: #ffda47 !important;
  }
  .cgc_landing .gallery__section {
    background-color: #f2f3f7;
    height: 100%;
  }
  .cgc_landing .lab-wrap {
    position: relative;
    width: 95% !important;
    text-align: center;
    color: #fff;
    margin: 5px 10px;
    overflow: hidden;
  }
  .cgc_landing .res-mar-top {
    margin-top: 0 !important;
  }
  .cgc_landing .empowering__future__heading {
    margin-top: 40px;
  }
  .cgc_landing .experience-beyond-stats {
    justify-content: center;
  }
  .cgc_landing .res-top-mar {
    margin-top: 25px;
  }
  .why__choose__feature__block {
    width: 50%;
  }
  .cgc_landing .why__choose__CGC__block {
    flex-direction: row;
    display: flex;
    flex-wrap: wrap;
  }
  .cgc_landing .feature__block__picture {
    width: 125px;
    height: 125px;
    margin: 0 auto;
  }
  .cgc_landing .feature__block__picture img {
    width: 60px;
    height: 60px;
  }
  .cgc_landing .feature__box__3 {
    margin-left: 0;
  }
  .cgc_landing .why__choose__us__left__icons::before {
    content: none;
  }
  .cgc_landing .why__choose__us__right__icons::after {
    content: none;
  }
  .cgc_landing .icon__block {
    height: 100%;
  }
  .testimonial__section__top {
    padding: 0 !important;
  }
  .cgc_landing .testimonial__section {
    height: 100%;
  }
  .cgc_landing .international__tie__ups {
    height: 100%;
  }
  .cgc_landing .diff__prgrams__image__box img {
    width: 100%;
  }
  .cgc_landing .international__Mous {
    height: 740px;
  }
  .cgc_landing .foreign__deligates {
    height: 100%;
  }
  .cgc_landing .below-margin {
    margin-bottom: 10px;
  }
  .cgc_landing .slider-wrapper .life-pu-box {
    position: relative;
    width: 100%;
    height: 250px;
    overflow: hidden;
  }
  .cgc_landing .slider-wrapper .life-pu-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 100%;
    transform: unset;
  }
  .cgc_landing .life-pu-box {
    height: 210px;
  }
  .life-pu-box {
    margin-bottom: 20px;
  }
  .cgc_landing .slider-wrapper .slick-slide {
    width: 100%;
  }
  .cgc_landing .slick-slide {
    margin: 0;
    padding: 0;
  }
  .cgc_landing .slider-wrapper {
    width: 100%;
    overflow: hidden;
  }
  .cgc_landing .res-padd {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .cgc_landing .life-pu-description p {
    font-size: 18px;
    line-height: 1.7rem;
  }
  .cgc_landing .why__choose__CGC__Jhanjeri {
    height: 100%;
  }
  .cgc_landing .why__choose__CGC__block {
    height: 100%;
  }
  .cgc_landing .why__choose__feature__block {
    width: 50%;
  }
  .cgc_landing .feature__picture__outer__circle {
    border: none;
  }
  .cgc_landing .rankingthumb-content {
    font-size: 18px;
  }
  .rankingthumb-content-content {
    width: auto;
    margin: 0 auto;
    padding-right: 20px;
  }
  .cgc_landing .custom-rank-width {
    width: 225px;
    margin: 0 auto;
}
  .cgc_landing .res-off-box {
    margin-top: 25px;
  }
  .cgc_landing .bodr-right {
    border-right: 1px dotted #fff;
  }
  .cgc_landing .bodr-bot {
    border-bottom: 1px dotted #fff;
  }
  .cgc_landing .why__choose__feature__block {
    min-height: 292px;
  }
  .cgc_landing .banner-desktop {
    background: none;
  }
  .cgc_landing .banner-mob-block {
    display: block;
  }
  .cgc_landing .page__banner {
    height: 100%;
  }
  .cgc_landing .mba__spec__owl h3 {
    font-size: 19px;
    line-height: 1.5rem;
  }
  .cgc_landing .rise-excel-left-picture {
    position: unset;
  }
  .cgc_landing .page__banner__apply__btn {
    justify-content: flex-end;
    width: 100% !important;
  }
  .cgc_landing .resp-row {
    flex-direction: column-reverse;
  }
  .cgc_landing .empowering-innovation-section-bottom {
    margin-top: 1rem !important;
  }
  .cgc_landing .empowering-innovation-picture-block {
    margin-bottom: 1.5rem;
  }
  .cgc_landing .stat-block-picture img {
    margin: 0 auto;
  }
  .cgc_landing .empowering-innovation-headingText h3 {
    font-size: 24px;
  }
  .cgc_landing .empowering-innovation-headingText p {
    width: 100%;
    font-size: 18px;
  }
  .cgc_landing .mobile-design {
    display: block;
  }
  .cgc_landing .desktop-design {
    display: none;
  }
}
@media (max-width: 768px) {
  .stat-item {
    margin-bottom: 20px;
  }
  .cgc_landing .bordr-wrap {
    height: 33px;
    display: inline-flex;
}
.cgc_landing .header__right__section .header__logo__block img {
  width: 100%;
  max-width: 100%;
}
  .cgc_landing .placement-stats-bottom {
    margin-top: -7px;
  }
  .cgc_landing .international__Mous__headingText h3 {
    font-size: 24px;
  }
  .cgc_landing .desktop-version {
    display: none;
  }
  .cgc_landing .mobile-version {
    display: block;
  }
  .cgc_landing .resp-row {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .cgc_landing .page__banner__heading h3 {
    font-size: 32px;
    line-height: 2.7rem;
  }
  .cgc_landing .bordr-wrap {
    height: 35px;
    display: inline-flex;
}
  .cgc_landing .sec-padding {
    padding: 40px 0 !important;
  }
  .cgc_landing .testimonial__block .testimonial__section__picture {
    position: relative;
    display: flex;
    justify-content: center;
}
  .cgc_landing .cgc-jhanjeri-headingText h3 {
    font-size: 24px;
    padding-bottom: 15px;
  }
  .cgc_landing .cgc-jhanjeri-headingText h3::after {
    content: "";
    width: 77%;
  }
  .cgc_landing .cgc-jhanjeri-glance-picture img {
    width: 300px;
  }
  .cgc_landing .cgc-jhanjeri-glance-section {
    padding: 30px 0 0;
  }
  .cgc_landing .page__banner__para {
    font-size: 18px;
  }
  .cgc_landing .desktop-version {
    display: block;
  }
  .cgc_landing .mobile-version {
    display: none;
  }
  .cgc_landing .empowering-innovation-picture-block {
    display: none;
  }
  .cgc_landing .program-offered-section-picture {
    display: none;
  }
  .cgc_landing .offered__programs__list > li > a {
    font-size: 14px;
    transition: all 0.3s ease-in-out;
  }
  .cgc_landing .picture__desktop__view {
    display: none;
  }
  .cgc_landing .picture__mobile__view {
    display: block;
  }
  .cgc_landing .mba__overview__section__bottom {
    margin-top: 2rem !important;
  }
  .cgc_landing .mba__overview__section .button.tsbs a {
    font-size: 13px;
  }
  .cgc_landing .why__choose__CGC__Jhanjeri .why__choose__CGC__headingText h3 {
    font-size: 24px;
    line-height: 2rem;
  }
  .cgc_landing .why__choose__CGC__block {
    flex-direction: column;
  }
  .cgc_landing .why__choose__CGC__Jhanjeri {
    height: 100%;
  }
  .cgc_landing .why__choose__feature__block .res-col {
    display: flex;
    flex-direction: column-reverse;
  }
  .cgc_landing .feature__block__inner.res-margin-bot {
    margin-bottom: 40px;
  }
  .cgc_landing .placement__pathways__top .placement__pathways__headingText h3 {
    font-size: 24px;
    margin-bottom: 5px !important;
  }
  .cgc_landing .innovation-stat-block {
    min-height: 206px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .cgc_landing .top__recruiters .slick-slide img {
    display: block;
    width: 150px;
    margin: 0 auto;
  }
  .cgc_landing .item__slider__block {
    padding: 2rem;
  }
  .cgc_landing .slick-dots {
    margin-top: 20px;
  }
  .cgc_landing .mba__overview__section .button.tsbs {
    font-weight: 400;
  }
  .cgc_landing .mba__overview__section .pl-pr-70 {
    padding: 0 30px 0 30px;
  }
  .cgc_landing .content-para {
    font-size: 16px;
    line-height: 1.5rem;
  }
  .cgc_landing .tab__headingText {
    font-size: 20px;
  }
  .cgc_landing .mba__overview__section {
    height: 665px;
  }
  .cgc_landing .state-of-art-labs .pl-pr-50 {
    padding: 0 20px;
  }
  .cgc_landing .mobile-hide {
    display: none;
  }
  .cgc_landing .placement__subheading {
    font-size: 16px;
  }
  .cgc_landing .placement__pathways__bottom {
    margin-top: 30px;
  }
  .cgc_landing .experience-beyond-stats {
    justify-content: center;
  }
  .cgc_landing .experience-beyond-stats {
    margin-top: 0rem;
    margin-bottom: 3rem;
    margin-right: 0;
  }
  .cgc_landing .placement__pathways__content h3 {
    font-size: 18px;
  }
  .cgc_landing .placement__pathways__content p {
    font-size: 28px;
  }
  .cgc_landing .top__recruiters__top__section .top__recruiters__heading h3 {
    font-size: 24px;
  }
  .cgc_landing .top__recruiters__heading p {
    font-size: 16px;
  }
  .cgc_landing .top__recruiters {
    height: 730px;
  }
  .cgc_landing .top__recruiters {
    background-position: right;
  }
  .cgc_landing .why__choose__CGC__Jhanjeri .pl-pr-70 {
    padding: 0 30px !important;
  }
  .cgc_landing .section-title {
    font-size: 26px;
  }
  .cgc_landing .section-subtitle {
    font-size: 16px;
  }
  .cgc_landing .stat-item {
    background-color: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(0px);
    padding: 15px 20px;
    border-radius: 15px;
    height: 100%;
    display: flex;
    align-items: center;
    margin-left: 15px;
    margin-right: 10px;
    justify-content: flex-start;
  }
  .cgc_landing .stat-item h3 {
    font-size: 35px;
  }
  .cgc_landing .international__tieup__inner__block {
    padding: 0;
  }
  .cgc_landing .international__tie__ups {
    padding: 40px 0 0 0;
  }
  .cgc_landing .international__tie__ups__heading h3 {
    font-size: 24px;
  }
  .cgc_landing .international__tie__ups__heading h3::after {
    width: 57%;
  }
  .cgc_landing .international__tie__ups__para p {
    font-size: 18px;
    margin-bottom: 30px;
    padding: 0;
    line-height: 1.7rem;
  }
  .cgc_landing .foreign__deligates__headingText h3 {
    font-size: 26px;
  }
  .cgc_landing .foreign__deligates__content .foreign__deligate__heading h3 {
    font-size: 13px;
  }
  .cgc_landing .foreign__deligates__content .foreign__deligate__heading p {
    font-size: 14px;
  }
  .cgc_landing .foreign-deligate__box {
    transition: all 0.3s ease-in-out;
    margin: 0 12px;
  }
  .cgc_landing .fourth-gallery-pic {
    width: 73%;
  }
  .cgc_landing .foreign__deligates__content .foreign__deligate__heading {
    margin-left: 0;
  }
  .cgc_landing .foreign__deligates__block {
    margin-left: 0px;
  }
  .cgc_landing .awards__section__headingText h3 {
    font-size: 26px;
  }
  .cgc_landing .awards__section__headingText p {
    font-size: 15px;
  }
  .cgc_landing .scholarship__section {
    height: 100%;
  }
  .cgc_landing .why__choose__CGC__content {
    /* flex-direction: column; */
    align-items: flex-start;
    justify-content: space-evenly;
  }
  .cgc_landing .feature__icon__block {
    flex-direction: column;
    position: unset !important;
    transform: unset;
    margin-bottom: 30px;
  }
  .cgc_landing .res-column{
    flex-direction: column-reverse;
  }
  .cgc_landing .feature__icon__block:hover .feature__icon__content {
    margin-top: 10px;
    transition: all 0.5s ease-in-out;
}
  .cgc_landing .feature__icon__content {
    margin-right: 0;
    margin-top: 15px;
  }
  .cgc_landing .mobile-hide {
    display: none;
  }
  .cgc_landing .why__choose__CGC {
    height: 735px;
  }
  .cgc_landing .res-col {
    flex-direction: column;
  }
  .ranking-section__top-rankings--slider .slider-nav {
    width: 668px;
    margin: auto;
  }
  .cgc_landing .why__choose__cgc__headingText h3 {
    font-size: 24px;
  }
  .cgc_landing .why__choose__cgc__headingText p {
    font-size: 16px;
  }
  .cgc_landing .why__choose__cgc__bottom__section {
    margin-top: 40px;
  }
  .cgc_landing .feature-block-4 .feature__icon__content p {
    margin-left: 0px;
  }
  .cgc_landing .feature-block-5 .feature__icon__content p {
    margin-left: 0px;
  }
  .cgc_landing .feature-block-6 .feature__icon__content p {
    margin-left: 0px;
  }
  .feature__icon__block .res-arrow {
    position: relative;
  }
  .cgc_landing .feature__icon__block .res-arrow::after {
    content: none;
  }
  .cgc_landing .why__choose__CGC__Jhanjeri .why__choose__CGC__headingText h3 {
    font-size: 24px;
    line-height: 2rem;
  }
  .cgc_landing .why__choose__CGC__block {
    flex-direction: column;
  }
  .cgc_landing .why__choose__CGC__Jhanjeri {
    height: 100%;
  }
  .cgc_landing .why__choose__feature__block .res-col {
    display: flex;
    flex-direction: column;
  }
  .cgc_landing .feature__block__inner.res-margin-bot {
    margin-bottom: 15px;
  }
  .why__choose__feature__block.feature__box__3.top-margin.left-mg {
    margin-left: -19px;
    margin-right: 56px;
    margin-right: 19px;
  }
  /* .cgc_landing .why__choose__CGC__picture {
    display: none;
  } */
  .cgc_landing .coe_sec {
    height: 100%;
  }
  .cgc_landing .top-heading h2 {
    padding-top: 10px;
  }
  .cgc_landing .top-heading h2 {
    font-size: 26px;
  }
  .cgc_landing .coe-heading h4 {
    font-size: 26px;
    text-align: center;
  }
  .cgc_landing .without-bottom-space::before {
    content: "";
    position: absolute;
    left: 0px;
    width: 100%;
  }
  .cgc_landing .icon-wrapper img {
    width: 62px;
    margin: 0 auto;
  }
  .cgc_landing .coe-heading {
    margin-bottom: 0 !important;
  }
  .cgc_landing .res-mg {
    margin-top: 0 !important;
  }
  .cgc_landing .coe_sec .slick-dots {
    margin-top: -10px;
  }
  .cgc_landing .empowering-apply-btn {
    margin-top: 20px;
    margin-bottom: 40px;
    width: 100%;
    justify-content: flex-start;
  }
  .cgc_landing .coe-slider .slider-picture img {
    border-radius: 20px;
    border: 5px solid #fff;
  }
  .cgc_landing .testimonial-section-bottom-line h2 {
    font-size: 19px;
    font-weight: 500;
    margin-top: -10px;
  }
  .cgc_landing
    .testimonial__section__top__content
    .testimonial__section__info
    h3 {
    font-size: 24px;
  }
  .cgc_landing
    .testimonial__section__top__content
    .testimonial__section__info
    p {
    font-size: 28px;
  }
  .cgc_landing .feature__icon__content p {
    font-size: 16px;
  }
  .cgc_landing .cgc__scholarship__josh__logo {
    width: 245px;
    margin: 0 auto;
  }
  .cgc_landing .scholarship__block__picture {
    display: none;
  }
  .cgc_landing .scholarship__block__content {
    margin-top: 35px;
  }
  .cgc_landing .cgc__sholarship__heading__logo {
    max-width: 60%;
    width: 100%;
    height: auto;
  }
  .cgc_landing .cgc__scholarship__section {
    height: 100%;
  }
  .cgc_landing .scholarship__bottom__heading h3 {
    font-size: 24px;
    line-height: 2.3rem;
  }
  .cgc_landing
    .cgc__scholarship__section
    .page__banner__apply__btn
    .empowering-apply-btnn {
    margin-top: 0 !important;
  }
  .cgc_landing .scholarship__bottom__heading p {
    max-width: 90%;
  }
  .cgc_landing .placement-stats {
    background-size: cover;
    height: 100%;
  }
  .cgc_landing .gallery__section {
    background-color: #f2f3f7;
    height: 100%;
  }
  .cgc_landing .lab-wrap {
    position: relative;
    width: 100% !important;
    text-align: center;
    color: #fff;
    margin: 5px 10px;
    overflow: hidden;
  }
  .cgc_landing .res-mar-top {
    margin-top: 0 !important;
  }
  .cgc_landing .empowering__future__heading {
    margin-top: 30px;
  }
  .cgc_landing .empowering__future__heading h3 {
    font-size: 28px;
  }
  .cgc_landing .empowering__subHeading {
    font-size: 34px;
  }
  .cgc_landing .exp__beyond__paraText p {
    font-size: 15px;
    text-align: justify;
    margin-top: 16px;
  }
  .cgc_landing .exp__beyond__headingText h3 {
    font-size: 18px;
  }
  .cgc_landing .why__choose__CGC__block {
    flex-direction: row;
    display: flex;
    flex-wrap: nowrap;
  }
  .cgc_landing .feature__block__picture {
    width: 80px;
    height: 80px;
    margin: 0 auto;
  }
  .cgc_landing .feature__block__picture img {
    width: 40px;
    height: 40px;
  }
  .cgc_landing .feature__box__3 {
    margin-left: 0;
  }
  .cgc_landing .bottom-margin {
    margin-bottom: 0;
  }
  .cgc_landing .international__tie__ups {
    height: 100%;
  }
  .cgc_landing .picture__mobile__view {
    padding-bottom: 60px;
  }
  .cgc_landing .why__choose__CGC.sec-padding {
    padding: 0;
  }
  .cgc_landing .why__choose__us__left__icons::before {
    content: none;
  }
  .cgc_landing .international__Mous__headingText h3 {
    font-size: 24px;
  }
  .cgc_landing .international__Mous__bottom {
    margin-top: 2rem;
  }
  .cgc_landing .international__Mous__para {
    margin-top: 0;
    font-size: 18px;
  }
  .cgc_landing .why__choose__us__right__icons::after {
    content: none;
  }
  .testimonial__section__top {
    padding: 0 !important;
  }
  .cgc_landing .top-margin {
    margin-top: 0 !important;
  }
  .cgc_landing .experience__beyond__content {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    padding: 20px 30px;
  }
  .cgc_landing .experience__beyond__picture img {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .cgc_landing .foreign__deligates.sec-padding {
    padding: 50px 0px;
  }
  .cgc_landing .foreign__deligates {
    height: 100%;
  }
  .cgc_landing .below-margin {
    margin-bottom: 10px;
  }
  .cgc_landing .slider-wrapper .life-pu-box {
    position: relative;
    width: 100%;
    height: 250px;
    overflow: hidden;
  }
  .cgc_landing .slider-wrapper .life-pu-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 100%;
    transform: unset;
  }
  .cgc_landing .life-pu-box {
    height: 210px;
  }
  .life-pu-box {
    margin-bottom: -7px;
  }
  .cgc_landing .slider-wrapper .slick-slide {
    width: 100%;
  }
  .cgc_landing .slick-slide {
    margin: 0;
    padding: 0;
  }
  .cgc_landing .slider-wrapper {
    width: 100%;
    overflow: hidden;
  }
  .cgc_landing .life-pu-description p {
    font-size: 15px;
    line-height: 1.5rem;
  }
  .cgc_landing .experience__beyond__headingText h3 {
    font-size: 24px;
  }
  .cgc_landing .experience__beyond__headingText p {
    font-size: 18px;
    margin-top: 0;
  }
  .cgc_landing .slider-row-2 {
    display: flex;
    flex-wrap: nowrap;
  }
  /* .ranking-section__top-rankings--slider .slider-nav {
    width: 94%;
  } */
  .cgc_landing .pagination-style .slick-arrow.slick-next {
    right: -23px;
    left: auto;
  }
  .cgc_landing .rankingthumb-content {
    font-size: 18px;
  }
  .rankingthumb-content-content {
    width: auto;
    margin: 0 auto;
    padding-right: 20px;
  }
  .rs-detail-item__slider {
    width: 710px;
  }
  .cgc_landing .rise__excel__section__block {
    padding-top: 0px;
  }
  .cgc_landing .rise__achieve__excel__section.sec-padding {
    padding: 20px 0 40px;
  }
  .cgc_landing .ranking__section__headingText h3 {
    font-size: 24px;
  }
  .cgc_landing .ranking__section__headingText p {
    font-size: 16px;
  }
  .cgc_landing .ranking-img {
    max-width: 85%;
    width: 100%;
    height: auto;
  }
  .cgc_landing .testimonial-stats .number {
    font-size: 35px;
  }
  .cgc_landing .mobile-hide {
    display: none;
  }
  .cgc_landing .state-of-art-labs-headingText h2 {
    font-size: 24px;
  }
  .cgc_landing .state-of-art-labs-headingText {
    padding-top: 0;
  }
  .cgc_landing .state-of-art-labs.sec-padding {
    padding: 50px 0;
  }
  .cgc_landing .coe_sec.sec-padding {
    padding: 50px 0;
  }
  .cgc_landing .gallery__section.sec-padding {
    padding: 40px 0 50px;
  }
  .cgc_landing .gallery__section .gallery__section__top__headingText h3 {
    font-size: 24px;
  }
  .cgc_landing .testimonial__section.sec-padding {
    padding: 50px 0;
  }
  .cgc_landing .testimonial__section__heading h3 {
    font-size: 24px;
  }
  .cgc_landing
    .rise__achieve__excel__section
    .page__banner__apply__btn
    .apply__now__btn {
    margin-left: 15px;
  }
  .cgc_landing .ranking__section {
    height: 100%;
  }
  .cgc_landing .header__right__section .header__logo__block img {
    width: 100%;
    max-width: 100%;
  }
  .cgc_landing .mobile-version {
    display: none;
  }
  .cgc_landing .empowering-innovation-picture-block {
    display: block;
  }
  .cgc_landing .empowering-innovation-picture-block {
    display: none;
  }
  .cgc_landing .page__banner {
    background-position: left;
    height: 500px;
  }
}
@media screen and (min-width: 575px) and (max-width: 768px) {
 .cgc_landing .banner-desktop {
    background: none;
  }
  .cgc_landing .banner-mob-block {
    display: none;
  }
  .cgc_landing .page__banner {
    background: url(../images/top-banner/page-banner.webp) no-repeat content-box;
    background-size: cover;
    height: 360px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .cgc_landing .why__choose__CGC__block {
    flex-direction: row;
    display: flex;
    flex-wrap: nowrap;
  }
  .cgc_landing .res-block-right {
    flex-direction: column !important;
}
.cgc-jhanjeri-headingText {
  margin-top: 20px;
}
  .cgc_landing .placement__pathways__headingText p {
    font-size: 16px;
  }
  .cgc_landing .why__choose__CGC__Jhanjeri .top-margin {
    margin-top: 125px !important;
  }
  .cgc_landing .state-of-art-labs .top-margin {
    margin-top: -60px !important;
  }
  .cgc_landing .top-margin {
    padding-right: 0px;
  }
  .cgc_landing .page__banner {
    background-position: left;
    height: 500px;
}
  .cgc_landing .feature__block__content p {
    font-size: 14px;
  }
  .cgc_landing .bottom-margin {
    margin-bottom: 126px;
  }
  .cgc_landing .bottom-margin {
    margin-bottom: 115px;
    margin-left: -22px;
  }
  .cgc_landing .why__choose__CGC__Jhanjeri {
    height: 100%;
  }
  .cgc_landing .why__choose__CGC__bottom {
    margin-top: 0rem;
  }
  .cgc_landing .program__offered__section.sec-padding {
    padding: 40px 0;
  }
  .cgc_landing .program__offered__section__headingText h3 {
    font-size: 24px;
  }
  .cgc_landing .placement-stats {
    padding: 50px 0;
  }
  .cgc_landing .section-title {
    padding-top: 0;
  }
  .cgc_landing .placement-stats-bottom {
    margin-top: 40px;
  }
  .cgc_landing .lab-wrap {
    margin: 5px 0px;
  }
  .cgc_landing .feature__picture__outer__circle {
    text-align: center;
    width: 87%;
    padding: 15px;
    border-radius: 50%;
    margin: 0 auto;
  }
  .cgc_landing .feature__box__2 .feature__block__picture {
    background-color: #fff !important;
  }
  .cgc_landing .top-mar-2 {
    margin-top: 101px !important;
  }
  .cgc_landing .empowering__future__para p {
    width: 100%;
  }
  .cgc_landing .rise-excel-left-picture {
    position: unset;
  }
  .cgc_landing .rise-excel-right-content {
    margin-top: 10px;
  }
  .cgc_landing .empowering__future__para p {
    font-size: 18px;
  }
  .cgc_landing .page__banner__apply__btn {
     width: 100% !important;
     justify-content: flex-end;
  }
  .cgc_landing .excel__rise__picture__block {
    max-width: 75%;
  }
  .cgc_landing .rise-excel-section-top {
    width: 95%;
    justify-content: flex-start;
    margin-left: 2rem;
  }
  .cgc_landing .why__choose__CGC__picture {
    display: none;
  }
  .cgc_landing .stat-block-content p {
    font-size: 19px;
  }
  .cgc_landing .empowering-innovation-section.sec-padding {
    padding: 50px 0 !important;
  }
  .cgc_landing .empowering-innovation-headingText p {
    width: 100%;
    font-size: 20px;
  }
  .cgc_landing .empowering-innovation-section-bottom {
    margin-bottom: 1.3rem !important;
    margin-top: 2rem !important;
  }
}
@media screen and (min-width: 992px) and (max-width: 1024px) {
  .cgc_landing .page__banner__apply__btn {
    justify-content: flex-end;
    width: 100% !important;
  }
  .cgc_landing .showcase .overlay {
    padding: 0 54px;
  }
  .cgc_landing .placement-stats {
    background-size: cover;
    height: 100%;
    margin-bottom: -3px;
  }
  .cgc_landing .top__recruiters {
    height: 725px;
    margin-bottom: -8px;
    background-position: right;
  }
  .cgc_landing .testimonial__block .testimonial__section__picture{
    display: flex;
    justify-content: center;
  }
  .cgc_landing
    .testimonial__section__top__content
    .testimonial__section__info
    h3 {
      font-size: 24px;
  }
  .cgc_landing .testimonial__section__top__content .testimonial__section__info p {
    font-size: 30px;
  }
  .cgc_landing .cgc-jhanjeri-glance-section {
    padding: 40px 0 0;
  }
  .cgc_landing .cgc-jhanjeri-headingText h3 {
    padding-bottom: 15px;
  }
  .cgc_landing .cgc-jhanjeri-headingText h3::after {
    content: "";
    width: 62%;
  }
  .cgc_landing .cgc-jhanjeri-headingText p {
    font-size: 18px;
    padding: 0 20px 0 0;
    line-height: 1.8rem;
    text-align: justify;
  }
  .cgc_landing .cgc-jhanjeri-glance-content {
    padding-top: 30px;
  }
  .cgc_landing .stat-item {
    background-color: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(0px);
    padding: 15px 20px;
    border-radius: 15px;
    height: 100%;
    display: flex;
    align-items: center;
  }
  .cgc_landing .mba__overview__section__bottom {
    margin-top: 2rem !important;
  }
  .cgc_landing .mba__overview__section .tsbs.active a {
    font-size: 15px;
  }
  .cgc_landing .page__banner__heading h3 {
    font-size: 34px;
    line-height: 2.8rem;
  }
  .cgc_landing .empowering-left-pic {
    max-width: 90%;
    margin: 10px 0 0 80px;
  }
  .cgc_landing .desktop-version {
    display: block;
  }
  .cgc_landing .mobile-version {
    display: none;
  }
  .cgc_landing .empowering-innovation-picture-block {
    display: none;
  }
  .cgc_landing .res-col {
    width: 100%;
    flex: 0 0 auto;
  }
  .cgc_landing .empowering-innovation-headingText h3 {
    font-size: 28px;
  }
  .cgc_landing .empowering-innovation-headingText p {
    width: 100%;
    font-size: 21px;
  }
  .cgc_landing .stat-block-content p {
    font-size: 22px;
  }
  .cgc_landing .empowering__future__section::after {
    height: 96%;
    width: 282px;
  }
  .cgc_landing .res-pad {
    padding: 0 15px 0 20px;
  }
  .cgc_landing .empowering__future__content {
    padding: 30px 10px 30px 50px;
  }
  .cgc_landing .picture__desktop__view {
    display: none;
  }
  .cgc_landing .picture__mobile__view {
    display: block;
    padding-bottom: 80px;
  }
  .cgc_landing .international__tieup__inner__block {
    padding: 0;
  }
  .cgc_landing .international__tie__ups {
    padding: 50px 0 0;
  }
  .cgc_landing .international__tie__ups {
    height: 100%;
  }
  .cgc_landing .international__tie__ups__heading h3 {
    font-size: 28px;
    line-height: 2.5rem;
    padding-bottom: 20px;
  }
  .cgc_landing .international__tie__ups__para p {
    margin-top: -15px;
    padding: 0;
  }
  .cgc_landing .international__tie__ups__para p {
    font-size: 18px;
  }
  .cgc_landing .experience__beyond__headingText h3 {
    font-size: 26px;
  }
  .cgc_landing .experience__beyond__headingText p {
    font-size: 17px;
    margin-top: 8px;
  }
  .cgc_landing .exp__beyond__headingText h3 {
    font-size: 18px;
  }
  .cgc_landing .exp__beyond__paraText p {
    font-size: 16px;
    text-align: justify;
  }
  .cgc_landing .exp__beyond__paraText p {
    margin-top: 20px;
    font-size: 15px;
  }
  .cgc_landing .experience__beyond__content {
    background-color: #ad274f;
    padding: 30px 30px 20px;
  }
  .cgc_landing .experience__beyond__picture img {
    height: 350px;
  }
  .cgc_landing .foreign__deligates__headingText h3 {
    font-size: 26px;
    margin-bottom: 8px;
  }
  .cgc_landing .foreign__deligates__headingText p {
    font-size: 16px;
  }
  .cgc_landing .foreign-deligate__box {
    margin: 0 15px;
  }
  .cgc_landing .foreign__deligates__block {
    margin-left: 0;
  }
  .cgc_landing .foreign__deligates__content .foreign__deligate__heading h3 {
    font-size: 18px;
  }
  .cgc_landing .awards__section__headingText h3 {
    font-size: 26px;
  }
  .cgc_landing .awards__section__headingText p {
    font-size: 16px;
  }
  .cgc_landing .showcase p {
    font-size: 13px;
  }
  .cgc_landing .scholarship__section {
    height: 100%;
  }
  .cgc_landing .scholarship__content__bottom p {
    font-size: 17px;
  }
  .cgc_landing .scholarship__section__heading h3 {
    font-size: 24px;
  }
  .cgc_landing .scholarship__section__content {
    width: calc(100% + 170px);
    margin-left: -131px;
    padding-left: 100px;
    margin-top: 35px;
  }
  .cgc_landing .scholarship__left__picture {
    margin-right: 30px;
    margin-left: -30px;
  }
  .cgc_landing .feature__icon {
    width: 90px;
    height: 90px;
  }
  .cgc_landing .feature__icon img {
    width: 40px;
    height: 40px;
  }
  .cgc_landing .feature-block-4 .feature__icon__content p {
    margin-left: 0px;
  }
  .cgc_landing
    .cgc__scholarship__section
    .page__banner__apply__btn
    .apply__now__btn {
    margin-top: 0;
  }
  .cgc_landing .feature__icon__content p {
    font-size: 19px;
    margin-top: 15px;
  }
  .cgc_landing .feature-block-5 .feature__icon__content p {
    margin-left: 15px;
  }
  .cgc_landing .feature__icon__content {
    margin-right: 0px;
  }
  .cgc_landing .feature-block-6 .feature__icon__content p {
    margin-left: 0;
  }
  .why__choose__CGC__picture img {
    display: none;
  }
  .cgc_landing .feature__icon__block{
    position: unset;
    transform: unset;
    flex-direction: column;
    margin-bottom: 30px;
  }
  .cgc_landing .feature-block-5 {
    right: -15%;
  }
  .cgc_landing .feature-block-2 {
    left: -15%;
  }
  .cgc_landing .feature-block-3 {
    left: 20px;
  }
  .cgc_landing .feature-block-6 {
    right: 20px;
  }
  .cgc_landing .why__choose__CGC {
    height: 100%;
  }
  .cgc_landing .left-flex {
    flex-direction: column-reverse;
  }
  .cgc_landing .feature__icon__block:hover .feature__icon__content{
    margin-top: 0px;
  }
  .cgc_landing .coe_sec {
    height: 100%;
  }
  .cgc_landing .top-heading h2 {
    padding-top: 0;
    font-size: 28px;
  }
  .cgc_landing .cgc__scholarship__josh__logo {
    width: 235px;
  }
  .cgc_landing .cgc__sholarship__heading__logo {
    max-width: 50%;
    width: 100%;
  }
  .cgc_landing .mobile-hide {
    display: none;
  }
  .cgc_landing .scholarship__bottom__heading h3 {
    font-size: 24px;
  }
  .cgc_landing .scholarship__bottom__heading p {
    max-width: 94%;
    line-height: 1.7rem;
    text-align: justify;
    font-size: 15px;
  }
  .cgc_landing .cgc__scholarship__section .page__banner__apply__btn {
    width: 100%;
    justify-content: flex-start;
  }
  .cgc_landing .rise-excel-section-top {
    width: 80%;
  }
  .cgc_landing .scholarship__block__content {
    margin-top: 0px;
  }
  .cgc_landing .scholarship__block__picture {
    margin-top: 62.3%;
  }
  .cgc_landing .scholarship__block__content__bottom {
    margin-top: 15px;
  }
  .cgc_landing .scholarship__bottom__heading p {
    margin-top: 0;
  }
  .cgc_landing .scholarship__block__picture img {
    max-width: 100%;
    width: 100%;
  }
  .cgc_landing .empowering__future__para p {
    font-size: 15px;
  }
  .cgc_landing .testimonial-stats .number {
    font-size: 26px;
  }
  .cgc_landing .testimonial-stats .text {
    font-size: 16px;
  }
  .cgc_landing .placement__pathways__content p {
    font-size: 28px;
  }
  .cgc_landing .feature__block__picture {
    width: 100px;
    height: 100px;
  }
  .cgc_landing .feature__block__picture img {
    width: 60px;
    height: 60px;
  }
  .cgc_landing .feature__block__content p {
    font-size: 14px;
  }
  .cgc_landing .why__choose__CGC__block {
    background-position: center;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .cgc_landing .bottom-margin {
    margin-bottom: 97px;
    margin-left: -29px;
  }
  .cgc_landing .feature__box__3 {
    margin-left: -20px;
  }
  .cgc_landing .res-outer-circle {
    width: 87%;
  }
  .cgc_landing .placement__pathways__content h3 {
    font-size: 18px;
  }
  .cgc_landing .excel__rise__picture__block {
    max-width: 50%;
  }
  .cgc_landing .empowering__future__para {
    padding: 1.3rem;
  }
  .cgc_landing .empowering__future__para p {
    width: 48%;
  }
  .cgc_landing .testimonial__section {
    height: 100%;
    padding: 50px 0;
  }
  .cgc_landing .empowering__future__heading h3 {
    font-size: 24px;
  }
  .cgc_landing .empowering__subHeading {
    font-size: 32px;
  }
  .testimonial__section__top {
    padding: 0;
    padding-top: 0 !important;
  }
  .cgc_landing .top-margin {
    margin-top: 0px !important;
  }
  .cgc_landing .rise__excel__section__block {
    padding-top: 0px;
  }
  .cgc_landing .program__offered__section__headingText h3 {
    font-size: 24px;
  }
  .cgc_landing .diff__prgrams__list__box .progeam__list__heading h3 {
    font-size: 18px;
  }
  .cgc_landing .stat-item h3 {
    font-size: 40px;
  }
  .cgc_landing .state-of-art-labs.sec-padding {
    padding: 50px 0;
  }
  .cgc_landing .state-of-art-labs-headingText {
    padding-top: 0;
  }
  .cgc_landing .cgc__scholarship__section {
    height: 650px;
  }
  .cgc_landing .why__choose__CGC.sec-padding {
    padding: 50px 0 60px;
  }
  .cgc_landing .why__choose__cgc__headingText h3 {
    font-size: 28px;
  }
  .cgc_landing .why__choose__cgc__headingText p {
    font-size: 16px;
  }
  .cgc_landing .why__choose__CGC__content {
    align-items: flex-start;
    justify-content: space-evenly;
  }
  .cgc_landing .why__choose__us__right__icons::after {
    content: none;
  }
  .cgc_landing .why__choose__us__left__icons::before {
    content: none;
  }
  .cgc_landing .gallery__section {
    height: 100%;
  }
  .cgc_landing .testimonial__section__heading h3 {
    font-size: 26px;
  }
  .cgc_landing .below-margin {
    margin-bottom: 10px;
  }
  .cgc_landing .slider-wrapper .life-pu-box {
    position: relative;
    width: 100%;
    height: 250px;
    overflow: hidden;
  }
  .cgc_landing .slider-wrapper .life-pu-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 100%;
    transform: unset;
  }
  .cgc_landing .life-pu-box {
    height: 210px;
  }
  .life-pu-box {
    margin-bottom: -7px;
  }
  .cgc_landing .slider-wrapper .slick-slide {
    width: 100%;
  }
  .cgc_landing .slick-slide {
    margin: 0;
    padding: 0;
  }
  .cgc_landing .slider-wrapper {
    width: 100%;
    overflow: hidden;
  }
  .cgc_landing .life-pu-description p {
    font-size: 15px;
    line-height: 1.6rem;
    width: 70%;
  }
  .cgc_landing .slider-row-2 {
    display: flex;
    flex-wrap: nowrap;
  }
  .cgc_landing .why__choose__CGC__Jhanjeri {
    height: 100%;
  }
  .cgc_landing .why__choose__CGC__bottom {
    margin-top: 0;
  }
  .cgc_landing .left-mg {
    margin-left: -5px;
    margin-right: 25px;
  }
  .cgc_landing .stat-item {
    background-color: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(0px);
    padding: 15px 20px;
    border-radius: 15px;
    height: 100%;
    display: flex;
    align-items: center;
    margin-left: 15px;
    margin-right: 10px;
    justify-content: flex-start;
  }
  .cgc_landing .international__Mous {
    height: 750px;
  }
  .cgc_landing .experience__beyond.sec-padding {
    padding: 50px 0;
  }
  .cgc_landing .foreign__deligates.sec-padding {
    padding: 50px 0;
    height: 100%;
  }
  .cgc_landing .coe_sec.sec-padding {
    padding: 50px 0;
  }
  .cgc_landing .without-bottom-space::before {
    content: "";
    width: 92%;
    height: 4px;
  }
  .cgc_landing .coe-heading h4 {
    font-size: 26px;
  }
  .cgc_landing .icon-wrapper,
  .icon-content {
    width: unset;
  }
  .cgc_landing .icon-content {
    position: relative;
    padding-top: 10px;
  }
  .cgc_landing .icon-content p {
    font-size: 14px;
  }
  .cgc_landing .center__of__excellence__block {
    margin-bottom: 0;
  }
  .cgc_landing .coe-heading {
    margin-bottom: 1rem;
  }
  .cgc_landing .coe-slider .slider-picture img {
    border: 5px solid #fff;
  }
  .cgc_landing .gallery__section.sec-padding {
    padding: 50px 0;
  }
  .cgc_landing .gallery__section .gallery__section__top__headingText h3 {
    font-size: 28px;
  }
  .cgc_landing .gallery__section .top-margin {
    margin-top: 0px !important;
  }
  .cgc_landing .res-mar-top {
    margin-top: 0 !important;
  }
  .cgc_landing .testimonial-section-bottom-line h2 {
    margin-top: -10px;
  }
  .cgc_landing .why__choose__CGC__Jhanjeri .top-margin {
    margin-top: 90px !important;
  }
  .cgc_landing .ranking__section__headingText h3 {
    font-size: 28px;
  }
  .cgc_landing .ranking__section__headingText h3 {
    font-size: 28px;
  }
  .cgc_landing .program__offered__section.sec-padding {
    padding: 50px 0;
  }
  .cgc_landing .page__banner {
    background-position: left;
    height: 460px;
}
  .cgc_landing .resp-pad {
    padding-right: 1.5rem !important;
  }
  .cgc_landing .scholarship__block__picture {
    display: none;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .cgc_landing .showcase p {
    font-size: 14px;
  }
  .cgc_landing .top__ranking__section__left, .cgc_landing .top__ranking__section__right {
    min-height: 164px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .feature__icon__block.feature-block-1.res-block-left.res-column.left-flex{
    position: unset;
  }
    .cgc_landing .top__recruiters .slick-slide img {
      width: 185px;
      margin: 0 auto;
  }
  .cgc_landing .left-flex{
    flex-direction: column-reverse !important;
  }
  .cgc_landing .placement-stats {
    background-size: cover;
    height: 100%;
    margin-bottom: -3px;
  }
  .cgc_landing .placement__pathways__content p {
    font-size: 28px;
  }
  .cgc_landing .top__recruiters {
    height: 759px;
    margin-bottom: -8px;
    background-position: right;
  }
  .cgc_landing .ranking__section {
    height: 920px;
  }
  .cgc_landing .cgc-jhanjeri-headingText h3 {
    padding-bottom: 15px;
  }
  .cgc_landing .cgc-jhanjeri-headingText h3::after {
    content: "";
    width: 58%;
  }
  .cgc_landing .cgc-jhanjeri-headingText p {
    font-size: 20px;
    text-align: justify;
  }
  .cgc_landing .empowering-innovation-headingText h3 {
    font-size: 28px;
  }
  .cgc_landing .empowering-innovation-headingText p {
    width: 100%;
    font-size: 19px;
  }
  .cgc_landing .innovation-stat-block {
    min-height: 200px;
  }
  .cgc_landing .stat-block-content p {
    font-size: 18px;
  }
  .cgc_landing .resp-row {
    align-items: center;
  }
  .cgc_landing .empowering-section-img {
    max-width: 85%;
    width: 100%;
    height: auto;
  }
  .cgc_landing .resp-row {
    align-items: center;
  }
  .cgc_landing .programs-offered-picture {
    max-width: 107%;
    width: 100%;
    height: auto;
  }
  .cgc_landing .mba__overview__section__bottom {
    margin-top: 2rem !important;
  }
  .cgc_landing .mba__overview__section .button.tsbs a {
    font-size: 15px;
  }
  .cgc_landing .stat-item {
    background-color: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(0px);
    padding: 15px 20px;
    border-radius: 15px;
    height: 100%;
    display: flex;
    align-items: center;
    margin-left: 15px;
    margin-right: 10px;
    justify-content: flex-start;
  }
  .cgc_landing .international__tie__ups {
    height: 100%;
    padding: 60px 0 0 0;
  }
  .cgc_landing .resp-pad {
    padding-right: 0.7rem !important;
  }
  .cgc_landing .international__tieup__inner__block {
    padding: 0;
  }
  .cgc_landing .international__tie__ups__heading h3::after {
    left: -13%;
  }
  .cgc_landing .international__tie__ups__para p {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .cgc_landing .international__tie-ups__picture {
    margin-top: 50px;
    margin-left: -55px;
  }
  .cgc_landing .tie__up__image__inner img {
    max-width: 46%;
    width: 100%;
  }
  .cgc_landing .tie__up__image__inner img {
    position: absolute;
    top: 24%;
    left: 27%;
  }
  .cgc_landing .tie__up__image__icon img {
    width: 57px;
    height: 57px;
    object-fit: contain;
  }
  .cgc_landing .tie__up__image__icon {
    width: 120px;
    height: 120px;
  }
  .cgc_landing .tie__up__image__outer {
    width: 660px;
    height: 350px;
  }
  .cgc_landing .tie__up__image__text.tie-up-text-2 {
    position: absolute;
    top: -110px;
  }
  .cgc_landing .tie__up__image__text h2 {
    font-size: 47px;
  }
  .cgc_landing .tie__up__image__inner h3 {
    font-size: 24px;
    line-height: 2rem;
  }
  .cgc_landing .experience__beyond__headingText h3 {
    font-size: 28px;
  }
  .cgc_landing .experience__beyond__headingText p {
    font-size: 16px;
    margin-top: 10px;
  }
  .cgc_landing .exp__beyond__headingText h3 {
    position: relative;
    font-size: 20px;
  }
  .cgc_landing .exp__beyond__paraText p {
    font-size: 16px;
    text-align: justify;
  }
  .cgc_landing .exp__beyond__paraText p {
    margin-top: 25px;
  }
  .cgc_landing .why__choose__us__left__icons {
    height: 500px;
    position: relative;
  }
  .cgc_landing .why__choose__us__left__icons::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url('../images/why-choose-cgc/why-choose-left-bg.png') no-repeat
      center;
    background-size: contain;
    width: 100%;
    height: 100%;
    margin-left: 25px;
  }
  .cgc_landing .foreign__deligates__content .foreign__deligate__heading h3 {
    font-size: 18px;
  }
  .cgc_landing .foreign__deligates__content .foreign__deligate__heading {
    margin-left: 0;
  }
  .cgc_landing .foreign__deligates {
    height: 100%;
  }
  .cgc_landing .experience__beyond__content {
    background-color: #ad274f;
    padding: 30px 30px 20px 30px;
  }
  .cgc_landing .experience__beyond__picture img {
    height: 385px;
  }
  .cgc_landing .foreign__deligates__headingText h3 {
    font-size: 28px;
  }
  .cgc_landing .cgc__scholarship__section {
    height: 100%;
  }
  .cgc_landing .cgc__scholarship__josh__logo {
    width: 280px;
  }
  .cgc_landing .scholarship__bottom__heading h3 {
    font-size: 30px;
  }
  .cgc_landing .scholarship__bottom__heading p {
    max-width: 85%;
    margin-top: 20px;
    line-height: 1.8rem;
    font-size: 18px;
  }
  .cgc_landing .scholarship__block__picture img {
    display: none;
  }
  .cgc_landing .cgc__scholarship__section .apply__now__btn {
    margin-top: 0 !important;
  }
  .cgc_landing .res-sec-pad {
    padding: 30px 0 0;
  }
  .cgc_landing .scholarship__block__content {
    padding: 50px 0;
  }
  .cgc_landing .scholarship__block__picture {
    display: none;
  }
  .cgc_landing .foreign__deligates.sec-padding {
    padding: 50px 0;
  }
  .cgc_landing .foreign-deligate__box {
    margin: 0 15px;
    transition: all 0.3s ease-in-out;
  }
  .why__choose__CGC__picture img {
    display: none;
  }
  .cgc_landing .feature-block-5 {
    right: -30%;
  }
  .cgc_landing .feature-block-2 {
    left: -56%;
  }
  .cgc_landing .feature-block-3 {
    position: absolute;
    left: -16%;
  }
  .cgc_landing .feature-block-6 {
    position: absolute;
    right: 2%;
  }
  .cgc_landing .top-heading h2 {
    padding-top: 0;
    font-size: 30px;
  }
  .cgc_landing .coe-heading h4 {
    font-size: 24px;
  }
  .cgc_landing .without-bottom-space::before {
    width: 83%;
  }
  .cgc_landing .icon-wrapper img {
    width: 70px;
  }
  .cgc_landing .icon-content p {
    font-size: 14px;
  }
  .cgc_landing .coe-heading p {
    font-size: 14px;
  }
  .cgc_landing .coe-slider .slider-picture img {
    border: 5px solid #fff;
  }
  .cgc_landing .coe_sec {
    height: 100%;
  }
  .cgc_landing .testimonial__section__top__content {
    padding: 20px 0px;
  }
  .cgc_landing
    .testimonial__section__top__content
    .testimonial__section__info
    h3 {
    font-size: 17px;
  }
  .cgc_landing .testimonial-section-bottom-line h2 {
    font-size: 21px;
  }
  .cgc_landing .cgc__scholarship__section.sec-padding {
    padding: 50px 0 0;
  }
  .cgc_landing .testimonial__section .pl-pr-70 {
    padding: 0 30px;
  }
  .cgc_landing .testimonial__section {
    height: 100%;
    padding: 50px 0;
  }
  .cgc_landing .footer__para {
    font-size: 13px;
  }
  .cgc_landing .why__choose__CGC__Jhanjeri .why__choose__CGC__headingText h3 {
    font-size: 28px;
  }
  .cgc_landing .feature__block__picture img {
    width: 70px;
    height: 70px;
  }
  .cgc_landing .feature__block__picture {
    width: 115px;
    height: 115px;
  }
  .cgc_landing .res-outer-circle {
    width: 83%;
  }
  .cgc_landing .res-outer-circle-2 {
    width: 85%;
  }
  .cgc_landing .gallery__section {
    height: 100%;
  }
  .cgc_landing .why__choose__us__left__icons {
    position: relative;
    height: 500px;
  }
  .cgc_landing .left-mg {
    margin-left: -46px;
    margin-right: 26px;
  }
  .cgc_landing .left-mg-2 {
    margin-right: -30px;
  }
  .cgc_landing .top-margin-one {
    margin-top: 115px;
    margin-left: -32px;
  }
  .cgc_landing .bottom-margin {
    margin-bottom: 75px;
    margin-left: -62px;
  }
  .cgc_landing .bottom-margin {
    margin-bottom: 115px;
  }
  .cgc_landing .empowering__future__para p {
    font-size: 15px;
  }
  .cgc_landing .excel__rise__picture__block {
    max-width: 47%;
  }
  .cgc_landing .empowering__future__para {
    padding: 1rem;
  }
  .cgc_landing .rise-excel-section-top {
    width: 74%;
  }
  .cgc_landing .rise__achieve__excel__section {
    padding: 50px 0;
  }
  .cgc_landing .program__offered__section.sec-padding {
    padding: 50px 0;
  }
  .cgc_landing .rise__excel__section__block {
    padding-top: 0;
  }
  .cgc_landing .empowering__future__heading h3 {
    font-size: 24px;
  }
  .cgc_landing .empowering__subHeading {
    font-size: 32px;
  }
  .cgc_landing .cgc__sholarship__heading__logo {
    max-width: 45%;
  }
  .cgc_landing .page__banner__apply__btn {
    width: 100% !important;
    justify-content: flex-end;
  }
  .cgc_landing .mobile-hide {
    display: none;
  }
  .cgc_landing .scholarship__block__content {
    margin-top: 0;
  }
  .cgc_landing .feature-block-5 .feature__icon__content p {
    margin-left: 10px;
  }
  .cgc_landing .why__choose__us__left__icons::before {
    margin-left: 37px;
  }
  .cgc_landing .why__choose__us__right__icons::after {
    margin-right: 55px;
  }
  .cgc_landing .feature__icon__content {
    margin-right: 0px;
    margin-top: 10px;
  }
  .cgc_landing .why__choose__us__right__icons::after {
    content: none;
  }
  .cgc_landing .why__choose__us__left__icons::before {
    content: none;
  }
  .cgc_landing .feature-block-4 .feature__icon__content p {
    margin-left: 0px;
  }
  .cgc_landing .feature__icon__block:hover .feature__icon__content{
    margin-top: 10px;
  }
  .cgc_landing .feature__icon__content p {
    font-size: 19px;
  }
  .cgc_landing .feature-block-6 .feature__icon__content p {
    margin-left: 0;
}
  .cgc_landing .why__choose__CGC__content {
    align-items: flex-start;
    justify-content: space-evenly;
  }
  .cgc_landing .feature__icon__block{
    position: unset;
    transform: unset;
    flex-direction: column;
    margin-bottom: 30px;
  }
  .cgc_landing .feature__icon {
    width: 90px;
    height: 90px;
  }
  .cgc_landing .feature__icon img {
    width: 40px;
    height: 45px;
  }
  .cgc_landing .why__choose__CGC__block {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
  }
  .testimonial__section__top {
    padding: 0 !important;
  }
  .cgc_landing .below-margin {
    margin-bottom: 10px;
  }
  .cgc_landing .slider-wrapper .life-pu-box {
    position: relative;
    width: 100%;
    height: 250px;
    overflow: hidden;
  }
  .cgc_landing .slider-wrapper .life-pu-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 100%;
    transform: unset;
  }
  .cgc_landing .life-pu-box {
    height: 210px;
  }
  .life-pu-box {
    margin-bottom: -7px;
  }
  .cgc_landing .slider-wrapper .slick-slide {
    width: 100%;
  }
  .cgc_landing .slick-slide {
    margin: 0;
    padding: 0;
  }
  .cgc_landing .slider-wrapper {
    width: 100%;
    overflow: hidden;
  }
  .cgc_landing .life-pu-description p {
    font-size: 15px;
    line-height: 1.3rem;
    width: 70%;
    padding: 0 0 0 15px;
  }
  .cgc_landing .international__Mous {
    height: 720px;
  }
  .cgc_landing .international__tie__ups__para p {
    padding: 0;
  }
  .cgc_landing .slider-row-2 {
    display: flex;
    flex-wrap: nowrap;
  }
  .cgc_landing .stat-block {
    padding: 15px 10px;
  }
  .cgc_landing .testimonial-stats .number {
    font-size: 29px;
  }
  .cgc_landing .testimonial-stats .text {
    text-align: left;
    font-size: 17px;
    line-height: 1.3;
  }
  .cgc_landing .top__recruiters__top__section .top__recruiters__heading h3 {
    font-size: 28px;
  }
  .cgc_landing .top__recruiters__heading p {
    font-size: 17px;
    line-height: 1.9rem;
  }
  .cgc_landing .program__offered__section__headingText h3 {
    font-size: 28px;
  }
  .cgc_landing .section-title {
    font-size: 28px;
  }
  .why__choose__feature__block.feature__box__3.top-margin.left-mg {
    margin-left: -40px;
    margin-right: 42px;
  }
  .cgc_landing .testimonial-section-bottom-line h2 {
    margin-top: 10px;
  }
  .cgc_landing .page__banner {
    background-position: left;
    height: 510px;
}
}
@media screen and (min-width: 1200px) and (max-width: 1300px) {
  .cgc_landing .empowering__future__heading h3 {
    font-size: 28px;
  }
  .cgc_landing .page__banner {
    background-position: left;
    height: 580px;
}
.feature__icon__block.feature-block-1.res-block-left.res-column.left-flex {
  position: relative;
  left: 3px;
}
  .cgc_landing .feature-block-5 {
    right: -29%;
  }
  .feature__icon__block.feature-block-1 {
    position: relative;
    left: 13px;
}
.feature__icon__block.feature-block-4 {
  position: relative;
  left: -14px;
} 
.cgc_landing .why__choose__CGC__content {
  margin-left: 3rem;
}
  .cgc_landing .placement__pathways__content p {
    font-size: 26px;
}
  .cgc_landing .top__recruiters {
    height: 730px;
    background-position: center;
  }
  .rankingthumb-content {
    padding-right: 10px;
  }
  .cgc_landing .scholarship__bottom__heading p {
    max-width: 93%;
  }
  .cgc_landing .feature__icon__content p {
    font-size: 17px;
  }
  .cgc_landing .empowering__subHeading {
    font-size: 36px;
  }
  .cgc_landing .testimonial-stats .number {
    font-size: 35px;
  }
  .cgc_landing .testimonial-stats .text {
    text-align: left;
    font-size: 19px;
  }
  .cgc_landing .programs-offered-picture {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  .cgc_landing .empowering__future__para p {
    text-align: justify;
    font-size: 16px;
  }
  .cgc_landing .excel__rise__picture__block {
    margin-top: 0px;
    max-width: 56%;
  }
  .cgc_landing .cgc-jhanjeri-headingText h3 {
    padding-bottom: 20px;
  }
  .cgc_landing .cgc-jhanjeri-headingText h3::after {
    content: "";
    width: 50%;
  }
  .cgc_landing .cgc-jhanjeri-headingText p {
    font-size: 20px;
    padding: 0 20px 0 0;
    line-height: 1.8rem;
  }
  .cgc_landing .bottom-margin {
    margin-bottom: 100px;
    margin-left: -25px;
  }
  .cgc_landing .cgc__sholarship__heading__logo {
    max-width: 80%;
  }
  .cgc_landing .scholarship__bottom__heading h3 {
    font-size: 26px;
  }
  .cgc_landing .tie__up__image__inner img {
    position: absolute;
    top: 24%;
    left: 29%;
    width: 470px;
  }
  .cgc_landing .exp__beyond__paraText p {
    margin-top: 21px;
    font-size: 16px;
  }
  .cgc_landing .feature-block-5 .feature__icon__content p {
    margin-left: 12px;
    font-size: 18px;
  }
  .cgc_landing .feature-block-2 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -57%;
  }
  .cgc_landing .feature__icon__content {
    margin-right: 18px;
  }
  .cgc_landing .why__choose__cgc__bottom__section {
    margin-left: 2rem;
  }
  .cgc_landing .feature-block-6 {
    position: absolute;
    right: 7%;
  }
  .cgc_landing .feature-block-3 {
    position: absolute;
    left: -7%;
  }
  .cgc_landing .why__choose__us__right__icons::after {
    margin-right: 60px;
  }
  .cgc_landing .why__choose__us__left__icons::before {
    margin-left: 22px;
  }
  .cgc_landing .coe_sec {
    height: 100%;
  }
  .cgc_landing .placement-stats {
    height: 283px;
    padding: 45px 20px 80px;
    background-size: cover;
  }
  .cgc_landing .placement-stats-bottom {
    margin-top: 0;
  }
  .cgc_landing .section-title {
    font-size: 28px;
    padding-top: 0px;
    padding-bottom: 17px;
  }
  .cgc_landing .stat-item h3 {
    font-size: 40px;
  }
  .cgc_landing .stat-item p {
    font-size: 16px;
  }
  .cgc_landing
    .testimonial__section__top__content
    .testimonial__section__info
    h3 {
    font-size: 18px;
  }
  .cgc_landing .testimonial__section__top__content {
    padding: 20px 0px;
  }
  .cgc_landing .cgc__scholarship__section .apply__now__btn {
    margin-top: 0;
    margin-bottom: 29ox;
  }
  .cgc_landing .international__tie__ups__para p {
    padding: 0px;
  }
  .cgc_landing .foreign__deligates {
    height: 100%;
  }
  .cgc_landing .foreign__deligates__content .foreign__deligate__heading h3 {
    font-size: 16px;
  }
  .cgc_landing .testimonial-section-bottom-line h2 {
    margin-top: 10px;
  }
  .cgc_landing .testimonial__section {
    height: 100%;
  }
  .cgc_landing .page__banner {
    background-position: left;
    height: 580px;
  }
  .cgc_landing .stat-block-content p {
    font-size: 18px;
  }
  .cgc_landing .resp-row {
    align-items: center;
  }
  .cgc_landing .empowering-section-img {
    max-width: 80%;
    width: 100%;
    height: auto;
  }
  .cgc_landing .scholarship__block__picture {
    position: absolute;
    bottom: 0;
    width: 530px;
  }
  .cgc_landing .cgc__scholarship__section {
    height: 650px;
  }
  .cgc_landing .scholarship__block__picture img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 1200px) {
  .rs-detail-item_all {
    width: auto;
  }
}
@media screen and (min-width: 1600px) {
  .cgc_landing .empowering__future__para p {
    text-align: justify;
    font-size: 21px;
  }
  .cgc_landing .lab-text {
    font-size: 18px;
}
.cgc_landing .lab-text {
  font-size: 21px;
}
  .cgc_landing .feature-block-6 {
    right: 3%;
}
.feature__icon__block.feature-block-4 {
  position: relative;
  left: -3px;
}
  .cgc_landing .stat-block-content p {
    font-size: 22px;
    font-weight: 500;
  }
  .cgc_landing .page__banner {
    height: 750px;
}
  .cgc_landing .header__logo__other img {
    max-width: 125px;
    width: 100%;
}
  .cgc_landing .international__Mous {
    height: 852px;
}
  .cgc_landing .cgc-jhanjeri-headingText h3 {
    font-size: 32px;
    padding-bottom: 15px;
  }
  .cgc_landing .cgc-jhanjeri-headingText h3::after {
    content: "";
    width: 41%;
  }
  .cgc_landing .cgc-jhanjeri-headingText p {
    font-size: 20px;
    padding: 0 20px 0 0;
    line-height: 1.8rem;
  }
  .cgc_landing .programs-offered-picture {
    max-width: 75%;
    width: 100%;
    height: auto;
  }
  .cgc_landing .empowering-section-img {
    max-width: 60%;
    width: 100%;
    height: auto;
  }
  .cgc_landing .empowering-section-img {
    max-width: 65%;
    width: 100%;
    height: auto;
  }
  .cgc_landing .testimonial-stats .number {
    font-size: 38px;
  }
  .cgc_landing .testimonial-stats .text {
    text-align: left;
    font-size: 22px;
    line-height: 1.3;
  }
  .cgc_landing .empowering-innovation-headingText h3 {
    font-size: 28px;
}
.cgc_landing .empowering-innovation-headingText p{
  font-size: 20px;
}
.cgc_landing .top__recruiters__heading p{
  font-size: 20px;
}
  .cgc_landing .innovation-stat-block {
    padding: 40px;
  }
  .cgc_landing .excel__rise__picture__block {
    max-width: 70%;
  }
  .cgc_landing .placement-stats {
    background-size: cover;
  }
  .cgc_landing .scholarship__block__picture img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  .cgc_landing .scholarship__block__picture {
    position: absolute;
    bottom: 0;
    width:700px;
  }
  .cgc_landing .tie__up__image__inner img {
    position: absolute;
    top: 24%;
    left: 35%;
    width: 470px;
}
.cgc_landing .page__banner {
  height: 735px;
}
  .cgc_landing .feature__block__content p {
    font-size: 18px;
  }
  .cgc_landing .life-pu-description p {
    font-size: 20px;
  }
  .cgc_landing .top__recruiters .slick-slide img {
    display: block;
    width: 210px;
    margin: 0 auto;
  }
  .cgc_landing .ranking-img {
    max-width: 72%;
    width: 100%;
  }
  .cgc_landing .ranking-nirf-img {
    max-width: 92%;
    width: 100%;
    height: auto;
  }
  .cgc_landing .placement__pathways__headingText h3 {
    font-size: 28px;
  }
  .cgc_landing .program__offered__section__headingText h3 {
    font-size: 28px;
  }
  .cgc_landing .international__tie__ups__heading h3{
    font-size: 28px;
  }
  .cgc_landing .bottom-margin {
    margin-bottom: 40px;
    margin-left: -20px;
  }
  .cgc_landing .feature__box__3 {
    margin-left: -15px;
  }
  .cgc_landing .feature__block__picture {
    width: 155px;
    height: 155px;
  }
  .cgc_landing .right-pad {
    padding-right: 10px;
  }
  .cgc_landing .header__right__section .header__logo__block img {
    width: 100%;
    max-width: 55%;
  }
  .cgc_landing .gallery__section .gallery__section__top__headingText p {
    font-size: 20px;
  }
}
@media screen and (min-width: 1800px) {
  .cgc_landing .empowering__future__para p {
    text-align: justify;
    font-size: 25px;
  }
  .cgc_landing .lab-text {
    font-size: 22px;
}
  .cgc_landing .lab-text {
    font-size: 26px;
}
.cgc_landing .page__banner {
  height: 840px;
}
  .cgc_landing .state-of-art-labs-headingText h2 {
    font-size: 34px;
    margin-bottom: 30px;
}
.cgc_landing .scholarship__block__picture img {
  max-width: 100% !important;
  width: 100%;
  height: auto;
}
.cgc_landing .header__logo__other img {
  max-width: 125px;
  width: 100%;
}
.cgc_landing .experience-beyond-stats {
  display: block;
  height: 100%;
  margin-right: 3rem;
}
.cgc_landing .content-para {
  font-size: 1.15rem;
  line-height: 1.8rem;
}
.cgc_landing .tab-content ul.ul-disc li {
  font-size: 1.2rem;
}
.cgc_landing .mba__overview__section .button.tsbs a {
  font-size: 1.1rem;
}
.cgc_landing .state-of-art-labs-headingText{
  padding-top: 0;
}
  .cgc_landing .empowering__future__heading h3 {
    font-size: 34px;
  }
  .cgc_landing .cgc-jhanjeri-headingText h3 {
    font-size: 34px;
    padding-bottom: 15px;
  }
  .cgc_landing .program__offered__section__headingText p {
    font-size: 20px;
}
  .cgc_landing .cgc-jhanjeri-headingText p {
    font-size: 21px;
    padding: 0 20px 0 0;
    line-height: 2rem;
  }
  .cgc_landing .cgc-jhanjeri-headingText h3::after {
    left: -10px;
  }
  .cgc_landing .empowering-innovation-headingText p {
    width: 70%;
  }
  .cgc_landing .top__recruiters__heading p {
    font-size: 20px;
    line-height: 1.9rem;
}
.cgc_landing .ranking__section__headingText p {
  font-size: 20px;
}
  .cgc_landing .innovation-stat-block {
    padding: 40px;
  }
  .cgc_landing .stat-block-picture img {
    width: 85px;
  }
  .cgc_landing .page__banner__apply__btn .apply__now__btn {
    font-size: 20px;
  }
  .cgc_landing .page-sub-heading h3 {
    font-size: 28px;
  }
  .cgc_landing .testimonial-stats .number {
    font-size: 38px;
  }
  .cgc_landing .testimonial-stats .text {
    text-align: left;
    font-size: 26px;
    line-height: 1.3;
  }
  .cgc_landing .placement__pathways__content h3 {
    font-size: 28px;
  }
  .cgc_landing .feature__block__picture {
    width: 175px;
    height: 178px;
  }
  .cgc_landing .feature__block__content p {
    font-size: 20px;
  }
  .cgc_landing .offered__programs__list > li > a {
    font-size: 18px;
  }
  .cgc_landing .diff__prgrams__list__box .progeam__list__heading h3 {
    font-size: 24px;
  }
  .cgc_landing .scholarship__block__picture {
    margin-top: 102px;
  }
 
  .cgc_landing .scholarship__bottom__heading p {
    line-height: 1.9rem;
    font-size: 22px;
  }
  .cgc_landing .tie__up__image__inner img {
    position: absolute;
    top: 24%;
    left: 36%;
    width: 470px;
  }
  .cgc_landing .international__tie__ups__heading h3 {
    font-size: 32px;
  }
  .cgc_landing .international__tie__ups__para p {
    text-align: center;
    font-size: 22px;
    padding: 0 80px;
    line-height: 2rem;
    width: 80%;
    margin: 15px auto 90px;
  }
  .cgc_landing .life-pu-description p {
    font-size: 24px;
    line-height: 2.2rem;
  }
  .cgc_landing .exp__beyond__paraText p {
    font-size: 26px;
  }
  .cgc_landing .exp__beyond__headingText h3 {
    position: relative;
    font-size: 28px;
  }
  .cgc_landing .foreign__deligates__headingText h3 {
    font-size: 30px;
  }
  .cgc_landing .testimonial-section-bottom-line h2 {
    font-size: 26px;
    font-weight: 500;
    line-height: 2.4rem;
  }
  .cgc_landing
    .testimonial__section__top__content
    .testimonial__section__info
    h3 {
    font-size: 26px;
  }
  .cgc_landing .testimonial__section__heading p {
    font-weight: 400;
    font-size: 22px;
  }
  .cgc_landing .gallery__section .gallery__section__top__headingText p {
    font-size: 22px;
  }
  .cgc_landing .top-heading h2 {
    font-size: 36px;
  }
  .cgc_landing .why__choose__cgc__headingText h3 {
    font-size: 30px;
  }
  .cgc_landing .feature__icon__content p {
    font-size: 22px;
    text-align: center;
  }
  .cgc_landing .feature-block-5 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -38%;
  }
  .cgc_landing .feature-block-2 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -59%;
  }
  .cgc_landing .feature-block-3 {
    position: absolute;
    left: -18%;
    bottom: 0px;
  }
  .cgc_landing .feature-block-6 {
    position: absolute;
    right: 0;
    bottom: 0px;
  }
  .cgc_landing .feature__icon__content {
    margin-right: 40px;
  }
  .cgc_landing .foreign__deligates__content .foreign__deligate__heading {
    text-align: center;
    margin-left: -125px;
  }
  .cgc_landing .foreign__deligates__content .foreign__deligate__heading h3 {
    font-size: 21px;
  }
  .cgc_landing .foreign__deligates__content .foreign__deligate__heading p {
    font-size: 20px;
  }
  .cgc_landing .slider .item__slider__block img {
    display: block;
    width: 235px;
    margin: 0 auto;
  }
 
  .cgc_landing .state-of-art-labs-headingText h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .cgc_landing .state-of-art-labs-headingText p {
    font-size: 24px;
  }
  .cgc_landing .life-pu-description {
    padding: 20px 35px;
  }
  .cgc_landing .top__recruiters .slick-slide img {
    display: block;
    width: 235px;
    margin: 0 auto;
  }
  .cgc_landing .excel__rise__picture__block {
    max-width: 84%;
    width: 100%;
  }
}
@media screen and (min-width: 1500px) and (max-width: 1599px) {
  .cgc_landing .empowering-section-img {
    max-width: 65%;
    width: 100%;
    height: auto;
  }
  .cgc_landing .why__choose__CGC__content {
    margin-left: 5rem;
}
.cgc_landing .page__banner {
  height: 693px;
}
  .cgc_landing .mobile-hide {
    display: none;
  }
  .cgc_landing .state-of-art-labs-headingText h2 {
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 1300px) and (max-width: 1400px) {
  .cgc_landing .excel__rise__picture__block {
    margin-top: 9px;
    max-width: 59%;
  }
  .why__choose__CGC__picture.text-center {
    margin-left: -1rem;
}
  .feature__icon__block.feature-block-1 {
    position: relative;
    left: 0px;
}
.feature__icon__block.feature-block-4 {
  position: relative;
  right: 2px;
}
  .cgc_landing .rise-excel-section-top {
    width: 76%;
  }
  .cgc_landing .scholarship__block__picture {
    position: absolute;
    bottom: 0;
    width: 570px;
  }
  .cgc_landing .cgc__scholarship__section {
    height: 650px;
  }
  .cgc_landing .scholarship__block__picture img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  .cgc_landing .cgc-jhanjeri-headingText h3::after {
    content: "";
    width: 48%;
  }
  .cgc_landing .cgc-jhanjeri-headingText h3 {
    padding-bottom: 15px;
  }
  .cgc_landing .cgc-jhanjeri-headingText p {
    font-size: 20px;
    padding: 0 20px 0 0;
    line-height: 1.9rem;
    text-align: justify;
  }
  .cgc_landing .bottom-margin {
    margin-bottom: 87px;
    margin-left: -9px;
  }
  .cgc_landing .exp__beyond__paraText p {
    margin-top: 36px;
    font-size: 19px;
  }
}

@media screen and (min-width: 1300px) and (max-width: 1480px) {
  .cgc_landing .empowering__future__para p {
    font-size: 18px;
  }
  .cgc_landing .top__recruiters {
    height: 750px;
  }
}
@media screen and (min-width: 1300px) and (max-width: 1399px) {
  .cgc_landing .scholarship__bottom__heading h3 {
    font-size: 24px;
    line-height: 2.4rem;
  }
  .cgc_landing .page__banner {
    height: 600px;
}
  .cgc_landing .testimonial-stats .number {
    font-size: 35px;
    color: #016db5;
}
.cgc_landing .why__choose__CGC__content {
  margin-left: 4rem;
}
.cgc_landing .testimonial-stats .text {
  text-align: left;
  font-size: 20px;
  line-height: 1.5;
}
.cgc_landing .tie__up__image__inner img {
  position: absolute;
  top: 24%;
  left: 29%;
  width: 470px;
}
}
@media screen and (min-width: 1400px) and (max-width: 1499px) {
  .cgc_landing .offered__programs__list > li > a {
    font-size: 17px;
    transition: all 0.3s ease-in-out;
  }
  .cgc_landing .page__banner {
    height: 664px;
}
  .cgc_landing .tie__up__image__inner img {
    position: absolute;
    top: 24%;
    left: 31%;
    width: 470px;
}
  .cgc_landing .why__choose__CGC__content {
    margin-left: 5rem;
}
  .cgc_landing .testimonial-stats .number {
    font-size: 36px;
  }
  .cgc_landing .testimonial-stats .text {
    text-align: left;
    font-size: 21px;
  }
  .cgc_landing .scholarship__bottom__heading h3 {
    font-size: 27px;
}
  
  .cgc_landing .cgc-jhanjeri-headingText h3 {
    padding-bottom: 15px;
  }
  .cgc_landing .cgc-jhanjeri-headingText p {
    font-size: 20px;
    padding: 0 20px 0 0;
    line-height: 1.8rem;
  }
  .cgc_landing .state-of-art-labs-headingText h2 {
    margin-bottom: 40px;
  }
   .cgc_landing .scholarship__block__picture {
    position: absolute;
    bottom: 0;
    width: 600px;
  }
  .cgc_landing .cgc__scholarship__section {
    height: 700px;
  }
  .cgc_landing .scholarship__block__picture img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1499.98px) {
 .cgc_landing .scholarship__block__picture {
    position: absolute;
    bottom: 0;
    width: 610px;
  }
  .cgc_landing .cgc__scholarship__section {
    height: 700px;
  }
  .cgc_landing .scholarship__block__picture img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 1500px) and (max-width: 1599.98px) {
 .cgc_landing .scholarship__block__picture {
    position: absolute;
    bottom: 0;
    width: 610px;
  }
  .cgc_landing .cgc__scholarship__section {
    height: 700px;
  }
  .cgc_landing .scholarship__block__picture img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 1700px) and (max-width: 1799px) {
  .cgc_landing .empowering__future__para p {
    width: 48%;
  }
  .cgc_landing .why__choose__CGC__content {
    margin-left: 5rem;
}
  .cgc_landing .excel__rise__picture__block {
    max-width: 78%;
    width: 100%;
  }
  .cgc_landing .international__Mous {
    height: 852px;
}
  .cgc_landing .top__recruiters {
    height: 810px;
  }
  .cgc_landing .content-para {
    font-size: 19px;
  }
  .cgc_landing .tab-content ul.ul-disc li {
    font-size: 18px;
  }
  .cgc_landing .placement-stats {
    height: 310px;
  }
  .cgc_landing .mobile-hide {
    display: none;
  }
  .cgc_landing .marquee {
    font-size: 18px;
  }
  .cgc_landing .testimonial-stats .text {
    text-align: left;
    font-size: 21px;
  }
  .cgc_landing .rankingthumb-content {
    padding-right: 10px;
    font-size: 18px;
  }
}

@media screen and (min-width: 1920px){
  .cgc_landing .page__banner {
    height: 860px;
}
}
