
body{
  font-family: 'Poppins', sans-serif;
    background-size: 100%;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    overflow-x:hidden;
    overflow-y:auto;
    margin:0;
    padding:0;
}
*,::after,::before{
  box-sizing:border-box
}
a{
  text-decoration: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}
body, a {
  color: #000;
}
img {
  max-width: 100%;
}
ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.container {
  width: 100%;
  max-width: 1270px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  /* overflow-x:hidden; */
}
.at_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0;
}
.content-area {
  width: 100%;
  min-height: 1px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 320px);
  flex: 0 0 calc(100% - 320px);
  max-width: calc(100% - 320px);
  padding: 0;
  margin-right: 20px;
}
.sidebar {
  width: 100%;
  min-height: 1px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 300px;
  flex: 0 0 300px;
  max-width: 300px;
  padding: 0;
}
.header img{
  width:100%;
}

/* FOR DEMO ONLY ENDS */


/* AD STARTS */
.top-add-section .inner-ad-section {
  max-width:990px;
}
.top-add-section.rs_mtf1 .inner-ad-section, .top-add-section.rs_mtf2 .inner-ad-section, .top-add-section.rs_mtf3 .inner-ad-section {
  max-width: 970px;
}
.mrk_ad_wrp{
  align-items:center;
  display:flex;
  justify-content:center;
  margin:0 0 0px;
  width:100%;
}
.mrk_ad_wrp img{
  max-width:728px;
  width:100%;
}
.sidebar .mrk_ad_wrp img{
  max-width:300px;
  width:auto;
}

.mrk_pg_wrp .sidebar .ad-300X250-body{
  /* background-color:#e1e1e1; */
  margin-bottom:20px;
  margin-top:0;
}
@media (max-width: 1199px){
  .mrk_pg_wrp .sidebar .ad-300X250-body{
  margin-bottom:20px;
}
}

/* AD ENDS */


.wdg_rhs_hdr{
  align-items:flex-start;
  display:flex;
  justify-content:space-between;
  margin:-20px 0 12px;
  position:relative;
}
.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;
}
.wdg_rhs_hdr_li{
  cursor:pointer;
}
.wdg_rhs_hdr_lnk{
  color:#5C6B88;
  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;
}





/* 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;
  left:0;
  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 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 .swiper-slide{
  margin-right:20px;
}
.swp_itm_txt{
  font-size:14px;
  line-height:22px;
}
}

/* WIDGET BT TV ENDS*/










/* COMPANY DETAILS STARTS */
.cmp_dtl_wrp.mrk_wdg_box{
  border-radius:5px;
  border-top:0;
  padding-top:35px;
}
.cmp_dtl_wrp .wdg_rhs_hdr_ul{
position: absolute;
right: 0;
top: 0;
}
.cmp_lgo_wrp{
display:flex;
flex-direction:column;
width:100%;
}
.cmp_lgo_img{
  background-color:#004185;
  border-radius:100%;
  height:47px;
  width:47px;
  margin:0 0 6px 0;
  display:block;
  overflow:hidden;
}
.cmp_nme_ttl{
  color:#000000;
  font-size:22px;
  font-weight:600;
  line-height:28px;
  margin:0 0 10px;
}
.cmp_dtl_ul{
  align-items:center;
  display:flex;
  margin:0 0 5px;
}
.cmp_dtl_li{
  border-right:1px solid #000;
  line-height:0;
  padding:0 10px 0 0;
  margin:0 10px 0 0;
}
.cmp_dtl_li:last-child{
  border-right:0;
  padding-right:0;
  margin-right:0;
}
.cmp_dtl_lbl{
  color:#7F7F7F;
  font-size:12px;
  line-height:16px;
}
.cmp_dtl_val{
  color:#000000;
  font-size:12px;
  line-height:16px;
}
.cmp_dtl_val span{
  text-transform:uppercase;
  font-weight:600;
}
.cmp_opt_wrp{
  align-items:center;
  border-bottom:1px solid #D7DAE2;
  display:flex;
  justify-content:space-between;
  padding:5px 0 17px;
  margin:0 auto 12px;
}
.cmp_opt_lhs{
  align-items:center;
  display:flex;
}
.cmp_opt_rhs{
  position: relative;
}
.cmp_cst{
  color:#111112;
  font-size:24px;
  font-weight:700;
  line-height:24px;
}
.cmp_amt{
  color:#111112;
  font-size:14px;
  font-weight:600;
  line-height:1;
  margin-left:14px;
  position: relative;
  padding:0 0 0 12px;
}
.cmp_amt.txt_grn:before{
  content:'';
  display:block;
  position: absolute;
    border: solid #26B58A;
    border-width: 0px 0px 2px 2px;
    display: inline-block;
    padding: 2px;
    top:5px;
    left:0px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}
