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

.parentproductPage {
  padding-top: 60px;
}

#equityfunds,
#hybridfunds,
#taxsaver,
#debtfund {
  padding: 60px 0 0;
}
@media (max-width: 767px) {
  #equityfunds,
  #hybridfunds,
  #taxsaver,
  #debtfund {
    padding: 40px 0 0;
  }
}
#equityfunds .description,
#hybridfunds .description,
#taxsaver .description,
#debtfund .description {
  max-width: 1128px;
}

.heading-fluid {
  padding: 0;
  background-image: url('../bundle/assets/images/flexi-cap/darkbluebanner.jpg');
  background-repeat: no-repeat;
  background-position: 100%;
  background-size: cover;
  text-align: center;
}

.heading-fluid p {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;
  margin: 0;
}
@media (max-width: 575px) {
  .heading-fluid p {
    font-size: 14px;
    line-height: 24px;
  }
  /* .heading-fluid{
    padding: 80px 16px;
  
    } */
}

#allfunds .floating-dropdown {
  display: flex;
  justify-content: center;
  gap: 40px;/* N 05-09-2023 Changes*/
  padding: 55px 0 0 0;
}
@media (max-width: 575px) {
  #allfunds .floating-dropdown {
    flex-direction: column;
    padding: 40px 0px 0px 0;
    gap: 20px;
  }
}
#allfunds .floating-dropdown .dropdownSelect {
  width: 408px;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  #allfunds .floating-dropdown .dropdownSelect {
    width: 100%;
    margin: 0;
  }
}
#allfunds .floating-dropdown .select2-container--default .select2-results > .select2-results__options {
  max-height: 170px;
}

.slick-item {
  padding: 25px 20px;
}

.fund-card {
  border-radius: 16px;
  background: #eeeeee;
  width: 100%;
  box-shadow: 0px 8px 24px 0px rgba(50, 50, 50, 0.1);
  max-width: 408px;
  margin: auto;
  width: 100%;
}
.fund-card .fund-header {
  background-color: #000946333;
  padding: 16px 30px;
  border-radius: 16px 16px 0 0;
  background-image: url(https://alarabluxury.store/cdn.mygullak.al/assets/assets/images/webp/fund-header-bg.webp);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: cover;
}
@media (min-width: 992px) {
  .fund-card .fund-header {
    min-height: 106px;
    align-items: center;
    display: grid;
  }
}
.fund-card .fund-header .fund-left {
  /* margin-bottom: 18px;N 05-09-2023 changes */
  margin-bottom: 0;
  display: grid;
  align-items: center;
  justify-content: space-between;
  align-items: end;
  gap: 12px;
}
@media (max-width: 767px) {
  .fund-card .fund-header .fund-left {
    gap: 1rem;
  }
}
.fund-card .fund-header .fund-left div {
  display: grid;
  gap: 15px;
}
.fund-card .fund-header .fund-left div h4 {
  font-size: 18px;
  line-height: 28px;
  color: #9ab5ff;
  font-weight: 400;
  margin-bottom: 0;
  transition: all 0.3s ease-in;
  min-height: auto;
  max-height: auto;
  overflow: hidden;
  
}
@media (max-width: 991.98px) {
  .fund-card .fund-header .fund-left div h4 {
    font-size: 14px;
    line-height: 21px;
  }
}
.fund-card .fund-header .fund-left .direct-btn {
  height: 33px;
  padding: 0 16px;
  border-radius: 1.6rem;
  border: 1px solid #9ab5ff;
  color: #fff;
  background-color: transparent;
  font-size: 14px;
  line-height: 17px;
  width:fit-content;
}
@media (max-width: 767px) {
  .fund-card .fund-header .fund-left .direct-btn {
    height: unset;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 16px;
  }
}
.fund-card .fund-header .fund-right {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fund-card .fund-header .fund-right p {
  font-size: 14px;
  line-height: 17px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .fund-card .fund-header .fund-right p {
    font-size: 12px;
    line-height: 14px;
    text-align: left;
  }
}
.fund-card .fund-header .fund-right ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 15px;
  cursor: pointer;
  align-items: center;
}
.fund-card .fund-content {
  background-color: #ffffff;
  display: grid;
  position: relative;
}
.fund-card .fund-content .content-header {
  padding: 1.2rem 3rem 1.2rem 3rem;
  background-color: #f2f2f2;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .fund-card .fund-content .content-header {
    padding: 1.2rem 1rem 1.2rem 1rem;
  }
}
.fund-card .fund-content .content-header p {
  margin: 0;
  font-size: 18px;
  line-height: 21px;
  font-weight: 500;
  color: #000946333;
}
.fund-card .fund-content .content-header p span {
  margin: 0;
  font-size: 18px;
  line-height: 21px;
  font-weight: 500;
  color: #000946333;
}
.fund-card .fund-content .content-header label {
  font-size: 14px;
  line-height: 17px;
  color: #000946333;
  font-weight: 500;
  position: relative;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0);
  padding-right:0;
}
.fund-card .fund-content .content {
  display: flex;
  justify-content: space-between;
  padding: 0.8rem 3rem 1.2rem 3rem;
  gap: 5px;
  align-items: center;
}
@media (max-width: 767px) {
  .fund-card .fund-content .content {
    padding: 0.8rem 1rem 1.2rem 2rem;
  }
}
.fund-card .fund-content .content .fund-wrapper p {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-align: left;
  margin-bottom: 8px;/* N 05-9-2023 Changes*/
  color: #000;/* N 05-9-2023 Changes*/
}
@media (max-width: 767px) {
  .fund-card .fund-content .content .fund-wrapper p {
    font-size: 12px;
    line-height: 14px;
  }
}
.fund-card .fund-content .content .fund-wrapper ul {
  list-style: none;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
  align-items: center;
}
@media (max-width: 575px) {
  .fund-card .fund-content .content .fund-wrapper ul {
    gap: 12px;
  }
}
@media (max-width: 767px) {
  .fund-card .fund-content .content .fund-wrapper ul {
    width: 100%;
    /* max-width: 151px; */
    max-width: unset; gap: 12px;margin-top: 12px;
  }
  .fund-card .fund-content .content .fund-wrapper ul{
    /* justify-content: space-around; */
    gap: unset;
  }
  .fund-card .fund-content .content .fund-wrapper ul li{
    margin-right: auto;
  }
  .fund-card .fund-content .content .fund-wrapper ul li:first-child{
    margin-right: 0;
  }
  .fund-card .fund-content .content .fund-wrapper ul li:first-child{
    margin-bottom: 12px;
  }
  .fund-card .fund-content .content .fund-wrapper ul li:first-child {
    flex:0 0 100%
   }
}

