.listbulletblackcircle li {
  background-image: url(https://www.chetu.com/img/icons/listbulletblack.png) !important
}
.fleet-quote-banner {
  background: url(/capital-markets-software/img/strip-bg.webp) 0 0/cover;
  padding: 25px 20px;
  text-align: center;
  color: #fff;
  font-family: Arial, sans-serif
}
.study-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px
}
.study-box {
  background: #fff;
  border: 2px solid #00a5b5;
  border-radius: 6px;
  padding: 20px;
  flex: 1 1 calc(50% - 40px);
  max-width: 500px;
  min-width: 280px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center
}
@media (min-width:1300px) and (max-width:1550px) {
  .testimonial-box {
    background: #fff;
    box-shadow: 0 0 5px 5px rgb(0 0 0 / 8%);
    border-radius: 50px;
    max-width: 320px;
    flex: 1 1 320px
  }
}


.drawline-orange:before {
        position: absolute;
        content: "";
        width: 2px;
        height: 100%;
        background: #0097a4;
        left: -2%;
    }
     @media (max-width: 1199px) {
        .drawline-orange:before {
            display: none;
        }
    }
    /* infographics css */
    /* Root Scope */
#next-generation-trading {
  padding: 50px 20px;
}
/* Wrapper */
#next-generation-trading .ngt-wrapper {
  max-width: 1200px;
  margin: auto;
}
/* Grid */
#next-generation-trading .ngt-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 30px;
  row-gap: 60px;
}
/* Card */
#next-generation-trading .ngt-card {
  background: #fff;
  border-radius: 20px;
  padding: 40px 20px 25px;
  text-align: center;
  position: relative;
  border: 2px solid transparent;
}
/* Label */
#next-generation-trading .ngt-label {
  position: absolute;
  top: -41px;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px 18px;
  border-radius: 20px;
  color: #fff;
  white-space: nowrap;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0;
}
/* Colors */
#next-generation-trading .teal {
  border-color: #19a7b5;
}
#next-generation-trading .teal .ngt-label {
  background: #19a7b5;
}
#next-generation-trading .gray {
  border-color: #8a8f94;
}
#next-generation-trading .gray .ngt-label {
  background: #8a8f94;
}
#next-generation-trading .purple {
  border-color: #4b2ea3;
}
#next-generation-trading .purple .ngt-label {
  background: #4b2ea3;
}
#next-generation-trading .teal-outline {
  border-color: #19a7b5;
}
#next-generation-trading .teal-outline .ngt-label {
  background: #19a7b5;
}
#next-generation-trading .orange {
  border-color: #f05a22;
}
#next-generation-trading .orange .ngt-label {
  background: #f05a22;
}
/* Center Bottom Card */
#next-generation-trading .ngt-center {
  display: flex;
  justify-content: center;
  margin-top: 70px;
}
.next-gen-text{
    width: 70%;
    text-align: center;
    margin: auto;
}
#next-generation-trading .ngt-center .ngt-card {
  max-width: 600px;
  width: 100%;
}
/* Tablet */
@media (max-width: 992px) {
  #next-generation-trading .ngt-grid {
    grid-template-columns: 1fr;
  }
  .next-gen-text{
    width: 100%;
}
}
/* Mobile */
@media (max-width: 600px) {
  #next-generation-trading .ngt-card {
    padding: 0;
  }
  #next-generation-trading {
    padding: 20px;
}
#next-generation-trading .ngt-label{
     white-space: wrap;
        position: relative;
        top: 1px;
        padding: 8px 14px;
}
#next-generation-trading .ngt-grid{
        row-gap: 30px;
}
}