.search {
  position: relative;
}
.search .search-title {
  text-transform: uppercase;
  font-family: "Roboto", Regular;
  font-weight: bold;
  color: #000000;
  font-size: 14px;
  margin: 10px 0 20px;
  position: relative;
}
.search .search-title .search-results {
  font-family: inherit;
  font-weight: normal;
  margin-left: 5px;
  color: #666666;
  font-size: 12px;
}
.search .search-type {
  display: block;
  width: 100px;
  position: absolute;
  top: -5px;
  right: 12px;
}
.search .search-type .type-btn {
  display: block;
  font-size: 14px;
  font-family: "Roboto", Black;
  text-align: left;
  width: 100%;
  padding: 0;
  border: none;
  outline: none;
  box-shadow: none;
  text-decoration: none;
  background: url(https://assetsbl.thehindubusinessline.com/theme/images/BLRX/icon/select-drop-down.svg) no-repeat right top 6px;
}
.search .search-type .type-btn:hover, .search .search-type .type-btn:active, .search .search-type .type-btn:focus {
  text-decoration: none;
  box-shadow: none;
}
.search .search-type .search-type-list {
  list-style: none;
  margin: 10px 0 0;
  padding: 5px 15px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1333333333);
  z-index: 9;
  position: absolute;
  background: #ffffff;
  border-radius: 5px;
  width: 100%;
  right: 0;
  display: none;
}
.search .search-type .search-type-list li {
  font-size: 14px;
  font-family: "Roboto", Black;
  color: #000000;
  padding: 5px 0;
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, 0.062745098);
}
.search .search-type .search-type-list li:last-child {
  border-bottom: none;
}
.search .search-box {
  margin: 0px 0 10px 0;
}
.search .search-box .search-field {
  z-index: 2;
  border: none;
  outline: none;
  box-shadow: none;
}
.search .search-box .search-field:hover, .search .search-box .search-field:active, .search .search-box .search-field:focus, .search .search-box .search-field:focus-visible, .search .search-box .search-field:focus-within {
  background: #ffffff;
  border: none;
  outline: none;
  box-shadow: #dddddd 0px 1px 9px;
}
.search .search-box .search-field:focus + .auto-complete {
  display: block;
}
.search .search-box .search-icon {
  z-index: 2;
  top: 0px;
}
.search .search-box .auto-complete {
  display: none;
  list-style: none;
  margin: 0px;
  padding: 40px 20px 10px;
  box-shadow: rgba(0, 0, 0, 0.1333333333) 0px 5px 6px;
  position: absolute;
  width: 100%;
  background: #ffffff;
  z-index: 1;
  top: 0;
}
.search .search-box .auto-complete li {
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.062745098);
  cursor: pointer;
}
.search .search-box .auto-complete li:last-child {
  border-bottom: none;
}
.search .search-box .news-search-btn {
  background: #F2F2F2;
  border-radius: 3px;
  border: 1px solid #F2F2F2;
  color: #000000;
  font-size: 12px;
  font-family: "Roboto", bold;
  text-transform: uppercase;
  width: 130px;
  height: 35px;
  margin: 5px 10px 5px 0;
  padding: 9px 0 6px 0;
  transition: all 0.3s;
  font-weight: bold;
}
.search .search-box .news-search-btn.active {
  background: #000000;
  color: #ffffff;
  border: 1px solid #000000;
}
.search .replace-text {
  font-family: "Roboto", Regular;
  font-size: 14px;
  color: #000000;
}
.search .replace-text .replace-text, .search .replace-text .given-text {
  color: #CC0000;
  font-size: inherit;
  font-family: "Roboto", Regular;
  text-decoration: none;
}
.search .replace-text .replace-text:hover, .search .replace-text .given-text:hover {
  text-decoration: underline;
}
.search .replace-text .instead-text {
  display: block;
  font-size: 13px;
  font-family: "Roboto", Regular;
}
.search .label {
  font-size: 14px;
}
.search .nav-tabs {
  text-align: left;
  margin: 10px 0;
  padding-bottom: 0;
}
.search .nav-tabs .nav-link {
  border: 1px solid #000;
  border-top-left-radius: unset;
  border-top-right-radius: unset;
  background: #F2F2F2;
  border: 1px solid #F2F2F2;
  color: #000000;
  padding: 5px 10px;
  margin: 0 10px 0 0px;
}
.search .nav-tabs .nav-link::after {
  display: none;
}
.search .nav-tabs .nav-link:hover {
  color: unset;
}
.search .nav-tabs .nav-link.active {
  background: #000000;
  color: #ffffff;
  border: 1px solid #000000;
}
.search .nav-tabs .nav-link.active::after {
  color: #fff;
}
.search .section-result-list {
  padding: 0 10px;
}

.live-news {
  font-family: "Roboto", Black;
  font-weight: bold;
  color: black;
  font-style: italic;
  display: inline-flex;
  height: 12px;
  position: relative;
  top: -1px;
}
.live-news .blink {
  padding-right: 5px;
}
.live-news .blink.blink-red-bg {
  width: 12px;
  height: 12px;
  border-radius: 25px;
  background-color: #CC0000;
  margin-bottom: 0;
}
.live-news .live-text {
  font-weight: bold;
  margin-top: -7px;
  margin-right: 5px;
  margin-left: 3px;
  color: #CC0000;
}
.live-news.big-text {
  top: -5px;
}
.live-news.big-text .blink.blink-red-bg {
  width: 20px;
  height: 20px;
}
.live-news.big-text .live-text {
  margin-top: -12px;
  font-size: 33px;
}

