/* Breadcrumb Started  */
#block-fivepaisa-breadcrumbs .breadcrumb{
  padding: .75rem 0 .75rem 1rem !important
}
@media only screen and (max-width: 767px) {
  #block-fivepaisa-breadcrumbs .breadcrumb{
    padding: .75rem 0 .75rem 0rem !important
  }
}
/* Banner Section Started  */
.banner-section-new {
  background-color: #f2f2f2;
  padding: 57px 0;
  margin-top: 20px;
}

.banner-section-new {
  background-image: url("https://storage.googleapis.com/5paisa-prod-storage/pages/stock-holiday-page/banner-new.png");
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 302px;
}

.banner-section-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.banner-section-head h1 {
  display: block;
  font-weight: 700;
  font-size: 41px;
  line-height: 36px;
  color: #000;
  margin-bottom: 0;
  text-align: left;
  text-transform: uppercase;
  font-family: 'Supreme-Bold';
}

.banner-section-head h1 span {
  font-family: "Supreme-Extrabold";
  font-weight: 700;
}

.banner-section-head .pink-title {
  display: block;
  font-family: "Supreme-Extrabold";
  font-weight: 800;
  font-size: 82px;
  line-height: 62px;
  color: #c0083e;
  text-align: left;
  margin-bottom: 0;
  margin-top: 35px;
}

.banner-section-head img {
  flex: 0 0 35%;
  margin-left: -40px;
}

/* Banner Section Ended  */

/* ODA Form Started */

.stock-page__tradeform_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.stock-page__tradeform p {
  font-weight: 500;
  font-size: 26px;
  line-height: 35px;
  color: #060B14;
  margin-bottom: 0;
  text-align: left;
  font-family: 'Supreme-Bold';
}

.stock-page__tradeform_head img {
  width: 72px;
}

.oda-form__input {
  margin-bottom: 10px;
  position: relative;
  margin-top: 10px;
}

.oda-form__input span.number {
  position: absolute;
  left: 8px;
  top: 8px;
  font-size: 13px;
  line-height: 18px;
}

.oda-form__input input {
  border-radius: 5px;
  font-size: 13px;
  padding: 5px 10px;
  height: 33.57px;
  width: 100%;
  box-shadow: none;
  border: 1px solid #e0e1eb;
  color: #153a5b;
  padding-left: 51px;
}

.text-danger {
  font-size: 13px;
  display: block;
  /* padding-top: 5px; */
  color: #dc3545;
}

.oda-form__input span.number:after {
  content: "";
  position: absolute;
  right: -10px;
  top: -1px;
  width: 1px;
  height: 20px;
  background-color: #e6e9ed;
}

.stock-page__tradeform {
  background: #fff;
  border: 2px solid #E0E1EB;
  border-radius: 10px;
  padding: 10px;
  max-width: 352.5px;
  margin: 0 0 0 auto;
  box-shadow: 0 3.36px 11.3px 0 #00000017;

  @media (max-width:767px) {
    box-shadow: 0 0 11.3px 0 #C010484D;

  }
}

.stock-page__tradeform .stock-page__tradeform_input {
  padding: 10px 0;
}

.stock-page__tradeform .stock-page__tradeform_input input {
  background: #fff;
  box-shadow: 0 0 2px rgb(51 55 57 / 42%);
  border-radius: 4px;
  padding: 10px;
  width: 100%;
  height: 38px;
  font-size: 16px;
  font-weight: 600;
}

.stock-page__tradeform .stock-page__tradeform_input input::placeholder {
  color: #a1a4b9;
  font-weight: 400;
  font-size: 11px;
  line-height: 16px;
}

.stock-page__tradeform .stock-page__tradeform_input .stock-page__tradeform_error {
  font-size: 11px !important;
  line-height: 14px;
  color: rgba(229, 69, 93, .95);
  margin-top: 5px;
  text-align: start;
}

