@media (max-width:1699px) {
    .logo {
        width: 220px;
    }

    .menu>li {
        font-size: 14px;
    }

    .menu>li>a {
        color: #fff;
        position: relative;
        padding: 20px 8px;
    }

    .menu>li.ddMenu>a {
        padding-right: 28px;
    }

    .searchInner {
        width: 170px;
    }

    .bannerSlider .item .container {
        height: 560px;
    }

    .bannerHd {
        font-size: 48px;
        line-height: 60px;
    }

    .bannerText {
        font-size: 22px;
        line-height: 32px;
    }

    .UniversityInfo .hd span,
    .UniversityInfo .hd h1 {
        font-size: 40px;
        line-height: 48px;
    }

    .facultiesSlider .item .det .hd {
        font-size: 19px;
        line-height: 24px;
    }

    .facultiesSlider .item .det .text {
        font-size: 15px;
        line-height: 22px;
    }

    .mainHd {
        font-size: 30px;
        line-height: 38px;
    }

    .hdText {
        font-size: 18px;
        line-height: 28px;
    }

    .textBox {
        font-size: 15px;
        line-height: 26px;
    }

    .campusBox.large {
        padding: 25px;
        height: 650px;
    }

    .smallBox .det {
        padding: 25px;
    }
/* GLOBALLY FORCE DESKTOP TOP BANNERS TO SHOW ON MOBILE (Targeted to prevent mid-page gaps) */
#wrap > section.s_image_title:first-child,
#wrap > section.s_image_title:first-child.d-none,
#wrap > section.s_image_title:first-child.o_snippet_mobile_invisible,
#wrap > section.s_image_title:first-child.d-none.d-lg-block {
    display: block !important;
}

/* Fix mobile clipping for top banners forced to show */
@media (max-width: 991px) {
    #wrap > section.s_image_title:first-child {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
        background-position: center !important;
    }
    .navbar > .container,
        .navbar > .container-fluid,
        .navbar > .container-sm,
        .navbar > .container-md,
        .navbar > .container-lg,
        .navbar > .container-xl,
        .navbar > .container-xxl {
          display:  flex !important;
          flex-wrap: inherit;
          align-items: center !Important;
          justify-content: space-between !important;
        }
}

