﻿@import url("https://fonts.googleapis.com/css?family=Mukta:200,300,400,500,600,700,800");
:root {
    --gutter-space: 25px;
    --common-space: 25px;
    --space-40: 25px;
}

.flex-box,
.nav__row ul,
.tmb_small--wide,
.jk_trending__tickr_section,
.jk__bises,
.generic__post--wrap.jk__thumb--sml--ltr .jknews__wrap,
.generic__post--wrap.jk__thumb--sml--rtl .jknews__wrap,
.generic__post--wrap.jk__thumb--tiny--ltr .jknews__wrap,
.generic__post--wrap.jk__thumb--tiny--rtl .jknews__wrap,
.generic__post--wrap.jk__thumb--sqr--ltr .jknews__wrap,
.jk__news--category,
h2.jk_cat_title,
.jk_sidebar_card .bichar .post,
.ok-listicle-controls-wrap,
.list__post,
.sport__featured .title,
.single-inbetween-stories {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-no-wrap {
    flex-wrap: nowrap;
}

.full-width {
    width: 100%;
}

.auto-width {
    width: auto;
}

.nav__row {
    background-color: #002d62;
    color: #fff;
    line-height: 48px;
    width: 100%;
    transition: all 0.3s ease;
    position: relative;
}

.nav__row ul {
    flex-wrap: nowrap;
}

.nav__row ul li {
    padding: 0 18px;
    border-right: 1px solid rgb(255 255 255 / 20%);
}

.nav__row ul li.all__menu--trigger {
    padding: 0;
    cursor: pointer;
}

.nav__row ul li:last-child {
    margin-right: 0;
}

.nav__row ul li a {
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 18px;
    color: #fff;
}

.nav__row ul li:hover {
    /* background-color: rgba(0, 0, 0, 0.14); */
    background-color: rgb(95 111 164);
}

.nav__row .stickyLogo {
    display: none;
}

.nav__row.fix__this .stickyLogo {
    display: block;
}

.nav__row.fix__this .main-navigation {
    clear: none;
    width: auto;
    float: left;
}

.stickyLogo {
    position: relative;
    float: left;
    width: 160px;
}

.stickyLogo img {
    max-width: 160px;
}

.stickyLogo .date__time {
    position: absolute;
    top: 48px;
    left: 0;
    color: #fff;
    white-space: nowrap;
    padding: 5px;
    background: rgba(22, 48, 64, 1);
    line-height: 13px;
    font-size: 12px;
    letter-spacing: 1px;
}

.search__box {
    position: relative;
    background-color: rgba(255, 255, 255, 0.14);
    color: #fff;
    height: 48px;
    width: 48px;
    padding-top: 18px;
    text-align: center;
}

.search__box button {
    background-color: transparent;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    text-align: center;
    padding: 0;
    display: inline-block;
    vertical-align: top;
}

.top__search {
    align-self: center;
}

.top__right--lnks {
    justify-content: flex-end;
}

.top__right--lnks .search__box {
    position: relative;
}

.top__right--lnks .search__box:after {
    content: "खोज्नुहोस्";
    position: absolute;
    bottom: -26px;
    left: -24px;
    padding: 8px 15px;
    background-color: rgba(22 48 64);
    font-size: 11px;
    line-height: 1;
    color: #fff;
    white-space: nowrap;
    word-break: keep-all;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
}

.top__right--lnks .search__box:hover:after {
    opacity: 1;
    visibility: visible;
    left: 0;
}

.recent__updates {
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff;
    transition: all 0.3s ease;
    font-size: 22px;
    line-height: 48px;
    padding: 0 15px;
    position: relative;
    font-size: 14px;
    text-decoration: none;
}

.recent__updates:after {
    /* content: "ताजा अपडेट";*/
    position: absolute;
    bottom: -26px;
    left: -24px;
    padding: 8px 15px;
    background-color: rgba(0, 0, 0, 0.88);
    font-size: 11px;
    line-height: 1;
    color: #fff;
    white-space: nowrap;
    word-break: keep-all;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
}

.recent__updates:hover {
    background-color: #163040;
    color: #fff;
}

.recent__updates:hover:after {
    opacity: 1;
    visibility: visible;
    left: 0;
}

.trending__updates {
    background-color: rgba(0, 0, 0, 0.34);
    text-transform: uppercase;
    position: relative;
    padding: 0 19px;
    line-height: 48px;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.trending__updates img {
    margin-right: 15px;
}

.trending__updates:after {
    /*content: "चलेको खबर";*/
    position: absolute;
    bottom: -26px;
    left: -24px;
    padding: 8px 15px;
    background-color: rgba(0, 0, 0, 0.88);
    font-size: 11px;
    line-height: 1;
    color: #fff;
    white-space: nowrap;
    word-break: keep-all;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
}

.trending__updates:hover {
    background-color: rgba(0, 0, 0, 0.6);
    color: #f4a100;
}

.trending__updates:hover:after {
    opacity: 1;
    visibility: visible;
    left: 0;
}

.edition {
    background-color: #163040;
    color: #fff;
    padding: 0 15px;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
    text-transform: uppercase;
}

.edition:hover {
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
}

.jk_side_menu_hidden {
    width: 80%;
    max-width: 308px;
    background-color: #002d62;
    position: fixed;
    top: 0;
    left: -308px;
    z-index: 9999;
    height: 100vh;
    transition: all 0.4s ease;
}

.jk_side_menu_hidden .top__right--info {
    background-color: #002d62;
}

.jk_side_menu_hidden .top__right--lnks a {
    flex: 1;
}

.jk_side_menu_hidden ul li a {
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 1em;
    display: block;
    line-height: 50px;
    color: rgba(255, 255, 255, 0.8);
    padding: 0 25px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.08);
}

.jk_side_menu_hidden ul li a:hover {
    background-color: rgba(255, 255, 255, 0.14);
    color: #fff;
}

.jk_side_menu_hidden ul li.current-menu-item,
.jk_side_menu_hidden ul li.current_page_item {
    padding: 0;
    background-color: rgba(255, 255, 255, 0.14);
}

.jk_side_menu_hidden .edition {
    max-width: 100px;
    line-height: 60px;
    text-align: center;
}

.jk_side_menu_hidden .recent__updates {
    max-width: 60px;
}

.title__of--menu {
    height: 60px;
    line-height: 60px;
    padding: 0 25px;
}

.menuTitle {
    font-size: 24px;
    margin-left: 40px;
}

.jk-middle_off_menu {
    height: calc(100vh - 48px);
    height: -webkit-calc(100vh - 48px);
    overflow-y: auto;
}

.side__menu--search.dark__search .search__box {
    background-color: rgba(0, 0, 0, 0.08);
    width: 100%;
    padding: 5px 15px !important;
}

.side__menu--search.dark__search .search__box input,
.side__menu--search.dark__search .search__box button {
    color: rgba(0, 0, 0, 0.6);
}

.side__menu--search.dark__search .search__box input {
    width: 100%;
    background-color: transparent;
    border: none;
}

.slide__menu--wrap {
    position: relative;
}

.slide__menu--wrap .closeThis {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: -50px;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    background-color: #163040;
    ;
    color: #fff;
    display: none;
}

.slide__menu--wrap .all__menu--trigger {
    display: none;
}

li.current_page_item {
    background-color: #002d62;
}

li.current_page_item a {
    color: #fff !important;
}

.show__side--menu {
    margin-right: -308px;
}

.show__side--menu .jk_side_menu_hidden {
    left: 0;
}

.black__layer {
    background-color: rgba(0, 0, 0, 0.6);
    cursor: pointer;
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9998;
    display: none;
}

.jk_trending_hide,
.jk_recent_hidden {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.04);
    display: none;
    position: absolute;
    top: 48px;
    z-index: 999;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.34) 0 0 14px;
}

.jk_trending_hide .title,
.jk_recent_hidden .title {
    margin-top: 30px;
}

.jk_trending_hide .trending,
.jk_recent_hidden .trending {
    line-height: 1;
}

.jk_trending_hide .trending__wrapp,
.jk_trending_hide .latestUp__wrapp,
.jk_recent_hidden .trending__wrapp,
.jk_recent_hidden .latestUp__wrapp {
    position: relative;
    min-height: 340px;
}

.jk_trending_hide .trending__wrapp .jk_sidebar_card .title,
.jk_trending_hide .latestUp__wrapp .jk_sidebar_card .title,
.jk_recent_hidden .trending__wrapp .jk_sidebar_card .title,
.jk_recent_hidden .latestUp__wrapp .jk_sidebar_card .title {
    background-color: rgb(22 48 64);
    color: rgb(255 255 255);
}

.jk_trending_hide .trending__wrapp .closeThis,
.jk_trending_hide .latestUp__wrapp .closeThis,
.jk_recent_hidden .trending__wrapp .closeThis,
.jk_recent_hidden .latestUp__wrapp .closeThis {
    cursor: pointer;
    position: absolute;
    top: auto !important;
    bottom: 0;
    right: 0;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    background-color: #002d62;
    color: #fff;
}

.jk_trending_hide .trending__wrapp ol,
.jk_trending_hide .latestUp__wrapp ol,
.jk_recent_hidden .trending__wrapp ol,
.jk_recent_hidden .latestUp__wrapp ol {
    counter-reset: numr;
    list-style-type: none;
    padding-top: var(--common-space);
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0;
}

.jk_trending_hide .trending__wrapp ol li,
.jk_trending_hide .latestUp__wrapp ol li,
.jk_recent_hidden .trending__wrapp ol li,
.jk_recent_hidden .latestUp__wrapp ol li {
    margin-bottom: var(--gutter-space);
    position: relative;
    padding-left: 54px;
    /*flex: 0 0 33.33%;*/
    flex: 0 0 50%;
    padding-right: var(--gutter-space);
}

.jk_trending_hide .trending__wrapp ol li:before,
.jk_trending_hide .latestUp__wrapp ol li:before,
.jk_recent_hidden .trending__wrapp ol li:before,
.jk_recent_hidden .latestUp__wrapp ol li:before {
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 300;
    color: rgba(0, 0, 0, 0.2);
    font-size: 44px;
    line-height: 35px;
}

.jk_trending_hide .trending__wrapp ol li>span,
.jk_trending_hide .latestUp__wrapp ol li>span,
.jk_recent_hidden .trending__wrapp ol li>span,
.jk_recent_hidden .latestUp__wrapp ol li>span {
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 300;
    color: rgba(0, 0, 0, 0.2);
    font-size: 44px;
    line-height: 35px;
}

.latest__update--hidden,
.quick__comment--hidden {
    width: 80%;
    max-width: 408px;
    background-color: #e8edf4;
    position: fixed;
    top: 0;
    right: -408px;
    z-index: 9999;
    height: 100vh;
    transition: all 0.4s ease;
}

.latest__wrap--list ol {
    margin: 0;
}

.latest__wrap--list ol li {
    padding-left: 0 !important;
}

.latest__wrap--list ol li:before {
    display: none;
}

.search__box--main {
    display: none;
    background-color: #f5f6f7;
    color: #002d62;
    width: 100%;
    position: absolute;
    top: 48px;
    left: 0;
    z-index: 999;
}

.search__box--main .jk__container {
    align-items: center;
}

.search__box--main .jk__container input.main--search--box {
    line-height: 38px;
    width: 98%;
    background-color: transparent;
    border: none;
    font-size: 20px;
    font-weight: 300;
}

.search__box--main .closeThis {
    cursor: pointer;
    margin-left: auto;
}

.search__box--main .jk_search-field-wrap {
    padding: 10px 20px;
}

.search__box--main .jk_search-field-wrap input[type="text"],
.search__box--main .jk_search-field-wrap input.main--search--box {
    line-height: 40px;
    background-color: #fff;
    border-radius: 0;
    margin: 0;
    width: 100%;
    font-size: 15px;
    color: #000;
    border: none;
    padding: 0 14px;
}

.search__box--main .jk_search-field-wrap input.main--search--box {
    width: 300px;
}

.search__box--main .jk_search-field-wrap button {
    border: none;
    cursor: pointer;
}

.search__box--main .jk_search-field-wrap:nth-child(4) {
    border-right: none;
}

.search__box--main .jk_search-field-wrap .search_btn {
    background-color: #002d62;
    color: #fff;
    cursor: pointer;
    line-height: 20px;
    border: none;
    border-radius: 34px;
    font-size: 16px;
}

.show__latest {
    margin-left: -308px;
}

.show__latest .latest__update--hidden {
    right: 0;
}

.show_cmnts_right {
    margin-left: -308px;
}

.show_cmnts_right .quick__comment--hidden {
    right: 0;
}

.fix__this {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    height: 48px;
}

.fix__this .jk__container {
    max-width: 1250px;
}

.all__menu--trigger {
    transition: all 0.3s ease;
}

.all__menu--trigger a {
    padding: 0 20px;
    background-color: rgba(0, 0, 0, 0.08);
    font-size: 20px !important;
}

.all__menu--trigger:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

.main-navigation #jk_sec_menu li {
    float: none;
    display: block;
    background: #002d62;
}

.wrap__by--grid,
.four__cols--grid,
.twelve__cols--grid,
.two__cols--grid,
.three__cols--grid,
.five__cols--grid,
.six__cols--grid,
.seven__cols--grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: var(--space-40);
    grid-row-gap: var(--space-40);
}

@media all and (max-width: 767px) {
    .wrap__by--grid,
    .four__cols--grid,
    .twelve__cols--grid,
    .two__cols--grid,
    .three__cols--grid,
    .five__cols--grid,
    .six__cols--grid,
    .seven__cols--grid {
        grid-template-columns: repeat(1, 1fr);
        grid-row-gap: 0;
    }
}

.seven__cols--grid {
    grid-template-columns: repeat(7, 1fr);
}

.six__cols--grid {
    grid-template-columns: repeat(6, 1fr);
}

.five__cols--grid {
    grid-template-columns: repeat(5, 1fr);
}

.four__cols--grid {
    grid-template-columns: repeat(4, 1fr);
}

.three__cols--grid {
    grid-template-columns: repeat(3, 1fr);
}

.two__cols--grid {
    grid-template-columns: repeat(2, 1fr);
}

.grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 40px;
    grid-row-gap: 40px;
}

.col {
    grid-column: span 1;
}

.colspan2 {
    grid-column: span 2;
}

.colspan3 {
    grid-column: span 3;
}

.colspan4 {
    grid-column: span 4;
}

.colspan5 {
    grid-column: span 5;
}

.colspan6 {
    grid-column: span 6;
}

.colspan7 {
    grid-column: span 7;
}

.colspan8 {
    grid-column: span 8;
}

.colspan9 {
    grid-column: span 9;
}

.colspan10 {
    grid-column: span 10;
}

.colspan11 {
    grid-column: span 11;
}

.colspan12 {
    grid-column: span 12;
}

.rowspan2 {
    grid-row: span 2;
}

.rowspan3 {
    grid-row: span 3;
}

.rowspan4 {
    grid-row: span 4;
}

.rowspan5 {
    grid-row: span 5;
}

.rowspan6 {
    grid-row: span 6;
}

.rowspan7 {
    grid-row: span 7;
}

.rowspan8 {
    grid-row: span 8;
}

.rowspan9 {
    grid-row: span 9;
}

.rowspan10 {
    grid-row: span 10;
}

.rowspan11 {
    grid-row: span 11;
}

.rowspan12 {
    grid-row: span 12;
}

.wrap__by--grid,
.four__cols--grid,
.twelve__cols--grid,
.two__cols--grid,
.three__cols--grid,
.five__cols--grid,
.six__cols--grid,
.seven__cols--grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: var(--space-40);
    grid-row-gap: var(--space-40);
}

@media all and (max-width: 767px) {
    .wrap__by--grid,
    .four__cols--grid,
    .twelve__cols--grid,
    .two__cols--grid,
    .three__cols--grid,
    .five__cols--grid,
    .six__cols--grid,
    .seven__cols--grid {
        grid-template-columns: repeat(1, 1fr);
        grid-row-gap: 0;
    }
}

.seven__cols--grid {
    grid-template-columns: repeat(7, 1fr);
}

.six__cols--grid {
    grid-template-columns: repeat(6, 1fr);
}

.five__cols--grid {
    grid-template-columns: repeat(5, 1fr);
}

.four__cols--grid {
    grid-template-columns: repeat(4, 1fr);
}

.three__cols--grid {
    grid-template-columns: repeat(3, 1fr);
}

.two__cols--grid {
    grid-template-columns: repeat(2, 1fr);
}

.grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 40px;
    grid-row-gap: 40px;
}

.col {
    grid-column: span 1;
}

.colspan2 {
    grid-column: span 2;
}

.colspan3 {
    grid-column: span 3;
}

.colspan4 {
    grid-column: span 4;
}

.colspan5 {
    grid-column: span 5;
}

.colspan6 {
    grid-column: span 6;
}

.colspan7 {
    grid-column: span 7;
}

.colspan8 {
    grid-column: span 8;
}

.colspan9 {
    grid-column: span 9;
}

.colspan10 {
    grid-column: span 10;
}

.colspan11 {
    grid-column: span 11;
}

.colspan12 {
    grid-column: span 12;
}

.rowspan2 {
    grid-row: span 2;
}

.rowspan3 {
    grid-row: span 3;
}

.rowspan4 {
    grid-row: span 4;
}

.rowspan5 {
    grid-row: span 5;
}

.rowspan6 {
    grid-row: span 6;
}

.rowspan7 {
    grid-row: span 7;
}

.rowspan8 {
    grid-row: span 8;
}

.rowspan9 {
    grid-row: span 9;
}

.rowspan10 {
    grid-row: span 10;
}

.rowspan11 {
    grid-row: span 11;
}

.rowspan12 {
    grid-row: span 12;
}

.thumbs .img {
    border-radius: 3px;
    overflow: hidden;
}

.thumbs .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.thumbs h2,
.thumbs a {
    transition: all 0.4s ease;
}

.thumbs .post__date {
    font-size: 12px;
    color: rgba(77, 77, 77, 0.5);
}

.thumbs .post__date i {
    font-size: 12px;
    margin-right: 8px;
}

.tmb_small--wide {
    margin-bottom: 40px;
}

.tmb_small--wide:last-child {
    margin-bottom: 0;
}

.tmb_small--wide .img {
    height: 90px;
    max-width: 135px;
    width: 153px;
    flex: 1;
    flex-shrink: 0;
    margin-right: 40px;
    background-color: rgba(0, 0, 0, 0.08);
}

.tmb_small--wide .news {
    flex: 2;
}

.tmb_small--wide h2,
.tmb_small--wide a {
    color: #002d62;
    text-decoration: none;
    line-height: 180%;
}

.tmb_small--wide h2:hover,
.tmb_small--wide a:hover {
    color: #4d4d4d;
}

.tmb_small--wide.invrt__dir {
    flex-direction: row-reverse;
}

.tmb_small--wide.invrt__dir .img {
    margin-right: 0;
    margin-left: 30px;
}

.thumb_over_layer {
    position: relative;
    overflow: hidden;
}

