html {
  scroll-behavior: smooth;
  -webkit-scroll-behavior: smooth;
}

body {
  overflow-y: scroll;
  scroll-behavior: smooth;
}

.f-w-600 {
  font-weight: 600;
}

.heading-fluid {
  background-image: url('../../assets/images/flexi-cap/darkbluebanner.jpg') !important;
  background-repeat: no-repeat;
  background-position: 100%;
  background-size: cover;
}

.heading-fluid .breadcrubmb {
  position: absolute;
  left: 0;
  top: 0;
}

.heading-fluid .breadcrubmb ul {
  padding: 0 2rem;
  margin: 0;
  display: flex;
  gap: 1rem;
  background: rgba(113, 113, 113, 0.6);
  list-style: none;
  border-radius: 0px 0px 10px 10px;
}

@media (max-width: 767px) {
  .heading-fluid .breadcrubmb ul {
    padding: 0 1rem;
    gap: 0.5rem;
    display: none;
  }
}

.heading-fluid .breadcrubmb ul li {
  padding: 1rem 0;
  color: white;
}

@media (max-width: 767px) {
  .heading-fluid .breadcrubmb ul li {
    padding: 0rem 0rem;
  }
}

.heading-fluid .breadcrubmb ul li a {
  color: white;
  font-size: 16px;
}

.heading-fluid .breadcrubmb ul li a:hover {
  color: #9ab5ff;
}

@media (max-width: 767px) {
  .heading-fluid .breadcrubmb ul li a {
    font-size: 12px;
  }
}

.heading-fluid .flexi-container {
  display: flex;
  padding: 10rem 0rem 14rem 0rem;
}

@media (max-width: 1200px) {
  .heading-fluid .flexi-container {
    padding: 4rem 0rem 4rem 0rem;
  }
}

@media (max-width: 767px) {
  .heading-fluid .flexi-container {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
}

.heading-fluid .flexi-container .flexi-left-wrap {
  flex-basis: 70%;
  display: flex;
  flex-direction: column;
}

.heading-fluid .flexi-container .flexi-left-wrap .head-wrap {
  display: flex;
  gap: 0rem 2rem;
  align-items: center;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .heading-fluid .flexi-container .flexi-left-wrap .head-wrap {
    gap: 1rem 2rem;
  }
}

@media (max-width: 767px) {
  .heading-fluid .flexi-container .flexi-left-wrap .head-wrap h1 {
    font-size: 28px;
    line-height: 36px;
    font-weight: 400;
  }
}

.heading-fluid .flexi-container .flexi-left-wrap .head-wrap .equity {
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  padding: 0 1rem;
  background-color: #fff;
  border-radius: 50px;
}

@media (max-width: 767px) {
  .heading-fluid .flexi-container .flexi-left-wrap .animate-btn {
    padding: 14px;
    width: auto;
  }
}

.heading-fluid .flexi-container .flexi-right-wrap {
  flex-basis: 30%;
  display: flex;
  justify-content: end;
}

.heading-fluid .flexi-container .flexi-right-wrap .count-wrap {
  display: grid;
  gap: 1rem;
}

@media (max-width: 767px) {
  .heading-fluid .flexi-container .flexi-right-wrap .count-wrap {
    display: flex;
    align-items: center;
  }
}

.heading-fluid .flexi-container .flexi-right-wrap .count-wrap .invest-wrap {
  display: flex;
  gap: 2rem;
  align-items: center;
}

.heading-fluid .flexi-container .flexi-right-wrap .count-wrap .invest-wrap img {
  display: flex;
  position: relative;
  align-items: center;
}

@media (max-width: 767px) {
  .heading-fluid .flexi-container .flexi-right-wrap .count-wrap .invest-wrap img {
    display: none;
  }
}

.heading-fluid .flexi-container .flexi-right-wrap .count-wrap .invest-wrap p {
  color: var(--white);
  margin: 0;
  font-size: 30px;
  line-height: 36px;
}

@media (max-width: 767px) {
  .heading-fluid .flexi-container .flexi-right-wrap .count-wrap .invest-wrap p {
    color: var(--white);
    font-size: 14px;
    line-height: 14px;
  }
}

.heading-fluid .flexi-container .flexi-right-wrap .count-wrap .count-span {
  color: var(--white);
  font-size: 14px;
  line-height: 14px;
}

.section-padding {
  padding: 0px;
}

@media (max-width: 767px) {
  .section-padding {
    padding: 15px;
  }
}

.topMenuWrapper {
  background: #fff;
  position: relative;
}

.topMenuWrapper.stickyMenu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
  padding: 24px 0 10px;
  width: 100%;
  transition: all ease 750ms;
}

.scrollpy-container {
  background-color: var(--gray);
  overflow: hidden;
  border-radius: 1.6rem;
  padding: 0;
  transition: all ease 750ms;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .scrollpy-container {
    margin: auto;
  }
}

@media (width <=767px) {
  .scrollpy-container {
    width: calc(100% - 2rem);
  }
}

.scrollpy-container ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  overflow: auto;
  width: 100%;
  transition: all ease 750ms;
  overflow-x: scroll;
  scrollbar-width: none;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .scrollpy-container ul {
    justify-content: start;
  }
}

.scrollpy-container ul li a {
  line-height: 2.2rem;
  padding: 13px 74px;
  font-size: 14px;
  display: inline-block;
  color: var(--lightGray);
  border-radius: 16px;
  width: -moz-max-content;
  width: max-content;
}

.scrollpy-container ul li a:hover {
  color: #000;
}

.scrollpy-container ul li a:focus {
  color: #000;
}

.scrollpy-container ul li a.active {
  color: var(--darkbalck);
  font-weight: 600;
  background: #9ab5ff;
}

.stats-container {
  display: flex;
  flex-wrap: wrap;
  padding: 2rem 2rem;
  background-color: var(--white);
  border-radius: 24px;
  gap: 15px;
  justify-content: flex-start;
  box-shadow: 0px 8px 24px rgba(50, 50, 50, 0.15);
  position: relative;
  top: -75px;
}

@media (max-width: 767px) {
  .stats-container {
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }
}

.stats-container .banner-stats {
  display: inline-grid;
  gap: 0px 5px;
  justify-content: flex-start;
  height: -moz-fit-content;
  height: fit-content;
  flex: 1 0 auto;
}

.stats-container .banner-stats .stats-icon {
  grid-row: 1/4;
}

@media (max-width: 575px) {
  .stats-container .banner-stats .stats-icon {
    display: none;
  }
}

.stats-container .banner-stats .stats-title {
  grid-column: 2/3;
  align-self: center;
  display: flex;
  position: relative;
  align-items: center;
  color: var(--darkbalck);
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}

.stats-container .banner-stats .colourBlue {
  font-weight: 600;
  font-size: 13px;
  line-height: 22px;
  color: #2c85b8;
  margin: 0;
}

.stats-container .banner-stats .stats-amount {
  grid-column: 2/3;
  margin: 0;
  color: var(--darkbalck);
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.stats-container .banner-stats .stats-date {
  grid-column: 2/3;
  color: var(--lightGray);
  font-size: 10px;
  line-height: 12px;
}

@media (max-width: 767px) {
  .stats-container .banner-stats {
    justify-content: start;
  }

  .stats-container .banner-stats:last-child .stats-title {
    grid-column: unset;
  }

  .stats-container .banner-stats:last-child,
  .stats-container .banner-stats:nth-last-child(2) {
    grid-column: 1/3;
  }
}

.stats-container .banner-stats:last-child {
  flex: 1 0 260px;
}

.stats-container .banner-stats:nth-last-child(2) {
  flex: 1 0 auto;
}

.col-white {
  color: var(--white);
}

.homeBanners .banner-toggle {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 0 0 2rem;
}

.homeBanners .banner-toggle P {
  margin: 0;
  color: #fff;
  cursor: pointer;
}

.homeBanners .banner-toggle input[type=checkbox] {
  position: relative;
  width: 32px;
  height: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #9ab5ff;
  outline: none;
  border-radius: 2rem;
  cursor: pointer;
}

.homeBanners .banner-toggle input[type=checkbox]::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #1e1b1b;
  position: absolute;
  top: 3px;
  left: 6px;
  transition: 0.5s;
}

