﻿@charset "UTF-8";
body {
  font-family: var(--regularfonts) !important;
}

.white-box {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  text-align: left;
}

.articles-details-new .breadcrums {
  margin-top: 0;
  color: var(--primerycolor);
  font-size: 13px;
}

.articles-details-new .breadcrums a {
  color: var(--primerycolor);
}

.articles-details-new .article-title {
  font-size: 31px;
  color: var(--primerycolor);
  font-family: var(--boldfonts);
  display: inline-block;
  width: 100%;
}

.byimg img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: solid 2px #ddd;
  margin-right: 12px;
}

.published-on span {
  font-size: 13px;
}

.article-by {
  float: left;
}

.published-on {
  float: right;
  margin-top: 22px;
}

.article-details-img {
  margin: 0px 0px 22px 0px;
  position: relative;
}

.article-details-img a {
  position: absolute;
  top: 25px;
  right: 25px;
  color: #fff;
}

.article-details-img a .fa-heart-o {
  font-size: 22px;
  padding: 10px;
  display: inline-block;
  border-radius: 50%; transition: .4s all ease;
}
.hot-star-small.fa.fa-heart-o:hover {
    background: var(--secondarycolor);
    
}
.articles-details-new .white-box .breadcrums {
  margin-left: -10px;
}

.articles-details-new .breadcrums {
  font-family: var(--boldfonts);
}

.sidebar-1 {
  width: 8%;
  will-change: min-height;
}

.article-details-text {
  position: relative;
}

#content {
  /*margin-left: 145px;*/
  width: auto;
}

#sidebar {
  float: left;
  width: 125px;
  color: #ffbdbd;
  will-change: min-height;
}

#sidebar .sidebar__inner {
  position: relative;
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  will-change: position, transform;
}

.article-right-details .rating li a {
  width: 16px;
  height: 16px;
  background-size: 100%;
  background-image: url(../images/rating-new.png);
  background-repeat: none;
}

.article-right-details .rating li .hover {
  background-position: 0 -17px;
}

.article-right-details .rating li .full {
  background-position: 0 -33px;
}

.article-right-details .share-icon ul.rating#ratingUl {
  margin-top: -7px;
  margin-right: 5px;
  float: left;
}

.left-sticky .share-icons {
  text-align: center;
  padding: 0;
  border-bottom: solid 1px #ececec;
  margin: 12px 0;
}

.left-sticky .share-icons span {
  text-transform: uppercase;
  font-size: 12px;
  color: var(--primerycolor);
}

.left-sticky .share-icons .at-share-btn-elements {
  line-height: 30px;
}

.left-sticky .share-icons ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.left-sticky .share-icons ul li a {
  color: var(--primerycolor);
  font-size: 18px;
  margin-top: 12px;
  display: block;
}

.magazine-published p {
  text-transform: uppercase;
  text-align: center;
  font-size: 11px;
  color: var(--primerycolor);
  margin-bottom: 2px;
}

.magazine-published .readnow a {
  border: solid 1px #e1e1e1;
  color: var(--secondarycolor);
  text-transform: uppercase;
  padding: 5px 0;
  border-radius: 2px;
  width: 70%;
  margin: 10px auto;
  display: block;
  font-size: 12px;
  text-align: center;
}

.magazine-published .readnow a:hover {
  background-color: #e9e9e9;
  color: var(--primerycolor);
}

.current-issue a {
  background-color: #e9e9e9;
  text-align: center;
  padding: 5px 10px;
  color: var(--primerycolor);
  text-transform: uppercase;
  width: 100%;
  font-size: 12px;
  display: inline-block;
}

.current-issue a:hover {
  color: var(--primerycolor);
}

.article-new-tags a:hover {
  padding: 7px 18px 4px 18px !important;
  color: var(--secondarycolor) !important;
}

.article-details-text .view-article-anylitics a {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    float: none;
    white-space: normal;
    line-height: 1.2;
    font-size: var(--smallfontsize);
    padding: 15px;
    background: #e5e5e5;
    color: var(--primerycolor);
    font-family: var(--boldfonts);
    text-transform: uppercase;
    text-align:center;
}

