* {
    font-family: "Inter", sans-serif;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.header-special {
    margin: 0 !important;
    padding: 0 !important;
}

.container-fluid {
    background-color: rgba(35, 38, 52);
}

.banner-image {
    background: transparent;
    background-size: cover;
    background-position: center;
}
h2.heading-title {
    font-size: 60px;
}
.header-image-university {
    height: 400px;
    background: url(../images/bg/uniersity_background.svg) no-repeat;
    background-size: cover;
    opacity: 0.9;
}

.uni-about h4,
.uni-features h4,
.uni-financials h4,
.uni-location h4 {
    font-family: SFProDisplaymedium;
}
/* .content-wrapper>.banner-image>.container-fluid {
  padding-left: 0;
  padding-right: 0;
} */

/* .back-img{
  background: url(../images/img/uni_img.png);
   width: 100%;
  height: 300px;
} */

.uni-location iframe {
    border-radius: 4px;
}
.uni-features .uni-features-box {
    gap: 20px;
}
.uni-features .uni-features-box div {
    /* width: 240px;
    max-width: 240px; */
    /* height: 200px; */
    background: #fff;
    border-radius: 24px;
    margin: 0 5px;
}

.uni-financials {
    background-color: #fff;
    color: #232635;
    padding: 1.5rem;
    border-radius: 4px;
}

.uni-profile h1 {
    font-size: 165px;
}
@media screen and (min-width: 0) and (max-width: 1024px) {
    .header-image-university {
        height: 300px;
    }
    h2.heading-title {
        font-size: 65px;
    }
    .tabbable-panel.w-75 {
        width: 100% !important;
    }
}
@media screen and (min-width: 0) and (max-width: 768px) {
    .uni-profile h1 {
        font-size: 25px;
    }
    .uni-location iframe {
        height: 350px;
    }
    .header-image-university {
        height: 270px;
    }
    h2.heading-title {
        font-size: 50px;
    }
    .tabbable-line > .nav-tabs > li {
        padding: 8px 20px !important;
    }
}
@media screen and (min-width: 0) and (max-width: 767px) {
    .tabbable-line > .nav-tabs > li > a {
        font-size: 14px !important;
    }
    .tabbable-line > .nav-tabs > li {
        padding: 8px 14px !important;
    }
}
@media screen and (min-width: 0) and (max-width: 450px) {
    .uni-profile h1 {
        font-size: 20px;
    }
    .uni-location iframe {
        height: 300px;
    }
    .header-image-university {
        height: 160px;
    }
    h2.heading-title {
        font-size: 34px;
    }
}

.highcharts-figure,
.highcharts-data-table table {
    min-width: 280px;
    max-width: 660px;
    margin: 0em auto;
}

.highcharts-data-table table {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 1px solid #ebebeb;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
}

.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}

.highcharts-data-table th {
    padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
    padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}

.highcharts-data-table tr:hover {
    background: #f1f7ff;
}

.highcharts-background {
    fill: transparent !important;
}

.highcharts-title,
.highcharts-credits,
.highcharts-no-tooltip {
    display: none !important;
}

.highcharts-container {
    max-height: 350px;
}

.highcharts-root {
    max-height: 350px;
}

.highcharts-series path {
    stroke: transparent !important;
}

.card.universities {
    border-radius: 20px;
    background: #fff;
    color: #232635;
    margin-bottom: 16px;
}

img.University_logo {
    max-width: 60%;
}

.rounded-circle {
    background: rgba(255, 255, 255, 0.3);
}

.rounded-circle img {
    height: 14px;
}

.universities-div {
    font-size: 12px;
}

.universities-div img {
    height: 16px;
}

.universities-div p span {
    padding: 10px 5px;
    vertical-align: text-top;
}

.universities-div p span.green {
    color: #00ffe3;
}

.universities .card-footer {
    border-radius: 0px 0px 20px 20px !important;
    background-color: #ffffff;
}

.universities .card-footer a {
    cursor: pointer;
}

.universities .card-footer a img {
    width: 25px;
    height: 25px;
}

/* tab view */

.tabbable-panel {
    border-bottom: 2px solid white;
    padding: 10px;
}

.tabbable-line > .nav-tabs {
    border: none;
    margin: 0px;
    display: flex;
    /* justify-content: start; */
}

.tabbable-line > .nav-tabs > li {
    margin-right: 2px;
    padding: 8px 30px;
}

.tabbable-line > .nav-tabs > li > a {
    border: 0;
    margin-right: 0;
    color: #fff;
    font-size: 18px;
}
.tabbable-line > .nav-tabs > li.active {
    position: relative;
    border-bottom: 2px solid #00ffe3;
    margin-bottom: -2px;
}
.tabbable-line > .nav-tabs > li > a > i {
    color: #a6a6a6;
}

.tabbable-line > .nav-tabs > li.open > a,
.tabbable-line > .nav-tabs > li:hover > a {
    border: 0;
    background: none !important;
}

.tabbable-line > .nav-tabs > li.open > a > i,
.tabbable-line > .nav-tabs > li:hover > a > i {
    color: #a6a6a6;
}

.tabbable-line > .nav-tabs > li.open .dropdown-menu,
.tabbable-line > .nav-tabs > li:hover .dropdown-menu {
    margin-top: 0px;
}

.tabbable-line > .nav-tabs > li.active {
    position: relative;
}

.tabbable-line > .nav-tabs > li.active > a {
    border: 0;
    color: #00ffe3;
}

.tabbable-line > .nav-tabs > li.active > a > i {
    color: #00ffe3;
}

.tabbable-line > .tab-content {
    margin-top: -3px;
    background-color: #fff;
    border: 0;
    border-top: 1px solid #eee;
    padding: 15px 0;
}

.portlet .tabbable-line > .tab-content {
    padding-bottom: 0;
}