.thumb_over_layer .shadow__layer {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    background-image: url(../img/shadowLayer.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.thumb_over_layer img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 0.4s ease;
}

.thumb_over_layer .post__heading {
    position: absolute;
    left: 0;
    padding: 0 40px;
    bottom: 40px;
    z-index: 8;
}

.thumb_over_layer .post__heading .post__title a {
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.4s ease;
    line-height: 150%;
}

.thumb_over_layer .post__heading .post__date,
.thumb_over_layer .post__heading .post__date i {
    color: #fff !important;
}

.thumb_over_layer:hover>img {
    transform: scale(1.24);
}

.thumb_over_layer:hover .post__heading a {
    color: #e11b22;
}

.mt-0 {
    margin-top: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mr-0 {
    margin-right: 0 !important;
}

.mr-5 {
    margin-right: 5px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.mr-15 {
    margin-right: 15px !important;
}

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

.mr-25 {
    margin-right: 25px !important;
}

.mr-30 {
    margin-right: 30px !important;
}

.mr-35 {
    margin-right: 35px !important;
}

.mr-40 {
    margin-right: 40px !important;
}

.mr-45 {
    margin-right: 45px !important;
}

.mr-50 {
    margin-right: 50px !important;
}

.mr-55 {
    margin-right: 55px !important;
}

.mr-60 {
    margin-right: 60px !important;
}

.mr-65 {
    margin-right: 65px !important;
}

.mr-70 {
    margin-right: 70px !important;
}

.mr-75 {
    margin-right: 75px !important;
}

.mr-80 {
    margin-right: 80px !important;
}

.mr-85 {
    margin-right: 85px !important;
}

.mr-90 {
    margin-right: 90px !important;
}

.mr-95 {
    margin-right: 95px !important;
}

.mr-100 {
    margin-right: 100px !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

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

.mb-25 {
    margin-bottom: 25px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-35 {
    margin-bottom: 35px !important;
}

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

.mb-45 {
    margin-bottom: 45px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-55 {
    margin-bottom: 55px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.mb-65 {
    margin-bottom: 65px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.mb-75 {
    margin-bottom: 75px !important;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.mb-85 {
    margin-bottom: 85px !important;
}

.mb-90 {
    margin-bottom: 90px !important;
}

.mb-95 {
    margin-bottom: 95px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.ml-5 {
    margin-left: 5px !important;
}

.ml-10 {
    margin-left: 10px !important;
}

.ml-15 {
    margin-left: 15px !important;
}

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

.ml-25 {
    margin-left: 25px !important;
}

.ml-30 {
    margin-left: 30px !important;
}

.ml-35 {
    margin-left: 35px !important;
}

.ml-40 {
    margin-left: 40px !important;
}

.ml-45 {
    margin-left: 45px !important;
}

.ml-50 {
    margin-left: 50px !important;
}

.ml-55 {
    margin-left: 55px !important;
}

.ml-60 {
    margin-left: 60px !important;
}

.ml-65 {
    margin-left: 65px !important;
}

.ml-70 {
    margin-left: 70px !important;
}

.ml-75 {
    margin-left: 75px !important;
}

.ml-80 {
    margin-left: 80px !important;
}

.ml-85 {
    margin-left: 85px !important;
}

.ml-90 {
    margin-left: 90px !important;
}

.ml-95 {
    margin-left: 95px !important;
}

.ml-100 {
    margin-left: 100px !important;
}

.pt-0 {
    padding-top: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pr-0 {
    padding-right: 0 !important;
}

.pr-5 {
    padding-right: 5px !important;
}

.pr-10 {
    padding-right: 10px !important;
}

.pr-15 {
    padding-right: 15px !important;
}

.pr-20 {
    padding-right: 20px !important;
}

.pr-25 {
    padding-right: 25px !important;
}

.pr-30 {
    padding-right: 30px !important;
}

.pr-35 {
    padding-right: 35px !important;
}

.pr-40 {
    padding-right: 40px !important;
}

.pr-45 {
    padding-right: 45px !important;
}

.pr-50 {
    padding-right: 50px !important;
}

.pr-55 {
    padding-right: 55px !important;
}

.pr-60 {
    padding-right: 60px !important;
}

.pr-65 {
    padding-right: 65px !important;
}

.pr-70 {
    padding-right: 70px !important;
}

.pr-75 {
    padding-right: 75px !important;
}

.pr-80 {
    padding-right: 80px !important;
}

.pr-85 {
    padding-right: 85px !important;
}

.pr-90 {
    padding-right: 90px !important;
}

.pr-95 {
    padding-right: 95px !important;
}

.pr-100 {
    padding-right: 100px !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-5 {
    padding-bottom: 5px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pb-15 {
    padding-bottom: 15px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pb-25 {
    padding-bottom: 25px !important;
}

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

.pb-35 {
    padding-bottom: 35px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.pb-45 {
    padding-bottom: 45px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.pb-55 {
    padding-bottom: 55px !important;
}

.pb-60 {
    padding-bottom: 60px !important;
}

.pb-65 {
    padding-bottom: 65px !important;
}

.pb-70 {
    padding-bottom: 70px !important;
}

.pb-75 {
    padding-bottom: 75px !important;
}

.pb-80 {
    padding-bottom: 80px !important;
}

.pb-85 {
    padding-bottom: 85px !important;
}

.pb-90 {
    padding-bottom: 90px !important;
}

.pb-95 {
    padding-bottom: 95px !important;
}

.pb-100 {
    padding-bottom: 100px !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.pl-5 {
    padding-left: 5px !important;
}

.pl-10 {
    padding-left: 10px !important;
}

.pl-15 {
    padding-left: 15px !important;
}

.pl-20 {
    padding-left: 20px !important;
}

.pl-25 {
    padding-left: 25px !important;
}

.pl-30 {
    padding-left: 30px !important;
}

.pl-35 {
    padding-left: 35px !important;
}

.pl-40 {
    padding-left: 40px !important;
}

.pl-45 {
    padding-left: 45px !important;
}

.pl-50 {
    padding-left: 50px !important;
}

.pl-55 {
    padding-left: 55px !important;
}

.pl-60 {
    padding-left: 60px !important;
}

.pl-65 {
    padding-left: 65px !important;
}

.pl-70 {
    padding-left: 70px !important;
}

.pl-75 {
    padding-left: 75px !important;
}

.pl-80 {
    padding-left: 80px !important;
}

.pl-85 {
    padding-left: 85px !important;
}

.pl-90 {
    padding-left: 90px !important;
}

.pl-95 {
    padding-left: 95px !important;
}

.pl-100 {
    padding-left: 100px !important;
}

@media all and (min-width: 768px) and (max-width: 1023px) {
    .tmt-0 {
        margin-top: 0 !important;
    }
    .tmt-5 {
        margin-top: 5px !important;
    }
    .tmt-10 {
        margin-top: 10px !important;
    }
    .tmt-15 {
        margin-top: 15px !important;
    }
    .tmt-20 {
        margin-top: 20px !important;
    }
    .tmt-25 {
        margin-top: 25px !important;
    }
    .tmt-30 {
        margin-top: 30px !important;
    }
    .tmt-35 {
        margin-top: 35px !important;
    }
    .tmt-40 {
        margin-top: 40px !important;
    }
    .tmt-45 {
        margin-top: 45px !important;
    }
    .tmt-50 {
        margin-top: 50px !important;
    }
    .tmt-55 {
        margin-top: 55px !important;
    }
    .tmt-60 {
        margin-top: 60px !important;
    }
    .tmt-65 {
        margin-top: 65px !important;
    }
    .tmt-70 {
        margin-top: 70px !important;
    }
    .tmt-75 {
        margin-top: 75px !important;
    }
    .tmt-80 {
        margin-top: 80px !important;
    }
    .tmt-85 {
        margin-top: 85px !important;
    }
    .tmt-90 {
        margin-top: 90px !important;
    }
    .tmt-95 {
        margin-top: 95px !important;
    }
    .tmt-100 {
        margin-top: 100px !important;
    }
    .tmr-0 {
        margin-right: 0 !important;
    }
    .tmr-5 {
        margin-right: 5px !important;
    }
    .tmr-10 {
        margin-right: 10px !important;
    }
    .tmr-15 {
        margin-right: 15px !important;
    }
    .tmr-20 {
        margin-right: 20px !important;
    }
    .tmr-25 {
        margin-right: 25px !important;
    }
    .tmr-30 {
        margin-right: 30px !important;
    }
    .tmr-35 {
        margin-right: 35px !important;
    }
    .tmr-40 {
        margin-right: 40px !important;
    }
    .tmr-45 {
        margin-right: 45px !important;
    }
    .tmr-50 {
        margin-right: 50px !important;
    }
    .tmr-55 {
        margin-right: 55px !important;
    }
    .tmr-60 {
        margin-right: 60px !important;
    }
    .tmr-65 {
        margin-right: 65px !important;
    }
    .tmr-70 {
        margin-right: 70px !important;
    }
    .tmr-75 {
        margin-right: 75px !important;
    }
    .tmr-80 {
        margin-right: 80px !important;
    }
    .tmr-85 {
        margin-right: 85px !important;
    }
    .tmr-90 {
        margin-right: 90px !important;
    }
    .tmr-95 {
        margin-right: 95px !important;
    }
    .tmr-100 {
        margin-right: 100px !important;
    }
    .tmb-0 {
        margin-bottom: 0 !important;
    }
    .tmb-5 {
        margin-bottom: 5px !important;
    }
    .tmb-10 {
        margin-bottom: 10px !important;
    }
    .tmb-15 {
        margin-bottom: 15px !important;
    }
    .tmb-20 {
        margin-bottom: 20px !important;
    }
    .tmb-25 {
        margin-bottom: 25px !important;
    }
    .tmb-30 {
        margin-bottom: 30px !important;
    }
    .tmb-35 {
        margin-bottom: 35px !important;
    }
    .tmb-40 {
        margin-bottom: 40px !important;
    }
    .tmb-45 {
        margin-bottom: 45px !important;
    }
    .tmb-50 {
        margin-bottom: 50px !important;
    }
    .tmb-55 {
        margin-bottom: 55px !important;
    }
    .tmb-60 {
        margin-bottom: 60px !important;
    }
    .tmb-65 {
        margin-bottom: 65px !important;
    }
    .tmb-70 {
        margin-bottom: 70px !important;
    }
    .tmb-75 {
        margin-bottom: 75px !important;
    }
    .tmb-80 {
        margin-bottom: 80px !important;
    }
    .tmb-85 {
        margin-bottom: 85px !important;
    }
    .tmb-90 {
        margin-bottom: 90px !important;
    }
    .tmb-95 {
        margin-bottom: 95px !important;
    }
    .tmb-100 {
        margin-bottom: 100px !important;
    }
    .tml-0 {
        margin-left: 0 !important;
    }
    .tml-5 {
        margin-left: 5px !important;
    }
    .tml-10 {
        margin-left: 10px !important;
    }
    .tml-15 {
        margin-left: 15px !important;
    }
    .tml-20 {
        margin-left: 20px !important;
    }
    .tml-25 {
        margin-left: 25px !important;
    }
    .tml-30 {
        margin-left: 30px !important;
    }
    .tml-35 {
        margin-left: 35px !important;
    }
    .tml-40 {
        margin-left: 40px !important;
    }
    .tml-45 {
        margin-left: 45px !important;
    }
    .tml-50 {
        margin-left: 50px !important;
    }
    .tml-55 {
        margin-left: 55px !important;
    }
    .tml-60 {
        margin-left: 60px !important;
    }
    .tml-65 {
        margin-left: 65px !important;
    }
    .tml-70 {
        margin-left: 70px !important;
    }
    .tml-75 {
        margin-left: 75px !important;
    }
    .tml-80 {
        margin-left: 80px !important;
    }
    .tml-85 {
        margin-left: 85px !important;
    }
    .tml-90 {
        margin-left: 90px !important;
    }
    .tml-95 {
        margin-left: 95px !important;
    }
    .tml-100 {
        margin-left: 100px !important;
    }
    .tpt-0 {
        padding-top: 0 !important;
    }
    .tpt-5 {
        padding-top: 5px !important;
    }
    .tpt-10 {
        padding-top: 10px !important;
    }
    .tpt-15 {
        padding-top: 15px !important;
    }
    .tpt-20 {
        padding-top: 20px !important;
    }
    .tpt-25 {
        padding-top: 25px !important;
    }
    .tpt-30 {
        padding-top: 30px !important;
    }
    .tpt-35 {
        padding-top: 35px !important;
    }
    .tpt-40 {
        padding-top: 40px !important;
    }
    .tpt-45 {
        padding-top: 45px !important;
    }
    .tpt-50 {
        padding-top: 50px !important;
    }
    .tpt-55 {
        padding-top: 55px !important;
    }
    .tpt-60 {
        padding-top: 60px !important;
    }
    .tpt-65 {
        padding-top: 65px !important;
    }
    .tpt-70 {
        padding-top: 70px !important;
    }
    .tpt-75 {
        padding-top: 75px !important;
    }
    .tpt-80 {
        padding-top: 80px !important;
    }
    .tpt-85 {
        padding-top: 85px !important;
    }
    .tpt-90 {
        padding-top: 90px !important;
    }
    .tpt-95 {
        padding-top: 95px !important;
    }
    .tpt-100 {
        padding-top: 100px !important;
    }
    .tpr-0 {
        padding-right: 0 !important;
    }
    .tpr-5 {
        padding-right: 5px !important;
    }
    .tpr-10 {
        padding-right: 10px !important;
    }
    .tpr-15 {
        padding-right: 15px !important;
    }
    .tpr-20 {
        padding-right: 20px !important;
    }
    .tpr-25 {
        padding-right: 25px !important;
    }
    .tpr-30 {
        padding-right: 30px !important;
    }
    .tpr-35 {
        padding-right: 35px !important;
    }
    .tpr-40 {
        padding-right: 40px !important;
    }
    .tpr-45 {
        padding-right: 45px !important;
    }
    .tpr-50 {
        padding-right: 50px !important;
    }
    .tpr-55 {
        padding-right: 55px !important;
    }
    .tpr-60 {
        padding-right: 60px !important;
    }
    .tpr-65 {
        padding-right: 65px !important;
    }
    .tpr-70 {
        padding-right: 70px !important;
    }
    .tpr-75 {
        padding-right: 75px !important;
    }
    .tpr-80 {
        padding-right: 80px !important;
    }
    .tpr-85 {
        padding-right: 85px !important;
    }
    .tpr-90 {
        padding-right: 90px !important;
    }
    .tpr-95 {
        padding-right: 95px !important;
    }
    .tpr-100 {
        padding-right: 100px !important;
    }
    .tpb-0 {
        padding-bottom: 0 !important;
    }
    .tpb-5 {
        padding-bottom: 5px !important;
    }
    .tpb-10 {
        padding-bottom: 10px !important;
    }
    .tpb-15 {
        padding-bottom: 15px !important;
    }
    .tpb-20 {
        padding-bottom: 20px !important;
    }
    .tpb-25 {
        padding-bottom: 25px !important;
    }
    .tpb-30 {
        padding-bottom: 30px !important;
    }
    .tpb-35 {
        padding-bottom: 35px !important;
    }
    .tpb-40 {
        padding-bottom: 40px !important;
    }
    .tpb-45 {
        padding-bottom: 45px !important;
    }
    .tpb-50 {
        padding-bottom: 50px !important;
    }
    .tpb-55 {
        padding-bottom: 55px !important;
    }
    .tpb-60 {
        padding-bottom: 60px !important;
    }
    .tpb-65 {
        padding-bottom: 65px !important;
    }
    .tpb-70 {
        padding-bottom: 70px !important;
    }
    .tpb-75 {
        padding-bottom: 75px !important;
    }
    .tpb-80 {
        padding-bottom: 80px !important;
    }
    .tpb-85 {
        padding-bottom: 85px !important;
    }
    .tpb-90 {
        padding-bottom: 90px !important;
    }
    .tpb-95 {
        padding-bottom: 95px !important;
    }
    .tpb-100 {
        padding-bottom: 100px !important;
    }
    .tpl-0 {
        padding-left: 0 !important;
    }
    .tpl-5 {
        padding-left: 5px !important;
    }
    .tpl-10 {
        padding-left: 10px !important;
    }
    .tpl-15 {
        padding-left: 15px !important;
    }
    .tpl-20 {
        padding-left: 20px !important;
    }
    .tpl-25 {
        padding-left: 25px !important;
    }
    .tpl-30 {
        padding-left: 30px !important;
    }
    .tpl-35 {
        padding-left: 35px !important;
    }
    .tpl-40 {
        padding-left: 40px !important;
    }
    .tpl-45 {
        padding-left: 45px !important;
    }
    .tpl-50 {
        padding-left: 50px !important;
    }
    .tpl-55 {
        padding-left: 55px !important;
    }
    .tpl-60 {
        padding-left: 60px !important;
    }
    .tpl-65 {
        padding-left: 65px !important;
    }
    .tpl-70 {
        padding-left: 70px !important;
    }
    .tpl-75 {
        padding-left: 75px !important;
    }
    .tpl-80 {
        padding-left: 80px !important;
    }
    .tpl-85 {
        padding-left: 85px !important;
    }
    .tpl-90 {
        padding-left: 90px !important;
    }
    .tpl-95 {
        padding-left: 95px !important;
    }
    .tpl-100 {
        padding-left: 100px !important;
    }
}

@media all and (min-width: 1px) and (max-width: 767px) {
    .mmt-0 {
        margin-top: 0 !important;
    }
    .mmt-5 {
        margin-top: 5px !important;
    }
    .mmt-10 {
        margin-top: 10px !important;
    }
    .mmt-15 {
        margin-top: 15px !important;
    }
    .mmt-20 {
        margin-top: 20px !important;
    }
    .mmt-25 {
        margin-top: 25px !important;
    }
    .mmt-30 {
        margin-top: 30px !important;
    }
    .mmt-35 {
        margin-top: 35px !important;
    }
    .mmt-40 {
        margin-top: 40px !important;
    }
    .mmt-45 {
        margin-top: 45px !important;
    }
    .mmt-50 {
        margin-top: 50px !important;
    }
    .mmt-55 {
        margin-top: 55px !important;
    }
    .mmt-60 {
        margin-top: 60px !important;
    }
    .mmt-65 {
        margin-top: 65px !important;
    }
    .mmt-70 {
        margin-top: 70px !important;
    }
    .mmt-75 {
        margin-top: 75px !important;
    }
    .mmt-80 {
        margin-top: 80px !important;
    }
    .mmt-85 {
        margin-top: 85px !important;
    }
    .mmt-90 {
        margin-top: 90px !important;
    }
    .mmt-95 {
        margin-top: 95px !important;
    }
    .mmt-100 {
        margin-top: 100px !important;
    }
    .mmr-0 {
        margin-right: 0 !important;
    }
    .mmr-5 {
        margin-right: 5px !important;
    }
    .mmr-10 {
        margin-right: 10px !important;
    }
    .mmr-15 {
        margin-right: 15px !important;
    }
    .mmr-20 {
        margin-right: 20px !important;
    }
    .mmr-25 {
        margin-right: 25px !important;
    }
    .mmr-30 {
        margin-right: 30px !important;
    }
    .mmr-35 {
        margin-right: 35px !important;
    }
    .mmr-40 {
        margin-right: 40px !important;
    }
    .mmr-45 {
        margin-right: 45px !important;
    }
    .mmr-50 {
        margin-right: 50px !important;
    }
    .mmr-55 {
        margin-right: 55px !important;
    }
    .mmr-60 {
        margin-right: 60px !important;
    }
    .mmr-65 {
        margin-right: 65px !important;
    }
    .mmr-70 {
        margin-right: 70px !important;
    }
    .mmr-75 {
        margin-right: 75px !important;
    }
    .mmr-80 {
        margin-right: 80px !important;
    }
    .mmr-85 {
        margin-right: 85px !important;
    }
    .mmr-90 {
        margin-right: 90px !important;
    }
    .mmr-95 {
        margin-right: 95px !important;
    }
    .mmr-100 {
        margin-right: 100px !important;
    }
    .mmb-0 {
        margin-bottom: 0 !important;
    }
    .mmb-5 {
        margin-bottom: 5px !important;
    }
    .mmb-10 {
        margin-bottom: 10px !important;
    }
    .mmb-15 {
        margin-bottom: 15px !important;
    }
    .mmb-20 {
        margin-bottom: 20px !important;
    }
    .mmb-25 {
        margin-bottom: 25px !important;
    }
    .mmb-30 {
        margin-bottom: 30px !important;
    }
    .mmb-35 {
        margin-bottom: 35px !important;
    }
    .mmb-40 {
        margin-bottom: 40px !important;
    }
    .mmb-45 {
        margin-bottom: 45px !important;
    }
    .mmb-50 {
        margin-bottom: 50px !important;
    }
    .mmb-55 {
        margin-bottom: 55px !important;
    }
    .mmb-60 {
        margin-bottom: 60px !important;
    }
    .mmb-65 {
        margin-bottom: 65px !important;
    }
    .mmb-70 {
        margin-bottom: 70px !important;
    }
    .mmb-75 {
        margin-bottom: 75px !important;
    }
    .mmb-80 {
        margin-bottom: 80px !important;
    }
    .mmb-85 {
        margin-bottom: 85px !important;
    }
    .mmb-90 {
        margin-bottom: 90px !important;
    }
    .mmb-95 {
        margin-bottom: 95px !important;
    }
    .mmb-100 {
        margin-bottom: 100px !important;
    }
    .mml-0 {
        margin-left: 0 !important;
    }
    .mml-5 {
        margin-left: 5px !important;
    }
    .mml-10 {
        margin-left: 10px !important;
    }
    .mml-15 {
        margin-left: 15px !important;
    }
    .mml-20 {
        margin-left: 20px !important;
    }
    .mml-25 {
        margin-left: 25px !important;
    }
    .mml-30 {
        margin-left: 30px !important;
    }
    .mml-35 {
        margin-left: 35px !important;
    }
    .mml-40 {
        margin-left: 40px !important;
    }
    .mml-45 {
        margin-left: 45px !important;
    }
    .mml-50 {
        margin-left: 50px !important;
    }
    .mml-55 {
        margin-left: 55px !important;
    }
    .mml-60 {
        margin-left: 60px !important;
    }
    .mml-65 {
        margin-left: 65px !important;
    }
    .mml-70 {
        margin-left: 70px !important;
    }
    .mml-75 {
        margin-left: 75px !important;
    }
    .mml-80 {
        margin-left: 80px !important;
    }
    .mml-85 {
        margin-left: 85px !important;
    }
    .mml-90 {
        margin-left: 90px !important;
    }
    .mml-95 {
        margin-left: 95px !important;
    }
    .mml-100 {
        margin-left: 100px !important;
    }
    .mpt-0 {
        padding-top: 0 !important;
    }
    .mpt-5 {
        padding-top: 5px !important;
    }
    .mpt-10 {
        padding-top: 10px !important;
    }
    .mpt-15 {
        padding-top: 15px !important;
    }
    .mpt-20 {
        padding-top: 20px !important;
    }
    .mpt-25 {
        padding-top: 25px !important;
    }
    .mpt-30 {
        padding-top: 30px !important;
    }
    .mpt-35 {
        padding-top: 35px !important;
    }
    .mpt-40 {
        padding-top: 40px !important;
    }
    .mpt-45 {
        padding-top: 45px !important;
    }
    .mpt-50 {
        padding-top: 50px !important;
    }
    .mpt-55 {
        padding-top: 55px !important;
    }
    .mpt-60 {
        padding-top: 60px !important;
    }
    .mpt-65 {
        padding-top: 65px !important;
    }
    .mpt-70 {
        padding-top: 70px !important;
    }
    .mpt-75 {
        padding-top: 75px !important;
    }
    .mpt-80 {
        padding-top: 80px !important;
    }
    .mpt-85 {
        padding-top: 85px !important;
    }
    .mpt-90 {
        padding-top: 90px !important;
    }
    .mpt-95 {
        padding-top: 95px !important;
    }
    .mpt-100 {
        padding-top: 100px !important;
    }
    .mpr-0 {
        padding-right: 0 !important;
    }
    .mpr-5 {
        padding-right: 5px !important;
    }
    .mpr-10 {
        padding-right: 10px !important;
    }
    .mpr-15 {
        padding-right: 15px !important;
    }
    .mpr-20 {
        padding-right: 20px !important;
    }
    .mpr-25 {
        padding-right: 25px !important;
    }
    .mpr-30 {
        padding-right: 30px !important;
    }
    .mpr-35 {
        padding-right: 35px !important;
    }
    .mpr-40 {
        padding-right: 40px !important;
    }
    .mpr-45 {
        padding-right: 45px !important;
    }
    .mpr-50 {
        padding-right: 50px !important;
    }
    .mpr-55 {
        padding-right: 55px !important;
    }
    .mpr-60 {
        padding-right: 60px !important;
    }
    .mpr-65 {
        padding-right: 65px !important;
    }
    .mpr-70 {
        padding-right: 70px !important;
    }
    .mpr-75 {
        padding-right: 75px !important;
    }
    .mpr-80 {
        padding-right: 80px !important;
    }
    .mpr-85 {
        padding-right: 85px !important;
    }
    .mpr-90 {
        padding-right: 90px !important;
    }
    .mpr-95 {
        padding-right: 95px !important;
    }
    .mpr-100 {
        padding-right: 100px !important;
    }
    .mpb-0 {
        padding-bottom: 0 !important;
    }
    .mpb-5 {
        padding-bottom: 5px !important;
    }
    .mpb-10 {
        padding-bottom: 10px !important;
    }
    .mpb-15 {
        padding-bottom: 15px !important;
    }
    .mpb-20 {
        padding-bottom: 20px !important;
    }
    .mpb-25 {
        padding-bottom: 25px !important;
    }
    .mpb-30 {
        padding-bottom: 30px !important;
    }
    .mpb-35 {
        padding-bottom: 35px !important;
    }
    .mpb-40 {
        padding-bottom: 40px !important;
    }
    .mpb-45 {
        padding-bottom: 45px !important;
    }
    .mpb-50 {
        padding-bottom: 50px !important;
    }
    .mpb-55 {
        padding-bottom: 55px !important;
    }
    .mpb-60 {
        padding-bottom: 60px !important;
    }
    .mpb-65 {
        padding-bottom: 65px !important;
    }
    .mpb-70 {
        padding-bottom: 70px !important;
    }
    .mpb-75 {
        padding-bottom: 75px !important;
    }
    .mpb-80 {
        padding-bottom: 80px !important;
    }
    .mpb-85 {
        padding-bottom: 85px !important;
    }
    .mpb-90 {
        padding-bottom: 90px !important;
    }
    .mpb-95 {
        padding-bottom: 95px !important;
    }
    .mpb-100 {
        padding-bottom: 100px !important;
    }
    .mpl-0 {
        padding-left: 0 !important;
    }
    .mpl-5 {
        padding-left: 5px !important;
    }
    .mpl-10 {
        padding-left: 10px !important;
    }
    .mpl-15 {
        padding-left: 15px !important;
    }
    .mpl-20 {
        padding-left: 20px !important;
    }
    .mpl-25 {
        padding-left: 25px !important;
    }
    .mpl-30 {
        padding-left: 30px !important;
    }
    .mpl-35 {
        padding-left: 35px !important;
    }
    .mpl-40 {
        padding-left: 40px !important;
    }
    .mpl-45 {
        padding-left: 45px !important;
    }
    .mpl-50 {
        padding-left: 50px !important;
    }
    .mpl-55 {
        padding-left: 55px !important;
    }
    .mpl-60 {
        padding-left: 60px !important;
    }
    .mpl-65 {
        padding-left: 65px !important;
    }
    .mpl-70 {
        padding-left: 70px !important;
    }
    .mpl-75 {
        padding-left: 75px !important;
    }
    .mpl-80 {
        padding-left: 80px !important;
    }
    .mpl-85 {
        padding-left: 85px !important;
    }
    .mpl-90 {
        padding-left: 90px !important;
    }
    .mpl-95 {
        padding-left: 95px !important;
    }
    .mpl-100 {
        padding-left: 100px !important;
    }
}

.jk__trending--ticker {
    border-bottom: solid 1px rgba(0, 0, 0, 0.14);
    min-height: 5px;
}

.jk_trending__tickr_section .title__label {
    position: relative;
    padding: 0 1.6em;
    line-height: 3em;
    font-weight: 700;
    /*color: rgba(0, 0, 0, 0.6);*/
    font-size: 1em;
    /*background-color: rgba(0, 0, 0, 0.06);*/
    color: rgb(255 255 255);
    background-color: #163040;
}

.jk_trending__tickr_section .title__label::after {
    content: "";
    position: absolute;
    top: 12px;
    right: -20px;
    border-color: transparent transparent transparent rgba(22, 48, 64, 1);
    border-style: solid;
    border-width: 0.7em;
}

.jk_trending__tickr_section .item__lists {
    padding: 0 1.6em;
    line-height: 44px;
    counter-reset: lists;
    flex-wrap: wrap;
}

.jk_trending__tickr_section .item__lists li {
    position: relative;
    padding-left: 0.8em;
    margin-right: 2em;
}

.jk_trending__tickr_section .item__lists li::after {
    content: "#";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 15px;
    color: rgba(0, 0, 0, 0.24);
    font-weight: 400;
}

.jk_trending__tickr_section .item__lists li a {
    font-size: 1em;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.8);
    transition: all 0.3s ease;
    text-decoration: none;
}

.jk_trending__tickr_section .item__lists li a:hover {
    color: #002d62;
}

.add__fullwidth {
    margin: var(--space-40) auto;
    height: auto;
    overflow: hidden;
    width: 100%;
}

.add__fullwidth img {
    width: 100%;
    height: 100px;
}

.side__add--wrap {
    margin-bottom: 10px;
    width: 300px;
    height: auto;
    overflow: hidden;
}

.side__add--wrap img {
    width: 100%;
}

.side__add--wrap:last-child {
    margin-bottom: 0;
}

.side__add--wrap .jk-each-ad {
    margin-bottom: 10px;
}

.side__add--wrap .jk-each-ad:last-child {
    margin-bottom: 0;
}

.side__add--wrap.square {
    overflow: hidden;
}

.side__add--wrap.regular {
    overflow: hidden;
}

.side__add--wrap.medium {
    overflow: hidden;
}

@media all and (max-width: 1020px) {
    .add__fullwidth {
        height: auto;
    }
}

.jk__bises {
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    padding: 10px 2.5em 30px;
    position: relative;
    margin-bottom: var(--space-40);
}

.jk__bises:before {
    content: "";
    position: absolute;
    left: 10%;
    bottom: 0;
    height: 1px;
    width: 80%;
    background-color: rgba(0, 0, 0, 0.24);
}

.jk__bises .jk_breakingtagname {
    display: none;
}

.jk__bises .highlight {
    letter-spacing: -2px;
    font-weight: 300;
    margin: 0;
    width: 100%;
}

.jk__bises .highlight a {
    transition: all 0.3s ease;
    color: #4d4d4d;
    text-decoration: none;
    line-height: 150%;
}

.jk__bises .highlight:hover a {
    color: #002d62;
}

.jk__bises.plain {
    background-color: rgba(0, 0, 0, 0.06);
}

.jk__bises.bg-img {
    position: relative;
    overflow: hidden;
    min-height: 480px;
    align-items: flex-end;
    color: #fff;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.jk__bises.bg-img a {
    color: #fff;
}

.jk__bises.bg-img .safe__wrap {
    position: relative;
    z-index: 4;
}

.jk__bises.bg-img .post-tag {
    z-index: 4;
}

.jk__bises.bg-img::after {
    content: url(../img/shadedLayer.png);
    position: absolute;
    left: 0;
    bottom: -1em;
    z-index: 1;
}

.jk__bises .post-tag {
    position: absolute;
    top: calc(50% - 20px);
    left: 0;
}

.jk__bises .safe__wrap {
    width: 100%;
}

.jk__bises .post__info {
    justify-content: center;
}

.jk_breaking2 {
    width: 100%;
    min-height: 314px;
    position: relative;
    margin-bottom: 60px;
}

.jk_breaking2:before {
    content: "";
    position: absolute;
    left: 10%;
    bottom: -30px;
    height: 1px;
    width: 80%;
    background-color: rgba(0, 0, 0, 0.24);
}

.jk_breaking2 .item {
    flex: 1 1 100%;
}

.jk_breaking2 .item:nth-child(1) {
    margin-bottom: 25px;
}

.jk_breaking2 .item:nth-child(2) {
    height: 500px;
}

.jk_breaking2 .item:nth-child(3) {
    flex: 1 1 100%;
    padding: 40px;
    align-self: center;
    height: auto;
}

.jk_breaking2 .item .item__wrap {
    text-align: center;
}

.jk_breaking2 p {
    margin: 40px auto 20px;
    font-size: 24px;
    color: rgba(0, 0, 0, 0.6);
    text-align: center;
    line-height: 150%;
    position: relative;
    /*border-bottom: solid 1px rgba(0, 0, 0, 0.14);*/
    padding-bottom: 30px;
}

.jk_breaking2_mainkhabar {
    box-shadow: rgb(204 204 204) 0px 0px 10px;
    border-bottom: 1px solid rgb(219, 219, 219);
    padding-top: 10px;
}

.jk_breaking2 h2,
.jk_breaking2 a {
    color: #163040;
    text-decoration: none;
    display: block;
    line-height: 140%;
    letter-spacing: -1;
}

.jk_breaking2 .item__wrap {
    padding-left: 20px;
}

.jk_breaking2 .title__medium {
    text-align: center;
    font-size: 64px;
}

.jk_breaking2 .post__info {
    justify-content: center;
}

.hasImg {
    background-color: #000;
    overflow: hidden;
}

.hasImg img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}

.jk_breakingtagname {
    line-height: 40px;
    font-size: 14px;
    padding: 0 20px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
}

@media all and (max-width: 767px) {
    .jk__bises {
        padding: 1.8em;
        padding-left: 1.8em;
        padding-top: 4em;
    }
    .jk__bises .post-tag {
        top: 0;
    }
    h2,
    a {
        font-size: 0.8em;
        font-weight: 400;
        line-height: 130%;
    }
}

a.context {
    font-size: 16px;
    margin-bottom: 10px;
    display: inline-block !important;
    background: #e11b22;
    color: #fff !important;
    padding: 6px 14px;
}

.additional__news--bises {
    padding: 25px 0 25px 25px;
    border: solid 1px rgba(0, 0, 0, 0.18);
    border-left: none;
    border-top: none;
    border-right: none;
    margin: 0;
}

.additional__news--bises .title__small {
    font-size: 18px;
}

.additional__news--bises .generic__post--wrap .post__image {
    margin-bottom: 0;
}

.jk_breaking3 {
    margin-bottom: 30px !important;
}

.jk_breaking3:before {
    display: none;
}

.jk_breaking3 .col {
    border-right: solid 1px rgba(0, 0, 0, 0.18);
    padding-right: 25px;
}

.jk_breaking3 .col:last-child {
    border-right: none;
}

.jk_breaking3 .hasImg img {
    height: auto;
    object-fit: contain;
}

.jk_breaking4 {
    text-align: center;
    padding: 30px;
    background-color: #ebf0f4 !important;
    margin-bottom: 30px;
}

.jk_breaking4:before {
    display: none;
}

.jk_breaking4 .context {
    margin-bottom: 30px;
}

.jk_breaking4 .post__heading {
    padding: 0 24px;
}

.jk_breaking4 .generic__post--wrap .post__image {
    height: 288px;
    width: 75%;
    margin: 0 auto;
}

.jk_breaking4 .two__cols--grid {
    grid-column-gap: 0;
}

.jk_breaking4 .two__cols--grid .col {
    border-right: solid 1px rgba(0, 0, 0, 0.18);
}

.jk_breaking4 .two__cols--grid .col:last-child {
    border-right: none;
}

.block__news {
    position: relative;
}

.generic__post--wrap .post__image {
    width: 100%;
    height: 380px;
    margin-bottom: 25px;
    border-radius: 2px;
    overflow: hidden;
    background-color: #002d62;
}

.generic__post--wrap .post__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s ease;
}

.generic__post--wrap .post__date {
    color: rgba(0, 0, 0, 0.6);
}

.generic__post--wrap .post__date i {
    color: #e11b22;
    font-size: 11px;
    margin-right: 10px;
}

.generic__post--wrap h2 {
    color: rgba(0, 0, 0, 0.7);
}

@media all and (max-width: 1023px) {
    .generic__post--wrap h2 {
        margin-bottom: -8px;
    }
}

.generic__post--wrap h2 a {
    text-decoration: none;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.7);
    line-height: 128% !important;
    transition: all 0.3s ease;
}

.generic__post--wrap h2:hover a {
    color: #002d62;
}

.generic__post--wrap h2 a.blk_text {
    color: #4d4d4d;
}

.generic__post--wrap h2 a.blk_text:hover {
    color: #002d62;
}

.generic__post--wrap p {
    color: rgba(0, 0, 0, 0.88);
    font-weight: 400;
    line-height: 190%;
    font-size: 18px;
}

.generic__post--wrap.jk__thumb--large .post__image {
    width: 100%;
    height: 264px;
    overflow: hidden;
    margin-bottom: 25px;
    overflow: hidden;
}

.generic__post--wrap.jk__thumb--large .post__image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.generic__post--wrap.jk__thumb--large .post__title {
    font-size: 22px;
}

.generic__post--wrap.jk__thumb--regular .post__image {
    width: 100%;
    height: 170px;
    overflow: hidden;
    margin-bottom: 25px;
    overflow: hidden;
}

.generic__post--wrap.jk__thumb--regular .post__image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.generic__post--wrap.jk__thumb--default .post__image {
    width: 100%;
    height: 124px;
    overflow: hidden;
    margin-bottom: 25px;
    overflow: hidden;
}

.generic__post--wrap.jk__thumb--default .post__image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.generic__post--wrap.jk__thumb--sml--ltr .jknews__wrap {
    flex-wrap: wrap;
}

.generic__post--wrap.jk__thumb--sml--ltr .jknews__wrap>div:first-child {
    flex: auto;
    height: 90px;
    max-width: 135px;
    width: 153px;
    margin-right: 25px;
}

.generic__post--wrap.jk__thumb--sml--ltr .jknews__wrap .post__image {
    margin-bottom: 0;
}

.generic__post--wrap.jk__thumb--sml--ltr .jknews__wrap>div:last-child {
    flex: 2;
}

.generic__post--wrap.jk__thumb--sml--rtl .jknews__wrap {
    flex-wrap: wrap;
    flex-direction: row-reverse;
}

.generic__post--wrap.jk__thumb--sml--rtl .jknews__wrap>div:first-child {
    flex: auto;
    height: 90px;
    max-width: 135px;
    width: 153px;
    margin-left: 25px;
}

.generic__post--wrap.jk__thumb--sml--rtl .jknews__wrap .post__image {
    margin-bottom: 0;
}

.generic__post--wrap.jk__thumb--sml--rtl .jknews__wrap>div:last-child {
    flex: 2;
}

.generic__post--wrap.jk__thumb--tiny--ltr {
    margin-bottom: 30px;
}

.generic__post--wrap.jk__thumb--tiny--ltr .jknews__wrap {
    flex-wrap: wrap;
}

.generic__post--wrap.jk__thumb--tiny--ltr .jknews__wrap>div:first-child {
    flex: auto;
    height: 88px;
    max-width: 88px;
    width: 60px;
    margin-right: 25px;
}

.generic__post--wrap.jk__thumb--tiny--ltr .jknews__wrap .post__image {
    margin-bottom: 0;
}

.generic__post--wrap.jk__thumb--tiny--ltr .jknews__wrap>div:last-child {
    flex: 2;
}

.generic__post--wrap.jk__thumb--tiny--ltr .jknews__wrap .post__heading {
    margin-bottom: 0;
}

.generic__post--wrap.jk__thumb--tiny--rtl {
    margin-bottom: 30px;
}

.generic__post--wrap.jk__thumb--tiny--rtl .jknews__wrap {
    flex-wrap: wrap;
    flex-direction: row-reverse;
}

.generic__post--wrap.jk__thumb--tiny--rtl .jknews__wrap>div:first-child {
    flex: auto;
    height: 60px;
    max-width: 60px;
    width: 60px;
    margin-left: 25px;
}

.generic__post--wrap.jk__thumb--tiny--rtl .jknews__wrap .post__image {
    margin-bottom: 0;
}

.generic__post--wrap.jk__thumb--tiny--rtl .jknews__wrap>div:last-child {
    flex: 2;
}

.generic__post--wrap.jk__thumb--tiny--rtl .jknews__wrap .post__heading {
    margin-bottom: 0;
}

.generic__post--wrap.jk__thumb--sqr--ltr {
    margin-bottom: 30px;
}

.generic__post--wrap.jk__thumb--sqr--ltr .jknews__wrap {
    flex-wrap: wrap;
}

.generic__post--wrap.jk__thumb--sqr--ltr .jknews__wrap>div:first-child {
    flex: auto;
    height: 80px;
    max-width: 90px;
    width: 60px;
    margin-right: 25px;
}

.generic__post--wrap.jk__thumb--sqr--ltr .jknews__wrap>div:last-child {
    flex: 2;
}

.generic__post--wrap.jk__thumb--sqr--ltr .jknews__wrap .post__heading {
    margin-bottom: 0;
}

h3.sub_title {
    font-size: 18px;
    font-weight: 600;
    line-height: 120%;
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 10px;
    margin-top: 8px;
}

.trendIcon {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px;
}

.trendIcon:before {
    content: "";
    position: relative;
    top: -26px;
    right: -21px;
    border-color: #002d62 #002d62 transparent transparent;
    border-style: solid;
    border-width: 44px;
    z-index: 4;
}

.trendIcon img {
    max-width: 16px;
    position: relative;
    z-index: 9;
    top: 0;
    left: 1px;
}

.site-main .section {
    padding: 0;
}

.site-main .jk__news--sectn {
    padding: 0;
}

.jk__news--category {
    flex-wrap: wrap;
}

.jk__news--category.has_side-bar .jk__news--wrap {
    padding-right: 25px;
}

.jk__news--category.has_side-bar .jk__news--wrap .jk__news--wrap {
    padding: 0;
}

.jk__news--category .jk__news--wrap {
    flex: 2;
}

.jk__news--category .side__add {
    flex: 1;
    max-width: 300px;
}

h2.jk_cat_title {
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: solid 1px rgba(77, 77, 77, 0.2);
    align-items: center;
    width: 100%;
}

span.right {
    margin-left: auto !important;
    display: inline-block;
}

span.right a.read__all {
    display: inline-block;
    line-height: 34px;
    padding: 0 15px;
    background-color: rgba(77, 77, 77, 0.08);
    border-radius: 34px;
    font-size: 14px !important;
    color: #fff;
    text-decoration: none;
    vertical-align: top;
}

a.read__all--dot {
    align-items: center;
    line-height: 28px;
    padding: 0 15px;
    background-color: transparent;
    border-radius: 34px;
    font-size: 14px !important;
    text-decoration: none;
    display: inline-block;
    border-radius: 34px;
    background-color: rgba(0, 0, 0, 0.08);
    padding-top: 4px;
}

a.read__all--dot span.dot_wrap {
    display: inline-block;
    vertical-align: top;
    margin-top: 8px;
    margin-left: 4px;
}

a.read__all--dot span.dot_wrap>span {
    height: 3px;
    width: 3px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.6);
    margin-bottom: 1px;
    display: block;
}

a.read__all--dot span.dot_wrap:first-child {
    height: auto;
    width: auto;
    background-color: transparent;
    margin-right: 5px;
    margin-bottom: 0;
}

a.read__all--dot span.dot_wrap:last-child {
    margin-right: 0;
}

a.read__all--dot:hover {
    background-color: #002d62;
}

a.read__all--dot:hover>span {
    color: #fff !important;
}

a.read__all--dot:hover>span>span {
    background-color: #fff;
}

a.read__all--dot:hover>span:first-child {
    background-color: transparent;
}

a.read__all--dot--white {
    background-color: rgba(255, 255, 255, 0.24);
    color: #fff !important;
}

a.read__all--dot--white>span {
    color: #fff !important;
}

a.read__all--dot--white span.dot_wrap {
    color: #fff;
}

a.read__all--dot--white span.dot_wrap>span {
    background-color: #fff;
}

.side__add {
    max-width: 300px;
    flex: 1;
    -ms-flex: 1;
}

.main_story_sectn .jkmain_news_thumb .post__image {
    height: 365px;
}

.main_story_sectn .jkmain_news_thumb .post__heading {
    padding: 25px;
}

.main_story_sectn .generic__post--wrap {
    margin-bottom: 30px;
}

.main_story_sectn .generic__post--wrap .post__image {
    margin-bottom: 0;
    position: relative;
}

.main_story_sectn .generic__post--wrap:last-child {
    margin-bottom: 0;
}

.main_story_sectn .generic__post--wrap .post__heading h2 a {
    color: #525252;
}

.main_story_sectn .generic__post--wrap .post__heading h2 a:hover {
    color: #002d62;
}

.jk__news--sectn>div {
    flex: 2 1 33.33%;
}

.jk__news--sectn .jk__spot--news .post__image {
    border-radius: 3px;
    margin-bottom: 0;
    overflow: hidden;
}

.jk__news--sectn .jk__spot--news .post__image.news_spot_thumb {
    height: 284px;
    max-width: 504px;
    min-width: 504px;
}

.jk__news--sectn .jk__spot--news .post__image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.jk__news--sectn .jk__spot--news .post__info {
    padding-left: 30px;
    background-color: #fff;
}

.jk__news--sectn .jk__spot--news .post__heading {
    align-self: center;
    margin-bottom: 25px;
    padding-right: 35px;
    min-width: 33.33%;
}

.jk__news--sectn .jk__spot--news .post__heading .title__regular {
    font-size: 34px;
}

.left_add img {
    width: 100%;
    height: 100px;
}

.jk__country--sectn .jk__spot--country .post__image {
    height: 244px;
    margin-bottom: 25px;
}

.jk__country--sectn .jk__spot--country .post__date {
    margin-bottom: 15px;
}

.jk__tech--sectn .tech_spot_thumb {
    margin-bottom: 40px;
}

.jk__tech--sectn .post__date {
    margin-bottom: 15px;
}

.jk__interview {
    background-color: #f9f9f9;
    padding: 40px 0;
}

.jk__interview .post__title {
    font-style: italic;
    font-weight: 100;
    font-size: 24px;
}

.jk__interview .post__title a {
    color: #4d4d4d !important;
    transition: all 0.4s ease;
}

.jk__interview .post__title a:hover {
    color: #002d62 !important;
}

.jk__interview .post__heading {
    position: relative;
}

.jk__interview .post__heading i.fa-quote-right {
    position: absolute;
    display: inline-block;
    right: 0;
    bottom: 20px;
    font-size: 24px;
    color: rgba(77, 77, 77, 0.08);
}

.jk__business--sectn .business_spot_thumb {
    height: 300px;
}

.jk__business--sectn .jk__thumb--sml--ltr {
    margin-bottom: 28px;
}

.jk__business--sectn .jk__thumb--sml--ltr:last-child {
    margin-bottom: 0;
}

.jk__entertainment {
    background-color: #f6f6f8;
    padding: 40px 0;
}

.jk__entertainment .generic__post--wrap {
    margin-bottom: 30px;
}

.jk__entertainment .generic__post--wrap:last-child {
    margin-bottom: 0;
}

.jk__lifestyle--sectn .business_spot_thumb {
    height: 440px;
}

.jk__lifestyle--sectn .jk__thumb--sml--ltr {
    margin-bottom: 28px;
}

.jk__lifestyle--sectn .jk__thumb--sml--ltr:last-child {
    margin-bottom: 0;
}

.jk__lifestyle--sectn .jk_sidebar_card .title {
    background-color: #929d1c;
    color: #fff;
}

.jk__lifestyle--sectn .jk_sidebar_card .business_side li a:hover {
    color: #929d1c;
}

.jk__sport--sectn .business_spot_thumb {
    height: 250px;
    margin-bottom: 25px;
}

.jk__sport--sectn .post__heading {
    margin-bottom: 40px;
}

.jk__sport--sectn .jk__thumb--sml--ltr {
    margin-bottom: 28px;
}

.jk__sport--sectn .jk__thumb--sml--ltr:last-child {
    margin-bottom: 0;
}

.jk__videos {
    background-color: rgba(0, 0, 0, 0.78);
    padding: 40px;
    color: #fff;
}

.jk__videos h2.jk_cat_title span.right a.read__all {
    background-color: #fff;
}

.jk__videos .jk__thumb--sml--ltr {
    margin-bottom: 28px;
}

.jk__videos .jk__thumb--sml--ltr:last-child {
    margin-bottom: 0;
}

.jk__videos .jk__thumb--sml--ltr h2 a {
    color: rgba(255, 255, 255, 0.6);
}

.jk__videos .jk__thumb--sml--ltr h2 a:hover {
    color: #fff;
}

.jk__videos .jk__thumb--sml--ltr .post__date {
    color: rgba(255, 255, 255, 0.5);
}

.jk__videos .title__medium {
    margin-bottom: 20px;
}

.jk__videos .title__medium span {
    color: #fff !important;
}

.jk__videos .thumb_over_layer {
    height: 400px;
}

.jk__videos .thumb_over_layer .shadow__layer {
    background-position: 0 -450px;
}

.jk__videos .thumb_over_layer .post__heading {
    padding-left: 154px;
}

.jk__videos .thumb_over_layer .post__heading .play_icon {
    display: inline-block;
    height: 80px;
    width: 80px;
    background-color: #002d62;
    color: #fff;
    line-height: 80px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 40px;
    font-size: 34px;
}

.sport_side {
    margin-top: 20px;
}

.jk__wonderworld--sectn .business_spot_thumb {
    height: 440px;
}

.jk__wonderworld--sectn .jk__thumb--sml--ltr {
    margin-bottom: 28px;
}

.jk__wonderworld--sectn .jk__thumb--sml--ltr:last-child {
    margin-bottom: 0;
}

.jk__wonderworld--sectn .jk_sidebar_card .title {
    background-color: #e9e9ef;
    color: #002d62;
}

.jk__wonderworld--sectn .jk_sidebar_card .business_side li a:hover {
    color: #002d62;
}

.jk__Others {
    background-color: #f6f6f8;
}

.jk__Others .jk__thumb--sml--ltr {
    margin-bottom: 28px;
}

.jk__Others .jk__thumb--sml--ltr:last-child {
    margin-bottom: 0;
}

.jk__Others .jk__thumb--large {
    margin-bottom: 40px;
}

.jk__Others .jk_sidebar_card .title {
    color: #002d62;
}

.jk__news--wrap .jk_sidebar_card .title {
    padding: 0;
}

.jk__news--wrap .jk_sidebar_card .jk__thumb--regular {
    margin-bottom: 0;
}

.img_gal_title {
    position: relative;
    padding-left: 40px;
}

.img_gal_title i {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 28px;
    color: rgba(0, 0, 0, 0.14);
}

.img_gal_title .title__small a {
    color: rgba(0, 0, 0, 0.8);
}

.title {
    align-items: center;
    width: 100%;
    line-height: 64px;
    font-size: 24px;
    color: #0e72d0;
    font-weight: 600;
    background-color: transparent;
}

.Beautiful__nepal {
    padding: 40px 0;
    background-color: #e9edf1;
}

.Beautiful__nepal .generic__post--wrap {
    height: 100%;
}

.Beautiful__nepal .jknews__wrap {
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.14) 0 0 14px;
    border-radius: 3px;
    overflow: hidden;
    height: 100%;
}

.Beautiful__nepal .img_gal_title {
    padding: 0 20px 20px 67px;
}

.Beautiful__nepal .img_gal_title i {
    left: 28px;
}

.Beautiful__nepal h2.title__small {
    font-size: 18px;
}

.title_tag {
    display: inline-block;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 15px;
}

.mb-var {
    margin-bottom: var(--space-40);
}

.mt-var {
    margin-top: var(--space-40);
}

.ml-var {
    margin-left: var(--space-40);
}

.mr-var {
    margin-right: var(--space-40);
}

.jkmainnews_dubai-wrap .spot {
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0 0 18px;
}

.jkmainnews_dubai-wrap .jkmain_news_thumb .post__heading {
    padding: 24px;
    text-align: center;
}

.jkmainnews_dubai-wrap .jkmain_news_thumb .post__heading .post__title {
    font-size: 38px;
}

.jkmainnews_dubai-wrap .jkmain_news_thumb .post__heading .post__title a {
    line-height: 130% !important;
}

.ok-conversation-section {
    margin: 30px 0;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.08) 0 0 18px;
    padding: 28px;
}

.ok-conv-head {
    align-items: center;
    border-bottom: solid 1px rgba(0, 0, 0, 0.24);
    padding-bottom: 10px;
    margin-bottom: 24px;
}

.ok-conv-head h3 {
    font-size: 34px;
    margin: 0;
    font-weight: 500;
    color: #002d62;
}

.ok-conv-head .ok-conv-sort-by {
    margin-left: 24px;
}

.ok-conv-head .ok-conv-sort-by>span {
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.68);
    padding: 0 10px 0 0;
    border-radius: 48px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.ok-conv-head .ok-conv-sort-by>span:hover,
.ok-conv-head .ok-conv-sort-by>span.active {
    color: #002d62;
}

.ok-conv-head .icon-bell {
    margin-left: auto;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background-color: rgba(14, 93, 174, 0.2);
    color: #002d62;
    text-align: center;
    line-height: 32px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 14px;
}

.ok-conv-head .icon-bell:hover {
    background-color: #002d62;
    color: #fff;
}

.ok-btn {
    text-align: center;
    font-family: inherit;
    line-height: 40px;
    font-size: 15px;
    display: inline-block;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.08);
    color: rgba(0, 0, 0, 0.48);
    transition: all 0.3s ease;
    cursor: pointer;
    padding: 0 34px;
    border: none;
}

.ok-btn:hover {
    background-color: #002d62;
    color: #fff;
}

.ok-btn.primary {
    background-color: #002d62;
    color: #fff;
}

.ok-btn.primary:hover {
    background-color: #062b50;
}

.ok-conv-write textarea {
    font-size: 15px;
    padding: 15px;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.06);
    display: block;
    margin-bottom: 15px;
    border: none;
    resize: none;
    height: 108px;
    font-family: inherit;
    transition: all 0.3s ease;
}

.ok-conv-write textarea:focus {
    background-color: rgba(14, 93, 174, 0.04);
}

.ok-conv-write .ok-btn-wrapper {
    text-align: left;
    display: flex;
}

.ok-conv-write .ok-btn-wrapper .unicode-nepali {
    text-decoration: underline;
    color: rgba(0, 0, 0, 0.48);
    font-weight: 400;
    transition: all 0.3s ease;
    display: inline-block;
    margin-left: auto;
    font-size: 12px;
}

.ok-conv-write .ok-btn-wrapper .unicode-nepali:hover {
    color: #002d62;
}

.ok-conv-login-for-new {
    margin-top: 30px;
    background-color: rgba(14, 93, 174, 0.05);
    border: solid 1px rgba(14, 93, 174, 0.08);
    padding: 40px;
    border-radius: 4px;
    display: none;
}

.ok-conv-login-for-new h5 {
    font-size: 22px;
    margin: 0 0 30px;
    text-align: center;
    color: #002d62;
}

.ok-conv-login-for-new .flex-box>div,
.ok-conv-login-for-new .nav__row ul>div,
.nav__row .ok-conv-login-for-new ul>div,
.ok-conv-login-for-new .tmb_small--wide>div,
.ok-conv-login-for-new .jk_trending__tickr_section>div,
.ok-conv-login-for-new .jk__bises>div,
.ok-conv-login-for-new .generic__post--wrap.jk__thumb--sml--ltr .jknews__wrap>div,
.generic__post--wrap.jk__thumb--sml--ltr .ok-conv-login-for-new .jknews__wrap>div,
.ok-conv-login-for-new .generic__post--wrap.jk__thumb--sml--rtl .jknews__wrap>div,
.generic__post--wrap.jk__thumb--sml--rtl .ok-conv-login-for-new .jknews__wrap>div,
.ok-conv-login-for-new .generic__post--wrap.jk__thumb--tiny--ltr .jknews__wrap>div,
.generic__post--wrap.jk__thumb--tiny--ltr .ok-conv-login-for-new .jknews__wrap>div,
.ok-conv-login-for-new .generic__post--wrap.jk__thumb--tiny--rtl .jknews__wrap>div,
.generic__post--wrap.jk__thumb--tiny--rtl .ok-conv-login-for-new .jknews__wrap>div,
.ok-conv-login-for-new .generic__post--wrap.jk__thumb--sqr--ltr .jknews__wrap>div,
.generic__post--wrap.jk__thumb--sqr--ltr .ok-conv-login-for-new .jknews__wrap>div,
.ok-conv-login-for-new .jk__news--category>div,
.ok-conv-login-for-new h2.jk_cat_title>div,
.ok-conv-login-for-new .jk_sidebar_card .bichar .post>div,
.jk_sidebar_card .bichar .ok-conv-login-for-new .post>div,
.ok-conv-login-for-new .ok-listicle-controls-wrap>div,
.ok-conv-login-for-new .list__post>div,
.ok-conv-login-for-new .sport__featured .title>div,
.sport__featured .ok-conv-login-for-new .title>div,
.ok-conv-login-for-new .single-inbetween-stories>div {
    flex: 0 0 50%;
}

.ok-conv-login-for-new .flex-box>div:first-child,
.ok-conv-login-for-new .nav__row ul>div:first-child,
.nav__row .ok-conv-login-for-new ul>div:first-child,
.ok-conv-login-for-new .tmb_small--wide>div:first-child,
.ok-conv-login-for-new .jk_trending__tickr_section>div:first-child,
.ok-conv-login-for-new .jk__bises>div:first-child,
.ok-conv-login-for-new .generic__post--wrap.jk__thumb--sml--ltr .jknews__wrap>div:first-child,
.generic__post--wrap.jk__thumb--sml--ltr .ok-conv-login-for-new .jknews__wrap>div:first-child,
.ok-conv-login-for-new .generic__post--wrap.jk__thumb--sml--rtl .jknews__wrap>div:first-child,
.generic__post--wrap.jk__thumb--sml--rtl .ok-conv-login-for-new .jknews__wrap>div:first-child,
.ok-conv-login-for-new .generic__post--wrap.jk__thumb--tiny--ltr .jknews__wrap>div:first-child,
.generic__post--wrap.jk__thumb--tiny--ltr .ok-conv-login-for-new .jknews__wrap>div:first-child,
.ok-conv-login-for-new .generic__post--wrap.jk__thumb--tiny--rtl .jknews__wrap>div:first-child,
.generic__post--wrap.jk__thumb--tiny--rtl .ok-conv-login-for-new .jknews__wrap>div:first-child,
.ok-conv-login-for-new .generic__post--wrap.jk__thumb--sqr--ltr .jknews__wrap>div:first-child,
.generic__post--wrap.jk__thumb--sqr--ltr .ok-conv-login-for-new .jknews__wrap>div:first-child,
.ok-conv-login-for-new .jk__news--category>div:first-child,
.ok-conv-login-for-new h2.jk_cat_title>div:first-child,
.ok-conv-login-for-new .jk_sidebar_card .bichar .post>div:first-child,
.jk_sidebar_card .bichar .ok-conv-login-for-new .post>div:first-child,
.ok-conv-login-for-new .ok-listicle-controls-wrap>div:first-child,
.ok-conv-login-for-new .list__post>div:first-child,
.ok-conv-login-for-new .sport__featured .title>div:first-child,
.sport__featured .ok-conv-login-for-new .title>div:first-child,
.ok-conv-login-for-new .single-inbetween-stories>div:first-child {
    padding-right: 30px;
}

.ok-conv-login-for-new .flex-box>div:last-child,
.ok-conv-login-for-new .nav__row ul>div:last-child,
.nav__row .ok-conv-login-for-new ul>div:last-child,
.ok-conv-login-for-new .tmb_small--wide>div:last-child,
.ok-conv-login-for-new .jk_trending__tickr_section>div:last-child,
.ok-conv-login-for-new .jk__bises>div:last-child,
.ok-conv-login-for-new .generic__post--wrap.jk__thumb--sml--ltr .jknews__wrap>div:last-child,
.generic__post--wrap.jk__thumb--sml--ltr .ok-conv-login-for-new .jknews__wrap>div:last-child,
.ok-conv-login-for-new .generic__post--wrap.jk__thumb--sml--rtl .jknews__wrap>div:last-child,
.generic__post--wrap.jk__thumb--sml--rtl .ok-conv-login-for-new .jknews__wrap>div:last-child,
.ok-conv-login-for-new .generic__post--wrap.jk__thumb--tiny--ltr .jknews__wrap>div:last-child,
.generic__post--wrap.jk__thumb--tiny--ltr .ok-conv-login-for-new .jknews__wrap>div:last-child,
.ok-conv-login-for-new .generic__post--wrap.jk__thumb--tiny--rtl .jknews__wrap>div:last-child,
.generic__post--wrap.jk__thumb--tiny--rtl .ok-conv-login-for-new .jknews__wrap>div:last-child,
.ok-conv-login-for-new .generic__post--wrap.jk__thumb--sqr--ltr .jknews__wrap>div:last-child,
.generic__post--wrap.jk__thumb--sqr--ltr .ok-conv-login-for-new .jknews__wrap>div:last-child,
.ok-conv-login-for-new .jk__news--category>div:last-child,
.ok-conv-login-for-new h2.jk_cat_title>div:last-child,
.ok-conv-login-for-new .jk_sidebar_card .bichar .post>div:last-child,
.jk_sidebar_card .bichar .ok-conv-login-for-new .post>div:last-child,
.ok-conv-login-for-new .ok-listicle-controls-wrap>div:last-child,
.ok-conv-login-for-new .list__post>div:last-child,
.ok-conv-login-for-new .sport__featured .title>div:last-child,
.sport__featured .ok-conv-login-for-new .title>div:last-child,
.ok-conv-login-for-new .single-inbetween-stories>div:last-child {
    padding-left: 30px;
}

.ok-conv-login-box {
    max-width: 400px;
    margin: 0 auto;
}

.ok-conv-login-box input[type="text"],
.ok-conv-login-box input[type="password"] {
    border: none;
    background-color: #fff;
    line-height: 44px;
    padding: 0 15px;
    font-size: 14px;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.8);
    width: 100%;
}

.ok-conv-login-box .frm-fld {
    margin-bottom: 15px;
}

.ok-conv-login-box .field-remember {
    margin-bottom: 24px;
}

.ok-conv-login-box .field-remember .rememberme span {
    color: rgba(0, 0, 0, 0.58);
}

.ok-conv-login-box .field-remember a {
    margin-left: auto;
    color: rgba(0, 0, 0, 0.68);
    transition: all 0.3s ease;
    font-size: 12px;
}

.ok-conv-login-box .field-remember a:hover {
    color: #002d62;
}

.ok-conv-login-box .ok-btn-wrapper .ok-btn {
    width: 100%;
    margin: 0 0 15px;
}

.ok-login-with-social {
    text-align: center;
}

.ok-login-with-social h5 {
    margin: 34px 0 24px;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.58);
}

.ok-login-with-social>a {
    display: inline-block;
    border-radius: 4px;
    line-height: 34px;
    padding: 0 28px;
    transition: all 0.3s ease;
}

.ok-login-with-social>a i,
.ok-login-with-social>a span {
    display: inline-block;
    vertical-align: middle;
    font-weight: 600;
    font-size: 13px;
}

.ok-login-with-social>a i {
    margin-right: 10px;
}

.ok-login-with-social>a.with-google {
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.05) 0 0 14px;
    color: #e06044;
}

.ok-login-with-social>a.with-fb {
    background-color: #5167e1;
    color: #fff;
}

.ok-login-with-social>a.with-tw {
    background-color: #4ecaee;
    color: #fff;
}

.ok-comment-row {
    display: flex;
    margin-top: 34px;
    margin-bottom: 14px;
}

.ok-comment-row .user-icon {
    flex: 1;
    height: 44px;
    width: 44px;
    max-width: 44px;
    min-width: 44px;
    border-radius: 50%;
    overflow: hidden;
    overflow: hidden;
}

.ok-comment-row .user-icon img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.ok-comment-row .user-comments {
    flex: 2;
    width: 100%;
    margin-left: 28px;
}

.ok-comment-row .user-comments p {
    font-size: 17px !important;
    line-height: 1.6 !important;
    font-weight: 300;
    color: #7f8184;
    padding-right: 40px;
}

.ok-comment-row .user-comments .ok-comment-row {
    background-color: #fcfcfd;
    padding: 24px;
    margin-top: 24px;
    margin-bottom: 0;
}

.ok-comment-row .user-comment-title {
    align-items: center;
    margin-bottom: 14px;
    margin-top: 10px;
}

.ok-comment-row .user-comment-title h6 {
    margin-right: 10px;
    margin-bottom: 0;
}

.ok-comment-row .user-comment-title h6 a {
    display: block;
    color: #002d62;
    text-decoration: none;
}

.ok-comment-row .user-comment-title h6 a:hover {
    text-decoration: underline;
}

.ok-comment-row .user-comment-title .comment-date {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.48);
    display: inline-block;
    margin-right: 20px;
}

.ok-comment-row .user-comment-title .no-of-reply {
    display: inline-block;
    color: rgba(0, 0, 0, 0.68);
    font-size: 14px;
}

.ok-comment-row .user-comment-title .no-of-reply i {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.38);
    display: inline-block;
    margin-right: 5px;
}

.user-comment-footer {
    align-items: center;
}

.user-comment-footer>div {
    margin-right: 24px;
}

.user-comment-footer a.reply-btn {
    font-size: 14px;
    text-decoration: underline;
}

.ok-cmnt-foter-elements a,
.ok-cmnt-foter-elements span {
    display: inline-block;
    vertical-align: middle;
}

.ok-cmnt-foter-elements a {
    color: rgba(0, 0, 0, 0.34) !important;
    transition: all 0.3s ease;
    margin-right: 2px;
    font-size: 12px;
}

.ok-cmnt-foter-elements a:hover {
    color: #002d62 !important;
}

.ok-cmnt-foter-elements .num-count {
    font-weight: 500;
    font-size: 12px;
}

a.load-more-comments {
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 28px;
}

.ok-field-for-reply {
    display: none;
    margin-top: 24px;
}

.jk_sidebar_card {
    margin-bottom: 30px;
}

.jk_sidebar_card .title {
    line-height: 39px;
    padding: 0 30px;
    font-size: 20px;
    color: #fff;
    background-color: #163040;
    font-weight: 600;
}

.jk_sidebar_card .title.blogtitle {
    background-color: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.58);
}

.jk_sidebar_card .bichar {
    padding: 15px 25px;
    background-color: #eff1f3;
    border-bottom: solid 1px rgba(0, 0, 0, 0.08);
}

.jk_sidebar_card .bichar h3 a {
    transition: all 0.4s ease;
    font-size: 24px;
    line-height: 138%;
    font-weight: 400;
    color: #4d4d4d;
    display: block;
    text-decoration: none;
    margin-bottom: 20px;
}

.jk_sidebar_card .bichar h3 a:hover {
    color: #002d62;
}

.jk_sidebar_card .bichar p {
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 30px;
}

.jk_sidebar_card .bichar .img_holder {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 20px;
    background-color: rgba(0, 0, 0, 0.24);
}

.jk_sidebar_card .bichar .img_holder img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.jk_sidebar_card .bichar .post>div:first-child {
    flex: 2;
}

.jk_sidebar_card .bichar .post>div:last-child {
    flex: 1;
}

.jk_sidebar_card .bichar .post .img_holder {
    margin: 0 0 0 auto;
    max-width: 60px;
    max-height: 60px;
    background-color: rgba(77, 77, 77, 0.34);
    text-align: center;
    color: #fff;
}

.jk_sidebar_card .bichar .post .img_holder span {
    display: block;
    font-size: 10px;
}

.jk_sidebar_card .bichar .post .img_holder span:first-child {
    font-size: 24px;
    margin-top: 10px;
}

.jk_sidebar_card .bichar .post .summery {
    padding-left: 30px;
    padding-right: 5px;
    max-width: 74%;
}

.jk_sidebar_card .bichar .post .summery .post__date i {
    font-size: 11px;
}

.jk_sidebar_card .bichar .post .summery .post__date .fa-comment {
    margin-left: 10px;
}

.jk_sidebar_card .bichar .post .summery a {
    display: block;
    text-decoration: none;
    font-size: 18px;
    color: rgba(77, 77, 77, 0.8);
    line-height: 150%;
    transition: all 0.3s ease;
    margin-bottom: 10px;
}

.jk_sidebar_card .bichar .post .summery a:hover {
    color: #002d62;
}

.jk_sidebar_card .bichar .post .summery span {
    font-size: 11px;
    font-style: italic;
}

.jk_sidebar_card .bichar .person {
    align-items: center;
}

.jk_sidebar_card .trending,
.jk_sidebar_card .Shared,
.jk_sidebar_card .business_side {
    counter-reset: section;
}

.jk_sidebar_card .trending li,
.jk_sidebar_card .Shared li,
.jk_sidebar_card .business_side li {
    padding: 20px 0;
    border-bottom: solid 1px rgba(77, 77, 77, 0.14);
    position: relative;
    padding-left: 74px;
    padding-right: 15px;
    transition: all 0.4s ease;
}

.jk_sidebar_card .trending li:last-child,
.jk_sidebar_card .Shared li:last-child,
.jk_sidebar_card .business_side li:last-child {
    border-bottom: none;
}

.jk_sidebar_card .trending li:hover,
.jk_sidebar_card .Shared li:hover,
.jk_sidebar_card .business_side li:hover {
    background-color: rgba(189, 180, 180, 0.06);
}

.jk_sidebar_card .trending li::before,
.jk_sidebar_card .Shared li::before,
.jk_sidebar_card .business_side li::before {
    position: absolute;
    left: 10px;
    font-size: 48px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.14);
}

.jk_sidebar_card .trending li>span,
.jk_sidebar_card .Shared li>span,
.jk_sidebar_card .business_side li>span {
    position: absolute;
    left: 10px;
    font-size: 48px;
    font-weight: 500;
    color: #002d62;
    ;
}

.jk_sidebar_card .trending li a,
.jk_sidebar_card .Shared li a,
.jk_sidebar_card .business_side li a {
    transition: all 0.4s ease;
    font-size: 18px;
    font-weight: 500;
    line-height: 158%;
    color: rgba(77, 77, 77, 0.8);
    text-decoration: none;
}

.jk_sidebar_card .trending li a:hover,
.jk_sidebar_card .Shared li a:hover,
.jk_sidebar_card .business_side li a:hover {
    color: #002d62;
}

.jk_sidebar_card .Shared li {
    padding-left: 104px;
    min-height: 108px;
}

.jk_sidebar_card .Shared li::before {
    display: none;
}

.jk_sidebar_card .Shared li:hover {
    background-color: transparent;
}

.jk_sidebar_card .Shared li:hover .shard_number {
    background-color: #002d62;
    color: #fff;
}

.jk_sidebar_card .Shared li:hover .shard_number>span {
    color: #fff;
}

.jk_sidebar_card .Shared .shard_number {
    background-color: rgba(77, 77, 77, 0.1);
    display: inline-block;
    padding: 15px;
    font-size: 24px;
    font-weight: 600;
    color: #002d62;
    position: absolute;
    top: 20px;
    left: 0;
    text-align: center;
    transition: all 0.4s ease;
}

.jk_sidebar_card .Shared .shard_number>span {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.6);
    display: block;
    transition: all 0.4s ease;
}

