
.profile-wrap {
    padding: 40px 0;
}

.profile-tab-btn {
    background: #6d882b;
    padding: 3px;
    text-align: left;
}

.nav-pills .nav-link.active {
    background: #ffffff;
    color: #000000;
    font-size: 16px;
    text-align: left;
    border-radius: 5px 5px 0 0;
}
.nav-pills .nav-link {
    color: #ffffff;
    text-align: left;
    padding: 10px;
    font-weight: 500;
    margin: 4px 0;
    display: block;
    width: 100%;
}
.profile-tab-btn .signout {
    background: none;
    color: #ffffff;
    text-align: left;
    border: none;
    margin: 10px 0 15px;
    font-weight: 500;
    display: block;
    width: 100%;
}
.avatar-upload {
    position: relative;
    margin: 0px auto 20px;
    border-bottom: 1px solid #c6c6c6;
    padding: 0 0 20px;
}
.avatar-upload .avatar-edit {
    position: absolute;
    left: 169px;
    z-index: 1;
    top: 18px;
}

.avatar-upload .avatar-edit input {
    display: none;
}

.avatar-upload .avatar-edit input+label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #FFFFFF;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}

.avatar-upload .avatar-edit input+label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
}

.avatar-upload .avatar-edit input+label:after {
    content: "\f040";
    font-family: 'FontAwesome';
    color: #757575;
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}
.avatar-upload .avatar-preview {
    width: 220px;
    height: 220px;
    position: relative;
    border-radius: 100%;
    border: 6px solid #F8F8F8;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    float: left;
}
.pix-info {
    float: left;
    width: 40%;
    margin: 76px 0 0 30px;
    font-style: normal;
    font-size: 12px;
}

.avatar-upload .avatar-preview>div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


form.personal-info-form {
    padding: 0;
}
.ViewProfile {
    padding: 20px !important;
    background: #f8f8f8;
}
.ViewProfile .human-info, .ViewProfile .user-info {
    font-size: 16px !important;
}
.ViewProfile p {
    margin: 0 !important;
    padding: 10px 0 0;
}
.ViewProfile .gender-info p {
    padding: 0 !important;
}
.personal-info-form .row{
    margin-bottom: 30px;
}
.ViewProfile .row {
    margin-bottom: 8px;
    border-bottom: 1px solid #c0c0c0;
    padding-bottom: 10px;
}
.gender-info label {
    margin-right: 50px;
}
.form-control {
    background: #fbfbfb;
}
.select-option{
    position: relative;
}
.select-option i {
    position: absolute;
    right: 24px;
    top: 12px;
}
.PrivacyInfoSection select {
    margin: 9px 0 0;
}
.PrivacyInfoSection .select-option i {
    top: 20px;
}
.ReceivedNotification .human-info {
    font-weight: 600;
    padding: 0;
}
.personal-info-form p{
    font-size: 12px;
    color: #A02339;
    margin-top: 0;
}
.ViewProfile .detailProfile{
    color: #969696 !important;
}
.dual-form-btn {
    text-align: right;
}
.dual-form-btn .rest-btn {
    background: #A02339;
    color: #ffffff;
    padding: 10px 30px;
    border-radius: 5px;
    border: #A02339;
    transition: all 0.3s;
    margin-right: 12px;
}
.dual-form-btn .rest-btn:hover {
    background: #ffffff;
    color: #A02339;
    transition: all 0.3s;
    border: 1px solid #A02339;
}
.dual-form-btn .rest-btn:hover i{
    color: #A02339 !important;
}

.dual-form-btn .save-btn {
    background: #6D882B;
    color: #ffffff;
    padding: 10px 30px;
    border-radius: 5px;
    border: #6D882B;
    transition: all 0.3s;
}
.dual-form-btn .save-btn:hover {
    background: #ffffff;
    color: #6D882B;
    transition: all 0.3s;
    border: 1px solid #6D882B;
}
.dual-form-btn i{
    color: #ffffff;
    margin-right: 5px;
}
.dual-form-btn .save-btn:hover i{
    color: #6D882B !important;
}
.toggle-password {
    float: right;
    cursor: pointer;
    margin-right: 10px;
    margin-top: -25px;
}
.change-password .row {
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.forget-pass {
    display: block;
    float: right;
    font-size: 14px;
    margin-top: 5px;
    color: #0057A8;
}
form.change-password p {
    font-size: 12px;
    color: #a91f3a;
    margin-top: 5px;
}
.change-password {
    margin-top: 0;
    border: 1px solid #e6e6e6;
    padding: 30px;
    border-radius: 5px;
}
.second-heading {
    font-size: 22px;
    display: block;
    margin: 0 0 20px;
}
.human-info {
    font-weight: 600;
    padding: 10px 0 0;
}
.gender-info {
    padding: 10px 15px 0;
}
.new-add-img img {
    width: 100%;
    object-fit: contain !important;
    top: 0 !important;
}
.ads-area h3 {
    font-size: 18px;
    font-weight: 500;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 15px;
    padding-bottom: 5px;
}
.ads-area .ShowbizUrdu {
    font-size: 28px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 15px;
    padding-bottom: 5px;
    font-weight: 700;
    color: #a02339;
    text-align: right !important;
    display: block;
}
.ads-area {
    background: #f7f7f7;
    padding: 10px 15px 0;
    box-shadow: rgb(0 0 0 / 4%) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
}
.green_tv_wrap .slider_wrap .card{
    margin: 0;
}
.ad_info {
    margin: 10px 0 0;
    padding: 0 15px;
}
.ad_info h3 {
    font-size: 20px;
    margin-bottom: 10px;
}
.blog-ads{
    margin: 10px 0;
}

.blog-ads span{
    margin: 10px 0;
    display: block;
    color: #A02339;
    font-weight: 500;
}
.blog-ads h2{
    font-size: 18px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 5px;
    line-height: 1.45;
    color: #000;
    text-align: center;
}
.blog-ads p {
    text-align: center;
    font-size: 16px;
    color: #000;
    margin: 0 0 5px;
}
.blog-ads strong {
    text-align: center;
    margin: 0;
    font-size: 16px;
    color: #000;
    display: block;
}
.new-add-img{
    position: relative;
}
.sub-ad-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    width: 90%;
}
.sub-ad-info span {
    background: #A02339;
    padding: 5px 20px;
    color: #ffffff;
    margin: 0;
    display: inline-block;
}
.sub-ad-info p {
    background: #ffffff;
    padding: 5px;
    font-weight: 600;
        margin: 0;
}
.ad-showxbiz-new{
    margin-top: 20px;
    padding-bottom: 20px;
}



@media(max-width:991px){
    .profile-ad-info {
        width: 100%;
        margin: 0 0 30px;
    }
}

@media(max-width:767px){
    .profile-tab-btn {
        margin-bottom: 50px;
    }
    .gender-info label {
        margin-right: 21px;
    }
}

@media(max-width:479px){
    .gender-info label {
        margin-right: 13px;
    }
    .human-info {
        margin-bottom: 15px;
    }
    .avatar-upload {
        margin: 0 0 30px;
    }
}
/* ========================================================================================= */


/* opinion pages========================================================================= */

.OpinionDetailing{
    padding: 50px 0;
}
.opinion-row .sport-promo{
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.25);
    margin-bottom: 30px;
}
.opinion-row .opinion-date {
    font-size: 14px;
    color: #6d882b;
    margin: 5px 0 0;
}
.opinion-archive{
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.25);
    margin-bottom: 30px;
    padding: 20px;
    background: #F9F9F9;
}
.opinion-archive h3 {
    color: #6d882b;
    border-bottom: 1px solid #e6e6e6;
    padding: 0 0 10px 0;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
}
.story-adab-wrap .globeDate {
    text-align: center;
    display: block;
    width: 100%;
}
.opinion-archive ul li span i{
    font-style: normal;
    color: #7D7D7D;
    margin-left: 2px;
}
.opinion-date li {
    display: inline-block;
    background: #ffffff;
    padding: 4px 3px;
    border-radius: 2px;
    border: 1px solid #e6e6e6;
    margin: 0 5px 10px;
    width: 110px;
}
.opinion-date li a span {
    color: #A02339;
    margin-right: 5px;
    font-size: 12px !important;
    font-weight: 500;
    display: block;
    width: 100% !important;
}
.head-main img{
    width: 100%;
    /* border: 4px solid #A02339; */
    border-radius: 5px;
}
.head-main {
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.25);
    padding: 10px;
    background: #f9f9f9;
    border-radius: 5px;
    margin-bottom: 10px;
}
.writter-detail li {
    display: inline-block;
    padding-right: 8px;
    color: #000000;
}
.writter-detail li {
    display: inline-block;
    padding-right: 8px;
    color: #000000;
}
.writter-detail li a {
    display: inline-block;
    padding-left: 8px;
    color: #000000;
    font-size: 14px;
}
.share-info ul {
    display: block;
}
.sportMediaInfo .share-info {
    margin: 4px 0 0;
}
.sportMediaInfo .share-info .date i {
    padding: 0 0 0 6px;
}
.sportMediaInfo .social-opinion.SportIcons {
    text-align: left;
    margin: 8px 0 0;
}
.catelogyLine {
    color: #6d882b;
    font-size: 18px;
    text-transform: capitalize;
}
.catelogyLine span {
    color: #292929;
   
}
.sharingInfoIcon li a{
    color: #ffffff !important;
}
.writter-detail li i{
    padding-right: 5px;
}
.head-main h2 {
    font-size: 28px;
    font-weight: 600;
    float: right;
    margin: 0 0 5px;
    padding: 24px 0 0;
}
.LeftInfoDate {
    float: left;
    width: 50%;
}
.social-opinion li a i {
    font-size: 20px;
}
.social-opinion {
    margin: 22px 0 0;
    float: left;
}
.article-head .social-opinion {
    margin: 41px 0 0;
    float: left !important;
}
.comment-box.row img {
    width: 100%;
}
.URDUDeatil .globepara h3, .sport_wrap.UrduClass h3 {
    font-size: 24px;
    line-height: 32px;
    font-family: 'Adobe Arabic' !important;
    color: #292929;
}
.clientComment UrduClassComments p, .clientComment UrduClassComments p span, .clientComment UrduClassComments p strong, .article-detail p{
    font-family: 'Adobe Arabic' !important;
}
.sport_detail_ur span {
    color: #6d882b;
    font-size: 16px;
    font-weight: 500;
    margin: 0 10px 0 0;
    text-align: right;
    display: block;
}

.sport_detail_english h2 {
    font-size: 36px;
    font-weight: 700;
    color: #a02339;
    margin-bottom: 20px;
}
.sport_detail_english img {
    border-radius: 7px;
}
.social-opinion li {
    display: inline-block;
    padding: 0 5px 0;
}
.share-info {
    margin: 16px 0 0;
    border-bottom: none;
    padding-bottom: 0;
}
.share-info li{
    display: inline-block;
    margin-right: 10px;
}
ul.writter-detail {
    text-align: right;
}
.share-info li a{
   color: #ffffff;
}
.share-info li a i {
    font-size: 24px;
    margin-right: 4px;
}

.like-li{
    background: #4864b3;
    display: inline-block;
    padding: 5px 15px 1px;
    border-radius: 5px;
}
.share-li{
    background: #008f3a;
    display: inline-block;
    padding: 5px 15px 1px;
    border-radius: 5px;
}
.article-detail{
    text-align: right;
}
.article-detail h2 {
    font-size: 36px;
    color: #A02339;
    font-weight: 700;
    margin: 20px 0 10px;
}
.article-detail span {
    /* display: block;
    color: #A02339; */
    font-size: 24px;
    border-bottom: 1px solid #E0E0E0;
    margin-bottom: 20px;
    font-weight: 500;
    padding-bottom: 10px;
}
.OpinionDetailing .article-detail p span {
    font-size: 24px;
    border-bottom: none;
}
.article-detail p, .ShowbizGallery.UrduGallery {
    display: block;
    font-size: 24px;
    line-height: 32px;
    font-family: 'Adobe Arabic' !important;
    color: #292929;
}
.article-detail div p strong {
    display: block;
    font-size: 24px;
    line-height: 32px;
    font-family: 'Adobe Arabic' !important;
    color: #292929;
}
.article-img img{
    width: 100%;
    margin-bottom: 40px;
}
.comment-pix {
    width: 120px;
    border-radius: 50%;
    border: 3px solid #6d882b;
    margin-bottom: 20px;
}
.comment_area h6 {
    font-size: 26px;
    font-weight: 600;
    display: block;
    margin-bottom: 20px;
}

.comment-box{
    background: #F4F4F4;
    padding: 20px;
    margin-bottom: 30px;
}
.comment-box p {
    font-size: 14px;
    margin: 14px 0;
    line-height: 23px;
}
.comment-box h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}
.comment-box span {
    display: block;
    margin-bottom: 10px;
}
.comment-box span i {
    margin-right: 10px;
}
.sent-btn {
    background: #A02339;
    color: #ffffff;
    padding: 5px 6px;
    border-radius: 5px;
    border: #A02339;
    transition: all 0.3s;
    margin: 10px 10px 10px 0;
}
.sent-btn:hover {
    background: #ffffff;
    color: #A02339;
    transition: all 0.3s;
    border: 1px solid #A02339;
}

.opinionThumb a img {
    width: 100% !important;
    margin: 0 auto 20px;
}
.opinionThumb {
    text-align: center;
    margin: 10px !important;
    background: #f1f1f1 !important;
    padding: 10px !important;

}
.opinionThumb h3 {
    font-size: 26px;
    color: #A02339;
    margin: 0 0 10px;
}
.opinionThumb date{
    font-size: 16px;
    color: #000;
    margin: 0 0 10px;
    display: block;
}

.OpinionDetailing .article-detail h2 {
    font-size: 40px;
    color: #A02339;
    font-weight: 700;
    margin: 20px 0 10px;
}
@media(max-width:1200px){
    .social-opinion li {
        display: inline-block;
        padding: 20px 1px 0;
    }
}

@media(max-width:991px){
    .social-opinion li {
        display: inline-block;
        padding: 37px 2px 0;
    }
    .head-main img {
        width: 100%;
    }
}
@media(max-width:769px){
    .head-main img {
        width: 140px;
    }
    .social-opinion {
        margin: 0;
    }
    .head-main h2 {
        font-size: 36px;
    }
    .opinion-row .dual-form-btn button {
        width: 100%;
        margin-bottom: 15px;
    }
    .comment-pix {
        width: 100%;
    }
}

