/*
0 - 767px:      Phone
768 - 991px:    Tablet portrait
992 - 1200px:   Tablet landscape
1200 + : Big desktop is where our normal styles apply

$breakpoint arguement choices:
- phone-port
- phone
- tab-port
- tab-land
- big-desktop

ORDER: Base + typography > general layout + page layout > components

1em = 16px
*/
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body ul li {
  list-style-type: none;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

@media (min-width: 320px) {
  .wrapper {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }
}

@media (min-width: 992px) {
  .wrapper {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
  }
}

.container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1030px;
}

::-moz-selection {
  color: #fff;
}

::selection {
  color: #fff;
}

img {
  max-width: 100%;
  height: auto;
}

.colorRed {
  color: #e02e2e !important;
}

.colorGreen {
  color: #008000 !important;
}

.siteIcons {
  font-family: 'siteIcons' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon {
  font-family: 'iconsSocial' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.subscribeicon {
  font-family: 'subscribeicon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-facebook:before {
  content: "\e900";
  color: #fff;
}

.icon-linkdin:before {
  content: "\e901";
  color: #fff;
}

.icon-notification:before {
  content: "\e902";
  color: #fff;
}

.icon-rss:before {
  content: "\e903";
  color: #fff;
}

.icon-telegram:before {
  content: "\e904";
  color: #fff;
}

.icon-twitter:before {
  content: "\e905";
  color: #fff;
}

.icon-youtube:before {
  content: "\e906";
  color: #fff;
}

.icon-restart:before {
  content: "\e931";
}

.icon-volume_mute:before {
  content: "\e932";
}

.icon-volume_sound:before {
  content: "\e933";
}

.icon-clock_alaram:before {
  content: "\e930";
}

.icon-circle_close:before {
  content: "\e92f";
}

.icon-growth:before {
  content: "\e92d";
}

.icon-clock:before {
  content: "\e92e";
  color: #134563;
}

.icon-add-star:before {
  content: "\e911";
}

.icon-key:before {
  content: "\e928";
}

.icon-mail:before {
  content: "\e929";
  color: #e12e2e;
}

.icon-multimedia:before {
  content: "\e92a";
}

.icon-spotlight:before {
  content: "\e92b";
  color: #e12e2e;
}

.icon-white-camera:before {
  content: "\e92c";
  color: #fff;
}

.icon-envelope_mail:before {
  content: "\e923";
}

.icon-user_avatar:before {
  content: "\e927";
}

.icon-arrow-left:before {
  content: "\e900";
  color: #b5b5b5;
}

.icon-arrow-right:before {
  content: "\e901";
  color: #b5b5b5;
}

.icon-camera:before {
  content: "\e902";
  color: #e12e2e;
}

.icon-circle_camera .path1:before {
  content: "\e903";
  color: #e12e2e;
}

.icon-circle_camera .path2:before {
  content: "\e904";
  margin-left: -1em;
  color: white;
}

.icon-circle_camera .path3:before {
  content: "\e905";
  margin-left: -1em;
  color: #e12e2e;
}

.icon-circle_camera .path4:before {
  content: "\e906";
  margin-left: -1em;
  color: #e12e2e;
}

.icon-circle_video .path1:before {
  content: "\e907";
  color: #e12e2e;
}

.icon-circle_video .path2:before {
  content: "\e908";
  margin-left: -1em;
  color: white;
}

.icon-circle_video .path3:before {
  content: "\e909";
  margin-left: -1em;
  color: #e12e2e;
}

.icon-circle_video .path4:before {
  content: "\e90a";
  margin-left: -1em;
  color: #e12e2e;
}

.icon-commodity_market:before {
  content: "\e90b";
}

.icon-derivatives:before {
  content: "\e90c";
}

.icon-down_arrow:before {
  content: "\e90d";
  color: #e12e2e;
}

.icon-down_side_arrow .path1:before {
  content: "\e90e";
  color: #e12e2e;
}

.icon-down_side_arrow .path2:before {
  content: "\e90f";
  margin-left: -1em;
  color: white;
}

.icon-gold_price:before {
  content: "\e910";
}

.icon-grey_down:before {
  content: "\e912";
  color: #494949;
}

.icon-grey_up:before {
  content: "\e913";
  color: #494949;
}

.icon-money-sack:before {
  content: "\e914";
}

.icon-mutual_funds:before {
  content: "\e915";
}

.icon-pause:before {
  content: "\e916";
  color: #b5b5b5;
}

.icon-personal_finance:before {
  content: "\e917";
}

.icon-play:before {
  content: "\e918";
  color: #b5b5b5;
}

.icon-portfolio:before {
  content: "\e919";
}

.icon-rupee:before {
  content: "\e91a";
}

.icon-saving-pigy:before {
  content: "\e91b";
}

.icon-search:before {
  content: "\e91c";
  color: #fff;
}

.icon-search-graph:before {
  content: "\e91d";
}

.icon-sensex:before {
  content: "\e91e";
}

.icon-stock_market:before {
  content: "\e91f";
}

.icon-stock_market_news:before {
  content: "\e920";
}

.icon-top_side_arrow .path1:before {
  content: "\e921";
  color: #71b110;
}

.icon-top_side_arrow .path2:before {
  content: "\e922";
  margin-left: -1em;
  color: white;
}

.icon-up_arrow:before {
  content: "\e924";
  color: #008806;
}

.icon-upcoming_ipo:before {
  content: "\e925";
}

.icon-video:before {
  content: "\e926";
  color: #e12e2e;
}

.icon-refresh_icon:before {
  content: "\e93f";
}

.icon-complete-access:before {
  content: "\e907";
  font-size: 34px;
  color: #a7a7a7;
}

.icon-single-seamless:before {
  content: "\e900";
}

.icon-convenient:before {
  content: "\e901";
}

.icon-history:before {
  content: "\e902";
  font-size: 34px;
  color: #a7a7a7;
}

.icon-free:before {
  content: "\e903";
  font-size: 34px;
  color: #a7a7a7;
}

.icon-cancell:before {
  content: "\e904";
  font-size: 34px;
  color: #a7a7a7;
}

.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

::-moz-selection {
  background-color: #007aff;
  color: #fff;
}

::selection {
  background-color: #007aff;
  color: #fff;
}

#style-3::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}

#style-3::-webkit-scrollbar-thumb {
  background-color: red;
}

#style-3::-webkit-scrollbar-track {
  background-color: #f5f5f5;
}

body {
  font-family: "Arial", "Helvetica", "sans-serif", Sans-serif;
  font-weight: 400;
  line-height: 20px;
  color: #000;
  font-size: 14px;
  font-size: 1.5rem;
  background-color: #fff;
}

body.active {
  overflow: hidden;
}

