@font-face {
  font-family: 'Lato Regular';
  src: url(../assets/fonts/Lato-Regular.ttf);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Lato Bold';
  src: url(../assets/fonts/Lato-Bold.ttf);
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Lato Italic';
  src: url(../assets/fonts/Lato-Italic.ttf);
  font-style: normal;
}

body {
  font-family: 'Lato', sans-serif !important;
}

p {
  font-size: 1rem;
  color: #000;
}

.btn {
  border: solid 1px;
  -webkit-transition: all ease-out 0.2s 0s;
  transition: all ease-out 0.2s 0s;
}

.btn.full {
  width: 100%;
}

.bg-gray {
  background-color: #f2f2f2;
}
.btn.round {
  border-radius: 50px;
}

.btn.yellow {
  background: #fecc00;
  border-color: #fecc00;
  color: #000;
  font-size: 16px;
}

.btn.yellow:hover {
  background: #000;
  border-color: #000;
  color: #fecc00;
}

.btn.purple {
  color: #fff;
  background: #c88ec6;
  border-color: #c88ec6;
}

.btn.purple:hover {
  background: #fecc00;
  border-color: #fecc00;
}

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

.form-group .form-control {
  border-radius: 0;
  color: #3b3b3b;
}

.form-group .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border-color: #000;
}

body.menu-open .nav-overlay {
  opacity: 1;
  pointer-events: all;
}

.download.swiper-slide{
  height: calc(100% - 20px);
}
.swiper-wrapper{
  margin-bottom: 20px;
}
.nav-overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  z-index: 1;
  pointer-events: none;
}

#mainNav {
  z-index: 2;
}



.merits .swiper-wrapper .swiper-slide{
  width: 32%;
  height: auto;
}

@media screen and (max-width: 991px) {
  #mainNav {
    -webkit-box-shadow: 0.3px 0.3px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0.3px 0.3px 20px rgba(0, 0, 0, 0.2);
  }
 
}

@media screen and (min-width: 991px) {
  .merits .swiper-wrapper{
    display: flex;
    flex-wrap: wrap;
    overflow: visible;
    gap: 0 20px;
    justify-content: center;
  }
  
}



#mainNav .navbar-toggler {
  height: 20px;
  width: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  position: relative;
}

@media screen and (min-width: 991px) {
  #mainNav .navbar-toggler {
    display: none;
  }
}

#mainNav .navbar-toggler.open span:first-child {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 10px;
}

#mainNav .navbar-toggler.open span:last-child {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 10px;
}

#mainNav .navbar-toggler.open span:nth-child(2) {
  opacity: 0;
}

#mainNav .navbar-toggler span {
  height: 2px;
  width: 100%;
  background: #fff;
  position: absolute;
  -webkit-transition: all ease-out 0.2s 0s;
  transition: all ease-out 0.2s 0s;
}

#mainNav .navbar-toggler span:first-child {
  top: 0;
  left: 0;
}

#mainNav .navbar-toggler span:nth-child(2) {
  top: 8px;
  left: 0;
}

#mainNav .navbar-toggler span:last-child {
  top: 16px;
  left: 0;
}

.accordion ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}

.accordion ul li .line {
  position: absolute;
  left: 0;
  top: 0;
}

.accordion .accordion-item {
  border-radius: 0;
  border-color: #000;
  border-left: none;
  border-right: none;
}

