:root {
    --main-color: #2FA7DF;
    --yellow: #F7D14C;
    --black: #000;
    --dark-gray: #15191C;
    --white: #fff;
}

* {
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    font-size: 14px;
}

h1,
h2,
h3 {
    font-family: 'Work Sans', sans-serif;
}

a {
    text-decoration: none;
    transition: all .5s ease 0s;
}

img {
    max-width: 100%;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.btn-check:active+.btn-primary:focus,
.btn-check:checked+.btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: inherit;
}

.section-padding {
    padding: 60px 0;
}

.yellow {
    background: var(--yellow);
}

.dark-gray {
    background: var(--dark-gray);
}

.text-center {
    text-align: center;
}

/* Top Header CSS Start Here */
.top-head {
    border-bottom: 1px solid #ebe9e9;
    padding: 5px 0;
}

.top-menu li {
    padding: 0 14px;
    position: relative;
}

.top-menu li::before {
    content: "";
    background: #dbd9d9;
    width: 1px;
    height: 8px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-25%);
}

.top-menu li:first-child {
    padding-left: 0;
}

.top-menu li:first-child::before {
    display: none;
}

.top-menu li a {
    color: #938e8e;
    font-size: 11px;
    font-weight: 500;
}

.top-menu li a:hover {
    color: var(--black);
}

.top-menu li:last-child {
    padding-right: 0;
}

/* Top Header CSS End Here */
/* Main header CSS Start Here */
header {
    padding: 20px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .4);
}

.left-logo {
    margin: 0;
}

.partner-logo {
    margin-left: 17px;
    display: inline-block;
    text-align: center;
    box-shadow: 1px 3px 3px 0px #a39e9e;
    padding: 2px 11px 11px 11px;
    border-radius: 6px;
}

.partner-logo span {
    display: block;
    margin-bottom: 6px;
    color: #aba7a7;
    font-size: 10px;
}



.summit-logo img {
    max-width: 80px;
}

.sponsor-logo {
    border-left: 1px solid rgba(0, 0, 0, 0.4);
    padding-left: 20px;
    margin-left: 20px;
}

.back-btn {
    border: 1px solid #d1d1d1;
    padding: 6px 10px;
    border-radius: 21px;
    font-weight: 500;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    transition: 0.2s ease-in;
    display: inline-flex;
    background: #fff;
}

nav {
    padding: 18px 0;
    border-top: 1px solid #15191C;
    border-bottom: 1px solid #15191C;
}

nav ul {
    flex-direction: row;
    display: flex;
}

nav li a {
    color: #15191C;
    font-size: 14px;
    font-weight: 700;
}

nav li a:hover {
    opacity: 0.8;
}

.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 {
    font-family: 'Work Sans', sans-serif;
    border: 1px solid rgba(21, 25, 28, 0.2);
    padding: 10px 30px;
    border-radius: 10px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    transition: 0.2s ease-in;
    display: inline-flex;
    background: #fff;
}

.back-btn img {
    margin-left: 10px;
}

.back-btn:hover {
    background: #fff;
    color: var(--main-color);
} */

/* Main header CSS End Here */

.top-adt-sec {
    margin: 40px 0 0;
    font-weight: 600;
}

.inner-adt {
    margin: 0 auto;
    background: #ccc;
    height: 250px;
    max-width: 970px;
    width: 100%;
}

.adr {
    text-align: center;
    font-weight: 600;
}

/* Top Article CSS Start Here */
.top-article {
    padding-top: 40px;
    padding-bottom: 18px;
}

.top-article .shadow-box {
    margin-bottom: 25px;
}

.shadow-box {
    background: var(--white);
    padding: 20px;
    box-shadow: 15px 20px 30px #e9e9e9;
    border-radius: 20px;
}

.top-article .shadow-box .article-img {
    display: block;
    position: relative;
    width: 100%;
}

.top-article .shadow-box .article-img:before {
    content: "";
    /* background: #03212e36; */
     background: transparent;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    border-radius: 12px;
}

.article-img {
    border-radius: 15px;
}

.article-content .badge {
    background: var(--main-color);
    color: var(--white);
    text-transform: uppercase;
    vertical-align: middle;
    font-size: 12px;
    padding: 7px 12px;
}

.article-content {
    padding-left: 22px;
}

.article-content h1 {
    font-size: 26px;
    line-height: 37px;
    font-weight: 700;
    margin: 20px 0 15px;
}

.article-content p {
    color: #15191C;
    font-size: 16px;
    line-height: 20px;
    font-family: 'Work Sans', sans-serif;
    margin-bottom: 20px;
}

.article-content h1 a {
    color: #15191C;
}

.article-content h1 a:hover {
    color: var(--main-color);
}

.read-more-btn {
    border: 1px solid #15191C;
    background-color: #fff;
    padding: 8px 14px 7px;
    border-radius: 7px;
    font-size: 12px;
    text-transform: uppercase;
    color: #15191C;
    font-weight: 600;
    display: inline-block;
    transition: all 0.3s ease-in;
}

.read-more-btn svg {
    display: none;
}

.read-more-btn:hover {
    background: #15191C;
    border: 1px solid #15191C;
    color: var(--white);
    border-color: var(--white);
}

.article-carousel {
    padding: 15px 0;
}

.article-carousel .swiper-slide {
    background: var(--white);
    padding: 10px;
    /* box-shadow: 0 0 15px #e9e9e9; */
    border-radius: 12px;
    min-height: 205px;
}

.article-carousel figure img {
    border-radius: 12px;
    width: 100%;
    height: 120px;
    object-fit: cover;
}

.article-carousel p {
    margin: 0;
    padding: 0 10px 6px;
}

.article-carousel p a {
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    color: #15191C;
    display: block;
    position: relative;
    padding-right: 18px;
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    position: relative;
}

