body {
  background: #e9ebdf !important;
}
section {
  padding: 30px 0 !important;
}
/* section:nth-child(1n){
background: #FDFFF7 !important;
}
section:nth-child(2n){
background: #fcfaed !important;
}
div:has(section):has(section){
background: #fcfaed !important;
}
div:has(section){
background: #000 !important;
} */
#myTab li a {
  color: #444 !important;
}

#areaPD br{
  display: block;
}
a.popup-box{
  color: #fff !important;
}
.nest-accordian {
  margin: 0;
}
.nest-accordian .accordion-content:last-child {
  padding-bottom: 0 !important;
}
.programmes-search .custom-accordion .togglet {
  padding: 15px 5px !important;
}
.text-right {
  text-align: right;
}
.fright {
  float: right;
}
.fleft {
  float: left;
}
.edit-search {
  cursor: pointer;
}
.prog-custom-steps {
  /* display: flex;
    justify-content: space-around;
    align-items: center; */
  list-style: none;
  text-align: center;
}
.prog-custom-steps li {
  position: relative;
}
.prog-custom-steps li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
}
.prog-custom-steps li a .prog-tick-box {
  background-color: #d9d9d9;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.prog-custom-steps li a .ps-heading {
  font-weight: 600;
}
.electives-offered-curriculum {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 24px;
}
#ps-fee .custom-tabs .nav-tabs li a {
  font-weight: normal !important;
}
.heading-wraper {
  margin-bottom: 10px;
}
.heading-wraper .main-head h1#pname {
  font-size: 26px;
  max-width: 100%;
}
/* .curriculum-term-grid{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 24px;
} */
/* .ps-text .prog-tick-box {
    background-color: #d9d9d9;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.prog-tick{
    width: 25px;
    filter: invert(1);
}
.prog-custom-steps li.ps-text2 .prog-tick-box, .prog-custom-steps li.ps-text1 .prog-tick-box, .prog-custom-steps li.ps-text:hover .prog-tick-box  {
    background-color: #F58220;
}
.prog-custom-steps li.ps-text2 .prog-tick-box img, .prog-custom-steps li.ps-text1 .prog-tick-box img, .prog-custom-steps li.ps-text:hover .prog-tick-box img{
    filter: invert(0);
}*/
#programme-highlights > section h4 {
  font-size: 1.5rem;
  margin-bottom: 15px;
}
.hide {
  display: none;
}
.prog-custom-steps li a .ps-content {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 150px;
  white-space: nowrap;
}
.prog-custom-steps li:after {
  content: "";
  position: absolute;
  width: 100%;
  border-top: 7px solid #f9f7ed;
  left: 0;
  right: 0;
  top: 24%;
  z-index: 0;
}
.prog-custom-steps li:first-child:after {
  left: auto;
  width: 50%;
}
.prog-custom-steps li:last-child:after {
  right: auto;
  width: 50%;
}
.prog-custom-steps li.ps-text2:after {
  border-color: rgb(245, 130, 32);
}
.prog-custom-steps li.ps-text1:after {
  border-color: rgba(245, 130, 32, 0.2);
}

.ps-breadcrumb {
  display: flex;
}
.ps-breadcrumb li {
  position: relative;
}
.ps-breadcrumb li a {
  display: block;
  padding: 0 15px;
}
.ps-breadcrumb li a:after {
  content: "/" !important;
  position: absolute;
  right: 0;
}

.ps-breadcrumb li:after,
.ps-breadcrumb li.ps-text2:after,
.ps-breadcrumb li.ps-text1:after {
  border-top: 0 !important;
}

.ps-bar-details h4,
#Streem h4 {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
/* #resultpanels .tabs-panel {
  background-color: #fcfaed !important;
} */
#resultpanels .tabs-panel .ps-bar-details {
  padding: 20px;
}
#resultpanels .tabs-panel .ps-bar-details ul {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0 10px;
}
#resultpanels .tabs-panel .ps-bar-details ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important;
  padding: 10px 0 10px 10px;
}
.programmre-type {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0 10px;
  line-height: 35px;
}
.programmre-type div {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}
.programmre-type label {
  position: relative;
  width: 100%;
  font-size: 15px;
  color: #444 !important;
  font-weight: 500;
  padding-left: 10px;
}
.programmre-type label::before {
  /* background-image: url(../images/icons/un-selected-arrow.svg) !important; */
  position: absolute;
  left: 0;
  top: 8px;
  border: 0 !important;
  border-radius: 0 !important;
  background-color: transparent;
}
.radio-style:checked + .radio-style-2-label {
  padding-left: 30px !important;
  color: #f58220 !important;
  font-weight: 600;
}
.radio-style:checked + .radio-style-2-label:before {
  background-image: url(../images/icons/selected-arrow.svg) !important;
  background-repeat: no-repeat !important;
  background-color: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}
.disciplinebox ul li {
  /* background-image: url(../images/icons/un-selected-arrow.svg) !important;
        background-repeat: no-repeat !important;
        background-color: transparent;
        background-size: 15px;
        background-position: left 15px; */
  position: relative;
}
.disciplinebox ul li.active,
.streembox ul li.active {
  background-image: url(../images/icons/selected-arrow.svg) !important;
  background-color: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px 0 10px 30px !important;
  background-repeat: no-repeat !important;
  background-size: 15px;
  background-position: left 15px;
  font-weight: 600;
  color: #f58220;
}
/* .tabs-panel .ps-bar-details ul li{
padding-left:0 !important;
        } */