@media (max-width:1699px) {
   .logo {width: 220px;}
   .menu > li {font-size: 14px;}
   .menu > li > a {color: #fff; position: relative; padding: 20px 8px;}
    .menu > li.ddMenu > a {padding-right: 28px;}
   .searchInner {width: 170px;}
   .bannerSlider .item .container {height: 560px;}
   .bannerHd {font-size: 48px; line-height: 60px;}
   .bannerText {font-size: 22px; line-height: 32px;}
   .UniversityInfo .hd span,
    .UniversityInfo .hd h1 {font-size: 40px; line-height: 48px;}
   .facultiesSlider .item .det .hd {font-size: 19px; line-height: 24px;}
   .facultiesSlider .item .det .text {font-size: 15px; line-height: 22px;}
   .mainHd {font-size: 30px; line-height: 38px;}
   .hdText {font-size: 18px; line-height: 28px;}
   .textBox {font-size: 15px; line-height: 26px;}

    .smallBox {
        height: 322px;
    }

    .campusHd {
        font-size: 32px;
    }

    .campusText {
        font-size: 18px;
        line-height: 24px;
    }

    .smallBox.full {
        padding: 25px;
    }

    .blogList li .inner .det .name {
        font-size: 19px;
    }

    .alumniBox .left {
        width: 280px;
    }

    .alumniLinks li a {
        font-size: 14px;
        padding: 0 15px;
    }

    .alumniBox .right {
        width: calc(100% - 280px);
        padding-left: 20px;
    }

    .alumniSlider .item .img {
        width: 115px;
        height: 115px;
    }

    .alumniSlider .item .det {
        width: calc(100% - 115px);
        padding-left: 15px;
    }

    .alumniSlider .item .det .name {
        font-size: 19px;
        line-height: 26px;
    }

    .detailTabsCon ul li a {
        font-size: 18px;
    }

    .detailSubTab ul {
        margin: -5px;
    }

    .detailSubTab ul li {
        padding: 5px;
    }

    .detailSubTab ul li a {
        font-size: 17px;
        padding: 12px 30px;
    }

    .conditionBox {
        padding: 20px;
    }

    /*Start 07 Feb 2025*/
    .researchList>li {
        width: 33.33%;
    }

    .studentHousing li .inner .name {
        font-size: 20px;
    }

    .studentHousing.female li .inner {
        min-height: 240px;
    }

}

@media (max-width:1300px) {
    a.showMobMenu {
        display: block;
        position: absolute;
        right: 15px;
        top: 50%;
        margin-top: -10px;
    }

    a.showMobMenu i {
        width: 32px;
        height: 3px;
        display: block;
        border-radius: 6px;
        background: #fff;
        margin-bottom: 5px;
        transition: ease-in-out .4s;
    }

    a.showMobMenu.active {
        margin-top: -3px;
    }

    a.showMobMenu.active i:nth-child(3) {
        display: none;
    }

    a.showMobMenu.active i:nth-child(1) {
        transform: rotate(45deg);
        background: #fff;
    }

    a.showMobMenu.active i:nth-child(2) {
        transform: rotate(-45deg);
        margin: -7px auto 0 auto;
        background: #fff;
    }

    .menu {
        display: block;
        position: fixed;
        left: -280px;
        top: 0;
        background: #fff;
        width: 280px;
        height: 100%;
        z-index: 100001;
        overflow: auto;
        transition: ease-in-out .4s;
    }

    .menu.active {
        left: 0;
    }

    .menuBox.active:before {
        content: '';
        width: 100%;
        height: 100%;
        z-index: 11;
        background: rgba(0, 0, 0, .7);
        position: fixed;
        left: 0;
        top: 0;
    }

    .menu>li {
        padding: 0;
        border-bottom: 1px solid #eee;
        font-size: 16px;
    }

    .menu>li>a {
        display: block;
        padding: 20px;
        color: #000;
    }

    .menu>li>a:hover:before {
        display: none;
    }

    .menu>li>a:hover,
    .menu>li>a.active {
        background: #eee;
        color: #0071BD;
    }

    .menu>li.ddMenu>a {
        padding-right: 30px;
    }

    .menu>li.ddMenu>a:after {
        top: 24px;
        color: #000;
        right: 15px;
    }

    .menu>li.ddMenu>a:hover:after,
    .menu>li.ddMenu>a.active:after {
        color: #0071BD;
    }

    .menu>li.small .submenuBox {
        width: 100%;
    }

    .submenuBox {
        padding: 15px 0;
        position: static;
        background: #fff;
        box-shadow: none;
    }

    .submenuLink li {
        padding: 6px 0 6px 20px;
        font-size: 15px;
    }

    .submenuLink li:before {
        top: 9px;
    }

    .submenuInner .column {
        width: 100%;
    }

    .submenuHd {
        font-size: 18px;
    }

    .searchInner {
        width: 280px;
        margin-right: 50px;
    }

    .mainHd {
        font-size: 28px;
        line-height: 34px;
    }

    .UniversityInfo {
        grid-template-columns: 300px 1fr;
        column-gap: 20px;
        padding: 20px;
    }

    .UniversityInfo .img {
        width: 300px;
    }

    .UniversityInfo .hd span,
    .UniversityInfo .hd h1 {
        font-size: 30px;
        line-height: 38px;
    }

    .UniversityInfo .detail {
        padding: 0 0 0 20px;
    }

    .sliderArrow {
        padding: 0;
    }

    .campusHd {
        font-size: 24px;
    }

    .campusText {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .imgBox .over {
        padding: 10px 40px;
    }

    .newsBoxRight {
        padding: 0 0 0 20px;
    }

    .newsList {
        margin: -10px;
    }

    .newsList li {
        padding: 10px;
    }

    .strategicPlan .det {
        padding: 25px;
    }

    .smallBox {
        height: 275px;
    }

    .campusBox.large {
        height: 556px;
    }

    .contactInfo li {
        width: 50%;
    }

    .contactInfo li:last-child {
        width: 50% !important;
    }

    .socialLink li a {
        width: 44px;
        height: 44px;
    }

    .socialLink li a img {
        width: 20px;
    }

    .innerHeader.header a.showMobMenu i {
        background: #000;
    }

    .innerBanner .container {
        min-height: 400px;
    }

    .innerBannerText {
        font-size: 18px;
        line-height: 28px;
        max-width: 500px;
    }

    .innerBannerText span {
        font-size: 50px;
        line-height: 65px;
    }

    .aboutTab {
        display: none;
    }

    .objectivesList {
        margin: -10px;
    }

    .objectivesList li {
        padding: 10px;
    }

    .objectivesList li .inner {
        padding: 15px;
    }

    .programList {
        margin: -10px;
    }

    .programList li {
        padding: 10px;
    }

    .programList li .inner .det {
        padding: 20px;
    }

    .ourValuesList {
        margin: -10px;
    }

    .ourValuesList li {
        padding: 10px;
    }

    .ourValuesList li .inner {
        padding: 20px 15px;
    }

    .ourValuesList li .inner .hd {
        font-size: 18px;
    }

    .OurStrategy {
        min-height: 480px;
    }

    .qualityImg {
        padding-right: 0;
    }

    .programCenterCon {
        padding-top: 90px;
    }

    .contactDet {
        width: 55%;
        padding: 20px 20px 20px 0;
    }

    .contactDet .info {
        margin: -5px;
        padding: 0;
    }

    .contactDet .info li {
        padding: 5px;
        width: 50%;
    }

    .contactForm {
        width: 45%;
        margin: 20px 0 -60px 0;
        padding: 25px;
    }

    .programCenter .leftBox {
        width: 40%;
        padding: 30px;
    }

    .programCenter .rightBox {
        width: 60%;
        padding-left: 20px;
    }

    .programCenter .rightBox ul li {
        width: 50%;
    }

    .branchBox {
        padding: 20px;
    }

    .branchList {
        margin: -10px;
    }

    .branchList li {
        padding: 10px;
    }

    .branchList li .inner {
        padding: 20px;
    }

    .examCenter {
        margin: -10px;
    }

    .examCenter li {
        padding: 10px;
    }

    .examCenter li .inner .det {
        padding: 15px;
    }

    .examCenter li .inner .det span {
        font-size: 18px;
    }

    .examCenter li .inner .det p {
        font-size: 15px;
    }

    .academiicProgramms {
        margin: -10px;
    }

    .academiicProgramms li {
        padding: 10px;
    }

    .academiicProgramms li .img {
        border-radius: 16px;
    }

    .academiicProgramms li span {
        left: 20px;
        bottom: 20px;
        font-size: 20px;
    }

    .openingStatement .det {
        padding: 25px;
    }

    .presidentName {
        padding-top: 20px;
        font-size: 22px;
    }

    .uposBox {
        font-size: 32px;
    }

    .ffList {
        margin: -10px;
    }

    .ffList li {
        padding: 10px;
    }

    .ffList li .inner {
        border-radius: 10px;
        padding: 20px;
        font-size: 17px;
        line-height: 26px;
    }

    .ffList li .inner .icon {
        height: 80px;
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }

    .ffList li .inner .icon img {
        height: 60px;
    }

    .partnerInfo .text {
        font-size: 20px;
        line-height: 34px;
        padding-right: 20px;
    }

    .partners {
        margin: -10px;
    }

    .partners li {
        padding: 10px;
    }

    .ffStatsList li {
        padding: 10px;
        font-size: 20px;
    }

    .ffStatsList li span {
        font-size: 65px;
    }

    .reqBox {
        margin: -10px;
    }

    .reqBox>li {
        padding: 10px;
    }

    .transparentBox {
        padding: 20px;
    }

    .smallHd {
        font-size: 21px;
    }

    .countList>li {
        font-size: 15px;
        padding: 7px 0;
    }

    .enrollBanner {
        height: 200px;
        padding: 20px 30px;
    }

    .browseList li {
        font-size: 20px;
    }

    .browseList li a {
        padding: 25px 80px 25px 20px;
    }

    .membershipSlider .item .det {
        font-size: 19px;
    }

    .rewardsList {
        margin: -10px;
    }

    .rewardsList li {
        padding: 10px;
    }

    .rewardsList li .inner {
        padding: 15px;
    }

    .rewardsList li .inner .img {
        width: 80px;
    }

    .rewardsList li .inner .name {
        width: calc(100% - 80px);
        font-size: 16px;
    }

    .middleLeft {
        width: 280px;
    }

    .leftTab li {
        font-size: 20px;
    }

    .leftTab li a {
        padding: 0 0 0 12px;
    }

    .middleRight {
        width: calc(100% - 280px);
        padding-left: 20px;
    }

    .faqList li {
        width: 100%;
    }

    .faqList li .q {
        font-size: 16px;
    }

    .communicationsList {
        margin: -10px;
    }

    .communicationsList li {
        padding: 10px;
    }

    .communicationsList li .inner {
        padding: 15px;
        font-size: 18px;
        line-height: 30px;
    }

    .communicationsList li .inner .icon {
        height: 40px;
        display: block;
    }

    .communicationsList li .inner .icon img {
        width: 30px;
    }

    .laboratoriesList {
        margin: -10px;
    }

    .laboratoriesList li {
        padding: 10px;
    }

    .peerReviewedList {
        margin: -10px;
    }

    .peerReviewedList li {
        padding: 10px;
    }

    .researchBot li .inner {
        padding: 20px;
    }

    .collageList {
        margin: -10px;
    }

    .collageList li {
        padding: 10px;
    }

    .collageList li .inner .det {
        padding: 15px;
    }

    .collageList li .inner .det .name {
        font-size: 19px;
    }

    .innerBanner.examSchedule .innerBannerText span {
        font-size: 36px;
        line-height: 52px;
    }

    .introBox .right {
        padding-left: 15px;
    }

    .enrollBanner.small .mainHd {
        font-size: 24px;
        padding: 0 40px 0 0;
    }

    .campusServices {
        margin: -10px;
    }

    .campusServices>li {
        padding: 10px;
    }

    .campusServices li .inner .det {
        padding: 15px;
    }

    .campusServices li .inner .det .name {
        font-size: 19px;
    }

    .actvitySlider .item {
        padding: 10px;
    }

    .ourAlumini .inner {
        padding: 15px;
    }

    .faqList {
        margin: -5px;
    }

    .faqList li {
        padding: 5px;
    }

    .contactInfoList {
        margin: -10px;
    }

    .contactInfoList li {
        padding: 10px;
    }

    .contactInfoList li .inner {
        padding: 15px;
    }

    .contactInfoList li .inner .det {
        padding-left: 10px;
        font-size: 20px;
        line-height: 30px;
    }

    .branchOffice {
        margin: -10px;
    }

    .branchOffice li {
        padding: 10px;
    }

    .branchOffice li .inner {
        padding: 15px;
    }

    .branchOffice li .inner .hd {
        font-size: 20px;
    }

    .branchOffice li .inner .info li {
        font-size: 16px;
    }

    .branchOffice li .inner .info li img {
        top: 5px;
    }

    .detailSubTab ul li a {
        font-size: 15px;
        padding: 12px 25px;
    }

    .departmentMessage .det {
        padding: 0 0 0 20px;
    }

    .conditionList {
        justify-content: center;
    }

    .conditionList li {
        width: 33.33%;
    }

    .programObjectives .det {
        padding: 0 20px 0 0;
    }

    .conditionBox .mainHd {
        font-size: 24px;
    }

    /*Start 28 Jan 2025*/
    .innerBanner.newsBanner .container {
        min-height: 240px;
    }

    .newsLists {
        margin: -10px;
    }

    .newsLists li {
        padding: 10px;
    }

    .newsLists li .inner .det {
        padding: 15px;
    }

    .newsLists li .inner .det .date {
        font-size: 14px;
    }

    .newsLists li .inner .det .name {
        font-size: 18px;
    }

    .newsLists li .inner .det a.readMoreLink {
        font-size: 16px;
    }

    .newsDetInfo {
        width: calc(100% - 400px);
        padding-right: 20px;
    }

    .newsDetImg {
        width: 400px;
    }

    .innerBanner.newsBanner .innerBannerText span {
        font-size: 40px;
        line-height: 55px;
    }

    .sliderArrow .slick-arrow {
        width: 36px;
        height: 36px;
        margin-top: -18px;
    }

    .sliderArrow .slick-arrow:before {
        font-size: 18px;
        width: 36px;
        height: 36px;
    }

    .blogListing {
        margin: -10px;
    }

    .blogListing li {
        padding: 10px;
    }

    .blogListing li .inner .det {
        padding: 15px 15px 65px 15px;
    }

    .blogListing li .inner .det a.readMoreLink {
        bottom: 15px;
        left: 15px;
        font-size: 17px;
    }

    .innerBanner.newsBannerDet .innerBannerText .byAdmin {
        font-size: 20px;
    }

    .blogDetinBox .img {
        width: 430px;
    }

    .blogDetinBox .det {
        width: calc(100% - 430px);
        padding: 0 0 0 20px;
    }

    /*Start Feb 2025*/
    .applyNow {
        padding: 20px;
    }

    .applyNow .left {
        font-size: 22px;
    }

    .jobList {
        margin: -10px;
    }

    .jobList>li {
        padding: 10px;
    }

    /*Start 07 Feb 2025*/
    .collegeList {
        margin: -10px;
    }

    .collegeList>li {
        padding: 10px;
        width: 33.33%;
    }

    .collegeList li .inner {
        border-radius: 20px;
        padding: 20px;
    }

    .collegeList li .hd {
        font-size: 20px;
    }

    .collegeList li .over {
        border-radius: 20px;
        padding: 20px;
        left: 10px;
        right: 10px;
    }

    .collegeList li .over ul li {
        font-size: 16px;
    }

    .branchesList {
        margin: -10px;
    }

    .branchesList li {
        padding: 10px;
    }

    .branchesList li .inner {
        padding: 20px;
    }

    .branchesList li .inner .icon {
        width: 80px;
    }

    .branchesList li .inner .det {
        width: calc(100% - 80px);
    }

    .valuseList li {
        padding: 10px;
        font-size: 16px;
    }

    /*Start 10 Feb 2025*/
    .columnBox {
        margin: -10px;
    }

    .columnBox>li {
        padding: 10px;
    }

    .studentHousing li {
        width: 100%;
    }

    .serviceList li {
        width: 50%;
    }

    .studentHousing li .inner .name {
        font-size: 18px;
    }

}

@media (max-width:999px) {
    .bannerSlider .item .container {
        height: 400px;
    }

    .bannerHd {
        font-size: 40px;
        line-height: 50px;
    }

    a.videoTour {
        height: 52px;
        top: -56px;
        font-size: 16px;
    }

    a.videoTour .icon {
        width: 42px;
        height: 42px;
        min-width: 42px;
        margin: 5px 15px 5px 5px;
    }

    a.videoTour .icon span {
        font-size: 28px;
    }

    .pt60 {
        padding-top: 30px;
    }

    .pb60 {
        padding-bottom: 30px;
    }

    .bannerText {
        font-size: 18px;
        line-height: 26px;
    }

    .UniversityInfo {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto;
        align-items: start;
        row-gap: 20px;
        padding: 20px;
    }

    .UniversityInfo .img {
        grid-column: 1;
        grid-row: 1;
        width: 100%;
        text-align: center;
    }

    .UniversityInfo .hd {
        grid-column: 1;
        grid-row: 2;
        text-align: center;
        width: 100%;
        padding: 0;
    }

    .UniversityInfo .hd span,
    .UniversityInfo .hd h1 {
        display: block;
    }

    .UniversityInfo .detail {
        grid-column: 1;
        grid-row: 3;
        width: 100%;
        padding: 0;
        text-align: center;
    }

    .statsList li {
        font-size: 16px;
    }

    .statsList li span {
        font-size: 45px;
    }

    .boxInfo {
        width: 100%;
        padding: 20px;
        margin-bottom: 0;
    }

    /* On mobile the cards stack — convert the vertical HR into a horizontal one */
    .boxInfo + .boxInfo {
        border-left: none;
        border-top: 1px solid rgba(0, 0, 0, 0.05);
    }

    .campusBox.large {
        height: 440px;
        width: 100%;
        margin-bottom: 6px;
    }

    .campusBox {
        width: 100%;
    }

    .serviceSlider .item .name {
        font-size: 16px;
    }

    .imgBox {
        width: 100%;
        margin-bottom: 5px;
    }

    .newsBoxLeft {
        width: 100%;
    }

    .newsBoxRight {
        width: 100%;
        padding: 20px 0 0 0;
    }

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

    .strategicPlan .det {
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 1.5rem 1.25rem;
        position: relative;
    }

    .alumniBox .left {
        width: 100%;
    }

    .alumniBox .right {
        width: 100%;
        padding: 20px 0 0 0;
    }

    .contactInfo li {
        width: 100%;
        font-size: 15px;
    }

    .footerHd {
        font-size: 19px;
    }

    .smallBox.revese {
        flex-direction: row-reverse;
    }

    .popupInner {
        padding: 10px;
    }

    .videoPopup {
        padding: 10px;
    }

    .popupHd {
        font-size: 18px;
    }

    .close {
        font-size: 16px;
    }

    .videoBox {
        margin-top: 10px;
    }

    .objectivesList li {
        width: 50%;
    }

    .contactDet {
        width: 100%;
        padding: 0;
    }

    .contactDet .info li {
        width: 33.33%;
    }

    .contactForm {
        width: 100%;
    }

    .programCenter .leftBox {
        width: 100%;
    }

    .programCenter .rightBox {
        width: 100%;
        padding: 20px 0 0 0;
    }

    .examCenter li {
        width: 33.33%;
    }

    .openingStatement .img {
        width: 280px;
    }

    .openingStatement .det {
        width: calc(100% - 280px);
    }

    .ffList li {
        width: 33.33%;
    }

    .introductionBox {
        flex-direction: column-reverse;
    }

    .introductionBox .info {
        width: 100%;
        padding: 20px 0 0 0;
    }

    .introductionBox .img {
        width: 100%;
    }

    .reqBox>li {
        width: 100%;
    }

    .enrollBanner .mainHd {
        padding-right: 40px;
    }

    .rewardsList li {
        width: 33.33%;
    }

    .rewardsTab {
        margin: -5px;
    }

    .rewardsTab li {
        padding: 5px;
    }

    .rewardsTab li a {
        font-size: 16px;
        height: 40px;
        padding: 0 20px;
    }

    .caHd {
        font-size: 17px;
        line-height: 30px;
    }

    .rewardsList li {
        width: 50%;
    }

    .ipSlider .item .img {
        height: 70px;
    }

    .communicationsList li {
        width: 100%;
    }

    .laboratoriesList li {
        width: 50%;
    }

    .peerReviewedList li {
        width: 50%;
    }

    .researchBot li {
        width: 100%;
    }

    .collageList li {
        width: 33.33%;
    }

    .introBox .left {
        width: 100%;
    }

    .introBox .right {
        padding: 20px 0 0 0;
        width: 100%;
    }

    .enrollBanner.small {
        flex-direction: column;
        height: auto;
        align-items: flex-start;
    }

    .enrollBanner.small .mainHd {
        padding: 0 0 20px 0;
    }

    .campusServices li .inner .img {
        width: 100%;
    }

    .campusServices li .inner .det {
        width: 100%;
    }

    .campusServices li .inner .det .name {
        padding-bottom: 10px;
    }

    .saCov .box .det {
        padding: 15px;
    }

    .videoBox .play {
        width: 90px;
        margin: -45px 0 0 -45px;
    }

    .aboutHadramout .img {
        width: 100%;
    }

    .aboutHadramout .det {
        width: 100%;
        padding: 20px 0 0 0;
    }

    .faqList.column3 li {
        width: 100%;
    }

    .speeachBox {
        flex-direction: column-reverse;
    }

    .speeachBox .det {
        width: 100%;
        padding: 20px 0 0 0;
    }

    .speeachBox .img {
        width: 100%;
    }

    .enrollBanner.smallBox .mainHd {
        font-size: 28px;
    }

    .campusServices li .inner .det .listText {
        padding-top: 0;
    }

    .studentAffairs .det {
        width: 100%;
        padding: 0 0 20px 0;
    }

    .studentAffairs .img {
        width: 100%;
    }

    .libraryBox {
        width: 100%;
    }

    .taskBox {
        width: 100%;
        padding: 20px 0 0 0;
    }

    .contactInfoList li {
        width: 50%;
    }

    .branchOffice>li {
        width: 50%;
    }

    .collageList.column3 li {
        width: 50%;
    }

    .featuresHd {
        font-size: 22px;
    }

    .deansWord .left {
        width: 100%;
    }

    .deansWord .right {
        width: 100%;
        padding: 20px 0 0 0;
    }

    .departmentMessage .img {
        width: 100%;
    }

    .departmentMessage .det {
        width: 100%;
        padding: 20px 0 0 0;
    }

    .programObjectives {
        flex-direction: column-reverse;
    }

    .programObjectives .img {
        width: 100%;
    }

    .programObjectives .det {
        padding: 20px 0 0 0;
        width: 100%;
    }

    /*Start 28 Jan 2025*/
    .innerBanner.newsBanner .container {
        min-height: 200px;
    }

    .newsLists li {
        width: 50%;
    }

    .innerBanner.newsBanner .innerBannerText span {
        font-size: 36px;
        line-height: 50px;
    }

    .newsDetBox {
        flex-direction: column-reverse;
    }

    .newsDetImg {
        width: 100%;
    }

    .newsDetInfo {
        width: 100%;
        padding: 20px 0 0 0;
    }

    .blogListing li {
        width: 50%;
    }

    /*Start Feb 2025*/
    .applyNow {
        padding: 20px;
    }

    .jobList>li {
        width: 50%;
    }

    /*Start 07 Feb 2025*/
    .collegeList>li {
        width: 50%;
    }

    .branchesList li {
        width: 50%;
    }

    .valuseList li {
        width: 100%;
    }

    .departmentBox .inner {
        width: 100%;
        padding: 30px 0;
    }

    .departmentBox .inner:last-child {
        padding-top: 0;
    }

    .mainHd.small {
        font-size: 20px;
    }

    .valusesBox {
        width: 100%;
    }

    .ourGoals {
        width: 100%;
        padding: 30px 0 0 0;
    }

    .deanWordBox1 .left {
        width: 100%;
    }

    .deanWordBox1 .right {
        width: 100%;
        padding: 30px 0 0 0;
    }

    .deanWordBox2 .left {
        width: 100%;
    }

    .deanWordBox2 .right {
        width: 100%;
    }

    .researchList>li {
        width: 50%;
    }

    .grSubHd {
        font-size: 20px;
    }

    .researchList li .hd {
        font-size: 18px;
    }

    .studentHousing.female li {
        width: 50%;
    }

    .bookingBox {
        flex-direction: column-reverse;
    }

    .bookingBox .det {
        width: 100%;
        padding: 20px 0 0 0;
    }

    .bookingBox .img {
        width: 100%;
        padding: 0;
    }

    .otherInfo .inner {
        width: 100%;
        padding: 15px 0;
    }

    /*Strat 28th March 2025*/
    .memberList {
        width: 100%;
    }
}




@media (max-width:599px) {
    .topBar {
        height: 40px;
    }

    .topMenu li {
        font-size: 10px;
    }

    .topMenu li a {
        height: 40px;
        padding: 0 5px;
    }

    .language {
        font-size: 11px;
        height: 26px;
        background: #EBEBEB url(../images/select-arrow.png) no-repeat right 5px center;
        width: 70px;
        padding: 0 20px 0 5px;
    }

    .header>.container {
        height: 100px;
    }

    a.showSearch {
        display: block;
        margin: 5px 50px 0 0;
        color: #fff;
    }

    .searchInner {
        position: fixed;
        left: 0;
        bottom: -60px;
        transition: ease-in-out .5s;
        z-index: 1001;
        background: #fff;
        width: 100%;
        box-shadow: 0 0 15px rgba(0, 0, 0, .3);
        margin: 0;
        height: 50px;
    }

    .searchInner.active {
        bottom: 0;
    }

    .searchInner .input {
        color: #000;
        height: 50px;
        padding: 0 15px;
        font-size: 16px;
    }

    .searchInner .input::placeholder {
        color: #000;
        opacity: 1;
    }

    .searchInner .input::-ms-input-placeholder {
        color: #000;
    }

    .searchInner .btn {
        color: #000;
    }

    .bannerSlider .slick-dots {
        bottom: 35px;
    }

    .bannerSlider .item .container {
        height: 350px;
        padding-bottom: 40px;
        background: rgba(0, 0, 0, .7);
    }

    .bannerInfo {
        text-align: center;
    }

    .bannerHd {
        font-size: 26px;
        line-height: 34px;
    }

    a.videoTour {
        right: 50%;
        margin-right: -104px;
    }

    .serviceSlider .item .icon img {
        width: 40px;
    }

    .UniversityInfo .hd span,
    .UniversityInfo .hd h1 {
        font-size: 24px;
        line-height: 30px;
    }

    .statsList {
        justify-content: center;
    }

    .statsList li {
        width: 33.33%;
        border: none;
        padding: 15px;
    }

    .statsList li span {
        font-size: 35px;
        padding-top: 10px;
    }

    .statsList li img {
        width: 40px;
    }

    .campusBox.large {
        height: 340px;
        padding: 15px;
    }

    .smallBox .det {
        width: 65%;
        padding: 15px;
    }

    .smallBox.full {
        padding: 15px;
    }

    .smallBox .img {
        width: 35%;
    }

    .campusHd {
        font-size: 22px;
    }

    .mainHd {
        font-size: 22px;
        line-height: 26px;
        font-weight: 700;
    }

    .newsBoxLeft .det {
        width: 90%;
        margin: -120px auto 0 auto;
        padding: 15px;
    }

    .newsBoxLeft .det .name {
        font-size: 22px;
    }

    .newsBoxLeft .det .text {
        padding-bottom: 20px;
    }

    .newsList {
        margin: -5px;
    }

    .newsList li {
        padding: 5px;
    }

    .strategicPlan .det {
        width: 96%;
    }

    .partnerSlider li .partnerLogo {
        height: 80px;
    }

    .imgBox br {
        display: none;
    }

    .imgBox .over {
        padding: 5px 20px;
    }

    .imgBox .img img {
        min-height: 130px;
    }

    .footerLogo {
        width: 100%;
        padding: 20px 15px 0 15px;
        text-align: center;
    }

    .footerLogo img {
        width: 200px;
    }

    .footerContact {
        width: 100%;
        padding: 20px 15px 0 15px;
    }

    .contactInfo li {
        width: 50%;
    }

    .contactInfo li:last-child {
        width: 50% !important;
    }

    .footerLinks {
        width: 100%;
        padding: 20px 15px;
    }

    .innerBanner .container {
        min-height: 240px;
    }

    .innerHeader.header a.showSearch {
        color: #666;
    }

    .innerBannerText {
        font-size: 16px;
        line-height: 26px;
    }

    .innerBannerText span {
        font-size: 26px;
        line-height: 36px;
    }

    .objectivesList li {
        width: 100%;
    }

    .programList li {
        width: 100%;
    }

    .ourValuesList li {
        width: 50%;
    }

    .contactDet .info li {
        width: 100%;
    }

    a.videoTour {right: 50%; margin-right: -104px;}
    .serviceSlider .item .icon img {width: 40px;}
    .UniversityInfo .hd span,
    .UniversityInfo .hd h1 {font-size: 24px; line-height: 30px;}
    .statsList  {justify-content: center;}
    .statsList li {width: 33.33%; border: none; padding: 15px; display: flex; flex-direction: column; align-items: center;}
    .statsList li span {font-size: 35px; padding: 0; margin-bottom: 5px;}
    .statsList li img {width: 40px; margin-bottom: 10px; order: -1;}
    .campusBox.large {height: 340px; padding: 15px;}
    .smallBox .det {width: 65%; padding: 15px;}
    .smallBox.full {padding: 15px;}
    .smallBox .img {width: 35%;}
    .campusHd {font-size: 22px;}
    .mainHd {font-size: 22px; line-height: 26px; font-weight: 700;}
    .newsBoxLeft .det {width: 90%; margin: -120px auto 0 auto; padding: 15px;}
    .newsBoxLeft .det .name {font-size: 22px;}
    .newsBoxLeft .det .text {padding-bottom: 20px;}
    .newsList {margin: -5px;}
    .newsList li {padding: 5px;}
    .strategicPlan .det {width: 96%;}
    .partnerSlider li .partnerLogo {height: 80px;}
    .imgBox br {display: none;}
    .imgBox .over {padding: 5px 20px;}
    .imgBox .img img {min-height: 130px;}
    .footerLogo {width: 100%; padding: 20px 15px 0 15px; text-align: center;}
    .footerLogo img {width: 200px;}
    .footerContact {width: 100%; padding: 20px 15px 0 15px;}
    .contactInfo li {width: 50%;}
    .contactInfo li:last-child {width: 50% !important;}
    .footerLinks {width: 100%; padding: 20px 15px;}
    .innerBanner .container {min-height: 240px;}
    .innerHeader.header  a.showSearch {color: #666;}
    .innerBannerText {font-size: 16px; line-height: 26px;}
    .innerBannerText span {font-size: 26px; line-height: 36px;}
    .objectivesList li {width: 100%;}
    .programList li {width: 100%;}
    .ourValuesList li {width: 50%;}
    .contactDet .info li {width: 100%;}
    .contactDet .info li .inner .hd {min-height: inherit;}
    .branchList li {width: 100%;}
    .branchList li .hdText {padding-bottom: 5px;}
    .branchList li p {font-size: 16px;}
    .programCenter .leftBox {padding: 20px;}
    .programCenter .leftBox span {font-size: 22px;}
    .programCenter .leftBox p {font-size: 16px; padding-bottom: 10px;}
    .programCenter .leftBox ul li {font-size: 17px; padding: 4px 0;}
    .programCenter .rightBox ul li {width: 100%;}
    .examCenter {margin: -5px;}
    .examCenter li {width: 50%; padding: 5px;}
    .examCenter li .inner .det {padding: 10px;}
    .examCenter li .inner .det span {font-size: 16px;}
    .examCenter li .inner .det p {font-size: 13px;}
    .academiicProgramms {margin: -5px;}
    .academiicProgramms li {width: 50%; padding: 5px;}
    .academiicProgramms li:first-child {width: 100%;}
    .academiicProgramms li .img {border-radius: 10px;}
    .academiicProgramms li span {font-size: 18px;}
    .hdText {font-size: 16px; line-height: 24px;}
    .openingStatement .img {width: 100%;}
    .openingStatement .det {width:100%; padding: 15px;}
    .presidentName {font-size: 18px;}
    .uposBox {font-size: 28px; padding: 20px; margin: -40px 0 20px 0;}
    .ffList li {width: 100%;}
    .ffList li .inner {font-size: 16px; line-height: 24px;}
    .ffList li .inner .icon {height: 54px;}
    .ffList li .inner .icon img {height: 44px;}
    .partnerInfo .text {width: 100%; padding: 0 0 20px 0;}
    .partnerInfo .text {font-size: 18px; line-height: 28px;}
    .partnerInfo .list {width: 100%;}
    .partners {justify-content: center;}
    .partners li {width: 33.33%;}
    .partners li .icon {padding: 10px;}
    .ffStatsList {justify-content: center;}
    .ffStatsList li {width: 33.33%; text-align: center; font-size: 16px;}
    .ffStatsList li span {font-size: 45px;}
    .enrollBanner {flex-direction: column; align-items: flex-start; height: auto; padding: 15px;}
    .enrollBanner .applyNow {margin-top: 15px;}
    .transparentBox {padding: 15px;}
    .browseList li {font-size: 17px;}
    .browseList li a {padding: 15px 55px 15px 10px;}
    .listCon {margin: 0;}
    .listCon .bulletList {width: 100%; padding: 0;}
    .rewardsList {margin: -5px;}
    .rewardsList li {padding: 5px; width: 100%;}
    .middleLeft {display: none;}
    .middleRight {width: 100%; padding: 0;}
    .laboratoriesList li {width: 100%;}
    .peerReviewedList li {width: 100%;}
    .innerBanner.examSchedule .container {min-height: 190px;}
    .innerBanner.examSchedule .innerBannerText span {font-size: 22px; line-height: 35px;}
    .collageList li {width: 100%;}
    .collageList li .inner .det .name {min-height: inherit; font-size: 17px;}
    .alumniLink {padding: 15px; font-size: 15px;}
    .alumniLink span {font-size: 16px;}
    .campusServices > li {width: 100%;}
    .saCov .box {width: 100%; margin-bottom: 15px;}
    .videoBox .play {width: 50px; margin: -25px 0 0 -25px;}
    .contactInfoList li {width: 100%;}
    .branchOffice > li {width: 100%;}
    .enrollBanner.smallBox .mainHd {font-size: 20px;}
    .collageList.column3 li {width: 100%;}
    .contactDet .info li .inner .hd {
        min-height: inherit;
    }

    .branchList li {
        width: 100%;
    }

    .branchList li .hdText {
        padding-bottom: 5px;
    }

    .branchList li p {
        font-size: 16px;
    }

    .programCenter .leftBox {
        padding: 20px;
    }

    .programCenter .leftBox span {
        font-size: 22px;
    }

    .programCenter .leftBox p {
        font-size: 16px;
        padding-bottom: 10px;
    }

    .programCenter .leftBox ul li {
        font-size: 17px;
        padding: 4px 0;
    }

    .programCenter .rightBox ul li {
        width: 100%;
    }

    .examCenter {
        margin: -5px;
    }

    .examCenter li {
        width: 50%;
        padding: 5px;
    }

    .examCenter li .inner .det {
        padding: 10px;
    }

    .examCenter li .inner .det span {
        font-size: 16px;
    }

    .examCenter li .inner .det p {
        font-size: 13px;
    }

    .academiicProgramms {
        margin: -5px;
    }

    .academiicProgramms li {
        width: 50%;
        padding: 5px;
    }

    .academiicProgramms li:first-child {
        width: 100%;
    }

    .academiicProgramms li .img {
        border-radius: 10px;
    }

    .academiicProgramms li span {
        font-size: 18px;
    }

    .hdText {
        font-size: 16px;
        line-height: 24px;
    }

    .openingStatement .img {
        width: 100%;
    }

    .openingStatement .det {
        width: 100%;
        padding: 15px;
    }

    .presidentName {
        font-size: 18px;
    }

    .uposBox {
        font-size: 28px;
        padding: 20px;
        margin: -40px 0 20px 0;
    }

    .ffList li {
        width: 100%;
    }

    .ffList li .inner {
        font-size: 16px;
        line-height: 24px;
    }

    .ffList li .inner .icon {
        height: 54px;
    }

    .ffList li .inner .icon img {
        height: 44px;
    }

    .partnerInfo .text {
        width: 100%;
        padding: 0 0 20px 0;
    }

    .partnerInfo .text {
        font-size: 18px;
        line-height: 28px;
    }

    .partnerInfo .list {
        width: 100%;
    }

    .partners {
        justify-content: center;
    }

    .partners li {
        width: 33.33%;
    }

    .partners li .icon {
        padding: 10px;
    }

    .ffStatsList {
        justify-content: center;
    }

    .ffStatsList li {
        width: 33.33%;
        text-align: center;
        font-size: 16px;
    }

    .ffStatsList li span {
        font-size: 45px;
    }

    .enrollBanner {
        flex-direction: column;
        align-items: flex-start;
        height: auto;
        padding: 15px;
    }

    .enrollBanner .applyNow {
        margin-top: 15px;
    }

    .transparentBox {
        padding: 15px;
    }

    .browseList li {
        font-size: 17px;
    }

    .browseList li a {
        padding: 15px 55px 15px 10px;
    }

    .listCon {
        margin: 0;
    }

    .listCon .bulletList {
        width: 100%;
        padding: 0;
    }

    .rewardsList {
        margin: -5px;
    }

    .rewardsList li {
        padding: 5px;
        width: 100%;
    }

    .middleLeft {
        display: none;
    }

    .middleRight {
        width: 100%;
        padding: 0;
    }

    .laboratoriesList li {
        width: 100%;
    }

    .peerReviewedList li {
        width: 100%;
    }

    .innerBanner.examSchedule .container {
        min-height: 190px;
    }

    .innerBanner.examSchedule .innerBannerText span {
        font-size: 22px;
        line-height: 35px;
    }

    .collageList li {
        width: 100%;
    }

    .collageList li .inner .det .name {
        min-height: inherit;
        font-size: 17px;
    }

    .alumniLink {
        padding: 15px;
        font-size: 15px;
    }

    .alumniLink span {
        font-size: 16px;
    }

    .campusServices>li {
        width: 100%;
    }

    .saCov .box {
        width: 100%;
        margin-bottom: 15px;
    }

    .videoBox .play {
        width: 50px;
        margin: -25px 0 0 -25px;
    }

    .contactInfoList li {
        width: 100%;
    }

    .branchOffice>li {
        width: 100%;
    }

    .enrollBanner.smallBox .mainHd {
        font-size: 20px;
    }

    .collageList.column3 li {
        width: 100%;
    }

    .detailTabsCon ul {
        flex-direction: column;
    }

    .detailTabsCon ul li {
        border-bottom: 1px solid #aaa;
    }

    .conditionBox .mainHd {
        font-size: 20px;
    }

    .conditionList li {
        width: 100%;
    }

    .conditionList li .inner {
        border-radius: 16px;
    }

    .largeFont {
        font-size: 17px;
        line-height: 26px;
    }


    /*Start 28 Jan 2025*/
    .innerBanner.newsBanner .container {
        min-height: 140px;
    }

    .newsLists li {
        width: 100%;
    }

    .innerBanner.newsBanner .innerBannerText span {
        font-size: 24px;
        line-height: 36px;
    }

    .newsDetBot a {
        font-size: 14px;
    }

    .newsDetBot .prev a .arrow {
        margin-right: 5px;
        font-size: 24px;
    }

    .newsDetBot .next a .arrow {
        margin-left: 5px;
        font-size: 24px;
    }

    .blogListing li {
        width: 100%;
    }

    .blogDetinBox .img {
        width: 100%;
    }

    .blogDetinBox .det {
        width: 100%;
        padding: 20px 0 0 0;
    }
}

/*Start Feb 2025*/
.applyNow .left {
    width: 100%;
    padding: 0 0 20px 0;
    font-size: 19px;
}

.applyNow .right a {
    font-size: 16px;
}

.jobList>li {
    width: 100%;
}

.apllyList {
    margin: -10px;
}

.apllyList>li {
    padding: 10px;
    width: 100%;
}

.applyNow.full .left {
    width: 100%;
}

.verificationLeft {
    width: 100%;
    padding-bottom: 20px;
}

.verificationRight {
    width: 100%;
}

/*Start 07 Feb 2025*/
.collegeList>li {
    width: 100%;
}

.branchesList li {
    width: 100%;
}

.collegeList li .inner {
    border-radius: 10px;
}

.collegeList li .over {
    border-radius: 10px;
}

.collegeList li .hd {
    min-height: inherit;
    font-size: 18px;
}

.collegeList li .icon {
    width: 55px;
    height: 55px;
    border-radius: 6px;
}

.collegeList li .icon img {
    width: 30px;
}

.collegeList li .btn a {
    font-size: 16px;
    height: 42px;
}

.branchesList li .inner .det span {
    font-size: 18px;
}

.branchesList li .inner .det p {
    font-size: 14px;
}

.researchList>li {
    width: 100%;
}

/*Start 10 Feb 2025*/
a.readMore {
    padding: 2px 15px 4px 15px;
    font-size: 15px;
}

.serviceList li {
    width: 100%;
}

.studentHousing.female li {
    width: 100%;
}

.studentHousing.female li .inner {
    min-height: 200px;
}

.studentHousing.female li .inner .name {
    height: 60%;
}

/*Strat 28th March 2025*/
.jobHd {
    font-size: 18px;
}

.memberList {
    width: 100%;
}

.memberList li {
    padding: 3px 0 2px 15px !important;
    font-size: 16px;
}


/* Mobile navbar collapse - slide from left */
@media (max-width: 599px) {
    .navbar-collapse {
        position: fixed;
        top: 0;
        left: -280px;
        width: 280px;
        height: 100vh;
        background: #fff;
        z-index: 1050;
        transition: left 0.3s ease-in-out;
        overflow-y: auto;
        box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
        padding: 20px;
    }
    .custom-header .navbar-nav .nav-item{
        display: block !important;
    }

    .nav-item.dropdown.o_no_autohide_item .nav-link {
        color: white !important;
    }

    .navbar-collapse.show {
        left: 0;
        max-height: 100vh !important;
        max-height: none;
        overflow-x: hidden;
    }

    .nav-item.dropdown.o_no_autohide_item .nav-link {
        color: #000 !important;
    }

    .navbar-nav .nav-link span {
        color: #000 !important;
    }


    .navbar-collapse .navbar-nav {
        flex-direction: column;
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .navbar-collapse .navbar-nav .nav-item {
        width: 100%;
        border-bottom: 1px solid #eee;
    }

    .navbar-collapse .navbar-nav .nav-link {
        color: #000 !important;
        padding: 15px 0;
        display: block;
        font-size: 15px !important;
    }

    .navbar-collapse .navbar-nav .nav-link:hover {
        background: #f8f9fa;
        color: #0056a0 !important;
    }

    .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
        font-size: 15px !important;
    }

    .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item:hover {
        background: #f8f9fa !important;
        color: #0056a0 !important;
    }

    /* Specific styles for About Us menu mobile view */
    .o_mega_menu .o_colored_level {
        background: #fff !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .o_mega_menu .ddMenu {
        background: #fff !important;
        padding: 0 !important;
        margin: 0 !important;
        width: 100% !important;
    }

    .o_mega_menu .ddMenu.resize {
        width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .o_mega_menu .submenuInner {
        background: #fff !important;
        padding: 0 !important;
        margin: 0 !important;
        width: 100% !important;
        display: block !important;
    }

    .o_mega_menu .column {
        background: #fff !important;
        padding: 0 !important;
        margin: 0 !important;
        width: 100% !important;
    }

    .o_mega_menu .column p {
        margin: 0 !important;
        padding: 0 !important;
    }

    .o_mega_menu .column p a {
        display: block !important;
        width: 100% !important;
        padding: 15px !important;
        color: #000 !important;
        background: #fff !important;
        border-bottom: 1px solid #eee !important;
        text-decoration: none !important;
        font-size: 15px !important;
        font-weight: 600 !important;
        margin: 0 !important;
    }

    .o_mega_menu .column p a:hover {
        background: #f8f9fa !important;
        color: #0056a0 !important;
    }

    .o_mega_menu .column p a .text-o-color-5,
    .o_mega_menu .column p a .text-black {
        color: inherit !important;
    }

    .o_mega_menu .column p a strong,
    .o_mega_menu .column p a strong font,
    .o_mega_menu .column p a strong span {
        display: inline !important;
        visibility: visible !important;
        font-size: 15px !important;
        font-weight: normal !important;
    }

    .o_mega_menu .column p a strong {
        font-weight: normal !important;
    }

    /* Hide empty dropdown menu at the end */
    .o_mega_menu+.dropdown-menu {
        display: none !important;
    }

    /* Overlay background when menu is open */
    .navbar-collapse.show::before {
        content: '';
        position: fixed;
        top: 0;
        left: 280px;
        width: calc(100vw - 280px);
        height: 100vh;
        background: rgba(0, 0, 0, 0.5);
        z-index: -1;
    }

    /* Hide the default Bootstrap backdrop */
    .navbar-collapse.collapsing {
        height: auto !important;
        transition: none !important;
    }

    .navbar-nav .dropdown-toggle {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        width: 100% !important;
    }

    .navbar-nav .dropdown-toggle::after {
        margin-left: auto !important;
        margin-right: 0 !important;
    }

    /* Mobile Menu Header */
    .mobile-menu-header {
        display: flex !important;
        justify-content: flex-end;
        align-items: center;
        padding: 10px 15px;
        background: #fff;
        border-bottom: 1px solid #eee;
        position: relative;
    }

    /* Mobile Close Button Styles */
    .mobile-close-btn {
        position: relative;
        top: auto;
        right: auto;
        z-index: 99999;
        background-color: #dc3545;
        border: 1px solid #dc3545;
        color: #fff;
        font-size: 18px;
        font-weight: bold;
        padding: 8px 12px;
        cursor: pointer;
        display: none;
        border-radius: 5px;
        box-shadow: 0 2px 8px rgba(220, 53, 69, 0.3);
        min-width: 40px;
        height: 40px;
        text-align: center;
        line-height: 24px;
    }

    .mobile-close-btn:hover {
        background-color: #c82333;
        border-color: #c82333;
        transform: scale(1.1);
    }
}

/* Mobile close button - always hidden by default */
.mobile-close-btn {
    display: none;
    background-color: #dc3545;
    border: 1px solid #dc3545;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    cursor: pointer;
    line-height: 1;
    align-items: center;
    justify-content: center;
}

.mobile-menu-header {
    display: none !important;
}

/* Only show close button on mobile (max 599px) when menu is open */
@media (max-width: 599px) {
    .navbar-collapse.show .mobile-menu-header {
        display: flex !important;
        justify-content: flex-end;
        align-items: center;
        padding: 10px 15px;
        border-bottom: 1px solid #eee;
        position: sticky;
        top: 0;
        background: #fff;
        z-index: 10;
    }

    .navbar-collapse.show .mobile-close-btn {
        display: flex !important;
        align-items: center;
        justify-content: center;
    }
}

/*header */
.custom-navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
}

.navbar-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.navbar-brand img {
    max-height: 60px;
    width: auto;
}

.navbar-collapse {
    flex-grow: 1;
    justify-content: flex-end;
}


.navbar-nav .dropdown-toggle {
    color: white !important;
}

.navbar-nav .dropdown-toggle:hover {
    color: #f8f9fa !important;
}


.dropdown-toggle-icon {
    background: none;
    border: none;
    font-size: 20px;
    color: white;
    cursor: pointer;
    margin-left: 5px;
}

.navbar-nav .dropdown-toggle:hover {
    color: #f8f9fa !important;
}


.dropdown-toggle-icon {
    background: none;
    border: none;
    font-size: 20px;
    color: white;
    cursor: pointer;
    margin-left: 5px;
}
}

/* Mobile view spacing fixes for specific page only */
@media (max-width: 990px) {
    .s_text_image.pt80 .pt80 {
        padding-top: 35px !important;
    }

    .s_text_image.pt80 .pb168 {
        padding-bottom: 45px !important;
    }

    .pb72 {
        padding-bottom: 0px !important;
    }
}

/* Remove extra spacing from grid items — empty paragraphs only (do not hide real content) */
.o_grid_item p:empty {
    display: none !important;
}

/* Reduce bottom padding for grid items */
.o_grid_item {
    padding-bottom: 10px !important;
}

.o_grid_item.g-col-lg-5 {
    padding-bottom: 5px !important;
}

/* Fix specific section with pb80 class */
.s_text_image.pb80 {
    padding-bottom:0px !important;
}

/* Remove empty p tags in pb80 section */
.s_text_image.pb80 p:empty {
    display: none !important;
}

.s_text_image.pb80 p:contains("\u00A0") {
    display: none !important;
}

/* Fix table width and responsiveness */
.o_grid_item .table {
    width: 100% !important;
    max-width: 100% !important;
    table-layout: auto !important;
}

.o_grid_item .table td {
    width: auto !important;
    min-width: 120px !important;
    word-wrap: break-word !important;
}

/* Mobile responsive table */
@media (max-width: 768px) {
    .o_grid_item .table {
        font-size: 0.8rem !important;
    }

    .o_grid_item .table td {
        min-width: 80px !important;
        padding: 5px !important;
    }

    .o_grid_item .table span {
        font-size: 0.75rem !important;
    }
}

/* Fix half screen height for specific blog post ID 14 only */
[data-oe-model="blog.post"][data-oe-id="14"] .o_half_screen_height,
[data-oe-field="content"][data-oe-id="14"] .o_half_screen_height {
    min-height: 150px !important;
    height: 150px !important;
}

[data-oe-model="blog.post"][data-oe-id="14"] .o_half_screen_height .cover_mid,
[data-oe-field="content"][data-oe-id="14"] .o_half_screen_height .cover_mid {
    min-height: 150px !important;
    height: 150px !important;
}

/* Reduce padding for o_half_screen_height sections in this specific blog post */
[data-oe-model="blog.post"][data-oe-id="14"] .o_half_screen_height.pt0.pb0,
[data-oe-field="content"][data-oe-id="14"] .o_half_screen_height.pt0.pb0 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

/* More specific targeting for blog post content */
#o_wblog_post_content[data-oe-model="blog.post"][data-oe-id="14"] .o_half_screen_height {
    min-height: 150px !important;
    height: 150px !important;
}

.o_grid_item h2:has(br) {
    display: none;
}

/* =====================================================
   UST CUSTOM NAVBAR - RESPONSIVE (MOBILE & TABLET)
   ===================================================== */

/* Large laptop / small desktop - reduce spacing/font for nav links */
@media (max-width: 1399px) {
    .ust-navbar-nav .ust-nav-link,
    .ust-navbar .navbar-nav .nav-link {
        font-size: 13px;
        padding: 8px 10px !important;
    }

    .ust-navbar-container {
        gap: 12px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* Tablet / small laptop */
@media (max-width: 1199px) {
    .ust-navbar-nav {
        gap: 2px;
    }

    .ust-navbar-nav .ust-nav-link,
    .ust-navbar .navbar-nav .nav-link {
        font-size: 12px;
        padding: 8px 8px !important;
    }

    .ust-navbar-brand img {
        max-height: 48px;
    }
}

/* Tablet and below - collapse navbar (Bootstrap navbar-expand-lg breakpoint) */
@media (max-width: 991px) {
    .ust-navbar-toggler {
        display: inline-block;
        margin-left: auto;
    }

    .ust-navbar-container {
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 10px;
    }

    .ust-navbar-collapse {
        flex: 1 1 100%;
        flex-direction: column;
        align-items: stretch;
        background-color: #ffffff;
        margin-top: 12px;
        padding: 10px 0;
        border-radius: 6px;
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    }

    .ust-navbar-nav {
        flex-direction: column;
        align-items: stretch;
        margin: 0 !important;
        gap: 0;
        width: 100%;
        position: static !important;
        transform: none !important;
        left: auto !important;
        top: auto !important;
    }

    .ust-navbar-nav .ust-nav-item {
        width: 100%;
        border-bottom: 1px solid #eee;
    }

    .ust-navbar-nav .ust-nav-item:last-child {
        border-bottom: none;
    }

    .ust-navbar-nav .ust-nav-link,
    .ust-navbar .navbar-nav .nav-link {
        color: #0056b3 !important;
        font-size: 15px;
        padding: 12px 18px !important;
        text-align: left;
        width: 100%;
        display: block;
    }

    .ust-navbar-nav .ust-nav-link:hover,
    .ust-navbar-nav .ust-nav-link:focus,
    .ust-navbar-nav .ust-nav-link.active,
    .ust-navbar-nav .ust-nav-link.show {
        background-color: #f4f8fc;
        color: #0056b3 !important;
        border-radius: 0;
    }

    .ust-navbar-nav .nav-item.dropdown .dropdown-toggle::after {
        border-top-color: #0056b3;
        margin-left: 6px;
    }

    .ust-navbar-right {
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
        width: 100%;
        padding: 10px 18px;
        margin-left: 0;
        border-top: 1px solid #eee;
    }

    .ust-navbar-search,
    .ust-navbar-search > * {
        width: 100%;
    }

    .ust-navbar-user {
        flex-direction: column;
        align-items: stretch;
        width: 100%;
        gap: 0;
    }

    .ust-navbar-user .ust-nav-link {
        color: #0056b3 !important;
        padding: 12px 0 !important;
    }

    .ust-navbar .dropdown-menu {
        box-shadow: none;
        margin-top: 0;
        padding-left: 18px;
        background-color: #f9fbfd;
    }
}

/* Mobile - slide-in from left */
@media (max-width: 599px) {
    .ust-navbar-container {
        padding-left: 12px;
        padding-right: 12px;
    }

    .ust-navbar-brand img {
        max-height: 42px;
    }

    .ust-navbar-collapse {
        position: fixed;
        top: 0;
        left: -300px;
        width: 280px;
        max-width: 85vw;
        height: 100vh;
        background-color: #ffffff;
        margin-top: 0;
        padding: 0;
        border-radius: 0;
        box-shadow: 2px 0 12px rgba(0, 0, 0, 0.2);
        transition: left 0.3s ease-in-out;
        overflow-y: auto;
        z-index: 1050;
    }

    .ust-navbar-collapse.show,
    .ust-navbar-collapse.collapsing {
        left: 0;
    }

    .ust-navbar-collapse .mobile-menu-header {
        display: flex !important;
        justify-content: flex-end;
        align-items: center;
        padding: 10px 15px;
        border-bottom: 1px solid #eee;
        position: sticky;
        top: 0;
        background: #fff;
        z-index: 10;
    }

    .ust-navbar-collapse .mobile-close-btn {
        display: flex !important;
        align-items: center;
        justify-content: center;
        background-color: #dc3545;
        border: 1px solid #dc3545;
        color: #ffffff;
        width: 36px;
        height: 36px;
        font-size: 18px;
        font-weight: 700;
        border-radius: 4px;
        line-height: 1;
        cursor: pointer;
    }

    .ust-navbar-collapse .mobile-close-btn:hover {
        background-color: #c82333;
        border-color: #c82333;
    }

    .ust-navbar-nav .ust-nav-link,
    .ust-navbar .navbar-nav .nav-link {
        font-size: 14px;
        padding: 14px 18px !important;
    }

    .ust-navbar-right {
        padding: 12px 18px 24px;
    }

    /* Backdrop overlay when mobile menu is open */
    .ust-navbar-collapse.show::before {
        content: '';
        position: fixed;
        top: 0;
        left: 280px;
        width: calc(100vw - 280px);
        height: 100vh;
        background: rgba(0, 0, 0, 0.5);
        z-index: -1;
        pointer-events: none;
    }
}

@media (max-width:1699px) {
    .logo {
        width: 220px;
    }

    .menu>li {
        font-size: 14px;
    }

    .menu>li>a {
        color: #fff;
        position: relative;
        padding: 20px 8px;
    }

    .menu>li.ddMenu>a {
        padding-right: 28px;
    }

    .searchInner {
        width: 170px;
    }

    .bannerSlider .item .container {
        height: 560px;
    }

    .bannerHd {
        font-size: 48px;
        line-height: 60px;
    }

    .bannerText {
        font-size: 22px;
        line-height: 32px;
    }

    .UniversityInfo .hd span,
    .UniversityInfo .hd h1 {
        font-size: 40px;
        line-height: 48px;
    }

    .mainHd {
        font-size: 30px;
        line-height: 38px;
    }

    .hdText {
        font-size: 18px;
        line-height: 28px;
    }

    .textBox {
        font-size: 15px;
        line-height: 26px;
    }

    .campusBox.large {
        padding: 25px;
        height: 650px;
    }

    .smallBox .det {
        padding: 25px;
    }
/* GLOBALLY FORCE DESKTOP TOP BANNERS TO SHOW ON MOBILE (Targeted to prevent mid-page gaps) */
#wrap > section.s_image_title:first-child,
#wrap > section.s_image_title:first-child.d-none,
#wrap > section.s_image_title:first-child.o_snippet_mobile_invisible,
#wrap > section.s_image_title:first-child.d-none.d-lg-block {
    display: block !important;
}

/* Fix mobile clipping for top banners forced to show */
@media (max-width: 991px) {
    #wrap > section.s_image_title:first-child {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
        background-position: center !important;
    }
    .navbar > .container,
        .navbar > .container-fluid,
        .navbar > .container-sm,
        .navbar > .container-md,
        .navbar > .container-lg,
        .navbar > .container-xl,
        .navbar > .container-xxl {
          display:  flex !important;
          flex-wrap: inherit;
          align-items: center !Important;
          justify-content: space-between !important;
        }
}

@media (max-width:1699px) {
   .logo {width: 220px;}
   .menu > li {font-size: 14px;}
   .menu > li > a {color: #fff; position: relative; padding: 20px 8px;}
    .menu > li.ddMenu > a {padding-right: 28px;}
   .searchInner {width: 170px;}
   .bannerSlider .item .container {height: 560px;}
   .bannerHd {font-size: 48px; line-height: 60px;}
   .bannerText {font-size: 22px; line-height: 32px;}
   .UniversityInfo .hd span,
    .UniversityInfo .hd h1 {font-size: 40px; line-height: 48px;}
   .mainHd {font-size: 30px; line-height: 38px;}
   .hdText {font-size: 18px; line-height: 28px;}
   .textBox {font-size: 15px; line-height: 26px;}

    .smallBox {
        height: 322px;
    }

    .campusHd {
        font-size: 32px;
    }

    .campusText {
        font-size: 18px;
        line-height: 24px;
    }

    .smallBox.full {
        padding: 25px;
    }

    .blogList li .inner .det .name {
        font-size: 19px;
    }

    .alumniBox .left {
        width: 280px;
    }

    .alumniLinks li a {
        font-size: 14px;
        padding: 0 15px;
    }

    .alumniBox .right {
        width: calc(100% - 280px);
        padding-left: 20px;
    }

    .alumniSlider .item .img {
        width: 115px;
        height: 115px;
    }

    .alumniSlider .item .det {
        width: calc(100% - 115px);
        padding-left: 15px;
    }

    .alumniSlider .item .det .name {
        font-size: 19px;
        line-height: 26px;
    }

    .detailTabsCon ul li a {
        font-size: 18px;
    }

    .detailSubTab ul {
        margin: -5px;
    }

    .detailSubTab ul li {
        padding: 5px;
    }

    .detailSubTab ul li a {
        font-size: 17px;
        padding: 12px 30px;
    }

    .conditionBox {
        padding: 20px;
    }

    /*Start 07 Feb 2025*/
    .researchList>li {
        width: 33.33%;
    }

    .studentHousing li .inner .name {
        font-size: 20px;
    }

    .studentHousing.female li .inner {
        min-height: 240px;
    }

}

@media (max-width:1300px) {
    a.showMobMenu {
        display: block;
        position: absolute;
        right: 15px;
        top: 50%;
        margin-top: -10px;
    }

    a.showMobMenu i {
        width: 32px;
        height: 3px;
        display: block;
        border-radius: 6px;
        background: #fff;
        margin-bottom: 5px;
        transition: ease-in-out .4s;
    }

    a.showMobMenu.active {
        margin-top: -3px;
    }

    a.showMobMenu.active i:nth-child(3) {
        display: none;
    }

    a.showMobMenu.active i:nth-child(1) {
        transform: rotate(45deg);
        background: #fff;
    }

    a.showMobMenu.active i:nth-child(2) {
        transform: rotate(-45deg);
        margin: -7px auto 0 auto;
        background: #fff;
    }

    .menu {
        display: block;
        position: fixed;
        left: -280px;
        top: 0;
        background: #fff;
        width: 280px;
        height: 100%;
        z-index: 100001;
        overflow: auto;
        transition: ease-in-out .4s;
    }

    .menu.active {
        left: 0;
    }

    .menuBox.active:before {
        content: '';
        width: 100%;
        height: 100%;
        z-index: 11;
        background: rgba(0, 0, 0, .7);
        position: fixed;
        left: 0;
        top: 0;
    }

    .menu>li {
        padding: 0;
        border-bottom: 1px solid #eee;
        font-size: 16px;
    }

    .menu>li>a {
        display: block;
        padding: 20px;
        color: #000;
    }

    .menu>li>a:hover:before {
        display: none;
    }

    .menu>li>a:hover,
    .menu>li>a.active {
        background: #eee;
        color: #0071BD;
    }

    .menu>li.ddMenu>a {
        padding-right: 30px;
    }

    .menu>li.ddMenu>a:after {
        top: 24px;
        color: #000;
        right: 15px;
    }

    .menu>li.ddMenu>a:hover:after,
    .menu>li.ddMenu>a.active:after {
        color: #0071BD;
    }

    .menu>li.small .submenuBox {
        width: 100%;
    }

    .submenuBox {
        padding: 15px 0;
        position: static;
        background: #fff;
        box-shadow: none;
    }

    .submenuLink li {
        padding: 6px 0 6px 20px;
        font-size: 15px;
    }

    .submenuLink li:before {
        top: 9px;
    }

    .submenuInner .column {
        width: 100%;
    }

    .submenuHd {
        font-size: 18px;
    }

    .searchInner {
        width: 280px;
        margin-right: 50px;
    }

    .mainHd {
        font-size: 28px;
        line-height: 34px;
    }

    .UniversityInfo {
        grid-template-columns: 300px 1fr;
        column-gap: 20px;
        padding: 20px;
    }

    .UniversityInfo .img {
        width: 300px;
    }

    .UniversityInfo .hd span,
    .UniversityInfo .hd h1 {
        font-size: 30px;
        line-height: 38px;
    }

    .UniversityInfo .detail {
        padding: 0 0 0 20px;
    }

    .sliderArrow {
        padding: 0;
    }

    .campusHd {
        font-size: 24px;
    }

    .campusText {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .imgBox .over {
        padding: 10px 40px;
    }

    .newsBoxRight {
        padding: 0 0 0 20px;
    }

    .newsList {
        margin: -10px;
    }

    .newsList li {
        padding: 10px;
    }

    .strategicPlan .det {
        padding: 25px;
    }

    .smallBox {
        height: 275px;
    }

    .campusBox.large {
        height: 556px;
    }

    .contactInfo li {
        width: 50%;
    }

    .contactInfo li:last-child {
        width: 50% !important;
    }

    .socialLink li a {
        width: 44px;
        height: 44px;
    }

    .socialLink li a img {
        width: 20px;
    }

    .innerHeader.header a.showMobMenu i {
        background: #000;
    }

    .innerBanner .container {
        min-height: 400px;
    }

    .innerBannerText {
        font-size: 18px;
        line-height: 28px;
        max-width: 500px;
    }

    .innerBannerText span {
        font-size: 50px;
        line-height: 65px;
    }

    .aboutTab {
        display: none;
    }

    .objectivesList {
        margin: -10px;
    }

    .objectivesList li {
        padding: 10px;
    }

    .objectivesList li .inner {
        padding: 15px;
    }

    .programList {
        margin: -10px;
    }

    .programList li {
        padding: 10px;
    }

    .programList li .inner .det {
        padding: 20px;
    }

    .ourValuesList {
        margin: -10px;
    }

    .ourValuesList li {
        padding: 10px;
    }

    .ourValuesList li .inner {
        padding: 20px 15px;
    }

    .ourValuesList li .inner .hd {
        font-size: 18px;
    }

    .OurStrategy {
        min-height: 480px;
    }

    .qualityImg {
        padding-right: 0;
    }

    .programCenterCon {
        padding-top: 90px;
    }

    .contactDet {
        width: 55%;
        padding: 20px 20px 20px 0;
    }

    .contactDet .info {
        margin: -5px;
        padding: 0;
    }

    .contactDet .info li {
        padding: 5px;
        width: 50%;
    }

    .contactForm {
        width: 45%;
        margin: 20px 0 -60px 0;
        padding: 25px;
    }

    .programCenter .leftBox {
        width: 40%;
        padding: 30px;
    }

    .programCenter .rightBox {
        width: 60%;
        padding-left: 20px;
    }

    .programCenter .rightBox ul li {
        width: 50%;
    }

    .branchBox {
        padding: 20px;
    }

    .branchList {
        margin: -10px;
    }

    .branchList li {
        padding: 10px;
    }

    .branchList li .inner {
        padding: 20px;
    }

    .examCenter {
        margin: -10px;
    }

    .examCenter li {
        padding: 10px;
    }

    .examCenter li .inner .det {
        padding: 15px;
    }

    .examCenter li .inner .det span {
        font-size: 18px;
    }

    .examCenter li .inner .det p {
        font-size: 15px;
    }

    .academiicProgramms {
        margin: -10px;
    }

    .academiicProgramms li {
        padding: 10px;
    }

    .academiicProgramms li .img {
        border-radius: 16px;
    }

    .academiicProgramms li span {
        left: 20px;
        bottom: 20px;
        font-size: 20px;
    }

    .openingStatement .det {
        padding: 25px;
    }

    .presidentName {
        padding-top: 20px;
        font-size: 22px;
    }

    .uposBox {
        font-size: 32px;
    }

    .ffList {
        margin: -10px;
    }

    .ffList li {
        padding: 10px;
    }

    .ffList li .inner {
        border-radius: 10px;
        padding: 20px;
        font-size: 17px;
        line-height: 26px;
    }

    .ffList li .inner .icon {
        height: 80px;
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }

    .ffList li .inner .icon img {
        height: 60px;
    }

    .partnerInfo .text {
        font-size: 20px;
        line-height: 34px;
        padding-right: 20px;
    }

    .partners {
        margin: -10px;
    }

    .partners li {
        padding: 10px;
    }

    .ffStatsList li {
        padding: 10px;
        font-size: 20px;
    }

    .ffStatsList li span {
        font-size: 65px;
    }

    .reqBox {
        margin: -10px;
    }

    .reqBox>li {
        padding: 10px;
    }

    .transparentBox {
        padding: 20px;
    }

    .smallHd {
        font-size: 21px;
    }

    .countList>li {
        font-size: 15px;
        padding: 7px 0;
    }

    .enrollBanner {
        height: 200px;
        padding: 20px 30px;
    }

    .browseList li {
        font-size: 20px;
    }

    .browseList li a {
        padding: 25px 80px 25px 20px;
    }

    .membershipSlider .item .det {
        font-size: 19px;
    }

    .rewardsList {
        margin: -10px;
    }

    .rewardsList li {
        padding: 10px;
    }

    .rewardsList li .inner {
        padding: 15px;
    }

    .rewardsList li .inner .img {
        width: 80px;
    }

    .rewardsList li .inner .name {
        width: calc(100% - 80px);
        font-size: 16px;
    }

    .middleLeft {
        width: 280px;
    }

    .leftTab li {
        font-size: 20px;
    }

    .leftTab li a {
        padding: 0 0 0 12px;
    }

    .middleRight {
        width: calc(100% - 280px);
        padding-left: 20px;
    }

    .faqList li {
        width: 100%;
    }

    .faqList li .q {
        font-size: 16px;
    }

    .communicationsList {
        margin: -10px;
    }

    .communicationsList li {
        padding: 10px;
    }

    .communicationsList li .inner {
        padding: 15px;
        font-size: 18px;
        line-height: 30px;
    }

    .communicationsList li .inner .icon {
        height: 40px;
        display: block;
    }

    .communicationsList li .inner .icon img {
        width: 30px;
    }

    .laboratoriesList {
        margin: -10px;
    }

    .laboratoriesList li {
        padding: 10px;
    }

    .peerReviewedList {
        margin: -10px;
    }

    .peerReviewedList li {
        padding: 10px;
    }

    .researchBot li .inner {
        padding: 20px;
    }

    .collageList {
        margin: -10px;
    }

    .collageList li {
        padding: 10px;
    }

    .collageList li .inner .det {
        padding: 15px;
    }

    .collageList li .inner .det .name {
        font-size: 19px;
    }

    .innerBanner.examSchedule .innerBannerText span {
        font-size: 36px;
        line-height: 52px;
    }

    .introBox .right {
        padding-left: 15px;
    }

    .enrollBanner.small .mainHd {
        font-size: 24px;
        padding: 0 40px 0 0;
    }

    .campusServices {
        margin: -10px;
    }

    .campusServices>li {
        padding: 10px;
    }

    .campusServices li .inner .det {
        padding: 15px;
    }

    .campusServices li .inner .det .name {
        font-size: 19px;
    }

    .actvitySlider .item {
        padding: 10px;
    }

    .ourAlumini .inner {
        padding: 15px;
    }

    .faqList {
        margin: -5px;
    }

    .faqList li {
        padding: 5px;
    }

    .contactInfoList {
        margin: -10px;
    }

    .contactInfoList li {
        padding: 10px;
    }

    .contactInfoList li .inner {
        padding: 15px;
    }

    .contactInfoList li .inner .det {
        padding-left: 10px;
        font-size: 20px;
        line-height: 30px;
    }

    .branchOffice {
        margin: -10px;
    }

    .branchOffice li {
        padding: 10px;
    }

    .branchOffice li .inner {
        padding: 15px;
    }

    .branchOffice li .inner .hd {
        font-size: 20px;
    }

    .branchOffice li .inner .info li {
        font-size: 16px;
    }

    .branchOffice li .inner .info li img {
        top: 5px;
    }

    .detailSubTab ul li a {
        font-size: 15px;
        padding: 12px 25px;
    }

    .departmentMessage .det {
        padding: 0 0 0 20px;
    }

    .conditionList {
        justify-content: center;
    }

    .conditionList li {
        width: 33.33%;
    }

    .programObjectives .det {
        padding: 0 20px 0 0;
    }

    .conditionBox .mainHd {
        font-size: 24px;
    }

    /*Start 28 Jan 2025*/
    .innerBanner.newsBanner .container {
        min-height: 240px;
    }

    .newsLists {
        margin: -10px;
    }

    .newsLists li {
        padding: 10px;
    }

    .newsLists li .inner .det {
        padding: 15px;
    }

    .newsLists li .inner .det .date {
        font-size: 14px;
    }

    .newsLists li .inner .det .name {
        font-size: 18px;
    }

    .newsLists li .inner .det a.readMoreLink {
        font-size: 16px;
    }

    .newsDetInfo {
        width: calc(100% - 400px);
        padding-right: 20px;
    }

    .newsDetImg {
        width: 400px;
    }

    .innerBanner.newsBanner .innerBannerText span {
        font-size: 40px;
        line-height: 55px;
    }

    .sliderArrow .slick-arrow {
        width: 36px;
        height: 36px;
        margin-top: -18px;
    }

    .sliderArrow .slick-arrow:before {
        font-size: 18px;
        width: 36px;
        height: 36px;
    }

    .blogListing {
        margin: -10px;
    }

    .blogListing li {
        padding: 10px;
    }

    .blogListing li .inner .det {
        padding: 15px 15px 65px 15px;
    }

    .blogListing li .inner .det a.readMoreLink {
        bottom: 15px;
        left: 15px;
        font-size: 17px;
    }

    .innerBanner.newsBannerDet .innerBannerText .byAdmin {
        font-size: 20px;
    }

    .blogDetinBox .img {
        width: 430px;
    }

    .blogDetinBox .det {
        width: calc(100% - 430px);
        padding: 0 0 0 20px;
    }

    /*Start Feb 2025*/
    .applyNow {
        padding: 20px;
    }

    .applyNow .left {
        font-size: 22px;
    }

    .jobList {
        margin: -10px;
    }

    .jobList>li {
        padding: 10px;
    }

    /*Start 07 Feb 2025*/
    .collegeList {
        margin: -10px;
    }

    .collegeList>li {
        padding: 10px;
        width: 33.33%;
    }

    .collegeList li .inner {
        border-radius: 20px;
        padding: 20px;
    }

    .collegeList li .hd {
        font-size: 20px;
    }

    .collegeList li .over {
        border-radius: 20px;
        padding: 20px;
        left: 10px;
        right: 10px;
    }

    .collegeList li .over ul li {
        font-size: 16px;
    }

    .branchesList {
        margin: -10px;
    }

    .branchesList li {
        padding: 10px;
    }

    .branchesList li .inner {
        padding: 20px;
    }

    .branchesList li .inner .icon {
        width: 80px;
    }

    .branchesList li .inner .det {
        width: calc(100% - 80px);
    }

    .valuseList li {
        padding: 10px;
        font-size: 16px;
    }

    /*Start 10 Feb 2025*/
    .columnBox {
        margin: -10px;
    }

    .columnBox>li {
        padding: 10px;
    }

    .studentHousing li {
        width: 100%;
    }

    .serviceList li {
        width: 50%;
    }

    .studentHousing li .inner .name {
        font-size: 18px;
    }

}

@media (max-width:999px) {
    .bannerSlider .item .container {
        height: 400px;
    }

    .bannerHd {
        font-size: 40px;
        line-height: 50px;
    }

    a.videoTour {
        height: 52px;
        top: -56px;
        font-size: 16px;
    }

    a.videoTour .icon {
        width: 42px;
        height: 42px;
        min-width: 42px;
        margin: 5px 15px 5px 5px;
    }

    a.videoTour .icon span {
        font-size: 28px;
    }

    .pt60 {
        padding-top: 30px;
    }

    .pb60 {
        padding-bottom: 30px;
    }

    .bannerText {
        font-size: 18px;
        line-height: 26px;
    }

    .UniversityInfo {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto;
        align-items: start;
        row-gap: 20px;
        padding: 20px;
    }

    .UniversityInfo .img {
        grid-column: 1;
        grid-row: 1;
        width: 100%;
        text-align: center;
    }

    .UniversityInfo .hd {
        grid-column: 1;
        grid-row: 2;
        text-align: center;
        width: 100%;
        padding: 0;
    }

    .UniversityInfo .hd span,
    .UniversityInfo .hd h1 {
        display: block;
    }

    .UniversityInfo .detail {
        grid-column: 1;
        grid-row: 3;
        width: 100%;
        padding: 0;
        text-align: center;
    }

    .statsList li {
        font-size: 16px;
    }

    .statsList li span {
        font-size: 45px;
    }

    .boxInfo {
        width: 100%;
        padding: 20px;
        margin-bottom: 0;
    }

    /* On mobile the cards stack — convert the vertical HR into a horizontal one */
    .boxInfo + .boxInfo {
        border-left: none;
        border-top: 1px solid rgba(0, 0, 0, 0.05);
    }

    .campusBox.large {
        height: 440px;
        width: 100%;
        margin-bottom: 6px;
    }

    .campusBox {
        width: 100%;
    }

    .serviceSlider .item .name {
        font-size: 16px;
    }

    .imgBox {
        width: 100%;
        margin-bottom: 5px;
    }

    .newsBoxLeft {
        width: 100%;
    }

    .newsBoxRight {
        width: 100%;
        padding: 20px 0 0 0;
    }

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

    .strategicPlan .det {
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 1.5rem 1.25rem;
        position: relative;
    }

    .alumniBox .left {
        width: 100%;
    }

    .alumniBox .right {
        width: 100%;
        padding: 20px 0 0 0;
    }

    .contactInfo li {
        width: 100%;
        font-size: 15px;
    }

    .footerHd {
        font-size: 19px;
    }

    .smallBox.revese {
        flex-direction: row-reverse;
    }

    .popupInner {
        padding: 10px;
    }

    .videoPopup {
        padding: 10px;
    }

    .popupHd {
        font-size: 18px;
    }

    .close {
        font-size: 16px;
    }

    .videoBox {
        margin-top: 10px;
    }

    .objectivesList li {
        width: 50%;
    }

    .contactDet {
        width: 100%;
        padding: 0;
    }

    .contactDet .info li {
        width: 33.33%;
    }

    .contactForm {
        width: 100%;
    }

    .programCenter .leftBox {
        width: 100%;
    }

    .programCenter .rightBox {
        width: 100%;
        padding: 20px 0 0 0;
    }

    .examCenter li {
        width: 33.33%;
    }

    .openingStatement .img {
        width: 280px;
    }

    .openingStatement .det {
        width: calc(100% - 280px);
    }

    .ffList li {
        width: 33.33%;
    }

    .introductionBox {
        flex-direction: column-reverse;
    }

    .introductionBox .info {
        width: 100%;
        padding: 20px 0 0 0;
    }

    .introductionBox .img {
        width: 100%;
    }

    .reqBox>li {
        width: 100%;
    }

    .enrollBanner .mainHd {
        padding-right: 40px;
    }

    .rewardsList li {
        width: 33.33%;
    }

    .rewardsTab {
        margin: -5px;
    }

    .rewardsTab li {
        padding: 5px;
    }

    .rewardsTab li a {
        font-size: 16px;
        height: 40px;
        padding: 0 20px;
    }

    .caHd {
        font-size: 17px;
        line-height: 30px;
    }

    .rewardsList li {
        width: 50%;
    }

    .ipSlider .item .img {
        height: 70px;
    }

    .communicationsList li {
        width: 100%;
    }

    .laboratoriesList li {
        width: 50%;
    }

    .peerReviewedList li {
        width: 50%;
    }

    .researchBot li {
        width: 100%;
    }

    .collageList li {
        width: 33.33%;
    }

    .introBox .left {
        width: 100%;
    }

    .introBox .right {
        padding: 20px 0 0 0;
        width: 100%;
    }

    .enrollBanner.small {
        flex-direction: column;
        height: auto;
        align-items: flex-start;
    }

    .enrollBanner.small .mainHd {
        padding: 0 0 20px 0;
    }

    .campusServices li .inner .img {
        width: 100%;
    }

    .campusServices li .inner .det {
        width: 100%;
    }

    .campusServices li .inner .det .name {
        padding-bottom: 10px;
    }

    .saCov .box .det {
        padding: 15px;
    }

    .videoBox .play {
        width: 90px;
        margin: -45px 0 0 -45px;
    }

    .aboutHadramout .img {
        width: 100%;
    }

    .aboutHadramout .det {
        width: 100%;
        padding: 20px 0 0 0;
    }

    .faqList.column3 li {
        width: 100%;
    }

    .speeachBox {
        flex-direction: column-reverse;
    }

    .speeachBox .det {
        width: 100%;
        padding: 20px 0 0 0;
    }

    .speeachBox .img {
        width: 100%;
    }

    .enrollBanner.smallBox .mainHd {
        font-size: 28px;
    }

    .campusServices li .inner .det .listText {
        padding-top: 0;
    }

    .studentAffairs .det {
        width: 100%;
        padding: 0 0 20px 0;
    }

    .studentAffairs .img {
        width: 100%;
    }

    .libraryBox {
        width: 100%;
    }

    .taskBox {
        width: 100%;
        padding: 20px 0 0 0;
    }

    .contactInfoList li {
        width: 50%;
    }

    .branchOffice>li {
        width: 50%;
    }

    .collageList.column3 li {
        width: 50%;
    }

    .featuresHd {
        font-size: 22px;
    }

    .deansWord .left {
        width: 100%;
    }

    .deansWord .right {
        width: 100%;
        padding: 20px 0 0 0;
    }

    .departmentMessage .img {
        width: 100%;
    }

    .departmentMessage .det {
        width: 100%;
        padding: 20px 0 0 0;
    }

    .programObjectives {
        flex-direction: column-reverse;
    }

    .programObjectives .img {
        width: 100%;
    }

    .programObjectives .det {
        padding: 20px 0 0 0;
        width: 100%;
    }

    /*Start 28 Jan 2025*/
    .innerBanner.newsBanner .container {
        min-height: 200px;
    }

    .newsLists li {
        width: 50%;
    }

    .innerBanner.newsBanner .innerBannerText span {
        font-size: 36px;
        line-height: 50px;
    }

    .newsDetBox {
        flex-direction: column-reverse;
    }

    .newsDetImg {
        width: 100%;
    }

    .newsDetInfo {
        width: 100%;
        padding: 20px 0 0 0;
    }

    .blogListing li {
        width: 50%;
    }

    /*Start Feb 2025*/
    .applyNow {
        padding: 20px;
    }

    .jobList>li {
        width: 50%;
    }

    /*Start 07 Feb 2025*/
    .collegeList>li {
        width: 50%;
    }

    .branchesList li {
        width: 50%;
    }

    .valuseList li {
        width: 100%;
    }

    .departmentBox .inner {
        width: 100%;
        padding: 30px 0;
    }

    .departmentBox .inner:last-child {
        padding-top: 0;
    }

    .mainHd.small {
        font-size: 20px;
    }

    .valusesBox {
        width: 100%;
    }

    .ourGoals {
        width: 100%;
        padding: 30px 0 0 0;
    }

    .deanWordBox1 .left {
        width: 100%;
    }

    .deanWordBox1 .right {
        width: 100%;
        padding: 30px 0 0 0;
    }

    .deanWordBox2 .left {
        width: 100%;
    }

    .deanWordBox2 .right {
        width: 100%;
    }

    .researchList>li {
        width: 50%;
    }

    .grSubHd {
        font-size: 20px;
    }

    .researchList li .hd {
        font-size: 18px;
    }

    .studentHousing.female li {
        width: 50%;
    }

    .bookingBox {
        flex-direction: column-reverse;
    }

    .bookingBox .det {
        width: 100%;
        padding: 20px 0 0 0;
    }

    .bookingBox .img {
        width: 100%;
        padding: 0;
    }

    .otherInfo .inner {
        width: 100%;
        padding: 15px 0;
    }

    /*Strat 28th March 2025*/
    .memberList {
        width: 100%;
    }
}




@media (max-width:599px) {
    .topBar {
        height: 40px;
    }

    .topMenu li {
        font-size: 10px;
    }

    .topMenu li a {
        height: 40px;
        padding: 0 5px;
    }

    .language {
        font-size: 11px;
        height: 26px;
        background: #EBEBEB url(../images/select-arrow.png) no-repeat right 5px center;
        width: 70px;
        padding: 0 20px 0 5px;
    }

    .header>.container {
        height: 100px;
    }

    a.showSearch {
        display: block;
        margin: 5px 50px 0 0;
        color: #fff;
    }

    .searchInner {
        position: fixed;
        left: 0;
        bottom: -60px;
        transition: ease-in-out .5s;
        z-index: 1001;
        background: #fff;
        width: 100%;
        box-shadow: 0 0 15px rgba(0, 0, 0, .3);
        margin: 0;
        height: 50px;
    }

    .searchInner.active {
        bottom: 0;
    }

    .searchInner .input {
        color: #000;
        height: 50px;
        padding: 0 15px;
        font-size: 16px;
    }

    .searchInner .input::placeholder {
        color: #000;
        opacity: 1;
    }

    .searchInner .input::-ms-input-placeholder {
        color: #000;
    }

    .searchInner .btn {
        color: #000;
    }

    .bannerSlider .slick-dots {
        bottom: 35px;
    }

    .bannerSlider .item .container {
        height: 350px;
        padding-bottom: 40px;
        background: rgba(0, 0, 0, .7);
    }

    .bannerInfo {
        text-align: center;
    }

    .bannerHd {
        font-size: 26px;
        line-height: 34px;
    }

    a.videoTour {
        right: 50%;
        margin-right: -104px;
    }

    .serviceSlider .item .icon img {
        width: 40px;
    }

    .UniversityInfo .hd span,
    .UniversityInfo .hd h1 {
        font-size: 24px;
        line-height: 30px;
    }

    .statsList {
        justify-content: center;
    }

    .statsList li {
        width: 33.33%;
        border: none;
        padding: 15px;
    }

    .statsList li span {
        font-size: 35px;
        padding-top: 10px;
    }

    .statsList li img {
        width: 40px;
    }

    .campusBox.large {
        height: 340px;
        padding: 15px;
    }

    .smallBox .det {
        width: 65%;
        padding: 15px;
    }

    .smallBox.full {
        padding: 15px;
    }

    .smallBox .img {
        width: 35%;
    }

    .campusHd {
        font-size: 22px;
    }

    .mainHd {
        font-size: 22px;
        line-height: 26px;
        font-weight: 700;
    }

    .newsBoxLeft .det {
        width: 90%;
        margin: -120px auto 0 auto;
        padding: 15px;
    }

    .newsBoxLeft .det .name {
        font-size: 22px;
    }

    .newsBoxLeft .det .text {
        padding-bottom: 20px;
    }

    .newsList {
        margin: -5px;
    }

    .newsList li {
        padding: 5px;
    }

    .strategicPlan .det {
        width: 96%;
    }

    .partnerSlider li .partnerLogo {
        height: 80px;
    }

    .imgBox br {
        display: none;
    }

    .imgBox .over {
        padding: 5px 20px;
    }

    .imgBox .img img {
        min-height: 130px;
    }

    .footerLogo {
        width: 100%;
        padding: 20px 15px 0 15px;
        text-align: center;
    }

    .footerLogo img {
        width: 200px;
    }

    .footerContact {
        width: 100%;
        padding: 20px 15px 0 15px;
    }

    .contactInfo li {
        width: 50%;
    }

    .contactInfo li:last-child {
        width: 50% !important;
    }

    .footerLinks {
        width: 100%;
        padding: 20px 15px;
    }

    .innerBanner .container {
        min-height: 240px;
    }

    .innerHeader.header a.showSearch {
        color: #666;
    }

    .innerBannerText {
        font-size: 16px;
        line-height: 26px;
    }

    .innerBannerText span {
        font-size: 26px;
        line-height: 36px;
    }

    .objectivesList li {
        width: 100%;
    }

    .programList li {
        width: 100%;
    }

    .ourValuesList li {
        width: 50%;
    }

    .contactDet .info li {
        width: 100%;
    }

    a.videoTour {right: 50%; margin-right: -104px;}
    .serviceSlider .item .icon img {width: 40px;}
    .UniversityInfo .hd span,
    .UniversityInfo .hd h1 {font-size: 24px; line-height: 30px;}
    .statsList  {justify-content: center;}
    .statsList li {width: 33.33%; border: none; padding: 15px; display: flex; flex-direction: column; align-items: center;}
    .statsList li span {font-size: 35px; padding: 0; margin-bottom: 5px;}
    .statsList li img {width: 40px; margin-bottom: 10px; order: -1;}
    .campusBox.large {height: 340px; padding: 15px;}
    .smallBox .det {width: 65%; padding: 15px;}
    .smallBox.full {padding: 15px;}
    .smallBox .img {width: 35%;}
    .campusHd {font-size: 22px;}
    .mainHd {font-size: 22px; line-height: 26px; font-weight: 700;}
    .newsBoxLeft .det {width: 90%; margin: -120px auto 0 auto; padding: 15px;}
    .newsBoxLeft .det .name {font-size: 22px;}
    .newsBoxLeft .det .text {padding-bottom: 20px;}
    .newsList {margin: -5px;}
    .newsList li {padding: 5px;}
    .strategicPlan .det {width: 96%;}
    .partnerSlider li .partnerLogo {height: 80px;}
    .imgBox br {display: none;}
    .imgBox .over {padding: 5px 20px;}
    .imgBox .img img {min-height: 130px;}
    .footerLogo {width: 100%; padding: 20px 15px 0 15px; text-align: center;}
    .footerLogo img {width: 200px;}
    .footerContact {width: 100%; padding: 20px 15px 0 15px;}
    .contactInfo li {width: 50%;}
    .contactInfo li:last-child {width: 50% !important;}
    .footerLinks {width: 100%; padding: 20px 15px;}
    .innerBanner .container {min-height: 240px;}
    .innerHeader.header  a.showSearch {color: #666;}  
    .innerBannerText {font-size: 16px; line-height: 26px;}
    .innerBannerText span {font-size: 26px; line-height: 36px;}
    .objectivesList li {width: 100%;}
    .programList li {width: 100%;}
    .ourValuesList li {width: 50%;}
    .contactDet .info li {width: 100%;}
    .contactDet .info li .inner .hd {min-height: inherit;}
    .branchList li {width: 100%;}
    .branchList li .hdText {padding-bottom: 5px;}
    .branchList li p {font-size: 16px;}
    .programCenter .leftBox {padding: 20px;}
    .programCenter .leftBox span {font-size: 22px;}
    .programCenter .leftBox p {font-size: 16px; padding-bottom: 10px;}
    .programCenter .leftBox ul li {font-size: 17px; padding: 4px 0;}
    .programCenter .rightBox ul li {width: 100%;}
    .examCenter {margin: -5px;}
    .examCenter li {width: 50%; padding: 5px;}
    .examCenter li .inner .det {padding: 10px;}
    .examCenter li .inner .det span {font-size: 16px;}
    .examCenter li .inner .det p {font-size: 13px;}
    .academiicProgramms {margin: -5px;}
    .academiicProgramms li {width: 50%; padding: 5px;}
    .academiicProgramms li:first-child {width: 100%;}
    .academiicProgramms li .img {border-radius: 10px;}
    .academiicProgramms li span {font-size: 18px;}
    .hdText {font-size: 16px; line-height: 24px;}
    .openingStatement .img {width: 100%;}
    .openingStatement .det {width:100%; padding: 15px;}
    .presidentName {font-size: 18px;}
    .uposBox {font-size: 28px; padding: 20px; margin: -40px 0 20px 0;}
    .ffList li {width: 100%;}
    .ffList li .inner {font-size: 16px; line-height: 24px;}
    .ffList li .inner .icon {height: 54px;}
    .ffList li .inner .icon img {height: 44px;}
    .partnerInfo .text {width: 100%; padding: 0 0 20px 0;}
    .partnerInfo .text {font-size: 18px; line-height: 28px;}
    .partnerInfo .list {width: 100%;}
    .partners {justify-content: center;}
    .partners li {width: 33.33%;}
    .partners li .icon {padding: 10px;}
    .ffStatsList {justify-content: center;}
    .ffStatsList li {width: 33.33%; text-align: center; font-size: 16px;}
    .ffStatsList li span {font-size: 45px;}
    .enrollBanner {flex-direction: column; align-items: flex-start; height: auto; padding: 15px;}
    .enrollBanner .applyNow {margin-top: 15px;}
    .transparentBox {padding: 15px;}
    .browseList li {font-size: 17px;}
    .browseList li a {padding: 15px 55px 15px 10px;}
    .listCon {margin: 0;}
    .listCon .bulletList {width: 100%; padding: 0;}
    .rewardsList {margin: -5px;}
    .rewardsList li {padding: 5px; width: 100%;}
    .middleLeft {display: none;}
    .middleRight {width: 100%; padding: 0;}
    .laboratoriesList li {width: 100%;}
    .peerReviewedList li {width: 100%;}
    .innerBanner.examSchedule .container {min-height: 190px;}
    .innerBanner.examSchedule .innerBannerText span {font-size: 22px; line-height: 35px;}
    .collageList li {width: 100%;}
    .collageList li .inner .det .name {min-height: inherit; font-size: 17px;}
    .alumniLink {padding: 15px; font-size: 15px;}
    .alumniLink span {font-size: 16px;}
    .campusServices > li {width: 100%;}
    .saCov .box {width: 100%; margin-bottom: 15px;}
    .videoBox .play {width: 50px; margin: -25px 0 0 -25px;}
    .contactInfoList li {width: 100%;}
    .branchOffice > li {width: 100%;}
    .enrollBanner.smallBox .mainHd {font-size: 20px;}
    .collageList.column3 li {width: 100%;}
    .contactDet .info li .inner .hd {
        min-height: inherit;
    }

    .branchList li {
        width: 100%;
    }

    .branchList li .hdText {
        padding-bottom: 5px;
    }

    .branchList li p {
        font-size: 16px;
    }

    .programCenter .leftBox {
        padding: 20px;
    }

    .programCenter .leftBox span {
        font-size: 22px;
    }

    .programCenter .leftBox p {
        font-size: 16px;
        padding-bottom: 10px;
    }

    .programCenter .leftBox ul li {
        font-size: 17px;
        padding: 4px 0;
    }

    .programCenter .rightBox ul li {
        width: 100%;
    }

    .examCenter {
        margin: -5px;
    }

    .examCenter li {
        width: 50%;
        padding: 5px;
    }

    .examCenter li .inner .det {
        padding: 10px;
    }

    .examCenter li .inner .det span {
        font-size: 16px;
    }

    .examCenter li .inner .det p {
        font-size: 13px;
    }

    .academiicProgramms {
        margin: -5px;
    }

    .academiicProgramms li {
        width: 50%;
        padding: 5px;
    }

    .academiicProgramms li:first-child {
        width: 100%;
    }

    .academiicProgramms li .img {
        border-radius: 10px;
    }

    .academiicProgramms li span {
        font-size: 18px;
    }

    .hdText {
        font-size: 16px;
        line-height: 24px;
    }

    .openingStatement .img {
        width: 100%;
    }

    .openingStatement .det {
        width: 100%;
        padding: 15px;
    }

    .presidentName {
        font-size: 18px;
    }

    .uposBox {
        font-size: 28px;
        padding: 20px;
        margin: -40px 0 20px 0;
    }

    .ffList li {
        width: 100%;
    }

    .ffList li .inner {
        font-size: 16px;
        line-height: 24px;
    }

    .ffList li .inner .icon {
        height: 54px;
    }

    .ffList li .inner .icon img {
        height: 44px;
    }

    .partnerInfo .text {
        width: 100%;
        padding: 0 0 20px 0;
    }

    .partnerInfo .text {
        font-size: 18px;
        line-height: 28px;
    }

    .partnerInfo .list {
        width: 100%;
    }

    .partners {
        justify-content: center;
    }

    .partners li {
        width: 33.33%;
    }

    .partners li .icon {
        padding: 10px;
    }

    .ffStatsList {
        justify-content: center;
    }

    .ffStatsList li {
        width: 33.33%;
        text-align: center;
        font-size: 16px;
    }

    .ffStatsList li span {
        font-size: 45px;
    }

    .enrollBanner {
        flex-direction: column;
        align-items: flex-start;
        height: auto;
        padding: 15px;
    }

    .enrollBanner .applyNow {
        margin-top: 15px;
    }

    .transparentBox {
        padding: 15px;
    }

    .browseList li {
        font-size: 17px;
    }

    .browseList li a {
        padding: 15px 55px 15px 10px;
    }

    .listCon {
        margin: 0;
    }

    .listCon .bulletList {
        width: 100%;
        padding: 0;
    }

    .rewardsList {
        margin: -5px;
    }

    .rewardsList li {
        padding: 5px;
        width: 100%;
    }

    .middleLeft {
        display: none;
    }

    .middleRight {
        width: 100%;
        padding: 0;
    }

    .laboratoriesList li {
        width: 100%;
    }

    .peerReviewedList li {
        width: 100%;
    }

    .innerBanner.examSchedule .container {
        min-height: 190px;
    }

    .innerBanner.examSchedule .innerBannerText span {
        font-size: 22px;
        line-height: 35px;
    }

    .collageList li {
        width: 100%;
    }

    .collageList li .inner .det .name {
        min-height: inherit;
        font-size: 17px;
    }

    .alumniLink {
        padding: 15px;
        font-size: 15px;
    }

    .alumniLink span {
        font-size: 16px;
    }

    .campusServices>li {
        width: 100%;
    }

    .saCov .box {
        width: 100%;
        margin-bottom: 15px;
    }

    .videoBox .play {
        width: 50px;
        margin: -25px 0 0 -25px;
    }

    .contactInfoList li {
        width: 100%;
    }

    .branchOffice>li {
        width: 100%;
    }

    .enrollBanner.smallBox .mainHd {
        font-size: 20px;
    }

    .collageList.column3 li {
        width: 100%;
    }

    .detailTabsCon ul {
        flex-direction: column;
    }

    .detailTabsCon ul li {
        border-bottom: 1px solid #aaa;
    }

    .conditionBox .mainHd {
        font-size: 20px;
    }

    .conditionList li {
        width: 100%;
    }

    .conditionList li .inner {
        border-radius: 16px;
    }

    .largeFont {
        font-size: 17px;
        line-height: 26px;
    }


    /*Start 28 Jan 2025*/
    .innerBanner.newsBanner .container {
        min-height: 140px;
    }

    .newsLists li {
        width: 100%;
    }

    .innerBanner.newsBanner .innerBannerText span {
        font-size: 24px;
        line-height: 36px;
    }

    .newsDetBot a {
        font-size: 14px;
    }

    .newsDetBot .prev a .arrow {
        margin-right: 5px;
        font-size: 24px;
    }

    .newsDetBot .next a .arrow {
        margin-left: 5px;
        font-size: 24px;
    }

    .blogListing li {
        width: 100%;
    }

    .blogDetinBox .img {
        width: 100%;
    }

    .blogDetinBox .det {
        width: 100%;
        padding: 20px 0 0 0;
    }
}

/*Start Feb 2025*/
.applyNow .left {
    width: 100%;
    padding: 0 0 20px 0;
    font-size: 19px;
}

.applyNow .right a {
    font-size: 16px;
}

.jobList>li {
    width: 100%;
}

.apllyList {
    margin: -10px;
}

.apllyList>li {
    padding: 10px;
    width: 100%;
}

.applyNow.full .left {
    width: 100%;
}

.verificationLeft {
    width: 100%;
    padding-bottom: 20px;
}

.verificationRight {
    width: 100%;
}

/*Start 07 Feb 2025*/
.collegeList>li {
    width: 100%;
}

.branchesList li {
    width: 100%;
}

.collegeList li .inner {
    border-radius: 10px;
}

.collegeList li .over {
    border-radius: 10px;
}

.collegeList li .hd {
    min-height: inherit;
    font-size: 18px;
}

.collegeList li .icon {
    width: 55px;
    height: 55px;
    border-radius: 6px;
}

.collegeList li .icon img {
    width: 30px;
}

.collegeList li .btn a {
    font-size: 16px;
    height: 42px;
}

.branchesList li .inner .det span {
    font-size: 18px;
}

.branchesList li .inner .det p {
    font-size: 14px;
}

.researchList>li {
    width: 100%;
}

/*Start 10 Feb 2025*/
a.readMore {
    padding: 6px 14px;
    font-size: 15px;
}

.serviceList li {
    width: 100%;
}

.studentHousing.female li {
    width: 100%;
}

.studentHousing.female li .inner {
    min-height: 200px;
}

.studentHousing.female li .inner .name {
    height: 60%;
}

/*Strat 28th March 2025*/
.jobHd {
    font-size: 18px;
}

.memberList {
    width: 100%;
}

.memberList li {
    padding: 3px 0 2px 15px !important;
    font-size: 16px;
}


/* Mobile navbar collapse - slide from left */
@media (max-width: 599px) {
    .navbar-collapse {
        position: fixed;
        top: 0;
        left: -280px;
        width: 280px;
        height: 100vh;
        background: #fff;
        z-index: 1050;
        transition: left 0.3s ease-in-out;
        overflow-y: auto;
        box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
        padding: 20px;
    }
    .custom-header .navbar-nav .nav-item{
        display: block !important;
    }

    .nav-item.dropdown.o_no_autohide_item .nav-link {
        color: white !important;
    }

    .navbar-collapse.show {
        left: 0;
        max-height: 100vh !important;
        max-height: none;
        overflow-x: hidden;
    }

    .nav-item.dropdown.o_no_autohide_item .nav-link {
        color: #000 !important;
    }

    .navbar-nav .nav-link span {
        color: #000 !important;
    }


    .navbar-collapse .navbar-nav {
        flex-direction: column;
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .navbar-collapse .navbar-nav .nav-item {
        width: 100%;
        border-bottom: 1px solid #eee;
    }

    .navbar-collapse .navbar-nav .nav-link {
        color: #000 !important;
        padding: 15px 0;
        display: block;
        font-size: 15px !important;
    }

    .navbar-collapse .navbar-nav .nav-link:hover {
        background: #f8f9fa;
        color: #0056a0 !important;
    }

    .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
        font-size: 15px !important;
    }

    .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item:hover {
        background: #f8f9fa !important;
        color: #0056a0 !important;
    }

    /* Specific styles for About Us menu mobile view */
    .o_mega_menu .o_colored_level {
        background: #fff !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .o_mega_menu .ddMenu {
        background: #fff !important;
        padding: 0 !important;
        margin: 0 !important;
        width: 100% !important;
    }

    .o_mega_menu .ddMenu.resize {
        width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .o_mega_menu .submenuInner {
        background: #fff !important;
        padding: 0 !important;
        margin: 0 !important;
        width: 100% !important;
        display: block !important;
    }

    .o_mega_menu .column {
        background: #fff !important;
        padding: 0 !important;
        margin: 0 !important;
        width: 100% !important;
    }

    .o_mega_menu .column p {
        margin: 0 !important;
        padding: 0 !important;
    }

    .o_mega_menu .column p a {
        display: block !important;
        width: 100% !important;
        padding: 15px !important;
        color: #000 !important;
        background: #fff !important;
        border-bottom: 1px solid #eee !important;
        text-decoration: none !important;
        font-size: 15px !important;
        font-weight: 600 !important;
        margin: 0 !important;
    }

    .o_mega_menu .column p a:hover {
        background: #f8f9fa !important;
        color: #0056a0 !important;
    }

    .o_mega_menu .column p a .text-o-color-5,
    .o_mega_menu .column p a .text-black {
        color: inherit !important;
    }

    .o_mega_menu .column p a strong,
    .o_mega_menu .column p a strong font,
    .o_mega_menu .column p a strong span {
        display: inline !important;
        visibility: visible !important;
        font-size: 15px !important;
        font-weight: normal !important;
    }

    .o_mega_menu .column p a strong {
        font-weight: normal !important;
    }

    /* Hide empty dropdown menu at the end */
    .o_mega_menu+.dropdown-menu {
        display: none !important;
    }

    /* Overlay background when menu is open */
    .navbar-collapse.show::before {
        content: '';
        position: fixed;
        top: 0;
        left: 280px;
        width: calc(100vw - 280px);
        height: 100vh;
        background: rgba(0, 0, 0, 0.5);
        z-index: -1;
    }

    /* Hide the default Bootstrap backdrop */
    .navbar-collapse.collapsing {
        height: auto !important;
        transition: none !important;
    }

    .navbar-nav .dropdown-toggle {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        width: 100% !important;
    }

    .navbar-nav .dropdown-toggle::after {
        margin-left: auto !important;
        margin-right: 0 !important;
    }

    /* Mobile Menu Header */
    .mobile-menu-header {
        display: flex !important;
        justify-content: flex-end;
        align-items: center;
        padding: 10px 15px;
        background: #fff;
        border-bottom: 1px solid #eee;
        position: relative;
    }

    /* Mobile Close Button Styles */
    .mobile-close-btn {
        position: relative;
        top: auto;
        right: auto;
        z-index: 99999;
        background-color: #dc3545;
        border: 1px solid #dc3545;
        color: #fff;
        font-size: 18px;
        font-weight: bold;
        padding: 8px 12px;
        cursor: pointer;
        display: none;
        border-radius: 5px;
        box-shadow: 0 2px 8px rgba(220, 53, 69, 0.3);
        min-width: 40px;
        height: 40px;
        text-align: center;
        line-height: 24px;
    }

    .mobile-close-btn:hover {
        background-color: #c82333;
        border-color: #c82333;
        transform: scale(1.1);
    }
}

/* Mobile close button - always hidden by default */
.mobile-close-btn {
    display: none;
    background-color: #dc3545;
    border: 1px solid #dc3545;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    cursor: pointer;
    line-height: 1;
    align-items: center;
    justify-content: center;
}

.mobile-menu-header {
    display: none !important;
}

/* Only show close button on mobile (max 599px) when menu is open */
@media (max-width: 599px) {
    .navbar-collapse.show .mobile-menu-header {
        display: flex !important;
        justify-content: flex-end;
        align-items: center;
        padding: 10px 15px;
        border-bottom: 1px solid #eee;
        position: sticky;
        top: 0;
        background: #fff;
        z-index: 10;
    }

    .navbar-collapse.show .mobile-close-btn {
        display: flex !important;
        align-items: center;
        justify-content: center;
    }
}

/*header */
.custom-navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
}

.navbar-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.navbar-brand img {
    max-height: 60px;
    width: auto;
}

.navbar-collapse {
    flex-grow: 1;
    justify-content: flex-end;
}


.navbar-nav .dropdown-toggle {
    color: white !important;
}

.navbar-nav .dropdown-toggle:hover {
    color: #f8f9fa !important;
}


.dropdown-toggle-icon {
    background: none;
    border: none;
    font-size: 20px;
    color: white;
    cursor: pointer;
    margin-left: 5px;
}

.navbar-nav .dropdown-toggle:hover {
    color: #f8f9fa !important;
}


.dropdown-toggle-icon {
    background: none;
    border: none;
    font-size: 20px;
    color: white;
    cursor: pointer;
    margin-left: 5px;
}
}

/* Mobile view spacing fixes for specific page only */
@media (max-width: 990px) {
    .s_text_image.pt80 .pt80 {
        padding-top: 35px !important;
    }
    
    .s_text_image.pt80 .pb168 {
        padding-bottom: 45px !important;
    }
    
    .pb72 {
        padding-bottom: 0px !important;
    }
}

/* Remove extra spacing from grid items — empty paragraphs only (do not hide real content) */
.o_grid_item p:empty {
    display: none !important;
}

/* Reduce bottom padding for grid items */
.o_grid_item {
    padding-bottom: 10px !important;
}

.o_grid_item.g-col-lg-5 {
    padding-bottom: 5px !important;
}

/* Fix specific section with pb80 class */
.s_text_image.pb80 {
    padding-bottom:0px !important;
}

/* Remove empty p tags in pb80 section */
.s_text_image.pb80 p:empty {
    display: none !important;
}

.s_text_image.pb80 p:contains("\u00A0") {
    display: none !important;
}

/* Fix table width and responsiveness */
.o_grid_item .table {
    width: 100% !important;
    max-width: 100% !important;
    table-layout: auto !important;
}

.o_grid_item .table td {
    width: auto !important;
    min-width: 120px !important;
    word-wrap: break-word !important;
}

/* Mobile responsive table */
@media (max-width: 768px) {
    .o_grid_item .table {
        font-size: 0.8rem !important;
    }
    
    .o_grid_item .table td {
        min-width: 80px !important;
        padding: 5px !important;
    }
    
    .o_grid_item .table span {
        font-size: 0.75rem !important;
    }
}

/* Fix half screen height for specific blog post ID 14 only */
[data-oe-model="blog.post"][data-oe-id="14"] .o_half_screen_height,
[data-oe-field="content"][data-oe-id="14"] .o_half_screen_height {
    min-height: 150px !important;
    height: 150px !important;
}

[data-oe-model="blog.post"][data-oe-id="14"] .o_half_screen_height .cover_mid,
[data-oe-field="content"][data-oe-id="14"] .o_half_screen_height .cover_mid {
    min-height: 150px !important;
    height: 150px !important;
}

/* Reduce padding for o_half_screen_height sections in this specific blog post */
[data-oe-model="blog.post"][data-oe-id="14"] .o_half_screen_height.pt0.pb0,
[data-oe-field="content"][data-oe-id="14"] .o_half_screen_height.pt0.pb0 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

/* More specific targeting for blog post content */
#o_wblog_post_content[data-oe-model="blog.post"][data-oe-id="14"] .o_half_screen_height {
    min-height: 150px !important;
    height: 150px !important;
}

.o_grid_item h2:has(br) {
    display: none;
}

/* =====================================================
   UST CUSTOM NAVBAR - RESPONSIVE (MOBILE & TABLET)
   ===================================================== */

/* Large laptop / small desktop - reduce spacing/font for nav links */
@media (max-width: 1399px) {
    .ust-navbar-nav .ust-nav-link,
    .ust-navbar .navbar-nav .nav-link {
        font-size: 13px;
        padding: 8px 10px !important;
    }

    .ust-navbar-container {
        gap: 12px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* Tablet / small laptop */
@media (max-width: 1199px) {
    .ust-navbar-nav {
        gap: 2px;
    }

    .ust-navbar-nav .ust-nav-link,
    .ust-navbar .navbar-nav .nav-link {
        font-size: 12px;
        padding: 8px 8px !important;
    }

    .ust-navbar-brand img {
        max-height: 48px;
    }
}

/* Tablet and below - collapse navbar (Bootstrap navbar-expand-lg breakpoint) */
@media (max-width: 991px) {
    .ust-navbar-toggler {
        display: inline-block;
        margin-left: auto;
    }

    .ust-navbar-container {
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 10px;
    }

    .ust-navbar-collapse {
        flex: 1 1 100%;
        flex-direction: column;
        align-items: stretch;
        background-color: #ffffff;
        margin-top: 12px;
        padding: 10px 0;
        border-radius: 6px;
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    }

    .ust-navbar-nav {
        flex-direction: column;
        align-items: stretch;
        margin: 0 !important;
        gap: 0;
        width: 100%;
        position: static !important;
        transform: none !important;
        left: auto !important;
        top: auto !important;
    }

    .ust-navbar-nav .ust-nav-item {
        width: 100%;
        border-bottom: 1px solid #eee;
    }

    .ust-navbar-nav .ust-nav-item:last-child {
        border-bottom: none;
    }

    .ust-navbar-nav .ust-nav-link,
    .ust-navbar .navbar-nav .nav-link {
        color: #0056b3 !important;
        font-size: 15px;
        padding: 12px 18px !important;
        text-align: left;
        width: 100%;
        display: block;
    }

    .ust-navbar-nav .ust-nav-link:hover,
    .ust-navbar-nav .ust-nav-link:focus,
    .ust-navbar-nav .ust-nav-link.active,
    .ust-navbar-nav .ust-nav-link.show {
        background-color: #f4f8fc;
        color: #0056b3 !important;
        border-radius: 0;
    }

    .ust-navbar-nav .nav-item.dropdown .dropdown-toggle::after {
        border-top-color: #0056b3;
        margin-left: 6px;
    }

    .ust-navbar-right {
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
        width: 100%;
        padding: 10px 18px;
        margin-left: 0;
        border-top: 1px solid #eee;
    }

    .ust-navbar-search,
    .ust-navbar-search > * {
        width: 100%;
    }

    .ust-navbar-user {
        flex-direction: column;
        align-items: stretch;
        width: 100%;
        gap: 0;
    }

    .ust-navbar-user .ust-nav-link {
        color: #0056b3 !important;
        padding: 12px 0 !important;
    }

    .ust-navbar .dropdown-menu {
        box-shadow: none;
        margin-top: 0;
        padding-left: 18px;
        background-color: #f9fbfd;
    }
}

/* Mobile - slide-in from left */
@media (max-width: 599px) {
    .ust-navbar-container {
        padding-left: 12px;
        padding-right: 12px;
    }

    .ust-navbar-brand img {
        max-height: 42px;
    }

    .ust-navbar-collapse {
        position: fixed;
        top: 0;
        left: -300px;
        width: 280px;
        max-width: 85vw;
        height: 100vh;
        background-color: #ffffff;
        margin-top: 0;
        padding: 0;
        border-radius: 0;
        box-shadow: 2px 0 12px rgba(0, 0, 0, 0.2);
        transition: left 0.3s ease-in-out;
        overflow-y: auto;
        z-index: 1050;
    }

    .ust-navbar-collapse.show,
    .ust-navbar-collapse.collapsing {
        left: 0;
    }

    .ust-navbar-collapse .mobile-menu-header {
        display: flex !important;
        justify-content: flex-end;
        align-items: center;
        padding: 10px 15px;
        border-bottom: 1px solid #eee;
        position: sticky;
        top: 0;
        background: #fff;
        z-index: 10;
    }

    .ust-navbar-collapse .mobile-close-btn {
        display: flex !important;
        align-items: center;
        justify-content: center;
        background-color: #dc3545;
        border: 1px solid #dc3545;
        color: #ffffff;
        width: 36px;
        height: 36px;
        font-size: 18px;
        font-weight: 700;
        border-radius: 4px;
        line-height: 1;
        cursor: pointer;
    }

    .ust-navbar-collapse .mobile-close-btn:hover {
        background-color: #c82333;
        border-color: #c82333;
    }

    .ust-navbar-nav .ust-nav-link,
    .ust-navbar .navbar-nav .nav-link {
        font-size: 14px;
        padding: 14px 18px !important;
    }

    .ust-navbar-right {
        padding: 12px 18px 24px;
    }

    /* Backdrop overlay when mobile menu is open */
    .ust-navbar-collapse.show::before {
        content: '';
        position: fixed;
        top: 0;
        left: 280px;
        width: calc(100vw - 280px);
        height: 100vh;
        background: rgba(0, 0, 0, 0.5);
        z-index: -1;
        pointer-events: none;
    }
}

/* Faculties carousel */
@media (max-width: 1199px) {
    #facultiesCarousel.carousel {
        padding-left: 56px;
        padding-right: 56px;
    }
}

@media (max-width: 767px) {
    #facultiesCarousel.carousel {
        padding-left: 48px;
        padding-right: 48px;
    }

    #facultiesCarousel .img,
    #facultiesCarousel .img img,
    #facultiesCarousel .col-md-3 > img.img-fluid,
    #facultiesCarousel .col-md-3 > img.o_we_custom_image {
        height: 145px;
        max-height: 145px;
    }

    #facultiesCarousel .img {
        height: 145px;
    }

    #facultiesCarousel .det .hd,
    #facultiesCarousel .col-md-3 > div[style*="font-weight"] {
        min-height: 2.75rem;
    }
}

