.inrBanner
{
	width: 100%;
	height: auto;
	position: relative;
}
.inrBanner img
{
  width: 100%;
}
.inrBanner h1 {
  position: absolute;
  top: 50%;
  left: 0;              /* distance from left */
  transform: translateY(-50%); /* vertical center only */
  color: #fff;
  font-size: 48px;
  line-height: 150%;
  font-weight: 700;
  padding-left: var(--container-padding);
  padding-right: var(--container-padding);
  width: 100%;
}
.dc-none
{
  display: none;
}
.inner-titel
{
  font-size: 40px;
  color: #223D71;
  margin-bottom: 30px;
  font-weight: 500;
  line-height: 130%;
}
.uppercase
{
  text-transform: uppercase;
}



.inrSection
{
  width: 100%;
  height: auto;
  padding: 50px 0;
}

/*** Faq page Start ***/

.ftFaq {
    width: 100%;
}

.scitFaqItem {
    background: #FFFFFF45;
    border-radius: 19px;
    margin-bottom: 15px;
    overflow: hidden;
    transition: 0.3s;
    box-shadow: 0px 4px 14.2px 0px #00000026;
}

.scitFaqBtn {
    width: 100%;
    border: none;
    background: transparent;
    padding: 28px 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    cursor: pointer;
    text-align: left;
}

.scitFaqBtn span {
    font-size: 24px;
    font-weight: 500;
    color: #223D71;
    line-height: 150%;
}

.scitFaqBtn i {
    font-size: 24px;
    color: #000;
    transition: 0.3s;
}

.scitFaqContent{
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    padding: 0 35px;
}

.scitFaqContent p {
    margin: 0 0 5px 0;
    color: #E8E8E8;
    font-size: 20px;
    line-height: 150%;
}
.scitFaqContent ul
{
  padding: 0 0 0 25px;
}
.scitFaqContent ul li
{
    margin: 0 0 5px 0;
    color: #E8E8E8;
    font-size: 20px;
    line-height: 150%;
}

.scitFaqItem.active {
    background: #223D78;
}
.scitFaqItem.active .scitFaqContent{
    padding: 0 35px 30px;
    max-height: inherit;
}

.scitFaqItem.active .scitFaqBtn span {
    color: #fff;
    font-weight: 700;
}

.scitFaqItem.active .scitFaqBtn i {
    color: #fff;
    transform: rotate(45deg);
}
/*** Faq page End ***/

/*** Contact page Start ***/

