body{
  background-color: #f0f3f8;
}
/* 1 top all bottom */

.crd_wdg_wrp{
  border:1px solid #C2CDE3;
  border-radius:4px;
  padding:10px 0px 15px;
  margin:0px 0 30px;
  overflow:hidden;
}
.crd_wdg_wrp:last-child{
  margin-bottom:0;
}
.crd_wdg_wrp_ttl{
  background-color:#F0F3F7;
  color:#100F0F;
  font-size:18px;
  line-height:27px;
  font-weight:600;
  padding:20px;
  margin:0 0 20px;
}
.crd_wdg_cnt{
  align-items:flex-start;
  border-bottom:1px solid #C2CDE3;
  display:flex;
  justify-content:space-between;
  margin:0 20px 0px;
  padding:0 0 20px;
}
.crd_wdg_lhs{
  padding:0 20px 0 0px;
  width:100%;
}
.crd_wdg_rhs{
  flex-shrink:0;
  flex:0 0 200px;
  max-width:200px;
}
.crd_wdg_ttl{
  color:#000;
  display:block;
  font-size:20px;
  font-weight:600;
  line-height:28px;
  margin:6px 0 6px;
}
.crd_wdg_txt, .crd_wdg_txt p{
  color:#000;
  display:block;
  font-size:16px;
  line-height:24px;
}
.crd_wdg_ul{
  align-items:flex-start;
  display:flex;
  flex-wrap:wrap;
  margin:0 0px;
  padding:20px 10px 0;
}
.crd_wdg_li{
  flex:0 0 50%;
  max-width:50%;
  margin:0 0 22px;
  padding:0 10px;
  width:100%;
}
.crd_wdg_lnk{
  align-items:flex-start;
  display:flex;
}
.crd_wdg_img{
  display:flex;
}
.crd_wdg_rhs .crd_wdg_img img{ height:auto}
.crd_wdg_lnk .crd_wdg_img{
  display:flex;
  flex:0 0 129px;
  max-width:129px;
}
.crd_wdg_li_rhs{
  padding:0 0 0 12px;
  width:100%;
}
.crd_wdg_li_txt{
  color:#000;
  display:block;
  font-size:16px;
  line-height:24px;
}
.crd_wdg_li_lbl{
  color:#5C6B88;
  display:block;
  font-weight:500;
  font-size:12px;
  line-height:12px;
  margin:1px 0 4px;
}
.crd_wdg_wrp .mrk_box_ftr{
  border-top:1px solid #C2CDE3;
  padding-top:15px;
  margin:0 20px 0;
}

@media (max-width: 767px){
  .crd_wdg_cnt{
    flex-direction:column;
    margin:0 12px 0;
    padding-bottom:12px;
  }
  .crd_wdg_wrp_ttl{
    font-size:20px;
    line-height:30px;
    margin:0 0 5px;
    padding:12px 10px;
  }
  .crd_wdg_ul{
    flex-direction:column;
    padding-top:12px;
  }
  .crd_wdg_li{
    flex:0 0 100%;
    max-width:100%;
    padding:0;
  }
  .crd_wdg_lhs{
    flex:0 0 100%;
    max-width:100%;
    padding:0 0 10px;
  }
  .crd_wdg_rhs{
    flex: 0 0 100%;
    max-width: 100%;
    padding-left:0;
    width:100%;
  }
  /*.crd_wdg_lnk .crd_wdg_img{
    flex:0 0 80px;
    max-width:80px;
  }*/
  .crd_wdg_li_txt{font-size: 14px; line-height: 22px;}
  .crd_wdg_wrp .mrk_box_ftr{
    margin:0 12px 0;
  }
  .crd_wdg_img img{
    height:auto;
    width:100%;
  }
}
/* 1 top all bottom */

/* RHS SECTORS STARTS */