@media (max-width: 479px) {
    #facultiesCarousel.carousel {
        padding-left: 40px;
        padding-right: 40px;
    }

    #facultiesCarousel .img,
    #facultiesCarousel .img img,
    #facultiesCarousel .col-md-3 > img.img-fluid,
    #facultiesCarousel .col-md-3 > img.o_we_custom_image {
        height: 130px;
        max-height: 130px;
    }

    #facultiesCarousel .img {
        height: 130px;
    }
}

/* International Partners carousel */
@media (max-width: 1199px) {
    #partnersCarousel.carousel {
        padding-left: 56px;
        padding-right: 56px;
    }

    #partnersCarousel .partner-logo-card {
        flex: 0 1 calc(33.333% - 16px);
        min-width: 120px;
    }
}

@media (max-width: 767px) {
    #partnersCarousel.carousel {
        padding-left: 48px;
        padding-right: 48px;
    }

    #partnersCarousel .partners-slide-row {
        gap: 16px;
    }

    #partnersCarousel .partner-logo-card {
        flex: 0 1 calc(50% - 12px);
        min-width: 110px;
        padding: 16px;
    }

    #partnersCarousel .partner-logo-card img {
        height: 70px;
        max-height: 70px;
    }
}

@media (max-width: 479px) {
    #partnersCarousel.carousel {
        padding-left: 40px;
        padding-right: 40px;
    }

    #partnersCarousel .partner-logo-card {
        flex: 0 1 100%;
        max-width: 220px;
    }
}

