@font-face {
    font-family: 'SF Pro Display';
    src: url('fonts/SFPRODISPLAYBLACKITALIC.OTF') format('OTF');
    font-weight: normal;
    font-style: normal;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none !important;
}

.row{
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.container{
    max-width: 1540px !important;
}

/* Header */

nav.navbar{
    background-color: #f6f6f6;
    box-shadow: 0px 0px 8px black;
}
div.container-fluid{
    display: flex;
    justify-content: space-around;
    align-items: center;
}

div.menu{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
div.navbar-nav a{
    text-decoration: none;
    margin: 5px 20px;
    color: #303030;
    font-weight: bold;
}
div.navbar-nav a.nav-link.btn{
    border: 1px solid #303030;
    padding: 15px;
    border-radius: 7px;
}

a.logo img{
    height: 70px;
}

.navbar .courses{
    background: #4C84F4;
    border-radius: 8px;
    padding: 15px 25px;
    border: 0;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
}

/* Home Page */

.collage-search{
    padding-top: 100px;
    padding-bottom: 100px;
    background: url(../image/home/background-img.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    background-blend-mode: multiply;
    background-color: #0000004D;
}

.collage-search .clg-search-text{
    font-size: 38px;
    font-weight: bold;
    color: #fff;
}

.collage-search .form-control{
    padding: 27px;
    border-radius: 0;
    border-bottom-left-radius: 10px !important;
    border-top-left-radius: 10px !important;
}

.collage-search .clg-search-btn{
    padding: 17.5px;
    font-size: 14px;
    color: #fff;
    border-bottom-right-radius: 10px ;
    border-top-right-radius: 10px;
    border: 0;
    background: #4C84F4;
}

.collage-search .searchInput{
    margin-top: 30px;
    margin-bottom: 30px;
}

.collage-search .clg-btn-need button{
    font-size: 13px;
    padding: 10px 20px;
    color: #fff;
    background: #4C84F4;
    border: 0;
    border-radius: 20px;
    float: right;
}

.top-collection{
    background: #E9F4F0;
    padding: 50px 0;
}

.top-collection .collage-top-collections{
    font-size: 32px;
    font-weight: 600;
    color: #0C0C0C;
    margin-bottom: 26px;
}

.top-collection .collage-top-collections span{
    color: #4C84F4 !important;
}

.top-collection .card {
    /* position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box; */
    background-color: transparent;
    border: 0;
    /* border-radius: .25rem; */
}

.top-collection .card-img-overlay {
    /* background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.6)); */
    /* color: white; */
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.top-collection .card-title{
    font-size: 14px;
    color: #fff;
}

.image-group{
    display: flex;
    align-items: center;
}

.circle-image:first-child {
    margin-left: 0;
}

.circle-image {
    width: 31px;
    height: 31px;
    border-radius: 50%;
    margin-left: -15px;
    background-color: #ccc;
    /* border: 2px solid #000; */
}

.top-collection .more-indicator{
    font-size: 12px;
    color: #fff;
    margin-left: 10px;
}

.top-collection .card-button{
    border: 0;
    background: none;
}

.top-collection .card-img-overlay{
    padding: 0;
}

.top-collection .card-bottom .row {
    background: #5AC391;
    height: 46px;
    border-bottom-left-radius: 21px;
    border-bottom-right-radius: 21px;
}

.explopre-programs {
    padding: 50px 0;
}

.explopre-programs .collage-top-collections{
    margin-bottom: 52px;
}

.explopre-programs-card{
    padding: 17px 0 14px 0;
    border: 1px solid #DEDEDE;
    border-radius: 20px;
    text-align: center;
}

.explopre-programs-card-inner{
    background: #F5FAFF;
    padding: 17px 0;
}

.explopre-programs-card-inner .explopre-programs-title{
    color: #4C84F4;
    font-size: 20px;
    font-weight: bold;
}

.explopre-programs-card-inner .explopre-card-sub-title{
    color: #666666;
    font-size: 14px;
    font-weight: 400;
}

.explopre-programs-card .explore-img {
    width: 264px;
    height: 181px;
}

.explore-button{
    margin-top: 10px;
    font-size: 14px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    color: #333333 !important;
    display: flex !important;
    align-items: center;
    justify-content: end;
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none !important;
}

.top-specialization{
    background: #E9F4F0;
    padding: 50px 0;
}

.top-specialization-button{
    margin-top: 30px;
}

.top-specialization-button-2{
    margin-top: 15px;
}

.top-specialization-btn{
    font-size: 15px;
    color: #333333;
    background: #fff;
    border-radius: 40px;
    border: 1px solid #DEDEDE;
    padding: 11px 15px;
    margin-bottom: 10px;
    margin-right: 10px;
}

.top-specialization-btn-img{
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.latest-notification{
    padding: 50px 0;
}

.latest-notification-post{
    margin-top: 45px;
}

.latest-notification-post1{
    padding: 25px 20px;
    border-radius: 20px;
    border: 1px solid #E9E9E9;
}

.latest-img{
    text-align: center;
}

.latest-notification-post1 .col-md-10{
    padding: 0;
}

.latest-notification-post-title{
    margin-top: 16px;
    margin-bottom: 10px;
    color: #333333;
    font-size: 16px;
    font-weight: bold;
}

.latest-notification-post-title span{
    color: #4C84F4;
}

.latest-notification-tag{
    font-size: 12px;
    color: #666666;
    border-radius: 4px;
    background: #F4F4F4;
    text-align: center;
}

.latest-notification-time{
    font-size: 11px;
    color: #333333;
}

.latest-nostification-shor-des{
    margin-top: 20px;
    font-size: 15px;
    color: #666666;
}

.latest-notification-read{
    text-decoration: none !important;
    color: #333333 !important;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: end;
}

.top-ten-collage{
    background: #E9F4F0;
    padding: 20px;
}

.top-ten-collage .top-ten-collage-table{
    background: #fff;
}

.collage-top-collections{
    font-weight: 600;
}

.top-ten-collage .top-ten-collage-button{
    margin-top: 40px;
    margin-bottom: 20px;
    overflow-x: auto;
    white-space: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.top-ten-collage .top-ten-collage-button-btn{
    background: #fff;
    padding: 8px 20px;
    border-radius: 40px;
    border: 1px solid #DEDEDE;
}

.top-ten-collage table td, th {
    border: 1px solid #DEDEDE;
}

.top-ten-collage table thead tr th{
    color: #4C84F4;
    font-size: 15px;
    font-weight: bold;
}

.table-responsive { 
    margin-top: 20px; 
}

.top-ten-collage .table .about-clg{
    color: #000;
    text-decoration: none;
}

.rating { 
    color: #FFD700; 
}

.collage-ranking{
    padding: 50px 0;
}

.collage-ranking table thead tr th{
    color: #4C84F4;
    font-size: 15px;
    font-weight: bold;
}

.collage-ranking table tbody tr td{
    color: #333333;
    font-size: 15px;
    font-weight: 600;
}

.collage-ranking .table-bordered{
    border: 1px solid #DEDEDE !important;
}

.yearform-group{
    border: 1px solid #DEDEDE;
    border-radius: 20px;
    /* padding: 0 20px; */
    display: flex;
    justify-content: center;
}

.yearform-group label{
    color: #333333;
    font-size: 15px;
    font-weight: 500;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.yearform-control{
    width: auto;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    font-size: 15px;
    border: 0;
}

.yearform-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: none;
    outline: 0;
    box-shadow: none;
}

.yearView-collages .view-all-collages{
    color: #4C84F4;
    font-size: 15px;
    text-decoration: underline;
}

.collage-ranking .align-content-center{
    display: flex;
    align-items: center;
    justify-content: end;
}

.collage-ranking .collage-top-collections{
    margin-bottom: 35px;
}


/* Collage Info */

.collage-name{
    background: rgba(0, 0, 0, 0.3);
}

.collage-search .clg-heade-name{
    font-size: 64px;
    color: #fff;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.clg-side-btn{
    margin-top: 20px;
    border: none;
    background: none;
    padding: 10px 25px;
    display: flex;
    align-items: center;
}

.clg-side-btn:hover{
    border-bottom: 2px solid #4C84F4;
}

.clg-side-btn:active{
    border-bottom: 2px solid #4C84F4;
}

.clg-side-btn a{
    color: #333333;
    font-size: 18px;
    text-decoration: none !important;
}

.clg-side-btn:hover a{
    color: #4C84F4;
}

.clg-side-btn:active a{
    color: #4C84F4;
}

.clg-side-btn a img{
    margin-right: 15px;
}

.clg-info{
    background: #F4F9F7;
    border-radius: 12px;
    padding: 30px 20px;
}

.clg-info .clg-name{
    color: #0C0C0C;
    font-size: 24px;
    font-weight: 700;
}

.clg-info .clg-name span{
    color: #4C84F4;
}

.clg-info .clg-location{
    color: #4A4A4A;
    font-size: 15px;
    font-weight: 500;
}

.clg-info .clg-location .clg-location-1{
    color: #2771E7;
}

.clg-info .clg-vertical{
    color: #B9B9B9;
}

.clg-info .clg-institute{
    color: #333333;
    font-size: 14px;
    font-weight: 500;
    padding: 0 5px;
    background: #E9F4F0;
    border: 0;
    border-radius: 4px;
    cursor: text;
}

.clg-info .clg-sav-btn{
    background: #fff;
    border: 1px solid #2F1238;
    padding: 10px 20px;
    border-radius: 50px;
    color: #2F1238;
    font-size: 15px;
    font-weight: 600;
}

.clg-info .clg-sav-btn:hover{
    background: #4C84F4;
    border: 1px solid #4C84F4;
    color: #fff;
}

.collage-about{
    margin-top: 25px;
    background: #E9F4F0;
    border-radius: 12px;
    padding: 10px;
}

.collage-about .clg-about .col-10{
    color: #8A8A8A;
    font-size: 14px;
    font-weight: 500;
}

.collage-about .clg-about span{
    color: #4C84F4;
    font-size: 20px;
    font-weight: 600;
}

.collage-about .clg-about-text p{
    color: #353535;
    font-size: 16px;
}

.collage-about .clg-latetst-news{
    padding: 0 15px;
}

.collage-about .clg-latetst-news p{
    color: #000000;
    font-size: 18px;
    font-weight: 600;
}

#owl-demo .item {
    margin: 3px;
}

#owl-demo .item {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.slider-card-title {
    font-size: 16px;
    color: #2F1238;
    font-weight: 700;
}

.slider-card-text {
    font-size: 14px;
    color: #0C0C0C;
}

.owl-carousel .btn-link {
    padding: 0;
    font-size: 0.9rem;
    color: #007bff;
}

.owl-nav-custom {
    /* width: 99%;
    position: absolute;
    bottom: 100px;
    z-index: 9; */
}

.owl-nav-custom #nextBtn{
    float: inline-end;
}

.owl-nav-custom button {
    background-color: #fff;
    color: #0C0C0C;
    border: none;
    padding: 10px 17px;
    margin: 5px;
    cursor: pointer;
    border-radius: 50px;
}

.owl-nav-custom button:disabled {
    background-color: #cccccc;
    cursor: not-allowed;
}

.slider-card-text {
    max-height: 3.6em; /* Two lines of text */
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}

.slider-card-text.expanded {
    max-height: none;
}

.owl-nav-custom .btn-link {
    display: inline-block;
    margin-top: 10px;
    padding: 5px 10px;
    background-color: #007BFF;
    color: white;
    border: none;
    cursor: pointer;
    text-decoration: none;
}

.Highlights{
    margin-top: 20px;
    padding: 20px 24px;
    border: 1px solid #EAE9E9;
    border-radius: 12px;
}

.Highlights .Highlights-title{
    font-size: 32px;
    font-weight: bold;
    color: #000;
}

.Highlights .Highlights-title span{
    color: #4C84F4;
}

.horizontal-divider{
    margin: 20px 0;
    border-top: 1px solid #F0F0F0;
}

.Highlights .highlights-paragraph{
    color: #353535;
    font-size: 16px;
}

.Highlights .highlights-paragraph span{
    color: #202020;
    font-weight: 500;
}

.Highlights .highlights-readMore{
    text-align: end;
}

.Highlights .highlights-readMore a{
    color: #2771E7;
    font-size: 14px;
}

.tab .nav-tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border: none;
}

.tab .nav-tabs .nav-item{
    width: 97%;
    gap: 10px !important;
    border-bottom: 1px solid #B3B2AF;
}

.tab .nav-tabs .tab-image{
    margin-top: 10px;
    margin-right: 10px;
}

.tab .nav-tabs .nav-item .nav-link{
    border: none;
}

.tab .nav-tabs .nav-item .nav-link .tab-content-title{
    color: #202020;
    font-size: 18px;
    font-weight: 600;
}

.tab .nav-tabs .nav-item .active .tab-content-title{
    color: #4C84F4;
}

.tab .nav-tabs .nav-link .tab-content-title p{
    color: #4A4A4A;
    font-size: 12px;
    font-weight: 500;
}

.tab .tab-content .tab-pane p{
    color: #4A4A4A;
    font-size: 15px;
    font-weight: 700;
}

.Highlights .table-card{
    margin-top: 15px;
    border: 1px solid #EAE9E9;
    padding: 24px 15px;
    border-radius: 12px;
}

.Highlights .table-card .save-icon{
    border: 1px solid #000;
    padding: 10px;
    border-radius: 100px;
    text-align: center;
}

.Highlights .table-card .header{
    font-size: 18px;
    color: #2771E7;
    font-weight: 600;
}

.Highlights .table-card .subheader .courses{
    color: #0C0C0C;
    font-size: 14px;
    font-weight: 500;
}

.Highlights .table-card .subheader .rate{
    color: #4A4A4A;
    font-size: 14px;
    font-weight: 500;
}

.Highlights .table-card .subheader .rank{
    color: #00943A;
    font-size: 14px;
    font-weight: 500;
}

.Highlights .table-card .table-responsive .table td, .Highlights .table-card .table-responsive .table th {
    padding: 0;
    border-top: 0;
}

.Highlights .table-card .table .table-title{
    color: #8A8A8A;
    font-size: 14px;
}

.Highlights .table-card .table .table-subTitle{
    color: #4A4A4A;
    font-size: 16px;
    font-weight: 500;
}

.Highlights .table-card .table .table-subTitle a{
    color: #0C0C0C;
    font-size: 16px;
    font-weight: 500;
    text-decoration: underline;
}

.Highlights .table-card .table .btn{
    width: 100%;
    margin-right: 10px;
    background: #fff;
    border: 1px solid #0C0C0C;
    padding: 10px 20px;
    border-radius: 50px;
    color: #0C0C0C;
    font-size: 13px;
    font-weight: 600;
}

.Highlights .table-card .table .btn:hover{
    background: #5AC391;
    color: #fff;
    border: 1px solid #5AC391;
}

.Highlights .table .highlight-table-btn{
    display: flex;
    justify-content: end;
}

.Highlights .highlight-button{
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
}

.Highlights .highlight-view-all-btn{
    font-size: 16px;
    font-weight: bold;
    color: #0C0C0C;
    background: none;
    border: 1px solid #0C0C0C;
    border-radius: 50px;
    padding: 10px 15px;
}

.Highlights .tab .video-card .video-card-body{
    margin-top: 10px;
}

.Highlights .tab .video-card .video-card-body .card-title{
    font-size: 16px;
    font-weight: 600;
    color: #353535;
}

.Highlights .tab .video-card .video-card-body .text-muted{
    font-size: 12px;
    font-weight: 400;
    color: #606060;
}

.Highlights .video-thumbnail {
    position: relative;
    padding-top: 56.25%; /* 16:9 Aspect Ratio */
    background-color: #000;
    cursor: pointer;
}

.Highlights .video-thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.Highlights .video-thumbnail .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    padding: 10px;
}

.Highlights .video-info {
    margin-top: 10px;
}

.Highlights .modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.courses-table .table thead tr{
    background: #F3F6FF;
}

.courses-table .table-bordered td, .courses-table .table-bordered th {
    border: none;
}

.courses-table .table-bordered td:nth-child(1),
.courses-table .table-bordered td:nth-child(2), 
.courses-table .table-bordered th:nth-child(1),
.courses-table .table-bordered th:nth-child(2) {
    border-right: 1px solid #F4F4F4;
}

.courses-table .table thead tr th{
    font-size: 16px;
    font-weight: 600;
    color: #353535;
}

.courses-table .table tbody .table-courses{
    font-size: 15px;
    font-weight: 500;
    color: #2771E7;
}

.courses-table .table tbody .table-courses small{
    font-size: 12px;
    /* font-weight: 500; */
    color: #606060;
}

.courses-table .table tbody .table-tuition{
    font-size: 14px;
    color: #606060;
}

.courses-table .table tbody .table-eligibility{
    font-size: 14px;
    color: #606060;
}

.courses-table .table tbody .table-eligibility a{
    font-size: 14px;
    color: #2771E7;
    text-decoration: none;
}

.admissions{
    border: 1px solid #EAE9E9;
    border-radius: 12px;
    padding: 20px;
    margin-top: 25px;
}

.expand-button{
    background-color: transparent;
    border: none;
}

.admissions .admission-title{
    font-size: 16px;
    font-weight: bold;
    color: #0C0C0C;
}

.admissions p{
    font-size: 12px;
    color: #0C0C0C;
}

.admissions .eligibility-section .eligibility-header h5{
    font-size: 16px;
    color: #202020;
}

.admissions .eligibility-section .eligibility-list{
    font-size: 14px;
    color: #0C0C0C;
}

.admissions .eligibility-section .eligibility-list .accepting-exams{
    font-weight: bold;
}

.admissions .eligibility-section .eligibility-important-dates{
    font-size: 14px;
    color: #8A8A8A;
}

.eligibility-section .eligibility-download{
    text-align: end;
}

.admissions .eligibility-section .download-dates{
    font-size: 14px;
    color: #2771E7;
    text-decoration: none;
}

.placements .top-placements h2{
    font-size: 18px;
    font-weight: 600;
    color: #202020;
    margin-top: 20px;
}

.placements .placements-button .btn{
    font-size: 12px;
    color: #606060;
    background: transparent;
    border: 1px solid #DFDFDF;
    border-radius: 8px;
    margin-top: 10px;
}

.placements .placements-insights{
    margin-top: 20px;
    margin-bottom: 20px;
}

.placements .placements-insights h3{
    font-size: 20px;
    color: #000000;
    font-weight: 600;
}

.placements .placements-insights p{
    font-size: 14px;
    color: #757575;
}

.placements .custom-nav{
    text-align: center;
}

.placements .custom-nav button {
    background-color: #fff;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    color: #0C0C0C;
    border: none;
    padding: 10px 17px;
    margin: 5px;
    cursor: pointer;
    border-radius: 50px;
}

.placements #owl-demo1 .owl-item .item{
    border: 1px solid #E8EFFD;
    border-radius: 12px;
    padding: 12px 10px;
}