/* Custom Font CSS */
@font-face {
  font-family: "Georgia";
  src: url("https://www.business-standard.com/responsive-page-font/webfonts/Georgia-Bold.woff2") format("woff2"), url("https://www.business-standard.com/responsive-page-font/webfonts/Georgia-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Georgia";
  src: url("https://www.business-standard.com/responsive-page-font/webfonts/Georgia.woff2") format("woff2"), url("https://www.business-standard.com/responsive-page-font/webfonts/Georgia.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'siteIcons';
  src: url("https://www.business-standard.com/responsive-page-font/webfonts/siteIcons.eot?wquyq7");
  src: url("https://www.business-standard.com/responsive-page-font/webfonts/siteIcons.eot?wquyq7#iefix") format("embedded-opentype"), url("https://www.business-standard.com/responsive-page-font/webfonts/siteIcons.ttf?wquyq7") format("truetype"), url("https://www.business-standard.com/responsive-page-font/webfonts/siteIcons.woff?wquyq7") format("woff"), url("https://www.business-standard.com/responsive-page-font/webfonts/siteIcons.svg?wquyq7#siteIcons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "iconsSocial";
  src: url("https://www.business-standard.com/responsive-page-font/webfonts/iconsSocial.eot?9rvdl0");
  src: url("https://www.business-standard.com/responsive-page-font/webfonts/iconsSocial.eot?9rvdl0#iefix") format("embedded-opentype"), url("https://www.business-standard.com/responsive-page-font/webfonts/iconsSocial.ttf?9rvdl0") format("truetype"), url("https://www.business-standard.com/responsive-page-font/webfonts/iconsSocial.woff?9rvdl0") format("woff"), url("https://www.business-standard.com/responsive-page-font/webfonts/iconsSocial.svg?9rvdl0#iconsSocial") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: 'subscribeicon';
  src: url("https://www.business-standard.com/responsive-page-font/webfonts/subscribeicon.eot?m5cuo1");
  src: url("https://www.business-standard.com/responsive-page-font/webfonts/subscribeicon.eot?m5cuo1#iefix") format("embedded-opentype"), url("https://www.business-standard.com/responsive-page-font/webfonts/subscribeicon.ttf?m5cuo1") format("truetype"), url("https://www.business-standard.com/responsive-page-font/webfonts/subscribeicon.woff?m5cuo1") format("woff"), url("https://www.business-standard.com/responsive-page-font/webfonts/subscribeicon.svg?m5cuo1#subscribeicon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

/* TYPOGRAPHY STYLES
   ----------------------------- */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-top: 0;
}

h1,
.h1 {
  font-size: 2.2rem;
}

h2,
.h2 {
  font-size: 1.8rem;
}

h3,
.h3 {
  font-size: 1.6rem;
}

h4,
.h4 {
  font-size: 1.4rem;
}

h5,
.h5 {
  font-size: 1.2rem;
}

h6,
.h6 {
  font-size: 1rem;
}

p {
  margin: 10px 0;
  color: #000;
  font-size: 1.5rem;
}

p.brTitle a {
  text-decoration: none;
}

p.brTitle a:hover {
  text-decoration: underline;
}

p a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

p a:hover {
  text-decoration: underline;
}

a {
  color: #000;
  cursor: pointer;
}

a:hover {
  text-decoration: underline !important;
  color: #000;
}

.bg-grey {
  background-color: #f0efee;
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list, .slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after, .slick-track:before {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}
.wrapper__outer {
  max-width: 1030px;
  border-left: 1px solid #c2c2c2;
  border-right: 1px solid #c2c2c2;
  margin: 0 auto;
}

.header__top {
  background: #4d5557;
  text-transform: uppercase;
}

.header__top .hamburger {
  display: inline-block;
  overflow: visible;
  cursor: pointer;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  background: #f05922;
  margin: 4px 0 4px 4px;
}

.header__top .hamburger .hamburger--box {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 27px;
}

.header__top .hamburger .hamburger--box .hamburger--inner {
  top: 50%;
  display: block;
  margin: 1px auto 0;
  position: absolute;
  left: 0;
  right: 0;
  width: 22px;
  height: 3px;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  background-color: #fff;
}

.header__top .hamburger .hamburger--box .hamburger--inner:after {
  position: absolute;
  width: 22px;
  height: 3px;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  background-color: #fff;
  display: block;
  content: "";
  bottom: -6px;
}

.header__top .hamburger .hamburger--box .hamburger--inner:before {
  position: absolute;
  width: 22px;
  height: 3px;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  background-color: #fff;
  display: block;
  content: "";
  top: -6px;
}

.header__top .hamburger.hamburger--squeeze .hamburger--box .hamburger--inner:before {
  -webkit-transition: top 75ms ease 0.12s, opacity 75ms ease;
  transition: top 75ms ease 0.12s, opacity 75ms ease;
}

.header__top .hamburger.hamburger--squeeze .hamburger--box .hamburger--inner:after {
  -webkit-transition: bottom 75ms ease 0.12s, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 75ms ease 0.12s, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.header__top .hamburger.is-active .hamburger--box .hamburger--inner {
  background-color: #fff;
}

.header__top .hamburger.is-active .hamburger--box .hamburger--inner:after {
  background-color: #fff;
}

.header__top .hamburger.is-active .hamburger--box .hamburger--inner:before {
  background-color: #fff;
}

.header__top .hamburger.hamburger--squeeze.is-active .hamburger--box .hamburger--inner {
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.header__top .hamburger.hamburger--squeeze.is-active .hamburger--box .hamburger--inner:before {
  top: 0;
  -webkit-transition: top 75ms ease, opacity 75ms ease 0.12s;
  transition: top 75ms ease, opacity 75ms ease 0.12s;
  opacity: 0;
}

.header__top .hamburger.hamburger--squeeze.is-active .hamburger--box .hamburger--inner:after {
  bottom: 0;
  -webkit-transition: bottom 75ms ease, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: bottom 75ms ease, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.header__top .navbar-expand-lg .navbar-nav .nav-link {
  font-size: 1.2rem;
  color: #fff;
  padding: 0 4.85px;
}

.header__top .navbar-expand-lg .navbar-nav .nav-link:hover {
  color: #dbdbdb;
  text-decoration: underline !important;
}

.header__top .navbar-expand-lg .navbar-nav .dropdown-toggle:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 6px;
  vertical-align: middle;
  content: "";
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.header__top .navbar-expand-lg .navbar-nav .dropdown-menu {
  -webkit-animation: none;
          animation: none;
  list-style: none;
  margin: 9px 0 0;
  font-size: 1.2rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.18);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.18);
  border-radius: 0;
  min-width: 160px;
  padding: 0;
}

.header__top .navbar-expand-lg .navbar-nav .dropdown-menu li a.dropdown-item {
  padding: 0.16rem 2rem;
}

.header__top .social__icons ul {
  margin: 0;
  margin-right: 4px;
}

@media only screen and (min-width: 62.0625em) {
  .header__top .social__icons ul {
    margin-right: 35px;
  }
}

.header__top .social__icons ul li {
  margin-left: 5px;
}

@media only screen and (min-width: 40.0625em) {
  .header__top .social__icons ul li {
    margin-left: 7px;
  }
}

.header__top .social__icons ul li a.icon,
.header__top .social__icons ul li a.siteIcons {
  background: #7f7775;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  line-height: 24px;
  font-size: 1.2rem;
}

.header__top .social__icons ul li a.icon:hover,
.header__top .social__icons ul li a.siteIcons:hover {
  background: #000;
}

.header__top .social__icons ul li a.icon:before,
.header__top .social__icons ul li a.siteIcons:before {
  color: #fff;
}

.header__top .social__icons ul li a.icon.icon-telegram {
  font-size: 1rem;
}

.header__top .social__icons ul li a.icon.icon-telegram:before {
  margin-left: -3px;
}

.header__top .social__icons ul li a.icon.icon-youtube {
  font-size: 1.4rem;
}

.header__top .social__icons ul li a.icon.icon-notification:before {
  margin-left: -3px;
}

.header__top .social__icons ul li a.siteIcons:before {
  font-size: 16px;
}

.header__top .menu__dropdown {
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 250px;
  background: #0c1923;
  display: none;
  z-index: 3;
  margin-left: 4px;
}

.header__top .menu__dropdown ul.navbar-nav li.nav-item {
  position: relative;
}

.header__top .menu__dropdown ul.navbar-nav li.nav-item a.nav-link {
  display: block;
  width: calc(100% - 34px);
  padding: 3.5px 12.5px;
  margin: 0;
  color: #fff;
  background: #6d6e72;
  border-top: 1px solid #4a4a4a;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.3rem;
  font-family: "Georgia", "Times New Roman", "Times", "serif";
}

.header__top .menu__dropdown ul.navbar-nav li.nav-item a.nav-link:hover {
  background: #4d5557;
}

.header__top .menu__dropdown ul.navbar-nav li.nav-item .dropdown-menu {
  background: transparent;
  padding: 0;
  overflow-y: auto;
  max-height: 165px;
  border-radius: 0;
  position: static !important;
  -webkit-transform: none !important;
          transform: none !important;
  -webkit-animation: none;
          animation: none;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}

.header__top .menu__dropdown ul.navbar-nav li.nav-item .dropdown-menu::-webkit-scrollbar {
  width: 8px;
}

.header__top .menu__dropdown ul.navbar-nav li.nav-item .dropdown-menu::-webkit-scrollbar-track {
  background: #d9d9d9;
}

.header__top .menu__dropdown ul.navbar-nav li.nav-item .dropdown-menu::-webkit-scrollbar-thumb {
  background: #0c1923;
}

.header__top .menu__dropdown ul.navbar-nav li.nav-item .dropdown-menu::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.header__top .menu__dropdown ul.navbar-nav li.nav-item .dropdown-menu a.nav-link {
  width: 100%;
  background: #55595e;
}

.header__top .menu__dropdown ul.navbar-nav li.nav-item .dropdown-menu a.nav-link:hover {
  background: #4d5557;
}

.header__top .menu__dropdown ul.navbar-nav li.nav-item .dropdown-toggle {
  position: absolute;
  right: 0;
  z-index: 2;
  background: #303335;
  width: 34px;
  height: 28px;
  top: 0;
}

.header__top .menu__dropdown ul.navbar-nav li.nav-item .dropdown-toggle .plus__minus {
  display: block;
  position: relative;
  width: 12px;
  height: 12px;
  margin: 8px auto;
  /* Vertical line */
  /* horizontal line */
}

.header__top .menu__dropdown ul.navbar-nav li.nav-item .dropdown-toggle .plus__minus:before, .header__top .menu__dropdown ul.navbar-nav li.nav-item .dropdown-toggle .plus__minus:after {
  content: "";
  position: absolute;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

.header__top .menu__dropdown ul.navbar-nav li.nav-item .dropdown-toggle .plus__minus:before {
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
}

.header__top .menu__dropdown ul.navbar-nav li.nav-item .dropdown-toggle .plus__minus:after {
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  margin-top: -1px;
}

.header__top .menu__dropdown ul.navbar-nav li.nav-item .dropdown-toggle.active .plus__minus:before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.header__top .menu__dropdown ul.navbar-nav li.nav-item .dropdown-toggle.active .plus__minus:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.header__top .login__subscribe {
  font-size: 1.6rem;
}

.header__top .login__subscribe ul li a {
  color: #fff;
}

.header__top .login__subscribe ul li a:hover {
  color: #dbdbdb;
  text-decoration: underline !important;
}

.header__top .login__subscribe ul li.link--signIn {
  margin-right: 10px;
}

.header__top .login__subscribe .btn--orange {
  font-size: 1.6rem;
  background: #f05922;
  border-radius: 0;
  border: 0;
  padding: 8px 10px;
}

.header__top .login__subscribe .dropdown-toggle:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 6px;
  vertical-align: middle;
  content: "";
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.header__top .login__subscribe .dropdown-menu {
  -webkit-animation: none;
          animation: none;
  list-style: none;
  font-size: 1.2rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.18);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.18);
  border-radius: 0;
  min-width: 160px;
  padding: 0;
}

.header__top .login__subscribe .dropdown-menu li a.dropdown-item {
  padding: 0.16rem 2rem;
  font-weight: 400;
  color: #333;
}

.header__top .login__subscribe .dropdown-menu.show {
  -webkit-transform: translate3d(-38px, 1px, 0px) !important;
          transform: translate3d(-38px, 1px, 0px) !important;
}

.bslogo {
  margin: 15px auto 0;
  padding: 0 10px;
  max-width: 390px;
}

@media only screen and (min-width: 48.0625em) {
  .bslogo {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
    padding: 0;
  }
}

.bslogo .bslogo__img img {
  max-width: 300px;
}

@media only screen and (min-width: 26.3125em) {
  .bslogo .bslogo__img img {
    max-width: 100%;
  }
}

.bslogo .bslogo__time-date-langauge {
  margin-top: 7px;
  font-size: 1.2rem;
  font-family: "Georgia", "Times New Roman", "Times", "serif";
}

.bslogo .bslogo__time-date-langauge .bslogo__timepanel {
  letter-spacing: 0.2px;
  padding-left: 3px;
}

.bslogo .bslogo__time-date-langauge .bslogo__language ul {
  padding-left: 0;
  margin-bottom: 6.5px;
}

.bslogo .bslogo__time-date-langauge .bslogo__language ul li a {
  text-decoration: none;
}

.bslogo .bslogo__time-date-langauge .bslogo__language ul li:nth-child(2) {
  margin: 0 2.75px;
}

.vertical__main-menu {
  position: relative;
  background: #fff;
  border-top: 1px solid #c4c6c8;
  margin-bottom: 32px;
  z-index: 1;
}

.vertical__main-menu:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #c4c6c8;
  position: absolute;
  bottom: 0;
  z-index: 1;
}

.vertical__main-menu ul.navbar-nav li.nav-item a.nav-link {
  color: #000;
  display: block;
  padding: 4px 9px 2px 9px;
  text-decoration: none;
  white-space: nowrap;
  font-family: "Georgia", "Times New Roman", "Times", "serif";
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.2rem;
  border-right: 1px solid #c4c6c8;
  border-bottom: 1px solid #c4c6c8;
  line-height: 22px;
  position: relative;
  z-index: 2;
}

@media only screen and (min-width: 62.0625em) {
  .vertical__main-menu ul.navbar-nav li.nav-item a.nav-link {
    padding: 4px 10px 2px 12px;
  }
}

.vertical__main-menu ul.navbar-nav li.nav-item .dropdown-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: none;
  transition: none;
  -webkit-animation: none;
          animation: none;
  margin-top: 1px;
  padding: 0;
  border: 0;
  z-index: 1;
}

.vertical__main-menu ul.navbar-nav li.nav-item .dropdown-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.vertical__main-menu ul.navbar-nav li.nav-item .dropdown-menu ul li.nav-item a.nav-link {
  font-family: "Arial", "Helvetica", "sans-serif";
  font-weight: normal;
  padding: 4px 5px;
  font-size: 1.4rem;
  border: 0;
  text-transform: capitalize;
}

@media only screen and (min-width: 62.0625em) {
  .vertical__main-menu ul.navbar-nav li.nav-item .dropdown-menu ul li.nav-item a.nav-link {
    padding: 4px 5px;
  }
}

.vertical__main-menu ul.navbar-nav li.nav-item:first-child a.nav-link {
  border-bottom: 1px solid #fff;
}

.vertical__main-menu ul.navbar-nav li.nav-item:first-child .dropdown-menu {
  display: block;
}

.vertical__main-menu ul.navbar-nav li.nav-item:last-child a.nav-link {
  border-right: 0;
}

.vertical__main-menu ul.navbar-nav li.nav-item:hover a.nav-link {
  border-bottom: 1px solid #fff;
}

.vertical__main-menu ul.navbar-nav li.nav-item:hover .dropdown-menu {
  display: block;
}

.vertical__main-menu ul.navbar-nav li.nav-item.active > a.nav-link {
  color: #800000;
}

.vertical__main-menu ul.navbar-nav li.nav-item.highlight--nav-item a.nav-link {
  color: #fff;
  background: #800000;
}

.market__live {
  border-top: 1px solid #c4c6c8;
  border-bottom: 1px solid #c4c6c8;
  position: relative;
}

.market__live .market__live--list {
  font-family: "Open Sans", sans-serif;
  position: relative;
}

.market__live .market__live--list ul li {
  border-left: 1px solid #c4c6c8;
  border-bottom: 1px solid #c4c6c8;
  width: 50%;
  padding: 4px;
}

.market__live .market__live--list ul li:first-child {
  border-left: 0;
  padding: 5px;
  width: 100%;
  border-bottom: 1px solid #c4c6c8;
  text-align: center;
}

@media only screen and (min-width: 48.0625em) {
  .market__live .market__live--list ul li:first-child {
    padding: 8px 8px 8px 9px;
    width: auto;
    text-align: left;
    border-bottom: 0;
  }
}

.market__live .market__live--list ul li:nth-child(2) {
  border-left: 0;
}

@media only screen and (min-width: 48.0625em) {
  .market__live .market__live--list ul li:nth-child(2) {
    border-left: 1px solid #c4c6c8;
  }
}

.market__live .market__live--list ul li:nth-child(4) {
  border-left: 0;
}

@media only screen and (min-width: 48.0625em) {
  .market__live .market__live--list ul li:nth-child(4) {
    border-left: 1px solid #c4c6c8;
  }
}

.market__live .market__live--list ul li:last-child {
  border-left: 0;
  border-right: 1px solid #c4c6c8;
  border-bottom: 0;
  margin-left: 1px;
}

@media only screen and (min-width: 48.0625em) {
  .market__live .market__live--list ul li:last-child {
    border-right: 0;
    border-left: 1px solid #c4c6c8;
    margin-left: 0;
  }
}

@media only screen and (min-width: 48.0625em) {
  .market__live .market__live--list ul li {
    max-height: 50px;
    width: auto;
    border-bottom: 0;
  }
}

@media only screen and (min-width: 64.063em) {
  .market__live .market__live--list ul li {
    padding: 8px 8px 8px 9px;
  }
}

@media only screen and (min-width: 62.0625em) {
  .market__live .market__live--list .market__live--time {
    margin-top: 3px;
  }
}

.market__live .market__live--list .market__live--time h3 {
  font-family: "Georgia", "Times New Roman", "Times", "serif";
  font-size: 1.6rem;
  color: #000;
  margin: 0 0 4px;
}

.market__live .market__live--list .market__live--time p {
  margin-top: 0;
  margin-bottom: 6px;
  line-height: 15px;
  font-size: 1.1rem;
  font-family: "Arial", "Helvetica", "sans-serif";
}

.market__live .market__live--list .market__live--time p:last-of-type {
  margin-bottom: 0;
}

.market__live .market__live--list .market__live--type p {
  margin-top: 0;
  margin-bottom: 5px;
  line-height: 15px;
  font-size: 1.3rem;
  padding: 0 4px;
}

.market__live .market__live--list .market__live--type p:first-child {
  text-transform: uppercase;
  margin-bottom: 7px;
}

.market__live .market__live--list .market__live--type p .siteIcons {
  font-size: 12px;
  margin-right: 4px;
}

.market__live .view__dashboard {
  background: #fdd8c8;
  font-size: 1.4rem;
  padding: 10px;
  text-align: center;
  margin-right: 0;
  margin-left: auto;
  line-height: 15px;
}

@media only screen and (min-width: 62.0625em) {
  .market__live .view__dashboard {
    max-width: 150px;
  }
}

.market__live .view__dashboard a span.siteIcons {
  margin-top: -3px;
  margin-left: 10px;
}

.market__live .view__dashboard a span.siteIcons:before {
  font-size: 2.62rem;
}

@media only screen and (min-width: 48.0625em) {
  .market__live .view__dashboard a span.siteIcons {
    margin-left: 5px;
  }
}

.market__live .view__dashboard a:hover {
  text-decoration: none;
  color: #000;
}

@media only screen and (min-width: 48.0625em) {
  .market__live .view__dashboard a {
    -webkit-transform: translateX(-3px);
            transform: translateX(-3px);
  }
}

.market__live .dashboard__dropdown {
  background: #fdd8c8;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  display: none;
  z-index: 5;
}

.market__live .dashboard__dropdown iframe {
  min-height: 630px;
}

.header__area.fixed-header {
  position: fixed;
  top: 0;
  z-index: 99;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  max-width: 1028px;
  width: 100%;
}

.header__area.fixed-header .bslogo {
  display: none;
}

.header__area.fixed-header .left-logo {
  display: none;
}

.header__area.fixed-header .right-logo {
  display: none;
}

@media only screen and (min-width: 62.0625em) {
  .header__area.fixed-header {
    position: fixed;
    top: 0;
    z-index: 99;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    max-width: 1028px;
  }
  .header__area.fixed-header .header__top {
    background: #f3f3f3;
  }
  .header__area.fixed-header .header__top .menu__dropdown + .navbar,
  .header__area.fixed-header .header__top .social__icons,
  .header__area.fixed-header .header__top .login__subscribe {
    display: none !important;
  }
  .header__area.fixed-header .bslogo {
    display: none;
  }
  .header__area.fixed-header .vertical__main-menu {
    position: absolute;
    top: 0;
    z-index: 99;
    margin: 0 0 0 43px;
    background: transparent;
    border-top: 0;
  }
  .header__area.fixed-header .vertical__main-menu:before {
    display: none;
  }
  .header__area.fixed-header .vertical__main-menu ul.navbar-nav li.nav-item .dropdown-menu {
    display: none;
    padding: 10px 25px;
    border: 1px solid #c4c6c8;
    border-top: 0;
    background: #fbfafa;
    width: auto;
    left: auto;
    right: auto;
    min-width: 170px;
    border-radius: 0;
    margin-left: -1px;
  }
  .header__area.fixed-header .vertical__main-menu ul.navbar-nav li.nav-item .dropdown-menu ul {
    display: block;
  }
  .header__area.fixed-header .vertical__main-menu ul.navbar-nav li.nav-item .dropdown-menu ul li.nav-item a.nav-link {
    padding: 0;
    font-size: 1.2rem;
    font-family: "Open Sans", sans-serif;
  }
  .header__area.fixed-header .vertical__main-menu ul.navbar-nav li.nav-item .dropdown-menu ul li.nav-item a.nav-link:hover {
    text-decoration: underline !important;
    color: #800000;
    background: transparent;
  }
  .header__area.fixed-header .vertical__main-menu ul.navbar-nav li.nav-item:hover > a.nav-link {
    background: #fff;
  }
  .header__area.fixed-header .vertical__main-menu ul.navbar-nav li.nav-item:hover .dropdown-menu {
    display: block;
  }
  .header__area.fixed-header .vertical__main-menu ul.navbar-nav li.nav-item a.nav-link {
    padding: 10px 9px 7px 10px;
    border-bottom: 0;
  }
}

.breadcumbs {
  padding: 5px 10px;
  margin-bottom: 20px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  border-bottom: 1px solid #c4c6c8;
}

.breadcumbs__menu a {
  color: #c31316;
  font-size: 1.3rem;
  margin: 0 5px;
}

.breadcumbs__menu a:first-child {
  text-decoration: underline;
}

.breadcumbs__menu p {
  font-size: 1.4rem;
  font-family: "Open Sans", sans-serif;
  color: #888;
  margin: 0;
}

.left-logo {
  max-width: 175px;
  height: 60px;
  overflow: hidden;
  margin: 0px 15px;
}

.right-logo {
  max-width: 175px;
  height: 60px;
  overflow: hidden;
  margin: 0px 15px;
}

.footer-top {
  padding: 0px 15px;
  margin: 30px 0px;
}

.footer-top .footer-area .section-title h2 {
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: bold;
  color: #000;
}

.footer-top .quick-link {
  text-transform: uppercase;
  padding: 5px 0;
  margin: 0 0 10px;
  border-bottom: 2px solid #e6e4e5;
}

.footer-top .quick-link__list {
  padding: 6px 5px;
  font-size: 12px;
  text-transform: uppercase;
}

.footer-top .quick-link__list h5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-top .quick-link__list a:hover {
  color: #000;
}

.footer-top .quick-link__list .siteIcons {
  font-size: 1.8rem;
  margin-right: 2px;
  display: inline-block;
  min-width: 30px;
}

.footer-top .atoz li {
  margin: 1px 0;
}

.footer-top .atoz li a {
  padding: 0 7px;
  line-height: 12px;
  font-size: 1.2rem;
  text-align: center;
  border-right: 1px solid #666;
}

.footer-area {
  border-top: 5px solid #444446;
  padding: 10px 0px;
  font-family: "Open Sans", sans-serif;
}

@media only screen and (max-width: 47.95em) {
  .footer-area {
    margin: 0;
  }
  .footer-area .container {
    max-width: 100%;
    padding: 0;
  }
}

.footer-area__logo p {
  font-size: 1.1rem;
  color: #b0afb4;
  line-height: 1.3rem;
}

.footer-area__section ul.link-box li {
  font-size: 1.3rem;
  margin: 5px 0;
}

.footer-area__section ul.link-box a {
  text-decoration: none;
}

.footer-area__section ul.link-box :hover {
  color: #b22222;
}

.footer-area__menu {
  border-right: 1px solid #b0afb4;
  padding: 5px 10px;
}

.footer-area__menu h4 {
  margin-bottom: 10px;
  padding: 0;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
}

@media only screen and (max-width: 35.938em) {
  .footer-area__menu {
    border-bottom: 1px solid #b0afb4;
    margin: 10px;
    border-right: none;
  }
}

@media only screen and (max-width: 35.938em) {
  .footer-area .colum_2 {
    -webkit-column-count: 2;
            column-count: 2;
  }
}

.social-icon {
  padding: 10px 15px;
}

.social-icon__menu h4 {
  margin-bottom: 10px;
  padding: 0;
  font-weight: 700;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
}

.social-icon__menu span {
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
}

.social-icon__menu ul li {
  margin: 12px 0px;
}

.social-icon__bg:before {
  background: #7f7775;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: inline-block;
  text-align: center;
  line-height: 24px;
  vertical-align: initial;
  font-size: 1.2rem;
  margin-right: 10px;
}

.social-icon__bg:hover:before {
  background: #000;
}

.social-icon__bg.icon-youtube:before {
  font-size: 1.4rem;
}

.border__bottom {
  border-bottom: 1px solid #b0afb4;
}

.border-r-0 {
  border-right: none;
}

.article-details {
  border-top: 5px solid #444446;
  padding: 10px 0px;
}

.article-details__title h5 {
  margin: 0 0 10px;
  padding: 0;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  color: #000;
  font-family: "Open Sans", sans-serif;
}

.article-details__title p {
  font-family: "Open Sans", sans-serif;
}

.article-details .article-exclusive {
  float: left;
  background: #eb0029;
  color: #fff;
  margin-right: 7px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  padding: 5px 7px;
  font-size: 1.6rem;
  margin-top: 6px;
}

.article-details__heading {
  font-family: "Open Sans", sans-serif;
}

.article-details__heading h1 {
  font-family: "Georgia", "Times New Roman", "Times", "serif";
  font-size: 4.4rem;
  line-height: 45px;
  color: #000;
}

.article-details__heading h4 {
  padding: 5px 0;
  line-height: 20px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}

.article-details__heading p {
  font-size: 1.4rem;
}

.article-content {
  font-family: "Open Sans", sans-serif;
}

.article-content__img img {
  padding: 1px;
  margin-bottom: 7px;
  width: 100%;
}

.article-content .article-list {
  float: left;
  width: 240px;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 10px 20px;
}

.article-content .article-list h3 {
  font-weight: 700;
  color: #000;
  font-size: 2rem;
}

.article-content .article-list h2 {
  font-size: 1.5rem;
  padding: 5px 0;
  font-weight: normal;
}

.article-content .p-content p {
  font-family: "open sans", Arial !important;
  font-size: 1.5rem !important;
  line-height: 24px;
}

.article-content .p-content p a {
  color: #2591dc;
  text-decoration: none;
}

.story-reader {
  background: #fee8dd;
  padding: 12px;
  border: dashed 1px black;
  margin-bottom: 20px;
}

.story-reader h1 {
  font-family: "Georgia", "Times New Roman", "Times", "serif";
  color: #000;
  font-weight: 400;
}

.story-reader a {
  color: #b22222;
  font-weight: 600;
  cursor: pointer;
}

.story-reader .icon-envelope_mail:before {
  vertical-align: middle;
}

.read-more {
  padding: 5px;
  margin-bottom: 15px;
  background: #fee8dd;
}

.read-more a {
  text-decoration: none;
  color: #c31316;
  font-size: 1.8rem;
}

.read-more a:hover {
  text-decoration: none !important;
}

.realted-keyword .active-keyword {
  color: #fff;
  background-color: #000;
}

.realted-keyword a {
  display: inline-block;
  position: relative;
  font-size: 14px;
  padding: 3px 8px;
  color: #fff;
  border: 1px solid #eee;
  background: #a6a6a6;
  text-decoration: none !important;
  margin: 0 4px 0 0;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.realted-keyword a:hover {
  color: #fff;
  background-color: #000;
}

.flex__1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.flex__1 p {
  font-size: 1.4rem;
  font-family: "Arial", "Helvetica", "sans-serif";
}

.commodities-select {
  padding: 0px 10px;
}

.commodities-select select {
  border: 1px solid #cecece;
  padding: 4px;
  width: 84%;
  margin: 0 0 0 5px;
  height: 30px;
  font-family: "Open Sans", sans-serif;
  font-size: 1.3rem;
}

.commodities-select .btn-go {
  font-size: 1.3rem;
  border: none;
  background: #f05922;
  color: #fff;
}

.commodities-select .btn-go:hover {
  background: #636466;
  color: #fff;
}

.story-news {
  position: relative;
  padding: 0 40px;
  margin-top: 20px;
  border: 1px solid #d9d9d9;
  background: url(../images/dot-line.png) center repeat-y;
}

.story-news__content {
  padding: 15px 20px;
  line-height: 23px;
}

.story-news .NP-title {
  padding-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.story-news .NP-title p {
  font-size: 1.4rem;
}

.stock-market .table tbody tr td {
  font-size: 2.5rem;
  color: #000;
  vertical-align: middle;
  border-bottom: 1px dashed #b2b2b2;
  padding: 4px;
}

.stock-market .table tbody tr p {
  font-size: 1.4rem;
}

.latest-news {
  font-family: "Open Sans", sans-serif;
}

.latest-news .nav-link.active,
.latest-news .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #ad2223;
  position: relative;
  font-size: 1.4rem;
}

.latest-news .nav-link.active:after,
.latest-news .nav-pills .show > .nav-link:after {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 10px;
  bottom: -7px;
  border-top: 8px solid #ad2223;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: none;
}

.latest-news ul {
  padding: 1px 0;
}

.latest-news ul li {
  color: #000;
  margin: 1px;
  border-top: 1px solid #c3c5c7;
}

.latest-news ul li a {
  font-size: 1.4rem;
  font-weight: 700;
  padding: 8px 2px;
  text-transform: uppercase;
  color: #000;
  background: #ececec;
}

.latest-news ul li a:hover {
  background-color: #ad2223;
  text-decoration: none !important;
  color: #fff;
}

.latest-news .announce-text {
  padding: 0 10px;
  font-family: "Open Sans", sans-serif;
}

.latest-news_img img {
  max-width: 180px;
}

.popular-news {
  font-family: "Open Sans", sans-serif;
}

.popular-news .nav-link.active,
.popular-news .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #ad2223;
  position: relative;
  border-radius: 0px;
}

.popular-news .nav-link.active:after,
.popular-news .nav-pills .show > .nav-link:after {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 10px;
  bottom: -7px;
  border-top: 8px solid #ad2223;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: none;
}

.popular-news .nav-item {
  margin: 1px;
}

.popular-news ul {
  padding: 1px 0;
}

.popular-news ul li {
  color: #000;
  border-top: 1px solid #c3c5c7;
}

.popular-news ul li a {
  font-size: 1.3rem;
  font-weight: 700;
  padding: 8px 16px;
  text-transform: uppercase;
  color: #000;
  background: #ececec;
}

.popular-news ul li a:hover {
  background-color: #ad2223;
  text-decoration: none !important;
  color: #fff;
}

.popular-news .announce-text {
  padding: 0 10px;
}

.derivatives {
  font-family: "Open Sans", sans-serif;
}

.derivatives .nav-link.active,
.derivatives .nav-pills .show > .nav-link {
  color: #000;
  background-color: #fff;
}

.derivatives ul {
  padding: 1px 0;
}

.derivatives ul li {
  color: #000;
  border: 1px solid #c3c5c7;
  border-bottom: none;
}

.derivatives ul li a {
  font-size: 1.4rem;
  font-weight: 700;
  padding: 8px 16px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 8px 16px;
  color: #000;
  background: #ececec;
}

.derivatives ul li a:hover {
  text-decoration: none !important;
  color: #000;
  background-color: #fff;
}

.derivatives .stock-select {
  width: 100%;
  padding: 5px 2px;
  border: 1px solid #ccc;
  font-size: 1.3rem;
  font-family: "Open Sans", sans-serif;
}

.sub_mit .btn-submit {
  padding: 4px 20px;
  font-size: 16px;
  /* background: red; */
  border: none;
  background: #f05922;
  color: #fff;
}

.sub_mit .btn-submit :hover {
  background: #f05922;
  color: #fff;
}

.btn-control-left {
  position: absolute;
  top: 50%;
  left: 5px;
  z-index: 50;
  cursor: pointer;
}

.btn-control-right {
  position: absolute;
  top: 50%;
  right: 5px;
  z-index: 50;
  cursor: pointer;
}

.advt {
  text-align: center;
}

.stock-watch .tabs .tab-nav {
  text-align: left;
  margin: 0 0 10px 0;
}

.stock-watch .tabs .tab-nav li {
  display: inline-block;
  vertical-align: top;
  color: #000;
  border: 1px solid #c3c5c7;
  border-bottom: none;
  background-color: #ececec;
}

.stock-watch .tabs .tab-nav li span {
  text-transform: uppercase;
  color: #000;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  font-weight: bold;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 12px;
  font-size: 1.4rem;
  font-family: "Open Sans", sans-serif;
}

.stock-watch .tabs .tab-nav li:hover > span,
.stock-watch .tabs .tab-nav li.active > span {
  color: #000;
  text-decoration: none;
}

.stock-watch .tabs .tab-nav .active {
  background-color: #fff;
}

.stock-watch .tabs .tab-inner li {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  background-color: #333;
  border-bottom: none;
}

.stock-watch .tabs .tab-inner li span {
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  font-weight: bold;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 6px 26px;
  font-family: "Arial", "Helvetica", "sans-serif";
}

.stock-watch .tabs .tab-inner li span:hover {
  background: #ac2122;
  color: #fff !important;
}

.stock-watch .tabs .tab-inner .active {
  font-weight: 700;
  background: #f05922;
}

.stock-watch .tabs .tab-inner .active span {
  color: #fff !important;
  text-decoration: none;
}

.stock-watch .tabs .tab {
  display: none;
}

.stock-watch .tabs .tab.active {
  display: block;
}

.stock-watch .announce-text p {
  font-family: "Open Sans", sans-serif;
}

.stock-watch table tbody tr th {
  color: #000;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  text-align: right;
}

.stock-watch table tbody tr th:first-child {
  text-align: left;
  text-transform: none;
}

.stock-watch table tbody tr td {
  border-bottom: 1px solid #e2e2e2;
  padding: 8px 5px;
  font-size: 1.3rem;
  text-align: right;
  font-weight: 400;
}

.stock-watch table tbody tr td:first-child {
  text-align: left;
  text-transform: none;
}

.stock-watch table tbody .red-txt {
  color: #e02e2e !important;
}

.stock-watch table tbody .gren-txt {
  color: green !important;
}

.m_ore p {
  font-size: 1.4rem;
  margin-top: 0px;
}

.story-news .slick-arrow {
  position: absolute;
  background: #f2f2f2;
  border: 1px solid #ddd;
  height: 27px;
  width: 27px;
  text-align: center;
  line-height: 25px;
  margin: 0 2px;
  font-size: 1.4rem;
  cursor: pointer;
}

.story-news .slick-prev {
  left: 10px;
  top: 40%;
}

.story-news .slick-next {
  right: 10px;
  top: 40%;
}

.subscribe__login {
  padding: 10px;
  border-top: 1px solid #e2e2e2;
}

.subscribe__login h5 {
  font-size: 1.5rem;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 8px;
  font-weight: 400;
  margin: 0px;
}

.subscribe__login h5 a {
  text-decoration: none;
  color: #ac2122;
}

.subscribe .subscribe-panel {
  border: 1px solid #dddcdc;
  padding: 15px 5px;
}

.subscribe .subscribe-panel__title p {
  font-family: "Open Sans", sans-serif;
  color: #000;
  padding-bottom: 8px;
  font-weight: 400;
  margin: 0px;
}

.subscribe .subscribe-panel__title p a {
  text-decoration: none;
  color: #ac2122;
}

.subscribe .subscribe-panel__container {
  padding: 5px 0px 0px 0px;
  background: #ffeee6;
  color: #fff;
  text-align: left;
  /* border-radius: 4px; */
  padding: 8px 12px;
  cursor: pointer;
  margin-top: 10px;
  padding-right: 40px;
  -webkit-transition: 0.25s all;
  transition: 0.25s all;
  position: relative;
}

.subscribe .subscribe-panel .bs-title {
  padding: 0px 5px;
  font-size: 11px;
  font-weight: 700;
  color: #000;
  line-height: 20px;
  vertical-align: middle;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
}

.subscribe .subscribe-panel .bs-title p {
  font-size: 16px;
  font-weight: bold;
  color: #ed5f55;
  font-family: "Open Sans", sans-serif;
  margin: 0px;
}

.subscribe .subscribe-panel .container-data {
  margin: 20px 10px;
}

.subscribe .subscribe-panel .container-data__text p {
  font-size: 14px;
  color: #303030;
  font-weight: 700;
  padding: 0 0 10px 0;
  width: 100%;
  margin-bottom: 0;
  font-family: "Open Sans", sans-serif;
  line-height: 20px;
  text-align: center;
}

.subscribe .subscribe-panel .container-data__text h1 {
  font-size: 3rem;
  color: #000;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
}

.subscribe .subscribe-panel .container-data .btn-subscribe-2 {
  padding: 10px 38px;
  font-size: 1.6rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
  background-color: #ac2122;
  border-radius: 30px;
  margin-top: 10px;
  font-family: "Open Sans", sans-serif;
  border: 0;
}

.subscribe .subscribe-panel .container-data .or-box {
  background: url(../../assets/images/dot-line.png) 0 50% repeat-x;
  margin: 0 15px;
}

.subscribe .subscribe-panel .container-data .subs-google {
  background-color: #fff;
  -webkit-box-shadow: 0 1px 1px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.1);
          box-shadow: 0 1px 1px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.1);
  margin: 0 15px;
}

.subscribe .subscribe-panel .container-data .subs-google .login-with-google-btn {
  padding: 12px 16px 12px 42px;
  border: none;
  border-radius: 3px;
  color: #757575;
  font-size: 14px;
  font-weight: 500;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
 Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans",
 "Helvetica Neue", sans-serif;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMTcuNiA5LjJsLS4xLTEuOEg5djMuNGg0LjhDMTMuNiAxMiAxMyAxMyAxMiAxMy42djIuMmgzYTguOCA4LjggMCAwIDAgMi42LTYuNnoiIGZpbGw9IiM0Mjg1RjQiIGZpbGwtcnVsZT0ibm9uemVybyIvPjxwYXRoIGQ9Ik05IDE4YzIuNCAwIDQuNS0uOCA2LTIuMmwtMy0yLjJhNS40IDUuNCAwIDAgMS04LTIuOUgxVjEzYTkgOSAwIDAgMCA4IDV6IiBmaWxsPSIjMzRBODUzIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48cGF0aCBkPSJNNCAxMC43YTUuNCA1LjQgMCAwIDEgMC0zLjRWNUgxYTkgOSAwIDAgMCAwIDhsMy0yLjN6IiBmaWxsPSIjRkJCQzA1IiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48cGF0aCBkPSJNOSAzLjZjMS4zIDAgMi41LjQgMy40IDEuM0wxNSAyLjNBOSA5IDAgMCAwIDEgNWwzIDIuNGE1LjQgNS40IDAgMCAxIDUtMy43eiIgZmlsbD0iI0VBNDMzNSIgZmlsbC1ydWxlPSJub256ZXJvIi8+PHBhdGggZD0iTTAgMGgxOHYxOEgweiIvPjwvZz48L3N2Zz4=);
  background-color: white;
  background-repeat: no-repeat;
  background-position: 12px 11px;
}