@media(max-width:575px){
    .comment-pix {
        width: 110px;
    }
}


/* ============================= */
.opinion_month{
    text-align: center;
}
.opinion_month img{
    width: 100%;
    margin-bottom: 20px;
}
.opinion_month{
    margin-bottom: 30px;
}
.month-filter li {
    width: 46%;
    float: left;
    margin-bottom: 10px;
}
.month-filter input {
    margin-right: 6px;
}


.sportMediaInfo .share-info .date {
    padding: 0;
    color: #292929;
    font-weight: 600;
    display: block;
    font-weight: 400;
    width: 100%;
    font-size: 22px !important;
}
.sportMediaInfo .share-info .date i{
    font-size: 14px !important;
}



.form-use-info {
    padding: 0 10px;
    margin: 12px 0;
}
.form-use-info .userFourm {
    width: 80%;
    text-align: left;
    padding-left: 12px;
}
.form-use-info .commentFourm {
    width: 17%;
}
.form-use-info li {
    padding: 3px 0;
    display: inline-block !important;
}
.form-use-info li:last-child {
    width: 100%;
    background: #ffffff;
    border-radius: 5px;
    padding: 0 10px;
    text-align: center;
}
.form-use-info li a {
    color: #000000;
    font-weight: 500;
    font-size: 14px;
}
.form-use-info li i{
    padding-right:10px;
}
.form-img-info{
    border: 1px solid #A1A1A1;
    margin-bottom: 30px;
}
a.view-more-form {
    text-align: center;
    color: #6D882B;
    margin: 30px 0 0;
    font-size: 22px;
    font-weight: 500;
	transition: all 0.3s;
}
.view-more-form:hover {
    opacity: 0.7;
	transition: all 0.3s;
}


#custom-button {
    padding: 7px 10px;
    color: white;
    background-color: #6D882B;
    border: 1px solid #6D882B;
    border-radius: 2px;
    font-size:14px;
    cursor: pointer;
  }
  
  #custom-button:hover {
    background-color: #6D882B;
  }
  
  #custom-text {
    margin-left: 10px;
    /* font-family: 'Roboto Flex', 'Noto Nastaliq Urdu', sans-serif !important; */
    color: #aaa;
  }
  .topic-form-add .col-md-6.col-sm-12{
    margin-bottom: 30px;
  }
  .topic-form-add label{
    margin-bottom: 10px;
    font-weight: 600;
  }
  .topic-form-add {
    background: #f7f7f7;
    border: 1px solid #E4E4E4;
    padding: 40px 25px;
    border-radius: 9px;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.25);
}

.add_topic h2{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0;
    padding: 0;
}
.select-info{
    position: relative;
}
.select-info i {
    position: absolute;
    right: 24px;
    top: 46px;
}


.app {
    margin: 1rem 4rem;
  }
  
  .app .ql-container {
    border-bottom-left-radius: 0.5em;
    border-bottom-right-radius: 0.5em;
    background: #fefcfc;
  }
  
  /* Snow Theme */
  .app .ql-snow.ql-toolbar {
    display: block;
    background: #eaecec;
    border-top-left-radius: 0.5em;
    border-top-right-radius: 0.5em;
  }
  
  /* Bubble Theme */
  .app .ql-bubble .ql-editor {
    border: 1px solid #ccc;
    border-radius: 0.5em;
  }
  
  .app .ql-editor {
    min-height: 18em;
  }
  
  .themeSwitcher {
    margin-top: 0.5em;
    font-size: small;
  }
  

  .add-form-media .save-btn {
    background: #6D882B;
    color: #ffffff;
    padding: 10px 30px;
    border-radius: 5px;
    border: #6D882B;
    margin: 30px 0 0;
    transition: all 0.3s;
}
.add-form-media .save-btn:hover {
    background: #ffffff;
    color: #6D882B;
    transition: all 0.3s;
    border: 1px solid #6D882B;
}

.tox-statusbar {
    display: none !important;
}

/* add new topic comments */
.client-img_topic {
    text-align: center;
    background: #F4F4F4;
    padding: 15px 10px 5px;
    border-radius: 5px 0 0 5px;
    position: relative;
}
.client-img_topic.CommentBox {
    background: transparent;
    border: 1px solid #e6e6e6;
}
.client-img_topic .caret-arrow {
    position: absolute;
    right: -15px;
    font-size: 40px;
    color: #f4f4f4;
    top: 13px;
}
.client-img_topic img {
    width: 100px;
    border-radius: 50%;
    border: 3px solid #819f30;
    margin: 0;
    height: 100px;
    object-fit: cover;
    margin: 0 0 10px;
}
.client-img_topic h5, .client-img_topic data{
    display: block;
    margin-bottom: 10px;
}
.client-img_topic tag, .client-img_topic i{
    display: inline-block;
    margin-bottom: 10px;
}
.client-img_topic h5 {
    font-size: 18px;
}
.client-img_topic tag, .client-img_topic data {
    margin: 0;
    font-size: 14px;
}
.client_comment_section {
    border: 1px solid #D8D8D8;
    padding: 10px 20px;
    min-height: 225px;
    border-radius: 0 5px 5px 5px;
    position: relative;
}
.client_comment_section h4 {
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0 40px;
}
.client_comment_section img {
    width: 100%;
    margin-bottom: 30px;
}
.client_comment_section ul {
    border: 1px solid #D8D8D8;
    display: inline-block;
    border-radius: 5px;
    padding: 0 10px;
    background: #f4f4f4;
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.client_comment_section ul li {
    display: inline-block;
    padding: 5px 7px;
    font-size: 14px;
}
.clientComment {
    min-height: 203px;
}
.CommentDelete {
    background: #f4f4f4;
    padding: 2px 5px;
    border-radius: 5px;
    margin: -23px 0 10px;
}
.deleteComment {
    float: right;
    color: #c90000;
    transition: all 0.3s;
    font-size: 22px;
    opacity: 0.4;
}
.deleteComment:hover {
    opacity:1;
}
.CommentNum {
    font-size: 18px;
    color: #027fb9;
}
.client_comment_section ul li a {
    transition: all 0.3s;
}
.client_comment_section ul li a:hover {
    transition: all 0.3s;
    opacity: 0.7;
}
.client_comment_section ul li a i {
    margin-right: 10px;
}

.client_comments_box {
    width: 98%;
    margin: 15px 0 30px;
}

.client_comment_section .save-btn {
    background: #6D882B;
    color: #ffffff;
    padding: 10px 30px;
    border-radius: 5px;
    border: #6D882B;
    margin: 30px 0 0;
    transition: all 0.3s;
}
.client_comment_section .save-btn:hover {
    background: #ffffff;
    color: #6D882B;
    transition: all 0.3s;
    border: 1px solid #6D882B;
}
.clientComment.UrduClassComments p {
    text-align: right !important;
    display: block;
    font-size: 20px !important;
}
.englishcommenttitle {
    font-size: 32px;
    font-weight: 600;
    color: #A02339;
}
.UrduCommentTitle {
    text-align: right;
    font-size: 40px;
    font-weight: 600;
    color: #A02339;
}
.UrduCommentDate {
    text-align: right;
    display: block !important;
    margin-bottom: 40px;
    width: 100%;
    font-size: 20px;
}
.EnglishCommentTitle {
    font-size: 30px;
    font-weight: 600;
    color: #A02339;
}
.clientComment.EnglishClassComments p {
    font-size: 16px;
}
.UrduClassComments {
    font-size: 30px;
    color: #A02339;
    font-weight: 600;
    text-align: right;
    line-height: 40px;
}
.UrduClassComments span {
    width: 100%;
    display: block;
    text-align: right;
    font-size: 14px;
}
.deleteComment span, .shareComment span, .reportComment span {
    margin-left: 5px;
}
.shareComment, .reportComment {
    margin-right: 15px;
    line-height: 33px;
}
.MainInfoIcon{
    float: right;
    margin-right: 10px;
}
.CommentNum{
    margin-left: 10px;
    line-height: 33px;
}
.LikeCommentSection {
    /* float: left; */
    left: 10px;
    width: 96px;
}
.ReportModel .save-btn {
    background: #6D882B;
    color: #ffffff;
    padding: 10px 30px;
    margin-top: 0;
    border-radius: 5px;
    border: #6D882B;
    transition: all 0.3s;
}
.ReportModel ::placeholder { /* Firefox 19+ */
    color: #cccccc;
  }


/* gallery */

.gallery_section{
    margin: 40px 0;
}
.gallery-main_head span {
    color: #6d882b;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    display: block;
}
.MAinShowbiz h2 {
    font-weight: 500;
    color: #a02339;
    font-weight: 600;
    font-size: 36px;
    border: none;
    padding: 15px 0 20px;
    line-height: 48px;
    margin: 0;
}
.MAinShowbiz img {
    border: 5px solid #6d882b;
    border-radius: 10px;
}
.ShowbizGallery h2 {
    font-size: 28px;
    font-weight: 600;
    color: #A02339;
    margin-bottom: 5px;
}
.ShowbizGallery h3 {
    font-size: 16px;
    color: #969696;
    font-weight: 400;
    margin-bottom: 15px;
}
.gallery-main_head img {
    width: 100%;
    margin-bottom: 10px;
}
.MAinShowbiz h3 {
    font-size: 20px;
    margin: 15px 0;
}
.UrduMain h3 {
    font-size: 26px;
    margin: 30px 0 0;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 20px;
    line-height: 36px;
    color: #A02339;
}
.MediaUrdu p {
    text-align: left !important;
}
.ShowbizGallery img {
    width: 100% !important;
    border-radius: 10px;
    border: 5px solid #A02339;
    height: auto !important;
    margin: 10px 0 35px;
}

.gallery_new_share {
    float: right;
}
.gallery_new_share li {
    display: inline-block;
    padding: 0 5px 0;
}
.gallery_new_share li a i {
    font-size: 20px;
}
.alert_area {
    background: #f7f7f7;
    margin-bottom: 20px;
}
.showbiz-alerts h2 {
    background: #6D882B;
    color: #ffffff;
    font-size: 22px;
    padding: 15px;
    border-radius: 5px 5px 0 0;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.25);
}
.alert_info {
    padding: 10px 15px;
    display: block;
    margin-bottom: 15px;
    border-bottom: 1px solid #e6e6e6;
}
.alert_info p {
    font-size: 18px;
    color: #000000;
    margin: 0;
    font-weight: 500;
}
.showbiz-alerts.UrduWeg .alert_info p {
    font-size: 22px;
    color: #292929;
    margin: 0 0 5px;
    font-weight: 500;
}
.alert_info span {
    font-size: 14px;
}
.multiple_gallery img {
    width: 95%;
    margin: auto;
    border-radius: 10px;
    border: 5px solid #ffffff;
}

  .multiple_gallery {
    padding: 20px 0;
    text-align: center;
    background: #e6e6e6;
    border-radius: 20px;
}
.gallery_folder{
    margin: 0 0 50px;
}
.gallery_folder .tolal_img {
    display: block;
    margin-bottom: 30px;
    color: #c6c6c6;
    font-weight: 400;
}
.multiple_gallery a{
    display: contents;
}

.main_img_gallery a span {
    position: absolute;
    background: #a02339d9;
    padding: 7px 37px;
    border-radius: 0 10px 10px 0;
    left: 20px;
    top: 5px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
}

/* showbix news  */
.news_gallery_box {
    border: 1px solid #e6e6e6;
    padding: 5px;
    border-radius: 3px;
    transition: all 0.3s;
    margin-bottom: 30px;
}
.news_gallery_box:hover {
    background: #f8f8f8;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.25);
    transition: all 0.3s;
}
.news_gallery_box img {
    width: 100%;
    margin-bottom: 15px;
}
.news_gallery_box span {
    background: #A02339;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    border-radius: 2px;
}
.news_gallery_box h3 {
    font-size: 16px;
    color: #000000;
    margin: 3px 0 10px;
    text-align: center;
    font-weight: 600;
}
.news_gallery_box time {
    font-size: 14px;
    color: #819f30;
    display: block;
    text-align: center;
}

/* =============urdu new */
.urdu_new_box_bloginfo {
    text-align: center;
    padding: 20px 20px 0;
    min-height: auto;
}
.urdu_new_box_bloginfo h1 {
    color: #a02339;
    font-size: 22px;
    font-weight: 700;
    margin: 10px 0 0;
}
.urdu_new_box_bloginfo h2 {
    color: #000000;
    font-size: 32px;
    font-weight: 600;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dashed #A02339;
}
.urdu_new_box_bloginfo p {
    color: #292929;
    font-size: 25px;
    font-weight: 400;
}

.urdu_new_box {
    background: #ffffff;
    width: 93%;
    margin: 50% auto 10px;
    padding: 0px 10px 0;
    box-shadow: rgba(17, 17, 26, 0.1) 0 -7px 5px;
    border-radius: 10px 10px 0 0;
    display: block;
}
.urdu_new_box img {
    border-radius: 50%;
    border: 2px solid #e6e6e6;
    margin-bottom: 15px;
}
.new_img_wrap img {
    width: 100%;
}

.urdu_new_box h1 {
    color: #a02339;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 0;
}
.urdu_new_box h2 {
    color: #A02339;
    font-size: 18px;
    font-weight: 600;
    padding:15px 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #A02339;
}
.urdu_new_box h3 {
    font-size: 26px;
    color: #292929;
    height: 65px;
    overflow: hidden;
}
.urdu_new_box span {
    font-size: 18px;
    margin: 0;
    display: block;
    color: #a02339;
}


.new_urd_mbox {
    text-align: center;
    border: 1px solid #e6e6e6;
    position: relative;
    display: block;
    margin-bottom: 30px;
}
.new-img-wrap {
    display: block;
    position: absolute;
    z-index: -9;
    max-height: 278px;
    width: 100%;
    object-fit: cover;
    top: 0;
}
.urdu_new_info{
    background: #ffffff;
    width: 93%;
    margin: 50% auto 10px;
    padding: 0px 10px 0;
    border-radius: 10px 10px 0 0;
    display: block;
    box-shadow: rgba(17, 17, 26, 0.1) 0 -7px 5px;
}
.urdu_new_info h2 {
    color: #A02339;
    font-weight: 600;
    margin-bottom: 0;
    font-size: 20px;
}
.urdu_new_info h3 {
    font-size: 26px;
    font-weight: 600;
    color: #292929 !important;
    margin-bottom: 10px;
    height: 55px;
    overflow: hidden;
    line-height: 27px;
}
/* .EngBlog_news h2 {
    color: #A02339;
    font-weight: 600;
    margin-bottom: 0;
    border-bottom: 1px dashed #A02339;
    font-size: 16px;
    padding: 15px 0 !important;
}
.EngBlogs_news h3 {
    color: #292929;
    font-size: 22px;
    line-height: 26px;
    height: 57px;
    overflow: hidden;
}
.EngBlogs_news span {
    font-size: 14px;
    color: #A02339;
} */


