@charset "UTF-8";
@import url(../fonts/stylesheet.css);
@import url(../css/font-awesome.min.css);


/*.row {*/
/*    --bs-gutter-x: 3rem;*/
/*}*/
.row > * {
    padding-right: 15px;
    padding-left: 15px;
}
.stated-asset .col-md-6 {
    margin: 15px 0;
    display: flex;
    flex-wrap: wrap;
}
.stated-asset .d-flex {
    flex-wrap: wrap;
}
#myDoughnutChart, #myDoughnutChartDebt, #myPieChartCreditRating {
  width: 200px!important;  
  height: 200px!important;
  margin: 0 auto;
}

.chart-div {
    flex-wrap: wrap;
}

  .chart-legend {
          list-style: none;
          padding: 0;
          margin-left: 0;
          display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            margin-top: 25px;
      }

      .chart-legend li {
        display: flex;
        align-items: start;
        border-bottom: 1px solid #DEDEDE;
        padding: 10px 0;
        font-size: 1.6rem;
        color: #1A1818;
        width: 45%;
      }
      .chart-legend li p {
          font-size: 1.6rem;
          width: calc(100% - 25px);
          line-height: normal;
      }
    /*.chart-legend li:last-child {*/
    /*    border-bottom: 0;*/
    /*}*/
      .chart-legend span {
          border-radius: 100%;
          display: inline-block;
          width: 15px;
          height: 15px;
          margin-right: 10px;
          margin-top: 1px;
      }
      
 
.sector-box {
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1607843137);
  border: 1px solid #DBDBDB;
  border-radius: 6px;
  padding: 15px;
  width:100%;
}
.return-head {
  border-bottom: 1px solid #DEDEDE;
  padding: 8px 15px 5px;
  border-radius: 4px;
  margin-bottom: 15px;
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  gap: 5px;
  background: #ed4c14;
}
.return-head.greenHead {
    background: #00815f;
}
.return-head h3 {
    color: #fff;
}
/*.sector-box .return-head .form-control {*/
/*    width: auto;*/
/*    height: auto;*/
/*    font-size: 1.3rem;*/
/*}*/
.sector-box p {
  color: #525252;
  font-family: "BNPPSans-Light";
}

.progress-container {
  margin-bottom: 16px;
}

.progress {
  height: 4px;
  border-radius: 20px;
  background-color: #DBDBDB;
  overflow: visible;
  position: relative;
  width: calc(100% - 50px);
  display: inline-block;
  vertical-align: middle;
}

.progress .progress-bar {
  height: 8px;
  background-color: #ff8c55;
  border-radius: 20px;
  transition: width 3s ease-in-out;
  margin-top: -2px;
}

.progress-container .percentage {
  display: inline-block;
  width: 48px;
  text-align: right;
  font-size: 1.6rem;
  color: #1A1818;
  vertical-align: middle;
  font-family: "BNPPSans";
}

.progress-container span {
  display: block;
  font-size: 1.6rem;
  color: #1A1818;
  margin-bottom: 5px;
  font-family: "BNPPSans";
}
.mob-order .trending-top {
    min-height: auto!important;
}
.month-tab {
  margin-bottom: 15px;
}
.month-tab ul {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.month-tab li {
  align-items: center;
  background: #FAFAFA;
  border: 1px solid #DEDEDE;
  border-radius: 4px;
  color: #1A1818;
  display: inline-flex;
  justify-content: center;
  font-size: 1.4rem;
  font-family: "BNPPSans-Light";
  width: 71px;
  height: 32px;
  line-height: normal;
}
.month-tab li.active {
  border: 1px solid #ed4c14;
  color: #ed4c14;
}


      .bar-chart {
  display: flex; /* Arrange bars horizontally */
  justify-content: space-between; /* Space out the bars */
  align-items: flex-end; /* Align bars to the bottom */
  height: 200px; /* Height of the chart area */
  width: 100%; /* Full width of the container */
  background-color: #f4f4f4; /* Background color for the chart area */
  padding: 10px; /* Padding around the bars */
}

.bar {
  width: 18%; /* Width of each bar */
  text-align: center; /* Center the text inside the bar */
  color: white; /* Text color inside the bar */
  font-weight: bold; /* Bold text inside the bar */
  border-radius: 5px 5px 0 0; /* Rounded corners for the top of the bar */
}




* {
  margin: 0px;
  padding: 0px;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 140px;
}


body {
  background: transparent;
  font-size: 62.5%;
  font-family: "BNPPSans-Light";
}

p,
input,
li {
  margin: 0;
  font-size: 1.4rem;
  line-height: inherit;
  font-family: "BNPPSans";
}

label {
  color: #7D8682;
  margin: 0;
  font-size: 1.4rem;
  line-height: inherit;
}

a {
  color: #000000;
  font-family: "BNPPSans";
}

a,
a:focus,
a:visited {
  text-decoration: none;
  outline: none;
  font-size: 1.4rem;
}

a:hover {
  color: #ed4c14;
  text-decoration: none;
}

button:focus {
  outline: none;
}

ul {
  margin: 0;
  padding:0;
}

ul li {
  list-style: none;
}

img {
  max-width: 100%;
  border: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1A1818;
  margin: 0px;
  font-family: "BNPPSans";
  line-height: initial;
}

input:focus,
select:focus,
textarea:focus,
.form-control:focus {
  outline: none;
  box-shadow: none;
}

input:focus::-webkit-contacts-auto-fill-button {
  opacity: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

.form-control {
  appearance: auto;
  border-radius: 4px!important;
  color: #555555;
  font-size: 1.4rem;
  font-family: "BNPPSans";
  height: 38px;
}

.marginT30 {
  margin-top: 30px;
}

.marginT20 {
  margin-top: 20px;
}

.paddingTB40 {
  padding: 4.5rem 1.5rem;
}

.align-center {
  align-items: center;
}



.full-width {
  width: 100%;
}

.font-bold {
  font-weight: bold;
}

.or-line {
  color: #1A1818;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 400;
  position: relative;
  margin: 5px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
  background: #fff;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.or-line:before,
.or-line:after {
  background-color: #aaa;  
  content: " ";
  height: 2px;
  position: relative;
  top: 13px;
  width: 2%;
}

.or-line:before {
  margin-right: 3px;
}

.or-line:after {
  margin-left: 3px;
}

.orange-button,
#load_more {
  background: #ed4c14;
  color: #fff;
  border: 1px solid #ed4c14;
  border-radius: 6px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 1.1rem 2.3rem;
  font-weight: 500;
  font-size: 1.4rem;
  margin: 1.6rem 0 0;
  line-height: normal;
  min-width: 115px;
  text-transform: uppercase;
  position: relative;
  font-family: 'BNPPSans';
}

.orange-button:hover,
#load_more:hover {
  box-shadow: 0 4px 12px -5px #a3060b;
  color: #fff;
}

#load_more {
  display: table;
  margin: 20px auto;
}

.orange-button.fullBtn {
  width: 100%;
}

.orange-button.bigBtn {
  max-width: 280px;
  width: 100%;
}

.orange-button i {
  margin-left: 6px;
}

.orange-button.arrow::after {
  content: "\f105";
  font-family: FontAwesome;
  position: relative;
  margin-left: 12px;
  margin-top: -1px;
}

.green-button {
  background: #009858;
  color: #fff;
  border: 1px solid #009858;
  border-radius: 6px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 1.1rem 2.3rem;
  font-weight: 500;
  font-size: 1.4rem;
  margin: 1.6rem 0;
  line-height: normal;
  min-width: 115px;
  text-transform: uppercase;
  position: relative;
  white-space: nowrap;
}

.green-button:hover {
  color: #fff;
}

.green-button.fullBtn {
  width: 100%;
}

.green-button.bigBtn {
  max-width: 280px;
  width: 100%;
}

.green-button i {
  margin-left: 6px;
}

.green-button.arrow::after {
  content: "\f105";
  font-family: FontAwesome;
  position: relative;
  margin-left: 12px;
  margin-top: -1px;
}

.top-header {
  background-color: #f7f7f3;
  filter: drop-shadow(0 0 1.5px rgba(0, 0, 0, 0.16));
}

.navbar-top {
  align-items: center;
  display: flex;
  justify-content: space-between;
  /*flex-wrap: wrap;*/
  position: relative;
  padding: 0;
  gap: 15px;
}

.navbar-top ul:first-child {
  margin-top: 10px;
}

.navbar-top ul:first-child a {
  height: 35px;
  font-size: 1.3rem;
}
.nav-link {
    color: #000000;
}
.navbar-top .nav-link {
  color: #000000;
  text-transform: uppercase;
  padding: 8px 12px !important;
  letter-spacing: 0.5px;
  font-size: 1.3rem;
}

.navbar-top .nav-link p {
  margin-bottom: 0;
}

.navbar-top .nav-link.active {
  border-radius: 4px 4px 0 0;
  background-color: #ffffff;
  border: 1px solid #d6d6d6;
  border-bottom: 0px;
}

.nav-link {
  white-space: nowrap;
}

.navbar-top ul {
  align-items: center;
  display: flex;
  flex-direction: row;
}

.navbar-top ul:first-child .nav-link img {
  margin-right: 6px;
}


.right_top_nav .nav-link {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  position: relative;
}

.right_top_nav .nav-link::before {
  content: "";
  border-left: 1px solid #000;
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
}

.dn-text {
  align-items: center;
  display: flex;
  gap: 5px;
}

.dn-text .nav-link {
  padding-right: 0px !important;
  line-height: inherit;
}

.dn-text .nav-link::before {
  display: none;
}

.bottom-header {
  background: #fff;
  padding: 5px 0;
  transition: background-color 0.3s ease, height 0.3s ease, padding 0.3s ease;
}
/*.logo img {*/
/*  height: 65px;*/
/*}*/
.together-more {
    white-space: nowrap;
}
.bottom-header .navbar {
  position: static;
}

.bottom-header .col-md-12 {
  position: static;
}

.bottom-header.on-scroll {
  box-shadow: -5px -3px 14px 0px #333;
  background: #fff;
}
.bottom-header.on-scroll .logo img {
    height: 50px;
}


.bottom-header.active {
  background-color: #fff;
}

@keyframes slideLeft {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }

  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}

@keyframes slideRight {
  0% {
    opacity: 1;
    transform: translateX(0%);
  }

  100% {
    opacity: 0;
    transform: translateX(100%);
  }
}

.navbar {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

.navbar .navbar__left {
  display: flex;
  align-items: center;
  flex: 0 0 24%;
  column-gap: 20px;
}

.navbar .navbar__center {
  display: flex;

}

.navbar .navbar__right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
  margin-left: auto;
}

.brand {
  display: flex;
  align-items: center;
  order: 1;
}


/* //Menu css start */


.menu {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  column-gap: 1rem;
  height: 100%;
}

.menu-link {
background: transparent;
border: 0;
  font-weight: 500;
  font-family: 'BNPPSans';
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: color 0.3s ease;
  font-size: 1.6rem !important;
  color: #555555;
  text-transform: uppercase;
  width: 100%;
}

.menu-item:hover .menu-link {
  color: #ed4c14;
}



.menu-item {
  display: flex;
  cursor: pointer;
  padding-right: 20px;

}


.dropdown-toggle {
  cursor: pointer;
  outline: none;
  user-select: none;
}

.dropdown-content {
  height: 0;
  overflow: hidden;
  transition: height 0.5s ease;
}

.dropdown-column,
.dropdown-group,
.dropdown-items {
  display: grid;
}

.dropdown-title {
  display: flex;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  align-items: center;
  padding-inline: 1rem;
}

.dropdown-items {
  display: block !important;
  overflow: visible !important;
}

.dropdown-items li {
  padding: 8px 20px;
}

.dropdown-link {
  font-weight: 400;
  line-height: inherit;
  transition: color 0.3s ease;
}
.dropdown-link span {
    font-family: 'BNPPSans-Light';
}
.dropdown-link .menuIcon {
    filter: grayscale(100%); 
    transition: filter 0.3s; 
    width: 24px;
    margin-right: 6px;
}
.dropdown-link:hover .menuIcon {
    filter: none;
    color: orange;
}
.dropdown-block {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  padding-top: 1rem;
  padding-inline: 1rem;
}

.dropdown-toggle::after {
  content: "\f105";
  font-family: fontawesome;
  border: 0;
  rotate: 90deg;
  font-size: 22px;
  line-height: normal;
  transition: 0.35s;
}

.dropdown:hover>.dropdown-toggle::after {
  rotate: -90deg;
}

/*  .navbar-block {*/
/*    position: absolute;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: calc(100vh - 4rem);*/
/*    opacity: 0;*/
/*    overflow: auto;*/
/*    pointer-events: none;*/
/*    background-color: var(--color-white-100);*/
/*    transition: opacity 0.4s ease;*/
/*}*/
.dropdown-column {
  padding: 10px 0;
}

.sideMenu .menu-item {
  width: 100%;
  display: block;
  padding-right: 0;
  position: relative;
}

.sideMenu .menu-link {
  padding: 15px 20px;
  border-top: 1px solid #ccc;
}



.sideMenu .dropdown-toggle {
  position: absolute;
  top: 15px;
  right: 20px;
}

.sidebar-menu.is-active .close-icon {
  display: block;
  z-index: 999;
  display: inline-block;
}

.sidebar-menu .close-icon {
  top: 16px;
  display: none;
  position: absolute;
  right: 15px;
  background: #ed4c14;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: 0;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}




.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  opacity: 0;
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 0.45s ease-in-out;
  pointer-events: visible;
}

.overlay.is-active {
  opacity: 1;
  visibility: visible;
  display: block !important;
}


.burger {
  position: relative;
  cursor: pointer;
  width: 25px;
  height: 15px;
  margin-right: 15px;
  opacity: 1;
  visibility: visible;
  background: transparent;
}

.burger .burger-line {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  opacity: 1;
  border-radius: 15px;
  background: #000;
  rotate: 0deg;
  transition: all 0.3s ease;
}

.burger .burger-line:nth-child(1) {
  top: 0px;
}

.burger .burger-line:nth-child(2) {
  top: 8px;
  width: 70%;
}

.burger .burger-line:nth-child(3) {
  top: 16px;
}

/* Menu css end */



.ourfund-menu {
  background-color: #009858;
  border-radius: 10px;
  padding: 15px;
}

.ourfund-menu h4 {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.6rem;
  margin-bottom: 15px;
}

.ourfund-menu p,
.ourfund-menu span {
  color: #fff !important;
}

.topHeader-right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
  padding-left: 15px;
}

.header-btn {
  display: flex;
  align-items: center;
  gap: 15px;
}

.header-btn .orange-button {
  border-radius: 4px;
  margin: 6px 0;
  height: 35px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 1.3rem;
}

.header-btn .white-btn,
.borderRound {
  border-radius: 4px;
  margin: 0;
  height: 35px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 1.3rem;
}


.search-main {
  position: relative;
}


.search-box {
  background: #E8E8E4;
  position: absolute;
  top: 54px;
  right: 0;
  width: 350px;
  height: 60px;
  line-height: 60px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  border-top: 4px solid #ed4c14;
  display: none;
}

.search-box:before {
  content: "";
  position: absolute;
  top: -32px;
  right: 13px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 14px solid transparent;
  border-bottom: 14px solid #ed4c14;
}

.search-box input[type=text] {
  width: 200px;
  padding: 5px 10px;
  margin-left: 23px;
  border: 1px solid #ed4c14;
  outline: none;
  font-size: 1.4rem;
  line-height: normal;
}

.search-box input[type=button] {
  width: 80px;
  padding: 5px 0;
  font-size: 1.4rem;
  background: #ed4c14;
  color: #fff;
  margin-left: -6px;
  border: 1px solid #ed4c14;
  outline: none;
  cursor: pointer;
  line-height: normal;
}


/*.main-header {*/
/*  position: static;*/
/*  top: 0;*/
/*  left: 0;*/
/*  z-index: 100;*/
/*  width: 100%;*/
/*  height: auto;*/
/*  margin: 0 auto;*/
/*  transition: all 0.35s ease;*/
/*}*/
.main-header {
    position: relative;
    transition: all 0.35s ease;
    width: 100%;
    z-index: 10;
}

/* Fixed header style when scrolled */
.main-header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Optional: Add shadow for visibility */
}


.banner {
  position: relative;
}
.banner-slider img {
  width: 100%;
}

.banner-slider {
  margin-bottom: 0px !important;
}

.banner-slider .slick-dots {
  bottom: 80px;
}

.banner-slider .desk-hide {
  width: 100%;
}
.banner-bottom .slick-dots {
    justify-content: center;
}
.banner-bottom .slick-dots li{
    width: auto;
}
.banner-bottom .slick-dots li:before {
    display: none;
}
.banner-bottom {
  background: rgba(255, 255, 255, 0.631372549);
  box-shadow: 2px 0px 6px rgba(0, 0, 0, 0.1607843137);
  border: 1px solid #D6D6D6;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  position: absolute;
  bottom: 0;
  padding: 15px;
  width: 90%;
  left: 50%;
  transform: translateX(-50%);
}

.banner-bottom ul {
  display: flex;
}

