/*.recent-post h4 {
    position: relative;
    padding-bottom: 10px;
}
.recent-post h4::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 90px;
    height: 3px;
    background: #f00;
}*/

/* responsive for extra large device */
@media screen and (max-width: 1200px) {
    header.header .logo {
        width: 100%;
    }

    section.featured-article .featured-article-box .featured-article-box-content h4 {
        font-size: 23px;
    }

    nav.main-nav ul li ul.submenu {
        padding: 20px;
    }

    nav.main-nav ul>li {
        padding-left: 0;
    }

    nav.main-nav ul li ul.submenu.left-submenu li ul.submenu {
        left: -220px;
    }

    section.topic span.dots::after {
        content: ".  .  .  .  .  .  .  .  . .  .  .  .  .  .  .  . . . . . . . . . . . . ";
    }
}


/* responsive for large device */
@media screen and (max-width: 992px) {
    .post-content .col-xl-4 img {
        margin-bottom: 30px;
    }
    .recent-post a{
        font-size: 11px;
    }
    .header-content .header-content-right h2 {
        font-size: 32px;
    }

    .mt-3.heading-title {
        width: 69%;
        margin: auto;
        text-align: center;
        font-size: 35px;
        font-weight: 700;
    }

    .header-content .header-content-right p {
        font-size: 12px;
    }

    .header-content-right {
        margin-top: 115px;
    }

    section.newsletter,
    section.topic,
    section .social {
        padding: 27px;
    }

    section.newsletter p,
    section.social p {
        font-size: 13px;
    }

    .latest-article .article-post .article-content {
        width: 80%;
    }

    .latest-article .article-post .article-content h2 {
        font-size: 31px;
    }

    section.topic span.dots::after {
        content: ".  .  .  .  .  .  .  .  . .  .  .  .  .  .  .  . . . . . . .";
    }

    section.social ul.social-icon li a {
        width: 40px;
        height: 40px;
        font-size: 16px;
        line-height: 40px;
        margin-right: 1px;
    }
}

/* responsive for medium device */
@media screen and (max-width: 768px) {
    .recent-post{
        margin-bottom: 20px;
    }
    #search-popup form {
        position: fixed;
        width: 90%;
        top: 200px;
    }
    header.header .container .row.header-row {
        height: inherit;
        padding: 45px 0;
    }

    .author-desc-box img {
        position: absolute;
        left: 50%;
        top: -49px;
        transform: translateX(-50%);
        border-radius: 50%;
    }

    .author-desc-box {
        margin-top: 107px;
    }

    nav.main-nav ul {
        display: none;
    }

    .mt-3.heading-title {
        font-size: 29px;
    }

    header.header .logo {
        margin-bottom: 25px;
    }

    section.topic span.dots::after {
        content: ".  .  .  .  .  .  .  .  . .  .  .  .  .  .  .  . . . . . . . .  .  .  . .  .  .  .  .  .  .  . . . . . . . .  .  .  . .  .  .  .  .  .  .  . . . . . . . .  .  .  . .  .  .  . ";
    }

    .mean-bar {
        display: block !important;
    }

    .author-details img {
        margin-bottom: 20px;
    }

    section.header-content{
        margin-top: -131px;
    }

    section.header-content .header-content-img::after{
        display: none;
    }

    .meanmenu-reveal {
        transform: translateY(-38px);
      }

    .popup-btn {
        display: block;
    }

    .logo{
        width: 50%;
    }

    .search_img{
        display: none;
    }

}

/* responsive for small device */
@media screen and (max-width: 577px) {

    section.featured-article .featured-article-box .featured-article-box-content h4 {
        font-size: 16px;
    }

    .mt-3.heading-title {
        font-size: 26px;
    }

    section.featured-article .featured-active::after {
        width: 85%;
    }

    section.featured-article .featured-article-box {
        display: flex;
        justify-content: center;
    }

    section.topic span.dots::after {
        content: ". .  .  .  .  .  .  .  .  . .  .  .  .  .  .  .  . . . . . . . .  .  .  . .  .  .  .  .  .  .  . . . . . . . .  .  .  . .  .  .  .  . ";
    }

    section.newsletter,
    section.topic,
    section .social {
        width: 90%;
        margin: auto;
        margin-bottom: auto;
        padding: 35px;
        margin-bottom: 30px;
    }

    .follow .generic-title h2 {
        font-size: 25px;
    }

    .share a {
        margin-bottom: 10px;
        margin-top: 10px;
    }
}

@media screen and (max-width: 490px) {
    .mt-3.heading-title {
        font-size: 20px;
    }

    section.topic span.dots::after {
        content: ". .  .  .  .  . .  .  . .  .  .  .  .  . .  .  . .  .  .  .  . ";
    }

    .follow .generic-title h2 {
        font-size: 19px;
    }
}

@media screen and (max-width: 419px) {
    section.featured-article .featured-article-box .featured-article-box-content h4 {
        font-size: 25px;
    }

    .author-details p {
        font-size: 12px;
    }
}

@media screen and (max-width: 380px) {
    .latest-article .article-post .article-content h2 {
        font-size: 20px;
    }

    .latest-article .article-post .article-content p {
        font-size: 12px;
    }

    .post-content p {
        font-size: 13px;
    }
}

@media screen and (max-width: 362px) {
    .mt-3.heading-title {
        font-size: 15px;
    }
}