.left-sticky .share-icons span svg {
  width: 25px !important;
  height: 25px !important;
}

.left-sticky .share-icons span.at-icon-wrapper {
  margin: 0 !important;
  vertical-align: top !important;
}

.left-sticky .share-icons .at-share-tbx-element .at-icon-wrapper {
  vertical-align: top !important;
  height: 30px;
}

.article-details-text .btn-read-Article {
  padding-top: 14px !important;
}

.left-sticky .share-icons .addthis_sharing_toolbox {
  margin-left: 32%;
}

.article-right-details p {
  margin-bottom: 22px;
  line-height: 25px;
  font-family: var(--regularfonts) !important;
  font-size: 16px !important;
}

.article-right-details h2 {
  font-size: 16px;
  font-family: var(--boldfonts);
  margin-bottom: 22px;
  color: var(--primerycolor);
}

#articlecontentadvtblock{
    max-width:98%;
}
.article-right-details #divArticleFile a {
    color: var(--secondarycolor) !important;
    text-decoration: underline;
}

.article-right-details img {
  text-align: center;
  display: block;
  margin: 18px auto;
  float: none;
}

.related-article-block {
  width: 56%;
  margin: 18px auto;
  padding: 10px;
  border: solid 1px #ededed;
  border-radius: 5px;
}

.related-article-block .related-img img {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 100%;
}

.related-article-block .related-img {
  width: 18%;
  float: left;
  overflow: hidden;
  display: inline-block;
  margin-right: 12px;
}

.related-details {
  float: left;
  width: 78%;
}

.related-details h2 {
  margin-top: 0;
  margin-bottom: 4px;
}

.related-details a {
  color: var(--secondarycolor);
  font-size: 15px;
  margin: 0;
  text-decoration: none !important;
  width: 100%;
  display: inline-block;
}

.article-new-tags span {
  text-transform: uppercase;
  color: var(--sub-title-color);
  font-size: var(--smallfontsize);
  display: inline-block;
  margin-right: 18px;
  white-space:nowrap;
}

.article-new-tags .articlenewtags {
  display: inline-block;
  width: calc(100% - 75px);
}
.article-new-tags .articlenewtags ul li{display:inline-block;}
.article-new-tags .articlenewtags ul li a{
  text-transform: uppercase !important;
  padding: 7px 18px 4px 18px !important;
  font-size: 13px;
  border: solid 1px #e7e7e7 !important;
  background-color:rgb(228 228 228 / 50%);
  border-radius: 5px !important;
  text-decoration: none !important;
  color: var(--primarycolor);
  margin-right: 10px !important;
  
}

.article-right-details .share-icon {
  float: left;
  margin: 8px 0;
}

.article-right-details .share-icon ul li a:hover {
  color: var(--secondarycolor) !important;
}

.white-box .reuse-content a:hover {
    background-color: #e9e9e9;
    color: var(--primerycolor) !important;
    border: 1px solid transparent !important;
}

.article-right-details .share-icon ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.article-right-details .share-icon ul li {
  display: inline-block;
  color: var(--sub-title-color);
  text-transform: uppercase;
  margin-right: 30px;
  display: flex;     align-items: center;
  vertical-align: middle;
}

.article-right-details .share-icon ul li a {
text-decoration: none;
  color: var(--sub-title-color);
  font-size: var(--smallfontsize);
  display: flex;
}

.article-right-details .share-icon ul li a .fa {
      color: var(--primerycolor);
    font-size: 18px;
    position: relative;
    right: auto;
    top: auto;
    bottom: auto;
    background-color:transparent;
    padding:0px;
}

.article-right-details .share-icon .fa-star-o {
  color: var(--primerycolor);
  font-size: 18px;
}

.article-right-details .share-icon .fa-star-o:hover {
  transition-timing-function: ease-in;
}

.article-right-details .share-icon .fa-star-o:hover:before {
  font-family: fontAwesome;
  content: "";
}

