.heading-main {
  padding-bottom: 6px;
  color: black;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
}

.top-div {
  display: flex;
  justify-content: space-between;
  padding: 0.8125rem 0rem;  
  /* border-bottom: 1px solid #8080802b; */
}
#advance_decline_ratio_data div:last-child{
  padding-bottom: 0px;
  border: none;
}
.sensex-div {
  display: flex;
  flex-direction: column;
}

.symbol_text {
  font-size: 14px;
  font-weight: 500;
  color: black;
}

.text-title{
  font-size: 23px;
  line-height: 33px;
  color: black;
  font-weight: 400;
  padding-bottom: 0.1875rem;
}

.sector_name_text {
  color: #8f8f8f;
  font-size: 10px;
}

.second-section-div {
  width: 60%;
  display: flex;
  justify-content: space-between;
}

.progress-bar-top-div {
  width: 45%;
  align-items: center;
}

.price-parent-div {
  display: flex;
  flex-direction: column;
  align-items: end;
}

.price_val {
  font-size: 14px !important;
  font-weight: bold;
  color: black;
}

.price_diff_val {
  margin-right: 0.125rem;
}

.change_price_val {
  border-radius: 1.64481px;
  margin-right: 0.125rem;
}

.negative_val {
  color: #e7190d;
  font-size: 12px;
  font-weight: 400;
  margin-right: 0.25rem;
}

.positive_val {
  color: #00c924;
  font-size: 12px;
  font-weight: 400;
  margin-left: 0.25rem;
}

.progress_bar {
  background: #e7190d;
  border-radius: 9px;
}

.progress_per_positive {
  background: #00c924;
  height: 8px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.positive_val_div {
  float: left;
}

.negative_val_div {
  text-align: end;
}
/*  */
.nse-bse-nav-pills li.active {
  color: white !important;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  border-bottom: 3px solid black !important;
  color: black !important;
  font-weight: bold !important;
}

.text-grey {
  color: #8f8f8f !important;
}

.bg_black {
  background: black;
  color: white !important;
}

.bg-grey {
  background: #dadada;
  color: black;
}
.nse-bse-stock-item {
  font-size: 10px;
  background: rgba(0, 201, 36, 0.15);
  border-radius: 1.64481px;
  color: #00c924;
}
/* Market Action */
.shortcode-heading{
  font-size:20px;color: black;font-weight: bold;text-transform: uppercase;
}
.ma-top-section {
  display: flex;
  justify-content: space-between !important;
}
.nse-bse-nav-pills {
  /* margin: 10px 0px 0px 0px; */
  display: flex;
  font-size: 12px;
  list-style: none !important;
}
.nse-bse-btn {
  display: inline-block;
  font-weight: 400;
  border-radius: 2px 0px 0px 2px;
}
.nse-bse-nav-pills li {
  background: #dadada;
  margin: 0!important  ;
  padding: 0.125rem 0.9375rem;
}
.nse-bse-btn-group-sm .btn,
.nse-bse-btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  /* border-radius: 0.2rem; */
}
.nse-bse-btn.active {
  background: #000000 !important;
  
}
.nse-bse-btn.active a{
  color: white !important;
}
.pill-tab-content{
  display: none!important;
}
.pill-tab-content.active{
  display: block!important;
}
.nse-bse-nav-pills a {
  font-size: 12px;
}
.ma-ls-span{
  letter-spacing: 0.5px;
}
.ma-fs-12 {
  font-size: 12px !important;
}
.ma-fs-10 {
  font-size: 10px !important;
}
.ma-fs-14 {
  font-size: 14px !important;
}
.ma-fs-16 {
  font-size: 16px !important;
}
.ma-fs-17 {
  font-size: 17px !important;
}
.ma-right-border{
  border-right: 1px solid #e6e6e6!important;
}
.ma-left-border{
  border-left: 1px solid #e6e6e6;
  padding: 0rem 0rem 0rem 0.3125rem;
}
.ma-bottom-border{
  border-bottom: 1px solid #e6e6e6;
  padding: 0rem 0rem 0rem 0.9375rem;
}
.ma-w-33{
  width:33.33%!important;
}
.item {
  position: relative;
  left: 0;
  padding: 0rem 0rem;
  margin: 0rem;
  /* padding: 0rem 0.375rem;
  margin: 0.3125rem; */
  /* top: 32%; */
  /* bottom: 10%; */
  border-left: 1px solid #e6e6e6;
}
.ma-active-div-border{
  border-bottom: 2px solid black;
  display: block;
}
.ma-title {
  font-size: 20px;
  font-weight: 700;
}
.ma-unstyle-list {
  list-style: none !important;
}
.ma-unstyle-list li {
  margin: 0 !important;
  justify-content: space-between;
}
.ma-justify-content-between{
    justify-content: space-between;
}
.ma-empty-space{
    height: 20px;
}
.ma-empty-space-10{
    height: 10px;
}
.ma-unstyle-list li.active{
    font-weight: 500;
    border-bottom: 2px solid black;
}
.ma-div{
    font-family: 'Mukta Vaani';
    border-right: 1px solid #E8E8E8;
}
.ma-border-radius-left{
    border-top-left-radius:0.2rem;
    border-bottom-left-radius:0.2rem;
}
.ma-border-radius-right{
    border-top-right-radius:0.2rem;
    border-bottom-right-radius:0.2rem;
}
.ma-div a:hover{
    text-decoration: none !important;
}
.ma-fw-800{
    font-weight: 800;
}
.ma-fw-500{
    font-weight: 500;
}

