    /*Styling For Author.php file Muhammad Abdullah*/
    
    .container.container-content-auth {
        max-height: 300px;
        height: 300px;
        background: #f1f1f1;
        justify-content: center;
        display: flex;
        align-items: center;
    }
    
    .div-img {
        display: flex;
        justify-content: center !important;
        align-items: center;
        width: 200px;
    }
    
    .col-md-3.col-sm-3.div-img img {
        width: 160px;
        height: 160px;
        border-radius: 50%;
        display: flex;
        border: 2px solid lightgray;
        padding: 5px;
    }
    
    span.auth-name {
        display: block;
        font-weight: 600;
        line-height: 28px;
        font-size: 24px;
        color: #1f9578;
        font-family: "Lato", Sans-serif;
    }
    
    span.auth-level {
        line-height: 24px;
        font-size: 16px;
        display: block;
        font-family: 'Helvetica Neue';
        color: #454545;
        font-weight: 400;
        margin-bottom: 15px;
    }
    
    span.auth-bio {
        font-size: 16px;
        line-height: 24px;
        color: #454545;
        font-weight: 400;
        font-family: 'Helvetica Neue';
    }
    
    span.social-links {
        display: block;
        width: 120px;
        height: 25px;
        margin-top: 25px;
    }
    
    a.socail-links-black i {
        font-size: 16px;
        color: #000;
        margin: 0 5px;
    }
    
    @media (min-width: 780px) and (max-width:1000px) {
        .col-md-3.col-sm-3.div-img {
            padding-right: 0px !important;
        }
    }
    
    @media(max-width:768px) {
        .container.container-content-auth {
            max-height: 500px;
            height: 500px;
            padding: 0 5px 0 10px;
        }
        .div-img {
            padding-left: 0px;
            padding-right: 0px;
            margin-bottom: 25px;
        }
        .col-md-9.col-sm-9.div-content {
            padding: 0px 10px !important;
            margin: 0 10px 0 20px;
        }
    }
    
    @media(max-width:520px) {
        .container.container-content-auth {
            max-height: 620px;
            height: 680px;
            padding: 0 5px 0 10px;
        }
    }
    /*Post By List*/
    
    ul.auth-post-types {
        list-style-type: none;
        margin-top: 80px;
    }
    
    ul.auth-post-types li {
        margin-bottom: 50px;
    }
    
    .col-md-4.col-sm-12.auth-post-img img {
        width: 300px;
        height: 180px;
    }
    
    .col-md-4.col-sm-4.auth-post-img {
        display: flex;
        justify-content: flex-start !important;
        padding-left: 0px;
    }
    
    span.auth-title a {
        color: #3a3a3a;
        font-size: 24px;
        line-height: 36px;
        display: block;
        font-weight: bold;
    }
    
    span.auth-excerpt {
        color: #3a3a3a;
        display: block;
        font-size: 18px;
        line-height: 27px;
        font-weight: 500;
    }
    
    span.auth-last-line {
        margin-top: 15px !important;
        display: block;
    }
    
    span.auth-date {
        font-size: 14px;
        line-height: 28px;
        margin-right: 25px;
        color: #3a3a3a;
    }
    
    span.auth-category a {
        font-size: 14px;
        line-height: 28px;
        color: #3a3a3a;
        font-family: 'Helvetica Neue';
    }
    
    span.auth-category a:nth-child(odd) {
        color: #e7b810;
    }
    
    @media(max-width:750px) {
        .col-md-8.col-sm-8.auth-content-post {
            margin-right: 15px;
        }
    }
    
    @media (max-width:1050px) {
        .col-md-4.col-sm-4.auth-post-img img {
            max-height: 180px !important;
        }
    }
    
    span.auth-popular-post {
        font-size: 32px;
        line-height: 36px;
        font-weight: bold;
        color: #2c4486;
        font-family: "Lato", Sans-serif;
        padding-left: 0px;
    }
    
    span.the-pop-tile a {
        line-height: 30px;
        font-size: 20px;
        font-family: 'Helvetica Neue';
        color: #3a3a3a;
    }
    
    .container.cont-2 {
        padding: 0px;
    }
    
    .container-fluid.cont-1 {
        margin-top: 4%;
        height: 520px;
        display: flex;
        align-items: center;
        background: #f1f1f1;
    }
    
    @media(max-width:991px) {
        .container-fluid.cont-1 {
            margin-top: 4%;
            min-height: 900px;
            height: auto;
            display: flex;
            align-items: center;
            background: #f1f1f1;
        }
        .container-fluid.cont-1 {
            margin-top: 4%;
            height: auto;
            display: flex;
            align-items: center;
            height: 900px;
            padding: 5% 0;
            background: #f1f1f1;
        }
        .container.cont-2 .col-sm-6 {
            margin: 10px 0;
            display: flex;
            flex-direction: row;
            justify-content: flex-start;
            align-items: center;
        }
        span.the-pop-tile a {
            display: inline-block;
            line-height: 30px;
            font-size: 20px;
            font-family: 'Helvetica Neue';
            color: #3a3a3a;
            /* width: 50%; */
            padding-left: 20px;
            padding-top: 25px;
            /* justify-content: center; */
            /* align-items: center; */
        }
    }
    
    @media(max-width:600px) {
        .container-fluid.cont-1 {
            /* min-height: 1500px;
        height: 1500px; */
            height: auto;
        }
        .container.cont-2 .col-sm-6 {
            margin: 10px 0;
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            align-items: center;
        }
        .container.cont-2 .col-sm-6 {
            margin: 20px 0;
        }
        span.auth-popular-post {
            font-size: 32px;
            line-height: 36px;
            color: #3a3a3a;
            font-weight: bold;
            font-family: 'Helvetica Neue';
            padding-left: 0px;
            color: #2c4486;
            font-family: "Lato", Sans-serif;
            /* display: flex;
        justify-content: center;
        align-items: center; */
        }
        .container.content-container .row {
            justify-content: center;
        }
        span.the-pop-tile {
            width: 80%;
        }
    }
    /* .author .container {
        width: 100%;
    } */
    
    .container.container-content-auth {
        max-width: 1200px;
    }
    
    .wrapper.w-100 {
        background: #f1f1f1;
        width: 100%;
        min-width: 100% !important;
    }
    
    .container-fluid.cont-1 {
        margin-top: 4%;
        height: 520px;
        max-width: 1170px;
        /* width: 100%; */
        display: flex;
        align-items: center;
        /* background: #f1f1f1; */
    }
    
    ul.auth-post-types {
        list-style-type: none;
        margin-top: 80px;
        max-width: 1170px;
        margin: auto;
        padding-left: 0px;
        margin-top: 50px;
    }
    
    .container.content-container {
        max-width: 1170px;
    }
    
    .container.cont-2 div {
        padding-left: 0px;
    }
    
    @media (min-width:600px) and (max-width:1200px) {
        .container-fluid.cont-1 {
            margin-top: 4%;
            height: 520px;
            max-width: 1170px;
            display: flex;
            margin: auto;
            margin-top: 4%;
        }
        .container-fluid.cont-1 .row {
            width: 90%;
            margin: auto !important;
        }
        ul.auth-post-types {
            list-style-type: none;
            margin-top: 80px;
            max-width: 1170px;
            margin: auto;
            width: 90%;
            padding-left: 0px;
            margin-top: 50px;
        }
        .col-md-4.col-sm-4.auth-post-img img {
            max-height: 180px !important;
            background-size: cover;
            height: 150px;
            align-self: center;
        }
    }
    
    @media(max-width:991) {
        .container.cont-2 img {
            width: 250px;
            max-width: 250px !important;
            height: 130px;
            max-height: 130px !important;
        }
        span.the-pop-tile a {
            width: 100% !important;
        }
        .container.cont-2 img {
            max-width: 250px;
            max-height: 130px;
        }
        .col-md-3.col-sm-12 img {
            max-width: 200px !important;
            height: auto;
            max-height: 130px !important;
        }
        .container.cont-2 img.attachment-275x130.size-275x130.wp-post-image.lazy-loaded {
            width: 200px !important;
            height: 130px !important;
            max-width: 200px !important;
        }
    }
    
    @media(min-width:600px) and (max-width:991px) {
        .container-fluid.cont-1 {
            height: auto;
        }
        .container.cont-2 .col-sm-6 {
            margin: 10px 0;
            display: flex;
            flex-direction: column !important;
            align-items: flex-start;
        }
        span.the-pop-tile {
            width: 100%;
            text-align: left;
            padding-left: 0px;
            margin-left: -15px;
        }
        .col-md-8.col-sm-8.auth-content-post {
            padding-left: 0px;
        }
        ul.auth-post-types h2 {
            margin-left: -15px;
        }
        span.auth-popular-post {
            margin-left: -15px;
        }
    }
    
    @media(max-width:600px) {
        .container-fluid.cont-1 {
            /* min-height: 1500px;
        height: 1500px; */
            height: auto;
            width: 90%;
        }
        ul.auth-post-types {
            width: 90%;
        }
        span.the-pop-tile a {
            text-align: center;
        }
        span.auth-title a {
            text-align: center;
        }
        span.auth-excerpt {
            text-align: center;
        }
        span.auth-last-line,
        span.the-pop-tile {
            text-align: center;
        }
        ul.auth-post-types h2 {
            width: 100%;
            font-size: 32px;
            line-height: 36px;
            padding-left: 0px;
            margin-left: -15px;
            color: #2c4486;
            font-family: "Lato", Sans-serif;
            font-weight: bold;
        }
    }
    
    @media(max-width:768px) {
        .row.row-content-auth {
            justify-content: center;
        }
        span.auth-name {
            text-align: center;
        }
        span.auth-level {
            text-align: center;
        }
        span.auth-bio {
            text-align: center !important;
            display: flex;
        }
        span.social-links {
            width: 100%;
            text-align: center;
        }
        .col-md-9.col-sm-9.div-content {
            padding: 0px !important;
            margin: 0 20px 0 20px;
        }
    }
    
    .page-breadcrumbs .container {
        max-width: 1170px;
    }
    
    .author nav.footer-layout.footer-layout-1.footer-custom .container {
        max-width: 1170px;
    }
    
    @media (min-width: 768px) and (max-width:1200px) {
        .col-md-9.col-sm-9.div-content {
            padding-right: 25px;
        }
    }
    
    ul.auth-post-types h2 {
        font-size: 32px;
        line-height: 36px;
        color: #3a3a3a;
        font-weight: bold;
        font-family: 'Helvetica Neue';
        padding-left: 0px;
    }
    
    .author ul.breadcrumbs {
        display: none;
    }
    
    .container-b {
        margin-left: 5%;
        width: 100%;
        min-width: 250px;
        min-height: 50px;
    }
    
    span.list-b a {
        color: #0099cc;
        font-size: 14px;
        font-weight: 700;
    }
    /*Redone Styling Sir Jibran*/
    
    .author .page-breadcrumbs {
        max-width: 1170px;
        margin: auto;
    }
    
    .container-b {
        margin-left: 0;
        width: 100%;
        min-width: 250px;
        min-height: 50px;
        max-width: 1170px !important;
    }
    
    span.the-pop-tile {
        width: 100%;
        text-align: left;
        padding-left: 0px;
        margin-left: -15px;
        max-width: 300px;
        margin-bottom: 20px;
    }
    
    @media(max-width:768px) {
        .cont-2 .col-md-3.col-sm-6 {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            margin-bottom: 30px;
        }
        span.the-pop-tile a {
            display: inline-block;
            line-height: 30px;
            font-size: 20px;
            font-family: 'Helvetica Neue';
            color: #3a3a3a;
            /* width: 50%; */
            padding-left: 20px;
            padding-top: 10px;
            /* justify-content: center; */
            /* align-items: center; */
            text-align: center;
            width: 100%;
        }
    }
    /* popular post heading  */
    /* popular post heading  */
    
    @media(min-width:1101px) and (max-width:1200px) {
        span.the-pop-tile a {
            padding-left: 15px;
        }
    }
    
    @media(min-width:991px) and (max-width:1100px) {
        span.the-pop-tile a {
            line-height: 28px;
            font-size: 18px;
            font-family: 'Helvetica Neue';
            color: #3a3a3a;
            text-align: center;
            padding-left: 10px;
        }
    }
    
    @media (min-width: 600px) and (max-width: 991px) {
        .container.cont-2 .col-sm-6 {
            margin: 10px 0;
            display: flex;
            flex-direction: column;
            align-items: center;
        }
    }
    /* breadcrum less than 911 */
    
    @media(max-width:991px) {
        .container-b {
            padding-left: 5%;
        }
    }
    
    .author nav.navigation.paging-navigation.numeric-navigation {
        width: 100%;
    }
    /* popular heading  */
    
    @media(min-width:600px) and (max-width:991px) {
        span.auth-popular-post {
            display: flex;
            justify-content: center;
        }
        .container.content-container .row {
            justify-content: center;
        }
        span.auth-title {
            text-align: center;
        }
        span.auth-excerpt {
            text-align: center;
        }
        span.auth-last-line {
            display: flex;
            justify-content: center;
        }
        ul.auth-post-types h2 {
            margin-left: 0px;
            text-align: center;
        }
    }
    /* popular heading  */
    /*Top header filter hidden*/
    
    .author .mf-taxs-list {
        display: none;
    }
    
    span.space-btw {
        width: 5px;
    }
    /*Top header filter hidden*/
    /* Popular post written by  */
    
    @media(min-width:1050px) {
        .container.content-container .row {
            display: flex;
            align-items: center;
        }
        .col-md-4.col-sm-4.auth-post-img {
            max-width: 300px !important;
            padding: 0px;
        }
        .col-md-4.col-sm-4.auth-post-img {
            display: flex;
            justify-content: flex-start;
            padding-left: 0px;
            align-items: center;
            max-width: 300px;
            padding: 0px;
        }
    }
    /* Popular post written by  */
    /*Sizing styling pop post text & img*/
    
    @media(min-width:1000px) {
        .container.cont-2 .img-block {
            display: block;
        }
        span.the-pop-tile {
            width: 100%;
            display: block;
            max-width: 250px;
            margin: auto;
        }
        span.the-pop-tile a {
            padding-left: 0px;
        }
    }
    /*Sizing styling pop post text & img*/
    /*breadcrumbs hr*/
    
    .author .page-breadcrumbs {
        height: 40px;
    }
    
    hr.bt-margin {
        margin-top: 0px;
        margin-bottom: 35px;
    }
    
    span.list-b a {
        font-size: 16px;
        line-height: 20px;
    }
    
    span.list-b a {
        color: #2d2d2c;
        font-weight: 400;
    }
    
    span.home.list-bread {
        font-weight: 700;
        color: #337ab7;
    }
    /*breadcrumbs hr*/
    /*weight pop post*/
    
    span.auth-popular-post {
        font-weight: 400;
    }
    /*weight pop post*/
    /*Author details section with for empty layout*/
    
    .row.row-content-auth {
        width: auto;
        width: 100%;
    }
    /*Author details section with for empty layout*/
    
    .container-fluid.cont-1 hr {
        height: 2px;
        width: 100%;
        background: #f1f1f1;
    }
    
    .container-b {
        min-height: 40px;
    }
    
    hr.bt-margin {
        margin-top: 0px;
        margin-bottom: 25px;
    }
    /* hr in post written */
    
    hr.postwritten {
        margin: 40px 0 !important;
        width: 65% !important;
        background: #f1f1f1;
        height: 1px;
    }
    /*Redone Styling Sir Jibran*/
    /*Styling For Author.php file Muhammad Abdullah*/
    /*Styling on this web*/
    
    .col-md-4.col-sm-4.auth-post-img img {
        width: 250px;
        height: 150px;
        max-width: 250px;
        max-height: 150px;
        object-fit: cover;
    }
    
    .col-md-8.col-sm-8.auth-content-post {
        padding-left: 20px;
    }
    
    span.auth-category a:nth-child(odd) {
        color: #075aae;
    }
    
    @media(max-width:1050px) {
        .col-md-4.col-sm-4.auth-post-img {
            display: flex;
            justify-content: flex-start !important;
            padding-left: 0px;
            justify-content: center !important;
            margin-bottom: 20px;
        }
        span.auth-title a {
            text-align: center;
        }
        span.auth-excerpt {
            text-align: center;
        }
        span.auth-last-line {
            margin-top: 15px !important;
            display: block;
            text-align: center;
        }
        hr.postwritten {
            margin: 20px auto !important;
            width: 65% !important;
            background: #f1f1f1;
            height: 1px;
            text-align: center;
        }
        ul.auth-post-types h2 {
            text-align: center;
        }
    }
    
    .div-img {
        display: flex;
        justify-content: center !important;
        align-items: center;
        width: 200px;
        margin: 0 20px;
    }
    
    ul.auth-post-types h2 {
        font-size: 32px;
        line-height: 36px;
        font-weight: bold;
        color: #2c4486;
        font-family: "Lato", Sans-serif;
        padding-left: 0px;
    }
    
    span.auth-popular-post {
        font-size: 32px;
        line-height: 36px;
        font-weight: bold;
        color: #2c4486;
        font-family: "Lato";
        padding-left: 0px;
        font-weight: bold !important;
    }
    /*first section*/
    
    .row.row-content-auth {
        width: auto;
        width: 100%;
        display: flex;
        justify-content: start;
        /*Column when mobile*/
        /* flex-direction: column; */
    }
    /*Section 2 container*/
    
    .container.cont-2 {
        display: flex;
        justify-content: space-between;
    }
    
    @media(min-width:1201px) {
        .container-fluid.cont-1 .row {
            width: 100%;
            margin: auto !important;
        }
        .container.cont-2 {
            display: flex;
            justify-content: space-around;
        }
    }
    
    span.auth-title a {
        color: #1f9578;
        font-size: 24px;
        line-height: 36px;
        display: block;
        font-family: 'Lato';
        font-weight: bold;
    }
    
    .col-md-9.col-sm-9.div-content {
        max-width: 800px;
    }
    /*Sec 2 img and heading*/
    
    span.the-pop-tile a {
        line-height: 30px;
        font-size: 20px;
        font-family: 'Lato';
        color: #000;
    }
    
    span.img-block img {
        width: 280px;
        height: 130px;
        max-width: 250px;
        max-height: 150px;
        object-fit: cover;
    }
    /*Sec 2 img and heading*/
    /*main container below header margin*/
    
    .author div#content {
        margin-top: 40px;
    }
    
    span.auth-bio {
        font-size: 16px;
        line-height: 24px;
        color: #454545;
        font-weight: normal;
        font-family: 'Lato';
    }
    
    span.the-pop-tile a {
        color: #1f9578
    }
    
    .author nav.navigation.pagination {
        margin-bottom: 20px;
    }
    
    span.auth-level {
        margin: 10px 0;
    }
    
    ul.auth-post-types hr {
        margin: 40px 0;
        background: #1f9578;
    }
    
    @media(min-width:1200px) {
        span.the-pop-tile {
            margin-top: 20px;
        }
        span.auth-popular-post {
            padding-left: 15px;
        }
    }
    
    @media(min-width:769px) and (max-width:1000px) {
        .container.container-content-auth {
            height: auto;
            padding: 20px 0;
            max-height: 600px;
            /* flex-direction: column; */
        }
        .row.row-content-auth {
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }
    }
    
    @media(min-width:769px) and (max-width:1199px) {
        /*Section 2*/
        .container-fluid.cont-1 {
            height: auto;
            padding: 4% 0;
        }
        span.auth-popular-post {
            display: flex;
            justify-content: center;
        }
        .container.cont-2 {
            display: flex;
            justify-content: center;
            flex-direction: column;
            align-items: center;
        }
        .container.cont-2 .col-md-3.col-sm-6 {
            margin: 20px 0;
        }
        span.the-pop-tile {
            text-align: center;
        }
    }
    /*ul hr tag*/
    
    hr.postwritten {
        margin: 40px 0 !important;
        width: 65% !important;
        background: #1f9578;
        height: 1px;
    }
    
    @media (max-width: 1050px) {
        hr.postwritten {
            margin: 20px auto !important;
            margin-bottom: 30px !important;
            width: 65% !important;
            background: #1f9578;
            height: 1px;
            text-align: center;
        }
    }
    
    @media (max-width:768px) {
        .row.row-content-auth {
            flex-direction: column;
            align-items: center;
        }
        .container.cont-2 {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }
        ul.auth-post-types h2 {
            text-align: left;
        }
        .container-fluid.cont-1 {
            height: auto;
            width: 100%;
        }
    }
    
    span.auth-level {
        line-height: 24px;
        font-size: 16px;
        display: block;
        font-family: 'Lato';
        color: #2c4486;
        font-weight: 400;
        margin: 10px 0;
    }
    /*Algin 2nd section*/
    
    @media (min-width: 769px) and (max-width: 1199px) {
        .container.cont-2 {
            display: grid;
            justify-content: center;
            flex-direction: column;
            /* align-items: center; */
            grid-template-columns: 1fr 1fr;
        }
        .container.cont-2 .img-block {
            display: block;
            display: flex;
            justify-content: center;
        }
    }
    /*Main container 100 per and adjusting others*/
    
    .author .ast-container {
        
    }
    
    .container.container-content-auth {
        max-width: 1200px;
        margin: auto;
        margin-bottom: 50px;
    }
    
    .container.container-content-auth {
        margin-bottom: 40px;
    }
    
    .container-fluid.cont-1 {
        margin: auto;
    }
    
    ul.auth-post-types li {
        margin-bottom: 0;
    }
    
    .container-fluid.cont-1 hr {
        height: 1px;
        width: 90%;
        background: #1f9578;
        margin-left: 0;
        margin-left: 15px;
        margin-top: 40px;
        margin-bottom: 40px;
    }
    
    hr.bt-margin {
        margin-top: 0px;
        margin-bottom: 25px;
        max-width: 1170px;
        background: #1f9578;
    }
    
    @media (min-width: 769px) and (max-width: 1199px) {
        .author .ast-container {
            width: 100%;
            max-width: 100%;
            padding: 0px;
        }
        .row.row-content-auth {
            padding: 0px 20px;
        }
        .container-fluid.cont-1 {
            height: auto;
            padding: 4% 0;
            min-height: auto;
            max-height: initial !important;
        }
    }
    
    @media (max-width:768px) {
        .container-b {
            padding-left: 0;
        }
        span.auth-name {
            margin-top: 10px;
        }
    }
    
    @media(min-width:1200px) {
        .col-md-8.col-sm-8.auth-content-post {
            padding-left: 20px;
            max-width: 850px;
        }
        .container-fluid.cont-1 hr {
            width: 100%;
        }
    }