/*! project-name v0.0.1 | (c) 2020 YOUR NAME | MIT License | http://link-to-your-git-repo.com */
/* * * * *
*
* Variables
*
* * * * */
/* Animation Timing Function */
/* 
* Colors
*/
/* 
* Background Colors
*/
/* 
* Font Colors
*/
/*
* Borders
*/
/*
* Heights
*/
/* 
* Grid Paddings 
*/
/* * * * *
*
* Mixins
*
* * * * */
/*
* Buttons
*/
/*
* Fund Card
*/
/*
* PX to VW conversion function
*/
/*
* PX to REM conversion function
*/
/*
* Media Queries
*/
/*
* Animation Delays
*/
/*
* Animation Durations
*/
/* * * * *
*
* Reset CSS
*
* * * * */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
/* line 10, src/sass/base/_reset.scss */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

body {
  font-size: 14px;
  font-family: 'Lato Regular';
  padding-top: 45px;
}

/* HTML5 display-role reset for older browsers */
/* line 99, src/sass/base/_reset.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/* line 112, src/sass/base/_reset.scss */
body {
  line-height: 1;
}

/* line 115, src/sass/base/_reset.scss */
ol,
ul {
  list-style: none;
}

/* line 119, src/sass/base/_reset.scss */
blockquote,
q {
  quotes: none;
}

strong {
  font-weight: bold;
}

/* line 123, src/sass/base/_reset.scss */
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

/* line 130, src/sass/base/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*!
 * SHANKARI MURALI'S RESET CSS 2.0
 */
/* line 137, src/sass/base/_reset.scss */
html {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 143, src/sass/base/_reset.scss */
body,
html {
  width: 100%;
  text-rendering: optimizeLegibility;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 155, src/sass/base/_reset.scss */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 164, src/sass/base/_reset.scss */
h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
span,
button,
img {
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
  -webkit-user-select: auto;
}

/* line 178, src/sass/base/_reset.scss */
*:focus {
  border: none;
  outline: none;
}

/* line 182, src/sass/base/_reset.scss */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  font-family: 'Lato Regular';
  box-shadow: 0 0 0px 30px white inset;
  -webkit-box-shadow: 0 0 0px 30px white inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}


/* line 205, src/sass/base/_reset.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

/* line 214, src/sass/base/_reset.scss */
img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

/* * * * *
*
* Fonts
*
/* line 26, src/sass/base/_typography.scss */

/* line 34, src/sass/base/_typography.scss */

@media only screen and (max-width: 767px) {

  /* line 34, src/sass/base/_typography.scss */
  html,
  body {
    font-size: 14px;
    line-height: 24px;
  }
}

/* * * * *
*
* #page
*
* * * * */
/* line 6, src/sass/layout/_page.scss */
.page {
  min-height: 100vh;
  padding-top: 2px;
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 1023px) {

  /* line 6, src/sass/layout/_page.scss */
  /* .page {
    padding-top: 20px;
  } */
}

/*
* Device Displays
*/
@media only screen and (min-width: 768px) {

  /* line 22, src/sass/layout/_page.scss */
  .is-mobile {
    display: none;
  }
}

/* * * * *
*
* Grid
*
* * * * */
/* line 6, src/sass/layout/_grid.scss */
.grid__container {
  justify-content: center;
  max-width: 1170px;
  margin: 0 auto;
  text-align: center;
  /* tablet portrait and lower */
  /* tablet landscape up */
  /* desktop up */
}

.grid__container h3 {
  margin-bottom: 35px;
}

.grid__container .image-wrapper {
  padding: 30px 0;
}

.grid__container .image-wrapper.alpha-methodology img {
  width: 100%;
  height: auto;
}

.grid__container .image-wrapper.alpha-methodology h3 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0;
  margin-top: 30px;
}

.grid__container .exposure-card {
  background: #E3F2FF;
  border-radius: 14px;
  padding: 24px;
  position: relative;
  text-align: left;
  margin-top: 10px;
  height: 100%;
}

.grid__container .exposure-card img {
  position: absolute;
  width: 104px;
  top: -55px;
  left: 50%;
  transform: translateX(-50%);
}

.grid__container .exposure-card .content-wrapper {
  display: flex;
  flex-direction: column;
  height: calc(100% - 76px);
}

.grid__container .exposure-card .content-wrapper h4 {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 20px;
  flex: 1;
}

.grid__container .exposure-card .content-wrapper a {
  font-size: 12px;
  line-height: 14px;
  text-decoration: underline;
}

.index-history {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  column-gap: 150px;
}

.index-history::after {
  content: "";
  border-left: 2px dashed #4471C4;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 90%;
}

.alpha-strategy {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.alpha-strategy .image-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  width: 100%;
  margin-right: 30px;
}

@media only screen and (max-width: 992px) {
  .index-history {
    flex-wrap: wrap;
  }

  .index-history .image-wrapper {
    width: 100%;
  }

  .index-history::after {
    height: 2px;
    width: 100%;
    border-bottom: 2px dashed #4471C4;
  }

  .alpha-strategy {
    flex-wrap: wrap;
  }

  .alpha-strategy .image-wrapper {
    margin-right: 0;
  }

  .market-capital .image-wrapper {
    overflow-x: scroll;
  }

  .market-capital .image-wrapper img {
    width: 1100px;
  }
}

