@import url('https://fonts.googleapis.com/css?family=Roboto:400,500');

html {
    height: 100%;
    position: relative;
}

*{
    margin: 0;
    padding:0;
    outline: none !important;
    box-sizing: border-box;
}

body{
    margin: 0;
    height: 100%;
    position: relative;
    /*background-color: #150529;*/
    background-image: url("../img/my_bg.jpg");
    background-position: center;
    background-size: cover;
    user-select: none;
    font-family: 'Roboto', sans-serif;
}

.main-bg{
    /*min-height: 100vh;*/
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 30px -16px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 30px -16px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 30px -16px rgba(0,0,0,0.75);
}

img {
    height:auto;
}

a:hover{
    text-decoration: none;
}

ol, ul {
    list-style:none
}

.col-custom-pad{
    padding-right: 8px !important;
    padding-left: 8px !important;
}

.col-pad-bottom{
    padding-bottom: 10px;
}

.navbar-toggler{
    border: none !important;
}

.wrapper{
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: 100vh;
    position: relative;
}

/* HOME START*/

/*Top header start*/
.top-header{
    margin: 0;
    padding: 7px 10px;
    width: 100%;
    background-color: #000;
}

.search-bar{
    margin: 0;
    padding: 0;
    position: relative;
    float: left;
    background: transparent;
}

.top-header-wrapper{
    width: 100%;
}

.search-bar ul{
    margin: 0;
    padding: 0;
    line-height: 28px;
    list-style: none;
}

.search-bar ul li{
    color: #939393;
    float: left;
    padding: 0 12px;
    text-align: center;
    cursor: pointer;
    font-weight: 900;
    text-transform: uppercase;
    transition: 0.5s;
    position: relative;
}

.search-bar ul li:nth-child(3){
    background: #ffc107;
}

.search-box{
    z-index: 900;
    background: #fff;
    position: absolute;
    top: 54px;
    right: 42.7%;
    width: 274px;
    line-height: 25px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    border-top:4px solid #FFDB40;
    display: none;
}

.search-box:before{
    content: "";
    position: absolute;
    top: -27px;
    right: 4px;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 11px solid transparent;
    border-bottom: 9px solid #FFDB40;
}

.search-box input[type="text"]{
    width: 195px;
    padding: 5px 10px;
    border: none;
    outline: none;
}

.search-box input[type="button"]{
    width: 80px;
    padding: 5px 0;
    background: #FFDB40;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    color: #000;
    margin-left: -6px;
    border: 1px solid #FFDB40;
    outline: none;
    cursor: pointer;
}