.accordion .accordion-button {
  color: #000;
  font-weight: 500;
  background: none;
  padding-left: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.accordion .accordion-button:not(.collapsed):after {
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
}

.accordion .accordion-button:after {
  background: none;
  height: 14px;
  width: 14px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-left: 1px solid #e8515a;
  border-bottom: 1px solid #e8515a;
  margin-left: 10px;
}

.heading-size{
  margin: 10px auto;
  font-size: 36px !important;
  color: #000;
  margin-bottom: 10px;
}

.border-1{
  border: 1px solid #F2F2F2;
}
.swiper-slide, swiper-slide{
  height: 100%;
}
.cards__wrapper{
  height: calc(100% - 20px);
 
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
  bottom: 0;
}
.bold-txt{
  font-family: 'Lato Bold';
}
.unparallel .cards__wrapper{
  padding: 2rem 2rem 1rem;
}
.unparallel .cards__wrapper .content-wrapper h4 {
  font-size: 20px;
  line-height: 24px;
  color: #003254;
  padding: 24px 0;
}
.card-item{
  margin-bottom: 20px;
}
.sub-head{
  font-family: 'Lato Regular';
  font-size: 24px;
  padding: 0 11rem;
}
.source-txt{
  font-size: 12px;
  padding: 20px 0;
  
}

.source-txt2{
  font-size: 14px;
  padding: 10px 5px;
  margin-bottom: 0;
}

.Product-info__content p{
  color: #000;
  padding: 10px 0;
  margin: 0;
}
.merits-head{
  margin-bottom: 0;
  padding-bottom: 0;
}
.merits-sub-head{
  padding: 0 18rem 20px;
  color: #7F7F7F;
  font-size: 24px;
  font-family: 'Lato Bold';
}
.merits .lists__sub-label{
  font-size: 18px;
  line-height: 140%;
  padding: 0 15px;
}
.merits .card-item{
  margin-bottom: 0;
}
.head-3{
  font-family: 'Lato Bold';
  font-size: 16px;
  color: #000;
}
.corner-curve{
  border-radius: 8px;
}
.lists__sub-label{
  color: #000;
}
.download{
  background: #fff;
}
.download a{
  color: #000;
}
.lists__content{
  display: flex;
  align-content: space-between;
}
/* .merits .cards__wrapper{
  padding: 26px;
} */
.Product-info__content ul li{
  font-size: 14px;
}

h4{
  font-family: 'Lato Bold';
}
.filterSwiper{
  margin-top: 15px;
  padding: 0 0 20px;
}
.filterSwiper .cards__wrapper{
  padding: 20px 50px 0;
}

@media screen and (max-width: 767px) {
  .accordion .accordion-button:after {
    height: 10px;
    width: 10px;
  }
  
  .sub-head{
    padding: 0 1rem;
    font-size: 20px;
  }
  .heading-size{
    margin: 10px auto;
    font-size: 28px !important;
    color: #000;
  }
}

.accordion .accordion-collapse {
  border-top: none;
}

.section {
  padding-top: 15px;
}

.Product-info__content h4{
  text-align: left;
  font-family: 'Lato Bold';
}
.Product-info__content p{
  color: #000;
}

@media screen and (max-width: 1600px) {
  .section {
    padding-top: 15px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding-top: 15px;
  }
  .fund-facts .lists__label{
    font-size: 18px;
    padding: 0;
    margin-bottom: 10px;
  }
  .fund-facts .lists__data p{
    margin-bottom: 0;
  }
  .lists__data{
    padding: 24px!important;
  }

  .lists__content {
    flex-direction: column;
  }
}
 

.section .points-list {
  padding-top: 50px;
}

.section .points-list .title {
  font-size: 1.125rem;
  color: #000;
  font-weight: 500;
}

.section .points-list .icon {
  height: auto;
  width: auto;
  max-width: 95px;
  display: block;
  margin: auto;
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .section .points-list .icon {
    max-width: 70px;
  }
}

.section .points-list .fig {
  margin-bottom: 40px;
  padding: 0 25px;
}

.desk-p{
  padding: 0 3rem;
}
.filterSwiper .cards__wrapper .lists__sub-label{
  /* min-height: 40px; */
  margin-bottom: 16px;
  line-height: 24px;
}
@media screen and (max-width: 767px) {
  .section .points-list .fig {
    padding: 0 15px;
  }
  .filterSwiper .cards__wrapper .lists__sub-label{
    min-height: auto;
    margin-bottom: 16px;
  }
  .desk-p{
    padding: 0;
  }
  .filterSwiper{
    margin-top: 20px!important;
  }
}

.section-heading {
  font-size: 1.75rem;
  line-height: inherit;
  font-weight: 500;
  margin-bottom: 25px;
}

@media screen and (max-width: 991px) {
  .section-heading {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .section-heading {
    font-size: 1.375rem;
  }
}

.masthead {
  position: relative;
  padding-top: 95px;
}

@media screen and (max-width: 991px) {
  .masthead {
    padding-top: 72px;
  }
}

.masthead .banner-video {
  width: 100%;
  height: calc(100vh - 95px);
  max-height: 470px;
  max-width: calc(100% - 350px);
  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;
  opacity: 0.8;
  background: url("../img/desktop-banner.png") no-repeat left;
  background-size: cover;
  position: relative;
}

@media screen and (max-width: 767px) {
  .masthead .banner-video {
    max-width: 100%;
    height: 400px;
  }
}

@media screen and (max-width: 380px) {
  .masthead .banner-video {
    height: 300px;
  }
}

.masthead .banner-video .btn {
  background: none;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.masthead .banner-video img {
  height: 80px;
  width: 80px;
}

@media screen and (max-width: 767px) {
  .masthead .banner-video img {
    height: 50px;
    width: 50px;
  }
}

.masthead .banner-video .video-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: all ease-out 0.2s 0s;
  transition: all ease-out 0.2s 0s;
}

.masthead .banner-video.playing .video-wrapper {
  opacity: 1;
  pointer-events: all;
}

.banner-form {
  background: #d7d7d7;
  width: 100%;
  height: 100%;
  max-width: 350px;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 20px;
  z-index: 1;
  padding-top: 115px;
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .banner-form {
    padding-top: 100px;
  }
}

@media screen and (max-width: 767px) {
  .banner-form {
    position: static;
    max-width: 450px;
    margin: auto;
    padding-top: 20px;
  }
}

.banner-form h2 {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 25px;
}

.banner-form p {
  font-size: 0.875rem;
}

.banner-form .form-group {
  position: relative;
}

.banner-form .form-group .error {
  position: absolute;
  bottom: -19px;
  left: 0;
}

.swiper-button-next,
.swiper-button-prev {
  height: 30px;
  width: 30px;
  background: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 1.25rem;
  color: #000;
}

.swiper-button-prev {
  left: -8px;
}

.swiper-button-next {
  right: -8px;
}

.swiper-pagination {
  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;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  height: 12px;
  width: 12px;
  background: #004880;
}
.swiper-pagination-bullet{
  background: #fff;
  opacity: 1;
  border: .5px solid #004880;
  width: 10px;
  height: 10px;
}
.Fund-can-be-suitable .heading-size{
  margin-bottom: 0;
  padding: 10px 140px 0;
}
/* .dynamic-opportunities-head{
  padding: 10px 230px 0;
}
.dynamic-opportunities-head + p{
  padding: 10px  200px;
} */
.unparallel{
  padding: 0 0 20px;
}
.whoInvest{
  padding: 20px 0 0;
}
.takeaways{
  padding: 30px 0 0;
}
.takeaways .cards__wrapper{
  padding: 30px 40px 0;
}
.takeaways .cards__wrapper .card-item{
  margin-bottom: 20px;
  width: 100px;
  height: 100px;
}
.takeaways .cards__wrapper .lists__sub-label span{
  color: #000;
  padding-bottom: 10px;
}
.copy-text{
  font-size: 12px;
  font-style: italic;
  text-align: left;
  padding-bottom: 0;
  margin-bottom: 0;
  padding-top: 20px;
}


.Product-info__content p.copy-text{
  margin-top: -10px;
  padding: 5px 0;
}

strong{
  font-family: 'Lato Bold'!important;
}
footer {
  position: relative;
  padding-bottom: 55px;
}

.about__buttons .button--red:hover, .button--red:hover{
  background-color: #EF3B24;
  color: #fff;
}

.about__buttons .button--red.button-2:hover{
  background-color: #ffffff;
  color: #003254;
  border: 1px solid #003254;
}

.about__buttons .button--red.button-2:hover p{
  color: #003254;
}
@media screen and (max-width: 767px) {
  footer {
    padding-top: 40px;
  }
}

footer .scroll-to {
  font-size: 1.125rem;
  white-space: nowrap;
  position: fixed;
  left: 50%;
  bottom: 0;
  z-index: 1;
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
  text-decoration: none;
  padding: 15px 40px;
  border-radius: 10px 10px 0 0;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  -webkit-transition: all ease-out 0.2s 0s;
  transition: all ease-out 0.2s 0s;
}

footer .scroll-to.visible {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

@media screen and (max-width: 767px) {
  footer .scroll-to {
    padding: 10px 40px;
  }
}

footer .footer-links {
  background: #d7d7d7;
  padding: 10px 0;
  margin-bottom: 25px;
}

footer .footer-links li + li {
  padding-left: 20px;
}

footer .footer-links a {
  color: #000;
  font-size: 1rem;
  text-decoration: none;
  padding: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-transition: all ease-out 0.2s 0s;
  transition: all ease-out 0.2s 0s;
}

footer .footer-links a:hover {
  color: #e8515a;
}

footer .footer-links a:hover:after {
  border-color: #e8515a;
}

footer .footer-links a:after {
  content: " ";
  height: 8px;
  width: 8px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-left: 10px;
}

footer p {
  color: #434343;
  font-size: 0.875rem;
}

.video-modal .modal-header {
  padding: 0;
  border: none;
}

.video-modal .modal-body {
  padding: 0;
}

.video-modal .close {
  font-size: 1.75rem;
  height: 40px;
  width: 40px;
  padding: 0;
  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;
  position: absolute;
  right: -45px;
  top: -45px;
}

@media screen and (max-width: 991px) {
  .video-modal .close {
    right: 0;
  }
}

.loader-wrapper {
  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;
  position: fixed;
  z-index: 3;
  left: 0;
  top: 0;
  background: #d7d7d7;
  height: 100%;
  width: 100%;
  -webkit-transition: all ease-out 0.2s 0s;
  transition: all ease-out 0.2s 0s;
}

.loader-wrapper.loaded {
  opacity: 0;
  pointer-events: none;
}

.loader-wrapper .loader {
  width: 48px;
  height: 48px;
  border: 5px solid #fecc00;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-animation: rotation 1s linear infinite;
  animation: rotation 1s linear infinite;
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.error {
  font-size: 0.8125rem;
  color: #cc0000;
}
/*# sourceMappingURL=landing.css.map */

/*-----NEW CSS----------*/
.about__text,
.user-contact-container {
  /* flex-basis: 50%; */
  flex-grow: 1;
  flex-basis: 0;
}

.about__text.left {
  border-right: 1px solid #003254;
}

.about__text .sub-title {
  font-family: 'Lato Bold';
  font-size: 30px;
  line-height: 40px;
  color: #000;
  animation: blinker 0.3s ease-in-out infinite;
}

@-webkit-keyframes blinker {
  50% {
    color: #C3161C;
  }
}

@keyframes blinker {
  50% {
    color: #C3161C;
  }
}

.meter{
  margin: 10px;
}

@media screen and (max-width: 767px) {
  .about__text.left {
    border-right: none;
    border-bottom: 1px solid #003254;
  }
}

.fiveFilter{
  padding-bottom: 30px!important;
}

.Product-info__inner .right_side {
  width: 25%;
}

.Product-info__inner .left_side {
  width: 75%;
}

@media screen and (max-width: 767px) {
  .Product-info__inner .right_side {
    flex-basis: 100%;
    padding-top: 0px;
  }

  .Product-info__inner .left_side {
    width: 100%;
  }
}

.OverView .lists__sub-label {
  list-style: disc;
  color: #000;
  line-height: 20px;
  padding-bottom: 12px;
}

.OverView h4 {
  color: #1c1c1a;
  font-family: 'Lato Regular';
}

.mobile-hide .multiple-needs-1-fund img {
  /* max-height: 300px; */
}

.multiple-needs-1-fund img {
  width: 100%;
  max-width: 100%;
}
img.reason-to-invest {
  /* width: 75%; */
  height: 400px;
  margin-top: 10px;
}

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

.source {
  text-align: left;
  font-size: 12px;
  display: block;
  margin-top: 15px;
  color: #636466;
}

.source a {
  color: #0d6efd;
}

.fund-facts__image-wrapper {
  min-width: 164px;
}
.fund-facts__image-wrapper img {
  max-width: 100%;
  box-sizing: border-box;
  /* box-shadow: 5px 5px 7px 0px #00000040; */
}
.about-image {
  flex: 0 0 40%;
}
.multiple-needs-1-fund {
  margin:0;
  text-align: center;
}

.cards__icon {
  height: 40px;
  width: auto;
}

.cards:not(:nth-child(2n)) .cards__icon {
  filter: brightness(0.7);
}

.cards:nth-child(2n) .cards__icon {
  filter: brightness(0.9);
}

h3.sub-heading {
  font-family: 'Lato Bold';
  font-size: 24px;
  /* line-height: 10px; */
  padding: 32px 0 24px 0;
  color: #7f7f7f;
}
.purple {
  background-color: #bd8cbf;
}
.orange {
  background-color: #f79548;
}
.pink {
  background-color: #f1666a;
}

#mainNav .navbar-nav .nav-item:last-child .nav-link{
  background-color: #EF3B24;
  color: #fff;
  border-radius: 5px;
}
#mainNav .navbar-nav .nav-item:last-child .nav-link:hover{
  color: #fff;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 160px;
  box-shadow: 1px 2px 4px 0px rgba(0,0,0,0.2);
  z-index: 1;
  padding: 0 10px;
}
.dropdown-content a {
  float: none;
  color: #EF3B24!important;
  padding: 5px 0;
  text-decoration: none;
  display: block;
  text-align: left;
  font-size: 12px ;
}
.dropdown-content a:not(:last-child){
  border-bottom: 1px solid #ddd;
}
#mainNav .navbar-nav .nav-item:hover .dropdown-content{
  display: block;
}
.dropdown-content a:hover {
  color: #003254!important;
}

@media screen and (max-width: 767px) {
  img.reason-to-invest {
    width: 100%;
    height: 100%;
  }
  .nav-link.submenu-link{
    padding: 10px!important;
  }
  .dropdown-content{
    position: relative!important;
    box-shadow:none;
  }
}

.modal2,
.form-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100vh; /* Full height */
  overflow: auto; /* Enable scroll if needed */
}

