:root {
    --main-color: #2FA7DF;
    --yellow: #F7D14C;
    --black: #000;
    --dark-gray: #15191C;
    --white: #fff;
}

* {
    box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    font-size: 14px;
    background: #f0f3f8;
}

.yellow {
    background: var(--yellow);
}

.dark-gray {
    background: var(--dark-gray);
}

.text-center {
    text-align: center;
}

/* h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Poppins, sans-serif;
} */
h1,
h2,
h3 {
    /* font-family: 'Work Sans', sans-serif; */
    font-family: Poppins, sans-serif;
}
li,
ol,
ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
h2{
    font-size:1.5rem;
}
p{margin: 0;}
.container{
padding:0 20px;
}
.main-title{
    margin-bottom: 24px;
}
@media (min-width: 1200px) {
    .container {
        margin: 0 auto;
        padding: 0;
    }
}
@media (min-width: 768px) {
    .h2, h2 {
       font-size: 1.75rem;
    }
}
@media (min-width: 1200px) {
    .h2, h2 {
       font-size:2rem;
    }
}
a {
    text-decoration: none;
    transition: all 0.5s ease 0s;
}

a:hover {
    color: var(--main-color);
}

body {
     font-family: Poppins, sans-serif;
     font-size: 16px;
     line-height: 1.4;
}
.dark-gray-bg {
    background: var(--dark-gray-bg);
}

.section-space,.section-padding{
    padding: 40px 0;
}
@media (min-width: 1200px) {
.section-space,.section-padding{
    padding: 60px 0;
}
}
header {
    padding: 20px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .4);
}
.primary-color{
    color: var(--primary);
}
/** Top Links ***/
.top-head {
    background: rgb(255, 255, 255);
    padding: 5px 0px;
    border-bottom: 1px solid #ebebeb;
}

.top-menu li {
    padding: 0px 10px;
    position: relative;
}

.top-menu li:first-child {
    padding-left: 0px;
}

.top-menu li:first-child::before {
    display: none;
}

.top-menu {
    width: 98%;
}

.top-menu ul {
    overflow-x: auto;
    flex-wrap: nowrap;
    scroll-snap-type: x mandatory;
}

.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;
}

/** Logo section **/
header {
    /* position: absolute;
    top: 50px;
    width: 100%; */
    /* z-index: 1; */
    background: #fff;
}
.left-logo {
    margin: 0;
}
.main-head {
    background: rgb(255, 255, 255);
    padding: 20px 15px;
    border-radius: 5px;
}
.arrow {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}
.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.archive {
    margin-right: 15px;
    position: relative;
}

.archive-btn {
    border: 1px solid rgba(21, 25, 28, 0.2);
    padding: 6px 10px;
    color: var(--dark-gray);
    font-weight: 600;
    border-radius: 6px;
    font-size: 14px;
    display: inline-block;
    cursor: pointer;
    transition: all 0.5s ease 0s;
}

.archive-btn i {
    font-size: 20px;
    vertical-align: middle;
    margin-left: 5px;
    margin-top: -4px;
}

.archive-list {
    background: rgb(249, 249, 249);
    border: 1px solid rgb(237, 237, 237);
    margin-top: 10px;
    position: absolute;
    z-index: 9;
    top: 27px;
    width: 100px !important;
max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.3s ease, opacity 0.3s ease;
}
@media(min-width:576px){
    .archive-list{
        width: 150px !important;
    }
 
}
.archive-list.open {
  max-height: 500px; /* enough to fit content */
  opacity: 1;
}

.archive-list li a {
    padding: 5px 13px;
    margin: 0px;
    display: block;
    font-size: 15px;
    color: var(--dark-gray);
    border-bottom: 1px solid rgb(235, 235, 235);
}

.archive-list li a:hover {
    background: var(--main-color);
    color: var(--white);
}

