:root {
	--rv-primary: #35a8df;
	--rv-primary-light: #edf4f7;
	--rv-secondary: #144158;
	--rv-black-color: #1b181e;
	--rv-white: #ffffff;
	--rv-white-rgb: 255, 255, 255;
	--rv-black: #000000;
	--rv-black-rgb: 0, 0, 0;
	--rv-heading-color: #0c0d24;
	--rv-heading-color-rgb: 12, 13, 36;
}
.main-banner {
    padding: 60px 0;
    background: var(--rv-primary-light);
}
.main-banner .banner-img img {
    border-radius: 35px;
}
.main-banner .banner-text {
    display: flex;
    align-items: center;
    height: 100%;
}
.main-banner .banner-text h1 {
    font-size: 44px;
}
.main-banner .banner-text span {
    display: block;
    color: var(--rv-primary);
    font-weight: 700;
}
.main-banner .banner-text .btn-style-one span{
  color: var(--rv-white);
}

/* TICKER */
.ticker_section {
    padding: 10px 0;
    background: linear-gradient(0deg, #000, #000);
  }
    .ticker_section .tickers {
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: space-around;
    align-content: center;
    align-content: center;
    margin: 0;
    }
  .tickers .ticker_item {
      position: relative;
      border-radius: 0px;
      padding: 0px 7px;
      display: flex;
      background: linear-gradient(0deg, #000, #000);
      text-align: center;
      margin: 0px 2px;
      justify-content: space-around;
      align-items: center;
  }
  .tickers .ticker_item::after {
    content: "";
    position: absolute;
    background: #222;
    width: 80%;
    height: 100%;
    border-radius: 30px;
    top: 0;
    left: 0;
  }
  .tickers .ticker_item:last-child {
    border: none;
  }
  
  
  .tickers .ticker_item .name {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    letter-spacing: 1px;
    color: #ababab;
    position: relative;
    z-index: 9;
  }
  .tickers .ticker_item .price {
    display: block;
    font-size: 15px;
    line-height: 18px;
    color: #fff;
    margin: 0px 8px;
    position: relative;
    z-index: 9;
  }
  .tickers .ticker_item .difference_percent {
    position: relative;
    color: #fff;
    display: block;
    line-height: 18px;
    font-size: 13px;
    margin-top: 0px;
    background: #51c948;
    padding: 5px 25px 5px 5px;
    border-radius: 30px;
    z-index: 9;
  }
  .tickers .ticker_item .difference_percent::after {
    content: "\F144";
    font-family: 'bootstrap-icons';
    position: absolute;
    font-size: 18px;
    bottom: 8px;
    background-size: contain;
    background-position: center;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    right: 5px;
    font-size: 15px;
  }
  .tickers .ticker_item .difference_percent.negative {
    color: #fff;
    background-color: #e91f1f;
  }
    .tickers .ticker_item .difference_percent.negative::after {
      content: "\F11E";
  }
    /* TICKER */

    .mobile_tabs {
        list-style-type: none;
        padding: 0;
      }
      .mobile_tabs .mobileapp-tab-item {
        background: var(--rv-primary-light);
        margin-bottom: 15px;
        border-radius: 8px;
        color: var(--rv-white);
        display: block;
        padding: 10px 20px;
        text-decoration: none;
      }
      .mobile_tabs .mobileapp-tab-item.active,
      .mobile_tabs .mobileapp-tab-item:hover{
        background:  var(--rv-primary);
      }
      .mobile_tabs .mobileapp-tab-item.active h4,
      .mobile_tabs .mobileapp-tab-item.active p,
      .mobile_tabs .mobileapp-tab-item:hover h4,
      .mobile_tabs .mobileapp-tab-item:hover p{
        color:  var(--rv-white);
      }
      .mobile_tabs .mobileapp-tab-item.active img,
      .mobile_tabs .mobileapp-tab-item:hover img {
        filter: brightness(999);
      }
      .mobile_tabs .mobileapp-tab-item 
       .icon-title {
          display: flex;
          margin-bottom: 5px;
      }
      .mobile_tabs .mobileapp-tab-item .icon-title img {
        width: 40px;
        margin-right: 10px;
      }
      .mobile_tabs .mobileapp-tab-item 
       .icon-title p{
        margin: 0;
       }
      
       .mobile_tabs_content {
        text-align: center;
      }
      .mobile_tabs_content img {
        width: 56%;
        margin-top: -15px;
      }
      .download-apps h3 {
          font-size: 26px;
          font-weight: 600;
      }
      .download-apps img {
          margin: 20px 5px;
          transition: all 0.3s ease-in-out;
      }
      .download-apps a:hover img {
          transition: all 0.3s ease-in-out;
          transform: scale(1.05);
      }

      /* Fund Performance */

      .top_fund_performance ul {
        padding: 0;
        list-style-type: none;
    }
    .fund_performance {
        text-align: center;
        margin-bottom: 30px;
    }
    .fund_performance form {
        display: flex;
    }
    .top_fund_performance ul li {
        display: inline-block;
        width: 19%;
        font-size: 20px;
        font-weight: 600;
    }
    .fund_performance .form-check {
        display: inline-block;
        width: 19%;
        vertical-align: middle;
    }
    .top_fund_performance ul li i {
        display: block;
        margin-bottom: 10px;
    }
    .top_fund_performance ul li img {
        width: 50px;
    }
    
    /* RADIO */
    
    .radio {
        display: inline-block;
        position: relative;
        padding-left: 35px;
        margin-bottom: 5px;
        cursor: pointer;
        font-size: 16px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        height: 200px;
        width: 200px;
        padding:10px;
        line-height: 20px;
        align-items: center;
        margin: 0 15px;
        transition: all 0.3s ease-in-out;
    }
    .radio:hover{
        transform:scale(1.05);
        transition: all 0.3s ease-in-out;
    }
    .radio i {
        display: block;
        height: 80px;
        margin-top: 30px;
        background-image: url(../images/icon/equity.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
    }
    .radio:nth-child(2) i {
        background-image: url(../images/icon/debt.png);
    }
    .radio:nth-child(3) i {
        background-image: url(../images/icon/hybrid.png);
    }
    .radio:nth-child(4) i {
        background-image: url(../images/icon/sol.png);
    }
    .radio:nth-child(5) i {
        background-image: url(../images/icon/other.png);
    }
    .radio i img {
        width: 70px;
    }
    .radio input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }
    .radio em {
        font-style: normal;
        vertical-align: middle;
        padding: 0;
        line-height: 14px;
        font-weight: 600;
        color: var(--rv-primary);
        margin-top: 15px;
        font-size:18px;
        display: block;
        text-transform: uppercase;
        position: relative;
    }
    .radio .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 200px;
        width: 200px;
        border-radius: 20px;
        border: 3px solid #d8edf1;
    }
    .form-check-input:checked[type=radio] + span.checkmark {
      border: 3px solid var(--rv-primary);
      background: var(--rv-primary);
  }
    .radio:hover input ~ .checkmark {
        border: 3px solid var(--rv-primary);
    }
    .form-check-input:checked[type=radio] + span.checkmark + i {
      filter: brightness(9);
  }
    .form-check-input:checked[type=radio] + span.checkmark + i + em {
      color: #fff;
  }
    /* Layer 2 css */
    
    .category_side_bar {
        display: inline-block;
        width: 240px;
        background-color: #ecf5f7;
        max-height: 63vh;
        overflow: auto;
    }
    #category_wise_fund p {
        margin: 0;
        padding: 4px 15px;
        border: 1px solid #c0e1e7;
        border-bottom: none;
        position: relative;
        cursor: pointer;
        color: var(--rv-primary);
        /* display: inline-block; */
    }
    #category_wise_fund p:last-child {
        border-bottom: 1px solid #d8edf1;
    }
    #category_wise_fund p.active {
        background-color: var(--rv-primary);
        color: #fff;
    }
    #category_wise_fund p:hover {
        background-color: var(--rv-primary);
        color: #fff;
    }
    #category_wise_fund p::after {
        position: absolute;
        content: "\f178";
        font-family: fontawesome;
        font-size: 16px;
        right: 15px;
        top: 5px;
        opacity: 0.5;
        color: var(--rv-primary);
    }
    
    
    #category_wise_fund .sub_category_items {
        position: relative;
    }
    #category_wise_fund .sub_category_items:hover {
        background: var(--rv-primary);
        color: #fff;
    }
    #category_wise_fund .sub_category_items .fund_sub_category {
        width: 100%;
        position: absolute;
        height: 25px;
        opacity: 0;
        cursor: pointer;
    }
    #category_wise_fund .sub_category_items .fund_sub_category[type="radio"]:checked+label {
        background: var(--rv-primary);
        color: #fff;
    }
    
    #category_wise_fund .sub_category_items label {
        display: block;
        width: 100%;
        padding: 2px 10px;
    }
    
    
    
    #myTable th {
        background-color: #d8edf1;
        padding: 10px 5px;
        font-size: 15px;
        line-height: 16px;
        color: var(--rv-primary);
        text-align: center;
    }
    #myTable td {
        border: 1px solid #d8edf1 !important;
        font-size: 14px;
        line-height: 16px;
        color: var(--rv-primary);
        padding: 5px;
    }
    #myTable .highcharts-figure {
        display: block;
        padding: 0 !important;
        width: 100% !important;
        margin: 0;
        max-width: 100%;
        border:none !important;
    }
    .map_active .highcharts-figure{
        display: block !important;
    }
    .map_active .highcharts-figure #container {
        border: 1px solid #d8edf1 !important;
        padding: 0;
    }
    /* .map_active .highcharts-figure #container {
        padding: 0;
    } */
    
    
    #myTable #showMap {
        position: relative;
    }
    #myTable #showMap span {
        opacity: 0;
        width: 30px;
        display: block;
        height: 55px;
        z-index: 99;
        position: relative;
        cursor: pointer;
    }
    #myTable #showMap::after {
        content: "+";
        position: absolute;
        font-size: 22px;
        top: 35%;
        left: 40%;
    }
    
    .loader img{
        width:60px;
    }
    
    /* LAYER 3 */
    #loader {
        display: inline-block;
        width: calc(100% - 245px);
        vertical-align: top;
    }
    #main_fund_box {
        display: inline-block;
        width: calc(100% - 245px);
        vertical-align: top;
        max-height: 65vh;
        overflow-y: auto;
        padding: 5px;
    }
    
    #myTable .chart_div {
        display: none;
        width: 100% !important;
    }
    #myTable .map_active .chart_div {
        display: block;
    }
    
    /* Map Div CSS */
    
    /* #myTable tr {
        display: block;
    } */
    
    .highcharts-figure,
    .highcharts-data-table table {
        min-width: 360px;
        max-width: 800px;
        margin: 1em auto;
    }
    
    .highcharts-data-table table {
        font-family: Verdana, sans-serif;
        border-collapse: collapse;
        border: 1px solid #ebebeb;
        margin: 10px auto;
        text-align: center;
        width: 100%;
        max-width: 500px;
    }
    
    .highcharts-data-table caption {
        padding: 1em 0;
        font-size: 1.2em;
        color: #555;
    }
    
    .highcharts-data-table th {
        font-weight: 600;
        padding: 0.5em;
    }
    
    .highcharts-data-table td,
    .highcharts-data-table th,
    .highcharts-data-table caption {
        padding: 0.5em;
    }
    
    .highcharts-data-table thead tr,
    .highcharts-data-table tr:nth-child(even) {
        background: #f8f8f8;
    }
    
    .highcharts-data-table tr:hover {
        background: #f1f7ff;
    }
    
    
    /* width */
    ::-webkit-scrollbar {
      width: 6px;
    }
    
    /* Track */
    ::-webkit-scrollbar-track {
      background: #f1f1f1; 
    }
     
    /* Handle */
    ::-webkit-scrollbar-thumb {
      background: var(--rv-primary); 
      border-radius:10px
    }
    
    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
      background: var(--rv-primary); 
    }
    
    
    td.details-control {
    
        cursor: pointer;
    }
    tr.details td.details-control {
    
    }
    text.highcharts-subtitle {
        display: none;
    }
    text.highcharts-credits {
        display: none;
    }
    .search_bar_sub #myInput {
        padding: 6px;
        border-radius: 5px;
        border: 1px solid #ddd;
        margin: 5px;
        width: 96%;
    }
    
    @media only screen and (max-width:767px){
         /* Fund Performance */
         .radio {
            height: 80px;
            width: 80px;
            padding: 5px;
            margin: 0;
        }
        .radio .checkmark {
            height: 65px;
            width: 65px;
            border-radius: 15px;
            border: 2px solid #e5d1cd;
        }
        .form-check-input:checked[type=radio] + span.checkmark {
            border: 2px solid #d96a53;
        }
        .radio i {
            height: 48px;
            margin-top: 5px;
        }
        .radio em {
            margin-top: 15px;
            font-size: 13px;
        }
        .category_side_bar {
            width: 100%;
            max-height: 40vh;
        }
        #main_fund_box {
            width: 100%;
            max-height: 40vh;
        }
        .all_top_funds .sorting_1 {
            min-width: 140px;
            font-size: 15px;
        }
    }
    .awards-section .award {
      text-align: center;
      padding: 10px;
      background: #f2f7f9;
      border-radius: 8px;
      box-shadow: 10px 15px 15px 0px #dde0e1;
  }
  .awards-section .award .icon img {
      width: 75px;
      margin: 10px 0;
  }
  .awards-section .award .title {
    font-weight: 600;
    font-size: 20px;
    margin: 0;
}