.modal2.is-visible,
.form-modal.is-visible {
  visibility: visible;
  display: block;
}
.modal2 .modal-body,
.form-modal .modal-body{
  padding: 0 2rem;
}
.modal2 .modal-overlay,
.form-modal .modal-overlay {
  background: hsla(0, 0%, 0%, 0.5);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
  height: 100%;
}

.modal2.is-visible .modal-overlay
.form-modal.is-visible .modal-overlay {
opacity: 1;
visibility: visible;
transition-delay: 0s;
display: block;
}

.modal2 .modal-wrapper,
.form-modal .modal-wrapper {
position: absolute;
z-index: 9999;
width: 30rem;
left: 50%;
top: 50%;
background-color: #E3F2FF;
box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);
transform: translate(-50%, -50%);
}

/* .modal2 .modal-transition {
transition: all 0.3s 0.12s;
transform: translate(-50%, -50%);
opacity: 0;
} */

.modal2.is-visible .modal-transition,
.form-modal.is-visible .modal-transition {
opacity: 1;

}

.modal2 .modal-header,
.modal2 .modal-content,
.form-modal .modal-header,
.form-modal .modal-content {
padding: 1em;
background: transparent;
border: none;
}

.modal2 .modal-header,
.form-modal .modal-header {
position: relative;
border: 0;
}