.article-carousel p a:after {
    content: "";
    background: url(https://akm-img-a-in.tosshub.com/businesstoday/resource/bt-500/img/arrow.png) right bottom no-repeat;
    width: 16px;
    height: 11px;
    position: absolute;
    bottom: 2px;
    right: 0;
    padding-left: 23px;
}

.article-carousel .swiper-slide p a:hover {
    color: var(--main-color);
}

/* Top Article CSS End Here */

/* Top Comapny CSS Start Here */
.top-com-wrap {
    overflow: hidden;
}

.top-company-slide figure {
    position: relative;
}

/* .top-company-slide .swiper-slide {
    opacity: 0.5;
} */

.top-company-slide .swiper-slide.swiper-slide-active {
    opacity: 1;
}

.top-company-slide figure::after {
    box-shadow: inset 0px 0px 18px rgb(0 0 0 / 95%);
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    border-radius: 15px;
}

.top-company-slide figcaption {
    position: absolute;
    top: -47px;
    text-shadow: 2.14211px 5.35528px 10.7106px #15191C;
    font-size: 60px;
    font-weight: 900;
    color: rgba(255, 255, 255, 0.85);
    left: -3px;
    z-index: 1;
}

.top-company-slide .card {
    border-radius: 12px;
    padding: 5px;
}

.top-company-slide .card-img-top {
    border-radius: 15px;
}

.top-company-slide h4 {
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    min-height: 40px;
}

.top-company-slide .card-body p {
    font-weight: 500;
    font-size: 11px;
    line-height: 15px;
    border-top: 2px dotted #dbdada;
    padding-top: 10px;
    margin-bottom: 6px;
}

.top-com-wrap .swiper {
    /* width: 100%; */
    padding-top: 20px;
    padding-bottom: 100px;
}

.top-comslider-wrap {
    /* margin-right: -370px; */
    position: relative;
}

.top-com-wrap .tab-content {
    position: relative;
}

.top-com-wrap .nav-pills {
    margin-bottom: 60px;
}

.top-com-wrap .nav-pills .nav-item {
    margin-bottom: 8px;
}

.top-com-wrap .nav-pills .nav-link,
.rich-list .filter .btn {
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 5px;
    margin-right: 13px;
    padding: 4px 15px 4px 5px;
    transition: .2s ease-in;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.top-com-wrap .nav-pills .nav-link:hover {
    background: var(--yellow);
    color: var(--dark-gray);
}

.top-com-wrap .nav-pills .nav-item.active:hover svg {
    fill: none;
}

.top-com-wrap .nav-pills .nav-link:hover path,
.top-com-wrap .nav-pills .nav-link:hover circle,
.top-com-wrap .nav-pills .nav-item.active path,
.top-com-wrap .nav-pills .nav-item.active circle {
    stroke: #15191C;
}

.top-com-wrap .nav-pills .nav-link:hover i {
    border: 1px solid rgba(0, 0, 0, 0.2)
}

.top-com-wrap .nav-pills .nav-link i {
    border: 1px solid rgba(255, 255, 255, 0.4);
    padding: 3px 5px;
    border-radius: 5px;
    width: 30px;
    height: 30px;
    text-align: center;
    margin-right: 8px;
    display: inline-table;
    align-items: center;
    justify-content: center;
}

.top-com-wrap .nav-pills .nav-item.active a i {
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.top-com-wrap .nav-pills .nav-item.active a {
    background: var(--yellow);
    font-weight: 700;
    color: var(--dark-gray);
}

/* Top Comapny CSS End Here */

/* Company Report Card CSS Start Here */
.right-col {
    padding-left: 70px;
    position: relative;
}

.right-col .card-body {
    background: var(--white);
    border-radius: 18px;
    /* padding: 12px 0 15px; */
    padding: 16px 40px;
    position: relative;
}

.right-col::before {
content: '';
position: absolute;
left: 30px;
top:40%;
  width: 0; 
  height: 0; 
  border-top: 60px solid transparent;
  border-bottom: 60px solid transparent;  
  border-left: 60px solid var(--yellow);
  z-index: 2;
}
@media(max-width:991px){
  .right-col .card-body{
     padding: 16px 16px;
  }
  .right-col::before{
    left: 22px;
  }  
}
.report-card-wrap {
    border-radius: 50px 50px 0 0;
    padding-bottom: 100px;
}

.dark-gray .main-title {
    color: var(--white);
}

.top-com-wrap,
.com-comparison-wrap,
.visual-video-wrap,
.methodology-wrap,
.best-companies,
.credit-wrap,
.rich-list,
.video-section,
.issue-articles,
.wealth-creator-wrap,
.visual-story-wrap {
    border-radius: 50px 50px 0 0;
    margin-top: -45px;
}

.com-ranking-wrap,
.visual-video-wrap,
.wealth-creator-wrap,
.video-section {
    background: var(--white);
}

.com-ranking-wrap {
    border-radius: 50px 50px 0 0;
}

.visual-video-wrap,
.wealth-creator-wrap,
.video-section {
    margin-bottom: 50px;
}

.com-comparison-wrap,
.rich-list,
.video-section {
    padding-bottom: 100px;
}

.visual-story-wrap .row {
    padding-bottom: 50px;
}

.rich-list {
    background: #fff;
}

.wealth-creator-wrap {
    position: relative;
    padding: 0 0 60px;
}

.wealth-creator-head {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
}

.wealth-creator-head span {
    display: inline-block;
    background: #F6D04C;
    padding: 8px 30px;
    border-radius: 0 0 10px 10px;
    color: #000;
    font-size: 28px;
    font-weight: 600;
}

/* Company Comparsion CSS  */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

.com-comparison-wrap .btn-link {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    font-weight: 500;
    border: 1px solid rgba(255, 255, 255, .2);
}

.com-comparison-wrap .btn-link.active {
    color: #000;
    background: #F7D14C;
}

.com-comparison-wrap img {
    max-width: none;
}

.side-menu {
    border-radius: 0 10px 10px 0;
    background-color: #F7D14C;
    width: 100%;
    height: 100%;
    margin: 0px;
    justify-content: center;
    align-items: center;
    color: black;
    display: flex;
}

.option-1 .select2-container,
.option-2 .select2-container {
    width: -webkit-fill-available !important;
    width: -moz-available !important;
    /* WebKit-based browsers will ignore this. */
    width: fill-available !important;
    margin-right: 1em;
    /* background: black; */
    margin-bottom: 1em;
    margin-top: 1em;
    box-shadow: 9.81945px 5.29835px 17.6612px 2.64917px rgba(247, 209, 76, 0.06);
}

.option-1 .select2-container--default .select2-selection--single {
    background-color: #15191C;
    border: 1px solid #5DA5F4;
    color: #5DA5F4;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}

.select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
    color: #15191C66;
}

.select2-selection--single {
    height: 100% !important;
}
/* @media(max-width:767px){
    .select2-dropdown{
        background-color:transparent;
        border: none;
    }
    .select2-container--default .select2-results>.select2-results__options{
        background: #fff;
        margin: 0 12px;
    }
} */
.side-menu-item {
    transform: rotate(270deg);
}

.side-menu-item-text {
    width: max-content;
    font-size: 11px;
    font-weight: 600;
}

.detail-section .btn {
    margin: 1em;
    background-color: transparent;
    width: -webkit-fill-available !important;
    width: -moz-available !important;
    /* WebKit-based browsers will ignore this. */
    width: fill-available !important;
}

/* Input field */
.option-1 .select2-selection__rendered,
.option-1 .select2-results__option--highlighted,
.option-1 .select2-results__option[aria-selected=true] {
    color: #5DA5F4 !important;
    word-wrap: break-word !important;
    text-overflow: inherit !important;
    white-space: normal !important;
}


.option-2 .select2-container--default .select2-selection--single {
    background-color: #15191C;
    border: 1px solid #f7d14c;
    color: #f7d14c;
}

/* Input field */
.option-2 .select2-selection__rendered,
.option-2 .select2-results__option--highlighted,
.option-2 .select2-results__option[aria-selected=true] {
    color: #f7d14c !important;
    word-wrap: break-word !important;
    text-overflow: inherit !important;
    white-space: normal !important;
}

/* Company Comparsion CSS  */

/* Company Ranking CSS */
.com-ranking-wrap .nav-pills .nav-link {
    color: inherit;
    font-size: 12px;
    margin-bottom: 20px;
}

.com-ranking-wrap .nav-pills .nav-link i {
    border: 1px solid rgba(21, 25, 28, 0.2);
}

.com-ranking-wrap .nav-pills .nav-link path,
.com-ranking-wrap .nav-pills .nav-link circle {
    stroke: #15191C;
}

.com-ranking-wrap .dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 4px 10px !important;
    font-size: 13px;
    border-color: transparent;
}
.arrow.left{
    transform: rotate(-180deg);
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled{
    opacity: 0.4;
}
.com-ranking-wrap .paginate_button.current {
    background: rgba(247, 209, 76, 0.8) !important;
    backdrop-filter: blur(15.4143px) !important;
    /* Note: backdrop-filter has minimal browser support */
    border-radius: 7.39886px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.paginate_button:hover {
    background: transparent !important;
}

.com-ranking-wrap .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: rgba(247, 209, 76, 0.8) !important;
    /* border: none !important; */
    opacity: 0.8;
    color: black !important;
    border-radius: 7px;
}


.com-ranking-wrap table.dataTable.no-footer {
    border: 0;
}

.com-ranking-wrap table.dataTable thead th {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    border-bottom: 1px dashed rgb(223 223 223 / 60%);
    border-top: 1px dashed rgb(223 223 223 / 60%);
}

.com-ranking-wrap table.dataTable thead th:first-child {
    padding-left: 0;
}

.com-ranking-wrap #example_filter {
    width: 100%;
    margin-bottom: 2em;
}

.full-width {
    width: 100%;
}

.com-ranking-wrap .dataTables_filter input,
.rich-list input {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.4);
    padding: 9px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiAgIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgICB2ZXJzaW9uPSIxLjEiICAgaWQ9InN2ZzQ0ODUiICAgdmlld0JveD0iMCAwIDIxLjk5OTk5OSAyMS45OTk5OTkiICAgaGVpZ2h0PSIyMiIgICB3aWR0aD0iMjIiPiAgPGRlZnMgICAgIGlkPSJkZWZzNDQ4NyIgLz4gIDxtZXRhZGF0YSAgICAgaWQ9Im1ldGFkYXRhNDQ5MCI+ICAgIDxyZGY6UkRGPiAgICAgIDxjYzpXb3JrICAgICAgICAgcmRmOmFib3V0PSIiPiAgICAgICAgPGRjOmZvcm1hdD5pbWFnZS9zdmcreG1sPC9kYzpmb3JtYXQ+ICAgICAgICA8ZGM6dHlwZSAgICAgICAgICAgcmRmOnJlc291cmNlPSJodHRwOi8vcHVybC5vcmcvZGMvZGNtaXR5cGUvU3RpbGxJbWFnZSIgLz4gICAgICAgIDxkYzp0aXRsZT48L2RjOnRpdGxlPiAgICAgIDwvY2M6V29yaz4gICAgPC9yZGY6UkRGPiAgPC9tZXRhZGF0YT4gIDxnICAgICB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLC0xMDMwLjM2MjIpIiAgICAgaWQ9ImxheWVyMSI+ICAgIDxnICAgICAgIHN0eWxlPSJvcGFjaXR5OjAuNSIgICAgICAgaWQ9ImcxNyIgICAgICAgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNjAuNCw4NjYuMjQxMzQpIj4gICAgICA8cGF0aCAgICAgICAgIGlkPSJwYXRoMTkiICAgICAgICAgZD0ibSAtNTAuNSwxNzkuMSBjIC0yLjcsMCAtNC45LC0yLjIgLTQuOSwtNC45IDAsLTIuNyAyLjIsLTQuOSA0LjksLTQuOSAyLjcsMCA0LjksMi4yIDQuOSw0LjkgMCwyLjcgLTIuMiw0LjkgLTQuOSw0LjkgeiBtIDAsLTguOCBjIC0yLjIsMCAtMy45LDEuNyAtMy45LDMuOSAwLDIuMiAxLjcsMy45IDMuOSwzLjkgMi4yLDAgMy45LC0xLjcgMy45LC0zLjkgMCwtMi4yIC0xLjcsLTMuOSAtMy45LC0zLjkgeiIgICAgICAgICBjbGFzcz0ic3Q0IiAvPiAgICAgIDxyZWN0ICAgICAgICAgaWQ9InJlY3QyMSIgICAgICAgICBoZWlnaHQ9IjUiICAgICAgICAgd2lkdGg9IjAuODk5OTk5OTgiICAgICAgICAgY2xhc3M9InN0NCIgICAgICAgICB0cmFuc2Zvcm09Im1hdHJpeCgwLjY5NjQsLTAuNzE3NiwwLjcxNzYsMC42OTY0LC0xNDIuMzkzOCwyMS41MDE1KSIgICAgICAgICB5PSIxNzYuNjAwMDEiICAgICAgICAgeD0iLTQ2LjIwMDAwMSIgLz4gICAgPC9nPiAgPC9nPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-position: 98% 4px;
    background-size: 30px;
    border-radius: 5px;
}

.com-ranking-wrap .dataTables_filter input:focus,
.select2-search--dropdown .select2-search__field:focus {
    outline-offset: 0px;
    -webkit-appearance: textfield;
    outline: 1px solid rgba(0, 0, 0.7)
}

.com-ranking-wrap #example_filter label {
    width: 100% !important;
}

