@font-face {
    font-family: 'FontAwesome';
    src: url('/common/adaptive/mobi/fonts/fontawesome-webfont.eot?v=4.5.0');
    src: url('/common/adaptive/mobi/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('/common/adaptive/mobi/fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('/common/adaptive/mobi/fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('/common/adaptive/mobi/fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('/common/adaptive/mobi/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal
}

.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}


    .fa-share-alt:before {content: "\f1e0"}
    .fa-facebook:before {content: "\f09a"}
    .fa-google-plus:before{content:"\f0d5"}
    .fa-whatsapp:before{content:"\f232"}
    .fa-twitter:before{content:"\f099"}
    .fa-times:before{content:"\f00d"}
#listicalSliderDiv .sliderRelatedTitle {
	color: #333;
	font-size: 16px;
	font-weight: bold;
	padding: 5px 0;
}

#listicalSliderDiv .para_head > h2 {
	color: #333;
	font-size: 21px;
	margin: 0;
	padding: 5px 0 0 0;
}
#listicalSliderDiv .para_text > p {
	padding: 10px 0;
	color: #000;
    font-size: 19px!important;
} 
#listicalSliderDiv .para_text {
    height: auto;
}
.listicalSliderContent {position: relative;overflow: hidden;display: inline-block;
}
.listical-photo-share {
    background: #000;
    opacity: 0.7;
    border-radius: 50%;
    position: absolute;
    bottom: 15px;
    right: 5px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    cursor: pointer;
    z-index: 1000;
    transition: right 0.8s ease-in-out 0s;
    font-size: 22px;
    color: #fff;
    text-align: center;
    display:none;
}
.listical-photo-share-links {
    background: #000;
    opacity: 0.7;
    position: absolute;
    bottom: 10px;
    right: -250px;
    text-align: center;
    padding: 5px 40px 5px 0;
    z-index: 10000;
    border-radius: 0;
    transition: right 0.8s ease-in-out 0s;
    width: auto;
    overflow: hidden;
    display:none;
}
.listical-photo-share-links a {
    color: #fff!important;
    font-size: 24px;
    margin: 0 8px;
    text-decoration: none!important;
}
/*.listical-photo-share-links a.listical-facebook {color: #315c97;}
.listical-photo-share-links a.listical-twitter {color: #39a9e0;}
.listical-photo-share-links a.listical-google-plus {color: #dd4b39;}
.listical-photo-share-links a.listical-whatsapp {color: #40c02c;}*/
.listicalSliderContainer.show-social .listical-photo-share-links {right: 0px;width: 80px;}
.listicalSliderContainer.show-social .listical-photo-share {right: -250px;}
.listical-photo-share-close {
    position: absolute;
    cursor: pointer;
    color: #fff;
    font-size: 24px;
    right: 5px;
}
.listical-ad-right {height:250px!important; margin:10px;width:300px;padding: 0;float: right;}
.listical-ad-left {height:250px; margin:0 20px 10px 0;width:300px;padding: 0;float: left;}
.listical-top-ad {height:250px; margin: 0 20px 10px 0;width:300px;padding: 0;float: left;}
.listical-ad-center {height:250px; margin: 20px auto;width:300px; float: none;}
.author-profile{
	float: left;
}
.listicalSliderContent iframe{
      /*  width: 100%;*/
    }
.cms-videos-wrapper {
    position: relative;
}
.assigned_video
{
    position: relative;
    cursor: pointer;
}

.assigned_video:before,.assigned_video:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: all linear 0.2s;
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
}
.assigned_video:before{
    width: 50px;
    height: 50px;
    border: solid 5px rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    background: rgba(238, 22, 59, 0.5);
}
  .assigned_video:after{
        width: 0;
        height: 0;
        left: 5px;
        border-left: solid 20px rgba(255, 255, 255, 0.5);
        border-top: solid 12px transparent;
        border-bottom: solid 12px transparent;
 }