.fa-search{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.fa-search:hover{
    color: #fff;
}

.social-icons{
    margin: 0;
    padding-right: 35px;
}

.social-icons ul li{
    padding: 0 13px;
    font-size: 18px;
    float: left;
    color: #939393;
}

.social-icons ul li a{
    color: #939393;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.social-icons ul li a:hover{
    color: #ffffff;
}

.live-btn{
    margin: 0;
    padding-right: 35px;
}

.live-btn h3{
    margin: 0;
    padding: 5px 12px;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    background-color: #F00202;
    border-radius: 3px;
    float: left;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.live-btn h3:hover{
    background-color: #AD0000;
}

.language{
    margin-left: auto;
    padding-right: 35px;
}

.language ul li{
    float: left;
    line-height: 28px;
    font-size: 14px;
    color: #939393;
    text-transform: uppercase;
    padding: 0 15px;
}

.language ul li a{
    color: #939393 ;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.language ul li a:hover{
    color: #fff ;
}
/*Top header end*/

/*Middle header start*/

.navbar-nav {
    display: flex;
    padding: 8px 30px;
    margin-bottom: 0;
    list-style: none;
    background-color:#001662;
    border-radius: 22px 0;
}

.middle-header{
    margin: 0;
    padding: 0 10px;
    width: 100%;
}

.navbar-brand{
    padding: 0 7px;
}

.top_ad_bnr{
    margin-left: auto;
    padding: 0 7px;
}

.top_ad_bnr a img{
    margin: 23px 0;
    vertical-align: middle;
}
/*Middle header end*

/*Bottom header start*/
.navbar{
    width: 100%;
    justify-content: space-between;
}

.bottom_header .navbar-nav li a{
    padding: 10px 18px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    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;
}

.bottom_header .navbar-nav li a:hover, .bottom_header .navbar-nav li a.active{
    color:#FFDB40;
    border-bottom: 4px solid #FFDB40;
}

.bottom_header .navbar-nav .dropdown-menu .dropdown-item{
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    text-transform: none;
    font-weight: 400;
    padding: .25rem 1.5rem;
    color: #000;
}

.bottom_header .navbar-nav .dropdown-menu{
    margin: 25px 0 0;
}

.bottom_header .navbar-nav .dropdown-menu a:hover{
    border-bottom: none;
}

.animated-icon1 {
    width: 30px;
    height: 20px;
    position: relative;
    margin: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.animated-icon1 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.animated-icon1 span {
    background: #0092FE;
}

.animated-icon1 span:nth-child(1) {
    top: 0px;
}

.animated-icon1 span:nth-child(2) {
    top: 10px;
}

.animated-icon1 span:nth-child(3) {
    top: 20px;
}

.animated-icon1.open span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.animated-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

.animated-icon1.open span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
/*Bottom header end*/

/*Main Slider Banner START*/
.main_slider_banner {
    margin: 0;
    padding: 10px 0;
    width: 100%;
    /* background-color: #7b7b7b;*/
}

.owl-wrapper {
    margin: 0 auto;
    width: 100%;
}

.owl-wrapper ul{
    margin: 0;
}
/*Main Slider Banner END*/

/*3 Banner Section START*/
.three-section{
    margin: 0;
    padding: 8px 0;
    width: 100%;
    /* background-color: #cbd5de;*/
}

.three-section img{
    border-radius: 5px;
    margin-bottom:10px;
}
/*3 Banner Section END*/

/*LIVE TV Start*/
.tv_area {
    margin: 0;
    padding: 35px 0 25px;
    width: 100%;
    /*background-color: #cbd5de;*/
}

.tv_area h1{
    margin: 0 0 20px;
    font-family: 'Roboto', sans-serif;
    font-size: 26px;
    color: #022086;
    text-transform: uppercase;
    font-weight: 500;
}

.tv_area h1 #live_highlight{
    color: #ff1e45;
}

.live_stream iframe{
    width:100%;
    height:415px;
}

.ad_bnners{
    margin: 0;
    padding: 10px 0;
}

.ad_bnners img{
    border-radius:5px;
}

.ad_bnners figure{
    margin: 0;
    padding: 8px 0;
}

.hovergray figure:hover img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    cursor: pointer;
}

.guide .nav-pills{
    background-color: #fff;
    border-bottom: 3px solid #0069d9;
    text-transform: uppercase;
}

.guide .nav-pills .nav-item .nav-link{
    color: #0069d9;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.guide .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color:#002195;
    border-bottom: 3px solid #ffd200;
    border-radius: 10px 0;
}

.guide .nav-pills .nav-link {
    border-radius: 0;
}

.guide .nav-link {
    margin: 0;
    padding: .33rem .66rem;
    font-weight: 500;
}

.guide .tab-content .tab-pane ul li{
    margin: 0;
    padding: 10px 15px;
    color: #00438a;
    font-size: 13px;
    font-weight: 500;
    display: flex;
}

.list-gap{
    margin-right: 30px;
}

#zebra{
    background-color: #f6f8ff;
}

.current_programme{
    color: #ff0024 !important;
}
/*LIVE TV End*/

/*NEWS Start*/
.news_area{
    margin: 0;
    padding: 0 0 25px;
    width: 100%;
}