table.dataTable {
    width: 100% !important;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>td {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.previous {
    padding-left: 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.next {
    padding-right: 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0.1em 0.5em !important;
    font-size: 15px;
}

.com-ranking-wrap .btn-link {
    color: rgba(21, 25, 28, 0.4);
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    position: relative;
}

.com-ranking-wrap .btn-link.active::before {
    content: '';
    position: absolute;
    bottom: 0;
    height: 2px;
    width: 100%;
    background: #15191C
}

.com-ranking-wrap .btn-link.active {
    font-weight: 700;
}

.btn-check:focus+.btn,
.btn:focus {
    box-shadow: none;
}

.com-ranking-wrap .btn-link.active,
.com-ranking-wrap .btn-link:hover {
    color: #15191C
}

.com-ranking-wrap .dataTables_wrapper .dataTables_paginate {
    float: none;
    padding-top: 1em;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.com-ranking-wrap .dataTables_wrapper .dataTables_paginate>span {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
}

.com-ranking-wrap .btn-primary {
    background-color: white !important;
    border-color: white !important;
    color: rgb(21 25 28 / 40%);
    margin-bottom: 10px;
}

.com-ranking-wrap .year-section .btn-primary {
    font-size: 18px;
    text-transform: capitalize;
}

.com-ranking-wrap .btn-primary i {
    border: 1px solid rgb(223 223 223 / 99%);
    padding: 3px 0px;
    border-radius: 5px;
    width: 30px;
    height: 30px;
    text-align: center;
    margin-right: 4px;
    display: inline-table;
    align-items: center;
    justify-content: center;
}

.com-ranking-wrap .btn-primary path,
.com-ranking-wrap .btn-primary circle {
    stroke: #000;
}

#chart-mode-buttons-list .btn-primary {
    border: 0.696795px solid rgba(0, 0, 0, 0.2) !important;
    padding: 3px 10px 3px 3px;
    font-size: 11px;
    line-height: 22px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #15191CCC;
}

#chart-mode-buttons-list .btn-primary.active {
    text-transform: uppercase;
    font-weight: 600;
    background-color: #f7d14c !important;
    border-color: #f7d14c !important;
    padding-right: 0.5em;
    color: black;
    line-height: 21px;
}

#chart-year-buttons-list .btn-primary {
    margin-bottom: 2px;
    text-transform: capitalize;
}

#chart-year-buttons-list .realtime {
    position: relative;
}

#chart-year-buttons-list .realtime:after {
    content: "";
    background: #ff0000;
    width: 7px;
    height: 7px;
    border-radius: 50px;
    position: absolute;
    right: -10px;
    top: 1px;
}

#chart-year-buttons-list .btn-primary.active {
    font-weight: 700;
    color: black;
    border-bottom: 2px solid black !important;
    border-radius: 0;
}

.btn-primary:hover,
.btn-primary:focus {
    color: black;
}

.btn {
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0;
    padding-right: 0;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 5px;
    color: #15191C80;
}

/* Company Ranking CSS */
@media(min-width:992px){
    div.name{
    min-height: 66px;
    line-height: 1.2;
    }

}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background: #15191c;
}

.left-col .select2-container .select2-selection--multiple,
.select2-container--default .select2-selection--multiple {
    background-color: inherit;
    border: 1px solid rgba(0, 0, 0, 0.4);
    font-size: 14px;
    height: 41px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiAgIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgICB2ZXJzaW9uPSIxLjEiICAgaWQ9InN2ZzQ0ODUiICAgdmlld0JveD0iMCAwIDIxLjk5OTk5OSAyMS45OTk5OTkiICAgaGVpZ2h0PSIyMiIgICB3aWR0aD0iMjIiPiAgPGRlZnMgICAgIGlkPSJkZWZzNDQ4NyIgLz4gIDxtZXRhZGF0YSAgICAgaWQ9Im1ldGFkYXRhNDQ5MCI+ICAgIDxyZGY6UkRGPiAgICAgIDxjYzpXb3JrICAgICAgICAgcmRmOmFib3V0PSIiPiAgICAgICAgPGRjOmZvcm1hdD5pbWFnZS9zdmcreG1sPC9kYzpmb3JtYXQ+ICAgICAgICA8ZGM6dHlwZSAgICAgICAgICAgcmRmOnJlc291cmNlPSJodHRwOi8vcHVybC5vcmcvZGMvZGNtaXR5cGUvU3RpbGxJbWFnZSIgLz4gICAgICAgIDxkYzp0aXRsZT48L2RjOnRpdGxlPiAgICAgIDwvY2M6V29yaz4gICAgPC9yZGY6UkRGPiAgPC9tZXRhZGF0YT4gIDxnICAgICB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLC0xMDMwLjM2MjIpIiAgICAgaWQ9ImxheWVyMSI+ICAgIDxnICAgICAgIHN0eWxlPSJvcGFjaXR5OjAuNSIgICAgICAgaWQ9ImcxNyIgICAgICAgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNjAuNCw4NjYuMjQxMzQpIj4gICAgICA8cGF0aCAgICAgICAgIGlkPSJwYXRoMTkiICAgICAgICAgZD0ibSAtNTAuNSwxNzkuMSBjIC0yLjcsMCAtNC45LC0yLjIgLTQuOSwtNC45IDAsLTIuNyAyLjIsLTQuOSA0LjksLTQuOSAyLjcsMCA0LjksMi4yIDQuOSw0LjkgMCwyLjcgLTIuMiw0LjkgLTQuOSw0LjkgeiBtIDAsLTguOCBjIC0yLjIsMCAtMy45LDEuNyAtMy45LDMuOSAwLDIuMiAxLjcsMy45IDMuOSwzLjkgMi4yLDAgMy45LC0xLjcgMy45LC0zLjkgMCwtMi4yIC0xLjcsLTMuOSAtMy45LC0zLjkgeiIgICAgICAgICBjbGFzcz0ic3Q0IiAvPiAgICAgIDxyZWN0ICAgICAgICAgaWQ9InJlY3QyMSIgICAgICAgICBoZWlnaHQ9IjUiICAgICAgICAgd2lkdGg9IjAuODk5OTk5OTgiICAgICAgICAgY2xhc3M9InN0NCIgICAgICAgICB0cmFuc2Zvcm09Im1hdHJpeCgwLjY5NjQsLTAuNzE3NiwwLjcxNzYsMC42OTY0LC0xNDIuMzkzOCwyMS41MDE1KSIgICAgICAgICB5PSIxNzYuNjAwMDEiICAgICAgICAgeD0iLTQ2LjIwMDAwMSIgLz4gICAgPC9nPiAgPC9nPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-position: 99% 5px;
    background-size: 30px;
    padding: 0 9px;
}

.select2-container--default .select2-search--inline .select2-search__field {
    margin-top: 8px;
  font-family: 'Poppins';
}
.select2-container .select2-search--inline .select2-search__field{
    height: 22px;
}
input[type="search"],.select2-container .select2-search--inline .select2-search__field,.com-ranking-wrap .dataTables_filter input,.rich-list input {
      font-size: 16px;
      font-weight: 300;
}
@media(min-width:768px){
  input[type="search"],.select2-container .select2-search--inline .select2-search__field,.com-ranking-wrap .dataTables_filter input,.rich-list input {
      font-size: 15px;
}  
}
.left-col .select2-container .select2-selection--multiple .select2-selection__rendered {
    line-height: 29px;
    color: #212529;
}
#chart-td #rank,#chart-td #company, #chart-td #value{
  font-family: 'Poppins'!important;
}

/* Report Card CSS */
.left-col .card {
    border-radius: 10px 10px;
    background: initial;
    padding: 0 0 10px;
    box-shadow: 2px 2px 16px #c9a730;
}

.left-col .card .card-header:not(.company-name) {
    padding-left: 0;
    padding-right: 0;
}

.card-header:first-child {
    border-radius: 10px 10px 0 0;
}

.card-header {
    color: #15191c;
    border-bottom: 1px dashed rgba(246, 208, 76, 0.5);
    padding-bottom: 18px;
    background: transparent;
}

.card-header .dropdown .dropdown-toggle {
    margin: 0;
    font-size: 14px;
    color: #000;
    font-weight: 600;
    display: flex;
    width: 100%;
    text-align: left;
    justify-content: space-between;
    align-items: center;
}

/* .card-header .data-tabs .active .dropdown .dropdown-toggle {
    color: #fff;
} */

div.name {
    text-transform: uppercase;
    font-weight: 600;
    padding: 0;
    font-size: 24px;
}

.share-icons .list-inline-item:not(:last-child) {
    margin-right: 0.7rem;
}

.share-icons li a {
    color: #705804;
}

.share-icons li a svg {
    width: 20px;
    height: 20px;
}

.factor-row {
    margin-left: 1em;
    margin-right: 1em;
    border-bottom: 0.5px dashed rgb(207 207 207);
    /* cursor: pointer; */
}

.factor-row:last-child {
    border-bottom: 0
}

.card-body .badge {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    padding: 2px 4px;
    line-height: 120%;
    background: rgba(83, 83, 83, 0.6);
}

.factor-row .company-name {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 120%;
    color: #15191C;
    opacity: 0.6;
}

.factor-row .section-1 img {
    margin-right: 5px;
}

.factor-row .company-value {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 120%;
    color: #15191C;
}
.group-btn{
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
}
.group-btn .btn.btn-primary{white-space: nowrap;}
.icon-box{
border: 1px solid rgb(223 223 223 / 99%);
    padding: 3px 1px;
    border-radius: 5px;
    width: 30px;
    height: 30px;
    text-align: center;
    margin-right: 4px;
    display: inline-table;
    align-items: center;
}
.icon-box img{
    max-width: 34px;
    max-height: 30px;
}
.expanded {
    color: #15191C;
    width: fit-content;
    padding: 0 1em;
    position: relative;
    min-width: 150px;
    /* background: #F7D047; */
    left: -1.5em;
    /* box-shadow: 1.34421px 4.03263px 13.4421px 2.01631px rgba(0, 0, 0, 0.09);
    border-radius: 0px 6px 6px 0px; */
}
.expanded{
    min-width: 300px;
}
.expanded-inner{
    display: flex;

}
.expanded-inner .icon-sec{
    min-width: 45px;
}
.mode-group { display: none; }

