:root {
    --main-color: #1577B5;
    --black: #000;
    --white: #fff;
    --dark-grey: #1D2936;
    --light-grey: #EFEFEF;
}

body {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    font-size: 14px;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
}

.bg-grey {
    background: #f6f6f6;
}

.text-white {
    color: var(--white) !important;
}

.note {
    color: #636363
}

.text-right {
    text-align: right;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.section-padding {
    padding: 40px 0;
}

.br-2 {
    border-radius: 5px;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.text-center {
    text-align: center;
}

/* Top Header CSS Start Here */

.top-head {
    background: rgb(255, 255, 255);
    padding: 5px 0px;
    position: relative;
}

.top-menu li {
    padding: 0px 8px;
    position: relative;
}

.top-menu li:first-child {
    padding-left: 0px;
}

.top-menu li:first-child::before {
    display: none;
}
.top-menu{
    max-width: 100%;
    display: flex;
    flex-wrap:nowrap !important;
    overflow-x:auto;
    width: 100%;
}

.top-menu ul::-webkit-scrollbar {
    /* display: none; */
}

.top-menu li a {
    color: rgb(124, 124, 124);
    font-size: 11px;
    font-weight: 500;
    white-space: nowrap;
}

.top-menu li a:hover {
    color: var(--main-color);
}

.top-menu li:last-child {
    padding-right: 0px;
}

.rest_arrow {
    padding: 0px 3px;
    width: 30px;
    height: 31px;
    transition: all 0.5s;
    margin-top: 0px;
    background-color: #efefef;
    cursor: pointer;
    text-align: center;
    line-height: 31px;
}

.rest_arrow .fa {
    transition: all 0.8s;
}

.rest_arrow.rrArrow .fa {
    transform: rotateZ(-180deg);
}

.gMenuOpen {
    width: 100%;
    height: auto;
    padding: 10px 0px;
    position: absolute;
    left: 0px;
    background-color: #fff;
    padding: 0px;
    z-index: 881;
    top: 41px;
    height: 0px;
    overflow: hidden;
    transition: all .5s ease;
}

.gMenuOpen.openGnav {
    height: 35px;
    animation: rotateMenu 0.30s linear forwards;
    border-top: 1px solid #ccc;
    overflow: visible;
    visibility: visible;
}

.globBack {
    animation: endMenu 0.30s linear backwards;
}
.top-menu::-webkit-scrollbar{height:6px;width:6px}
.top-menu::-webkit-scrollbar-track{background:#F0EEEE;border-radius:6px}
.top-menu::-webkit-scrollbar-thumb{background:#D5D9DB;border-radius:6px}
.top-menu::-webkit-scrollbar-thumb:hover{background:#a0a0a5}

/* Top Header CSS End Here */

header {
    padding: 15px 0;
}

.bt-log {
    width: 77%;
}

.acer-logo {
    width: 20%;
    vertical-align: bottom;
}

nav {
    background: var(--main-color);
    padding: 10px 0;
    color: var(--white);
}

nav ul {
    flex-wrap:wrap;
    flex-direction: row;
    display: flex;
}

nav li a {
    color: var(--white);
    font-size: 16px;
    margin-right: 34px;
    text-decoration: none;
}

nav li a:hover {
    color: var(--white);
    opacity: 0.8;
}

/* nav li.dropdown:hover .dropdown-menu {
    display: block;
} */
.dropdown-link::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

nav li.dropdown li a {
    padding: 5px 13px;
    margin: 0;
    display: block;
    font-size: 15px;
    color: var(--main-color);
    border-bottom: 1px solid #ebebeb;
}

nav li.dropdown li:last-child a {
    border-bottom: 0;
}

nav li a.active {
    font-weight: 600;
    position: relative;
}

nav li a.active:before {
    height: 2px;
    background: var(--white);
    width: 100%;
    content: "";
    position: absolute;
    bottom: -1px;
}

.back-btn {
    border: 1px solid #d1d1d1;
    padding:6px 10px;
    border-radius: 21px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    transition: 0.2s ease-in;
    display: inline-flex;
    background: #fff;
    white-space:nowrap;
}

.back-btn img {
    margin-left: 7px;
}

.back-btn:hover {
    background: #fff;
    color: var(--main-color);
}

.top-adt-sec {
    margin: 40px 0 0;
    font-weight: 600;
}

.inner-adt {
    margin: 0 auto;
}

.article-section {
    padding: 25px 0 0;
}

.top-article .left-col {
    width: calc(100% - 300px);
    padding-right: 15px;
}

.article-section .small-thumb {
    width: 90px;
    height: 90px;
    object-fit: cover;
}

.article-section .large-thumb {
    /* height: 240px; */
    width: 100%;
    /* object-fit: cover; */
}

.article-section h1 {
    font-size: 24px;
    margin-top: 9px;
    font-weight: bold;
    margin-bottom: 11px;
}

.article-section a {
    text-decoration: none;
    color: var(--black);
    transition: 0.2s ease-in;
}

.article-section a:hover {
    color: var(--main-color);
}

/*  */
.side-col {
    max-width: 250px;
    width: 100%;
}

.side-col ul li {
    margin-bottom: 20px;
}

.side-col .thumb-img {
    max-width: 90px;
    width: 100%;
    margin: 0 12px 0 0;
}

.side-col p {
    width: 59%;
    margin: 0;
}

.mid-col {
    max-width: 430px;
    width: 100%;
    padding: 0 25px;
}

.right-col {
    max-width: 300px;
    width: 100%;
}

.adr {
    text-align: center;
    font-weight: 600;
}

.gray-box {
    height: 250px;
    background: #F7F7F7;
    border: 1px solid #D1D1D1;
    line-height: 250px;
    width: 100%;
    font-size: 22px;
    text-align: center;
}


.main-title {
    font-size: 24px;
    color: var(--main-color);
    margin-bottom: 20px;
    margin-top: 0;
    font-weight: 600;
}

.badge-parent .badge {
    font-weight: 500;
    cursor: pointer;
    transition: all .5s ease 0s;
    margin: 2px;
}

.badge-parent .badge:hover {
    opacity: .7;
}

.years .form-check {
    padding-left: 0;
    margin-right: 1.5em;
    ;
}

.years label {
    font-size: 22px;
    color: #848484;
    cursor: pointer;
}

.years .form-check .form-check-input {
    display: none;
}

.years .form-check input[type="radio"]:checked+label {
    font-weight: bold;
    color: #454344;
}

.badge-parent {
    border: 2px solid transparent;
}

.badge-parent.active {
    padding-bottom: 2px;
    border: 2px solid var(--main-color);
    border-radius: 5px;
}

.shadow-wrapper {
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #E2E2E2;
    border-radius: 10px;
    padding: 0 45px 20px 50px;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
    overflow: inherit !important;
}

.dataTables_wrapper .dataTables_filter {
    float: none;
    width: 100%;
}

.dataTables_wrapper .dataTables_filter label {
    display: block;
}

.dataTables_wrapper .dataTables_filter input {
    width: 100%;
    margin-left: 0;
    padding: 10px;
    margin-bottom: 16px;
    border-radius: 7px;
    border-color: #a0a0a0;
    position: relative;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiAgIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgICB2ZXJzaW9uPSIxLjEiICAgaWQ9InN2ZzQ0ODUiICAgdmlld0JveD0iMCAwIDIxLjk5OTk5OSAyMS45OTk5OTkiICAgaGVpZ2h0PSIyMiIgICB3aWR0aD0iMjIiPiAgPGRlZnMgICAgIGlkPSJkZWZzNDQ4NyIgLz4gIDxtZXRhZGF0YSAgICAgaWQ9Im1ldGFkYXRhNDQ5MCI+ICAgIDxyZGY6UkRGPiAgICAgIDxjYzpXb3JrICAgICAgICAgcmRmOmFib3V0PSIiPiAgICAgICAgPGRjOmZvcm1hdD5pbWFnZS9zdmcreG1sPC9kYzpmb3JtYXQ+ICAgICAgICA8ZGM6dHlwZSAgICAgICAgICAgcmRmOnJlc291cmNlPSJodHRwOi8vcHVybC5vcmcvZGMvZGNtaXR5cGUvU3RpbGxJbWFnZSIgLz4gICAgICAgIDxkYzp0aXRsZT48L2RjOnRpdGxlPiAgICAgIDwvY2M6V29yaz4gICAgPC9yZGY6UkRGPiAgPC9tZXRhZGF0YT4gIDxnICAgICB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLC0xMDMwLjM2MjIpIiAgICAgaWQ9ImxheWVyMSI+ICAgIDxnICAgICAgIHN0eWxlPSJvcGFjaXR5OjAuNSIgICAgICAgaWQ9ImcxNyIgICAgICAgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNjAuNCw4NjYuMjQxMzQpIj4gICAgICA8cGF0aCAgICAgICAgIGlkPSJwYXRoMTkiICAgICAgICAgZD0ibSAtNTAuNSwxNzkuMSBjIC0yLjcsMCAtNC45LC0yLjIgLTQuOSwtNC45IDAsLTIuNyAyLjIsLTQuOSA0LjksLTQuOSAyLjcsMCA0LjksMi4yIDQuOSw0LjkgMCwyLjcgLTIuMiw0LjkgLTQuOSw0LjkgeiBtIDAsLTguOCBjIC0yLjIsMCAtMy45LDEuNyAtMy45LDMuOSAwLDIuMiAxLjcsMy45IDMuOSwzLjkgMi4yLDAgMy45LC0xLjcgMy45LC0zLjkgMCwtMi4yIC0xLjcsLTMuOSAtMy45LC0zLjkgeiIgICAgICAgICBjbGFzcz0ic3Q0IiAvPiAgICAgIDxyZWN0ICAgICAgICAgaWQ9InJlY3QyMSIgICAgICAgICBoZWlnaHQ9IjUiICAgICAgICAgd2lkdGg9IjAuODk5OTk5OTgiICAgICAgICAgY2xhc3M9InN0NCIgICAgICAgICB0cmFuc2Zvcm09Im1hdHJpeCgwLjY5NjQsLTAuNzE3NiwwLjcxNzYsMC42OTY0LC0xNDIuMzkzOCwyMS41MDE1KSIgICAgICAgICB5PSIxNzYuNjAwMDEiICAgICAgICAgeD0iLTQ2LjIwMDAwMSIgLz4gICAgPC9nPiAgPC9nPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-position: 99% 5px;
    background-size: 30px;
}

/* clears the â€˜Xâ€™ from Internet Explorer */
.dataTables_wrapper .dataTables_filter input[type=search]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

.dataTables_wrapper .dataTables_filter input[type=search]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

/* clears the â€˜Xâ€™ from Chrome */
.dataTables_wrapper .dataTables_filter input[type="search"]::-webkit-search-decoration,
.dataTables_wrapper .dataTables_filter input[type="search"]::-webkit-search-cancel-button,
.dataTables_wrapper .dataTables_filter input[type="search"]::-webkit-search-results-button,
.dataTables_wrapper .dataTables_filter input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

.dataTables_wrapper tbody .dt-score {
    font-size: 18px;
    font-weight: 500;
    color: #928a8c;
}

.dataTables_wrapper tbody .dt-rank {
    font-size: 18px;
    padding-left: 18px;
}

.dataTables_wrapper .dataTables_filter input:focus {
    box-shadow: none;
    border-color: #333;
}

.dataTables_wrapper .dataTables_paginate {
    margin-top: 20px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0.1em 0.3em;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: #7c7a7b;
    border-color: transparent;
    color: #fff !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: #7c7a7b;
    border-color: transparent;
}

.roi_score span {
    display: none;
}

.owl-dots {
    text-align: center;
    margin-top: 30px;
}

.owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}
.school-carousel div.swiper-pagination,
.school-carousel div.swiper-pagination-bullets.swiper-pagination-horizontal,
.school-carousel div.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{
    bottom: 0px;
    top: auto;
    left: auto;
    right: auto;
    text-align: center;
    margin: auto;
    width: 100%;
}
.owl-dots .owl-dot span,
.school-carousel .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    margin: 0px 15px !important;
    background: #7e7e7e;
    display: inline-block;
    -webkit-backface-visibility: visible;
    transition: opacity 0.2s ease;
    border-radius: 30px;
    opacity:0.2;
}
.school-carousel .swiper-pagination-bullet.swiper-pagination-bullet-active{
    opacity:1;
}
.owl-carousel .owl-item .badge img {
    width: auto;
    display: inline-block;
}

.owl-nav {
    height: 0;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.swiper .swiper-button-prev,
.swiper .swiper-button-next {
    width: 25px;
    height: 25px;
    background: var(--main-color);
    position: absolute;
    top: 23px;
    right: 0;
    border-radius: 50px;
    transition: all .5s ease 0s;

}

.owl-carousel .owl-nav button.owl-prev,
.swiper .swiper-button-prev {
    right: 40px;
    left: inherit;
}

.owl-nav button span,
.swiper .swiper-button-prev:after,
.swiper .swiper-button-next:after {
    display: inline-block;
    color: #fff;
    /* border-radius: 100px; */
    line-height: 23px;
    font-size: 12px;
    /* transform: translateY(-50%); */
}

/* .owl-nav button.owl-prev span {
    left: 0;
}

.owl-nav button.owl-next span {
    right: 0;
} */
.owl-carousel .owl-nav button.owl-next.disabled,
.owl-carousel .owl-nav button.owl-prev.disabled {
    background: #ccc;
}

.owl-nav button.disabled span {
    color: var(--black);
}

.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
    background: #908e8e;
}

.top-schools .school-carousel {
    margin-bottom: 0;
    margin-top: 20px;
    padding-top: 0;
    padding-bottom: 50px;
}

.school-carousel .item {
    box-shadow: 0px -1px 5px 3px #efefef;
    background: var(--main-color);
    position: relative;
    border-radius: 5%;
    margin-bottom: 20px;
}

.school-carousel .item img {
    border-radius: 5% 5% 0 0;
    height: 170px;
    object-fit: cover;
    width: 100%;
}

.school-carousel .item figure {
    position: relative;
    padding: 0;
    margin: 0;
}

.school-carousel .item figcaption {
    position: absolute;
    bottom: -20px;
    background: var(--dark-grey);
    color: #fff;
    font-size: 18px;
    padding: 8px 8px;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    left: 11px;
    text-align: center;
    line-height: 24px;
    border: 3px solid #1577b5;
}

.school-carousel .item .content {
    padding: 20px 15px;
    min-height: 190px;
}

.school-carousel .item h4 {
    margin-top: 0;
    font-size: 15px;
    margin-bottom: 18px;
    color: var(--white);
    font-weight: 500;
    margin-top: 12px;
    line-height: 20px;
    min-height: 60px;
}

.school-carousel .item p {
    font-size: 14px;
    margin-top: 0;
    opacity: 0.9;
    margin-bottom: 0;
}

.ranking-header {
    background: var(--main-color);
    border-radius: 10px 10px 0px 0px;
    padding: 20px 0;
    color: var(--white);
    font-size: 20px;
    font-weight: bold;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option,
.select2-container--bootstrap-5 .select2-selection {
    font-size: 0.813rem;
}

.top-schools .tabs {
    display: flex;
    padding: 0;
    flex-wrap: wrap;
}

.top-schools .tabs li {
    list-style: none;
}

.top-schools .tabs li a {
    text-decoration: none;
    display: inline-block;
    padding: 9px 15px;
    background: #e4e4e4;
    border-radius: 20px;
    margin-right: 10px;
    color: #060606;
    font-size: 16px;
    transition: 0.3s ease-in;
    font-weight: 600;
    margin-bottom: 12px;
}

.top-schools .tabs li a:hover,
.tabs li.active a {
    color: #fff;
    background: var(--main-color);

}

.video-section {
    background: #1D2936;
}

.video-section .video-thumb {
    position: relative;
    margin-bottom: 20px;
}

.video-section .play-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.video-section .video-thumb img {
    width: 100%;
    transition: .2s ease-in;
}

.video-section .video-thumb:hover img,
.story-cell figure:hover img {
    opacity: 0.7;
}

.video-section h5 {
    margin-bottom: 0;
}

.video-section h5 a {
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    transition: .2s ease-in;
    line-height: 27px;
}

.video-section h5 a:hover {
    color: var(--main-color) !important;
}

.v-stories-wrap {
    padding-bottom: 0;
}

.swiper {
    padding-top: 48px;
    margin-top: -52px;
}

.story-cell {
    height: auto;
    border: 1px solid #E2E2E2;
    border-radius: 5px 5px 5px 5px;
    margin-bottom: 3px;
}

.story-cell.vsstory-cell figure img {
    border-radius: 5px 5px 0px 0px;
    width: 100%;
}

.story-cell a {
    text-decoration: none;
    color: #000;
}

.story-cell a:hover {
    color: var(--main-color);
}

.story-cell figure {
    margin: 0;
    position: relative;
}

.story-cell figure::before {
    z-index: 9999;
    top: 3px;
    content: "";
    position: absolute;
    background: linear-gradient(to right, #eae9e9 50%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-repeat: repeat-x, repeat-y;
    background-size: 18px 2px, 0px 13px;
    width: calc(100% - 28px);
    height: 12px;
    left: 9px;
    right: 10px;
}

.story-cell figcaption {
    padding: 11px 9px;
    font-size: 16px;
}

.b-schools-21-slide .story-cell figcaption,
.best-schools-carousel .story-cell figcaption {
    padding-bottom: 0;
}

.vsstory-cell figcaption {
    min-height: 94px;
}

.story-cell figure img {
    border-radius: 5px;
    transition: .2s ease-in;
}

.mdra-col {
    background: var(--main-color);
    padding: 14px 14px 3px;
    border-radius: 10px;
}

.mdra-col img {
    border-radius: 10px;
    width: 100%;
}

.mdra-col h4 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 0;
}

.mdra-col p {
    font-size: 16px;
    line-height: 24px;
}

.pie-chart {
    margin: 30px 0 15px;
}

#toggle-btn {
    background: var(--main-color);
    color: #fff;
    text-decoration: none;
    padding: 7px 25px 6px;
    text-transform: uppercase;
    border-radius: 8px;
    font-weight: 600;
    font-size: 16px;
    display: inline-block;
}

/* Sponsors */
.sponsor-col p {
    font-weight: 600;
    font-size: 16px;
    margin-top: 0;
}

.sponsor-col figure {
    padding: 10px;
    background: #ffffff;
    margin: 0;
    text-align: center;
    border: 1px solid #D1D1D1;
}

/* Best B-Schools */
.b-schools-21-slide .story-cell,
.best-schools-carousel .story-cell {
    border: none;
}

.b-schools-21-slide .story-cell figure::before,
.best-schools-carousel .story-cell figure::before {
    display: none;
}



/* Bt Footer */
#bt-footer {
    /* font-family: 'Roboto', sans-serif; */
    width: 100%;
    display: inline-block;
    background-color: #112838;
    padding: 17px 4% 0;
    box-sizing: border-box;
}

.footer-cent {
    margin: 0px auto;
    max-width: 1270px;
    width: 100%;
    padding: 0 15px;
}

#bt-footer .toprow {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#bt-footer .toprow ul.social {
    list-style: none;
    float: right;
    padding: 0;
    margin: 0;
}

#bt-footer .toprow ul.social li {
    display: inline;
    margin-left: 30px;
}

