@font-face {
    font-family: Benton-rg;
    src: url("../fonts/BentonSansRegular.otf") format("opentype");
    font-display: swap;
}

@font-face {
    font-family: Benton-md;
    src: url("../fonts/BentonSansMedium.otf") format("opentype");
    font-display: swap;
}

@font-face {
    font-family: Benton-bd;
    src: url("../fonts/BentonSansBold.otf") format("opentype");
    font-display: swap;
}

@font-face {
    font-family: Benton-lt;
    src: url("../fonts/BentonSansLight.eot") format('embedded-opentype');
    font-display: swap;
}

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawsome/webfonts/fontawesome-webfont-arrow.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

a {
    -o-transition: color .5s;
    -moz-transition: color .5s;
    -webkit-transition: color .5s;
    transition: color .5s;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: 'Benton-rg', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5em;
    color: #000;
}


/*Common Css*/

.m-am {
    margin-left: auto;
    margin-right: auto;
}

.slick-arrow {
    position: absolute;
    top: 50%;
    left: 0;
    height: 50px;
    border: 0;
    background: #1a4a7b;
    z-index: 6;
    margin: -25px 0 0;
    padding: 0;
    width: 50px;
    color: #000;
    font-size: 0;
    cursor: pointer;
}

.slick-arrow:before {
    content: '\f104';
    font: normal normal normal 28px/1 FontAwesome;
    color: #fff;
    left: 0;
    width: 100%;
    margin-top: -15px;
}

.shr-cnt.shareList li {
    width: auto;
}

.fa-envelope:before {
    content: '\f0e0';
    font: normal normal normal 16px/1 FontAwesome;
    color: #000;
}

.slick-next:before {
    content: '\f105';
}

.bg-bl {
    background: #000;
}

.bg-wh {
    background: #fff;
}

.ar-sp .slick-arrow {
    height: 100%;
    width: 50%;
    background: none;
    position: absolute;
    top: 0;
    margin: 0;
    z-index: 1;
    -webkit-transition: height 0.1s;
    -moz-transition: height 0.1s;
    -o-transition: height 0.1s;
    transition: height 0.1s;
    visibility: visible;
    outline: 0;
}

.ar-sp .slick-arrow:before {
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: -4px;
    top: 50%;
    height: 45px;
    width: 45px;
    margin-top: -25px;
    -moz-transform: scale(.8, 1);
    -ms-transform: scale(.8, 1);
    -webkit-transform: scale(.8, 1);
    transform: scale(.8, 1);
    display: block;
    font-size: 40px;
    text-align: center;
}

.ar-sp .slick-next {
    right: 0;
    left: auto;
}

.art-sldr-ar .slick-next {
    right: 0;
    left: auto;
}

.ar-sp .slick-next:before {
    right: -4px;
    left: auto;
}

.rltd-cnt .slick-dots {
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
    list-style: none;
}

.rltd-cnt .slick-dots li {
    padding: 0;
    display: inline;
    margin: 0 8px;
}

.rltd-cnt .slick-dots button {
    background: #ccc;
    font-size: 0;
    border: 0;
    width: 15px;
    height: 15px;
}

.rltd-cnt .slick-dots .slick-active button,
.rltd-cnt .slick-dots button:hover {
    background: #b8292f;
}


/* li.srch span {
    margin-left: 10px;
} */

.slick-disabled {
    opacity: .5;
    pointer-events: none;
}

header a.subscribe-btn {
    font-size: 14px;
}

.subhead {
    position: relative;
    margin-top: 5px;
    padding-left: 12px;
    color: #231f20;
    font-size: 14px;
    line-height: normal;
}

.subhead:before {
    content: "/";
    position: absolute;
    font-weight: 700;
    left: 0;
    font-size: 1.1em;
    color: #000;
    font-family: 'Benton-bd', sans-serif;
}

header {
    border-bottom: solid 2px #d1d1d1;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-25 {
    margin-top: 25px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-60 {
    margin-top: 50px !important;
}

.mt-2 {
    margin-top: 2px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-40 {
    margin-bottom: 40px;
}

.pt-30 {
    padding-top: 30px !important;
}

.pb-30 {
    padding-bottom: 30px;
}

.bg-dark {
    background: #000;
}

.bg-dark .section-title {
    color: #fff;
}

.color-gr {
    opacity: 0.7;
    font-family: 'Benton-rg', sans-serif !important;
}


/*css for header section*/

.transparent-bg .navbar-logo .logo-dark,
.fixed-header .transparent-bg .navbar-logo .logo-white {
    display: none;
}

.transparent-bg .navbar-logo .logo-white,
.fixed-header .transparent-bg .navbar-logo .logo-dark {
    display: block;
}

.transparent-bg .subhead,
.transparent-bg .subhead:before {
    color: #fff;
}

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

.page-search #apachesolr_infinite_scroll-ajax-loader {
    text-align: center;
    width: 50px;
    height: 50px;
    max-width: 50px;
    margin: 0 auto;
}

.page-search .navbar-logo {
    margin-top: 10px;
}

.fixed-header.page-search .navbar-logo {
    margin-top: 0;
}

.custom-nav {
    padding: 10px 0px;
    margin-bottom: 0;
    border: 0;
    border-bottom: solid 2px #d1d1d1;
}

.not-front.page-home .custom-nav {
    border-bottom: solid 2px #d1d1d1;
}

.not-front .custom-nav {
    border-bottom: 0;
}


/* .section-tags {
    width: 80%;
} */

.section-tags ul li {
    display: inline-block;
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 19px;
    letter-spacing: 0.5px;
    font-family: 'Benton-bd', sans-serif;
    color: #000;
    margin-right: 15px;
}

.section-tags ul li {
    font-size: 18px;
    margin-left: 5px;
    float: right;
}

.exclusive-btn-lrg {
    max-width: 350px;
    float: right;
}

.section-tags ul {
    margin-right: 150px;
    overflow: auto;
}

.section-header {
    border-bottom: solid 1px #000000;
    margin-bottom: 30px;
    padding-bottom: 20px;
}

.page-taxonomy .section-header {
    border-bottom-width: 2px;
}

.bg-dark .section-header {
    border-bottom: solid 1px #fff;
}

.bg-dark .normal-lead-text,
.bg-dark .main-lead-text {
    color: #fff;
}

.bg-dark .normal-lead-text {
    opacity: 0.5;
    margin-bottom: 10px;
}

.header-tags ul {
    margin: 8px 0 0 0;
}

ul.header-icons li {
    display: inline-block;
    margin-right: 10px;
    cursor: pointer;
}

ul.header-icons li i {
    font-size: 16px;
}

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

.cs-modal-header {
    display: flex;
    flex-direction: row-reverse;
}

.cs-modal-header button {
    position: absolute;
}

.cs-modal-header>div,
.cs-modal-body>div {
    margin: 0 auto;
}

.cs-modal-body {
    display: flex;
    flex-direction: row-reverse;
}

.cs-modal-body img {
    max-width: 100px;
    margin-bottom: 10px;
}

ul.header-icons {
    display: table-cell;
    vertical-align: middle;
    margin: 0px;
    width: 100px;
    padding-left: 10px;
}

.ab-footmenu {
    overflow: auto;
}

.menu-bar {
    display: table-cell;
    vertical-align: middle;
    cursor: pointer;
}

a.menu-cls {
    display: none;
}

.nav-act a.menu-cls {
    display: block;
}

.lang {
    font-size: 12px;
    margin-top: 15px;
    line-height: 1.42;
    letter-spacing: normal;
    font-family: 'Benton-md', sans-serif;
}

.fixed-header .lang {
    margin-top: 0;
}

.lang a {
    color: #bebebe;
}

.lang .act {
    color: #4a4a4a;
}

.lang .arb {
    margin-left: 10px;
}


/* transparent-header */

header.transparent-bg {
    position: fixed;
    z-index: 999;
    width: 100%;
    border-bottom: solid 1px #d1d1d1;
}

header.transparent-bg .header-tags ul li a,
header.transparent-bg ul.header-icons,
header.transparent-bg .menu-bar {
    color: #fff;
}

.fixed-header header.transparent-bg .header-tags ul li a {
    color: #000;
}

.header-transparent .trending-img-link img {
    width: 100%;
}

header.transparent-bg .bar {
    background: #fff;
}

section.header-transparent {
    min-height: 100vh;
    /* background-attachment: fixed; */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.lists-inner-page section.header-transparent {
    background-attachment: scroll;
}

section.header-transparent .trending-tag {
    min-height: 100vh;
}

.lists-inner-page section.header-transparent .trending-tag {
    min-height: auto;
    position: initial;
}


/* .lists-inner-page section.header-transparent .trending-tag .group-right-text.custom-breadcrumb{
z-index: 9;
} */

.list-page-section img {
    width: 100%;
}

.lists-inner-page section.header-transparent {
    min-height: auto;
}

.list-page-section {
    position: relative;
}

.img-container-new:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient(to top, rgba(0, 0, 0, 0.4) 100%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0.4) 100%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.4) 100%, rgba(0, 0, 0, 0) 100%);
}

section.header-transparent .group-right-text .main-bg-title {
    width: auto;
    line-height: 40px;
    font-size: 40px;
}

header.transparent-bg a.subscribe-btn {
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
}

.fixed-header header.transparent-bg a.subscribe-btn {
    background-color: #dcdcdc;
    color: #4a4a4a;
}

header.transparent-bg .lang a {
    color: #fff;
}

.fixed-header header.transparent-bg {
    border-bottom: solid 1px transparent;
}

.fixed-header header.transparent-bg .lang a {
    color: #000;
}

.fixed-header header.transparent-bg .header-tags ul li,
.fixed-header header.transparent-bg ul.header-icons,
.fixed-header header.transparent-bg .menu-bar {
    color: #000;
}

.fixed-header header.transparent-bg .bar {
    background: #000;
}

.ps-rl {
    z-index: 1;
    position: relative;
}


/* transparent-header */


/*Common button styling*/

span.subscribe-btn {
    font-size: 12px;
    background-color: #dcdcdc;
    padding: 5px 8px;
    line-height: 18px;
    margin-bottom: 10px;
    color: #4a4a4a;
    font-family: 'Benton-md', sans-serif;
    border-radius: 2px;
}

span.subscribe-btn-blk {
    background-color: #000;
    padding: 5px 8px;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 10px;
    letter-spacing: normal;
    color: #fff;
    font-family: 'Benton-md', sans-serif;
    border-radius: 2px;
}

span.exclusive:hover {
    color: #000;
}

a.exclusive,
span.exclusive {
    border: solid 1px #ff0000;
    transition: 0.5s all;
}

span.exclusive:hover,
a.exclusive:hover {
    background-color: #C50013;
    border: solid 1px #C50013;
    color: #fff;
}

.video-section a.exclusive:hover {
    background-color: #C50013;
    border: solid 1px #C50013;
    color: #fff;
}

span.exclusive,
a.exclusive,
span.breaking,
span.sponsored,
span.brand-view,
span.updated {
    background-color: #ec0017;
    padding: 6px 8px;
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 10px;
    letter-spacing: normal;
    color: #fff;
    border-radius: 2px;
    margin-right: 10px;
}

span.brand-view {
    background-color: #dcdcdc;
    color: #4a4a4a;
    font-weight: normal;
    font-family: 'Benton-rg', sans-serif;
}

span.updated {
    background-color: #000;
    color: #fff;
}

p.brand-view-text {
    font-weight: bold;
    font-style: italic;
    text-align: center;
    border-top: solid 1px #d1d1d1;
    padding-top: 30px;
    margin-bottom: 0px;
}

a.transparent {
    background-color: transparent;
    padding: 5px 8px;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 10px;
    letter-spacing: normal;
    color: #ff0000;
    font-family: 'Benton-md', sans-serif;
    border-radius: 2px;
    border: solid 1px #ffcad0;
}

.subscribe span.subscribe-btn {
    display: block;
}

.custom-navigation {
    display: table;
}

.badges {
    position: relative;
}

.badge {
    background: #ff5e6f;
    display: block;
    position: absolute;
    top: -17px;
    right: -15px;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    padding-top: 4px;
    font-size: 11px;
}

.TickerNews {
    height: 45px;
    line-height: 45px;
    /* border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc; */
    max-width: 100%;
    overflow: hidden;
}

.ti_news {
    float: left;
}

.ti_news a {
    display: block;
    padding-right: 10px;
    padding-left: 10px;
    color: black;
    text-decoration: none;
    border-right: solid 1px #ccc;
    font-family: 'Benton-md', sans-serif;
    font-size: 13px;
}

.ti_news.highlight,
.marque-red {
    background-color: rgba(255, 0, 0, 0.15);
}

.ti_news.highlight a,
.marque-red a {
    color: #ff0000;
}

.js-marquee-wrapper {
    margin-left: -800px;
}


/*Video section*/

.video-img-link {
    position: relative;
    display: block;
}

.article-img-link {
    position: relative;
    display: block;
}

a.video-link:after {
    content: '';
    background: url(../images/vdo-big-ico.png) no-repeat center;
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 50px;
    height: 50px;
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-size: 100%;
}

.trending-img-link {
    display: block;
}

.trending-img-link:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient(to top, rgba(0, 0, 0, 0.4) 100%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0.4) 100%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.4) 100%, rgba(0, 0, 0, 0) 100%);
}

.page-taxonomy .trending-img-link:after {
    display: block;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: hidden;
}

.video-img {
    margin-bottom: 20px;
}

