/************* Landing page style section *****************/

/* header section style */
.topMargin {
  margin-top: 80px;
}

.landingPage {
  background-color: #ffffff;
}

.landingHeader {
  height: 60px;
  padding-top: 28px;
}

.landingHeader .navbar-brand img {
  height: 40px;
  width: auto;
}

.landingHeader .navBarMenu li {
  padding-top: 12px;
}

.landingHeader .navBarMenu li a {
  margin-right: 40px;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  color: #a0a6ad;
}

.landingHeader .navBarMenu li a:hover {
  color: #000000;
  text-decoration: none;
}

.landingHeader .navBarMenu li a.btnLogin {
  color: #45277f !important;
  font-weight: 600 !important;
}

.landingHeader .navBarMenu span button {
  background-color: #45277f;
  height: 40px;
  width: 128px;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.7px;
  text-align: center;
  color: #ffffff;
  margin-top: 6px;
}

.dashboard_btn {
  color: #8600C8 !important;
  border: 1px solid #8600C8 !important;
  margin: 4px;
  font-size: 12px !important;
  font-weight: unset !important;
  cursor: pointer;
  float: left;
  padding: 1.05em 1.55em !important;
}

/* Landing Banner */
.landingBanner {
  background-image: url(/src/public/assets/images/landing-banner.png);
  background-color: #45277f !important;
  height: 660px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.landingBanner .firstSection img {
  padding-top: 100px;
  width: 98%;
  padding-left: 20px;
}

.landingBanner h3 {
  font-size: 41px;
  font-weight: 400;
  line-height: 1.24;
  letter-spacing: normal;
  color: #ffffff;
  margin-top: 100px;
}

.landingBanner h3 span {
  color: #00c2a6;
}

.landingBanner h4 {
  font-size: 18px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.3px;
  color: #ffffff;
  margin-top: 40px;
  margin-bottom: 20px;
}

.landingBanner .actionText {
  font-weight: 400;
  border-bottom-style: dotted;
  text-transform: uppercase;
  cursor: pointer;
}

.landingBanner h4 span {
  font-weight: 400;
  text-transform: uppercase;

}

.landingBanner .input-group {
  padding-left: 0px;
}

.landingBanner input {
  background-color: #f5f3f8;
  height: 46px;
  outline: hidden;
  width: 50px !important;
}

.landingBanner button {
  height: 46px;
  background-color: #33bea7;
  font-size: 13px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.7px;
  text-align: center;
  color: #ffffff;
}

.landingBanner p {
  /*opacity: 0.6;*/
  font-size: 16px;
  font-weight: 300;
  line-height: 1.63;
  letter-spacing: 0.3px;
  color: #b2b2b2;
  margin-top: 10px;
}

.landingBanner p b {
  color: #ffffff;
}

.heading {
  font-size: 36px;
  font-weight: 400;
  line-height: 1.39;
  letter-spacing: -0.6px;
  text-align: center;
  color: #2e3635;
}

/* opportunity Style Section */

.opportunitySection .heading {
  font-size: 36px;
  font-weight: 300;
  line-height: 1.39;
  letter-spacing: -0.6px;
  text-align: center;
  color: #2e3635;
}

.opportunitySection h4 {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.3px;
  color: #2e3635;
}

.opportunitySection p {
  font-size: 17px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.59;
  letter-spacing: 0.2px;
  color: #646968;
  text-align: justify;
}

.opportunitySection .body {
  margin-top: 80px;
  padding-left: 110px;
}

.opportunitySection .body .leftSide {
  padding-right: 100px;
  padding-top: 50px;
}

.opportunitySection .body img {
  max-width: 350px;
}


/* Global Investing Style Section */
.globalInvestingMain {
  height: 550px;
  margin-bottom: 250px;
}

.globalInvesting {
  background-color: #100a1c;
  background-image: url(/src/public/assets/images/path-9.png);
  width: 100%;
  /*height: 527px;*/
  background-size: cover;
}

.globalInvesting .relativeLaptopImg {
  /*width: 797px;*/
  height: 481px;
  position: relative;
  margin-top: 50px;
  margin-bottom: 50px;
}

.globalInvesting .heading h2 {
  font-size: 36px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.39;
  letter-spacing: -0.6px;
  text-align: center;
  color: #ffffff;
  margin-top: 40px;
}

.globalInvesting .heading p {
  font-size: 16px;
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.61;
  letter-spacing: 0.6px;
  text-align: center;
  color: #ffffff;
  padding-left: 44px;
  padding-right: 44px;
}

.globalInvesting .heading p span {
  font-weight: 600;
}

.globalInvesting .heading a {
  text-align: center;
  width: 229px;
  height: 47px;
  border-radius: 4px;
  background-color: #33bea7;
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.7px;
  color: #ffffff;
  padding-top: 14px;
}

.globalInvestingScroller .fixedSection img {
  height: 400px;
  width: auto;
  right: 10px;
}

.globalInvestingScroller .leftSideSection {
  height: 400px;
  padding-left: 100px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.globalInvestingScroller .leftSideSection h3 {
  font-size: 30px;
  font-weight: 300;
  line-height: 1.24;
  letter-spacing: 0px;
  color: #2e3635;
}

.globalInvestingScroller .leftSideSection h3 img {
  width: 53px;
  height: auto;
  margin-bottom: 10px;
}

.globalInvestingScroller .heading h3 {
  font-size: 35px;
  font-weight: 300;
  line-height: 1.25;
  letter-spacing: -0.7px;
  text-align: center;
  color: #2e3635;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
}

.globalInvestingScroller .heading h5 {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.23;
  letter-spacing: 0.2px;
  text-align: center;
  color: #646968;
  margin-bottom: 50px;
}


/** Any One can Invest Style Section */

.anyOneCanInvest .heading {
  font-size: 36px;
  font-weight: 300;
  line-height: 1.39;
  letter-spacing: -0.6px;
  text-align: center;
  color: #2e3635;
}

.anyOneCanInvest h4 {
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: -0.3px;
  color: #2e3635;
}

.anyOneCanInvest p {
  font-size: 17px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.59;
  letter-spacing: 0.2px;
  color: #646968;
}

.anyOneCanInvest p span {
  font-weight: 400;
}

.anyOneCanInvest .body {
  margin-top: 80px;
  padding-left: 110px;
}

.anyOneCanInvest .body .leftSide {
  padding-right: 120px;
  padding-top: 50px;
}

.anyOneCanInvest .body img {
  width: 400px;
}

/* Partner style section */
.partner {
  height: 380px;
}

.partner .heading h3 {
  text-align: center;
  font-weight: 300;
  line-height: 1.39;
  letter-spacing: -0.6px;
  color: #2e3635;
  margin-top: 80px;
  margin-bottom: 40px;
  text-transform: uppercase;
  font-size: 36px;
}

.partner .bannerSection {
  border-radius: 8px;
  background-color: #ffffff;
  box-shadow: 0 3px 8px 0 rgba(7, 5, 12, 0.21);
  height: 80px;
  text-align: center;
  margin-bottom: 30px;
}

.partner .bannerSection img {
  width: auto;
  height: 36px;
  margin-top: 23px;
}

/*  Global trading style section */
.globalTrading {
  height: 400px;
  background-image: url(/src/public/assets/images/tradingSectionBg.png);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding-top: 140px;
}

.globalTrading h3 {
  font-size: 34px;
  font-weight: 300;
  line-height: 1.15;
  letter-spacing: -0.2px;
  color: #2e3635;
}

.globalTrading .btn {
  text-transform: uppercase;
  width: 310px;
  height: 47.1px;
  border-radius: 4px;
  background-color: #33bea7;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
  margin-top: 20px;
}

.globalTrading .input-group {
  padding-left: 0px;
  margin-top: 20px;
}

.globalTrading input {
  background-color: #f5f3f8;
  height: 46px;
  width: 50px !important;
  outline: none;
}

.globalTrading button {
  height: 46px;
  background-color: #33bea7;
  font-size: 13px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.7px;
  text-align: center;
  color: #ffffff;
  outline: none;
}

.globalTrading h4 {
  font-size: 20px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.3px;
  color: #000000;
  margin-top: 10px;
  margin-bottom: 10px;
}

.globalTrading .actionText {
  font-weight: 400;
  border-bottom-style: dotted;
  text-transform: uppercase;
  cursor: pointer;
}

.globalTrading h4 span {
  font-weight: 400;
  text-transform: uppercase;

}

/** Footer style section **/
.footer {
  /*background-color: #025296;*/
  background-color: #100a1c;
}

.footer .section1 {
  margin-top: 50px;
  padding-left: 20px;
  padding-right: 20px;
}

.footer .section1 .about {
  padding-left: 60px;
}

.footer .section1 h4 {
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.8px;
  color: #ffffff;
}

.footer .section1 p a {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.6px;
  color: #ffffff;
}

.footer .section1 p {

  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.6px;
  color: rgba(255, 255, 255, 0.6);
}

.footer .section1 p i {
  margin-right: 5px;
}

.footer .section1 .emailSection {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.6px;
  color: #ffffff;
}

.footer .section1 .emailSection .row {
  margin-top: 5px;
}

.footer .section1 .emailSection .heading {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.6px;
  color: #ffffff;
}

.footer .section1 img {
  height: 35px;
  width: 35px;
  border-radius: 50%;
  margin-right: 30px;
}

.footer .screenerBtn a {
  color: #ffffff;
  text-decoration: none;
}

.section2 {
  /*border-top: 1px solid rgba(255, 255, 255, .2);*/
  margin-top: 20px;
}

.section2 h5 {
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
  margin-top: 33px;
  margin-bottom: 15px;
}

.section2 p {
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.4px;
  text-align: justify;
  color: rgba(255, 255, 255, 0.5);
  margin: 15px;
  font-size: 12px;
}

.footerPhone {
  margin-top: 25px;
}

.footerPhoneIcon {
  font-size: 40px;
  color: #ffffff;
}

.footerPhoneText {
  color: #ffffff;
  font-size: 25px;
  margin-left: 15px;
}

/* scrolling effect */
.scrollDivBefore {
  display: none;
}

.scrollDivBeforeFirst {
  display: block;
}

.scrollDivAfter {
  display: block;
  position: fixed;
  top: 20%;
  right: 0;
}

.scrollDivAfterFirst {
  display: block;
}

.scrollDivAfterLast {
  display: block;
  position: relative;
}


/************* About page style section *****************/

.aboutPage {
  background-color: #ffffff;
}

.aboutPage .bannerSection {
  background-image: url(/src/public/assets/images/about-main-banner.jpg);
  background-size: contain;
  background-repeat: repeat-x;
  height: 500px;
}

.aboutPage .heading {
  padding-top: 65px;
}

.aboutPage .heading h2 {
  text-align: left;
  font-size: 41px;
  font-weight: 400;
  line-height: 1.24;
  letter-spacing: normal;
  color: #ffffff;
  margin-top: 100px;
}

.aboutPage .heading p {
  text-align: left;
  font-size: 18px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.3px;
  color: #ffffff;
  margin-top: 20px;
  margin-bottom: 20px;
}

.aboutPage .contents h3 {
  Font-weight: 300;
  line-height: 1.39;
  letter-spacing: -.6px;
  color: #2e3635;
  margin-bottom: 40px;
  text-transform: uppercase;
  font-size: 36px;
  text-align: center;
}

.aboutPage .contents p {
  font-size: 17px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.59;
  letter-spacing: .2px;
  color: #646968;
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
}

.aboutPage .contents .circleBanner {
  /*border-radius: 100%;*/
  height: 420px;
  width: 420px;
  text-align: center;
  /*margin-top: 20px;*/
}

.aboutPage .centerBanner {
  background-image: url(/src/public/assets/images/tradingSectionBg.png);
  height: 300px;
  text-align: center;
  padding-top: 70px;
  padding-left: 150px;
  padding-right: 150px;
}

.aboutPage .centerBanner h3 {
  font-size: 24px;
  font-weight: 300;
  letter-spacing: .3px;
  color: #000;

}

.aboutPage .centerBanner h2 {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: .3px;
  color: #000;
}

.aboutPage .centerBanner button {
  height: 46px;
  background-color: #33bea7;
  font-size: 13px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.7px;
  text-align: center;
  color: #ffffff;
  outline: none;
  margin-top: 10px;
}

.aboutPage .mediaSection {
  padding-bottom: 80px;
}


.aboutPage .mediaSection h3 {
  Font-weight: 300;
  line-height: 1.39;
  letter-spacing: -.6px;
  color: #2e3635;
  margin-bottom: 40px;
  text-transform: uppercase;
  font-size: 36px;
  text-align: left;

  /*font-size: 24px;*/
  /*font-weight: 400;*/
  /*line-height: 1.5;*/
  /*letter-spacing: -.3px;*/
  /*color: #2e3635;*/
  /*margin-bottom: 40px;*/
}

.aboutPage .mediaSection .body {
  margin-bottom: 15px;
}

.aboutPage .mediaSection .body h5 {
  font-size: 24px;
  font-weight: 400;
  /* line-height: .1; */
  letter-spacing: -.3px;
  /* color: #2e3635; */
  text-align: left;
  display: inline-block;
  margin-right: 10px
}

.aboutPage .mediaSection .body a {
  font-size: 20px;
  font-weight: 300;
  line-height: .1;
  /*letter-spacing: -.3px;*/
  /*color: #2e3635;*/
  text-align: left;
  text-decoration: none;
}

.mediaCard {
  border: none !important;
  box-shadow: 0 -3px 11px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0);
  /* min-height: 340px; */
}

.imgLogo {
  height: 65px;
  display: block;
  margin-bottom: 20px
}


/******************* Responsive design *********************/

@media only screen and (max-width: 480px) {
  .navbar-toggler {
    border-color: #00c2a6 !important;
  }

  .navbar-toggler i {
    color: #00c2a6;
  }

  .clickedScrollDown {
    /*display: none;*/
  }

  #navbarCollapse {
    background-color: #ffffff;
    width: 100%;
    text-align: center;
    z-index: 105;
    padding-bottom: 20px;
  }

  #navbarCollapse ul li {
    /*padding-left: 20px;*/
  }

  .signUpButton {
    margin-top: 15px;
  }

  .editProfileSpin > .py-2 > .pincode-input-container {
    margin-right: 30px;
  }

  .landingHeader {
    padding-top: 20px;
  }

  .landingHeader .navBarMenu li a {
    margin-right: 0 !important;
  }

  /* Landing Banner */
  .landingBanner {
    background-color: #45277f !important;
    background-image: none;
    height: 100%;
  }

  .landingBanner .firstSection img {
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .landingBanner h3 {
    font-size: 41px;
    font-weight: 400;
    line-height: 1.24;
    letter-spacing: normal;
    color: #ffffff;
    margin-top: 40px;
    text-align: center;
  }

  .landingBanner h3 span {
    color: #00c2a6;
  }

  .landingBanner h4 {
    font-size: 18px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.3px;
    color: #ffffff;
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .landingBanner .actionText {
    font-weight: 400;
    border-bottom-style: dotted;
    text-transform: uppercase;
    cursor: pointer;
  }

  .landingBanner h4 span {
    font-weight: 400;
    text-transform: uppercase;

  }

  .landingBanner p {
    /*opacity: 0.6;*/
    font-size: 16px;
    font-weight: 300;
    line-height: 1.63;
    letter-spacing: 0.3px;
    color: #b2b2b2;
    margin-top: 10px;
    margin-bottom: 40px;
  }

  .landingBanner p b {
    color: #ffffff;
  }

  /* opportunity Style Section */
  .opportunitySection .heading {
    font-size: 24px;
    font-weight: 300;
    line-height: 1.39;
    letter-spacing: -0.6px;
    text-align: center;
    color: #2e3635;
  }

  .opportunitySection h4 {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.3px;
    color: #2e3635;
  }

  .opportunitySection .body {
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .opportunitySection .body .leftSide {
    padding-right: 20px;
    padding-top: 0px;
  }

  .opportunitySection .body img {
    max-width: 100%;
  }


  /* Global Investing Style Section */
  .globalInvestingScroller .heading h3 {
    font-size: 24px;
    font-weight: 300;
    line-height: 1.25;
    letter-spacing: -0.7px;
    text-align: center;
    color: #2e3635;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .globalInvestingScroller .leftSideSection {
    height: 100%;
    padding-left: 10px;
    margin-top: 50px;
    /*margin-bottom: 50px;*/
    text-align: center;
  }

  .globalInvestingScroller .leftSideSection h3 {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.24;
    letter-spacing: 0px;
    color: #2e3635;
  }

  .globalInvestingScroller .leftSideSection h3 img {
    width: 53px;
    height: auto;
    margin-bottom: 10px;
  }

  .globalInvestingScroller #firstScroll {
    display: none;
  }

  .globalInvestingScroller #secondScroll {
    display: none;
  }

  .globalInvestingScroller #thirdScroll {
    display: none;
  }

  .globalInvestingScroller #fourthScroll {
    display: none;
  }

  .globalInvesting {
    background-color: #100a1c;
    /*background-image: url('./../images/path-9.png');*/
    width: 100%;
    /*height: 527px;*/
    background-size: cover;
  }

  .globalInvesting .heading {
    padding-right: 20px;
  }

  .globalInvesting .heading h2 {
    font-size: 24px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.39;
    letter-spacing: -0.6px;
    text-align: center;
    color: #ffffff;
    margin-top: 40px;
  }

  .globalInvesting .heading p {
    font-size: 16px;
    font-weight: 200;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.61;
    letter-spacing: 0.6px;
    text-align: center;
    color: #ffffff;
    padding-left: 10px;
    padding-right: 10px;
  }

  .globalInvesting .heading p span {
    font-weight: 600;
  }

  .globalInvesting .relativeLaptopImg {
    position: inherit;
    margin-top: 50px;
    width: 100%;
    height: auto;
  }

  .globalInvestingMain {
    margin-bottom: 10px;
  }


  /** Any One can Invest Style Section */
  .anyOneCanInvest {
    text-align: center;
  }

  .anyOneCanInvest .heading {
    font-size: 26px;
    font-weight: 300;
    line-height: 1.39;
    letter-spacing: -0.6px;
    text-align: center;
    color: #2e3635;
    text-align: center;
  }

  .anyOneCanInvest h4 {
    font-size: 24px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: -0.3px;
    color: #2e3635;
  }

  .anyOneCanInvest p {
    font-size: 17px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.59;
    letter-spacing: 0.2px;
    color: #646968;
  }

  .anyOneCanInvest p span {
    font-weight: 400;
  }

  .anyOneCanInvest .body {
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .anyOneCanInvest .body .leftSide {
    padding-right: 10px;
    padding-top: 10px;
  }

  .anyOneCanInvest .body img {
    width: 100%;
    height: auto;
  }

  /* Partner style section */
  .partner {
    height: 100%;
    text-align: center;
  }

  .partner .heading h3 {
    text-align: center;
    font-weight: 300;
    line-height: 1.39;
    letter-spacing: -0.6px;
    color: #2e3635;
    margin-top: 40px;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-size: 26px;
  }

  .partner .bannerSection img {
    width: auto;
    height: 36px;
    margin-top: 25px;
  }

  /*  Global trading style section */
  .globalTrading {
    height: 100%;
    background-image: url(/src/public/assets/images/tradingSectionBg.png);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .globalTrading h3 {
    font-size: 24px;
    font-weight: 300;
    line-height: 1.15;
    letter-spacing: -0.2px;
    color: #2e3635;
  }

  .globalTrading .btn {
    text-transform: uppercase;
    width: 310px;
    height: 47.1px;
    border-radius: 4px;
    background-color: #33bea7;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
    margin-top: 20px;
  }

  .globalTrading .input-group {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 10px;
  }

  .globalTrading input {
    background-color: #f5f3f8;
    height: 46px;
    width: 50px !important;
    outline: none;
  }

  .globalTrading button {
    height: 46px;
    background-color: #33bea7;
    font-size: 13px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.7px;
    text-align: center;
    color: #ffffff;
    outline: none;
  }

  .globalTrading h4 {
    font-size: 20px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.3px;
    color: #000000;
    margin-top: 10px;
    margin-bottom: 10px;
  }


  /** Footer style section **/
  .footer .section1 {
    margin-top: 50px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
  }

  .footer .section1 .about {
    padding-left: 10px;
  }

  .footer .section1 h4 {
    margin-top: 20px;
  }

  .footer .section1 p i {
    margin-right: 5px;
  }

  .footer .section1 .emailSection {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.6px;
    color: #ffffff;
  }

  .footer .section1 .emailSection .row {
    margin-top: 5px;
  }

  .footer .section1 .emailSection .heading {
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.6px;
    color: #ffffff;
  }

  .footer .section1 img {
    height: 35px;
    width: 35px;
    border-radius: 50%;
    margin-right: 10px;
    margin-top: 20px;
  }

  .footer .screenerBtn a {
    color: #ffffff;
    text-decoration: none;
  }

  .section2 {
    border-top: 1px solid rgba(255, 255, 255, .2);
    margin-top: 20px;
  }

  .section2 h5 {
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
    margin-top: 33px;
    margin-bottom: 15px;
  }

  .section2 p {
    font-weight: 200;
    line-height: 1.5;
    letter-spacing: 0.4px;
    text-align: justify;
    color: rgba(255, 255, 255, 0.6);
    margin: 15px;
    font-size: 12px;
  }

  /* scrolling effect */
  .scrollDivBefore {
    display: none;
  }

  .scrollDivBeforeFirst {
    display: block;
  }

  .scrollDivAfter {
    display: block;
    position: fixed;
    top: 20%;
    right: 0;
  }

  .scrollDivAfterFirst {
    display: block;
  }

  .scrollDivAfterLast {
    display: block;
    position: relative;
  }


  /******* About page style responsive *********/
  .aboutPage .bannerSection {
    background-image: none;
    background-size: auto;
    background-repeat: no-repeat;
    background-color: #90c8d9;
    height: 100%;
  }

  .aboutPage .heading {
    padding-top: 0px;
    padding-bottom: 20px;
    margin-top: -60px;
  }

  .aboutPage .heading h2 {
    text-align: center;
    font-size: 41px;
    font-weight: 400;
    line-height: 1.24;
    letter-spacing: normal;
    color: #ffffff;
    margin-top: 100px;
  }

  .aboutPage .heading p {
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.3px;
    color: #ffffff;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .aboutPage .contents h3 {
    Font-weight: 300;
    line-height: 1.39;
    letter-spacing: -.6px;
    color: #2e3635;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 26px;
    text-align: center;
  }

  .aboutPage .contents p {
    font-size: 17px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.59;
    letter-spacing: .2px;
    color: #646968;
    text-align: justify;
    padding-left: 20px;
    padding-right: 20px;
  }

  .aboutPage .contents .circleBanner {
    height: auto;
    width: 100%;
    text-align: center;
    padding-right: 10px;
    padding-left: 10px;
  }

  .aboutPage .centerBanner {
    background-image: url(/src/public/assets/images/tradingSectionBg.png);
    height: 100%;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .aboutPage .mediaSection h3 {
    Font-weight: 300;
    line-height: 1.39;
    letter-spacing: -.6px;
    color: #2e3635;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 26px;
    text-align: center;
  }

  .stockTeam .teamPic {
    margin-left: 0px !important;
  }

  .stockTeam .grid {
    text-align: center;
    margin-top: 10px;
  }

  .stockTeam p {
    padding-left: 20px;
    padding-right: 20px;
    text-align: center !important;
  }

  .stockTeam h3 {
    text-align: center;
  }

  .stockTeam .mainRow {
    margin-top: 10px !important;
  }

  /** business advisor page style **/
  .businessPage .bannerSection {
    background-color: #ffffff;
    height: auto !important;
  }

  .businessPage .bannerSection h2 {
    color: #000000;
    font-size: 28px;
    margin-top: 20px !important;
  }

  .businessPage .bannerSection img {
    margin-top: 50px !important;
    margin-bottom: 30px;
  }

  .businessPage .bannerMsgSection {
    height: auto !important;
    text-align: center;
    padding-bottom: 50px;
  }

  .businessPage .toggleSection {
    background-color: #ffffff;
    height: auto !important;
    padding-bottom: 50px;
  }

  .businessPage .toggleSection img {
    margin-top: 20px;
    margin-left: 120px !important;
    width: 100px;
    height: 100px;
    text-align: center !important;
  }

  .pull-right {
    float: none !important;
  }

  .businessPage .toggleSection .link {
    background-color: transparent;
    border: 3px solid #7d2ae8;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 7px;
    padding-top: 7px;
    border-radius: 5px;
    font-size: 16px;
    color: #737373;
    text-decoration: none;
    text-transform: uppercase;
  }

  .businessPage .toggleSection a {
    color: #7d2ae8;
    display: block;
    text-decoration: none;
    margin-top: 20px;
    margin-left: 0px !important;
  }

  .businessPage .twoListSection .leftSection {
    text-align: center;
  }

  .businessPage .twoListSection .leftSection img {
    width: 100px;
    margin-left: 0px !important;
  }

  .businessPage .twoListSection .rightSection {
    text-align: center;
  }

  .businessPage .twoListSection .rightSection img {
    width: 100px;
    margin-left: 0px !important;
  }

  .businessPage .blackBannerSection img {
    width: 300px;
    height: auto;
    margin-top: 50px;
    margin-left: 20px !important;
  }

  .businessPage .formSection {
    background-color: #ffffff;
    padding-top: 40px !important;
    padding-bottom: 0px !important;
  }

  .businessPage .formSection .formBg {
    margin-left: -30px !important;
    margin-right: -30px !important;
    margin-bottom: 0px !important;
    background-color: #EEF0F2;
    padding-right: 20px !important;
    padding-left: 20px !important;
    padding-bottom: 50px !important;
    padding-top: 50px !important;
  }

  .businessPage .formSection .subBtn {
    background-color: transparent;
    border: 3px solid #7d2ae8;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 7px;
    padding-top: 7px;
    border-radius: 5px;
    font-size: 16px;
    color: #737373;
    text-decoration: none;
    margin-left: 35% !important;
    text-transform: uppercase;
  }

  .businessPage .partnersLogoSection .bannerSection {
    border-radius: 8px;
    height: 80px;
    text-align: center;
    margin-bottom: 30px;
  }

  .businessPage .partnersLogoSection .bannerSection img {
    width: auto;
    height: 36px;
    margin-top: 30px !important;

  }

  .businessPage .partnersLogoSection .bannerSection h3 {
    padding-bottom: 30px;
  }

  /* Shweta chart css */
  #pills-tabContent div div div a div div div svg {
    /* overflow: visible;
    top: 25px;
    position: relative; */
  }

  #carouselPopular div .carousel-inner,
  .trendingSection div div div div .carousel-inner,
  #carouselExampleControls div .carousel-inner {
    width: 93%;
  }

  #mainNavbarContentUl li {
    margin: auto;
    text-align: center;
  }

  #carouselExampleControls a span.carouselArrow {
    right: 0 !important;
  }

  .news_tabcontent {
    height: 924px !important;
  }

  .circularIcon {
    padding: 2px 6px !important;
  }

  .logoCircle {
    margin: auto !important;
  }

  .onBoardingBox {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }

  .ftTable table tbody {
    font-size: 12px !important;
  }

  .filterTable .table td {
    padding-left: 24px !important;
  }

  .reviewPopupContainer {
    left: 3% !important;
  }

  .portfolioCancelBtn {
    font-size: 13px;
  }

  .portfolioBuyBtn {
    font-size: 13px;
  }

  .holdingOrderButton {
    text-align: left;
  }

  .signinContainer {
    min-height: 350px;
    height: unset !important;
    margin-bottom: 0 !important;
  }

  .paymentPlanCardRight {
    margin-right: 0 !important;
  }

  .paymentPlanCardLeft {
    margin-left: 0 !important;
  }

  .account_form, .employer-form {
    padding-left: 30px !important;
  }

  .uploadBtnWrapper {
    margin-top: 10px !important;
  }

  .boardingHeading {
    font-size: 16px;
    font-weight: 600;
    color: rgb(46, 54, 53);
    margin-bottom: 20px;
  }

  .upload_success {
    padding: 10px !important;
  }

  .filterTable .table th {
    padding-left: 23px !important;
  }

  .breakingNewsCard .card-body .newsTitle {
    overflow: hidden;
  }

  #carouselSocialMediaSmall div.carousel-inner {
    width: 94%;
  }

  #carouselSocialMediaSmall span.carouselArrow {
    right: 0 !important;
  }

  .spinSignup {
    margin-left: 0 !important;
    padding-left: 50px;
  }

  .reviewPopupContainer {
    top: 5% !important;
  }

  /* plan */
  .ChangeHeight {
    max-height: none !important;
  }

  /* meet Our Team */
  .leftImageMeetTeam {
    /* transform:  perspective(1170px) rotateY(30deg); */
    transform: none !important;
    width: 86%;
    margin-left: 9%;
    padding: 0px;
    margin-bottom: 10px !important;
  }

  .middleImageMeetTeam {
    margin-left: 31px;
    width: 87%;
    margin-bottom: 10px;
  }

  .rightImageMeetTeam {
    transform: none !important;
    padding: 0px;
    margin-left: 30px;
    width: 87%;
  }

  .prevIconCarousel {
    position: absolute;
    margin-top: 102px;
    margin-left: 6%;
    font-size: x-large;
    font-weight: 900;
    color: whitesmoke;
    cursor: pointer;
  }

  .nextIconCarousel {
    position: absolute;
    margin-top: 102px;
    margin-left: 90%;
    font-size: x-large;
    font-weight: 900;
    color: whitesmoke;
    cursor: pointer;
  }

  .meetTeamHeading {
    text-align: center;
    margin-left: 0px !important;
  }

  .meetTeamImage {
    margin-left: 2px;
    height: 150px !important;
    width: 90% !important;
  }

  .sliderMeetTeam {
    margin-left: 8% !important;
    margin-right: 0 !important;
    margin-top: 10px !important
  }

    .radButton{
        position: relative;
        left: -40px;
    }


    /* moneyControl landing page */
  .moneyControl .infoPart{
    padding-left: 20px !important;
    padding-right: 20px;
    background-color: white;
  }
  .moneyControl .accountBtn {
    width:100% !important;
  }
  .moneyControl .internalPad{
    padding-right: 20px !important;
  }
  .moneyControl .trusted {
    text-align: center;
  }
  .moneyControl .moneyLoginText{
    text-align: center;
    padding-top: 20px;
  }
  .moneyControl .companyCard {
    display: none;
  }

}

