@font-face {
	font-family: Domine;
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: local('Domine'), url(https://www.thenews.com.pk/assets/front/fonts/Domine/L0x8DFMnlVwD4h3htfqndSk.woff2) format('woff2');
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
	font-family: Domine;
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: local('Domine'), url(https://www.thenews.com.pk/assets/front/fonts/Domine/L0x8DFMnlVwD4h3hu_qn.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
	font-family: Domine;
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: local('Domine'), url(https://www.thenews.com.pk/assets/front/fonts/Domine/L0x8DFMnlVwD4h3htfqndSk.woff2) format('woff2');
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
	font-family: Domine;
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: local('Domine'), url(https://www.thenews.com.pk/assets/front/fonts/Domine/L0x8DFMnlVwD4h3hu_qn.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

.wrapper {
    width: 1170px;
    margin: 0 auto;
    padding: 0 10px;
}

body,html{
    margin: 0;
    background-color: #fff;
    width: 100%;
    /* height: 100%; */
    float: left;
}

img[usemap] {
    border: none;
    height: auto;
    max-width: 100%;
    width: auto;
}

img{
    max-width: 100%;
}

.topStrip{
    width: 100%;
    float: left;
    background-color: #ffffff;
    text-align: center;
    overflow-x: auto;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}

a, a:hover{
    text-decoration: none;
}

ul, li{
    padding: 0;
    margin: 0;
    list-style: none;
}

.topStrip ul{
    display: inline-block;
    width: 100%;
    padding: 0 10px;
}

.topStrip ul li{
    display: inline-block;
    padding: 5px;
}

.topStrip ul li a{
    padding: 0 2px;
    color: #000;
    font-size: 16px;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

.topStrip ul li a:hover{
    color: #333;
}

header .desktop_header .header-top .menu .nav--primary {
    text-align: center;
}

header .desktop_header .header-top .menu .nav--primary li a{
    text-transform: capitalize;
}

.dropdown-content.dropDouble::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 20px;
    background-color: #F5F5F5;
}

.dropdown-content.dropDouble::-webkit-scrollbar
{
    width: 10px;
    background-color: #F5F5F5;
}

.dropdown-content.dropDouble::-webkit-scrollbar-thumb
{
    border-radius: 20px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #444;
}

.dropDouble{
    width: 320px;
    max-height: 500px;
    overflow: auto;
    /* position: relative; */
}

.dropDouble a{
    width: 50%;
    float: left;
    border-bottom: 1px solid #ddd;
}

.dropDouble:after{
    content:'';
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    background-color: #ddd;
}

/* modal start */
.modal-container {
    position: relative;
  }
  
  .modal-container button {
    display: inline-block;
    background: transparent;
    font-size: 15px;
    border: 0;
    font: 15px Domine,serif;
    color: #fff;
  }
  
  .modal-container .modal-backdrop {
    height: 0;
    width: 0;
    opacity: 0;
    overflow: hidden;
    transition: opacity 0.2s ease-in;
  }
  
  .modal-container #modal-toggle {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    opacity: 0;
    cursor: pointer;
  }


.modal-container #modal-toggle:checked {
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
  opacity: 0;
}

.modal-container #modal-toggle:checked ~ .modal-backdrop {
  background-color: rgba(0, 0, 0, 0.6);
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
  pointer-events: none;
  opacity: 1;
}

.modal-container #modal-toggle:checked ~ .modal-backdrop .modal-content {
  background-color: #fff;
  max-width: 300px;
  width: 100%;
  height: 74px;
  padding: 10px 30px;
  position: absolute;
  left: calc(50% - 150px);
  top: 12%;
  border-radius: 4px;
  z-index: 999;
  pointer-events: auto;
  cursor: auto;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.6);
}
/* @media (max-width: 400px) {

.modal-container #modal-toggle:checked ~ .modal-backdrop .modal-content { left: 0; }
} */

.modal-content p{
    color: #000;
}

.modal-container #modal-toggle:checked ~ .modal-backdrop .modal-content .modal-close {
  color: #666;
  position: absolute;
  right: 2px;
  top: 0;
  padding-top: 7px;
  background: #fff;
  font-size: 16px;
  width: 25px;
  height: 28px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  font-family: sans-serif;
}