/** Responsive **/
/** Mobile Responsive Styles **/
@media screen and (max-width: 570px) {
  .hide-mobile {
    display: none;
  }
  .hide-system {
    display: block !important;
  }
  .mobile-topborder {
    border-top: 1px solid #BEBEBE !important;
  }
  .mobile-bottomborder {
    border-bottom: 1px solid #BEBEBE !important;
  }
  .mobile-topborder-none {
    border-top: none !important;
  }
  .mobile-bottomborder-none {
    border-bottom: none !important;
  }
  .mobile-pad-left-none {
    padding-left: 0px;
  }
  .mobile-pad-right-none {
    padding-right: 0px;
  }
  .center-ad-long {
    display: none;
  }
  .bl-premium-access {
    border-top: 1px solid #BEBEBE;
    border-bottom: 1px solid #BEBEBE !important;
    height: 75px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .bl-premium-lg .red-text-color {
    text-decoration: underline;
  }
  .spliter {
    padding: 0;
    border-bottom: 1px solid #BEBEBE;
    margin-bottom: 5px;
  }
  .breadcrumb {
    display: -webkit-box;
    margin-bottom: 6px;
  }
  .share-article-section .share-social-network {
    display: none;
  }
  .share-article-section .share-sharing {
    display: inline-block;
  }
  .share-article-section .share-article .comments {
    font-size: 11px;
    line-height: 13px;
  }
  .share-article-section .share-sharing .share {
    font-size: 11px;
    line-height: 13px;
    display: inherit;
  }
  .share-article-section .share-readlater span {
    font-size: 10px;
    line-height: 13px;
  }
  .share-article-section .share-readlater-hide {
    display: none;
  }
  .xs-reverse {
    display: flex;
    flex-direction: column-reverse;
  }
  .xs-reverse :nth-child(2) {
    order: -1;
  }
  .xs-reverse-order1 {
    display: flex;
    flex-direction: column-reverse;
  }
  .xs-reverse-order1 :nth-child(3) {
    order: -1;
  }
  .xs-reverse-order2 {
    display: flex;
    flex-direction: column-reverse;
  }
  .xs-reverse-order2 :nth-child(2) {
    order: 1;
  }
  .xs-reverse-order3 {
    display: flex;
    flex-direction: column-reverse;
  }
  .xs-reverse-order3 :nth-child(1) {
    order: 1;
  }
  .subscriber-exclusive {
    display: none !important;
  }
  .element.row-element {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #BEBEBE;
  }
  .element.row-element .picture {
    margin: 10px 10px 10px 0px;
    display: inline-block;
    vertical-align: top;
    width: 110px;
    height: 110px;
  }
  .element.row-element .picture img {
    width: 110px;
    height: 110px;
  }
  .element.row-element .right-content {
    position: absolute;
    display: inline;
    top: 0px;
  }
  .element.row-element .right-content .label {
    font-size: 18px;
    line-height: 26px;
    font-family: "Roboto", Black;
    color: #1E78C1;
    text-transform: none;
  }
  .element.row-element .right-content .title {
    font-size: 16px;
    font-family: "Roboto", Regular;
    color: #000000;
    margin: 0px;
  }
  .element.row-element .right-content .title a {
    font-size: 16px;
    font-family: "Roboto", Regular;
    color: #000000;
    font-weight: normal;
  }
  .show-more-headlines {
    font-size: 12px;
    line-height: 16px;
    font-family: "Roboto", Regular;
    color: #CC0000;
    margin: 15px 0 15px 0;
    text-decoration: underline;
    text-align: right;
  }
  .show-more-headlines a {
    padding-left: 20px;
  }
  section {
    margin: 20px auto;
  }
  .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: none;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .title-patch.mx-auto {
    padding: 9px 25px;
    width: 100%;
  }
  .top-pick .top-pick-element .picture {
    width: 100%;
    height: 350px;
  }
  .top-pick .top-pick-element .picture img {
    height: 350px;
  }
  .top-pick .top-pick-element .text-part .title {
    font-size: 15px;
    padding: 15px 15px 0;
    top: 245px;
    line-height: 17px;
    letter-spacing: -0.2px;
  }
  .top-pick .top-pick-element .text-part .title .label {
    font-size: 10px;
  }
  .element .label {
    font-size: 16px;
  }
  .element .title {
    font-size: 20px;
    font-weight: bold;
  }
  .element .picture {
    margin: 15px auto 15px;
  }
  .element .picture .video-patch::after {
    content: url(https://assetsbl.thehindubusinessline.com/theme/css/images/home/video-patch_small.svg);
    text-align: center;
    position: absolute;
    display: block;
    bottom: calc(20% - 32px);
    left: calc(10% - 32px);
    width: 65px;
    cursor: pointer;
  }
  .element .picture-height-big img {
    width: 100%;
    height: auto;
  }
  .element .ad {
    margin: 0px auto 20px;
    width: 300px;
    height: auto;
  }
  .element .ad img {
    width: 100%;
    height: auto;
  }
  .element.bigger .picture, .element.wide .picture {
    height: 177px;
    margin: 10px auto 15px;
  }
  .element.bigger .picture img, .element.wide .picture img {
    height: 177px;
  }
  .element.bigger .picture .watch-now, .element.wide .picture .watch-now {
    width: 120px;
    height: auto;
  }
  .element.bigger.main-element, .element.wide.main-element {
    padding: 0;
  }
  .element:last-child {
    border-bottom: 0px solid #BEBEBE;
  }
  .element .sub-text {
    font-size: 13px;
    line-height: normal;
    letter-spacing: -0.2px;
  }
  .element .by-line {
    margin-bottom: 15px;
  }
  .el-per-row .element {
    border-right: none;
    border-bottom: 1px solid #BEBEBE;
    margin: 0 auto;
    width: 94%;
    padding: 0;
  }
  .el-per-row .element .title {
    margin: 15px 0;
  }
  .el-per-row .element:last-child {
    margin: 0 auto;
  }
  .res-mb-4 {
    margin-bottom: 0 !important;
  }
  .res-pb-4 {
    padding-bottom: 0 !important;
  }
  .mobile-no-border {
    border: none !important;
  }
  .mobile-no-border .by-line {
    margin-bottom: 0;
  }
  .economy-header {
    padding-top: 70px;
  }
  .economy-header .economy-header-active {
    width: auto;
    left: auto;
    top: auto;
    position: unset;
  }
  .economy-header .header-link-list {
    overflow: auto;
    width: 330px;
    flex-wrap: nowrap;
    white-space: nowrap;
  }
  .economy-header .header-link-list::-webkit-scrollbar {
    display: none;
  }
  .economy-news-section {
    margin: 0px 0 0px 0;
  }
  .economy-news-section .booklink-system {
    padding-bottom: 20px;
    display: none;
  }
  .economy-news-section .booklink-system img {
    width: 100%;
    height: 80px;
  }
  .economy-news-section .booklink-mobile {
    padding-bottom: 20px;
    display: block;
  }
  .economy-news-section .booklink-mobile img {
    width: 100%;
    height: 80px;
  }
  .economy-news-section .ad {
    padding-top: 0;
    margin-top: 5px;
  }
  .economy-news-section .trending {
    padding: 20px 0 0 0;
  }
  .economy-news-section .center-section .mobile-topborder-none .element {
    padding-top: 0px;
  }
  .economy-news-section .center-section .mobile-topborder-none .element:first-child {
    padding-top: 15px;
  }
  .economy-news-section .news-lg-title {
    font-size: 22px;
    line-height: 30px;
    margin: 0px 0;
  }
  .economy-news-section .news-lg-title span {
    font-size: 33px;
    line-height: 40px;
  }
  .economy-news-section .news-lg-title a .red-text-color {
    font-size: 22px;
    line-height: 32px;
  }
  .economy-news-section .todays-poll .todays-poll-button .btn-bl-vote {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .economy-list-section .section-result-title {
    font-size: 30px;
    line-height: 25px;
    padding-top: 0px;
  }
  .economy-list-section .economy-list-right-section {
    position: unset;
  }
  .economy-list-section .economy-list-right-section .economy-list-right-section-inner {
    position: unset;
    left: unset;
    top: unset;
  }
  .economy-list-section .economy-list-left-section {
    position: unset;
  }
  .economy-list-section .economy-list-left-section .economy-list-left-section-inner {
    position: unset;
    left: unset;
    width: unset;
    top: unset;
  }
  .economy-list-section .pagination {
    overflow: auto;
    white-space: nowrap;
  }
  .economy-list-section .pagination::-webkit-scrollbar {
    display: none;
  }
  .economy-list-section .pagination li {
    order: unset;
  }
  .economy-list-section .pagination .page-item.active .page-link {
    background-color: #1E78C1;
  }
  .economy-list-section .section-result-list li a.element {
    min-height: 140px;
  }
  .economy-list-section .section-result-list li a.element .picture {
    top: 15px;
  }
  .economy-list-section .section-result-list li a.element .right-content .label {
    vertical-align: top;
    font-size: 16px;
    line-height: 23px;
  }
  .economy-list-section .section-result-list li a.element .right-content .title {
    font-size: 16px;
    line-height: 20px;
    margin: 5px 0 10px;
  }
  .economy-list-section .section-result-list li a.element .right-content .time {
    display: flex;
    margin-left: 0px;
  }
  .economy-list-section .trending {
    padding: 20px 0 20px 0;
  }
  .economy-list-section .tag-result-title img {
    margin-top: -10px;
  }
  .economy-list-section .tag-result-title .tag-result-head {
    font-size: 24px;
    line-height: 28px;
  }
  .economy-list-section .tag-list img {
    width: 100%;
  }
  .economy-list-section .tag-list .title {
    padding-top: 10px;
    font-size: 16px;
  }
  .share-page .share-text {
    font-size: 12px;
  }
  .share-page .share-text::after {
    top: -2px;
  }
  .share-page .share-list {
    padding: 6px 10px;
    left: auto;
    right: 30px;
    top: 50px;
  }
  .author-section .author {
    position: relative;
    margin-top: 10px;
  }
  .author-section .author .author-img {
    left: 0;
    top: 5px;
  }
  .author-section .author .author-img img {
    width: 65px;
    height: 65px;
  }
  .author-section .author .author-name {
    margin-left: 80px;
    font-size: 24px;
  }
  .author-section .author .author-name .author-designation {
    font-size: 12px;
  }
  .author-section .author .follow-author-list {
    display: flex !important;
    margin-left: -7px !important;
  }
  .author-section .author .author-details {
    margin-top: 25px;
  }
  .author-section .author .author-details .follow-author {
    font-size: 12px;
    margin: 10px 0 5px;
    display: inherit;
  }
  .author-section .author .author-details .follow-author a {
    display: block;
    margin-left: 0px;
  }
  .author-section .author .author-details p {
    font-size: 14px;
    line-height: 22px;
    margin: 15px 0;
  }
  .share-article-section .share-social-network {
    display: none;
  }
  .share-article-section .share-sharing {
    display: inline-block;
  }
  .share-article-section .share-article .comments {
    font-size: 11px;
    line-height: 13px;
  }
  .share-article-section .share-sharing .share {
    font-size: 11px;
    line-height: 13px;
    display: inherit;
  }
  .share-article-section .share-readlater span {
    font-size: 10px;
    line-height: 13px;
  }
  .share-article-section .share-readlater-hide {
    display: none;
  }
  .sub-section .element.bigger .picture {
    height: auto;
  }
  .sub-section .element.bigger .picture img {
    height: auto;
  }
  .element.col-two-one {
    padding: 0 !important;
    margin: 0 !important;
  }
  .element.col-two-one .col {
    width: 100% !important;
  }
  .element.col-two-one .col:first-child {
    padding: 0 !important;
  }
  .element.col-two-one .col:first-child .element {
    padding: 0 !important;
    margin-top: 0 !important;
  }
  .element.col-two-one .col:last-child {
    padding: 0 !important;
  }
  .element.col-two-one .col:last-child .element {
    padding: 0 !important;
    margin-top: 0 !important;
  }
  .element.col-two-one .col .element {
    width: 100% !important;
  }
  .element.col-two-one .col .element .title {
    font-size: 18px !important;
    padding-bottom: 10px !important;
  }
  .element.col-two-one .col .element .label {
    margin-top: 0 !important;
  }
  .arrow-list li a {
    font-size: 14px;
    line-height: 18px;
  }
  .ad-section {
    background: transparent;
  }
  .ad-section .container {
    padding: 0;
  }
  .search .search-box {
    margin: 10px 0;
  }
  .search .search-title {
    font-size: 12px;
    order: unset;
  }
  .search .search-type {
    top: -5px;
  }
  .search .section-result-list {
    order: unset;
  }
  .search-box {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.25);
  }
  .search-box .search {
    width: 100%;
    padding: 0;
    max-width: none;
  }
  .live-news .live-text {
    order: unset;
  }
  .live-news.big-text {
    top: 0;
  }
  .live-news.big-text .blink.blink-red-bg {
    width: 15px;
    height: 15px;
  }
  .live-news.big-text .live-text {
    font-size: 22px;
    order: unset;
  }
}
.res-mb-4 {
  margin-bottom: 1.5rem;
}

.res-pb-4 {
  padding-bottom: 1.5rem;
}

/** Tablet Responsive Styles **/
@media screen and (max-width: 1000px) and (min-width: 571px) {
  .top-ad {
    display: none;
  }
  .hide-tab {
    display: none;
  }
  .show-tab {
    display: block !important;
  }
  .hide-tab-lg {
    display: none;
  }
  .tab-topborder {
    border-top: 1px solid #BEBEBE !important;
  }
  .tab-bottomborder {
    border-bottom: 1px solid #BEBEBE !important;
  }
  .title-patch.mx-auto {
    padding: 9px 25px;
    width: max-content;
  }
  section {
    margin: 45px auto;
  }
  .xs-reverse-order2 {
    display: flex;
    flex-direction: unset;
  }
  .xs-reverse-order2 :nth-child(2) {
    order: -1;
  }
  .xs-reverse-order1 {
    display: flex;
    flex-direction: unset;
  }
  .xs-reverse-order1 :nth-child(2) {
    order: -1;
  }
  .xs-reverse {
    display: flex;
    flex-direction: unset;
  }
  .xs-reverse :nth-child(2) {
    order: 0;
  }
  .xs-reverse-order3 {
    display: flex;
    flex-direction: unset;
  }
  .xs-reverse-order3 :nth-child(2) {
    order: 1;
  }
  .top-pick .top-pick-element .picture {
    width: 100%;
    height: 310px;
  }
  .top-pick .top-pick-element .picture img {
    height: 310px;
  }
  .top-pick .top-pick-element .text-part .title {
    font-size: 14px;
    padding: 15px 15px 0;
    top: 180px;
    line-height: 18px;
  }
  .top-pick .top-pick-element .text-part .title .label {
    font-size: 10px;
  }
  .trending .trending-result-list li a.element {
    min-height: 70px;
  }
  .trending .trending-result-list li a.element .count {
    height: 40px;
    width: 40px;
    font-size: 38px;
    line-height: 42px;
  }
  .trending .trending-result-list li a.element .right-content {
    margin-left: 50px;
  }
  .trending .trending-result-list li a.element .right-content .title {
    font-size: 12px;
  }
  .element .title {
    font-size: 18px;
  }
  .element.bigger .picture {
    height: auto;
  }
  .element.bigger .picture img {
    height: auto;
  }
  .element .ad {
    margin: 5px auto 30px !important;
  }
  .element.row-element .right-content .title {
    margin: 0;
  }
  .element.row-element .right-content .title a {
    font-size: 14px;
  }
  .center-ad-long .ad {
    margin: 5px auto 25px;
    width: 100% !important;
    height: auto;
  }
  .center-ad-long .ad img {
    width: 100% !important;
    height: auto;
    object-fit: cover;
    object-position: center;
  }
  .bl-premium-lg::before {
    left: 60px;
  }
  .economy-header {
    display: flex;
  }
  .economy-header img {
    display: inline-flex;
    width: 50px;
    height: 33px;
    vertical-align: baseline;
  }
  .economy-header .economy-header-title {
    display: inline-flex;
    font-size: 23px;
    font-family: "Roboto", Light;
    font-weight: 100;
    color: #999999;
  }
  .economy-header .header-link-list {
    display: inline-block;
    vertical-align: baseline;
    margin-bottom: 8px;
    padding-left: 5px;
  }
  .economy-header .header-link-list li {
    display: inline-block;
    position: relative;
    margin-right: 15px;
  }
  .economy-header .header-link-list li::after {
    color: #000000;
    content: "/";
    position: absolute;
    right: -10px;
    top: 4px;
    font-size: 12px;
    font-weight: bold;
  }
  .economy-header .header-link-list li:last-child::after {
    display: none;
  }
  .economy-header .header-link-list li a {
    font-size: 14px;
    line-height: 28px;
    line-height: normal;
    color: #000000;
    text-decoration: none;
    font-family: "Roboto", Black;
  }
  .economy-header .header-link-list li a:hover {
    text-decoration: none;
  }
  .economy-header .header-link-list li.active a {
    font-weight: bold;
    text-decoration: underline;
  }
  .economy-header .header-link-list h1 {
    display: inline-block;
    position: relative;
    font-size: 14px;
    margin-bottom: 0;
  }
  .economy-header .header-link-list h1::after {
    color: #000000;
    content: "/";
    position: absolute;
    right: -12px;
    top: 4px;
    font-size: 12px;
    font-weight: bold;
  }
  .economy-header .header-link-list h1:last-child::after {
    display: none;
  }
  .economy-header .header-link-list h1 a {
    font-size: 14px;
    line-height: 28px;
    line-height: normal;
    color: #000000;
    text-decoration: none;
    font-family: "Roboto", Black;
  }
  .economy-header .header-link-list h1 a:hover {
    text-decoration: none;
  }
  .economy-header .header-link-list h1.active a {
    font-weight: bold;
    text-decoration: underline;
  }
  .economy-news-section .label {
    font-size: 16px;
    line-height: 18px;
  }
  .economy-news-section .news-lg-title {
    font-size: 24px;
    line-height: 30px;
  }
  .economy-news-section .news-lg-title a .red-text-color {
    font-size: 24px;
    line-height: 30px;
  }
  .economy-news-section .news-lg-sub-title a {
    font-size: 14px;
    line-height: normal;
  }
  .economy-news-section .todays-poll label a {
    font-size: 14px;
  }
  .economy-news-section .todays-poll .title a {
    font-size: 14px;
  }
  .economy-news-section .todays-poll .todays-poll-checkbox label {
    font-size: 10px;
    padding-right: 0px;
  }
  .economy-news-section .right-content .label {
    font-size: 14px;
    line-height: 17px;
  }
  .economy-news-section .right-content .title {
    margin: 0;
  }
  .economy-news-section .right-content .title a {
    font-size: 12px;
  }
  .economy-news-section .center-section .row {
    flex-direction: row-reverse;
    border-bottom: 1px solid #BEBEBE;
  }
  .economy-list-section .bl-premium h5 {
    font-size: 13px;
    line-height: 16px;
  }
  .economy-list-section .author {
    margin: 0;
  }
  .economy-list-section .author .author-name {
    font-size: 4px;
    display: inline-block;
    width: 55%;
    margin-left: 10px;
  }
  .economy-list-section .author .author-name p {
    font-size: 11px;
    line-height: 14px;
  }
  .economy-list-section .readall a {
    font-size: 10px;
    padding-left: 0px;
  }
  .economy-list-section .section-result-list {
    list-style: none;
    margin: 10px 0 0;
    padding: 20px;
  }
  .economy-list-section .section-result-list li {
    border-bottom: 1px solid #BEBEBE;
  }
  .economy-list-section .section-result-list li a.element {
    display: block;
    position: relative;
    padding: 10px 0;
    width: 100%;
    min-height: 110px;
  }
  .economy-list-section .section-result-list li a.element .picture {
    display: inline-block;
    vertical-align: top;
    width: 90px;
    height: 90px;
    margin: 0;
    position: absolute;
    top: 10px;
    left: 0;
  }
  .economy-list-section .section-result-list li a.element .picture img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    object-position: center;
  }
  .economy-list-section .section-result-list li a.element .right-content {
    vertical-align: top;
    top: 7px;
    margin-left: 105px;
  }
  .economy-list-section .section-result-list li a.element .right-content .label {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    font-size: 15px;
    line-height: 20px;
    font-family: "Roboto", Black;
    color: #1E78C1;
    text-transform: none;
  }
  .economy-list-section .section-result-list li a.element .right-content .time {
    font-size: 10px;
    color: #707070;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
  }
  .economy-list-section .section-result-list li a.element .right-content .title {
    font-size: 16px;
    font-family: "Roboto", Regular;
    color: #000000;
    font-weight: normal;
  }
  .economy-list-section .pagination .page-item {
    order: 0 !important;
  }
  .economy-list-section .tag-list .col-12 {
    order: initial;
  }
  .economy-list-section .tag-list img {
    width: 100%;
  }
  .author-section .author {
    position: relative;
    margin-top: 10px;
  }
  .author-section .author .author-img {
    left: 0;
    top: -5px;
  }
  .author-section .author .author-img img {
    width: 80px;
    height: 80px;
  }
  .author-section .author .author-name {
    margin-left: 100px;
    font-size: 25px;
  }
  .author-section .author .author-details {
    margin-top: 15px;
  }
  .search .search-box {
    margin: 10px 0;
  }
  .search .search-title {
    order: unset;
  }
  .search .nav-tabs .nav-link {
    order: unset;
  }
  .search-box {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.25);
  }
  .search-box .search {
    width: 100%;
    padding: 0;
    max-width: none;
  }
  .live-news {
    font-family: "Roboto", Black;
    font-weight: bold;
    color: black;
    font-style: italic;
    display: inline-flex;
    height: 12px;
    position: relative;
    top: -1px;
  }
  .live-news .blink {
    padding-right: 5px;
  }
  .live-news .blink.blink-red-bg {
    width: 12px;
    height: 12px;
    border-radius: 25px;
    background-color: #CC0000;
    margin-bottom: 0;
  }
  .live-news .live-text {
    order: unset;
  }
  .live-news.big-text {
    top: -3px;
  }
  .live-news.big-text .blink.blink-red-bg {
    width: 15px;
    height: 15px;
  }
  .live-news.big-text .live-text {
    order: unset;
    margin-top: -6px;
  }
  .tab-content .tab-pane {
    order: unset;
  }
}
@media screen and (max-width: 1200px) and (min-width: 1001px) {
  .top-ad {
    display: block;
  }
  .hide-tab {
    display: none;
  }
  .hide-tab-lg {
    display: none;
  }
  .tab-topborder {
    border-top: 1px solid #BEBEBE !important;
  }
  .tab-bottomborder {
    border-bottom: 1px solid #BEBEBE !important;
  }
  .show-tab-lg {
    display: block !important;
  }
  .title-patch.mx-auto {
    padding: 9px 25px;
    width: max-content;
  }
  .xs-reverse-order2 {
    display: flex;
    flex-direction: unset;
  }
  .xs-reverse-order2 :nth-child(2) {
    order: -1;
  }
  .xs-reverse-order1 {
    display: flex;
    flex-direction: unset;
  }
  .xs-reverse-order1 :nth-child(2) {
    order: -1;
  }
  .xs-reverse {
    display: flex;
    flex-direction: unset;
  }
  .xs-reverse :nth-child(2) {
    order: 0;
  }
  .xs-reverse-order3 {
    display: flex;
    flex-direction: unset;
  }
  .xs-reverse-order3 :nth-child(2) {
    order: 1;
  }
  .top-pick .top-pick-element .picture {
    width: 100%;
    height: 310px;
  }
  .top-pick .top-pick-element .picture img {
    height: 310px;
  }
  .top-pick .top-pick-element .text-part .title {
    font-size: 14px;
    padding: 15px 15px 0;
    top: 180px;
    line-height: 18px;
  }
  .top-pick .top-pick-element .text-part .title .label {
    font-size: 10px;
  }
  .trending ul li .trending-text {
    font-size: 12px;
    line-height: 14px;
    padding-left: 35px;
  }
  .trending ul li .trending-count {
    font-size: 26px;
    line-height: 30px;
  }
  .element .title {
    font-size: 20px;
  }
  .element.bigger .picture {
    height: auto;
  }
  .element.bigger .picture img {
    height: auto;
  }
  .element .ad {
    margin: 15px auto 30px;
  }
  .element.row-element .right-content .title {
    margin: 0;
  }
  .element.row-element .right-content .title a {
    font-size: 14px;
  }
  .center-ad-long .ad {
    margin: 5px auto 25px;
    width: 100% !important;
    height: auto;
  }
  .center-ad-long .ad img {
    width: 100% !important;
    height: auto;
    object-fit: cover;
    object-position: center;
  }
  .bl-premium-lg::before {
    left: 60px;
  }
  .economy-news-section .label {
    font-size: 18px;
    line-height: 18px;
  }
  .economy-news-section .news-lg-title {
    font-size: 24px;
    line-height: 30px;
  }
  .economy-news-section .news-lg-title a .red-text-color {
    font-size: 24px;
    line-height: 30px;
  }
  .economy-news-section .news-lg-sub-title a {
    font-size: 14px;
    line-height: normal;
  }
  .economy-news-section .todays-poll label a {
    font-size: 14px;
  }
  .economy-news-section .todays-poll .title a {
    font-size: 14px;
  }
  .economy-news-section .todays-poll .todays-poll-checkbox label {
    font-size: 10px;
    padding-right: 0px;
  }
  .economy-news-section .right-content .label {
    font-size: 14px;
    line-height: 17px;
  }
  .economy-news-section .right-content .title {
    margin: 0;
  }
  .economy-news-section .right-content .title a {
    font-size: 12px;
  }
  .economy-news-section .center-section .row {
    flex-direction: row-reverse;
    border-bottom: 1px solid #BEBEBE;
  }
  .economy-list-section .bl-premium h5 {
    font-size: 13px;
    line-height: 16px;
  }
  .economy-list-section .author {
    margin: 0;
  }
  .economy-list-section .author .author-img {
    top: 0;
  }
  .economy-list-section .author .author-name {
    font-size: 25px;
    display: inline-block;
    width: 55%;
    margin-left: 10px;
  }
  .economy-list-section .author .author-name p {
    font-size: 11px;
    line-height: 14px;
  }
  .economy-list-section .readall a {
    font-size: 10px;
    padding-left: 0px;
  }
  .economy-list-section .pagination .page-item {
    order: 0 !important;
  }
  .economy-list-section .tag-list .col-12 {
    order: initial;
  }
  .economy-list-section .tag-list img {
    width: 100%;
  }
  .economy-list-section .tag-list .title {
    text-align: justify;
    font-size: 21px;
  }
  .author-section .author {
    position: relative;
    margin-top: 10px;
  }
  .author-section .author .author-img {
    left: 0;
    top: -5px;
  }
  .author-section .author .author-img img {
    width: 80px;
    height: 80px;
  }
  .author-section .author .author-name {
    margin-left: 100px;
    font-size: 25px;
  }
  .author-section .author .author-details {
    margin-top: 15px;
  }
  .search-box {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.25);
  }
  .live-news {
    font-family: "Roboto", Black;
    font-weight: bold;
    color: black;
    font-style: italic;
    display: inline-flex;
    height: 12px;
    position: relative;
    top: -1px;
  }
  .live-news .blink {
    padding-right: 5px;
  }
  .live-news .blink.blink-red-bg {
    width: 12px;
    height: 12px;
    border-radius: 25px;
    background-color: #CC0000;
    margin-bottom: 0;
  }
  .live-news .live-text {
    order: unset;
  }
  .live-news.big-text {
    top: -3px;
  }
  .live-news.big-text .blink.blink-red-bg {
    width: 15px;
    height: 15px;
  }
  .live-news.big-text .live-text {
    order: unset;
    margin-top: -6px;
  }
  .search .search-title {
    order: unset;
  }
  .search .nav-tabs .nav-link {
    order: unset;
  }
  .tab-content .tab-pane {
    order: unset;
  }
}
/** Header CSS Ends **/
/** ------------------------------------------------ **/
h3 {
  font-size: 26px;
  color: #CC0000;
  margin: 10px 0 20px;
}

