@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-display: swap;
  src: url(../fonts/IBMPlexSansVar-Roman-48d3454abc00e7e66effe4165923d578.woff2)
      format("woff2 supports variations"),
    url(../fonts/IBMPlexSansVar-Roman-48d3454abc00e7e66effe4165923d578.woff2)
      format("woff2-variations");
  font-weight: 100 700;
}
@font-face {
  font-family: "IBM Plex Sans";
  font-style: italic;
  font-display: swap;
  src: url(../fonts/IBMPlexSansVar-Italic-df26a8aea035eb42dba1a156adff1fdd.woff2)
      format("woff2 supports variations"),
    url(../fonts/IBMPlexSansVar-Italic-df26a8aea035eb42dba1a156adff1fdd.woff2)
      format("woff2-variations");
  font-weight: 100 700;
}

@font-face {
  font-family: "Lato-Regular";
  src: url(../fonts/Lato-Regular.ttf);
}
@font-face {
  font-family: "Lato-Bold";
  src: url(../fonts/Lato-Bold.ttf);
}
@font-face {
  font-family: "Lato-Italic";
  src: url(../fonts/Lato-Italic.ttf);
}

/* include this file for stock related pages */

html {
  width: 100%;
  letter-spacing: 0px;
}
img {
  max-width: 100%;
}
body {
  width: 100%;
  /* font-family: "Lato-Bold", sans-serif !important; */
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0px;
  color: #000000;
}
a:active,
a:hover,
select,
a:focus {
  outline: 0 !important;
  text-decoration: none;
  color: #000;
}
a:focus {
  outline: 0 !important;
  text-decoration: none;
}
button:focus {
  outline: 0 !important;
}
a {
  color: #000;
}
a:hover {
  text-decoration: none;
  /* color: #000; */
}
.mar-0 {
  margin: 0 !important;
}
.padd-0 {
  padding: 0 !important;
}
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
input {
  height: 40px;
}
textarea:focus,
input:focus {
  outline: none !important;
  box-shadow: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-bottom: 0;
}

.container {
  max-width: 1400px;
  width: 100%;
}
.font700 {
  font-weight: 700;
}
.font14 {
  font-size: 14px;
}
.font15 {
  font-size: 15px;
}
.font17 {
  font-size: 17px;
}
.font20 {
  font-size: 20px;
}
.font22 {
  font-size: 22px;
}
.font24 {
  font-size: 24px;
}
.font32,
.font32 a {
  font-size: 32px;
  color: white, impo !important;
}

h2 {
  font-family: "Lato-Bold";
}

/* header css */

.headerSection {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 20px;
  background-color: transparent;
}
.logobox {
  background-color: white;
  padding: 10px;
  /* padding-top: 23px; */
  margin-left: 20px;
  border-radius: 30px 0px 0px 30px;
  height: 60px;
}
.logobox img {
  width: auto;
  height: 40px;
}
.headerNavs ul {
  display: flex;
  padding-top: 22px;
  background: #020f56 !important;
  margin-left: -20px;
  height: 60px;
}
.headerNavs ul li a {
  color: white;
}
.headerNavs ul li {
  margin-left: 14px;
}

/* navbar css */

/* .navbarSection .navbar{background: #ebebeb !important;} */
.navbarSection .navbar {
  /* background: #004f98 !important; */
  background: #020f56 !important;
  margin-left: -15px;
  height: 60px;
}
/* .navbar-light .navbar-nav .nav-link{color: #000;} */
.navbar-light .navbar-nav .nav-link {
  color: #fff;
}
/* .navbarSection {margin-bottom: 10px;} */
.dropdown-hover:hover > .dropdown-menu {
  display: inline-block;
}
.dropdown-hover > .dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
  pointer-events: none;
}
.navbar {
  padding: 0 !important;
}
.nav-link:hover {
  color: #fff !important;
}

.list-group-item {
  padding: 0;
  border: none;
  margin-bottom: 10px;
  font-size: 13px;
}

.list-group.list-group-flush {
  font-family: "Lato-Regular";
}
.list-group.list-group-flush h6 {
  margin-bottom: 10px;
  text-decoration: underline;
}
.apexcharts-tooltip {
  color: black;
  transform: translateX(10px) translateY(10px);
  overflow: visible !important;
  white-space: normal !important;
}
.apexcharts-tooltip-title {
  color: #fff;
  background-color: #020f56 !important;
}
/* news slider section css */

/* .stockwrapper {display: flex;justify-content: center;margin: 0 20px;}
  .carousel-inner {padding: 1em;}
  .carousel-control-prev,.carousel-control-next {background-color: #e1e1e1;width: 5vh;height: 5vh;border-radius: 50%;
  top: 50%;transform: translateY(-50%);} */

/* @media (min-width: 768px) {
      .card img {
          height: 11em;
      }
  } */

/* stock slider box */

.currentStockPrice {
  color: #dddcdc;
  font-size: 14px;
  font-weight: 500;
}
.currentPercent {
  font-size: 13px;
  font-weight: 500;
}
.currentPercent i {
  margin: 0 5px;
}
/* .stockUpdateBox {display: flex;padding: 10px 20px;box-shadow: rgba(0, 0, 0, 0.484) 0px 1px 4px;justify-content: space-between;
  border-radius: 4px; background: #fff;} */
