/* h1, h2, h3, h4, h5, h6 {
  font-family: inherit !important;
} */
 .bg-dark-yellow{
background: #FFF8F2  !important;
 }
 table tr:nth-child(even), .table-bg-even, table tr:nth-child(odd), .table-bg-odd {
    background: #F7F7F7 !important;
}
footer {
    background-color: rgba(8, 7, 8, 1) !important;
    color: #FFF;
    padding-bottom: 40px !important;
}
.section-yellow{
  background: #FECD46 !important; 
}
table td, table thead th {
    border: 1px solid #D5D5D5 !important;
}
#ProgrammeStudentAchievementsSection .achievements-list {
    width: 100% !important;
}
#ps-how-to-apply .custom-tabs .tab-nav, .custom-tabs .nav-tabs {
    border-top: 0 !important;
}
#IndustryImmersion > h4 {
  font-size: 28px;
  margin-bottom: 20px;
}
#ProgrammePoliciesSection .main-head h4 {
  font-size: 28px;
}
#ProgrammePlacementSection .main-head h3 {
  font-size: 28px;
  margin-bottom: 20px;
}
#ProgrammeResearchSection .main-head h3 {
  font-size: 28px;
  margin-bottom: 20px;
}
#ProgrammePlacementSection .scholarship-facts .fact-bax h3 {
  font-size: 30px;
  font-weight: 800;
}
#ProgrammeResearchSection .scholarship-facts .fact-bax h3 {
  font-size: 36px;
  font-weight: 800;
}
.scholarship-facts .fact-bax{
background: transparent;
}
.mobile-sticky-header .announcement-bar {
  bottom: 0;
  position: fixed;
  width: 100%;
  z-index: 99;
  background-color: #fecd46;
}
.announcement-bar .topbar-slider a {
  color: #000 !important;
}
.sticky-header #header-wrap {
  top: 0;
}
.page-slider {
  position: relative;
  padding: 0 !important;
}
.page-slider-image {
  background-repeat: no-repeat;
  background-size: cover;
  height: 720px;
  display: flex;
  align-items: center;
}
.page-slider-image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  pointer-events: none;
}
.page-slider-image .slider-content {
  position: relative;
  z-index: 9;
}
.page-slider-image h1 {
  color: #fff;
}
.page-slider-image .slider-btn {
  color: #000;
  background-color: #fecd46;
  display: inline-block;
  padding: 5px 15px;
  font-weight: 700;
  margin-top: 10px;
}
#pdesc {
  margin-top: 30px;
}
.form-container {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  max-width: 400px;
  width: 100%;
  position: absolute;
  top: 13%;
  right: 240px;
  /* height: 500px; */
  z-index: 99;
}
/* .hons-slider .slick-track {
  display: flex;
  margin-bottom: 30px;
} */
.innr-heading {
  font-weight: 700;
  font-size: 28px;
  color: #192335;
}
.hons-slider .hons-slider-item {
  border: 1px solid #000;
  display: grid;
  float: unset;
  margin-right: 20px;
  grid-template-columns: 200px auto;
}
.hons-slider .hons-slider-item .icon-section {
  background-color: #fcd34d;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hons-slider .hons-slider-item .icon-section img {
  width: auto !important;
}
.hons-slider .hons-slider-item .text-section {
  padding: 1.5rem;
  max-height: 180px;
}
.hons-slider .hons-slider-item .text-section h5 {
  font-weight: 700;
  font-family: inherit;
  color: 16px;
  color: #000;
}
.hons-slider .hons-slider-item .text-section a {
  font-weight: 600;
  text-decoration: none;
}
.program-note {
  margin: 40px 0 18px 0;
}
.program-description {
  display: grid;
  grid-template-columns: 70% 28%;
  gap: 20px;
}
.program-details-div .tieups #accrelogo img {
  width: 90px;
  height: auto;
}
.program-description.full-width {
  grid-template-columns: 100%;
}
.white-box-shadow {
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.17);
  background-color: #fff;
  padding: 24px;
}
.prog-links {
  display: flex;
  padding-top: 24px;
}
.ps-btn {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  padding: 12px 24px !important;
  background: #080708 !important;
  width: max-content !important;
  color: #fff !important;
}
.ps-btn:hover {
  color: #fff8f2 !important;
}
.yellow-accordion .accordion-item {
  border-radius: 0 !important;
  border: 0 !important;
  margin-top: 15px;
}
.yellow-accordion .accordion-item .accordion-button {
  background-color: #d9d9d9;
  color: #000;
}
.yellow-accordion .accordion-item .accordion-button:not(.collapsed) {
  background-color: #fecd46;
}
.yellow-accordion .accordion-item .accordion-button::after {
  content: "\e7a7";
  font-family: "font-icons";
  background-image: none;
  transform: unset;
  position: absolute;
  font-weight: 600;
  margin-top: auto;
  right: 15px;
  font-size: 24px;
  top: 10px;
}
.yellow-accordion .accordion-item .accordion-button:not(.collapsed)::after {
  content: "\e7a6";
  font-family: "font-icons";
  background-image: none;
  font-weight: 600;
  transform: unset;
  position: absolute;
  margin-top: auto;
  right: 15px;
  font-size: 24px;
  top: 10px;
}
.yellow-accordion .accordion-item .accordion-collapse {
  background-color: #eeeeee;
}
.yellow-accordion .accordion-item .accordion-header {
  padding: 0;
  margin-bottom: 0;
  background-color: transparent;
}
.companies-fact {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 10px;
}
.companies-fact .cfacts:nth-child(odd) {
  background: rgba(8, 7, 8, 0.05);
}
.companies-fact .cfacts:nth-child(even) {
  background: #fff;
}
.rank-container-full{
  grid-template-columns: 100% !important;
}
.rank-container .prog-tieup-logo img {
  height: auto !important;
}
.scholarship-facts .fact-bax {
  height: auto;
  padding: 40px;
}
.rank-container .news-slider .lpu-rank .rank-des {
  min-height: auto;
}
.FlipData h2 {
  font-size: 16px;
}
.FlipData p {
  font-size: 14px;
}
.pathwaydiv .note {
  font-size: 14px !important;
  font-weight: 500;
}
.electives-offered-curriculum,
#careerprossalient .tab-pane {
  background: #eeeeee;
  padding: 3px 20px;
}
 .navbar-new{
      background:#ffffff;
      padding:10px 18px;
      border-radius:5px;
      margin:18px;
      box-shadow:0 10px 25px rgba(0,0,0,.06);
    }

    .navbar-new ul{
      list-style:none;
      margin:0;
      padding:0;
      display:flex;
      gap:15px;
    }

    .navbar-new ul li a{
      text-decoration:none;
      padding:8px 14px;
      display:block;
      color:#111827;
      transition:.2s;
      font-weight:600;
    }

    .navbar-new ul li a:hover{
      background:#000000;
      color:#ffffff;
    }