.banner-bottom ul li {
  text-align: center;
  position: relative;
  width: 20%;
}

.banner-bottom ul li::before {
  content: "";
  opacity: 0.502;
  background-color: #000000;
  display: inline-block;
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

.banner-bottom ul li:last-child::before {
  display: none;
}

.banner-bottom .icon-div {
  margin-bottom: 8px;
}

.banner-bottom p {
  font-size: 1.5rem;
  color: #1a1818;
  opacity: 0.502;
  padding: 8px 0;
}

.banner-bottom h4 {
  font-size: 1.8rem;
  color: #1a1818;
}


.icon-div {
  align-items: center;
  border-radius: 34px;
  background-color: #ffffff;
  display: inline-flex;
  justify-content: center;
  filter: drop-shadow(0 0 3.5px rgba(0, 0, 0, 0.16));
  width: 67px;
  height: 67px;
  margin: 0 auto;
}

.title {
  text-align: center;
}

.title p {
  color: #333333;
  font-weight: normal;
}
.detail-title {
    padding-bottom: 0!important;
}
.detail-title p {
  color: #1A1818;
  font-size: 1.8rem;
  max-width: 1100px!important;
}

.heading {
  color: #ed4c14; 
  font-size: 4.2rem;
  font-weight: normal;
  margin-bottom: 0;
  text-align: center;
  text-transform: Capitalize;
  font-family: "BNPPSans";
  line-height: 1;
}

.heading span {
  color: #009858;
}

.trending-slider,
.fund-card {
  margin: 20px auto;
}
.trending-slider .slick-list {
    padding: 0 50px!important;
}

.trending-slider .slick-slide,
.fund-card .slick-slide {
  padding: 30px 0;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}

.trending-slider .card-item:hover,
.trending-slider .slick-current,
.fund-card .card-item:hover,
.fund-card .slick-current {
  transform: scale(1.1);
  z-index: 9;
  position: relative;
}

.trending-slider .card-item:hover .trending-box,
.trending-slider .slick-current .trending-box,
.fund-card .card-item:hover .trending-box,
.fund-card .slick-current .trending-box {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3058823529);
  border-radius: 10px;
  padding: 15px;
  margin: 15px 0;
}

.trending-slider .card-item:hover .trending-top,
.trending-slider .slick-current .trending-top,
.fund-card .card-item:hover .trending-top,
.fund-card .slick-current .trending-top {
  background: #22794A;
  color: #fff;
  border: 0;
}

.trending-slider .card-item:hover .trending-top h4,
.trending-slider .slick-current .trending-top h4,
.fund-card .card-item:hover .trending-top h4,
.fund-card .slick-current .trending-top h4 {
  color: #fff;
  font-size: 1.8rem;
}

.trending-slider .card-item:hover .trending-top p,
.trending-slider .slick-current .trending-top p,
.fund-card .card-item:hover .trending-top p,
.fund-card .slick-current .trending-top p {
  font-size: 1.3rem;
}

.trending-slider .card-item:hover .fund-type img,
.trending-slider .slick-current .fund-type img,
.fund-card .card-item:hover .fund-type img,
.fund-card .slick-current .fund-type img {
  width: 17px;
}

.trending-slider .card-item:hover .fund-type,
.trending-slider .slick-current .fund-type, 
.fund-card .card-item:hover .fund-type,
.fund-card .slick-current .fund-type {
  color: #fff;
}

.trending-slider .card-item:hover .lable,
.trending-slider .slick-current .lable,
.fund-card .card-item:hover .lable,
.fund-card .slick-current .lable {
  font-size: 1.2rem;
}

.trending-slider .card-item:hover .value,
.trending-slider .slick-current .value,
.fund-card .card-item:hover .value,
.fund-card .slick-current .value {
  font-size: 1.4rem;
}

.trending-slider .card-item:hover .form-control,
.trending-slider .slick-current .form-control,
.fund-card .card-item:hover .form-control,
.fund-card .slick-current .form-control {
  font-size: 1.3rem;
}

.trending-slider .card-item:hover .card-btn a,
.trending-slider .slick-current .card-btn a,
.fund-card .card-item:hover .card-btn a,
.fund-card .slick-current .card-btn a {
  font-size: 1.3rem;
}

.trending-slider .card-item:hover .trending-bottom,
.trending-slider .slick-current .trending-bottom,
.fund-card .card-item:hover .trending-bottom,
.fund-card .slick-current .trending-bottom {
  background: #E5FAEF;
  padding-bottom: 4px;
  border: 0;
}

.trending-slider .slick-prev,
.trending-slider .slick-next,
.fund-card .slick-prev,
.fund-card .slick-next {
  color: #fff;
  background: #ed4c14;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  opacity: 0.75;
}

.trending-slider .slick-next:before,
.fund-card .slick-next:before {
  content: "\f105";
}

.trending-slider .slick-prev:before,
.fund-card .slick-prev:before {
  content: "\f104";
}

.trending-slider .slick-prev:before,
.trending-slider .slick-next:before,
.fund-card .slick-prev:before,
.fund-card .slick-next:before {
  color: #fff;
  opacity: 1;
  font-family: FontAwesome;
}


.fund-card {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  margin: 40px auto 20px;
}

.fund-card .card-item {
  transition: all 100ms ease-in-out;
}

.fund-card .card-item:hover {
  transform: scale(1.08);
}


.i-icon {
  background: #FFFFFF;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  width: 17px;
  height: 17px;
  display: inline-flex;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  float: right;
  cursor: pointer;
  text-align: center;
}

.i-icon.risko-img {
  background: transparent;
  width: auto;
  height: auto;
  box-shadow: none;
}

.trending-box {
  background: #fff;
  border-radius: 10px;
  margin: 20px 0;
}

.trending-box h4 {
  font-size: 2rem;
  margin-bottom: 6px;
}

.trending-top {
  background: #EFEFEF;
  padding: 20px;
  border-radius: 10px 10px 0 0;
  border: 1px solid #DBDBDB;
  border-bottom: 0px;
}

.trending-bottom {
  padding: 10px 15px;
  border: 1px solid #DBDBDB;
  border-top: 0px;
  border-radius: 0 0 10px 10px;
}

.trending-bottom .dotted-border {
  border-bottom: 1px dotted #dedede;
  padding: 10px 0;
}

.card-btn {
  text-align: center;
  padding: 10px 0;
}

.card-btn .orange-button {
  margin-bottom: 15px;
  margin-top:5px;
}

.cart-sec {
  align-items: center;
  display: flex;
  justify-content: space-between;
  gap: 5px;
}

.cart-sec p {
  text-align: center;
}

.cart-sec a img {
  display: flex;
  margin: 0 auto 5px;
}

.fund-type {
  align-items: center;
  border-top: 1px solid #dedede;
  display: flex;
  gap: 8px;
  margin-top: 10px;
  padding-top: 10px;
}

.fund-type {
  color: #2C2C2B;
  font-size: 1.6rem;
  font-family: "BNPPSans";
}

.return .form-control {
  height: auto;
}

.return ul {
  align-items: center;
  display: flex;
  justify-content: space-between;
  gap: 15px;
}

.return .value {
  color: #2C2C2B;
  font-weight: bold;
  font-family: "BNPPSans";
}

.return .value.greenText {
  color: #22794A;
}

.return .value span {
  color: #878685;
  font-size: 1.2rem;
  font-weight: 100;
  font-family: "BNPPSans-Light";
}

.return .lable {
  color: #1A1818!important;
  font-family: "BNPPSans"!important;
}

.return .lable b {
  font-family: "BNPPSans";
}

.min-invest li:last-child {
  text-align: right;
}

.risk .value {
  font-size: 1.6rem;
  line-height: initial;
}

.risk .value img {
  margin-top: -5px;
}

.risk img {
  display: inline-block;
}

.plan-sec {
  background: #FCF0EC;
  background-attachment: fixed;
  background-size: cover;
}

.investment {
  display: flex;
  flex-wrap: wrap;
}

.plan-left {
  background: #FDE1C9;
  width: 350px;
  position: relative;
}

.plan-left::before {
  content: " ";
  position: absolute;
  right: -14px;
  top: 50%;
  border-top: 15px solid transparent;
  border-right: none;
  border-left: 15px solid #FDE1C9;
  border-bottom: 15px solid transparent;
  transform: translateY(-50%);
  box-shadow: inset -2px 0px 4px rgba(0, 0, 0, 0.2509803922);
  z-index: 1;
}

.plan-left .view-all {
  font-size: 2.2rem;
  text-transform: capitalize;
  margin-bottom: 20px;
  display: inline-block;
}

.plan-slider {
  padding: 10px 10px 80px;
  margin-bottom: 0 !important;
}

.plan-slider .slick-track {
  display: flex;
}

.plan-slider .slick-slide {
  height: inherit;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.plan-slider .slick-dots {
  bottom: 35px;
  left: 0;
}

.slider-heading {
  padding: 25px;
}

.slider-heading h3 {
  color: #ed4c14;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
}

.slider-heading p {
  color: #333333;
  font-size: 1.8rem;
}


.plan-calculator {
  color: #333333;
  background: #fefcfc;
  padding: 30px 40px;
  position: relative;
  width: calc(100% - 350px);
}

.plan-calculator p {
  color: #333333;
  font-size: 1.8rem;
  line-height: normal;
}


.calculator {
  display: flex;
  flex-wrap: wrap;
}


.cal-left {
  width: 100%;
}     

.cal-right {
  text-align: center;
}

.calc-div {
  margin-bottom: 25px;
}
.yrDropdown {
    width: calc(100% - 35px);
}
.inputIcon select.goal {
    border: 0px;
    width: 100%;
    height: 100%;
}
.down-arrow {
    display: none!important;
}
.calc-div .inputIcon {
  background: #fff;
  border: 1px solid #DEDEDE;
  border-radius: 4px;
  display: flex;
  font-size: 1.4rem;
  width: 40%;
  min-width: 90px;
  height: 38px;
  overflow: hidden;
}

.calc-div .inputIcon.full-width {
  width: 90%;
}

.calc-div .inputIcon.full-width input {
  width: calc(100% - 35px);
}

.calc-div .inputIcon .icon-left {
  border-right: 1px solid #DEDEDE;
  padding: 2px 6px;
  width: 35px;
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.calc-div .inputIcon input {
  border: 0px;
  font-family: "BNPPSans";
  line-height: normal;
  padding: 0 12px;
  text-align: left;
  width: calc(100% - 70px);
}


.calc-div label {
  color: #707070;
  font-size: 1.6rem;
  font-family: "BNPPSans";
  line-height: normal;
  margin-bottom: 10px;
}

.inputIcon span {
  background: #EFEFEF;
  width: 35px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-family: "BNPPSans";
  line-height: normal;
  padding: 0 6px;
}
.inputIcon span.down-arrow i {
    display: none;
}
.inputIcon span.percent {
  background: transparent;
  width: auto;
  font-size: 1.8rem;
  padding-left: 0;
}

.switchToggle {
  align-items: center;
  display: flex;
  gap: 15px;
  margin-bottom: 30px;
  margin-top: 10px;
}

.switchToggle label {
  color: #525252;
  font-size: 1.5rem;
  margin-bottom: 0;
  font-weight: bold;
}

#advanced-options {
  opacity: 0.5;
}

.switch {
  display: inline-block;
}

.switch input {
  display: none;
}

.switch label {
  display: block;
  width: 52px;
  height: 21px;
  padding: 3px;
  border-radius: 15px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1607843137);
  border-radius: 14px;
  cursor: pointer;
  transition: 0.3s;
}

.switch label::after {
  content: "";
  display: inherit;
  width: 17px;
  height: 17px;
  border-radius: 12px;
  background: #ed4c14;
  transition: 0.3s;
}

.switch input:checked~label {
  border-color: #ed4c14;
}

.switch input:checked~label::after {
  translate: 30px 0;
  background: #ed4c14;
}

.switch input:disabled~label {
  opacity: 0.5;
  cursor: not-allowed;
}

.result-detail {
  background: #FFFFFF;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1019607843);
}

.result-detail ul {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
  justify-content: space-around;
}

.result-detail ul li {
  border-right: 1px dotted #c6c6c6;
  padding: 10px 17px;
  font-size: 1.6rem;
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
  width: 20%;
}

.result-detail ul li:nth-child(5) {
  border-right: 0;
}

.result-detail ul li:last-child {
  border-right: 0;
}


.invest-title {
  color: #525252;
  text-transform: uppercase;
  margin-bottom: 6px;
  font-family: "BNPPSans";
}

.years {
  background: #009858;
  border-radius: 100px;
  color: #fff;
  font-size: 1.2rem;
  padding: 4px 8px;
  display: inline-flex;
}

.plan-result {
  color: #333333;
  font-size: 1.8rem;
  font-family: "BNPPSans";
  line-height: normal;
}

.plan-result span {
  font-size: 1.4rem;
  font-family: "BNPPSans-Light";
  font-weight: 100;
  color: #333333;
}

.business {
  background: #FCF0EC;
  background-size: cover;
  background-attachment: fixed;
}


.work ul {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: center;
}

.work li {
  background: #fff;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1607843137);
  padding: 15px 10px;
  text-align: center;
  margin: 15px 0;
  width: 31%;
}

.work li img {
  height: 69px;
}

.work li h4 {
  font-weight: bold;
  margin-bottom: 15px;
  margin-top: 12px;
}

.work li P {
  line-height: normal;
}


.orangeText {
  color: #ed4c14;
  font-family: "BNPPSans";
}

.greenText {
  color: #22794A;
  font-family: "BNPPSans";
}



.insta__post_photos {
  height: 390px;
}

.insta__post_photos img,
.insta__post_photos video {
  width: 100%;
  height: 100%;
}



.insta_codepen_wrap {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

.insta__container {
  margin: 0 auto;
  background: #fff;
  color: #262626;
  font-size: 16px;
  overflow: hidden;
}

.insta__header {
  display: flex;
  background: #fff;
  padding: 10px;
  align-items: center;
  flex-wrap: nowrap;
  border-bottom: 1px solid #e2e2e2;
}

.insta__mini_icon {
  background: #fff;
  border-radius: 50%;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
  width: 25px;
  height: 25px;
}

.insta__icon-wrap {
  background: linear-gradient(53deg, rgb(251, 167, 92) 0%, rgb(225, 64, 99) 49%, rgb(196, 45, 145) 100%);
  border-radius: 50%;
}

.insta__acc_header {
  display: flex;
  align-items: flex-start;
  padding: 20px 10px;
}

.insta__post_header {
  justify-content: start;
  width: 100%;
}



.insta__post_icon-wrap {
  padding: 2px;
  margin: 0 10px 0 0;
}

.insta__post_icon {
  border: 2px solid #fafafa !important;
}

.insta__post_text-bold {
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
}

.insta__post_photo {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}

.insta__post_btns {
  display: flex;
  padding: 15px 10px;
  justify-content: space-between;
}

.insta__post_btns-left svg {
  margin: 0 5px;
}

.insta__post_comm {
  padding: 0 15px 15px;
}

.shadowBox {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1607843137);
  background: #fff;
  height: 100%;
  position: relative;
}

.thumb-img {
  position: relative;
  cursor: pointer;
}

.thumb-img::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgb(0 0 0 / 20%);
}

.thumb-img a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: url("../img/youtube.png") no-repeat;
  background-size: 55px;
  background-position: center;
  height: 54px;
  width: 76px;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.thumb-img a::before {
  content: "";
  opacity: 0.2;
  background: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.video-slider {
  margin-bottom: 0 !important;
}

.video-slider .slick-dots {
  bottom: 30px;
}



.learn-invest {
  padding: 20px 20px;
}

.learn-invest p {
  line-height: normal;
}

/*.view-btn {*/
/*  padding-left: 78px;*/
/*}*/
.learn-div .shadowBox {
    padding-bottom: 50px;
    position:relative;
}
.btm-btn {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
}
.invest-list {
  margin-top: 10px;
}

.invest-list li a {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 12px 0;
  border-bottom: 1px solid #dedede;
}

.invest-list li:last-child a{
  border-bottom: 0;
}

.invest-list li h4 {
  color: #1A1818;
  font-weight: bold;
  font-size: 1.6rem;
}

.invest-list li p {
  font-size: 1.3rem;
}

.bottom-sec {
  padding: 15px 15px 80px;
  min-height: 110px;
}

.bottom-sec p {
  color: #1A1818;
  line-height: normal;
}

.video-head {
  color: #ed4c14;
  font-size: 1.4rem;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "BNPPSans";
}

.video-head span {
  color: #009858;
}

.video-name {
  color: #1A1818;
  font-size: 1.7rem;
  font-family: "BNPPSans-Bold";
  margin: 8px 0;
  line-height: normal;
}
.blogs .col-md-4, #sub_container .col-md-4 {
    display: flex;
    flex-wrap: wrap;
}
.blogBtm {
  flex-wrap: wrap;
}

.blog-sec {
  width: 50%;
}


.blog-right {
  height: 100%;
}

.monthly-outlook {
  background-color: #FAFAFA;
  padding: 25px;
}

.monthly-outlook h4 {
  color: #1A1818;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 12px 0 8px;
}

