 
  @font-face {
    font-family: "Adobe Arabic";
    src: url('../fonts/urdu/AdobeArabic-Regular.woff2')
        format("woff2"),
      url('../fonts/urdu/AdobeArabic-Regular.woff')
        format("woff"),
      url('../fonts/urdu/AdobeArabic-Regular.ttf')
        format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
  }

  
  @font-face {
    font-family: "AdobeArabic-Bold";
    src: url('../fonts/urdu/AdobeArabic-Bold.woff2')
        format("woff2"),
      url('../fonts/urdu/AdobeArabic-Bold.woff')
        format("woff"),
      url('../fonts/urdu/AdobeArabic-Bold.ttf')
        format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
  }


 

body {
    font-family: 'Roboto Flex', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    /* font-family: 'Adobe Arabic'; */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    
}

body:lang(ur) {
    font-family: 'Adobe Arabic' !important;
}

/* Urdu-specific text settings */
:lang(ur) {
    font-family: 'Adobe Arabic' !important;
}




 /* General styling for various elements */
 h1:lang(ur), h2:lang(ur), h3:lang(ur), h4:lang(ur), h5:lang(ur), h6:lang(ur), a:lang(ur), li:lang(ur), span:lang(ur), strong:lang(ur), input:lang(ur), textarea:lang(ur), select:lang(ur), p:lang(ur), date:lang(ur) {
    font-family: 'Adobe Arabic'!important;
    /* Added generic sans-serif fallback to ensure compatibility across platforms */
}

/* Urdu-specific styling */
.UrduClass {
    font-family: 'Adobe Arabic' !important;
}
.UrduClassBold {
    font-family: 'AdobeArabic-Bold' !important;
}


h1{
    font-size: 32px;
    margin: 0;
}
h2{
    font-size: 28px;
    margin: 0;
}
h3{
    font-size: 24px;
    margin: 0;
}
h4{
    margin: 0;
}
h5{
    font-size: 20px;
    margin: 0;
}
h6{
    font-size: 18px;
    margin: 0;
}

