
/* FOR DEMO ONLY STARTS */

body{
  font-family: 'Open Sans', 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 */

/* COVER EDITOR LETTER STARTS */

.edt_cvr_wrp{
  position:relative;
  margin:20px 0 30px;
  padding:0 0 0 20px;
  min-height:250px;
}
.edt_cvr_nme{
  color:#000000;
  display:block;
  font-size:18px;
  font-weight:900;
  line-height:27px;
  text-indent:90px;
  margin:0 0 6px;
  position:relative;
}
.edt_cvr_nme: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:74px;
  top:-1px;
  bottom:0;
  margin:auto;
}
.edt_cvr_img{
  align-items:center;
  display:block;
  justify-content:center;
  border-radius:100%;
  height:80px;
  width:80px;
  overflow:hidden;
  position:absolute;
  left:0px;
  top:-15px;
}
.edt_cvr_img img{
  width:100%;
}
.edt_cvr_cnt{
  background-color:#E1F4FD;
  border-radius:10px;
  box-shadow: 0px 5px 10px #505C6222;
  padding:12px;
  min-height:210px;
}
.edt_cvr_ath{
  color:#00A9E5;
  display:block;
  font-size:13px;
  line-height:16px;
  font-weight:700;
  font-style:italic;
  margin:0 0 22px;
  text-indent:55px;
}
.edt_cvr_ttl{
  color:#000000;
  font-size:18px;
  font-weight:700;
  line-height:22px;
  margin:0 0 3px;
}
.edt_cvr_txt{
  color:#000000;
  font-size:14px;
  line-height:22px;
}

/* COVER EDITOR LETTER ENDS */

/* COVER STORY START */

.cvr_wrp{
  margin:0 auto 40px;
}
.cvr_wrp .mrk_ttl_wrp{
  position: relative;
  justify-content:center;
}
.cvr_wrp .mrk_ttl_txt{
  font-size:17px;
  line-height:26px;
  padding:5px 10px 4px 28px;
}
.cvr_str_wrp{
  display:flex;
  height:100%;
}
.cvr_str_lhs{
  flex-shrink:0;
  max-width:300px;
}
.cvr_str_rhs{
  display:flex;
  flex-direction:column;
  margin:0 0 0 20px;
  width:100%;
}
.cvr_str_itm{
  align-items:flex-start;
  display:flex;
  border-bottom: 1px solid #D1D1D1;
  padding:0px 0px 18px;
  margin:0 0 20px;
}
.cvr_str_itm:last-child{
  margin-bottom:0;
}
.cvr_str_lhs .cvr_str_img{
  margin:0 10px 0 0;
  max-width:140px;
}
.cvr_str_img{
  border:1px solid #e2e2e2;
  display:flex;
  flex-shrink:0;
  margin:0px;
  overflow:hidden;
}
.cvr_str_img img{
  width: 100%;
  height:auto;
  -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;
}
.cvr_str_itm:hover .cvr_str_img img{
  transform:scale(1.05);
}
.cvr_str_ttl{
  font-size:14px;
  line-height:22px;
  color: #000;
transition: all 0.3s ease-in-out;
}
.cvr_str_itm:hover .cvr_str_ttl{
  color:#555;
}
.cvr_str_cnt{
  border-top:5px solid #D71920;
  background-color: #1D2936;
  padding: 24px 20px 50px;
  height:100%;
}
.cvr_str_rhs .cvr_str_img{
  margin-bottom:0;
}
.cvr_str_rhs:hover .cvr_str_img img{
transform:scale(1.05);
}
.cvr_str_cap{
  display:flex;
  font-size: 30px;
  line-height: 38px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-top: 22px;
  transition: all 0.3s ease-in-out;
}
.cvr_str_rhs:hover .cvr_str_cap{
  color: #dae9ef;
 }

@media(max-width:767px){
  .cvr_wrp{
    margin:0 auto 20px;
  }
  .cvr_str_wrp{
    flex-direction:column;
    margin:0 auto 20px;
  }
  .cvr_str_cnt{
    padding:10px 20px 20px;
  }
  .cvr_str_lhs{
    order:2;
    max-width:100%;
  }
  .cvr_str_rhs{
    order:1;
    margin-left:0;
    margin-bottom:12px;
  }
  .edt_cvr_wrp {
    padding: 0 20px 0 40px;
  }
  .edt_cvr_img {
    left: 15px;
    top: -12px;
}
.edt_cvr_nme {
  text-indent: 85px;
}
.edt_cvr_ath {
  text-indent:52px;
}
.edt_cvr_nme:after{
  left:69px;
}
  .cvr_str_cap {
    font-size:24px;
    line-height: 32px;
    margin-top:10px;
  }
  .cvr_str_ttl {
    font-size: 16px;
    line-height: 24px;
  }
  .cvr_str_itm:last-child{
    margin-bottom:0;
  }

}
@media(max-width:900px){
  .cvr_str_img img{
    height:100%;
  }
}

/* COVER STORY ENDS */

/* RHS LIST STARTS */