.rhs_sec_ul {
  border-top: 1px solid #c2cde3;
}
.rhs_sec_li {
  border-bottom: 1px solid #c2cde3;
}
.rhs_sec_lnk {
  display: flex;
  padding: 16px 0;
}
.rhs_sec_lhs {
  align-items: center;
  background-color: #2fa7df;
  border: 1px solid #2fa7df;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  flex-shrink: 0;
  margin: 0 12px 0 0;
  height: 40px;
  width: 40px;
  -webkit-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.rhs_sec_lnk:hover .rhs_sec_lhs {
  background-color: #eaf9ff;
}
.rhs_sec_rhs {
}
.rhs_sec_nme {
  color: #181818;
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  -webkit-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.rhs_sec_lnk:hover .rhs_sec_nme {
  color: #123245;
}
.rhs_sec_val {
  color: #181818;
  display: block;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}

/* RHS SECTORS ENDS */


 /* WIDGET BT TV STARTS*/

.wrp_bt_tv{
  background-color:#181818;
  padding:30px 0;
  color:#fff;
  margin:0 0 20px;
  position: relative;
}
.wrp_bt_tv .container{

}
.wrp_bt_tv .swiper-wrapper{
  /* overflow-x:auto;
  margin:0 auto;
  max-width:1270px;
  width:100%; */
  z-index:13;
}
.wrp_bt_tv .swiper-slide{
  /* margin-right:30px; */
}
.wrp_bt_tv .swiper-pagination{
  z-index:12;
}
.wrp_bt_tv .mrk_ttl_txt{
  background-color:#181818;
  color:#fff;
  font-size:20px;
  font-weight:600;
  line-height:26px;
  padding-left:30px;
}
.wrp_bt_tv .mrk_ttl_wrp{
  margin:0 0 15px;
  max-width:250px;
  position:relative;
  z-index:13;
}
.wrp_bt_tv .mrk_ttl_txt:after{ 
  right:auto;
  height:16px;
  width:16px;
}
.swp_itm_wrp{
  display:flex;
  flex-direction:column;
  position: relative;
}
.swp_itm_cnt{
  display:block;
  position: relative;
  margin-bottom:8px;
}
.swp_itm_img{
  display:flex;
}
.swp_itm_img figure{
  width:100%;
  line-height: 0px;
}
.swp_itm_img img{
  height:auto;
  width:100%;
}
.swp_itm_ply{
  background-color:#2fa8df;
  border:1px solid #fff;
  border-radius:100%;
  display:block;
  height:34px;
  width:34px;
  position:absolute;
  left:0;
  right:0px;
  top:0;
  bottom:0px;
  margin:auto;
  overflow:hidden;
}
.swp_itm_ply:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top:7px solid transparent;
  border-left:10px solid #fff;
  border-bottom:7px solid transparent;
  position: absolute;
  left: 0;
  right: -3px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.swp_itm_dur{
  background-color:#000;
  color:#fff;
  position:absolute;
  left:0;
  bottom:0;
  padding:4px;
  font-size:12px;
  line-height:15px;
}
.swp_itm_txt{
  color:#fff;
  font-size:14px;
  line-height:20px;
}
.swp_cnt_wrp.container{
  overflow-x:hidden;
/* -ms-overflow-style: none;
scrollbar-width: none; */
}
/* .swp_cnt_wrp.container::-webkit-scrollbar{
  display: none;
} */
@media (max-width: 767px){
.wrp_bt_tv{
  padding:20px;
}
.wrp_bt_tv.ind_bt_tv{
  padding:20px 15px;
}
.wrp_bt_tv .swiper-slide{
  margin-right:20px;
}
.swp_itm_txt{
  font-size:14px;
  line-height:22px;
}
}

@media (max-width:575px){
  .ind_bt_tv .swiper-pagination-clickable .swiper-pagination-bullet{
    margin: 0 2px !important;
  }
}

.ind_bt_tv .mrk_ttl_txt {
    background-color:#FFFFFF;
    color: #000;
    font-size: 16px;
    line-height: 24px;
}
.ind_bt_tv.wrp_bt_tv .mrk_ttl_wrp {
    margin: 0 0 20px;
}
.ind_bt_tv .container{
  border-top:2px solid #FFFFFF;
}
.ind_bt_tv .swp_cnt_wrp.container{
  border-top:0;
}
.ind_bt_tv.wrp_bt_tv .swiper-wrapper{
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.ind_bt_tv.wrp_bt_tv .swiper-slide{
  height:auto;
  width:258px;
  flex: 0 0 auto;
  margin-right:30px;
}
.ind_bt_tv.wrp_bt_tv .swiper-wrapper{
  height:auto;
}
.ind_bt_tv.wrp_bt_tv .mrk_ttl_txt:after{
  left:8px;
}
.mrk_pg_wrp .ind_bt_tv .swiper-pagination {
    top: 10px;
    right: 0;
}

@media (max-width:767px){
  .ind_bt_tv .container{
    padding:0px;
  }
}

/* WIDGET BT TV ENDS*/


/* NEW HOT STOCKS STARTS */

.hot_stk_new {
  position: relative;
  overflow: visible;
}
.wdg_rhs_hdr {
  position: absolute;
  right: 15px;
  top: 15px;
  margin: 0;
}
.new_ht_stk {
}
.ht_flt_ul {
  display: flex;
  margin: 0 0 10px;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
}
.ht_flt_li {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  padding: 0;
}
.ht_flt_lnk {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 0px 10px 10px 10px;
  width: 100%;
}
.ht_flt_icn {
  background-color: #c2cce3;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  border-radius: 100%;
  margin: 0 0px 8px 0;
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -webkit-transition: all ease-in-out 0.4s;
}
.ht_flt_li.active .ht_flt_icn {
  background-color: #00aeef;
}
.ht_flt_icn img {
  display: block;
  width: 46px;
  height: 46px;
}
.ht_flt_ttl {
  color: #5c6b88;
  font-weight: 500;
  font-size: 16px;
  line-height: 12px;
  font-weight: 500;
  transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -webkit-transition: all ease-in-out 0.4s;
}
.ht_flt_li.active .ht_flt_ttl {
  color: #00aeef;
}
.hot_stk_new .wdg_rhs_hdr {
  top: 12px;
}
.hot_stk_new .mrk_box_txt {
  margin: 10px 0 15px;
  padding: 0;
}

/* table */

i.sym_fnt {
  font-style: normal;
  display: inline-block;
  margin: 0 4px 0 0;
}
.hot_stk_new .tab_body {
  /* min-height: 302px; */
}
.ht_stk_chr {
  border: 1px solid #c2cde3;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  overflow-y: hidden;
  overflow-x: auto;
}
.ht_chr_thd {
  align-items: center;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.ht_chr_tbd {
  align-items: center;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.ht_chr_tr {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
  width: 100%;
}
.ht_chr_tr:nth-child(odd) {
  background-color: #fff;
}
.ht_chr_tr:nth-child(even) {
  background-color: #f7f9fd;
}
.ht_chr_thd .ht_chr_tr {
  background-color: #e5f3fc;
  border-bottom: 1px solid #c2cde3;
}
.ht_chr_th {
  align-items: center;
  background-color: #e5f3fc;
  border-radius: 4px 4px 0 0;
  color: #5c6b88;
  display: flex;
  flex-shrink: 0;
  flex: 1;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  padding: 10px 8px;
  min-height: 60px;
  text-align: right;
  width: 100%;
}
.ht_chr_th:nth-child(1) {
  max-width: 210px;
  text-align: left;
  position: sticky;
  left: 0;
}
.ht_chr_th:nth-child(2) {
  justify-content: flex-end;
  max-width: 160px;
}
.ht_chr_th:last-child {
  min-width: 110px;
  max-width: 120px;
  justify-content: flex-end;
  white-space: nowrap;
}
.ht_chr_td {
  align-items: center;
  color: #181818;
  display: flex;
  font-size: 14px;
  flex-shrink: 0;
  flex: 1;
  line-height: 22px;
  padding: 8px;
  min-height: 60px;
  text-align: right;
  width: 100%;
}
.ht_chr_td:nth-child(1) {
  font-size: 16px;
  line-height: 25px;
  font-weight: 600;
  position: sticky;
  left: 0;
  text-align: left;
  max-width: 210px;
}
.ht_chr_td:nth-child(2) {
  align-items: flex-end;
  font-weight: 500;
  flex-direction: column;
  max-width: 160px;
}
.ht_chr_td:last-child {
  justify-content: flex-end;
  max-width: 120px;
  min-width: 110px;
}
.ht_chr_tr:nth-child(odd) .ht_chr_td {
  background-color: #fff;
}
.ht_chr_tr:nth-child(even) .ht_chr_td {
  background-color: #f7f9fd;
}
.ht_chr_img {
  align-items: center;
  border-radius: 100%;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  height: 24px;
  margin: 0 8px 0 0;
  width: 24px;
  overflow: hidden;
}
.ht_chr_rsl {
  font-weight: 600;
}

.hot_stk_new .inp_cmp_srh {
  border-radius: 0 0 4px 4px;
}

@media (max-width: 767px) {
  .mag_cvr_img img,
  .bt_sht_img img {
    width: 100%;
    height:auto;
  }
  .ind_bt_tv .swp_cnt_wrp.container{
    padding:0px;
  }
  .ht_chr_tr {
    padding: 0;
  }
  .ht_chr_thd .ht_chr_tr {
    border-bottom: 0px;
  }
  .ht_chr_th {
    font-size: 12px;
    line-height: 16px;
  }
  .ht_chr_th:nth-child(1) {
    min-width: 146px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  }
  .ht_chr_td:nth-child(1) {
    min-width: 146px;
    font-size: 12px;
    line-height: 18px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  }
  .ht_chr_th:nth-child(2) {
    min-width: 140px;
  }
  .ht_chr_td:nth-child(2) {
    min-width: 140px;
  }
}
.wdg_rhs_hdr_ul {
  background-color: #f0f3f7;
  border: 1px solid #d5dae5;
  border-radius: 4px;
  align-items: center;
  display: flex;
  flex-shrink: 0;
  margin: 0 0 auto auto;
  overflow: hidden;
}
.wdg_rhs_hdr_li {
  cursor: pointer;
}
.wdg_rhs_hdr_lnk {
  color: #5c6b88;
  display: block;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  padding: 8px 9px 6px;
  -webkit-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.wdg_rhs_hdr_li.active .wdg_rhs_hdr_lnk {
  background-color: #ffffff;
  border-radius: 2px;
  color: #00aeef;
}
.wdg_hdr_lhs {
  margin: 0 15px 0 0;
  width: 100%;
  position: relative;
}
.company_search_container {
  position: relative;
  z-index: 2;
}
.hot_stk_new .inp_cmp_srh {
  border-radius: 0 0 4px 4px;
}
.inp_cmp_srh {
  background: #fff;
  border: 1px solid #c2cde3;
  border-radius: 4px;
  font-size: 16px;
  line-height: 16px;
  padding: 9px 32px 9px 10px;
  width: 100%;
  outline: 0;
}
.company_search_container::after {
  content: "";
  display: block;
  background: url(https://akm-img-a-in.tosshub.com//businesstoday/resource/img/icn_cmp_search.svg)
    no-repeat center center;
  height: 16px;
  position: absolute;
  width: 16px;
  right: 10px;
  top: 10px;
  background-size: contain;
}

@media (max-width: 767px) {
  .ht_flt_icn {
    height: 40px;
    width: 40px;
  }
  .ht_flt_icn img {
    width: 36px;
    height: 36px;
  }
  .ht_flt_ttl {
    font-size: 12px;
    line-height: 12px;
  }
}
/* NEW HOT STOCKS ENDS */

/* SEARCH IN WIDGET STARTS */

.wdg_hdr_cnt {
  width: 100%;
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 20px auto 5px;
}
.wdg_hdr_lhs {
  margin: 0 15px 0 0;
  width: 100%;
  position: relative;
}
.wdg_hdr_rhs {
  flex-shrink: 0;
}
.company_search_container {
  position: relative;
  z-index: 2;
}
.company_search_container::after {
  content: "";
  display: block;
  background: url(https://akm-img-a-in.tosshub.com//businesstoday/resource/img/icn_cmp_search.svg)
    no-repeat center center;
  height: 16px;
  position: absolute;
  width: 16px;
  right: 10px;
  top: 10px;
  background-size: contain;
}
.inp_cmp_srh {
  background: #fff;
  border: 1px solid #c2cde3;
  border-radius: 4px;
  font-size: 16px;
  line-height: 16px;
  padding: 9px 32px 9px 10px;
  width: 100%;
  outline: 0;
}
#company_search_list {
  background: #fff;
  position: absolute;
  width: 100%;
  border: 1px solid #c2cde3;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 0 0 4px 4px;
  border-top: 0;
  top: 33px;
  z-index: 1;
}
.wdg_hdr_lhs ul {
  display: flex;
  flex-direction: column;
  max-height: 320px;
  overflow-y: auto;
  padding: 8px;
}
.wdg_hdr_lhs li {
  border-bottom: 1px solid #f1f1f1;
}
.wdg_hdr_lhs li:last-child {
  border-bottom: 0;
}
.wdg_hdr_lhs li a {
  display: block;
  font-size: 13px;
  padding: 5px 1px;
}
.wdg_hdr_lhs li a b {
  font-weight: 700;
}

/* MARKET BUZZ ENDS */

/* MARKET SHORTS STARTS */

.wdg_mrk_sht{
  background-color:#181818;
  padding:30px 0 30px;
  margin-bottom: 24px;
}
.wdg_mrk_sht .container{
  overflow-x:hidden;
  padding:0;
}
.wdg_mrk_sht .mrk_ttl_wrp{
  border-top:2px solid #fff;
  position: relative;
  margin:0px 0 20px;
}
.wdg_mrk_sht .mrk_ttl_txt {
  background-color: #fff;
  color: #000;
  font-size: 16px;
  line-height: 24px;
}
.mrk_sht_cnt{

}
.mrk_sht_img{
  border-radius: 2px;
  display: block;
  overflow: hidden;
  padding-bottom: 133.19%;
  position: relative;
  margin: 0 0 10px;
}
.mrk_sht_img img{
  color: transparent;
  left: 0;
  min-height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
.mrk_sht_swp{
  display:flex;
  flex-direction:column;
}
.mrk_sht_icn{
  position: absolute;
  top: 10px;
  left: 10px;
}
.mrk_sht_ttl{
  color:#FFFFFF;
  font-size:14px;
  font-weight:500;
  line-height:20px;
  margin:0 0 5px;
}
.mrk_sht_txt{
  color:#5F6571;
  font-size:12px;
  line-height:18px;
}
.wdg_mrk_sht .swiper-pagination, .sec_pg_wrp .wdg_mrk_sht .swiper-pagination{
  left:auto;
  right: 0;
  top:8px;
  width:calc(100% - 200px);
}

@media (max-width: 1024px){
.wdg_mrk_sht .swiper-pagination, .sec_pg_wrp .wdg_mrk_sht .swiper-pagination{
  right:20px;
}
}

@media (max-width: 767px){
.wdg_mrk_sht{
  padding:30px 20px;
}
.wdg_mrk_sht .swiper-pagination, .sec_pg_wrp .wdg_mrk_sht .swiper-pagination{
  right:0px;
}
}

/* MARKET SHORTS ENDS */


/* INDUSTRY NEWS STARTS */

.ind_nws_wdg {
  background-color: #fff;
  padding: 0 0 20px;
  position: relative;
  margin: 0 0 24px;
}
.ind_nws_wdg .bg_ttl_wdg {
  background: url(https://akm-img-a-in.tosshub.com/businesstoday/resource/img/ttl_bg_indnws.png)
    no-repeat left center;
  background-size: cover;
}
.ind_nws_wdg .bg_ttl_wdg a{
    color: #fff;
    display: flex;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}
.ind_sec_ul {
  column-gap: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 30px 0;
}
.ind_sec_li {
  margin: 0 0px 16px 0;
}
.ind_sec_li_lnk {
}
.ind_sec_li_icn {
  align-items: center;
  background-color: #ecf6ff;
  border: 1px solid #00aeef;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  margin: 0 auto 9px;
  height: 68px;
  width: 68px;
  -webkit-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.ind_sec_li_icn img {
  max-width: 32px;
  width: 100%;
}
.ind_sec_li_nme {
  color: #5c6b88;
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  -webkit-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.ind_sec_li_lnk:hover .ind_sec_li_icn {
  background-color: #fff;
  transform: translateY(4px);
}
.ind_sec_li.active .ind_sec_li_icn {
  background-color: #00aeef;
}
.ind_sec_li.active .ind_sec_li_nme {
  color: #00aeef;
}
.ind_sec_li:last-child.active .ind_sec_li_icn img {
  filter: brightness(9);
}

.ind_nws_cnt {
  padding: 0 20px;
}
.ind_nws_cnt .mag_cvr_ttl {
  color: #000000;
}
.ind_nws_cnt .mag_cvr_txt {
  color: #000000;
}
.ind_nws_cnt .lst_hrz_txt {
  color: #000000;
}
.ind_nws_cnt .lst_hrz_lnk:hover .lst_hrz_txt {
  color: #123245;
}
.ind_nws_cnt .wdg_cnt_alt {
  border: 1px solid #c2cde3;
}
.ind_nws_wdg .wdg_cnt_alt {
  border-top: 0;
  border-radius: 0 0 4px 4px;
}
.ind_nws_cnt .wdg_cnt_top {
  border-bottom: 1px solid #c2cde3;
}
.ind_nws_cnt .mrk_box_ftr {
  margin-top: 0;
}
.ind_nws_wdg .wdg_bar_wrp {
  border-radius: 4px 4px 0 0;
}
.wdg_cnt_alt {
  border: 1px solid #32627c;
  border-radius: 4px;
  padding: 20px;
}
.wdg_cnt_top {
  border-bottom: 1px solid #32627c;
  display: flex;
  padding: 0 0 20px;
  margin: 0 0 20px;
}
.wdg_cnt_top .mag_cvr_img {
  flex: 0 0 200px;
  max-width: 200px;
  margin: 0 20px 0 0;
}
.wdg_cnt_alt .mag_cvr_lbl {
  margin: 0 0 12px;
}
.wdg_cnt_alt .mag_cvr_ttl {
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 12px;
}
.lst_hrz_ul {
  column-gap: 20px;
  display: flex;
  flex-wrap: wrap;
}
.lst_hrz_li {
  flex: 0 0 48.5%;
  max-width: 48.5%;
  margin: 0 0 20px;
}
.lst_hrz_lnk {
  display: flex;
}
.lst_hrz_img {
  display: block;
  flex: 0 0 130px;
  max-width: 130px;
  margin: 0 12px 0 0;
  overflow: hidden;
}
.lst_hrz_img img {
  display: block;
  height: auto;
  width: 100%;
  -webkit-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.lst_hrz_lnk:hover img {
  transform: scale(1.03);
}
.lst_hrz_lnk:hover .lst_hrz_txt {
  color: #c9eeff;
}
.lst_hrz_txt {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 1024px) {
  .wdg_cnt_top {
    flex-direction: column;
    padding-bottom: 0;
  }
  .wdg_cnt_alt {
    padding: 13px;
  }
  .wdg_cnt_top .mag_cvr_img {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0 0 16px;
  }
  .wdg_cnt_top .mag_cvr_ttl {
    font-size: 18px;
    line-height: 26px;
  }
  .lst_hrz_li {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0 0 16px;
  }
  .lst_hrz_li:last-child {
    margin-bottom: 0;
  }
  .lst_hrz_img {
    flex: 0 0 80px;
    max-width: 80px;
  }
  .lst_hrz_txt {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  .ind_sec_ul {
    justify-content: flex-start;
  }
  .ind_sec_li {
    /* min-width:110px; */
  }
}
@media (max-width: 767px) {
  .ind_nws_cnt {
    padding: 0;
  }
  .ind_nws_cnt .wdg_cnt_alt {
    border-top: 1px solid #c2cde3;
    margin: 0 20px;
  }
  .ind_nws_cnt .mrk_box_ftr {
    margin-top: 20px;
  }
  .ind_sec_ul {
    column-gap: 20px;
    padding: 20px 20px 0;
  }
  .ind_sec_li {
    flex: 0 0 16%;
    max-width: 16%;
    align-items: center;
    justify-content: center;
    display: flex;
  }
  .ind_sec_li_icn {
    height: 60px;
    width: 60px;
  }
  .ind_sec_li_nme {
    font-size: 12px;
  }
  .ind_sec_li_lnk:hover .ind_sec_li_icn {
    transform: none;
  }
  .wdg_bar_wrp {
    margin: 0 20px;
  }
}

@media (max-width: 600px) {
  .ind_sec_ul {
    justify-content: space-between;
  }
}


/* INDUSTRY NEWS ENDS */

/* SUBSCRIBE TO BT MAGAZINE STARTS */

.sbs_mag_wrp {
  align-items: center;
  background-color: #181818;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 25px 25px 15px;
  text-align: center;
  margin: 0 auto 32px !important;
}
.sbs_mag_ttl {
  color: #fafa06;
  font-size: 32px;
  line-height: 24px;
  font-family: "Poppins", sans-serif;
  margin: 0 0 8px;
}
.sbs_mag_txt {
  color: #fff;
  font-size: 28px;
  line-height: 32px;
  font-weight: 700;
}
.sbs_mag_img {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 20px auto;
  min-height: 245px;
  max-width: 400px;
  position: relative;
  width: 100%;
}
.sbs_mag_img img {
  width: 100%;
  height: auto;
}
.sbs_mag_img a {
  height: 234px;
  width: 169px;
  display: block;
  margin: auto;
}
.sbs_mag_img a:first-child {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.sbs_mag_img a:nth-child(2) {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -15px;
  right: auto;
  transform: scale(0.85);
  z-index: 1;
}
.sbs_mag_img a:last-child {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -15px;
  left: auto;
  transform: scale(0.85);
  z-index: 1;
}
.sbs_mag_ul {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
}
.sbs_mag_li {
}
.sbs_mag_lnk {
  border-right: 1px solid #7c7c7c;
  color: #7c7c7c;
  display: flex;
  font-size: 14px;
  line-height: 1;
  padding: 0 10px 0 0;
  margin: 0 10px 0 0;
}
.sbs_mag_li:last-child .sbs_mag_lnk {
  border-right: 0;
  margin: 0;
  padding: 0;
}
.sbs_mag_btn {
  border: 1px solid #ffffff;
  border-radius: 4px;
  display: block;
  margin: 18px auto 7px;
  text-align: center;
  width: 100%;
}
.sbs_mag_btn_txt {
  color: #ffffff;
  display: block;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  padding: 13px 10px 12px;
}
.sbs_mag_ftr {
  color: #fff;
  font-size: 14px;
  line-height: 32px;
}
.sbs_mag_ftr_lnk {
  color: #00aeef;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .sbs_mag_wrp {
    margin: 0 0 20px;
  }
  .sbs_mag_img {
    min-height: 300px;
  }
  .sbs_mag_img a {
    height: 300px;
    width: 217px;
  }
}
.ind_flt_lnk {
  cursor: pointer;
}

/* SUBSCRIBE TO BT MAGAZINE ENDS */
.hedlineteg h2 span,
.hedlineteg h3 span{
  background-color: #f0f3f8 !important;
}

.mrk_wdg_box{background-color: #fff;border-top: 2px solid #000000;border-radius: 0 0 4px 4px;padding: 45px 20px 20px;margin: 0px 0px 24px;position: relative;}
.mrk_ttl_wrp {align-items: center;display: flex;margin: 0px;position: absolute;left: 0;top: 0;}
.mrk_ttl_txt {background-color: #000;color: #fff;font-size: 14px;font-weight: 700;line-height: 21px;position: relative;padding: 2px 10px 4px 28px;text-transform: uppercase;}
.mrk_ttl_txt:after {content: '';display: block;background: url(https://akm-img-a-in.tosshub.com//businesstoday/resource/img/bt_ttl_icn.svg) no-repeat right center;background-size: contain;height: 10px;width: 10px;position: absolute;left: 10px;top: -1px;bottom: 0;margin: auto;}
.mrk_box_txt {color: #000;display: block;font-size: 16px;line-height: 24px;margin: 0 0 15px;}
.mrk_mod_wrp .mrk_box_ftr {padding: 0 10px 0 0;text-align: right;}
.mrk_box_ftr {margin: 20px 0 0;position: relative;text-align: center;z-index: 13;}
.pwd_by_wrp {align-items: flex-start;display: flex;flex-direction: column;color: #666666;font-size: 10px;line-height: 24px;position: absolute;left: 0;bottom: -10px;}
.pwd_by_img {max-width: 58px;}
.mrk_box_lnk_btn {align-items: center;color: #2FA7DF;display: inline-block;font-weight: 600;justify-content: center;text-decoration: none;font-size: 16px;line-height: 24px;}
.mrk_lnk_txt {color: #2FA7DF;font-size: 16px;font-weight: 600;line-height: 22px;position: relative;}
.pwd_by_wrp{align-items:flex-start;display:flex;flex-direction:column;color:#666666;font-size:10px;line-height:24px;position: absolute;left: 0;bottom: -10px;}
.pwd_by_img{max-width:58px;}.mrk_mod_wrp .mrk_box_ftr{padding:0 10px 0 0;text-align:right;}
.zne_pop_opn{overflow:hidden;}
.zne_pop_wrp{display:none;}
.zne_pop_opn .zne_pop_wrp{display:block;}
.zne_pop_wrp{position: fixed;  left: 0;  right: 0; margin: auto; top:2%;min-width:60%;  max-width:900px;  z-index:890;  width:100%;}
.zne_ovr{background-color:rgba(0,0,0,0.4);position:fixed;top:0;right:0;bottom:0;left:0;margin:auto;height:100%;width:100%;display:none;z-index:889;}
.zne_pop_opn .zne_ovr{display:block;}
.zne_pop_cnt{padding:0 20px;max-height:70vh;overflow-y:auto;}
.pop_cnt_itm{padding:0 0 20px 40px;}
.pop_cnt_ttl{color:#333;font-size:18px;font-weight:600;line-height:28px;margin-bottom:5px;}
.pop_cnt_txt p{color:#333;font-size:14px;line-height:24px;margin:0;}
.zne_icn_ef{background:url(https://akm-img-a-in.tosshub.com/sites/test/bt/markettoday/images/zne_icn_ef.svg) no-repeat;background-position:0px 5px;}
.zne_icn_fear{background:url(https://akm-img-a-in.tosshub.com/sites/test/bt/markettoday/images/zne_icn_fear.svg) no-repeat;background-position:0px 5px;}
.zne_icn_greed{background:url(https://akm-img-a-in.tosshub.com/sites/test/bt/markettoday/images/zne_icn_greed.svg) no-repeat;background-position:0px 5px;}
.zne_icn_eg{background:url(https://akm-img-a-in.tosshub.com/sites/test/bt/markettoday/images/zne_icn_eg.svg) no-repeat;background-position:0px 5px;}
.cal_pop_opn{overflow:hidden;}
.pop_up_ovr{background-color:rgba(0,0,0,0.4);position:fixed;top:0;right:0;bottom:0;left:0;margin:auto;height:100%;width:100%;display:none;z-index:889;}
.cal_pop_opn .pop_up_ovr{display:block;}
.pop_up_hdr{background: #fafafa;display: flex;align-items: center;justify-content: center;margin: 0 0 25px;padding: 14px 10px;position: relative;box-shadow: 0 1px 5px rgba(0,0,0,0.2);}
.pop_up_ttl{color:#333;font-size:20px;font-weight:500;line-height:30px;}
.pop_up_cls {cursor: pointer;height: 25px;width: 25px;border-radius: 100%;position: absolute;right:15px;top:17px;display: flex;align-items: center;justify-content: center;-webkit-transition: all 0.2s;-moz-transition: all 0.2s;-o-transition: all 0.2s;-ms-transition: all 0.2s;transition: all 0.2s;}
.pop_up_cls:hover{transform: translateY(-2px);}
.pop_up_cls:before, .pop_up_cls:after {  border-radius:8px;  transform: rotate(-45deg);  content: "";  position: absolute;  top: 11px;  right:5px;  display: block;  height:2px;  width:15px;  background-color: #666;  -webkit-transition: all 0.2s;  -moz-transition: all 0.2s;  -o-transition: all 0.2s;  -ms-transition: all 0.2s;  transition: all 0.2s;}
.pop_up_cls:after {transform: rotate(-135deg);}
.cln_pop_wrp{display:none;}
.cal_pop_opn .cln_pop_wrp{display:block;}
.cln_pop_wrp{position: fixed;  left: 0;  right: 0;  top:12%; bottom: 0;   margin: auto; min-width:60%;  max-width:960px;  z-index:890;  width:100%;}
.cln_pop_cnt{background-color:#fff;border-radius:8px;box-shadow:0 0 30px rgba(0,0,0,0.20);padding:0px 0 20px;position: relative;overflow:hidden;}
.pop_up_tbl{display:flex;flex-direction:column;height:calc(100vh - 250px);overflow-y:auto;padding:0 20px;}
.pop_up_thead{align-items:center;background-color:#E5F3FC;display:flex;justify-content:space-between;padding:0 20px;position:sticky;top:0;border-radius:4px 4px 0 0;}
.pop_up_th{background-color: #E5F3FC;padding:10px 8px 10px 0;color:#333;font-size:14px;font-weight:600;line-height:20px;margin:auto 0 auto auto;text-align:center;width:100%;}
.pop_up_th:first-child{margin:auto auto auto 0;text-align:left;}
.pop_up_tbody{border-radius:0 0 4px 4px;display:flex;flex-direction:column;}
.pop_up_tr{background-color:#fafafa;align-items:center;display:flex;justify-content:space-between;padding:0 20px;}
.pop_up_tr:nth-child(even){background-color:#f1f1f1;}
.pop_up_td{margin:auto 0 auto auto;padding:7px 0;color: #333;font-size: 15px;line-height: 20px;text-align:center;width:100%;}
.pop_up_td:first-child{margin:auto auto auto 0;text-align:left;}
.pop_up_emp{align-items:center;display:flex;justify-content:center;min-height:100px;}
.mrk_lnk_txt:after {content: '';display: block;position: absolute;border: solid #2FA7DF;border-width: 0 3px 3px 0;display: inline-block;padding: 3px;top: 7px;right: -13px;transform: rotate(-45deg);-webkit-transform: rotate(-45deg);}

span.swiper-pagination-bullet{background-color:#606570;background:#606570;width:8px;height:8px;display:inline-block;border-radius:100%;opacity:1;margin:0 4px!important;transform:scale(1);}
.swiper-pagination-bullet,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{opacity:1;transform:scale(1);}
span.swiper-pagination-bullet-active{background:#3f9cc6;}
.swiper-pagination,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:5px;right:10px;left:auto;bottom:auto;text-align:right;transform:none;}
div.swiper-pagination{top:10px!important;right:0!important;z-index:20; text-align: right; bottom:auto !important;}
.tol_clc_wrp .swiper-pagination{
  display: none;
}

@media (max-width:1199px){
  .home-pg-dsk .mrk_wdg_box{
    width:100%;
  }
  .budget-rating{
    width:100% !important;
  }
}
@media (max-width: 767px){.mrk_cal_cnt{  height:157px;  width:157px;}.mrk_cal_li {  padding:10px 5px 0;}.pop_up_hdr{  margin-bottom:0;}.cln_pop_cnt{  border-radius:0;  padding-bottom:0;}.pop_up_tbl{  padding-left:0;  padding-right:0;}.pop_up_thead{  padding:0;}
.pop_up_th{font-size:14px;padding-left:10px;}
.pop_up_tr{padding:0;}
.pop_up_td{font-size:14px;font-weight:500;padding:7px 8px;}
.pop_up_td:first-child{min-width:110px;}
.pop_up_th:first-child{min-width:110px;}
.budget-rating{
  margin-bottom:26px;
}
}

@media (max-width: 600px){
.mrk_cal_lbl{justify-content:center;margin:0 0 10px;}
.mrk_cal_ul{justify-content:center;}
}



.mrk_acc_wrp{
  /* max-width: 700px; */
  width: 100%;
}

.mrk_acc_cnt{
  border:1px solid #C2CDE3;
  border-radius:4px;
  margin-bottom:20px;
}
.mrk_acc_cnt:last-child{
  margin-bottom:0;
}
.mrk_acc_cvr {
  border-bottom:0;
  border-radius:4px 4px 0 0;
  color: #000;
  font-size: 16px;
  font-weight:600;
  line-height:24px;
  position: relative;
  cursor: pointer;
  padding:10px 25px 10px 10px;
  -webkit-transition:0.4s all ease-in-out;
  -moz-transition:0.4s all ease-in-out;
  -ms-transition:0.4s all ease-in-out;
  -o-transition:0.4s all ease-in-out;
  transition:0.4s all ease-in-out;
 }
 .mrk_acc_cvr span{
  padding-right:15px;
 }
 .mrk_acc_cvr.active{
  color:#2FA7DF;
  background-color:#E6F7FF;
  font-weight:700;
 }
 .mrk_acc_cvr::before,
 .mrk_acc_cvr::after {
  content: '';
  position: absolute;
  top: 50%;
  background-color: #00aeef;
  transition: all .3s;
 }

 .mrk_acc_cvr::before {
  right: 26px;
  width: 3px;
  height: 13px;
  margin-top: -6px;
}

.mrk_acc_cvr::after {
  right: 21px;
  width: 13px;
  height: 3px;
  margin-top: -1px;
}

.mrk_acc_opn {
  color:#000;
  border-top:1px solid #C2CDE3;
  font-size:16px;
  line-height:24px;
  padding:20px 15px 15px;
  display: none;
}
        
.mrk_acc_cvr.active::before {
    transform: rotate(90deg);
}
.mrk_acc_tbl{
  padding:0 15px;
}
.mrk_acc_row{
  align-items:center;
  border-bottom:1px solid #d2d2d2;
  display:flex;
  justify-content:space-between;
  padding:20px 0 20px;
  width:100%;
}
.mrk_acc_col{
  display:flex;
  flex-direction:column;
  max-width:fit-content;
  padding:0 12px;
  width:100%;
}
.mrk_acc_col:first-child{
  flex-direction:row;
}
.mrk_acc_brd{
  align-items:center;
  display:flex;
}
.mrk_acc_img{
  background-color:#ccc;
  border-radius:100%;
  display:block;
  flex-shrink:0;
  height:30px;
  width:30px;
  margin:0 10px 0 0;
  overflow:hidden;
}
.mrk_acc_ttl{
  color:#000;
  font-size:17px;
  line-height:20px;
  font-weight:700;
}
.mrk_acc_lbl{
  color:#888;
  font-size:12px;
  line-height:14px;
  display:block;
  margin:0 0 2px;
  white-space:nowrap;
}
.mrk_acc_val{
  color:#000;
  font-size:14px;
  font-weight:700;
  line-height:19px;
  display:block;
  white-space:nowrap;
}
.mrk_acc_cnt .mrk_box_ftr{
  margin:0;
  padding:15px;
}

.fin_anl_wrp .mrk_box_ftr{
  padding:0;
}
.fin_anl_ftr{
  align-items:center;
  display:flex;
  justify-content:space-between;
}
.fin_anl_ul{
  align-items:center;
  display:flex;
  flex-wrap:wrap;
}
.fin_anl_li{
  align-items:center;
  display:flex;
  padding:0 20px 0 0;
}
.fin_anl_cir{
  background-color:#eee;
  border-radius:100%;
  display:block;
  flex-shrink:0;
  height:12px;
  width:12px;
  overflow: hidden;
  margin:0 7px 0 0;
}
.fin_anl_lbl{
  color:#5C6B88;
  font-size:12px;
  line-height:18px;
}


@media (max-width: 767px){
  .mrk_acc_tbl{
    padding:0;
  }
  .mrk_acc_row{
    margin:0;
    flex-direction:column;
    align-items:flex-start;
    padding:12px 0;
  }
  .mrk_acc_col{
    padding:0 12px 10px;
  }
  .mrk_acc_col:last-child{
    padding-bottom:0;
  }
  .mrk_acc_cvr::after{
    right:11px;
  }
  .mrk_acc_cvr::before {
    right: 16px;
  }
  .fin_anl_li{
    padding:0 12px 0 0;
  }
  .fin_anl_ftr{
    padding:0 8px 0 0;
  }
}

/* TOOLS & CALCULATOR STARTS */

.tol_clc_wrp{
  background-color:#181818;
  padding:30px 0 10px;
  margin:0 0 24px;
}
.tol_clc_wrp .mrk_ttl_txt{
  background-color:#fff;
  color:#000;
}
.tol_clc_wrp .mrk_ttl_wrp{
  border-top:2px solid #FFFFFF;
  position:relative;
  margin: 0 0 20px;
}
.tol_clc_ul{
  display:flex;
  flex-direction:row !important;
  flex-wrap:wrap;
}
.tol_clc_li{
  align-items:flex-start;
  background:#F5FCEC url(https://akm-img-a-in.tosshub.com/businesstoday/resource/img/tol_calc_pattern.svg) no-repeat center center;
  border-radius:4px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  padding:16px;
  margin:0 0 20px;
  min-height:232px;
  /* flex:0 0 300px;
  max-width:300px; */
  position:relative;
  -webkit-transition:all ease-in-out 0.3s;
  -ms-transition:all ease-in-out 0.3s;
  transition:all ease-in-out 0.3s;
}
.tol_clc_li.swiper-slide{
  margin-top:0 !important;
}
.tol_clc_li:hover{
  filter:drop-shadow(1px 4px 16px rgba(255,255,255,0.25));
  /* transform:translateY(-5px); */
}
.tol_clc_icn{
  border-radius:100%;
  height:40px;
  width:40px;
  display:block;
  margin:0 0 10px;
}
.tol_clc_ttl{
  color:#000000;
  font-size:18px;
  font-weight:600;
  line-height:28px;
  margin:0 0 8px;
}
.tol_clc_txt{
  color:#000000;
  font-size:16px;
  line-height:24px;
  margin: 0 0 20px;
  overflow:hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp:2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.tol_clc_btn{
  background-color:#fff;
  border:1px solid #C2CDE3;
  border-radius:4px;
  color:#000;
  display:block;
  font-size:14px;
  font-weight:600;
  line-height:20px;
  text-align:center;
  padding:12px;
  margin:auto 0 0 0;
  max-width:224px;
  width:100%;
  -webkit-transition:all ease-in-out 0.3s;
  -ms-transition:all ease-in-out 0.3s;
  transition:all ease-in-out 0.3s;
}
.tol_clc_btn:hover{
  background-color:#2FA7DF;
  color:#fff;
}
.tol_clc_li:nth-child(1){
  background-color:#F5FCEC;
}
.tol_clc_li:nth-child(2){
  background-color:#FCF3EC;
}
.tol_clc_li:nth-child(3){
  background-color:#D8FAF6;
}
.tol_clc_li:nth-child(4){
  background-color:#D5E0FF;
}
.tol_clc_li:nth-child(5){
  background-color:#FCF3EC;
}
.tol_clc_li:nth-child(6){
  background-color:#D1EFFF;
}
.tol_clc_li:nth-child(7){
  background-color:#FFD5FF;
}
.tol_clc_li:nth-child(8){
  background-color:#FAFAD8;
}

@media screen and (max-width: 1199px){
  .tol_clc_wrp{
    overflow:hidden;
  }
  .tol_clc_wrp .swiper{
    overflow:inherit;
  }
}
@media (max-width: 767px){
  .tol_clc_wrp{
    margin:0 0 20px;
    padding:20px 15px 10px 15px;
  }
  .mrk_pg_wrp .tol_clc_wrp .swiper-pagination {
    right:20px;
  }
  .tol_clc_wrp .container{
    padding:0px;
  }
}
/* TOOLS & CALCULATOR ENDS */

/* BT BAZAR STARTS */

.bzr_sld_wrp {
  background-color: #1f2935;
  border-radius: 4px;
  padding: 0 0 20px;
  position: relative;
  margin: 0 0 24px;
  display: none;
}
.bzr_sld_wrp .swiper {
  width: 100%;
}

.bzr_sld_wrp .swiper-slide {
  width: 100%;
}
.bzr_sld_cnt .swiper-slide img{
  max-width:100%;
}
.bzr_sld_wrp .bg_ttl_wdg {
  background: #1f2935;
  height: auto;
  padding: 20px 20px 30px;
}
.bzr_sld_img {
  border: 1px solid #000;
  display: block;
  margin: 0 0 12px;
  overflow: hidden;
  position: relative;
  padding-bottom: 56.19%;
  -webkit-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.bzr_sld_img img {
  color: transparent;
  left: 0;
  min-height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  display: block;
}
.bzr_sld_itm:hover .trd_itm_ttl {
  color: #e2e2e2;
}
.bzr_sld_ttl {
  color: #ffffff;
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.bzr_sld_wrp .swiper-button-next:after,
.bzr_sld_wrp .swiper-rtl .swiper-button-prev:after {
  content: '>';
}
.bzr_sld_wrp .swiper-button-prev:after,
.bzr_sld_wrp .swiper-rtl .swiper-button-next:after{
  content: '<';
}
.bzr_sld_wrp .swiper-button-next,
.bzr_sld_wrp .swiper-button-prev {
  height: 30px;
  width: 30px;
  border-radius: 100%;
  background: #2fa7df;
  position: absolute;
  top: 45px;
  right: 20px;
  left: auto;
}
.bzr_sld_wrp .swiper-button-prev {
  right: 65px;
}
.bzr_sld_wrp .swiper-button-next:after,
.bzr_sld_wrp .swiper-button-prev:after {
  color: #fff;
  font-weight: 400;
  font-size: 25px;
  font-family: monospace;
  display: block;
  text-align: center;
}
.bzr_sld_wrp .swiper-button-next.swiper-button-disabled,
.bzr_sld_wrp .swiper-button-prev.swiper-button-disabled {
  background: #fff;
  opacity: 1;
}
.bzr_sld_wrp .swiper-button-next.swiper-button-disabled:after,
.bzr_sld_wrp .swiper-button-prev.swiper-button-disabled:after {
  color: #2fa7df;
}

@media (max-width:1199px){
  .bzr_sld_cnt .swiper{
    max-width:1199px;
  }
}
@media (max-width: 767px) {
  .bzr_sld_wrp {
    margin-bottom: 20px;
    padding: 0;
  }
  .bzr_sld_wrp .swiper-button-next,
  .bzr_sld_wrp .swiper-button-prev {
    top: 40px;
  }
  .bzr_sld_cnt {
    padding: 0 0 20px 0px;
  }
}

/* BT BAZAR ENDS */


/* sidebar */
.sidebar .ad-300X250-body{
  margin-top:0px !important;
}
.sidebar .ad-300X250-body:first-child{
  margin-top: 0px !important;
}
.container + .top-add-section{
  margin-top:0px;
}

@media (max-width:767px){
  .BT_sl_item:last-child{
    margin-bottom:25px !important;
  }
}


.top_nws_rhs_ul{
  margin:0;
  padding:0;
}
.top_nws_rhs_li{
  padding:0 0 20px;
}
.top_nws_rhs_li:last-child{
  padding-bottom:0;
}
.top_nws_rhs_lnk{
  align-items:flex-start;
  display:flex;
}
.top_nws_rhs_img{
  flex:0 0 80px;
  max-width:80px;
  flex-shrink:0;
}
.top_nws_rhs_txt{
  color:#000000;
  font-size:14px;
  line-height:22px;
  padding:0 0 0 10px;
}
@media (max-width: 767px){
.top_nws_rhs_li{
  padding-bottom:15px;
}
}
/*Best mutual fund widget css*/
/* BEST MUTUAL FUNDS STARTS */
.bst_mf_wrp {
  min-height: 500px;
}
.wdg_hdr_rhs {
  display: flex;
  overflow: hidden;
  position: absolute;
  right: 10px;
  top: 10px;
}
.vew_typ_ul {
  align-items: center;
  background-color: #fff;
  display: flex;
  justify-content: flex-end;
  border: 1px solid #d5dae5;
  border-radius: 4px;
  margin: 0;
}
.vew_typ_li {
  padding: 2px 2px;
}
.vew_typ_lnk {
  background-color: #fff;
  color: #5c6b88;
  cursor: pointer;
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.28px;
  padding: 4px 6px;
  text-transform: uppercase;
}
.vew_typ_lnk.active {
  background-color: #e5f3fc;
  border-radius: 2px;
  color: #00aeef;
}

.wdg_tbl_vew {
  display: none;
}
.wdg_crd_vew {
  display: block;
}
.wdg_tbl_now .wdg_tbl_vew {
  display: block;
}
.wdg_tbl_now .wdg_crd_vew {
  display: none;
}
.wdg_ftr_txt {
  color: #5c6b88;
  font-size: 14px;
  line-height: 16px;
}
.bst_mf_wrp .fnd_hig_nme {
  padding-right: 0;
}
.bst_mf_wrp .fnd_hig_nme:after {
  display: none;
}

@media (max-width: 767px) {
  .bst_mf_wrp .mrk_box_txt {
    margin-top: 6px;
  }
  .wdg_hdr_rhs {
    right: 2px;
    top: 2px;
  }
  .wdg_crd_vew .fnd_crd_itm:last-child {
    margin-bottom: 16px;
  }
}

/* BEST MUTUAL FUNDS ENDS */

/* WIDGET SEARCH STARTS */

.wdg_sch_hdr {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 0 20px;
}
.wdg_sch_lhs {
  margin: 0 10px 0 0;
  width: 100%;
}
.wdg_sch_rhs {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  justify-content: flex-end;
}
.wdg_sch_flt {
  align-items: center;
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.wdg_sch_flt::-webkit-scrollbar,
.wdg_sch_flt::-webkit-scrollbar {
  display: none;
}
.wdg_flt_itm {
  align-items: center;
  background-color: #f0f3f7;
  border-radius: 4px;
  color: #5c6b88;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  justify-content: center;
  line-height: 21px;
  margin: 0 0 0 12px;
  padding: 4px 8px;
  text-transform: uppercase;
}
.wdg_flt_itm.active {
  background-color: #e5f3fc;
  color: #00aeef;
}
.wdg_sch_bar.sch_wth_rhs {
  display: flex;
  justify-content: space-between;
  margin: 0 0 25px;
  position: relative;
}
.wdg_sch_inp {
  background: #fff
    url(https://akm-img-a-in.tosshub.com/businesstoday/resource/img/icn_search2.svg)
    no-repeat 12px center;
  border-radius: 4px;
  border: 1px solid #c2cde3;
  color: #000;
  font-size: 16px;
  line-height: 25px;
  margin: 0px;
  padding: 9px 10px 8px 40px;
  width: 100%;
  -webkit-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.wdg_sch_inp:focus,
.wdg_sch_inp:hover {
  border: 1px solid #00aeef;
  outline: 0;
}
.wdg_btn_blu {
  align-items: center;
  background-color: #00aeef;
  border-radius: 4px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  padding: 10px 20px;
  margin: 0 0 0 20px;
  text-align: center;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .wdg_sch_hdr {
    flex-direction: column;
  }
  .wdg_flt_itm {
    margin: 0 11px 0 0;
  }
  .wdg_flt_itm:last-child {
    margin-right: 0;
  }
  .wdg_sch_lhs {
    margin: 0;
  }
  .wdg_sch_rhs {
    justify-content: flex-start;
    width: 100%;
  }
  .sch_wth_rhs {
    flex-direction: column;
  }
  .wdg_btn_blu {
    margin: 0;
  }
}
/* WIDGET SEARCH ENDS */

/* FILTERS PANEL STARTS */

.wdg_sch_bar {
  display: flex;
  justify-content: space-between;
  margin: 0 0 20px;
  position: relative;
}
.flt_btn_wrp {
  margin: 0 0 0 20px;
  position: relative;
}
.dur_btn_wrp {
  margin: 0 0 0 20px;
  position: relative;
  z-index: 2;
}
.flt_btn {
  align-items: center;
  border: 1px solid #c2cde3;
  border-radius: 4px;
  color: #00aeef;
  column-gap: 8px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  min-width: 100px;
  padding: 13px 20px;
}
.flt_btn svg {
  pointer-events: none;
}
.drp_val {
  align-items: center;
  border: 1px solid #c2cde3;
  border-radius: 4px;
  color: #00aeef;
  cursor: pointer;
  display: flex;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  min-width: 100px;
  padding: 13px 20px;
}
.drp_val {
  white-space: nowrap;
}
.drp_dwn_lst {
  align-items: center;
  background-color: #fff;
  border: 1px solid #c2cde3;
  border-radius: 0 0 4px 4px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  left: 0px;
  top: 43px;
  transform: scaleY(0);
  transform-origin: top;
  transition: 0.2s ease-in-out;
  width: 100%;
}
.drp_wrp:checked + .drp_wrp_lbl .drp_dwn_lst {
  transform: scaleY(1);
}
.cls_drp .drp_wrp:checked + .drp_wrp_lbl .drp_dwn_lst {
  transform: scaleY(0);
}
.drp_dwn_itm {
  color: #5c6b88;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 8px 0;
  white-space: nowrap;
}
.flt_btn_wrp.active .drp_val,
.flt_btn_wrp.active .flt_btn,
.dur_btn_wrp.active {
  background-color: #e5f3fc;
  border-color: #c2cde3;
}
.flt_btn_wrp.active .drp_val {
  border-radius: 4px 4px 0 0;
}

.flt_drp_wrp {
  background-color: #fff;
  border: 1px solid #c2cde3;
  border-radius: 4px;
  box-shadow: -5px 2px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  width: 100%;
  position: absolute;
  top: 60px;
  right: 0;
  min-width: fit-content;
  z-index: 14;
  transform-origin: top;
  transition: 0.2s ease-in-out;
  transform: scaleY(0);
}
.flt_btn_act.flt_drp_wrp {
  transform: scaleY(1);
}
.flt_drp_wrp::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 12px solid #fff;
  position: absolute;
  top: -12px;
  right: 16px;
  z-index: 1;
}
.flt_drp_wrp::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 13px solid #c2cde3;
  position: absolute;
  top: -14px;
  right: 15px;
  z-index: 0;
}
.flt_drp_col {
  border-right: 1px solid #e4e8ef;
  display: flex;
  flex-direction: column;
  max-height: 345px;
  overflow-y: auto;
}
.flt_drp_col:last-child {
  border-right: 0;
}
.flt_drp_itm {
  align-items: center;
  border-bottom: 1px solid #e4e8ef;
  cursor: pointer;
  display: flex;
  padding: 12px 16px;
  -webkit-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.flt_drp_itm:last-child {
  border-bottom: 0;
}
.flt_drp_icn {
  align-items: center;
  background-color: #c2cde3;
  border-radius: 100%;
  color: #fff;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  margin: 0 4px 0 0;
  height: 24px;
  width: 24px;
  -webkit-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.flt_drp_lbl {
  color: #5c6b88;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  white-space: nowrap;
  -webkit-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.flt_drp_itm:hover {
  background-color: #fff;
}
.flt_drp_itm:hover .flt_drp_icn {
  background-color: #00aeef;
  color: #fff;
}
.flt_drp_itm:hover .flt_drp_lbl {
  color: #00aeef;
}

.flt_drp_itm.active {
  background-color: #00aeef;
}
.flt_drp_itm.active .flt_drp_icn {
  background-color: #fff;
  color: #00aeef;
}
.flt_drp_itm.active .flt_drp_lbl {
  color: #fff;
}

.flt_rdo_itm {
  align-items: center;
  border-bottom: 1px solid #e4e8ef;
  color: #5c6b88;
  cursor: pointer;
  display: flex;
  padding: 16px 16px;
  position: relative;
  padding-left: 46px;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.flt_rdo_itm input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.flt_rdo_chk {
  border: 1px solid #c2cde3;
  position: absolute;
  top: 0;
  left: 16px;
  bottom: 0;
  margin: auto;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border-radius: 50%;
}
.flt_rdo_itm.active:hover .flt_rdo_chk {
  border-color: #00aeef;
}
.flt_rdo_itm.active .flt_rdo_chk {
  border-color: #00aeef;
  background-color: #fff;
}
.flt_rdo_itm.active .flt_rdo_lbl {
  color: #00aeef;
}
.flt_rdo_chk:after {
  content: "";
  position: absolute;
  display: none;
}
.flt_rdo_itm.active .flt_rdo_chk:after {
  display: block;
}
.flt_rdo_chk:after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #00aeef;
}

.flt_rsl_wrp {
  align-items: center;
  background-color: #f7fbff;
  border-radius: 4px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10px 12px;
  margin: 0 0 20px;
}
.flt_rsl_lhs {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.flt_rsl_itm {
  align-items: center;
  background-color: #eaf0fc;
  display: flex;
  padding: 6px 12px;
  border-radius: 22px;
  margin: 0 12px 0 0;
}
.flt_rsl_txt {
  color: #5c6b88;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  margin: 0 8px 0 0;
  white-space: nowrap;
}
.flt_rsl_cls {
  background-color: #ffffff;
  border-radius: 100%;
  cursor: pointer;
  display: flex;
  height: 20px;
  width: 20px;
  position: relative;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
  -moz-transition: -moz-transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s;
}
.flt_rsl_cls:hover {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  transform: rotate(270deg);
}
.flt_rsl_cls:before,
.flt_rsl_cls:after {
  content: " ";
  height: 10px;
  width: 2px;
  background-color: #00aeef;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.flt_rsl_cls:before {
  transform: rotate(45deg);
}
.flt_rsl_cls:after {
  transform: rotate(-45deg);
}

.flt_rsl_clr {
  align-items: center;
  cursor: pointer;
  display: flex;
}
.flt_clr_cls {
  cursor: pointer;
  display: flex;
  height: 20px;
  width: 20px;
  margin: 0 8px 0 0;
  position: relative;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
  -moz-transition: -moz-transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s;
}
.flt_rsl_clr:hover .flt_clr_cls {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  transform: rotate(270deg);
}
.flt_clr_cls:before,
.flt_clr_cls:after {
  content: " ";
  height: 16px;
  width: 2px;
  background-color: #00aeef;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.flt_clr_cls:before {
  transform: rotate(45deg);
}
.flt_clr_cls:after {
  transform: rotate(-45deg);
}
.flt_clr_txt {
  color: #00aeef;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
}

@media (max-width: 767px) {
  .wdg_sch_bar {
    flex-wrap: wrap;
  }
  .wdg_sch_inp {
    margin: 0 0 20px;
  }
  .flt_btn_wrp {
    margin: 0;
    width: 46.5%;
  }
  .dur_btn_wrp {
    width: 46.5%;
  }
  .flt_rsl_wrp {
    padding: 12px;
  }
  .flt_rsl_lhs {
    margin: 0 0 15px;
  }
  .flt_rsl_itm:last-child {
    margin-right: 0;
  }
  .flt_drp_wrp {
    left: 0;
    right: auto;
  }
  .flt_drp_wrp::before {
    left: 16px;
    right: auto;
  }
  .flt_drp_wrp::after {
    left: 15px;
    right: auto;
  }
}

/* FILTERS PANEL ENDS */
/* TOP ELSS FUND STARTS */

.fnd_crd_wrp {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
}
.fnd_crd_itm {
  background-color: #f0f8ff;
  border: 1px solid #c2cde3;
  border-radius: 4px;
  padding: 12px 12px;
  flex: 0 0 31.8%;
  max-width: 31.8%;
  margin: 0 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.fnd_crd_hdr {
  align-items: center;
  display: flex;
  margin: 0 0 8px;
}
.fnd_crd_img {
  align-items: center;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  flex-shrink: 0;
  height: 30px;
  width: 30px;
  margin: 0 8px 0 0;
  overflow: hidden;
}
.fnd_crd_ttl {
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
}
.fnd_crd_ttl:hover {
  color: #00aeef;
}
.fnd_crd_hig {
  display: flex;
  margin: auto 0 0 0;
}
.fnd_hig_nme {
  color: #5c6b88;
  display: block;
  font-size: 12px;
  line-height: 16px;
  padding: 0 10px 0 0;
  margin: 0 10px 0 0;
  position: relative;
}
.fnd_hig_nme:after {
  content: "";
  display: block;
  height: 2px;
  width: 2px;
  background-color: #5c6b88;
  border-radius: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  position: absolute;
}
.fnd_hig_nme:last-child {
  margin-right: 0;
  padding-right: 0;
}
.fnd_hig_nme:last-child:after {
  display: none;
}
.fnd_crd_ul {
  border-top: 1px dashed #5c6b88;
  border-bottom: 1px dashed #5c6b88;
  display: flex;
  justify-content: space-between;
  margin: 12px 0;
  padding: 12px 0;
}
.fnd_crd_li {
  display: flex;
  flex-direction: column;
}
.fnd_crd_lbl {
  color: #5c6b88;
  font-size: 12px;
  line-height: 16px;
  margin: 0 0 5px;
}
.fnd_crd_val {
  align-items: center;
  color: #000000;
  display: flex;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}
.fnd_crd_rtg {
  align-items: center;
  display: flex;
}
.fnd_crd_rtg svg {
  color: #26b58a;
  fill: #26b58a;
}
.fnd_crd_rtg svg:last-child {
  margin-right: 0;
}
.fnd_crd_inf {
  display: flex;
  justify-content: space-between;
  margin: 0;
}
.fnd_inf_itm {
  display: flex;
  flex-direction: column;
}
.fnd_inf_val {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .fnd_crd_wrp {
    column-gap: 15px;
  }
  .fnd_hig_nme {
    font-size: 10px;
    line-height: 13px;
    padding: 0 6px 0 0;
    margin: 0 6px 0 0;
  }
}

@media (max-width: 767px) {
  .fnd_crd_wrp {
    column-gap: 0;
    flex-direction: column;
  }
  .fnd_crd_itm {
    margin: 0 0 16px;
    max-width: 100%;
  }
  .fnd_crd_itm:last-child {
    /* margin-bottom:0; */
  }
}

/* TOP ELSS FUND ENDS */
/* TABLE VIEW STARTS */

/* Table*/
.wdg_tbl {
  border: 1px solid #c2cde3;
  border-radius: 0px;
  position: relative;
  margin: 0 0 20px;
  overflow-x: auto;
  /* -ms-overflow-style: none;
 scrollbar-width: none; */
}
.wdg_tbl::-webkit-scrollbar {
  height: 6px;
  width: 6px;
}
.wdg_tbl::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.wdg_tbl::-webkit-scrollbar-thumb {
  background: #c2cde3;
  border-radius: 16px;
}
.wdg_tbl::-webkit-scrollbar-thumb:hover {
  background: #a0a0a5;
}
.wdg_tbl_thd {
  align-items: center;
  display: flex;
  width: 100%;
}
.wdg_tbl_tbd {
  align-items: center;
  display: flex;
  flex-direction: column;
}
/* .wdg_tbl::-webkit-scrollbar, .wdg_tbl_tbd::-webkit-scrollbar, .wdg_tbl_thd::-webkit-scrollbar{
   display: none;
} */
.wdg_tbl_th {
  align-items: center;
  color: #5c6b88;
  background-color: #fff;
  border-bottom: 1px solid #c2cde3;
  display: flex;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  flex-shrink: 0;
  justify-content: center;
  position: relative;
  padding: 9px 12px;
  text-align: right;
  min-height: 50px;
  max-width: 150px;
  min-width: 130px;
  width: 100%;
  white-space: nowrap;
}
.wdg_tbl_th:nth-child(4) {
  min-width: 60px;
  max-width: 75px;
}
.wdg_tbl_th:first-child {
  display: block;
  box-shadow: 2px 0px 2px rgba(0, 0, 0, 0.06);
  text-align: left;
  max-width: 250px;
  position: sticky;
  left: 0;
  z-index: 1;
}
.wdg_tbl_th:last-child {
  min-width: 165px;
  text-align: right;
}
.wdg_tbl_th:nth-last-child(2) {
  max-width: 100px;
  min-width: 100px;
}
.wdg_tbl_td:nth-last-child(2) {
  max-width: 100px;
  min-width: 100px;
}
.wdg_tbl_th small {
  display: block;
  font-size: 11px;
  line-height: 14px;
}
.wdg_tbl_tr {
  align-items: center;
  background-color: #fff;
  display: flex;
  width: 100%;
}
.wdg_tbl_tbd .wdg_tbl_tr:nth-child(odd) .wdg_tbl_td {
  background-color: #f8f9fd;
}
.wdg_tbl_td {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-shrink: 0;
  padding: 9px 12px;
  text-align: right;
  min-height: 50px;
  max-width: 150px;
  min-width: 130px;
  width: 100%;
}
.wdg_tbl_td:nth-child(4) {
  min-width: 60px;
  max-width: 75px;
}
.wdg_tbl_td:first-child {
  display: block;
  background-color: #fff;
  box-shadow: 2px 0px 2px rgba(0, 0, 0, 0.06);
  text-align: left;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  max-width: 250px;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 1;
}
.wdg_tbl_fst {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  min-height: 32px;
}
.wdg_tbl_td:last-child {
  min-width: 165px;
}
.wdg_tbl_td strong {
  font-weight: 700;
}
.wdg_tbl_img {
  align-items: center;
  background-color: #ccc;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  flex-shrink: 0;
  overflow: hidden;
}
.wdg_tbl_arw {
  cursor: pointer;
  position: relative;
  margin: 0 0 0 4px;
  height: 9px;
  width: 6px;
}
.wdg_tbl_arw::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid #5c6b88;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.wdg_tbl_arw:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #5c6b88;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.rnk_val {
  align-items: center;
  background: url(https://akm-img-a-in.tosshub.com/businesstoday/resource/img/tbl_rank_icn.svg)
    no-repeat center center;
  display: flex;
  justify-content: center;
  width: 26px;
  height: 22px;
  margin: 0 4px 0 0;
  background-size: contain;
}
.wdg_str_td svg {
  color: #26b58a;
  font-size: 19px;
}
svg.str_gry {
  color: #c2cde2;
}

@media (max-width: 767px) {
  .wdg_tbl_th:first-child {
    max-width: 225px;
  }
  .wdg_tbl_td:first-child {
    max-width: 225px;
  }
  .wdg_tbl_tbd {
    min-width: 1130px;
    max-width: fit-content;
  }
  .wdg_tbl_thd {
    min-width: 1130px;
    max-width: fit-content;
  }
  .els_tbl_wrp .wdg_tbl_tbd {
    min-width: 1010px;
    max-width: fit-content;
  }
  .els_tbl_wrp .wdg_tbl_thd {
    min-width: 1010px;
    max-width: fit-content;
  }
  .bst_mf_wrp .wdg_tbl_tbd,
  .bst_mf_wrp .wdg_tbl_thd {
    min-width: 966px;
  }
}

/* TABLE VIEW ENDS */
/* Best mutual fund search CSS*/
#home_best_mutual_funds_list {
  background: #fff;
  position: absolute;
  width: 100%;
  box-shadow: 0 0 10px rgb(0 0 0 / 20%);
  border-radius: 0 0 4px 4px;
  border-top: 0;
  top: 44px;
  overflow-y: auto;
  max-height: 200px;
  max-width: 665px;
  z-index: 100;
}

#home_best_mutual_funds_list li {
  border-bottom: 1px solid #c2cde3;
}
#home_best_mutual_funds_list li a {
  display: block;
  font-size: 13px;
  padding: 5px 10px;
  line-height: 18px;
}
/*End best mutual fund css*/
/* RHS CALCULATORS STARTS */

.rhs_clc_ul{
  
}
.rhs_clc_li{
  margin:0 0 20px;
  -webkit-transition:all ease-in-out 0.3s;
  -ms-transition:all ease-in-out 0.3s;
  -o-transition:all ease-in-out 0.3s;
  transition:all ease-in-out 0.3s;
}
.rhs_clc_li:hover{
  filter: drop-shadow(0px 4px 3px #aaa);
}
.rhs_clc_lnk{
  align-items:center;
  background:#F5FCEC url(https://akm-img-a-in.tosshub.com/businesstoday/resource/img/tol_calc_pattern.svg) no-repeat center center;
  background-size:cover;
  border-radius:4px;
  display:flex;
  padding:20px 10px;
}
.rhs_clc_icn{
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:100%;
  margin:0 10px 0 0;
  height:32px;
  width:32px;
}
.rhs_clc_nme{
  color:#000000;
  font-size:16px;
  font-weight:600;
  line-height:22px;
}

.rhs_clc_li:nth-child(1) .rhs_clc_lnk{
  background:#F5FCEC url(https://akm-img-a-in.tosshub.com/businesstoday/resource/img/tol_calc_pattern.svg) no-repeat center center;
}
.rhs_clc_li:nth-child(2) .rhs_clc_lnk{
  background:#FCF3EC url(https://akm-img-a-in.tosshub.com/businesstoday/resource/img/tol_calc_pattern.svg) no-repeat center center;
}
.rhs_clc_li:nth-child(3) .rhs_clc_lnk{
  background:#D8FAF6 url(https://akm-img-a-in.tosshub.com/businesstoday/resource/img/tol_calc_pattern.svg) no-repeat center center;
}
.rhs_clc_li:nth-child(4) .rhs_clc_lnk{
  background:#D5E0FF url(https://akm-img-a-in.tosshub.com/businesstoday/resource/img/tol_calc_pattern.svg) no-repeat center center;
}
.rhs_clc_li:nth-child(5) .rhs_clc_lnk{
  background:#FCF3EC url(https://akm-img-a-in.tosshub.com/businesstoday/resource/img/tol_calc_pattern.svg) no-repeat center center;
}
.rhs_clc_li:nth-child(6) .rhs_clc_lnk{
  background:#D1EFFF url(https://akm-img-a-in.tosshub.com/businesstoday/resource/img/tol_calc_pattern.svg) no-repeat center center;
}


.cmg_son{
  position:relative;
  overflow:hidden;
}
.cmg_son::before{
  background-color:rgba(0,0,0,0.3);
  content:'';
  display:block;
  position:absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
  margin:auto;
  height:100%;
  width:100%;
  z-index:2;
}
.cmg_son:after{
  align-items:center;
  background-color:rgb(0 0 0 / 46%);
  border-radius:4px;
  content:'Coming Soon...';
  display:flex;
  justify-content:center;
  color:#fff;
  font-size:14px;
  text-align:center;
  text-transform:uppercase;
  position:absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
  margin: auto;
  z-index: 3;
  height: max-content;
  max-width: 135px;
  padding: 4px 0;
}
.cmg_son .rhs_clc_lnk{
  pointer-events:none;
}

/* RHS CALCULATORS ENDS */

/*indice Slide Union Budget */

.ind_bt_tv .mrk_ttl_txt {
  background-color: #181818;
  color: #fff;
  padding: 4px 8px 4px 20px;
}
.ind_bt_tv .container {
  border-top:0;
}
.ind_bt_tv.wrp_bt_tv .mrk_ttl_txt:after {
  left: 0px;
}
.wrp_bt_tv .mrk_ttl_txt:after{
  height: 12px;
  width: 12px;
}

/* Indice Slider */
.bst_mf_wrp {
  min-height:610px;
}
@media (max-width: 767px) {
  .flt_rsl_wrp {
     padding-top: 0;
 }
 .flt_rsl_lhs {
     margin: 12px 0 0;
     row-gap: 7px;
 }
 .flt_rsl_clr{
     margin-top: 12px;
 }
}
@media (max-width:460px) {
  .flt_drp_col{
      flex-shrink:0;
  }
  .flt_drp_col:last-child{
      flex-shrink:unset;
  }
  #categoryCapsSectionId .flt_rdo_lbl{
      white-space: normal;
      line-height: 19px;
      min-width: 120px;
  }
}
.fedback-sec {
  display: none;
}

.bredcumSeo .bbd1{
  color:#888888;
  font-size:10px;
  font-weight:600;
  line-height:14px;
  padding: 0;
}
.bredcumSeo .bbd1:not(:last-child) {
    margin-right: 0;
}
.bredcumSeo .bbd1 a{
  color:#000;
  font-size:10px;
  font-weight:600;
  line-height:14px;
  padding: 0 16px 0 0;
  position:relative;
}
.bredcumSeo .bbd1 a:after{
  content:'';
  display:block;
  border: solid black;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding:2px;
  position:absolute;
  right:7px;
  top: 5px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.bredcumSeo .bbd1:last-child a::after{
  display:none;
}
.full-budget-banner iframe{
   width:100%;
   height:114px;
}

@media (max-width:767px){
  .full-budget-banner iframe{
    height:294px;
 }
}


/* budget banner strip */
.bnr_wrp{display:flex;height:90px;align-items:center;justify-content:center;margin:0 auto 20px;width:100%;background-image:url(https://akm-img-a-in.tosshub.com/sites/test/Sponsor_Strip/bdgtBg.jpg);background-size:100% 100%;padding:20px}
.bnr_cnt{display:flex;align-items:center;justify-content:center;margin:0 auto;max-width:900px;gap:20px;width:100%}
.bnr_lhs{flex-shrink:0;max-width:140px}
.bnr_rhs{display:flex;justify-content:flex-end;width:calc(100% - 150px)}
.bnr_lgo_ul{display:flex;gap:10px}
.bnr_lgo_li{display:flex;flex-direction:column;border-radius:2px;background-color:#fff;border:2px solid #2FA7DF;max-width:257px;min-width:98px;overflow:hidden}
.bnr_lgo_lbl{display:block;font-size:8px;font-weight:500;line-height:12px;text-align:center;color:#fff;background-color:#2FA7DF;text-transform:uppercase}
.bnr_lgo_img{display:flex;align-items:center;justify-content:center;height:45px}
.bnr_lgo_img img{height:100%;width:auto}
.bnr_bud_lgo{display:flex}
.bnr_bud_ttl{color:#fff;font-size:21px;font-weight:500;text-transform:uppercase;display:block;}
/* bank */
.sec_bnk_lgo{display:flex;align-items:center;justify-content:center;position:absolute;bottom:auto;max-width:40px;top:72px;left:0;right:0;margin:auto;}



/* ADVANCES AND DECLINES STARTS */

.mrk_adv_wrp .mrk_lnk_txt:before {
  content: "View more";
  display:block;
  color: #2FA7DF;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    position: absolute;
    right:10px;
    width: 100%;
    white-space: nowrap;
}
.mrk_adv_wrp.adv_dcl_mre .mrk_lnk_txt::before{
  content: "View Less";
}
.mrk_adv_wrp.adv_dcl_mre .mrk_lnk_txt::after{
  top:8px;
transform: rotate(135deg);
}
.adv_dcl_row{
  display:flex;
  flex-wrap:wrap;
  margin:0 -10px 0px;
}
.adv_dcl_col{
  flex:0 0 50%;
  max-width:50%;
  padding:0 10px 20px;
}
.adv_dcl_cnt{
  border:1px solid #C2CDE3;
  border-radius:4px;
  padding:12px 5px;
}
.adv_dcl_ftr{
  align-items:center;
  display:flex;
  justify-content:space-between;
}
.adv_dcl_ul{
  align-items:center;
  display:flex;
}
.adv_dcl_li{
  align-items:center;
  display:flex;
  padding:0 32px 0 0;
}
.adv_dcl_li:last-child{
  padding-right:0;
}
.adv_dcl_lbl{
  color:#5C6B88;
  font-size:10px;
  font-weight:500;
  line-height:16px;
}
.adv_dcl_val{
  background-color:#5C6B88;
  border-radius:1px;
  display:block;
  height:4px;
  width:50px;
  margin:0 0 0 8px;
}
.advance .adv_dcl_val{
  background-color:#26B58A;
}
.advance .adv_dcl_lbl{
  color:#26B58A;
}
.decline .adv_dcl_val{
  background-color:#F24F5B;
}
.decline .adv_dcl_lbl{
  color:#F24F5B;
}
.adv_dcl_ftr .mrk_box_ftr{
  display:flex;
  margin:0;
}
.adv_dcl_hdr{
  align-items:center;
  display:flex;
  justify-content:space-between;
  margin:0 auto 10px;
  padding:0 14px;
}
.adv_hdr_lhs{
  color:#000000;
  font-size:20px;
  line-height:22px;
  font-weight:500;
}
.adv_hdr_rhs{
  color:#000000;
  font-size:20px;
  line-height:22px;
  font-weight:500;
}
.wdg_rhs_hdr{
  display:flex;
  justify-content:flex-end;
  margin:-20px 0 12px;
}
.wdg_rhs_hdr_ul{
  background-color:#F0F3F7;
  border:1px solid #D5DAE5;
  border-radius:4px;
  align-items:center;
  display:flex;
  overflow:hidden;
}
.wdg_rhs_hdr_li{
  cursor:pointer;
}
.wdg_rhs_hdr_lnk{
  color:#5C6B88;
  display:block;
  font-size:14px;
  line-height:28px;
  font-weight:600;
  padding:3px 9px;
  -webkit-transition:all ease-in-out 0.3s;
  -ms-transition:all ease-in-out 0.3s;
  -o-transition:all ease-in-out 0.3s;
  transition:all ease-in-out 0.3s;
}
.wdg_rhs_hdr_li.active .wdg_rhs_hdr_lnk{
  background-color:#FFFFFF;
  border-radius:2px;
  color:#00AEEF;
}
.mrk_adv_wrp .mrk_lnk_txt{
  display: block;
    padding-right: 18px;
    min-width:98px;
    height: 23px;
}
.mrk_adv_wrp .mrk_lnk_txt:after{
  border-width: 0px 0px 3px 3px;
  top:5px;
  right:0;
}

/* ADVANCES & DECLINES GRAPH */

/*nse and bse exchange css*/
.adv_ind_wrp .wdg_rhs_hdr_ul{
  position: absolute;
  right:10px;
  top:10px;
  }

  .wdg_rhs_hdr_ul{
    background-color:#F0F3F7;
    border:1px solid #D5DAE5;
    border-radius:4px;
    align-items:center;
    display:flex;
    flex-shrink:0;
    margin:0 0 auto auto;
    overflow:hidden;
  }
  .wdg_rhs_hdr_li {
    cursor: pointer;
}
.wdg_rhs_hdr_lnk{
  color:#5C6B88;
  display:block;
  font-size:14px;
  line-height:18px;
  font-weight:600;
  padding:3px 9px;
  -webkit-transition:all ease-in-out 0.3s;
  -ms-transition:all ease-in-out 0.3s;
  -o-transition:all ease-in-out 0.3s;
  transition:all ease-in-out 0.3s;
}
.wdg_rhs_hdr_li.active .wdg_rhs_hdr_lnk{
  background-color:#FFFFFF;
  border-radius:2px;
  color:#00AEEF;
}
/* ADVANCES & DECLINE INDICES ENDS */

.adv_flt_ul{
  display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    width:100%;
    margin:0 0 20px;
}
.adv_flt_li{
  padding: 0 10px 0 0;
}
.adv_flt_lnk{
  background-color:#F0F3F7;
    border-radius: 4px;
    color: #5C6B88;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    padding:6px 12px;
    white-space: nowrap;
}
.adv_flt_li.active .adv_flt_lnk{
  background-color:#E5F3FC;
  color:#00AEEF;
}
.adv_dcl_cnt {
    border: 1px solid #C2CDE3;
    border-radius: 4px;
    padding: 12px 20px;
}
.adv_ind_wrp .adv_dcl_ftr {
    align-items: center;
    display: flex;
    justify-content: center;
}
.adv_dcl_ul {
    align-items: center;
    display: flex;
}
.adv_dcl_li {
    align-items: center;
    display: flex;
    padding: 0 32px 0 0;
}
.adv_dcl_lbl {
    color: #5C6B88;
    font-size: 10px;
    font-weight: 500;
    line-height: 16px;
}
.adv_dcl_val {
    background-color: #5C6B88;
    border-radius: 1px;
    display: block;
    height: 4px;
    width: 50px;
    margin: 0 0 0 8px;
}
.advance .adv_dcl_lbl {
    color: #26B58A;
}
.advance .adv_dcl_val {
    background-color: #26B58A;
}
.decline .adv_dcl_lbl {
    color: #F24F5B;
}
.decline .adv_dcl_val {
    background-color: #F24F5B;
}
.adv_ind_hdr{
  align-items:center;
  display:flex;
  justify-content:space-between;
  margin:10px 0 20px;
}
.adv_ind_hdr_lhs{
}
.adv_ind_hdr_rhs{
  color:#000000;
  font-size:12px;
  line-height:16px;
}
.adv_ind_hdr_rhs .txt_red, .adv_ind_hdr_rhs .txt_grn{
  font-weight:600;
}
.adv_ind_stk{
  color: #000000;
    font-size:16px;
    line-height: 22px;
    font-weight: 500;
}
.adv_ind_num{
  color: #000000;
    font-size:21px;
    line-height: 22px;
    font-weight:600;
    margin:0 0 0 15px;
}
.adv_ind_num .txt_red, .adv_ind_num .txt_grn{
    font-size:16px;
    line-height:22px;
}



.ind_lbl_ul{
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding:0px;
  margin: 0 auto;
  width: 100%;
  max-width: 96%;
}
.ind_lbl_li{
  align-items: center;
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 33.3%;
}
.ind_lbl_li:first-child {
  align-items: flex-start;
}
.ind_lbl_li:last-child {
  align-items: flex-end;
}
.ind_lbl_bar{
  display: flex;
  height:10px;
  margin: 0 auto 3px;
  position: relative;
  width: 100%;
}
.ind_lbl_li:first-child .ind_lbl_bar {
  border-radius: 3px 0 0 3px;
}
.ind_lbl_li:last-child .ind_lbl_bar {
  border-radius: 0px 3px 3px 0;
}
.bar_bg_grn .ind_lbl_bar {
  background-color: #26B58A;
}
.bar_bg_red .ind_lbl_bar {
  background-color: #F24F5B;
}
.ind_lbl_val{
  color: #3A4462;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  margin:0 0 3px;
}
.bar_bg_red .ind_lbl_val {
  color: #F24F5B;
}
.bar_bg_grn .ind_lbl_val {
  color: #26B58A;
}
.ind_lbl_li:nth-child(1) .ind_lbl_bar::after {
  background-color: #fff;
  content: '';
  display: block;
  height: 100%;
  width:5px;
  transform: skew(-30deg);
  position: absolute;
  right:-1px;
  z-index: 1;
}



@media (max-width: 767px){
  .adv_dcl_cnt{
    padding:15px 10px;
  }
  .adv_flt_li{
    padding:0 8px 0 0;
  }
.adv_flt_lnk{
  padding:6px 7px;
}
.adv_ind_hdr{
  align-items: flex-start;
  flex-direction:column;
  justify-content:flex-start;
  margin: 0 0 20px;
}
.adv_ind_hdr_lhs {
    margin: 0 0 2px;
}
.adv_ind_num{
  font-size:16px;
  line-height:22px;
  margin:0 0 0 12px;
}
}

/*nse and bse exchange css*/
.adv_ind_wrp .wdg_rhs_hdr_ul{
  position: absolute;
  right:10px;
  top:10px;
  }

  .wdg_rhs_hdr_ul{
    background-color:#F0F3F7;
    border:1px solid #D5DAE5;
    border-radius:4px;
    align-items:center;
    display:flex;
    flex-shrink:0;
    margin:0 0 auto auto;
    overflow:hidden;
  }
  .wdg_rhs_hdr_li {
    cursor: pointer;
}
.wdg_rhs_hdr_lnk{
  color:#5C6B88;
  display:block;
  font-size:14px;
  line-height:18px;
  font-weight:600;
  padding:3px 9px;
  -webkit-transition:all ease-in-out 0.3s;
  -ms-transition:all ease-in-out 0.3s;
  -o-transition:all ease-in-out 0.3s;
  transition:all ease-in-out 0.3s;
}
.wdg_rhs_hdr_li.active .wdg_rhs_hdr_lnk{
  background-color:#FFFFFF;
  border-radius:2px;
  color:#00AEEF;
}
/* ADVANCES & DECLINE INDICES ENDS */