#bt-footer .toprow ul.social li.fb svg {
    width: 19px;
    height: 28px;
    fill: #b1b4b9;
}

#bt-footer .toprow ul.social li.tw svg {
    width: 29px;
    height: 28px;
    fill: #b1b4b9;
}

#bt-footer .footer-nav {
    display: inline-block;
    width: 100%;
    margin: 25px 0 15px;
    border-bottom: 1px solid #46494e;
    padding-bottom: 25px;
    border-top: 1px solid #46494e;
    padding-top: 25px;
}

#bt-footer .footer-nav .fcol {
    width: 151px;
    border-left: 1px solid #464a4d;
    float: left;
    padding-left: 29px;
}

#bt-footer .footer-nav .fcol:first-child {
    width: 160px;
    border-left: 0;
    padding-left: 0;
}

#bt-footer .footer-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#bt-footer .footer-nav ul li {
    width: 100%;
    display: inline-block;
    text-align: left;
}

#bt-footer .footer-nav .fcol:first-child ul li {
    text-align: left;
}

#bt-footer .footer-nav ul li a {
    font-size: 15px;
    line-height: 30px;
    color: #aeb5bb;
    text-decoration: none;
}

#bt-footer .footer-nav .fcol:last-child {
    width: 90px;
}

#bt-footer .footer-bot-nav {
    display: inline-block;
    width: 100%;
    padding: 0 40px;
    box-sizing: border-box;
}