.prog-custom-steps {
  /* display: flex;
    justify-content: space-around;
    align-items: center; */
  list-style: none;
  text-align: center;
}
.prog-custom-steps li {
  position: relative;
}
.prog-custom-steps li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
}
.process-steps li a {
  background-color: #d9d9d9;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.prog-custom-steps li a .ps-heading {
  font-weight: 600;
  padding-top: 10px;
}
.prog-custom-steps li a:hover .ps-heading {
  color: #ef7d00;
}
.prog-custom-steps li a .ps-content {
  color: #444;
  font-size: 15px;
}
/* .ps-text .prog-tick-box {
    background-color: #d9d9d9;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
} */
/* .prog-tick{
    width: 25px;
    filter: invert(1);
} */
.prog-custom-steps li.ps-text2 .prog-tick-box,
.prog-custom-steps li.ps-text1 .prog-tick-box,
.prog-custom-steps li.ps-text:hover .prog-tick-box {
  background-color: #f58220;
}
/* .prog-custom-steps li.ps-text2 .prog-tick-box img, .prog-custom-steps li.ps-text1 .prog-tick-box img, .prog-custom-steps li.ps-text:hover .prog-tick-box img{
    filter: invert(0);
} */
.hide {
  display: none;
}
.prog-custom-steps li a .ps-content {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 150px;
  white-space: nowrap;
}
.prog-custom-steps li:after {
  content: "";
  position: absolute;
  width: 100%;
  border-top: 7px solid #f9f7ed;
  left: 0;
  right: 0;
  top: 24%;
  z-index: 0;
}
.prog-custom-steps li:first-child:after {
  left: auto;
  width: 50%;
}
.prog-custom-steps li:last-child:after {
  right: auto;
  width: 50%;
}
.prog-custom-steps li.ps-text2:after {
  border-color: rgb(245, 130, 32);
}
.prog-custom-steps li.ps-text1:after {
  border-color: rgba(245, 130, 32, 0.2);
}
#selstanding.programmre-type {
  grid-template-columns: repeat(3, 1fr);
}
.prog-search .search-box {
  display: inline-block;
  width: 94%;
}
.prog-search .search-box input {
  width: 100%;
  border: none;
  background: transparent;
  border-bottom: 1px solid #ef7d00;
  padding: 10px;
}
.prog-search .search-btn {
  display: inline-block;
  background: #ef7d00;
  padding: 10px 15px;
}
.search-title {
  font-size: 20px;
  margin-bottom: 10px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.search-title span {
  color: #ef7d00;
}
.noresult {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.4);
}
/* #SearchResultText .phead,
#AdvanceSearchResult .phead,
#programs .phead {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #ef7d00;
} */
#SearchResultText .phead,
#AdvanceSearchResult .phead,
#programs .phead {
  /* font-size: 16px;
  font-weight: 600;
  margin: 10px 0;
  color: #ef7d00;
  display: block;
  padding: 8px;
  background: rgba(0, 0, 0, 0.05); */
  font-size: 18px;
  border-bottom: 2px solid rgba(68, 68, 68, 0.1);
  padding-bottom: 5px;
  margin-bottom: 20px;
  font-weight: 700;
  color: #000 !important;
}
#SearchResultText .prog-link-div,
#AdvanceSearchResult .prog-link-div,
#programs .prog-link-div {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
#SearchResultText .prog-link-div .pcount,
#AdvanceSearchResult .prog-link-div .pcount,
#programs .prog-link-div .pcount {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
}
#programs .prog-link-div label {
  margin: 0;
}
#SearchResultText .pcount label,
#AdvanceSearchResult .pcount label {
  font-size: 14px;
  font-weight: 600;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  width: 100%;
  padding: 10px 0;
  min-height: 80px;
}
#SearchResultText .pcount label::before,
#AdvanceSearchResult .pcount label::before {
  display: none;
}
#SearchResultText .pcount label .progname,
#AdvanceSearchResult .pcount label .progname,
#programs .pcount label .progname {
  font-weight: 600;
  color: rgba(0, 0, 0, 0.7);
}
#SearchResultText .pcount label .pduration,
#AdvanceSearchResult .pcount label .pduration,
#programs .pcount label .pduration {
  color: #444;
  font-size: 12px;
  font-weight: normal;
}
#programs .pcount label .progname {
  padding-right: 30px;
  text-transform: capitalize;
  letter-spacing: normal;
  margin-bottom: 10px;
}
#programs .pcount label .progname img {
  margin: 0;
}
#programs .pcount label .progname strong {
  /* display: block; */
  margin: 15px 0;
}
/*#programs .pcount label .progname strong {
   position: absolute;
   left: 0;
}
#programs .pcount label .pduration{
    color: #444;
    font-size: 12px;
    font-weight: normal;
    padding-left: 30px;
} */
#adSearch .adSearch-Heading {
  font-size: 22px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-weight: 600;
  margin-bottom: 10px;
  color: #ef7d00;
  text-transform: uppercase;
}
#adSearch .adSearch-Heading span {
  font-size: 15px;
  color: #666;
  text-transform: none;
}
#adSearch #selstandingAdvanced {
  display: flex;
  padding: 15px 0;
}
#adSearch #selstandingAdvanced div {
  margin-right: 20px;
}
#adSearch #selstandingAdvanced div label {
  font-size: 14px;
  font-weight: 600;
  width: 100%;
  padding-left: 30px !important;
}
#adSearch .ads-bg-heading {
  font-size: 14px;
  font-weight: 600;
  width: 100%;
  padding: 5px 0;
}
#adSearch #adSubjectList {
  display: flex;
}
#adSearch #adSubjectList label {
  padding-left: 0 !important;
  margin-bottom: 0;
  margin-right: 20px;
  display: flex;
}
#adSearch #adSubjectList label input {
  margin-right: 10px;
}
.news-slider .slick-slide {
  padding: 0 20px;
}
.lpu-highlight-ranking .lpu-rank .rank-no span {
  display: none;
}
.scholarship-facts .call-action {
  width: 100%;
  text-align: end;
}
.slider-section {
  padding-bottom: 0 !important;
}

