#company_search_list li {
  border-bottom: 1px solid #f1f1f1;
}
#company_search_list li a {
  border-bottom: 1px solid #c2cde3;
  display: block;
  font-size: 12px;
  font-weight: 500;
  padding: 5px 10px;
  line-height: 18px;
}
.bt_hme_pg .market_ticker_top + .top-add-section{
  margin-bottom:0;
}
/* Best mutual fund 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;
}

/* AD STARTS */
.mrk_ad_wrp {
  /* align-items:center;
  display:flex;
  justify-content:center; */
  text-align: center;
  margin: 0 0 20px;
  position: relative;
}
/* demo */
.mrk_ad_wrp {
  background-color: #eaeaea;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
  padding: 0px 0 10px;
}
.mrk_ad_wrp:before {
  align-items: center;
  color: #333;
  content: "Advertisement";
  display: flex;
  font-family: system-ui;
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  justify-content: center;
  padding: 4px 0 5px;
  text-transform: uppercase;
  width: 100%;
}
.sidebar .mrk_ad_wrp {
  min-height: 250px;
}
/* demo */
.mrk_ad_wrp img {
  max-width: 728px;
  width: 100%;
}
.sidebar .mrk_ad_wrp img {
  max-width: 300px;
  width: auto;
}
/* AD ENDS */
/*
.anm_elm_hid {
  opacity: 0;
  transform: translateY(10%);
  transition: all 1s;
}
.anm_fde_up {
  opacity: 1;
  transform: translateY(0);
}
*/
/* BT MAG STARTS */