.homeBanners .banner-toggle input[type=checkbox]:checked::before {
  transform: translateX(100%);
  background: #1e1b1b;
}

.homeBanners .banner-toggle input[type=checkbox]:checked {
  background: #9ab5ff;
}

.homeBanners .banner-toggle .active {
  color: #9ab5ff;
}

@media (max-width: 1024px) {
  .homeBanners .banner-toggle {
    gap: 10px;
  }
}

@media (max-width: 800px) {
  .homeBanners .banner-toggle {
    position: unset;
    justify-content: center;
  }
}

.homeBanners .banner-toggle {
  margin-bottom: 0;
  font-size: 1.2rem;
}

/* Style for the active navbar link */
.historical-container {
  background: #ffffff;
  box-shadow: 0px 8px 24px rgba(50, 50, 50, 0.1);
  border-radius: 16px;
  padding: 25px;
  margin-bottom: 7rem;
  display: grid;
  gap: 1.3rem;
  width: 100%;
}

@media (width >=768px) {
  .historical-container {
    grid-template-columns: repeat(auto-fit, minmax(600px, 1fr));
  }
}

@media (max-width: 767px) {
  .historical-container {
    padding: 0 !important;
    box-shadow: none;
    margin-bottom: 0;
    grid-template-columns: repeat(1, 1fr) !important;
  }
}

@media (max-width: 992px) {
  .historical-container {
    grid-template-columns: repeat(1, 1fr);
    padding: 15px;
    display: flex;
    flex-direction: column;
  }
}

.historical-container .his-left {
  position: relative;
  max-width: 100%;
}

.historical-container .his-left .highchart-subtitle {
  font-size: 10px;
  line-height: 16px;
  position: absolute;
  right: 25px;
  bottom: 20px;
  color: #000000;
}

@media (max-width: 1200px) {
  .historical-container .his-left .highchart-subtitle {
    bottom: 40px;
  }
}

.historical-container .his-left .highcharts-legend {
  display: grid;
  gap: 0.3rem;
}

.historical-container .his-left .highcharts-legend .title {
  font-weight: 500;
  font-size: clamp(1.4rem, 2.813vw, 1.8rem);
  line-height: 28px;
  color: #1e1b1b;
  margin: 0;
}

.historical-container .his-left .highcharts-legend .amount {
  grid-column: 2/3;
  font-weight: 400;
  font-size: 28px;
  line-height: 36px;
  color: #099d33;
  margin: 0;
}

@media (max-width: 1200px) {
  .historical-container .his-left .highcharts-legend .amount {
    grid-row: 2/3;
    grid-column: 1/3;
  }
}

.historical-container .his-left .highcharts-legend .date {
  grid-column: 2/3;
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  color: #000946333;
}

@media (max-width: 1200px) {
  .historical-container .his-left .highcharts-legend .date {
    grid-column: 1/3;
  }
}

.historical-container .his-left .highcharts-legend .value-one {
  grid-column: 3/3;
  grid-row: 1/2;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  padding-left: 25px;
  color: #1e1b1b;
  position: relative;
}

@media (max-width: 1200px) {
  .historical-container .his-left .highcharts-legend .value-one {
    grid-column: 1/3;
    grid-row: 1/3;
    display: none;
  }
}

.historical-container .his-left .highcharts-legend .value-one::before {
  content: "";
  width: 16px;
  height: 4px;
  background: #9ab5ff;
  border-radius: 100px;
  position: absolute;
  top: 20%;
  left: 0px;
  transform: translateY(50%);
}

.historical-container .his-left .highcharts-legend .value-two {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #1e1b1b;
  padding-left: 25px;
  position: relative;
  top: -8px;
}

@media (max-width: 1200px) {
  .historical-container .his-left .highcharts-legend .value-two {
    display: none;
  }
}

.historical-container .his-left .highcharts-legend .value-two::before {
  content: "";
  width: 16px;
  height: 4px;
  background: #856a6a;
  border-radius: 100px;
  position: absolute;
  top: 20%;
  left: 0px;
  transform: translateY(50%);
}

.historical-container .his-left #highchart {
  display: inline-block;
  width: 100%;
}

@media (max-width: 767px) {
  .historical-container .his-left {
    grid-column: 1/3;
  }
}

.historical-container .his-left .legend-mob {
  justify-content: space-between;
  padding: 0 20px;
  display: none;
}

@media (max-width: 1200px) {
  .historical-container .his-left .legend-mob {
    display: flex;
  }
}

.historical-container .his-left .legend-mob .value-one {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  padding-left: 25px;
  color: #1e1b1b;
  position: relative;
}

.historical-container .his-left .legend-mob .value-one::before {
  content: "";
  width: 16px;
  height: 4px;
  background: #9ab5ff;
  border-radius: 100px;
  position: absolute;
  top: 20%;
  left: 0px;
  transform: translateY(50%);
}

.historical-container .his-left .legend-mob .value-two {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #1e1b1b;
  padding-left: 25px;
  position: relative;
}

@media (max-width: 1200px) {
  .historical-container .his-left .legend-mob .value-two {
    display: block;
  }
}

.historical-container .his-left .legend-mob .value-two::before {
  content: "";
  width: 16px;
  height: 4px;
  background: #856a6a;
  border-radius: 100px;
  position: absolute;
  top: 20%;
  left: 0px;
  transform: translateY(50%);
}

.historical-container .his-right {
  padding: 2rem;
  background: #fbf8f0;
  border-radius: 16px;
  display: grid;
  gap: 15px;
}

@media (max-width: 767px) {
  .historical-container .his-right {
    grid-column: 1/3;
    padding: 16px;
  }
}

.historical-container .his-right .sub-title {
  color: black;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  margin: 0;
}

@media (max-width: 767px) {
  .historical-container .his-right .sub-title {
    font-size: 16px;
    line-height: 24px;
  }
}

.historical-container .his-right .returns {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  list-style: none;
  padding: 0px;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .historical-container .his-right .returns {
    gap: 3px;
  }
}

.historical-container .his-right .returns li {
  padding: 10px 29px;
  background: #eee9db;
  border-radius: 50px;
  color: #000946;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  cursor: pointer;
}

@media (max-width: 767px) {
  .historical-container .his-right .returns li {
    padding: 8px 13px;
    font-size: 12px;
    line-height: 14px;
  }
}

.historical-container .his-right .returns li.actives {
  background-color: #03106a;
}

@media (max-width: 767px) {
  .historical-container .his-right .returns li.actives {
    padding: 8px;
    font-size: 12px;
  }
}

@media (width <=102.4rem) and (width <=1320px) {
  .historical-container .his-right .returns li {
    padding: 8px 19px !important;
  }
}

.historical-container .his-right span {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}

@media (max-width: 767px) {
  .historical-container .his-right span {
    font-size: 12px;
    line-height: 20px;
  }
}

.historical-container .his-right .investnow-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
}

@media (max-width: 767px) {
  .historical-container .his-right .investnow-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
}

.historical-container .his-right .investnow-container .investnow-wrapper {
  padding: 2rem;
  background: #fff;
  border-radius: 1rem;
  display: grid;
  gap: 1rem;
  height: -moz-fit-content;
  height: fit-content;
}

@media (max-width: 767px) {
  .historical-container .his-right .investnow-container .investnow-wrapper {
    padding: 16px;
  }
}

.historical-container .his-right .investnow-container .investnow-wrapper p {
  background: #fbf8f0;
  border: 1px solid #9ab5ff;
  border-radius: 100px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  height: 40px;
  line-height: 40px;
  padding: 0px 25px;
  margin-bottom: 1.5rem;
  width: -moz-min-content;
  width: min-content;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .historical-container .his-right .investnow-container .investnow-wrapper p {
    font-size: 12px;
    line-height: 20px;
  }
}

.historical-container .his-right .investnow-container .investnow-wrapper span {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #1e1b1b;
}

@media (max-width: 767px) {
  .historical-container .his-right .investnow-container .investnow-wrapper span {
    font-size: 12px;
    line-height: 20px;
  }
}