/* .stockUpdtaesSlider {
      padding: 10px 0;
      background-image: linear-gradient(-20deg, #dcb0ed 0%, #99c99c 100%);
  } */
.stockUpdtaesSlider {
  padding: 10px 0;
  background: #fdfdee8f;
}

/* stock slider new css */

.stockLabel {
  display: flex;
  align-items: center;
}
.stockLabel h6 {
  margin-top: 3px;
  margin-right: 10px;
  color: rgb(240, 231, 231) !important;
}
/* .stockUpdtaesSlider .swiper-slide{width: 215px !important;} */
.stockUpdateBox {
  padding: 0 20px;
  border-radius: 4px;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  background: transparent !important;
}
.stockUpdtaesSlider .swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
  font-size: 16px;
}
.stockUpdtaesSlider .swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
  font-size: 16px;
}

/* section heading css */

.sectionHeading {
  font-weight: 500;
  letter-spacing: 0;
  line-height: 45px;
  margin-bottom: 15px;
  position: relative;
  font-family: Lato-Bold;
}
.sectionHeading:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 55px;
  background-color: #b3d7ff;
}
.sectionHeading:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 1px;
  width: 100%; /* max-width: 255px; */
  background-color: #b3d7ff;
}
.apexcharts-title-text {
  color: white !important;
}
.viewMoreLink {
  position: absolute;
  right: 0;
  font-size: 14px;
  font-family: "Lato-Regular";
  padding: 2px;
  height: 15px;
  color: white;
}

/* ticker css */

* {
  box-sizing: border-box;
}
@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.demoadd {
  text-align: center;
  background-color: rgb(250, 252, 123);
  color: black;
  width: 728px;
  height: 90px;
}
.ticker-wrap {
  width: 100%;
  overflow: hidden;
  height: 30px;
  /* .background-color: #ededed; */
  background-color: #4e4d4d8a;
  margin-left: 5px;
  box-sizing: content-box;
  border-bottom: solid;
  border-bottom: thick;
  border-bottom-color: rgb(255, 253, 253);
}
.ticker-wrap .ticker {
  display: inline-block;
  height: 16px;
  line-height: 16px;
  white-space: nowrap;
  padding-right: 100%;
  box-sizing: content-box;
  /* -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: ticker;
    animation-name: ticker;
    -webkit-animation-duration: 30s;
    animation-duration: 90s; */
}
.ticker-wrap .ticker__item {
  display: inline-block;
  padding: 0 2rem;
  margin-left: 230px;
  font-size: 16px;
  color: #ffffff;
  font-family: "Lato-Regular";
  margin-top: 7px;
}
.tickerSection {
  overflow: hidden;
  position: relative;
  margin-left: 5px;
  margin-top: 3px;
}
.breakingNewsTag {
  background: #cd2122;
  display: inline-block;
  color: #fff;
  position: absolute;
  left: 5px;
  top: 0;
  z-index: 999;
  width: 254px;
  padding: 5px;
  padding-right: 15px;
  text-align: right;
  font-size: 14px;
  letter-spacing: 3px;
}
.ticker__item.show {
  position: relative;
  animation: movenews 7s 1;
  animation-direction: normal;
}
@keyframes movenews {
  0% {
    /* top: 28px; */
    margin-left: 101vw;
    opacity: 0;
  }
  10% {
    /* top: 3px; */
    margin-left: 230px;
    opacity: 1;
  }
  90% {
    /* top: 3px; */
    margin-left: 230px;
    opacity: 1;
  }
  100% {
    /* top: -28px; */
    /* margin-left: -101vw; */
    opacity: 0;
  }
}
/* top news section css */

.topNewsSection {
  margin-bottom: 10px;
}
.topNewsHolder {
  padding: 15px;
  box-shadow: rgba(0, 0, 0, 0.484) 0px 1px 4px;
}
.topNewsHeadings {
  margin-bottom: 10px;
  color: white !important;
}
.topNewsHeadings a {
  color: white !important;
}
.topNewsHeadings h2 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: white !important;
}
.topNewsHeadings h2:hover {
  text-decoration: underline;
  color: white !important;
}
.topNewsImgBox img {
  height: 250px;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.topNewsList,
.topNewsList ul li,
.topNewsList a {
  margin-bottom: 10px;
  padding: 0 25px 10px;
  max-width: 436px;
  color: white !important;
}
.topNewsList:hover {
  text-decoration: underline;
}
.topNewsList:before {
  content: "\2022";
  color: #73cae5;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  font-size: 24px;
}

/* most popular news css */

.mostPopularNewsHolder {
  padding: 10px;
  margin-bottom: 10px;
  /* border: 1px solid #ededed; */
  box-shadow: rgba(99, 99, 99, 0.2) 0px 0px 2px 2px;
}
/* .newsNumber {font-size: 40px;height: 80px;width: 80px;padding: 10px;text-align: center;font-family: 'SourceSerifPro-Regular';
  font-weight: 600;color: #DC3545;} */
.popularListTitle {
  display: flex;
  align-items: center;
}
.popularListTitle h5 {
  color: white;
  margin-bottom: 0;
  margin-left: 10px;
}
.popularListTitle h5:hover {
  text-decoration: underline;
}
.newsImg img {
  width: 140px;
  height: 80px;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.484) 0px 1px 4px;
  border-radius: 0px 10px 10px 0px;
}

