/** global style **/

body {
    font-family: 'Open Sans', sans-serif;
    display: block;
    height: 100%;
    color: #666;
    line-height: 25px;
    font-size: 14px;
    /*background: #f1f1f1;*/
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    color: #363636;
    clear: both;
}

h1 {
    font-size: 22px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

a {
    transition: all 0.5s ease;
    color: #333;
}

a:hover {
    text-decoration: none;
    color: #e71d41;
}

ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style: none;
}

figure img {
    width: 100%;
}

p {
    color: #6d6c6c;
    font-size: 16px;
}

.cm-row {
    margin: 0 -8px;
}

.cm-row .col-md-3,
.cm-row .col-md-4,
.cm-row .col-md-5,
.cm-row .col-md-6,
.cm-row .col-md-7,
.cm-row .col-md-8,
.cm-row .col-md-9,
.cm-row .col-md-10,
.cm-row .col-md-11,
.cm-row .col-md-12,
.cm-row .col-lg-1,
.cm-row .col-lg-2,
.cm-row .col-lg-3,
.cm-row .col-lg-4,
.cm-row .col-lg-5,
.cm-row .col-lg-6,
.cm-row .col-lg-7,
.cm-row .col-lg-8,
.cm-row .col-lg-9,
.cm-row .col-lg-10,
.cm-row .col-lg-11,
.cm-row .col-lg-12 {
    padding-left: 8px;
    padding-right: 8px;
}

.btn-log {
    background: #2864a2;
    border-radius: 0;
    border: 0;
    color: #fff;
    transition: all 0.5s ease;
}

.btn-log:hover {
    color: #fff;
    background: #e71d41;
}

.form-control {
    height: 42px;
}

.form-inline .form-group {
    margin-right: 10px;
}

.form-control {
    border-radius: 0px;
}

.form-control {
    height: 42px;
}

.form-inline .form-group {
    margin-right: 10px;
}

.form-control {
    border-radius: 0px;
}

.title,
.title a {
    color: #444;
}


/** home page begins **/


/** TOP NAV **/

.inner-wrap {
    box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.4);
    /*padding: 0 20px 20px;*/
}

.top-nav {
    background: #2964a0;
    margin-bottom: 20px;
}

.biz-logo {
    display: inline-block;
    float: left;
    margin-right: 30px;
}

.rgt-logo {
    margin-top: 10px;
}

.navbar {
    margin-bottom: 0;
    border: 0;
    min-height: 0;
}

.navbar-collapse,
.container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}

.social-media,
.stream {
    float: right;
}

.live {
    border: 1px solid #ccc;
}

header {
    padding: 20px 0;
}

.program {}

.program p {
    margin-top: 20px;
    color: #333;
    font-size: 16px;
}

.program p:hover {
    color: red;
}


/** NAVIGATION **/

@media screen and (max-width: 767px) {
    .navigation ul.sm-blue>li a {
        width: 85%;
    }
    ul.sm-blue>li.selected a {
        width: 88%;
    }
}

.navbar-toggle .icon-bar {
    background: #333;
}

.top-news.pg-section {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px 20px;
    text-align: center;
    color: #333;
    margin-bottom: 30px;
}

blockquote {
    border-left: 0px solid #fd0237;
    margin-bottom: 0;
    text-align: center;
}

.news-tag {
    background: #ff0000;
    color: #fff;
    padding: 3px 10px;
    font-size: 13px;
    line-height: 15px;
    display: inline-block;
    text-align: left;
}

.top-news blockquote p a {
    font-size: 30px;
    line-height: 40px;
}

.top-news blockquote p a:hover {
    color: #222;
}

.news-title a,
.news-title {
    line-height: 30px;
    color: #2964a0;
}

.news-title a:hover {
    color: #e71d41;
}

.news-img {
    position: relative;
}

.date {
    position: absolute;
    padding: 5px 10px;
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
    bottom: 0;
    left: 0;
    width: 100%;
}

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

.date span i {
    margin-right: 5px;
}

.home-content.container {
    padding: 0px;
}


/** content section **/

.pg-section {
    box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
}

.carousel-caption {
    left: 0%;
    padding-bottom: 30px;
    right: 0;
    text-align: left;
    padding: 10px 20px;
    background: rgba(0, 0, 0, 0.3);
    bottom: -20px;
    z-index: 99;
}

.caption p {
    margin-bottom: 0;
    line-height: 20px;
}

.carousel-control.right,
.carousel-control.left {
    background-image: none;
}

.carousel-control .glyphicon-menu-left,
.carousel-control .glyphicon-menu-right {
    top: 40%;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    margin-right: -126px;
    color: #e71d41;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    margin-left: -126px;
    color: #e71d41;
}

.caption {
    background: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    padding: 10px 20px;
    position: absolute;
    bottom: 0;
    color: #fff;
    width: 100%;
}

.caption .news-title {
    font-weight: 600;
    color: #fff;
    line-height: 20px;
}

a.color-link {
    color: #e71d41;
    font-weight: bold;
    font-size: 11px;
}

a.color-link:hover {
    color: #fff;
}

.onair {
    background: #eee;
    padding: 35px;
    margin-bottom: 30px;
}

.onair-block {
    padding-bottom: 30px;
}

.onair-block p {
    color: #333;
    margin-bottom: 0;
    line-height: 20px;
}

.block-tag {
    padding: 5px;
    text-transform: uppercase;
    margin-bottom: 15px !important;
    font-weight: 700;
    color: #fff !important;
    display: inline-block;
    background: #2964a0;
}

.block-tag i {
    margin-right: 7px;
    color: #fff;
}

.onair-block h4 {
    color: #E71D41;
    font-style: italic;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
}

.text .news-head {
    border-bottom: 0;
    line-height: 30px;
    padding: 0;
    background: none;
    margin-bottom: 10px;
    color: #333;
}

.heading {
    margin-bottom: 25px;
}

.news-head {
    background: #E71D41;
    color: #fff;
    display: inline-block;
    line-height: 25px;
    margin-bottom: 0;
    padding: 5px 15px;
}

h4.news-head {
    background: #E71D41;
    color: #fff;
    display: inline-block;
    line-height: 25px;
    margin-bottom: 0;
    position: relative;
    top: 0px;
    padding-right: 50px;
}

h4.news-head:after {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 15px solid transparent;
    border-right: 20px solid #ffffff;
    border-top: 17px solid transparent;
    position: absolute;
    top: 8px;
    right: -1px;
    margin-top: -7px;
}

.news-head small {
    color: #aaa;
    font-size: 13px;
}

.news-list ul li,
.event-list div {
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px dashed #ddd;
}

.news-list ul li:last-child,
.event-list div:last-child,
.archive .news-list ul li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.news-list ul li a {
    color: #2964a0;
    line-height: 20px;
}

.news-list ul li a i {
    margin-right: 10px;
}

.news-list ul li a:hover {
    color: #fd0237;
}

.news-list ul li p {
    font-size: 16px;
}

