/*base.css*//*! * NDTV Base v1.0.0 */ :root { --ttl: #2E2E2E; --txt: #2E2E2E; --txt-b: #6C6C6C; --txt-c: #999; --stk-hd: #fffef3; --red: #e93f33; --gray: #666; --dark: #555555; --clr-b: #dc5a5a; --light-c: #e7e7e7; --light-b: #fce9d8; --clr-a: #245e8a; --clr-c: #ca8484; --clr-d: #19a919; --clr-lnk: #245e8a; --black: #000; --gray-dark: #343a40; --white: #fff; --light-m: #fdfdfd; --light-m1: #fafafa; --light: #f7f7f7; --light-d: #fffef3; --gray-bg: #ddd; --gray-bg1: #bfbfbf; --ff-one: 'Roboto', sans-serif; --ff-two: 'Roboto Condensed', sans-serif; --ff-hindi: 'Noto Sans', sans-serif; --ff-bengali: 'Noto Sans Bengali UI', sans-serif; --ff-tamil: 'Noto Sans Tamil', sans-serif;}*, *::before, *::after { -webkit-box-sizing: border-box; box-sizing: border-box;}html { font-family: sans-serif; line-height: 1.6; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; -ms-overflow-style: scrollbar; -webkit-tap-highlight-color: transparent;}@-ms-viewport { width: device-width;}article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section { display: block;}body { margin: 0; font-family: var(--ff-hindi); font-size: 1rem; font-weight: 400; line-height: 1.7; color: var(--txt); text-align: left; background-color: var(--white); min-width: 1260px; overflow-x: hidden;}[tabindex="-1"]:focus { outline: 0 !important;}hr { -webkit-box-sizing: content-box; box-sizing: content-box; height: 0; overflow: visible;}p { margin-top: 0; margin-bottom: 1.5rem;}ol, ul, dl { list-style: none; margin: 0; padding: 0;}ol ol, ul ul, ol ul, ul ol { margin-bottom: 0;}blockquote { margin: 0 0 1rem;}b, strong { font-weight: bolder;}small { font-size: 80%;}*, a, button, input, select, textarea { -webkit-tap-highlight-color: transparent;}a { color: var(--txt);}a:hover, a:focus { color: var(--clr-a); text-decoration: none;}a, button, [role="button"], input[type="button"], input[type="submit"], input[type="reset"] { cursor: pointer;}a, button, .btn, .form-control { text-decoration: none; -webkit-transition: all 200ms linear 0ms; transition: all 200ms linear 0ms;}pre, code, kbd, samp { font-family: monospace, monospace; font-size: 1em;}pre { margin-top: 0; margin-bottom: 1rem; overflow: auto; -ms-overflow-style: scrollbar;}figure { margin: 0 0 1rem;}img { max-width: 100%; vertical-align: middle; border-style: none;}svg:not(:root) { overflow: hidden;}::-webkit-file-upload-button { font: inherit; -webkit-appearance: button;}h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { color: var(--ttl); font-weight: 600; line-height: 1.4; margin-bottom: 16px; margin-top: 0;}h1, .h1 { font-size: 2.5rem;}h2, .h2 { font-size: 2rem;}h3, .h3 { font-size: 1.75rem;}h4, .h4 { font-size: 1.5rem;}h5, .h5 { font-size: 1.25rem;}h6, .h6 { font-size: 1rem;}.clear:before, .clear:after { content: ''; clear: both; display: block;}/*---- Container ----*/.container { width: 100%; max-width: 1260px; margin-right: auto; margin-left: auto;}.row { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap;}.col-180, .col-200, .col-300, .col-650, .col-900 { position: relative; width: 100%; min-height: 1px;}.col-12 { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%;}.col-180 { -webkit-box-flex: 0; -ms-flex: 0 0 180px; flex: 0 0 180px; max-width: 180px;}.col-200 { -webkit-box-flex: 0; -ms-flex: 0 0 200px; flex: 0 0 200px; max-width: 200px;}.col-300 { -webkit-box-flex: 0; -ms-flex: 0 0 300px; flex: 0 0 300px; max-width: 300px;}.col-560 { -webkit-box-flex: 0; -ms-flex: 0 0 560px; flex: 0 0 560px; max-width: 560px;}.col-650 { -webkit-box-flex: 0; -ms-flex: 0 0 650px; flex: 0 0 650px; max-width: 650px;}.col-765 { -webkit-box-flex: 0; -ms-flex: 0 0 765px; flex: 0 0 765px; max-width: 765px;}.col-800 { -webkit-box-flex: 0; -ms-flex: 0 0 800px; flex: 0 0 800px; max-width: 800px;}.col-855 { -webkit-box-flex: 0; -ms-flex: 0 0 855px; flex: 0 0 855px; max-width: 855px;}.col-885 { -webkit-box-flex: 0; -ms-flex: 0 0 885px; flex: 0 0 885px; max-width: 885px;}.col-890 { -webkit-box-flex: 0; -ms-flex: 0 0 890px; flex: 0 0 890px; max-width: 890px;}.col-900 { -webkit-box-flex: 0; -ms-flex: 0 0 900px; flex: 0 0 900px; max-width: 900px;}.content { margin-bottom: 5rem;}.mr-60 { margin-right: 60px;}.mr-75 { margin-right: 75px;}@media screen and (max-width: 1200px){body{ overflow-x: auto;}}#___ndtvpushdiv .noti_wrap{background: white;}#___ndtvpushdiv .noti_btnwrap a.allow{border:1px solid #878787;}/*top-nav.css*/.t-br { position: relative;}.t-br_modify { width: 100%; padding: 5px 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between;}nav.t-nv_lf{ width: 100%; display: flex; align-items: center; justify-content: center;}.t-nv_ul { display: inline-block; margin: 0; padding: 0; font-size: 0; float: left;}.t-nv_li { display: inline-block;}.t-nv_lnk { color: #6C6C6C; display: inline-block; font-family: var(--ff-one); font-size: 11px; font-weight: 400; letter-spacing: 0.7px; line-height: 18px; text-transform: uppercase; margin: 2px 7px; padding: 1px 7px;border-radius: 3px;}.t-nv_lnk.t-nv_act:hover { background-color: #F5F5F5; color: #6C6C6C;}.t-nv_act { background-color: #F5F5F5; color: #6C6C6C;}.tf-scl { float: right; margin: 4px 0 0 12px;}/*header.css*/.header { background-color: var(--white); position: relative;}.top-header { width: 100%; display: flex; align-items: center; justify-content: space-between;}/*--- Header Top NDTV Logo ---*/.t-md { /* border-bottom: 1px solid rgba(0, 0, 0, 0.06); */}.ndtv-logo-wrp { padding: 0px 0px; margin: 0 16px 0 0px; transition: all 0.3s linear;}.ndtv-logo { display: inline-block; float: left; position: relative; z-index: 6;}.ndtv-logo-img { display: block; float: left; height: 32px;}.j-stk-dn .m-nv_lf { position: relative; left:73px;}.j-stk-dn .ndtv-logo-wrp { margin: 0 25px;}.ndtv_bdg { color: #333333; display: inline-block; font-family: var(--ff-two); font-size: 16px; float: left; margin-left: -2px; vertical-align: bottom; text-transform: capitalize;}.ndtv-logo-alt .ndtv-logo-img { height: 48px;}.ndtv-logo-alt { padding: 7px 0px 0 15px;}.t-icn-nv { cursor: pointer; background-repeat: no-repeat; background-position: center; text-align: center; background-size: 19px; float: right; height: 50px; position: relative; width: 47px; display: flex; align-items: center; justify-content: flex-end;}.t-icn-nv:first-child { width: 25px;}.t-md .t-icn-nv { height: 71px;}.t-icn-nv .vj_icn { font-size: 26px; height: 50px; width: 50px; margin: 0 auto;}.t-icn-nv:hover .vj_icn { color: #dc5a5a;}.nav_icn { transform: scale(0); width: 15px; display: none; flex-direction: column; justify-content: space-between; height: 14px;}.nav_icn span { width: 100%; transition: all 0.3s ease-in; height: 2px; background: #393939; display: block;}.nav_icn.crsBt span:nth-child(1) { transform: translateY(7px) rotate(45deg); -webkit-transform: translateY(7px) rotate(45deg); -moz-transform: translateY(7px) rotate(45deg); -ms-transform: translateY(7px) rotate(45deg); -o-transform: translateY(7px) rotate(45deg);}.nav_icn.crsBt span:nth-child(3) { transform: translateY(-5px) rotate(-45deg); -webkit-transform: translateY(-5px) rotate(-45deg); -moz-transform: translateY(-5px) rotate(-45deg); -ms-transform: translateY(-5px) rotate(-45deg); -o-transform: translateY(-5px) rotate(-45deg);}.nav_icn.crsBt span:nth-child(2) { transform: translateX(-20px); opacity: 0;}.j-stk-dn .nav_icn { display: flex; z-index: 99; transform: scale(1)}.searchBtn { display: none; transform: scale(0);}.j-stk-dn .searchBtn { display: block; z-index: 99; margin-left: -5px; width: auto; transform: scale(1); position: relative; display: flex; justify-content: center; align-content: center;}.j-stk-dn .searchBtn:after { width: 1px; height: 20px; background: #707070; content: ''; position: absolute; top: 15px; right: -25px}nav.m-nv.navActv .stk-t_bg, nav.m-nv.navActv .stk-t, nav.m-nv.navActv .searchBtn { opacity: 0; visibility: hidden;}#___ndtvspldiv b{ background: url("https://drop.ndtv.com/mobile/images/noti.svg") center center no-repeat; cursor: pointer; background-repeat: no-repeat;background-position: center;text-align: center;background-size: 19px;float: right;height: 50px;position: relative;width: 47px;display: flex;align-items: center;justify-content: flex-end;}.t-icn-nv .popover { left: 23px!important;}.j-stk-dn .top-header .fright { display: none;}.logo-profit img, .j-stk-dn .logo-profit .ndtv-logo-img { height: 25px;}.t-icn-nv .popover { left: 2px; top: 48px;}.fright .t-icn-nv .popover {left: -30px!important;}.fright .popover > .arrow {margin-left: 42px;}.electionTxt{font-size: 24px; color:#000; position: absolute; top:0px; left: calc(100% + 5px); line-height:18px;}.j-stk-dn .electionTxt {font-size: 20px; z-index: 3; top: -1px; position: relative; left: 3px;}.breakingnews_new{border-radius:4px;position:relative;color:#000;background-color:#f6eb17;display:table;width:100%;box-sizing:border-box;margin-bottom:20px;font-size:18px;font-weight:700;line-height:30px;overflow: hidden;}.breakingnews_new .closebutton{color:#fff;display:block;position:absolute;right:0;text-align:center;margin-right:-4px;margin-top:1px;top:0;font-size:14px;font-weight:400;background-image:url(https://drop.ndtv.com/homepage/ndtvhp2015/images/closebtton1.png);background-repeat:no-repeat;background-position:left top;height:20px;width:20px}.btext{width:1000px;display:table-cell;line-height:24px;vertical-align:middle}.balert1{border-right:none;display:table-cell;vertical-align:middle;margin-right:10px;padding:5px;text-align:center;width: 170px;background-color:#000;color:#fff;}.btext1{padding:5px 0 5px 10px}.bsharetool{display:table-cell;width:87px;margin-top:7px;margin-right:10px;padding-right:10px;vertical-align:middle}.breakingnews_new .break_fb,.breakingnews_new .break_fbmsg,.breakingnews_new .break_mail,.break_tw{background-image:url(https://drop.ndtv.com/homepage/ndtvhp2015/images/hp_sprite2016.png);background-repeat:no-repeat;background-position:-366px -70px;display:inline-block;height:15px;width:11px;margin:0 3px}.breakingnews_new .break_tw{background-position:-381px -70px;width:17px;height:15px}.breakingnews_new .break_mail{background-position:-403px -70px;width:18px;height:15px}.break_fbmsg{background-position:-402px -111px;width:17px;height:17px}/*helper-atf.css*/.clear-fix { clear: both; }.img__full, .full__view { margin-bottom: 15px; margin: 0 -15px 15px; width: calc(100% + 30px);}.img__full img, .full__view img { border-radius: 0;}.w-100 { width: 100%;}.fleft { float: left;}.fright { float: right;}.fnone { float: none;}.fcenter { float: none; margin-left: auto; margin-right: auto;}.clear { clear: both;}.ml-auto{ margin-left: auto;}.mr-60{ margin-right: 60px;}.pt-20{ padding-top: 20px;}/*main-nav.css*//* .m-nv_lf{ flex: none; margin-right:auto;} */.m-nv { background-color: var(--light-m1); top: 0; position: -webkit-sticky; position: sticky; z-index: 99;}.m-nv:before { box-shadow: 0 2px 16px rgba(0, 0, 0, 0); bottom: 0; content: ""; height: 100%; left: 0px; right: 0; position: absolute; z-index: -137;}.nav_stk .m-nv:before { box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);}.m-nv_ul { display: inline-block; margin: 0; padding: 0; font-size: 0; float: left;}.m-nv_li { display: flex; align-items: center; justify-content: center; float: left;}.m-nv_lnk { color: var(--dark); display: inline-flex; align-items: center; font-family: var(--ff-one); font-size: 16px; font-weight: 400; position: relative; text-transform: uppercase; padding: 16px; height: 50px;}.m-nv_li.dd-nav_hvr .dd-nav { /* min-height: 215px; */}.dd-nav_hvr:hover>.m-nv_lnk, .m-nv_lnk:hover, .dd-nav_hvr:hover svg, .dd-nav_hvr:hover svg g { color: var(--clr-a); fill: var(--clr-a);}/* .m-nv_lnk:before { content: ""; position: absolute; bottom: 0px; left: 0px; right: 0px; width: 0px; height: 2px; opacity: 0; margin: auto; background: var(--clr-a); transition: all 0.3s ease-in-out;}.dd-nav_hvr:hover > .m-nv_lnk:before, .m-nv_lnk:hover:before, .m-nv_lnk:focus:before { width: 100%; opacity: 1;} */.m-nv_act {color: #3c7298;}.m-nv_bkp { height: 68px; position: absolute; width: 100%;}.j-stk-dn.j-stk-up .m-nv { position: fixed; top: 0; left: 0; width: 100%;}.j-stk-dn.j-stk-up .m-nv_bkp { position: relative;}.play-video-icon { background-color: rgba(0, 0, 0, 0.38); background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDE2My44NjEgMTYzLjg2MSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTYzLjg2MSAxNjMuODYxOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTM0Ljg1NywzLjYxM0MyMC4wODQtNC44NjEsOC4xMDcsMi4wODEsOC4xMDcsMTkuMTA2djEyNS42MzdjMCwxNy4wNDIsMTEuOTc3LDIzLjk3NSwyNi43NSwxNS41MDlMMTQ0LjY3LDk3LjI3NSAgIGMxNC43NzgtOC40NzcsMTQuNzc4LTIyLjIxMSwwLTMwLjY4NkwzNC44NTcsMy42MTN6IiBmaWxsPSIjRkZGRkZGIi8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==); background-position: 16px 14px; background-repeat: no-repeat; background-size: 18px; border: 2px solid rgba(249, 249, 249, 0.91); border-radius: 50px; box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3); display: inline-block; height: 51px; margin: 0 0 8px 0; position: absolute; left: 10px; width: 51px; bottom: 0; z-index: 2;}.ltv__vd.img__full { background-color: #000000; border: 1px solid rgba(0, 0, 0, 0.3); border-radius: 8px; display: inline-block; margin: 0; overflow: hidden; font-size: 0; position: relative; width: 100%;}.ltv__lo { background-image: url(../images/NDTV_24x7.svg); background-repeat: no-repeat; background-position: 50%; background-size: 126px; bottom: 0; left: 0; position: absolute; right: 0; top: 0; z-index: 1;}.ltv__rpl { display: inline-block; position: relative; width: 100%;}.ltv__lk { display: inline-block; position: relative; width: 100%;}/*list-dropdown.css*/.dd-drp_icn { padding: 16px 18px 17px; float: right;}.dd-drp_icn.vj_icn { font-size: 27px; height: 50px; padding: 0; margin: 0 22px;}.dd-drp_icn svg circle { fill: #000;}.dd-nav { position: absolute; top: 100%; left: -16px; right: -16px; z-index: 1000; font-size: 14px; text-align: left; background-color: var(--light-m1); box-shadow: 0 36px 18px -18px rgba(0, 0, 0, 0.28); background-clip: padding-box; -webkit-transition: all 0.2s ease; opacity: 0; transform: translateY(15px); visibility: hidden; border-radius: 0px 0px 10px 10px;}.dd-lst { height: 400px; width: 100%; overflow-y: scroll;}.dd-nav_ul { width:100%; list-style: none; margin: 0; position: relative; float: left; padding: 0px 15px;}.dd-nav_hvr:hover>.dd-nav { opacity: 1; -webkit-transition: all 0.45s ease; transform: translateY(0px); visibility: visible;}.dd-nav_two { position: relative;}.dd-nav_two .dd-nav { left: -30px; right: auto; width: 440px;}.dd-nav_two.dd-ven .dd-nav { left: -16px; width: 510px;}.dd-nav_three { position: relative;}.dd-nav_three .dd-nav { left: -30px; right: auto; width: 680px;}.dd-nav_three-r { position: relative; cursor: pointer; z-index: 1;}.dd-nav_three-r .dd-nav { right: auto; left: 0; width: 180px;}.t-icn-ltv .dd-nav .m-nv_lnk { /* border: 1px solid #eee; border-radius: 6px; */ display: block; padding: 0px; text-align: center;}.t-icn-ltv .dd-nav .m-nv_lnk:hover { border-color: #ccc;}.t-icn-ltv .m-nv_lgo { display: block; margin: 0 auto; max-width: 100px; opacity: 0.6; padding: 9px 0 3px 0; width: 100%;}.t-icn-ltv .m-nv_lnk:hover .m-nv_lgo { opacity: 1;}.dd-nav_ltv-r { position: relative;}.dd-nav_ltv-r .dd-nav { right: -95px; left: auto; width: 380px;}.dd-nav_ltv-ful { background-color: #f5f9fb; display: block; font-family: var(--ff-two); font-size: 18px; float: left; letter-spacing: 0.7px; padding: 18px 42px; text-align: center; width: 100%;}.dd-nav_ltv-ful:hover { background-color: #fffef3}.dd-nav_li { color: #666; list-style: none; opacity: 0; -webkit-transition: all 0.5s ease; transform: translateY(30%);}.dd-nav_hvr:hover .dd-nav_li { opacity: 1; -webkit-transition: all 0.75s ease; transform: translateY(0px);}.dd-nav .m-nv_lnk { display: block; padding: 5px 0px; height: auto;}.dd-ls { float: left; padding: 14px 30px;}.dd-ls_ul { display: inline-block; /* width: 100%; */ margin: 0 -8px 0; /* margin-bottom: 1rem; */}.dd-ls_li { margin-bottom: 1rem; width: 25%; float: left; padding: 0 8px; position: relative;}.dd-ls_cl1 .dd-ls_li { width: 100%;}.dd-ls_cl2 .dd-ls_li { width: 50%;}.dd-ls_cl3 .dd-ls_li { width: 33.333%;}.dd-ls_cl4 .dd-ls_li { width: 25%;}.dd-ls_cl5 .dd-ls_li { width: 20%;}.dd-ls_cl6 .dd-ls_li { width: 16.666%;}.dd-ls_cl7 .dd-ls_li { width: 14.285%;}.dd-ls_cl14 .dd-ls_li { width: 7.14%;}.dd-ls_br .dd-ls_li { border-bottom: 1px solid #eee; margin-bottom: 15px; padding-bottom: 15px;}.dd-ls_img img { border-radius: 6px; margin-bottom: 0; width: 100%;}.dd-ls_txt { font-size: 15px; font-weight: 400;}.dd-ls_tg { border-left: 2px solid #75a6e4; color: #75a6e4; display: inline-block; font-size: 12px; font-weight: 500; line-height: 1; left: 0; margin-bottom: 8px; padding: 0 6px 0 10px; position: relative; text-transform: uppercase; top: 0;}.dd-ls_tg.tg_b { border-left: 2px solid #77c17d; color: #77c17d;}.dd-ls_tg.tg_c { border-left: 2px solid #e8b845; color: #e8b845;}.dd-ls_tg.tg_d { border-left: 2px solid #e67a60; color: #e67a60;}.dd-ls_tg.tg_e { border-left: 2px solid #d073a6; color: #d073a6;}.sm-in { display: inline-block; font-size: 16px; height: auto; letter-spacing: 0.7px; vertical-align: middle;}.vj-right-arrow.sm__ic { background: #5693e1; border: 1px solid #4684d4; border-radius: 30px; box-shadow: 0 2px 6px rgba(0, 0, 0, 0.17); color: #fff; display: block; font-size: 27px; line-height: 42px; height: 60px; margin: 0 auto 10px; padding: 9px; width: 60px; position: relative; text-align: center;}.sm__ic .circle-ripple { margin: 6px;}.sm__tt { display: block;}.dd-news { float: left; margin: 30px 0; padding: 0px 30px; width: 50%;}.dd-news .lsm-li { padding: 0 0 16px 0; border: 0 none;}.dd-news .lsm-li:last-child { padding-bottom: 0;}.dd-ls_img { position: relative; display: inline-block; margin-bottom: 0.6rem; width: 100%;}.dd-ven .dd-ls_li { text-align: center; margin: 8px 0 8px; padding: 0 3px;}.dd-ven .dd-ls_img { display: inline-block; padding: 13px 12px 16px;}.dd-ven_img { float: left; margin-right: 21px; width: 70px;}.dd-ven .dd-nav .dd-nav_li { border-bottom: 1px solid #f7f7f7;}.dd-ven .dd-nav .m-nv_lnk { font-size: 15px; letter-spacing: 0.6px; padding: 16px 12px 16px 16px;}.dd-ven .dd-ls_img img { border-radius: 0;}.dd-ven .dd-ls_tg { background-color: #344d5f; border-radius: 4px; color: #ffffff; display: inline-block; font-family: var(--ff-two); font-size: 14px; font-weight: 500; letter-spacing: 0; width: 100%; padding: 0; padding: 3px 0; transition: 0.6s ease all;}.dd-ls_li a { background: #fff; margin: 0 auto;}.dd-ls_li a:hover { color: var(--gray);}.dd-ven .dd-ls_li:nth-child(1) .dd-ls_tg { background-color: #729de6;}.dd-ven .dd-ls_li:nth-child(2) .dd-ls_tg { background-color: #ce8fca;}.dd-ven .dd-ls_li:nth-child(3) .dd-ls_tg { background-color: #92ca97;}.dd-ven .dd-ls_li:nth-child(4) .dd-ls_tg { background-color: #d87676;}.dd-ven .dd-ls_li:nth-child(5) .dd-ls_tg { background-color: #929a9e;}.dd-ven .dd-ls_li:nth-child(6) .dd-ls_tg { background-color: #758dbf;}.dd-ven .dd-ls_li:nth-child(7) .dd-ls_tg { background-color: #c77b7b;}.dd-ven .dd-ls_li:nth-child(8) .dd-ls_tg { background-color: #5c666b;}.dd-ven .dd-ls_li:nth-child(9) .dd-ls_tg { background-color: #6c84ad;}.dd-ven .dd-ls_li:nth-child(10) .dd-ls_tg { background-color: #5c656a;}.dd-ven .dd-ls_li:nth-child(11) .dd-ls_tg { background-color: #e0c56b;}.dd-ven .dd-ls_li:nth-child(12) .dd-ls_tg { background-color: #54abda;}.dd-ven .dd-ls_li:nth-child(13) .dd-ls_tg { background-color: #ce7775;}.dd-ven .dd-ls_li:nth-child(14) .dd-ls_tg { background-color: #bd70aa;}.dd-ven .dd-ls_li a:hover .dd-ls_tg { background: #000;}.m-nv_li.dd-nav_hvr .dd-nav.live-tv { min-height: initial;}.live_txt { font-family: var(--ff-one); text-transform: uppercase; font-size: 14px; font-weight: 500; text-align: center; padding: 0; margin: 0;}.live-tvgrp { padding: 20px;}.live-tvgrp .dd-nav_ul { width: 100%; padding: 0 0 3px 0; display: flex; align-items: center; justify-content: space-around; border-bottom: solid 5px #f5f5f5;}.live-tvgrp .dd-nav_li { width: 30%;}.live-tvgrp .dd-nav_li a:hover:before, .live-tvgrp .dd-nav_li a.active:before { content: ""; width: 100%; height: 5px; background-color: #e93f33; position: absolute; bottom: -8px; left: 0;}.player-cont { width: 100%; position: relative;}.play_icon { width: 64px; height: 64px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); background: url(../images/player-icon.svg) center center no-repeat; opacity: 0.75;}.player-cont h3 { font-size: 14px; font-family: var(--ff-one); color: var(--ttl); padding: 10px 0; margin: 0;}.live-tvgrp .dd-nav_li a.active .m-nv_lgo { opacity: 1;}#search_latest .lsm-li { padding: 0 0 16px 0; border: 0 none; display: flex; align-items: center;}#search_latest span.img-gr { width: 125px; height: 77px; overflow: hidden; border-radius: 4px; display: block; margin-right: 15px;}#search_latest h2.lsm-txt { font-size: 15px;}.sp-hd { display: inline-block; position: relative; width: 100%;}.sp-cn { display: inline-block; margin-bottom: 15px; position: relative; width: 100%;}.stk-t_bg { cursor: pointer; position: absolute; z-index: 2; top: 0; left: 0; height: 100%; width: 100%; background-color: var(--white); opacity: 0; visibility: hidden; -webkit-transition: opacity .6s, visibility .6s; -moz-transition: opacity .6s, visibility .6s; transition: opacity .6s, visibility .6s; box-shadow: 0 1px 6px rgba(0, 0, 0, 0.09)}.j-stk-dn .stk-t_bg { opacity: 1; visibility: visible; transition-delay: 0s;}.search-active .stk-t_bg { background-color: #fff; opacity: 1; visibility: visible; transition-delay: 0s;}.ins_instory_dv_cont img { background: #f1f1f1;}.disclaimer .cmt_btn { margin-top: 60px;}.ins_storybody > p:nth-of-type(1) {display: inline;}.ovu-video-description:after{ content:"Disclaimer: This video is sourced from a third party which is responsible for the video and the contents thereof. The facts and opinions appearing in the video do not reflect the views of NDTV.";clear: left; width: 100%;display: block; font-style: italic; color: #757575 !important; line-height: 16px; font-size: 11px; font-weight: 400; border-top: solid 1px #cccccc; padding-top: 10px; margin-top: 10px; margin-bottom: 5px; margin-bottom: 0;}.new_nextarrow, .new_prevarrow { z-index: 9; position: fixed; top: 50%; right: 0; border-radius: 5px 0 0 5px; padding: 25px 8px; box-shadow: 2px 2px 4px 0 #ccc; border: 1px solid #f2f2f2; background-color: #fff;}.new_prevarrow { left: 0; right: auto; border-radius: 0 5px 5px 0; padding: 25px 0 25px 6px;}.new_nextarrow .arrow { float: right;}.new_prevarrow .arrow { float: left; margin-right: 10px;}.new_nextarrow a, .new_prevarrow a { font-size: 14px; line-height: 20px; color: #666;}.new_nextarrow .arrowstory, .new_prevarrow .arrowstory { display: block; width: 200px; font-size: 16px; line-height: 22px; color: #666; font-style: italic;}.new_prevarrow .arrowstory { float: right;}.new_nextarrow .arrowstory:hover a, .new_prevarrow .arrowstory:hover a{color: var(--clr-lnk);text-decoration: underline;}/*breadcrumb.css*/.brd-nv_lnk { color: #7b7b7b; display: inline-block; font-size: 12px; font-weight: 100; letter-spacing: 0.7px; line-height: 18px; padding: 5px 15px; position: relative;}.brd-nv_lnk:before { content: "\e940"; font-family: 'ndtv'; position: absolute; right: 0px;}.brd-nv_lnk.m-nv_act { padding-left: 0;}.t-brd { margin-bottom: 12px;}.t-brd .col-md-6 { width: 50%;}.brd-nv { display: inline-block; float: left;}.brd-nv .brd-nv_li.brd-nv_act>* { color: var(--gray);}.brd-nv_ol { display: inline-block; float: left; font-size: 0;}.brd-nv .brd-nv_li { display: inline-block; float: left; font-size: 11px; margin: 0;}.brd-nv .brd-nv_li span.hde { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; max-width: 400px; display: inline-block;}.brd-nv .brd-nv_li>* { color: var(--clr-lnk); display: inline-block; font-size: 14px; font-weight: 400; text-transform: none;}.txt-right { text-align: right;}.brd-nv .brd-nv_li::after { display: inline-block; content: ""; margin: 0 15px 0 4px; border: solid #2E2E2E; border-width: 0 1px 1px 0; padding: 3px; transform: rotate(-45deg); -webkit-transform: rotate(-45deg); position: relative; top: 0px; right: -4px;}.brd-nv .brd-nv_li:last-of-type::after { display: none;}.fontSz { border-radius: 30px; color: #6a6a6a; vertical-align: middle; border: 1px solid #dedede; padding: 0px 10px; line-height: normal; display: inline-block; margin-right: 20px; display: none;}.fontSz span { margin: 0px 3px; cursor: pointer;}.fontSz span:first-child { font-size: 12px;}.fontSz span:nth-child(2) { font-size: 14px;}.fontSz span:last-child { font-size: 18px;}.langBtns { position: relative; display: inline-block; color: #6a6a6a;}.langBtns span { text-transform: uppercase; font-size: 14px;}.langBtns > a, #ins_storybody .langBtns > a { border-radius: 30px; margin-left: 5px; color: #6a6a6a; display: inline-block; line-height: 24px; background: #f7f7f7; padding: 0px 10px;}.langBtns > a:hover, #ins_storybody .langBtns > a:hover { text-decoration: none;}.langBtns > a span { position: relative; padding-right: 15px;}.langBtns > a span:after { top: 50%; right: 0%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(0, 0, 0, 0); border-top-color: #6a6a6a; border-width: 5px; margin-top: -2px;}.langBtns>a:hover~.langPopup { opacity: 1; visibility: visible; top: 115%;}.langBtns .langPopup:hover { opacity: 1; visibility: visible; top: 115%;}.langPopup { position: absolute; transition: all 0.2s linear; opacity: 0; visibility: hidden; top: 125%; font-family: var(--ff-one); width: 130px; padding: 5px; right:0px; font-size: 14px; background: #fff; border-radius: 4px; box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08); z-index: 99;}.langPopup a, #ins_storybody .langPopup a { padding: 2px 10px; text-align: left; display: block; color: var(--gray-dark); border-bottom: 1px solid #ddd;}#ins_storybody .langPopup a:hover{ text-decoration: none;}.langPopup a:hover { background-color: #f9f9f9; text-decoration: none;}.langPopup li:last-child a, #ins_storybody .langPopup li:last-child a { border-bottom: 0;}.t-brd .row { align-items: center; justify-content: space-between;}.oldtime-stamp{width:100%;margin-bottom:10px}.oldtime-stamp_info{display:inline-flex;align-items:center;background-color:#fce18d;padding:5px 10px;border-radius:2px;font-size:12px;line-height:19px;text-transform:uppercase;font-weight:500;position:relative}.oldtime-stamp_info:before{content:"";width:15px;height:15px;display:block;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjZweCIgaGVpZ2h0PSIyNnB4IiB2aWV3Qm94PSIwIDAgMjYgMjYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDYwICg4ODEwMykgLSBodHRwczovL3NrZXRjaC5jb20gLS0+CiAgICA8dGl0bGU+Q29tYmluZWQgU2hhcGU8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iY2xvY2siIGZpbGw9IiMwMDAwMDAiIGZpbGwtcnVsZT0ibm9uemVybyI+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0xMi44LDEuMjQzNDQ5NzllLTE0IEMxOS44NTc3OTU1LDEuMjQzNDQ5NzllLTE0IDI1LjYsNS43NDIyMDQ1IDI1LjYsMTIuOCBDMjUuNiwxOS44NTc3OTU1IDE5Ljg1Nzc5NTUsMjUuNiAxMi44LDI1LjYgQzUuNzQyMjA0NSwyNS42IDEuMjQzNDQ5NzllLTE0LDE5Ljg1Nzc5NTUgMS4yNDM0NDk3OWUtMTQsMTIuOCBDMS4yNDM0NDk3OWUtMTQsNS43NDIyMDQ1IDUuNzQyMjA0NSwxLjI0MzQ0OTc5ZS0xNCAxMi44LDEuMjQzNDQ5NzllLTE0IFogTTEyLjgsMi4wNSBDNi44NzIzNDI4OCwyLjA1IDIuMDUsNi44NzIzNDI4OCAyLjA1LDEyLjggQzIuMDUsMTguNzI3NjU3MSA2Ljg3MjM0Mjg4LDIzLjU1IDEyLjgsMjMuNTUgQzE4LjcyNzY1NzEsMjMuNTUgMjMuNTUsMTguNzI3NjU3MSAyMy41NSwxMi44IEMyMy41NSw2Ljg3MjM0Mjg4IDE4LjcyNzY1NzEsMi4wNSAxMi44LDIuMDUgWiBNMTMuNjAwMDAzNiw0LjgwMDAyMTY2IEwxNC42MDAwMDM2LDEyLjQ2ODc0OSBMMTguMTY1NjIwMSwxNy4wMzQzNjU1IEwxNy4wMzQzNjU1LDE4LjE2NTYyMDEgTDExLjk5OTk5NjQsMTMuMTMxMjUxIEwxMS45OTk5OTY0LDQuODAwMDIxNjYgTDEzLjYwMDAwMzYsNC44MDAwMjE2NiBaIiBpZD0iQ29tYmluZWQtU2hhcGUiPjwvcGF0aD4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==) 0 0 no-repeat;background-size:100%;margin-right:8px;opacity:.75}.oldtime-stamp_info:after{content:"";position:absolute;bottom:-8px;left:10px;width:0;height:0;border-left:10px solid transparent;border-right:2px solid transparent;border-top:10px solid #fce18d}/*post-by.css*/.pst-by { display: flex; align-items: center; margin-bottom: 20px; width: 100%;}.pst-by_ul { display: inline-block; float: left; font-size: 0;}.pst-by_li { display: inline-block; font-size: 12px; color: #2e2e2e; line-height: 1; /* border-left: 1px solid #979797;*/ padding-left: 4px; margin-left:0px;}.pst-by_li:first-child { padding-left: 0; margin-left: 0; border-left: none;}.pst-by_li a { color: var(--clr-lnk); display: inline-block; font-size: 12px; line-height: 1;}.pst-by_lnk a { color: var(--clr-lnk); display: inline-block; font-size: 12px; line-height: normal;}.pst-by_li a:hover { text-decoration: underline;}.pst-by_lnk img { width: 12px; margin: -5px 2px 0 0;}.pst-by_txt { margin-right: 4px;}.ath_nme a { color: var(--clr-lnk);}.ath_nme a:hover { text-decoration: underline;}/*search.css*/.search-active { overflow: hidden;}.search-active .search-input { opacity: 1; transform: none; pointer-events: all; transition-delay: 0.2s;}.search-active .s-wr .cls-btn { right: 17%; opacity: 1;}.search-active .control { cursor: default; /* right: 172%; */}.search-active .control .btn-material {/* -webkit-animation: sc-slide-in .2s; */-moz-animation: sc-slide-in .2s;/* animation: sc-slide-in .2s; */opacity: 1;visibility: visible;transition-delay: 0s;}@-webkit-keyframes sc-slide-in { 0% { -webkit-transform: translateY(-100%); } 100% { -webkit-transform: translateY(0); }}@-moz-keyframes sc-slide-in { 0% { -moz-transform: translateY(-100%); } 100% { -moz-transform: translateY(0); }}@keyframes sc-slide-in { 0% { -webkit-transform: translateY(-100%); -moz-transform: translateY(-100%); -ms-transform: translateY(-100%); -o-transform: translateY(-100%); transform: translateY(-100%); } 100% { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); }}@-webkit-keyframes s-pd { 0% { -webkit-transform: translateY(-100%); } 100% { -webkit-transform: translateY(0); }}@-moz-keyframes s-pd { 0% { -moz-transform: translateY(-100%); } 100% { -moz-transform: translateY(0); }}@keyframes s-pd { 0% { -webkit-transform: translateY(-100%); -moz-transform: translateY(-100%); -ms-transform: translateY(-100%); -o-transform: translateY(-100%); transform: translateY(-100%); } 100% { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); }}.search-active .control .icon-material-search { opacity: 0;}/* Close Icon */.s-wr .cls-btn { border: 3px solid rgb(195, 195, 195); border-radius: 30px; top: 6px; right: 12%; margin: 0; cursor: pointer; height: 40px; width: 40px; opacity: 0; transition: all 0.2s ease-in-out;}.icon-close:hover { transform: rotate(0);}.s-wr .cls-btn div:first-child { transform: translate3d(7px, 17px, 0px) rotate3d(0, 0, 1, -45deg);}.s-wr .cls-btn div:last-child { transform: translate3d(8px, 15px, 0px) rotate3d(0, 0, 1, 45deg);}/* Search Input */.search-input { height: 65px; position: absolute; top: 50%; left: 22%; margin-top: -33px; width: 56%; pointer-events: none; opacity: 0; transform: translate(0, -30px); transition: all 0.2s ease-in-out; transition-delay: 0s; z-index: 3; max-width: 770px; left: 0; right: 0; margin-left: auto; margin-right: auto;}.search-input input { color: #000; font-size: 1.2rem; width: 100%; border: 0 none; border-bottom: 2px solid rgba(0, 0, 0, 0.11); /* border-radius: 6px; */ background: #fff; -webkit-appearance: none; box-sizing: border-box; margin: 7px 0; padding: 0 153px 0 0; outline: 0; font-weight: 400; line-height: 48px;}.search-input ::-webkit-input-placeholder { color: #696f7d;}.search-input :-moz-placeholder { color: #696f7d; opacity: 1;}.search-input ::-moz-placeholder { color: #696f7d; opacity: 1;}.search-input :-ms-input-placeholder { color: #696f7d;}/* Control btn */.control { cursor: pointer;}.control .btn-material {position: absolute;z-index: 2;top: 0;left: 0;height: 100%;width: 100%;background: #ffffff;opacity: 0;visibility: hidden;-webkit-transition: opacity .6s,visibility .6s;-moz-transition: opacity .6s,visibility .6s;transition: opacity .36s,visibility .36s;}.control .btn-material:hover { box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);}.control .icon-material-search { color: #fff; position: absolute; top: -10px; right: 78px; transition: opacity 0.3s ease-in-out;}/* Utilities */.p-y-md { padding-top: 2.8rem; padding-bottom: 2.8rem;}.s-wr { pointer-events: none; position: absolute; left: 0; right: 0; top: 0; bottom: 0; overflow: hidden;}.search-active .s-wr { pointer-events: auto;}.sc-q-lnk .dd-nav_ul { background-color: transparent; width: 100%;}.sc-q-lnk { display: inline-block; font-size: 0; margin: 30px 0; padding: 0 30px; position: relative; width: 50%; float: left;}.sc-sug .s-tx .s-ttl { background-color: #ffffff;}.sc-btn { background-color: #333; border-radius: 6px; color: #fff; font-size: 0.9rem; right: 3px; letter-spacing: 0.7px; line-height: 1.8; padding: 7px 25px; position: absolute; top: 13px; text-transform: uppercase;}.sc-btn:hover, .sc-btn:focus { background-color: #e93f33; color: #fff;}.sc-sug .s-tx { margin-bottom: 1.6rem;}.sc-brl { border-left: 1px solid rgba(0, 0, 0, 0.07);}.sc-brr { border-rigt: 1px solid rgba(0, 0, 0, 0.07);}.sc-sug { display: none; position: absolute; top: 74px; left: 0; width: 60%; margin: 0 20% 0; background-color: #f6f7ff; box-shadow: 0 4px 40px rgba(0, 0, 0, 0.39); } .sc-sug::after { clear: both; content: ""; display: table; } .search-active .sc-sug { background: #ffffff; border-radius: 6px; display: block; -webkit-transform-origin: center top; -moz-transform-origin: center top; -ms-transform-origin: center top; -o-transform-origin: center top; transform-origin: center top; /* Force Hardware Acceleration */ -webkit-transform: translateZ(0); -moz-transform: translateZ(0); -ms-transform: translateZ(0); -o-transform: translateZ(0); transform: translateZ(0); -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-animation: sc-3d-rotation 0.3s 0.27s; -moz-animation: sc-3d-rotation 0.3s 0.27s; animation: sc-3d-rotation 0.3s 0.27s; -webkit-animation-fill-mode: backwards; -moz-animation-fill-mode: backwards; animation-fill-mode: backwards; } @-webkit-keyframes sc-3d-rotation { 0% { -webkit-transform: perspective(1000px) rotateX(-90deg); } 100% { -webkit-transform: perspective(1000px) translateY(0); }}@-moz-keyframes sc-3d-rotation { 0% { -moz-transform: perspective(1000px) rotateX(-90deg); } 100% { -moz-transform: perspective(1000px) translateY(0); }}@keyframes sc-3d-rotation { 0% { -webkit-transform: perspective(1000px) rotateX(-90deg); -moz-transform: perspective(1000px) rotateX(-90deg); -ms-transform: perspective(1000px) rotateX(-90deg); -o-transform: perspective(1000px) rotateX(-90deg); transform: perspective(1000px) rotateX(-90deg); } 100% { -webkit-transform: perspective(1000px) translateY(0); -moz-transform: perspective(1000px) translateY(0); -ms-transform: perspective(1000px) translateY(0); -o-transform: perspective(1000px) translateY(0); transform: perspective(1000px) translateY(0); }} /*.search-input:before { content: ' '; position: absolute; left: -1px; top: 22px; width: 4px; height: 36px; z-index: 9999999999; background: rgb(58, 58, 58); transition: all 0.5s cubic-bezier(.87, -.41, .19, 1.44); transform: scale(1); transition-delay: 0.3s; animation: 0.8s cubic-bezier(.87, -.41, .19, 1.44) 0.5s infinite forwards focus;}.focus:before { transform: scale(0); animation: none;}.watermark:before { transform: scale(1); animation: 0.8s cubic-bezier(.87, -.41, .19, 1.44) 0.5s infinite forwards focus;}@-webkit-keyframes focus { 0% { opacity: 0.5; -webkit-transform: scale(0.7); transform: scale(0.7); } 33.33333% { opacity: 1; -webkit-transform: scale(1); transform: scale(1); } 100% { opacity: 0.5; -webkit-transform: scale(0.7); transform: scale(0.7); }}@keyframes focus { 0% { opacity: 0.1; -webkit-transform: scale(0.7); transform: scale(0.7); } 33.33333% { opacity: 1; -webkit-transform: scale(1); transform: scale(1); } 100% { opacity: 0.1; -webkit-transform: scale(0.7); transform: scale(0.7); }}*//*social.css*/.ss { display: flex; align-items: center; justify-content: center; height: 56px; margin: 0; padding: 0; position: absolute; right: 0; top: 9px;}.ss_pg { display: inline-block; float: left; width: 100%; height: auto; margin: 0 0 20px; right: auto; top: auto; position: relative;}.ss-st { position: absolute; top: 10px;}.ss .ss-lk { width: 36px; height: 36px; border-radius: 50%; background-color:var(--light); color: var(--black); list-style: outside none none; display: inline-block; float: left; position: relative; font-size: 17px; line-height: 1.8; text-align: center; -webkit-transition: all 0.3s ease; /* Safari 3.2+, Chrome */ -moz-transition: all 0.3s ease; /* Firefox 4-15 */ -o-transition: all 0.3s ease; /* Opera 10.5-12.00 */ transition: all 0.3s ease; margin-left: 32px; display: flex; align-items: center; justify-content: center; /* Firefox 16+, Opera 12.50+ */}.ss .ss-lk:hover { color: var(--black); border-color: initial;}.ss-lk.comment { color: var(--clr-a); border: 0; outline: 0; width: auto;}.ss .ss-lk.comment:hover { color: var(--dark); border-color: initial;}.ss .ss-cu { background-color: #f7f7f7; border-radius: 4px; display: inline-block; font-size: 13px; font-weight: 500; padding: 1px 0; text-align: center; width: 100%;}.ss .ss-lk .ss-icn { border-radius: 4px; text-align: center; font-size: 17px; display: block; margin: 0 2px 2px 0; height: 34px; line-height: 37px;}.ss .ss-lk .ss_sr { background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0; text-align: center; font-size: 0.7rem; display: block; margin: 0; line-height: 24px;}.ss .facebook:hover .vj_icn { color: #4373d2;}.ss .twitter:hover .vj_icn { color: #67c9e8;}.ss .reddit:hover .vj_icn { color: #ff4500;}.ss .googleplus:hover .vj_icn { color: #d34836;}.ss .linkedin:hover .vj_icn { color: #2674c3;}.email.ttp tip { background-color: #1f7ad7;}.ss .email:hover .vj_icn { color: #1f7ad7;}.whatsapp.ttp tip { background-color: #6ca933;}.whatsapp.ttp tip.on-bottom:after { border-bottom: 7px solid #6ca933;}.facebook.ttp tip { background-color: #4373d2;}.facebook.ttp tip.on-bottom:after { border-bottom: 7px solid #4373d2;}.twitter.ttp tip { background-color: #67c9e8;}.twitter.ttp tip.on-bottom:after { border-bottom: 7px solid #67c9e8;}.reddit.ttp tip { background-color: #ff4500;}.reddit.ttp tip.on-bottom:after { border-bottom: 7px solid #ff4500;}.googleplus.ttp tip { background-color: #d34836;}.googleplus.ttp tip.on-bottom:after { border-bottom: 7px solid #d34836;}.linkedin.ttp tip { background-color: #2674c3;}.linkedin.ttp tip.on-bottom:after { border-bottom: 7px solid #2674c3;}.email.ttp tip { background-color: #1f7ad7;}.email.ttp tip.on-bottom:after { border-bottom: 7px solid #1f7ad7;}.ss_cunt { background-color: var(--light); border: 1px solid rgba(0, 0, 0, 0.07); border-radius: 5px; color: var(--clr-d); display: inline-block; float: right; font-size: 13px; font-weight: 500; margin: 3px 10px 0; padding: 2px 9px;}.ss_cunt-t { color: var(--gray-dark);}.m-nv .ss .ss-lk { line-height: 36px; margin: 0; width: 36px; height: 36px; display: flex; align-items: center; justify-content: center; margin-left: 10px;}.m-nv .ss { top: 0;}.m-nv .ss .ss-lk.comment { width: auto; line-height: 51px;}.m-nv .cmt-cunt { margin-top: 15px;}.m-nv .ss .ss-lk.mailbox { line-height: 56px;}.pst_opt { align-items: center; justify-content: space-between; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-left: auto; margin-right: auto; }.ath_cnt { margin-right: 5px; max-width: 34%; font-size: 0;}.ath_img { border-radius: 100%; display: inline-block; height: 60px; overflow: hidden; vertical-align: middle; width: 60px;}.ath_img-img { width: auto; height: 100%; max-width: none;}.ath_nme { display: inline-block; font-size: 13px; vertical-align: middle; width:auto; word-break: break-word; padding-left: 6px; border-right: 1px solid #979797; padding-right: 5px; line-height: 1;}.pst_scl { flex: 1;}.pst_scl:before, .pst_scl:after { content: ''; clear: both; display: block;}.ndtv-icon { width: 20px; height: 20px; fill: #393939;}.st-social{ height: 30px; display: flex; align-items: center; justify-content: space-between;}.st-social .ss-lk{ width: 32px; height: 32px;}.st-social .ndtv-icon{ width: 18px; height: 18px;}.st-social .comment .ndtv-icon{ position: relative; top: 1px;}.vj_mix { display: inline-block; font-size: 0; margin: 0 auto; line-height: 1; position: relative; vertical-align: middle;}.j-stk-dn .searchBtn{margin:0px 0 0 20px;}.j-stk-dn .searchBtn:after { display: none;}.f16qnola{background-color: transparent!important;}.fvmxvuk {background-color: transparent!important; border: 1px solid transparent!important;}.pst_scl .ss-lk:first-child {margin-left: 0;}/*side-bar-add.css*/.sd-a_li {margin-bottom: 16px;border-bottom: 1px solid #ececec;padding-bottom: 16px;}.sd-a_lk {display: block;font-size: 0;}.sd-a_tl {color: var(--gray);font-size: 15px;font-weight: 400;margin-bottom: 4px;}.sd-a_wr {display: inline-block;position: relative;width: 100%;}.sd-pr_img {display: inline-block;max-width: 60px;max-height: 60px;vertical-align: middle;}.sd-a_ct {display: block;font-size: 0;left: 0;line-height: 1.2;padding-right: 80px;top: 0;width: 100%;}.sd-a_pr {color: var(--clr-b);display: inline-block;font-size: 15px;font-weight: 500;line-height: 1.4;margin-bottom: 4px;width: 100%;}.sd-a_ex {color: #78b952;display: block;font-size: 12px;font-weight: 400;}.sd-lg_im {max-height: 25px;width: auto;}.s-tx {position: relative;background: white;text-align: left;margin-bottom: 15px;}.sd-lg {border-top: 1px solid #eee;height: 22px;padding: 4px;width: 100%;}.sd-pr {height: 60px;width: 100%;}.sd-pr-lg {border: 1px solid #eee;border-radius: 4px;width: 72px;height: 84px;float: right;text-align: center;}.sd-pr:before {content: "";display: inline-block;vertical-align: middle;height: 100%;}.sd-cd_ar {background-color: #f7f7f7;border: 1px solid #eee;border-radius: 31px;width: 32px;height: 32px;font-family: "NDTV";font-size: 16px;line-height: 30px;float: right;text-align: center;}.sd-cd_ar:before {content: "\e940";}.sd-a_li:last-child {border-bottom: 0 none;padding-bottom: 0;}.sd-cd_cn {padding-right: 45px;}.sd-cd {border: 1px solid #e0e0e0;border-radius: 6px;box-shadow: 1px 1px 6px rgba(0,0,0,0.07);display: block;font-size: 0;padding: 10px;}.sd-cd.dd-ls_tg {display: block;margin-bottom: 6px;font-family: var(--ff-two);font-size: 12px;}.sd-cd .dd-ls_tg {display: block;font-family: var(--ff-two);font-size: 12px;margin: 3px 0;}/*side-widget.css*//* .s-lf-stky { position: -webkit-sticky; position: sticky; top: 90px;} */.s-lf-wid {display: inline-block;width: 200px;}.s-tx:before {background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23989898' fill-opacity='0.4' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");background-position: 50%;background-repeat: repeat-x;content: "";height: 100%;left: 0;position: absolute;width: 100%;top: 0;display: none;}.s-tx .s-ttl {background-color: none;line-height: 1.6;margin-bottom: 0;padding: 0;padding-top: 10px;font-size: 16px;letter-spacing: 1px;background-color:#f5f5f5;border-radius:3px;padding:3px;width:100%;text-align:center;}.s-ttl {display: inline-block;font-size: 19px;letter-spacing: 0.7px;padding-right: 15px;position: relative;text-transform: uppercase;}.s-ttl .s-ttl_s {margin-left: 5px;}.s-ls {float: left;width: 100%;}.s-ls_ul {}.trndngWdgt .s-tx {background: none;}.trndngWdgt .s-ls_li > a {width: 58px;height: 58px;float: left;margin-right: 15px;text-decoration: underline;}.trndngWdgt .s-ls_li > a:hover {text-decoration: underline;}.trndngWdgt .s-ls_li img {border-radius: 0;}.trndngWdgt.rltdwdgt .s-ls_li > a, .trndngWdgt.rltdwdgt .s-ls_txt, .trndngWdgt.rltdwdgt .s-ls_li {width: 100%;height: auto;}.trndngWdgt.rltdwdgt ul {counter-reset: num_cntr;list-style: none;padding-left: 23px}.trndngWdgt.rltdwdgt ul li {counter-increment: num_cntr;position: relative;}.trndngWdgt.rltdwdgt ul li:before {content: counter(num_cntr);padding: 0px 1px;font-size: 14px;line-height: 18px;border-bottom: 1px solid #222;position: absolute;top: -5px;left: -20px;font-weight: bold;}.s-ls_li {margin-bottom: 1rem;float: left;width: 100%;}.s-ls_br .s-ls_li {margin-bottom: 15px;padding-bottom: 15px;}.s-ls_img img {margin-bottom: 0.5rem;width: 100%;}.s-ls_txt {color: var(--clr-lnk);font-size: 14px;font-weight: 400;line-height: 1.56;width: calc(100% - 75px);float: left;margin-top: -5px;}.s-ls_txt:hover {text-decoration: underline;}.add-rhs {display: block;float: right;width: 300px;}.ins_keyword_rhs { float: left; margin-bottom: 15px;}.newins_widhead { float: left; width: 100%; margin-bottom: 5px; }.newins_widhead span { font-size: 16px; font-weight: 700; text-transform: uppercase;}.ins_keyword_rhs a { background-color: #f5f5f5; margin: 0px 5px 5px 0px; padding: 5px; border-radius: 3px; font-size: 13px; display: inline-block; line-height: 1;}.trndngWdgt.wthWs ul li:before{display: none;}.trndngWdgt.wthWs ul{padding-left:0}.trndngWdgt.wthWs ul li{display:flex; border-bottom: 1px solid #EDEDED; margin-top: 15px; padding-bottom: 28px;}.trndngWdgt.wthWs ul li .trndImg{flex-shrink: 0; width:50px; max-height:68px; margin-right:10px; overflow:hidden; border-radius: 4px;}.trndngWdgt.wthWs ul li:first-child{margin-top:15px;}.trndngWdgt.wthWs ul li .s-ls_txt{font-weight: 500; letter-spacing: -0.07px; line-height: 18px; margin-top: -3px;}.trndngWdgt.wthWs ul li .s-ls_txt:hover{text-decoration:none;}.trndngWdgt.wthWs ul li .trndImg img{border-radius: 4px;}.trndngWdgt.wthWs .trndCatNm{background:url(../images/card-icon.svg) left center no-repeat; background-size: 13px; padding-left: 20px; color:#000; letter-spacing: normal; margin-bottom: 2px; display:block; font-weight: 400;}.trndngWdgt.wthWs .trndNumSlds{font-size: 11px; color:#6E6E6E; letter-spacing: -0.06px; margin-top: 2px; display:block; font-weight: 400;}/*story-atf.css*/.sp-wrp {display: inline-block;padding: 0;}.ins_storybody {word-break: break-word;}#ins_storybody a {color: var(--clr-lnk);}#ins_storybody a:hover {text-decoration: underline;}#ins_storybody > p:nth-of-type(2) {margin-top: 1.5rem;}.s-lmr {position: relative;}.col-rt-1 {margin-left: 8.333333%;}.col-rt-7 {margin-left: 16.666667%;}.col-rt-9 {margin-left: 25%;}.col-lf-2 {height: 100%;left: 0;position: absolute;}.sp-ttl-wrp {width: 100%;display: block;font-size: 46px;font-weight: 900;line-height: 1.46;margin: 0px 0px 12px;}.sp-ttl {display: initial;font-size: 44px;font-weight: 900;margin: -12px 0px 16px;}.sp-descp {font-size: 21px;font-weight: 400;line-height: 31px;margin-bottom: 15px;}.ins_instory_dv img {width: 100%;}.stk-t {pointer-events: none;position: absolute;left: 0px;right: 0px;top: 0;bottom: 0;}.j-stk-dn .stk-t {pointer-events: auto;}.stk-t_wr {height: 60px;position: absolute;top: 50%;right: 0;left: 0;margin-left: auto;margin-right: auto;margin-top: -30px;width: 1260px;pointer-events: none;opacity: 0;transform: translate(0, -30px);transition: all 0.2s ease-in-out;transition-delay: 0s;z-index: 3;}.j-stk-dn .stk-t_wr {opacity: 1;transform: none;pointer-events: all;transition-delay: 0.2s;}.stk-ttl {font-size: 22px;font-weight: 600;line-height: 1.4;margin: 16px 0;position: relative;top: -5px;max-width: 48%;margin-left: 250px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}.j-stk-dn.search-active .stk-t_wr {opacity: 0;}.j-stk-dn.search-active .control {visibility: hidden;}.m-nv .stk-t .ttp .tip.on-bottom {top: 67px;}.m-nv .stk-t .ttp .tip.on-bottom {margin-left: -52px;}.cmt-cunt {color: var(--black);display: inline-block;font-family: var(--ff-two);float: right;font-size: 17px;font-weight: 700;line-height: 1;margin: 3px 0 0 5px;text-align: left;}.cmt-t {display: block;font-size: 11px;font-weight: 400;}.sp_ad-t {display: inline-block;float: left;margin-bottom: 25px;min-height: 84px;width: 100%;border: solid 1px #eaeaea;}.ads_tb-c {display: inline-block;float: left;position: relative;width: 100%;}.otr_lng-wrp {display: inline-block;font-size: 0;height: 42px;vertical-align: middle;}.otr_lng-btn {background: #ffffff;color: #666666;cursor: pointer;display: inline-block;font-size: 15px;font-weight: normal;border: 2px solid #f1f1f1;border-radius: 20px;padding: 8px 14px;margin-right: 4px;vertical-align: middle;}.s-lf-stky a:hover {color: var(--clr-lnk);}/*---- Press Release ----*/.prs_rls-lft .ins_instory_dv {float: left;padding-right: 30px;width: 50%;}.prs_rls-rgt .ins_instory_dv {float: right;padding-left: 30px;width: 50%;}.highlghts_Wdgt {width:100%;background-color: var(--white);padding: 0px;margin-bottom: 25px;font-size: 13px;}.highlghts_Wdgt h3 {letter-spacing: 1px;font-size: 14px;line-height: 1.6;text-transform: uppercase;margin-bottom: 0;text-align:center;padding-left:14px;background-color:#f5f5f5;border-radius:3px;padding:3px;}.highlghts_Wdgt ul {padding-top: 10px;display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;flex-direction: column;padding-left: 15px;-webkit-justify-content: space-between;justify-content: space-between;line-height: normal;}.highlghts_Wdgt ul li {width: 100%;position: relative;font-size: 14px;font-weight: 400;line-height: 1.36;color: var(--ttl);margin-bottom: 15px;padding-bottom:10px;}.highlghts_Wdgt ul li:before {content: '';position: absolute;top: 7px;left: -15px;width: 5px;height: 5px;border-radius: 50%;background-color: var(--gray-bg1);}.highlghts_Wdgt ul li a {font-size: 12px;line-height: 16px;}.highlghts_Wdgt.reltd li:before {display: none;}.highlghts_Wdgt.reltd h3 {text-align: left;background:none;padding:0;}.highlghts_Wdgt.reltd ul {padding-left: 0;flex-direction: row; margin-left: 0}.highlghts_Wdgt.reltd li {width: 32%;margin-bottom: 0;}.highlghts_Wdgt.reltd li a {display: table;}#ins_storybody .highlghts_Wdgt.reltd li a {color: var(--txt);}.highlghts_Wdgt.reltd li .imgCntnr {width: 58px;height: 58px;display: table-cell;vertical-align: top;}.highlghts_Wdgt.reltd li .imgCntnr > span {width: 45px;height: 48px;display: block;vertical-align: top;margin-right: 10px;position: relative;overflow: hidden;}.highlghts_Wdgt.reltd li .txtCntnr {line-height: 1.36;vertical-align: top;display: table-cell;position: relative;top: -5px;font-size:14px;}.highlghts_Wdgt.reltd {width:100%;position: relative;background-color: var(--white);padding: 15px;margin-bottom: 32px;box-shadow: 0 3px 9px rgba(0, 0, 0, 0.08);font-size: 13px;border: solid 1px #ddd;}.highlghts_Wdgt.reltd .crclBtn {border-radius: 50%;cursor: pointer;background: #f2f2f2;right: 15px;width: 23px;height: 23px;position: absolute;top: 10px;}.highlghts_Wdgt.reltd .crclBtn:before, .highlghts_Wdgt.reltd .crclBtn:after {transition: all 0.3s ease-in;width: 13px;height: 2px;background: #000;content: '';top: 0;left: 0;right: 0;bottom: 0;position: absolute;margin: auto;}.highlghts_Wdgt.reltd .crclBtn.plus:after {transform: rotate(-90deg);}.s-lf-stky .__pcwgtlhs {padding: 10px;width: 100%;text-align: center;margin-bottom: 30px;border: solid 1px #eaeaea;}.s-lf-stky .__pcwgtlhs.__pcwgtndtv .__pdimg img {max-width: 100%;}.__pcwgtlhs.__pcwgtndtv .__pdimg img {border-radius: 0px !important;}.s-lf-stky .__pcwgtlhs.__pcwgtndtv .__pd_title > a {font-size: 12px;font-weight: bold;}.s-lf-stky .__pcwgtlhs.__pcwgtndtv .__prchdr {font-size: 12px;line-height: 15px;margin-bottom: 5px;color: #999999;letter-spacing: 0;font-weight: 400;}.s-lf-stky .__pcwgtlhs.__pcwgtndtv .__prchdr a {color: #222;}.s-lf-stky .__pcwgtlhs .__pd_prc_wrp {margin-left: auto;margin-right: auto;}.s-lf-stky .__pcwgtlhs .__pd_offtag {margin: 5px auto;display: inline-block;width: auto;}/*Taboola*/.trc_rbox_container .text-links-b {border: 0;}.trc_rbox_container .text-links-b .trc_rbox_div .videoCube.thumbnail_none a {list-style-type: none;}.text-links-b .trc_rbox_header .trc_header_ext {text-transform: none;margin-top: 5px;margin-right: 5px;}.text-links-b .logoDiv a span {text-transform: none;margin-top: 5px;}.text-links-b .trc_rbox_outer .syndicatedItem .video-title {font-weight: normal;color: var(--clr-lnk);}/*zoom pic*/.imgZmC {position: relative;display: block;}.imgZm {background: url(../images/image-zoom.svg) no-repeat;transform: scale(0.95);transition: all 0.2s ease-out;width: 52px;height: 52px;position: absolute;display: block;z-index: 1;right: 10px;bottom: 20px;}.imgZmC:hover .imgZm {transform: scale(1.1)}.numb {position: absolute;top: 0;left: 0;width: 32px;height: 30px;display: flex;align-items: center;justify-content: center;font-size: 10px;font-weight: 600;color: #fff;letter-spacing: -0.5px;}.j-stk-dn .m-nv .numb {width: 19px;height: 18px;font-size: 10px;}.mov_details {width: 100%;padding-bottom: 20px;}.mov_details li {width: 100%;display: table;border-bottom: solid 1px #e5e5e5;padding: 5px 0;}.mov_details li b {width: 120px;display: table-cell;}.s-lmr { position: relative; clear: left;}.ins_storybody { color: var(--txt); font-size: 18px; font-weight: 400; letter-spacing: 0; line-height: 29px; float: left; position: relative;}.placeholder { margin: 0; width: 100%; height: 300px; background-color: #eee; position: relative;overflow: hidden}.placeholder:before { content: " "; position: absolute; top: 0; right: 0; bottom: 0; left: 50%; z-index: 1; width: 500%; margin-left: -250%; -webkit-animation: pcload 0.5s linear infinite; animation: pcload 0.5s linear infinite; background: linear-gradient(to right, rgba(255, 255, 255, 0) 46%, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0) 54%) 50% 50%;}@keyframes pcload{ 0%{ left:0; } 100%{ left:110%; }}/*advertisement.css*/.t-add { background-color: #d9dee4;}.add-wrp { text-align: center; margin: 0px auto;}.add-img { background-color: var(--light-m1); display: inline-block; height: auto; margin: 15px auto; min-width: 728px;}.add__txt { color: #999999; display: inline-block; font-size: 11px; padding: 1px 0; width: 100%; text-align: center;}.add__placeholder { font-size: 0; margin-bottom: 15px; padding: 0; text-align: right;}.add-rhs .newins_widget .video-title, .add-rhs .newins_widget .vertical-a .syndicatedItem .video-title, .thumbnails-d .syndicatedItem .video-title { font-size: 14px !important; color: #2E2E2E !important; line-height: 1.4 !important;}.add-rhs .trc_elastic_vertical-a .trc_rbox_outer .videoCube { margin-bottom: 20px;}#taboola-below-article-thumbnails .trc_related_container { background-color: #fdfdfd; padding: 10px !important;}.trc_rbox_header_span { color: #222; font-family: var(--ff-one); padding: 0 0 0 0px; font-size: 12px; font-weight: 400;}.__pcwgtlhs { font-family: var(--ff-one) !important;}.sp_ad-t .trc_rbox_header_span {padding-left: 15px;}/*footer-sticky.css*/.foot-sticky {width: 100%;min-height: 90px;padding: 15px 0;background-color: rgba(253, 253, 253, 0.9);border-top: solid 1px #ddd;position: fixed;bottom: 0;transition: all 0.3s linear; left: 0;z-index: 9;backdrop-filter: blur(10px);-webkit-backdrop-filter: blur(10px);box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);}.dirt-arrow {padding: 5px 10px;position: absolute;z-index: 9;left: 25px;min-width: 110px;height: 32px;display: flex;align-items: center;justify-content: center;cursor: pointer;border-radius: 3px 3px 0 0;box-shadow: none;background-color: rgba(253, 253, 253, 0.9);top: -31px;border: solid 1px #ddd;border-bottom-color: rgba(253, 253, 253, 0.9);backdrop-filter: blur(10px);-webkit-backdrop-filter: blur(10px);box-shadow: 0 -3px 5px rgba(0, 0, 0, 0.05);}.dirt-arrow span {display: block;font-size: 15px;text-transform: uppercase;font-weight: 400;padding-top: 2px;margin-right: 5px;}.dirt-arrow svg {transform: rotate(90deg);width: 15px;height: 15px;margin-top: 3px;}.foot-news {width: 100%;height: 100%;display: flex;padding: 0px 20px;z-index: 0;position: relative;}.foot-news--list {width: calc(20% - 15px);display: table;margin-left: 20px;padding: 5px;}.foot-news--list:first-child {margin-left: 0;}.foot-news--list .foot-thumb {display: table-cell;vertical-align: top;}.foot-news--list .foot-thumb span {width: 55px;height: 55px;margin-right: 10px;display: block;position: relative;overflow: hidden;}.foot-news--list .title {display: table-cell;vertical-align: top;font-family: var(--ff-one);font-size: 14px;font-weight: 400;color: var(--ttl);line-height:1.4;}.foot-news--list .title:hover {text-decoration: underline;}.foot-sticky.hideon {transform: translate(0%, 100%);background-color: #e5e5e5;border-top: none;}.hideon .dirt-arrow svg {transform: rotate(-90deg);}.foot-news--list .title a:visited { color: #5182a5;}/*webstories-widget.css*/.articleWdgt{width:100%; max-width: 650px; margin-bottom: 20px; margin-top:10px;}.articleWdgt .swiper-container{padding:15px 5px 15px 5px; width:calc(100% + 5px); margin-left: -5px;}.articleWdgt .swiper-wrapper > .swiper-slide{height:auto; box-shadow: 0px 0px 6px rgba(0,0,0,0.2); padding:10px; border-radius: 5px; text-align: center; max-width: 210px;}.articleWdgt .swiper-wrapper > .swiper-slide.ampTtl{background:url(../images/card-icon.svg) center 8px no-repeat; background-size: 24px auto; padding:40px 0px 0px 0px; font-weight: 600; font-size:16px; margin-bottom: 0; width: 60px; line-height: 1.2; box-shadow: none; background-color: transparent;}.articleWdgt .ampTtl a{color: black; font-size: 13px; line-height: normal; text-align: center; font-weight: 600;}.articleWdgt .swiper-slide a{display: flex; justify-content: center;}.articleWdgt .wdgtimg{padding:0; border-radius: 4px; min-width:52px; width: 52px; height:auto; top:0;position: relative;margin: auto; margin-right: 10px; overflow: hidden; background-color: white;}.articleWdgt .wdgtimg img{position: static; left:0; top: 0; margin: auto}.articleWdgt .wdgtTtl{text-align: left; font-size: 15px; line-height: 1.3; font-weight: 400;width: 100%;}.articleWdgt .swiper-button-next, .articleWdgt .swiper-button-prev{outline:none; background:url(../images/arrow-lr.svg) center center no-repeat white; width:36px; height: 36px; box-shadow:0px 0px 8px rgba(0,0,0,0.35); border-radius: 50%; background-size: 55px auto; opacity: 0.90; transition: all 0.2s linear; top: 0; bottom: 0; margin: auto;}.articleWdgt .swiper-button-next:hover, .articleWdgt .swiper-button-prev:hover{opacity: 1;}.articleWdgt .swiper-button-next:after, .articleWdgt .swiper-button-prev:after{display: none;}.articleWdgt .swiper-button-disabled{display: none;}.articleWdgt .swiper-button-prev{background-position: 12px center; left:5px}.articleWdgt .swiper-button-next{background-position:-32px center; right:5px}.articleWdgt.rhsArticle{position: relative; padding-left: 0;}.articleWdgt.rhsArticle .swiper-wrapper > .swiper-slide.ampTtl{width: 50px; margin-right: 0px;}.articleWdgt.rhsArticle .swiper-container{margin-left: -5px; padding:15px 5px; width: calc(100% + 10px);}.articleWdgt.rhsArticle .swiper-button-prev{left:-40px; background-position: 12px center;}.articleWdgt.rhsArticle .swiper-button-next{right:0px; background-position: -33px center;} @media(max-width:767px){ .articleWdgt{background-color: #f2f2f2; max-width: 100%; width: 100%; overflow: hidden; margin-bottom: 0;} .articleWdgt .freeMode .swiper-wrapper{overflow-x: scroll; white-space: nowrap; width:100%;} .articleWdgt .freeMode .swiper-wrapper > div:first-child{margin-left: 15px;} .articleWdgt .swiper-container{padding-top: 0px; padding-bottom: 0;} .articleWdgt .ampTtl{background-position: center 0; padding-left:15px; font-size: 17px; background-size: 20px auto; padding-top: 23px; display: inline-block; text-align: center; line-height:1.1; padding-right: 15px; vertical-align: middle;} .articleWdgt .swiper-wrapper .swiper-slide{display:inline-block; vertical-align: middle; margin-right: 15px; text-align: center; white-space: normal; padding:8px; border-radius: 4px; background-color: white;box-shadow:0 0 28px 5px rgba(184,184,184,0.15); margin-left: -3px;} .articleWdgt .swiper-slide{min-width: 205px; width:205px;} .articleWdgt .wdgtTtl{font-weight: 500; font-size: 14px;} .articleWdgt .swiper-wrapper{padding-top: 15px; padding-bottom: 15px;} .articleWdgt .wdgtimg{width: 52px; min-width: 52px;} .articleWdgt .wdgtimg img{ position: relative; display: block;} .wdgtArticl{width: calc(100% + 30px); margin-left: -15px; max-width: inherit;} .articleWdgt .swiper-wrapper > .swiper-slide.wBg{min-width: auto; padding: 0; margin-left: 15px;padding-top: 38px;background-position: center 8px;padding-bottom: 0px;}}#ins_storybody .articleWdgt .swiper-slide a {color:#454545; text-decoration:none;}.articleWdgt .wdgtTtl span.catNm {font-size: 12px;text-transform: uppercase;color: #898989;display: block; margin-bottom: 2px; margin-top: 0;}.articleWdgt .swiper-wrapper > .swiper-slide.ampTtl{width:60px}.articleWdgt.rhsArticle .swiper-wrapper > .swiper-slide{max-width: 205px;}/*amp-stories.css*/.ls-ampS-search{float: right; width: 210px; margin-top: 10px;}.ls-ampS-search .--ampS-searchBx{border:1px solid #eaeaea;border-radius: 4px; overflow: hidden; height: 35px; display: flex;} .ls-ampS-search .--ampS-searchBx .--ampS-searchField{height: 100%; width: 100%; border-radius: 6px; overflow: hidden;border:none; outline: none; padding: 0px 10px; font-size: 14px; color:#616161}.ls-ampS-search .--ampS-searchBx .--ampS-searchButton{background: url(../images/search.svg) center center no-repeat transparent; width: 30px; height: 100%;border:none; outline: none; cursor: pointer;}.ls-ampS-cat{margin-top:20px}.ls-ampS-cat ul{display: flex; width: 100%; margin:0px auto; margin-bottom: 30px; align-content: center; justify-content: space-between; border-bottom: 1px solid #efefef;}.ls-ampS-cat li{display: block; width: 100%;}.ls-ampS-cat li a{display: block; background-color: #F9F9F9; text-align: center; font-size: 14px; letter-spacing: 0.3px; font-weight:500; padding: 7px 10px; color:#616161; border-right:1px solid white; transition: none;}.ls-ampS-cat li a:hover{background-color: #f9f9f9;}.ls-ampS-cat li:first-child a{border-radius: 6px 0 0 0px;}.ls-ampS-cat li:last-child a{border-radius:0 6px 0px 0; overflow:hidden; border:none}.ls-ampS-cat li a.active{font-weight:600; color:#306086; background: #FFFFFF; border-radius:6px 6px 0 0; position: relative; margin-top:-5px; padding-top: 11px; border:1px solid #efefef; overflow: visible; margin-right: 1px;}.ls-ampS-cat li a.active:after{position: absolute; width:100%; top:100%; height: 15px; background-color: white; content: ''; left: 0;}.ls-ampS .--ampS-Lstng{display: flex;margin-bottom: 10px; width: 100%; justify-content: space-between; flex-wrap: wrap;}.ls-ampS .noSlider{padding-top: 10px;}.ls-ampS .noSlider .swiper-wrapper{display:flex; flex-wrap: wrap; width: 100%;}.ls-ampS .noSlider > div:not(:first-child){display: none;}.ls-ampS .hdng_Styl1{width: 100%; font-size: 28px;}.ls-ampS .--ampS-catSldr{padding: 8px 20px 5px;margin-left: -20px; width: calc(100% + 40px);}.ls-ampS .--ampS-catSldr .swiper-button-next, .ls-ampS .--ampS-catSldr .swiper-button-prev{display: flex; align-items: center; justify-content: center; width: 42px; height: 42px; border-radius: 50%; background: #fff; box-shadow: 0 2px 6px 0 rgba(0,0,0,.5); opacity: 1; text-align: center; outline:none;}.ls-ampS .--ampS-catSldr .swiper-button-next{right: 4px;}.ls-ampS .--ampS-catSldr .swiper-button-prev{left: 4px;}.ls-ampS .--ampS-catSldr .swiper-button-disabled {display: none;}.ls-ampS .--ampS-catSldr .swiper-button-next:after, .ls-ampS .--ampS-catSldr .swiper-button-prev:after{background: url(https://cdn.ndtv.com/static/web/images/arwryt.svg) no-repeat; background-size: 100%; content: ''; width: 12px; height: 17px; display: inline-block; position: relative;}.ls-ampS .--ampS-catSldr .swiper-button-prev:after{transform: rotateY(180deg);}.ls-ampS .--ampS-catSldr .--ampS-Itm{max-width: none;height: auto;}.ls-ampS .--ampS-Img{height: 375px;overflow: hidden;position:relative;}.ls-ampS .--ampS-Img img{width:100%;}.ls-ampS .--ampS-Itm{transition:box-shadow .3s ease-out, transform .3s ease-out; max-width: 31%; overflow: hidden; background: #FFFFFF; box-shadow: 0 0 8px 0 rgba(53,53,53,0.18); border-radius:6px; display: flex; flex-direction: column; margin-bottom: 30px;border:1px solid transparent;margin-right:3.5%;height: auto;}.ls-ampS .--ampS-Itm:nth-child(3n){margin-right:0}.ls-ampS .--ampS-Itm.viewed{border-color: #d1d1d1; background-color: #f8f8f8;}.ls-ampS .--ampS-Itm.viewed .--ampS-Ttl a{color: #767676;}.ls-ampS .--ampS-Itm a{display: block;}.ls-ampS .--ampS-Itm:hover{box-shadow:rgba(45,45,45,0.05) 0px 2px 2px, rgba(49,49,49,0.05) 0px 4px 4px, rgba(42,42,42,0.05) 0px 8px 8px, rgba(32,32,32,0.05) 0px 16px 16px, rgba(49,49,49,0.05) 0px 22px 22px, rgba(35,35,35,0.02) 0px 64px 64px; transform: translate(0, -4px);}.ls-ampS .--ampS-Itm .--ampS-Ttl{font-weight:400; font-size: 17px; line-height: 1.5; color:#2a2a2a; margin:0}.ls-ampS .--ampS-Itm .--ampS-Cont{padding:10px 15px 15px 15px;} .ls-ampS .--ampS-Itm .--ampS-DtLg{display: flex; justify-content: space-between; padding:5px 15px 10px 15px; font-size: 13px; align-self: flex-end; margin-top: auto; width: 100%; color:#454545;}.ls-ampS .--ampS-Itm .--ampS-Lg{width:70px; height:30px; position: relative; top:-5px; background-size: contain; 25px; background-repeat:no-repeat; background-position:right center;}.ls-ampS .--ampS-Itm .--ampS-Lg.food{width:55px;background-image: url(../images/logo-food-hindi.svg);}.ls-ampS .--ampS-Itm .--ampS-Lg.health{background-image: url(../images/logo-doctor-hindi.svg);}.ls-ampS .--ampS-Itm .--ampS-Lg.fashion{background-image: url(../images/logo-movies-hindi.svg);}.ls-ampS .--ampS-Itm .--ampS-Lg.beauty{background-image: url(../images/logo-swirlster-hindi.svg);}.ls-ampS .--ampS-Itm .--ampS-Lg.gaming{background-image: url(../images/logo-gadgets-hindi.svg);}.ls-ampS .--ampS-Itm .--ampS-Lg.tech{background-image: url(../images/logo-gadgets-hindi.svg);}.ls-ampS .--ampS-Itm .--ampS-Lg.travel{background-image: url(../images/khabar.svg);}.ls-ampS .--ampS-Itm .--ampS-Lg.entertainment{background-image: url(../images/khabar.svg);}.ls-ampS .--ampS-Itm .--ampS-Lg.sports{ height:30px;background-image: url(../images/logo-sports-hindi.svg);}.ls-ampS .--ampS-Itm .--ampS-Lg.fitness{background-image: url(../images/logo-doctor-hindi.svg);}.ls-ampS .--ampS-Itm .--ampS-Lg.wellness{background-image: url(../images/logo-doctor-hindi.svg);}.ls-ampS .--ampS-Itm .--ampS-Lg.humor{background-image: url(../images/logo-ndtv.svg);}.ls-ampS .--ampS-Itm .--ampS-Lg.celeb{background-image: url(../images/khabar.svg);}.ampS-LoadItms{text-align: center; margin-bottom: 40px;}.ampS-LoadItms a{transition:box-shadow .3s ease-out,transform .3s ease-out; display: inline-block; background: #fff; text-transform: uppercase; font-size: 14px; font-weight: 500; border-radius: 40px; padding: 7px 30px 7px 20px; color: #444; box-shadow:0 0 8px 0 rgba(53,53,53,0.18); position: relative;}.ampS-LoadItms a:hover{box-shadow:0 3px 12px 0 rgba(53,53,53,0.28); transform: translateY(-4px);}@-moz-keyframes bounce{ 0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0); transform: translateY(0); } 40% { -moz-transform: translateY(-6px); transform: translateY(-6px); } 60% { -moz-transform: translateY(-2px); transform: translateY(-2px); }}@-webkit-keyframes bounce { 0%, 20%, 50%, 80%, 100% { -webkit-transform: translateY(0); transform: translateY(0);} 40% { -webkit-transform: translateY(-6px); transform: translateY(-6px); } 60% { -webkit-transform: translateY(-2px); transform: translateY(-2px); }}@keyframes bounce { 0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0); -ms-transform: translateY(0); -webkit-transform: translateY(0); transform: translateY(0); } 40% { -moz-transform: translateY(-6px); -ms-transform: translateY(-6px); -webkit-transform: translateY(-6px); transform: translateY(-6px); } 60% { -moz-transform: translateY(-2px); -ms-transform: translateY(-2px); -webkit-transform: translateY(-2px); transform: translateY(-2px); }}.ampS-LoadItms a:after{ -moz-animation: bounce 2s infinite; -webkit-animation: bounce 2s infinite; animation: bounce 2s infinite; background: url(../images/arwdown.svg) center center no-repeat; position: absolute; width: 14px; height: 14px; content: ''; right: 10px;top: 0; bottom: 0; margin: auto; transition: all 0.2s linear;}.story_footer .watch-news{width:50%}.story_footer .nsl_fr{width: 50%;}.story_footer .nsl_tt{max-width: 200px;}@media(max-width:768px){ .ls-ampS-search{float: none; width:100%; margin:0; margin-top:10px;} .ls-ampS-search .--ampS-searchBx{height: 40px; border-color: #d1d1d1;} .ls-ampS-search .--ampS-searchBx .--ampS-searchButton{width: 40px;} .ls-ampS-search.list-head__txt{padding-top: 0; padding-bottom: 0;} .ls-ampS-cat{overflow-x: auto; margin: 0; padding-top: 10px;} .ls-ampS-cat ul{border:none; margin:7px 0; float: left;} .ls-ampS-cat li{margin-right: 5px;} .ls-ampS-cat li:first-child a{border-radius: 30px; margin-right:5px} .ls-ampS-cat li:last-child a,.ls-ampS-cat li a{transition: none; border:1px solid #D1D1D1; background-color: transparent; border-radius: 30px; padding: 10px 16px; margin-right: 5px;} .ls-ampS-cat li:last-child{margin-right: 15px;} .ls-ampS-cat li a.active{padding: 10px 16px; border-radius: 30px; background: #DADDE3; box-shadow: 0 0 9px 0 rgba(49,96,134,0.14); margin-top:0} .ls-ampS-cat li a.active:after{display: none;} .ls-ampS{padding: 15px 15px 0 15px; margin-bottom:0;} .ls-ampS .hdng_Styl1{width: 100%; font-size: 20px; margin:0px 0px 10px 0px; font-weight: 700;} .ls-ampS .--ampS-Lstng{margin-bottom: 0;} .ls-ampS .--ampS-Lstng.scrl .swiper-wrapper{display: flex; flex-wrap: nowrap; overflow-x: auto; padding-top: 8px;} .ls-ampS .--ampS-Lstng.scrl .--ampS-Itm{max-width: 55%; width: 100%; min-width: 55%; margin-right: 3.5%;} .ls-ampS .--ampS-Lstng .--ampS-Img{height: auto;} .ls-ampS .--ampS-Itm{max-width: 48%; border-radius: 4px;} .ls-ampS .--ampS-Itm.viewed{border-color: #aaa;} .ls-ampS .--ampS-Itm .--ampS-Cont{padding: 5px 10px 10px 10px;} .ls-ampS .--ampS-Itm .--ampS-Ttl{font-size: 15px; font-weight: 600; line-height: 1.25;} .ls-ampS .--ampS-Itm .--ampS-DtLg{font-size: 9px; line-height: 1.2; padding: 10px 10px 10px 10px; align-items: center;} .ls-ampS .--ampS-Itm .--ampS-Lg{width: 50px; height: 25px; background-size: 100%; top:0} .ampS-LoadItms{padding-bottom: 20px;}}/*-Home--*/.ampLstngHome *{box-sizing: border-box;}.ampLstngHome.col-lhs{margin-top:18px; display:inline-block; width: 100%; clear: both;}.ampLstngHome.col-lhs .--ampS-Itm .--ampS-Cont .--ampS-Ttl{ display: block; display: -webkit-box; max-height: 70px; text-overflow: ellipsis; overflow: hidden; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }.ampLstngHome .ls-ampS .--ampS-catSldr{padding-top:0;}.ampLstngHome .bigstory_list{border-radius: 4px;}.ampLstngHome .ls-ampS .--ampS-Img{height: auto; position: relative;}.ampLstngHome .ls-ampS .--ampS-catSldr{width: calc(100% + 30px); margin-left: -15px; padding: 0 15px;}.ampLstngHome .ls-ampS .--ampS-Itm{box-shadow: none;}.ampLstngHome .ls-ampS .--ampS-Itm .--ampS-Hdng{font-size: 14px; letter-spacing: normal; margin:0; font-weight: 700; text-transform: uppercase; margin-bottom: 5px;}.ampLstngHome .ls-ampS .--ampS-Itm .--ampS-Ttl{font-size: 15px;}.ampLstngHome .ls-ampS .--ampS-Itm:hover{transform: none;}.ampLstngHome .--ampS-sldsCnt{position: absolute; bottom:10px; width: 100%; left: 0;}.ampLstngHome .--ampS-sldsCnt.top{top:10px; bottom: unset;}.ampLstngHome .--ampS-sldsCntInsd{display: flex; justify-content: space-between; padding: 0px 4px;}.ampLstngHome .--ampS-sldsCnt span{background-color: white; display: block; height: 2px; width: 100%; margin-right: 3px; border-radius: 2px;}.ampLstngHome .--ampS-sldsCnt span:last-child{margin-right: 0;}@media(max-width:768px){ .ampLstngHome .ls-ampS{padding: 0; padding-top: 10px;} .ampLstngHome .ls-ampS .--ampS-Lstng.scrl .swiper-wrapper{padding-left: 20px;} .ampLstngHome .ls-ampS .--ampS-Itm .--ampS-Ttl{text-transform: none; line-height: 1.3; font-size: 15px;} .ampLstngHome .ls-ampS .--ampS-Itm .--ampS-Hdng{font-size: 14px; font-weight: 800;} .ampLstngHome .ls-ampS .--ampS-Itm{box-shadow:0 1px 6px rgba(32, 33, 36, 0.28); border-radius: 8px;} .ampLstngHome .ls-ampS .--ampS-Itm .--ampS-Ttl{font-weight: 500; margin-top: 0px; line-height: 1.3;}}/*--Khabar--*/.ampLstngKhb .ls-ampS-cat li a{font-size: 17px;}.ampLstngKhb .noSlider.swiper-container{overflow: visible;}.ampLstngKhb .sp-ttl{font-size: 40px;}@media(max-width:768px){ .ampLstngKhb .ls-ampS .--ampS-Itm .--ampS-Ttl{line-height: 1.55;} .ampLstngKhb .ls-ampS, .ampLstngKhb .ls-ampS-search, .ampLstngKhb .ls-ampS-cat{background-color: white;} .ampLstngKhb .ls-ampS-search{padding: 20px 20px 0px; margin: 0;} .ampLstngKhb .ls-ampS-cat{padding:10px 20px 10px;} .ampLstngKhb .ls-ampS-cat li a{line-height: 1; font-size: 15px;} .ampS-LoadItms{background-color: white;}}.--ampS-TtlMn {background: url(../images/card-icon.svg) left 18px no-repeat white;padding-left: 41px;background-size: 30px auto;display: block;line-height: normal;}.ls-ampS .--ampS-sldsCnt{position: absolute; bottom:10px; width: 100%; left: 0; z-index: 1; }.ls-ampS .--ampS-sldsCntInsd{display: flex; justify-content: space-between; padding: 0px 4px;}.ls-ampS .--ampS-sldsCnt span{background-color: #e8e8e8; display: block; height: 2px; width: 100%; margin-right: 3px; border-radius: 2px;}.ls-ampS .--ampS-sldsCnt span:last-child{margin-right: 0;}.ls-ampS .--ampS-Img:after { content: ''; background-image: linear-gradient(-180deg, rgba(238,238,238,0.00) 0%, rgba(0,0,0,0.25) 100%); position: absolute; height: 30%; bottom: 0; width: 100%;}/*instagram.css*/.insta-socials{float:right}.insta-socials .ss{height:auto}.insta-socials .ss .ss-lk{margin-left:15px}.insta-icon{display:inline-block;margin-right:10px}.insta-icon a{display:block;padding:5px;font-size:0;line-height:0;background:#d6249f;background:radial-gradient(circle at 30% 107%,#fdf497 0,#fdf497 5%,#fd5949 45%,#d6249f 60%,#285aeb 90%);border-radius:10px}.insta-icon .instagram .ndtv-icon{width:32px;height:32px;fill:#fff}.insta-listing{width:100%;padding-top:10px;padding-bottom:50px}.insta-listing-inside{width:100%;position:relative}.insta-list{width:calc(100% + 20px);display:flex;flex-wrap:wrap;margin-left:-10px}.insta-list-iteam{width:210px;height:210px;margin:10px;position:relative;overflow:hidden;transition:all .3s ease-in-out}.insta-list-iteam a{display:block;cursor:pointer;position:relative}.insta-list-iteam a:after{content:"";position:absolute;width:100%;height:100%;background-color:rgba(255,255,255,0);left:0;top:0}.insta-list-iteam:hover{box-shadow:0 0 10px rgba(0,0,0,.15);border-color:#245e8a}.insta-list-iteam a:hover:after{background-color:rgba(255,255,255,.15)}.video-grid{padding:6px}.video-grid a{height:196px;border-radius:4px;overflow:hidden}.video-grid a:before{content:"";width:32px;height:32px;position:absolute;top:3px;right:3px;background:url("images/sprite-icon.png") 0px -37px no-repeat; background-size: 65px 65px;}.photo-grid a:before{content:"";width:32px;height:32px;position:absolute;top:5px;right:5px;background:url("images/sprite-icon.png") 0px 0px no-repeat; background-size: 65px 65px;}.more-insta{width:auto;display:table;margin:10px auto;-webkit-appearance:none;border:1px solid #e5e5e5;background-color:#fff;border-radius:6px;padding:12px 35px;font-size:14px;font-weight:500;color:#333;text-transform:uppercase;letter-spacing:1px}.more-insta:hover{border-color:#555} /*lottoland.css*/ .pst-by{align-items: center;}.pst-by_li{margin-bottom: 0;}.spnsrd__dtline a{display: flex; justify-content: center; align-items: center; width: 150px; height: 40px; background: rgb(165,205,40);background: linear-gradient(90deg, rgba(165,205,40,1) 0%, rgba(105,165,7,1) 100%); border-radius:2px; float:right; padding:0px 5px; margin-top:-15px}.spnsrd__dtline .txt__spnsrd{font-size: 7px; font-weight: 500; color:white; margin-bottom: 0px; display: block;white-space: nowrap;}.spnsrd__dtline .logo_txt{text-align: center; margin-right:10px;}.spnsrd__dtline .logo__lft{width: 50px;}.spnsrd__dtline .lg__spnsrd{width: 65px;}.spnsrd__dtline .logo__lft img,.spnsrd__Bx .lg__spnsrd img{width: 100%; display:block}.rl__vdos{margin: 20px 0px;}.rl__vdos .hdr{display:flex; justify-content: space-between; align-items: center; background: rgb(165,205,40); background: linear-gradient(90deg, rgba(165,205,40,1) 0%, rgba(105,165,7,1) 100%); border-radius:3px 3px 0px 0px;}.rl__vdos .hdr h2{font-size: 18px; line-height: normal; margin:0; font-weight: 600; padding:10px}.rl__vdos .vdos_bx{border:1px solid #DFDFDF; border-top:0; padding: 10px; border-radius: 0px 0px 3px 3px;}.rl__vdos .vdos_bx .vdos_itm{display:flex; border-bottom: 1px solid #D3D3D3; padding-bottom: 10px; margin-bottom: 10px;}.rl__vdos .vdos_bx .vdos_itm:last-child{border-bottom: none; margin-bottom: 0; padding-bottom: 0;}.rl__vdos .vdos_bx .vdos_itm .vdos_img{width: 108px; height: 72px; overflow: hidden; border-radius: 2px; flex-shrink: 0; margin-right: 13px; position: relative;}.rl__vdos .vdos_bx .vdos_itm .vdos_img a:before{background: rgba(0,0,0,0.76); border: 1px solid #FFFFFF;content:""; width: 21px; height:21px;position: absolute; bottom:7px; left:8px; border-radius: 3px; z-index: 1;}.rl__vdos .vdos_bx .vdos_itm .vdos_img a:after{border-top: 4.5px solid transparent; border-bottom: 4.5px solid transparent; border-left: 7px solid white; content: ""; position: absolute; left:15px; bottom: 13px; z-index: 2;}.rl__vdos .vdos_bx .vdos_itm .vdos_img img{position: absolute; top:0; bottom: 0; left: 0; right: 0; margin: auto; min-height: 100%;}.rl__vdos .vdos_bx .vdos_itm .vdos_cont h3{font-size: 14px; margin-bottom: 0; line-height: 1.3;}.spnsrd__Bx a{display: flex; justify-content: center; align-items: center;padding:0px 5px}.spnsrd__Bx .txt__spnsrd{font-size: 8px; font-weight: 500; color:white;display: block;}.spnsrd__Bx .logo_txt{text-align: center; margin-right:10px; margin-top: 3px;}.spnsrd__Bx .logo__lft{width: 55px;}.spnsrd__Bx .lg__spnsrd{width: 67px;}.spnsrd__Bx .logo__lft img,.spnsrd__Bx .lg__spnsrd img{width: 100%; display: block;}#story_video iframe{padding-bottom: 0;}.spnsrd__Bx {display: flex;}