.courses-with-industry-grid .courses-with-industry-innr {
  background-color: #f5efe3 !important;
  padding: 20px;
  min-height: 260px;
}
.courses-with-industry-grid .courses-with-industry-innr.slick-slide {
  margin: 0 10px;
}
.courses-with-industry-grid .courses-with-industry-innr h4 {
  font-size: 22px !important;
  font-family: inherit;
  margin-bottom: 5px;
  border-bottom: 1px solid rgb(68, 68, 68, 0.3);
}
.programme-architects-slider .programme-architects-slide {
  margin: 0 10px;
  background: #fff;
  padding: 20px;
}
.programme-architects-slider .programme-architects-slide {
  margin: 0 10px;
  background: #fff;
  padding: 60px 10px;
  text-align: center;
}
.programme-architects-slider
  .programme-architects-slide
  .programme-architects-slide-img
  img {
  width: auto;
  border-radius: 50%;
}
.programme-architects-slider
  .programme-architects-slide
  .programme-architects-slide-img {
  display: flex;
  justify-content: center;
}
.programme-architects-slider .programme-architects-slide h4 {
  font-size: 20px !important;
  font-family: unset;
  margin: 10px 0 0 0 !important;
}
.programme-architects-slider .programme-architects-slide p {
  margin: 0;
}
@media (max-width: 1366px) {
  .courses-with-industry-grid .courses-with-industry-innr {
    min-height: 280px;
  }
}
@media (max-width: 1200px) {
  .courses-with-industry-grid .courses-with-industry-innr {
    min-height: 330px;
  }
}
@media (max-width: 600px) {
  .courses-with-industry-grid .courses-with-industry-innr {
    min-height: 250px;
  }
}
@media (max-width: 991px) {
  .discipline-search-wrapper {
    flex-direction: column;
  }
  .discipline-search-wrapper h4,
  .discipline-search-wrapper .discipline-search {
    padding: 0 !important;
  }
  .discipline-search-wrapper.ps-bar-details {
    padding: 0 !important;
  }
  .discipline-search {
    margin-top: 10px;
  }
  .slider-section {
    padding-bottom: 60px !important;
  }
  #SearchResultText .prog-link-div,
  #AdvanceSearchResult .prog-link-div,
  #programs .prog-link-div {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  #SearchResultText .prog-link-div,
  #AdvanceSearchResult .prog-link-div,
  #programs .prog-link-div {
    grid-template-columns: repeat(1, 1fr);
  }
  .legend-btn:last-child {
    margin-top: 24px;
  }
}
#section-courses .slider-box {
  overflow: hidden;
  height: 522px;
  display: flex;
  align-content: center;
  justify-content: center;
}
#section-courses .slider-box img {
  width: 100%;
}
#course-filter .heading-wraper .main-head h1 {
  text-wrap: wrap !important;
}
/* 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: 9;
  top: 141px;
  left: 0;
  background-color: #d9d9d9;
}
.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;
  padding: 8px 0;
}
.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;
  display: flex;
  position: relative;
  margin-bottom: 0 !important;
}
.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: 13px;
  text-transform: uppercase;
  padding: 5px 10px;
  display: block;
}
.nest-nav nav li.nextdrop a {
  font-size: 16px;
  text-transform: uppercase;
  display: block;
  padding: 10px 35px 10px 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 {
  color: #FFF;
  border-color: #ef7d00;
  background-color: #ef7d00;
}
.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: "";
}
@media all and (max-width: 992px) {
  .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%;
  }
}
/* Custom Menu css */