.historical-container .his-right .investnow-container .investnow-wrapper h4 {
  height: 32px;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #099d33;
  margin-bottom: 1.5rem;
}

@media (max-width: 767px) {
  .historical-container .his-right .investnow-container .investnow-wrapper h4 {
    font-size: 18px;
    line-height: 24px;
    margin: 0;
    font-weight: 600;
    white-space: nowrap;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .historical-container .his-right .investnow-container .investnow-wrapper h4 {
    white-space: nowrap;
  }
}

@media (max-width: 767px) {
  .historical-container .his-right .investnow-container .investnow-wrapper button {
    width: 100%;
  }
}

.historical-container .des {
  grid-column: 1/3;
  font-weight: 400;
  font-size: 10px;
  line-height: 16px;
  margin: 0;
}

@media (max-width: 767px) {
  .historical-container .des {
    font-size: 8px;
    line-height: 12px;
  }
}

.highcharts-plot-band {
  display: none;
}

.fundManagement {
  position: relative;
  padding: 80px 0px;
}

@media (max-width: 767px) {
  .fundManagement {
    padding: 40px 0;
  }
}

.fundManagement .fundManagementWrap {
  display: flex;
  -moz-column-gap: 24px;
  column-gap: 24px;
}

@media (max-width: 767px) {
  .fundManagement .fundManagementWrap {
    flex-direction: column;
    row-gap: 16px;
  }
}

.fundManagement .fundManagementWrap .fundManagementBox {
  background-color: #fbf8f0;
  border-radius: 16px;
  padding: 40px;
  display: grid;
  gap: 24px;
  align-items: start;
  width: 100%;
}

.fundManagement .fundManagementWrap .fundManagementBox img {
  max-width: 100%;
  height: auto;
}

.fundManagement .fundManagementWrap .fundManagementBox .mobileProfile {
  display: none;
}

@media (max-width: 767px) {
  .fundManagement .fundManagementWrap .fundManagementBox {
    grid-template-columns: 80px 1fr;
    padding: 24px 16px;
    max-width: 100%;
  }

  .fundManagement .fundManagementWrap .fundManagementBox .mobileProfile {
    display: block;
    margin: 0;
    font-size: 18px;
    line-height: 26px;
  }

  .fundManagement .fundManagementWrap .fundManagementBox .mobileProfile span {
    font-size: 14px;
    line-height: 22px;
  }
}

.fundManagement .fundManagementWrap .fundManagementBox .fundManagementContent {
  width: 100%;
}

.fundManagement .fundManagementWrap .fundManagementBox .fundManagementContent h4 {
  font-size: 20px;
  line-height: 28px;
  margin: 0;
  color: #1e1b1b;
}

@media (max-width: 767px) {
  .fundManagement .fundManagementWrap .fundManagementBox .fundManagementContent h4 {
    display: none;
  }
}

.fundManagement .fundManagementWrap .fundManagementBox .fundManagementContent span.post {
  font-size: 16px;
  line-height: 24px;
  color: #1e1b1b;
  padding-top: 5px;
}

@media (max-width: 767px) {
  .fundManagement .fundManagementWrap .fundManagementBox .fundManagementContent span.post {
    display: none;
  }
}

.fundManagement .fundManagementWrap .fundManagementBox .fundManagementContent .profileDetail {
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
  column-gap: 15px;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .fundManagement .fundManagementWrap .fundManagementBox .fundManagementContent .profileDetail {
    margin: 0;
  }
}

.fundManagement .fundManagementWrap .fundManagementBox .fundManagementContent .profileDetail p {
  font-size: 14px;
  line-height: 22px;
  color: #666666;
  margin: 0;
}

@media (max-width: 767px) {
  .fundManagement .fundManagementWrap .fundManagementBox .fundManagementContent .profileDetail p {
    font-size: 12px;
    line-height: 20px;
    white-space: nowrap;
  }
}

.fundManagement .fundManagementWrap .fundManagementBox .fundManagementContent .profileDetail span {
  font-size: 24px;
  line-height: 32px;
  color: #000946333;
  font-weight: 600;
}

@media (max-width: 767px) {
  .fundManagement .fundManagementWrap .fundManagementBox .fundManagementContent .profileDetail span {
    font-size: 18px;
    line-height: 24px;
  }
}

@media (max-width: 767px) {
  .fundManagement .fundManagementWrap .fundManagementBox .profileDescription {
    display: none;
  }
}

.fundManagement .fundManagementWrap .fundManagementBox .profileDescription,
.fundManagement .fundManagementWrap .fundManagementBox .viewprofile {
  grid-column: span 2;
  font-size: 14px;
  line-height: 22px;
  color: #1e1b1b;
  margin: 0;
}

.fundManagement .fundManagementWrap .fundManagementBox .viewprofile {
  font-weight: 600;
  background-color: transparent;
  border: none;
  outline: none;
  text-align: left;
  width: -moz-fit-content;
  width: fit-content;
}

@media (max-width: 767px) {
  .fundManagement .fundManagementWrap .fundManagementBox .viewprofile {
    display: none;
  }
}

.fundManagement .fundManagementWrap .fundManagementBox .viewprofile.mobile {
  display: none;
}

@media (max-width: 767px) {
  .fundManagement .fundManagementWrap .fundManagementBox .viewprofile.mobile {
    display: block;
  }
}

.popupOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1019607843);
  z-index: 3;
}

.popupOverlay.visible {
  visibility: unset;
  opacity: 1;
  z-index: 999;
}

[data-fundmanage-popupContent] {
  display: none;
  background: #fff;
  padding: 32px 40px;
  position: fixed;
  border-radius: 16px;
  z-index: 1000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  /* max-width: 420px; */
}

@media (max-width: 767px) {
  [data-fundmanage-popupContent] {
    max-width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: unset;
    border-radius: 0;
    position: fixed;
    overflow: scroll;
    padding: 24px;
  }
}

[data-fundmanage-popupContent].show {
  display: block;
}

[data-fundmanage-popupContent] .fundmanageProfile .popupHead {
  display: flex;
  -moz-column-gap: 16px;
  column-gap: 16px;
  align-items: center;
  margin-bottom: 16px;
  position: relative;
}

[data-fundmanage-popupContent] .fundmanageProfile .popupHead img {
  width: 48px;
  height: 48px;
  -o-object-fit: contain;
  object-fit: contain;
}

[data-fundmanage-popupContent] .fundmanageProfile .popupHead p {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  color: #1e1b1b;
}

@media (max-width: 767px) {
  [data-fundmanage-popupContent] .fundmanageProfile .popupHead p {
    font-size: 14px;
    line-height: 24px;
  }
}

[data-fundmanage-popupContent] .fundmanageProfile .popupHead::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 100%;
  border-radius: 3px;
  background-color: #03106a;
  bottom: -40%;
}

[data-fundmanage-popupContent] .fundmanageProfile .popupClose {
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  top: 16px;
  right: 16px;
}

[data-fundmanage-popupContent] .fundmanageProfile h4.mobileDescription {
  font-weight: 600;
}

[data-fundmanage-popupContent] .fundmanageProfile .mobileDescription {
  display: none;
  font-size: 12px;
  line-height: 20px;
  color: #1e1b1b;
  padding-top: 16px;
}

@media (max-width: 767px) {
  [data-fundmanage-popupContent] .fundmanageProfile .mobileDescription {
    display: block;
  }
}

[data-fundmanage-popupContent] .fundmanageProfile ul {
  margin: 0;
  padding: 0;
  padding-top: 16px;
  list-style: none;
}

[data-fundmanage-popupContent] .fundmanageProfile ul li {
  font-size: 14px;
  line-height: 40px;
  color: #1e1b1b;
}

@media (max-width: 767px) {
  [data-fundmanage-popupContent] .fundmanageProfile ul li {
    font-size: 12px;
    line-height: 32px;
  }
}

.fundDownload {
  background: #fbf8f0;
  padding: 90px 0;
}

@media (max-width: 767px) {
  .fundDownload {
    padding: 40px 0;
  }
}