.fund-card .fund-content .content .fund-wrapper ul li span.active {
  background-color: #d2d2d2;
} 
.fund-card .fund-content .content .fund-wrapper ul li{
  font-size: 12px;
  line-height: inherit;
  padding: 10px 16px;/* N 05-09-2023 changes*/
  cursor: pointer;/* N 05-09-2023 changes*/
}
.fund-card .fund-content .content .fund-wrapper ul li:first-child{
  padding: 0;/* N 06-9-2023 */
}
/* .fund-card .fund-content .content .fund-wrapper ul li span {
  background-color: #d2d2d2;
  padding: 7px 10px;
  border-radius: 20px;
  font-size: 12px;
  line-height: 14px;
  cursor: pointer;
} */
.fund-card .fund-content .percentage {
  display: flex;
  padding: 0rem 30px 8px 30px;
  gap: 0;/* N 05-09-2023 changes */
  align-items: center;
}
@media (max-width: 767px) {
  .fund-card .fund-content .percentage {
    position: relative;
    right: 0px;
    bottom: 0px;
    padding: 0rem 2rem 1rem 1rem;
  }
}
.fund-card .fund-content .percentage .percent {
  font-size: 24px;
  line-height: 28px;
  color: #099d33;
  font-weight: 500;
  /* display: flex;
  align-items: center;
  gap: 10px; N 06-09-2023 changes */
}
.fund-card .fund-content .percentage .negativeval {
  color: #e90707;
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .fund-card .fund-content .percentage .percent {
    font-size: 18px;
    line-height: 20px;
  }
}
.fund-card .fund-content .percentage p {
  margin: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  margin-left: 9px;
}
@media (max-width: 767px) {
  /* .fund-card .fund-content .percentage p span:last-child {
    font-size: 12px;
    line-height: 14px;
    display: none;
    margin-left: 0;
  } */
}
.fund-card .fund-footer {
  background-color: #ffffff;
  display: flex;
  gap: 24px;
  border-radius: 0 0 16px 16px;
  padding: 2rem 3rem;
  justify-content: space-between;
  border-top: 1px solid #eeeeee;
}
.fund-card .fund-footer .content {
  display: flex;
  justify-content: space-between;
  padding: 1.2rem 3rem 1.2rem 3rem;
  gap: 5px;
  align-items: center;
}
.fund-card .fund-footer .content .fund-wrapper p {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
}