.team {
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    height: 100px;
    display: table;
}

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

.team p {
    color: #E71D41;
}


/** gallery **/

.gallery {
    margin-top: 30px;
}

.gallery ul li {
    display: inline-block;
    width: 23.6%;
    margin: 0 4px 1px 0;
}

.archive ul li p {
    font-size: 20px;
    color: #363636;
    margin-bottom: 5px;
}

a.link {
    float: right;
    color: #666;
    font-size: 14px;
}

a.links {
    float: right;
    color: #666;
    font-size: 14px;
    margin-top: -26px;
}

a.link:hover {
    color: #E71D41;
}

a.link i {
    margin-left: 5px;
}

a.links:hover {
    color: #E71D41;
}

a.links i {
    margin-left: 5px;
}

.link-btn a {
    color: #e71d41 !important;
    margin-right: 10px;
}

.link-btn a:hover {
    color: #2964A0 !important;
}

.link-btn a i {
    margin-right: 3px;
    display: inline-block;
}

.ad-box {
    margin-bottom: 30px;
}

span.list-num {
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 22px;
    height: 65px;
    width: 60px;
    margin-right: 15px;
    text-align: center;
    background: #2964A0;
    font-weight: 600;
    padding-top: 8px
}

.list-num p {
    line-height: 1px;
    color: #fff !important;
    padding-top: 12px;
    font-size: 12px !important;
}

.archive ul li {
    padding: 15px 0;
}

.archive .news-list ul li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    padding-top: 0;
}

.highlight {
    font-size: 22px;
    color: #333;
}

.highlight span.list-num {
    background: none;
    font-size: 32px;
    color: #2964a0;
    height: 42px;
    width: 40px;
}

.highlight .panel-body ul li {
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    background: #f1f1f1;
}

.highlight p {
    margin-bottom: 5px;
}

.highlight small {
    font-size: 13px;
}

.highlight .panel,
.notice .panel {
    box-shadow: none;
    margin-bottom: 0;
}

.highlight .panel-default,
.notice .panel-default {
    border: 0;
}

.highlight .panel-body,
.notice .panel-body {
    padding: 0;
}

.panel-footer {
    background-color: transparent;
    border-top: 0 none;
    padding: 0;
    position: absolute;
    right: 7px;
    top: 10px;
    font-size: 18px;
}

.panel-footer .pagination>li>a,
.panel-footer .pagination>li>span {
    background-color: transparent;
    border: 0 none;
    color: #bbb;
    float: left;
    padding: 5px 3px;
    margin-top: -20px;
}

small {
    color: #666;
    line-height: 18px;
    font-size: 18px;
}

.item-img {
    position: relative;
}

.img-caption {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    text-align: center;
    width: 100%;
}


/** pratikriya **/

.form-control {
    background: #f0f0f0;
    box-shadow: none;
    border-radius: 0;
}

.form-group {
    margin-top: 15px;
}

.form-group label[for*='1']:before {
    display: none;
}

.form-group label {
    font-weight: normal;
}


/** notice **/

.notice .news-list li a {
    font-size: 15px;
    font-weight: 600;
}


/** about page **/

.content {
    margin: 0;
    margin-bottom: 30px;
}

.content-img {
    float: left;
    margin-right: 15px;
    margin-bottom: 5px;
}

.content-img img {
    width: 375px;
}


/** news detail **/

.share-btn {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.share-btn span a {
    color: #fff;
    padding: 2px 10px;
    font-size: 12px;
}

.share-btn span a.facebook {
    background: #4767B1;
}

.share-btn span a.twitter {
    background: #00A7E7;
}

.share-btn span a.google {
    background: #EA4335;
}

.archive-list {
    border-bottom: 1px solid #ddd;
    padding: 20px 10px;
}


/** program schedule **/

.nav-tabs {
    background: #777;
    border-bottom: 0;
}

.nav-tabs>li {
    margin-bottom: 0;
}

.nav-tabs>li>a {
    border: 4px solid transparent;
}

.nav-tabs>li>a,
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #fff;
    border-radius: 0;
    border: 0;
}

.nav-tabs>li>a:hover,
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    background: none;
    border-bottom: 4px solid #e71d41;
}

.news-head a:hover {
    color: #333;
}

.news a.link {
    float: left;
    color: #e71d41;
}

.name h5 {
    line-height: 22px;
}

.media-left,
.media>.pull-left {
    padding-right: 15px;
}

.social-tag {
    margin-bottom: 30px;
}

.social-tag ul li {
    display: inline-block;
    margin-right: 0 5px 5px 0;
}


/** gallary page **/

.img-block .detail {
    background: #bad2ea;
    padding: 15px;
    height: 80px;
    overflow: hidden;
    border-bottom: 2px solid #00458b;
}

.img-block:hover .detail {
    background: #e71d41;
}

.img-block:hover .detail a,
.img-block:hover .detail h5,
.img-block:hover .detail em {
    color: #fff;
}

.img-block {
    margin-bottom: 30px;
}

.color-red {
    color: #e71d41 !important;
}


/** price **/

.price-list {
    padding: 10px;
    background: #f1f1f1;
    margin-bottom: 10px;
}

.price-list .text {
    margin-top: 15px;
}

.haat-bajar .text {
    text-align: right;
}

.social-media {
    position: fixed;
    right: 40px;
    top: 220px;
    z-index: 100000;
}

.social-media>a {
    display: block;
}

.blog-content,
.blog-content a {
    color: #444;
}

.author {
    margin-bottom: 0;
}

.author a {
    color: #e71d41;
    font-size: 13px;
}

.presenter-list {
    padding-bottom: 12px;
    margin-bottom: 12px;
}

.post {
    color: #e71d41;
    margin-bottom: 15px;
}

a.small-btn {
    padding: 3px 7px;
    font-size: 13px;
    background: #2864a2;
    color: #fff;
}

.presenter-list:hover a.small-btn {
    background: #e71d41;
}

.name {
    margin-bottom: 3px;
}

.main-content {
    margin-bottom: 30px;
    /*padding:15px;*/
}

.table>thead>tr>th {
    font-weight: 600;
}

.tarrif .table>thead>tr>th {
    border-bottom-color: #e71d41;
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
    border-bottom-width: 1px;
}

.tarrif .table {
    border: 0 solid #ccc;
    border-collapse: collapse;
    font-size: 13px;
}

.list-gap {
    margin-bottom: 50px;
}

.pg-section {
    position: relative;
}

.form-wrap i,
.location i {
    margin-right: 10px;
    color: #2964a0;
}

.fa-arrow-right:before {
    margin-bottom: 20px !important;
}

.thap-samachar {}


/** FOOTER **/

footer {
    background: #f3e5e7;
    color: #777;
    font-size: 13px;
}

footer p {
    margin-bottom: 0;
    line-height: 30px;
    font-size: 14px;
}

footer a {
    color: #222;
    font-size: 14px;
}