.fundDownload .fundDownloadWrapper .fundDownloadGrid {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

@media (max-width: 767px) {
  .fundDownload .fundDownloadWrapper .fundDownloadGrid {
    gap: 10px;
  }
}

.fundDownload .fundDownloadWrapper .fundDownloadGrid .fundDownloadContent {
  display: flex;
  -moz-column-gap: 24px;
  column-gap: 24px;
  width: 100%;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .fundDownload .fundDownloadWrapper .fundDownloadGrid .fundDownloadContent {
    row-gap: 10px;
    flex-direction: column;
  }
}

.fundDownload .fundDownloadWrapper .fundDownloadGrid .fundDownloadContent .contentWrap {
  display: flex;
  align-items: center;
  -moz-column-gap: 24px;
  column-gap: 24px;
  padding: 8px 24px;
  background-color: #fff;
  border-radius: 16px;
  width: 100%;
  max-width: 408px;
  cursor: pointer;
  position: relative;
}

.fundDownload .fundDownloadWrapper .fundDownloadGrid .fundDownloadContent .contentWrap p {
  font-size: 14px;
  line-height: 22px;
  color: #000000;
  margin-bottom: 0;
  max-width: 220px;
}

.fundDownload .fundDownloadWrapper .fundDownloadGrid .fundDownloadContent .contentWrap:hover::after {
  width: 60px;
  height: 60px;
  top: 0;
}

@media (max-width: 767px) {
  .fundDownload .fundDownloadWrapper .fundDownloadGrid .fundDownloadContent .contentWrap:hover::after {
    display: none;
    width: 60px;
    height: 60px;
  }
}

.fundDownload .fundDownloadWrapper .fundDownloadGrid .fundDownloadContent .contentWrap::after {
  content: "";
  background-image: url("../../assets/images/common/download.png");
  width: 0;
  height: 0;
  background-color: #03106a;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  border-radius: 0px 16px 0px 70px;
  top: -5px;
  transition: all 0.4s ease-in-out;
  background-position: 60% 30%;
}

.faqWrapper {
  padding: 100px 0px;
}

@media (max-width: 767px) {
  .faqWrapper {
    padding: 40px 15px;
  }
}

@media (max-width: 767px) {
  .faqWrapper .section-title {
    font-size: 24px;
  }
}

.faqWrapper .section-title::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 6px;
  width: 100px;
  border-radius: 3px;
  background-color: #03106a;
  bottom: 10px;
}

.faqWrapper .accordion {
  cursor: pointer;
  padding: 17px 0;
  width: 100%;
  border: none;
  outline: none;
  transition: 0.4s;
  display: flex;
  align-items: center;
  -moz-column-gap: 16px;
  column-gap: 16px;
  /* border-bottom: 1px solid #eeeeee; */
}

.faqWrapper .faqContent {
  border-bottom: 1px solid #eeeeee;
}

.faqWrapper .accordion h4 {
  font-size: 14px;
  line-height: 22px;
  margin: 0;
}

@media (max-width: 767px) {
  .faqWrapper .accordion h4 {
    font-size: 12px;
  }
}

.faqWrapper .accordion img {
  transform: rotate(0deg);
  transition: all 0.6s;
  display: block;
}

.faqWrapper .accordion.active {
  border-bottom: none;
}

.faqWrapper .accordion.active h4 {
  font-weight: 600;
}

.faqWrapper .accordion.active img {
  transform: rotate(90deg);
}

.faqWrapper .panel {
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  display: none;
  margin-top: 0px;
  /* border-bottom: 1px solid #eeeeee; */
  padding: 0 40px;
}

.faqWrapper .panel p {
  font-size: 14px;
  line-height: 22px;
  color: #1e1b1b;
}

@media (max-width: 767px) {
  .faqWrapper .panel p {
    font-size: 12px;
  }
}

.invest-sec {
  padding: 60px 0px 80px 0;
}

@media (max-width: 767px) {
  .invest-sec {
    padding: 0px 0px 48px 0;
  }
}

.invest-sec .invest-object-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 100px;
}

@media (max-width: 767px) {
  .invest-sec .invest-object-wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 50px;
  }
}

.invest-sec .invest-object-wrap p {
  font-size: 14px;
  line-height: 22px;
  color: rgb(30, 27, 27);
  max-width: 620px;
}

.invest-sec .invest-object-wrap img {
  max-width: 100%;
}

.fund-ideal {
  background: rgb(251, 248, 240);
  padding: 80px 0;
}

@media (max-width: 767px) {
  .fund-ideal {
    padding: 32px 0;
  }
}

.fund-ideal .plan-goal-wrap {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14.5px;
  padding: 15px;
  justify-content: center;
}

@media (max-width: 767px) {
  .fund-ideal .plan-goal-wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .fund-ideal .plan-goal-wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .fund-ideal .plan-goal-wrap {
    grid-template-columns: repeat(4, 1fr);
  }
}

.fund-ideal .plan-goal-wrap .plan-goal {
  background-color: #fff;
  max-width: 230px;
  height: auto;
  padding: 24px 16px;
  border-radius: 16px;
  display: grid;
  row-gap: 20px;
  justify-items: center;
}

@media (max-width: 767px) {
  .fund-ideal .plan-goal-wrap .plan-goal {
    -moz-column-gap: 20px;
    column-gap: 20px;
    max-width: unset;
    row-gap: unset;
  }
}

.fund-ideal .plan-goal-wrap .plan-goal h4 {
  margin-bottom: 2rem;
  padding: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

@media (max-width: 767px) {
  .fund-ideal .plan-goal-wrap .plan-goal h4 {
    grid-column: 2/3;
  }
}

.fund-ideal .plan-goal-wrap .plan-goal img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .fund-ideal .plan-goal-wrap .plan-goal img {
    grid-row: 1/3;
    width: 90px;
  }
}

@media (max-width: 767px) {
  .fund-ideal .plan-goal-wrap .plan-goal button {
    grid-column: 2/3;
  }
}

@media (max-width: 767px) {
  .fund-ideal .plan-goal-wrap .plan-goal .animate-btn {
    width: auto;
    padding: 12px 25px;
  }
}

.riskometer-wrap {
  display: grid;
  padding: 80px 0;
}

@media (min-width: 992px) {
  .riskometer-wrap {
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
  }
}

.riskometer-wrap .product-investor {
  position: relative;
}

@media (max-width: 991px) {
  .riskometer-wrap .product-investor {
    padding: 15px;
    grid-column: 1/4;
  }
}

.riskometer-wrap .product-investor::after {
  content: "";
  position: absolute;
  height: 100%;
  border: 1px solid #eeeeee;
  top: 0px;
  right: 0;
}

@media (max-width: 767px) {
  .riskometer-wrap .product-investor::after {
    bottom: 0;
    top: unset;
    height: unset;
    width: 100%;
  }
}

.riskometer-wrap .product-investor .section-title {
  text-align: left;
}

.riskometer-wrap .product-investor .section-title::after {
  content: "";
  position: absolute;
  left: 0;
  transform: translateX(3%);
}

@media (max-width: 767px) {
  .riskometer-wrap .product-investor .section-title {
    text-align: center;
  }

  .riskometer-wrap .product-investor .section-title::after {
    left: 50%;
    transform: translateX(-50%);
  }
}

.riskometer-wrap .product-investor ul li {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 24px;
}

.riskometer-wrap .product-investor ul li::marker {
  color: #9ab5ff;
}

.riskometer-wrap .product-investor p {
  font-size: 12px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .riskometer-wrap .product-investor p {
    display: none;
  }
}

.riskometer-wrap .product-investor .risk-title {
  font-size: 24px;
  line-height: 32px;
}

@media (max-width: 767px) {
  .riskometer-wrap .product-investor .risk-title {
    font-size: 18px;
    line-height: 26px;
  }
}

@media (max-width: 767px) {
  .riskometer-wrap .riskometer-img {
    padding: 15px;
  }
}

.riskometer-wrap .riskometer-img h4 {
  font-size: 24px;
  line-height: 32px;
  color: rgb(30, 27, 27);
  font-weight: 400;
  margin-top: 15px;
  padding-bottom: 25px;

  @media(max-width: 576px) {
    min-height: 64px;
  }
}