.modal2 .modal-close,
.form-modal .modal-close {
position: absolute;
top: 0;
right: 0;
padding: 20px;
background: none;
border: 0;
cursor: pointer;
margin: 0;
z-index: 9;
}

.riskometer-heading {
  height: 70px;
}

.riskometer-heading p {
  font-size: 12px !important;
}

.modal2 .modal-close:hover,
.form-modal .modal-close:hover {
color: #777;
}

.modal2 .modal-heading,
.form-modal .modal-heading {
font-size: 1.125em;
margin: 0;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.modal2 .modal-content img,
.form-modal .modal-content img {
  margin: 0 auto;
  width: 80px;
}
.modal2 .modal-content > *:first-child {
margin-top: 0;
}

.modal2 .modal-content > *:last-child {
margin-bottom: 0;
}
.modal2 .modal-content h2{
  font-size: 18px;
  font-family: 'Lato Bold';
  text-align: center;
  padding: 18px 0 0;
  margin-bottom: 0;
}
.button-container{
  display: flex;
  justify-content: center;
  gap: 30px;
}
.modal2 .modal-content .button--red{
  width: 180px;
  padding: 16px 20px;
  margin: 25px 0;
}
.modal2 .modal-content .button--red p{
  text-align: center;
}
.divider-line{
  border-bottom: 1px solid #707070;
}
.overflow-body-scroll{
  overflow: hidden;
}

.modal2 .modal-overlay.invest-now {
  margin:unset;
}

.w-md {
  width: 70% !important;
}

.download-list-item .link-group a img{
  filter: invert(1);
}

@media screen and (max-width: 767px) {
  .modal2 .modal-wrapper,
  .form-modal .modal-wrapper{
    width: 90%;
  }
  .modal2 .modal-body,
  .form-modal .modal-body{
    padding: 0 1rem;
  }
  .modal2 .modal-content .button--red{
    padding: 14px 10px;
    display: flex;
  }
  .modal2 .modal-content .button--red p{
    white-space: nowrap;
  }
  .button-container{
    gap: 10px;
  }

  .d-flex-column {
    flex-direction: column;
  }

.modal2 .modal-wrapper,
.form-modal .modal-wrapper{
  top: 55%;
  background-color: #E3F2FF;
  box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);
  transform: translate(-50%, -50%);
  }
  .modal2 .modal-content h2{
    padding: 18px 20px 0;
  }
 
}