.popularListItem {
  padding: 10px;
  margin-bottom: 10px;
  border-right: solid;
  border-right-width: thin;
  border-bottom: solid;
  border-bottom-width: thin;
  border-color: rgba(0, 0, 0, 0.16);
  /* box-shadow: rgba(99, 99, 99, 0.2) 0px 0px 2px 2px; */
  background: transparent;
  border-radius: 0px 20px 20px 0px;
}
.popularListItem:hover {
  background: rgba(0, 0, 0, 0.16);
}

.popularNewsNumberBox {
  height: 25px;
  width: 25px;
  display: inline-block;
  background: #64606099;
  text-align: center;
  color: #fff;
  position: absolute;
  left: 25px;
  border-radius: 4px;
}

/* tag cloud css */

.tagCloudHolder {
  padding: 10px;
  background-color: #d1cece0a;
  box-shadow: rgba(0, 0, 0, 0.484) 0px 1px 4px;
  text-align: center;
  margin-bottom: 10px;
  border-radius: 5px;
}
.tagCloudHolder a {
  margin-right: 10px;
  color: #d6cece9d;
}
.tagCloudHolder a:hover {
  text-decoration: underline;
}

/* stock news css */

.stockNewsHolder {
  margin-bottom: 10px;
}
.middleNewsSection {
  margin-bottom: 10px;
}
/* .stockNewsBox {position: relative;height: 100px;border-bottom: 1px solid #d9d9d9;padding: 10px 0;}
  .stockNewsBox .newsImgBox {position: absolute;}
  .stockNewsBox .newsImgBox img {width: 130px;height: 80px;}
  .stockNewsBox .newsDescriptionBox {margin-left: 140px;}
  .stockNewsBox .newsDescriptionBox h5 {overflow: hidden;text-overflow: ellipsis;height: 90px;}
  .shareMarketSection img {width: 100%;object-fit: cover;} */

/* new news card css */
.shareMarketGraphTabHolder {
  background-color: white;
  color: black !important;
  border-radius: 10px 10px 10px 10px;
}
.graphtabs li {
  border: rgba(0, 0, 0, 0.1) !important;
  margin-right: 5px;
  border-radius: 20px 20px 20px 20px !important;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 5px;
}
.graphtabs li,
.graphtabs li a:hover {
  background-color: rgba(0, 125, 255, 1) !important;
  color: white !important;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 15px;
  border-radius: 20px 20px 20px 20px !important;
}
.indicesTabs li a {
  color: white !important;
  background: transparent !important;
  border: rgba(0, 0, 0, 0.1) !important;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 20px 20px 20px 20px !important;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 5px;
}
.indicesTabs li a:hover {
  background-color: white !important;
  color: black !important;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 15px;
  border-radius: 20px 20px 20px 20px !important;
}
.table.table-striped {
  color: white;
}
.newsCardLatest {
  position: relative;
  margin-bottom: 10px;
}
.newsDescription {
  background: rgb(0 0 0 / 22%);
  color: #ffff;
  padding: 10px;
  position: absolute;
  bottom: 0;
  backdrop-filter: blur(5px);
  width: 100%;
}
.newsCardLatestImgBox img {
  height: 230px;
  width: 100%;
  object-fit: cover;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.newsDescription p {
  font-size: 15px;
  font-family: "Lato-Regular";
}

/* latest news image slider css */

.latestNewsHolder {
  padding: 10px;
  border-left: solid;
  border-right: solid;
  border-left-width: thin;
  border-right-width: thin;
  border-color: rgba(0, 0, 0, 0.16);

  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.484) 0px 1px 4px;
}
.latestNewsHolder .latestnewsSlider img {
  height: 350px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

* {
  box-sizing: border-box;
}
.mySlides1,
.mySlides2 {
  display: none;
}
img {
  vertical-align: middle;
}

/* Slideshow container */
.latestnewsSlider .slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.latestnewsSlider .prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.latestnewsSlider .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a grey background color */
.latestnewsSlider .prev:hover,
.next:hover {
  background-color: #f1f1f1;
  color: black;
}

/* The dots/bullets/indicators */
.latestnewsSlider .dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/* .active, .dot:hover {
      background-color: #717171;
  } */

/* Number text (1/3 etc) */
.latestnewsSlider .numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
  background: #000;
}

/* Caption text */