.placements #owl-demo1 .item .slider-card-text1{
    font-size: 14px;
    color: #4A4A4A;
}

.placements .view-all-button{
    text-align: end;
}

.placements .view-all-button a{
    color: #2771E7;
    text-decoration: none;
    font-size: 14px;
}

.reviews-tab{
    background: linear-gradient(124.15deg, #BACEF8 0.02%, #AAFDD6 99.32%);
    border-radius: 12px;
    padding: 10px;
    margin-top: 20px;
}

.reviews-tab .rating-clg-name{
    font-size: 14px;
    color: #8A8A8A;
    margin-bottom: 0;
}

.reviews-tab .student-rating-reviews{
    font-size: 20px;
    font-weight: bold;
    color: #0C0C0C;
}

.reviews-tab .reviews-rating .verified-reviews{
    font-size: 14px;
    color: #000;
}

.reviews-tab .rating-box {
    background: rgba(255, 255, 255, 0.6); 
    border: 1px solid #E8EFFD; 
    box-shadow: 0px 12px 40px rgba(16, 24, 64, 0.24); 
    border-radius: 16px;
}

.reviews-tab .rating-star {
    color: #FFB020;
    font-size: 22px;
}

.reviews-tab .progress {
    background-color: #B5B5B5;
    border-radius: 5px;
    overflow: hidden;
    height: 10px;
}

.reviews-tab  .progress-bar {
    background-color: #0C0C0C;
}

.reviews-tab .rating-chart .me-2{
    font-size: 14px;
    font-weight: 500;
    color: #2771E7;
}

.reviews-tab .rating-chart .ms-2{
    font-size: 14px;
    font-weight: 500;
    color: #353535;
}

.reviews-tab .category-box {
    background: #ffffff;
    border-radius: 10px;
    padding: 20px;
    /* margin-bottom: 15px; */
    box-shadow: 0px 0px 4px rgba(16, 24, 64, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.reviews-tab .category-box .industry-name{
    font-size: 14px;
    font-weight: 500;
    color: #606060;
}

.reviews-tab .category-box .rating-star {
    font-size: 14px;
    font-weight: bold;
    color: #353535;
}

.reviews-tab .category-box .fa {
    font-size: 2em;
    margin-bottom: 5px;
}

.reviews-tab .btn-outline-secondary {
    border: 1px solid #CACACA;
    background: transparent;
    border-radius: 50px;
    font-size: 12px;
    color: #4A4A4A;
    margin-right: 10px;
}

.reviews-tab .btn-outline-secondary:hover {
    background: #F4F4F4 !important;
    border: 1px solid #0C0C0C;
    color: #4A4A4A !important;
}

.reviews-tab .reviews-rating .rating-count{
    font-size: 18px;
    font-weight: bold;
    color: #0C0C0C;
}

.reviews-tab .rating-count span{
    font-size: 42px;
}

.reviews-tab .mt-4 h5{
    font-size: 18px;
    font-weight: 600;
    color: #0C0C0C;
}

.reviews-tab .mt-4 .rating-likes span{
    width: 12px;
    height: 12px;
    color: #00AD33;
}

.reviews-tab .mt-4 .rating-likes{
    font-size: 16px;
    font-weight: 700;
    color: #202020;
    margin-bottom: 10px;
}

.reviews-tab .mt-4 .view-all{
    text-align: end;
}

.reviews-tab .mt-4 .view-all .rating-view-all{
    font-size: 14px;
    font-weight: 500;
    color: #2771E7;
    text-decoration: none;
}

.reviews-tab .mt-4 .rating-text{
    font-size: 16px;
    color: #4A4A4A;
    margin-bottom: 0;
}

.reviews-tab .mt-4 .rating-based{
    font-size: 14px;
    color: #757575;
    margin-bottom: 0;
}

.Highlights .admissions .cut-off-table-title{
    font-size: 18px;
    font-weight: 600;
    color: #4C84F4;
}

.Highlights .admissions .title-table-cut-off{
    font-size: 18px;
    font-weight: 600;
    color: #4A4A4A;
}

.admissions .cut-off-table .table thead th{
    font-size: 14px;
    font-weight: 600;
    color: #353535;
    border: none;
    border-right: 1px solid #fff;
    background: #F3F6FF;
}

.admissions .cut-off-table .table-bordered td, .table-bordered th{
    border: none;
    border-right: 1px solid #F4F4F4;
}

.admissions .cut-off-table .table-bordered td:last-child, 
.admissions .cut-off-table .table-bordered th:last-child {
    border: none;
}

.admissions .cut-off-table .table .table-section{
    font-size: 14px;
    font-weight: 500;
    color: #353535;
}

.admissions .cut-off-table .table .table-year{
    font-size: 14px;
    color: #606060;
}

.Highlights .highlight-button .cut-off-btn{
    font-size: 16px;
    font-weight: bold;
    color: #2F1238;
    background: none;
    border: 1px solid #2F1238;
    border-radius: 50px;
    padding: 10px 15px;
}

.Highlights .highlight-button .cut-off-btn:hover{
    background: #5AC391;
    color: #fff;
    border-color: #5AC391;
}

.Highlights .admissions .ranking-table-title{
    font-size: 18px;
    font-weight: bold;
    color: #0C0C0C;
}

.Highlights .cut-off-table .today-ranked-clg{
    font-size: 14px;
    color: #353535;
    padding: 10px 12px;
    background: #FFFAF1;
}

.Highlights .cut-off-table .today-ranked-clg .fa-star{
    color: #FFB020;
    padding: 6px;
    border-radius: 50px;
    background: #FFD079;
}

.popular-similar{
    background: linear-gradient(295.5deg, #B0EBCF 0.01%, #D4DDED 100%); 
    box-shadow: 0px 0px 4px rgba(16, 24, 64, 0.12); 
    border-radius: 12px;
    margin-top: 20px;
    padding-top: 10px;
}

.clg-carousels .container{
    padding: 0 25px;
}

.clg-carousels .recommended-colleges{
    font-size: 12px;
    color: #fff;
    border-radius: 4px;
    border: none;
    padding: 5px;
    margin-bottom: 10px;
    background: #4C84F4;
}

.clg-carousels .popular-similar-clg{
    font-size: 22px;
    font-weight: bold;
    color: #0C0C0C;
    margin-bottom: 0;
}

.clg-carousels .carousel img {
    /* width: 70px; */
    /* max-height: 70px; */
    border-radius: 50%;
    /* margin-right: 1rem; */
    /* overflow: hidden; */
}
.clg-carousels .carousel-inner {
    padding: 1em;
}

@media screen and (min-width: 576px) {
    .clg-carousels .carousel-inner {
        display: flex;
        width: 90%;
        margin-inline: auto;
        padding: 1em 0;
        overflow: hidden;
    }
    .clg-carousels .carousel-item {
        display: block;
        margin-right: 0;
        flex: 0 0 calc(100% / 2);
    }
}
@media screen and (min-width: 768px) {
    .clg-carousels .carousel-item {
        display: block;
        margin-right: 0;
        flex: 0 0 calc(100% / 3);
    }
}
.clg-carousels .carousel .card {
    margin: 0 0.5em;
    border: 0;
}

.clg-carousels .carousel-control-prev,
.clg-carousels .carousel-control-next {
    width: 36px;
    height: 36px;
    background-color: #E8EFFD;
    border: 2px solid #fff;
    border-radius: 50px;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

.clg-carousels .carousel .card-body h3{
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.clg-carousels .carousel .card-body .location{
    font-size: 12px;
    font-weight: 500;
    color: #000;
}

.clg-carousels .carousel .card-body .location span{
    color: #00943A;
}

.clg-carousels .carousel .card-body .clg-img{
    text-align: end;
}

.clg-carousels .carousel .card-body .clg-img img{
    border: 1px solid #DFDFDF;
    border-radius: 12px;
}

.clg-carousels .carousel .card-body .total-fee-range p{
    font-size: 12px;
    color: #8A8A8A;
    margin-bottom: 0;
}

.clg-carousels .carousel .courses-offered{
    font-size: 12px;
    color: #8A8A8A;
    margin-bottom: 0;
}

.clg-carousels .carousel .card-body .courses-offered .courses,
.clg-carousels .carousel .card-body .total-fee-range .fee{
    font-size: 12px;
    color: #4A4A4A;
}

.clg-carousels .carousel .card-body .total-fee-range{
    text-align: end;
}

.clg-carousels .carousel .card-body .courses span{
    font-size: 12px;
    color: #1048C3;
}

.clg-carousels .carousel .card-body .bookmark-brochure .fa-bookmark-o{
    border: 1px solid #DFDFDF;
    padding: 8px 10px;
    border-radius: 50px;
}

.clg-carousels .carousel .card-body .bookmark-brochure{
    margin-top: 20px;
    text-align: end;
}

.clg-carousels .carousel .card-body .bookmark-brochure .brochure{
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    border: none;
    padding: 7px 15px;
    border-radius: 50px;
    background: #5AC391;
}

.clg-carousels .carousel .carousel-control-prev .carousel-control-prev-icon, 
.clg-carousels .carousel .carousel-control-next .carousel-control-next-icon{
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.clg-carousels .popular-similar-bottom{
    font-size: 15px;
    font-weight: 600;
    padding: 15px;
    color: #0C0C0C;
    text-align: center;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.41) 100%); 
    border-radius: 0px 0px 12px 12px;
}

.clg-carousels .popular-similar-bottom .btn{
    background: #ffffff;
    border: 1px solid #CACACA;
    padding: 5px 9px;
    border-radius: 100px;
}

.clg-carousels .other-popular-iim{
    font-size: 32px;
    font-weight: 600;
    color: #0C0C0C;
}

.clg-carousels .other-popular-iim-name{
    font-size: 14px;
    color: #8A8A8A;
    margin-bottom: 0;
}

.infrastructure .col-12 .col-md-2{
    display: flex;
    justify-content: center;
}

.infrastructure .infrastructure-img{
    text-align: center;
}

.infrastructure .infrastructure-text{
    font-size: 14px;
    font-weight: 500;
    color: #000000;
}



.faculty-img{
    text-align: center;
}

.faculty-rating{
    text-align: center;
}

.faculty-rating p{
    font-size: 14px;
    color: #353535;
}

.faculty-rating .rating {
    font-size: 0;
    direction: rtl;
    text-align: center;
}

.faculty-rating .rating input {
    display: none;
}


.faculty-rating .rating label {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: 0;
    padding: 0;
    font-size: 30px;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
    color: #ccc;
    transform: rotateY(180deg);
}

.faculty-rating .rating label:hover,
.faculty-rating .rating label:hover ~ label,
.faculty-rating .rating input:checked ~ label {
    color: #f90;
}

#FAQS .accordion {
    background-color: transparent;
    color: #4A4A4A;
    font-weight: 600;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    border-top: 1px solid #E6E6E6;
}

#FAQS p{
    margin-top: 10px;
}

#FAQS .active {
    border-bottom: 1px solid #E6E6E6;
}

#FAQS .accordion:after {
    content: '\25BC';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

#FAQS .active:after {
    content: "\25B2";
}

#FAQS .panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.popular-similar .popular-clg-button{
    margin-top: 10px;
    font-size: 12px;
    color: #4A4A4A;
    padding: 7px 10px;
    background: #FFFFFF;
    border: 1px solid #CACACA;
    border-radius: 40px;
}