/* watchlist css  */
.watchListText {
  width: 92%;
  bottom: -34px;
  background: white;
  position: absolute;
  text-align: center;
  cursor: pointer;
  padding-top: 82px;
  padding-bottom: 10px;
  opacity: 0.9;
  font-weight: bold;
}

#watchListDiv {
  text-align: center;
}

.btnShowMore {
  border-radius: 500px;
  color: #6439b6;
  border-color: #6439b6;
}

.btnShowMore:focus, .btnShowMore:hover {
  box-shadow: none;
  color: #6439b6;
}



/******************* Responsive design *********************/

@media only screen and (max-width: 768px) and (min-width: 481px) {
  .navbar-toggler {
    border-color: #00c2a6 !important;
  }

  .navbar-toggler i {
    color: #00c2a6;
  }

  .clickedScrollDown {
    /*display: none;*/
  }

  #navbarCollapse {
    background-color: #ffffff;
    width: 100%;
    text-align: center;
    z-index: 105;
    padding-bottom: 20px;
  }

  #navbarCollapse ul li {
    padding-left: 20px;
  }

  .landingHeader {
    padding-top: 20px;
  }

  /* Landing Banner */
  .landingBanner {
    background-color: #45277f !important;
    background-image: none;
    height: 100%;
  }

  .landingBanner .firstSection img {
    padding-top: 130px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .landingBanner h3 {
    font-size: 41px;
    font-weight: 400;
    line-height: 1.24;
    letter-spacing: normal;
    color: #ffffff;
    margin-top: 40px;
    text-align: center;
  }

  .landingBanner h3 span {
    color: #00c2a6;
  }

  .landingBanner h4 {
    font-size: 18px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.3px;
    color: #ffffff;
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .landingBanner .actionText {
    font-weight: 400;
    border-bottom-style: dotted;
    text-transform: uppercase;
    cursor: pointer;
  }

  .landingBanner h4 span {
    font-weight: 400;
    text-transform: uppercase;

  }

  .landingBanner p {
    /*opacity: 0.6;*/
    font-size: 16px;
    font-weight: 300;
    line-height: 1.63;
    letter-spacing: 0.3px;
    color: #b2b2b2;
    margin-top: 10px;
    margin-bottom: 40px;
  }

  .landingBanner p b {
    color: #ffffff;
  }

  /* opportunity Style Section */
  .opportunitySection .heading {
    font-size: 24px;
    font-weight: 300;
    line-height: 1.39;
    letter-spacing: -0.6px;
    text-align: center;
    color: #2e3635;
  }

  .opportunitySection h4 {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.3px;
    color: #2e3635;
  }

  .opportunitySection .body {
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .opportunitySection .body .leftSide {
    padding-right: 20px;
    padding-top: 0px;
  }

  .opportunitySection .body img {
    max-width: 100%;
  }


  /* Global Investing Style Section */
  .globalInvestingScroller .heading h3 {
    font-size: 24px;
    font-weight: 300;
    line-height: 1.25;
    letter-spacing: -0.7px;
    text-align: center;
    color: #2e3635;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .globalInvestingScroller .leftSideSection {
    height: 100%;
    padding-left: 10px;
    margin-top: 50px;
    /*margin-bottom: 50px;*/
    text-align: center;
    margin-left: 125px;
  }

  .globalInvestingScroller .leftSideSection h3 {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.24;
    letter-spacing: 0px;
    color: #2e3635;
  }

  .globalInvestingScroller .leftSideSection h3 img {
    width: 53px;
    height: auto;
    margin-bottom: 10px;
  }

  .globalInvestingScroller #firstScroll {
    display: none;
  }

  .globalInvestingScroller #secondScroll {
    display: none;
  }

  .globalInvestingScroller #thirdScroll {
    display: none;
  }

  .globalInvestingScroller #fourthScroll {
    display: none;
  }


  .globalInvesting {
    background-color: #100a1c;
    /*background-image: url('./../images/path-9.png');*/
    width: 100%;
    /*height: 527px;*/
    background-size: cover;
  }

  .globalInvesting .heading {
    padding-right: 20px;
  }

  .globalInvesting .heading h2 {
    font-size: 24px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.39;
    letter-spacing: -0.6px;
    text-align: center;
    color: #ffffff;
    margin-top: 40px;
  }

  .globalInvesting .heading p {
    font-size: 16px;
    font-weight: 200;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.61;
    letter-spacing: 0.6px;
    text-align: center;
    color: #ffffff;
    padding-left: 10px;
    padding-right: 10px;
  }

  .globalInvesting .heading p span {
    font-weight: 600;
  }

  .globalInvesting .relativeLaptopImg {
    position: inherit;
    margin-top: 50px;
    width: 100%;
    height: auto;
  }

  .globalInvestingMain {
    margin-bottom: 10px;
  }


  /** Any One can Invest Style Section */
  .anyOneCanInvest {
    text-align: center;
  }

  .anyOneCanInvest .heading {
    font-size: 26px;
    font-weight: 300;
    line-height: 1.39;
    letter-spacing: -0.6px;
    text-align: center;
    color: #2e3635;
    text-align: center;
  }

  .anyOneCanInvest h4 {
    font-size: 24px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: -0.3px;
    color: #2e3635;
  }

  .anyOneCanInvest p {
    font-size: 17px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.59;
    letter-spacing: 0.2px;
    color: #646968;
  }

  .anyOneCanInvest p span {
    font-weight: 400;
  }

  .anyOneCanInvest .body {
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .anyOneCanInvest .body .leftSide {
    padding-right: 10px;
    padding-top: 10px;
  }

  .anyOneCanInvest .body img {
    width: 100%;
    height: auto;
  }

  /* Partner style section */
  .partner {
    height: 100%;
    text-align: center;
  }

  .partner .heading h3 {
    text-align: center;
    font-weight: 300;
    line-height: 1.39;
    letter-spacing: -0.6px;
    color: #2e3635;
    margin-top: 40px;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-size: 26px;
  }

  .partner .bannerSection img {
    width: auto;
    height: 36px;
    margin-top: 25px;
  }


  /*  Global trading style section */
  .globalTrading {
    height: 100%;
    background-image: url(/src/public/assets/images/tradingSectionBg.png);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .globalTrading h3 {
    font-size: 24px;
    font-weight: 300;
    line-height: 1.15;
    letter-spacing: -0.2px;
    color: #2e3635;
  }

  .globalTrading .btn {
    text-transform: uppercase;
    width: 310px;
    height: 47.1px;
    border-radius: 4px;
    background-color: #33bea7;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
    margin-top: 20px;
  }

  .globalTrading .input-group {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 10px;
  }

  .globalTrading input {
    background-color: #f5f3f8;
    height: 46px;
    width: 50px !important;
    outline: none;
  }

  .globalTrading button {
    height: 46px;
    background-color: #33bea7;
    font-size: 13px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.7px;
    text-align: center;
    color: #ffffff;
    outline: none;
  }

  .globalTrading h4 {
    font-size: 20px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.3px;
    color: #000000;
    margin-top: 10px;
    margin-bottom: 10px;
  }


  /** Footer style section **/
  .footer .section1 {
    margin-top: 50px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
  }

  .footer .section1 .about {
    padding-left: 10px;
  }

  .footer .section1 h4 {
    margin-top: 20px;
  }

  .footer .section1 p i {
    margin-right: 5px;
  }

  .footer .section1 .emailSection {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.6px;
    color: #ffffff;
  }

  .footer .section1 .emailSection .row {
    margin-top: 5px;
  }

  .footer .section1 .emailSection .heading {
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.6px;
    color: #ffffff;
  }

  .footer .section1 img {
    height: 35px;
    width: 35px;
    border-radius: 50%;
    margin-right: 10px;
    margin-top: 20px;
  }

  .footer .screenerBtn a {
    color: #ffffff;
    text-decoration: none;
  }

  .section2 {
    border-top: 1px solid rgba(255, 255, 255, .2);
    margin-top: 20px;
  }

  .section2 h5 {
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
    margin-top: 33px;
    margin-bottom: 15px;
  }

  .section2 p {
    font-weight: 200;
    line-height: 1.5;
    letter-spacing: 0.4px;
    text-align: justify;
    color: rgba(255, 255, 255, 0.6);
    margin: 15px;
    font-size: 12px;
  }

  /* scrolling effect */
  .scrollDivBefore {
    display: none;
  }

  .scrollDivBeforeFirst {
    display: block;
  }

  .scrollDivAfter {
    display: block;
    position: fixed;
    top: 20%;
    right: 0;
  }

  .scrollDivAfterFirst {
    display: block;
  }

  .scrollDivAfterLast {
    display: block;
    position: relative;
  }


  /******* About page style responsive *********/
  .aboutPage .bannerSection {
    background-image: url(/src/public/assets/images/about-main-banner1.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    height: 100%;
  }

  .aboutPage .heading {
    padding-top: 65px;
  }

  .aboutPage .heading h2 {
    text-align: center;
    font-size: 41px;
    font-weight: 400;
    line-height: 1.24;
    letter-spacing: normal;
    color: #ffffff;
    margin-top: 0px;
  }

  .aboutPage .heading p {
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.3px;
    color: #ffffff;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .aboutPage .contents h3 {
    Font-weight: 300;
    line-height: 1.39;
    letter-spacing: -.6px;
    color: #2e3635;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 26px;
    text-align: center;
  }

  .aboutPage .contents p {
    font-size: 17px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.59;
    letter-spacing: .2px;
    color: #646968;
    text-align: justify;
    padding-left: 20px;
    padding-right: 20px;
  }

  .aboutPage .contents .circleBanner {
    height: auto;
    width: 100%;
    text-align: center;
    padding-right: 10px;
    padding-left: 10px;
  }

  .aboutPage .centerBanner {
    background-image: url(/src/public/assets/images/tradingSectionBg.png);
    height: 100%;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .aboutPage .mediaSection h3 {
    Font-weight: 300;
    line-height: 1.39;
    letter-spacing: -.6px;
    color: #2e3635;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 26px;
    text-align: center;
  }

  /* plan */
  .ChangeHeight {
    max-height: none !important;
  }

  /* meet Our Team */
  .leftImageMeetTeam {
    /* transform:  perspective(1170px) rotateY(30deg); */
    transform: none !important;
    width: 86%;
    margin-left: 9%;
    padding: 0px;
    margin-right: 10px !important;
  }

  .middleImageMeetTeam {
    margin-right: 10px;
    width: 87%;
    margin-bottom: 10px;
  }

  .rightImageMeetTeam {
    transform: none !important;
    padding: 0px;
    /* margin-left: 30px;
    width: 87%; */
  }

  .prevIconCarousel {
    position: absolute;
    margin-top: 102px;
    margin-left: 6%;
    font-size: x-large;
    font-weight: 900;
    color: whitesmoke;
    cursor: pointer;
  }

  .nextIconCarousel {
    position: absolute;
    margin-top: 102px;
    margin-left: 90%;
    font-size: x-large;
    font-weight: 900;
    color: whitesmoke;
    cursor: pointer;
  }

  .meetTeamImage {
    height: 150px !important;
    width: 90% !important;
  }

  .sliderMeetTeam {
    margin-left: 8% !important;
  }

}


.padding-0 {
  padding: 0 !important;
}

.pd-10 {
  padding: 10px !important;
}

.padding-left-0 {
  padding-left: 0 !important;
}

.padding-right-0 {
  padding-right: 0 !important;
}

/**********************************Buy Compoennt CSS**********************************/

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 9px;
  margin: 8px;
}

/* Hide default HTML checkbox */
.switch input {
  display: none;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 22px;
  width: 50px;
  background-color: #26a69a;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 4px;
  top: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #f13535;
}

input:focus + .slider {
  box-shadow: 0 0 1px #f13535;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/*Component css*/
/*Component css*/
.divBuySellTogglableTab ul li a.nav-link.active {
  border-bottom: 3px solid #6439B6;
  border-radius: unset;
  font-weight: bold;
}

.divBuySellTogglableTab ul li a.nav-link {
  border-bottom: 3px solid #f3f3f3;
}

.divBuySellTogglableTab ul li.nav-item {
  width: 150px;
  text-align: center;
}

.divBuySellTogglableTab ul li a {
  background-color: transparent !important;
  color: #000 !important;
  font-size: 13px;
}

/*radio css*/

/* The radContainer */
.radContainer {
  display: block;
  position: relative;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.radContainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 7px;
  left: 0;
  height: 12px;
  width: 12px;
  background-color: #eee;
  border-radius: 50%;
  border: 1px solid #6439B6;
}

/* On mouse-over, add a grey background color */
.radContainer:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radContainer input:checked ~ .checkmark {
  background-color: #fff;
  border: 1px solid #6439B6;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radContainer input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radContainer .checkmark:after {
  top: 2px;
  left: 2px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #6439B6;
}

/*::-webkit-input-placeholder {*/
/*color: peachpuff;*/
/*font-size: 13px;*/
/*}*/
/*::-moz-placeholder {*/
/*color: peachpuff;*/
/*font-size: 13px;*/
/*}*/
/*:-ms-input-placeholder {*/
/*color: peachpuff;*/
/*font-size: 13px;*/
/*}*/
/*::placeholder {*/
/*color: peachpuff;*/
/*font-size: 13px;*/
/*}*/
.buySellTabContainer {
  margin-top: 7px;
  /*height:207px;*/
}

.buyPara {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 10px;
}

.divBuyHeaderStyle {
  background-color: #ffffff;
  padding: 10px 22px;
}

.buySellContainer {
  width: 100%;
  box-shadow: 0 9px 17px 0 #4b279110;
  background-color: #ffffff;
  border-radius: 4px;
  min-height: 407px;
}

.dwAlert {
  margin: 0 auto 0 auto;
  display: none;
}

.divBuyStyle {
  background-color: rgba(248, 249, 250, 1);
  border-radius: 4px;
  /*box-shadow: 1px 0 3px 1px #d7d2d2;*/
}

.buyHeaderP {

}

.divBuyContentStyle {
  padding: 14px 22px;
}

.switchDiv {
  font-size: 12px;
  color: #6439B6;
  font-weight: bold;
}

.buyStar {
  color: rgb(180, 174, 174);
}

.caretUp {
  position: relative;
  top: -3px;
  color: #18A094;
}

.buyHeaderPrice {
  font-size: 20px;
  font-weight: bolder;
}

.priceDiv {
  font-size: 13px;
  position: relative;
  top: 6px;
}

.todayPrice {
  color: #18A094;
}

.today {
  color: rgb(180, 174, 174);
}

.radContainerDiv {
  padding-right: 0 !important;
}

.checkboxBorder {
  border-right: 2px solid #ccc;
  /*height:20px;*/
  /*paddingRight: 0*/
}

.spnPrepend {
  background-color: transparent !important;
  border-right: none !important;
  font-weight: bold !important;
  color: rgba(40, 39, 39, 0.92) !important;
}

.txt {
  border-left: none !important;
  background-color: transparent !important;
}

.buySellButton {
  width: 100%;
  height: 40px;
  background-color: #6439B6;
  border-radius: 500px !important;
  color: #ffffff;
}

.placeStackOrderButton {
  width: 100%;
  height: 40px;
  background-color: #6439B6;
  /* border-radius: 500px !important; */
  color: #ffffff;
}

.limitMsg {
  font-size: 9px;
  text-align: left;
  display: inline-block;
  line-height: 15px;
  letter-spacing: .7px;
  margin-bottom: 2px;
  color: #6439b6;
}

.buySellSpin input {
  font-family: Lato !important;
  font-size: 20px !important;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0;
  color: #2e3635 !important;
  border: none !important;
  border-bottom: 1px solid #7b918e !important;
  width: 1.7em !important;
  height: 24px !important;
}

/***************************************END Buy CSS*********************************/
/**********************************Statistics css******************************/
.divStatisticsTogglableTab ul li a.nav-link.active {
  border-bottom: 3px solid #6439B6;
  border-radius: unset;
  font-weight: bold;
  padding-left: 0;
  padding-right: 0;
  color: #000 !important;
  background-color: transparent !important;
}

.divStatisticsTogglableTab ul li {
  margin-right: 3%;
}

.divStatisticsTogglableTab ul li a.nav-link {
  color: #a6a2a2 !important;
  padding-left: 0;
  padding-right: 0;
}

.divListItems {
  padding: 0 !important;
}

.divListItems ul li {
  border-radius: unset !important;
  border-right: none;
  border-left: none;
  padding: 6px 0;
  font-size: 14px;
  color: #3b3838 !important;
}

.divListItems ul li:last-child {
  border-bottom: none;
}

/****************************END STatistics CSS**************************/
/*********************************NEWS CSS*******************************/
/* Style the news_tab */
.news_tab {
  float: left;
  background-color: #fff;
  width: 50%;
  /*height: 300px;*/
}

/* Style the buttons inside the news_tab */
.news_tab button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 21px 10px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 15px;
  font-weight: bold;
  /*border-right: 2px solid rgba(227, 224, 224, 0.33);*/
  border-bottom: 2px solid rgba(227, 224, 224, 0.33);
}

.news_tab button span:last-child {
  white-space: nowrap;
  width: 86%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}

/* Change background color of buttons on hover */
.news_tab button:hover {
  background-color: #ddd;
}

/* Create an active/current "news_tab button" class */
.news_tab button.active {
  background-color: #F8F7F7;
}

/* Style the news_tab content */
.news_tabcontent {
  float: left;
  padding: 13px;
  width: 50%;
  border-left: none;
  /*height: 300px;*/
  font-size: 15px;
  background-color: #FAF9F9;
}

.circularIcon {
  border-radius: 50%;
  padding: 3px 7px;
  background-color: #fff;
  margin-right: 10px;
  border: 1px solid rgba(204, 204, 204, 0.66);
  position: relative;
  top: 1px;
}

/*******************************END NEWS CSS*******************************/

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

.fade-in {
  opacity: 0;
  animation: fadeIn .5s ease-in 1 forwards;
}

.is-paused {
  animation-play-state: paused;
}

/****************************Common Css (for margin & padding)*******************************************/
.pd-0 {
  padding: 0;
}

.pl-0 {
  padding-left: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-70 {
  margin-top: 70px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-40 {
  margin-right: 40px;
}

/******************************Ends Here***************************************/
/********************* for tags and sectors ******************************/
.tags {
  color: #8600C8;
  border: 1px solid #8600C8;
  margin: 4px;
  margin-bottom: 10px;
  font-size: 13px !important;
  font-weight: unset !important;
  cursor: pointer;
  float: left;
  padding: 0.55em 0.55em !important;
}

.tags_onchange {
  color: #fff;
  border: 1px solid #8600C8;
  background-color: #8600C8;
  margin: 4px;
  margin-bottom: 10px;
  font-size: 13px !important;
  font-weight: unset !important;
  cursor: pointer;
  float: left;
  padding: 0.55em 0.55em !important;

}

/*********************************************************************/
/******************************Ends Here***************************************/
.about-para {
  margin-top: 10px;
}

.about-link {
  color: #8600C8;
}

.navColor {
  background-color: #ffffff !important;
  z-index: 1000;
}

.dasboard {
  background-color: #f8f9fa !important;
}

/********************************************Sub Header************************************/
.subheader_nav {

  background-color: #ffffff !important;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.buy-btn {
  width: 90px;
  border-radius: 25px !important;
  background-color: #8600C8;
  color: #ffffff;
  margin-top: 5px;

}

/*****************************************************************************************/
/*#navbarSubheaderContent > .navbar-nav > .nav-item .active  {*/
/*background-color: transparent;*/
/*}*/
#navbarSubheaderContent > .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  background-color: transparent;
  color: #8600C8;
}

#navbarSubheaderContent > .nav-pills .nav-link:hover {
  color: #8600C8;
}

#navbarSubheaderContent > .nav-pills .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.stocksItem {
  /*margin-left: 16px !important;*/
  padding-top: 9px;
  padding-bottom: 4px;
  padding-left: 27px;
}

#mainNavbarContent ul li {
  font-size: 13px;
}

@media only screen and (max-width: 991px) and (min-width: 320px) {
  .stocksItem {
    margin-left: 0 !important;
    padding: 2px;

  }

  .stock-header-content {
    padding: 0;
  }
}

.ul-list-none {
  list-style: none;
}

/************************Social slider*****************************/
.socialPara {
  font-size: .90rem !important;
  margin-bottom: 0 !important;
  verticle-align: text-top !important;
  margin-top: 15px;
}

/****************************************Social  Media****************************************************/

.social_btn_twitter {
  border-radius: 50% !important;
  border: 1px solid #ccc !important;
  background-color: #fff;
  padding: 16px !important;
  pointer-events: none !important;
}

.social_card {
  background-color: #fff;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: 4px;
  margin-right: 4px;
  padding-top: 15px;
  padding-bottom: 7px;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 5px;
  z-index: 300;
  height: 110px;
  box-shadow: rgb(215, 210, 210) 1px 0px 3px 1px;
}

/******************************* Related Stock Component****************************************/
.btntwitter {
  border-radius: 50% !important;
  border: 1px solid #ccc !important;
  background-color: #fff;
  padding: 15px 18px !important;
  pointer-events: none;
}