@media (max-width: 767px) {
  .riskometer-wrap .riskometer-img h4 {
    font-size: 14px;
    line-height: 22px;
  }
}

.riskometer-wrap .riskometer-img h5 {
  font-size: 12px;
  line-height: 20px;
  margin-top: 16px;
  margin-bottom: 0;
}

.riskometer-wrap .riskometer-img p {
  font-size: 10px;
  line-height: 16px;
  margin-bottom: 0;
  margin-top: 16px;
}

@media (max-width: 767px) {
  .riskometer-wrap .riskometer-img p {
    display: none;
  }
}

.riskometer-wrap .riskometer-img img {
  max-width: 100%;
  height: auto;
}

@media (width <=767px) {
  .riskometer-wrap .riskometer-img img {
    width: auto;
    max-width: 100px;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
    object-fit: contain;
  }
}

.riskometer-wrap .risk-border {
  position: relative;
  padding-left: 2rem;
}

.riskometer-wrap .risk-border::after {
  content: "";
  position: absolute;
  height: 100%;
  border: 1px solid #eeeeee;
  top: 0px;
  right: 0;
}

@media (max-width: 767px) {
  .riskometer-wrap .risk-border::after {
    border: none;
  }
}

.investor {
  display: none;
  font-size: 8px;
  line-height: 12px;
  color: rgb(30, 27, 27);
}

@media (max-width: 772px) {
  .investor {
    display: block;
  }
}

.fund-table {
  padding: 80px 0;
}

@media (max-width: 767px) {
  .fund-table {
    padding: 40px 0;
    overflow-x: scroll;
  }
}

.fund-table table {
  width: 100%;
  border-spacing: 0;
  border-collapse: separate;
  overflow-x: auto;
  display: block;
}

.fund-table table thead {
  background: #9ab5ff;
}

.fund-table table thead tr th,
.fund-table .holdings-table-mobile table thead tr td,
.holdings-table-mobile .fund-table table thead tr td {
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  text-align: center;
}

.fund-table table thead tr th p,
.fund-table .holdings-table-mobile table thead tr td p,
.holdings-table-mobile .fund-table table thead tr td p {
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
  margin: 0;
}

.fund-table table thead .table-head th:first-child,
.fund-table .holdings-table-mobile table thead .table-head td:first-child,
.holdings-table-mobile .fund-table table thead .table-head td:first-child {
  border-top-left-radius: 16px;
}

.fund-table table thead .table-head th:last-child,
.fund-table .holdings-table-mobile table thead .table-head td:last-child,
.holdings-table-mobile .fund-table table thead .table-head td:last-child {
  border-top-right-radius: 16px;
}

.fund-table table .table-data:nth-child(odd) {
  background-color: rgb(255, 255, 255);
}

.fund-table table .table-data:nth-child(even) {
  background-color: rgb(251, 248, 240);
}

.fund-table table .table-data td {
  padding: 16px 24px;
  font-size: 14px;
  line-height: 16px;
}

@media (max-width: 767px) {
  .fund-table table .table-data td {
    padding: 15px 24px;
  }
}

.fund-table table .table-data td small {
  font-size: 10px;
}

.fund-table table .table-data td:nth-child(5) {
  font-weight: 600;
}

.fund-table table .p-8 {
  padding: 8px;
}

.fund-table table .p-30 {
  padding: 20px;
}

.fund-table .disclaimer {
  font-size: 10px;
  line-height: 16px;
  margin: 24px 0 0 0;
}

.fund-table .content {
  font-size: 14px;
  line-height: 22px;
}

.fund-sec {
  padding: 0px 0px 80px 0px;
}

@media (max-width: 767px) {
  .fund-sec {
    padding: 0 0 48px 0;
  }
}

.fund-sec .fund-house-wrap {
  display: grid;
  grid-template-columns: auto auto auto;
  justify-content: center;
  gap: 100px;
}

@media (max-width: 767px) {
  .fund-sec .fund-house-wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
}

.fund-sec .fund-house-wrap .fund-house {
  display: grid;
  -moz-column-gap: 24px;
  column-gap: 24px;
  align-self: self-start;
  justify-content: center;
  max-width: 334px;
}

@media (max-width: 767px) {
  .fund-sec .fund-house-wrap .fund-house {
    justify-content: unset;
    justify-self: baseline;
  }
}

.fund-sec .fund-house-wrap .fund-house img {
  grid-row: 1/3;
}

.fund-sec .fund-house-wrap .fund-house h5 {
  grid-column: 2/3;
  font-size: 14px;
  line-height: 24px;
}

.fund-sec .fund-house-wrap .fund-house p {
  grid-column: 2/3;
  font-size: 14px;
  line-height: 22px;
}

.fund-portfolio {
  background: rgb(251, 248, 240);
  padding: 80px 0;
}

@media (max-width: 767px) {
  .fund-portfolio {
    padding: 40px 0;
  }
}

.view-sector-pop {
  max-width: 733px !important;
}

.view-sector-pop .close-icon {
  position: absolute;
  right: 20px;
  top: 20px;
}

.doughnut-container {
  display: flex;
  gap: 2.5rem;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .doughnut-container {
    flex-direction: column;
    padding: 15px;
  }
}

.doughnut-container .doughnut-left {
  display: grid;
  gap: 2rem;
  background-color: #fff;
  border-radius: 16px;
  padding: 32px 60px;
  justify-content: center;
}

@media (max-width: 767px) {
  .doughnut-container .doughnut-left {
    padding: 32px 0px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .doughnut-container .doughnut-left {
    width: 100%;
  }
}

.doughnut-container .doughnut-left h5 {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  margin-bottom: 10px;
}

.doughnut-container .doughnut-left div {
  width: 250px;
  height: 250px;
}

.doughnut-container .doughnut-right {
  background-color: #fff;
  border-radius: 16px;
  flex: 2;
}

.doughnut-container .doughnut-right .pad-right {
  padding: 32px;
}

.doughnut-container .doughnut-right .pad-right h5 {
  grid-column: 1/3;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  margin-bottom: 10px;
}

.doughnut-container .doughnut-right .pad-right .sector-section {
  display: flex;
  gap: 3rem;
  align-items: center;
  margin-top: 2rem;
}

@media (max-width: 767px) {
  .doughnut-container .doughnut-right .pad-right .sector-section {
    gap: 2rem;
    flex-direction: column;
  }
}

.doughnut-container .doughnut-right .pad-right .sector-section .sector-chart {
  flex-shrink: 0;
  width: 300px;
  height: 300px;
}

@media (max-width: 767px) {
  .doughnut-container .doughnut-right .pad-right .sector-section .sector-chart {
    width: 250px;
    height: 250px;
    margin: auto;
  }
}

.doughnut-container .doughnut-right .pad-right .sector-section .sector-list {
  flex-grow: 1;
}

.doughnut-right h5 {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  margin-bottom: 10px;
}

.sector-section {
  display: flex;
  gap: 3rem;
  align-items: center;
  margin-top: 2rem;
}

@media (max-width: 767px) {
  .sector-section {
    gap: 2rem;
    flex-direction: column;
  }
}

.sector-section .sector-chart {
  flex-shrink: 0;
  width: 300px;
  height: 300px;
}

.sector-section .sector-list {
  flex-grow: 1;
}

.fund-img {
  display: grid;
  gap: 24px;
  grid-template-columns: 40% 60%;
}

@media (max-width: 767px) {
  .fund-img {
    grid-template-columns: 1fr;
  }
}

.fund-img img {
  max-width: 100%;
}

.fund-img .sector-wrap {
  background-color: #fff;
  border-radius: 16px;
  padding: 32px;
}

.fund-img .sector-wrap h5 {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  margin-bottom: 20px;
}

.fund-img .sector-wrap .sector {
  display: flex;
  gap: 40px;
}

@media (max-width: 767px) {
  .fund-img .sector-wrap .sector {
    flex-direction: column;
  }
}

.fund-img .sector-wrap a {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
}

.sector-list {
  width: 100%;
}

.sector-list ul {
  display: flex;
  flex-direction: column;
}

.sector-list ul li {
  display: flex;
  justify-content: space-between;
  position: relative;
  gap: 2rem;
}

.sector-list ul li::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #ff9f2e;
  border-radius: 50%;
  bottom: 17px;
  left: -20px;
}