.subscribe .subscribe-panel .container-data .benefits-section {
  margin: 30px 5px;
}

.subscribe .subscribe-panel .container-data .benefits-section .benefits {
  padding: 8px 2px;
}

.subscribe .subscribe-panel .container-data .benefits-section .benefits h5 {
  font-size: 13px;
  color: #000000;
  line-height: 18px;
  padding-top: 0px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}

.subscribe .subscribe-panel .container-data .benefits-section .benefits .icon-single-seamless {
  font-size: 20px;
  border: 2px solid #a7a7a7;
  border-radius: 50%;
  padding: 5px;
  color: #a7a7a7;
}

.subscribe .subscribe-panel .container-data .benefits-section .benefits .icon-convenient {
  font-size: 15px;
  border: 2px solid #a7a7a7;
  border-radius: 50%;
  padding: 8px 6px;
  color: #a7a7a7;
}

.subscribe .subscribe-panel .container-data .what_you_get {
  background-color: #ffeee6;
  padding: 10px;
}

.subscribe .subscribe-panel .container-data .what_you_get h2 {
  font-size: 2rem;
  color: #303030;
  padding-bottom: 10px;
  border-bottom: 1px dashed #807e7e;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
}

.subscribe .subscribe-panel .container-data .what_you_get__data h3 {
  font-size: 1.6rem;
  color: #000000;
  padding-bottom: 6px;
  font-weight: 500;
  margin: 0px;
  font-family: "Open Sans", sans-serif;
}