.latestnewsSlider .captionText {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 20px;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: left;
  left: 0;
  font-family: lato-regular;
  background: #00000085;
  backdrop-filter: blur(5px);
}
.latestnewsSlider .captionDate {
  font-size: 13px;
  font-weight: normal;
}
.latestNewsSmallNewsCardBox .newsDescriptionListBox {
  margin-bottom: 10px;
}
.mustreadtabhead li a {
  color: white !important;
  background: transparent !important;
  border: rgba(0, 0, 0, 0.1) !important;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 20px 20px 20px 20px !important;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 5px;
}
.mustreadtabhead li a:hover {
  background-color: white !important;
  color: black !important;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 15px;
  border-radius: 20px 20px 20px 20px !important;
}
.mustreadcontent {
  background: rgba(255, 106, 0, 0.69) !important;
  border-radius: 10px;
}
.quotestabhead li a {
  color: white !important;
  background: transparent !important;
  border: rgba(0, 0, 0, 0.1) !important;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 20px 20px 20px 20px !important;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 5px;
}
.quotestabhead li a:hover {
  background-color: white !important;
  color: black !important;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 15px;
  border-radius: 20px 20px 20px 20px !important;
}
/* trending stock slider css */

.trendingNewsSilder {
  font-family: "Lato-Regular";
  width: 100%;
  overflow: hidden;
}
.trendingStockCard {
  padding: 10px;
  margin-top: 5px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 1px;
  /* background: linear-gradient(
      90deg,
      rgba(27, 121, 9, 1) 0%,
      rgba(0, 255, 154, 1) 48%,
      rgba(27, 121, 9, 1) 100%
    ); */
  /* background: linear-gradient(
      90deg,
      rgba(16, 16, 215, 1) 0%,
      rgba(65, 65, 249, 1) 48%,
      rgba(16, 16, 215, 1) 100%
    ); */
  background: transparent;
  border-radius: 0 10px 0 10px;
}
.trendingStockCard .stockPrice {
  font-size: 18px;
  margin-right: 10px;
}
.trendingStockCard .companyName {
  color: orange;
  font-size: 16px;
  font-weight: 600;
}
.trendingStockCard .companyNameactive {
  color: #00c3f4 !important;
  font-size: 16px;
  font-weight: 600;
}
.trendingStockCard .changePercent {
  font-size: 14px;
}
.trendingStockCard i {
  font-size: 20px;
  vertical-align: bottom;
  margin-right: 5px;
}
.trendingStockSliderHolder {
  height: 110px;
  border-left: 5px solid orange;
  border-right: 2px solid orange;
  border-bottom: 2px solid orange;
  border-top: 5px solid orange;
  position: relative;
  border-radius: 0 10px 0 10px;
  margin-bottom: 20px;
  padding: 10px;
}
.trendingBoxHeading {
  position: absolute;
  top: -19px;
  /* background: #090979; */
  background: radial-gradient(
    circle,
    rgba(254, 188, 100, 1) 0%,
    rgba(246, 141, 0, 1) 100%
  );
  padding-top: 3px;
  left: 20px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 5px 5px 5px 5px;
}
.trendingBoxHeading2 {
  background: radial-gradient(
    circle,
    rgba(76, 189, 219, 1) 0%,
    rgba(14, 159, 198, 1) 100%
  ) !important;
}
.trendingStockHolder {
  padding: 20px 10px;
  /* box-shadow: rgba(0, 0, 0, 0.484) 0px 1px 4px; */
  margin-bottom: 1px;
}
.trendingStockSliderHolder.mostActiveSliderHolder {
  border-color: #00c3f4;
}
.trendingStockSliderHolder.mostActiveSliderHolder:last-child {
  margin-bottom: 0;
}

/* video section css */

.videoSection .latestNewsHolder.videoHolder {
  /* background: linear-gradient(360deg, #3a3939 10%, #494949 360%); */
  /* border-color: rgba(7, 106, 57, 0.606); */
  /* background-color: rgba(7, 106, 57, 0.514); */
  padding: 20px;
  border-radius: 10px 10px 10px 10px;
}
.videoSection .newsHeadlineBox {
  color: #fff;
}
.videoSection .newsHeadlineBox:hover {
  text-decoration: underline;
}
.videoHolder iframe {
  width: 100%;
  height: 280px;
}

/* mutual fund tabs css */

.mutualFundSection {
  margin-bottom: 20px;
}
.mutualFundTabHolder .responsive-tabs.tabs > nav ul li a {
  color: #000;
  padding: 2px 15px;
}
.mutualFundTabHolder .responsive-tabs.tabs > nav ul li a i {
  margin-right: 10px;
}
.mutualFundTabHolder .responsive-tabs.tabs > nav ul li {
  border: none;
  margin-right: 30px;
}
.mutualFundTabHolder .responsive-tabs.tabs > nav ul {
  margin-bottom: 10px;
}
.mutualFundTabHolder {
  padding: 10px;
  box-shadow: rgba(0, 0, 0, 0.484) 0px 1px 4px;
}
.mutualFundCard {
  font-family: "Lato-Regular";
  width: 420px;
  background: #ecfbff;
  padding: 8px 15px;
  box-shadow: rgba(0, 0, 0, 0.484) 0px 1px 4px;
  margin-bottom: 10px;
}
.fundDescriptionBox {
  display: flex;
  justify-content: space-between;
}
.mutualFundCardHolder {
  width: 420px;
}
.mutualFundTitle h5 {
  font-size: 14px;
  font-family: "Lato-Bold";
  margin-bottom: 5px;
}
.mutualFundTitle {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.fundDescriptionBox P {
  font-size: 10px;
  color: grey;
}
.yearReturn {
  font-family: "Lato-Bold";
  font-size: 14px;
}
.fundSize {
  font-size: 14px;
}
.investNowBtn {
  background: orange;
  padding: 5px 8px;
  border-radius: 4px;
  font-size: 11px;
  font-family: "Lato-Bold";
  color: #fff;
  display: block;
}
.investNowBtn:hover {
  color: #fff;
}
.fundProgressBar {
  width: 100%;
  height: 3px;
  position: relative;
  background-color: gray;
}
.fundProgressBar::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 3px;
  width: 90%;
  background: orange;
}
.fundCategory {
  font-size: 12px;
}
.categoryReturns p {
  margin-bottom: 6px;
}
.mutualFundSection .swiper-slide {
  max-width: 440px !important;
  width: 100% !important;
}
.checked {
  color: orange;
}
.starRating span {
  font-size: 10px;
}
.mutualFundCardHolder h6 {
  margin-bottom: 10px;
}