.cmp_amt.txt_red:before{
    content:'';
    display:block;
    position: absolute;
    border: solid #F24F5B;
      border-width: 0px 0px 2px 2px;
      display: inline-block;
      padding: 2px;
      top:3px;
      left:0px;
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
}
.cmp_opt_ul{
  align-items:center;
  display:flex;
  justify-content:flex-end;
}
.cmp_opt_li{
  padding:0 0 0 12px;
}
.cmp_opt_li:first-child{
  padding-left:0;
}
.cmp_opt_lnk{
  align-items:center;
  color:#5C6B88;
  border:1px solid #C2CDE3;
  border-radius:4px;
  display:flex;
  justify-content:center;
  font-size:14px;
  font-weight:700;
  line-height:13px;
  width:34px;
  height:34px;
  overflow:hidden;
  text-transform:uppercase;
  -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;
}
.blu_btn{
  color:#FFFFFF;
  background-color:#00AEEF;
  border-color:#00AEEF;
  font-size:14px;
  line-height:14px;
}
.cmp_opt_li:nth-last-child(-n+2) .cmp_opt_lnk{
  /* width:88px; */
}
.cmp_opt_lnk:hover{
  color:#00AEEF;
  background-color:#f6fbff;
  border-color:#00AEEF;
}
.cmp_opt_lnk:hover path, .cmp_opt_lnk:hover circle, .cmp_opt_lnk:hover line{
  fill:#00AEEF;
  stroke:#00AEEF;
}
.cmp_shr_btn.cmp_shr_act{
  color: #FFFFFF;
  background-color:#e6f4ff;
    border-color: #00AEEF;
}
.cmp_shr_hvr{
  position:absolute;
  display:flex;
  left:-6px;
  bottom:0;
  height:0;
  width:0;
  opacity:0;
  z-index:1;
  visibility:hidden;
    -webkit-transition: all .2s cubic-bezier(0.4, 0, 1, 1);
    -moz-transition: all .2s cubic-bezier(0.4, 0, 1, 1);
    -ms-transition: all .2s cubic-bezier(0.4, 0, 1, 1);
    -o-transition: all .2s cubic-bezier(0.4, 0, 1, 1);
    transition: all .2s cubic-bezier(0.4, 0, 1, 1);
    transform-origin: 100% 0;
    transform: translate(0px, -10px);
}
.cmp_shr_btn img{
  max-width:16px;
}
.cmp_shr_opn.cmp_shr_hvr{
  height:60px;
  width:100%;
  opacity:1;
  visibility:visible;
  transform: translate(0px, 70px);
}
.cmp_shr_ul{
  background-color:#fff;
  align-items:center;
  border:1px solid #C2CDE3;
  border-radius:6px;
  box-shadow: 0px 3px 6px #00000029;
  display:flex;
  margin:0;
  padding:12px 0;
}
.cmp_shr_ul::before{
  content:'';
  display:block;
  width: 0; 
  height: 0; 
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #fff;
  position:absolute;
  top:-6px;
  left:16px;
  z-index:1;
}
.cmp_shr_ul::after{
  content:'';
  display:block;
  width: 0; 
  height: 0; 
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #C2CDE3;
  position:absolute;
  top:-8px;
  left:15px;
  z-index:0;
}
.cmp_shr_li{
  padding:0 7px;
}
.cmp_shr_lnk{
  align-items:center;
  color:#000;
  display:flex;
  justify-content:center;
  height:32px;
  width:32px;
  -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;
}
.cmp_shr_lnk:hover{
  transform: translateY(-3px);
  color:#fff;
}