.ma-fw-600{
    font-weight: 600;
}

.ma-text-black{
    color: black!important;
}
.nse-data-content{
    display: none;
}
.nse-data-content.show{
    display: block;
}
.ma-line-height{
  line-height: 16px;
}
.ma-item {
  margin: 0rem 0rem 0.9375rem 0rem;
  /* padding: 0.625rem 0rem; */
  padding: 0.79rem 0rem;
  border-bottom: 1px solid #f8f0f0;
}

.ma-tablinks.active{
  font-weight: bold;
}

/*START CUSTOM FLEX CLASSES*/
.ma-d-flex {
    display: flex !important;
  }
  
  .ma-d-inline-flex {
    display: inline-flex !important;
  }
  
  .ma-d-sm-flex {
    display: flex !important;
  }
  
  .ma-d-sm-inline-flex {
    display: inline-flex !important;
  }
  
  .ma-d-md-flex {
    display: flex !important;
  }
  
  .ma-d-md-inline-flex {
    display: inline-flex !important;
  }
  
  .ma-d-lg-flex {
    display: flex !important;
  }
  
  .ma-d-lg-inline-flex {
    display: inline-flex !important;
  }
  
  .ma-d-xl-flex {
    display: flex !important;
  }
  
  .ma-d-xl-inline-flex {
    display: inline-flex !important;
  }
  
  .ma-d-xxl-flex {
    display: flex !important;
  }
  
  .ma-d-xxl-inline-flex {
    display: inline-flex !important;
  }
  
  .ma-flex-row {
    flex-direction: row !important;
  }
  
  .ma-flex-column {
    flex-direction: column !important;
  }
  
  .ma-flex-row-reverse {
    flex-direction: row-reverse !important;
  }
  
  .ma-flex-column-reverse {
    flex-direction: column-reverse !important;
  }
  
  .ma-flex-wrap {
    flex-wrap: wrap !important;
  }
  
  .ma-flex-nowrap {
    flex-wrap: nowrap !important;
  }
  
  .ma-flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  
  .ma-justify-content-start {
    justify-content: flex-start !important;
  }
  
  .ma-justify-content-end {
    justify-content: flex-end !important;
  }
  
  .ma-justify-content-center {
    justify-content: center !important;
  }
  
  .ma-justify-content-between {
    justify-content: space-between !important;
  }
  
  .ma-justify-content-around {
    justify-content: space-around !important;
  }
  
  .ma-justify-content-evenly {
    justify-content: space-evenly !important;
  }
  
  .ma-align-items-start {
    align-items: flex-start !important;
  }
  
  .ma-align-items-end {
    align-items: flex-end !important;
  }
  
  .ma-align-items-center {
    align-items: center !important;
  }
  
  .ma-align-items-baseline {
    align-items: baseline !important;
  }
  
  .ma-align-items-stretch {
    align-items: stretch !important;
  }
  
  .ma-align-content-start {
    align-content: flex-start !important;
  }
  
  .ma-align-content-end {
    align-content: flex-end !important;
  }
  
  .ma-align-content-center {
    align-content: center !important;
  }
  
  .ma-align-content-between {
    align-content: space-between !important;
  }
  
  .ma-align-content-around {
    align-content: space-around !important;
  }
  
  .ma-align-content-stretch {
    align-content: stretch !important;
  }
  
  .ma-align-self-auto {
    align-self: auto !important;
  }
  
  .ma-align-self-start {
    align-self: flex-start !important;
  }
  
  .ma-align-self-end {
    align-self: flex-end !important;
  }
  
  .ma-align-self-center {
    align-self: center !important;
  }
  
  .ma-align-self-baseline {
    align-self: baseline !important;
  }
  
  .ma-align-self-stretch {
    align-self: stretch !important;
  }
  /* TEXT & FONT */
  .ma-font-weight-normal {
    font-weight: normal !important;
  }
  
  .ma-font-weight-bold {
    font-weight: bold !important;
  }
  
  .ma-font-weight-bolder {
    font-weight: bolder !important;
  }
  
  .ma-font-style-normal {
    font-style: normal !important;
  }
  
  .ma-font-style-italic {
    font-style: italic !important;
  }
  
  .ma-text-uppercase {
    text-transform: uppercase !important;
  }
  
  .ma-text-lowercase {
    text-transform: lowercase !important;
  }
  
  .ma-text-capitalize {
    text-transform: capitalize !important;
  }
  .ma-text-primary {
    color: #0d6efd !important;
  }
  
  .ma-text-secondary {
    color: #6c757d !important;
  }
  .ma-badge-success{
    background-color: rgba(0, 201, 36, 0.15);
  }
  .ma-text-success {
    color: #00C924 !important;
  }
  .ma-badge-danger{
    background-color: rgba(231, 25, 13, 0.15);
  }
  .ma-text-danger {
    color: #E7190D !important;
  }
  
  .ma-text-warning {
    color: #ffc107 !important;
  }
  
  .ma-text-info {
    color: #0dcaf0 !important;
  }
  
  .ma-text-light {
    color: #f8f9fa !important;
  }
  
  .ma-text-dark {
    color: #212529 !important;
  }
  
  .ma-text-body {
    color: #212529 !important;
  }
  
  .ma-text-muted {
    color: #6c757d !important;
  }
  
  .ma-text-white {
    color: #fff !important;
  }
  
  .ma-text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important;
  }
  
  .ma-text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
  }
  /* MARGIN */
  .ma-m-0 {
    margin: 0 !important;
  }
  
  .ma-m-1 {
    margin: 0.25rem !important;
  }
  
  .ma-m-2 {
    margin: 0.5rem !important;
  }
  
  .ma-m-3 {
    margin: 1rem !important;
  }
  
  .ma-m-4 {
    margin: 1.5rem !important;
  }
  
  .ma-m-5 {
    margin: 3rem !important;
  }
  
  .ma-mt-0 {
    margin-top: 0 !important;
  }
  
  .ma-mt-1 {
    margin-top: 0.25rem !important;
  }
  
  .ma-mt-2 {
    margin-top: 0.5rem !important;
  }
  
  .ma-mt-3 {
    margin-top: 1rem !important;
  }
  
  .ma-mt-4 {
    margin-top: 1.5rem !important;
  }
  
  .ma-mt-5 {
    margin-top: 3rem !important;
  }
  
  .ma-mb-0 {
    margin-bottom: 0 !important;
  }
  
  .ma-mb-1 {
    margin-bottom: 0.25rem !important;
  }
  
  .ma-mb-2 {
    margin-bottom: 0.5rem !important;
  }
  
  .ma-mb-3 {
    margin-bottom: 1rem !important;
  }
  
  .ma-mb-4 {
    margin-bottom: 1.5rem !important;
  }
  
  .ma-mb-5 {
    margin-bottom: 3rem !important;
  }
  
  .ma-ml-0 {
    margin-left: 0 !important;
  }
  
  .ma-ml-1 {
    margin-left: 0.25rem !important;
  }
  
  .ma-ml-2 {
    margin-left: 0.5rem !important;
  }
  
  .ma-ml-3 {
    margin-left: 1rem !important;
  }
  
  .ma-ml-4 {
    margin-left: 1.5rem !important;
  }
  
  .ma-ml-5 {
    margin-left: 3rem !important;
  }
  
  .ma-mr-0 {
    margin-right: 0 !important;
  }
  
  .ma-mr-1 {
    margin-right: 0.25rem !important;
  }
  
  .ma-mr-2 {
    margin-right: 0.5rem !important;
  }
  
  .ma-mr-3 {
    margin-right: 1rem !important;
  }
  
  .ma-mr-4 {
    margin-right: 1.5rem !important;
  }
  
  .ma-mr-5 {
    margin-right: 3rem !important;
  }
  
  .ma-mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  
  .ma-mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  
  .ma-mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  
  .ma-mx-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  
  .ma-mx-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  
  .ma-mx-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  
  .ma-my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  
  .ma-my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  /* Padding */
  .ma-ps-6 {
      padding: 0rem 0.375rem;
  }

  .ma-ps-5 {
      padding: 0rem 0.3125rem;
  }
  .ma-p-0{
    padding: 0!important;
  }

  .ma-p-1{
    padding: 1rem!important;
  }
  /* TABS */
  .ma-tabs {
    display: flex;
    flex-direction: row;
  }
  
  .ma-tabcontent {
    display: none;
  }

  .ma-tabcontent.active {
    display: block;
  }

  
  
  /*END CUSTOM FLEX CLASSES*/


  /* INDICES CHART */
  .indices-duration-list.active{
    font-weight: 600;
  }
  .indices-duration-list-item:hover{
    cursor: pointer;
  }

  .indices-duration-list-item.active{
    font-weight:700;
    color:black;
  }
  .indices-duration-list-item{
    font-weight:400;
    color:black;
  }
  .indices-grid{
    width: 100%;
    padding: 0rem 0.5rem;
    line-height: 20px;
    cursor: pointer;
  }
  .indices-grid.active{
    border-bottom: 2px solid black;
  }
  .d-none{
    display:none;
  }

  .indices_div_main{
    background: #FFF4F1;
  }

  .market_live_data_div{
    padding: 8px 0px 0px 11px;
    background: #FFF4F1;
  }
  @media only screen  and (min-width: 1200px) {
    
    .market_live_data_div::after {
        right: 3px;
        /* left: 0; */
        content: '';
        border-left: 1px solid #E8E8E8;
        display: block;
        position: absolute;
        top: 15%;
        height: 100%;
    }
  }