.rvTab {
  padding: 0;
  margin: 0;
}
.rvTab .tab_item {
  display: inline-block;
  width: 49%;
}
.rvTab .tab_item .tab_link {
background-color: var(--rv-primary);
display: block;
padding: 10px 5px;
text-align: center;
color: #fff;
border: 1px solid var(--rv-primary);
width: 100%;
}
.rvTab .tab_item .tab_link.activelink {
display: block;
background-color: var(--rv-secondary);
color: #fff;
border: 1px solid var(--rv-secondary);
}

.rvTabContent .tab_list{
  width: 100%;
  padding: 10px;        
}
.rvTabContent .tab_list.hide{
  display: none;
}

.service-part {
  margin-top: 40px;
}
.rv-listing li {
  display: block;
  background: var(--rv-primary);
  padding: 11px 10px;
  margin-bottom: 10px;
  color: #fff;
  position: relative;
  width: 85%;
  padding-left: 30px;
  transition: all 0.3s ease-in-out;
}
.rv-listing li::before {
  content: "";
  position: absolute;
  border: 22px solid transparent;
  border-right: none;
  border-left: 15px solid #ffffff;
  left: 0;
  top: 0px;
}
.rv-listing li::after {
  content: "";
  position: absolute;
  border: 22px solid transparent;
  border-right: none;
  border-left: 15px solid var(--rv-primary);
  right: -15px;
  top: 0px;
}