/* Student Services grid */
@media (max-width: 767px) {
    #studentServicesCarousel .carousel-inner {
        padding-top: 1rem;
    }

    #studentServicesCarousel .carousel-item .row,
    #studentServicesCarousel .ust-services-grid {
        gap: 1.25rem;
        margin-bottom: 2.5rem;
    }

    #studentServicesCarousel .icon {
        width: 4.5rem;
        height: 4.5rem;
        margin-bottom: 0.75rem;
        border-radius: 0.875rem;
    }

    #studentServicesCarousel .icon img {
        max-width: 2.25rem;
        max-height: 2.25rem;
    }

    #studentServicesCarousel .name {
        font-size: 0.8125rem;
    }
}

/* Apply / Enroll tiles */
@media (max-width: 991px) {
    .ust-apply-enroll-section .ust-apply-enroll-row,
    section:has(.imgBox.apply) .flexBox.justifyContentBetween {
        flex-direction: column !important;
        gap: 20px;
    }

    .ust-apply-enroll-section .imgBox.apply,
    .ust-apply-enroll-section .imgBox.enroll,
    section:has(.imgBox.apply) .imgBox.apply,
    section:has(.imgBox.apply) .imgBox.enroll {
        width: 100% !important;
        flex: 1 1 auto !important;
        max-width: 100% !important;
        height: 360px;
    }

    .ust-apply-enroll-desc {
        max-width: 100%;
    }
}