.five-line-title {
  width: 100%;
  position: relative;
  text-align: center;
  margin: 40px auto 30px;
}
.five-line-title h2 {
  text-align: center;
  font-size: 36px;
  color: #CC0000;
  background: #ffffff;
  padding: 0 20px;
  display: inline;
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  width: max-content;
  margin: 0px auto;
}
.five-line-title h3 {
  text-align: center;
  font-size: 26px;
  color: #B00020;
  background: #ffffff;
  padding: 0 20px;
  display: inline;
  position: absolute;
  top: -7px;
  left: 0;
  right: 0;
  width: max-content;
  margin: 0px auto;
}
.five-line-title h4 {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  font-family: "Roboto", Black;
}

.discription-text {
  font-size: 14px;
  font-family: "Roboto", Black;
  color: #333333;
  line-height: normal;
  margin: 15px 0;
}

section.gray-bg {
  padding: 40px 0 30px;
}

.collapsed-element {
  position: relative;
}
.collapsed-element h3 {
  margin-top: 0;
}
.collapsed-element .element {
  min-height: 145px;
}
.collapsed-element .element.smaller {
  min-height: auto;
}
.collapsed-element .element .title {
  font-weight: normal;
}
.collapsed-element .element .title a {
  font-weight: normal;
}
.collapsed-element .element .title, .collapsed-element .element .picture {
  margin-top: 0;
}
.collapsed-element .element .hash-tag {
  margin: 13px 0;
  font-size: 12px;
  font-weight: bold;
  font-family: "Roboto", Black;
}
.collapsed-element .element .hash-tag a {
  font-weight: bold;
  font-family: "Roboto", Black;
}
.collapsed-element .element .by-line {
  margin: 10px 0;
}
.collapsed-element .small-link {
  position: absolute;
  bottom: 0;
  font-size: 10px;
  font-weight: bold;
  left: 0;
}