.monthly-outlook p {
  font-size: 1.4rem;
  line-height: normal;
  padding: 8px 0;
}

.monthly-outlook p.blog-text {
  color: #1A1818;
}
.blogDetail-page .banner-title {
    position: static;
    text-align: center;
    margin: 20px auto 0; 
}

.blog-div {
  text-align: left;
  max-width: 400px;
  padding-bottom: 30px;
}

.blog-div .heading {
  text-align: left;
  margin-top: 15px;
}


.blogBg-img {
  position: relative;
}

.blogBg-img img {
  height: 100%;
  width: 100%;
}

.blogBg-img:before {
  content: "";
  background: transparent linear-gradient(180deg, rgba(34, 121, 74, 0) 0%, #113D25 100%) 0% 0% no-repeat padding-box;
  mix-blend-mode: multiply;
  opacity: 1;
  height: 243px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.blogBg-img .img-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 40px 16px;
  max-width: 280px;
}

.blogBg-img .img-caption p {
  color: #fff;
  font-weight: normal;
  padding-bottom: 15px;
}

.borderBtn {
  color: #344054;
  border: 1px solid #D0D5DD;
  background: transparent;
  font-size: 1.6rem;
  padding: 1.1rem 0.5rem;
  border-radius: 8px;
  width: 100%;
  margin: 20px 0 20px;
}

.paddingT50 {
  padding-top: 50px;
}


.paddingTB50 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.paddingTB20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.greyBg {
  background: #FAFAFA;
}

.ques {
  align-items: end;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  margin: 20px 0;
}

.ques a {
  text-transform: inherit;
}
 
.view-all, .view-all-sectors, .view-all-debt, .view-all-equity {
  font-size: 1.4rem;
  text-transform: uppercase;
  transition: 0.3s;
  position: relative;
}

.view-all.orange-text, .view-all-sectors.orange-text, .view-all-debt.orange-text, .view-all-equity.orange-text {
  color: #ed4c14;
}

.view-all:hover, .view-all-sectors:hover {
  color: #22794A;
}

.view-all.arrow::after, .view-all-sectors.arrow::after, .view-all-debt.arrow::after, .view-all-equity.arrow::after {
  content: "\f105";
  font-family: FontAwesome;
  position: relative;
  padding-left: 5px;
  margin-top: -1px;
}

.faq-slider {
  margin: 0 -10px;
}

.faq-slider .slick-track {
  display: flex !important;
}

.faq-slider .slick-slide {
  height: inherit;
  margin: 10px;
}

.inner-box {
  background-color: #fff;
  border: 1px solid #E3E5E9;
  padding: 16px;
  height: 100%;
  display: inline-flex;
  justify-content: space-between;
  flex-direction: column;
}

.inner-box h5 {
  color: #333333;
  font-size: 1.8rem;
  position: relative;
  padding-right: 20px;
}

.inner-box h5::after {
  content: "";
  background: url("../images/question-mark.png") no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  width: 13px;
  height: 29px;
}

.inner-box p {
  font-size: 1.6rem;
  padding: 10px 0;
}

.inner-box a {
  font-size: 1.4rem;
}

.slick-dots li {
  margin: 0;
}

.slick-dots li.slick-active button:before {
  color: #ed4c14;
}

.slick-dots li button:before {
  color: #ed4c14;
  font-size: 38px;
}

.our-fund {
  color: #009858;
}

.explore-more {
  color: #333333;
}

.explore-more.arrow::after {
  content: "\f105";
  font-family: FontAwesome;
  position: relative;
  margin-left: 12px;
  margin-top: -1px;
  color: #ed4c14;
}

.box-bottom {
  display: flex;
  justify-content: space-between;
  gap: 5px;
}

.small-heading {
  color: #ed4c14;
  font-size: 2.2rem;
  font-family: "BNPPSans-Bold";
}

.small-heading span {
  color: #009858;
}

.small-heading.blackColor {
  color: #1A1818;
}


.top-footer {
  background-color: #22794a;
  border: 1px solid #707070;
}

.newsletter {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 40px;
  column-gap: 40px;
  padding: 30px 15px;
}

.newsletter h2 {
  color: #fff;
  font-size: 2.6rem;
  text-transform: uppercase;
}

.newsletter input {
  font-size: 1.4rem;
  max-width: 350px;
  width: 100%;
  height: 40px;
  padding: 10px 10px;
}


.white-btn {
  color: #ed4c14;
  background: #fff;
  border: 1px solid #ed4c14;
  border-radius: 4px;
  font-size: 1.4rem;
  padding: 5px 15px;
  height: 40px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-transform: uppercase;
  transition: all 0.5s;
}

.white-btn.arrow::after {
  content: "\f105";
  font-family: FontAwesome;
  position: relative;
  margin-left: 12px;
  margin-top: -3px;
  line-height: normal;
}

.white-btn:hover {
  box-shadow: inset 0 1.5em 0em 0em #ed4c14, inset 0 -1.5em 0em 0em #ed4c14;
  border-color: #ed4c14;
  color: #fff;
}

.footer-middle {
  background-color: #5f5f5f;
  padding: 50px 0;
}

.footer-link {
  margin-bottom: 40px;
}

.footer-link h4 {
  font-size: 1.8rem;
  text-transform: uppercase;
  color: #ffffff;
  border-bottom: 1px solid #afafaf;
  padding-bottom: 6px;
  margin-bottom: 15px;
}

.footer-link li {
  padding: 2px 0;
}

.footer-link a {
  font-size: 1.5rem;
  color: #afafaf;
}

.footer-link.main-link h4 {
  border: 0px;
}

.footer-link.main-link h4 a {
  color: #fff;
}

.footer-link .d-flex {
  gap: 8px;
  justify-content: space-between;
}


.social-list a {
  transition: 0.3s;
}

.social-list a:hover img {
  background: #ed4c14;
  border-radius: 100%;
}

.footerLinksUL li {
  width: auto;
  border-right: 1px solid #fff;
  padding: 0px 10px;
  box-sizing: border-box;
  display: inline-table;
  text-align: center;
  text-transform: uppercase;
  line-height: initial;
}

.footerLinksUL li:first-child {
  position: relative;
  padding-left: 0;
}

.footerLinksUL li:last-child {
  border-right: 0;
}

.footerLinksUL li a {
  color: #fff;
  font-size: 1.5rem;
  transition: 0.3s;
}

.footerLinksUL li a:hover {
  text-decoration: underline;
}


.topFooter {
  border-top: 1px solid #afafaf;
  padding-top: 30px;
}

.topFooter p {
  color: #afafaf;
  padding-top: 25px;
}

.topFooter p a {
  color: #afafaf;
}


.copyright {
  filter: drop-shadow(0 0 1.5px rgba(0, 0, 0, 0.16));
  background-color: #fafafa;
  padding: 25px 0;
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 50px;
  column-gap: 50px;
}


.slick-dots {
  position: absolute;
  bottom: -45px;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
}

.slick-dots li {
  width: 12px;
  margin: 0 3px;
}

.slick-dots li button {
  display: block;
  width: 6px;
  height: 6px;
  padding: 0;
  margin: 0 auto;
  border: none;
  color: #ed4c14;
  border-radius: 100%;
  background-color: #ed4c14;
  text-indent: -9999px;
}

.slick-dots li.slick-active button {
  background-color: #ed4c14;
  width: 12px;
  height: 12px;
  margin-top: -4px;
}

.slick-dots li.slick-secondary button {
  width: 8px;
  height: 8px;
  margin-top: -1px;
}

.side-stick-links {
  padding: 0px;
  margin: 0px;
  position: fixed;
  right: -80px;
  top: 50%;
  transform: translateY(-50%);
  width: 120px;
  z-index: 9;
}

.side-stick-links ul li {
  background: transparent linear-gradient(89deg, #FFFFFF 0%, #F4F4F4 100%) 0% 0% no-repeat;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 10px 0px 0px 10px;
  height: 43px;
  line-height: 43px;
  padding: 0px;
  margin: 5px 0;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  display: flex;
    align-items: center;
}

.side-stick-links ul li img {
  float: left;
  margin: 10px;
  margin-right: 10px;
  width: 23px;
}

.side-stick-links ul li p {
  float: left;
  padding: 0px;
  margin: 0px;
}

.side-stick-links ul li:hover {
  margin-left: -90px;
}
.side-stick-links ul li.share-sec:hover {
    margin-left: -185px;
}
.socialIcon {
    align-items: center;
    display: flex;
    gap: 8px;
}
.socialIcon img {
    margin: 10px 3px!important;
}
.socialIcon a {
    line-height: normal;
}
.comment {
  filter: drop-shadow(0 0 3.5px rgba(0, 0, 0, 0.16));
  background-color: #ffffff;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  position: fixed;
  right: 50px;
  bottom: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.comment img {
  width: 25px;
}

.banner-title { 
  position: absolute;
  top: 150px;
  left: 100px;
}

.banner-title h2 {
  font-size: 4rem;
}


.breadcrumbs {
  position: static;
  top: 150px;
  left: 100px;
  padding: 10px 15px;
  /*display: none;*/
}

.breadcrumbs ul {
  align-items: center;
  display: flex;
}
.breadcrumbs ul li {
    position: relative;
}
.breadcrumbs ul li:first-child a {
  padding-left: 0;
}

.breadcrumbs ul li:first-child a::after {
  display: none;
}

.breadcrumbs ul a, .breadcrumbs ul p  {
  position: relative;
  padding: 0 10px;
  text-transform: uppercase;
  color: #1A1818;
}

.breadcrumbs ul li a::after {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 16px;
  line-height: 16px;
  position: absolute;
  left: -3px;
  top: 45%;
  transform: translateY(-50%);
  margin-top: -1px;
}

.breadcrumbs ul a.active {
  color: #344054;
}



.page-heading {
  background: #fff;
  /*box-shadow: 0px -10px 15px rgba(0, 0, 0, 0.1607843137);*/
  /*position: absolute;*/
  /*bottom: 0px;*/
  padding: 20px 15px;
  /*width: 90%;*/ 
  /*left: 50%;*/
  /*transform: translateX(-50%);*/
}

.page-heading .heading {
  margin-top: 0;
  text-transform: uppercase;
}

.page-heading p {
  max-width: 800px;
  margin: 10px auto; 
  text-align: center;
}


.inner-banner {
  background-color: #fff;
  padding-bottom: 0;
  padding-top: 0;
  position: relative;
}

.banner.no-banner-image {
  /*background: #f0f0f0;*/
  padding-top: 20px;
}


.inner-banner::before {
  content: "";
  background: transparent linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%) 0% 0% no-repeat padding-box;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 183px;
  width: 100%;
  display: none;
}

.filter-sec {
  background: #FAFAFA;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1607843137);
  padding: 30px;
}


.filter-sec ul {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 35px;
  column-gap: 35px;
  row-gap: 20px;
}

.filter-sec li {
  list-style: none;
  margin-bottom: 10px;
}

.filter-sec li:last-child {
  margin-bottom: 0;
}



.filter-sec select {
  min-width: 210px;
  width: auto;
}

.filter-open {
  font-size: 1.8rem;
  display: flex;
  justify-content: space-between;
  line-height: normal;
  cursor: pointer;
}

.filter-open i {
  color: #ed4c14;
}


.filter-check {
  align-items: center;
  display: inline-flex;
  gap: 20px;
}

.checkbox .form-group {
  margin: 0;
}

.checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.checkbox label {
  position: relative;
  cursor: pointer;
  font-size: 1.4rem;
  color: #1A1818;
  font-family: "BNPPSans";
  margin: 0;
}

.checkbox label:before {
  content: "";
  -webkit-appearance: none;
  background-color: #fff;
  border: 1px solid #DEDEDE;
  border-radius: 4px;
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 8px;
}

.checkbox input:checked+label:before {
  background: #22794A;
  border: 1px solid #22794A;
}

.checkbox input:checked+label:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 9px;
  width: 5px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.filter-radio {
  align-items: center;
  display: inline-flex;
  gap: 20px;
}

.filter-radio .form-group {
  margin: 0;
}

[type=radio]:checked,
[type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type=radio]:checked+label,
[type=radio]:not(:checked)+label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #555555;
  font-size: 1.4rem;
  font-family: "BNPPSans";
  margin-bottom: 0;
}

[type=radio]:checked+label:before,
[type=radio]:not(:checked)+label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #DEDEDE;
  border-radius: 100%;
  background: #fff;
}

[type=radio]:checked+label:before {
  border: 1px solid #22794A;
  background: #22794A;
}

[type=radio]:checked+label:after,
[type=radio]:not(:checked)+label:after {
  content: "";
  width: 6px;
  height: 6px;
  background: #fff;
  position: absolute;
  top: 6px;
  left: 6px;
  border-radius: 100%;
  transition: all 0.2s ease;
}

[type=radio]:not(:checked)+label:after {
  opacity: 0;
  transform: scale(0);
}

[type=radio]:checked+label:after {
  opacity: 1; 
  transform: scale(1);
}

.card-top {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 15px;
}

.card-top .small-heading {
  color: #1A1818;
  font-size: 2rem;
  font-family: 'BNPPSans';
}


.plan-dropdown {
  align-items: center;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
}

.plan-dropdown label {
  font-size: 1.6rem;
  margin-bottom: 0;
}

.plan-dropdown .form-control {
  min-width: 200px;
  width: auto;
}

.investor-sec {
  padding-bottom: 70px;
}


.investor-card {
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border: 1px solid #DBDBDB;
  border-radius: 10px;
  height: 100%;
  position: relative;
}

.investor-top {
  align-items: center;
  background: #EFEFEF;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border: 1px solid #DBDBDB;
  border-radius: 10px 10px 0px 0px;
  padding: 20px;
  display: flex;
  justify-content: start;
  gap: 20px;
}

.investor-top .icon-div { 
  margin: 0;
}

.investor-top h3 {
  font-size: 2rem;
  font-weight: bold;
  width: calc(100% - 90px);
}
.head-date {
     width: calc(100% - 90px);
}
.head-date h3 { 
    width: 100%;
}
.investorBtm {
  padding: 25px 20px 70px;
}

.investorBtm .uploadDate {
  font-family: 'BNPPSans';
}

.investorBtm .view-all.orange-text {
  position: absolute;
  bottom: 25px;
  width: 90%;
  display: flex;
  align-items: center;
}

.investorBtm .view-all.orange-text::before {
  content: '';
  background: url('../img/PDF-icon.png') no-repeat;
  display: block;
  height: 38px;
  width: 44px;
  position: absolute;
  right: 10px;
}

.btn-div {
  display: flex;
  gap: 25px;
  margin-top: 15px;
}

.btn-div a {
  width: 100%;
}

.insight-card .investorBtm {
  padding-bottom: 25px !important;
}

.cardBtm {
  padding: 15px 20px 25px;
}

.cardBtm li {
  padding: 8px 0 6px;
  position: relative;
  font-size: 1.6rem;
  color: #1A1818;
  padding-left: 25px;
}

.cardBtm li::before {
  content: "\f05d";
  color: #ed4c14;
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  top: 19px;
  transform: translateY(-50%);
}

.cardBtm li.tick-none {
  padding-left: 0;
}

.cardBtm li.tick-none::before {
  display: none;
}

.cardBtm li a {
  font-size: 1.6rem;
  color: #525252;
  display: inline-flex;
  line-height: normal;
}

.cardBtm li:last-child {
  border-bottom: 0px;
}

/*.about-bgcolor {*/
/*  background: #FAFAFA;*/
/*}*/

.about-tab {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 50px;
}

.nav-tabs {
  margin-bottom: 20px; 
  /*padding: 0 50px;*/
}

.nav-tabs li {
  /*min-width: 220px;*/
}

.nav-tabs li a.nav-link {
  font-size: 1.6rem;
  font-weight: bold;
  height: 100%;
  padding: 15px 25px;
  position: relative;
  text-align: center;
  border: 0;
}

.nav-tabs li a.nav-link.active, .nav-tabs li a.nav-link:hover {
  color: #009858;
  background-color: transparent;
  border:0px;
}

.nav-tabs li a.nav-link:after {
  content: "";
  border-right: 1px solid #dee2e6;
  position: absolute;
  right: -2px;
  width: 1px;
  height: 55%;
  top: 15px;
}


.nav-tabs li:last-child a::after {
  border-right: 0;
}

.sponsor-sec .col-md-4 {
  display: flex;
  flex-wrap: wrap;
}

.sponsor-box {
  background: #FFFFFF;
  border: 1px solid #DBDBDB;
  border-radius: 10px;
  text-align: center;
  padding: 30px 25px;
}

.sponsor-box img {
  width: 250px;
}

.sponsor-box h3 {
  margin-top: 25px;
  text-transform: capitalize;
}

.sponsor-box p {
  color: #525252;
  margin-top: 15px;
}

.sponsor-box p a {
  color: #ed4c14;
}

.trustee-sec h2 {
  margin-bottom: 15px;
  margin-top: 20px;
}

.trustee-box {
  background: #FFFFFF;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1607843137);
  border: 1px solid #DBDBDB;
  border-radius: 6px;
  width: 100%;
  float: left;
  padding: 15px;
}

.trustee-box h3 {
  margin-bottom: 15px;
}