.expanded .section-1{
    min-width: 280px;
    display: flex;
    /* align-items: flex-start!important; */
}
.detail-arrow{display: none;}
.expanded .rect {
    position: absolute;
    width: 6px;
    height: 100%;
    left: 0px;
    top: 0;
    background: rgba(21, 25, 28, 0.8);
    box-shadow: 1.34421px 4.03263px 13.4421px 2.01631px rgb(0 0 0 / 9%);
    border-radius: 0px 4px 4px 0px;
}

.collapsed {
    position: relative;
}

.collapsed .rect {
    position: absolute;
    width: 6px;
    height: 100%;
    left: -1em;
    top: 0;
    background: rgba(21, 25, 28, 0.8);
    box-shadow: 1.34421px 4.03263px 13.4421px 2.01631px rgb(0 0 0 / 9%);
    border-radius: 0px 4px 4px 0px;
}

.fy-label {
    font-style: normal;
    font-weight: 700;
    font-size: 9px;
    line-height: 120%;
    text-align: right;
    color: rgba(23, 22, 27, 0.7);
}

.fy-value {
    font-style: normal;
    font-weight: 300;
    font-size: 9px;
    line-height: 120%;
    color: rgba(23, 22, 27, 0.6);
}

.card {
    border-left: 0;
    border-right: 0;
    border: none;
    border-radius: 10px;
}

.chart {
    height: 100%;
}

.chart-container {
    height: 100%;
}

.list-group-item {
    padding: 0.5em 0.5em;
    background: #15191C;
}

.list-group-item img {
    max-width: inherit;
}

.dropdown-toggle.btn-secondary {
    color: var(--black);
    background-color: transparent;
    border-color: transparent;
}
.collapsed .section-1,.expanded .section-1{
    background: #fff;
    box-shadow: none;
}

/* .expanded .section-1 {
    background: #F7D047;
    box-shadow: 0.936638px 2.80991px 9.36638px 1.40496px rgba(0, 0, 0, 0.09);
    border-radius: 0px 10.4519px 10.4519px 0px;
} */

/* .collapsed .section-2,
.expanded .section-2 {
    background: #15191C;
    box-shadow: 0.936638px 2.80991px 9.36638px 1.40496px rgba(0, 0, 0, 0.09);
    border-radius: 0px 10.4519px 10.4519px 0px;
    color: white;
}
 */
.desktop-card {
    background: #FFFFFF;
    box-shadow: 92.6737px 178.379px 80.1314px rgba(0, 0, 0, 0.01), 52.2596px 100.338px 67.5891px rgba(0, 0, 0, 0.03), 22.9942px 44.5949px 50.1692px rgba(0, 0, 0, 0.04), 5.57436px 11.1487px 27.8718px rgba(0, 0, 0, 0.05), 0px 0px 0px rgba(0, 0, 0, 0.05);
    border-radius: 18.8135px;
}

.desktop-card .card-body {
    padding: 0;
}

.desktop .left-card {
    background-color: transparent;
    border: 0;
}

.scroller-text {
    /* rotate by -90 and color is grey */
    /* transform: rotate(-90deg); */
    color: lightgray;
    padding:0!important;
    font-size: 11px;
}

.scroller-text:hover {
    color: white !important;
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    color: white;
    background-color: #15191C;
    opacity: 0.6;
    cursor: pointer;
}

.scroll-row {
    background: #efca4a;
}

.scroller {
    background: rgba(255, 255, 255, 0.5);
    /* glass blur */

    backdrop-filter: blur(10px);
    /* Note: backdrop-filter has minimal browser support */

    border-radius: 60px 5px 5px 60px;
    padding-top: 1em;
    padding-bottom: .7em;
    margin-left: 1em;
    overflow: hidden;
}

.scroller .circle {
    margin-left: 12px !important;
    /* background: url(https://akm-img-a-in.tosshub.com/businesstoday/resource/bt-500/img/rank-icon.png) center top no-repeat; */
    width: 65px;
    /* height: 66px; */
    height: 50px;
}

ul::-webkit-scrollbar {
    display: none !important;
    -ms-overflow-style: none !important;
    /* IE and Edge */
    scrollbar-width: none !important;
    /* Firefox */
}
/* .scroller ul li{
    width: 40px;
    height: 40px;
    background: red;
} */
ul {
    -ms-overflow-style: none !important;
    /* IE and Edge */
    scrollbar-width: none !important;
    /* Firefox */
}
.report-card-wrap .scroller .list-group-item.list-group-item-action{
    min-width: 28px!important;
    max-width: 28px!important;
    width: 28px;
    padding: 9px 0;
    text-align: center;
}
.report-card-wrap .scroller ul li:last-child{
    margin-right: 315px!important;
}
@media(max-width:767px){
 .report-card-wrap .scroller ul li:last-child{
    margin-right: 255px!important;
}   
}

.report-card-wrap .scroller ul{
    background: #15191C;
}
.report-card-wrap .scroller .list-group-item.list-group-item-action
.report-card-wrap .scroller-text{
    font-size: 11px;
}

.scroll-btn-left,
.scroll-btn-right {
    cursor: pointer;
    padding: 0 5px;
    font-size: 18px;
    background: #fff;
    border-radius: 100%;
    width: 20px!important;
    height: 20px;
    display: flex;;
    align-items: center;
    justify-content: center;
    margin: 10px 0;
}

/* Report Card CSS */

/* Company Report Card CSS End Here */

.main-title {
    font-size: 54px;
    line-height: 62px;
    color: #15191C;
    margin-bottom: 27px;
    font-weight: 600;
}

.main-title span {
    font-weight: 300;
    display: block;
}

.search-box input {
    background: inherit;
    border: 1px solid rgba(0, 0, 0, 0.2);
    font-size: 15px;
}

.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;
}

/* Visual Story and Videos CSS Start Here */
.visual-stories {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    overflow: hidden;
}

.visual-stories li {
    padding: 0 10px;
    width: 12%;
    transition: all .5s ease 0s;
}

.visual-stories li figure,
.vsstory-cell figure {
    margin: 0;
    position: relative;
    transition: all .5s ease 0s;
}