.radio-style-2-label:before {
  border-radius: 0 !important;
}
.prog-search-tabs {
  background-image: url(https://www.lpu.in/lpu-assets/images/programmes-search/tabbg.jpg);
  display: flex;
  align-items: center;
  background-repeat: repeat-x;
  background-position: center;
}
.prog-search-tabs li a {
  padding: 25px 35px;
  display: block;
  color: rgba(68, 68, 68, 0.7) !important;
  border: 10px solid transparent;
  font-weight: 700;
}
.prog-search-tabs li.is-active a,
.prog-search-tabs li:hover a {
  background-color: #f58220;
  border: 10px solid #f58220;
  color: #fff !important;
  font-weight: 700;
}
.prog-search-tabs li {
  position: relative;
}
.prog-search-tabs li:after {
  content: "";
  border-left: 2px solid rgba(0, 0, 0, 0.2);
  height: 70%;
  position: absolute;
  top: 15%;
}
.prog-search-tabs li:first-child:after {
  border-left: 2px solid rgba(0, 0, 0, 0);
}
.find-your-programme {
  display: flex;
  justify-content: space-between;
}
#curr .tabs-panel,
#electivecourses .tabs-panel {
  display: none;
}
.tabs-panel.is-active,
#electivecourses .tabs-panel.is-active {
  display: block;
}
#ps-curriculum .tabs-panel.is-active {
  display: flex;
}
.p-tracks strong {
  padding-bottom: 20px;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.prog-custom-steps li .prog-tick-box .prog-tick {
  background: url(https://www.lpu.in/lpu-assets/images/icons/prog-tick-b.svg);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
}
.prog-custom-steps li.ps-text2 .prog-tick-box .prog-tick,
.prog-custom-steps li.ps-text1 .prog-tick-box .prog-tick {
  background: url(https://www.lpu.in/lpu-assets/images/icons/prog-tick-w.svg);
}
.pduration {
  font-size: 15px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.6);
}
.app-sub {
  font-size: 15px;
  display: block;
  font-weight: 600;
  color: #000;
}
/* #pname {
    max-width: 70%;
    white-space: wrap;
} */
/* .active {
    background: #ef7d00;
}
.active a, .active a:hover {
    color: #fff !important;
} */
.prog-link-div:has(.p-tracks) {
  grid-template-columns: repeat(1, 1fr) !important;
}
@media (max-width: 991px) {
  #selstanding.programmre-type,
  #resultpanels .tabs-panel .ps-bar-details ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  #resultpanels .tabs-panel .ps-bar-details ul {
    grid-template-columns: repeat(1, 1fr);
  }
  #selstanding.programmre-type {
    grid-template-columns: repeat(1, 1fr);
  }
  .prog-custom-steps li.ps-text2 .prog-tick-box,
  .prog-custom-steps li.ps-text:hover .prog-tick-box {
    background-color: transparent;
  }
  .prog-custom-steps li.ps-text2 .prog-tick-box .prog-tick {
    background-image: url(https://www.lpu.in/lpu-assets/images/icons/prog-tick-o.svg);
  }
  .prog-custom-steps li.ps-text1 .prog-tick-box .prog-tick {
    background-image: url(https://www.lpu.in/lpu-assets/images/icons/prog-tick-b.svg);
  }
  .prog-custom-steps li.ps-text .prog-tick-box .prog-tick {
    background-image: url(https://www.lpu.in/lpu-assets/images/icons/prog-tick-b.svg);
    opacity: 0.5;
  }
  .prog-custom-steps li.ps-text1 .prog-tick-box {
    background-color: transparent;
  }
  .prog-custom-steps li a .prog-tick-box {
    background-color: transparent;
  }
  .prog-custom-steps li a .ps-heading {
    display: none;
  }
  .prog-custom-steps li.ps-text a .ps-content {
    color: rgba(0, 0, 0, 0.4);
  }
  .prog-custom-steps li.ps-text1 a .ps-content {
    color: rgba(0, 0, 0, 1);
  }
  .prog-custom-steps li.ps-text2 a .ps-content {
    color: #f68121;
  }
  .prog-custom-steps li a .ps-content {
    max-width: 100px;
    font-weight: 600;
  }
  .prog-custom-steps li a .prog-tick-box {
    height: 20px;
    width: 20px;
  }
  #resultpanels .tabs-panel .ps-bar-details #seldiscipline ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .prog-search-tabs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .prog-custom-steps {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
  .prog-custom-steps li a .ps-heading span {
    display: none;
  }
  .prog-custom-steps li a .ps-content {
    max-width: 100px;
  }
  .prog-custom-steps li:after,
  .prog-custom-steps li.ps-text2:after {
    border-top: 0;
  }
  .process-steps br {
    display: block;
  }
}
@media (max-width: 550px) {
  #resultpanels .tabs-panel .ps-bar-details ul li,
  .p-tracks strong {
    font-size: 14px;
  }
  .programmre-type,
  #resultpanels .tabs-panel .ps-bar-details ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .prog-search-tabs li.is-active a,
  .prog-search-tabs li:hover a {
    border: 0;
  }
  .prog-search-tabs li a {
    padding: 10px;
    border: 0;
    font-size: 14px;
  }
  .prog-search-tabs li:first-child:after {
    border: 0;
  }
  .prog-custom-steps {
    grid-template-columns: repeat(3, 1fr);
    grid-row-gap: 24px;
  }
}
@media (max-width: 350px) {
  .prog-custom-steps {
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 15px;
  }
}
#op-desktop tr td a {
  color: #444 !important;
}
#op-desktop tr td a img,
#op-desktop tr td a strong {
  display: block;
  margin-top: 15px;
}
.prog-ht {
  background-color: #f5efe3 !important;
  padding: 10px 15px;
  height: 100%;
}
.prog-ht .ht-heading {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.prog-ht .ht-heading .ht-logo {
  margin-right: 15px;
  display: grid;
  align-items: center;
}
.prog-ht .gc-entry-content p {
  margin-bottom: 15px;
}
.prog-ht .gc-entry-content ul {
  height: 100px;
  overflow-y: scroll;
}
.fancy-title {
  width: 90% !important;
}
.fancy-title::before,
.fancy-title::after {
  border-color: rgba(0, 0, 0, 0) !important;
  margin: 15px 0 !important;
}
#corecourse h4 {
  margin: 15px 0;
  font-family: inherit;
}
.custom-tabs .tab-content#corecourse .tabs {
  margin-bottom: 0 !important;
  padding-top: 15px;
}
.custom-tabs .tab-content#corecourse .nav.nav-tabs {
  border: none !important;
}
.custom-tabs .tab-content#corecourse .nav.nav-tabs li a {
  padding: 15px 20px;
  border: 0;
  background: rgba(0, 0, 0, 0.05);
  margin-right: 15px;
}
.custom-tabs .tab-content#corecourse .nav.nav-tabs li a.active {
  background: #ef7d00;
  color: #fff;
}
.programmes-search .custom-tabs .nav-tabs li a {
  padding: 24px !important;
}
#corecourse .toggle-border {
  border-radius: 0;
  margin-bottom: 10px;
  border: 0;
}
#corecourse .toggle-border .togglet {
  padding: 10px;
  background-color: rgba(239, 125, 0, 0.1);
  cursor: pointer;
}
#corecourse .toggle-border .togglet > div {
  width: 90%;
  font-weight: 600;
}
#corecourse .toggle-border .togglec {
  padding: 10px;
  background-color: rgba(239, 125, 0, 0.1);
}
#careersalient h4 {
  font-family: inherit !important;
  font-weight: 700;
  padding: 15px 0;
}
/* ----------------------------------------------------------------
	Process Steps
-----------------------------------------------------------------*/
.process-steps {
  margin: 0 0 40px;
  list-style: none;
}
.process-steps li {
  float: left;
  position: relative;
  width: 25%;
  text-align: center;
  overflow: hidden;
}
.process-steps.process-2 li {
  width: 50%;
}
.process-steps.process-3 li {
  width: 33.33%;
}
.process-steps.process-5 li {
  width: 20%;
}
.process-steps.process-5 li h5 {
  font-size: 14px;
}
.process-steps li .i-circled {
  margin-bottom: 0 !important;
}
.process-steps li .i-bordered {
  background-color: #fff;
}
.process-steps li h5 {
  margin: 15px 0 0 0;
  font-size: 16px;
  font-weight: 600;
}
.process-steps li.active h5,
.process-steps li.ui-tabs-active h5 {
  font-weight: 600;
  color: #f68121;
}
.process-steps li.active a,
.process-steps li.ui-tabs-active a {
  background-color: #f68121 !important;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  border-color: #f68121 !important;
}
.process-steps li:before,
.process-steps li:after {
  content: "";
  position: absolute;
  top: 30px;
  left: 0;
  margin-left: -26px;
  width: 50%;
  border-top: 1px dashed #ddd;
}
.process-steps li:after {
  left: auto;
  right: 0;
  margin: 0 -26px 0 0;
}
.process-steps li:first-child:before,
.process-steps li:last-child:after {
  display: none;
}
.process-steps.process-5 li {
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.process-steps i {
  font-size: 14px !important;
  line-height: 20px !important;
  color: #929292 !important;
}
.process-steps .ui-tabs-active i {
  font-size: 14px !important;
  line-height: 20px !important;
  color: #fff !important;
}
.process-steps li.ui-tabs-active a {
  background-color: #ef7d00 !important;
  border-color: #ef7d00 !important;
}
.process-steps li a:hover {
  background-color: #ef7d00 !important;
  border-color: #ef7d00 !important;
  color: #fff !important;
}
.process-steps li a:hover i {
  color: #fff !important;
}
.process-steps .ui-tabs-active h5,
.process-steps li h5 {
  font-weight: 600 !important;
  color: #f68121 !important;
}
.process-steps .steps-name {
  font-size: 13px;
  color: #929292;
  letter-spacing: 0;
}
.process-steps .steps-numbers {
  color: #aaaaaa;
  font-size: 10px;
  text-transform: uppercase;
}
.process-steps li::before,
.process-steps li::after {
  top: 25px !important;
}
.prog-custom-steps li a.prog-tick-box {
  background-color: #d9d9d9;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.process-steps li a.prog-tick-box .prog-tick {
  background: url(https://www.lpu.in/lpu-assets/images/icons/prog-tick-b.svg);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
}
.process-steps li.ui-tabs-active a.prog-tick-box .prog-tick,
.process-steps li:hover a.prog-tick-box .prog-tick {
  background: url(https://www.lpu.in/lpu-assets/images/icons/prog-tick-w.svg);
}
.process-steps li h5 {
  font-family: inherit;
  font-weight: 600 !important;
  color: #444 !important;
}
.process-steps li.ui-tabs-active h5,
.process-steps li:hover h5 {
  color: #ef7d00;
}
.lpu-highlight-ranking .lpu-rank .rank-no {
  min-height: 65px;
}
@media (max-width: 992px) {
  .process-steps {
    margin-bottom: 10px !important;
  }
  .applynow,
  .applynow:hover {
    background: #f68220 none repeat scroll 0 0;
    font-size: 14px;
    padding: 7px 11px;
  }
  .process-steps.process-5 li {
    float: left;
    width: 20% !important;
    overflow: visible;
    margin: 0;
  }
  .process-steps.process-5 li h5 {
    font-size: 9px;
    font-weight: 600 !important;
  }
}
.career-pros {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.career-pros p.career-pros-title {
  margin: 0;
  font-weight: 600;
}
.career-pros .career-pros-circle > div,
.career-pros .career-pros-circle > div {
  background-color: rgba(239, 125, 0, 0.7);
  height: 60px;
  width: 60px;
  cursor: pointer;
  background-size: 50px;
  background-position: center;
  background-repeat: no-repeat;
}
.career-pros:hover .career-pros-circle > div,
.career-pros.active .career-pros-circle > div {
  background-color: #ef7d00;
}
.career-pros .career-pros-circle .career-pros-icon1 {
  background-image: url(../images/programmes-search/pathway-1-w.png);
}
.career-pros .career-pros-circle .career-pros-icon2 {
  background-image: url(../images/programmes-search/pathway-2-w.png);
}
.career-pros .career-pros-circle .career-pros-icon3 {
  background-image: url(../images/programmes-search/pathway-3-w.png);
}
.career-pros .career-pros-circle .career-pros-icon4 {
  background-image: url(../images/programmes-search/pathway-4-w.png);
}
.career-pros .career-pros-circle .career-pros-icon5 {
  background-image: url(../images/programmes-search/pathway-5-w.png);
}
.career-pros .career-pros-circle .career-pros-icon6 {
  background-image: url(../images/programmes-search/pathway-6-w.png);
}
.career-pros .career-pros-circle .career-pros-icon7 {
  background-image: url(../images/programmes-search/pathway-7-w.png);
}
.career-pros .career-pros-circle .career-pros-icon8 {
  background-image: url(../images/programmes-search/pathway-8-wb.png);
}
.career-pros .career-pros-circle .career-pros-icon9 {
  background-image: url(../images/programmes-search/pathway-9-w.png);
}
#ProgrammePoliciesSection .scholor-categ a {
  padding: 15px 0 !important;
}
.toggle-content {
  display: none;
}
.toggle-box {
  border-bottom: 1px solid #444;
}
.toggle-button {
  padding: 15px 0;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.toggle-button .plusminus-icon {
  font-weight: 600;
  font-size: 24px;
}
.icon-plus1:before {
  content: "+";
}
.icon-minus1:before {
  content: "−";
}
.companies-fact {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 10px;
}
.companies-fact .cfacts:nth-child(odd) {
  background: rgba(8, 7, 8, 0.01);
}

.companies-fact .cfacts:nth-child(even) {
  background: #fff;
}
.companies-fact .cfacts img {
  -webkit-filter: unset !important;
  filter: unset !important;
  margin-bottom: 0 !important;
}
.full-fees-grid {
  border-bottom: 2px solid #fff;
  padding: 10px 0;
  font-weight: 700;
}
.full-fees-grid .fancy-title {
  width: 50%;
}
.fees-grid {
  border-bottom: 2px solid #fff;
  padding: 15px 0;
  font-weight: 700;
}
.fee-heading {
  background: #d9d9d9;
}
.fee-even {
  background: #f5efe3;
}
.fee-odd {
  background: #f5f4ec;
}
#ps-scholarships .accordion .accordion-header:first-child,
#dynamicschtabs .panel.panel-default .panel-heading:first-child {
  border-top: 1px solid #444;
}
#ps-scholarships .accordion {
  margin: 0;
}
.FlipData {
  border-top: 2px solid #f68121;
  border-bottom: 2px solid #f68121;
  background: #fcfaee;
  padding: 24px;
}
.FlipData h2 {
  font-family: inherit;
  font-size: 22px;
  margin-bottom: 5px;
}
.FlipData p {
  margin: 0;
}
.career-pros-innr {
  background: #f9f6ed;
  padding: 10px;
  margin-top: 20px;
  min-height: 340px;
}
.pathway-grid {
  display: flex;
  margin-top: 24px;
}
.curriculum-tab-content .toggle .togglet:after {
  content: "+";
  position: absolute;
  right: 14px;
  top: 3px;
  font-size: 23px;
}
.curriculum-tab-content .toggle .togglet:after {
  content: "+";
  position: absolute;
  right: 14px;
  top: 3px;
  font-size: 23px;
}
.curriculum-tab-content .toggle .togglet.toggleta:after {
  content: "-";
  position: absolute;
  right: 14px;
  top: 3px;
  font-size: 23px;
}
@media (max-width: 768px) {
  .career-pros-innr {
    min-height: auto;
  }
  .pathway-grid {
    align-items: center;
    justify-content: center;
  }
  .career-pros p.career-pros-title {
    display: none;
  }
  .career-pros {
    margin: 10px 3px 0 3px;
  }
}
.pathway-elective-tabs ul {
  border: 0 !important;
}
.pathway-elective-tabs.side-tabs .tab-nav {
  min-width: 300px !important;
  padding-right: 50px !important;
}
.pathway-elective-tabs ul li a {
  border-bottom: 1px solid #ef7d00 !important;
}
.white-accordion .fees-grid {
  color: #444 !important;
  border-bottom: 2px solid #444;
}
.white-accordion .accordion .accordion-header:first-child,
.white-accordion
  #dynamicschtabs
  .panel.panel-default
  .panel-heading:first-child {
  border-top: 1px solid #fff !important;
}
.white-accordion.custom-tabs .tab-nav,
.white-accordion .custom-tabs .nav,
.white-accordion.custom-tabs .tab-nav,
.white-accordion .custom-tabs .nav-tabs {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff !important;
}
.white-accordion .arrow-list li {
  background-image: url(https://www.lpu.in/lpu-assets/images/icons/lpu-list-arrow-white.svg);
}
@media (max-width: 768px) {
  .programmes-search .custom-tabs .nav-tabs li a {
    padding: 16px !important;
    font-size: 14px;
  }
  .electives-offered-curriculum {
    grid-template-columns: repeat(1, 1fr);
  }
  .pathway-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .scholor-categ a {
    font-size: 14px !important;
  }
}
#dynamicschtabs.accordion .accordion-header:not(:first-child) {
  border-top: 1px solid #fff;
}
/* #dynamicschtabs.accordion .accordion-content{
height: auto !important;
} */
#dynamicschtabs.accordion .accordion-header:after {
  content: "+";
  color: #fff;
  font-weight: 200;
  font-size: 20px;
  position: absolute;
  right: 2px;
}
#dynamicschtabs.accordion .accordion-header.ui-accordion-header-active:after {
  content: "-";
  color: #fff;
  font-weight: 200;
  font-size: 20px;
  position: absolute;
  right: 2px;
}
.ps-innr-heading,
.latest-news .heading-wraper h3 {
  font-size: 1.5rem;
}
@media (max-width: 600px) {
  #howtoapplysection .tabs-content .tabs-panel {
    display: inherit !important;
  }
}
.program-slider {
  display: grid;
  grid-template-columns: 1fr 500px;
  gap: 24px;
  align-items: center;
}
.program-form {
  background: #fff;
  border: 2px solid rgb(0, 0, 0);
}
@media (max-width: 1023px) {
  .program-slider {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
    align-items: center;
  }
}
#tabdetails .custom-accordion {
  border-bottom: 0 !important;
}
#tabdetails .togglet {
  padding-left: 0 !important;
}
#tabdetails .togglet div {
  color: #f58220;
  border-bottom: 1px solid #f58220;
  margin-bottom: 15px;
  padding-bottom: 15px;
  width: 100%;
}
/* popup css start */
.popup-box {
  display: none;
  position: absolute;
  top: 110%;
  left: 50%;
  transform: translateX(-50%);
  min-width: 500px;
  background: #000;
  color: white;
  padding: 12px;
  border-radius: 8px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
  text-align: left;
  z-index: 1000;
}
.btn-container:hover .popup-box {
  display: block;
}
.popup-box::after {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent black transparent;
}
.popup-box:hover {
  color: #fff;
}
.popup-text-highlight {
  border-bottom: 1px dotted #000;
}
@media (max-width: 1025px) {
  .popup-box {
    left: 70%;
    min-width: 380px;
  }
  .popup-box::after {
    left: 40%;
  }
}
@media (max-width: 600px) {
  .popup-box {
    top: 112%;
    left: 60px;
    min-width: 300px;
  }
  .international-fee-applicable {
    display: none;
  }
  .popup-box-jee {
    left: 150px !important;
    min-width: 300px !important;
  }
  .popup-box-jee::after {
    left: 9%;
  }
}
.popup-box br,
.popup-box-jee br {
  display: block;
}
.external-links {
  margin: 0;
}
.legend-btn {
  width: 220px;
}
.school-link .legend-btn .content {
  left: -70px;
  padding: 10px;
}
.school-link .legend-btn a {
  right: -55px;
  padding: 8px 12px !important;
  font-size: 14px;
}