.subscribe .subscribe-panel .container-data .what_you_get__data ul li {
  padding: 5px 0px;
  font-size: 1.3rem;
  font-family: "Open Sans", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.subscribe .subscribe-panel .container-data .what_you_get__note {
  margin-top: 15px;
  padding: 10px;
  background-color: #fff;
}

.subscribe .subscribe-panel .container-data .what_you_get__note h2 {
  font-size: 1.6rem;
  color: #000000;
  padding-bottom: 10px;
  font-weight: 700;
  margin: 0px;
  border-bottom: 1px dashed #807e7e;
  font-family: "Open Sans", sans-serif;
}

.subscribe .subscribe-panel .container-data .what_you_get__note ul li {
  padding: 5px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.subscribe .subscribe-panel .container-data .what_you_get__note ul li p {
  font-size: 1.2rem;
  font-family: "Open Sans", sans-serif;
  margin: 0;
  line-height: 16px;
}

.subscribe .subscribe-panel .container-data .what_you_get__note ul li a {
  text-decoration: underline !important;
  color: #000;
}

.subscribe .subscribe-panel .container-data .what_you_get__support h2 {
  font-size: 2rem;
  color: #303030;
  padding-bottom: 10px;
  border-bottom: 1px dashed #807e7e;
  font-weight: 700;
  margin: 0px;
  font-family: "Open Sans", sans-serif;
  padding-top: 10px;
  text-transform: capitalize;
}

.subscribe .subscribe-panel .container-data .what_you_get__section {
  padding: 15px 30px;
}

.subscribe .subscribe-panel .container-data .what_you_get__section .email .left {
  font-size: 1.3rem;
  font-family: "Open Sans", sans-serif;
}

.subscribe .subscribe-panel .container-data .what_you_get__section .email .right {
  font-size: 1.4rem;
  font-family: "Open Sans", sans-serif;
}

.subscribe .subscribe-panel .container-data .what_you_get__section a {
  text-decoration: underline !important;
  color: #000;
}

.red_square {
  background-color: #ffff;
  border: 2px solid #ac2122;
  height: 7px;
  width: 7px;
  display: inline-block;
  min-width: 7px;
}

.collapseIcon {
  position: absolute;
  right: 10px;
  top: 32%;
  font-size: 2.5rem;
  font-weight: 300;
  border: 1px solid #ee6d63;
  padding: 0px 5px;
  color: #ee6d63;
}

.accordion-toggle:after {
  /* symbol for "opening" panels */
  content: "-";
  float: right;
  font-size: 36px;
  height: 23px;
  width: 15px;
  margin: 3px 0px;
}

.panel__title.collapsed .accordion-toggle:after {
  /* symbol for "collapsed" panels */
  content: "+";
  height: 23px;
  width: 15px;
  margin: 3px 0px;
  font-size: 26px;
}

.arrowDown {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 7.5px 0 7.5px;
  border-color: #272e35 transparent transparent transparent;
  position: absolute;
  bottom: 0;
  left: 40px;
  -webkit-transition: 0.25s all;
  transition: 0.25s all;
  opacity: 0;
}

.panel.noactive .panel__heading {
  opacity: 0.25;
}

.panel.active .panel__heading {
  opacity: 1;
}

.panel.active .panel__heading .arrowDown {
  bottom: -13px;
  border-color: #ffeee6 transparent transparent transparent;
  opacity: 1;
}

.panel.active .panel__heading .sub-title {
  visibility: hidden;
}

.panel.active .panel__heading .sub-title-1 {
  display: inline-block !important;
}

.swiper.swiper-container-initialized {
  overflow: hidden;
}

.content--area {
  margin: 25px auto;
  padding: 0 20px;
}

.content--area .morning--show {
  margin-bottom: 25px;
}

@media only screen and (min-width: 48.0625em) {
  .content--area {
    padding: 0 30px;
  }
}

.btn {
  border-radius: 0;
}

.icon-key:before {
  font-size: 1.1rem;
  vertical-align: 1px;
  color: #ecbd4b;
  margin-right: 5px;
}

.just__in {
  background: #000;
  padding: 6px;
  text-align: center;
  margin-right: 5px;
}

.just__in h3 {
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  font-size: 1.4rem;
  font-weight: 700;
}

.btn-submit {
  padding: 2px 10.83px;
  font-size: 16px;
  border: none;
  background: #f05922;
  color: #fff;
  min-width: 100px;
  text-align: center;
}

.btn-submit :hover {
  background: #f05922;
  color: #fff;
}

.latest__news {
  padding: 0 8px;
  border-color: #c4c6c8 !important;
}

.latest__news .custom-width-slider {
  padding-top: 5px;
  padding-bottom: 5px;
}

@media only screen and (min-width: 48.0625em) {
  .latest__news .custom-width-slider {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
    max-width: 70%;
  }
}

@media only screen and (min-width: 62.0625em) {
  .latest__news .custom-width-slider {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 73%;
            flex: 0 0 73%;
    max-width: 73%;
  }
}

@media only screen and (min-width: 62.0625em) {
  .latest__news .custom-width-slider {
    border-right: 1px solid #c4c6c8 !important;
  }
}

.latest__news .custom-width-search {
  padding-top: 5px;
  padding-bottom: 5px;
}

@media only screen and (min-width: 48.0625em) {
  .latest__news .custom-width-search {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    max-width: 30%;
  }
}

@media only screen and (min-width: 62.0625em) {
  .latest__news .custom-width-search {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 27%;
            flex: 0 0 27%;
    max-width: 27%;
  }
}

.latest__news .custom-width-search .search_result-dropdown {
  position: absolute;
    top: -4%;
    left: -14px;
    z-index: 3;
    background: #fff;
    min-width: 440px;
    border-radius: 4px;
    display: none;
}

.latest__news .custom-width-search .search_result-dropdown ul {
  margin: 0;
}

.latest__news .custom-width-search .search_result-dropdown ul li {
  padding: 2px;
}

.latest__news .custom-width-search .search_result-dropdown ul li .search_heading {
  background: url(../images/search_bg.png) top;
  padding: 5px 10px;
}

.latest__news .custom-width-search .search_result-dropdown ul li .search_heading h2 {
  margin: 0;
  font-size: 1.4rem;
  color: #ac2122;
  font-weight: 700;
}

.latest__news .custom-width-search .search_result-dropdown ul li ul li {
  border-bottom: 1px solid #e3e3e3;
}

.latest__news .custom-width-search .search_result-dropdown ul li ul li a {
  display: block;
  padding: 4px 5px;
  color: #505050;
  font-size: 1.5rem;
}

.latest__news .custom-width-search .search_result-dropdown ul li ul li a .siteIcons.icon-growth {
  font-size: 0.75rem;
  margin-right: 5px;
  color: #ac2122;
}

.latest__news .custom-width-search .search_result-dropdown ul li ul li a:hover {
  text-decoration: none !important;
}

.latest__news .custom-width-search .search_result-dropdown ul li ul li a .siteIcons.icon-clock {
  font-size: 1.5rem;
  vertical-align: -1px;
  font-weight: 600;
}

.latest__news .custom-width-search .search_result-dropdown ul li ul li:last-child {
  border-bottom: 0;
}

.latest__news .custom-width-search .search_result-dropdown ul li .siteIcons.icon-circle_close {
  margin-right: 5px;
  color: #ac2122;
  font-size: 1.7rem;
  vertical-align: -3px;
  font-weight: 600;
}

.latest__news .custom-width-search .search_result-dropdown ul li .links {
  color: #ac2122;
}

.latest__news .custom-width-search .search_result-dropdown ul li .links .siteIcons.icon-arrow-right {
  margin-right: 8px;
  font-size: 1.1rem;
  vertical-align: 0px;
  font-weight: 600;
}

.latest__news .custom-width-search .search_result-dropdown ul li .links .siteIcons.icon-arrow-right:before {
  color: #ac2122;
}

.latest__news .live__news-slider {
  width: 100%;
}

@media only screen and (min-width: 48em) {
  .latest__news .live__news-slider {
    width: 88%;
  }
}

.latest__news .live__news-slider .live__news-slider-hold {
  opacity: 0;
  height: 0;
}

.latest__news .live__news-slider .live__news-slider-hold .swiper-slide {
  background: #fff;
  font-size: 1.3rem;
}

@media only screen and (min-width: 62.0625em) {
  .latest__news .live__news-slider .live__news-slider-hold .swiper-slide {
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 62.0625em) {
  .latest__news .live__news-slider .live__news-slider-hold .swiper-slide {
    width: 83%;
  }
}

.latest__news .live__news-slider .live__news-slider-hold.slick-initialized.slick-slider {
  opacity: 1;
  height: auto;
}

.latest__news .live__news-slider .swiper-buttons-hold {
  position: absolute;
  right: 10px;
  top: 15px;
  background: #fff;
  z-index: 2;
}

@media only screen and (min-width: 48em) {
  .latest__news .live__news-slider .swiper-buttons-hold {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.latest__news .live__news-slider .swiper-buttons-hold .swiper-button-prev,
.latest__news .live__news-slider .swiper-buttons-hold .swiper-button-next {
  position: static;
}

.latest__news .live__news-slider .swiper-buttons-hold .swiper-button-prev:after,
.latest__news .live__news-slider .swiper-buttons-hold .swiper-button-next:after {
  display: none;
}

.latest__news .live__news-slider .swiper-buttons-hold .swiper-button-playpause {
  margin-top: 1px;
  cursor: pointer;
}

.latest__news .live__news-slider .swiper-buttons-hold .siteIcons {
  background: #f2f2f2;
  border: 1px solid #ddd;
  height: 27px;
  width: 27px;
  text-align: center;
  line-height: 25px;
  margin: 0 2px;
  font-size: 1.4rem;
}

.latest__news .search__box {
  position: relative;
}

@media only screen and (min-width: 48.0625em) {
  .latest__news .search__box {
    max-width: 245px;
    margin-right: 14px;
    margin-left: auto;
  }
}

.latest__news .search__box .form-group .form-control {
  background: #f3f3f3;
  border: 0;
  border-radius: 0;
  font-size: 1.1rem;
  padding: 7px 5px;
  height: auto;
}

.latest__news .search__box .btn {
  background: #666e70;
  border-radius: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.latest__news .search__box .btn span:before {
  font-size: 1.6rem;
}

.row__panel + .row__panel {
  margin: 20px 0;
}

.borderTop {
  border-top: 5px solid #636466;
  padding: 10px 0 0;
}

.borderTop + .borderTop {
  margin-top: 20px;
}

@media only screen and (min-width: 40.0625em) {
  .borderTop {
    margin: 0 11px;
  }
}

.headingCommon h2 {
  font-size: 1.8rem;
  margin: 0 0 10px;
  font-weight: 700;
  text-transform: uppercase;
}

@media only screen and (min-width: 62.0625em) {
  .headingCommon h2 {
    font-size: 2rem;
  }
}

.headingCommon span.icon-rss {
  background: #5d5d5d;
  border-radius: 4px;
  display: inline-block;
  height: 19px;
  width: 19px;
  text-align: center;
  line-height: 11px;
  margin-left: 6px;
  vertical-align: 2px;
}

.headingCommon span.icon-rss:before {
  font-size: 1.1rem;
}

.headingCommon span.icon-add-star {
  color: #5d5d5d;
  margin-left: 10px;
  vertical-align: -2px;
}

.post-image {
  margin-bottom: 12px;
}

.postHeading {
  font-family: "Georgia", "Times New Roman", "Times", "serif";
  border-bottom: 1px solid #c4c6c8;
}

.postHeading h1 {
  margin: 12px 0 10px;
}

.postHeading h2 {
  font-size: 1.6rem;
  margin: 0;
  font-weight: normal;
  color: #000;
}

@media only screen and (min-width: 62.0625em) {
  .postHeading h2 {
    font-size: 1.8rem;
  }
}

.postHeading h2 .icon-key:before {
  font-size: 1.1rem;
  vertical-align: 2px;
  margin-right: 5px;
}

.postHeading p {
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
  color: #565656;
  margin-top: 0;
}

.more-btn {
  margin-top: 10px;
  display: inline-block;
  font-family: "Georgia", "Times New Roman", "Times", "serif";
  font-size: 1.4rem;
  font-style: italic;
}

.article__panel-postOther-in {
  border-bottom: 1px solid #c4c6c8;
  padding: 9px 0 9px;
}

.article__panel-postOther-in:first-of-type {
  border-top: 0;
}

.article__panel-postOther-in:last-of-type {
  border-bottom: 0;
}

.article__panel .headingCommon .arrows {
  background: #f2f2f2;
  border: 1px solid #ddd;
  height: 27px;
  width: 27px;
  text-align: center;
  line-height: 25px;
  margin: 0 2px;
  font-size: 1.4rem;
}

.article__panel .headingCommon .arrows:first-of-type {
  margin-left: 10px;
}

.article__panel .headingCommon .arrows:last-of-type {
  margin-left: 10px;
}

.article__panel .people_slider {
  overflow: hidden;
}

.article__panel .people_slider .people__feed-image {
  min-width: 95px;
  margin-right: 15px;
}

.covid-tracker {
  position: fixed;
  right: 30px;
  bottom: 190px;
  max-width: 120px;
}

.covid-tracker .collapse-hide .btn {
  font-size: 1.2rem;
  border: 1px solid #800000;
  padding: 1px 5px;
  color: #800000;
  border-radius: 0;
  width: calc(100% - 2px);
  margin: 0 2px;
  font-weight: 700;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #fff;
}

.covid-tracker .collapse-hide .btn:first-child {
  margin-left: 0;
}

.covid-tracker .collapse-hide .btn:first-child:after {
  content: "\02C5";
  margin-left: 5px;
}

.covid-tracker .collapse-hide .btn:last-child {
  margin-right: 0;
}

.covid-tracker .covid-tracker_in {
  text-align: center;
  text-transform: uppercase;
}

.covid-tracker .covid-tracker_in .covid-tracker_box {
  border: 1px solid #800000;
  background-color: #fee6d8;
}

.covid-tracker .covid-tracker_in .covid-tracker_box .covid-tracker_title {
  background-color: #800000;
  padding: 5.41px 0;
  margin: 0;
}

.covid-tracker .covid-tracker_in .covid-tracker_box .covid-tracker_title h4 {
  font-size: 1.6rem;
  color: #fff;
  margin: 0;
}

.covid-tracker .covid-tracker_in .covid-tracker_box .covid-tracker_country h3 {
  font-size: 1.8rem;
  color: #000;
  margin-top: 17px;
  font-weight: 500;
}

.covid-tracker .covid-tracker_in .covid-tracker_box .covid-tracker_country p {
  margin: 12px 0 15px;
  font-size: 1.1rem;
}

.covid-tracker .covid-tracker_in .covid-tracker_box .covid-tracker_news h3 {
  font-size: 1.8rem;
  color: #000;
  margin: 10px 0;
  font-weight: 500;
  line-height: 22px;
}

.covid-tracker .collapse-hide.hiddenCovid .btn:first-child {
  margin-left: 0;
}

.covid-tracker .collapse-hide.hiddenCovid .btn:first-child:after {
  content: "\02C4";
  margin-left: 5px;
}

.covid-tracker .collapse-hide.hiddenCovid #closeCovid {
  display: none;
}

.covid-tracker_in {
  -webkit-perspective: 100em;
          perspective: 100em;
  -webkit-font-smoothing: subpixel-antialiased;
}

.swiper-wrapper {
  position: relative;
  width: 120px;
  margin: 0 auto;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.swiper-wrapper[data-slide="1"] {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}

.swiper-wrapper[data-slide="2"] {
  -webkit-transform: rotateY(-90deg);
          transform: rotateY(-90deg);
}

.swiper-wrapper[data-slide="3"] {
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}

.swiper-wrapper[data-slide="4"] {
  -webkit-transform: rotateY(-270deg);
          transform: rotateY(-270deg);
}

.swiper-wrapper[data-slide="5"] {
  -webkit-transform: rotateY(-360deg);
          transform: rotateY(-360deg);
}

.swiper-wrapper .swiper-slide {
  position: absolute;
  width: 120px;
  background: white;
}

.swiper-wrapper .front, .swiper-wrapper .swiper-slide:nth-child(1) {
  -webkit-transform: translateZ(60px);
          transform: translateZ(60px);
}

.swiper-wrapper .right, .swiper-wrapper .swiper-slide:nth-child(2) {
  -webkit-transform: rotateY(-270deg) translateX(60px);
          transform: rotateY(-270deg) translateX(60px);
  -webkit-transform-origin: top right;
          transform-origin: top right;
}

.swiper-wrapper .back, .swiper-wrapper .swiper-slide:nth-child(3) {
  -webkit-transform: translateZ(-60px) rotateY(180deg);
          transform: translateZ(-60px) rotateY(180deg);
}

.swiper-wrapper .left, .swiper-wrapper .swiper-slide:nth-child(4) {
  -webkit-transform: rotateY(270deg) translateX(-60px);
          transform: rotateY(270deg) translateX(-60px);
  -webkit-transform-origin: center left;
          transform-origin: center left;
}

.swiper-wrapper[data-slide="3"] .swiper-slide:nth-child(3) {
  z-index: 1;
}

.swiper-wrapper[data-slide="4"] .swiper-slide:nth-child(5) {
  -webkit-transform: translateZ(60px) rotateY(180deg);
          transform: translateZ(60px) rotateY(180deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}

.swiper-wrapper[data-slide="5"] .swiper-slide:nth-child(5) {
  -webkit-transform: translateZ(60px);
          transform: translateZ(60px);
  -webkit-transform-origin: center;
          transform-origin: center;
}

.next, .prev {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 3px;
  background: black;
  text-align: center;
  line-height: 3;
  color: white;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  font-size: 1rem;
  padding: 2px;
  opacity: 0;
  visibility: hidden;
}

.prev {
  top: -53px;
}

.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

.market_sec {
  background-color: #ffebe2;
  padding: 6px 3px 3px 3px;
}

.market_sec .market_sec-type .nav-tabs {
  margin-right: 20px;
}

@media only screen and (max-width: 35.938em) {
  .market_sec .market_sec-type .nav-tabs .nav-item {
    width: 100%;
    text-align: center;
  }
}

.market_sec .market_sec-type .nav-tabs .nav-link {
  border-radius: 0;
  color: #000;
  text-transform: uppercase;
  font-size: 1.4rem;
  padding: 11px 16px;
  border: 0;
}

.market_sec .market_sec-type .nav-tabs .nav-link.active {
  border: 0;
  font-weight: 700;
}

.market_sec .market_top-gainloss {
  background: #fff;
  padding: 10px;
  margin: 0 5px 0;
}

@media only screen and (max-width: 47.95em) {
  .market_sec .market_top-gainloss .stock_search .form-group {
    width: calc(100% - 75px);
  }
}

.market_sec .market_top-gainloss .stock_search input {
  font-size: 1.3rem;
  padding: 3.75px 10px;
  border-color: #ffebe2;
  border-radius: 0;
  height: auto;
  min-width: 260px;
  color: #000;
}

.market_sec .market_top-gainloss .stock_search .btn-primary {
  font-size: 1.3rem;
  color: #fff;
  border-radius: 0;
  background: #800000;
  border: 0;
}

.market_sec .market_top-gainloss .bse_nse-slider {
  border: 1px solid #ffebe2;
  padding: 6px 10px;
}

.market_sec .tab-content {
  background: #fff;
  padding: 10px 10px 0;
  margin: 0 5px 5px;
}

.market_sec .tab-content .post-image img {
  min-width: 150px;
  margin-right: 10px;
}

.market_sec .tab-content .postHeading h2 {
  font-size: 1.6rem;
}

.market_sec .tab-content #commodities {
  background-color: #ffebe2;
  padding: 10px;
  margin: 0 -10px;
}

.market_sec .tab-content #commodities .article__panel-postOther-in:first-of-type {
  border-top: 1px solid #c4c6c8;
}

.market_result h2 {
  font-size: 1.8rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  margin: 0;
}

.market_result h2 .siteIcons {
  margin-right: 8px;
}

.market_result h2 .siteIcons:before {
  font-size: 1.4rem;
  vertical-align: 1px;
}

.market_result h2 .market_result-value {
  margin-left: 8px;
}

.select_commodities-title h3 {
  font-size: 1.4rem;
  font-family: "Open Sans", sans-serif;
  margin: 0 0 10px;
  color: #000;
  font-weight: 700;
}

.select_commodities-dropdown .custom-select,
.market_type-dropdown .custom-select {
  color: #800000;
  border-color: #dbdbdb;
  font-size: 1.4rem;
  background-color: transparent;
  font-weight: 700;
  border-radius: 0;
}

.select_commodities-dropdown .custom-select:focus,
.market_type-dropdown .custom-select:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.coloredTabs .nav-tabs li {
  width: 50%;
}

.coloredTabs .nav-tabs li .nav-link {
  border-radius: 0;
  background: #fdd8c8;
  text-transform: uppercase;
  color: #000;
  font-weight: 700;
  border-bottom: 0;
  border-color: #fdd8c8;
  text-align: center;
  font-size: 1.4rem;
  padding: 10px 16px;
}

.coloredTabs .nav-tabs li .nav-link:hover {
  text-decoration: none !important;
  background: #fff;
}

.coloredTabs .nav-tabs li .nav-link.active {
  background: #fff;
}

.coloredTabs .nav-tabs li:first-child .nav-link {
  border-right: 0;
}

.coloredTabs .colored_tabs-d-two .nav-tabs li {
  max-width: 85px;
  min-width: 80px;
}

.coloredTabs .colored_tabs-d-two .nav-tabs li .nav-link {
  border: 0;
  background: #800000;
  color: #fff;
  padding: 6px 10px;
}

.coloredTabs .colored_tabs-d-two .nav-tabs li .nav-link.active {
  background: #fdd8c8;
  color: #000;
}

.coloredTabs .market_result {
  background: #ffebe2;
  padding: 10px;
}

.coloredTabs .market_result h2 {
  font-weight: normal;
}

.coloredTabs .market_result h2 .market_result-value {
  font-size: 1.4rem;
}

.market_commodity-tabs.coloredTabs .nav-tabs li {
  width: 33.33%;
}

@media only screen and (max-width: 35.938em) {
  .market_commodity-tabs.coloredTabs .nav-tabs li {
    width: 100%;
    text-align: center;
  }
}

.market_commodity-tabs.coloredTabs .nav-tabs li .nav-link {
  text-transform: capitalize;
}

.market_commodity-tabs.coloredTabs .colored_tabs-d-two .nav-tabs li {
  width: auto;
}

.market_commodity-tabs.coloredTabs .colored_tabs-d-two .nav-tabs li .nav-link {
  text-transform: uppercase;
}

.bse_nse-slider.coloredTabs .tab-content {
  margin: 0;
  padding: 0;
}

.bse_nse-slider.coloredTabs .tab-content .swiper {
  width: 90%;
}

.bse_nse-slider.coloredTabs .tab-content .swiper .swiper-wrapper {
  margin: 0;
}

.bse_nse-slider.coloredTabs .colored_tabs-d-two .nav-tabs li {
  width: auto;
  max-width: 100%;
  min-width: auto;
}

.bse_nse-slider.coloredTabs .colored_tabs-d-two .nav-tabs li .nav-link {
  padding: 5px 15px;
  font-size: 1.2rem;
  font-weight: normal;
  background: #fdd8c8;
  color: #000;
}

.bse_nse-slider.coloredTabs .colored_tabs-d-two .nav-tabs li:first-child .nav-link {
  border-radius: 25px 0 0 25px;
}

.bse_nse-slider.coloredTabs .colored_tabs-d-two .nav-tabs li:last-child .nav-link {
  border-radius: 0 25px 25px 0;
}

.bse_nse-slider.coloredTabs .colored_tabs-d-two .nav-tabs li .nav-link.active {
  background: #800000;
  color: #fff;
}

.bse_nse-slider.coloredTabs .free_mode {
  width: 92%;
}

.bse_nse-slider.coloredTabs .free_mode .free_mode-wrapper .slick-slide {
  width: auto !important;
}

.bse_nse-slider.coloredTabs .free_mode .free_mode-wrapper .slick-slide .swiper-slide {
  margin-right: 10px;
}

.bse_nse-slider.coloredTabs .free_mode .free_mode-wrapper .slick-slide .swiper-slide .siteIcons {
  font-size: 1.1rem;
  margin-right: 2px;
}

.bse_nse-slider.coloredTabs .free_mode .free_mode-wrapper .slick-slide .swiper-slide a {
  font-size: 1.2rem;
}

.bse_nse-slider.coloredTabs .swiper-button-playpause.siteIcons {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #f2f2f2;
  border: 1px solid #ddd;
  height: 27px;
  width: 27px;
  text-align: center;
  line-height: 25px;
  margin: 0 2px;
  font-size: 1.4rem;
  z-index: 9;
  cursor: pointer;
}

.market_chart-table .table-responsive > table.table-bordered {
  font-family: "Roboto", sans-serif;
  font-size: 1.3rem;
  border: 1px solid #ddd;
}

.market_chart-table .table-responsive > table.table-bordered th {
  color: #000;
  text-transform: uppercase;
  border-right: 0;
  border-left: 0;
  border-color: #ddd;
  font-weight: normal;
}

.market_chart-table .table-responsive > table.table-bordered th:first-child {
  font-weight: 700;
}

.market_chart-table .table-responsive > table.table-bordered td {
  border-right: 0;
  border-left: 0;
  border-color: #ddd;
}

.market_chart-table .table-responsive > table.table-bordered tr:nth-of-type(odd) {
  background-color: #fff;
}

.market_chart-table .table-responsive > table.table-bordered tr:nth-of-type(even) {
  background-color: #f5f4f4;
}

.form_hold {
  font-size: 1.4rem;
}

.form_hold select.form-control {
  font-size: 1.3rem;
  border-radius: 0;
}

.form_hold .btn-primary {
  font-size: 1.6rem;
  border-radius: 0;
  background: #800000;
  border: 0;
}

.article__panel-post .option-panel {
  background: #fcf3ef;
}

.article__panel-post .option-panel .icon-key:before {
  font-size: 1.1rem;
  vertical-align: 2px;
  color: #ecbd4b;
  margin-right: 5px;
}

.article__panel-post .columist {
  padding: 20px;
  background: #ffebe2;
}

@media only screen and (min-width: 48.0625em) {
  .article__panel-post .columist {
    padding: 25px;
  }
}

.article__panel-post .columist h3 {
  margin-bottom: 1.5rem;
  font-weight: 400;
}

.article__panel-post .editorial {
  padding: 20px 12px 0px 12px;
}

.article__panel-post .editorial h3 {
  margin-bottom: 1.5rem;
  font-weight: 400;
}

.article__panel-post .opinion-title p {
  color: #000;
}

.article__panel-post .opinion-title img {
  float: left;
  margin-right: 10px;
}

.article__panel-post .popular-now .icon-key:before {
  font-size: 1.1rem;
  vertical-align: 2px;
  color: #ecbd4b;
  margin-right: 5px;
}

.article__panel-post .popular-now ul {
  counter-reset: numbers;
}

.article__panel-post .popular-now ul li {
  margin: 0 0 10px;
  padding: 0;
  list-style: none;
  color: #343233;
  font-family: Georgia, "Times New Roman", Times, serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.article__panel-post .popular-now ul li:before {
  counter-increment: numbers;
  content: counter(numbers);
  font-family: Arial, Helvetica, sans-serif !important;
  color: #8a8a8a;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  border: 1px solid #8a8a8a;
  border-radius: 50%;
  margin-right: 15px;
  text-align: center;
  padding: 10px 14px;
}

.article__panel-post .popular-now .popular-text {
  padding: 2px 0px;
}

.article__panel-post .popular-now .popular-text h2 {
  font-size: 1.6rem;
  line-height: 20px;
}

.article__panel-post .title3-upper {
  font-weight: 400;
  font-size: 1.8rem;
  font-family: "Georgia", "Times New Roman", "Times", "serif";
}

.article__panel-post .name-italic p {
  font-size: 1.2rem;
  font-weight: 400;
  font-family: "Arial", "Helvetica", "sans-serif";
  padding: 5px 0;
  margin: 0;
}

.article__panel-post .things-to-know {
  height: 610px;
  overflow-y: scroll;
  margin-top: 8px;
}

.article__panel-post .things-to-know ul {
  font-family: "Georgia", "Times New Roman", "Times", "serif";
}

.article__panel-post .things-to-know ul li {
  font-size: 18px;
  border-bottom: 1px solid #ccc;
  padding: 12px 0;
}

.spotlight-section {
  background: url(https://bsmedia.business-standard.com/_media/bs/spotlight/bg1.jpg?1) repeat top;
  padding: 0px 10px;
}

.spotlight-section .icon-spotlight {
  font-size: 3rem;
}

.spotlight-section .headingCommon p {
  font-family: "Open Sans", sans-serif;
  margin: 0;
}

.spotlight-content {
  padding: 10px;
  margin: 0 10px 10px;
  background-color: #fff;
}

.spotlight-content .spot-light-left {
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
}

.spotlight-content .spot-light-left .spot-text-heading h2 {
  font-family: "Georgia", "Times New Roman", "Times", "serif";
  font-weight: normal;
  font-size: 1.8rem;
  margin-top: 5px;
  margin-bottom: 5px;
}

@media only screen and (min-width: 62.0625em) {
  .spotlight-content .spot-light-left .spot-text-heading h2 {
    font-size: 24px;
    line-height: 32px;
    margin-top: 0;
    margin-bottom: 0;
  }
}

.spotlight-content .spot-light-left p {
  font-size: 1.4rem;
  color: #000;
}

.spotlight-content .spot-light-right .people__feed {
  padding: 10px 0px;
}

.spotlight-content .spot-light-right .people__feed-title h2 {
  font-size: 1.6rem;
}

.spotlight-content .spot-light-right .people__feed-image img {
  max-width: 95px;
  margin-left: 15px;
}

.spotlight-content .newsletter {
  padding: 5px 0px;
  border-bottom: 1px solid #000;
}

.web-excl-red {
  padding: 0px 7px;
  font-size: 1.2rem;
  display: inline-block;
  margin-bottom: 10px;
  background: #eb0029;
  color: #fff;
  margin-right: 7px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  vertical-align: 3px;
}

@media only screen and (min-width: 48.0625em) {
  .web-excl-red {
    float: left;
    margin-bottom: 0;
  }
}

.polls-section p {
  font-size: 1.4rem;
  font-family: "Open Sans", sans-serif;
}

.top-section .postHeading h1 .icon-key:before {
  font-size: 1.1rem;
  vertical-align: 2px;
  color: #ecbd4b;
  margin-right: 5px;
}

.top-section .postHeading h3 .icon-key:before {
  font-size: 1.1rem;
  vertical-align: 2px;
  color: #ecbd4b;
  margin-right: 5px;
}

.top-section .postHeading img {
  min-width: 95px;
  margin-right: 10px;
}

.morning-show-top {
  background: #ffebe2;
  margin: 0 0 10px 0;
  padding: 2px 10px;
}

.morning-show-top h3 {
  margin: 10px 0;
  font-family: "Georgia", "Times New Roman", "Times", "serif";
}

.morning-show-top h3 a {
  font-weight: 600;
  color: #1c3c65;
}

.morning-show-top h5 {
  font-family: "Georgia", "Times New Roman", "Times", "serif";
  font-size: 1.3rem;
  text-align: left;
}

.morning-show-top h5 a {
  font-weight: bold;
}

.morning-show-top .icon-clock_alaram {
  font-size: 1.8rem;
  font-weight: 700;
  color: #1c3c65;
  vertical-align: -2px;
  margin-right: 5px;
}

.mutimedia {
  padding: 0 10px;
}

.mutimedia .mutimedia-left .mutimedia-title h3 {
  font-weight: 500;
  margin: 10px 0 20px 0;
  font-family: "Georgia", "Times New Roman", "Times", "serif";
}

.mutimedia .multimedia-right .multimedia__feed-image {
  padding: 5px;
  margin-right: 15px;
  border: 1px solid #ccc;
}

.mutimedia .multimedia-right .multimedia__feed-image img {
  min-width: 95px;
  height: 70px;
}

.mutimedia .multimedia-right .multimedia__feed-title h3 {
  font-family: "Georgia", "Times New Roman", "Times", "serif";
  font-weight: 400;
  font-size: 1.4rem;
}

.mutimedia-list {
  padding: 0;
}

.mutimedia-list__section {
  position: relative;
  border-right: 1px solid #ccc;
  padding: 0 10px;
  margin-bottom: 10px;
  width: calc(100% / 2 - 0px);
}

.mutimedia-list__section:nth-child(even) {
  border-right: 0;
}

.mutimedia-list__section:last-child {
  border-right: none;
}

@media only screen and (min-width: 40.0625em) {
  .mutimedia-list__section {
    width: calc(100% / 3 - 0px);
  }
  .mutimedia-list__section:nth-child(even) {
    border-right: 1px solid #ccc;
  }
  .mutimedia-list__section:nth-child(3) {
    padding-left: 0;
    border-right: 0;
  }
}

@media only screen and (min-width: 48.0625em) {
  .mutimedia-list__section {
    width: calc(100% / 5 - 0px);
  }
  .mutimedia-list__section:first-child {
    padding-left: 0;
  }
  .mutimedia-list__section:nth-child(3) {
    padding-left: 10px;
    border-right: 1px solid #ccc;
  }
  .mutimedia-list__section:last-child {
    padding-right: 0;
  }
}

.mutimedia-list__section .mutimedia-list_imgGroup {
  position: relative;
}

.mutimedia-list__section .mutimedia-list_imgGroup > img {
  border: 1px solid #ccc;
  padding: 5px;
  width: 100%;
  min-height: 120px;
  max-height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
}

.mutimedia-list__section .mutimedia-list_imgGroup .maskPodcast {
  position: absolute;
  bottom: 15px;
  left: 15px;
}

.mutimedia-list__section .mutimedia-list_imgGroup .maskPodcast img {
  width: 20px;
  height: 20px;
}

.mutimedia-list__section h3 {
  font-family: "Georgia", "Times New Roman", "Times", "serif";
  font-size: 1.4rem;
}

@media only screen and (min-width: 40.0625em) {
  .mutimedia-list__section h3 {
    font-size: 1.6rem;
  }
}

.icon.icon-rss.verticalSapce:before {
  vertical-align: -1px;
}

.finance h2 {
  font-weight: bold;
  font-size: 2rem;
}

.finance .finance-img {
  padding: 15px 0px;
}

.finance .finance-img h3 {
  font-size: 22px;
  margin: 10px 0 0;
}

@media only screen and (min-width: 62.0625em) {
  .finance .finance-img h3 {
    font-size: 28px;
  }
}

.finance .finance-img p {
  color: #565656;
  line-height: 20px;
  padding: 2px 0;
}

.btn-grey {
  padding: 2px 10.83px;
  font-size: 16px;
  border: none;
  background: #c4c6c8;
  color: #000;
}

.drop_down select {
  border: 1px solid #ccc;
  padding: 3px;
}

.at-search {
  border: 1px solid #ccc;
  padding: 3px 5px;
  width: 100%;
}

.extra_title {
  color: #b22222;
  font-weight: bold;
  margin-right: 4px;
}

.podcast-sec {
  background: url(../images/search_bg.png) repeat;
  padding: 10px;
  margin: 0px;
  margin-right: 10px;
}

@media only screen and (min-width: 36em) {
  .podcast-sec .paddRight {
    padding: 0;
    padding-left: 5px !important;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: calc(100% - 125px);
  }
  .podcast-sec .paddLeft {
    padding: 0;
    padding-right: 5px !important;
    max-width: 125px;
  }
}

.podcast-sec .podcast-sec_image {
  text-align: center;
  background: #fff;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px 0;
}

@media only screen and (min-width: 36em) {
  .podcast-sec .podcast-sec_image {
    padding: 0;
  }
}

.podcast-sec .podcast_sec-right {
  position: relative;
  background: #fff;
}

.podcast-sec .podcast_sec-right .podcast-sec_heading {
  border-bottom: 1px solid #acacac;
  padding: 6.5px 10px;
}

.podcast-sec .podcast_sec-right .podcast-sec_heading h3 {
  font-size: 1.6rem;
  font-family: "Roboto", sans-serif;
  color: #000;
  margin: 0;
}

.podcast-sec .podcast_sec-right .podcast-sec_heading .more_less {
  font-size: 1.4rem;
  font-weight: 700;
}

.podcast-sec .podcast_sec-right .podcast-sec_player {
  padding: 7px 10px;
}

.podcast-sec .podcast_sec-right .podcast-sec_player .podcast-sec_info p {
  font-size: 1.4rem;
  font-family: "Open Sans", sans-serif;
  color: #ac2122;
  font-weight: 700;
}

.podcast-sec .podcast_sec-right .podcast-sec_player .mejs__button button {
  font-family: "siteIcons" !important;
  background: transparent;
  text-align: center;
  vertical-align: middle;
  line-height: 1.1;
}

.podcast-sec .podcast_sec-right .podcast-sec_player .mejs__play button:before {
  content: "\e918";
  color: #fff;
  font-size: 1.5rem;
  margin-left: 3px;
}

.podcast-sec .podcast_sec-right .podcast-sec_player .mejs__pause button:before {
  content: "\e916";
  color: #fff;
  font-size: 1.5rem;
  margin-left: 0;
}

.podcast-sec .podcast_sec-right .podcast-sec_player .mejs__replay button:before {
  content: "\e931";
  color: #fff;
  font-size: 1.8rem;
  margin-left: -1px;
  font-weight: 600;
}

.podcast-sec .podcast_sec-right .podcast-sec_player .mejs__mute button {
  margin: -2px 4px;
  height: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.podcast-sec .podcast_sec-right .podcast-sec_player .mejs__mute button:before {
  content: "\e933";
  color: #fff;
  font-size: 2.2rem;
  margin-left: 0;
}

.podcast-sec .podcast_sec-right .podcast-sec_player .mejs__unmute button {
  margin: 0 4px;
  height: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.podcast-sec .podcast_sec-right .podcast-sec_player .mejs__unmute button:before {
  content: "\e932";
  color: #fff;
  font-size: 2.2rem;
  margin-left: 0;
}

.more-podcast_dropdown {
  display: none;
  position: absolute;
  top: 94%;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 3;
  padding: 0 10px;
}

.more-podcast_dropdown .table-bordered td,
.more-podcast_dropdown .table-bordered th {
  border: 1px solid #eff2f7;
  vertical-align: middle;
  font-size: 1.4rem;
}

.more-podcast_dropdown .table-striped tbody tr:nth-of-type(odd) {
  background: #fff;
}

.more-podcast_dropdown .table-striped tbody tr:nth-of-type(even) {
  background: #f5f4f4;
}

.more-podcast_dropdown .podcast-play-bt {
  background: #000;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  text-align: center;
  line-height: 0.72;
  font-family: "siteIcons" !important;
}

.more-podcast_dropdown .podcast-play-bt:before {
  content: "\e918";
  color: #fff;
  font-size: 0.7rem;
}

.bse_nse-slider .tab-content > .tab-pane {
  display: block;
  height: 0;
  visibility: hidden;
}

.bse_nse-slider .tab-content > .active {
  height: auto;
  visibility: visible;
}

.full_container_fluid {
  width: 100%;
  padding-right: 7px;
  padding-left: 7px;
  margin-right: auto;
  margin-left: auto;
}

.news--area {
  margin: 5px auto;
}

.news-details {
  border-top: 5px solid #444446;
  padding: 10px 0px;
}

.news-details__heading {
  font-family: "Open Sans", sans-serif;
  margin: 10px 0px;
}

.news-details__heading h1 {
  font-size: 4.8rem;
  line-height: 55px;
  color: #000;
  font-weight: bold;
}

.news-details__heading h4 {
  padding: 5px 0;
  line-height: 24px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  color: #000;
}

.news-details__heading p {
  font-size: 1.4rem;
}

.news-details .last-update .editor {
  font-size: 1.4rem;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  padding-top: 15px;
  margin: 0 0 0 10px;
}

.news-details .last-update .lastupdate {
  font-size: 1.3rem;
  color: #909090;
  font-weight: normal;
  margin-left: 10px;
  line-height: 1px;
}

.event-highlight {
  background: #f4f3f3;
  padding: 10px;
  border-top: 1px solid #ddd;
}

.event-highlight h2 {
  font-size: 2rem;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 2.4rem;
  color: #000;
}

.event-highlight__list {
  height: 500px;
  padding: 5px 0;
}

.event-highlight__list .mCSB_scrollTools {
  opacity: 1;
}

.event-highlight__list .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 5px;
  border-radius: 11px;
  background: #e15b5c;
}

.event-highlight__list .mCSB_scrollTools .mCSB_draggerRail {
  width: 3px;
  background: #383b40;
}

.event-highlight__list ul li {
  border-bottom: solid 1px #fff;
  padding: 10px 12px;
}

.event-highlight__list ul li a {
  font-size: 1.4rem;
  font-weight: 400;
}

.event-highlight__list ul li a:hover {
  text-decoration: none !important;
}

.event-highlight__list ul li span {
  color: #505050;
  font-size: 1.1rem;
}

.event-highlight__list ul li p {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Arial", "Helvetica", "sans-serif";
}

.news-content__img img {
  border: 1px solid #ddd;
  margin-right: 10px;
  padding: 1px;
}

.news-content__img p {
  font-size: 1.4rem;
}

.news-content .p-content p {
  margin: 20px 0;
  color: #000;
  font-size: 1.4rem;
}

.news-content .p-content p a {
  color: #337ab7 !important;
  text-decoration: none;
}

.live-update {
  border-bottom: 3px solid #000;
}

.live-update h2 {
  padding: 10px 0px;
  color: #000;
  font-size: 2rem;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 24px;
}

.live-update .icon-refresh_icon {
  font-weight: bold;
  cursor: pointer;
}

.max_width {
  max-width: 313px;
}

@media only screen and (max-width: 35.938em) {
  .max_width {
    max-width: 100%;
  }
}

.expert-list {
  padding: 5px;
}

.expert-list__comment {
  padding: 10px 8px;
  border-bottom: 5px solid #f1f1f1;
  background-color: #fff;
}

.expert-list__top .date p {
  color: #888787;
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
}

.expert-list__body {
  margin-top: 10px;
}

.expert-list__body h2 {
  font-size: 2.4rem;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  line-height: 34px;
  color: #000;
}

.expert-list__body p {
  font-size: 1.4rem;
  font-family: "Arial", "Helvetica", "sans-serif";
  margin-top: 15px;
  margin-bottom: 0px;
}

.expert-list .twitter__body {
  margin: 10px 0;
}

.expert-list .load-more {
  margin-top: 20px;
}

.expert-list .load-more .btn-loadmore {
  padding: 5px 10px;
  margin: 0;
  width: 100%;
  border: 0;
  background: #f05922;
  color: #fff;
  font-size: 16px;
}

.expert-list .load-more .btn-loadmore:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.expert-list .read-more {
  font-family: "Open Sans", sans-serif;
}

.expert-list .realted-keyword {
  font-family: "Open Sans", sans-serif;
}

.onoffswitch {
  position: relative;
  width: 60px;
}

.onoffswitch .onoffswitch-checkbox {
  display: none;
}

.onoffswitch .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}

.onoffswitch .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px;
}

.onoffswitch .onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border-radius: 20px;
}

.onoffswitch .onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  -webkit-transition: margin 0.3s ease-in 0s;
  transition: margin 0.3s ease-in 0s;
}

.onoffswitch .onoffswitch-inner:before {
  content: "ON";
  padding-left: 10px !important;
  background-color: #dfdfdf;
  color: #000;
}

.onoffswitch .onoffswitch-inner:after {
  content: "OFF";
  padding-right: 5px !important;
  background-color: #ac2122;
  color: #fff !important;
  text-align: right;
}

.onoffswitch .onoffswitch-inner:before,
.onoffswitch .onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 30px;
  padding: 0;
  line-height: 30px;
  font-size: 11px;
  color: #000;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.onoffswitch .onoffswitch-switch {
  display: block;
  width: 18px;
  height: 18px;
  margin: 8px;
  background: #ffffff;
  position: absolute;
  top: -3px;
  bottom: 3px;
  right: 28px;
  border-radius: 20px;
  -webkit-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}

.budget-news {
  width: 100%;
  z-index: 9999;
  bottom: 0;
  position: fixed;
}

.budget-news__button {
  background-color: #fff;
  border: 1px solid #999999;
  border-bottom: none;
  border-radius: 10px 10px 0px 0px;
  position: absolute;
  top: -32px;
  left: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

.budget-news__button .btn {
  font-size: 1.4rem;
  color: #000;
  font-weight: bold;
  text-align: center;
  padding: 3px 20px;
}

.budget-news__area {
  background-color: #fff;
  border: 1px solid #999999;
}

.budget-news__slider {
  margin: 10px;
}

.budget-news__content {
  display: inline-block;
  border-right: 1px solid green;
  margin: 0px 5px;
}

.budget-news__content img {
  height: 50px;
  float: left;
  margin-right: 5px;
}

.budget-news__content p {
  line-height: 20px;
  padding: 2px 15px;
  font-family: "Open Sans", sans-serif;
  margin: 0;
}

.red_dot {
  height: 7px;
  width: 7px;
  background-color: #ac2122;
  border-radius: 50%;
  display: inline-block;
}
/*# sourceMappingURL=all.css.map */

.trending1 ul li .fRt {
  float: right;
  
}
.trending1 ul li .fLt {
  float: left;
  
}

.trending1 ul li .bgred4 {
  background: #e11515;
  color: #fff;
  font-size: 13px;
  padding: 2px 3px;
  max-width: 60px !important;
  text-align: center;
  margin: 0px 5px;
}

.trending1 ul li .bggreen4 {
  color: #fff;
  font-size: 13px;
  padding: 2px 3px;
  max-width: 60px !important;
  text-align: center;
  background: #16ac21;
  margin: 0px 5px;
}

.bgred4 {
  background: #e11515;
}

.bggreen4, .bgred4 {
  color: #fff;
  font-size: 13px;
  padding: 2px 3px;
  width: 60px !important;
  text-align: center;
}

.bggreen4 {
  background: #16ac21;
}


.unlock_bg {
  background-color: #eeeeee;
  border: 1px solid #fff;
  border-left: 4px solid #AC2122;
  padding: 10px 5px;
  -webkit-box-shadow: 0px 0px 10px 0px #D6D6D6;
          box-shadow: 0px 0px 10px 0px #D6D6D6;
}

.unlock_bg .unlock {
  padding: 0px 14px;
}

.unlock_bg .unlock h3 {
  font-size: 1.6rem;
  font-family: "Arial", "Helvetica", "sans-serif";
  font-weight: 600;
  color: #000;
  margin-bottom: 0px;
}

.unlock_bg .unlock h3 a {
  text-decoration: none !important;
}

.unlock_bg .article {
  padding: 0px 14px;
}

.unlock_bg .article h3 {
  color: #017e22;
  font-size: 1.6rem;
  font-family: "Arial", "Helvetica", "sans-serif";
  font-weight: 600;
  margin-bottom: 0px;
}

.unlock_bg .article h3 a {
  text-decoration: none !important;
}

.unlock_bg .article .circle {
  background-color: #ac2122;
  border-radius: 50%;
  color: #fff;
  padding: 4px 5px;
  font-size: 1.4rem;
}

.columnist .btn {
  padding: 4px 6px;
  border: 1px solid #4d5557;
  background: #4d5557;
  color: #fff;
  font-size: 14px;
  font-family: "Arial", "Helvetica", "sans-serif";
}


.test-article {
  border: 1px solid #c4c6c8;
  padding: 10px;
}

.test-article ul {
  margin: 5px 0;
  padding: 0 0 0 15px;
}

.test-article ul li {
  margin: 0;
  padding: 6px 5px;
  list-style-type: square;
}

.test-article ul li a {
  font-size: 1.7rem;
  font-family: "Georgia", "Times New Roman", "Times", "serif";
}

.t_blue {
  color: #2591dc;
  text-decoration: none;
}

.t_blue:hover {
  color: #2591dc;
  text-decoration: none !important;
}

.btn-proceed {
  padding: 2px 10px;
  margin: 4px;
  font-size: 13px;
  background-color: #0a6d02;
  border-radius: 2px;
  border: 0;
  color: #fff;
}

.btn-proceed:hover {
  background-color: #0a6d02;
  border-radius: 2px;
  border: 0;
  color: #fff;
  text-decoration: none !important;
}

.btn-closedd {
  padding: 2px 10px;
  margin: 4px;
  font-size: 13px;
  background-color: #ac2122;
  border-radius: 2px;
  border: 0;
  color: #fff;
}

.btn-closedd:hover {
  background-color: #ac2122;
  border-radius: 2px;
  border: 0;
  color: #fff;
  text-decoration: none !important;
}

.unlock_bg .unlock p {
  font-family: "Arial", "Helvetica", "sans-serif";
  margin: 0;
}



.flex-direction-nav a {
  position: fixed;
  z-index: 1000;
  overflow: hidden;
  max-width: 40px;
  top: 50%;
  -webkit-transition: max-width 300ms ease;
  transition: max-width 300ms ease;
}

.flex-direction-nav a.flex-prev {
  left: -1px;
  margin-left: 0px;
  background: #f4f5f2;
  border: 1px solid #c4c6c8;
}

.flex-direction-nav a.flex-next {
  right: -1px;
  margin-right: 0px;
  background: #f4f5f2;
  border: 1px solid #c4c6c8;
  position: fixed;
}

.flex-direction-nav a span.arrow {
  display: block;
  overflow: hidden;
  width: 30px;
  height: 74px;
  position: absolute;
}

.flex-direction-nav a.flex-prev span.arrow {
  top: 30%;
  left: 10px;
  font-size: 30px;
}

.flex-direction-nav a.flex-next span.arrow {
  top: 30%;
  right: -4px;
  font-size: 30px;
}

.flex-direction-nav a span.caption {
  display: block;
}

.flex-direction-nav a.flex-prev {
  border-radius: 0 5px 5px 0;
}

.flex-direction-nav a.flex-next {
  border-radius: 5px 0 0 5px;
}

.flex-direction-nav a.flex-prev span.caption {
  border-radius: 0 5px 5px 0;
  padding: 0px 5px 0 40px;
  display: block;
}

.flex-direction-nav a.flex-next span.caption {
  float: right;
  border-radius: 5px 0 0 5px;
  padding: 0px 40px 0 5px;
}

.flex-direction-nav a:hover {
  opacity: 1;
  max-width: 500px;
}

.flex-direction-nav a:hover span.caption {
  text-indent: 0;
}

.caption {
  margin: 5px 0 0 13px;
}

.side-article {
  width: 220px;
  font-size: 15px;
  display: block;
  line-height: 19px;
}

.side-article h2 {
  margin: 5px;
  font-size: 15px;
  display: block;
  line-height: 19px;
  font-family: "Georgia", "Times New Roman", "Times", "serif";
  color: #000;
}

.related-keyword1 .Ract {
  background: #000;
  text-decoration: none !important;
}
.related-keyword1 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.related-keyword1 ul li {
  display: block;
  list-style: none;
}
.related-keyword1 ul li.Ract a {
  background: #000;
  text-decoration: none;
  color: #fff;
}
.related-keyword1 ul li.Ract a:hover {
  color: #fff;
  background: #000;
  text-decoration: none !important;
}
.related-keyword1 ul li a {
  display: block;
  float: left;
  font-size: 14px;
  margin: 0 8px 8px 0;
  color: #fff;
  background: #a6a6a6;
  padding: 3px 8px;
  text-transform: uppercase;
  line-height: 1.4;
}
.related-keyword1 ul li a:hover {
  color: #fff;
  background: #000;
  text-decoration: none !important;
}
.related-keyword1 ul li h2 {
  font-weight: 400;
  margin: 0;
  padding: 0;
}
.related-keyword1 .w10 {
  display: none;
}


.cat1, .cat11, .cat12, .cat13, .cat14, .cat2, .cat3, .cat4, .cat5 {
 padding: 5px 10px;
  border-radius: 4px;
  font-size: 1.2rem;
  text-align: center;
  float: left;
  min-height: 60px;
  width: 23%;
  font-family: "Open Sans";
  margin-right: 3px;
  margin-left: 3px;
  word-break: break-all;
}

.cat1 a:hover, .cat11 a:hover, .cat12 a:hover, .cat13 a:hover, .cat14 a:hover, .cat2 a:hover, .cat3 a:hover, .cat4 a:hover, .cat5 a:hover {
  text-decoration: none !important;
}

.cat1 {
  background: #e5454c;
  display: table;
}

.cat1 span {
  display: table-cell;
  vertical-align: middle;
}

.cat2 {
  background: #29b6d2;
  display: table;
}

.cat2 span {
  display: table-cell;
  vertical-align: middle;
}

.cat3 {
  background: #faa33f;
  display: table;
}

.cat3 span {
  display: table-cell;
  vertical-align: middle;
}

.cat4 {
  background: #fff;
  border: 1px solid #b22222;
  display: table;
  margin-bottom: 5px;
}

.cat4 span {
  display: table-cell;
  vertical-align: middle;
}

#author_bio_wrap1{
  margin: 10px 0px 20px 10px;
    width: auto;
}

#author_bio_wrap_toggle1 {
  text-align: center;
  color: #000;
  font-weight: 700;
  font-size: 14px;
}

#author_bio_wrap_toggle1:hover {
  color: #ce0010;
  text-decoration: none !important;
}



#emailbox {
  border: 1px solid #636466;
  padding: 10px;
}