.white-box .reuse-content {
    float: right;
    margin: 10px 0;
}

.white-box .reuse-content a {
        padding: 8px;
        text-transform: uppercase;
        text-decoration: none;
        color: var(--sub-title-color);
        font-size: 12px;
        border: solid 1px var(--primerycolor);
        border-radius: 5px;
}

.article-new-tags {
   /* margin: 18px 0;*/
    /* border-bottom: solid 1px #f5f5f5 !important;*/
    /*padding-bottom: 18px;*/
    display: flex;
    align-items: center;
    width: calc(100% - 200px);
}

.share-icon ul.rating li {
  margin-right: 0 !important;
}

.must-read-oops {
  margin-top: 20px;
}

.article-text p[style], .article-text span[style] {
    font-family: var(--regularfonts)!important;
    font-size: var(--regularfontsize)!important;
    line-height: 1.5!important;
  
}

.article-right-details .share-icon {
  width: inherit !important;
  margin: 0;
}

.article-right-details .analysis-article span.num {
  text-align: center;
}

.article-right-details .analysis-header {
  text-align: center;
}

.article-right-details .analysis-header h1 {
  font-family: var(--boldfonts);
  font-size: 35px;
  color: var(--primerycolor);
}

.article-right-details .analyst-detail {
  font-size: 16px;
  color: var(--primerycolor);
}

.article-right-details .analysis-article {
  padding-left: 30px;
}

.article-right-details .ul-concept-header li.li-concept-h2 {
  font-family: var(--boldfonts) !important;
}

.next-previous-article {
  margin-top: 32px;
  display: inline-block;
  width: 100%;
}

.next-previous-article .text-right {
  text-align: right;
}

.previous-article {
  float: left;
}

.next-previous-article .pre-article-img img {
  width: 41px;
  height: 41px;
  border-radius: 100%;
  border: solid 1px #f5f5f5;
}

.pre-article-details {
  display: inline-block;
  width: 89%;
}

.pre-article-details span {
  font-size: 11px;
  color: var(--primerycolor);
  text-transform: uppercase;
}

.pre-article-details h2 {
  font-size: 18px;
  margin: 0;
  color: var(--primerycolor);
  font-family: var(--boldfonts);
}

.pre-article-img {
  display: inline-block;
  width: 10%;
  vertical-align: top;
}

h4.article-title-common strong {
  font-size: 15px;
  font-family: var(--boldfonts);
}

.must-read-blocks {
  margin-top: 10px;
  text-align: left;
  border-right: 1px solid #f5f5f5;
  min-height: 240px;
  margin-left: 0;
  width: 24.9%;
  padding: 0 1.5%;
}



.must-read-blocks:first-child {
  padding-left: 10px;
}

.must-read-blocks:last-child {
  border-right: 0 !important;
  padding-right: 0;
}

.article-must-read .must-read-blocks {
  margin-top: 0;
  width: 25%;
  padding-left: 10px;
  padding-right: 10px;
}

.article-must-read .must-read-blocks .news-top-smalltxt {
  margin-top: 8px;
  display: inline-block;
}

.article-must-read .must-read-blocks .news-top-smalltxt a {
  color: var(--secondarycolor);
  font-size: 13px;
}

.article-must-read .must-read-blocks p {
  margin-bottom: 0;
}

.article-must-read .blue-subheading a {
  font-size: 14px;
  font-family: var(--boldfonts);
}

.editor-pick-details .news-top-smalltxt span {
  font-size: 14px;
}

.article-must-read .blue-subheading {
  margin: 8px 0;
}

.m-auto {
  margin: 0 auto;
  float: none;
}

.editors-pick {
  margin-bottom: 50px;
}

.editor-pick {
  position: relative;
}

.editor-pick .video-play {
  position: absolute;
  top: 40%;
  bottom: auto;
  right: auto;
  left: auto;
  width: 100%;
  text-align: center;
}

.editor-pick .video-play .fa {
  color: #fff;
  font-size: 26px;
}