.rhs_lst_ul{
  display:flex;
  flex-direction:column;
  width:100%;
}
.rhs_lst_li{
  border-bottom:1px solid #D1D1D1;
  display:flex;
  padding:0 0 20px;
  margin:0 0 20px;
}
.rhs_lst_li:last-child{
  /* border-bottom:0;
  padding-bottom:0; */
  margin-bottom:0;
}
.rhs_lst_lnk{
  align-items:flex-start;
  display:flex;
}
.rhs_lst_img{
  border:1px solid #e2e2e2;
  display:flex;
  flex-shrink:0;
  max-width:140px;
  overflow:hidden;
}
.rhs_lst_img img{
  width:100%;
  /* height: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;
}
.rhs_lst_lnk:hover .rhs_lst_img img{
  /* transform:scale(1.04); */
}
.rhs_lst_txt{
  color:#000000;
  font-size:14px;
  line-height:22px;
  padding:0 0 0 10px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.rhs_lst_txt:hover{
  color:#555;
}

@media(max-width:767px){
.rhs_lst_txt{
  font-size:16px;
  line-height:24px;
}
}
/* RHS LIST ENDS */

/* EDITOR LETTER STARTS */

.edt_ltr_wrp{
  margin:25px auto 40px;
}
.edt_ltr_wrp .at_row{
  align-items:flex-end;
}
.edt_ltr_wrp .mrk_ad_wrp{
  margin-bottom:0;
}
.edt_ltr_cnt{
  align-items:flex-end;
  display:flex;
  justify-content:space-between;
  position: relative;
}
.edt_ltr_lhs{
  flex-shrink:0;
  max-width:250px;
  height:200px;
  left:0;
  position:absolute;
  bottom:0;
  margin:auto;
  top:0px;
  z-index:1;
}
.edt_ltr_rhs{
  width:100%;
  border-radius:8px 8px;
  /* background-color:#E1F4FD; */
  padding:20px 20px 15px 160px;
  position: relative;
  margin:0 0 0 120px;
  background: rgb(0,119,163);
background: -moz-linear-gradient(298deg, rgba(0,119,163,1) 0%, rgba(29,41,54,1) 100%);
background: -webkit-linear-gradient(298deg, rgba(0,119,163,1) 0%, rgba(29,41,54,1) 100%);
background: linear-gradient(298deg, rgba(0,119,163,1) 0%, rgba(29,41,54,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0077a3",endColorstr="#1d2936",GradientType=1);
}
.edt_ltr_rhs::before{
  /* background-color:#E1F4FD; */
  content:'';
  display:block;
  height:100%;
  width:50%;
  position:absolute;
  left:-20%;
  top:0;
  bottom:0;
  margin:auto;
  z-index:-1;
}
.edt_ltr_img{
  align-items:center;
  background-color:#e9e9e9;
  box-shadow:0 0 15px rgba(0,0,0,0.10);
  display:flex;
  justify-content:center;
  border-radius:20px;
  margin:0;
  overflow:hidden;
  height: 200px;
  -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;
}
.edt_ltr_img img{
  border-radius:20px;
  width:100%;
  height:100%;
  min-height: 100%;
  object-fit: cover;
-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;
}
.edt_ltr_cnt:hover .edt_ltr_img img{
transform:scale(1.01);
}
.edt_ltr_ttl{
  color:#ffffff;
  display:block;
  font-size:26px;
  line-height:34px;
  font-weight:700;
  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;
}
.edt_ltr_ttl:hover{
  color:#e2e2e2;
}
.edt_ltr_txt{
  color:#ffffff;
  font-size:16px;
  line-height:24px;
  margin:0 0 15px;
  display: -webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.edt_ltr_txt p{
  color:#ffffff;
  font-size:16px;
  line-height:24px;
  display: -webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.edt_ltr_ath, .edt_ltr_ath a{
  align-items:center;
  justify-content:flex-end;
  color:#EAEAEA;
  display:flex;
  font-size:16px;
  line-height:25px;
  font-weight:700;
  font-style:italic;
  box-shadow: inset 0 0 0 0 #EAEAEA;
  padding: 0 .45rem 0 .25rem;
  text-align:right;
  white-space: nowrap;
  flex-wrap: wrap;
  transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
}
.edt_ltr_ath a:hover{
  color:#fff;
  text-decoration:underline;
}
.edt_ltr_ath a:last-child {
  padding-right: 0;
}
@media (min-width:768px){
  .edt_ltr_wrp .ttl_wth_bdr.mrk_ttl_wrp{
    margin:0 auto 18px 0;
    max-width: calc(100% - 320px);
  }
  }
  @media (min-width:768px) and (max-width:1024px){
  .edt_ltr_cnt{
    margin-bottom:20px;
  }
  .edt_ltr_wrp .ttl_wth_bdr.mrk_ttl_wrp{
    margin:0 auto 50px 0;
    max-width:100%;
  }
  }
@media(max-width:767px){
  .edt_ltr_wrp{
    margin:0 auto 20px;
  }
  .edt_ltr_cnt{
    align-items:center;
    flex-direction:column;
    justify-content:center;
    margin:0 auto 20px;
  }
  .edt_ltr_lhs{
    max-width: 280px;
    position:relative;
  }
  .edt_ltr_rhs{
    border-radius:20px;
    margin:-170px auto 0;
    padding:185px 15px 15px 15px;
    background: rgb(0,119,163);
background: -moz-linear-gradient(342deg, rgba(0,119,163,1) 0%, rgba(29,41,54,1) 100%);
background: -webkit-linear-gradient(342deg, rgba(0,119,163,1) 0%, rgba(29,41,54,1) 100%);
background: linear-gradient(342deg, rgba(0,119,163,1) 0%, rgba(29,41,54,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0077a3",endColorstr="#1d2936",GradientType=1);
  }
  .edt_ltr_ttl {
    font-size: 24px;
    line-height: 32px;
  }
  .edt_ltr_txt {
    -webkit-line-clamp:4;
  }
}

/* EDITOR LETTER ENDS */



/* QUOTE BYLINE START */

.qte_wdg_wrp{
  margin:0 auto 40px;
}
.qte_wdg_row{
  display:flex;
  justify-content:space-between;
  margin:0 -15px;
}
.qte_wdg_col{
  display:flex;
  flex-direction:column;
  max-width:33.3%;
  padding:0 15px;
  position:relative;
}
.qte_wdg_col .ttl_mre_wrp{
  right:15px;
}
.qte_wdg_cnt{
  background-color:#1D2936;
  display: flex;
  flex-direction: column;
  padding:10px 0 0;
  height:100%;
  overflow: hidden;
}
.qte_iframe{
  position: relative;
  padding-top: 51.25%;
}
.qte_iframe iframe{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.qte_wdg_img{
  display:flex;
  flex-shrink: 0;
  overflow:hidden;
}
.qte_wdg_img img{
  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;
}
.qte_wdg_cnt:hover .qte_wdg_img img{
transform:scale(1.02);
}
.qte_wdg_txt{
  border-top:5px solid #D71920;
  color:#636d78;
  height:100%;
  padding:30px 20px 20px;
  position:relative;
}
.qte_wdg_icn{
  position:absolute;
  left: 20px;
  top: -30px;
}
.qte_wdg_ttl{
  color:#FFFFFF;
  display:block;
  font-size:26px;
  font-weight:700;
  line-height:34px;
  margin:0 0 20px;
  display: -webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.qte_wdg_ath{
  color:#E1F4FD;
  font-size:16px;
  font-style:italic;
  line-height:32px;
  margin: auto 0 0;
}
@media (max-width: 1024px){
  .qte_wdg_row{
    margin:0 -6px;
  }
  .qte_wdg_col {
    padding: 0 6px;
  }
  .qte_wdg_col .ttl_mre_wrp{
    right:5px;
  }
}
@media(max-width:767px){
  .qte_wdg_wrp{
    margin:0 auto 20px;
  }
  .qte_wdg_row{
    flex-direction:column;
    margin:0;
  }
  .qte_wdg_col{
    max-width:100%;
    padding:0 0 15px;
  }
  .qte_wdg_col .ttl_mre_wrp{
    margin-right:0;
    right:0px;
  }
  .qte_wdg_ttl{
    font-size:24px;
    line-height:32px;
    margin-bottom:10px;
  }
}
/* QUOTE BYLINE END */



/* DEEP DRIVE START */

.dep_drv_wrp{
  margin:0 0 40px;
}
.dep_drv_wrp .mrk_ttl_wrp{
  border-top:1px solid #000;
  position: relative;
}
.dep_drv_wrp .ttl_mre_wrp {
  /* top: -44px; */
}
.dep_drv_wrp .content-area{
  position: relative;
}
.dep_drv_cnt{
  align-items:flex-start;
  display:flex;
  justify-content:space-between;
  padding:0 0 20px;
}
.dep_drv_lhs{
  background-color:#1D2936;
  flex:0 0 610px;
  max-width:610px;
  margin:0 28px 0 0;
  padding:15px;
  width:100%;
}
.dep_drv_rhs{
  display:flex;
  flex-wrap:wrap;
}
.dep_drv_img{
  border:1px solid #e2e2e2;
  display:flex;
  margin:0 0 10px;
  overflow: hidden;
}
.dep_drv_lhs .dep_drv_img{
  border:0;
}
.dep_drv_img img{
  /* height:100%; */
  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;
}
.dep_drv_img:hover img, .dep_drv_itm:hover .dep_drv_img img{
transform:scale(1.02);
}
.dep_drv_itm{
  flex:0 0 50%;
  max-width:50%;
  margin:0 0 20px;
  padding:0 13px 0px;
}
.dep_drv_itm:nth-child(even){
  padding-right:0;
}
.dep_drv_itm:nth-child(odd){
  padding-left:0;
}
.dep_drv_itm:last-child{
  border-bottom:0;
  padding-bottom:0;
  margin-bottom:0;
}
.dep_drv_ttl{
  color:#fff;
  display:flex;
  font-size:30px;
  font-weight:700;
  line-height:38px;
  margin:0 0px 0px 0;
  padding:12px 0 20px;
transition: all 0.3s ease-in-out;
}
.dep_drv_ttl:hover{
  color:#e2e2e2;
}
.dep_drv_txt{
  color:#000000;
  font-size:18px;
  font-weight:700;
  line-height:26px;
transition: all 0.3s ease-in-out;
}
.dep_drv_itm:hover .dep_drv_txt{
  color:#555;
}
.dep_drv_ul{
  align-items:flex-start;
  display:flex;
}
.dep_drv_li{
  display:flex;
  flex-shrink:0;
  width:25%;
  padding:0 20px 0 0;
  margin:0 0px 0 0;
}
.dep_drv_li:last-child{
  border-right:0;
  padding-right:0;
  margin-right:0;
}
.dep_li_lnk{
  align-items:flex-start;
  display:flex;
}
.dep_li_img{
  border:1px solid #e2e2e2;
  display:flex;
  flex-shrink:0;
  max-width:140px;
  overflow: hidden;
}
.dep_li_img img{
  width:100%;
  /* height:auto; */
-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;
}
.dep_li_lnk:hover .dep_li_img img{
transform:scale(1.02);
}
.dep_li_txt{
  color:#000000;
  font-size:14px;
  line-height:22px;
  padding:0 0 0 9px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.upd_lst{
  background-color:#F5F6F1;
  border-radius:5px;
  padding:10px;
}
.upd_lst .rhs_lst_img {
  max-width: 120px;
}
@media (min-width:768px) and (max-width:1024px){
  .dep_drv_ul{
    flex-direction:column;
  }
  .dep_drv_li{
    border-right:0;
    border-bottom:1px solid #D1D1D1;
    margin-bottom:15px;
    width:100%;
    padding:0 0 15px 0;
  }
  .dep_drv_li:last-child{
    margin-bottom:0;
    border-bottom:0;
    padding-bottom:0;
  }
}
@media(max-width:1100px){
  .dep_drv_cnt{
    display:block;
    flex-direction:column;
  }
  .dep_drv_lhs{
    margin:0 auto 15px;
  }
}
@media(max-width:767px){
  .dep_drv_wrp{
    margin:0 0 20px;
  }
  .dep_drv_lhs{
  flex:0 0 100%;
  max-width:100%;
}
.dep_drv_itm{
  border:0;
  padding:0;
  flex:0 0 100%;
  max-width:100%;
}
  .dep_drv_ul{
    flex-direction:column;
  }
  .dep_drv_li{
    border-right:0;
    border-bottom:1px solid #D1D1D1;
    margin-bottom:15px;
    width:100%;
    padding:0 0 15px 0;
  }
  .dep_drv_li:last-child{
    border-bottom:0;
    padding-bottom:0;
  }
  .dep_drv_wrp .ttl_mre_wrp{
    top:-20px;
  }
  .dep_drv_ttl{
    font-size:24px;
    line-height:32px;
    padding: 0px;
  }
  .dep_li_txt{
    font-size:16px;
    line-height:24px;
  }
  .dep_drv_txt{
    font-size:16px;
    line-height:24px;
  }
  .dep_drv_img img{
    height:100%;
  }
  }

/* DEEP DRIVE END */


/* BY RAVI 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;
  background-color:#F5F6F1;
  display:flex;
  justify-content:center;
  margin:0 0 30px;
  width:100%;
}
.mrk_ad_wrp img{
  max-width:728px;
  width:100%;
}
.sidebar .mrk_ad_wrp img{
  max-width:300px;
  width:auto;
}
.mag_pg_wrp .sidebar .ad-300X250-body{
  /* background-color:#F5F6F1; */
  margin-top:0;
  margin-bottom:0;
}
.mag_pg_wrp .ad-300X250-body{
  /* background-color:#F5F6F1; */
}
/* AD ENDS */



/* INDULGE IN UNLIMITED READING STARTS */

.ind_red_wrp{
  background-color:#F5F6F1;
  padding:20px;
  margin:0 auto 40px;
}
.ind_red_cnt{
  align-items:center;
  display:flex;
}
.ind_red_lhs{
  display:flex;
  flex-direction:column;
  flex-shrink:0;
  margin:0 20px 0 0;
  max-width:263px;
}
.ind_red_rhs{
  width:100%;
}
.ind_lhs_img{
  border-radius:5px 5px 0 0;
  display:flex;
  overflow:hidden;
}
.ind_lhs_img img{
  width:100%;
  height: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;
}
.ind_red_cnt:hover .ind_lhs_img img{
transform:scale(1.02);
}
.ind_red_ttl{
  color:#00A0EE;
  display:block;
  font-size:32px;
  line-height:50px;
  text-align:center;
  margin:0 auto 20px;
}
.ind_red_ttl strong{
  display:block;
  font-size:53px;
  line-height:34px;
  font-weight:800;
}
.ind_red_ttl::after{
  content:'';
  display:block;
  background-color:#1D2936;
  width:89px;
  height:5px;
  margin:10px auto 0;
}
.ind_red_sub_ttl{
  color:#000000;
  font-size:26px;
  font-weight:700;
  line-height:34px;
  margin:0 auto 10px;
}
.ind_red_txt{
  color:#000000;
  display:block;
  font-size:16px;
  line-height:24px;
}
.ind_red_ftr{
  align-items:center;
  display:flex;
  justify-content:center;
  margin:40px auto 0;
}
.ind_ftr_btn{
  align-items:center;
  background-color:#D71920;
  border-radius:5px;
  color:#FFFFFF;
  display:flex;
  font-size:16px;
  font-weight:700;
  line-height:24px;
  justify-content:center;
  padding:8px 20px;
  margin:0 20px 0 0;
  overflow: hidden;
  position: relative;
}
.ind_ftr_btn::before {
  background: #fff;
  content: "";
  height: 155px;
  opacity: 0;
  position: absolute;
  top: -50px;
  left: -50%;
  transform: rotate(35deg);
  width: 50px;
  transition: all 3000ms cubic-bezier(0.19, 1, 0.22, 1);
}
.ind_ftr_btn::after {
  background: #fff;
  content: "";
  height: 20rem;
  opacity: 0;
  position: absolute;
  top: -50px;
  left: -100%;
  transform: rotate(35deg);
  transition: all 3000ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 8rem;
}
.ind_ftr_btn:hover, .ind_ftr_btn:active {
  transform: translateY(-3px);
  color: #fff;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
}
.ind_ftr_btn:hover::before {
  left: 120%;
  opacity: 0.5s;
}
.ind_ftr_btn:hover::after {
  left: 200%;
  opacity: 0.6;
}
.ind_ftr_btn:last-child{
  margin-right:0;
}
.ind_lhs_dte{
  background-color:#1D2936;
  border-radius:0 0 5px 5px;
  color:#ffffff;
  font-size:20px;
  line-height:34px;
  font-weight:700;
  text-align:center;
  padding:7px 0;
}
.ind_red_ftr{
  margin:30px auto 0;
}



@media (max-width: 767px){
.ind_red_wrp{
  margin:0 auto 20px;
}
.ind_red_cnt{
  flex-wrap:wrap;
  flex-direction:column;
}
.ind_red_lhs{
  /* max-width: 220px; */
  margin:0 auto 20px;
}
.ind_red_ttl{
  font-size:26px;
  line-height:34px;
  text-align:center;
  margin:0 auto 20px;
}
.ind_red_ttl strong{
  font-size:43px;
  line-height:34px;
}
.ind_red_sub_ttl {
  font-size: 24px;
  line-height: 32px;
}
}

/* INDULGE IN UNLIMITED READING ENDS */


/* MAGAZINE BT SLIDER STARTS */

.mag_bt_wrp{
  position: relative;
  padding:70px 0 0px;
  margin:0 auto 40px;
  width:100%;
}
.mag_bt_wrp::before{
  content:'';
  display:block;
  background-color:#0B1C70;
  height:300px;
  width:100%;
  position:absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
}
.mag_bt_img{
  border-radius:5px;
  display:flex;
  overflow:hidden;
}
.mag_bt_img img{
  width:100%;
  height:100%;
  margin:0 0 0px;
-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_bt_wrp .swiper-slide:hover .mag_bt_img img{
transform:scale(1.02);
}
.mag_bt_dte{
  align-items:center;
  color:#000000;
  display:flex;
  flex-direction:column;
  font-size:16px;
  justify-content:center;
  line-height:24px;
  font-weight:700;
  margin:10px auto 0;
}

@media (min-width:768px) and (max-width:1024px){
.mag_pg_wrp .mag_bt_wrp .swiper-button-next, .mag_pg_wrp .mag_bt_wrp .swiper-button-prev{
  right:20px;
}
.mag_pg_wrp .mag_bt_wrp .swiper-button-prev{
  right:60px;
}
}
@media (max-width: 767px){
.mag_bt_wrp{
  padding:20px 0 0 0px;
  margin-bottom:20px;
}
.mag_bt_wrp .container{
  padding-right:0 !important;
}
}

/* MAGAZINE BT SLIDER ENDS */


/* PHOTOGRAPHIK STARTS */

.pht_grp_wrp{
  margin:0 auto 60px;
}
.pht_grp_bg{
  background-color:#1D2936;
  position: relative;
}
.pht_grp_wrp .mrk_ttl_wrp{
  border-top:1px solid #000;
  justify-content:center;
  right:0;
  margin:0 auto 20px;
  position: relative;
}
.pht_grp_cnt{
  align-items:center;
  display:flex;
}
.pht_grp_img{
  display:flex;
  width:100%;
}
.pht_grp_img img{
  height:100%;
  width:100%;
}
.pht_grp_lhs {
  width: calc(100% - 370px);
}
.pht_grp_rhs{
  align-items:center;
  flex-direction:column;
  flex-shrink:0;
  max-width:370px;
  justify-content:center;
  padding:20px;
}
.pht_grp_ttl{
  color:#FFFFFF;
  display:block;
  font-size:40px;
  line-height:48px;
  font-weight:700;
  margin:0 auto 20px;
  text-align:center;
}
.pht_grp_txt{
  color:#FFFFFF;
  font-size:18px;
  line-height:26px;
  text-align:center;
}
.pht_grp_txt p{
  color:#FFFFFF;
  font-size:18px;
  line-height:26px;
}
.mag_scl_ul{
  align-items:center;
  display:flex;
  justify-content:center;
  margin:30px 0 0;
}
.mag_scl_li{
  align-items:center;
  display:flex;
  justify-content:center;
  margin:0 15px 0 0;
}
.mag_scl_li:last-child{
  margin-right:0;
}
.mag_scl_lnk{
  align-items:center;
  background-color:#fff;
  border-radius:100%;
  display:flex;
  justify-content:center;
  height:32px;
  width:32px;
  overflow:hidden;  
-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_scl_lnk:hover{
  box-shadow:0 2px 8px rgba(255, 255, 255, 0.3);
  transform:translateY(-5px);
}
.pht_grp_ul{
  align-items:center;
  border-top:1px solid #fff;
  display:flex;
  justify-content:center;
  padding:20px 0;
}
.pht_grp_li{
  align-items:center;
  border-right:2px solid #D71920;
  display:flex;
  flex-direction:column;
  text-align:center;
  padding:0px 20px;
  max-width:33.3%;
  width:100%;
}
.pht_grp_li:last-child{
  border-right:0;
}
.pht_grp_li_ttl{
  color:#ffffff;
  font-size:20px;
  font-weight:700;
  line-height:26px;
}
.pht_grp_li_txt{
  color:#ffffff;
  font-size:18px;
  line-height:26px;
}
.mag_pg_wrp .pht_grp_wrp .swp_nav_blu .swiper-button-next, .mag_pg_wrp .pht_grp_wrp .swp_nav_blu .swiper-button-prev{
  top:-15px;
}
.mag_pg_wrp .swiper-pagination{
  display:block;
  left:0;
  right:0;
  bottom:0;
  top:auto;
  text-align:center;
  margin:auto;
}

@media (min-width: 768px){
.pht_grp_wrp .swiper-pagination{
bottom:-30px;
}
.pht_grp_wrp .swiper-pagination-bullet {
  background-color: rgba(0,0,0,0.40);
  background: rgba(0,0,0,0.40);
}
.pht_grp_wrp .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background:#000;
  background-color:#000;
}
}

@media (min-width:768px) and (max-width:1024px){
  .pht_grp_ttl{
    font-size:26px;
    line-height:32px;
  }
  .pht_grp_li_ttl{
    font-size:18px;
    font-weight: 400;
    line-height:26px;
  }
}


@media (max-width: 767px){
  .pht_grp_lhs{
    width:100%;
  }
  .pht_grp_rhs{
    padding:15px 10px;
  }
  .pht_grp_wrp{
    margin:20px auto 40px;
  }
.pht_grp_cnt{
  flex-direction:column;
  flex-wrap:wrap;
}
.pht_grp_ttl {
  font-size: 30px;
  line-height:36px;
}
.pht_grp_txt{
  font-size:16px;
  line-height:24px;
}
.pht_grp_txt p{
  font-size:16px;
  line-height:24px;
}
.pht_grp_ul{
  flex-direction:column;
  flex-wrap:wrap;
}
.pht_grp_li_ttl{
  font-size:17px;
  line-height:21px;
  margin:0 0 5px;
}
.pht_grp_li_txt{
  font-size:16px;
  line-height:24px;
}
.pht_grp_li{
  border-right:0;
  padding:0 15px 0px;
  margin:0 auto 25px;
  max-width:100%;
}
.pht_grp_li:after{
  content:'';
  display:block;
  background:#D71920;
  height:2px;
  width:104px;
  margin:20px 0 0px;
}
.pht_grp_li:last-child{
  margin-bottom:15px;
}
.pht_grp_li:last-child::after{
  display:none;
}
}

/* PHOTOGRAPHIK ENDS */

/* THE POINT STARTS */

.the_pnt_wrp{
  margin:0 auto 40px;
}
.chq_str_wrp{
  margin:20px auto 0;
}
.chq_str_ttl{
  color:#000000;
  font-size:42px;
  font-weight:700;
  line-height:50px;
  text-align:center;
  margin:0 auto 20px;
}
.chq_str_ttl:after{
  content:'';
  display:block;
  background-color:#D71920;
  height:5px;
  width:89px;
  margin:20px auto 0;
}
.chq_str_txt{
  color:#000000;
  font-size:16px;
  line-height:24px;
  text-align:center;
}
.the_pnt_wrp .swiper{
  position: relative;
}
.the_pnt_wrp .swiper::after{
content:'';
display:flex;
width:100%;
height:40px;
position:absolute;
left:0;
right:0;
bottom:0;
z-index:1;
background: rgb(255,255,255);
background: -moz-linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
background: -webkit-linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#000000",GradientType=1);
}
.pnt_on_clk{
  display:flex;
}
.mag_pg_wrp .the_pnt_wrp .swiper-button-next, .mag_pg_wrp .the_pnt_wrp .swiper-button-prev{
  background-color:rgba(255, 255, 255, 0.35);
  top:40%;
  height:75px;
  width:75px;
}
.mag_pg_wrp .the_pnt_wrp .swiper-button-next::after, .mag_pg_wrp .the_pnt_wrp .swiper-button-prev::after{
  border-color:#fff;
  padding:8px;
  border-width:0 3px 3px 0;
}
.mag_pg_wrp .the_pnt_wrp .swiper-button-next{
  right:30px;
}
.mag_pg_wrp .the_pnt_wrp .swiper-button-prev{
  left:30px;
}
.mag_pg_wrp .the_pnt_wrp .swiper-button-next::after{
  left:22px;
}
.mag_pg_wrp .the_pnt_wrp .swiper-button-prev::after {
  right: 24px;
}
.the_pnt_wrp .swiper-pagination{
  bottom:15px;
}


/* popup starts */

.pop_up_opn{
  overflow: hidden;
}
.pop_up_wrp{
  display:none;
}
.pop_up_opn .pop_up_wrp{
  display:block;
}
.pop_up_wrp{
  position: relative;
}
.pop_up_cnt {
  overflow:hidden;
}
.pop_up_hdr{
  align-items:center;
  display:flex;
  justify-content:flex-end;
  padding:0px;
  position:absolute;
  right:50px;
  top:40px;
  z-index:2;
}
.pop_up_hdr span{
  display:block;
  padding:0 0 0 30px;
}
.pop_hdr_lnk{
  cursor:pointer;
  display:block;
  padding:0 5px;
  width:28px;
}
.pop_up_pau, span.pop_up_pau{
  display:none;
}
.pop_up_img {
  display:flex;
  justify-content:center;
  height: 100%;
}
.pop_up_img img {
  width:auto;
  /* height:auto; */
}
.pop_up_ovr{
  background-color:#1A1D24;
  position:fixed;
  top:0;
  right:0;
  bottom:0;
  left:0;
  margin:auto;
  height: calc(var(--vh, 1vh) * 100);
  width:100%;
  display:none;
  z-index:14;
}
.pop_up_opn .pop_up_ovr{
  display:block;
}
.pop_up_cnt{
  display:flex;
  flex-direction:column;
  padding:40px 20px;
}
.pop_up_cnt .swiper{
  position: relative;
}
.pop_up_cnt .swiper-wrapper{
  max-height:70vh;
}
.pop_up_cnt .swiper-pagination{
  height:auto;
  bottom:-20px;
  left:0;
  right:0;
  top:auto;
  text-align:center;
  max-width:365px;
  margin:0px auto;
}
.pop_up_cnt .swiper-slide{
  height:auto;
  opacity:0.3;
  transition: all 200ms linear;
  transform:scale(0.8);
}
.pop_up_cnt .swiper-slide.swiper-slide-active{
  opacity:1;
  transform:scale(1);
}
.pop_cnt_wrp{
  align-items:center;
  display:flex;
  flex-direction:column;
  justify-content:center;
  text-align:center;
  max-width:1200px;
  margin:40px auto 0;
}
/* .pop_up_cnt .swiper-slide.swiper-slide-active .pop_cnt_wrp{
  display:flex;
} */
.pop_cnt_ttl{
  color:#FFFFFF;
  font-size:30px;
  font-weight:700;
  line-height:38px;
  margin:0 auto 10px;
}
.pop_cnt_txt{
  color:#FFFFFF;
  font-size:16px;
  line-height:24px;
}


.pop_up_wrp .swiper-button-next, .pop_up_wrp .swiper-button-prev{
  background-color:#959595;
  border-radius:100%;
  height:62px;
  width:62px;
  top:50%;
  right:0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pop_up_wrp .swiper-button-next::after, .pop_up_wrp .swiper-button-prev::after{
  content:'';
  display:block;
  border: solid #000;
  border-width:0 3px 3px 0;
  display: inline-block;
  padding:6px;
  position: inherit;
}
.pop_up_wrp .swiper-button-next::after{
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  left:20px;
}
.pop_up_wrp .swiper-button-prev{
  left:0px;
  right:auto;
}
.pop_up_wrp .swiper-button-prev::after{
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  right:20px;
}
.rd_mre_cnt span {
  display: none;
}
.rd_mre_lnk {
  color:#00A0EE;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-transform:uppercase;
}
.pop_cnt_mre .rd_mre_lnk, .pop_cnt_mre .rd_mre_elp{
  display:none;
}
.pop_cnt_mre .rd_mre_cnt span{
  display:inline;
}

/* popup ends */

@media (max-width:1024px){
.pop_up_wrp .swiper-button-next, .pop_up_wrp .swiper-button-prev{
  display:none;
}
}

@media (max-width:767px){
.the_pnt_wrp{
  margin:0 auto 20px;
}
.chq_str_ttl{
  font-size:24px;
  line-height:32px;
}
.pop_up_ovr {
  background-color: #000000;
  overflow:auto;
}
.pop_cnt_wrp{
  margin:20px 0 0;
}
.the_pnt_wrp .swiper-pagination {
  bottom: 5px;
}
.pop_up_wrp .container{
  padding-left:10px;
  padding-right:10px;
}
.pop_up_cnt{
  padding:60px 0 20px;
}
.pop_up_hdr{
  right: 20px;
  top: 30px;
}
.pop_cnt_ttl {
  font-size: 24px;
  line-height: 32px;
}
}
/* THE POINT ENDS */


/* BRIEFINGS STARTS */

.brf_wrp{
  margin:0 auto 30px;
}
.brf_ul{
  display:flex;
  flex-wrap:wrap;
  margin: 20px 0 0; 
  column-gap: 30px;
}
.brf_li{
  max-width: calc(25% - 24px);
  padding: 0 0px 20px;
}
.brf_li_lnk{
  display:flex;
  flex-direction:column;
}
.brf_img{
  border:1px solid #D1D1D1;
  border-radius:4px;
  display:flex;
  margin:0 0 10px;
  overflow: hidden;
  justify-content: center; 
}
.brf_img img{
  /*width:100%;*/
  /* height:auto; */
-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;
}
.brf_li_lnk:hover .brf_img img{
transform:scale(1.02);
}
.brf_ttl{
  color:#000000;
  font-size:26px;
  font-weight:700;
  line-height:34px;
  margin:0 0 10px;
transition: all 0.3s ease-in-out;
}
.brf_li:hover .brf_ttl{
  color:#555;
}
.brf_txt{
  color:#000000;
  font-size:16px;
  line-height:24px;
  margin:0 0 5px;
  display: -webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.brf_txt p{
  color:#000000;
  font-size:16px;
  line-height:24px;
}
.brf_ath{
  color:#D71920;
  font-size:16px;
  font-style:italic;
  line-height:32px;
  margin:auto 0 0;
box-shadow: inset 0 0 0 0 #fff;
/* padding:0 .35rem 0 .15rem; */
transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
}
.brf_li:hover .brf_ath{
color:#D71920;
box-shadow: inset 200px 0 0 0 #fff;
}
@media (min-width:1025px) and (max-width:1300px){
.container{
  padding-left:20px;
  padding-right:20px;
}
}
@media (min-width:768px) and (max-width:1000px){
.brf_li{
  max-width:calc(50% - 16px);
}
}

@media (max-width:767px){
  .brf_wrp{
    margin-bottom:30px;
  }
  .mag_pg_wrp .brf_wrp .container{
    overflow-y:visible;
  }
  .brf_ul{
    justify-content:center;
  }
.brf_li{
  max-width:100%;
  flex:0 0 100%;
}
.brf_li:last-child{
  padding-bottom:0;
}
.brf_ttl{
  font-size:24px;
  line-height:32px;
}
}
/* BRIEFINGS ENDS */



/* SPOTLIGHT STARTS */

.spt_lgt_wrp{
  position: relative;
  margin:0 auto 20px;
}
.spt_lgt_wrp::before{
  background-color:#0B1C70;
  content:'';
  display:block;
  height:386px;
  width:100%;
  position:absolute;
  left:0;
  top:0;
  right:0;
}
.spt_lgt_wrp .swiper{
  padding:0 0 25px;
  position: relative;
}
.spt_lgt_wrp .swiper-slide{
  height:auto;
}
.spt_lgt_wrp .mrk_ttl_wrp{
  justify-content:center;
  right:0;
  margin:-10px auto 0;
}
.spt_lgt_itm{
  background:#fff url(https://akm-img-a-in.tosshub.com/businesstoday/resource/img/blue_wave.png) no-repeat bottom center;
  background-size: cover;
  border-radius:20px;
  box-shadow: 0px 3px 6px #00000029;
  display:flex;
  flex-direction:column;
  padding:100px 20px 20px;
  position: relative;
  margin:150px auto 0px;
  min-height:310px;
  /* height:100%;
  max-height:-webkit-fill-available; */
}
.spt_lgt_img{
  background-color:#e9e9e9;
  border:5px solid #FFFFFF;
  border-radius:100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width:185px;
  height:185px;
  margin:-190px auto 0;
  overflow:hidden;
  position:relative
}
.spt_lgt_img img{
  min-height:100%;
  object-fit:cover;
  width:100%;
  height: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;
}
.spt_lgt_itm:hover .spt_lgt_img img{
  transform:scale(1.05);
}
.spt_lgt_ttl{
  color:#000;
  font-size:26px;
  font-weight:700;
  line-height:34px;
  margin:0 0 10px;
  display: -webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.spt_lgt_itm:hover .spt_lgt_ttl{
  color:#555;
}
.spt_lgt_txt{
  color:#000000;
  font-size:16px;
  line-height:24px;
  margin:0 0 10px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.spt_lgt_txt p{
  color:#000000;
  font-size:16px;
  line-height:24px;
}
.spt_lgt_ath{
  color:#D71920;
  font-size:16px;
  font-style:italic;
  line-height:24px;
  margin:0;
}
.mag_pg_wrp .spt_lgt_wrp .swiper-button-next, .mag_pg_wrp .spt_lgt_wrp .swiper-button-prev{
  top:45px;
}
@media (min-width:768px) and (max-width:1024px){
.spt_lgt_ttl{
  font-size:20px;
  line-height:27px;
}
}
@media (max-width:767px){
  .spt_lgt_wrp{
    margin:0 auto 0px;
  }
.spt_lgt_itm {
  margin-top:130px;
  padding-top:65px;
}
.spt_lgt_wrp .swiper{
  padding:0 0 30px;
}
.spt_lgt_ttl{
  font-size:20px;
  line-height:27px;
}
.spt_lgt_img{
  margin: -150px auto 0;
  height:150px;
  width:150px;
}
}

/* SPOTLIGHT ENDS */



/* TECH TODAY STARTS */

.tch_tdy_wrp{
  margin:0 auto 40px;
  position:relative;
}
.tch_tdy_wrp .ttl_mre_wrp {
  top:-36px;
}
.tch_tdy_wrp .content-area{
  position: relative;
}
.tch_tdy_wrp .mrk_ad_wrp{
  margin-bottom:0;
}
.tch_tdy_cnt{
  display:flex;
  justify-content:space-between;
}
.tch_tdy_lhs{
  flex-shrink:0;
  max-width:444px;
}
.tch_tdy_rhs{
  background-color:#F5F6F1;
  border-top:5px solid #D71920;
  padding:20px;
  width:100%;
}
.tch_tdy_img{
  border:1px solid #e2e2e2;
  display:flex;
  overflow: hidden;
}
.tch_tdy_img img{
  width:100%;
  /* height:auto; */
-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;
}
.tch_tdy_img:hover img{
transform:scale(1.02);
}
.tch_tdy_ttl{
  color:#000000;
  display:block;
  font-size:26px;
  font-weight:700;
  line-height:34px;
  margin:0 auto 10px;
transition: all 0.3s ease-in-out;
}
.tch_tdy_ttl:hover{
  color:#555;
}
.tch_tdy_txt{
  color:#000000;
  font-size:16px;
  line-height:25px;
}
.tch_tdy_txt p{
  color:#000000;
  font-size:16px;
  line-height:25px;
}
@media (min-width:768px){
.tch_tdy_wrp .mrk_ttl_img{
  max-width: calc(100% - 320px);
}
}
@media (min-width:768px) and (max-width:1024px){
  .tch_tdy_cnt{
    flex-direction:column;
    justify-content:center;
    margin:0 auto 20px;
  }
  .tch_tdy_lhs{
    max-width:100%;
  }
  .tch_tdy_wrp .mrk_ttl_img{
    max-width:100%;
  }
  .tch_tdy_img img{
    height:auto;
  }
}
@media (max-width:767px){
  .tch_tdy_wrp{
    margin:0 auto 20px;
  }
  .tch_tdy_cnt{
    flex-direction:column;
    margin:0 auto 20px;
  }
  .tch_tdy_lhs{
    max-width:100%;
  }
  .tch_tdy_rhs{
  padding:15px 10px;
}
  .tch_tdy_ttl {
    font-size: 24px;
    line-height: 32px;
  }
  .tch_tdy_txt{
    line-height:24px;
  }
  .tch_tdy_wrp .ttl_mre_wrp{
    top:-12px;
  }
  .tch_tdy_img img{
    height:auto;
  }
}

/* TECH TODAY ENDS */



/* GOODLIFE STARTS */

.gd_lif_wrp{
  margin:0 auto 40px;
  position: relative;
}
.gd_lif_wrp .mrk_ttl_img span{
  display:inline-block;
  max-width:105px;
}
.gd_lif_wrp .mrk_ttl_img::before{
  top:-10px
}
.gd_lif_wrp .mrk_ttl_img::after{
  top:-10px;
}
.gd_lif_wrp .swiper-slide{
  height:auto;
}
.gd_lif_cnt{
  height:100%;
}
.gd_lif_img{
  display:flex;
  overflow: hidden;
}
.gd_lif_img img{
  width:100%;
  height: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;
}
.gd_lif_cnt:hover .gd_lif_img img{
transform:scale(1.02);
}
.gd_lif_txt{
  background-color:#1D2936;
  color:#ffffff;
  display:flex;
  font-size:16px;
  font-weight:700;
  line-height:24px;
  padding:20px 20px;
  height:100%;
transition: all 0.3s ease-in-out;
}
.gd_lif_wrp .swiper{
  padding:20px 0 0;
}

@media (max-width:767px){
.gd_lif_wrp{
  margin:0 auto 20px;
}
.gd_lif_wrp .swiper{
  padding-top:0;
}
.gd_lif_wrp .mrk_ttl_img{
  margin-bottom:10px;
}
}

/* GOODLIFE ENDS */

/* EVENTS STARTS */

.evts_wrp{
  position:relative;
}
.evt_ul{
  display:flex;
  flex-wrap:wrap;
  margin:0 -10px;
}
.evt_li{
  padding:0 10px;
  margin:0 0 12px;
  flex:0 0 33.3%;
  max-width:33.3%;
}
.evt_cnt{
  align-items:flex-start;
  border-bottom:1px solid #d1d1d1;
  display:flex;
  height:100%;
  padding:0 0 12px;
}
.evt_img{
  display:flex;
  margin:0 10px 0 0;
  max-width:120px;
  overflow:hidden;
}
.evt_img img{
  height:auto;
  width:100%;
  transform:scale(1);
  -webkit-transition:all ease-in-out 0.3s;
  -moz-transition:all ease-in-out 0.3s;
  transition:all ease-in-out 0.3s;
}
.evt_cnt:hover .evt_img img{
transform:scale(1.05);
}
.evt_txt{
  color:#000;
  font-size:16px;
  line-height:24px;
  -webkit-transition:all ease-in-out 0.3s;
  -moz-transition:all ease-in-out 0.3s;
  transition:all ease-in-out 0.3s;
}
.evt_cnt:hover .evt_txt, .evt_txt:hover{
  color:#555;
}

@media (max-width:1100px){
  .evt_li{
    flex:0 0 50%;
    max-width:50%;
  }
}
@media (max-width:767px){
  .evts_wrp{
    margin:0 0 15px;
  }
  .evt_li{
    flex:0 0 100%;
    max-width:100%;
  }
  .evt_li:last-child{
    margin-bottom:0;
  }
  .evt_li:last-child .evt_cnt{
    border-bottom:0;
    padding-bottom:5px;
  }
}
/* EVENTS ENDS */

/* BEST ADVICE STARTS */

.bst_adv_wrp{
  margin:0 auto 40px;
  position: relative;
}
.bst_adv_wrp .ttl_mre_wrp {
  top: 25px;
}
.bst_adv_wrp .mrk_ttl_img span{
  max-width:172px;
}
.bst_adv_cnt{
  margin:0 auto;
  max-width:1143px;
}
.bst_adv_img{
  border:1px solid #e2e2e2;
  display:flex;
}
.bst_adv_img img{
  width:100%;
  height:100%;
}
.bst_adv_box{
  background-color:#fff;
  border-radius:2px;
  box-shadow: 0px 3px 6px #00000029;
  padding:15px 20px;
  text-align:center;
  max-width:80%;
  margin:-10% auto 0;
  position: relative;
  z-index:1;
-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;
}
.bst_adv_box:hover{
  box-shadow: 0px 6px 20px #00000029;
transform:scale(1.02);
}
.bst_adv_nme{
  color:#000000;
  font-size:20px;
  line-height:30px;
  font-weight:700;
  text-transform:uppercase;
}
.bst_adv_dsg{
  color:#000000;
  font-size:20px;
  line-height:30px;
  margin-bottom:45px;
  position: relative;
}
.bst_adv_ttl{
  color:#000000;
  font-size:42px;
  font-weight:700;
  line-height:50px;
  position: relative;
  margin:0 auto 10px;
}
.bst_adv_dsg::after{
  background-color: #1D2936;
  content:'';
  display:block;
  width:89px;
  height:5px;
  margin:0 auto;
  position:absolute;
  left:0;
  right:0;
  top:auto;
  bottom:-22px;
}
.bst_adv_ath{
  color:#D71920;
  font-size:16px;
  font-style:italic;
  font-weight:400;
  line-height: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;
}


@media (max-width:767px){
.bst_adv_wrp{
  margin:0 auto 20px;
}
.bst_adv_box{
  padding:15px 10px 20px;
  max-width:92%;
}
.bst_adv_ttl{
  font-size:24px;
  line-height:32px;
}
.bst_adv_wrp .ttl_mre_wrp{
  top:15px;
}
.bst_adv_wrp .mrk_ttl_img{
  margin-bottom:10px;
}
}

/* BEST ADVICE ENDS */

/* GLOBAL */

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-size: inherit;
}
.icn_saved{
  display:flex;
  background-size: inherit;
}
.mag_pg_wrp{
  font-family: 'Open Sans', sans-serif;
  padding:0;
}
/* .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:18px;
  font-weight:700;
  line-height:27px;
  letter-spacing: 0.11px;
  padding:3px 15px 3px 28px;
  overflow: hidden;
  position: relative;
  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;
}
.mrk_ttl_txt:hover{
  box-shadow:0 1px 10px rgba(0, 0, 0, 0.3);
  transform:translateY(-2px);
}

.mrk_ttl_txt:after{
  content:'';
  display:block;
  background:url(https://akm-img-a-in.tosshub.com//businesstoday/resource/img/bt_ttl_icn.svg) no-repeat right center;
  background-size:contain;
  height:10px;
  width:10px;
  position:absolute;
  left:10px;
  top:-1px;
  bottom:0;
  margin:auto;
}
.mrk_ttl_img{
  display:block;
  position: relative;
  margin:20px 0;
}
.mrk_ttl_img span{
  display:inline-block;
  background-color:#fff;
  z-index:1;
  position: relative;
  padding:0 10px 0 0;
}
.mrk_ttl_img::before{
  background-color:#000;
  content:'';
  display:block;
  height:1px;
  width:100%;
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  top:0;
  margin:auto;
}
.mrk_ttl_img::after{
  background-color:#000;
  border-radius:100%;
  content:'';
  display:block;
  height:5px;
  width:5px;
  position:absolute;
  left:auto;
  right:0;
  bottom:0;
  top:0;
  margin:auto;
}
.mag_pg_wrp .swiper{
  overflow: hidden;
}
.mag_pg_wrp .swiper-button-next, .mag_pg_wrp .swiper-button-prev{
  background-color:#fff;
  border-radius:100%;
  height:28px;
  width:28px;
  top:-25px;
  right:0;
  display: flex;
  align-items: center;
  justify-content: 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;
}
.mag_pg_wrp .swiper-button-next::after, .mag_pg_wrp .swiper-button-prev::after{
  content:'';
  display:block;
  border: solid #000000;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding:3px;
  position: inherit;
  -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_pg_wrp .swiper-button-next::after{
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  left: 8px;
}
.mag_pg_wrp .swiper-button-prev{
  left:auto;
  right:40px;
}
.mag_pg_wrp .swiper-button-prev::after{
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  right: 8px;
}


.mag_pg_wrp .swp_nav_blu .swiper-button-next, .mag_pg_wrp .swp_nav_blu .swiper-button-prev {
  background-color: #011E48;
  top: 48px;
}
.mag_pg_wrp .swp_nav_blu .swiper-button-next::after, .mag_pg_wrp .swp_nav_blu .swiper-button-prev::after{
  border-color:#ffffff;
}


.mag_pg_wrp .swiper-button-next:hover, .mag_pg_wrp .swiper-button-prev:hover{
  background-color:#00A0EE;
}
.mag_pg_wrp .swiper-button-next:hover::after, .mag_pg_wrp .swiper-button-prev:hover::after{
  border-color: #fff;
}

.mag_pg_wrp .swiper-pagination-bullet{
  background-color:rgba(0,0,0,0.40);
  background:rgba(0,0,0,0.40);
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  opacity:1;
  margin:0 4px;
}
.mag_pg_wrp .swiper-pagination.swiper-pagination-bullets{
  top:auto;
  right:0;
  left:0;
  bottom:-28px;
  text-align:center;
}
.mag_pg_wrp .swiper-pagination-bullet-active {
  background:#FFFFFF;
}
.mag_pg_wrp .swiper-container-horizontal>.swiper-pagination-bullets, .mag_pg_wrp .swiper-pagination-custom, .swiper-pagination-fraction{
  width:auto;
}


.ttl_wth_bdr.mrk_ttl_wrp{
  border-top:1px solid #000;
  display:flex;
  justify-content:space-between;
  position: relative;
  margin:0 auto 20px;
  width:100%;
}
.mrk_ttl_mre{
  color:#D72722;
  font-size:15px;
  font-weight:700;
  line-height:22px;
  position:relative;
  padding:0 14px 0 0;
  -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_ttl_mre:before {
  content:'';
  left: 0;
  bottom:-3px;
  width: 100%;
  height: 2px;
  background: #D72722;
  position: absolute;
  transform: scaleX(0);
  -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_ttl_mre:hover:before {
  transform: scaleX(1);
}
.mrk_ttl_mre::after{
  content:'';
  display:block;
  width: 0; 
  height: 0; 
  border-top:4px solid transparent;
  border-bottom:4px solid transparent;  
  border-left:7px solid #D72722;
  position:absolute;
  right:0;
  top:5px;
}

.ttl_mre_wrp{
  position:absolute;
  top:6px;
  right:0;
}


/* BREADCRUMBS STARTS */

.mag_pg_wrp .brdcum-fedback-main{
  margin-top:0;
  margin-bottom:10px;
}
.mag_pg_wrp .bradcum{
  margin:0px;
  position:relative;
}
.mag_pg_wrp .bredcumSeo{
  align-items:center;
  display:flex;
  margin:0;
  padding:0;
}
.mag_pg_wrp .bbd1{
  color:#000000;
  font-size:12px;
  line-height:17px;
  margin:0;
  padding:0 16px 0 0;
  position:relative;
}
.mag_pg_wrp .bbd1::after{
  content:'/';
  display:block;
  display: inline-block;
  padding:2px;
  position:absolute;
  right: 5px;
  top: -1px;
}
.mag_pg_wrp .bbd1:last-child::after{
  display:none;
}
.mag_pg_wrp .bbd1 a{
  color:#FF3940;
  font-size:12px;
  line-height:17px;
}
.mag_pg_wrp .bredcumSeo .bbd1 a:after{
  display:none;
}
.mag_pg_wrp .fedback-sec{
  display:none;
}

@media (max-width: 767px){
.mag_pg_wrp .bredcumSeo{
  padding:0 12px;
}
}

/* BREADCRUMBS 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;
}
.ttl_mre_wrp{
  right:20px;
}
}
/* NEW */


@media (min-width:768px) and (max-width:1000px){
  /* .mrk_wdg_box{
    padding-left:10px;
    padding-right:10px;
  } */
}
@media (max-width: 767px){
  .mrk_ad_wrp{
    margin-bottom:20px;
  }
  .mag_pg_wrp{
    padding:20px 0px;
  }
  .mag_pg_wrp .container{
    padding-left:10px;
    padding-right:10px;
    /* overflow-x:hidden; */
  }
  .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    height:5px;
    width:5px;
    margin:0 3px;
  }
  .mag_pg_wrp .swiper-pagination-bullet{
    background:rgba(255,255,255,.40);
  }
  .mag_pg_wrp .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background:#fff;
  }
  .mag_pg_wrp .swiper-pagination.swiper-pagination-bullets{
    bottom:2px;
  }
  
.mag_pg_wrp .swiper-button-next, .mag_pg_wrp .swiper-button-prev{
  display:none;
}
.swp_mob_pgn{
  position: relative;
}
.swp_mob_pgn:after{
  content:'';
  display:flex;
  width:100%;
  height:30px;
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  z-index:1;
  background: rgb(255,255,255);
background: -moz-linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
background: -webkit-linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#000000",GradientType=1);
}
  .ttl_mre_wrp{
    align-items:center;
    display:flex;
    justify-content:flex-end;
    position:relative;
    margin:0 0px 0 0;
    right:0;
  }
  .mrk_ttl_img{
    margin-top:0;
  }
}

/* GLOBAL RESPONSIVE STARTS */


/* Modal pagination starts */

.pop_up_cnt .swiper-pagination-bullets{
  align-items:center;
  justify-content:center;
  display:flex;
  flex-wrap:nowrap;
}
.pop_up_cnt .swiper-pagination-bullets .swiper-pagination-bullet {
  border-radius:2px;
  height:4px;
  margin: 0 2px;
  width:100%;
}

@media (max-width: 767px){
.pop_up_cnt .swiper-pagination-bullets{
  bottom:auto;
  top:-45px;
}
}
/* Modal pagination ends */


/*hp_oneBig_fourRight */
.hp_oneBig_fourRightParent{width: 100%; height: auto;}
.hp_oneBig_fourRightWidget{width: 100%; height: auto; position: relative;}
.hp_oneBig_fourRight{width: 100%; height: auto; display: flex; flex-wrap: wrap; margin-bottom:30px;}
.hp_oneBig{width: 640px; height: auto;}
.hp_oneBig .bigimglf{width: 100%; border-radius: 4px; overflow: hidden; margin-bottom: 15px;}
.hp_oneBig .bigimglf img{width: 100%; height: auto; border: 1px solid #d1d1d1; display:block;}
.hp_oneBig h3{color: #000; font-size: 26px; line-height: 32px; font-weight: bold; margin-bottom: 3px;}
.hp_oneBig p{color: #000; font-size: 16px; line-height: 24px; font-weight: normal; margin-bottom: 10px;}
.hp_oneBig ul.timedtRow{margin-bottom: 15px;}


.fourRight{width: calc(100% - 670px); margin-left: 30px;}
.fourRight ul{width: 100%; margin: 0px; padding: 0px; list-style: none; display: flex; flex-wrap: wrap;}
.fourRight ul li{width: 47%; margin-right: 30px; margin-bottom: 20px;}
.fourRight ul li:nth-child(2n+2){margin-right:0px;}
.fourRight ul li .fourimg{width: 100%; height: auto; border-radius: 4px; overflow: hidden; margin-bottom: 5px;}
.fourRight ul li .fourimg img{width: 100%; height: auto; border: 1px solid #d1d1d1; display: block;}
.fourRight ul li h4 {
   margin-bottom:0px;
   font-size: 16px;
   line-height: 24px;
   color:#000000;
}
.fourRight ul li ul.timedtRow li {width: auto; margin-right: 7px;}

.fourRight ul li ul.timedtRow li:last-child{margin-right: 0px; padding-right: 0px;}


.hp_oneBig_fourRightParent .widget-more{
  top:-14px;
}

@media(max-width:1199px){
.hp_oneBig {width: 610px;}
.fourRight {width: calc(100% - 640px);}
.fourRight ul li {width: 48.5%; margin-right: 10px;}     
.fourRight ul li ul.timedtRow li {
   width: 48%;
   margin-right: 5px;
   font-size: 12px;}
   .hedlineteg{
    margin-bottom:40px;
   }
   .hp_oneBig_fourRightParent .widget-more{
    top:-30px;
   }
}

@media(max-width:991px){    
.fourRight {width: 100%; margin-left: 0px;}    
.fourRight ul li {width: 49%;}
.hp_oneBig {width: 100%; margin-bottom: 20px;}    
.hp_oneBig ul.timedtRow li {width: auto; display: inline-block;}    
.fourRight ul li ul.timedtRow li {width: auto; display: inline-block}
}

@media(max-width:767px){  
.hp_oneBig_fourRight{margin-bottom: 3px;}    
.fourRight ul li {width: 48.2%;}    
.fourRight ul li:nth-child(3) {margin-bottom: 0px;}     
.fourRight ul li:nth-child(4) {margin-bottom: 0px;}     
.hp_oneBig_fourRightParent {margin-bottom:35px;}    
.hp_oneBig_fourRightParent .hedlineteg{margin:0 0 12px;}
.hp_oneBig .bigimglf{margin-bottom:10px;} 
.hp_oneBig h3{font-size:24px;line-height:32px;}
.fourRight ul li h4 {display: -webkit-box;-webkit-line-clamp:3;-webkit-box-orient: vertical;overflow: hidden;}
}

/*preminum crown icon*/
.icn_crw {
  color: #00aeef;
  font-size: 21px;
  line-height: 0;
  display: inline-block;
  position: relative;
  top: 1px;
  margin-right: 5px;
}
.icn_crw svg{
  display: inline-block;
  width: 26px;
  height: 20px;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}