.fund-card .fund-footer .content .fund-wrapper ul {
  list-style: none;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.fund-card .fund-footer .content .fund-wrapper ul li {
  padding: 7px 10px;
  border-radius: 20px;
  font-size: 12px;
  line-height: 14px;
  cursor: pointer;
}
.fund-card .fund-footer .content .fund-wrapper ul li.active {
  background-color: #d2d2d2;
}
.fund-card .fund-footer .content .fund-wrapper ul li.active span {
  background-color: #d2d2d2;
}
.fund-card .fund-footer .percentage {
  display: flex;
  padding: 1.2rem 3rem 1.2rem 3rem;
  gap: 15px;
  align-items: center;
}
.fund-card .fund-footer .percentage .percent {
  font-size: 24px;
  line-height: 28px;
  color: #099d33;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 767px) {
  .fund-card .fund-footer .percentage .percent {
    font-size: 18px;
    line-height: 20px;
  }
}
.fund-card .fund-footer .percentage p {
  margin: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
}
@media (max-width: 767px) {
  .fund-card .fund-footer .percentage p {
    font-size: 12px;
    line-height: 14px;
  }
}
.fund-card .fund-footer {
  background-color: #ffffff;
  display: flex;
  gap: 20px;
  border-radius: 0 0 16px 16px;
  padding: 2rem 3rem;
  justify-content: space-between;
  border-top: 1px solid #eeeeee;
}
.fund-card .fund-footer .animate-btn {
  width: 100%;
  min-width: unset;
  padding: 10px 0;
  text-align: center;
}

.equity-fund {
  width: min(100% - 3rem, 80%);
  /* display: flex; */
  position: relative;
  justify-content: center;
  margin: auto;
  overflow: hidden;
  transition: all 0.5s ease-in-out;

  flex-direction: column;
}
.equity-fund .swiper-wrapper {
  justify-content: unset;
}
.equity-fund .common-pagination.swiper-pagination-bullets.swiper-pagination-horizontal{
  bottom: 0;
}
.equity-fund .swiper-wrapper .swiper-slide{
  margin: auto;
}
@media (min-width: 1444px) {
  .equity-fund {
    width: min(100% - 3rem, 75%);
  }
}
@media (max-width: 991.98px) {
  .equity-fund {
    width: 100%;
  }
}
.equity-fund .swiper-slide {
  padding: 4px 15px 25px;
}

@media (max-width: 575px) {
  .taxSaver-fund {
    width: 100%;
  }
}
.taxSaver-fund .swiper-wrapper {
  /* justify-content: center; */
}
.taxSaver-fund .fund-card, .debt-fund .fund-card{
  max-width: 408px;
}

@media (max-width: 767px) {
  
  .taxSaver-fund  .fund-card, .debt-fund .fund-card{
    max-width: 100%;  
  }
}

.achive-finance {
  background: #fbf8f0;
  padding: 80px 8px;
}
.achive-finance .description {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .achive-finance {
    padding: 40px 0px;
  }
}
.achive-finance .achive-sec {
  position: relative;
}
.achive-finance .achive-sec .achiveSlider {
  overflow: hidden;
}

.bannerGoalCard {
  border-radius: 1.6rem;
  text-align: center;
  background-color: #fff;
  padding: 6rem 2.2rem;
  transition: 0.8s ease-in-out;
  overflow: hidden;
  height: 36.8rem;
}
.bannerGoalCard .bannerGoalCardImg {
  display: block;
  transition: 0.8s ease-in-out;
}
.bannerGoalCard .bannerGoalCardImg .gif-img {
  width: 100%;
  margin: 0 auto;
  transition: 0.8s ease-in-out;
}
.bannerGoalCard h4 {
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 3rem;
  transition: 0.8s ease-in-out;
}
.bannerGoalCard .bannerGoalContent {
  transform: translateY(100px);
  opacity: 0;
  overflow: hidden;
  transition: 0.8s ease-in-out;
  text-align: center;
}
.bannerGoalCard p {
  font-size: 14px !important;
  line-height: 22px !important;
  font-weight: 400;
  color: #000946333;
  margin: 1.6rem 0rem;
}
.bannerGoalCard a {
  font-size: 1.4rem;
  line-height: 1.4rem;
  font-weight: 500;
  min-width: 16rem;
  margin: 0 auto;
}
.bannerGoalCard:hover {
  padding: 2.2rem;
}
.bannerGoalCard:hover h4 {
  margin-top: 1.6rem;
}
.bannerGoalCard:hover .bannerGoalContent {
  transform: translateY(0px);
  opacity: 1;
}
.bannerGoalCard:hover .bannerGoalCardImg .gif-img {
  width: 50%;
}

@media (max-width: 1024px) {
  .achiveSlider + .sliderArrow .arrows.prev {
    left: 0;
  }
  .parent-productPage .bannerContent .tab-nav .bannerGoalCard:hover .bannerGoalCardImg .gif-img {
    width: 50%;
    max-width: 90px;
  }
  .achiveSlider + .sliderArrow .arrows.next {
    right: 0;
  }
}
.achiveSlider + .sliderArrow .arrows img {
  width: unset !important;
  height: unset !important;
}

.how-invest {
  padding: 100px 0px;
}
@media (max-width: 767px) {
  .how-invest {
    padding: 40px 0px 0px 0px;
  }
}
.how-invest .how-invest-sec .how-invest-sub {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  transition: all 0.2s ease-in-out;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
@media (max-width: 767px) {
  .how-invest .how-invest-sec .how-invest-sub {
    grid-template-columns: repeat(1, 1fr);
    grid-auto-flow: dense;
  }
}
.how-invest .how-invest-sec .how-invest-sub .invest-left {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .how-invest .how-invest-sec .how-invest-sub .invest-left {
    grid-row: 2;
  }
}
.how-invest .how-invest-sec .how-invest-sub .invest-left img {
  max-width: 100%;
  height: auto;
}
.how-invest .how-invest-sec .how-invest-sub .invest-right ul {
  padding: 0;
  position: relative;
  max-width: 554px;
}
@media (max-width: 575px) {
  .how-invest .how-invest-sec .how-invest-sub .invest-right ul {
    padding-left: 15px;
  }
}
.how-invest .how-invest-sec .how-invest-sub .invest-right ul li {
  padding-left: 1rem;
  position: relative;
  padding-bottom: 32px;
}
.how-invest .how-invest-sec .how-invest-sub .invest-right ul li:last-child {
  padding-left: 1rem;
  position: relative;
  bottom: 0;
}
.how-invest .how-invest-sec .how-invest-sub .invest-right ul li::before {
  content: "";
  height: 100%;
  width: 2px;
  background-color: #d2d2d2;
  position: absolute;
  left: -19px !important;
  top: 10px;
  z-index: -1;
}
.how-invest .how-invest-sec .how-invest-sub .invest-right ul li::marker {
  color: #9ab5ff;
  font-size: 23px;
}
.how-invest .how-invest-sec .how-invest-sub .invest-right ul li:last-child::before {
  content: "";
  background-color: transparent;
  width: 0px;
}
.how-invest .how-invest-sec .how-invest-sub .invest-right ul li p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  position: relative;
  margin: 0;
}
.how-invest .how-invest-sec .how-invest-sub .invest-right ul li span {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #000946333;
  display: block;
}

.compare-fluid {
  padding: 3.2rem 0px;
  background-color: #1e1b1b;
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 50;
  width: 100%;
  display: none;
}
.compare-fluid.isActive {
  display: block;
}
@media (max-width: 767px) {
  .compare-fluid {
    height: 100vh;
  }
}
.compare-fluid .compare-space {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}
.compare-fluid .compare-space h4 {
  color: #ffffff;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
}
.compare-fluid .compare-space img {
  max-width: 100%;
  cursor: pointer;
}
.compare-fluid .compare-funds {
  display: flex;
  gap: 3.2rem;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.compare-fluid .compare-funds * {
  line-height: 2.2rem;
  border-radius: 1.1rem;
  font-size: 1.4rem;
  margin: 0;
  color: #1e1b1b;
  min-width: 26.4rem;
}
.compare-fluid .compare-funds .compare-funds-left {
  display: flex;
  gap: 2.4rem;
  flex-wrap: wrap;
}
.compare-fluid .compare-funds .compare-funds-left .close {
  position: relative;
  background: #fff;
  padding: 1.6rem;
}
@media (max-width: 767px) {
  .compare-fluid .compare-funds .compare-funds-left .close {
    min-width: 100%;
    width: 100%;
  }
}
.compare-fluid .compare-funds .compare-funds-left .close span {
  transition: all 500ms ease-in-out;
  position: absolute;
  right: -1rem;
  top: -1rem;
  border-radius: 50px;
  background: #666666;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: unset;
  width: 2.4rem;
  height: 2.4rem;
  font-size: 2rem;
}
.compare-fluid .compare-funds .compare-funds-right {
  display: flex;
  gap: 2.4rem;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 767px) {
  .compare-fluid .compare-funds .compare-funds-right {
    flex-wrap: nowrap;
    flex: 1;
    width: 100%;
  }
}
.compare-fluid .compare-funds .compare-funds-right .compare-btn {
  background: #9ab5ff;
  border: none;
  min-width: unset;
  padding: 1.6rem 45px;
  text-align: center;
}
@media (max-width: 767px) {
  .compare-fluid .compare-funds .compare-funds-right .compare-btn {
    flex: 1;
    min-width: auto;
  }
}
.compare-fluid .compare-funds .compare-funds-right .reset-btn {
  background: #666;
  color: #fff;
  border: none;
  min-width: unset;
  padding: 1.6rem 45px;
}
@media (max-width: 767px) {
  .compare-fluid .compare-funds .compare-funds-right .reset-btn {
    flex: 1;
    min-width: auto;
  }
}

.opacity-animate1 {
  animation: opt-animation1 0.6s;
  animation-fill-mode: forwards;
}

@keyframes opt-animation1 {
  0% {
    opacity: 0;
    transform: translateY(200%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
#taxsaver,
#debtfund {
  color: inherit;
}
#taxsaver .fund-wrapper p,
#debtfund .fund-wrapper p {
  text-align: left;
  margin-bottom: 1rem;
}

.dropdownSelect {
  position: relative;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 10px;
}

.res-pt {
  padding-top: 85px;
}

.res-pb {
  padding-bottom: 55px;
}

@media (max-width: 767px) {
  .res-pt {
    padding-top: 30px;
  }
  .res-pb {
    padding-bottom: 20px;
  }
  .overview .description {
    margin-top: 20px;
    margin-bottom: 49px;
  }
  #allfunds .floating-dropdown .dropdownSelect {
    margin-bottom: 15px;
  }
}
.description {
  text-align: center;
  font-size: 18px;
  line-height: 26px;
  color: #666;
  /* color: #1E1B1B; */
  margin-bottom: 64px;
}
@media (max-width: 767px) {
  .description {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 10px;
  }
}


.light-grey-bg {
  background: #fbf8f0;
}

.camparatorPage {
  padding-top: 80px;
}
.camparatorPage .backtoParentPage {
  background: #fff;
  outline: none;
  border: none;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 5px;
}
.camparatorPage .mutual-comp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  padding-bottom: 45px;
}
@media (max-width: 767px) {
  .camparatorPage .mutual-comp {
    padding-top: 40px;
    padding-bottom: 33px;
  }
}
.camparatorPage .mutual-comp h3 {
 /* u2 */
 font-weight: 400;
 font-size: 32px;
 line-height: normal;
 margin: 0;
}
@media (max-width: 767px) {
  .camparatorPage .mutual-comp h3 {
    font-size: 16px;
    line-height: 22px;
  }
}
.camparatorPage .mutual-comp [data-fundmanage-popup] {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
}
.camparatorPage .mutual-comp [data-fundmanage-popup] span {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .camparatorPage .mutual-comp [data-fundmanage-popup] {
    gap: 5px;
  }
  .camparatorPage .mutual-comp [data-fundmanage-popup] img {
    width: 24px;
    height: 24px;
  }
  .camparatorPage .mutual-comp [data-fundmanage-popup] span {
    font-size: 14px;
    line-height: 22px;
  }
}
.camparatorPage .comparator-table {
  width: 100%;
  display: flex;
  border-radius: 16px 16px 0 0;
}
.camparatorPage .comparator-table .comparator-table-values {
  width: 100%;
}
.camparatorPage .comparator-table .comparator-table-values p {
  padding: 20px;
  vertical-align: middle;
}
.camparatorPage .comparator-table .comparator-table-values p:first-child {
  background-color: #03106a;
  padding: 24px 0;
  text-align: center;
  white-space: nowrap;
}
.camparatorPage .comparator-table .comparator-table-values .inception-sec {
  padding: 20px;
}
.camparatorPage .comparator-table .comparator-table-values .inception-sec .inception-one {
  display: flex;
  gap: 0 10px;
}
.camparatorPage .comparator-table .comparator-table-values .inception-sec .inception-one span:nth-child(2) {
  color: #099d33;
}
.camparatorPage .comparator-table .comparator-table-values .inception-sec .inception-two {
  margin-top: 10px;
}
.camparatorPage .comparator-table .comparator-table-values .inception-sec .inception-two span:first-child {
  background-color: #d2d2d2;
  border-radius: 100px;
  padding: 10px 8px;
}
.camparatorPage .comparator-table .value-one {
  background-color: #fbf8f0;
}
.camparatorPage .comparator-table .value-one p:first-child {
  border-radius: 16px 0 0 0;
}
.camparatorPage .comparator-table .value-last p:first-child {
  border-radius: 0 16px 0 0;
}
.camparatorPage .select-fund {
  max-width: 557px;
  background: #ffffff;
  border-radius: 16px;
  padding: 32px 40px 70px;
}
@media (max-width: 767px) {
  .camparatorPage .select-fund {
    max-width: 100%;
    border-radius: 0;
    padding: 24px;
  }
}
.camparatorPage .select-fund .fund-title {
  margin-bottom: 10px;
}
.camparatorPage .select-fund .fund-title img.popupClose {
  position: absolute;
  top: 16px;
  right: 16px;
}
.camparatorPage .select-fund .fund-title .section-title {
  font-size: 18px;
  line-height: 24px;
  padding-bottom: 16px;
  text-align: left;
  margin-bottom: 0;
}
.camparatorPage .select-fund .fund-title .section-title::after {
  height: 2px;
  width: 124px;
  left: 0;
  transform: unset;
}
.camparatorPage .select-fund #error {
  font-size: 14px;
  line-height: 24px;
  display: block;
  /* margin-bottom: 0px; */
  bottom: 10px;
  padding-right: 40px;
}
.camparatorPage .select-fund .checkbox {
  display: block;
  position: relative;
  background: none;
  display: flex;
}
.camparatorPage .select-fund .checkbox input[type=checkbox] {
  opacity: 0 !important;
  position: absolute;
  margin: 0;
  min-width: 12px;
}
.camparatorPage .select-fund .checkbox input[type=checkbox] + label {
  display: flex;
  color: #1e1b1b;
  align-items: center;
  -moz-column-gap: 18px;
       column-gap: 18px;
  font-weight: 400;
  margin: 0;
  top: unset;
  left: unset;
  position: relative;
  font-size: 14px;
  line-height: 40px;
  margin-bottom: 8px;
}
.camparatorPage .select-fund .checkbox input[type=checkbox] + label:last-child {
  margin: 0;
}
.camparatorPage .select-fund .checkbox input[type=checkbox] + label:before {
  box-sizing: border-box;
  display: block;
  content: "";
  min-width: 24px;
  height: 24px;
  background-color: #fff;
  border: 1.2px solid #c4c4c4;
  border-radius: 8px;
}
.camparatorPage .select-fund .checkbox input[type=checkbox] + label:after {
  box-sizing: border-box;
  transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transform: scale(0, 0);
  position: absolute;
  top: 0px;
  bottom: 0;
  margin: auto;
  width: 24px;
  height: 24px;
  content: "";
  background-color: #03106a;
  border-radius: 8px;
  background-image: url(https://alarabluxury.store/cdn.mygullak.al/assets/assets/images/common/tick.svg);
  background-position: center;
  background-repeat: no-repeat;
  border: 1.2px solid #000;
}
.camparatorPage .select-fund .checkbox input[type=checkbox] + label:hover {
  cursor: pointer;
}
.camparatorPage .select-fund .checkbox input[type=checkbox] + label:hover:before {
  border-color: var(--darken-blue);
}
.camparatorPage .select-fund .checkbox input[type=checkbox]:checked + label::before {
  border: 1.2px solid #1e1b1b;
}
.camparatorPage .select-fund .checkbox input[type=checkbox]:checked + label:after {
  transform: scale(1, 1);
}
.camparatorPage .select-fund .checkbox.disabled input[type=checkbox] + label {
  pointer-events: none;
}
.camparatorPage .select-fund .checkbox.disabled input[type=checkbox] + label:before {
  background-color: var(--darken-black);
  opacity: 0.1;
}
.camparatorPage .select-fund .fund-buttons {
  display: flex;
  gap: 13px;
  margin-top: 24px;
  justify-content: space-between;
}
.camparatorPage .select-fund .fund-buttons .animate-btn {
  max-width: unset;
  width: 100%;
}
@media (max-width: 992px) {
  .camparatorPage .select-fund .fund-buttons .animate-btn {
    width: 100%;
  }
}
.camparatorPage .mutualFundSection {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .camparatorPage .mutualFundSection {
    max-width: 100vw;
    overflow-x: auto;
    overflow-y: hidden;
  }
}
@media (max-width: 992px) {
  .camparatorPage .mutualFundSection .tableMutualFunds {
    width: 1180px;
  }
}
.camparatorPage .mutualFundSection .tableMutualFunds .tableHead {
  /* display: flex; */
  align-items: center;
  display: grid;
align-items: center;
grid-template-columns: repeat(auto-fill,minmax(280px,1fr));
}
.camparatorPage .mutualFundSection .tableMutualFunds .tableHead .tableHeader {
  background: #9ab5ff;
  border-right: 1px solid #ffffff;
  padding: 24px 21px;
  height: 74px;
  /* width: 25%; */
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
}


.camparatorPage .mutualFundSection .tableMutualFunds .tableHead .tableHeader.tableFund {
  width: unset;
  display: flex;
  justify-content: center;
  padding: 24px 10px;
  -moz-column-gap: 10px;
       column-gap: 10px;
       align-items: center;
}
.camparatorPage .mutualFundSection .tableMutualFunds .tableHead .tableHeader.tableFund img:hover {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.1803921569);
  border-radius: 50%;
}
.camparatorPage .mutualFundSection .tableMutualFunds .tableHead .tableHeader.tableFund p {
  margin: 0;
}
.camparatorPage .mutualFundSection .tableMutualFunds .tableHead .tableHeader:first-child {
  border-radius: 16px 0px 0px 0px;
  text-align: center;
}
.camparatorPage .mutualFundSection .tableMutualFunds .tableHead .tableHeader:last-child {
  border-radius: 0px 16px 0px 0px;
}
.camparatorPage .mutualFundSection .tableMutualFunds .tableContentFeatures {
  display: grid;
  grid-template-columns: repeat(auto-fill,minmax(280px,1fr));
}
.camparatorPage .mutualFundSection .tableMutualFunds .tableContentFeatures.investnow .animate-btn {
  margin: 0 auto;
}
.camparatorPage .mutualFundSection .tableMutualFunds .tableContentFeatures .tableContent {
  /* width: 25%; */
  background: #ffffff;
  border-right: 1px solid #f2f2f2;
  padding: 16px 24px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  border-bottom: 1px solid #f2f2f2;
  /* display: flex;
  align-items: center; */
}
.camparatorPage .mutualFundSection .tableMutualFunds .tableContentFeatures .tableContent span {
  display: flex;
    align-items: center;
    column-gap: 6px;
}
.camparatorPage .mutualFundSection .tableMutualFunds .tableContentFeatures .tableContent span img{
  display: inline-block;
  height: fit-content;
}
.camparatorPage .mutualFundSection .tableMutualFunds .tableContentFeatures .tableContent:first-child {
  /* width: 25%; */
  background: #fbf8f0;
  border-bottom: 1px solid #ffffff;
  padding: 16px 32px;
  display: flex;
  align-items: center;
  font-weight: 400;
}
.camparatorPage .mutualFundSection .tableMutualFunds .tableContentFeatures .tableContent.annualReturns {
  flex-direction: column;
  align-items: start;
}
.camparatorPage .mutualFundSection .tableMutualFunds .tableContentFeatures .tableContent.annualReturns p span {
  color: #099d33;
  margin-left: 10px;
}
.camparatorPage .mutualFundSection .tableMutualFunds .tableContentFeatures .tableContent ul.returns {
  padding-left: 1rem;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 5px;
  list-style: none;
  padding: 0px;
  flex-wrap: wrap;
  cursor: pointer;
}
.camparatorPage .mutualFundSection .tableMutualFunds .tableContentFeatures .tableContent ul.returns li {
  padding: 10px 6px;
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
}
.camparatorPage .mutualFundSection .tableMutualFunds .tableContentFeatures .tableContent ul.returns li.actives {
  font-weight: 500;
  background: #d2d2d2;
  border-radius: 100px;
}
.camparatorPage .mutualFundSection .tableMutualFunds .tableContentFeatures:nth-child(even) .tableContent:not(:first-child) {
  background: #f2f2f2;
  border-right: 1px solid #ffffff;
}