.gbl_tab_wrp{
  position: relative;
  margin:0 0 15px;
}
.gbl_tab_ul{
display:flex;
overflow-x:auto;
overflow-y:hidden;
white-space:nowrap;
}
.gbl_tab_li{
  padding:0 10px 0 0;
}
.gbl_tab_li:last-child{
  padding-right:0;
}
.gbl_tab_lnk{
  background-color:#F0F3F7;
  border-radius:4px;
  color:#5C6B88;
  cursor: pointer;
  font-size:14px;
  font-weight:600;
  line-height:21px;
  padding:4px 8px;
  white-space:nowrap;
}
.gbl_tab_lnk.active {
  background-color: #E5F3FC;
  color: #00AEEF;
}
.gbl_tab_li.active .gbl_tab_lnk{
  background-color: #E5F3FC;
  color: #00AEEF;
}
.cmp_tch_chr{
  align-items:center;
  display:flex;
  margin:0 -10px;
}
.tch_chr_lhs{
  width:100%;
  padding:0 10px;
}
.tch_chr_rhs{
  flex:0 0 335px;
  max-width:335px;
  flex-shrink:0;
  padding:0 10px;
}
.tch_sld_wrp{
  border:1px solid #C2CDE3;
  border-radius:4px;
  background-color:#fff;
  padding:15px;
}
.tch_chr_lhs .mrk_lnk_txt:after{
  display:none;
}
.tch_sld_itm{
  /* align-items:center; */
  display:flex;
  justify-content:space-between;
  margin:0 auto 30px;
}
.tch_sld_itm:last-child{
  margin-bottom:0;
}
.tch_sld_lhs{
  display: flex;
  flex-direction: column;
  flex:0 0 60px;
  max-width:60px;
  flex-shrink:0;
  padding:0 4px 0 0;
  text-align:right;
}
.tch_sld_rhs{
  display: flex;
  flex-direction: column;
  flex:0 0 60px;
  max-width:60px;
  flex-shrink:0;
  padding:0 0 0 4px;
  text-align:left;
}
.tch_sld_mid{
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  text-align:center;
  width:100%;
}
.tch_sld_val{
  color:#000000;
  font-size:13px;
  font-weight:700;
  line-height:21px;
  margin:0 0 3px 0;
}
.tch_sld_lbl{
  color:#7B7F89;
  font-size:12px;
  line-height:14px;
}
.tch_sld_nme{
  color:#7B7F89;
  font-size:12px;
  line-height:18px;
}
.tch_sld_bar{
  border-radius:4px;
  display:block;
  height:4px;
  width:100%;
  position: relative;
  background: rgb(255,44,44);
background: -moz-linear-gradient(90deg, rgba(255,44,44,1) 0%, rgba(206,146,33,1) 50%, rgba(0,168,0,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(255,44,44,1) 0%, rgba(206,146,33,1) 50%, rgba(0,168,0,1) 100%);
background: linear-gradient(90deg, rgba(255,44,44,1) 0%, rgba(206,146,33,1) 50%, rgba(0,168,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff2c2c",endColorstr="#00a800",GradientType=1);
}
.tch_sld_mrk{
  width: 0;
  height: 0;
  border-radius:3px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 10px solid #000;
  position:absolute;
  left:79%;
  right:auto;
  top:4px;
  margin:auto;
}

@media (max-width: 767px){
  .cmp_opt_wrp{
    align-items:flex-start;
    flex-direction:column;
  }
  .cmp_tch_chr{
    align-items:initial;
    flex-direction:column;
    margin:0;
  }
  .cmp_opt_lhs{
    margin-bottom:15px;
  }
  .tch_chr_lhs{
    flex:0 0 100%;
    max-width:100%;
    padding:0;
    margin-bottom:15px;
  }
  .tch_chr_rhs{
    flex:0 0 100%;
    max-width:100%;
    padding:0;
  }
  .gbl_tab_ul{
    margin-right:-10px;
  }
}


/* COMPANY DETAILS ENDS */


/* GLOBAL */

.mrk_pg_wrp {
  background-color: #f0f3f8;
  font-family: 'Poppins', sans-serif !important;
  padding: 20px 0;
}
.mrk_pg_wrp h1, .mrk_pg_wrp h2, .mrk_pg_wrp h3, .mrk_pg_wrp h4, .mrk_pg_wrp h5, .mrk_pg_wrp h6{
  font-family: 'Poppins', sans-serif;
}
path, circle, line{
  -webkit-transition:all ease-in-out 0.1s;
  -ms-transition:all ease-in-out 0.1s;
  -o-transition:all ease-in-out 0.1s;
  transition:all ease-in-out 0.1s;
}
.txt_red {
  color:#F24F5B;
}
.txt_grn {
  color:#26B58A;
}
.bg_red{
  background-color:#FFEFF0;
}
.bg_grn{
  background-color:#DDFFF5;
}
.icn_save{
  display:flex;
  /*background:url(https://akm-img-a-in.tosshub.com/businesstoday/resource/img/icn_save.svg) no-repeat center center;*/
  background-size: inherit;
}
.icn_saved{
  display:flex;
  /*background:url(../images/icn_saved.svg) no-repeat center center;*/
  background-size: inherit;
}
.mst_trk_sve.icn_save{
  background-size:contain;
}
.mrk_pg_wrp{
  background-color:#f0f3f8;
  padding:20px 0;
}
.mrk_cnt_wrp{
  align-items:flex-start;
  display:flex;
  justify-content:space-between;
  width:100%;
}
.mrk_cnt_lhs{
  padding:0 30px 0 0;
  width:100%;
}
.mrk_cnt_rhs{
  flex:0 0 300px;
  max-width:300px;
  flex-shrink:0;
  width:100%;
}
.mrk_wdg_box{
  background-color:#fff;
  border-top:2px solid #000000;
  border-radius:0 0 4px 4px;
  padding:45px 20px 20px;
  margin:0 0 30px;
  position:relative;
}
.mrk_ttl_wrp{
  align-items:center;
  display:flex;
  margin:0px;
  position:absolute;
  left:0;
  top:0;
}
.mrk_ttl_icn{
  display:inline-block;
  margin:0 5px 0 0;
}
.mrk_ttl_txt{
  background-color:#000;
  color:#fff;
  font-size:16px;
  font-weight:700;
  line-height:27px;
  position:relative;
  padding:2px 8px 4px 30px;
  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;
  right:auto;
  top:-2px;
  bottom:0;
  margin:auto;
}
.mrk_box_ftr{
  margin:20px 0 0;
  line-height:1;
  position: relative;
  text-align:center;
  z-index:13;
}
.mrk_box_ftr.hide{
  display:none;
}
.mrk_box_lnk_btn{
  align-items:center;
  color:#2FA7DF;
  display:inline-block;
  font-weight:500;
  justify-content:center;
  text-decoration:none;
  font-size:16px;
  line-height:24px;
}
.mrk_lnk_txt{
  color:#2FA7DF;
  font-size:16px;
  font-weight:500;
  line-height:22px;
  position: relative;
  text-transform:lowercase;
}
.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);
}
.mrk_lnk_icn{
  
}
.mrk_box_txt{
  color:#000;
  display:block;
  font-size:16px;
  line-height:24px;
  margin:0 0 15px;
  padding:0;
}
.mrk_tab_cnt{
  display: none;
}
.mrk_tab_cnt.active{
  display: block;
}
.mrk_tab_lnk{
  cursor: pointer;
  -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;
}
.mrk_tab_lnk.active{
  cursor:default;
}
.swiper{
  /* overflow:auto; */
}
.mrk_pg_wrp .swiper-pagination-bullet{
  background-color:#606570;
  background:#606570;
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  opacity:1;
  margin:0 4px;
}
.mrk_pg_wrp .swiper-pagination-bullet-active {
  background: #3f9cc6;
}
.mrk_pg_wrp .swiper-pagination{
  top:0;
  right:10px;
  left:auto;
  bottom:auto;
  text-align:right;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
  width:auto;
}


.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:14;
}
.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);
}


/* BREADCRUMBS STARTS */

.mrk_pg_wrp .fedback-sec{
  display:none;
}
.mrk_pg_wrp .brdcum-fedback-main{
  margin-top:0;
  margin-bottom:10px;
}
.mrk_pg_wrp .bradcum{
  margin:0px;
  position:relative;
}
.mrk_pg_wrp .bredcumSeo{
  align-items:center;
  display:flex;
  margin:0;
  padding:0;
}
.mrk_pg_wrp .bbd1, .mrk_pg_wrp .bredcumSeo span{
  color:#888888;
  font-size:10px;
  font-weight:600;
  line-height:14px;
  margin:0;
  padding:0 16px 0 0;
  position:relative;
}
.mrk_pg_wrp .bbd1::after{
  content:'';
  display:block;
  border: solid black;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding:2px;
  position:absolute;
  right:7px;
  top:4px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.mrk_pg_wrp .bbd1:last-child::after{
  display:none;
}
.mrk_pg_wrp .bbd1 a{
  color:#000000;
  font-size:10px;
  font-weight:600;
  line-height:14px;
}
.mrk_pg_wrp .bredcumSeo .bbd1 a:after{
  display:none;
}

@media (max-width: 767px){
.mrk_pg_wrp .bredcumSeo{
  padding:0 12px;
}
}

/* BREADCRUMBS ENDS */

/* DISCLAIMER STARTS */

.dsc_txt_wrp p {
    font-size: 13px;
    font-weight:400;
    line-height: 20px;
    color: #666;
}
.dsc_txt_wrp strong {
    font-size: 14px;
    font-weight:600;
    line-height: 20px;
    color: #333;
    margin:0 0 5px;
}
.mrk_wdg_box.dsc_txt_wrp {
    border-top: 0;
    padding:12px 15px;
    border-radius: 4px;
    margin-bottom:0;
}

/* DISCLAIMER ENDS */


/* INDICES BT TV STARTS */

.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-slide{
  height:auto;
}
.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;
}