.btnprev {
  left: -50px !important;
  height: 40px;
  width: 40px !important;
  background: none repeat scroll 0 0 rgb(255, 255, 255);
  border: 4px solid rgb(255, 255, 255);
  border-radius: 23px 23px 23px 23px;
  margin-top: 45px;
}

.btnnext {
  right: -50px !important;
  height: 40px;
  width: 40px !important;
  background: none repeat scroll 0 0 rgb(255, 255, 255);
  border: 4px solid rgb(255, 255, 255);
  border-radius: 23px 23px 23px 23px;
  margin-top: 45px
}

.btnleft {
  font-size: 24px;
  color: #222222;
}

.btnright {
  font-size: 24px;
  color: #222222;
}

.divCard {
  background-color: #fff;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: 4px;
  margin-right: 4px;
  padding-top: 15px;
  padding-bottom: 7px;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 5px;
  zIndex: 300;
  box-shadow: rgb(215, 210, 210) 1px 0px 3px 1px;
}

.socialIcon {
  font-size: 36px;
  color: #4285f4;
}

.fbIcon {
  font-size: 36px;
  color: #3B5998
}

.stockCaret {
  color: #1FB3BD;
  font-size: 23px

}

.stocksIcon {
  position: relative;
  top: 5px;
}

@media only screen and (max-width: 768px) and (min-width: 320px) {
  .socialPara {
    margin: 0;
  }

  .btnnext {
    right: 0 !important;
  }

  .btnprev {
    left: 0 !important;
  }

  #relatedStockComponent {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  #socialSliderComponent {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
}

#socialSliderComponent .carousel-indicators {
  display: none;
}

#relatedStockComponent .carousel-indicators {
  display: none;
}

/******************************-------------Ends Here-----------*****************************************/

/******************************************Header***************************************************/

.headerNav {
  /*margin-bottom: 40px;*/
  /*padding: 2px 1rem;*/
}

.headerStock {
  color: #000000;
}

.headerCaret {
  color: #1FB3BD;
  font-size: 16px;

}

.txtGreen {
  color: #1FB3BD;
}

.txtRed {
  color: red;
}

/**********************************Sidebar***************************************/
#sidebarAccount {
  /*width: 250px;*/
  /*position: fixed;*/
  top: 0;
  left: 0;
  height: 1125px;
  z-index: 999;
  background: #6439b6;
  color: #fff;
  transition: all 0.3s;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

#sidebarAccount.active {
  margin-left: -250px;
}

#sidebarAccount .sidebar-header {
  padding: 20px;
  background: #6d7fcc;
}

#sidebarAccount ul.components {
  /*padding: 20px 0;*/
  /*border-bottom: 1px solid #47748b;*/
}

#sidebarAccount ul a {
  color: #fff;
  padding: 10px;

}

#sidebarAccount ul li {
  height: 59px;
}

#pageSubmenu {
  /*padding-top: 10px;*/
}

#pageSubmenu li {
  height: 44px !important;
  padding-left: 58px !important;
  font-size: 16px !important;
}

#pageSubmenu li a {
  margin-top: 5px !important;
  color: #ffffff;
  /*padding-bottom: 3px !important;*/
  padding: 3px !important;
}

#sidebarAccount ul li a {
  /*padding: 10px;*/
  padding: 17px 0 0 30px;
  font-size: 15px;
  display: block;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  /*text-align: center;*/
}

#sidebarAccount ul li a > img {
  margin-right: 13px;
  width: 18px;
}

#sidebarAccount ul li a:hover {
  color: #ffffff;
  /*background: #45277F;*/
}

/*#sidebarAccount ul li.active > a, a[aria-expanded="true"] {*/
/*color: #fff;*/
/*background: #6d7fcc;*/
/*}*/
#sidebarAccount ul li.active {
  color: #fff;
  background: #45277F;
}

a[data-toggle="collapse"] {
  position: relative;
}

a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
  content: '\e259';
  display: block;
  position: absolute;
  right: 20px;
  /*font-family: 'Glyphicons Halflings';*/
  font-size: 0.6em;
}

a[aria-expanded="true"]::before {
  content: '\e260';
}

#sidebarAccount ul ul a {
  /*font-size: 0.9em !important;*/
  /*padding-left: 30px !important;*/
  /*background: #6d7fcc;*/
}

ul.CTAs {
  padding: 20px;
}

ul.CTAs a {
  text-align: center;
  font-size: 0.9em !important;
  display: block;
  border-radius: 5px;
  margin-bottom: 5px;
}

/*a.download {*/
/*background: #fff;*/
/*color: #7386D5;*/
/*}*/
/*a.article, a.article:hover {*/
/*background: #6d7fcc !important;*/
/*color: #fff !important;*/
/*}*/

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
  width: calc(100% - 250px);
  padding: 40px;
  min-height: 100vh;
  transition: all 0.3s;
  position: absolute;
  top: 0;
  right: 0;
}

#content.active {
  width: 100%;
}

.account_container {
  /*background-color: #ffffff;*/
  padding: 0 !important;
  margin: 0 !important;
  box-shadow: 0 13px 25px 0 rgba(67, 121, 112, 0.07);
}

.account_form {
  background-color: #ffffff;
  padding-top: 21px;
  padding-left: 50px;
  padding-bottom: 20px;
}

.rad-option {
  paddingRight: 0;
  textAlign: right;
}

.chk-options {
  left: 28px;
}

.employer-form {
  padding-top: 33px;
  padding-left: 50px;
  background-color: #F9FBFC !important;
  min-height: 390px;
}

#divEmployerForm {
  background-color: #F9FBFC !important;
}

.btn-male {
  width: 111px;
  height: 36px;
  border: 1px solid #dfdcdc !important;
  /*background-color: #6439b6;*/
  color: #6439b6;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;

}

.btn-female {
  width: 111px;
  height: 36px;
  border: 1px solid #dfdcdc !important;
  /*background-color: #6439b6;*/
  /*border-top-right-radius: 2px !important;*/
  /*border-bottom-right-radius: 2px !important;*/
  color: #6439b6;
  /*border-radius: 0 !important;*/
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;

}

.gender-active {
  border: 1px solid #dfdcdc !important;
}

#divGender > .active {
  background-color: #6439b6;
  color: #ffffff;
  border: 0 !important
}

.account_screen {
  padding-left: 90px;
  padding-right: 90px;
  /*margin-bottom: 50px;*/
}

.txt-input {
  border-top: 0 !important;
  border-right: 0 !important;
  border-left: 0 !important;
  border-radius: 0 !important;
  padding: 0 !important;
  /*color: #b4b7b6 !important;*/
  font-size: 15px !important;
  /* width: 262px !important;*/
  width: 86%;
  background-color: transparent !important;
  height: 30px;
}

.txt-input-no-border {
  border: 0 !important;
  border-radius: 0 !important;
  padding: 0 !important;
  /*color: #b4b7b6 !important;*/
  font-size: 15px !important;
  /* width: 262px !important; */
  width: 86%;
  background-color: transparent !important;
}

.input-msg {
  font-size: 10px;
  color: #b4b7b6;
  font-style: italic;
}

.txt-input-auto {
  border-top: 0 !important;
  border-right: 0 !important;
  border-left: 0 !important;
  border-radius: 0 !important;
  padding: 0 !important;
  /*color: #b4b7b6 !important;*/
  font-size: 15px !important;
  width: auto !important;
  background-color: transparent !important;
}

.input-group-txt {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: .375rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  border-radius: 0;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #ced4da
}

.ddl-input {
  border-top: 0 !important;
  border-right: 0 !important;
  border-left: 0 !important;
  border-radius: 0 !important;
  background-color: #ffffff !important;
  color: #b4b7b6;
  border-bottom: solid 1px #dfdcdc;
  width: 262px;
  font-size: 15px !important;
  text-align: left !important;
  padding: 0 !important;

}

#ddlCountry > .dropdown-toggle::after {
  text-align: right;
}

.ddl-emp-input {
  background-color: #F8F9FA !important;
  border-top: 0 !important;
  border-right: 0 !important;
  border-left: 0 !important;
  border-radius: 0 !important;
  color: #b4b7b6 !important;
  border-bottom: solid 1px #dfdcdc;
  border-color: #dfdcdc !important;
  width: 262px;
  font-size: 15px !important;
  text-align: left !important;
  padding: 0 !important;
}

.account-next-btn {
  width: 524px;
  height: 58px;
  font-size: 18px;
  border-radius: 4px;
  background-color: #6439b6;
  /*padding-left: 50px !important;*/
  /*padding-right: 90px !important;*/
  color: #ffffff;
  text-align: center;
  opacity: 0.9;
  cursor: pointer;
  border: 0;
}

/*#divEmployerForm .dropdown-menu{*/
/*width:249px;*/
/*}*/
/*input[type=checkbox] {*/
/*outline: 1px solid #45277F;*/
/*}*/

.checkbox-container input {
  /*position: absolute;*/
  opacity: 0;
  cursor: pointer;
}

#frmAccountSetup .dropdown-toggle::after {
  float: right;
}

#frmAccountSetup .btn:focus {
  box-shadow: none !important;
}

#frmAccountSetup input:focus {
  box-shadow: none !important;
}

#frmAccountSetup .dropdown-menu {
  width: 249px;
  font-size: 14px;
}

#frmAccountSetup .dropdown-toggle::after {
  /*padding-bottom:10px !important;*/
  display: none;
}

#frmAccountSetup .form-control::placeholder {
  font-size: 15px !important;
  color: #b4b7b6;
}

#frmAccountSetup input[type=checkbox] {
  /*outline: 2px solid #45277F;*/
  outline: 2px solid #6439B6;
}

#divEmployerForm .chk-border {
  outline: none;
  -webkit-appearance: none;
  border-radius: 50%;
  background-color: #6439B6 !important;
  box-shadow: 0 0 0 1px #6439B6 !important;
}

#divEmployerForm input[type='radio']:checked {
  background-color: #6439B6 !important;
  box-shadow: 0 0 0 1px #6439B6 !important;
}

#divEmployerForm input[type='checkbox']:checked {
  background-color: #6439B6 !important;
  box-shadow: 0 0 0 1px #6439B6 !important;
}

.account-sidebar {
  width: 263px;
  padding-right: 0px;
  background-color: #6439b6;
}

.create-account {
  width: 682px;
}

.remittance-form {
  padding-top: 33px;
  padding-left: 50px;
  backgroundColor: #F9FBFC !important;
  padding-bottom: 20px;
}

#frmAccountSetup input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #b4b7b6 !important;
}

#frmAccountSetup > input, select, textarea {
  color: #2e3635 !important;
}

/* ---------------------------------------------------------------------------------------------------------------------
                                                    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
  #sidebarAccount {
    /*margin-left: -250px;*/
    height: auto;
  }

  #sidebarAccount.active {
    margin-left: 0;
  }

  #content {
    width: 100%;
  }

  #content.active {
    /*width: calc(100% - 250px);*/
  }

  #sidebarAccount Collapse span {
    display: none;
  }

  .account_screen {
    padding-left: 10px;
    padding-right: 10px;
  }

  .employer-form {
    /* height: 650px; */
  }

  .account-next-btn {
    width: 75%;
    text-align: center;
    padding: 0 !important;
  }

  #frmAccountSetup .dropdown-menu {
    /*width:50px;*/
    width: 90%;
    font-size: 14px;
  }

  /* .btn-female {
      width: 85px !important;
  }

  .btn-male {
      width: 85px !important;
  } */
  .account-sidebar {
    width: 100%;
  }

  .create-account {
    width: 100%;
  }

  .txt-input {
    /*width:210px !important;*/
    width: 90% !important;
  }

  .ddl-input {
    /*width:210px !important;*/
    width: 90% !important;
  }

  .ddl-emp-input {
    width: 90% !important;
    /*width:210px !important;*/
  }

  .ddl-lrs-ddl {
    width: 90% !important;
    /*width:210px !important;*/
  }

  #lrsFrmAccountSetup .txt-lrs-amount {
    /*width:210px !important;*/
    width: 90% !important;
  }

  #lrsFrmAccountSetup .txt-lrs-input {
    /*width:210px !important;*/
    width: 90% !important;
  }

  #lrsFrmAccountSetup .detail-employer-form {
    /*height:245px !important;*/
    width: 90% !important;
  }

  #lrsFrmAccountSetup .txt-exchange-input {
    /*width: 214px !important;*/
    width: 90% !important;
  }

  #lrsFrmAccountSetup .txt-remmitance-input {
    /*width: 214px !important;*/
    width: 90% !important;
  }

  #lrsFrmAccountSetup .ddl-fund-source {
    /*width: 214px !important;*/
    width: 90% !important;
  }

  #lrsFrmAccountSetup .ddl-benificary-input {
    /*width: 214px !important;*/
    width: 90% !important;
  }

  #lrsFrmAccountSetup .lrs-account-next-btn {
    width: 75%;
    text-align: center;
    padding: 0 !important;
  }

  #lrsFrmAccountSetup .dropdown-menu {
    width: 98%;

  }

  #lrsFrmAccountSetup .dropdown-toggle::after {
    /*padding-bottom:10px !important;*/
    display: none;
  }

  #divRemittancePurpose > .employer-form {
    width: 375px !important;

  }

  .detail-employer-form {
    /* height: 300px !important; */
  }

  /*#divBenificaryAccount .dropdown-menu{*/
  /*width:210px;*/
  /*font-size: 14px;*/
  /*}*/
}

/********************************************************************
                            Sidebar Ends Here
********************************************************************/

/*************************************Account Setup screen************************************/
.account_setup {
  padding: 60px;
}

@media only screen and ( max-width: 768px) {
  .account_setup {
    padding: 0;
  }

}

/*************************************************Applicant Detail LRS Form*******************/
.lrs-heading {
  font-size: 16px;
  font-weight: 600;
  color: #2e3635;
}

.top-line-lrs {
  /*height: 2px;*/
  border-top: solid 4px #6439b6;
}

.detail-employer-form {
  padding-top: 33px;
  padding-left: 50px;
  background-color: #F9FBFC !important;
  min-height: 205px;
}

#lrsFrmAccountSetup .dropdown-toggle::after {
  float: right;
}

#lrsFrmAccountSetup .btn:focus {
  box-shadow: none !important;
}

#lrsFrmAccountSetup input:focus {
  box-shadow: none !important;
}

#lrsFrmAccountSetup .dropdown-menu {
  width: 249px;
  font-size: 14px;
}

#lrsFrmAccountSetup .form-control::placeholder {
  font-size: 15px !important;
  color: #b4b7b6;
}

#lrsFrmAccountSetup input[type=checkbox] {
  /*outline: 2px solid #45277F;*/
  outline: 2px solid #6439B6;
}

#lrsFrmAccountSetup .dropdown-toggle::after {
  /*padding-bottom:10px !important;*/
  display: none;
}

#lrsFrmAccountSetup input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #b4b7b6 !important;
}

#lrsFrmAccountSetup > input, select, textarea {
  color: #2e3635 !important;
}

.ddl-lrs-ddl {
  background-color: #fff !important;
  border-top: 0 !important;
  border-right: 0 !important;
  border-left: 0 !important;
  border-radius: 0 !important;
  color: #b4b7b6 !important;
  border-bottom: solid 1px #dfdcdc;
  border-color: #dfdcdc !important;
  width: 262px;
  font-size: 14px;
  text-align: left !important;
  padding: 0 !important;
}

.txt-lrs-amount {
  border-top: 0 !important;
  border-right: 0 !important;
  border-left: 0 !important;
  border-radius: 0 !important;
  padding: 0 !important;
  /*color: #b4b7b6 !important;*/
  font-size: 16px !important;
  width: 262px !important;
  background-color: transparent !important;
}

.txt-rmt-input {
  border-top: 0 !important;
  border-right: 0 !important;
  border-left: 0 !important;
  border-radius: 0 !important;
  padding: 0 !important;
  color: #b4b7b6 !important;
  font-size: 16px !important;
  width: 252px !important;
}

.txt-exchange-input {
  border-top: 0 !important;
  border-right: 0 !important;
  border-left: 0 !important;
  border-radius: 0 !important;
  padding: 0 !important;
  /*color: #b4b7b6 !important;*/
  font-size: 16px !important;
  width: 262px !important;
  background-color: #F8F9FA !important;
}

.txt-lrs-input {
  border-top: 0 !important;
  border-right: 0 !important;
  border-left: 0 !important;
  border-radius: 0 !important;
  padding: 0 !important;
  /*color: #b4b7b6 !important;*/
  font-size: 16px !important;
  width: 95%;
  /*background-color: #F8F9FA !important;*/
  background-color: transparent !important;
}

.txt-lrs-input-no-border {
  border: 0 !important;
  border-radius: 0 !important;
  padding: 0 !important;
  /*color: #b4b7b6 !important;*/
  font-size: 16px !important;
  width: 95%;
  /*background-color: #F8F9FA !important;*/
  background-color: transparent !important;
}

.ddl-fund-source {
  background-color: #F8F9FA !important;
  border-top: 0 !important;
  border-right: 0 !important;
  border-left: 0 !important;
  border-radius: 0 !important;
  color: #b4b7b6 !important;
  border-bottom: solid 1px #dfdcdc;
  border-color: #dfdcdc !important;
  width: 590px;
  font-size: 14px;
  text-align: left !important;
  padding: 0 !important;
}

.ddl-benificary-input {
  background-color: #fff !important;
  border-top: 0 !important;
  border-right: 0 !important;
  border-left: 0 !important;
  border-radius: 0 !important;
  color: #b4b7b6 !important;
  border-bottom: solid 1px #dfdcdc;
  border-color: #dfdcdc !important;
  width: 590px;
  font-size: 14px;
  text-align: left !important;
  padding: 0 !important;
}

.txt-remmitance-input {
  border-top: 0 !important;
  border-right: 0 !important;
  border-left: 0 !important;
  border-radius: 0 !important;
  padding: 0 !important;
  font-size: 16px !important;
  width: 262px !important;
  background-color: #F8F9FA;
}

.lrs-account-next-btn {
  width: 95%;
  height: 58px;
  font-size: 18px;
  border-radius: 4px;
  background-color: #6439b6;
  /* padding-left: 50px !important;
  padding-right: 90px !important; */
  color: #ffffff;
  text-align: center;
  opacity: 0.9;
  cursor: pointer;
  border: 0 !important;
  outline: none !important;
}

.lrsDwnBtn {
  display: block;
  line-height: 57px;
}

.lrsDwnBtn:hover {
  color: #ffffff !important;
  text-decoration: none !important;
}

.lrs-account-btn {
  width: 83%;
  height: 58px;
  font-size: 18px;
  border-radius: 4px;
  background-color: #6439b6;
  color: #ffffff;
  text-align: center;
  opacity: 0.9;
  cursor: pointer;
  border: 0 !important;
  outline: none !important;
}

#divBenificaryAccount .dropdown-menu {
  width: 94% !important;
  font-size: 14px;
}

#divRemittancePurpose .dropdown-menu {
  width: 94% !important;
  font-size: 14px;
}

#lrsFrmAccountSetup .dropdown-menu {
  width: 88%;

}

.ddl-arrow {

  position: relative !important;
  /*padding-left: 41%;*/
  /*top: -20px !important;*/
  float: right !important;
  color: #646968 !important;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

/*@-moz-document url-prefix() {*/
/*    .ddl-arrow {*/
/*        top: -20px !important;*/
/*    }*/
/*}*/

.fa-chevron-down::before {
  color: #646968 !important;
}

/****************************Placeholder overflow*******************/
.dropdown-toggle {
  overflow: hidden;
}

::-moz-placeholder {
  overflow: hidden;
}

/* firefox 19+ */
input:-moz-placeholder {
  overflow: hidden;
}

/******************************Custom checkbox***********************************
/* Create a custom checkbox */

#frmAccountSetup .checkmark {
  /*position: absolute;*/
  /*top: 3px;*/
  left: 0;
  height: 14px;
  width: 14px;
  border-radius: 3px;
  border: 1px solid #6439b6;
  background-color: #fff;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */

.checkbox-container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */

.checkbox-container input:checked ~ .checkmark {
  /*bordr: 1px solid rgb(255, 73, 35);*/
  border: 1px solid #6439b6;
  border-radius: 2px;
}

/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */

.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */

.checkbox-container .checkmark:after {
  left: 5px;
  top: 3px;
  width: 2px;
  height: 6px;
  /*border: solid rgb(255, 73, 35);*/
  border: solid #6439b6;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/***********************************Checkbox**************************************/
/* The container */

.checkbox-container {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */

.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom checkbox */

#frmAccountSetup .chk-checkmark {
  position: absolute;
  top: 6px;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #eee;
  border-radius: 18%;
  border: 2px solid #6439B6;
}

/* On mouse-over, add a grey background color */

.checkbox-container:hover input ~ .chk-checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */

.checkbox-container input:checked ~ .chk-checkmark {
  border: 1px solid #6439b6;
  border-radius: 2px;
}

/* Create the checkmark/indicator (hidden when not checked) */

.chk-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */

.checkbox-container input:checked ~ .chk-checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */

.checkbox-container .chk-checkmark:after {
  left: 4px;
  top: 1px;
  width: 4px;
  height: 8px;
  border: 2px solid #6439b6;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

input:placeholder-shown {

}

.emp-radContainerDiv {
  padding-left: 20px;
}

#frmAccountSetup .radContainer .checkmark:after {
  top: 3px;
  left: 3px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #6439B6;
}

#frmAccountSetup .radContainer {
  padding-left: 21px;
}

#lrsFrmAccountSetup .radContainer {
  padding-left: 21px;
}

/*****************************************Sidebar Nav on Account**************************************************/
.nav-side-menu {
  overflow: auto;
  /*font-size: 12px;*/
  font-weight: 300;
  background-color: #6439b6;
  font-family: Lato;
  /*background-color: #2e353d;*/
  /*position: fixed;*/
  top: 0px;
  /*width: 300px;*/
  /*color: #e1ffff;*/
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.nav-side-menu .brand {
  background-color: #23282e;
  line-height: 50px;
  display: block;
  text-align: center;
  font-size: 14px;
}

.nav-side-menu .toggle-btn {
  display: none;
}

.nav-side-menu ul,
.nav-side-menu li {
  list-style: none;
  padding: 0px;
  margin: 0px;
  font-weight: 300;
  line-height: 35px;
  /*cursor: pointer;*/
  /*font-weight: normal;*/
  /*
    .collapsed{
       .arrow:before{
                 font-family: FontAwesome;
                 content: "\f053";
                 display: inline-block;
                 padding-left:10px;
                 padding-right: 10px;
                 vertical-align: middle;
                 float:right;
            }
     }
*/
}

.nav-side-menu ul :not(collapsed) .arrow:before,
.nav-side-menu li :not(collapsed) .arrow:before {
  /*font-family: FontAwesome;*/
  content: "\f078";
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  float: right;
}

.nav-side-menu ul .active,
.nav-side-menu li .active {
  font-weight: 400;
  /*border-left: 3px solid #d19b3d;*/
  background-color: #5071ab;
}

.nav-side-menu ul .deactivate a,
.nav-side-menu li .deactivate a {
  font-weight: 300;
  opacity: .4;
}

#pageSubmenu.deactivate a {
  font-weight: 300;
  opacity: .4;
}

/*.nav-side-menu ul .sub-menu li.active,*/
/*.nav-side-menu li .sub-menu li.active {*/
/*color: #45277f;*/
/*}*/
.nav-side-menu ul .sub-menu li.active a,
.nav-side-menu ul li.active a span {
  color: #ffffff;
  font-weight: 400;
}

.nav-side-menu ul .sub-menu li,
.nav-side-menu li .sub-menu li {
  /*background-color: #181c20;*/
  border: none;
  line-height: 28px;
  /*border-bottom: 1px solid #23282e;*/
  margin-left: 0px;
}

.nav-side-menu ul .sub-menu li:hover,
.nav-side-menu li .sub-menu li:hover {
  /*background-color: #020203;*/
}

.nav-side-menu ul .sub-menu li:before,
.nav-side-menu li .sub-menu li:before {
  /*font-family: FontAwesome;*/
  content: "\f105";
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
}

.nav-side-menu li {
  padding-left: 0px;

}

.nav-side-menu li a {
  text-decoration: none;
  color: #ffffff;
}

.nav-side-menu li a i {
  padding-left: 10px;
  width: 20px;
  padding-right: 20px;
}

.nav-side-menu li:hover {

  /*background-color: #4f5b69;*/
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}

@media (max-width: 767px) {
  .nav-side-menu {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
  }

  .nav-side-menu .toggle-btn {
    display: block;
    cursor: pointer;
    /*position: absolute;*/
    right: 10px;
    top: 10px;
    z-index: 1000 !important;
    padding: 3px;
    background-color: #ffffff;
    color: #000;
    width: 40px;
    text-align: center;
  }

  .brand {
    text-align: left !important;
    font-size: 22px;
    padding-left: 20px;
    line-height: 50px !important;
  }

  #sidebarNavAccount .navbar-toggler {
    display: block !important;
  }

  .save_btn {
    margin-left: 0 !important;
  }
}

@media (min-width: 767px) {
  .nav-side-menu .menu-list .menu-content {
    display: block;
  }

}

#sidebarAccountUl span {
  padding-left: 20px;
  color: #ffffff;
  font-size: 16px;

}

#sidebarNavAccount .navbar-toggler {
  display: none;
}

/**********************************************************************
                              User Profile
 *************************************************************************/

.balance_btn {
  color: #8600C8;
  border-width: 1px;
  border-color: #8600C8;
  border-style: solid;
  /*margin: 4px;*/
  /*margin-bottom: 4px;*/
  /*margin-bottom: 10px;*/
  font-size: 12px !important;
  font-weight: unset !important;
  cursor: pointer;
  float: left;
  padding: 1.05em 1.55em !important;
}