.box-line-title {
  position: relative;
}
.box-line-title h3 {
  text-align: center;
  font-size: 36px;
  color: #000000;
  margin: 0 auto 10px;
  background: #ffffff;
  padding: 0 20px;
  width: max-content;
}
.box-line-title h3 .sub-title {
  display: block;
  color: #CC0000;
  font-size: 26px;
}
.box-line-title::before {
  content: "";
  width: calc(100% + 40px);
  height: 90px;
  border: 1px solid #BEBEBE;
  border-bottom: none;
  left: -20px;
  position: absolute;
  top: 19px;
  z-index: -1;
}

/** List CSS Starts **/
.list .col-lg-3 .element {
  width: auto;
}
.list .col-lg-3 .element .title {
  font-size: 22px;
}

.element.col-two-one {
  min-height: auto;
  padding: 8px 0;
}
.element.col-two-one .col {
  width: 49.5%;
  vertical-align: top;
  display: inline-block;
}
.element.col-two-one .col:last-child {
  margin-right: 0;
}
.element.col-two-one .col .element {
  min-height: auto;
}
.element.col-two-one .col .element .title {
  font-size: 20px;
  margin-bottom: 10px;
}
.element.col-two-one .col .element .title a {
  font-size: 20px;
}
.element.col-two-one .col .element:first-child {
  padding-right: 15px;
}
.element.col-two-one .col:last-child:last-child {
  padding-left: 15px;
}