/* INDICES BT TV ENDS */


/* TOP NEWS STARTS */

.trd_stk_wrp{
  border:1px solid #C2CDE3;
  border-radius:4px;
  padding:20px 20px 15px;
}
.trd_stk_cnt{
  align-items:flex-start;
  border-bottom:1px solid #C2CDE3;
  display:flex;
  justify-content:space-between;
  padding:0 0 20px;
}
.trd_stk_lhs{
  padding:0px;
  width:100%;
}
.trd_stk_rhs{
  flex-shrink:0;
  flex:0 0 200px;
  max-width:200px;
  margin:0 0px 0 30px;
}
.trd_stk_ttl{
  color:#000;
  display:block;
  font-size:20px;
  font-weight:700;
  line-height:28px;
  margin:0px 0 4px;
}
.trd_stk_txt{
  color:#000;
  display:block;
  font-size:16px;
  line-height:24px;
}
.trd_stk_ul{
  align-items:flex-start;
  display:flex;
  flex-wrap:wrap;
  margin:0 -20px;
  padding:20px 10px 0;
}
.trd_stk_li{
  flex:0 0 50%;
  max-width:50%;
  margin:0 0 22px;
  padding:0 10px;
  width:100%;
}
.trd_stk_lnk{
  align-items:flex-start;
  display:flex;
}
.trd_stk_img{
  display:flex;
}
.trd_stk_lnk .trd_stk_img{
  display:flex;
  flex:0 0 129px;
  max-width:129px;
}
.trd_stk_li_rhs{
  padding:0 0 0 10px;
  width:100%;
}
.trd_stk_li_txt{
  color:#000;
  display:block;
  font-size:16px;
  line-height:24px;
}
.trd_stk_wrp .mrk_box_ftr{
  border-top:1px solid #C2CDE3;
  padding-top:15px;
  margin-top:0;
}

@media (max-width: 767px){
  .trd_stk_wrp{
    padding:10px 10px 15px;
  }
  .trd_stk_cnt{
    flex-direction:column;
  }
  .trd_stk_ul{
    flex-direction:column;
  }
  .trd_stk_li{
    flex:0 0 100%;
    max-width:100%;
  }
  .trd_stk_lhs{
    flex:0 0 100%;
    max-width:100%;
    margin:0 auto 15px;
  }
  .trd_stk_rhs{
    flex:0 0 100%;
    max-width:100%;
    padding-left:0;
    margin:0 auto;
  }
  .trd_stk_lnk .trd_stk_img {
    flex: 0 0 80px;
    max-width: 89px;
  }
  .trd_stk_txt {
    font-size: 14px;
    line-height: 20px;
  }
  .trd_stk_li_txt{
    font-size: 14px;
    line-height: 20px;
  }
}

/* TOP NEWS ENDS */



/* MARKET GURU STARTS */