.add_funds_btn {
  /*width: 150px;*/
  height: 40px;
  font-size: 12px !important;
  background-color: #6439B6;
  border-radius: 500px !important;
  color: #ffffff;
  /*box-shadow: 0 2px 6px 0 #baa4e4;*/
}

.edit_profile_btn {
  width: 150px;
  height: 40px;
  font-size: 12px !important;
  background-color: #6439B6;
  border-radius: 50px !important;
  color: #ffffff;
  /*box-shadow: 0 2px 6px 0 #baa4e4;*/
}

.save_btn {
  margin-left: 20px;
}

.cancel_btn {
  width: 120px;
  height: 40px;
  border: solid 1px #6439b6;
  font-size: 12px;
  border-radius: 50px;
  color: #6439B6;
  /*background-color: #dae0e5;*/
  /*box-shadow: 0 2px 6px 0 #baa4e4;*/

}

.ddl_border_bottom {
  border-bottom: solid 1px #dfdcdc !important;

}

.profile_dropdown-content {
  display: none;
  position: absolute;
  /*background-color: #f1f1f1;*/
  min-width: 160px;
  /*box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);*/
  z-index: 1;
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 4px 13px 0 #4b27910d;
  background-color: #ffffff;
  border: none;
}

#userProfileDropdown::before {
  display: none;
}

.profile_dropdown-content a, .profile_dropdown-content > span {
  color: #646968 !important;
  padding: 12px 16px;
  text-decoration: none !important;
  display: block;
  background-color: #ffffff;
}

#userProfileMenuItem .dropdown-menu {
  border-top: 0 solid #fff !important;
  box-shadow: 0 4px 13px 0 rgba(75, 39, 145, 0.05);
  border: 0 !important;
}

.detail_label {
  color: #979b9a;
  font-size: 16px;
  letter-spacing: 1px;
}

.detail_value {
  color: #2e3635;
  font-size: 18px;
  letter-spacing: 0.6px;
}

.profile_heading {
  letter-spacing: 0.2px;
  color: #2e3635;
  font-weight: bold;
  margin-bottom: 12px;
  font-size: 17px;

}

.profile_img_border {
  /*background-color: #ffffff;*/
  border-bottom: solid 1px #dfdcdc;
}

.profileIcon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  text-align: center;
  line-height: 100px;
  color: #000;
  border: 2px solid #000;
  font-size: 40px;
}

#divUserProfileDetail a {
  letter-spacing: 0.4px;
  color: #f13535;
  text-decoration: none;
  font-size: 13px;
}

#userProfileMenuItem a[aria-expanded="true"]::before {
  content: '';

}

#userProfileMenuItem a[aria-expanded="false"]::before {
  content: '';

}

#userProfileHeaderContent ul li {
  font-size: 13px;
  cursor: pointer;
}

/************************************************Edit Profile******************************************/
.txt-profile-input {
  border-top: 0 !important;
  border-right: 0 !important;
  border-left: 0 !important;
  border-radius: 0 !important;
  padding: 0 !important;
  /*color: #b4b7b6 !important;*/
  font-size: 15px !important;
  width: 86% !important;
}

.txt-profile-input:disabled, .txt-profile-input:read-only {
  /*background-color: transparent !important;*/
  padding: 0 10px !important;
}

.ddl-profile-input {
  border-top: 0 !important;
  border-right: 0 !important;
  border-left: 0 !important;
  border-radius: 0 !important;
  background-color: #ffffff !important;
  color: #b4b7b6 !important;
  border-bottom: solid 1px #dfdcdc;
  border-color: #dfdcdc !important;
  width: 100%;
  font-size: 15px !important;
  text-align: left !important;
  padding: 0 !important;

}

#frmUserProfileEdit .form-control::placeholder {
  font-size: 15px !important;
  color: #b4b7b6;
}

#frmUserProfileEdit .dropdown-toggle::after {
  /*padding-bottom:10px !important;*/
  display: none;
}

#frmUserProfileEdit .dropdown-menu {
  width: 100%;
  font-size: 14px;
}

#frmUserProfileEdit .btn:focus {
  box-shadow: none !important;
}

#frmUserProfileEdit input:focus {
  box-shadow: none !important;
}

#frmUserProfileEdit input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #b4b7b6 !important;
}

.summary {
  padding: 15px 15px;
  /*border-right:1px solid #ccc;*/

  /*border-width: 20px;*/
  /*border-image: linear-gradient(to bottom, rgba(0,0,0,0) 25%,rgba(0,0,0,1) 25%,rgba(0,0,0,1) 75%,rgba(0,0,0,0) 75%) !important;*/
}

.red-txt {
  margin-top: -5px;
  color: red;
}

#divUserFundsSummary .row_header {
  fontSize: 11px !important;
  color: #646968;
}

.div_grid_card {
  background-color: #fff;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: 4px;
  margin-right: 4px;
  padding-top: 15px;
  padding-bottom: 7px;
  padding-right: 36px;
  padding-left: 36px;
  border-radius: 5px;
  zIndex: 300;
  box-shadow: rgb(215, 210, 210) 1px 0px 3px 1px;
}

.pending_div_grid_card {
  background-color: #6234bd1f;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: 4px;
  margin-right: 4px;
  padding-top: 15px;
  padding-bottom: 7px;
  padding-right: 36px;
  padding-left: 36px;
  border-radius: 5px;
  zIndex: 300;
  box-shadow: rgb(215, 210, 210) 1px 0px 3px 1px;
}

.grid_border_bottm {
  border-bottom: solid 1px #dfdcdc;
  /*width: 70%;*/
  /*position: absolute;*/
  /*right: 0px;*/
  /*top: 15%;*/
}

.today_txt {
  font-family: Lato;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.2px;
  color: #cecfd5;
}

.share_txt {
  color: #26a69a;
  font-weight: 600;
}

.border_right {
  border-right: solid 1px #dfdcdc;
  height: 70%;
  /*position: absolute;*/
  right: 0px;
  /*top: 15%;*/
}

.profile_active_icon {
  color: #979197;
  font-size: 19px;
}

.profile_icon {
  color: #cccccc;
  font-size: 19px;
}

.right_line {
  border-right: solid 1px #dfdcdc;
  height: 95%;
  /*margin-right: 33px !important;*/
  /*position: absolute;*/
  right: 0px;
  top: 15% !important;
  padding-left: 33px;
  /*padding-right:20px !important;*/
}

.summary_space {
  /*padding-left: 40px !important;*/
  padding-top: 22px !important;
  padding-bottom: 22px !important;
}

@media (max-width: 767px) {
  .right_line {
    border-right: 0 !important;
  }
}

.editProfileSpin input {
  font-family: Lato !important;
  font-size: 20px !important;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 10px;
  color: #2e3635 !important;
  border: none !important;
  border-bottom: 1px solid #7b918e !important;
  width: 1.7em !important;
}

/* Portfolio */

.portfolioHeader {
  padding-top: 8px;
  padding-bottom: 8px;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  background-color: #fff;
}

.portfolioHeader .description {
  font-size: 18px;
}

.tickerNamePending {
  display: block;
  font-size: 12px;
  color: black;
}

.portfolioRightAlign {
  text-align: right;
}

.portfolioHeaderPending {
  padding-left: 0;
  box-shadow: 0 9px 17px 0 rgba(75, 39, 145, 0.07);
  background-color: #6234bd1f;
}

.portfolioHeaderHeading {
  font-size: 14px;
}

.portfolioHeaderValue {
  font-size: 15px;
  font-weight: bold;
}

.portfolioHeader .pad_right_left {
  padding: 5px
}

.portfolioPositiveArrow {
  color: #26a69a;
  height: 12px;
  font-size: 25px;
  margin-left: 5px;
  vertical-align: middle;
}

.portfolioNegativeArrow {
  color: #f13535;
  /*height: 35px;*/
  top: -7px;
  position: relative;
  font-size: 25px;
  margin-left: 5px;
  vertical-align: middle;
}

.portfolioPositiveTxt {
  color: #26a69a;
}

.portfolioNegativeTxt {
  color: #f13535;
}

.portfolioLogoCircle {
  border: 1px solid #e3e6e8;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  background-color: #ffffff;
}

.portfolioLogoCircle img {
  width: 38px;
  height: 38px;
  margin: 15px 15px 0px;
}

.portfolioLogoNotFound {
  display: inline-block;
  width: 38px;
  height: 38px;
  background-color: #6234bd;
  color: #fff;
  line-height: 38px;
  margin: 15px 17px 0;
  font-size: 25px;
  text-align: center;
}

.portfolioListStockName {
  font-size: 14px;
  font-weight: bold;
  color: #646968
}

.portfolioLisPrice {
  font-weight: 600;
  color: #2e3635;
}

.portfolioCancelBtn {
  /*margin-top: 10px;*/
  color: #fff;
  cursor: pointer;
  background-color: #ec392d;
  padding: 5px 10px;
  border-radius: 50px;
  display: inline-block;
}

.portfolioBuyBtn {
  color: #fff;
  cursor: pointer;
  background-color: #26a69a;
  padding: 5px 10px;
  border-radius: 10px;
  display: inline-block;
}

.portfolioBuyBtn a:hover {
  color: white !important;
  text-decoration: none !important;
}

.holdingOrderButton{
  text-align: right;
}

.holdingPortfolio {
  display: inline-block;
  font-size: 18px;
  cursor: pointer;
  color: #A0A6AD;
}

.orderPortfolio {
  display: inline-block;
  padding-right: 15px;
  font-size: 18px;
  cursor: pointer;
  color: #A0A6AD;
}

.holdingPortfolio:hover{
  color:#452B7D;
}

.orderPortfolio:hover{
  color: #452B7D;
}

.portfolioButtonColor{
  color:#452B7D;
}

.pendingOrderTime {
  font-size: 10px;
  color: gray;
}

.spinOtp input {
  padding-left: 9px;
  letter-spacing: 28px;
  border: 0;
  background-image: linear-gradient(270deg, #808285 70%, hsla(0, 0%, 100%, 0) 0);
  background-position: bottom;
  background-size: 35px 1px;
  background-repeat: repeat-x;
  background-position-x: 24px;
  width: 137px;
  font-size: 12px;
  color: #808285;
}

.spinSignup {
  margin-left: 70px;
  margin-top: 15px;
}

.spinSignup .input-group-prepend {
  margin-top: 18px;
  color: #b4b7b6;
}

/* .spinSignup input {
    padding-left: 14px;
    letter-spacing: 40px;
    border: 0;
    background-image: linear-gradient(270deg, #dfdcdc 70%, hsla(0, 0%, 100%, 0) 0);
    background-position: bottom;
    background-size: 50px 1px;
    background-repeat: repeat-x;
    background-position-x: 35px;
    width: 199px;
    font-size: 16px;
    color: #000;
    background-color: #fff;
    outline: none;
    margin-top: 20px;
    font-weight: 400;
    float: left;
    margin-left: 15px;
} */

.spinSignup i {
  margin-top: 24px;
}

.spinOtp input {
  padding-left: 9px;
  letter-spacing: 28px;
  border: 0;
  background-image: linear-gradient(270deg, #808285 70%, hsla(0, 0%, 100%, 0) 0);
  background-position: bottom;
  background-size: 35px 1px;
  background-repeat: repeat-x;
  background-position-x: 24px;
  width: 137px;
  font-size: 12px;
  color: #808285;
}

/* shweta */
/* International phone codes style*/
.phoneCodes div.react-phone-number-input__icon {
  /*border: none;*/
  height: 0.97em;
}

.phoneCodes div.react-phone-number-input__icon img,
.phoneCodes div.react-phone-number-input__icon svg {
  position: relative;
  top: -6px;
}

.phoneCodes input {
  border: none;
}

.phoneCodes input::placeholder {
  color: #B4B7B6;
}

.prfl-ddl-input {
  background-color: unset !important;
}

.prfl-ddl-input:disabled {
  background-color: #e9ecef !important;
  padding: 0px 10px !important;
}

/* Analyst Ratings Charts*/

.analyst-ratings-card {
  min-height: 500px;
}

.no-data-found {
  margin: auto;
}

.mean-recommend-chart {
  width: 100px;
  height: 15px;
  border: 1px solid #bebfc1;
  border-bottom-width: 0px
}

.mean-recommend-chart-borders {
  margin-left: 20px;
}

.mean-recommend-chart-numbers-row {
  margin-left: 15px;
}

.mean-recommend-values-row {
  margin-left: 10px;
}

.mean-recommend-chart-marker {
  margin-left: 10px;
}

.mean-recommend-chart-numbers {
  margin-left: 90px
}

.mean-recommend-values-strong-buy {
  max-width: 50px;
  opacity: 0.7;
}

.mean-recommend-values-moderate-buy {
  max-width: 70px;
  margin-left: 40px;
  opacity: 0.7;
}

.mean-recommend-values-hold {
  max-width: 50px;
  margin-left: 40px;
  opacity: 0.7;
}

.mean-recommend-values-moderate-sell {
  max-width: 70px;
  margin-left: 40px;
  opacity: 0.7;
}

.mean-recommend-values-strong-sell {
  max-width: 50px;
  margin-left: 40px;
  opacity: 0.7;
}

.phoneCodes .react-phone-number-input__input {
  height: 1.66rem;
  border-bottom: 1px solid #646968;
  /*border-bottom: 1px solid #ced4da;*/
}

/*Latest Design CSS*/

.greyBackground {
  font-family: 'Lato', sans-serif;
  background-color: #f5f6fa;
}

.whiteBackground {
  font-family: 'Lato', sans-serif;
  background-color: #ffffff;
}

.noPadding {
  padding-left: 0px;
  padding-right: 0px;
  font-family: 'Lato', sans-serif;
}

/* Plans */

.purpleBackground {
  width: 100%;
  position: relative;
  height: 376px;
}

.overText {
  left: 0;
  position: absolute;
  text-align: center;
  top: 60px;
  width: 100%;
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.36px;
  text-align: center;
  color: #ffffff;
}

.planButton {
  color: #6439b6;
  background-color: #ffffff;
  border-color: #6439b6;

}

.planButton:hover {
  color: #ffffff;
  background-color: #6439b6;
}

.priceCard {
  height: 388px;
  /*width: 360px;*/
  box-shadow: 0 13px 25px 0 rgba(67, 121, 112, 0.07);
  background-color: #ffffff;
  border-radius: 6px;
  /*top:-115px;*/
  padding: 15px 40px 25px;
}

.ChangeHeight {
  max-height: 180px;
}

.selectedPriceCard {
  border: 2px solid #6439b6;
}

.priceCardWrapper {
  top: -266px;
  position: relative;
  min-height: 300px;
}

.priceHeader {
  text-align: left;
  border: none;
  height: 128px;
}

.priceType {
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.22px;
  color: #2e3635;
  padding-top: 10px;
}

.price {
  font-size: 32px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.1px;
  color: #6439b6;
  padding-top: 10px;
}

.coins {
  margin-right: 10px;
}

.perTrade {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #646968;
  /*padding-bottom: 20px;*/
}

.cardText {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0px;
  color: #2e3635;
  padding-top: 10px;
}

.cardFooter {
  bottom: 0;
  position: absolute;
}

.purpleText {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.13px;
  color: #0b306f;
}

.createAccountButtonText {
  left: 0;
  text-align: center;
  width: 100%;
  font-size: 35px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.32px;
  text-align: center;
  color: #6439b6;
}

.createButton {
  width: 284px;
  border-radius: 4px;
  background-color: #6439b6;
  font-size: 18px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.5px;
  text-align: center;
  color: #ffffff;
  opacity: 0.9;
  margin-top: 10px;
}

.createButtonText {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: center;
  /*color: #ffffff;*/
  /*padding-left: 20px;*/
  /*padding-top: 10px;*/
  height: 48px;
}

.darkGreyBackground {
  background-color: #EEF0F9;
  font-family: 'Lato', sans-serif;
}

.upcomingHeading {
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #2e3635;
  text-align: center;
}

.UpcomingFeaturesHeading {
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  color: #2e3635;
  padding-top: 25px;
}

.UpcomingFeaturesImage {
  margin-right: 10px;
}

.PlanHeadingText {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #646968;
  text-align: left;
}

.PlanHeadingText a {
  text-decoration: underline;
  color: #646968;
}

.UpcomingFeaturesCard {
  text-align: left;
  padding-right: 13px;
}

.UpcomingFeaturesCard .featured {
  color: #2f363f;
  position: absolute;
  font-size: 12px;
  border: 1px solid #33cda1;
  background-color: #cceee4;
  margin-left: 5px;
  border-radius: 5px;
  padding: 5px;
}

/* Create Account */

.createBorder {
  border-radius: 6px;
  box-shadow: 0 13px 25px 0 rgba(67, 121, 112, 0.07);
  border: none;
}

::placeholder {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.2px;
  color: rgba(0, 0, 0, 0.25);
}

.logo {
  height: 40px;
  display: block;
  margin: auto;
}

.createAccountText {
  font-size: 25px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.18px;
  text-align: center;
  color: #000000;
}

.createTextLine {
  width: 100%;
  background-color: transparent;
  color: #646968;
  outline: none;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: solid 1px #646968;
}

.createTextLine:active {
  color: #6439b6;
}

.createHeading {
  margin-bottom: 0px;
  padding-bottom: 0px !important;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.3px;
  color: #646968;
}

.secureText {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.16px;
  color: #000000;
}


.loginText {
  text-align: center;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.4px;
  color: #646968;
  padding-right: 0px;
  padding-bottom: 20px;
  padding-top: 10px;
  padding-left: 0px;
  color: gray;
}

.login {
  color: #6439b6;
}

.createCard {
  margin-top: -336px
}

.btn:focus {
  box-shadow: none !important;
}

.selectedPriceCard .selectButton i {
  position: relative;
  font-size: 20px;
  top: -2px;
  left: 5px;
}

.selectedPriceCard .selectButton {
  width: 30px;
  height: 30px;
  border-radius: 17.5px;
  background-color: #22aa99;
  color: #ffffff;
  float: right !important;
}

.react-phone-number-input__row {
  /*border-bottom: .5px solid #646968;*/
}

.planContainer {
  max-height: 280px;
}

.makePaymentContainer {
  position: relative;
  top: -112px;
}

.spinModalTitle {
  width: 269px;
  height: 28px;
  font-family: Lato;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0.18px;
  color: #2e3635;
}

.spinModalDialog {
  max-width: 400px;
  /*height: 320px;*/
}

.spinModalBody {
  padding-left: 9%;
  padding-right: 9%;
}

.spinModalBody p {
  width: 338px;
  height: 46px;
  font-family: Lato;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.64;
  letter-spacing: 0.13px;
  color: #646968;
}

.setSpinButton {
  width: 150px;
  height: 40px;
  border-radius: 4px;
  /*box-shadow: 0 2px 6px 0 #baa4e4;*/
  background-color: #6439b6;
  color: #ffffff;
  font-family: Lato;
}

.spinInputBox input {
  /*width: 24px;*/
  /*height: 48px;*/
  font-family: Lato !important;
  font-size: 40px !important;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0;
  color: #2e3635 !important;
  margin-right: 26px !important;
  border: none !important;
  border-bottom: 1px solid #7b918e !important;
  width: 1.3em !important;

}

.popover {
  background-color: #f3f3f3;
  border-radius: 6px;
  font-family: Lato;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: normal;
  color: #646968;
  /*width: 251px;*/
  /*height: 87px;*/
}


/*.cashSettlementDropdown > .dropdown-toggle:after {*/
/*    content: none;*/
/*    display: none;*/
/*}*/
.headerStackImage {
  display: inline-block;
  height: 15px;
  width: auto;
}

.cashSettlementDropdown a {
  border: 0 solid transparent !important;
  background-color: #f0eaf8;
}

.cashSettlementDropdown a[aria-expanded=true]:before,
.cashSettlementDropdown a[aria-expanded=false]:before {
  content: none;
}

.cashSettlementDropdown a.badge-light:focus, .cashSettlementDropdown a.badge-light:hover {
  background-color: #f0eaf8;
}


.show > .dropdown-toggle:after {
  border-top-color: transparent;
  border-bottom: 4px solid;
  position: relative;
  /*top: -3px;*/
}

.show > .dropdown-toggle {
  border: unset !important;
  text-decoration: none;
  border-radius: 4px 4px 0 0;
}

.cashSettlementDropdown a {
  height: 41px;
}

.cashSettlementDropdown table {
  top: 40px;
  left: 20px;
  min-width: 180px;
  border-radius: unset;
  border-radius: 0 0 4px 4px;
  /* width: 202px; */
  height: 146px;
  border-radius: 4px;
  background-color: #f0eaf8;
  margin: 0;
  border: unset;
  padding: 12px;
}

.cashSettlementDropdown table td {
  font-size: 11px;
  font-weight: 500;
  width: 70%;
}

#violationsDiv {
  border-radius: unset;
  border: 2px solid #f13535;
  background-color: #ffcccc;
}

#renewalDiv {
  border-radius: unset;
  border: 2px solid #facc14;
  background-color: #facc14;
}

.otpInputBox input {
  /*width: 24px;*/
  /*height: 48px;*/
  font-family: Lato !important;
  font-size: 38px !important;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0;
  color: #2e3635 !important;
  margin-right: 10px !important;
  border: none !important;
  border-bottom: 1px solid #7b918e !important;
  width: 1.1em !important;
}


.gccCountryList select option {
  background-color: #ffffff;
  color: #6439B6;
}

.gccCountryList select {
  /*position: absolute;*/
  /*top: 10px;*/
  /*right: 25px;*/
  height: 34px;
  border-radius: 20px;
  color: #FFFFFF !important;
  background-color: #6439B6;
  border-radius: unset;
}

.gccCountryList select:focus {
  outline: none;
  /*box-sizing: unset;*/
}

.gccCountryList .kycCountry {
  border: 1px solid #6439b6 !important;
  width: 86%;
  color: #6439b6 !important;
  padding-left: 10px;
  background: unset !important;
}

.kycLabel {
  margin-bottom: 0;
  font-size: 14px;
}

.redAsteric {
  color: red;
}

.countrySearchableWrapper ul {
  margin: 0;
}

.countrySearchableWrapper input:first-child {
  padding: 0 !important;
  /*border-bottom-color: #ced4da !important;*/
  border-bottom-style: solid !important;
  border-bottom-width: 1px !important;
  border-radius: unset !important;
  height: 30px !important;
  width: 86% !important;
  box-sizing: unset !important;
}

.rbt-input-hint {
  width: 86%;
}

.form-control:focus {
  box-shadow: unset;
}

.otpModalTitle {
  width: 269px;
  height: 28px;
  font-family: Lato;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0.18px;
  color: #2e3635;
  text-align: left;
}

.otpModalDialog {
  max-width: 590px;
  /*height: 320px;*/
}

.otpModalBody {
  padding-left: 9%;
  padding-right: 9%;
}

.otpModalBody p {
  width: 338px;
  height: 46px;
  font-family: Lato;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.64;
  letter-spacing: 0.13px;
  color: #646968;
}

.otpButton {
  width: 150px;
  height: 40px;
  border-radius: 4px;
  /*box-shadow: 0 2px 6px 0 #baa4e4;*/
  background-color: #6439b6;
  color: #ffffff;
  font-family: Lato;
}

.otpInput input {
  /*width: 24px;*/
  /*height: 48px;*/
  font-family: Lato !important;
  font-size: 40px !important;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0;
  color: #2e3635 !important;
  margin-right: 26px !important;
  border: none !important;
  border-bottom: 1px solid #7b918e !important;
  width: 1.3em !important;
}

/*.cashSettlementDropdown > .dropdown-toggle:after {*/
/*border-top: 0px !important;*/
/*border-bottom: .3em solid !important;*/
/*border-left: .3em solid !important;*/
/*border-right: .3em solid !important;*/
/*}*/
/*.balanceDropdown:after {*/
/*    position: absolute;*/
/*    right: 11px;*/
/*    top: 22px;*/
/*}*/

/*.balanceDropdownContainer .show{*/
/*    color: #8600c8!important;*/
/*    border: 1px solid #8600c8!important;*/
/*}*/


/* stackCard1 by ishan */

.greenDayChangeText {
  color: #1FB3BD !important;
}

.redDayChangeText {
  color: red !important;
}

.stackCardTable th {
  padding-left: 20px;
  font-weight: 500;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 11px;
  border-top: 1px solid #dee2e6 !important;
}

.stackCardTable td {
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 11px;
}

.stockListLogo {
  width: 35px;
  height: 35px;
}

.featureDiv {
  font-size: 15px;
  position: relative;
  width: 100%;
  color: black;
  text-align: center;
  background: orange;
  top: -20px;
}

.tooltipHelp {
  background: #000;
  /* padding: 0 4px; */
  border-radius: 50%;
  color: #fff;
  font-weight: 700;
  position: relative;
  left: 153px;
  top: -21px;
  width: 14px;
  font-size: 11px;
  height: 14px;
  text-align: center;
}


.tooltipHelp .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -60px;
}

.tooltipHelp .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

.tooltipHelp:hover .tooltiptext {
  visibility: visible;
}

.colorWhite {
  color: #ffffff;
}
.renewPopUp h5{
  font-family: Lato;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0.4px;
  color: #000000;
  height: 24px;
}

.renewPopUp p{
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.4px;
  color: #000000;
  opacity: 0.5;
}
.renewPopUp button{
  background: #643FB3;
  border-radius: 5px;
  width: 269px;
  height: 48px;
  margin-bottom: 3%;
  font-family: Lato;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.4px;
  color: #FFFFFF;
}

/* Absolute Center Spinner */
.overlayLoading {
  position: absolute;
  z-index: 999;
  height: 100%;
  width: 100%;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.overlayLoading:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
}