.editor-pick {
  width: 40%;
  float: left;
  margin-right: 4%;
}

.editor-pick-details {
  width: 56%;
  float: left;
}

.editor-pick-details h5 {
  margin-top: 0;
  margin-bottom: 5px;
}

.editor-pick-details h5 a {
  color: var(--primerycolor);
  font-size: 15px;
  font-family: var(--boldfonts);
}

.editor-pick-details .news-top-smalltxt span {
  color: var(--secondarycolor);
}

.editor-text {
  font-size: 14px;
  color: var(--primerycolor);
}

.comments-section {
  margin-top: 30px;
}

.article-title-common {
  font-family: var(--boldfonts);
}

.magazine-published img {
  max-width: 90%;
  margin: 0 auto;
}

.magazine-published {
  text-align: center;
}

.view-article-anylitics .box {
  left: 12px;
  right: inherit !important;
  z-index: 9;
}

.view-article-anylitics .box #btnClose {
  width: inherit !important;
  background-color: transparent !important;
  text-align: right;
  padding: 0 !important;
}

.banner-article-new ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.banner-article-new ul li {
  width: 49.4%;
  display: inline-block;
  margin-right: 10px;
}

.banner-article-new ul li:last-child {
  margin-right: 0;
}

.article-details-text .article-right-details .analysis-header h1 {
  margin-top: 0;
}

.fb-comments, .fb-comments span, .fb-comments.fb_iframe_widget span iframe > html > #u_0_0 {
  width: 100% !important;
}

.article-details-text .view-article-anylitics a:focus {
    border: 0;
    outline: 0;
}

.concept-list {
  font-size: 14px;
  padding: 11px 14px;
}

.articles-details-new, .section.textads-section {
  background-color: #fff !important;
}

.editor-pick-details p {
  font-family: var(--regularfonts) !important;
}

#ArticleAnalysisSection {
  margin-bottom: 20px;
}

.article-text div[style], .article-text font[face], .article-text p[style], .article-text section[style], .article-text strong[style], .printarticlefile span[style] {
  font-family: var(--regularfonts) !important;
  font-size: 16px !important;
  line-height: 1.4 !important;
  margin-bottom: 10px !important;
}

.article-right-details #divArticleFile ul li p {
  margin-bottom: 10px !important;
  margin-left: 0 !important;
  text-indent: 0 !important;
}

#divArticleFile a span {
  color: var(--secondarycolor) !important;
}
.latest-title.titlewithsm {
    display: flex;
    justify-content: space-between;
    margin-top: 0;
    margin-bottom: 10px px;
}
.titlewithsm .section-title {
    width: calc(100% - 185px);
    float:left;
}
.titlewithsm .addthis_sharing_toolbox {
    width: fit-content;
    display: inline-block;
    margin-left: 0;
}
.titlewithsm .at-share-tbx-element .at-icon-wrapper {
    color:#fff !important;
}
.titlewithsm .at-icon {
    fill: #fff !important;
}
    .titlewithsm .at-share-tbx-element .at-icon-wrapper.at-svc-facebook, .titlewithsm .at-share-tbx-element .at-icon-wrapper.at-svc-facebook span.at-icon-wrapper {
        background-color: rgb(59, 89, 152) !important;
    }
.titlewithsm .at-share-tbx-element .at-icon-wrapper.at-svc-twitter, .titlewithsm .at-share-tbx-element .at-icon-wrapper.at-svc-twitter span.at-icon-wrapper {
    background-color: rgb(29, 161, 242) !important;
}
.titlewithsm .at-share-tbx-element .at-icon-wrapper.at-svc-linkedin, .titlewithsm .at-share-tbx-element .at-icon-wrapper.at-svc-linkedin span.at-icon-wrapper {
    background-color: rgb(0, 119, 181) !important;
}
.titlewithsm .at-share-tbx-element .at-icon-wrapper.at-svc-compact, .titlewithsm .at-share-tbx-element .at-icon-wrapper.at-svc-compact span.at-icon-wrapper {
    background-color: rgb(255, 101, 80) !important;
}
.titlewithsm .at-share-tbx-element .at-icon-wrapper.at-svc-email, .titlewithsm .at-share-tbx-element .at-icon-wrapper.at-svc-email span.at-icon-wrapper {
    background-color: rgb(132, 132, 132) !important;
}
.articlesummery {
    font-size: var(--smallfontsize);
    width: calc(100% - 185px);
    margin: 5px 0 10px 0;
}
#content.shrink-width {
    width: calc(100% - 405px) !important;
}