.visual-stories li figure a:before,
.vsstory-cell figure a:before {
    content: "";
    background: linear-gradient(180deg, rgb(0 0 0 / 0%) 70%, #000000 85.94%);
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 0 0 11px 11px;
}

.visual-stories li a,
.vsstory-cell figure a {
    font-size: 14px;
    line-height: 18.8px;
    font-weight: 600;
    color: #FFFDF6;
    display: block;
    font-family: 'Work Sans', sans-serif;
    position: relative;
}

.visual-stories li img,
.vsstory-cell figure img {
    border-radius: 12px;
    height: 400px;
    object-fit: cover;
    width: 100%;
}

.visual-stories li p,
.vsstory-cell figure p {
    position: absolute;
    bottom: 0;
    margin: 0;
    padding: 20px;
    opacity: 0;
    width: 282px;
    transition: all .5s ease 0s;
    visibility: hidden;
    overflow: hidden;
}

.vsstory-cell figure p {
    width: 100%;
    visibility: visible;
    opacity: 1;
}

.vsstory-cell figure img {
    width: 100%;
}

.visual-stories li:hover,
.visual-stories li.active {
    width: 39.5%;
    transition: all .5s ease 0s;
}

.visual-stories li:hover p,
.visual-stories li.active p {
    opacity: 1;
    visibility: visible;
}

/* Visual Story and Videos CSS End Here */

/* Videos Section CSS Start Here */

.video-section .video-thumb {
    position: relative;
    margin-bottom: 20px;
}

.video-section .video-thumb a {
    display: block;
    position: relative;
}

.video-section .video-thumb a:before {
    content: "";
    background: rgb(0 0 0 / 32%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 12px;
}

.video-section .play-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.video-section .play-icon svg {
    fill: #fff;
    width: 100px;
    height: 100px;
}

.video-section .video-thumb img {
    width: 100%;
    transition: .2s ease-in;
    border-radius: 12px;
}

.video-section h5 {
    margin-bottom: 0;
}

.video-section h5 a {
    text-decoration: none;
    font-size: 20px;
    font-weight: 500;
    transition: .2s ease-in;
    line-height: 27px;
    color: #fff;
}

.video-section h5 a:hover {
    color: var(--main-color) !important;
}

/* Videos Section CSS Start Here */

.v-stories-wrap {
    padding-bottom: 0;
}

/* .swiper {
    padding-top: 48px;
    margin-top: -52px;
} */

.slider-col {
    max-width: 563px;
    margin: 0 auto;
    perspective: 1200px;
    /* overflow: hidden;     */
}

.b-company-carousel .swiper-wrapper {
    box-sizing: border-box;
}

.b-company-carousel .story-cell {
    border: none;
    background: #fff;
    padding: 12px;
    border-radius: 12px;
    min-height: 195px;
}

.b-company-carousel.year-slider02 .story-cell {
    min-height: 155px;
}

.b-company-carousel .story-cell figure::before {
    display: none;
}

.b-company-carousel .story-cell figcaption {
    min-height: 36px;
    overflow: hidden;
    max-height: 36px;
}

.b-company-carousel .story-cell figcaption a {
    font-size: 12px;
    font-weight: 400;
    color: #2e2f2ecc;
    display: block;
    position: relative;
    padding-right: 18px;
}

.b-company-carousel .story-cell figcaption a:after {
    content: "";
    background: url(https://akm-img-a-in.tosshub.com/businesstoday/resource/bt-500/img/arrow.png) right bottom no-repeat;
    width: 16px;
    height: 11px;
    position: absolute;
    bottom: 3px;
    right: 0;
    padding-left: 25px;
}

.b-company-carousel .story-cell figcaption a:hover {
    color: var(--main-color);
}

.vsstory-cell figcaption {
    min-height: 94px;
}

.story-cell figure img {
    border-radius: 12px;
    transition: .2s ease-in;
    height: 150px;
    width: 100%;
    object-fit: cover;
}

/* Swiper Next Prev Arrow CSS */
/* Arrow First */
.more-articles {
    perspective: 1200px;
    padding: 0 40px;
    margin-bottom: 50px;
}


.more-articles .swiper-button-prev03,.more-articles .swiper-button-prev24,
.more-articles .swiper-button-next03,.more-articles .swiper-button-next24,.more-articles .swiper-button-prev03new,.more-articles .swiper-button-next03new {
    fill: #15191C;
}

.top-company-slide .swiper-button-prev04,
.top-company-slide .swiper-button-next04 {
    top: auto !important;
    bottom: 30px;
}

.more-articles .swiper-button-prev03,.more-articles .swiper-button-prev03new {
    left: -4px;
}
.more-articles .swiper-button-next03,.more-articles .swiper-button-next03new {
    right: -4px;
}

.top-company-slide .swiper-button-next04 {
    left: 50px;
}

.more-articles .swiper-button-prev:after,
.more-articles .swiper-button-next:after {
    display: none;
    line-height: 21px;
    font-size: 9px;
    color: #8f8f8f;
}

.swiper-button-disabled {
    opacity: .35;
}

/* Arrow First */


/* Arrow Second */
.slider-col .swiper-button-prev,
.slider-col .swiper-button-next,
.slider-col .swiper-button-prev02,
.slider-col .swiper-button-next02,
.slider-col .swiper-button-prev03,
.slider-col .swiper-button-next03,
.more-articles .swiper-button-prev03new,
.more-articles .swiper-button-next03new,
.top-company-slide .swiper-button-prev04,
.top-company-slide .swiper-button-next04,.slider-col .swiper-button-prev24,
.slider-col .swiper-button-next24,.more-articles .swiper-button-prev03,
.more-articles .swiper-button-next03,.more-articles .swiper-button-next24 {
    width: 37px;
    height: 37px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 7px;
    color: var(--white);
    font-size: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-col .swiper-button-prev,
.slider-col .swiper-button-prev02,
.slider-col .swiper-button-prev03,.slider-col .swiper-button-prev03new,.slider-col .swiper-button-prev24 {
    left: -70px;
}

.slider-col .swiper-button-next,
.slider-col .swiper-button-next02,
.slider-col .swiper-button-next03,.slider-col .swiper-button-next03new,.slider-col .swiper-button-next24 {
    right: -70px;
}
@media(max-width:1100px){
.slider-col .swiper-button-prev,
.slider-col .swiper-button-prev02,
.slider-col .swiper-button-prev03,.slider-col .swiper-button-prev03new,.slider-col .swiper-button-prev24 {
    left: -44px;
}
.slider-col .swiper-button-next,
.slider-col .swiper-button-next02,
.slider-col .swiper-button-next03,.slider-col .swiper-button-next03new,.slider-col .swiper-button-next24 {
    right: -44px;
}
    
}
.slider-col .swiper-button-prev:after,
.slider-col .swiper-button-next:after {
    display: none;
}

.slider-col .swiper-button-prev svg,
.slider-col .swiper-button-next svg,
.slider-col .swiper-button-prev02 svg,
.slider-col .swiper-button-prev03 svg,
.slider-col .swiper-button-prev03new svg,
.slider-col .swiper-button-next02 svg,
.slider-col .swiper-button-next03 svg,
.slider-col .swiper-button-next03new svg,
.slider-col .swiper-button-prev24 svg,
.slider-col .swiper-button-next24 svg {
    width: 25px;
    height: 25px;
}

/* Arrow Second */
/* Swiper Next Prev Arrow CSS */

/* Methodology CSS Start Here */
.methodology-wrap {
    padding-bottom: 100px;
}
@media(max-width:767px){
    .small, small{
        font-size:0.8125em	
    }
}
/* .methodology-content {
    width: 80%;
    margin: 0 auto;
} */
.methodology-content .nav-pills .nav-link {
    padding: 0;
    margin-right: 16px;
    color: #000;
    border-radius: 0;
    font-size: 15px;
}
@media(min-width:1024px){
   .methodology-content .nav-pills .nav-link {
    margin-right: 25px;
    font-size: 17px;
    }
}
.methodology-content .nav-pills .nav-link.active {
    background: transparent;
    color: #000;
    font-weight: 700;
    border-bottom: 3px solid #000;
}

.methodology-content .read-more-btn {
    border-color: #dfb215;
}

.methodology-content h3 {
    text-transform: uppercase;
    font-weight: 600;
}

.methodology-content p {
    font-size: 14px;
    line-height: 20px;
    color: #15191C;
}

#toggle-btn {
    color: #857027;
    text-decoration: none;
    padding: 7px 17px 6px;
    text-transform: uppercase;
    border-radius: 8px;
    font-weight: 600;
    font-size: 16px;
    display: inline-block;
    border: 1px solid #00000021;
}

#toggle-btn:hover {
    background: var(--main-color);
    color: var(--white);
    border: 1px solid transparent;
}

/* Methodology CSS Start Here */

.best-companies {
    padding-bottom: 100px;
}

/* Credits CSS Start Here */
.credit-wrap {
    background: #1A7BA8;
}

.credit-wrap .main-title {
    color: var(--white);
    text-align: right;
}

.credit-list {
    justify-content: space-between;
}

.credit-list li {
    font-size: 16px;
    color: var(--white);
    padding: 8px 0;
    width: 100%;
    /* width: 45%; */
}

.credit-list li:last-child {
    padding-bottom: 0;
}

.credit-list li span {
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    margin-bottom: 5px;
}

.credit-list li p {
    margin: 0;
}

.credit-list li p a {
    color: var(--white);
}

.credit-list li p a:hover {
    opacity: .5;
}

/* Credits CSS End Here */


/** Footer css start here ****/
.ftr_nav_lnk,.ftr_nav_lnk:before{-webkit-transition:.3s ease-in-out;-ms-transition:.3s ease-in-out;-o-transition:.3s ease-in-out}.bt_ftr_wrp{font-family:"Poppins",verdana,trebuchet ms,arial,helvetica, sans-serif;background-color:#181818;padding:0}.ftr_cnt{align-items:flex-start;display:flex}.ftr_lhs{flex:0 0 280px;flex-shrink:0;max-width:280px}.ftr_rhs{width:calc(100% - 280px)}.ftr_nav_itm{margin:0 0 30px}.ftr_nav_ttl{color:#fff;font-size:16px;line-height:24px;margin:0 0 8px;text-transform:uppercase}.ftr_nav_ul{display:flex;flex-wrap:wrap}.ftr_nav_li{padding:0 24px 8px 0}.ftr_nav_lnk{color:#a4a4a4;display:inline-block;font-size:14px;line-height:21px;padding:0 0 0 15px;position:relative;transition:.3s ease-in-out}.ftr_btm_txt,.ftr_scl_ttl{font-size:12px;line-height:20px;color:#a4a4a4}.ftr_nav_lnk:after{content:'';display:flex;background:url('https://akm-img-a-in.tosshub.com/businesstoday/resource/img/bt_icn_grey.svg') center center/contain no-repeat;height:10px;width:10px;position:absolute;left:0;top:4px}.ftr_nav_lnk:before{content:'';left:0;bottom:-3px;width:100%;height:2px;background:#666;position:absolute;transform:scaleX(0);transition:.3s ease-in-out}.ftr_nav_lnk:hover:before{transform:scaleX(1)}.ftr_nav_lnk:hover{color:#ddd}.lts_str_lst .ftr_nav_li{flex:0 0 25%;margin:0 0 20px;max-width:25%}.ftr_lhs_lgo{display:inline-block;margin:0 0 40px}.ftr_scl_ttl{display:block;margin:0 0 12px}.ftr_scl_ul{align-items:center;display:flex}.ftr_scl_li{margin:0 12px 0 0}.ftr_scl_lnk{align-items:center;display:flex;justify-content:center;border-radius:50%;-webkit-transition:.3s ease-in-out;-ms-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out}.ftr_scl_lnk:hover{box-shadow:0 2px 8px rgba(255,255,255,.3);transform:translateY(-5px)}.ftr_btm_wrp{border-top:1px solid #a4a4a4;padding:20px 0}.ftr_btm_ttl{color:#a4a4a4;font-size:11px;line-height:18px;margin:0 0 2px}.ftr_btm_cnt{align-items:center;display:flex;justify-content:space-between}.ftr_btm_rhs{display:flex;flex-direction:column;flex:0 0 100px;max-width:100%}.bt_txt_wrp{padding:12px 6px 60px}.bt_txt_ul{align-items:center;display:flex;overflow-x:auto;-ms-overflow-style:none;scrollbar-width:none;justify-content: space-between;}.bt_txt_ul::-webkit-scrollbar{display:none}.bt_txt_li{display:flex;flex-shrink:0;padding:0 20px 0 0}.bt_txt_lnk{display:inline-blocks}@media (max-width:1024px){.lts_str_lst .ftr_nav_li{flex:0 0 33.3%;max-width:33.3%}}@media (max-width:767px){/*.bt_ftr_wrp{padding:0 20px}.bt_ftr_wrp.bt_ftr_gap{padding-bottom:90px;}*/.ftr_cnt{flex-direction:column;flex-wrap:wrap}.ftr_lhs{flex:0 0 100%;max-width:100%}.ftr_rhs{margin:40px 0 0;width:100%}.ftr_lhs_lgo{margin-bottom:20px}.ftr_nav_li{flex:0 0 50%;max-width:50%}.lts_str_lst .ftr_nav_li{flex:0 0 50%;max-width:50%;margin:0}.ftr_btm_rhs{margin:0 0 0 50px}.ftr_nav_ttl{color:#fff;margin-bottom:16px}.ftr_nav_lnk:after{filter:invert(.5)}.ftr_nav_lnk{color:#777;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;display:block;padding-left:18px}.ftr_btm_wrp{padding:12px 0}.bt_txt_wrp{padding-bottom:30px; padding-left: 20px;padding-right: 20px;}}

.bottom-link{
    border-top:1px solid #a4a4a4;
        padding: 20px 0;
}
.footer-bot-nav {
    display: inline-block;
    width: 100%;
    /* border-bottom: 1px solid rgb(70, 73, 78); */
}
.footer-bot-nav ul {
    padding: 0px 0px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
/* .footer-bot-nav ul li {
    width: auto;
    display: inline;
    padding-left: 35px;
} */
.footer-bot-nav ul li {
flex: 1 0 auto;
position: relative;
display: flex;
justify-content: space-evenly;
}
.footer-bot-nav ul li:first-child {
    padding-left: 0px;
}
.footer-bot-nav ul li a {
    font-size: 14px;
    line-height: 20px;
    color: #ddd;
    position: relative;
    transition: all 0.5s ease 0s;
}

/* .footer-bot-nav ul li a::after {
    content: "";
    background: rgba(255, 255, 255, 0.5);
    width: 1px;
    height: 13px;
    position: absolute;
    right: -50px;
    top: 4px;
} */

.footer-bot-nav ul li::after {
    content: "";
    background: rgba(255, 255, 255, 0.5);
    width: 1px;
    height: 13px;
    position: absolute;
    right: 0;
    top: 4px;
}
.footer-bot-nav ul li:last-child::after{
    display: none;
}
/* .footer-bot-nav ul li:last-child a::after {
    display: none;
} */

.footer-bot-nav ul li a::before{
    content: '';
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 2px;
    background: #666;
    position: absolute;
    transform: scaleX(0);
    transition: .3s ease-in-out;
}
.footer-bot-nav ul li a:hover::before{
transform: scaleX(1);
}
.footer-bot-nav ul li a:hover {
    color: #fff;
}
@media(max-width:1200px){
    .footer-bot-nav ul li a{
        font-size: 13px;
        text-align: left;
    }
    /* .footer-bot-nav ul li {
        padding-left: 10px;
    } */
    /* .footer-bot-nav ul li a::after {
        display: none;
    } */
}
@media screen and (max-width: 767px) {
    .bottom-link{
        padding: 7px 0;
    } 
   .footer-bot-nav ul {
        justify-content: flex-start;
    }
    .footer-bot-nav ul li {
        justify-content:flex-start ;
        width: 50%;
        padding: 5px 5px 5px 0px;
    }
    .toprow ul.social li {
        margin-left: 15px;
    }
    .footer-bot-nav {
        padding: 0px;
    }
    /* .footer-bot-nav ul li a::after {
        display: none;
    } */
    .footer-bot-nav ul li::after {
        display: none;
    }
}
/** Footer css end here ****/

table.dataTable thead>tr>th.sorting:before,
table.dataTable thead>tr>th.sorting_asc:before,
table.dataTable thead>tr>th.sorting_desc:before,
table.dataTable thead>tr>th.sorting_asc_disabled:before,
table.dataTable thead>tr>th.sorting_desc_disabled:before,
table.dataTable thead>tr>td.sorting:before,
table.dataTable thead>tr>td.sorting_asc:before,
table.dataTable thead>tr>td.sorting_desc:before,
table.dataTable thead>tr>td.sorting_asc_disabled:before,
table.dataTable thead>tr>td.sorting_desc_disabled:before {
    content: "ÃƒÂ¢Ã¢â‚¬â€œÃ‚Â²" !important;
    margin-bottom: 0.3em;
    font-size: 0.6em;

}

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: "ÃƒÂ¢Ã¢â‚¬â€œÃ‚Â¼" !important;
    font-size: 0.6em;

}
.rp-spa{padding-right: 2px;}
/**
 * Datatables Sorting icons on left
 */
.dataTables_empty{text-align: left!important;}
table.dataTable thead>tr>th {
    padding-left: 30px !important;
    padding-right: 10px !important;
}

.richlist-selector .dataTables_scroll table.dataTable thead th {
    border: none;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after {
    left: 8px !important;
    right: auto !important;
}


table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before {
    left: 8px !important;
    right: auto !important;
}

.richlist-selector.real .wealth-comp {
    display: block;
}

.richlist-selector .wealth-comp {
    display: none;
}

.richlist-selector.real .designation-content {
    display: none;
}

.richlist-selector .content.active {
    display: block;
}

.data-tabs .realtime {
    padding: 2px;
    color: #646464;
    margin: 0 0 5px;
    text-transform: capitalize;
    font-size: 13px;
    font-weight: 500;
    border-radius: 3px !important;
    border: 1px solid #c9ac46;
}

.data-tabs .btn-group {
    padding: 2px 5px;
    display: block;
    border-radius: 3px;
    text-align: left;
}

.data-tabs .btn-group {
    /* background: #000000; */
    /* color: #fff; */
}


/* Responsive */
@media screen and (min-width: 1200px) {
    /* .first-col {
        padding-left: calc((100% - 1100px) / 2);
    } */
}

@media screen and (max-width: 1199px) {

    .visual-stories li:hover,
    .visual-stories li.active {
        width: 48.5%;
    }

    .rupee-chart {
        padding-right: 0;
    }

    .income h5 {
        font-size: 20px;
    }

    .income span {
        font-size: 12px;
    }
}

@media screen and (min-width: 992px) {

    /* Hover */
    .richList-col {
        transition: all .5s ease 0s;
    }

    .richList-col:hover {
        padding-left: 0;
    }

    .richList-col:hover .personal-info {
        padding-left: 20px;
    }

    .richList-col:hover .income-bar {
        padding-right: 0;
        padding-left: 28px;
    }

    .richList-col:hover .personal-info .col-left {
        transform: translateX(82%);
        padding-right: 10px;
    }

    .richList-col:hover .personal-info {
        box-shadow: -90px 5px 8px #e5e5e5;
    }

    .richList-col:hover .personal-info h4,
    .richList-col:hover .wealth-comp,
    .richList-col:hover .personal-info .designation {
        opacity: 0;
        visibility: hidden;
    }

    .richList-col:hover .personal-info .hover-text {
        display: block;
        padding-right: 20px;
    }

    .richList-col:hover .personal-info .col-right {
        transform: translateX(-134%);
    }

    .richList-col:hover .personal-info .col-right:before {
        left: -40px;
        right: inherit;
    }

    .richList-col:hover .personal-info .col-right small {
        right: 0px;
        left: inherit;
    }

    /* Hover */
}

@media screen and (max-width: 991px) {
    img {
        max-width: 100%;
    }

    .back-btn {
        padding: 5px 10px;
    }

    .main-title {
        font-size: 35px;
        line-height: 40px;
    }

    .visual-stories li {
        padding: 0 5px;
    }

    .visual-stories li p {
        width: 100%;
    }

    .video-section .play-icon svg {
        width: 70px;
        height: 70px;
    }

    .video-section h5 a {
        font-size: 16px;
        line-height: 20px;
    }

    .methodology-content {
        width: auto;
        margin: 0;
        padding-left: 60px;
    }

    .article-content h1 {
        font-size: 20px;
        line-height: 26px;
        margin: 10px 0;
    }

    .article-carousel p a:after {
        width: 12px;
        height: 8px;
        bottom: 2px;
        background-size: 50%;
    }

    .slider-col {
        max-width: 100%;
        overflow: hidden;
    }

    .more-articles .swiper-button-prev03,
    .more-articles .swiper-button-next03,
    .slider-col .swiper-button-prev,
    .slider-col .swiper-button-prev02,
    .slider-col .swiper-button-next,
    .slider-col .swiper-button-next02 {
        display: none;
    }

    #bt-footer .footer-bot-nav ul li a:after {
        display: none;
    }

    #bt-footer .footer-bot-nav ul li {
        padding-left: 10px;
    }

    .richlist-selector table.dataTable tbody tr {
        width: 50%;
    }

    .hover-arrow {
        display: block;
    }

    /* Hover */
    .richList-col {
        padding-left: 0;
    }

    .personal-info {
        padding-left: 20px;
    }

    .hovered .col-left {
        transform: translateX(77%);
        padding-right: 0;
        padding-left: 10px;
    }

    .hovered .col-right {
        transform: translateX(-132%);
    }

    .hovered .col-right figure {
        right: inherit;
        left: -1;
    }

    .hovered h4,
    .hovered .wealth-comp,
    .hovered .designation {
        opacity: 0;
        visibility: hidden;
    }

    .hovered .hover-text {
        display: block;
    }

    .income-bar {
        padding-right: 0;
        padding-left: 20px;
    }

    .hovered .col-right:before {
        left: -40px;
        right: inherit;
    }

    .hovered .col-right small {
        right: 0px;
        left: inherit;
    }

    /* Hover */
    .com-ranking-wrap .year-section .btn-primary {
        font-size: 15px;
    }

    .wealth-creator-head span {
        font-size: 24px;
        padding: 5px 25px;
    }

}
@media(min-width:769px){
     .side-menu {
        background-color: transparent;
    }

}
@media(max-width:768px){
.com-comparison-wrap .btn-link {
        color: #816b1d;
        font-weight: 700;
        text-transform: inherit;
        font-size: 11px;
        position: relative;
        border: none;
    }
}
@media screen and (min-width: 768px) {
    .mobile-logo {
        display: none;
    }

    .vs-carousel {
        display: none;
    }

    /* Company Report CSS */
    .expanded {
        left: -1em;
        /* background-color: #15191C; */
         background-color: transparent;
        border-radius: 0px 10.4519px 10.4519px 0px;
    }

    .collapsed {
        /* background-color: #15191C; */
        background-color: transparent;
        border-radius: 0px 10.4519px 10.4519px 0px;
    }

    .fy-label {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 500;
        font-size: 12px;
        line-height: 120%;
        text-align: left;
        color: rgb(255 255 255 / 60%);

    }

    .fy-value {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 120%;
        color: #fff;
    }

    .factor-row .collapsed .company-name {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 700;
        font-size: 13px;
        line-height: 120%;
        color: #15191C;
        opacity: 0.6;
    }

    .factor-row .expanded .company-name {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 700;
        font-size: 13px;
        line-height: 120%;
        color: #15191C;
    }

    .chart {
        max-width: 300px;
    }

    /* Company Report CSS */
    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 50px;
        position: absolute;
        top: 1px;
        right: 20px;
        width: 20px;
    }

    .select2-container--default .select2-selection--single {
        padding: 1em
    }

   

    .menu-section-detail .btn {
        text-transform: uppercase;
        width: 200px;
        margin-bottom: 12px !important;
        padding: 5px;
    }

    .left-card>.row {
        /* padding-left: 0.8em; */
        padding-right: 0.8em;
    }

    .com-comparison-wrap img {
        width: 30px;
        height: 30px;
        margin-right: 7px !important;
    }
}

@media screen and (max-width: 767px) {
    .desk-logo {
        display: none;
    }

    .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;
    }

    .top-article .shadow-box {
        padding: 0;
        position: relative;
    }

    .more-articles {
        padding: 0;
    }

    .cover-story-text {
        position: absolute;
        top: 16px;
        left: 0;
        height: calc(100% - 8px);
        z-index: 9;
    }

    .top-article .shadow-box .article-img:before {
        /* background: #03212e80; */
         background:rgba(3, 33, 46, 0.7);
         
    }

    .article-content h1 {
        font-size: 18px;
        line-height: 22px;
        font-weight: 600;
        padding-right: 80px;
        position: absolute;
        bottom: 20px;
        left: 16px;
        width: calc(100% - 16px);
    }
.article-content h1 a:hover{
    color: #fff;
}
    .article-content p {
        display: none;
    }

    .article-content h1 a {
        color: var(--white);
    }

    .article-content .badge {
        position: absolute;
        top: 0;
        right: 16px;
        font-size: 10px;
    }

    .cover-story-text .read-more-btn {
        font-size: 0;
        border: 1px solid rgba(255, 255, 255, 0.2);
        padding: 5px;
        color: var(--white);
        position: absolute;
        bottom: 23px;
        right: 20px;
        background: transparent;
    }

    .cover-story-text .read-more-btn svg {
        display: block;
        width: 25px;
        height: 25px;
    }

    .com-ranking-wrap {
        padding-top: 0;
    }

    .com-comparison-wrap .btn-link.active:before {
        content: "";
        /* background: #000; */
        background: transparent;
        width: calc(100% - 34px);
        height: 1px;
        position: absolute;
        left: 34px;
        bottom: 4px;
    }

    .visual-stories {
        display: none;
    }

    .v-stories-wrap {
        padding-bottom: 0;
    }

    .visual-stories li img,
    .vsstory-cell figure img {
        height: auto;
    }

    .methodology-content {
        padding-left: 0;
    }

    .methodology-content p {
        font-size: 12px;
        line-height: 18px;
    }

    .video-section {
        padding-bottom: 30px;
    }

    .video-col h5 {
        margin-bottom: 20px !important;
    }

    .video-col:last-child h5 {
        margin-bottom: 0 !important;
    }

    .side-menu-item-icon {
        margin-right: 8px;
    }

    .com-comparison-wrap .toggle-menu img {
        margin-right: -20px;
    }

    .richlist-selector {
        margin-top: 20px;
    }

    #bt-footer {
        padding-right: 0;
        padding-left: 0;
    }

    #bt-footer .footer-nav .fcol {
        border: none;
        padding-left: 0;
        width: 50%;
    }

    #bt-footer .footer-nav .fcol:first-child {
        width: 50%;
    }

    #bt-footer .footer-bot-nav ul {
        justify-content: flex-start;
    }

    #bt-footer .footer-bot-nav ul li {
        width: 50%;
        padding: 5px 0;
    }

    #bt-footer .toprow ul.social li {
        margin-left: 15px;
    }

    #bt-footer .footer-bot-nav {
        padding: 0;
    }

    .swiper {
        padding-top: 0;
        margin-top: 0;
    }

    .swiper .swiper-button-prev,
    .swiper .swiper-button-next {
        display: none;
    }

    .credit-wrap .main-title {
        text-align: left;
    }

    /* Report Card Mobile  */
    .mobile .scroll-row {
        background: inherit;
    }

    .mobile .scroller {
        margin-left: 0;
    }

    .mobile .expanded {
        left: -1em;
        min-width:234px;
    }

    .mobile .card-header {
        background-color: rgb(21 25 28);
        color: #fff;
        padding-top: 20px;
    }

    .mobile div.name {
        font-size: 16px;
    }

    .mobile .dropdown-toggle.btn-secondary {
        color: var(--white);
    }

    .mobile .share-icons li a {
        color: #ffffff;
    }

    .mobile .share-icons li a svg {
        width: 15px;
        height: 15px;
    }

    .com-ranking-wrap .btn-primary {
        font-size: 11px;
    }

    .select2-container--bootstrap-5 .select2-selection {
        background-color: transparent;
        border-color: #00000033;
        font-size: 13px;
    }

    /* Report Card Mobile  */

    .com-comparison-wrap .btn-link {
        color: #816b1d;
        font-weight: 700;
        text-transform: inherit;
        font-size: 11px;
        position: relative;
        border: none;
    }

    .com-comparison-wrap .menu-detail-items .col {
        width: 50%;
        flex: inherit;
        padding: 0;
    }

    .factor-row .company-name {
        font-weight: 700;
    }

    .richList-col {
        padding-left: 0;
    }

    .personal-info {
        padding-left: 20px;
    }

    .income-bar {
        padding-left: 20px;
    }

    .rich-list .main-title {
        margin-bottom: 15px;
    }

    .rich-list .main-title span {
        display: inline-block;
    }

    .rich-list .richlist-selector .dataTables_filter {
        position: inherit;
        top: inherit;
        right: inherit;
        float: inherit;
    }

    .richlist-selector table.dataTable tbody tr {
        width: 100%;
    }

    .rich-list p.mt-5 {
        margin-top: 15px !important;
    }
}