.giveCall a {
  align-items: center;
  display: inline-flex;
  gap: 5px;
}

.giveCall a p {
  font-size: 1.3rem;
}


.about-tab .borderBottom {
  position: relative;
  margin: 40px 0;
  padding-top: 40px;
}

.about-tab .borderBottom:before {
  content: "";
  background: transparent linear-gradient(270deg, #FFFFFF 0%, #BCBCBC 50%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 2px;
}

.about-left {
  text-align: center;
}

.about-left h4 {
  font-size: 3.8rem;
  margin-bottom: 10px;
  margin-top: 30px;
  font-weight: normal;
}

.about-left p {
  color: #1A1818;
  padding: 10px 0;
}

.about-left>img {
  margin-top: 15px;
  width: 250px;
}

.about-right ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
}

.about-right .about-box {
  /*background: #F4FDF8;*/
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1607843137);
  padding: 15px;
  text-align: center;
  margin: 15px 0;
  width: 100%;
}

.about-right .about-box h4 {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 5px;

}

.about-right .about-box p {
  color: #1A1818;
}

.about-right .about-icon {
  height: 65px;
  display: inline-flex;
  align-items: center;
  margin-bottom: 20px;
  margin-top: 15px;
  width: 80px;
  justify-content: center;

}

.about-right .about-icon img {
  height: 100%;
  width: auto;
}

.about-right .about-icon img.widthAuto {
  height: auto;
}

.textSec h2 {
  text-align: left;
  margin-bottom: 1.5rem;
}

.textSec .orange-button {
  margin-top: 2.5rem;
}

.our-mission {
  align-items: center;
  display: flex;
  gap: 25px;
}

.our-mission.borderR {
  border-right: 1px solid #DEDEDE;
}

.pinkBG {
  background: #FDE1C9;
}

.lightPink-bg {
  background: #FFF6F2;
}

.trustee {
  padding: 30px 40px;
}

.trustee .heading {
  text-align: left;
}

.trustee h4 {
  font-size: 2.5rem;
  font-weight: normal;
  margin-bottom: 15px;
}

.trustee p {
  padding: 8px 0;
}

.trustee-left {
  display: flex;
}

.trustee-left .trustee-name {
  color: #1A1818;
  font-weight: bold;
  font-size: 1.8rem;
  font-family: "BNPPSans";
  padding-bottom: 0;
  padding-top: 20px;
  line-height: normal;
}

.trustee-img {
  text-align: center;
}

.trustee-img p {
  padding: 4px 0;
}

.thumb-icon {
  position: relative;
}

.arrowIcon {
  color: #fff;
  width: 70px;
  height: 70px;
  background-color: #000000;
  border-radius: 50%;
  border: 5px solid #fff;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1607843137);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.arrowIcon::before {
  font-size: 50px;
  position: absolute;
  left: 55%;
  top: 50%;
  transform: translate(-50%, -50%);
}


.director-amc .col-md-4 {
  display: flex;
}

.member-wrapper {
  background: #FFFFFF;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border: 1px solid #DBDBDB;
  border-radius: 10px;
  text-align: center;
  padding: 25px;
  margin: 15px 0;
}

.member-wrapper .member-name {
  color: #525252;
  font-size: 2.2rem;
  font-weight: normal;
  font-family: "BNPPSans";
  margin-top: 20px;
}

.member-wrapper .designation {
  font-size: 1.4rem;
  padding: 2px 0 0;
}

.member-wrapper p {
  color: #1A1818;
  font-size: 1.6rem;
}

.member-wrapper p.managing {
  color: #525252;
  font-family: "BNPPSans-Light";
  padding-bottom: 20px;
  font-size: 1.4rem;
  position: relative;
  margin-bottom: 20px;
}

.member-wrapper p.managing::after {
  content: "";
  background: transparent linear-gradient(90deg, #009858 0%, #ed4c14 100%) 0% 0% no-repeat padding-box;
  border-radius: 5px;
  height: 5px;
  width: 100px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.member-wrapper p.content {
  font-family: "BNPPSans-Light";
}

.member-wrapper img {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 100%;
  margin: 0 auto;
}

.manager-div {
  padding: 0;
}

.manager-div .box-inner {
  border-bottom: 1px solid #DBDBDB;
  padding: 25px 25px 10px;
}

.manager-div .view-all {
  display: inline-block;
  padding: 15px;
}

.manager-div .view-all::after {
  position: absolute;
  right: -5px;
  top: 37%;
}

.fund-accord .card {
  border: 0;
  border-radius: 0;
  background: transparent;
  border-bottom: 1px solid #ccc;
}

.fund-accord .card-header {
  background: transparent;
  border-radius: 0;
  border: 0;
  line-height: normal;
  padding: 15px 0 10px;
}

.fund-accord .card-header a {
  font-size: 1.8rem;
}

.fund-accord .card-body {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 25px;
  font-size: 1.5rem;
}

.fund-accord .card-body p {
  font-size: 1.5rem;
  font-family: "BNPPSans-Light";
  font-weight: normal;
}

/*.accordion-title:before {*/
/*  float: right !important;*/
/*  font-family: FontAwesome;*/
/*  content: "-";*/
/*  padding-right: 5px;*/
/*  color: #ed4c14;*/
/*  font-weight: bold;*/
/*  font-size: 2rem;*/
/*  line-height: 15px;*/
/*}*/

.accordion-title:before {
    float: right !important;
    font-family: "FontAwesome";
    content: "\f106";
    padding-right: 5px;
    color: #000000;
    font-weight: 500;
    font-size: 2.8rem;
}

.accordion-title.collapsed:before {
     float: right !important;
    content: "\f107";
}

.download-sec .row {
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
}



.doc-list .small-heading {
  color: #333333;
  text-transform: capitalize;
  margin-bottom: 15px;
}

.doc-list .cardBtm {
  display: flex;
  justify-content: space-between;
  padding: 0;
  flex-wrap: wrap;
}

.doc-list .cardBtm ul {
  width: 48%;
}


.philosophy-sec {
  padding-top: 20px;
  padding-bottom: 50px;
}

.philosophy-sec .row {
  align-items: center;
}

.philosophy-sec .small-heading {
  margin-bottom: 15px;
  text-transform: capitalize;
}

.philosophy-sec p {
  padding: 5px 0;
}

.approach-sec {
  padding-bottom: 0;
}

.approach-sec .row .col-md-4 {
  display: flex;
  flex-wrap: wrap;
}

.approach-sec .investor-top {
  background-color: #FDE1C9;
}

.approach-sec .investor-card {
  margin-top: 20px;
  height: auto;
}

.range-container {
  border-radius: 50%;
  display: table;
  height: 240px;
  position: relative;
  width: 240px;
  margin: 30px auto 0;
}

.range-container input {
  opacity: 0;
  position: absolute;
}

.range-container .dial {
  background-color: #22794A;
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  height: 26px;
  margin-left: -13px;
  position: absolute;
  top: -13px;
  transform: translateX(120px) translateY(4px);
  width: 26px;
  z-index: 40;
}

.range-container .dial:focus {
  outline: 0;
}

.range-container .info {
  background-color: #fefcfc;
  border-radius: 50%;
  bottom: 5px;
  color: #333;
  cursor: default;
  display: table-cell;
  font-size: 1.6rem;
  left: 5px;
  padding: 20px;
  position: absolute;
  right: 5px;
  text-align: center;
  top: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  text-transform: uppercase;
  z-index: 30;
}

.circle-inner {
  background: #ECECEE 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  padding: 26px;
  border-radius: 100%;
  display: inline-flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  font-size: 2.5rem;
  font-family: "BNPPSans";
}

.circle-inner p {
  font-size: 1.8rem;
  text-transform: initial;
}

.range-container .count {
  color: #009858;
  display: block;
  font-size: 2.8rem;
  font-weight: normal;
}

.slice {
  border-radius: 240px 0 0 240px;
  background-color: #22794A;
  height: 100%;
  overflow: hidden;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 50%;
  z-index: 10;
}

.slice.right {
  border-radius: 0 240px 240px 0;
  right: 0;
}

.slice.right .blocker {
  left: 0;
  right: auto;
  transform-origin: 0 25%;
}

.slice .blocker {
  background-color: #eee;
  height: 200%;
  position: absolute;
  right: 0;
  transform-origin: 100% 25%;
  width: 200%;
}

.content {
  /*overflow: hidden;*/
  /*max-height: 100px;*/
  /* Adjust as needed */
  /*transition: max-height 0.3s ease-out;*/
}

/*.contentmgmr {*/
/*  max-height: 1px;*/
/*}*/


.content.show { 
  max-height: none;
}

.toggleButton {
  color: #ed4c14;
  border: 0;
  background: transparent;
  font-size: 1.4rem;
  font-family: "BNPPSans";
  display: block;
  cursor: pointer;
  margin: 10px auto 0;
}
/*.toggleButton.show {*/
/*    display: block!important;*/
/*}*/
.fixed-income img {
  margin: 15px 0;
  width: 100%;
}


.pageTitle,
.topCont p {
  font-size: 2.8rem;
  margin-bottom: 10px;
}

.year-select label {
  color: #7D8682;
  font-size: 1.6rem;
  line-height: normal;
}
.slider-container.downloadSection .slick-dots li {
    width: auto!important;
    min-height: auto;
    background: transparent;
    border:0px;
    box-shadow: none;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
}
.slider-container.downloadSection li {
    display: flex;
}
.downloadSection,
.boxUL {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.downloadSection li,
.boxUL li {
  align-items: flex-start;
  background: #FFFFFF;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1607843137);
  border: 1px solid #DBDBDB;
  border-radius: 6px;
  display: flex;
  margin: 20px 0;
  justify-content: space-between;
  padding: 20px;
  width: 100%;
  height: auto !important;
}

.greyBox {
  background: #FAFAFA;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1607843137);
  padding: 30px 20px;
}

.greyBox .row {
  row-gap: 20px;
}

.category-search {
  position: relative;
}

.category-search input {
  height: 56px;
  padding-right: 42px;
}

.searchIcon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
}

.pageTop-sec .row {
  row-gap: 20px;
}

.downloadRight {
  width: 100%;
  display: flex;
  align-items: center;
  height: 100%;
  gap: 15px;
  justify-content: flex-end;
  position: relative;
}

.downloadRight .view-all {
  text-decoration: underline;
}

.downloadRight .icon-sec {
  border-left: 0;
  padding-left: 0;
  margin-left: 0;
  padding-top: 0;
  width: auto;
  height: auto;
}

.downloadRight a {
  width: auto;
}
.icon-sec img {
    margin: 0 auto;
}
.uploadDate {
  margin-top: 0;
  display: none!important;
}

.categoryName {
  color: #009858;
  font-size: 1.6rem;
}

.item-count {
  color: #525252;
  font-size: 1.6rem;
  font-family: 'BNPPSans-Light';
}

.share-icons {
  background-color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 4px;
  position: absolute;
  top: 90px;
  right: 0;
  width: 130px;
  padding: 10px 5px;
  display: none;
  z-index: 1;
}

.share-icons a {
  display: flex;
  padding: 8px 12px;
  gap: 10px;
  align-items: center;
  justify-content: start !important;
}
.share-icons img {
    height: auto!important;
}
.uploadDate,
.boxUL .left span {
  display: inline-block;
  font-size: 1.4rem;
  margin-bottom: 8px;
}

.boxUL .left span {
  font-family: "BNPPSans-Light";
}

.file-name,
.boxUL .left p {
  font-size: 1.7rem;
  line-height: normal;
}

.icon-sec,
.boxUL .right {
  border-left: 1px solid #DBDBDB;
  cursor: pointer;
  text-align: center;
  padding-left: 20px;
  padding-top: 5px;
  margin-left: 20px;
  width: 100px;
  height: 100%;
}

.icon-sec p,
.boxUL .right p {
  color: #ed4c14;
  font-size: 1.4rem;
  margin-top: 6px;
  text-transform: uppercase;
}

ul.boxUL li .right .vMid:before {
  content: '';
  background: url(../img/PDF-icon.png) no-repeat center 0;
  display: block;
  margin: 0 auto;
  width: 38px;
  height: 44px;
}
ul.boxUL li .excelLink .right .vMid:before {
  content: '';
  background: url(../img/XL-icon.png) no-repeat center 0;
  display: block;
  margin: 0 auto;
  width: 43px;
  height: 42px;
}
ul.boxUL li .xmlLink .right .vMid:before {
  content: '';
  background: url(../img/XML-icon.png) no-repeat center 0;
  display: block;
  margin: 0 auto;
  width: 38px;
  height: 44px;
}

ul.boxUL li .wordLink .right .vMid:before {
  content: '';
  background: url(../img/Word-icon.png) no-repeat center 0;
  display: block;
  margin: 0 auto;
  width: 43px;
  height: 41px;
}

ul.boxUL li>a {
  display: flex;
  justify-content: space-between;
  width: 100%;
}


.blog-box {
  border: 1px solid #DBDBDB;
  border-radius: 10px;
  overflow: hidden;
  margin: 15px 0;
  text-align: center;
  transition: 0.3s;
  position: relative;
}

.blog-box:hover {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3058823529);
}
.blog-box:hover .blog-img {
    transform: scale(1.1);
    filter: brightness(1.1);
}
.blog-box:hover .boxBtm .blog-heading {
    text-decoration: underline; 
}
.blog-box img {
  height: 220px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.3s ease, filter 0.3s ease;
}

.blog-box.detail-box img {
  height: 300px;
}
.mumboJumbo .blog-box img {
    height: auto;
}
.blog-box.detail-box p {
  font-size: 1.8rem;
}

.blog-heading {
  margin-bottom: 18px;
  text-align: left;
}

.boxBtm {
  padding: 20px 20px 80px 20px;
  margin: 0 auto;
  
}

.boxBtm p {
  font-size: 1.5rem;
  line-height: normal;
  /*min-height: 125px;*/
  text-align: left;
  padding: 0;
    display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; 
  overflow: hidden;
  text-overflow: ellipsis;
}

.boxBtm .orange-button {
  margin-bottom: 8px;
  margin-top: 20px;
  width: auto;
      position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 13px;
}

.blogImg {
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  margin: 18px 0;
  transition: 0.3s;
}

.blogImg:hover {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3058823529);
}