.mrk_gru_ind{
  padding-top:50px;
}
.ind_gru_ul{
  display: flex;
  flex-wrap: wrap;
}
.ind_gru_li{
margin-bottom:20px;
}
.ind_gru_li:last-child{
  margin-bottom:0;
}
.ind_gru_lnk{
  display: flex;
    flex-direction: column;
    position: relative;
}
.ind_gru_cnt{
  display: block;
    position: relative;
    margin-bottom: 8px;
}
.ind_gru_img{
  display: flex;
  width:100%;
}
.ind_gru_img figure{
  display: flex;
  width:100%;
}
.ind_gru_img img{
  height:auto;
  width:100%;
}
.ind_gru_ply{
  background-color: #2fa8df;
    border: 1px solid #fff;
    border-radius: 100%;
    display: block;
    height:34px;
    width:34px;
    position: absolute;
    left: 0;
    right:0;
    top: 0;
    bottom: 0;
    margin: auto;
    overflow: hidden;
}
.ind_gru_ply:before{
  content: '';
    display: block;
    width: 0;
    height: 0;
    border-top:7px solid transparent;
    border-left:9px solid #fff;
    border-bottom:7px solid transparent;
    position: absolute;
    left: 0;
    right: -3px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.ind_gru_dur{
  background-color: #000;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 4px;
    font-size: 12px;
    line-height: 15px
}
.ind_gru_txt{
  color: #000;
    font-size: 14px;
    line-height: 20px;
    font-weight:500;
}
.rd_mre_cnt span {
    display: none;
}

@media (max-width: 1180px){
  .ind_gru_li{
    padding: 0 10px;
    width:50%;
  }
}
@media (max-width: 767px){
  .ind_gru_li{
    padding: 0 0px;
    width:100%;
  }
.ind_gru_txt{
    font-size: 16px;
    line-height: 20px;
}
}

/* MARKET GURU ENDS */


/* GLOBAL RESPONSIVE STARTS */

/* old */

@media screen and (max-width: 1199px){
  .swiper{
    /* overflow-x:auto; */
  }
.content-area {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-right: 0px;
}
.sidebar {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
}
@media (max-width: 1024px){
.container {
    padding: 0 20px;
}
}
/* NEW */


@media (min-width:768px) and (max-width:1000px){
  .mrk_wdg_box{
    padding-left:10px;
    padding-right:10px;
  }
}
@media (max-width: 767px){
  .mrk_wdg_box{
    margin-bottom:20px;
  }
  .mrk_pg_wrp{
    padding:20px 0px 0;
  }
  .mrk_pg_wrp .container{
    padding-left:0;
    padding-right:0;
    overflow-x:hidden;
  }
  .mrk_cnt_wrp{
    flex-direction:column;
  }
  .mrk_cnt_lhs{
    padding:0;
  }
  .mrk_cnt_rhs{
    flex:0 0 100%;
    max-width:100%;
  }
  .mrk_box_txt{
    font-size: 14px;
    line-height: 20px;
  }
  .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    height:6px;
    width:6px;
    margin:0 2px;
  }
}


/* GLOBAL RESPONSIVE ENDS */



/* ALL INDICES STARTS */

.ind_tbl_vew{
  display:none;
}
.all_ind_row{
  display:flex;
}
.ind_vew_tbl .ind_tbl_vew{
  display:block;
}
.ind_vew_tbl .all_ind_row{
  display:none;
}
.all_ind_wdg{
  position: relative;
}
.all_ind_wdg_hdr{
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
}
.all_ind_wdg_hdr .cmp_shr_hvr{
  left: auto;
  right: 0;
  width: 100%;
  max-width: 235px;
  justify-content: flex-end;
}
.all_ind_wdg_hdr .cmp_shr_opn.cmp_shr_hvr{
  transform: translate(0px, 100px);
}
.all_ind_wdg_hdr .cmp_shr_ul::before{
  left:auto;
  right:16px;
}
.all_ind_wdg_hdr .cmp_shr_ul::after{
  left:auto;
  right:15px;
}
.all_ind_wdg .mrk_ttl_wrp{
  width:100%;
}
.all_ind_wdg .tbl_shr_btn{
  display:flex;
  height:30px;
  width:30px;
  position:absolute;
  right:8px;
  top:8px;
}
.tbl_shr_btn img {
  max-width: 16px;
}
.all_ind_wrp{
  border:1px solid #C2CDE3;
  border-radius:4px;
  overflow:hidden;
}
.all_ind_hdr{
  align-items:center;
  border-bottom:1px solid #C2CDE3;
  display:flex;
  justify-content:space-between;
  padding:20px;
}
.all_ind_lhs{
  max-width:100%;
}
.all_ind_rhs{
  align-items:center;
  display:flex;
  justify-content:flex-end;
}
.all_ind_flt{
  align-items:center;
  display:flex;
  overflow-x:auto;
  white-space:nowrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.all_ind_flt::-webkit-scrollbar, .all_ind_flt::-webkit-scrollbar{
  display: none;
}
.ind_flt_lnk{
  align-items:center;
  background-color:#F0F3F7;
  border:1px solid #C2CDE3;
  border-radius:4px;
  color:#5C6B88;
  display:flex;
  font-size:14px;
  font-weight:600;
  justify-content:center;
  line-height:21px;
  margin:0 12px 0 0;
  padding:6px 12px;
}

.hdr_tab_ul{
  align-items:center;
  background-color:#fff;
  display:flex;
  justify-content:flex-end;
  border:1px solid #D5DAE5;
  border-radius:4px;
  margin:0px;
  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;
}

.vew_typ_ul{
  align-items:center;
  background-color:#fff;
  display:flex;
  justify-content:flex-end;
  border:1px solid #D5DAE5;
  border-radius:4px;
  margin:0 20px 0 0;
  overflow:hidden;
}
.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;
}



.all_ind_row{
  display:flex;
  flex-wrap:wrap;
  margin:0 10px;
  padding:20px 0 0;
}
.all_ind_col{
  flex:0 0 50%;
  max-width:50%;
  padding:0 10px;
}
.all_ind_itm{
  background-color:#F0F8FF;
  border-radius:4px;
  width:calc(50% - 20px);
  margin:0 10px 20px;
  padding:16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ind_itm_top{
  align-items:flex-start;
  display:flex;
  justify-content:space-between;
  margin: 0 0 auto;
}
.ind_itm_btm{
  align-items:flex-start;
  display:flex;
  justify-content:space-between;
  margin: auto 0 0;
  padding:16px 0 0;
}
.ind_itm_top_lhs{
  align-items:center;
  display:flex;
}
.ind_itm_top_rhs{
  align-items:flex-end;
  display:flex;
  flex-direction:column;
}
.ind_itm_btm_lhs{
  align-items:flex-start;
  display:flex;
  flex-direction:column;
}
.ind_itm_btm_rhs{
  align-items:flex-end;
  display:flex;
  flex-direction:column;
  flex: 0 0 50%;
  max-width: 50%;
}
.ind_itm_img{
  background-color:#eee;
  border-radius:100%;
  display:flex;
  flex-shrink:0;
  height:32px;
  width:32px;
  margin:0 8px 0 0;
}
.ind_itm_nme{
  color:#181818;
  font-size:14px;
  font-weight:600;
  line-height:18px;
}
.ind_itm_cst{
  color:#181818;
  font-size:14px;
  font-weight:600;
  line-height:18px;
  margin:0 0 1px;
}
.ind_itm_chn{
  color:#181818;
  font-size:14px;
  font-weight:600;
  line-height:21px;
}
.ind_itm_chn.txt_grn{
  color:#26B58A;
}
.ind_itm_chn.txt_red{
  color:#F24F5B;
}
.ind_itm_lbl{
  color:#5C6B88;
  font-size:12px;
  font-weight:500;
  line-height:18px;
  margin:0 0 6px;
}
.ind_itm_val{
  color:#181818;
  font-size:14px;
  font-weight:600;
  line-height:22px;
}
.ind_axs_ul{
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding:0px;
  margin: 0;
  width: 100%;
}
.ind_axs_li{
  align-items: center;
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 33.3%;
}
.ind_axs_li:first-child {
  align-items: flex-start;
}
.ind_axs_li:last-child {
  align-items: flex-end;
}
.ind_axs_bar{
  display: flex;
  height:5px;
  margin: 0 auto 3px;
  position: relative;
  width: 100%;
}
.ind_axs_li:first-child .ind_axs_bar {
  border-radius: 3px 0 0 3px;
}
.ind_axs_li:last-child .ind_axs_bar {
  border-radius: 0px 3px 3px 0;
}
.bar_bg_grn .ind_axs_bar {
  background-color: #26B58A;
}
.bar_bg_red .ind_axs_bar {
  background-color: #F24F5B;
}
.ind_axs_val{
  color: #3A4462;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  margin:0 0 3px;
}
.bar_bg_red .ind_axs_val {
  color: #F24F5B;
}
.bar_bg_grn .ind_axs_val {
  color: #26B58A;
}
.ind_axs_li:nth-child(1) .ind_axs_bar::after {
  background-color: #fff;
  content: '';
  display: block;
  height: 100%;
  width:3px;
  transform: skew(-30deg);
  position: absolute;
  right:-1px;
  z-index: 1;
}
.all_ind_wdg .mrk_lnk_txt:after {
  border-width: 0px 0px 3px 3px;
  top: 6px;
  right: -16px
}
.ind_flt_lnk.active{
  background-color:#E5F3FC;
  border-color:#E5F3FC;
  color:#00AEEF;
}

.ind_abt_wdg.abt_wdg_wrp .mrk_lnk_txt:before{
  content: "Read more";
  display: block;
  color: #2FA7DF;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  position: absolute;
  right: 10px;
  width: 100%;
  white-space: nowrap;
}
.abt_wdg_wrp .abt_les_btn .mrk_lnk_txt:before{
  content: "Read Less";
  display: block;
  color: #2FA7DF;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  position: absolute;
  right: 10px;
  width: 100%;
  white-space: nowrap;
}
.abt_wdg_wrp .abt_les_btn .mrk_lnk_txt:after{
top: 8px;
transform: rotate(135deg);
}
.ind_abt_wdg .abt_cnt_wrp{
  max-height:260px;
  overflow:hidden;
}
.ind_abt_wdg .abt_cnt_wrp.abt_cnt_ful{
  max-height:none;
  overflow:visible;
}


/* TABLE VIEW */
 
/* Table*/
.all_ind_wdg .stk_tbl{
  border:0;
  border-radius:0px;
  position:relative;
  overflow-x:auto;
 -ms-overflow-style: none;
 scrollbar-width: none;
}
.all_ind_wdg .stk_tbl_thd{
  align-items:center;
  display:flex;
  flex-direction: column;
}
.all_ind_wdg .stk_tbl_tbd{
  align-items:center;
  display:flex;
  flex-direction: column;
}
.all_ind_wdg .stk_tbl_tbd::-webkit-scrollbar, .all_ind_wdg .stk_tbl_thd::-webkit-scrollbar{
   display: none;
}
.all_ind_wdg .stk_tbl_th{
  align-items:center;
  color:#5C6B88;
  border-bottom:1px solid #C2CDE3;
  display:flex;
  font-size:14px;
  line-height:20px;
  font-weight:600;
  flex-shrink:0;
  justify-content:flex-end;
  position: relative;
  padding:9px 12px;
  text-align: right;
  min-height: 60px;
  max-width:120px;
  width:100%;
}
.all_ind_wdg .stk_tbl_th:first-child{
  flex-shrink: inherit;
  justify-content:flex-start;
  text-align: left;
  max-width:100%;
}
.all_ind_wdg .stk_tbl_th:last-child{
  align-items: flex-end;
  flex-direction:column;
  min-width:165px;
  text-align:right;
}
.all_ind_wdg .stk_tbl_th small{
  display:block;
  font-size:11px;
  line-height:14px;
}
.all_ind_wdg .stk_tbl_tr{
  align-items:center;
  background-color:#fff;
  display:flex;
  width: 100%;
}
.all_ind_wdg .stk_tbl_thd .stk_tbl_tr .stk_tbl_th{   
  background-color:#E5F3FC;
}
.all_ind_wdg .stk_tbl_tbd .stk_tbl_tr:nth-child(even) .stk_tbl_td{
  background-color:#F7F9FD;
}
.all_ind_wdg .stk_tbl_td{
  color:#000;
  font-size:14px;
  line-height:18px;
  align-items:center;
  justify-content:flex-end;
  display:flex;
  flex-shrink:0;
  padding:9px 12px;
  text-align: right;
  min-height:50px;
  max-width:120px;
  width:100%;
}
.all_ind_wdg .stk_tbl_td:first-child{
  flex-shrink: inherit;
  justify-content:flex-start;
  text-align: left;
  min-width:170px;
  max-width:100%;
}
.all_ind_wdg .stk_tbl_td:last-child{
  align-items: flex-end;
  min-width:165px;
}
.all_ind_wdg .stk_tbl_td strong{
  font-weight:700;
}
.all_ind_wdg .stk_tbl_img{
  align-items:center;
  background-color:#ccc;
  border-radius:100%;
  display:flex;
  justify-content:center;
  width: 32px;
  height: 32px;
  margin-right:8px;
  flex-shrink:0;
  overflow:hidden;
}
.txt_red {
 color:#F24F5B;
}
.txt_grn {
 color:#26B58A;
}
.all_ind_wdg .stk_tbl_arw{
  cursor:pointer;
  position: relative;
  margin:0 0 0 4px;
  height:9px;
  width:6px;
}
.all_ind_wdg .stk_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;
}
.all_ind_wdg .stk_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;
}