@media (max-width: 599px) {
    .ust-apply-enroll-section .imgBox.apply,
    .ust-apply-enroll-section .imgBox.enroll,
    section:has(.imgBox.apply) .imgBox.apply,
    section:has(.imgBox.apply) .imgBox.enroll {
        height: 300px;
    }

    .ust-apply-enroll-section .imgBox .over,
    section:has(.imgBox.apply) .imgBox .over {
        padding: 22px 20px 24px;
    }

    .ust-apply-enroll-desc {
        display: none;
    }
}

/* Graduates / Alumni section */
@media (max-width: 991px) {
    .graduates-section .alumniBox,
    section:has(#alumniSlider) .alumniBox {
        flex-wrap: wrap;
        flex-direction: column;
        align-items: stretch;
    }

    .graduates-section .alumniBox .left,
    .graduates-section .alumniBox .right,
    section:has(#alumniSlider) .alumniBox > .left,
    section:has(#alumniSlider) .alumniBox > .right,
    section:has(#alumniSlider) .alumniBox > .col-md-9,
    section:has(#alumniSlider) .alumniBox > [class*="col-"] {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        flex: 0 0 auto;
    }

    .graduates-section .alumniBox .left {
        text-align: center;
        margin-bottom: 24px;
    }

    .graduates-section .alumniLinks {
        max-width: 320px;
        margin: 0 auto;
    }

    #alumniSlider.carousel {
        padding-left: 44px;
        padding-right: 44px;
    }
}

@media (max-width: 599px) {
    #alumniSlider .alumni-photo,
    #alumniSlider .rounded-circle {
        width: 90px;
        height: 90px;
        max-width: 90px;
    }

    #alumniSlider .alumni-name,
    #alumniSlider h6 {
        font-size: 14px;
    }

    #alumniSlider .alumni-role,
    #alumniSlider small {
        font-size: 12px;
    }
}