.sector-list ul li:nth-child(2)::before {
  background: #6fcdeb;
}

.sector-list ul li:nth-child(3)::before {
  background: #8c7ad2;
}

.sector-list ul li:nth-child(4)::before {
  background: #c292be;
}

.sector-list ul li:nth-child(5)::before {
  background: #e97785;
}

.sector-list ul li:nth-child(6)::before {
  background: #f2ca4f;
}

.sector-list ul li:nth-child(7)::before {
  background: #75b0da;
}

.sector-list ul li:last-of-type(2)::before {
  background: #bada75;
}

.sector-list ul li:last-child::before {
  background: #4c69d0;
}

.sector-list ul li p,
.sector-list ul li span {
  font-size: 14px;
  line-height: 24px;
}

.sector-list ul a {
  display: flex;
  justify-content: end;
}

.sector-list [data-fundmanage-popupContent] {
  max-width: 733px;
}

.sector-list [data-fundmanage-popupContent] .sector-wrap {
  padding: 0;
}

.view-fund {
  display: flex;
  justify-content: flex-end;
}

.view-fund button {
  display: flex;
  justify-content: flex-end;
  gap: 5px;
  margin-top: 21px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  border: none;
  background-color: unset;
}

.holdings-table {
  background-color: #fff;
  border-radius: 16px;
  width: 100%;
  padding: 30px 130px;
  margin-top: 24px;
}

@media (max-width: 767px) {
  .holdings-table {
    padding: 16px;
    display: none;
  }
}

.holdings-table h5 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
}

.holdings-table p {
  font-size: 14px;
  line-height: 22px;
}

.holdings-table .table-title {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .holdings-table .table-title {
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .holdings-table .table-title p {
    display: none;
  }
}

.holdings-table .overflow {
  overflow-x: auto;
}

.holdings-table .overflow table {
  width: 100%;
}

.holdings-table .overflow table thead tr th,
.holdings-table .overflow .holdings-table-mobile table thead tr td,
.holdings-table-mobile .holdings-table .overflow table thead tr td {
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  border-bottom: 1px solid rgb(221, 221, 221);
  padding: 16px;
}

@media (max-width: 767px) {

  .holdings-table .overflow table thead tr th:nth-child(2),
  .holdings-table .overflow .holdings-table-mobile table thead tr td:nth-child(2),
  .holdings-table-mobile .holdings-table .overflow table thead tr td:nth-child(2) {
    display: none;
  }
}

.holdings-table .overflow table tbody tr td {
  border-bottom: 1px solid rgb(221, 221, 221);
  padding: 16px;
  font-size: 14px;
  line-height: 24px;
  position: relative;
  width: 25%;
}

.holdings-table .overflow table tbody tr td:first-child {
  font-weight: 600;
}

@media (max-width: 767px) {
  .holdings-table .overflow table tbody tr td:nth-child(2) {
    display: none;
  }
}

.holdings-table .overflow .progress-fund {
  background: #f8f8f8;
  border-radius: 100px;
  height: 12px;
  width: 80%;
  position: relative;
}

@media (max-width: 767px) {
  .holdings-table .overflow .progress-fund {
    display: none;
  }
}

.holdings-table .overflow .progress-fund .fillmult {
  height: 12px;
  width: 0;
  background: #e97785;
  border-radius: 100px;
}

.holdings-table .overflow .progress-fund .fillmult span {
  padding-left: 10px;
}

.holdings-table .overflow .progress-fund .bg-purple {
  background: #8c7ad2;
}

.holdings-table .overflow .progress-fund .bg-yellow {
  background: #f2ca4f;
}

.holdings-table .overflow .progress-fund .bg-blue {
  background: #6fcdeb;
}

.holdings-table .overflow .perc {
  position: absolute;
  display: none;
  top: 14px;
  line-height: 30px;
  right: 10px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
}

@media (max-width: 767px) {
  .holdings-table .overflow .perc {
    top: 25px;
    right: 32px;
  }
}

.holdings-table [data-fundmanage-popupContent] {
  max-width: 1272px;
}

.holdings-table [data-fundmanage-popupContent] .holdings-table {
  overflow-y: scroll;
  scrollbar-width: none;
  height: 610px;
  padding: 0px;
  margin-top: 0;
}

.holdings-table [data-fundmanage-popupContent] .holdings-table::-webkit-scrollbar {
  display: none;
}

.close-icon {
  position: absolute;
  right: 15px;
  top: 7px;
}

.holdings-table-mobile {
  display: none;
}

.holdings-table-mobile h5 {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
}

.holdings-table-mobile table {
  margin: auto;
}

.holdings-table-mobile table th,
.holdings-table-mobile table td {
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  padding-top: 16px;
  text-align: center;
}

.holdings-table-mobile table th:first-child,
.holdings-table-mobile table td:first-child {
  text-align: left;
}

.holdings-table-mobile table td {
  width: 128px;
  padding: 0;
  padding-bottom: 16px;
  text-align: center;
  border-bottom: 1px solid #dddddd;
}

.holdings-table-mobile table td:first-child {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  text-align: left;
}

@media (max-width: 767px) {
  .holdings-table-mobile {
    display: block;
    background: #ffffff;
    border-radius: 16px;
    padding: 16px;
  }
}

.holdings-table-mobile .view-fund {
  align-items: center;
}

.holdings-table-mobile .view-fund button {
  padding: 21px 16px 32px;
}

.view-fund {
  display: flex;
  justify-content: flex-end;
}

.view-fund button {
  display: flex;
  justify-content: flex-end;
  gap: 5px;
  margin-top: 21px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  border: none;
  background-color: unset;
}

.invest {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 40px;
  padding: 0 20px;
}

.invest-sfcfund {
  margin-top: 100px;
}

@media (max-width: 767px) {
  .invest-sfcfund {
    margin-top: 48px;
  }
}

.invest-sfcfund .section-title {
  text-align: left;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #1e1b1b;
  position: relative;
}

@media (max-width: 767px) {
  .invest-sfcfund .section-title {
    font-size: 18px;
    line-height: 26px;
    text-align: center;
  }
}

.invest-sfcfund .section-title::after {
  content: "";
  position: absolute;
  left: 50px;
  height: 6px;
  width: 100px;
  border-radius: 3px;
  background-color: #03106a;
  bottom: 10px;
}

@media (max-width: 767px) {
  .invest-sfcfund .section-title::after {
    left: 50%;
    transform: translateX(-50%);
  }
}

.invest-sfcfund .invest-sfcffundWrapper {
  display: grid;
  align-items: center;
  -moz-column-gap: 24px;
  column-gap: 24px;
  grid-template-columns: 50% 50%;
}

@media (max-width: 767px) {
  .invest-sfcfund .invest-sfcffundWrapper {
    grid-template-columns: 100%;
    row-gap: 32px;
  }
}

.invest-sfcfund .invest-sfcffundWrapper .sfc-fund {
  background: #fff;
  padding: 32px 24px;
  box-shadow: 0px 8px 24px 0px rgba(50, 50, 50, 0.1019607843);
  border-radius: 24px;
}

.invest-sfcfund .invest-sfcffundWrapper .sfc-fund ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.invest-sfcfund .invest-sfcffundWrapper .sfc-fund ul li {
  display: flex;
  align-items: center;
  -moz-column-gap: 16px;
  column-gap: 16px;
  margin-bottom: 24px;
}

.invest-sfcfund .invest-sfcffundWrapper .sfc-fund ul li:last-child {
  margin-bottom: 0;
}

.invest-sfcfund .invest-sfcffundWrapper .sfc-fund ul li:last-child .stepProgress::after {
  display: none;
}

.invest-sfcfund .invest-sfcffundWrapper .sfc-fund ul li .stepProgress {
  background: #9ab5ff;
  font-size: 12px;
  line-height: 20px;
  padding: 12px;
  border-radius: 100px;
  width: 32px;
  display: flex;
  align-items: center;
  height: 32px;
  position: relative;
}

.invest-sfcfund .invest-sfcffundWrapper .sfc-fund ul li .stepProgress::after {
  content: "";
  position: absolute;
  border: 1px solid #b4abab;
  position: absolute;
  top: 33px;
  height: 100%;
  left: 14px;
}

.invest-sfcfund .invest-sfcffundWrapper .sfc-fund ul li p {
  font-size: 14px;
  line-height: inherit;
  margin: 0;
}

@media (max-width: 767px) {
  .invest-sfcfund .invest-sfcffundWrapper .sfc-fund ul li p {
    font-size: 12px;
    line-height: 20px;
  }
}

.invest-sfcfund .invest-sfcffundWrapper .sfc-fund ul li p span {
  font-weight: 600;
}

.invest-sfcfund .sfc-fundButton {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 40px;
  padding: 0 20px;
}

@media (max-width: 767px) {
  .invest-sfcfund .sfc-fundButton {
    display: none;
  }
}

.fundWorkWrapper {
  background-color: #fbf8f0;
  margin-top: 100px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.fundWorkWrapper .fundWorkSec {
  display: grid;
}

.fundWorkWrapper .fundWorkSecLottie {
  display: grid;
  position: relative;
}

@media (max-width: 991px) {
  .fundWorkWrapper .fundWorkSecLottie {
    margin: 0 auto;
  }
}

@media (max-width: 991px) {
  .fundWorkWrapper .fundWorkSecLottie #lottiePlayer {
    display: none;
  }
}

.fundWorkWrapper .fundWorkSecLottie #lottiePlayerMobile {
  height: 881px;
  display: none;
}