.partners {
    font-size: 16px;
    color: #111;
}

footer a:hover {
    color: #fff;
}

.footer-top {
    padding: 20px;
}

.footer-top .news-head {
    font-weight: 600;
    padding: 0;
    margin-bottom: 15px;
    background: 0;
    color: #2964a0;
}

.footer-top .news-title {
    color: #444;
    font-size: 15px;
}

.footer-top ul li {
    padding: 2px 0;
}

.footer-bottom {
    padding: 15px;
    font-size: 13px;
    color: #fff;
    background: #ec4865;
}

.footer-bottom p {
    color: #fff;
    font-size: 14px;
}

.footer-bottom a {
    color: #fff;
}

.footer-bottom a:hover {
    text-decoration: underline;
}


/** live listen **/

.audio {
    background: rgba(0, 0, 0, 0.5);
    bottom: 0;
    box-sizing: border-box;
    color: #fff;
    height: 55px;
    overflow: hidden;
    width: 100%;
    z-index: 10000;
}

.live-radio {
    margin-left: 20px;
}

.time {
    color: #333;
    font-size: 16px;
    padding: 10px;
    text-align: right;
    margin-bottom: 15px;
}

.events .event-list div {
    padding: 0;
}


/*-----<Added And Re-Edited CSS>-----*/

.mainwrap {
    max-width: 1170px;
    margin: 0 auto;
    border-top: 2px solid #ec4865;
}


/*.mainwrap:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #ec4865;
    position: absolute;
    top: 0px;
    left: 48%;
	bottom:0px;
    margin-left:10px;
}*/

.mainwrap.container {
    background: #ffffff;
    width: 100%;
}

.inner-wrap {
    box-shadow: none;
}

.biz-logo {
    margin-top: -7px;
}

.rgt-logo {
    margin-top: 20px;
}

ul#main-menu a {
    font-size: 16px !important;
    color: #eee;
    border-right: 1px solid #032d58;
}

ul#main-menu a:hover {
    color: #fff;
}

#main-menu span i {
    font-size: 19px;
    margin-right: 5px;
}

.live-link {
    /*max-width:30px;*/
    background: #ff9c05;
    color: #222 !important;
    line-height: 10px;
    text-transform: uppercase;
    height: 12px;
    margin-left: 10px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -ms-border-radius: 35px;
    border-radius: 35px !important;
    margin-top: 2px;
}

a.live-link {
    font-size: 14px !important;
    color: #fff !important;
    padding-bottom: 18px !important;
    margin-top: 0;
}


/*---<CSS for first row content>---*/

.first-content {
    margin-top: 60px;
    margin-bottom: 50px;
}

.category-heading {
    font-size: 14px;
    position: absolute;
    top: 0;
    color: #fff;
    background: #ec1825;
    padding-left: 5px;
    padding-right: 5px;
}

.hot-news-title {
    font-size: 26px;
    line-height: 40px;
    font-weight: 400;
    margin: 0;
    padding: 30px 40px;
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    color: #fff;
    background: linear-gradient(rgba(0, 0, 0, 0) 1%, black 100%);
}

.hot-news-title {}

a.image-link {
    padding: 0 !important;
}

.image-link a {}

span.post-comment {
    color: #fff;
    background: #00458b;
    padding: 5px;
    font-size: 14px;
}

.taja-khabar {
    max-width: 132px;
    background: #ec1825;
    margin: 0 auto;
    padding: 5px 20px;
    margin-bottom: 30px;
}

.taja-khabar a {
    color: #fff;
    font-size: 16px;
    text-align: center;
    display: block;
}

span.tag-button {
    text-align: center;
    background: red;
    margin: 0 auto;
    padding: 5px 20px;
    color: #fff;
    font-size: 16px;
    margin-top: 20px;
}

span.author a {
    text-align: center;
    display: block;
    color: #00458b;
    font-size: 16px;
    padding: 0px;
    margin-bottom: 30px;
    line-height: 30px;
    font-weight: normal;
}

.video {
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 30px;
}


/*---<multiple item slider>---*/

.multiple-item {
    margin: 0;
    padding: 0;
}

.multi-item-carousel {
    .carousel-inner {
        >.item {
            transition: 500ms ease-in-out left;
        }
        .active {
            &.left {
                left: -33%;
            }
            &.right {
                left: 33%;
            }
        }
        .next {
            left: 33%;
        }
        .prev {
            left: -33%;
        }
        @media all and (transform-3d),
        (-webkit-transform-3d) {
            >.item {
                // use your favourite prefixer here
                transition: 500ms ease-in-out left;
                transition: 500ms ease-in-out all;
                backface-visibility: visible;
                transform: none!important;
            }
        }
    }
    .carouse-control {
        &.left,
        &.right {
            background-image: none;
        }
    }
}

.multiple-item h1 {
    color: red;
    font-size: 25px;
    font-weight: 700;
    margin-top: 20px;
}


/*---</multiple item slider close>---*/

.listing-image img {
    max-width: 150px;
    float: left;
}

.content-box2 {
    min-height: 300px;
    background: #333333;
}

.social-media {
    display: none;
}

.audio {
    background: rgba(231, 29, 65, 0.81) !important;
}

ul.sm-blue {
    background: #00458b !Important;
}

ul.sm-blue>li>ul {
    background: #3892ec !important;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    margin-top: 7px !important;
}

ul.sm ul.sm-nowrap>li:hover {
    background: #00458b !Important;
}

ul.sm ul.sm-nowrap>li>a {
    color: #fff !important;
}

.audio:after {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 27px solid transparent;
    border-right: 30px solid #ffffff;
    border-top: 30px solid transparent;
    position: absolute;
    top: 61%;
    right: 14px;
    margin-top: -7px;
}

.pg-section {
    background: #f3e5e7;
}

.onair-block h4 {
    color: #E71D41;
    font-style: normal;
    font-size: 20px;
}

.onair {
    padding-bottom: 14px;
    background: url(../images/online-air-banner.jpg) repeat-x;
}

.onair-block p {
    color: #dcdcdc;
}

.block-tag {
    padding-right: 10px;
}

.text-uppercase.color-link {
    overflow: hidden;
    text-align: justify;
}

.text-uppercase.color-link:before {
    background-color: #e71d41;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 20%;
    margin-right: 5px;
}

.text-uppercase.color-link::before:hover {
    background-color: red;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}

.block-tag {
    background: #ec415f;
}

.caption {
    background: rgba(206, 36, 36, 0.5);
    font-size: 14px;
    padding: 10px 20px;
    position: absolute;
    bottom: 0;
    color: #fff;
    width: 50%;
}

.caption .news-title {
    font-size: 25px;
    line-height: 30px;
}

.read-more-button {
    max-width: 120px;
    background: #00458b;
    padding: 7px;
    margin-top: 20px;
    text-align: center;
    /*position: absolute;
    bottom: 0px;
    padding: 5px 20px;*/
}

.read-more-button a {
    color: #dcdcdc;
    font-size: 14px !important;
    text-align: center;
}

