@import url("https://fonts.googleapis.com/css?family=Mukta:400,600,700&display=swap");
.mymove {
    -webkit-animation: movebg 5s infinite;
    -moz-animation: movebg 5s infinite;
    -o-animation: movebg 5s infinite;
    animation: movebg 5s infinite;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    /*vertical-align: baseline;*/
}
body {
    line-height: 1;
}
html,
body {
    height: 100%;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
body {
    -webkit-text-size-adjust: none;
}
.mymove {
    -webkit-animation: movebg 5s infinite;
    -moz-animation: movebg 5s infinite;
    -o-animation: movebg 5s infinite;
    animation: movebg 5s infinite;
}
a {
    color: #333;
    outline: 0;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: inline;
}
a:hover {
    color: #777;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}
a:visited,
a:acitve {
    text-decoration: none;
}
a:active {
    color: #333;
}
a:focus {
    text-decoration: none;
    outline: 0;
}
a img,
img {
    border: 0;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -ms-border-radius: 5px !important;
    border-radius: 5px !important;
}
p {
    padding: 10px 0;
}
object {
    outline: 0;
    border: 0;
    float: left;
}
button:focus {
    outline: 0;
}
* {
    outline: 0;
    margin: 0;
    padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-style: normal;
    font-size: inherit;
}
body {
    margin: 0;
    padding: 0;
    font-family: "Mukta", sans-serif;
    font-size: 19px;
    line-height: 32px;
    font-weight: 400;
    color: #222;
    background: #fff;
    position: relative;
    z-index: -1;
}
.pagination {
    margin: 0px;
    display: inline-block;
    width: 100%;
    padding: 20px 0 10px 0;
    text-align: left;
    border-top: 1px solid #4267b2;
}
.pagination a {
    background: #fff;
    text-decoration: none;
    color: #666;
    padding: 0 13px;
    margin: 0 2px;
    font-size: 15px;
    display: inline-block;
    font-weight: 400;
    text-transform: uppercase;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #4267b2;
}
.pagination a:hover {
    color: #fff;
    background: #1c5a72;
    border: 1px solid #1c5a72;
}
.pagination .current {
    background: #1c5a72;
    text-decoration: none;
    color: #fff;
    padding: 0 13px;
    margin: 0 2px;
    font-size: 15px;
    display: inline-block;
    font-weight: 400;
    text-transform: uppercase;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #1c5a72;
}
.section {
    display: inline-block;
    width: 100%;
}
#content {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
}
.modalbox {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    text-align: center;
    overflow: auto;
    background: #fff;
}
.modalbox .modal_content {
    width: 100%;
    text-align: center;
    display: table;
    height: 100vh;
}
.modalbox .modal_content .imagebox {
    max-width: 94%;
    margin: 0 auto;
    display: table-cell;
    padding: 3%;
    position: relative;
    vertical-align: middle;
}
.modalbox .modal_content .imagebox img {
    max-width: 100%;
    height: auto;
}
.modalbox .modal_content .imagebox .logobox img {
    max-width: 90px;
}
.modalbox .modal_content a.close_btn {
    background: #2f77bc;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    padding: 10px 15px;
    line-height: 18px;
    font-family: arial, sans-serif;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}
.modalbox .modal_content a.close_btn:hover {
    background: #dc1414;
}
.logobox {
    text-align: center;
    display: block;
    margin-bottom: 30px;
}
.close-box .arrows {
    position: relative;
    top: 2px;
    margin-left: 5px;
}
@media (max-width: 992px) and (max-width: 1183px) {

}
@media (max-width: 992px) {
    .menu-box .navigation_box ul li a:hover{
        background-color: #2c87f9 !important;
    }
    .footer .foot-logo .top-left-menu{
        padding-left: 0 !important;
    }
    .top-nav-box .navigation_box{
        float: left !important;
    }
    .navigation_box.tops{
        margin-left: -5px !important;
    }
    .mobile-banner{
        margin-top: 20px;
    }
    .col-sm-3{
        width: 25%;
    }
    .row.foot-sections .samachar-box.items.address-item.col-sm-3.col-md-3{
        width: 100%;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .modalbox .modal_content .imagebox img {
        max-width: 100%;
    }
    .logobox img {
        max-width: 220px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .modalbox .modal_content .imagebox img {
        max-width: 100%;
    }
    .logobox img {
        max-width: 180px;
    }
}
@media (max-width: 767px) {
    .modalbox .modal_content .imagebox img {
        max-width: 100%;
    }
    .logobox img {
        max-width: 180px;
    }
}
@media (max-width: 480px) {
    .modalbox .modal_content .imagebox img {
        max-width: 100%;
    }
    .logobox img {
        max-width: 180px;
    }
}
@media (max-width: 240px) {
    .modalbox .modal_content .imagebox img {
        max-width: 100%;
    }
    .logobox img {
        max-width: 180px;
    }
}
.top-nav-box,
.tags.cat-tags {
    background: #e74c3c;
}
.trending-news {
    background: #eee;
}
ul.trending-news li a {
    color: #333;
}
.top-nav-box {
    background: #eee !important;
}
.main-menu,
.fixed-tops,
.fixed-tops .navigation-box,
.fixed-tops .navigation_box {
    background: #fff;
}
.fixed-tops .navigation_box {
    margin: 0 auto;
    max-width: 1140px;
}
.cat-tags {
    border-color: #2f77bc;
}
.break-tags {
    background: #2f77bc;
}
.navigation_box ul li a {
    color: #333 !important;
}
.navigation_box ul li.selected a,
.navigation_box ul li a:hover,
.navigation_box ul li.open a:hover,
.navigation_box ul li.open a {
    color: #1c5a72 !important;
}
.navigation_box ul li.open .dropdown-menu a {
    background: #fff !important;
    color: #333 !important;
}
.navigation_box ul li.open .dropdown-menu li {
    border-color: #ccc;
}
.navigation_box ul li.open .dropdown-menu a:hover {
    background: #1c5a72 !important;
    color: #fff !important;
}
.navigation_box ul li ul {
    background: #fff !important;
}
.navigation_box ul li ul li {
    border-color: #aaa !important;
}
.navigation_box ul li.open a {
    color: #1c5a72 !important;
}
.navigation_box ul li ul li a,
.navigation_box ul li.open ul li a {
    color: #fff !important;
}
.navigation_box ul li.open ul li a:hover {
    color: #fff !important;
}
.top-nav-box .navigation_box ul li a,
.top-nav-box .navigation_box ul li.open a {
    color: #555 !important;
}
.top-nav-box .navigation_box ul li.open ul li a:hover {
    background: #333 !important;
    color: #fff !important;
}
.top-nav-box .calendar-box .current-date {
    color: #333;
    font-size: 14px;
}
.top-nav-box .calendar-box .current-date .left-icon {
    font-size: 15px;
}
.top-nav-box .calendar-box .current-date .main-title {
    font-size: 15px;
}
.top-nav-box .calendar-box .current-date a {
    color: #fff;
}
.section {
    float: left;
    width: 100%;
}
.navigation_box ul li.home-text .img-home {
    display: none;
}
.navigation_box ul li.home-text .img-home img {
    width: 50px;
    border: 1px solid #fff;
    /*
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);*/
}
.navigation_box ul {
    text-align: left;
}
.menu-box .navigation_box ul li.home-text a {
    padding-left: 18px;
}
.mymove {
    -webkit-animation: movebg 5s infinite;
    -moz-animation: movebg 5s infinite;
    -o-animation: movebg 5s infinite;
    animation: movebg 5s infinite;
}
header {
    position: static;
    background: none;
    float: left;
    width: 100%;
    top: 0;
    left: inherit;
    margin-bottom: 5px;
    padding: 0;
}
header .news-big-title {
    display: none;
}
.cd-header {
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    transition: background-color 0.3s;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
    z-index: 1;
    background: #fff !important;
    position: fixed;
    max-width: 1110px;
}
.cd-header .logo-fixed {
    display: none;
}
.cd-header.is-fixed {
    position: fixed;
    background-color: white;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    -o-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    max-width: none;
    flex: none;
    opacity: 0;
}
.cd-header.is-visible {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    flex: none;
    opacity: 1;
    z-index: 9999;
}
.cd-header.is-visible .navigation_box {
    margin-top: 0;
}
.cd-header.is-visible .navigation_box ul {
    max-width: 1110px;
    margin: 0 auto;
}
.cd-header.is-visible .navigation_box .logo-fixed {
    display: block;
    position: absolute;
    left: 0;
}
.cd-header.is-visible .navigation_box .logo-fixed a {
    padding: 0;
}
.cd-header.is-visible .navigation_box .logo-fixed a:hover {
    background: none;
}
.cd-header.is-visible .navigation_box .logo-fixed img {
    background: #fff;
    padding: 7px 14px;
    margin: 5px;
    width: 122px !important;
    height: auto !important;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
}
.cd-header.is-visible .navigation_box .search {
    position: absolute;
    right: 0;
}
.overflow-hidden {
    overflow: hidden;
}
body.overflow-hidden {
    overflow: hidden;
}
.logo-box {
    text-align: center;
    padding-top: 0;
    position: relative;
    margin: 0;
}
.logo-box img {
    max-width: 250px;
    height: auto;
    float: left;
    margin-left: -15px;
    margin-top: -15px;
}
.logo-box .cat-title {
    font-size: 36px;
    font-weight: 500;
    color: #89afd6;
    margin-top: 30px;
    padding-right: 10px;
    float: right;
}
.logo-box a {
    display: inline-block;
}
.sticky-notice {
    background: #3a3a3a;
    position: fixed;
    display: table;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    z-index: 7;
    margin: 0;
}
.sticky-notice.notice-pushed {
    bottom: 0;
}
.sticky-notice.bounceOutDown {
    -webkit-animation-name: bounceOutDown !important;
    animation-name: bounceOutDown !important;
}
.sticky-notice #inner-pages .cd-header {
    background: #222 !important;
}
.sticky-notice #inner-pages .cd-header.is-fixed {
    background: rgba(34, 34, 34, 0.9) !important;
}
.top-adbox {
    margin-top: 29px;
    display: table;
    width: 100%;
}
.top-adbox img {
    width: 100%;
    float: left;
}
.top-adbox:nth-child(1) {
    margin-top: 0;
}
.slider-ad img {
    width: 100%;
    float: left;
}
.sticky-footer-ad {
    position: fixed;
    bottom: 0;
    width: 100%;
    max-width: none;
    text-align: center;
    z-index: 9997;
}
.sticky-footer-ad a {
    display: table;
    margin: 0 auto;
}
.sticky-footer-ad img {
    max-width: 100%;
    float: left;
    margin: 0;
}
.main-ads {
    -ms-flex: 0 0 77.5%;
    flex: 0 0 77.5%;
    max-width: 77.5%;
}
.slider-ad {
    height: 214px;
    -ms-flex: 0 0 23.5%;
    flex: 0 0 22.5%;
    max-width: 22.5%;
}
.full-ad {
    text-align: center;
}
.full-ad img {
    max-width: 100%;
    display: table;
    margin: 0 auto;
}
.calendar-box {
    font-size: 16px;
    line-height: normal;
}
.calendar-box .unicode-type .left-icon {
    font-size: 20px;
}
.calendar-box .media {
    float: left;
    color: #267163;
}
.calendar-box .current-date {
    margin-right: 30px;
}
.calendar-box .current-date .left-icon {
    font-size: 20px;
}
.calendar-box .current-date.current-time .left-icon {
    font-size: 19px;
    top: 3px;
}
.calendar-box .left-icon {
    position: relative;
    top: 2px;
    margin-right: 10px;
}
.calendar-box .aajako-chhapa {
    margin-right: 30px;
}
.calendar-box.social-box {
    text-align: right;
}
.calendar-box.social-box .media {
    float: none;
    display: inline-block;
}
.calendar-box.social-box .media a {
    color: #267163;
}
.calendar-box.social-box .media .link-text .lang-btn {
    background: #267163;
    width: 21px;
    height: 21px;
    color: #fff;
    float: left;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    font-size: 10px;
    text-align: center;
    line-height: 21px;
    font-weight: 500;
}
.calendar-box.social-box .media.social-links a {
    background: #d74267b2c;
    width: 21px;
    height: 21px;
    color: #267163;
    font-size: 12px;
    text-align: center;
    line-height: 23px;
    margin-left: 10px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    display: inline-block;
}
.calendar-box.social-box .media.social-links a .left-icon {
    top: 0;
    margin-right: 0;
}
.header-main .logo-fixed {
    display: none;
}
.logo-circle {
    display: none;
}
.fixed-logo {
    display: none;
}
.fixed-tops {
    width: 100%;
    position: fixed;
    max-width: none;
    padding: 10px 0;
    top: 0;
    left: 0;
    z-index: 9998;
    margin: 0;
    background: #222;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}
.fixed-tops .navigation_box ul li.home-text a {
    padding: 0 18px 0 0;
    position: relative;
    top: 5px;
    background: none !important;
}
.fixed-tops .navigation_box ul li.home-text .text-home {
    display: none;
}
.fixed-tops .navigation_box ul li.home-text .img-home {
    display: block;
}
.fixed-tops .container.sub-nav-box {
    padding: 0 15px;
    max-width: 1140px;
}
.fixed-tops .container.sub-nav-box .nav-title {
    float: left;
}
.fixed-tops .navigation-box {
    background: #222;
    margin: -15px auto;
}
.fixed-tops .home-link {
    display: none;
    visibility: hidden;
}
.fixed-tops .logo-circle {
    display: block;
    width: 32px;
    height: 32px;
    position: relative;
    top: 9px;
    left: 8px;
}
.fixed-tops .logo-box {
    display: none;
}
.fixed-tops .time-settings {
    display: none;
}
.fixed-tops .navigation_box {
    margin-top: 0;
}
.fixed-tops .navigation_box .logo-fixed {
    display: block;
    position: absolute;
    left: 20px;
}
.fixed-tops .navigation_box .logo-fixed a {
    padding: 0;
}
.fixed-tops .navigation_box .logo-fixed a:hover {
    background: none;
}
.fixed-tops .navigation_box .logo-fixed img {
    background: #fff;
    padding: 7px 14px;
    margin: 5px;
    width: 122px !important;
    height: auto !important;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
}
.fixed-tops .navigation_box {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 15px;
    background: #222;
    position: relative;
}
.fixed-tops .sub-navigation {
    background: #fff !important;
}
.fixed-tops .news-big-title {
    display: block;
    z-index: 10;
    background: #fff;
    padding: 15px 0;
    text-align: center;
    font-size: 30px !important;
    line-height: 32px !important;
}
.fixed-tops .news-big-title .title-wrap {
    max-width: 1110px;
    text-align: left;
    display: flex;
    margin: 0 auto;
    padding: 0 15px;
}
.fixed-tops .main-menu {
    max-width: none;
    padding: 0;
}
.main-menu .top-adbox {
    display: none;
}
.slider-ad {
    position: relative;
    overflow: hidden;
}
ul.vertical-slider {
    overflow: hidden;
    margin: 0;
    padding: 0;
}
ul.vertical-slider li {
    list-style: none;
    width: 100%;
    height: 280px;
    margin: 0;
    padding: 0;
}
.vert {
    width: 100%;
    height: 214px;
}
.vert .simply-scroll-clip {
    width: 100%;
    height: 214px;
}
.vert .simply-scroll-list {
    margin: 0;
    padding: 0;
}
.vert .simply-scroll-list li {
    width: 100%;
    height: 214px;
    list-style: none;
}
.simply-scroll-clip {
    position: relative;
    overflow: hidden;
}
.header-bottom {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    margin-bottom: 30px;
    display: flex;
}
.fixed-tops .container {
    max-width: 100%;
}
.fixed-tops .logo-box {
    margin: 10px 0;
}
.fixed-tops .logo-box a {
    max-width: none;
    margin: 0;
}
.fixed-tops .logo-box a img {
    width: 176px;
    height: auto;
    float: left;
    margin-right: 20px;
    background: none;
}
.fixed-tops .logo-box .cat-title {
    margin-top: 15px;
    padding-right: 4px;
    font-size: 24px;
}
.fixed-tops .time-settings {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.fixed-tops .time-settings .calendar-box {
    display: none;
}
.fixed-tops .time-settings .calendar-box.social-box {
    position: absolute;
    top: 21px;
    right: 0;
    display: block;
}
.mast-head {
    margin-top: 25px;
}
.top-right-ads {
    margin-top: 50px;
}
.top-right-ads img {
    float: right;
    max-width: 100%;
    height: auto;
}
ul.trending-news {
    margin: 0;
    padding: 0;
    display: block;
}
ul.trending-news li {
    list-style: none;
    display: inline-block;
    margin-left: 20px;
}
ul.trending-news li.trending-title {
    margin-left: 0;
    font-size: 14px;
    text-transform: uppercase;
    border-right: 3px solid #4267b2;
    padding-right: 20px;
    color: #1c5a72;
}
ul.trending-news li a {
    padding: 5px 10px;
    font-weight: 700;
    font-size: 14px;
}
.trending-news {
    display: block;
    background: #4267b2;
}
.bigyapan.header-bottom {
    margin-top: 30px;
    margin-bottom: 0;
    align-items: center;
    justify-content: center;
}
.bigyapan.top-right {
    margin-top: 0;
    text-align: right;
}
.bigyapan.top-right img {
    display: inline-block;
    margin-left: 15px;
    margin-bottom: 15px;
}
.wrapper {
    margin: 0 auto;
}
.headwrap {
    padding: 20px 0 10px 0;
    display: inline-block;
    width: 100%;
}
.logo-box .menu-toggle {
    display: none;
}
.modal-open .fixed-tops {
    z-index: 1;
}
.fixed-tops .menu-toggle {
    right: 15px;
}
.new-header .menu-toggle {
    left: 30px;
    width: 40px;
    border: 0;
    color: #333;
    font-size: 28px;
    padding: 0;
}
.new-header .menu-toggle:hover {
    border: 0;
    color: #666;
}
.new-header .logo-box figure {
    display: table;
    margin: 0 auto;
}
.new-header .logo-box figure img {
    margin: 0;
}
.new-header .logo-box .dates {
    font-size: 14px;
    color: #333;
    display: block;
    margin-top: 10px;
}
.new-header .logo-box .nav-title.business-title {
    display: none;
}
.new-header .logo-box .nav-title.entertainment-title {
    display: none;
}
.new-header .logo-box .nav-title.sports-title {
    display: none;
}
.top-social-nav {
    float: right;
    margin: 0;
    padding: 0;
}
.top-social-nav li {
    list-style: none;
    float: left;
    margin: 0;
}
.top-social-nav li a {
    color: #333;
    font-size: 17px;
    padding: 5px 10px;
}
.top-social-nav li a:hover {
    color: #666;
}
.main-menu {
    background: #fff;
}
.business-live-nav,
.entertainment-live-nav,
.sports-live-nav,
.entertainment-live .entertainment-live-nav,
.sports-live .sports-live-nav {
    display: none;
}
.business-live .main-live-nav,
.entertainment-live .main-live-nav,
.sports-live .main-live-nav {
    display: none;
}
.business-live .business-live-nav,
.entertainment-live .business-live-nav,
.sports-live .business-live-nav,
.business-live .entertainment-live-nav,
.sports-live .entertainment-live-nav,
.business-live .sports-live-nav,
.entertainment-live .sports-live-nav,
.entertainment-live .entertainment-live-nav,
.sports-live .sports-live-nav {
    display: block;
}
.business-live .business-live-nav .nav-title,
.entertainment-live .business-live-nav .nav-title,
.sports-live .business-live-nav .nav-title,
.business-live .entertainment-live-nav .nav-title,
.sports-live .entertainment-live-nav .nav-title,
.business-live .sports-live-nav .nav-title,
.entertainment-live .sports-live-nav .nav-title,
.entertainment-live .entertainment-live-nav .nav-title,
.sports-live .sports-live-nav .nav-title {
    padding-top: 0;
    float: left;
    margin-top: 16px;
    padding-left: 0;
}
.business-live .business-live-nav .navigation_box ul,
.entertainment-live .business-live-nav .navigation_box ul,
.sports-live .business-live-nav .navigation_box ul,
.business-live .entertainment-live-nav .navigation_box ul,
.sports-live .entertainment-live-nav .navigation_box ul,
.business-live .sports-live-nav .navigation_box ul,
.entertainment-live .sports-live-nav .navigation_box ul,
.entertainment-live .entertainment-live-nav .navigation_box ul,
.sports-live .sports-live-nav .navigation_box ul {
    text-align: left;
    float: left;
}
.business-live .business-live-nav .navigation_box ul li a,
.entertainment-live .business-live-nav .navigation_box ul li a,
.sports-live .business-live-nav .navigation_box ul li a,
.business-live .entertainment-live-nav .navigation_box ul li a,
.sports-live .entertainment-live-nav .navigation_box ul li a,
.business-live .sports-live-nav .navigation_box ul li a,
.entertainment-live .sports-live-nav .navigation_box ul li a,
.entertainment-live .entertainment-live-nav .navigation_box ul li a,
.sports-live .sports-live-nav .navigation_box ul li a {
    padding-left: 15px;
    padding-right: 15px;
    font-weight: 400;
    line-height: 38px;
}
.entertainment-live-nav {
    display: none !important;
}
.sports-live-nav {
    display: none !important;
}
.entertainment-live .business-live-nav,
.entertainment-live .sports-live-nav,
.entertainment-live .entertainment-live-nav {
    display: none;
}
.entertainment-live .entertainment-live-nav {
    display: block !important;
}
.sports-live .business-live-nav,
.sports-live .entertainment-live-nav,
.sports-live .sports-live-nav {
    display: none;
}
.sports-live .sports-live-nav {
    display: block !important;
}
.new-header .fix-toggle {
    display: none;
}
.new-header .search-toggle {
    display: none;
}
.fixed-tops .fix-toggle {
    display: block;
}
.fixed-tops .search-toggle {
    display: block;
    position: absolute;
    right: 15px;
    top: 13px;
}
.new-header .logo-box .search-toggle {
    display: none;
    position: absolute;
    right: 30px;
    top: 30px;
}
.new-header .logo-box .dates {
    font-style: normal;
    margin-top: 0;
    color: #333;
}
.new-header .logo-box .dates .en-date {
    margin-left: 20px;
    margin-right: 20px;
    position: relative;
}
.new-header .logo-box .dates .en-date:before {
    content: "";
    width: 4px;
    height: 4px;
    background: #999;
    position: absolute;
    left: -13px;
    top: 10px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
}
.new-header .logo-box .dates .en-date:after {
    content: "";
    width: 4px;
    height: 4px;
    background: #999;
    position: absolute;
    right: -13px;
    top: 10px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
}
.clock-time {
    width: 70px;
    display: inline-block;
    text-align: left;
}
.main-news-cat .big-news.break-single .share-box .st-total {
    color: #fff !important;
}
.business-live-nav .navigation_box ul li.home-text .text-home,
.entertainment-live-nav .navigation_box ul li.home-text .text-home,
.sports-live-nav .navigation_box ul li.home-text .text-home {
    display: none;
}
.container.sub-nav-box {
    padding: 0;
}
.container.sub-nav-box .nav-title {
    float: left;
    margin-top: 8px;
}
.navigation_box ul li.home-text a {
    padding: 0 18px 0 0;
}
.mymove {
    -webkit-animation: movebg 5s infinite;
    -moz-animation: movebg 5s infinite;
    -o-animation: movebg 5s infinite;
    animation: movebg 5s infinite;
}
.navigation_box {
    display: flex;
    position: relative;
    margin: 0;
}
.navigation_box ul {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    border-radius: 0 !important;
    border: 0 !important;
    text-align: center;
}
.navigation_box ul li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
}
.navigation_box ul li ul {
    background: #4267b2 !important;
    text-align: left;
}
.navigation_box ul li ul li {
    width: 100%;
    float: left;
    border-top: 1px solid #444;
}
.navigation_box ul li ul li:first-child {
    border-top: 0;
}
.navigation_box ul li ul li a {
    font-weight: 400;
}
.navigation_box ul li ul li ul {
    top: 0;
    right: -100%;
    left: inherit;
}
.navigation_box ul li ul li a {
    font-size: 16px;
    line-height: 20px;
    padding: 9px 16px;
    color: #4267b2;
}
.navigation_box ul li a {
    background: none;
    color: #fff !important;
}
.navigation_box ul li a:hover {
    color: #fff;
}
.navigation_box ul li a.show a {
    background: #222;
    color: #ccc;
}
.navigation_box ul li a.show a:hover {
    background: #555 !important;
    color: #fff;
}
.navigation_box ul li.open a {
    background: #e74c3c;
    color: #fff;
}
.navigation_box ul li.open a:hover {
    background: #08f !important;
    color: #222;
}
.navigation_box ul li.open ul {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    background: #222;
    border: 0;
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
}
.navigation_box ul li.open ul li {
    width: 100%;
    float: left;
    border-top: 1px solid #444;
}
.navigation_box ul li.open ul li:first-child {
    border-top: 0;
}
.navigation_box ul li.open ul li .dropdown-toggle:after {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.navigation_box ul li.open ul li ul li .dropdown-toggle:after {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.navigation_box ul li.open ul li a {
    color: #888;
    padding: 9px 16px;
    font-size: 18px;
    line-height: 20px;
    background: #222;
}
.navigation_box ul li.open ul li a:hover {
    background: #333 !important;
}
.navigation_box ul li a {
    font-size: 18px;
    color: #333;
    font-weight: 400;
    padding: 9px 10px;
    display: block;
    line-height: 32px;
}
.navigation_box ul li a.selected {
    background: none;
    color: #1c5a72 !important;
}
.navigation_box ul li a:hover {
    color: #222;
}
.navigation_box ul li.search {
    float: right;
    position: absolute;
    right: 0;
}
.navigation_box ul li.search .left-icon {
    position: relative;
    top: 5px;
}
.navigation_box ul li.slide-menu {
    position: absolute;
    right: 0;
}
.navigation_box ul li.slide-menu a {
    padding-top: 8px;
    padding-bottom: 8px;
}
.navigation_box ul li.slide-menu .left-icon {
    position: relative;
    top: 5px;
    font-size: 24px;
}
.navigation_box.sub-navigation {
    border-bottom: 1px solid #ccc;
    margin-top: 0;
    background: none;
}
.navigation_box.sub-navigation ul li a {
    color: #267163;
    font-size: 16px;
    padding: 10px 14px;
    line-height: 22px;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
}
.navigation_box.sub-navigation ul li a:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #333;
    height: 2px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.navigation_box.sub-navigation ul li a:hover {
    background: #fff;
    color: #333;
}
.navigation_box.sub-navigation ul li a:hover:before {
    left: 0;
    right: 0;
}
.navigation_box.sub-navigation ul li a.active-menu:before {
    left: 0;
    width: 100%;
}
.top-nav-box {
    background: #4267b2;
    border-bottom: 1px solid #ccc;
}
.top-nav-box .navigation_box {
    display: flex;
    background: none;
    margin: 0;
    float: right;
}
.top-nav-box .navigation_box ul {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}
.top-nav-box .navigation_box ul li {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
    border-left: 1px solid #ccc;
}
.top-nav-box .navigation_box ul li .left-icon {
    font-size: 16px;
    position: relative;
    top: 4px;
    margin-right: 8px;
}
.top-nav-box .navigation_box ul li a {
    font-weight: 400;
    color: #222 !important;
    padding: 8px 12px;
}
.top-nav-box .navigation_box ul li ul {
    background: #4267b2;
}
.top-nav-box .navigation_box ul li ul li {
    height: auto;
}
.top-nav-box .navigation_box ul li ul li a {
    background: #4267b2;
    padding: 9px 16px;
}
.top-nav-box .navigation_box ul li.open a {
    background: #e0e0e0 !important;
    color: #222 !important;
}
.top-nav-box .navigation_box ul li.open ul li a {
    background: #4267b2 !important;
    padding: 9px 16px;
}
.top-nav-box .navigation_box ul li.open ul li a:hover {
    background: #333 !important;
    color: #fff;
}
.top-nav-box .navigation_box ul li a {
    color: #fff !important;
    font-size: 14px;
    padding: 8px 15px;
    background: none;
}
.top-nav-box .navigation_box ul li a:hover {
    background: #222;
    color: #fff;
}
.top-nav-box .navigation_box ul li a.active-nav {
    background: #222;
    color: #fff;
}
.top-nav-box .navigation_box ul li.live-notificaion .notifications {
    position: relative;
}
.top-nav-box .navigation_box ul li.live-notificaion .notifications .notification-counter {
    position: absolute;
    top: -10px;
    right: -5px;
    background: #d13938;
    color: #fff;
    min-width: 24px;
    padding: 0 5px;
    text-align: center;
    line-height: 24px;
    height: 24px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
}
.top-nav-box .navigation_box ul li.live-notificaion a {
    margin-left: 10px;
}
.top-nav-box .navigation_box ul li.slide-menu {
    display: none;
    position: relative;
}
.top-nav-box .navigation_box ul li.slide-menu .left-icon {
    margin: 0;
}
.top-nav-box .navigation_box ul li.slide-menu a {
    text-align: center;
}
.top-nav-box .navigation_box ul ul li ul {
    top: 0;
    right: -100%;
    left: inherit;
}
.top-nav-box .navigation_box ul ul li a {
    color: #888;
    font-size: 14px !important;
}
.top-nav-box .calendar-box {
    text-align: left;
    padding-top: 15px;
}
.top-nav-box .calendar-box .current-date {
    color: #555;
}
.top-nav-box .calendar-box .current-date.current-time {
    margin-right: 20px;
}
.top-nav-box .calendar-box .current-date.current-time .left-icon {
    top: 1px;
}
.top-nav-box .calendar-box .current-date.unicode-converter {
    margin-left: 0;
}
.top-nav-box .calendar-box .current-date.unicode-converter .left-icon {
    font-size: 20px;
    top: 4px;
}
.main-menu {
    background: #2c87f9 !important;
    border-bottom: 1px solid #2c87f9;
    border-top: 1px solid #2c87f9;
    height: 52px;
}
.dropdown-toggle:after {
    top: 2px;
    position: relative;
}
.mm-menu {
    background: #2c87f9 !important;
    opacity: 1;
}
.mm-menu.active {
    opacity: 1;
}
.mm-menu .nav-title {
    font-size: 14px;
    text-transform: uppercase;
    color: #888;
    background: #fff;
    display: inline-block;
    width: 100%;
    padding: 10px 20px;
}
.mm-menu .search-site {
    display: block !important;
    position: relative;
    float: left;
    right: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.mm-menu .navigation_box ul li {
    float: left;
    width: 100%;
}
.mm-menu .navigation_box ul li a {
    font-size: 16px;
    padding: 10px 20px;
    color: #fff;
    border-top: 1px solid #333;
    line-height: 20px;
}
.mm-menu .navigation_box ul li.search {
    display: none;
}
.mm-menu .navigation_box ul li ul {
    display: block;
    background: none;
    position: relative !important;
    top: 0;
    border-radius: 0;
    border: 0;
    border: 0;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
}
.mm-menu .navigation_box ul li ul ul {
    right: 0;
}
.mm-menu .navigation_box ul li.show a {
    background: none;
}
.mm-menu .navigation_box ul li.show a:hover {
    background: #222 !important;
}
.mm-menu .navigation_box.tops {
    background: #e74c3c;
    float: left;
    width: 100%;
}
.mm-menu .navigation_box.tops ul li a {
    background: #e74c3c;
}
.mm-menu .navigation_box.tops ul li a:hover {
    background: #222 !important;
}
.mm-menu .navigation_box.tops ul li.live-btn a {
    background: #ffdb3a;
    color: #222 !important;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 10px;
    padding: 5px 20px;
    margin-left: 18px;
    margin-top: 13px;
    display: table;
    width: auto;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -ms-border-radius: 35px;
    border-radius: 35px;
}
.mm-menu .navigation_box.tops ul li.live-btn a:hover {
    background: #ffdb3a !important;
}
.mm-menu .navigation_box.mains {
    background: #222;
    float: left;
    width: 100%;
}
.mm-menu .navigation_box.mains ul li a {
    color: #fff;
}
.mm-menu-open {
    overflow: hidden;
}
.footer-social {
    text-transform: uppercase;
}
.mm-menu-toggle {
    position: relative;
    left: 0;
}
.slide-nav-box ul li.slide-menu {
    display: none;
}
.slide-nav-box ul li.search {
    display: none;
}
.top-nav-box .navigation_box ul li.footer-social.social {
    border: 0;
    margin-left: 10px;
}
.top-nav-box .navigation_box ul li.footer-social.social:nth-child(1) {
    margin-left: 0;
}
.top-nav-box .navigation_box ul li.footer-social.social a {
    padding: 0;
}
.top-nav-box .navigation_box ul li.footer-social.social a .left-icon {
    padding: 0;
    width: 32px;
    height: 32px;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
    color: #aaa !important;
    display: inline-block;
    line-height: 32px;
    margin-right: 0;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.top-nav-box .navigation_box ul li.footer-social.social a .tv-title {
    display: inline-block;
    position: relative;
    top: 5px;
}
.top-nav-box .navigation_box ul li.footer-social.social a:hover {
    background: none !important;
}
.top-nav-box .navigation_box ul li.footer-social.social a:hover .left-icon {
    background: #2f77bc;
    color: #fff !important;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.top-nav-box .navigation_box ul li.footer-social.social.tv-menu {
    margin-right: 30px;
}
.top-nav-box .navigation_box ul li.footer-social.social.tv-menu a {
    font-weight: 700;
    font-size: 20px;
    color: #333 !important;
}
.top-nav-box .navigation_box ul li.footer-social.social.tv-menu a .left-icon {
    background: #2f77bc !important;
    color: #fff !important;
    margin-right: 10px;
}
.top-nav-box .navigation_box.tops {
    padding: 5px 0 10px 0;
}
.slide-nav-box .navigation_box ul li a {
    color: #222 !important;
}
.slide-nav-box .navigation_box ul li ul li a {
    color: #fff !important;
}
.menu-box .navigation_box {
    padding: 0;
}
.menu-box .navigation_box .menu-toggle {
    display: none;
}
.menu-box .navigation_box ul {
    display: block;
    margin: 0;
    padding: 0;
    top: 0;
    text-align: left;
}
.menu-box .navigation_box ul li {
    display: inline-block;
    width: 100%;
    float: none;
    border-top: 1px solid #ccc;
}
.menu-box .navigation_box ul li .dropdown-toggle:after {
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    -webkit-transform: rotate(90);
    -moz-transform: rotate(90);
    -ms-transform: rotate(90);
    -o-transform: rotate(90);
    transform: rotate(90);
}
.menu-box .navigation_box ul li.search {
    display: none;
}
.menu-box .navigation_box ul li.dropdown {
    position: relative;
}
.menu-box .navigation_box ul li.dropdown .dropdown-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    line-height: 24px;
    cursor: pointer;
    width: 24px;
    height: 24px;
    border: 1px solid #4267b2;
    text-align: center;
}
.menu-box .navigation_box ul li.active-menu .menu-up:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.menu-box .navigation_box ul li a {
    padding-bottom: 5px;
    color: #333 !important;
}
.menu-box .navigation_box ul li a.selected {
    color: #2f77bc !important;
}
.menu-box .navigation_box ul li a:hover {
    color: #333 !important;
    background: #eee !important;
}
.menu-box .navigation_box ul li ul {
    position: relative;
    display: block;
    padding-left: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.menu-box .navigation_box ul li ul li a {
    color: #666 !important;
    padding-left: 20px;
    padding-right: 20px;
}
.menu-box .navigation_box ul li ul li a:hover {
    color: #333 !important;
    background: none !important;
}
.menu-box .navigation_box ul li ul li ul {
    right: 0;
}
.menu-box .navigation_box ul.megabox .row {
    margin: 0;
}
.menu-box .navigation_box ul.megabox .items {
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #4267b2;
    max-width: 100%;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
}
.menu-box .navigation_box ul.megabox .items:nth-child(1) {
    border-top: 0;
    padding-top: 0;
}
.menu-box .navigation_box ul.megabox .list-item {
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #4267b2;
    max-width: 100%;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
}
.menu-box .navigation_box ul.megabox .list-item:nth-child(1) {
    border-top: 0;
    padding-top: 0;
}
.menu-box .navigation_box li.main-home a {
    background: #2f77bc;
    color: #fff !important;
}
.menu-box .hotline-box {
    display: inline-block;
    border-top: 1px solid #4267b2;
    width: 100%;
    padding: 20px;
}
.menu-box .hotline-box .small-title {
    font-size: 11px;
    display: block;
    line-height: 18px;
    color: #999;
}
.menu-box .hotline-box .phone-number {
    color: #2f77bc;
    font-weight: 700;
    display: block;
}
.menu-box .socialbox {
    display: inline-block;
    border-top: 1px solid #4267b2;
    width: 100%;
    padding: 20px;
}
.menu-box .socialbox .footer-title {
    font-size: 11px;
    display: block;
    line-height: 18px;
    color: #999;
    font-weight: 400;
}
.menu-box .socialbox a {
    width: 32px;
    height: 32px;
    border: 1px solid #999;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
    font-size: 14px;
    color: #999;
    text-align: center;
    line-height: 32px;
    margin-right: 10px;
    float: left;
    margin-bottom: 5px;
    margin-top: 5px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.menu-box .socialbox a:hover {
    color: #2f77bc;
    border-color: #2f77bc;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.menu-toggle {
    font-size: 24px;
    color: #fff;
    padding: 0 10px;
    line-height: 45px;
    position: absolute;
    right: 0;
    height: 40px;
    z-index: 98;
    cursor: pointer;
    top: 5px;
    border: 1px solid #2f77bc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.menu-toggle:hover {
    border: 1px solid #4267b2;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.khelkood .menu-box .navigation_box ul li ul,
.manoranjan .menu-box .navigation_box ul li ul {
    background: #fff !important;
}
.navigation-box.business-live-nav .navigation_box,
.navigation-box.entertainment-live-nav .navigation_box,
.navigation-box.sports-live-nav .navigation_box {
    margin-top: 10px;
}
.navigation-box.business-live-nav .navigation_box ul li a,
.navigation-box.entertainment-live-nav .navigation_box ul li a,
.navigation-box.sports-live-nav .navigation_box ul li a {
    line-height: 20px;
    color: #333 !important;
}
.mymove {
    -webkit-animation: movebg 5s infinite;
    -moz-animation: movebg 5s infinite;
    -o-animation: movebg 5s infinite;
    animation: movebg 5s infinite;
}
.modal-backdrop {
    background: rgba(0, 0, 0, 0.8);
}
.material-modal .modal-content {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.material-modal .modal-header {
    border: 0;
    padding: 30px;
    background: #fff;
}
.material-modal .modal-title {
    color: #fff;
    font-weight: 500;
    font-size: 23px;
}
.material-modal .modal-body {
    padding: 30px;
}
.material-modal .close-button {
    padding: 0;
    background: #fff;
    border: 1px solid #fff;
    text-align: center;
    color: #222;
    width: 32px;
    height: 32px;
    display: block;
    line-height: 30px;
    font-size: 30px;
    opacity: 0.8;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.material-modal .close-button:hover {
    opacity: 1;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.7);
}
.mfp-zoom-out-cur {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 1;
    cursor: url(layouts/images/cross.png), auto;
}
.mfp-zoom-out-cur .mfp-bg {
    background: #000;
    opacity: 0.9;
    z-index: 9999;
}
.mfp-zoom-out-cur .mfp-title {
    text-align: left;
    line-height: 18px;
    color: #aaa;
    word-wrap: break-word;
    padding-right: 36px;
    font-size: 14px;
}
.mfp-zoom-out-cur img.mfp-img {
    position: relative;
    z-index: 9999;
}
.mfp-zoom-out-cur .mfp-wrap {
    z-index: 9999;
}
.alert-modal h4 {
    font-weight: 700;
}
.login-btn {
    background: #fff;
    padding: 16px 40px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    color: #222;
    font-size: 16px;
    text-align: center;
    display: table;
    margin: 60px auto 0 auto;
}
.login-btn .right-icon {
    position: relative;
    top: 2px;
}
.modal-content {
    border: 0 !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    padding: 0;
}
.modal-open .upToScroll {
    z-index: 1;
}
.modal-open .sticky-footer-ad {
    z-index: 1;
}
.modal-open .cd-header.is-visible {
    z-index: 1;
}
.modal-backdrop.show {
    opacity: 1;
}
#search-site .modal-lg {
    max-width: none;
}
#search-site .modal-lg .modal-content {
    background: none;
    position: static;
}
#search-site .modal-body h1 {
    font-size: 38px;
    color: #fff;
    text-align: center;
}
#search-site .modal-header {
    border: 0;
}
#search-site .close {
    position: absolute;
    top: 0;
    right: 20px;
    color: #fff;
    margin: 0;
    padding: 0;
    opacity: 1;
    width: 48px;
    height: 48px;
    border: 1px solid #fff;
    border-radius: 50px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
#search-site .close:hover {
    background: #fff;
    color: #222;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.live-play-btn {
    cursor: pointer;
    position: fixed;
    background: #ffdb3a;
    top: 50%;
    right: 0;
    z-index: 9999;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 40px 0 15px;
    color: #222;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 24px;
    height: 36px;
    right: 0;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-transform-origin: center -100%;
    -moz-transform-origin: center -100%;
    -ms-transform-origin: center -100%;
    -o-transform-origin: center -100%;
    transform-origin: center -100%;
    -webkit-box-shadow: -2px -3px 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: -2px -3px 10px rgba(0, 0, 0, 0.5);
    box-shadow: -2px -3px 10px rgba(0, 0, 0, 0.5);
}
.live-play-btn .main-lable {
    font-size: 18px;
    font-weight: 700;
    line-height: 40px;
}
.live-play-btn .left-icon {
    font-size: 24px;
    position: relative;
    top: 7px;
    margin-left: 10px;
    position: absolute;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.live-play-btn:hover {
    background: #e74c3c;
    color: #fff;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.live-player-box {
    width: 370px;
    height: 100%;
    position: fixed;
    overflow: auto;
    top: 0;
    z-index: 9999;
    right: -500px;
    padding: 0;
    background: #fff;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    -webkit-transition: all 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: all 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: all 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.live-player-box .player-box {
    background: #fff;
    font-size: 14px;
    color: #fff;
    margin-top: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.live-player-box .provided-by {
    font-size: 14px;
    color: #666;
    padding: 7px 0;
}
.live-player-box .provided-by a {
    color: #e74c3c;
    text-decoration: underline;
}
.live-player-box .provided-by a:hover {
    color: #222;
    text-decoration: none;
}
.live-player-box .right-side .live-title {
    text-align: left;
    padding: 0 15px;
    margin-bottom: 0;
}
.live-player-box .right-side .todays {
    padding: 20px 30px 30px 30px;
}
.live-fixed {
    margin: 0;
    text-align: left;
}
.live-fixed .view-full {
    border-top: 1px solid #ccc;
}
.live-fixed .on-air-now {
    text-align: center;
    margin-top: 70px;
}
.live-fixed .on-air-now img {
    border: 1px solid #333;
}
.live-fixed .on-air-now .mr-3 {
    margin-right: 0 !important;
}
.live-fixed .on-air-now .main-title {
    font-size: 22px;
    line-height: 26px;
    padding: 0 20px;
    display: block;
    margin-bottom: 10px;
}
.live-fixed .right-side {
    height: calc(100vh - 72px);
    overflow: auto;
    padding: 0;
}
.live-fixed .right-side .items {
    margin-top: 0;
    border-top: 1px solid #ccc;
    padding: 0;
}
.live-fixed .right-side .items:nth-child(1) {
    border-top: 0;
}
.live-fixed .item-news {
    text-align: center;
}
.live-fixed .todays .item-news {
    text-align: left;
    margin: 0;
    padding: 15px;
}
.live-fixed .todays .item-news:nth-child(even) {
    background: #eee;
}
.live-fixed .todays .item-news img {
    width: 64px;
    height: 64px;
}
.live-fixed .todays .item-news .start-time {
    margin-top: 3px;
}
.live-fixed .live-close {
    padding: 15px 15px 15px 15px;
    position: relative;
    width: 370px;
    background: #fff;
    border-bottom: 1px solid #4267b2;
    z-index: 98;
    height: 72px;
}
.live-fixed .live-close .main-title {
    display: block;
    text-transform: uppercase;
    position: relative;
    padding: 5px 0;
    text-align: left;
    font-size: 20px;
}
.live-fixed .live-close .main-title .left-icon {
    position: relative;
}
.live-fixed .live-close .main-title .left-icon.alarm-icon {
    background: #d13938;
    color: #fff;
    width: 32px;
    height: 32px;
    display: inline-block;
    text-align: center;
    line-height: 32px;
    border-radius: 50px;
    margin-right: 5px;
    top: 3px;
}
.live-fixed .live-close .main-title .close-live {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 24px;
    color: #222;
    width: 42px;
    height: 42px;
    text-align: center;
    background: #fff;
    line-height: 48px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.live-fixed .live-close .main-title .close-live:hover {
    top: 0;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.menu-close {
    background: none;
    position: absolute;
    top: 0;
    right: 10px;
    color: #666;
    cursor: pointer;
}
.close-box {
    background: #fff;
    position: relative;
    top: 0;
    height: 50px;
    padding-left: 20px;
    width: 100%;
    line-height: 50px;
}
.close-box .main-title,
.close-box .subline {
    font-size: 22px;
    color: #333;
    font-style: normal;
    font-weight: 700;
    display: block;
    margin-top: 0;
    line-height: 50px;
    text-transform: uppercase;
}
.primary-panel {
    width: 260px;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 9999;
    left: -500px;
    padding: 0;
    background: #2c87f9 !important;
    -webkit-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.primary-panel .note-box {
    margin: 0;
}
.primary-panel .notification-list {
    height: 100vh;
    height: calc(100vh - 53px);
    overflow: auto;
    padding: 0;
    width: 100%;
}
.primary-panel .notification-list .item-news:nth-child(even) {
    background: #e4e1e1;
}
.primary-panel .notification-list a {
    display: inherit;
    width: 100%;
    padding: 10px 10px 5px 10px;
}
.primary-panel .notification-list .main-title {
    font-size: 14px;
    line-height: 18px;
    display: block;
}
.primary-panel .notification-list .time-stamp {
    display: block;
    color: #8a8a8a;
    font-size: 10px;
}
.primary-panel .notification-close {
    padding: 2px 15px 0 15px;
    position: relative;
    width: 370px;
    background: #4267b2;
    border-bottom: 1px solid #4267b2;
    z-index: 98;
    height: 53px;
}
.primary-panel .notification-close .main-title {
    display: block;
    text-transform: uppercase;
    position: relative;
    padding: 5px 0;
    color: #333;
    text-align: left;
    font-size: 14px;
}
.primary-panel .notification-close .main-title .left-icon {
    position: relative;
}
.primary-panel .notification-close .main-title .left-icon.alarm-icon {
    background: #d13938;
    color: #fff;
    width: 32px;
    height: 32px;
    display: inline-block;
    text-align: center;
    line-height: 32px;
    border-radius: 50px;
    margin-right: 5px;
    top: 1px;
}
.primary-panel .notification-close .main-title .noti-close {
    cursor: pointer;
    position: absolute;
    top: 7px;
    right: 0;
    font-size: 18px;
    color: #fff;
    width: 32px;
    height: 32px;
    text-align: center;
    background: #333;
    line-height: 37px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.primary-panel .notification-close .main-title .noti-close:hover {
    background: #666;
    color: #fff;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
}
.primary-panel .close-box img {
    width: 60px;
    margin-top: 12px;
}
.overflow-hide {
    overflow: hidden;
    position: relative;
}
.overflow-hide .fixed-tops {
    z-index: 98;
}
.mask-box {
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 9998;
    opacity: 0.96;
    content: "";
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.5s, visibility 0.5s;
    transition: opacity 0.5s, visibility 0.5s;
}
.overflow-hide .mask-box {
    -webkit-transition: opacity 0.5s, visibility 0.5s;
    transition: opacity 0.5s, visibility 0.5s;
    visibility: visible;
    opacity: 1;
}
.close-box {
    position: relative;
    top: 0;
    height: 50px;
    padding-left: 20px;
    width: 100%;
    line-height: 50px;
}
.menu-box {
    height: calc(100vh - 50px);
    overflow: auto;
}
.menu-box .items {
    padding: 20px;
    display: inline-block;
    width: 100%;
}
.menu-box .items .main-title {
    border-bottom: 1px solid #333;
    padding-bottom: 5px;
    margin-bottom: 15px;
    font-weight: 700;
}
.menu-box .panel-menu {
    margin: 0;
    padding: 0;
    display: block;
}
.menu-box .panel-menu li {
    list-style: none;
    display: inline-block;
    width: 100%;
    margin-top: 15px;
}
.menu-box .panel-menu li:nth-child(1) {
    margin-top: 0;
}
.menu-box .panel-menu li a {
    font-size: 14px;
    color: #666;
    font-weight: 700;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.menu-box .panel-menu li a:hover {
    color: #2f77bc;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.menu-box .panel-menu li a:hover .pan-icon {
    background: #2f77bc;
    color: #fff;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.menu-box .panel-menu li a .pan-icon {
    padding: 0;
    width: 32px;
    height: 32px;
    text-align: center;
    background: #fff;
    color: #333;
    display: inline-block;
    line-height: 32px;
    margin-right: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.menu-box .panel-menu li a .pan-icon.np-tv {
    background: #2f77bc;
    color: #fff;
    margin-right: 10px;
}
.menu-box .panel-menu.normal-nav li {
    margin-top: 5px;
}
.menu-box .panel-menu.normal-nav li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    display: block;
}
.mfp-zoom-out-cur .menu-toggle {
    z-index: 9998;
}
.desktop-jacket-bigyaapan {
    display: block;
}
.mobile-jacket-bigyaapan {
    display: none;
}
.mymove {
    -webkit-animation: movebg 5s infinite;
    -moz-animation: movebg 5s infinite;
    -o-animation: movebg 5s infinite;
    animation: movebg 5s infinite;
}
.slide-box {
    float: left;
    width: 100%;
    position: relative;
}
.slide-box .overlay-box {
    background: rgba(2, 0, 0, 0.5);
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.slide-box img {
    object-fit: cover;
    height: 100vh;
    width: 100%;
}
.slide-box .owl-theme .owl-controls {
    height: 0;
    width: 100%;
    bottom: 0;
    top: inherit;
    position: static;
    margin: 0;
}
.slide-box .owl-theme .owl-dots {
    bottom: 40px;
    top: inherit;
}
.slide-box .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    background: #fff;
}
.slide-box .owl-dot.active span {
    background: #fff !important;
    width: 10px !important;
    height: 10px !important;
}
.slide-box .owl-item.active .captionbox {
    -webkit-animation: fadeInUp 500ms linear 500ms both;
    -moz-animation: fadeInUp 500ms linear 500ms both;
    -ms-animation: fadeInUp 500ms linear 500ms both;
    -o-animation: fadeInUp 500ms linear 500ms both;
    animation: fadeInUp 500ms linear 500ms both;
}
.slide-box .captionbox {
    padding: 30px 100px;
    position: absolute;
    bottom: 100px;
    font-size: 19px;
    width: 100%;
    text-align: center;
}
.slide-box .captionbox .maintitle {
    color: #222;
    display: block;
    margin: 0;
    font-size: 42px;
    font-weight: 400;
    line-height: 48px;
    margin-right: 0;
    padding: 0 10%;
}
.slide-box .owl-prev,
.slide-box .owl-next {
    padding: 10px 18px !important;
    position: absolute;
    top: 50%;
    left: 0;
    margin: 0 !important;
    font-size: 18px !important;
    background: rgba(0, 0, 0, 0.5) !important;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.slide-box .owl-next {
    right: 0;
    left: inherit;
}
.mainslider .item {
    position: relative;
}
.mainslider .caption-box {
    position: absolute;
    bottom: 0;
    z-index: 98;
    padding: 30px;
    background: rgba(0, 0, 0, 0.5);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.09) 15%, rgba(0, 0, 0, 0.85) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.09) 15%, rgba(0, 0, 0, 0.85) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.09) 15%, rgba(0, 0, 0, 0.85) 100%);
}
.icon-right {
    font-size: 22px;
    top: 2px;
    position: relative;
    margin-left: 6px;
}
.student-slide-box .owl-theme .owl-controls {
    height: 0;
    width: 100%;
    bottom: 0;
    top: inherit;
    position: static;
    margin: 0;
}
.student-slide-box .owl-theme .owl-dots {
    bottom: 0;
    top: inherit;
    position: relative !important;
    margin-top: 30px !important;
}
.student-slide-box .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    background: #ededed;
}
.student-slide-box .owl-dot.active span {
    background: #fff !important;
    width: 10px !important;
    height: 10px !important;
}
.partner-box .owl-theme .owl-controls {
    height: 0;
    width: 100%;
    bottom: 0;
    top: inherit;
    position: static;
    margin: 0;
}
.partner-box .owl-theme .owl-dots {
    bottom: 0;
    top: inherit;
    position: relative !important;
    margin-top: 30px !important;
}
.partner-box .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    background: #ededed;
}
.partner-box .owl-dot.active span {
    background: #fff !important;
    width: 10px !important;
    height: 10px !important;
}
.search-section,
.slide-section {
    background: #222;
    height: 100vh;
}
.slide-section {
    background: #fff;
    padding: 0;
}
.featured-college.side-highlight {
    border: 1px solid #4267b2;
}
.featured-college.side-highlight .items {
    padding: 0;
    width: 100%;
}
.featured-college.side-highlight .items a {
    border: 0;
}
.featured-college.side-highlight .items a:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.featured-college.side-highlight .items img {
    width: auto;
}
.featured-college .owl-theme .owl-controls {
    height: 0;
    width: 100%;
    bottom: 0;
    top: inherit;
    position: static;
    margin: 0;
}
.featured-college .owl-theme .owl-dots {
    bottom: 0;
    top: inherit;
    position: absolute;
    margin-top: 0;
}
.featured-college .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    background: #ededed;
}
.featured-college .owl-dot.active span {
    background: #222 !important;
    width: 10px !important;
    height: 10px !important;
}
.help-slider .items {
    padding: 0;
    width: 100%;
}
.help-slider .items a {
    border: 0 !important;
}
.help-slider .items a:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.help-slider .items img {
    width: auto;
}
.owl-theme .owl-controls {
    height: 0;
    width: 100%;
    bottom: 0;
    top: inherit;
    position: static;
    margin: 0;
}
.owl-theme .owl-dots {
    bottom: 0;
    top: inherit;
    position: absolute;
    margin-top: 0;
}
.owl-dots .owl-dot span {
    width: 5px !important;
    height: 5px !important;
    background: #aaa;
}
.owl-dot.active span {
    background: #eee !important;
    width: 5px !important;
    height: 5px !important;
}
.owl-prev,
.slide-box .owl-next,
.owl-next,
.break-slider .owl-next,
.main-story-slider .owl-next,
.featured-one .owl-next {
    width: 32px;
    height: 32px;
    background: #2f77bc !important;
    padding: 0 !important;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    left: 0;
    top: 30%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.owl-next {
    right: 0;
    left: inherit;
}
.team-slider .owl-controls {
    height: auto;
}
.team-slider .items-news {
    display: none;
}
.team-slider .owl-item {
    display: none;
}
.team-slider.owl-loaded .owl-item {
    display: block;
}
.team-slider.owl-loaded .owl-item .items-news {
    display: flex;
}
.break-slider .owl-prev,
.break-slider .owl-next {
    padding: 0 !important;
    position: absolute;
    color: #fff;
    width: 28px;
    height: 28px;
    line-height: 28px;
    top: 50%;
    left: 20px;
    margin: 0 !important;
    font-size: 12px !important;
    background: none !important;
    border: 1px solid #fff;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}
.break-slider .owl-next {
    right: 20px;
    left: inherit;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.break-slider:hover .owl-prev,
.break-slider:hover .owl-next {
    background: #fff !important;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    color: #222 !important;
    opacity: 1;
    filter: alpha(opacity=100);
}
.break-slider:hover .owl-next {
    color: #222 !important;
    left: inherit;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    background: #fff !important;
    opacity: 1;
    filter: alpha(opacity=100);
}
.mymove {
    -webkit-animation: movebg 5s infinite;
    -moz-animation: movebg 5s infinite;
    -o-animation: movebg 5s infinite;
    animation: movebg 5s infinite;
}
a {
    color: #333;
    outline: 0;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: inline;
}
a:hover {
    color: #777;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}
a:visited,
a:acitve {
    text-decoration: none;
}
a:active {
    color: #333;
}
a:focus {
    text-decoration: none;
    outline: 0;
}
a img,
img {
    border: 0;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -ms-border-radius: 5px !important;
    border-radius: 5px !important;
}
p {
    padding: 10px 0;
}
object {
    outline: 0;
    border: 0;
    float: left;
}
button:focus {
    outline: 0;
}
* {
    outline: 0;
    margin: 0;
    padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-style: normal;
    font-size: inherit;
}
body {
    margin: 0;
    padding: 0;
    font-family: "Mukta", sans-serif;
    font-size: 19px;
    line-height: 32px;
    font-weight: 400;
    color: #222;
    background: #fff;
    position: relative;
    z-index: -1;
}
.pagination {
    margin: 0px;
    display: inline-block;
    width: 100%;
    padding: 20px 0 10px 0;
    text-align: left;
    border-top: 1px solid #4267b2;
}
.pagination a {
    background: #fff;
    text-decoration: none;
    color: #666;
    padding: 0 13px;
    margin: 0 2px;
    font-size: 15px;
    display: inline-block;
    font-weight: 400;
    text-transform: uppercase;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #4267b2;
}
.pagination a:hover {
    color: #fff;
    background: #1c5a72;
    border: 1px solid #1c5a72;
}
.pagination .current {
    background: #1c5a72;
    text-decoration: none;
    color: #fff;
    padding: 0 13px;
    margin: 0 2px;
    font-size: 15px;
    display: inline-block;
    font-weight: 400;
    text-transform: uppercase;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #1c5a72;
}
.section {
    display: inline-block;
    width: 100%;
}
#content {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
}
.modalbox {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    text-align: center;
    overflow: auto;
    background: #fff;
}
.modalbox .modal_content {
    width: 100%;
    text-align: center;
    display: table;
    height: 100vh;
}
.modalbox .modal_content .imagebox {
    max-width: 94%;
    margin: 0 auto;
    display: table-cell;
    padding: 3%;
    position: relative;
    vertical-align: middle;
}
.modalbox .modal_content .imagebox img {
    max-width: 100%;
    height: auto;
}
.modalbox .modal_content .imagebox .logobox img {
    max-width: 90px;
}
.modalbox .modal_content a.close_btn {
    background: #2f77bc;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    padding: 10px 15px;
    line-height: 18px;
    font-family: arial, sans-serif;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}
.modalbox .modal_content a.close_btn:hover {
    background: #dc1414;
}
.logobox {
    text-align: center;
    display: block;
    margin-bottom: 30px;
}
.close-box .arrows {
    position: relative;
    top: 2px;
    margin-left: 5px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .modalbox .modal_content .imagebox img {
        max-width: 100%;
    }
    .logobox img {
        max-width: 220px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .modalbox .modal_content .imagebox img {
        max-width: 100%;
    }
    .logobox img {
        max-width: 180px;
    }
}
@media (max-width: 767px) {
    .modalbox .modal_content .imagebox img {
        max-width: 100%;
    }
    .logobox img {
        max-width: 180px;
    }
}
@media (max-width: 480px) {
    .modalbox .modal_content .imagebox img {
        max-width: 100%;
    }
    .logobox img {
        max-width: 180px;
    }
}
@media (max-width: 240px) {
    .modalbox .modal_content .imagebox img {
        max-width: 100%;
    }
    .logobox img {
        max-width: 180px;
    }
}
.top-nav-box,
.tags.cat-tags {
    background: #e74c3c;
}
.trending-news {
    background: #eee;
}
ul.trending-news li a {
    color: #333;
}
.top-nav-box {
    background: #eee !important;
}
.main-menu,
.fixed-tops,
.fixed-tops .navigation-box,
.fixed-tops .navigation_box {
    background: #2c87f9 !important;
}
.fixed-tops .navigation_box {
    margin: 0 auto;
    max-width: 1140px;
}
.cat-tags {
    border-color: #2f77bc;
}
.break-tags {
    background: #2f77bc;
}


.navigation_box.mains ul li a {
    color: #FFF !important;
}
.navigation_box.mains ul li a:hover {
    color: #d8d1c1 !important;
}
.navigation_box.mains ul li.selected a {
    color: #d8d1c1 !important;
}


.navigation_box ul li.selected a,
.navigation_box ul li a:hover,
.navigation_box ul li.open a:hover,
.navigation_box ul li.open a {
    color: #d8d1c1 !important;
}
.navigation_box ul li.open .dropdown-menu a {
    background: #fff !important;
    color: #333 !important;
}
.navigation_box ul li.open .dropdown-menu li {
    border-color: #ccc;
}
.navigation_box ul li.open .dropdown-menu a:hover {
    background: #1c5a72 !important;
    color: #d8d1c1 !important;
}
.navigation_box ul li ul {
    background: #fff !important;
}
.navigation_box ul li ul li {
    border-color: #aaa !important;
}
.navigation_box ul li.open a {
    color: #1c5a72 !important;
}
.navigation_box ul li ul li a,
.navigation_box ul li.open ul li a {
    color: #fff !important;
}
.navigation_box ul li.open ul li a:hover {
    color: #fff !important;
}
.top-nav-box .navigation_box ul li a,
.top-nav-box .navigation_box ul li.open a {
    color: #555 !important;
}
.top-nav-box .navigation_box ul li.open ul li a:hover {
    background: #333 !important;
    color: #fff !important;
}
.top-nav-box .calendar-box .current-date {
    color: #333;
    font-size: 14px;
}
.top-nav-box .calendar-box .current-date .left-icon {
    font-size: 15px;
}
.top-nav-box .calendar-box .current-date .main-title {
    font-size: 15px;
}
.top-nav-box .calendar-box .current-date a {
    color: #fff;
}
.section {
    float: left;
    width: 100%;
}
.navigation_box ul li.home-text .img-home {
    display: none;
}
.navigation_box ul li.home-text .img-home img {
    width: 75px;
    border: 1px solid #fff;
    /*
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);*/
}
.navigation_box ul {
    text-align: left;
}
.menu-box .navigation_box ul li.home-text a {
    padding-left: 18px;
}
.mymove {
    -webkit-animation: movebg 5s infinite;
    -moz-animation: movebg 5s infinite;
    -o-animation: movebg 5s infinite;
    animation: movebg 5s infinite;
}
.editor-box {
    font-size: 22px;
    color: #333;
    line-height: 40px;
    font-weight: 400;
    width: 100%;
    display: inline-block;
}
.editor-box .full-bigyapan img {
    margin: 0;
}
.editor-box .featured-image img {
    margin-top: 0;
}
.editor-box table a {
    text-decoration: none;
}
.editor-box img.left {
    float: left;
    margin-right: 30px;
    margin-top: 15px;
}
.editor-box img.right {
    float: right;
    margin-left: 30px;
    margin-top: 15px;
}
.editor-box img.center,
.editor-box img.none,
.editor-box img.align-none {
    margin: 30px auto;
    text-align: center;
    display: block;
}
.editor-box figure.image img {
    margin: 0;
}
.editor-box figure.image img.pull-img-left {
    margin-bottom: 0 !important;
}
.editor-box figure.image.align-left {
    float: left;
    margin: 0 30px 10px 0;
}
.editor-box figure.image.align-right {
    float: right;
    margin: 0 0 10px 30px;
}
.editor-box figure.image.align-center {
    text-align: center;
    display: table;
    margin: 30px auto;
}
.editor-box ul {
    margin: 30px 0 30px 70px;
}
.editor-box ul li {
    padding-left: 10px;
    line-height: 30px;
    margin-bottom: 10px;
}
.editor-box ol {
    margin: 30px 0 30px 7px;
}
.editor-box ol li {
    padding-left: 10px;
    line-height: 30px;
    margin-bottom: 10px;
    list-style: decimal;
}
.editor-box a {
    color: #1c5a72;
}
.editor-box a:hover {
    text-decoration: underline;
}
.editor-box em,
.editor-box i {
    font-style: italic;
}
.editor-box strong,
.editor-box b {
    font-weight: 700;
}
.editor-box h1 {
    color: #222;
    font-weight: 700;
    margin: 10px 0 20px 0;
    font-size: 28px;
    line-height: 32px;
}
.editor-box h2 {
    color: #222;
    font-weight: 700;
    margin: 10px 0 20px 0;
    font-size: 22px;
    line-height: 28px;
}
.editor-box h3 {
    color: #222;
    font-weight: 700;
    margin: 10px 0 20px 0;
    font-size: 18px;
    line-height: 22px;
}
.editor-box h4 {
    color: #222;
    font-weight: 700;
    margin: 10px 0 20px 0;
    font-size: 17px;
    line-height: 20px;
}
.editor-box h5 {
    color: #222;
    font-weight: 700;
    margin: 10px 0 20px 0;
    font-size: 14px;
    line-height: 16px;
}
.editor-box h6 {
    color: #222;
    font-weight: 700;
    margin: 10px 0 20px 0;
    font-size: 12px;
    line-height: 16px;
}
.editor-box blockquote {
    border: none;
    padding: 0;
    color: #333;
    font-size: 22px;
    line-height: 34px;
    margin-bottom: 0;
    font-weight: 700;
    position: relative;
    padding: 30px 50px 40px 60px;
    margin: 51px 50px 50px 0;
    max-width: 280px;
    background-size: 6%;
    float: left;
    position: relative;
}
.editor-box blockquote:after {
    bottom: 0;
    content: "";
    width: 77%;
    height: 2px;
    background: #267163;
    position: absolute;
    right: 0;
}
.editor-box blockquote:before {
    content: "\f10d";
    background: #1c5a72;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    color: #fff;
    font-size: 12px;
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 900;
    text-decoration: inherit;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}
.editor-box blockquote:after {
    content: "\f10e";
    background: #1c5a72;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    color: #fff;
    font-size: 12px;
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 900;
    text-decoration: inherit;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}
.editor-box img {
    margin-bottom: 10px;
    max-width: 100%;
    height: auto;
    display: block;
}
.editor-box iframe {
    max-width: 100%;
}
.editor-box p {
    padding: 0 0 20px 0;
}
.editor-box figcaption {
    display: block;
    border-bottom: 1px solid #4267b2;
    padding: 10px 0;
    margin-bottom: 15px;
}
.editor-box figcaption span {
    float: right;
}
.editor-box .embed-responsive {
    margin: 30px 0;
}
.editor-box .wp-caption {
    max-width: 100%;
    margin-top: 5px;
    margin-bottom: 15px;
}
.editor-box .wp-caption img {
    max-width: 100%;
}
.editor-box .wp-caption.alignleft {
    float: left;
    margin-right: 30px;
}
.editor-box .wp-caption.alignleft img {
    margin: 0;
}
.editor-box .wp-caption.alignright {
    float: right;
    margin-left: 30px;
}
.editor-box .wp-caption.alignright img {
    margin: 0;
}
.editor-box .wp-caption.aligncenter,
.editor-box .wp-caption.alignnone {
    margin: 30px auto;
    text-align: center;
}
.editor-box .wp-caption.aligncenter img,
.editor-box .wp-caption.alignnone img {
    margin: 0;
}
.editor-box .wp-caption .wp-caption-text {
    font-size: 12px;
    font-weight: 500;
    font-style: italic;
    line-height: 18px;
    display: block;
    margin: 15px 0;
}
.editor-box.sitemap .navigation_box {
    background: none;
}
.editor-box.sitemap .navbar-nav {
    margin: 0;
}
.editor-box.sitemap .navbar-nav > li {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding-left: 0;
}
.editor-box.sitemap .navbar-nav > li > a {
    color: #222;
    text-decoration: none;
}
.editor-box.sitemap .navbar-nav > li > a:hover,
.editor-box.sitemap .navbar-nav > .open > a,
.editor-box.sitemap .navbar-nav > .open > a:hover {
    color: #333 !important;
    background: #fff !important;
}
.editor-box.sitemap .navbar-nav > li > .dropdown-menu {
    display: block !important;
    height: auto !important;
    position: relative;
    box-shadow: none;
    border: 0;
    margin: 0 !important;
    width: 100%;
    padding: 0;
}
.editor-box.sitemap .navbar-nav > li > .dropdown-menu,
.editor-box.sitemap .dropdown-submenu > .dropdown-menu {
    position: relative;
    display: block;
    left: 0;
    border: 0;
    box-shadow: none;
    background: none !important;
    width: 100%;
    height: auto;
    margin: 0 !important;
}
.editor-box.sitemap .dropdown-menu > li > a {
    background: none !important;
    color: #222;
    padding-left: 0;
    border: 0 !important;
    text-decoration: none;
}
.editor-box.sitemap .dropdown-menu > li > a:hover {
    text-decoration: underline;
}
.editor-box.sitemap .navbar-nav > li > .dropdown-menu li {
    margin-left: 0;
    padding-left: 30px;
}
.editor-box.sitemap .navbar-nav > li > .dropdown-menu li a {
    color: #666;
    font-weight: 400;
}
.editor-box.sitemap .navbar-nav > li > .dropdown-menu li a:hover {
    color: #333 !important;
}
.editor-box .media-left {
    padding-right: 30px;
}
.editor-box .media-left img {
    max-width: none;
    margin-top: 0;
}
.editor-box img.align-left {
    float: left;
    margin-right: 30px;
    margin-top: 15px;
}
.editor-box img.align-right {
    float: right;
    margin-left: 30px;
    margin-top: 15px;
}
.editor-box img.align-center {
    margin: 30px auto;
    text-align: center;
    display: block;
}
.editor-box figure img {
    margin: 0;
}
.editor-box figure img.pull-img-left {
    margin-bottom: 0 !important;
}
.editor-box figure.align-left {
    float: left;
    margin: 0 30px 10px 0;
}
.editor-box figure.align-right {
    float: right;
    margin: 0 0 10px 30px;
}
.editor-box figure.align-center {
    text-align: center;
    display: table;
    margin: 30px auto;
}
.editor-box figure.align-none {
    text-align: center;
    display: table;
    margin: 30px auto;
}
.inner-content {
    background: #fff;
    padding-top: 20px;
    margin-top: 21px;
}
.content-box {
    padding-left: 15px;
    padding-top: 10px;
}
.right-side-bar {
    padding-right: 22px;
    padding-top: 10px;
}
.left-side .sifaris .items:nth-child(1) {
    border-top: 0 !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
}
.left-side .sifaris .items:nth-child(2) {
    border-top: 1px solid #4267b2 !important;
}
.left-side .sifaris .items .main-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
}
.left-side .sifaris h1 {
    font-size: 20px;
    color: #267163;
    margin: 0 0 20px 0;
    padding: 0 0 6px 0;
    font-weight: 600;
    line-height: 32px;
    border-bottom: 1px solid #337ab7;
}
.detail-featured-box .editor-box img {
    max-width: 100% !important;
    width: 100%;
}
.left-side .full-ad {
    margin-top: 30px;
}
.left-side .full-ad:nth-child(3) {
    margin-top: 60px;
}
.mymove {
    -webkit-animation: movebg 5s infinite;
    -moz-animation: movebg 5s infinite;
    -o-animation: movebg 5s infinite;
    animation: movebg 5s infinite;
}
.radio,
.radio .checkbox {
    position: relative;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 50px;
}
.radio.first,
.radio .first.checkbox {
    margin-left: 0;
}
.radio label,
.radio .checkbox label {
    font-size: 14px;
    line-height: 1.42857;
    font-weight: 400;
    padding-left: 25px;
}
.radio label .circle,
.radio label .check {
    border: 1px solid rgba(0, 0, 0, 0.54);
    height: 15px;
    width: 15px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
}
.radio label span,
.radio .checkbox label span {
    display: block;
    position: absolute;
    left: 0;
    top: 6px;
    transition-duration: 0.2s;
}
.radio label .check {
    height: 15px;
    width: 15px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    background-color: #9c27b0;
    -webkit-transform: scale3d(0, 0, 0);
    -moz-transform: scale3d(0, 0, 0);
    -o-transform: scale3d(0, 0, 0);
    -ms-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0);
}
.radio input[type="radio"] {
    opacity: 0;
    height: 0;
    width: 0;
    overflow: hidden;
    margin-top: 2px;
}
.radio input[type="radio"]:checked ~ .check,
.radio .checkbox input[type="radio"]:checked ~ .check {
    background-color: #9c27b0;
}
.radio input[type="radio"]:checked ~ .check,
.radio .checkbox input[type="radio"]:checked ~ .check {
    -webkit-transform: scale3d(0.65, 0.65, 1);
    -moz-transform: scale3d(0.65, 0.65, 1);
    -o-transform: scale3d(0.65, 0.65, 1);
    -ms-transform: scale3d(0.65, 0.65, 1);
    transform: scale3d(0.65, 0.65, 1);
}
.radio label .check {
    height: 15px;
    width: 15px;
    border-radius: 100%;
    background-color: #fff;
    -webkit-transform: scale3d(0, 0, 0);
    -moz-transform: scale3d(0, 0, 0);
    -o-transform: scale3d(0, 0, 0);
    -ms-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0);
}
.radio label span,
.radio .checkbox label span {
    display: block;
    position: absolute;
    left: 10px;
    top: 2px;
    transition-duration: 0.2s;
}
.checkbox input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    margin: 0;
    z-index: -1;
    width: 0;
    height: 0;
    overflow: hidden;
    left: 0;
    pointer-events: none;
}
.checkbox .checkbox-material {
    vertical-align: middle;
    position: relative;
    top: 1px;
    padding-right: 5px;
    display: inline-block;
}
.checkbox .checkbox-material .check {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid rgba(0, 0, 0, 0.54);
    overflow: hidden;
    z-index: 1;
    border-radius: 3px;
}
.checkbox .checkbox-material:before {
    display: block;
    position: absolute;
    left: 0;
    content: "";
    background-color: rgba(0, 0, 0, 0.84);
    height: 20px;
    width: 20px;
    border-radius: 100%;
    z-index: 1;
    opacity: 0;
    margin: 0;
    top: 0;
    -webkit-transform: scale3d(2.3, 2.3, 1);
    -moz-transform: scale3d(2.3, 2.3, 1);
    -o-transform: scale3d(2.3, 2.3, 1);
    -ms-transform: scale3d(2.3, 2.3, 1);
    transform: scale3d(2.3, 2.3, 1);
}
.checkbox input[type="checkbox"]:checked + .checkbox-material:before {
    -webkit-animation: rippleOn 500ms;
    -moz-animation: rippleOn 500ms;
    -o-animation: rippleOn 500ms;
    -ms-animation: rippleOn 500ms;
    animation: rippleOn 500ms;
}
.checkbox .checkbox-material .check {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid rgba(0, 0, 0, 0.54);
    overflow: hidden;
    z-index: 1;
    border-radius: 3px;
}
.checkbox input[type="checkbox"]:checked + .checkbox-material .check {
    background: #fff;
}
.checkbox .checkbox-material .check:before {
    position: absolute;
    content: "";
    transform: rotate(45deg);
    display: block;
    margin-top: -3px;
    margin-left: 7px;
    width: 0;
    height: 0;
    background: red;
    box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0 inset;
    -webkit-animation: checkbox-off 0.3s forwards;
    -moz-animation: checkbox-off 0.3s forwards;
    -o-animation: checkbox-off 0.3s forwards;
    -ms-animation: checkbox-off 0.3s forwards;
    animation: checkbox-off 0.3s forwards;
}
.checkbox input[type="checkbox"]:checked + .checkbox-material .check:before {
    color: #ffffff;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
    -webkit-animation: checkbox-on 0.3s forwards;
    -moz-animation: checkbox-on 0.3s forwards;
    -o-animation: checkbox-on 0.3s forwards;
    -ms-animation: checkbox-on 0.3s forwards;
    animation: checkbox-on 0.3s forwards;
}
@keyframes checkbox-on {
    0% {
        box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px;
    }
    50% {
        box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px;
    }
    100% {
        box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
    }
}
@keyframes rippleOn {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0.2;
    }
    100% {
        opacity: 0;
    }
}
@keyframes rippleOff {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0.2;
    }
    100% {
        opacity: 0;
    }
}
.checkbox label {
    padding-left: 10px;
}
.radio .media {
    overflow: visible;
}
.radio .radio-box {
    position: relative;
}
.radio .media-left {
    padding-right: 15px;
}
.radio .media-heading {
    position: relative;
    color: #fff;
    margin: 5px 0 0 0;
    left: 0;
    top: 0;
    position: relative;
    font-size: 16px;
    line-height: 24px;
}
.radio .radio-box {
    width: 40px;
    left: 0;
    top: 10px;
    height: 40px;
    border: 1px solid #4267b2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}
.radio .circle,
.radio .check {
    left: 11px;
    top: 11px;
}
.check-options .checkbox {
    margin-top: 0;
    padding-left: 0;
}
.check-options .checkbox label {
    padding-left: 0;
    color: #12498c;
}
.main-form.area-search-form {
    padding: 0;
    margin-bottom: 0;
    line-height: normal;
}
.main-form.area-search-form .rounded-btn {
    height: 35px;
    line-height: 35px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}
.main-form.area-search-form .textfield,
.main-form.area-search-form .feedback .textarea,
.feedback .main-form.area-search-form .textarea,
.main-form.area-search-form .feedback .select,
.feedback .main-form.area-search-form .select,
.main-form.area-search-form .get-news-alert .newsletter-btn,
.get-news-alert .main-form.area-search-form .newsletter-btn {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.main-form.area-search-form .select {
    line-height: 24px;
}
.main-form .file-upload {
    position: relative;
    padding: 0;
    border: 1px solid #eee;
    background: none;
    padding: 0 20px 0 0;
    width: 100%;
    border: 1px solid #4267b2;
    background-color: #fff;
    height: 30px;
    display: table;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.main-form .file-upload input[type="file"] {
    opacity: 0;
    display: inline-block;
    width: 100%;
    padding: 5px 20px !important;
    margin: 0 !important;
}
.main-form .file-upload:before {
    content: "Upload File";
    opacity: 1;
    position: absolute;
    right: 15px;
    top: 7px;
    background: #fff;
    padding: 2px 30px;
    font-size: 12px;
    color: #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    line-height: 18px;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
.main-form .file-upload:hover:before {
    background: #fff;
    color: #fff;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
.search-block {
    height: 100vh;
}
.search-block .search-box {
    text-align: center;
}
.search-block h1 {
    font-size: 42px;
    line-height: 52px;
    color: #aaa;
    font-weight: 400;
    padding: 0 20%;
}
.search-block h2 {
    font-weight: 400;
    font-size: 16px;
    color: #fff;
}
.search-block h2 a {
    color: #fff;
}
.search-block h2 a:hover {
    color: #fff;
}
.search-block form {
    width: 80%;
    margin: 30px auto;
    background: #fff;
    padding: 0;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    position: relative;
    height: 60px;
}
.search-block .textfield,
.search-block .feedback .textarea,
.feedback .search-block .textarea,
.search-block .feedback .select,
.feedback .search-block .select,
.search-block .get-news-alert .newsletter-btn,
.get-news-alert .search-block .newsletter-btn {
    float: left;
    width: 80%;
    border: 0;
    font-size: 16px;
    padding-left: 30px;
    height: 60px;
    background: none;
}
.search-block .search-btn {
    position: absolute;
    background: #fff;
    width: 70px;
    height: 60px;
    top: 0;
    right: 0;
    line-height: 73px;
    text-align: center;
    -webkit-border-radius: 0 30px 30px 0;
    -moz-border-radius: 0 30px 30px 0;
    -ms-border-radius: 0 30px 30px 0;
    border-radius: 0 30px 30px 0;
    font-size: 24px;
}
.contact-form .main-title {
    margin-bottom: 15px !important;
}
.feedback,
.feedback fieldset {
    margin: 30px 0 0 0;
    padding: 0;
}
.form-groups {
    margin-bottom: 40px;
    padding: 5px;
    background: #eee;
}
.form-groups.recaptcha {
    background: none;
    margin-bottom: 10px;
}
.feedback fieldset,
.feedback fieldset fieldset {
    margin: 0;
}
.feedback .textfield,
.feedback .textarea,
.feedback .select,
.feedback .get-news-alert .newsletter-btn,
.get-news-alert .feedback .newsletter-btn {
    border: 0;
    padding: 5px 20px;
    font-size: 14px;
    display: block;
    width: 100%;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    background: none;
    position: relative;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border: 0;
    transition: background 0s ease-out;
    float: none;
    box-shadow: none;
    color: #222;
    line-height: 20px;
}
.feedback .textarea {
    height: 200px;
    color: #fff;
}
.feedback .select {
    font-size: 14px;
}
.feedback .select {
    padding-left: 0;
    color: #aaa;
    border-bottom: 1px solid #d2d2d2;
}
.feedback .select option {
    font-family: "Source Sans Pro";
    color: #ccc;
}
.contact-title,
.contact-name {
    font-size: 14px;
    display: block;
    margin: 0 0 30px 0;
}
.contact-name {
    font-size: 18px;
    color: #111;
    margin: 0;
}
.contact-address {
    margin-top: 30px;
}
.contact-address .address-info {
    font-size: 14px;
    display: block;
    border-top: 1px solid #4267b2;
    padding: 30px 0;
    line-height: 22px;
}
.contact-address .first {
    border-top: 0;
    padding-top: 10px;
}
.label {
    color: #222;
    font-size: 16px;
    position: absolute;
    left: 25px;
    font-weight: normal;
    top: 5px;
    padding: 7px 0 0 13px;
    pointer-events: none;
    color: #aaaaaa;
    transition: all 200ms;
}
.submit .right-icon {
    font-size: 18px;
    margin-left: 15px;
}
.focused .textfield,
.focused .feedback .textarea,
.feedback .focused .textarea,
.focused .feedback .select,
.feedback .focused .select,
.focused .get-news-alert .newsletter-btn,
.get-news-alert .focused .newsletter-btn {
    position: relative;
    transition-duration: 0.3s;
}
.focused label {
    position: absolute;
    top: -30px;
    font-size: 12px;
    left: 25px;
}
.search-college.search-block {
    height: auto;
}
.search-college .show-filter {
    display: flex !important;
}
.search-college form {
    background: none;
    height: auto;
    width: 100%;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}
.search-college .filter-box,
.search-college .form-groups {
    background: #fff;
    padding: 0;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    position: relative;
    height: 60px;
    border: 0;
    display: table;
    width: 100%;
    padding-left: 140px;
}
.search-college .search-btn {
    background: #222;
    color: #fff;
}
.search-college .college-search {
    width: 90%;
}
.search-college .filter-option {
    position: absolute;
    left: 0;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    background: #4267b2;
    padding: 0 15px 0 30px;
    height: 60px;
    line-height: 60px;
    color: #222;
    text-transform: uppercase;
}
.search-college .filter-option .right-icon {
    font-size: 16px;
    margin-left: 15px;
    color: #979696;
}
.search-college .form-groups {
    padding: 0 15px 0 30px;
    display: block;
}
.search-college .form-groups .select {
    width: 100%;
    padding: 16px 0;
    font-size: 16px;
    color: #767676;
    border: 0;
    background: transparent url("../images/down.png") no-repeat 94% 50%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 35px;
}
.search-college .filters {
    margin: 0;
    width: 100%;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    display: none;
}
.search-college .search-now {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}
.search-data,
.search-filters {
    float: left;
    width: 160px;
    background: #eee;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    margin-left: 15px;
    padding: 2px 18px;
    position: relative;
}
.search-data .textfield,
.search-filters .textfield,
.search-data .feedback .textarea,
.feedback .search-data .textarea,
.search-filters .feedback .textarea,
.feedback .search-filters .textarea,
.search-data .feedback .select,
.feedback .search-data .select,
.search-filters .feedback .select,
.feedback .search-filters .select,
.search-data .get-news-alert .newsletter-btn,
.get-news-alert .search-data .newsletter-btn,
.search-filters .get-news-alert .newsletter-btn,
.get-news-alert .search-filters .newsletter-btn {
    background: #eee;
    font-size: 12px;
    line-height: 14px;
    border: 0;
    margin: 0;
    padding: 0;
    width: 90%;
}
.search-data .search-btn,
.search-filters .search-btn {
    position: absolute;
    right: 15px;
    top: 5px;
    font-size: 12px;
}
.search-filter {
    margin-top: -7px;
}
.search-filters {
    padding-right: 10px;
}
.search-filters select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 12px;
    color: #666;
    border: 0;
    padding-right: 0;
    background: #eee url(../images/down.png) no-repeat 96% 50%;
    background-size: 13px;
    float: left;
    width: 100%;
}
.search-filters .form-groups {
    padding: 0;
    border: 0;
}
.student-college-search {
    margin-bottom: 40px;
}
.student-college-search.search-college .form-groups {
    background: #f2ecec;
    padding-left: 22px;
}
.student-college-search.search-college .filter-option {
    background: #f2ecec;
    padding-left: 40px;
}
.student-college-search.search-college .college-search {
    background: #f8f7f7;
    width: 90%;
}
.student-college-search.search-college .search-now {
    width: 100%;
    margin: 0 !important;
    display: table;
    max-width: none;
}
.upload-box .modal-header {
    background: #fff;
    border-radius: 0 !important;
    border: 0 !important;
}
.upload-box .modal-header .modal-title {
    font-size: 20px;
    color: #222;
    border: 0;
    font-weight: 500;
    text-align: center;
    display: table;
    width: 100%;
}
.upload-box .modal-header .dismiss-btn {
    position: absolute;
    opacity: 1;
    right: -20px;
    top: -20px;
    margin: 0;
    padding: 0;
    z-index: 98;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    text-align: center;
    background: #222;
    border: 1px solid #ccc;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.8);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.8);
}
.upload-box .modal-header .dismiss-btn:hover {
    background: #fff;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.upload-box .upload-form .label {
    position: relative;
    top: 0;
    left: 0;
    color: #222;
    display: block;
    margin: 0 0 10px 0;
    padding: 0;
    font-weight: 500;
    font-size: 14px;
}
.upload-box .upload-form .textfield,
.upload-box .upload-form .feedback .textarea,
.feedback .upload-box .upload-form .textarea,
.upload-box .upload-form .feedback .select,
.feedback .upload-box .upload-form .select,
.upload-box .upload-form .get-news-alert .newsletter-btn,
.get-news-alert .upload-box .upload-form .newsletter-btn {
    padding: 5px 10px;
    display: block;
    color: #222;
    font-size: 14px;
    border: 1px solid #4267b2;
    width: 100%;
}
.upload-box .upload-form .textarea {
    border: 1px solid #4267b2;
    width: 100%;
    height: 300px;
    font-size: 14px;
    padding: 5px 10px;
}
.upload-box .upload-form .select {
    width: 100%;
    padding: 0 15px;
    font-size: 14px;
    height: 38px;
    color: #767676;
    border: 1px solid #4267b2;
    background: transparent url(../images/down.png) no-repeat 98% 50%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}
.upload-box .upload-form .form-group {
    margin-bottom: 1.5em;
}
#payment-form .modal-lg {
    max-width: 870px;
}
#payment-form .payment-info {
    background: #666666;
    padding: 40px;
    color: #f3f3f3;
}
#payment-form .payment-info .main-title {
    color: #fff;
    font-size: 23px;
    line-height: 34px;
    font-weight: 500;
    display: block;
    margin-bottom: 40px;
    letter-spacing: -1px;
}
#payment-form .payment-info .media .left-icon {
    font-size: 30px;
}
#payment-form .payment-info .media .main-title {
    font-size: 18px;
    line-height: 24px;
    color: #f3f3f3;
    font-weight: 400;
    letter-spacing: normal;
}
#payment-form .payment-form {
    background: #fff;
}
#payment-form form {
    padding: 40px 0;
}
#payment-form .form-groups {
    background: #eee;
    position: relative;
    padding: 0 15px;
}
#payment-form .label {
    left: inherit;
}
#payment-form .fieldbox {
    padding: 0 15px;
}
#payment-form .textfield,
#payment-form .feedback .textarea,
.feedback #payment-form .textarea,
#payment-form .feedback .select,
.feedback #payment-form .select,
#payment-form .get-news-alert .newsletter-btn,
.get-news-alert #payment-form .newsletter-btn {
    padding: 15px;
}
#payment-form .login-btn {
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
}
#payment-form .dismiss-btn {
    position: absolute;
    opacity: 1;
    right: -30px;
    top: -20px;
    z-index: 98;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    text-align: center;
    background: #222;
    border: 1px solid #ccc;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.8);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.8);
}
#payment-form .dismiss-btn:hover {
    background: #fff;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
#payment-form .modal-content {
    position: relative;
}
.file-upload {
    position: relative;
    padding: 0;
    border: 1px solid #eee;
    background: none;
    padding: 0 20px 0 0;
    width: 100%;
    border: 1px solid #d2d6de;
    height: 35px;
    display: inline-block;
}
.file-upload input[type="file"] {
    opacity: 0;
    display: inline-block;
    width: 100%;
    padding: 5px 20px !important;
    margin: 0 !important;
}
.file-upload:before {
    content: "Upload";
    opacity: 1;
    position: absolute;
    right: 15px;
    top: 5px;
    padding: 2px 30px;
    font-size: 12px;
    color: #222;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    line-height: 18px;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
.file-upload:hover:before {
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.8);
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.8);
}
.file-upload .choose-file {
    margin-top: -40px;
    margin-bottom: 0;
    font-size: 13px;
    color: #888;
    margin-left: 15px;
    width: 60%;
    float: left;
    font-weight: normal;
}
.file-upload .choose-file span {
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 80%;
    display: inline-block;
    overflow: hidden;
    position: relative;
    top: 7px;
}
.father-box .sub-main-title,
.mother-box .sub-main-title {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 14px;
}
.mother-box .sub-main-title {
    margin-top: 40px;
}
.select2-container .select2-selection--multiple {
    min-height: inherit;
}
.select2-container--default .select2-selection--multiple {
    border: 1px solid #4267b2;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    border-radius: 0 !important;
    cursor: text;
    font-size: 14px;
}
.select2-container--default .select2-search--inline .select2-search__field {
    width: 100% !important;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #4267b2;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 0 5px 5px 5px;
    width: 100%;
    display: table;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    margin: 5px 0 0 5px;
    line-height: normal;
}
.search-site {
    width: 100%;
    margin: 0;
    background: #fff;
    padding: 0;
    position: relative;
    height: 50px;
    top: 0;
    right: 0;
    z-index: 98;
    display: block;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}
.search-site.hide {
    display: none !important;
}
.search-site.show-search {
    display: block;
}
.search-site .textfield,
.search-site .feedback .textarea,
.feedback .search-site .textarea,
.search-site .feedback .select,
.feedback .search-site .select,
.search-site .get-news-alert .newsletter-btn,
.get-news-alert .search-site .newsletter-btn {
    float: left;
    width: 84%;
    border: 0;
    font-size: 16px;
    padding-left: 15px;
    height: 50px;
    background: none;
}
.search-site .textfield:focus,
.search-site .feedback .textarea:focus,
.feedback .search-site .textarea:focus,
.search-site .feedback .select:focus,
.feedback .search-site .select:focus,
.search-site .get-news-alert .newsletter-btn:focus,
.get-news-alert .search-site .newsletter-btn:focus {
    background: #fff;
    color: #333;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.search-site .search-btn {
    position: absolute;
    background: #2f77bc;
    width: 50px;
    height: 50px;
    top: 0;
    right: 0;
    color: #fff;
    line-height: 58px;
    text-align: center;
    font-size: 18px;
    border: 0;
    cursor: pointer;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.search-site .search-btn:hover {
    background: #333;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.search-site.new-search {
    height: auto;
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.search-site.new-search .row {
    margin: 0;
}
.search-site.new-search .form-groups {
    background: #fff;
    margin-bottom: 15px;
}
.search-site.new-search .form-groups .textfield,
.search-site.new-search .form-groups .feedback .textarea,
.feedback .search-site.new-search .form-groups .textarea,
.search-site.new-search .form-groups .feedback .select,
.feedback .search-site.new-search .form-groups .select,
.search-site.new-search .form-groups .get-news-alert .newsletter-btn,
.get-news-alert .search-site.new-search .form-groups .newsletter-btn {
    background: #fff;
    border: 1px solid #4267b2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
}
.search-site.new-search .search-btn {
    width: auto;
    padding: 0 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    line-height: 50px;
    background: #002b5a;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.search-site.new-search .search-btn:hover {
    background: #1c5a72;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.search-site.new-search .submit-btn {
    top: 3px;
    position: relative;
    margin-right: 7px;
}
.btn-search.close-icon .left-icon:before {
    content: "\e870";
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.unicode-box {
    display: block;
    margin: 0;
}
.unicode-box .converter-tab {
    margin-bottom: 30px;
}
.unicode-box .nav-tabs {
    border: 0;
}
.unicode-box .nav-tabs .nav-item {
    margin-right: 5px;
}
.unicode-box .nav-tabs .nav-link {
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    background: #aaa;
    border: 0;
    padding: 7px 20px;
    line-height: 24px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}
.unicode-box .nav-tabs .nav-link.active {
    color: #fff;
    background: #1c5a72;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.unicode-form {
    margin: 0;
    padding: 0;
}
.unicode-form fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}
.unicode-form label {
    display: block;
    font-size: 14px;
    margin: 0 0 15px 0;
}
.unicode-form .textfield,
.unicode-form .feedback .textarea,
.feedback .unicode-form .textarea,
.unicode-form .feedback .select,
.feedback .unicode-form .select,
.unicode-form .get-news-alert .newsletter-btn,
.get-news-alert .unicode-form .newsletter-btn {
    border: 1px solid #4267b2;
    padding: 15px;
    font-size: 16px;
    color: #222;
    width: 100%;
}
.unicode-form .textarea {
    height: 280px;
    overflow: auto;
    resize: vertical;
    font-size: 20px;
    line-height: 32px;
}
.unicode-form .convert-btn {
    background: #2f77bc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    padding: 5px 20px;
    color: #fff;
    display: table;
    font-weight: 400;
    font-size: 16px;
    margin: 15px auto 30px auto;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: relative;
    top: 0;
}
.unicode-form .convert-btn .left-icon {
    position: relative;
    font-size: 20px;
}
.unicode-form .convert-btn:hover {
    background: #666;
    color: #fff;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.the-big img {
    width: 100%;
}
.datepicker.dropdown-menu {
    z-index: 9998 !important;
}
.mymove {
    -webkit-animation: movebg 5s infinite;
    -moz-animation: movebg 5s infinite;
    -o-animation: movebg 5s infinite;
    animation: movebg 5s infinite;
}
.break-tags {
    background: #1c5a72;
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    padding: 10px 20px 7px 20px;
    margin: 0 auto 30px auto;
    display: table;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}
.break-tags.big-tags {
    font-size: 30px;
    line-height: 34px;
    font-weight: 700;
    padding-left: 30px;
    padding-right: 30px;
}
.news-break {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.news-break .embed-responsive {
    margin-bottom: 30px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
}
.news-break .main-title {
    font-size: 60px;
    line-height: 76px;
    font-weight: 700;
    display: block;
    color: #1c5a72;
    margin-bottom: 20px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.news-break .sub-line {
    font-size: 28px;
    line-height: 38px;
    color: #333;
    display: block;
    margin: 0 0 15px 0;
    font-weight: 700;
}
.news-break .author-name {
    font-size: 18px;
    color: #333;
    font-weight: 700;
    display: table;
    margin: 0 auto 30px auto;
    line-height: 22px;
    position: relative;
}
.news-break .author-name .left-icon {
    width: 32px;
    height: 32px;
    background: #999;
    position: absolute;
    text-align: center;
    line-height: 32px;
    font-size: 16px;
    border-radius: 50px;
    left: 0;
    top: -7px;
    color: #fff;
}
.news-break .author-name .left-icon:before {
    position: relative;
    right: -1px;
}
.news-break .author-name:before {
    content: "";
    width: 0;
    height: 2px;
    background: #002b5a;
    bottom: 0;
    position: absolute;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.news-break .author-name:hover:before {
    width: 100%;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.news-break .author-name:hover .main-title {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.news-break .author-name .date-time {
    font-weight: 400;
    border-left: 1px solid #666;
    padding-left: 10px;
    margin-left: 10px;
}
.news-break .description {
    color: #666;
    display: block;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 30px;
}
.news-break .description .more-news {
    color: #333;
}
.news-break .more-text {
    display: block;
}
.news-break img {
    width: 100%;
    margin: 0 auto;
    display: table;
}
.news-break a {
    display: block;
}
.news-break a:hover {
    color: #777;
}
.news-break a:hover .main-title {
    color: #666;
}
.news-break a:hover .author-name {
    color: #333;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.extra-news-item .tags {
    margin: 0 auto;
    display: table;
}
.extra-news-item .items img {
    width: 100%;
    height: 222px;
    object-fit: cover;
}
.extra-news-item .items .author-name {
    font-size: 16px;
    font-weight: 400;
    color: #222;
    display: block;
    margin-top: 10px;
}
.extra-news-item .title-tag {
    margin-bottom: 30px;
}
.extra-news-item.chhapa-bata figure {
    position: relative;
}
.extra-news-item.chhapa-bata .main-title {
    margin-top: 0;
    font-size: 20px;
}
.extra-news-item.chhapa-bata .main-title.bottom-part {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    color: #fff;
    padding: 10px 20px;
    width: 100%;
}
.extra-news-item.chhapa-bata ul.more-news {
    margin: 30px 0 0 0;
    padding: 0;
    display: block;
}
.extra-news-item.chhapa-bata ul.more-news li {
    list-style: none;
    display: block;
    margin: 30px 0 0 0;
}
.extra-news-item.chhapa-bata ul.more-news li:nth-child(1) {
    margin-top: 0;
}
.extra-news-item.chhapa-bata ul.more-news li a {
    display: block;
    position: relative;
    padding-left: 30px;
}
.extra-news-item.chhapa-bata ul.more-news li a .main-title {
    font-size: 18px;
    line-height: 26px;
}
.extra-news-item.chhapa-bata ul.more-news li .left-icon {
    position: absolute;
    left: 0;
    top: 6px;
    color: #267163;
    font-size: 12px;
}
.items img {
    display: block;
}
.items .main-title {
    line-height: 28px;
    display: block;
    color: #1c5a72;
    margin-top: 15px;
    font-weight: 500;
    font-size: 1.375rem;
    line-height: 32px;
}
.section.full-bigyapan {
    margin-top: 30px;
    margin-bottom: 0;
    text-align: center;
}
.section.full-bigyapan img {
    width: 100%;
}
.special-featured-box {
    margin-bottom: 30px;
}
.special-featured-box img {
    width: 100%;
    display: table;
}
.special-featured-box .big-feature {
    margin-bottom: 30px;
}
.special-featured-box .big-feature .main-title.bottom-part {
    padding: 30px;
}
.special-featured-box .big-feature .main-title.bottom-part .tags {
    margin: 0;
}
.special-featured-box .big-feature .main-title.bottom-part .maintitle {
    font-size: 50px;
    color: #fff;
    display: block;
    margin: 30px 0;
    line-height: 72px;
    font-weight: 500;
}
.special-featured-box .big-feature .main-title.bottom-part .maintitle a {
    color: #fff;
}
.special-featured-box .big-feature .main-title.bottom-part .author-box {
    border-top: 1px solid #45484c;
    padding-top: 15px;
    margin: 0;
}
.special-featured-box .big-feature .main-title.bottom-part .author-box .left-icon {
    font-size: 24px;
    position: relative;
    top: 4px;
    margin-right: 10px;
}
.special-featured-box .big-feature .main-title.bottom-part .author-box .author-title {
    font-size: 16px;
    color: #e2dede;
}
.special-featured-box .big-feature .main-title.bottom-part .author-box .share-box .left-icon {
    float: left;
}
.special-featured-box .big-feature .main-title.bottom-part .author-box .share-box #st-1 .st-total {
    color: #e2dede !important;
}
.special-featured-box .big-feature .main-title.bottom-part .author-box .share-now {
    float: left;
}
.special-featured-box .items .hide-box {
    margin-bottom: -60px;
    width: 100%;
    display: block;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.special-featured-box .items .author-box {
    border-top: 1px solid #9f9ca0;
    padding-top: 15px;
    margin: 15px 0 0 0;
}
.special-featured-box .items .author-box .left-icon {
    font-size: 18px;
    position: relative;
    top: 2px;
    margin-right: 10px;
}
.special-featured-box .items .author-box .author-title {
    font-size: 14px;
    color: #e2dede;
}
.special-featured-box .items .by-line {
    padding-left: 0;
}
.special-featured-box .items .comment-line {
    padding-right: 0;
    text-align: right;
}
.special-featured-box a figure {
    overflow: hidden;
}
.special-featured-box a:hover .hide-box {
    margin-bottom: 0;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.special-featured-box a .description {
    color: #222;
    display: block;
    margin-top: 15px;
    text-align: center;
}
.left-side {
    margin-top: 0;
}
.left-side .full-ad {
    padding: 0;
}
.right-side {
    margin-top: 0;
}
.bishesh .boundary {
    padding-left: 100px;
}
.bishesh .boundary .bishesh-right {
    order: 2;
}
.bishesh.news-cat-list {
    margin-top: 60px;
    margin-bottom: 30px;
}
.bishesh.news-cat-list:nth-child(2) {
    margin-top: 0;
}
.bishesh.news-cat-list .items {
    margin-top: 0;
}
.bishesh h1 {
    font-size: 30px;
    color: #267163;
    margin: 0 0 20px 0;
    padding: 0 0 15px 0;
    font-weight: 500;
    border-bottom: 1px solid #333;
}
.bishesh h2 {
    color: #333;
    font-size: 18px;
    margin: 0;
    padding: 0;
}
.bishesh .items {
    margin-top: 60px;
}
.bishesh .items:nth-child(1) {
    margin-top: 0;
}
.bishesh .items .author-name {
    font-size: 16px;
    color: #666;
    display: block;
    margin-top: 10px;
}
.bishesh .items a {
    display: block;
}
.bishesh .items a:hover .tags {
    -webkit-transition: transform 0.35s;
    -moz-transition: transform 0.35s;
    -o-transition: transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.bishesh img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.bishesh figure {
    position: relative;
    overflow: hidden;
}
.bishesh .tags {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 14px;
    padding: 5px 10px;
    margin: 0;
    display: table;
    line-height: 14px;
}
.bishesh .bishesh-right .mask-box {
    background: #e9f5ff;
    padding-bottom: 30px;
    margin-top: 120px;
}
.bishesh .bishesh-right .items {
    padding: 30px 30px 0 30px;
    margin-top: 30px;
    border-top: 1px solid #4267b2;
}
.bishesh .bishesh-right .items a {
    display: flex;
}
.bishesh .bishesh-right .items .mr-3 {
    max-width: 170px;
    height: 123px;
    margin-right: 1.6rem !important;
}
.bishesh .bishesh-right .items .mr-3 figure {
    position: relative;
    height: 100%;
}
.bishesh .bishesh-right .items figure {
    margin-bottom: 0;
}
.bishesh .bishesh-right .items .media-body .tags {
    margin: 0;
    font-size: 14px;
    padding: 5px 10px;
}
.bishesh .bishesh-right .items .media-body .main-title {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0;
}
.bishesh .bishesh-right .items.featured-item {
    padding: 30px;
    text-align: center;
    border: 0;
    margin-top: 0;
}
.bishesh .bishesh-right .items.featured-item a {
    display: block;
}
.bishesh .bishesh-right .items.featured-item figure {
    margin-bottom: 30px;
    margin-top: -150px;
}
.bishesh .bishesh-right .items.featured-item .author-name {
    font-size: 18px;
    color: #222;
    display: block;
    margin-bottom: 30px;
    padding-bottom: 5px;
    position: relative;
}
.bishesh .bishesh-right .items.featured-item .author-name:after {
    content: "";
    width: 80px;
    height: 1px;
    position: absolute;
    left: 50%;
    bottom: 0;
    background: #1c5a72;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);
}
.bishesh .bishesh-right .items .main-title {
    font-size: 28px;
    line-height: 40px;
    color: #222;
    font-weight: 500;
    display: block;
    margin-bottom: 30px;
}
.bishesh .bishesh-right .items .description {
    color: #222;
    display: block;
}
.bishesh .bishesh-right .items .tags {
    position: relative;
    margin: 0 auto 30px auto;
    left: inherit;
    right: inherit;
    bottom: inherit;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 400;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
.bishesh .bishesh-right .items figure {
    position: relative;
}
.bishesh .bishesh-right .items .video-play {
    position: absolute;
    top: 50%;
    margin: 0 auto;
    left: 50%;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
    border: 2px solid #fff;
    width: 44px;
    height: 44px;
    background: #1c5a72;
    color: #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    opacity: 1;
}
.bishesh .bishesh-right .items .video-play .fa {
    position: relative;
    left: 2px;
}
.bishesh .bishesh-right .items a:hover .video-play {
    opacity: 0;
}
.more-btn {
    display: block;
    margin-top: 30px;
    padding-left: 100px;
}
.more-btn a {
    background: #267163;
    font-size: 14px;
    line-height: 20px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -ms-border-radius: 35px;
    border-radius: 35px;
    padding: 3px 20px;
    color: #fff;
}
.more-btn a .left-icon {
    margin-right: 10px;
}
.more-btn a:hover {
    background: #333;
}
.samachar .items {
    margin-top: 0;
}
.samachar .items:nth-child(1) {
    margin-top: 0;
}
.samachar ul.more-news {
    margin: 30px 0 0 0;
    padding: 0;
    display: block;
}
.samachar ul.more-news li {
    list-style: none;
    display: block;
    margin: 30px 0 0 0;
}
.samachar ul.more-news li:nth-child(1) {
    margin-top: 0;
}
.samachar ul.more-news li a {
    display: block;
    position: relative;
    padding-left: 30px;
}
.samachar ul.more-news li a .main-title {
    font-size: 18px;
    line-height: 26px;
}
.samachar ul.more-news li .left-icon {
    position: absolute;
    left: 0;
    top: 6px;
    color: #267163;
    font-size: 12px;
}
.videos {
    margin-bottom: 30px;
}
.videos h1 {
    padding-bottom: 10px;
}
.videos h2 {
    margin-bottom: 10px;
    margin-top: 10px;
}
.videos figure {
    position: relative;
}
.videos .video-play {
    position: absolute;
    top: 50%;
    margin: 0 auto;
    left: 50%;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
    border: 2px solid #fff;
    width: 44px;
    height: 44px;
    background: #1c5a72;
    color: #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    opacity: 1;
}
.videos .video-play .fa {
    position: relative;
    left: 2px;
}
.videos a:hover .video-play {
    opacity: 0;
}
.taja-box .items .main-title {
    font-weight: 700;
    font-size: 14px !important;
    line-height: 20px;
    margin-top: 0;
}
.taja-box .items img {
    width: 70px;
    height: 70px;
    object-fit: cover;
}
.taja-box .owl-theme .owl-dots {
    position: relative;
    margin-top: 20px;
}
.taja-box .owl-theme .owl-dots .owl-dot.active span {
    background: #6e6e6e !important;
}
.taja-box .owl-theme .owl-dots .owl-dot span {
    width: 8px !important;
    height: 8px !important;
    margin: 5px;
    background: #a6a6a6 !important;
}
.taja-slider {
    padding: 0 15px;
}
.taja-slider .items {
    display: none;
}
.taja-slider .owl-item {
    display: none;
}
.taja-slider.owl-loaded .owl-item {
    display: block;
}
.taja-slider.owl-loaded .owl-item .items {
    display: flex;
}
.main-story-slider,
.featured-one {
    padding: 0 15px;
    margin-bottom: 30px;
}
.main-story-slider figure,
.featured-one figure {
    position: relative;
}
.main-story-slider figure:before,
.featured-one figure:before {
    content: "";
    padding: 30px 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #4267b2;
    width: 100%;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    background-image: linear-gradient(to bottom, transparent, #000);
    height: 65%;
    z-index: 90;
}
.main-story-slider img,
.featured-one img {
    width: 100%;
    height: 375px;
    object-fit: cover;
}
.main-story-slider .main-title,
.featured-one .main-title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    margin: 0;
    padding: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #4267b2;
    width: 100%;
    z-index: 92;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.main-story-slider a,
.featured-one a {
    display: table;
    width: 100%;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.main-story-slider a:hover .main-title,
.featured-one a:hover .main-title {
    color: #fff;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.main-story-slider .tag-line,
.featured-one .tag-line {
    float: left;
    margin: 0 15px 0 0;
    font-size: 19px;
    color: #222;
    font-weight: 500;
}
.main-story-slider .tag-line:after,
.featured-one .tag-line:after {
    content: "";
    height: 15px;
    width: 2px;
    position: relative;
    top: 5px;
    background: #222;
    margin-left: 10px;
    float: right;
}
.main-story-slider .owl-prev,
.featured-one .owl-prev,
.main-story-slider .owl-next,
.featured-one .owl-next {
    font-size: 24px !important;
    margin: 0 !important;
    position: absolute;
    left: 20px;
    top: 45%;
    background: none !important;
    border: 0 !important;
    -webkit-transform: translateY(-45%);
    -moz-transform: translateY(-45%);
    -ms-transform: translateY(-45%);
    -o-transform: translateY(-45%);
    transform: translateY(-45%);
}
.main-story-slider .owl-next,
.featured-one .owl-next {
    right: 20px;
    left: inherit;
}
.main-story-slider .items,
.featured-one .items {
    display: none;
}
.main-story-slider .owl-item,
.featured-one .owl-item {
    display: none;
}
.main-story-slider.owl-loaded .owl-item,
.owl-loaded.featured-one .owl-item {
    display: block;
}
.main-story-slider.owl-loaded .owl-item .items,
.owl-loaded.featured-one .owl-item .items {
    display: flex;
}
.right-side .items {
    margin-top: 69px;
    margin-bottom: 0;
}
.right-side .items:first-child {
    margin-bottom: 0;
    margin-top: 0;
}
.right-side .items.bigyapan-box:first-child {
    margin-top: 67px;
}
.right-side .items h1 {
    font-size: 20px;
    color: #267163;
    margin: 0 0 20px 0;
    padding: 0 0 6px 0;
    font-weight: 600;
    line-height: 32px;
    border-bottom: 1px solid #337ab7;
}
.right-side .items.bigyapan-box img {
    width: 100%;
}
.right-side .bichar .bichar-item {
    text-align: center;
    display: block;
    margin-top: 30px;
}
.right-side .bichar .bichar-item .main-title {
    margin-bottom: 10px;
}
.right-side .bichar .bichar-item figure {
    max-width: 102px;
    position: relative;
    display: table;
    margin: 0 auto;
}
.right-side .bichar .bichar-item figure .author-two {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40px;
    height: 40px;
    border: 5px solid #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
}
.right-side .bichar .bichar-item .author-name {
    font-size: 16px;
    color: #222;
    display: block;
    margin-bottom: 30px;
    padding-bottom: 5px;
    position: relative;
}
.right-side .bichar .bichar-item .author-name:after {
    content: "";
    width: 80px;
    height: 1px;
    position: absolute;
    left: 50%;
    bottom: 5px;
    background: #1c5a72;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);
}
.right-side .bichar .bichar-item img {
    width: auto;
}
.right-side .ad-item img {
    width: 100%;
}
.bishesh.sifaris-list .items.normal-list {
    border-top: 1px solid #4267b2;
    margin-top: 0;
    padding: 20px 0;
}
.bishesh.sifaris-list .items.normal-list:nth-child(1) {
    border-top: 0;
    padding-bottom: 20px;
}
.bishesh.sifaris-list .items.normal-list .tags {
    position: relative;
    left: 0;
    bottom: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
.suchanapati .media {
    margin-top: 30px;
}
.suchanapati .media:nth-child(1) {
    margin-top: 0;
}
.suchanapati .main-title {
    margin-top: 0;
    font-size: 16px;
}
.suchanapati a {
    display: flex;
}
.suchanapati a img {
    max-width: 32px;
}
.cat-list .big-feature {
    margin-bottom: 0;
}
.video-list .video-play {
    position: absolute;
    top: 50%;
    margin: 0 auto;
    left: 50%;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
    border: 2px solid #fff;
    width: 44px;
    height: 44px;
    background: #1c5a72;
    color: #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    opacity: 1;
}
.video-list .video-play .fa {
    position: relative;
    left: 2px;
}
.video-list a:hover .video-play {
    opacity: 0;
}
.video-list .special-featured-box .video-play {
    left: 60px;
    top: 60px;
}
.team-list-box {
    margin-top: 50px;
    margin-bottom: 30px;
}
.team-list-box:nth-child(1) {
    margin-top: 0;
}
.team-list-box .tags {
    margin-bottom: 30px;
}
.team-list-box .items {
    text-align: center;
    margin-bottom: 30px;
}
.team-list-box .items table {
    text-align: left;
}
.team-list-box .items .item {
    padding: 30px 15px;
    background: #fff;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    border: 1px solid #cccccc;
    height: 300px;
    display: block !important;
    overflow: hidden;
}
.team-list-box .items .item:hover {
    -webkit-box-shadow: 0 5px 50px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 50px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 50px rgba(0, 0, 0, 0.2);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    border: 1px solid #fff;
}
.team-list-box .items .item:hover .social-links {
    opacity: 1;
    top: 0;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.team-list-box .items .item img {
    margin: 0 auto;
}
.team-list-box .items .item .main-title {
    font-size: 17px;
    border-bottom: 1px solid #4267b2;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.team-list-box .items .item .designation {
    font-size: 14px;
    color: #267163;
}
.team-list-box .items .item .social-links {
    margin-top: 15px;
    display: block;
    top: 80px;
    position: relative;
    opacity: 0;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.team-list-box .items .item .social-links a {
    background: #d74267b2c;
    width: 21px;
    height: 21px;
    color: #267163;
    font-size: 12px;
    text-align: center;
    line-height: 23px;
    margin: 0 2px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    display: inline-block;
}
.team-list-box .items .item .social-links a .left-icon {
    top: 0;
}
.editor-box table {
    border: 1px solid #4267b2;
}
.editor-box table th {
    background: #1c5a72;
    color: #fff;
    line-height: 22px;
    font-size: 18px;
}
.editor-box table td {
    vertical-align: middle !important;
    line-height: 20px;
}
.editor-box table td .media {
    justify-content: center;
    align-items: center;
}
.editor-box table td .media .user-img img {
    margin: 0 !important;
}
.editor-box table td .media .main-title {
    margin-top: 0;
    font-size: 16px;
}
.editor-box table td .social-links {
    margin: 0;
    display: block;
    opacity: 0;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.editor-box table td .social-links a {
    background: #d74267b2c;
    width: 21px;
    height: 21px;
    color: #267163;
    font-size: 12px;
    text-align: center;
    line-height: 23px;
    margin: 0 2px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    display: inline-block;
}
.editor-box table td .social-links a .left-icon {
    top: 0;
}
.editor-box table tr:nth-of-type(odd) {
    background: #fff !important;
}
.editor-box table tr:nth-of-type(even) {
    background: #fff !important;
}
.editor-box table tr:hover .social-links {
    opacity: 1;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.page-title {
    padding-left: 0;
}
.page-title .page-title-big {
    font-size: 50px;
    line-height: 60px;
    color: #222;
    font-weight: 500;
}
.heading-box {
    padding-bottom: 10px;
    border-bottom: 1px solid #e1e1e1;
    margin: 30px 0;
}
.heading-box .share-box {
    padding-right: 0;
    position: relative;
    top: 5px;
}
.heading-box .share-box .share-now {
    float: right;
}
.heading-box .share-box .share-now:before {
    content: "\f1e0";
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 24px;
    color: #999;
    position: relative;
    top: 2px;
    margin-right: 15px;
    display: none;
}
.bishesh .extra-title h1 {
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.bishesh .extra-title h2 {
    margin-bottom: 30px;
}
.photo-detail .bishesh.news-cat-list .items {
    height: 330px;
    margin-top: 30px;
}
.photo-detail .bishesh.news-cat-list .items:nth-child(1) {
    margin-top: 0;
}
.photo-detail .bishesh.news-cat-list .items:nth-child(2) {
    margin-top: 0;
}
.photo-detail .bishesh.news-cat-list .items:nth-child(3) {
    margin-top: 0;
}
.photo-detail .bishesh.news-cat-list .items:nth-child(4) {
    margin-top: 0;
}
.festival-banner {
    margin-bottom: 30px;
    display: none;
}
.total-comments {
    padding-left: 0;
    color: #666;
    font-size: 14px;
}
.total-comments .left-icon {
    margin-right: 10px;
    color: #888888;
    font-size: 18px;
    position: relative;
    top: 0;
}
.video-title {
    margin-bottom: 0;
    border: 0;
}
.video-title .page-title {
    margin-bottom: 15px;
    padding-right: 0;
}
.video-title .page-title-big {
    border-bottom: 1px solid #4267b2;
    display: block;
    padding-bottom: 15px;
}
.comment-box {
    margin-top: 15px;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}
.comment-box .comment-title {
    font-size: 18px;
    font-weight: 700;
    display: block;
    margin-bottom: 15px;
}
.comment-box .comment-list {
    display: block;
    margin-bottom: 30px;
}
.detail-box .editor-box .embed-responsive,
.detail-featured-box .editor-box .embed-responsive {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.detail-box .editor-box figcaption,
.detail-featured-box .editor-box figcaption {
    font-size: 16px;
    display: block;
    font-style: normal;
    border-bottom: 1px solid #4267b2;
    padding: 5px 0;
    float: left;
    width: 100%;
    color: #666;
    line-height: 24px;
}
.detail-box .ad-cards img,
.detail-featured-box .ad-cards img {
    width: 100%;
}
.featured-images img {
    width: 100%;
    float: left;
}
.featured-images .caption-line {
    font-size: 16px;
    font-style: italic;
    display: block;
    border-bottom: 1px solid #4267b2;
    padding: 5px 0;
    float: left;
    width: 100%;
    line-height: 24px;
}
.get-news-alert {
    display: block;
    margin: 30px 0;
}
.get-news-alert form {
    display: inline-block;
    width: 100%;
    background: #267163;
    padding: 10px 30px 30px 30px;
}
.get-news-alert form .main-title {
    font-size: 12px;
    color: #fff;
    display: block;
    text-transform: uppercase;
}
.get-news-alert form ::-webkit-input-placeholder {
    color: #dedbdb;
}
.get-news-alert form ::-moz-placeholder {
    color: #dedbdb;
}
.get-news-alert form :-ms-input-placeholder {
    color: #dedbdb;
}
.get-news-alert form :-moz-placeholder {
    color: #dedbdb;
}
.get-news-alert .textfield,
.get-news-alert .feedback .textarea,
.feedback .get-news-alert .textarea,
.get-news-alert .feedback .select,
.feedback .get-news-alert .select,
.get-news-alert .newsletter-btn {
    float: left;
    width: 75%;
    padding: 0 10px;
    font-size: 14px;
    border: 0;
    height: 33px;
    background: #3c9282;
    color: #fff;
}
.get-news-alert .newsletter-btn {
    width: 25%;
    background: #84b4d4;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
}
.get-news-alert .newsletter-btn:hover {
    background: #333;
}
.get-news-alert .right-icon {
    margin-left: 5px;
}
.pub-date {
    font-style: italic;
    font-size: 16px;
    display: block;
    line-height: 20px;
}
.published-box {
    margin-top: 30px;
}
.published-box .comment-box {
    margin-bottom: 30px;
}
.published-box .related-tags {
    display: block;
    border-bottom: 1px dotted #4267b2;
    border-top: 1px dotted #4267b2;
    padding-top: 30px;
    margin-top: 30px;
    padding-bottom: 30px;
}
.published-box .related-tags .tags {
    background: #ccc;
    padding: 3px 10px;
    border-radius: 5px;
    color: #222;
    margin-right: 5px;
    line-height: 22px;
    font-size: 14px;
    margin-bottom: 5px;
    float: left;
}
.bishesh.news-cat-list.more-news {
    padding-left: 0;
}
.bishesh.news-cat-list.more-news .extra-title {
    margin-left: 0;
    max-width: none;
    flex: none;
}
.bishesh.news-cat-list.more-news .items {
    height: auto;
    margin-top: 30px;
}
.bishesh.news-cat-list.more-news .items:nth-child(1) {
    margin-top: 0;
}
.bishesh.news-cat-list.more-news .items:nth-child(2) {
    margin-top: 0;
}
.bishesh.news-cat-list.more-news .items:nth-child(3) {
    margin-top: 0;
}
.bishesh.news-cat-list.more-news .items:nth-child(4) {
    margin-top: 0;
}
.content-editor {
    margin-top: 10px;
    padding-right: 0;
}
.content-editor .news-big-title {
    font-size: 50px;
    font-weight: 700;
    display: block;
    line-height: 60px;
    margin-bottom: 0;
}
.content-editor .tags {
    margin-bottom: 30px;
}
.content-editor .news-sub-heading {
    font-size: 22px;
    line-height: 30px;
    display: block;
    color: #333;
    margin-bottom: 15px;
    margin-top: 20px;
    font-weight: 700;
}
.content-editor .authors-box {
    border: 1px solid #4267b2;
    margin: 15px 0 0 0;
    padding: 20px 15px 15px 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    margin: 0;
}
.content-editor .authors-box .main-title {
    font-weight: 700;
    font-size: 18px;
    display: block;
    margin-top: 10px;
    line-height: 22px;
}
.content-editor .authors-box .designation {
    font-size: 14px;
    color: #6b6969;
    display: block;
    line-height: 22px;
}
.content-editor .authors-box .author-pic {
    padding-left: 0;
}
.content-editor .authors-box .author-pic .social-links {
    display: block;
    position: relative;
    margin-top: -20px;
    text-align: center;
    position: relative;
    opacity: 0;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.content-editor .authors-box .author-pic .social-links .link-text {
    position: absolute;
}
.content-editor .authors-box .author-pic .social-links .link-text.fb {
    top: 0;
    right: 11px;
    position: absolute;
}
.content-editor .authors-box .author-pic .social-links .link-text.tw {
    position: absolute;
    top: -17px;
    right: -8px;
}
.content-editor .authors-box .author-pic .social-links a {
    background: #d74267b2c;
    width: 21px;
    height: 21px;
    color: #267163;
    font-size: 12px;
    text-align: center;
    line-height: 23px;
    margin: 0 2px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    display: inline-block;
}
.content-editor .authors-box .author-pic .social-links a .left-icon {
    top: 0;
}
.content-editor .authors-box .author-pic:hover .social-links {
    opacity: 1;
}
.content-editor .share-box {
    padding-right: 0;
    position: relative;
    top: 5px;
}
.content-editor .share-box .share-now {
    float: right;
}
.content-editor .share-box .share-now:before {
    content: "\f1e0";
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 12px;
    color: #999;
    position: relative;
    top: 0;
    margin-right: 15px;
    display: none;
}
.content-editor .full-ad img {
    margin: 0;
}
.innerpages .items:nth-child(1) {
    margin-top: 0;
}
.insert-ad {
    align-items: center;
}
.insert-ad .items img {
    width: 100%;
    max-width: none;
    margin: 0;
}
.bottom-ad .full-ad {
    margin-top: 30px;
}
.left-side .sifaris {
    position: absolute;
    top: 0;
    z-index: 98;
}
.video-fixed {
    top: 50%;
    right: 0;
    padding: 30px;
    position: fixed;
    z-index: 1;
    margin: 0 !important;
    background: #fff;
    width: 360px !important;
    overflow: visible;
    height: 240px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
}
.video-fixed .close-vid-btn {
    cursor: pointer;
    position: absolute;
    z-index: 1;
    top: -20px;
    left: -20px;
    background: #1c5a72;
    color: #fff;
    padding: 0;
    width: 32px;
    height: 32px;
    font-size: 16px;
    text-align: center;
    line-height: 32px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.video-fixed .close-vid-btn:hover {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.video-fixed.video-clicked {
    position: relative !important;
    top: inherit;
    left: inherit;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    width: 824px !important;
    overflow: hidden !important;
    height: auto;
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin: 30px 0 30px -200px !important;
}
.video-fixed.video-clicked .close-vid-btn {
    display: none !important;
}
.sifaris {
    background: #fff;
    position: fixed;
    top: 50%;
    width: 250px;
    padding: 15px 30px 30px 30px;
    left: 0;
    margin-top: 0 !important;
    -webkit-transform: translate(-100%, -50%);
    -moz-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    -o-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.sifaris .sifaris-btn {
    cursor: pointer;
    position: absolute;
    z-index: 1;
    top: 10px;
    right: 10px;
    background: #1c5a72;
    color: #fff;
    padding: 0;
    width: 32px;
    height: 32px;
    font-size: 16px;
    text-align: center;
    line-height: 30px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.sifaris .sifaris-btn:before {
    content: "\f00d";
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
}
.sifaris .sifaris-btn:hover {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.sifaris .bishesh.sifaris-list {
    height: 325px;
    overflow: auto;
}
.sifaris .bishesh.sifaris-list .items.normal-list {
    border-top: 1px solid #4267b2;
    margin-top: 0;
    padding: 20px 0;
}
.sifaris .bishesh.sifaris-list .items.normal-list .main-title {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
}
.sifaris .bishesh.sifaris-list .items.normal-list:nth-child(1) {
    border-top: 0 !important;
    padding-top: 0 !important;
}
.sifaris .bishesh.sifaris-list .items.normal-list:nth-child(2) {
    border-top: 0 !important;
    padding-top: 0 !important;
}
.sifaris .bishesh.sifaris-list .items.normal-list .tags {
    position: relative;
    left: 0;
    bottom: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
.slide-left {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    left: 0;
}
.slide-left .sifaris-btn:before {
    content: "\f00d";
}
.sticky-footer-ad {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.sticky-footer-ad .mini-btn {
    cursor: pointer;
    position: absolute;
    z-index: 1;
    top: 0;
    left: -8px;
    background: #4267b2;
    color: #fff;
    padding: 0;
    width: 24px;
    height: 24px;
    font-size: 12px;
    text-align: center;
    line-height: 28px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.sticky-footer-ad .mini-btn:before {
    content: "\e874";
    font-family: Linearicons-Free;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    color: #666;
}
.sticky-footer-ad .mini-btn:hover {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.sticky-footer-ad.sticky-ad-hide {
    -webkit-transform: translate(0, 100%);
    -moz-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    transform: translate(0, 100%);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.sticky-footer-ad.sticky-ad-hide .mini-btn {
    top: -24px;
}
.sticky-footer-ad.sticky-ad-hide .mini-btn:before {
    content: "\e873";
}
.content-editor.static-page .share-box {
    padding: 0;
}
.content-editor.static-page .share-box .share-now {
    float: left;
}
.content-editor.static-page .share-box .share-now:before {
    display: none;
}
.items img {
    opacity: 1;
}
.mobile-fixed-ad {
    display: none;
}
.all-blogs .samachar .items {
    margin-top: 30px;
    height: 320px;
}
.all-blogs .samachar .items:nth-child(1) {
    margin-top: 0;
}
.all-blogs .samachar .items:nth-child(2) {
    margin-top: 0;
}
.all-blogs .samachar .items:nth-child(3) {
    margin-top: 0;
}
.mobile-ad {
    display: none;
}
.mobile-bottom-ad {
    display: none;
}
.mast-head-ad {
    padding: 0;
}
.top-main-ads {
    margin: 0;
}
.content-editor {
    padding: 0;
}
.content-editor.full-content {
    padding: 0 15px;
}
.content-editor .left-side.sif {
    margin-top: 0;
}
.content-editor .left-side.sif .sifaris-list .items .main-title {
    font-size: 20px;
    font-weight: 500;
}
.content-editor .left-side.sif h1 {
    font-size: 20px;
    color: #267163;
    margin: 0;
    padding: 0 0 6px 0;
    font-weight: 600;
    line-height: 32px;
    border-bottom: 1px solid #337ab7;
}
.content-editor .left-side.sif .sifaris-list {
    overflow: auto;
    height: 616px;
}
.content-editor .title-names {
    padding: 0;
    margin-bottom: 0;
}
.content-editor .title-names.special-title {
    border-bottom: 1px solid #4267b2;
}
.content-editor .title-names.special-title .news-big-title {
    font-size: 46px;
    margin-bottom: 15px;
    line-height: 52px;
}
.content-editor .title-names.special-title .share-box {
    margin-top: 0;
    float: right;
    line-height: 10px;
}
.bishesh-left img {
    height: 140px;
    object-fit: cover;
}
.bishesh-left figure {
    position: relative;
}
.bishesh-left figure.mr-3 {
    margin-right: 0 !important;
}
.bishesh-left .video-play {
    position: absolute;
    top: 50%;
    margin: 0 auto;
    left: 50%;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
    border: 2px solid #fff;
    width: 44px;
    height: 44px;
    background: #1c5a72;
    color: #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    opacity: 1;
}
.bishesh-left .video-play .fa {
    position: relative;
    left: 2px;
}
.bishesh-left a:hover .video-play {
    opacity: 0;
}
.bishesh.more-news img {
    height: 120px;
    object-fit: cover;
}
.bishesh .bishesh-right .items img {
    height: 123px;
    object-fit: cover;
}
.bishesh .bishesh-right .featured-item img {
    height: 262px;
    object-fit: cover;
}
.video-slider img {
    height: 141px;
    object-fit: cover;
}
.photo-slider img {
    height: 460px;
}
.special-featured-box img {
    height: 460px;
    object-fit: cover;
}
.special-featured-box .most-value img {
    height: auto;
    object-fit: cover;
}
.samachar-section figure img {
    height: 141px;
    object-fit: cover;
}
.right-side .bichar-item img {
    width: 102px !important;
    height: 102px !important;
    object-fit: cover;
}
.right-side .ad-item {
    width: 100%;
    height: auto;
}
.right-side .ad-item a {
    display: table;
    width: 100%;
}
.right-side .bichar .bichar-item figure .author-two {
    width: 40px !important;
    height: 40px !important;
    object-fit: cover;
}
.author-pic .media img {
    margin: 0;
    height: 50px;
    width: 50px;
    object-fit: cover;
}
.featured-images img {
    height: auto;
    object-fit: cover;
    margin-bottom: 15px;
}
.section {
    margin-top: 0;
}
.section .full-ad img {
    height: auto;
    width: auto;
    max-width: 100%;
}
.cat-list .special-featured-box .big-feature img {
    height: 705px;
}
.news-cat-list img {
    height: 222px;
}
.news-cat-list.alt img {
    height: 343px;
}
.photo-detail .photo-slider img {
    height: 705px;
}
.generate-ad img {
    height: auto;
}
.team-list-box .items .item img {
    width: 106px;
    height: 106px;
    object-fit: cover;
}
.editor-box table td .media .user-img img {
    margin: 0 !important;
    width: 48px;
    height: 48px;
}
.editor-box table td {
    font-size: 16px;
}
figure {
    position: relative;
}
.ghumfir-section .more-btn {
    margin-bottom: 30px;
}
.more-breaking-news .items .mr-3 {
    margin-right: 0 !important;
}
.detail-featured-box .editor-box {
    padding-left: 0;
}
.detail-featured-box .editor-box blockquote:after {
    width: 100%;
}
.detail-featured-box .editor-box img {
    max-width: 100% !important;
}
.detail-featured-box .editor-box .embed-responsive {
    width: 100% !important;
    margin-left: 0;
}
.detail-featured-box .published-box {
    padding-left: 0;
}
.special-featured-news.content-editor .featured-images {
    padding-left: 0;
}
.special-featured-news.content-editor .news-big-title {
    padding: 0;
}
.special-featured-news.content-editor .news-sub-heading {
    padding: 0;
}
.special-featured-news.content-editor .authors-box {
    margin: 0;
}
.special-featured-news .full-ad img {
    margin: 0 auto;
}
.bishesh.news-cat-list.more-news img {
    height: 222px;
}
.alt-box .bishesh.news-cat-list.more-news {
    padding-left: 0;
}
.alt-box .bishesh.news-cat-list .extra-title {
    margin-left: 0;
    width: 100%;
}
.for-mobs {
    display: none !important;
}
.more-breaking-news figure {
    position: relative;
}
.more-breaking-news figure .tags {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 14px;
    padding: 5px 10px;
    margin: 0;
    display: table;
    line-height: 14px;
}
.country-special {
    margin-top: 30px;
}
.bishesh-left .items .author-name {
    display: none;
}
.kinmel-section .kinmel .more-btn {
    padding-left: 100px;
}
.bishesh.news-cat-list.more-news.more-related-news img {
    height: 120px;
}
.detail-featured-box .insert-ad .items:nth-child(3) {
    margin-right: 19px;
}
.tags {
    background: #c99e66;
    padding: 5px 10px;
    font-size: 14px;
    display: table;
    line-height: 14px;
    margin: 0;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}
.cat-tags {
    background: none;
    font-weight: 700;
    font-size: 24px;
    padding: 5px 0;
    color: #222;
    border-bottom: 3px solid #0d47a1;
    display: table;
    line-height: 34px;
}
.taja-samachar {
    padding: 0;
    margin-bottom: 40px;
}
.taja-samachar .cat-tags {
    margin: 0 auto 50px auto;
}
.main-stories .more-item figure,
.samachar-list .big-feature .main-title .more-item figure {
    position: relative;
}
.main-stories .more-item figure:before,
.samachar-list .big-feature .main-title .more-item figure:before {
    content: "";
    padding: 30px 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #4267b2;
    width: 100%;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    background-image: linear-gradient(to bottom, transparent, #000);
    height: 65%;
}
.main-stories .more-item figure .video-play,
.samachar-list .big-feature .main-title .more-item figure .video-play {
    position: absolute;
    top: 30px;
    margin: 0 auto;
    right: 30px;
    font-size: 20px;
    text-align: center;
    border: 1px solid #fff;
    line-height: 48px;
    width: 44px;
    height: 44px;
    background: #1c5a72;
    color: #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    opacity: 1;
}
.main-stories .more-item a:hover .video-play,
.samachar-list .big-feature .main-title .more-item a:hover .video-play {
    opacity: 0;
}
.main-stories .more-item img,
.samachar-list .big-feature .main-title .more-item img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.main-stories .more-item.small-feature,
.samachar-list .big-feature .main-title .more-item.small-feature {
    margin-top: 30px;
}
.main-stories .more-item.small-feature img,
.samachar-list .big-feature .main-title .more-item.small-feature img {
    height: 172px;
}
.main-stories .more-item.small-feature:first-child,
.samachar-list .big-feature .main-title .more-item.small-feature:first-child {
    margin-top: 0;
}
.main-stories .more-item.small-feature .video-play,
.samachar-list .big-feature .main-title .more-item.small-feature .video-play {
    width: 32px;
    height: 32px;
    font-size: 14px;
    line-height: 32px;
    top: 10px;
    right: 10px;
}
.main-stories .more-item .main-title,
.samachar-list .big-feature .main-title .more-item .main-title {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    margin: 0;
    padding: 30px 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #4267b2;
}
.main-stories .more-item a,
.samachar-list .big-feature .main-title .more-item a {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.main-stories .more-item a:hover .main-title,
.samachar-list .big-feature .main-title .more-item a:hover .main-title {
    color: #fff;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.main-stories .hoz-news,
.samachar-list .big-feature .main-title .hoz-news {
    margin-top: 30px;
}
.main-stories .hoz-news:nth-child(3),
.samachar-list .big-feature .main-title .hoz-news:nth-child(3) {
    margin-top: 30px;
}
.main-stories .hoz-news img,
.samachar-list .big-feature .main-title .hoz-news img {
    height: 90px;
    width: 130px;
}
.main-stories .hoz-news .main-title,
.samachar-list .big-feature .main-title .hoz-news .main-title {
    display: block;
    font-size: 18px;
    line-height: 24px;
    position: relative;
    color: #222;
    font-weight: 700;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.main-stories .hoz-news a:hover .main-title,
.samachar-list .big-feature .main-title .hoz-news a:hover .main-title {
    color: #777;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.samachar-box .cat-box {
    display: block;
    position: relative;
    border: 0;
}
.samachar-box .cat-box .cat-tags {
    position: relative;
    z-index: 1;
    margin-bottom: 0;
}
.samachar-box .cat-box:before {
    width: 100%;
    height: 1px;
    background: #4267b2;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
}
.samachar-list .big-feature img {
    width: 100%;
    height: 428px;
    display: table;
    object-fit: cover;
}
.samachar-list .side-section .item-list {
    margin-top: 30px;
}
.samachar-list .side-section .item-list:nth-child(1) {
    margin-top: 0;
}
.samachar-list .side-section img {
    height: 274px;
    object-fit: cover;
}
.samachar-list .side-section .main-title {
    font-size: 20px;
    line-height: 34px;
    font-weight: 700;
}
.item-list .main-title {
    font-size: 30px;
    line-height: 40px;
    font-weight: 400;
    margin: 0;
    padding: 30px 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #4267b2;
    width: 100%;
    background: #111;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    background: linear-gradient(rgba(0, 0, 0, 0) 1%, #000 100%);
}
.item-list a {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.item-list a:hover .main-title {
    color: #fff;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.side-list .media {
    margin-top: 40px;
    box-sizing: border-box;
}
.side-list .media:nth-child(1) {
    margin-top: 0;
}
.side-list .media a {
    display: inherit;
}
.side-list .media a img {
    float: left;
    height: 80px;
    width: 120px;
    object-fit: cover;
}
.side-list .media .main-title {
    font-size: 16px;
    display: block;
    line-height: 22px;
    font-weight: 700;
}
.pradesh-list .news-item {
    height: 400px;
    margin-top: 30px;
}
.pradesh-list .news-item:nth-child(1) {
    margin-top: 0;
}
.pradesh-list .news-item:nth-child(2) {
    margin-top: 0;
}
.pradesh-list .news-item:nth-child(3) {
    margin-top: 0;
}
.pradesh-list .news-item figure {
    margin-bottom: 15px;
    display: table;
    width: 100%;
    margin-right: 0 !important;
}
.pradesh-list .news-item img {
    width: 100%;
    float: left;
    height: 270px;
}
.pradesh-list .news-item .main-title {
    font-size: 18px;
    display: block;
    line-height: 26px;
    font-weight: 700;
}
.cat-section {
    margin-top: 30px;
}
.half-section .item-list {
    margin-bottom: 30px;
}
.normal-list .samachar-list img {
    margin-bottom: 30px;
}
.normal-list .samachar-list .big-feature .main-title {
    background: none;
    position: relative;
    padding: 0;
    color: #222;
    font-weight: 700;
    display: block;
    font-size: 24px;
    line-height: 32px;
}
.normal-list .samachar-list .big-feature .description {
    font-size: 16px;
    display: block;
    color: #222;
    line-height: 24px;
    margin-top: 15px;
}
.normal-list .samachar-list .side-section .item-list img {
    margin-bottom: 20px;
    height: 130px;
}
.normal-list .samachar-list .side-section .item-list .main-title {
    background: none;
    position: relative;
    padding: 0;
    color: #222;
    font-size: 18px;
    line-height: 22px;
    display: block;
}
.normal-list .samachar-list .side-section .item-list .time-entry {
    float: none;
}
.normal-list .samachar-list .side-section .item-list:nth-child(2) {
    margin-top: 30px;
}
.videos-list .big-feature {
    margin-top: 30px;
}
.videos-list .big-feature:nth-child(1) {
    margin-top: 0;
}
.videos-list .big-feature:nth-child(2) {
    margin-top: 0;
}
.videos-list .big-feature .video-play {
    position: absolute;
    top: 30px;
    margin: 0 auto;
    right: 30px;
    font-size: 20px;
    text-align: center;
    line-height: 45px;
    width: 44px;
    height: 44px;
    background: #1c5a72;
    color: #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    opacity: 1;
}
.videos-list .big-feature .video-play .fa {
    position: relative;
    left: 2px;
}
.videos-list .big-feature a:hover .video-play {
    opacity: 0;
}
.videos-list.photo-list .big-feature {
    max-width: 100%;
    flex: 0 0 100%;
}
.videos-list.photo-list .big-feature:nth-child(3) {
    margin-top: 0;
}
.videos-list.photo-list .owl-theme .owl-dots {
    position: relative;
    margin-top: 50px;
}
.videos-list.photo-list .owl-theme .owl-dots .owl-dot span {
    width: 11px !important;
    height: 11px !important;
}
.videos-list.photo-list .owl-theme .owl-dots .owl-dot.active span {
    background: #267163 !important;
}
.samachar-list .side-section.rochak-list .item-list:nth-child(3) {
    margin-top: 0;
}
.samachar-list .side-section.rochak-list .item-list:nth-child(4) {
    margin-top: 0;
}
.samachar-list .side-section.rochak-list .item-list img {
    height: 200px;
}
.media a {
    display: inherit !important;
}
.items .item-news {
    margin-top: 35px;
}
.items .item-news:nth-child(2) {
    margin-top: 0;
}
.items .item-news .main-title {
    font-weight: 700;
    margin-top: 0;
    font-size: 14px;
    line-height: 20px;
}
.items .item-news img {
    height: 50px;
    object-fit: cover;
    width: 50px;
}
.start-time {
    font-size: 14px;
    color: #888;
    display: block;
    width: 100%;
    line-height: 18px;
}
.start-time .on-air {
    position: relative;
    right: 10px;
    background: #ffdb3a;
    color: #222;
    line-height: 18px;
    text-transform: uppercase;
    margin-top: 6px;
    margin-left: 15px;
    height: 18px;
    padding: 0 25px 0 10px;
    font-size: 12px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -ms-border-radius: 35px;
    border-radius: 35px;
    -webkit-box-shadow: 0 3px 3px #666;
    -moz-box-shadow: 0 3px 3px #666;
    box-shadow: 0 3px 3px #666;
}
.double-bounce1,
.double-bounce2 {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #333;
    opacity: 0.6;
    position: absolute;
    top: 1px;
    right: 2px;
    -webkit-animation: sk-bounce 2s infinite ease-in-out;
    animation: sk-bounce 2s infinite ease-in-out;
}
.double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
@-webkit-keyframes sk-bounce {
    0%,
    100% {
        -webkit-transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
    }
}
@keyframes sk-bounce {
    0%,
    100% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
    50% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}
.pro-slide-box .item-news {
    margin-top: 0 !important;
}
.pro-slide-box .item-news figure {
    margin: 0 0 15px 0 !important;
}
.pro-slide-box .item-news img {
    width: 100%;
    height: auto;
}
.pro-slide-box .item-news .on-air {
    margin: 0 0px 10px 0;
    top: -6px;
}
.special-box .owl-theme .owl-dots {
    position: relative;
    margin-top: 20px;
}
.special-box .owl-theme .owl-dots .owl-dot span {
    width: 11px !important;
    height: 11px !important;
}
.special-box .owl-theme .owl-dots .owl-dot.active span {
    background: #267163 !important;
}
.right-side a .main-title {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.right-side a:hover .main-title {
    color: #777;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.todays .start-time {
    margin-top: 10px;
}
.todays .start-time .on-air {
    margin-top: 0;
}
.bishesh.news-cat-list {
    margin-top: 0;
}
.bishesh.news-cat-list .items {
    margin-top: 30px;
}
.bishesh.news-cat-list .items:nth-child(1) {
    margin-top: 0;
}
.bishesh.news-cat-list .items:nth-child(2) {
    margin-top: 0;
}
.bishesh.news-cat-list .items:nth-child(3) {
    margin-top: 0;
}
.bishesh.news-cat-list .items img {
    height: 250px;
}
.bishesh.news-cat-list .items a {
    height: 460px;
    border: 1px solid #ccc;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: relative;
}
.bishesh.news-cat-list .items a:hover {
    -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 50px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.3);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.bishesh.news-cat-list .items .main-title {
    padding: 0 30px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 10px;
}
.bishesh.news-cat-list .items .start-time {
    padding: 0 30px;
    display: block;
}
.bishesh.news-cat-list .items .comments-line {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 5px 30px;
    display: block;
    border-top: 1px solid #ccc;
    font-size: 14px;
    color: #aaa;
}
.bishesh.news-cat-list .items .comments-line .left-icon {
    margin-right: 10px;
}
.bishesh.news-cat-list .items .comments-line .total-view {
    float: right;
}
.content-section {
    margin-top: 0;
}
.breadcrumbs {
    display: block;
    margin: 0;
}
.breadcrumbs li {
    list-style: none;
    font-size: 13px;
    font-weight: 400;
    color: #aaa;
    display: inline-block;
    line-height: normal;
}
.breadcrumbs li a {
    margin: 0 10px 0 0;
    color: #666666;
}
.breadcrumbs li a.first {
    margin-left: 0;
}
.breadcrumbs li.active {
    color: #918f8f;
    position: relative;
}
.breadcrumbs li.active:after {
    content: "";
    display: none;
}
.breadcrumbs li:after {
    content: " \f105 ";
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    margin: 0 10px 0 0;
}
.tag-box {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}
.tag-box .tags {
    float: left;
    margin: 0;
    background: #dc1414;
}
.podcast-box {
    padding: 0 15px;
}
.podcast-box .news-big-title {
    margin-bottom: 10px;
    font-size: 46px;
}
.podcast-box .share-box {
    margin-top: 7px !important;
}
.podcast-items .items:nth-child(4) {
    margin-top: 0;
}
.photos-list-box .main-stories .items,
.photos-list-box .samachar-list .big-feature .main-title .items,
.samachar-list .big-feature .photos-list-box .main-title .items {
    margin-top: 30px;
}
.photos-list-box .main-stories .items img,
.photos-list-box .samachar-list .big-feature .main-title .items img,
.samachar-list .big-feature .photos-list-box .main-title .items img {
    height: 428px;
    object-fit: cover;
}
.photos-list-box .main-stories .latest-album,
.photos-list-box .samachar-list .big-feature .main-title .latest-album,
.samachar-list .big-feature .photos-list-box .main-title .latest-album {
    margin-top: 0;
}
.photos-list-box .main-stories .latest-album img,
.photos-list-box .samachar-list .big-feature .main-title .latest-album img,
.samachar-list .big-feature .photos-list-box .main-title .latest-album img {
    height: 640px;
    object-fit: cover;
}
.photos-list-box .main-stories .latest-album .main-title,
.photos-list-box .samachar-list .big-feature .main-title .latest-album .main-title,
.samachar-list .big-feature .photos-list-box .main-title .latest-album .main-title {
    font-size: 42px;
    line-height: 60px;
    font-weight: 400;
    margin: 0;
    padding: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #4267b2;
    width: 100%;
}
.photos-list-box .main-stories .latest-album .main-title .date-box,
.photos-list-box .samachar-list .big-feature .main-title .latest-album .main-title .date-box,
.samachar-list .big-feature .photos-list-box .main-title .latest-album .main-title .date-box {
    font-size: 14px;
    color: #888;
    display: block;
}
.photos-list-box .main-stories .latest-album .main-title .date-box .left-icon,
.photos-list-box .samachar-list .big-feature .main-title .latest-album .main-title .date-box .left-icon,
.samachar-list .big-feature .photos-list-box .main-title .latest-album .main-title .date-box .left-icon {
    font-size: 18px;
    margin-right: 15px;
}
.photo-list .samachar-list img {
    height: 277px;
}
.manoranjan .samachar-list .big-feature img {
    height: 577px;
}
.manoranjan .samachar-list .side-section img {
    height: 274px;
}
.main-stories.more-photos .items,
.samachar-list .big-feature .more-photos.main-title .items {
    margin-top: 30px;
}
.main-stories.more-photos .items:nth-child(1),
.samachar-list .big-feature .more-photos.main-title .items:nth-child(1) {
    margin-top: 0;
}
.main-stories.more-photos .items:nth-child(2),
.samachar-list .big-feature .more-photos.main-title .items:nth-child(2) {
    margin-top: 0;
}
.big-box {
    padding-left: 0;
    padding-right: 10px;
}
.zoom-box {
    background: #222;
    margin: 0 0 30px 0;
}
.photo-info-box {
    padding: 50px 30px 30px 30px;
}
.photo-info-box .main-title {
    font-size: 36px;
    color: #4267b2;
    display: block;
}
.photo-info-box .main-title .date-box {
    color: #888888;
    font-size: 14px;
    display: block;
    line-height: 22px;
    margin-top: 15px;
    margin-bottom: 30px;
}
.photo-info-box .main-title .date-box .left-icon {
    margin-right: 10px;
}
.photo-info-box .share-box .share-title {
    font-size: 16px;
    color: #888888;
    display: block;
    margin-bottom: 10px;
}
.photo-info-box .share-box .share-title .left-icon {
    margin-right: 10px;
}
.bottom-overlay {
    padding: 0 30px !important;
    font-size: 18px !important;
}
.bottom-overlay .photo-caption {
    line-height: 30px;
    display: block;
    width: 92%;
    margin-bottom: 15px;
}
.bottom-overlay .total-img-count {
    position: absolute;
    right: 20px;
    font-weight: 700;
    bottom: 0;
}
.zoom-big-box figure {
    position: relative;
}
.zoom-big-box figure .next-btns,
.zoom-big-box figure .prev-btns {
    position: absolute;
    font-size: 14px;
    color: #fff;
    text-align: center;
    top: 50%;
    right: 30px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    background: rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.zoom-big-box figure .next-btns:hover,
.zoom-big-box figure .prev-btns:hover {
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.8);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.8);
}
.zoom-big-box figure .prev-btns {
    left: 30px;
    right: inherit;
}
.spinners {
    width: 70px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.spinners > div {
    width: 18px;
    height: 18px;
    background-color: #ccc;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinners .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.spinners .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
    }
}
@keyframes sk-bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.video-player-box .news-big-title {
    border-bottom: 1px solid #4267b2;
    display: block;
    padding-bottom: 15px;
}
.video-player-box .share-items {
    margin: 0;
}
.video-detail {
    margin-bottom: 30px;
}
.video-comment {
    margin-bottom: 30px;
}
.countdown.countdown-box {
    margin: 0;
}
.countdown.countdown-box .item-news {
    padding: 30px 0;
    border-top: 1px solid #4267b2;
}
.countdown.countdown-box .item-news:nth-child(1) {
    padding-top: 0;
    border-top: 0;
}
.update-date {
    font-size: 14px;
    color: #666;
    display: block;
}
.pro-slide-box .team-slider .owl-stage-outer {
    padding: 0;
}
.pro-slide-box .team-slider .item-news {
    text-align: center;
    padding-top: 10px;
}
.pro-slide-box .team-slider .item-news img {
    height: 137px;
    width: 137px;
    display: table;
    margin: 0 auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    transform: scale(1);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.pro-slide-box .team-slider .item-news img:hover {
    transform: scale(1.1);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.section .full-ad {
    display: block;
    margin: 60px 0 0 0;
}
.section .full-ad img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.content-editor .full-ad {
    margin: 30px 0;
}
.more-btn {
    background: #e74c3c;
    border: 0;
    font-size: 16px;
    line-height: 28px;
    padding: 5px 20px;
    color: #fff;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}
.more-btn .right-icon {
    top: 3px;
    position: relative;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    right: 0;
}
.more-btn:hover {
    background: #222;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.more-btn:hover .right-icon {
    right: -5px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.live-now .live-title {
    font-size: 14px;
    color: #666;
    display: inline-block;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}
.live-now .live-title .on-air {
    position: relative;
    top: -4px;
    right: 10px;
    background: #ffdb3a;
    color: #222;
    line-height: 18px;
    text-transform: uppercase;
    margin-top: 6px;
    margin-left: 15px;
    height: 18px;
    padding: 0 25px 0 10px;
    font-size: 12px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -ms-border-radius: 35px;
    border-radius: 35px;
    -webkit-box-shadow: 0 3px 3px #666;
    -moz-box-shadow: 0 3px 3px #666;
    box-shadow: 0 3px 3px #666;
}
.live-now .live-title .on-air .double-bounce1 {
    top: 2px;
}
.live-now .live-title .on-air .double-bounce2 {
    top: 2px;
}
.live-now .item-news {
    text-align: center;
}
.pro-tab {
    border-bottom: 5px solid #222;
}
.pro-tab li {
    margin: 0;
}
.pro-tab li a {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    border-radius: 0 !important;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    background: #a9a9a9;
    height: 50px;
    color: #fff !important;
    line-height: 50px;
    text-transform: none;
    text-align: center;
    width: 167px;
    border: 0 !important;
}
.pro-tab li a#saturday-tab {
    width: 168px;
}
.pro-tab li a .left-icon {
    font-size: 20px;
    margin-right: 10px;
    position: relative;
    top: 3px;
}
.pro-tab li a:hover {
    background: #272727;
}
.pro-tab li a.show {
    background: #222 !important;
    color: #fff !important;
}
.pro-tab li a.active {
    background: #222 !important;
    color: #fff !important;
}
.pro-tab li a.active:after {
    display: none;
}
.pro-tab li a.current-day {
    background: #ffdb3a !important;
    color: #222 !important;
}
.schedules .item-news {
    margin-top: 15px;
}
.schedules .item-news a {
    width: 100%;
    border: 1px solid #eee;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.schedules .item-news a:hover:hover {
    background: #e74c3c;
    -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 50px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.3);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    border: 1px solid #e74c3c;
}
.schedules .item-news a:hover:hover .main-title {
    color: #fff;
}
.schedules .item-news a:hover:hover .main-title .start-time {
    color: #fff;
}
.schedules .item-news:nth-child(even) {
    background: #eee;
}
.schedules .item-news img {
    float: left;
    height: 92px;
}
.schedules .item-news .main-title {
    padding: 30px 15px;
    position: relative;
    display: block;
}
.schedules .item-news .main-title .spinner {
    margin-left: 15px;
}
.schedules .item-news .main-title .on-air {
    position: relative;
    top: -4px;
    right: 10px;
    background: #ffdb3a;
    color: #222;
    line-height: 18px;
    text-transform: uppercase;
    margin-top: 6px;
    margin-left: 15px;
    height: 18px;
    padding: 0 25px 0 10px;
    font-size: 12px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -ms-border-radius: 35px;
    border-radius: 35px;
    -webkit-box-shadow: 0 3px 3px #666;
    -moz-box-shadow: 0 3px 3px #666;
    box-shadow: 0 3px 3px #666;
}
.schedules .item-news .main-title .on-air .double-bounce1 {
    top: 2px;
}
.schedules .item-news .main-title .on-air .double-bounce2 {
    top: 2px;
}
.schedules .item-news .main-title .start-time {
    position: absolute;
    top: 50%;
    right: 30px;
    width: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.team-detail-box .team-infos {
    background: url(../images/shadow.png) no-repeat 98% 0;
    padding: 30px 30px 30px 15px;
}
.team-detail-box .items {
    display: block;
    padding: 30px 0;
    text-align: center;
    border-top: 1px solid #4267b2;
}
.team-detail-box .items .main-title {
    display: block;
    font-size: 18px;
    line-height: 20px;
    margin-top: 0;
    font-weight: 700;
}
.team-detail-box .items .designation {
    font-size: 14px;
    color: #888888;
    display: block;
}
.team-detail-box .items:nth-child(1) {
    padding-top: 0;
    border-top: 0;
}
.team-detail-box .items.profile-pic .main-title {
    margin-top: 30px;
}
.team-detail-box .items.profile-pic img {
    width: 137px;
    height: 137px;
    object-fit: cover;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
    display: table;
    margin: 0 auto;
}
.team-detail-box .items.social a {
    font-size: 18px;
    margin: 0 10px;
    color: #888;
}
.team-detail-box .items.social a:hover {
    color: #e74c3c;
}
.team-detail-box .items ul.my-shows {
    margin: 0;
    padding: 0;
}
.team-detail-box .items ul.my-shows li {
    list-style: none;
    margin-top: 10px;
    display: block;
}
.team-detail-box .items ul.my-shows li a {
    font-size: 14px;
    color: #888;
    display: block;
    padding: 2px 10px;
    line-height: 18px;
}
.team-detail-box .items ul.my-shows li a:hover {
    color: #222;
}
.team-detail-box .team-details .editor-box {
    font-size: 16px;
    line-height: 22px;
    color: #555;
}
.team-detail-box .team-details .editor-box h1 {
    font-size: 18px;
    margin-bottom: 10px;
}
.team-detail-box .team-details .editor-box h2 {
    font-size: 18px;
    margin-bottom: 10px;
}
.team-detail-box .team-details .editor-box h3 {
    font-size: 16px;
    margin-bottom: 10px;
}
.team-detail-box .team-details .editor-box h4 {
    font-size: 14px;
    margin-bottom: 10px;
}
.team-detail-box .team-details .editor-box h5 {
    font-size: 12px;
    margin-bottom: 10px;
}
.team-detail-box .team-details .editor-box h6 {
    font-size: 10px;
    margin-bottom: 10px;
}
.team-detail-box.pro-details .team-infos {
    padding-top: 0;
}
.team-detail-box.pro-details .team-infos .profile-pic img {
    width: 100%;
    height: auto;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.team-more-title {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}
.team-more-title.alt {
    margin-bottom: 0;
}
.team-more-title.alt .cat-tags {
    margin-bottom: 0;
}
.more-teams .item-news {
    margin-top: 50px;
}
.more-teams .item-news img {
    width: 100px;
    height: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.more-teams .item-news:nth-child(1) {
    margin-top: 0;
}
.more-teams .item-news:nth-child(2) {
    margin-top: 0;
}
.more-teams .item-news:nth-child(3) {
    margin-top: 0;
}
.more-teams.more-progs .item-news {
    margin-top: 50px;
}
.more-teams.more-progs .item-news img {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}
.horizontal-layout {
    margin-top: 90px;
    margin-bottom: 30px;
}
.horizontal-layout .items {
    margin-top: 0;
}
.bottom-overlay .total-img-count {
    bottom: 12px;
}
.address-btn {
    background: #e74c3c;
    border: 0;
    margin-top: 30px;
    font-size: 16px;
    line-height: 28px;
    padding: 5px 20px;
    color: #fff;
    display: table;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}
.address-btn .left-icon {
    top: 3px;
    position: relative;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    margin-left: 10px;
}
.address-btn:hover {
    background: #222;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.address-btn:hover .left-icon {
    top: 8px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.tab-widget .item-news:nth-child(2) {
    margin-top: 30px;
}
.nav-tabs.tab-menus .nav-link {
    font-size: 16px;
    padding: 0.2rem 1rem !important;
}
.nav-tabs.tab-menus .nav-link.active {
    -webkit-box-shadow: 0 -5px 9px #ccc;
    -moz-box-shadow: 0 -5px 9px #ccc;
    box-shadow: 0 -5px 9px #ccc;
}
.taja-samachar-section {
    padding-top: 30px;
    background: #e8e5e5;
}
.time-stamp {
    font-size: 14px;
    color: #666;
    display: block;
    font-weight: 400;
    margin-top: 5px;
}
.time-stamp .time-entry {
    float: left;
    color: #aaa;
}
.time-stamp .comment-count {
    float: right;
    color: #aaa;
    font-size: 12px;
}
.time-stamp .left-icon {
    margin-right: 5px;
    position: relative;
    top: 1px;
}
.pradesh-samachar {
    background: #f4f4f4;
    padding: 30px 0;
    margin-top: 15px;
}
.pradesh-samachar .main-stories .hoz-news:first-child,
.pradesh-samachar .samachar-list .big-feature .main-title .hoz-news:first-child,
.samachar-list .big-feature .pradesh-samachar .main-title .hoz-news:first-child {
    margin-top: 0;
}
.featured-one {
    padding: 0;
}
.video-photo {
    background: #000;
}
.video-photo .cat-box:before {
    background: #333;
}
.video-photo .cat-tags {
    color: #dad9d9;
}
.video-photo .video-play {
    position: absolute;
    top: 30px;
    margin: 0 auto;
    right: 30px;
    font-size: 20px;
    text-align: center;
    border: 1px solid #fff;
    line-height: 48px;
    width: 44px;
    height: 44px;
    background: #1c5a72;
    color: #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    opacity: 1;
}
.video-photo a:hover .video-play {
    opacity: 0;
}
.khelkood-section .samachar-list .big-feature img {
    height: 220px;
}
.khelkood-section .samachar-list .big-feature.sport-feature {
    order: 2;
}
.khelkood-section .samachar-list .more-list.sport-list {
    order: 1;
}
.kala-feature {
    order: 2;
}
.kala-small {
    order: 1;
}
.kala-small.more-small {
    order: 3;
}
.ent-list .small-list {
    order: 3;
}
.ent-list .small-list .hoz-news {
    margin-top: 30px;
}
.ent-list .small-list .hoz-news:nth-child(1) {
    margin-top: 0;
}
.side-list.rochak-list .media:nth-child(2) {
    margin-top: 0;
}
.side-list.rochak-list.editors-pick .media:nth-child(2) {
    margin-top: 30px;
}
.side-list.rochak-list.editors-pick .media img {
    height: 80px;
    width: 110px;
}
.side-list.bichar-section .media:nth-child(2) {
    margin-top: 20px;
}
.side-list.bichar-section .media img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.side-list.bichar-section .media .time-stamp {
    margin-top: 5px;
}
.side-list.bichar-section .media .time-entry {
    float: none;
    display: block;
}
.poll-system {
    border: 1px solid #ccc;
    padding: 15px;
    background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
}
.poll-system .options-box {
    display: none;
}
.poll-system .main-title {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 30px;
}
.poll-system .action-area {
    display: block;
    margin: 30px 0 10px 0;
}
.poll-system .btn {
    border: 0;
    background: #fff;
    font-size: 14px;
    color: #222;
    margin-right: 5px;
    border: 1px solid #4267b2;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.poll-system .btn .left-icon {
    margin-left: 5px;
    position: relative;
    top: 2px;
}
.poll-system .btn.view-result {
    background: #d13938;
    color: #fff;
}
.poll-system .btn:hover {
    background: #1c5a72;
    color: #fff !important;
}
.poll-system .radio,
.poll-system .radio .checkbox,
.radio .poll-system .checkbox {
    margin-left: 0;
    margin-bottom: 0;
    margin-top: 25px;
    width: 100%;
}
.poll-system .radio.first,
.poll-system .radio .first.checkbox,
.radio .poll-system .first.checkbox {
    margin-top: 0;
}
.poll-system .radio label,
.radio .poll-system .checkbox label {
    padding-left: 20px;
    font-weight: 700;
    font-size: 16px;
}
.poll-system .radio label span,
.radio .poll-system .checkbox label span {
    top: 9px;
}
.poll-system .radio label .circle,
.radio .poll-system .checkbox label .circle,
.poll-system .radio label .check,
.radio .poll-system .checkbox label .check {
    left: 0;
}
.pollresult {
    margin-top: 0;
}
.pollresult .bar-chart-wrapper {
    position: relative;
    margin-bottom: 35px;
}
.pollresult .bar-wrapper {
    background-color: #4267b2;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
}
.pollresult .bar-wrapper .bar {
    height: 10px;
    margin: 10px 0;
    background-color: #7ae2de;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
}
.pollresult .bar-chart-figure {
    float: right;
}
.pollresult .bar-chart-text {
    font-size: 16px;
    font-weight: 700;
}
.pollresult .push-right {
    position: absolute;
    top: 0;
    right: 0;
}
.janamat,
.entertainment {
    background: #f4f4f4;
    padding: 40px 0;
    margin-top: 15px;
}
.bigyaapan-item img {
    max-width: 100%;
}
.share-box {
    padding-top: 9px;
}
.related-more .items .main-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}
.related-more .items img {
    height: 220px;
    object-fit: cover;
    width: 100%;
}
.more-big {
    margin-top: 50px;
}
.more-big .description {
    position: relative;
    width: 100%;
    margin-top: 30px;
}
.more-big .description:after {
    content: "";
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(rgba(255, 255, 255, 0) 1%, white 100%);
}
.more-big .more-read {
    display: inline-block;
    width: 100%;
}
.more-big .more-read .read-more-link {
    border: 1px solid #222;
    padding: 5px 100px;
    font-size: 14px;
    margin: 0 auto;
    display: table;
    font-weight: 700;
    line-height: 20px;
}
.left-side .published-box .full-ad:nth-child(3) {
    margin-top: 30px;
}
.cat-box {
    display: block;
    border-bottom: 1px solid #4267b2;
    margin-bottom: 15px;
}
.right-side .items.kala-right .more-item {
    margin-top: 30px;
}
.share-fixed {
    position: sticky;
    top: 70px;
}
.big-cat-box {
    display: block;
}
.big-cat-box .big-cat-tags {
    text-align: center;
    display: table;
    padding: 0 30px;
    position: relative;
    margin: 0 auto 15px auto;
}
.big-cat-box .big-cat-tags .main-title {
    font-size: 32px;
    font-weight: 700;
    color: #222;
    margin: 0 auto;
    background: #fff;
    padding: 0 15px;
    z-index: 10;
    line-height: normal;
    position: relative;
}
.big-cat-box .big-cat-tags:after {
    content: "";
    width: 100%;
    height: 3px;
    background-color: #c99e66;
    top: 50%;
    left: 0;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
}
.top-most-list .row {
    margin: 0;
}
.top-most-list .main-stories .items,
.top-most-list .samachar-list .big-feature .main-title .items,
.samachar-list .big-feature .top-most-list .main-title .items {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
}
.top-most-list .main-stories .items img,
.top-most-list .samachar-list .big-feature .main-title .items img,
.samachar-list .big-feature .top-most-list .main-title .items img {
    height: 385px;
    object-fit: cover;
}
.items.full-list .item-news:nth-child(2) {
    margin-top: 35px;
}
.items.full-list .item-news .mr-3 {
    margin-right: 30px !important;
}
.items.full-list .item-news img {
    height: 160px;
    width: 230px;
}
.items.full-list .item-news .main-title {
    font-size: 22px;
    line-height: 32px;
}
.items.full-list .item-news .description {
    font-size: 16px;
    color: #666;
    display: block;
    line-height: 24px;
    margin-top: 15px;
}
.big-photo-list .row {
    margin-left: -15px;
    margin-right: -15px;
}
.big-photo-list .main-stories .items,
.big-photo-list .samachar-list .big-feature .main-title .items,
.samachar-list .big-feature .big-photo-list .main-title .items {
    padding-left: 15px;
    padding-right: 15px;
}
.big-photo-list .main-stories .items img,
.big-photo-list .samachar-list .big-feature .main-title .items img,
.samachar-list .big-feature .big-photo-list .main-title .items img {
    height: 380px;
}
.big-photo-list .main-stories .items .time-stamp,
.big-photo-list .samachar-list .big-feature .main-title .items .time-stamp,
.samachar-list .big-feature .big-photo-list .main-title .items .time-stamp {
    color: #4267b2;
}
.big-photo-list .main-stories .items .main-title,
.big-photo-list .samachar-list .big-feature .main-title .items .main-title,
.samachar-list .big-feature .big-photo-list .main-title .items .main-title {
    font-size: 26px;
    line-height: 36px;
}
.photo-thumb-list {
    margin-top: 20px;
}
.photo-item-list {
    margin-bottom: 40px;
    box-sizing: border-box;
}
.photo-item-list img {
    height: 170px;
    object-fit: cover;
    width: 100%;
    float: left;
}
.photo-item-list .main-title {
    color: #222;
    font-weight: 700;
    line-height: 26px;
    font-size: 18px;
    display: block;
}
.photo-item-list .time-stamp {
    float: left;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}
.main-title {
    width: 100%;
}
.photo-thumbs {
    margin-top: 30px;
}
.photo-slider .items {
    background: #333;
}
.photo-slider .items .main-title {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    margin: 0;
    z-index: 98;
    padding: 15px 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #4267b2;
    width: 100%;
    background: #111;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    background: linear-gradient(rgba(0, 0, 0, 0) 1%, #000 100%);
}
.photo-slider img {
    height: auto;
    object-fit: none;
    width: 100%;
    position: relative;
    z-index: 92;
}
.photo-slider .img-counter {
    position: absolute;
    top: 20px;
    right: 20px;
    font-weight: 700;
    font-size: 14px;
    color: #4267b2;
    text-shadow: 0 1px 1px #000;
    z-index: 98;
}
.next-prev-gallery {
    margin-top: 40px;
    margin-bottom: 40px;
}
.next-prev-gallery .gallery-box .cat-title {
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    display: block;
    margin-bottom: 15px;
    color: #999;
}
.next-prev-gallery .gallery-box .media {
    margin-top: 0;
}
.next-prev-gallery .gallery-box .media .main-title {
    font-size: 18px;
    line-height: 26px;
}
.next-prev-gallery .gallery-box .media img {
    height: 100px;
}
.next-prev-gallery .gallery-box .media .mr-3 {
    margin-right: 30px !important;
}
.next-prev-gallery .gallery-box.alt .cat-title {
    text-align: right;
}
.next-prev-gallery .media .time-stamp {
    margin-top: 0;
}
.next-prev-gallery .media .cat-title {
    text-transform: uppercase;
    font-size: 14px;
}
.next-prev-gallery .media.alt-gallery {
    position: relative;
}
.next-prev-gallery .media.alt-gallery a {
    position: absolute;
    right: 0;
}
.next-prev-gallery .media.alt-gallery .mr-3 {
    order: 2;
    margin-right: 0 !important;
    margin-left: 30px !important;
}
.next-prev-gallery .media.alt-gallery .main-title {
    text-align: right;
}
.next-prev-gallery .media.alt-gallery .time-entry {
    float: right;
}
.zoom-big-box figure {
    position: relative;
}
.zoom-big-box figure:before {
    content: "";
    padding: 30px 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #4267b2;
    width: 100%;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    background-image: linear-gradient(to bottom, transparent, #000);
    height: 20%;
    z-index: 93;
}
.zoom-big-box figure .next-btns,
.zoom-big-box figure .prev-btns {
    position: absolute;
    font-size: 14px;
    color: #fff;
    text-align: center;
    top: 50%;
    right: 30px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    z-index: 95;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    background: rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.zoom-big-box figure .next-btns:hover,
.zoom-big-box figure .prev-btns:hover {
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.8);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.8);
}
.zoom-big-box figure .prev-btns {
    left: 30px;
    right: inherit;
}
.zoom-big-box figure .main-title {
    background: none;
    z-index: 94;
}
.zoom-big-box .items img {
    z-index: 90;
}
.spinners {
    width: 70px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 89;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.spinners > div {
    width: 18px;
    height: 18px;
    background-color: #ccc;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinners .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.spinners .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
    }
}
@keyframes sk-bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.bichar-blog-interview .media {
    margin-top: 20px;
}
.bichar-blog-interview .media img {
    width: 60px !important;
    height: 60px !important;
    border: 2px solid #fff;
}
.bichar-blog-interview .media .author-title {
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
}
.bichar-blog-interview .media .time-stamp {
    margin-top: 0;
}
.bichar-blog-interview .media .time-stamp .time-entry {
    line-height: normal;
}
.mukhya-samachar .items .item-news:nth-child(2) {
    margin-top: 35px;
}
.share-icons {
    position: -webkit-sticky;
    position: sticky;
    top: 70px;
}
.cat-tags .cat-name a {
    color: #002b5a;
}
.cat-tags .cat-name .extra-link {
    color: #333 !important;
}
.pdf-viewer-box embed {
    width: 100% !important;
}
.download-epaper {
    display: block;
    margin: 30px 0;
    text-align: center;
}
.download-epaper .epaper-download {
    background: #d13938;
    color: #fff;
    padding: 10px 20px;
}
.download-epaper .epaper-download .left-icon {
    margin-right: 10px;
}
.download-epaper .epaper-download:hover {
    background: #222;
    color: #fff;
}
.option-box {
    display: block;
    margin-top: 30px;
}
.option-box .option-btn {
    background: #d13938;
    color: #fff;
    padding: 8px 20px;
    line-height: 22px;
    font-size: 16px;
    display: inline-block;
}
.option-box .option-btn:hover {
    background: #222;
}
.right-side .taja-samachar-box.author-news {
    background: #fff;
    margin-top: 20px;
}
.right-side .taja-samachar-box.author-news .cat-box {
    margin-bottom: 5px !important;
}
.right-side .taja-samachar-box.author-news .cat-tags {
    padding-left: 10px;
}
.right-side .taja-samachar-box.author-news .cat-tags .cat-name {
    color: #1c5a72;
    font-size: 18px;
    padding-top: 0;
}
.right-side .taja-samachar-box .small-cat-name {
    background: none;
    color: #2f77bc;
    padding: 0;
    font-weight: 400;
    margin-bottom: 0;
    font-size: 16px;
    display: block;
}
.right-side .taja-samachar-box .main-stories .more-item:first-child,
.right-side .taja-samachar-box .samachar-list .big-feature .main-title .more-item:first-child,
.samachar-list .big-feature .right-side .taja-samachar-box .main-title .more-item:first-child {
    margin-bottom: 0;
    display: inline-block;
    width: 100%;
}
.right-side .taja-samachar-box .main-stories .more-item figure:before,
.right-side .taja-samachar-box .samachar-list .big-feature .main-title .more-item figure:before,
.samachar-list .big-feature .right-side .taja-samachar-box .main-title .more-item figure:before {
    display: none;
}
.right-side .taja-samachar-box .main-stories .more-item .main-title,
.right-side .taja-samachar-box .samachar-list .big-feature .main-title .more-item .main-title,
.samachar-list .big-feature .right-side .taja-samachar-box .main-title .more-item .main-title {
    background: none;
    position: relative;
    padding: 0;
    margin-top: 15px;
    margin-bottom: 30px;
    color: #222;
    font-size: 20px;
    line-height: 24px;
}
.right-side .taja-samachar-box .main-stories .more-item a:hover .main-title,
.right-side .taja-samachar-box .samachar-list .big-feature .main-title .more-item a:hover .main-title,
.samachar-list .big-feature .right-side .taja-samachar-box .main-title .more-item a:hover .main-title {
    color: #777;
}
.common-section .main-stories .more-item:first-child,
.common-section .samachar-list .big-feature .main-title .more-item:first-child,
.samachar-list .big-feature .common-section .main-title .more-item:first-child {
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
}
.common-section .main-stories .more-item figure:before,
.common-section .samachar-list .big-feature .main-title .more-item figure:before,
.samachar-list .big-feature .common-section .main-title .more-item figure:before {
    display: none;
}
.common-section .main-stories .more-item .main-title,
.common-section .samachar-list .big-feature .main-title .more-item .main-title,
.samachar-list .big-feature .common-section .main-title .more-item .main-title {
    background: none;
    position: relative;
    padding: 0;
    margin-top: 15px;
    margin-bottom: 30px;
    color: #222;
    font-size: 18px;
    line-height: 24px;
}
.common-section .main-stories .more-item a:hover .main-title,
.common-section .samachar-list .big-feature .main-title .more-item a:hover .main-title,
.samachar-list .big-feature .common-section .main-title .more-item a:hover .main-title {
    color: #777;
}
.pradesh-samachar .featured-one figure:before {
    display: none;
}
.pradesh-samachar .featured-one .main-title {
    background: none;
    position: relative;
    padding: 0;
    margin-top: 15px;
    margin-bottom: 30px;
    color: #222;
    font-size: 24px;
    line-height: 34px;
}
.pradesh-samachar .featured-one a:hover .main-title {
    color: #777;
}
.pradesh-samachar.video-photo .featured-one figure:before {
    display: none;
}
.pradesh-samachar.video-photo .featured-one .main-title {
    background: none;
    position: relative;
    padding: 0;
    margin-top: 15px;
    margin-bottom: 30px;
    color: #aaa;
    font-size: 24px;
    line-height: 34px;
}
.pradesh-samachar.video-photo .featured-one a:hover .main-title {
    color: #777;
}
.pradesh-samachar.video-photo .more-item.small-feature .main-title {
    color: #888;
}
.pradesh-samachar.video-photo .time-stamp .time-entry {
    color: #666;
}
.pradesh-samachar.video-photo .time-stamp .comment-count {
    color: #666;
}
.bigyapan img {
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -ms-border-radius: 5px !important;
    border-radius: 5px !important;
}
.tab-pane .main-stories .more-item .main-title,
.tab-pane .samachar-list .big-feature .main-title .more-item .main-title,
.samachar-list .big-feature .tab-pane .main-title .more-item .main-title {
    position: relative;
    padding: 15px 0;
    color: #222;
}
.tab-pane .main-stories .more-item a:hover .main-title,
.tab-pane .samachar-list .big-feature .main-title .more-item a:hover .main-title,
.samachar-list .big-feature .tab-pane .main-title .more-item a:hover .main-title {
    color: #666;
}
.tab-pane .main-stories .more-item figure:before,
.tab-pane .samachar-list .big-feature .main-title .more-item figure:before,
.samachar-list .big-feature .tab-pane .main-title .more-item figure:before {
    background: none;
    display: none;
}
.featured-images iframe {
    width: 100%;
}
.featured-images .embed-responsive {
    margin-bottom: 20px;
}
.main-stories.photo-section .more-item.small-feature,
.samachar-list .big-feature .photo-section.main-title .more-item.small-feature {
    margin-top: 0;
}
.main-stories.tv-section .more-item.small-feature,
.samachar-list .big-feature .tv-section.main-title .more-item.small-feature {
    margin-top: 0;
}
.samachar-box .tv-section .cat-box .cat-tags {
    margin: 0 auto;
}
.samachar-box .tv-section .featured-one .main-title {
    font-size: 48px;
    display: block;
    text-align: center;
    line-height: 65px;
}
.samachar-box .tv-section .featured-one iframe {
    width: 100% !important;
}
.common-section.new-cat-section .main-stories .more-item,
.common-section.new-cat-section .samachar-list .big-feature .main-title .more-item,
.samachar-list .big-feature .common-section.new-cat-section .main-title .more-item {
    margin-bottom: 0;
}
.model-watch .main-stories .more-item img,
.model-watch .samachar-list .big-feature .main-title .more-item img,
.samachar-list .big-feature .model-watch .main-title .more-item img {
    height: auto;
}
.taja-samachar-section.news-tickers {
    padding-top: 0;
}
.newsticker-box {
    border: 0;
    border-top: 0;
    background: #e8e5e5;
    margin: 0 auto;
    height: 50px !important;
}
.newsticker-box .bn-label {
    background: #fff;
    color: #0c47a1;
    font-size: 18px;
    font-weight: 700;
    color: #666;
    padding-left: 35px;
    height: 33px;
    top: 8px !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
}
.newsticker-box .bn-label .trending-icon {
    width: 24px;
    position: absolute;
    top: 5px;
    left: 5px;
}
.newsticker-box .bn-label .trending-icon img {
    width: 100%;
}
.newsticker-box .bn-controls {
    display: none;
}
.newsticker-box .bn-news {
    right: 0 !important;
    top: 8px !important;
}
.newsticker-box .bn-news ul li {
    padding-left: 20px;
}
.newsticker-box .bn-news ul li:before {
    content: "";
    width: 4px;
    height: 4px;
    background: #999;
    position: absolute;
    top: 17px;
    left: 15px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
}
.newsticker-box .bn-news ul li a {
    font-size: 14px;
    color: #333;
}
.newsticker-box .bn-news ul li a:hover {
    color: #2f77bc;
}
.newsticker-box .bn-news ul li .new-item {
    font-size: 10px;
    text-transform: uppercase;
    padding: 5px 10px;
    line-height: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    margin-right: 7px;
    background: #ccc;
    display: inline-block;
    display: inline-block;
    position: relative;
    top: -1px;
    color: #fff;
}
.items .item-news.bigyapan img {
    width: 100%;
    height: auto;
}
.featured-one .description {
    float: left;
    font-size: 18px;
}
.bigyaapan-box {
    justify-content: center;
    align-items: center;
}
.bigyaapan-box.split-box img {
    width: 100%;
}
.kala-small.more-kala {
    order: 3;
}
.gold-box .gold-row {
    margin: 0;
}
.gold-box .gold-row .date-box {
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    color: #222;
    padding: 0 5px;
    margin-bottom: 20px;
}
.gold-box .gold-row .date-box .date-line {
    float: right;
}
.gold-box .gold-row .gs-box {
    padding: 0 5px;
}
.gold-box .gold-row .gold-item {
    text-align: center;
    border: 1px solid #4267b2;
    background: #fff;
    padding: 10px;
    min-height: 180px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.gold-box .gold-row .gold-item:hover {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.gold-box .gold-row .gold-item img {
    width: 100%;
    height: auto;
}
.gold-box .gold-row .gold-item .gold-label {
    font-size: 14px;
    font-weight: 700;
    color: #222;
    display: block;
    line-height: 20px;
}
.gold-box .gold-row .gold-item .gold-price {
    font-size: 18px;
    font-weight: 700;
    color: #222;
    display: block;
    line-height: 26px;
}
.white-box .forex-rates {
    margin-bottom: 0;
}
.white-box .forex-rates .date-box {
    font-size: 14px;
    font-weight: 700;
    display: block;
    text-align: center;
    margin-bottom: 10px;
    line-height: 20px;
}
.white-box .forex-rates .more-links {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #333;
}
.white-box .forex-rates .more-links a {
    color: #333;
}
.white-box .forex-rates .more-links a:hover {
    color: #777;
}
.white-box .forex-rates .more-links a .left-icon {
    position: relative;
    top: 1px;
    margin-left: 5px;
}
.white-box .forex-rates table tbody tr:nth-of-type(odd) {
    background: #fdfdfd;
}
.white-box .forex-rates table th {
    font-size: 14px;
    font-weight: 700;
    color: #333;
    padding: 0.4em 0.75rem;
    line-height: 20px;
    border: 0;
}
.white-box .forex-rates table td {
    font-size: 13px;
    line-height: 18px;
    padding: 0.4em 0.75rem;
    font-weight: 700;
    color: #222;
}
.gold-silver {
    background: #fff;
}
.gold-silver .gold-silver-box {
    border: 1px solid #ccc;
    padding: 20px;
}
.quick-links {
    margin: 0;
    padding: 0;
    display: block;
}
.quick-links li {
    list-style: none;
    display: inline-block;
    width: 100%;
    padding-left: 35px;
    position: relative;
    margin-top: 20px;
}
.quick-links li:nth-child(1) {
    margin-top: 0;
}
.quick-links li:before {
    content: "\e876";
    font-family: Linearicons-Free;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    color: #666;
    position: absolute;
    left: 0;
    top: 1px;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    font-size: 10px;
    color: #666;
    border: 1px solid #c4c3c3;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
}
.quick-links li a {
    font-size: 16px;
    line-height: 24px;
    display: block;
    color: #222;
    font-weight: 700;
}
.quick-links li a:hover {
    color: #333;
    text-decoration: underline;
}
.share-side .st-btn {
    display: table !important;
    margin-bottom: 8px;
}
.content-editor {
    margin-top: 10px;
    padding-right: 0;
}
.content-editor.rashi-author .author-pic {
    border: 1px solid #4267b2;
    padding: 20px;
    background: #eee;
}
.content-editor.rashi-author .tab-share {
    float: left;
    width: 100%;
    margin-top: 30px;
}
.content-editor.rashi-author .author {
    width: 90px !important;
    height: 90px !important;
    border: 5px solid #fff;
}
.content-editor.rashi-author .main-title {
    color: #222;
}
.content-editor.rashi-author .description {
    font-style: italic;
    font-size: 14px;
    display: block;
    line-height: 20px;
}
.content-editor .tags {
    margin-bottom: 30px;
}
.content-editor .authors-box .main-title {
    font-weight: 700;
    font-size: 16px;
    display: block;
    margin-top: 5px;
    line-height: 22px;
}
.content-editor .authors-box .designation {
    font-size: 14px;
    color: #6b6969;
    display: block;
    line-height: 20px;
}
.content-editor .authors-box .author-pic {
    padding-left: 0;
}
.content-editor .authors-box .author-pic.jyotish {
    padding-left: 15px;
    padding-right: 15px;
}
.content-editor .authors-box .author-pic .social-links {
    display: block;
    position: relative;
    margin-top: -20px;
    text-align: center;
    position: relative;
    opacity: 0;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.content-editor .authors-box .author-pic .social-links .link-text {
    position: absolute;
}
.content-editor .authors-box .author-pic .social-links .link-text.fb {
    top: 0;
    right: 11px;
    position: absolute;
}
.content-editor .authors-box .author-pic .social-links .link-text.tw {
    position: absolute;
    top: -17px;
    right: -8px;
}
.content-editor .authors-box .author-pic .social-links a {
    background: #d74267b2c;
    width: 21px;
    height: 21px;
    color: #267163;
    font-size: 12px;
    text-align: center;
    line-height: 23px;
    margin: 0 2px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    display: inline-block;
}
.content-editor .authors-box .author-pic .social-links a .left-icon {
    top: 0;
}
.content-editor .authors-box .author-pic:hover .social-links {
    opacity: 1;
}
.content-editor .share-box {
    padding-right: 0;
    position: relative;
    top: 0;
}
.content-editor .share-box .share-now {
    float: right;
}
.rashi-tabs {
    margin: 0;
    padding: 0;
}
.rashi-tabs li {
    list-style: none;
    float: left;
    margin: 0 5px 0 0;
}
.rashi-tabs li a {
    padding: 5px 15px;
    font-size: 12px;
    font-weight: 700;
    background: #4267b2;
    color: #444;
    text-transform: uppercase;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
}
.rashi-tabs li a:hover {
    background: #666;
    color: #fff;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.rashi-tabs li a.active {
    background: #0d47a1;
    color: #fff;
}
.main-stories .items.big-feat,
.samachar-list .big-feature .main-title .items.big-feat {
    order: 2;
}
.main-stories .items.mid-feat,
.samachar-list .big-feature .main-title .items.mid-feat {
    order: 1;
}
.main-stories .items.list-news,
.samachar-list .big-feature .main-title .items.list-news {
    order: 3;
}
.right-side .items.taja-samachar-box .item-news {
    border-top: 1px solid #4267b2;
    margin: 0;
    padding: 20px 0;
    width: 100%;
}
.right-side .items.taja-samachar-box .item-news:nth-child(2) {
    border-top: 0;
    padding-top: 0;
}
.right-side .items.taja-samachar-box .item-news img {
    width: 120px;
    min-height: 75px;
}
.right-side .items.taja-samachar-box .item-news a {
    width: 100%;
}
.right-side .items.taja-samachar-box .item-news .main-title {
    font-size: 18px;
    line-height: 26px;
    margin-top: 0;
}
.right-side.artha-right .items.taja-samachar-box .item-news:nth-child(1) {
    border-top: 0;
    padding-top: 0;
}
.right-side.artha-right .items.taja-samachar-box .item-news:nth-child(2) {
    border-top: 1px solid #4267b2;
    padding-top: 20px;
}
.white-bg {
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    padding: 15px;
}
.cat-box {
    border: 0;
}
.cat-box:before {
    display: none;
}
.cat-tags {
    border: 0;
    display: block;
    position: relative;
    padding-left: 45px;
    border-bottom: 1px solid #4267b2;
    padding-bottom: 15px;
}
.cat-tags .cat-name {
    color: #002b5a;
    font-size: 22px;
    line-height: 22px;
    font-weight: 700;
    padding: 5px 0 0 0;
    margin: 0;
    display: table;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    border: 0;
}
.cat-tags .left-icon {
    position: absolute;
    left: 0;
    top: 5px;
    background: #1c5a72;
    color: #fff;
    font-size: 14px;
    width: 32px;
    height: 32px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    line-height: 32px;
}
.cat-tags .extra-news {
    position: absolute;
    right: 0;
    top: 7px;
    font-size: 16px;
    font-weight: 400;
}
.cat-tags .extra-news a {
    color: #666;
}
.cat-tags .extra-news a:hover {
    color: #2f77bc;
}
figure img {
    background: #dfe1e3;
}
.logo-box figure img {
    background: none;
}
.main-news-cat .big-news {
    margin-bottom: 15px;
}
.main-news-cat .mini-news {
    padding-right: 0;
}
.main-news-cat .mini-news .items.big-news .main-title {
    font-size: 24px;
    line-height: 32px;
}
.main-news-cat .mini-news .items.big-news img {
    height: 339px;
}
.main-news-cat figure {
    position: relative;
}
.main-news-cat figure:before {
    content: "";
    padding: 30px 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #4267b2;
    width: 100%;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    background-image: linear-gradient(to bottom, transparent, black);
    height: 65%;
    z-index: 90;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -ms-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}
.main-news-cat img {
    width: 100%;
    height: 375px;
    object-fit: cover;
}
.main-news-cat .main-title {
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
    margin: 0;
    padding: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #4267b2;
    width: 100%;
    z-index: 92;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.main-news-cat .more-thumbs .items {
    margin: 0 !important;
    padding: 30px 0;
    border-top: 1px solid #4267b2;
}
.main-news-cat .more-thumbs .items:nth-child(1) {
    padding-top: 0;
    border-top: 0;
}
.main-news-cat .more-thumbs .items .main-title {
    margin-bottom: 0;
}
.right-side .items {
    margin-top: 15px;
}
.bigyaapan-box.cat-bigyaapan .bigyaapan-item {
    padding: 0;
}
.artha-side {
    margin-top: 15px;
}
.artha-right {
    margin-top: 15px;
}
figure .cat-name {
    background: #2f77bc;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    padding: 4px 15px;
    margin: 15px 0;
    display: table;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    border: 0;
}
.more-thumbs figure .cat-name {
    background: none;
    color: #2f77bc;
    padding: 0;
    font-weight: 400;
    margin-bottom: 0;
}
.main-story-slider.khel-slider,
.khel-slider.featured-one {
    margin-bottom: 15px;
}
.main-story-slider.khel-slider .cat-name,
.khel-slider.featured-one .cat-name {
    margin: 15px auto;
}
.main-story-slider.khel-slider .main-title,
.khel-slider.featured-one .main-title {
    text-align: center;
}
.bichar-samachar .main-news-cat .author-name {
    font-size: 18px;
    color: #666;
    font-weight: 700;
    display: block;
    margin-bottom: 0;
    margin-top: 20px;
}
.bichar-samachar .main-news-cat .author-name .date-time {
    font-weight: 400;
    border-left: 0;
    padding-left: 0;
    margin-left: 0;
    font-size: 16px;
    display: block;
}
.bichar-samachar .main-news-cat .big-news figure:before {
    display: none;
}
.bichar-samachar .main-news-cat .big-news figure .main-title {
    position: relative;
    left: 0;
    top: 0;
    padding: 0;
    color: #333;
    margin-top: 15px;
    display: block;
}
.bichar-samachar .main-news-cat .big-news figure .author-name {
    font-size: 18px;
    color: #666;
    font-weight: 700;
    display: block;
    margin-bottom: 30px;
    margin-top: 5px;
}
.bichar-samachar .main-news-cat .big-news figure .author-name .date-time {
    font-weight: 400;
    border-left: 1px solid #666;
    padding-left: 10px;
    margin-left: 10px;
    display: inline-block;
}
.fit-row {
    margin-left: -8px;
    margin-right: -8px;
}
.fit-row .more-thumbs {
    padding: 0 8px;
}
.sahitya-samachar .main-news-cat .big-news {
    padding: 0 8px;
}
.sahitya-samachar .main-news-cat .description {
    color: #333;
    display: block;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 28px;
    margin-top: 10px;
}
.sahitya-samachar .main-news-cat .more-thumbs .item-news {
    border-top: 1px solid #4267b2;
    margin: 0;
    padding: 20px 0;
}
.sahitya-samachar .main-news-cat .more-thumbs .item-news:nth-child(2) {
    border-top: 0;
    padding-top: 0;
}
.sahitya-samachar .main-news-cat .more-thumbs .item-news img {
    width: 80px;
    height: 80px;
}
.sahitya-samachar .main-news-cat .more-thumbs .item-news figure:before {
    display: none;
}
.sahitya-samachar .main-news-cat .more-thumbs .item-news .main-title {
    font-size: 16px;
    line-height: 22px;
    position: relative;
    padding: 0;
    color: #333;
    display: block;
}
.sahitya-samachar.global-samachar .main-news-cat .big-news img {
    height: 250px;
}
.sahitya-samachar.global-samachar .main-news-cat .more-thumbs .item-news:nth-child(1) {
    border-top: 0;
    padding-top: 0;
}
.sahitya-samachar.global-samachar .main-news-cat .more-thumbs .item-news:nth-child(2) {
    border-top: 1px solid #ccc;
    padding-top: 20px;
}
.sahitya-samachar.global-samachar .main-news-cat .more-thumbs .main-title {
    font-size: 18px;
    line-height: 26px;
}
.right-side.photo-right .more-thumbs .items {
    padding: 20px 0;
    border-top: 1px solid #4267b2;
}
.right-side.photo-right .more-thumbs .items:nth-child(1) {
    padding-top: 0;
    border-top: 0;
}
.right-side.photo-right .more-thumbs .items img {
    width: 100%;
    height: 172px;
    object-fit: cover;
}
.right-side.photo-right .more-thumbs .items .main-title {
    color: #333;
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    display: block;
    margin-top: 15px;
}
.right-side.tv-right .tv-item:nth-child(1) {
    padding-top: 0;
}
.right-side.tv-right .tv-item figure {
    position: relative;
}
.right-side.tv-right .tv-item .play-icon {
    width: 32px;
    height: 32px;
    background: #d13938;
    text-align: center;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    line-height: 32px;
    font-size: 14px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    opacity: 1;
    filter: alpha(opacity=100);
}
.right-side.tv-right a:hover .play-icon {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.tv-box iframe {
    width: 100%;
}
.tourism-samachar .items {
    padding: 0 8px;
}
.tourism-samachar .items.half-news img {
    height: 260px;
}
.tourism-samachar .items.half-news .main-title {
    font-size: 22px;
    line-height: 30px;
}
.suraksha-samachar .sahitya-samachar .main-news-cat .more-thumbs .items .main-title {
    font-size: 24px;
    line-height: 32px;
}
.suraksha-samachar .sahitya-samachar .main-news-cat .more-thumbs .item-news .main-title {
    font-size: 18px;
    line-height: 26px;
}
.dharma-samachar .sahitya-samachar .main-news-cat .more-thumbs .items .main-title {
    font-size: 24px;
    line-height: 32px;
}
.dharma-samachar .sahitya-samachar .main-news-cat .more-thumbs .item-news .main-title {
    font-size: 18px;
    line-height: 26px;
}
.inner-main-thumb .items {
    margin-bottom: 15px;
}
.section.inner-bigyapan {
    padding: 0;
}
.section.inner-bigyapan img {
    height: auto;
}
.section.cat-section-bigyapan {
    padding: 0 15px;
}
.breadcrumbs {
    margin: -40px 0 0 0;
}
.main-stories .main-news-cat.half-thumbs .items figure,
.samachar-list .big-feature .main-title .main-news-cat.half-thumbs .items figure {
    position: relative;
}
.main-stories .main-news-cat.half-thumbs .items figure:before,
.samachar-list .big-feature .main-title .main-news-cat.half-thumbs .items figure:before {
    display: none;
}
.main-stories .main-news-cat.half-thumbs .items .cat-name,
.samachar-list .big-feature .main-title .main-news-cat.half-thumbs .items .cat-name {
    color: #666;
    display: block;
}
.main-stories .main-news-cat.half-thumbs .items .main-title,
.samachar-list .big-feature .main-title .main-news-cat.half-thumbs .items .main-title {
    background: none;
    position: relative;
    padding: 0;
    margin-top: 15px;
    margin-bottom: 30px;
    color: #222;
    font-size: 20px;
    line-height: 26px;
}
.detail-box,
.detail-featured-box {
    padding: 20px 0;
}
.left-side .in-content .full-bigyapan {
    margin-top: 0;
}
.left-side .in-content .cat-box {
    margin-bottom: 0;
}
.left-side .in-content .cat-box .cat-tags {
    font-size: 18px;
    color: #2f77bc;
}
.section.inner-bigyapan.cat-section-bigyapan .container {
    padding: 0;
}
.section.inner-bigyapan.cat-section-bigyapan .container {
    padding: 0;
}
.inner-main-thumb .video-big-latest figure {
    position: relative;
}
.inner-main-thumb .video-big-latest figure:before {
    display: none;
}
.inner-main-thumb .video-big-latest .main-title {
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    margin-top: 10px;
    color: #333;
}
.inner-main-thumb .video-big-latest .cat-name {
    background: none;
    color: #666;
    padding: 0;
    font-weight: 700;
    margin-bottom: 10px;
    display: block;
}
.main-news-cat .more-thumbs .items .play-icon {
    width: 32px;
    height: 32px;
    background: #d13938;
    text-align: center;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    line-height: 32px;
    font-size: 14px;
    color: #fff;
    position: absolute;
    top: 35%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    opacity: 1;
    filter: alpha(opacity=100);
}
.main-news-cat .more-thumbs a:hover .play-icon {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.email-id {
    display: block;
    font-size: 12px;
    color: #666;
}
.team-list .cat-tags .cat-name {
    margin: 0 auto;
}
.special-box .owl-theme .owl-dots .owl-dot span {
    width: 5px !important;
    height: 5px !important;
}
.owl-theme .owl-dots .owl-dot span {
    margin: 5px !important;
}
.khelkood .top-nav-box .navigation_box ul li.footer-social.social a .tv-title,
.manoranjan .top-nav-box .navigation_box ul li.footer-social.social a .tv-title {
    color: #333;
}
.khelkood .new-header .top-nav-box .navigation_box ul li.footer-social.social a .tv-title,
.manoranjan .new-header .top-nav-box .navigation_box ul li.footer-social.social a .tv-title {
    color: #fff;
}
.political-news .more-thumbs .items.more-item img {
    height: 125px;
}
.main-stories .more-item.artha-item img,
.samachar-list .big-feature .main-title .more-item.artha-item img {
    height: 170px;
    object-fit: cover;
    width: 100%;
}
.main-stories .more-item.khel-thumbs img,
.samachar-list .big-feature .main-title .more-item.khel-thumbs img {
    height: 260px;
    object-fit: cover;
    width: 100%;
}
.main-stories .more-item.bichar-thumbs img,
.samachar-list .big-feature .main-title .more-item.bichar-thumbs img {
    height: 170px;
    object-fit: cover;
    width: 100%;
}
.main-stories .half-thumbs .more-item img,
.samachar-list .big-feature .main-title .half-thumbs .more-item img {
    height: 260px;
}
.main-news-cat .more-thumbs.sahitya-thumbs img {
    height: 170px;
    width: 100%;
}
.tv-np {
    padding-right: 15px;
    margin-bottom: 20px;
}
.tv-np .black-bg {
    background: #111;
}
.tv-np .main-news-cat .thumb-big img {
    height: 440px;
    object-fit: cover;
}
.tv-np .main-news-cat .more-thumbs .items {
    border-top: 0;
    padding: 30px 0 0 0;
}
.tv-np .main-news-cat .more-thumbs .items:nth-child(1) {
    padding-top: 0;
}
.tv-np .main-news-cat .more-thumbs .items .play-icon {
    top: 20px;
    right: 20px;
    left: inherit;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
.tv-np .main-news-cat .more-thumbs .items .main-title {
    font-size: 20px;
    line-height: 28px;
}
.tv-np .main-news-cat .more-thumbs .more-item img {
    height: 205px;
    object-fit: cover;
}
.tv-np figure .cat-name {
    background: none;
    font-weight: normal;
    color: #4267b2;
    padding: 0;
}
.big-vid .play-icon {
    width: 48px;
    height: 48px;
    background: #d13938;
    text-align: center;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    line-height: 48px;
    font-size: 18px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 90;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    opacity: 1;
    filter: alpha(opacity=100);
}
a:hover .play-icon {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.break-slider {
    margin-bottom: 30px;
    background: #fff;
}
.break-slider figure {
    position: relative;
}
.break-slider figure .cat-name {
    background: none;
    padding: 0;
    font-weight: 400;
}
.break-slider img {
    width: 100%;
    object-fit: cover;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    border-radius: 0 !important;
    height: 410px;
}
.break-slider .main-title {
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    margin: 0;
    padding: 20px 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #4267b2;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    background: rgba(0, 37, 62, 0.8);
    z-index: 92;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
}
.break-slider .main-title .dates {
    display: table;
    font-size: 14px;
    font-weight: 400;
    height: 0;
}
.break-slider a {
    display: table;
    width: 100%;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.break-slider a:hover .main-title {
    color: #fff !important;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.break-slider a:hover .main-title .dates {
    color: #fff;
}
.break-slider .tag-line {
    float: left;
    margin: 0 15px 0 0;
    font-size: 19px;
    color: #222;
    font-weight: 500;
}
.break-slider .tag-line:after {
    content: "";
    height: 15px;
    width: 2px;
    position: relative;
    top: 5px;
    background: #222;
    margin-left: 10px;
    float: right;
}
.break-slider .items {
    display: none;
}
.break-slider .items .main-title {
    opacity: 0;
    filter: alpha(opacity=0);
}
.break-slider .owl-item {
    display: none;
}
.break-slider.owl-loaded .owl-item {
    display: block;
}
.break-slider.owl-loaded .owl-item .items {
    display: flex;
}
.break-slider.owl-loaded .owl-item .items .main-title {
    opacity: 0;
    filter: alpha(opacity=0);
}
.break-slider .active .items a:hover .main-title {
    background: rgba(205, 0, 0, 0.8);
    opacity: 1;
    filter: alpha(opacity=100);
}
.break-slider .active .items a:hover .main-title .dates {
    height: auto;
}
.break-slider .active .items a:hover img {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.description {
    color: #666;
    margin-top: 15px;
}
figure {
    position: relative;
}
figure .feat-icon {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 98;
    color: #fff;
}
figure .feat-icon .left-icon {
    background: rgba(0, 37, 62, 0.8);
    font-size: 17px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    padding: 5px 8px;
    line-height: 18px;
}
figure .feat-icon .feat-title {
    font-weight: 700;
    color: #fff;
    font-size: 18px;
    margin-left: 10px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
.main-title.txt-34 {
    font-size: 34px;
    line-height: 44px;
    display: block;
    font-weight: 700;
    margin-top: 20px;
}
.mukhya-samachar .big-news img {
    width: 100%;
    height: 356px;
    object-fit: cover;
}
.mukhya-samachar .big-news .dates {
    margin-top: 10px;
}
.right-side.side-news .items {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}
.right-side.side-news .items .item-news {
    padding: 20px;
}
.right-side.side-news .items .item-news:nth-child(2) {
    border-top: 1px solid #4267b2;
    padding-top: 20px;
}
.right-side.side-news .items .more-links {
    display: inline-block;
    /*background: #fff;*/
    width: 100%;
    padding: 14px 20px 10px 20px;
    border-top: 1px solid #4267b2;
}
.right-side.side-news .items .more-links .main-title {
    font-size: 14px;
    color: #1c5a72;
    margin-top: 0;
    line-height: 20px;
}
.right-side.side-news .items .more-links .right-icon {
    float: right;
    font-size: 14px;
    color: #333;
    right: 0;
    position: relative;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.right-side.side-news .items .more-links a:hover .right-icon {
    right: -10px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.right-side.side-news .cat-box {
    padding: 10px 10px 0 10px;
}
.right-side.side-news .cat-box .cat-tags {
    padding-top: 0;
    border: 0;
    padding-bottom: 0;
}
.right-side.side-news .cat-box .cat-tags .left-icon {
    top: 0;
}
.right-side.side-news .taja-samachar-box {
    border: 1px solid #4267b2;
}
.right-side.side-news .extra-link {
    float: right;
    margin-top: -25px;
    font-size: 14px;
    color: #666;
    font-weight: 400;
    border: 1px solid #4267b2;
    padding: 5px 10px;
    line-height: 16px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}
a:hover .main-title {
    color: #666 !important;
}
.mask-layer {
    overflow: hidden;
    /*height: 520px;*/
}
.mask-layer.taja-scroll {
    min-height: 500px;
}
.section.section-news.big-news-list .extra-link {
    float: right;
    margin-top: -25px;
    font-size: 14px;
    color: #666;
    font-weight: 400;
    border: 1px solid #4267b2;
    padding: 5px 10px;
    line-height: 16px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}
.half-news-list .item-news {
    border-bottom: 1px solid #4267b2;
    padding: 30px 0;
}
.half-news-list .item-news:nth-child(1) {
    padding-top: 0;
    border-top: 0;
}
.half-news-list .item-news figure {
    position: relative;
}
.half-news-list .item-news figure img {
    width: 190px;
    height: 160px;
    object-fit: cover;
    float: left;
}
.half-news-list .item-news .main-title {
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    display: block;
    margin-bottom: 0;
    color: #1c5a72;
}
.half-news-list .item-news .description {
    margin-top: 15px;
}
.half-news-list .item-news .dates {
    margin-top: 10px;
}
.half-news-list.samachar-more .item-news:nth-child(1) {
    border-top: 1px solid #4267b2;
    padding-top: 30px;
}
.description {
    color: #666;
    display: block;
    font-size: 16px;
    line-height: 28px;
}
.dates {
    font-size: 14px;
    color: #666;
    display: block;
    font-style: italic;
}
.right-side.side-news .aside-news {
    position: relative;
}
.right-side.side-news .aside-news .mask-layer {
    height: 535px;
}
.right-side.side-news .aside-news .mask-layer.alt {
    height: 285px;
}
.right-side.side-news .aside-news .mask-layer.taja-scroll {
    height: 375px;
}
.right-side.side-news .aside-news .mask-layer.bichar-scroll {
    height: 340px;
}
.right-side.side-news .aside-news .mask-layer.samaj-scroll {
    height: 375px;
}
.right-side.side-news .aside-news .mask-layer.normal-scroll {
    height: 340px;
}
.right-side.side-news .aside-news .big-thumb-side {
    margin: 0;
    border: 0;
    padding: 0 !important;
    position: relative;
}
.right-side.side-news .aside-news .big-thumb-side:hover {
    background: none !important;
}
.right-side.side-news .aside-news .big-thumb-side figure img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    -webkit-border-radius: 5px 5px 0 0 !important;
    -moz-border-radius: 5px 5px 0 0 !important;
    -ms-border-radius: 5px 5px 0 0 !important;
    border-radius: 5px 5px 0 0 !important;
}
.right-side.side-news .aside-news .big-thumb-side figure:before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #fff);
    z-index: 10;
}
.right-side.side-news .aside-news .big-thumb-side .main-title {
    font-size: 22px;
    line-height: 30px;
    padding: 20px;
    position: relative;
    z-index: 10;
}
.right-side.side-news .aside-news .big-thumb-side .main-title .dates {
    font-weight: 400;
}
.right-side.side-news .aside-news .item-news {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.right-side.side-news .aside-news .item-news:hover {
    background: #4267b2;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.right-side.side-news .cat-box.small-cat-box {
    position: absolute;
    top: 15px;
    left: 0;
    z-index: 80;
    padding-top: 0;
    width: 100%;
    padding-left: 0;
}
.right-side.side-news .cat-box.small-cat-box .cat-tags {
    padding-left: 20px;
}
.right-side.side-news .cat-box.small-cat-box .cat-tags .cat-name {
    background: #1c5a72;
    font-size: 16px;
    color: #fff;
    padding: 5px 12px;
    line-height: 20px;
    font-weight: 400;
}
.right-side.side-news .cat-box.small-cat-box .cat-tags .cat-name a {
    color: #fff;
}
.right-side.side-news .cat-box.normal-cat-box {
    position: relative;
    top: 0;
    padding-top: 15px;
}
.right-side.side-news .items.taja-samachar-box.bichar-side figure img {
    -webkit-border-radius: 50px !important;
    -moz-border-radius: 50px !important;
    -ms-border-radius: 50px !important;
    border-radius: 50px !important;
    width: 50px;
    height: 50px;
    object-fit: cover;
}
.right-side.side-news .items.taja-samachar-box.int-big .item-news figure img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}
.right-side.side-news .items.taja-samachar-box.interview-thumbs .item-news figure img {
    width: 67px;
}
.light-gray {
    background: #f7f7f7;
}
.full-bigyaapan-box {
    margin: 0;
}
.extra-link {
    background: #fff;
}
.right-side.side-news .taja-samachar-box.thumb-right-list {
    border: 0;
    padding: 0;
}
.right-side.side-news .taja-samachar-box.thumb-right-list.right-thumb .item-news figure .feat-icon {
    display: none;
}
.right-side.side-news .taja-samachar-box.thumb-right-list.right-thumb .item-news figure img {
    width: 80px;
    height: 60px;
    object-fit: cover;
}
.right-side.side-news .taja-samachar-box.thumb-right-list .item-news {
    padding-left: 0;
    padding-right: 0;
}
.right-side.side-news .taja-samachar-box.thumb-right-list .item-news:nth-child(1) {
    border-top: 0;
    padding-top: 0;
}
.right-side.side-news .taja-samachar-box.thumb-right-list .item-news img {
    width: 160px;
    height: 110px;
}
.right-side.side-news .taja-samachar-box.thumb-right-list.gossip-small-list .item-news .main-title {
    position: relative;
    padding: 0;
    color: #fff;
    max-width: none;
}
.right-side.side-news .taja-samachar-box.thumb-right-list.gossip-small-list .item-news .dates {
    color: #4267b2;
}
.right-side.side-news .taja-samachar-box.thumb-right-list.gossip-small-list .item-news a:hover .main-title {
    color: #4267b2 !important;
}
.left-side.one-thumb .mukhya-samachar .big-news img {
    height: 196px;
}
.left-side.one-thumb .mukhya-samachar .big-news .main-title {
    font-size: 30px;
    line-height: 40px;
}
.left-side.one-thumb .mukhya-samachar .big-news .description {
    margin-top: 20px;
}
.left-side.two-thumb .mukhya-samachar .big-news {
    margin-top: 30px;
}
.left-side.two-thumb .mukhya-samachar .big-news:nth-child(1) {
    margin-top: 0;
}
.left-side.two-thumb .mukhya-samachar .big-news img {
    height: 143px;
    object-fit: cover;
}
.left-side.two-thumb .mukhya-samachar .big-news .main-title {
    font-size: 20px;
    line-height: 26px;
}
.black-bg {
    background: #111;
}
.video-break .cat-tags {
    border-color: #666;
}
.video-break .cat-tags .cat-name {
    color: #fff;
}
.video-break .cat-tags .cat-name a {
    color: #fff;
}
.video-break .cat-tags .extra-link {
    color: #fff !important;
    border-color: #666 !important;
    background: none;
}
.video-break .big-news .main-title {
    color: #eeeeee;
}
.video-break .big-news a:hover .main-title {
    color: #fff !important;
}
.right-side.side-news .items .health-logo {
    width: 95px;
}
.right-side.side-news .items.taja-samachar-box.more-vids {
    border: 0;
    padding: 0;
}
.right-side.side-news .items.taja-samachar-box.more-vids .item-news {
    border-top: 1px solid #222;
    padding-left: 0;
    padding-right: 0;
}
.right-side.side-news .items.taja-samachar-box.more-vids .item-news:nth-child(1) {
    border-top: 0;
    padding-top: 0;
}
.right-side.side-news .items.taja-samachar-box.more-vids .item-news .main-title {
    color: #ccc;
}
.right-side.side-news .items.taja-samachar-box.more-vids .item-news:hover {
    background: none;
}
.right-side.side-news .items.taja-samachar-box.more-vids .item-news a:hover .main-title {
    color: #fff !important;
}
.right-side.side-news .items.taja-samachar-box.more-vids figure img {
    height: 90px;
}
.right-side.side-news .items.taja-samachar-box.more-vids figure .feat-icon {
    top: inherit;
    bottom: 10px;
    left: 10px;
}
.right-side.side-news .items.taja-samachar-box.more-vids figure .feat-icon .left-icon {
    background: #1c5a72;
    font-size: 12px;
    padding: 4px 8px;
}
.right-side.side-news .items.taja-samachar-box .item-news.health-feat img {
    width: 170px;
    height: 125px;
}
.right-side.side-news .items.taja-samachar-box .item-news.health-feat .main-title {
    font-size: 20px;
    line-height: 28px;
}
.editors-pic {
    background: #4267b2;
    border: 1px solid #ccc;
    padding: 20px;
    margin-bottom: 30px;
    display: block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}
.editors-pic .picks-title {
    font-size: 16px;
    color: #1c5a72;
    margin: 0 0 15px 0;
    line-height: 20px;
}
.editors-pic img {
    width: 120px;
    height: 80px;
    object-fit: cover;
    margin-bottom: 0;
}
.editors-pic .main-title {
    font-size: 18px;
    line-height: 26px;
    margin-top: 0;
    font-weight: 700;
    color: #333;
    display: block;
}
.editors-pic .dates {
    font-size: 14px;
    color: #666;
    display: block;
    margin-top: 5px;
    line-height: 18px;
}
.editors-pic a:hover {
    text-decoration: none;
}
.editors-pic.big {
    max-width: 320px;
}
.editors-pic.big img {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}
.editors-pic.big .main-title {
    font-size: 20px;
    line-height: 24px;
}
.editors-pic.big .dates {
    margin-top: 20px;
}
.editors-pic.big.left-side {
    float: left;
    margin-right: 30px;
}
.editors-pic.big.right-side {
    float: right;
    margin-left: 30px;
}
.author-infos {
    background: #4267b2;
    padding: 20px 5px;
    border: 1px solid #ccc;
    margin-top: 30px;
    margin-bottom: 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    margin: 0;
}
.author-infos .social-icons {
    float: right;
    margin-top: -3px;
}
.author-infos .social-icons a {
    margin-right: 5px;
    display: inline-block !important;
    width: auto;
}
.author-infos .social-icons .left-icon {
    width: 24px;
    height: 24px;
    text-align: center;
    background: #999;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    line-height: 24px;
    font-size: 14px;
}
.author-infos .social-icons .left-icon:hover {
    background: #666;
}
.author-infos .main-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    display: block;
    margin-top: 0;
}
.author-infos .main-title a {
    display: inline-block !important;
}
.author-infos .designation {
    font-size: 14px;
    color: #666;
    display: block;
    line-height: 22px;
    margin-top: 10px;
    font-style: italic;
}
a .feat-icon {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
a img {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
a:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
a:hover .feat-icon {
    opacity: 0.3;
    filter: alpha(opacity=30);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.taja-list .cat-tags .cat-name {
    font-size: 18px;
    line-height: 20px;
    padding-top: 6px;
}
.four-news {
    justify-content: center;
}
.main-news-cat .big-news {
    position: relative;
}
.main-news-cat .big-news .share-box {
    position: absolute;
    bottom: 40px;
    left: 40px;
    z-index: 93;
}
.main-news-cat .big-news.break-single .cat-name {
    background: none;
    padding: 0;
    text-decoration: underline;
}
.main-news-cat .big-news.break-single .main-title {
    font-size: 46px;
    line-height: 62px;
    max-width: 80%;
    bottom: 42px;
}
.main-news-cat .big-news.break-single .dates {
    color: #fff;
}
.main-news-cat .big-news.break-single figure img {
    height: auto;
}
.main-news-cat .big-news.break-single figure:before {
    background-image: linear-gradient(-90deg, transparent, rgba(0, 0, 0, 0.5));
    height: 100%;
    width: 90%;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    -ms-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
}
.main-news-cat .big-news.break-single a:hover .main-title {
    color: #fff !important;
}
.main-news-cat .big-news.break-single.ent-small .main-title {
    font-size: 18px;
    line-height: 26px;
    bottom: 0;
    left: 0;
    padding: 15px;
    width: 100%;
    max-width: none;
}
.main-news-cat .big-news.break-single.ent-small .main-title .dates {
    display: none;
}
.main-news-cat .big-news.break-single.ent-small figure img {
    height: 190px;
}
.main-news-cat .big-news.break-single.ent-small figure:before {
    background-image: linear-gradient(180deg, transparent, black);
    height: 100%;
    width: 100%;
}
.main-news-cat .big-news.break-single.ent-small.gossip-thumb-small figure img {
    height: 230px;
}
.main-news-cat .big-news.break-single.gossip-thumb .main-title {
    font-size: 32px;
    line-height: 46px;
    max-width: none;
    width: 100%;
    bottom: 0;
}
.breaking-three .left-side.one-thumb .mukhya-samachar .big-news .main-title {
    font-size: 46px;
    line-height: 56px;
}
.breaking-three .left-side.two-thumb .samachar-box {
    margin-bottom: 30px;
    box-sizing: border-box;
}
.breaking-three .right-side.breaks-item {
    margin-top: 30px;
}
#st-1 .st-btn {
    display: inline-block !important;
}
.nav-title {
    padding: 25px 22px 10px 22px;
    font-weight: 700;
    font-size: 22px;
    line-height: 22px;
    color: #1c5a72;
}
.nav-title .alt {
    color: #002b5a;
}
.nav-title a {
    color: #1c5a72;
}
.nav-title a:hover {
    color: #1c5a72;
}
.nav-title a .alt {
    color: #002b5a;
}
.business-feat-template .two-thumb {
    border-right: 1px solid #4267b2;
}
.business-feat-template .two-thumb .main-title {
    font-size: 22px !important;
    line-height: 30px !important;
}
.business-feat-template .right-thumb .main-title {
    font-size: 22px !important;
    line-height: 30px !important;
}
.business-feat-template.sports-feat-template .one-thumb {
    order: 2;
}
.business-feat-template.sports-feat-template .two-thumb {
    border: 0;
    order: 1;
}
.business-feat-template.sports-feat-template .two-thumb .items.big-news {
    padding-top: 30px;
    border-top: 1px solid #4267b2;
}
.business-feat-template.sports-feat-template .two-thumb .items.big-news:nth-child(1) {
    border-top: 0;
    padding-top: 0;
}
.business-feat-template.sports-feat-template .two-thumb.alt {
    order: 3;
}
.ent-video .feat-icon {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    right: 20px;
    left: inherit;
}
.ent-video .feat-icon .left-icon {
    background: #1c5a72;
    width: 24px;
    height: 24px;
    line-height: 13px;
    font-size: 12px;
}
.ent-video a:hover .feat-icon {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.share-now .st-btn {
    display: inline-block !important;
}
.right-side.side-news .aside-news.model-right .big-news.break-single figure:before {
    background: linear-gradient(180deg, transparent, black);
    width: 100%;
    height: 65%;
}
.right-side.side-news .aside-news.model-right .big-news.break-single .main-title {
    font-size: 24px;
    line-height: 30px;
    max-width: none;
    width: 100%;
    bottom: 0;
}
.gossip-bg {
    background: #4a142c;
}
.gossip-bg .right-side .item-news {
    border-top: 1px solid #aaa;
}
.gossip-bg .cat-tags {
    border-bottom: 1px solid #aaa;
}
.gossip-bg .cat-tags .cat-name {
    color: #fff;
}
.gossip-bg .cat-tags .cat-name a {
    color: #fff;
}
.in-page-bigyaapan .container {
    padding: 0;
}
.section .featured-images img {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    border-radius: 0 !important;
}
.section .featured-images .caption-line {
    text-align: center;
}
.left-side.full-left-side {
    width: 100%;
}
.health-section .follow-big {
    position: relative;
    height: 100vh !important;
    display: flex;
    align-items: flex-end;
}
.health-section .follow-big:before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), #000);
    z-index: inherit;
}
.health-section .health-feature {
    padding: 150px 0 0 0;
}
.health-section .main-news-cat.health-feature .items .main-title {
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    max-width: 60%;
}
.health-section .main-news-cat.health-feature .items .description {
    color: #4267b2;
    max-width: 60%;
}
.health-section .main-news-cat.health-feature .items.follow-news {
    margin-top: 30px;
    border-left: 1px solid #4267b2;
}
.health-section .main-news-cat.health-feature .items.follow-news:nth-child(1) {
    border-left: 0;
}
.health-section .main-news-cat.health-feature .items.follow-news .main-title {
    padding: 0;
    font-size: 22px;
    line-height: 34px;
    max-width: none;
}
.health-section .main-news-cat.health-feature .items.follow-news .dates {
    color: #fff;
}
.health-section .follow-news {
    background: #000;
}
.health-section .follow-news .main-news-cat.health-feature {
    padding-top: 30px;
    padding-bottom: 30px;
}
.editor-box table tr:hover td .social-icons {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.editor-box table td .social-icons {
    float: right;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.editor-box table td .social-icons .left-icon {
    width: 24px;
    height: 24px;
    text-align: center;
    background: #999;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    line-height: 24px;
    font-size: 14px;
}
.editor-box table td .social-icons .left-icon:hover {
    background: #666;
}
.editor-box table td .social-icons .left-icon.facebook {
    background: #3b5998;
}
.editor-box table td .social-icons .left-icon.twitter {
    background: #00aced;
}
.editor-box table td .media.team-item {
    justify-content: left;
    margin: 0;
}
.editor-box table td .media.team-item .user-image {
    margin-right: 15px;
}
.editor-box table td .media.team-item .user-image img {
    width: 46px !important;
    height: 46px !important;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    margin: 0;
    float: left;
    object-fit: cover;
}
.editor-box table td .media.team-item .main-title {
    font-weight: 700;
    color: #222;
    font-size: 16px;
    line-height: 20px;
}
.main-news-cat.more-feat {
    justify-content: center;
}
.main-news-cat.video-feat {
    justify-content: center;
}
.breaking-box.break-normal .news-break {
    padding-top: 30px;
    border-top: 1px solid #ccc;
}
.breaking-box.break-normal .news-break:nth-child(1) {
    padding-top: 0;
    border-top: 0;
}
.cat-box.cat-page-title .cat-tags {
    color: #002b5a;
}
.cat-box.cat-page-title .cat-tags .cat-name {
    padding-top: 0;
}
.cat-box.cat-page-title .cat-tags .cat-name a {
    color: #002b5a;
}
.search-title {
    position: relative;
    margin: 15px 0;
    padding: 20px;
    background: #4267b2;
    border: 1px solid #4267b2;
    display: block;
}
.search-title .result-title {
    font-size: 18px;
    font-weight: 400;
    font-style: italic;
    color: #666;
    display: block;
    line-height: 26px;
}
.search-title .result-title .keyword-title {
    color: #1c5a72;
}
.search-title .more-search {
    font-size: 14px;
    position: absolute;
    right: 30px;
    top: 18px;
}
.search-title .more-search .left-icon {
    margin-left: 5px;
}
.search-title .more-search a {
    background: #002b5a;
    padding: 5px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
}
.search-title .more-search a:hover {
    background: #1c5a72;
}
.detail-box.hamroteam,
.hamroteam.detail-featured-box {
    padding-left: 0;
    padding-right: 0;
}
.template-three .left-side.one-thumb .mukhya-samachar .big-news img {
    height: 356px;
}
.template-three .left-side.two-thumb .mukhya-samachar .big-news img {
    height: 196px;
}
.template-three.template-four .left-side.two-thumb .mukhya-samachar .big-news img {
    height: 169px;
}
.editor-box .tag-list {
    margin: 30px 0;
    padding: 0;
    display: inline-block;
    width: 100%;
}
.editor-box .tag-list li {
    list-style: none;
    float: left;
    margin: 0 8px 10px 0;
    padding-left: 0;
}
.editor-box .tag-list li a {
    background: #4267b2;
    padding: 5px 15px;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #4267b2;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    display: block;
    color: #333;
    line-height: 18px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
}
.editor-box .tag-list li a:hover {
    background: #666;
    color: #fff;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    text-decoration: none;
    border-color: #666;
}
.manoranjan-block .left-side.one-thumb .mukhya-samachar .big-news img {
    height: 356px;
}
.manoranjan-block .left-side.two-thumb .mukhya-samachar .big-news.alt img {
    height: 170px;
}
.left-side.full-page .section.full-bigyapan {
    margin-top: 0;
}
.left-side.full-page .section.full-bigyapan.in-page-bigyaapan .bigyaapan-box {
    margin: 0;
}
.left-side.full-page .section .bigyaapan-box {
    margin: 0 -15px;
}
.left-side.full-page .section .bigyaapan-item {
    padding: 0;
}
.right-side.side-news .taja-samachar-box.author-news .item-news {
    padding: 5px 18px;
}
.right-side.side-news .taja-samachar-box.author-news .item-news .main-title {
    font-size: 16px;
    line-height: 26px;
    padding-left: 5px;
    position: relative;
}
.right-side.side-news .taja-samachar-box.author-news .item-news .main-title:before {
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 18px;
    color: #999;
    position: absolute;
    top: 0;
    margin-right: 15px;
    left: -10px;
}
.content-editor .title-names {
    display: inline-block;
    width: 100%;
}
.taja-desktop {
    display: none;
}
.txt-64 {
    font-size: 64px !important;
    line-height: 80px !important;
}
.health-samachar .video-player iframe {
    width: 100%;
}
.corona-box {
    background: #1d1c2c;
    margin-top: 15px;
}
.corona-box .row {
    margin: 0;
}
.corona-box .corona-title {
    padding-top: 10px;
}
.corona-box .corona-title .items {
    border-bottom: 1px solid #4d4b62;
    padding-bottom: 15px;
}
.corona-box .corona-title .items img {
    width: 60px;
}
.corona-box .corona-title a {
    color: #fff;
    margin: 0 auto;
}
.corona-box .corona-title a .main-title {
    font-size: 28px;
    font-weight: 400;
    text-align: right;
    color: #fff;
    display: block;
    line-height: 40px;
    margin-top: 5px;
}
.corona-box .corona-title a:hover .main-title {
    color: #ccc !important;
}
.corona-box .corona-title img {
    float: left;
    margin-right: 10px;
    margin-left: 15px;
    width: 100px;
    height: auto;
}
.corona-box .corona-num {
    border-left: 1px solid #4d4b62;
    padding-top: 15px;
}
.corona-box .corona-num.in-nepal {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
}
.corona-box .corona-num.in-nepal .small-data-title {
    border-bottom: 1px solid #4d4b62;
    padding-top: 0;
    display: block;
    margin-top: 0;
    padding-bottom: 10px;
    margin-bottom: 0;
}
.corona-box .corona-num.in-nepal .row {
    margin: 0 -15px;
}
.corona-box .corona-num.in-nepal .row .item-nepal:nth-child(1) {
    border-left: 0;
}
.corona-box .corona-num.in-nepal .row .item-nepal .nepal-num .small-data-title {
    display: inline-block;
    border: 0;
    margin: 0;
}
.corona-box .corona-num.in-nepal .row .item-nepal .nepal-num .big-data-title {
    margin-left: 10px;
    font-size: 22px;
    display: inline-block;
}
.corona-box .corona-num .small-data-title {
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    display: block;
    line-height: 28px;
    margin-bottom: 6px;
    margin-top: 6px;
}
.corona-box .corona-num .small-data-title.more-link {
    font-size: 20px;
}
.corona-box .corona-num .big-data-title {
    font-size: 32px;
    font-weight: 700;
    color: #fecf00;
    display: block;
    line-height: 38px;
}
.corona-box .corona-num img {
    display: block;
    margin-bottom: 5px;
    width: 100%;
}
.corona-box .corona-num.updated-time {
    padding: 0;
    border: 0;
    text-align: center;
    font-size: 16px;
    color: #333;
    display: block;
    line-height: 22px;
    padding-top: 0;
}
.corona-box .corona-num.updated-time .items {
    background: #fecf00;
    display: block;
    padding: 5px 0;
}
.corona-box .corona-num.updated-time .items .date-line {
    line-height: 24px;
    display: block;
    font-size: 16px;
}
.who-map {
    margin-bottom: 15px;
}
.who-map iframe {
    width: 100%;
}
.who-map.corona-map-mobile {
    display: none;
}
.section {
    float: none !important;
}
.editor-box .featured-images iframe {
    width: 100%;
}
.editor-box .featured-images .embed-responsive {
    margin-top: 0;
}
.half-news-list .item-news figure img {
    width: 230px;
    height: 128px;
}
.mobile-bigyaapan {
    display: none;
}
.insert-ad {
    align-items: center;
    justify-content: center;
}
.editor-box .ad-item img {
    margin: 0 auto !important;
    float: none;
    display: table;
    max-width: 100%;
}
.bigyaapan-item img {
    max-width: 100%;
    margin: 0 auto;
}
.editor-box .ad-item {
    margin-bottom: 20px;
}
a[href^="tel"] {
    text-decoration: inherit;
    color: inherit;
}
.content-editor {
    margin-top: 5px;
}
.mymove {
    -webkit-animation: movebg 5s infinite;
    -moz-animation: movebg 5s infinite;
    -o-animation: movebg 5s infinite;
    animation: movebg 5s infinite;
}
@-webkit-keyframes hvr-ripple-out {
    100% {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0;
    }
}
@keyframes hvr-ripple-out {
    100% {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0;
    }
}
.hvr-ripple-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
}
.hvr-ripple-out:before {
    content: "";
    position: absolute;
    border: #e1e1e1 solid 6px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}
.hvr-ripple-out:hover:before,
.hvr-ripple-out:focus:before,
.hvr-ripple-out:active:before {
    -webkit-animation-name: hvr-ripple-out;
    animation-name: hvr-ripple-out;
}
.mymove {
    -webkit-animation: movebg 5s infinite;
    -moz-animation: movebg 5s infinite;
    -o-animation: movebg 5s infinite;
    animation: movebg 5s infinite;
}
.footer {
    margin: 20px 0 0 0;
    width: 100%;
    font-size: 14px;
    color: #666;
    padding: 0;
    display: table;
}
.footer .footer-wrapper {
    background: #2c87f9;
    display: inline-block;
    width: 100%;
    padding-top: 30px;
}
.footer .description {
    line-height: 22px;
    display: block;
    font-size: 16px;
    color: #fff;
    word-break: break-all;
}
.footer .samachar-box .main-title {
    color: #fff;
    font-size: 17px;
}
.footer .cat-box {
    margin-bottom: 0;
    border: 0;
}
.footer .cat-box .cat-tags {
    margin-bottom: 0;
    font-size: 18px;
    color: #2f77bc;
    line-height: 28px;
}
.footer .social-row .media {
    margin-top: 20px !important;
}
.footer .social-row .media:nth-child(1) {
    margin-top: 40px !important;
}
.footer .social-row .media .social-title {
    color: #333;
    font-size: 14px;
}
.footer .social-row .media h1 a:hover .social-title {
    text-decoration: underline;
}
.footer .item-box,
.footer .box-item {
    padding: 15px 0;
    display: block;
    border-top: 0;
}
.footer .item-box:nth-child(2),
.footer .box-item:nth-child(2) {
    padding-top: 0;
    border: 0;
    padding-top: 0;
}
.footer .item-box .title-main,
.footer .box-item .title-main {
    margin-bottom: 0;
    font-size: 18px;
    color: #fff;
    line-height: 10px;
}
.footer .item-box .title-main a,
.footer .box-item .title-main a {
    color: #fff;
}
.footer .box-item {
    padding: 15px 0;
}
.footer .box-item .main-title {
    margin-bottom: 0 !important;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.footer .box-item .main-title:hover {
    color: #fff;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.footer .items {
    color: #666;
    text-align: left;
    font-size: 16px;
    margin: 0;
}
.footer .items .tags {
    background: #464646;
}
.footer .items.social-media-feed .media h1 {
    margin-bottom: 15px;
}
.footer .items.social-media-feed .social-row .media h1 {
    font-size: 14px;
    margin-bottom: 0;
}
.footer .items .media {
    display: flex;
    padding: 25px 0;
    border-top: 1px solid #222;
}
.footer .items .media:nth-child(2) {
    padding-top: 0;
    border-top: 0;
}
.footer .items .media img {
    height: 120px;
}
.footer .items .media a {
    display: inherit;
}
.footer .items .media:nth-child(1) {
    margin-top: 0;
}
.footer .items .media h1 {
    margin-bottom: 0;
}
.footer .items .media h1.title-main {
    margin-bottom: 0;
}
.footer .items .media h2.reg-no {
    font-size: 14px;
    margin: 0 0 20px 0;
    padding: 0;
    line-height: 18px;
}
.footer .items .media figure {
    display: block;
    margin: 0;
}
.footer .items .media .facebook {
    background: #3b5998;
}
.footer .items .media .twitter {
    background: #00aced;
}
.footer .items .media .youtube {
    background: #b00;
}
.footer .items .media .instagram {
    background: #bc2a8d;
}
.footer .items .media .google-plus {
    background: #dd4b39;
}
.footer .items .social-box {
    margin-top: 0;
    text-align: center;
}
.footer .items h1 {
    font-size: 16px;
    color: #222;
    margin-bottom: 10px;
    font-weight: 700;
    line-height: 18px;
}
.footer .items h1 .left-icon {
    color: #fff;
    font-size: 14px;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    background: #84b1d7;
    margin-right: 15px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
}
.footer .items .main-title {
    color: #aaa;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 15px;
    display: block;
}
.footer .items .logo-heading {
    font-size: 30px;
    font-weight: 400;
    letter-spacing: -1px;
    display: block;
    line-height: 40px;
    margin-bottom: 20px;
}
.footer .items .list-group-item {
    background: none;
    margin: 0;
    padding: 0;
    border: 0;
}
.footer .items .list-group-item li {
    list-style: none;
    margin-top: 15px;
    display: block;
    position: relative;
    padding-left: 20px;
}
.footer .items .list-group-item li a {
    color: #dfdfdf;
}
.footer .items .list-group-item li a:hover {
    color: #fff;
    text-decoration: underline;
}
.footer .items .list-group-item li .list-icon {
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 8px;
    color: #b1b1b1;
}
.footer .social-icon {
    text-align: left;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.copyright {
    font-size: 14px;
    color: #666;
}
.copyright .designby {
    text-align: right;
}
.copyright .designby a {
    color: #666;
}
.copyright .designby a:hover {
    color: #333;
}
.footer-line {
    padding: 0;
    display: inline-block;
    width: 100%;
    background: #fff;
}
.social-box {
    text-align: center;
}
.social-box .social-icons {
    display: table;
    margin: 0 auto;
}
.social-box a {
    width: 38px;
    height: 38px;
    border: 1px solid #aaa;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    text-align: center;
    font-size: 14px;
    color: #aaa;
    float: left;
    margin: 0 5px;
    line-height: 38px;
}
.social-box a:hover {
    border: 1px solid #fff;
    color: #fff;
}
.upToScroll {
    position: fixed;
    display: inline-block;
    height: 40px;
    bottom: -80px;
    line-height: 40px;
    right: 20px;
    cursor: pointer;
    z-index: 9997;
}
.upToScroll a {
    color: #fff;
}
.scrollToTop {
    padding: 0;
    background: #002b5a;
    text-align: center;
    color: #fff;
    width: 32px;
    height: 32px;
    display: block;
    line-height: 32px;
    font-size: 12px;
    opacity: 1;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
}
a.scrollToTop:hover {
    color: #fff;
    background: #222;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
    opacity: 1;
}
.upToScroll.buttonShow {
    bottom: 80px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.buttonShow:focus {
    color: #fff;
}
ul.footer-nav {
    margin: 0;
    padding: 0;
    display: block;
}
ul.footer-nav li {
    list-style: none;
    margin: 0 0 10px 0;
    padding: 0;
    display: inline-block;
    width: 100%;
}
ul.footer-nav li a {
    font-size: 16px;
    display: block;
    color: #fff;
    line-height: 26px;
}
ul.footer-nav li a:hover {
    color: #fff;
}
ul.footer-nav li:nth-child(1) {
    margin-left: 0;
}
ul.footer-nav.big-nav {
    margin-bottom: 30px;
}
ul.footer-nav.big-nav li {
    display: block;
    margin-left: 0;
}
ul.footer-nav.big-nav li a {
    font-size: 18px;
    font-weight: 700;
    color: #666;
}
ul.footer-nav.small-nav li a {
    font-size: 14px;
    color: #666;
}
ul.footer-nav.small-nav li a:hover {
    color: #333;
}
.social-icon {
    font-size: 18px;
    color: #666;
    margin-right: 15px;
}
.social-icon:hover {
    color: #fff;
}
.social-icon .icons {
    font-size: 24px;
    color: #b8bdc3;
    border: 1px solid #b8bdc3;
    width: 50px;
    height: 50px;
    line-height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    margin-right: 15px;
    text-align: center;
}
.social-icon a:hover .icons {
    color: #fff;
    border-color: #fff;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.footer-fixed-ad {
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
}
ul.trending-footer {
    background: none;
    margin: 0;
    padding: 0;
}
ul.trending-footer li {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    list-style: none;
}
ul.trending-footer li a {
    border: 1px solid #4267b2;
    padding: 2px 10px;
    font-size: 14px;
    line-height: 18px;
    color: #666;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}
ul.trending-footer li a:hover {
    border: 1px solid #222;
    color: #222;
}
.footer-logo {
    text-align: center;
    padding-top: 0;
    position: relative;
}
.footer-logo img {
    max-width: 152px;
    height: auto;
    float: left;
    background: #fff;
    padding: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.footer .top-nav-box {
    background: none !important;
    border: 0;
    margin-top: 0;
}
.left-line {
    border-left: 1px solid #4267b2;
}
.footer .top-nav-box .navigation_box ul li.footer-social.social a .left-icon {
    background: #fff;
    color: #666 !important;
}
.footer .top-nav-box .navigation_box ul li.footer-social.social a:hover .left-icon {
    background: #4267b2;
    color: #FFF !important;
}
.health-logo.item-box,
.footer .health-logo.box-item {
    text-align: right;
}
.health-logo.item-box img,
.footer .health-logo.box-item img {
    display: inline-block;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.footer .foot-logo {
    margin: 0 0 15px 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #4c7383;
}
.footer .foot-logo .footer-logo {
    padding-left: 0;
}
.footer .foot-logo .top-left-menu {
    padding-right: 0;
}
.footer .contact-item {
    border-left: 1px solid #4c7383;
}
.footer .navs-item {
    border-left: 1px solid #4c7383;
    border-right: 1px solid #4c7383;
}
.footer .samachar-box {
    margin-bottom: 20px;
}
.mymove {
    -webkit-animation: movebg 5s infinite;
    -moz-animation: movebg 5s infinite;
    -o-animation: movebg 5s infinite;
    animation: movebg 5s infinite;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .main-stories .more-item img,
    .samachar-list .big-feature .main-title .more-item img,
    .samachar-list .big-feature .main-title .more-item img,
    .samachar-list .big-feature.half-section img {
        height: 280px;
    }
    .half-section .item-list .main-title {
        font-size: 24px;
        line-height: 32px;
    }
    .half-section .side-list .media a img {
        height: 150px;
    }
    .pradesh-list .news-item img {
        height: 200px;
    }
    .pradesh-list .news-item {
        height: 330px;
    }
    .manoranjan .samachar-list .big-feature img {
        height: 480px;
    }
    .manoranjan .samachar-list .side-section img {
        height: 226px;
    }
    .samachar-list .side-section .main-title {
        font-size: 20px;
        line-height: 28px;
        font-weight: 700;
        padding: 22px;
    }
    .normal-list .samachar-list .side-section .item-list img {
        height: 125px;
    }
    .videos-list .samachar-list .big-feature img {
        height: 300px;
    }
    .videos-list .samachar-list .big-feature .main-title {
        font-size: 24px;
        line-height: 32px;
    }
    .photo-list .samachar-list .big-feature img {
        height: 200px;
    }
    .photo-list .samachar-list .big-feature .main-title {
        font-size: 18px;
        line-height: 26px;
        padding: 20px;
    }
    .bishesh.news-cat-list .items img {
        height: 180px;
    }
    .bishesh.news-cat-list .items a {
        height: 420px;
    }
    .pro-tab li a {
        width: 118px;
    }
    .pro-tab li a#saturday-tab {
        width: 117px;
    }
    .podcast-items .items {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }
    .podcast-items .items .main-title {
        font-size: 18px;
        line-height: 24px !important;
    }
    .podcast-items .items:nth-child(4) {
        margin-top: 30px;
    }
    .todays .start-time .on-air {
        margin-top: 10px;
        float: left !important;
    }
    .more-teams .item-news .main-title {
        font-size: 15px;
        line-height: 20px;
        display: block;
    }
    .photos-list-box .main-stories .items img,
    .photos-list-box .samachar-list .big-feature .main-title .items img,
    .samachar-list .big-feature .photos-list-box .main-title .items img {
        height: 300px;
    }
    .photos-list-box .main-stories .items .main-title,
    .photos-list-box .samachar-list .big-feature .main-title .items .main-title,
    .samachar-list .big-feature .photos-list-box .main-title .items .main-title,
    .main-stories .more-item .main-title,
    .samachar-list .big-feature .main-title .more-item .main-title {
        font-size: 18px;
        line-height: 24px;
    }
    .photos-list-box .main-stories .latest-album .main-title,
    .photos-list-box .samachar-list .big-feature .main-title .latest-album .main-title,
    .samachar-list .big-feature .photos-list-box .main-title .latest-album .main-title {
        font-size: 42px;
        line-height: 60px;
    }
    .photos-list-box .main-stories .latest-album img,
    .photos-list-box .samachar-list .big-feature .main-title .latest-album img,
    .samachar-list .big-feature .photos-list-box .main-title .latest-album img {
        height: auto;
    }
    .video-list .video-play {
        top: 20px;
        left: 20px;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
    .related-more .items img {
        height: 150px;
    }
    .main-story-slider img,
    .featured-one img,
    .featured-one img {
        height: 420px;
    }
    .main-stories .more-item.small-feature img,
    .samachar-list .big-feature .main-title .more-item.small-feature img,
    .samachar-list .big-feature .main-title .more-item.small-feature img {
        height: 195px;
    }
    .video-slider img,
    .photo-slider img {
        object-fit: contain;
    }
    .break-slider img {
        height: 290px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .container {
        max-width: 100%;
    }
    .slider-ad {
        height: 200px;
    }
    .vert {
        height: 200px;
    }
    .vert .simply-scroll-clip {
        height: 200px;
    }
    .vert .simply-scroll-list li {
        height: 200px;
    }
    .top-adbox {
        margin-top: 25px;
    }
    .special-featured-box .big-feature .main-title.bottom-part .maintitle {
        font-size: 38px;
        line-height: 44px;
    }
    .extra-news-item.chhapa-bata .main-title.bottom-part {
        font-size: 16px;
        line-height: 22px;
    }
    .special-featured-box .items .hide-box {
        margin-bottom: -60px;
    }
    .bishesh .boundary {
        padding-left: 70px;
    }
    .bishesh .bishesh-right .items .mr-3 {
        max-width: 120px;
        height: 100px;
    }
    .photo-slider .owl-prev,
    .photo-slider .owl-next,
    .photo-slider .owl-next {
        top: 40%;
    }
    .ghumfir .maintitle {
        font-size: 26px !important;
        line-height: 38px !important;
    }
    .fixed-top .home-text a {
        width: 40px;
        height: 40px;
        margin: 4px;
    }
    .sticky-footer-ad {
        padding: 0;
    }
    .sticky-footer-ad .desktop-ad {
        padding: 0;
    }
    .sticky-footer-ad .mini-btn {
        top: -24px;
        left: 0;
    }
    .content-editor .left-side.sif .sifaris-list {
        height: 478px;
    }
    .detail-box .editor-box,
    .detail-featured-box .editor-box {
        padding-left: 180px;
    }
    .insert-ad .items {
        float: left;
        margin-right: 19px;
        width: 173px;
    }
    .insert-ad .items img {
        width: 100%;
    }
    .detail-box .editor-box .embed-responsive,
    .detail-featured-box .editor-box .embed-responsive {
        max-width: 100%;
        margin-top: 30px;
        margin-left: 0;
    }
    .editor-box blockquote {
        margin-left: 0;
        max-width: 100%;
    }
    .published-box {
        padding-left: 180px;
    }
    .bottom-ad {
        margin: 0;
    }
    .bishesh.news-cat-list.more-news .extra-title {
        width: 100%;
        margin-left: 0;
    }
    .bishesh.news-cat-list.more-news {
        padding-left: 180;
    }
    .bishesh.news-cat-list.more-news .items {
        height: 250px;
    }
    .page-title .page-title-big {
        font-size: 32px;
        line-height: 36px;
    }
    .photo-detail .bishesh.news-cat-list .items {
        height: 250px;
    }
    .bishesh .bishesh-right .featured-item img {
        height: 220px;
    }
    .insert-ad .items img {
        height: auto;
    }
    .editor-box img {
        height: auto;
    }
    .fixed-tops .navigation-box {
        max-width: 100%;
    }
    .fixed-tops .navigation_box ul {
        max-width: 990px;
    }
    .bishesh.news-cat-list.more-news.more-related-news .items .main-title {
        font-size: 18px;
        line-height: 26px;
    }
    .detail-featured-box .insert-ad .items:nth-child(3) {
        margin-right: 19px;
    }
    ul.trending-news {
        display: flex;
        flex-wrap: nowrap;
        overflow: auto;
    }
    ul.trending-news li {
        list-style: none;
        display: inline-flex;
        margin-left: 20px;
        flex: none;
    }
    ul.trending-news li.trending-title .trend-title {
        margin-top: 5px;
    }
    .my-menu {
        display: block;
        top: 20px !important;
        right: 20px;
        left: inherit;
        z-index: 9999;
    }
    .mm-menu .navigation_box {
        display: block;
    }
    .mm-menu .navigation_box ul {
        display: block;
    }
    .mm-menu .navigation_box ul li {
        display: block;
    }
    .mm-menu .navigation_box ul li a {
        text-align: left;
    }
    .mm-menu .top-left-menu {
        display: block;
    }
    .mm-menu .top-left-menu ul {
        display: block;
    }
    .mm-menu .top-left-menu ul li {
        display: block;
        text-align: left;
    }
    .mm-menu-toggle {
        display: block;
        right: 10px;
        left: inherit;
        top: 7px;
        width: 53px;
        height: 53px;
        z-index: 9999;
        text-indent: 0;
        font-size: 30px;
        background: none !important;
        line-height: 0;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        color: #222;
    }
    .mm-menu-toggle.my-menu:before {
        height: 0;
        background-color: transparent;
    }
    .mm-menu-toggle.my-menu:after {
        height: 0;
        background-color: transparent;
        bottom: 2px;
    }
    .mm-menu-toggle .back-menu {
        display: none;
    }
    .mm-menu-toggle.active {
        background: #ccc !important;
        top: 13px;
    }
    .mm-menu-toggle.active .bar-menu {
        display: none;
    }
    .mm-menu-toggle.active .back-menu {
        display: block;
    }
    .top-right-ads {
        display: flex;
        max-width: 100%;
        flex: 0 0 100%;
        text-align: center;
        margin-top: 20px;
        margin-bottom: 14px;
    }
    .top-right-ads a {
        display: table;
        width: 100%;
    }
    .top-right-ads a img {
        margin: 0 auto;
        float: none;
    }
    .top-right-ads img {
        float: none;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
        display: block;
    }
    .right-side a .main-title {
        font-size: 14px !important;
        line-height: 20px !important;
    }
    .left-side .bishesh.news-cat-list .items a {
        height: 360px;
    }
    .left-side .bishesh.news-cat-list .items img {
        height: 160px;
    }
    .left-side .bishesh.news-cat-list .items .main-title {
        font-size: 18px;
        line-height: 24px;
    }
    .right-side .items .item-news img {
        height: 60px;
    }
    .right-side .items.rjs img {
        width: 60px;
    }
    .right-side a .main-title {
        font-size: 16px !important;
        line-height: 22px !important;
    }
    .right-side .countdown .item-news .main-title {
        margin-top: 15px;
        font-size: 14px;
        line-height: 16px;
    }
    .right-side .pro-slide-box .item-news img {
        height: auto;
    }
    .footer .items .media img {
        height: 50px;
    }
    .footer .items .main-title {
        margin-top: 0;
        font-size: 14px;
        line-height: 20px;
    }
    .footer .items .tags {
        margin-bottom: 10px;
    }
    .samachar-box .cat-box .cat-tags {
        font-size: 18px;
    }
    .main-menu {
        display: none;
    }
    .detail-box .editor-box,
    .detail-featured-box .editor-box {
        padding-left: 0;
    }
    .content-editor .news-big-title {
        font-size: 50px;
        line-height: 60px;
    }
    .bishesh.news-cat-list.more-news .items {
        height: auto;
    }
    .published-box {
        padding-left: 0;
    }
    .pro-tab {
        display: flex;
        flex-wrap: nowrap;
        overflow: auto;
    }
    .schedules {
        margin-top: 0;
        margin-bottom: 30px;
    }
    .content-editor .title-names.special-title .news-big-title {
        font-size: 26px;
        line-height: 34px;
    }
    .schedules .item-news .main-title .start-time {
        position: relative;
        top: 0;
        right: 0;
        margin-top: 15px;
    }
    .schedules .item-news .main-title {
        padding: 5px 15px;
        line-height: 24px;
    }
    .schedules .item-news .main-title .on-air {
        margin-left: 0;
        display: inline-block;
    }
    .content-editor .title-names.special-title .share-box {
        margin-top: -10px;
    }
    .content-editor .share-box .share-now:before {
        top: 14px;
    }
    .more-teams.more-progs .item-news {
        margin-top: 50px;
        max-width: 50%;
        flex: 0 0 50%;
    }
    .team-detail-box .items.profile-pic img {
        height: 100px;
        width: 100px;
    }
    .more-teams .item-news {
        max-width: 50%;
        flex: 0 0 50%;
    }
    .more-teams .item-news:nth-child(3) {
        margin-top: 30px;
    }
    .more-teams.more-progs .item-news {
        margin-top: 20px;
    }
    .bishesh.news-cat-list .items {
        max-width: 33.3333%;
        flex: 0 0 33.3333%;
    }
    .podcast-items .items:nth-child(4) {
        margin-top: 30px;
    }
    .video-player-box .share-box .share-now {
        float: right;
        margin-top: -15px;
    }
    .video-player-box .share-box .share-now:before {
        top: 6px;
    }
    .right-side .items .start-time .on-air {
        float: left !important;
        margin-top: 10px;
    }
    .photos-list-box .main-stories .items img,
    .photos-list-box .samachar-list .big-feature .main-title .items img,
    .samachar-list .big-feature .photos-list-box .main-title .items img {
        height: 300px !important;
    }
    .photos-list-box .main-stories .latest-album img,
    .photos-list-box .samachar-list .big-feature .main-title .latest-album img,
    .samachar-list .big-feature .photos-list-box .main-title .latest-album img {
        height: auto !important;
    }
    .photos-list-box .main-stories .latest-album .main-title,
    .photos-list-box .samachar-list .big-feature .main-title .latest-album .main-title,
    .samachar-list .big-feature .photos-list-box .main-title .latest-album .main-title {
        font-size: 32px;
        line-height: 36px;
    }
    .photos-list-box .main-stories .main-title,
    .photos-list-box .samachar-list .big-feature .main-title .main-title,
    .samachar-list .big-feature .photos-list-box .main-title .main-title {
        font-size: 20px;
        padding: 20px;
        line-height: 26px;
    }
    .main-stories.more-photos .more-item img,
    .samachar-list .big-feature .more-photos.main-title .more-item img {
        height: 300px;
    }
    .main-stories.more-photos .more-item .main-title,
    .samachar-list .big-feature .more-photos.main-title .more-item .main-title {
        font-size: 18px;
        line-height: 24px;
        padding: 20px;
    }
    .main-stories .more-item img,
    .samachar-list .big-feature .main-title .more-item img,
    .samachar-list .big-feature .main-title .more-item img,
    .samachar-list .big-feature.half-section img {
        height: 280px;
    }
    .half-section .item-list .main-title {
        font-size: 24px;
        line-height: 32px;
    }
    .half-section .side-list .media a img {
        height: 150px;
    }
    .pradesh-list .news-item img {
        height: 150px;
    }
    .pradesh-list .news-item {
        height: 260px;
    }
    .manoranjan .samachar-list .big-feature img {
        height: 400px;
    }
    .manoranjan .samachar-list .side-section img {
        height: 185px;
    }
    .samachar-list .side-section .main-title {
        font-size: 20px;
        line-height: 28px;
        font-weight: 700;
        padding: 22px;
    }
    .normal-list .samachar-list .side-section .item-list img {
        height: 125px;
    }
    .videos-list .samachar-list .big-feature img {
        height: 300px;
    }
    .videos-list .samachar-list .big-feature .main-title {
        font-size: 24px;
        line-height: 32px;
    }
    .photo-list .samachar-list .big-feature img {
        height: 200px;
    }
    .photo-list .samachar-list .big-feature .main-title {
        font-size: 18px;
        line-height: 26px;
        padding: 20px;
    }
    .nav-tabs.tab-menus .nav-link {
        font-size: 12px;
    }
    .logo-box img {
        max-width: 200px !important;
        height: auto !important;
        margin-top: 20px;
        float: left;
    }
    .navigation_box,
    .top-left-menu {
        display: block;
    }
    .top-nav-box .top-left-menu .navigation_box ul li {
        display: none;
    }
    .top-nav-box .top-left-menu .navigation_box ul li.slide-menu {
        display: block;
        position: fixed;
        top: 13px;
        z-index: 9997;
        left: inherit;
        right: 0;
        border: 0;
    }
    .top-nav-box .top-left-menu .navigation_box ul li.slide-menu a:hover {
        background: none !important;
    }
    .top-nav-box .top-left-menu .navigation_box ul li.slide-menu .left-icon {
        margin: 0;
        font-size: 28px;
    }
    .top-nav-box .top-left-menu .navigation_box ul li.live-notificaion {
        display: block;
        position: fixed;
        top: 20px;
        z-index: 9997;
        right: 5px;
        border: 0;
    }
    .top-nav-box .top-left-menu .navigation_box ul li.live-notificaion a:hover {
        background: none !important;
    }
    .live-player-box .right-side .live-title {
        margin-bottom: 0;
    }
    .live-now .item-news {
        margin-top: 0 !important;
    }
    .live-fixed .right-side .items:nth-child(1) {
        margin-top: 0;
    }
    .live-now .item-news:nth-child(3) {
        margin-bottom: 0 !important;
    }
    .main-stories .more-item img,
    .samachar-list .big-feature .main-title .more-item img,
    .samachar-list .big-feature .main-title .more-item img {
        height: 160px;
    }
    .main-stories .more-item .main-title,
    .samachar-list .big-feature .main-title .more-item .main-title,
    .samachar-list .big-feature .main-title .more-item .main-title {
        font-size: 16px;
        line-height: 22px;
        padding: 15px;
    }
    .main-stories .more-item figure:before,
    .samachar-list .big-feature .main-title .more-item figure:before,
    .samachar-list .big-feature .main-title .more-item figure:before {
        height: 100%;
    }
    .main-stories .hoz-news img,
    .samachar-list .big-feature .main-title .hoz-news img,
    .samachar-list .big-feature .main-title .hoz-news img {
        height: 100px;
        width: 130px;
    }
    .main-stories .hoz-news .main-title,
    .samachar-list .big-feature .main-title .hoz-news .main-title,
    .samachar-list .big-feature .main-title .hoz-news .main-title {
        font-size: 16px;
        line-height: 22px;
        display: block;
    }
    .time-stamp {
        font-size: 12px;
    }
    .video-photo .featured-one img {
        height: 220px;
    }
    .pradesh-samachar .featured-one .main-title,
    .video-photo .featured-one .main-title {
        font-size: 18px;
        line-height: 26px;
    }
    .entertainment .kala-feature .main-title {
        font-size: 22px;
        line-height: 32px;
    }
    .normal-list .samachar-list .side-section .item-list img {
        height: 100px;
    }
    .khelkood-section .samachar-list .big-feature img {
        height: 200px;
    }
    .editors-pick,
    .bichar-section,
    .janamat-section {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }
    .side-list.rochak-list.editors-pick .media img,
    .side-list.bichar-section .media img {
        height: 60px;
        width: 60px;
    }
    .main-story-slider .main-title,
    .featured-one .main-title {
        font-size: 20px;
        line-height: 34px;
    }
    .full-list.items .item-news img {
        height: auto;
        width: 160px;
    }
    .full-list.items .item-news .main-title {
        font-size: 20px;
        line-height: 32px;
    }
    .top-most-list .main-stories .more-item img,
    .top-most-list .samachar-list .big-feature .main-title .more-item img,
    .samachar-list .big-feature .top-most-list .main-title .more-item img {
        height: 320px;
    }
    .top-most-list .main-stories .more-item .main-title,
    .top-most-list .samachar-list .big-feature .main-title .more-item .main-title,
    .samachar-list .big-feature .top-most-list .main-title .more-item .main-title {
        font-size: 22px;
        line-height: 34px;
    }
    .photo-item-list img {
        height: 160px;
    }
    .video-slider img,
    .photo-slider img {
        object-fit: contain;
    }
    .news-tickers .container {
        padding-left: 0;
    }
    .top-nav-box .calendar-box .current-date .main-title {
        font-size: 12px;
    }
    .top-nav-box .calendar-box .current-date {
        float: left;
        font-size: 12px;
        margin-right: 0;
    }
    .top-nav-box .calendar-box .current-date.unicode-converter {
        display: none;
    }
    .top-nav-box .calendar-box {
        padding-top: 20px;
    }
    .news-tickers .container {
        padding-left: 15px;
    }
    .new-header {
        padding-top: 0;
    }
    .top-nav-box .top-left-menu .navigation_box ul li {
        display: block;
    }
    .logo-box img {
        margin-left: 0;
    }
    .bigyapan.top-right img {
        margin-left: 0;
        width: 100%;
    }
    .footer .item-box .title-main,
    .footer .box-item .title-main {
        font-size: 16px;
        line-height: 24px;
    }
    .footer .top-nav-box {
        margin-top: -6px;
    }
    .main-menu {
        display: block;
    }
    .navigation_box ul li a {
        padding: 9px;
        font-size: 16px;
    }
    .logo-box img {
        margin-left: 0;
        margin-top: -10px;
        max-width: 100% !important;
    }
    .top-nav-box .navigation_box.tops {
        padding-top: 0;
    }
    .main-stories .half-thumbs .more-item img,
    .samachar-list .big-feature .main-title .half-thumbs .more-item img {
        height: 200px;
    }
    .top-nav-box .calendar-box {
        padding-top: 0;
    }
    .break-slider img {
        height: 270px;
    }
    .business-live .business-live-nav .navigation_box,
    .entertainment-live .business-live-nav .navigation_box,
    .sports-live .business-live-nav .navigation_box,
    .business-live .entertainment-live-nav .navigation_box,
    .sports-live .entertainment-live-nav .navigation_box,
    .business-live .sports-live-nav .navigation_box,
    .entertainment-live .sports-live-nav .navigation_box,
    .entertainment-live .entertainment-live-nav .navigation_box,
    .sports-live .sports-live-nav .navigation_box,
    .entertainment-live .entertainment-live-nav .navigation_box,
    .sports-live .sports-live-nav .navigation_box {
        float: left;
        width: 80%;
    }
    .business-live .business-live-nav .navigation_box ul li a,
    .entertainment-live .business-live-nav .navigation_box ul li a,
    .sports-live .business-live-nav .navigation_box ul li a,
    .business-live .entertainment-live-nav .navigation_box ul li a,
    .sports-live .entertainment-live-nav .navigation_box ul li a,
    .business-live .sports-live-nav .navigation_box ul li a,
    .entertainment-live .sports-live-nav .navigation_box ul li a,
    .entertainment-live .entertainment-live-nav .navigation_box ul li a,
    .sports-live .sports-live-nav .navigation_box ul li a,
    .entertainment-live .business-live-nav .navigation_box ul li a,
    .entertainment-live .sports-live-nav .navigation_box ul li a,
    .entertainment-live .entertainment-live-nav .navigation_box ul li a,
    .sports-live .business-live-nav .navigation_box ul li a,
    .sports-live .entertainment-live-nav .navigation_box ul li a,
    .sports-live .sports-live-nav .navigation_box ul li a {
        padding-left: 10px;
        padding-right: 10px;
    }
    .corona-box .corona-title img {
        width: 70%;
    }
    .corona-box .corona-title a .main-title {
        font-size: 22px;
        line-height: 28px;
    }
    .corona-box .corona-num .small-data-title {
        font-size: 18px;
        margin-top: 0;
    }
    .corona-box .corona-num .big-data-title {
        font-size: 24px;
        line-height: 28px;
    }
    .corona-box .corona-num img {
        width: 80%;
    }
    .headwrap .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .headwrap .logo-box {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .headwrap .social-top {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .container {
        max-width: 100%;
    }
    .logo-box {
        margin: 10px 0 30px 0;
    }
    .logo-box img {
        width: 388px !important;
        height: 70px !important;
        margin: 15px 0;
    }
    .time-settings {
        padding-bottom: 15px;
        overflow: auto;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .time-settings .calendar-box {
        display: inline-flex;
        flex: none;
        position: relative;
    }
    .time-settings .calendar-box.social-box {
        text-align: left;
    }
    .time-settings .calendar-box.social-box .media {
        display: inline-flex;
    }
    .time-settings .calendar-box .aajako-chhapa {
        margin-right: 10px;
    }
    .time-settings .calendar-box .current-date {
        margin-right: 10px;
    }
    .time-settings .calendar-box .current-date .main-title {
        font-size: 14px;
    }
    .time-settings .calendar-box .current-time {
        float: right;
        margin: 0 15px 0 0;
    }
    .time-settings .calendar-box .current-time .main-title {
        font-size: 14px;
    }
    .slider-ad {
        height: 141px;
    }
    .vert {
        height: 141px;
    }
    .vert .simply-scroll-clip {
        height: 141px;
    }
    .vert .simply-scroll-list li {
        height: 141px;
    }
    .top-adbox img {
        height: 56px;
    }
    .special-featured-box .big-feature .main-title.bottom-part .maintitle {
        font-size: 38px;
        line-height: 44px;
    }
    .extra-news-item.chhapa-bata .main-title.bottom-part {
        font-size: 16px;
        line-height: 22px;
    }
    .special-featured-box .items .hide-box {
        margin-bottom: -70px;
    }
    .bishesh .boundary {
        padding-left: 0;
    }
    .bishesh .bishesh-right .items .mr-3 {
        max-width: 120px;
        height: 100px;
    }
    .photo-slider .owl-prev,
    .photo-slider .owl-next,
    .photo-slider .owl-next {
        top: 40%;
    }
    .ghumfir .maintitle {
        font-size: 26px !important;
        line-height: 38px !important;
    }
    .fixed-top .home-text a {
        width: 40px;
        height: 40px;
        margin: 4px;
    }
    .sticky-footer-ad {
        padding: 0;
    }
    .sticky-footer-ad .desktop-ad {
        padding: 0;
    }
    .sticky-footer-ad .mini-btn {
        top: -24px;
        left: 0;
    }
    .content-editor .left-side.sif .sifaris-list {
        height: 340px;
    }
    .detail-box .editor-box,
    .detail-featured-box .editor-box {
        padding-left: 138px;
    }
    .insert-ad .items {
        float: left;
        margin-right: 19px;
        width: 123px;
    }
    .insert-ad .items img {
        width: 100%;
    }
    .detail-box .editor-box .embed-responsive,
    .detail-featured-box .editor-box .embed-responsive {
        max-width: 100%;
        margin-top: 30px;
        margin-left: 0;
    }
    .editor-box blockquote {
        margin-left: 0;
        max-width: 100%;
    }
    .published-box {
        padding-left: 138px;
    }
    .bottom-ad {
        margin: 0;
    }
    .bishesh.news-cat-list.more-news .extra-title {
        width: 100%;
        margin-left: 0;
    }
    .bishesh.news-cat-list.more-news {
        padding-left: 0;
    }
    .bishesh.news-cat-list.more-news .items {
        height: 250px;
    }
    .content-editor .news-big-title {
        font-size: 40px;
        line-height: 50px;
    }
    .page-title .page-title-big {
        font-size: 32px;
        line-height: 36px;
    }
    .photo-detail .bishesh.news-cat-list .items {
        height: 250px;
    }
    .extra-news-item .items img {
        height: 170px;
    }
    .bishesh .bishesh-right .featured-item img {
        height: 172px;
    }
    .bishesh-left img {
        height: auto;
    }
    .samachar-section figure img {
        height: 120px;
    }
    .photo-slider img {
        height: auto;
    }
    .photo-detail .photo-slider img {
        height: auto;
    }
    .cat-list .special-featured-box .big-feature img {
        height: auto;
    }
    .news-cat-list img {
        height: 160px;
    }
    .news-cat-list.alt img {
        height: 200px;
    }
    .featured-images img {
        height: auto;
    }
    .insert-ad .items img {
        height: auto;
    }
    .editor-box img {
        height: auto;
    }
    .fixed-tops .navigation-box {
        max-width: 100%;
    }
    .fixed-tops .navigation_box ul {
        max-width: 100%;
    }
    .logo-box {
        z-index: 99;
    }
    .bishesh.news-cat-list.more-news.more-related-news .items .main-title {
        font-size: 18px;
        line-height: 26px;
    }
    .footer .items .mask-box {
        padding: 10px;
        height: 650px;
    }
    .footer .social-row .media .social-title {
        font-size: 12px;
    }
    .footer .items h1 {
        font-size: 16px;
    }
    .detail-featured-box .insert-ad {
        width: auto;
    }
    .detail-featured-box .insert-ad .items {
        float: left;
        margin-right: 19px;
        width: 227px;
    }
    .navigation_box,
    .top-left-menu {
        display: none;
    }
    .top-nav-box .calendar-box .current-date {
        float: left;
    }
    .top-nav-box {
        padding: 0 15px;
    }
    .top-nav-box .calendar-box .current-time {
        float: right;
    }
    .my-menu {
        display: block;
        position: relative;
        left: inherit;
        float: right;
        margin: 0;
        z-index: 9999;
        position: fixed;
        top: 20px;
        right: 20px;
    }
    .logo-box {
        position: fixed;
        background: #fff;
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 0 15px;
        top: 0;
        left: 0;
    }
    .logo-box img {
        width: auto !important;
    }
    .mm-menu .navigation_box {
        display: block;
    }
    .mm-menu-toggle.active {
        background: -webkit-linear-gradient(90deg, rgba(33, 33, 33, 0), rgba(33, 33, 33, 0) 7px, #fff 7px, #fff 11px, rgba(33, 33, 33, 0) 11px, rgba(33, 33, 33, 0) 18px);
        background: linear-gradient(0deg, rgba(33, 33, 33, 0), rgba(33, 33, 33, 0) 7px, #fff 7px, #fff 11px, rgba(33, 33, 33, 0) 11px, rgba(33, 33, 33, 0) 18px);
    }
    .mm-menu-toggle.active:after,
    .mm-menu-toggle.active:before {
        background-color: #fff;
    }
    ul.trending-news {
        display: flex;
        flex-wrap: nowrap;
        overflow: auto;
    }
    ul.trending-news li {
        list-style: none;
        display: inline-flex;
        margin-left: 20px;
        flex: none;
    }
    ul.trending-news li.trending-title .trend-title {
        margin-top: 5px;
    }
    .main-menu {
        display: none;
    }
    .top-right-ads {
        display: flex;
        max-width: 100%;
        flex: 0 0 100%;
        text-align: center;
        margin-top: 20px;
        margin-bottom: 14px;
    }
    .top-right-ads a {
        display: table;
        width: 100%;
    }
    .top-right-ads a img {
        margin: 0 auto;
        float: none;
    }
    .my-menu {
        display: block;
        top: 10px !important;
        right: 20px;
        left: inherit;
        z-index: 9999;
    }
    .new-header {
        padding-top: 100px;
    }
    .logo-box {
        position: fixed;
        top: 0;
        left: 0;
        background: #fff;
    }
    .mm-menu .navigation_box {
        display: block;
    }
    .mm-menu .navigation_box ul {
        display: block;
    }
    .mm-menu .navigation_box ul li {
        display: block;
    }
    .mm-menu .navigation_box ul li a {
        text-align: left;
    }
    .mm-menu .top-left-menu {
        display: block;
    }
    .mm-menu .top-left-menu ul {
        display: block;
    }
    .mm-menu .top-left-menu ul li {
        display: block;
        text-align: left;
    }
    .mm-menu-toggle {
        display: block;
        right: 10px;
        left: inherit;
        top: 7px;
        width: 53px;
        height: 53px;
        z-index: 9999;
        text-indent: 0;
        font-size: 30px;
        background: none !important;
        line-height: 0;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        color: #222;
    }
    .mm-menu-toggle.my-menu:before {
        height: 0;
        background-color: transparent;
    }
    .mm-menu-toggle.my-menu:after {
        height: 0;
        background-color: transparent;
        bottom: 2px;
    }
    .mm-menu-toggle .back-menu {
        display: none;
    }
    .mm-menu-toggle.active {
        background: #ccc !important;
        top: 13px;
    }
    .mm-menu-toggle.active .bar-menu {
        display: none;
    }
    .mm-menu-toggle.active .back-menu {
        display: block;
    }
    .top-right-ads img {
        float: none;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
        display: block;
    }
    .right-side a .main-title {
        font-size: 14px !important;
        line-height: 20px !important;
    }
    .left-side .bishesh.news-cat-list .items {
        max-width: 50%;
        flex: 0 0 50%;
    }
    .left-side .bishesh.news-cat-list .items a {
        height: 360px;
    }
    .left-side .bishesh.news-cat-list .items img {
        height: 160px;
    }
    .left-side .bishesh.news-cat-list .items .main-title {
        font-size: 18px;
        line-height: 24px;
    }
    .left-side .bishesh.news-cat-list .items:nth-child(3) {
        margin-top: 30px;
    }
    .left-side .bishesh.news-cat-list .items:nth-child(4) {
        margin-top: 30px;
    }
    .left-side .main-story-slider img,
    .left-side .featured-one img,
    .left-side .featured-one img {
        height: 250px;
    }
    .left-side .main-story-slider .main-title,
    .left-side .featured-one .main-title,
    .left-side .featured-one .main-title {
        font-size: 20px;
        line-height: 26px;
    }
    .right-side .items .item-news img {
        height: 60px;
    }
    .right-side .items.rjs img {
        width: 60px;
    }
    .right-side a .main-title {
        font-size: 14px !important;
        line-height: 20px !important;
    }
    .right-side .countdown .item-news .main-title {
        margin-top: 15px;
        font-size: 14px;
        line-height: 16px;
    }
    .right-side .pro-slide-box .item-news img {
        height: auto;
    }
    .footer .items .media img {
        height: 50px;
    }
    .footer .items .main-title {
        margin-top: 0;
        font-size: 14px;
        line-height: 20px;
    }
    .footer .items .tags {
        margin-bottom: 10px;
    }
    .samachar-box .cat-box .cat-tags {
        font-size: 16px;
    }
    .detail-box .editor-box,
    .detail-featured-box .editor-box {
        padding-left: 0;
    }
    .bishesh.news-cat-list.more-news .items {
        height: auto;
    }
    .left-side .bishesh.news-cat-list .items:nth-child(3) {
        margin-top: 30px;
    }
    .bishesh.news-cat-list.more-news .items:nth-child(4) {
        margin-top: 30px;
    }
    .left-side .bishesh.news-cat-list .items:nth-child(3) {
        margin-top: 30px;
    }
    .published-box {
        padding-left: 15px;
    }
    .content-editor .authors-box .author-pic {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .content-editor .share-box {
        margin: 0;
        padding-left: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .pro-tab {
        display: flex;
        flex-wrap: nowrap;
        overflow: auto;
    }
    .schedules {
        margin-top: 0;
        margin-bottom: 30px;
    }
    .content-editor .title-names.special-title .share-box {
        margin-top: 26px;
        line-height: 10px;
        display: table;
        width: 100%;
        float: none;
    }
    .content-editor .title-names.special-title .share-box .share-now {
        float: left;
    }
    .content-editor .title-names.special-title .news-big-title {
        font-size: 26px;
        line-height: 34px;
    }
    .schedules .item-news .main-title .start-time {
        position: relative;
        top: 0;
        right: 0;
        margin-top: 15px;
    }
    .schedules .item-news .main-title {
        padding: 5px 15px;
        line-height: 24px;
    }
    .schedules .item-news .main-title .on-air {
        margin-left: 0;
        display: inline-block;
    }
    .content-editor .share-box .share-now:before {
        top: 14px;
    }
    .more-teams.more-progs .item-news {
        margin-top: 50px;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .team-detail-box .items.profile-pic img {
        height: 100px;
        width: 100px;
    }
    .team-detail-box .items.social a {
        margin: 0 5px;
        font-size: 12px;
    }
    .more-teams .item-news {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .more-teams .item-news:nth-child(2) {
        margin-top: 30px;
    }
    .more-teams .item-news:nth-child(3) {
        margin-top: 30px;
    }
    .more-teams.more-progs .item-news {
        margin-top: 20px;
    }
    .video-player-box .share-box .share-now {
        float: left;
    }
    .video-player-box .share-box .share-now:before {
        top: 6px;
    }
    .team-rj {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .team-right {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .horizontal-layout.team-right .items {
        margin-top: 0;
        margin-bottom: 30px;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .right-side .items .start-time .on-air {
        float: left !important;
        margin-top: 10px;
    }
    .photos-list-box .main-stories .items img,
    .photos-list-box .samachar-list .big-feature .main-title .items img,
    .samachar-list .big-feature .photos-list-box .main-title .items img,
    .photos-list-box .main-stories .latest-album img,
    .photos-list-box .samachar-list .big-feature .main-title .latest-album img,
    .samachar-list .big-feature .photos-list-box .main-title .latest-album img {
        height: auto;
    }
    .photos-list-box .main-stories .items img,
    .photos-list-box .samachar-list .big-feature .main-title .items img,
    .samachar-list .big-feature .photos-list-box .main-title .items img {
        height: 179px;
    }
    .photos-list-box .main-stories .latest-album .main-title,
    .photos-list-box .samachar-list .big-feature .main-title .latest-album .main-title,
    .samachar-list .big-feature .photos-list-box .main-title .latest-album .main-title {
        font-size: 32px;
        line-height: 36px;
    }
    .photos-list-box .main-stories .main-title,
    .photos-list-box .samachar-list .big-feature .main-title .main-title,
    .samachar-list .big-feature .photos-list-box .main-title .main-title {
        font-size: 32px;
        padding: 20px;
        line-height: 42px;
    }
    .photo-info-box {
        order: 1;
        max-width: 100%;
        flex: 0 0 100%;
    }
    .photos-list-box .zoom-big-box {
        order: 2;
        padding-right: 0;
        margin-bottom: 0;
        max-width: 100%;
        flex: 0 0 100%;
    }
    .photos-list-box .zoom-big-box img {
        height: auto !important;
    }
    .bottom-overlay .total-img-count {
        font-size: 12px;
    }
    .main-stories.more-photos .more-item img,
    .samachar-list .big-feature .more-photos.main-title .more-item img {
        height: 179px;
    }
    .main-stories.more-photos .more-item .main-title,
    .samachar-list .big-feature .more-photos.main-title .more-item .main-title {
        font-size: 18px;
        line-height: 24px;
        padding: 20px;
    }
    .photos-list-box .main-stories .items img,
    .photos-list-box .samachar-list .big-feature .main-title .items img,
    .samachar-list .big-feature .photos-list-box .main-title .items img {
        height: 180px !important;
    }
    .photos-list-box .main-stories .latest-album img,
    .photos-list-box .samachar-list .big-feature .main-title .latest-album img,
    .samachar-list .big-feature .photos-list-box .main-title .latest-album img {
        height: auto !important;
    }
    .photos-list-box .main-stories .latest-album .main-title,
    .photos-list-box .samachar-list .big-feature .main-title .latest-album .main-title,
    .samachar-list .big-feature .photos-list-box .main-title .latest-album .main-title {
        font-size: 32px;
        line-height: 36px;
    }
    .photos-list-box .main-stories .main-title,
    .photos-list-box .samachar-list .big-feature .main-title .main-title,
    .samachar-list .big-feature .photos-list-box .main-title .main-title {
        font-size: 20px;
        padding: 20px;
        line-height: 26px;
    }
    .video-list .video-play {
        top: 20px;
        left: 20px;
        -webkit-transform: translate(0);
        -moz-transform: translate(0);
        -ms-transform: translate(0);
        -o-transform: translate(0);
        transform: translate(0);
    }
    .content-editor .share-box .share-now {
        float: left;
        margin-top: 30px;
    }
    .logo-box img {
        max-width: 200px !important;
        height: auto !important;
        margin-top: 20px;
        float: left;
    }
    .navigation_box,
    .top-left-menu {
        display: block;
    }
    .top-nav-box .calendar-box {
        display: none;
    }
    .top-nav-box .top-left-menu .navigation_box ul li {
        display: none;
    }
    .top-nav-box .top-left-menu .navigation_box ul li.slide-menu {
        display: block;
        position: fixed;
        top: 13px;
        z-index: 9997;
        left: inherit;
        right: 0;
        border: 0;
    }
    .top-nav-box .top-left-menu .navigation_box ul li.slide-menu a:hover {
        background: none !important;
    }
    .top-nav-box .top-left-menu .navigation_box ul li.slide-menu .left-icon {
        margin: 0;
        font-size: 28px;
    }
    .top-nav-box .top-left-menu .navigation_box ul li.live-notificaion {
        display: block;
        position: fixed;
        top: 20px;
        z-index: 9997;
        right: 5px;
        border: 0;
    }
    .top-nav-box .top-left-menu .navigation_box ul li.live-notificaion a:hover {
        background: none !important;
    }
    .live-player-box .right-side .live-title {
        margin-bottom: 0;
    }
    .live-now .item-news {
        margin-top: 0 !important;
    }
    .live-fixed .right-side .items:nth-child(1) {
        margin-top: 0;
    }
    .live-now .item-news:nth-child(3) {
        margin-bottom: 0 !important;
    }
    .new-header {
        padding-top: 95px;
    }
    .main-stories .more-item img,
    .samachar-list .big-feature .main-title .more-item img,
    .samachar-list .big-feature .main-title .more-item img {
        height: 130px;
    }
    .main-stories .more-item .main-title,
    .samachar-list .big-feature .main-title .more-item .main-title,
    .samachar-list .big-feature .main-title .more-item .main-title {
        font-size: 14px;
        line-height: 20px;
        padding: 15px;
    }
    .main-stories .more-item figure:before,
    .samachar-list .big-feature .main-title .more-item figure:before,
    .samachar-list .big-feature .main-title .more-item figure:before {
        height: 100%;
    }
    .main-stories .hoz-news img,
    .samachar-list .big-feature .main-title .hoz-news img,
    .samachar-list .big-feature .main-title .hoz-news img {
        height: 100px;
        width: 130px;
    }
    .main-stories .hoz-news .main-title,
    .samachar-list .big-feature .main-title .hoz-news .main-title,
    .samachar-list .big-feature .main-title .hoz-news .main-title {
        font-size: 16px;
        line-height: 22px;
        display: block;
    }
    .time-stamp {
        font-size: 12px;
    }
    .video-photo .featured-one img {
        height: 220px;
    }
    .pradesh-samachar .featured-one .main-title,
    .video-photo .featured-one .main-title {
        font-size: 18px;
        line-height: 26px;
    }
    .entertainment .kala-feature .main-title {
        font-size: 22px;
        line-height: 32px;
    }
    .normal-list .samachar-list .side-section .item-list img {
        height: 60px;
    }
    .khelkood-section .samachar-list .big-feature img {
        height: 150px;
    }
    .editors-pick,
    .bichar-section,
    .janamat-section {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }
    .side-list.rochak-list.editors-pick .media img,
    .side-list.bichar-section .media img {
        height: 60px;
        width: 60px;
    }
    .main-story-slider .main-title,
    .featured-one .main-title {
        font-size: 20px;
        line-height: 34px;
    }
    .full-list.items .item-news img {
        height: auto;
        width: 150px;
    }
    .full-list.items .item-news .main-title {
        font-size: 18px;
        line-height: 28px;
    }
    .top-most-list .main-stories .more-item img,
    .top-most-list .samachar-list .big-feature .main-title .more-item img,
    .samachar-list .big-feature .top-most-list .main-title .more-item img {
        height: 240px;
    }
    .related-more .items img {
        height: 70px;
    }
    .big-photo-list .main-stories .items .main-title,
    .big-photo-list .samachar-list .big-feature .main-title .items .main-title,
    .samachar-list .big-feature .big-photo-list .main-title .items .main-title,
    .big-photo-list .samachar-list .big-feature .main-title .items .main-title,
    .samachar-list .big-feature .big-photo-list .main-title .items .main-title {
        font-size: 22px;
        line-height: 34px;
    }
    .photo-item-list img {
        height: 120px;
    }
    .video-slider img,
    .photo-slider img {
        object-fit: contain;
    }
    .bigyapan.top-right {
        text-align: center;
        max-width: 100%;
        flex: 0 0 100%;
    }
    .news-tickers .container {
        padding-left: 0;
    }
    .top-nav-box .calendar-box {
        justify-content: center;
        align-items: center;
        display: flex;
    }
    .top-nav-box .calendar-box .current-date .main-title {
        font-size: 12px;
    }
    .top-nav-box .calendar-box .current-date {
        float: left;
        font-size: 12px;
        margin-right: 0;
    }
    .top-nav-box .calendar-box .current-date.unicode-converter {
        display: none;
    }
    .top-nav-box .calendar-box {
        padding-top: 20px;
    }
    .news-tickers .container {
        padding-left: 0;
    }
    .top-nav-box .calendar-box {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .new-header {
        padding-top: 95px;
    }
    .logo-box .menu-toggle {
        display: block;
        border-color: #ccc;
        color: #666;
        top: 25px;
        right: 20px;
    }
    .top-nav-box {
        display: none;
    }
    .bigyapan.top-right {
        margin-top: 15px;
    }
    .bigyapan.top-right img {
        margin: 0;
    }
    .logo-box img {
        margin-top: 0;
    }
    .logo-box .menu-toggle {
        top: 15px;
    }
    .new-header {
        padding-top: 90px;
    }
    .headwrap {
        padding-top: 0;
    }
    .taja-samachar-section.news-tickers {
        padding-left: 15px;
    }
    .bichar-samachar .main-news-cat .big-news figure .author-name {
        font-size: 16px;
    }
    .bichar-samachar .main-news-cat .author-name {
        font-size: 14px;
        line-height: 26px;
    }
    .bichar-samachar .main-news-cat .author-name .date-time {
        font-size: 12px;
    }
    .sahitya-samachar .main-news-cat.sahitya-only .big-news {
        max-width: 60%;
    }
    .sahitya-samachar .fit-row .more-thumbs.sahitya-thumbs,
    .sahitya-samachar .fit-row .more-thumbs.global-thumbs {
        max-width: 40%;
    }
    ul.footer-nav li {
        margin-left: 10px;
    }
    .mukhya-samachar .fit-row.global-only .more-thumbs.global-thumbs {
        max-width: 100%;
    }
    .mukhya-samachar.global-samachar .main-news-cat .more-thumbs .main-title {
        font-size: 14px;
        line-height: 20px;
    }
    .footer .item-box .title-main,
    .footer .box-item .title-main {
        font-size: 12px;
    }
    .suraksha-samachar .sahitya-samachar .main-news-cat .more-thumbs .item-news .main-title,
    .dharma-samachar .sahitya-samachar .main-news-cat .more-thumbs .item-news .main-title,
    .sahitya-samachar.global-samachar .main-news-cat .more-thumbs .main-title {
        font-size: 14px;
        line-height: 22px;
    }
    .main-stories .half-thumbs .more-item img,
    .samachar-list .big-feature .main-title .half-thumbs .more-item img {
        height: 160px;
    }
    .khelkood .logo-box {
        background: #081e2b !important;
    }
    .khelkood .logo-box .menu-toggle {
        color: #4267b2;
    }
    ul.breadcrumbs.sub-cat {
        max-width: 64%;
        position: absolute;
        top: 0;
        display: flex;
        overflow: auto;
        right: 0;
        text-align: right;
        width: auto !important;
    }
    .main-news-cat .main-title {
        padding: 15px;
    }
    .khelkood .headwrap {
        background: none !important;
    }
    .khelkood .main-news-cat .main-title {
        font-size: 24px;
        line-height: 34px;
    }
    .manoranjan .headwrap {
        background: none !important;
    }
    .manoranjan .logo-box {
        background: #e62b34 !important;
    }
    .manoranjan .logo-box .menu-toggle {
        color: #4267b2;
    }
    .main-news-cat .more-thumbs .items .play-icon {
        top: 29%;
    }
    .new-header {
        padding-top: 72px;
    }
    .new-header .headwrap .menu-toggle {
        display: none;
    }
    .new-header .logo-box {
        border-bottom: 1px solid #4267b2;
    }
    .new-header .logo-box figure img {
        margin-top: 6px;
    }
    .new-header .logo-box .search-toggle {
        display: block;
        top: 20px;
    }
    .new-header .logo-box .dates {
        display: none;
    }
    .new-header .logo-box .menu-toggle {
        display: block;
    }
    .new-header .social-top {
        display: none;
    }
    .main-news-cat .big-news.break-single .main-title {
        font-size: 36px;
        line-height: 52px;
        max-width: 80%;
        bottom: 42px;
    }
    .main-news-cat .big-news .share-box {
        bottom: 20px;
    }
    .breaking-three .right-side.side-news .taja-samachar-box.thumb-right-list .item-news img {
        width: 120px;
        height: 80px;
    }
    .half-news-list .item-news figure img {
        width: 190px;
        height: 160px;
        object-fit: cover;
        float: left;
        margin-right: 20px;
        margin-bottom: 5px;
    }
    .half-news-list .item-news {
        display: block;
    }
    .business-live .new-header,
    .entertainment-live .new-header,
    .sports-live .new-header,
    .entertainment-live .new-header,
    .sports-live .new-header {
        padding-top: 133px;
    }
    .business-live .new-header .logo-box .nav-title.business-title,
    .entertainment-live .new-header .logo-box .nav-title.business-title,
    .sports-live .new-header .logo-box .nav-title.business-title,
    .entertainment-live .new-header .logo-box .nav-title.entertainment-title,
    .sports-live .new-header .logo-box .nav-title.sports-title {
        padding-top: 0;
        display: block;
    }
    .main-news-cat.video-feat .big-news.break-single.ent-small .main-title {
        color: #fff;
    }
    .new-header .logo-box .dates {
        display: block;
        font-size: 12px;
    }
    .new-header {
        padding-top: 115px;
    }
    .section.mt-3 {
        margin-top: 20px !important;
    }
    .section.mt-4 {
        margin-top: -30px !important;
    }
    .news-break .main-title {
        font-size: 46px;
        line-height: 66px;
    }
    .headwrap {
        padding: 0;
        float: left;
    }
    .new-header .section.mt-4 {
        margin-top: 0 !important;
    }
    .new-header .section.mt-3 {
        margin-top: 15px !important;
    }
    .bigyaapan-item img {
        float: left;
    }
    .right-side.side-news .items {
        display: inline-block;
        width: 100%;
    }
    .break-slider {
        padding: 0 15px;
    }
    .footer .foot-logo .top-left-menu {
        display: block;
    }
    .main-news-cat .big-news.break-single .main-title {
        font-size: 42px !important;
        line-height: 52px !important;
    }
    .corona-box .corona-title img {
        width: 60px;
    }
    .corona-box .corona-title a .main-title {
        font-size: 22px;
        line-height: 28px;
    }
    .corona-box .corona-num .small-data-title {
        font-size: 18px;
        margin-top: 0;
    }
    .corona-box .corona-num .big-data-title {
        font-size: 24px;
        line-height: 28px;
    }
    .corona-box .corona-num img {
        width: 80%;
    }
    .txt-64 {
        font-size: 50px !important;
        line-height: 70px !important;
    }
    .new-header {
        padding-top: 0 !important;
    }
    .new-header .logo-box {
        position: relative;
        max-width: 100%;
        flex: 0 0 100%;
        -ms-flex: 0 0 100%;
    }
    .new-header .logo-box.fixed-tops {
        position: fixed;
        top: 0;
        left: 0;
        background: #fff;
        padding-bottom: 10px;
    }
    .desktop-bigyaapan {
        display: none;
    }
    .mobile-bigyaapan {
        display: block;
    }
    .desktop-jacket-bigyaapan {
        display: none;
    }
    .mobile-jacket-bigyaapan {
        display: block;
    }
}
@media only screen and (max-width: 767px) {
    header.is-fixed .logo-box {
        padding-top: 0;
        padding-bottom: 0;
        margin: 0;
    }
    header.is-fixed .logo-box img {
        width: 40%;
        height: auto;
        float: left;
    }
    header.is-fixed .logo-box a {
        max-width: none;
        margin: 0;
    }
    header.is-fixed .logo-box .cat-title {
        font-size: 20px;
        font-weight: 600;
        color: #89afd6;
        margin-top: 5px;
        padding-right: 0;
        float: right;
    }
    header .mobile-fixed-ad {
        display: none;
    }
    header .mobile-fixed-ad img {
        width: 100%;
        height: auto;
        float: left;
    }
    .festival-banner {
        margin-bottom: 15px;
    }
    .top-adbox {
        margin-top: 15px;
    }
    .main-ads {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .slider-ad {
        -ms-flex: 0 0 256px;
        flex: 0 0 256px;
        max-width: 256px;
        margin: 30px auto;
        height: 214px;
    }
    .logo-box {
        margin-top: 0;
        margin-bottom: 30px;
    }
    .logo-box .cat-title {
        margin-top: 6px;
        padding-right: 5px;
        font-size: 22px;
    }
    .logo-box a {
        max-width: 250px;
    }
    .time-settings {
        padding-bottom: 15px;
        overflow: auto;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .time-settings .calendar-box {
        max-width: 100%;
        display: inline-flex;
        flex: none;
        position: relative;
    }
    .time-settings .calendar-box.social-box {
        text-align: left;
    }
    .time-settings .calendar-box.social-box .media {
        display: inline-flex;
    }
    .time-settings .calendar-box .aajako-chhapa {
        margin-right: 10px;
    }
    .time-settings .calendar-box .current-date {
        margin-right: 10px;
    }
    .time-settings .calendar-box .current-date .main-title {
        font-size: 14px;
    }
    .time-settings .calendar-box .current-time {
        float: right;
        position: absolute;
        right: 0;
        margin: 0 15px 0 0;
    }
    .time-settings .calendar-box .current-time .main-title {
        font-size: 14px;
    }
    .fixed-tops {
        top: 50px;
    }
    .fixed-tops .news-big-title {
        font-size: 18px !important;
        line-height: 28px !important;
    }
    .fixed-tops .mobile-fixed-ad {
        display: block;
    }
    .fixed-tops .logo-box {
        margin-bottom: 0;
    }
    .fixed-tops .logo-box a img {
        width: 130px;
        margin-right: 5px;
    }
    .fixed-tops .logo-box .cat-title {
        margin-top: 7px;
        padding-right: 4px;
        font-size: 15px;
    }
    .fixed-tops .time-settings .calendar-box .social-links {
        display: none;
    }
    .fixed-tops .time-settings .calendar-box.social-box {
        top: 18px;
    }
    .mobile-ad {
        display: table;
        width: 100%;
        margin-bottom: 15px;
        margin-top: 0;
    }
    .desktop-bottom-ad {
        display: none;
    }
    .breaking-news-item {
        padding: 15px;
    }
    .breaking-news-item .main-title {
        font-size: 44px;
        line-height: 56px;
    }
    .breaking-news-item .sub-line {
        font-size: 22px;
        line-height: 36px;
    }
    .more-breking-news .items {
        margin-top: 30px;
    }
    .extra-news-item.chhapa-bata .items {
        margin-top: 30px;
    }
    .special-featured-box .big-feature .main-title.bottom-part {
        padding: 30px 0 0 0;
        position: relative;
        width: 100%;
        display: table;
        background: none;
        margin-top: -76px;
    }
    .special-featured-box .big-feature .main-title.bottom-part .maintitle {
        font-size: 34px;
        line-height: 54px;
    }
    .special-featured-box .big-feature .main-title.bottom-part .maintitle a {
        color: #222;
    }
    .special-featured-box .big-feature .main-title.bottom-part .author-box .author-title {
        color: #222;
        font-size: 14px;
    }
    .special-featured-box .big-feature .main-title.bottom-part .author-box .left-icon {
        color: #aaa;
    }
    .special-featured-box .big-feature .main-title.bottom-part .author-box .col-md-3 {
        margin-bottom: 10px;
        max-width: 50%;
        flex: 0 0 50%;
    }
    .special-featured-box .big-feature .main-title.bottom-part .author-box .share-box #st-1 .st-total {
        color: #222 !important;
    }
    .section .full-ad {
        padding-left: 0;
        padding-right: 0;
    }
    .bishesh .boundary {
        padding-left: 0;
    }
    .bishesh .boundary .bishesh-right {
        order: 0;
    }
    .bishesh .bishesh-right {
        margin-bottom: 30px;
    }
    .bishesh .bishesh-right .items a {
        display: block;
    }
    .bishesh .bishesh-right .items .mr-3 {
        max-width: 100%;
        margin-right: 2px !important;
        margin-bottom: 15px;
    }
    .bishesh.samachar .items {
        margin-bottom: 30px;
    }
    .more-btn {
        display: table;
        margin: 15px 0 0 0;
    }
    .photo-slider .owl-next {
        right: 0;
        top: 30%;
        -webkit-transform: translateY(-30%);
        -moz-transform: translateY(-30%);
        -ms-transform: translateY(-30%);
        -o-transform: translateY(-30%);
        transform: translateY(-30%);
    }
    .photo-slider .owl-prev,
    .photo-slider .owl-next {
        left: 0;
        top: 30%;
        -webkit-transform: translateY(-30%);
        -moz-transform: translateY(-30%);
        -ms-transform: translateY(-30%);
        -o-transform: translateY(-30%);
        transform: translateY(-30%);
    }
    .ghumfir .author-box .share-box #st-3 .st-total {
        color: #222 !important;
    }
    .right-side .media {
        display: block;
    }
    .footer .items .mask-box {
        height: auto;
        margin-bottom: 30px;
    }
    .footer .footer-menu .row {
        overflow: auto;
        display: flex;
        padding-bottom: 30px;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .footer .footer-menu .row .items {
        max-width: 50%;
        flex: 0 0 50%;
        -ms-flex: 0 0 50%;
    }
    .upToScroll {
        right: 5px;
    }
    .scrollToTop {
        width: 32px;
        height: 32px;
        font-size: 12px;
        line-height: 32px;
    }
    #search-site .modal-body h1 {
        font-size: 26px;
    }
    #search-site .close {
        top: 26px;
        width: 32px;
        height: 32px;
        font-size: 16px;
        line-height: 32px;
    }
    .sticky-footer-ad .mobile-ad {
        padding: 0;
    }
    .sticky-footer-ad img {
        width: 100%;
        max-width: none;
        height: auto;
    }
    .sticky-footer-ad a {
        width: 100%;
    }
    .home-text {
        display: none !important;
    }
    .logo-box {
        position: relative;
        top: 0;
        left: 0;
        padding: 0;
        background: #fff;
        z-index: 9998;
        margin: 0;
        padding: 10px 0;
    }
    .logo-box img {
        max-width: 100% !important;
        height: 30px !important;
    }
    .logo-box a {
        max-width: 100%;
    }
    .author-box .by-line {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .author-box .comment-line {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .mast-head {
        order: 0;
    }
    .new-header {
        order: 0;
        margin-top: 0;
        padding-top: 56px;
        padding-bottom: 0;
    }
    .footer {
        padding-top: 30px;
        padding-bottom: 0;
    }
    .footer .items {
        padding: 0;
    }
    .footer .items .row {
        margin: 0;
    }
    .footer .items .footer-menu {
        margin-bottom: 0;
    }
    .copyright .designby {
        text-align: center;
    }
    .bishesh.news-cat-list {
        margin: 0;
    }
    .bishesh.news-cat-list .items {
        margin-top: 15px;
        margin-bottom: 15px;
        padding: 0;
    }
    .content-editor .news-big-title {
        font-size: 38px;
        line-height: 48px;
        padding: 0;
    }
    .content-editor .news-sub-heading {
        padding: 0;
    }
    .content-editor .authors-box {
        margin: 0;
    }
    .content-editor .authors-box .author-pic {
        padding-right: 0;
        margin-bottom: 30px;
    }
    .content-editor .authors-box .share-box {
        padding: 0;
    }
    .content-editor .authors-box .share-box .share-now {
        float: left;
    }
    .content-editor .left-side.sif {
        padding: 0;
    }
    .content-editor .left-side.sif .sifaris-list {
        height: auto;
    }
    .content-editor .featured-images {
        padding: 0;
    }
    .detail-box .editor-box,
    .detail-featured-box .editor-box {
        padding: 0;
    }
    .detail-box .insert-ad .items,
    .detail-featured-box .insert-ad .items {
        margin-right: 0;
        width: 100%;
        margin-bottom: 15px;
    }
    .detail-box .insert-ad .items img,
    .detail-featured-box .insert-ad .items img {
        width: 100%;
    }
    .detail-box .video-fixed,
    .detail-featured-box .video-fixed {
        position: relative;
        margin: 0;
        top: inherit;
        left: inherit;
        width: 100% !important;
        margin: 10px 0 30px 0 !important;
        padding: 0 !important;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .detail-box .video-fixed .close-vid-btn,
    .detail-featured-box .video-fixed .close-vid-btn {
        display: none !important;
    }
    .detail-box .editor-box img,
    .detail-featured-box .editor-box img {
        max-width: 100% !important;
        margin-left: 0;
    }
    .detail-box .editor-box blockquote,
    .detail-featured-box .editor-box blockquote {
        margin-left: 0;
        max-width: 100%;
    }
    .published-box {
        padding: 0;
    }
    .upToScroll {
        display: none !important;
    }
    .bottom-ad {
        margin: 0 0 30px 0;
    }
    .bishesh.news-cat-list.more-news {
        padding-left: 0;
        margin: 0;
    }
    .all-blogs .samachar .items {
        height: auto;
    }
    .detail-box .editor-box .embed-responsive,
    .detail-featured-box .editor-box .embed-responsive {
        margin: 10px 0 30px 0;
        width: 100%;
    }
    .video-list .special-featured-box .video-play {
        top: 114px;
        left: 50%;
    }
    .heading-box .total-comments {
        padding: 0;
    }
    .heading-box .share-box {
        padding: 0;
    }
    .heading-box .share-box .share-now {
        float: left;
    }
    .team-list-box .items {
        margin-top: 30px;
        height: auto;
    }
    .team-list-box .items:nth-child(1) {
        margin-top: 0;
    }
    .only-mobile {
        margin-top: 0 !important;
    }
    .for-mobile {
        margin-top: 0 !important;
    }
    .sticky-footer-ad {
        padding: 0;
    }
    .sticky-footer-ad .desktop-ad {
        padding: 0;
    }
    .sticky-footer-ad .mini-btn {
        top: -24px;
        left: 0;
    }
    .published-box.bishesh.sifaris-list {
        width: 100%;
    }
    .published-box.bishesh.sifaris-list .items.normal-list:nth-child(2) {
        border-top: 0 !important;
    }
    .sif-left {
        padding: 0 15px;
    }
    .photo-detail .bishesh.news-cat-list .items {
        height: auto;
    }
    .page-title {
        padding: 0;
    }
    .page-title .page-title-big {
        font-size: 34px;
        line-height: 44px;
    }
    .container {
        max-width: 100%;
    }
    .photo-slider .owl-prev,
    .photo-slider .owl-next {
        top: 40%;
    }
    .photo-slider .owl-next {
        top: 40%;
    }
    .video-list .special-featured-box .video-play {
        top: 187px;
    }
    .team-holder {
        display: flex;
        flex-wrap: nowrap;
        padding-bottom: 30px;
        overflow: auto;
    }
    .team-list-box .items {
        display: inline-flex;
        max-width: 50%;
        flex: 0 0 50%;
    }
    .team-list-box .items .item {
        width: 100%;
    }
    .team-list-box .items:nth-child(1) {
        margin-top: 30px;
    }
    .modal-open .logo-box {
        z-index: 1;
    }
    .bishesh.news-cat-list.more-news .extra-title {
        margin-left: 0;
        width: 100%;
        padding: 0;
    }
    .bishesh .bishesh-right .featured-item img {
        height: 167px;
    }
    .bishesh .bishesh-right .items img {
        height: 167px;
    }
    .bishesh-left img {
        height: auto;
    }
    .samachar-section figure img {
        height: auto;
    }
    .special-featured-box img {
        height: auto;
    }
    .cat-list .special-featured-box .big-feature img {
        height: auto;
    }
    .news-cat-list.alt img {
        height: auto;
    }
    .featured-images img {
        height: auto;
    }
    .insert-ad {
        width: 100%;
    }
    .insert-ad img {
        height: auto;
    }
    .detail-box .editor-box img,
    .detail-featured-box .editor-box img {
        height: auto;
    }
    .bishesh.more-news img {
        height: auto;
    }
    .photo-detail .photo-slider img {
        height: auto;
    }
    .photo-slider img {
        height: auto;
    }
    .news-cat-list img {
        height: auto;
    }
    .extra-news-item .items img {
        height: auto;
    }
    .bishesh .bishesh-right .items img {
        height: auto;
    }
    .video-slider img,
    .photo-slider img {
        height: auto;
    }
    .team-list-box .editor-box {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .top-adbox img {
        height: auto;
    }
    .bishesh-left img {
        height: 140px;
        object-fit: cover;
    }
    .bishesh-left .items a {
        display: inherit;
    }
    .bishesh-left .items .main-title {
        margin-top: 0;
    }
    .bishesh-left figure {
        position: relative;
    }
    .bishesh-left figure.mr-3 {
        margin-right: 1.5rem !important;
        width: 170px;
        height: 100%;
    }
    .bishesh .bishesh-right .items .mr-3 {
        height: auto;
    }
    .more-breaking-news .items {
        margin-top: 30px;
    }
    .more-breaking-news .items:nth-child(2) {
        margin-top: 0;
    }
    .more-breaking-news .items a {
        display: inherit;
    }
    .more-breaking-news .items .mr-3 {
        margin-right: 1.5rem !important;
        width: 170px;
        height: 100%;
    }
    .more-breaking-news .items .main-title {
        margin-top: 0;
    }
    .bishesh .bishesh-right .items.featured-item {
        padding-bottom: 0;
    }
    .left-side .right-side .items.bichar-mobile {
        margin-top: 0;
    }
    .left-side .right-side .items h1 {
        font-size: 30px;
    }
    .editor-box figure.image {
        max-width: 100%;
        margin: 0;
    }
    .bishesh .bishesh-right .items .media-body .main-title {
        font-size: 1.375rem;
        line-height: 32px;
        margin-bottom: 0;
    }
    .new-header {
        padding-top: 0;
    }
    .logo-box {
        padding: 10px 0 20px 0;
        z-index: 99;
    }
    .logo-box img {
        max-width: 100% !important;
        height: 60px !important;
    }
    .fixed-tops {
        top: 0;
    }
    .home-text {
        display: block !important;
    }
    .home-text .logo-circle {
        display: none !important;
    }
    .home-text .home-link {
        display: block;
        visibility: visible;
    }
    .fixed-tops .home-text a {
        width: auto;
        height: auto;
        background: none;
        padding: 9px 16px;
        margin: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0;
    }
    .fixed-tops .home-text a:hover {
        background: #84b4d4;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0;
    }
    .more-breaking-news .items a {
        display: block;
    }
    .more-breaking-news .items .mr-3 {
        margin-right: 0 !important;
        width: 100%;
        height: 100%;
        margin-bottom: 30px;
        display: table;
    }
    .extra-news-item.chhapa-bata ul.more-news li a,
    .samachar-section ul.more-news li a {
        padding-left: 0;
    }
    .extra-news-item.chhapa-bata ul.more-news li .left-icon .samachar-section ul.more-news li .left-icon {
        display: none;
    }
    .extra-news-item.chhapa-bata .for-mobs,
    .samachar-section .for-mobs {
        opacity: 1;
        display: block !important;
        height: 100px;
        width: 100px;
        float: left;
        margin: 0 20px 10px 0;
    }
    .extra-news-item.chhapa-bata ul.more-news li,
    .samachar-section ul.more-news li {
        width: 100%;
        display: inline-block;
    }
    .extra-news-item.chhapa-bata figure {
        position: relative;
        background: #333;
    }
    .special-featured-box .most-value img {
        height: 430px;
    }
    .special-featured-box .big-feature .main-title.bottom-part {
        position: absolute;
        padding: 15px;
        background: rgba(0, 0, 0, 0.4);
    }
    .special-featured-box .big-feature .main-title.bottom-part .tags {
        margin: 0;
        font-size: 16px;
        padding: 5px 10px;
        line-height: 24px;
    }
    .special-featured-box .big-feature .main-title.bottom-part .maintitle {
        color: #fff;
        font-size: 28px !important;
        line-height: 42px !important;
    }
    .special-featured-box .big-feature .main-title.bottom-part .maintitle a,
    .special-featured-box .big-feature .main-title.bottom-part .author-box .author-title {
        color: #fff;
    }
    .special-featured-box .big-feature .main-title.bottom-part .author-box .share-box #st-1 .st-total {
        color: #fff !important;
    }
    .bishesh-left figure.mr-3 {
        margin-right: 1.5rem !important;
        width: 100px;
        height: 100px;
    }
    .bishesh-left .video-play {
        font-size: 14px;
        line-height: 30px;
        width: 32px;
        height: 32px;
    }
    .bishesh-left .items .main-title {
        margin-top: 0;
        font-size: 20px;
        line-height: 30px;
    }
    .special-featured-box img {
        height: 460px;
    }
    .ghumfir .author-box .share-box #st-3 .st-total {
        color: #fff !important;
    }
    .special-featured-box .big-feature .main-title.bottom-part .author-box .author-title {
        font-size: 12px;
    }
    .kinmel-anubhab .row.boundary {
        display: flex;
        padding-bottom: 30px;
        flex-wrap: nowrap;
        overflow: auto;
        margin: 0;
    }
    .kinmel-anubhab .row.boundary .items {
        margin-bottom: 30px;
        max-width: 100%;
        flex: 0 0 100%;
    }
    .kinmel-anubhab .row.boundary .more-btn {
        margin-top: 112px;
    }
    .ghumfir-section .row.boundary {
        display: flex;
        padding-bottom: 30px;
        flex-wrap: nowrap;
        overflow: auto;
        margin: 0;
    }
    .ghumfir-section .row.boundary .items {
        margin-bottom: 30px;
        max-width: 100%;
        flex: 0 0 100%;
    }
    .ghumfir-section .row.boundary .more-btn {
        margin-top: 112px;
    }
    .ghumfir .maintitle {
        font-size: 28px !important;
        line-height: 42px !important;
    }
    .more-breaking-news .items {
        max-width: 33.3333%;
        flex: 0 0 33.3333%;
        margin-top: 15px;
    }
    .more-breaking-news .items:nth-child(2) {
        margin-top: 15px;
    }
    .more-breaking-news .items.title-tag {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .footer .items .media figure img {
        height: 80px;
    }
    .more-breaking-news .items .mr-3 {
        margin-bottom: 15px;
    }
    .extra-news-item .items .author-name {
        margin-bottom: 10px;
    }
    .bishesh.news-cat-list.more-news.more-related-news img {
        height: auto;
    }
    .bishesh.news-cat-list.more-news .items {
        height: auto;
        max-width: 50%;
        flex: 0 0 50%;
        padding: 0 15px;
    }
    .bishesh.news-cat-list.more-news .items:nth-child(5) {
        margin-top: 0;
    }
    .bishesh.news-cat-list.more-news.more-related-news .items .main-title {
        font-size: 18px;
        line-height: 26px;
    }
    .detail-featured-box .insert-ad {
        width: auto;
    }
    .detail-featured-box .insert-ad .items {
        float: left;
        margin-right: 19px;
        width: 220px;
    }
    .detail-featured-box .editor-box img {
        max-width: 100% !important;
        width: 100%;
        height: auto;
    }
    .detail-featured-box .insert-ad .items:nth-child(3) {
        margin-right: 0;
    }
    .navigation_box,
    .top-left-menu {
        display: none;
    }
    .top-nav-box .calendar-box .current-date {
        float: left;
    }
    .top-nav-box {
        padding: 0 15px;
    }
    .top-nav-box .calendar-box .current-time {
        float: right;
    }
    .top-right-ads {
        margin: 15px 0 0 0;
    }
    ul.trending-news {
        display: flex;
        flex-wrap: nowrap;
        overflow: auto;
    }
    ul.trending-news li {
        display: inline-flex;
        flex: none;
    }
    .main-menu {
        display: none;
    }
    ul.trending-news li.trending-title {
        border: 0;
    }
    ul.trending-news li.trending-title .trend-title {
        padding: 5px 10px;
    }
    .top-nav-box .calendar-box .current-date .main-title {
        position: relative;
        top: -2px;
        font-size: 14px;
    }
    .logo-box {
        padding: 10px;
    }
    .news-break {
        padding: 10px;
    }
    .news-break .main-title {
        font-size: 30px;
        line-height: 42px;
    }
    .news-break .sub-line {
        font-size: 24px;
        line-height: 32px;
    }
    .main-story-slider img,
    .featured-one img {
        height: auto;
    }
    .main-story-slider .main-title,
    .featured-one .main-title {
        font-size: 18px;
        line-height: 24px;
        padding: 20px;
    }
    .main-stories .more-item img,
    .samachar-list .big-feature .main-title .more-item img,
    .samachar-list .big-feature .main-title .more-item img,
    .normal-list .samachar-list .side-section .item-list img {
        height: auto;
    }
    .main-stories .more-item,
    .samachar-list .big-feature .main-title .more-item {
        margin-bottom: 30px;
    }
    .main-stories .more-item .main-title,
    .samachar-list .big-feature .main-title .more-item .main-title {
        font-size: 18px;
        line-height: 24px;
        padding: 20px;
    }
    .samachar-list .big-feature {
        margin-bottom: 30px;
    }
    .samachar-list .big-feature img,
    .manoranjan .samachar-list .big-feature img {
        height: auto;
    }
    .item-list .main-title {
        font-size: 18px;
        line-height: 24px;
        padding: 20px;
    }
    .normal-list .samachar-list .side-section .item-list:nth-child(2) {
        margin-top: 30px;
    }
    .normal-list .samachar-list img {
        margin-bottom: 10px;
    }
    .videos-list.photo-list .owl-theme .owl-dots {
        margin-top: 10px;
    }
    .samachar-list .side-section.rochak-list .item-list {
        margin-top: 0 !important;
    }
    .right-side .media {
        display: inline-flex;
    }
    .todays .start-time .on-air {
        margin-top: 10px;
        float: left !important;
        margin-left: 10px;
    }
    .my-menu {
        display: block;
        top: 15px !important;
        right: 20px;
        left: inherit;
        z-index: 9999;
    }
    .new-header {
        padding-top: 70px;
    }
    .logo-box {
        position: fixed;
        top: 0;
        left: 0;
        background: #fff;
        padding-bottom: 10px;
        max-width: 100%;
    }
    .mm-menu .navigation_box {
        display: block;
    }
    .mm-menu .navigation_box ul {
        display: block;
    }
    .mm-menu .navigation_box ul li {
        display: block;
    }
    .mm-menu .navigation_box ul li a {
        text-align: left;
    }
    .mm-menu .top-left-menu {
        display: block;
    }
    .mm-menu .top-left-menu ul {
        display: block;
    }
    .mm-menu .top-left-menu ul li {
        display: block;
        text-align: left;
    }
    .mm-menu-toggle {
        display: block;
        right: 10px;
        left: inherit;
        top: 7px;
        width: 53px;
        height: 53px;
        z-index: 9999;
        text-indent: 0;
        font-size: 30px;
        background: none !important;
        line-height: 0;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        color: #222;
    }
    .mm-menu-toggle.my-menu:before {
        height: 0;
        background-color: transparent;
    }
    .mm-menu-toggle.my-menu:after {
        height: 0;
        background-color: transparent;
        bottom: 2px;
    }
    .mm-menu-toggle .back-menu {
        display: none;
    }
    .mm-menu-toggle.active {
        background: #ccc !important;
        top: 13px;
    }
    .mm-menu-toggle.active .bar-menu {
        display: none;
    }
    .mm-menu-toggle.active .back-menu {
        display: block;
    }
    .top-right-ads img {
        float: none;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
        display: block;
    }
    .footer .items {
        padding: 0 15px;
    }
    .footer .items a:hover .main-title {
        color: #fff;
    }
    .pagination {
        padding: 10px 0 40px 0;
    }
    .breadcrumbs {
        float: left !important;
        margin-top: 15px !important;
        width: 100%;
    }
    .published-box .full-ad {
        padding: 0 15px;
    }
    .left-side .full-ad {
        margin-top: 15px;
    }
    .content-editor .featured-images {
        padding: 0 15px;
    }
    .pro-tab {
        display: flex;
        flex-wrap: nowrap;
        overflow: auto;
    }
    .schedules {
        margin-top: 0;
        margin-bottom: 30px;
    }
    .content-editor .title-names.special-title .share-box {
        margin-top: 26px;
        line-height: 10px;
        display: table;
        width: 100%;
        float: none;
    }
    .content-editor .title-names.special-title .share-box .share-now {
        float: left;
    }
    .content-editor .title-names.special-title .news-big-title {
        font-size: 26px;
        line-height: 34px;
    }
    .schedules .item-news .main-title .start-time {
        position: relative;
        top: 0;
        right: 0;
        margin-top: 15px;
    }
    .schedules .item-news .main-title {
        padding: 5px 15px;
        line-height: 24px;
    }
    .schedules .item-news .main-title .on-air {
        margin-left: 0;
        display: inline-block;
    }
    .content-editor .share-box .share-now:before {
        top: 14px;
    }
    .todays.more-progs {
        margin-bottom: 30px;
    }
    .more-teams .item-news:nth-child(2) {
        margin-top: 30px;
    }
    .more-teams .item-news:nth-child(3) {
        margin-top: 30px;
    }
    .team-more-title {
        margin-bottom: 0;
    }
    .more-teams {
        margin-bottom: 30px;
    }
    .more-teams.more-progs .item-news {
        margin-top: 20px;
    }
    .video-player-box .share-box {
        padding-left: 0;
    }
    .video-player-box .share-box .share-now {
        float: left;
    }
    .video-player-box .share-box .share-now:before {
        top: 6px;
    }
    .horizontal-layout .items {
        margin-top: 30px;
    }
    .horizontal-layout.right-side .media {
        display: flex;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .google-maps {
        margin-bottom: 30px;
    }
    .live-now .item-news {
        margin-top: 40px !important;
    }
    .live-now .item-news:nth-child(1) {
        margin-top: 0 !important;
    }
    .live-now .item-news:nth-child(3) {
        margin-bottom: 40px !important;
    }
    .live-now .item-news figure {
        margin-bottom: 0 !important;
    }
    .right-side .items.live-more img {
        height: 60px;
    }
    .right-side .items.live-more .start-time .on-air {
        float: left !important;
        margin-top: 10px;
    }
    .videos-list .big-feature {
        margin-top: 0;
    }
    .photo-list .samachar-list {
        margin-bottom: 40px;
    }
    .photos-list-box .main-stories .items img,
    .photos-list-box .samachar-list .big-feature .main-title .items img,
    .samachar-list .big-feature .photos-list-box .main-title .items img,
    .photos-list-box .main-stories .latest-album img,
    .photos-list-box .samachar-list .big-feature .main-title .latest-album img,
    .samachar-list .big-feature .photos-list-box .main-title .latest-album img {
        height: auto;
    }
    .photos-list-box .main-stories .latest-album .main-title,
    .photos-list-box .samachar-list .big-feature .main-title .latest-album .main-title,
    .samachar-list .big-feature .photos-list-box .main-title .latest-album .main-title {
        font-size: 24px;
        padding: 20px;
        line-height: 32px;
    }
    .photos-list-box .main-stories .items,
    .photos-list-box .samachar-list .big-feature .main-title .items,
    .samachar-list .big-feature .photos-list-box .main-title .items {
        margin-top: 0;
    }
    .main-stories.more-photos .items,
    .samachar-list .big-feature .more-photos.main-title .items {
        margin-bottom: 0;
    }
    .main-stories.more-photos .items:nth-child(2),
    .samachar-list .big-feature .more-photos.main-title .items:nth-child(2) {
        margin-top: 30px;
    }
    .more-photos {
        margin-bottom: 30px;
    }
    .photo-info-box {
        order: 1;
    }
    .photos-list-box .zoom-big-box {
        order: 2;
        padding-right: 0;
        margin-bottom: 0;
    }
    .bottom-overlay .total-img-count {
        font-size: 12px;
    }
    .video-list .video-play {
        top: 20px;
        left: 20px;
        -webkit-transform: translate(0);
        -moz-transform: translate(0);
        -ms-transform: translate(0);
        -o-transform: translate(0);
        transform: translate(0);
    }
    .nav-tabs.tab-menus .nav-link {
        font-size: 12px;
    }
    .khelkood-section .samachar-list .big-feature.sport-feature {
        order: 1;
    }
    .media a {
        display: inherit !important;
        width: 100%;
    }
    .kala-feature {
        order: 1;
    }
    .pradesh-samachar .for-mobiles {
        display: flex;
    }
    .pradesh-samachar .main-stories .more-item.small-feature,
    .pradesh-samachar .samachar-list .big-feature .main-title .more-item.small-feature,
    .samachar-list .big-feature .pradesh-samachar .main-title .more-item.small-feature {
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 46%;
        flex: 0 0 50%;
        max-width: 50%;
        padding-right: 15px;
    }
    .pradesh-samachar .main-stories .more-item.small-feature:nth-child(2),
    .pradesh-samachar .samachar-list .big-feature .main-title .more-item.small-feature:nth-child(2),
    .samachar-list .big-feature .pradesh-samachar .main-title .more-item.small-feature:nth-child(2) {
        padding-left: 15px;
        padding-right: 0;
        margin-top: 0;
    }
    .pradesh-samachar.video-photo .main-stories .more-item.small-feature,
    .pradesh-samachar.video-photo .samachar-list .big-feature .main-title .more-item.small-feature,
    .samachar-list .big-feature .pradesh-samachar.video-photo .main-title .more-item.small-feature {
        padding-left: 15px;
        padding-right: 15px;
    }
    .pradesh-samachar.video-photo .main-stories .more-item.small-feature:nth-child(3),
    .pradesh-samachar.video-photo .samachar-list .big-feature .main-title .more-item.small-feature:nth-child(3),
    .samachar-list .big-feature .pradesh-samachar.video-photo .main-title .more-item.small-feature:nth-child(3) {
        margin-top: 0;
    }
    .ent-list .for-mobiles {
        display: flex;
    }
    .ent-list .main-stories .more-item.small-feature,
    .ent-list .samachar-list .big-feature .main-title .more-item.small-feature,
    .samachar-list .big-feature .ent-list .main-title .more-item.small-feature {
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 46%;
        flex: 0 0 50%;
        max-width: 50%;
        padding-right: 15px;
    }
    .ent-list .main-stories .more-item.small-feature:nth-child(2),
    .ent-list .samachar-list .big-feature .main-title .more-item.small-feature:nth-child(2),
    .samachar-list .big-feature .ent-list .main-title .more-item.small-feature:nth-child(2) {
        padding-left: 15px;
        padding-right: 0;
        margin-top: 0;
    }
    .logo-box img {
        max-width: 200px !important;
        height: auto !important;
        margin-top: 10px;
        float: left;
    }
    .navigation_box,
    .top-left-menu {
        display: block;
    }
    .top-nav-box .calendar-box {
        display: none;
    }
    .top-nav-box .top-left-menu .navigation_box ul li {
        display: none;
    }
    .top-nav-box .top-left-menu .navigation_box ul li.slide-menu {
        display: block;
        position: fixed;
        top: 13px;
        z-index: 9997;
        right: 0;
        left: inherit;
        border: 0;
    }
    .top-nav-box .top-left-menu .navigation_box ul li.slide-menu a:hover {
        background: none !important;
    }
    .top-nav-box .top-left-menu .navigation_box ul li.slide-menu .left-icon {
        margin: 0;
        font-size: 28px;
    }
    .top-nav-box .top-left-menu .navigation_box ul li.live-notificaion {
        display: block;
        position: fixed;
        top: 20px;
        z-index: 9997;
        right: 5px;
        border: 0;
    }
    .top-nav-box .top-left-menu .navigation_box ul li.live-notificaion a:hover {
        background: none !important;
    }
    .live-player-box .right-side .live-title {
        margin-bottom: 0;
    }
    .live-now .item-news {
        margin-top: 0 !important;
    }
    .live-fixed .right-side .items:nth-child(1) {
        margin-top: 0;
    }
    .live-now .item-news:nth-child(3) {
        margin-bottom: 0 !important;
    }
    .full-list.items .item-news img {
        height: auto;
        width: 150px;
    }
    .full-list.items .item-news .main-title {
        font-size: 18px;
        line-height: 28px;
    }
    .share-box.col-md-1 {
        display: none;
    }
    .left-side .published-box .full-ad:nth-child(3) {
        margin-top: 15px;
    }
    .related-more .items {
        margin-top: 30px;
        box-sizing: border-box;
    }
    .related-more .items:nth-child(2) {
        margin-top: 0;
    }
    .related-more .items:nth-child(3) {
        margin-top: 0;
    }
    .related-more .items img {
        height: 200px;
    }
    .photo-item-list img {
        height: 220px;
    }
    .photo-item-list {
        max-width: 50%;
        flex: 0 0 50%;
    }
    .video-slider img,
    .photo-slider img {
        object-fit: contain;
    }
    .bigyapan.top-right {
        text-align: center;
        max-width: 100%;
        flex: 0 0 100%;
    }
    .news-tickers .container {
        padding-left: 0;
    }
    .top-nav-box .calendar-box {
        justify-content: center;
        align-items: center;
        display: flex;
    }
    .top-nav-box .calendar-box .current-date .main-title {
        font-size: 12px;
    }
    .top-nav-box .calendar-box .current-date {
        float: left;
        font-size: 12px;
        margin-right: 0;
    }
    .top-nav-box .calendar-box .current-date.unicode-converter {
        display: none;
    }
    .top-nav-box .calendar-box {
        padding-top: 20px;
    }
    .news-tickers .container {
        padding-left: 0;
    }
    .top-nav-box .calendar-box {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .new-header {
        padding-top: 95px;
    }
    .right-side {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .pradesh-samachar .main-stories .more-item.small-feature,
    .pradesh-samachar .samachar-list .big-feature .main-title .more-item.small-feature,
    .samachar-list .big-feature .pradesh-samachar .main-title .more-item.small-feature {
        margin-top: 0;
    }
    .main-stories .items.big-feat,
    .samachar-list .big-feature .main-title .items.big-feat {
        order: 1;
    }
    .vid-slider .items.small-feature,
    .main-stories.photo-section .album-slider .more-item.small-feature,
    .samachar-list .big-feature .photo-section.main-title .album-slider .more-item.small-feature {
        max-width: 100% !important;
        flex: 0 0 100% !important;
        padding: 0 !important;
    }
    .copyright-info {
        text-align: center;
    }
    .content-editor .tags {
        margin-bottom: 0;
    }
    .content-editor.rashi-author .tab-share {
        margin-top: 0;
    }
    .left-side {
        margin-top: 0;
        max-width: 100%;
        flex: 0 0 100%;
    }
    .logo-box a img {
        margin: 0;
    }
    .logo-box .menu-toggle {
        display: block;
        border-color: #ccc;
        color: #666;
        top: 25px;
        right: 20px;
    }
    .logo-box .menu-toggle:hover {
        border-color: #2f77bc;
        color: #2f77bc;
    }
    .top-nav-box {
        display: none;
    }
    .new-header {
        padding-top: 95px;
    }
    .bigyapan.top-right {
        top: 10px;
    }
    .bigyapan.top-right a img {
        width: 100%;
        float: left;
    }
    .taja-samachar-section.news-tickers {
        padding: 0 0 0 15px;
        background: #e8e5e5;
    }
    .news-break .author-name {
        font-size: 14px;
    }
    .section.photo-section {
        margin-top: 0;
    }
    .main-news-cat .main-title {
        font-size: 24px;
        line-height: 32px;
    }
    .main-news-cat .mini-news {
        padding-right: 15px;
    }
    .right-side.middle-side {
        margin-top: 15px;
    }
    .left-side {
        padding-right: 15px;
    }
    .main-news-cat img {
        height: auto;
    }
    .main-news-cat .mini-news .items.big-news img {
        height: auto;
    }
    .main-news-cat figure:before {
        height: 100%;
    }
    .headwrap {
        padding: 0 0 10px 0;
    }
    .bigyapan.top-right a img {
        margin: 0;
    }
    .main-news-cat.np-tv-section {
        width: 100%;
    }
    .foot-sections .footer-content {
        margin-top: -33px;
    }
    ul.footer-nav li {
        margin-left: 15px;
    }
    .content-editor .news-sub-heading {
        padding: 0 0 20px 0;
    }
    .detail-box,
    .detail-featured-box,
    .detail-featured-box {
        padding: 20px 15px;
    }
    .right-side .items.taja-samachar-box {
        margin-top: 15px;
    }
    .content-editor .featured-images {
        padding: 0;
    }
    .khelkood .logo-box {
        background: #081e2b !important;
    }
    .khelkood .logo-box .menu-toggle {
        color: #4267b2;
    }
    ul.breadcrumbs.sub-cat {
        max-width: 64%;
        position: absolute;
        top: 0;
        display: flex;
        overflow: auto;
        right: 0;
        text-align: right;
        width: auto !important;
    }
    .main-news-cat .main-title {
        padding: 15px;
    }
    .manoranjan .headwrap {
        background: none !important;
    }
    .manoranjan .logo-box {
        background: #e62b34 !important;
    }
    .manoranjan .logo-box .menu-toggle {
        color: #4267b2;
    }
    .manoranjan .big-manoranjan .more-thumbs figure .main-title {
        font-size: 20px;
        line-height: 28px;
    }
    .new-header {
        padding-top: 72px;
    }
    .new-header .headwrap .menu-toggle {
        display: none;
    }
    .new-header .logo-box {
        border-bottom: 1px solid #4267b2;
    }
    .new-header .logo-box .search-toggle {
        display: block;
    }
    .new-header .logo-box .dates {
        display: none;
    }
    .new-header .logo-box .menu-toggle {
        display: block;
    }
    .new-header .social-top {
        display: none;
    }
    .breaking-box.break-normal .news-break {
        padding: 0;
    }
    .section.breaking-slider {
        padding: 0 15px;
    }
    .break-slider .items .main-title,
    .break-slider.owl-loaded .owl-item .items .main-title {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        opacity: 1;
        filter: alpha(opacity=100);
    }
    .mask-layer {
        height: auto !important;
    }
    .half-news-list .item-news.media {
        display: block;
        padding: 15px 0 10px 0;
    }
    .half-news-list .item-news figure {
        margin-right: 0 !important;
    }
    .half-news-list .item-news figure img {
        margin-right: 15px;
        margin-bottom: 10px;
    }
    .half-news-list .item-news figure img {
        width: 140px;
        height: 110px;
    }
    .left-side.main-news.two-thumb {
        margin-top: 30px;
    }
    .left-side.main-news.two-thumb:nth-child(1) {
        margin-top: 0;
    }
    .left-side.one-thumb {
        margin-top: 30px;
    }
    .mukhya-samachar .big-news img {
        min-height: auto;
    }
    .footer .description {
        margin-top: 0;
    }
    .footer .contact-item,
    .footer .navs-item {
        border: 0;
    }
    .footer .items.health-item,
    .health-logo.item-box,
    .footer .health-logo.box-item {
        text-align: left !important;
    }
    .section {
        margin-top: 0 !important;
    }
    .bigyaapan-item img {
        margin: 0 auto;
    }
    .news-break {
        padding: 0;
    }
    .main-news-cat .big-news.break-single a:hover .main-title {
        color: #666 !important;
    }
    .main-news-cat .big-news.break-single .main-title {
        position: relative;
        font-size: 24px;
        line-height: 32px;
        color: #222;
        bottom: 0;
        padding: 0;
        max-width: none;
    }
    .main-news-cat .big-news.break-single figure:before {
        display: none;
    }
    .main-news-cat .big-news.break-single .cat-name {
        color: #333;
    }
    .main-news-cat .big-news.break-single .dates {
        color: #666;
    }
    .main-news-cat .big-news .share-box {
        position: relative;
        left: 0;
        bottom: 0;
    }
    .breaking-three .left-side.one-thumb .mukhya-samachar .big-news .main-title {
        font-size: 38px;
        line-height: 46px;
    }
    .breaking-three .left-side.one-thumb {
        margin-top: 0;
    }
    .breaking-three .right-side.breaks-item {
        margin-top: 0;
    }
    .health-section .main-news-cat.health-feature .items .main-title {
        color: #fff;
        max-width: none;
        font-size: 30px;
        line-height: 40px;
    }
    .health-section .main-news-cat.health-feature .items .description {
        max-width: none;
    }
    .author-infos .social-icons {
        float: left;
        margin: 20px 0;
        width: 100%;
    }
    .detail-box.hamroteam,
    .hamroteam.detail-featured-box {
        padding: 20px 0 20px 15px;
    }
    .editor-box .social-icons .left-icon {
        margin-bottom: 5px;
    }
    .business-feat-template .left-side.one-thumb {
        margin-top: 0;
        order: 1;
    }
    .business-live .new-header,
    .entertainment-live .new-header,
    .sports-live .new-header,
    .entertainment-live .new-header,
    .sports-live .new-header {
        padding-top: 133px;
    }
    .business-live .new-header .logo-box .nav-title.business-title,
    .entertainment-live .new-header .logo-box .nav-title.business-title,
    .sports-live .new-header .logo-box .nav-title.business-title,
    .entertainment-live .new-header .logo-box .nav-title.entertainment-title,
    .sports-live .new-header .logo-box .nav-title.sports-title {
        padding-top: 0;
        display: block;
    }
    .main-news-cat.video-feat .big-news.break-single.ent-small .main-title {
        color: #fff;
    }
    .main-news-cat .big-news.break-single.ent-small figure img {
        height: 120px;
    }
    .new-header .logo-box .dates {
        display: block;
        font-size: 12px;
    }
    .new-header {
        padding-top: 115px;
    }
    .section.mt-3 {
        margin-top: 20px !important;
    }
    .section.mt-4 {
        margin-top: -30px !important;
    }
    .clock-time {
        width: 60px;
    }
    .headwrap {
        padding: 0;
        float: left;
    }
    .new-header .section.mt-4 {
        margin-top: 0 !important;
    }
    .new-header .section.mt-3 {
        margin-top: 15px !important;
    }
    .bigyaapan-item img {
        float: left;
    }
    .right-side.side-news .bigyaapan-item img {
        float: none;
        display: block;
    }
    .half-news-list .item-news.media {
        float: left;
        width: 100%;
    }
    .content-section.mukhya-block {
        margin-top: 0;
    }
    .content-section.mukhya-block .left-side {
        order: 2;
    }
    .content-section.mukhya-block .right-side {
        order: 1;
        margin-bottom: 20px;
    }
    .break-slider {
        margin-bottom: 15px;
    }
    .taja-desktop {
        display: block;
        padding: 15px;
    }
    .taja-mobile {
        display: none;
    }
    .txt-64 {
        font-size: 30px !important;
        line-height: 42px !important;
    }
    .footer .foot-logo .top-left-menu {
        display: block;
    }
    .main-news-cat .big-news.break-single .share-box .st-total {
        color: #555 !important;
    }
    .corona-box .corona-title .items {
        padding-right: 15px;
    }
    .corona-box .corona-num {
        border: 0;
        padding-top: 0;
    }
    .corona-box .corona-num .items {
        border-top: 1px solid #4d4b62;
        display: block;
        padding: 15px;
    }
    .corona-box .corona-title img {
        width: 58px;
    }
    .corona-box .corona-title a .main-title {
        font-size: 20px;
        text-align: left;
    }
    .corona-box .corona-title a .main-title br {
        display: none;
    }
    .corona-box .corona-num .small-data-title {
        line-height: 15px;
        font-size: 14px;
        margin-bottom: 9px;
        text-align: left;
        margin-top: 4px;
        float: left;
        margin-left: 10px;
    }
    .corona-box .corona-num .big-data-title {
        font-size: 18px;
        line-height: 20px;
    }
    .corona-box .corona-num .small-data-title {
        float: none;
        display: block;
        margin-left: 0;
    }
    .corona-box .corona-num img {
        float: left;
        width: 65px;
        margin-bottom: 15px !important;
    }
    .corona-box .corona-num .items {
        border: 0;
    }
    .corona-box .corona-num.more-links .items {
        border-top: 1px solid #4d4b62;
    }
    .corona-box .corona-num .small-data-title.more-link {
        font-size: 14px;
        margin-bottom: 9px;
        text-align: left;
        margin-top: 4px;
        float: left;
        margin-left: 10px;
    }
    .corona-box .corona-title .items {
        border-bottom: 1px solid #4d4b62;
    }
    .corona-box .row {
        margin: 0 -15px;
    }
    .corona-box .corona-num.in-nepal .items {
        padding-bottom: 0;
    }
    .corona-box .corona-num.in-nepal .small-data-title {
        border-top: 1px solid #4d4b62;
        padding-top: 10px;
        font-size: 18px;
        font-weight: 700;
        text-align: center;
    }
    .corona-box .corona-num.in-nepal .row .item-nepal .nepal-num .small-data-title {
        font-size: 16px;
        font-weight: 400;
    }
    .corona-box .corona-num.updated-time {
        padding: 0 15px;
    }
    .corona-box .corona-num.more-links .items a {
        display: table;
        margin: 0 auto;
    }
    .who-map.corona-map-desktop {
        display: none;
    }
    .who-map.corona-map-mobile {
        display: block;
    }
    .new-header {
        padding-top: 0 !important;
    }
    .new-header .logo-box {
        position: relative;
        max-width: 100%;
        flex: 0 0 100%;
        -ms-flex: 0 0 100%;
    }
    .new-header .logo-box.fixed-tops {
        position: fixed;
        top: 0;
        left: 0;
        background: #fff !important;
        padding-bottom: 10px;
    }
    .desktop-bigyaapan {
        display: none;
    }
    .mobile-bigyaapan {
        display: block;
    }
    .desktop-jacket-bigyaapan {
        display: none;
    }
    .mobile-jacket-bigyaapan {
        display: block;
    }
    .upToScroll {
        display: block !important;
    }
}
@media only screen and (max-width: 687px) {
    .detail-featured-box .insert-ad {
        margin: 0 auto 15px auto;
        float: none;
        display: table;
    }
    .detail-featured-box .insert-ad .items {
        width: 180px;
    }
    .footer .items {
        padding: 0;
    }
    .share-now:before {
        display: none;
    }
    .content-editor .featured-images {
        padding: 0 15px;
    }
    .live-play-btn {
        top: 60%;
    }
    .bishesh.news-cat-list .items a {
        height: auto;
    }
    .bishesh.news-cat-list .items .comments-line {
        position: relative;
        margin-top: 20px;
    }
    .footer .items {
        padding: 0 15px;
    }
    .right-side .items .start-time .on-air {
        float: none !important;
        margin-top: 10px;
        display: table;
    }
    .new-header {
        margin-bottom: 0;
    }
    .bigyapan img {
        max-width: 100%;
    }
    .content-section {
        margin-top: 10px;
    }
    .side-list.rochak-list .media {
        margin-top: 30px;
    }
    .side-list.rochak-list .media:nth-child(2) {
        margin-top: 30px;
    }
    .right-side .items:first-child {
        margin-bottom: 0;
        margin-top: 0;
    }
    .main-stories .hoz-news:first-child,
    .samachar-list .big-feature .main-title .hoz-news:first-child {
        margin-top: 0;
    }
    .main-stories .hoz-news img,
    .samachar-list .big-feature .main-title .hoz-news img {
        height: 80px;
        width: auto;
    }
    .main-stories .hoz-news .main-title,
    .samachar-list .big-feature .main-title .hoz-news .main-title {
        font-size: 16px;
        line-height: 26px;
        display: block;
    }
    .cat-section {
        margin-top: 0;
    }
    .side-list {
        margin-bottom: 30px;
    }
    .side-list.rochak-list.editors-pick .media img {
        height: 80px;
        width: auto;
    }
    .main-story-slider .main-title,
    .featured-one .main-title,
    .featured-one .main-title {
        font-size: 22px;
        line-height: 32px;
    }
    .side-list .media:nth-child(1) {
        margin-top: 0 !important;
    }
    .social-box {
        text-align: center;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .side-list .media a {
        width: 100%;
    }
    .related-more .items {
        margin-top: 30px;
    }
    .related-more .items:nth-child(2) {
        margin-top: 0;
    }
    .related-more .items img {
        height: 180px;
    }
    .bigyapan.top-right img {
        margin-left: 0;
        width: 100%;
    }
    .news-tickers .container {
        padding-left: 0;
    }
    .top-nav-box .calendar-box {
        justify-content: center;
        align-items: center;
        display: flex;
    }
    .top-nav-box .calendar-box .current-date .main-title {
        font-size: 12px;
    }
    .top-nav-box .calendar-box .current-date {
        float: left;
        font-size: 12px;
        margin-right: 0;
    }
    .top-nav-box .calendar-box .current-date.unicode-converter {
        display: none;
    }
    .top-nav-box .calendar-box {
        padding-top: 20px;
    }
    .new-header {
        padding-top: 95px;
    }
    .bigyapan.top-right a:nth-child(1) img {
        margin-top: 0;
    }
    .bigyapan.top-right a img {
        margin-top: 0;
        margin-bottom: 0;
        width: 100%;
    }
    .right-side .items.taja-samachar-box,
    .right-side .taja-samachar-box .main-stories .more-item,
    .right-side .taja-samachar-box .samachar-list .big-feature .main-title .more-item,
    .samachar-list .big-feature .right-side .taja-samachar-box .main-title .more-item {
        margin-top: 0;
    }
    .right-side .items {
        margin-top: 15px;
    }
    .samachar-box .tv-section .featured-one .main-title {
        font-size: 34px;
        line-height: 50px;
    }
    .gold-box {
        margin-bottom: 30px;
    }
    .right-side.quick-right {
        margin-top: 30px;
    }
    .gold-box .gold-row .gs-box {
        margin-top: 30px;
    }
    ul.footer-nav li {
        display: inline-block;
        margin-left: 10px;
    }
    .section.gold-silver {
        padding-bottom: 0;
    }
    .footer-line {
        margin-top: 20px;
    }
    .item-news.bigyapan.mt-0 {
        margin-top: 20px !important;
    }
    .section.mt-4 {
        margin-top: 15px !important;
    }
    .content-editor .featured-images {
        padding: 0;
    }
    .section.mt-4 {
        margin-top: 0 !important;
    }
    .new-header .logo-box .dates {
        display: block;
        font-size: 12px;
    }
    .new-header {
        padding-top: 115px;
    }
    .section.mt-3 {
        margin-top: 20px !important;
    }
    .section.mt-4 {
        margin-top: -30px !important;
    }
}
@media only screen and (max-width: 576px) {
    .container {
        max-width: 100%;
    }
    .main-ads {
        padding: 0;
    }
    .desktop-ad {
        padding: 0;
    }
    .photo-slider .owl-prev,
    .photo-slider .owl-next {
        top: 40%;
    }
    .photo-slider .owl-next {
        top: 40%;
    }
    .video-list .special-featured-box .video-play {
        top: 137px;
    }
    .more-breaking-news .items {
        max-width: 100%;
        flex: 0 0 100%;
        margin-top: 15px;
    }
    .more-breaking-news .items:nth-child(2) {
        margin-top: 15px;
    }
    .more-breaking-news .items.title-tag {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .footer .items .media figure img {
        height: auto;
    }
    .bishesh.news-cat-list.more-news .items {
        height: auto;
        max-width: 100%;
        flex: 0 0 100%;
        padding: 0 15px;
    }
    .bishesh.news-cat-list.more-news .items:nth-child(3) {
        margin-top: 30px;
    }
    .bishesh.news-cat-list.more-news .items:nth-child(4) {
        margin-top: 30px;
    }
    .detail-featured-box .insert-ad .items img {
        max-width: none !important;
        width: 100%;
        height: auto;
    }
    .detail-featured-box .insert-ad .items {
        width: 100%;
        margin-top: 30px;
    }
    .detail-featured-box .insert-ad .items:nth-child(1) {
        margin-top: 0;
    }
    .detail-featured-box .insert-ad .items {
        margin-right: 2%;
        width: 100%;
    }
    .footer .items {
        padding: 0;
    }
    .nav-tabs.tab-menus .nav-link {
        font-size: 16px;
    }
    .pradesh-samachar .for-mobiles {
        display: block;
    }
    .pradesh-samachar .main-stories .more-item.small-feature,
    .pradesh-samachar .samachar-list .big-feature .main-title .more-item.small-feature,
    .samachar-list .big-feature .pradesh-samachar .main-title .more-item.small-feature {
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
    }
    .pradesh-samachar .main-stories .more-item.small-feature:nth-child(2),
    .pradesh-samachar .samachar-list .big-feature .main-title .more-item.small-feature:nth-child(2),
    .samachar-list .big-feature .pradesh-samachar .main-title .more-item.small-feature:nth-child(2) {
        padding-left: 0;
        padding-right: 0;
        margin-top: 30px;
    }
    .pradesh-samachar.video-photo .main-stories .more-item.small-feature,
    .pradesh-samachar.video-photo .samachar-list .big-feature .main-title .more-item.small-feature,
    .samachar-list .big-feature .pradesh-samachar.video-photo .main-title .more-item.small-feature {
        padding-left: 15px;
        padding-right: 15px;
    }
    .pradesh-samachar.video-photo .main-stories .more-item.small-feature:nth-child(3),
    .pradesh-samachar.video-photo .samachar-list .big-feature .main-title .more-item.small-feature:nth-child(3),
    .samachar-list .big-feature .pradesh-samachar.video-photo .main-title .more-item.small-feature:nth-child(3) {
        margin-top: 0;
    }
    .ent-list .for-mobiles {
        display: block;
    }
    .ent-list .main-stories .more-item.small-feature,
    .ent-list .samachar-list .big-feature .main-title .more-item.small-feature,
    .samachar-list .big-feature .ent-list .main-title .more-item.small-feature {
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
    }
    .ent-list .main-stories .more-item.small-feature:nth-child(2),
    .ent-list .samachar-list .big-feature .main-title .more-item.small-feature:nth-child(2),
    .samachar-list .big-feature .ent-list .main-title .more-item.small-feature:nth-child(2) {
        padding-left: 0;
        padding-right: 0;
        margin-top: 0;
    }
    .full-list.items .item-news {
        margin-top: 35px;
        display: table;
        flex: none;
        width: 100%;
    }
    .full-list.items .item-news:nth-child(1) {
        margin-top: 0;
    }
    .full-list.items .item-news .mr-3 {
        margin-right: 0 !important;
        margin-bottom: 15px;
    }
    .full-list.items .item-news img {
        width: 100%;
        height: auto;
    }
    .full-list.items .item-news .main-title {
        font-size: 18px;
        line-height: 28px;
    }
    .photo-item-list {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .section.mt-4 {
        margin-top: 0 !important;
    }
    .right-side.side-news .bigyaapan-item img {
        float: none;
        display: block;
    }
}
@media only screen and (max-width: 479px) {
    .calendar-box {
        padding: 0;
    }
    .team-holder {
        display: flex;
        flex-wrap: nowrap;
        padding-bottom: 30px;
        overflow: auto;
    }
    .team-list-box .items {
        display: inline-flex;
        max-width: 100%;
        flex: 0 0 100%;
    }
    .team-list-box .items .item {
        width: 100%;
    }
    .team-list-box .items:nth-child(1) {
        margin-top: 30px;
    }
    .photo-slider .owl-prev,
    .photo-slider .owl-next {
        top: 30%;
    }
    .photo-slider .owl-next {
        top: 30%;
    }
    .get-news-alert form {
        padding: 10px 20px 30px 20px;
    }
    .get-news-alert .textfield,
    .get-news-alert .feedback .textarea,
    .feedback .get-news-alert .textarea,
    .get-news-alert .feedback .select,
    .feedback .get-news-alert .select,
    .get-news-alert .newsletter-btn {
        width: 70%;
    }
    .get-news-alert .newsletter-btn {
        width: 30%;
    }
    .more-breaking-news .items {
        max-width: 100%;
        flex: 0 0 100%;
        margin-top: 15px;
    }
    .more-breaking-news .items:nth-child(2) {
        margin-top: 15px;
    }
    .more-breaking-news .items.title-tag {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .footer .items .media figure img {
        height: auto;
    }
    .live-player-box,
    .live-fixed .live-close {
        width: 100% !important;
    }
    .footer {
        padding: 20px;
    }
    .copyright .company-info {
        text-align: center;
        line-height: 20px;
    }
    .live-now .live-title .on-air .double-bounce1,
    .live-now .live-title .on-air .double-bounce2 {
        right: 4px;
    }
    .gallery-box.alt {
        margin-top: 30px;
    }
    .next-prev-gallery .gallery-box.alt .cat-title {
        text-align: left;
    }
    .next-prev-gallery .media.alt-gallery a {
        position: relative;
        right: 0;
    }
    .next-prev-gallery .media.alt-gallery .mr-3 {
        order: 0;
        margin-right: 30px !important;
        margin-left: 0 !important;
    }
    .next-prev-gallery .media.alt-gallery .main-title {
        text-align: left;
    }
    .next-prev-gallery .media.alt-gallery .time-entry {
        float: left;
    }
    .right-side .items.taja-samachar-box,
    .right-side .taja-samachar-box .main-stories .more-item,
    .right-side .taja-samachar-box .samachar-list .big-feature .main-title .more-item,
    .samachar-list .big-feature .right-side .taja-samachar-box .main-title .more-item {
        margin-top: 0;
    }
    .footer {
        padding: 20px 0 0 0;
    }
    .footer .footer-wrap {
        padding: 15px 15px 0 15px;
    }
    .foot-sections .footer-content {
        padding-right: 15px;
        padding-left: 15px;
    }
    .foot-sections .footer-content .items:nth-child(1) {
        margin-bottom: 0;
    }
    .left-line {
        border: 0;
    }
    ul.footer-nav li {
        margin-left: 0;
        margin-right: 10px;
    }
    .bichar-samachar .main-news-cat .big-news figure .author-name,
    .bichar-samachar .main-news-cat .big-news figure .author-name .date-time {
        font-size: 14px;
    }
    .right-side.photo-right .more-thumbs .items:nth-child(1) {
        margin-top: 0;
    }
    .left-side.dharma-samachar {
        margin-top: 15px;
    }
    .foot-sections .footer-content {
        display: block;
    }
    ul.footer-nav li {
        margin-bottom: 5px;
    }
    .new-header {
        padding-top: 83px;
    }
    .right-side .items.taja-samachar-box {
        margin-top: 15px;
    }
    .footer {
        padding: 0;
        margin-top: 0;
    }
    .main-news-cat .big-news.break-single.ent-small figure img {
        height: 190px;
    }
    .search-title .more-search {
        position: relative;
        top: 0;
        right: 0;
        display: block;
        margin-top: 10px;
    }
    .new-header .logo-box .dates {
        display: block;
        font-size: 12px;
    }
    .new-header {
        padding-top: 115px;
    }
    .section.mt-3 {
        margin-top: 20px !important;
    }
    .section.mt-4 {
        margin-top: -30px !important;
    }
    .headwrap {
        padding: 0;
        float: left;
    }
    .new-header .section.mt-4 {
        margin-top: 0 !important;
    }
    .new-header .section.mt-3 {
        margin-top: 15px !important;
    }
    .bigyaapan-item img {
        float: left;
    }
    .section.section-news.big-news-list {
        margin-top: 15px !important;
    }
    .section.full-thumb-news {
        margin-top: 0 !important;
    }
    .footer .foot-logo .top-left-menu {
        display: block;
        /*margin-top: -50px;*/
    }
    .desktop-bigyaapan {
        display: none;
    }
    .mobile-bigyaapan {
        display: block;
    }
    .desktop-jacket-bigyaapan {
        display: none;
    }
    .mobile-jacket-bigyaapan {
        display: block;
    }
    .manoranjan-block .left-side.one-thumb .mukhya-samachar .big-news img {
        height: auto;
    }
    .mukhya-samachar .big-news img {
        height: auto;
    }
    .footer-logo img {
        max-width: 92px;
    }
    .mukhya-samachar .big-news img {
        height: auto !important;
    }
}
@media only screen and (max-width: 329px) {
    .new-header .logo-box .dates {
        display: block;
        font-size: 10px;
    }
    .new-header .logo-box .dates .en-date:before {
        width: 2px;
        height: 2px;
        left: -6px;
        top: 6px;
    }
    .new-header .logo-box .dates .en-date {
        margin-left: 10px;
        margin-right: 10px;
        position: relative;
    }
    .new-header .logo-box .dates .en-date:after {
        content: "";
        width: 2px;
        height: 2px;
        background: #999;
        position: absolute;
        right: -6px;
        top: 7px;
    }
    .wrapper {
        margin: 0 auto;
        width: 303px;
    }
    .logo-box {
        width: 302px;
        max-width: none;
    }
    .section {
        margin-top: 20px !important;
    }
    .corona-box .corona-title a .main-title {
        font-size: 20px;
        text-align: left;
        line-height: 22px;
    }
    .corona-box .corona-num .items {
        padding: 0;
    }
    .corona-box .corona-num:nth-title(1) .items {
        padding-left: 15px;
    }
    .corona-box .corona-num {
        padding-top: 15px;
    }
    .corona-box .corona-num.more-links .items {
        display: block;
        padding-top: 15px;
        padding-left: 15px;
    }
    .corona-box .row .corona-num:nth-child(2) .items {
        padding-left: 15px;
    }
    .corona-box .row .corona-num:nth-child(4) {
        padding-left: 0;
    }
    .corona-box .corona-title img {
        width: 40px;
    }
    .corona-box .corona-title a .main-title {
        font-size: 18px;
        line-height: 22px;
    }
}
.cat-name ul li a.active{
    color: #1c5a72;
    font-weight: bolder;
}

html body div#st-4.st-sticky-share-buttons.st-left.st-toggleable.st-has-labels{
    display: none !important;
}

.row.header-main.fixed-tops.slideInDown.animated .col-md-12.navigation-box.main-live-nav .navigation_box.mains ul li.home-text.selected{
    margin: -8px 0;
}
.banner-image{
    max-height: 500px !important;
    overflow: hidden !important;
    border-radius: 5px !important;
}
.font-14{
    font-size: 14px;
}