@media only screen and (max-width: 600px) {

    /* #chart-mode-buttons-list .btn-primary.active {
        padding-right: 0.1em;
    } */

}

@media screen and (max-width: 575px) {
    header {
        padding: 8px 0;
    }

    .summit-logo img {
        max-width: 65px;
    }

    .bt-500 {
        max-width: 90px;
    }

    .bt-logo {
        max-width: 120px;
    }

    .sponsor-logo {
        margin-left: 10px;
        padding-left: 10px;
        max-width: 125px;
    }

    .top-menu li {
        padding: 0 8px;
    }

    .section-padding.top-article {
        padding-bottom: 0;
    }

    .section-padding {
        padding: 40px 0;
    }

    .article-carousel {
        padding-bottom: 5px;
    }

    .article-carousel .swiper-slide {
        min-height: 200px;
    }

    .article-content h1 {
        font-size: 16px;
        line-height: 20px;
        bottom: 12px;
    }

    .article-carousel p {
        padding: 0;
    }

    .article-carousel p a {
        padding-right: 0;
        line-height: 14px;
    }

    .article-carousel figure img {
        min-height: 110px;
        height: auto;
        object-fit: cover;
    }

    .main-title {
        font-size: 20px;
        line-height: normal;
        margin-bottom: 20px;
        /* font-weight: normal; */
    }

    .main-title span {
        display: inline-block;
    }

    .top-com-wrap .swiper {
        padding-bottom: 70px;
    }

    .top-company-slide .swiper-button-prev04,
    .top-company-slide .swiper-button-next04 {
        bottom: 10px;
    }

    .top-com-wrap .nav-pills {
        margin-bottom: 10px;
    }

    .top-com-wrap .nav-pills .nav-link {
        font-size: 12px;
        padding: 4px 8px 4px 5px;
    }

    .top-com-wrap .nav-pills .nav-link i {
        margin-right: 5px;
    }

    .top-company-slide figcaption {
        top: -40px;
        font-size: 50px;
    }

    .dataTables_wrapper {
        padding: 0;
    }

    .com-ranking-wrap .btn-primary {
        font-size: 10px;
    }

    .year-section {
        margin-top: 20px;
    }

    .com-ranking-wrap .year-section .btn-primary {
        font-size: 15px;
    }

    .com-ranking-wrap .dataTables_wrapper .dataTables_paginate .paginate_button {
        font-size: 10px;
    }

    .report-card-wrap,
    .top-com-wrap,
    .com-ranking-wrap,
    .com-comparison-wrap,
    .visual-video-wrap,
    .methodology-wrap,
    .best-companies,
    .credit-wrap,
    .rich-list,
    .issue-articles,
    .video-section,
    .visual-story-wrap,
    .wealth-creator-wrap {
        border-radius: 20px 20px 0 0;
        margin-top: -15px;
    }

    .report-card-wrap,
    .com-ranking-wrap,
    .com-comparison-wrap,
    .methodology-wrap,
    .best-companies,
    .top-com-wrap {
        padding-bottom: 55px;
    }

    .methodology-content h3 {
        font-size: 15px;
    }

    .video-section {
        margin-bottom: 0;
    }

    .video-section .video-thumb {
        margin-bottom: 5px;
    }

    .video-section .play-icon svg {
        width: 70px;
        height: 70px;
    }

    .video-section h5 a {
        font-size: 14px;
        line-height: 20px;
    }

    #toggle-btn {
        font-size: 13px;
    }

    .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        margin: 0px 7px !important;
    }

    .credit-list li {
        font-size: 12px;
        padding: 6px 0;
        /* width: 100%; */
    }

    .more-articles,
    .visual-video-wrap {
        margin-bottom: 20px;
    }

    #bt-footer .toprow {
        flex-wrap: wrap;
    }

    .bt-text-logo {
        margin-bottom: 15px;
    }

    #bt-footer .toprow ul.social {
        padding: 12px 0 0;
        width: 100%;
        border-top: 1px solid #46494e;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    #bt-footer .footer-nav {
        margin: 12px 0 15px;
        padding-top: 15px;
    }

    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: 200px;
    }

    #copyright {
        text-align: left;
        padding: 0 15px;
    }

    #copyright p {
        font-size: 12px;
        color: #B8BABA;
    }

    .rich-list .paging_simple_numbers {
        margin-top: 20px;
    }

    .rich-list .dataTables_wrapper .dataTables_paginate .paginate_button {
        margin: 0 3px;
    }

    .wealth-creator-head span {
        font-size: 16px;
        padding: 5px 14px;
    }

    .visual-story-wrap .row {
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 375px) {
    .summit-logo img {
        max-width: 50px;
    }

    .partner-logo {
        margin-left: 13px;
    }

    .back-btn {
        padding: 5px;
        font-size: 13px;
    }

    .back-btn img {
        margin-left: 5px;
    }

    .sponsor-logo {
        margin-left: 5px;
        padding-left: 5px;
        max-width: 100px;
    }
}