@media (max-width: 767px){
  .all_ind_wdg .stk_tbl_th:first-child{
  flex-shrink: 0;
  max-width: 235px;
}
.all_ind_wdg .stk_tbl_td:first-child{
  flex-shrink: 0;
  max-width: 235px;
}
}


@media (max-width: 767px){
  .all_ind_row{
    flex-direction:column;
    margin:0;
    padding:10px 10px 0;
  }
  .all_ind_col{
    flex:0 0 100%;
    max-width:100%;
    padding:0;
  }
  .all_ind_itm{
    margin:0;
    width:100%;
  }
  .all_ind_hdr{
    align-items:flex-start;
    flex-direction:column;
    padding:10px;
  }
  .all_ind_lhs{
    margin:0 0 10px;
  }
  .all_ind_itm{
    margin:0 0 10px;
  }
  .all_ind_flt{
    margin:0 -10px 0 0;
  }
  .ind_flt_lnk{
    padding:4px 8px;
  }
}

.all_ind_wdg .mrk_lnk_txt:before {
  content: "Load more";
  display:block;
  color: #2FA7DF;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    position: absolute;
    right:10px;
    width: 100%;
    white-space: nowrap;
}
.all_ind_wdg .mrk_lnk_txt:after{
    border-width: 0px 0px 3px 3px;
    top:5px;
    right:0;
}
.all_ind_wdg .indices_row_more .mrk_lnk_txt::before{
  content: "Load Less";
}
.all_ind_wdg .indices_row_more .mrk_lnk_txt::after{
  top:8px;
  transform: rotate(135deg);
}
.all_ind_wdg .mrk_lnk_txt {
  display: block;
  padding-right: 18px;
  min-width: 98px;
  height: 23px;
}
/* ALL INDICES 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;
}
.sbs_mag_ttl{
  color:#FAFA06;
  font-size:32px;
  line-height:24px;
  font-weight:400;
  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_img{
    min-height:300px;
  }
.sbs_mag_img a{
  height: 300px;
  width: 217px;
}
}

.ind_flt_lnk {
  cursor: pointer;
}
/* SUBSCRIBE TO BT MAGAZINE ENDS */