#relatedArticle {
    float: right;
}

.hide-sidebar {
    display: none !important;
}

.analyticsmsg {
    text-align: center;
    padding: 10px;
}
.analyticsmsg p {
    font-size: var(--subtitlefontsize) !IMPORTANT;
    text-align: center;
    
}
.modal-body.analyticsmsg a {
    color: #9C27B0;
    padding: 0;
    background: transparent;
    text-decoration: underline;
}
#articleAnalysis .modal-dialog .close {
    RIGHT: 10PX;
    TOP: 0;
    Z-INDEX: 9;
}

            @media screen and (max-width: 1024px) {
                
                .pre-article-details h2 {
                    font-size: 16px;
                }

                .sidebar {
                    width: 11%;
                }

                .article-right-details .share-icon ul li {
                    margin-right: 20px;
                }

                .article-right-details .analysis-article {
                    padding-left: 23px;
                }

                .banner-article-new ul li {
                    width: 49.2%;
                }
            }

            @media (max-width: 992px) {
                .white-box .reuse-content {
                    margin: 15px 0 0 0;
                }

                .article-right-details .share-icon ul li {
                    margin-right: 11px;
                }

                    .article-right-details .share-icon ul li:last-child {
                        margin-right: 0;
                    }

                .banner-article-new ul li {
                    width: 49%;
                }

                .articles-details-new .article-title {
                    font-size: 26px;
                }

                .sidebar {
                    width: 15%;
                }

               
                .article-new-tags span {
                    width: 100%;
                    display: inline-block;
                    margin-bottom: 0;
                }

                .article-new-tags a {
                    margin-bottom: 10px;
                    display: inline-block;
                }

                hr {
                    margin: 20px 0;
                }

                .concept-list {
                    max-height: 60px;
                }

                .arrow-concept {
                    line-height: 70px !important;
                    height: 60px !important;
                }

                .article-right-details .share-icon {
                    width: 100% !important;
                }

                .previous-article {
                    width: 50%;
                    float: left;
                }

                .next-article {
                    width: 50%;
                    float: left;
                }

                .pre-article-img {
                    width: 15%;
                    margin-top: 10px;
                }

                .must-read-blocks {
                    float: left;
                    min-height: 225px;
                }

                .editors-pick .col-md-6 {
                    float: left;
                    width: 100%;
                    margin-bottom: 18px;
                }

                .editor-pick-details {
                    width: 71%;
                }

                .editor-pick {
                    width: 25%;
                }

                .pre-article-details {
                    width: 80%;
                }

                .article-right-details .analysis-article {
                    padding-left: 10px;
                }

                .article-must-read .blue-subheading a {
                    line-height: 18px;
                }
            }

            .reference ul {
  margin: 0 0 0 14px;
  padding: 0;
}

.reference div, .reference li, .reference p {
  font-size: 10px !important;
  margin: 5px 0 0 0;
}

.reference div[style], .reference font[size] .reference font[face], .reference p[style], .reference section[style], .reference span[style], .reference strong[style] {
  font-size: 11px !important;
}

img.prime-img {
  height: auto !important;
}
.articledetailtxt div[style], .articledetailtxt font[face], .articledetailtxt p[style], .articledetailtxt section[style], .articledetailtxt span[style], .articledetailtxt strong[style] {
    font-family: var(--regularfonts)!important;
    line-height: 1.5!important;
    color: var(--primarycolor)!important;
    font-size: var(--regularfontsize) !important;
    text-align: left !important;
}
.latest-title {
    margin-top: 20px;
}