#emailbox h2 {
  color: #243a57;
  text-transform: uppercase;
  font-family: "Georgia", "Times New Roman", "Times", "serif";
  font-weight: bold;
  font-size: 1.8rem;
  margin: 0;
  line-height: 45px;
}

#emailbox table tr td {
  font-size: 1.2rem;
  font-family: "Open Sans", sans-serif;
  padding: 3px;
  vertical-align: middle;
}

#emailbox table tr td:first-child {
  width: 12%;
}

#emailbox table tr td:nth-child(3) {
  width: 18%;
}

#emailbox table tr td .f-field {
  padding: 10px 4px;
  margin-bottom: 5px;
  border: 1px solid #e1e1e1;
  background: #fcfcfc;
  width: 205px;
}

#emailbox table tr td span {
  display: block;
}

#emailbox .btn-org {
  background: #f05922;
  color: #fff;
}

#emailbox .btn-org {
  padding: 4px 11px;
  border: 0;
  margin: 0;
  font-size: 16px;
  cursor: pointer;
}
/*custom css*/
.end_subscription01 h3 {
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-weight: normal;
    float: left;
    margin-top: -5px;
    margin-bottom: 10px;
  }

  .end_subscription01 {
    width: 321px;
    height: 147px;
    position: absolute;
    top: 45px;
    right: 120px;
    background-image: url(https://images.business-standard.com/ads/bstest/subscription/images/handle2.png);
    background-position: top;
    background-repeat: no-repeat;
    z-index: 999999999 !important;
    padding-top: 10px;
    padding-left: 10px;
  }

  @media (max-width: 1915px) and (min-width: 1600px) {
    .end_subscription01 {
      right: 289px !important;
    }
  }

  .btn_submit {
    margin-right: 32px !important;
    margin-left: 0px !important;
  }

  .btn_submit input[type="button"] {
    font-size: 12px !important;
  }

  input.btn.btn-danger.proceedtopay {
    font-size: 17px !important;
    width: 170px;
  }

  element.style {
    margin-right: 17px;
  }

  h4.chooseoption.chooselink {
    margin-right: 38px;
    margin-top: 10px;
    font-size: 16px;
  }

  .card-box-renew {
    background: #efe8e8;
    border: none;
    padding: 15px;
    margin-bottom: 20px;
  }