#bt-footer .footer-bot-nav ul {
    list-style: none;
    padding: 0px 0 20px;
    margin: 0;
}

#bt-footer .footer-bot-nav ul li {
    width: auto;
    display: inline;
    padding-left: 35px;
}

#bt-footer .footer-bot-nav ul li:first-child {
    padding-left: 0;
}

#bt-footer .footer-bot-nav ul li a {
    font-size: 14px;
    line-height: 20px;
    color: #aeb5bb;
    text-decoration: none;
}

#copyright {
    display: inline-block;
    width: 100%;
    text-align: center;
    background-color: #004059;
}

#copyright p {
    font-size: 13px;
    line-height: normal;
    color: #93a6aa;
    margin-bottom: 0;
    padding: 10px 0;
}

.chart-legend ul li {
    font-size: 16px;
    color: #000;
    padding: 10px 0 10px 30px;
    position: relative;
}

.chart-legend ul li::before {
    content: "";
    width: 20px;
    height: 20px;
    background: #1577B5;
    border-radius: 5px;
    position: absolute;
    left: 0;
    top: 14px;
}

.chart-legend ul li:nth-child(2):before {
    background: #23CCFD;
}

.chart-legend ul li:nth-child(3):before {
    background: #9F56BF;
}

.chart-legend ul li:nth-child(4):before {
    background: #19AF3E;
}