img,
svg,
picture {
  max-width: 100%;
  height: auto;
  display: block;
}

.compare-funds-right .fund_error .error_msg{
font-size: 22px;
}

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

a.animate-btn.view-all-btn {
  margin: 50px auto;
  padding-left: 53px;
}
.artical-wrapper{
  display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
}
.learnmore {
  display: grid;
  /* gap: 50px; */
  padding: 80px 0;
}




/* full page css check anbd update */
#taxsaver{
  padding-top: 100px;
}
@media (min-width: 767px){
  .parentProductAchieve{
    margin-top: 100px;
    background: var(--yellow-light-grey, #FBF8F0);
  }
  .parentProductAchieve .bannerContent{
    padding: 80px 0 80px !important;
  }
  .parentProductAchieve .bannerContent .bannerTabHead{
    margin: 0 0 40px !important;
  }
}
.artical-wrapper .article-item {
  background: var(--white, #FFF);
}
.artical-card .watchnow{
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 0 16px;
}
.light-grey-bg .learnmore button.animate-btn.view-all-btn{
  margin: 40px auto 0;
  padding: 17px;
}
/* .heading-fluid.parentProductBanner {
  padding: 58px 0;
} */
.dropdownSelect .form-control{
  border: 1px solid #666;
  
}
@media(max-width:767.98px){
  /* .heading-fluid.parentProductBanner {
    padding: 38px 0;
  } */
  .artical-wrapper{
    gap: 24px;
  }
  .parentProductAchieve{
    margin-top: 40px;background: var(--yellow-light-grey, #FBF8F0);
  }
  .parentProductAchieve .bannerContent{
    padding: 32px 0px 32px !important;
  }
  .parentProductAchieve .bannerContent .bannerTabHead{
    margin: 0 0 40px !important;
  }
  .parentproductPage{
    padding-top: 48px;
  }

  #allfunds .floating-dropdown .dropdownSelect:last-child{
    margin-bottom: 0;
  }
  #equityfunds, #hybridfunds, #taxsaver, #debtfund,#taxsaver,
  .how-invest,.parentProductAchieve .bannerContent {
    padding: 48px 0 0 !important;
  }
  .fund-card .fund-header{
    padding: 16px;
  }
  .fund-card .fund-content .content-header p span{
    font-size: 16px;
  }
  .fund-card .fund-content .content{
    padding: 12px 16px;
  }
  .parentproductPage .bannerContent .tab-nav .bannerGoalSlider .bannerGoalCard .bannerGoalContent{
    transform: translateY(-10px);

  }
  .parentproductPage .bannerContent .tab-nav .bannerGoalSlider .bannerGoalCard{
    height: 344px;
    padding: 24px 18px;
  }
  .parentproductPage .bannerContent .tab-nav .bannerGoalSlider .bannerGoalCard .bannerGoalContent .textDivider {
    margin: 8px auto 0;
    opacity: 0;
}
}

/* added css  */

.fund-card .fund-content .percentage .checkbox {
  display: block;
  position: relative;
  background: none;
  display: flex;
  margin-left: auto;
}
.fund-card .fund-content .percentage .checkbox input[type=checkbox] {
  opacity: 0 !important;
  position: absolute;
  margin: 0;
  min-width: 12px;
}
.fund-card .fund-content .percentage .checkbox input[type=checkbox] + label {
  display: flex;
  color: #1e1b1b;
  align-items: center;
  column-gap: 6px;
  font-weight: 500;/* N 05-9-2023 Cha nges*/
  margin: 0;
  top: unset;
  left: unset;
  position: relative;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 8px;
}
.fund-card .fund-content .percentage .checkbox input[type=checkbox] + label:last-child {
  margin: 0;
}
.fund-card .fund-content .percentage .checkbox input[type=checkbox] + label:before {
  box-sizing: border-box;
  display: block;
  content: "";
  min-width: 16px;
  height: 16px;
  background-color: #fff;
  border: 1.2px solid #c4c4c4;
  border-radius: 4px;
}
.fund-card .fund-content .percentage .checkbox input[type=checkbox] + label:after {
  box-sizing: border-box;
  transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transform: scale(0, 0);
  position: absolute;
  top: 0px;
  bottom: 0;
  margin: auto;
  width: 16px;
  height: 16px;
  content: "";
  background-color: #03106a;
  border-radius: 4px;
  background-image: url(https://alarabluxury.store/cdn.mygullak.al/assets/assets/images/common/tick.svg);
  background-position: center;
  background-repeat: no-repeat;
  border: 1.2px solid #000;
}
.fund-card .fund-content .percentage .checkbox input[type=checkbox] + label:hover {
  cursor: pointer;
}
.fund-card .fund-content .percentage .checkbox input[type=checkbox] + label:hover:before {
  border-color: var(--darken-blue);
}
.fund-card .fund-content .percentage .checkbox input[type=checkbox]:checked + label::before {
  border: 1.2px solid #1e1b1b;
}
.fund-card .fund-content .percentage .checkbox input[type=checkbox]:checked + label:after {
  transform: scale(1, 1);
}
.fund-card .fund-content .percentage .checkbox.disabled input[type=checkbox] + label {
  pointer-events: none;
}
.fund-card .fund-content .percentage .checkbox.disabled input[type=checkbox] + label:before {
  background-color: var(--darken-black);
  opacity: 0.1;
}
.fund-card .fund-content .percentage .fund-buttons {
  display: flex;
  gap: 13px;
  margin-top: 24px;
  justify-content: space-between;
}
.dropdownSelect .form-group.focused select.form-control{
  border-radius: 8px;   /* u2 */
  font-weight: 500;/*N 05-09-2023*/
  padding: 24px 24px 18px 24px;/*N 05-09-2023*/
  line-height: normal;/*N 05-09-2023*/
}

/* added css compare btn section */

.compare_grid_parent{   
  display: grid;        /* u2 */
  grid-template-columns: repeat(auto-fit,minmax(150px,1fr));
  grid-gap: 2.4rem;
 }
 .compare_grid_parent .item{
  max-width: 27.5rem;      /* u2 */
  width: 100%;
 }
 .compare_grid_parent .item select{
  padding: 1rem;
  color: #000;         /* u2 */
  max-width: 27.5rem;
  width: 100%;
  padding: clamp(1.4rem, 2.813vw, 1.6rem);
  font-size: 14px;
  line-height: 22px;
  border-radius: 8px;
  outline: none;
 }
 .compare_grid_parent .animate-btn{
  max-width: 17.2rem;        /* u2 */
  font-size: 1.4rem;
  padding: 1rem 2rem;
 }


 .compare_grid_parent .reset-btn{
  background: #666;    /* u2 */
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  line-height: normal;
  padding-inline: clamp(2rem, 2.813vw, 4rem);
  padding-block:clamp(1.4rem, 2.813vw, 1.8rem) ;
  max-width: 17.2rem;
  width: 100%;
  text-align: center;
 }
 .compare_grid_parent .buttons{
  display: flex;        /* u2 */
  gap: 1.6rem;
  /* margin-left: auto; */
 }
 @media (max-width: 767px) {
  .fund-card .fund-footer{
    padding: 2rem;
  }
  .fund-card .fund-footer .content .fund-wrapper p {
    font-size: 12px;
    line-height: 14px;
  }
}


.tableContentFeatures .tableContent .returns li.disabled {
  color: hsla(0,0%,64.7%,.6) !important;
  /* background: #eee9db !important; */
  cursor: not-allowed !important;
  pointer-events: none !important;
}

.fund-content .fund-wrapper .return li.disabled {
  color: hsla(0,0%,64.7%,.6) !important;
  /* background: #eee9db !important; */
  cursor: not-allowed !important;
  pointer-events: none !important;
}

ul.returns li {
  border-radius: 50%;
}

.pageloadingContainer {
  position: fixed;
  /* bottom: -315px; */
  z-index: 9999;
  background-color: hsl(0deg 12% 96% / 86%);
  left: 0;
  right: 0;
  padding: 0;
  display: flex;
  height: 100%;
  width: 100%;
  top: 0;
  align-items: center;
  justify-content: center;
  margin: auto;
  overflow-y: hidden;
  gap: 20px;
}

.pageloadingContainer div {
  height: 28px;
  width: 28px;
  border-radius: 50%;
  background: black;
  float: left;
}

.pageloadingContainer .ball1 {
  z-index: 1;
  animation: bounce 1s infinite ease-in-out;
  background: #000;
}

.pageloadingContainer .ball2 {
  animation: bounce 1s infinite ease-in-out;
  animation-delay: 0.2s;
  background: #9ab5ff;
}

.pageloadingContainer .ball3 {
  animation: bounce 1s infinite ease-in-out;
  animation-delay: 0.3s;
  background: #000;
}

.pageloadingContainer .ball4 {
  animation: bounce 1s infinite ease-in-out;
  animation-delay: 0.5s;
  background: #9ab5ff;
}

@keyframes bounce {
  0%, 20% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -30px);
  }
  80%, 100% {
    -webkit-transform: translate(0, 0);
  }
}

.container .tableContent .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;
  
}