.EngBlogs_news {
    text-align: center;
    background: #f8f8f8;
    border: 1px solid #e6e6e6;
    padding: 20px;
    min-height: 358px;
}
.EngBlogs_news img {
    border-radius: 50%;
    border: 2px solid #e6e6e6;
    margin-bottom: 15px;
}
.urdu_new_box, .EngBlogs_news{
    margin-bottom: 20px;
}
.englishBlogNews h3 {
    font-size: 18px;
    margin-bottom: 7px;
}
.writter-infoSEC.eng_blog_info span {
    color: #6d882b;
    font-size: 14px;
    font-weight: 500;
    margin: 0 10px 0 0;
    text-align: right;
    display: inline-block;
    background: transparent;
    padding: 0;
}
.englishBlogNews p{
    font-size: 16px;
}
.urdu_new_info p {
    display: none;
}
.urdu_new_info MoreBlogInfo .urdu_new_info p {
    font-size: 20px !important;
    margin-bottom: 10px;
    color: #292929;
    font-weight: 400;
    border-bottom: 1px dashed #A02339;
    height: 63px;
    overflow: hidden;
    line-height: 28px !important;
    padding-bottom: 10px;
    display: block !important;
}
.opinion-archive.globNewsAlerts ul li span {
    text-align: right;
    display: block;
    font-size: 20px;
}
.urdu_new_info span {
    color: #819f30;
    font-size: 22px;
    font-weight: 700;
    padding: 0;
}
.new_urd_mbox img{
    width: 100%;
}
.infoLinks {
    padding: 0 !important;
}
.writter-info span {
    font-size: 20px;
    color: #819f30;
}
.WritterInfoNew {
    padding: 10px 0;
    margin: 0;
}
.sport_wrap p {
    font-size: 26px;
    line-height: 28px;
    color: #292929;
}
.green_tv_wrap{
    margin: 40px 0 0;
}
.slider_wrap{
    margin: 60px 0;
}

.slider_wrap h2 {
    font-size: 24px;
    font-weight: 500;
    display: block;
    border-bottom: 1px solid #e6e6e6;
    padding: 0 0 15px;
    margin-bottom: 15px;
}
  .green_tv_wrap .slider_wrap h2 {
    font-size: 22px;
    font-weight: 600;
    display: block;
    border-bottom: 1px solid #e6e6e6;
    padding: 5px;
    background:#A02339;
    margin-bottom: 15px;
    color: #ffffff;
    border-radius: 5px;
}

.right_news {
    width: 80px;
    padding: 0;
    margin: 12px 0 0 15px;
    display: block;
    /* background: #000000; */
    height: 80px;
    position: relative;
    background-image: linear-gradient(#000000, #a02339);
}
    .right_news img {
        width: 100%;
        display: block;
        border-radius: 5px;
        object-fit: cover;
        /* height: 50px; */
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
    }
.left_news {
    padding: 9px;
    width: 63%;
}
.sport_news a {
    color: #000000;
}
section.sport_wrapper a {
    color: #000000;
}
.sport_news {
    padding-bottom: 3px;
    margin-bottom: 0;
    border-bottom: 1px solid #e6e6e6;
}
.sport_wrapper{
    margin: 40px 0 0;
}
.new1-one img {
    width: 100%;
    margin-bottom: 10px;
    border-radius: 5px;
    border: 2px solid #e6e6e6;
}
.new1-one{
    margin-bottom: 30px;
    /* text-align: right; */
}
.like_comments li {
    display: inline-block;
    width: 47%;
}
.like_comments li span i {
    margin-right: 5px;
}
.big_news_info img {
    width: 100%;
    border-radius: 5px;
    border: 2px solid #e6e6e6;
}
.big_news_info h2 {
    /* text-align: right; */
    font-size: 36px;
    font-weight: 600;
    margin: 5px 0 20px;
    color: #a02339;
}
.big_news_info img {
    margin: 0 0 14px;
}
.info-head {
    display: inline-block;
    background: #a02339;
    font-size: 20px;
    color: #ffffff;
    padding: 8px 50px;
    margin: 0;
}
.info-head.UrduClass {
    font-size: 31px;
    padding: 0 30px 3px;
}
.famous_news_detail h5 {
    font-size: 26px;
    margin: 10px 0;
    height: 56px;
    overflow: hidden;
    line-height: 27px;
    font-weight: 600;
}

.sport_info hr {
    margin-top: 0px;
}
.sport_wrap p, .opinion-row .globepara p{
    display: block;
    font-size: 24px;
    line-height: 32px;
    font-family: 'Adobe Arabic' !important;
    color: #292929;
    
}
.famous_new {
    background: #F3F5F8;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #7D7D7D;
    border-radius: 5px;
    text-align: left;
}
.news_famous li, .eng_famous li{
    margin-bottom: 20px;
}

.news_famous li a p {
    float: left;
    text-align: right;
    margin-bottom: 5px;
    color: #000;
    width: 94%;
}
.eng_famous i {
    float: left;
    margin-right: 10px;
    width: 5%;
    color: #A02339;
    font-size: 24px;
    font-weight: 600;
}
.eng_famous span {
    font-size: 12px;
}
.eng_famous li a p {
    float: left;
    width: 92%;
    color: #292929;
    margin-bottom: 5px;
    text-align: left;
    font-size: 14px;
}
.famous_new h2 {
    font-size: 24px;
}
.news_famous i {
    float: right;
    color: #000;
    margin-left: 10px;
    list-style-type: normal;
}
.famous_news_detail img {
    width: 100%;
    margin-bottom: 15px;
    border-radius: 5px;
    border: 1px solid #e6e6e6;
    height: auto;
}
.famous_news_detail a{
    color: #000;
}
.item-content h4 strong {
    display: block !important;
    text-align: center;
    font-size: 22px !important;
    color: #292929;
    margin-bottom: 10px;
    font-weight: 400;
    line-height: 24px;
    height: 74px;
    overflow: hidden;
}
.famous_news_detail h3 {
    font-size: 26px;
    font-weight: 600;
    margin-top: 15px;
    color: #A02339;
}
.sport-new-letter{
    float: right;
    background: #a02339;
    padding: 15px;
    color: #ffffff;
    border-radius: 5px;
    margin-bottom: 30px;
}
.sport-new-letter h3{
    font-size: 20px;
}
.sport-new-letter p{
    font-size: 16px;
}
.sort-sent {
    background: #6D882B;
    color: #ffffff;
    border: 1px solid #6D882B;
    margin: 10px 0 0;
    padding: 10px 30px;
    border-radius: 5px;
    transition: all 0.3s;
}
.sort-sent:hover {
    opacity: 0.7;
    transition: all 0.3s;
}
.sport-new-letter h3 {
    margin-bottom: 10px;
}
.sport-new-letter form input {
    margin-bottom: 15px;
}
.sport_video_section{
    background: url(../img/video_sport_bg.png) no-repeat;
    background-position: center;
    background-size: cover;
    padding: 20px 0;
}

.sport_video_section iframe {
    margin-bottom: 30px;
    height: 174px;
}
.sport_video_section h2 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 36px;
    color: #A02339;
    font-weight: 600;
}
.sport_detail_ur img, .article-img_sport{
    margin-bottom: 15px;
}
.article-img_sport img {
    padding: 0;
    border-radius: 5px;
    border: 3px solid #f5e2e1;
    margin: 0 5px;
}
.sport_wrap  {
    border-top: 1px solid #e6e6e6;
    padding: 20px 0 0;
    margin: 0;
}

.article-detail{
    margin-bottom:0;
}
.social-blog li{
    display: inline-block;
}
 .LeftInfoDate {
    width: 50%;
    float: left;
 }


.sport_detail_ur.blog-area {
    background: #e9e9e9;
    padding: 20px 20px 10px;
    border-radius: 6px;
}
.sport_detail_english {
    background: #e9e9e9;
    padding: 20px 20px 10px;
    border-radius: 6px;
}
.writter-info .img-writer {
    width: 120px;
    display: block;
    border-radius: 5px;
    margin: 5px;
    float: left;
}
.writter-info .img-writer img {
    width: 100%;
    border: 5px solid #e6e6e6;
    margin-right: 15px;
    border-radius: 50%;
    margin-bottom: 0 !important;
}
.writter-info.clearfix {
    background: #f8f8f8;
    padding: 0;
    border-radius: 5px;
}
.writter-info .writter-info {
    margin-left: 40px;
    padding: 0;
}
.LeftInfoDate p {
    margin: 0;
}
.writter-info strong{
    font-size: 22px;
}
.eng-blog-news{
    font-size: 16px;
}
/* .eng-blog-news span {
    font-size: 18px;
    color: #A02339;
    font-weight: 600;
    margin-bottom: 15px;
    border-bottom: 1px solid #e6e6e6; 
    display: block;
    padding-bottom: 15px;
} */
.eng-blog-news .sport_wrap p {
    font-size: 16px !important;
}
.mainWritter {
    margin: 0 0 20px;
}
.img-writer img {
    width: 100%;
    border-radius: 50%;
    border: 2px solid #e6e6e6;
}
.img-writer {
    width: 100px;
}
.writter-info strong {
    font-size: 28px;
    padding: 15px 0 0;
    border-bottom: 2px solid #e6e6e6;
    margin: 0 !important;
}
.writter-info strong .nameBy {
    margin-right: 10px;
    font-weight: 300;
}
.sport_links {
    text-align: left;
    float: left;
    padding: 50px 0 0;
}
.sport_links li a i {
    font-size: 16px;
    margin: 0;
}
.sport_share_ur {
    border-bottom: 1px solid #e6e6e6;
    background: #f8f8f8;
    padding: 15px 10px;
    border-radius: 5px;
}
.english_blog_detail {
    text-align: right;
    float: right !important;
    padding: 12px 0 0;
}
.writter-infoSEC .english_blog_detail {
    padding: 0 !important;
}
.mainWritter .writter-info {
    padding-left: 25px;
}
.writter-info .eng-blog-news span{
    border: none !important;
}
.blog-area .share-info {
    margin: 0;
    padding: 0 !important;
}
.single-contact-info {
    background: #f8f8f8;
    padding: 30px 20px;
    margin-top: 30px;
}
.info-content .title {
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 15px;
}
.info-content p {
    font-size: 18px;
    line-height: 30px;
}

.contact_us_wrap .contact-wrap {
    margin-bottom: -60px;
    position: relative;
    z-index: 5;
}
.contact_us_wrap .justify-content-center {
    justify-content: center!important;
}
.contact_us_wrap .contact-form {
    background: #ffffff;
    box-shadow: 0px 0px 139px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
}
.contact_us_wrap .contact-form .contact-form-wrap {
    padding: 55px 40px;
}
 .contact-form .contact-form-wrap .heading-wrap {
    margin-bottom: 30px;
}
.contact_us_wrap .contact-wrap .contact-form .contact-form-wrap .heading-wrap .sub-title {
    font-size: 14px;
    line-height: 30px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ff5538;
}
.contact_us_wrap .contact-form-wrap .heading-wrap .title {
    font-size: 42px;
    line-height: 54px;
    font-weight: 600;
    color: #292929;
}
.contact_us_wrap .contact-form-wrap .single-form {
    margin-top: 25px;
}
.contact_us_wrap .contact-wrap .contact-form .contact-form-wrap .single-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]) {
    height: 55px;
    line-height: 55px;
    border: 1px solid #ebebeb;
    padding-left: 15px;
}

.contact_us_wrap input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]), textarea {
    border: 1px solid #ebebeb;
    box-shadow: none;
    color: #415674;
    border-radius: 4px;
    background-color: #ffffff;
    margin-bottom: 0;
    padding: 10px 25px;
    max-width: 100%;
    width: 100%;
    font-size: 13px;
    line-height: 30px;
    font-weight: 600;
    transition: all 0.3s linear;
}
.contact_us_wrap .contact-form .contact-form-wrap .single-form {
    margin-top: 25px;
}
.contact_us_wrap .section {
    width: 100%;
}
.contact_us_wrap .contact-map-section .contact-map-wrap {
    margin-bottom: -8px;
}
.contact_us_wrap .contact-map-section .contact-map-wrap iframe {
    height: 250px;
    width: 100%;
    filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
}
.contact_us_wrap .save-btn {
    background: #6D882B;
    color: #ffffff;
    padding: 10px 30px;
    margin-top: 20px;
    border-radius: 5px;
    border: #6D882B;
    transition: all 0.3s;
}
.contact_us_wrap .save-btn:hover {
    background: #ffffff;
    color: #6D882B;
    transition: all 0.3s;
    border: 1px solid #6D882B;
}