/* news box section css */

.newsCardBox {
  box-shadow: rgba(0, 0, 0, 0.484) 0px 1px 4px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.newsGradientBox {
  position: relative;
}
.gradientOnImgBox {
  height: 108px;
  width: 100%;
  background: linear-gradient(
    transparent 0%,
    rgba(212, 212, 208, 0.8) 56%,
    #d4d4d0 100%
  );
  position: absolute;
  bottom: 0;
}
.newsCardBox .card-body {
  background: #d4d4d0;
}
.newsCardBox.greenCardBox .gradientOnImgBox {
  background: linear-gradient(
    transparent 0%,
    rgba(206, 227, 227, 0.8) 56%,
    #cee3e3 100%
  );
}
.newsCardBox.greenCardBox .card-body {
  background: #cee3e3;
}
.newsCardBox.orangeCardBox .gradientOnImgBox {
  background: linear-gradient(
    transparent 0%,
    rgba(247, 243, 236, 0.8) 56%,
    #f7f3ec 100%
  );
}
.newsCardBox.orangeCardBox .card-body {
  background: #f7f3ec;
}
.newsCardBox.blueCardBox .gradientOnImgBox {
  background: linear-gradient(
    transparent 0%,
    rgba(205, 211, 230, 0.8) 56%,
    #cdd3e6 100%
  );
}
.newsCardBox.blueCardBox .card-body {
  background: #cdd3e6;
}
.newsCardBox.pinkCardBox .gradientOnImgBox {
  background: linear-gradient(
    transparent 0%,
    rgba(241, 242, 242, 0.8) 66%,
    #f1f2f2 100%
  );
}
.newsCardBox.pinkCardBox .card-body {
  background: #f1f2f2;
}
.newsCardBox.purpleCardBox .gradientOnImgBox {
  background: linear-gradient(
    transparent 0%,
    rgba(203, 212, 249, 0.8) 56%,
    #cbd4f9 100%
  );
}
.newsCardBox.purpleCardBox .card-body {
  background: #cbd4f9;
}
.newsCardBox.yellowCardBox .gradientOnImgBox {
  background: linear-gradient(
    transparent 0%,
    rgba(255, 233, 150, 0.8) 56%,
    #ffe996 100%
  );
}
.newsCardBox.yellowCardBox .card-body {
  background: #ffe996;
}
.newsCardBox.skyblueCardBox .gradientOnImgBox {
  background: linear-gradient(
    transparent 0%,
    rgba(169, 221, 232, 0.8) 56%,
    #a9dde8 100%
  );
}
.newsCardBox.skyblueCardBox .card-body {
  background: #a9dde8;
}
.newsCardBox.parrotgreenCardBox .gradientOnImgBox {
  background: linear-gradient(
    transparent 0%,
    rgba(201, 248, 162, 0.8) 56%,
    #c9f8a2 100%
  );
}
.newsCardBox.parrotgreenCardBox .card-body {
  background: #c9f8a2;
}

.newsCardBox img {
  height: 230px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.newsCardImgBox {
  transition: 0.5s ease;
}
.newsCardBox:hover .newsCardImgBox {
  opacity: 0.7;
}
.newsCardBox:hover .newsTextBox h6 {
  text-decoration: underline;
}
.newsTextBox {
  position: absolute;
  bottom: 25px;
  padding: 16px;
}
.newsTextBox p {
  font-size: 12px;
  font-family: "Lato-Regular";
}
.newsTextBox h6 {
  margin-bottom: 10px;
  line-height: 22px;
}
.newsUpdateTime {
  margin-left: 10px;
}

/* mutual fund tabs css */

/* category wise news vertical tab css */

/* Style the tab */
.tab {
  float: left;
  border: 1px solid #ededed;
  width: 20%;
  height: auto;
}

/* Style the buttons inside the tab */
.tab button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 12px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 15px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #e6ffe6;
}

/* Create an active/current "tab button" class */
.tab button.active {
  background-color: #e6ffe6;
}

/* Style the tab content */
.tabcontent {
  float: left;
  padding: 12px;
  border: 1px solid #ededed;
  width: 80%;
  border-left: none;
  height: auto;
}
.categoryNewsTabHolder {
  box-shadow: rgba(0, 0, 0, 0.484) 0px 1px 4px;
  padding: 10px;
}
.verticalslide {
  margin: 0 !important;
}
.verticalslide li a {
  color: white !important;
  background: transparent !important;
  border: rgba(0, 0, 0, 0.1) !important;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 20px 0px 0px 20px !important;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 5px;
}
.verticalslide li a:hover {
  background-color: white !important;
  color: black !important;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 15px;
  border-radius: 20px 0px 0px 20px !important;
}
.verticalslide.responsive-tabs.tabs > div.content {
  margin-left: 150px;
}
.verticalslide.responsive-tabs.tabs > nav {
  position: absolute;
  left: 0;
}
.verticalslide .active {
  border-radius: 20px 0px 0px 20px !important;
}
.responsive-tabs.tabs {
  position: relative;
}
.newsCardLatest:hover .newsDescription p {
  text-decoration: underline;
}

/* financial tools css */

.marketmap p {
  color: white !important;
  width: 100px;
  text-align: center;
}
.marketToolBox {
  text-align: center;
  background: #bdc5f7;
  padding: 10px;
  width: 100px;
  height: 100px;
  border-radius: 0px 7px 0px 7px;
  box-shadow: rgba(0, 0, 0, 0.484) 0px 1px 4px;
}
.marketToolBox:hover {
  box-shadow: rgba(255, 255, 255, 0.484) 0px 1px 4px;
}
.marketToolsHolder {
  padding: 10px;
  padding-left: 20px;
}
.marketmap {
  margin-top: 10px;
}
/* .marketmap img {
    width: 100px;
    height: 100px;
    border-radius: 10px 10px 0px 0px !important;
  } */

.financialToolsHolder {
  padding: 10px 20px;
  box-shadow: rgba(0, 0, 0, 0.484) 0px 1px 4px;
}
.financialToolsHolder .content {
  background-color: rgba(255, 255, 255, 0.268);
  border-radius: 0px 10px 10px 10px !important;
}
.fttabs li a {
  background: rgba(255, 255, 255, 0.268) !important;
  color: rgb(207, 206, 206) !important;
  border: rgba(0, 0, 0, 0.1) !important;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 10px 10px 0px 0px !important;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 5px;
}
.fttabs li a:hover {
  background-color: white !important;
  color: black !important;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 15px;
  border-radius: 10px 10px 0px 0px !important;
}
.fttabs > nav ul li {
  margin-right: 5px;
}
.fttabs > nav ul li.active a {
  /* background: rgba(255, 255, 255, 0.268) !important; */
  /* color: rgb(81, 255, 0) !important; */
  color: white !important;
  border-radius: 10px 10px 0px 0px !important;
}
.fttabs > nav ul li.active a:hover {
  background-color: white !important;
  color: black !important;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 15px;
  border-radius: 10px 10px 0px 0px !important;
}
/* news description list css */

.newsDescriptionListBox {
  position: relative;
  height: 80px;
  border-radius: 4px;
  padding: 5px;
}
.newsDescriptionListBox:hover {
  text-decoration: underline;
}
.newsDescriptionImgBox {
  position: absolute;
  left: 5px;
}
.newsDescriptionImgBox img {
  height: 70px;
  width: 105px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 0px 10px 10px 0px;
}
.newsHeadlineBox h6 {
  color: white !important;
}
.newsHeadlineBox {
  margin-left: 120px;
  height: 62px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  max-height: 70px;
  text-align: justify;
}

/* horizontal news card css */

.newsCardHorizontal {
  margin-bottom: 100px;
}
.horizontalNewsImgBox {
  margin-bottom: 10px;
}
.horizontalNewsImgBox img {
  border-radius: 4px;
  object-fit: cover;
  width: 100%;
  height: 178px;
}
.horizontalNewsHeadlineBox {
  height: 50px;
}
.HorizontalNewsCard {
  padding: 10px;
  box-shadow: rgba(0, 0, 0, 0.484) 0px 1px 4px;
  border-radius: 4px;
  margin-bottom: 10px;
}

/* news tabs section css */

.newstabHolder {
  padding: 10px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 5px 10px;
}
.newstabHolder .responsive-tabs.tabs > nav ul {
  margin-bottom: 20px;
}
.newstabHolder .responsive-tabs.tabs > nav ul li {
  border: none;
}
.newstabHolder .responsive-tabs.tabs > nav ul li a {
  padding: 4px 15px;
  font-size: 14px;
}
.newstabHolder .responsive-tabs.tabs > nav ul li.active {
  border: 1px solid rgb(245, 237, 237);
  border-radius: 10px;
}

/* share market section css */

.shareMarketTableHolder table {
  font-size: 13px;
  font-family: "Lato-Bold";
  box-shadow: rgba(0, 0, 0, 0.484) 0px 1px 4px;
}
.high {
  color: #22b06e;
}
.low {
  color: #f32e2e;
}
.shareMarketTableHolder table .stockPrice {
  color: yellow;
}
.webstoriesAccordian {
  padding: 10px;
  box-shadow: rgba(0, 0, 0, 0.484) 0px 1px 4px;
}
.newstabHolder.shareMarketGraphTabHolder {
  margin-bottom: 20px;
}
.marketGraphBox {
  background-color: rgba(255, 255, 255, 0.045);
  border-radius: 1rem !important;
  box-shadow: rgba(0, 0, 0, 0.484) 0px 1px 4px;
}

/* quotes and dashboards css */

.stockGridHolder .grid-container {
  display: grid;
  grid-template-columns: auto auto auto auto auto;
  box-shadow: rgba(0, 0, 0, 0.484) 0px 1px 4px;
}
.stockGridHolder .grid-item {
  /* background-color: rgba(255, 255, 255, 0.8); */
  /* border: 1px solid rgba(0, 0, 0, 0.8); */
  padding: 10px;
  font-size: 10px;
  text-align: center;
}

.grid-item.gridBox1 {
  background: #99e699;
}
.grid-item.gridBox2 {
  background: #85e085;
}
.grid-item.gridBox3 {
  background: #70db70;
}
.grid-item.gridBox4 {
  background: #5cd65c;
}
.grid-item.gridBox5 {
  background: #47d147;
}

.grid-item.gridBox6 {
  background: #fff2f2;
}
.grid-item.gridBox7 {
  background: #ffeaea;
}
.grid-item.gridBox8 {
  background: #fee2e2;
}
.grid-item.gridBox9 {
  background: #fedada;
}
.grid-item.gridBox10 {
  background: #fed2d2;
}

.grid-item.gridBox11 {
  background: #fec9c9;
}
.grid-item.gridBox12 {
  background: #fec1c1;
}
.grid-item.gridBox13 {
  background: #feb9b9;
}
.grid-item.gridBox14 {
  background: #feb1b1;
}
.grid-item.gridBox15 {
  background: #ffa9a9;
}

.grid-item.gridBox16 {
  background: #ffa1a1;
}
.grid-item.gridBox17 {
  background: #f99;
}
.grid-item.gridBox18 {
  background: #ff9090;
}
.grid-item.gridBox19 {
  background: #f88;
}
.grid-item.gridBox20 {
  background: #f88;
}

.grid-item.gridBox21 {
  background: #ff8080;
}
.grid-item.gridBox22 {
  background: #ff7878;
}
.grid-item.gridBox23 {
  background: #ff7070;
}
.grid-item.gridBox24 {
  background: #ff6868;
}
.grid-item.gridBox25 {
  background: #ff5f5f;
}

.grid-item.gridBox26 {
  background: #ff5757;
}
.grid-item.gridBox27 {
  background: #ff4f4f;
}
.grid-item.gridBox28 {
  background: #ff4747;
}
.grid-item.gridBox29 {
  background: #ff3f3f;
}
.grid-item.gridBox30 {
  background: #ff3737;
}

.grid-item.gridBox31 {
  background: #ff2e2e;
}
.grid-item.gridBox32 {
  background: #ff2626;
}
.grid-item.gridBox33 {
  background: #ff1e1e;
}
.grid-item.gridBox34 {
  background: #ff1616;
}
.grid-item.gridBox35 {
  background: #ff0e0e;
}

.grid-item.gridBox36 {
  background: #ff0606;
}
.grid-item.gridBox37 {
  background: #fc0000;
}
.grid-item.gridBox38 {
  background: #f40000;
}
.grid-item.gridBox39 {
  background: #ec0000;
}
.grid-item.gridBox40 {
  background: #e40000;
}

.grid-item.gridBox41 {
  background: #dc0000;
}
.grid-item.gridBox42 {
  background: #d40000;
}
.grid-item.gridBox43 {
  background: #c00;
}
.grid-item.gridBox44 {
  background: #c30000;
}
.grid-item.gridBox45 {
  background: #b00;
}

.grid-item.gridBoxNse1 {
  background: #b3f4b5;
}
.grid-item.gridBoxNse2 {
  background: #a5f2a6;
}
.grid-item.gridBoxNse3 {
  background: #97f098;
}
.grid-item.gridBoxNse4 {
  background: #88ee8a;
}
.grid-item.gridBoxNse5 {
  background: #7aec7c;
}

/* market announcement css */

.marketAnnouncementHolder {
  height: 250px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.484) 0px 1px 4px;
  padding: 10px;
}
.marketAnnouncementHolder .mask {
  position: relative;
  left: 0px;
  top: 10px;
  height: 240px;
  overflow: hidden;
}
.marketAnnouncementHolder ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.marketAnnouncementHolder ul li {
  padding: 10px 0px;
  font-size: 14px;
}
.marketAnnouncementHolder ul li span {
  margin-right: 10px;
}
.marketAnnouncementHolder ul li a {
  color: rgb(216, 204, 204);
  text-decoration: none;
}