.cms-video {
    margin: 0 auto;
    text-align: center;
    display: none;
}
.assigned_video img {
    height: 338px;
    width: 600px;
}


            

        .giz-subscribe-head
        {
                font-size:16px;
                text-transform:uppercase;
                text-align: center;
                padding-bottom: 5px;
                font-weight:600;
        }
        .giz-subscribe-block
        {
                font-size:16px;
                height:40px;
                line-height: 40px;
                padding: 0 10px;
                background: #000000;
                color:#ffffff;
                text-transform:uppercase;
                text-align: center;
                padding-right: 50px;
                position: relative;

        }
        .giz-subscribe-block .bell-icon
        {
            width: 40px;
            height: 36px;
            background: #ffffff url(/images/bell-blk.svg) no-repeat center;
            background-size: 60%;
            display: block;
            position: absolute;
            right: 2px;
            top: 2px;
        }
        .giz-sample-article
        {
                padding: 10px;
                border:solid thin #000000;
                text-align: left;
                display: none;
        }
        .giz-sample-article .sample-image
        {
                width:70px;
                float:left;
                margin-right: 10px;
        }
        .giz-view-sample
        {
                text-align:right;
                font-size:12px;
                position: relative;
        }
        .giz-view-sample a
        {
                padding: 5px 0;
                display: inline-block;
                position: relative;
        }
        .giz-view-sample.open a {
            position: relative;
            right: 5px;
            padding: 5px 0;
        }
        .sub-btn{
                display: block;
            height: 40px;
            line-height: 40px;
            text-align: center;
            width: 100%;
            background: #000000;
            color: #ffffff;
            outline: none;
            border: none;
            cursor: pointer;
        }
.giz-subscribe-button {
    position: absolute;
    width: 80px;
    top: 0;
    right: 0;
}
.giz-subscribe-textbox {
    width: 100%;
}
.giz-subscribe-textbox input[type="text"] {
    width: 100%;
    border: none;
    outline: none;
    padding: 0 10px;
    height: 36px;
    margin: 2px -8px 0;
}
#giz-subscribe{
margin:10px 0;
width:300px;
display:none;
}
#giz-unsubscribe{
margin:10px 0;
width:300px;
display:none;
}
#giz-emailsubscribe{
margin:10px 0;
width:300px;
display:none;
}
.sample-text{
    width: 195px;
    float: right;
    line-height: 23px;
}

#artRight{
        width: 300px;
        clear: both;
        margin-top: 20px;
}
        .rightArt {
    width: 141px;
    float: left;
    margin-left: 9px;
    border-bottom: 1px solid #7B7B7B;
    height: 210px;
    margin-bottom: 10px;
    overflow: hidden;
 }
 .rightArt img{
        width:100%;
 }
 .rightArt a{
        text-decoration:none;
 }
 .rightArtTitle {
        font-size: 13px;
        line-height:17px;
        color: #000;
        padding-top: 6px;
 }
 .breadcrump div,.breadcrump span {
    margin-right: 1px
}

.breadcrump {
    margin-top: 4px!important;
    color: #333;
    font-size: 13px;
    clear: both
}
.breadcrump a, .breadcrump span {
    font-size: 14px !important;
    color: #645f5f !important;
}
.breaking-newstext {
    margin: 15px 2px!important
}
.oi-article-lt {
    font-size: 16px;
    width: 640px;
    padding: 0 19px;
    margin: 0 19px;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb
}