/* popup css end */
/* new slider css start */

.g-program-full-width-slider {
  /* background-image: url(../lpu-assets/images/ums-slide-the-rank-2025.jpg); */
  background-image: url("../images/programmes-search/slide-btech-1-crore.jpg");
  background-size: cover;
  position: relative;
  height: 500px;
  width: 100%;
}
/* .program-form{
   width: 20%;
    position: absolute;
    right: 17.5%;
    top: 20%;
}

@media(max-width:1500px){
.program-form {
    width: 25%;
    right: 7%;
}
}*/
@media (max-width: 1400px) {
  /* .program-form {
    right: 10%;
    top: 16%;
} */
  .g-program-full-width-slider {
    height: 430px;
  }
}
@media (max-width: 1300px) {
  /* .program-form {

    right: 8%;
} */
}
@media (max-width: 1200px) {
  .g-program-full-width-slider {
    height: 425px;
  }
}
@media (max-width: 1025px) {
  .g-program-full-width-slider {
    height: 405px;
  }
  .program-form {
    /* width: 29%; */
    right: 4.5%;
  }
}
@media (max-width: 1023px) {
  .program-form {
    right: 0;
    position: relative;
    width: 100%;
    margin: auto;
    text-align: unset;
    left: 0;
    margin-top: 20px;
  }

  .g-program-full-width-slider {
    height: 447px;
  }
}
@media (max-width: 600px) {
  .g-program-full-width-slider {
    height: 332px;
  }
}
@media (max-width: 480px) {
  .g-program-full-width-slider {
    height: 261px;
  }
}
@media (max-width: 420px) {
  .g-program-full-width-slider {
    height: 251px;
  }
}
@media (max-width: 400px) {
  .g-program-full-width-slider {
    height: 235px;
  }
}
@media (max-width: 380px) {
  .g-program-full-width-slider {
    height: 224px;
  }
}
/* new slider css end */