.blogImg img {
  height: 286px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.blogImg::after {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}

.blogImg:hover::after {
  animation: shine 0.75s;
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.overlapText {
  bottom: 0;
  position: absolute;
  text-align: center;
  padding: 20px;
  width: 100%;
  z-index: 9;
}

.overlapText p {
  color: #fff;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: normal;
  font-family: "BNPPSans";
}

.overlapText p.black-text {
  color: #000000;
}

.overlapText .orange-button {
  margin-bottom: 0;
}

.center-slider .slick-center img {
  transform: scale(1);
  opacity: 1;
}

.center-slider .slick-slide {
  position: relative;
}

.center-slider .slick-slide::before {
  content: "";
  background: transparent linear-gradient(180deg, rgba(255, 255, 255, 0.1411764706) 0%, #FFFFFF 100%);
  opacity: 0.7;
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  display: none;
}

.center-slider.slick-slider {
  overflow: visible;
}
.slick-slide:focus-visible {
    outline: none!important;
}
.center-slider img {
  opacity: 0.8;
  transition: all 300ms ease;
  bottom: 0;
  transform: scale(0.94);
  height: 540px;
}



.slider-caption {
  position: absolute;
  bottom: 0;
  padding: 20px 10px;
  z-index: 9;
  display: none;
  width: 95%;
  left: 50%;
  transform: translateX(-50%);
}

.slider-caption p {
  padding: 10px 0 15px;
  line-height: normal;
}

.slider-caption h2 {
  line-height: normal;
}

.slick-center .slider-caption {
  display: block;
}

.slick-center.slick-slide::before {
  display: block;
}



.redeem-table {
  padding: 25px 0;
}

.redeem-table table {
  width: 100%;
  border: 1px solid #ccc;
}

.redeem-table th {
  background: #f26522;
  color: #fff;
}

.redeem-table th,
.redeem-table td {
  font-size: 1.8rem;
  padding: 5px 15px;
  font-weight: 600;
  text-align: center;
  font-family: "BNPPSans";
  border-left: 1px solid #f9f8f7;
}

.redeem-table td {
  color: #000000;
}

.redeem-table tr:nth-child(even) {
  background: #f9cbac;
}

.redeem-table tr:nth-child(odd) {
  background: #f9f8f7;
}

.redeem-table tr td:first-child {
  text-align: left;
  border-left: 0;
}

.manager-sec {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 50px;
}

.manager-detail p {
  color: #1A1818;
  padding: 10px 0;
}


.latest-nav {
  align-items: center;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 20px;
  justify-content: space-between;
}

.latest-nav a {
  margin-top: 0;
}

.checkBox-sec {
  background: #FAFAFA;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1607843137);
  padding: 30px;
  margin: 20px 0 40px;
}

.checkBox-sec .row {
  align-items: center;
  row-gap: 20px;
}

.checkBox-sec {
  display: flex;
  -moz-column-gap: 50px;
  column-gap: 50px;
  row-gap: 15px;
  flex-wrap: wrap;
}

.checkBox-sec .form-group {
  display: inline-block;
  margin-bottom: 0;
}

.checkBox-sec .form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.checkBox-sec .form-group label {
  color: #555555;
  font-size: 1.4rem;
  position: relative;
  cursor: pointer;
}

.checkBox-sec .form-group label:before {
  content: "";
  -webkit-appearance: none;
  background-color: #fff;
  border: 1px solid #DEDEDE;
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
  margin-top: -1px;
  width: 22px;
  height: 22px;
}

.checkBox-sec .form-group input:checked+label:before {
  border: 1px solid #ed4c14;
  background: #ed4c14;
}

.checkBox-sec .form-group input:checked+label:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 8px;
  width: 6px;
  height: 14px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.nav-table table {
  border: 1px solid #D3D3D3;
  width: 100%;
}

.nav-table table th,
.nav-table table td {
  border-bottom: 1px solid #D3D3D3;
  padding: 15px 20px;
}

.nav-table table th {
  background: #F26522;
  color: #fff;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
}

.nav-table table th:first-child {
  text-align: left;
}

.nav-table table td {
  color: #525252;
  font-size: 18px;
  text-align: center;
  font-family: "BNPPSans";
}

.nav-table table td:first-child {
  text-align: left;
  width: 400px;
}

.nav-table table td.amt-td {
  background: #F1F7F4;
  box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.1607843137);
  color: #1A1818;
  font-size: 18px;
}

.nav-table table td .orange-button {
  width: 80%;
}

.nav-table table img {
  max-width: -moz-max-content;
  max-width: max-content;
}


.bell {
  background: #fefaf7;
  text-align: center;
}

.nav-note {
  font-family: "BNPPSans";
  padding-top: 15px;
}

.nav-note img {
  width: 18px;
}

.historical-nav {
  margin-top: 40px;
}

.historical-nav .title,
.historical-nav .heading {
  text-align: left;
}

.show-nav .orange-button {
  margin: 0;
  width: 90%;
}

.download-btn {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  row-gap: 15px;
}

.download-btn li {
  align-items: center;
  display: flex;
  gap: 15px;
  border-left: 1px solid #D3D3D3;
  padding: 0 30px;
}

.download-btn li:first-child {
  border-left: 0px;
  padding-left: 0;
}

.download-btn li:last-child {
  padding-right: 0;
}

.download-btn li p {
  color: #1A1818;
  font-size: 1.8rem;
  font-weight: bold;
  font-family: "BNPPSans";
}

.download-btn li img {
  width: 30px;
}

.border-line {
  border-bottom: 1px solid #DEDEDE;
  margin: 30px 0;
}

.choose-date {
  align-items: center;
  gap: 15px;
  display: flex;
  
}

.choose-date .form-control {
  width: auto;
}

.datepicker {
  display: none;
  position: absolute;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 5px;
}

.fund-table {
  margin: 0px !important;
  padding: 0px !important;
}

.fund-table table {
  width: 100%;
  border: 1px solid #DBDBDB;
}

.fund-table table th,
.fund-table table td {
  padding: 10px 15px;
  text-align: center;
}

.fund-table table tr:first-child th:first-child {
  text-align: left;
}

.fund-table table tr {
  position: relative;
}

.fund-table table th {
  color: #2C2C2B;
  font-size: 1.5rem;
  text-transform: uppercase;
  background: #EFEFEF;
  white-space: nowrap;
  text-align: center;
  font-weight: normal;
}

.fund-table table th.bg_green {
  background: #e4f2ea;
}

.fund-table table td {
  border-top: 1px solid #DBDBDB;
  color: #333333;
  font-size: 1.6rem;
  font-weight: normal;
  /*vertical-align: text-top;*/
  vertical-align: middle;
}

.fund-table table td:first-child p.detail-val a {
  font-size: 1.6rem;
}

.fund-table table td:first-child {
  text-align: left;
  width: 300px;
}

.fund-table table td.bg_green {
  font-weight: normal;
  white-space: nowrap;
  font-family: "BNPPSans";
}

.fund-table table td.cartImg {
  width: 65px;
}

.fund-table table td.cartImg a {
  position: relative;
}

.fund-table table td.cartImg img {
  width: 30px;
}

.fund-table table td .orange-button {
  white-space: nowrap;
  margin: 5px 0;
  border-radius: 6px;
  padding: 8px 10px;
}

.fund-table table td .view-all {
  font-weight: normal;
  font-size: 1.2rem;
}

.compare-count {
  background: #ed4c14;
  border-radius: 100%;
  display: inline-flex;
  width: 15px;
  height: 15px;
  font-size: 10px;
  align-items: center;
  position: absolute;
  right: -10px;
  top: -16px;
  justify-content: center;
  line-height: normal;
  color: #fff;
}


p.detail-label {
  background: transparent;
  text-align: left;
  color: #2C2C2B;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: normal;
  display: none;
  padding-bottom: 2px;
}


.fundType {
  color: #595B61;
  font-size: 12px;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 5px;
}

.fundType img {
  width: 16px;
}

.bg_green {
  background: #e1f4ef;
  font-weight: bold; 
  text-align: center;
  white-space: nowrap;
}

.fontBold {
  font-family: "BNPPSans";
}
.bench-div {
    display: flex;
    gap: 12px;
}
.card-iImg {
    right:0;
    left: auto;
    transform: none;
}
.detail-tab.nav-tabs,
.noborder-tab {
  justify-content: center;
  padding: 0;
}

.detail-tab.nav-tabs.performance-tab,
.noborder-tab.performance-tab {
  justify-content: start;
}

.detail-tab.nav-tabs .nav-item,
.noborder-tab .nav-item {
  min-width: auto;
}

.detail-tab.nav-tabs .nav-item .nav-link,
.noborder-tab .nav-item .nav-link {
  border: 0;
  cursor: pointer;
  text-align: center;
}

.detail-tab.nav-tabs .nav-item .nav-link:hover,
.noborder-tab .nav-item .nav-link:hover {
  color: #009858;
}

.detail-tab.nav-tabs .nav-item .nav-link.active:after,
.detail-tab.nav-tabs .nav-item .nav-link:hover::after,
.noborder-tab .nav-item .nav-link.active:after,
.noborder-tab .nav-item .nav-link:hover::after {
  border-right: 1px solid #dee2e6;
}

.detail-tab.nav-tabs .nav-item:last-child .nav-link.active:after,
.detail-tab.nav-tabs .nav-item:last-child .nav-link:hover::after,
.noborder-tab .nav-item:last-child .nav-link.active:after,
.noborder-tab .nav-item:last-child .nav-link:hover::after {
  border-right: 0;
}


.noborder-tab {
  border-bottom: 0;
}

.overview-sec {
  border-bottom: 1px solid #DEDEDE;
  display: flex;
  flex-wrap: wrap;
  
}

.overview-sec li {
  border-right: 1px dashed #DEDEDE;
  width: 25%;
  padding: 0px 0px;
  display: inline-flex;
  margin: 15px 0;
}

.overview-sec li:first-child {
    padding-left: 0;
}
.overview-sec li:last-child {
    border-right: 0px;
}
.overview-sec .lable {
  color: #525252;
  text-transform: capitalize;
  font-family: "BNPPSans-Light";
  margin-bottom: 5px;
  font-size: 1.4rem;
}

.overview-sec .val { 
  color: #333333;
  font-size: 1.6rem;
  font-weight: 600;
}

.overview-sec .val.green {
  color: #009858;
}

.overview-sec .val span {
  color: #333333;
  font-size: 13px;
  /*font-family: "BNPPSans-Light";*/
  font-weight: normal;
}

.overview-sec .fullwidth {
  width: 95%;
}

.overview-sec .date {
  color: #333333;
  font-size: 13px;
  /*font-family: "BNPPSans-Light";*/
}

.overview-sec .view-all {
  text-transform: inherit;
  margin-top: 5px;
  display: inline-block;
}

.cagrValue {
  display: flex;
  align-items: center;
  gap: 8px;
}

.cagrValue p {
  display: flex;
  color: #009858;
  font-weight: bold;
  gap: 4px;
}

[hover-tooltip] {
  position: relative;
  cursor: default;
}

[hover-tooltip]:hover::before {
  content: attr(hover-tooltip);
  font-size: 14px;
  text-align: center;
  text-transform: capitalize;
  position: absolute;
  display: block;
  left: 50%;
  min-width: 150px;
  max-width: 200px;
  bottom: calc(100% + 10px);
  transform: translate(-50%);
  animation: fade-in 300ms ease;
  background: #272727;
  border-radius: 4px;
  padding: 10px;
  color: #ffffff;
  z-index: 1;
}

[hover-tooltip]:hover::after {
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  width: 0;
  height: 0;
  bottom: calc(100% + 6px);
  margin-left: -3px;
  border: 1px solid black;
  border-color: #272727 transparent transparent transparent;
  border-width: 4px 6px 0;
  animation: fade-in 300ms ease;
  z-index: 1;
}

[hover-tooltip][tooltip-position=bottom]:hover::before {
  bottom: auto;
  top: calc(100% + 10px);
}

[hover-tooltip][tooltip-position=bottom]:hover::after {
  bottom: auto;
  top: calc(100% + 6px);
  border-color: transparent transparent #272727;
  border-width: 0 6px 4px;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
.top-issuers {
  padding-top: 20px;
}
.top-issuers h4 {
  color: #525252;
  font-size: 1.6rem;
  font-family: "BNPPSans-Light";
}
.top-issuers li {
  color: #1A1818;
  font-size: 1.6rem;
  font-family: "BNPPSans";
  border-bottom: 1px solid #DBDBDB;
  padding: 8px 0;
      display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
}
.top-issuers li:last-child {
  border-bottom: 0;
}
.performance-table table {
  border: 1px solid #DBDBDB;
  margin-top: 20px;

}

.performance-table table th,
.performance-table table td {
  padding: 15px 20px;
}

.performance-table table th {
  color: #2C2C2B;
  font-weight: normal;
  font-size: 1.6rem;
  text-transform: capitalize;
  position: relative;
  padding: 5px 20px;
  height: 60px;
  vertical-align: middle;
  min-width: 120px;
}
#returns-tab .performance-table table th:not(:first-child) {
    width: 108px;
    min-width: auto;
}
#returns-tab .performance-table table th .ribbon span {
        min-width: 60px;
}
.ribbon {
    position: absolute;
    top: -6px;
    left: 50%;
    transform: translateX(-50%);

}

.ribbon span {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  /*background: #F8463F;*/
background: transparent linear-gradient(180deg, #ffae76 0%, #ed4c14 100%);
  font-size: 14px;
  line-height: 1;
  padding: 12px 8px 10px;
  border-top-right-radius: 8px;
  min-width: 90px;
  min-height: 50px;
  color: #fff;
}
.ribbon span:before, .ribbon span:after {
  position: absolute;
  content: "";
}
.ribbon span:before {
 height: 6px;
 width: 6px;
 left: -6px;
 top: 0;
 background: #F8463F;
}
.ribbon span:after {
 height: 6px;
 width: 8px;
 left: -8px;
 top: 0;
 border-radius: 8px 8px 0 0;
 /*background: #C02031;*/
 background: transparent linear-gradient(74deg, #962F06 0%, #4B1803 100%) 0% 0% no-repeat padding-box;
}
.performance-table table th:not(:first-child) {
  background-color: #e4f2ea;
  text-align: center;
}

.performance-table table th:first-child {
  background-color: #efefef;
  text-align: left;
  width: 280px;
}

.performance-table table td {
  color: #525252;
  font-size: 1.6rem;
  font-family: "BNPPSans";
}

.performance-table table td:not(:first-child) {
  background-color: #f0fef6;
  text-align: center;
}

.performance-table table td:first-child {
  background-color: #fff;
  text-align: left;
}



.navTable th {
  width: auto !important;
}

.return-disclaimer p {
    font-family: "BNPPSans-Light";
  padding: 8px 0;
}

.video-library {
  background: #fff;
  border: 1px solid #DBDBDB;
  border-radius: 10px;
  overflow: hidden;
  height: auto;
  margin: 10px 0;
}

.video-library .bottom-sec {
  padding: 15px;
}

.detailPage .title {
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-wrap: wrap;
}

.detailPage .title .heading {
  text-align: left;
}

.detailPage .title .head-right ul {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  gap: 20px;
}

.detailPage .title .head-right ul img {
  margin-bottom: 10px;
  height: auto;
}

.detailPage .title .head-right ul p {
  font-weight: normal;
  font-size: 1.4rem;
  line-height: normal;
}

.detailPage .title .head-right .orange-button {
  margin: 0;
}

.detailPage .banner-title h2 .orange-text {
  color: #ed4c14;
  font-weight: bold;
}

.detailPage .banner-title h2 .greenText {
  font-weight: bold;
}

.detailPage .banner-title h2 .size-small {
  font-size: 2.5rem;
}


.video-carousel .slick-track {
    display: flex;
}

.video-carousel .video-library {
  margin: 10px 10px;
}


.podtales-slider .slick-slide,
.empower-slider .slick-slide { 
  margin: 10px 15px;
}

.pod-box {
  align-items: center;
  background: #fff;
  border: 1px solid #DBDBDB;
  border-radius: 10px;
  display: flex;
  padding: 16px;
  gap: 15px;
}
.pod-active {
    border: 1px solid #009858;
    box-shadow: 0px 0px 3px #00985847;
}

.pod-box .pod-icon {
  align-items: center;
  background: #F2F2F2;
  border-radius: 100%;
  width: 70px;
  height: 70px;
  display: inline-flex;
  justify-content: center;
}

.pod-box p {
  font-weight: bold;
  font-size: 1.6rem;
  width: calc(100% - 76px);
}

.uploadDate,
.boxUL .left span {
  margin-top: 15px;
}

.uploadTitle {
  color: #1A1818;
  display: block;
  font-size: 1.8rem;
  line-height: normal;
  margin-bottom: 15px;
}

.knowMore-sec {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.mumboJumbo .trending-box {
    border: 1px solid #ccc;
    overflow: hidden;
    padding: 20px;
}
.mumboJumbo .trending-box img {
  width: 100%;
}

.mumboJumbo .trending-bottom {
  min-height: 100px;
}

.mumboJumbo .trending-bottom h4 {
  font-size: 1.6rem;
}

.tabs-wrapper {
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.plan-tab {
  border-bottom: 0;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0;
  margin-bottom: 40px;
}

.plan-tab::before {
  content: "";
  background: transparent linear-gradient(270deg, #FFFFFF 0%, #BCBCBC 50%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 2px;
}

.plan-tab li.nav-item {
  margin-bottom: 2px;
  min-width: auto;
  width: 32%;
}
.plan-tab li.nav-item:last-child .year-div {
    justify-content: end;
}
.plan-tab li.nav-item a.nav-link {
  border: 0;
  border-radius: 0;
  padding: 0;
  opacity: 0.5;
}
.plan-tab li.nav-item a.nav-link:before {
    display: none;
}

.plan-tab li.nav-item a.nav-link::after {
  border: 0;
  background: url("../images/gradient-arrow.png") no-repeat;
  top: auto;
  bottom: -33px;
  left: 50%;
  transform: translateX(-50%);
  width: 49px;
  height: 33px;
  background-size: 72%;
  display: none;
}

.plan-tab li.nav-item a.nav-link.active {
  border: 0;
  opacity: 1;
}

.plan-tab li.nav-item a.nav-link.active::after {
  display: block;
}


.year-div {
  align-items: center;
  display: flex;
  gap: 10px;
}

.year-div p {
  color: #333333;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: normal;
}

.year-div h4 {
  color: #009858;
  font-size: 1.7rem;
  display: block;
  width: 100%;
  margin-bottom: 6px;
}
.topPicks .col-md-4 {
    display: flex; 
    flex-wrap: wrap;
}

.topBox {
  border: 1px solid #DBDBDB;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.3s;
  margin: 10px 0;
}

.topBox img {
  width: 100%;
  height: 220px;
  object-fit: cover;

}

.topBox p {
  font-size: 1.8rem;
  text-align: left;
  min-height: 82px;
}

.topBox .orange-button {
  text-align: center; 
}

.topBox:hover {
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.1607843137);
}

topBox:hover .orange-button {
  display: block;
}

.bottomText {
  padding: 20px;
  text-align: center;
}
.bottomText-bottom {
  padding: 20px;
  text-align: center;
}



/* Hide the default scrollbar */
.table-responsive {
  padding-bottom: 8px;
}

.table-responsive::-webkit-scrollbar {
  width: 8px;
  height: 6px;
}

.table-responsive::-webkit-scrollbar-track {
  background: #888;
  border-radius: 5px;
}

.table-responsive::-webkit-scrollbar-thumb {
  background: #ed4c14;
  border-radius: 5px;
}

.table-responsive::-webkit-scrollbar-thumb:hover {
  background: #ed4c14;
}

.contact-card {
  background: #FFFFFF;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border: 1px solid #DBDBDB;
  border-radius: 10px;
  text-align: center;
  padding: 40px 30px;
  margin: 0 0 30px;
}

.contact-card h4 {
  color: #333333;
  font-size: 2.2rem;
  margin: 20px 0 20px;
}

.contact-card p {
  line-height: normal;
}
.contact-card .orangeText {
    color: #009858;
}

.contact-card .orangeText {
  font-size: 1.8rem;
  min-height: 43px;
  display: inline-block;
}

.contact-card .noteText {
  color: #525252;
  font-size: 1.4rem;
  padding: 15px 0;
}

.contact-card .orange-button {
  margin-bottom: 0;
  min-width: 138px;
}

.contact-card.card2 {
  text-align: left;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.contact-card .cardRight {
  width: 100%;
}


.contact-card .cardRight.full-width {
  width: 100%;
}

.icon-circle {
  width: 110px;
  height: 110px;
  border-radius: 100%;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  margin: 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}


.contact-tab {
  background: #FFF0EA;
  box-shadow: inset 0px -3px 6px rgba(0, 0, 0, 0.2);
  border: 0.5px solid #D5D5D5;
  border-radius: 100px;
  display: inline-flex;
  padding: 0;
  margin-bottom: 25px;
}

.contact-tab li {
  min-width: auto;
}

.contact-tab a {
  color: #787371;
  min-width: 125px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: normal;
  font-size: 1.3rem;
}

.contact-tab a.active {
  color: #fff;
  background: #B73400;
  box-shadow: inset 0px 10px 20px #FF5D1D, 4px 0px 6px #AD3404;
  border-radius: 100px;
}

.condition-check label {
  align-items: flex-start;
  display: inline-flex;
  text-align: left;
}

.formSec .form-group {
  margin-bottom: 20px;
}

.formSec label {
  color: #525252;
  font-size: 1.6rem;
  margin-bottom: 5px;
  font-family: "BNPPSans";
}

.google-map {
  width: 100%;
  height: 433px;
}

.google-map iframe {
  width: 100%;
}

.smallTitle {
  font-size: 3.4rem;
}


.free-connect h4 {
  color: #333333;
  font-size: 2.2rem;
  margin-bottom: 2px;
}

.free-connect p {
  color: #525252;
  font-size: 1.7rem;
  margin-bottom: 15px;
}

.otherLinks .cardBtm {
  padding: 15px 0;
}

.otherLinks .cardBtm li {
  border-bottom: 1px solid #f0f0f0;
}

/*# sourceMappingURL=style.css.map */



.otherLinks .row {
  justify-content: center;
}















.home_fund_card,
.fund-card {
  padding: 0 16px;
  margin: 20px auto;
}

.home_fund_card .slick-slide,
.fund-card .slick-slide {
  padding: 30px 0;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}

.home_fund_card .card-item:hover,
.home_fund_card .slick-current,
.fund-card .card-item:hover,
.fund-card .slick-current {
  transform: scale(1.1);
  z-index: 99;
  position: relative;
}

.home_fund_card .card-item:hover .trending-box,
.home_fund_card .slick-current .trending-box,
.fund-card .card-item:hover .trending-box,
.fund-card .slick-current .trending-box {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3058823529);
  border-radius: 10px;
  padding: 15px;
}

.home_fund_card .card-item:hover .trending-top,
.home_fund_card .slick-current .trending-top,
.fund-card .card-item:hover .trending-top,
.fund-card .slick-current .trending-top {
  background: #22794A;
  color: #fff;
  border: 0;
}

.home_fund_card .card-item:hover .trending-top h4,
.home_fund_card .slick-current .trending-top h4,
.fund-card .card-item:hover .trending-top h4,
.fund-card .slick-current .trending-top h4 {
  color: #fff;
  font-size: 1.8rem;
}

.home_fund_card .card-item:hover .trending-top p,
.home_fund_card .slick-current .trending-top p,
.fund-card .card-item:hover .trending-top p,
.fund-card .slick-current .trending-top p {
  font-size: 1.3rem;
}  

.home_fund_card .card-item:hover .fund-type img,
.home_fund_card .slick-current .fund-type img,
.fund-card .card-item:hover .fund-type img,
.fund-card .slick-current .fund-type img {
  width: 17px;
}

.home_fund_card .card-item:hover .fund-type p,
.home_fund_card .slick-current .fund-type p,
.fund-card .card-item:hover .fund-type p,
.fund-card .slick-current .fund-type p {
  color: #fff;
}

.home_fund_card .card-item:hover .lable,
.home_fund_card .slick-current .lable,
.fund-card .card-item:hover .lable,
.fund-card .slick-current .lable {
  font-size: 1.3rem;
}

.home_fund_card .card-item:hover .value,
.home_fund_card .slick-current .value,
.fund-card .card-item:hover .value,
.fund-card .slick-current .value {
  font-size: 1.4rem;
}

.home_fund_card .card-item:hover .form-control,
.home_fund_card .slick-current .form-control,
.fund-card .card-item:hover .form-control,
.fund-card .slick-current .form-control {
  font-size: 1.3rem;
}

.home_fund_card .card-item:hover .card-btn a,
.home_fund_card .slick-current .card-btn a,
.fund-card .card-item:hover .card-btn a,
.fund-card .slick-current .card-btn a {
  font-size: 1.3rem;
  margin-bottom: 0;
}

.home_fund_card .card-item:hover .trending-bottom,
.home_fund_card .slick-current .trending-bottom,
.fund-card .card-item:hover .trending-bottom,
.fund-card .slick-current .trending-bottom {
  background: #E5FAEF;
  padding-bottom: 4px;
  border: 0;
}


.trending-top {
  background: #EFEFEF;
  padding: 15px;
  border-radius: 10px 10px 0 0;
  border: 1px solid #DBDBDB;
  border-bottom: 0px;
  min-height: 165px !important;
}
















.filter-sec h3 {
  color: #1A1818;
  font-size: 1.6rem;
  font-family: "BNPPSans";
  margin-bottom: 6px;
}

.filter-sec h4 {
  color: #1A1818;
  font-size: 1.6rem;
  font-family: "BNPPSans-Light";
}

.fundLinksWrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.fundLinksUL {
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.fundLinksUL li {
  margin: 0;
}

.fundLinksUL li a {
  text-decoration: none;
  color: #333;
  padding: 10px 15px;
  border: 1px solid #ddd;
  border-radius: 3px;
  transition: background 0.3s;
  font-size: 14px;
}

.fundLinksUL li a.selected,
.fundLinksUL li a:hover {
  background: #f5f5f5;
}

.filterFund h1 {
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.filterFund .row {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
}

.filterFund .col-md-4 {
  flex: 1;
  min-width: 250px;
}

.filterFund .col-md-4 h4 {
  font-size: 16px;
  margin-bottom: 0px;
}

.filterFund .dropdown {
  position: relative;
}

.filterFund .dropdown h3 {
  cursor: pointer;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 3px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.4rem;

}

.filterFund .dropdown h3:after {
  content: "\f107";
  font-size: 12px;
  font: normal normal normal 18px / 1 FontAwesome;
  margin-right: 0px;
  line-height: normal;
}

.filterFund .dropdown ul {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 1;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  max-height: 200px;
  overflow: auto !important;
}

.filterFund .dropdown ul li {
  padding: 10px;
  cursor: pointer;
}

.filterFund .dropdown ul li a {
  color: #333;
  text-decoration: none;
  display: block;

  display: flex;
  justify-content: space-between;
}

.dropdown h3 span {
  width: 35%;
  text-align: end;
}

.filterFund .dropdown ul li:hover {
  background: #f5f5f5;
}

.filterFund .pure-checkbox,
.filterFund .radioBtn-div {
  margin-bottom: 10px;
}

.filterFund .pure-checkbox input,
.filterFund .radioBtn-div input {
  margin-right: 10px;
}

.filterFund .pure-checkbox label,
.filterFund .radioBtn-div label {
  cursor: pointer;
}

.cagr-radiobtn .col-md-4 h4,
.cagr-radiobtn .col-md-6 h4 {
  margin-bottom: 10px;
}

#annualreturnform select {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 3px;
  background: #fff;
}

#annualreturnform input[type="hidden"] {
  display: none;
}

/* Dropdown and Checkbox Customization */
/* .dropdown:hover ul {
  display: block;
} */

.pure-checkbox input[type="checkbox"] {
  accent-color: #f56b2a;
}

.radioBtn-div input[type="radio"] {
  accent-color: #f56b2a;
}

.annualreturnsince {
  font-size: 1.5rem;
}

.flexy-end {
  width: 35%;
  display: inline-flex;
  align-items: center;
  gap: 20px;
  justify-content: flex-end;
}

.flexy-end .dropdown {
  width: 40%;
}

.flexy {
  align-items: center;
  display: inline-flex;
  gap: 20px;
}

.flexy .pure-checkbox {
  margin: 0;
}

.flexy input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

p,
input {
  margin: 0;
  font-size: 1.4rem;
  line-height: inherit;

}

.flexy label {
  position: relative;
  cursor: pointer;
  font-size: 1.4rem;
  color: #1A1818;

  margin: 0;
}

.flexy .pure-checkbox label {
  align-items: start;
  display: flex;
}

#annual_return {
  padding-right: 30px;
}

.no-gap {
  gap: 0px !important;
}
















/* Dropdown and Checkbox Customization for the new section */
.chooseplanType h4 {
  color: #7D8682;
  font-size: 1.6rem;
  font-family: "BNPPSans-Light";
  margin-bottom: 6px;
}

.chooseplanType .dropdown {
  position: relative;
}

.chooseplanType .dropdown h3 {
  font-size: 14px;
  cursor: pointer;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 3px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.chooseplanType .dropdown h3:after {
  content: "\25BC";
  font-size: 12px;
  margin-right: 10px;
}

.chooseplanType .dropdown ul {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 1;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  max-height: 200px;
  overflow-y: auto;
}

.chooseplanType .dropdown ul li {
  padding: 10px;
  cursor: pointer;
}

.chooseplanType .dropdown ul li a {
  color: #333;
  text-decoration: none;
  display: block;
  display: flex;
  justify-content: space-between;
}

.chooseplanType .dropdown ul li:hover {
  background: #f5f5f5;
}








/* Responsive Adjustments */

.filterWrap,
.topCont {
  width: 100%;
  float: left;
  margin: 0
}

.topCont p {
  width: 90%;
  float: left;
  font-size: 1.4rem;
  color: #333333;
  font-weight: normal;
  text-align: center;
}

.filterWrap {
  margin: 20px 0 0 0;
}



/* Page Heading */
.fond-page-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0;
  padding: 20px;
}

.fond-page-heading .orange-button {
  display: flex !important;
  flex-wrap: nowrap;
}

.fond-page-heading .heading {
  color: #ed4c14;
  /* Color for the first part */
}


.fond-page-heading .heading span {
  display: block;

}

.fond-page-heading h2 {
  text-align: start;
}

.fond-page-heading h3 {
  font-size: 16px;
  color: #333;
  margin-top: 10px;
}

/* Head Right */
.fond-page-heading .head-right {
  display: flex;
  align-items: center;
}

.fond-page-heading .head-right ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

.fond-page-heading .head-right li {
  margin-left: 20px;
  text-align: center;
}

.fond-page-heading .head-right li img {
  width: 24px;
  height: 24px;
}

.fond-page-heading .head-right .orange-button {
  background-color: #ed4c14;
  color: white;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
  font-size: 14px;
}

.fond-page-heading .head-right .orange-button:hover {
  background-color: #be3e0b;
}

.fond-page-heading .head-right .mob-fixed a {
  display: inline-block;
  margin: 0;
}

.fond-page-heading .head-right p {
  margin: 5px 0 0 0;
  font-size: 12px;
  color: #333;
}

/* Navigation Links */
.fond-page-heading nav a {
  color: #333;
  text-decoration: none;
  margin-right: 20px;
  font-weight: bold;
  font-size: 16px;
}

.fond-page-heading nav a:hover {
  color: #ed4c14;
  text-decoration: underline;
}
 



/* Responsive Design */



.member-wrapper img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  object-position: top;
}

/*.dropdownW li a:hover {*/
/*    color: #fff;*/
/*}*/
.rightDropdown {
    display: flex; 
    row-gap: 15px;
}
#agenda_dropdownw,
.categoryW .dropdownW {
  position: relative;
  display: inline-flex !important;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  width: 100%;
}

#agenda_dropdownw .dropdownW p,
.categoryW .dropdownW p {
  font-size: 14px;
  color: #333;
  margin-bottom: 5px;
}

/* Dropdown Styles */
#agenda_dropdownw .dropdown,
.categoryW .dropdownW .dropdown, 
.followUL .dropdown {
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  padding: 8px 12px;
  background-color: #fff;
  width: 100%;
  max-width: 200px;
}

#agenda_dropdownw .dropdown h3,
.categoryW .dropdownW .dropdown h3,
.followUL .dropdown h3 {
  margin: 0;
  font-size: 16px;
  color: #333;
}

#agenda_dropdownw .dropdown ul,
.categoryW .dropdownW .dropdown ul,
.followUL .dropdown ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border-top: none;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
  z-index: 1;
}

#agenda_dropdownw .dropdown ul li,
.categoryW .dropdownW .dropdown ul li,
.followUL .dropdown ul li {
  padding: 10px;
  cursor: pointer;
  font-size: 14px;
  color: #333;
}

#agenda_dropdownw .dropdown ul li:hover,
#agenda_dropdownw .dropdown ul li.selected,
.categoryW .dropdownW .dropdown ul li.selected,
.followUL .dropdown ul li.selected { 
  background-color: #ed4c14;
  color: white!important;
}
#agenda_dropdownw .dropdown ul li:hover a
#agenda_dropdownw .dropdown ul li.selected a,
.categoryW .dropdownW .dropdown ul li.selected a,
.followUL .dropdown ul li.selected a {
  color: white!important;
}

/* Show the dropdown menu on click */
#agenda_dropdownw .dropdown.open ul,
.categoryW .dropdownW .dropdown.open ul,
.followUL .dropdown.open ul {
  display: block;
}

/* Transition effects */
#agenda_dropdownw .dropdown,
#agenda_dropdownw .dropdown ul,
.categoryW .dropdownW .dropdown ul,
.followUL .dropdown ul {
  transition: all 0.3s ease;
}

/* Adding arrow indicator */
#agenda_dropdownw .dropdown::after,
.categoryW .dropdownW .dropdown::after,
.followUL .dropdown::after{
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #333;
  transform: translateY(-50%);
}

/* Rotate arrow when dropdown is open */
#agenda_dropdownw .dropdown.open::after,
.categoryW .dropdownW .dropdown.open::after,
.followUL .dropdown.open::after {
  border-top: none;
  border-bottom: 5px solid #333;
}

ul.followUL > li {
    margin: 15px 0;
}
/* Responsive Design */


.trending-box h4 {
  min-height: 4rem !important;
}



.fund-description {
  display: inline;
}

.read-more,
.read-less {
  color: #ed4c14;
  cursor: pointer;
  text-decoration: none;
}

.read-less {
  display: none;
}

.full-description {
  display: none;
}


/*.small-heading span {*/
/*  color: #5d5d5d;*/
/*}*/


.fund-card {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 40px;
}


.i-icon {
  position: relative;
  /*display: inline-block;*/
}

.tooltipWrap {
  display: none;
  position: absolute;
  top: 100%;
  right: -12px;
  margin-top: 10px;
  z-index: 99;
  width: 300px;
  background-color: #fff;
  border: 1px solid #ccc;
  color: #fff;
  padding: 15px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.tooltipWrap:after {
    width: 0px;
    height: 0px;
    content: '';
    display: block;
    position: absolute;
    right: 15px;
    top: -5px;
    border: 6px solid #fff;
    border-color: #fff #fff transparent transparent;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.i-icon:hover .tooltipWrap {
  display: block;
}

.tooltipWrap h6 {
  margin-top: 0;
  font-size: 12px;
  font-weight: bold;
  color: #000;
}

.tooltipWrap p {
  color: #000;
  margin: 5px 0;
  font-size: 12px;
  text-align: start;
}

.tooltipWrap img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 10px 0;
}

.tooltipWrap #risk_desc {
  font-size: 12px;
}





.performancePopup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  /*height: 100%;*/
  background: rgba(0, 0, 0, 0.6);
  z-index: 1000;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
}