.jk_sidebar_card .business_side {
    background-color: rgba(77, 77, 77, 0.06);
}

.jk_sidebar_card .business_side li {
    padding-left: 20px;
}

.jk_sidebar_card .business_side li:before {
    display: none;
}

.jk_rec_sidebar .generic__post--wrap {
    margin-top: 30px;
}

.jk_logo_holder {
    padding: 1em 0;
}

.jk_logo_holder img {
    width: 100%;
    max-width: 360px;
}

.jk_logo_holder .date__time {
    font-weight: 500;
    font-size: 1em;
    text-align: left;
    color: rgb(22 48 64);
    margin-right: 10px;
}

.date__time_custom {
    font-weight: 700;
    font-size: 1em;
    text-align: left;
    color: rgb(22 48 64);
    margin-right: 10px;
}

.top__ads {
    align-items: center;
    justify-content: flex-end;
}

.jk_trending_hide ul.trending {
    flex-wrap: wrap;
}

.jk_trending_hide ul.trending li {
    /*flex: 0 0 30%;*/
    flex: 0 0 50%;
}

.jk_trending_hide ul.trending li a {
    color: #000;
}

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

ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

html {
    position: relative;
}

body {
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-family: mukta, sans-serif;
    transition: all 0.4s ease;
    line-height: 1;
}

body h1 {
    font-size: 3.5em;
}

body h2 {
    font-size: 3em;
}

body h3 {
    font-size: 2em;
}

body h4 {
    font-size: 1.8em;
}

body h5 {
    font-size: 1.5em;
}

body h6 {
    font-size: 1.2em;
}

body p {
    font-size: 0.8em;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body p {
    margin: 0 0 0.4em;
    line-height: 110%;
}

body .btn {
    display: inline-block;
    font-size: 14px;
    line-height: 34px;
    padding: 0 25px;
    border-radius: 34px;
    background-color: rgba(77, 77, 77, 0.24);
    color: #4d4d4d;
    text-decoration: none;
    transition: all 0.4s ease;
}

body .btn.btn__primary {
    background-color: #002d62;
    color: #fff;
}

body .btn.btn__primary:hover {
    background-color: #000;
}

.text__primary {
    color: #002d62;
}

.text__secondary {
    color: #e11b22;
}

.bg__primary {
    background-color: #002d62;
    color: #fff;
}

.bg__secondary {
    background-color: #e11b22;
    color: #fff;
}

.bg__grey {
    background-color: #4d4d4d;
    color: #fff;
}

.bg__light--grey {
    background-color: #f0f0f0;
    color: #4d4d4d;
}

.relative {
    position: relative;
}

.title__large {
    font-size: 64px;
    font-weight: 500;
    color: #002d62;
}

.title__large a {
    text-decoration: none;
    transition: all 0.4s ease;
    color: #002d62;
}

.title__large:hover a {
    color: #4d4d4d;
}

.title__medium {
    font-size: 44px;
    font-weight: 500;
    color: #002d62;
}

.title__medium a {
    text-decoration: none;
    transition: all 0.4s ease;
    color: #ffffff;
}

.title__medium:hover a {
    color: #4d4d4d;
}

.title__regular {
    font-size: 34px;
    font-weight: 600;
    color: #002d62;
}

.title__regular a {
    text-decoration: none;
    transition: all 0.4s ease;
    color: #002d62;
}

.title__regular:hover a {
    color: #4d4d4d;
}

.title__average {
    font-size: 22px;
    font-weight: 600;
    color: #002d62;
}

.title__average a {
    text-decoration: none;
    transition: all 0.4s ease;
    color: #002d62;
}

.title__average:hover a {
    color: #4d4d4d;
}

.title__small {
    font-size: 20px;
    font-weight: 600;
    color: #002d62;
}

.title__small a {
    text-decoration: none;
    transition: all 0.4s ease;
    color: #002d62;
}

.title__small:hover a {
    color: #4d4d4d;
}

.title__xsmall {
    font-size: 14px;
    font-weight: 600;
    color: #002d62;
}

.title__xsmall a {
    text-decoration: none;
    transition: all 0.4s ease;
    color: #002d62;
}

.title__xsmall:hover a {
    color: #4d4d4d;
}

.jk__container {
    width: 100%;
    max-width: 1228px;
    margin: 0 auto;
}

.post-tag {
    line-height: 2.5;
    padding: 0 1.5em;
    color: #fff;
    display: inline-block;
    font-size: 0.8em;
}

.post-tag.blue {
    background-color: #002d62;
}

.post-tag.red {
    background-color: #e11b22;
}

.post__info {
    width: 100%;
}

.author__wrap,
.post__time,
.post__comments,
.post__date {
    display: inline-flex;
    display: -webkit-inline-flex;
    align-items: center;
    margin-right: 1.1em;
}

.author__wrap .author__img {
    height: 30px;
    width: 30px;
    max-width: 30px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    margin-right: 1em;
}

.author__wrap .author__img img {
    height: 100%;
    width: 100%;
    /* object-fit: cover; */
}

.author__wrap label {
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    vertical-align: top;
}

.post__time,
.post__comments,
.post__date {
    font-size: 0.8em;
}

.post__time i,
.post__comments i,
.post__date i {
    margin-right: 0.4em;
    font-size: 1.4em;
}

.post__time span,
.post__comments span,
.post__date span {
    margin-right: 1.1em;
}

.border__gery--thin {
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
    width: 100%;
    margin: 2em 0;
}

.jk_cat_title h2 {
    font-size: 2em;
    position: relative;
    background-color: #fff;
    width: 100%;
    margin: 1em 0;
}

.jk_cat_title h2:before {
    content: "";
    position: absolute;
    left: 0;
    top: 47px;
    height: 2px;
    background-color: rgba(0, 0, 0, 0.14);
    width: 100%;
}

.mrg__right--auto {
    margin-right: auto;
}

.mrg__left--auto {
    margin-left: auto;
}

.jk__section--title {
    font-size: 38px;
    font-weight: 600;
    color: #002d62;
    padding-bottom: 20px;
    border-bottom: solid 1px rgba(77, 77, 77, 0.2);
    margin-bottom: 10px;
}

.jk__feature {
    background-color: #2b2929;
    height: 308px;
    color: #fff;
    background-image: url(../img/featuredImg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.jk__feature .flex-box,
.jk__feature .nav__row ul,
.nav__row .jk__feature ul,
.jk__feature .tmb_small--wide,
.jk__feature .jk_trending__tickr_section,
.jk__feature .jk__bises,
.jk__feature .generic__post--wrap.jk__thumb--sml--ltr .jknews__wrap,
.generic__post--wrap.jk__thumb--sml--ltr .jk__feature .jknews__wrap,
.jk__feature .generic__post--wrap.jk__thumb--sml--rtl .jknews__wrap,
.generic__post--wrap.jk__thumb--sml--rtl .jk__feature .jknews__wrap,
.jk__feature .generic__post--wrap.jk__thumb--tiny--ltr .jknews__wrap,
.generic__post--wrap.jk__thumb--tiny--ltr .jk__feature .jknews__wrap,
.jk__feature .generic__post--wrap.jk__thumb--tiny--rtl .jknews__wrap,
.generic__post--wrap.jk__thumb--tiny--rtl .jk__feature .jknews__wrap,
.jk__feature .generic__post--wrap.jk__thumb--sqr--ltr .jknews__wrap,
.generic__post--wrap.jk__thumb--sqr--ltr .jk__feature .jknews__wrap,
.jk__feature .jk__news--category,
.jk__feature h2.jk_cat_title,
.jk__feature .jk_sidebar_card .bichar .post,
.jk_sidebar_card .bichar .jk__feature .post,
.jk__feature .ok-listicle-controls-wrap,
.jk__feature .list__post,
.jk__feature .sport__featured .title,
.sport__featured .jk__feature .title,
.jk__feature .single-inbetween-stories {
    align-items: flex-end;
    height: 100%;
}

.jk__feature .flex-box .feat_post,
.jk__feature .nav__row ul .feat_post,
.nav__row .jk__feature ul .feat_post,
.jk__feature .tmb_small--wide .feat_post,
.jk__feature .jk_trending__tickr_section .feat_post,
.jk__feature .jk__bises .feat_post,
.jk__feature .generic__post--wrap.jk__thumb--sml--ltr .jknews__wrap .feat_post,
.generic__post--wrap.jk__thumb--sml--ltr .jk__feature .jknews__wrap .feat_post,
.jk__feature .generic__post--wrap.jk__thumb--sml--rtl .jknews__wrap .feat_post,
.generic__post--wrap.jk__thumb--sml--rtl .jk__feature .jknews__wrap .feat_post,
.jk__feature .generic__post--wrap.jk__thumb--tiny--ltr .jknews__wrap .feat_post,
.generic__post--wrap.jk__thumb--tiny--ltr .jk__feature .jknews__wrap .feat_post,
.jk__feature .generic__post--wrap.jk__thumb--tiny--rtl .jknews__wrap .feat_post,
.generic__post--wrap.jk__thumb--tiny--rtl .jk__feature .jknews__wrap .feat_post,
.jk__feature .generic__post--wrap.jk__thumb--sqr--ltr .jknews__wrap .feat_post,
.generic__post--wrap.jk__thumb--sqr--ltr .jk__feature .jknews__wrap .feat_post,
.jk__feature .jk__news--category .feat_post,
.jk__feature h2.jk_cat_title .feat_post,
.jk__feature .jk_sidebar_card .bichar .post .feat_post,
.jk_sidebar_card .bichar .jk__feature .post .feat_post,
.jk__feature .ok-listicle-controls-wrap .feat_post,
.jk__feature .list__post .feat_post,
.jk__feature .sport__featured .title .feat_post,
.sport__featured .jk__feature .title .feat_post,
.jk__feature .single-inbetween-stories .feat_post {
    margin-bottom: 80px;
}

.jk__feature .flex-box .jk_breakingtagname,
.jk__feature .nav__row ul .jk_breakingtagname,
.nav__row .jk__feature ul .jk_breakingtagname,
.jk__feature .tmb_small--wide .jk_breakingtagname,
.jk__feature .jk_trending__tickr_section .jk_breakingtagname,
.jk__feature .jk__bises .jk_breakingtagname,
.jk__feature .generic__post--wrap.jk__thumb--sml--ltr .jknews__wrap .jk_breakingtagname,
.generic__post--wrap.jk__thumb--sml--ltr .jk__feature .jknews__wrap .jk_breakingtagname,
.jk__feature .generic__post--wrap.jk__thumb--sml--rtl .jknews__wrap .jk_breakingtagname,
.generic__post--wrap.jk__thumb--sml--rtl .jk__feature .jknews__wrap .jk_breakingtagname,
.jk__feature .generic__post--wrap.jk__thumb--tiny--ltr .jknews__wrap .jk_breakingtagname,
.generic__post--wrap.jk__thumb--tiny--ltr .jk__feature .jknews__wrap .jk_breakingtagname,
.jk__feature .generic__post--wrap.jk__thumb--tiny--rtl .jknews__wrap .jk_breakingtagname,
.generic__post--wrap.jk__thumb--tiny--rtl .jk__feature .jknews__wrap .jk_breakingtagname,
.jk__feature .generic__post--wrap.jk__thumb--sqr--ltr .jknews__wrap .jk_breakingtagname,
.generic__post--wrap.jk__thumb--sqr--ltr .jk__feature .jknews__wrap .jk_breakingtagname,
.jk__feature .jk__news--category .jk_breakingtagname,
.jk__feature h2.jk_cat_title .jk_breakingtagname,
.jk__feature .jk_sidebar_card .bichar .post .jk_breakingtagname,
.jk_sidebar_card .bichar .jk__feature .post .jk_breakingtagname,
.jk__feature .ok-listicle-controls-wrap .jk_breakingtagname,
.jk__feature .list__post .jk_breakingtagname,
.jk__feature .sport__featured .title .jk_breakingtagname,
.sport__featured .jk__feature .title .jk_breakingtagname,
.jk__feature .single-inbetween-stories .jk_breakingtagname {
    position: static;
    margin-bottom: 15px;
}

.jk__feature .flex-box a.goto,
.jk__feature .nav__row ul a.goto,
.nav__row .jk__feature ul a.goto,
.jk__feature .tmb_small--wide a.goto,
.jk__feature .jk_trending__tickr_section a.goto,
.jk__feature .jk__bises a.goto,
.jk__feature .generic__post--wrap.jk__thumb--sml--ltr .jknews__wrap a.goto,
.generic__post--wrap.jk__thumb--sml--ltr .jk__feature .jknews__wrap a.goto,
.jk__feature .generic__post--wrap.jk__thumb--sml--rtl .jknews__wrap a.goto,
.generic__post--wrap.jk__thumb--sml--rtl .jk__feature .jknews__wrap a.goto,
.jk__feature .generic__post--wrap.jk__thumb--tiny--ltr .jknews__wrap a.goto,
.generic__post--wrap.jk__thumb--tiny--ltr .jk__feature .jknews__wrap a.goto,
.jk__feature .generic__post--wrap.jk__thumb--tiny--rtl .jknews__wrap a.goto,
.generic__post--wrap.jk__thumb--tiny--rtl .jk__feature .jknews__wrap a.goto,
.jk__feature .generic__post--wrap.jk__thumb--sqr--ltr .jknews__wrap a.goto,
.generic__post--wrap.jk__thumb--sqr--ltr .jk__feature .jknews__wrap a.goto,
.jk__feature .jk__news--category a.goto,
.jk__feature h2.jk_cat_title a.goto,
.jk__feature .jk_sidebar_card .bichar .post a.goto,
.jk_sidebar_card .bichar .jk__feature .post a.goto,
.jk__feature .ok-listicle-controls-wrap a.goto,
.jk__feature .list__post a.goto,
.jk__feature .sport__featured .title a.goto,
.sport__featured .jk__feature .title a.goto,
.jk__feature .single-inbetween-stories a.goto {
    text-decoration: none;
    font-weight: 300;
    line-height: 140%;
    font-size: 44px;
    color: #fff;
    display: block;
    margin-bottom: 15px;
    max-width: 700px;
}

.jk__feature .flex-box .btn,
.jk__feature .nav__row ul .btn,
.nav__row .jk__feature ul .btn,
.jk__feature .tmb_small--wide .btn,
.jk__feature .jk_trending__tickr_section .btn,
.jk__feature .jk__bises .btn,
.jk__feature .generic__post--wrap.jk__thumb--sml--ltr .jknews__wrap .btn,
.generic__post--wrap.jk__thumb--sml--ltr .jk__feature .jknews__wrap .btn,
.jk__feature .generic__post--wrap.jk__thumb--sml--rtl .jknews__wrap .btn,
.generic__post--wrap.jk__thumb--sml--rtl .jk__feature .jknews__wrap .btn,
.jk__feature .generic__post--wrap.jk__thumb--tiny--ltr .jknews__wrap .btn,
.generic__post--wrap.jk__thumb--tiny--ltr .jk__feature .jknews__wrap .btn,
.jk__feature .generic__post--wrap.jk__thumb--tiny--rtl .jknews__wrap .btn,
.generic__post--wrap.jk__thumb--tiny--rtl .jk__feature .jknews__wrap .btn,
.jk__feature .generic__post--wrap.jk__thumb--sqr--ltr .jknews__wrap .btn,
.generic__post--wrap.jk__thumb--sqr--ltr .jk__feature .jknews__wrap .btn,
.jk__feature .jk__news--category .btn,
.jk__feature h2.jk_cat_title .btn,
.jk__feature .jk_sidebar_card .bichar .post .btn,
.jk_sidebar_card .bichar .jk__feature .post .btn,
.jk__feature .ok-listicle-controls-wrap .btn,
.jk__feature .list__post .btn,
.jk__feature .sport__featured .title .btn,
.sport__featured .jk__feature .title .btn,
.jk__feature .single-inbetween-stories .btn {
    margin-top: 18px;
}

.jk__feature.feat_on_home {
    position: relative;
    width: 1228px;
    margin: 0 auto;
}

.jk__feature.feat_on_home:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    background: linear-gradient(67deg, rgba(0, 0, 0, 0.910784) 18%, rgba(0, 0, 0, 0.669888) 43%, rgba(0, 212, 255, 0) 58%);
    z-index: 99;
}

.jk__feature.feat_on_home>.jk__container {
    position: relative;
    z-index: 119;
}

.jk__feature.feat_on_home .feat_post {
    padding-left: 40px;
}

strong {
    font-weight: 700;
}

.feature__lists {
    background-color: #f0f4f8;
    padding: 40px 0;
}

.feature__lists h2.jk_cat_title {
    margin-bottom: 0;
    border: none;
}

.feature__lists h2.jk_cat_title span {
    color: #fff;
}

.cover_collection .cvr_text {
    flex: 0 0 55%;
    background-color: #002d62;
    color: #fff;
    padding: 50px;
    min-height: 350px;
    position: relative;
    align-self: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.cover_collection .cvr_text .name {
    display: inline-block;
    flex: 0 0 100%;
    margin-top: 20px;
    font-size: 12px;
    margin-left: auto;
    text-align: right;
}

.cover_collection .cvr_text a {
    text-decoration: none;
    color: #fff;
    font-size: 34px;
    font-style: italic;
    font-weight: 600;
    padding-left: 50px;
    line-height: 150%;
    display: block;
    flex: 0 0 100%;
}

.cover_collection .cvr_text i {
    position: absolute;
    top: 50px;
    left: 50px;
    font-size: 48px;
    color: rgba(255, 255, 255, 0.1);
}

.cover_collection .cvr_text p {
    font-size: 20px;
    font-weight: 200;
    padding-left: 50px;
    margin-top: 20px;
}

.cover_collection .cvr_img {
    height: 350px;
    background-color: #000;
    flex: 0 0 45%;
}

.cover_collection .cvr_img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.cover_collection .post__title a {
    font-size: 24px !important;
}

.frm_row {
    margin-bottom: 15px;
}

.frm_row label {
    font-size: 14px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.78);
    display: block;
    margin-bottom: 10px;
}

.frm_row input[type="text"],
.frm_row input[type="tel"],
.frm_row input[type="email"],
.frm_row input[type="number"],
.frm_row textarea {
    height: 44px;
    line-height: 44px;
    padding: 0 10px;
    border: solid 1px rgba(0, 0, 0, 0.06);
    background-color: rgba(0, 0, 0, 0.06);
    font-size: 14px;
    width: 100%;
    border-radius: 2px;
}

.frm_row textarea {
    height: auto;
    min-height: 120px;
    resize: none;
    line-height: 150%;
    padding: 10px;
}

.title__medium,
a {
    color: rgba(0, 0, 0, 0.8);
    transition: all 0.4s ease;
}

.title__medium:hover,
a:hover {
    color: #002d62;
}

.jk__Others .jk_sidebar_card .title {
    padding: 0 20px;
    background-color: #fff;
}

.jk__Others .jk_sidebar_card .business_side {
    background-color: #fff;
}

.for_it {
    margin-top: 30px;
    margin-bottom: 0 !important;
}

.suchana_prabidhi .generic__post--wrap .post__image {
    height: 400px;
}

.suchana_prabidhi .jkmain_news_thumb {
    position: relative;
    overflow: hidden;
}

.jk_sidebar_card .jk__thumb--regular {
    margin-bottom: 20px;
}

.feature__lists {
    background-color: rgba(22, 48, 64, 1);
}

.feature__lists .generic__post--wrap h2 a {
    color: #fff;
}

.feature__lists .post__date span {
    color: rgba(255, 255, 255, 0.6);
}

.jk__details--read .side_bar_posts h2 {
    font-size: 20px;
}

.jk__details--read .side_bar_posts .comment_box {
    display: block !important;
}

h2.jk_cat_title {
    font-size: 45px !important;
    padding-bottom: 0 !important;
    margin-bottom: 25px !important;
}

h2.jk_cat_title>span:nth-child(1) {
    display: inline-block;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    opacity: 1;
}

h2.jk_cat_title span.right {
    background-color: transparent;
    line-height: 8px;
}

.post_half-of-page .title {
    line-height: 50px;
    font-size: 28px;
    color: rgba(0, 0, 0, 0.8);
    font-weight: 600;
    background-color: rgba(0, 0, 0, 0.064);
    display: inline-block;
    width: auto;
    padding: 0 20px;
}

.jk_roadblock {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
    height: 100%;
    width: 100%;
    background-color: #fff;
}

.jk_roadblock .flex-box,
.jk_roadblock .nav__row ul,
.nav__row .jk_roadblock ul,
.jk_roadblock .tmb_small--wide,
.jk_roadblock .jk_trending__tickr_section,
.jk_roadblock .jk__bises,
.jk_roadblock .generic__post--wrap.jk__thumb--sml--ltr .jknews__wrap,
.generic__post--wrap.jk__thumb--sml--ltr .jk_roadblock .jknews__wrap,
.jk_roadblock .generic__post--wrap.jk__thumb--sml--rtl .jknews__wrap,
.generic__post--wrap.jk__thumb--sml--rtl .jk_roadblock .jknews__wrap,
.jk_roadblock .generic__post--wrap.jk__thumb--tiny--ltr .jknews__wrap,
.generic__post--wrap.jk__thumb--tiny--ltr .jk_roadblock .jknews__wrap,
.jk_roadblock .generic__post--wrap.jk__thumb--tiny--rtl .jknews__wrap,
.generic__post--wrap.jk__thumb--tiny--rtl .jk_roadblock .jknews__wrap,
.jk_roadblock .generic__post--wrap.jk__thumb--sqr--ltr .jknews__wrap,
.generic__post--wrap.jk__thumb--sqr--ltr .jk_roadblock .jknews__wrap,
.jk_roadblock .jk__news--category,
.jk_roadblock h2.jk_cat_title,
.jk_roadblock .jk_sidebar_card .bichar .post,
.jk_sidebar_card .bichar .jk_roadblock .post,
.jk_roadblock .ok-listicle-controls-wrap,
.jk_roadblock .list__post,
.jk_roadblock .sport__featured .title,
.sport__featured .jk_roadblock .title,
.jk_roadblock .single-inbetween-stories {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.jk_roadblock .flex-box .jk_rb_addWrap>div,
.jk_roadblock .nav__row ul .jk_rb_addWrap>div,
.nav__row .jk_roadblock ul .jk_rb_addWrap>div,
.jk_roadblock .tmb_small--wide .jk_rb_addWrap>div,
.jk_roadblock .jk_trending__tickr_section .jk_rb_addWrap>div,
.jk_roadblock .jk__bises .jk_rb_addWrap>div,
.jk_roadblock .generic__post--wrap.jk__thumb--sml--ltr .jknews__wrap .jk_rb_addWrap>div,
.generic__post--wrap.jk__thumb--sml--ltr .jk_roadblock .jknews__wrap .jk_rb_addWrap>div,
.jk_roadblock .generic__post--wrap.jk__thumb--sml--rtl .jknews__wrap .jk_rb_addWrap>div,
.generic__post--wrap.jk__thumb--sml--rtl .jk_roadblock .jknews__wrap .jk_rb_addWrap>div,
.jk_roadblock .generic__post--wrap.jk__thumb--tiny--ltr .jknews__wrap .jk_rb_addWrap>div,
.generic__post--wrap.jk__thumb--tiny--ltr .jk_roadblock .jknews__wrap .jk_rb_addWrap>div,
.jk_roadblock .generic__post--wrap.jk__thumb--tiny--rtl .jknews__wrap .jk_rb_addWrap>div,
.generic__post--wrap.jk__thumb--tiny--rtl .jk_roadblock .jknews__wrap .jk_rb_addWrap>div,
.jk_roadblock .generic__post--wrap.jk__thumb--sqr--ltr .jknews__wrap .jk_rb_addWrap>div,
.generic__post--wrap.jk__thumb--sqr--ltr .jk_roadblock .jknews__wrap .jk_rb_addWrap>div,
.jk_roadblock .jk__news--category .jk_rb_addWrap>div,
.jk_roadblock h2.jk_cat_title .jk_rb_addWrap>div,
.jk_roadblock .jk_sidebar_card .bichar .post .jk_rb_addWrap>div,
.jk_sidebar_card .bichar .jk_roadblock .post .jk_rb_addWrap>div,
.jk_roadblock .ok-listicle-controls-wrap .jk_rb_addWrap>div,
.jk_roadblock .list__post .jk_rb_addWrap>div,
.jk_roadblock .sport__featured .title .jk_rb_addWrap>div,
.sport__featured .jk_roadblock .title .jk_rb_addWrap>div,
.jk_roadblock .single-inbetween-stories .jk_rb_addWrap>div {
    width: 100%;
    text-align: center;
}

.jk_roadblock .flex-box .jk_rb_addWrap .logo,
.jk_roadblock .nav__row ul .jk_rb_addWrap .logo,
.nav__row .jk_roadblock ul .jk_rb_addWrap .logo,
.jk_roadblock .tmb_small--wide .jk_rb_addWrap .logo,
.jk_roadblock .jk_trending__tickr_section .jk_rb_addWrap .logo,
.jk_roadblock .jk__bises .jk_rb_addWrap .logo,
.jk_roadblock .generic__post--wrap.jk__thumb--sml--ltr .jknews__wrap .jk_rb_addWrap .logo,
.generic__post--wrap.jk__thumb--sml--ltr .jk_roadblock .jknews__wrap .jk_rb_addWrap .logo,
.jk_roadblock .generic__post--wrap.jk__thumb--sml--rtl .jknews__wrap .jk_rb_addWrap .logo,
.generic__post--wrap.jk__thumb--sml--rtl .jk_roadblock .jknews__wrap .jk_rb_addWrap .logo,
.jk_roadblock .generic__post--wrap.jk__thumb--tiny--ltr .jknews__wrap .jk_rb_addWrap .logo,
.generic__post--wrap.jk__thumb--tiny--ltr .jk_roadblock .jknews__wrap .jk_rb_addWrap .logo,
.jk_roadblock .generic__post--wrap.jk__thumb--tiny--rtl .jknews__wrap .jk_rb_addWrap .logo,
.generic__post--wrap.jk__thumb--tiny--rtl .jk_roadblock .jknews__wrap .jk_rb_addWrap .logo,
.jk_roadblock .generic__post--wrap.jk__thumb--sqr--ltr .jknews__wrap .jk_rb_addWrap .logo,
.generic__post--wrap.jk__thumb--sqr--ltr .jk_roadblock .jknews__wrap .jk_rb_addWrap .logo,
.jk_roadblock .jk__news--category .jk_rb_addWrap .logo,
.jk_roadblock h2.jk_cat_title .jk_rb_addWrap .logo,
.jk_roadblock .jk_sidebar_card .bichar .post .jk_rb_addWrap .logo,
.jk_sidebar_card .bichar .jk_roadblock .post .jk_rb_addWrap .logo,
.jk_roadblock .ok-listicle-controls-wrap .jk_rb_addWrap .logo,
.jk_roadblock .list__post .jk_rb_addWrap .logo,
.jk_roadblock .sport__featured .title .jk_rb_addWrap .logo,
.sport__featured .jk_roadblock .title .jk_rb_addWrap .logo,
.jk_roadblock .single-inbetween-stories .jk_rb_addWrap .logo {
    max-width: 300px;
    margin-bottom: 24px;
}

.jk_roadblock .flex-box .jk_rb_addWrap .jk_rb_advtitle,
.jk_roadblock .nav__row ul .jk_rb_addWrap .jk_rb_advtitle,
.nav__row .jk_roadblock ul .jk_rb_addWrap .jk_rb_advtitle,
.jk_roadblock .tmb_small--wide .jk_rb_addWrap .jk_rb_advtitle,
.jk_roadblock .jk_trending__tickr_section .jk_rb_addWrap .jk_rb_advtitle,
.jk_roadblock .jk__bises .jk_rb_addWrap .jk_rb_advtitle,
.jk_roadblock .generic__post--wrap.jk__thumb--sml--ltr .jknews__wrap .jk_rb_addWrap .jk_rb_advtitle,
.generic__post--wrap.jk__thumb--sml--ltr .jk_roadblock .jknews__wrap .jk_rb_addWrap .jk_rb_advtitle,
.jk_roadblock .generic__post--wrap.jk__thumb--sml--rtl .jknews__wrap .jk_rb_addWrap .jk_rb_advtitle,
.generic__post--wrap.jk__thumb--sml--rtl .jk_roadblock .jknews__wrap .jk_rb_addWrap .jk_rb_advtitle,
.jk_roadblock .generic__post--wrap.jk__thumb--tiny--ltr .jknews__wrap .jk_rb_addWrap .jk_rb_advtitle,
.generic__post--wrap.jk__thumb--tiny--ltr .jk_roadblock .jknews__wrap .jk_rb_addWrap .jk_rb_advtitle,
.jk_roadblock .generic__post--wrap.jk__thumb--tiny--rtl .jknews__wrap .jk_rb_addWrap .jk_rb_advtitle,
.generic__post--wrap.jk__thumb--tiny--rtl .jk_roadblock .jknews__wrap .jk_rb_addWrap .jk_rb_advtitle,
.jk_roadblock .generic__post--wrap.jk__thumb--sqr--ltr .jknews__wrap .jk_rb_addWrap .jk_rb_advtitle,
.generic__post--wrap.jk__thumb--sqr--ltr .jk_roadblock .jknews__wrap .jk_rb_addWrap .jk_rb_advtitle,
.jk_roadblock .jk__news--category .jk_rb_addWrap .jk_rb_advtitle,
.jk_roadblock h2.jk_cat_title .jk_rb_addWrap .jk_rb_advtitle,
.jk_roadblock .jk_sidebar_card .bichar .post .jk_rb_addWrap .jk_rb_advtitle,
.jk_sidebar_card .bichar .jk_roadblock .post .jk_rb_addWrap .jk_rb_advtitle,
.jk_roadblock .ok-listicle-controls-wrap .jk_rb_addWrap .jk_rb_advtitle,
.jk_roadblock .list__post .jk_rb_addWrap .jk_rb_advtitle,
.jk_roadblock .sport__featured .title .jk_rb_addWrap .jk_rb_advtitle,
.sport__featured .jk_roadblock .title .jk_rb_addWrap .jk_rb_advtitle,
.jk_roadblock .single-inbetween-stories .jk_rb_addWrap .jk_rb_advtitle {
    font-size: 14px;
    text-align: center;
    color: rgba(0, 0, 0, 0.68);
    text-transform: uppercase;
    line-height: 44px;
    position: relative;
}

.jk_roadblock .flex-box .jk_rb_addWrap .jk_roadbljk_skip,
.jk_roadblock .nav__row ul .jk_rb_addWrap .jk_roadbljk_skip,
.nav__row .jk_roadblock ul .jk_rb_addWrap .jk_roadbljk_skip,
.jk_roadblock .tmb_small--wide .jk_rb_addWrap .jk_roadbljk_skip,
.jk_roadblock .jk_trending__tickr_section .jk_rb_addWrap .jk_roadbljk_skip,
.jk_roadblock .jk__bises .jk_rb_addWrap .jk_roadbljk_skip,
.jk_roadblock .generic__post--wrap.jk__thumb--sml--ltr .jknews__wrap .jk_rb_addWrap .jk_roadbljk_skip,
.generic__post--wrap.jk__thumb--sml--ltr .jk_roadblock .jknews__wrap .jk_rb_addWrap .jk_roadbljk_skip,
.jk_roadblock .generic__post--wrap.jk__thumb--sml--rtl .jknews__wrap .jk_rb_addWrap .jk_roadbljk_skip,
.generic__post--wrap.jk__thumb--sml--rtl .jk_roadblock .jknews__wrap .jk_rb_addWrap .jk_roadbljk_skip,
.jk_roadblock .generic__post--wrap.jk__thumb--tiny--ltr .jknews__wrap .jk_rb_addWrap .jk_roadbljk_skip,
.generic__post--wrap.jk__thumb--tiny--ltr .jk_roadblock .jknews__wrap .jk_rb_addWrap .jk_roadbljk_skip,
.jk_roadblock .generic__post--wrap.jk__thumb--tiny--rtl .jknews__wrap .jk_rb_addWrap .jk_roadbljk_skip,
.generic__post--wrap.jk__thumb--tiny--rtl .jk_roadblock .jknews__wrap .jk_rb_addWrap .jk_roadbljk_skip,
.jk_roadblock .generic__post--wrap.jk__thumb--sqr--ltr .jknews__wrap .jk_rb_addWrap .jk_roadbljk_skip,
.generic__post--wrap.jk__thumb--sqr--ltr .jk_roadblock .jknews__wrap .jk_rb_addWrap .jk_roadbljk_skip,
.jk_roadblock .jk__news--category .jk_rb_addWrap .jk_roadbljk_skip,
.jk_roadblock h2.jk_cat_title .jk_rb_addWrap .jk_roadbljk_skip,
.jk_roadblock .jk_sidebar_card .bichar .post .jk_rb_addWrap .jk_roadbljk_skip,
.jk_sidebar_card .bichar .jk_roadblock .post .jk_rb_addWrap .jk_roadbljk_skip,
.jk_roadblock .ok-listicle-controls-wrap .jk_rb_addWrap .jk_roadbljk_skip,
.jk_roadblock .list__post .jk_rb_addWrap .jk_roadbljk_skip,
.jk_roadblock .sport__featured .title .jk_rb_addWrap .jk_roadbljk_skip,
.sport__featured .jk_roadblock .title .jk_rb_addWrap .jk_roadbljk_skip,
.jk_roadblock .single-inbetween-stories .jk_rb_addWrap .jk_roadbljk_skip {
    position: absolute;
    bottom: 20px;
    right: 0;
    display: inline-block;
    background-color: #e11b22;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    line-height: 44px;
    padding: 0 20px;
    text-transform: uppercase;
}

.jk_ajax-loader {
    margin: 10px;
    width: 14px;
}

.photo-caption {
    background-color: #f6f8fa;
    padding: 15px;
    color: rgba(0, 0, 0, 0.48);
    font-style: italic;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}

.sag-icon {
    position: absolute;
    top: -54px;
    right: 75px;
}

.ok-sag-table thead tr td {
    padding: 15px;
    font-size: 18px;
    font-weight: 700;
    background-color: #403872;
    color: #fff;
}

.ok-sag-table tbody tr td {
    font-weight: 700;
}

.ok-sag-table tbody tr td:nth-child(3) {
    color: #caa900;
}

.ok-sag-table tbody tr td:nth-child(4) {
    color: #ca8466;
}

.ok-sag-table tbody tr td:nth-child(5) {
    color: #bfbfbf;
}

.oko-sag-country-flag img {
    height: 28px;
    width: 28px;
    object-fit: cover;
    border: solid 4px rgba(0, 0, 0, 0.06);
    border-radius: 50%;
}

.jk_fullwidth-inbetween-ad-list {
    padding: 20px 0;
    margin: 20px 0;
    border-top: solid 1px rgba(0, 0, 0, 0.18);
    border-bottom: solid 1px rgba(0, 0, 0, 0.18);
}

.jk_fullwidth-inbetween-ad-list .jk-device-desktop {
    display: flex;
    align-items: center;
}

.jk_fullwidth-inbetween-ad-list .jk-device-desktop>.jk-each-ad {
    margin: 0 15px;
}

.jk__details--banner {
    height: 516px;
    width: 100%;
    background-color: #000;
    position: relative;
}

.jk__details--banner:hover img {
    opacity: 0.8;
}

.jk__details--banner img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}

.jk__details--read {
    background-color: #fff;
    margin-bottom: 20px;
}

.jk__details--read a {
    color: #002d62;
    text-decoration: none;
}

.jk__details--read .share__this span {
    vertical-align: top;
}

.jk__details--read h2 {
    font-weight: 600;
    font-size: 65px;
    line-height: 128%;
}

.jk__details--read .post__subtitle {
    font-size: 22px;
    font-style: italic;
    line-height: 180%;
    font-weight: 300;
    color: rgba(0, 0, 0, 0.5);
    position: relative;
}

.jk__details--read .post__subtitle i {
    position: absolute;
    right: 0;
    bottom: -28px;
    font-size: 44px;
    color: rgba(0, 0, 0, 0.1);
}

.jk__details--read .details__info {
    border-bottom: solid 1px rgba(0, 0, 0, 0.08);
    padding: 0 10px;
    margin-bottom: 30px;
}

.jk__details--read .details__info .post__time {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.6);
}

.jk__details--read .details__info .nof-share {
    display: inline-block;
    vertical-align: top;
    padding: 10px 15px;
    text-align: center;
}

.jk__details--read .details__info .nof-share span {
    display: block;
}

.jk__details--read .details__info .nof-share span.bold {
    font-weight: 600;
    font-size: 24px;
    color: #002d62;
}

.jk__details--read .details__info .nof-share span.light {
    font-size: 10px;
    color: rgba(0, 0, 0, 0.6);
}

.jk__details--read .details__info .comment_count {
    height: 26px;
    width: 24px;
    text-align: center;
    background-image: url(../img/chatIcon.png);
    background-size: 24px 21px;
    display: inline-block;
    padding-top: 0;
    color: rgba(0, 0, 0, 0.6);
    font-weight: 700;
    background-repeat: no-repeat;
    background-position: center;
    display: none;
    margin-top: 0;
}

.jk__details--read .nof-comment {
    font-size: 14px;
    padding: 0 14px;
    border-radius: 0;
    cursor: pointer;
    vertical-align: top;
    display: inline-block;
}

.jk__details--read .nof-comment i {
    font-size: 13px;
    color: #e11b22;
    margin-right: 5px;
}

.jk__details--read .nof-comment a {
    color: rgba(0, 0, 0, 0.8);
    font-size: 18px;
    display: inline-block;
    text-decoration: none;
}

.jk__details--read .nof-comment a strong {
    font-size: 28px;
}

.jk__details--read .nof-comment a:hover {
    color: #e11b22;
}

.side_bar_posts .title {
    color: #002d62;
    margin-bottom: 25px;
    font-size: 34px;
}

.post__info {
    align-items: center;
}

.nws__title--card {
    position: relative;
    background-color: #fff;
}

.jk_with-cover .nws__title--card {
    padding: 30px 30px 0;
    margin-top: -134px;
}

.jk_with-cover .details__info {
    margin-bottom: 0;
}

.jk_with-cover .jk__details--read .details__content {
    position: relative;
    padding: 30px;
    border-radius: 4px;
    background-color: #fff;
}

h2.jk_cat_title {
    font-size: 45px;
}

.details__content {
    position: relative;
}

.details__content h4 {
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 40px;
    font-size: 28px;
}

.details__content .dtl-img {
    width: 100%;
    height: auto;
    margin-bottom: 0;
    position: relative;
}

.details__content .dtl-img img {
    width: 100%;
    height: auto;
}

.details__content p {
    font-size: 20px !important;
    line-height: 170% !important;
    font-weight: 400;
    margin: 0 0 1.04em;
    text-align: justify;
}

.details__content p a {
    font-size: 20px !important;
}

.details__content .jk__news--wrap>.three__cols--grid {
    display: block;
}

.details__content .jk__news--wrap>.three__cols--grid .col {
    margin-bottom: 20px;
}

.details__content .jk__news--wrap>.three__cols--grid .three__cols--grid {
    display: grid;
}

.details__content .emo_sectn {
    padding: 30px 0;
    background-color: #f4f8fb;
}

.colspan3.tribox-add {
    padding-bottom: 0 !important;
    margin-bottom: 20px;
}

.main__read--content ul,
.main__read--content ol {
    margin: 0 0 30px;
    padding: 0;
    clear: left;
}

.main__read--content ul li,
.main__read--content ol li {
    list-style: none;
    margin-bottom: 20px;
    font-size: 19px;
    font-weight: 500;
    padding-left: 20px;
    list-style: decimal;
    line-height: 158%;
    color: rgba(0, 0, 0, 0.68);
}

.main__read--content ol {
    margin-left: 18px;
}

.main__read--content ol li {
    list-style: decimal inherit;
    margin-bottom: 20px;
    font-size: 19px;
    font-weight: 500;
    padding-left: 20px;
    list-style: decimal;
    line-height: 158%;
}

.main__read--content ul li {
    padding-left: 30px;
    list-style: none;
    position: relative;
    margin-bottom: 4px;
}

.main__read--content ul li:before {
    content: "";
    height: 10px;
    width: 10px;
    border-radius: 50%;
    border: solid 3px #002d62;
    position: absolute;
    top: 8px;
    left: 0;
}

.pc {
    font-size: 12px;
    color: #fff;
    display: inline-block;
    position: absolute;
    bottom: 30px;
    padding: 5px 15px;
    left: 15px;
    z-index: 9;
    text-shadow: rgba(0, 0, 0, 0.8) 0 0 4px;
}

.inr_highlight,
.jk_highlight {
    display: inline-block;
    padding: 0 30px;
    margin: 0 0 30px 30px;
    max-width: 400px;
    vertical-align: top;
    float: right;
}

.inr_highlight h4,
.jk_highlight h4 {
    margin-top: 0 !important;
    border-bottom: solid 1px rgba(0, 0, 0, 0.16);
    padding-bottom: 10px;
    position: relative;
    padding-left: 48px;
}

.inr_highlight h4::before,
.jk_highlight h4::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: rgba(14, 93, 174, 0.6);
    transform: rotate(45deg);
}