.modal-container #modal-toggle:checked ~ .modal-backdrop .modal-content .modal-close.button {
  top: initial;
  bottom: 20px;
  right: 20px;
  background: #4CAF50;
  color: #fff;
  width: 50px;
  border-radius: 2px;
  font-size: 14px;
  font-weight: normal;
}



.modal-container #modal-toggle:checked ~ .modal-backdrop .modal-content .modal-close:hover { color: #333; }

.archivePopUp{
    background: #000;
    padding: 5px 0 6px 0;
    float: right;
}
/* modal end */

center{
    clear: both;
}

.paper{
    margin-top: 20px;
    width: 100%;
    float: left;
}

/* landing css */
.boxesMain{
    width: 100%;
    float: left;
    /* margin-top: 284px; */
    text-align: center;
}

.container {
    width: 100%;
    display: inline-block;
    margin: 10px 0;
}

.center-content {
    float: left;
    width: 100%;
    margin: 0;
}

.center-content .col1lahore {
    width: 31.333%;
    float: left;
    text-align: center;
    margin: 0;
}

.img-zoom {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}

.center-content .lahoreimg {
    max-width: 100%;
    margin-right: -100px;
}

.lahoretext-icon {
    width: 100%;
    float: left;
}

.lahoretext-icon span img {
    max-width: 100%;
}

.center-content .col1lahore h1 {
    font-size: 36px;
    color: #000;
    text-align: center;
    width: 87%;
    display: inline-block;
    line-height: 40px;
    font-weight: 300;
    font-family: Impact;
    margin: 15px 0;
}

.center-content .col1karachi {
    width: 37.333%;
    float: left;
    text-align: center;
    margin: -18px 0 0 0;
    position: relative;
}

.center-content .karachiimg {
    max-width: 100%;
}

.karachitext-icon {
    width: 100%;
    float: left;
}

.karachitext-icon span img {
    max-width: 100%;
}

.center-content .col1karachi h1 {
    font-size: 36px;
    color: #000;
    text-align: center;
    width: 87%;
    display: inline-block;
    line-height: 40px;
    font-weight: 300;
    font-family: Impact;
    margin: 15px 0;
}

.center-content .col1islamabad {
    width: 31.333%;
    float: left;
    text-align: center;
    margin: 0;
}

.center-content .islamabadimg {
    max-width: 100%;
    margin-left: -100px;
}

.islamabadtext-icon {
    width: 100%;
    float: left;
}

.islamabadtext-icon span img {
    max-width: 100%;
}

.center-content .col1islamabad h1 {
    font-size: 36px;
    color: #000;
    text-align: center;
    width: 87%;
    display: inline-block;
    line-height: 40px;
    font-weight: 300;
    font-family: Impact;
    margin: 15px 0;
}

.center-content .col1london {
    width: 31.333%;
    /* float: left; */
    text-align: center;
    margin: 0;
    display: inline-block;
}

.center-content .londonimg {
    max-width: 100%;
    margin-left: 0;
}

.islamabadtext-icon {
    width: 100%;
    float: left;
}

.islamabadtext-icon span img {
    max-width: 100%;
}

.center-content .col1london h1 {
    font-size: 36px;
    color: #000;
    text-align: center;
    width: 87%;
    display: inline-block;
    line-height: 40px;
    font-weight: 300;
    font-family: Impact;
    margin: 15px 0;
}

.center-content.mobile-view {
    display: none;
}

.img-zoom:hover{
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
    z-index: 1;
    position: relative;
}

.logoMain{
    width: 100%;
    float: left;
    margin-bottom: 60px;
}
/* landing end */

/* details start */
header .desktop_header .header-top .menu .nav--primary li a:hover button{
    color: #2b74f1;
}