/* ======================================= */
.about_us_wrapper{
    margin: 40px 0;
}
.img-ceo img, .news_img img {
    width: 64%;
    margin: auto;
    display: block;
}
.ceo_detail {
    display: table-cell;
    width: 100%;
    height: auto;
    vertical-align: middle;
    padding: 6% 0;
}
.ceo_summery {
    font-size: 16px;
    margin: 16px 0;
}
.who_summery {
    font-size: 16px;
}
.ceo_detail h2 {
    color: #a02339;
    font-size: 32px;
    font-weight: 600;
    padding: 0;
}
.ceo_detail a {
    color: #6d882b;
    margin: 0 0 20px;
    display: block;
}
.aboutRow{
    margin-top: 30px;
    margin-bottom: 30px;
}
.aboutWrapper {
    background-color: #f8f8f8;
    padding: 20px 0;
}
.aboutINFO{
    background-color: #f8f8f8; 
    padding-top: 30px; 
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.aboutRow h3 {
    font-size: 30px;
    font-weight: 600;
}
.aboutINFO h3 {
    font-weight: 600;
    margin: 0 0 10px;
}
.aboutINFO .img-ceo img {
    width: 80%;
    margin: 0 auto;
    display: block;
}
.who_summery:last-child {
    margin: 0;
}
/* ======================================== */
.elec_right_news {
    width: 29%;
    display: block;
    padding: 21px 5px;
    margin-left: 5px;
    height: 90px;
}
.elec_right_news img{
    width: 100%;
    display: block;
    border-radius: 5px;
}
.elec_left_news {
    padding: 9px;
    width: 69%;
}
.elec_news a {
    color: #000000;
}
section.sport_wrapper a {
    color: #000000;
}
.elec_left_news h5 {
    height: 79px;
    overflow: hidden;
    line-height: 27px;
}
.elec_news {
    padding-bottom: 5px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e6e6e6;
}
.election_wrap{
    margin: 60px 0;
}
.img_election img{
    width: 100%;
}
.big_ele_news a{
    color: #000000;
}
.img_election_info h3 {
    font-size: 30px;
    margin: 10px 0;
}
.img_election_info p {
    color: #292929;
}
.election_info_new p {
    font-size: 16px;
    line-height: 28px;
    color: #292929;
}
.vedio_info{
    /* border-top: 1px solid #e6e6e6; */
    border-bottom: 1px solid #e6e6e6;
    padding: 15px 0;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #a02339;
}
/* .election_info_new:hover, .main_new_info:hover, .elec_news:hover{
    padding: 5px 2px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    background: #f8f8f8;
    margin-bottom: 20px;
    transition: all 0.3s;
} */
.election_info_new, .main_new_info, .elec_news {
    transition: all 0.3s;
}
.election_banner img{
    width: 100%;
    display: block;
}



/* ======home page news details========= */

.GlobalNewsDetails {
    margin: 10px 0;
}

.global_head {
    padding: 20px 15px;
}
.global_head p {
    font-size: 20px;
    font-family: 'AdobeArabic-Bold' !important;
}
.EnglishBreakingNews .main_head {
    text-align: left !important;
    color: #A02339;
    font-weight: 700;
    margin-bottom: 30px;
    font-size: 24px;
    /* max-height: 98px; */
    line-height: 28px;
    overflow: hidden;
}
.EnglishBreakingNews  .globepara p {
    text-align: left !important;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
}
.EnglishBreakingNews .globepara h2 {
    text-align: left;
    padding: 0 0 30px;
}


.global_head .main_head {
    text-align: right;
    color: #A02339;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 46px;
}

.global_head img {
    width: 100% !important;
    margin: 15px auto;
    display: block;
    height: auto !important;
    border-radius: 5px;
}
.EngSideBar {
    margin: 30px 0 0;
}
.EngSideBar .globNewsAlerts ul li h5 a {
    text-align: left;
}

.socialglobal {
    float: left;
}

.socialglobal li {
    display: inline-block;
    padding: 0 2px 0;
}

.globepara {
    text-align: right !important;
    font-size: 20px !important;
    margin: 20px 0 !important;
    line-height: 35px !important;
    /* border-top: 1px solid #e6e6e6; */
    padding: 20px 5px 0;
}

.socialglobal li span {
    display: block;
    padding: 0px 10px 0 0;
    font-size: 16px;
    color: #000;
}

.socialglobal li a i {
    font-size: 18px;
}
.globeDate {
    float: right;
    font-size: 20px;
    color: #819f30;
}
.globNewsMore img {
    width: 100%;
    margin: 10px 0 0;
    border-radius: 5px;
}
.globNewsMore{
    padding: 10px !important;
}
.globNewsAlerts ul li h5 a {
    font-size: 22px;
    text-align: right;
    color: #A02339 !important;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 28px;
    display: block;
}
.globNewsAlerts .alertsDate {
    float: right;
}
.globNewsAlerts ul li h5{
margin-bottom:0;
}
.globNewsAlerts li {
margin-bottom: 15px;
padding-bottom: 15px;
border-bottom: 1px solid #cccccc;
display: block;
transition: all 0.3s;
}
.globNewsAlerts li:last-child{
margin-bottom: 0;
padding-bottom: 0;
border-bottom: none;
}
/* .eng-blog-news p {
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 32px;
} */
.globNewsAlerts li:hover {
background: #ffffff;
transition: all 0.3s;
}
.globNewsMore h3 {
color: #ffffff;
border-bottom: 1px solid #e6e6e6;
padding: 10px;
margin-bottom: 10px;
font-weight: 500;
background: #A02339;
font-size: 22px;
border-radius: 4px;
}

.globNewsAlerts h3 {
color: #ffffff;
border-bottom: 1px solid #e6e6e6;
padding: 10px;
margin-bottom: 20px;
font-weight: 500;
background: #6d882b;
font-size: 22px;
border-radius: 4px;
}
.globgallery {
box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.25);
margin-bottom: 30px;
padding: 0 !important;
background: #9a2c35;
text-align: center;
border-radius: 5px;
}
.globgallery a {
color: #ffffff;
padding: 12px;
display: block;
font-size: 20px;
font-weight: 600;
}
.globepara h1{
    display: none !important;
}
.GlobalNewsDetails .container{
    width: 100% !important;
}
.adab-imgwrap .globeDate {
    float: none;
}

.logo-info .social-opinion {
    margin: 36px 0 0;
}

.blog-area h2 {
    padding-bottom: 15px;
    margin-bottom: 15px;
    color: #A02339;
    font-size: 40px;
    padding: 0;
}

.form-media-info h2 {
    font-size: 16px;
    color: #6d882b;
    line-height: 22px;
    border: none;
    padding: 0 10px;
    height: 47px;
    font-weight: 500;
}


.CommentClient{
    background: #ffffff !important;
}
.formModel ul li {
    display: inline-block;
    padding: 0 10px;
    text-align: center;
}

.formModel ul li a img {
    width: 60px;
}
.formModel ul li a span {
   display: block;
   color: #292929;
   font-weight: 400;
}
.linkField {
    margin: 26px 0 10px;
}
.formModel li a {
    opacity: 0.5;
    transition: all 0.3s;
}
.formModel li a:hover {
    opacity: 1;
    transition: all 0.3s;
}
span.LinkShow {
    width: 78%;
    /* display: inline-block; */
    border: 1px solid #e6e6e6;
    padding: 10px;
    border-radius: 40px;
    margin-right: 11px;
    /* display: block; */
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 4.5em;
    line-height: 1.5em;
    float: left;
}
.copyLink {
    cursor: pointer;
    padding: 12px 0 0;
    display: inline-block;
}


.showbixSlider .img-link .video-area iframe{
    height: 176px !important;
    border-radius: 5px;
}
.showbixSlider .img-link .video-area h3{
    color: #ffffff;
    font-size: 18px;
    text-align: center;
}
.showbixSlider .img-link .video-area {
    background: #000000;
    border: 1px solid #e6e6e6;
    padding: 2px;
    border-radius: 5px;
}

.celebGallery .img-responsive{
    height: 400px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    border-radius: 5px;

}
.celebGallery .thumbnail{
    position: relative;
}
.celebGallery .caption h3 {
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    position: absolute;
    bottom: 25px;
    left: 6px;
    padding: 7px 10px;
    background: #9f2436d2;
    height: auto;
    text-align: center;
    display: none;
    color: #ffffff;
    font-weight: 600;
    transition: all 0.3s;
    max-width: 94%;
}

.celebGallery .thumbnail:hover .caption h3{
    display: block !important;
    transition: all 0.3s;
}
.celebGallery {
    margin-bottom: 30px;
}
.date-media strong {
    color: #ffffff;
    font-weight: 400;
    font-size: 14px;
    background: #000000;
    padding: 2px 10px;
    border-radius: 2px;
    margin: 4px 0 0;
    display: inline-block;
}
.row.date-media p {
    margin: 0 0 5px;
}
.date-media {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    background: #f8f8f8;
    padding: 5px 15px;
    margin: 0;
}
.gallery_new_share {
    float: right;
    padding: 17px 0 0;
}


.alertNews {
    color: #A02339;
    border: none;
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 24px;
    display: inline-block;
    border-bottom: 2px solid #A02339;
    padding-bottom: 12px;
}

.opinion_month {
    background: #f8f8f8;
    padding: 4px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
}

.potCostDetail{
    margin: 40px 0;
}

.potCostDetail .comment_area {
    border: 1px solid #e6e6e6;
    padding: 10px;
    margin: 20px 0 0;
    border-radius: 5px;
}
.potCostDetail .comment-box {
    background: #F4F4F4;
    margin: 2px;
    padding: 23px;
}
.potCostDetail .sent-btn {
    background: #A02339;
    color: #ffffff;
    padding: 10px 50px;
    border-radius: 5px;
    border: #A02339;
    transition: all 0.3s;
    margin: 10px 10px 10px 0;
}

/* ============================ */

.talkShow{
    background: url(../img/newsBg.jpg) no-repeat;
    width: 100%;
    min-height: 100px;
    background-position: center;
    background-size: cover;
    display: block;
    padding: 40px 0;
}

.dividerFashion {
    display: flex;
  }
  .dividerFashion:before, .dividerFashion:after {
    content: "";
    flex: 1;
  }
  .donotcross a {
    overflow: hidden;
    align-items: center;
    /* background: #600b9c; */
    color: #ffffff;
    height: 2em;
    line-height: 2em;
    text-transform: capitalize;
    margin: 0 0 10px;
  }
  .donotcross:before, .donotcross:after {
    background: white;
    padding: 50px 0;
    height: 0;
    transform: rotate(45deg);
  }


  .elec_right_news {
    width: 29%;
    display: block;
    padding: 13px 5px;
    margin-left: 5px;
    height: 90px;
}
  .elec_right_news img{
    width: 100%;
    display: block;
    border-radius: 5px;
}
.elec_left_news {
    padding: 9px;
    width: 69%;
}
.img_election{
    position: relative;
}
.elec_news a {
    color: #000000;
}
section.sport_wrapper a {
    color: #000000;
}
.elec_left_news h5 {
    height: 49px;
    overflow: hidden;
    line-height: 24px;
    font-size: 20px;
    font-weight: 400;
}
.img_election_info span {
    color: #6d882b;
    font-size: 20px;
    margin: 0 0 10px;
}
.election_info_new span{
    color: #6d882b;
    font-size: 18px; 
    display: block;
    text-align: center;
    padding-bottom: 10px;
}
.elec_news {
    padding-bottom: 5px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e6e6e6;
}
.election_wrap{
    margin: 40px 0 60px;
}
.most_related h2 {
    border-bottom: 1px solid #e6e6e6;
    padding: 0 0 10px;
    font-size: 28px;
    font-weight: 400;
    color: #a02339;
}
.img_election img{
    width: 100%;
}
.big_ele_news a{
    color: #000000;
}
.img_election_info h3 {
    font-size: 36px;
    margin: 10px 0 10px;
    line-height: 38px;
    font-weight: 600;
    color: #a02339;
}
.img_election_info p {
    color: #292929;
}
.election_info_new img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: fill;
}
.election_info_new h4 {
    font-size: 21px;
    margin: 12px 0 0px;
    line-height: 28px;
    padding: 0 5px;
    text-align: center;
    height: 56px;
    overflow: hidden;
    font-weight: 600;
}
.election_info_new p {
    font-size: 16px;
    line-height: 28px;
    color: #292929;
}
.vedio_info{
    /* border-top: 1px solid #e6e6e6; */
    border-bottom: 1px solid #e6e6e6;
    padding: 15px 0;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #a02339;
}

.election_info_new, .main_new_info, .elec_news {
    transition: all 0.3s;
}
.election_banner img{
    width: 100%;
    display: block;
}

.video-area iframe {
    height: 172px;
    margin: 0 0 15px;
    border: 2px solid #000000;
    border-radius: 3px;

}

.term_wrap {
    margin: 30px 0;
}
.term_wrap h2 {
    color: #a02339;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 36px;
}
.ConditionPara, .PrivacyPara {
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    margin: 0 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 14px;
}
.term_wrap p, .PrivacyPara p {
    /* border: 1px solid #e6e6e6; */
    padding: 0 10px 10px;
    border-radius: 10px;
    font-size: 16px;
    margin: 0;
}
.ConditionPara ul li{
    display: block;
    /* list-style-type: georgian; */
    margin-left: 10px;
}
.ConditionPara ul li span i {
    margin: 0 20px;
    color: #A02339;
}
.ConditionPara ul li span {
    color: #A02339;
}
.PrivacyPara h3 {
    font-size: 30px;
    font-weight: 600;
    margin: 15px 0 15px 10px;
}
.img_election_info {
    padding: 0 10px;
}
.news_section{
    max-height: 1207px;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}
  
.hidden {
    display: none;
}

/* button styles, not necessary */
.toggle_btn_election {
    border: 0;
    background: #a02339;
    color: white;
    padding: 9px 15px;
    border-radius: 7px;
    transition: 0.2s;
    display: block;
    cursor: pointer;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.toggle_btn_election:hover {
    scale: 1.01;
    opacity: 0.9;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}

.toggle_btn_election:active {
    scale: 0.99;
    box-shadow: 0 0 0 transparent;
}
.main_new_info {
    margin-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
}
.elec_left_news span {
    display: block;
    color: #6d882b;
    font-size: 20px;
    font-weight: 400;
    text-align: right !important;
}
.img_election_info span {
    display: block;
    text-align: right;
    
}
.electionimg_wrap {
    height: auto;
    /* overflow: hidden; */
}
.election_info_new {
    border: 1px solid #e6e6e6;
    padding: 1px 2px;
}
.greentv-archiveblog li {
    float: left !important;
    width: 31.5%;
    margin: 0 12px 0 0;
}

.ads-area h3 {
    text-align: left;
}
.img_election_info {
    padding: 15px 10px 0;
}
.election_news {
    height: 578px;
    overflow: hidden;
    margin: 0 0 21px;
}
.stay-connected.UrduLinks h2 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 15px;
}
.stay-connected.UrduLinks {
    padding: 20px 10px 3px;
}
.UrduLinks .connect-links {
    margin: 0;
    padding: 8px 0 20px;
}
.stay-connected.UrduLinks li {
    width: 45%;
}
.most_related{
        display: block;
    }
    .most_related_copy{
        display: none;
    }

@media(max-width:680px){
    .most_related{
        display: block;
    }
    .most_related_copy{
        display: block;
    }
    .electionimg_wrap {
    height: auto;
    overflow: hidden;
}
/* .electionimg_wrap .photo-logo {
    bottom: 5%;
} */
.img_election_info h3 {
    font-size: 32px;
        font-weight: 600;
        line-height: 45px;
}

.main_new_info {
    margin-bottom: 10px;
}
.election_info_new {
    margin-bottom: 0;
}
.order-md-1 {
    order: 2!important;
}
.order-md-2 {
    order: 1!important;
}
.election_info_new iframe {
    min-height: 200px !important;
    display: block;
    width: 100%;
}
.vedio_info {
    font-size: 32px;
}
.video-area iframe {
    height: 239px;
    margin: 0 0 8px;
}

}