.read-more-button a:hover {
    color: #fff;
}

span.world-cup img {
    position: absolute;
    top: -12px;
    right: 0;
    max-width: 25px;
}

.news-section.inter img {
    width: 100%;
    height: 200px;
}


/*--- Tab Menu ---*/

main {
    max-width: 100%;
    padding: 20px;
    margin: 13px auto;
    margin-bottom: 30px;
    background: #f3e5e7;
    display: table;
}

section {
    display: none;
    padding: 20px 0 10px;
    border-top: 2px solid #e71d41;
}

main input {
    display: none;
}

label {
    display: inline-block;
    margin: 0 0 -1px;
    padding: 5px 0px;
    font-weight: 600;
    text-align: center;
    color: #5a5959;
    border: 1px solid transparent;
    font-size: 18px;
    margin-right: 25px;
}

label:before {
    font-family: fontawesome;
    font-weight: normal;
    margin-right: 10px;
}

label[for*='1']:before {
    content: '\f1ea';
}

label[for*='2']:before {
    content: '\f008';
}

label[for*='3']:before {
    content: '\f007';
}

label[for*='4']:before {
    content: '\f0a1';
}

label:hover {
    color: #888;
    cursor: pointer;
}

label[for*='1']:before,
label[for*='2']:before,
label[for*='3']:before {
    margin-right: 10px;
}

input:checked+label {
    color: #ffffff;
    border: 1px solid #ddd;
    border-bottom: 1px solid #e71d41;
    background: #e71d41;
    padding: 5px 15px;
}

#tab1:checked~#content1,
#tab2:checked~#content2,
#tab3:checked~#content3,
#tab4:checked~#content4 {
    display: block;
}

section#content1 img {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
    border: 1px solid #ffdcdd;
}

.tab-image {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
    border: 1px solid #ffdcdd;
}

@media screen and (max-width: 650px) {
    label {
        /*font-size: 0;*/
    }
    label:before {
        margin: 0;
        font-size: 18px;
    }
}

@media screen and (max-width: 400px) {
    label {
        padding: 15px;
    }
}

@media(max-width:360px) {
    section img {
        width: 100%;
    }
}

@media screen and (max-width: 500px) {
    .caption .news-title {
        font-size: 11px;
        line-height: 20px;
    }
    section img {
        margin-right: 20px !important;
        margin-bottom: 10px !important;
    }
}

main section h3 {
    line-height: 30px;
}

.nw-listing {
    float: left;
    margin-top: 20px;
    display: flex;
}

.nw-listing ul li img {
    max-width: 115px;
    max-height: 80px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.nw-listing ul {
    margin: 0;
    padding: 0;
}

.nw-listing ul li {
    list-style: none;
    display: flex;
    margin-bottom: 20px;
}

.nw-listing ul li a {
    color: #2964a0;
    font-size: 16px;
    text-decoration: none;
}

.nw-listing ul li a:hover {
    color: #ec1825;
}

.fa-comments:before {
    margin-right: 10px;
}

img.img-responsive.tab-image {
    width: 30%;
}

main {
    min-height: 369px;
}

.follow-us {
    background: #f1f1f1;
    padding: 20px;
    box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
}

.follow-us h1 {
    color: #e71d41;
    text-transform: uppercase;
}

.social-icons img:hover {
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    -webkit-transition: all .5s ease-in-out;
}

.social-icons img {
    margin-right: 10px;
    width: 14%;
}

span.list-num:hover {
    background: #e71d41;
}

.news-title a,
.news-title {
    line-height: 30px;
    color: #2964a0;
    /*margin-top:15px;*/
}

.carousel-inner {
    max-height: 332px;
}

.carousel-inner img {
    width: 100%;
    height: 270px;
    object-fit: cover;
}

.news-list ul li a {
    font-size: 16px;
}

.pg-section {
    background: none;
    box-shadow: none;
    margin-top: 30px;
}

.panel {
    background: none;
}

.news-small-box {
    margin-bottom: 50px;
}

.news-small-box a {
    line-height: 30px !important;
    color: #2964a0;
}

.news-small-box img {
    width: 115px;
    height: 115px;
    float: left;
    margin-right: 20px;
    object-fit: cover;
}

.blog-content,
.blog-content a {
    padding-top: 1px;
}

h4.listen {
    top: 90px !important;
}

.tab-content-box {
    width: 100%;
    line-height: 30px;
}

.image-box {
    /*max-width:400px;*/
}

.image-box img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    margin-bottom: 10px;
}

.image-box h1 {
    line-height: 36px;
    color: #00458b;
}

.image-box h1:hover {
    color: #e71d41;
}

.tab-content-list {}


/*---<Hot News CSS>---*/

.hot-news-heading {
    /*padding:20px;*/
    margin-top: 30px;
    border: 1px solid #ccc;
}

.hot-news-heading a {
    font-size: 40px;
    line-height: 60px;
    font-weight: 700;
    display: block;
    margin-bottom: 0;
    text-align: center;
    padding: 20px;
}

.hot-news-heading a h1:hover {
    color: #e71d41;
}

.hot-news-heading a:hover {
    color: #e71d41;
}

.hot-news-heading img {
    margin-bottom: 50px !important;
    margin: 0 auto;
    display: block;
}

.hot-news-heading p {
    font-size: 18px;
    text-align: center;
    line-height: 30px;
    font-weight: normal;
}

p.sub-news-heading {
    font-size: 25px;
    text-align: center;
    line-height: 44px;
    font-weight: bold;
    margin: 0;
    font-weight: normal;
}

.story-heading {}

.story-heading h1 {
    font-size: 40px;
    line-height: 60px;
    font-weight: 700;
    display: block;
    margin-bottom: 30px;
    text-align: justify;
}

.story-heading img {
    width: 100%;
    margin-bottom: 50px !important;
    margin: 0 auto;
    display: block;
    object-fit: cover;
}

.story-heading p {
    font-size: 18px;
    text-align: justify;
    line-height: 30px;
}

.read-more {
    font-size: 20px;
    color: #ec1825;
    font-weight: normal;
}

.read-more a {
    padding: 0;
    transition: all 0.5s ease;
    color: #ec1825;
    font-size: 16px;
    font-weight: normal;
}

.read-more a:hover {
    color: #111;
    text-decoration: none;
}

.hot-news-heading:hover {
    box-shadow: -2px 3px 30px #CCC;
}

.space-top {
    margin-top: 30px;
}


/*---</Hot News CSS>---*/


/*---<Media Queries>---*/