.rv-modal-open {
    overflow: hidden !important;
}
.rv-modal-open .ticker_sticky {
    position: relative;
    z-index: -3;
}
.rv-modal-open footer.footer_main {
    position: relative;
    z-index: -3;
}
.rv-modal-open .rv-modal {
    z-index: 99;
    visibility: visible;
    pointer-events: visible;
}
.rv-modal-open .rv-modal .bg-show {
    background: rgba(0, 0, 0, 0.5803921569);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.rv-modal {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    visibility: hidden;
    pointer-events: none;
    overflow: hidden;
    z-index: -1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.rv-modal .close-i {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 40px;
    height: 40px;
    line-height: 30px;
    font-size: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: unset;
    background: var(--rv-primary);
    color: #fff;
    border-radius: 100%;
    font-weight: 300;
}
.rv-modal .cm-body {
    max-width: 400px;
    width: 100%;
    background-color: var(--bs-white);
    border-radius: 3px;
    position: relative;
    z-index: 999;
}
.rv-modal .cm-body .m-hadding {
    background-color: var(--color-theme);
    border-radius: 3px 3px 0 0;
    padding: 10px 15px;
}
.rv-modal .cm-body .m-hadding h4 {
    margin-bottom: 0;
    color: var(--rv-black);
}
.rv-modal .cm-body .cm-cards {
    padding: 20px;
}
.rv-modal-open .rv-modal .form-control {
    background: #f5f4fd;
}


.lpmodal-open {
	 overflow: hidden;
	 height: 100vh;
}
.lpmodal-open header.amain-header {
	 z-index: -1;
	 position: relative;
}
.lpmodal-open .load-popup {
	 display: block;
}
 .load-popup {
	 width: 100%;
	 display: none;
	 height: 100%;
	 position: fixed;
	 top: 0;
	 left: 0;
	 z-index: 999;
}
 .load-popup .close {
	 position: absolute;
	 right: -15px;
	 top: -15px;
	 width: 30px;
	 height: 30px;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 background: var(--rv-white);
	 opacity: 1;
	 box-shadow: 0 0 15px 0 #ddd;
	 border-radius: 10px;
}
 .load-popup .close .icone {
	 font-size: 30px;
	 color: var(--rv-bg-black);
	 z-index: 999;
}
 .load-popup .lp-cards {
	 height: 100%;
}
 .load-popup .lpbg {
	 background: #000000a1;
	 position: fixed;
	 left: 0;
	 top: 0;
	 width: 100%;
	 height: 100%;
	 z-index: 0;
}
 .load-popup .lp-body {
	 max-width: 700px;
	 width: -moz-fit-content;
	 width: fit-content;
	 background: #fff;
	 position: relative;
	 margin: 0 auto;
	 z-index: 1;
	 top: 50%;
	 transform: translateY(-50%);
	 padding: 15px;
	 box-shadow: 0 0 15px 0 #eee;
	 border-radius: 10px;
}
 .load-popup .lp-body .lpb-items img {
	 width: 100%;
	 height: 80vh;
	 object-fit: contain;
}
 