.conFlx
{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contactLeft
{
  width: 35%;
}
.contactLeft h3
{
  color: #223D71;
  font-weight: 500;
  line-height: 150%;
  font-size: 32px;
  margin-bottom: 30px;
}
.contactLeft h4
{
  color: #223D71;
  font-weight: 600;
  line-height: 150%;
  font-size: 24px;
  margin-bottom: 30px;
}
.conIcon
{
  width: 100%;
  height: auto;
  margin-bottom: 15px;
  color: #1E1E1E;
  font-weight: 400;
  line-height: 150%;
  font-size: 20px;
  display: flex;
  gap: 10px;
  justify-content: left;
  align-items: center;
}
.conIcon a:hover 
{
  color: var(--footer-heading-color);
}
.conTable
{
  width: 100%;
  border-radius: 30px;
  padding:20px 30px;
  border: 1px solid #C8C8C8;
  margin: 30px 0 0 0;
}
.conTable p
{
  color: #1E1E1E;
  font-weight: 500;
  line-height: 150%;
  font-size: 18px;
  border-bottom: 1px solid #C8C8C8;
  padding: 10px 0;
  margin: 0;
}
.conTable p span
{
  float: right;
}
.conTable p a:hover 
{
  color: var(--color-primary);
}
.conTable p:last-child
{
  border-bottom: 0px solid #C8C8C8;
}

.contactRight
{
  width: 57%;
}
.contactRight iframe
{
  width: 100%;
  height: 100%;
  border-radius: 30px;
  border: 1px solid #fff;
}

.conForm
{
  width: 100%;
  height: auto;
  padding: 50px;
  background: linear-gradient(94.9deg, #E9F0FD 1.53%, #FFE6E7 112.33%);
  border-radius: 30px;
  margin-top: 50px;
}
.conForm h4
{
  font-size: 32px;
  color:#223D71 ;
  margin-bottom: 20px;
  font-weight: 500;
}
.conFromTop
{
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
}
.conInput
{
  width: 100%;
}
.conInput input
{
  width: 100%;
  height: 55px;
  padding: 12px 15px;
  background: #FFFFFF;
  border: 1px solid #C8C8C8;
  color: #555555;
  font-size: 20px;
  font-weight: 400;
  font-family: var(--font-inter);
}
.conInput input:focus
{
  box-shadow: none;
  border: none;
}
.conFrombtm textarea
{
  width: 100%;
  height:180px;
  padding: 13px 15px;
  background: #FFFFFF;
  border: 1px solid #C8C8C8;
  color: #555555;
  font-size: 20px;
  font-weight: 400;
  font-family: var(--font-inter);
}
.conFromBtn
{
  width: 100%;
  margin-top: 30px;
}
.conFromBtn .button-variant-primary
{
  height: 60px;
  min-width: 250px;
}
.conFromBtn .button-variant-primary span
{
  width: 100%;
}

/*** Contact page end ***/

/*** Career page start ***/

.conTable h5
{
  color: #000000;
  font-weight: 500;
  line-height: 30px;
  font-size: 22px;
  margin: 0 0 20px 0;
}
.teachFlx
{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.teachBox
{
  width: 48%;
  background:#EBEFFB;
  border-radius: 16px;
  padding: 20px;
  display: flex;
  gap: 15px;
  margin: 0 0 18px 0;
  justify-content: left;
  align-items: center;
}
.teachIcon
{
  min-width: 50px;
}
.teachText
{
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #000000;
}

.contactRight .conForm
{
  margin-top: 0px;
  height: 100%;
}
.contactRight .conFromTop {
  display: block;
  gap: 0px;
  margin-bottom: 0px;
}
.contactRight .conInput
{
  margin-bottom: 15px;
}
.contactRight .conInput input[type="file"] {
    display: none;
}

.fileLabel {
    height: 58px;
    background:#fff;
    border-radius: 2px;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    font-size:20px;
    color: #00000060;
    transition: 0.3s ease;
    font-family: var(--font-inter);
    border: 1px solid #C8C8C8;
}

.fileLabel:hover {
    border-color: #bdbdbd;
}

.req {
    color: #ff4d4f;
}

.uploadIcon {
    display: flex;
    align-items: center;
    justify-content: center;
}
.contactRight .conFrombtm
{  
  margin-bottom: 16px;
}
.contactLeft h6
{
  color: #000000;
  font-weight: 500;
  line-height: 28px;
  font-size: 20px;
  margin: 30px 0 15px 0;
}

.contactRight .conForm h4
{
  margin-bottom: 40px;
}
.contactRight .conFrombtm textarea
{
  height: 230px;
}
.contactRight .conFromBtn {
  margin-top: 44px;
}

/*** Career page end ***/

/*** Student page start ***/

.stuAchFlx
{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.stuAchFlx .stuBox
{
  width: 100%;
  box-sizing: border-box;
}

.stuBox
{
  width: 24%;
  margin-bottom: 10px;
  padding: 30px;
  border: 1px solid #D0D0D0;
  border-radius: 20px;
}

.stuBox h4
{
  color: #1E1E1E;
  font-size: 18px;
  line-height: 120%;
  font-weight: 500;
  margin-bottom: 10px;
}
.stuBox h5
{
  color: #223D71;
  font-size: 20px;
  line-height: 140%;
  font-weight: 600;
  margin-bottom: 15px;
}
.stuBox p
{
  color: #555555;
  font-size: 16px;
  line-height: 140%;
  font-weight: 400;
  margin-bottom: 0px;
}

.staFlx
{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.stuActBox
{
  width: 32%;
  padding: 30px;
  border: 1px solid #D0D0D0;
  border-radius: 20px;
}
.stuPic
{
  width: 100%;
  height: 170px;
  overflow: hidden;
}
.stuPic img 
{
  max-height: 100%;
}
.stuDec h4
{
  color: #223D71;
  font-weight: 600;
  font-size: 24px;
  line-height: 140%;
  margin-bottom: 10px;
}
.stuDec p
{
  color: #555555;
  font-size: 16px;
  line-height: 140%;
  font-weight: 400;
  margin-bottom: 0px;
}
.moreBtn{
    color:#223D71;
    font-weight:600;
    cursor:pointer;
    display:inline-block;
}

.eveFlx
{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.eveBox
{
  width: 32%;
  padding: 30px;
  border-radius: 20px;
  background: #F5F8FF;
}
.evePic
{
  width: 100%;
  height: 240px;
  overflow: hidden;
  margin-bottom: 10px;
}
.evePic img 
{
  width: 100%;
}
.evedec h4
{
  color: #555555;
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  margin-bottom: 10px;
}
.evedec h5
{
  color: #223D71;
  font-weight: 600;
  font-size: 24px;
  line-height: 140%;
  margin-bottom: 10px;
}
.evedec p
{
  color: #555555;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  margin-bottom: 0px;
}
.evedec
{
  min-height: 210px;
}
.eveBtn
{
  width: 100%;
  height: 40px;
  margin-top: 20px;
}
.eveBtn .button-with-corner-dots, .eveBtn .button-variant-primary span
{
  width: 100%;
}

.committee h3
{
  font-size: 36px;
  color: #223D71;
  margin-bottom: 20px;
  font-weight: 500;
}
.committee h4
{
  font-size: 20px;
  color: #223D71;
  margin-bottom: 15px;
  font-weight: 600;
}
.committee p
{
   font-size: 18px;
  line-height: 150%;
  color: #555555;
  font-weight: 400;
  margin: 0 0 15px 0;
}
.committee p a 
{
  font-weight: 700;
}
.committee p a:hover  
{
  color: #C62E34;
}
.committee hr {
  border: 1px solid #00000040;
  border-width: 1px 0 0 0;
  margin: 0 0 16px 0;
}
.commteeBtn
{
  width: auto;
  height: 40px;
  margin: 20px 0 40px;
}

.reflx
{
  display: flex;
  gap: 50px;
  justify-content: space-between;
}
.reflectionLeft
{
  width: 55%;
}
.reflectionRight
{
  width: 35%;
  box-shadow: 0px 4px 4px 0px #00000040;
  padding: 60px 50px 70px;
  text-align: center;
  border-radius: 200px;
}

.reflectionLeft h3
{
  font-size: 36px;
  color: #223D71;
  margin-bottom: 20px;
  font-weight: 500;
}
.reflectionLeft p
{
   font-size: 18px;
  line-height: 150%;
  color: #555555;
  font-weight: 400;
  margin: 0 0 15px 0;
}
.abcFlx
{
   display: flex;
   gap: 30px;
   flex-wrap: wrap;
}
.abcVideo
{
  width: 48%;
  height: auto;
}
.abcVideo iframe
{
  width: 100%;
  height: 400px;
  border: 1px solid #fff;
}
.color-blue
{
  color:#223D71;
}
.achvFlx
{
  display: flex;
  gap:30px;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 30px;
}
.achvBox ul
{
  padding: 0 0 0 30px;
}
.achvBox ul li 
{
  font-size: 20px;
  line-height: 150%;
  color: #555555;
  font-weight: 400;
  margin: 0 0 0 0;
}
.moments
{
  width: 100%;
  display: flex;
  margin-bottom: 40px;
  gap: 20px;
}
.stcomt h3
{
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 20px;
}
.stcomt h3 img 
{
  max-height: 80px;
}
.evntDetails
{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 50px;
}
.evntDetailsLeft
{
  width: 68%;
  padding: 0 100px 0 0;
}
.evntDetailsLeft h3
{
  font-size: 40px;
  color: #223D71;
  margin-bottom: 20px;
  font-weight: 500;
}
.evntDetailsLeft p
{
   font-size: 16px;
  line-height: 150%;
  color: #555555;
  font-weight: 400;
  margin: 0 0 15px 0;
}
.event-desc-content img
{
  max-width: 100%;
  height: auto !important;
}
.event-desc-content table
{
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 20px 0;
}
.event-desc-content th,
.event-desc-content td
{
  border: 1px solid #ddd;
  padding: 8px 12px;
  font-size: 16px;
  line-height: 150%;
  color: #555555;
  vertical-align: top;
}
.event-desc-content th
{
  background: #f7f7f7;
  font-weight: 600;
  color: #223D71;
}
.event-desc-content .youtube-embed
{
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 0 20px 0;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #000;
}
.event-desc-content .youtube-embed iframe
{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.event-desc-content a
{
  color: #2563eb;
  text-decoration: underline;
  word-break: break-word;
}
.event-desc-content a:hover
{
  color: #c62e34;
}
.evntDetailsRight
{
  width: 28%;
  background: #F7F7F7;
  padding: 20px 0;
}
.evntDetailsRight h4
{
  font-size:20px;
  color: #223D71;
  line-height: 150%;
  font-weight: 700;
  padding: 0 30px 15px;
  border-bottom: 3px solid #AF251C;
}
.eventDateFull
{
  padding:20px 30px 0px;
}
.eventList
{
  display: flex;
  gap: 0px;
  margin-bottom: 15px;
  padding: 0 0 15px 0;
  border-bottom: 1px solid #7D7D7D;
}
.eventList:last-child
{
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.eventDt
{
  width: 100px;
}
.eventDt h5
{
  font-size: 36px;
  font-weight: 700;
  background: linear-gradient(180deg, #C52F32 0%, #5F1718 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.eventDt h6  
{
  font-size:20px;
  color: #223D71;
  line-height: 150%;
  font-weight: 800;
}
.eventtitl
{
  width: 100%;
}
.eventtitl p 
{
  font-size: 18px;
  line-height: 150%;
  color: #7D7D7D;
  font-weight: 600;
  margin: 0 0 5px 0;
}
.eventtitl a 
{
  font-size: 16px;
  font-weight: 600;
  color: #AF251C;
  text-decoration: underline;
}
.eventtitl a:hover
{
  color: #000;
}
.evntDetailsRight .eveBtn
{
  padding: 10px 30px 20px;
  height: auto;
}
.eventDetailsBanner
{
  background: url(../assets/images/student/event-details-banner.webp) no-repeat;
  background-size: cover;
  padding: 40px 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
.eventDetailsBanner h2
{
  font-size:40px;
  color: #fff;
  line-height: 150%;
  font-weight: 700;
  text-transform: uppercase;
  max-width: 650px;
  margin-bottom: 15px;
}
.eventDetailsBanner p
{
  font-size:30px;
  color: #fff;
  font-weight: 600;
}


/*** Student page end ***/


.discl p
{
  color: #555555;
  font-size: 30px;
  line-height: 140%;
  font-weight: 500;
  margin-bottom: 30px;
}
.discl p a 
{
  text-decoration: underline;
}  

.discl p a:hover
{
  color:#C52F32;
}
.privacy h2
{
  font-size:40px;
  color: #223D71;
  line-height: 120%;
  font-weight: 500;
  margin-bottom: 20px;
  margin-top: 10px;
}

.privacy h3
{
  font-size:30px;
  color: #223D71;
  line-height: 150%;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 10px;
}

.privacy p
{
  color: #555555;
  font-size: 18px;
  line-height: 150%;
  font-weight: 400;
  margin-bottom: 15px;
}
.privacy p a 
{
  text-decoration: underline;
  font-weight: 500;
}  

.privacy p a:hover
{
  color:#C52F32;
}
.privacy ul
{
  padding: 0 0 10px 20px;
}
.privacy ul li
{
  color: #555555;
  font-size: 20px;
  line-height: 150%;
  font-weight: 500;
  margin-bottom: 10px;
}

.galleryDc
{
  width: 100%;
  height: auto;
  gap: 15px;
  display: flex;
  flex-wrap: wrap;
}
.galleryPic
{
  width: 32%;
  height: 300px;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 10px;
}
.galleryPic img 
{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.galleryPic:hover img{
    transform:scale(1.05);
}

/* Popup */
.imgPopup{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100vh;
    background:rgba(0,0,0,.9);
    display:flex;
    align-items:center;
    justify-content:center;
    opacity:0;
    visibility:hidden;
    transition:.4s ease;
    z-index:9999;
    padding:20px;
}

.imgPopup.active{
    opacity:1;
    visibility:visible;
}

.imgPopup img{
    max-width:90%;
    max-height:90vh;
    border-radius:10px;
}

.closePopup{
    position:absolute;
    top:20px;
    right:30px;
    color:#fff;
    font-size:45px;
    cursor:pointer;
    line-height:1;
}
.customTabWrap{
    width:100%;
}

/* Tab Buttons */
.customTabBtns{
    display:flex;
    gap:12px;
    flex-wrap:wrap;
    margin-bottom:30px;
}

.customTabBtn{
    padding:18px 34px;
    border-radius:15px;
    border:1px solid #17346B;
    background:#F5F5F5;
    color:#17346B;
    font-size:20px;
    font-family: var(--font-inter);
    font-weight:400;
    cursor:pointer;
    transition:.4s ease;
}

.customTabBtn.active{
    background:#C52F32;
    border-color:#C52F32;
    color:#fff;
}

/* Content */
.customTabContent{
    display:none;
}

.customTabContent.active{
    display:block;
}

.gallerySl
{
  display: none;
}


.noticeTable{
    width:100%;
}

.tableHead,
.tableRow{
    display:grid;
    grid-template-columns: 2fr 1fr 200px;
    gap:10px;
    margin-bottom:10px;
}

.tableHead div{
    background:#173a78;
    color:#fff;
    padding:22px 20px;
    font-size:18px;
    font-weight:500;
    border-radius:6px;
}

.tableRow > div{
    background:#EAF0FF;
    border-radius:6px;
    padding:22px 30px;
    display:flex;
    align-items:center;
}

.programme{
    color:#223D71;
    text-decoration:none;
    font-size:20px;
    line-height:1.5;
    font-weight:500;
}

.date{
    font-size:18px;
    color:#555;
}

.detail a{
    text-decoration:none;
    color:#555;
    font-size:18px;
    font-weight:500;
}
.detail a:hover
{
  color: var(--footer-heading-color);
}

/* Newsletter page */

/* alumni page */

.anpTabContentWrap .sfFull
{
   flex-wrap: wrap;
}
.anpTabContentWrap .sfBox {
  width: 19%;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding:30px 20px;
  text-align: center;
}
.anpTabContentWrap .sfBox h6 
{
  font-size: 20px;
}


.anpTabsMain{
    width:100%;
    margin-top: 30px;
}

.anpTabBtns{
    display:flex;
    gap:15px;
    margin-bottom:20px;
    flex-wrap:wrap;
}

.anpTabBtn{
    padding: 18px 34px;
    border-radius: 15px;
    border: 1px solid #17346B;
    background: #F5F5F5;
    color: #17346B;
    font-size: 20px;
    font-family: var(--font-inter);
    font-weight: 400;
    cursor: pointer;
    transition: .4s ease;
}

.anpTabBtn.active{
    background: #C52F32;
    border-color: #C52F32;
    color: #fff;
}

.anpTabContent{
    display:none;
}

.anpTabContent.active{
    display:block;
}


/* Newsletter page end */


.yearTabsSec{
    width:100%;
    margin-top: 40px;
}

.yearTabs{
    width:100%;
    display:flex;
    gap:12px;
    flex-wrap:wrap;
    align-items:center;
}

.yearTabBtn{
    padding:15px 30px;
    border:1px solid #0b1f4d;
    background:#fff;
    color:#29477a;
    font-family: var(--font-inter);
    font-size:18px;
    font-weight:500;
    border-radius:15px;
    cursor:pointer;
    transition:0.3s ease;
}

.yearTabBtn:hover{
    background:#0b1f4d;
    color:#fff;
}

.yearTabBtn.active{
    background:linear-gradient(180deg, #d83434 0%, #b81f25 100%);
    border-color:#c42a2a;
    color:#fff;
}

.yearTabContentWrap{
    width:100%;
    margin-top:35px;
}

.yearTabContent{
    display:none;
}

.yearTabContent.active{
    display:block;
}

.placementTableWrap{
    width:100%;
    overflow-x:auto;
    border-radius:12px;
}

.placementTable{
    width:100%;
    min-width:1000px;
    border-collapse:collapse;
}

.placementTable thead tr{
    background:linear-gradient(180deg, #1d4698 0%, #001e63 100%);
}

.placementTable th{
    color:#fff;
    font-size:18px;
    font-family: var(--font-inter);
    font-weight:500;
    text-align:left;
    padding:28px 20px;
    border:1px solid rgba(255,255,255,0.3);
}

.placementTable td{
    font-size:18px;
    color:#1E1E1E;
    font-family: var(--font-inter);
    font-weight:400;
    padding:22px 20px;
    border:1px solid #c8c8c8;
    vertical-align:middle;
    line-height:1.5;
}

/* Alternate Row Color */

.placementTable tbody tr:nth-child(odd){
    background:#fff;
}

.placementTable tbody tr:nth-child(even){
    background:#F4F9FF;
}

/* First Column Width */

.placementTable th:first-child,
.placementTable td:first-child{
    width:90px;
}


.phd-btn .anpTabBtn
{
  padding: 18px 15px;
}

.colbr h2
{
  display: flex;
  justify-content: left;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}
.privacy.colbr p a
{
  font-size: 20px;
}
.colbr
{
  margin-bottom: 50px;
}
.colbr h4
{
  color: #555555;
  font-size: 20px;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 5px;
}
.acaFlx
{
  display: flex;
  gap: 30px;
  justify-content: space-between;
}


.videoSliderSec{
    width:100%;
    padding:0px 0;
}

.myVideoSwiper{
    width:100%;
    position:relative;
    padding-bottom:60px;
}

.videoCard{
    width:100%;
    border-radius:16px;
    overflow:hidden;
}

.videoCard img{
    width:100%;
    display:block;
    border-radius:16px;
}

/* Navigation */
.myVideoSwiper{
    width:100%;
    padding-bottom:70px;
    position:relative;
}

/* Bottom Controls */
.myVideoSwiper .swiper-navigation-wrap{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:150px;
    margin-top:20px;
    position: relative;
}

/* Arrows */
.myVideoSwiper .swiper-button-next,
.myVideoSwiper .swiper-button-prev{
    position:relative;
    top:unset;
    left:unset;
    right:unset;
    margin:0;
    width:34px;
    height:34px;
    border-radius:10px;
    background:#fff;
    color:#000;
}

.myVideoSwiper .swiper-button-next:after,
.myVideoSwiper .swiper-button-prev:after{
    font-size:14px;
    font-weight:700;
}

/* Pagination Number Style */
.myVideoSwiper .swiper-pagination{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:14px;
    bottom: 0 !important;
}

.myVideoSwiper .swiper-pagination-bullet{
    width:36px;
    height:36px;
    background:transparent;
    color:#777;
    font-size:20px;
    font-weight:600;
    opacity:1;
    border-radius: 5px !important;

    display:flex;
    justify-content:center;
    align-items:center;
}

/* Active */
.myVideoSwiper .swiper-pagination-bullet-active{
    background:#1d2945 !important;
    color:#fff;
    border-color:#1d2945;
}

.acaLeft
{
  width: 50%;
}
.acaRight
{
  width: 45%;
}
.acaFlx
{
  margin-bottom: 50px;
}

.acaFlx-2
{
  display: flex;
  gap: 50px;
  justify-content: left;
  align-items: center;
  margin-bottom: 70px;
}
.acL2
{
  width: 40%;
}
.acR2
{
  width: 60%;
}

.commentsFlx
{
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.commentBox
{
  width: 100%;
  max-width: 32%;
  background: #F5F8FF url(../assets/images/innerpage/coma.webp) no-repeat;
  background-position: 90% 30px;
  padding:30px 30px;
  border-radius: 20px;
}
.commentBox h5
{
  font-size: 20px;
  font-weight: 500;
  color: #223D71;
  line-height: 150%;
  min-height: 100px;
  margin-bottom: 10px;
}
.commentBox p
{
  font-size:18px;
  font-weight: 400;
  color: #555555;
  line-height: 150%;
  margin-bottom: 0px;
}
.privacy h4
{
  font-size: 24px;
  font-weight: 500;
  color: #b20f15;
  line-height: 150%;
  margin-bottom: 10px;
}
.privacy h5
{
  font-size: 22px;
  font-weight: 600;
  color: #363b42;
  line-height: 150%;
  margin-bottom: 10px;
}
.privacy h5 a 
{
  color: #b20f15;
}
.privacy h5 a:hover
{
  color: #223D71;
}
.placementGraph
{
  width: 100%;
  height: auto;
  margin: 40px 0;
  text-align: center;
}
.featureSec
{
  padding: 80px 0;
  background: url(../assets/images/innerpage/placement-bg-1.webp) no-repeat center;
  background-size: cover;
}
.featureSec h4 
{
  color: #fff;
  font-size: 34px;
  margin: 0 0 40px 0;
  font-weight: 700;
}
.featureFlx
{
  display: flex;
  gap: 20px;
}
.featureBox
{
  background: #00000047;
  border-radius: 20px;
  padding: 30px;
  width: 100%;
}
.featureIcon
{
  width: 100%;
  margin-bottom: 15px;
}
.featureBox p 
{
  color: #fff;
  font-size: 18px;
  margin: 0;
  font-weight: 400;
}

.studentProfileRow{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:20px;
    flex-wrap:wrap;
}

.studentProfileFilters{
    display:flex;
    align-items:center;
    gap:18px;
    flex-wrap:wrap;
}

.studentSelectBox{
    display:flex;
    align-items:center;
    gap:10px;
    padding:0 15px;
    min-height:50px;
    border:1px solid #0c2d74;
    border-radius:10px;
    background:#fff;
    max-width: 300px;
}

.studentSelectBox label{
    font-size:16px;
    font-weight:400;
    color:#555;
    white-space:nowrap;
}

.studentSelectBox select{
    border:none;
    outline:none;
    background:transparent;
    font-size:18px;
    font-weight:500;
    color:#555;
    cursor:pointer;
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance:none;
    padding-right:28px;
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8' fill='none'%3E%3Cpath d='M1 1L7 7L13 1' stroke='%23173a7a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat:no-repeat;
    background-position:right center;
    background-size:14px;
    font-family: var(--font-inter);
    width: 100%;
}

.studentFlx
{
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 40px;
}
.studentCardSec{
    width:100%;
    padding:40px 0;
    background:#ffffff;
}

.studentCard{
    width:100%;
    max-width:32%;
    background:#F5F8FF;
    border-radius:20px;
    padding:25px;
    margin-bottom: 15px;
}

.studentTop{
    display:flex;
    align-items:center;
    gap:32px;
    margin-bottom:28px;
}

.studentImg{
    width:220px;
    min-width:220px;
    border-radius:14px;
    overflow:hidden;
    background:#fff;
    box-shadow:0 4px 12px rgba(0,0,0,0.08);
    padding: 5px;
}

.studentImg img{
    width:100%;
    display:block;
    object-fit:cover;
}

.studentInfo h2{
    font-size:24px;
    line-height:1.3;
    font-weight:600;
    color:#1f3d7a;
    margin-bottom:12px;
}

.studentInfo p{
    font-size:16px;
    line-height:1.5;
    color:#555555;
    font-weight:400;
}

.studentDetails{
    width:100%;
}

.studentRow{
    display:grid;
    grid-template-columns:240px 1fr;
    gap:20px;
    padding:16px 0;
    border-bottom:1px solid #d3d6df;
}

.studentRow h3{
    font-size:20px;
    font-weight:500;
    color:#1E1E1E;
    line-height:1.4;
}

.studentRow span{
    font-size:16px;
    line-height:1.5;
    color:#555555;
    font-weight:400;
}

.studentProject{
    padding-top:18px;
}

.studentProject h3{
    font-size:20px;
    font-weight:500;
    color:#1E1E1E;
    margin-bottom:16px;
    line-height:1.4;
}

.studentProject p{
    font-size:16px;
    line-height:1.5;
    color:#555555;
    font-weight:400;
}

.studentProfileEmpty{
    width:100%;
    padding:40px 0;
    text-align:center;
    font-size:18px;
    color:#555555;
}

.studentProfilePagination{
    display:flex;
    justify-content:center;
    padding:20px 0 50px;
}

.studentProfilePagination .pagination{
    display:flex;
    align-items:center;
    gap:8px;
    flex-wrap:wrap;
}

.studentProfilePagination .page-link{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:40px;
    height:40px;
    padding:0 14px;
    border:1px solid #d3d6df;
    border-radius:8px;
    background:#ffffff;
    color:#1f3d7a;
    font-size:15px;
    font-weight:500;
    text-decoration:none;
    font-family:var(--font-inter);
    transition:background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.studentProfilePagination .page-link:hover{
    background:#F5F8FF;
    border-color:#1f3d7a;
}

.studentProfilePagination .page-link-active{
    background:#1f3d7a;
    border-color:#1f3d7a;
    color:#ffffff;
}

.studentProfilePagination .page-link-disabled{
    background:#f5f5f5;
    color:#999999;
    cursor:not-allowed;
}

.placementTabs{
    width:100%;
    padding:30px;
}

.placementTabBtns{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-bottom:25px;
}

.placementTabBtn{
    padding:10px 18px;
    border:1px solid #9aa8c7;
    border-radius:10px;
    background:#fff;
    color:#23407a;
    font-size:20px;
    font-weight:600;
    cursor:pointer;
    transition:0.3s;
    font-family: var(--font-inter);
}

.placementTabBtn.active{
    background:#d63a35;
    border-color:#d63a35;
    color:#fff;
}

.placementTabContent{
    display:none;
}

.placementTabContent.active{
    display:block;
}

.companyGrid{
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:14px;
}

.companyCard{
    background:#fff;
    border:1px solid #D5D5D5;
    border-radius:14px;
    padding:7px;
    display:flex;
    align-items:center;
    gap:12px;
    min-height:82px;
    transition:0.3s;
}

.companyCard:hover{
    box-shadow:0 4px 12px rgba(0,0,0,0.08);
}

.companyLogo{
    width:70px;
    height:70px;
    min-width:70px;
    border-radius:50%;
    overflow:hidden;
    border:1px solid #eee;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#fff;
    box-shadow: 0px 0px 6px 0px #00000026;
}

.companyLogo img{
    width:100%;
    height:100%;
    object-fit:contain;
}

.companyCard p{
    font-size:20px;
    color:#1E1E1E;
    line-height:1.4;
    font-family: var(--font-inter);
}
.infoTabsWrap{
    width: 100%;
}

.infoTabItem{
    background:#fff;
    border-radius:12px;
    overflow:hidden;
    margin-bottom:15px;
    border:1px solid #ddd;
}

.infoTabBtn{
    width:100%;
    border:none;
    background:#fff;
    padding:20px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    cursor:pointer;
    font-size: 26px;
    color: #223D71;
    font-weight: 500;
}

.infoTabIcon{
    font-size:28px;
    transition:0.3s;
}

.infoTabContent{
    max-height:0;
    overflow:hidden;
    transition:max-height 0.4s ease;
    padding:0 20px;
}


.infoTabItem.active .infoTabContent{
    max-height: inherit;
}

.infoTabItem.active .infoTabIcon{
    transform:rotate(45deg);
}
.infoPc
{
  margin-bottom: 20px;
}
.infoPc img
{  
   max-height: 100px;
}

.sitemap
{
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.siteBox
{
  width: 100%;
  height: auto;
}
.siteBox h4
{
  font-size: 22px;
  color: #223D71;
  margin-bottom: 20px;
  font-weight: 500;
}
.siteBox h4 a 
{
  color: #223D71;
  text-decoration: underline;
}
.siteBox h4 a:hover
{
  color: #C62E34;
}
.siteBox ul 
{
  padding: 0 0 20px 20px;
}
.siteBox ul li 
{
  font-size: 18px;
  color: #000;
  margin-bottom: 8px;
}
.siteBox ul li a:hover
{
  color: #C62E34;
}
.intrFlx
{
  display: flex;
  gap: 30px;
  justify-content: space-between;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 40px;
}


.scitAccordionWrap{
    width:100%;
    margin: 0px 0 0;
}

.scitAccordionItem{
    background:#F5F8FF;
    border:1px solid #F5F8FF;
    margin-bottom:20px;
    overflow:hidden;
}

.scitAccordionHeader{
    width:100%;
    padding:24px 25px;
    background:transparent;
    border:none;
    display:flex;
    justify-content:space-between;
    align-items:center;
    cursor:pointer;
    text-align:left;
    color:#1d3d74;
    font-size:24px;
    font-weight:600;
     font-family: var(--font-inter);
}

.scitAccordionIcon{
    font-size:34px;
    line-height:1;
    transition:0.3s;
}

.scitAccordionContent{
    max-height:0;
    overflow:hidden;
    transition:max-height 0.5s ease;
     font-family: var(--font-inter);
}

.scitAccordionItem.active .scitAccordionContent{
    max-height:inherit;
}

.scitAccordionFlex{
    display:flex;
    gap:40px;
    padding:30px 25px 30px;
}

.scitAccordionLeft{
    width:50%;
}

.scitAccordionLeft p{
    font-size:16px;
    line-height:150%;
    color:#555555;
    margin-bottom:20px;
}

.scitAccordionLeft ul{
    padding-left:30px;
}

.scitAccordionLeft ul li{
    margin-bottom:12px;
    line-height:1.7;
    color:#555555;
    font-size: 16px;
    position: relative;
    padding: 0 0 0 7px;
    list-style: none;
}
.scitAccordionLeft ul li:before
{
  content: "";
  width: 10px;
  height: 10px;
  background: #223D71;
  position: absolute;
  left: -15px;
  top: 7px;
  border-radius: 50%;
}

.scitAccordionRight{
    width:50%;
}

.scitAccordionRight img{
    width:100%;
    border-radius:10px;
}

.scitDownloadBtn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:14px 30px;
    background:#223d71;
    border:2px solid #4a6291;
    color:#fff;
    text-decoration:none;
    font-size:16px;
    transition:0.3s ease;
}

.scitDownloadBtn:hover{
    background:#162c56;
}
.foundedFlx
{
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding: 0px 25px 30px
}
.foundedBox
{
  width: 100%;
  max-width: 31%;
  background: #FFFFFF;
  padding: 20px;
  border-radius: 10px;
}
.fundedPic
{
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.foundedBox p 
{
  color: #555555;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
}

.acdHeading
{
  font-size: 36px;
  color: #1d3d74;
  font-weight: 600;
  font-family: var(--font-inter);
  margin: 100px 0 40px;
}
.safe .sfBox
{
  max-width: 25%;
}

/* placement stats Start */


.mbaPlacementTabs_wrapper{
    background:url(../assets/images/innerpage/place-bg.webp) no-repeat;
    background-size: cover;
    padding:80px 20px;
}

/* Program Tabs */

.mbaPlacementTabs_programs{
    max-width:700px;
    margin:0 auto 40px;
    background:#fff;
    padding:8px;
    border-radius:20px;
    display:flex;
    gap:10px;
}

.mbaPlacementTabs_program{
    flex:1;
    height:56px;
    border-radius:14px;
    border:1px solid #35528c;
    background:#FFFFFF;
    color:#29467d;
    font-size:20px;
    font-weight:600;
    cursor:pointer;
    font-family: var(--font-inter);
}

.mbaPlacementTabs_program.active{
    background:linear-gradient(to bottom,#d52834,#891019);
    color:#fff;
    border:none;
}

/* Sub Tabs */

.mbaPlacementTabs_nav{
    display:flex;
    justify-content:center;
    gap:15px;
    flex-wrap:wrap;
    margin-bottom:40px;
}

.mbaPlacementTabs_btn{
    padding:14px 28px;
    background:transparent;
    color:#fff;
    border:1px solid #fff;
    border-radius:40px;
    cursor:pointer;
    font-size:18px;
    font-weight:600;
    text-transform:uppercase;
    font-family: var(--font-inter);
}

.mbaPlacementTabs_btn.active{
    background:#fff;
    color:#111;
}

/* Content Area */

.mbaPlacementTabs_programContent{
    display:none;
}

.mbaPlacementTabs_programContent.active{
    display:block;
}

.mbaPlacementTabs_panel{
    display:none;
}

.mbaPlacementTabs_panel.active{
    display:block;
}

.mbaPlacementTabs_panel{
    background:#f5f5f5;
    padding:40px 40px;
    max-width:1350px;
    margin:auto;
    min-height: 500px;
}

/* Cards */

.mbaPlacementTabs_cards{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
    margin-top: 100px;
}

.mbaPlacementTabs_card{
    background:#fff;
    text-align:center;
    padding:35px 20px;
    box-shadow:0 2px 12px rgba(0,0,0,0.08);
}

.mbaPlacementTabs_card h4{
    font-size:18px;
    line-height:1.5;
    margin-bottom:25px;
    color:#111;
    font-weight:500;
    min-height: 56px;
}

.mbaPlacementTabs_card span{
    color:#96B583;
    font-size:32px;
    font-weight:700;
}
.mbaFinalTabs {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 52px;
  flex-wrap: wrap;
  margin-top: -120px;
}

.mbaFinalTabBtn{
    min-width:170px;
    height:55px;
    border:1px solid #fff;
    border-radius:40px;
    background:transparent;
    color:#fff;
    font-size:20px;
    font-weight:600;
    cursor:pointer;
    transition:.3s;
    font-family: var(--font-inter);
}

.mbaFinalTabBtn.active{
    background:#fff;
    color:#111;
}

.mbaFinalTabContent{
    display:none;
}

.mbaFinalTabContent.active{
    display:block;
}

.mbaPic img{
   width: auto;
   display: block;
   margin: 0px auto;
}

.mbaPic
{
  width: 100%;
  text-align: center;
}

#itbm-final, #dsda-final
{
  margin-top: 130px;
}
.mbaPicMobile
{
  width: 100%;
  height: auto;
  display: none;
}






/* Media Query Start */
@media screen and (max-width: 1750px){
  .scitFaqContent p, .scitFaqContent ul li, .conTable p, .teachText, .committee p, .reflectionLeft p, .achvBox ul li
  {
    font-size: 18px;
  }
  .conTable h5, .discl p
  {
    font-size: 26px;
  }
  .anpTabContentWrap .sfBox {
    width: 18%;
  }
  .phd-btn .anpTabBtn {
    padding: 15px 15px;
    font-size: 16px;
  }
  .privacy h2
  {
    font-size: 42px;
  }

  .featureSec h4
  {
    font-size: 28px;
  }
  .featureBox p
  {
    font-size: 20px;
  }
  .featureBox
  {
    padding: 30px 20px;
  }


}
@media screen and (max-width: 1550px){
	.qicBanner h1, .inner-titel
	{
		font-size: 40px;
	}
  .scitFaqContent p, .scitFaqContent ul li, .privacy p, .privacy ul li, .privacy.colbr p a, .commentBox h5
  {
    font-size: 18px;
  }
  .contactLeft
  {
    width: 40%;
  }
  .contactRight
  {
    width: 57%;
  }
  .contactLeft h3
  {
    font-size: 26px;
  }
  .contactLeft h4
  {
    font-size: 20px;
  }
  .conIcon
  {
    font-size: 16px;
  }
   .conTable h5, .discl p
  {
    font-size: 20px;
  }
  .stuBox
  {
    padding: 15px;
    margin-bottom: 20px;
  }
  .stuBox h5
  {
    margin-bottom: 10px;
  }
  .stuPic
  {
    height: 130px;
  }
  .eveBox
  {
    padding: 20px;
  }
  .evePic
  {
    height: 200px;
  }
  .reflectionRight
  {
    border-radius: 100px;
  }
  .evntDetailsLeft {
    width: 63%;
    padding: 0 0 0 0;
  }
  .evntDetailsRight
  {
    width: 35%;
  }
   .anpTabContentWrap .sfBox {
    width: 24%;
  }
  .privacy h2
  {
    font-size: 36px;
  }
  .acaLeft {
     width: 50%;
  }
  .acaRight {
    width: 50%;
  }
  .featureBox p
  {
    font-size:16px;
  }
  .studentImg
  {
    width: 200px;
    min-width: 170px;
  }
  .studentTop
  {
    gap: 20px;
  }
  .studentInfo h2
  {
    font-size: 22px;
  }
  .studentRow h3
  {
    font-size: 18px;
  }
  .studentRow
  {
    grid-template-columns: 200px 1fr;
  }
  .studentSelectBox
  {
    padding: 0 13px;
    min-height: 61px;
  }
  .studentProfileFilters
  {
    gap: 7px;
  }
  .studentCard
  {
    padding: 18px;
  }
  .studentSelectBox label
  {
    font-size: 16px;
  }
  .scitAccordionHeader
  {
    font-size: 22px;
  }
  .foundedFlx
  {
    gap: 18px;
  }
  .foundedBox
  {
    max-width: 32%;
  }
  .mbaPlacementTabs_btn
  {
    font-size: 15px;
    padding: 14px 22px;
  }
  .mbaPlacementTabs_panel
  {
    min-height: auto;
  }
  .mbaPlacementTabs_cards
  {
    margin-top: 0;
  }
  .privacy h3
  {
    font-size: 26px;
  }
  .inrSection
  {
    padding: 30px 0;
  }
  .inrBanner h1
  {
    font-size: 36px;
  }

}
@media screen and (max-width: 1400px){

	.qicBanner h1, .inner-titel
	{
		font-size: 36px;
	}
  .conTable
  {
    padding: 20px 20px;
  }
  .conForm
  {
    padding: 30px;
  }
  .teachText, .committee p, .reflectionLeft p, .achvBox ul li, .privacy p, .privacy ul li, .privacy.colbr p a, .commentBox p, .commentBox h5
  {
    font-size: 16px;
  }
  .conInput input, .conFrombtm textarea, .fileLabel
  {
    font-size: 16px;
  }
  .stuBox p 
  {
    font-size: 14px;
  }
  .stuBox h5
  {
    font-size: 18px;
  }
  .stuBox
  {
    border-radius: 10px;
  }
  .stuDec h4, .privacy h4
  {
    font-size: 20px;
  }
  .privacy h5
  {
    font-size: 18px;
  }
  .stuActBox
  {
    padding: 20px;
    border-radius: 10px;
  }
  .evedec h5
  {
    font-size: 20px;
  }
  .evedec p
  {
    font-size: 15px;
  }
  .evedec h4
  {
    font-size: 16px;
  }
  .eveBox
  {
    border-radius: 10px;
    padding: 20px 20px 30px;
  }
  .evePic {
    height: 168px;
  }
  .committee h3, .reflectionLeft h3
  {
    font-size: 32px;
  }
  .reflectionRight
  {
     display: flex;
     justify-content: center;
     align-items: center;
     padding: 0;
  }
  .abcVideo iframe
  {
    height: 350px;
  }
  .galleryPic
  {
    height: 250px;
  }
  .eventDetailsBanner h2, .evntDetailsLeft h3 {
    font-size: 32px;
  }
  .eventDetailsBanner p
  {
    font-size: 24px;
  }
  .eventtitl p
  {
    font-size: 16px;
  }
  .anpTabContentWrap .sfBox {
    width: 23%;
  }
  .anpTabContentWrap .sfBox h6 {
    font-size: 18px;
  }
  .logo img {
    max-width: 100%;
  }
  .studentImg {
    min-width: 137px;
    width: 137px;
  }
   .studentInfo h2, .studentProject h3 {
    font-size: 18px;
  }
  .studentInfo p, .studentProject p {
    font-size: 15px;
  }
   .studentRow h3 {
    font-size: 16px;
  }
  .safe
  {
    flex-wrap: wrap;
  }
  .safe .sfBox
  {
    max-width: 48%;
  }
  .mbaPlacementTabs_nav
  {
    gap: 10px;
  }
   .mbaPlacementTabs_btn {
    font-size: 14px;
  }
  .placementTabBtn
  {
    font-size: 16px;
  }
  .companyCard p
  {
    font-size: 16px;
  }
  .companyLogo {
    width: 60px;
    height: 60px;
    min-width: 60px;
  }
  .commentBox
  {
    padding: 20px 20px;
    border-radius: 10px;
  }

}
@media screen and (max-width: 1200px){

	.inrBanner h1, .inner-titel, .privacy h2 {
      font-size: 42px;
  }
  .contactLeft
  {
    width: 50%;
  }
  .contactRight
  {
    width: 48%;
  }
  .conTable p, .discl p, .privacy.colbr p a
  {
    font-size: 16px;
  }
  .contactLeft h4 {
    font-size: 18px;
  }
  .staFlx
  {
    gap: 10px;
  }
  .stuPic {
    height: 100px;
  }
  .eveFlx
  {
    gap: 15px;
  }
  .evedec h5 {
    font-size: 18px;
  }
  .reflectionLeft {
    width: 60%;
  }
  .reflectionRight img 
  {
    max-height: 130px;
  }
  .stcomt h3 {
    flex-wrap: wrap;
  }
  .achvFlx
  {
    flex-wrap: wrap;
  }
  .achvBox
  {
    width: 48%;
  }
  .galleryPic
  {
    height: 250px;
  }
  .placementTable th{
        font-size:15px;
        padding:20px 14px;
    }

    .placementTable td{
        font-size:14px;
        padding:20px 14px;
    }
  .phd-btn {
    gap: 10px;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 20px;
  }
  .phd-btn .anpTabBtn
  {
    min-width: 140px;
  }
  .acaFlx
  {
    flex-wrap: wrap;
  }
  .acaLeft, .acaRight, .acL2, .acR2 {
      width: 100%;
   }

   .acaFlx-2
   {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    gap: 8px;
    margin-bottom: 30px;
   }
   .privacy.colbr p a {
    font-size: 16px;
  }
  .colbr
  {
    margin-bottom: 20px;
  }
  .commentBox
  {
    padding: 30px 20px;
    border-radius: 10px;
    max-width: 31%;
  }
  .studentCard
  {
    max-width: 48%;
  }
  .siteBox ul li
  {
    font-size: 16px;
  }
  .siteBox h4
  {
    font-size: 20px;
  }
  .foundedBox {
    max-width: 48%;
  }
  .mbaPlacementTabs_nav
  {
    flex-wrap: nowrap;
  }

}
@media screen and (max-width: 991px){
	.inrBanner img {
	  height: 300px;
	  object-fit: cover;
	}
  .conForm h4, .committee h3, .reflectionLeft h3, .privacy h3, .privacy h2
  {
    font-size: 26px;
  }
  .stuBox
  {
    width: 32%;
    margin-bottom: 5px;
  }
  .stuAchFlx
  {
    grid-template-columns: repeat(3, 1fr);
  }
  .stuAchFlx .stuBox
  {
    width: 100%;
  }
  .stuBox h4
  {
    font-size: 16px;
  }
  .stuDec p, .committee p, .reflectionLeft p, .achvBox ul li, .privacy p, .privacy ul li, .privacy.colbr p a
  {
    font-size: 14px;
  }
  .eveBox
  {
    width: 48%;
  }
  .evedec p {
    font-size: 14px;
  }
  .evePic {
    height: 150px;
  }
  .reflectionRight img 
  {
    max-width: 100px;
  }
  .abcVideo iframe
  {
    height: 300px;
  }
  .abcFlx
  {
    gap: 15px;
  }
  .galleryPic
  {
    width: 46%;
  }
  .customTabBtn
  {
    font-size: 16px;
    font-weight: 500;
    padding: 14px 34px;
  }
  .evntDetailsLeft {
    width: 100%;
  }
  .evntDetailsRight
  {
    width: 100%;
    max-width: 400px;
    margin-top: 20px;
  }
  .anpTabContentWrap .sfBox {
    width: 31%;
  }
  .yearTabs
  {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 0 0 10px 0;
  }
  .colbr h4 {
    font-size: 18px;
    margin-top: 20px;
  }
  .acaFlx {
     margin-bottom: 30px;
  }  
  .commentBox
  {
    max-width: 46%;
  }
  .featureFlx
  {
    flex-wrap: wrap;
  }
  .featureBox
  {
    max-width: 31%;
  }
  .featureIcon img
  {
    max-height: 70px;
  }
  .featureSec
  {
    padding: 40px 0;
  }
  .featureSec h4 {
    font-size: 24px;
  }
   .studentRow {
    grid-template-columns: 151px 1fr;
  }
  .studentRow span
  {
    font-size: 14px;
  }
  .companyGrid{
    grid-template-columns:repeat(2, 1fr);
  }
  .companyCard p
  {
    font-size: 18px;
  }
  .intrFlx
  {
    flex-wrap: wrap;
    gap: 0;
  }
  .intrFlx .misionFl
  {
    width: 47%;
    margin-bottom: 20px;
  }
  .foundedBox p
  {
    font-size: 14px;
  }
  .scitAccordionFlex {
    display: block;
  } 
  .scitAccordionLeft {
    width: 100%;
    margin-bottom: 20px;
  }
  .scitAccordionRight {
    width: 100%;
  }
   .scitAccordionHeader {
    font-size: 18px;
  }
   .mbaPlacementTabs_btn {
    min-width: 300px;
  }
   .mbaPlacementTabs_nav {
    justify-content: left;
    overflow-y: scroll;
    padding: 0 0 10px 0;
  }

}

@media screen and (max-width: 767px){

  .scitFaqItem {
        border-radius: 10px;
        margin-bottom: 14px;
    }

    .scitFaqBtn {
        padding: 18px 15px;
    }

    .scitFaqBtn span{
        font-size: 16px;
    }
    .scitFaqContent p, .scitFaqContent ul li
    {
      font-size: 15px;
    }
    .scitFaqItem.active .scitFaqContent {
      padding: 0 20px 20px;
      max-height: inherit;
    }
    .inrSection
    {
      padding: 30px 0;
    }
    .conFlx
    {
      display: block;
    }
    .contactLeft
    {
      width: 100%;
    }
    .contactRight
    {
      width: 100%;
    }
    .conTable
    {
      border-radius: 20px;
      margin-bottom: 30px;
    }
    .contactRight iframe
    {
      height: 350px;
      border-radius: 20px;
    }
    .conFromTop {
      gap: 12px;
      margin-bottom: 12px;
    }
    .conInput input, .conFrombtm textarea
    {
      font-size: 15px;
    }
    .conForm
    {
      border-radius: 20px;
      padding:30px 20px;
    }
     .contactLeft h3 {
       font-size: 22px;
       margin-bottom: 20px;
     }
     .contactRight .conForm {
        margin-top: 30px;
        height: auto;
      }
      .contactRight .conFrombtm textarea {
        height: 150px;
      }
      .conInput input
      {
        height: 50px;
      }
      .fileLabel
      {
          padding: 12px 12px;
      }
      .contactRight .conFromBtn {
         margin-top: 29px;
      }
      .stuBox
      {
        width: 48%;
      }
      .stuAchFlx
      {
        grid-template-columns: repeat(2, 1fr);
      }
      .stuAchFlx .stuBox
      {
        width: 100%;
      }
      .stuActBox
      {
        width: 48%;
        padding: 15px;
      }
      .stuPic
      {
        margin-bottom: 10px;
      }
      .reflx
      {
        flex-direction: column-reverse;
        gap: 0;
      }
      .reflectionLeft {
        width: 100%;
      }

    .reflectionRight {
      width: auto;
      margin-bottom: 30px;
      max-width: 200px;
      padding: 30px 0;
    }
    .achvBox {
      width: 46%;
    }
     .galleryDc{
        overflow:hidden;
    }

    .galleryPic{
      width:100% !important;
      margin-bottom:0;
    }
    .evntDetailsLeft p, .scitAccordionLeft p, .scitAccordionLeft ul li
    {
      font-size: 14px;
    }
    .evntDetailsRight
    {
      max-width: 100%;
    }
    .eventDetailsBanner h2, .evntDetailsLeft h3 {
      font-size: 28px;
    }
    .eventDetailsBanner
    {
      flex-wrap: wrap;
      padding: 40px 20px;
    }
    .galleryDc
    {
      display: none;
    }
    .gallerySl
    {
      display: block;
      padding: 0 0 0 15px;
    }
    .swiper-gallery, .swiper-gallery1, .swiper-gallery2
    {
      height: 300px;
      overflow: hidden;
    }
    .galleryPic
    {
      border-radius: 5px;
    }
    .customTabBtn {
      font-size: 16px;
      padding: 14px 17px;
    }
    .tableHead{
        display:none;
    }

    .tableRow{
        grid-template-columns:1fr;
        gap:0;
        background:#dfe3ef;
        border-radius:8px;
        overflow:hidden;
        margin-bottom:14px;
    }

    .tableRow > div{
        background:transparent;
        border-radius:0;
        padding:20px;
        display:block;
    }

    .programme{
        padding-bottom:10px !important;
    }

    .programme a{
        font-size:18px;
        line-height:1.5;
    }

    .date{
        position:relative;
        padding-top:18px !important;
        margin-top:5px;
        font-size:16px;
    }

    .date::before{
        content:"Date:";
        display:block;
        font-weight:700;
        color:#000;
        margin-bottom:8px;
    }

    .date{
        border-top:1px solid rgba(0,0,0,0.15);
    }

    .detail{
        text-align:right;
        padding-top:0 !important;
    }

    .detail a{
        font-size:16px;
        color:#222;
    }
    .anpTabContentWrap .sfBox {
      width: 45%;
    }
    .colbr h2
    {
      gap: 10px;
    }
  .featureBox {
    padding: 20px 15px;
    border-radius:10px;
  }
  .featureBox p {
    font-size: 14px;
  }
  .featureBox {
    max-width: 46%;
  }
  .studentCard
  {
    max-width: 100%;
  }
  .placementTabs{
        padding:20px 15px;
    }

    .placementTabBtns{
        overflow-x:auto;
        flex-wrap:nowrap;
        padding-bottom:5px;
    }
    .placementTabBtns::-webkit-scrollbar{
        height:4px;
    }
    .placementTabBtn{
        white-space:nowrap;
        font-size:13px;
        padding:10px 14px;
    }
    .companyGrid{
        grid-template-columns: repeat(2, 1fr);
    }
    .companyCard{
        padding:8px;
        min-height:auto;
        gap: 8px;
    }
    .companyCard p {
      font-size: 14px;
    }
    .infoTabBtn
    {
      font-size: 18px;
      text-align: left;
      padding: 12px;
    }
    .siteBox ul li
    {
      font-size: 14px;
    }
    .sitemap
    {
      flex-wrap: wrap;
    }
    .siteBox {
      width: 45%;
    }
    .infoTabContent
    {
      padding: 0 12px;
    }
    .scitAccordionFlex
    {
      padding: 0px 10px 20px;
    }
    .scitAccordionHeader
    {
      font-size: 16px;
      padding: 24px 13px;
    }
    .inrBanner.leaadr h1
    {
      text-align: center;
      font-size: 26px;
    }
    .leaadr h1 br 
    {
      display: none;
    }
    .mbaPlacementTabs_cards{
        grid-template-columns:1fr;
    }

    .mbaPlacementTabs_panel{
        padding:20px 10px;
    }

    .mbaPlacementTabs_btn{
        width:100%;
    }
    .mbaPlacementTabs_program
    {
      font-size: 18px;
      height: 50px;
    }
    .mbaPlacementTabs_wrapper
    {
      padding: 40px 15px;
    }
    .mbaPic
    {
      display: none;
    }  
    .mbaPicMobile
    {
      display: block;
    }
    .mbaFinalTabBtn {
     min-width: 126px;
     font-size: 16px;
    } 

}
@media screen and (max-width: 570px){

	.mb-none
	{
		display: none;
	}	
	.dc-none
	{
		display: block;
	}
	.inrBanner h1
	{
		font-size: 28px;
		transform: translateY(-0%);
		top: 30px;
	}
  .inner-titel
  {
    font-size: 28px;
  }
  .conTable p {
    font-size: 14px;
  }
   .conIcon {
    font-size: 15px;
  }
  .conFromTop
  {
    display: block;
    margin-bottom: 0px;
  }
  .conInput
  {
    margin-bottom: 10px;
  }
  .conForm h4, .privacy h3
  {
    font-size: 24px;
  }
   .contactLeft h3 {
    font-size: 20px;
  }
  .conTable h5 {
    font-size: 16px;
  }
  .teachBox
  {
    padding: 10px;
    gap: 8px;
    border-radius: 10px;
  }
   .teachText {
    font-size: 14px;
    line-height: 22px;
  }
  .teachIcon {
    min-width: 45px;
    width: 45px;
  }
  .contactRight .conForm h4 {
     margin-bottom: 20px;
  }
  .stuBox
    {
      width: 100%;
    }
  .stuAchFlx
  {
    grid-template-columns: 1fr;
  }
  .stuAchFlx .stuBox
  {
    width: 100%;
  }
  .stuActBox
    {
      width: 100%;
    }
  .eveBox
  {
    width: 100%;
  }
  .evedec
  {
    min-height: auto;
  }
  .evePic {
    height: auto;
    max-height: 350px;
  }
  .abcVideo {
    width: 100%;
  }
  .achvFlx
  {
    gap: 10px;
  }
  
  .achvBox {
      width: 100%;
  }
  .moments
  {
    flex-wrap: wrap;
  }
   .anpTabContentWrap .sfBox {
    width: 47%;
  }
  .anpTabBtn {
    padding: 14px 28px;
    font-size: 16px;
  }
  .commentBox
  {
    width: 100%;
    max-width: 100%;
    background-size: 100px;
  }
  .commentBox h5, .commentBox p
  {
   font-size: 14px;
   min-height: auto;
  }
   .featureSec h4 {
    font-size: 20px;
  }
  .featureBox:last-child
  {
    max-width: 98%;
  }
  .studentSelectBox
  {
    width: 100%;
    justify-content: space-between;
    position: relative;
  }
  .studentProfileRow
  {
    gap: 0;
  }
  .companyLogo
  {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }
  .siteBox {
    width: 100%;
  }
  .sitemap
  {
    gap: 0;
  }
  .intrFlx .misionFl
  {
    width: 100%;
    margin-bottom: 20px;
  }
  .intrFlx .missionText {
    min-height: auto;
  }
  .acdHeading
  {
    font-size: 24px;
    margin:30px 0 20px 0;
  }
   .foundedBox {
    max-width: 100%;
  }
  .inrBanner.leaadr h1 {
    font-size: 24px;
  }
  .mbaPlacementTabs_program {
    font-size: 16px;
  }
  .studentSelectBox select
  {
    width: 100%;
  }
  .studentProfileFilters
  {
    width: 100%;
  }

}
@media screen and (max-width: 400px){

 .scitFaqContent p, .scitFaqContent ul li
    {
      font-size: 14px;
    }
    .teachIcon {
      min-width: 40px;
      width: 40px;
    }
    .teachText
    {
      font-size: 13px;
    }
    .abcVideo iframe {
      height: 260px;
    }
    .discl p, .privacy p, .privacy ul li, .privacy.colbr p a
    {
      font-size: 14px;
      margin-bottom: 10px;
    }
    .anpTabContentWrap .sfBox {
      padding: 20px 10px;
    }
    .anpTabContentWrap .sfBox h6 {
      font-size: 16px;
    }
    .companyCard
    {
      align-items: initial;
    }
    .companyLogo {
      width: 45px;
      height: 45px;
      min-width: 45px;
    }
    .companyCard p {
      font-size: 13px;
      line-height: 120%;
    }
	
}

.contact-field-error {
  display: block;
  color: #c52f32;
  font-size: 14px;
  margin-top: 6px;
  line-height: 1.3;
}

.conInput input.is-invalid,
.conFrombtm textarea.is-invalid {
  border-color: #c52f32;
}