@media(max-width:768px) {
    section h5 {
        line-height: 25px;
    }
    .caption p {}
    .subscribe-input {
        min-width: 100%;
        margin-bottom: 20px;
    }
    .social-icons i {
        margin-bottom: 10px;
    }
    .carousel-inner {
        max-height: 383px;
    }
    .hot-news-title {
        font-size: 30px;
        line-height: 36px;
        font-weight: 400;
        margin: 0;
        padding: 30px 40px;
        position: absolute;
        left: 15px;
        right: 15px;
        color: #fff;
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -65px;
        color: #00458b;
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -65px;
        color: #00458b;
    }
    .mainwrap:after {
        right: 45%
    }
    .feature-video h1:after {
        display: none;
    }
    .image-box img {
        height: auto;
    }
    .news-section img {
        height: auto !important;
    }
    .image-height img {
        height: auto !important;
    }
    .extra-videos {
        width: 100% !important;
    }
    .video-box {
        margin-bottom: 30px;
    }
    .right-ad img {
        margin-top: 30px;
        float: none;
    }
}

@media(max-width:640px) {
    .caption p {
        font-size: 0;
    }
    h4.listen {
        top: 176px !important;
    }
    .audio:after {
        margin-top: 25px;
    }
    .carousel-inner {
        max-height: 308px;
    }
    .hot-news-title {
        font-size: 20px;
    }
    .feature-video h1:after {
        display: none;
    }
    .hot-news-heading img {
        width: 100%;
    }
    .read-more {
        margin-bottom: 30px;
    }
}

@media(max-width:550px) {
    .audio:after {
        display: none;
    }
}

@media(max-width:480px) {
    .social-icons i {
        margin-bottom: 15px;
    }
    .carousel-inner {
        max-height: 337px;
    }
    .mainwrap:after {
        left: 45%;
    }
    .audio:after {
        margin-top: -9px;
    }
    h4.listen {
        top: 88px !important;
    }
    .carousel-control.right,
    .carousel-control.left {
        background-image: none;
        margin-left: 70px;
    }
    .carousel-control.right,
    .carousel-control.right {
        background-image: none;
        margin-right: 70px;
    }
    .footer-top .news-head {
        margin-top: 20px;
    }
}

@media(max-width:420px) {
    h4.listen {
        top: 138px;
    }
    .audio:after {
        margin-top: -8px;
    }
}

@media(max-width:360px) {
    .time {
        margin-bottom: -12px;
    }
    .audio:after {
        display: none;
    }
    .read-more-button {
        margin-top: 10px;
    }
    .read-more-button a {
        font-size: 10px;
    }
    .caption .news-title {
        font-size: 11px;
        line-height: 20px;
    }
    .carousel-inner {
        min-height: 250px;
    }
    .hot-news-title {
        bottom: 0px;
    }
    .mainwrap:after {
        left: 43%;
    }
    h4.listen {
        top: 63px !important;
    }
    .carousel-control.right,
    .carousel-control.left {
        background-image: none;
        margin-left: 70px;
    }
    .carousel-control.right,
    .carousel-control.right {
        background-image: none;
        margin-right: 70px;
    }
}

@media(max-width:375px) {
    .carousel-inner img {
        height: 337px;
    }
}

@media(max-width:320px) {
    div.jp-audio div.jp-volume-bar {
        left: 193px;
    }
    div.jp-video ul.jp-controls,
    div.jp-interface ul.jp-controls li {
        right: 25px;
    }
    a.jp-play,
    a.jp-pause,
    a.jp-volume-max {
        left: 26px;
    }
    .carousel-inner {
        max-height: 216px;
    }
    .hot-news-title {
        font-size: 13px;
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -60px;
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -60px;
    }
    a.link {
        margin-top: 15px;
    }
}


/*---</Media Queries>---*/

.thumb-image img {
    max-width: 115px !important;
}


/*---<Melamchy Feature Videos>---*/

.feature-video {}

.feature-video h1 {
    color: #333;
    margin-top: 20px;
    font-size: 18px;
    line-height: 25px;
}

.feature-video p {
    margin-top: 20px;
}

.read-more-three {
    text-align: center;
    background: #d6cccc;
    padding: 5px 20px;
    max-width: 150px;
    margin: 0 auto;
}

.item-spacing {
    margin-left: 12px;
}

.video-box {}

.video-box h1 {
    margin-top: 15px;
    color: #2964a0;
}

.video-box h1:hover {
    color: #e71d41;
}

.photo-gallery {
    float: left;
    margin-bottom: 20px;
    max-width: 195px;
    max-height: 239px;
    min-height: 220px;
    overflow: hidden;
}

.photo-gallery h5 {
    line-height: 25px;
    margin-top: 10px;
    overflow: hidden;
    max-height: 50px;
}

.photo-gallery a:hover {
    color: #e71d41;
}

h4.news-head span img {
    max-width: 10px;
}

.photo-gallery a {
    color: #2964a0;
}

.extra-videos {
    max-width: 311px;
    margin-top: 30px;
    float: left;
}

.extra-videos img {
    width: 200px;
    height: 200px;
    object-fit: cover;
}

.extra-videos span {
    top: -194px;
    position: relative;
    color: red;
    font-size: 20px;
    left: 7px;
}

.video-box iframe {
    width: 100%;
    height: 285px;
}


/*---</Melamchy Feature Videos>---*/

.radio label,
.checkbox label {
    font-size: 16px;
}


/*---<Ads Section CSS>---*/

.ads.container {
    max-width: 1170px;
    margin-bottom: 20px;
}

.ads-section img {
    max-width: 660px;
    display: table;
    margin: 20px auto;
    margin-bottom: 10px;
}

.ads-section2 img {
    max-width: 370px;
    margin-bottom: 30px;
    display: table;
}

.center-ad {}

.left-ad {
    padding: 2px;
}

.left-ad img {
    width: 100%;
}

.right-ad {
    padding: 2px;
}

.right-ad img {
    width: 100%;
    float: right;
}

.ads-section.col-md-12 {
    padding: 0px;
    margin-top: 13px;
}

.ads-section.col-md-12 img {
    display: table;
    margin: 0 auto;
}


/*---</Ads Section CSS>---*/


/*---<image hover>---*/

.news-section figure img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    object-fit: cover;
}

.news-section figure:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

figure {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    background: #fff;
    overflow: hidden;
}

figure:hover+span {
    bottom: -36px;
    opacity: 1;
}

.news-section2 figure img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.news-section2 figure:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

figure {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    background: #fff;
    overflow: hidden;
}

figure:hover+span {
    bottom: -36px;
    opacity: 1;
}

.news-detail {}

.news-detail figure img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    margin-bottom: 20px;
}

.news-detail figure:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

figure {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    background: #fff;
    overflow: hidden;
}

figure:hover+span {
    bottom: -36px;
    opacity: 1;
}


/*---</image hover>---*/

.wc-row {}

.news-section img {
    height: 315px;
}

.image-height img {
    height: 315px;
}

.news-section figure {
    margin-bottom: 10px;
}

.news-section a {
    transition: all 0.5s ease;
    color: #2964a0;
    margin-top: 30px;
    line-height: 36px;
}

.news-title a,
.news-title {
    line-height: 36px;
}

.image-text {
    font-size: 42px;
    line-height: 60px;
    font-weight: 400;
    margin: 0;
    padding: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #ddd;
    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%, black 100%);
}