.img-banner {
  position: relative;
}
.img-banner .img {
  width: 100%;
  height: 635px;
  position: relative;
}
.img-banner .img img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 635px;
}
.img-banner .img .content {
  position: absolute;
  width: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6666666667), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  height: 100%;
  top: 0;
}
.img-banner .img .content .title1 {
  bottom: 10px;
  position: absolute;
  font-family: "Roboto", Black;
  color: #ffffff;
  font-weight: 200;
  font-size: 28px;
  text-align: center;
  left: 0;
  right: 0;
  padding: 0 0 25px;
}
.img-banner .title2 {
  bottom: 80px;
  position: absolute;
  font-family: "Roboto", Black;
  color: #ffffff;
  font-weight: 200;
  font-size: 60px;
  line-height: 65px;
  text-align: center;
  left: 0;
  right: 0;
  padding: 0 0 25px;
}
.img-banner .title2 span {
  font-size: 20px;
  font-weight: 200;
  display: block;
  line-height: 26px;
  margin-top: 10px;
}

.collapsed-list-element .bigger .picture {
  margin: 0;
}
.collapsed-list-element .bigger .label {
  margin: 15px 0 5px;
}
.collapsed-list-element .bigger .picture {
  height: 335px;
}
.collapsed-list-element .bigger .picture img {
  height: 335px;
}
.collapsed-list-element .bigger .title {
  font-weight: normal;
  margin: 5px 0;
}
.collapsed-list-element .bigger .title a {
  font-weight: normal;
}
.collapsed-list-element .title-patch {
  margin: 0 0 10px;
}
.collapsed-list-element .row-element {
  padding: 15px 0;
}
.collapsed-list-element .row-element .label {
  left: 224px;
  top: 2px;
}
.collapsed-list-element .row-element .picture {
  margin: 0 15px 0 0;
  height: 125px;
}
.collapsed-list-element .row-element .picture img {
  height: 125px;
}
.collapsed-list-element .row-element .right-content {
  margin: 0;
  height: auto;
}
.collapsed-list-element .row-element .right-content .title {
  margin: 20px 0 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: normal;
}
.collapsed-list-element .row-element .right-content .title a {
  font-weight: normal;
}

.collapsed-list-element .collapsed-element .element .title {
  font-size: 26px;
  line-height: normal;
}

/** Tablet Responsive Styles **/
@media screen and (max-width: 1000px) and (min-width: 571px) {
  .after-border-right::after, .after-border-right::after {
    display: none;
  }
  .box-line-title h3 {
    font-size: 30px;
    top: -20px;
  }
  .box-line-title h3 .sub-title {
    font-size: 22px;
  }
  .box-line-title::before {
    width: 100%;
    height: auto;
    border: none;
    border-bottom: 1px dotted #BEBEBE;
    left: 0px;
    position: absolute;
    top: 19px;
    z-index: -1;
  }
  .five-line-title {
    margin: 20px auto 10px;
  }
  .five-line-title h3 {
    font-size: 26px;
    top: -7px;
    padding: 0 15px;
  }
  .five-line-title h2 {
    font-size: 30px;
    top: -11px;
    padding: 0 15px;
  }
  .five-line-title h4 {
    font-size: 18px;
    margin: 5px auto 10px;
  }
  .img-banner {
    margin: 10px 0 20px;
  }
  .img-banner .img {
    height: 450px;
  }
  .img-banner .img img {
    height: 450px;
  }
  .img-banner .img .content .title1 {
    font-size: 22px;
    padding: 0 0 20px;
  }
  .img-banner .title2 {
    font-size: 36px;
    line-height: normal;
    padding: 0 0 25px;
    max-width: 80%;
    margin: 0 auto;
  }
  .img-banner .title2 span {
    font-size: 17px;
    line-height: 24px;
  }
  .collapsed-list-element .element .picture {
    height: 165px;
  }
  .collapsed-list-element .element .picture img {
    height: 165px;
  }
  .collapsed-list-element .element.bigger .title {
    font-size: 24px;
    line-height: normal;
  }
  .collapsed-list-element .element.bigger .picture {
    height: 300px;
  }
  .collapsed-list-element .element.bigger .picture img {
    height: 300px;
  }
  .collapsed-list-element .row-element {
    margin: 0;
  }
  .collapsed-list-element .row-element .label {
    left: 40.5%;
    top: 6px;
  }
  .collapsed-list-element .row-element .picture {
    height: 37%;
    margin-right: 3%;
  }
  .collapsed-list-element .row-element .right-content {
    width: 59%;
  }
  .collapsed-list-element .row-element .right-content .title {
    font-size: 20px;
    line-height: normal;
  }
  .collapsed-list-element .row-element:last-child {
    padding-bottom: 0;
  }
  .collapsed-list-element .title-patch {
    margin: 20px 0 10px;
  }
  .collapsed-list-element .collapsed-element .bigger .element .title {
    font-size: 24px;
    line-height: normal;
  }
  .collapsed-list-element .collapsed-element .element .title {
    font-size: 20px;
    line-height: normal;
  }
  .collapsed-list-element .collapsed-element .element .picture {
    max-width: 304px;
  }
}
/** Mobile Responsive Styles **/
@media screen and (max-width: 570px) {
  h3 {
    font-size: 20px;
  }
  .five-line-title {
    margin: 20px auto 10px;
  }
  .five-line-title h3 {
    font-size: 20px;
    background: none;
    padding: 0;
    position: unset;
  }
  .five-line-title h2 {
    font-size: 30px;
    background: none;
    padding: 0;
    position: unset;
  }
  .five-line-title .five-line-spliter {
    display: none;
  }
  .five-line-title h4 {
    font-size: 18px;
    margin: 5px auto 10px;
  }
  .res-br {
    display: none;
  }
  section.gray-bg {
    padding: 20px 0 10px;
  }
  .list .element {
    margin: 10px auto 0px;
  }
  .collapsed-element {
    position: relative;
  }
  .collapsed-element .element {
    min-height: auto;
  }
  .collapsed-element .element .picture {
    margin-top: 10px;
  }
  .collapsed-element .small-link {
    position: unset;
  }
  .box-line-title h3 {
    font-size: 24px;
    padding: 0 10px;
    margin-bottom: 10px;
  }
  .box-line-title h3 .sub-title {
    font-size: 18px;
  }
  .box-line-title::before {
    width: 100%;
    height: auto;
    border: none;
    border-bottom: 1px solid #BEBEBE;
    left: 0px;
    position: absolute;
    top: 14px;
    z-index: -1;
  }
  .img-banner {
    position: relative;
    margin-top: 10px;
  }
  .img-banner .img {
    width: 100%;
    height: 250px;
    margin: 0px 0 15px;
    position: relative;
  }
  .img-banner .img img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 250px;
  }
  .img-banner .img .content .title1 {
    font-size: 22px;
    padding: 0 0 20px;
  }
  .img-banner .title2 {
    position: unset;
    color: #000000;
    font-size: 36px;
    line-height: normal;
    padding: 0 0 25px;
  }
  .img-banner .title2 span {
    font-size: 17px;
    line-height: 24px;
  }
  .collapsed-list-element .element .picture {
    height: 165px;
  }
  .collapsed-list-element .element .picture img {
    height: 165px;
  }
  .collapsed-list-element .element .bigger .title {
    font-size: 24px;
    line-height: normal;
  }
  .collapsed-list-element .row-element {
    margin: 0;
  }
  .collapsed-list-element .row-element .right-content .title {
    font-size: 20px;
    line-height: normal;
  }
  .collapsed-list-element .row-element:last-child {
    padding-bottom: 0;
  }
  .collapsed-list-element .title-patch {
    margin: 20px 0 10px;
  }
  .collapsed-list-element .collapsed-element .bigger .element .title {
    font-size: 24px;
    line-height: normal;
  }
  .collapsed-list-element .collapsed-element .element .title {
    font-size: 20px;
    line-height: normal;
  }
}
/** List CSS Ends **/
/** Tab Content Starts (Bootstrap edits)**/
.nav-tabs {
  border-bottom: none;
  text-align: center;
  width: max-content;
  margin: 10px auto 0;
  padding-bottom: 30px;
}
.nav-tabs .nav-link {
  margin: 0 10px;
  background: none;
  border: none;
  padding: 0;
  color: #000000;
  font-size: 14px;
  font-family: "Roboto", Black;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
  border-bottom: 1px solid transparent;
}
.nav-tabs .nav-link.active {
  color: #CC0000;
  text-decoration: none;
  border-bottom: 1px solid #CC0000;
  background: none;
}
.nav-tabs .nav-link:hover {
  color: #CC0000;
  text-decoration: none;
}
.nav-tabs .nav-link::after {
  color: #6c757d;
  content: "/";
  position: absolute;
  right: -13px;
  top: -1px;
}
.nav-tabs .nav-link.disabled {
  color: #000000;
  margin-right: 0px;
}
.nav-tabs .nav-link:last-child::after, .nav-tabs .nav-link.disabled::after {
  display: none;
}