.inr_highlight h4::after,
.jk_highlight h4::after {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    height: 18px;
    width: 18px;
    background-color: rgba(14, 93, 174, 0.6);
    transform: rotate(45deg);
}

.inr_highlight span.title,
.inr_highlight p,
.jk_highlight span.title,
.jk_highlight p {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 12px !important;
    display: inline-block;
    line-height: 175%;
    font-style: normal;
    position: relative;
    padding-left: 34px;
    color: rgba(0, 0, 0, 0.6);
}

.inr_highlight span.title:before,
.inr_highlight p:before,
.jk_highlight span.title:before,
.jk_highlight p:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    height: 12px;
    width: 12px;
    background-color: rgba(0, 0, 0, 0.48);
    border-radius: 50%;
}

.inr_highlight span.spot,
.jk_highlight span.spot {
    font-size: 18px;
    font-weight: 300;
    font-style: italic;
    color: rgba(0, 0, 0, 0.6);
    display: inline-block;
    line-height: 180%;
    display: inline-block;
    margin-bottom: 20px;
    position: relative;
    padding-left: 25px;
}

.inr_highlight span.spot i,
.jk_highlight span.spot i {
    font-weight: 600;
    font-size: 24px;
    position: absolute;
    top: 0;
    left: 0;
    color: rgba(0, 0, 0, 0.2);
}

.inr_quote,
.jk_quote1 {
    display: inline-block;
    padding: 0 30px 0 78px;
    border-right: solid 1px rgba(0, 0, 0, 0.16);
    margin: 30px 30px 30px 0;
    max-width: 294px;
    position: relative;
    float: left;
    vertical-align: top;
    line-height: 160%;
    font-size: 22px;
    color: rgba(0, 0, 0, 0.6);
    font-style: normal;
    font-weight: 500;
    letter-spacing: 1px;
}

.inr_quote:before,
.jk_quote1:before {
    content: "\f10d";
    position: absolute;
    top: -6px;
    left: 0;
    font-size: 50px;
    color: rgba(0, 0, 0, 0.24);
    line-height: 112%;
    font-family: fontawesome;
    font-style: normal;
}

.inr_quote .name,
.inr_quote strong,
.inr_quote italic,
.jk_quote1 .name,
.jk_quote1 strong,
.jk_quote1 italic {
    font-size: 12px;
    font-style: italic;
}

.jk_quote2 {
    display: inline-block;
    padding: 103px 30px 30px;
    border-right: none;
    margin: 30px 0 30px 30px;
    max-width: 234px;
    position: relative;
    float: right;
    vertical-align: top;
    line-height: 168%;
    font-size: 20px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.6);
    font-style: normal;
    background-color: rgba(0, 0, 0, 0.06);
}

.jk_quote2:before {
    content: "\f10d";
    position: absolute;
    top: 28px;
    left: 40px;
    font-size: 58px;
    color: rgba(0, 0, 0, 0.24);
    line-height: 112%;
    font-family: fontawesome;
    font-style: normal;
}

.jk_quote2 .name,
.jk_quote2 strong,
.jk_quote2 italic {
    font-size: 12px;
    font-style: italic;
}

.jk_quote3 {
    display: block;
    width: 100%;
    clear: both;
    padding: 25px 30px 25px 100px;
    margin: 30px 0;
    position: relative;
    float: none;
    vertical-align: top;
    line-height: 150%;
    font-size: 24px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.6);
    font-style: normal;
    background-color: transparent;
    text-align: center;
    border-top: solid 1px rgba(0, 0, 0, 0.1);
    border-bottom: solid 4px rgba(0, 0, 0, 0.1);
}

.jk_quote3:before {
    content: "\f10d";
    position: absolute;
    top: 30px;
    left: -20px;
    font-size: 58px;
    color: rgba(0, 0, 0, 0.24);
    line-height: 112%;
    font-family: fontawesome;
    font-style: normal;
}

.jk_quote3 .name,
.jk_quote3 strong,
.jk_quote3 italic {
    font-size: 12px;
    font-style: italic;
    display: block;
    margin-top: 15px;
}

.fright {
    float: right;
}

.fleft {
    float: left;
}

.tribox-add {
    flex-wrap: wrap;
    border-top: solid 1px rgba(0, 0, 0, 0.14);
    border-bottom: solid 1px rgba(0, 0, 0, 0.14);
    padding-top: 25px;
    padding-bottom: 25px;
}

.tribox-add .adBox {
    flex: 0 0 100%;
    text-align: center;
}

.tribox-add .adBox .jk-device-mobile-desktop {
    display: flex;
    justify-content: center;
}

.tribox-add .adBox img {
    height: auto !important;
    width: 250px;
    margin-left: 10px;
    margin-right: 10px;
}

.advName {
    display: block;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.5);
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}

.inr_related--post {
    display: inline-block;
    margin: 30px 0 30px 30px;
    width: 314px;
    position: relative;
}

.inr_related--post .list_title {
    display: inline-block;
    width: 100%;
    line-height: 58px;
    background-color: rgba(0, 0, 0, 0.08);
    color: #fff;
    padding: 0 20px;
    font-size: 28px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.5);
    position: relative;
    cursor: pointer;
}

.inr_related--post .list_title:before {
    content: "";
    height: 4px;
    width: 20px;
    background-color: gray;
    position: absolute;
    top: 28px;
    right: 12px;
}

.inr_related--post .list_title.collapse:after {
    content: "";
    width: 4px;
    height: 20px;
    background-color: gray;
    position: absolute;
    top: 20px;
    right: 20px;
}

.inr_related--post .rlt_posts {
    background-color: #f8f9fa;
    padding: 10px 20px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
    display: block;
}

.inr_related--post .rlt_posts a {
    transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 18px;
    color: #666;
    line-height: 140%;
    text-decoration: none;
    font-weight: 400;
    display: block;
}

.inr_related--post .rlt_posts a:hover {
    text-decoration: underline;
}

.readthis {
    border: solid 1px rgba(0, 0, 0, 0.2);
    margin-top: 20px;
    margin-bottom: 30px;
    width: 100%;
    display: flex;
    padding: 20px;
}

.readthis span {
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    margin-right: 20px;
    color: rgba(0, 0, 0, 0.6);
}

.readthis a {
    color: #002d62;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
}

.Quotefull {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 100%;
    display: block;
    border: none;
    border-left: solid 8px #e11b22;
    line-height: 30px;
    padding: 20px 20px 20px 120px;
}

.Quotefull i {
    left: 20px;
    top: 20px;
}

.inr_topComment span.name {
    font-size: 12px;
    font-weight: 600;
}

.inr_topComment span.Date {
    font-weight: 400;
    font-size: 10px;
}

.inr_topComment span.spot {
    padding: 0;
    margin-top: 15px;
}

.btn-see {
    font-size: 15px !important;
    margin-right: 5px;
    background-color: #e7edf4 !important;
    transition: all 0.3s ease;
}

.btn-see:hover {
    background-color: #14518f !important;
    color: #fff;
}

.btn-cmnt {
    font-size: 15px !important;
    margin-right: 5px;
    background-color: #002d62 !important;
    transition: all 0.3s ease;
    color: #fff !important;
}

.btn-cmnt:hover {
    background-color: #163040 !important;
    color: #fff !important;
}

.readthis_2 {
    display: flex;
    align-items: center;
    background-color: #f5f5f5;
    margin: 30px 0;
}

.readthis_2 span.img {
    height: 75px;
    width: 75px;
    overflow: hidden;
    display: inline-block;
    background-color: #000;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.readthis_2 span.img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.readthis_2 .r_content {
    padding-left: 20px;
}

.readthis_2 .r_content>span {
    display: block;
    font-weight: 600;
    font-size: 15px;
    color: rgba(0, 0, 0, 0.6);
    line-height: 150%;
}

.readthis_2 .r_content>a {
    text-decoration: none;
    font-weight: 600;
    color: #002d62;
    transition: all 0.3s ease;
    font-size: 20px;
    line-height: 168%;
}

.readthis_2 .r_content>a:hover {
    color: #000;
}

.post_ftr {
    border-top: solid 1px rgba(0, 0, 0, 0.14);
    border-bottom: solid 1px rgba(0, 0, 0, 0.14);
    padding: 10px 0;
}

.post_ftr .flex-box,
.post_ftr .nav__row ul,
.nav__row .post_ftr ul,
.post_ftr .tmb_small--wide,
.post_ftr .jk_trending__tickr_section,
.post_ftr .jk__bises,
.post_ftr .generic__post--wrap.jk__thumb--sml--ltr .jknews__wrap,
.generic__post--wrap.jk__thumb--sml--ltr .post_ftr .jknews__wrap,
.post_ftr .generic__post--wrap.jk__thumb--sml--rtl .jknews__wrap,
.generic__post--wrap.jk__thumb--sml--rtl .post_ftr .jknews__wrap,
.post_ftr .generic__post--wrap.jk__thumb--tiny--ltr .jknews__wrap,
.generic__post--wrap.jk__thumb--tiny--ltr .post_ftr .jknews__wrap,
.post_ftr .generic__post--wrap.jk__thumb--tiny--rtl .jknews__wrap,
.generic__post--wrap.jk__thumb--tiny--rtl .post_ftr .jknews__wrap,
.post_ftr .generic__post--wrap.jk__thumb--sqr--ltr .jknews__wrap,
.generic__post--wrap.jk__thumb--sqr--ltr .post_ftr .jknews__wrap,
.post_ftr .jk__news--category,
.post_ftr h2.jk_cat_title,
.post_ftr .jk_sidebar_card .bichar .post,
.jk_sidebar_card .bichar .post_ftr .post,
.post_ftr .ok-listicle-controls-wrap,
.post_ftr .list__post,
.post_ftr .sport__featured .title,
.sport__featured .post_ftr .title,
.post_ftr .single-inbetween-stories {
    flex-wrap: wrap;
    align-items: center;
}

.post_ftr .flex-box .ftr_tags,
.post_ftr .nav__row ul .ftr_tags,
.nav__row .post_ftr ul .ftr_tags,
.post_ftr .tmb_small--wide .ftr_tags,
.post_ftr .jk_trending__tickr_section .ftr_tags,
.post_ftr .jk__bises .ftr_tags,
.post_ftr .generic__post--wrap.jk__thumb--sml--ltr .jknews__wrap .ftr_tags,
.generic__post--wrap.jk__thumb--sml--ltr .post_ftr .jknews__wrap .ftr_tags,
.post_ftr .generic__post--wrap.jk__thumb--sml--rtl .jknews__wrap .ftr_tags,
.generic__post--wrap.jk__thumb--sml--rtl .post_ftr .jknews__wrap .ftr_tags,
.post_ftr .generic__post--wrap.jk__thumb--tiny--ltr .jknews__wrap .ftr_tags,
.generic__post--wrap.jk__thumb--tiny--ltr .post_ftr .jknews__wrap .ftr_tags,
.post_ftr .generic__post--wrap.jk__thumb--tiny--rtl .jknews__wrap .ftr_tags,
.generic__post--wrap.jk__thumb--tiny--rtl .post_ftr .jknews__wrap .ftr_tags,
.post_ftr .generic__post--wrap.jk__thumb--sqr--ltr .jknews__wrap .ftr_tags,
.generic__post--wrap.jk__thumb--sqr--ltr .post_ftr .jknews__wrap .ftr_tags,
.post_ftr .jk__news--category .ftr_tags,
.post_ftr h2.jk_cat_title .ftr_tags,
.post_ftr .jk_sidebar_card .bichar .post .ftr_tags,
.jk_sidebar_card .bichar .post_ftr .post .ftr_tags,
.post_ftr .ok-listicle-controls-wrap .ftr_tags,
.post_ftr .list__post .ftr_tags,
.post_ftr .sport__featured .title .ftr_tags,
.sport__featured .post_ftr .title .ftr_tags,
.post_ftr .single-inbetween-stories .ftr_tags {
    margin-left: auto;
}

.post_ftr .flex-box .ftr_tags a,
.post_ftr .nav__row ul .ftr_tags a,
.nav__row .post_ftr ul .ftr_tags a,
.post_ftr .tmb_small--wide .ftr_tags a,
.post_ftr .jk_trending__tickr_section .ftr_tags a,
.post_ftr .jk__bises .ftr_tags a,
.post_ftr .generic__post--wrap.jk__thumb--sml--ltr .jknews__wrap .ftr_tags a,
.generic__post--wrap.jk__thumb--sml--ltr .post_ftr .jknews__wrap .ftr_tags a,
.post_ftr .generic__post--wrap.jk__thumb--sml--rtl .jknews__wrap .ftr_tags a,
.generic__post--wrap.jk__thumb--sml--rtl .post_ftr .jknews__wrap .ftr_tags a,
.post_ftr .generic__post--wrap.jk__thumb--tiny--ltr .jknews__wrap .ftr_tags a,
.generic__post--wrap.jk__thumb--tiny--ltr .post_ftr .jknews__wrap .ftr_tags a,
.post_ftr .generic__post--wrap.jk__thumb--tiny--rtl .jknews__wrap .ftr_tags a,
.generic__post--wrap.jk__thumb--tiny--rtl .post_ftr .jknews__wrap .ftr_tags a,
.post_ftr .generic__post--wrap.jk__thumb--sqr--ltr .jknews__wrap .ftr_tags a,
.generic__post--wrap.jk__thumb--sqr--ltr .post_ftr .jknews__wrap .ftr_tags a,
.post_ftr .jk__news--category .ftr_tags a,
.post_ftr h2.jk_cat_title .ftr_tags a,
.post_ftr .jk_sidebar_card .bichar .post .ftr_tags a,
.jk_sidebar_card .bichar .post_ftr .post .ftr_tags a,
.post_ftr .ok-listicle-controls-wrap .ftr_tags a,
.post_ftr .list__post .ftr_tags a,
.post_ftr .sport__featured .title .ftr_tags a,
.sport__featured .post_ftr .title .ftr_tags a,
.post_ftr .single-inbetween-stories .ftr_tags a {
    display: inline-block;
    line-height: 30px;
    padding: 0 10px;
    font-size: 12px;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.8);
    background-color: rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    margin-left: 5px;
    border-radius: 34px;
}

.post_ftr .flex-box .ftr_tags a:hover,
.post_ftr .nav__row ul .ftr_tags a:hover,
.nav__row .post_ftr ul .ftr_tags a:hover,
.post_ftr .tmb_small--wide .ftr_tags a:hover,
.post_ftr .jk_trending__tickr_section .ftr_tags a:hover,
.post_ftr .jk__bises .ftr_tags a:hover,
.post_ftr .generic__post--wrap.jk__thumb--sml--ltr .jknews__wrap .ftr_tags a:hover,
.generic__post--wrap.jk__thumb--sml--ltr .post_ftr .jknews__wrap .ftr_tags a:hover,
.post_ftr .generic__post--wrap.jk__thumb--sml--rtl .jknews__wrap .ftr_tags a:hover,
.generic__post--wrap.jk__thumb--sml--rtl .post_ftr .jknews__wrap .ftr_tags a:hover,
.post_ftr .generic__post--wrap.jk__thumb--tiny--ltr .jknews__wrap .ftr_tags a:hover,
.generic__post--wrap.jk__thumb--tiny--ltr .post_ftr .jknews__wrap .ftr_tags a:hover,
.post_ftr .generic__post--wrap.jk__thumb--tiny--rtl .jknews__wrap .ftr_tags a:hover,
.generic__post--wrap.jk__thumb--tiny--rtl .post_ftr .jknews__wrap .ftr_tags a:hover,
.post_ftr .generic__post--wrap.jk__thumb--sqr--ltr .jknews__wrap .ftr_tags a:hover,
.generic__post--wrap.jk__thumb--sqr--ltr .post_ftr .jknews__wrap .ftr_tags a:hover,
.post_ftr .jk__news--category .ftr_tags a:hover,
.post_ftr h2.jk_cat_title .ftr_tags a:hover,
.post_ftr .jk_sidebar_card .bichar .post .ftr_tags a:hover,
.jk_sidebar_card .bichar .post_ftr .post .ftr_tags a:hover,
.post_ftr .ok-listicle-controls-wrap .ftr_tags a:hover,
.post_ftr .list__post .ftr_tags a:hover,
.post_ftr .sport__featured .title .ftr_tags a:hover,
.sport__featured .post_ftr .title .ftr_tags a:hover,
.post_ftr .single-inbetween-stories .ftr_tags a:hover {
    background-color: #002d62;
    color: #fff;
}

.emo_sectn {
    text-align: center;
}

.emo_sectn h4 {
    margin-top: 0;
}

.abt_author {
    background-color: #f8f9fa;
    padding: 25px;
}

.abt_author h5 {
    font-weight: 400;
    margin-bottom: 25px;
    font-size: 22px;
}

.abt_author h6 {
    font-weight: 500;
    font-size: 16px;
}

.abt_author p {
    line-height: 150%;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.7);
}

.abt_author .aut_info-ftr {
    margin-top: 30px;
}

.abt_author .aut_info-ftr a {
    margin-right: 10px;
    color: rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease;
}

.abt_author .aut_info-ftr a:hover {
    color: #002d62;
}

.abt_author .more_frm_aut_btn {
    line-height: 30px;
    background-color: rgba(0, 0, 0, 0.06);
    border-radius: 34px;
    padding: 0 15px 0 0;
    display: inline-block;
    font-size: 12px;
    cursor: pointer;
    margin-right: 20px;
    transition: all 0.3s ease;
}

.abt_author .more_frm_aut_btn:hover {
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
}

.abt_author .more_frm_aut_btn i {
    height: 33px;
    width: 33px;
    line-height: 28px;
    background-color: rgba(0, 0, 0, 0.34);
    color: #fff;
    font-size: 18px;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
    padding-top: 2px;
}

.abt_author .flex-box .aut_img,
.abt_author .nav__row ul .aut_img,
.nav__row .abt_author ul .aut_img,
.abt_author .tmb_small--wide .aut_img,
.abt_author .jk_trending__tickr_section .aut_img,
.abt_author .jk__bises .aut_img,
.abt_author .generic__post--wrap.jk__thumb--sml--ltr .jknews__wrap .aut_img,
.generic__post--wrap.jk__thumb--sml--ltr .abt_author .jknews__wrap .aut_img,
.abt_author .generic__post--wrap.jk__thumb--sml--rtl .jknews__wrap .aut_img,
.generic__post--wrap.jk__thumb--sml--rtl .abt_author .jknews__wrap .aut_img,
.abt_author .generic__post--wrap.jk__thumb--tiny--ltr .jknews__wrap .aut_img,
.generic__post--wrap.jk__thumb--tiny--ltr .abt_author .jknews__wrap .aut_img,
.abt_author .generic__post--wrap.jk__thumb--tiny--rtl .jknews__wrap .aut_img,
.generic__post--wrap.jk__thumb--tiny--rtl .abt_author .jknews__wrap .aut_img,
.abt_author .generic__post--wrap.jk__thumb--sqr--ltr .jknews__wrap .aut_img,
.generic__post--wrap.jk__thumb--sqr--ltr .abt_author .jknews__wrap .aut_img,
.abt_author .jk__news--category .aut_img,
.abt_author h2.jk_cat_title .aut_img,
.abt_author .jk_sidebar_card .bichar .post .aut_img,
.jk_sidebar_card .bichar .abt_author .post .aut_img,
.abt_author .ok-listicle-controls-wrap .aut_img,
.abt_author .list__post .aut_img,
.abt_author .sport__featured .title .aut_img,
.sport__featured .abt_author .title .aut_img,
.abt_author .single-inbetween-stories .aut_img {
    height: 70px;
    min-width: 70px;
    max-width: 70px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 20px;
}

.abt_author .flex-box .aut_img img,
.abt_author .nav__row ul .aut_img img,
.nav__row .abt_author ul .aut_img img,
.abt_author .tmb_small--wide .aut_img img,
.abt_author .jk_trending__tickr_section .aut_img img,
.abt_author .jk__bises .aut_img img,
.abt_author .generic__post--wrap.jk__thumb--sml--ltr .jknews__wrap .aut_img img,
.generic__post--wrap.jk__thumb--sml--ltr .abt_author .jknews__wrap .aut_img img,
.abt_author .generic__post--wrap.jk__thumb--sml--rtl .jknews__wrap .aut_img img,
.generic__post--wrap.jk__thumb--sml--rtl .abt_author .jknews__wrap .aut_img img,
.abt_author .generic__post--wrap.jk__thumb--tiny--ltr .jknews__wrap .aut_img img,
.generic__post--wrap.jk__thumb--tiny--ltr .abt_author .jknews__wrap .aut_img img,
.abt_author .generic__post--wrap.jk__thumb--tiny--rtl .jknews__wrap .aut_img img,
.generic__post--wrap.jk__thumb--tiny--rtl .abt_author .jknews__wrap .aut_img img,
.abt_author .generic__post--wrap.jk__thumb--sqr--ltr .jknews__wrap .aut_img img,
.generic__post--wrap.jk__thumb--sqr--ltr .abt_author .jknews__wrap .aut_img img,
.abt_author .jk__news--category .aut_img img,
.abt_author h2.jk_cat_title .aut_img img,
.abt_author .jk_sidebar_card .bichar .post .aut_img img,
.jk_sidebar_card .bichar .abt_author .post .aut_img img,
.abt_author .ok-listicle-controls-wrap .aut_img img,
.abt_author .list__post .aut_img img,
.abt_author .sport__featured .title .aut_img img,
.sport__featured .abt_author .title .aut_img img,
.abt_author .single-inbetween-stories .aut_img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.innterTrendingLeft {
    padding-right: 0 !important;
}

.innterTrendingLeft .trendleftwrap {
    counter-reset: my-sec-counter;
}

.innterTrendingLeft .generic__post--wrap {
    position: relative;
}

.innterTrendingLeft .generic__post--wrap .post__image {
    margin-bottom: 0;
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    padding-top: 20px;
}

.innterTrendingLeft .generic__post--wrap h2 {
    font-size: 20px;
}

.innterTrendingLeft .generic__post--wrap:before {
    position: absolute;
    top: 23px;
    left: 43px;
    font-size: 40px;
    font-weight: 600;
    color: #fff;
}

.innterTrendingLeft .generic__post--wrap.jk__thumb--sml--ltr .jknews__wrap>div:first-child {
    max-width: 100px;
}

.relatedPostsDtl .generic__post--wrap h2 {
    font-size: 20px;
}

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

.Post__feedback h2.jk_cat_title {
    margin-bottom: 0;
}

.Post__feedback .aut_img {
    height: 47px;
    width: 47px;
    min-width: 47px;
    max-width: 47px;
    border-radius: 50%;
    overflow: hidden;
}

.Post__feedback .aut_img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.Post__feedback .comment_wrp {
    padding-left: 30px;
}

.Post__feedback .comment_wrp .name {
    font-size: 20px;
    font-weight: 500;
    color: #002d62;
    margin-bottom: 10px;
}

.Post__feedback .comment_wrp .date {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
}

.Post__feedback .comment_wrp .comments {
    border-top: solid 1px rgba(0, 0, 0, 0.2);
    margin-top: 10px;
    padding: 10px 0;
    font-weight: 300;
    font-size: 18px;
    line-height: 200%;
}