.modal-content {
  background: #fff;
  padding: 20px;
  border-radius: 5px;
  max-width: 800px;
  width: 100%;
  position: relative;
}

.performancePopup h2 {
  padding: 20px 0;
}

.modal-content h2 {
  font-size: 24px;
  margin-bottom: 20px;
}

.tableWrap {
  overflow-x: auto;
}

.tableClass {
  font-size: 1.3rem;
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

.tableClass th,
.tableClass td {
  padding: 10px;
  text-align: left;
  border: 1px solid #ddd;
}

.smallCont {
  font-size: 12px;
  color: #666;
}

.closePopup {
  position: absolute;
  top: 10px;
  right: 10px;
  background: transparent;
  padding: 0;
  border-radius: 3px;
  cursor: pointer;
  font-size: 14px;
  color: #000;
  text-decoration: none;
}

.closePopup span {
  display: none;
}

.closePopup:after {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background: #ed4c14;
  content: 'x';
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  font-weight: normal;
}

.closePopup:hover {
  background: #e2e2e2;
}

.view-all {
  display: block;
  color: #ff6600;
  text-decoration: none;
}

.view-all:hover {
  text-decoration: underline;
}

.pop-container {
  position: relative;
  background: #fff;
  border-radius: .5rem;
}


.performancePopupOpen {
  overflow: hidden;
  text-transform: capitalize;
}


#fund_disclaimer .links {
    justify-content: start!important;
    gap: 20px;
    flex-wrap: wrap;
}
#fund_disclaimer {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 90%;
  padding: 40px;
  background: #f8f8f8;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  z-index: 1000;
}

