.block {
    display: block;
}
.fwb {
    font-weight: bold !important;
}
.mt20 {
    margin-top: 20px;
}
.mt40 {
    margin-top: 40px;
}
.mt50 {
    margin-top: 50px;
}
.mb100 {
    margin-bottom: 100px;
}
.mb40 {
    margin-bottom: 40px;
}
.fs20 {
    font-size: 20px;
}
.fs18 {
    font-size: 18px;
}
.fs13 {
    font-size: 13px;
}
.fs28 {
    font-size: 28px;
}
.pr50 {
    padding-right: 50px;
}
.post-main-container {
    padding-left: 5px;
    padding-right: 5px;
}
.post-container .fs18 {
    color: #007ad0;
}
.post-container .fs28 {
    margin-top: 20px !important;
    line-height: 35px;
}
.post-container p {
    line-height: 30px;
}
.post-container a i {
    font-size: 26px;
    top: 3px;
    position: relative;
    left: 5px;
}
.post-container .pdf {
    position: relative;
    padding-left: 40px;
}
.post-container .pdf:before {
    content: "";
    background-image: url(../images/pdf-img.png);
    background-repeat: no-repeat;
    height: 35px;
    width: 33px;
    position: absolute;
    left: 0;
    top: -8px;
}
.post-main-container button {
    height: 100px;
    width: 100px;
    background: #19aaf8;
    padding: 0px;
    border-radius: 50%;
    color: white;
    margin-left: auto;
    margin-right: auto;
    outline: none;
}
@media (max-width: 992px) {
    .post-main-container {
        padding-left: 15px;
        padding-right: 0px;
        margin-right: -40px;
        margin-top: -20px;
    }
    .locater-support-faq-cont {
        padding: 0px 20px !important;
    }
    .locater-support-faq-cont .box .vc_column-inner {
        /*margin: 0px 0px 25px 0px!important;*/
        margin:5px 0px 2px 0px!important;
    }
    div.col-md-8.post-container {
        margin: 0px -20px;
    }

    .comment-details .comment-content {
        border-radius: 0 !important;
    }

    .comments>ul li ul {
        margin-left: 10px !important;;
    }
}

/* FaisalShahzad Style  - Press Release Detail Page */
.pr_mdia h1 {
    font-weight: bold !important;
    margin: 0 0 25px 0;
    padding-bottom: 15px;
    border-bottom: #757575 1px solid;
}
.bx-border {
    border: solid 1px #ebebeb;
    border-radius:5px;
}

.pr_detail_container {
    font-family: 'Telenor', sans-serif;
    font-size: 18px !important;
    border:solid 1px #ebebeb;
    font-weight: 500;
    border-radius:5px;
    padding: 40px;
    line-height: 30px;
    margin-bottom: 30px;
}

.news-event-heading {
    padding-bottom: 5px;
    border-bottom: #ccc 1px solid;
}

.pr_date {
    color: #007ad0;
    font-size: 12px;
    font-weight: 800;
    margin-right: 50px;
}

.pr_share {
    background-image: url(../images/share_small.png);
    background-repeat: no-repeat;
    height: 14px;
    width: 12px;
    margin-right: 50px;
}
.pr_share span {
    margin-left: 20px;
    color: #757575;
    font-weight: bold;
}

.pr_download {
    background-image: url(../images/download_small.png);
    background-repeat: no-repeat;
    background-size: 17px;
    height: 25px;
    display: -webkit-inline-box;
    margin-right: 10px;
}

.pr_download span {
    margin-left: 35px;
    color: #757575;
    font-weight: bold;

}

.popular_container {
    border:solid 1px #ebebeb;
    border-radius:0px;
    padding:10px;
    padding-bottom: 16px;
    margin-top: 10px;

}

.popular_container .pop_post a{
    color: #007ad0;
    font-size: 18px;
    padding: 0 10px 0px 10px;
    margin-bottom: 0;
}


.popular_container .pop_post p{
    font-size: 18px;
}

.popular_container hr {
    margin-left: -10px;
    margin-right: -10px;
}

.pre_arr {
    background-image: url(../images/pre-arrow.png);
    background-repeat: no-repeat;
    height: 14px;
    background-position: 0 0px;
    padding-left: 29px;
    margin-top: 0;
    color: black;
}

.pre_arr span {
    margin-left: 30px;
    color: #000000;
}

.next_arr {
    background-image: url(../images/next_arrow.png);
    background-repeat: no-repeat;
    background-position: right 2px;
    padding: 0 28px 0 0;
    margin: 0;
}

.next_arr span {
    margin-right: 30px;
    color: #000000;
}

.pr_comments {
    margin-top: 40px;
    margin-bottom: 0;
}

.pr_comments h1 {
    position: relative;
    text-align: left;
    overflow: hidden;
}

.pr_comments h1 span {
    background: #fff;
    position: relative;
    z-index: 1;
    font-size: 18px;
}

.pr_comments h1:before {
    background: #757575;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 65%;
    left: 0;
    width: 100%;
}