.fund-card .fund-content .percentage .checkbox input[type=checkbox] + label:last-child {
  margin: 0;
}

.fund-card .fund-content .percentage .checkbox input[type=checkbox] + label {
  display: flex;
  color: #1e1b1b;
  align-items: center;
  column-gap: 6px;
  font-weight: 500; /* N 05-09-2023 changes*/
  margin: 0;
  top: unset;
  left: unset;
  position: relative;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 8px;
}
 
h4.dropdownempty {
  margin: 2.4rem 0 2.4rem;
  color: #1e1b1b;
  text-align: center;
  font-size: 2rem;
  line-height: 4rem;
  font-weight: 400;
  /* font-weight: 500; */
}
.pageloadingContainercompare {
  position: fixed;
  /* bottom: -315px; */
  z-index: 9999;
  background-color: hsl(0deg 12% 96% / 86%);
  left: 0;
  right: 0;
  padding: 0;
  display: flex;
  height: 100%;
  width: 100%;
  top: 0;
  align-items: center;
  justify-content: center;
  margin: auto;
  overflow-y: hidden;
  gap: 20px;
}

.pageloadingContainercompare div {
  height: 28px;
  width: 28px;
  border-radius: 50%;
  background: black;
  float: left;
}

.pageloadingContainercompare .ball1 {
  z-index: 1;
  animation: bounce 1s infinite ease-in-out;
  background: #000;
}