/* :not(:required) hides these rules from IE9 and below */
/*.overlayLoading:not(:required) {*/
/*!* hide "loading..." text *!*/
/*font: 0/0 a;*/
/*color: transparent;*/
/*text-shadow: none;*/
/*background-color: transparent;*/
/*border: 0;*/
/*}*/

.overlayLoading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border: 6px solid #f3f3f3;
  border-radius: 50%;
  border-top: 6px solid rgb(27, 189, 163);
  width: 50px;
  height: 50px;
  top: 45%;
  left: 45%;
  position: absolute;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.paymentSlideContainer {
  width: 94%; /* Width of the outside container */
}

/* The slider itself */
.paymentSlider {
  -webkit-appearance: none; /* Override default CSS styles */
  appearance: none;
  width: 100%; /* Full-width */
  height: 5px; /* Specified height */
  background: #d3d3d3; /* Grey background */
  outline: none; /* Remove outline */
  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  transition: opacity .2s;
  border-radius: 10px;
}

/* Mouse-over effects */
.paymentSlider:hover {
  opacity: 1; /* Fully shown on mouse-over */
}

/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
.paymentSlider::-webkit-slider-thumb {
  -webkit-appearance: none; /* Override default look */
  appearance: none;
  width: 10px; /* Set a specific slider handle width */
  height: 10px; /* Slider handle height */
  background: #4CAF50; /* Green background */
  cursor: pointer; /* Cursor on hover */
  border-radius: 50%;
  box-shadow: 0 0 0 7px rgba(0, 0, 0, 0.15)
}

.paymentSlider::-moz-range-thumb {
  width: 10px; /* Set a specific slider handle width */
  height: 10px; /* Slider handle height */
  background: #4CAF50; /* Green background */
  cursor: pointer; /* Cursor on hover */
  border-radius: 50%;
  box-shadow: 0 0 0 7px rgba(0, 0, 0, 0.15)
}

/*Labels below slider*/
.range-labels {
  margin: 18px -41px 0;
  padding: 0;
  list-style: none;
}

.range-labels > li {
  position: relative;
  float: left;
  width: 90.25px;
  text-align: center;
  color: #b2b2b2;
  font-size: 14px;
  cursor: pointer;
}

/*.range-labels > li > & ::before {*/
/*position: absolute;*/
/*top: -25px;*/
/*right: 0;*/
/*left: 0;*/
/*content: "";*/
/*margin: 0 auto;*/
/*width: 9px;*/
/*height: 9px;*/
/*background: #b2b2b2;*/
/*border-radius: 50%;*/
/*}*/

@media (min-width: 641px) {
  /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */
  /* .carouselArrow{
      left:13px;
  }
  .watchListCard .card-body .stockChange{
      font-size:12px !important;
  }
  .breakingNewsCard .card-body .newsTitle{
      overflow: hidden;
  }
  #mainNavbarContentUl li{
      margin:auto;
      text-align: center;
  }
  .checkmark{
      top:5px;
  } */
  /* .divBuySellTogglableTab ul li.nav-item{
      width: unset;
  }
  .radContainer{
      font-size: 13px;
  } */

}

@media (min-width: 961px) {
  /* tablet, landscape iPad, lo-res laptops ands desktops */
  /* .watchListCard .card-body .stockChange{
      font-size:12px !important;
  }
  .carouselArrow{
      left:8px;
  }
  .breakingNewsCard .card-body .newsTitle{
      overflow: hidden;
  }
  #mainNavbarContentUl li{
      margin:unset;
      text-align: unset;
  }
  .divBuySellTogglableTab ul li.nav-item{
      width: unset;
  }
  .radContainer{
      font-size: 13px;
  }
  .checkmark{
      top:5px;
  }
  .chk_left{
      left: 24px !important;
  } */
}

@media (min-width: 1025px) {
  /* big landscape tablets, laptops, and desktops */


}


/* ***************************************************************************************************** */


/*
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {

  .breakingNewsCard .card-body .newsTitle {
    overflow: hidden;
  }


}

/*
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {

  .breakingNewsCard .card-body .newsTitle {
    overflow: hidden;
  }

  .cancel_btn {
    margin-left: 10px;
  }

}

/*
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {

  #carouselPopular span.carouselArrow {
    left: 13px;
  }

  #trendingCarousel span.carouselArrow {
    left: 14px;
  }

  #carouselSocialMediaSmall span.carouselArrow {
    left: 22px;
  }

  .watchListCard .card-body .stockChange {
    font-size: 12px !important;
  }

  .breakingNewsCard .card-body .newsTitle {
    overflow: hidden;
  }

  #mainNavbarContentUl li {
    margin: auto;
    text-align: center;
  }

  .divBuySellTogglableTab ul li.nav-item {
    width: 50%;
  }

  .checkmark {
    top: 8px;
  }

  .chk_left {
    left: 33px !important;
  }

  .divNewsVerticalTogglableTab span.circularIcon {
    padding: 6px 12px !important;
  }

  .divOverLay .filterCover h3 {
    width: 100% !important;
    margin-left: 0 !important;
  }

  .signinContainer {
    min-height: 350px;
    height: unset !important;
    margin-bottom: 0 !important;
  }

  .watchListCard .card-body .stockPrice {
    font-size: 18px !important;
  }

  .cardWithShadow div.card-body div div,
  .cardWithOutShadow div.card-body div div,
  .breakingNewsCard div.card-body div div {
    padding-left: 0;
  }

  .noTickerImgFound {
    width: 29px !important;
    height: 30px !important;
    line-height: 30px !important;
  }

  .watchListCard .card-body .logoCircle img {
    margin: 9px 9px 0 !important;

  }

  .watchListCard .card-body .logoCircle {
    height: 60px !important;
    width: 60px !important;

  }

  .businessPage .twoListSection .rightSection img, .businessPage .twoListSection .leftSection img {
    margin-left: 0 !important;
  }

  .businessPage .partnersLogoSection .bannerSection img {
    width: 100% !important;
  }

  #navbarCollapse ul li {
    padding-left: 10px;
  }

  .landingHeader .navBarMenu li a {
    margin-right: 10px;
  }

  .landingHeader .navBarMenu span button {
    height: 32px;
    width: 85px;
  }

  #navbarCollapse {
    padding-bottom: 0;
    font-size: 10px;
  }

  .landingHeader {
    padding-right: 0;
  }

  .partner .bannerSection img {
    width: 100%;
  }

  .globalTrading .btn {
    margin-left: 0 !important;
    width: auto !important;
  }

  .globalInvestingScroller .leftSideSection {
    margin-left: 0;
  }

  .globalInvestingMain {
    height: unset;
  }

  .footer .section1 .emailSection .heading {
    font-size: 13px;
  }

  .emailSection div div.left {
    font-size: 12px;
  }

  .footerPhone i {
    font-size: 20px;
  }

  .footerPhoneText {
    font-size: 15px;
    margin-left: 5px;
  }

  .globalInvestingScroller .fixedSection img {
    width: 100%;
  }

  .mainRow div {
    margin-bottom: 10px !important;
  }

  .businessPage .formSection .formBg {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}

/*
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

  .watchListCard .card-body .stockChange {
    font-size: 12px !important;
  }

  /* .carouselArrow{
      left:8px;
  } */
  .breakingNewsCard .card-body .newsTitle {
    overflow: hidden;
  }

  #mainNavbarContentUl li {
    margin: unset;
    text-align: unset;
  }

  .divBuySellTogglableTab ul li.nav-item {
    width: unset;
  }

  .radContainer {
    font-size: 13px;
  }

  .checkmark {
    top: 4px;
  }

  .chk_left {
    left: 28px !important;
  }

  .priceChart {
    /* min-height: 435px !important; */
  }

  .cancel_btn {
    padding: 0;
    margin: 0;
  }

  .create-account {
    width: 100%;
  }

  .businessPage .twoListSection .rightSection img, .businessPage .twoListSection .leftSection img {
    margin-left: 60px !important;
  }

  .businessPage .partnersLogoSection .bannerSection img {
    width: auto !important;
  }

  .stockTeam .teamPic {
    margin-left: 0 !important;
  }

}


/*
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
  .planContainer {
    max-height: unset;
  }

  .makePaymentContainer {
    position: relative;
    top: -180px;
  }
}

/*
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
  .planContainer {
    max-height: unset;
  }

  .makePaymentContainer {
    position: relative;
    top: -180px;
  }
  .holdingOrderButton {
    text-align: left;
  }
}

/** Import CSS **/

/** Common style section **/

body {
  /*background-color: #f5f6fa;*/
  font-family: 'Lato', sans-serif !important;
}

input::-ms-clear {
  display: none;
}

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.standerdHeading h6 {
  font-size: 15px;
  font-weight: 500;
}

.standerdHeading h5 {
  font-weight: 300;
}

input:focus,
button:focus,
input[type="button"]:focus {
  outline: none !important;
}

.startColor {
  color: #ed8a1a !important;
}

.bgColor {
  background-color: #f5f6fa;
}

.pageNotFound {
  margin-top: 30px;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 10px;
  text-align: center;
}

.pageNotFound h1 {
  font-size: 100px;
  margin-top: 60px;
}

.pageNotFound img {
  width: 400px;
  height: 400px;
}

.divOverLay {
  background-color: rgba(255, 255, 255, 255);
  border-radius: 6px;
  box-shadow: 0 6px 15px 0 #eae6ef;
  padding: 10px 10px 10px;
  height: 510px
}

.divOverLay .filterCover {
  background-image: url(/src/public/assets/images/filtercover.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  height: 100%;
  padding-top: 95%;
}

.divOverLay .filterCover h3 {
  width: 200px;
  height: 40px;
  font-size: 16px !important;
  background-color: #6439b6;
  color: #fff;
  border-radius: 500px !important;
  box-shadow: 0 2px 6px 0 #baa4e4;
  text-align: center;
  padding-top: 8px;
  /*margin-top: 95%;*/
  margin-left: 20px;
}

.rightSideViewAll {
  position: relative !important;
  margin-top: -40px !important;
  margin-right: 20px;
  color: #6439b6;
  font-size: 14px;
  cursor: pointer;
}

.cardWithShadow {
  border: 0px !important;
  border-radius: 6px;
  background-color: #ffffff;
  box-shadow: 0 6px 15px 0 #eae6ef;
  margin-bottom: 20px;
}

.emptyCardShadow {
  box-shadow: 0 6px 15px 0 #eae6ef;
  height: 170px;
  border-radius: 6px;
}

.cardWithOutShadow {
  border: 0px !important;
  border-radius: 6px;
  background-color: #ffffff;
  margin-bottom: 25px;
  height: 160px;
}

.homeSection {
  margin-top: 40px;
}

.customDwn button {
  background-color: transparent;
  border: hidden;
  color: #646968;
  font-size: 16px;
  font-weight: 400;
  outline: none;
}

.customDwn .customDwnItem {
  font-size: 14px;
  font-weight: 300;
  color: #646968;
  height: 40px;
  padding-left: 16px !important;
  line-height: 28px;
  cursor: pointer;
}

.customDwn .customDwnItem:hover {
  color: #353837;
  font-weight: 600;
  background-color: #f8f8f8;
}

.smallApplyBtn {
  width: 80px;
  height: 30px;
  border-radius: 20px;
  background-color: #6439b6;
  color: #fafafa;
  margin-left: 10px;
  letter-spacing: .5px;
  font-size: 12px;
  cursor: pointer;
}

.customDwn div {
  padding: 0px 0px !important;
  border: 0px solid;
}

.downloadCard {
  border: 0px !important;
  border-radius: 6px;
  background-color: #ffffff;
  box-shadow: 0 6px 15px 0 #eae6ef;
  margin-bottom: 20px;
  height: 100px;
  cursor: pointer;
}

.downloadCard .card-body {
  margin-left: -10px !important;
  margin-right: -25px !important;
}

.downloadCard .circle {
  width: 35px;
  height: 35px;
  /*background-color: #32c0a3;*/
  border-radius: 50%;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  padding-top: 3px;
}

.downloadCard .title {
  font-size: 14px;
  font-weight: 400;
  color: #2e3635;
}

.downloadCard .secondDiv {
  padding-left: 12px;
}

.downloadCard i {
  margin-top: 15px;
  margin-right: 10px;
  font-size: 18px;
}

.upArrowIcon {
  width: 28px;
  height: 28px;
  background-color: rgba(83, 199, 40, .25);
  border-radius: 50%;
  text-align: center;
}

.buyIcon {
  width: 28px;
  height: 28px;
  background-color: #26a69a;
  border-radius: 50%;
  text-align: center;
}

.upArrowIcon i {
  margin-top: 7px;
  color: #53c728 !important;
}

.sellIcon {
  width: 28px;
  height: 28px;
  background-color: #f13535;
  border-radius: 50%;
  text-align: center;
}

.downArrowIcon {
  width: 28px;
  height: 28px;
  background-color: rgba(241, 53, 53, .25);
  border-radius: 50%;
  text-align: center;
}

.downArrowIcon i {
  margin-top: 7px;
  color: #f13535 !important;
}

.loader {
  border: 6px solid #f3f3f3;
  border-radius: 50%;
  border-top: 6px solid rgb(27, 189, 163);
  width: 50px;
  height: 50px;
  -webkit-animation: spin 1s linear infinite; /* Safari */
  -ms-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  position: absolute;
  top: 40%;
  left: 48%;
  z-index: 105;
}

.btnLoader {
  border: 4px solid #f3f3f3;
  border-radius: 50%;
  border-top: 4px solid #1bbda3;
  width: 28px;
  height: 28px;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  -ms-animation: spin 1s linear infinite;
  position: absolute;
  top: 25%;
  left: 46%;
}

.minHeight {
  min-height: 200px;
  position: relative;
  width: 100%;
}

.textDecorationNone {
  text-decoration: none !important;
}

.rotate {
  -webkit-animation: spin 1s linear infinite;
  -ms-animation: spin 1s linear infinite;
  /* Safari */
  animation: spin 1s linear infinite;
}


/* Safari */

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.noTickerImgFound {
  display: inline-block;
  width: 38px;
  height: 38px;
  background-color: #6234bd;
  color: #fff;
  line-height: 38px;
  margin: 15px 15px 0;
  font-size: 25px;
  text-align: center;
}

.noDataContainer {
  text-align: center;
  /*opacity: 0.4;*/
  color: #a89dbb;
  font-weight: 400;
}

.noDataImg {
  width: 100px;
}

.formError {
  color: #f95b25;
  font-size: 13px;
}

.formSuccess {
  color: #7368f3;
  font-size: 13px;
}

.customPagination .page-link {
  border-radius: 2px !important;
  border: solid 1px #dde4e4 !important;
  background-color: transparent !important;
  color: #646968 !important;
  margin-left: 10px !important;
}

.customPagination .page-item.disabled .page-link {
  opacity: .5 !important;
}

.customPagination .page-item.active .page-link {
  border: solid 1px #26a69a !important;
  background-color: #2da99d !important;
  color: #fff !important;
}

.customPagination .page-item:first-child {
  margin-right: 10px !important;
}

.customPagination .page-item:last-child {
  margin-left: 10px !important;
}

.formFieldMsgContainer {
  float: left;
  padding: 0 10%;
  text-align: left;
}

.formFieldMsg {
  color: #7368f3;
  font-size: 10px;
}

.cursorPointer {
  cursor: pointer;
}

.aTagUnset {
  text-decoration: none !important;
}

.aTagUnset:visited,
.aTagUnset:hover {
  color: unset;
}


/* common color  class*/

.white {
  color: #ffffff !important;
}

.red {
  color: red !important;
}


/* Safari */

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

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


/** Header section style **/

.stockalLogoHeader {
  width: 40px;
  height: 40px;
}

.headerMenu {
  margin-left: 10px;
  color: #000000;
  font-size: 14px;
}

.headerMenu i {
  height: 18px;
  vertical-align: middle;
}

.navbarRightManu a {
  color: #646968;
  font-size: 14px;
  font-weight: 300;
  margin-top: 15px;
  margin-right: 15px !important;
}

.navbarRightManu .active {
  color: #000000;
  font-weight: 500;
}

.navbarRightManu i {
  font-size: 15px;
  margin-right: 5px;
}

.navbarRightAcctBalance {
  color: #000000;
  font-size: 12px;
  margin-top: 5px;
  margin-left: 15px;
  margin-right: 15px;
}

.navbarRightAcctBalance a {
  color: #000000;
}

.navbarRightAcctBalance span {
  color: #35aca1;
  font-size: 18px;
  padding-left: 10px;
}

.navbarRightImgIcon img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: 10px;
}

.positiveArrow {
  color: #26a69a;
  height: 12px;
  font-size: 25px;
  margin-left: 5px;
  vertical-align: middle;
}

.negativeArrow {
  color: #f13535;
  height: 35px;
  font-size: 25px;
  margin-left: 5px;
  vertical-align: middle;
}


/** Dashboard portfolio chart style **/

.chartContainer {
  background-color: #6439b6;
}


/* Dashboard search box style */

.searchBoxContainer {
  margin: 40px 0;
  position: relative;
}

.searchBox > div > input {
  width: 100%;
  background-color: #ffffff;
  border-radius: 25px;
  position: relative;
  height: 50px;
  padding-left: 25px;
  border: none;
  outline: none;
}

.rbt-menu {
  width: 93.5%;
  margin: -1px 20px;
  border-radius: 4px !important;
}

.searchBoxInput,
.rbt-input-hint-container input {
  width: 100%;
  height: 50px;
  background-color: #ffffff;
  border-radius: 25px;
  border: none;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.4px;
  color: #2e3635;
  padding: 0 30px;
  outline: none;
}

.dropdown-menu {
  /*padding: 0 !important;*/
  overflow: auto;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #f8f8f8 !important;
  /*height: 80px;*/
  height: 57px;
  color: #2e3635 !important;
}

.dropdown-item {
  padding: 5px 2px !important;
  height: 47px;
  border-bottom: solid 0.5px #dfdcdc;
}

.dropdown-item {
  padding: 5px 2px !important;
}

.searchItemBorder {
  width: 4px;
  /*height: 70px;*/
  height: 47px;
  border-radius: 4px;
  background-color: #6439b6;
  display: none;
}

.dropdown-item.active .searchItemBorder {
  display: block;
}

.searchBoxIcon {
  position: absolute;
  right: 30px;
  top: 14px;
  font-size: 22px;
  cursor: pointer;
  color: #2e3635;
}

.searchItemDetail {
  margin-left: 36px;
}

.searchItem .stockName {
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #2e3635 !important;
}

.searchItem .stockCompany {
  font-size: 10px !important;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #2e3635 !important;
  margin-left: 10px !important;
}

.stockTypeEtf {
  width: 40px;
  height: 16px;
  border-radius: 20px;
  background-color: #d9dbde;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0.4px;
  text-align: center;
  color: #2c2e39;
  display: inline-block;
  margin-right: 40px;
}

.searchItemIcon {
  width: 24px;
  height: 24px;
  font-size: 12px;
  padding: 5px;
  color: #6439b6;
  border: 1px solid #6439b6;
  border-radius: 25px;
  display: none;
  margin-top: 10px;
}

.dropdown-item.active .searchItemIcon {
  display: block;
}


/*  Dashboard portfolio Data style*/

.portfolioDataContainer {
  width: 300px;
}

.pdBigText {
  font-size: 30px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 55px;
  letter-spacing: 0.5px;
  color: #ffffff;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  width: 100%;
}

.inrIcon {
  position: relative;
  font-size: 16px;
  border-radius: 25px;
  border: 2px solid #a389ce;
  color: #a389ce;
  padding: 3px 0px;
  width: 25px;
  height: 25px;
  margin-left: 5px;
  margin-bottom: 9px;
  display: inline-block;
  cursor: pointer;
}

.pdSmallText {
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 25px;
  letter-spacing: 0.4px;
  color: #ffffff;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  width: 100%;
}

.pdSmallText > span {
  display: block;
}

.pdMarginRight {
  margin-right: 33px;
}

.pdUpArrow {
  font-size: 20px;
  color: #027870;
  background-color: #fff;
  border-radius: 25px;
  margin-left: 7px;
  padding: 1px 7px 0;
  position: relative;
  top: 3px;
}

.pdPopoverHead {
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.2px;
  text-align: left;
  color: #2e3635;
  margin-bottom: 10px;
}

.pdPopoverBody {
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.17;
  letter-spacing: 0.5px;
  color: #2e3635;
}


/* marketOpenTxt style*/

.marketOpenTxt {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1px;
  text-align: center;
  color: #ffffff;
  margin: 10px 0 10px;
}


/** Watch list section style **/

.cardEtf {
  width: 40px;
  height: 16px;
  background-color: #d9dbde;
  border-radius: 20px;
  padding-left: 12px;
  font-size: 10px;
  color: #2c2e39;
  font-weight: 300;
}

.watchListCard .cardText {
  color: #2F3635;
}

.watchListCard .card-header {
  font-size: 10px;
  background-color: #ffffff;
  border-radius: 6px 6px 0px 0px !important;
  color: #2e3635;
}

.watchListCard .card-header img {
  margin-right: 5px;
  width: 18px;
  height: 6px;
}

.watchListCard .card-body {
  height: 130px;
  max-height: 130px;
}

.watchListCard .card-body .logoCircle {
  border: 0.5px solid #e3e6e8;
  border-radius: 50%;
  width: 72px;
  height: 72px;
}

.watchListCard .card-body .logoCircle img {
  width: 38px;
  height: 38px;
  margin: 15px 15px 0px;
}

.watchListCard .card-body .stockName {
  font-size: 14px;
  font-weight: 400;
  color: #2e3635;
}

.watchListCard .card-body .stockName span {
  font-size: 10px;
  margin-left: 5px;
}

.watchListCard .card-body .stockName i {
  margin-left: 5px;
  color: #ed8a1a;
  width: 14px;
  height: 14px;
}

.watchListCard .card-body .stockPrice {
  font-size: 23px;
  font-weight: 400;
  color: #2e3635;
}

.watchListCard .card-body .stockPrice i {
}

.watchListCard .card-body .stockChange {
  font-size: 14px;
  color: #646968;
  font-weight: 300;
}

.watchListCard .card-body .stockChange span {
  color: #c2c3c3;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
}


/** Top Gainers and Losers section style **/

.topGL {
  background-color: #ffffff;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  height: 270px;
}

.topGL ul {
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, .125) !important;
}

.topGL .nav-item a {
  margin-right: 20px;
  margin-left: 10px;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.4px;
  color: #2e3635;
}

.topGL .nav-item a :hover {
  text-decoration: none !important;
}

.topGL .nav-item .active {
  padding-bottom: 12px;
  border-bottom: 3px solid #6439b6;
  border-left-width: 20px !important;
}

.solidChartTitle {
  text-align: center !important;
  margin-top: 22px !important;
  font-size: 20px !important;
  font-weight: 500;
}

.solidChartText {
  text-align: center;
  font-size: 18px;
  color: #2e3635;
  font-weight: 300;
}

.solidChartText span {
  font-size: 14px;
  font-weight: 300;
}

.solidChartText .change {
  font-size: 14px;
  color: #646968;
  margin-bottom: 10px;
  font-weight: 300;
}

.solidChartPane {
  fill: #dbf3f0;
  border: none;
  stroke-width: 0px;
}

.disableBoxSizing {
  margin-left: 20px !important;
  /* margin-right: 20px !important; */
}

.InnerRow {
  padding-right: 15px !important;
  padding-left: 15px !important;
}

.topGL .rightSideViewAll {
  position: relative !important;
  margin-top: -50px !important;
  margin-right: 20px;
  color: #6439b6;
  font-size: 14px;
}


/** Trending stocks style section **/

.trendingSection {
  /* height: 284px; */
  padding-top: 30px;
  background-color: #E5E7EF;
  background-image: url(/src/public/assets/images/trending_bg.png) !important;
  background-size: cover;
  margin-top: 25px;
  position: relative;
}

.carouselArrow {
  width: 35px;
  height: 35px;
  background-color: #ffffff;
  border-radius: 50%;
  display: inline-block;
  bottom: 120px;
  position: relative;
}

.carouselArrow i {
  color: #000000;
  margin-top: 10px;
  margin-left: 13px;
  font-size: 14px;
}

.headerTitle {
  padding-bottom: 15px;
  font-size: 18px;
  color: #2e3635;
}


/** Themes stock style section **/

.homeThemes {
  margin-top: 25px;
  margin-bottom: 25px;
}

.themesDwn {
  margin-left: 10px;
}

.dropdown select {
  background-color: #f5f6fa;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  font-size: 12px;
  color: #646968;
  margin-bottom: 8px;
  outline: none;
}

.dropdown i {
  margin-left: 5px;
  font-size: 12px;
}


/** Breaking News **/

.breakingNewsSection {
  position: relative;
  min-height: 150px;
}

.breakingSource {
  float: right;
  font-size: 12px;
  color: gray;
  margin-right: 16px;
  margin-top: 14px;
  font-style: italic;
}

.breakingNews {
  margin-bottom: 25px;
  margin-top: 25px;
}

.breakingNewsCard {
  height: auto;
  /* height: 110px; */
  max-height: 113px;
  border: 0px !important;
  border-radius: 6px;
  background-color: #ffffff;
  box-shadow: 0 6px 15px 0 #eae6ef;
  margin-bottom: 20px;
}

.breakingNewsCard .card-body .logoCircle {
  border: 0.5px solid #e3e6e8;
  border-radius: 50%;
  width: 72px;
  height: 72px;
}

.breakingNewsCard .card-body .logoCircle img {
  width: 70px;
  height: 70px;
  /* margin: 15px 15px 0px; */
}

.breakingNewsCard .card-body .newsTitle {
  font-size: 16px;
  color: #2e3635;
  margin-top: -10px;
  line-height: 20px;
  height: 63px;
}

.breakingNewsCard .card-body .newsTimestamp {
  color: #2e3635 !important;
  font-size: 10px !important;
  margin-top: 5px;
}

