.header-top {
    background: #05284C;
    color: #FFF;
    font-family: Poppins;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.header-top-left {
    display: flex;
    align-items: center;
}

.header-top-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header-top-item {
    padding: 9px 10px;
    color: white;
    text-decoration: none !important;
}

.header-top-item.right-line {
    border-right: 1px solid rgba(255, 255, 255, 0.20);
}

.header-top-item.left-line {
    border-left: 1px solid rgba(255, 255, 255, 0.20);
}

.header-main {
    background-image: url(../images/medical_logo.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 106px 106px;
}

.header-main .container {
    padding: 16px 0px;
    background-image: url(../images/header_bg2.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 256.382px 148px;
}

.header-main-logo {
    width: 90.243px;
    height: 87px;
    flex-shrink: 0;
    aspect-ratio: 90.24/87.00;
    margin-right: 11px;
}

.header-main-title {
    color: #000;
    font-family: Poppins;
    font-size: 27px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    text-transform: capitalize;
}


.header-main-title span {
    color: #000;
    font-family: Poppins;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    text-transform: capitalize;
}

.header-main-desc {
    color: #09619F;
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

.main-nav {
    background: #09619F;
}

.main-nav .nav-link {
    color: #FFF;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    padding: 16px 16px !important;
    white-space: nowrap;
}


.main-nav .nav-link.active,
.current-menu-item {
    color: #fff;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;

    background: #FF5722;
    /* padding: 11px 16px 16px 16px !important; */
}

.main-nav .nav-link:hover {
    color: #fff;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;

    background: #FF5722;
    /* padding: 11px 16px 16px 16px !important; */
}

.navbar {
    --bs-navbar-padding-y: 0;
}

.navbar-nav {
    display: flex;
    flex-wrap: wrap;
}

.hero-img img {
    width: 100%;
    height: 558px;
    flex-shrink: 0;
    object-fit: cover;
}

.about-header {
    background: linear-gradient(162deg, #FFF 33.48%, #A4D9FE 169.92%);
    box-shadow: 0px 4px 3.5px 0px rgba(0, 0, 0, 0.05);
}

.about-header-item-image {
    width: 147px;
    /* height: 73px; */
    flex-shrink: 0;
    aspect-ratio: 147/73;
}

.about-header-icon {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    background-color: white;
    border-radius: 50%;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.about-header-icon img {
    height: 24px;
    width: 24px;
    object-fit: cover;
}

.about-header-main {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.about-header-item {
    /* border-right: 1px solid #9D9CB4; */
    padding-right: 16px;
    display: flex;
    align-items: center
}

.about-header-title {
    color: #4E485A;
    font-family: Poppins;
    font-size: 16px;
    font-style: italic;
    font-weight: 800;
    line-height: normal;
}

.about-header-desc {
    color: #4E485A;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}



.college-info-inner {
    padding-top: 60px;
    background-image: url(../images/collage_info_pattern.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100% auto;
}

.college-info-title {
    color: #3F3B53;
    font-family: Poppins;
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

.college-info-desc {
    color: #000;
    font-family: Poppins;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    text-transform: capitalize;
    margin-bottom: 19px;
}

.college-info-card {
    border-radius: 10px;
    background: #F4F8FB;
    padding: 25px 30px;
    min-height: 320px;
}

.college-info-card-text {
    color: #5C596D;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.college-info-img {
    width: 156px;
    height: 156px;
    flex-shrink: 0;
    object-fit: cover;
    border-radius: 20px;
}

.college-info-dean-lbl {
    color: #42474B;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    margin-top: 8px;
    text-align: center;
}

.college-info-dean-lbl2 {
    color: #000;
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
}

.college-info-dean-val {
    color: #5A5761;
    text-align: center;
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    text-transform: capitalize;
    margin-top: 4px;
}


.news {
    background-color: #F6F7F8;
    background-image: url(../images/news_bg.png);
    background-repeat: repeat-x;
    background-position: top;
    padding-top: 60px;
    padding-bottom: 35px;
    margin-top: 60px;
}

.news-card {
    border: 1px solid #BABABA;
    background: #F3F7FB;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    height: 509px;
    flex-shrink: 0;
    padding: 19px 12px;
}

.news-card-title {
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-left: 8px;
}

.news-card-body {
    border-radius: 0px 0px 15px 15px;
    background: #FFF;
    /* width: 333px; */
    height: 402px;
    flex-shrink: 0;
    margin-top: 18px;
    padding: 8px 11px;
    overflow-y: auto;
}

.news-card.bg1 {
    background-image: url(../images/news_bg_icon.png);
    background-repeat: no-repeat;
    background-position: right top;
}

.news-card.bg2 {
    background-image: url(../images/tenders_bg_icon.png);
    background-repeat: no-repeat;
    background-position: right top;
}

.news-card.bg3 {
    background-image: url(../images/download_bg_icon.png);
    background-repeat: no-repeat;
    background-position: right top;
}

.news-card-icon1 {
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
}

.news-card-icon2 {
    width: 25px;
    height: 25px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
}

.news-card-icon3 {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    object-fit: scale-down;
}

.news-card-item {
    color: #5A5761;
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    gap: 9px;
    border-bottom: 1px solid #DEDEDE;
    padding-top: 11px;
    padding-bottom: 11px;
}

.news-card-item a {
    color: #5A5761;

    text-decoration: none;
}

.news-new-icon {
    width: 30.023px;
    height: 21px;
    flex-shrink: 0;
    aspect-ratio: 30.02/21.00;
}

.news-card-view-all {
    color: #1A7BBF;
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: block;
    text-align: right;
    margin-top: 10px;
    padding-right: 5px;
    text-decoration: none;
}


.deans-message-card {
    border-radius: 45px 0px;
    border: 2px solid #DFE1EC;
    background: #F8F8F8;
    height: 345px;
    padding: 30px 16px;
    margin-top: 60px;
    gap: 35px;
    background-image: url(../images/dean_message_bg1.png), url(../images/dean_message_bg2.png);
    background-repeat: no-repeat, no-repeat;
    background-position: top right, top right;
    padding-right: 80px;
}

.deans-message-card-dean-img {
    background-image: url(../images/awards_img.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 263.571px;
    height: 205px;
    min-width: 263.571px;
    min-height: 205px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
}

.deans-message-card-dean-img img {
    border-radius: 50%;
    width: 150px;
    height: 150px;
}

.deans-message-card-title1 {
    color: #485055;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

.deans-message-card-title2 {
    color: #485055;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}

.deans-message-card-title2 span {
    color: #485055;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

.deans-message-card-desc {
    color: #5C596D;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin-top: 43px;
}

.meet-authorities {
    font-family: Poppins;
    font-size: 24px;
    margin-bottom: 30px;
}

.team-wrapper {
    padding-top: 30px;
    padding-bottom: 43px;
    margin-top: 60px;
    background: linear-gradient(90deg, #FBF9F4 0%, #FBF9F4 100%);
}

.team-card {
    background-image: url(../images/team_card_pattern.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100%;
    border-radius: 30px 0px;
    background-color: #F8F2F0;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    width: 257px;
    min-height: 286px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 28px 16px;
}

.team-card-image {
    width: 123px;
    height: 133px;
    flex-shrink: 0;
    border-radius: 5px;
}

.team-card-text1 {
    color: #000;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 8px;
    text-align: center;
}

.team-card-text2 {
    color: #1A7BBF;
    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.team-card-text3 {
    color: #15141B;
    text-align: center;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.team-card-text4 {
    color: #000;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 6px;
}

.events-wrapper {
    background-color: #F6F7F8;
    padding-top: 35px;
    padding-bottom: 35px;
}

.events-card {
    background: #FFF;
    height: 595px;
    padding: 30px 40px;
}

.events-slider-title {
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}


.events-slider-button {
    background-color: transparent;
    border: none;
    outline: none;
}

.events-slider-button img {
    width: 9.504px;
    height: 22px;
    flex-shrink: 0;
    aspect-ratio: 9.50/22.00;
}

.events-slider-button.left {
    margin-right: 28px;
}

.events-slider-button.left img {
    transform: scaleX(-1);
}

.event-slider-img-wrapper {
    position: relative;
    margin-top: 25px;
    height: 435px;
}

.event-slider-img-wrapper img {
    width: 100%;
    height: 435px;
    flex-shrink: 0;
    object-fit: cover;
}

.event-slider-img-date {
    width: 78px;
    height: 59px;
    flex-shrink: 0;
    background: #FECD00;
    position: absolute;
    top: -10px;
    left: -10px;
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.event-slider-img-caption {
    background: rgba(0, 0, 0, 0.55);
    width: 100%;
    height: 56px;
    flex-shrink: 0;
    position: absolute;
    padding: 18px 10px;
    position: absolute;
    bottom: 0;
    left: 0;

    color: #FFF;
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.event-slider-view-more {
    color: #FF5722;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 30px;
    display: block;
    text-decoration: none;
}

.upcoming-events-title {
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 24px;
    display: block;
}

.upcoming-events-item {
    margin-bottom: 19px;
    display: flex;
}

.upcoming-events-item-img-wrapper {
    position: relative;
    width: 90px;
    height: 91px;
    flex-shrink: 0;
}

.upcoming-events-item-img-wrapper img {
    width: 90px;
    height: 91px;
    object-fit: cover;
}

.upcoming-event-item-right {
    display: flex;
    flex-direction: column;
    margin-left: 12px;
}

.upcoming-event-item-title {
    color: #FF5722;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
}

.upcoming-event-item-desc {
    color: #54545D;
    font-family: Poppins;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    margin-top: 15px;
}

.upcoming-events-item-img-date {
    position: absolute;
    top: -5px;
    left: -5px;
    background: #FECD00;
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    display: flex;
    align-items: center;

    width: 57px;
    height: 43px;
    flex-shrink: 0;
}

.upcoming-events {
    padding-left: 20px;
    padding-right: 20px;
}

.gallery-wrapper {
    padding-top: 70px;
    padding-bottom: 70px;
    background-image: url(../images/gallery_bg.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.photo-gallery-card {
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 18px 25px;
    height: 438px;
}

.photo-gallery-card-title {
    color: #191515;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.photo-gallery-card-view-all {
    color: #191515;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration: none;
}

.photo-gallery-card-header {
    border-bottom: 1px solid #EDECEC;
    padding-bottom: 10px;
}

.photo-gallery-card-image {
    width: 100%;
    height: 159px;
    object-fit: cover;
    border-radius: 10px;
}

.photo-gallery-card-body {
    padding-top: 25px;
}

.photo-gallery-card-image-wrapper {
    padding-bottom: 20px;
}

.photo-gallery-video {
    width: 100%;
    height: 159px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 16px;
}

.association-logo-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
    gap: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;

}

.association-logo-wrapper-wrapper {
    background-color: #F4F8FB;
}

.association-logo {}

.muhs-logo {
    width: 82px;
    height: 90px;
    flex-shrink: 0;
    aspect-ratio: 41/45;
}

.nmc-logo {
    width: 90px;
    height: 90px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
}

.yoga-logo {
    width: 95px;
    height: 95px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
}

.abha-logo {
    width: 90px;
    height: 90px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
}

.mh-logo {
    width: 90px;
    height: 90px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
}

.pmjay-logo {
    width: 90px;
    height: 90px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
}

.di-logo {
    width: 265px;
    height: 90px;
    flex-shrink: 0;
}

.footer-wrapper {
    background-color: #000;
    background-image: url(../images/footer_bg.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.footer-container {
    padding-top: 50px;
}

.footer-title {
    color: #FFF;
    font-family: Poppins;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 16px;
}

.footer-desc {
    color: #7A7F96;
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;

}

.footer-read-more {
    color: #FFF;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
    margin-top: 21px;
    text-decoration: none;
}

.footer-wcag-logo {
    width: 110px;
    height: 110px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
    margin-top: 6px;
}

.footer-link {
    color: #7A7F96;
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 23px;
    margin-bottom: 12px;
    text-decoration: none;
}

.footer-address {
    color: #7A7F96;
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
}

.footer-location-title {
    color: #FFF;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    margin-top: 12px;
}

.footer-map {
    width: 100%;
    height: 135px;
    margin-top: 6px;
    margin-bottom: 6px;
}


.footer-container-2 {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 0.1px solid #FFF;
    margin-top: 17px;
}

.footer-bottom-text {
    color: #7A7F96;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.footer-social-icon {
    width: 25px;
    height: 26px;
    flex-shrink: 0;
    aspect-ratio: 25/26;
    margin-left: 10px;
}

.department-wrapper {
    background-image: url(../images/department_bg.png);
    background-position: top;
    background-size: 100% auto;
    padding-bottom: 70px;
    background-repeat: no-repeat;
}

.section-heading {
    color: #000;
    font-family: Poppins;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    text-align: center;
    border-bottom: 5px solid #098EEC;
    display: inline-block;
    margin: 30px auto;
    padding-bottom: 11px;
}

.dept-link {
    border-radius: 10px;
    border: 1px solid #8ACFFF;
    background: linear-gradient(90deg, #FFF 0%, #D3E5F2 100%);
    width: 100%;
    height: 75px;
    text-decoration: none;
    height: 75px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;

    color: #005591;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    transition: all 0.3s ease-out;
    padding: 14px;
    text-align: center;
}

.dept-link:hover {
    /* background: linear-gradient(90deg, #D3E5F2 0%, #FFF 100%);
    border-color: #005591;
    color: #003F6F; */
    box-shadow: 0 6px 12px rgba(0, 85, 145, 0.2);
    transform: translateY(-2px);
}


.dropdown:hover .dropdown-menu {
    display: block;
}


.footer-ssl-logo {
    width: 132px;
}


.contact-us-address-card {
    min-height: 115px;
    border-radius: 10px;
    background: #F3F6F8;
    padding: 15px 18px;
}

.contact-us-address-card-lbl {
    display: flex;
    align-items: center;
    color: #585364;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    border-bottom: 1px solid #CDCDCD;
    padding-bottom: 5px;
    margin-bottom: 5px;
    gap: 6px;
}

.contact-us-address-card-lbl img {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
}

.contact-us-address-card-val {
    color: #585364;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}


.contact-us-map {
    width: 100%;
    height: 474px;
    flex-shrink: 0;
    margin-top: 10px;
}

.about-us-page-desc {
    color: #6A5E7E;
    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}


.about-us-page-card {
    padding: 14px 25px;
    border-radius: 10px;
    background: #F4F8FB;
    margin-bottom: 24px;
}

.about-us-page-card-title {
    color: #000;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}


.about-us-page-card-desc {
    color: #5C596D;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.about-page-footer {
    background-image: url(../images/about/about_bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 40px 16px;
    background-color: #000;
}

.about-footer-img {
    border: 5px solid white;
    border-radius: 10px;
    height: 500px;
    width: 100%;
    object-fit: cover;
}


.rti-page-img {
    text-align: center;
}

.rti-page-img img {
    width: 100%;
}


.table-custom {
    border-collapse: collapse;
    border: 1px solid #C1C3E9;
    background: #FFF;
}

.table-custom th,
.table-custom td {
    border: none;
}

.table-custom thead th {
    background-color: #09619F !important;
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px;
    text-transform: capitalize;
    padding: 15px;
}

.table-custom tbody td {
    padding: 15px;
    color: #102E43;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px;
    text-transform: capitalize;
}

.table-custom td:first-child,
.table-custom th:first-child {
    padding-top: 15px;
    padding-left: 30px;
}


.courses-main-title {
    width: 204px;
    height: 51px;
    flex-shrink: 0;
    background-image: url(../images/courses_bg.png);
    background-repeat: no-repeat;
    background-size: 100% auto;

    color: #FFF;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: start;
    padding-left: 16px;
}

.courses-table-top-margin {
    margin-top: 20px;
}

.courses-main-title2 {
    color: #000;
    font-family: Poppins;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    margin-top: 40px;
    margin-bottom: 12px;
    display: block;
}

.maintenance-page-img {
    text-align: center;
    margin-top: 70px;
}

.maintenance-page-img img {
    max-width: 600px;
    width: 100%;
}

.maintenance-page-text {
    color: #C4C4C4;
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 70px;
}

.table-view-btn {
    border-radius: 5px;
    border: 1px solid #4BA1DE;
    background: #E9F6FF;
    flex-shrink: 0;
    color: #1A7BBF;
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px;
    text-transform: capitalize;
    padding: 5px 12px;
    text-decoration: none;
}

.footer-visitor-count {
    font-size: 16px;
}

.no-news-data {

    height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.no-news-data img {
    width: 200px;
}

.no-news-data span {
    font-family: Poppins;
    font-size: 14px;
    color: #ccc;
}

@media (max-width: 1024px) {
    .college-info-card {
        margin-bottom: 40px;
    }

    .news-card {
        width: 100%;
        margin-bottom: 20px;
    }

    .deans-message-card {
        flex-wrap: wrap;
        height: auto;
    }



    .navbar-toggler {
        color: white;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .navbar-toggler-icon {
        filter: invert(100%);
        /* Makes it white */
    }

    .team-card {
        margin: 16px auto;
    }

    .events-card {
        height: auto;
    }

    .upcoming-events {
        margin-top: 30px;
    }

    .gallery-wrapper {
        background-repeat: repeat-y;
    }

    .photo-gallery-card {
        margin-bottom: 20px;
    }

    .association-logo {
        margin-bottom: 16px;
    }
}

@media (max-width: 768px) {
    .header-top-item.left-line {
        border: none
    }

    .header-top-item.right-line {
        border: none
    }

    .header-top,
    .header-main,
    .main-nav,
    .about-header,
    .college-info,
    .news,
    .deans-message-wrapper,
    .team-wrapper,
    .events-wrapper,
    .gallery-wrapper,
    .association-logo-wrapper,
    .footer-container,
    .footer-container-2 {
        padding-left: 16px;
        padding-right: 16px;
    }

    .header-main-celebrate-image-wrapper {
        justify-content: center !important;
        margin-top: 16px;
    }

    .header-main {
        background-image: none
    }

    .header-main .container {
        background-image: none
    }

    .photo-gallery-card {
        height: auto;
    }

    .association-logo {
        margin-bottom: 16px;
    }

}