/*** new CSS added ***/
.billionaires-new-sec{
    background-color: var(--dark-gray); 
    position: relative;
    min-height: 400px;      
}
.billionaires-content{
    position: relative;
    z-index: 2;
}

.billionaires-new-sec::before{
    content: "";
    width: 100%;
    height: 295px;
    position: absolute;
    z-index: 1;
}

.billionaires-new-sec::before {
    background: url('https://akm-img-a-in.tosshub.com/businesstoday/resource/best-ceos-2025/img/bg-top.png') center no-repeat;
    top: -1px;
}


.billionaires-new-list{
position: relative;
transition: all 0.5s ease-in-out;
min-height: 400px;
}
/* .billionaires-new-list.showAll {
  max-height: 100%;
} */
.billionaires-new-list-sec{
 border-radius: 16px;
 background:var(--yellow);
 padding: 12px;
}
.billionaires-new-list table{
   background: var(--yellow);   
    overflow: hidden;
}
.billionaire-search input {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.4);
    padding: 9px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiAgIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgICB2ZXJzaW9uPSIxLjEiICAgaWQ9InN2ZzQ0ODUiICAgdmlld0JveD0iMCAwIDIxLjk5OTk5OSAyMS45OTk5OTkiICAgaGVpZ2h0PSIyMiIgICB3aWR0aD0iMjIiPiAgPGRlZnMgICAgIGlkPSJkZWZzNDQ4NyIgLz4gIDxtZXRhZGF0YSAgICAgaWQ9Im1ldGFkYXRhNDQ5MCI+ICAgIDxyZGY6UkRGPiAgICAgIDxjYzpXb3JrICAgICAgICAgcmRmOmFib3V0PSIiPiAgICAgICAgPGRjOmZvcm1hdD5pbWFnZS9zdmcreG1sPC9kYzpmb3JtYXQ+ICAgICAgICA8ZGM6dHlwZSAgICAgICAgICAgcmRmOnJlc291cmNlPSJodHRwOi8vcHVybC5vcmcvZGMvZGNtaXR5cGUvU3RpbGxJbWFnZSIgLz4gICAgICAgIDxkYzp0aXRsZT48L2RjOnRpdGxlPiAgICAgIDwvY2M6V29yaz4gICAgPC9yZGY6UkRGPiAgPC9tZXRhZGF0YT4gIDxnICAgICB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLC0xMDMwLjM2MjIpIiAgICAgaWQ9ImxheWVyMSI+ICAgIDxnICAgICAgIHN0eWxlPSJvcGFjaXR5OjAuNSIgICAgICAgaWQ9ImcxNyIgICAgICAgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNjAuNCw4NjYuMjQxMzQpIj4gICAgICA8cGF0aCAgICAgICAgIGlkPSJwYXRoMTkiICAgICAgICAgZD0ibSAtNTAuNSwxNzkuMSBjIC0yLjcsMCAtNC45LC0yLjIgLTQuOSwtNC45IDAsLTIuNyAyLjIsLTQuOSA0LjksLTQuOSAyLjcsMCA0LjksMi4yIDQuOSw0LjkgMCwyLjcgLTIuMiw0LjkgLTQuOSw0LjkgeiBtIDAsLTguOCBjIC0yLjIsMCAtMy45LDEuNyAtMy45LDMuOSAwLDIuMiAxLjcsMy45IDMuOSwzLjkgMi4yLDAgMy45LC0xLjcgMy45LC0zLjkgMCwtMi4yIC0xLjcsLTMuOSAtMy45LC0zLjkgeiIgICAgICAgICBjbGFzcz0ic3Q0IiAvPiAgICAgIDxyZWN0ICAgICAgICAgaWQ9InJlY3QyMSIgICAgICAgICBoZWlnaHQ9IjUiICAgICAgICAgd2lkdGg9IjAuODk5OTk5OTgiICAgICAgICAgY2xhc3M9InN0NCIgICAgICAgICB0cmFuc2Zvcm09Im1hdHJpeCgwLjY5NjQsLTAuNzE3NiwwLjcxNzYsMC42OTY0LC0xNDIuMzkzOCwyMS41MDE1KSIgICAgICAgICB5PSIxNzYuNjAwMDEiICAgICAgICAgeD0iLTQ2LjIwMDAwMSIgLz4gICAgPC9nPiAgPC9nPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-position: 98% 4px;
    background-size: 30px;
    border-radius: 5px;
}
.billionaire-search input:focus-visible{
    outline: none;
}
.billionaires-new-list table thead th{
    color: #212529;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
 
   
}
    /* .sticky {
      max-height: 250px;
      overflow-y: auto;
    }

    .sticky .table thead th {
      position: sticky;
      top: 0;
      z-index: 2;
      background: #fff;
      
    } */