.main-bg {
    position: relative;
    padding: 0 0 80px;
}

.main-banner {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.wrapper_postcast .item .item-image-22 {
display: block;
height: 150%;
width: 100%;
background: #261a62;
}

.wrapper_postcast .podcast-album-image {
    height: auto;
    width: 100%;
    object-fit: contain;
}

.wrapper_postcast .container-audio {
    width: 100%;
    background: #f1f3f4;
    padding: 0;
    margin-bottom: 0;
}
.wrapper_postcast .item .item-content {
display: block;
width: auto;
padding: 5px;
text-align: center;
}
.wrapper_postcast  .title-left h2 {
font-size: 16px;
line-height: 20px;
}
.wrapper_postcast .date-time-podcast a {
    padding-right: 0;
    font-size: 12px;
    color: #000000;
    width: 50% !important;
    float: left;
    text-align: left;
}
.date-time-podcast {
    padding: 0 10px;
}
.wrapper_postcast .item {
border: 1px solid #c4c2c2;
border-radius: 5px;
}
.wrapper_postcast .latest-podcast {
    margin: 0 0 5px;
}
.wrapper_postcast .latest-podcast a {
    color: #656565;
    font-size: 13px;
    font-weight: 300;
    margin: 4px 0;
    display: block;
}
.wrapper_postcast .main-head {
color: #000000;
}
.post_cast .dp-img {
    display: block;
    width: 300px;
    position: absolute;
    bottom: 19px;
    left: 11.5%;
    height: 300px;
    border: 5px solid #ffffff;
    border-radius: 5px;
}
.text-banner {
    position: absolute;
    top: 60px;
    left: 8%;
    color: #ffffff;
    text-align: center;
    width: 410px;
}
.text-banner p {
    font-size: 23px;
    font-weight: 300;
    text-transform: capitalize;
    margin: 0;
}
.text-banner h3 {
font-size: 43px;
font-weight: 800;
text-transform: uppercase;
}
.wrapper_postcast {
padding: 0 0 60px;
}
.wrapper_postcast .item .col-sm-6{
width: 50%;
max-width: 50%;
}
@media(max-width:400px){
    .col-sm-6{
    width: 100%;
    max-width: 100%;
    }

}

aside .wrapper_postcast .item .item-image-22 {
    height: auto;
}
aside .wrapper_postcast .item {
    border: 1px solid #c4c2c2;
    border-radius: 5px;
    padding: 0;
}


.secondlyNews {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    text-align: center;
    margin: 0 0 15px;
}
  
h2{
    color:#000000;
    font-size: 20px;
    padding: 10px 5px;
    margin: 0;
}
p.newsTitle {
    font-size: 14px;
        padding: 15px 15px 6px;
        color: #292929;
        font-weight: 500;
        margin: 0;
        background: #ffffff;
}

.mainNews:hover{
    opacity: 0.9;
}
.wrapperNews .secondlyNews {
    box-shadow: none;
    border: 1px solid #e6e6e6;
    background: #f8f8f8;
    padding: 12px 0 0;
}

aside .electionimg_wrap {
    height: 200px !important;
    overflow: hidden;
}

.adab-wrap {
    margin: 40px 0;
}
.kunj-adab {
    background: #f8f8f8;
    padding: 2px;
    border-radius: 5px;
}
.main-adab img{
    width: 100%;
}
.text-adab-bg{
    text-align: right;
}
.adab-wrap p {
    font-size: 16px;
    line-height: 32px;
}
.adab-imgwrap img {
    width: 100%;
}
.adab-imgwrap {
    margin-bottom: 15px;
}
.story-adab-wrap {
    text-align: center;
    border: 1px solid #e4e4e4;
    margin: 10px;
    background: #ffffff;
    padding-bottom: 5px;
}
.story-adab-wrap h4 {
    color: #a02339;
    font-size: 26px;
}
.story-adab-wrap date {
    color: #000000;
    font-size: 14px;
}
.kunj-adab h3 {
    margin: 10px 5px 20px;
}
.kunj-adab {
    background: #f8f8f8;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
}
.birthdayImg h3 {
    margin-bottom: 15px;
    font-weight: 700;
    color: #a02339;
    padding: 5px 0;
}
.birthdayImg .UrduShowbiz {
    margin: 0;
    padding: 0 0 20px;
}
.ads-area.birthdayImg {
    margin-bottom: 10px !important;
}
aside .sport_img_wrapnews img {
    height: auto;
}
aside .sport_img_wrapnews {
    height: auto;
}
.sport_img_wrapnews{
    min-height: auto;
    position: relative;
}
.video-area, .mainNews, .secondlyNews{
    position: relative;
}
.video-area i.fa.fa-play.playBtn {
    top: 64%;
    left: 2px;
}
.video-area .ProgramTitle {
    margin: 10px 0 0;
}
.mainNews i.fa.fa-play.playBtn {
    top: 80%;
    left: 3px;
}
.secondlyNews i.fa.fa-play.playBtn {
    top: 57%;
    left: 2px;
}
.row.wrapperNews .secondlyNews i.fa.fa-play.playBtn {
    top: 64%;
}
.editorPick{
    position: relative;
}

.sport_img_wrapnews .fa.fa-play.playBtn {
    top: 63% !important;
    display: block;
    right: 0px;
}
.sport_img_wrapnews a p {
    margin-top: 8px;
}
.sport_img_wrapnews .fa.fa-play.playBtn {
    top: 61% !important;
    display: block;
    left: 3px;
}
.thumbnail {
    display: block;
    padding: 4px;
    transition: border .2s ease-in-out;
    border: 1px solid #e6e6e6;
}
.showbizUncensored{
    border: 1px solid #e6e6e6;
}

.pickSliderText .caption h5 {
    font-size: 16px !important;
    text-align: center;
    margin: 10px 0 5px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 0;
    height: 74px;
    overflow: hidden;
    font-weight: 600;
    line-height: 23px;
}
.pickSliderText .date-read span {
    font-size: 14px;
    margin: 0 5px;
    color: #a02339;
}
.pickSliderText .date-read {
    color: #a02339;
}
.left_news h5{
    font-weight: 600;
}
.left_news .opinion-promo-teams {
    font-size: 19px;
    margin: 0;
    height: 60px;
    padding: 5px 0 0;
    overflow: hidden;
    line-height: 26px;
}
.new1-one p {
    font-size: 22px;
    height: 70px;
    overflow: hidden;
    font-weight: 600;
    padding: 8px 0 0;
    border-top: 1px solid #e6e6e6;
    text-align: center;
    line-height: 29px;
    margin: 0 0 5px;
}
.catogies.UrduClass {
    font-size: 20px;
    color: #a02339;
    font-weight: 600;
}
.big_news_info p {
    font-size: 24px;
    line-height: 33px;
    height: 195px;
    overflow: hidden;
}
.sportNewsBox date {
    font-size: 14px;
    color: #292929;
}

.vlog{
    background: url(https://gcm.minotechsystems.com/assets/img/vlogBg.jpg) no-repeat;
    width: 100%;
    min-height: 100px;
    background-position: center;
    background-size: cover;
    display: block;
    padding: 40px 0;
    margin: 0 0 40px;
    background-color: #A02339;
}

.vlog h1 {
    font-size: 36px;
    text-align: center;
    display: block;
    margin-bottom: 15px;
    color: #ffffff;
    font-weight: 600;
}
.mainNews h2 {
    font-size: 24px;
    padding: 10px 0 5px;
    border: none;
    margin: 0 0;
    color: #ffffff;
}
.secondlyNews h2 {
    color: #ffffff;
    font-size: 14px !important;
}

.mainNews {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    text-align: center;
    margin-bottom: 30px;
}
.mainNews p.newsTitle {
    font-size: 18px;
    padding: 14px 15px 0;
    font-weight: 500;
    margin: 0 0 0px;
    height: 52px;
}
.mainNews span {
    display: block;
    font-size: 14px;
    color: #000000;
    padding: 5px 0;
    background: #ffffff;
}
.mainNews:hover{
    opacity: 0.9;
}
.secondlyNews {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    text-align: center;
    margin: 0 0 15px;
}
p.newsTitle {
    font-size: 16px;
    padding: 10px 10px;
    color: #292929;
    font-weight: 500;
    margin: 0;
    background: #ffffff;
    height: 52px;
    overflow: hidden;
    line-height: 21px;
}
.mainNews:hover{
    opacity: 0.9;
}
.wrapperNews .secondlyNews {
    box-shadow: none;
    border: 1px solid #e6e6e6;
    background: #f8f8f8;
    padding: 0;
}
.wrapperNews .secondlyNews h2{
    color:#000000;
    font-size: 14px;
}
.PickWrapper{
    overflow: hidden;
}
.PickWrapper .img-responsive{
	display: block;
    max-width: 100%;
    margin: 0 auto 0;
    object-fit: cover;
}
.pickSliderText{
    position: relative;
}
.fa.fa-play.playBtn {
    color: #fff;
    background: #FF0000;
    font-size: 21px;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    padding: 10px 0 0 5px;
    position: absolute;
    top: 47%;
    left: -3px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}
.fa.fa-play.playBtn:hover{
    font-size: 16px;
    transition: all 0.3s;
    width: 35px;
    height: 35px;
}
.thumbnail.showbizUncensored {
    position: relative;
}
.thumbnail.showbizUncensored .fa.fa-play.playBtn {
    top: 71%;
}
.OurTeam {
    margin: 40px 0 80px;
}
.team-structure {
    background: #a02339;
    color: #ffffff;
    padding: 15px;
}
.team-structure h2{
    font-size:36px;
    font-weight:600;
    margin: 0 0 10px;
    color: #ffffff;
}

.team-structure h2 span{
    font-size:36px;
    font-weight:400;
    display: block;
    color: #ffffff;
}
.teamimgWrap {
    width: 200px;
    height: 196px;
    overflow: hidden;
    border-radius: 50%; 
    display: block;
    text-align:right;
    float: right;
}
.teamimgWrapCeo {
    width: 270px;
    height: 266px;
    overflow: hidden;
    border-radius: 50%;
}
.teamimgWrapCeo img {
   width: 100%;
   filter: grayscale(100%);
   /* transation: all 0.3s */
}
.teamimgWrap img {
   width: 100%;
   filter: grayscale(100%);
   /* transation: all 0.3s */
}

.teamimgWrap img:hover, .teamimgWrapCeo img:hover{
    filter: grayscale(0);
    /* transation: all 0.3s */
}
.imageArea {
    position: relative;
    margin: 40px 0 0;
}
.teamIntroCeo {
    background: #f8f8f8;
    padding: 10px;
    position: absolute;
    bottom: 40px;
    right: 0;
    width: 250px;
    box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, 
    rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, 
    rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px;
    border-radius: 5px;
}
.teamIntroCeo h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
}
.teamIntroCeo span{
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    margin: 0;
}
.imageArea h4 {
    position: absolute;
    right: 55px;
    top: 104px;
    font-weight: 700;
    font-size: 40px;
}


.teamIntro {
    background: #f8f8f8;
    padding: 5px 10px;
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 212px;
    border-radius: 5px;
    box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, 
    rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, 
    rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px;
}
.teamIntro h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}
.teamIntro span{
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}

.dividerFashion {
    display: flex;
  }
  .dividerFashion:before, .dividerFashion:after {
    content: "";
    flex: 1;
  }
  .donotcross {
    overflow: hidden;
    align-items: center;
    background: #A02339;
    color: #ffffff !important;
    height: 2em;
    border-bottom:none !important;
    line-height: 2em;
  }
  .donotcross:before, .donotcross:after {
    background: white;
    padding: 50px 0;
    height: 0;
    transform: rotate(45deg);
  }
  .recentMoview{
    background: #6D882B !important;
  }
  .topMoview{
    background: #600b9c !important;
  }

.CelebsWrap {
    padding: 50px 0;
    background: #073a6b;
    margin: 40px 0 !important;
}
.revsDivider{
    background: #2368a0 !important;
}

.text_news_trend span {
    text-align: center;
    color: #ffffff;
    display: block;
    width: 100%;
    margin-bottom: 8px;
}
.UrduHeading {
    text-align: right;
    margin: 20px 0 0;
}
/* =========================== urdu showbiz ========================== */
.UrduShowbizAlert {
    text-align: right;
}
.UrduShowbixGallery {
    text-align: right;
}
.UrduShowbizAlert .alert_info span {
    font-size: 12px;
    float: left;
    margin-top: 6px;
}

.showbixNEWSHead{
    margin: 20px 0;
}
.showbixNEWSHead img {
    width: 90px;
    border-radius: 50%;
    margin: 0 0 0;
}
.showbixNEWSHead .social-opinion {
    margin: 29px 0 0;
    float: left !important;
}
.showbixNEWSHead h2 {
    padding: 20px 0 0;
    display: block !important;
    float: none;
}
.showbixNEWSHead .writter-detail {
    text-align: left;
    padding: 20px 0 0;
}

.article-detail-blog p img {
    width: 100% !important;
    height: auto !important;
}

.UrduClass p img {
    width: 100% !important;
    height: auto !important;
}

.article-detail-blog h2 {
    font-size: 22px !important;
    font-weight: 600 !important;
}
.eng-blog-news p {
    font-size: 16px !important;
    margin-bottom: 20px !important;
    line-height: 26px !important;
    font-weight: 400;
    height: auto;
    padding-bottom: 0;
}


.main {
    position: relative;
  }
  .read-more-check {
    display: none;
  }
  .read-more-label:before {
      content: "^";
      top: .4rem;
      position: absolute;
      color: #5c0101;
      right: 33px;
      font-size: 20px;
      transform: rotate(180deg);
  }
  .read-more-label:before {
    content: "^";
    top: .4rem;
    position: absolute;
    color: white;
    right: 36px;
    font-size: 1rem;
    transform: rotate(180deg);
  }
  .read-more-check:checked ~ .read-more-label:before {
    top: .7rem;
    transform: rotate(0);
  }
  .read-more-label:after {
    content: 'Show More';
  }
  .read-more-check:checked ~ .read-more-label:after {
    content: 'Show Less';
  }
  .read-more-label {
      position: absolute;
      display: block;
      left: 0;
      margin: 0 auto;
      width: 195px;
      bottom: -40px;
      padding: 8px 35px;
      background-color: #A02339;
      color: #fff;
      text-align: center;
      text-transform: capitalized;
      outline: none;
      cursor: pointer;
      box-shadow: 0 .15rem .3rem rgba(0, 0, 0, .4);
      transition: bottom .5s linear 0s;
      right: 0;
  }
  .read-more-check:checked ~ .read-more-label {
    bottom: -27px;
  }
 
  .read-more {
    max-height: 0;
    display: block;
    overflow: hidden;
    transition: max-height .5s linear 0s;
  }
  
  .read-more-check:checked ~ .read-more {
    max-height: 20rem;
  }
  @media (min-width: 40rem) {
     .read-more-check:checked ~ .read-more{
      max-height: max-content;
    }
  }

  .social-opinion.SportIcons {
    text-align: right;
}