.breakingNewsCard .card-body .stockName {
  font-size: 14px;
  color: #646968;
  margin-top: 5px;
}

.breakingNewsCard .card-body .stockName span {
  font-size: 14px;
  color: #646968;
  margin-left: 10px;
}

.breakingNewsCard .positiveArrow {
  color: #26a69a;
  height: 8px;
  font-size: 25px;
  margin-left: 5px;
  vertical-align: middle;
}

.breakingNewsCard .negativeArrow {
  color: #f13535;
  height: 30px;
  font-size: 25px;
  margin-left: 5px;
  vertical-align: middle;
}

.breakingNews .fullNews {
  width: 100%;
  color: #2e3635 !important;
  /* height: 250px; */
  margin: 26px 0 10px 0;
  padding: 20px;
  border-radius: 6px;
  background-color: #ffffff;
  box-shadow: 0 6px 15px 0 #eae6ef;
  position: relative;
}

.breakingNews .fullNews .newsTitle {
  font-size: 16px;
  color: #2e3635;
  margin-top: -10px;
  line-height: 20px;
  width: 80%;
}

.breakingNews .fullNews .newsContent {
  font-weight: 300;
  font-size: 14px;
  line-height: 23px;
  margin-top: 10px;
  overflow-x: auto;
  max-height: 185px;
}

.breakingNews .fullNews .newsContent::-webkit-scrollbar {
  width: 0;
  /* remove scrollbar space */
  background: transparent;
  /* optional: just make scrollbar invisible */
}


/* optional: show position indicator in red */

.breakingNews .fullNews .newsContent::-webkit-scrollbar-thumb {
  background: #FF0000;
}

.breakingNews .fullNews .viewDetails {
  position: absolute;
  right: 19px;
  top: 10px;
  font-size: 14px;
  color: blueviolet;
}

.breakingNews .triangle {
  width: 50px;
  border-bottom: 25px solid #ffffff;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  bottom: -28px;
  position: absolute;
  z-index: 999;
  left: 42%;
}

.expandable {
  /*background: #fff;*/
  /*overflow: hidden;*/
  /*color: #000;*/
  /*line-height: 50px;*/
  transition: all .5s ease-in-out;
  transform-origin: left top;
  transform: scaleY(0);
}

.expand {
  transform: scaleY(1) !important;
}


/* Portfolio empty style*/

.whiteBigBtn {
  width: 280px;
  height: 50px;
  border-radius: 4px;
  background-color: #ffffff;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
  margin: 44px 0;
}

.popularSection {
  height: 270px;
}


/** Financial Trasaction **/

.financialTransaction {
  margin-top: 40px;
  margin-bottom: 100px;
}

.financialTransaction .header .titleDwn {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.2px;
  text-align: center;
  color: #646968;
  margin-right: 30px;
}

.ftTable {
  margin-top: 14px;
}

.ftTable table thead {
  background-color: #e8e9ee;
  font-size: 12px;
  font-weight: 600;
  color: #000000;
}

.ftTable table tbody {
  font-size: 14px;
  font-weight: 400;
  color: #2e3635;
  background-color: #ffffff;
}

.ftTable .table td,
.table th {
  border-top: 0px;
  padding-left: 40px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: transparent !important;
}

.table-striped tbody tr:nth-of-type(even) {
  background-color: #fafafa !important;
}

.datePickerArea {
  position: absolute;
  z-index: 105;
  /* margin-left: 200px; */
}

.datePickerAreaHide {
  display: none;
}

.datePickerAreaShow {
  display: block;
}

.dateFilledArea {
  display: inline-block;
  background-color: #ffffff;
  width: 250px;
  height: 30px;
  border: 1px solid #dde0ee;
  padding-left: 10px;
}

.dateFilledArea i {
  color: #babdca;
}

.dateFilledArea input {
  display: inline-block;
  border: 0px;
  margin-left: 10px;
  font-size: 14px;
  margin-right: 5px;
  width: 180px;
}

.financialTransaction .actNumber {
  padding-top: 5px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.7px;
  color: #2e3635;
}

.dateSectionDwn {
  position: relative;
  display: inline-block;
}

.dateSectionDwn .btnApply {
  width: 80px;
  height: 30px;
  border-radius: 20px;
  background-color: #6439b6;
  color: #fafafa;
  margin-left: 10px;
  letter-spacing: 0.5px;
  font-size: 12px;
  cursor: pointer;
}

.whiteBigBtnText {
  width: 157px;
  height: 22px;
  opacity: 0.9;
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.3px;
  text-align: center;
  color: #6439b6;
}

.whiteBigBtnIcon {
  margin-left: 10px;
  font-weight: 500;
  font-size: 23px;
}

.noPortfolioPrice {
  width: 323px;
  height: 58px;
  font-size: 24px;
  font-weight: 100;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.4px;
  text-align: center;
  color: #ffffff;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}

.noPortfolioPriceSmall {
  width: 102px;
  height: 17px;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.6px;
  color: #ffffff;
  margin-top: 13px;
}

.userStatusHeadTxt {
  width: 323px;
  height: 30px;
  font-size: 24px;
  font-weight: 100;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.4px;
  text-align: center;
  color: #ffffff;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}

.userStatusSmallTxt {
  width: 100%;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.6px;
  color: #ffffff;
  margin-top: 11px;
  text-align: left;
}

.userStatusXSTxt {
  width: 100%;
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.6px;
  color: #ffffff;
  margin-top: 11px;
  text-align: center;
}

.userStatusErrorTxt {
  color: #f72058;
  font-weight: 500;
}


/*  Signin/Signup style*/

.signinContainer {
  /*height: 350px;*/
  /*padding-top: 30px;*/
  /*background-color: #6439b6;*/
  background-image: url(/src/public/assets/images/stockal-signin-signup.png) !important;
  /*background-size: cover;*/
  background-position: bottom;
  background-repeat: no-repeat;
  /*margin-top: 25px;*/
  position: relative;
  /*margin-bottom: 300px;*/
  background-size: contain;
  background-position-y: 0;
  margin-bottom: 50px
}

.signinGradient {
  width: 100%;
  height: 284px;
  opacity: 0.28;
  background-blend-mode: overlay;
  background-image: linear-gradient(to bottom, #45277f, rgba(255, 255, 255, 0));
}

.onBoardingBox {
  border-radius: 6px;
  background-color: #ffffff;
  box-shadow: 0 13px 25px 0 #43797012;
  text-align: center;
  min-height: 300px;
  margin-top: -180px;
  padding: 40px 0;
}

.signupLink {
  float: right;
  padding: 0 10%;
  font-size: 13px;
  color: gray;
  position: relative;
  top: 25px;
}

.signupLink > span{
  display: inline-block;
  float: right;
}

.onBoardingLogo {
  /*margin-top: 50px;*/
}

.onBoardingHeader {
  height: 27px;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: .2px;
  text-align: center;
  color: #2e3635;
  margin-top: 15px;
  margin-bottom: 15px;
}

.onBoardingInput {
  height: 32px;
  background-color: #fff;
  border: none;
  /*border-bottom: .5px solid #dfdcdc;*/
  border-bottom: 1px solid #dfdcdc;
  width: 70%;
  outline: none;
  margin-top: 25px;
  font-size: 16px;
  font-weight: 400;
}

.onBoardingInputPassShow {
  font-size: 12px;
  cursor: pointer;
  color: #003b90;
}

.onBoardingInput::placeholder {
  color: #b4b7b6 !important;
}

.onBoardingInput::-webkit-input-placeholder {
  color: #b4b7b6 !important;
}

.onBoardingInput::-moz-placeholder {
  color: #b4b7b6 !important;
}

.onBoardingInput:-ms-input-placeholder {
  color: #b4b7b6 !important;
}

.onBoardingInput:-moz-placeholder {
  color: #b4b7b6 !important;
}

.onBoardingBtn {
  width: 80%;
  height: 55px;
  border-radius: 4px;
  background-color: #6439b6;
  opacity: 0.9;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-align: center;
  color: #ffffff;
  margin-top: 33px;
  outline: none;
  cursor: pointer;
  /*margin-bottom: 40px;*/
}

.signUpFormErrorContainer {
  float: left;
  padding: 0 10%;
  text-align: left;
}

.signUpFieldErrorContainer {
  position: absolute;
  bottom: -22px;
  right: 0;
  padding: 0 10%;
}

.signUpCalender {
  position: absolute;
  z-index: 105;
  /* margin-top: -18px; */
  /*border: 1px solid #c1d3da;*/
  border-radius: 7px;
  -webkit-box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.22);
  box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.22);
}

.signUpCalender .rdrCalendarWrapper {
  display: inline-block !important;
  border-radius: 7px;
}

.signupDwn button {
  background-color: transparent !important;
  color: #646968;
  font-size: 16px;
  font-weight: 400;
  outline: none;
}

.signupDwn > .dropdown-menu {
  overflow-y: overlay;
  max-height: 300px;
}

.signupDwn .signupDwnItem {
  font-size: 14px;
  font-weight: 300;
  color: #646968;
  height: 40px;
  padding-left: 16px !important;
  line-height: 28px;
  cursor: pointer;
}

.signupDwn .signupDwnItem:hover {
  color: #353837;
  font-weight: 600;
  background-color: #f8f8f8;
}

.signupDwn div {
  padding: 0px 0px !important;
  /*border: 0px solid;*/
}

.signupFieldColor {
  color: #495057 !important;
}

.signUpBtnGroup {
  background-color: #ffffff;
  color: #6439b6;
  border: 1px solid #dfdcdc
}

.signUpBtnGroup.active {
  background-color: #6439b6;
  color: #fff;
  border: 1px solid #6439b6;
}

.signUpFullInput {
  width: 93% !important;
}

.accountSetupErrorContainer {
  position: relative;
  top: -46px;
}

.documentUploadError {
  position: relative;
}

.pdfIcon {
  font-size: 90px;
  margin-top: 6px;
  color: #ff3838;
  float: right;
}

.signupSmallText {
  font-size: 11px;
  width: 90%;
  color: lightgray;
}

#signatureDw {
  display: none;
}

.signatureDwBtn {
  width: 88%;
  height: 58px;
  font-size: 18px;
  border-radius: 4px;
  background-color: #6439b6;
  color: #fff;
  text-align: center;
  opacity: .9;
  cursor: pointer;
  border: 0;
  margin-top: 25px !important;
}

.signatureDwSmallText {
  font-size: 12px;
  width: 95%;
  color: #9e8e8e;
}

.signatureDwText2 {
  font-size: 14px;
  width: 90%;
  color: #655656;
}

.dropdown-item-alt-txt {
  font-size: 10px;
  margin-left: 4px;
}

.uploadBtnWrapper {
  margin: 0;
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.uploadSelectBtn {
  padding: 8px 43px;
  cursor: pointer;
  font-size: 16px;
  border-radius: 4px;
  background-color: #6439b6;
  color: #fff;
  text-align: center;
  opacity: .9;
  border: 0;
}

.uploadDisabled {
  opacity: .5;
}

.uploadFileUploadBtn {
  cursor: pointer;
}

.uploadBtnWrapper {
  vertical-align: top;
}

.uploadBtnWrapper input[type=file] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.uploadMsg {
  font-size: 10px;
  margin-left: 10px;
  letter-spacing: 1px;
  color: #b4b7b6;
  font-style: italic;
  display: inline-block;
}

.documentDwn button {
  background-color: transparent;
  /*border: hidden;*/
  vertical-align: top;
  color: #646968;
  font-size: 16px;
  font-weight: 400;
  outline: none;
  padding: 7px 13px;
  min-width: 145px;
}

.documentDwn .customDwnItem {
  font-size: 14px;
  font-weight: 300;
  color: #646968;
  height: 40px;
  padding-left: 16px !important;
  line-height: 28px;
  cursor: pointer;
}

.documentDwn .customDwnItem:hover {
  color: #353837;
  font-weight: 600;
  background-color: #f8f8f8;
}

.documentDwn div {
  padding: 0px 0px !important;
  border: 0px solid;
  -webkit-box-shadow: 0 0 10px -1px rgba(0, 0, 0, .22);
  -moz-box-shadow: 0 0 10px -1px rgba(0, 0, 0, .22);
  box-shadow: 0 0 10px -1px rgba(0, 0, 0, .22);
}

.docUploadImgPreview {
  max-height: 200px;
  /*margin-left: 20px;*/
}

.documentCancelBtn {
  position: absolute;
  right: -10px;
  top: -10px;
  border: 2px solid black;
  border-radius: 50%;
  font-size: 10px;
  padding: 3px 7px;
  background-color: #ffffff;
  cursor: pointer;
}

.lrsPreview {
  display: none;
}

.lrsPreviewFieldHeader {
  font-size: 10px;
  color: lightgray;
}

#lrsDownloadBtn,
#lrsLoadingBtn,
#lrsNextBtn {
  display: none;
}


/***** Search Page ******/

.searchPage {
  margin-top: 30px;
}

.searchPage h4 {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.6px;
  color: #2e3635;
  display: inline-block;
  margin-right: 10px;
}

.searchPage .tabs {
  border: 1px solid #8600c8;
  border-radius: 10rem;
}

.searchPage .tabs .stocks {
  border-right: 1px solid #8600c8;
  font-size: 25px;
}

.searchPage .tabs .stacks {
  font-size: 25px;
}

.searchPage .tabs .stacks a {
  color: #8600c8
}

.searchPage .tabs .stocks a {
  color: #8600c8
}

/* filter section style */

.filterSection {
  background-color: #ffffff;
  border-radius: 6px;
  box-shadow: 0 6px 15px 0 #eae6ef;
  padding: 10px 10px 10px;
}

.filterSection .filterRangeHeader {
  color: #646968;
  font-size: 13px;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 10px;
}

.filterSection .heading {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.4px;
  color: #2e3635;
  text-align: left;
  margin-bottom: 10px;
}

.filterSection .collapseHeading {
  cursor: pointer;
}

.filterSection .collapseHeading span {
  padding-right: 20px;
  color: #646968;
}

.filterSection .heading span {
  color: #6439b6;
}

.filterSection .capsule {
  width: 60px;
  height: 25px;
  border-radius: 15px;
  border: solid 1px #6439b6;
  background-color: #6439b6;
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 8px;
  margin-right: 8px;
  display: inline-block;
}

.filterSection .divider {
  width: 109%;
  height: 2px;
  border: solid 0.5px #dfdcdc;
  background-color: #dde0ee;
  margin-left: -10px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.filterSection .customDwn {
  width: 144px;
  height: 30px;
  border-radius: 2px;
  border: solid 1px #dde0ee;
  background-color: #ffffff;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.4px;
  color: #2e3635;
  padding-left: 5px;
  margin-bottom: 20px;
}

.filterSection .changeOverTitle {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.4px;
  color: #2e3635;
}

.filterSection .customDwnSmall {
  width: 70px;
  height: 23px;
  border: hidden;
  background-color: #ffffff;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.4px;
  color: #2e3635;
  margin-left: 10px;
}

.filterSection .customDwnSmall button {
  background-color: transparent;
  border-radius: 2px;
  color: #646968;
  font-size: 16px;
  font-weight: 400;
  outline: none;
}

.filterSection .customDwnSmall .customDwnItem {
  font-size: 14px;
  font-weight: 300;
  color: #646968;
  height: 40px;
  padding-left: 16px !important;
  line-height: 28px;
  cursor: pointer;
}

.filterSection .customDwnSmall .customDwnItem:hover {
  color: #353837;
  font-weight: 600;
  background-color: #f8f8f8;
}

.filterSection .customDwnSmall div {
  padding: 0px 0px !important;
  border: 0px solid;
}

.filterSection .checkbox {
  position: relative;
  padding-left: 25px;
  padding-bottom: 5px;
  margin-top: 10px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.filterSection .checkbox label {
  margin-right: 10px;
}

.filterSection .checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  margin-right: 10px;
}

.filterSection .checkbox .checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 20px;
  width: 20px;
  border-radius: 0%;
  border: 2px solid #c2c3c3;
  background-color: #fafafa;
}


/* On mouse-over, add a grey background color */

.filterSection .checkbox:hover input ~ .checkmark {
  background-color: #fafafa;
}


/* When the checkbox is checked, add a blue background */

.filterSection .checkbox input:checked ~ .checkmark {
  border: 2px solid #6439b6;
  background-color: #fafafa;
}


/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}


/* Show the checkmark when checked */

.filterSection .checkbox input:checked ~ .checkmark:after {
  display: block;
}


/* Style the checkmark/indicator */

.filterSection .checkbox .checkmark:after {
  left: 6px;
  top: 2px;
  width: 6px;
  height: 10px;
  border: solid #6439b6;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.filterSection table {
  margin-bottom: 20px;
}

.filterSection table tr {
  width: 182px;
  height: 30px;
  border-radius: 2px;
  border: solid 1px #dde0ee;
  background-color: #ffffff;
  text-align: center;
}

.filterSection table tr td {
  width: 58px;
  height: 28px;
  border-radius: 2px;
  border-left: 1px solid #dde0ee;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0.4px;
  color: #2e3635;
}

.filterSection table tr td:hover {
  cursor: pointer;
}

.filterSection table tr .active {
  background-color: #f6f7ff;
}

.filterSection table tr .deactive {
  background-color: #ffffff;
}

.filterTable .table td {
  word-break: break-all !important;
  padding-left: 30px;
  color: #2e3635 !important;
  border-bottom: 1px solid #eae6ef;
}

.filterTable a {
  color: #2e3635 !important;
}

.filterTable .table th {
  padding-left: 30px;
  color: #2e3635 !important;
}

.filterTable .loadMore {
  text-align: center;
}

.filterTable .loadMore button {
  width: 150px;
  height: 40px;
  font-size: 14px !important;
  background-color: #e8e9ee;
  color: #2e3635;
  border-radius: 4px;
  /*box-shadow: 0 2px 6px 0 #baa4e4;*/
}

.filterTable .loadMore button span {
  top: 5px;
  left: 60px;
}


/******************* Stock details page *************************/


/* statistics chart section style */

.statisticsChart .card {
  border-radius: 4px;
  box-shadow: 0 9px 17px 0 rgba(75, 39, 145, 0.07);
  background-color: #ffffff;
  border: 0;
  margin-bottom: 30px;
  height: 240px;
}

.statisticsChart .cardSubTitle {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.4px;
  color: #2e3635;
  padding-top: 20px;
  padding-left: 20px;
}

.statisticsChart img {
  height: 185px;
  width: 242px;
  text-align: center;
  margin-top: -25px;
  margin-left: 20px;
}


/* news table */

.newsSection {
  background-color: #ffffff;
  width: 100%;
  box-shadow: #d7d2d2 1px 0px 3px 1px;
  margin-bottom: 30px;
  border-radius: 4px;
}

.news_tabcontent {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.38;
  letter-spacing: 0.4px;
  color: #2e3635;
  /*height: 484px;*/
  /*max-height: 484px;*/
  overflow: auto;
}

.news_tabcontent h5 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.38;
  letter-spacing: 0.4px;
  color: #2e3635
}

.news_tabcontent span {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.38;
  letter-spacing: 0.4px;
  color: #2e3635;
}

.news_tabcontent i {
  margin-left: 10px;
}


/* Financial Data style section */

.financialDataDateRow {
  /*position: relative;*/
  /*z-index: 105;*/
  margin-bottom: 15px;
  margin-top: 10px;
}

.financialDataDateRow span {
  padding-right: 15px;
  font-size: 12px;
  color: #a6a2a2;
  font-weight: 300;
}

.divStatisticsTogglableTab {
  margin-bottom: 30px;
  border-radius: 4px;
}

.divStatisticsTogglableTab .bodyTextItem {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.43;
  letter-spacing: 0.2px;
  color: #2e3635;
  padding-top: 15px;
  padding-bottom: 15px;
}

.divStatisticsTogglableTab .small {
  height: 360px;
}

.divStatisticsTogglableTab .full {
  min-height: 500px;
}


/* Social media card style */

.socialMediaCard .title {
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: 0.3px;
  color: #2e3635;
  text-align: justify;
  margin-top: 5px;
  word-break: break-all;
}

.socialMediaCard .handleName {
  font-size: 13px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: 0.3px;
  color: rgba(0, 0, 0, .5);
  margin-top: 10px;
}

.socialMediaCard .timeAgo {
  font-size: 12px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: 0.3px;
  color: rgba(0, 0, 0, .5);
}

.loaderWrapper {
  height: 100px;
}

.socialMediaFull {
  width: 100%;
  min-height: 500px;
}

.socialMediaFull .card {
  border: 0px !important;
  border-radius: 4px !important;
  box-shadow: 0 6px 15px 0 #eae6ef !important;
  margin-bottom: 20px !important;
}

.socialMediaFull .card-body .logoCircle {
  border: 0.5px solid #e3e6e8;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  text-align: center;
  margin-left: 20px;
}

.socialMediaFull .card-body .logoCircle img {
  width: 38px;
  height: 38px;
  margin: 15px 15px 0px;
}

.socialMediaFull .card-body .title {
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: 0.3px;
  color: #2e3635;
  text-align: left;
  margin-top: 10px;
}

.socialMediaFull .card-body .handleName {
  font-size: 13px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: 0.3px;
  color: rgba(0, 0, 0, .5);
  margin-top: 10px;
  margin-top: 10px;
}

.socialMediaFull .timeAgo {
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: 0.3px;
  color: rgba(0, 0, 0, .5);
  margin-right: 20px;
}


/* Earning Chart style section */

.earningChartBg {
  border-radius: 4px;
  box-shadow: 0 9px 17px 0 rgba(75, 39, 145, 0.07);
  background-color: #ffffff;
  height: 430px;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 20px;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.earningSource {
  float: right;
  font-size: 12px;
  color: gray;
  margin-top: 0;
  font-style: italic;
  bottom: 6px;
  position: relative;
}


/* ETF holdings */

.etfHolding {
  height: 430px;
}

.etfHolding .card {
  margin-bottom: 20px;
}

.etfHolding .logoCircle h3 {
  margin-top: 15px;
  font-weight: 600;
}

.etfHolding .title {
  padding-left: 15px;
  text-align: justify;
  word-break: break-all;
  height: 44px;
}

.etfHolding .value {
  padding-left: 15px;
  font-size: 18px;
  margin-top: 5px;
}

.priceChart {
  border-radius: 4px;
  box-shadow: 0 9px 17px 0 #4b279110;
  background-color: #ffffff;
  margin-top: 25px;
  min-height: 446px;
}

.buySellError {
  font-size: 11px;
  color: red;
  text-align: right;
  display: block;
  height: 18px;
  margin-top: -15px;
}

.buySellInvest {
  font-size: 11px;
  color: #9d84f5;
  text-align: right;
  display: block;
  height: 18px;
  margin-top: -15px;
}

.reviewPopupOverlay {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0);
  background-color: rgba(3, 4, 37, 0.8);
}

.reviewPopupContainer {
  width: 350px;
  min-height: 200px;
  position: fixed;
  background-color: white;
  top: 8%;
  left: 36%;
}

.reviewPopupHeader {
  background-color: #f8f9fa;
  padding: 10px 25px;
}

.reviewPopupClose {
  position: absolute;
  cursor: pointer;
  color: #00000070;
  right: 12px;
  font-size: 24px;
  top: 0;
}

.reviewPopupHeaderText {
  text-align: center;
  font-weight: 600;
  margin-bottom: 10px;
}

.reviewPopupPrice {
  margin-bottom: 10px;
}

.reviewPopupPrice span {
  display: inline-block;
  float: right;
}

.reviewPopupText {
  font-size: 14px;
  margin-bottom: 6px;
}

.reviewPopupContent {
  padding: 10px 25px;
}

.reviewPopupContent div {
}

.reviewPopupContent table {
  font-size: 13px;
  font-weight: 300;
  width: 100%;
}

.reviewPopupContent td {
  padding: 5px;
}


/********** POP UP ************/

.addFundPopup {
}

.addFundPopup .header {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: -13px;
  background-color: #f8f9fa;
}

.addFundPopup .header img {
  height: 40px;
  width: 40px;
}

.modal-backdrop {
  opacity: 0.8 !important;
}

.addFundPopup .circle {
  width: 70px;
  height: 70px;
  background-color: #E4E4E4;
  border-radius: 100%;
  text-align: center;
  margin-left: 10px;
  margin-top: 10px;
  padding-top: 10px;
}

.addFundPopup h2.head {
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.3px;
  color: #000000;
}

.addFundPopup .subHeader {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: 0.6px;
  color: #646968;
}

.addFundPopup .subHeaderBlack {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: 0.6px;
  color: #000000;
}

.addFundPopup .body {
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 20px;
}

.addFundPopup .submitBtn {
  width: 220px;
  height: 45px;
  border-radius: 24.5px;
  background-color: #6439b6;
  color: #ffffff;
  margin-top: 5px;
  margin-bottom: 20px;
}


/****** Analyst Opinion ******/

.analystOpinionCM {
  margin-top: 40px;
}

.analystOpinionCM table h5 {
  font-size: 13px;
  font-weight: 600;
}

.analystOpinionCM .solidChartTitle {
  text-align: center !important;
  margin-top: 15px !important;
  font-size: 20px !important;
  font-weight: 500;
}

.analystOpinionCM .title {
  text-align: center;
}


/********** Team style section  *******/

.stockTeam .teamPic {
  /* width: 180px; */
  max-width: 80%;
  height: 200px;
  margin-left: 55px;
}

.stockTeam img {
  -webkit-filter: grayscale(100%);
  /* Ch 23+, Saf 6.0+, BB 10.0+ */
  filter: grayscale(100%);
  /* FF 35+ */
  border-radius: 6px;
}