/* infinite slider css */

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 7));
  }
}
.slider {
  height: 80px;
  margin: auto;
  overflow: hidden;
  position: relative;
}
.slider::before,
.slider::after {
  /* background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%); */
  content: "";
  height: 100px;
  position: absolute;
  width: 200px;
  z-index: 2;
}
.slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}
.slider::before {
  left: 0;
  top: 0;
}
.trendingNewsSilder .slider .slide-track {
  animation: scroll 30s linear infinite;
  display: flex;
  width: calc(250px * 10);
}
.slider .slide {
  height: 100px;
  width: 250px;
  margin-right: 10px;
}

.trendingNewsSilder.mostactiveStockSlider .slider .slide-track {
  animation: scroll 25s linear infinite;
}

/* expert views css */

.expertViewsSection {
  margin-bottom: 40px;
}
.expertViewsHolder {
  padding: 20px 15px;
  background-color: rgba(255, 106, 0, 0.69) !important;
  /* background-image: linear-gradient(62deg, #fbab7e 0%, #f7ce68 100%); */
  box-shadow: rgba(0, 0, 0, 0.484) 0px 1px 4px;
  border-radius: 20px 0px 0px 20px;
}
.expertViewsBox img {
  height: 140px;
  width: 100%;
  object-fit: cover;
  border-radius: 20px 0px 0px 20px;
}
.expertViewsHolder .carousel-indicators {
  bottom: -50px;
}