a, a:hover{
	text-decoration: none;
	transition: all 0.3s;
}
span, strong{
    font-size: 16px;
}
p{
    font-size: 14px;
}
ul, li{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
input, textarea, button, label{
    font-size: 14px;
}
button{
    border-radius: 5px;
}


.top-menu-image {
    width:auto;
    height: 100%;
    margin: 8.5px auto;
    display: block !important;
}
.top-menu {
    height: auto;
    background-color: #666;
    margin: -10px auto 0;
    padding: 10px 0;
    width: 100%;
}


/* logo */
.logo-info {
    position: relative;
    text-align: center;
}
.user-buttons {
    position: absolute;
    width: 300px;
    right: 0;
	text-align: right;
    top: 20px;
}
.header-logo img {
    margin: -5px 10px 7px 0;
    display: inline;
    max-width: 100%;
}

.text-bold {
    font-weight: bold;
}
.main-color-black {
    color: #000 !important;
}
.search-container , .search-container:after, .search-container:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.search-container:focus {
	background: #fbfbfb;
	color: #333;
	outline: 0;
	float: right;
}
.search-container {
    display: table;
    position: relative;
    width: 40px;
    height: 40px;
    float: right;
    margin: 29px 0 0 -40px;
}
.search-icon-btn.btn-sm span i {
    color: #ffffff;
    font-size: 20px;
    padding: 7px 0 0;
}
.search-icon-btn {
	display: table-cell;
	height: 40px;
	color: #fff;
	position: relative;
	text-align: center;
	vertical-align: middle;
	width: 40px;
	background: #819f30;
	z-index: 2;
}
.search-input {
	position: absolute;
	right: 0;
	z-index: 1;
}
.search-input input.search-bar {
	border: 1px solid #ccc;
	height: 40px;
	padding: 0;
	width: 40px;
}
.search-input input.search-bar:focus {
	/*padding-left: 60px;*/
	padding-left: 10px;
	padding-right: 10px;
	width: 200px;
	background-color: #f2f2f4;
	color: #939399;
}
.search-input input.search-bar, .search-icon-btn {
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.search-container:hover > .search-input input.search-bar {
	/*padding-left: 60px;*/
	padding-left: 10px;
	padding-right: 10px;
	width: 200px;
	background-color: #f2f2f4;
}

.topLinks .social-opinion {
    margin: 0;
    float: none !important;
}
/* 2.2 - Header Logo 
    ---------------------------------------------------------------------- */
.header-logo-blog {
	display: inline-block;
    font-family: 'AdobeArabic-Bold' !important;
	margin-top: 10px;
	margin-left: -300px;
	padding: 0;
	border: none;
	width: 100%;
	position: absolute;
}

.header-logo {
	display: inline-block;
	font-weight: 700;
	margin-top: 10px;
	padding: 0;
	border: none;
	width: 300px;
	position: relative;
}

.navbar input[type="checkbox"],
.navbar .hamburger-lines{
    display: none;
}
.navbar-container {
    width: 100%;
}


.navbar{
    width: 100%;
    background: #fff;
    color: #000;
	text-align: center;
	background: #efefef;
}
.active_menu a {
    color: #A02339 !important;
}
.active_menu:hover a {
    color: #A02339 !important;
    opacity: 0.7;
    font-size: 20px;
}


.menu-items{
    text-align: center;
}

.menu-items li{
   display: inline-block;
}

.navbar a{
    color: #444;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease-in-out;
}

.menu-items li a {
    position: relative;
    display: block;
    padding: 10px 15px;
    font-weight: 600;
    font-size: 15px;
}
.dual-button{
    display: none;
}
.submenu{
	display: none;
}
.blog-menu{
	position: relative;
}

.submenu{
	position: absolute;
}
.submenu a:hover .submenu{
	display: block;
}



.dropdown-toggle{cursor: pointer;}


/* 2.3 - navbar 
    ---------------------------------------------------------------------- */
	.newline-outer{
		background: #212126;
	}
.newline{
	float: left;
		width: 10%;
		color: #FFF;
		width: auto;
		height: 100%;
		padding: 12px 16px;
		float: left;
		text-transform: uppercase;
		display: inline;
		letter-spacing: .01em;
		background: #A02339 !important;
}
	.marquee {
		font-size: 14px;
		color: #ffffff;
		height: 35px;
		overflow: hidden;
		position: relative;
		float: left;
		width: 85%;
		padding: 13px 0 0;
	}
	/* nested div inside the container */
	.marquee div {
		display: block;
		width: 200%;
		position: absolute; 
		overflow: hidden;
		animation: marquee 12s linear infinite;
	}
	/* span with text */
	.marquee span {
		margin:0 20px;
        color:#ffffff;
	}
	/* keyframe */
	@keyframes marquee {
		0% { left: 0; }
		100% { left: -100%; }
	}

	/*  */
	.new_alert_section img {
        width: 100%;
        display: block;
        /* min-height: 193px; */
    }

	

.new_alert {
    color: #A02339 !important;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 7px;
}
.main-color-red {
    color: #A02339 !important;
}
.greenTVBlog{
	font-size: 18px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 5px;
    text-align: center;
}
.entry-content h3 a span {
    padding: 0 0 12px;
    display: block;
    font-weight: 600;
    font-size: 18px;
}
.entry-content h4 a {
    font-weight: bold;
}
.main-color-black {
    color: #000 !important;
}
.entry-content .UrduBlogNews p {
    margin: 10px 0 15px;
    font-size: 16px;
    line-height: 26px;
    height: 50px;
    overflow: hidden;
}

.NewInfoGreen h3 a{
    font-size:30px;  
    border-bottom: 1px solid #ccc; 
    margin-bottom: 5px; 
    text-align:center;
    height: 50px;
    overflow: hidden;
    display: block;
    padding: 14px 0 0;
}

.UrduBlogNews a{
	font-size: 16px;
    text-align: center;
}
.font-evogria{
	text-align: center;
    margin: 0px;
}
.font-evogria .day{
	color: #819f30;
}
.font-evogria span, .font-evogria strong{
	font-size: 14px;
}
.news-in-brief {
    background-color: #05B2D2;
    width: 100%;
    padding: 2px 10px 10px;
    margin-bottom: 20px;
}
.news-in-brief-h3 {
    text-align: center;
    color: #fff;
    border-bottom: 1px dotted #fff;
    padding: 4px 0;
    font-size: 18px;
    margin: 0;
}
.entry-content .greenTVBlog {
    height: 50px;
    overflow: hidden;
}
.big-gallery img {
    height: auto;
    object-fit: contain;
    /* background: transparent; */
    padding: 0;
}
.border-line {
    display: block;
    height: 6px;
    width: 77%;
    background: #A02339;
    margin: 20px auto 0;
}
.new_brief {
    margin: 10px 0 6px;
}
.new_brief li span{
	color: #ffffff;
    font-size: 12px;
    margin-bottom: 2px;
    float: left;
    width: 92%;
    line-height: 18px;
}
.newsalert-title .entry-content {
    margin: 10px 0 0;
}
.new_brief li i{
	color: #ffffff;
	font-size: 10px;
	margin-right: 10px;
	padding: 5px 0 0;
	float: left;
}
.new_alert_section {
    background-color: #ece9e3;
	padding: 30px 0;
}
.day-story{
	border-bottom: 2px solid #819f30;
	color: #2c2c34;
    text-align: center;
    font-weight: 600;
	font-size: 14px;
	display: table;
    text-transform: uppercase;
	margin:0 auto 20px;
}

.sport-promo .time {
    text-align: center;
}
.story_top{
	color: #A02339 !important;
	text-align: center;
	display: block;
	font-size: 32px;
    font-weight: 700;
    margin: 0;
}

.thumbnail {
    display: block;
    padding: 4px;
    transition: border .2s ease-in-out;
}
sidebar-newsfeed .img-responsive{
	display: block;
    max-width: 100%;
    min-height: auto !important;
    margin: 0 auto 0;
    object-fit: cover;

}
.img-responsive{
	display: block;
    max-width: 100%;
    min-height: auto;
    margin: 0 auto 0;
    object-fit: cover;

}
.thumbnail .caption {
    padding:0 10px 10px;
    color: #333;
}

.CelebsWrap .thumbnail .caption {
    padding: 0 !important;
}

.showbix-video img{
    width: 100%;
}
.title-style01 {
    display: block;
    width: 100%;
    padding-bottom: 0;
    margin-bottom: 1.125em;
}
.main-color-green {
    color: #819f30 !important;
}
.content p:last-child, .item-content p:last-child {
    border: none;
}
.card {
    margin: 0 15px 10px;
}
.carousel-control-next-icon {
    background-color: #819f30;
    border-radius: 5px;
    background-size: 24px;
    background-position: center;
}
.carousel-control-prev-icon {
    background-color: #819f30;
    border-radius: 5px;
    background-size: 24px;
    background-position: center;
}
.carousel-control-prev {
    opacity: 1;
    left: -90px !important;
    top: 0;
	padding:0;
}
.carousel-control-next {
    opacity: 1;
    right: -90px !important;
    top: 0;
	padding:0;
}
.editor_picker a {
    text-align: right;
    color: #A02339 !important;
    padding: 0 0 2px;
    display: inline-block;
    border-bottom: 2px solid #819f30;
    margin: 0;
    font-size: 38px;
}
.editor_picker a:hover{
    color: #c80025 !important;
}
.editor_picker span{
	color: #A02339 !important;
	border-bottom: 2px solid #819f30;
	padding-bottom: 5px;
}
.newEditor {
	color: #A02339 !important;
    padding: 0 0 9px;
    display: inline-block;
    margin: 0;
}
.newEditor span{
	color: #A02339 !important;
	border-bottom: 2px solid #819f30;
	padding-bottom: 5px;
    margin: 0;
}
.gcm-audiostory .row .item{
    margin-bottom: 0px; 
    background-color: #62acb5;
}
.newEditor{
    font-size: 25px; 
    font-weight: bold; 
    line-height:1;
}
.newEditor span{
    font-size: 20px; 
    font-weight: bold;
}
.main-color-green{
    font-size:14px;
}
.social-media-alert .title-style05.style-01{
    margin-bottom: 0; 
    font-weight: bolder;
}
.date-time{
	color: #819f30;
	font-size: 16px;
	font-weight: 400;
}
.comment-option{
   margin-top: 5px;
}
.comment-option li {
    display: inline-block;
    margin-right: 5px;
    color: #797979;
    font-size: 14px;
}
.date-read{
    margin: 0;
}
.comment-option li i {
    margin-right: 5px;
    color: #797979;
}
.mobile-no-view{
	background: #819f30;
	font-size: 12px;
	color: #ffffff;
	padding: 4px 7px;
	border: none;
}
.editPickers {
    display: block;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding-bottom: 0;
    margin: 40px 0 30px;
    text-align: left;   
}
.around-world {
    display: block;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding-bottom: 0;
    margin: 20px;    
    text-align: right;
}
.date-read {
    margin-bottom: 0;
    text-align: center;
}
.gcm-audiostory{
	position: relative;
	background-color: #ececed;
	padding: 25px 0px;
}
.news .item {
    display: table;
    width: 100%;
    position: relative;
}
.item .item-image-22 {
    display: table-cell;
    vertical-align: top;
    height: 250px;
    width: 200px;
}
.news img {
    max-width: 100%;
}

.podcast-album-image {
    height: 100%;
    width: auto;
}
.news .item .item-content {
    padding: 8px 30px 6px;
}

.item .item-content {
    display: table-cell;
    vertical-align: top;
    width: auto;
    padding: 10px 0 4px 20px;
}
.main-color-white {
    color: #fff !important;
}
.date-time-podcast a {
    padding-right: 5px;
    font-size: 12px;
}
.date-time-podcast a i {
    padding-right: 5px;
}
.media-links li a {
    color: #ffffff;
    font-size: 18px;
}
ul.media-links li a i {
    font-size: 16px;
}
.date-time-links .media-links li a i {
    font-size: 16px;
    color: #000;
}
.media-links li{
	display: inline-block;
	padding-right: 5px;
}
.container-audio {
    width: 100%;
    background: #f1f3f4;
	padding: 10px 0;
    margin-bottom: 20px;
}
audio {
    display: block;
    background: #f1f3f4;
    width: 100%;
    border-radius: 0 !important;
    padding: 0px 0;
}
.gcm-logo{
	display: block;
	margin: 0 auto 30px;
}
.latest-podcast a {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
}
                                
.title-left{
    min-height: 80px;
}
.title-left a {
    font-size: 16px;
    line-height: 20px;
    line-height: 1.2;
    margin-top: 20px;
    display: block;
}
.latest-new-videos{
	background-color: #141417;
	padding: 20px 0;
}
.green_tv_wrap .latest-new-videos {
    padding: 0;
}
.video-logo{
	margin-bottom: 20px;
	display: block;
}


.video-container iframe{
    width: 100% !important;
    display: block;
    height: 480px !important;
    margin-bottom: 20px;
}
.showbix-text h4{
	font-size: 35px;
    /* padding: 0 0 0 15px; */
	color: #c2c2c2;
}

.showbix-text h3{
	font-size: 20px;
	color: #ffffff;
	margin-top: 10px;
    /* padding: 0 0 0 15px; */
	margin-bottom: 12px;
}
.showbix-text{
	border-bottom: 1px solid #c2c2c2;
	padding-bottom: 26px;
    margin: 0 10px;
}
.share-link li{
	display: inline-block;
	margin: 0 3px;
}
.share-link{
	margin-top: 20px;
	display: block;
}
.share-link li a{
	text-align: center;
    line-height: 35px;
    font-size: 1.3em;
    margin: 0;
    float: left;
    width: 30px;
    height: 30px;
    border-radius: 2px;
}
.share_text{
	font-size: 20px;
	color: #c2c2c2;
	border-bottom: 1px solid #c2c2c2;
	margin-bottom: 20px;
}
.sidebar-newsfeed {
    background-color: #2c2c34;
    margin-bottom: 1.625em;
}
.sidebar-newsfeed .item {
    display: table;
    width: 100%;
    position: relative;
    padding: 6px 16px;
    height: 86px;
	border-bottom:1px solid #c2c2c2 ;
}
.sidebar-newsfeed .item .item-image {
    display: table-cell;
    vertical-align: top;
    width: 100px;
    padding: 8px 0 0;
}
.item-image {
    display: block;
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
}
.sidebar-newsfeed .item .item-content{
    padding: 8px 0 0 20px;
}
aside h3 {
    color: #c2c2c2;
    border-bottom: 1px solid #c2c2c2;
    margin-bottom: 20px;
    padding-bottom: 5px;
}
.item-content h4 {
    color: #c2c2c2;
    font-size: 14px;
    text-align: left;
    padding: 8px 0 0;
    line-height: 20px;
    /* white-space: nowrap; */
    overflow: hidden;
    text-overflow: ellipsis;
    /* width: 217px; */
}
.sidebar-newsfeed .item:hover{
	opacity: 0.7;
}
.showbiz-slider .item-content a h3 {
    font-size: 15px;
    color: #000000;
    font-weight: 600;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 10px;
    height: 40px;
    overflow: hidden;
    text-align: center;
    margin-bottom: 10px;
}
.pointer-event .img-responsive {
    margin: 0;
}
.editor-pick-title {
    color: #444;
    text-align: center;
    line-height: 30px;
    height: 68px;
    font-weight: 600;
    overflow: hidden;
    font-size: 22px !important;
    padding: 2px 0 0;
}
.linksPodcast {
    height: 50px;
    overflow: hidden;
}
.date-time {
    font-size: 12px
}
.showbiz-slider .carousel-control-next {
    right: -25px !important;
    padding: 0 !important;
    width: 32px;
    height: 32px;
    top: 45%;
}
.showbiz-slider .carousel-control-prev {
    left: -25px !important;
    padding: 0 !important;
    width: 32px;
    height: 32px;
    top: 45%;
}
.cartoon_slider img {
    width: 100%;
    object-fit: contain;
    padding: 15px 5px 5px;
    height: 384px;
    background: #f8f8f8;
    margin: 0 0 10px;
}
.lesser-text{
	color: #555;
    font-size: 20px;
    padding: 10px 15px 15px;
    display: block;
}
.showbiz-slider{
	margin: 50px 0;
}
.editor-picker .img-responsive {
    margin: 0;
    height: 115px !important;
}
.gallery-box{
	margin-bottom: 30px;
	text-align: center;
}
.gallery-box img{
	width: 100%;
	display: block;
}
.gallery-box h2{
	font-size: 14px;
	color: #000;
	text-align: center;
	margin-top: 10px;
}

.gallery-box span{
	color: #819f30 !important;
	font-size: 14px;
}
.event-info {
	color: #A02339 !important;
    font-weight: 700;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	margin-bottom: 20px;
	padding-bottom: 10px;
    text-align: left;
}
.event-info a {
	color: #A02339 !important;
    font-weight: 700;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	margin-bottom: 20px;
	padding-bottom: 10px;
    text-align: left;
    transition: all 0.3;

}
.event-info a:hover{
    color: #c80025 !important;
    transition: all 0.3;
}

.cartoon_slider .carousel-control-prev {
    left: -25px !important;
    padding: 0 !important;
    width: 32px;
    height: 32px;
    top: 45%;
}
.cartoon_slider .carousel-control-next {
    right: -25px !important;
    padding: 0 !important;
    width: 32px;
    height: 32px;
    top: 45%;
}
.showbiz-new-info{
	background: url(../img/show_biz/showbiz_banner.jpg) no-repeat;
	display: block;
	width: 100%;
    text-align: center;
	padding: 20px 0;
	background-size: cover;
}
.showbiz-logo-media {
    margin: auto;
    display: block;
    margin-bottom: 20px;
    width: 180px;
    transition: all 0.3s;
}
.showbiz-logo-media:hover{
    opacity: 0.7;
    transition: all 0.3s;
}
.showbiz-media{
	position: relative;
	margin-bottom: 20px;
    padding: 10px;
}
.sliderInfo .img-responsive {
    width: 100%;
    height: 147px !important;
    object-fit: cover;
    overflow: hidden;
}
.editor-picker .img-responsive {
    width: 100%;
    height: 147px !important;
    object-fit: cover;
    overflow: hidden;
}
.card.carton-box a p {
    color: #000000;
    text-align: center;
    padding: 0 17px;
    font-weight: 400;
    margin: 0 0 6px;
    font-size: 14px;
    height: 60px;
    overflow: hidden;
}
.card.carton-box a strong{
    color: #819f30;
    text-align: center;
    display: block;
    font-weight: 600;
    margin: 0 0 10px;
}
.showbiz-media img{
	width: 100%;
	display: block;
}
.showbiz-detail-left {
    position: absolute;
    bottom: 15px;
    left: 20px;
}
.showbiz-content-left, .showbiz-content-center, .showbiz-content-right {
    width: 65%;
}
.showbiz-content-center p {
    text-align: center;
    margin: auto;
}
.showbiz-detail-title {
    font-size: 12px;
    color: #fff;
    padding: 0px 5px;
    width: 100px;
	background-color: #A02339 !important;
    margin: 0px;
}
.showbiz-content-right .showbiz-detail-title {
    display: block;
    float: right;
}
.showbiz-detail-text {
    font-size: 14px;
    color: #000;
    padding: 5px;
    background-color: #fff;
    line-height: 1.25;
    margin: 2px;
    width: 100%;
    display: flex;
}
.showbiz-content-center{
    margin: auto;
}
.showbiz-detail-right {
    position: absolute;
    bottom: 15px;
    right: 20px;
}
.showbiz-content-right {
    float: right;
}
.showbiz-detail-center {
    position: absolute;
    margin: auto;
    bottom: 18px;
    left: 0;
    right: 0;
    text-align: center;
}
.view-more {
    border-color:#A02339;
    color: #fff;
    box-shadow: 0 0 40px 40px #A02339 inset, 0 0 0 0 #A02339;
    transition: all 150ms ease-in-out;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    margin: 0 auto;
    padding: 10px 60px;
  }
  .view-more:hover {
    box-shadow: 0 0 10px 0 #A02339 inset, 0 0 10px 4px #A02339;
  }
  
.thread-news img{
	width: 100%;
}
.form-thread {
    margin: 0;
    padding: 40px 0;
    background: #000000;
}
.form-threadshowbiz {
    margin: 0;
    padding: 40px 0;
}
.front-img {
    margin: -75px auto 0;
    width: 80% !important;
    display: block;
    object-fit: cover;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, 
    rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, 
    rgba(0, 0, 0, 0.07) 0px 16px 16px;
    height: 135px;
    overflow: hidden;
}

.article .entry-block-small .entry-content p {
    border-bottom: 1px solid rgba(0, 0, 0, 0.065);
}
.social-media-img img{
    width: 100%;
    margin-bottom: 30px;
}

.gamekeeper, .gamekeeper-date {
    font-size: 12px;
    border: none;
    margin: 0 5px 5px;
	display: block;
	border-bottom: 1px solid #c4c4c4;
	padding-bottom: 5px;
}
.gamekeeper a, .gamekeeper-date a {
    font-size: 12px;
    color: #000000;
	display: block;
	text-align: center;
}
.gamekeeper a i, .gamekeeper-date a i {
    margin-right: 5px;
}
.thread-news .EnglishThumnail h2 {
    font-size: 18px !important;
    line-height: 27px;
    text-align: center;
    color: #000000;
    border: none;
    font-weight: 600;
    margin: 10px 0 5px;
    height: 60px;
    overflow: hidden;
}
.UrduThumbnail h2{
    /* font-size: 18px;
    line-height: 20px; */
    text-align: center;
    color: #000000;
    border: none;
    font-weight: 600;
    margin: 10px 0 5px;
    height: 60px;
    overflow: hidden;
}
.latest-new-videos a img {
    width: 150px;
    transition: all 0.3s;
}
ul.share-link.greenTvLinks li a img {
    width: 20px;
    transition: all 0.3s;
    margin: -4px 0 3px;
    /* padding: 6px; */
}

.thread-news{
    border: 1px solid #e6e6e6;
	background: #ece9e3;
	margin-bottom: 0;
}
.formSlider .card {
    margin: 0 15px;
    padding: 0 !important;
}

.event-gallery {
    margin: 30px 0 60px;
}
.right-side-info .opinion-promo-teams {
    font-size: 24px ;
    color: #A02339;
    line-height: 24px;
    height: 52px;
    /* font-weight: 600; */
    overflow: hidden;
    display: block;
    padding: 0 5px;
}
.sport-promo .sport-promo-block {
    width: 32%;
    float: left;
}
.editTitle{
    display: block;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 5px;
    padding-bottom: 0;
}
.PickerTitle {
    color: #444;
    text-align: center;
    margin: 10px 0 0;
    line-height: 21px !important;
    height: 48px;
    overflow: hidden;
    font-size: 16px !important;
}
.left-side-info {
    width: 100%;
    display: block;
    margin-right: 5px;
    text-align: center;
}
.right-side-info {
    width: 100%;
    text-align: center;
}
.right-side-info h5 {
    color: #000000;
    font-size: 22px;
    font-weight: 500;
    margin: 5px 0;
}
.form-thread .event-info {
    color: #ffffff !important;
    font-weight: 700;
    border-bottom: 1px solid rgb(255 255 255);
    margin-bottom: 20px;
    padding-bottom: 10px;
    text-align: left;
}
.form-thread .event-info a{
    color: #ffffff !important;
    font-weight: 700;
    border-bottom: 1px solid rgb(255 255 255);
    margin-bottom: 20px;
    padding-bottom: 10px;
    text-align: left;
}
.form-thread .event-info a:hover{
    opacity: 0.6;
    transition: all 0.3s;
}

.right-side-info .opinion-date {
    font-size: 12px;
    color: #000000;
    margin: 5px 0 0;
    display: block;
}
.left-side-info img {
    width: 100px;
    height: 100px;
    margin: 0 0 10px;
    border-radius: 2px;
}
.right-side-info .time {
    text-align: center !important;
}
.UrduBlogNews{
    font-size:30px;  
    border-bottom: 1px solid #ccc; 
    margin-bottom: 5px; 
    text-align:center;
    height: 50px;
    overflow: hidden;
    padding: 14px 0 0;
}
.greenTVBlog{
    font-size:18px;  
    border-bottom: 1px solid #ccc;
     margin-bottom: 5px; 
     text-align:center;
     height: 50px;
    overflow: hidden;
}
.election_info_new div h4{
    color: #6d882b; 
    font-size:12px; 
    font-weight:400;
}

.sport-promo {
    /* background: #e6e6e6; */
    /* padding: 10px; */
    border: 1px solid #e6e6e6;
}
.sport-promo-block {
    border-bottom: 1px solid #a9a5a5;
    padding: 10px 10px 15px;
    background: #f8f8f8;
}
.social-media-alert{
	background: url(../img/social_meda_banner3.jpg) no-repeat ;
    background-size: cover;
	padding: 25px 0  !important;
	display: block;
	width: 100%;
	margin-bottom: 50px;
}
.center-title {
    text-align: center;
    width: 100%;
    margin: 1.625rem 6px 1.625rem;
}
.title-line-left, .title-line-right {
    display: inline-block;
    width: 200px;
    height: 1px;
    margin-top: 20px;
    position: relative;
}
.title-style05.style-01 {
    color: #fff;
    position: relative;
    display: inline-block;
    border-radius: 2px;
    font-weight: 500;
    padding: 8px 35px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: .03em;
    font-size: 30px;
}
.title-line-left::after, .title-line-right::after {
    content: '';
    width: 100%;
    height: 1px;
    background: #e3e2e2;
    position: absolute;
    bottom: 4px;
    left: 0;
}
.vote-poll{
	background-color: #A02339;
	padding: 10px;
	text-align: center;
	display: block;
	color: #ffffff;
}
.poll-question h5{
	color: #555;
}
.poll-option{
	margin-top: 30px;
}
.poll-question h2{
    font-size: 16px;
}
.poll-question label{
	cursor: pointer;
}
.hum-img img{
	width: 100%;
}
.cartoon_slider .thumbnail {
    display: none;
}

.green-citizen{
	padding: 10px 0;
	background-color: #2d2e39;
    margin-top: 50px;

}
.green-citizen h5 {
    font-size: 35px;
    line-height: 47px;
    color: #c2c2c2;
}

.footer-social-icons li a i{
    color: #7e7f8c;
   font-size: 32px;
   padding: 5px;
   width: 50px;
   text-align: center;
}
.footer-social-icons {
    text-align: right;
}
.footer-social-icons li{
	display: inline-block;
}
.footer-social-icons li a i:hover {
    color: #FFF !important;
}

.google-plus i:hover {
    background-color: #dd4b39;
}
.facebook i:hover {
    background-color: #3b5998;
}
.twitter i:hover {
    background-color: #2e9edd;
}
.linkedin i:hover {
    background-color: #0976b4;
}

.footer {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 0;
    width: 100%;
	background: url(../img/parallax-image01.jpg) no-repeat;
	background-size: cover;
	padding: 50px 0 30px;
}
.about-us h6 {
    padding: 1px 0 5px;
    color: #c2c2c2;
    /* width: 280px; */
    display: block;
    border-bottom: 1px solid #c2c2c2;
    margin-bottom: 15px;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 20px;
}
.about-us img {
    margin: 0 0 20px;
}
.footer-logo img {
    width: 162px;
}
.about-us p{
    padding: 1px 0 5px;
    color: #c2c2c2;
	display: block;
	margin-bottom: 15px;
}


.footer-info-link{
	text-align: right;

}
.footer-info-link li{
	display: inline-block;
}

.footer-info-link li a{
	color: #ffffff;
	padding: 0 5px;
	
}
.copyright {
    color: #ffffff;
    text-align: left;
	margin: 0;
    display: inline-block;
}
.footer-area{
	padding: 10px 0;
	background-color: #2d2e39;
	margin-top: 0;
}
.mobileBtns ul li {
    display: inline-block;
}
.siteLogo ul li {
    display: inline-block;
}
.siteLogo ul li a img {
    margin: 0;
}
.siteLogo {
    border-top: 1px solid #c2c2c2;
    border-bottom: 1px solid #c2c2c2;
    padding: 16px 0;
    margin: 0 0 10px;
}
.FooterMainLinks h6 a, .FooterMainLinks h6 {
    color: #a02339;
    font-size:18px;
    transition: all 0.3s;
    font-weight: 600;
    text-transform: capitalize;
}
.FooterMainLinks h6 a:hover{
    opacity: 0.7;
    transition: all 0.3s;
}
.FooterMainLinks ul li a {
    color: #ffffff;
    font-weight: 400;
    font-size: 14px;
    transition: all 0.3s;
    line-height: 30px;
    text-transform: capitalize;
}
.FooterMainLinks ul li a:hover {
    color: #6d882b;
    transition: all 0.3s;
}
.linkdivider {
    margin: 0 0 20px;
    position: relative;
}
.FooterMainLinks ul li {
    list-style-type: disc;
}
.FooterMainLinks ul li::marker {
    color: #ffffff54;
    font-size: 22px;
}
.linkdivider .lineBar {
    width: 1px;
    height: 93%;
    background: #ffffff54;
    display: block;
    position: absolute;
    left: -16px;
    top: 9px;
}
.FooterMainLinks {
    margin: 0 0 0 27px;
    width: 13.666667%;
    padding: 0;
}
.col-sm-12.col-md-4.about-us {
    margin-right: 44px;
}
.kodejoin{
    display: block;
    text-align: right;
}
.kodejoin img {
    width: 24px;
    margin: -4px 0 0;
}
.kodejoin i {
    color: #ffffff;
    margin-right: 5px;
}
.kodejoin span {
    color: #ffffff;
    margin-left: 3px;
}
.designerDeve a {
    display: inline-block;
}
.designerDeve {
    text-align: right;
}
.designerDeve strong {
    padding: 0 5px;
    font-size: 16px;
    color: #ffffff;
}




/* modal */


.logo-modal {
    display: block;
    margin: 26px auto 0;
    text-align: center;
    margin-bottom: 0;
    cursor: pointer;
}
.register-form h5 {
    font-size: 14px;
    margin-bottom: 20px;
    text-align: center;
    line-height: 25px;
}
.SignUp {
    display: block;
    text-align: center;
    margin: 0 0 20px;
}
.signinBox span{
    padding-left: 5px;
}
.LoginBtns{
    background: #6D882B;
    color: #ffffff;
    padding: 10px 30px;
    border-radius: 5px;
    border: #6D882B;
    transition: all 0.3s;
}
.LoginBtns:hover{
    background: #ffffff;
    color: #6D882B;
    border: #6D882B;
    transition: all 0.3s;
}
#loginForm .checkBox input {
    cursor: pointer;
}
.ForgetPass {
    color: #0073cb;
    text-align: right;
    display: block;
    margin: 4px 0 0;
}
.SignUp a{
    color: #A02339;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
}
.register-form-info  .form-group {
    margin-bottom: 15px;
}
.shortCut {
    text-align: center;
}
.shortCut li{
    display: inline-block;
    margin: 0 10px;
}
.shortCut .GooglePlus {
    background: #db4a39;
    color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
    padding: 12px 14px;
    border-radius: 50px;
    cursor: pointer;
}

.shortCut .GooglePlus a{
    color: #ffffff;
    font-size: 16px;
}

.shortCut .FaceBook {
    background: #4267B2;
    color: #ffffff;
    padding: 12px 20px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
    cursor: pointer;
    border-radius: 50px;
}

.shortCut .FaceBook a{
    color: #ffffff;
    font-size: 16px;
}

.register-form-info label {
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
}
.register-form-info .btn-close {
    position: absolute;
    right: 18px;
    top: 17px;
    color: #ffffff;
    background: #a91f3a;
    opacity: 99;
    padding: 6px 10px 12px 9px;
    text-align: center;
}
.register-form-info .btn-close i {
    color: #ffffff;
    font-weight: 400;
    font-size: 21px;
    font-weight: 400;
    margin: 0;
}
.register-form-info .modal-header {
    padding: 0;
    border: none;
}
.register-form-info .modal-dialog {
    transform: none;
    max-width: 620px !important;
}
.register-form .rest-btn {
    background: #A02339;
    color: #ffffff;
    padding: 10px 30px;
    border-radius: 5px;
    border: 1px solid #A02339;
    transition: all 0.3s;
    margin:10px 0;
    width: 100%;
}
.register-form .rest-btn:hover {
    background: #ffffff;
    color: #A02339;
    transition: all 0.3s;
    border: 1px solid #A02339;
}
.register-form-info .modal-body {
    padding: 20px;
}
.register-form-info .btn-subscribe {
    background: #e9e9e9;
}
.register-form-info .btn-send {
    color: #fff;
    background-color: #49494d;
    border: none;
    background-image: none;
    border-radius: 1px;
}
.login_form .password_forget {
    display: block;
    text-align: right;
    color: #003ec2 !important;
    font-size: 14px;
    margin: 4px 0;
}
.register-form-info .login_form {
    transform: none;
    max-width: 536px !important;
    top: 10%;
}
.register-form p{
    margin-bottom: 5px;
    font-weight: 300;
    color: #8e8e8e;
}
.registerOption {
    text-align: center;
    margin: 20px 0 0;
}
.registerOption span {
    color: #555555;
}
.registerOption span a {
    color: #A02339;
    font-size: 18px;
    font-weight: 600;
}
.registerOption span a:hover {
    opacity: 0.7;
}
.register-form p {
    display: block;
    text-align: center;
}
.login_form .btn-send {
    background: #A02339;
    color: #ffffff;
    padding: 10px 30px;
    border-radius: 5px;
    border: 1px solid #A02339;
    transition: all 0.3s;
    margin:10px 0;
    width: 100%;
}
.login_form .btn-send:hover {
    background: #ffffff;
    color: #A02339;
    transition: all 0.3s;
    border: 1px solid #A02339;
}
.login_form .checkBox span{
    padding-left: 5px;
}
.ShowbizGallery {
    margin: 20px auto 0;
    padding: 10px;
    width: 100%;
}
.ShowbixSubGallery h2 {
    padding: 0;
}
.ShowbixSubGallery h3 {
    margin: 0;
}
.gallery_folder {
    margin: 10px 0 50px;
}
.poll-question{
    position: relative;
}
.poll-question {
    position: relative;
    box-shadow: -2px -2px 5px #0000001a, 3px 3px 7px #00000029;
    border-radius: 6px;
    min-height: 275px;
    background: #f8f8f8;
    padding: 18px 20px;
}
.poll .answers {
    padding: 30px 0 0;
}
.poll .answers .answer {
    position: relative;
    width: 70%;
    height: 43px;
    line-height: 40px;
    padding: 0 10px;
    cursor: pointer;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 20px;
    background: #ffffff;
}
.poll .answers .answer.selected{
    border: 2px solid #8f9fe8;
}
.poll .answers .answer span.percentage_value{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 40px;
    color: #111;
    font-size: 15px;
}
.poll .answers .answer span.percentage_bar{
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #A0233924;
    z-index: -2;
    transition: width 200ms ease-in-out;
    z-index: 9;
}
.top-nav {
    background: #efefef;
    height: 60px;
}
nav .wrapper {
    position: relative;
    padding: 20px 0;
    /* height: 70px; */
    margin: auto;
    align-items: center;
    justify-content: space-between;
    text-align: center;
}
  .wrapper .logo a{
    color: #f2f2f2;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
  }
  .wrapper .nav-links{
    display: inline-flex;
  }
  .nav-links li{
    list-style: none;
  }
  .nav-links li a{
    color: #000000;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    padding: 10px;
    border-radius: 5px;
    transition: all 0.3s ease;
  }
  .nav-links li a:hover{
    color: #A02339 ;
  }
  .nav-links .mobile-item{
    display: none;
  }
  .nav-links .drop-menu{
    position: absolute;
    background: #242526;
    width: 180px;
    line-height: 45px;
    top: 85px;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 6px 10px rgba(0,0,0,0.15);
  }
  .nav-links li:hover .drop-menu,
  .nav-links li:hover .mega-box{
    transition: all 0.3s ease;
    top: 70px;
    opacity: 1;
    visibility: visible;
  }
  .drop-menu li a{
    width: 100%;
    display: block;
    padding: 0 0 0 15px;
    font-weight: 400;
    border-radius: 0px;
  }
  .mega-box{
    position: absolute;
    left: 0;
    width: 100%;
    padding: 0 30px;
    top: 85px;
    opacity: 0;
    visibility: hidden;
  }
  .mega-box .content{
    background: #242526;
    padding: 25px 20px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    box-shadow: 0 6px 10px rgba(0,0,0,0.15);
  }
  .mega-box .content .row{
    width: calc(25% - 30px);
    line-height: 45px;
  }
  .content .row img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .content .row header{
    color: #f2f2f2;
    font-size: 20px;
    font-weight: 500;
  }
  .content .row .mega-links{
    margin-left: -40px;
    border-left: 1px solid rgba(255,255,255,0.09);
  }
  .row .mega-links li{
    padding: 0 20px;
  }
  .row .mega-links li a{
    padding: 0px;
    padding: 0 20px;
    color: #d9d9d9;
    font-size: 17px;
    display: block;
  }
  .row .mega-links li a:hover{
    color: #f2f2f2;
  }
  .wrapper .btn {
    font-size: 8px;
    cursor: pointer;
    display: none;
    position: absolute;
    top: -86px;
    border: 1px solid transparent;
    right:0;
    background: #ffffff;
}
.wrapper .btn i {
    color: #ffffff;
    font-size: 20px;
    font-weight: 100;
}

.wrapper .btn.close-btn {
    position: absolute;
    right: 30px;
    top: 10px !important;
}
  .wrapper input {
    display: none;
}

.news-brief-text {
    font-weight: 400;
} 
    
    .sport_cover img {
    width: 100%;
}
.like_comments{
    border-top:1px solid #e6e6e6;
    border-bottom:1px solid #e6e6e6;
    padding: 10px 0;
}
.like_comments li {
    display: inline-block;
    width: 47%;
}
.like_comments li span i {
    margin-right: 5px;
}
.sort_links_wrap iframe {
    min-height: 160px;
}
.sport_cover h2 {
    text-align: center;
    color: #444444 !important;
    padding: 0 8px;
    margin: 7px 0 7px;
    font-weight: 600;
    display: block;
    font-size: 22px !important;
    height: 58px;
    overflow: hidden;
    line-height: 28px;
}
.sport_links_wrap{
    margin: 30px 0;
}
.sport_cover iframe {
    min-height: 163px;
}

.sport_links_wrap h2{
    margin: 7px 0 3px;
    text-align: center;
    color: #A02339;
}
.sport_img_wrapnews {
    height: auto;
    overflow: hidden;
    object-fit: scale-down !important;
    border-radius: 0;
}
.sport_img_wrapnews img {
    height: 172px;
    object-fit: cover;
    width: 100%;
    border-radius: 5px;
    margin-bottom: 10px;
}
.sport_img_wrapnews a p, .ProgramTitle p {
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    line-height: 20px;
}
.sport_cover .category {
    text-align: right;
    display: block;
    color: #0d6e31;
    font-size: 20px;
    font-weight: 500;
    padding: 0 8px;
    border-bottom: 1px solid #e6e6e6;
}
.big-gallery i.fa.fa-play.playBtn {
    top: 39%;
}
.sport_cover {
    border: 1px solid #e6e6e6;
    padding: 5px;
    position: relative;
}
.news_title_home {
    height: 48px;
    overflow: hidden;
}
.EnglishClass {
    text-align: left;
    height: 45px;
    overflow: hidden;
}
.date_sport_nw {
    text-align: right;
    display: block;
    color: #a02339;
    /* border-top: 1px solid #e6e6e6; */
}
.date_sport_nw span {
    text-align: center !important;
    display: block;
    color: #a02339;
    font-size: 14px !important;
    font-weight: 400;
    padding: 10px 11px 3px;
}
.date_sport_nw span i{
    margin-right: 5px;
}
.sport_logo {
    text-align: center;
    margin-bottom: 30px;
}
.sport_logo img {
    width: 160px;
    transition: all 0.3s;
}
.sport_logo img:hover, .latest-new-videos a img:hover {
    opacity: 0.7;
    transition: all 0.3s;
}
.sport_cover h3.head_eng {
    text-align: center;
    color: #444444;
    padding: 0 8px;
    margin: 7px 0 7px;
    /* font-weight: 700; */
    display: block;
    font-size: 18px;
    line-height: 25px !important;
    height: 50px !important;
    overflow: hidden;
}
.head_cat {
    text-align: left !important;
    font-size: 14px !important;
    padding: 3px 5px 6px !important;
}
.head_dates{
    text-align: left !important;
    font-size:15px !important;
}
.sport-promo .time {
    text-align: right;
}
.slider {
    max-width: 100%;
    margin: 0 auto;
  }
  .slick-slide {
    margin: 0 5px;
  }
  .slick-list {
    margin: 0px -5px 0px -5px;
  }
    button.slick-next {
        position: absolute;
        top: 41%;
        right: -10px;
        width: 34px;
        height: 56px;
        background-image: url(next.png);
        background-size: 21px !important;
        background-color: #00000066;
        border-radius: 5px;
        border: 1px solid #ffffff;
        background-position: center;
        background-repeat: no-repeat;
    }
  button.slick-next:hover{
    background-color: #6D882B;
    background-image: url("next.png");
    background-position: center;
    background-repeat: no-repeat;
  }
  button.slick-prev {
    position: absolute;
    top: 41%;
    left: -10px;
    z-index: 1;
    background-repeat: no-repeat;
    width: 34px;
    height: 56px;
    background-image: url("back.png");
    background-size: 21px !important;
    background-color: #00000066;
    border-radius: 5px;
    border: 1px solid #ffffff;
        background-position: center;
  }
  button.slick-prev:hover{
    background-color: #6D882B;
    background-image: url("back.png");
    background-position: center;
    background-repeat: no-repeat;
  }
  .slick-prev:before, .slick-next:before {
    font-size: 70px;
    color: #EA8496;
    line-height: inherit;
    font-weight: bold;
  }
  .slider .sliderImg {
    height: 324px;
  }
  .CelebsWrap .slick-prev {
    width: 34px;
    height: 56px;
  }
  .CelebsWrap .slick-next{
    width: 34px;
    height: 56px;
  }
  
  .sliderImg img {
    width: 100%;
  }
  .slider-Uncensored {
    margin: 10px 0;
}
  
  /* Slick Slider Styles -- Provided by https://kenwheeler.github.io/slick/ */
  /* Slider */
  .slick-slider
  {
      position: relative;
  
      display: block;
  
      -moz-box-sizing: border-box;
           box-sizing: border-box;
  
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
  
      -webkit-touch-callout: none;
      -khtml-user-select: none;
      -ms-touch-action: pan-y;
          touch-action: pan-y;
      -webkit-tap-highlight-color: transparent;
  }
  
  .slick-list
  {
      position: relative;
  
      display: block;
      overflow: hidden;
  
      margin: 0;
      padding: 0;
  }
  .slick-list:focus
  {
      outline: none;
  }
  .slick-list.dragging
  {
      cursor: pointer;
      /* cursor: hand; */
  }
  
  .slick-slider .slick-track,
  .slick-slider .slick-list
  {
      -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);
  }
  
  .slick-track
  {
      position: relative;
      top: 0;
      left: 0;
  
      display: block;
  }
  .slick-track:before,
  .slick-track:after
  {
      display: table;
  
      content: '';
  }
  .slick-track:after
  {
      clear: both;
  }
  .slick-loading .slick-track
  {
      visibility: hidden;
  }
  
  .slick-slide
  {
      display: none;
      float: left;
  
      height: 100%;
      min-height: 1px;
  }
  [dir='rtl'] .slick-slide
  {
      float: right;
  }
  .slick-slide .sliderImg
  {
      display: block;
  }
  .slick-slide.slick-loading .sliderImg{
      display: none;
  }
  .slick-slide.dragging .sliderImg{
      pointer-events: none;
  }
  .slick-initialized .slick-slide
  {
      display: block;
  }
  .slick-loading .slick-slide
  {
      visibility: hidden;
  }
  .slick-vertical .slick-slide
  {
      display: block;
  
      height: auto;
  
      border: 1px solid transparent;
  }
  .slick-arrow.slick-hidden {
      display: none;
  }
  
  /* Icons */
  
  /* Arrows */
  .slick-prev,
  .slick-next
  {
      font-size: 0;
      line-height: 0;
  
      position: absolute;
      top: 50%;
  
      display: block;
  
      width: 20px;
      height: 20px;
      margin-top: -10px;
      padding: 0;
  
      cursor: pointer;
  
      color: transparent;
      border: none;
      outline: none;
      background: transparent;
  }
  .slick-prev:hover,
  .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus
  {
      color: transparent;
      outline: none;
      background: transparent;
  }
  .slick-prev:hover:before,
  .slick-prev:focus:before,
  .slick-next:hover:before,
  .slick-next:focus:before
  {
      opacity: 1;
  }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before
  {
      opacity: .25;
  }
  
  .slick-prev:before,
  .slick-next:before
  {
      font-family: 'slick';
      font-size: 20px;
      line-height: 1;
  
      opacity: .75;
      color: white;
  
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
  }
  
  .slick-prev
  {
      left: -25px;
  }
  [dir='rtl'] .slick-prev
  {
      right: -25px;
      left: auto;
  }
  .slick-prev:before
  {
      content: '';
  }
  [dir='rtl'] .slick-prev:before
  {
      content: '';
      font-weight: bold;
      font-size: 20px;
  }
  
  .slick-next
  {
      right: -25px;
  }
  [dir='rtl'] .slick-next
  {
      right: auto;
      left: -25px;
  }
  .slick-next:before
  {
      content: '';
  }
  [dir='rtl'] .slick-next:before
  {
      content: '';
  }
  
  /* Dots */
  .slick-slider
  {
      margin-bottom: 30px;
  }
  
  .slick-dots
  {
      position: absolute;
      bottom: -45px;
  
      display: block;
  
      width: 100%;
      padding: 0;
  
      list-style: none;
  
      text-align: center;
  }
  .slick-dots li
  {
      position: relative;
  
      display: inline-block;
  
      width: 20px;
      height: 20px;
      margin: 0 5px;
      padding: 0;
  
      cursor: pointer;
  }
  .slick-dots li button
  {
      font-size: 0;
      line-height: 0;
  
      display: block;
  
      width: 20px;
      height: 20px;
      padding: 5px;
  
      cursor: pointer;
  
      color: transparent;
      border: 0;
      outline: none;
      background: transparent;
  }
  .slick-dots li button:hover,
  .slick-dots li button:focus
  {
      outline: none;
  }
  .slick-dots li button:hover:before,
  .slick-dots li button:focus:before
  {
      opacity: 1;
  }
  .slick-dots li button:before
  {
      font-family: 'slick';
      font-size: 6px;
      line-height: 20px;
  
      position: absolute;
      top: 0;
      left: 0;
  
      width: 20px;
      height: 20px;
  
      content: '•';
      text-align: center;
  
      opacity: .25;
      color: black;
  
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
  }
  .slick-dots li.slick-active button:before
  {
      opacity: .75;
      color: black;
  }
  
   
  .editorPick a h3 {
    text-align: left;
    line-height: 23px;
    font-size: 16px !important;
    margin: 10px 0 5px;
    color: #000000 !important;
    height: 50px;
    overflow: hidden;
    text-align: center;
    padding: 0 3px;
}