.Post__feedback .comment_wrp .comments_ftr {
    align-items: center;
}

.Post__feedback .comment_wrp .comments_ftr .icon-nmr-text {
    display: inline-block;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.6);
    margin-right: 20px;
}

.Post__feedback .comment_wrp .comments_ftr .icon-nmr-text a {
    text-decoration: none;
    transition: all 0.3s ease;
    color: rgba(0, 0, 0, 0.6);
}

.Post__feedback .comment_wrp .comments_ftr .icon-nmr-text a:hover {
    color: #002d62;
}

.Post__feedback .comment_wrp .comments_ftr .icon-nmr-text i {
    font-size: 14px;
    margin-right: 5px;
}

.Post__feedback .comment_wrp .comments_ftr .icon-nmr-text .numr {
    font-weight: 700;
    font-size: 14px;
    color: #002d62;
    margin-right: 5px;
}

.Post__feedback .comment_wrp .comments_ftr .icon-nmr-text.report i {
    color: #e11b22;
}

.Post__feedback .comment_wrp .comments_ftr .btn-see {
    font-weight: 600;
    color: #002d62;
    margin-left: auto;
}

.Post__feedback .comment_wrp .comments_ftr .btn-see:hover {
    color: #fff;
}

.quick__comment--hidden .closeThis.all__cmnts {
    display: none;
    position: absolute;
    left: -48px;
    height: 48px;
    width: 48px;
    background-color: #002d62;
    color: #fff;
    text-align: center;
    padding-top: 13px;
    cursor: pointer;
}

.cmnt-sbmt {
    background-color: #002d62 !important;
    color: #fff !important;
}

.comment__wrap {
    background-color: #f6f8fa;
    padding: 25px;
    margin-top: 0;
    border-radius: 4px;
}

.r-tabs {
    position: relative;
}

.r-tabs .r-tabs-nav {
    border-bottom: 1px solid #ccc;
    line-height: 54px;
}

.r-tabs .r-tabs-nav .r-tabs-tab {
    position: relative;
    top: 1px;
}

.r-tabs .r-tabs-nav .r-tabs-anchor {
    padding: 0 12px;
    display: inline-block;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.6);
    font-weight: 600;
}

.r-tabs .r-tabs-nav .r-tabs-state-active {
    color: #e11b22;
    border-bottom: solid 4px #e11b22;
}

.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
    color: #e11b22;
    background-color: transparent;
}

.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
    display: block;
    padding: 15px 10px;
    background-color: rgba(0, 0, 0, 0.14);
    color: rgba(0, 0, 0, 0.68);
    font-weight: 700;
    text-decoration: none;
    margin-bottom: 3px;
    font-size: 20px;
}

.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
    background-color: #002d62;
    color: #fff;
    margin-bottom: 0;
}

.r-tabs .r-tabs-nav {
    margin: 0;
    padding: 0;
}

.r-tabs .r-tabs-tab {
    display: inline-block;
    margin: 0;
    list-style: none;
}

.r-tabs .r-tabs-panel {
    display: none;
}

.r-tabs .r-tabs-accordion-title {
    display: none;
}

.r-tabs .r-tabs-panel.r-tabs-state-active {
    display: block;
}

.r-tabs-accordion-title {
    position: relative;
}

.r-tabs-accordion-title:before {
    content: "";
    position: absolute;
    top: 26px;
    right: 15px;
    border-style: solid;
    border-width: 8px;
    border-color: #002d62 transparent transparent transparent;
}

.r-tabs-accordion-title.r-tabs-state-active:before {
    border-color: #fff transparent transparent transparent;
}

@media only screen and (max-width: 768px) {
    .r-tabs .r-tabs-nav {
        display: none;
    }
    .r-tabs .r-tabs-accordion-title {
        display: block;
    }
}

.cmnt-btn-wrpr {
    margin: 40px 0;
}

.cmnt-btn-wrpr a:nth-child(2) {
    margin-left: auto;
}

.quick__comment--hidden .comment__wrap {
    margin-top: 0;
    display: block;
}

.quick__comment--hidden .title {
    padding-left: 20px;
}

.quick__comment--hidden .comment_wrp {
    padding-left: 0;
}

.all_cmnts-frm_right {
    height: calc(100vh - 64px);
    height: -webkit-calc(100vh - 64px);
    overflow-y: auto;
}

.side_bar_posts .title {
    position: relative;
    padding: 0;
    background-color: transparent;
}

.side_bar_posts .title:before {
    content: "";
    height: 4px;
    width: 44px;
    background-color: #002d62;
    position: absolute;
    left: 0;
    bottom: 0;
}

.side_bar_posts h2.post__title {
    line-height: 14px;
    position: relative;
}

.side_bar_posts .post__image {
    margin-bottom: 0;
}

.side_bar_posts.recomended .post__date {
    display: none;
}

.side_bar_posts.mostCommented .generic__post--wrap .post__image {
    background-color: #e9eef3;
    line-height: 58px;
    text-align: center;
    font-weight: 600;
    font-size: 28px;
    color: rgba(0, 0, 0, 0.4);
    position: relative;
    overflow: visible;
    max-width: 84px !important;
    height: 70px !important;
}

.side_bar_posts.mostCommented .generic__post--wrap .post__image::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -14px;
    border-style: solid;
    border-width: 14px;
    border-color: transparent transparent transparent #e9eef3;
}

.mostShared .title {
    margin-bottom: 10px;
}

.mostShared .Shared li a {
    font-size: 20px !important;
}

.side_bar_video {
    margin-top: 40px;
    position: relative;
}

.side_bar_video .thumb_over_layer {
    height: 300px;
}

.side_bar_video .thumb_over_layer .title__regular {
    font-size: 16px;
    color: #fff;
}

.side_bar_video .play_icon {
    font-size: 44px;
    color: #fff;
    margin-bottom: 15px;
    display: inline-block;
}

figure.wp-caption {
    width: 100% !important;
    max-width: 100% !important;
    position: relative;
}

figure.wp-caption .wp-caption-text {
    width: 100%;
    display: inline-block;
    font-size: 20px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.02);
    margin: 0;
    color: rgba(0, 0, 0, 0.58);
    line-height: 140%;
    font-weight: 500;
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
    font-style: italic;
}

figure.wp-caption.alignleft {
    width: auto !important;
    max-width: 100% !important;
    position: relative;
}

figure.wp-caption.alignright {
    width: auto !important;
    max-width: 100% !important;
    position: relative;
    float: right;
}

.comment__wrap {
    flex-wrap: wrap;
}

.jk_comment-reply-form-wrap {
    margin-top: 15px;
    flex: 0 0 100%;
}

.jk_main-comment-wrap {
    width: calc(100% - 50px);
    width: -webkit-calc(100% - 50px);
}

.quick__comment--hidden .jk_main-comment-wrap {
    width: 100%;
}

.quick__comment--hidden .comments_ftr {
    flex-wrap: wrap;
}

.quick__comment--hidden .comments_ftr>div,
.quick__comment--hidden .comments_ftr>span {
    margin-bottom: 10px;
}

.quick__comment--hidden .Post__feedback .comment_wrp .comments_ftr .btn-see {
    margin-top: 5px;
    margin-left: 0;
}

.quick__comment--hidden .jk_comment-reply-form-wrap::before {
    right: auto;
    left: 38px;
}

.jk_comment-reply-form-wrap {
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.18) 0 0 18px;
    padding: 25px;
    position: relative;
}

.jk_comment-reply-form-wrap .jk_comment-reply-close {
    position: absolute;
    top: 16px;
    right: 20px;
    cursor: pointer;
}

.jk_comment-reply-form-wrap:before {
    content: "";
    position: absolute;
    top: -28px;
    right: 58px;
    border-style: solid;
    border-width: 15px;
    border-color: transparent transparent #fff transparent;
}

.jk_error {
    display: inline-block;
    padding: 10px 20px;
    font-size: 15px;
    background-color: #eaa9a9;
    border: solid 1px #c49191;
    color: #b36161;
}

.jk_success {
    display: inline-block;
    padding: 10px 20px;
    font-size: 15px;
    background-color: #a9eab6;
    border: solid 1px #8bbf93;
    color: #4a9452;
}

.size-full {
    margin: 0 0 30px !important;
    width: 100%;
    height: auto;
    object-fit: cover;
    max-width: 200%;
}

.main__read--content embed,
.main__read--content iframe,
.main__read--content object {
    margin-bottom: 30px;
    width: 100%;
}

.main__read--content p embed,
.main__read--content p iframe,
.main__read--content p object {
    margin-bottom: 0 !important;
}

.main__read--content p:first-child>img {
    margin: 0 0 30px !important;
    height: auto !important;
}

.main__read--content p:first-child a>img {
    margin: 0 0 30px !important;
    height: auto !important;
}

.side__add {
    margin-bottom: 20px;
}

.jk_ajax-loader {
    display: inline-block;
}

figure.wp-caption img {
    margin-bottom: 0 !important;
}

.post__emo {
    margin-top: 30px;
}

.post__emo .emowrap {
    text-align: center;
    position: relative;
    flex: 1 1 auto;
}

.post__emo .emowrap .percent {
    width: auto;
    display: inline-block;
    position: absolute;
    top: -10px;
    left: calc(64% - 40px);
    left: -webkit-calc(64% - 40px);
    background-color: #002d62;
    color: #fff;
    border-radius: 34px;
    padding: 0 9px;
    line-height: 26px;
    font-size: 12px;
}

.post__emo .emowrap h2 {
    font-size: 14px;
    margin: 15px 0 0;
    text-transform: uppercase;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.68);
}

.post__emo .emowrap .emoji {
    display: block;
    font-size: 48px;
    height: 80px;
    width: 80px;
    display: inline-block;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.06);
    padding-top: 18px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.post__emo .emowrap .emoji img {
    max-width: 48px;
}

.post__emo .emowrap .emoji:hover {
    padding-top: 16px;
    font-size: 68px;
}

table {
    border-collapse: collapse;
}

table thead tr th {
    padding: 20px 15px;
    font-size: 18px;
    font-weight: 600;
    background-color: rgba(0, 0, 0, 0.08);
    color: rgba(0, 0, 0, 0.54);
    text-align: left;
}

table tbody tr {
    transition: all 0.3s ease;
}

table tbody tr td {
    padding: 15px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.8);
    border-bottom: solid 1px rgba(0, 0, 0, 0.14);
}

table tbody tr:nth-child(odd) {
    background-color: rgba(0, 0, 0, 0.02);
}

table tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.08);
}

.each-pager-slide.active {
    border: solid 8px #000;
}

.ok-listicle-wrap {
    position: relative;
    clear: right;
}

.ok-listicle-wrap .ok-listicle-image img {
    width: 100%;
}

.ok-listicle-wrap .ok-listicle-description {
    font-size: 19px;
    line-height: 148%;
    padding: 25px;
    background-color: rgba(0, 0, 0, 0.06);
    text-align: center;
    border-bottom: solid 2px rgba(0, 0, 0, 0.14);
    margin-bottom: 30px;
}

.ok-listicle-controls-wrap {
    position: absolute;
    width: 100%;
    left: 0;
    top: calc(46% - 30px);
}

.ok-listicle-controls-wrap .ok-listicle-prev,
.ok-listicle-controls-wrap .ok-listicle-next {
    display: inline-block;
    padding: 0 15px;
    text-transform: uppercase;
    line-height: 44px;
    background-color: #fff;
    color: rgba(0, 0, 0, 0.8);
    font-size: 11px;
    text-decoration: none;
}

.ok-listicle-controls-wrap .ok-listicle-next {
    margin-left: auto;
    border-top-left-radius: 34px;
    border-bottom-left-radius: 34px;
}

.ok-listicle-controls-wrap .ok-listicle-prev {
    border-top-right-radius: 34px;
    border-bottom-right-radius: 34px;
}

.single-format-standard .feature__lists {
    background-color: #f0f4f8;
}

.single-format-standard .feature__lists .generic__post--wrap h2 a {
    color: rgba(0, 0, 0, 0.8);
}

.single-format-standard .feature__lists .generic__post--wrap h2 a:hover {
    color: #002d62;
}

.single-format-standard .feature__lists h2.jk_cat_title {
    background-color: transparent !important;
    padding: 0 !important;
}

.single-format-standard .feature__lists h2.jk_cat_title>span:nth-child(1) {
    color: #002d62;
}

.single-format-standard .feature__lists .post__date {
    display: none;
}

.share__this {
    float: left;
}

.at4-count,
.at4-title {
    float: left;
}

.at4-count>span:last-child,
.at4-title>span:last-child {
    font-size: 34px !important;
    line-height: 54px !important;
    color: #002d62 !important;
}

.at4-title {
    font-size: 14px !important;
}

.at4-title {
    font-size: 18px;
    color: rgba(0, 0, 0, 0.68) !important;
    float: left;
    padding-top: 24px;
    padding-left: 8px;
}

.at4-jumboshare .at4-count-container {
    display: table-cell;
    text-align: center;
    min-width: 10px !important;
    vertical-align: middle;
    border-right: none !important;
    padding-right: 0 !important;
}

.at4-jumboshare .at4-count {
    line-height: 34px !important;
}

.at-icon-wrapper .at-label {
    display: none;
}

.at-svc-facebook,
.at-svc-twitter {
    padding-right: 45px !important;
}

.custom_breadcrumb {
    padding-bottom: 8px;
    margin-bottom: 18px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}

.custom_breadcrumb a,
.custom_breadcrumb span {
    display: inline-block;
    line-height: 20px;
    font-size: 12px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.68);
    text-decoration: none;
    padding: 0 5px;
    transition: all 0.3s ease;
}

.custom_breadcrumb a:hover,
.custom_breadcrumb a.current_page,
.custom_breadcrumb span:hover,
.custom_breadcrumb span.current_page {
    color: #002d62;
}

.jk_with-cover .custom_breadcrumb {
    margin-bottom: 30px;
    margin-top: -70px;
    margin-left: -28px;
    border: none;
}

.jk_with-cover .custom_breadcrumb a,
.jk_with-cover .custom_breadcrumb span {
    line-height: 40px;
    font-size: 18px;
    padding: 0 20px;
    background-color: #525252;
    color: #fff;
    margin: 0 -4px 0 -2px;
}

.jk_with-cover .custom_breadcrumb a:hover,
.jk_with-cover .custom_breadcrumb a.current_page,
.jk_with-cover .custom_breadcrumb span:hover,
.jk_with-cover .custom_breadcrumb span.current_page {
    background-color: #002d62;
}

.main__read--content table {
    border: solid 1px rgba(0, 0, 0, 0.1);
    margin: 20px 0;
    width: 100%;
}

.single-post .jk-device-mobile-desktop .jk-each-ad {
    margin-bottom: 20px !important;
}

.single-post .jk-device-mobile-desktop .jk-each-ad:last-child {
    margin-bottom: 0 !important;
}

blockquote {
    display: inline-block;
    padding: 84px 30px 0;
    border-right: none;
    border-left: solid 1px rgba(0, 0, 0, 0.08);
    margin: 30px 0 30px 30px;
    max-width: 300px;
    position: relative;
    float: right;
    vertical-align: top;
    line-height: 168%;
    font-size: 20px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.6);
    font-style: normal;
    background-color: transparent;
}

blockquote p {
    margin: 0 !important;
    line-height: 150%;
    font-size: 24px !important;
    font-weight: 300;
    text-align: left !important;
}

blockquote:before {
    content: "\f10d";
    position: absolute;
    top: 0;
    left: 30px;
    font-size: 58px;
    color: #002d62;
    line-height: 112%;
    font-family: fontawesome;
    font-style: normal;
}

blockquote .name,
blockquote strong,
blockquote italic {
    font-size: 12px;
    font-style: italic;
}

.subtitle {
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: rgba(0, 0, 0, 0.6);
}

.business__header {
    background: #0959b6;
    background-size: 100% 180px;
    color: #fff;
}

.business__header .jk_logo_holder .date__time {
    color: #fff;
}

.business__header .jk_logo_holder {
    max-width: 88px;
    padding: 20px 0;
}

.business__header .jk_logo_holder img {
    max-width: 100%;
}

.business__header .top__ads {
    justify-content: flex-start;
}

.business__header .cat_main_head_title {
    font-weight: 700;
    font-size: 58px;
    color: rgba(255, 255, 255, 0.4);
    margin-left: -104px;
    letter-spacing: -1px;
}

.post_half-of-page .title {
    padding: 0;
    background-color: transparent;
    font-size: 38px;
    font-weight: 500;
    color: #002d62;
    opacity: 0.7;
    padding-bottom: 8px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.18);
}

.nav__row.business_nav {
    background-color: #07468f;
}

.jk__cat--business .jk_breaking2 {
    margin-top: var(--space-40);
    background-color: rgba(0, 0, 0, 0.06);
    padding: 0;
}

.jk__cat--business .jk_breaking2 .item {
    align-self: center;
}

.jk__cat--business .jk_breaking2 .item__wrap {
    border-left: none;
}

.jk__cat--business .jk_breaking2 .item__wrap .title__regular {
    margin-bottom: 20px;
}

.jk__cat--business .jk_breaking2 .item__wrap .title__medium {
    font-size: 54px;
    padding: 0 40px;
}

.jk__cat--business .Beautiful__nepal .title {
    font-size: 38px !important;
}

.jk__cat--business .main_story_sectn {
    padding-top: 30px;
    background-color: transparent;
}

.jk__cat--business .main_story_sectn .jkmain_news_thumb .jkmain_news_thumb {
    margin-bottom: 25px;
}

.six-00 {
    height: 600px;
    width: 300px;
    background-color: rgba(0, 0, 0, 0.1);
}

.page-template-template-business #footer {
    background-color: #0959b6;
}

.page-template-template-business .jk__copyright {
    background-color: #084d9e;
}

.post_half-of-page .generic__post--wrap:last-child {
    margin-bottom: 0;
}

.pack-type-one {
    margin-top: var(--space-40);
}

.pack-type-one .jk__news--wrap {
    padding-right: 0 !important;
}

.pack-type-one .jk__news--wrap .jk__spot--news .news_spot_thumb {
    height: 240px;
    margin-bottom: 0;
    margin-right: var(--space-40);
}

.pack-type-one .jk__news--wrap .jk__spot--news .post__heading {
    margin-right: 40px;
}

.pack__type__normal--list {
    margin-top: var(--space-40);
}

.pack__type__normal--list .jk__news--wrap {
    padding-right: 0 !important;
}

.inner__cover--collection {
    margin-top: var(--space-40);
    margin-bottom: 40px;
}

.inner__cover--collection .cvr_text {
    background-color: #0959b6;
}

.inner__cover--collection .cvr_text a {
    padding-left: 0;
}

.inner__cover--collection .jk__thumb--sml--ltr .jknews__wrap .post__heading {
    max-width: 100% !important;
    height: auto !important;
    margin-right: 0 !important;
}

.inner__cover--collection .jk__thumb--sml--ltr .jknews__wrap .post__heading h2.title__small {
    font-size: 24px;
    font-style: italic;
}

.inner__cover--collection .jk__thumb--sml--ltr .jknews__wrap .post__heading h2.title__small i {
    color: rgba(0, 0, 0, 0.24);
    margin-left: 20px;
}

.businessCoverTitle {
    margin-top: 40px;
}

.business__side .sport_side .jk__thumb--regular {
    margin-bottom: 40px;
}

.business__side .sport_side .jk__thumb--tiny--ltr:last-child {
    margin-bottom: 0;
}

.entertainment__header {
    background-color: #dd4339;
    background-size: auto;
    color: #fff;
}

.entertainment__header .jk_logo_holder .date__time {
    color: #fff;
}

.entertainment__header .top__ads {
    justify-content: flex-start;
}

.entertainment__header .cat_main_head_title {
    font-weight: 700;
    font-size: 84px;
    color: rgba(255, 255, 255, 0.4);
    margin-left: -80px;
    letter-spacing: -4px;
}

.nav__row.entertainment-nav {
    background-color: #b7222a;
}

.jk__cat--entertainment .entr_banner {
    margin: var(--space-40) 0;
}

.jk__cat--entertainment .dont__miss {
    background-color: transparent;
}

.jk__cat--entertainment .thumb_over_layer {
    height: 504px;
}

.jk__cat--entertainment .thumb_over_layer .shadow__layer {
    background-position: center -268px;
}

.jk__cat--entertainment .small-layer .thumb_over_layer {
    max-height: 232px;
}

.jk__cat--entertainment .small-layer .thumb_over_layer .title__regular {
    font-size: 20px;
}

.jk__cat--entertainment .small-layer .thumb_over_layer .shadow__layer {
    background-position: center -184px;
}

.jk__cat--entertainment .jk_cat_title {
    color: #dd4339;
    flex: 0 0 100%;
}

.jk__cat--entertainment .inner__cover--collection {
    margin-top: 0;
}

.jk__cat--entertainment .inner__cover--collection .cvr_text {
    background-color: #dd4339;
}

.jk__cat--entertainment .jk_sidebar_card .trending li a:hover,
.jk__cat--entertainment .generic__post--wrap h2 a.blk_text:hover {
    color: #dd4339;
}

.jk__cat--entertainment .Beautiful__nepal {
    background-color: transparent;
}

.jk__cat--entertainment .Beautiful__nepal .generic__post--wrap.jk__thumb--regular .post__image {
    height: 245px;
}

.jk__cat--entertainment .Beautiful__nepal .img_gal_title {
    padding: 0 24px 24px;
    font-size: 38px;
}

.jk__cat--entertainment .Beautiful__nepal .img_gal_title a {
    color: #dd4339;
    font-size: 38px;
}

.jk__cat--entertainment .Beautiful__nepal .post__date {
    padding: 0 24px 10px;
}

.jk__cat--entertainment .Beautiful__nepal .owl-carousel {
    position: relative;
}

.jk__cat--entertainment .Beautiful__nepal .owl-carousel .owl-nav {
    position: absolute;
    top: -78px;
    right: 15px;
    font-size: 44px;
}

.jk__cat--entertainment .Beautiful__nepal .owl-carousel .owl-nav button {
    display: inline-block;
    margin-left: 20px;
    cursor: pointer;
}

.jk__cat--entertainment .jk_sidebar_card .title {
    color: #dd4339;
    background-color: rgba(0, 0, 0, 0.06);
}

.jk__cat--entertainment .jk_sidebar_card .title:before {
    background-color: #dd4339;
}

.jk__cat--entertainment .jk_sidebar_card .Shared .shard_number {
    color: #dd4339;
}

.jk__cat--entertainment .dont__miss.feature__lists h2.jk_cat_title span {
    color: #dd4339;
}

.jk__cat--entertainment .dont__miss.feature__lists .generic__post--wrap h2 a {
    color: #525252;
}

.jk__cat--entertainment .dont__miss.feature__lists .generic__post--wrap h2 a:hover {
    color: #dd4339;
}

.jk__cat--entertainment .dont__miss.feature__lists .post__date span {
    color: rgba(0, 0, 0, 0.4);
}

.jk__cat--entertainment .mostShared .title {
    background-color: transparent;
    margin-bottom: 10px;
}

.enter_main_section {
    margin-top: var(--space-40);
}

.enter__gossip {
    margin-top: var(--space-40);
}

.enter__gossip .post__image {
    height: 268px;
    margin-bottom: 20px !important;
}

.enter__gossip .generic__post--wrap {
    margin-bottom: 0 !important;
}

.entr__featured {
    background-color: #f2f3f8;
}

.entr__videos .thumb_over_layer {
    height: 390px;
}

.entr__videos .post__heading .play_icon {
    background-color: #dd4339 !important;
}

.entr__videos .post__heading a:hover {
    color: #fff !important;
}

.gallery__carousel {
    background-color: #eff3f6;
}

.gallery__carousel .post__image {
    height: 358px !important;
}

.gossip {
    background-color: #525252;
    color: #fff;
    margin-bottom: 30px;
    position: relative;
}

.gossip h3 {
    font-weight: 200;
    font-size: 24px;
    margin-bottom: 20px;
    color: #fff;
}

.gossip .post__title {
    font-size: 18px;
}

.gossip .post__heading {
    padding: 20px;
}

.gossip:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    border-style: solid;
    border-width: 18px;
    border-color: transparent #f6f6f8 #f6f6f8 transparent;
}

.gossip:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    border-style: solid;
    border-width: 18px;
    border-color: #000 transparent transparent #000;
}

.gossip .generic__post--wrap h2 a.blk_text {
    color: #ece3b9;
    font-weight: 300;
    font-size: 22px;
}

.gossip .generic__post--wrap p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 15px;
    line-height: 140%;
    font-weight: 300;
    margin-top: 15px;
}

.gossip .jk__thumb--sml--ltr {
    margin-bottom: 0;
}

.gossip .jk__thumb--sml--ltr:last-child {
    margin-bottom: 0;
}

.gossip .jk__thumb--sml--ltr .jknews__wrap {
    align-items: center;
}

.gossip .post__date span {
    color: #fff;
}

.gossip .post__image {
    height: 188px !important;
    min-width: 168px !important;
    margin: 0 !important;
    border-radius: 0 !important;
}

.regular_ent {
    background-color: #eaeaea;
    color: #fff;
    padding: 30px 30px 10px;
    margin-bottom: 0;
    position: relative;
}

.regular_ent .sport_side {
    margin-top: 0;
}

.regular_ent .post__image {
    height: 258px !important;
}

.ent_spot {
    background-color: #fff;
    color: #fff;
    padding-bottom: 25px;
    margin-bottom: 30px;
    position: relative;
}

.ent_spot h3 {
    font-weight: 200;
    font-size: 24px;
    margin-bottom: 20px;
    color: #fff;
}

.ent_spot .post__title {
    font-size: 18px;
}

.ent_spot:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    border-style: solid;
    border-width: 18px;
    border-color: transparent #f6f6f8 #f6f6f8 transparent;
}

.ent_spot:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    border-style: solid;
    border-width: 18px;
    border-color: rgba(0, 0, 0, 0.1) transparent transparent rgba(0, 0, 0, 0.06);
}

.ent_spot .post__image {
    height: 240px !important;
    min-width: 168px !important;
}

.ent_spot .jk__thumb--sml--ltr .post__image {
    height: 98px !important;
    min-width: 168px !important;
}

.ent_spot .sport_side {
    margin-top: 0;
}

.ent_spot .jk__thumb--tiny--ltr .post__image {
    height: 88px !important;
    min-width: 88px !important;
    margin-bottom: 0 !important;
}

.regular_ent_right .post__image {
    height: 250px !important;
    min-width: 168px !important;
}

.regular_ent_right .sport_side {
    margin-top: 0;
}

.jk__entertainment .generic__post--wrap.jk__thumb--regular .post__image {
    height: 350px;
}

.lifestyle__header {
    background: #929d1c;
    background-size: auto;
    color: #fff;
}

.lifestyle__header .jk_logo_holder .date__time {
    color: #fff;
}

.lifestyle__header .top__ads {
    justify-content: flex-start;
}

.lifestyle__header .cat_main_head_title {
    font-weight: 700;
    font-size: 84px;
    color: rgba(255, 255, 255, 0.4);
    margin-left: -80px;
    letter-spacing: -4px;
}

.lifestyle-nav {
    background-color: #727a16;
}

.jk__cat--lifestyle .cat__banner {
    margin-top: var(--space-40);
    align-items: center;
    background-color: #eff0e6;
    padding: 0;
}

.jk__cat--lifestyle .cat__banner.jk_breaking2 {
    padding: 0;
}

.jk__cat--lifestyle .cat__banner .item:nth-child(2) {
    padding: 0 var(--space-40);
}

.jk__cat--lifestyle .cat__banner .item.hasImg {
    height: 440px;
    margin-bottom: 0;
}

.jk__cat--lifestyle .cat__banner .item .item__wrap {
    border: none;
    padding: 0 25px;
    align-self: center;
}

.jk__cat--lifestyle .cat__banner .item .item__wrap .title__regular {
    font-size: 54px;
    font-weight: 500;
}

.jk__cat--lifestyle .cat__banner .item .item__wrap p {
    font-size: 18px;
    line-height: 200%;
    margin-top: 24px;
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.jk__cat--lifestyle .cat__banner .item .item__wrap a {
    color: rgba(0, 0, 0, 0.8);
    transition: all 0.3s ease;
}

.jk__cat--lifestyle .cat__banner .item .item__wrap a:hover {
    color: #929d1c;
}

.jk__cat--lifestyle .cat__banner .item .post__info {
    margin-top: 20px;
}

.jk__cat--lifestyle .generic__post--wrap .post__image.business_spot_thumb {
    margin-bottom: 20px;
}

.jk__cat--lifestyle .jk_sidebar_card .title {
    background-color: #929d1c;
    color: #fff;
}

.jk__cat--lifestyle .jk_sidebar_card.mostShared .title {
    background-color: transparent;
}

.jk__cat--lifestyle .jk_cat_title,
.jk__cat--lifestyle .jk_cat_title span {
    color: #929d1c;
}

.jk__cat--lifestyle .generic__post--wrap h2 a {
    color: rgba(0, 0, 0, 0.8);
    transition: all 0.3s ease;
}

.jk__cat--lifestyle .generic__post--wrap h2 a:hover {
    color: #929d1c;
}

.jk__cat--lifestyle .inner__cover--collection {
    margin-top: 0;
}

.jk__cat--lifestyle .inner__cover--collection .cvr_text {
    background-color: #929d1c;
}

.jk__cat--lifestyle .gallery__carousel {
    padding: var(--space-40) 0;
}

.jk__cat--lifestyle .owl-carousel {
    position: relative;
}

.jk__cat--lifestyle .owl-carousel .owl-nav {
    position: absolute;
    top: -100px;
    right: 0;
    font-size: 44px;
}

.jk__cat--lifestyle .owl-carousel .owl-nav button {
    display: inline-block;
    margin-left: 20px;
    cursor: pointer;
}

.jk__cat--lifestyle .owl-carousel .img_gal_title {
    padding-left: 0;
}

.jk__cat--lifestyle .owl-carousel .title__small {
    font-size: 20px;
}

.jk__cat--lifestyle .main_story_sectn .generic__post--wrap .post__heading h2 a {
    color: rgba(0, 0, 0, 0.8);
}

.jk__cat--lifestyle .main_story_sectn .generic__post--wrap .post__heading h2 a:hover {
    color: #929d1c;
}

.jk__cat--lifestyle .mostShared .title {
    color: #929d1c;
    margin-bottom: 10px;
}

.jk__cat--lifestyle .mostShared .title:before {
    background-color: #929d1c;
}

.jk__cat--lifestyle .feature__lists.dont__miss .generic__post--wrap h2 a {
    color: rgba(255, 255, 255, 0.8);
}

.jk__cat--lifestyle .feature__lists.dont__miss .generic__post--wrap h2 a:hover {
    color: #929d1c;
}

.beauti_sectn {
    padding: var(--space-40) 0;
}

.beauti_sectn .thumb_over_layer {
    height: 480px;
}

.beauti_sectn .thumb_over_layer:hover {
    color: #929d1c;
}

.beauti_sectn .thumb_over_layer:hover .post__heading a {
    color: #929d1c;
}

.beauti_sectn .jk_sidebar_card .title {
    background-color: #929d1c !important;
    color: #fff;
}

.style_foot_col .title {
    color: #929d1c;
    font-size: 34px;
    font-weight: 500;
    margin-bottom: 20px;
}

.style_foot_col .post__prime .post__image {
    height: 244px;
}

.dont__miss {
    padding: var(--space-40) 0;
}

.sport__header {
    background: #e5a72e;
    background-size: auto;
    color: #fff;
}

.sport__header .jk_logo_holder .date__time {
    color: #fff;
}

.sport__header .top__ads {
    justify-content: flex-start;
}

.sport__header .cat_main_head_title {
    font-weight: 700;
    font-size: 84px;
    color: rgba(255, 255, 255, 0.4);
    margin-left: -80px;
    letter-spacing: -4px;
}

.sports-nav {
    background-color: #2e2b27;
}

.jk__cat--sports .cat__banner--full {
    height: 490px;
    background-color: #2e2b27;
    color: #e5a72e;
    align-items: flex-end;
    position: relative;
    overflow: hidden;
}

.jk__cat--sports .cat__banner--full img.bnr_img {
    position: absolute;
    top: 0;
    right: 0;
    height: auto;
    width: 100%;
}

.jk__cat--sports .cat__banner--full:before {
    content: url(../img/shadowLayerBanner.png);
    position: absolute;
    top: 0;
    left: -50%;
    z-index: 9;
}

.caption_post {
    position: relative;
    z-index: 14;
    max-width: 600px;
    margin-bottom: 60px;
}

.caption_post a {
    color: #e5a72e;
    font-weight: 500;
    line-height: 140%;
    text-decoration: none;
    transition: all 0.3s ease;
}

.caption_post a:hover {
    color: #fff;
}

.live__score--board {
    background-color: rgba(0, 0, 0, 0.08);
    padding: 30px;
    font-size: 16px;
}

.sport__body--sectn {
    padding-bottom: 0;
}

.sport__body--sectn .jk_cat_title,
.sport__body--sectn .jk_cat_title span {
    color: #e5a72e;
}

.sport__body--sectn .cover_collection .cvr_text {
    background-color: #e5a72e;
}

.sport__body--sectn .cover_collection .cvr_text a {
    padding: 0;
}

.sport__body--sectn .cover_collection .post__image {
    margin-bottom: 0;
}

.sport__body--sectn h2.post__title a {
    color: rgba(0, 0, 0, 0.8);
}

.sport__body--sectn h2.post__title a:hover {
    color: #e5a72e;
}

.football-sectn {
    margin-top: var(--space-40);
}

.football-sectn .post__image {
    height: 240px;
}

.football-sectn .news_spot_thumb {
    margin-bottom: 20px !important;
}

.sport__other {
    padding: var(--space-40) 0;
    background-color: #f9f9f8;
}

.sport__other .title__medium {
    color: #e5a72e;
}

.school__Sport {
    padding: var(--space-40) 0;
}

.school__Sport .title__regular {
    font-size: 20px;
}

.sport__featured {
    position: relative;
    z-index: 18;
}

.sport__featured .title {
    background-color: rgba(0, 0, 0, 0.08);
    color: rgba(0, 0, 0, 0.4);
}

.jk__sport--sectn .generic__post--wrap .post__heading {
    margin-bottom: 0;
}

.page-template-template-sports .sport__featured {
    margin-top: 30px;
}

.page-template-template-sports .enter__gossip .jk__thumb--sml--ltr {
    margin-bottom: 25px;
}

.page-template-template-sports .generic__post--wrap .post__image.business_spot_thumb {
    margin-bottom: 20px;
}

.jk__cat--listing .list-banner {
    height: 448px;
    background-color: #525252;
    color: #fff;
    overflow: hidden;
    position: relative;
}

.jk__cat--listing .banner_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.4;
    z-index: 4;
}

.jk__cat--listing .caption {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 60px;
    z-index: 9;
}

.jk__cat--listing .caption .cat-subtitle {
    font-size: 34px;
    font-weight: 600;
    margin: 0;
}

.jk__cat--listing .caption .cat-title {
    font-size: 98px;
    font-weight: 500;
}

.jk__cat--listing .breadcrumbs {
    margin-top: 15px;
    margin-bottom: 5px;
}

.jk__cat--listing .breadcrumbs .brdcmbList ul li {
    display: inline-block;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
    font-weight: 400;
    line-height: 38px;
    margin-right: 10px;
}

.jk__cat--listing .breadcrumbs .brdcmbList ul li a {
    text-decoration: none;
    color: #0e72d0;
    transition: all 0.3s ease;
}

.jk__cat--listing .breadcrumbs .brdcmbList ul li a:hover {
    color: #000;
}

.jk__cat--listing .sorting {
    margin-left: auto;
}

.jk__cat--listing .selectBox {
    display: inline-block;
    position: relative;
    width: 200px;
    line-height: 54px;
    padding: 0 15px;
}

.jk__cat--listing .selectBox i {
    position: absolute;
    top: 20px;
    right: 10px;
    cursor: pointer;
    z-index: -1;
}

.jk__cat--listing .selectBox select {
    width: 100%;
    cursor: pointer;
    background-color: transparent;
    border: none;
    height: 54px;
    font-size: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.jk__cat--listing .list-view,
.jk__cat--listing .grid-view {
    display: inline-block;
    padding: 0 15px;
    line-height: 54px;
    color: rgba(0, 0, 0, 0.34);
    cursor: pointer;
    transition: all 0.3s ease;
}

.jk__cat--listing .list-view i,
.jk__cat--listing .grid-view i {
    margin-right: 10px;
}

.jk__cat--listing .list-view.active,
.jk__cat--listing .list-view:hover,
.jk__cat--listing .grid-view.active,
.jk__cat--listing .grid-view:hover {
    color: #000;
}

.list__post {
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0 0 16px;
    margin-bottom: var(--space-40);
    width: 100%;
}

.list__post .item {
    padding: var(--space-40);
    align-self: center;
}

.list__post .item a {
    text-decoration: none;
    transition: all 0.3s ease;
    line-height: 120%;
    font-weight: 500;
    font-size: 44px;
}

.list__post .item a:hover {
    color: #000;
}

.list__post .item p {
    line-height: 200%;
}

.list__post .hasImg {
    padding: 0;
    height: 240px;
    max-width: 344px;
    min-width: 344px;
}

.list__post .item__wrap>p {
    display: none;
}

.list__post .post__info {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.4);
    margin: 10px 0;
}

.mostShared .title {
    margin-bottom: var(--space-40);
}

.jk__archive--titlerow {
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
}

.jk__archive--titlerow h2.jk_cat_title {
    width: auto;
    border-bottom: none;
    margin-bottom: 0 !important;
}

#footer {
    background-color: #3a466a;
    color: #fff;
}

.footer__grid {
    min-height: 200px;
}

.footer__grid .col {
    padding: 4.5em 2em;
}

.footer__grid h2 {
    margin-bottom: 1em;
    font-size: 1.2em;
    font-weight: 400;
}

.footer__grid p {
    font-size: 1em;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.5);
    line-height: 180%;
}

.footer__grid a {
    font-size: 1em;
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    line-height: 180%;
    transition: all 0.3s ease;
}

.footer__grid a:hover {
    color: #fff;
}

.footer__grid .footer__contact--infos {
    color: rgba(255, 255, 255, 0.8);
}

.footer__social li {
    margin-right: var(--gutter-space);
}

.col.aboutInfo {
    position: relative;
    padding-left: 125px;
}

.jk__copyright {
    background-color: #002d62;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9em;
    line-height: 54px;
}

.jk__copyright a {
    text-decoration: none;
    display: inline-block;
    margin-right: 20px;
    color: rgba(255, 255, 255, 0.6);
    transition: all 0.3s ease;
}