.chart-legend ul li:nth-child(5):before {
    background: #FD9326;
}

.rank-chart {
    box-shadow: 0px -1px 9px #00000029;
    border: 1px solid #E2E2E2;
    border-radius: 10px;
}

.rank-chart #myChart {
    padding: 0 30px;
}

/* Responsive */
@media (min-width: 1200px) {
    .container {
        max-width: 1270px;
    }
}

@media screen and (max-width: 1269px) {
    .side-col {
        max-width: 230px;
    }

    .side-col .thumb-img {
        margin-right: 12px;
    }

    .side-col p {
        width: 50%;
    }

    .mid-col {
        max-width: 400px;
        padding: 0 15px;
    }
}

@media screen and (max-width: 1199px) {
    .top-article .left-col {
        width: 100%;
        padding: 0;
    }

    .side-col {
        width: 25%;
        max-width: inherit;
    }

    .mid-col {
        max-width: inherit;
        width: 50%;
    }

    .side-col p {
        width: 56%;
    }

    .right-col {
        max-width: 300px;
        margin: 30px auto 0;
    }
}

@media screen and (max-width: 991px) {
    img {
        max-width: 100%;
    }

    .back-btn {
        padding:6px 10px;
    }
    nav li a{
        margin-right:14px;
    }
    .mid-col {
        width: 100%;
        padding: 0;
    }

    .side-col {
        width: 50%;
    }

    .right-col {
        margin-top: 15px;
    }

    .article-section .small-thumb {
        width: 100%;
        min-height: 90px;
        height: auto;
    }

    .years,
    .filters {
        flex-wrap: wrap;
    }

    .section-padding {
        padding: 25px 0;
    }

    .article-section {
        padding: 25px 0 0;
    }

    .article-section h1 {
        margin-bottom: 20px;
    }

    .article-section h1 a {
        font-size: 24px;
        line-height: normal;
    }

    .article-section a {
        font-size: 14px;
        line-height: 22px;
    }

    .article-section .large-thumb {
        height: auto;
    }

    .last-row {
        margin-bottom: 0 !important;
    }

    #do_legend li i {
        margin-right: 10px;
    }

    .chart-legend ul li {
        font-size: 13px;
    }

    .mdra-col {
        padding: 10px 10px 3px;
    }

    .mdra-col h4 {
        font-size: 18px;
        line-height: 24px;
    }

    .mdra-col p {
        font-size: 14px;
        line-height: 22px;
    }

    /* .school-carousel .item img {
        height: auto;
    } */
    .video-section .video-thumb {
        margin-bottom: 10px;
    }

    .video-section h5 a {
        font-size: 16px;
        line-height: 24px;
    }
}