.pageloadingContainercompare .ball2 {
  animation: bounce 1s infinite ease-in-out;
  animation-delay: 0.2s;
  background: #9ab5ff;
}

.pageloadingContainercompare .ball3 {
  animation: bounce 1s infinite ease-in-out;
  animation-delay: 0.3s;
  background: #000;
}

.pageloadingContainercompare .ball4 {
  animation: bounce 1s infinite ease-in-out;
  animation-delay: 0.5s;
  background: #9ab5ff;
}


/* N 05-09-2023 changes */
.parent-productPage .scrollpy-container ul li{
  cursor: pointer;
  width: 100%;
}
.parent-productPage .scrollpy-container ul li a{
  /* min-width: 25.4rem; */
  width: 100%;
  text-align: center;
  padding: 13px 24px;
}
.parent-productPage .scrollpy-container ul li a:hover{
  color: #666;
}
.parent-productPage .scrollpy-container ul li a.active{
  font-weight: 500;
}
#equityfunds{
  padding: 68px 0 0;
}
#allfunds .dropdownSelect .form-group.focused .floating-label{
  left: 18px;
}
.equity-funds .EquityFund{
  /* margin-bottom: 20px; */
}
.equity-funds .exploreEquityFund{
  margin-bottom: 30px;
  font-weight: 600;
}
.fund-card .fund-content .content .fund-wrapper ul li.active {
  /* background-color: #d2d2d2;
  padding: 7px 10px;
  border-radius: 20px; */
  font-size: 12px;
  line-height: inherit;
  cursor: pointer;
}
.light-grey-bg.achieveFinance{
  margin-top: 100px;
}
.light-grey-bg.achieveFinance .bannerContent{
  padding-top: 80px;
  padding-bottom: 80px;
}
.parent-productPage .scrollpy-container ul li a.active:hover{
  color:#000;
}
.learnmore{
  margin-top:0 !important;
}
#error_msg #error{
  font-size: 14px;
  bottom: 11px;
}

