@font-face {
  font-family: "poppins_regular";
  src: url("../fonts/Poppins-Regular.ttf") format("woff2");
  font-style: normal;
}
@font-face {
  font-family: "poppins_Bold";
  src: url("../fonts/Poppins-Bold.ttf") format("woff2");
  font-style: normal;
}
@font-face {
  font-family: "poppins_SemiBold";
  src: url("../fonts/Poppins-SemiBold.ttf") format("woff2");
  font-style: normal;
}
@font-face {
  font-family: 'alfabet-bold';
  src: url('../fonts/alfabet-bold.otf') format('opentype');
  font-display: swap;
}
@font-face {
  font-family: 'alfabet-semibold';
  src: url('../fonts/alfabet-semibold.otf') format('opentype');
  font-display: swap;
}
:root {
  --bs-primary: #5d24fc;
  --dark-color: #2e1364;
  --bs-color-hover: #4b13e6;
  --regular: "poppins_regular";
  --bold: "poppins_Bold";
  --semi: "poppins_SemiBold";
}
img {
  max-width: 100%;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
}
body {
  font-family: "poppins_regular";
  font-size: 18px;
  color: #111111;
}
.boldtext {
  font-family: var(--bold);
}
a {
  transition: ease all 0.4s;
  -webkit-transition: ease all 0.4s;
  -moz-transition: ease all 0.4s;
  -ms-transition: ease all 0.4s;
  -o-transition: ease all 0.4s;
}
.graybg {
  background: #f0f0f0;
}
/* hero section */
.prohero-section {
  position: relative;
}
.prohero-section::before {
  content: '';
  background: var(--dark-color);
  width: 30px;
  height: 80%;
  position: absolute;
  border-bottom-right-radius: 30px;
  border-top-right-radius: 30px;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.prohero-section::after {
  content: '';
  background: var(--dark-color);
  width: 20%;
  height: 80%;
  position: absolute;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.prohero-section h1 {
  font-size: 40px;
  font-family: 'alfabet-bold';
  color: var(--dark-color);
}
.prohero-section .sub-text {
  font-size: 22px;
  font-family: 'poppins_SemiBold';
  color: var(--dark-color);
}
.prohero-section .border-text {
  font-size: 16px;
  color: #1a1a1a;
  border: 1px solid #ccc;
  border-left: none;
  border-right: none;
  padding: 10px 0px;
  margin-top: 20px;
  font-family: 'poppins_SemiBold';
}
.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  z-index: 10;
  overflow: hidden;
  max-width: 100%;
  border-radius: 20px;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.custom-play-btn {
  position: absolute;
  width: 85px;
  cursor: pointer;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.prohero-section .application-deadline h3 {
  font-size: 15px;
  margin-bottom: 0;
  text-transform: uppercase;
  color: var(--dark-color);
  font-weight: 600;
}
.prohero-section .application-deadline {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.prohero-section .application-deadline .num {
  font-size: 22px;
  color: var(--dark-color);
  font-weight: var(--bold);
}
.prohero-section .application-deadline .time {
  color: var(--dark-color);
  font-size: 16px;
  text-transform: uppercase;
}
.stat-box {
  background: #b7abda;
  padding: 15px 10px;
  line-height: 20px;
  border-radius: 8px;
  font-weight: 600;
}
.stat-box1 {
  background: #cac0e7;
}
.stat-box2 {
  background: #ddd5f3;
}
.stat-box3 {
  background: #f1ecff;
}
.prohero-section .video-box .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 88px;
  height: 76px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.prohero-section .apply-now {
  font-size: 16px;
  background: var(--bs-primary);
  color: #fff;
  padding: 10px 25px;
  display: inline-block;
  margin-top: 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
}
.prohero-section .apply-now:hover {
  background: var(--dark-color);
  transition: all 0.4s ease;
}
.pro-section-heading h2 {
  font-size: 32px;
  font-family: var(--bold);
  color: var(--dark-color);
}
/* highlight-sec */
.highlight-sec .box {
  background: #f1ecff;
  padding: 30px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.highlight-sec .box .content-bx {
  border: 1px solid #bcb4d0;
  border-radius: 8px;
  padding: 10px 10px 10px 60px;
  position: relative;
}
.highlight-sec .content-bx .icon {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 40px;
}
.highlight-sec .content-bx h3 {
  font-size: 16px;
  color: #000;
  line-height: 16px;
  font-family: var(--bold);
}
.highlight-sec .content-bx p {
  margin-bottom: 0px;
  color: #000;
  font-size: 14px;
  font-family: 'poppins_SemiBold';
}
.highlight-sec .bottom-content h3 {
  font-size: 17px;
  font-family: var(--bold);
  color: var(--bs-primary);
  margin-bottom: 14px;
}
.highlight-sec .bottom-content .img-box {
  background: #fff;
  border-radius: 7px;
  padding: 10px 14px;
  width: 120px;
  height: 70px;
  display: grid;
  place-items: center;
}
/* program highlights */
.pro-highlights {
  background: #f0f0f0;
}
.pro-highlights .highlight-item {
  position: relative;
  padding: 14px 0px 14px 82px;
  border-bottom: 1px solid #c5c4c4;
}
.highlight-item:last-child {
  border-bottom: none;
}
.pro-highlights .highlight-item .icon {
  position: absolute;
  width: 60px;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.pro-highlights .highlight-item h3 {
  font-size: 20px;
  font-family: var(--bold);
  color: var(--dark-color);
}
.pro-highlights .highlight-item p {
  font-size: 15px;
}
/*  placement*/
.placement {
  position: relative;
  padding: 80px 0px;
}
.placement .box {
  background: #f1ecff;
  border-radius: 20px;
  position: relative;
  padding: 40px 40px 40px 100px;
}
.placement .success h3 {
  font-size: 22px;
  font-family: var(--semi);
  color: #2e1363;
}
.placement .success p {
  color: #000;
  font-family: var(--semi);
  line-height: 24px;
}
.placement .success .num {
  font-size: 24px;
  font-family: var(--bold);
}
.placement .placement-img {
  position: absolute;
  z-index: 10;
  bottom: 0px;
  width: 410px;
}
.placement .recruiters {
  font-size: 20px;
  color: var(--bs-primary);
  font-family: var(--semi);
  margin-bottom: 16px;
}
.placement .Recruiters-slider .img-box {
  background: #fff;
  border: 1px solid #dadadb;
  border-radius: 8px;
  padding: 8px 0px;
  display: grid;
  place-items: center;
  margin: 0px 10px 10px 0px;
}
.placement .recruiters-arrows {
  position: absolute;
  right: 32px;
  bottom: -26px;
  display: flex;
}
/* partners */
.partners-slider .img-box {
  border: 1px solid #d1cae6;
  padding: 8px;
  border-radius: 8px;
  margin-right: 20px;
}
/* Faculty from Industry and Global Academia */
.admission-faculty .container {
  border-top: 2px solid #9d91b6;
}
/* footer */
.footerapp {
  background: var(--dark-color);
  color: #fff;
}
.applynow-btn {
  text-transform: uppercase;
  background: var(--bs-primary);
  color: #fff;
  text-decoration: none;
  padding: 6px 27px;
  display: inline-block;
  border-radius: 5px;
  font-size: 18px;
  font-family: var(--bold);
}
.applynow-btn:hover {
  background: var(--bs-color-hover);
}
.text_h2 {
  font-size: 27px;
}
.ts_right {
  text-align: right;
}
.ft-text {
  font-size: 17px;
}
.linktext {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}
.linktext:hover {
  color: var(--bs-color-hover);
}
.cpy {
  font-size: 15px;
  margin-top: -23px;
}
.timeline {
  border-bottom: 1px solid #9081ac;
  padding-bottom: 36px;
  margin-bottom: 36px;
}
.schedule-table {
  max-width: 1100px;
  margin: 20px auto;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}
.schedule-table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.schedule-table thead th {
  background: #5b2df5;
  color: #fff;
  text-align: left;
  padding: 8px 13px;
  font-size: 16px;
  font-family: var(--regular);
  border-right: 3px solid #fff;
  font-weight: normal;
}
.schedule-table thead th:last-child {
  border-right: none;
}
.schedule-table tbody td {
  background: #f1f1f1;
  padding: 8px 13px;
  font-size: 15px;
  color: #111;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}
.schedule-table tbody td:last-child {
  border-right: none;
}
.schedule-table tbody tr:last-child td {
  background: #f1f1f1;
}
.info-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.info-list li {
  position: relative;
  padding: 14px 10px 14px 28px;
  font-size: 16px;
  line-height: 1.6;
  color: #111;
  border-bottom: 1px solid #c7d4f5;
}
.info-list li:last-child {
  border-bottom: none;
}
/* Arrow bullet */
.info-list li::before {
  content: "Ã¢â€“Â¶";
  position: absolute;
  left: 0;
  top: 16px;
  font-size: 12px;
  color: #4f3cff;
}
/* Info Section with Scrollbar */
.info-section {
  padding: 2rem;
  max-height: 600px;
  overflow-y: auto;
  padding-right: 1rem;
}
/* Custom Scrollbar for Info Section */
.info-section::-webkit-scrollbar {
  width: 10px;
  background: #ccc;
}
.info-section::-webkit-scrollbar-track {
  background: #f1ecff;
  border-radius: 10px;
}
.info-section::-webkit-scrollbar-thumb {
  background: var(--bs-primary);
  border-radius: 10px;
}
.programme-tabs-slider .slick-arrow {
  width: 35px;
  height: 27px;
  top: 50%;
  z-index: 10;
  border: 0;
  margin-top: -10px;
  text-indent: -9999px;
  position: absolute;
}
.programme-tabs-slider .slick-prev {
  background: url(../images/left-arrow.jpg) no-repeat;
  left: -10px;
}
.programme-tabs-slider .slick-next {
  background: url(../images/right-arrow.jpg) no-repeat;
  right: -10px;
}
.programme-tabs-slider {
  padding: 0 3rem;
}
.programme-content {
  padding: 30px 0;
}
.content-card {
  background: #FFFFFF;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}
.content-image {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: top;
}
.content-body {
  padding: 29px 20px 33px;
}
.programme-title {
  font-size: 22px;
  color: #2e1363;
  padding-left: 40px;
  position: relative;
  font-family: var(--semi);
}
.programme-title strong {
  color: var(--bs-primary);
  position: absolute;
  left: 0;
  top: 0;
}
.download-btn {
  background: var(--bs-primary);
  color: #fff;
  text-decoration: none;
  padding: 10px 25px;
  display: inline-block;
  border-radius: 7px;
  text-transform: uppercase;
  font-family: var(--semi);
}
.dd_btn {
  margin-top: 30px;
  padding-left: 40px;
}
.download-btn:hover {
  background: var(--dark-color);
}
.info-section h5 {
  color: var(--bs-primary);
  font-size: 24px;
  margin-bottom: 1rem;
  font-family: var(--semi);
}
.info-section p {
  font-size: 17px;
}
.accordion-item {
  border: 0;
}
.accordion_btns {
  background: #f1ecff;
  padding: 11px 15px;
  font-size: 20px;
  font-family: var(--semi);
  border-radius: 7px;
  position: relative;
  cursor: pointer;
}
.accordion_btns.collapsed {
  background: #f0f0f0;
  padding: 11px 15px;
  font-size: 20px;
  font-family: var(--semi);
  border-radius: 7px;
  position: relative;
  cursor: pointer;
}
.programme-tabs-slider .slick-slide {
  padding: 0 0.5rem;
}
.programme-tabs-slider .programme-tab-item {
  padding: 0 3px;
}
.programme-tabs-slider .slick-list {
  margin: 0 -12px;
}
.programme-tab-item {
  border-radius: 12px;
  padding: 1.25rem 1.5rem;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
  min-height: 70px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.programme-tab-item h6 {
  margin: 0;
  background: #e5e5e5;
  font-size: 15px;
  padding: 10px 30px;
  border-radius: 5px;
  width: 100%;
}
.programme-tab-item.active h6 {
  color: #FFFFFF;
  background: var(--bs-primary);
}
.accordion-items {
  width: 100%;
}
.accordion_tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.accordion-items h3 {
  cursor: pointer;
  padding: 14px;
  background: #f3f3f3;
  margin: 0;
  font-size: 18px;
  border-radius: 7px;
  font-family: var(--semi);
  position: relative;
}
.accordion-items h3:before {
  background: url(../images/plus-icon.png) no-repeat;
  width: 25px;
  height: 19px;
  content: '';
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -10px;
}
.accordion-items.active h3:before {
  background: url(../images/minus-icon.png) no-repeat;
  width: 25px;
  height: 19px;
  content: '';
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -10px;
}
.accordion-items.active h3 {
  background: #f1ecff;
  color: var(--bs-primary);
}
.accordion_ans {
  padding: 0px 0px 0 0;
  display: none;
  background: #ffff;
}
.sb_accordions button {
  padding: 7px 26px;
  border: none;
  background: #eaeaea;
  cursor: pointer;
  margin-right: 5px;
  text-transform: uppercase;
  font-size: 16px;
  font-family: var(--semi);
  border-radius: 30px;
}
.sb_accordions button.active {
  background: #5b2df5;
  color: #fff;
}
.sb_accordion_ans {
  display: none;
  margin-top: 16px;
}
.sb_accordion_ans.active {
  display: block;
}
.sb_accordion_ans ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.sb_accordion_ans ul li {
  background: url(../images/caret.png) no-repeat 1px 5px;
  font-size: 16px;
  padding-left: 21px;
  margin-top: 7px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 7px;
}
.admission-leader {
  background-color: #f1ecff;
}
.caption_content {
  margin-top: 25px;
}
.caption_content h4 {
  font-size: 24px;
  color: #5d24fc;
  font-family: var(--semi);
}
/* Endorsed by Leaders and Industry */
.leader-card {
  padding: 0 12px;
}
.leader-card img {
  width: 100%;
  object-fit: cover;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  background: #cfcfcf;
  object-position: top;
}
.leader-card h3 {
  font-size: 22px;
  color: #ffffff;
  font-style: italic;
  line-height: 26px;
}
.absolute_text {
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
  max-width: 50%;
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
}
.leader-slider .card_bx {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  height: 100%;
  position: relative;
  max-width: 700px;
  overflow: hidden;
  border-radius: 6px;
}
/* faculty */
.faculty-prev, .faculty-next, .recruiters-prev, .recruiters-next, .arw-prev, .arw-next {
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  width: 56px;
  height: 56px;
  background-color: #5d24fc;
  background-image: url("../images/arrow.png");
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  cursor: pointer;
}
.faculty-prev:hover, .recruiters-prev:hover, .arw-prev:hover, .faculty-next:hover, .recruiters-next:hover, .arw-next:hover {
  background-color: #2e1363;
}
.faculty-prev.slick-disabled, .recruiters-prev.slick-disabled, .arw-prev.slick-disabled, .faculty-next.slick-disabled, .recruiters-next.slick-disabled, .arw-next.slick-disabled {
  background-color: #2e1363;
}
.faculty-prev, .recruiters-prev, .arw-prev {
  transform: rotate(0deg);
}
.faculty-next, .recruiters-next, .arw-next {
  transform: rotate(180deg);
}
.faculty-card {
  padding: 0 12px;
}
.faculty-card img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  background: #cfcfcf;
  object-position: top;
}
.faculty-card h3 {
  font-size: 22px;
  font-family: var(--semi);
  color: #5d24fc;
}
.card_content {
  padding: 10px 20px;
  height: 130px;
}
.card_content.join_card {
  height: 160px;
}
.card_content p {
  font-size: 16px;
  margin: 0px;
}
.faculty-slider .card_bx {
  background: #fff;
  border-radius: 14px;
  border: 1px solid #f0f0f0;
  box-shadow: 0 14px 16px rgba(0, 0, 0, 0.03);
  height: 100%;
  margin-bottom: 20px;
}
.faculty-arrows {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  align-items: center;
}
.faculty-arrows button {
  width: 82px;
  height: 48px;
  border: none;
  font-size: 20px;
  cursor: pointer;
}
.techno-managers .faculty-card img {
  height: 390px;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}
.techno-managers .card_bx {
  background: #fff;
  border-radius: 14px;
  border: 1px solid #f0f0f0;
  box-shadow: 0 14px 16px rgba(0, 0, 0, 0.03);
  height: 400px;
  margin-bottom: 20px;
	padding: 30px;
}

.techno-managers .card_bx .logo {
  all: unset;
	width: 20%;
 
}
.techno-managers .card_content {
  overflow:visible;
}
/* New styles for FAQ section */
.faq_tabs button {
  padding: 7px 26px;
  border: none;
  white-space: nowrap;
  background: #fff;
  text-transform: capitalize;
  cursor: pointer;
  margin-right: 5px;
  font-size: 16px;
  font-family: var(--regular);
  border-radius: 30px;
}
.faq_tabs button.active {
  background: #5b2df5;
  color: #fff;
}
.faqsection .sb_accordions {
  display: flex;
  justify-content: center;
  align-items: center;
}
.faq_accordions {
  justify-content: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
}
.faq_accordion_ans {
  display: none;
  margin-top: 20px;
}
.faq_accordion_ans.active {
  display: block;
}
.faq_accordions button.active {
  background: #5b2dff;
  color: #fff;
}
.faq_tabs .accordion-items h3 {
  cursor: pointer;
  padding: 14px;
  background: #ffffff;
  margin: 0;
  font-size: 18px;
  border-radius: 7px;
  font-family: var(--semi);
  position: relative;
}
.faq_tabs .accordion_ans {
  padding: 20px 0px 0 30px;
  display: none;
  background: none;
}
.faq_tabs .accordion-items {
  margin-bottom: 12px;
}
.faqlist li {
  background: url(../images/caret.png) no-repeat 1px 5px;
  font-size: 16px;
  padding-left: 21px;
  margin-top: 7px;
  padding-bottom: 7px;
}
.faqlist {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.accordion_ts_row {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.accordion_items_ts h3 strong {
  display: inline-block;
  padding-right: 20px;
}
.accordion_items_ts h3 {
  cursor: pointer;
  padding: 14px;
  background: #fff;
  margin: 0;
  font-size: 18px;
  border-radius: 7px;
  font-family: var(--semi);
  position: relative;
}
.accordion_items_ts h3:before {
  background: url(../images/plus-icon.png) no-repeat;
  width: 25px;
  height: 19px;
  content: '';
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -10px;
}
.accordion_items_ts.active h3 {
  background: #f1ecff;
  color: var(--bs-primary);
  border: 1px solid #d1c8e9;
}
.accordion_items_ts {
  width: 100%;
}
.accordion_items_ts.active h3:before {
  background: url(../images/minus-icon.png) no-repeat;
  width: 25px;
  height: 19px;
  content: '';
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -10px;
}
.accordion_ans_ts {
  padding: 12px;
}
.border-l {
  border-left: 1px solid #b6aad0;
}
.border-t {
  border-top: 1.5px solid #9d91b6;
}
.faqlist a, .accordion_ans_ts a {
  color: var(--bs-primary);
}
.faqlist a:hover, .accordion_ans_ts a:hover {
  color: var(--dark-color);
}
.navi__ {
  display: flex;
  background: #fff;
  float: right;
  margin-top: 10px;
  list-style: none;
  justify-content: space-evenly;
  width: 100%;
  padding: 0px;
}
.navi__ li a {
  color: #1a1a1a;
  display: inline-block;
  padding: 0px 14px 0 12px;
  font-weight: 600;
  font-size: 13px;
  border-right: 1px solid #1a1a1a;
  line-height: 17px;
  text-decoration: none;
}
a:focus, a:hover {
  text-decoration: none !important;
}
.navi__ li.last a {
  border: 0px;
}
.navi__ li a:hover, .navi__ li a:focus {
  text-decoration: none;
}
.navi__ li a.active {
  text-decoration: none;
  color: var(--bs-primary);
  font-weight: 700;
}
.menu_icon {
  display: none;
}
.headerapp {
  padding: 10px 0px;
  box-shadow: 0px 0px 4px hsl(0deg 0% 0% / 24%);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 56;
  background: #fff;
  z-index: 9999;
}
.bps {
  margin-top: 90px;
}
.enury_btn {
  position: fixed;
  right: -45px;
  z-index: 20;
  top: 44%;
  transform: rotate(270deg);
}
.enury_btn button {
  background: var(--bs-primary);
  color: #fff;
  border: 0;
  border-radius: 10px 10px 0 0;
  display: inline-block;
  transition: ease all .4s;
  padding: 10px 18px 14px;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
}
@media (min-width:1600px) {
  .container {
    max-width: 1400px !important;
  }
}
@media (min-width:1920px) {
  .container {
    max-width: 1600px !important;
  }
}
@media (max-width:768px) {
  .faculty-card img {
    height: auto;
  }
	.techno-managers .card_bx{height: auto;}
	.techno-managers .card_bx .logo {width: auto}
  .prohero-section .apply-now {
    width: fit-content;
    margin: 20px auto;
    display: block;
    font-size: 14px;
    font-weight: 400;
    padding: 10px;
  }
  .info-list li {
    font-size: 14px;
  }
  .enury_btn {
    display: none;
  }
  .navi__ {
    background: #fff;
    margin-top: 0;
    position: fixed;
    width: 200px;
    top: 74px;
    z-index: 9999;
    right: 0;
    display: none;
  }
  .menu_icon {
    width: 40px;
    position: absolute;
    right: 11px;
    top: 10px;
  }
  .headerapp img {
    width: 150px;
  }
  .menu_icon {
    display: inline-block;
  }
  .show {
    display: block !important;
  }
  .navi__ li a {
    border-right: 0;
    line-height: 17px;
    text-align: left;
    display: block;
    border-bottom: 1px solid #ccc;
    padding: 10px 0px;
  }
  .faq_accordions {
    display: flex;
    overflow-x: scroll;
    justify-content: flex-start;
    flex-wrap: nowrap;
  }
  .custom-play-btn {
    width: 50px;
  }
  .prohero-section::before, .prohero-section::after {
    display: none;
  }
  .stat-box {
    flex-grow: 1;
  }
  .prohero-section h1 {
    font-size: 28px;
  }
  .prohero-section .sub-text {
    font-size: 20px;
  }
  .pro-section-heading h2 {
    font-size: 26px;
    text-align: center;
  }
  .highlight-sec .bottom-content .img-box {
    flex-grow: 1;
  }
  .pro-highlights .highlight-item {
    padding: 14px;
  }
  .pro-highlights .highlight-item .icon {
    all: unset;
    margin-bottom: 20px;
	  width: 20%;
  }
  .placement .box {
    padding: 20px;
  }
  .absolute_text {
    left: 14px;
    max-width: 52%;
  }
  .leader-card h3 {
    font-size: 14px;
    line-height: 24px;
  }
  .programme-tab-item h6 {
    font-size: 14px;
    padding: 9px 8px;
  }
  .programme-tabs-slider .slick-arrow {
    background-size: 20px !important;
  }
  .programme-tabs-slider .slick-prev {
    left: 6px;
  }
  .programme-title {
    font-size: 18px;
  }
  .accordion_items_ts h3 {
    padding: 10px;
    font-size: 17px;
    padding-right: 30px;
  }
  .accordion_items_ts h3 strong {
    padding-right: 4px;
  }
  .text_h2 {
    font-size: 24px;
    margin: 20px 0px;
  }
  .cpy {
    margin-top: 20px;
  }
  .applynow-btn {
    font-size: 20px;
    margin-top: 20px;
  }
  .prohero-section .application-deadline .time {
    font-size: 14px;
  }
  .prohero-section .application-deadline .num {
    font-size: 20px;
  }
  .prohero-section .application-deadline h3 {
    font-size: 12px;
  }
  .stat-box {
    padding: 9px 6px;
  }
  .placement {
    padding: 40px 0px;
  }
  .footerapp {
    text-align: center;
  }
  .ts_right {
    text-align: center;
  }
  .ts_right .applynow-btn {
    position: fixed;
    bottom: 0px;
    width: 100%;
    left: 0px;
    font-size: 20px;
  }
  .placement .recruiters-arrows {
    position: relative;
    right: 0;
    bottom: 0;
  }
  .applynow-btn {
    font-size: 14px;
    margin-top: 4px;
  }
  .sb_accordions button {
    font-size: 14px;
    margin: 6px 6px 0 0;
  }
  .card_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .faculty-arrows {
    margin-top: 12px;
  }
  .caption_content {
    margin-top: -6px;
    min-height: 180px;
    background: #d7ccf5;
    padding: 11px 13px 0;
    border-radius: 7px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}

@media(max-width:768px){

  .navi__{
    display:none;
    position:absolute;
    top:70px;
    left:0;
    width:100%;
    background:#fff;
    padding:20px;
    z-index:999;
    flex-direction:column;
  }

  .navi__.active{
    display:flex;
  }

  .menu_icon{
    display:block;
    cursor:pointer;
  }
}