@media only screen and (max-width: 1023px) {

  /* line 6, src/sass/layout/_grid.scss */
  .grid__container {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media only screen and (min-width: 1024px) {

  /* line 6, src/sass/layout/_grid.scss */
  .grid__container {
    padding-left: 32px;
    padding-right: 32px;
  }
}

/* * * * *
*
* Header
*
* * * * */
/* line 6, src/sass/layout/_header.scss */
.header {
  position: fixed;
  z-index: 99;
  top: 0px;
  left: 0;
  width: 100vw;

  /* tablet portrait and lower */
  /* grid container */
  /* header logo */
  /* header nav */
  /* nav */
  /* header  button */
  /* border-bottom: 1px solid #EEEEEE; */
  /* box-shadow: 0px 3px 6px #0000001F; */
  /* -webkit-box-shadow: 0 4px 8px #9999990F;
          box-shadow: 0 4px 8px #9999990F; */
  border-bottom: none;
}

.stickyHeader {
  position: fixed;
  top: 0;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background-color: white;
}

@media only screen and (max-width: 1023px) {

  /* line 6, src/sass/layout/_header.scss */
  .header {
    /* height: 64px; */
  }
}

/* line 20, src/sass/layout/_header.scss */
.header .grid__container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* tablet portrait and lower */
}

@media only screen and (max-width: 1023px) {

  /* line 20, src/sass/layout/_header.scss */
  .header .grid__container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

/* line 30, src/sass/layout/_header.scss */
.header .header__logo {
  width: auto;
  height: 40px;
  display: flex;
  font-size: 16px;
  align-items: center;
  margin-bottom: 10px;
  margin-top: 10px;
}

.header .header__logo img {
  padding-right: 25px;
}

@media only screen and (max-width: 767px) {

  /* line 30, src/sass/layout/_header.scss */
  .header .header__logo {
    height: 32px;
  }

  .grid__container .image-wrapper.alpha-methodology h3 {
    font-size: 16px;
  }
}

/* line 39, src/sass/layout/_header.scss */
.header .header__nav {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

/* line 43, src/sass/layout/_header.scss */
.header .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

/* line 55, src/sass/layout/_header.scss */
.header .nav .nav__item {
  font-size: 14px;
  line-height: 1;
  color: #777776;
  cursor: pointer;
  flex-shrink: 1;
}

.desktop-hide {
  display: none !important;
}

/* line 60, src/sass/layout/_header.scss */
.header .nav .nav__item:not(:first-child) {
  margin-left: 24px;
}

/* line 67, src/sass/layout/_header.scss */
.header .nav .nav__item.is-active,
.header .nav .nav__item:hover {
  color: #1c1c1a;
}

@media only screen and (max-width: 1023px) {

  /* line 74, src/sass/layout/_header.scss */
  .header .header__button {
    margin-left: 0;
    padding: 12px 16px;
  }

  /* line 79, src/sass/layout/_header.scss */
  .header .header__button .button__text {
    font-family: 'Lato Regular';
  }
}

@media only screen and (min-width: 1024px) {

  /* line 74, src/sass/layout/_header.scss */
  .header .header__button {
    margin-left: 24px;
  }
}

/* * * * *
*
* Sticky Header
*
* * * * */
/* line 6, src/sass/layout/_sticky-header.scss */
.sticky-header {
  position: fixed;
  z-index: 99;
  top: 64px;
  margin-top: -1px;
  left: 0;
  width: 100vw;
  background-color: white;
  font-family: "GothamMedium";
  font-size: 13px;
  line-height: 22px;
  color: #1a1818;
  opacity: 0;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: opacity 200ms ease, transform 200ms ease;
  transition: opacity 200ms ease, transform 200ms ease,
    -webkit-transform 200ms ease;
  pointer-events: none;
  /* active scroll item */
  /* scroll items */
  /* scroll item */
}

/* line 23, src/sass/layout/_sticky-header.scss */
.sticky-header.is-visible {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  pointer-events: auto;
}

@media only screen and (min-width: 1024px) {

  /* line 6, src/sass/layout/_sticky-header.scss */
  .sticky-header {
    display: none;
  }
}

/* line 33, src/sass/layout/_sticky-header.scss */
.sticky-header .sticky-header__active-scroll-item {
  position: relative;
  padding: 17px 24px;
  border-top: 0.5px solid rgba(2, 32, 63, 0.2);
  border-bottom: 0.5px solid rgba(2, 32, 63, 0.2);
  /* arrow */
}

/* line 39, src/sass/layout/_sticky-header.scss */
.sticky-header .sticky-header__active-scroll-item::after {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  right: 24px;
  width: 15px;
  height: 8px;
  background-image: url("../assets/vectors/icons/icon_arrow_up_red.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 54, src/sass/layout/_sticky-header.scss */
.sticky-header .sticky-header__scroll-items {
  padding: 0 24px;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 200ms ease;
  transition: max-height 200ms ease;
}

/* line 61, src/sass/layout/_sticky-header.scss */
.sticky-header .sticky-header__scroll-item {
  padding: 20px 0;
}

/* line 63, src/sass/layout/_sticky-header.scss */
.sticky-header .sticky-header__scroll-item:not(:first-child) {
  border-top: 0.5px solid rgba(26, 24, 24, 0.2);
}

/* line 66, src/sass/layout/_sticky-header.scss */
.sticky-header .sticky-header__scroll-item.is-active {
  color: #ea3d44;
}

/* line 71, src/sass/layout/_sticky-header.scss */
.sticky-header.is-expanded {
  /* active scroll item */
  /* scroll items */
}

/* line 73, src/sass/layout/_sticky-header.scss */
.sticky-header.is-expanded .sticky-header__active-scroll-item {
  /* arrow */
}

/* line 75, src/sass/layout/_sticky-header.scss */
.sticky-header.is-expanded .sticky-header__active-scroll-item::after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* line 80, src/sass/layout/_sticky-header.scss */
.sticky-header.is-expanded .sticky-header__scroll-items {
  max-height: 300px;
}

/* * * * *
*
* Buttons
*
* * * * */
/* line 7, src/sass/components/_buttons.scss */
.button--red {
  padding: 16px 40px;
  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;
  background-color: #EF3B24;
  cursor: pointer;
  text-transform: uppercase;
  height: 48px;
}

.button-2 {
  background-color: transparent;
  border: 1px solid #EF3B24;
}

.button--red.button-2 .button__text {
  color: #EF3B24;
}

@media only screen and (max-width: 767px) {

  /* line 7, src/sass/components/_buttons.scss */
  .button--red {
    padding: 14px 24px;
    /* border-radius: 24px; */
  }
}

/* line 22, src/sass/abstracts/_mixins.scss */
.button--red .button__text {
  font-size: 14px;
  line-height: 1;
  color: #ffffff;
  text-transform: capitalize;
}

@media only screen and (max-width: 767px) {

  /* line 22, src/sass/abstracts/_mixins.scss */
  .button--red .button__text {
    font-size: 14px;
  }
}

@media only screen and (min-width: 1200px) {

  /* line 34, src/sass/abstracts/_mixins.scss */
  .button--red:hover {
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
  }
}

/* line 10, src/sass/components/_buttons.scss */
.button--white {
  padding: 16px 24px 14px;
  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;
  background-color: #ffffff;
  border-radius: 24px;
  cursor: pointer;
}

/* line 47, src/sass/abstracts/_mixins.scss */
.button--white .button__text {
  font-size: 16px;
  line-height: 1;
  color: #1a1818;
}

/* line 52, src/sass/abstracts/_mixins.scss */
.button--white .button__arrow {
  margin-left: 12px;
  width: 10px;
  height: 16px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  will-change: transform;
}

@media only screen and (min-width: 1200px) {

  /* line 63, src/sass/abstracts/_mixins.scss */
  .button--white:hover .button__arrow {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
}

/* * * * *
*
* Form
*
* * * * */
/* line 6, src/sass/components/_form.scss */
.form-wrapper {
  position: relative;
  /* form */
  /* form success */
  /* form error */
  /* Form Wrapper States */
  /* form submitted successfully */
  /* form not submitted successfully */
}

/* line 9, src/sass/components/_form.scss */
.form-wrapper .form {
  /* recaptcha */
  /* form inputs */
  /* form input wrapper */
  /* form input */
  /* form button */
  /* loading dots */
}

/* line 13, src/sass/components/_form.scss */
.form-wrapper .form .g-recaptcha div div {
  width: 100% !important;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  text-align: center;
  position: relative;
}

/* line 37, src/sass/components/_form.scss */
.form-wrapper .form .form__input-wrapper {
  position: relative;
  margin-bottom: 56px;
  /* error */
}

@media only screen and (max-width: 767px) {

  /* line 41, src/sass/components/_form.scss */
  .form-wrapper .form .form__input-wrapper:not(:first-child) {
    margin-top: 40px;
  }
}



/* line 60, src/sass/components/_form.scss */
.form-wrapper .form .form__input-wrapper .form__input-error {
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  width: 100%;
  font-size: 12px;
  line-height: 1;
  color: #ea3d44;
  -webkit-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease,
    -webkit-transform 0.2s ease;
  will-change: opacity, transform;
}

@media only screen and (max-width: 767px) {

  /* line 60, src/sass/components/_form.scss */
  .form-wrapper .form .form__input-wrapper .form__input-error {
    top: calc(100% + 4px);
    font-size: 11px;
  }
}

/* line 80, src/sass/components/_form.scss */
.form-wrapper .form .form__input {
  /* text/email/tel inputs */
  /* input error */
}

/* line 82, src/sass/components/_form.scss */
.form-wrapper .form .form__input[type="text"],
.form-wrapper .form .form__input[type="tel"],
.form-wrapper .form .form__input[type="email"] {
  width: 100%;
  font-size: 16px;
  line-height: 30px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-transition: border-bottom 0.2s ease;
  transition: border-bottom 0.2s ease;
  background-color: transparent;
  color: #ffffff;
}

@media only screen and (max-width: 767px) {

  /* line 82, src/sass/components/_form.scss */
  .form-wrapper .form .form__input[type="text"],
  .form-wrapper .form .form__input[type="tel"],
  .form-wrapper .form .form__input[type="email"] {
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 8px;
  }
}

/* line 98, src/sass/components/_form.scss */
.form-wrapper .form .form__input[type="text"]::-webkit-input-placeholder,
.form-wrapper .form .form__input[type="tel"]::-webkit-input-placeholder,
.form-wrapper .form .form__input[type="email"]::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 1;
}

.form-wrapper .form .form__input[type="text"]::-moz-placeholder,
.form-wrapper .form .form__input[type="tel"]::-moz-placeholder,
.form-wrapper .form .form__input[type="email"]::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}

.form-wrapper .form .form__input[type="text"]:-ms-input-placeholder,
.form-wrapper .form .form__input[type="tel"]:-ms-input-placeholder,
.form-wrapper .form .form__input[type="email"]:-ms-input-placeholder {
  color: #ffffff;
  opacity: 1;
}

.form-wrapper .form .form__input[type="text"]::-ms-input-placeholder,
.form-wrapper .form .form__input[type="tel"]::-ms-input-placeholder,
.form-wrapper .form .form__input[type="email"]::-ms-input-placeholder {
  color: #ffffff;
  opacity: 1;
}

.form-wrapper .form .form__input[type="text"]::placeholder,
.form-wrapper .form .form__input[type="tel"]::placeholder,
.form-wrapper .form .form__input[type="email"]::placeholder {
  color: #ffffff;
  opacity: 1;
}

/* line 103, src/sass/components/_form.scss */
.form-wrapper .form .form__input[type="text"].is-invalid,
.form-wrapper .form .form__input[type="tel"].is-invalid,
.form-wrapper .form .form__input[type="email"].is-invalid {
  border-bottom: 1px solid #fb5e51;
}

/* line 108, src/sass/components/_form.scss */
.form-wrapper .form .form__input.is-invalid+.form__input-error {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

/* line 114, src/sass/components/_form.scss */
.form-wrapper .form .form__button {
  position: relative;
}

@media only screen and (max-width: 767px) {

  /* line 114, src/sass/components/_form.scss */
  .form-wrapper .form .form__button {
    margin-top: 60px;
  }
}

@media only screen and (min-width: 768px) {

  /* line 114, src/sass/components/_form.scss */
  .form-wrapper .form .form__button {
    margin: 56px 0 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

/* line 126, src/sass/components/_form.scss */
.form-wrapper .form .button__loading-dots {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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;
}

/* line 137, src/sass/components/_form.scss */
.form-wrapper .form .button__loading-dot {
  opacity: 0;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-animation-name: dot-keyframes;
  animation-name: dot-keyframes;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  animation-direction: alternate-reverse;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-color: white;
  border-radius: 50%;
  height: 8px;
  width: 8px;
}

/* line 150, src/sass/components/_form.scss */
.form-wrapper .form .button__loading-dot:not(:first-child) {
  margin-left: 8px;
}

/* line 153, src/sass/components/_form.scss */
.form-wrapper .form .button__loading-dot:first-child {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

/* line 156, src/sass/components/_form.scss */
.form-wrapper .form .button__loading-dot:nth-child(2) {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

/* line 159, src/sass/components/_form.scss */
.form-wrapper .form .button__loading-dot:nth-child(3) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

/* line 165, src/sass/components/_form.scss */
.form-wrapper .form-wrapper__success {
  /* opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; */
  /* icon */
  /* message */
}

@media only screen and (max-width: 767px) {

  /* line 165, src/sass/components/_form.scss */
  .form-wrapper .form-wrapper__success {
    /* padding: 0 28px; */
  }
}


/* line 182, src/sass/components/_form.scss */
.form-wrapper .form-wrapper__success .form-wrapper__success-icon {
  width: 64px;
  height: 64px;
}

.form-wrapper .form-wrapper__error .form-wrapper__success-icon {
  width: 64px;
  height: 64px;
}

/* line 187, src/sass/components/_form.scss */
.form-wrapper .form-wrapper__success .form-wrapper__success-message {
  /* margin-top: 28px;
  font-family: "GothamMedium";
  font-size: 24px;
  line-height: 32px;
  color: black;
  text-align: center; */
}

@media only screen and (max-width: 767px) {

  /* line 187, src/sass/components/_form.scss */
  .form-wrapper .form-wrapper__success .form-wrapper__success-message {
    /* font-size: 16px;
    line-height: 22px;
    max-width: 271px;
    margin: 24px auto 0; */
  }
}

/* line 204, src/sass/components/_form.scss */
.form-wrapper .form-wrapper__error {
  /* opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; */
  /* icon */
  /* message */
}

@media only screen and (max-width: 767px) {

  /* line 204, src/sass/components/_form.scss */
  .form-wrapper .form-wrapper__error {
    padding: 0 28px;
  }
}

/* line 221, src/sass/components/_form.scss */
.form-wrapper .form-wrapper__error .form-wrapper__error-icon {
  width: 64px;
  height: 64px;
}

/* line 226, src/sass/components/_form.scss */
.form-wrapper .form-wrapper__error .form-wrapper__error-message {
  margin-top: 28px;
  font-family: "GothamMedium";
  font-size: 24px;
  line-height: 32px;
  color: black;
  text-align: center;
}

@media only screen and (max-width: 767px) {

  /* line 226, src/sass/components/_form.scss */
  .form-wrapper .form-wrapper__error .form-wrapper__error-message {
    font-size: 16px;
    line-height: 22px;
    max-width: 271px;
    margin: 24px auto 0;
  }
}

/* line 245, src/sass/components/_form.scss */
.form-wrapper.is-submitting .button .button__text {
  opacity: 0;
}

/* line 248, src/sass/components/_form.scss */
.form-wrapper.is-submitting .button .button__loading-dots {
  opacity: 1;
}

/* line 254, src/sass/components/_form.scss */
.form-wrapper .form-wrapper__form {
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

/* line 258, src/sass/components/_form.scss */
.form-wrapper.has-submitted .form-wrapper__form {
  opacity: 0;
}

/* line 261, src/sass/components/_form.scss */
.form-wrapper.has-submitted .form-wrapper__success {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease 0.45s;
  transition: opacity 0.3s ease 0.45s;
}

/* line 268, src/sass/components/_form.scss */
.form-wrapper.has-failed-to-submit .form-wrapper__form {
  opacity: 0;
}

/* line 271, src/sass/components/_form.scss */
.form-wrapper.has-failed-to-submit .form-wrapper__error {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease 0.45s;
  transition: opacity 0.3s ease 0.45s;
}

/* * * * *
*
* GET IN TOUCH
*
* * * * */
/* line 7, src/sass/pages/home/_get-in-touch.scss */
html[data-html="HOME"] section.get-in-touch {
  background-color: #f8f6f4;
  /* mobile-only */
  /* section title */
  /* get in touch - inner */
  /* form wrapper */
}

.header__logo {
  font-family: 'Lato Bold';
}

.about {
  position: relative;
  /* padding: 120px 0; */
  /* height: calc(100vh - 110px); */
  padding: 0;
}

.about .grid__container {
  display: flex;
  /* justify-content: space-between; */
  height: calc(100vh - 80px);
}

.about-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 32px;
}

form.get-user {
  display: flex;
  flex-direction: column;
}

.get-user input {
  padding: 10px 16px;
  border: 1px solid #d9d9d9;
  margin-bottom: 8px;
  font-size: 12px;
  line-height: 22px;
}

.section__title {
  font-size: 30px;
  line-height: 40px;
  color: #000000;
  font-family: 'Lato Bold';
}

.timer {
  width: 100%;
  /* position: fixed;
  left: 0;
  right: 0; */
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #B72230;
  background: transparent linear-gradient(180deg, var(---f79548) 0%, var(---f1666a) 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #f79548 0%, #f1666a 100%) 0% 0% no-repeat padding-box;
  padding: 5px 0;
}

.timer__title {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-family: 'Lato Bold';
  color: #1c1c1a;
  margin-right: 42px;
}

.timer__icon {
  margin-right: 12px;
}

.timer_count {
  display: flex;
  align-items: center;
}

.timer__count {
  display: inline-block;
  font-size: 32px;
  font-family: 'Lato Bold';
  border-radius: 8px;
  margin-bottom: 0;
  line-height: 24px;
  color: #ffffff;
}

.timer__card {
  padding-right: 32px;
}

.timer__label {
  font-size: 13px;
  color: #fff;
  font-family: 'Lato Regular';
  line-height: 15px;
  text-align: center;
  margin-bottom: 0;
}

.user-contact-container h3 {
  font-family: 'Lato Bold';
  font-size: 21px;
  line-height: 36px;
  color: #000;
}

.about__buttons {
  display: flex;
}

.about__buttons .button--red {
  margin-right: 24px;
  margin-left: 0;
  margin-top: 0;
}

.scroll {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100px;
}

.scroll p {
  font-size: 16px;
  color: #1c1c1a;
  padding-bottom: 12px;
  line-height: 18px;
}

.scroll .scroll-div {
  padding: 16px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
}


.overview__text .overview__title {
  font-size: 24px;
  color: #1c1c1a;
  font-family: 'Lato Bold';
  padding-bottom: 20px;
  line-height: 26px;
}

.overview__text .overview__sub-title {
  font-size: 14px;
  line-height: 26px;
  color: #1c1c1a;
  font-family: 'Lato Regular';
  padding-bottom: 40px;
}

.lists__content {
  display: flex;
  gap: 17px;
  margin-bottom: 15px;
}

.lists__data {
  width: 49%;
  background: #fff;
  padding: 24px 24px 0;
  max-height: 100%;
}

.lists__label {
  font-size: 24px;
  color: #1c1c1a;
  font-family: 'Lato Bold';
  line-height: 24px;
  padding-bottom: 16px;
}

.lists__title {
  font-size: 24px;
  color: #1c1c1a;
  font-family: 'Lato Bold';
  line-height: 26px;
  text-align: left;
}

.lists__sub-label {
  font-size: 16px;
  color: #000;
  font-family: 'Lato Regular';
  line-height: 22px;
  text-align: left;
}

/* ---------- how-is-it-unique ------------*/
.main-heading {
  font-size: 30px;
  line-height: 40px;
  color: #000;
  font-family: 'Lato Bold';
}

.cards__wrapper {
  /* vivek*/
  border: 1px solid #f2f2f2;
  background: #fff;
  padding: 12px;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  /* min-height: 220px; */
}

/* vivek*/
/*.cards{
  width: calc(33.33% - 0px);
  padding: 60px 30px 0 30px;
}*/
.cards:nth-child(3n + 1) {
  padding-left: 0px;
}

.cards:nth-child(3n + 3) {
  padding-right: 0px;
}

.cards__title {
  padding-top: 10px;
}

.cards__dsc {
  padding-top: 20px;
  line-height: 26px;
}

/* -----------why-us-equities------------  */
/*vivek*/
/*.why-us-equities .grid__container {
    display: flex;
}
*/
.why-us-equities .lists__data {
  width: 100%;
}

.why-us-equities .main-heading {
  padding-bottom: 40px;
}

.why-us-equities .lists__sub-label {
  padding-top: 20px;
  line-height: 26px;
  color: #1c1c1a;
  font-size: 16px;
  font-family: 'Lato Regular';
  line-height: 24px;
}

.why-us-equities .lists__title {
  line-height: 32px;

}

/*vivek*/
/*.why-us-equities .right {
    width: 50%;
}*/

.why-us-equities .left {
  padding-top: 92px;
  padding-right: 100px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-end;
  width: 50%;
}

.left_img {
  display: block;
}

.left_img:not(:last-child) {
  padding-bottom: 40px;
}

.left_img1 {
  width: 370px;
  height: 370px;
  margin-right: 30px;
  display: flex;
  justify-items: flex-end;
}

.left_img2 {
  width: 230px;
  height: 230px;
}

.left_img3 {
  width: 270px;
  height: 200px;
  margin-right: 130px;
}

.lists__sub-label span {
  color: #777776;
  display: block;
}

.portfolio .left {
  padding-top: 0;
}

/* --------About Fof ---------- */
/*vivek*/
/*.about-fof {
    position: relative;
    padding: 80px 0;
    margin: 80px 0;
}*/

.about-fof .grid__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.about-fof::before {
  content: "";
  width: 75%;
  top: 0;
  right: 0;
  background-color: #f8f6f4;
  /* height: calc(100vh - 100px); */
  height: 100%;
  position: absolute;
  z-index: -1;
}

.about-fof-image {
  position: relative;
  /* width: 400px; */
  padding-top: 61.4%;
}

.about-fof-image__img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
}

.about-fof .left,
.about-fof .right {
  width: 50%;
}

.about-fof .left {
  padding-right: 100px;
}

.about-fof_sub-title {
  line-height: 26px;
  color: #1c1c1a;
  padding-top: 24px;
}

.about-fof_sub-title2 {
  line-height: 22px;
  padding-top: 18px;
}

/* ----------investment-strategy------------ */
.investment-strategy .main-heading {
  text-align: center;
}

.investment-strategy .sub-heading {
  text-align: center;
  font-family: 'Lato Regular';
  padding-top: 16px;
  line-height: 32px;
}

.cards-with-border {
  position: relative;
  text-align: center;
}

.cards-with-border img {
  border-left: 10px solid #ffffff;
  border-right: 10px solid #ffffff;
}

.cards-with-border::after {
  content: "";
  top: 50%;
  left: 0;
  position: absolute;
  background-color: #e8e8e8;
  height: 1px;
  width: 100%;
  z-index: -1;
}

.investment-strategy .cards__dsc {
  padding-top: 16px;
  text-align: center;
  color: #1c1c1a;
}

.investment-strategy .cards {
  padding-top: 80px;
}

/* --------invest---------- */
.invest .main-heading {
  text-align: center;
  padding-bottom: 10px;
}

.invest__inner {
  max-width: 750px;
  margin: 0 auto;
}

.box {
  padding-top: 49px;
}

.box__content {
  position: relative;
}

.box__content p {
  font-size: 14px;
  line-height: 26px;
  color: #1c1c1a;
  padding: 40px;
  border-radius: 16px;
  border: 1px solid #e8e8e8;
  display: inline-block;
}

.icon__right {
  display: flex;
  justify-content: flex-end;
}

.icon__left img {
  position: absolute;
  top: -40px;
  left: -35px;
}

.icon__right img {
  position: absolute;
  top: -40px;
  right: -35px;
}

/* -----annualised --------- */
.annualised .main-heading {
  font-size: 32px;
  line-height: 40px;
}

.annualised__inner {
  padding-top: 60px;
}

.annualised__inner .lists__sub-label {
  line-height: 22px;
}

.annualised__image-wrapper img {
  width: 100%;
}

/* ---------fund-facts------------------- */
.fund-facts .sub-heading {
  font-family: 'Lato Regular';
  padding-top: 16px;
}

.fund-facts__inner {
  display: flex;
  column-gap: 40px;

}

.fund-facts__inner:not(:last-child) {
  padding-bottom: 50px;
}

/* .fund-facts__image-wrapper img {
    width: 270px;
    padding-right: 60px;
    display: block;
} */

.fund-facts__sub-title {
  padding-top: 8px;
}

.fund-facts__dsc {
  line-height: 26px;
  color: #1c1c1a;
  padding-top: 20px !important;
}

.fund-facts .lists {
  padding-top: 15px;
}

.pt-80 {
  padding-top: 80px;
}

.fund-facts .lists__sub-label {
  line-height: 26px;
  padding-top: 6px;
  padding-right: 0px;
}

.fund-facts .lists__label {
  line-height: 18px;
  padding: 0;
  text-align: left;
  margin-bottom: 16px;
}

/* -----------Product Info----------- */
/* .Product-info__inner {
  display: flex;
} */

.left_side {
  padding-right: 30px;
}

.Product-info__content h3 {
  font-size: 18px;
  line-height: 26px;
  font-family: 'Lato Bold';
  color: #1c1c1a;
  padding-top: 40px;
}

.Product-info__content ul {
  list-style: initial;
  padding-left: 20px;
  padding-top: 0px;
}

.Product-info__content ul li {
  padding-right: 100px;
  color: #1c1c1a;
  line-height: 20px;
  padding-top: 0;
  padding-bottom: 0px;
  margin-bottom: 0;
}

.Product-info__content ul li::marker {
  color: #000;
  font-size: 16px;
}

ul li::marker {
  font-size: 22px;
  color: #003254;
}

.Product-info__content p {
  font-size: 12px;
  line-height: 18px;
  color: #000;
  font-family: 'Lato Regular';
  margin: 0;
}

.Product-info__inner .right_side p {
  font-size: 16px;
  text-align: center;
  line-height: 24px;
}

.Product-info__inner:nth-child(2) .main-heading {
  padding-top: 84px;
}

.Product-info__inner:nth-child(2) ul {
  width: 70%;
  padding-top: 40px;
}

.Product-info__inner:nth-child(2) ul li {
  padding-bottom: 32px;
}

.Product-info__inner:nth-child(2) ul li:last-child {
  padding-bottom: 0px;
}

.Product-info__inner:nth-child(2) ul li strong {
  font-family: 'Lato Bold';
}

/* -----------Get in touch---------- */
.section.get-in-touch {
  padding-top: 0;
  position: relative;
}

.get-in-touch .grid__container {
  display: flex;
}

.get-in-touch .left {
  width: 50%;
  padding-right: 115px;
}

.get-in-touch .right {
  width: 50%;
  position: relative;
  z-index: 1;
}

.get-in-touch__form-wrapper form {
  padding-left: 80px;
}

.get-in-touch::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  background-color: #1c1c1a;
  height: 620px;
}

.get-in-touch .main-heading {
  padding-top: 56px;
  line-height: 44px;
}

.get-in-touch .sub-heading {
  font-size: 14px;
  line-height: 24px;
  padding: 24px 0 24px 0;
  color: #1c1c1a;
}

.download-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.download {
  flex-grow: 1;
  flex-basis: inherit;
}

.download a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 24px 14px;
  border: 1px solid #f2f2f2;
  height: 175px;
  text-decoration: none;
  cursor: pointer;
}

.download a:hover span {
  color: rgb(51, 153, 232);
}

.download:last-child {
  /* border-bottom: 1px solid #E8E8E8; */
}

.download span {
  font-size: 16px;
  color: #1c1c1a;
  font-family: 'Lato Bold';
  line-height: 20px;
  margin-top: 12px;
  height: 30px;
}

.get-in-touch .right .main-heading {
  color: #ffffff;
  padding-bottom: 56px;
  line-height: 52px;
}

.has-submitted form .main-heading,
.has-submitted form,
.has-failed-to-submit form .main-heading,
.has-failed-to-submit form,
.form-wrapper__success,
.form-wrapper__error {
  display: none;
}

.has-submitted .form-wrapper__success .main-heading {
  display: flex;
  padding-bottom: 40px;
}

.has-submitted .form-wrapper__success {
  display: block;
}

.has-submitted .form-wrapper__success .main-heading span {
  padding-left: 32px;
}

.has-submitted.get-in-touch__form-wrapper .form-wrapper__success {
  padding-left: 56px;
}

.has-failed-to-submit .form-wrapper__error .main-heading {
  display: flex;
  padding-bottom: 40px;
}

.has-failed-to-submit .form-wrapper__error {
  display: block;
}

.has-failed-to-submit .form-wrapper__error .main-heading span {
  padding-left: 32px;
}

.has-failed-to-submit.get-in-touch__form-wrapper .form-wrapper__error {
  padding-left: 56px;
}

.form-wrapper__success .button,
.form-wrapper__error .button {
  margin-left: 100px;
}

.form-wrapper__success .button.header__button .button__text {
  opacity: 1;
}

/* ------------In the News------------- */
.news__cards {
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
}

.news__card {
  width: 33.33%;
  background-color: #ffffff;
  padding: 40px 24px;
  margin-right: 60px;
}

.news__card:last-child {
  margin-right: 0;
}

.news__date {
  font-size: 14px;
  color: #777776;
  line-height: 15px;
}

.news__title {
  padding-top: 20px;
  font-size: 24px;
  line-height: 36px;
  font-family: 'Lato Bold';
  color: #1c1c1a;
}

.news__card a {
  display: flex;
  align-items: center;
  color: #fd6720;
  font-size: 14px;
  font-family: 'Lato Bold';
  padding-top: 59px;
}

.news__card a img {
  padding-left: 6px;
}

.disclaimer {
  padding-top: 0px;
}

.disclaimer p {
  font-size: 12px;
  line-height: 20px;
  color: #fff;
}

.disclaimer p strong {
  font-family: 'Lato Bold';
  font-size: 12px;
  margin-bottom: 15px;
  display: inline-block;
}

.footer {
  background-color: #000;
  padding: 30px 0;
}

.nfo-title {
  color: #fff;
  font-size: 24px;
}

@media only screen and (min-width: 1450px) {
  .about .grid__container {
    height: 600px;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .header .nav .nav__item {
    flex-shrink: 1;
  }

  .button--red {
    padding: 16px 20px;
  }

  .header .header__logo img {
    padding-right: 14px;
  }

  .header .header__logo img {
    padding-right: 14px;
  }

  .header .nav .nav__item:not(:first-child) {
    margin-left: 16px;
  }

  .get-in-touch::after {
    height: 765px;
  }
}

@media only screen and (max-width: 767px) {

  /* line 28, src/sass/layout/_page.scss */
  .is-desktop {
    display: none;
  }

  .header .nav {
    justify-content: center;
  }

  .header .nav .nav__item.is-active,
  .header .nav .nav__item:hover {
    font-family: 'Lato Bold';
  }

  .about::before {
    width: 100%;
  }

  .grid__container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .invest-now {
    margin-top: 10px;
  }

  .grid__container .exposure-card {
    height: auto;
    margin-bottom: 40px;
  }

  .about {
    padding: 30px 0;
    /*min-height: 596px;*/
  }

  .about .grid__container {
    height: auto;
  }

  .section__title {
    font-size: 40px;
    line-height: 56px;
    padding-bottom: 10px;
  }

  .timer {
    padding-top: 10px;
    flex-direction: row;
  }

  .timer__title {
    font-size: 14px;
    margin-right: 10px;
  }

  .timer__count {
    padding: 5px 5px;
    font-size: 20px;
  }

  .timer__label {
    font-size: 12px;
    padding-top: 4px;
    text-align: center;
  }

  .timer__icon {
    margin-right: 8px;
  }

  .about__buttons {
    padding-top: 50px;
  }

  .button-2 {
    margin-left: 20px;
  }

  .button--red {
    padding: 17px 31px 16px;
  }

  .about__buttons {
    justify-content: flex-start;
    padding-left: 4px;
    padding-right: 4px;
  }

  .about__buttons .button--red {
    margin-right: 20px;
  }

  .button--red .button__text {
    font-size: 14px;
  }

  .overview__text .overview__title {
    padding-bottom: 16px;
  }

  .overview__text .overview__sub-title {
    width: 100%;
    line-height: 22px;
  }

  .lists__content {
    flex-direction: column;
    border: none;
    padding: 0;
  }

  .lists__data {
    width: 100%;
    border-top: 1px solid #e8e8e8;
  }

  .lists__label {
    font-size: 14px;
    line-height: 22px;
    padding-bottom: 12px;
  }

  .lists__title {
    line-height: 32px;
  }

  /* section {
    padding: 40px 0;
  } */

  section.overview {
    /* padding-top: 80px; */
  }

  .about .grid__container {
    padding: 0 20px;
  }

  .main-heading {
    font-size: 32px;
    line-height: 40px;
  }

  .cards {
    width: 100%;
    padding: 32px 0 0;
  }

  .cards:first-child {
    padding-top: 40px;
  }

  .how-is-it-unique .lists__title {
    font-size: 18px;
  }

  .cards__dsc {
    padding-top: 12px;
    line-height: 22px;
  }

  .cards__title {
    line-height: 20px;
    padding-top: 5px;
  }

  .why-us-equities .grid__container {
    flex-wrap: wrap;
  }

  .why-us-equities .right {
    width: 100%;
  }

  .why-us-equities .left {
    width: 100%;
    padding-top: 0;
    padding-right: 0;
    align-items: flex-start;
    flex-wrap: nowrap;
    flex-direction: unset;
    justify-content: space-between;
    padding-bottom: 40px;
  }

  .why-us-images {
    width: 40%;
  }

  .mbl_left_img {
    display: block;
    overflow: hidden;
  }

  .mbl_left_img1 {
    width: 60%;
    display: block;
    height: 180px;
    padding-right: 20px;
  }

  .mbl_left_img2 {
    /* width: 120px; */
    height: 80px;
    margin-bottom: 20px;
    width: 100%;
  }

  .mbl_left_img3 {
    /* width: 120px; */
    width: 100%;
    height: 80px;
  }

  .why-us-equities .lists__sub-label {
    line-height: 22px;
    padding-top: 12px;
  }

  .why-us-equities .lists__title {
    font-size: 18px;
    line-height: 24px;
  }

  .portfolio .left {
    padding-bottom: 0;
  }

  .lists__sub-label span {
    color: #000;
    margin-top: 12px;
    display: block;
  }

  .about-fof .left,
  .about-fof .right {
    width: 100%;
  }

  .about-fof .grid__container {
    flex-wrap: wrap;
  }

  .about-fof::before {
    width: 100%;
  }

  .about-fof {
    padding: 0px 0 0px;
    margin: 40px 0 80px;
  }

  .about-fof .left {
    padding-right: 0;
    padding-bottom: 40px;
  }

  .about-fof::before {
    top: 40px;
  }

  .about-fof_sub-title {
    padding-top: 32px;
    line-height: 22px;
  }

  .about-fof_sub-title2 {
    padding-top: 40px;
    font-size: 12px;
    line-height: 18px;
  }

  .investment-strategy .sub-heading {
    font-size: 18px;
    padding-top: 8px;
    line-height: 30px;
  }

  .investment-strategy .cards {
    padding-top: 40px;
  }

  .investment-strategy .cards__dsc {
    padding-top: 12px;
  }

  .invest .main-heading {
    padding-bottom: 20px;
  }

  .box {
    padding-top: 32px;
  }

  .box__content p {
    padding: 20px;
    line-height: 22px;
  }

  .box:nth-child(odd) {
    padding-left: 40px;
  }

  .box:nth-child(even) {
    padding-right: 40px;
  }

  .icon__left img {
    top: -25px;
    left: -25px;
    width: 50px;
    height: 50px;
  }

  .icon__right img {
    top: -25px;
    right: -25px;
    width: 50px;
    height: 50px;
  }

  .annualised .main-heading {
    font-size: 18px;
    line-height: 30px;
  }

  .annualised__inner {
    padding-top: 40px;
  }

  .annualised__image-wrapper img {
    height: 250px;
    width: auto;
  }

  .annualised__image-wrapper {
    overflow-y: hidden;
    overflow-x: scroll;
  }

  .annualised__inner .lists__sub-label {
    font-size: 12px;
    line-height: 18px;
  }

  .fund-facts__inner {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }

  .fund-facts__image-wrapper img {
    height: 200px;
    /* width: 160px; */
    padding-right: 0;
  }

  .fund-facts__title {
    font-size: 18px;
    line-height: 30px;
    padding-top: 12px;
  }

  .fund-facts__dsc,
  .fund-facts .lists__sub-label {
    font-size: 14px;
    line-height: 22px;
    padding-right: 0;
    padding-top: 24px;
  }

  .fund-facts .lists__sub-label {
    font-size: 14px;
    line-height: normal;
    padding-top: 8px;
  }

  .fund-facts__dsc {
    line-height: 22px !important;
    padding-top: 24px !important;
  }

  .fund-facts .mbl-mt-20 {
    margin-top: 20px;
  }

  .fund-facts .lists__content .lists__sub-label {
    line-height: 24px;
  }

  .Product-info__inner .main-heading {
    font-size: 24px;
    line-height: 36px;
  }

  .Product-info__inner {
    flex-wrap: wrap;
  }

  .Product-info__content h3 {
    font-size: 14px;
    line-height: 24px;
    padding-top: 24px;
  }

  .Product-info__content ul li {
    padding: 0 0 12px;
    line-height: 22px;
  }

  .Product-info__content p {
    padding-right: 0;
    padding-top: 12px;
  }

  .product-info .left_side {
    padding-right: 0;
  }

  .product-info .right_side {
    width: 100%;
    padding-top: 40px;
  }

  /* .product-info .right_side img {
            width: 100%;
        } */

  .Product-info__inner .right_side p {
    font-size: 14px;
    line-height: 22px;
    padding-top: 15px;
  }

  .Product-info__inner:nth-child(2) .main-heading {
    padding-top: 80px;
  }

  .Product-info__inner:nth-child(2) ul {
    width: 100%;
    padding-top: 32px;
  }

  .Product-info__inner:nth-child(2) ul li {
    padding-bottom: 20px;
  }

  section.product-info {
    padding-bottom: 80px;
  }

  .get-in-touch .grid__container {
    flex-wrap: wrap;
  }

  .get-in-touch .left {
    width: 100%;
    padding-right: 0;
  }

  .get-in-touch .right {
    width: 100%;
  }

  .get-in-touch::after {
    /* display: none; */
    width: 100%;
    top: 46%;
    height: 575px;
  }

  .get-in-touch .main-heading {
    padding-top: 60px;
    line-height: 40px;
  }

  .get-in-touch .sub-heading {
    line-height: 22px;
    padding: 16px 0 32px 0;
  }

  .download {
    width: 100%;
    flex-basis: inherit;
  }

  .download a {
    font-size: 14px;
    line-height: 24px;
    padding-left: 16px;
  }

  .get-in-touch__form-wrapper form {
    padding-left: 0;
  }

  .get-in-touch .right .main-heading {
    padding: 80px 0 60px;
    line-height: 40px;
  }

  .form-wrapper .form .form__input-wrapper {
    margin-bottom: 48px;
  }

  .news {
    padding-top: 100px;
  }

  .news__cards {
    width: 1000px;
    justify-content: unset;
  }

  .news__wrapper {
    overflow-x: scroll;
    width: 100vw;
  }

  .news__card {
    width: 300px;
    margin-right: 20px;
  }

  .news__title {
    font-size: 18px;
    line-height: 26px;
  }

  .news__card a {
    font-size: 14px;
  }

  .footer {
    padding: 60px 0;
  }

  .disclaimer p {
    font-size: 12px;
    line-height: 18px;
  }

  section.get-in-touch {
    padding-bottom: 100px;
  }

  .has-submitted.get-in-touch__form-wrapper .form-wrapper__success,
  .has-failed-to-submit.get-in-touch__form-wrapper .form-wrapper__error {
    padding-left: 0;
    padding-right: 0;
  }

  .has-submitted.get-in-touch .right .main-heading,
  .has-failed-to-submit.get-in-touch .right .main-heading {
    padding-top: 60px;
  }

  .form-wrapper__error,
  .form-wrapper__success {
    height: 520px;
  }

  .form-wrapper .form-wrapper__error .form-wrapper__success-icon,
  .form-wrapper .form-wrapper__success .form-wrapper__success-icon {
    width: 48px;
    height: 48px;
  }

  .has-failed-to-submit .form-wrapper__error .main-heading span,
  .has-submitted .form-wrapper__success .main-heading span {
    padding-left: 12px;
  }

  .form-wrapper__success .button,
  .form-wrapper__error .button,
  .form-wrapper__error .button,
  .form-wrapper__success .button {
    margin-left: 59px;
  }

  .page {
    overflow-x: hidden;
  }

  .header .header__logo img {
    padding-right: 0;
  }

  .header .nav .nav__item {
    font-size: 12px;
  }

  .header .nav .nav__item:not(:first-child) {
    margin-left: 16px;
  }

  .header .nav {
    justify-content: flex-end;
  }

  .header {
    box-shadow: 0px 3px 6px #0000001f;
    border-bottom: none;
  }

  .about__buttons.scrolled {
    position: fixed;
    bottom: 0px;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    padding: 8px 24px;
    z-index: 9;
    animation-name: fadeIn;
    animation-duration: 0.8s;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    transform: translateY(100%);
    will-change: transform;
    /* animation-delay: 1000ms; 
     transition: ease-in; */
    /* transition: opacity 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; */
  }

  .about__buttons.scrolled .button-2 {
    padding: 17px 28px 16px;
  }

  .about__buttons.scrolled a,
  .about__buttons.scrolled .button-2 {
    width: 50%;
  }

  .about__buttons.scrolled a button {
    width: 100%;
  }

  .about-wrapper {
    row-gap: 30px;
  }

  .download-wrapper,
  .about-wrapper {
    flex-direction: column;
  }
}

.scroll-img {
  /* animation-name: animateScrollArrow; */
  animation: animateScrollArrow 1s infinite;
}

/*
* Fade In
*/

@keyframes fadeIn {
  from {
    transform: translateY(100%);
  }

  to {
    transform: translateY(0%);
  }
}

/*
* Fade In Down
*/
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 4px, 0);
    transform: translate3d(0, 4px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 4px, 0);
    transform: translate3d(0, 4px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes animateScrollArrow {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  25% {
    opacity: 1;
  }

  50% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  75% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
}

@keyframes animateScrollArrow {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  25% {
    opacity: 1;
  }

  50% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  75% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}

/* 
	* Loading Dots 
	*/
@-webkit-keyframes dot-keyframes {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes dot-keyframes {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/*vivek custome*/

.p-t-10 {
  padding-top: 10px;
}

.p-t-15 {
  padding-top: 15px;
}

.p-t-20 {
  padding-top: 20px;
}

.p-l-10 {
  padding-left: 10px;
}

.p-l-15 {
  padding-left: 15px;
}

.p-l-20 {
  padding-left: 20px;
}

.text-just {
  text-align: justify;
}

.t-i {
  font-style: italic;
}

.f-s-10 {
  font-size: 10px;
}

thead {
  display: table-header-group;
}

.table {
  border-collapse: collapse !important;
}

.table td,
.table th {
  background-color: #fff !important;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #ddd !important;
}

table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  font-size: 14px;
}


.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>td {
  border-top: 0;
}

.table>tbody+tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed>thead>tr>th,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #bc8cbf;
}

.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
  border: 1px solid #ddd;
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
  border-bottom-width: 2px;
}

.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover>tbody>tr:hover {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}

.table>thead>tr>td.active,
.table>tbody>tr>td.active,
.table>tfoot>tr>td.active,
.table>thead>tr>th.active,
.table>tbody>tr>th.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>tbody>tr.active>td,
.table>tfoot>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr.active>th,
.table>tfoot>tr.active>th {
  background-color: #f5f5f5;
}

.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover,
.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr.active:hover>th {
  background-color: #e8e8e8;
}

.table>thead>tr>td.success,
.table>tbody>tr>td.success,
.table>tfoot>tr>td.success,
.table>thead>tr>th.success,
.table>tbody>tr>th.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>tbody>tr.success>td,
.table>tfoot>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr.success>th,
.table>tfoot>tr.success>th {
  background-color: #dff0d8;
}

.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover,
.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr.success:hover>th {
  background-color: #d0e9c6;
}

.table>thead>tr>td.info,
.table>tbody>tr>td.info,
.table>tfoot>tr>td.info,
.table>thead>tr>th.info,
.table>tbody>tr>th.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>tbody>tr.info>td,
.table>tfoot>tr.info>td,
.table>thead>tr.info>th,
.table>tbody>tr.info>th,
.table>tfoot>tr.info>th {
  background-color: #d9edf7;
}

.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover,
.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr.info:hover>th {
  background-color: #c4e3f3;
}

.table>thead>tr>td.warning,
.table>tbody>tr>td.warning,
.table>tfoot>tr>td.warning,
.table>thead>tr>th.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>tbody>tr.warning>td,
.table>tfoot>tr.warning>td,
.table>thead>tr.warning>th,
.table>tbody>tr.warning>th,
.table>tfoot>tr.warning>th {
  background-color: #fcf8e3;
}

.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover,
.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr.warning:hover>th {
  background-color: #faf2cc;
}

.table>thead>tr>td.danger,
.table>tbody>tr>td.danger,
.table>tfoot>tr>td.danger,
.table>thead>tr>th.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>tbody>tr.danger>td,
.table>tfoot>tr.danger>td,
.table>thead>tr.danger>th,
.table>tbody>tr.danger>th,
.table>tfoot>tr.danger>th {
  background-color: #f2dede;
}

.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover,
.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr.danger:hover>th {
  background-color: #ebcccc;
}

.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }

  .table-responsive>.table {
    margin-bottom: 0;
  }

  .table-responsive>.table>thead>tr>th,
  .table-responsive>.table>tbody>tr>th,
  .table-responsive>.table>tfoot>tr>th,
  .table-responsive>.table>thead>tr>td,
  .table-responsive>.table>tbody>tr>td,
  .table-responsive>.table>tfoot>tr>td {
    white-space: nowrap;
  }

  .table-responsive>.table-bordered {
    border: 0;
  }

  .table-responsive>.table-bordered>thead>tr>th:first-child,
  .table-responsive>.table-bordered>tbody>tr>th:first-child,
  .table-responsive>.table-bordered>tfoot>tr>th:first-child,
  .table-responsive>.table-bordered>thead>tr>td:first-child,
  .table-responsive>.table-bordered>tbody>tr>td:first-child,
  .table-responsive>.table-bordered>tfoot>tr>td:first-child {
    border-left: 0;
  }

  .table-responsive>.table-bordered>thead>tr>th:last-child,
  .table-responsive>.table-bordered>tbody>tr>th:last-child,
  .table-responsive>.table-bordered>tfoot>tr>th:last-child,
  .table-responsive>.table-bordered>thead>tr>td:last-child,
  .table-responsive>.table-bordered>tbody>tr>td:last-child,
  .table-responsive>.table-bordered>tfoot>tr>td:last-child {
    border-right: 0;
  }

  .table-responsive>.table-bordered>tbody>tr:last-child>th,
  .table-responsive>.table-bordered>tfoot>tr:last-child>th,
  .table-responsive>.table-bordered>tbody>tr:last-child>td,
  .table-responsive>.table-bordered>tfoot>tr:last-child>td {
    border-bottom: 0;
  }
}

.t-b {
  color: black;
}

.l-h-20 {
  line-height: 20px;
}

.l-h-15 {
  line-height: 20px;
}

.f-r {
  float: right;
}

.c-b {
  color: black;
}

.f-s-11 {
  font-size: 11px;
}

.heading-size {
  font-size: 30px !important;
  text-align: center;
}

.p-b-30 {
  padding-bottom: 30px;
}

.p-t-50 {
  padding-top: 50px;
}

.csschart {
  width: 100%;
}

.cssTable {
  width: 100%;
}

.Imgmobile {
  width: 100%;
}

/* Desktops and laptops ----------- */
@media only screen and (min-width: 1224px) {
  .csschart {
    width: 70% !important;
  }

  .cssTable {
    width: 30% !important;
  }

  .Imgmobile {
    width: 80% !important;
  }
}

/* Large screens ----------- */
@media only screen and (min-width: 1824px) {
  .csschart {
    width: 70% !important;
  }

  .cssTable {
    width: 30% !important;
  }

  .Imgmobile {
    width: 80% !important;
  }
}

.font-b {
  font-weight: bold;
}

.p-b-5 {
  padding-bottom: 5px !important;
}

.color-b {
  color: black;
}

.card {
  width: 600px;
  box-shadow: 4px 4px 4px gray;
  border-radius: 16px;
  background: linear-gradient(to right, #fa7d3e, #f13437);
  color: white;
  transition: transform 0.4s, opacity 1000ms;
}

.card:hover {
  transform: scale(1.2);
}

.card-body {
  width: 540px;
  margin: auto;
}

.container {
  display: grid;
  grid-template-rows: auto auto auto auto;
}

.card-to-right {
  margin: 20px 10px 20px auto;
}

.hr {
  height: 2px;
  background: linear-gradient(to right, rgb(255, 255, 255), transparent);
  margin: 5px 0px;
}

.t-a-c {
  text-align: center;
}

.f-i {
  font-family: "Lato Italic";
  font-style: italic !important;
  font-size: 12px;
}

.f-b-600 {
  font-weight: 600;
  font-family: Verdana, sans-serif !important;
}

.f-b-invest {
  font-family: Verdana, sans-serif !important;
  font-weight: 600;
  font-size: 12px;
}

@media only screen and (max-width: 1920px) and (min-width: 768px) {
  .f-s-20 {
    font-size: 20px;
  }
}

.button__text {
  margin: 0px;
}



.f-f-v {
  font-family: 'Lato Bold';
}

.f-w-600 {
  font-weight: 600;
}

.Product-info__content {
  font-family: 'Lato Regular';
}

.Fund-can-be-suitable .about__buttons {
  justify-content: center;
  padding-top: 17px;
}

.list-item {
  margin-bottom: 10px;
}

.circle-box {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
  /* z-index: 99; */
}

.invest-float-btn,
.download-float-btn {
  transform: translateX(75%);
  margin-bottom: 4px;
}

.float-list {
  position: fixed;
  top: 50%;
  transform: translateY(-40%);
  right: 0;
  z-index: 99;
}

.float-btn {
  background-color: #004880;
  padding: 9.5px 13px;
  color: #fff;
  border-radius: 4px;
}

.invest-float-btn:hover,
.download-float-btn:hover {
  transform: translateX(0);
  transition-property: 160px, auto;
  transition: all 0.5s ease;
}

.float-btn a,
.float-btn a:hover {
  color: #fff;
  text-decoration: none;
}

.link-group {
  display: flex;
  flex-direction: column;
  color: #000;
  background-color: #E3F2FF;
  box-shadow: 0px 1px 1px #00000059;
}

.link-group a:hover {
  /* color: #fff; */
  text-decoration: none;
}

.link-group a {
  color: #000;
  font-size: 12px;
  line-height: 14px;
  padding: 9.5px 13px;
}

.link-group a img {
  width: 18px;
  height: 18px;
}

.float-list-item .link-group a img {
  width: 25px;
  height: 25px;
  /* filter: invert(); */
}

.is-hidden {
  display: none;
}

.close-icon {
  background-image: url("../assets/Images/close.svg");
  width: 24px;
  height: 24px;
  position: absolute;
  right: 40px;
  cursor: pointer;
}

/* .invest-now {
  margin: 30px auto 20px;
} */

.nav-item .invest-now {
  margin: 0;
}

.d_inline {
  display: inline-block;
}

.hide {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .float-list {
    display: none;
  }


  .download span {
    font-size: 15px;
  }

}

@media screen and (max-width: 767px) {
  .desktop-hide {
    display: block !important;
  }

  .mobile-hide {
    display: none !important;
  }

  .Fund-can-be-suitable .heading-size,
  .dynamic-opportunities-head,
  .dynamic-opportunities-head+p {
    padding: 10px;
  }

}

.fund-facts__title+span {
  text-align: left;
}

@media only screen and (max-width: 600px) {
  .nfo-title {
    font-size: 18px;
  }

  .timer__card {
    padding-right: 10px;
  }

  .timer__count {
    line-height: 20px;
  }

  .close-icon {
    top: 25px;
    right: 10px;
  }

  #mainNav {
    padding: 0px 0;
  }

  .section__title {
    font-size: 35px;
    line-height: 45px;
  }

  .fund-facts__title {
    text-align: center;
  }

  .fund-facts__title+span {
    text-align: center;
    display: block;
  }

  h4 {
    font-size: 18px;
  }

}

.p-t-10 {
  padding-top: 10px;
}

.p-t-20 {
  padding-top: 20px;
}

.p-t-30 {
  padding-top: 30px;
}

.p-b-10 {
  padding-bottom: 10px;
}

.p-b-20 {
  padding-bottom: 20px;
}

.p-b-30 {
  padding-bottom: 30px;
}

.p-b-50 {
  padding-bottom: 50px;
}

.display-grid {
  display: grid;
  display: -ms-grid;
}

.alinkcolor a {
  color: rgb(51, 153, 232) !important;
}

.col-width-small {
  width: 100px;
}

.col-width-medium {
  width: 200px;
}

.alinkcolor tr>td {
  width: 25% !important;
}