/* Disclaimer text styling */
#fund_disclaimer h2 {
  margin-top: 0;
  font-size: 20px;
  /* Larger heading size */
  color: #333;
  /* Darker text color */
}

#fund_disclaimer p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
  /* Add space between paragraphs */
}

/* Button styles */
#fund_disclaimer .links {
  display: flex;
  justify-content: space-between;
}

#fund_disclaimer .links a {
  padding: 8px 20px;
  text-align: center;
  border: none;
  border-radius: 5px;
  text-decoration: none;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}

#fund_disclaimer .greenButton {
  background: #57585c;
  transition: background-color 0.2s ease-in-out;
  
}

#fund_disclaimer .greenButton:hover {
  background: #218c3f;
  /* Darken button on hover */
}

#fund_disclaimer .grayButton {
  background: #57585c;
  /* Gray button background color */ 
  transition: background-color 0.2s ease-in-out;
  /* Smoother hover effect */
}

#fund_disclaimer .grayButton:hover {
  background: #218c3f;
  /* Darken button on hover */
}

.hide {
  display: none;
}

.fixedOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: none;
}

.historicalNav .result {
  float: none;
  width: 100%;
}

.historicalNav .result .header {
  float: none;
  width: 100%;
  margin-bottom: 45px;
  font-size: 1.6em;
  font-weight: bold;
  color: #5f5f5f;
  line-height: 1.5em;
}

.historicalNav .result .tableBox {
  width: 430px;
  margin: 0 auto 40px;
}

.historicalNav .result .tableBox100 {
  width: 100%;
  float: none;
  overflow: auto;
}

.historicalNav .result .tableBox table {
  float: none;
  width: 100%;
}

.historicalNav .result .tableBox table th {
  font-size: 1.6rem;
  color: #353535;
  background-color: #e2e2e2;
  padding: 20px 20px;
  font-weight: normal;
  text-align: left;
}

.historicalNav .result .tableBox table td {
  padding: 10px 20px;
  font-size: 1.6rem;
  color: #353535;
  border-bottom: 1px solid #e2e2e2;
  text-align: left;
}

.historicalNav .result .loadMore {
  float: none;
  width: 100%;
  text-align: center;
  margin: 35px 0 80px 0;
}

.historicalNav .result .loadMore a.grayButton {
  padding: 0 40px;
  color: #00965e;
  font-size: 1.4rem;
}


.historicalNav .result .tableBox2 {
  width: 600px;
  margin: 0 auto 40px;
}

.historicalNav .result .tableBox2 table {
  float: none;
  width: 100%;
}

.historicalNav .result .tableBox2 table th {
  font-size: 1.6rem;
  color: #353535;
  background-color: #e2e2e2;
  padding: 20px 30px;
  font-weight: normal;
  text-align: left;
  line-height: 1.4rem;
}

.historicalNav .result .tableBox2 table th span {
  font-size: 0.8rem;
}

.historicalNav .result .tableBox2 table td {
  padding: 10px 30px;
  font-size: 1.6rem;
  color: #353535;
  border-bottom: 1px solid #e2e2e2;
  text-align: left;
}



.historicalNav .result .row3 {
  width: 50%;
  margin: 0 auto 40px;
  text-align: center;
}

.historicalNav .result .row3 p {
  font-size: 1.6rem;
  color: #575757;
  line-height: 1.5rem;
  margin-bottom: 30px;
}

.historicalNav .result .row3 a.greenButton {
  font-size: 1.6rem;
  float: none;
  display: inline-block;
  padding: 0 30px;
  line-height: 45px;
  height: 45px;
}

.historicalNav .result .row3 a.follow {
  font-size: 1.4rem;
  color: #00965e;
  text-transform: uppercase;
  margin: 25px 0 0 0;
  display: inline-block;
  position: relative;
  padding: 1px 0 2px 25px;
}

.historicalNav .result .row3 a.follow:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/bell.png) no-repeat 0 0;
  width: 14px;
  height: 18px;
}









.nofoundpage {
  padding-top: 50px;
}

.nofoundpage .wrap404 {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
  display: table;
  position: relative;
}

.nofoundpage .wrap404 img {
  width: auto;
  float: left;
  margin: 0 90px 0 0;
}

.nofoundpage .wrap404 .cont {
  width: auto;
  float: left;
  box-sizing: border-box;
}

.nofoundpage .wrap404 .cont h2,
.nofoundpage .wrap404 .cont h3 {
  font-size: 7.6rem;
  color: #2d2926;
  font-weight: 500;
}

.nofoundpage .wrap404 ul.bulletUL {
  width: auto;
  margin: 25px 0 0 0;
  max-width: 280px;
  float: left;
}

.wrap404 ul.bulletUL li {
  padding: 12px 0 12px 0px;
  box-sizing: border-box;
}

.wrap404 ul.bulletUL li a {
  padding: 0px 0 0px 0px;
  box-sizing: border-box;
  font-size: 1.4rem;
  color: #f25d3c;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  text-align: left;
}

.nofoundpage .wrap404 .cont h3 {
  font-size: 3.5rem;
  font-weight: normal;
  font-family: 'BNPPSans-Light';
}

/*accordion css start*/

ul.faqsUL li {
  border-bottom: 1px solid #d0d0d0;
  width: 100%;
}

ul.faqsUL li h3 {
  color: #f25d3c;
  font-size: 1.6rem;
  font-weight: normal;
  padding: 14px 0 10px 25px;
  position: relative;
  cursor: pointer;
}

ul.faqsUL li h3.active:before {
  width: 0;
  height: 0;
  opacity: 0;
}

ul.faqsUL li h3:after,
ul.faqsUL li h3:before {
  width: 11px;
  height: 1px;
  content: '';
  display: block;
  background: #ff5c33;
  position: absolute;
  left: 0;
  top: 22px;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
}

ul.faqsUL li h3:after,
ul.faqsUL li h3:before {
  width: 11px;
  height: 1px;
  content: '';
  display: block;
  background: #00965e;
  position: absolute;
  left: 0;
  top: 22px;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
}

ul.faqsUL li h3:after {
  width: 11px;
  height: 1px;
  content: '';
  display: block;
  background: #ff5c33;
  position: absolute;
  left: 0;
  top: 22px;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
}

ul.faqsUL li h3:before {
  width: 1px;
  height: 11px;
  left: 5px;
  top: 17px;
  opacity: 1;
}

ul.faqsUL li .details {
  padding: 0 10px 10px 25px;
  display: none;
}

ul.numberUL li {
  list-style-type: decimal;
  font-size: 1.4rem;
  color: #636363;
  padding: 0;
  margin: 0 0 10px 0;
  line-height: normal;
}

ul.numberUL {
  padding: 0 0 0 20px;
  margin: 15px 0;
}

ul.faqsUL li .details p,
ul.faqsUL .details li {
  font-size: 1.4rem;
  color: #525252;
  margin: 10px 0;
  line-height: 18px;
  border: 0px;
  font-family: "BNPPSans";
  font-weight: normal;
}

/*accordion css end*/

ul.bulletUL li {
  padding: 8px 0 8px 0px;
}

ul.bulletUL li a {
  padding: 0px 0 0px 0px;
  font-size: 1.4rem;
  color: #f25d3c;
  text-transform: uppercase;
  position: relative;
  text-align: left;
}


/*.kyc-table table {*/
/*   margin: 20px 0;*/
/*}*/
.kyc-table table tr td {
  vertical-align: top;
}

.kycWrap .box ul.bulletUL {
  margin: 15px 0 0 0;
}

table {
  border: 1px solid #cccc;
}

table,
td,
th {
  font-size: 14px;
  color: #525252;
  /*border: 1px solid #cccc;*/
  border-collapse: collapse;
  padding: 10px;
  font-family: "BNPPSans";
}

.table-responsive {
  width: 100%;
  overflow-x: auto;
  padding: 0 0;
}



.popup-overlay {
  width: 100%;
  height: 100%;
  float: left;
  background: rgba(44, 41, 37, 0.7);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  display: none;
}

.popup {
  width: 90%;
  max-width: 1100px;
  padding: 20px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50px;
  z-index: 9999;
  transform: translate(-50%, 0);
  display: none;

  overflow: auto;
}

.popup h2 {
  margin: 0 0 5px 0;
  width: calc(100% - 50px);
}

body.popup-open .popup-overlay {
  opacity: 1;
  pointer-events: auto;
  display: block;
}

.modal-body h5 {
  font-size: 1.6rem;
  font-weight: normal;
  margin: 5px 0;
}

.learnMoreInner p {
  font-size: 1.6rem;
  color: #2d2926;
  margin: 12px 0;
  font-family: 'BNPPSans-Light';
}

.kyc-link {
  display: flex;
  column-gap: 25px;
  flex-wrap: wrap;
}

.close {
  float: right;
  font-size: 3rem;
  font-weight: normal;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .9;
  padding: 2px 0 !important;
  background: transparent;
    border-radius: 100%;
    width: 30px;
    height: 30px;
}

.modal-header {
  border-bottom: 0px;
  padding-bottom: 0px;
}

.modal-title {
  font-size: 2.2rem;
}

.dividend-page h3 {
  color: #525252;
  font-size: 2.4rem;
  font-weight: 600;
  font-family: 'BNPPSans-Light';
}

.dividend-page p {
  font-size: 1.6rem;
  color: #525252;
  margin: 15px 0 5px 0;
}

ul.bulletNumbering {
  margin: 15px 0;
  padding: 0 0 0 15px;
}

ul.bulletNumbering li {
  list-style: decimal;
  font-size: 1.4rem;
  /*color: #525252;*/
  margin: 0 0 5px 0;
}

ul.bulletNumbering li a {
  color: #ed4c14;
}

.filterWrap {
  float: none;
}
.filterDetails {
    margin-top: 20px;
}
.filterDetails .boxUL li a {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.filterDetails .orange-button {
  display: table;
  margin: 20px auto;
}

.mediaContent2 h2,
.mediaContent2 h4 {
  color: #333333;
  font-size: 2.2rem;
  margin-bottom: 2px;
}

.mediaContent2 p {
  color: #525252;
  font-size: 1.7rem;
  margin-bottom: 15px;
}

.mediaContent2 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}


.categoryW .left,
.tabW {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.dropdownDiv {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center;
  justify-content: end;
}

.dropdownDiv .dropdownW {
  display: block !important;
}








/*range slider*/
.range-sec {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #fff;
  box-shadow: 4px 4px 50px 5px rgb(0 0 0 / 10%);
  overflow: hidden;
}


.range-sec .range-slider {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.range-sec .range-slider input[type=range] {
  -webkit-appearance: none;
  /* Hides the slider so that custom slider can be made */
  width: 100%;
  /* Specific width is required for Firefox. */
  background: transparent;
  /* Otherwise white in Chrome */
}

.range-sec.range-slider input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}

.range-sec .range-slider input[type=range]:focus {
  outline: none;
  /* Removes the blue border. You should probably do some kind of focus styling for accessibility reasons though. */
}

.range-sec .range-slider input[type=range]::-ms-track {
  width: 100%;
  cursor: pointer;
  /* Hides the slider so custom styles can be added */
  background: transparent;
  border-color: transparent;
  color: transparent;
}

.range-sec .range-slider__range {
  -webkit-appearance: none;
  width: 100%;
  height: 4px;
  border-radius: 5px;
  background: #d7dcdf;
  outline: none;
  padding: 0;
  margin: 15px 0px;
  z-index: 1;
}

.range-sec .range-slider__range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #DFE1E6;
  box-shadow: 2px 4px 4px rgb(0 0 0 / 25%);
  cursor: pointer;
  -webkit-transition: background 0.15s ease-in-out;
  transition: background 0.15s ease-in-out;
}

.range-sec .range-slider__range::-webkit-slider-thumb:hover {
  background: #fff;
}

.range-sec .range-slider__range:active::-webkit-slider-thumb {
  background: #fff;
}

.range-sec .range-slider__range::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border: 0;
  border-radius: 50%;
  background: #2c3e50;
  cursor: pointer;
  -moz-transition: background 0.15s ease-in-out;
  transition: background 0.15s ease-in-out;
}

.range-sec .range-slider__range::-moz-range-thumb:hover {
  background: #fff;
}

.range-sec .range-slider__range:active::-moz-range-thumb {
  background: #fff;
}

/*.range-sec .range-slider__range:focus::-webkit-slider-thumb {*/
/*  box-shadow: 0 0 0 3px #fff, 0 0 0 6px #0069B2;*/
/*}*/
.range-sec .range-slider__value {
  width: 100px;
  color: #000;
  text-align: center;
  border-radius: 4px;
  background: #F4F5F6;
  padding: 8px 12px;
  font-size: 15px;
  border: 0;
  border-bottom: 1px solid #ed4c14;
}

.range-sec ::-moz-range-track {
  background: #fff;
  border: 0;
}

.range-sec input::-moz-focus-inner,
.range-sec input::-moz-focus-outer {
  border: 0;
}


.range-div {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  gap: 5px;
  position: relative;
}
.percent-symbol {
  position: absolute;
  right: 10px;
  top: 18%;
  transform: translateY(-50%);
  font-size: 16px;
  pointer-events: none; 
}
.innerCalc label {
  color: #444444;
  font-size: 17px;
  font-family: 'BNPPSans';
  width: calc(100% - 110px);
}



.inner-heading {
  background: #FF7B00;
  width: 100%;
  padding: 15px;
  text-align: center;
}

.inner-heading h2 {
  color: #fff;
  font-family: inherit;
  font-size: 1.5rem;
  margin: 0px;
}

.innerCalc {
  padding: 15px;
  width: 100%;
}

.calc-disclaimer {
  font-size: 14px;
  margin-top: 30px;
  line-height: normal;
}

.resultBox {
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 20px;
}

.calc-page .shadowBox {
  background: #FCF0EC;
}
.calc-page .shadowBox.greenLight-bg {
    background: #F2FFF0!important;
}
.calcRight {
  text-align: center;
  padding: 20px 10px;
}

.calcRight img {
  width: 35%;
}

.min-max {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  width: 100%;
}

.min-max p {
  font-size: 13px;
}

.detail p {
  color: #108A00;
  font-size: 20px;
}

.amt {
  color: #FF7B00;
  font-size: 20px;
}

.detail-box,
.calc-result p {
  display: inline-flex;
  /*border: 1px solid #ccc;*/
  flex-wrap: wrap;
  border-radius: 5px;
  margin: 10px 0;
  text-align: center;
  justify-content: center;
  width: 100%;
  padding: 10px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.16); 
  background: #fff;
}

.calc-result p img {
    position: absolute;
    top:50%;
    left: 10px; 
    transform:translateY(-50%);
    width: 35px;
}
.fullDiv {
  display: flex;
  margin: 10px auto !important;
}

.calc-result p {
  color: #ed4c14 !important;
  font-size: 2.5rem !important;
  position:relative;
}

.calc-result p strong {
  color: #22794A !important;
  font-size: 1.8rem !important;
  width: 100%;
  margin-bottom: 15px;
  font-weight: normal;
}

.resultBox p,
.calc-result p {
  color: #22794A;
  font-size: 17px;
  margin-bottom: 0;
  font-weight: normal;
  width: 100%;
  line-height: normal;
}

.result-amt {
  color: #ed4c14;
  font-size: 25px;
  font-family: 'BNPPSans';
  margin-bottom: 0;
  position: relative;
  display: inline-flex;
  font-weight: 500;
}

.rupee-icon {
  left: 16px;
}

.rupee-icon::before {
  content: "\f156";
  font-family: FontAwesome;
  position: absolute;
  left: -16px;
  top: 0px;
}

.adv-option {
  display: flex;
  align-items: center;
  gap: 5px;
}

.advance-calc a.heading {
  border: 0px !important;
  box-shadow: none !important;
  background: #fff !important;
  width: auto !important;
  display: inline-block !important;
}

.advance-calc .active a.heading {
  border: 0px !important;
  background: #fff !important;
}

.advance-calc .title {
  padding: 10px 0 !important;
}

.advance-calc .icon {
  left: auto !important;
  right: -25px;

}

.advance-calc .icon i {
  font-size: 12px !important;
}

.advance-calc .adv-content {
  background: #fff;
  box-shadow: none;
  padding: 10px 0 0 0;
  margin: 0;
  display: none;
}

.btnCalc {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
}