@media screen and (max-width: 767px) {
    .top-head {
        padding: 5px 0 0;
    }

    .top-menu {
        justify-content: flex-start !important;
        overflow-x: auto;
        white-space: nowrap;
        flex-wrap: nowrap !important;
        padding-bottom: 5px;
    }

    .shadow-wrapper {
        padding: 0 20px 20px;
    }

    .video-col {
        margin-bottom: 20px;
    }

    .video-col:last-child {
        margin-bottom: 0;
    }

    .video-section .play-icon svg {
        width: 40px;
        height: 40px;
    }

    .v-stories-wrap {
        padding-bottom: 0;
    }

    .toggle-brn-wrap {
        margin-bottom: 20px;
    }

    .sponsor-col {
        margin-bottom: 15px;
    }

    .sponsor-col p {
        color: #777777;
        margin-bottom: 8px;
    }

    /* .draw-table table.dataTable {
        width: 100% !important;
    } */

    .draw-table .dataTables_wrapper {
        padding: 0;
    }

    /* .draw-table table.dataTable tbody tr {
        display: flex;
        flex-wrap: wrap;
    } */
    .ranking-header {
        padding: 10px;
    }

    .select-col {
        margin: 2px 0;
    }

    .vs {
        display: none;
    }

    .rank-chart #myChart {
        padding: 0 10px;
    }

    #bt-footer .footer-nav .fcol {
        border: none;
        padding-left: 0;
        width: 50%;
    }

    #bt-footer .footer-nav .fcol:first-child {
        width: 50%;
    }

    #bt-footer .toprow ul.social li {
        margin-left: 15px;
    }

    #bt-footer .footer-bot-nav {
        padding: 0;
    }

    .mdra-col img {
        width: 100%;
    }

    .owl-dots {
        margin-top: 15px;
    }

    .swiper {
        padding-top: 0;
        margin-top: 0;
    }

    .swiper .swiper-button-prev,
    .swiper .swiper-button-next {
        display: none;
    }

}