.goto-bt {
    border: 1px solid rgba(21, 25, 28, 0.2);
    padding: 5.7px 10px;
    font-size: 14px;
    display: inline-block;
    color: var(--dark-gray);
    font-weight: 600;
    border-radius: 6px;
}
.back-bt {
    flex-shrink: 0;
}
.goto-bt img {
    margin-left: 8px;
    vertical-align: bottom;
}
@media screen and (max-width: 575px) {
        .main-head {
        padding: 10px 0px;
    }

    .logo img {
        max-width: 150px;
    }

    .archive {
        margin-right: 5px;
    }

    .archive-btn,
    .goto-bt {
        font-size: 13px;
        padding: 6px 4px;
    }
    .goto-bt img{
        margin-left: 4px;
    }
    .archive-btn i{
        margin-left: 3px;
    }
}


/*** new CSS added ***/
.dataTables_filter{padding: 0 12px;}
.main-title {color: #15191C;}
h1 {
    font-size: 22px;
    line-height: 42px;
    color: #15191C;
    margin-bottom: 27px;
    font-weight: 600;
    text-align: center;
}
h1 img{
max-width:30px
}
@media(min-width:567px){
   h1 {
    font-size: 32px;
    line-height: 62px;
    text-align: start;

   }
   h1 img{
    max-width:40px
} 
}
@media(min-width:768px){
   h1 {
    font-size: 36px;
    line-height: 62px;
    text-align: center;

   }
   h1 img{
    max-width:40px
} 
}
@media(min-width:1024px){
    h1 img{
    max-width:60px;
    }
   h1 {
    font-size: 40px;
    line-height: 62px;
     font-weight: 500;
     text-align: start;
   } 
}
@media(min-width:1200px){
    h1 img{
    max-width:60px;
    }
   h1 {
    font-size: 52px;
    line-height: 62px;
     font-weight: 500;
   } 
}
h1 span {
    font-weight: 300;
    display: block;
}

.search-box input {
    background: inherit;
    border: 1px solid rgba(0, 0, 0, 0.2);
    font-size: 15px;
}
input[type="search"]::-webkit-search-cancel-button {
  display: none;
}
.clear-btn {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: transparent;
  font-size: 18px;
  cursor: pointer;
  display: none;
}
.billionaires-new-sec{
    background-color: var(--dark-gray); 
    position: relative;
    /* min-height: 400px;       */
}
.billionaires-content{
    position: relative;
    z-index: 2;
     /* font-family: 'Work Sans', sans-serif; */
     
     
}

.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;
/* max-height: 350px; */
scrollbar-width: thin;
scrollbar-color:#888 #f1f1f1;
}
.billionaires-new-list::-webkit-scrollbar-track{
	background-color: #fff;
}
.billionaires-new-list::-webkit-scrollbar{
	width: 8px;
	background-color: #fff;
    border-radius: 6px;
}
.billionaires-new-list::-webkit-scrollbar-thumb{
	background-color: rgba(0,0,0,0.6);
    border-radius: 6px;
    min-height: 20px; 
}
@media(min-width:769px){
    /* .billionaires-new-list{
    max-height: 550px; 
    } */
}
.billionaires-new-list table thead th{
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 9;
}
.billionaires-new-list-sec{
 border-radius: 16px;
 background:var(--white);
 padding: 16px 12px;
}
.billionaires-new-list table{
    background:var(--white); 
    /* overflow: hidden; */
}
.shadow-bottom {
    position: relative;
    width: 100%;
    height: 48px;
    top: -48px;
    background-image: linear-gradient(to top, #fff, rgba(250, 250, 245, 0));
}
.billionaire-search input {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.4);
    padding: 9px 40px 9px 30px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiAgIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgICB2ZXJzaW9uPSIxLjEiICAgaWQ9InN2ZzQ0ODUiICAgdmlld0JveD0iMCAwIDIxLjk5OTk5OSAyMS45OTk5OTkiICAgaGVpZ2h0PSIyMiIgICB3aWR0aD0iMjIiPiAgPGRlZnMgICAgIGlkPSJkZWZzNDQ4NyIgLz4gIDxtZXRhZGF0YSAgICAgaWQ9Im1ldGFkYXRhNDQ5MCI+ICAgIDxyZGY6UkRGPiAgICAgIDxjYzpXb3JrICAgICAgICAgcmRmOmFib3V0PSIiPiAgICAgICAgPGRjOmZvcm1hdD5pbWFnZS9zdmcreG1sPC9kYzpmb3JtYXQ+ICAgICAgICA8ZGM6dHlwZSAgICAgICAgICAgcmRmOnJlc291cmNlPSJodHRwOi8vcHVybC5vcmcvZGMvZGNtaXR5cGUvU3RpbGxJbWFnZSIgLz4gICAgICAgIDxkYzp0aXRsZT48L2RjOnRpdGxlPiAgICAgIDwvY2M6V29yaz4gICAgPC9yZGY6UkRGPiAgPC9tZXRhZGF0YT4gIDxnICAgICB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLC0xMDMwLjM2MjIpIiAgICAgaWQ9ImxheWVyMSI+ICAgIDxnICAgICAgIHN0eWxlPSJvcGFjaXR5OjAuNSIgICAgICAgaWQ9ImcxNyIgICAgICAgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNjAuNCw4NjYuMjQxMzQpIj4gICAgICA8cGF0aCAgICAgICAgIGlkPSJwYXRoMTkiICAgICAgICAgZD0ibSAtNTAuNSwxNzkuMSBjIC0yLjcsMCAtNC45LC0yLjIgLTQuOSwtNC45IDAsLTIuNyAyLjIsLTQuOSA0LjksLTQuOSAyLjcsMCA0LjksMi4yIDQuOSw0LjkgMCwyLjcgLTIuMiw0LjkgLTQuOSw0LjkgeiBtIDAsLTguOCBjIC0yLjIsMCAtMy45LDEuNyAtMy45LDMuOSAwLDIuMiAxLjcsMy45IDMuOSwzLjkgMi4yLDAgMy45LC0xLjcgMy45LC0zLjkgMCwtMi4yIC0xLjcsLTMuOSAtMy45LC0zLjkgeiIgICAgICAgICBjbGFzcz0ic3Q0IiAvPiAgICAgIDxyZWN0ICAgICAgICAgaWQ9InJlY3QyMSIgICAgICAgICBoZWlnaHQ9IjUiICAgICAgICAgd2lkdGg9IjAuODk5OTk5OTgiICAgICAgICAgY2xhc3M9InN0NCIgICAgICAgICB0cmFuc2Zvcm09Im1hdHJpeCgwLjY5NjQsLTAuNzE3NiwwLjcxNzYsMC42OTY0LC0xNDIuMzkzOCwyMS41MDE1KSIgICAgICAgICB5PSIxNzYuNjAwMDEiICAgICAgICAgeD0iLTQ2LjIwMDAwMSIgLz4gICAgPC9nPiAgPC9nPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-position: 0 5px;
    background-size: 30px;
    border-radius: 5px;
    font-size: 16px;

}
.billionaire-search input:focus-visible{
    outline: none;
}