.market_live_data_div,.indices_div_main{
  min-height: 280px;
}
.indices_div_main,.market_live_data_div,.market_action_data_div,.advance_decline_ratio_data_div{
  overflow-x: auto;
  font-family: "Mukta Vaani";
}
.ma-ps-7 {
  padding: 0rem 0.7rem;
}
.market_action_data_div a{
  color: black;
}
  .main-heading{
    font-size:20px;
    color: black;
    font-weight: bold;
    text-transform: uppercase;
  }

  .updated-time{
    color:#8D8D8D;
    margin-bottom: 0.75rem;
  }
  .headerDivider {
    border-top:0px; 
    border-left:0px; 
    border-bottom:0px; 
    border-right:1px solid #D9D9D9; 
  }
  
  .td_common{
    border:none;
    padding: 0px 12px 0px 12px;
  }
  /* HEADER SCRIPT */
  .parent {
    width: 100%;
    overflow: hidden;
}
  .parent .child {
    width: 10000px;
    display: inline-block;
    animation: marquee 15s linear infinite;
}

.red_bse{color: #F00;}

.gn_bse{color: #00f200;}

.bse_wh{color: #FFF;}

.parent {
    width: 100%;
    overflow: hidden
}

.parent .child {
    width: 10000px;
    display: inline-block;
    animation: marquee 15s linear infinite;
}
@keyframes marquee {
    0% {
        margin-left: 0;
    }
    100% {
        margin-left: calc(-1835px + 608px);
    }
}

.parent .child:hover {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}
/* END HEADER SCRIPT */
  /* .no-padding{
    padding: 0rem!important;
  } */
  
  @media only screen and (max-width: 1300px) {
    .box{
      width: 176px;
    }

    .ma-res-mr-5{
      margin-right: 3rem;
    }
  }

/*  Magazine*/
.owl-nav {
  display: flex;
}
.owl-prev,.owl-next{
  margin: 0px 5px;
  background: transparent;
  border: none;
}
.owl-prev:hover, .owl-next:hover {
  background: transparent;
}
@media only screen and (min-width:768px){
  .carousel-height{
    height: 350px!important;
  }
}
.view-analysis-div{
  text-align: center;
    font-size: 15px;
    margin-top: 15px;
    text-decoration: underline;
}
.indices_chart_view_more_link{
  color:black
}