.stockTeam img:hover {
  transition: filter .5s ease-in-out;
  -webkit-filter: grayscale(0%);
  /* Ch 23+, Saf 6.0+, BB 10.0+ */
  filter: grayscale(0%);
  /* FF 35+ */
}

.stockTeam h4 {
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  /* line-height: 0.59; */
  /* margin-top: 12px; */
}

.stockTeam .mainRow {
  margin-top: 40px;
}

.stockTeam h5 {
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  color: #646968;
}

.stockTeam p {
  font-size: 15px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.59;
  letter-spacing: .2px;
  color: #646968;
  text-align: left;
}


/************************   Business Page Style *************************/

.businessPage .bannerSection {
  background-color: #ffffff;
  height: 500px;
}

.businessPage .bannerSection h2 {
  color: #000000;
  font-size: 28px;
  margin-top: 120px;
}

.businessPage .bannerSection p {
  color: #737373;
  font-size: 18px;
  margin-top: 15px;
}

.businessPage .bannerSection strong {
  color: #000000;
}

.businessPage .bannerSection .link {
  background-color: #ffffff;
  border: 3px solid #7d2ae8;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 7px;
  padding-top: 7px;
  border-radius: 5px;
  font-size: 16px;
  color: #737373;
  text-decoration: none;
  text-transform: uppercase;
}

.businessPage .bannerSection .link:hover {
  background-color: #7d2ae8;
  border: 3px solid #7d2ae8;
  color: #ffffff;
  cursor: pointer;
}

.businessPage .bannerSection img {
  margin-top: 30px;
  width: 100%;
  height: auto;
}

.businessPage .bannerMsgSection {
  height: 200px;
  text-align: center;
}

.businessPage .bannerMsgSection h2 {
  color: #000000;
  font-size: 28px;
  margin-top: 60px;
}

.businessPage .bannerMsgSection p {
  color: #000000;
  font-size: 18px;
  margin-top: 20px;
}

.businessPage .toggleSection {
  background-color: #ffffff;
  height: 450px;
}

.businessPage .toggleSection h2 {
  color: #000000;
  font-size: 28px;
  padding-top: 60px;
  text-align: center;
}

.businessPage .toggleSection h5 {
  color: #7d2ae8;
  font-size: 18px;
  margin-top: 20px;
  text-align: left;
  line-height: 0px;
}

.businessPage .toggleSection p {
  color: #000000;
  font-size: 16px;
  margin-top: 20px;
  text-align: left;
  margin-bottom: 20px;
}

.businessPage .toggleSection img {
  margin-top: 20px;
  margin-left: 20px;
  width: 100px;
  height: 100px;
  text-align: right;
}

.businessPage .toggleSection .link {
  background-color: transparent;
  border: 3px solid #7d2ae8;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 7px;
  padding-top: 7px;
  border-radius: 5px;
  font-size: 16px;
  color: #737373;
  text-decoration: none;
  text-transform: uppercase;
}

.businessPage .toggleSection a {
  color: #7d2ae8;
  margin-left: 10px;
  text-decoration: none;
}

.businessPage .toggleSection .link:hover {
  background-color: #7d2ae8;
  border: 3px solid #7d2ae8;
  color: #ffffff;
  cursor: pointer;
}

.businessPage .twoListSection .leftSection {
  background-color: #EEF0F2;
  padding-top: 20px;
  padding-bottom: 20px;
}

.businessPage .twoListSection .leftSection .row {
  margin-top: 20px;
  margin-bottom: 20px;
}

