/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 
h3.uni_name {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 5px;
}
p.uni_description {
    font-size: 16px;
    color: #6B7385;
    font-weight: 400;
}
.rbt-accordion-style .card .card-header {
    border-bottom: 0 none;
    box-shadow: none;
    padding: 20px 30px;
    margin-bottom: 0;
    padding-right: 38px;
    box-shadow: 1px 2px 4px 0 #636363;
    margin-bottom: 20px;
    background: linear-gradient(rgb(255, 255, 255) 0%, rgb(239, 241, 255) 100%);
}
.title-desc {
    padding-left: 20px;
}
.rbt-accordion-style.rbt-accordion-01 .card {
    background: transparent !important;
    box-shadow: none !important;
}
span.main_heading {
    font-size: 24px;
    color: #000;
    font-weight: 600;
}
.rbt-default-tab .tab-button .tabs__tab .nav-link {
    color: #fff;
    padding: 15px 25px;
    margin-bottom: 0px;
    outline: none;
    border: 0 none;
    font-size: 15px;
    font-weight: 500;
}
.rbt-default-tab .tab-button .tabs__tab .nav-link.active {
    background: var(--color-extra2);
    border-color: transparent;
    color: #333;
}
.rbt-default-tab .tab-button {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    cursor: pointer;
    border-bottom: none;
    background: #20345C;
    margin: 20px 0px;
}
.col-lg-12.scholarship-noted-text p {
    font-size: 15px;
    padding: 0px 10px;
    margin-bottom: 20px;
}

ul.nav.nav-tabs.tab-button {
    background: white !important; 
}


 .universities-logo img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    vertical-align: middle;
   max-width: unset !important; 
    height: auto;
}

.rbt-default-tab .tab-button .tabs__tab .nav-link.active {
    background: #1e355e !important;
    color: white;
}

.universityGridService .rbt-card  .rbt-card-title {
    font-size: 20px;
    margin-bottom: 6px;
}
.universityGridService .read-more-btn {
    text-align: center;
    margin-top: 20px;
}
.universityGridService .rbt-card.event-grid-card {
    margin-top: 30px;
}
.rbt-categories-area.universityGridService {
    margin-bottom: 50px;
}