:root {
	--rv-primary: #0f59a7;
	--rv-primary-light: #ecf0f5;
	--rv-secondary: #ed262a;
	--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: 150px 0;
    background-image: url(../images/banner-image.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.main-banner .banner-img img {
    border-radius: 35px;
}
.main-banner .banner-text {
    display: flex;
    align-items: center;
    height: 100%;
    background: #ffffff3d;
    padding: 35px 25px;
    border-radius: 20px;
}
.main-banner .banner-text h1 {
    font-size: 36px;
    font-weight: 700;
    line-height: 48px;
    color: #fff;
}
.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: linear-gradient(45deg, #a8c9eb 20%, transparent 90%);
    padding: 11px 10px;
    margin-bottom: 10px;
    color: #0c0d24;
    position: relative;
    width: 85%;
    padding-left: 40px;
    transition: all 0.3s ease-in-out;
    border-radius: 6px;
}
.rv-listing li b {
    color: var(--primary);
    display: block;
    font-size: 18px;
}
.rv-listing li::after {
    content: "";
    position: absolute;
    top: 0px;
    content: "\F270";
    position: absolute;
    font-family: 'bootstrap-icons';
    left: 12px;
    top: 10px;
    font-size: 22px;
    color: var(--rv-secondary);
}

.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;
}


.rv-team-modal .modal-dialog {
    max-width: 50%;
}
.rv-team-modal .modal-content {
    border-radius: 0;
}

#accordionService .accordion-item {
    background-color: transparent;
    border: none;
    margin-bottom: 10px;
}
#accordionService .accordion-item .accordion-button {
    background-color: var(--rv-primary-light);
}
#accordionService .accordion-item .accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: var(--rv-primary);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}
#accordionService .accordion-item .accordion-button::after {
    background-image: none;
    content: "\F64D";
    font-family: bootstrap-icons;
    font-size: 20px;
}
#accordionService .accordion-item .accordion-button:not(.collapsed)::after {
    background-image: none;
    content: "\F63B";
}

.service-section .rv-table {
    margin: 20px 0;
}


.cta-section {
    padding: 60px 0;
    background: var(--rv-primary-light);
}
.cta-section .cta-btn {
    display: flex;
    justify-content: end;
}

.service-content.service-top-content {
    height: 100%;
    display: flex;
    align-items: center;
}


.risk-profile-section .risk-text {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.risk-profile-section .risk-text h2 {
    font-size: 46px;
}

.about-image {
    text-align: center;
}
.about-image img {
    width: 85%;
    border-radius: 30px;
}
.risk-image img {
    width: 85%;
    border-radius: 30px;
}

.blog-card img {
    border-radius: 15px;
    height: 260px;
    width: 100%;
    object-fit: cover;
}
.blog-card .content {
    position: relative;
}
.blog-card .content .date {
    position: absolute;
    top: -60px;
    right: 20px;
    background: var(--rv-primary);
    padding: 5px 10px;
    border-radius: 30px;
}
.blog-card .content .date a {
    color: #fff;
}
.blog-card .content h3 {
    font-size: 22px;
    min-height: 55px;
    margin-top: 15px;
}

.view_img img {
    height: 600px;
    object-fit: cover;
    border-radius: 20px;
    margin: 15px 0;
}

.useful-links ul {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
.useful-links ul li {
    display: block;
    width: 100%;
}
.useful-links ul a {
    background: var(--rv-primary);
    display: block;
    padding: 10px;
    border-radius: 6px;
    text-align: center;
    color: #fff;
    font-size: 16px;
}
.useful-links ul a:hover {
    background: var(--rv-secondary);
}

.ppo-section .title-two {
    background: var(--rv-primary);
    margin-bottom: 20px;
    margin-top: 40px;
    padding: 10px 15px;
    color: #fff;
}
.ppo-section .logo-container ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    padding: 0;
    margin: -10px;
}
.ppo-section .logo-container ul li {
    padding: 10px;
    list-style: none;
}
.ppo-section .logo-container ul li .logo-holder {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}
.ppo-section .logo-container ul li .logo-holder img {
    height: 70px;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.diclaimer-amfi .amfi-item {
    display: flex;
    align-items: center;
    height: 85px;
}
.diclaimer-amfi .amfi-item span {
    margin-left: 15px;
}
.diclaimer-amfi .amfi-item img {
    border-radius:5px
}

.diclaimer-amfi {
    margin: 0 0 15px 0;
    padding: 0 0 20px 0;
}
 

.partners img {
    margin: 10px;
}

.rv-listing-two {
    padding: 0;
}
.rv-listing-two li {
    font-size: 16px;
    padding: 0;
    position: relative;
    padding-left: 15px;
    margin-bottom: 10px;
}
.rv-listing-two li::after {
    content: "";
    position: absolute;
    background: #ed262a;
    width: 6px;
    height: 6px;
    left: 0;
    top: 8px;
    transform: rotate(45deg);
}
.rv-listing-two li a {
    color: #ed262a;
}
.grievance_redressal_section h4 {
    margin-top: 30px;
}
.grievance_redressal_section a {
    color: #ed262a;
}

.service-carousel .owl-dots {
    text-align: center;
}
.service-carousel .owl-dots .owl-dot {
    border: none;
    background: #ddd;
    margin: 5px;
    padding: 5px;
    border-radius: 100%;
}
.service-carousel .owl-dots .owl-dot.active {
    background: #ed262a;
}