@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,500&display=swap");
:root {
  --color: rebeccapurple;
}
body {
  font-family: 'Montserrat', sans-serif;
}

.section-heading {
  margin-bottom: 30px;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  padding-bottom: 5px;
  color: #5b5a5d;
}

.section-heading::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 3px;
  width: 200px;
  background-color: #125d9c;
}

.section-heading-with-bg {
  background-color: #163d66;
  color: #ffffff;
  text-align: center;
  padding: 20px;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.common-btn {
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  background-image: linear-gradient(45deg, #125d9c, #163d66);
  color: #ffffff !important;
  padding: 7px 20px;
  border-radius: 100px;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.common-btn:hover {
  text-decoration: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#125d9c), to(#163d66));
  background-image: linear-gradient(180deg, #125d9c, #163d66);
}

.padding-left-right-20px {
  padding: 0 20px;
}

table.table thead {
  background-color: #125d9c;
  color: #ffffff;
}

table.table thead tr th {
  text-align: center;
}

table.table tbody {
  color: #6d6e71;
}

table.table tbody tr td {
  text-align: center;
}

.table_on_overflow {
  overflow: auto;
}

.data-table-box {
  border: 2px solid #e8e9e9;
  padding: 20px;
  border-radius: 10px;
}

.page-item.active .page-link {
  background-image: linear-gradient(45deg, #125d9c, #163d66);
  border-color: #007bff;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
  color: #125d9c;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  background-image: linear-gradient(45deg, #125d9c, #163d66);
  border-color: #007bff;
  color: #ffffff;
}

.modal-footer {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.carousel-inner img {
  width: 100%;
  height: 100%;
}

.table thead th {
  vertical-align: middle;
}

.featureDescriptionTable table tbody tr td {
  text-align: left;
}

.section-break {
  height: 50px;
}

.section-break-thin {
  height: 30px;
}

.menu-link-line-progress-animation {
  list-style: none;
}

.menu-link-line-progress-animation li a {
  position: relative;
  text-decoration: none;
  display: block;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.menu-link-line-progress-animation li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.menu-link-line-progress-animation li a:hover::after {
  width: 100%;
}

header {
  background-image: url("../img/common/Top-shape.png");
  background-color: #ffffff;
  background-size: 100% 90%;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100000;
}

header .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100px;
  position: relative;
}

header .header .logo {
  margin: 0px;
  padding: 10px 10px 20px 100px;
  height: 100%;
}

header .header .logo a {
  display: block;
  height: 100%;
}

header .header .logo img {
  height: 100%;
}

header .header .menus .mobilemenuclosebtn {
  display: none;
}

header .header .menus .header-top__ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 37px;
  margin: 0;
}

header .header .menus .header-top__list.investnowBtn {
  display: none;
}

header .header .menus .header-top__link {
  color: #ffffff;
  margin-left: 15px;
  padding: 0 0 3px 0;
  font-size: 12px;
}

header .header .menus .header-top__link::after {
  background-color: #ffffff;
}

header .header .menus .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 63px;
  margin: 0;
}

header .header .menus .menu__link {
  color: #5b5a5d;
  font-weight: 500;
  margin-left: 15px;
  padding: 0 0 5px 0;
  font-size: 14px;
}

header .header .menus .menu__link:hover {
  color: #125d9c;
}

header .header .menus .menu__link::after {
  background: #125d9c;
}

header .header .mobile-menu-btn {
  display: none;
}

header .header .invest-now-btn {
  position: absolute;
  right: -100px;
  top: 37px;
  z-index: 10;
  display: block;
}

header .header .invest-now-btn a img {
  width: 80px;
}

@media screen and (max-width: 768px) {
  header {
    background-image: unset;
    background-color: #125d9c;
    overflow: hidden;
  }
  header .header {
    height: 80px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .header .logo {
    margin: 0px;
    padding: 10px 10px 10px 10px;
  }
  header .header .menus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: rgba(255, 255, 255, 0.9);
    -webkit-transition: all .4s;
    transition: all .4s;
  }
  header .header .menus .mobilemenuclosebtn {
    display: block;
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 35px;
    color: #125d9c;
  }
  header .header .menus .header-top {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  header .header .menus .header-top__ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: unset;
    margin: 0;
    padding: 0;
  }
  header .header .menus .header-top__list.investnowBtn {
    display: block;
    margin-bottom: 10px;
  }
  header .header .menus .header-top__list.investnowBtn a {
    display: inline-block;
    background-color: #f00;
    font-size: 25px;
    color: #ffffff;
    padding: 7px 15px;
    border-radius: 5px;
  }
  header .header .menus .header-top__link {
    color: #125d9c;
    margin-left: 0;
    font-weight: 500;
    font-size: 14px;
  }
  header .header .menus .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: unset;
    margin: 0;
    padding: 0;
    width: 100%;
    margin-bottom: 30px;
  }
  header .header .menus .menu__list {
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 7px 0;
  }
  header .header .menus .menu__link {
    color: #125d9c;
    margin-left: 0;
    padding: 0 0 5px 0;
    font-size: 20px;
  }
  header .header .mobile-menu-btn {
    display: block;
  }
  header .header .mobile-menu-btn a {
    border: 2px solid #e8e9e9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 5px;
    background-image: linear-gradient(-45deg, #125d9c, #163d66);
  }
  header .header .mobile-menu-btn a div {
    width: 30px;
    height: 3px;
    background-color: #ffffff;
    margin: 3px;
  }
  header .header .invest-now-btn {
    display: none;
  }
}

footer .footer {
  color: #ffffff;
}

footer .footer__top {
  background-color: #6d6e71;
}

footer .footer__top .footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

footer .footer__top .footer-menu__list {
  margin: 20px 0;
  padding: 0px 10px;
}

footer .footer__top .footer-menu__list:not(:last-child) {
  border-right: 2px solid #e8e9e9;
}

footer .footer__top .footer-menu__link {
  color: #ffffff;
  line-height: 1;
  padding: 0 0 3px 0;
  font-size: 14px;
}

footer .footer__top .footer-menu__link::after {
  background: #ffffff;
}

footer .footer__bottom {
  background-color: #5b5a5d;
  padding: 20px;
  color: #ffffff;
}

footer .footer__bottom .social-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

footer .footer__bottom .social_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 25px;
  width: 25px;
  color: #5b5a5d;
  border-radius: 100px;
  cursor: pointer;
  background-color: #ffffff;
  margin-left: 10px;
}

footer .footer__bottom .footer-menu-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

footer .footer__bottom .footer-menu-bottom__list {
  margin: 10px 0;
  padding: 0px 10px;
}

footer .footer__bottom .footer-menu-bottom__list:not(:last-child) {
  border-right: 2px solid #e8e9e9;
}

footer .footer__bottom .footer-menu-bottom__link {
  color: #ffffff !important;
  line-height: 1;
  padding: 0 0 3px 0;
  font-size: 12px;
}

footer .footer__bottom .footer-menu-bottom__link::after {
  background: #ffffff;
}

@media screen and (max-width: 768px) {
  footer .footer__top .footer-menu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px 0;
  }
  footer .footer__top .footer-menu__list {
    margin: 0;
  }
  footer .footer__bottom .social-contact {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .footer__bottom .footer-menu-bottom {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 15px;
    border-top: 2px solid #e8e9e9;
  }
  footer .footer__bottom .footer-menu-bottom__list {
    margin: 0 0;
  }
  footer .footer__bottom p {
    text-align: center;
  }
}

.home__cover-image {
  background: #e8e9e9;
  overflow: hidden;
}

.home__cover-image img {
  width: 100%;
}

.home__fund-information .growth-fund_cards {
  border: 2px solid #e8e9e9;
}

.home__fund-information .growth-fund_cards .growth-fund_cards__heading {
  background-color: #125d9c;
  text-align: center;
  color: #ffffff;
  padding: 10px;
  text-transform: uppercase;
}

.home__fund-information .growth-fund_cards .growth-fund_cards__heading h2 {
  margin: 0;
}

.home__fund-information .growth-fund_cards .initial-size {
  text-align: center;
  font-size: 25px;
}

.home__fund-information .growth-fund_cards .initial-size span {
  background-color: #5196f7;
  color: #ffffff;
  padding: 10px 20px;
  display: inline-block;
  border-radius: 0 0 20px 20px;
}

.home__fund-information .growth-fund_cards .subcriptionHeading {
  position: relative;
}

.home__fund-information .growth-fund_cards .subcriptionHeading::after, .home__fund-information .growth-fund_cards .subcriptionHeading::before {
  content: '';
  position: absolute;
  width: 200px;
  height: 2px;
  background-color: #125d9c;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.home__fund-information .growth-fund_cards .subcriptionHeading::before {
  top: -10px;
}

.home__fund-information .growth-fund_cards .subcriptionHeading::after {
  bottom: -10px;
}

.home__fund-information .growth-fund_cards .growth-fund_card {
  border: 2px solid #e8e9e9;
  border-radius: 15px 15px 0 0;
  overflow: hidden;
}

.home__fund-information .growth-fund_cards .growth-fund_card a {
  text-decoration: none;
  cursor: pointer;
}

.home__fund-information .growth-fund_cards .growth-fund_card .heading {
  background-color: #163d66;
  color: #ffffff;
  padding: 7px;
}

.home__fund-information .growth-fund_cards .growth-fund_card .heading h4 {
  margin: 0;
}

.home__fund-information .growth-fund_cards .growth-fund_card .icon {
  padding: 20px;
  min-height: 191.8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.home__fund-information .growth-fund_cards .growth-fund_card .icon img {
  width: 150px;
}

.home__fund-information .growth-fund_cards .growth-fund_card__buttons {
  display: block;
  text-align: center;
  background-color: #e4f1fc;
  color: #125d9c;
  font-size: 25px;
  padding: 7px;
  margin-bottom: 20px;
  border-radius: 7px;
  cursor: pointer;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.home__fund-information .growth-fund_cards .growth-fund_card__buttons:hover {
  background-color: #b6d9f7;
  color: #125d9c;
}

.home__about .home__about_card {
  background-color: #e8e9e9;
  padding: 20px 15px;
}

.home__about .home__about_card .icon {
  height: 80px;
  margin-bottom: 10px;
}

.home__about .home__about_card .icon img {
  height: 100%;
}

.home__about .home__about_card h4 {
  text-transform: uppercase;
}

.home__about .home__about_card p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.home__about .home__about_card.home__about_card_last {
  border-radius: 0 0 20px 0;
}

.home__about .home__about_card.home__about_card_first {
  border-radius: 0 0 0 20px;
}

@media screen and (max-width: 768px) {
  .home__cover-image {
    text-align: center;
  }
  .home__cover-image img {
    width: 100%;
  }
  .home__fund-information .growth-fund_cards .growth-fund_card {
    margin: 0 15px 15px 15px;
  }
  .home__fund-information .growth-fund_cards .growth-fund_card__buttons {
    margin: 0 20px 20px 20px;
  }
  .home__about .home__about_card {
    margin-bottom: 15px;
    border-radius: 0 0 20px 20px !important;
  }
}

.historical_nav_serch {
  background-color: #163d66;
  padding: 20px;
}

.historical_nav_serch .input-group-append {
  background-color: #ffffff;
}

.historical_nav_serch h4 {
  color: #ffffff;
}

.pdf-cards {
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.pdf-cards .pdf-card {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
  margin-bottom: 25px;
  text-decoration: none;
  color: #125d9c;
  border: 2px solid #e8e9e9;
  padding: 20px;
  cursor: pointer;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.pdf-cards .pdf-card h4 {
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
}

.pdf-cards .pdf-card h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100px;
  height: 3px;
  background-color: #125d9c;
}

.pdf-cards .pdf-card:hover {
  background-color: #125d9c;
  color: #ffffff;
}

.pdf-cards .pdf-card:hover h4::after {
  background-color: #ffffff;
}

@media screen and (max-width: 768px) {
  .pdf-cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.what-is-sip {
  border: 2px solid #e8e9e9;
  padding: 15px 100px;
  text-align: center;
}

.what-is-sip p {
  color: #5b5a5d;
}

.sip__reasons-to-invest {
  border: 2px solid #e8e9e9;
  padding: 20px 30px;
}

.sip__reasons-to-invest .heading {
  text-align: center;
  color: #163d66;
}

.sip__reasons-to-invest .heading h3 span {
  color: #125d9c;
  font-weight: 700;
}

.sip__reasons-to-invest .reason {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sip__reasons-to-invest .reason .img {
  margin: 0 15px 0 0;
}

.sip__reasons-to-invest .reason .text h4 {
  color: #125d9c;
  font-weight: 600;
}

.sip__reasons-to-invest .reason:nth-child(odd) .img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin: 0 0 0 15px;
}

.sip__reasons-to-invest .reason:nth-child(odd) .text {
  text-align: right;
}

.features {
  border: 2px solid #e8e9e9;
  padding: 20px 30px 10px 30px;
}

.features ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.features ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.features ul li img {
  margin: 5px 10px 0 0;
}

.sip__form-button {
  text-align: center;
}

.sip__form-button a {
  font-size: 25px;
  padding: 10px 25px;
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  .what-is-sip {
    padding: 15px 15px;
  }
  .sip__reasons-to-invest {
    padding: 20px;
  }
  .sip__reasons-to-invest .reason {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 15px;
  }
  .sip__reasons-to-invest .reason .img {
    margin: 0 0 10px 0;
  }
  .sip__reasons-to-invest .reason:nth-child(odd) .img {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
    margin: 0 0 10px 0;
  }
}

.invest-now__button {
  width: 100%;
  font-size: 25px;
  text-align: center;
  margin-bottom: 20px;
  border-radius: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100px;
}

.contact-form {
  background: #fff;
  margin: 3% auto 0% auto;
  width: 70%;
}

.contact-form .form-control {
  border-radius: 1rem;
}

.contact-image {
  text-align: center;
}

.contact-image img {
  border-radius: 6rem;
  width: 11%;
  margin-top: -3%;
  -webkit-transform: rotate(29deg);
          transform: rotate(29deg);
}

.contact-form form {
  padding: 14%;
}

.contact-form form .row {
  margin-bottom: -7%;
}

.contact-form h3 {
  margin-bottom: 8%;
  margin-top: -10%;
  text-align: center;
  color: #0062cc;
}

.contact-form .btnContact {
  width: 50%;
  border: none;
  border-radius: 1rem;
  padding: 1.5%;
  background: #dc3545;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
}
.modal {
  z-index: 100001;
}
/*# sourceMappingURL=main.css.map */
/* knowledge center start */
.knowledgeCenterCover {
  background: #125d9c;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden
}


.container.kCSlider {
  height: 300px;
  margin:30px auto;
}

.container.kCSlider ul {}

.container.kCSlider ul li {
      /* border:1px solid #fff; */
}
.container.kCSlider ul li a{
  display: block;
}
.container.kCSlider ul li h4 {
  color: #fff;
}

.container.kCSlider ul li img {}

.container.kCSlider .left,
.container.kCSlider .right {
  cursor: pointer;
  width: unset;
  height: 30px;
  width: 30px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.container.kCSlider .left img,
.container.kCSlider .right img{
  /* filter: brightness(0); */
  height: 100%;
  width: 100%;
}
.slide-title {
  margin-top: 21px;
}

.cSCalculator {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.cSCalculator .heading {
  background: #125d9c;
  padding: 15px;
}
.cSCalculator .heading h2 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
}
.cSCalculator .body{
  padding: 30px;
  background: #ecf0f0;
}


.rangeslider {
  -webkit-appearance: none;
  width: 100%;
  height: 7px;
  border-radius: 5px;
  background: #d3d3d3;
  outline: none;
  /* opacity: 0.8; */
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.rangeslider:hover {
  opacity: 1;
}

.rangeslider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #125d9c;
  cursor: pointer;
}

.rangeslider::-moz-range-thumb {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #125d9c;
  cursor: pointer;
}

.cal-input {
  margin: 15px 0;
}
.cal-input label {
  margin-bottom: 0;
}
.cal-input .input_value {
  color: #125d9c;
}

.calculated-result {
  height: 100%;
  background: #125d9c;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.investButtonInCal {
  background: #fff;
  padding: 7px 25px;
  border-radius: 100px;
  text-decoration: none;
  color: #125d9c;
  margin-top: 15px;
}
.investButtonInCal:hover {
  text-decoration: none;
}

.cSFAQ {
  background: #ecf0f0;
  padding: 50px 0;
}
.cSFAQ #accordion .card{
  border: none;
  margin-bottom: 15px;
  background: transparent;
}
.cSFAQ #accordion .card .card-header {
  padding: 0;
  border: none;
  background: transparent;
}
.cSFAQ #accordion .card .collapse {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  border-radius: 0 0 10px 10px;
  background: #fff;
}
.cSFAQ #accordion .card .card-header .card-link{
  padding: 15px 40px 15px 20px;
  display: block;
  font-weight: bold;
  background: #125d9c;
  color: #fff;
  position: relative;
  box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.2);
  border-radius: 10px 10px 0 0;
}
.cSFAQ #accordion .card .card-header .card-link.collapsed{
  color: #333;
  background: transparent;
  box-shadow: none;
}
.cSFAQ #accordion .card .card-header .card-link::after{
  content: "\2212";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
  transition: content .3s;
}
.cSFAQ #accordion .card .card-header .card-link.collapsed::after{
  content: "+";
}
.kcUpload {
  display: flex;
  justify-content: center;
  align-items: center;
}
.kcUploadBtn {
  font-size: 25px;
  padding: 15px 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
}
/* knowledge center end */
.fancybox-container {
  z-index: 999950;
}
#mobileMenuOpenButton {
  border: none;
  background: unset;
  padding: 0;
}
#mobileMenuOpenButton:active,
#mobileMenuOpenButton:focus,
#mobileMenuOpenButton:active {
  border: none;
  outline: none;
  box-shadow: none;
  background: unset;
}
.invest-now-button-in-modal {
  width: 100%;
  display: block;
  text-align: center;
  margin: 20px 0;
}