@media (max-width: 991px) {
  .fundWorkWrapper .fundWorkSecLottie #lottiePlayerMobile {
    display: block;
  }
}

.fundWorkWrapper .fundWorkSecLottie .item {
  position: absolute;
  top: 30px;
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  width: 310px;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}

@media (max-width: 991px) {
  .fundWorkWrapper .fundWorkSecLottie .item {
    top: 0px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .fundWorkWrapper .fundWorkSecLottie .item {
    top: 0px;
  }
}

.fundWorkWrapper .fundWorkSecLottie .item.item1show,
.fundWorkWrapper .fundWorkSecLottie .item.item2show,
.fundWorkWrapper .fundWorkSecLottie .item.item3show {
  opacity: 1;
  visibility: unset;
  overflow: unset;
}

.fundWorkWrapper .fundWorkSecLottie .item.item2 {
  bottom: 30px;
  left: 470px;
  top: unset;
}

@media (max-width: 991px) {
  .fundWorkWrapper .fundWorkSecLottie .item.item2 {
    left: 0px;
    bottom: 230px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .fundWorkWrapper .fundWorkSecLottie .item.item2 {
    left: 330px;
    bottom: -10px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .fundWorkWrapper .fundWorkSecLottie .item.item2 {
    left: 420px;
  }
}

.fundWorkWrapper .fundWorkSecLottie .item.item2 p {
  position: absolute;
  bottom: 0;
}

@media (max-width: 991px) {
  .fundWorkWrapper .fundWorkSecLottie .item.item2 p {
    top: -260px;
    left: 40px;
  }
}

.fundWorkWrapper .fundWorkSecLottie .item.item2 img {
  bottom: 180px;
}

@media (max-width: 991px) {
  .fundWorkWrapper .fundWorkSecLottie .item.item2 img {
    bottom: 100px;
    top: unset;
  }
}

.fundWorkWrapper .fundWorkSecLottie .item.item3 {
  right: 0;
}

@media (max-width: 991px) {
  .fundWorkWrapper .fundWorkSecLottie .item.item3 {
    left: 0;
    top: 580px;
  }
}

@media (max-width: 991px) {
  .fundWorkWrapper .fundWorkSecLottie .item.item3 img {
    bottom: -70px;
    top: unset;
  }
}

@media (max-width: 767px) {
  .fundWorkWrapper {
    padding: 32px 0;
  }
}

.fundWorkWrapper .sfc-fundButton {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 40px;
  padding: 0 20px;
}

@media (max-width: 767px) {
  .fundWorkWrapper .sfc-fundButton {
    display: none;
  }
}

.fundWorkWrapper .fundWorkSec img {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: block;
  position: relative;
  bottom: -90px;
  left: -10px;
}

@media (max-width: 991px) {
  .fundWorkWrapper .fundWorkSec img {
    top: 30px;
    left: 30px;
    width: 240px;
    height: 126px;
  }
}

@media (max-width: 767px) {
  .fundWorkWrapper {
    margin-top: 48px;
  }
}

.fund-portfolio {
  background: rgb(251, 248, 240);
  padding: 80px 0;
}

@media (max-width: 767px) {
  .fund-portfolio {
    padding: 40px 0;
  }
}

.fund-img {
  display: grid;
  gap: 24px;
  grid-template-columns: 40% 60%;
}

@media (max-width: 767px) {
  .fund-img {
    grid-template-columns: 1fr;
  }
}

.fund-img img {
  max-width: 100%;
}

.fund-img .sector-wrap {
  background-color: #fff;
  border-radius: 16px;
  padding: 32px;
}

.fund-img .sector-wrap h5 {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  margin-bottom: 20px;
}

.fund-img .sector-wrap .sector {
  display: flex;
  gap: 40px;
}

@media (max-width: 767px) {
  .fund-img .sector-wrap .sector {
    flex-direction: column;
  }
}

.fund-img .sector-wrap .sector .sector-list {
  width: 100%;
}

.fund-img .sector-wrap .sector .sector-list ul {
  display: flex;
  flex-direction: column;
}

.fund-img .sector-wrap .sector .sector-list ul li {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.fund-img .sector-wrap .sector .sector-list ul li::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #ff9f2e;
  border-radius: 50%;
  bottom: 17px;
  left: -20px;
}

.fund-img .sector-wrap .sector .sector-list ul li:nth-child(2)::before {
  background: #6fcdeb;
}

.fund-img .sector-wrap .sector .sector-list ul li:nth-child(3)::before {
  background: #8c7ad2;
}

.fund-img .sector-wrap .sector .sector-list ul li:nth-child(4)::before {
  background: #c292be;
}

.fund-img .sector-wrap .sector .sector-list ul li:nth-child(5)::before {
  background: #e97785;
}

.fund-img .sector-wrap .sector .sector-list ul li:nth-child(6)::before {
  background: #f2ca4f;
}

.fund-img .sector-wrap .sector .sector-list ul li:nth-child(7)::before {
  background: #75b0da;
}

.fund-img .sector-wrap .sector .sector-list ul li:last-of-type(2)::before {
  background: #bada75;
}

.fund-img .sector-wrap .sector .sector-list ul li:last-child::before {
  background: #4c69d0;
}

.fund-img .sector-wrap .sector .sector-list ul li p,
.fund-img .sector-wrap .sector .sector-list ul li span {
  font-size: 14px;
  line-height: 24px;
}

.fund-img .sector-wrap button[data-fundmanage-popup] {
  margin-top: 21px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  background: none;
  outline: none;
  border: none;
  margin-left: auto;
  display: block;
}

.invest {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 40px;
  padding: 0 20px;
}

.fund-details-sec {
  background: #fbf8f0;
  padding: 80px 0px;
}

@media (max-width: 767px) {
  .fund-details-sec {
    padding: 48px 0;
  }
}

.fund-details-sec .fund-details-wrap {
  background: #ffffff;
  border-radius: 16px;
  padding: 40px;
}

@media (max-width: 767px) {
  .fund-details-sec .fund-details-wrap {
    padding: 10px;
  }
}

.fund-details-sec .fund-details-wrap .fund-details-one {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-columns: repeat(4, auto);
  gap: 2rem;
  border-bottom: 1px solid #ede9de;
  padding: 40px 0;
}

@media (max-width: 767px) {
  .fund-details-sec .fund-details-wrap .fund-details-one {
    grid-template-columns: repeat(1, 1fr);
    padding: 0px 15px 0;
  }
}

.fund-details-sec .fund-details-wrap .fund-details-one .fund-details-rowone {
  display: grid;
  justify-content: center;
  align-self: baseline;
  justify-content: center;
  -moz-column-gap: 15px;
  column-gap: 15px;
}

@media (max-width: 767px) {
  .fund-details-sec .fund-details-wrap .fund-details-one .fund-details-rowone {
    border-right: unset;
    border-bottom: 1px solid #ede9de;
    justify-content: flex-start;
  }
}

.fund-details-sec .fund-details-wrap .fund-details-one .fund-details-rowone:last-child {
  border: none;
}

@media (max-width: 767px) {
  .fund-details-sec .fund-details-wrap .fund-details-one .fund-details-rowone:last-child {
    padding: 15px 0;
  }
}

.fund-details-sec .fund-details-wrap .fund-details-one .fund-details-rowone p {
  font-size: 14px;
  line-height: 22px;
  color: #666666;
  grid-column: 2/3;
  margin-bottom: 2px;
}

.fund-details-sec .fund-details-wrap .fund-details-one .fund-details-rowone h5 {
  font-size: 20px;
  line-height: 28px;
  color: #1e1b1b;
  grid-column: 2/3;
  font-weight: 400;
}

.fund-details-sec .fund-details-wrap .fund-details-one .fund-details-rowone img {
  max-width: 100%;
  grid-row: 1/3;
}

.fund-details-sec .fund-details-wrap .info {
  display: flex;
  align-items: baseline;
  gap: 5px;
}

.fund-details-sec .fund-details-wrap .info p {
  font-size: 16px;
  font-weight: 500;
}

.fund-details-sec .fund-details-wrap .fund-details-two {
  display: grid;
  grid-template-columns: 60% 40%;
  gap: 30px;
  border-bottom: 1px solid #ede9de;
  padding-top: 40px;
}

@media (max-width: 767px) {
  .fund-details-sec .fund-details-wrap .fund-details-two {
    grid-template-columns: repeat(1, 1fr);
    padding: 24px 15px 0;
    gap: 15px;
  }
}

.fund-details-sec .fund-details-wrap .fund-details-two .fund-details-rowtwo {
  display: grid;
  gap: 20px;
  border-right: 1px solid #ede9de;
  justify-content: flex-start;
}

@media (max-width: 767px) {
  .fund-details-sec .fund-details-wrap .fund-details-two .fund-details-rowtwo {
    border-right: unset;
    border-bottom: 1px solid #ede9de;
  }
}

.fund-details-sec .fund-details-wrap .fund-details-two .fund-details-rowtwo:nth-child(2) {
  border: none;
}

.fund-details-sec .fund-details-wrap .fund-details-two .fund-details-rowtwo ul {
  padding-left: 0;
}

.fund-details-sec .fund-details-wrap .fund-details-two .fund-details-rowtwo ul li {
  list-style: none;
  font-size: 16px;
  line-height: 24px;
}

.fund-details-sec .fund-details-wrap .fund-details-two .fund-details-rowtwo img {
  max-width: 100%;
  grid-row: 1/3;
}

.fund-details-sec .fund-details-wrap .fund-details-two .fund-details-rowtwo .scheme {
  grid-column: 2/3;
}

.fund-details-sec .fund-details-wrap .fund-details-two .fund-details-rowtwo .scheme-contents p {
  font-size: 16px;
  line-height: 24px;
}

.fund-details-sec .fund-details-wrap .scheme-title {
  color: #666666;
  font-size: 14px;
  line-height: 22px;
}

.fund-details-sec .fund-details-wrap .fund-three {
  padding-top: 40px;
  border-bottom: unset;
}

@media (max-width: 767px) {
  .fund-details-sec .fund-details-wrap .fund-three {
    padding-top: 0;
  }
}

.fund-details-sec .fund-details-wrap .fund-three .fund-border {
  padding-right: 2rem;
}

.fund-details-sec .fund-details-wrap .fund-three .fund-border::after {
  height: 168px;
}

@media (max-width: 767px) {
  .fund-details-sec .fund-details-wrap .fund-three .fund-details-rowone {
    padding-top: 15px;
  }
}

.fund-details-sec .fund-details-wrap .fund-three .fund-details-rowone h5 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
}

.fund-details-sec .fund-details-wrap .fund-three .fund-details-rowone .fund-contents {
  margin-bottom: 2px;
  font-size: 16px;
  line-height: 24px;
  color: #1e1b1b;
  font-weight: 600;
}

.fund-details-sec .fund-details-wrap .fund-three .fund-details-rowone .fund-contents+p {
  color: #1e1b1b;
}

.fund-details-sec .fund-border {
  padding-right: 2rem;
  position: relative;
}

.fund-details-sec .fund-border::after {
  content: "";
  border-right: 1px solid #ede9de;
  width: 1px;
  height: 80px;
  position: absolute;
  top: 0;
  right: 0;
}

@media (max-width: 767px) {
  .fund-details-sec .fund-border::after {
    display: none;
  }
}

@media (max-width: 767px) {
  .fund-details-sec .fund-border {
    border-bottom: 1px solid #ede9de;
  }
}

.investNow {
  max-width: 522px;
  padding: 40px;
}

@media (max-width: 767px) {
  .investNow {
    height: -moz-fit-content;
    height: fit-content;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .investNow .investNowButtons {
    flex-direction: column;
    gap: 16px;
  }
}

.investNow h2 {
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
}

.investNow .popupClose {
  position: absolute;
  top: 16px;
  right: 16px;
}

.investNow .investNowButtons {
  display: flex;
  -moz-column-gap: 16px;
  column-gap: 16px;
  justify-self: center;
  margin-top: 24px;
}

.investNow .investNowButtons button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fbf8f0;
  border-radius: 8px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  border: none;
  outline: none;
  -moz-column-gap: 12px;
  column-gap: 12px;
  padding: 12px;
}

.product-btn button {
  border-radius: 16px 16px 0px 0px;
  padding: 10px 25px;
  background: #9ab5ff;
  border: none;
  align-items: center;
  display: flex;
}

@media (width >=768px) and (width <=1200px) {
  .heading-fluid .breadcrubmb ul li {
    padding: 0;
  }

  .heading-fluid .breadcrubmb ul li a {
    font-size: 1.1rem;
  }

  .animate-btn {
    /* max-width: 110px; */
    font-size: 1.4rem;
    padding: 1rem;
  }
}

@media (width >=768px) and (width <=1200px) and (width <=800px) {
  .animate-btn {
    width: auto;
    max-width: unset;
  }
}

@media (width >=768px) and (width <=1200px) {
  .stats-container {
    top: -9rem;
    padding: 3rem 3rem;
  }

  .stats-container .banner-stats {
    flex: 1 0 18.68%;
    flex: 1 0 auto;
  }

  .stats-container .banner-stats .stats-amount {
    font-size: clamp(1rem, 2.3vw, 2rem);
  }
}

@media (width >=768px) and (width <=1200px) {
  .heading-fluid {
    /* padding-bottom: 8rem; */
  }
}

@media (width >=768px) and (width <=1200px) {
  .heading-fluid .flexi-container .flexi-left-wrap .head-wrap {
    margin: 1rem 0;
  }

  .heading-fluid .flexi-container .flexi-left-wrap .head-wrap h1 {
    font-size: clamp(1rem, 2.3vw, 2rem);
  }
}

@media (width >=768px) and (width <=1200px) {
  .heading-fluid .flexi-container .flexi-right-wrap .count-wrap {
    gap: 0;
  }

  .heading-fluid .flexi-container .flexi-right-wrap .count-wrap .count-span {
    font-size: 1.2rem;
  }

  .heading-fluid .flexi-container .flexi-right-wrap .count-wrap .invest-wrap img {
    width: calc(100% - 13rem);
  }

  .heading-fluid .flexi-container .flexi-right-wrap .count-wrap .invest-wrap p {
    font-size: 2.4rem;
  }
}

.scrollTab li.isActive {
  background: #9ab5ff;
  border-radius: 1.6rem;
  font-weight: 500;
}

.scrollTab li.isActive a {
  color: #000;
}

/* NOV-20 SM */
@media (max-width:425px) {
  .holdings-table [data-fundmanage-popupContent] {
    margin-left: -15px;
  }
}