.billionaires-new-list table tbody tr:hover{
    background:#f1c62e;
    /* cursor: pointer; */
}
.billionaires-new-list h4, .billionaires-new-list h4 a{
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    color: #15191C;
    min-width: 125px;
}
.billionaires-new-list h4 a:hover{
    color: #15191C;
}
.billionaires-new-list table tbody tr th{
    color: #15191cb3;
    font-weight: 700;
}

.billionaires-new-list h4,.billionaires-new-list h5{margin-bottom: 0;}
.billionaires-new-list table th, .billionaires-new-list table td{
    /* border-color: #15191C33; */
    border-color: #d3ab23;
    font-family: 'Work Sans', sans-serif;
    color: #212529;
    padding: 6px;
    font-size: 14px;
}
.billionaires-new-list table th{
    white-space:nowrap;
}
.billionaires-new-list table tr.billionaires-row th:first-child,.billionaires-new-list table tr.billionaires-row td:first-child{
    width: 60px;
}
.billionaires-new-list table tr.billionaires-row th,.billionaires-new-list table tr.billionaires-row td{border: 0!important;}
.billionaires-new-list .table>:not(:first-child){
border-top: 2px solid #15191C33;
}
.toggle-btn {
    position: relative;
    width: 20px;
    height: 20px;
    background: #cc7722;
    border: none;
    border-radius: 4px;
    padding: 0;
  }

  .toggle-btn::before,
  .toggle-btn::after {
    content: "";
    position: absolute;
    background: white;
    transition: transform 0.3s ease;
  }

  .toggle-btn::before {
    top: 3px;
    left: 50%;
    width: 2px;
    height: 14px;
    transform: translateX(-50%);
  }

  .toggle-btn::after {
    top: 50%;
    left: 3px;
    width: 14px;
    height: 2px;
    transform: translateY(-50%);
  }

 .toggle-btn.open::before {
    transform: scaleY(0);
  }
  .billionaires-info{
    font-size: 14px;
    display: flex;
    flex-direction: column;
    background: #ffda59;
    /* border-bottom: 1px solid #15191C33; */
    padding: 4px 8px 4px 68px;
  }
  .b-box{
    flex: 1 0 100%;
    margin-bottom: 8px;
  }
.billionaires-new-list .fs{white-space: nowrap;}
  @media(max-width:991px){
     .billionaires-info{padding: 4px 8px 4px 66px;}  
  }
  @media(max-width:768px){
    .s-line{display: inline;}
    .billionaires-info{font-size: 13px;padding: 4px 8px 4px 60px;}    
  }
  @media (min-width:769px){
.billionaires-info{
    flex-direction: row;
  }
  .b-box{
    flex: 1 0 33.33%;
    padding-right:8px ;
  }
  }

  @media(min-width:991px){
    
    .billionaires-new-list h4, .billionaires-new-list h4 a{
        font-size: 18px;    
    }
    .billionaires-new-list table th, .billionaires-new-list table td{
    padding: 8px;
    font-size: 15px;
    }  
}