.EnglishThumnail h2{
    font-size: 16px;
    line-height: 20px;
    padding-top: 20px;
    text-align: center;
    height: 72px;
    color: #000;
    overflow: hidden;
}
.UrduThumbnail h2{
    font-size: 24px;
    line-height: 25px;
    padding: 0 7px;
    height: 55px;
    color: #000;
    overflow: hidden;
}
.MoreNewsBlog {
    color: #A02339;
    font-size: 36px !important;
    font-weight: 600;
    border-bottom: 1px solid #A02339;
    padding: 40px 0 7px;
}
.MoreBlogInfo h3 {
    font-size: 28px;
    font-weight: 600;
    color: #101010;
    margin-bottom: 10px;
    height: 65px;
    overflow: hidden;
}
.SportDetail h2 {
    text-align: right;
    color: #9a2c35;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 44px;
    border: none;
    margin: 9px 0 14px;
}
.FamousNewsHead {
    text-align: right;
}
.urduSportSlider a {
    margin: 0;
}
.urduSportSlider {
    border: none;
    min-height: auto;
}
h4.sport_info_slider{
    color: #a02339;
    font-size: 28px;
    font-weight: 600;
    border-bottom: 1px solid #dadada;
    padding-bottom: 10px;
}

.gallery-main_head .ShowbizGallery p {
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
}
.opinion-row {
    padding: 40px 0 0;
}
.MaincontainerUpper {
    position: relative;
    padding-bottom: 76.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: none;
}
.video-containertalkshow {
    position: relative;
    padding-bottom: 64.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: none;
}
.video-containertalkshow img {
    position: absolute;
    top: -24px;
    left: 0;
    width: 100%;
    height: 227px;
    background: none;
    border: none;
}
.video-containerUpper {
    position: relative;
    padding-bottom: 57.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: none;
}
.video-containerUpper img {
    position: absolute;
    top: -21px;
    left: 0;
    width: 100%;
    height: 174px;
    background: none;
    border: none;
}

.MaincontainerUpper img {
    position: absolute;
    top: -45px;
    left: 0;
    width: 100%;
    height: 509px;
    background: none;
    border: none;
}

.ENGFourm h2 {
    margin: 20px 0 0;
    font-size: 15px;
    text-align: center;
    height: 52px;
    overflow: hidden;
    color: #000000;
    line-height: 25px;
}
.URDUFourm h2 {
    color: #000000;
    text-align: center;
    margin: 20px 0 0;
    font-size: 22px;
    line-height: 24px;
    height: 52px;
    overflow: hidden;
}
.UrduWeg p{
    text-align: right !important;
}

.dividerFashion {
    display: flex;
  }
  .dividerFashion:before, .dividerFashion:after {
    content: "";
    flex: 1;
  }
  .donotcross {
    overflow: hidden;
    align-items: center;
    background: #A02339;
    color: #ffffff !important;
    height: 2em;
    border-bottom:none !important;
    line-height: 2em;
    padding: 0;
    font-weight: 600;
    font-size: 24px;
  }
  .donotcross:before, .donotcross:after {
    background: white;
    padding: 50px 0;
    height: 0;
    transform: rotate(45deg);
  }
  .recentMoview{
    background: #6D882B !important;
  }
  .topMoview{
    background: #600b9c !important;
  }
.GalleryCelebrities{
    color:#ffffff;
    display: block;
    font-size: 24px;
    font-weight: 700;
    margin: 20px 0 0 !important;
    margin: 0 0 15px !important;
}
.revsDivider{
    background: #2368a0 !important;
}



@media(max-width:550px){
  
    .donotcross:before, .donotcross:after {
        padding: 10px 0 !important;
        transform: rotate(64deg) !important;
    }
    .donotcross{
        height: auto;
        line-height: 18px;
        font-size: 18px;
        padding: 5px 0;

    }
    .UrduShowbiz{
        margin:0 0 30px !important;
        border-bottom:none !important;
    }
    .text_news_trend h4 {
        font-size: 16px !important;
        line-height: 25px;
        padding: 0 5px;
        width: 100%;
    }
    .showbizContainer{
        max-width: 100% !important;
    }
    .celebGallery .img-responsive{
        height:275px !important;
    }
   .slider .sliderImg{
        margin: 0 6px !important;
    }

}
.GalleryCelebrities span {
    font-size: 24px;
    font-weight: 400;
    color: #ffffff;
    margin-right: 0;
}
.trending_news h2 a span {
    font-size: 28px;
    color: #ffffff;
    font-weight: 300;
}
.trending_news h2 a {
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    border: none;
    display: block;
    font-size: 28px;
}
.ShowbizGallery h2 strong {
    font-size: 24px;
    font-weight: 600;
}
.SbUdDetail .ShowbizGallery p {
    text-align: right !important;
    font-size: 26px !important;
    line-height: 38px !important;
    font-family: 'Adobe Arabic' !important;
    color: #292929;
}
.SbUdDetail .gallery_new_share {
    float: left;
    padding: 0;
}
.SbUdDetail h2 {
    text-align: right;
    font-weight: 600;
    color: #A02339;
    text-align: right;
    font-size: 40px;
    border: none;
    margin: 5px 10px 10px;
    line-height: 49px;
}
.SbUdDetail .row{
    margin: 0;
}

.SBDate{
    text-align: right;
}
.englishArticle .SBDate {
    text-align: left;
}
.SBDate p{
    margin: 5px 0 0;
}
.SbUdDetail .date-media {
    padding: 14px 0;
}
.SbUdDetail .MAinShowbiz span {
    color: #6d882b;
    font-size: 25px;
    font-weight: 500;
    margin: 0;
    text-align: right;
    display: block;
}
.ShowbizGallery p {
    line-height: 24px;
    margin: 0;
    font-weight: 400;
}

.englishArticle .ShowbizGallery p img {
    margin-bottom: 20px;
}

.article-detail .UrduClass h3 {
    font-weight: 600;
    color: #A02339;
    margin-bottom: 0;
    font-size: 30px;
    padding: 25px 0 20px;
    text-align: right;
    line-height: 30px;
    border-bottom: 1px solid #e6e6e6;
}
.UrduGallery p {
    font-size: 24px;
    color: #292929;
    margin: 0;
    font-weight: 400;
    line-height: 32px;
}
.clearfix.urdu_blog_writter .writter-info span {
    background: none;
    font-size: 22px;
    margin: 0;
    padding: 0;
}
.UrduShowbixGallery h2 {
    text-align: right;
    line-height: 25px;
    padding: 24px 0 0;
}
.MAinShowbiz.UrduMain  {
   margin-top: 0;
}
.MAinShowbiz.UrduMain span {
    text-align: right;
    color: #819f30;
    font-size: 20px;
}
.soical_urduArticle .social-opinion {
    margin: 0;
    float: left !important;
}
.showbixNEWSHead .rticle-head span {
    color: #6d882b;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    display: block;
    padding: 39px 0 0;
}
.ShowbizGallery.UrduGallery p img {
    margin: 40px auto !important;
    display: block;
    width: 95% !important;
}
.showbixNEWSHead .article-head h2 {
    font-size: 26px;
}
.alert_area.ShowbixDetail_bar {
    margin-top: 0 !important;
}
.blog-area .share-info {
    margin: 0;
    padding: 0 !important;
}


button.wh-ap-btn {
	outline: none;
	width: 60px;
	height: 60px;
	border: 0;
	background-color: #2ecc71;
	padding: 0;
	border-radius: 100%;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	cursor: pointer;
	transition: opacity 0.3s, background 0.3s, box-shadow 0.3s;
}

button.wh-ap-btn::after {
	content: "";
	background-image: url("//i.imgur.com/cAS6qqn.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 60%;
	width: 100%;
	height: 100%;
	display: block;
	opacity: 1;
}

button.wh-ap-btn:hover {
	opacity: 1;
    color: #ffffff;
	background-color: #20bf6b;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.wh-api {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 999;
}

.wh-fixed {
	margin-right: 15px;
	margin-bottom: 15px;
}

.wh-fixed > a {
	display: block;
	text-decoration: none;
}

button.wh-ap-btn::before {
	content: "Chat with me";
	display: block;
	position: absolute;
	margin-left: -160px;
	margin-top: 16px;
	background: #49654e;
	color: #fff !important;
	font-weight: 400;
	font-size: 15px;
	border-radius: 3px;
	width: 0;
	opacity: 0;
	padding: 0;
	transition: opacity 0.4s, width 0.4s, padding 0.5s;
	border-radius: 35px;
	box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
}

.wh-fixed > a:hover button.wh-ap-btn::before {
    opacity: 1;
    padding: 20px 0 !important;
    color: #fff !important;
    line-height: 3px;
    width: 140px;
}

/* animacion pulse */

.whatsapp-pulse {
	width: 60px;
	height: 60px;
	right: 10px;
	bottom: 10px;
	background: #10b418;
	position: fixed;
	text-align: center;
	color: #ffffff;
	cursor: pointer;
	border-radius: 50%;
	z-index: 99;
	display: inline-block;
	line-height: 65px;
}

.whatsapp-pulse:before {
	position: absolute;
	content: " ";
	z-index: -1;
	bottom: -15px;
	right: -15px;
	background-color: #10b418;
	width: 90px;
	height: 90px;
	border-radius: 100%;
	animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
	opacity: 0.6;
	-webkit-animation: pulse 1s ease-out;
	animation: pulse 1.8s ease-out;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(0);
		opacity: 0;
	}
	25% {
		-webkit-transform: scale(0.3);
		opacity: 1;
	}
	50% {
		-webkit-transform: scale(0.6);
		opacity: 0.6;
	}
	75% {
		-webkit-transform: scale(0.9);
		opacity: 0.3;
	}
	100% {
		-webkit-transform: scale(1);
		opacity: 0;
	}
}

@keyframes pulse {
	0% {
		transform: scale(0);
		opacity: 0;
	}
	25% {
		transform: scale(0.3);
		opacity: 1;
	}
	50% {
		transform: scale(0.6);
		opacity: 0.6;
	}
	75% {
		transform: scale(0.9);
		opacity: 0.3;
	}
	100% {
		transform: scale(1);
		opacity: 0;
	}
}


.contact_us_wrap {
    padding: 40px 0 0;
}
.mailInfo a {
    font-size: 18px;
    line-height: 30px;
    color: #000000;
    padding: 0 0 16px;
    display: block;
}
/* ================================== showbix list ============================ */
.LinkPagesDetail {
    text-align: center;
    margin-top: 20px;
}
.LinkPagesDetail ul li a span {
    display: block;
    color: #000000;
}
.LinkPagesDetail ul li {
    cursor: pointer;
    display: inline-block;
    line-height: 15px;
}
.LinkPagesDetail ul li a {
    padding: 10px 40px;
    text-align: center;
    line-height: 12px;
    display: block;
}
.LinkPagesDetail ul li.TopNew {
    border-top: 2px solid #A6A028;
    transition: all 0.3s;
}
.LinkPagesDetail ul li.TopNew:hover, .LinkPagesDetail ul li.TopNew.active {
    background: #A6A028;
    transition: all 0.3s;
    border-radius: 0 0 30px 30px;
}
.LinkPagesDetail ul li.Gallery {
    border-top: 2px solid #E78200;
    transition: all 0.3s;
}
.LinkPagesDetail ul li.Gallery:hover, .LinkPagesDetail ul li.Gallery.active  {
    background: #E78200;
    transition: all 0.3s;
    border-radius: 0 0 30px 30px;
}
.LinkPagesDetail ul li.GlamShot {
    border-top: 2px solid #0cabcb;
    transition: all 0.3s;
}
.LinkPagesDetail ul li.GlamShot:hover, .LinkPagesDetail ul li.GlamShot.active  {
    background: #0cabcb;
    transition: all 0.3s;
    border-radius: 0 0 30px 30px;
}
.LinkPagesDetail ul li.Video {
    border-top: 2px solid #7DA729;
    transition: all 0.3s;
}
.LinkPagesDetail ul li.Video:hover, .LinkPagesDetail ul li.Video.active  {
    background: #7DA729;
    transition: all 0.3s;
    border-radius: 0 0 30px 30px;
}
.LinkPagesDetail ul li.Review {
    border-top: 2px solid #E60065;
    transition: all 0.3s;
}
.LinkPagesDetail ul li.Review:hover, .LinkPagesDetail ul li.Review.active  {
    background: #E60065;
    transition: all 0.3s;
    border-radius: 0 0 30px 30px;
}
.LinkPagesDetail ul li.Trailers {
    border-top: 2px solid #B403C5;
    transition: all 0.3s;
}
.LinkPagesDetail ul li.Trailers:hover, .LinkPagesDetail ul li.Trailers.active  {
    background: #B403C5;
    transition: all 0.3s;
    border-radius: 0 0 30px 30px;
}
.LinkPagesDetail ul li.Fashion {
    border-top: 2px solid #FFC501;
    transition: all 0.3s;
}
.LinkPagesDetail ul li.Fashion:hover, .LinkPagesDetail ul li.Fashion.active  {
    background: #FFC501;
    transition: all 0.3s;
    border-radius: 0 0 30px 30px;
}
.LinkPagesDetail ul li:hover a span, .LinkPagesDetail ul li.active a span {
   color: #ffffff;
   transition: all 0.3s;
   
}

.LinkPagesDetail ul li {
    cursor: pointer;
}
.slider_auto_stop.showbixSlider.slick-initialized.slick-slider {
    margin-top: 14px;
}