.news_area h1{
    /*margin-bottom: 20px;
    font-size: 26px;
    text-transform: uppercase;
    color:#022086;
    font-weight: 500;*/
    box-shadow: 0px 5px 0px 0px
    #ffd200;
    font-size: 20px;
    text-transform: uppercase;
    color:
            #ffffff;
    font-weight: 400;
    border-radius: 3px;
    background-color:
            #011562;
    margin-bottom: 20px;
    padding-top: 8px;
    padding-left: 10px;
    padding-bottom: 5px;
    font-size: 20px;
}

.item-details{
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
}

.item-details h5{
    margin: 10px 0 5px;
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

.item-details p{
    font-size: 14px;
    color: #646464;
}

.owl-carousel .owl-next,
.owl-carousel .owl-prev {
    width: 50px;
    height: 50px;
    position: absolute;
    top: -60px;
    font-size: 22px !important;
    color: #c1c1c1 !important;
    text-align: center;
}

.owl-carousel .owl-next:hover{
    color: #4d4d4d !important;
}

.owl-carousel .owl-prev:hover{
    color: #4d4d4d !important;
}

.owl-carousel .owl-prev {
    left: auto;
    right: 50px;
}

.owl-carousel .owl-next {
    left: auto;
    right: 0;
}
/*NEWS End*/

/*TELEDRAMA Start*/
.teledrama_area{
    margin: 0;
    padding: 0 0 25px;
    width: 100%;
}

.teledrama_area h1{
    margin-bottom: 20px;
    font-size: 26px;
    text-transform: uppercase;
    color:#022086;
    font-weight: 500;
}
/*ENTERTAINMENT End*/

/*ENTERTAINMENT Start*/
.entertainment_area{
    margin: 0;
    padding: 0 0 25px;
    width: 100%;
}

.entertainment_area h1{
    margin-bottom: 20px;
    font-size: 26px;
    text-transform: uppercase;
    color:#022086;
    font-weight: 500;
}
/*ENTERTAINMENT End*/

/*UP COMING MOVIES Start*/
.up_coming_area{
    margin: 0;
    padding: 0 0 25px;
    width: 100%;
}

.up_coming_area h2{
    font-family: 'Roboto', sans-serif;
    margin-bottom: 20px;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 5px;
    color:#022086;
    font-weight: 600;
}

.up_coming_area img{
    margin-bottom: 20px;
}
/*UP COMING MOVIES End*/

/*POLITICAL Start*/
.political_area{
    margin: 0;
    padding: 0 0 25px;
    width: 100%;
}

.political_area h1{
    margin-bottom: 20px;
    font-size: 26px;
    text-transform: uppercase;
    color:#022086;
    font-weight: 500;
}

/*POLITICAL End*/

/*App Start*/
.app_download{
    margin: 0;
    padding: 0 0 25px;
    width: 100%;
}

.download_wrap{
    width: 100%;
    padding: 5px 30px;
    background-color: #f8d700;
    display: flex;
    flex-wrap: wrap;
}

.download_text{
    width: 50%;
    text-align: left;
    word-wrap: break-word;
}

.download_text, .para_top{
    margin: 0;
    padding: 0;
    line-height: 40px;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    letter-spacing: 3px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
}

.download_text, .para_middle{
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 48px;
    letter-spacing: 3px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
}

.download_text, .para_bottom{
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    letter-spacing: 1px;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
}

.download_button{
    width: 50%;
    text-align: right;
    word-wrap: break-word;
}

.download_button, .available_on{
    margin: 0;
    padding: 2px 0;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 500;
}

.download_button img{
    padding: 5px 0;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.download_button a img{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.download_button a img:hover{
    opacity: 0.8;
}
/*App End*/

/*Footer Start*/
footer{
    width: 100%;
    padding: 0;
    bottom: 0;
}

.footer_top{
    width: 100%;
    background-color: #00114d;
}

.btm-widget{
    margin: 25px 0;
    padding: 0;
    width: 100%;
}

.news-feed{
    overflow-y: scroll;
    max-height: 550px;
}

.btm-widget h3{
    margin-bottom: 20px;
    font-size: 26px;
    text-transform: uppercase;
    color:#022086;
    font-weight: 500;
}

.news-feed .news-list {
    margin: 0;
    padding: 0;
}

.news-list .news-item {
    padding-top: 1.1em;
    padding-bottom: 1.1em;
    border-bottom: 1px solid #e1e1e1;
}

.news-feed .news-list .news-item img {
    margin-right: .90rem;
}

.img-thumbnail-custom{
    max-width: 100%;
    height: auto;
    margin-right: .45rem;
    /*border: 1px solid #d8e7f5;*/
}

.media {
    display: flex;
    align-items: flex-start;
}

.media-body {
    flex: 1;
}

.news-head p {
    margin-bottom: 7px;
    line-height: 24px;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.news-para {
    margin: 0;
    color: #464646;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.last {
    border-bottom: none !important;
}

.swarnavahini-fb{
    margin: 0 auto;
    text-align: center;
    width: 100%;
    height: 100%;
}

/*.swarnavahini-fb iframe{
    width: 100%;
    height: 500px;
}*/

.others-wrap{
    margin: 55px 0 25px;
    padding: 0 0 20px;
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #3c4782;
}

.others-wrap ul{
    margin: 0 auto;
    text-align: center;
}

.others-wrap ul li{
    float: left;
    padding: 0 45px;
}

.footer_nav{
    margin: 0 0 23px;
    width: 100%;
    display: flex;
}

.footer_nav ul{
    margin: 0;
    width: 100%;
}

.footer_nav ul li a{
    margin: 0;
    padding: 0 25px;
    color: #efe2ff;
    float: left;
    font-size: 14px;
    font-weight: 400;
}

.footer_nav ul li a:hover{
    color: #FFDB40;
}

.footer_bottom{
    margin: 0;
    padding: 15px 0;
    width: 100%;
    background-color: #000;
}

.all-rights{
    float: left;
}


.all-rights p{
    margin: 0;
    padding: 0;
    color: #757575;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    line-height: 36px;
}

.footer-social-icons{
    float: right;
}

.footer-social-icons ul{
    margin: 0;
    padding: 0;
}

.footer-social-icons ul li{
    padding: 0 13px;
    font-size: 24px;
    float: left;
    color: #939393;
}

.footer-social-icons ul li a{
    color: #939393;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.footer-social-icons ul li a:hover{
    color: #ffffff;
}
/*END OF Footer*/


.brand-res{
    display: none;
}

#active-nav{
    color: #fff;
    border-bottom: 4px solid #0094FE;
}

/*TELEDRAMAS PAGE START*/
.nav-path{
    margin: 10px 0;
    padding: 0;
    width: 100%;
}

.nav-path .breadcrumb{
    background-color:#fff;
    border-bottom: solid 2px #0069d9;
    border-radius: 0;
}

.nav-path nav{
    margin: 0;
    width: 100%;
}

.nav-path nav ol{
    margin: 0;
    text-align: right;
}

.tele-section{
    margin: 0;
    padding: 8px 0;
    width: 100%;
}

.tele-section h4{
    margin: 10px 0 5px;
    font-weight: 500;
    color: #000;
    text-align: left;
    font-size: 16px;
}

.tele-section h5{
    margin: 7px 0 50px;
    color: #646464;
    font-weight: 400;
    text-align: left;
    font-size: 14px;
}

.tele-section a{
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

.tele-section a:hover{
    opacity: 0.8;
}
/*TELEDRAMAS PAGE END*/

/*TELE DRAMA INNER START*/
.tele-drama{
    margin: 0;
    padding: 10px;
    width: 100%;
}

.tele-inner{
    margin-top: 40px;
}

.tele-inner h4{
    margin: 10px 0 5px;
    font-weight: 500;
    color: #000;
    text-align: left;
    font-size: 16px;
}

.tele-inner h5{
    margin: 7px 0 5px;
    color: #646464;
    font-weight: 400;
    text-align: left;
    font-size: 14px;
}

.tele-inner h6{
    margin: 12px 0 50px;
    color:#646464;
    font-weight: 500;
    text-align: left;
    font-size: 12px;
}

.page-section{
    width: 100%;
    margin: 30px 10px;
}

.page-item.disabled .page-link {
    color: #897b9b;
    pointer-events: none;
    cursor: auto;
    background-color:#fff;
    border-color: #d7d7d7;
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #897b9b;
    background-color:#fff;
    border: 1px solid #d7d7d7;
}
/*TELE DRAMA INNER END*/

/*VIDEO PLAYER START*/

.video-player{
    margin: 0;
    padding: 0 10px;
    width: 100%;
}

.video-player iframe {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 642px;
}

.epi-des{
    margin: 25px 0;
    width: 100%;
    border-bottom: 1px solid #897b9b;
}

.epi-des h3{
    color: #022086;
    font-weight: 500;
    font-size: 18px;
}

.epi-des h4{
    margin-bottom: 30px;
    color: #646464;
    font-weight: 500;
    font-size: 16px;
}
/*VIDEO PLAYER END*/

/*CONTACT US START*/
.contact{
    margin: 25px 0;
    width: 100%;
}

.address h5{
    color:#022086;
    font-size: 16px;
    font-weight: 500;
}

.address h6{
    margin: 25px 0 8px;
    color: #0069d9;
    font-weight: 500;
    font-size: 14px;
}

.address ul li{
    color: #646464;
    line-height: 50px;
    font-weight: 400;
    font-size: 14px;
}

.advertise ul li{
    color: #646464;
    font-weight: normal;
    font-size: 14px;
    line-height: 28px;
}

.advertise p{
    margin-bottom: 7px;
    color: #000;
    font-size: 14px;
}

.loc{
    margin-bottom: 20px;
}

.fedbk {
    margin: 20px 0;
    width: 100%;
}

.fedbk form{
    width: 100%;
}

.fedbk h5{
    margin-bottom: 30px;
    color: #022086;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
}

form label{
    color: #0069d9;
    font-size: 14px;
}

.form-control{
    color: #6e6e6e;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #d0d0d0
    height: calc(1.5em + .75rem + 10px);
}

.form-control::placeholder{
    color: #b1b1b1;
}

.custom-submit{
    margin: 25px 0;
    background-color: #FFDB40;
    color: #150529;
    border: none;
    padding: 11px 40px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
}
/*CONTACT US END*/

/*---Notification Styles---*/
.notifications {
    width:100%;
    height:auto;
    position:fixed;
    font-size: 14px;
    top:10px;
    left:0;
    z-index:999999;
    margin:0.625em auto 0 auto;
    display:none;
}

.notifications-content {
    clear:both !important;
    float:none !important;
    width:500px;
    max-width: 96%;
    height:auto;
    margin:0 auto !important;
    padding:20px;
    box-shadow:0 3px 5px #ababab;
    font-weight:bold;
    position:relative;
    border:none;
}

.notifications-content.alert-warning {
    background-color: #f3c022;
    color: #fff;
}

.notifications-content.alert-failed {
    background-color: #FF6C60;
    color: #fff;
}

.notifications-content.alert-success {
    background-color: #1ca59e;
    color: #fff;
}

.notifications-content .notifications-close {
    position:absolute;
    top:-15px;
    right:-15px;
    width:30px;
    height:30px;
    border-radius:100%;
    color:#ffffff;
    background-color:inherit;
    text-align:center;
    font-size:13px;
    border:none;
    outline:none !important;
}
.notifications-content .notifications-close:hover {
    box-shadow:0 3px 5px #ababab;
}
/*---Notification Styles---*/

/*---Preloader Styles---*/
.preloader {
    position:absolute;
    top:50%;
    left:50%;
    width:100%;
    height:auto;
    margin:0.625em 0 0 0;
    z-index:99999999;
    display:none;
}

.preloader-content {
    clear:both;
    width:32px;
    height:32px;
    margin:-16px 0 0 -16px;
    background:url(../img/preloader.gif) no-repeat;
    background-size:contain;
}
/*---Preloader Styles---*/

/*.img-fluid {
    border-radius: 5px !important;
    -moz-box-shadow: 0 0 1px 0 rgba(150, 150, 150, 0.2), 0 3px 9px 0 rgba(0, 0, 0, 0.15) !important;
    -webkit-box-shadow: 0 0 1px 0 rgba(150, 150, 150, 0.2), 0 3px 9px 0 rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 0 1px 0 rgba(150, 150, 150, 0.2), 0 3px 9px 0 rgba(0, 0, 0, 0.15) !important;
}*/

/*404  START*/
.page-error h1 {
    margin-top: 50px;
    color: #0069d9;
    font-size: 58px;
    text-transform: uppercase;
    font-weight: 400;
}
.page-error h4 {
    margin-bottom: 30px;
}

.page-error img{
    margin: 27x 0;
}

.page-error .btn-primary{
    margin: 50px 0 80px;
}
/*404  END*/

/*```````--- @media quarry START  ---`````````*/

@media only screen and (min-width: 320px) and (max-width: 399px){

    .breadcrumb{
        display: none;
    }

    .ad_bnners {
        margin: 0;
        padding: 10px 0;
    }

    .live_stream iframe {
        width: 100%;
        height: 215px;
    }

    .video-player iframe {
        width: 100%;
        height: 191px !important;
    }

    .footer_bottom{
        padding: 20px 0;
    }

    .footer-social-icons ul {
        margin: 20px auto 10px;
        padding: 0;
        text-align: center;
    }

    .social-icons ul li {
        padding: 0 11px;
        font-size: 18px;
        float: left;
        color:#939393;
    }

    .all-rights p{
        text-align: center;
    }

    .footer-social-icons {
        width: 100% !important;
    }

    .all-rights {
        width: 100% !important;
    }

    .social-icons {
        margin: 0;
        padding-right: 16px;
    }

    .swarnavahini-fb iframe{
        width: 100%;
        height: 450px;
    }

    .news-para{
        font-size: 0.8em;
    }

    .news-head p{
        font-size: 0.8em;
        line-height: 18px;
    }

    .list-gap {
        margin-right: 45px;
        display: flex;
    }

    .guide .tab-content .tab-pane ul li{
        font-size: 14px;
    }

    .search-bar ul li{
        float: right;
    }

    .search-bar{
        margin-top: 10px;
        padding: 0;
        width: 57%;
    }

    .social-icons {
        margin-top: 10px;
        padding: 0;
        width: 40%;
    }

    .live-btn a{
        position: relative;
        display: inline-block;
        float: right;
        padding-right: 9px;
    }

    .live-btn{
        margin: 0 !important;
        padding: 0 !important;
        width: 30%;
    }

    .language {
        margin: 0 !important;
        padding: 0 !important;
        width: 70%;
    }

    .tv_area  h1{
        font-size: 26px;
    }

    .news_area h1{
        font-size: 26px;
    }

    .teledrama_area h1{
        font-size: 26px;
    }

    .teledrama_area h1{
        font-size: 26px;
    }

    .entertainment_area h1{
        font-size: 26px;
    }

    .guide .nav-link {
        margin: 0;
        padding: .55rem;
    }

    .guide .nav-pills .nav-item .nav-link{
        font-size: 12px;
    }

    .owl-carousel .owl-next, .owl-carousel .owl-prev{
        top:-62px;
    }

    .political_area h1{
        font-size: 26px;
    }

    .footer-social-icons{
        margin: 0 auto;
    }

    .all-rights p{
        padding: 0 0 15px;
    }

    .others-wrap{
        margin: 25px 0 25px;
    }

    .others-wrap ul li {
        float: none;
        padding: 15px 15px !important;
        width: 100%;
        text-align: center;
    }

    .download_button {
        width: 100%;
        text-align: center;
        margin-top: 20px;
        border-top: 1px solid #000;
    }

    .download_text, .para_top{
        font-size: 18px !important;
        line-height: 35px !important;
    }

    .download_text, .para_middle {
        font-size: 28px !important;
        letter-spacing: normal !important;
        text-align: center !important;
    }

}

@media only screen and (min-width: 400px) and (max-width: 479px){

    .breadcrumb{
        display: none;
    }

    .ad_bnners {
        margin: 0;
        padding: 10px 0;
    }

    .live_stream iframe {
        width: 100%;
        height: 300px;
    }

    .video-player iframe {
        width: 100%;
        height: 214px !important;
    }

    .footer_bottom{
        padding: 20px 0;
    }

    .footer-social-icons ul {
        margin: 20px auto 10px;
        padding: 0;
        text-align: center;
    }

    .all-rights p{
        text-align: center;
    }

    .footer-social-icons {
        width: 100% !important;
    }

    .all-rights {
        width: 100% !important;
    }

    .social-icons {
        margin: 0;
        padding-right: 16px;
    }

    .news-para{
        font-size: 0.8em;
    }

    .news-head p{
        font-size: 0.8em;
        line-height: 18px;
    }

    .search-bar ul li{
        float: right;
    }

    .search-bar{
        margin-top: 10px;
        padding: 0;
        width: 47%;
    }

    .social-icons {
        margin-top: 10px;
        padding: 0;
        width: 45%;
    }

    .live-btn a{
        position: relative;
        display: inline-block;
        float: right;
        padding-right: 9px;
    }

    .live-btn{
        margin: 0 !important;
        padding: 0 !important;
        width: 38%;
    }

    .language {
        margin: 0 !important;
        padding: 0 !important;
        width: 60%;
    }

    .others-wrap ul li img{
        width: 60%;
    }

    .download_text, .para_top{
        font-size: 18px;
    }

    .para_middle {
        font-size: 35px !important;
    }

    .others-wrap ul li {
        float: left;
        padding: 0 !important;
    }

    .download_button img{
        width: 40% !important;
    }
}

@media only screen and (min-width: 480px) and (max-width:520px){

    .breadcrumb{
        display: none;
    }

    .ad_bnners {
        margin: 0;
        padding: 10px 0;
    }

    .live_stream iframe {
        width: 100%;
        height: 315px;
    }

    .video-player iframe {
        width: 100%;
        height: 259px !important;
    }

    .footer_bottom{
        padding: 20px 0;
    }

    .footer-social-icons ul {
        margin: 20px auto 10px;
        padding: 0;
        text-align: center;
    }

    .all-rights p{
        text-align: center;
    }

    .footer-social-icons {
        width: 100% !important;
    }

    .all-rights {
        width: 100% !important;
    }

    .social-icons {
        margin: 0;
        padding-right: 10px;
    }

    .language {
        margin-left: 0;
        padding-right: 10px !important;
    }

    .social-icons ul li {
        padding: 0 10px;
        font-size: 18px;
        float: left;
        color: #939393;
    }

    .others-wrap ul li {
        float: left;
        padding: 10px 3px !important;
    }

    .others-wrap ul li img{
        width: 70%;
    }
}

@media only screen and (max-width: 767px){

    /*#chart-area{
        width: 240px!important;
        height: 240px!important;
    }*/

    .ad_bnners {
        margin: 0;
        padding: 10px 0;
    }

    .live_stream iframe {
        width: 100%;
        height: 281px;
    }

    .border-b{
        margin-bottom: 30px;
        border-bottom: 1px solid #41335d;
    }

    .contact {
        margin: 25px 0;
        width: 100%;
    }

    .video-player iframe {
        width: 100%;
        height: 431px;
    }

    .top_ad_bnr a img {
        margin: 10px 0;
        vertical-align: middle;
    }

    .col-res-off{
        display: none;
    }

    .brand-res{
        display: block;
    }

    .guide{
        margin-bottom: 35px;
    }

    #pills-tabContent{
        overflow-x: scroll;
        max-height: 350px;
    }

    .footer-social-icons ul li {
        padding: 0 12px;
    }

    .all-rights p{
        line-height: 20px;
    }

    .footer-social-icons {
        width: 30%;
        display: flex;
    }

    .all-rights {
        width: 70%;
        float: left;
    }

    .news-feed {
        margin-bottom: 55px;
    }

    .live-btn {
        margin: 0;
        padding-right: 9px;
    }

    .d-inline-block {
        display: inline-block !important;
        width: 70%;
    }

    .language ul li {
        line-height: 28px;
        font-size: 12px;
        padding: 0 5px;
    }

    .language {
        margin-left: 0;
        padding-right: 15px;
    }

    .bottom_header .navbar-nav li a:hover{
        color: #FFDB40;
        border-bottom: none;
    }

    .bottom_header .navbar-nav li a{
        line-height: 32px;
        font-size: 14px;
    }

    .download_text, .para_middle{
        font-size: 45px;
    }

    .footer_nav ul li a{
        padding: 0 10px;
    }

    .others-wrap ul li {
        float: left;
        padding: 0 15px;
    }

    .download_button {
        width: 100%;
        text-align: center;
    }

    .download_text {
        width: 100%;
        text-align: left;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px){

    .ad_bnners {
        margin: 0;
        padding: 10px 0;
    }

    .live_stream iframe {
        width: 100%;
        height: 315px;
    }

    .contact {
        margin: 25px 0;
        width: 100%;
    }

    .video-player iframe {
        width: 100%;
        height: 405px;
    }

    .top_ad_bnr a img {
        margin: 10px 0;
        vertical-align: middle;
    }

    .col-res-off{
        display: none;
    }

    .brand-res{
        display: block;
    }

    .guide{
        margin-bottom: 35px;
    }

    #pills-tabContent{
        overflow-x: scroll;
        max-height: 450px;
    }

    #athavan-first {
        order: 1;
    }

    #athavan-second {
        order: 2;
    }

    .all-rights p{
        line-height: normal;
    }

    .footer-social-icons {
        width: 30%;
        display: flex;
    }

    .all-rights {
        width: 70%;
        float: left;
    }

    .footer-social-icons ul {
        padding: 0;
        margin-left: auto;
        right: 0;
    }

    .news-feed {
        margin-bottom: 55px;
    }

    .download_button img {
        width: 48%;
    }

    .download_text, .para_middle{
        font-size: 36px;
    }

    .download_text, .para_top{
        font-size: 20px;
    }

    .others-wrap ul li {
        float: left;
        padding: 0 20px;
    }

    .bottom_header .navbar-nav li a:hover{
        color: #FFDB40;
        border-bottom: none;
    }

    .bottom_header .navbar-nav li a{
        line-height: 35px;
        font-size: 16px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px){

    .contact {
        margin: 25px 0;
        width: 100%;
    }

    .video-player iframe {
        width: 100%;
        height: 540px;
    }

    .col-8-custom{
        -ms-flex: 0 0 59.666667%;
        flex: 0 0 59.666667%;
        max-width: 59.666667%;
    }

    .col-4-custom{
        -ms-flex: 0 0 39.333333%;
        flex: 0 0 39.333333%;
        max-width: 39.333333%;
    }

    .guide .nav-pills .nav-item .nav-link{
        font-size: 14px;
    }

    .guide .nav-link {
        margin: 0;
        padding: .51rem;
    }

    .bottom_header .navbar-nav li a{
        padding: 10px 12px;
        font-size: 16px;
    }

}


@media only screen and (max-width: 1200px){}