.showbizSlider .slick-next, .showbizSlider .slick-next:hover {
    right: -5px !important;
  }
 .showbizSlider .slick-prev, .showbizSlider .slick-prev:hover {
    left: 5px !important;
  }

  .social-opinion {
    margin: 34px 0 0;
    float: left;
}

    .category-info .nav-link {
        border: none;
    }

    .category-info {
        border: 1px solid #e6e6e6;
        padding: 10px;
    }

    .category-info h3 {
        color: #000000;
        background: #ffffff;
        font-size: 18px;
        padding: 0 10px;
        border-radius: 5px 5px 0 0;
        margin: 0 0 0;
    }

    .category-info ul li .active {
        background: #ebebeb !important;
        color: #000000 !important;
        font-size: 16px !important;
        font-weight: 500;
    }

    .tab-content h2 {
        font-size: 30px;
        font-weight: 600;
        text-transform: uppercase;
        margin: 0;
    }

    .nav-tabs .nav-link {
        color: #000000;
    }

    .trending_news {
        margin: 0 0 40px;
        background: #000000;
        padding: 22px 30px;
        border-radius: 5px;
    }

    .news_info_latest .wrap_trend img {
        width: 100%;
        border-radius: 10px;
        margin-bottom: 15px;
    }

    .trend_text span {
        font-size: 14px;
        color: #ffffff;
        margin-bottom: 10px;
        padding-bottom: 10px;
        display: block;
    }

    .trend_text span i {
        font-size: 14px;
        color: #ffffff;
        margin-right: 10px;
    }

    .trend_text h4 {
        font-size: 24px;
        font-weight: 600;
        color: #ffffff;
    }
    .trend_text p {
        font-size: 16px;
        font-weight: 300;
        color: #ffffff;
        height: 52px;
        display: block;
        overflow: hidden;
        margin: 8px 0;
    }

    .trend_text a {
        text-decoration: none;
        color: #6d882b;
        font-weight: 600;
        transition: all .3s;
    }

    .trend_text a:hover {
        opacity: 0.7;
        transition: all .3s;
    }

    .news_info_latest {
        border: 1px solid #3c3c3c;
        color: #ffffff;
        padding: 5px 10px 10px;
        border-radius: 5px;
    }

    .img_wrap img {
        width: 100%;
        margin-bottom: 10px;
    }

    .text_news_trend {
        text-align: center;
    }

    .text_news_trend span {
        font-size: 12px;
        color: #A02339;
        margin-bottom:0;
        padding-bottom: 0;
        display: block;
        border-bottom: none;
    }
    .dateUrdunews{
        display: block !important;
    }
    .dateUrdunews i{
        color: #ffffff !important;
    }

    .text_news_trend span i {
        font-size: 12px;
        color: #A02339;
        margin-right: 10px;
    }

    .text_news_trend a {
        text-decoration: none;
        color: #ffffff;
        font-size: 14px;
        font-weight: 400;
        transition: all .3s;
    }

    .text_news_trend h4 {
        font-size: 21px;
        font-weight: 600;
        color: #ffffff;
        text-align: center;
        height: 59px;
        overflow: hidden;
        line-height: 27px;
        display: block !important;
        width: 100%;
        margin: 0;
        display: block;
    }
    .trending_news .text_news_trend h4 {
        font-size: 14px;
        font-weight: 500;
        color: #ffffff;
        text-align: center;
        line-height: 21px;
        height: 69px;
        overflow: hidden;
    }

    .text_news_trend a:hover {
        opacity: 0.7;
        transition: all .3s;
    }
    .top-stories .sliderStory {
        margin: -19px 0 40px;
    }
    .top-stories .sliderStory:last-child {
        margin-bottom: 0;
    }

    .news_info_latest {
        border: 1px solid #3c3c3c;
        padding: 5px 10px 10px;
        border-radius: 5px;
    }

    .urdu_new {
        margin-bottom: 20px;
    }

    .urdu_new .img_wrap img {
        height: auto;
        overflow: hidden;
        object-fit: cover;
    }

    .urdu_new {
        margin-bottom: 10px;
        border: 1px solid #3c3c3c;
        padding: 5px;
        transition: all 0.3s;
    }

    .urdu_new:hover,
    .news_info_latest:hover {
        box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    }

    .trending_news h2 {
        margin-bottom: 30px;
        text-transform: uppercase;
        font-weight: 600;
        color: #ffffff;
        text-align: center;
        border: none;
    }
    .form-threadInfo  .video-area iframe{
        height: 175px;
    }
    .top-news-trend {
        margin-bottom: 35px;
        border: 1px solid #e6e6e6;
        padding: 5px;
        transition: all 0.3s;
    }

    .info-news-trend span {
        font-size: 12px;
        color: #A02339;
        margin-bottom: 10px;
        padding-bottom: 10px;
        display: block;
        border-bottom: 1px solid #e6e6e6;
    }

    .info-news-trend span i {
        font-size: 12px;
        color: #A02339;
        margin-right: 10px;
    }

    .info-news-trend a {
        text-decoration: none;
        color: #6d882b;
        font-weight: 600;
        transition: all .3s;
    }

    .info-news-trend h4 {
        font-size: 18px;
        font-weight: 600;
        color: #000000;
        height: 50px;
        overflow: hidden;
        line-height: 23px;
    }

    .info-news-trend a:hover {
        opacity: 0.7;
        transition: all .3s;
    }
    .connect-links li {
        background: #ffffff;
        border: 1px solid #e6e6e6;
        padding: 8px 10px 5px;
        width: 43%;
        margin: 5px 2% 0;
        display: inline-block;
        border-radius: 5px;
    }

    .connect-links li a span {
        float: left;
        color: #000000;
        font-size: 10px;
        padding: 0;
    }

    .connect-links li a i {
        float: left;
        color: #ffffff;
        padding: 8px;
        border-radius: 5px;
        font-size: 16px;
        margin-right: 10px;
    }
    .connect-links {
        margin: 0 0 12px;
    }
    .text_news_trend a.read_more {
        display: none;
    }
    .stay-connected {
        background: #A02339;
        padding: 10px;
        border-radius: 8px;
        margin:  0;
    }
    .stay-connected h2 {
        color: #ffffff;
        margin: 0;
    }

    .top-stories {
        margin-bottom:0;
    }

    .review-story img {
        width: 40%;
        float: left;
    }

    .review-text {
        float: left;
        width: 60%;
        padding-left: 10px;
    }

    .review-text h3 {
        color: #ffffff;
        font-size: 16px;
    }

    .review-text span {
        font-size: 12px;
        color: #ffffff;
    }

    .review-story.clearfix {
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #e6e6e6;
        transition: all 0.3s;
    }

    .review-story:hover {
        box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
    }

    .Fashion_wrap {
        margin-bottom: 40px;
    }

    .newsSocial {
        float: right;
        /* background: #fff; */
        padding: 0 5px;
        border-radius: 5px;
    }

    .newsSocial li {
        display: inline;
        float: right;
        margin: 0 4px;
    }

    .trendSocial span {
        float: left;
    }

    .trendSocial {
        border-bottom: 1px solid #fff;
        margin-bottom: 15px
    }

    .slider {
        max-width: 100%;
        margin: 0 auto;
    }

    .slick-slide {
        margin: 0 5px;
    }

    .slick-list {
        margin: 0px -5px 0px -5px;
    }

    .slick-prev:before,
    .slick-next:before {
        font-size: 70px;
        color: #EA8496;
        line-height: inherit;
        font-weight: bold;
    }

    .slider .sliderImg {
        height: auto;
    }

    .sliderImg img {
        width: 100%;
    }

    /* Slick Slider Styles -- Provided by https://kenwheeler.github.io/slick/ */
    /* Slider */
    .slick-slider {
        position: relative;
        display: block;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-touch-callout: none;
        -khtml-user-select: none;
        -ms-touch-action: pan-y;
        touch-action: pan-y;
        -webkit-tap-highlight-color: transparent;
    }

    .slick-list {
        position: relative;
        display: block;
        overflow: hidden;
        margin: 0;
        padding: 0;
    }

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        /* cursor: hand; */
    }

    .slick-slider .slick-track,
    .slick-slider .slick-list {
        -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);
    }

    .slick-track {
        position: relative;
        top: 0;
        left: 0;

        display: block;
    }

    .slick-track:before,
    .slick-track:after {
        display: table;

        content: '';
    }

    .slick-track:after {
        clear: both;
    }

    .slick-loading .slick-track {
        visibility: hidden;
    }

    .slick-slide {
        display: none;
        float: left;

        height: 100%;
        min-height: 1px;
    }

    [dir='rtl'] .slick-slide {
        float: right;
    }

    .slick-slide .sliderImg {
        display: block;
    }

    .slick-slide.slick-loading .sliderImg {
        display: none;
    }

    .slick-slide.dragging .sliderImg {
        pointer-events: none;
    }

    .slick-initialized .slick-slide {
        display: block;
    }

    .slick-loading .slick-slide {
        visibility: hidden;
    }

    .slick-vertical .slick-slide {
        display: block;

        height: auto;

        border: 1px solid transparent;
    }

    .slick-arrow.slick-hidden {
        display: none;
    }

    /* Icons */

    /* Arrows */
    .slick-prev,
    .slick-next {
        font-size: 0;
        line-height: 0;

        position: absolute;
        top: 50%;

        display: block;

        width: 20px;
        height: 20px;
        margin-top: -10px;
        padding: 0;

        cursor: pointer;

        color: transparent;
        border: none;
        outline: none;
        background: transparent;
    }

    .slick-prev:hover,
    .slick-prev:focus,
    .slick-next:hover,
    .slick-next:focus {
        color: transparent;
        outline: none;
        background: transparent;
    }

    .slick-prev:hover:before,
    .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
        opacity: 1;
    }

    .slick-prev.slick-disabled:before,
    .slick-next.slick-disabled:before {
        opacity: .25;
    }

    .slick-prev:before,
    .slick-next:before {
        font-family: 'slick';
        font-size: 20px;
        line-height: 1;

        opacity: .75;
        color: white;

        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .slick-prev {
        left: -25px;
    }

    [dir='rtl'] .slick-prev {
        right: -25px;
        left: auto;
    }

    .slick-prev:before {
        content: '';
    }

    [dir='rtl'] .slick-prev:before {
        content: '';
        font-weight: bold;
        font-size: 20px;
    }

    .slick-next {
        right: -25px;
    }

    [dir='rtl'] .slick-next {
        right: auto;
        left: -25px;
    }

    .slick-next:before {
        content: '';
    }

    [dir='rtl'] .slick-next:before {
        content: '';
    }

    /* Dots */
    .slick-slider {
        margin-bottom: 30px;
    }

    .slick-dots {
        position: absolute;
        bottom: -45px;

        display: block;

        width: 100%;
        padding: 0;

        list-style: none;

        text-align: center;
    }

    .slick-dots li {
        position: relative;

        display: inline-block;

        width: 20px;
        height: 20px;
        margin: 0 5px;
        padding: 0;

        cursor: pointer;
    }

    .slick-dots li button {
        font-size: 0;
        line-height: 0;

        display: block;

        width: 20px;
        height: 20px;
        padding: 5px;

        cursor: pointer;

        color: transparent;
        border: 0;
        outline: none;
        background: transparent;
    }

    .slick-dots li button:hover,
    .slick-dots li button:focus {
        outline: none;
    }

    .slick-dots li button:hover:before,
    .slick-dots li button:focus:before {
        opacity: 1;
    }

    .slick-dots li button:before {
        font-family: 'slick';
        font-size: 6px;
        line-height: 20px;

        position: absolute;
        top: 0;
        left: 0;

        width: 20px;
        height: 20px;

        content: '•';
        text-align: center;

        opacity: .25;
        color: black;

        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .slick-dots li.slick-active button:before {
        opacity: .75;
        color: black;
    }

    .showbixSlider .caption h3 {
        font-size: 15px !important;
        font-weight: 400;
        line-height: 23px;
        height: 50px;
        overflow: hidden;
    }

    .form-media-info {
        margin: 0 0 20px;
    }

    .form-media-info h2 {
        font-size: 18px;
        color: #6d882b;
        line-height: 24px;
        padding: 0 10px;
        height: 54px;
        font-weight: 600;
    }

    .form-media-info h2 i {
        font-size: 28px;
        margin-right: 8px;
        color: #6d882b;
    }

    .form-media-info .img-responsive {
        height: 276px !important;
        object-fit: cover;
        transition: all 0.3s;
        border-radius: 8px;
    }

    .form-media-info .img-responsive:hover {
        transition: all 0.3s;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    }


    .lookbook-gallery .a11y-only {
        border: 0;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .lookbook-gallery .a11y-only.focusable:active,
    .lookbook-gallery .a11y-only.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto;
    }

    .lookbook-gallery img {
        min-width: 10em;
        max-width: 100%;
        display: block;
        background: #ddd;
    }

    .lookbook-gallery .model {
        margin: 0;
        position: relative;
    }


    @media (min-width: 45em) {
        .lookbook-gallery .lookbook-grid {
            display: flex;
            flex-wrap: wrap;
        }

        .lookbook-gallery .model {
            flex: 47.5%;
            margin: 0.5%;
        }
    }

    @media (min-width: 65em) {
        .lookbook-gallery .model {
            flex: 24.25% 0;
            margin: 0.25%;
        }

        @supports (display: grid) {
            .lookbook-gallery .lookbook-grid {
                display: grid;
                grid-gap: 20px;
                grid-template-columns: repeat(4, minmax(200px, 1fr));
            }

            .lookbook-gallery .model {
                margin: 0;
            }

            .lookbook-gallery .model:nth-of-type(1) {
                grid-row-end: span 2;
                grid-column-end: span 2;
            }
        }
    }
    .BirthdayGllery {
        background: #f8f8f8;
        padding: 10px;
        border: 1px solid #e6e6e6;
    }
    .BirthdayGllery  .slick-slider{
        margin: 0;
    }

    .lookbook-gallery {
        margin: 0 ;
    }

    .lookbook-gallery h2 a, .GalleryCelebrities {
        font-size: 22px;
        border-bottom: none;
        color: #6d882b;
        padding: 0 0 10px;
    }
    .lookbook-gallery h2 {
        padding: 0 0 10px;
    }
    .GalleryCelebrities i{
        margin-right: 10px;
    }

    .lookbook-gallery h3 {
        font-size: 24px;
        margin-bottom: 0;
        display: block;
        color: #A02339;
        padding: 0 0 10px;
        font-weight: 700;
    }

    .articleHead {
        font-size: 28px;
        margin: 0 0 10px;
        text-align: right;
    }
    .ShowBixWrap {
        margin: 20px 0 10px;
    }

    .recentMovie .img-responsive {
        /* height: 140px; */
        /* object-fit: contain; */
        margin: 0 0 10px;
    }
    .recentMovie h3 {
        font-size: 16px;
        overflow: hidden;
        height: 45px;
        line-height: 22px;
    }

    .recentMovie {
        text-align: center;
    }

    .recentMovie h3 {
        font-size: 14px;
    }

    .top-stories h2 a {
        margin-bottom: 14px;
        text-transform: capitalize;
        font-weight: 600;
        color: #000;
        font-size: 20px;
        padding-top: 7px !important;
        color: #ffffff;
    }
    .stay-connected h2 {
    color: #ffffff;
    margin: 0;
}
.stay-connected  .top-stories h2 {
    font-size: 28px;
}


.UrduShowbiz a img {
    width: 100%;
}
.UrduShowbiz h2 {
    font-size: 22px;
    text-align: center;
    color: #000;
    padding: 5px 0;
    font-weight: 600 !important;
    line-height: 30px;
}
.UrduShowbiz p {
    color: #7D7D7D;
}
.MediaUrdu strong{
    text-align: left;
    display: block;
}

.UrduMain p{
    text-align: left;
    display: block;
}
.UrduShowbiz{
    margin: 0 0 20px;
}
.UrduGallery p {
    font-size: 20px;
    color: #000000;
    margin: 0;
    font-weight: 500;
}
.UrduGallery img {
    width: 100% !important;
    border-radius: 10px;
    border: 5px solid #A02339;
    height: auto !important;
    margin: 10px 0 !important;
}
.UrduGallery {
    margin: 20px auto 30px !important;
}


.dual-button {
    display: block !important;
    padding: 40px 0 0;
}
.registerBtn {
    background: #a02339;
    color: #ffffff;
    font-size: 16px;
    padding: 10px 15px;
    border-radius: 5px;
    margin-right: 8px;
}
.loginBtn {
    background: #a02339;
    color: #ffffff;
    font-size: 16px;
    padding: 10px 15px;
    border-radius: 5px;
    margin-right: 8px;
}
.disussion-forum {
    background: #819f30;
    color: #ffffff;
    font-size: 16px;
    padding: 10px 15px;
    border-radius: 5px;
    margin-right: 8px;
    display: none;
}
.search-container:hover > .search-input input.search-bar {
    width: 265px;
}
.header-logo img {
    margin: 0 10px 10px 0;
}
.socialIcon li{
    display: inline-block;
}


/* ======================================== */
.topBtn li {
    /* display: inline-block; */
    padding: 0 0px;
    float: right;
}
.topNav li{
    display: inline-block;
    padding: 0 10px;
}
.topBtn {
    margin: 15px 26px 0 0;
}

ul.topNav {
    background: #a02339;
    padding: 10px 0;
    text-align: center;
    border-radius: 0 0 70px 70px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
.main_logo img {
    width: 160px;
    margin:0;
    padding: 5px 0px 0;
}
/* .main_logo .podcost {
    width: 220px;
    text-align: left;
    padding: 9px 0 0;
    margin: 0 0 0 -31px;
} */
.topHeader{
    margin: 0 0 20px;
}
.secondNav {
    text-align: center;
}
.topNav li a {
    color: #ffffff;
    transition: all 0.3s;
    font-size: 14px;
    font-weight: 400;
}
.topNav li a:hover{
    transition: all 0.3s;
    opacity: 0.7;
    font-size: 18px;
}
.topNav li.active{
    opacity: 0.7;
    font-size: 16px;
}
.secondNav {
    text-align: center;
    background: #6d882b;
    padding: 10px 24px 5px;
    border-radius: 70px 70px 0 0;
    display: inline-block;
    margin: 0;
}
.secondNav li {
    display: inline-block;
    padding: 0 14px;
    margin: auto;
    font-size: 14px;
    font-weight: 500;
}
.secondNav li a{
    color: #ffffff;
    font-size: 14px;
    font-style: normal !important;
}
.MainNav {
    text-align: center;
    margin: -7px 0 0;
}
.search-container {
    display: table;
    position: relative;
    width: 40px;
    height: 40px;
    float: right;
    margin: 1px 0 0 -40px;
}
.social-opinion {
    margin: 0;
    float:left  !important;
}
.share-adab span {
    padding: 18px 0 0;
}
.topLinks {
    background: #cecece;
    text-align: center;
    padding: 5px 0 10px !important;
}
.topHeader {
    margin: 0;
}
header {
    padding: 0;
    border-radius: 0 0 60px 60px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.top-menu-image {
    width: 52%;
    height: 100%;
    margin: 8.5px auto;
    display: block !important;
}
.topBtn li {
    padding: 0 4px;
}
ul.topBtn li a {
    color: #000000;
    font-size: 14px;
}
.topBtn .save-btn {
    background: #6D882B;
    color: #ffffff;
    padding: 5px 20px;
    margin-top: 20px;
    border-radius: 5px;
    border: #6D882B;
    transition: all 0.3s;
    font-size: 14px;
}
.mobileView, .logoDiv{
    display: none;
}
.dropdown .BlogBtn {
    background: none !important;
    color: #ffffff !important;
    border: none !important;
    font-weight: 500;
    font-size: 14px;
}
.dropdown-menu li a {
    color: #3c3c3c !important;
    background: #ffffff;
    display: block !important;
    transition: 0.3s;
    font-weight: 500;
    font-size: 14px;
    width: 100% !important;
}

.dropdown-menu li {
    display: block !important;
    width: 100% !important;
    padding: 0;
}
.dropdown-menu li a:hover {
    color: #ffffff !important;
    background: #a02339;
    
    transition: 0.3s;
}
.searchDiv {
        display: none;
}
.search-container {
    margin: 1px -30px 0 -73px;
}
.mobileView{
    background: none;
}
.mobilHeader{
    display: none;
}
.discussionBtn{
    display: none;
}

@media(max-width:1200px){
    .topNav li {
    padding: 0 3px;
}

.social-opinion li {
        display: inline-block;
        padding: 0 8px 0 !important;
    }
}

@media(max-width:1024px){
    .mobileView, .logoDiv{
    display: block;
}
.mobilHeader{
    display: block;
}
.newHeader{
    display: none;
}
.wrapper .btn {
    top: 30px !important;
}
.search-container {
    margin: 24px 0 0 -40px;
}

.main-headerRes{
    width: 30%;
    float: left;
}

.menyBtnRes{
    width: 70%;
    float: left;
}
.respBtns {
    margin-top: 36px;
}


}

@media(max-width:767px){
    
    .logoDiv{
         width:80%;
    }
    .top-menu-image {
         width: 100%;
    }
    .wrapper .btn {
         top: -78px !important;
    }
    .header-logo img {
         max-width: 150px;
    }
    .mobileDiv{
         width: 75px;
    }
    .LoginReg {
         padding: 4px 0;
    }
    .search-container {
         margin: 18px 0 0 -40px;
    }
    .wrapper .btn {
         top: -75px !important;
    }
    .respBtns {
        margin-top: 0;
        margin-right: 29px;
    }
    .topBtn {
        margin: 0;
    }
    .topBtn .save-btn {
        padding: 10px 15px;
    }
    .topBtn li a {
        font-size: 15px !important;
    }
    .rest-btn.discussionBtn {
        background: #A02339;
        display: block;
        color: #ffffff;
        padding: 8px 20px;
        border-radius: 5px;
        margin: -7px 0 5px 0 !important;
    }
    .main-headerRes{
        width: 100%;
        float: left;
    }
    .menyBtnRes{
        width: 100%;
        float: left;
    } 
}


@media(max-width:479px){

    .logoDiv{
    width:72%;
}
}
#gtx-trans {
    display: none;
}

.NewInfoGreen span {
    font-size: 14px;
    margin-top: 10px;
    color: #A02339;
    font-weight: 600;
    display: inline-block;
}
.NewInfoGreen h2 {
    font-size: 18px;
    color: #000000;
    font-weight: 600;
    text-align: center;
    margin: 2px 0;
    /* border-bottom: 1px solid #c6c6c6 !important; */
    display: block;
    height: 55px;
    overflow: hidden;
}
.NewInfoGreen p {
    font-size: 14px;
    line-height: 23px;
    color: #555555;
    padding: 3px 0 0 0;
    height: 56px;
    overflow: hidden;
    text-align: center;
    border-bottom: 1px solid #cccccc;
    margin: 0 0 5px;
}
.Urdu_blogNews span {
    font-size: 14px;
    margin-top: 10px;
    color: #A02339;
    font-weight: 600;
    display: inline-block;
}
.Urdu_blogNews h2 {
    font-size: 30px;
    color: #000000;
    font-family: "AdobeArabic-Bold";
    text-align: center;
    margin: 5px 0;
    display: block !important;
    height: 47px;
    padding: 5px 0;
    overflow: hidden;
    word-spacing: -3px !important;
}
.Urdu_blogNews p {
    font-size: 18px;
    line-height: 24px;
    color: #555555;
    padding: 3px 0 0 0;
    height: 57px;
    overflow: hidden;
    text-align: center;
    border-bottom: 1px solid #cccccc;
    font-weight: 500;
    margin: 0;
}
.SubInfoBlog span{
    color: #6D882B;
    font-size: 28px;
    margin: 0;
}
.SubInfoBlog strong{
    font-size: 24px;
}
.lesser-text{
    display: none;
}

.sport_links_wrap .head_eng {
    font-size: 18px !important;
    line-height: 27px;
    font-weight: 600 !important;
    margin: 5px 0;
}

.thread-news{
    font-size: 24px !important;
    line-height: 23px;
    font-weight: 500;
}
.UrduThumbnail h2{
    font-size: 24px;
    line-height: 22px;
    padding-top: 5px;
}
.showbiz-content-right h2, .showbiz-content-center h2, .showbiz-content-left h2 {
    font-size: 14px;
}
.showbiz-content-left span {
    float: left;
    display: block;
    margin-left: 2px;
}
.showbiz-content-right span {
    display: block;
    right: 0;
    margin-right: -2px;
}
.showbiz-content-right h2 {
    border-radius: 16px 2px 2px 2px;
}
.showbiz-content-left h2 {
    border-radius: 2px 16px 2px 2px;
}
.showbiz-content-center h2 {
    margin: -2px 0 0;
    border-radius: 16px 16px 2px 2px;
}

.showbiz-content-right span, .showbiz-content-center span, .showbiz-content-left span {
    font-size: 12px;
    color: #fff;
    padding: 2px 20px;
    width: auto;
    background-color: #A02339 !important;
    /* margin: -19px !important; */
    font-weight: 400;
    border-radius: 2px;
}
.UrduKhabar .img-responsive{
    min-height: 114px !important;
    object-fit: cover;
    margin-bottom: 15px;
}
.slick-slider {
	display: table !important;
	table-layout: fixed !important;
	width: 100% !important;
}

.MediaAlets_social {
    font-size: 30px !important;
}
.form-thread .event-info a span{
    font-weight: 400 !important;
    font-size: 22px;
    transition: all 0.3s;
}
.form-thread .event-info a span:hover{
    opacity: 0.6;
    transition: all 0.3s;
}


.UserImg img {
    width: 25px;
    border-radius: 50%;
    margin: 5px 0 0;
    height: 25px;
}
.dropDown_logout {
    position: relative;
}
.UserImg {
    position: relative;
}
.notificationIcon i {
    color: #ffb800;
    font-size: 25px;
    margin: 5px 3px 0;
    display: block;
    padding: 0 0 7px;
}
.notificationIcon {
    color: #ffb800;
    font-size: 25px;
    margin: 4px 3px 0;
    display: block;
    position: relative;
}
.chatIcon i {
    font-size: 22px;
    margin: 6px 0 0;
    color: #0655ba;
}
.Notification_menu{
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
}
.notificationBar{
  position: relative;
}
.notfiInfo img{
  width: 50px;
  border-radius: 50px;
  float: left;
}
.notfiInfo p {
    width: 75%;
    font-size: 14px;
    padding: 5px 0 0 10px;
    color: #000;
    float: left;
    margin: 0;
}
.notfiInfo p date{
  font-size: 12px;
  color: #737373;
  display: block;
}
.Notification_menu {
    background: #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    padding: 0;
    position: absolute;
    z-index: 9;
    top: 36px;
    display: none;
    width: 100%;
    right: 0;
}
.Notification_menu h2 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 10px;
    padding: 0 0 5px;
}
/* .Notification_menu ul {
    padding: 0 15px;
} */
.Notification_menu ul li {
    border-bottom: 1px solid #c6c6c6;
    padding: 10px;
    margin: 0;
    transition: all 0.3s;
    width: 100%;
    display: block;
}
.AlertTable tbody tr td strong a, .AlertTable tbody tr td a {
    color: #000000;
}
.Notification_menu h2 {
    background: #a02339;
    padding: 10px;
    color: #ffffff;
}
a.viewMoreNoti {
    color: #000000;
    font-size: 14px;
    color: #ffffff;
    background: #819f30;
    padding: 5px;
    border-radius: 5px;
    width: 75%;
    margin: 4px auto;
}
.menuOpen:hover .Notification_menu {
   display:  block !important;
}
.profileDropDown{
  background: #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    padding: 5px 10px;
    position: absolute;
    z-index: 9;
    top: 30px;
    display: none;
    width: 150px;
    right: 0;
}
.profileDropDown li {
    border-bottom: 1px solid #c6c6c6;
    padding: 0 0 5px;
    margin: 0 0 5px;
    display: block;
    width: 100%;
}
.profileDropDown li a i {
    padding: 0 10px 0 0;
    transition: all 0.3s;
}
.profileDropDown li:last-child {
    border-bottom: none;
}
.profileDropDown li:hover a  {
    color: #a02339;
    font-weight: 500;
    transition: all 0.3s;
}
.Notification_menu ul li:hover{
  background: #e6e6e6;
  transition: all 0.3s;
}
.dropDown_logout:hover .profileDropDown{
  display: block !important;
}
.notificationIcon span {
    position: absolute;
    background: #ff0000;
    color: #ffffff;
    font-size: 12px;
    line-height: 12px;
    padding: 1px 4px;
    border-radius: 18px;
    top: 0;
}


.Uncensored a {
    overflow: hidden;
    align-items: center;
    /* background: #600b9c; */
    color: #ffffff;
    height: 2em;
    line-height: 56px;
    text-transform: capitalize;
    margin: 0 0 10px;
}

.opinionMainBlog {
    text-align: right;
    font-size: 27px;
    color: #871811;
    border-bottom: 1px solid #871811;
    padding: 0;
    margin: 0 0 10px;
    display: none;
}

.englishblog_Home span{
    font-size: 14px;
    margin-top: 10px;
    color: #A02339;
    font-weight: 600;
    display: inline-block;
}
.englishblog_Home h2 {
    font-size: 18px;
    color: #000000;
    font-weight: 600;
    text-align: center;
    margin: 2px 0;
    /* border-bottom: 1px solid #c6c6c6 !important; */
    display: block;
    height: 55px;
    overflow: hidden;
}
.englishblog_Home p {
    font-size: 14px;
    line-height: 23px;
    color: #555555;
    padding: 3px 0 0 0;
    height: 56px;
    overflow: hidden;
    text-align: center;
    border-bottom: 1px solid #cccccc;
    margin: 0 0 5px;
}
.SubInfoBlog_home span {
    font-size: 14px;
    margin-top: 10px;
    color: #6D882B;
    font-weight: 600;
    display: inline-block;
}
.article-detail-blog h3 {
    color: #a02339;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 20px;
    /* margin-top: 40px; */
    display: block;
}