/* footer css */
.footerLogoBox img {
  width: 300px;
  margin-bottom: 20px;
}
.footerMenus ul {
  display: flex;
}
.footerMenus ul li {
  padding-left: 11px;
  border-right: 1px solid #000;
  padding-right: 11px;
  margin-bottom: 10px;
}
.footerSection {
  padding: 30px 0;
  background: #ededed;
  color: black;
}
.footerHolder {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  font-family: "Lato-Regular";
  margin-bottom: 10px;
}
.socialBox ul {
  display: flex;
}
.socialBox ul li {
  margin-right: 15px;
  font-size: 18px;
}
.footerHolder h6 {
  margin-bottom: 10px;
  font-family: "Lato-Bold";
}
.disclaimerBox p {
  font-family: "Lato-Regular";
  font-size: 8px;
  color: black;
}

/*media query css start here*/

@media screen and (max-width: 1199px) {
}
@media screen and (max-width: 991px) {
  .font32 {
    font-size: 28px;
  }
  .topNewsImgBox {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .font32 {
    font-size: 20px;
  }
  .topNewsList ul li {
    padding: 0 10px;
    max-width: none;
    color: white, impo !important;
  }
  .latestNewsHolder .latestnewsSlider img {
    height: 250px;
  }
}
@media screen and (max-width: 575px) {
  .latestNewsHolder .latestnewsSlider img {
    height: 230px;
  }
}
/* Glossy Buttons */
.glossy-logo {
  display: inline-block;
  position: relative;
  background-color: #ebeaea;
  background-image: linear-gradient(
    /* chrome */ hsla(0, 0%, 100%, 0.6),
    hsla(0, 0%, 100%, 0) 50%,
    hsla(0, 0%, 0%, 0.093) 50%,
    hsla(0, 0%, 100%, 0.2)
  );
  font-size: 22px;
  font-family: sans-serif;
  font-weight: bold;
  color: white;
  padding: 5px 6px 4px 12px;
  height: 60px;
  text-shadow: 0 0 15px hsla(0, 0%, 100%, 1),
    /* bloom */ 0 2px 4px hsla(0, 0%, 0%, 0.7); /* drop shadow */
  border: none;
  border-radius: 20px 0px 0px 20px;
  margin-left: 5px;
  box-shadow: inset 0 -5px 20px hsla(0, 0%, 0%, 0.4),
    /* top light */ inset 0 5px 20px hsla(0, 0%, 100%, 0.4),
    /* bottom shadow */ /* multiple light sources yall */ -8px 8px 5px hsla(0, 0%, 0%, 0.15),
    /* drop shadow 1 */ 5px 18px 10px hsla(0, 0%, 0%, 0.2); /* drop shadow 2 */
  cursor: pointer;
  transition: transform 0.1s, box-shadow 0.1s;
}

/* highlight */
.glossy-logo:before {
  content: "";
  display: block;
  position: absolute;
  left: 20px;
  right: 20px;
  top: 5px;
  border-radius: 15px;
  background: linear-gradient(hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0));
}