.ListShowbiz h2 {
    color: #ffffff;
    font-size: 22px;
    font-weight: 500;
    text-transform: capitalize;
    margin-top: 20px;
    background: #a02339;
    padding: 10px 20px;
    margin-bottom: 40px;
    border-radius: 35px 35px 0px 0px;
}
.ListShowbiz h2 a {
    color: #ffffff;
    
}
.ListShowbiz h2 i{
    color: #ffffff;
    font-size: 22px;
    font-weight: 400;
    padding: 0 10px;
}
.ListShowbiz h2 span {
    color: #ffffff;
    font-size: 22px;
    font-weight: 400;
    text-transform: capitalize;
    margin-top: 20px;
}
.GlamShotShowbiz .thumbnail .caption h3{
    display: none;
    transition: all 0.3s;
}
.GlamShotShowbiz .thumbnail {
    position: relative;
    margin-bottom: 30px;
}
.GlamShotShowbiz .thumbnail .caption {
    padding: 0 10px 0;
}
.GlamShotShowbiz .thumbnail:hover .caption h3{
    display: block !important;
    transition: all 0.3s;
}
.GlamShotShowbiz .caption h3 {
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    position: absolute;
    bottom: 25px;
    left: 6px;
    padding: 7px 10px;
    background: #9f2436d2;
    height: auto;
    text-align: center;
    display: none;
    color: #ffffff;
    font-weight: 600;
    transition: all 0.3s;
    max-width: 94%;
}
.GlamShotShowbiz .img-responsive{
    height: 400px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    border-radius: 5px;

}
.glamShot_showbiz img {
    width: 100%;
    object-fit: cover;
    height: 400px;
}
.FirstLookSlider {
    padding: 30px 0;
    background-image: linear-gradient(180deg, #dddada, #ffffff);
    margin: 15px 0 0;
}

.FirstLook h3 {
    font-size: 36px;
    font-weight: 600;
    color: #A02339;
    display: block;
    text-align: center;
    margin-bottom: 15px;
}
.FirstLook h3 span{
    font-size: 36px;
    font-weight: 400;
    color: #000000;
    padding: 0;
}

.ShowbizSection .text_news_trend h4, .ShowbizSection .text_news_trend i, .ShowbizSection .text_news_trend span {
    color: #A02339;
}
.MainNewWrap .ViewSport {
    display: block;
    text-align: center;
    background: #6D882B;
    color: #ffffff;
    padding: 10px 30px;
    margin: 10px auto 0;
    width: 175px;
    border-radius: 5px;
    border: 1px solid #6D882B;
    transition: all 0.3s;
}
.MainNewWrap .ViewSport:hover {
    background: #ffffff;
    color: #6D882B;
    transition: all 0.3s;
    border: 1px solid #6D882B;
}
.sportNewsBox {
    /* border-bottom: 1px solid #e6e6e6; */
    padding-bottom: 20px;
}

.eng_famous li a span {
    padding: 6px 0 0;
}
.eng_famous li a p {
    float: left;
    width: 86%;
    color: #000;
    margin-bottom: 5px;
    text-align: left;
}

.MainNewWrap .famous_news_detail h5 {
    font-size: 22px;
    font-weight: 600;
    text-align: center;
}
.MainNewWrap .famous_news_detail img {
    height: auto;
    object-fit: cover;
    margin-bottom: 00;
}
.MainNewWrap {
    text-align: center;
    margin: 30px 0;
}
.MainNewWrap .famous_news_detail {
    border: 1px solid #e6e6e6;
}
.MainNewWrap date{
    display: block;
    text-align: center;
}
.MainNewWrap  .sportNewsBox {
    border-bottom: 1px solid #e6e6e6;
    padding: 10px 15px;
}
.election_wrap date {
    font-size: 14px;
    text-align: center;
    display: block;
    color:#6d882b;
    font-weight: 500;
}
.elec_left_news date, .img_election_info date {
    text-align: right;
}
.big_ele_news h2 {
    font-size: 40px;
    font-weight: 600;
    color: #a02339;
    padding: 0 0 14px;
    line-height: 33px;
}
.ShowbizSection h2, .SportSection h2 {
    text-align: right;
    font-size: 36px;
    color: #a02339;
    font-weight: 600;
}
.secondlyNews span {
    background: #ffffff;
    display: block;
    margin: 0;
    color: #000000;
    padding: 3px 0 10px;
    font-size: 14px;
}

.lookModel {
    text-align: center;
}
.lookModel img {
    width: 68vh;
}
.firstModel {
    background: #000000cc;
}
.firstModel .modal-content {
    background: transparent;
}
.firstModel .modal-body {
    padding: 0;
}
.firstModel .MovieInfo {
    text-align: left;
    display: block;
    width: 100%;
}
.FirstLook img{
    cursor: pointer;
}

.ModalFooter {
    background: #A02339;
    padding: 7px 20px 0;
    margin: 0 auto;
    z-index: 9;
    width: 95%;
}
.ModalFooter span {
    display: block;
    color: #ffffff;
}
.firstModel .modal-title {
    position: absolute;
    top: 45%;
    z-index: 9;
    background: #A02339;
    color: #ffffff;
    padding: 1px 26px;
    border-radius: 5px 5px 0 0;
    rotate: -90deg;
    left: 12%;
    /* width: 100%; */
    text-align: center;
}
.btn-closeModal i {
    color: #ffffff;
    font-size: 30px;
}
.btn-closeModal {
    position: absolute;
    right: -20%;
    z-index: 9;
    background: transparent;
    border: none;
}

.showAletDetail .ad_info {
    padding: 0 15px 20px;
}
.showbiz-alerts.UrduWeg {
    margin-bottom: 30px;
}
.text-adab-bg h3 {
    font-size: 36px;
    font-weight: 600;
    color: #A02339;
}
.text-adab-bg h2 {
    font-size: 24px !important;
    line-height: 32px;
    margin: 0 !important;
    padding: 0;
    font-family: "Adobe Arabic";
}
.kunj-adab h3 {
    margin: 20px 20px;
    font-size: 24px;
    text-align: right;
}
.active>.page-link, .page-link.active {
    background-color: #A02339;
    border-color: #A02339;
    color: #fff;
}
.page-link:hover {
    background-color: #A02339;
    border-color: #A02339;
    color: #fff;
}
.page-link {
    color: #000;
}
.GalleryShot .news_gallery_box h3 {
    height: 60px;
    overflow: hidden;
}
.urduDate{
    color: #6D882B;
}


.adab-wrap {
    margin: 40px 0;
}
.kunj-adab {
    background: #f8f8f8;
    padding: 2px;
    border-radius: 5px;
}
.main-adab img{
    width: 100%;
}
.text-adab-bg {
    text-align: right;
    margin: 30px 0;
}
.adab-wrap p {
    font-size: 16px;
    line-height: 32px;
}
.adab-imgwrap img {
    width: 100%;
}
.adab-imgwrap {
    margin-bottom: 15px;
}
.story-adab-wrap {
    text-align: center;
    border: 1px solid #e4e4e4;
    margin: 10px;
    background: #ffffff;
    padding-bottom: 5px;
}

.story-adab-wrap date {
    color: #292929;
    font-size: 14px;
}
.kunj-adab h3 {
    margin: 10px 5px 20px;
}
.kunj-adab {
    background: #f8f8f8;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
}
.ViewProfile .row:last-child {
    border: none !important;
    margin-bottom: 0;
    padding-bottom: 0;
}
.ForgotMyPass {
    text-align: center;
}
.ForgotMyPass h2 {
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 20px;
}
.ForgotMyPass h3 {
    font-size: 20px ;
    margin-bottom: 20px;
}
.ForgotMyPass .heading-wrap {
    margin-bottom: 0 ;
}
.ForgotMyPass .contact-form {
    padding: 40px;
}
.alert.alert-info {
    text-align: center;
    font-weight: 500;
    font-size: 16px;
}

.form-threadTopic{
    margin: 40px 0;
}

.file-upload-wrapper {
  position: relative;
  width: 100%;
}
.file-upload-wrapper:after {
    content: attr(data-text);
    font-size: 16px;
    position: absolute;
    top: 2px;
    left: 0;
    background: #fff;
    padding: 5px 15px;
    display: block;
    width: calc(100% - 40px);
    pointer-events: none;
    z-index: 20;
    color: #000;
    border-radius: 5px 10px 10px 5px;
}
.file-upload-wrapper:before {
    content: "Upload";
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    background: #6d882b;
    color: #fff;
    font-weight: 500;
    z-index: 25;
    font-size: 16px;
    padding: 6px 15px;
    text-transform: capitalize;
    pointer-events: none;
    border-radius: 0;
}
.file-upload-wrapper:hover:before {
  background: #3d8c63;
}
.file-upload-wrapper input {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  margin: 0;
  padding: 0;
  display: block;
  cursor: pointer;
  width: 100%;
}

.form-threadTopic h2{
    border: none !important;
}

.menu-btn i {
    color: #2c2929;
    border: 1px solid #2c2929;
    padding: 10px 12px;
    border-radius: 5px;
    background: #ffffff !important;
}
.btn.close-btn i {
    color: #ffffff;
}
.sport_detail_ur.SportDetail span{
    font-size: 28px;
}
.sport_detail_english span{
    font-size: 28px;
}
.editor-picker .item-content h4 strong {
    margin: 2px 0 4px;
    line-height: 24px;
    font-size: 14px !important;
    height: auto !important;
    color: #a02339;
}
.EngBlog_news {
    background: #ffffff;
    width: 93%;
    margin: 50% 15px 10px;
    padding: 0px 10px 0;
    border-radius: 10px 10px 0 0;
    display: block;
}
.EngBlog_news h2 {
    font-weight: 600;
    margin-bottom: 0;
    color: #A02339;
    font-size: 16px;
    border-bottom: 1px dashed #A02339;
}
.EngBlog_news h3 {
    color: #292929;
    font-size: 18px;
    padding-top: 10px;
    line-height: 26px;
    height: 57px;
    overflow: hidden;
    margin-bottom: 10px;
}
.EngBlog_news span {
    font-size: 14px;
    color: #A02339;
}
.EnglishBreakingNews .globepara p {
    font-family: 'Roboto Flex', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}
.EnglishAlerts_news {
    font-size: 18px !important;
}
.EnglishAlerts_newshead {
    display: block;
    text-align: left !important;
    font-size: 16px !important;
}
.EngBlog_landing {
    text-align: center;
    /* background: #f8f8f8;
    border: 1px solid #e6e6e6; */
    padding: 20px;
    min-height: 358px;
}
.EngBlog_landing img {
    border-radius: 50%;
    border: 2px solid #e6e6e6;
    margin-bottom: 15px;
}
.EngBlog_landing h1{
    font-size: 16px;
    color: #000000;
}
.EngBlog_landing h2 {
    color: #000000;
    font-size: 26px;
    padding: 10px 5px;
    margin: 0 auto 20px;
    border-bottom: 1px dashed #A02339;
    width: 75%;
    font-weight: 600;
}
.EngBlog_landing p {
    color: #a02339;
    font-size: 20px;
    width: 76%;
    margin: auto;
}
.article-detail-blog p {
    font-size: 18px !important;
    font-family: 'Roboto Flex', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}
.article-detail-blog span {
    color: #A02339;
    font-size: 24px;
    margin: 0 0 20px;
    display: block;
    border-bottom: 1px solid #e6e6e6;
    padding: 0 0 20px;
}
.sport_wrap.eng-blog-news {
    border: none;
}
.btn.menu-btn i {
    color: #505050;
}
.detailwritter_info strong {
    font-size: 16px;
    padding: 24px 0 0;
    border-bottom: 2px solid #e6e6e6;
    margin: 0 !important;
}
.detailwritter_info span {
    font-size: 16px;
    color: #819f30;
    border: none;
}
.DetailBlog_media {
    margin: 0;
    border-bottom: none;
    padding: 15px 0 5px;
}
.DetailBlog_media li a i {
    font-size: 18px;
    margin-right: 0;
}
.sport_wrap.eng-blog-news {
    margin: 0;
}
.urdu_new_info.MoreBlogInfo h3.UrduClassBold {
    line-height: 31px;
    height: 34px;
}
.opinion-wrap.UrduNews, .BolgEngPage {
    margin: 0;
}
.datebg {
    background: #000000;
    display: inline-block !important;
    color: #ffffff !important;
    padding: 2px 5px 0;
    margin: 5px 0;
    font-size: 14px !important;
    border-radius: 2px;
}
.sport_wrap.eng-blog-news p{
    font-family: 'Roboto Flex', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    }

    .date.pickerDateInfo {
        font-size: 16px;
    }
    .pickerMediaIcon {
        padding: 0;
    }
    .pickerMediaIcon li a i {
        font-size: 18px;
        margin-right: 0;
    }
    .picker_subHeadInfo{
        text-align: left !important;
    }
    .SubheadPicker_editor {
        font-size: 20px;
        margin: 15px 0;
    }
    .UrduHeading.UrduClassBold {
        font-size: 28px !important;
    }
    .sport_wrap.eng-blog-news p img {
        width: 98% !important;
        border-radius: 5px;
        border: 1px solid #e6e6e6;
        margin: auto;
        display: block;
        height: auto !important;
    }
    .shareFormModel .modal-content {
        text-align: center;
        width: 68%;
        margin: auto;
        padding: 15px 0;
    }
   
      .FourmTable th,
      .FourmTable td {
      text-align: left;
    }
    .ActionTable ul li{
        display: inline-block;
        margin: 0 10px 0 0;
    }
    /* .FourmTable td:before {
        display: none;
    } */
    .add_topic h2 {
        margin-bottom: 20px;
    }
    .ViewTable span {    
        color: #6d882b;
        font-size: 14px;
    }
    .table.table-striped.FourmTable {
        margin: 40px 0 0;
        border: 1px solid #e6e6e6;
    }
    .EditTable span {
        color: #003b66;
        font-size: 14px;
    }
    .DeleteTable span {
        color: #a70000;
        font-size: 14px;
    }
    .ViewTable span i, .EditTable span i, .DeleteTable span i {    
        margin-right: 5px;
        font-size: 14px;
    }
    .EditTable span {
        color: #003b66;
    }
    .DeleteTable span {
        color: #a70000;
    }
    .client_comment_section {
        padding: 10px 20px 40px;
    }
    .poll-question .poll h2 {
        color: #000000;
        margin: 0 0 20px;
    }
    .formThread, .threadDetailPage, .blogUrdr_page {
        padding: 15px 0;
    }


    .form-media-info .sent-btn {
        margin: 0 !important;
    }
    .facebook_plugin {
        background: #f8f8f8;
        padding: 20px 30px;
        border-radius: 20px;
        text-align: left;
        
    }
    .sport_wrap.eng-blog-news .facebook_plugin {
        margin: 30px 0 50px;
        display: block;
    }
  
    .global_head .globeDate {
        float: right;
        font-size: 20px;
        color: #819f30;
        line-height: 20px;
    }
    .alert_info .SBDate {
        text-align: left;
    }
    .linksAreaAlerts{
        float: left;
    }
    .dateAreaAlerts{
        float: right;
    }
    .date-media p {
        margin: 0 0 5px;
        font-family: 'Roboto Flex' !important;
        font-size: 12px;
    }
    .GalleryCelebrities span {
        font-size: 24px;
        font-weight: 400;
        color: #ffffff;
        margin-right: 0;
    }
    .dateAreaAlerts .gallery_new_share li a i {
        font-size: 16px;
    }
    .footer-social-icons i img {
        width: 20px;
        margin: 0 0 6px;
        opacity: 0.5;
    }
    .footer-social-icons i img:hover {
        opacity: 1;
    }
    .connect-links li a i img {
        width: 16px;
    }
    .TwitterIcon i{
        padding: 2px 5px !important;
    }
   .twitterNew {
        width: 16px !important;
        background: #000;
        margin: 0;
    }
    .dateAreaAlerts .gallery_new_share li a img {
        width: 15px !important;
        margin: 0 0 -2px;
        display: block;
        background: none;
    }
   .greenTvPost li a img {
        width: 20px;
        margin: 0 0 7px;
    }
    .greenTvPost li .NewIcon{
        border: 1px solid #fff;
        display: block;
    }
    .social-blog.sport_links.infoLinks li a img {
        width: 14px;
        margin: 0 0 2px;
    }
    .social-opinion.SportIcons li a img {
        width: 16px;
        margin: 0 0 6px;
    }
    .newsSocial li a img {
        width: 11px;
        margin: 0;
    }
    ul.gallery_new_share li a img {
        width: 16px;
        margin: 0 0 6px;
    }
    .gallery_new_share {
        padding: 13px 0 0;
    }
    .date-media p {
        margin: 0;
    }
    .englishArticle .SBDate {
        padding: 3px 0 0;
    }
    .socialglobal li a img {
        width: 16px !important;
        margin: 0 0 -1px;
    }
    .MediaIcons .share-link li a img {
        width: 20px;
        margin: 0 0 8px;
    }
    .MediaIcons .share-link .NewIcon {
        border: 1px solid #fff;
        border-radius: 2px;
    }
    ul.social-blog.english_blog_detail li a img {
        width: 16px;
        margin: 0 0 2px;
    }
    .article-head ul li .NewIcon img {
        width: 18px;
        margin: 0 0 6px;
    }
    .article-head ul li a img {
        width: 18px;
        margin: 0 0 6px;
    }
    .date-time-podcast .media-links li a img {
        width: 17px;
        margin: 0 0 7px;
    }
    .date-time-links .media-links li a img {
        width: 17px;
        margin: 0 0 3px;
    }
    .date-time-links.clearfix {
        margin: 10px 0 0;
    }
    .date-time-links .media-links li {
        padding-right: 20px;
    }
    .showbix-text .share-link .NewIcon {
        border: 1px solid #fff;
        border-radius: 2px;
    }
    .showbix-text .share-link .NewIcon img {
        width: 20px;
        margin: -7px 0 3px;
    }
    .showbix-text  .share-link li a i {
        margin: 5px 0 0;
        display: block;
    }
    .soical_urduArticle ul li a img {
        border: none !important;
        margin: 0 0 6px;
        width: 18px;
    }
    
    .topLinks .social-opinion li a img{
        width: 17px;
        margin: 0 0 7px;
    }
    .row.sportMediaInfo .SportIcons li a img {
        width: 18px !important;
        margin: 0 0 -3px;
    }
    .sport_wrap.UrduClass p img {
        width: 97% !important;
        margin: auto;
        display: block;
        border-radius: 5px;
    }
    .SportArchive{
        margin-top: 20px;
    }
    .sportMediaInfo .SportIcons li a img {
        margin: -8px 0 -3px !important;
    }
    .alertNews.UrduArchive_headline {
        text-align: right;
        display: inline-block;
        width: 100%;
        padding: 0 0 10px;
        font-size: 30px;
    }
    .archive_urdunews .election_info_new {
        margin-bottom: 30px;
    }
    .archive_urdunews .election_info_new h4 {
        font-size: 14px;
        margin: 12px 0 0px;
        line-height: 21px;
        padding: 0 5px;
        text-align: center;
        color: #000;
        height: 41px;
        overflow: hidden;
        font-weight: 600;
    }
    .election_info_new .eng_date {
        color: #6d882b;
        font-size: 14px;
        display: block;
        text-align: center;
        padding: 5px 0 9px;
    }
    .article_detail_info.archive_urdunews ul li {
        float: right;
        width: 31.5%;
        margin: 0 12px 0 0;
    }
    .article_detail_info.archive_sportsArchieve ul li {
        float: right;
        width: 31.5%;
        margin: 0 12px 30px 0;
    }
    .archive_sportsArchieve ul li .famous_news_detail h5 {
        font-size: 20px;
        margin: 5px 0;
        height: 53px;
        line-height: 24px;
        text-align: center;
    }
    .archive_sportsArchieve ul li .famous_news_detail .globeDate {
        text-align: center;
        font-size: 20px;
        color: #819f30;
    }
    .archive_sportsArchieve ul li .famous_news_detail {
        border: 1px solid #e6e6e6;
        border-radius: 5px;
    }
    .archive_sportsArchieve ul li .famous_news_detail .sportNewsBox {
        padding: 0 10px 10px;
    }
    .archive_sportsArchieve ul li .famous_news_detail .sportNewsBox .catogies.UrduClass {
        text-align: right !important;
        display: block;
        font-size: 16px;
    }
    .archive_sportsArchieve ul li .famous_news_detail img {
        margin-bottom: 7px;
    }
    .pickerEditorsACH .item-content strong {
        display: block !important;
        text-align: center;
        font-size: 12px;
        color: #a02339;
        margin-bottom: 5px;
        font-weight: 400;
        line-height: 20px;
    }
    .pickerEditorsACH {
        margin: 0 0 30px;
    }
    .PickersHeading{
        display: block;
        width: 100%;
    }
    .pickerEditorsACH .PickerTitle {
        font-size: 14px !important;
    }
    .ViewEditores {
        float: right !important;
        padding: 5px 10px;
        background: #6d882b;
        color: #ffffff;
        font-size: 14px;
        border: 1px solid #6d882b;
        border-radius: 5px;
        margin: 15px 0 0;
        transition: all 0.3s;
    }
    .ViewEditores:hover {
        background: #ffffff;
        color: #6d882b;
        border: 1px solid #6d882b;
        transition: all 0.3s;
    }
    .SportEditorImg {
        float: right;
        width: 80px;
        border: 1px solid #e6e6e6;
        height: 80px;
        border-radius: 500px;
        overflow: hidden;
    }
    .SportEditorImg img {
        width: 100%;
        margin: 0;
        height: 80px;
        object-fit: cover;
    }
    .SPortEditName {
        float: right;
    }
    .SPortEditName h2 {
        font-size: 24px;
        margin: 0;
        line-height: 22px;
        padding: 0 0 10px;
        border-bottom: 1px solid #e6e6e6;
        text-align: center;
    }
    .SPortEditName p {
        margin: 0;
        text-align: center;
        font-size: 20px;
    }
    .SPortEditName {
        margin: 12px 20px 0 0;
    }
    .WritterInfoSports{
        background: #f8f8f8;
        border-radius: 5px;
        margin: 0;
        padding: 10px;
        border: 1px solid #e6e6e6;
    }
    .sportMediaInfo {
        margin-bottom:20px;
    }

    .opinion-archive.UrdUArchieve select {
        margin: 0 0 18px;
        width: 96%;
    }
    .VideoCategory{
        position: relative;
    }
    .VideoCategory i {
        position: absolute;
        right: 25px;
        top: 13px;
        color: #000;
    }
    
    .PagePodcast .title-left {
        min-height: auto !important;
    }
    .PagePodcast .title-left h2 {
        margin: 0 !important;
        padding: 0 0 5px;
    }
    .PagePodcast .title-left.title-style04 h2 a {
        margin: 0;
        font-size: 15px;
        line-height: 24px;
        height: 50px;
        overflow: hidden;
    }
    .PagePodcast .title-left.title-style04 {
        margin: 0 0 5px;
    }
    .urdu_new_box_bloginfo img {
        border-radius: 50%;
        border: none;
        width: 100px;
        height: 100px;
        object-fit: cover;
    }
   
    .formThread .main {
        position: relative;
        margin-top: 20px;
    }
   .urduArchiverFilter{
    margin: 0 0 20px;
    background: #be2943;
    padding: 10px 0 3px;
    border-radius: 5px;
}
 .SearchBlogFilter label {
    float: right;
    width: 16%;
    font-size: 24px;
    color: #fff;
    margin: 7px 0 0;
    line-height: 24px;
}
    .SearchBlogFilter {
        position: relative;
        width: 100%;
        text-align: right;
        float: right;
    }
   .SearchBlogFilter select {
    float: right;
    width: 100%;
    background: #fff;
}
    .SearchBlogFilter option {
        text-align: left;
    }
    .SearchBlogFilter i {
        position: absolute;
        right: 15px;
        top: 11px;
    }
    .urduArchiverFilter {
        margin: 0 0 20px;
    }
    .blogUrdr_page {
        margin-bottom: 10px;
        background: #f8f8f8;
    }
    .share-adab ul li a i img {
        width: 18px;
        margin: 0 0 4px;
    }
    .kodejoin i, .kodejoin span {
        font-size: 14px;
    }

    .opinion-row.OpinionDetailing .article-detail p img {
        width: 98% !important;
        height: auto !important;
        margin: 10px auto !important;
        display: block;
    }
    .main_head UrduClassBold span.UrduClass{
        color: #6d882b;
        font-size: 20px;
        margin: 0 0 10px;
    }
    .engblogfilter {
        background: #be2943;
        display: block;
    }
    .SearchblogBlogFilter label {
        width: 254px;
        color: #fff;
        font-size: 22px;
        font-weight: 500;
        padding: 0 0 0 20px;
        display: inline-block;
    }
    .SearchblogBlogFilter .engblogmonth {
        display: inline-block;
        width: 200px;
        position: relative;
    }
    .engblogmonth i {
        position: absolute;
        right: 12px;
        top: 30%;
    }
    .engblogfilter {
        background: #be2943;
        display: block;
        padding: 10px 0;
        border-radius: 5px;
        margin: 0 0 30px;
    }
.urdublogfilter {
    position: relative !important;
    width: 210px;
    display: inline-block;
}

    .main_img_gallery {
    position: relative;
    margin: 0 0 30px;
    text-align: center;
}
.MainGalleryWrap {
    background: #ececec;
    padding: 40px;
}

/* Ribbon banner */

/* .ribbon-holder {
    position: absolute;
    left: -2px;
    top: -26px;
    z-index: 100;
    width: 133px;
    height: 136px;
    text-align: right;
    overflow: hidden;
} */
.ribbon {
    display: block;
    box-shadow: navajowhite;
    position: absolute;
    top: 8.3px;
    left: -17px;
    text-align: center;
    width: 93px;
    height: 42px;
}
.ribbon .imgNum {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    background: #a02339;
    padding: 13px 5px;
    border-radius: 60px 0 0 60px;
    display: inline-block;
    margin: 1px 0 0;
    width: 38px;
    height: 44.5px;
}
.ribbon .totalNum {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    opacity: 1;
    background: #6d882b;
    padding: 7px 8px 10.1px 8px;
    border-radius: 0px 60px 60px 0px;
    margin: 7px 0 0 -2.5px;
    display: inline-block;
}


.ribbon > span {
    display: block;
    font-size: 10px !important;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 20px !important;
    border-radius: 5px 5px 2px 2px !important;
    width: 83px !important;
    padding: 6px 0 !important;
    background: none !important;
    left: -20px !important;
    color: #fff;
}

.main_img_gallery {
    position: relative;
    margin: 0 0 30px;
}
.MainGalleryWrap p {
   background: #d7d7d7;
    color: #000000;
    font-size: 18px;
    display: inline-block;
    padding: 5px 43px;
    margin: 3px 0 0;
    border-radius: 0 0 30px 30px;
    font-weight: 600;
}
.multiple_gallery .main_img_gallery {
    margin-bottom: 15px;
}

.tiktok_slider .carousel {
    width: 100% !important;
    max-width: 100% !important;
    padding: 10px;
    overflow: hidden;
}

.tiktok_slider .carousel-content {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	gap: 16px;
}

.tiktok_slider .card {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    min-width: 224px;
    border: none;
    border-radius: 32px;
}

.tiktok_slider .card-photo img {
    width: 100%;
    margin: auto;
    pointer-events: none;
    border-radius: 32px;
}
.tiktok_slider{
  margin: 40px 0;
}
.tiktok_slider h3{
    font-size: 36px;
    font-weight: 600;
    color: #A02339;
    display: block;
    text-align: center;
    margin-bottom: 15px;
}

.greenDigital .slick-slider {
    margin: 0;
    /* background: #000; */
}
.greenDigital {
    background: #000000;
    padding: 20px 0 12px;
}
.tiktok_slider_model .modal-body {
    width: 100%;
    margin: auto;
    background: #ffffff;
}
.tiktok_slider_model .modal-content {
    margin-top: -29px;
}
.tiktok_slider_model .btn-close {
    position: absolute;
    top: -40px;
    right:15px;
}
.tiktok-embed {
    margin: -13px auto 0;
}
.tiktok_slider_model blockquote{
     margin: -13px auto 0 !important;
}
.tiktok_slider h3 span {
    font-size: 36px;
    font-weight: 400;
    color: #000000;
    padding: 0;
}

.wrapperEngBlog {
    background: #f8f8f8;
    padding: 15px 0 30px;
    margin: 0 0 30px;
}
.SubHead_engblog {
    font-size: 18px !important;
    margin-bottom: 15px;
    padding-bottom: 15px;
    line-height: 26px;
}

.ImpNote strong {
    font-size: 22px;
    color: #a02339;
    margin-left: 10px;
}
.ImpNote span {
    font-size: 22px;
    border: none;
    
}
.main_img_gallery img {
    border-radius: 20px !important;
    width: 98%;
}
.fancybox__image {
    border-radius: 8px;
}