.oi-article-rt {
    width: 300px;
    float: left;
}
.heading {
    font-size: 23px;
    color: #000;
    font-weight: 400;
    line-height: 37px;
    margin: 10px 0;
}
.breadcrumb-arrow {
    display: inline-block;
    vertical-align: middle;
    background: url(https://images.boldsky.com/images/breadcrumb-right-1718712263763.svg) no-repeat 0 0;
    width: 12px;
    height: 12px
}

.breadcrumb-arrow {
    margin: 7px 2px
}

.written-by {
    float: left;
    font-size: 14px;
    padding-right: 10px;
    font-family: arial;
    line-height: 30px;
    font-weight: 400;
    color: #6c6360;
    clear: both;
}

.written-by a {
    color: #6c6360
}

.date-time span {
    color: #6c6360;
    display: block!important;
    padding-left: 0!important;
    line-height: 30px;
    clear: both;
}

p {
    color: #000;
    font-size: 16px;
    line-height: 30px;
    padding: 12px 0;
    font-weight: 400;
    letter-spacing: 0
}

.deepLinkPromo {
    padding: 10px 20px;
    font-weight: 400;
    font-size: 13px;
    line-height: 21px;
    margin: 10px 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 60px;
    background: #f2fafc;
}

.deepLinkPromo a {
    color: #262223
}

.deepLinkPromoImg {
    float: left;
    padding-right: 10px;
    background: 0 0!important;
    width:90px !important;
    height: 50px !important;
}
.oi-trendingarticle-wrapper ul::-webkit-scrollbar {
    display: none
}

.oi-trendingarticle-wrapper ul {
    scrollbar-width: none
}

.oi-trending-mainsection {
    overflow: hidden;
    position: relative;
    border-top: 1px solid #ebebeb;
    margin: 24px 0 0
}

.oi-trendingarticle-wrapper ul {
    white-space: nowrap;
    overflow-x: hidden;
    padding-bottom: 15px;
    width: 100%
}

.oi-trendingarticle-wrapper ul li {
    display: inline-block;
    width: 250px;
    margin-right: 5px;
    vertical-align: top;
    box-shadow: 1px 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.1);
    margin-left: 2px;
    background: var(--color-secondary)
}

.article-thumb img {
    display: block;
    max-width: 100%
}

.article-title-wrap {
    padding: 10px;
    font-size: 16px;
    color: #262223;
    font-weight: 400;
    text-align: left;
    height: 70px;
    white-space: initial;
    overflow: hidden;
    line-height: 26px;
    background: #fff;
    text-transform: capitalize;
    height: 115px;
}

.article-title-wrap a {
    color: #262223!important
}

.oi-trendingarticle-wrapper {
    padding: 0 0
}

.oi-category-wrap {
    position: relative
}

.oi-category-headinwrap {
    padding: 24px 0 12px
}

.oi-heading {
    font-size: 20px;
    color: var(--font-color);
    font-weight: 700;
    text-transform: capitalize;
    position: relative;
    line-height: 25px
}

article ul,article ol {
    padding-left: 0!important
}

.oi-prev-next-nav {
    position: absolute;
    right: 0;
    top: 17px;
    width: 90px
}

.next-nav {
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 50%;
    background-color: rgba(51,51,51,.4);
    width: 36px;
    height: 36px;
    cursor: pointer;
    margin: auto;
    text-indent: -9999px
}

.next-nav::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: url(https://images.boldsky.com/images/arrow-white-right-1718712205580.svg) no-repeat 0 0;
    width: 16px;
    height: 16px
}

.prev-nav {
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    background-color: rgba(51,51,51,.4);
    width: 36px;
    height: 36px;
    cursor: pointer;
    margin: auto;
    text-indent: -9999px
}

.prev-nav::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: url(https://images.boldsky.com/images/arrow-white-right-1718712205580.svg) no-repeat 0 0;
    width: 16px;
    height: 16px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg)
}

.next-nav:hover,.prev-nav:hover {
    background-color: #ff003c
}

.oi-scores-slider {
    position: relative;
    scroll-behavior: smooth;
    transition: all .8s ease 0s;
    -moz-transition: all .8s ease 0s;
    -o-transition: all .8s ease 0s
}

.disabled {
    display: none
}
.oi-trending-links {
    padding: 15px 0 30px !important;
    border-bottom: 1px solid #eceaeb;
    border-top: 0 none;
    margin-bottom: 0 !important;
}
.oi-related h2 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 24px 0 24px !important;
}

.oi-related ul li a {
    color: #000;
    font-size: 12px
}
.oi-related ul li {
    padding-bottom: 17px !important;
    margin-bottom: 17px !important;
}
.content_right {
    float: right;
    width: 300px;
    margin-top: 15px !important;
    padding-top: 0 !important;
}