.jk__copyright a:hover {
    color: #fff;
}

.ftrLogo {
    position: absolute;
    top: -1px;
    left: 0;
    background-color: #fff;
    width: 100px;
    text-align: center;
    height: 140px;
    text-align: center;
}

.ftrLogo img {
    display: inline-block;
}

.ftrLogo .footer__logo {
    position: absolute;
    left: 0;
    bottom: 0;
    left: 10px;
    bottom: 10px;
}

.home .main_story_sectn .jkmain_news_thumb .post__image {
    height: 445px;
}

.home .jk__bises,
.home .jk_breaking2 {
    background-color: transparent;
}

.home .post__info {
    align-items: center;
}

.home .post__info label,
.home .post__info span {
    color: rgba(0, 0, 0, 0.5);
}

.home .suchana_prabidhi .generic__post--wrap.jk__thumb--sml--ltr {
    margin-bottom: 30px;
}

.home .suchana_prabidhi .generic__post--wrap.jk__thumb--sml--ltr .post__image {
    margin-bottom: 0;
}

.home .suchana_prabidhi .generic__post--wrap.jk__thumb--sml--ltr .post__heading h2 {
    margin-bottom: 0;
}

.home .feature__lists {
    position: relative;
}

.home .feature__lists .generic__post--wrap.jk__thumb--regular .post__image {
    height: 188px;
}

.home .feature__lists .owl-nav {
    font-size: 34px;
    position: absolute;
    top: -68px;
    right: 80px;
}

.home .feature__lists .owl-nav button {
    margin-left: 20px;
    color: rgba(255, 255, 255, 0.6) !important;
}

.home .jk__business--sectn .business_spot_thumb {
    height: 420px;
}

.home .jk__country--sectn .jk__prabash .post__image {
    height: 350px;
}

.feature__lists h2.jk_cat_title>span:nth-child(1) {
    color: #fff;
}

.jk__sahitya .generic__post--wrap.jk__thumb--default .post__image {
    height: 245px;
}

.jk__wonderworld--sectn .bichitra_spot {
    position: relative;
}

.jk__wonderworld--sectn .bichitra_spot .business_spot_thumb {
    height: 534px;
}

.jk__wonderworld--sectn .bichitra_spot .post__heading {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 40px;
    background: rgba(255, 255, 255, 0.88);
    max-width: 80%;
    padding: 30px;
    padding: 20px;
}

.jk__wonderworld--sectn .bichitra_spot .post__heading h2 {
    margin-bottom: 0 !important;
}

.jk__details--read .side_bar_posts .title {
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
    margin-bottom: 10px;
    font-size: 38px;
    font-weight: 500;
    color: #002d62;
    opacity: 0.7;
}

.jk__details--read .side_bar_posts .title:before {
    display: none;
}

.page-template-templatestemplate-australia-php .jk__business--sectn .business_spot_thumb {
    height: 554px;
}

.home .jk__business--sectn .business_spot_thumb {
    height: 440px;
    margin-bottom: 20px;
}

.archive p {
    font-size: 1.2em;
}

.archive .widget-area {
    margin-top: 30px;
}

.list_child_wrp {
    display: flex;
    flex-wrap: wrap;
}

.show_grid--view {
    flex: 0 0 30%;
    flex-wrap: wrap;
    margin: 0 1.66% 30px;
    align-content: flex-start;
}

.show_grid--view.list__post .hasImg {
    max-width: 100%;
    height: 240px;
    min-width: 100% !important;
}

.show_grid--view .item {
    padding: 20px !important;
}

.show_grid--view .item.hasImg {
    padding: 0 !important;
}

.show_grid--view .item .post__info {
    display: none;
}

.show_grid--view .item a {
    font-size: 20px !important;
}

.show_list--view {
    width: calc(33.33% - 30px);
    width: -webkit-calc(33.33% - 30px);
    margin: 0 15px 30px;
}

.show_list--view.list__post .hasImg {
    padding: 0;
    height: 148px;
    width: 185px;
    max-width: 185px;
    min-width: 185px;
}

.show_list--view.list__post .item a {
    font-size: 20px;
}

.show_list--view.list__post .item {
    padding: 20px;
}

.show_list--view.list__post .item.hasImg {
    padding: 0;
}

.show_list--view .post__info {
    display: none !important;
}

.paginate-links {
    line-height: 44px;
    margin-bottom: 30px;
}

.paginate-links .page-numbers {
    transition: all 0.3s ease;
    display: inline-block;
    height: auto;
    min-width: 40px;
    text-align: center;
    background: rgba(0, 0, 0, 0.1);
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    padding: 0 8px;
}

.paginate-links .page-numbers.current,
.paginate-links .page-numbers:hover {
    background-color: #002d62;
    color: #fff;
}

.jk__cat--listing .side_bar_posts .title {
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
    margin-bottom: 10px;
    font-size: 38px;
    font-weight: 500;
    color: #002d62;
    opacity: 0.7;
}

.jk__cat--listing .side_bar_posts .title:before {
    display: none;
}

li.current-menu-item {
    background: rgba(0, 0, 0, 0.14);
    padding: 0 10px;
}

.page-template-templatestemplate-australia-php .jk__business--sectn {
    padding-top: 30px;
}

.home .jk__interview,
.home .jk__business--sectn,
.home .jk__entertainment,
.home .jk__lifestyle--sectn {
    padding-top: 30px;
    padding-bottom: 30px;
}

.home .main_story_sectn .jk__news--category.has_side-bar .jk__news--wrap {
    padding-right: 20px;
}

.generic__post--wrap .post__image {
    margin-bottom: 0;
}

.home .jk__interview {
    padding-bottom: 30px;
}

.home .side__add {
    margin-bottom: 0;
}

.home .side__add .jk_sidebar_card {
    margin-bottom: 0;
}

.home .jk__entertainment {
    padding-bottom: 30px;
}

.home .jk__lifestyle--sectn .jk__news--category.has_side-bar .jk__news--wrap {
    padding-right: 0;
}

.home .jk__lifestyle--sectn .jk_sidebar_card {
    margin-bottom: 0;
}

.home .jk__lifestyle--sectn .generic__post--wrap .business_spot_thumb {
    margin-bottom: 20px;
}

.home .jk__lifestyle--sectn .title__regular {
    margin-bottom: 0;
}

.home .for_it {
    margin-top: 20px;
}

.home .jk__sport--sectn .title__regular {
    margin-top: 20px;
    margin-bottom: 0;
}

.home .jk__country--sectn .jk__thumb--tiny--ltr h2.post__title {
    margin-bottom: 0 !important;
}

.home .jk__wonderworld--sectn {
    padding-top: 30px;
}

.home .jk__sahitya {
    padding-bottom: 20px;
}

.twitter-tweet {
    width: 35% !important;
    display: inline-block;
    float: left;
    margin: 0 30px 0 0;
}

.okig-gallery-wrap>a {
    margin-bottom: 20px;
}

.each-slide>img {
    width: 100%;
}

.bx-wrapper {
    box-shadow: none;
    border: none;
    max-width: 100% !important;
    margin-bottom: 30px;
}

.bx-wrapper:first-child {
    margin-bottom: 0 !important;
}

.okig-filmstrip-wrap .bx-wrapper:last-child {
    margin-bottom: 30px !important;
    background-color: rgba(0, 0, 0, 0.08);
    padding: 15px 54px;
}

.okig-filmstrip-wrap .bx-wrapper .bx-prev {
    left: 14px;
}

.okig-filmstrip-wrap .bx-wrapper .bx-next {
    right: 14px;
}

a.each-pager-slide {
    margin: 0 4px !important;
}

.bx-wrapper .bx-pager {
    position: absolute !important;
    top: 0;
    bottom: auto;
    right: 20px;
    padding: 0;
    width: 64px;
    margin: 0 auto;
    line-height: 34px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 34px;
    margin-top: 20px;
}

.slide__menu--wrap .side__menu--search,
.slide__menu--wrap .all__menu--trigger {
    display: none;
}

.at4-jumboshare table {
    margin-bottom: 0 !important;
}

.main-navigation #jk_sec_menu li.all__menu--trigger {
    display: none;
}

.site-header.business__header .jk_logo_holder,
.site-header.entertainment__header .jk_logo_holder,
.site-header.lifestyle__header .jk_logo_holder,
.site-header.sport__header .jk_logo_holder {
    background-color: transparent !important;
    max-width: 118px !important;
    padding: 0 !important;
    margin: 0 60px 0 -18px;
}

.site-header.business__header .cat_main_head_title,
.site-header.entertainment__header .cat_main_head_title,
.site-header.lifestyle__header .cat_main_head_title,
.site-header.sport__header .cat_main_head_title {
    font-size: 50px !important;
    margin-left: -104px !important;
    letter-spacing: 0;
}

.page-template-template-entertaintment .jk__cat--entertainment .Beautiful__nepal .img_gal_title a {
    font-size: 22px;
}

.page-template-template-entertaintment .entr_banner .post__date {
    display: none;
}

.page-template-template-entertaintment .thumb_over_layer .post__heading {
    bottom: 15px;
}

.quick__comment--hidden {
    max-width: 450px;
    right: -450px;
}

.quick__comment--hidden .Post__feedback .comment_wrp .comments {
    line-height: 158%;
    font-size: 16px;
}

.quick__comment--hidden .comment__wrap {
    padding-bottom: 0;
}

.page-template-template-business .main_story_sectn .jkmain_news_thumb {
    margin-bottom: 0 !important;
}

.page-template-template-business .main_story_sectn .jkmain_news_thumb .jkmain_news_thumb {
    height: 435px !important;
}

.page-template-template-business .main_story_sectn .jkmain_news_thumb .post__heading {
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0 0 18px;
    text-align: center;
}

@media all and (max-width: 767px) {
    .menu-primary-container {
        position: absolute;
        top: 48px;
        left: 0;
        width: 100%;
        background-color: #000;
        z-index: 999;
    }
    .menu-primary-container .menu {
        flex-wrap: wrap;
    }
    .menu-primary-container .menu li {
        flex: 0 0 100%;
    }
    .menu-primary-container .menu li.all__menu--trigger {
        display: none;
    }
    .jk_breaking3 .item:nth-child(1) {
        margin-bottom: 0;
    }
    .jk_breaking3 .item:nth-child(2) {
        height: auto;
    }
    .jk_breaking3 .item__wrap {
        padding: 20px !important;
        padding-bottom: 8px !important;
    }
    .jk_breaking3 .item__wrap .title__medium {
        padding: 0;
        font-size: 44px !important;
    }
    .jk_breaking3 .author__wrap label {
        font-size: 12px;
    }
    .jk_breaking3 .post__time span {
        font-size: 12px;
    }
    .additional__news--bises {
        padding: 0;
    }
    .additional__news--bises .three__cols--grid {
        display: block;
    }
    .additional__news--bises .three__cols--grid .col {
        padding-right: 0;
    }
    .generic__post--wrap.jk__thumb--sml--ltr .jknews__wrap>div:first-child {
        flex: auto;
        height: 88px;
        max-width: 108px;
        width: 108px;
    }
}

.single-inbetween-stories {
    margin-bottom: 30px;
    justify-content: center;
    border-top: solid 1px rgba(0, 0, 0, 0.2);
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
    padding: 40px 0 18px;
}

.single-inbetween-stories .jk-each-ad {
    margin: 0 25px;
}

.jk-each-ad img {
    width: 100%;
}

span.right a.read__all.jk_popular-active,
span.right a.read__all.jk_active-category {
    background-color: #002d62;
    color: #fff;
}

.post_half-of-page {
    margin-top: 25px;
}

.post_half-of-page .generic__post--wrap.jk__thumb--large .post__title {
    font-size: 28px;
}

.cat_main_head_title {
    color: #fff !important;
}

.jk_search-field-wrap {
    position: relative;
}

.jk_search-field-wrap i {
    position: absolute;
    top: 26px;
    right: 32px;
    z-index: -1;
}

.search__box--main .jk_search-field-wrap input[type="text"],
.search__box--main .jk_search-field-wrap input.main--search--box {
    opacity: 0.6;
}

.fa-comment:before,
.fa-comment-alt:before {
    content: url(../img/chatIconSml.png) !important;
}

.ftrLogo {
    background-color: rgba(255, 255, 255, 0.8);
    top: 0;
}

.comment_box {
    font-size: 14px;
    line-height: 10px;
    margin-top: -12px;
    display: inline-block;
    vertical-align: top;
}

.nof-comment {
    margin-left: auto;
    margin-right: 5px;
}

.nof-comment .comment_box {
    margin-top: 0;
    background-color: #e9eef3;
    padding: 2px 15px;
    border-radius: 2px;
    min-width: 88px;
    position: relative;
    text-align: center;
    line-height: 14px;
}

.nof-comment .comment_box:before {
    content: "";
    position: absolute;
    left: 80px;
    bottom: -14px;
    border-style: solid;
    border-width: 14px;
    border-color: transparent #e9eef3 transparent transparent;
    transform: rotate(-45deg);
}

.nof-comment .comment_box>span {
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
    text-align: center;
    font-size: 34px;
    font-weight: 800;
    line-height: 34px;
    color: #002d62;
}

.generic .entry-title {
    font-weight: 300;
    font-size: 44px;
    margin: 40px 0 20px;
}

.generic .entry-content p {
    font-size: 18px;
    margin: 20px 0;
    color: rgba(0, 0, 0, 0.5);
}

.okc-captcha-wrap .okc-question {
    display: block;
    margin-bottom: 15px;
}

.okc-captcha-wrap input.okc-captcha-answer {
    height: 44px;
    line-height: 44px;
    padding: 0 10px;
    border: solid 1px rgba(0, 0, 0, 0.06);
    background-color: rgba(0, 0, 0, 0.06);
    font-size: 14px;
    border-radius: 2px;
    margin-bottom: 20px;
    vertical-align: top;
    min-width: 50%;
}

.okc-captcha-wrap .okc-captcha-reload {
    vertical-align: top;
    display: inline-block;
}

.okc-captcha-wrap .okc-captcha-reload img {
    width: 14px;
    height: auto;
    margin-top: 12px;
    margin-left: 10px;
}

.okc-captcha-wrap .okc-ajax-loader {
    margin-top: 14px;
    margin-left: 8px;
}

.jk_error {
    margin-top: 20px;
}

.jk-device-mobile {
    display: none;
}

.jk-device-desktop {
    display: block;
}

.jk-device-desktop.single-inbetween-stories {
    display: flex;
}

.single-inbetween-stories,
.jk_m-square-ad {
    position: relative;
}

.single-inbetween-stories:before,
.jk_m-square-ad:before {
    content: "Advertisement";
    font-size: 12px;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    color: rgba(0, 0, 0, 0.58);
    position: absolute;
    top: 14px;
}

.jk_m-square-ad .jk-device-mobile {
    padding: 35px 0 15px;
}

.jk-device-mobile-desktop .jk-each-ad {
    margin: 0 20px;
}

.jk-device-mobile-desktop .jk-each-ad:last-child {
    margin-bottom: 0;
}

.jk_rb_img_desktop {
    display: block;
    border: solid 1px rgba(0, 0, 0, 0.18);
    padding: 2px;
}

.jk_rb_img_small_devices {
    display: none;
}

.jk__sahitya {
    margin-top: 30px;
}

.home-after-business-right {
    margin-top: 15px;
}

.jk__details--read h2 {
    font-size: 65px;
    font-weight: 600;
}

.jk_cat_title {
    background-color: #f4f8fb !important;
    padding: 4px 20px;
}

.jk_categorypate_title {
    background-color: #163040!important;
}

.jk_cat_title span.right {
    margin-top: -6px !important;
}

.home-after-business-left {
    margin-top: 20px;
}

.side_bar_posts .title {
    background-color: #f4f8fb !important;
    padding: 4px 20px;
    height: 65px;
}

.Post__feedback .jk_cat_title {
    margin-bottom: 0 !important;
}

.home section .jk_cat_title {
    background-color: #163040 !important;
    padding: 0 20px;
    margin-top: 0px;
}

.home section .jk_categorypate_title {
    background-color: #163040 !important;
}

.home section .jk_cat_title span.right {
    margin-top: -6px !important;
}

.home section.jk__videos .jk_cat_title,
.home section.jk__interview .jk_cat_title,
.home section.jk__entertainment .jk_cat_title {
    background-color: transparent !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

@media all and (min-width: 1278px) {
    .jk__sahitya.jk__country--sectn .jk__spot--country .post__image {
        height: 354px;
    }
    .jk_m-square-ad {
        display: none;
    }
    .jk_rb_addWrap {
        margin-top: -188px;
    }
    .jk__wonderworld--sectn {
        margin-bottom: 30px;
    }
    .jk-device-mobile-desktop .jk-each-ad {
        margin: 0 20px !important;
    }
    .single-post .tribox-add .adBox img {
        margin-left: 25px;
        margin-right: 25px;
    }
    .home .feature__lists .jk_cat_title {
        background-color: transparent !important;
        padding: 0 !important;
    }
}

.entertainment-after-main-menu {
    margin-top: 25px;
}

.title.tableTitle {
    font-size: 18px !important;
    margin-bottom: 15px !important;
}

.home .jk__interview .left_add {
    border-top: solid 1px rgba(0, 0, 0, 0.14);
    padding-top: 30px;
    margin-top: 10px;
}

.comments_ftr .fa-comment-alt::before {
    content: "\f27a" !important;
}

.quick__comment--hidden .aut_img {
    display: none;
}

.jk_breaking2 .hasImg a {
    height: 100%;
}

.page-template-template-lifestyle .dont__miss h2.jk_cat_title {
    background-color: transparent !important;
    padding-left: 0;
    padding-right: 0;
}

.page-template-template-lifestyle .post_half-of-page {
    margin-top: 0;
}

.page-template-template-lifestyle .jk__cat--lifestyle .owl-carousel .owl-nav {
    top: -78px;
    right: 15px;
}

.page-template-template-lifestyle .jk_breaking2 {
    margin-bottom: 30px;
}

.page-template-template-lifestyle .jk_breaking2:before {
    display: none;
}

.entr__videos h2.jk_cat_title {
    background-color: transparent !important;
    padding-left: 0;
    padding-right: 0;
}

.side_bar_posts .title::before {
    display: none;
}

.page-template-template-entertaintment .post_half-of-page {
    margin-top: 0;
}

.single-post .read__all--dot {
    margin-left: auto;
}

.single-post .read__all--dot span {
    color: rgba(0, 0, 0, 0.6) !important;
}

.single-post .read__all--dot:hover span {
    color: #fff !important;
}

.page-template-template-business .main_story_sectn {
    padding-bottom: 30px;
}

.page-template-template-business .post_half-of-page .jk__thumb--large {
    margin-bottom: 30px;
}

.page-template-template-business .post_half-of-page .generic__post--wrap {
    margin-bottom: 25px;
}

.page-template-template-business .post_half-of-page .generic__post--wrap:last-child {
    margin-bottom: 0;
}

.pack__type__normal--list {
    margin-bottom: 30px;
}

.cricket-bg {
    background-image: url(../img/crickt-bg.jpg);
    background-size: 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-color: #fff;
}

.page-template-template-sports-cricket .sport__featured {
    margin-top: 30px;
}

.football-sectn:last-child {
    margin-bottom: 30px;
}

.highlights_wrap {
    background-color: #f4f8fb;
    padding: 34px 34px 10px;
    font-style: italic;
    margin-bottom: 38px;
    color: rgba(0, 0, 0, 0.6);
}

span.context_slug {
    font-size: 16px;
    margin-bottom: 10px;
    display: inline-block !important;
    background: #e11b22;
    color: #fff !important;
    padding: 6px 14px;
}

.home .feature__lists .jk_cat_title .read__all--dot {
    margin-left: auto;
}

#page {
    position: relative;
    z-index: 9;
}

.kites_canvas {
    position: fixed;
    z-index: 4;
    width: 100%;
    height: 100%;
    display: flex;
}

.kites_canvas .kite_1,
.kites_canvas .kite_2,
.kites_canvas .kite_3,
.kites_canvas .kite_4 {
    flex: 1;
    width: 25%;
    height: 100%;
    text-align: center;
    position: relative;
}

.kites_canvas .kite_1 img,
.kites_canvas .kite_2 img,
.kites_canvas .kite_3 img,
.kites_canvas .kite_4 img {
    position: absolute;
    left: 44%;
    bottom: -100%;
    animation: flyup 4s linear infinite;
}

.kites_canvas .kite_2 img {
    animation-delay: 2s;
}

.kites_canvas .kite_3 img {
    animation-delay: 1.4s;
}

.kites_canvas .kite_4 img {
    animation-delay: 2.4s;
}

@keyframes flyup {
    0% {
        bottom: 0%;
        left: 0;
        transform: rotate(-24deg);
    }
    25% {
        bottom: 25%;
        left: 24%;
        transform: rotate(-10deg);
    }
    50% {
        bottom: 50%;
        left: 44%;
        transform: rotate(0);
    }
    75% {
        bottom: 75%;
        left: 24%;
        transform: rotate(10deg);
    }
    100% {
        bottom: 110%;
        left: 0;
        transform: rotate(24deg);
    }
}

@-webkit-keyframes flyup {
    0% {
        bottom: 0%;
        left: 0;
        transform: rotate(-24deg);
    }
    25% {
        bottom: 25%;
        left: 24%;
        transform: rotate(-10deg);
    }
    50% {
        bottom: 50%;
        left: 44%;
        transform: rotate(0);
    }
    75% {
        bottom: 75%;
        left: 24%;
        transform: rotate(10deg);
    }
    100% {
        bottom: 110%;
        left: 0;
        transform: rotate(24deg);
    }
}

@-moz-keyframes flyup {
    0% {
        bottom: 0%;
        left: 0;
        transform: rotate(-24deg);
    }
    25% {
        bottom: 25%;
        left: 24%;
        transform: rotate(-10deg);
    }
    50% {
        bottom: 50%;
        left: 44%;
        transform: rotate(0);
    }
    75% {
        bottom: 75%;
        left: 24%;
        transform: rotate(10deg);
    }
    100% {
        bottom: 110%;
        left: 0;
        transform: rotate(24deg);
    }
}

.site-header .jk__container {
    position: relative;
}

.site-header .jk__container .dashai-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 6;
}

.site-header .jk__container .dashai-img>img {
    width: 100%;
    height: auto;
}

.site-header .jk__container .wrap__by--grid {
    position: relative;
    z-index: 9;
}

.bisesh-live-feed {
    padding: 40px;
    background-color: #f1f1f1;
    align-items: center;
    margin-bottom: 34px;
}

#LB24 {
    max-width: 480px;
    margin: 0 auto;
    width: 100%;
    max-height: 380px;
    overflow-y: auto !important;
}

@media all and (min-width: 1024px) and (max-width: 1248px) {
    .nav__row ul li {
        padding: 0 14px;
    }
    .nav__row ul li a {
        font-size: 14px;
    }
    .jk__container {
        max-width: 94%;
    }
    .trending__updates>span {
        display: none;
    }
    .jk__news--category .side__add {
        max-width: 150px;
    }
    .jk__news--category .side__add img,
    .jk__news--category .side__add .side__add--wrap {
        max-width: 100%;
        width: 100%;
    }
    .jk__interview .jk__news--category .side__add,
    .jk__country--sectn .jk__news--category .side__add,
    .jk__sport--sectn .jk__news--category .side__add,
    .suchana_prabidhi .jk__news--category .side__add,
    .jk__business--sectn .jk__news--category .side__add {
        max-width: 300px;
    }
    .jk__news--category.details__content .side__add {
        max-width: 300px;
    }
    .generic__post--wrap.jk__thumb--sml--ltr .jknews__wrap>div:first-child {
        max-width: 98px;
    }
}