.glossy-logo-rounded {
  padding-top: 10px !important;
  border-radius: 50px 0px 0px 50px;
  margin-left: 5px;
}

/* highlight */
.glossy-logo:before {
  content: "";
  display: block;
  position: absolute;
  left: 20px;
  right: 20px;
  top: 5px;
  height: 30px;
  border-radius: 15px;
  background: linear-gradient(hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0));
}

.glossy-button--blue {
  background-color: #19f;
}
.glossy-button--gold {
  background-color: #ea0;
}
.glossy-button--green {
  background-color: #6c6;
}
.glossy-button--red {
  background-color: #e21;
}
.glossy-button--white {
  background-color: rgb(255, 255, 255);
}
.h60 {
  height: 60px !important;
}
.h46 {
  height: 46px !important;
}
.h32 {
  height: 32px !important;
}
.glossy-button__removethistext:hover {
  transform: scale(1.05);
  box-shadow: inset 0 -5px 20px hsla(0, 0%, 0%, 0.4),
    /* top light */ inset 0 5px 20px hsla(0, 0%, 100%, 0.4),
    /* bottom shadow */ /* multiple light sources yall */ -12px 12px 5px hsla(0, 0%, 0%, 0.15),
    /* drop shadow 1 */ 10px 25px 10px hsla(0, 0%, 0%, 0.2); /* drop shadow 2 */
}
/* End Glossy Buttons */