.popular-similar .popular-clg-button:hover{
    background: #F4F4F4;
    border-color: #0C0C0C;
}

.clg-catking-coverts{
    margin-top: 25px;
    border-radius: 12px;
    background: #F4F9F7;
}

.catking-header p{
    color: #8A8A8A;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
}

.catking-header h2{
    color: #0C0C0C;
    font-size: 20px;
    font-weight: 600;
}

.catking-header h2 span{
    color: #4C84F4;
}

.toc-container{
    margin-top: 20px;
    padding: 20px 24px;
    border: 1px solid #EAE9E9;
    border-radius: 12px;
}

.toc-container .table-of-content{
    color: #8A8A8A;
    font-size: 14px;
}

.toc-container .table-of-content-title{
    font-size: 22px;
    color: #000;
    font-weight: 600;
}

.toc-container ul li a{
    color: #2771E7;
    font-size: 18px;
    font-weight: 600;
}

.toc-container ul li::marker {
    color: #2771E7;
}

.profile-card{
    margin-bottom: 10px;
}

.profile-card .profile-name{
    position: relative;
}

.profile-card h5{
    background: #5AC391;
    color: #fff;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 600;
    padding: 5px;
    position: absolute;
    width: 100%;
    bottom: -8px;
}

.profile-card img{
    width: 100%;
    border-radius: 5px;
}