@media screen and (max-width: 575px) {
    .top-menu li {
        padding: 0 8px;
    }

    .article-section h1 a {
        font-size: 20px;
        line-height: 28px;
    }

    .side-col {
        width: 100%;
    }

    .side-col p {
        width: 64%;
    }

    .main-title {
        margin-bottom: 10px;
    }

    .top-schools .tabs li a {
        font-size: 14px;
        padding: 7px 12px;
    }

    .school-carousel {
        margin-bottom: 0;
    }

    .school-carousel .item .content {
        padding: 10px;
    }

    .school-carousel .item h4 {
        font-size: 14px;
    }

    .school-carousel .owl-dots {
        margin-top: 0;
    }

    .years label {
        font-size: 16px;
    }

    .school-carousel .item figcaption {
        font-size: 14px;
        width: 35px;
        height: 35px;
        line-height: 14px;
    }

    .top-schools .school-carousel {
        padding-bottom: 30px;
    }

    .school-carousel .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        margin: 0px 7px !important;
    }

    #bt-footer .footer-bot-nav ul {
        text-align: center;
    }

    #bt-footer .footer-bot-nav ul li {
        padding: 0 10px;
    }

    #bt-footer .toprow ul.social li {
        margin-left: 5px;
    }

    body #bt-footer .toprow ul.social li svg {
        width: 20px !important;
        height: 20px !important;
    }

    #bt-footer .toprow ul.social li img {
        width: 15px;
    }

    .bt-text-logo img {
        max-width: 150px;
    }

    .owl-dots .owl-dot span {
        width: 8px;
        height: 8px;
        margin: 0px 6px;
    }

    .top-schools .tabs {
        padding-bottom: 0px;
    }

    table.dataTable tbody th,
    table.dataTable tbody td {
        font-size: 13px;
    }
}

@media screen and (max-width: 375px) {
    .back-btn {
        /* padding: 6px 5px; */
    }

    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel .owl-nav button.owl-prev {
        top: -30px;
    }
}
table.dataTable thead>tr>th.sorting:after, table.dataTable thead>tr>th.sorting_asc:after, table.dataTable thead>tr>th.sorting_desc:after, table.dataTable thead>tr>th.sorting_asc_disabled:after, table.dataTable thead>tr>th.sorting_desc_disabled:after, table.dataTable thead>tr>td.sorting:after, table.dataTable thead>tr>td.sorting_asc:after, table.dataTable thead>tr>td.sorting_desc:after, table.dataTable thead>tr>td.sorting_asc_disabled:after, table.dataTable thead>tr>td.sorting_desc_disabled:after{
    content: "▴";
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
}