.stock-page__tradeform p span {
  font-family: "Supreme-Extrabold";
  font-weight: 700;
  color: #c0083e;
}

.stock-page__tradeform .stock-page__tradeform_btn {
  margin: 0;
}

.stock-page__tradeform .stock-page__tradeform_btn .btn-trade {
  display: block;
  width: 100%;
  border-radius: 5px;
  padding: 10px;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  color: #fff;
  text-align: center;
  background: #C0083E;
}

/* ODA Form Ended */

.paisabase-faqs-accordian {
  padding: 0 0 70px;
}
.base-block_paragraph{
  font-size: 13px!important;
}
@media only screen and (max-width: 767px) {
  .paisabase-faqs-accordian {
    padding: 0 0 30px;
  }
}

.paisabase-faqs-accordian__wrapper {
  max-width: 1920px;
  padding: 0 32px;

  @media (max-width:767px) {
    padding: 0 16px;
  }
}

.paisabase-faqs-accordian__wrapper h2 {
  font-family: Supreme-Bold;
  font-weight: 700;
  font-size: 32px;
  line-height: 45px;
  color: #101828;
  margin-bottom: 9px;
}

@media only screen and (max-width: 767px) {
  .paisabase-faqs-accordian__wrapper h2 {
    font-size: 20px;
    line-height: 30px;
  }
}

.paisabase-faqs-accordian__wrapper .faq-info {
  font-family: Supreme-Regular;
  font-weight: 400;
  font-size: 17px;
  line-height: 30px;
  color: #344054;
  margin-bottom: 41px;
}

@media only screen and (max-width: 767px) {
  .paisabase-faqs-accordian__wrapper .faq-info {
    font-size: 16px;
  }
}

.paisabase-faqs-accordian__wrapper .faqs-accordian__content:last-child {
  border-bottom: 0;
}

.paisabase-faqs-accordian__wrapper .faqs-accordian__click {
  position: relative;
}

.paisabase-faqs-accordian__wrapper .faqs-accordian__click:first-child {
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .paisabase-faqs-accordian__wrapper .faqs-accordian__click {
    margin-top: 24px;
  }
}

.paisabase-faqs-accordian__wrapper .faqs-accordian__click .accordian-title {
  margin-bottom: 0;
}

.paisabase-faqs-accordian__wrapper .faqs-accordian__click .accordian-title a {
  display: block;
  position: relative;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #101828;
  border-bottom: 1px solid #e4e7ec;
  padding: 24px 30px 24px 0;
}

@media only screen and (max-width: 767px) {
  .paisabase-faqs-accordian__wrapper .faqs-accordian__click .accordian-title a {
    font-size: 14px;
  }
}

.paisabase-faqs-accordian__wrapper .faqs-accordian__click .accordian-title a:before {
  content: "";
  position: absolute;
  top: 33px;
  right: 11px;
  border: solid #000;
  border-width: 0 0 2px 2px;
  display: inline-block;
  padding: 4px;
  transform: rotate(136deg);
}

@media only screen and (max-width: 767px) {
  .paisabase-faqs-accordian__wrapper .faqs-accordian__click .accordian-title a:before {
    padding: 3px;
    border-width: 0 0 2px 2px;
    right: 12px;
  }
}

.paisabase-faqs-accordian__wrapper .faqs-accordian__click .accordian-title a.collapsed:before {
  top: 28px;
  transform: rotate(-45deg);
}

.paisabase-faqs-accordian__wrapper .faqs-accordian__open {
  padding: 0 56px 0 0;
  border-bottom: 1px solid #e4e7ec;
}

@media only screen and (max-width: 767px) {
  .paisabase-faqs-accordian__wrapper .faqs-accordian__open {
    padding-right: 15px;
  }
}