.normal-lead-text {
    font-size: 13px;
    font-family: 'Benton-md', sans-serif;
    line-height: 18px;
    letter-spacing: normal;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.ceo .video-img {
    margin-bottom: 18px;
}

.main-lead-text {
    font-family: 'Benton-bd', sans-serif;
    margin-top: 0px;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: -0.5px;
}

.opiniun-main-lead-text {
    font-size: 28px;
    line-height: 32px;
}

.date-published {
    color: #999999;
    font-size: 13px;
}


/*.date-published span.d-t {
    opacity: 0.7;
}*/

.trending-tag {
    position: relative;
}


/* a.trending-img-link {
    display: inline-block;
} */

.group-right-text {
    position: absolute;
    bottom: 5px;
    padding: 0 15px;
}

.main-tag {
    color: #fff;
    font-family: 'Benton-bd', sans-serif;
    margin-right: 20px;
    font-size: 16px;
    text-transform: uppercase;
}

.main-tag a {
    color: #fff;
}

.trending-tag i {
    color: #fff;
    margin-right: 20px;
}

.main-bg-title a {
    font-family: 'Benton-bd', sans-serif;
    color: #fff;
    font-size: 32px;
    line-height: 32px;
    line-height: 1;
    letter-spacing: -0.6px;
    padding-right: 10px;
}

.button-lead-text {
    margin-bottom: 10px;
}

.float-right {
    float: right;
}

.custom-trending-tag .trd-tags:nth-child(n+4) .border-top {
    border-top: solid 1px #979797;
    padding-top: 20px;
    margin-top: 20px;
}

.custom-trending-tag .trd-tags4:nth-child(n+5) .article-custom,
.top-main .custom-trending-tag .trd-tags4:nth-child(n+4) .article-custom,
.custom-trending-tag-3 .trd-tags4:nth-child(n+4) .article-custom,
.custom-trending-tag.custom-top-border .trd-tags4 .article-custom,
.special-section-bottom .article-custom {
    border-top: solid 1px #979797;
    padding-top: 15px;
    margin-top: 0px;
}

.special-section-bottom {
    margin-top: 10px;
}

span.special-highlighted-text {
    color: #EB4960;
}

.spcl-sec-wrp .widget-1 {
    margin-bottom: 30px;
}

.custom-trending-tag.custom-top-border .trd-tags4 .article-custom {
    padding-top: 30px !important;
}

.custom-trending-tag.custom-top-border .trd-tags4 {
    margin-bottom: 0;
}

.custom-trending-tag.top-first .trd-tags4:nth-child(-n+4) .article-custom {
    border-top: none;
}

.custom-trending-tag .trd-tags4:nth-child(5),
.custom-trending-tag-3 .trd-tags4:nth-child(4),
.mgzn-pd-rmm .custom-trending-tag .trd-tags4:nth-child(odd) {
    clear: both;
}

.custom-trending-tag-3 .trd-tags4:nth-child(5) {
    clear: none;
}

.custom-trending-tag .trd-tags:nth-child(4) {
    clear: both;
}


/* New css added */

.custom-trending-tag .col-md-4.trd-tags4:nth-child(3n+1) {
    clear: both;
}

.custom-trending-tag .col-md-4.trd-tags:nth-child(3n+1) {
    clear: both;
}

.custom-trending-tag .trd-tags4.vidplayer:nth-child(n+4) .article-custom,
.custom-trending-tag .trd-tags4.gallery:nth-child(n+4) .article-custom {
    border-top: solid 1px #979797;
    padding-top: 20px;
    margin-top: 0px;
}

figcaption {
    font-size: 14px;
    font-family: 'Benton-rg', sans-serif;
    font-weight: normal;
    margin-top: 5px;
    line-height: 19px;
    letter-spacing: normal;
    opacity: .6;
}


/*Css for aside section*/

.wid-title,
.section-title,
.wid-title-2 {
    margin: 0px;
    font-size: 24px;
    margin-bottom: 20px;
    line-height: normal;
    letter-spacing: -0.5px;
    font-family: 'Benton-bd', sans-serif;
}

.wid-title-icon {
    padding: 0px 0px 0px 30px;
}

.most-read-stories {
    position: relative;
    margin-top: 20px;
}

.section-title {
    margin: 0px;
    display: inline-block;
}

ul.wid-list {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

ul.wid-list li {
    border-bottom: solid 1px #d1d1d1;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 1.31;
    letter-spacing: -0.4px;
}

ul.wid-list li .video-data {
    opacity: 0.7;
}

ul.wid-list li:last-child {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.extra-icons ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.hide-desktop {
    display: none;
}

.extra-icons ul li {
    display: inline-block;
    margin-left: 10px;
}

.opinion-section .video-img {
    margin-bottom: 15px;
}

.opinion-section .normal-lead-text {
    margin-bottom: 5px;
}

.opinion-section .opiniun-main-lead-text {
    margin-top: 10px;
}

.opinion-section .opinion-list {
    padding: 0px;
    list-style: none;
}

.opinion-section .opinion-list li .thumbnail-img {
    width: 58px;
    display: table-cell;
    vertical-align: middle;
}

.opinion-section .opinion-list img {
    border-radius: 50%;
}

.opinion-section .opinion-list li .thumbnail-data {
    display: table-cell;
    vertical-align: middle;
    padding-left: 15px;
}

.opinion-parent {
    padding: 30px 0px;
    border-top: solid 1px #979797;
}

ul.opinion-list li:first-child .opinion-parent {
    border-top: none;
}

.opinion-discourse ul {
    padding: 0px;
    list-style: none;
    text-align: center;
    margin-bottom: 20px;
}

.opinion-discourse ul li img {
    width: 35px;
}

.opinion-discourse ul li {
    margin-bottom: 10px;
    display: inline-block;
    margin-right: 10px;
}

.opinion-discourse .normal-lead-text {
    font-size: 13px;
    text-align: center;
    margin-bottom: 20px;
}

.opinion-btn-wraper {
    display: block;
    margin: 0 auto;
    text-align: center;
    clear: both;
}

.video-section .video-list {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.video-list li {
    width: 100%;
    display: table;
}

.video-data,
.video-thumbnail {
    padding-right: 20px;
    display: table-cell;
    vertical-align: middle;
}

.video-thumbnail img {
    border-radius: 4px;
}

ul.video-list li {
    overflow: hidden;
    padding-bottom: 10px;
}

.ceo ul.ceo-trending {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.ceo ul.ceo-trending li {
    padding-bottom: 8px;
    border-bottom: solid 1px #d1d1d1;
    margin-bottom: 8px;
    font-size: 16px;
}

.ceo ul.ceo-trending li:last-child {
    border-bottom: none;
}

section.custom-footer {
    padding: 35px 0 30px;
}

.footer-menu ul {
    margin-bottom: 0px;
}

section.custom-sub-footer {
    padding: 0 0 10px;
    font-size: 13px;
    color: #000000;
}

.footer-subscribe .subscribe-button {
    transition: 0.5s all;
}

.front .footer-subscribe .subscribe-button:hover {
    background-color: #C50013;
    color: #fff;
}

.footer-subscribe .subscribe-button:hover {
    color: #fff;
}

.footer-logo li {
    display: inline-block;
    margin-right: 20px;
}

footer .form-control,
header .form-control {
    background-color: #f4f4f4;
    border-radius: 0;
    box-shadow: none;
    border: none;
    height: 42px;
    color: #000;
}

footer .form-control::placeholder,
header .form-control::placeholder {
    color: #000;
}

.form-control:focus {
    box-shadow: none;
}

.footer-social-icons li {
    font-size: 18px;
    display: inline-block;
    margin-right: 20px;
}

footer .shareList.socicon-t-off li span {
    font-size: 18px !important;
    color: #9b9b9b !important;
    margin-right: 15px;
}

footer .shareList.socicon-t-off li:last-child span {
    margin-right: 0px;
}

footer .shareList.socicon-t-off {
    margin-top: 0;
    margin-bottom: 5px;
}

.footer-social-icons li:last-child {
    margin-right: 0px
}

.footer-social-icons li i {
    color: #9b9b9b;
}

.magazine-slider .main-lead-text {
    margin-top: 15px;
}


/*all comments css starts*/

.sub-section {
    margin-bottom: 50px;
}

.sub-section .trd-tags4 {
    clear: inherit;
}

.sub-section .article-custom {
    margin-top: 0px;
    /*    padding-top: 20px;*/
    border-top: solid 1px #979797;
}

.sub-section .trd-tags4:nth-child(1) .article-custom,
.sub-section .trd-tags4:nth-child(2) .article-custom,
.sub-section .trd-tags4:nth-child(3) .article-custom {
    border-top: none;
}

.all-comments ul.news-comment-data li:last-child {
    border: none !important;
}

.all-comments.active ul {
    top: 150px;
    position: absolute;
    height: calc(100% - 150px);
}

.all-comments ul .mCSB_dragger_bar {
    width: 2px !important;
}

.all-comments .leave-comment {
    padding: 25px 20px 10px 20px;
}

.all-comments .leave-comment input {
    height: 50px;
}

.all-comments .person-name {
    float: left;
}

.all-comments .time-ago,
.all-comments .flag {
    font-size: 14px;
    line-height: 1.5;
    color: #9b9b9b;
    float: left;
    line-height: 23px;
    margin-left: 15px;
    font-weight: 100;
}

.all-comments .flag {
    float: right;
}

.all-comments .person-comment {
    float: left;
    width: 100%;
}

.all-comments .comment-data small {
    float: left;
}

.all-comments .comment-data {
    margin-right: 20px;
}

.all-comments {
    width: 400px;
    background-color: #fff;
    position: fixed;
    right: -100%;
    transition: 1s right ease-in-out;
    z-index: 5;
    height: 100%;
    top: 1px;
    max-width: 100%;
}

.all-comments.active {
    right: 0;
}

.all-comments.active ul {
    display: block;
}

.all-comments .title-logo {
    font-size: 24px;
    color: aliceblue;
    margin: 0 auto;
    padding: 20px;
    font-size: 20px;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.42px;
    color: #000;
    border: solid 1px #fff;
    background-color: #fff;
    box-shadow: 0 1px 0 0 #d1d1d1;
    border: solid 1px #fff;
    background-color: #fff;
}

.all-comments .active .title-logo {
    display: block;
}

.all-comments ul {
    position: relative;
    padding: 0 20px;
    display: none;
    height: 100%;
    overflow: auto;
}

.all-comments ul li {
    display: flex;
    padding: 20px 0;
    border-bottom: solid 1px #d1d1d1;
    cursor: pointer;
}

.all-comments ul li a {
    display: block;
    padding: 10px 35px;
    color: aliceblue;
    transition: .5s background-color;
}

.all-comments ul li>ul.menu-toggle {
    background-color: #191c1f;
    display: none;
}

.all-comments ul li a:hover {
    background-color: #2b9cff;
}

.all-comments ul li:hover img {
    opacity: 1;
}

.all-comments ul li div.comment-img {
    width: 90px;
    height: auto;
}

.active .menu-btn.exclusive {
    position: absolute;
    top: 16px;
    right: 25px;
    width: 35px;
    height: 35px;
    border: 0;
    outline: none;
    background-color: #e5e5e5;
    cursor: pointer;
    opacity: 1;
    border-radius: 50%;
}

.content-scroll {
    overflow: auto;
    position: relative;
    padding: 20px;
    max-width: 100%;
    height: 400px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.coral_talk_stream div strong {
    font-size: 16px;
    opacity: .8;
    font-family: 'Benton-rg', sans-serif;
    line-height: 1;
}

.coral_talk_stream div {
    margin-bottom: 8px;
}

.coral_talk_stream div i {
    color: #787d80;
    font-size: 13px;
    font-style: normal;
    margin-left: 6px;
    font-weight: 100;
    font-family: 'Benton-rg', sans-serif;
}

.coral_talk_stream {
    margin-bottom: 20px;
    border-bottom: solid 1px #e0e0e0;
    padding-bottom: 10px;
}

.coral_talk_stream:last-child {
    border-bottom: 0;
}


/*all comments css ends*/


/*menu*/

ul.secondry-menu {
    margin-top: 10px !important;
}

.fixed-header-start ul.secondry-menu,
.not-front ul.secondry-menu {
    display: none;
}

form.signup-form {
    margin-top: 30px;
    margin-bottom: 0px;
}

.navigation-head>ul.menu>li>a,
.nolink,
.footer-subscribe h3 {
    font-size: 18px;
    line-height: 23px;
    letter-spacing: -0.5px;
    font-family: 'Benton-bd', sans-serif;
}

.navigation-head>ul.menu>li .menu {
    padding-top: 18px;
}

.custom-navigation-head ul.menu li a.head-tag {
    font-size: 18px;
    line-height: 1.28;
    letter-spacing: -0.5px;
    color: #000;
}

.custom-navigation-head ul.menu li a {
    font-size: 16px;
    line-height: normal;
    letter-spacing: normal;
}

.custom-navigation-head ul.menu li {
    margin-bottom: 8px;
}

.signup-form-wrp h3 {
    font-size: 17px;
    margin: 0px;
    margin-bottom: 10px;
}

ul {
    padding: 0;
    list-style-type: none;
}

a {
    color: #000;
}

a:hover,
a:focus,
.header-tags ul li a:hover,
.header-tags ul li a:focus,
span.main-tag a:hover,
.page-taxonomy .main-bg-title a:hover {
    text-decoration: none;
    color: #ec0017;
}

.gcc a:hover,
.gcc a:focus {
    color: #ff7754;
}

.mgzn-pd-rm .author-data {
    margin-left: 0;
}

.nav-menu {
    max-height: 0;
    overflow: hidden;
    -moz-transition-property: max-height;
    -o-transition-property: max-height;
    -webkit-transition-property: max-height;
    transition-property: max-height;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 3;
    box-shadow: 1px 0 0 0 white, 0 -1px 0 0 white, 0 0 0 1px white;
}

.search {
    max-height: 0;
    overflow: hidden;
    -moz-transition-property: max-height;
    -o-transition-property: max-height;
    -webkit-transition-property: max-height;
    transition-property: max-height;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 3;
    box-shadow: 1px 0 0 0 white, 0 -1px 0 0 white, 0 0 0 1px white;
}

.nav-act .nav-menu,
.srch-active .search {
    max-height: 100%;
    overflow: auto;
}

.srch-active .search {
    overflow: hidden;
}

.menu-cls,
.menu-cls-search {
    font-size: 18px;
    opacity: 1;
    font-weight: normal;
}

.act-hdr {
    padding-top: 25px;
    padding-bottom: 25px;
}

.logo-menu {
    width: 100px;
}

.bdr-t,
.search .bdr-t {
    border-top: 1px solid #ccc;
    padding-top: 20px;
    padding-bottom: 20px;
}

.search .bdr-t {
    height: calc(100vh - 88px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #E6E6E6;
}

.btm-menu li {
    display: inline-block;
    padding-right: 10px;
    line-height: 34px;
}

.chkbx-cnt {
    display: inline-block;
    position: relative;
    padding-left: 30px !important;
}

.chkbx-cnt input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: 2px solid #ec0017;
}

.chkbx-cnt input:checked~.checkmark,
.chkbx-cnt:hover input~.checkmark {
    background-color: #ec0017;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.chkbx-cnt input:checked~.checkmark:after {
    display: block;
}

.chkbx-cnt .checkmark:after {
    left: 6px;
    top: 0px;
    width: 5px;
    height: 14px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.subscribe-button {
    background: #ec0017;
    color: #fff;
    border: 0;
    border-radius: 0;
    font-weight: bold;
}

.email-in {
    height: 36px;
    float: left;
    border: 0;
    background: #f4f4f4;
    padding: 0 5px;
    color: #000;
}

.signup-form .subscribe-button {
    padding: 8px 12px;
}

.signup-form .checkbox {
    margin: 15px 5px;
}


/*CSS FOR SECTION PAGE STARTS HERE*/

.more-companies ul li {
    font-size: 16px;
    line-height: 2;
    color: #000000;
    font-family: 'Benton-md', sans-serif;
}

.custom-breadcrumb ol.breadcrumb {
    padding: 0px;
    margin-bottom: 0px;
    background: transparent;
    border-radius: 0px;
}

.custom-breadcrumb a {
    color: #000;
}

.custom-breadcrumb .breadcrumb>li+li:before {
    padding: 0px 5px;
    color: #000;
    content: ">";
    font-size: 10px;
    font-weight: bold;
}

.header-transparent .custom-breadcrumb ol.breadcrumb li a,
.header-transparent .custom-breadcrumb ol.breadcrumb li.active {
    color: #fff;
}

.header-transparent .custom-breadcrumb .breadcrumb>li+li:before {
    color: #fff;
}

.header-transparent .main-bg-title {
    font-family: 'Benton-bd', sans-serif;
    color: #fff;
    padding-right: 0;
    margin-top: 20px;
    margin-bottom: 33px;
}

.header-transparent .group-right-text {
    padding: 0;
}

ul.wid-list-popular li {
    margin-bottom: 20px;
    padding-bottom: 20px;
    display: table;
}

ul.wid-list-popular li p {
    font-family: 'Benton-rg', sans-serif;
}

.wid-list-popular .video-thumbnail+.video-data {
    padding-right: 10px;
    margin-right: 80px;
}

.wid-list-popular .video-thumbnail {
    width: 70px;
    padding: 0;
    float: right;
}

.wid-list-popular .video-data p {
    margin-bottom: 0px;
    opacity: 0.7;
}

.wid-list-popular .video-thumbnail img {
    border-radius: 4px;
}

h2.wid-title-icon:before {
    background: url(../images/AB_icon.png) no-repeat center center;
    content: "";
    position: absolute;
    width: 22px;
    height: 24px;
    background-position: -18px -22px;
    top: -1px;
    left: 0px;
}

.bars {
    width: 24px;
    height: 26px;
}

.bar {
    height: 2px;
    background: #000;
    margin: 5px 0;
}

.act.ovr-ly {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.8;
    top: 0;
    left: 0;
    z-index: 1;
    cursor: pointer;
}

.menu-txt {
    float: left;
    margin-top: 6px;
}

.fixed-header-start .inner {
    top: -55px;
}

.fixed-header .inner {
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 3;
    top: 0;
    box-shadow: 0 4px 10px -2px #ccc, 0 0 0 1px white;
    padding: 10px 0 5px 0;
    top: 0;
    transition: top 0.5s linear;
    height: 55px;
}

.fixed-header .custom-navigation {
    margin-top: 5px;
    min-height: auto;
}

.comment-title {
    font-size: 20px;
    line-height: 1.5;
    color: #000000;
    margin: 0px;
    display: inline-block;
}

.popular-title {
    font-size: 16px;
    line-height: 1.5;
    color: #000000;
    margin: 0px;
    display: inline-block;
}

.news-comment .section-header {
    border-bottom: solid 1px #d1d1d1;
}

.person-name {
    font-size: 16px;
    line-height: 1.5;
    color: #000000;
    font-family: 'Benton-md', sans-serif;
}

.person-comment {
    font-size: 16px;
    line-height: 1.5;
    color: #000000;
}

.comment-data small {
    font-size: 14px;
    color: #9b9b9b;
}

ul.news-comment-data li {
    display: flex;
}

.comment-img {
    width: 50px;
    height: 50px;
}

.comment-data {
    width: 520px;
    margin-left: 20px;
}

ul.news-comment-data {
    padding-left: 20px;
}

ul.news-comment-data li {
    margin-bottom: 30px;
}


/* css for bokmark  */

.allcontent {
    position: relative;
    width: 100%;
    height: 100%;
}

.page-overly {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 4;
    top: 0px;
    right: 0;
    background-color: rgba(0, 0, 0, 0.54);
    overflow-x: hidden;
    transition: .5s;
}

.togle-overly {
    width: 100%;
}

.mnue-letf {
    width: 400px;
    background-color: #fff;
    position: fixed;
    right: -100%;
    transition: 1s right ease-in-out;
    z-index: 5;
    height: 100%;
    top: 1px;
    max-width: 100%;
}

.mnue-letf.active {
    right: 0;
}

.mnue-letf.active ul {
    display: block;
}

.mnue-letf .title-logo {
    font-size: 24px;
    color: aliceblue;
    margin: 0px auto;
    padding: 26px 20px;
    font-size: 20px;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.42px;
    color: #000000;
    border: solid 1px #ffffff;
    background-color: #ffffff;
    box-shadow: 0 1px 0 0 #d1d1d1;
    border: solid 1px #ffffff;
    background-color: #ffffff;
}

.mnue-letf .active .title-logo {
    display: block;
}

.mnue-letf ul {
    position: relative;
    padding: 0px 20px;
    display: none;
    height: 100%;
    overflow: auto;
}

.mnue-letf ul li {
    display: block;
    padding: 20px 0px;
    border-bottom: solid 1px #d1d1d1;
    cursor: pointer;
}

.mnue-letf ul li a {
    display: block;
    padding: 10px 35px;
    color: aliceblue;
    transition: .5s background-color;
}

.mnue-letf ul li>ul.menu-toggle {
    background-color: #191c1f;
    display: none;
}

button.menu-btn.bookmark-page-custom {
    opacity: 0;
}

.active .menu-btn.bookmark-page-custom {
    position: absolute;
    top: 27px;
    right: 25px;
    width: 35px;
    height: 35px;
    border: 0;
    outline: none;
    background-color: #e5e5e5;
    cursor: pointer;
    opacity: 1;
    border-radius: 50%;
}

.menu-btn span.active-btn {
    background: transparent!important;
}

.menu-btn span.active-btn::after {
    position: absolute;
    top: -10px;
    left: 0;
    width: 70%;
    height: 3px;
    transition: .5s;
    background-color: rgb(46, 46, 46);
    background-color: #fef!important;
    top: 0;
    transform: rotate(45deg);
}

.menu-btn span.active-btn::before {
    position: absolute;
    top: 10px;
    left: 0;
    width: 70%;
    height: 3px;
    transition: .5s;
    background-color: rgb(46, 46, 46);
    background-color: #fef!important;
    top: 0;
    transform: rotate(135deg);
}

.thumbnail-img-bookmark {
    display: table-cell;
    vertical-align: middle;
    min-width: 70px;
    display: table-cell;
    vertical-align: middle;
    min-width: 70px;
    position: relative;
}

.thumbnail-data-bookmark {
    display: table-cell;
    vertical-align: middle;
    min-width: 280px;
    padding-right: 20px;
}

.thumbnail-data-bookmark p {
    font-family: 'Benton-rg', sans-serif;
    line-height: 23px;
}

.thumbnail-img-bookmark span {
    z-index: 1;
}

.thumbnail-img-bookmark img {
    z-index: 2;
    z-index: 2;
    border-radius: 4px;
}

.thumbnail-img-bookmark img,
.thumbnail-img-bookmark .extra-img {
    position: absolute;
    top: 0;
    transition: 0.3s ease-in;
}

.mnue-letf ul li:hover img {
    opacity: 0;
}

.thumbnail-img-bookmark .extra-img span:last-child {
    padding-left: 40px;
}

.extra-img {
    padding-top: 10px;
}

.mnue-letf ul li:last-child {
    border-bottom: none;
}

.trending-tag .date-published {
    color: #fff;
    font-family: 'Benton-md', sans-serif;
}

small {
    font-size: 13px;
}


/* css for bokmark  */


/*CSS FOR SECTION PAGE STARTS HERE*/


/* Search page starts here */

.search .section-header {
    margin-bottom: 20px;
}

.search li {
    line-height: 33px;
}

.has-search .form-control-feedback {
    right: initial;
    left: 0;
    color: #000;
    margin-top: 5px;
    cursor: pointer;
    pointer-events: auto;
}


/* .search .menu-cls-search {
    margin: 22px 5px;
} */

.search .has-search .form-control {
    padding-right: 290px;
    padding-left: 25px;
    border-radius: 0;
    background-color: #fff;
    border: none;
    box-shadow: none;
    width: 100%;
    float: left;
}

.search .search-form {
    width: 90%;
    margin: 0 auto;
}

.search-form span {
    display: none;
}

.search .form-item.form-type-select.form-item-search-sort {
    float: left;
    height: 80px;
    position: absolute;
    right: 146px;
}

.search .chzn-container {
    width: 120px !important;
}

#ab-outlet-search-facet-header-form .form-submit {
    float: left;
    height: 80px;
    border: none;
    background: #EB4960;
    font-size: 25px;
    text-transform: uppercase;
    padding: 10px 25px;
    color: #fff;
    position: absolute;
    right: 0;
}

.search .chzn-container-single .chzn-single {
    background-color: #f2f2f2;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    height: 100%;
    line-height: 80px;
    padding: 0 10px;
    color: #444444;
    text-decoration: none;
    outline: none;
    border: none;
    background-image: none;
    border-radius: 0;
    box-shadow: none;
}

.search .chzn-container-single .chzn-single span {
    font-size: 25px;
}

.search .chzn-container-single .chzn-single div b {
    background-position: 0px 32px;
}

.search .chzn-container-active .chzn-single {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.search .chzn-container-active.chzn-with-drop .chzn-single {
    box-shadow: none;
}

.search .chzn-container-active.chzn-with-drop .chzn-single div {
    background: transparent;
    border-left: none;
}

.search .chzn-container-active.chzn-with-drop .chzn-single div b {
    background-position: -14px 32px;
}

.search .chzn-container-active .chzn-choices {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.search .chzn-container-active .chzn-choices .search-field input {
    color: #111 !important;
}


/* Css for Modal Box */

.modal-dialog.custom-login .modal-content {
    border-radius: 4px;
    border: 0px;
    background-image: url(../images/background.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-origin: content-box;
}

.modal-dialog.custom-login {
    text-align: center;
    top: 50%;
    transform: translateY(-50%) !important;
}

.modal-dialog.custom-login .modal-content {
    border-radius: 4px;
    border: 0px;
}

.modal-dialog.custom-login .modal-header {
    border-bottom: 0px;
}

.modal-dialog.custom-login .modal-footer {
    border-top: 0px;
    padding: 0px 0px 30px 0px;
    text-align: center;
}

.custom-login .close {
    opacity: 1;
}

.modal-description {
    opacity: 0.7;
    font-size: 16px;
    line-height: 1.31;
    letter-spacing: -0.4px;
}

.custom-login .modal-header {
    padding-top: 40px;
}

.custom-login .modal-title.section-title {
    margin-bottom: 10px;
}

.custom-login .modal-body {
    padding-top: 15px;
    overflow: auto;
}

.custom-login .form-control {
    height: 42px;
    border-radius: 2px;
    background-color: #f4f4f4;
    border: none;
    box-shadow: none;
    margin-bottom: 5px;
}

.custom-login .form-group {
    margin-bottom: 20px;
}

.custom-login .custom-btn-modal {
    width: 100%;
    border: 0px;
    border-radius: 0px;
    box-shadow: none;
    color: #fff;
    height: 42px;
    border-radius: 2px;
    background-color: #ec0017;
    margin: 20px 0px;
}

.custom-login .modal-footer ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 30px;
}

.custom-login .modal-footer ul li.fb,
li.tw,
li.gogl {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: solid 2px #f7f7f7;
    background-color: #3b5998;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}

.custom-login .modal-footer ul li.fb i,
li.tw i,
li.gogl i {
    color: #fff;
}

.news-left-side .fa,
footer .fa {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 900;
}

.news-left-side .podcast-play {
    font-size: 25px;
    text-align: center;
    margin: 5px 20px;
    color: #000;
}


/*.news-left-side .fa-facebook:before {
    content: "\f39e";
}*/

.news-left-side .fa-linkedin:before {
    content: "\f0e1";
}


/* .shr-cnt.shareList.socicon-t-off.toggletrue ul li:last-child {
    display: none;
} */

.news-left-side .soicon-more-wr {
    display: none;
}

.news-left-side .shareList li {
    background: transparent !important;
}

.news-left-side .shareList li span.fa-facebook {
    color: #2f6099 !important;
}

.news-left-side .shareList li span.fa-linkedin {
    color: #3f729b !important;
}

.news-left-side .shareList li span.fa-twitter {
    color: #25c4f0 !important;
}

.date-time .vrtl-shr .shareList.toggletrue {
    margin-bottom: 0;
}

.vrtl-shr .shareList.toggletrue {
    margin-left: 11px;
}

.shr-cnt.shareList li.ic_whatsapp {
    display: inline-block !important;
    color: #189d0e !important;
}

.shr-cnt.shareList li.ic_whatsapp span {
    color: #189d0e !important;
}


/*FOOTER MENU AND SUBSCRIBE*/

.news-page .img-container {
    margin-bottom: 30px;
}

.custom-footer address,
.custom-footer address a {
    font-size: 16px;
    line-height: 28px;
    color: #000000;
    font-family: 'Benton-rg', sans-serif;
    padding-top: 18px;
}

ul.mfooter li ul.menu {
    padding-top: 18px;
}

.scrol-tp {
    width: 42px;
    height: 42px;
    border: solid 1px #d1d1d1;
    float: right;
    display: none;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.footer-subscribe h3 {
    margin: 0px;
}


/*FOOTER MENU AND SUBSCRIBE*/


/* CSS FOR NEWS PAGE */

.date-time span {
    margin-right: 10px;
}

.date-time .view i,
.date-time .comment i {
    margin-right: 2px;
}

.news-title {
    font-size: 34px;
    letter-spacing: -0.71px;
    color: #000000;
    font-family: 'Benton-bd', sans-serif;
    margin-top: 10px;
    margin-bottom: 15px;
}

.header-transparent .news-title {
    color: #fff;
}

.news-left-side .plyr__controls {
    background: transparent;
    padding: 0;
    justify-content: flex-start;
    margin-bottom: 7px;
}

.plyr__controls>.plyr__control {
    padding-left: 0px;
    margin-left: 0px;
}

.date-time .news-left-side ul {
    padding-top: 0px;
    display: inline-block;
    margin: 0px 0px;
    margin-right: 10px;
}

.date-time .news-left-side p.font-change-buttons {
    margin: 0;
}

.date-time .news-left-side .social li {
    margin-right: 8px;
    font-size: 12px;
}

.date-time .news-left-side .font-text {
    display: none;
}

.date-time .font-change-buttons span {
    font-size: 14px;
    margin-right: 3px;
}

.news-sub-text,
.news-body-data {
    font-family: 'Benton-rg', sans-serif;
    margin-bottom: 15px;
    font-size: 17px;
    line-height: 1.65;
    letter-spacing: normal;
    color: #000000;
}

.news-body-data p {
    margin-bottom: 32px;
    color: #3e3e3e;
}

.news-sub-text {
    font-family: 'Benton-md', sans-serif;
    font-size: 16px;
    opacity: 1;
}

img.news-featured-image {
    margin: 0px 0px 20px 0px;
}

ul.wid-list-2 li {
    font-size: 16px;
    line-height: 1.44;
    letter-spacing: normal;
    color: #000000;
    margin-bottom: 20px;
}

.group-side img {
    margin-bottom: 15px;
}

.group-side {
    margin-bottom: 20px;
}

.news-sub-text p:last-child {
    margin-bottom: 0px;
}

.news-data {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: solid 1px #d1d1d1;
}

.news-data p a {
    color: #eb4960;
}

.news-data ul {
    padding-left: 30px;
    list-style-type: disc;
    opacity: .8;
    font-family: 'Benton-lt', sans-serif;
    font-size: 16px;
}

.news-left-side .fa-facebook-f {
    color: #2763c1;
}

.news-content .article-title h3,
.news-content .gallery-snippet .gallery-title a {
    font-size: 20px;
    opacity: 1;
    font-weight: bold;
}

.gallery-snippet .gallery-leadtext {
    margin-bottom: 20px
}

.gallery-snippet .gallery-snippet-img {
    width: 20%;
    float: left;
    margin: 5px;
}

.snip-art {
    border-top: solid 1px #d1d1d1;
    border-bottom: solid 1px #d1d1d1;
    padding: 20px 10px;
    display: flex;
    align-items: center;
}

.snip-art .article-img {
    max-width: 71px;
    max-height: 70px;
}

.snip-art .article-img img {
    height: auto;
    width: 100%;
    border-radius: 4px;
}

.snip-art .article-title {
    width: 90%;
    padding-right: 80px;
}

.snip-art .article-title .article-leadtext {
    display: none;
}

.snip-art .article-title h3 {
    margin: 0px;
    font-family: 'Benton-bd', sans-serif;
    line-height: 24px;
    position: relative;
    padding-left: 30px;
}

.snip-art .article-title h3:before {
    content: ' ';
    width: 10px;
    height: 10px;
    background: url(../images/AB_icon.png) no-repeat center center;
    content: "";
    position: absolute;
    width: 22px;
    height: 24px;
    background-position: -21px -64px;
    top: 2px;
    left: 0px;
}

.out-more-img {
    background-color: #eb4960;
    color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    top: 70px;
}

.pic-count {
    display: block;
    float: left;
    position: relative;
}

.gallery-snippet .gallery-snippet-img:nth-child(3) {
    clear: both;
}

.gallery-snippet-img:last-child {
    /* display: block; */
    float: none;
}

.pic-count a {
    color: #fff
}

.news-left-side .fa-twitter {
    color: #3fa2f7;
}

.font-change-buttons span {
    font-size: 18px;
}

.font-decrease,
.font-increase {
    color: #9b9b9b;
    cursor: pointer;
    margin: 0px 5px;
}

.content-tags li {
    list-style: none outside none;
    display: inline;
}

.content-tags a {
    display: inline-block;
    padding: 5px 10px;
    margin: 5px;
    text-transform: uppercase;
    border-radius: 4px;
    border: solid 2px #fbccd1;
    font-size: 14px;
    line-height: normal;
    text-align: center;
    color: #ec0017;
    font-family: 'Benton-md', sans-serif;
}

li.content-tags-list:hover a {
    background-color: #C50013;
    border: solid 2px #C50013;
    color: #fff;
}

.custom-breadcrumb ol.breadcrumb li a,
.custom-breadcrumb ol.breadcrumb li h1 {
    font-size: 14px;
}

.custom-breadcrumb ol.breadcrumb i {
    font-size: 12px;
}

.custom-breadcrumb ol.breadcrumb li h1 {
    line-height: 15px;
    margin: 0;
}

.header-transparent .trending-tag i {
    margin-right: 0;
}

.news-left-side .plyr__controls {
    margin: 10px;
    margin-top: 0;
}

p.author-name {
    font-size: 16px;
    line-height: 1.56;
    color: #000000;
    font-family: 'Benton-bd', sans-serif;
    margin-bottom: 4px;
}

.author img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    object-fit: cover;
}

.author img {
    float: left;
}

.author-data {
    margin-top: 10px;
    margin-left: 15px;
    float: left;
}

p.author-designation {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.19;
    letter-spacing: normal;
    color: #000000;
}

.author-data ul li {
    display: inline-block;
    margin-right: 10px
}

.author {
    overflow: hidden;
}

ul.content-tags {
    margin-bottom: 20px;
}

.author-data ul li i {
    color: #999999;
    font-size: 20px;
}

.pge-prog-bar {
    position: absolute;
    width: 100%;
    height: 5px;
    opacity: 0;
    bottom: 0;
}

.pge-prog-val {
    width: 0;
    height: 7px;
    background-color: #EB4960;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -moz-transition-property: width;
    -o-transition-property: width;
    -webkit-transition-property: width;
    transition-property: width;
}

.fixed-header-start.fixed-header .pge-prog-bar {
    opacity: 1;
}

section.news-left-side .saved {
    border-radius: 2px;
    border: solid 1px #d1d1d1;
    padding: 11px 27px;
}

.news-left-side .social {
    padding-top: 30px;
}

.news-left-side .social li {
    display: inline-block;
    margin-right: 15px;
    font-size: 18px;
}

.news-left-side p {
    font-size: 13px;
    font-family: 'Benton-md', sans-serif;
    color: #000;
}

.date-time .news-left-side p {
    display: inline-block;
}

.comment-tags .exclusive {
    background-color: transparent;
    padding: 10px 10px;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: normal;
    color: #ff0000;
    font-family: 'Benton-md', sans-serif;
    border-radius: 2px;
    border: solid 1px #ff0000;
    display: block;
    text-align: center;
    cursor: pointer;
}

.button-left .comment-tags {
    margin-left: 0px;
}

.button-left .comment-tags .exclusive {
    background-color: #e8e8e8;
    padding: 15px 10px;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: normal;
    color: #000;
    font-family: 'Benton-md', sans-serif;
    border-radius: 2px;
    border: none;
    display: block;
    text-align: center;
}

.button-left {
    padding-top: 20px;
}


/* CSS FOR NEWS PAGE */


/* list page starts */

.title-page {
    font-size: 24px;
    font-family: 'Benton-bd', sans-serif;
    color: #000000;
}

.list-item-data div h3 {
    /* text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5); */
    /* font-family: BentonSans; */
    font-size: 18px;
    line-height: 1.28;
    letter-spacing: -0.5px;
    color: #000000;
    font-family: 'Benton-bd', sans-serif;
}

.list-item-data .ls-data {
    margin-bottom: 40px;
}

.list-item-data .ls-data:nth-child(4n+1) {
    clear: both;
}


/*
body.noscroll, body.srch-active, body.nav-act {
    overflow: hidden;
}
*/

.opinion-discourse {
    margin-top: 20px;
}

.footer-social-icons p {
    color: #666;
}

.search-form #ab-outlet-search-facet-form .chzn-container .chzn-single {
    background: #fff;
    width: fit-content;
    padding: 0 15px;
    height: 42px;
    line-height: 42px;
    border-color: rgba(0, 0, 0, 0.4);
    font-weight: 600;
    color: #000;
    font-size: 16px;
}

.search-form form#ab-outlet-search-facet-form {
    position: relative;
}

.search-form form#ab-outlet-search-facet-form .form-text {
    padding-left: 40px;
    height: 42px;
    background: #f4f4f4;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.search-form form#ab-outlet-search-facet-form input[type=submit] {
    background: url(../images/AB_icon.png) no-repeat;
    border: none;
    width: 18px;
    height: 42px;
    position: absolute;
    top: 0;
    left: 10px;
    display: inline-block;
    color: transparent;
    background-position: -187px -12px;
    padding: 0;
}

.search-form #ab-outlet-search-facet-form .chzn-container-single .chzn-single div {
    right: -2px;
    top: 8px;
}

.search-form form#ab-outlet-search-facet-form .form-item-search-sort {
    margin-top: 20px;
}

.youtube-video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
}

.youtube-video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

iframe.instagram-media {
    max-width: 100% !important;
    width: 100% !important;
    min-width: 100% !important;
}

blockquote {
    padding: 10px 0;
    margin: 0 0 20px;
    font-size: 24px;
    border-left: none;
    text-align: center;
    line-height: normal;
    color: #000;
    font-weight: bold;
    position: relative;
}

blockquote::before {
    content: "";
    width: 30px;
    height: 30px;
    display: block;
    background: #000;
    margin: 0 auto;
}

blockquote::before {
    content: "";
    width: 35px;
    height: 35px;
    display: block;
    margin: 0 auto;
    background: url(../images/AB_icon.png) no-repeat -185px -60px;
}

.sub-section .article-custom {
    padding-top: 0px;
}

.sub-section.custom-trending-tag .trd-tags4:nth-child(4) .article-custom {
    border-top: solid 1px #979797;
    padding-top: 25px;
    margin-top: 0px;
}

.sub-section.custom-trending-tag .trd-tags4:nth-child(n+5) .article-custom {
    padding-top: 25px;
}

.lst-yr .lst-yr-itm {
    font-size: 18px;
    font-family: 'Benton-rg', sans-serif;
    line-height: 1.5;
    opacity: 0.4;
}

.lst-yr .lst-yr-itm.active {
    font-size: 24px;
    font-family: 'Benton-md', sans-serif;
    position: relative;
    line-height: 1.6;
    opacity: 1;
    margin-left: 0;
    height: 45px;
}

.lst-yr .lst-yr-itm.active:before {
    content: "";
    background: #ff0000;
    height: 5px;
    position: absolute;
    bottom: 5px;
    width: calc(100% + 10px);
    right: -10px;
}

.g-img img {
    width: 100%;
}

ul.primary {
    margin: 15px 0;
}

.mb {
    margin-bottom: 10px;
}

.am {
    text-align: center;
}

.mag-cnt .grp-rgt {
    margin-top: 10px;
}

.mag-cnt .grp-rgt h1 {
    font-family: 'Benton-bd', sans-serif;
    font-size: 25px;
    line-height: normal;
    margin-bottom: 15px;
}

.mag-cnt .grp-lft img {
    width: 100%;
    border-radius: 4px;
}

.mag-cnt .main-bg-title {
    color: #fff;
    line-height: 1.15;
    font-family: 'Benton-bd', sans-serif;
    font-size: 24px;
}

.mag-cnt .group-right-text {
    position: absolute;
    bottom: 5px;
    padding: 0 15px;
}

.subc-btn a {
    width: 150px;
    display: inline-block;
    height: 40px;
    font-size: 18px;
    text-align: center;
    margin: 0;
    align-content: center;
    justify-content: center;
    line-height: 40px;
    padding: 0;
}

.sc-lnks-img {
    margin-bottom: 20px;
    float: left;
    width: 50%;
}

.sc-lnks-img img {
    width: 100%;
    padding: 0 10px;
}

ul.primary {
    white-space: inherit;
}

span.nolink,
address {
    padding-top: 20px;
    padding-left: 2px;
}

address,
span.menu__link {
    padding-left: 20px;
}

.mfooter li.expanded {
    padding-bottom: 20px;
}

.footer-logo li {
    padding-bottom: 10px;
}

.email-in,
.subscribe-button {
    margin-bottom: 10px;
}

.subscribe-button {
    margin-bottom: 0;
}

.ajax-progress {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 99;
}

.ajax-progress .throbber {
    background: none;
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 5px;
    width: 7em;
    z-index: 100;
    height: 7em;
    margin: -25px 0 0 -25px;
    text-indent: -9999em;
    border-top: .5em solid #fff;
    border-right: .5em solid rgba(204, 204, 204, .5);
    border-bottom: .5em solid rgba(204, 204, 204, .5);
    border-left: .5em solid rgba(204, 204, 204, .5);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: loadanim 1.1s infinite linear;
    animation: loadanim 1.1s infinite linear;
    border-radius: 50%;
}

.ajax-progress .message {
    font-size: 0;
}

h2.wid-title-icon:before {
    top: -8px;
}

.sc-lnks {
    position: initial;
    bottom: initial;
    left: initial;
    display: block;
    margin: 0 -10px;
}

@keyframes loadanim {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.spcl-sec-wrp .aside {
    margin-bottom: 30px;
}

.special-section-two~.trd-tags4 {
    clear: none !important;
}

.special-section-two+.trd-tags4 {
    clear: both !important;
}

.custom-trending-tag .special-section-two~.trd-tags4 .article-custom {
    border: 0;
    padding: 0;
}

.special-text {
    font-size: 25px;
    font-weight: bold;
    font-family: 'Benton-bd', sans-serif;
    letter-spacing: -0.59px;
    color: #000000;
    margin: 0;
    margin-bottom: 20px;
    line-height: 1.2;
}

.plyr__controls>.plyr__control+.plyr__control {
    margin-left: 5px;
}

footer .ic_original.ic_facebook,
footer .ic_original.ic_twitter,
footer .ic_original.ic_linkedin,
footer .ic_original.ic_mail {
    background: transparent !important;
    display: inline-block;
    margin-right: 20px !important;
    margin-bottom: 11px !important;
}

footer .ic_original.ic_twitter {
    margin-right: 10px !important;
}

footer .soicon-more-wr {
    display: none;
}

footer .shr-cnt.shr-fol-footer.shareList.socicon-t-off.toggletrue {
    margin: 0;
}

footer .ic_facebook.ic_original span,
footer .ic_original.ic_linkedin span,
footer .ic_original.ic_twitter span,
footer .ic_original.ic_mail span {
    color: #9b9b9b !important;
    width: 20px !important;
    height: 20px !important;
    line-height: 20px !important;
}

.coral_thread {
    padding: 30px 0px;
}


/* .tags-author {
    margin-bottom: 30px;
}

.lb-ads {
    margin-top: 40px;
} */

@media only screen and (max-width: 479px) {
    .fixed-header .navbar-logo {
        max-width: 120px;
    }
    .custom-main-content .group-left-img .video-img-link img {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 1023px) {
    .footer-subscribe {
        margin-right: auto;
        margin-left: auto;
        max-width: 320px;
    }
    .footer-subscribe h3 {
        text-align: center;
    }
    .footer-subscribe .input-group {
        width: 100%;
    }
    .section-tags ul {
        display: none;
    }
    .mfooter {
        width: 100%;
    }
    .search .search-form {
        width: 100%;
    }
    .search .form-item.form-type-select.form-item-search-sort {
        display: none;
    }
    .search .has-search .form-control {
        height: 35px !important;
        font-size: 15px;
        padding: 0 82px 0 10px;
    }
    #ab-outlet-search-facet-header-form .form-submit {
        height: 35px;
        padding: 9px 20px;
        font-size: 14px;
    }
    #ab-outlet-search-facet-header-form input.st-default-search-input {
        height: 35px !important;
    }
}

@media only screen and (max-width: 1199px) {
    .lang,
    .menu-txt {
        display: none;
    }
    .menu-bar {
        width: 24px;
    }
}


/* list page starts */

@media only screen and (min-width: 480px) {
    .fixed-header .navbar-logo {
        width: 140px;
    }
    /* .fixed-header .header-tags {
        display: none;
    } */
    .fixed-header .header-tags ul {
        margin: 5px 30px 0px 5px;
    }
    .fixed-header .header-tags ul li {
        font-size: 13px;
        margin-bottom: 0px;
        line-height: 5px;
        letter-spacing: 0.5px;
        color: #000;
        margin-right: 5px;
    }
    .fixed-header-start .inner {
        top: -65px;
    }
    .fixed-header .inner {
        top: 0;
        height: 65px;
    }
    .btm-menu ul {
        float: left;
    }
    .stp-btn {
        margin-left: 40px;
    }
    .custom-navigation {
        min-height: 54px;
    }
    .mfooter li.expanded {
        float: left;
        width: 50%;
        padding-bottom: 20px;
    }
    address,
    span.menu__link {
        clear: both;
    }
    .email-in,
    .subscribe-button {
        width: auto;
    }
    .footer-logo li {
        padding-bottom: 0;
    }
    h2.wid-title-icon:before {
        top: -10px;
    }
}

.bigger-title a {
    font-size: 48px;
    line-height: 48px;
    color: #fff !important;
}

.ps-rl.pg-mrn {
    height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

em.text-append a {
    color: #eb4960;
}

@media only screen and (min-width: 640px) {
    .subhead {
        margin-top: 3px;
        font-size: 21px;
        padding-left: 16px;
    }
    .navbar-logo {
        max-width: 140px;
    }
    .opinion-section .opinion-list {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin: 0 -10px;
    }
    .opinion-section .opinion-list li {
        width: 50%;
        float: left;
        padding: 0px 10px;
    }
    ul.opinion-list li:nth-child(-n+2) .opinion-parent {
        border-top: none;
        padding-top: 0px;
    }
    .opinion-parent {
        display: table;
    }
    .cstm-collapse .navbar-nav {
        margin-top: 120px;
    }
    .logo-menu {
        width: 150px;
    }
    .custom-navigation {
        min-height: 44px;
        max-width: 40%;
        float: right;
    }
    .navigation-head>ul.menu>li {
        float: left;
        width: 50%;
        padding: 0 10px;
    }
    .navigation-head>ul.menu {
        margin: 0 -10px;
    }
    .navigation-head>ul.menu>li:nth-child(2n+1) {
        clear: left;
    }
    /*
    .fixed-header .custom-navigation {
        width: 30%;
    }
*/
    .video-thumbnail {
        width: 113px;
    }
    .mag-cnt .grp-lft {
        width: 200px;
        float: left;
    }
    .mag-cnt .grp-rgt {
        margin-left: 220px;
    }
    .mag-cnt {
        margin: 0 0 25px 0;
    }
    .sc-lnks {
        position: absolute;
        bottom: 0;
        left: 235px;
        display: block;
        margin: 0 0 15px 0;
    }
    .sc-lnks-img {
        float: left;
        width: 150px;
        padding-right: 20px;
        margin: 0;
    }
    .sc-lnks-img img {
        width: auto;
        padding: 0;
    }
}

@media only screen and (min-width: 768px) {
    .logged-in ul.menu li {
        margin: 0 !important;
    }
    .group-right-text {
        padding: 0px 20px;
    }
    /* .custom-navigation {
        min-height: 68px;
    } */
    section.custom-sub-footer {
        padding: 30px 0px;
    }
    section.custom-footer {
        padding: 50px 0px;
        margin-top: 50px;
        border-top: solid 1px #979797;
        border-bottom: solid 1px #979797;
    }
    .custom-nav {
        padding: 15px 0;
    }
    .subscribe {
        padding: 0px 5px;
        border-right: solid 1px #ececec;
        border-left: solid 1px #ececec;
        width: 120px;
    }
    /* header a.subscribe-btn {
    font-size: 11px;
} */
    a.subscribe-btn {
        background-color: #eb4960;
        padding: 10px;
        line-height: 18px;
        margin-bottom: 10px;
        color: #fff;
        font-family: 'Benton-md', sans-serif;
        border-radius: 2px;
    }
    .main-lead-text {
        margin-bottom: 10px;
    }
    .signup-form-wrp {
        float: right !important;
        max-width: 40%;
        width: auto;
    }
    .navigation-head>ul.menu>li {
        width: 25%;
    }
    .navigation-head>ul.menu>li:nth-child(2n+1) {
        clear: none;
    }
    .navigation-head>ul.menu>li:nth-child(4n+1) {
        clear: left;
    }
    /*
          .fixed-header .subscribe {
              border-right: solid 1px #999999;
          }
  */
    .header-transparent .main-bg-title {
        font-size: 48px;
        line-height: 48px;
        letter-spacing: -0.6px;
    }
    .most-read-stories {
        margin-top: 0;
    }
    .sub-section.custom-trending-tag .trd-tags4:nth-child(3n+4) {
        clear: both;
    }
    .sub-section.custom-trending-tag .trd-tags4:nth-child(5) {
        clear: none;
    }
    .page-taxonomy .trending-img-link:after {
        display: block;
    }
    .lists-inner-page.page-taxonomy .group-right-text {
        position: absolute;
    }
    .page-taxonomy .main-tag a,
    .page-taxonomy .trending-tag .date-published,
    .page-taxonomy .main-bg-title a {
        color: #000;
    }
    .page-taxonomy h2 {
        line-height: .875;
    }
    .wid-list-popular .video-thumbnail {
        width: 50px;
    }
    .wid-list-popular .video-thumbnail+.video-data {
        margin-right: 60px;
    }
    .group-right-text {
        position: absolute;
        bottom: 5px;
        padding: 0px 20px;
    }
    .mag-cnt .group-right-text {
        position: absolute;
        bottom: 5px;
        padding: 0 20px;
    }
    .special-section-two~.trd-tags4 {
        padding: 15px !important;
        cursor: auto;
    }
    .section-tags {
        width: 80%;
    }
    header .input-group {
        width: 380px;
    }
    .vidplayer .group-right-text {
        left: 0 !important;
    }
    .cus-magazine-title .col-md-6 h2 {
        padding-right: 32%;
    }
}

@media only screen and (min-width: 992px) {
    .ml-13 {
        margin-left: 13% !important
    }
    footer .footer-subscribe {
        float: left;
        width: calc(100% - 100px);
    }
    footer .footer-subscribe .input-group {
        width: 100%;
    }
    .scrol-tp {
        display: flex;
        margin-top: 20px;
    }
    footer .scrol-tp {
        margin-top: 0;
    }
    .header-tags ul li {
        display: inline-block;
        font-size: 16px;
        margin-bottom: 5px;
        line-height: 19px;
        letter-spacing: 0.5px;
        font-family: 'Benton-bd', sans-serif;
        color: #000;
        margin-right: 5px;
        margin-left: 0px;
    }
    .cs-col-5 {
        width: 20%;
    }
    .col-md-4 {
        width: 33.33%;
    }
    .sc-lnks {
        position: static;
    }
    .trd-tags4.col-md-4:nth-child(3n+1) {
        clear: left;
    }
    .flex-parent .col-md-3 {
        flex: 0 0 25%;
    }
}

.static-video-section .custom-video {
    background-color: #e8e8e8;
    cursor: pointer;
    text-align: center;
}

.special-section {
    margin-top: 15px;
}

h3.main-lead-text.fnt-wg.custom-fnt-wg {
    font-family: 'Benton-bd', sans-serif;
}

h3.main-lead-text.fnt-wg.custom-fnt-wg span.highlighted-text {
    font-family: 'Benton-bd', sans-serif;
}

span.normal-lead-text.custom-red a {
    color: #eb4960;
}

@media only screen and (min-width: 1024px) {
    .special-section-border .border-top {
        border-top: solid 1px #979797;
        padding-top: 20px;
        margin-top: 20px;
    }
    .special-text {
        font-size: 25px;
    }
    .special-section {
        padding: 15px 15px 15px 15px;
        background-color: #f5f5f5;
        cursor: pointer;
        margin: -15px;
        border-radius: 2px;
        margin-bottom: 0;
    }
    .special-section-two~.trd-tags4:hover {
        background: transparent;
    }
    /*
    .spcl-sec-wrp {
        background: #f5f5f5;
    }
*/
    .spcl-sec-wrp .aside {
        background: #fff;
        margin-bottom: 0;
    }
    .static-video-section .custom-video {
        background-color: #e8e8e8;
        cursor: pointer;
        text-align: center;
    }
    span.normal-lead-text.custom-red a {
        color: #eb4960;
    }
    h3.main-lead-text.fnt-wg.custom-fnt-wg {
        font-family: 'Benton-lt', sans-serif;
    }
    .custom-main-content h3.main-lead-text.fnt-wg.custom-fnt-wg {
        font-size: 21px;
        line-height: 27px;
    }
    .custom-main-content .video-img {
        margin-bottom: 10px;
    }
    h3.main-lead-text.fnt-wg.custom-fnt-wg span.highlighted-text {
        font-family: 'Benton-bd', sans-serif;
    }
    .custom-main-content .static-video-section .video-img-link img {
        margin-bottom: 0;
    }
    .static-video-section .ytv.video-img-link {
        margin-bottom: 20px;
    }
    .static-video-section .button-lead-text {
        margin: 10px 0;
    }
    .static-video-section .main-lead-text {
        margin-bottom: 0;
        padding: 0px 10px 10px 10px;
    }
    .search .has-search .form-control {
        height: 80px;
        font-size: 25px;
    }
    .font-change-buttons {
        margin-top: 0;
        margin-bottom: 25px;
    }
    .font-text {
        margin-bottom: 0;
        opacity: 0.4;
    }
    .subhead {
        margin-top: 5px;
        font-size: 20px;
    }
    ul.header-icons li i {
        font-size: 14px;
    }
    /*
      .subscribe {
              padding: 0px 10px;
      border-right: solid 1px #ececec;
      border-left: solid 1px #ececec;
      width: 100px;
      }
  */
    /*
      a.subscribe-btn {
      background-color: #dcdcdc;
      padding: 5px 8px;
      line-height: 18px;
      margin-bottom: 10px;
      color: #4a4a4a;
      font-family: 'Benton-md', sans-serif;
      border-radius: 2px;
  }
  */
    .comment-tags {
        margin-left: 90px;
        width: 500px;
    }
    ul.wid-list-2 {
        border-left: solid 3px #000000;
        padding-left: 15px;
    }
    .navigation-head>ul.menu>li {
        width: 12.5%;
    }
    .navigation-head>ul.menu>li:nth-child(4n+1) {
        clear: none;
    }
    .navigation-head>ul.menu>li {
        width: 12.5%;
    }
    .navigation-head>ul.menu>li:nth-child(4n+1) {
        clear: none;
    }
    .opinion-discourse {
        min-height: 213px;
        border-left: solid 1px #979797;
        padding-left: 20px;
        margin-top: 110px;
        padding-top: 10px;
    }
    address {
        clear: none;
    }
    h2.wid-title-icon:before {
        top: -1px;
    }
    .special-section-two .trd-tags4 {
        padding: 15px 15px 15px 15px;
        transition: background-color 0.5s ease;
        cursor: pointer;
        margin-bottom: 15px;
    }
    .special-section-two {
        margin: 0;
        padding-top: 0;
        padding-right: 0;
        padding-bottom: 0;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        flex-basis: 100%;
        padding-left: 0;
        margin-top: 15px;
    }
    .special-section-two .mb-mr-b {
        margin-bottom: 0;
    }
    .trd-tags4 {
        /* padding: 0px 15px 15px 15px;
        transition: background-color 0.5s ease;
        cursor: pointer;
        margin-bottom: 5px;
        margin-top: 15px; */
        padding: 15px 15px 15px 15px;
        transition: background-color 0.5s ease;
        /*cursor: pointer;*/
        margin-bottom: 5px;
    }
}

@media only screen and (min-width: 1200px) {
    .custom-navigation {
        min-height: 80px;
    }
    .subhead {
        font-size: 26px;
        padding-left: 20px;
    }
    .scrol-tp {
        width: 50px;
        height: 50px;
    }
    .navbar-logo {
        max-width: 160px;
    }
    .header-tags ul {
        padding-left: 30px;
    }
    .fixed-header .custom-navigation {
        width: 30%;
    }
    ul.header-icons li i {
        font-size: 16px;
    }
    ul.header-icons li {
        margin-right: 15px;
    }
    .subscribe {
        padding: 0px 0px;
    }
    .header-tags ul {
        margin: 8px 30px 0px 0px;
        padding-left: 10px;
    }
    .email-in {
        width: 300px;
    }
    ul.header-icons li {
        margin-right: 17px;
    }
    ul.header-icons {
        padding-left: 10px;
    }
    .fixed-header .subscribe {
        border-left: 0;
        width: 185px;
    }
    .fixed-header header .subscribe-btn,
    .fixed-header header .lang {
        float: left;
    }
    .fixed-header .lang {
        padding: 7px 0 0 15px;
    }
    .bars {
        width: 34px;
        padding-right: 10px;
        float: left;
    }
    /*
    .subscribe {
            padding: 0px 15px;
    border-right: solid 1px #ececec;
    border-left: solid 1px #ececec;
    width: 100px;
    }
*/
    .nav-menu::-webkit-scrollbar {
        width: 0px;
        background: transparent;
    }
    .menu-bar {
        /*        width: 70px;*/
        position: relative;
    }
    .menu-txt {
        position: absolute;
        right: 0;
    }
    .fixed-header .menu-txt {
        display: none;
    }
    .bdr-t2 {
        margin-top: 20px;
    }
    .header-tags ul {
        margin-top: 20px;
    }
    /*
    a.subscribe-btn {
        background-color: #dcdcdc;
        padding: 5px 8px;
        line-height: 18px;
        margin-bottom: 10px;
        color: #4a4a4a;
        font-family: 'Benton-md', sans-serif;
        border-radius: 2px;
    }
*/
    .act.ovr-ly,
    .act.ovr-ly-search {
        position: fixed;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: 0.8;
        top: 0;
        left: 0;
        z-index: 1;
        cursor: pointer;
    }
    .flex-parent {
        /*display: flex;*/
        flex-direction: row;
        flex-wrap: wrap;
        flex-basis: 100%;
    }
    /* .trd-tags4 {
    padding: 15px 15px 15px 15px;
    transition: background-color 0.5s ease;
    cursor: pointer;
    margin-bottom: 5px;
   } */
    .magazine .wid-title {
        font-size: 32px;
        line-height: 44px;
    }
    /* .custom-trending-tag .trd-tags4:nth-child(n+5) {
    padding-top: 0;
} */
    .custom-trending-tag.search-append .trd-tags4:nth-child(n) {
        padding-top: 0;
    }
    .search-append .article-custom {
        border-top: solid 1px #979797;
        padding-top: 20px;
        margin-top: 0px;
    }
    .custom-trending-tag.sub-section .trd-tags4:nth-child(n+4) {
        padding-top: 0;
    }
    .ytv.video-img-link {
        margin-bottom: 20px;
    }
    .trd-tags4:hover {
        background-color: #e8e8e8;
    }
    .special-section .trd-tags4:hover {
        background-color: #fff;
    }
    .trd-tags4:hover .article-custom {
        border-color: #e8e8e8 !important;
    }
    .header-transparent .group-right-text.custom-breadcrumb {
        left: 0;
        max-width: calc(1170px - 45px);
        bottom: 20;
        padding: 0;
        right: 0;
        margin-right: auto;
        margin-left: auto;
    }
    .lst-yr .lst-yr-itm.active {
        font-size: 36px;
        line-height: normal;
        height: 55px;
    }
    .lst-yr .lst-yr-itm {
        text-align: right;
        margin-right: -15px;
    }
    .list-item-data {
        margin: 0;
    }
    .footer-menu .custom-navigation-head span:first-child {
        font-size: 18px;
    }
    span.nolink,
    address {
        padding-left: 0;
    }
    .wid-list-popular .video-thumbnail {
        width: 70px;
    }
    .wid-list-popular .video-thumbnail+.video-data {
        margin-right: 80px;
    }
    .page-taxonomy .group-right-text {
        padding-top: 0px;
        position: absolute;
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 20px;
        bottom: 15px;
    }
    .page-taxonomy .main-tag a,
    .page-taxonomy .trending-tag .date-published,
    .page-taxonomy .main-bg-title a {
        color: #fff;
    }
    .page-taxonomy h2 {
        line-height: 1.2;
    }
    /* .page-taxonomy .trending-img-link:after {
        display: block;
    } */
    .page-taxonomy .section-header {
        margin-bottom: 10px;
    }
    .static-video-section .custom-video {
        min-height: 385px;
    }
    .custom-main-content .static-video-section .ytv .video-js {
        width: 290px !important;
        height: 294px !important;
        margin-bottom: 0;
    }
    .top-main .custom-main-content .trending-tag img {
        margin-bottom: 0;
    }
    .top-main .trending-tag .video-js {
        height: 385px !important;
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1359px) {
    .custom-navigation {
        width: 28%;
    }
    .fixed-header .header-tags {
        width: 56%;
    }
    .fixed-header .custom-navigation {
        width: 32%;
    }
}

@media (min-width: 1360px) {
    .navbar-logo {
        max-width: 190px;
    }
    footer .footer-subscribe {
        width: calc(100% - 120px);
    }
    .not-front footer .footer-subscribe {
        width: calc(100% - 40px);
        margin-left: 40px;
    }
    .container {
        width: 1290px;
    }
    main .container,
    footer .container {
        max-width: 1170px
    }
    .page-home main .container,
    .page-home footer .container {
        max-width: 1290px;
    }
    .mgzn-pd-rm>.container,
    .col-pd-rm,
    .col-pd-rm .col-sm-6 {
        padding-left: 0;
        padding-right: 0;
    }
    .mv-mrgn-lft {
        margin-left: -135px;
    }
}

@media only screen and (min-width: 1440px) {
    .scrol-tp.inner-scroll {
        transform: translateX(110px);
    }
}

@media only screen and (max-width: 1024px) {
    section.header-transparent {
        min-height: 580px;
    }
    header a.subscribe-btn {
        font-size: 11px;
        padding: 10px 6px;
    }
}

.custom-trending-tag.custom-top-border .trd-tags4:nth-child(5) {
    clear: none;
}

@media only screen and (max-width: 768px) {
    ul.secondry-menu {
        display: none;
    }
    .news-left-side .social {
        padding-top: 0px;
        display: inline-block;
        margin: 0px 10px 10px 0;
    }
    .news-left-side .social li {
        margin-right: 15px;
        font-size: 14px;
    }
    .news-left-side p {
        font-size: 12px;
        display: inline-block;
        margin-right: 10px;
    }
    .snip-art .article-title {
        padding-right: 10px;
    }
    /*responsive codes starts from here*/
    .video-img {
        margin-bottom: 10px;
        width: 100%;
    }
    .button-lead-text,
    .normal-lead-text {
        margin-bottom: 10px;
    }
    .normal-lead-text {
        font-size: 14px;
        line-height: 16px;
    }
    .main-lead-text {
        font-size: 16px;
        line-height: 21px;
    }
    .main-bg-title a {
        font-size: 22px;
        line-height: normal;
    }
    .wid-title,
    .section-title,
    .wid-title-2 {
        font-size: 20px;
    }
    ul.wid-list li {
        font-size: 14px;
    }
    .main-tag {
        font-size: 14px;
    }
    .date-published {
        font-size: 10px;
    }
    .trd-tags small {
        font-size: 9px;
    }
    span.brand-view,
    span.updated,
    span.subscribe-btn,
    span.subscribe-btn-blk,
    span.exclusive,
    a.subscribe-btn,
    a.subscribe-btn-blk,
    a.exclusive,
    span.sponsored,
    span.breaking {
        font-size: 10px;
        padding: 3px 6px;
    }
    .mt-60 {
        margin-top: 40px !important;
    }
    .mt-50 {
        margin-top: 30px !important;
    }
    .section-header {
        margin-bottom: 20px;
        padding-bottom: 5px;
    }
    .opinion-parent {
        padding: 10px 0px;
    }
    ul.header-icons {
        width: 200px;
    }
    ul.header-icons li {
        margin-right: 25px;
    }
    .date-time .news-left-side {
        /* display:  block !important; */
        margin-left: 0px;
        margin-bottom: 10px;
    }
    .custom-trending-tag.custom-top-border .trd-tags4.col-md-4:nth-child(3n+1) {
        clear: both;
    }
    /*responsive codes starts from here*/
}

@media only screen and (max-width: 767px) {
    .custom-main-content .static-video-section {
        padding-bottom: 20px;
    }
    .custom-main-content .static-video-section h3 {
        padding: 0px 20px;
    }
    .special-section.special-section-two div:nth-child(3) {
        clear: both;
    }
    .comment-tags {
        margin: 20px 0px;
    }
    .comment-tags .exclusive {
        padding: 5px 0px;
        font-size: 14px;
    }
    .news-left-side .shareList li span {
        margin-right: 0 !important;
        font-size: 15px !important;
    }
    .date-time .shr-cnt.shr-soc-mda.shareList.socicon-t-off {
        display: inline-block;
    }
    .date-time .news-left-side ul {
        margin-right: 0;
        width: 225px;
    }
    section.header-transparent {
        background-attachment: inherit;
    }
    .custom-navigation-head ul.menu li a.head-tag {
        font-size: 14px;
    }
    .custom-navigation-head ul.menu li a {
        font-size: 14px;
    }
    .bigger-title a {
        font-size: 22px;
        line-height: normal;
    }
    .extra-icons ul li {
        margin-left: 0;
    }
    .lst-yr .lst-yr-itm.active:before {
        width: 100% !important;
        right: 0 !important;
    }
    .custom-breadcrumb a {
        font-size: 12px;
    }
    .custom-breadcrumb i {
        font-size: 10px;
        margin: 0px 4px;
    }
    .nav .footer-social-icons {
        text-align: left;
        margin-top: 0px;
        margin-bottom: 20px;
    }
    .nav .ab-footmenu {
        margin-bottom: 0px;
    }
    .nav .footer-subscribe h3 {
        text-align: left;
    }
    .nav form.signup-form {
        margin-top: 15px;
    }
    .content-tags a,
    .search-facet-type.facet-sm_vid_Tags .facetapi-outlet-facetapi-links li label {
        padding: 4px 6px;
        font-size: 10px;
    }
    .sc-lnks {
        position: absolute;
        bottom: 0;
        left: 235px;
    }
    .news-sub-text,
    .news-body-data {
        font-size: 14px;
    }
    .news-body-data p {
        margin-bottom: 12px;
    }
    .news-body-data p a {
        color: #eb4960;
    }
    .news-content .article-title h3,
    .news-content .gallery-snippet .gallery-title a {
        font-size: 16px;
    }
    .snip-art {
        padding: 10px 10px;
    }
    .out-more-img {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
    }
    .sub-section.custom-trending-tag .trd-tags4:nth-child(2n+1),
    .opinion-section.custom-trending-tag .trd-tags4:nth-child(2n+1) {
        clear: both;
    }
    .ti_news a {
        background-color: #f7f7f7;
    }
    .video-section .video-list .video-thumbnail {
        width: 78px !important;
    }
    .mz-slider {
        scrollbar-width: none;
        overflow-x: auto;
    }
    .mz-slider::-webkit-scrollbar {
        width: 0 !important;
    }
    .mz-slider div {
        width: 700px;
    }
    .mz-slider div div {
        float: left;
        width: auto;
    }
    .sub-section.custom-trending-tag .trd-tags4:nth-child(3) .article-custom {
        border-top: solid 1px #979797;
        padding-top: 25px;
        margin-top: 0px;
    }
    .not-front .mt-30 {
        margin-top: 10px !important;
    }
    section.header-transparent .group-right-text .main-bg-title {
        line-height: 30px;
        font-size: 30px;
    }
    footer {
        background: #d1d1d1;
    }
    .fixed-header header.transparent-bg a.subscribe-btn {
        background-color: transparent;
        color: #000;
    }
    section.header-transparent {
        min-height: 450px;
    }
    section.header-transparent .trending-tag {
        min-height: 450px;
    }
    section.header-transparent .group-right-text {
        bottom: 40px;
        padding: 0px 20px;
    }
    ul.header-icons li {
        margin-right: 20px;
    }
    .custom-navigation {
        margin-top: 15px;
        float: right;
    }
    header a.subscribe-btn {
        font-size: 14px;
        color: #000;
        background: none;
        padding: 0;
    }
    .footer-menu>ul>li {
        margin-bottom: 10px;
        border-bottom: solid 1px #979797;
        padding-bottom: 10px;
    }
    .footer-logo,
    .footer-social-icons {
        text-align: left;
        margin-top: 10px;
    }
    .custom-trending-tag .trd-tags4:nth-child(3),
    .ceo .trd-tags4:nth-child(3) {
        clear: both;
    }
    .news-body-data iframe {
        width: 100%;
        max-width: 100%;
    }
    .hidden-xs {
        display: none;
    }
    .mb-mr-t {
        margin-top: 20px !important;
    }
    .mb-mr-b {
        margin-bottom: 20px !important;
    }
    .mb-mrb-0 {
        margin-bottom: 0px !important;
    }
    /* .custom-trending-tag .trd-tags .border-top {
        margin: 0 !important;
    } */
    section.news-left-side .saved {
        padding: 5px 10px;
        font-size: 12px;
    }
    .fixed-header-inner {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }
    .hide-mobile {
        display: none;
    }
    .show-mobile.hide-desktop {
        display: block;
    }
    .page-taxonomy .group-right-text.custom-breadcrumb {
        display: none;
    }
    .custom-trending-tag.custom-top-border .trd-tags4:first-child .article-custom {
        border-top: none;
        padding-top: 20px !important;
    }
    footer .shareList.socicon-t-off ul {
        text-align: center;
    }
    footer .shareList.socicon-t-off li {
        background: transparent !important;
    }
    section.custom-footer {
        padding: 25px 0 0px;
    }
    footer .checkbox {
        text-align: center;
    }
    footer form.signup-form {
        margin-top: 20px;
    }
    .footer-social-icons p {
        text-align: center;
    }
    .out-more-img {
        top: 10px;
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 10px;
    }
    .news-left-side .podcast-play {
        font-size: 20px;
        margin: 5px 5px;
    }
    .closeplayer {
        right: -13px !important;
        top: -57px !important;
        width: 25px !important;
        padding: 0 !important;
        height: 25px !important;
        line-height: 24px !important;
        display: block !important;
        background: rgb(155, 155, 155) !important;
        font-size: 18px;
        color: #ec0017 !important;
    }
    .signup-bttn {
        text-align: center;
    }
}

@media only screen and (max-width: 639px) {
    .navigation-head>ul.menu>li .menu {
        display: none;
        background: rgb(238, 238, 238);
        padding: 20px 0 10px;
        margin-bottom: 10px;
    }
    .navigation-head {
        padding: 0;
    }
    .navigation-head ul.menu li a {
        padding: 0 15px;
    }
    .navigation-head ul.menu li>a {
        display: inline-block;
        margin-bottom: 10px;
    }
    .navigation-head ul.menu li.expanded {
        position: relative;
    }
    .navigation-head>ul.menu>li.expanded:after {
        content: '\f107';
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        display: inline-block;
        font-size: 16px;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: block;
        position: absolute;
        right: 20px;
        top: 0;
    }
    .navigation-head>ul.menu>li.exp:after {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
    }
    .trending-tag {
        margin: 0 -15px;
    }
    .main-bg-title a {
        font-size: 16px;
    }
    .main-bg-title {
        line-height: 16px;
    }
}

@media only screen and (max-width: 479px) {
    .page-taxonomy .custom-main-content .group-left-img {
        overflow: hidden;
    }
    .page-taxonomy .custom-main-content .group-left-img img {
        width: auto;
        height: 220px;
        max-width: none;
    }
    .group-left-img {
        position: relative;
    }
    /*
    .group-left-img img {
    height: 320px;
    position: absolute;
    width: auto !important;
    left: 50%;
    top: 0;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    }
*/
    .group-left-img a {
        width: 100%;
        height: 100%;
    }
    .subscribe.text-center {
        display: none;
    }
    ul.header-icons {
        vertical-align: middle;
        text-align: right;
    }
    /*
    .aside {
        margin-top: 20px;
    }
*/
    ul.wid-list-popular li:last-child {
        margin-bottom: 0px;
        padding-bottom: 20px;
        border-bottom: solid 1px #dfdfdf;
    }
    .trd-tags .border-top {
        border-bottom: solid 1px #979797;
        padding-bottom: 20px;
    }
    .custom-trending-tag .trd-tags:nth-child(n+3) .border-top {
        border-bottom: 0px;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }
    .custom-trending-tag .trd-tags:nth-child(n+3) {
        padding-bottom: 0px;
        margin-bottom: 0px !important;
    }
    .trd-tags small {
        font-size: 12px;
    }
    .date-published {
        font-size: 12px;
    }
    .video-section .video-list {
        margin-top: 20px;
    }
    .ceo ul.ceo-trending {
        margin-top: 10px;
    }
    .modal-open .modal {
        overflow-y: auto;
    }
    .not-front section.top-main.mt-30 {
        margin-top: 10px !important;
    }
    .not-front section.custom-breadcrumb.mt-30 {
        margin-top: 10px !important;
    }
    .not-front section.custom-breadcrumb.mt-30 a {
        font-size: 12px;
    }
    .not-front section.custom-breadcrumb.mt-30 span.inline.even.last {
        text-decoration: underline
    }
}

.audio-player {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1;
    display: none;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #9b9b9b;
}

.closeplayer {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    height: 35px;
    margin: auto;
    width: 100px;
    text-align: center;
    background: rgba(236, 0, 23, 0.8);
    line-height: 35px;
    color: #fff;
    cursor: pointer;
    z-index: 1;
    padding: 0 10px;
    border: none;
}

.display-block {
    display: block;
}

.plyr__controls>.plyr__control:first-child {
    display: none;
}

.plyr__control svg {
    fill: #000;
    pointer-events: none;
}

.not-front .main-bg-title a {
    color: #fff;
}

.not-front .main-tag a {
    color: #fff;
}

.googleAds .intertials-header {
    margin: 0 0 20px;
    clear: both;
    overflow: hidden;
    padding: 0 15px 0 5px;
    background: #000 !important;
}

.playerdropdown {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 35px;
    margin: auto;
    width: 100px;
    text-align: center;
    line-height: 35px;
    color: #fff;
    cursor: pointer;
    z-index: 1;
    padding: 0 10px;
    border: none;
    left: 20%;
}

.playerdropdown a {
    background: #dc1f31 !important;
    background-color: #dc1f31 !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: #fff !important;
    height: 30px !important;
    line-height: 30px !important;
    margin-top: 2px;
}

.chzn-container.playerdropdown .chzn-drop {
    top: auto !important;
    bottom: 105% !important;
}

.chzn-container .chzn-results .active-result {
    color: #000;
    font-size: 12px;
}

.chzn-container .chzn-search input {
    width: 100%;
    color: #000;
    height: 30px;
    font-size: 12px;
}

.chzn-container-single .chzn-single div b:before {
    display: block;
    width: 100%;
    height: 100%;
    content: "\f0d8";
    font-family: FontAwesome;
    left: -5px;
    position: absolute;
    top: 0;
}

.chzn-container-single .chzn-single div b {
    background: none !important;
}

.chzn-container .chzn-drop {
    width: 90%;
    border-top: solid 1px #aaa;
}

.chzn-container.chzn-with-drop .chzn-drop {
    left: 10px;
}

.chzn-container .chzn-results .highlighted {
    background-color: #dc1f31;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#3875d7', endColorstr='#2a62bc', GradientType=0);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
    background-image: -webkit-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
    background-image: -moz-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
    background-image: -o-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
    background-image: linear-gradient(#dc1f31 20%, #dc1f31 90%);
    color: #fff;
}

@media only screen and (max-width: 767px) {
    .playerdropdown {
        top: 50% !important;
        left: 50% !important;
    }
    .playerdropdown a {
        height: 20px !important;
        line-height: 20px !important;
        margin-top: 10px;
        font-size: 10px;
    }
    .playerdropdown {
        z-index: 2;
        padding: 0 50px;
    }
    .chzn-container.chzn-with-drop .chzn-drop {
        left: -50px;
    }
    .chzn-container .chzn-results .no-results {
        background: #dc1f31;
        display: list-item;
        font-size: 10px;
    }
}


/* for audio player loading */

.audioLoding button.plyr__control:nth-child(2):after {
    content: "";
    background: url(/sites/all/modules/custom/arabianbusiness/images/loader.gif);
    width: 45px;
    height: 45px;
    position: absolute;
    top: -6px;
    left: -14px;
    background-size: 100%;
}

.search-results .trd-tags4:nth-child(4n+1) {
    clear: both;
}

.page-emagazine .googleAds {
    display: none;
}

.page-emagazine .custom-breadcrumb {
    display: none;
}

@media (min-width: 1360px) {
    .page-covid-19 main .container,
    .page-emagazine main .container {
        max-width: 1290px;
    }
}

.page-covid-19 .custom-breadcrumb,
.page-covid-19 #return-to-top {
    display: none;
}

#ab-outlet-search-facet-header-form input.st-default-search-input {
    background-position: 14px center !important;
    padding-left: 45px !important;
    width: 70% !important;
    height: 65px !important;
    background-size: 20px !important;
}

.signup-bttn a {
    background: #ec0017;
    color: #fff;
    text-transform: uppercase;
    padding: 12px 40px;
}

.signup-bttn {
    margin-top: 40px;
}


/*Lock image section css*/

.section-title .spot-exclv {
    color: #ef3b25;
}

.spot-exclv-lock {
    position: relative;
}

.spot-exclv-lock .lock-img {
    position: absolute;
    bottom: 27px;
    left: 7px;
    border-radius: 2px;
    padding: 5px 7px;
    background-color: #807c81;
}

@media only screen and (max-width: 768px) {
    .spot-exclv-lock .lock-img {
        bottom: 17px;
        left: 7px;
    }
}


/* AB - Spotlight */


/* .bg-light-grey{
    background: #F5F5F5;    
}
#ab-spotlight .header-wrapper{
    padding: 13px 0;
}
#ab-spotlight .section-header{
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}
#ab-spotlight .section-title{
    margin: 5px 0;
    color: #fff;
}
#ab-spotlight .section-title span{
    color: #EB4A61;
}
#ab-spotlight .exclusive.exclusive-btn-lrg{
    line-height: 17px;
    margin: 5px 0 5px 5px;
    border-radius:2px;
}
#ab-spotlight .exclusive.exclusive-btn-lrg:focus, 
#ab-spotlight .exclusive.exclusive-btn-lrg:active {
    color: #fff;
}
#ab-spotlight .exclusive.exclusive-btn-lrg img{
    margin-right:6px;
    vertical-align:top;
}
#ab-spotlight .section-wrapper{
    padding: 20px 0 15px;
}
#ab-spotlight .trd-tags4:hover {
	background-color: #fff;
} */

.blk-ab-spotlight .container {
    background: #000;
    color: #fff;
    padding-right: 20px;
    padding-left: 20px;
}

.blk-ab-spotlight .container .row {
    margin-right: -10px;
    margin-left: -10px;
}

.blk-ab-spotlight .blk-trd-tags4 {
    padding: 15px 10px 15px 10px;
}

.section-header.blk-tag {
    border-bottom: solid 1px #ffffff;
    padding-top: 23px;
    padding-bottom: 15px;
}

.blk-tag .section-tags {
    text-align: right;
}

.blk-tag p {
    display: inline-block;
    margin-right: 10px;
    font-size: 19px;
    line-height: 22px;
    margin-bottom: 0;
    margin-top: 5px;
    font-family: Benton-md;
}

.blk-tag a.exclusive {
    margin-bottom: 0;
    padding: 7px 9px;
    line-height: 13px;
}

.blk-trd-tags4 a {
    color: #fff;
}

.section-header.blk-tag {
    margin-bottom: 15px;
}

.blk-ab-spotlight .spot-exclv-lock {
    position: relative;
}

.blk-img-data {
    /* position: absolute; */
    bottom: 0;
    left: 0;
    padding: 10px;
    padding-bottom: 0;
    width: 100%;
    background-image: -webkit-linear-gradient(to bottom, rgb(255 255 255 / 0%) 30%, rgb(0 0 0 / 100%) 90%);
    background-image: linear-gradient(to bottom, rgb(255 255 255 / 0%) 30%, rgb(0 0 0 / 100%) 90%);
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 5px, 0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    height: 100%;
}

.blk-img-contnt-data {
    /* position: absolute; */
    bottom: 0;
    padding-right: 10px;
}

@media only screen and (min-width: 992px) {
    .blk-img-data {
        position: absolute;
        opacity: 0;
    }
    .blk-img-contnt-data {
        position: absolute;
    }
}

.blk-img-contnt-data .designation {
    font-size: 14px;
    line-height: 18px;
    opacity: .6;
}

.blk-img-contnt-data .blk-name {
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Benton-bd', sans-serif;
    margin-bottom: 6px;
}

.blk-trd-tags4 .main-lead-text.fnt-wg {
    padding-left: 10px;
    padding-right: 10px;
}

.blk-trd-tags4 img {
    margin-bottom: 0px;
}

.blk-trd-tags4 a {
    margin-bottom: 20px;
}

.blk-ab-spotlight .spot-exclv-lock:hover .blk-img-data {
    opacity: 1;
    -webkit-transform: translate3d(0, 2px, 0);
    transform: translate3d(0, 2px, 0);
}


/* AB SPOTLIGHT GREY SECTION*/

.grey-ab-spotlight .container {
    /* background: #ececec; */
    padding-right: 15px;
    padding-left: 15px;
}

.grey-ab-spotlight .container .inner-container {
    background: #ececec;
    padding: 0px 15px;
    padding-bottom: 15px;
}

.grey-ab-spotlight .section-header.blk-tag {
    border-bottom: solid 1px #000000;
}

.grey-ab-spotlight a.exclusive.exclusive-btn-lrg {
    background: transparent;
    border: none;
    padding: 0;
    display: inline-block;
    margin-right: 10px;
    font-size: 19px;
    line-height: 22px;
    margin-bottom: 0;
    margin-top: 5px;
    font-family: Benton-md;
    margin-right: 0;
    color: #ef3b25;
}

.grey-ab-spotlight a.exclusive.exclusive-btn-lrg span {
    text-decoration: underline;
}

.grey-ab-spotlight p.blk-name {
    font-family: 'Benton-bd', sans-serif;
    margin-top: 0px;
    font-size: 18px;
    line-height: 21px;
    color: #ef3b25;
    text-transform: uppercase;
}

.grey-ab-spotlight .main-lead-text {
    font-family: 'Benton-bd', sans-serif;
    /* font-size: 20px;
    line-height: 24px; */
}

.grey-ab-spotlight .grey-ab-spotlight a.exclusive.exclusive-btn-lrg span {
    text-decoration: underline;
}

.grey-ab-spotlight .blk-trd-tags4 .main-lead-text.fnt-wg {
    padding: 0;
}

.grey-ab-spotlight .blk-trd-tags4 .main-lead-text.fnt-wg a {
    color: #000;
}

.center-eff {
    position: relative;
    overflow: hidden;
}

.center-eff::before,
.center-eff::after {
    box-sizing: inherit;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
}

.center-eff::before,
.center-eff::after {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transform-origin: center;
    z-index: 1;
}

.center-eff::before {
    border-top: 2px solid #ef3b25;
    border-bottom: 2px solid #ef3b25;
    transform: scale3d(0, 1, 1);
}

.center-eff::after {
    border-left: 2px solid #ef3b25;
    border-right: 2px solid #ef3b25;
    transform: scale3d(1, 0, 1);
}

.grey-ab-spotlight .article-custom:hover .center-eff::before,
.grey-ab-spotlight .article-custom:hover .center-eff::after {
    transform: scale3d(1, 1, 1);
    transition: transform 0.5s;
}

.grey-ab-spotlight .slick-slider {
    margin: 0 -15px;
}

.grey-ab-spotlight .slick-slide {
    margin-right: 15px;
    margin-left: 15px;
}

.grey-ab-spotlight .slick-disabled {
    pointer-events: all;
}

.grey-ab-spotlight .article-custom:hover img.video-img {
    transform: scale(1.1);
}

.grey-ab-spotlight .article-custom img.video-img {
    transition: transform 0.5s ease;
}

.grey-ab-spotlight button.slick-next.slick-arrow,
.grey-ab-spotlight button.slick-prev.slick-arrow {
    width: 55px;
    height: 55px;
    background: #fff;
    border-radius: 50px;
    opacity: .7;
    z-index: 1;
}

.grey-ab-spotlight button.slick-next.slick-arrow {
    background: #fff url(https://arabianbusiness.com/public/static/slider/next.png) no-repeat center;
    right: 5px;
    top: 100px;
    left: auto;
}

.grey-ab-spotlight button.slick-prev.slick-arrow {
    background: #fff url(https://arabianbusiness.com/public/static/slider/prev.png) no-repeat center;
    left: 5px;
    top: 100px;
}

.grey-ab-spotlight .slick-prev:before,
.grey-ab-spotlight .slick-next:before {
    content: none !important;
}

.grey-ab-spotlight img.grey-lck {
    position: absolute;
    top: 13px;
    right: 15px;
}

.grey-ab-spotlight .blk-tag p,
.grey-ab-spotlight .ulk-now {
    font-size: 16px;
    font-family: 'Benton-rg', sans-serif;
    margin-top: 0px;
}

.grey-ab-spotlight .coming-soon-spot .come-soon {
    display: inline-block;
    background-color: #ef3b25;
    color: #fff;
    position: absolute;
    bottom: 0;
    margin: 0;
    font-size: 22px;
    text-transform: uppercase;
    padding: 8px 8px 0px 5px;
    font-family: 'Benton-bd', sans-serif;
}

@media only screen and (max-width: 767px) {
    .grey-ab-spotlight .ulk-now {
        font-size: 16px;
    }
    .grey-ab-spotlight .lock-img {
        width: 16px;
    }
    .grey-ab-spotlight a.exclusive.exclusive-btn-lrg {
        align-items: center;
    }
    .grey-ab-spotlight .container {
        padding-right: 15px;
        padding-left: 15px;
    }
    .grey-ab-spotlight button.slick-prev.slick-arrow,
    .grey-ab-spotlight button.slick-next.slick-arrow {
        top: 110px;
    }
}

@media only screen and (max-width: 768px) {
    .grey-ab-spotlight .main-lead-text {
        font-size: 16px;
        line-height: 21px;
    }
    .grey-ab-spotlight p.blk-name {
        font-size: 14px;
        line-height: 16px;
    }
    .grey-ab-spotlight .coming-soon-spot .come-soon {
        font-size: 16px;
        padding: 4px 6px 0px 1px;
    }
}

@media (max-width: 992px) and (min-width: 768px) {
    .grey-ab-spotlight button.slick-prev.slick-arrow,
    .grey-ab-spotlight button.slick-next.slick-arrow {
        top: 60px;
    }
}

.grey-ab-spotlight .coming-soon-spot .center-eff {
    border: solid 4px #ef3b25;
}

.grey-ab-spotlight .coming-soon-spot .center-eff::before,
.grey-ab-spotlight .coming-soon-spot .center-eff::after,
.grey-ab-spotlight .coming-soon-spot .center-eff {
    content: none;
}

.grey-ab-spotlight .coming-soon-spot p.blk-name,
.grey-ab-spotlight .coming-soon-spot .main-lead-text.fnt-wg {
    opacity: .4;
}

.grey-ab-spotlight .section-tags.float-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 5px;
}

.grey-ab-spotlight a.exclusive.exclusive-btn-lrg {
    margin: 0;
    display: flex;
    align-items: center;
}

.grey-ab-spotlight .lock-img {
    margin-right: 8px;
    margin-left: 12px;
    width: 16px;
}

.grey-ab-spotlight .coming-soon-spot p.blk-name:focus,
.grey-ab-spotlight .coming-soon-spot .main-lead-text.fnt-wg:focus,
.grey-ab-spotlight .coming-soon-spot .main-lead-text.fnt-wg a:focus {
    outline: none;
}


/* NEW CHANGES */


/* .grey-ab-spotlight .container {
    padding-bottom: 15px;
} */

.grey-ab-spotlight button.slick-next.slick-arrow:focus,
.grey-ab-spotlight button.slick-prev.slick-arrow:focus {
    border: none;
    box-shadow: none;
    outline: none;
}


/* g-twenty-section starts*/


/* .g-twenty-section .most-read-stories { */


/*background-color: #E4EBEA;
    padding: 22px 15px;*/


/* padding: 0px 0px 22px; */


/* } */

.g-twenty-section .wid-list .cls-color {
    color: #a73f99;
}

.gitex-tag .wid-title {
    font-size: 12px;
    font-weight: normal;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #ffffff;
    background-color: #000000;
    display: inline-block;
    padding: 5px;
    letter-spacing: 0.5px;
    margin-bottom: 0;
}

.g-twenty-section .g-logo {
    text-align: center;
    padding: 15px 0;
    margin-bottom: 10px;
    border-bottom: 3px solid #b71d98;
}

.g-description {
    padding: 14px 0px 16px;
    border-bottom: solid 2px #A2343D;
    margin-bottom: 10px;
}

.g-twenty-section .g-description .wid-title-two,
.g-twenty-section .g-description .wid-title {
    text-align: center;
    font-size: 26px;
    margin: 0;
}

.g-twenty-section .g-description .wid-title-two {
    font-family: 'Benton-rg', sans-serif;
}

.g-twenty-section .g-description .wid-title {
    margin-bottom: 4px;
}

.g-twenty-section ul.wid-list li {
    line-height: 20px;
    border-bottom: solid 1px #B6B6B6;
}

.g-twenty-section ul.wid-list li:last-child {
    border-bottom: none;
}


/* AB SPOTLIGHT GREY SECTION*/

.cmnsn_txt {
    margin-left: -20px !important;
    margin-right: -20px !important;
}

.cmnsn_txt .TickerNews {
    display: block !important;
    border: none;
    background: #000;
}

.cmnsn_txt .TickerNews {
    height: 36px !important;
    line-height: 36px !important;
    padding: 0;
}

.soon {
    display: inline-block;
    float: left;
    text-align: center;
    color: #fff;
    padding: 0;
    background-image: url(/sites/all/themes/arabian_business/images/soon_nw.png);
    background-repeat: no-repeat;
    background-position: 100% 10%;
    background-size: cover;
    height: 37px;
    max-width: 190px;
}

.cmsn-slash {
    /* content: '/'; */
    margin-left: 15px;
    margin-right: 20px;
    display: inline-block;
    vertical-align: middle;
    font-size: 22px;
}

.cmsn-txt-1 {
    display: none;
}

.soon p {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 0;
    font-family: 'Benton-bd', sans-serif;
    line-height: 30px;
    margin-top: 5px;
    margin-left: 12px;
}

.triangle-topleft {
    width: 0;
    border-top: 32px solid #EC0017;
    border-right: 20px solid transparent;
    display: inline-block;
}


/* a.article-img-link.spot-exclv-lock:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top, rgba(72, 76, 97, 0) 0%, rgba(72, 76, 97, 0.8) 75%);
    background: linear-gradient(to bottom, rgba(72, 76, 97, 0) 0%, rgba(72, 76, 97, 0.8) 75%);
    content: '';
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
} */

.cmnsn_txt .TickerNews .js-marquee .ti_news:last-child .ti_news:after {
    display: none;
}

@media only screen and (max-width: 767px) {
    .custom-trending-tag .blk-trd-tags4:nth-child(3) {
        clear: both;
    }
    .blk-tag p {
        display: none;
    }
    .soon {
        background: #ec0017;
    }
    .soon p {
        font-size: 14px;
        padding: 0px 10px 0px 10px;
        margin-left: 0;
    }
    .g-twenty-section .g-logo a img {
        max-width: 250px;
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .soon p {
        font-size: 14px;
        padding: 0px 10px 0px 10px;
        margin-left: 0;
    }
}

@media only screen and (max-width: 1024px) {
    .soon p {
        margin-left: 0;
    }
}

@media only screen and (min-width: 768px) {
    .navigation-head>ul.menu {
        display: flex;
        flex-wrap: wrap;
    }
}


/* CSS FOR GITEX PAGE*/

.special-section .special-text {
    font-family: 'Benton-bd', sans-serif;
    margin-bottom: 0px;
    font-size: 26px;
    line-height: 1;
}

.special-section .special-text.gitex-cls span.special-highlighted-text {
    color: #007bc3;
}

.special-text-holder {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin: 5px 0px 15px 0px;
}

.logo-container span {
    margin-right: 10px;
    font-size: 16px;
}


/* .logo-container img {
    max-width: 200px;
} */

@media only screen and (max-width: 767px) {
    /*.section-no-pad {
        padding: 0;
    }
    .special-gitex-g20 .special-section .col-md-4:nth-child(even) {
        padding-right: 0;
    }
    .special-gitex-g20 .special-section .col-md-4:nth-child(odd) {
        padding-left: 0;
    }
     .flex-parent-special-section {
        display: flex;
        flex-wrap: wrap;
    } */
    .flex-parent-special-section.custom-trending-tag .col-md-4.trd-tags4:nth-child(3n+1) {
        clear: initial;
    }
    .special-text-holder {
        flex-direction: column;
    }
    .special-section .special-text {
        font-size: 18px;
        margin-bottom: 16px;
    }
    .logo-container span {
        font-size: 10px;
        margin-right: 10px;
    }
}

@media only screen and (min-width: 1024px) {
    .special-section {
        margin-top: 0;
    }
}

.page-taxonomy-term-18678 .custom-breadcrumb,
.page-taxonomy-term-36868 .custom-breadcrumb {
    display: none;
}


/* CSS FOR GITEX PAGE*/


/* CSS CHANGES FOR HOME PAGE*/

.static-video-section .button-lead-text {
    margin-top: 12px;
    line-height: 0;
}

.custom-main-content.static-video-section .video-img {
    margin-bottom: 0px;
}

.static-video-section .normal-lead-text {
    font-size: 16px;
    line-height: 18px;
}

.trending-tag .date-published {
    font-size: 16px;
}

@media only screen and (min-width: 768px) {
    .group-right-text .main-bg-title a {
        line-height: 38px;
        padding-right: 0px;
    }
    .group-right-text .main-bg-title {
        margin: 0;
        padding-right: 10px;
    }
    .group-right-text {
        bottom: 10px !important;
    }
    .button-lead-text {
        margin-bottom: 4px;
    }
    .no_shade .trending-img-link:after {
        content: none;
    }
    .dark_shade .trending-img-link:after {
        background: -moz-linear-gradient(to top, rgba(0, 0, 0, 0.4) 43%, rgba(0, 0, 0, 0) 0%);
        background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0.4) 43%, rgba(0, 0, 0, 0) 0%);
        background: linear-gradient(to top, rgba(0, 0, 0, 0.4) 43%, rgba(0, 0, 0, 0) 0%);
    }
    .light_shade .trending-img-link:after {
        background: -moz-linear-gradient(to top, rgba(225, 225, 225, 0.5) 43%, rgba(225, 225, 225, 0) 0%);
        background: -webkit-linear-gradient(to top, rgba(225, 225, 225, 0.5) 43%, rgba(225, 225, 225, 0) 0%);
        background: linear-gradient(to top, rgba(225, 225, 225, 0.5) 43%, rgba(225, 225, 225, 0) 0%);
    }
    .light_shade .main-tag a {
        color: #000;
    }
    .trending-tag.light_shade .date-published {
        color: #000;
    }
    .trending-tag.light_shade i {
        color: #000;
    }
    .light_shade .main-bg-title a {
        color: #000;
    }
}

.light_shade .main-bg-title a:hover {
    color: #ec0017;
}


/* CSS CHANGES FOR HOME PAGE*/


/* CSS FOR GITEX 2021*/

.new-section-right ul.wid-list li .video-data {
    padding-right: 0;
}

a.video-link.press-link:hover img {
    transform: initial;
}

.press-tag {
    margin: 0px;
    font-size: 26px;
    margin-bottom: 10px;
    line-height: normal;
    letter-spacing: -0.5px;
    font-family: 'Benton-bd', sans-serif;
}

span.press-color {
    color: #ff3300;
}

.press-play-list .press-link {
    margin-bottom: 12px;
}

.press-play-list .main-lead-text {
    margin-top: 5px;
    margin-bottom: 0;
}

.g-twenty-section .mt-20 {
    margin-top: 5px;
}

.g-twenty-section ul.wid-list.press-play-list li:last-child {
    border-bottom: solid 1px #B6B6B6;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

p.more-options a {
    color: #8f8f8f;
    font-size: 13px;
    line-height: 20px;
}

p.more-options a:first-child {
    margin-right: 30px;
}

a.video-link.press-link:after {
    width: 45px;
    height: 45px;
}

@media only screen and (max-width: 767px) {
    .g-twenty-section a.img-link.press-link.video-link.video-img-link img {
        width: 100%;
    }
}

.fixed-header .transparent-bg .subhead,
.fixed-header .transparent-bg .subhead:before {
    color: #000;
}


/* CSS FOR GITEX 2021*/