@media all and (min-width: 768px) and (max-width: 1023px) {
    .site-header {
        padding: 0 20px;
    }
    section {
        padding: 40px 20px;
    }
    nav .main-navigation {
        position: absolute;
        height: 48px;
        width: 40px;
    }
    nav .menu-primary-container {
        display: none;
    }
    nav .top__search {
        display: none;
    }
    nav .menu-toggle {
        display: none;
        position: absolute;
        top: 0;
        right: 0;
        cursor: pointer;
        border-radius: 0;
        background-color: transparent;
        border: none;
        color: #fff;
        height: 48px;
        width: 42px;
        font-size: 16px;
    }
    .menu-main-menu-container .menu li,
    .menu-primary-menu-container .menu li,
    .menu-lifestyle-menu-container .menu li,
    .menu-sports-menu-container .menu li {
        display: none;
    }
    .menu-main-menu-container .menu li.all__menu--trigger,
    .menu-primary-menu-container .menu li.all__menu--trigger,
    .menu-lifestyle-menu-container .menu li.all__menu--trigger,
    .menu-sports-menu-container .menu li.all__menu--trigger {
        display: block;
        margin-left: 48px;
    }
    .menu-main-menu-container .menu li.all__menu--trigger a,
    .menu-primary-menu-container .menu li.all__menu--trigger a,
    .menu-lifestyle-menu-container .menu li.all__menu--trigger a,
    .menu-sports-menu-container .menu li.all__menu--trigger a {
        padding: 0 14px;
        background-color: transparent;
        font-size: 20px !important;
        line-height: 53px;
    }
    .menu-main-menu-container .menu li.all__menu--trigger:hover,
    .menu-primary-menu-container .menu li.all__menu--trigger:hover,
    .menu-lifestyle-menu-container .menu li.all__menu--trigger:hover,
    .menu-sports-menu-container .menu li.all__menu--trigger:hover {
        background-color: transparent;
    }
    .fix__this .menu li.all__menu--trigger {
        margin-left: 48px !important;
    }
    .jk_mainmenu {
        grid-column: span 4;
    }
    .top__right--info {
        grid-column: span 8;
    }
    .jk_trending__tickr_section {
        display: none;
    }
    .jk__trending--ticker {
        display: none;
    }
    .jk_breaking3 .generic__post--wrap.jk__thumb--sml--ltr .jknews__wrap>div:first-child {
        max-width: 100%;
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    section,
    .site-main .jk__news--sectn,
    .site-main section {
        padding: 18px !important;
    }
    .jk_rb_img_desktop {
        display: none;
    }
    .jk_rb_img_small_devices {
        display: block;
    }
    .post__time,
    .post__comments,
    .post__date,
    .author__wrap label {
        font-size: 12px;
    }
    .bg__lightgrey-x-2,
    section .jk__news--sectn {
        padding: 18px !important;
    }
    .generic__post--wrap.jk__thumb--sml--ltr .jknews__wrap>div:first-child {
        height: 64px;
        max-width: 74px;
        width: 74px;
        margin-right: 20px;
    }
    .generic__post--wrap.jk__thumb--default .post__image {
        height: 64px;
    }
    .jk_breaking4 .generic__post--wrap .post__image {
        width: 88%;
    }
    .jk_breaking4 .generic__post--wrap.jk__thumb--sml--ltr .jknews__wrap>div:first-child {
        height: 108px !important;
    }
    .five__cols--grid.jkmainnews_dubai-wrap .spot {
        grid-column: span 5 !important;
    }
    .five__cols--grid.jkmainnews_dubai-wrap .colspan2 {
        grid-column: span 5 !important;
    }
    .side__add--wrap {
        width: auto;
    }
    .jk__news--sectn .jk__spot--news .post__image.news_spot_thumb {
        max-width: 100%;
        min-width: 100%;
    }
    .jk__news--category.has_side-bar .jk__news--wrap {
        padding-right: 18px;
    }
    .jk__news--sectn .jk__spot--news .jknews__wrap {
        display: block;
    }
    .jk__news--sectn .jk__spot--news .post__info {
        padding: 20px 0;
    }
    .left_add img,
    .add__fullwidth img {
        height: auto;
    }
    .generic__post--wrap.jk__thumb--regular .post__image {
        height: 90px;
    }
    .title__small {
        font-size: 15px;
    }
    .jkmainnews_dubai-wrap .jkmain_news_thumb .post__heading .post__title {
        font-size: 28px;
    }
    .feature__lists {
        padding: 40px;
    }
    .jk__videos .thumb_over_layer .shadow__layer {
        background-position: center;
    }
    .Beautiful__nepal {
        padding: 18px;
    }
    .Beautiful__nepal .four__cols--grid .col {
        grid-column: span 2;
    }
    .Beautiful__nepal .generic__post--wrap.jk__thumb--regular .post__image {
        height: 200px !important;
    }
    .footer__grid .col {
        padding: 2em;
    }
    .col.aboutInfo {
        grid-column: span 7 !important;
        padding-left: 125px !important;
    }
    .jk__copyright .flex-box,
    .jk__copyright .nav__row ul,
    .nav__row .jk__copyright ul,
    .jk__copyright .tmb_small--wide,
    .jk__copyright .jk_trending__tickr_section,
    .jk__copyright .jk__bises,
    .jk__copyright .generic__post--wrap.jk__thumb--sml--ltr .jknews__wrap,
    .generic__post--wrap.jk__thumb--sml--ltr .jk__copyright .jknews__wrap,
    .jk__copyright .generic__post--wrap.jk__thumb--sml--rtl .jknews__wrap,
    .generic__post--wrap.jk__thumb--sml--rtl .jk__copyright .jknews__wrap,
    .jk__copyright .generic__post--wrap.jk__thumb--tiny--ltr .jknews__wrap,
    .generic__post--wrap.jk__thumb--tiny--ltr .jk__copyright .jknews__wrap,
    .jk__copyright .generic__post--wrap.jk__thumb--tiny--rtl .jknews__wrap,
    .generic__post--wrap.jk__thumb--tiny--rtl .jk__copyright .jknews__wrap,
    .jk__copyright .generic__post--wrap.jk__thumb--sqr--ltr .jknews__wrap,
    .generic__post--wrap.jk__thumb--sqr--ltr .jk__copyright .jknews__wrap,
    .jk__copyright .jk__news--category,
    .jk__copyright h2.jk_cat_title,
    .jk__copyright .jk_sidebar_card .bichar .post,
    .jk_sidebar_card .bichar .jk__copyright .post,
    .jk__copyright .ok-listicle-controls-wrap,
    .jk__copyright .list__post,
    .jk__copyright .sport__featured .title,
    .sport__featured .jk__copyright .title,
    .jk__copyright .single-inbetween-stories {
        flex-wrap: wrap;
    }
    .jk__copyright .flex-box .mrg__right--auto,
    .jk__copyright .nav__row ul .mrg__right--auto,
    .nav__row .jk__copyright ul .mrg__right--auto,
    .jk__copyright .tmb_small--wide .mrg__right--auto,
    .jk__copyright .jk_trending__tickr_section .mrg__right--auto,
    .jk__copyright .jk__bises .mrg__right--auto,
    .jk__copyright .generic__post--wrap.jk__thumb--sml--ltr .jknews__wrap .mrg__right--auto,
    .generic__post--wrap.jk__thumb--sml--ltr .jk__copyright .jknews__wrap .mrg__right--auto,
    .jk__copyright .generic__post--wrap.jk__thumb--sml--rtl .jknews__wrap .mrg__right--auto,
    .generic__post--wrap.jk__thumb--sml--rtl .jk__copyright .jknews__wrap .mrg__right--auto,
    .jk__copyright .generic__post--wrap.jk__thumb--tiny--ltr .jknews__wrap .mrg__right--auto,
    .generic__post--wrap.jk__thumb--tiny--ltr .jk__copyright .jknews__wrap .mrg__right--auto,
    .jk__copyright .generic__post--wrap.jk__thumb--tiny--rtl .jknews__wrap .mrg__right--auto,
    .generic__post--wrap.jk__thumb--tiny--rtl .jk__copyright .jknews__wrap .mrg__right--auto,
    .jk__copyright .generic__post--wrap.jk__thumb--sqr--ltr .jknews__wrap .mrg__right--auto,
    .generic__post--wrap.jk__thumb--sqr--ltr .jk__copyright .jknews__wrap .mrg__right--auto,
    .jk__copyright .jk__news--category .mrg__right--auto,
    .jk__copyright h2.jk_cat_title .mrg__right--auto,
    .jk__copyright .jk_sidebar_card .bichar .post .mrg__right--auto,
    .jk_sidebar_card .bichar .jk__copyright .post .mrg__right--auto,
    .jk__copyright .ok-listicle-controls-wrap .mrg__right--auto,
    .jk__copyright .list__post .mrg__right--auto,
    .jk__copyright .sport__featured .title .mrg__right--auto,
    .sport__featured .jk__copyright .title .mrg__right--auto,
    .jk__copyright .single-inbetween-stories .mrg__right--auto,
    .jk__copyright .flex-box .mrg__left--auto,
    .jk__copyright .nav__row ul .mrg__left--auto,
    .nav__row .jk__copyright ul .mrg__left--auto,
    .jk__copyright .tmb_small--wide .mrg__left--auto,
    .jk__copyright .jk_trending__tickr_section .mrg__left--auto,
    .jk__copyright .jk__bises .mrg__left--auto,
    .jk__copyright .generic__post--wrap.jk__thumb--sml--ltr .jknews__wrap .mrg__left--auto,
    .generic__post--wrap.jk__thumb--sml--ltr .jk__copyright .jknews__wrap .mrg__left--auto,
    .jk__copyright .generic__post--wrap.jk__thumb--sml--rtl .jknews__wrap .mrg__left--auto,
    .generic__post--wrap.jk__thumb--sml--rtl .jk__copyright .jknews__wrap .mrg__left--auto,
    .jk__copyright .generic__post--wrap.jk__thumb--tiny--ltr .jknews__wrap .mrg__left--auto,
    .generic__post--wrap.jk__thumb--tiny--ltr .jk__copyright .jknews__wrap .mrg__left--auto,
    .jk__copyright .generic__post--wrap.jk__thumb--tiny--rtl .jknews__wrap .mrg__left--auto,
    .generic__post--wrap.jk__thumb--tiny--rtl .jk__copyright .jknews__wrap .mrg__left--auto,
    .jk__copyright .generic__post--wrap.jk__thumb--sqr--ltr .jknews__wrap .mrg__left--auto,
    .generic__post--wrap.jk__thumb--sqr--ltr .jk__copyright .jknews__wrap .mrg__left--auto,
    .jk__copyright .jk__news--category .mrg__left--auto,
    .jk__copyright h2.jk_cat_title .mrg__left--auto,
    .jk__copyright .jk_sidebar_card .bichar .post .mrg__left--auto,
    .jk_sidebar_card .bichar .jk__copyright .post .mrg__left--auto,
    .jk__copyright .ok-listicle-controls-wrap .mrg__left--auto,
    .jk__copyright .list__post .mrg__left--auto,
    .jk__copyright .sport__featured .title .mrg__left--auto,
    .sport__featured .jk__copyright .title .mrg__left--auto,
    .jk__copyright .single-inbetween-stories .mrg__left--auto {
        margin-right: 0;
        margin-left: 0;
        flex: 0 0 100%;
        line-height: 38px;
    }
    .cover_collection {
        flex-wrap: wrap;
    }
    .cover_collection .cvr_text {
        padding: 20px;
        min-height: 215px;
        flex: 0 0 100%;
    }
    .cover_collection .cvr_text i {
        top: 15px;
        left: 15px;
    }
    .cover_collection .cvr_img {
        height: 200px;
        flex: 0 0 100%;
    }
    .jk__interview .post__title {
        font-size: 18px;
    }
    .jk_rb_img_desktop {
        display: none;
    }
    .jk_rb_img_small_devices {
        display: block;
    }
    .jk_roadblock {
        padding: 20px;
        display: block;
    }
    .jk_roadblock .logo {
        max-width: 284px !important;
        margin-bottom: 25px !important;
    }
    .has_side-bar>div {
        flex: 0 0 100% !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
        margin-bottom: 34px;
    }
    .title__regular {
        font-size: 28px;
    }
    .generic__post--wrap.jk__thumb--regular .post__image {
        height: 150px;
    }
    .generic__post--wrap.jk__thumb--default .post__image {
        height: 120px;
    }
    .cover_collection .cvr_img {
        height: 400px;
    }
    .feature__lists .jk_cat_title {
        background-color: transparent !important;
    }
    .jk_breaking2 .item:nth-child(2) {
        height: auto;
    }
    .jk_breaking3 .hasImg img {
        vertical-align: top;
    }
    .home .main_story_sectn .jkmain_news_thumb .post__image {
        height: 348px;
    }
    .jkmainnews_dubai-wrap .colspan2 {
        display: flex;
        flex-wrap: wrap;
    }
    .jkmainnews_dubai-wrap .colspan2 .generic__post--wrap {
        flex: 0 0 48%;
        padding-right: 15px;
    }
    .post__title a {
        display: inline-block;
        margin-bottom: 10px;
    }
    .side__add {
        max-width: 100% !important;
    }
    .jk_breaking1 .title__medium,
    .jk_breaking2 .title__medium,
    .jk_breaking3 .title__medium,
    .jk_breaking4 .title__medium,
    .title__large {
        font-size: 48px;
    }
    .title__small {
        font-size: 18px;
    }
}

@media all and (min-width: 1px) and (max-width: 767px) {
     :root {
        --gutter-space: 15px;
        --common-space: 15px;
        --space-40: 20px;
    }
    .home section.jk__videos {
        padding-top: 20px !important;
    }
    .jk-device-mobile,
    .jk-device-mobile-desktop {
        display: block;
    }
    .jk_m-square-ad {
        border-top: solid 1px rgba(0, 0, 0, 0.1);
        border-bottom: solid 1px rgba(0, 0, 0, 0.1);
    }
    .home .jk-ad-position-wrap {
        padding: 20px;
        border-top: solid 1px rgba(0, 0, 0, 0.1);
        border-bottom: solid 1px rgba(0, 0, 0, 0.1);
    }
    .home .jk_m-square-ad .jk-ad-position-wrap {
        padding: 38px 44px 20px;
    }
    .add__fullwidth,
    .left_add {
        margin: 0;
    }
    .add__fullwidth img,
    .left_add img {
        height: auto;
    }
    .add__fullwidth .jk-device-desktop,
    .left_add .jk-device-desktop {
        margin: 0;
    }
    .jk_breaking4,
    .jk_breaking3 {
        margin-bottom: -5px !important;
    }
    .jk__news--sectn .side__add {
        display: none;
    }
    .home .jk__entertainment .thumb_over_layer {
        margin-bottom: 0;
    }
    .home .jk__lifestyle--sectn {
        padding-bottom: 0 !important;
    }
    .generic__post--wrap.jk__thumb--tiny--ltr:last-child {
        margin-bottom: 15px;
    }
    .home .side__add {
        margin-top: 0 !important;
    }
    .home .jk__business--sectn {
        padding-bottom: 0;
    }
    h2.jk_cat_title span.right a {
        display: none;
    }
    h2.jk_cat_title span.right a:last-child {
        display: block;
    }
    .home .jk__lifestyle--sectn .jk_sidebar_card .jk__thumb--regular .jknews__wrap {
        box-shadow: none;
    }
    .home .jk__lifestyle--sectn .jk_sidebar_card .jk__thumb--regular .jknews__wrap .post__heading {
        padding: 0;
    }
    .home .jk__lifestyle--sectn .jk__thumb--sml--ltr {
        box-shadow: none;
    }
    .jk__videos .thumb_over_layer {
        height: 278px;
    }
    .jk__videos .thumb_over_layer .post__heading {
        bottom: 0;
    }
    .home .jk__business--sectn .generic__post--wrap h2,
    .home .main_story_sectn .generic__post--wrap h2,
    .home .jk__sahitya .generic__post--wrap h2,
    .home .jk__news--sectn .generic__post--wrap h2,
    .home .jk__country--sectn .generic__post--wrap h2 {
        margin-bottom: 0;
    }
    .home .home_prabas .generic__post--wrap h2 {
        margin-bottom: 0.5em !important;
    }
    .jk-device-desktop {
        display: none;
    }
    .title__regular {
        font-size: 34px;
    }
    .post__heading {
        padding: 20px;
    }
    .post__info p {
        font-size: 14px;
    }
    .jk__thumb--sml--rtl .post__heading {
        padding: 0;
    }
    .jk__thumb--sml--rtl .post__title {
        font-size: 25px !important;
    }
    .jk__thumb--sml--rtl .post__title a {
        line-height: 140% !important;
        font-weight: 700;
    }
    .jk__thumb--sml--ltr .post__heading {
        padding: 0;
    }
    .jk__thumb--sml--ltr .post__title {
        font-size: 25px !important;
    }
    .jk__thumb--sml--ltr .post__title a {
        line-height: 140% !important;
        font-weight: 700;
    }
    .jk__thumb--sqr--ltr .post__heading {
        padding: 0;
    }
    .four__cols--grid,
    .seven__cols--grid {
        display: block !important;
        width: 100%;
    }
    .home-footerabsolute,
    .single-footerabsolute {
        position: fixed;
        bottom: -6px;
        left: 0;
        width: 100%;
        min-height: 30px;
        padding: 0 !important;
        z-index: 999999;
    }
    .generic__post--wrap .post__image {
        height: 184px;
    }
    .site-header .wrap__by--grid {
        display: block;
    }
    .site-header .jk_logo_holder {
        padding: 10px 15px;
    }
    .site-header .jk_logo_holder img {
        max-width: 194px;
    }
    .site-header .jk_logo_holder .date__time {
        text-align: center;
        font-size: 0.8em;
        /*margin-left: 88px;*/
        font-weight: bold;
        margin-left: 0;
    }
    .site-header .jk__container .wrap__by--grid {
        text-align: center;
    }
    #stickySocial {
        display: none;
    }
    .site-header .top__ads {
        display: none;
    }
    .top__right--info {
        grid-column: span 12 !important;
        justify-content: flex-end;
        padding-left: 48px;
    }
    .top__right--info a.edition {
        flex: 0 0 auto;
        text-align: center;
    }
    nav .main-navigation {
        position: absolute;
        height: 48px;
        width: 40px;
    }
    nav .menu-primary-container {
        display: none;
    }
    nav .top__search {
        display: none;
    }
    nav .menu-toggle {
        display: none;
        position: absolute;
        top: 0;
        right: 0;
        cursor: pointer;
        border-radius: 0;
        background-color: transparent;
        border: none;
        color: #fff;
        height: 48px;
        width: 42px;
        font-size: 16px;
    }
    .jk_side_menu_hidden .menu-toggle {
        display: none;
    }
    .jk_side_menu_hidden .menu {
        display: block;
    }
    .slide__menu--wrap .side__menu--search {
        padding: 0;
    }
    .slide__menu--wrap .jk-middle_off_menu {
        height: calc(100vh - 90px);
        height: -webkit-calc(100vh - 90px);
        overflow-y: auto;
    }
    .slide__menu--wrap .top__right--lnks {
        display: none;
    }
    .edition,
    .trending__updates,
    .recent__updates {
        line-height: 48px;
    }
    .trending__updates>span {
        display: none;
    }
    .trending__updates img {
        margin-right: 0;
    }
    .trending__updates {
        padding: 0 12px;
    }
    .jk_trending__tickr_section,
    .jk__trending--ticker {
        display: none;
    }
    .side__add--wrap .jk-device-mobile-desktop,
    .side__add--wrap .jk-device-mobile {
        padding: 20px;
    }
    .ftrLogo {
        display: none;
    }
    .post__info {
        flex-wrap: wrap;
    }
    .post__info>div {
        margin-bottom: 8px;
        flex: 0 0 auto;
        color: rgba(0, 0, 0, 0.34);
    }
    .post__info .comment_box {
        font-size: 12px;
    }
    .post__info .comment_box:before {
        left: 62px;
    }
    .at-resp-share-element .at-share-btn .at-label {
        padding: 0 !important;
    }
    .jk_breaking2 {
        display: block;
    }
    .jk_breaking2 .item {
        padding: 0 !important;
    }
    .jk_breaking2 .item .item__wrap {
        border-left: none;
        padding: 30px;
    }
    .jk_breaking2 .item .item__wrap .title__regular {
        font-size: 20px;
    }
    .jk_breaking2 .item .item__wrap .title__medium {
        font-size: 44px;
        padding-left: 0;
    }
    .jk_breaking2 .post__comments {
        display: none;
    }
    .jk_breaking2 p {
        padding: 0 20px 20px;
        font-size: 20px;
        margin: 20px auto 0;
    }
    .jk__bises {
        border-left: none;
        padding: 20px !important;
    }
    .jk__bises .highlight a.title__large {
        line-height: 114%;
        font-size: 44px;
    }
    .jk__bises .post__comments {
        display: none;
    }
    .at-style-responsive .at-share-btn {
        padding: 0 !important;
        margin: 0 !important;
    }
    .at4-title {
        padding-top: 6px !important;
    }
    .nof-comment .comment_box>span {
        display: block;
    }
    .title__medium {
        font-size: 34px;
        padding-left: var(--space-40);
        margin-bottom: 0 !important;
        padding-right: var(--space-40);
    }
    .title__medium.cat-title {
        margin-bottom: 0 !important;
    }
    .has_side-bar {
        display: block;
    }
    .has_side-bar .jk__news--wrap {
        padding: 0 !important;
    }
    .main_story_sectn .jkmain_news_thumb .post__heading {
        border-left: none;
        padding: 20px;
        margin: 0;
    }
    .main_story_sectn .jkmain_news_thumb .post__heading .title__regular {
        font-size: 34px;
    }
    .jk__thumb--sml--rtl,
    .jk__thumb--sml--ltr {
        background-color: #fff;
        margin-bottom: 0 !important;
        padding: 20px;
        box-shadow: rgba(0, 0, 0, 0.08) 0 0 8px;
    }
    .jk__thumb--sml--rtl:nth-child(even),
    .jk__thumb--sml--ltr:nth-child(even) {
        background-color: rgba(255, 255, 255, 0.4);
    }
    .jk__thumb--sml--rtl:last-child,
    .jk__thumb--sml--ltr:last-child {
        margin-bottom: var(--space-40);
    }
    .jk__thumb--sml--rtl.generic__post--wrap .post__image,
    .jk__thumb--sml--ltr.generic__post--wrap .post__image {
        margin-bottom: 0;
    }
    .jk__thumb--sml--rtl .jknews__wrap>div:first-child,
    .jk__thumb--sml--ltr .jknews__wrap>div:first-child {
        margin-left: 24px;
    }
    .jk__thumb--sml--rtl .jknews__wrap>div:first-child {
        margin-left: 25px !important;
    }
    .jk__thumb--sml--ltr.generic__post--wrap .post__image {
        margin-right: 25px !important;
    }
    .jk__thumb--sml--ltr .jknews__wrap>div:first-child {
        margin-left: 0;
    }
    .side__add {
        text-align: center;
        max-width: 100% !important;
    }
    .side__add .side__add--wrap {
        display: inline-block;
        vertical-align: top;
    }
    .jk__news--sectn .jk__spot--news .jknews__wrap {
        display: block;
    }
    .jk__news--sectn .jk__spot--news .post__image {
        height: 184px !important;
    }
    .jk__news--sectn .jk__spot--news .post__image.news_spot_thumb {
        margin-right: 0;
        min-width: 100%;
        max-width: 100%;
    }
    .jk__news--sectn .post__info p {
        display: none;
    }
    .jk__news--sectn .three__cols--grid {
        display: block;
    }
    .jk__news--sectn .three__cols--grid .col:nth-child(3),
    .jk__news--sectn .three__cols--grid .col:nth-child(4),
    .jk__news--sectn .three__cols--grid .col:nth-child(5) {
        padding: 0 20px;
        width: 100%;
    }
    .jk__news--sectn .three__cols--grid .col:nth-child(3) .generic__post--wrap.jk__thumb--regular .post__image,
    .jk__news--sectn .three__cols--grid .col:nth-child(4) .generic__post--wrap.jk__thumb--regular .post__image,
    .jk__news--sectn .three__cols--grid .col:nth-child(5) .generic__post--wrap.jk__thumb--regular .post__image {
        margin-bottom: 0;
    }
    .jk__news--sectn .three__cols--grid .col:nth-child(3) .post__heading,
    .jk__news--sectn .three__cols--grid .col:nth-child(4) .post__heading,
    .jk__news--sectn .three__cols--grid .col:nth-child(5) .post__heading {
        padding-left: 0;
        padding-right: 0;
    }
    .jk__news--sectn .three__cols--grid .col:nth-child(3) .title__small,
    .jk__news--sectn .three__cols--grid .col:nth-child(4) .title__small,
    .jk__news--sectn .three__cols--grid .col:nth-child(5) .title__small {
        font-size: 22px;
    }
    .jk__news--sectn .two__cols--grid {
        display: block;
    }
    .home .jk__news--sectn .three__cols--grid .col:nth-child(5) {
        display: none;
    }
    .jk__country--sectn .post__image,
    .jk__tech--sectn .post__image,
    .jk__business--sectn .post__image,
    .jk__entertainment .post__image,
    .jk__lifestyle--sectn .post__image {
        margin-bottom: 0 !important;
    }
    .jk__country--sectn .post__info,
    .jk__tech--sectn .post__info,
    .jk__business--sectn .post__info,
    .jk__entertainment .post__info,
    .jk__lifestyle--sectn .post__info {
        display: none;
    }
    .jk__country--sectn .jk__news--wrap .four__cols--grid,
    .jk__country--sectn .jk__news--wrap .three__cols--grid,
    .jk__country--sectn .jk__news--wrap .four__cols--grid,
    .jk__country--sectn .jk__news--wrap .five__cols--grid,
    .jk__country--sectn .jk__news--wrap .six__cols--grid,
    .jk__tech--sectn .jk__news--wrap .four__cols--grid,
    .jk__tech--sectn .jk__news--wrap .three__cols--grid,
    .jk__tech--sectn .jk__news--wrap .four__cols--grid,
    .jk__tech--sectn .jk__news--wrap .five__cols--grid,
    .jk__tech--sectn .jk__news--wrap .six__cols--grid,
    .jk__business--sectn .jk__news--wrap .four__cols--grid,
    .jk__business--sectn .jk__news--wrap .three__cols--grid,
    .jk__business--sectn .jk__news--wrap .four__cols--grid,
    .jk__business--sectn .jk__news--wrap .five__cols--grid,
    .jk__business--sectn .jk__news--wrap .six__cols--grid,
    .jk__entertainment .jk__news--wrap .four__cols--grid,
    .jk__entertainment .jk__news--wrap .three__cols--grid,
    .jk__entertainment .jk__news--wrap .four__cols--grid,
    .jk__entertainment .jk__news--wrap .five__cols--grid,
    .jk__entertainment .jk__news--wrap .six__cols--grid,
    .jk__lifestyle--sectn .jk__news--wrap .four__cols--grid,
    .jk__lifestyle--sectn .jk__news--wrap .three__cols--grid,
    .jk__lifestyle--sectn .jk__news--wrap .four__cols--grid,
    .jk__lifestyle--sectn .jk__news--wrap .five__cols--grid,
    .jk__lifestyle--sectn .jk__news--wrap .six__cols--grid {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr);
    }
    .jk__country--sectn .jk__news--wrap .three__cols--grid .col,
    .jk__tech--sectn .jk__news--wrap .three__cols--grid .col,
    .jk__business--sectn .jk__news--wrap .three__cols--grid .col,
    .jk__entertainment .jk__news--wrap .three__cols--grid .col,
    .jk__lifestyle--sectn .jk__news--wrap .three__cols--grid .col {
        grid-column: span 3;
    }
    .jk__country--sectn .jk__news--wrap .five__cols--grid .col,
    .jk__tech--sectn .jk__news--wrap .five__cols--grid .col,
    .jk__business--sectn .jk__news--wrap .five__cols--grid .col,
    .jk__entertainment .jk__news--wrap .five__cols--grid .col,
    .jk__lifestyle--sectn .jk__news--wrap .five__cols--grid .col {
        grid-column: span 5;
    }
    .jk__country--sectn .jk_sidebar_card,
    .jk__tech--sectn .jk_sidebar_card,
    .jk__business--sectn .jk_sidebar_card,
    .jk__entertainment .jk_sidebar_card,
    .jk__lifestyle--sectn .jk_sidebar_card {
        text-align: left;
    }
    .generic__post--wrap.jk__thumb--regular .post__image {
        margin-bottom: 0;
    }
    .jk_sidebar_card {
        text-align: left;
        padding: 0 20px;
    }
    .jk_sidebar_card .title {
        padding: 0;
    }
    .jk__interview,
    .jk__tech--sectn {
        padding-bottom: 0 !important;
    }
    .cover_collection {
        display: block;
    }
    .cover_collection .cvr_text {
        padding: 50px 20px;
    }
    .cover_collection .cvr_text a {
        padding-left: 0;
    }
    .jk__feature {
        background-position: -800px center;
        padding: 40px 20px;
        height: 494px;
    }
    .jk__feature .flex-box a.goto,
    .jk__feature .nav__row ul a.goto,
    .nav__row .jk__feature ul a.goto,
    .jk__feature .tmb_small--wide a.goto,
    .jk__feature .jk_trending__tickr_section a.goto,
    .jk__feature .jk__bises a.goto,
    .jk__feature .generic__post--wrap.jk__thumb--sml--ltr .jknews__wrap a.goto,
    .generic__post--wrap.jk__thumb--sml--ltr .jk__feature .jknews__wrap a.goto,
    .jk__feature .generic__post--wrap.jk__thumb--sml--rtl .jknews__wrap a.goto,
    .generic__post--wrap.jk__thumb--sml--rtl .jk__feature .jknews__wrap a.goto,
    .jk__feature .generic__post--wrap.jk__thumb--tiny--ltr .jknews__wrap a.goto,
    .generic__post--wrap.jk__thumb--tiny--ltr .jk__feature .jknews__wrap a.goto,
    .jk__feature .generic__post--wrap.jk__thumb--tiny--rtl .jknews__wrap a.goto,
    .generic__post--wrap.jk__thumb--tiny--rtl .jk__feature .jknews__wrap a.goto,
    .jk__feature .generic__post--wrap.jk__thumb--sqr--ltr .jknews__wrap a.goto,
    .generic__post--wrap.jk__thumb--sqr--ltr .jk__feature .jknews__wrap a.goto,
    .jk__feature .jk__news--category a.goto,
    .jk__feature h2.jk_cat_title a.goto,
    .jk__feature .jk_sidebar_card .bichar .post a.goto,
    .jk_sidebar_card .bichar .jk__feature .post a.goto,
    .jk__feature .ok-listicle-controls-wrap a.goto,
    .jk__feature .list__post a.goto,
    .jk__feature .sport__featured .title a.goto,
    .sport__featured .jk__feature .title a.goto,
    .jk__feature .single-inbetween-stories a.goto {
        font-size: 28px;
    }
    .jk__feature .post__info>div {
        color: #fff;
    }
    .feature__lists {
        padding: 20px;
    }
    .jk__entertainment {
        padding-bottom: 0 !important;
    }
    .jk__entertainment .generic__post--wrap {
        margin-bottom: 0;
    }
    .jk__entertainment .thumb_over_layer {
        height: 340px;
        margin-bottom: 20px;
    }
    .jk__entertainment .six__cols--grid .col {
        grid-column: span 6;
        padding-left: 20px;
        padding-right: 20px;
    }
    .jk__entertainment .six__cols--grid .col:nth-child(1) {
        padding: 0;
    }
    .jk__entertainment .six__cols--grid .col:nth-child(3) {
        margin-top: 20px;
    }
    .jk__lifestyle--sectn .title,
    .jk__tech--sectn .title,
    .jk__sport--sectn .title {
        padding-left: 20px;
        padding-right: 20px;
    }
    .jk__sport--sectn {
        padding-bottom: 0 !important;
    }
    .jk__sport--sectn .two__cols--grid {
        display: block;
    }
    .jk__sport--sectn .two__cols--grid .post__heading {
        margin-bottom: 0;
    }
    .jk__sport--sectn .two__cols--grid .business_spot_thumb {
        margin-bottom: 0;
    }
    .jk__sport--sectn .two__cols--grid .title {
        margin-top: 20px;
    }
    .jk__sport--sectn .side__add {
        margin-top: 20px;
    }
    .jk__sport--sectn .jk__thumb--tiny--ltr {
        margin-bottom: 20px;
    }
    .jk__sport--sectn .jk__thumb--tiny--ltr .post__heading {
        padding: 0;
    }
    .jk__sport--sectn .jk__thumb--tiny--ltr:last-child {
        margin-bottom: 0;
    }
    .jk__sport--sectn .jk__thumb--regular .post__title {
        font-size: 22px;
    }
    .jk__sport--sectn .jk__thumb--regular .post__heading {
        margin-bottom: 0;
    }
    .jk__country--sectn {
        padding-bottom: 0 !important;
        border-bottom: none;
    }
    .jk__country--sectn .jk__news--wrap .four__cols--grid {
        display: block !important;
    }
    .jk__country--sectn .title__small {
        font-size: 20px;
    }
    .jk__country--sectn .title {
        padding-left: 20px;
        padding-right: 20px;
    }
    .jk__country--sectn .jk__thumb--default .jknews__wrap {
        padding-left: 20px;
        padding-right: 20px;
    }
    .title__small a {
        line-height: 140% !important;
    }
    .jk__videos {
        padding: 20px;
    }
    .jk__videos .six__cols--grid {
        display: block;
    }
    .jk__videos .jk__thumb--sml--ltr {
        padding: 20px 0 0;
        background-color: transparent;
        box-shadow: none;
    }
    .jk__videos .jk_cat_title {
        padding-left: 0;
        padding-right: 0;
    }
    .jk__videos .thumb_over_layer .shadow__layer {
        background-position: center;
    }
    .jk__videos .thumb_over_layer .post__heading {
        padding-left: 20px;
    }
    .jk__videos .thumb_over_layer .post__heading .play_icon {
        height: 60px;
        width: 60px;
        line-height: 60px;
        top: -74px;
        left: 20px;
    }
    .jk__wonderworld--sectn {
        padding-bottom: 0 !important;
    }
    .jk__wonderworld--sectn .five__cols--grid {
        display: block;
    }
    .jk__wonderworld--sectn .jk_sidebar_card {
        margin-top: 20px !important;
    }
    .jk__wonderworld--sectn .title {
        padding-left: 20px;
        padding-right: 20px;
    }
    .jk__Others {
        padding: 0 !important;
    }
    .jk__Others .six__cols--grid {
        display: block !important;
    }
    .jk__Others .jk_sidebar_card .title {
        background-color: transparent;
    }
    .jk__Others .jk__thumb--tiny--ltr .post__heading {
        padding: 0;
    }
    .jk__Others .generic__post--wrap.jk__thumb--tiny--ltr {
        margin-bottom: 20px;
    }
    .jk__Others .jk__news--wrap .jk_sidebar_card .jk__thumb--regular {
        margin-bottom: 10px;
    }
    .generic__post--wrap.jk__thumb--tiny--ltr .jknews__wrap>div:first-child {
        height: 68px;
    }
    .Beautiful__nepal {
        padding: 20px;
    }
    .Beautiful__nepal .col {
        margin-bottom: 20px;
    }
    .Beautiful__nepal .img_gal_title .title__small {
        padding-top: 20px;
        font-size: 18px;
    }
    .Beautiful__nepal .img_gal_title i {
        top: 20px;
    }
    .footer__grid {
        padding: 40px 20px 0;
    }
    .footer__grid .col {
        padding: 0 0 40px;
    }
    .footer__grid .footer__logo {
        display: none;
    }
    .jk__copyright {
        padding: 20px;
    }
    .jk__copyright .flex-box,
    .jk__copyright .nav__row ul,
    .nav__row .jk__copyright ul,
    .jk__copyright .tmb_small--wide,
    .jk__copyright .jk_trending__tickr_section,
    .jk__copyright .jk__bises,
    .jk__copyright .generic__post--wrap.jk__thumb--sml--ltr .jknews__wrap,
    .generic__post--wrap.jk__thumb--sml--ltr .jk__copyright .jknews__wrap,
    .jk__copyright .generic__post--wrap.jk__thumb--sml--rtl .jknews__wrap,
    .generic__post--wrap.jk__thumb--sml--rtl .jk__copyright .jknews__wrap,
    .jk__copyright .generic__post--wrap.jk__thumb--tiny--ltr .jknews__wrap,
    .generic__post--wrap.jk__thumb--tiny--ltr .jk__copyright .jknews__wrap,
    .jk__copyright .generic__post--wrap.jk__thumb--tiny--rtl .jknews__wrap,
    .generic__post--wrap.jk__thumb--tiny--rtl .jk__copyright .jknews__wrap,
    .jk__copyright .generic__post--wrap.jk__thumb--sqr--ltr .jknews__wrap,
    .generic__post--wrap.jk__thumb--sqr--ltr .jk__copyright .jknews__wrap,
    .jk__copyright .jk__news--category,
    .jk__copyright h2.jk_cat_title,
    .jk__copyright .jk_sidebar_card .bichar .post,
    .jk_sidebar_card .bichar .jk__copyright .post,
    .jk__copyright .ok-listicle-controls-wrap,
    .jk__copyright .list__post,
    .jk__copyright .sport__featured .title,
    .sport__featured .jk__copyright .title,
    .jk__copyright .single-inbetween-stories {
        display: block;
        line-height: 180%;
    }
    .jk__details--banner {
        height: 304px;
    }
    .jk__details--read {
        padding: 0 20px 20px;
    }
    .jk__details--read .three__cols--grid {
        display: block;
    }
    .jk__details--read .post__info {
        height: auto;
        padding: 10px;
    }
    .jk__details--read .shares span {
        display: block;
        text-align: center;
    }
    .jk__details--read .shares .nof-share {
        display: block;
        border: none;
    }
    .jk__details--read .details__info .nof-comment {
        line-height: 20px;
        padding: 0;
    }
    .jk__details--read .author__wrap,
    .jk__details--read .post__time {
        display: inline-block;
    }
    .jk__details--read .inr_highlight {
        padding: 0 0 0 30px;
        margin: 30px 0;
    }
    .jk__details--read .pc {
        margin-bottom: 5px;
    }
    .jk__details--read .tribox-add {
        display: block;
        padding-bottom: 0;
        margin-bottom: 20px;
    }
    .jk__details--read .tribox-add .adBox {
        margin-bottom: 20px;
    }
    .jk__details--read .inr_quote {
        margin: 20px 0;
        padding-left: 54px;
    }
    .jk__details--read .inr_quote i {
        font-size: 44px;
    }
    .jk__details--read .inr_quote .saying {
        display: block;
        line-height: 174%;
        font-size: 15px;
    }
    .jk__details--read .inr_related--post {
        width: 100%;
        margin: 20px 0;
    }
    .jk__details--read .readthis {
        display: block;
    }
    .jk__details--read .readthis a {
        font-size: 14px;
        margin-top: 14px;
    }
    .jk__details--read .Quotefull {
        padding: 0;
        padding-left: 54px;
        line-height: 10px;
    }
    .jk__details--read .Quotefull i {
        left: 6px;
        top: 0;
    }
    .details__content h4 {
        line-height: 178%;
        font-size: 22px;
    }
    .readthis_2 {
        padding: 10px;
        align-items: flex-start;
    }
    .readthis_2 a {
        display: block;
        line-height: 164%;
    }
    .readthis_2 .r_content>span {
        margin-bottom: 10px;
        font-size: 15px;
    }
    .post_ftr {
        text-align: center;
        padding: 0;
    }
    .post_ftr .flex-box,
    .post_ftr .nav__row ul,
    .nav__row .post_ftr ul,
    .post_ftr .tmb_small--wide,
    .post_ftr .jk_trending__tickr_section,
    .post_ftr .jk__bises,
    .post_ftr .generic__post--wrap.jk__thumb--sml--ltr .jknews__wrap,
    .generic__post--wrap.jk__thumb--sml--ltr .post_ftr .jknews__wrap,
    .post_ftr .generic__post--wrap.jk__thumb--sml--rtl .jknews__wrap,
    .generic__post--wrap.jk__thumb--sml--rtl .post_ftr .jknews__wrap,
    .post_ftr .generic__post--wrap.jk__thumb--tiny--ltr .jknews__wrap,
    .generic__post--wrap.jk__thumb--tiny--ltr .post_ftr .jknews__wrap,
    .post_ftr .generic__post--wrap.jk__thumb--tiny--rtl .jknews__wrap,
    .generic__post--wrap.jk__thumb--tiny--rtl .post_ftr .jknews__wrap,
    .post_ftr .generic__post--wrap.jk__thumb--sqr--ltr .jknews__wrap,
    .generic__post--wrap.jk__thumb--sqr--ltr .post_ftr .jknews__wrap,
    .post_ftr .jk__news--category,
    .post_ftr h2.jk_cat_title,
    .post_ftr .jk_sidebar_card .bichar .post,
    .jk_sidebar_card .bichar .post_ftr .post,
    .post_ftr .ok-listicle-controls-wrap,
    .post_ftr .list__post,
    .post_ftr .sport__featured .title,
    .sport__featured .post_ftr .title,
    .post_ftr .single-inbetween-stories {
        display: block;
    }
    .post_ftr .ftr_tags {
        margin-top: 20px;
    }
    .abt_author .flex-box,
    .abt_author .nav__row ul,
    .nav__row .abt_author ul,
    .abt_author .tmb_small--wide,
    .abt_author .jk_trending__tickr_section,
    .abt_author .jk__bises,
    .abt_author .generic__post--wrap.jk__thumb--sml--ltr .jknews__wrap,
    .generic__post--wrap.jk__thumb--sml--ltr .abt_author .jknews__wrap,
    .abt_author .generic__post--wrap.jk__thumb--sml--rtl .jknews__wrap,
    .generic__post--wrap.jk__thumb--sml--rtl .abt_author .jknews__wrap,
    .abt_author .generic__post--wrap.jk__thumb--tiny--ltr .jknews__wrap,
    .generic__post--wrap.jk__thumb--tiny--ltr .abt_author .jknews__wrap,
    .abt_author .generic__post--wrap.jk__thumb--tiny--rtl .jknews__wrap,
    .generic__post--wrap.jk__thumb--tiny--rtl .abt_author .jknews__wrap,
    .abt_author .generic__post--wrap.jk__thumb--sqr--ltr .jknews__wrap,
    .generic__post--wrap.jk__thumb--sqr--ltr .abt_author .jknews__wrap,
    .abt_author .jk__news--category,
    .abt_author h2.jk_cat_title,
    .abt_author .jk_sidebar_card .bichar .post,
    .jk_sidebar_card .bichar .abt_author .post,
    .abt_author .ok-listicle-controls-wrap,
    .abt_author .list__post,
    .abt_author .sport__featured .title,
    .sport__featured .abt_author .title,
    .abt_author .single-inbetween-stories {
        display: block;
    }
    .abt_author .aut_img {
        margin-bottom: 20px;
    }
    .trendleftwrap {
        display: block;
    }
    .jk_rec_sidebar {
        text-align: left;
    }
    .innterTrendingLeft .generic__post--wrap::before {
        top: 45px;
        left: 45px;
    }
    .side__add--wrap {
        width: 100%;
    }
    .side__add--wrap .mostShared,
    .side__add--wrap .side_bar_posts {
        padding: 0;
    }
    .feature__lists .post__heading,
    .feature__lists .title__medium {
        padding-left: 0;
        padding-right: 0;
    }
    .feature__lists .title__small {
        font-size: 20px;
    }
    .feature__lists .title__medium {
        font-size: 28px;
    }
    .Post__feedback .comment_wrp {
        padding-left: 0;
    }
    .comment__wrap {
        display: block;
    }
    .comment__wrap .aut_img {
        margin-bottom: 20px;
    }
    .comment__wrap .comments_ftr {
        flex-wrap: wrap;
    }
    .Post__feedback .title__medium {
        font-size: 24px;
    }
    .cover_collection .cvr_text {
        min-height: 20px;
        padding: 50px 20px;
    }
    .page-template-template-business .site-header .top__ads {
        display: inline-block;
    }
    .page-template-template-business .site-header .jk_logo_holder {
        display: inline-block;
        max-width: 88px;
        height: 80px;
        margin-bottom: 0;
    }
    .page-template-template-business .site-header .jk_logo_holder img {
        max-width: 64px;
        margin-top: 14px;
    }
    .page-template-template-business .site-header .cat_main_head_title {
        font-size: 48px;
        letter-spacing: -2px;
        margin-left: 15px;
    }
    .page-template-template-business .hasImg,
    .page-template-template-business .cvr_img,
    .page-template-template-business .generic__post--wrap.jk__thumb--large .post__image,
    .page-template-template-business .jk__country--sectn .jk__spot--country .post__image {
        height: 204px;
    }
    .page-template-template-business .generic__post--wrap.jk__thumb--sml--ltr .jknews__wrap>div:first-child {
        max-width: 134px;
        height: 80px;
    }
    .page-template-template-business .six-00 {
        display: inline-block;
        margin: 24px 0;
    }
    .page-template-template-business .jk__spot--news .jknews__wrap {
        display: block;
    }
    .page-template-template-business .pack__type__normal--list,
    .page-template-template-business .pack-type-one {
        padding: 0 20px;
    }
    .page-template-template-lifestyle .site-header .top__ads {
        display: inline-block;
    }
    .page-template-template-lifestyle .site-header .jk_logo_holder {
        display: inline-block;
        max-width: 90px;
        height: 80px;
        margin-bottom: 0;
    }
    .page-template-template-lifestyle .site-header .jk_logo_holder img {
        max-width: 64px;
        margin-top: 14px;
    }
    .page-template-template-lifestyle .site-header .cat_main_head_title {
        font-size: 48px;
        letter-spacing: -2px;
        margin-left: 15px;
    }
    .page-template-template-lifestyle .hasImg,
    .page-template-template-lifestyle .jk__cat--lifestyle .cat__banner .item.hasImg,
    .page-template-template-lifestyle .cvr_img,
    .page-template-template-lifestyle .generic__post--wrap.jk__thumb--large .post__image,
    .page-template-template-lifestyle .jk__country--sectn .jk__spot--country .post__image {
        height: auto;
    }
    .page-template-template-lifestyle .hasImg img,
    .page-template-template-lifestyle .jk__cat--lifestyle .cat__banner .item.hasImg img,
    .page-template-template-lifestyle .cvr_img img,
    .page-template-template-lifestyle .generic__post--wrap.jk__thumb--large .post__image img,
    .page-template-template-lifestyle .jk__country--sectn .jk__spot--country .post__image img {
        width: 100%;
        height: auto;
    }
    .page-template-template-lifestyle .generic__post--wrap.jk__thumb--sml--ltr .jknews__wrap>div:first-child {
        max-width: 134px;
        height: 80px;
    }
    .page-template-template-lifestyle .six-00 {
        display: inline-block;
        margin: 24px 0;
    }
    .page-template-template-lifestyle .six__cols--grid,
    .page-template-template-lifestyle .two__cols--grid {
        display: block;
    }
    .page-template-template-lifestyle .jk__spot--news .jknews__wrap {
        display: block;
    }
    .page-template-template-lifestyle .pack__type__normal--list,
    .page-template-template-lifestyle .pack-type-one {
        padding: 0 20px;
    }
    .page-template-template-lifestyle .post_half-of-page .generic__post--wrap,
    .page-template-template-lifestyle .generic__post--wrap.jk__thumb--large .post__image,
    .page-template-template-lifestyle .mb-var,
    .page-template-template-lifestyle .generic__post--wrap.jk__thumb--default .post__image {
        margin-bottom: 0;
    }
    .page-template-template-lifestyle .jk_sidebar_card .title {
        padding-left: 20px;
        padding-right: 20px;
    }
    .page-template-template-lifestyle .jk_sidebar_card {
        margin-top: 20px;
        margin-bottom: 20px;
        padding: 0;
    }
    .page-template-template-lifestyle .jk_sidebar_card.mostShared .title {
        padding-left: 0;
    }
    .page-template-template-lifestyle .jk__cat--lifestyle .owl-carousel .owl-nav {
        top: -64px;
        right: 18px;
    }
    .page-template-template-lifestyle .jk__cat--lifestyle .owl-carousel .img_gal_title {
        padding-left: 20px;
        padding-right: 20px;
    }
    .page-template-template-lifestyle .jk__news--category {
        padding: 20px;
    }
    .page-template-template-lifestyle .feature__lists.dont__miss .jk__news--category {
        padding: 0;
    }
    .page-template-template-lifestyle .jk__country--sectn .jk__thumb--default .jknews__wrap {
        padding: 0;
    }
    .page-template-template-lifestyle .beauti_sectn .thumb_over_layer {
        height: 333px;
    }
    .menu-main-menu-container .menu li,
    .menu-primary-menu-container .menu li,
    .menu-lifestyle-menu-container .menu li,
    .menu-sports-menu-container .menu li {
        display: none;
    }
    .menu-main-menu-container .menu li.all__menu--trigger,
    .menu-primary-menu-container .menu li.all__menu--trigger,
    .menu-lifestyle-menu-container .menu li.all__menu--trigger,
    .menu-sports-menu-container .menu li.all__menu--trigger {
        display: block;
        margin-top: 15px;
    }
    .menu-main-menu-container .menu li.all__menu--trigger a,
    .menu-primary-menu-container .menu li.all__menu--trigger a,
    .menu-lifestyle-menu-container .menu li.all__menu--trigger a,
    .menu-sports-menu-container .menu li.all__menu--trigger a {
        padding: 0 14px;
        background-color: transparent;
        font-size: 20px !important;
        line-height: 53px;
    }
    .menu-main-menu-container .menu li.all__menu--trigger:hover,
    .menu-primary-menu-container .menu li.all__menu--trigger:hover,
    .menu-lifestyle-menu-container .menu li.all__menu--trigger:hover,
    .menu-sports-menu-container .menu li.all__menu--trigger:hover {
        background-color: transparent;
    }
    .fix__this .menu li.all__menu--trigger {
        margin-left: 48px !important;
    }
    .jk_breaking4 {
        padding: 30px 0;
    }
    .jk_breaking4 .generic__post--wrap .post__image {
        height: 160px;
        width: 75%;
        margin: 0 auto;
    }
    .jk_breaking4 .post__info>div {
        flex: 0 0 auto !important;
    }
    .jk_breaking4 .author__wrap label {
        font-size: 13px;
    }
    .two__cols--grid {
        display: block;
    }
    .home .main_story_sectn {
        padding: 0;
    }
    .home .main_story_sectn .jkmain_news_thumb .post__image {
        height: 224px;
    }
    .home .main_story_sectn .jkmain_news_thumb .post__heading {
        text-align: left;
    }
    .home .jkmainnews_dubai-wrap {
        display: block;
    }
    .show__side--menu {
        margin-right: 0;
    }
    .side__add {
        padding: 20px;
    }
    .jk__news--sectn .jk__spot--news .post__heading {
        align-self: center;
        margin-bottom: 0;
        padding-right: 35px;
        min-width: 33.33%;
        padding: 0 0 10px;
    }
    .jk__news--sectn .jk__spot--news .post__info {
        display: none;
    }
    .jk__country--sectn .right .read__all {
        display: none;
    }
    .jk__country--sectn .right .read__all:first-child {
        display: none;
    }
    .jk__business--sectn .right .read__all {
        display: none;
    }
    .jk__business--sectn .right .read__all:last-child {
        display: block;
    }
    .jk__entertainment .right .read__all {
        display: none;
    }
    .jk__entertainment .right .read__all:last-child {
        display: block;
    }
    .jk__entertainment .thumb_over_layer {
        height: 300px !important;
    }
    .jk__entertainment .six__cols--grid .col {
        padding-left: 0;
        padding-right: 0;
    }
    .jk__entertainment .generic__post--wrap.jk__thumb--regular .post__image {
        height: 200px;
    }
    .home .jk__business--sectn .business_spot_thumb {
        height: 300px;
    }
    h2.jk_cat_title>span:nth-child(1) {
        font-size: 20px;
    }
    .side__add .cards {
        padding: 0 !important;
    }
    .jk__box_shadow_sidebar {
        /*padding: 0 !important;
         margin: 5px; 
        margin-bottom: 5px!important;*/
    }
    .jk_breaking2_mainkhabar {
        width: auto !important;
        margin: 5px;
    }
    .jkmain_news_thumb {
        margin: 5px !important;
        box-shadow: rgb(204 204 204) 0px 0px 10px;
        border-bottom: 1px solid rgb(219, 219, 219);
    }
    .suchana_prabidhi .five__cols--grid {
        display: block;
    }
    .suchana_prabidhi .five__cols--grid .for_it {
        margin-top: 0;
    }
    .suchana_prabidhi .five__cols--grid .jkmain_news_thumb {
        height: 200px;
    }
    .jk_sidebar_card .title {
        padding: 0 15px;
    }
    .cover_collection .cvr_img {
        height: 244px;
    }
    .jk__lifestyle--sectn .jk__news--wrap .jk_sidebar_card .jk__thumb--regular {
        margin-bottom: 0;
    }
    .jk__lifestyle--sectn .jk__news--wrap .jk_sidebar_card .jk__thumb--regular .post__heading {
        padding: 20px 0 10px;
    }
    .jk__lifestyle--sectn .generic__post--wrap.jk__thumb--tiny--ltr .jknews__wrap .post__heading {
        padding: 0 !important;
    }
    .jk__lifestyle--sectn .generic__post--wrap.jk__thumb--tiny--ltr .jknews__wrap .post__heading h2 {
        font-size: 22px !important;
    }
    .jk__country--sectn .sport_side .jk__thumb--regular {
        margin-bottom: 0;
    }
    .jk__country--sectn .sport_side .jk__thumb--regular .post__heading {
        padding: 20px 0 10px;
    }
    .jk__country--sectn .sport_side .generic__post--wrap.jk__thumb--tiny--ltr .jknews__wrap .post__heading {
        padding: 0 !important;
    }
    .jk__country--sectn .sport_side .generic__post--wrap.jk__thumb--tiny--ltr .jknews__wrap .post__heading h2 {
        font-size: 22px !important;
    }
    .home .jk__sport--sectn .title__regular {
        margin-top: 0;
    }
    .jk__wonderworld--sectn .bichitra_spot .business_spot_thumb {
        height: 304px;
    }
    h2.jk_cat_title {
        margin-bottom: 0 !important;
    }
    .title__small {
        font-size: 26px !important;
    }
    .jk_trending_hide {
        height: 100vh;
        overflow-y: auto;
    }
    .jk_trending_hide ul.trending li {
        flex: 0 0 100%;
    }
    .jk_trending_hide ul.trending li:last-child {
        padding-right: 40px;
    }
    .jk_trending_hide .jk_sidebar_card .trending li {
        padding-left: 50px;
    }
    .jk_trending_hide .jk_sidebar_card .trending li>span {
        font-size: 30px;
    }
    .jk_trending_hide .jk_sidebar_card {
        padding: 0;
    }
    .jk_trending_hide .jk_sidebar_card .title {
        margin-top: 0;
    }
    .jk_trending_hide .trending__wrapp .closeThis {
        height: 43px;
        width: 44px;
        bottom: 18px;
        z-index: 99;
    }
    .jk_recent_hidden {
        height: 100vh;
        overflow-y: auto;
    }
    .jk_recent_hidden .generic__post--wrap .post__date {
        display: none;
    }
    .jk_recent_hidden .generic__post--wrap.jk__thumb--sml--ltr .jknews__wrap>div:first-child {
        height: 64px;
        max-width: 88px;
        width: 88px;
    }
    .jk_recent_hidden .latestUp__wrapp ol li {
        margin-bottom: 0;
    }
    .jk_recent_hidden .latestUp__wrapp ol li:last-child {
        padding-right: 40px;
    }
    .jk_recent_hidden .latestUp__wrapp ol {
        padding-top: 0;
    }
    .jk_recent_hidden .latestUp__wrapp ol li {
        flex: 0 0 100%;
        padding: 0;
    }
    .jk_recent_hidden .jk_sidebar_card {
        padding: 0;
    }
    .jk_recent_hidden .jk_sidebar_card .title {
        margin-top: 0;
    }
    .jk_recent_hidden .latestUp__wrapp .closeThis {
        z-index: 99;
        height: 43px;
        width: 44px;
        bottom: 18px;
    }
    .search__box--main .jk__container {
        display: block;
    }
    .search__box--main .closeThis {
        margin-left: 24px;
    }
    .search__box--main .jk_search-field-wrap input.main--search--box {
        width: 100%;
    }
    .generic__post--wrap .post__image {
        height: 245px;
    }
    .jk__details--read {
        padding-top: 0;
    }
    .jk__details--read .nws__title--card {
        padding: 0;
    }
    .jk__details--read .nws__title--card h2 {
        font-size: 34px;
    }
    .jk__details--read .post__subtitle {
        font-size: 18px;
    }
    .jk__details--read .custom_breadcrumb {
        margin-bottom: 20px;
    }
    .jk_highlight,
    .inr_highlight {
        padding: 0;
        margin: 0 0 20px;
        max-width: 100%;
        float: none;
    }
    .twitter-tweet,
    .wp-caption img[class*="wp-image-"],
    figure.wp-caption.alignleft {
        width: 100% !important;
    }
    .alignright,
    .alignleft {
        float: none !important;
        margin: 0 0 10px !important;
        width: 100% !important;
    }
    .okig-gallery-wrap.okig-lightbox a {
        margin-right: 15px;
    }
    .details__content blockquote {
        padding: 25px !important;
    }
    .inr_quote,
    .jk_quote1 {
        border-right: none;
        margin: 30px 0;
        max-width: 100%;
        float: none;
        line-height: 148%;
        font-size: 20px;
    }
    .jk_quote2 {
        float: none;
        max-width: 100%;
        float: none;
        margin: 30px 0;
    }
    .jk_quote3 {
        font-size: 20px;
    }
    .jk_quote3:before {
        left: 0;
    }
    .emo_sectn {
        margin: 30px 0;
    }
    .emo_sectn .post__emo {
        flex-wrap: wrap;
        justify-content: center;
    }
    .emo_sectn .post__emo .emowrap {
        text-align: center;
        position: relative;
        flex: 0 0 33.33%;
        margin-bottom: 38px;
    }
    .jk_lokpriye-head {
        padding: 0;
    }
    .jk_lokpriye-head span.right a.read__all {
        line-height: 28px;
        padding: 0 10px;
    }
    .side__add {
        padding: 0;
    }
    .jk__details--read .details__info .nof-comment a {
        line-height: 44px;
        padding: 0;
    }
    .jk-each-ad {
        text-align: center;
        margin-bottom: 10px;
    }
    .jk-each-ad:last-child {
        margin-bottom: 0;
    }
    .at-svc-facebook,
    .at-svc-twitter {
        padding-right: 0 !important;
        width: 44px;
    }
    .brdcmbList {
        padding-left: 20px;
    }
    .show_list--view {
        width: 100%;
    }
    .show_list--view.list__post .hasImg {
        padding: 0;
        height: 148px;
        width: 162px;
        max-width: 185px;
        min-width: 112px;
        flex: 1 !important;
    }
    .show_list--view.list__post .item {
        flex: 2;
    }
    .paginate-links {
        padding-left: 20px;
    }
    .paginate-links .page-numbers {
        height: 40px;
        vertical-align: top;
        line-height: 40px;
    }
    .show_grid--view {
        flex: 0 0 100%;
        margin: 0 0 15px;
    }
    .jk_with-cover .jk__details--read .nws__title--card {
        padding: 30px 15px;
    }
    .jk_with-cover .custom_breadcrumb {
        margin-left: -15px;
    }
    .jk_with-cover .jk__details--read .details__content {
        padding: 0;
    }
    .jk_with-cover .details__info {
        padding: 0;
    }
    .jk_with-cover .details__info .post__info {
        padding: 0;
    }
    .nof-comment {
        margin-left: 0;
    }
    .single-inbetween-stories {
        display: block;
    }
    .main__read--content table {
        width: 100%;
        margin: 0;
    }
    .jk__details--read .details__info {
        padding: 0;
    }
    .jk__details--read .details__info .post__info {
        padding: 0;
    }
    .trending__updates>span {
        display: block !important;
    }
    .jk__cat--business .jk_breaking2 {
        margin-top: 0;
        margin-bottom: 0;
    }
    .jk__cat--business .jk_breaking2 .item .item__wrap .title__medium {
        padding-right: 0;
    }
    .jk__cat--business .jk_breaking2 .item .item__wrap {
        padding: 30px 20px 0;
    }
    .jk__cat--business .jk_breaking2 .author__wrap label {
        font-size: 13px;
    }
    .jk__cat--business .jk_breaking2 .post__info>div {
        flex: 0 0 auto;
    }
    .jk__cat--business .jk_breaking2 .item:nth-child(2) {
        height: auto;
    }
    .page-template-template-business .main_story_sectn .jkmain_news_thumb .jkmain_news_thumb {
        height: 300px !important;
    }
    .page-template-template-business .generic__post--wrap.jk__thumb--sml--ltr .jknews__wrap>div:first-child {
        max-width: 108px;
        height: 88px;
    }
    .at4-count>span:last-child {
        font-size: 34px !important;
    }
    .at4-title {
        font-size: 12px !important;
    }
    .at4-count-container {
        display: flex !important;
        align-items: center;
    }
    .page-template-template-entertaintment .site-header .top__ads {
        display: inline-block;
    }
    .page-template-template-entertaintment .site-header .jk_logo_holder {
        display: inline-block;
        max-width: 88px;
        height: 80px;
        margin-bottom: 0;
    }
    .page-template-template-entertaintment .site-header .jk_logo_holder img {
        max-width: 64px;
        margin-top: 14px;
    }
    .page-template-template-entertaintment .site-header .cat_main_head_title {
        font-size: 48px !important;
        letter-spacing: -2px;
        margin-left: 15px !important;
    }
    .page-template-template-entertaintment .mostShared {
        padding: 20px !important;
    }
    .page-template-template-entertaintment .mostShared .title {
        padding: 0;
    }
    .site-header.entertainment__header .jk_logo_holder {
        padding: 10px 15px !important;
    }
    .three__cols--grid.entr_banner {
        display: block;
        margin-top: 0;
    }
    .jk__cat--entertainment .small-layer .thumb_over_layer .title__regular {
        font-size: 28px;
    }
    .jk__cat--entertainment .thumb_over_layer .shadow__layer {
        background-position: bottom;
    }
    .jk__cat--entertainment .thumb_over_layer {
        height: 344px;
    }
    .jk__cat--entertainment .six__cols--grid {
        display: block;
    }
    .jk__cat--entertainment .six__cols--grid .post_half-of-page {
        margin-top: 0;
        margin-bottom: 25px;
    }
    .jk__cat--entertainment .six__cols--grid>div .post__heading {
        padding: 0 20px;
    }
    .jk__cat--entertainment .six__cols--grid>div .post__heading .title__small {
        font-size: 28px !important;
    }
    .jk__cat--entertainment .six__cols--grid .colspan2:nth-child(4) .post_half-of-page,
    .jk__cat--entertainment .six__cols--grid .colspan2:nth-child(5) .post_half-of-page,
    .jk__cat--entertainment .six__cols--grid .colspan2:nth-child(6) .post_half-of-page {
        margin-bottom: 0;
    }
    .jk__cat--entertainment .six__cols--grid .jk__thumb--sml--ltr .post__heading {
        padding: 0 !important;
    }
    .jk__cat--entertainment .six__cols--grid .jk__thumb--sml--ltr .post__heading .title__small {
        font-size: 22px !important;
    }
    .generic__post--wrap.jk__thumb--default .post__image {
        height: 178px !important;
    }
    .jk__cat--entertainment .Beautiful__nepal .owl-carousel .owl-nav {
        top: -60px;
    }
    .inner__cover--collection {
        margin-bottom: 0;
    }
    .cover_collection .cvr_text a {
        font-size: 28px;
    }
    .enter__gossip .generic__post--wrap {
        margin-bottom: 0;
    }
    .enter__gossip .generic__post--wrap h2 {
        margin-bottom: 0;
    }
    .enter_main_section {
        padding-top: 0 !important;
    }
    .page-template-template-lifestyle .site-header .site-header .top__ads {
        display: inline-block;
    }
    .page-template-template-lifestyle .site-header .jk_logo_holder {
        display: inline-block;
        max-width: 88px !important;
        margin-bottom: 0;
    }
    .page-template-template-lifestyle .site-header .jk_logo_holder img {
        max-width: 64px;
    }
    .page-template-template-lifestyle .site-header.lifestyle__header .cat_main_head_title {
        font-size: 34px !important;
        margin-left: 0 !important;
    }
    .page-template-template-lifestyle .jk_breaking2 {
        margin-top: 0;
        margin-bottom: 30px;
    }
    .page-template-template-lifestyle .jk__cat--lifestyle .cat__banner .item .item__wrap .title__regular {
        font-size: 32px;
    }
    .page-template-template-lifestyle .jk_breaking2 .item:nth-child(2) {
        height: auto;
        padding: 60px 0 !important;
    }
    .jk__cat--lifestyle .six__cols--grid {
        display: block;
    }
    .jk__cat--lifestyle .six__cols--grid .post_half-of-page {
        margin-top: 0;
        margin-bottom: 25px;
    }
    .jk__cat--lifestyle .six__cols--grid>div .post__heading {
        padding: 0 20px;
    }
    .jk__cat--lifestyle .six__cols--grid>div .post__heading .title__small {
        font-size: 28px !important;
    }
    .jk__cat--lifestyle .six__cols--grid .colspan2:nth-child(4) .post_half-of-page,
    .jk__cat--lifestyle .six__cols--grid .colspan2:nth-child(5) .post_half-of-page,
    .jk__cat--lifestyle .six__cols--grid .colspan2:nth-child(6) .post_half-of-page {
        margin-bottom: 0;
    }
    .jk__cat--lifestyle .six__cols--grid .jk__thumb--sml--ltr .post__heading {
        padding: 0 !important;
    }
    .jk__cat--lifestyle .six__cols--grid .jk__thumb--sml--ltr .post__heading .title__small {
        font-size: 22px !important;
    }
    .jk__cat--lifestyle .six__cols--grid .jk__thumb--large .post__image {
        margin-bottom: 20px;
    }
    .page-template-template-lifestyle .generic__post--wrap.jk__thumb--sml--ltr .jknews__wrap>div:first-child {
        max-width: 108px;
    }
    .page-template-template-lifestyle .jk__news--category {
        padding: 0;
    }
    .page-template-template-lifestyle .mostShared {
        padding: 0 20px !important;
    }
    .post__time,
    .post__date {
        display: none;
    }
    .home .jk__news--sectn .three__cols--grid {
        padding: 20px 20px 0;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .home .jk__news--sectn .three__cols--grid>div {
        padding: 0 !important;
    }
    .home .jk__news--sectn .three__cols--grid>div:first-child {
        grid-column: span 2 !important;
        margin-bottom: 20px;
    }
    .home .jk__news--sectn .three__cols--grid>div:nth-child(2) {
        grid-column: span 2 !important;
    }
    .home .jk__news--sectn .three__cols--grid .generic__post--wrap.jk__thumb--regular .post__image {
        height: 124px;
    }
    .home .jk__news--sectn .three__cols--grid .generic__post--wrap.jk__thumb--regular .title__small {
        line-height: 90% !important;
    }
    .home .jk__news--sectn .three__cols--grid .generic__post--wrap.jk__thumb--regular .title__small a {
        font-size: 16px;
        line-height: 80% !important;
    }
    .jk_category-ajax-news-wrap .four__cols--grid .col:nth-child(2) .jknews__wrap,
    .jk_category-ajax-news-wrap .four__cols--grid .col:nth-child(3) .jknews__wrap,
    .jk_category-ajax-news-wrap .four__cols--grid .col:nth-child(4) .jknews__wrap,
    .jk_category-ajax-news-wrap .four__cols--grid .col:nth-child(5) .jknews__wrap {
        display: flex;
        background-color: #fff;
        margin-bottom: 0 !important;
        padding: 20px;
        box-shadow: rgba(0, 0, 0, 0.08) 0 0 8px;
    }
    .jk_category-ajax-news-wrap .four__cols--grid .col:nth-child(2) .jknews__wrap .post__image,
    .jk_category-ajax-news-wrap .four__cols--grid .col:nth-child(3) .jknews__wrap .post__image,
    .jk_category-ajax-news-wrap .four__cols--grid .col:nth-child(4) .jknews__wrap .post__image,
    .jk_category-ajax-news-wrap .four__cols--grid .col:nth-child(5) .jknews__wrap .post__image {
        flex: auto;
        height: 88px !important;
        max-width: 108px;
        width: 108px;
        min-width: 108px;
        margin-right: 25px !important;
    }
    .jk_category-ajax-news-wrap .four__cols--grid .col:nth-child(2) .jknews__wrap .title__small,
    .jk_category-ajax-news-wrap .four__cols--grid .col:nth-child(3) .jknews__wrap .title__small,
    .jk_category-ajax-news-wrap .four__cols--grid .col:nth-child(4) .jknews__wrap .title__small,
    .jk_category-ajax-news-wrap .four__cols--grid .col:nth-child(5) .jknews__wrap .title__small {
        font-size: 25px !important;
    }
    .jk_category-ajax-news-wrap .four__cols--grid .col:nth-child(2) .jknews__wrap .title__small a,
    .jk_category-ajax-news-wrap .four__cols--grid .col:nth-child(3) .jknews__wrap .title__small a,
    .jk_category-ajax-news-wrap .four__cols--grid .col:nth-child(4) .jknews__wrap .title__small a,
    .jk_category-ajax-news-wrap .four__cols--grid .col:nth-child(5) .jknews__wrap .title__small a {
        font-weight: 700;
    }
    .jk_category-ajax-news-wrap .four__cols--grid .col:nth-child(2) .jknews__wrap .post__heading,
    .jk_category-ajax-news-wrap .four__cols--grid .col:nth-child(3) .jknews__wrap .post__heading,
    .jk_category-ajax-news-wrap .four__cols--grid .col:nth-child(4) .jknews__wrap .post__heading,
    .jk_category-ajax-news-wrap .four__cols--grid .col:nth-child(5) .jknews__wrap .post__heading {
        padding: 0;
    }
    .jk_category-ajax-news-wrap .four__cols--grid .col:nth-child(5) .jknews__wrap {
        padding-bottom: 10px;
    }
    .generic__post--wrap.jk__thumb--tiny--ltr .jknews__wrap>div:first-child {
        flex: auto;
        height: 88px !important;
        max-width: 108px;
        width: 108px;
        margin-right: 25px;
    }
    .jk__lifestyle--sectn .generic__post--wrap.jk__thumb--tiny--ltr .jknews__wrap .post__heading h2 {
        font-size: 25px !important;
    }
    .jk__lifestyle--sectn .generic__post--wrap.jk__thumb--tiny--ltr .jknews__wrap .post__heading h2 a {
        font-weight: 700;
    }
    .jk_sidebar_card .jk__thumb--regular .jknews__wrap {
        display: flex !important;
        background-color: #fff;
        margin-bottom: 0 !important;
        padding: 0 0 20px;
        box-shadow: rgba(0, 0, 0, 0.08) 0 0 8px;
    }
    .jk_sidebar_card .jk__thumb--regular .jknews__wrap .post__image {
        flex: auto;
        height: 88px !important;
        max-width: 108px !important;
        width: 108px !important;
        min-width: 108px !important;
        margin-right: 25px !important;
    }
    .jk_sidebar_card .jk__thumb--regular .jknews__wrap .title__small {
        font-size: 25px !important;
    }
    .jk_sidebar_card .jk__thumb--regular .jknews__wrap .title__small a {
        font-weight: 700;
    }
    .jk_sidebar_card .jk__thumb--regular .jknews__wrap .post__heading {
        padding: 0;
    }
    .home .feature__lists {
        padding-bottom: 0;
    }
    .home .feature__lists .post__heading {
        padding-bottom: 0;
    }
    .home .feature__lists .title__small {
        font-size: 34px !important;
    }
    .home .feature__lists .owl-nav {
        top: -43px;
        right: 80px;
    }
    .suchana_prabidhi .five__cols--grid .jkmain_news_thumb {
        height: auto;
    }
    .suchana_prabidhi .five__cols--grid .jkmain_news_thumb .jkmain_news_thumb {
        height: 245px;
    }
    .home ul.Shared {
        padding: 0 20px;
    }
    .jk_rec_sidebar {
        padding: 0 20px;
    }
    .home .jk__entertainment .jk__thumb--regular .title__small {
        font-size: 34px !important;
        margin-bottom: 0;
    }
    .home .jk__country--sectn .jk__prabash .post__image {
        height: 245px;
    }
    .mobile_twocolgrid .jk__news--wrap .four__cols--grid {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr);
    }
    .mobile_twocolgrid .jk__news--wrap .four__cols--grid>div {
        padding: 0 !important;
    }
    .mobile_twocolgrid .jk__news--wrap .four__cols--grid>div.colspan4 {
        grid-column: span 2 !important;
    }
    .mobile_twocolgrid .jk__news--wrap .four__cols--grid>div:nth-child(odd) {
        padding-right: 20px !important;
    }
    .mobile_twocolgrid .jk__news--wrap .four__cols--grid>div:nth-child(odd) .post__heading {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .mobile_twocolgrid .jk__news--wrap .four__cols--grid>div:nth-child(even) {
        padding-left: 20px !important;
    }
    .mobile_twocolgrid .jk__news--wrap .four__cols--grid>div:nth-child(even) .post__heading {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .mobile_twocolgrid .jk__news--wrap .four__cols--grid>div:first-child {
        grid-column: span 2 !important;
        padding-right: 0 !important;
    }
    .mobile_twocolgrid .jk__news--wrap .four__cols--grid>div:first-child .post__heading {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .mobile_twocolgrid .jk__news--wrap .four__cols--grid>div:nth-child(6),
    .mobile_twocolgrid .jk__news--wrap .four__cols--grid>div:nth-child(7),
    .mobile_twocolgrid .jk__news--wrap .four__cols--grid>div:nth-child(8),
    .mobile_twocolgrid .jk__news--wrap .four__cols--grid>div:nth-child(9),
    .mobile_twocolgrid .jk__news--wrap .four__cols--grid>div:nth-child(10) {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .mobile_twocolgrid .jk__news--wrap .four__cols--grid .generic__post--wrap.jk__thumb--default .post__image {
        height: 124px !important;
    }
    .mobile_twocolgrid .jk__news--wrap .four__cols--grid .generic__post--wrap.jk__thumb--default .title__small {
        line-height: 90% !important;
    }
    .mobile_twocolgrid .jk__news--wrap .four__cols--grid .generic__post--wrap.jk__thumb--default .title__small a {
        font-size: auto;
        line-height: 80% !important;
    }
    .mobile_twocolgrid .jk__news--wrap .four__cols--grid .jk__prabash .post__heading {
        padding-bottom: 0;
    }
    .mobile_twocolgrid .jk__thumb--default .jknews__wrap {
        padding: 0;
    }
    .home_prabas .sport_side {
        margin-top: 0;
    }
    .home_prabas .sport_side .jk__thumb--regular .jknews__wrap {
        padding: 20px;
    }
    .home_prabas .sport_side .generic__post--wrap.jk__thumb--tiny--ltr {
        margin-bottom: 0;
        padding: 20px;
        box-shadow: rgba(0, 0, 0, 0.08) 0 0 8px;
    }
    .jk__country--sectn .sport_side .generic__post--wrap.jk__thumb--tiny--ltr .jknews__wrap .post__heading h2 {
        font-size: 25px !important;
    }
    .jk__country--sectn .sport_side .generic__post--wrap.jk__thumb--tiny--ltr .jknews__wrap .post__heading h2 a {
        font-weight: 700;
    }
    .jk__wonderworld--sectn .jk_sidebar_card {
        margin-top: 0 !important;
        padding: 0;
        margin-bottom: 0;
    }
    .page-template-template-business .news_spot_thumb .title__small,
    .page-template-template-business .jk__thumb--large .title__small {
        font-size: 34px !important;
    }
    .page-template-template-business .generic__post--wrap.jk__thumb--sqr--ltr .jknews__wrap>div:first-child {
        height: 88px;
        max-width: 108px;
        width: 108px;
    }
    .page-template-template-business .jk__thumb--regular .jknews__wrap,
    .page-template-template-business .jk__thumb--default .jknews__wrap {
        display: flex !important;
        background-color: #fff;
        margin-bottom: 0 !important;
        padding: 0 0 20px;
        box-shadow: rgba(0, 0, 0, 0.08) 0 0 8px;
        padding: 20px;
    }
    .page-template-template-business .jk__thumb--regular .jknews__wrap .post__image,
    .page-template-template-business .jk__thumb--default .jknews__wrap .post__image {
        height: 88px !important;
        max-width: 108px;
        width: 108px;
        min-width: 108px;
        margin-right: 25px;
    }
    .page-template-template-business .jk__thumb--regular .jknews__wrap .post__heading,
    .page-template-template-business .jk__thumb--default .jknews__wrap .post__heading {
        padding: 0;
    }
    .page-template-template-business .jk__thumb--regular .jknews__wrap .post__heading h2,
    .page-template-template-business .jk__thumb--default .jknews__wrap .post__heading h2 {
        margin-bottom: 0 !important;
        font-size: 25px !important;
    }
    .page-template-template-business .jk__thumb--regular .jknews__wrap .post__heading .post__title a,
    .page-template-template-business .jk__thumb--default .jknews__wrap .post__heading .post__title a {
        line-height: 140% !important;
        font-weight: 700;
    }
    .page-template-template-business .generic__post--wrap h2 {
        margin-bottom: 0 !important;
    }
    .page-template-template-business .pack-type-one,
    .page-template-template-business .pack__type__normal--list {
        padding: 0;
    }
    .page-template-template-business .mostShared,
    .page-template-template-business .recomended,
    .page-template-template-business .mostCommented {
        padding: 0 20px !important;
    }
    .page-template-template-business .mostShared .title,
    .page-template-template-business .recomended .title,
    .page-template-template-business .mostCommented .title {
        padding: 0 !important;
    }
    .page-template-template-business .post_half-of-page>.title {
        display: flex;
    }
    .page-template-template-business .img_gal_title>i {
        display: none;
    }
    .page-template-template-business .img_gal_title .post__title {
        padding-top: 0 !important;
    }
    .jk_recent_hidden .latestUp__wrapp .closeThis,
    .jk_trending_hide .trending__wrapp .closeThis {
        top: 10px !important;
        right: 10px;
        bottom: auto;
        background-color: rgba(0, 0, 0, 0.1);
        color: rgba(0, 0, 0, 0.68);
    }
    .jk_recent_hidden .latestUp__wrapp ol li:last-child {
        padding-right: 0;
    }
    .jk_trending_hide ul.trending li:last-child {
        padding-right: 15px;
    }
    .page-template-template-lifestyle .title__small {
        font-size: 24px !important;
    }
    .page-template-template-lifestyle .gallery__carousel .right {
        display: none;
    }
    .page-template-template-lifestyle .gallery__carousel .title__small {
        font-size: 28px !important;
    }
    .page-template-template-lifestyle .jk__thumb--regular .post__image {
        height: 204px !important;
    }
    .page-template-template-sports .jk__cat--sports .cat__banner--full {
        padding: 40px 25px;
        height: 240px;
    }
    .page-template-template-sports .jk__cat--sports .cat__banner--full img.bnr_img {
        height: 100%;
        object-fit: cover;
    }
    .page-template-template-sports .jk__cat--sports .cat__banner--full .jk__container .caption_post {
        margin-bottom: 0;
    }
    .page-template-template-sports .jk__cat--sports .cat__banner--full .jk__container .caption_post h2 {
        margin-bottom: 0;
    }
    .page-template-template-sports .post__info {
        display: none;
    }
    .page-template-template-sports .school__Sport .four__cols--grid {
        display: grid !important;
        padding: 20px 20px 0;
    }
    .page-template-template-sports .school__Sport .four__cols--grid .style_foot_col {
        grid-column: span 2 !important;
    }
    .page-template-template-sports .school__Sport .four__cols--grid .style_foot_col .post__heading {
        padding: 20px 0 !important;
    }
    .page-template-template-sports .school__Sport .four__cols--grid .style_foot_col .post__prime .post__image {
        height: 124px !important;
        margin-bottom: 0;
    }
    .page-template-template-sports .football-sectn .jk__thumb--default .post__image {
        margin-bottom: 0 !important;
    }
    .sport__featured .sport_side {
        margin-top: 0;
    }
    .sport__featured .sport_side .jk__thumb--regular {
        margin: 0;
    }
    .sport__featured .sport_side .jk__thumb--regular .jknews__wrap {
        padding: 20px;
    }
    .sport__featured .sport_side .jk__thumb--regular .jknews__wrap .post__heading {
        margin-bottom: 0;
    }
    .mobile_twocolgrid .jk__news--wrap .four__cols--grid .generic__post--wrap.jk__thumb--default .title__small {
        line-height: 108% !important;
    }
    .mobile_twocolgrid .jk__news--wrap .four__cols--grid .generic__post--wrap.jk__thumb--default .title__small a {
        font-size: auto;
    }
    .jk_sidebar_card .trending li a,
    .jk_sidebar_card .Shared li a,
    .jk_sidebar_card .business_side li a {
        font-size: 19px;
        font-weight: 700;
    }
    .search__box--main .closeThis {
        position: absolute;
        bottom: 15px;
        right: 20px;
        height: 44px;
        width: 44px;
        background-color: rgba(0, 0, 0, 0.1);
        text-align: center;
    }
    h2,
    a {
        font-weight: 700 !important;
    }
    .footer__grid {
        display: grid !important;
        grid-template-columns: repeat(4, 1fr) !important;
        grid-row-gap: 30px;
    }
    .footer__grid .col {
        grid-column: span 2 !important;
    }
    .footer__grid .col.aboutInfo {
        grid-column: span 4 !important;
    }
    .home .jk__news--sectn .three__cols--grid .generic__post--wrap.jk__thumb--regular .title__small a {
        font-size: 20px;
        line-height: 144% !important;
    }
    .jk_sidebar_card .bichar .post .summery a,
    .jk_sidebar_card .trending li a,
    .jk_sidebar_card .Shared li a,
    .jk_sidebar_card .business_side li a {
        font-size: 20px !important;
    }
    .generic .entry-title {
        font-weight: 300;
        font-size: 44px;
        margin: 25px 0 20px;
        padding: 0 20px;
    }
    .generic .entry-content {
        padding: 0 20px;
    }
    .generic .entry-content p {
        font-size: 18px;
        margin: 20px 0;
        color: rgba(0, 0, 0, 0.5);
    }
    .okc-captcha-wrap input.okc-captcha-answer {
        width: 100%;
    }
    .okc-captcha-wrap .okc-captcha-reload img {
        margin-top: 0;
        margin-bottom: 20px;
    }
    .okc-captcha-wrap .okc-ajax-loader {
        margin-top: 0;
        margin-left: 8px;
        margin-bottom: 20px;
    }
    .jk_active-category {
        display: none;
    }
    .jk-device-desktop.single-inbetween-stories {
        display: block;
    }
    .home .jk__business--sectn .six__cols--grid {
        display: block !important;
    }
    .jk__details--read .jk-device-mobile,
    .jk__details--read .jk-device-mobile-desktop {
        padding: 20px 0;
    }
    .jk-device-mobile-desktop {
        display: block;
    }
    .tribox-add .adBox {
        display: block;
    }
    .jk_rb_img_desktop {
        display: none;
    }
    .jk_rb_img_small_devices {
        display: block;
    }
    .jk_roadblock {
        padding: 20px;
        display: block;
    }
    .jk_roadblock .logo {
        max-width: 284px !important;
        margin-bottom: 25px !important;
    }
    .tribox-add .adBox .jk-device-mobile-desktop {
        padding: 0;
        border: none;
        display: block;
    }
    .jk__thumb--sml--ltr .post__title {
        margin-bottom: 0;
    }
    .single-post section.jk__details--banner,
    .single-post section.jk__details--read {
        padding-top: 0 !important;
    }
    .single-post .jk__details--banner {
        height: 194px;
    }
    .single-post .jk_with-cover .nws__title--card {
        margin-top: 0;
    }
    .single-post .jk_with-cover .custom_breadcrumb {
        margin-left: 0;
    }
    .single-post .jk_with-cover .jk__details--read .nws__title--card {
        padding: 30px 0 0;
    }
    .single-post .jk__details--read .jk-device-mobile {
        padding: 10px 0 0;
    }
    .jk-device-mobile-desktop .jk-each-ad {
        margin: 0 20px;
    }
    .home .jk__interview,
    .home .jk__business--sectn,
    .home .jk__entertainment,
    .home .jk__wonderworld--sectn,
    .home .jk__lifestyle--sectn {
        padding-top: 0 !important;
    }
    .home .jk__sahitya {
        margin-top: 0 !important;
    }
    .emo_sectn {
        margin-bottom: 0 !important;
        padding: 20px 20px 0 !important;
    }
    .jk_cat_title {
        padding: 4px 20px;
    }
    .single-full-after-menu-mobile {
        padding: 20px;
    }
    .details__content .jk__news--wrap>.three__cols--grid {
        display: block;
    }
    .details__content .jk__news--wrap>.three__cols--grid .col {
        margin-bottom: 20px;
    }
    .details__content .jk__news--wrap>.three__cols--grid .three__cols--grid {
        display: block;
    }
    .fix__this .twelve__cols--grid {
        display: block;
    }
    .jk_breaking3 .hasImg {
        width: 100% !important;
        height: auto !important;
        vertical-align: top;
        display: inline-block;
    }
    .jk_breaking3 .hasImg img {
        height: auto !important;
        vertical-align: top;
        display: inline-block;
    }
    blockquote {
        width: 100%;
        border: none;
        float: none;
        margin: 0 !important;
        padding-top: 84px !important;
    }
    blockquote p {
        margin: 0 !important;
        line-height: 140%;
        font-size: 18px !important;
        font-weight: 300;
        text-align: left !important;
    }
    .site-header.business__header .cat_main_head_title,
    .site-header.entertainment__header .cat_main_head_title,
    .site-header.lifestyle__header .cat_main_head_title,
    .site-header.sport__header .cat_main_head_title {
        margin-left: -54px !important;
        font-size: 34px !important;
    }
    .site-header.business__header .jk_logo_holder,
    .site-header.entertainment__header .jk_logo_holder,
    .site-header.lifestyle__header .jk_logo_holder,
    .site-header.sport__header .jk_logo_holder {
        margin-left: 0 !important;
        margin-right: 0 !important;
        height: auto;
    }
    .site-header.business__header .jk_logo_holder a,
    .site-header.entertainment__header .jk_logo_holder a,
    .site-header.lifestyle__header .jk_logo_holder a,
    .site-header.sport__header .jk_logo_holder a {
        display: block;
    }
    .site-header.business__header .jk_logo_holder a img,
    .site-header.entertainment__header .jk_logo_holder a img,
    .site-header.lifestyle__header .jk_logo_holder a img,
    .site-header.sport__header .jk_logo_holder a img {
        margin-top: 0;
    }
    .page-template-template-lifestyle .site-header .top__ads,
    .page-template-template-business .site-header .top__ads,
    .page-template-template-entertaintment .site-header .top__ads {
        vertical-align: top;
        margin-top: 15px;
    }
    .site-header.business__header .cat_main_head_title,
    .site-header.entertainment__header .cat_main_head_title,
    .site-header.lifestyle__header .cat_main_head_title,
    .site-header.sport__header .cat_main_head_title {
        margin-left: 0 !important;
    }
    .site-header.entertainment__header .jk_logo_holder {
        padding: 0 !important;
    }
    .page-template-template-sports .site-header .jk_logo_holder img {
        max-width: 64px !important;
    }
    .jk_logo_holder {
        display: inline-block !important;
    }
    .site-header .top__ads {
        display: inline-block;
        vertical-align: top;
        margin-top: 0px;
    }
    .Post__feedback .comment_wrp .comments_ftr>span,
    .Post__feedback .comment_wrp .comments_ftr>div {
        margin-bottom: 10px;
    }
    .Post__feedback .comment_wrp .comments_ftr>span a,
    .Post__feedback .comment_wrp .comments_ftr>div a {
        font-size: 14px;
    }
    .Post__feedback .comment_wrp .comments_ftr .btn-see {
        margin-left: 0;
        margin-top: 10px;
    }
    .jk_main-comment-wrap,
    .Post__feedback .comment_wrp {
        width: 100%;
    }
    .comment__wrap {
        padding-bottom: 0;
    }
    .comment__wrap .aut_img {
        display: none;
    }
    .r-tabs {
        margin-top: 15px;
    }
    .single-post .jk_rec_sidebar {
        padding: 0;
    }
    .emo_sectn {
        margin-bottom: 20px !important;
    }
    .r-tabs .r-tabs-panel .comment__wrap {
        padding-bottom: 30px;
    }
    .dtl-img iframe {
        height: 188px !important;
    }
    .feature__lists h2.jk_cat_title {
        background-color: transparent !important;
    }
    .col_bises-feed-wrap {
        display: block;
    }
    .col_bises-feed-wrap h1.highlight {
        font-size: 2.8rem !important;
        margin-bottom: 20px;
        clear: both;
        font-weight: 600;
    }
    .col_bises-feed-wrap a.context {
        font-size: 14px !important;
    }
    .bisesh-live-feed {
        padding: 20px;
    }
    .site-header .jk__container .dashai-img {
        height: 57px;
        width: auto;
    }
    .site-header .jk__container .dashai-img>img {
        width: auto;
        height: 57px;
        max-width: none;
    }
}

.right {
    text-align: right;
}

#stickySocial {
    position: fixed;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 0;
    line-height: 0;
    z-index: 999;
}

#stickySocial .nav {
    font-size: 18px;
    line-height: 28px;
    text-align: center;
}

#stickySocial .nav>li>a {
    position: relative;
    padding: 0;
    z-index: 0;
    text-decoration: none;
}