.trd_stk_wrp{
  border:1px solid #C2CDE3;
  border-radius:4px;
  padding:20px 20px 15px;
}
.trd_stk_cnt{
  align-items:flex-start;
  border-bottom:1px solid #C2CDE3;
  display:flex;
  justify-content:space-between;
  padding:0 0 20px;
}
.trd_stk_lhs{
  padding:0px;
  width:100%;
}
.trd_stk_rhs{
  flex-shrink:0;
  flex:0 0 200px;
  max-width:200px;
  margin:0 0px 0 30px;
}
.trd_stk_ttl{
  color:#000;
  display:block;
  font-size:20px;
  font-weight:700;
  line-height:28px;
  margin:0px 0 4px;
}
.trd_stk_txt{
  color:#000;
  display:block;
  font-size:16px;
  line-height:24px;
}
.trd_stk_ul{
  align-items:flex-start;
  display:flex;
  flex-wrap:wrap;
  margin:0 -20px;
  padding:20px 10px 0;
}
.trd_stk_li{
  flex:0 0 50%;
  max-width:50%;
  margin:0 0 22px;
  padding:0 10px;
  width:100%;
}
.trd_stk_lnk{
  align-items:flex-start;
  display:flex;
}
.trd_stk_img{
  display:flex;
}
.trd_stk_lnk .trd_stk_img{
  display:flex;
  flex:0 0 129px;
  max-width:129px;
}
.trd_stk_li_rhs{
  padding:0 0 0 10px;
  width:100%;
}
.trd_stk_li_txt{
  color:#000;
  display:block;
  font-size:16px;
  line-height:24px;
}
.trd_stk_wrp .mrk_box_ftr{
  border-top:1px solid #C2CDE3;
  padding-top:15px;
  margin-top:0;
}

@media (max-width: 767px){
  .trd_stk_wrp{
    padding:10px 10px 15px;
  }
  .trd_stk_cnt{
    flex-direction:column;
  }
  .trd_stk_ul{
    flex-direction:column;
  }
  .trd_stk_li{
    flex:0 0 100%;
    max-width:100%;
  }
  .trd_stk_lhs{
    flex:0 0 100%;
    max-width:100%;
    margin:0 auto 15px;
  }
  .trd_stk_rhs{
    flex:0 0 100%;
    max-width:100%;
    padding-left:0;
    margin:0 auto;
  }
  .trd_stk_lnk .trd_stk_img {
    flex: 0 0 80px;
    max-width: 89px;
  }
  .trd_stk_txt {
    font-size: 14px;
    line-height: 20px;
  }
  .trd_stk_li_txt{
    font-size: 14px;
    line-height: 20px;
  }
}

/* TOP NEWS ENDS */



/* IPO CORNER STARTS */

.mrk_ipo_wrp .mrk_box_ftr{
  margin:10px 0 10px;
}
.ipo_flt_wrp{
  align-items:center;
  display:flex;
  flex-wrap:nowrap;
  margin:0 0 20px;
  overflow-x:auto;
}
.ipo_flt_itm{
  background-color:#F0F3F7;
  border-radius:4px;
  color:#5C6B88;
  cursor:pointer;
  display:block;
  padding:4px 9px;
  font-size:14px;
  font-weight:600;
  line-height:21px;
  margin:0 10px 0 0;
  white-space:nowrap;
}
.ipo_flt_itm.active{
  background-color:#E5F3FC;
  color:#00AEEF;
}
.ipo_row{
  align-items:flex-start;
  display:flex;
  margin:0 -10px;
  flex-wrap:wrap;
}
.ipo_col{
  padding:0 10px 12px;
  flex-wrap:wrap;
  flex:0 0 33.3%;
  max-width:33.3%;
}
.ipo_cnt_wrp{
  border:1px solid #d2d2d2;
  border-radius:4px;
}
.ipo_hdr{
  align-items:center;
  display:flex;
  min-height:55px;
  padding:15px 20px 0px;
}
.ipo_hdr_lhs{
  background-color:#eee;
  border-radius:100%;
  flex-shrink:0;
  overflow:hidden;
  height:32px;
  width:32px;
  margin:0 10px 0 0;
}
.ipo_hdr_lhs img{
  width:100%;
}
.ipo_hdr_rhs{
  color:#000;
  font-weight:700;
  font-size:16px;
  line-height:20px;
}
.ipo_ul{
  align-items:flex-start;
  display:flex;
  flex-wrap:wrap;
  padding:0 20px 15px;
}
.ipo_li{
  display:block;
  flex:0 0 50%;
  max-width:50%;
  margin:15px 0 0;
}
.ipo_lbl{
  color:#5C6B88;
  display:block;
  font-size:12px;
  line-height:18px;
}
.ipo_val{
  color:#000;
  display:block;
  font-size:12px;
  font-weight:600;
  line-height:18px;
}
.ipo_col_ftr{
  align-items:center;
  border-top:1px solid #d2d2d2;
  display:flex;
  padding:10px 20px;
}
.ipo_ftr_lnk{
  color:#2FA7DF;
  font-size:12px;
  line-height:15px;
  font-weight:600;
  margin:0 15px 0 0;
}
.ipo_ftr_icn{
  margin:0 0 0 4px;
}
.mrk_ipo_wrp .crd_wdg_wrp{
  margin-bottom:0;
}