.billionaires-new-list table thead th{
    /* color: #212529; */
    color: #2fa7df;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px; 
    padding-bottom: 12px; 

}

.billionaires-new-list table tbody tr:hover{
    background:#eaf9ff;
    /* cursor: pointer; */
}
.billionaires-new-list table tbody tr:hover h4 a{
     color: #2fa7df;
}
.billionaires-new-list h4, .billionaires-new-list h4 a{
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    color: #000;
    min-width: 125px;
}
.billionaires-new-list h4 a:hover{
   color: #2fa7df;
}
.billionaires-new-list table tbody tr th{
    color: #000;
    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: #fdf9ee; */
    /* font-family: 'Work Sans', sans-serif; */
    color: #000;
    padding: 12px;
    font-size: 14px;
}
.billionaires-new-list table th{
    white-space:nowrap;
}
.billionaires-new-list table tr.billionaires-row th:first-child{
    width: 50px;
    font-size:16px;
    text-align: center;
}
.billionaires-new-list table tr:last-child td,.billionaires-new-list table tr:last-child th{
    border: 0;
}
.lcr-fs{font-size: 12px;}
.text-danger{color:#eb0025!important}
.text-success{color:#008555!important}
.upArrow,.downArrow{
position: relative;
padding-left: 14px;
}
.upArrow::after{
content: '';
position: absolute;
top:5px;
left: 0;
width: 0; 
height: 0; 
border-left: 5px solid transparent;
border-right: 5px solid transparent;  
border-bottom: 8px solid #008555;
}

.downArrow::after{
content: '';
position: absolute;
top:5px;
left: 0;
  width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;  
  border-top: 8px solid #eb0025;
}
.sortingUp,.sortingDown{
position: relative;
margin-left: 4px;
}
.sortingUp::after{
content: '';
position: absolute;
top:5px;
left: 0;
width: 0; 
height: 0; 
border-left: 5px solid transparent;
border-right: 5px solid transparent;  
border-bottom: 8px solid #777;
}

.sortingDown::after{
content: '';
position: absolute;
top:5px;
left: 0;
  width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;  
  border-top: 8px solid #777;
}
.fs-text{font-size: 12px;text-transform: lowercase;}
/* .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: #fff;
    /* 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: 15px;    
    }
    .billionaires-new-list table th, .billionaires-new-list table td{
    padding: 10px 16px 10px 6px;
    font-size: 14px;
    }  
}


/* 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;
    margin-bottom: 1rem;
}

#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;
}
.read-more-btn {
    border: 1px solid var(--main-color);
    background-color: var(--main-color);
    padding: 8px 14px 7px;
    border-radius: 7px;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    display: inline-block;
    transition: all 0.3s ease-in;
}

.read-more-btn svg {
    display: none;
}

.read-more-btn:hover {
     border: 1px solid var(--main-color);
    background: #fff;
    color: var(--main-color);
}

/** 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 ****/
.help-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  border-radius: 50%;
  background-color: #666; /* Bootstrap primary color */
  color: #fff;
  font-weight: 400;
  cursor: pointer;
  font-size: 14px;
  margin-left:12px;
  position: relative;
}
.help-text{
    font-size: 12px;
    text-transform: capitalize;
    display: none;
    min-width: 140px;
    position:absolute;
    bottom: -28px;
    right: -40px;
    background: #000;
    padding: 4px;
    border-radius: 4px;
}
.help-icon:hover .help-text{
    display: block;
}
.help-icon:hover {
  background-color: #2fa7df; /* Slightly darker on hover */
}
.rp-spa{padding-right: 2px; font-family: Arial, Helvetica, sans-serif!important;font-weight: normal;}

.title {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 5px;
}
h4{
    font-size: 18px;
    font-weight: 600;
}
@media(min-width:992px){
h4{
    font-size: 20px;
}
}
.subtitle {
  font-size: 20px;
  color: #2fa7df;
  margin-bottom:6px;
}

.intro {
  font-size: 16px;
  line-height: 1.8;
  color: #000;
  /* max-width: 900px; */
}

.formula-box {
  margin: 16px 0;
  padding: 12px 16px;
  background: #111;
  color: #fff;
  font-weight: 600;
  border-radius: 10px;
  text-align: center;
  font-size: 16px;
  max-width: 800px;
}

.desc {
  font-size: 15px;
  color: #444;
  margin-bottom: 30px;
  max-width: 800px;
}
ul.list{
    padding: 0 0 0 24px;
    margin: 0;

}
ul.list li{
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 4px;
    list-style-type: disc;
    color: #000;
}
.note {
  font-size: 13px;
  color: #777;
  margin-top: 10px;
}

.highlight {
  background: #fff5f5;
  border: 1px solid #ffd6d6;
}
