body {
  font-size: 14px;
}

.accrod-ul {
  margin-left: 1.5rem !important;
  justify-content: space-between !important;
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
}

.already-registered {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  padding: 0 0 24px 0;
  text-align: center;
}

.program-form {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  background: #fdfff7;
}

.nest-index-form {
  border: 50px solid #8c0001;
  padding: 50px;
}

.nest-index-forn-bg {
  background: #f4e3d0;
}

.over-visible {
  overflow: visible;
}

.test-hero {
  position: relative;
}

.test-hero img {
  margin-top: 100px;
}

.w-resp {
  width: 80%;
}

.test-hero .test-hero-text {
  position: absolute;
  padding: 70px;
  background-color: #8c0001;
  right: 0;
  top: 0;
  color: #fff;
  width: 50%;
}

.test-hero .test-hero-text p {
  margin: 0;
  line-height: 32px;
}

/* .test-hero .test-hero-text a {
  background: #fff;
  padding: 5px;
} */
.test-hero .test-hero-text a:hover {
  color: #fff;
}

.date-scholar {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.date-scholar-3col {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.landing-page-list {
  grid-template-columns: repeat(1, 1fr) !important;
}

.program-list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 24px;
  column-gap: 45px;
}

.program-list li a {
  display: flex;
  width: 100%;
  flex-direction: column;
  padding: 15px 0;
  color: #444;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}

.program-list li a span {
  display: block;
  font-size: 14px;
}

.program-list li a:after {
  content: "";
  background: url(https://dev.lpu.in/lpu-assets/images/icons/arrow-right-light.svg);
  background-repeat: no-repeat;
  width: 30px;
  height: 20px;
  transform: translateX(-10px);
  transition: all 0.4s;
  position: absolute;
  right: 0;
  top: 30px;
}

.program-list li a:hover:after {
  background: url(https://dev.lpu.in/lpu-assets/images/icons/black-arrow-right.svg);
  background-repeat: no-repeat;
  right: 0;
  transform: translateX(0);
}

.right-arrow li a:after {
  top: 15px !important;
}

.navi-logo {
  width: auto;
  height: 16px;
}

.without-arrow li a {
  display: block;
}

.without-arrow li a:after {
  content: unset;
}

.incredible-india-facts ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.single-column ul {
  grid-template-columns: repeat(1, 1fr) !important;
}

.nest-accordian .accordion-header .accordion-title {
  font-weight: 700;
  font-size: 18px;
  color: rgba(8, 7, 8, 0.6);
  display: flex;
  align-items: center;
}

.nest-accordian .accordion-header .accordion-title span {
  background: #efefef;
  padding: 10px;
  margin-right: 10px;
}

.nest-accordian .accordion-header.accordion-active .accordion-title span {
  background: #ef7d00;
}

.nest-accordian .accordion-header.accordion-active .accordion-title img {
  -webkit-filter: invert(1);
  filter: invert(1);
}

.nest-accordian .accordion-header:first-child {
  border-top: 1px solid #444;
}

.pathway .icon {
  background: #ef7d00;
  width: 80px;
  height: 80px;
  padding: 24px;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.drop-select select {
  background: transparent;
  border: 0;
  border-bottom: 2px solid #000;
  border-radius: 0;
  outline: 0;
  width: 100%;
  padding: 10px 0;
}

.dis-box {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin: 10px 15px;
  padding: 10px 0;
}

.innr-accordion {
  background: #f6f6f6;
  margin: 24px;
  padding: 24px;
}

.fee-tabs a {
  font-weight: 600;
  text-align: left;
}

.fee-tabs a small {
  font-weight: 500;
  font-size: 14px;
  display: block;
  margin-top: 5px;
}

.fs-prog>span {
  display: block;
}

.students-qualified {
  width: 60%;
  margin: 0 auto;
  border: 4px solid #ef7d00;
  display: flex;
  height: 110px;
  position: relative;
  align-items: center;
}

.students-qualified .success-story-content {
  background-color: #f6f6f6;
  position: absolute;
  left: -70px;
  padding: 10px;
}

.students-qualified a {
  position: absolute;
  right: -60px;
}

.nest-mobile-show {
  display: none;
}

.question {
  margin-bottom: 15px !important;
  padding-bottom: 15px !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}

.question h4 {
  margin-bottom: 10px !important;
}

.question p {
  margin-bottom: 10px !important;
}

.question ol {
  margin-left: 30px !important;
}

.question ol li {
  line-height: 35px;
}

.nest-rank {
  margin: 20px 0;
  gap: 20px;
}

.nest-rank .accreditations,
.nest-rank .ranking {
  background: #f5f0eb;
  padding: 20px;
}

.nest-rank.lpu-highlight-ranking .accreditations {
  padding: 0;
}

.nest-rank.lpu-highlight-ranking .accreditations .naac-logo,
.nest-rank.lpu-highlight-ranking .accreditations .law-logo {
  margin: 0;
}

.nest-rank .accreditations h4 span {
  color: #ed2126;
}

.nest-rank .accreditations .naac-logo {
  margin: 50px 0 0 0;
  width: 70%;
}

.nest-rank .accreditations .law-logo {
  margin: 50px 0 0 0;
  width: auto;
  height: 130px;
}

.other-facts .box {
  background: #f4e3d0;
  padding: 0 10px;
}

.ncard-title {
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.ncard-content {
  padding: 15px;
}

.ncard-content p {
  margin: 6px 0 0 0;
}

.ncard-content h3 {
  font-size: 21px;
}

.ncard-slider .ncard-img {
  overflow: hidden;
  height: 250px;
}

.ncard-slider .ncard-img img {
  width: 100%;
}

.prog-list ul.lpu-list li a {
  color: #080708;
}

.prog-list ul.lpu-list li a:hover {
  color: #ef7d00;
}

ul.lpu-list li a {
  color: #ef7d00;
}

.nest-innr-heading.heading-wraper {
  margin-bottom: 20px;
}

.nest-innr-heading p {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.6);
  width: 90%;
}

.last-date-ribbon {
  background: #ef7d00;
  color: #fff;
  padding: 15px;
  margin: 0;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
}

/* Custom Menu css */
.mobile-nav-icon {
  display: inline-block;
}

.mobile-nav-icon .bar1,
.mobile-nav-icon .bar2,
.mobile-nav-icon .bar3 {
  width: 30px;
  height: 3px;
  background-color: #fff;
  margin: 6px 0;
  transition: 0.4s;
}

.mobile-nav-icon.change .bar1,
.mobile-nav-icon.change .bar2,
.mobile-nav-icon.change .bar3 {
  width: 20px;
}

.mobile-nav-icon.change .bar1 {
  transform: translate(0, 8px) rotate(-45deg);
}

.mobile-nav-icon.change .bar2 {
  opacity: 0;
}

.mobile-nav-icon.change .bar3 {
  transform: translate(0, -10px) rotate(45deg);
}

.nest-nav.fixed-nav {
  position: fixed;
  width: 100%;
  z-index: 99;
  top: 103px;
  padding: 8px 0;
  left: 0;
  background-color: #f5efe3;
}

.nest-nav.fixed-nav ul {
  margin: 0;
}

.nest-nav .toggle,
.nest-nav [id^="drop"] {
  display: none;
}

.nest-nav {
  display: flex;
  justify-content: center;
  align-items: center;
}

.nest-nav nav {
  margin: 0;
  padding: 0;
}

.nest-nav nav:after {
  content: "";
  display: table;
  clear: both;
}

.nest-nav nav ul {
  list-style: none;
  padding: 0;
  margin: 20px 0 0 0;
  display: flex;
  position: relative;
}

.nest-nav ul li:not(:first-child) {
  margin: 0 10px;
}

.nest-nav ul li:first-child {
  margin-left: 0;
  margin-right: 10px;
}

.nest-nav ul li a {
  color: #080708;
  border: 1px solid rgba(8, 7, 8, 0.1);
  font-size: 14px;
  text-transform: uppercase;
  padding: 8px 20px;
  display: block;
}

.nest-nav ul li ul li:not(:last-child) a {
  border-bottom: none !important;
}

.nest-nav nav li.nextdrop a {
  font-size: 14px;
  text-transform: uppercase;
  display: block;
  padding: 8px 35px 8px 20px;
}

.nest-nav nav ul li.nextdrop ul li a {
  display: block;
  text-decoration: none;
  margin: 0;
  padding: 14px;
  color: #fff;
  font-size: 14px;
  border-radius: 0;
  color: #080708;
}

.nest-nav nav ul li.nextdrop ul li {
  margin: 0;
}

.nest-nav nav ul li.nextdrop ul li a:hover {
  color: #ef7d00;
  background: rgba(246, 130, 35, 0.2) !important;
  border-color: transparent;
}

.nest-nav nav a:hover,
.nest-nav nav a.active {
  background: rgba(246, 130, 35, 0.2) !important;
}

.nest-nav nav ul ul {
  display: none;
  position: absolute;
  z-index: 9;
  background: #fdfff7;
  border-top: 2px solid #ef7d00;
  margin: 0;
}

.nest-nav nav ul li:hover>ul {
  display: inherit;
}

.nest-nav nav ul ul li {
  float: none;
  display: list-item;
  position: relative;
}

.nest-nav nav ul ul ul li {
  position: relative;
  top: -60px;
  left: 170px;
}

.nest-nav li>a:after {
  content: "\e7a7";
  font-family: font-icons;
  position: absolute;
  margin-left: 7px;
}

.nest-nav li>a:only-child:after {
  content: "";
}

.nest-qualified {
  width: 70%;
  height: 90px;
}

.nest-qualified .success-story-content {
  background-color: #fdfff7;
  left: -60px;
}

.nest-qualified .success-story-content h3 {
  font-size: 22px;
}

.scholarships .facts {
  font-size: 22px;
}

.scholarships .facts-content {
  margin: 10px 0 15px 0;
}

.nest-accordion ul.lpu-list li a {
  color: #444;
}

.nest-accordion ul.lpu-list li a:hover {
  color: #ef7d00;
}

.prog-list ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 24px;
}

.phd .prog-list ul {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 0 24px;
}

/* .phd .prog-list ul, */
.prog-list ul.three-col {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 24px;
}

@media (max-width: 1370px) {
  .heading-wraper .main-head p span {
    display: block;
  }
}

@media all and (max-width: 1030px) {
  .nest-nav nav ul li.nextdrop ul li a {
    color: #fff !important;
    padding: 10px;
    font-size: 13px !important;
  }

  .nest-nav nav ul li a,
  .nest-nav .toggle {
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    padding: 15px;
    display: block;
    font-weight: 500;
    border: none !important;
    margin: 0;
  }

  .nest-nav ul li:not(:first-child),
  .nest-nav ul li:not(:first-child) {
    margin: 0;
  }

  .nest-nav {
    position: fixed;
    top: 230px;
    z-index: 9999;
    width: 100%;
    border: 0;
    justify-content: flex-end;
    left: 0;
  }

  .nest-nav nav li.nextdrop a.dropa {
    display: none !important;
  }

  .nest-nav nav {
    margin: 0;
  }

  .nest-nav .toggle+a,
  .nest-nav .menu {
    display: none;
  }

  /* .nest-nav .toggle {
    display: block;
    background-color: #8c0001;
    padding: 14px 20px;
    color: #fff;
    text-decoration: none;
    border: none;
    margin: 0;
    font-weight: 500;
  } */
  .nest-nav .menu .toggle:after {
    content: "\eb1f";
    font-family: "font-icons";
    font-size: 10px;
    margin-left: 6px;
  }

  .nest-nav .menu .plusMinus.toggle:after {
    content: "\e71e";
    font-family: "font-icons";
    font-size: 10px;
    margin-left: 6px;
  }

  .nest-nav .toggle[for="drop"] .nav-toggle {
    display: block;
    background-color: #8c0001;
    padding: 10px;
    color: #fff;
    text-decoration: none;
    border: none;
    margin: 0;
    text-align: right;
    position: absolute;
    right: 0;
    z-index: 9;
  }

  .nest-nav .toggle[for="drop"] .nav-toggle.change {
    background: transparent;
    top: 40px;
    padding: 0;
    right: 10px;
  }

  .nest-nav [id^="drop"]:checked+ul {
    display: block;
    margin: 0;
  }

  .nest-nav nav ul li {
    margin: 0px;
    display: inline-block;
    float: left;
    background-color: #8c0001;
    position: relative;
    display: block;
    width: 100%;
    border-bottom: 1px solid rgb(255, 255, 255, 0.3);
  }

  .nest-nav nav ul ul .toggle,
  .nest-nav nav ul ul a {
    padding: 0 40px;
  }

  .nest-nav nav ul ul ul a {
    padding: 0 80px;
  }

  /* .nest-nav nav a:hover,
  .nest-nav nav ul ul ul a {
    background-color: #000000;
  } */
  .nest-nav nav ul li ul li .toggle,
  .nest-nav nav ul ul a,
  .nest-nav nav ul ul ul a {
    padding: 14px 20px;
    color: #fff;
  }

  .nest-nav nav ul li ul li .toggle,
  .nest-nav nav ul ul a {
    background-color: rgba(0, 0, 0, 0.2);
  }

  .nest-nav nav ul ul {
    float: none;
    position: static;
    color: #ffffff;
    width: 100%;
  }

  .nest-nav nav ul ul li:hover>ul,
  .nest-nav nav ul li:hover>ul {
    display: none;
  }

  .nest-nav nav ul ul li {
    display: block;
    width: 100%;
  }

  .nest-nav nav ul ul ul li {
    position: static;
  }
}

@media all and (max-width: 330px) {
  .nest-nav nav ul li {
    display: block;
    width: 94%;
  }
}

/* Custom Menu css */
@media (max-width: 1200px) {
  .left-image-card .left-image-content {
    padding: 30px;
    margin-left: 0;
    padding-left: 30px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .left-image-card .left-image-body {
    overflow: hidden;
    height: 450px;
  }

  .left-image-card .left-image-body img {
    position: absolute;
    top: 0;
    width: 100%;
  }

  .placement-grid {
    grid-template-columns: 45% 50% !important;
  }

  .nest-desktop-show {
    display: none;
  }

  .nest-mobile-show {
    display: block;
  }

  .nest-nav nav li.nextdrop a,
  .nest-nav ul li a {
    font-size: 15px !important;
  }

  .test-hero img {
    margin-top: 0;
    width: 100%;
  }

  .test-hero .test-hero-text {
    position: relative;
    padding: 30px;
    background-color: #8c0001;
    right: 0;
    top: 0;
    color: #fff;
    width: 100%;
  }
}

@media (max-width: 1030px) {
  .nest-rank .accreditations {
    min-height: 310px;
  }

  .nest-rank .slick-slide {
    margin: 0 24px;
  }

  .ncard-content {
    height: 180px;
  }

  .nest-rank .accreditations .lpu-rank {
    margin: 0;
  }

  .lpu-highlight-ranking .lpu-rank {
    margin: 0 25px 25px 25px;
  }

  .placement-grid {
    grid-template-columns: 100% !important;
  }

  .nest-engineering .heading-wraper {
    margin-bottom: 10px;
  }

  #eligibility div>img,
  #g-nest-form img {
    display: none;
  }

  .incredible-india-facts ul {
    grid-template-columns: repeat(2, 1fr);
  }

  .ncard-slider .ncard-img {
    height: 350px;
  }

  /* .test-hero {
          display: flex;
          align-items: center;
        }
        .test-hero .test-hero-text {
          position: unset;
        }
        .test-hero .test-hero-text {
          padding: 30px;
        }
        .test-hero img {
          margin-top: 0;
          width: 50%;
        } */
  @media (max-width: 990px) {
    .prog-list ul {
      grid-template-columns: repeat(1, 1fr);
    }

    .phd .prog-list ul {
      grid-template-columns: repeat(2, 1fr);
    }

    .nest-logo {
      margin-bottom: 20px;
    }
  }

  @media (max-width: 770px) {
    .program-list {
      grid-template-columns: repeat(1, 1fr);
    }

    .nirf-logo {
      text-align: center;
    }

    .nirf-logo img {
      width: 60%;
    }
  }

  @media (max-width: 600px) {
    .w-resp {
      width: 100%;
    }

    .phd .prog-list ul {
      grid-template-columns: repeat(1, 1fr);
    }

    .left-image-card .left-image-body {
      height: auto;
    }

    .left-image-card .left-image-body img {
      position: relative;
    }

    .date-scholar .row,
    .date-scholar-3col .row {
      margin: 0;
    }

    .date-scholar,
    .date-scholar-3col,
    .incredible-india-facts ul {
      grid-template-columns: repeat(1, 1fr);
    }

    .incredible-india-facts {
      padding: 0;
    }
  }

  @media (max-width: 500px) {
    .nirf-logo img {
      width: auto;
    }
  }
}

/* how to apply process tabs start */
.custom-process-tabs ul.custom-step-5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.custom-process-tabs ul.custom-step-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.custom-process-tabs>ul>li {
  padding: 0 10px;
}

.custom-process-tabs li a .prog-tick-box {
  background-color: #d9d9d9;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.custom-process-tabs li a .prog-tick-box .prog-tick {
  background: url(https://dev.lpu.in/lpu-assets/images/icons/prog-tick-b.svg);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
}

.custom-process-tabs li.ui-tabs-active a .prog-tick-box .prog-tick,
.custom-process-tabs li:hover a .prog-tick-box .prog-tick {
  background: url(https://dev.lpu.in/lpu-assets/images/icons/prog-tick-w.svg);
}

.custom-process-tabs li a:hover {
  background-color: #ef7d00 !important;
  border-color: #ef7d00 !important;
}

.custom-process-tabs li h5 {
  font-family: inherit;
  font-weight: 600 !important;
  color: #444 !important;
}

.custom-process-tabs li.active a .prog-tick-box,
.custom-process-tabs li.ui-tabs-active a .prog-tick-box {
  background: #ef7d00;
}

.custom-process-tabs li.ui-tabs-active h5,
.custom-process-tabs li:hover h5 {
  color: #ef7d00;
}

@media (max-width: 600px) {
  .nest-index-form {
    padding: 20px;
    border: 15px solid #8c0001;
  }

  .program-list li a {
    font-size: 16px;
    padding: 15px 50px 15px 0;
  }

  .nest-index-form .npf_wgts {
    margin-top: 24px;
  }

  .custom-process-tabs>ul {
    background-color: #f9f7ed;
    width: 100%;
  }

  .custom-process-tabs ul li a {
    padding: 10px 6px;
    text-align: left;
    border-bottom: 1px solid rgb(8, 7, 8, 0.7);
    display: block;
  }

  .custom-process-tabs li a .prog-tick-box {
    display: none;
  }

  .custom-process-tabs ul.custom-step-5 {
    grid-template-columns: repeat(1, 1fr);
  }

  .custom-process-tabs li {
    text-align: left;
  }

  .custom-process-tabs ul.custom-step-5.custom-select-list {
    display: none;
  }

  .custom-process-tabs .lpu-btn {
    padding: 8px 10px !important;
    font-size: 13px;
    margin-top: 20px;
  }

  .custom-process-tabs li.active a,
  .custom-process-tabs li.ui-tabs-active a {
    background-color: transparent !important;
    text-shadow: none;
    border-color: rgb(8, 7, 8, 0.7) !important;
  }
}

/* how to apply process tabs end */
.lpu-nest-video {
  background: #f5f4ec;
}

.lpu-nest-video .lpu-nest-video-image {
  margin-top: -80px;
  padding: 0;
  margin-bottom: -80px;
}

.video-btn-span {
  background: #ef7d00;
  border-radius: 50%;
  padding: 6px;
  width: 22px;
  height: 22px;
  line-height: 8px;
  text-align: center;
  transition: background 0.6s ease-in-out;
  margin-right: 8px;
}

.lpu-nest-video .link-btn:hover img {
  -webkit-filter: hue-rotate(10deg);
  filter: hue-rotate(10deg);
  transform: unset;
  transition-duration: 0.4s;
}

.lpu-nest-video .link-btn:hover .video-btn-span {
  background: #000;
}

@media (max-width: 770px) {
  .lpu-nest-video .lpu-nest-video-image {
    margin: 0;
  }
}

@media (max-width: 600px) {
  .lpu-nest-video {
    margin: 0 10px;
  }
}

.placement-grid {
  grid-template-columns: 40% 40%;
}

.heading-wraper {
  margin-bottom: 0px !important;
}

.imp-dt-section,
.imp-dt-container {
  padding: 0px !important;
}