.news-section a:hover {
    color: #ec1825;
    text-decoration: none;
}

.news-section p {
    margin-top: 20px;
    line-height: 25px;
}

.news-section .read-more a {
    font-size: 14px;
}

.footer-bottom img {
    width: 20%;
}

.footer-bottom {
    font-size: 14px;
}


/*---<Sport-Section>---*/

.wc-listing {
    margin-top: 20px;
}

.wc-listing ul li img {
    width: 115px;
    height: 115px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    object-fit: cover;
}

.wc-listing ul {
    margin: 0;
    padding: 0;
}

.wc-listing ul li {
    list-style: none;
    display: flex;
}

.wc-listing ul li a {
    color: #2964a0;
    font-size: 16px;
    text-decoration: none;
}

.wc-listing ul li a:hover {
    color: #ec1825;
}


/*---</Sport-Section>---*/


/*---<Inner Page CSS>---*/

.about-content {}

.about-content p {}

.about-content img {
    max-width: 40%;
    float: left;
    margin-right: 20px;
    margin-top: 20px;
}

.about-content figure img {
    max-width: 60%;
    float: none;
}

@media(max-width:768px) {
    .about-content img {
        margin-bottom: 20px;
        margin-right: 25px;
    }
    .about-content p {
        margin-top: 20px;
    }
    .footer-top .news-head {
        margin-top: 30px;
    }
}

.news-listing {}

.news-listing img {
    max-width: 135px;
    float: left;
    margin-right: 20px;
}

.cat-head {
    margin-top: 50px;
}

.cat-head h1 {
    color: #e71d41;
    font-size: 20px;
    line-height: 36px;
    border-bottom: 2px solid #e71d41;
}

.cat-head span {
    background: #e71d41;
    color: #fff;
    padding: 5px 20px;
}

span.dates {
    display: block;
    font-size: 14px;
    margin-top: 10px;
    display: none;
}

.news-lists {
    margin-bottom: 15px;
    float: left;
}

.text.news {
    font-size: 20px;
    line-height: 36px;
}

.news-list1 {
    max-width: 202px;
    float: left;
    min-height: 315px;
    overflow: hidden;
}

.news-list1:hover {
    border-bottom: 2px solid #00458b;
}

.news-list1 a {
    font-size: 18px;
}

.news-list1 a:hover {
    color: #e71d41;
}

.news-list1 img {
    margin-top: 15px;
    margin-bottom: 15px;
}

.top-spacing {
    margin-top: 50px;
}

.right-spacing {
    margin-right: 15px;
}

.news-list1 img {
    max-height: 150px;
}

.news-list1 span {
    position: relative;
    top: -165px;
    right: -9px;
    color: #e71d41;
}

.m-team-details {}

.connect-with-us iframe {
    width: 263px;
}

.footer-nav a:hover {
    color: #ec4865;
}

hr {
    margin-top: 15px;
    margin-bottom: 15px;
    border-top: 2px solid #fff;
}


/*facebook comment box*/

.pub-date.col-md-12 {
    margin-top: 50px;
    padding: 0;
    font-style: italic;
    font-size: 16px;
    display: block;
    line-height: 20px;
}

.comment-box {
    margin-top: 50px;
    padding: 0;
}

.comment-box .comment-title {
    font-size: 18px;
    font-weight: 700;
    display: block;
    margin-bottom: 15px;
}

.fb_iframe_widget {
    display: inline-block;
    position: relative;
}

.videos {
    margin: 0;
    padding: 0l
}

.story-heading iframe {
    width: 100%;
    height: 548px;
}

.block-img img {
    min-height: 200px;
    max-height: 200px;
    object-fit: cover;
}


/*---</Inner Page CSS>---*/

img.media-object {
    width: 115px;
    height: 115px;
    object-fit: cover;
}

.photo-gallery img {
    max-height: 150px;
    min-height: 150px;
    object-fit: cover;
}


/*edited*/

.hot-news-heading h1 {
    font-size: 40px;
    line-height: 60px;
}

.read-more {
    font-size: 20px;
}

.scrollTop {
    position: fixed;
    right: 10%;
    bottom: 10px;
    background-color: #BE3F48;
    padding: 20px;
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
}

.scrollTop a {
    font-size: 18px;
    color: #fff;
}


/*---<Sticky menu>---*/


/* The sticky class is added to the header with JS when it reaches its scroll position */

.sticky {
    /*max-width:1513px;
  margin:0 auto;*/
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9999999999;
}


/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */

.sticky+.content {
    padding-top: 102px;
}


/*---</Sticky menu>---*/

ul.sm-blue>li>ul>li>a {
    background: #2964a0 !important;
}


/* Style the buttons that are used to open and close the accordion panel */

.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}


/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */

.active,
.accordion:hover {
    background-color: #ccc;
}


/* Style the accordion panel. Note: hidden by default */

.panel {
    padding: 0 18px;
    background-color: white;
    display: none;
    overflow: hidden;
}

.accordion:after {
    content: '\02795';
    /* Unicode character for "plus" sign (+) */
    font-size: 14px;
    color: #777;
    float: right;
    margin-left: 5px;
}

.active:after {
    content: "\2796";
    /* Unicode character for "minus" sign (-) */
    display: none;
}

.program-details img {
    width: 30%;
    float: left;
    margin-right: 20px;
}


/*---<Scroll To Top CSS>---*/

.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: #00458b;
    color: #eeeeee;
    width: 50px;
    height: 48px;
    line-height: 48px;
    right: 30px;
    bottom: 30px;
    padding-top: 2px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.scroll-top-wrapper:hover {
    background-color: #888888;
}

.scroll-top-wrapper.show {
    visibility: visible;
    cursor: pointer;
    opacity: 1.0;
}

.scroll-top-wrapper i.fa {
    line-height: inherit;
}


/*---</Scroll To Top CSS>---*/

.scroll-top-wrapper i.fa {
    line-height: inherit;
    color: #fff;
    /* margin-top: -15px; */
    top: 1px;
    position: absolute;
    left: 13px;
}

@media screen and (max-width: 767px) {
    .main-content {
        margin-bottom: 30px;
        padding: 15px;
    }
}

.hot-space.hot-news-heading {
    margin-top: 10px;
}

.blog .media img {
    width: 70px;
    height: 70px;
}

.presenter-list h3 a {
    font-size: 16px;
    line-height: 16px;
}


/*--<Added CSS Author and Share>--*/

.author-box {}

.author1 {
    font-weight: 700;
    font-size: 18px;
    display: block;
    margin-top: 10px;
    line-height: 22px;
    color: #222;
}

.author-image {}

.author-image img {
    width: 65px;
    height: 65px;
    float: left;
    margin-right: 15px;
    object-fit: cover;
}

.post-date {
    font-size: 14px;
    color: #6b6969;
    display: block;
    line-height: 22px;
    margin-top: 10px;
}