.pr_comments h1:after {
    content: '';
    height: 3px;
    background: #fff;
    width: 20px;
    position: absolute;
    top: 17px;
}

.pr_comments h1 span:after {
    content: '';
    display: block;
    height: 1px;
    position: absolute;
    top: 65%;
    left: 15%;
    width: 100%;
}

.pr_comm_rep,
ul .pr_comments p {
    padding: 20px;
    line-height: 30px;
    font-family: 'Telenor', sans-serif;
    font-size: 16px !important;
    border:solid 1px #ebebeb;
    border-radius:10px;
}

.pr_comm_rep textarea {
    padding: 20px;
    border: none;
    width: 100%;
    height: 158px;
    min-height: 100px;
    outline: none;
}

.pop_post .press-title.collapsed{
    border-bottom: 0;
    position: relative;
    padding-bottom: 0;
    margin-bottom: 0;
}

.pop_post .press-title.collapsed:before{
    display: none;
}

.pop_post .press-title{
    display: block;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;

}

.pop_post .press-title:before{
    height: 1px;
    width: 108%;
    background: #eee;
    bottom: 0;
    left: -10px;
    position: absolute;
}


@media (max-width: 992px) {
    .popular_container {
        margin-top: 30px;
    }

    .popular_container_hd {
        display: none;
    }

    .urdu_in {
        display: none;
    }

    .pr_detail_container {
        border: none !important;
        border-radius: none !important;
        padding: none !important;
    }
}

.general-comment .comment-field {
    color: #333 !important;
}

.general-comment .comment-submit {
    margin-right: 0px;
    padding: 14px 30px;
}

.general-comment .form-submit {
    min-height: 50px;
}

.news-event-detail{
    padding-top: 15px;
    display: none;
}

@media (max-width: 992px) {
	.news-event-template-default .pr_detail_container{
		padding-right: 0;
	}
	
   .popular_container .pop_post a.active{
   	    border-bottom: #eee 1px solid;
	    margin-left: -10px;
	    margin-right: -10px;
	    padding-bottom: 14px;
	    margin-bottom: -6px;
   }
    .popular_container_hd {
        display: block !important;
    }
    .urdu_in{
        display: none;
    }
    .pr_detail_container {
        border: none !important;
        border-radius: 0 !important;
        padding-left: 0 !important;
    }

    .pr_mdia h1 {
        border:0;
    }

    .pr_date {
        font-size: 12px;
        margin-right: 13px;
        float: left;
    }

    .pr_share span {
        display: none;
    }

    .pr_share {
        width: 15px;
        margin-right: 0;
        margin-left: 18px;
        display: block;
        float: left;
    }

    .pr_download {
        display: block;
        margin-right: 0;
        float: left;
        width: 20px;
        margin-left: 20px;
        background-size: contain;
    }
    .pr_mdia h1{
        border: 0;
        margin-bottom: 0;
        padding: 0;
    }
}

.popular_container .pop_post p {
    margin-bottom: 0;
}

.popular_container .pop_post p a{
    color: #000;
    display: block;
    text-align: left;
    padding-left: 0;
    margin-bottom: 10px;
}

.popular_container .pop_post p a:last-child{
    margin-bottom: 0;
}

.popular_container .pop_post p a:hover{
    text-decoration: underline !important;
}

.pre_arr a,
.next_arr a{
    color: #000;
}

.pr_mdia .comment-heading {
    border: 0;
    margin-bottom: 40px;
    padding: 0;
}

.comment-details .comment-content {
    border: solid 1px #ebebeb;
    border-radius: 10px;
    padding: 20px;
    padding-bottom: 10px;
    margin-top: 18px;
}

.comment-details .comment-content p {
    border: 0;
    border-radius: 0px;
    padding: 0;
}

.comments-date {
    color: #7e7e7e;
    font-size: 13px;
}

.reply .comment-reply-link {
    color: #007ad0;
    font-size: 12px;
    font-weight: bold;
}

.comment-form-textarea {
    border:0;
    padding:0;
}

.comment-form-textarea textarea {
    border: solid 1px #ebebeb;
    border-radius: 5px;
    height: 124px;
}

.media-event-postmeta {
    margin-left: 5px;
}

.comment-respond {
    margin-top: 30px;
}

.comment-respond  .comment-heading {
    margin-bottom: 15px;
}

.comment-cancel {
    float: right;

}

.comment-cancel a {
    font-size: 14px;
    font-weight: bold;
    color: #007ad0;
}

.comments>ul li ul {
    margin-left: 20px;
}

.media-event-postmeta .postmeta-items:hover,
.media-event-postmeta .postmeta-items:focus {
    cursor: text;
    color: #007ad0;
}

.d-block{
    display: block;
}

.popular_container .pop_post:last-child .news-event-detail {
    margin-bottom: 5px;
}


.locater-support-faq-cont .vc_row.vc_column-gap-30>.vc_column_container{
    padding: 20px !important;
}