/* latest sldier css start */
.program-form {
  background: #fff;
  border: 10px solid rgba(0, 0, 0, 1);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.program-form .npf_wgts {
  width: 100%;
}
@media (max-width: 1200px) {
  .program-slider {
    grid-template-columns: 69% 31%;
    gap: 1%;
  }
}
@media (max-width: 1023px) {
  .program-slider {
    grid-template-columns: repeat(1, 1fr);
  }
  .program-form {
    border: 5px solid rgba(0, 0, 0, 1);
  }
}
/* latest sldier css END */

/* horizontal tabs start */
.horizontal-accordian-one {
  width: 100%;
  display: flex;
  position: relative;
  height: 450px;
  overflow: hidden;
  margin-bottom: 24px;
}

.horizontal-accordian-one .accordian-container {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  list-style: none;
  padding: 0;
  margin: 0;
  height: 100%;
}

.horizontal-accordian-one .accordian-container .accordian-item {
  display: flex;
  flex-direction: row;
  height: 100%;
}

.horizontal-accordian-one .accordian-container .accordian-item .accordian-head {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  width: 60px;
  align-items: center;
  transition: all ease-in 0.4s;
}

.horizontal-accordian-one
  .accordian-container
  .accordian-item
  .accordian-head
  span {
  color: #ffffff;
  font-size: 16px;
  transform: rotate(90deg);
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-wrap: nowrap;
  text-align: center;
  transition: all ease-in 0.4s;
}
.horizontal-accordian-one
  .accordian-container
  .accordian-item
  .accordian-head.first {
  background: rgba(230, 126, 34, 0.8);
}
.horizontal-accordian-one
  .accordian-container
  .accordian-item
  .accordian-head.second {
  background: rgba(230, 126, 34, 0.7);
}

.horizontal-accordian-one
  .accordian-container
  .accordian-item
  .accordian-head.third {
  background: rgba(230, 126, 34, 0.6);
}

.horizontal-accordian-one
  .accordian-container
  .accordian-item
  .accordian-head.fourth {
  background: rgba(230, 126, 34, 0.5);
}

.horizontal-accordian-one .accordian-container .accordian-item .accordian-data {
  width: 0;
  overflow: hidden;
  opacity: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.horizontal-accordian-one
  .accordian-container
  .accordian-item.active
  .accordian-data {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  -webkit-animation: open 0.4s;
  animation: open 0.4s;
  width: auto;
  padding: 15px;
  box-sizing: border-box;
  opacity: 1;
  overflow: hidden;
}

.horizontal-accordian-one
  .accordian-container
  .accordian-item.deactivate
  .accordian-data {
  -webkit-animation: close 0.4s;
  animation: close 0.4s;
}

.horizontal-accordian-one
  .accordian-container
  .accordian-item.active
  .accordian-head {
  width: 60px;
  background: rgba(0, 0, 0, 1);
}
.horizontal-accordian-one
  .accordian-container
  .accordian-item.active
  .accordian-head:hover {
  background: rgba(0, 0, 0, 1);
}
@-webkit-keyframes open {
  0% {
    width: 0px;
    opacity: 0;
  }

  75% {
    opacity: 0;
  }

  100% {
    width: 600px;
    opacity: 1;
  }
}

@keyframes open {
  0% {
    width: 0px;
    opacity: 0;
  }

  75% {
    opacity: 0;
  }

  100% {
    width: 600px;
    opacity: 1;
  }
}

@-webkit-keyframes close {
  0% {
    width: 600px;
    opacity: 1;
  }

  75% {
    opacity: 0;
  }

  100% {
    width: 0;
    opacity: 0;
  }
}

@keyframes close {
  0% {
    width: 600px;
    opacity: 1;
  }

  75% {
    opacity: 0;
  }

  100% {
    width: 0;
    opacity: 0;
  }
}

/* .horizontal-accordian-one .accordian-container .accordian-item.active .accordian-head span {
      transform: rotate(90deg) scale(1.2);
    } */

.horizontal-accordian-one
  .accordian-container
  .accordian-item.active
  .accordian-data.content-head {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  background: #ffffff;
  text-align: center;
  cursor: pointer;
}

/* .horizontal-accordian-one .accordian-container .accordian-item.active .accordian-data .content-head h1 {
      margin: 10px 0px;
    }

    .horizontal-accordian-one .accordian-container .accordian-item.active .accordian-data .content-head p {
      font-size: 16px;
      line-height: 24px;
    } */
@media (max-width: 767px) {
  .horizontal-accordian-one {
    height: 100%;
  }
  .horizontal-accordian-one .accordian-container,
  .horizontal-accordian-one .accordian-container .accordian-item {
    flex-direction: column;
  }
  .horizontal-accordian-one
    .accordian-container
    .accordian-item
    .accordian-head,
  .horizontal-accordian-one
    .accordian-container
    .accordian-item.active
    .accordian-head {
    height: 100%;
    width: 100%;
    margin: 4px 0;
    padding: 8px 0;
  }
  .horizontal-accordian-one
    .accordian-container
    .accordian-item
    .accordian-head
    span {
    transform: unset !important;
  }
  .horizontal-accordian-one
    .accordian-container
    .accordian-item
    .accordian-data {
    display: none;
  }
}
/* horizontal tabs end */
.program-outer-grid {
  background: rgba(239, 125, 0, 0.04);
  margin-bottom: 25px;
  padding: 24px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.program-outer-grid:nth-child(2n) {
  background: #f5f4ec;
}

.discipline-search-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.discipline-search-wrapper.ps-bar-details h4 {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0 !important;
}

.program-sticky-nav-wrapper {
  position: fixed;
  top: 30px;
  left: -201px;
  transition: left 0.4s ease;
}

.program-sticky-nav-wrapper.active {
  left: 0;
  /* Slide fully visible */
}

.program-sticky-grid {
  width: 200px;
  background: #e9ebdf;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  border-radius: 5px;
}

.program-sticky-grid ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.program-sticky-grid ul li a {
  padding: 10px 10px 10px 20px;
  display: inline-flex;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  position: relative;
  color: #000;
  text-decoration: none;
  transition-property: color, background-color, border-color;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  width: 100%;
  position: relative;
}

.program-sticky-grid ul li a span {
  transition: color 0.2s, opacity 0.4s cubic-bezier(0.21, 0.6, 0.35, 1),
    transform 0.4s 125ms cubic-bezier(0.21, 0.6, 0.35, 1);
  margin-left: -1em;
}

.program-sticky-grid ul li a img + img {
  order: -1;
  transform: translateX(-1em);
  opacity: 0;
  transition-delay: 0s;
  margin: 0;
}

.program-sticky-grid ul li a img {
  transition: color 0.2s, opacity 0.4s cubic-bezier(0.21, 0.6, 0.35, 1) 0.25s,
    transform 0.4s cubic-bezier(0.21, 0.6, 0.35, 1) 0.25s;
  margin-left: 0.7em;
}

.program-sticky-grid ul li a:hover {
  background: #231f20;
  color: #fff;
}

.program-sticky-grid ul li a:hover span {
  transform: translateX(1.7em);
  margin-left: -1em;
}

.program-sticky-grid ul li a:hover img {
  transform: translateX(1em);
  transition-delay: 0s;
  opacity: 0;
}

.program-sticky-grid ul li a:hover img + img {
  opacity: 1;
  transform: translateX(0) !important;
  transition-delay: 0.25s;
}

.program-sticky-grid ul li:last-child a {
  border-bottom: none;
}

.program-sticky-grid ul li:first-child a:hover {
  border-radius: 5px 5px 0 0;
}

.program-sticky-grid ul li:last-child a:hover {
  border-radius: 0 0 5px 5px;
}

.vertical-text {
  transform: rotate(90deg);
  transform-origin: left top;
  display: inline-block;
  background: #231f20;
  color: #fff;
  padding: 10px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 5px 5px 0 0;
  left: 245px;
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50px;
  letter-spacing: 1px;
  cursor: pointer;
}
.cuet-grid {
  background: #880001;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.cuet-grid h2 {
  font-family: inherit;
  font-size: 22px;
  margin-bottom: 5px;
}
.cuet-grid h2,
.cuet-grid p,
.cuet-grid .cuet {
  color: #fff;
}
.cuet-grid p {
  margin: 0 !important;
}
.cuet-grid .cuet a {
  padding: 5px 10px !important;
    font-size: 14px !important;
    background: #ff9219 !important;
    color: #000 !important;
    transition-duration: 0.4s;
    display: inline-block;
    border: 0;
    transition: 0.4s ease-in;
}
.cuet-grid em::before {
  color: #fff;
}
.leader-div {
  display: grid;
  grid-template-columns: 25% 75%;
  color: #fff;
}
@media (max-width: 1300px) {
  .leader-div {
    grid-template-columns: 1fr 2fr;
  }
}
@media (max-width: 600px) {
  .leader-div {
    grid-template-columns: unset;
  }
}
.last-date-bar{
  background: #ffac69;
  border: 1px solid #f68121;
  color: #000;
  font-size: 14px;
  padding: 15px 10px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 20px;
}