.fundsDatas1 .fund-card .fund-content .content .fund-wrapper ul li.active {
  background-color: #d2d2d2;
}
/* .fundsDatas1  .fund-card .fund-content .content .fund-wrapper ul li.active {
  background-color: #d2d2d2;
} */

.fundsDatas1 .fund-card .fund-content .content .fund-wrapper ul li{
  padding: 7px 10px;
  border-radius: 20px;
  font-size: 12px;
  line-height: 14px;
  cursor: pointer;
}

@media(max-width:767px){
  .light-grey-bg.achieveFinance{
    margin-top: 48px;
  }
  .light-grey-bg.achieveFinance .bannerContent,.learnmore{
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .light-grey-bg.achieveFinance .bannerContent .bannerTabHead{
    line-height: normal;
  }
  .light-grey-bg.achieveFinance .bannerContent .tab-nav .goalSlider-pagination{
    bottom: 0px;
    position: relative;
  }
  .how-invest .how-invest-sec .how-invest-sub .invest-right ul{
    padding-left: 25px;
  }
  .parent-productPage .scrollpy-container ul li a{
    min-width:21rem;
  }
}
.artical-card .description{
  padding: 0 16px;
}
.camparatorPage .mutualFundSection .tableMutualFunds .tableHead .tableHeader.tableFund p{
  /* font-size: clamp(1.2rem,2.5vw,1.6rem); */
  font-size: 13px;
}
@media(min-width:992px) and (max-width:1280px){
  .camparatorPage .mutualFundSection .tableMutualFunds .tableHead .tableHeader.tableFund p{
    font-size: clamp(1rem,2.5vw,1.3rem);
  }
}

/* @media (min-width: 1200px)
.heading-fluid .flexi-container {
    display: grid;
    grid-template-columns: auto .01fr 1fr;
    gap: 0 1.6rem;
} */

.heading-fluid .flexi-container {
  display: grid;
  padding: 10rem 0 14rem;
  grid-template-columns: auto .01fr 1fr;
  align-items: center;
  gap: 0 1.6rem;
}

.flexi-container {
  display: flex;
}

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

.flexi-container .flexi-right-wrap {
  grid-column: 3/4;
  grid-row: 2/3;
}

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

.fundsDatas  .fund-card .fund-content .content .fund-wrapper ul li.active {
  background-color: #d2d2d2;
}
.fundsDatas .fund-card .fund-content .content .fund-wrapper ul li:first-child{
  padding: 7px 7px 7px 0 ;
}


.fundsDatas .fund-card .fund-content .content .fund-wrapper ul li{
  padding: 7px 10px;
  border-radius: 20px;
  font-size: 12px;
  line-height: 14px;
  cursor: pointer;
}

@media (min-width: 768px){
.parent-productPage .scrollpy-container ul li a{
  padding: 13px 16px;
}
}
@media (max-width:390px) {
  .fund-card .fund-content .content-header p{
    font-size: 12px;
  }
  .fund-card .fund-content .content-header p span{
    font-size: 14px;
  }
}
@media(max-width:767px){
  .compare_grid_parent{
    grid-template-columns: auto;
   }
   .compare_grid_parent .item, .compare_grid_parent .item select,.compare_grid_parent .animate-btn,.compare_grid_parent .reset-btn{
    max-width: 100%;
    width: 100%;
   }
   .compare-fluid{
    padding:24px 17px;
    height: fit-content;
    z-index: 999;
   }
   .compare-fluid .compare-space h4{
    font-size: 18px;
   }
   .compare-fluid .compare-space img{
    width: 15px;
   }
}
@media (max-width:991px) {
  .flexi-right-wrap .parent-dropdown{
    width: fit-content;
    margin: auto;
    margin-top: 20px;
  }
 }
.common-pagination.swiper-pagination-bullets.swiper-pagination-horizontal{
  position: relative;
  width: fit-content;
  margin: auto;
}
.common-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: unset;
  width: 50px;
  border-radius: 10px;
  background-color: #03106a;
}
.common-pagination .swiper-pagination-bullet{
  opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
  background: #ccc;
}
.common-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
  position: relative;
  width: fit-content;
  margin: auto;
  bottom: -15px;
  line-height: 0;
}
@media(min-width:767px) and (max-width:1199px){
  .camparatorPage .mutualFundSection .tableMutualFunds .tableHead {
  grid-template-columns: repeat(auto-fill,minmax(200px,1fr));
  }
  .camparatorPage .mutualFundSection .tableMutualFunds .tableContentFeatures{
    grid-template-columns: repeat(auto-fill,minmax(200px,1fr)); 
  }
  
}





.topMenuWrapper.stickyMenu{
  z-index: 3;
}

  @media(max-width:768px){
    .compare_grid_parent .buttons button{
      flex:1 1 50%
      }
  }


  .compare_grid_parent .animate-btn:before {
    
  }
  /* sub Sticky Tab  */
  .sub-sticky{
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 3;
    padding: 24px 0 10px;
    width: 100%;
    transition: all ease 750ms;
    background-color: #fff;
  }