#stickySocial .nav>li>a>i {
    display: block;
    width: 42px;
    color: #069948;
    background-color: #f5f6f7;
    border: 1px solid #eee;
    line-height: 42px;
    text-align: center;
    -webkit-transition: color .25s, border-color .25s, background-color .25s ease-in-out;
    transition: color .25s, border-color .25s, background-color .25s ease-in-out;
}

#stickySocial .nav>li>a>span {
    position: absolute;
    top: 50%;
    right: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-right: 10px;
    padding: 0 10px;
    color: #fff;
    background-color: #eee;
    font-size: 14px;
    line-height: 24px;
    white-space: nowrap;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    -webkit-transition: opacity .25s ease-in-out, visibility .25s ease-in-out;
    transition: opacity .25s ease-in-out, visibility .25s ease-in-out;
}

.mainpageadd {
    margin-top: 100px;
}

.dropdown-menu {
    display: block !important;
}

.dropdown-menu li {
    background: #002d62;
    display: block;
    border-bottom: solid 1px;
}

.dropdown-menu li:hover {
    background-color: rgb(95 111 164) !important;
}

.jk__news--wrap .jk_sidebar_card .recent_title {
    padding: 0 30px !important;
}

h2.recent_title>span:nth-child(1) {
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
    opacity: 1;
}

.recent_title {
    background-color: #002d62 !important;
    padding: 10px 20px;
}

.jk__dark {
    background: #f5f6f7;
}

.jk__gray {
    background: rgb(22, 48, 64, 0.1);
}

.jk__gray_main_sotry {
    background: rgb(245 246 247);
}

.jk_manoranj_main_ttitle {
    background: rgb(22 48 64 / 30%);
    padding: 10px;
}

.footersection li {
    padding: 10px 0 10px 0;
    border-bottom: 1px dotted #f5f6f7;
}

.address_jk {
    margin-bottom: 10px;
}

.jk__box_shadow_sidebar {
    /* box-shadow: rgb(204 204 204) 0px 0px 10px;
    border-bottom: 1px solid rgb(219, 219, 219);
     */
    background-color: #fff;
    box-shadow: rgb(0 0 0 / 10%) 0 0 10px;
    padding: 0px 5px 0px 0px;
}