.mrk_ipo_wrp .mrk_tab_cnt .mrk_lnk_txt {
  display: block;
  padding-right: 18px;
  min-width: 98px;
  height: 23px;
}
.mrk_ipo_wrp .mrk_tab_cnt .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_ipo_wrp .mrk_tab_cnt .mrk_lnk_txt:after{
    border-width: 0px 0px 3px 3px;
    top:5px;
    right:0;
}
.mrk_ipo_wrp .mrk_tab_cnt .ipo_row_mre .mrk_lnk_txt::before{
  content: "View Less";
}
.mrk_ipo_wrp .mrk_tab_cnt .ipo_row_mre .mrk_lnk_txt::after{
  top:8px;
  transform: rotate(135deg);
}
@media (min-width:768px) and (max-width:1000px){
  .ipo_row{
    margin:0;
  }
.ipo_col{
  padding-left:5px;
  padding-right:5px;
}
}
@media (max-width: 767px){
.ipo_col{
  flex:0 0 100%;
  max-width:100%;
  margin:0 0 15px;
}
.ipo_flt_itm{
  margin-right:6px;
}
.ipo_lbl{
  font-size:14px;
  line-height:21px;
}
.ipo_val{
  font-size:14px;
  line-height:21px;
}
.ipo_ftr_lnk{
  font-size:14px;
  line-height:16px;
  margin-right:40px;
}
.crd_wdg_wrp{
  margin-bottom:25px;
}
.mrk_ipo_wrp .mrk_box_ftr{
  margin:0 auto 20px;
}
}

/* IPO CORNER ENDS */


/* IPO NEWS STARTS */

.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_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_wrp .mrk_box_ftr{
    margin:0 12px 0;
  }
  .crd_wdg_img img{
    height:auto;
    width:100%;
  }
}


/* IPO NEWS ENDS */


/* CRYPTOTODAY STARTS */

.crp_tdy_wrp{
  background-color:#fff;
  border-radius:4px;
  padding:20px;
  margin:0 auto 40px;
}
.crp_tdy_lgo{
  display:block;
  max-width:170px;
  margin:0 0 15px;
}
.crp_tdy_cnt{
  display:flex;
}
.crp_tdy_lhs{
  flex:0 0 33.3%;
  flex-shrink:0;
  max-width:33.3%;
  margin:0 20px 0 0;
}
.crp_tdy_rhs{
border:1px solid #C2CDE3;
border-radius:4px;
padding:20px 20px 15px;
margin:0px;
}
.crp_tdy_lst{
  border:1px solid #C2CDE3;
  border-radius:4px;
  padding:6px 20px 20px;
}
.crp_tdy_lhs{
  width:100%;
}
.crp_tdy_lhs .hot_stk_amt{
  font-weight:600;
}
.crp_tdy_lhs .hot_stk_li{
  padding:15px 0;
}
.crp_tdy_lhs .hot_stk_li:hover{
  padding:15px 10px;
  margin:0 -20px;
}
.crp_tdy_hdr{
  display:flex;
  border-bottom:1px solid #C2CDE3;
  justify-content:space-between;
  padding:0 0 18px;
}
.crp_hdr_lhs{
}
.crp_hdr_rhs{
  display:flex;
  flex:0 0 138px;
  flex-shrink:0;
  max-width:138px;
}
.crp_hdr_ttl{
  color:#000;
  font-size:20px;
  font-weight:600;
  line-height:28px;
}
.crp_tdy_ul{
  border-bottom:1px solid #C2CDE3;
  margin:0;
  padding:15px 0 0;
}
.crp_tdy_li{
  display:flex;
  margin: 0 0 15px;
}
.crp_li_lhs{
  flex:0 0 105px;
  flex-shrink:0;
  max-width:105px;
}
.crp_li_rhs{
  width:100%;
  padding:0 0 0 12px;
}
.crp_li_img{
  display:flex;
}
.crp_li_ttl{
  color:#000;
  font-size:16px;
  line-height:22px;
}

@media (max-width: 1000px){
.crp_tdy_lhs {
    flex: 0 0 40%;
    max-width: 40%;
}
}
@media (max-width: 767px){
  .crp_tdy_cnt{
    flex-direction:column;
  }
  .crp_tdy_lhs {
    flex: 0 0 100%;
    max-width: 100%;
    margin:0 0 15px;
}
.crp_hdr_lhs{
  margin:0 0 15px;
}
.crp_tdy_rhs{
  margin-left:0;
  padding:12px;
}
.crp_tdy_hdr{
  flex-direction:column;
}
.crp_hdr_rhs{
  align-items:flex-start;
  flex: 0 0 100%;
  max-width: 100%;
}
.crp_hdr_rhs img{
  height:auto;
  width:100%;
}
}