.bt_mag_wrp,
.blu_wdg_wrp.bt_mag_wrp {
  margin-bottom: 40px;
}
.bt_mag_wrp:after {
  content: "";
  display: block;
  background-color: #fff;
  border-radius: 0 0 4px 4px;
  height: 150px;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  bottom: -20px;
}
.bt_mag_opt {
  background-color: #123245;
  border: 1px solid #2a5d7b;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bt_mag_opt_lnk {
  align-items: center;
  border-right: 1px solid #2a5d7b;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 0 0 25%;
  max-width: 25%;
  padding: 17px 8px 17px;
  position: relative;
}
.bt_mag_opt_lnk:last-child {
  border-right: 0;
}
.bt_mag_opt_lnk::before {
  content: "";
  background: #0c2535;
  color: #fff;
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s ease 0s;
  z-index: 0;
}
.bt_mag_opt_lnk:hover::before {
  height: 100%;
}
.bt_mag_opt_icn {
  align-items: center;
  background-color: #2a5d7b;
  border-radius: 100%;
  color: #fff;
  display: flex;
  font-size: 18px;
  justify-content: center;
  height: 32px;
  margin: 0 0 4px;
  width: 32px;
  position: relative;
}
.bt_mag_opt_lbl {
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  text-align: center;
  margin: 0;
  position: relative;
}
.mag_cvr_wrp {
  border: 1px solid #32627c;
  border-radius: 4px;
  column-gap:12px;
  display: flex;
  justify-content: space-between;
  margin: 16px 16px 0;
  padding:16px;
}
.mag_cvr_img {
  flex: 0 0 420px;
  max-width: 420px;
  overflow: hidden;
}
.mag_cvr_img img {
  height: auto;
  display: block;
  -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;
}
.mag_cvr_img:hover img {
  transform: scale(1.03);
}
.mag_cvr_str {
}
.mag_cvr_lbl {
  background-color: #678ca2;
  border-radius: 4px;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  line-height: 17px;
  margin: 0 0 6px;
  padding: 4px 8px;
  text-transform: uppercase;
  max-width: fit-content;
}
.mag_cvr_ttl {
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  margin: 0 0 10px;
  -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;
}
.mag_cvr_ttl:hover {
  color: #c9eeff;
}
.mag_cvr_txt {
  color: #fff;
  display: block;
  font-size: 16px;
  line-height: 22px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mag_cvr_ath {
  background: url(https://akm-img-a-in.tosshub.com/businesstoday/resource/img/bt_ttl_icn.svg)
    no-repeat left 6px;
  color: #ffffff;
  font-size: 15px;
  line-height: 24px;
  margin: 0 0 10px;
  padding: 0 0 0 16px;
}
.mag_cvr_ath a {
  color: #ffffff;
  font-size: 15px;
  line-height: 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;
}
.mag_cvr_ath a:hover{
  color: #c9eeff;
}

.mag_cvr_ul {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  padding: 20px 20px 0;
}
.mag_cvr_li {
  border-bottom: 1px solid #32627c;
  color:#a9b6ce;
  flex: 0 0 31.5%;
  max-width: 31.5%;
  margin: 0 0 20px;
  display:flex;
  flex-wrap:wrap;
}
.mag_cvr_li h3{
  width:100%;
}
.mag_cvr_nws {
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin: 0 0 20px;
  min-height: 60px;
  position: relative;
  /* text-indent: 28px; */
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -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;
}
.mag_cvr_nws:hover {
  color: #c9eeff;
}
.mag_nws_ath {
  align-items: center;
  display: flex;
  margin: 0 0 10px;
}
.mag_nws_ath_img {
  background-color: #a9b6ce;
  border-radius: 100%;
  display: block;
  height: 30px;
  width: 30px;
  margin: 0 10px 0 0;
  overflow: hidden;
  color: #fff;
  text-align: center;
  line-height: 35px;
}
.mag_nws_ath_img img {
  min-height: 30px;
  object-fit: cover;
  width: 100%;
}
.mag_nws_ath_nme {
  color: #a9b6ce;
  display: block;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  -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;
}
.mag_nws_ath_nme:hover {
  color: #c9eeff;
}
.icn_crw {
  color: #ff9e03;
  display:none;
  font-size: 21px;
  line-height: 0;
  display: inline-block;
  position: absolute;
  left: -28px;
  top: -1px;
}
.bt_mag_wrp .mrk_box_ftr {
  margin: 0 auto;
  padding: 0 0 20px;
}
.mag_sld_wrp {
  padding: 0 0 0 20px;
  position: relative;
}
.mag_sld_itm {
  align-items: flex-start;
  background-color: #eaf9ff;
  border-radius: 4px;
  display: flex;
  box-shadow: 0px 3px 6px rgb(0, 0, 0, 10%);
  padding: 20px;
}
.mag_sld_img {
  box-shadow: 0px 6px 10px rgb(0, 0, 0, 20%);
  flex: 0 0 143px;
  max-width: 143px;
  margin: 0 20px 0 0;
}
.mag_sld_img img {
  display: block;
}
.mag_sld_rhs {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 0 8px;
}
.mag_sld_ttl {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  margin: 0 0 10px;
  text-transform: uppercase;
}
.mag_sld_txt {
  color: #000000;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
}
.mag_sld_btn {
  background-color: #00aeef;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  padding: 8px 40px 7px;
  margin: auto 0 0 0;
  max-width: fit-content;
  text-transform: uppercase;
}
.mag_sld_wrp .swiper-slide {
  padding: 0 0 7px;
}
.mag_sld_wrp .swiper-button-next,
.mag_sld_wrp .swiper-button-prev {
  background-color: #00aeef;
  border-radius: 100%;
  height: 30px;
  width: 30px;
}
.mag_sld_wrp .swiper-button-prev {
  left: 0;
}
.mag_sld_wrp .swiper-button-next:after,
.mag_sld_wrp .swiper-button-prev:after {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
.mag_sld_wrp .swiper-button-next.swiper-button-disabled,
.mag_sld_wrp .swiper-button-prev.swiper-button-disabled {
  background-color: #fff;
  opacity: 1;
}
.mag_sld_wrp .swiper-button-next.swiper-button-disabled:after,
.mag_sld_wrp .swiper-button-prev.swiper-button-disabled:after {
  color: #00aeef;
}

@media (max-width: 1024px) {
  .bt_mag_wrp,
  .blu_wdg_wrp.bt_mag_wrp {
    margin-bottom: 20px;
  }
  .bt_mag_opt {
    border-bottom: 0;
  }
  .bt_mag_opt_lnk {
    border-bottom: 1px solid #2a5d7b;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .mag_cvr_wrp {
    flex-direction: column;
  }
  .mag_cvr_img {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .mag_cvr_ttl {
    line-height: 26px;
  }
  .mag_cvr_txt {
    margin-bottom: 20px;
  }
  .mag_cvr_ul {
    flex-direction: column;
  }
  .mag_cvr_li {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .mag_sld_wrp {
    padding: 0;
  }
  .mag_sld_img {
    margin: 0 10px 0 0;
  }
  .mag_sld_txt {
    font-size: 14px;
  }
  .mag_sld_btn {
    padding: 8px 10px 7px;
  }
  .bt_mag_wrp:after {
    display: none;
  }
  .mag_sld_wrp .swiper-slide {
    padding-bottom: 0;
  }
  .mag_sld_itm {
    border-radius: 0;
    box-shadow: none;
  }
  .mag_sld_wrp .swiper-button-prev {
    left: 10px;
  }
  .mag_cvr_nws{
    min-height:0;
  }
}

/* BT MAG ENDS */

/* MARKET TODAYY STARTS */

.mrk_tdy_wrp {
  padding: 0 0 20px;
}
.mrk_tdy_wrp .bg_ttl_wdg {
  background: url(https://akm-img-a-in.tosshub.com/businesstoday/resource/img/ttl_bg_mrktdy.png)
    no-repeat left center;
  background-size: cover;
}
.mrk_tdy_wrp .bt_mag_opt {
  border-bottom: 0;
}
.mrk_tdy_wrp .bt_mag_opt_lnk {
  border-bottom: 1px solid #2a5d7b;
  flex: 0 0 33.3%;
  max-width: 33.3%;
}
.blu_wdg_cnt_alt {
  align-items: flex-start;
  display: flex;
  padding: 20px 20px 0;
}
.blu_wdg_cnt_alt .mag_cvr_wrp {
  flex-direction: column;
  margin: 0;
  padding: 16px;
}
.blu_wdg_cnt_alt .mag_cvr_img {
  flex: auto;
  max-width: none;
  margin: 0 0 16px;
}
.blu_wdg_cnt_alt .mag_cvr_lbl {
  margin-bottom: 12px;
}
.mrk_tdy_lhs {
  flex: 0 0 395px;
  max-width: 395px;
}
.mrk_tdy_rhs {
  padding: 0 0 0 20px;
}

.lst_ul_alt {
}
.lst_li_alt {
  align-items: flex-start;
  display: flex;
  margin: 0 0 20px;
}
.lst_li_alt:last-child {
  margin-bottom: 0;
}
.lst_lnk_img_alt {
  flex: 0 0 175px;
  max-width: 175px;
  margin: 0 12px 0 0;
  overflow: hidden;
}
.lst_lnk_img_alt 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_lnk_img_alt:hover img {
  transform: scale(1.03);
}
.lst_li_rhs_alt {
}
.lst_lnk_txt_alt {
  color: #ffffff;
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.lst_lnk_txt_alt:hover {
  color: #c9eeff;
}

.mrk_rsl_wrp {
  column-gap: 10px;
  display: flex;
  justify-content: space-between;
  padding: 20px 20px 0;
}
.mrk_rsl_itm {
  align-items: center;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
  display: flex;
  max-width: 33.3%;
  width: 100%;
  padding: 7px 12px;
}
.mrk_rsl_lhs {
  align-items: center;
  display: flex;
  justify-content: center;
  flex-shrink: 0;
  margin: 0 8px 0 0;
  max-width: 80px;
}
.mrk_rsl_rhs {
}
.mrk_rsl_nme {
  display: inline-block;
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  position: relative;
}
.mrk_rsl_val {
  display: block;
  color: #000000;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
}
.mrk_rsl_val .txt_grn,
.mrk_rsl_val .txt_red {
  position: relative;
  padding: 0 0 0 12px;
  margin: 0 0 0 6px;
}
.bg_red {
  background-color: #ffeaeb;
  border: 1px solid #f24f5b;
}
.bg_grn {
  background-color: #effffa;
  border: 1px solid #26b58a;
}
.mrk_rsl_val .txt_grn::before {
  content: "";
  display: block;
  position: absolute;
  border: solid #26b58a;
  border-radius: 2px;
  border-width: 0px 0px 3px 3px;
  display: inline-block;
  padding: 2px;
  top: 9px;
  left: 0px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.mrk_rsl_val .txt_red::before {
  content: "";
  display: block;
  position: absolute;
  border: solid #f24f5b;
  border-radius: 2px;
  border-width: 3px 3px 0px 0px;
  display: inline-block;
  padding: 2px;
  top: 6px;
  left: 0px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.mrk_mod .mrk_rsl_nme::after {
  content: "";
  display: block;
  position: absolute;
  border: solid #2fa7df;
  border-radius: 2px;
  border-width: 3px 0px 0px 3px;
  display: inline-block;
  padding: 3px;
  top: 5px;
  right: -12px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.mrk_mod .mrk_rsl_lhs {
  max-width: 100px;
}

@media (max-width: 1024px) {
  .mrk_tdy_lhs {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .blu_wdg_cnt_alt {
    flex-direction: column;
  }
  .mrk_tdy_rhs {
    padding: 0;
  }
  .lst_lnk_img_alt {
    flex: 0 0 115px;
    max-width: 115px;
  }
  .lst_lnk_txt_alt {
    font-size: 14px;
    line-height: 20px;
  }
  .blu_wdg_cnt_alt .mag_cvr_txt {
    margin-bottom: 0px;
  }
  .blu_wdg_cnt_alt .mrk_tdy_lhs {
    margin-bottom: 20px;
  }
  .mrk_rsl_wrp {
    flex-wrap: wrap;
  }
  .mrk_rsl_itm {
    margin: 0 0 10px;
    max-width: 100%;
  }
  .mrk_rsl_itm:last-child {
    margin-bottom: 0;
  }
  .mrk_rsl_rhs {
    align-items: center;
    display: flex;
  }
  .mrk_rsl_nme {
    margin: 0 20px 0 0;
  }
  .mrk_rsl_val {
    font-size: 14px;
  }
  .mrk_mod .mrk_rsl_rhs {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* MARKET TODAYY ENDS */

/* NSE/BSE TABS STARTS */

.hdr_tab_ul {
  align-items: center;
  background-color: #fff;
  display: flex;
  justify-content: flex-end;
  border: 1px solid #d5dae5;
  border-radius: 4px;
  margin: 0px 0 0 20px;
  overflow: hidden;
}
.hdr_tab_li {
  padding: 2px 2px;
}
.hdr_tab_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;
}
.hdr_tab_li.active .hdr_tab_lnk {
  background-color: #e5f3fc;
  border-radius: 2px;
  color: #00aeef;
}

/* NSE/BSE TABS ENDS */

/* MARKET BUZZ STARTS */

.hp_mrk_buz .hdr_tab_ul {
  position: absolute;
  right: 5px;
  top: 5px;
}

/* 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 {
  padding: 0;
  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%;
  }
  .wdg_rhs_hdr {
  }
  .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;
}

/* SEARCH IN WIDGET ENDS */

/*
.ht_flt_ul{
  border-bottom:1px solid #C2CDE3;
  display: flex;
  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 25px 20px 25px;
  width: 100%;
}
.ht_flt_li:first-child .ht_flt_lnk{
  padding-left:0;
}
.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 .4s;
  -ms-transition:all ease-in-out .4s;
  -webkit-transition:all ease-in-out .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-size: 16px;
  line-height: 12px;
  font-weight:500;
  transition:all ease-in-out .4s;
  -ms-transition:all ease-in-out .4s;
  -webkit-transition:all ease-in-out .4s;
}
.ht_flt_li.active .ht_flt_ttl{
  color:#00AEEF;
}




i.sym_fnt{
  font-family:sans-serif;
  font-style:normal;
  display:inline-block;
  margin:0 4px 0 0;
}
.ht_chr_tbd{
  width:100%;
}
.ht_chr_tr{
  align-items:center;
  border-bottom:1px solid #C2CDE3;
  display:flex;
  justify-content: space-between;
  width:100%;
}
.ht_chr_td{
  align-items:center;
  color:#181818;
  display:flex;
  font-size:16px;
  line-height:25px;
  padding:16px 8px;
  width:100%;
}
.ht_chr_img{
  align-items:center;
  border-radius:100%;
  display:flex;
  flex-shrink:0;
  justify-content:center;
  height:30px;
  margin:0 8px 0 0;
  width:30px;
  overflow:hidden;
}
.ht_chr_rsl{
  font-weight:600;
}
.tbl_mob_lhs{
  flex:0 0 50%;
}
.tbl_mob_lhs.ht_chr_td:first-child strong{
  display:block;
}
.tbl_mob_rhs{
  display:flex;
  flex:0 0 50%;
  justify-content:space-between;
  white-space:nowrap;
}
.tbl_mob_rhs .ht_chr_td:last-child{
  justify-content:flex-end;
}
.tbl_mob_rhs .ht_chr_td:first-child{
  max-width:100px;
  justify-content:flex-end;
}
@media (max-width: 767px){
.ht_chr_td{
  font-size:14px;
  line-height:21px;
  padding:8px 0;
}
.tbl_mob_rhs{
  flex-direction:column;
  flex:auto;
}
.tbl_mob_rhs .ht_chr_td{
  justify-content:flex-end;
}
.tbl_mob_rhs .ht_chr_td:last-child{
  padding-top:0;
}
.tbl_mob_rhs .ht_chr_td:first-child{
  max-width:none;
  padding-bottom:1px;
}
.tbl_mob_lhs.ht_chr_td:first-child strong{
  display:block;
  max-width:106px;
  white-space:nowrap;
  overflow: hidden;
  text-overflow:ellipsis;
}
.ht_flt_icn{
  height:40px;
  width:40px;
}
.ht_flt_icn img {
  width: 36px;
  height: 36px;
}
.ht_flt_ttl{
  font-size:12px;
  line-height:12px;
}
.ht_flt_lnk {
  padding: 0px 12px 15px 12px;
}
} */
/* MARKET BUZZ ENDS */

/* TECH TODAY STARTS */
.tch_tdy_wrp {
  padding: 0 0 20px;
}
.tch_tdy_wrp .bg_ttl_wdg {
  background: url(https://akm-img-a-in.tosshub.com/businesstoday/resource/img/ttl_bg_tchtdy.png)
    no-repeat left center;
  background-size: cover;
}
.tch_tdy_wrp.blu_wdg_wrp {
  background-color: #fff;
}
.tch_tdy_wrp .mag_cvr_ttl {
  color: #000000;
}
.tch_tdy_wrp .mag_cvr_ttl:hover {
  color: #123245;
}
.tch_tdy_wrp .mag_cvr_txt {
  color: #000000;
}
.tch_tdy_wrp .lst_lnk_txt_alt {
  color: #000000;
}
.tch_tdy_wrp .lst_lnk_txt_alt:hover {
  color: #123245;
}
.tch_tdy_wrp .mag_cvr_wrp {
  border: 1px solid #c2cde3;
}
.tch_tdy_wrp .bt_mag_opt_lnk {
  flex: 0 0 33.3%;
  max-width: 33.3%;
}
.tch_tdy_wrp .mag_cvr_lbl {
  background-color: #e6f6ff;
  border-radius: 4px;
  color: #123245;
}
.tch_tdy_wrp .wdg_bar_wrp {
  margin: 20px 20px 0;
}
@media (max-width: 767px) {
  .tch_tdy_wrp .mag_cvr_wrp {
    border-radius: 0 0 4px 4px;
    border-top: 0;
  }
}

/* TECH TODAY ENDS */

/* WIDGET GRAPH BAR STARTS */

.wdg_bar_wrp {
  align-items: center;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  margin: 20px 20px 0;
  padding: 8px 20px;
}
.wdg_bar_wrp.bg_grn {
  background-color: #effffa;
  border: 1px solid #26b58a;
}
.wdg_bar_wrp.bg_red {
  background-color: #ffeff0;
  border: 1px solid #f24f5b;
}
.wdg_bar_lhs {
  align-items: center;
  display: flex;
}
.wdg_bar_icn {
  align-items: center;
  background-color: #2fa7df;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  border-radius: 100%;
  margin: 0 8px 0 0;
  height: 30px;
  width: 30px;
}
.wdg_bar_icn img {
  max-width: 18px;
}
.wdg_bar_nme {
  color: #000000;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  white-space: nowrap;
  margin: 0 20px 0 0;
}
.wdg_bar_cnt {
  align-items: center;
  display: flex;
}
.wdg_bar_lbl {
  color: #000000;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
}
.wdg_bar_val {
  color: #000000;
  font-size: 12px;
  line-height: 18px;
}
.wdg_bar_grp {
}
.wdg_bar_img img {
  display: block;
  margin: 0 auto;
  max-height: 18px;
}
.wdg_bar_rsl {
  color: #000000;
  font-size: 12px;
  line-height: 18px;
}
.bg_grn .wdg_bar_rsl {
  color: #00b570;
}
.bg_red .wdg_bar_rsl {
  color: #f24f5b;
}

@media (max-width: 767px) {
  .wdg_bar_wrp {
    border-radius: 4px 4px 0 0;
    padding: 4px 12px 8px;
  }
  .wdg_bar_rhs {
    margin: 4px 0 0 0;
  }
  .wdg_bar_cnt {
    justify-content: space-between;
  }
  .wdg_bar_nme {
    font-size: 14px;
    line-height: 21px;
  }
  .wdg_bar_lbl {
    margin: 0 10px 0 0;
  }
  .tch_tdy_wrp .blu_wdg_cnt_alt {
    padding-top: 0;
  }
  .tch_tdy_wrp .bt_mag_opt_lnk {
    border-radius: 4px 4px 0 0;
  }
  .wdg_bar_grp {
    justify-content: flex-end;
  }
  .wdg_bar_grp img {
    margin: 0 0 0 auto;
  }
}

/* WIDGET GRAPH BAR ENDS */

/* MONEY TODAY STARTS */

.mny_tdy_wrp {
  padding: 0 0 20px;
}
.mny_tdy_wrp .bg_ttl_wdg {
  background: url(https://akm-img-a-in.tosshub.com/businesstoday/resource/img/ttl_bg_mnytdy.png)
    no-repeat left center;
  background-size: cover;
}
.mny_tdy_wrp .bt_mag_opt_lnk {
  border-bottom: 1px solid #2a5d7b;
  flex: 0 0 33.3%;
  max-width: 33.3%;
}
.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;
  }
}

/* MONEY TODAY ENDS */

/* 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 */

/* TRENDING STARTS */

.trd_wdg_wrp {
  background: #000
    url(https://akm-img-a-in.tosshub.com/businesstoday/resource/img/trd_wdg_bg.png)
    no-repeat center center;
  background-size: cover;
  padding: 0 0 20px;
  position: relative;
  margin: 0 0 24px;
}
.trd_wdg_wrp .bg_ttl_wdg {
  background: url(https://akm-img-a-in.tosshub.com/businesstoday/resource/img/ttl_bg_trd.png)
    no-repeat left center;
  background-size: cover;
}
.bg_ttl_wdg,
.bg_ttl_wdg a {
  color: #fff;
  display: flex;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
.trd_itm_wrp {
  display: block;
  padding: 0 0 0 60px;
  position: relative;
}
.trd_itm_img {
  border: 1px solid #000;
  display: block;
  margin: 0 0 12px;
  position: relative;
  -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;
}
.trd_itm_img img {
  display: block;
  height: auto;
  position: relative;
  width: 100%;
  z-index: 1;
}
.trd_itm_wrp:hover {
  border-color: #02baff;
}
.trd_itm_wrp:hover .trd_itm_ttl {
  color: #e2e2e2;
}
.trd_itm_ttl {
  color: #ffffff;
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.trd_itm_img::after {
  align-items: center;
  display: flex;
  justify-content: center;
  color: #151f2b;
  counter-increment: my-sec-counter;
  content: "" counter(my-sec-counter) "";
  font-size: 13rem;
  line-height: 0;
  margin: auto;
  position: absolute;
  left: -60px;
  top: 4px;
  bottom: 0;
  text-shadow: -1px -1px 0 #02baff, 1px -1px 0 #02baff, -1px 1px 0 #02baff,
    1px 1px 0 #02baff;
}
@supports ((text-stroke: 1px #02baff) or (-webkit-text-stroke: 1px #02baff)) {
  .pod_bnr_ttl {
    color: transparent;
    -webkit-text-stroke: 1px #02baff;
    text-stroke: 1px #02baff;
    text-shadow: none;
  }
}
.trd_wdg_wrp .swiper-slide:first-child .trd_itm_img::after {
  left: -46px;
}

.trd_wdg_wrp .swiper {
  padding: 40px 0 0px 40px;
  counter-reset: my-sec-counter;
}
.trd_wdg_wrp .swiper-button-next,
.trd_wdg_wrp .swiper-button-prev {
  height: 30px;
  width: 30px;
  border-radius: 100%;
  background: #fff;
  position: absolute;
  top: 45px;
  right: 20px;
  left: auto;
}
.trd_wdg_wrp .swiper-button-prev {
  right: 65px;
}
.trd_wdg_wrp .swiper-button-next:after,
.trd_wdg_wrp .swiper-button-prev:after {
  font-size: 15px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .trd_wdg_wrp {
    margin: 0 0 20px;
  }
  .trd_wdg_wrp .swiper {
    padding: 40px 0 0 0;
  }
  .trd_itm_ttl {
    font-size: 14px;
    line-height: 20px;
  }
  .trd_itm_wrp {
    padding: 0 0 0 50px;
  }
  .trd_wdg_wrp .swiper-button-next,
  .trd_wdg_wrp .swiper-button-prev {
    top: 33px;
  }
  .trd_itm_img::after {
    font-size: 11.5rem;
  }
}

/* TRENDING 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 {
  top: 10px !important;
  right: 0 !important;
  z-index: 20;
}
.wrp_bt_tv .mrk_ttl_txt {
  background-color: #fff;
  color: #000;
}
.wrp_bt_tv .mrk_ttl_wrp {
  border-top: 2px solid #fff;
  margin: 0 0 15px;
  /* max-width:250px; */
  position: relative;
  z-index: 13;
}
.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_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: 0;
  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;
}

@media (max-width: 767px) {
  .wrp_bt_tv {
    padding: 20px 0px 20px 20px;
  }
  .wrp_bt_tv .swiper-slide:last-child {
    margin-right: 40px !important;
  }
  .wrp_bt_tv .container {
    padding-right: 0;
  }
}

/* WIDGET BT TV 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_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;
}

@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 */

/* BT BAZAR STARTS */

.bzr_sld_wrp {
  background-color: #1f2935;
  border-radius: 4px;
  padding: 0 0 20px;
  position: relative;
  margin: 0 0 24px;
}
.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,
.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-size: 15px;
  font-weight: 700;
}
.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: 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 */

/* OTHER NEWS STARTS */

.otr_nws_wdg {
  background-color: #fff;
  padding: 0 0 20px;
  position: relative;
  margin: 0 0 24px;
}
.otr_nws_wdg .bg_ttl_wdg {
  background: url(https://akm-img-a-in.tosshub.com/businesstoday/resource/img/ttl_bg_otrnews.png)
    no-repeat left center;
  background-size: cover;
}
.otr_nws_wdg .ind_sec_li_icn {
  height: 100px;
  width: 100px;
}
.otr_nws_wdg .ind_sec_li_icn img {
  max-width: 53px;
}

@media (max-width: 767px) {
  .otr_nws_wdg .ind_sec_li_icn {
    height: 72px;
    width: 72px;
  }
  .otr_nws_wdg .ind_sec_li {
    flex: 0 0 29%;
    max-width: 29%;
  }
  .otr_nws_wdg .ind_sec_ul {
  }
}

/* OTHER NEWS ENDS */

/* WEATHER WIDGET STARTS */

.wtr_wdg_wrp {
  background: rgb(21, 167, 220);
  background: -moz-linear-gradient(
    180deg,
    rgba(21, 167, 220, 1) 0%,
    rgba(12, 82, 137, 1) 100%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(21, 167, 220, 1) 0%,
    rgba(12, 82, 137, 1) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(21, 167, 220, 1) 0%,
    rgba(12, 82, 137, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#15a7dc",endColorstr="#0c5289",GradientType=1);
  border-radius: 4px;
  padding: 16px 16px 12px;
  margin: 0 0 20px;
  position: relative;
}
.wtr_wdg_wrp::before {
  background: url(https://akm-img-a-in.tosshub.com/businesstoday/resource/img/rhs_weather_bg.png)
    no-repeat center center;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  background-size: cover;
  pointer-events: none;
}
.wtr_wdg_wrp:after {
  background: url(https://akm-img-a-in.tosshub.com/businesstoday/resource/img/wtr_cloud.svg)
    no-repeat left bottom;
  content: "";
  display: block;
  height: 36px;
  position: absolute;
  bottom: 10px;
  left: 5px;
  z-index: 1;
  width: 100%;
  background-size: contain;
  pointer-events: none;
}
.wtr_wdg_hdr {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.wtr_hdr_lhs {
}
.wtr_hdr_rhs {
  align-items: center;
  display: flex;
}
.wtr_plc_ttl {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  margin: 0 0 2px;
}
.wtr_tme {
  color: #a7defa;
  display: block;
  font-size: 10px;
  line-height: 16px;
}
.wtr_icn {
  align-items: center;
  display: flex;
  margin: 0 10px 0 0;
  max-width: 32px;
}
.wtr_tmp {
}
.wtr_tmp_num {
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
}
.wtr_tmp_nme {
  color: #ffffff;
  font-size: 10px;
  line-height: 13px;
}
.wtr_tmp_num sup {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
}
.wtr_wdg_ftr {
  display: flex;
  justify-content: flex-end;
  margin: 20px 0 0;
  position: relative;
  z-index: 1;
}
.wtr_ftr_lnk {
  color: #8cc2e2;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-align: right;
  position: relative;
  padding: 0 12px 0 0;
}
.wtr_ftr_lnk::after {
  content: "";
  position: absolute;
  border: solid #8cc2e2;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  top: 7px;
  right: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

@media (max-width: 767px) {
  .wtr_wdg_wrp {
    border-radius: 0;
  }
  .wtr_wdg_wrp:after {
    left: 0px;
  }
}

/* WEATHER WIDGET ENDS */

/* VISUAL SHORTS STARTS */

.wdg_mrk_sht {
  background-color: #181818;
  padding: 30px 0px 30px 20px;
  margin: 0 0 20px;
}
.wdg_mrk_sht .container {
  overflow-x: hidden;
  padding: 0;
}
.wdg_mrk_sht .mrk_ttl_wrp {
  position: relative;
  margin: 0px 0 15px;
}
.wdg_mrk_sht .mrk_ttl_txt {
  background-color: #181818;
  font-size: 20px;
}
.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: 8px;
  left: 8px;
  height: 30px;
  width: 30px;
}
.mrk_sht_ttl {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin: 0 0 5px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.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 0px 30px 20px;
  }
  .wdg_mrk_sht .swiper-pagination,
  .sec_pg_wrp .wdg_mrk_sht .swiper-pagination {
    right: 0px;
  }
}

/* VISUAL SHORTS 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 0 24px;
}
.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 */

/* BT REELS STARTS */

.bt_rel_wrp {
  background-color: #000;
  margin: 0 0 20px;
  padding: 20px 0 20px 20px;
  position: relative;
}
.bt_rel_lgo {
  display: block;
  max-width: 100px;
  margin: 0 0 15px;
}
.bt_rel_lgo img {
  display: block;
}
.bt_rel_itm {
  position: relative;
}
.bt_rel_img {
  background: #ebebeb;
  border-radius: 2px;
  display: block;
  overflow: hidden;
  padding-bottom: 182.23%;
  position: relative;
  margin: 0 0 10px;
}
.bt_rel_img img {
  display: block;
  color: transparent;
  left: 0;
  min-height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
.bt_rel_cnt {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 10px 15px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.bt_rel_cnt::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  min-height: 192px;
  pointer-events: none;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 95%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 95%
  );
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 95%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
.bt_rel_ply {
  background-color: #fff;
  border-radius: 100%;
  display: block;
  height: 36px;
  width: 36px;
  position: absolute;
  left: 0;
  right: 0px;
  top: 0;
  bottom: 0;
  margin: auto;
  overflow: hidden;
}
.bt_rel_ply:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-left: 10px solid #2fa8df;
  border-bottom: 7px solid transparent;
  position: absolute;
  left: 0;
  right: -3px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.bt_rel_ttl {
  color: #ffffff;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin: 0 0 8px;
  position: relative;
  z-index: 1;
}
.bt_rel_txt {
  color: #5f6571;
  font-size: 12px;
  line-height: 18px;
  position: relative;
  z-index: 1;
}
.bt_hme_pg .bt_rel_wrp .swiper-pagination {
  top: 32px !important;
  left: auto;
  right: 20px;
  transform: translateX(0);
}
.mrk_lnk_txt:after {
}
.bt_rel_wrp .mrk_box_ftr {
  margin-top: 0;
}

/* BT REELS ENDS */

/* 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 */

/* 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;
}

.txt_red {
  color:#F24F5B;
}
.txt_grn {
  color:#26B58A;
}
/* CALCULATORS ENDS */
/*preminum crown icon*/
.icn_crw {
  color: #00aeef;
  font-size: 21px;
  line-height: 0;
  display: inline-block;
  position: relative;
  top: 1px;
  margin-right: 5px;
  left: 0px;
}
.icn_crw svg{
  display: inline-block;
  width: 26px;
  height: 20px;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}