.paisabase-faqs-accordian__wrapper .faqs-accordian__open p {
  font-family: Supreme-Regular;
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  color: #344054;
  margin-bottom: 0;
  padding: 5px 0;
}
.paisabase-faqs-accordian__wrapper .faqs-accordian__open p:first-child {
  padding-top: 30px;
}
.paisabase-faqs-accordian__wrapper .faqs-accordian__open p:last-child {
  padding-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .paisabase-faqs-accordian__wrapper .faqs-accordian__open p {
    font-size: 13px;
    line-height: 18px;
  }
  .youtube__video .imagen-previa {
    padding-top: 10px;
  }

  .nifty-detail-table .table-responsive tr td:first-child,
  .nifty-detail-table .table-responsive tr th:first-child {
    width: 170px;
  }

  .nifty-detail-table .table-responsive tr th {
    width: 100px;
  }

  .nifty-stocks-list h2 {
    font-size: 20px;
    font-weight: 500;
    line-height: 27px;
    text-align: left;
  }
}

.noTitle {
  padding-top: 60px;
}

.stocks-tabs {
  padding: 4px;
  border: 1px solid #E4E7EC;
  max-width: 740px;
}

.stocks-tabs__wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.stocks-tabs__wrapper li {
  flex: 1;
  max-width: 180px;
  position: relative;
  list-style: none;
  margin: 0 2px;
}

.stocks-tabs__wrapper li a {
  width: 100%;
  font-weight: 400;
  font-size: 17px;
  line-height: 150%;
  padding: 3px 0;
  display: inline-block;
  background-color: #F9FAFB;
  text-align: center;
  color: #8A95A8;
  border: 1px solid #F2F4F7;
}

.stocks-tabs__wrapper li a.active {
  border: 1px solid;
  border-radius: 2px;
}

.content-card {
  padding: 24px 0 0;
  border-radius: 4px;
}

.market-category-tab .content-card p {
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  color: #1D2939;
  font-family: 'Supreme-Regular';
  margin-bottom: 5px;
}

.content-card ul li {
  list-style: disc;
  color: #475467;
}

.content-card ul {
  padding-left: 20px;
}

.stocks-tabs__wrapper li a.active {
  background-color: #FFF5F6;
  color: #E31B54;
  border: 1px solid #FD6F8E;
}

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

.market-category-tab h3 {
  font-size: 17px;
  font-weight: 500;
  line-height: 12px;
  text-align: left;
  margin-bottom: 24px;
  color: #475467;

  @media (max-width:434px) {
    line-height: 28px;
  }
}

.market-category-tab {

  padding: 32px 0;
}

.market-category-tab p a {
  color: #F63D68;
}

@media(max-width:767px) {

  .market-category-tab {
    padding: 12px 0 0;
  }

  .stocks-tabs {
    overflow-x: auto;
    max-width: 100%;
    padding: 4px 5px 10px;
  }
}

.market-category-tab .table thead th {
  background: #F9FAFB;
  border-bottom: 0;
  font-size: 13px;
  font-weight: 400;
  color: #060B14;
  font-family: 'Supreme-Regular';
  text-align: right;
}


.market-category-tab .table-bordered td:first-child {
  text-align: left;
}
.dataTables_wrapper{
  margin-bottom: 34px;
}
.market-category-tab .table-bordered td,.market-category-tab .table-bordered td a{
  font-size: 13px;
  font-weight: 400;
  color: #475467;
  line-height: 20px;
  font-family: 'Supreme-Regular';
  text-align: right;
}
.dataTables_wrapper .dataTables_scrollBody::-webkit-scrollbar-thumb{
  border-radius:10px;
  -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);
  background-color:#d51e45;
}
.dataTables_wrapper .dataTables_scrollBody::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: #f5f5f5;
}
.table-bdr thead tr{
  border-bottom: 0px;
}
.table-bdr .table-bordered {
  margin-bottom: 0px;
}
.dataTables_info{
  display: none;
}
.views__alllinks{
  text-align: right;
}
@media (max-width: 767px) {
  .banner-section-new {
    padding: 32px 0;
  }

  .banner-section-title {
    margin-bottom: 32px;
  }

  .banner-section-new h1 {
    font-size: 20px;
    line-height: 36px;
  }

  .banner-section-head .pink-title {
    font-size: 41px;
    line-height: 62px;
    margin-top: 0;
  }

  .banner-section-head img {
    flex: 1;
    margin-left: 0;
    width: 100px;
  }

  .stock-page__tradeform p {
    font-size: 17px !important;
    line-height: 28px;
    margin-bottom: 5px;
  }

  .stock-page__tradeform_head img {
    width: 75px;
  }

  .stock-page__tradeform {
    padding: 9px 11px;
    max-width: 100%;
  }

  .stocks-tabs__wrapper li a {
    font-size: 13px;
    line-height: 21px;
  }

  .stocks-tabs__wrapper li {
    max-width: 110px;
  }

  .content-card {
    padding: 15px 0 0;
  }

}