.profile-card .view-all{
    text-align: end;
}

.profile-card .view-all a{
    font-size: 14px;
    font-weight: 500;
    color: #1048C3;
}

.clg-catking-coverts .profile-divider{
    border: 2px solid #85D0B1;
}

.campus{
    margin-top: 20px;
    border: 1px solid #EAE9E9;
    border-radius: 12px;
    padding: 12px;
}

.catking-img-slider{
    overflow: hidden;
}

.catking-img-slider .item {
    position: relative;
}
.catking-img-slider .item img {
    width: 100%;
}
.catking-img-slider .item .slide-text {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: #030004;
    padding: 5px 15px;
    border-radius: 100px;
}
.catking-img-slider .owl-nav .owl-prev,
.catking-img-slider .owl-nav .owl-next {
    /* position: absolute;
    top: 50%;
    transform: translateY(-50%); */
    width: 36px;
    height: 36px;
    background-color: #E8EFFD;
    border: 2px solid #fff;
    border-radius: 50px;
    top: 50%;
    transform: translateY(-50%);
    /* box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2); */
}
.catking-img-slider .owl-nav .owl-prev {
    left: 0px;
    position: absolute;
    
}
.catking-img-slider .owl-nav .owl-next {
    right: 0;
    position: absolute;
}
.catking-img-slider .custom-nav {
    /* display: inline-block; */
    width: 36px;
    height: 36px;
    background-color: #E8EFFD;
    border: 2px solid #fff;
    border-radius: 50px;
    /* text-align: center; */
    /* line-height: 20px; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.catking-img-slider .owl-theme .owl-nav [class*=owl-]:hover{
    background: #fff;
    color: #000;
    border-radius: 50px;
}

.catking-img-slider .owl-dots{
    display: none;
}

.catking-img-slider .item .slide-text{
    font-size: 12px;
    font-weight: 600;
    color: #fff;
}

.new-updates-tab{
    margin-top: 20px;
}

.new-updates-tab .nav-tabs{
    border: none;
    gap: 10px;
}

.new-updates-tab ul li .active,
.new-updates-tab .nav-tabs .nav-link:focus,
.new-updates-tab .nav-tabs .nav-link:hover{
    border: none !important;
}

.new-updates-tab .nav-link.active{
    border-radius: 40px;
}

.new-updates-tab .nav-item{
    border: 1px solid #CACACA;
    border-radius: 50px;
}

.new-updates-tab .nav-tabs .nav-link{
    border: none;
}

.new-updates-tab .nav-link .tab-content-title{
    font-size: 14px;
    color: #4A4A4A;
}

.new-updates-tab .nav-link.active{
    font-weight: 600;
    color: #333333 !important;
    background: #F4F4F4 !important;
}

.tab-content .tab-pane .latest-news h4{
    font-size: 17px;
    color: #333333;
}

.tab-content .tab-pane .latest-news p{
    font-size: 12px;
    color: #000000;
    font-weight: 500;
    margin-bottom: 5px;
}

.tab-content .tab-pane .latest-news p span{
    font-size: 12px;
    color: #9F9F9F;
}

.campus .highlight-button {
    text-align: center;
    margin-bottom: 20px;
}

.campus .highlight-button .highlight-view-all-btn {
    font-size: 16px;
    font-weight: bold;
    color: #0C0C0C;
    background: none;
    border: 1px solid #0C0C0C;
    border-radius: 50px;
    padding: 10px 15px;
}

.campus .address{
    font-size: 16px;
    color: #757575;
}

.campus .title-clg h5{
    font-size: 16px;
    color: #353535;
}

.campus .title-clg a{
    font-size: 16px;
    font-weight: 500;
    color: #2771E7;
    text-decoration: none;
}

.campus .address {
    text-align: center;
    margin-bottom: 20px;
}

.campus .address .highlight-view-all-btn {
    font-size: 16px;
    font-weight: bold;
    color: #0C0C0C;
    background: none;
    border: 1px solid #0C0C0C;
    border-radius: 50px;
    padding: 10px 15px;
}

.campus .address .highlight-view-all-btn:hover {
    color: #fff;
    background: #5AC391;
    border: 1px solid #5AC391;
}


/* Courses & Fees */

.all-programs .all-programs-title p{
    font-size: 14px;
    font-weight: 500;
    color: #8A8A8A;
    margin-bottom: 0;
}

.all-programs .all-programs-title h2{
    font-size: 25px;
    font-weight: 700;
    color: #0C0C0C;
}

.all-programs .form-outline{
    margin: 24px 0 20px 0;
}

.all-programs .form-outline .form-control{
    font-size: 15px;
    color: #000;
    padding: 25px;
    border: 1px solid #CACACA;
    border-radius: 4px;
}

.all-programs .form-outline .form-control:focus{
    box-shadow: none;
}

.all-programs .all-button{
    text-align: center;
}

.all-programs .all-button .btn{
    font-size: 16px;
    color: #4A4A4A;
    padding: 5px 15px;
    border: 1px solid #CACACA;
    border-radius: 40px;
}

.all-programs .programs-result{
    font-size: 16px;
    color: #757575;
    margin-top: 20px;
}

.all-programs .programs-result span{
    font-weight: bold;
    color: #353535;
}

/* Reviews */

.Highlights .overview{
    font-size: 15px;
    color: #8A8A8A;
    margin-bottom: 0;
}

.reviews-rating{
    margin-top: 20px;
    border: 1px solid #EAE9E9;
    border-radius: 12px;
}

.reviews-rating .reviews-ratings .rating-star{
    font-size: 20px;
    color: #FFB020;
}

.reviews-rating .rating-count span{
    font-size: 42px;
    font-weight: bold;
    color: #333333;
}

.reviews-rating .rating-count{
    font-size: 20px;
    font-weight: bold;
    color: #333333;
}

.reviews-rating .reviews-ratings .verified-reviews{
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.reviews-rating .reviews-ratings{
    text-align: center;
    margin-bottom: 25px;
}

.reviews-rating .rating-chart .progress-bar{
    background: #5AC391;
}

.reviews-rating .rating-chart .progress{
    height: .5rem;
}

.reviews-rating .rating-chart .fa-star{
    font-size: 12px;
    color: #FFB020;
}

.reviews-rating .rating-chart div{
    font-size: 15px;
    font-weight: 500;
    color: #333333;
}

.reviews-rating .rating-out-of-five .out-of-five{
    font-size: 15px;
    font-weight: 500;
    color: #0C0C0C;
}

.reviews-rating .rating-out-of-five .out-of-five span{
    color: #B5B5B5;
}

.reviews-rating .rating-out-of-five table, th, td {
    border: none !important;
}

.reviews-rating .rating-out-of-five .fa-star {
    color: #FFB020;
    font-size: 1.2em;
}

.reviews-rating .rating-out-of-five .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.reviews-rating .rating-out-of-five table tr td {
    font-size: 15px;
    color: #000;
    font-weight: 500;
    padding: 6px 12px;
}

.student-review .nav-tabs{
    border: none;
    display: ruby;
}

.student-review .nav-tabs .nav-link {
    color: #353535;
    font-size: 16px;
    border: none;
}

.student-review .nav-tabs .nav-link.active {
    background-color: #F3F6FF;
    border-radius: 10px;
    color: #4C84F4;
    font-size: 16px;
    font-weight: 600;
}

.student-review .tab-content-title {
    margin-left: 10px;
}

.student-review .tab-faq-text {
    font-size: 0.9rem;
    color: #666;
}

.student-review .horizontal-divider {
    margin: 10px 0;
}

.student-review .tab-content {
    padding: 20px;
}

.student-review .tab .nav-tabs .nav-item{
    border-bottom: none;
}

.student-review .tab-content .tab-likes{
    font-size: 15px;
    font-weight: 600;
    color: #5AC391;
}

.student-review .tab-content .tab-list{
    font-size: 15px;
    color: #353535;
}

.student-review .tab .tab-content .tab-pane p {
    color: #767676;
    font-size: 15px;
    font-weight: 400;
}

.Highlights .student-review .highlight-button{
    margin-top: 0;
}

.reviews-clg .filter-group{
    margin-top: 20px;
}

.reviews-clg .filter-group .filter-title{
    font-size: 20px;
    font-weight: 600;
    color: #4C84F4;
    margin-bottom: 20px;
}

.reviews-clg .filter-group div label{
    font-size: 16px;
    font-weight: 500;
    color: #4C5258;
    margin-right: 15px;
}

.reviews-clg .filter-group .button button{
    font-size: 15px;
    color: #353535;
    padding: 10px 20px;
    border: none;
    background: #fff;
    border-radius: 10px;
}

.reviews-clg .filter-group .button button:hover{
    color: #4C84F4;
    background: #F3F6FF;
}

.reviews-clg .reviews-mention{
    font-size: 15px;
    font-weight: 600;
    color: #0C0C0C;
    margin: 20px 0 20px;
}

.filter-group .reviews-btn button{
    font-size: 15px;
    color: #5AC391;
    border: none;
    border-radius: 10px;
    background: #EEFFF3;
    padding: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
}

.filter-group .reviews-btn button:hover{
    color: #fff;
    background: #5AC391;
}

.collage-reviews .review-card .review-header {
    display: flex;
    align-items: center;
}

.collage-reviews .review-card .avatar {
    width: 40px;
    height: 40px;
    background-color: #f7b02b;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-weight: bold;
    margin-right: 10px;
}

.collage-reviews .review-card .user-info {
    flex-grow: 1;
}

.collage-reviews .review-card .user-info .name {
    font-size: 15px;
    color: #202020;
    font-weight: 500;
    margin: 0;
}

.collage-reviews .review-card .user-info .course {
    font-size: 14px;
    color: #353535;
}

.collage-reviews .review-card .rating-badge {
    background-color: #4CAF50;
    color: white;
    border-radius: 8px;
    padding: 5px 10px;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.collage-reviews .rating-badge i {
    margin-right: 5px;
}

.collage-reviews .review-card .tags {
    margin: 15px 0;
}

.collage-reviews .review-card .tags .badge {
    font-size: 12px;
    background: none;
    color: #404040;
    border: 1px solid #E6E6E6;
    margin-right: 5px;
    font-weight: 500;
}

.collage-reviews .review-card .review-body .review-body-txt {
    font-size: 16px;
    font-weight: 600;
    color: #0C0C0C;
    margin-bottom: 10px;
}

.collage-reviews .review-card .review-body .row small{
    font-size: 15px;
    color: #9F9F9F;
}

.collage-reviews .review-card .read-more {
    font-size: 15px;
    color: #2771E7;
    text-decoration: none;
    float: right;
}

.collage-reviews .review-card .review-footer {
    display: flex;
    justify-content: end;
    align-items: center;
    border-top: 1px solid #ddd;
    padding-top: 10px;
}

.collage-reviews .review-card .review-footer small {
    color: #888;
}

.collage-reviews .review-card .review-footer .actions i {
    margin-left: 15px;
    color: #888;
    cursor: pointer;
}

.collage-reviews .review-card .review-body .review-placements{
    font-size: 15px;
    color: #4A4A4A;
}

.collage-reviews .review-card .review-body .review-placements span{
    font-size: 15px;
    font-weight: bold;
    color: #4A4A4A;
}

/* Admissions */

.seat-total{
    padding: 13px 0;
    margin: 20px 40px;
    /* width: 736px;
    height: 94px; */
    background: linear-gradient(97.28deg, #E6EFE9 0%, #C3EAD7 100%);
    border-radius: 12px;
}

.seat-total .seat-intake{
    padding: 15px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #E8EFFD;
    border-radius: 8px;
}

.seat-total .seat-intake .seat{
    font-size: 15px;
    color: #606060;
}

.seat-total .seat-intake .seat span{
    font-size: 16px;
    font-weight: 600;
    color: #202020;
    float: right;
}

.cut-off-table .table tbody tr span{
    font-size: 12px;
    color: #fff;
    background: #6FC78E;
    border: 1px solid #199F55;
    padding: 5px;
    border-radius: 4px;
    margin-left: 10px;
}

.admissions .criteria .eligibility-criteria{
    font-size: 16px;
    font-weight: bold;
    color: #4A4A4A;
    margin-bottom: 10px;
}

.admissions .criteria p{
    font-size: 14px;
    color: #0C0C0C;
    margin-bottom: 10px;
    margin-left: 25px;
}

.admissions .criteria p span{
    font-weight: 600;
}

.admissions .eligibility-download .download-dates{
    float: right;
}

.Highlights .executive{
    font-size: 16px;
    font-weight: bold;
    color: #2F1238;
}

.Highlights .executive-courses{
    font-size: 13px;
    color: #2F1238;
    margin-bottom: 0;
}

.Highlights .clg-name{
    font-size: 13px;
    color: #8A8A8A;
    margin-bottom: 0;
}

.Highlights .highlight-ttl{
    font-size: 18px;
    color: #202020;
}

.Highlights .table-responsive .table-bordered thead td, .table-bordered thead th{
    background: #F5F8FF;
}

.Highlights .table-responsive .table-bordered td{
    font-size: 16px;
    color: #353535;
}