/** Tab Content Ends (Bootstrap edits)**/
/** Discover CSS Starts **/
.discover .five-line-title h3 {
  color: inherit;
}

.tab-nav {
  overflow: auto;
}
.tab-nav::-webkit-scrollbar {
  display: none;
}

/** Mobile Responsive Styles **/
@media screen and (max-width: 570px) {
  .nav-tabs {
    margin: 10px 0;
    padding-bottom: 10px;
  }
  .nav-tabs .nav-link {
    margin: 0 10px;
    font-size: 12px;
  }
  .nav-tabs .nav-link::after {
    color: #6c757d;
    content: "/";
    position: absolute;
    right: -13px;
    top: -1px;
  }
  .nav-tabs .nav-link:first-child {
    margin-left: 0;
  }
  .nav-tabs .nav-link:last-child {
    margin-right: 0;
  }
  .discover .five-line-title h3, .discover .five-line-title h2, .discover .five-line-title h4 {
    text-align: left;
    display: block;
    margin: 10px 0;
  }
}
/** Discover CSS Ends **/
/** Featured CSS Starts **/
.black-bg {
  background: #000000;
  width: 100%;
}

.featured .img-banner .img .content {
  background: linear-gradient(90deg, #000000, rgba(0, 0, 0, 0.7333333333), rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.6666666667), #000000);
  text-align: left;
}
.featured .img-banner .img .content .title-patch {
  margin: 60px 0 30px;
}
.featured .img-banner .img .content .text {
  font-size: 50px;
  line-height: 58px;
  width: 50%;
  color: #ffffff;
}
.featured .img-banner .img .content .author {
  display: block;
  width: 100%;
  margin: 25px 0;
}
.featured .img-banner .img .content .author .author-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: transparent;
  display: inline-block;
}
.featured .img-banner .img .content .author .author-img img {
  object-fit: cover;
  object-position: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.featured .img-banner .img .content .author .author-name {
  color: #ffffff;
  font-family: "Roboto", Black;
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  width: 80%;
  margin-left: 10px;
}
.featured .img-banner .img .content .author .author-name span {
  font-family: "Roboto", Black;
  display: block;
  color: #FFCC00;
  font-weight: bold;
}
.featured .img-banner .img .content .arrow-link {
  margin-top: 40px;
}
.featured .img-banner .img .content .arrow-link img {
  max-width: 100px;
  height: auto;
  display: inline-block;
  margin-right: 20px;
  filter: invert(1);
}
.featured .img-banner .img .content .arrow-link a {
  font-size: 14px;
  font-family: "Roboto", Black;
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid #ffffff;
  display: inline-block;
}
.featured .img-banner .img .content .arrow-link a:hover {
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

/** Mobile Responsive Styles **/
@media screen and (max-width: 570px) {
  .featured .container {
    max-width: 100%;
    padding: 0;
    margin: 0;
  }
  .featured .row {
    margin: 0;
    padding: 0;
  }
  .featured .img-banner {
    margin: 0;
    padding: 0 0 130px;
  }
  .featured .img-banner .img {
    height: 440px;
  }
  .featured .img-banner .img img {
    height: 440px;
  }
  .featured .img-banner .img .content {
    padding: 0 30px;
    background: linear-gradient(0deg, #000000, rgba(0, 0, 0, 0.6666666667), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.0666666667), rgba(0, 0, 0, 0));
  }
  .featured .img-banner .img .content .title-patch {
    display: none;
  }
  .featured .img-banner .img .content .text {
    font-size: 30px;
    line-height: 36px;
    width: 100%;
    margin-top: 240px;
  }
  .featured .img-banner .img .content .author {
    margin: 25px 0;
  }
  .featured .img-banner .img .content .author .author-name {
    font-size: 11px;
  }
  .featured .img-banner .img .content .arrow-link {
    margin-top: 40px;
    text-align: right;
  }
  .featured .img-banner .img .content .arrow-link img {
    max-width: 40px;
    height: auto;
    margin-right: 10px;
  }
  .featured .img-banner .img .content .arrow-link a {
    font-size: 12px;
  }
}
/** Tab Responsive Styles **/
@media screen and (max-width: 1000px) and (min-width: 571px) {
  .featured .container {
    max-width: 100%;
    padding: 0;
    margin: 0;
  }
  .featured .row {
    margin: 0;
    padding: 0;
  }
  .featured .img-banner {
    margin: 0;
  }
  .featured .img-banner .img {
    height: 440px;
  }
  .featured .img-banner .img img {
    height: 440px;
  }
  .featured .img-banner .img .content {
    padding: 0 30px;
  }
  .featured .img-banner .img .content .title-patch {
    width: max-content;
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 50px;
  }
  .featured .img-banner .img .content .title-patch span img {
    max-height: 13px;
  }
  .featured .img-banner .img .content .text {
    font-size: 30px;
    line-height: 36px;
    width: 100%;
  }
  .featured .img-banner .img .content .author {
    margin: 25px 0;
  }
  .featured .img-banner .img .content .author .author-name {
    font-size: 11px;
  }
  .featured .img-banner .img .content .arrow-link {
    margin-top: 40px;
  }
  .featured .img-banner .img .content .arrow-link img {
    max-width: 40px;
    height: auto;
    margin-right: 10px;
  }
  .featured .img-banner .img .content .arrow-link a {
    font-size: 12px;
  }
}
/** Featured Css Ends **/
/** Multimedia Css Starts **/
.multi-media .tab-nav {
  text-align: left;
}
.multi-media .tab-nav .title {
  font-size: 36px;
  font-family: "Roboto", sans-serif;
  color: #1E78C1;
  display: inline-block;
  margin-right: 10px;
  vertical-align: baseline;
}
.multi-media .tab-nav .nav-tabs {
  display: inline-block;
  vertical-align: baseline;
  padding-bottom: 0;
}
.multi-media .tab-nav .nav-tabs .nav-link {
  color: #000000;
  display: inline-block;
}
.multi-media .tab-nav .nav-tabs .nav-link.active {
  border-bottom: 1px solid #BEBEBE;
  font-weight: bold;
}
.multi-media .bigger .picture {
  height: 405px;
  margin: 20px 0 10px;
}
.multi-media .bigger .picture img {
  height: 405px;
}
.multi-media .bigger .live-span {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: #CC0000;
  padding: 3px 15px 3px 10px;
  margin: 0;
  color: #ffffff;
  font-weight: normal;
}
.multi-media .bigger .live-span i {
  color: #ffffff;
}
.multi-media .bigger .title {
  font-size: 26px;
  margin: 25px 0 15px;
  line-height: normal;
}
.multi-media .bigger .title a {
  font-weight: normal;
}
.multi-media .bigger .sub-text {
  font-size: 15px;
  line-height: normal;
}
.multi-media .row-element {
  margin: 20px 0;
  padding-bottom: 20px;
}
.multi-media .row-element .picture {
  margin: 0;
  width: 50%;
  height: 131px;
}
.multi-media .row-element .picture img {
  width: 100%;
  height: 131px;
}
.multi-media .row-element .picture .imgs, .multi-media .row-element .picture .video {
  top: auto;
  bottom: 6px;
  left: 6px;
  width: 55px;
}
.multi-media .row-element .picture .count-label {
  background: #000000;
  font-size: 11px;
  color: #ffffff;
  text-align: center;
  padding: 2px 8px;
  font-family: "Roboto", Black;
  display: block;
  position: absolute;
  right: 6px;
  bottom: 6px;
}
.multi-media .row-element .right-content {
  width: 50%;
  height: 131px;
  float: right;
  margin: 0;
  padding: 15px;
}
.multi-media .row-element .right-content .title {
  font-size: 16px;
  line-height: normal;
  margin: 0;
}
.multi-media .row-element .right-content .title a {
  font-weight: normal;
}

/** Mobile Responsive Styles **/
@media screen and (max-width: 570px) {
  .multi-media .tab-nav {
    text-align: left;
  }
  .multi-media .tab-nav .title {
    font-size: 30px;
    display: block;
    position: absolute;
  }
  .multi-media .tab-nav .nav-tabs {
    display: block;
    padding-bottom: 10px;
    margin: 50px 0 0;
  }
  .multi-media .bigger .picture {
    height: 177px;
    margin: 20px 0 10px;
  }
  .multi-media .bigger .picture img {
    height: 177px;
  }
  .multi-media .bigger .live-span {
    bottom: 10px;
    left: 10px;
    font-size: 12px;
  }
  .multi-media .bigger .live-span i {
    font-size: 12px;
  }
  .multi-media .bigger .title {
    font-size: 20px;
    margin: 15px 0 10px;
  }
  .multi-media .bigger .sub-text {
    font-size: 13px;
  }
  .multi-media .row-element {
    margin: 20px 0;
  }
  .multi-media .row-element .picture {
    margin: 0;
    width: 130px;
    height: 80px;
  }
  .multi-media .row-element .picture img {
    width: 130px;
    height: 80px;
  }
  .multi-media .row-element .picture .imgs, .multi-media .row-element .picture .video {
    width: 45px;
    left: 0;
  }
  .multi-media .row-element .picture .count-label {
    font-size: 9px;
    padding: 2px 6px;
  }
  .multi-media .row-element .right-content {
    width: 50%;
    height: auto;
    float: none;
    margin: 0;
    padding: 5px 0px 5px 5px;
  }
  .multi-media .row-element .right-content .title {
    font-size: 13px;
  }
}
/** Tab Responsive Styles **/
@media screen and (max-width: 1000px) and (min-width: 571px) {
  .multi-media .bigger .live-span {
    padding: 3px 15px 3px 10px;
    font-size: 12px;
  }
  .multi-media .bigger .live-span i {
    font-size: 12px;
  }
  .multi-media .row-element {
    margin: 20px 0;
    border: none;
  }
  .multi-media .row-element .picture {
    width: 35%;
  }
  .multi-media .row-element .right-content {
    width: 63%;
  }
}
/** Multimedia Css Ends **/
/** Archive starts **/
.header-end {
  height: 1px;
}

h4.featured-title {
  color: #B00020;
  font-size: 24px;
  font-family: "Roboto", Regular;
  font-weight: 900;
  text-align: left;
  margin: 0px 0;
}

.archive .archive-btn {
  background: none;
  border: none;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  color: #000000;
  font-size: 16px;
  line-height: normal;
  width: max-content;
  display: inline-block;
  vertical-align: middle;
  margin: 0px 10px;
  padding: 0 2px;
  height: 30px;
}
.archive .breadcrumb li {
  display: none;
}
.archive .breadcrumb li:first-child {
  display: block;
}
.archive .breadcrumb li.year.active a, .archive .breadcrumb li.month.active a, .archive .breadcrumb li.day.active a {
  font-weight: bold;
  text-decoration: underline;
  color: #000000;
}

.date {
  display: inline-block;
  vertical-align: middle;
  width: max-content;
  height: 30px;
  margin: 0px 10px;
}
.date .date-btn {
  cursor: pointer;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  color: #000000;
  font-size: 16px;
  position: relative;
  overflow: scroll;
  display: inline-block;
  vertical-align: middle;
  border: none;
  width: 220px;
  height: 30px;
  padding-left: 30px;
  padding-right: 20px;
  text-align: left;
  background: url(https://assetsbl.thehindubusinessline.com/theme/images/BLRX/icon/calender-icon.svg) no-repeat left, url(https://assetsbl.thehindubusinessline.com/theme/images/BLRX/icon/select-drop-down.svg) no-repeat right top 14px;
  -webkit-overflow-scrolling: touch;
}
.date .date-btn:hover {
  text-decoration: underline;
}
.date .date-btn::-webkit-scrollbar {
  display: none;
}

.choose-section {
  padding: 0;
  display: none;
  z-index: 9;
}
.choose-section .choose-section-btn {
  padding: 0 20px 0 60px;
  width: 250px;
  text-align: left;
  text-transform: capitalize;
  overflow: auto;
  display: block;
  position: relative;
}
.choose-section .choose-section-btn::-webkit-scrollbar {
  display: none;
}
.choose-section .choose-section-btn span {
  width: 100%;
  overflow: auto;
  display: block;
}
.choose-section .choose-section-btn span::-webkit-scrollbar {
  display: none;
}
.choose-section .choose-section-btn::after {
  content: "";
  background: url(https://assetsbl.thehindubusinessline.com/theme/images/BLRX/icon/select-drop-down.svg) no-repeat;
  width: 13px;
  height: 8px;
  position: absolute;
  top: 8px;
  right: 0;
  background-size: 13px 8px;
}
.choose-section .choose-section-btn::before {
  content: "CHOOSE \aSECTION";
  white-space: pre;
  position: absolute;
  font-size: 10px;
  line-height: 12px;
  top: 3px;
  left: 0;
  font-weight: bold;
  text-transform: uppercase;
}
.choose-section .section-list {
  display: none;
  list-style: none;
  margin: 0;
  padding: 8px 0;
  background: #f3f3f3;
  position: absolute;
  width: 100%;
  top: 35px;
  left: 0;
}
.choose-section .section-list::after {
  content: "";
  width: 10px;
  height: 10px;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #f3f3f3;
  position: absolute;
  top: -12px;
  left: 40px;
}
.choose-section .section-list li {
  padding: 7px 15px;
  text-transform: capitalize;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  color: #000000;
  font-size: 14px;
  cursor: pointer;
}
.choose-section .section-list li:hover {
  background: #000000;
  color: #ffffff;
}
.choose-section.active .choose-section-btn::after {
  top: 11px;
  transform: rotate(180deg);
}

.datepicker {
  background: #f3f3f3;
  width: 300px;
  right: 0;
  padding: 10px 0;
  margin-top: 15px;
  border: none;
  border-top: 1px solid #c9c9c9;
  display: none;
  z-index: 99999 !important;
}
.datepicker table {
  margin: 0 auto;
}
.datepicker table tr .day.active {
  background: #000000 !important;
  color: #ffffff !important;
}
.datepicker table tr th, .datepicker table tr td.day, .datepicker table tr .next, .datepicker table tr .prev {
  width: 40px;
  text-align: center;
  padding: 6px 10px;
  border-radius: 0;
}
.datepicker table tr th:hover, .datepicker table tr td.day:hover, .datepicker table tr .next:hover, .datepicker table tr .prev:hover {
  background: #000000 !important;
  color: #ffffff !important;
}
.datepicker table tr th.today, .datepicker table tr td.day.today, .datepicker table tr .next.today, .datepicker table tr .prev.today {
  background: #dddddd;
  color: #000000;
}
.datepicker table tr th.today:hover, .datepicker table tr td.day.today:hover, .datepicker table tr .next.today:hover, .datepicker table tr .prev.today:hover {
  background: #000000 !important;
  color: #ffffff !important;
}
.datepicker table tr th.active, .datepicker table tr td.day.active, .datepicker table tr .next.active, .datepicker table tr .prev.active {
  background: #000000;
  color: #ffffff;
}
.datepicker table tr th.active:hover, .datepicker table tr td.day.active:hover, .datepicker table tr .next.active:hover, .datepicker table tr .prev.active:hover {
  background: #000000 !important;
  color: #ffffff !important;
}
.datepicker table tr th.old, .datepicker table tr th.new, .datepicker table tr td.day.old, .datepicker table tr td.day.new, .datepicker table tr .next.old, .datepicker table tr .next.new, .datepicker table tr .prev.old, .datepicker table tr .prev.new {
  color: rgba(0, 0, 0, 0.1882352941) !important;
}
.datepicker table tr th.old:hover, .datepicker table tr th.new:hover, .datepicker table tr td.day.old:hover, .datepicker table tr td.day.new:hover, .datepicker table tr .next.old:hover, .datepicker table tr .next.new:hover, .datepicker table tr .prev.old:hover, .datepicker table tr .prev.new:hover {
  background: #000000 !important;
  color: #ffffff !important;
}
.datepicker table tr .datepicker-switch, .datepicker table tr .year, .datepicker table tr .month {
  text-align: center;
  padding: 6px 10px;
  border-radius: 0;
}
.datepicker table tr .datepicker-switch:hover, .datepicker table tr .year:hover, .datepicker table tr .month:hover {
  background: #000000;
  color: #ffffff;
}
.datepicker table tr .datepicker-switch.today, .datepicker table tr .year.today, .datepicker table tr .month.today {
  background: #dddddd;
  color: #000000;
}
.datepicker table tr .datepicker-switch.today:hover, .datepicker table tr .year.today:hover, .datepicker table tr .month.today:hover {
  background: #000000;
  color: #ffffff;
}
.datepicker table tr .datepicker-switch.active, .datepicker table tr .datepicker-switch.focused, .datepicker table tr .year.active, .datepicker table tr .year.focused, .datepicker table tr .month.active, .datepicker table tr .month.focused {
  background: #ffffff;
  background-color: #000000;
  color: #ffffff;
}
.datepicker table tr .datepicker-switch.active:hover, .datepicker table tr .datepicker-switch.focused:hover, .datepicker table tr .year.active:hover, .datepicker table tr .year.focused:hover, .datepicker table tr .month.active:hover, .datepicker table tr .month.focused:hover {
  background: #000000;
  color: #ffffff;
}
.datepicker table tr td span.active.active {
  background: #000000;
  background-color: #000000;
  color: #ffffff;
}
.datepicker table tr td span.active.active:hover {
  background: #000000;
  color: #ffffff;
}
.datepicker .datepicker-months table td, .datepicker .datepicker-years table td {
  padding: 10px 0 20px;
}
.datepicker .datepicker-months table td:hover, .datepicker .datepicker-years table td:hover {
  background: inherit;
  color: inherit;
}
.datepicker .datepicker-months table td span, .datepicker .datepicker-years table td span {
  padding: 5px 10px;
}
.datepicker .datepicker-months table td span:hover, .datepicker .datepicker-years table td span:hover {
  background: #000000;
  color: #ffffff;
}

.datepicker-dropdown::before {
  border-left: 0px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 0px solid #999;
}
.datepicker-dropdown::after {
  border-left: 0px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 0px solid #fff;
}

.years-list, .month-list, .days-list {
  list-style: none;
  padding: 0;
  display: block;
  text-align: left;
  width: max-content;
  max-width: 100%;
}
.years-list li, .month-list li, .days-list li {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  color: #000000;
  font-size: 22px;
  display: inline-block;
  margin: 15px 30px 0 0;
  cursor: pointer;
  text-align: left;
}
.years-list li:hover, .month-list li:hover, .days-list li:hover {
  text-decoration: underline;
}

.month-list {
  max-width: 920px;
}
.month-list li {
  min-width: 120px;
}

.days-list {
  max-width: 1020px;
}
.days-list li {
  min-width: 30px;
}

.years, .months, .days, nav[aria-label=breadcrumb] {
  display: none;
}
.years .small-link, .months .small-link, .days .small-link, nav[aria-label=breadcrumb] .small-link {
  font-size: 12px;
}

.breadcrumb .breadcrumb-item.month a {
  text-transform: uppercase;
}

.results .element .title {
  margin: 10px 0 10px;
}
.results .element .sub-text {
  font-size: 13px;
  margin: 10px 0 10px;
}

@media screen and (max-width: 570px) {
  h4.featured-title {
    font-size: 16px;
  }
  .date {
    margin: 10px 0 0;
  }
  .years-list, .month-list, .days-list {
    margin-top: 0;
    max-width: 100%;
  }
  .years-list li, .month-list li, .days-list li {
    margin: 9px 10px;
  }
  .month-list li {
    min-width: 43%;
  }
  .top-right {
    position: relative;
    top: unset;
    right: unset;
  }
  .choose-section {
    width: 100%;
    padding: 0 12px;
  }
  .choose-section .choose-section-btn {
    padding: 0 20px 0 60px;
    width: 100%;
  }
  .choose-section .section-list {
    width: calc(100% - 24px);
    top: 40px;
    left: 12px;
  }
  .choose-section .section-list::after {
    left: 50%;
  }
  .element .ad {
    margin: 5px auto 30px !important;
  }
  .element .ad.large {
    width: 300px;
    height: 250px;
  }
  .element .ad.large img {
    width: 300px;
    height: 250px;
    content: url(../ad-300x250.html);
  }
  .archive .archive-btn {
    font-size: 14px;
  }
  .forward-scroll .row.secondary-menu {
    display: block !important;
  }
}
@media screen and (max-width: 1000px) and (min-width: 571px) {
  .years-list {
    max-width: 615px;
  }
  .month-list {
    max-width: 580px;
  }
  .days-list {
    max-width: 380px;
  }
}
@media screen and (max-width: 1181px) and (min-width: 1001px) {
  .years-list {
    max-width: 931px;
  }
  .days-list {
    max-width: 830px;
  }
}
/** Archive Ends **/
/**
.accordion-collapse {
    border: 0;
}
.accordion-button {
    padding: 0px;
    font-weight: bold;
    border: 0;
    font-size: 18px;
    color: #333333;
    text-align: left;
    border-bottom: 1px solid #ddd; 
}
.accordion-button:focus {
    box-shadow: none;
    border: none;
}
.accordion-button:not(.collapsed) {
    background: none;
    color: #dc3545;
}
.accordion-body {
    padding: 15px;
    background-color: #f6f6f6;
}
.accordion-button::before {
    width: auto;
    height: auto;
    content: "+";
    font-size: 30px;
    background-image: none;
    font-weight: 100;
    color: #1b6ce5;
    margin-right: 5px;
    transform: translateY(0px);
}
.accordion-button:not(.collapsed)::before {
    width: auto;
    height: auto;
    background-image: none;
    content: "-";
    font-size: 48px;
    transform: translate(-5px, -4px);
    transform: rotate(0deg);
}**/
/**Privacy Policy**/
.accordion {
  border: 1px solid #BEBEBE;
}

.accordion-button:focus, .accordion-button:not(.collapsed):focus {
  background-color: transparent;
  color: #000000;
  box-shadow: none;
  border-bottom: 1px solid #BEBEBE;
}

.accordion-button:not(.collapsed) {
  background-color: transparent;
  color: #000000;
  box-shadow: none;
  border-bottom: 1px solid #BEBEBE;
}

.article-bullet-list {
  margin: 10px auto 30px;
  padding: 0;
  list-style: none;
}
.article-bullet-list .bullet-list-sub {
  padding-left: 25px;
  background: url(https://assetsbl.thehindubusinessline.com/theme/images/BLRX/icon/see-more-arrow-red.svg) no-repeat;
  background-position: 1px 11px;
  font-size: 14px;
  line-height: 26px;
  font-family: "Roboto", Regular;
  text-align: left;
  margin-bottom: 10px;
  color: #000000;
}
.article-bullet-list .bullet-list-sub .text {
  position: relative;
  top: 4px;
}
.article-bullet-list .article-bullet-list-secondary {
  padding-top: 10px;
}
.article-bullet-list .article-bullet-list-secondary li {
  list-style: none;
}
.article-bullet-list .article-bullet-list-secondary li::before {
  content: "•";
  color: #CC0000;
  font-weight: bold;
  display: inline-block;
  width: 20px;
  margin-left: -1em;
  font-size: 24px;
}
.article-bullet-list .article-bullet-list-secondary li .text-inner {
  position: relative;
  top: -5px;
}

.privacy-policy .privacy-policy-sub-head {
  font-size: 26px;
  font-family: "Roboto", Bold;
  font-weight: bold;
  color: #000000;
}
.privacy-policy .privacy-policy-sub-head2 {
  font-size: 18px;
  font-family: "Roboto", Bold;
  font-weight: bold;
  color: #000000;
  margin-bottom: 5px;
}
.privacy-policy p {
  font-size: 16px;
  font-family: "Roboto", Regular;
  color: #000000;
}

/**Privacy Policy**/
/**RSS FEEDS**/
.rssfeeds-bullet-list {
  margin: 10px auto 30px;
  padding: 0;
  list-style: none;
}
.rssfeeds-bullet-list li {
  margin-right: 5px;
  display: inline-block;
  width: 16px;
  height: auto;
  content: "";
  background: url("../png/rss-feed-icon.png");
  background-size: 16px 16px;
  background-repeat: no-repeat;
  margin: 5px;
  list-style: none;
}
.rssfeeds-bullet-list li .text {
  position: relative;
  top: -2px;
  margin-left: 20px;
}
.rssfeeds-bullet-list .rssfeeds-bullet-list-secondary {
  padding-top: 10px;
}
.rssfeeds-bullet-list .rssfeeds-bullet-list-secondary li {
  list-style: none;
}
.rssfeeds-bullet-list .rssfeeds-bullet-list-secondary li::before {
  content: "•";
  color: #CC0000;
  font-weight: bold;
  display: inline-block;
  width: 20px;
  margin-left: -1em;
  font-size: 24px;
}
.rssfeeds-bullet-list .rssfeeds-bullet-list-secondary li .text-inner {
  position: relative;
  top: -5px;
}

/**RSS FEEDS**/
/**Nominee**/
.changemaker-heading {
  padding-bottom: 10px;
  font-size: 22px;
}
.changemaker-heading img {
  width: 200px;
}
.changemaker-heading .changemaker-heading-title {
  display: inline-flex;
  font-size: 14px;
  margin-top: 15px;
  margin-left: 10px;
  vertical-align: sub;
}
.changemaker-heading .live-news {
  float: right;
  top: 20px;
}
.changemaker-heading .live-news .live-text {
  margin-top: -10px;
}
.changemaker-heading .bl-logo-sm {
  display: none;
}

.nominee .nominee-title .heading-title {
  font-size: 30px;
  line-height: 28px;
  font-family: "Roboto", Light;
  color: #1E78C1;
  font-weight: 300;
  text-transform: uppercase;
}
.nominee .element .nominee-card {
  border: 1px dotted #BEBEBE;
  padding: 10px 20px 10px 20px;
  border-radius: 10px;
}
.nominee .element .nominee-card .nominee-card-title {
  font-size: 18px;
  color: #CC0000;
}
.nominee .element .nominee-card .label {
  font-size: 21px;
}
.nominee .element .nominee-card p {
  font-size: 16px;
  line-height: 20px;
  font-family: "Faustina", Regular;
  color: #000000;
}

@media screen and (max-width: 570px) {
  .changemaker-heading .bl-logo-lg {
    display: none;
  }
  .changemaker-heading .bl-logo-sm {
    display: block;
    height: 40px;
    width: 40px;
    float: left;
  }
  .changemaker-heading .live-news {
    top: 18px;
  }
  .changemaker-heading .changemaker-heading-title {
    margin-top: 18px;
  }
  .youtubeframe iframe {
    height: 200px;
  }
  .nominee {
    padding-top: 10px;
  }
  .nominee .element {
    margin-bottom: 10px;
  }
  .nominee .mb-4 {
    margin-bottom: 0px !important;
  }
}
@media screen and (max-width: 1200px) and (min-width: 1001px) {
  .youtubeframe iframe {
    height: 600px;
  }
  .nominee {
    padding-top: 10px;
  }
  .nominee .element {
    margin-bottom: 10px;
  }
  .nominee .mb-4 {
    margin-bottom: 0px !important;
  }
}
@media screen and (max-width: 1000px) and (min-width: 571px) {
  .youtubeframe iframe {
    height: 350px;
  }
  .nominee {
    padding-top: 10px;
  }
  .nominee .element {
    margin-bottom: 10px;
  }
  .nominee .mb-4 {
    margin-bottom: 0px !important;
  }
}