.breadcrumb {
    list-style: none;
    border-radius: 0;
    padding: 0;
    margin-bottom: 5px;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.breadcrumb ul {
    padding: 0;
    margin: 0;
    float: left;
}

.breadcrumb ul li {
    list-style: none;
    float: left;
}

.breadcrumb ul li+li:before {
    padding: 0 5px 0 0;
    color: #ccc;
    content: "\2002\3e";
}

.breadcrumb ul li a {
    color: #777;
}

.breadcrumb ul li:last-child a {
    color: #008bd9;
}

.detailsMain{
    width: 100%;
    float: left;
    margin: 20px 0;
}

.detailright_side{
    width: 336px;
    float:left;
    margin-left: 20px;
}

.detailsInner{
    width:calc(100% - 336px - 20px);
    text-align: left;
    float:left;
}

.detailsHeading h1 {
    color: #181716;
    margin: 0 0 10px;
    padding: 0;
    font-size: 35px;
    font-weight: 600;
    line-height: 40px;
}

body{
    font-family: Domine,serif;
}
.clearfix {
    clear: both;
}

.mob_detail {
    display: block;
    border-top: 1px solid #e6e6e6;
    width: 100%;
    float: left;
    border-bottom: 1px solid #e6e6e6;
    padding: 10px 0;
    margin: 10px 0;
}
.mob_detail .category-name {
    float: left;
    border-right: 1px solid #dfdfdf;
    padding: 0 1.9% 0 0;
    margin: 7px 10px 0 0;
    display: none;
}

.mob_detail .category-source {
    font-size: 15px;
    font-weight: 600;
    float: left;
    border-right: 1px solid #dfdfdf;
    padding: 0 1.9% 0 0;
    margin: 5px 10px 0 0;
}

.mob_detail .category-date {
    float: left;
    color: #333;
    font-size: 15px;
    font-weight: 600;
    margin: 5px 0 0;
}

.mob_detail .category-share {
    width: auto;
    float: right;
    margin: 0;
    position: relative;
    bottom: 0;
    z-index: 99;
    background-color: #fff;
    right: 0;
    box-shadow: none;
    padding: 0;
}

.mob_detail .category-share ul {
    margin: 0;
    padding: 0;
}

.mob_detail .category-share ul li {
    width: 27px;
    float: left;
    list-style: none;
    margin: 2px;
}

.mob_detail .category-share ul li img {
    width: 100%;
}

.whatsapp-icon-share {
    display: none;
}

.whatsapp-icon-share.whatsapp_share_desktop {
    display: block;
}

.detailsInner figure {
    margin: 0;
    display: block;
}

.detailsInner figure {
    position: relative;
    float: left;
    width: 100%;
}

.detailsInner figure img {
    width: 100%;
}

.detailsInner figure figcaption {
    position: relative;
    z-index: 1;
    display: block;
    text-align: left;
    margin: 0 0 10px 0;
    color: #585656;
    font-size: 14px;
    font-style: italic;
    outline: 0 solid transparent;
    /* margin-top: 0; */
    /* background-color: #efefef; */
    padding: 6px 4px 6px 4px;
    /* font-family: 'Knowledge-Light'; */
    border-bottom: 1px solid #efefef;
    font-weight: 400;
}

.story-detail p {
    font-size: 18px;
    color: #000;
    line-height: 27px;
    margin: 20px 0;
}
/* details end */

.left-ads {
    display: block;
    position: fixed;
    /* background: #e7e7e7; */
    width: 160px;
    float: left;
    margin-right: 10px;
    margin-left: 5px;
    margin-top: 234px;
}

.right-ads {
    display: block;
    position: fixed;
    /* background: #e7e7e7; */
    width: 160px;
    float: left;
    margin-right: 10px;
    margin-left: 5px;
    margin-top: 234px;
    right: 0;
}

.topAd{
    width: 100%;
    float: left;
    text-align: center;
}

.left_new {
    display: block;
    position: fixed;
    /* background: #e7e7e7; */
    width: 160px;
    float: left;
    margin-right: 10px;
    margin-left: 5px;
    margin-top: 136px;
}

.right_new {
    display: block;
    position: fixed;
    /* background: #e7e7e7; */
    width: 160px;
    float: left;
    margin-right: 10px;
    margin-left: 5px;
    margin-top: 136px;
    right: 0;
}

header .desktop_header .header-top .menu .nav--primary{
    padding: 0;
}

.dropdown-content a:hover{
    background-color: #f1f1f1;
}

.topStrip .wrapper{
    width: 100%;
    /* padding: 0 10px; */
}
.print_more{
    width: 100%;
    float:left;
    margin: 20px 0;
}
.print_story_more{
    width:100%;
    float:left;
}
.print_story_more ul {
    padding: 0;
    margin: 0;
}
.print_story_more ul li {
    list-style: none;
    width: 48%;
    float: left;
    margin: 0 1% 30px;
    border-bottom: 0;
}
.print_story_more ul li h2 {
    font-size: 18px;
    line-height: 23px;
    font-weight: 700;
    margin: 0 0 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    min-height: 49px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.print_story_more ul li a {
    color: #000;
}
.print_story_more ul li p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    min-height: 65px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 14px;
    line-height: 21px;
    margin: 0;
}
.h_title {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.h_title h2 {
    color: #2b74f1;
    font-size: 22px;
    position: relative;
    margin:0;
    font-weight: 700;
    display: inline-block;
}
.h_title h2:after {
    content: "";
    position: absolute;
    border-bottom: 3px solid #2b74f1;
    left: 0;
    transition: .5s;
    width: 100px;
    bottom: -3px;
}
.backBtn a{
    color: #000;
}
.backBtn{
    position:absolute;
    top:15px;
    left:0;
}
.backBtn svg{
    font-size: 30px;
    float: left;
}
.backBtn .txtback{
    margin-top: 6px;
    float: left;
    font-weight: bold;
    margin-left: 5px;
    font-size: 18px;
}
@media screen and (max-width: 1442px){
    .wrapper {
        width: calc(100% - 160px - 160px);
        margin: 0 auto;
    }
}


@media screen and (max-width: 1200px){
    .wrapper {
        width: 725px;
        margin: 0 auto;
    }

    /* .topStrip ul li:last-child{
        display: none;
    } */

    
}

@media screen and (max-width: 1100px){
    .left_new, .right_new{
        display: none;
    }
    .left-ads, .right-ads{
        display: none;
    }
    .topStrip {
        text-align: left;
    }
    .topStrip ul {
        padding: 0;
    }
    .topStrip ul{
        width: 990px;
    }
}

@media screen and (max-width: 1000px){
    .wrapper {
        width: 98%;
        margin: 0 auto;
    }

    
}

@media (max-width: 767px){
    .detailsHeading h1 {
        font-size: 30px;
        font-weight: 600;
        line-height: 40px;
        margin: 0;
    }
    .detailsInner{
        width: 100%;
    }
    .detailright_side{
        width: 100%;
        margin-left: 0;
    }
}

@media (max-width: 600px){
    .mob_detail .category-source {
        font-size: 11px;
        /* margin: 0; */
    }

   .mob_detail .category-date {
        font-size: 11px;
        margin: 5px 0 0;
    }

    .detailsInner{
        position: relative;
    }

    .mob_detail .category-share{
        position: absolute;
        top: 18px;
        bottom: auto;
        right: 0;
    }
}



@media screen and (max-width: 650px){
    .center-content.mobile-view {
        display: block !important;
    }

    .center-content.desk-top {
        display: none !important;
    }

    .center-content .mobBox{
        width: 100%;
        float: left;
    }

    .center-content .mobBox span {
        width: 100%;
        float: left;
    }

    .boxesMain {
        margin-top: 30px;
    }
    .backBtn svg {
        font-size: 20px;
    }
    .backBtn .txtback {
        margin-top: 2px;
        margin-left: 5px;
        font-size: 14px;
    }
    header.new_header .desktop_header .header-top .header-left .logo.main_LOGO{
        display: none;
    }
}


@media screen and (max-width: 620px){
    /* .topStrip ul li:nth-child(6){
        display: none;
    } */
}

@media screen and (max-width: 500px){
   .mob_detail .category-share ul li {
        width: 24px;
    }
}

@media (max-width: 480px){
    .detailsHeading h1 {
        font-size: 22px;
        font-weight: 600;
        line-height: 26px;
    }

    .story-detail p {
        margin: 10px 0;
        font-size: 16px;
        line-height: 24px;
    }
}


@media screen and (max-width: 420px){
    /* .topStrip ul li:nth-child(4){
        display: none;
    } */
}