.businessPage .twoListSection .leftSection h3 {
  color: #7d2ae8;
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.businessPage .twoListSection .leftSection img {
  width: 100px;
  margin-left: 80px;
}

.businessPage .twoListSection .leftSection p {
  font-size: 16px;
  color: #000000;
  font-weight: 600;
  margin-top: 13px;
}

.businessPage .twoListSection .rightSection {
  background-color: #ffffff;
  padding-top: 20px;
  padding-bottom: 20px;
}

.businessPage .twoListSection .rightSection .row {
  margin-top: 20px;
  margin-bottom: 20px;
}

.businessPage .twoListSection .rightSection h3 {
  color: #000000;
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.businessPage .twoListSection .rightSection img {
  width: 100px;
  margin-left: 80px;
}

.businessPage .twoListSection .rightSection p {
  font-size: 16px;
  color: #000000;
  font-weight: 600;
  margin-top: 13px;
}

.businessPage .formSection {
  background-color: #ffffff;
  padding-top: 80px;
  padding-bottom: 40px;
}

.businessPage .formSection .formBg {
  margin-left: 15%;
  margin-right: 15%;
  margin-bottom: 50px;
  background-color: #EEF0F2;
  padding-right: 150px;
  padding-left: 150px;
  padding-bottom: 100px;
  padding-top: 100px;
}

.businessPage .formSection h2 {
  font-size: 28px;
  color: #000000;
  text-align: center;
  padding-bottom: 40px;
}

.businessPage .formSection .ratioLable {
  color: #000000;
  font-size: 16px;
}

.businessPage .formSection .subBtn {
  background-color: transparent;
  border: 3px solid #7d2ae8;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 7px;
  padding-top: 7px;
  border-radius: 5px;
  font-size: 16px;
  color: #737373;
  text-decoration: none;
  margin-left: 40%;
  text-transform: uppercase;
}

.businessPage .formSection .subBtn:hover {
  background-color: #7d2ae8;
  border: 3px solid #7d2ae8;
  color: #ffffff;
  cursor: pointer;
}

.businessPage .blackBannerSection {
  background-color: #000000;
  padding-bottom: 80px;
}

.businessPage .blackBannerSection h2 {
  color: #ffffff;
  font-size: 28px;
  padding-top: 60px;
  margin-bottom: 20px;
  text-align: center;
}

.businessPage .blackBannerSection p {
  color: #ffffff;
  font-size: 18px;
  text-align: left;
  margin-top: 20px;
  font-weight: 300;
  margin-left: 20px;
}

.businessPage .blackBannerSection p span {
  color: #8C52FF;
}

.businessPage .blackBannerSection img {
  width: 300px;
  height: auto;
  margin-top: 50px;
  margin-left: 50px;
}

.businessPage .partnersLogoSection {
  background-color: #ffffff;
  padding-top: 80px;
  /*padding-bottom: 80px;*/
}

.businessPage .partnersLogoSection h2 {
  color: #000000;
  font-size: 28px;
  margin-bottom: 60px;
  text-align: center;
}

.businessPage .partnersLogoSection .bannerSection {
  border-radius: 8px;
  background-color: #ffffff;
  box-shadow: 0 3px 8px 0 rgba(7, 5, 12, 0.21);
  height: 80px;
  text-align: center;
  margin-bottom: 30px;
}

.businessPage .partnersLogoSection .bannerSection img {
  width: auto;
  height: 36px;
  margin-top: 23px;
}


/* Payment */

.paymentSubmitBtn {
  width: 220px;
  height: 45px;
  border-radius: 24.5px;
  background-color: #6439b6;
  color: #ffffff;
  margin-top: 5px;
  margin-bottom: 20px;
}

.paymentFinalTxt {
  margin-right: 15px;
  border-bottom: 1px solid #000;
  padding-bottom: 6px;
}

.paymentFinalInput {
  margin-left: 5px;
  border: none;
  width: 80px;
  border-bottom: 1px solid #000;
}


/***************** create account ********************/


/* sign up */

.userName span {
  border: 1px solid #000000;
  border-radius: 20px;
  margin: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 5px;
  text-align: center;
  cursor: pointer;
}

.userName span i {
  margin-right: 6px;
  font-size: 16px;
  position: relative;
  top: 1px;
}

.otpCode input {
  padding-left: 14px;
  letter-spacing: 40px;
  border: 0;
  background-image: linear-gradient(to left, black 70%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 50px 1px;
  background-repeat: repeat-x;
  background-position-x: 35px;
  width: 290px;
  font-size: 18px;
}

.reSendCodeMsg {
  text-align: right;
  margin-top: 10px;
  margin-right: 5px;
  margin-bottom: 0px;
}


/********** Payment Plan ****************/

.paymentPlanCardLeft {
  margin-left: 20px;
  height: auto;
  transition: box-shadow .3s;
}

.paymentPlanCardLeft .card-header {
  background-color: #ece9f2;
}

.paymentPlanCardRight {
  margin-right: 20px;
  height: auto;
  transition: box-shadow .3s;
}

.paymentPlanCardRight .card-header {
  background-color: #ece9f2;
}

.PaymentPlanCardBody .price {
  font-size: 22px;
  font-weight: 600;
  text-align: left;
  margin: 10px;
  color: #45277f;
}

.PaymentPlanCardBody .price span {
  font-size: 14px;
  font-weight: 500;
  text-align: left;
}

.PaymentPlanCardBody .feature {
  font-size: 14px;
  font-weight: 500;
  margin: 10px;
  text-align: left;
}

.PaymentPlanCardBody .feature i {
  margin-right: 5px;
}

.PaymentPlanCardBody .feature i:nth-child(2) {
  margin-left: 5px;
}

.PaymentPlanCardBody .feature .btn {
  margin-right: 50px;
  margin-left: -10px;
  background-color: #5b79a380;
  border: none;
  width: 100%;
}

.paymentDisclaimer {
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 20px;
}

.paymentDisclaimer h4 {
  text-align: left;
  font-size: 17px;
  font-weight: 700;
  color: #45277f;
}

.paymentDisclaimer p {
  text-align: left;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 22px;
}

.paymentDisclaimer p span {
  color: #45277f;
}

.paymentDisclaimer ul li {
  text-align: left;
}

.paymentDisclaimer ul li a, .paymentDisclaimer ul li a:hover, .paymentDisclaimer ul li a:visited {
  color: #45277f;
}

.paymentPlanCardLeft:hover {
  box-shadow: 0 0 11px rgba(33, 33, 33, .2);
}

.paymentPlanCardRight:hover {
  box-shadow: 0 0 11px rgba(33, 33, 33, .2);
}

.paymentPlanCardLeft:hover .PaymentPlanCardBody .feature .btn {
  background-color: #45277f;
}

.paymentPlanCardRight:hover .PaymentPlanCardBody .feature .btn {
  background-color: #45277f;
}

.paymentPlanCardSelected {
  box-shadow: 0 0 11px rgba(33, 33, 33, .2);
}

.paymentPlanCardSelected .PaymentPlanCardBody .feature .btn {
  background-color: #45277f;
}

.investor-relations {
  top: -2px;
  margin-left: 10px;
  font-size: 10px;
  background-color: #2f2a2a;
  border-radius: 50%;
  height: 17px;
  width: 17px;
  display: inline-block;
  text-align: center;
  line-height: 17px;
  color: #fff;
  position: relative;
  text-decoration: none;
}

.investor-relations:hover {
  background-color: #656363;
  text-decoration: none;
  color: #ffffff;
}

.input-highlight {
  border-color: red !important;
}

.stockal-logo {
  color: #808eb6;
  font-size: 20px;
  margin-top: 47px;
  margin-bottom: 10px;
}

.footerPhone {
  margin-top: 25px;
  /*margin-left: 30px;*/
}

.footerPhoneIcon {
  font-size: 40px;
  color: #ffffff;
}

.footerPhoneText {
  color: #ffffff;
  font-size: 25px;
  margin-left: 15px;
}

/* shweta */
#pills-tab li a {
  text-decoration: none
}

.btnCoupon {
  cursor: pointer;
  width: 45%;
  margin: 10px auto 0;
}

.btn-primary:focus, .btn-primary:active {
  border-color: #45277f;
}

/* meet out team */
.widthAboutContainer {
  width: 70% !important
}

.leftImageMeetTeam {
  transform: perspective(1170px) rotateY(30deg);
  width: 86%;
  margin-left: 9%;
  padding: 0px;
  cursor: pointer;
}

.rightImageMeetTeam {
  transform: perspective(561px) rotateY(-24deg);
  padding: 0px;
  cursor: pointer;
}

.meetTeamHeading {
  margin-left: 14%;
}

.meetTeamImage {
  height: 190px;
  width: 90%;
  cursor: pointer;
}

.sliderMeetTeam {
  margin-left: 7%;
  margin-right: 4%;
  margin-top: 40px
}

/* .prevIconCarousel {
    position: absolute;
    margin-top: 102px;
    margin-left: 6%;
    font-size: x-large;
    font-weight: 900;
    color: whitesmoke;
    cursor: pointer;
}

.nextIconCarousel {
    position: absolute;
    margin-top: 102px;
    margin-left: 90%;
    font-size: x-large;
    font-weight: 900;
    color: whitesmoke;
    cursor: pointer;
} */

.middleImageMeetTeam {
  cursor: pointer;
}

.hdfcRadio > span{
  margin-right: 15px;
}

/* landing-page MoneyControl by ishan*/

.moneyControl .moneyControlLogo{
  padding-bottom: 50px;
  padding-top:50px;
}

.moneyControl .infoPart{
  padding-left: 60px;
  padding-right: 20px;
  background-color: white;
}

.moneyControl .internalPad{
  padding-right:35px;
}
.moneyControl .header{
  font-family: Lato;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 130%;
  color: #020E26;
}
.moneyControl .accountBtn{
  width: 183px;
  height: 64px;
  left: 80px;
  bottom: 256px;
  border:none;
  background: #54A831;
  border-radius: 4px;
  font-family: Lato;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 1px;
  color: #FFFFFF;
  flex: none;
  order: 0;
  align-self: center;
  flex-grow: 0;
  margin: 10px 0px;
}
.moneyControl .trusted{
  font-family: Lato;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000000;
}
.moneyControl .partnerType{
  padding-top:50px;
}
.moneyControl .moneyLoginText{
  font-family: Lato;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.5px;
  color: #0065A1; 
  cursor: pointer;
  margin-top: 5px;
}
.moneyControlStockalLogo{
  float:right;
  padding-bottom: 5px;
}
.smallMoneyControltext{
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  color: #000000;
  opacity: 0.5;
  margin-bottom: 5px;
}

.moneyControl ul{
  margin: 12px;
  padding: 0;
  list-style-type: none;
  
}
.moneyControl .firstTick li{
  margin: 0 0 12px 15px;
  font-size: .9em;
  line-height: 1em;
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 130%;
  color: #020E26;
}
.moneyControl .firstTick li:before{
  content:"\00a0";
  display: block;
  border: solid 9px #0065A1;
  border-radius: 9px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  height: 0;
  width: 0;
  position: absolute;
  left: 14px;
  top: 14%;
  margin-top: -8px;
}
.moneyControl .firstTick li:after{
  content: "\00a0";
  display: block;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 3px 2px 0;
  position: absolute;
  left: 20px;
  top: 14%;
  margin-top: -5px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.moneyControl .secondTick li{
  margin: 0 0 12px 15px;
  font-size: .9em;
  line-height: 1em;
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 130%;
  color: #020E26;
}
.moneyControl .secondTick li:before{
  content:"\00a0";
  display: block;
  border: solid 9px #0065A1;
  border-radius: 9px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  height: 0;
  width: 0;
  position: absolute;
  left: 14px;
  top: 50%;
  margin-top: -8px;
}
.moneyControl .secondTick li:after{
  content: "\00a0";
  display: block;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 3px 2px 0;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -5px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.moneyControl .companyCard{
  background-color: lightblue;
}
.moneyControl .thirdTick li{
  margin: 0 0 12px 15px;
  font-size: .9em;
  line-height: 1em;
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 130%;
  color: #020E26;
}
.moneyControl .thirdTick li:before{
  content:"\00a0";
  display: block;
  border: solid 9px #0065A1;
  border-radius: 9px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  height: 0;
  width: 0;
  position: absolute;
  left: 14px;
  top: 75%;
  margin-top: -8px;
}
.moneyControl .thirdTick li:after{
  content: "\00a0";
  display: block;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 3px 2px 0;
  position: absolute;
  left: 20px;
  top: 75%;
  margin-top: -5px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.moneyControl .whiteCard{
  width: 181px;
  height: 210px;
  background: #FFFFFF;
  box-shadow: 0px 4px 2px rgba(0, 0, 0, 0.09);
  border-radius: 13px;
  margin-top:20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left:auto;
  margin-right:auto;
}
.moneyControl .insideImage{
  width:70px;
  height:70px;
  display: block;
  margin-left:auto;
  margin-right:auto;
}

.vert .carousel-item-next.carousel-item-left,
.vert .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.vert .carousel-item-next,
.vert .active.carousel-item-right {
    -webkit-transform: translate3d(0, 34%, 0);
            transform: translate3d(0, 34% 0);
}

.vert .carousel-item-prev,
.vert .active.carousel-item-left {
-webkit-transform: translate3d(0,-34%, 0);
        transform: translate3d(0,-34%, 0);
}


.highcharts-data-label-box {
  /* stroke: #ffffff; */
  stroke-width: 0;
}

.highcharts-data-label text {
  fill: #1a1818 !important;
}

.highcharts-text-outline {
  stroke-width: 0px !important;
}

.dash {
  display: block;
  overflow: hidden;
  text-align: center;
}

.dash:before,
.dash:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 85%;
  border-top-style: dashed;
  border-top-width: 2px;
  border-color: #CFCFCF;
}

.dash:before {
  right: 0.5em;
  margin-left: -50%;
}

.dash:after {
  left: 0.5em;
  margin-right: -50%;
}

img {
  vertical-align: middle;
}

.blink {
  animation: blink 2s steps(5, start) infinite;
  -webkit-animation: blink 1s steps(5, start) infinite;
}

@keyframes blink {
  to {
    visibility: hidden;
  }
}

@-webkit-keyframes blink {
  to {
    visibility: hidden;
  }
}

.linkStack {
  color: black;
  text-decoration: none !important;
}

.alertRed {
  color: #e74c3c;
  margin-right: 10px;
  font-weight: 600;
  font-size: 13px;
}

.stacks .Content {
  background-color: #f5f6fa;
  padding-top: 1rem;
  padding-bottom: 2rem;
}

.stacks .Content .whiteBack {
  background-color: white;
  border-radius: 5px;
  min-height: 200px;
}

.stackLogoCircle {
  border: .5px solid #e3e6e8;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  background-color: #fff;
}

.stackLogoCircle img {
  width: 70px;
  height: 70px;
}


.stacks .Content .whiteBack .List {
  border-right: 1px solid #e7e7e7;
  overflow-y: scroll;
  height: 1700px;
}

.stacks .Content .whiteBack .List .static {
  border: solid 1px #e7e7e7;
  height: 500px;
}

.stacks .Content .whiteBack .List .stack {
  background-color: white;
  cursor: pointer;
}

.stacks .Content .whiteBack .List .stack .head {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.11px;
  color: #000000;
}

.stacks .Content .whiteBack .List .stack .specs {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.14px;
  color: #000000;
}

.stackSubTitleIcon {
  width: 35px;
  border-radius: 20px;
  background-color: #d9dbde;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .4px;
  text-align: center;
  color: #2c2e39;
  display: inline-block;
  margin-left: 5px;
}


.searchbar {
  margin-bottom: auto;
  margin-top: auto;
  padding: 3px;
  border: solid 1px #e7e7e7;
  background-color: #f9f9f9;
  border-radius: 5px;
  width: 90%;
}

.search_input {
  color: black;
  border: 0;
  outline: 0;
  background: none;
  width: 0;
  width: 75%;
}

.searchbar:hover > .search_icon {
  background: white;
  color: #e74c3c;
}

.search_icon {
  width: 40px;
  float: right;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: black;
}

.stacks .Content .body {
  padding-left: 3rem;
  padding-right: 3rem;
}

.stacks .Content .body .icon .image {
  width: 100%;
  border-radius: 50%;
  border: 1px solid grey;
}

.stacks .Content .body .investment {
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.23px;
  color: #000000;
}

.stacks .Content .body .dollar {
  position: absolute;
  top: 30px;
  margin-left: 8px;
  font-weight: 600;
}

.stacks .Content .body .minimum {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.23px;
  color: #000000;
  opacity: 0.5;
}


.stacks .Content .body .placeStackOrderButton {
  background-color: #6439b6;
  color: white;
  width: 100%;
}

.stacks .Content .body .name {
  font-size: 21px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.11px;
  color: #000000;
}

.stacks .Content .body .name .pdfButton {
  cursor: pointer;
  font-size: 18px;
  color: red;
  /* float: right; */
  margin-left: 15px;
}

.stacks .Content .body .portfolioLogoCircle {
  border: .5px solid #e3e6e8;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  background-color: #fff;
}

.stacks .Content .body .portfolioLogoCircle img {
  width: 70px;
  height: 70px;
  margin: 0px;
}

.stacks .Content .body .specifcation {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.14px;
  color: #000000;
  width: 40%;
}

.stacks .Content .body .danger {
  border-radius: 4px;
  border: solid 1px #bc3838;
  background-color: #fff1f1;
  padding-left: 5%;
  padding-right: 5%;
  padding-bottom: 2px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.07px;
  color: #ea4b4b;
}

.stacks .Content .body .theme .head {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.07px;
  color: #000000;
  opacity: 0.6;
}

.detailThemePill {
  border: 1px solid lightgray !important;
  margin: 4px;
  margin-bottom: 10px;
  font-size: 13px !important;
  font-weight: unset !important;
  cursor: pointer;
  float: left;
  padding: .55em !important;
}

.stacks .Content .body .theme .box {
  display: inline-block;
  border-radius: 4px;
  border: solid 1px #9f9f9f;
  background-color: #ffffff;
  padding-left: 11px;
  padding-right: 11px;
  margin-right: 5px;
}

.stacks .Content .body .theme .daysChange {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: 0.14px;
}

.stacks .Content .body .theme .greenDayChangeText {
  color: #26a69a;
}

.stacks .Content .body .theme .redDayChangeText {
  color: red;
}

.stacks .Content .body .description {
  padding-left: 15px;
  width: 86%;
}

.stacks .Content .body .description .showLess {
  padding-left: 6px;
  color: blue;
  cursor: pointer;
}

.stacks .Content .body .description .head {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.07px;
  color: #000000;
}

.stacks .Content .body .author {
  border-radius: 6px;
  background-color: #f8f8f8;
  width: 90%;
  padding: 15px;
}

.stacks .Content .body .author .head {
  font-size: 13px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.07px;
  color: #000000;
  opacity: 0.55;
}

.managementFeeHeading {
  font-size: 13px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.07px;
  color: #000000;
  opacity: 0.55;
  text-align: right;
}

.managementFeeAum {
  font-size: 13px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.14px;
  color: #000000;
  text-align: right;
}

.stacks .Content .body .author .authImg {
  width: 100%;
}

.stacks .Content .body .author .createrLogo {
  margin-left: auto;
  margin-right: auto;
}

.stacks .Content .body .author .logoCircle {
  border-radius: 50%;
  width: 50px;
  height: 45px;
}

.stacks .Content .body .author .logoCircle img {
  width: auto;
  height: 30px;
  /* margin: 9px 0px 0; */
}

.stacks .Content .body .author .name {
  font-size: 13px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.14px;
  color: #000000;
}

.stacks .Content .body .author .position {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.14px;
  color: #000000;
  opacity: 0.7;
}

.stacks .Content .body .author .rebalance {
  border-radius: 4px;
  border: solid 1px #6439b6;
  background-color: #ffffff;
  color: #6439b6;
  font-size: 14px;
  font-weight: bold;
  padding-right: 30px;
  padding-left: 30px;
  margin-bottom: 10px;
}

.stacks .Content .body .table-responsive {
  overflow: auto;
  height: 420px;
}

.stacks .Content .body .table-responsive th {
  padding-left: 0px;
  color: #6439b6;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.07px;
}

.stacks .Content .body .table-responsive td {
  padding-left: 0px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.14px;
  color: #000000;
}

.stacks .Content .body .table-responsive .scrip {
  width: 5%;
}

.stacks .Content .body .table-responsive .table-border {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.stacks .Content .body .table-responsive .tableHead {
  color: #6439b6;
  background-color: white;
}

.stacks .Content .body .table-responsive .tableHead th {
  background-color: white;
  position: sticky;
  top: 0;
  z-index: 10;
}

.stacks .Content .body .table-responsive .tableImage {
  width: 100%;
  border: 1px solid lightgray;
  border-radius: 50%;
}

.stacks .Content .body .table-responsive .tableHead .percent {
  display: none;
}

.stacks .Content .body .table-responsive .table-border .name {
  font-size: 14px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.14px;
  color: #000000;
}

.stacks .Content .body .table-responsive .table-border .code {
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.14px;
  color: #000000;
}

.stacks .Content .body .review .modal-header {
  border-bottom: none;
}

.stacks .Content .body .review .modal-header .modal-title {
  font-size: 21px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.11px;
  color: #000000;
}

.stacks .Content .body .review .modal-body .image {
  width: 100%;
  border-radius: 50%;
  border: 1px solid grey
}

.stacks .Content .body .review .modal-body .head {
  font-size: 17px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.23px;
  color: #000000;
}

.stacks .Content .body .review .modal-body .specs {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.14px;
  color: #000000;
}

.stacks .Content .body .review .modal-footer {
  border-top: 0px;
}

.stacks .Content .body .review .modal-footer .stockList {
  width: 100%;
}

.stacks .Content .body .review .modal-content {
  width: 100%;
}

/* .stacks .Content .body .review .modal-dialog{
    padding-left: 5%;
} */

.stacks .Content .body .review .modal-body .min {
  opacity: 0.3;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.23px;
  color: #000000;
}

.stacks .Content .body .review .modal-content .purchase {
  visibility: hidden;
}

.stacks .Content .body .review .modal-content .purchase .buy {
  height: 0px;
}

.stacks .Content .body .buyStack-Respo {
  visibility: hidden;
  height: 0px;
}

.stacks .Content .body .newBuyStack-Respo {
  visibility: hidden;
  height: 0px;
}


.inner-triangle {
  border-left: 1px solid transparent;
  border-right: 81px solid #6439b6;
  border-bottom: 90px solid transparent;
  height: 22px;
  position: absolute;
  right: 40px;
  top: 8px;
  right: 18px;
}

.corner-text {
  position: absolute;
  left: 50px;
  transform: rotate(45deg);
  top: 19px;
  color: white;
  font-weight: bold;
}

/* sell stack table */

.stockList th {
  padding-left: 0px;
  color: #6439b6;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.07px;
}

.stockList td {
  padding-left: 0px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.14px;
  color: #000000;
}

.stockList .scrip {
  width: 5%;
}

.stockList .table-border {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.stockList .tableHead {
  color: #6439b6;
}

.stockList .tableImage {
  width: 100%;
  border: 1px solid lightgray;
  border-radius: 50%;
}

.stockList .tableHead .percent {
  display: none;
}

.stockList .table-border .name {
  font-size: 14px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.14px;
  color: #000000;
}

.stockList .table-border .code {
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.14px;
  color: #000000;
}

/* stack disclaimer */

.stackDisclaimer {
  background-color: white;
  padding: 10px;
  border-top: 1px solid #e7e7e7;
}

.stackDisclaimer h5 {
  font-size: 13px;
  font-weight: 600;
  text-align: justify;
  color: black;
}

.stackDisclaimer span {
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: .4px;
  text-align: justify;
  color: hsla(0, 0%, 0%, .7);
  font-size: 12px;
}

/* go to top button */
.reachTop {
  text-align: center;
}

.goToTopButton {
  background-color: #6439b6;
  color: #fff;
  border: 0px;
  text-align: center;
  border-radius: 5px;
  width: 30%;
  padding-top: 9px;
  padding-bottom: 9px;
}

/* sell modal on portfolio */


.review .modal-header {
  border-bottom: none;
}

.review .modal-header .modal-title {
  font-size: 21px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.11px;
  color: #000000;
}

.review .modal-body .image {
  width: 100%;
  border-radius: 10px;
}

.review .modal-body .head {
  font-size: 17px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.23px;
  color: #000000;
}

.review .modal-body .specs {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.14px;
  color: #000000;
}

.review .modal-footer {
  border-top: 0px;
}

.review .modal-footer .stockList {
  width: 100%;
}

.review .modal-content {
  width: 100%;
}

.review .modal-body .min {
  opacity: 0.8;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.23px;
  color: #000000;
  text-align: right;
}

.review .modal-content .purchase {
  visibility: hidden;
}

.review .modal-content .purchase .buy {
  height: 0px;
}


/* list */

.stackList {
  background-color: #d8d8d8;
  min-height: 300px;
}

.stackList .noDataFound {
  padding-top: 50px;
  font-size: 25px;
  font-weight: 700;
}

.stackList .detailBody .greyBack {
  opacity: 0.6;
  font-size: 11px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.77px;
  color: #000000;
}

.stackList .detailBody .greyBack .title {
  opacity: 0.6;
  font-size: 11px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.77px;
  color: #000000;
}

.stackList .detailBody .whiteBack {
  background-color: white;
  font-size: 11px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.77px;
  color: #000000;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
}

.stackList .detailBody .whiteBack .image {
  width: 100%;
  border: 1px solid #d3d3d3;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  padding: 5px;
}

.stackList .detailBody .whiteBack .logoCircle {
  border: .5px solid #e3e6e8;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

.stackList .detailBody .whiteBack .logoCircle img {
  width: 48px;
  height: 48px;
  /* margin: 10px 10px 0; */
}

.stackList .detailBody .whiteBack .partnerLogoCircle {
  border: .5px solid #e3e6e8;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

.stackList .detailBody .whiteBack .partnerLogoCircle img {
  width: 30px;
  height: 30px;
  margin: 10px 10px 0px;
}

.stackList .detailBody .whiteBack .head {
  font-size: 15px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.11px;
  color: black
}

.stackList .detailBody .whiteBack .specs {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.14px;
  color: #000000;
}

.stackList .detailBody .whiteBack .indexValue {
  font-size: 17px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.14px;
  color: #000000;
  text-align: right;
}

.stackList .detailBody .whiteBack .mobiledDayChange {
  display: none;
}


.stackList .detailBody .whiteBack .cagr {
  font-size: 17px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.14px;
  color: #000000;
}

.stackList .detailBody .whiteBack .riskMeter {
  border-radius: 4px;
  border: solid 1px #bc3838;
  background-color: #fff1f1;
  font-size: 11px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.07px;
  color: #ea4b4b;
  padding-top: 3px;
  padding-bottom: 3px;
}

.stackList .detailBody .whiteBack .theme {
  display: inline-block;
  border-radius: 4px;
  border: 1px solid #dedede;
  background-color: #fff;
  letter-spacing: 0.07px;
  color: #898989;
  padding-bottom: 2px;
}

.themeMargin0 {
  margin-top: 0px;
}

.themeMargin100 {
  margin-top: -110px;
}

.stackList .detailBody .whiteBack .changeDays {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  color: #000;
}

.stackList .detailBody .whiteBack .dayChangeGrid {
  display: grid;
}

.stackList .detailBody .whiteBack .meterImage {
  padding-right: 3px;
  padding-bottom: 3px;
}

.stackList .detailBody .whiteBack .author .authorName {
  font-size: 13px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.14px;
  color: #000000;
}

.stackList .description .purple {
  background-color: rgba(101, 58, 182, 0.1);
  border-radius: 5px;
}

.stackList .description {
  border: solid 1px #dddddd;
  background-color: #fdfdfd;
  border-radius: 5px;
}

.stackList .description .purple .head {
  font-size: 19px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.24px;
  color: #6439b6;
}

.stackList .description .whiteBack {
  background-color: white;
  border-radius: 5px;
}

.stackList .description .whiteBack .bold {
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.24px;
  color: #000000;
}

.stackList .description .whiteBack .normal {
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.24px;
  color: #000000;
  padding-bottom: 100px;
  text-align: justify;
}

/* .stacks .loader {
  margin-top: 0 !important;
} */

/* stackList Card  */

.stackCard .whiteBack {
  background-color: white;
  border-radius: 6px;
}

.stackCard .whiteBack .image {
  width: 100%;
  border-radius: 4px;
  box-shadow: 6px 6px 5px grey;
}

.stackCard .whiteBack .heading {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.11px;
  color: #000000;
  text-align: left;
  margin-bottom: 5px;
}

.stackCard .whiteBack .describe {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.14px;
  color: #000000;
}

.stackCard .whiteBack .price {
  font-size: 19px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.14px;
  color: #000000;
}

.stackCard .whiteBack .daysChange {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: 0.14px;
  color: #30ab38;
}

.stackCard .whiteBack .cagr {
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.14px;
  color: #000000;
  margin-top: 12px;
}

/******************* Responsive design for mobile *********************/

@media only screen and (max-width: 480px) {
  /* modal */
  .stacks .Content {
    background-color: #d8d8d8;
    padding-top: 0rem;
    padding-bottom: 0rem;
  }

  .stacks .Content .body {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    height: 100%;
  }

  .stacks .Content .body .review .modal-body .confirm {
    display: none;
  }

  .stacks .Content .body .review .modal-content .purchase {
    visibility: visible;
  }

  .stacks .Content .body .review .modal-content .purchase .buy {
    height: 100%;
  }

  .stacks .Content .body .review .modal-body .image {
    width: 100%;
  }

  .stacks .Content .body .review .modal-body .stack {
    border-radius: 8px;
    background-color: #f0ecf8;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .stacks .Content .whiteBack .List {
    visibility: hidden;
    height: 0px;
  }

  .stacks .Content .body .specifcation {
    width: 100%;
    margin-bottom: 5px;
  }

  .stacks .Content .body .buyStack {
    visibility: hidden;
    height: 0px;
  }

  .stacks .Content .body .theme .head {
    font-size: 11px;
  }

  .stacks .Content .body .theme .type {
    visibility: hidden;
    height: 0px;
  }

  .stackTheme {
    display: none;
  }

  .stacks .Content .body .buyStack-Respo {
    height: 10%;
    visibility: visible;
  }

  .stacks .Content .body .newBuyStack-Respo {
    height: 17%;
    visibility: visible;
  }

  .stacks .Content .body .description {
    width: 100%;
  }

  .stacks .Content .body .description .head {
    font-size: 25px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.07px;
    color: #000000;
  }

  .stacks .Content .body .author {
    width: 100%;
    margin-left: 0px;
    padding: 10px;
    border-radius: 10px;
  }

  .stacks .Content .body .author .creation {
    padding-bottom: 30px;
    padding-top: 30px;
  }

  .stacks .Content .body .author .frequency {
    padding-bottom: 30px;
    padding-top: 30px;
  }

  .managementFeeHeading {
    text-align: left;
  }

  .managementFeeAum {
    text-align: left;
  }

  .stacks .Content .body .author .update {
    padding-bottom: 30px;
  }

  .stacks .Content .body .author .head {
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.07px;
    color: #000000;
    opacity: 0.55;
  }

  .stacks .Content .body .author .position {
    font-size: 11px;
  }

  .stacks .Content .body .author .name {
    margin-bottom: 0px;
  }

  .stacks .Content .body .table-responsive .tableHead {
    font-size: 13px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.07px;;
  }

  .stacks .Content .body .table-responsive .tableHead .total {
    display: none;
  }

  .stacks .Content .body .table-responsive .total {
    display: none;
  }

  .stacks .Content .body .table-responsive .tableHead .percent {
    display: block;
  }

  .stacks .Content .body .table-responsive .tableHead .Allocation {
    display: none;
  }

  /* list  */
  .stackList .description {
    display: none;
  }

  .stackList .whiteBack .author {
    display: none;
  }

  .stackList .detailBody .greyBack {
    display: none;
  }

  .stackList .detailBody .whiteBack .mobiledDayChange {
    display: block;
  }

  .stackList .detailBody .whiteBack .dayChangeMobile {
    display: none;
  }

  .stackList .detailBody .whiteBack .valuePad {
    padding-left: 0px;
  }

  .stackList .detailBody .whiteBack .CagrPad {
    padding-left: 0px;
  }

  .stackList .detailBody .greyBack .index {
    padding-left: 0px;
  }

  .stackList .detailBody .greyBack .riskMeter {
    display: none;
  }

  .stackList .detailBody .greyBack .themeMargin0 {
    margin-top: 0px;
  }

  .themeMargin100 {
    margin-top: 0px;
  }

  .stackList .detailBody .whiteBack .indexValue {
    text-align: left;
  }

  .stackList .detailBody .greyBack .theme {
    display: none;
  }

  .stackList .detailBody .greyBack .dayChange {
    visibility: hidden;;
  }

  .stackList .detailBody .greyBack .author {
    display: none;
  }

  .stackList .detailBody .whiteBack .meterRow {
    display: none;
  }

  .stackList .detailBody .whiteBack .themeRow {
    display: none;
  }

  .stackList .whiteBack .ticker {
    padding-right: 0px;
  }

  .otpInput input {
    width: 0.9em !important;
    margin-right: 6px !important;
  }
}


/* Responsive Design for tablet */
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .stacks .Content .whiteBack .List {
    visibility: hidden;
    height: 0px;
  }

  .stacks .Content .body .theme .box {
    display: inline-block;
    border-radius: 4px;
    border: 1px solid #9f9f9f;
    background-color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 5px;
  }

  .stacks .Content .body .theme .type {
    display: none;
  }


  .stacks .Content {
    background-color: #d8d8d8;
    padding-top: 0rem;
    padding-bottom: 0rem;
  }

  .stacks .Content .body {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .stacks .Content .body .review .modal-body .confirm {
    display: none;
  }

  .stacks .Content .body .review .modal-content .purchase {
    visibility: visible;
  }

  .stacks .Content .body .review .modal-content .purchase .buy {
    height: 100%;
  }

  .stacks .Content .body .review .modal-body .image {
    width: 100%;
  }

  .stacks .Content .body .review .modal-body .stack {
    border-radius: 8px;
    background-color: #f0ecf8;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .stacks .Content .whiteBack .List {
    visibility: hidden;
    height: 0px;
  }

  .stacks .Content .body .specifcation {
    width: 100%;
    margin-bottom: 5px;
  }

  .stacks .Content .body .buyStack {
    visibility: hidden;
    height: 0px;
  }

  .stacks .Content .body .theme .head {
    font-size: 11px;
  }

  .stacks .Content .body .theme .type {
    visibility: hidden;
    height: 0px;
  }

  .stacks .Content .body .buyStack-Respo {
    height: 10%;
    visibility: visible;
  }

  .stacks .Content .body .description {
    width: 100%;
  }

  .stacks .Content .body .description .head {
    font-size: 25px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.07px;
    color: #000000;
  }

  .stacks .Content .body .author {
    width: 80%;
    margin-left: 0px;
    padding: 10px;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
  }

  .stacks .Content .body .author .creation {
    padding-bottom: 30px;
    padding-top: 30px;
  }

  .stacks .Content .body .author .frequency {
    padding-bottom: 30px;
    padding-top: 30px;
  }

  .stacks .Content .body .author .update {
    padding-bottom: 30px;
  }

  .stacks .Content .body .author .head {
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.07px;
    color: #000000;
    opacity: 0.55;
  }

  .stacks .Content .body .author .position {
    font-size: 11px;
  }

  .stacks .Content .body .author .name {
    margin-bottom: 0px;
  }

  .stacks .Content .body .table-responsive .tableHead {
    font-size: 13px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.07px;;
  }

  .stacks .Content .body .table-responsive .tableHead .total {
    display: none;
  }

  .stacks .Content .body .table-responsive .total {
    display: none;
  }

  .stacks .Content .body .table-responsive .tableHead .percent {
    display: block;
  }

  .stacks .Content .body .table-responsive .tableHead .Allocation {
    display: none;
  }

  /* list */
  .stackList .detailBody .greyBack .riskMeter {
    display: none;
  }

  .stackList .detailBody .whiteBack .meterRow {
    display: none;
  }

  .stackList .description {
    display: none;
  }
}


@media (min-width: 768px) and (max-width: 1024px) {
  /* .stacks .Content .whiteBack .List{
    display:none ;
  } */
  .stackList .detailBody .greyBack .riskMeter {
    display: none;
  }

  .stackList .detailBody .whiteBack .meterRow {
    display: none;
  }

  .stackList .description {
    display: none;
  }
}

.topMargin {
  margin-top: 80px;
}

.exploreStack {
  background-color: #ffffff;
}


.exploreStack .bannerSection {
  background-image: url(/src/public/assets/images/exploreStack.png);
  background-size: contain;
  background-repeat: repeat-x;
  height: 500px;
}

.exploreStack .heading {
  margin: 8%;
}

.exploreStack .heading h2 {
  font-family: Lato;
  font-size: 40px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  color: #222222;
  text-align: left;
}

.exploreStack .heading p {
  width: 64%;
  font-family: Lato;
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #222222;
  text-align: left;
}

.exploreStackButton {
  width: 209px;
  height: 52px;
  border-radius: 4px;
  box-shadow: 0 5px 20px 0 rgba(90, 202, 157, 0.05);
  background-color: #6439b6;
  float: left;
}

.exploreStackBtnTitle {
  width: 119px;
  height: 22px;
  font-family: Lato;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}

.stackCard {
  width: 100%;
  height: 220px;
  border-radius: 7px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
  border: solid 2px #ffffff;
  background-color: #ffffff;
}

.stackCard .cardImg {
  width: 63px;
  height: 62px;
}

.stackCard .cardText {
  padding-top: 25px;
  width: 100%;
  height: 90px;
  font-family: Lato;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  text-align: center;
  color: #222222;
}

.stackBigCard {
  width: 75%;
  height: 215px;
  margin: 0 auto;
  border-radius: 7px;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
}

.stackBigCard .cardImg {
  width: 85%;
  height: 150px;
  float: right;
  /* opacity: 0.31;
  border-radius: 7px;
  border: solid 1px #979797;
  background-color: #d8d8d8; */
}

.stackImage {
  width: 100%;
  border-radius: 7px
}

.stackBigCard h5 {
  text-align: left;
  height: 24px;
  font-family: Lato;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
}

.stackBigCard p {
  text-align: left;
  font-family: Lato;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
}

.stackBigCard hr {
  border: 1px dashed #979797;
  opacity: 0.28;
}

.riskButton {
  float: left;
  width: 110px;
  height: 42px;
  /* opacity: 0.11; */
  border-radius: 3px;
  box-shadow: 0 5px 20px 0 rgba(90, 202, 157, 0.05);
  background-color: rgb(126, 211, 33, 0.11);
}

.riskButtonTitle {
  font-family: Lato;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #417505;
}

.pointsTitle {
  text-align: left;
  font-family: Lato;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
}

.pointsValue {
  height: 24px;
  font-family: Lato;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #417505;
}

.stackStepOne {
  width: 60px;
  height: 60px;
  transform: rotate(45deg);
  border-radius: 7px;
  /* border: solid 2px #00c6a7; */
  background-color: #00c6a7;
  /* margin-bottom: 60px; */
}

.stackStepImage {
  margin: 19%;
  width: 50%;
  transform: rotate(-46deg);
}

.stackStepTitle {
  padding: 27px;
  font-family: Lato;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.2;
  letter-spacing: normal;
  color: #222222;
}

.stackStepDash {
  border-right: 2px dashed #d8d8d8;
}

.investButton {
  width: 150px;
  height: 42px;
  margin-left: 18%;
  border-radius: 4px;
  box-shadow: 0 5px 20px 0 rgba(90, 202, 157, 0.05);
  background-color: #6439b6;
}

.investTitle {
  font-family: Lato;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}

.partnerCard {
  width: 75%;
  height: 125px;
  box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  margin-left: 18%;
}

.partnerCardText {
  margin-bottom: 13px;
  font-family: Lato;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  color: #222222;
}

.partnerCardImage {
  width: 60%;
}

.iconVioletPanel {
  position: 'absolute' !important
}

.iconGreenPanel {
  position: 'absolute' !important;
  margin-left: 10%;
}

.iconBluePanel {
  position: 'absolute' !important;
  margin-left: 48%;
}

.viewMore {
  text-align: center;
  margin-top: 32px;
}

.viewMoreButton {
  width: 209px;
  height: 52px;
  border-radius: 4px;
  box-shadow: 0 5px 20px 0 rgba(90, 202, 157, 0.05);
  background-color: #6439b6;
}


@media only screen and (max-width: 480px) {
  .topMargin {
    margin-top: 40px;
  }

  .rowMarginMobile {
    margin-top: 0px !important;
  }

  .exploreStack .bannerSection {
    background-image: none;
    background-size: auto;
    background-repeat: no-repeat;
    background-color: white;
    height: 100%;
  }

  .exploreStack .heading {
    padding-top: 0px;
    padding-bottom: 20px;
    margin-top: -60px;
  }

  .exploreStack .heading h2 {
    text-align: center;
    font-size: 36px;
    font-weight: 400;
    line-height: 1.24;
    letter-spacing: normal;
    color: black;
    margin-top: 100px;
  }

  .exploreStack .heading p {
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.3px;
    color: black;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
  }

  .exploreStackButton {
    width: 170px;
    float: none;
  }

  .stackCard {
    height: 175px;
    margin: 0 auto;
    margin-bottom: 20px;
    width: 84%;
  }

  .stackCard .cardImg {
    width: 55px;
    height: 55px;
  }

  .stackCard .cardText {
    padding-top: 10px;
  }

  .stackBigCard {
    width: 100%;
    height: 250px;
  }

  .stackCardPadding {
    padding-top: 0px;
  }

  .stackBigCard .cardImg {
    display: none;
  }

  .stackBigCard h5 {
    margin-bottom: 0;
    font-size: 15px;
  }

  .stackBigCard p {
    margin-bottom: 0;
    font-size: 12px;
  }

  .stackCagr {
    width: 46%;
  }

  .stackMinAmount {
    width: 40%
  }

  .riskButton {
    display: none;
  }

  .investButton {
    margin-left: 0px !important;
  }

  .investBtnCenterAlign {
    text-align: center;
  }

  .stepTopMargin {
    margin-top: 0px !important;
  }

  .stackStepTitle {
    padding: 19px;
    font-family: Lato;
    font-size: 15px;
  }

  .partnerCard {
    margin: auto !important;
  }

  .partnerCardText {
    margin-bottom: 8px;
    font-size: 14px;

  }

  .partnerCardMobile {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .iconVioletPanel {
    display: none !important
  }

  .iconGreenPanel {
    display: none !important
  }

  .iconBluePanel {
    display: none !important
  }
}

@media (min-width: 1000px) and (max-width: 1198px) {
  .stackBigCard h5 {
    font-size: 15px;
  }

  .stackBigCard p {
    font-size: 13px;
  }

  .exploreStack .heading h2 {
    font-size: 32px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .exploreStack .bannerSection {
    height: 304px;
  }

  .exploreStack .heading h2 {
    font-size: 25px;
  }

  .exploreStack .heading p {
    font-size: 14px;
  }

  .exploreStackButton {
    width: 160px;
    height: 47px;
  }

  .stackCard {
    height: 172px;
  }

  .stackCardTabPadding {
    padding: 10px;
  }

  .stackCard .cardImg {
    width: 54px;
    height: 54px;
  }

  .stackCard .cardText {
    padding-top: 4px;
    font-size: 13px;
    line-height: 1.50;
  }

  .stackBigCard {
    width: 90%;
    height: 211px;
  }

  .stackBigCard .cardImg {
    width: 85%;
  }

  .stackBigCard h5 {
    font-size: 14px;
  }

  .stackBigCard p {
    font-size: 12px;
  }

  .pointsTitle {
    font-size: 14px;
  }

  .pointsValue {
    font-size: 14px;
  }

  .riskButton {
    width: 159px;
  }

  .riskButtonTitle {
    font-size: 15px;
  }

  .investButton {
    width: 121px;
  }

  .stackStepOne {
    width: 51px;
    height: 51px;
  }

  .stackStepTitle {
    padding: 0;
    padding-top: 33px;
    font-size: 14px;
  }

  .partnerCard {
    width: 82%;
  }

  .partnerCardText {
    font-size: 12px;
    /* line-height: 1.50; */
  }
}

/*#hdfc_footer{*/
/*    display: none;*/
/*}*/
.plan_fontName {
    font-family: 'roboto', sans-serif;
}

.plan_greyBackground{
    background-color: #f5f6fa;
}


/* Plans */

.plan_purpleBackground{
    width:100%;
    position:relative;
    height:376px;
}

.plan_overText {
    left: 0;
    position:relative;
    text-align:center;
    bottom: 266px;
    width: 100%;
    font-size: 40px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.36px;
    text-align: center;
    color: #ffffff;
}

.plan_priceCard{
    min-height: 494px;
    /*width: 360px;*/
    box-shadow: 0 13px 25px 0 rgba(67, 121, 112, 0.07);
    padding: 25px;
    background-color: #ffffff;
    border-radius: 6px;
    /*top:-115px;*/
    padding-left: 40px;
    padding-right: 40px;
}
.plan_priceCardWrapper{
    bottom:196px;
    position: relative;
}
.plan_priceHeader {
    text-align: left;
    border:none;
    height: 150px;
}

.plan_priceType{
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.22px;
    color: #2e3635;
    padding-top: 25px;
}

.plan_price{
    font-size: 40px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.1px;
    color: #0A398A;
    padding-top: 10px;
}

.plan_coins{
    margin-right:10px;
}

.plan_perTrade{
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #646968;
    padding-bottom: 20px;
}

.plan_cardText{
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.15px;
    color: #2e3635;
    padding-top: 16px;
}

.plan_purpleText{
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.13px;
    color: #0A398A;
}

.plan_createAccountButtonText {
    left: 0;
    text-align:center;
    width: 100%;
    font-size: 35px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.32px;
    text-align: center;
    color: #0A398A;
}

.plan_createButton{
    width:284px;
    border-radius: 4px;
    background-color: #0A398A;
    font-size: 18px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.5px;
    text-align: center;
    color: #ffffff;
    opacity: 0.9;
    margin-top:10px;
}

.plan_createButtonText{
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    /*padding-left: 20px;*/
    /*padding-top: 10px;*/
    height: 48px;
}

.plan_darkGreyBackground{
    background-color: #EEF0F9;
}

.plan_upcomingHeading{
    font-size: 32px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #2e3635;
    text-align: center;
}

.plan_UpcomingFeaturesHeading{
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    color: #2e3635;
    padding-top: 25px;
}

.plan_UpcomingFeaturesImage{
    margin-right:10px;
}

.plan_PlanHeadingText{
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #646968;
    text-align: left;
}

.plan_UpcomingFeaturesCard{
    text-align:left;
    padding-right: 13px;
}

/* header*/
#hdfcCollapsibleNavbar ul li a {
    color: #041424;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    cursor: pointer;
}

#hdfcCollapsibleNavbar ul li a:hover,
#hdfcCollapsibleNavbar ul li a:active,
#hdfcCollapsibleNavbar ul li a:focus {
    color: #FC0030;
}

.plan_themeColor {
    color: #FC0030 !important;
}

.plan_openAccountBtn {
    color: #FC0030 !important;
    border-color: #FC0030 !important;
}

.plan_openAccountBtn:hover {
    color: #ffffff !important;
    background-color: #FC0030 !important;
}
/* footer */
.plan_footerSection {
    background: #DCE3E7;
}
.plan_disclaimerSection {
    background: #E8EBED;
}

.plan_disclaimerSection h5 {
    color: #000000;

}

.plan_disclaimerSection p {
    color: #42484E;
    font-size:10px;
}

/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu72xKKTU1Kvnz.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu5mxKKTU1Kvnz.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu7mxKKTU1Kvnz.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu4WxKKTU1Kvnz.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu7WxKKTU1Kvnz.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu7GxKKTU1Kvnz.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu4mxKKTU1Kg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