.category-top {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.drop-section {
  display: flex;
  justify-content: end;
  flex-wrap: wrap;
  gap: 20px;
}

.drop-section .dropdownW {
  display: inline-block !important;
  width: auto !important;
}

.drop-section .dropdown {
  width: 200px !important;
}



.mid-div {
  display: flex;
  column-gap: 15px;
  row-gap: 15px;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.sipBenifitsWrap .col-md-4 {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
}

.sipBenifitsWrap .boxShadow {
  background: #fff;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1607843137);
  padding: 20px 20px;
  text-align: center;
  margin: 15px 0;
  width: 100%;
}

.sipBenifitsWrap .boxShadow h3 {
  margin: 16px 0;
}

.languages-sec {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.languages-sec li {
  font-size: 1.6rem;
  border-right: 1px solid #5f5f5f;
  padding: 0 10px;
  margin: 5px 0;
}

.languages-sec li:last-child {
  border-right: 0px;
}

.fund-table .sorting,.fund-table .sortingret{
  position: relative;
}

.fund-table .sorting:before,.fund-table .sortingret:before {
  content: "\f0dc";
  font-family: fontawesome;
  font-size: 1.2rem;
  position: absolute;
  top: 46%;
  right: 8px;
  transform: translateY(-50%);
  font-weight: normal;
}

.fund-table .sorting.asc:before,.fund-table .sortingret.asc:before {
  content: '\f0de ';
}

.fund-table .sorting.desc:before,.fund-table .sortingret.desc:before {
  content: '\f0dd';
  right: 10px;
}

.innerBanner img {
  width: 100%;
}

.greybtn {
  font-size: 1.4rem;
}

.our-fund-table {
  overflow-x: auto;
}

.insight-detail-page p {
  padding: 6px 0;
}

.socialMediaUL {
  display: flex;
  flex-wrap: wrap;
  column-gap: 15px;
  row-gap: 10px;
  justify-content: center;
  margin: 40px 0 20px;
  align-items: center;
}

.socialMediaUL li {
  font-size: 1.6rem;
}

.socialMediaUL li a {
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1607843137);
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: inline-flex;
  text-align: center;
  /* vertical-align: middle; */
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}

.socialMediaUL li a i {
  font-size: 20px;
}

.socialMediaUL li a:hover {
  background: #ed4c14;
}

.socialMediaUL li a:hover i {
  color: #fff;
}
.detail-content h2 {
     margin-top: 25px;
    margin-bottom: 6px;
    font-weight: bold;
}
.detail-content h3 {
    margin-top: 25px;
    margin-bottom: 6px;
    font-weight: 600;
    font-size: 1.8rem;
}
.detail-content p {
    font-size: 1.5rem;
    padding: 5px 0;
}
.detail-content p a {
    color: #ed4c14;
}
.investor-box p {
    min-height: auto;
}
.latestNav {
    font-weight: normal;
    font-size: 1.4rem;
}
.rolling-title {
    display: flex;
    gap: 10px;
}
.detailP-manager {
    display: flex;
    gap: 15px;
    align-items: start;
    margin:10px 0;
}
.detailP-manager img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    object-position: top;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
    border-radius: 100%;
    
}
.detailP-manager .member-name {
    font-size: 1.8rem;
}
.docList {
    padding-top: 10px;
}
.docList ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    justify-content: space-between;
    
}
.docList li {
    width: 49%;
    display: inline-flex;
    margin: 6px 0;
}
.docList li a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    line-height: normal;
    font-size: 1.5rem;
}
.docList h4 {
    font-size: 1.8rem;
}
.docList li i {
    font-size: 25px;
}

.switches-container {
    width: 20rem;
    position: relative;
    display: inline-flex;
    padding: 0;
    position: relative;
    background: #FFF0EA;
    box-shadow: inset 0px -3px 6px rgba(0, 0, 0, 0.2);
    border: 0.5px solid #D5D5D5;
    border-radius: 100px;
    line-height: 3rem;
    border-radius: 3rem;
}

.switches-container input {
    visibility: hidden;
    position: absolute;
    top: 0;
}

.switches-container label {
    width: 50%;
    padding: 10px 15px;
    margin: 0;
    text-align: center;
    cursor: pointer;
    color: #787371 !important;
    display: flex !important;
    align-items: center;
    font-family: 'BNPPSans' !important;
    padding-left: 0px !important;
    text-align: center;
    justify-content: center;
    line-height: normal;
}
.switches-container label:before, .switches-container label:after {
    display: none;
}

.switch-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    padding: 0.15rem;
    z-index: 3;
    transition: transform .5s cubic-bezier(.77, 0, .175, 1);
    /* transition: transform 1s; */
}

.switches-container .switch {
    border-radius: 3rem;
    color: #fff;
    background: #B73400; 
    box-shadow: inset 0px 10px 20px #FF5D1D, 4px 0px 6px #AD3404;
    height: 100%;
    display: block;
}

.switches-container .switch div {
    width: 100%;
    text-align: center;
    padding: 10px 15px;
    opacity: 0;
    display: block;
    color: #fff;
    transition: opacity .2s cubic-bezier(.77, 0, .175, 1) .125s;
    will-change: opacity;
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 14px;
    font-family: 'BNPPSans';
    line-height: normal;
    transform: translateY(-50%);
}

.switches-container input:nth-of-type(1):checked~.switch-wrapper {
    transform: translateX(0%);
}

.switches-container input:nth-of-type(2):checked~.switch-wrapper {
    transform: translateX(100%);
}

.switches-container input:nth-of-type(1):checked~.switch-wrapper .switch div:nth-of-type(1) {
    opacity: 1;
}

.switches-container input:nth-of-type(2):checked~.switch-wrapper .switch div:nth-of-type(2) {
    opacity: 1;
}
.switchTop {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: space-between;
}
.for-div {
    align-items: center;
    display: flex;
    gap: 10px;
}
.for-div select {
    width: auto;
    border:0;
    border-bottom:1px solid #ced4da;
    border-radius :0;
    padding: 0;
}
.returnRadio {
    align-items: center;
    display: flex;
    gap: 15px;
    margin: 15px 0;
}
.returnRadio .form-group {
    margin-bottom: 0;
}

.returnDiv {
    display: none; /* Initially hidden */
}
.returnDiv.active {
    display: block; /* Show the active div */
}
.switch-return {
    width: 100%;
}
.whiteSpace {
    white-space: nowrap;
}
/*.list-box .form-control {*/
/*    height: auto;*/
/*}*/
/*.list-box .form-control{*/
/*    height: auto;*/
/*    padding: 0;*/
/*    border: 0;*/
/*}*/
.accordion-button {
        font-size: 1.7rem;
    color: #000!important;
    background-color: transparent!important;
}
.risk-div {
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 0 7px 0 7px;
}
.risk-div h4 {
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 1.6rem;
}
.risk-div h3 {
    margin-top: 15px;
}
.risk-div img {
    margin-bottom: 20px;
}
.riskNote {
    border-top: 1px solid #ccc;
    padding: 5px 10px;
}
.riskNote p {
    font-weight: bold!important;
}

.titleBg {
    background: #ed4c14;
    margin-bottom: 15px;
    padding: 10px;
    position: relative;
}
.titleBg:after {
  content:'';
  width:0;
  height:0;
  top:0;
  position:absolute;
  right:0;
  border-right:20px solid #fff;
  border-top:20px solid transparent;
  border-bottom:20px solid transparent;
}
.titleBg h3 {
    color: #fff;
}
.breadcrumbW {
    background: #f0f0f0;
    text-align: center;
    padding: 40px 15px;
}
.breadcrumb {
    display: none;
}
.fund-card {
    position: relative;
}
.ml-auto {
    margin-left: auto;
}
.maximum-text {
    padding-top: 6px;
    font-size: 1.4rem!important;
}

.compare-btn { 
    padding: 4px 5px 3px 5px;
    background-color: #ed4c14;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 1.4rem;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    line-height: normal;
}

.compare-btn:hover {
    background-color: #ed4c14;
}

.our-fund-table {
    position: relative;
    margin-bottom: 50px; 
}
.additional-content {
  display: none;
}
.additional-content.show {
  display: block;
  height: auto;
}
.fundList img {
    width: 22px;
}




/*Calculator*/


.holderCircle { width: 350px; height: 350px; border-radius: 100%; margin: 60px auto; position: relative; }


.dotCircle { width: 100%; height: 100%; position: absolute; margin: auto; top: 0; left: 0; right: 0; bottom: 0; border-radius: 100%; z-index: 20; }
.dotCircle  .itemDot {
    display: block; width: 60px; height: 60px; position: absolute; background: #ffffff; color: #7d4ac7; border-radius: 20px; text-align: center; line-height: 60px; font-size: 30px; z-index: 3; cursor: pointer; border: 2px solid #e6e6e6; }
.dotCircle  .itemDot .forActive { width: 56px; height: 56px; position: absolute; top: 0; left: 0; right: 0; bottom: 0; display: none; }
/*.dotCircle  .itemDot .forActive::after { content: ''; width: 5px; height: 5px; border: 3px solid #7d4ac7; bottom: -31px; left: -14px; filter: blur(1px); position: absolute; border-radius: 100%; }*/
/*.dotCircle  .itemDot .forActive::before { content: ''; width: 6px; height: 6px; filter: blur(5px); top: -15px; position: absolute; transform: rotate(-45deg); border: 6px solid #a733bb; right: -39px; }*/
.dotCircle  .itemDot.active .forActive { display: block; }
.round { position: absolute; left: 61px; top: 65px; width: 230px; height: 230px; border: 2px dotted #d74b14; border-radius: 100%; -webkit-animation: rotation 100s infinite linear; }
.dotCircle .itemDot:hover, .dotCircle .itemDot.active { color: #ffffff; transition: 0.5s;   border: 2px solid #ffffff; -webkit-box-shadow: 0 30px 30px 0 rgba(0, 0, 0, .13); -moz-box-shadow: 0 30px 30px 0 rgba(0, 0, 0, .13); box-shadow: 0 30px 30px 0 rgba(0, 0, 0, .13); }
.dotCircle .itemDot { font-size: 40px; }
.contentCircle { width: 150px; border-radius: 100%; color: #222222; position: relative; top: 45%; left: 50%; transform: translate(-50%, -50%); }
.contentCircle .CirItem { border-radius: 100%; color: #222222; position: absolute; text-align: center; bottom: 0; left: 0; opacity: 0; transform: scale(0); transition: 0.5s; font-size: 15px; width: 100%; height: 100%; top: 0; right: 0; margin: auto; line-height: 250px; }
.CirItem.active { z-index: 1; opacity: 1; transform: scale(1); transition: 0.5s; }
.contentCircle .CirItem img {  position: absolute; top: 30px; left: 50%; margin-left: -90px; color: #000000; opacity: 1; display: none;}
span.itemDot img {
    object-fit: contain; 
    width: auto;
    height: 45px;
    
}
span.itemDot:not(.active) img {
    object-fit: contain;
    width: auto;
    height: 45px;
    -webkit-filter: grayscale(1);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}
@media screen and (max-width: 767px) {
    .holderCircle {
        margin: 0 auto;
    }
}
@media only screen and (min-width:300px) and (max-width:599px) {
    .round {
    left: 49px;
    top: 50px;
    width: 209px;
    height: 209px;
    }
	.holderCircle { width: 300px; height: 300px; margin: 0 auto; }
	.holderCircle::after { width: 100%; height: 100%; }
	.dotCircle { width: 100%; height: 100%; top: 0; right: 0; bottom: 0; left: 0; margin: auto; }
}

  .title-box .title { font-weight: 600; letter-spacing: 2px; position: relative; z-index: -1; }
        .title-box span { text-shadow: 0 10px 10px rgba(0, 0, 0, .15); font-weight: 800; color: #d74b14; }
        .title-box p {font-size: 17px; line-height: 2em; }

.range-container .dial,
.range-container .right .blocker,
.range-container .left .blocker {
    transition: transform 1.5s ease-in-out; /* Adjust the duration and easing for a slower transition */
}

/*calculator end*/



.detailpage-main .trending-box {
    position: sticky;
    top: 120px;
}
.cardType {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}
.cardType .d-flex {
    align-items: center;
    gap: 5px;
    
}
.cardType .d-flex img {
    margin-top: -3px;
}
.cardType .d-flex p {
    line-height: normal;
}
.cardType .card-btn {
    padding: 0;
}
.cardType .orange-button {
    margin: 0;
}

.table-div {
    margin: 15px 0;
}
.table-div th {
    text-align: center;
}
.table-div th, .table-div td {
    border: 1px solid #cccc;
}
.prcmatrix {
    font-size: 1.2rem;
}
.nav-view {
    white-space: nowrap;
}
.readTime {
    align-items: center;
    display: inline-flex;
    justify-content: start;
    font-size: 14px;
    gap: 15px;
    position: relative;
    padding-left: 15px;
    padding-top: 15px;
    font-family: 'BNPPSans';
}
.readTime .share-button {
    margin-left: 0px;
    padding-left: 15px;
    padding-top: 0px;
    width: auto;
}
.share-button img {
    height: 25px!important;
}
 .showhidediv {
display: block; 
}

.showhidediv.hidden {
display: none!important;
}

.hidden {
display: none; 
}


    .tooltip {
    background-color: white; 
    border: 1px solid #ccc; 
    
    border: 1px solid #ccc;
    color: #fff;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    opacity: 1!important;
}

.tooltip .tooltip-inner {
    background-color: white!important; 
    color: black; 
    opacity: 1!important;
}
.tooltip .tooltip-inner h6{
    font-size: 1.6rem;
}
.tooltip .tooltip-inner p {
    font-size: 1.2rem!important;
    padding: 4px 0;
    line-height: normal;
}
.tooltip .tooltip-inner img {
    margin: 10px auto;
}
.tooltip .arrow {
    border-width: 5px; 
    border-style: solid;
    border-color: transparent; 
}
.tooltip.top .arrow {
    border-bottom-color: white !important; 
}
.tooltip.bottom .arrow {
    border-top-color: white !important; 
}
.tooltip.left .arrow {
    border-right-color: white !important; 
}
.tooltip.right .arrow {
    border-left-color: white !important; 
}
.form-list ul {
    justify-content: start;
    column-gap: 0px;
    row-gap: 12px;
}
.form-list.filter-sec select {
    min-width: auto!important;
    width: 100%;
}
.career-card {
    background: #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
    border: 1px solid #DBDBDB;
    border-radius: 10px;
    height: 100%;
    position: relative;
    padding: 15px 20px 25px;
    margin: 15px 0;
}
.c-title {
    font-size: 2.4rem;
    margin-bottom: 5px;
}
.post-time {
    font-size: 1.2rem;
    margin-bottom: 22px;
}
.career-card li {
    font-size: 1.6rem;
    margin-bottom: 2rem;
}
.career-card li i {
    width: 15px;
    margin-right: 10px;
}
.location {
    color: #ed4c14;
    font-size: 2rem;
    margin-bottom: 20px;
    font-family: 'BNPPSans';
}
.executive-list {
    display: flex;
    justify-content: start;
    margin-bottom: 36px;
    flex-wrap: wrap;
    row-gap: 18px;
}
.executive-list .e-item {
    margin-right: 25px;
    padding-right: 25px;
    border-right: 1px solid #bbb;
}
.executive-list .e-item:last-child {
    border-right: 0;
}
.executive-list h4 {
    color: #7D8682;
    font-size: 1.4rem;
    margin-bottom: 3px;
}
.executive-list p {
    font-size: 1.6rem;
}
.smallHeading {
    font-size: 3.2rem;
}
.small-title {
    font-size: 2.4rem;
    margin-bottom: 16px;
}
.bs-box {
    background: #fff;
    padding: 2.2rem 2rem 2.7rem;
    border-radius: 6px;
    box-shadow: 0 1.4px 20px 1.4px rgba(0, 0, 0, .1);
    margin-bottom: 3rem;
    position: relative;
}
.job-open-title {
    font-size: 1.8rem;
    margin-bottom: 16px;
}
.job-list-items {
    margin-bottom: 1.9rem;
}
.job-list-items img {
    width: 22px;
    margin-right: 10px;
}
.job-list-items a {
    font-size: 1.6rem;
}
.job-list-items:last-child {
    margin-bottom: .6rem;
}
.job-desc ul {
    padding-left: 15px;
}
.job-desc li {
    font-size: 1.6rem;
    margin-bottom: 10px;
    list-style: inherit;
}
.job-desc p {
    font-size: 1.6rem;
    margin-bottom: 10px;
}






 .alert-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  z-index: 9999;
}

.popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #E5FAEF;
  padding: 20px;
  border-radius: 5px;
  max-width: 300px;
  width: 100%;
}
.popup-message {
    font-size: 1.8rem;
}
.alert-popup .close-btn {
  cursor: pointer;
  float: right;
  font-weight:bold;
  position:static;
  background: #ed4c14;
    color: #fff;
    border: 1px solid #ed4c14;
    border-radius: 6px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 1.1rem 2.3rem;
    font-weight: 500;
    font-size: 1.4rem;
    margin: 1.6rem 0 0;
    line-height: normal;
    min-width: 115px;
    text-transform: uppercase;
    position: relative;
  
} 
.insight-detail-page ul, .job-desc ul {
    padding-left: 20px;
}
.insight-detail-page ul li, .job-desc ul li {
    list-style: inherit;
}
.resend_otp {
    color: #ed4c14;
}

.greenBg {
    background: #f4fdf8;
}