.share-box {}

.share-box span {
    float: right;
    margin-right: 5px;
    color: #fff;
}

.share-fb {
    background: #0F61AC;
    padding: 5px 20px;
}

.share-tw {
    background: #55ACEE;
    padding: 5px 20px;
}

.share-icon {
    background: #95D03A;
    padding: 5px 20px;
}

@media(max-width:767px) {
    .share-box span {
        float: left;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .news-section img {
        height: auto;
    }
    .carousel-inner img {
        height: auto;
    }
}


/*--</Added CSS Author and Share>--*/

@media(max-width:768px) {
    .share-box span {
        float: left;
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

.news-section.inter img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.social-icons img {
    margin-right: 8px;
}

.float-right {
    float: right;
}

@media (max-width: 375px) {
    .carousel-inner img {
        height: 337px !important;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.hot-news-heading img {
    margin-bottom: 50px !important;
    margin: 0 auto;
    display: block;
    max-height: 500px;
    object-fit: cover;
    width: 100%;
}

.news-list1 img {
    height: 150px;
    width: 100%;
    object-fit: cover;
}

.gallery ul li img {
    min-height: 200px;
    max-height: 200px;
    object-fit: cover;
}

.story-heading img {
    max-height: 600px;
}

small {
    font-size: 16px;
}

.news-list1.right-spacing.height {
    min-height: auto;
    max-height: 235px;
    overflow: hidden;
    padding-bottom: 30px;
}


/*---<Podcast Content CSS>---*/

section#podcast-content-box {
    padding-top: 50px;
}

.heading {
    /* margin-bottom: 25px; */
}

.news-head {
    background: #ec0a07;
    color: #fff;
    display: inline-block;
    line-height: 25px;
    margin-bottom: 0;
    padding: 5px 15px;
}

h4.news-head {
    background: #E71D41;
    display: inline-block;
    line-height: 25px;
    margin-bottom: 0;
    position: relative;
    top: 0px;
    padding-right: 50px;
}

h4.news-head:after {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 15px solid transparent;
    border-right: 20px solid #ffffff;
    border-top: 17px solid transparent;
    position: absolute;
    top: 8px;
    right: -1px;
    margin-top: -7px;
}

.heading-bar {
    border-bottom: 2px solid #ec0a07;
    margin-top: 30px;
}

span.cat-head {
    background: #E71D41;
    color: #fff;
    line-height: 30px;
    padding: 5px 20px;
    margin-bottom: 0px;
    font-size: 18px;
}

.podcast-details {
    padding-top: 30px;
}

.news-box {
    min-height: 450px;
    margin-top: 30px;
    border: 1px solid #cac6c6;
    position: relative;
}

.news-box:hover {
    box-shadow: -2px 3px 30px #CCC;
}

.news-box img {
    width: 100%;
    min-height: 200px;
}

span.news-title a {
    display: block;
    line-height: 30px;
    color: #333;
    font-size: 18px;
    padding: 30px 0px 0px 10px;
    margin-bottom: 20px;
}

span.news-title a:hover {
    color: #e71d41;
}

span.post-date {
    padding: 10px;
    color: #aaa;
}

span.listen-section {
    width: 100%;
    color: #aaa;
    font-size: 14px;
    border-top: 1px solid #ccc;
    padding: 10px 10px;
    position: absolute;
    bottom: 0;
    display: block;
}

.left-icon {
    margin-right: 10px;
}

span.left-icon a {
    color: #aaa;
    font-size: 16px;
}

span.total-view {
    float: right;
}

@media(max-width:767px) and (min-width:479px) {
    .news-box {
        min-height: 655px;
    }
}


/*---</Podcast Content CSS>---*/


/*--<Edited CSS Radio Saathi>--*/

.ads.container {
    margin-bottom: 0px;
}

.mainwrap {
    border-top: 2px solid #d12905;
}

.audio {
    background: #aeadac !important;
}


/* .biz-logo img {
    width: 45%;
} */

ul.sm-blue {
    background: #014181 !important;
}

.router-link-exact-active {
    background: #da261d !important;
}

ul#main-menu a {
    border-right: 1px solid #1f201f;
}

ul.sm-blue>li a:hover {
    background: #da261d !important;
}

ul.sm-blue>li.selected {
    background: #da261d !important;
}

ul.sm-blue>li.selected a:hover {
    background: #da261d;
}

ul.sm-blue>li a.highlighted {
    background: #da261d !important;
}

ul.sm-blue>li>ul>li>a {
    background: #004a91 !Important;
}

article.navbar-header {
    background: #004a91;
}

.live-link {
    background: #edab21;
}

.navbar-toggle {
    background: #fff;
}

.hot-news-heading {
    margin-bottom: 30px;
}

.hot-news-heading a:hover {
    color: #da261d;
}

span.tag-button {
    background: #da261d;
}

span.author a {
    color: #004a91;
}

.read-more a {
    color: #da261d;
}

.taja-khabar {
    background: #da261d;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    color: #da261d;
}

.category-heading {
    background: #da261d;
}

h4.news-head {
    background: #da261d;
}

.news-list ul li a {
    color: #004a91;
}

.news-list ul li a:hover {
    color: #da261d;
}

.news-small-box a:hover {
    color: #da261d;
}

.news-title a,
.news-title {
    color: #004a91;
}

.news-title a:hover {
    color: #da261d;
}

.news-section a {
    color: #004a91;
}

.news-section a:hover {
    color: #da261d;
}

.wc-listing ul li a {
    color: #004a91;
}

.wc-listing ul li a:hover {
    color: #da261d;
}

.photo-gallery a {
    color: #004a91;
}

.photo-gallery a:hover {
    color: #da261d;
}

.nw-listing ul li a {
    color: #004a91;
}

.nw-listing ul li a:hover {
    color: #da261d;
}

input:checked+label {
    background: #da261d;
}

main {
    background: #004a9124;
}

footer {
    background: #004a9124;
}

.footer-top .news-head {
    color: #004a91;
}

.footer-nav a:hover {
    color: #da261d;
}

.footer-bottom {
    background: #da261d;
}

.loader .loader-inner {
    background: #004a91;
}

.scroll-top-wrapper {
    background-color: #004a91;
}

.hot-news-heading a h1:hover {
    color: #da261d;
}

.news-list1 a:hover {
    color: #da261d;
}

.read-more-button {
    background: #004a91;
}

.cat-head span {
    background: #da261d;
}

.cat-head h1 {
    border-bottom: 2px solid #da261d;
}

.img-block .detail {
    background: #bad2ea;
    border-bottom: 2px solid #004a91;
}

.img-block .detail:hover {
    background: #da261dad;
}

.color-red {
    color: #da261d !important;
}

.btn-log {
    background: #004a91;
}

small {
    font-size: 16px;
}

.block-tag {
    background: #da261d;
}

.onair-block h4 {
    color: #da261d;
}

a.color-link {
    color: #da261d;
}

.text-uppercase.color-link:before {
    background-color: #da261d;
}

.follow-us h1 {
    color: #da261d;
}

.post {
    color: #da261d;
}

a.small-btn {
    background: #004a91;
}

a.small-btn:hover {
    background: #da261d !important;
}

.author a {
    color: #da261d;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    background-color: #004a91;
}

@media screen and (max-width: 767px) {
    ul.sm-blue>li a {
        width: 84%;
    }
}


/*For removing black bg in menu*/

ul.sm-blue span.scroll-up,
ul.sm-blue span.scroll-down {
    background: none !important;
}

ul.sm-blue span.scroll-down-arrow {
    border-style: none !important;
}


/*--<Edited CSS Radio Saathi>--*/

main {
    width: 100%;
    background: #0f9c5a24;
    margin-top: 50px;
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: center !important;
    display: block !important;
    font-style: italic !important;
}

.story-heading img {
    margin-bottom: 0px !important;
}


/*--<Edited CSS For Ramaroshan FM>--*/

.ads.container {
    margin-bottom: 0px;
}

.mainwrap {
    border-top: 2px solid #d12905;
}

.audio {
    background: #e63a37 !important;
}

.biz-logo img {
    /*     width: 93%; */
}

ul.sm-blue {
    background: #2a2928 !important;
}

.router-link-exact-active {
    background: #e63a37 !important;
}

ul#main-menu a {
    border-right: 1px solid #1f201f;
}

ul.sm-blue>li a:hover {
    background: #e63a37 !important;
}

ul.sm-blue>li.selected {
    background: #e63a37 !important;
}

ul.sm-blue>li.selected a:hover {
    background: #e63a37;
}

ul.sm-blue>li a.highlighted {
    background: #e63a37 !important;
}

ul.sm-blue>li>ul>li>a {
    background: #2a2928 !Important;
}

article.navbar-header {
    background: #2a2928;
}

.live-link {
    background: #edab21;
}

.navbar-toggle {
    background: #fff;
}

.hot-news-heading {
    margin-bottom: 30px;
}

.hot-news-heading a:hover {
    color: #e63a37;
}

span.tag-button {
    background: #e63a37;
}

span.author a {
    color: #2a2928;
}

.read-more a {
    color: #e63a37;
}

.taja-khabar {
    background: #e63a37;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    color: #e63a37;
}

.category-heading {
    background: #e63a37;
}

h4.news-head {
    background: #e63a37;
}

.news-list ul li a {
    color: #2b6834;
}

.news-list ul li a:hover {
    color: #e63a37;
}

.news-small-box a:hover {
    color: #e63a37;
}

.news-title a,
.news-title {
    color: #2b6834;
}

.news-title a:hover {
    color: #e63a37;
}

.news-section a {
    color: #2a2928;
}

.news-section a:hover {
    color: #e63a37;
}

.wc-listing ul li a {
    color: #2a2928;
}

.wc-listing ul li a:hover {
    color: #e63a37;
}

.photo-gallery a {
    color: #2a2928;
}

.photo-gallery a:hover {
    color: #e63a37;
}

.nw-listing ul li a {
    color: #2a2928;
}

.nw-listing ul li a:hover {
    color: #e63a37;
}

input:checked+label {
    background: #e63a37;
}

main {
    background: #01418124;
}

footer {
    background: #01418124;
}

.footer-top .news-head {
    color: #2a2928;
}

.footer-nav a:hover {
    color: #e63a37;
}

.footer-bottom {
    background: #e63a37;
}

.loader .loader-inner {
    background: #2a2928;
}

.scroll-top-wrapper {
    background-color: #2a2928;
}

.hot-news-heading a h1:hover {
    color: #e63a37;
}

.news-list1 a:hover {
    color: #e63a37;
}

.read-more-button {
    background: #2a2928;
}

.cat-head span {
    background: #e63a37;
}

.cat-head h1 {
    border-bottom: 2px solid #e63a37;
}

.img-block .detail {
    background: #bad2ea;
    border-bottom: 2px solid #2a2928;
}

.img-block .detail:hover {
    background: #e71d41ad;
}

.color-red {
    color: #e63a37 !important;
}

.btn-log {
    background: #2a2928;
}

small {
    font-size: 16px;
}

.block-tag {
    background: #e63a37;
}

.onair-block h4 {
    color: #e63a37;
}

a.color-link {
    color: #e63a37;
}

.text-uppercase.color-link:before {
    background-color: #e63a37;
}

.follow-us h1 {
    color: #e63a37;
}

.post {
    color: #de1400;
}

a.small-btn {
    background: #2a2928;
}

a.small-btn:hover {
    background: #e63a37 !important;
}

.author a {
    color: #e63a37;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    background-color: #2a2928;
}

.form-wrap i,
.location i {
    margin-right: 10px;
    color: #2a2928;
}

@media screen and (max-width: 767px) {
    ul.sm-blue>li a {
        width: 84%;
    }
}

@media(max-width:767px) {
    .biz-logo img {
        width: auto;
    }
}


/*For removing black bg in menu*/

ul.sm-blue span.scroll-up,
ul.sm-blue span.scroll-down {
    background: none !important;
}

ul.sm-blue span.scroll-down-arrow {
    border-style: none !important;
}


/*--</Edited CSS For Ramaroshan FM>--*/


/*---<CSS For Bottom Tab Issue>---*/

main {
    width: 100%;
    background: #0f9c5a24;
    margin-top: 50px;
}

.story-heading img {
    margin-bottom: 10px !important;
}


/*---<CSS For Bottom Tab Issue>---*/


/*---<Edited CSS For Blinking Logo Banner>---*/


/*fixing main template issue*/

.scroll-top-wrapper i.fa {
    color: #111;
    top: 14px;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    display: none;
}

a.live-link {
    margin-top: 1px;
    height: 19px;
    min-width: 60px;
    text-align: center;
}

ul.sm-blue>li>ul {
    margin-top: 19px !important;
}

.router-link-exact-active {
    background: #ffffff !important;
}

@media(max-width:767px) {
    a.live-link {
        width: 30% !important;
    }
}

@media(max-width:400px) {
    .carousel-inner img {
        width: 100%;
        height: 338px !important;
        object-fit: cover;
    }
}

@media screen and (max-width: 767px) {
    ul.sm-blue>li {
        width: 98%;
    }
}


/*fixing main template issue*/

.biz-logo img {
    margin: 15px;
    width: 250px;
}

ul.sm-blue {
    background: #111 !important;
}

ul.sm-blue>li a:hover {
    background: #E22120 !important;
}

ul.sm-blue>li a.router-link-exact-active {
    background: #E22120 !important;
}

.audio {
    background: #E22120 !important;
}

.taja-khabar,
h4.news-head {
    background: #E22120;
}

.carousel-control .glyphicon-chevron-left {
    margin-left: -15px;
    color: #e71d41;
    font-size: 18px;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    display: block;
    margin-right: -15px;
    font-size: 18px;
}