/* media Query start */
@media (max-width: 1200px) {
  .form-container {
    right: 80px;
  }
}
@media (max-width: 1025px) {
  #ProgramPlacement .row .col-lg-6:first-of-type {
    display: none !important;
  }
  #ProgramPlacement .row .col-lg-6 {
    width: 100% !important;
  }
}
@media (max-width: 991px) {
  .program-description {
    grid-template-columns: 100%;
  }
  .companies-fact {
    grid-template-columns: 100%;
  }
  #ProgramResearch .row .col-lg-6:first-of-type {
    margin-bottom: 24px;
  }
}
@media (max-width: 840px) {
  #curr #degree_year .custom-tabs .tab-nav, .custom-tabs .nav-tabs {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
    }
  .process-steps {
    gap: 5px;
    margin-top: 10px;
  }
  .process-steps li a {
    padding: 10px 15px;
    font-weight: 700;
  }
  .form-container {
    max-width: 650px;
    position: relative;
    top: unset;
    right: unset;
    height: 500px;
    margin: 35px auto 0 auto;
  }
  .page-slider {
    padding-bottom: 36px !important;
  }
  #elect > ul, #electivecourses .tabs-panel.is-active{display:none!important;}
}
@media (max-width: 768px) {

  .form-container {
    margin: auto;
margin-top:24px;
  }
}
@media(max-width:600px){
.form-container {
        max-width: 380px;
     }
.rank-container {
    grid-template-columns: 100%;
    gap: 15px;
}
.rank-container .prog-tieup-logo{
  padding:45px 0;
}
.scholarship-facts .fact-bax {
    padding: 10px;
}
.scholarship-facts {
    padding: 15px;
}
#ProgrammeStudentAchievementsSection {
    background-image: unset;
    padding: 30px;
}
#ProgrammeStudentAchievementsSection .achievements-list {
    width: 100%;
    margin: 0;
}
}
/* media Query end */
 .nest-nav.fixed-nav {
    position: fixed;
    width: 100%;
    z-index: 99;
    top: 100px;
    left: 0;
    background-color: transparent;
}
.nest-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}
.nest-nav nav {
     background:#ffffff;
      padding:10px 18px;
      border-radius:5px;
      box-shadow:0 10px 25px rgba(0,0,0,.06);
}
.nest-nav nav ul {
 list-style:none;
      margin:0 !important;
      padding:0 !important;
      display:flex;
      gap:15px;
      position: relative;
}
.nest-nav nav ul li a{
      text-decoration:none;
      padding:8px 14px;
      display:block;
      color:#111827;
      transition:.2s;
      font-weight:600;
      border:none;
    }

   .nest-nav nav ul li a:hover, .nest-nav nav ul li.active a{
      background:#000000;
      color:#ffffff;
    }
    @media all and (max-width: 992px) {
        .nest-nav nav {
     background:transparent;
      padding:0;
      border-radius:0;
      box-shadow:0;
}
  .nest-nav nav ul li.nextdrop ul li a {
    color: #fff !important;
  }
  .nest-nav ul li a {
    color: #fff;
    border: transparent;
    font-size: 13px;
    text-transform: uppercase;
    padding: 10px 20px;
    display: block;
    font-weight: 500;
  }
  .nest-nav ul li:not(:first-child),
  .nest-nav ul li:not(:first-child) {
    margin: 0;
  }
  .nest-nav {
    background: #8c0001;
    position: fixed;
    top: 200px;
    z-index: 9999;
    width: 100%;
    border: 0;
    left: 0;
    justify-content: flex-end;
    padding: 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"] {
    display: block;
    background-color: #8c0001;
    padding: 10px 10px 0 10px;
    color: #fff;
    text-decoration: none;
    border: none;
    margin: 0;
    text-align: right;
    position: absolute;
    right: 0;
    z-index: 9;
  }
  .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%;
  }
  .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%;
  }
}
.external-links {
    margin-top: 25px !important;
}
.school-link .legend-btn .content {
    background: #fff !important;
}
.legend-btn{
border: 2px solid #bbbbbb !important;
}
.lpu-btn, .applynow{
background: #fecd46 !important;
}
.title::after {
  content: "";
  color: gold;
}