@media(max-width:1300px) {
  .stock-page__tradeform p {
    font-size: 24px !important;
  }
}

.homebase-block__tac {
  margin-top: 10px;
  font-weight: 400;
  font-size: 11px;
  color: #989898;
}

.container {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 32px;
}

@media only screen and (max-width: 767px) {
  main .top-title.breadcrumb {
    padding: 2px 0 12px;
  }

  .container {

    padding: 0 16px;
  }

}

.exchange-cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff5f6;
  border: 1px solid #feccd6;
  padding: 10px 15px;
  margin-bottom: 24px;
  margin-top: 24px;
}

.market-category-tab .paisabase-faqs-accordian__wrapper {
  padding: 0;
}

.market-category-tab .content-card .exchange-cta p {
  margin: 0;
  font-size: 16px;
}

.cta-button.menu-block__opendemat a {
  display: block;
  background-color: #145295;
  padding: 10px 25px;
  font-size: 13px;
}

.market-category-tab .paisabase-faqs-accordian {
  padding-bottom: 15px;
}

.market-category-tab .content-card .exchange-cta p span {
  background-color: #e31b54;
  width: 15px;
  height: 15px;
  display: inline-block;
  color: #fff;
  text-align: center;
  border-radius: 100%;
  line-height: 15px;
  margin-right: 5px;
  font-size: 13px;
}

.market-category-tab .table-bordered {
  border-collapse: separate !important;
  border-spacing: 0 !important;
}

.market-category-tab h3 {
  margin-bottom: 10px;
}

.table-bdr thead th:first-child {
  border-right: 0;
  text-align: left;
}
.table-bdr table{
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom: 0px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.dataTables_scrollBody{
  margin-top: -4px;
}
.table-bdr thead th:last-child {
  border-top-right-radius: 4px;
}

.market-category-tab .table-bordered td,
.market-category-tab .table-bordered th {
  border: 0.5px solid #F1F1F1;
}

.content-card h4 {
  color: #1D2939;
  font-size: 13px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: -0;
}
.cagr_body h4{margin-top: 15px;}
@media(max-width:767px) {
  .market-category-tab .table thead th {
    min-width: 190px;
  }
}
.indices__green {
  color: #28a745;
}
.indices__red {
  color: #E5455D;
}
.clamp-container {
  position: relative;
}

.cagr_body {
  display: none;
}

.expanded_para {
  display: block;
  max-height: none;
}
.read_more_body {
  color: #007bff !important;
}
.oda_global_form.oda-sticky {
  position: fixed;
  right: 30px;
  top: 85px;
  width: 390px;
  z-index: 99
}

@media only screen and (max-width: 1280px) {
  .oda_global_form.oda-sticky {
      top:120px;
      width: 366px
  }
}

.stock-page__tradeform.oda-sticky__removed {
  position: initial
}

@media(max-width: 1200px) {
  .stock-page__tradeform.oda-sticky {
      right:60px;
      width: auto
  }
}

@media(max-width: 767px) {
  .stock-page__tradeform.oda-sticky {
      position:static;
      top: inherit;
      left: inherit
  }
}