﻿@media(max-width:991px) {

    .logo-item {
        border-right: none;
        border-bottom: 1px solid #ececec;
    }

        .logo-item:nth-last-child(-n+2) {
            border-bottom: none;
        }
}

@media(max-width:767px) {

    .indexed-box {
        padding: 20px;
    }

    .logo-item {
        padding: 15px;
    }

        .logo-item img {
            max-height: 35px;
        }
}
/*aboutus*/

/* Laptop */

@media (max-width:1199px) {

    .about-title {
        font-size: 46px;
    }

    .feature-item {
        padding: 22px 12px;
    }

        .feature-item h5 {
            font-size: 18px;
        }
}

/* Tablet */

@media (max-width:991px) {

    .about-left {
        text-align: center;
        padding: 40px 25px;
    }

    .feature-row {
        flex-wrap: wrap;
    }

    .feature-item {
        flex: 0 0 33.333%;
        border-right: 1px solid #e8edf7;
        border-top: 1px solid #e8edf7;
    }

        .feature-item:nth-child(3) {
            border-right: none;
        }

        .feature-item:nth-child(4),
        .feature-item:nth-child(5) {
            flex: 0 0 50%;
        }
}

/* Mobile */

@media (max-width:767px) {

    .about-title {
        font-size: 38px;
    }

    .feature-row {
        display: block;
    }

    .feature-item {
        border-right: none;
        border-top: 1px solid #e8edf7;
        width: 100%;
    }

    .about-desc {
        font-size: 14px;
    }

    .btn-about {
        padding: 10px 20px;
    }

    .feature-icon {
        width: 60px;
        height: 60px;
    }

        .feature-icon i {
            font-size: 26px;
        }

    .feature-item h5 {
        font-size: 18px;
    }
}

/*==================================================
            editor
==================================================*/

@media(max-width:1399px) {

    .publish-box {
        padding: 35px;
    }

        .publish-box h2 {
            font-size: 40px;
        }

    .publish-list li {
        font-size: 18px;
    }
}

@media(max-width:1199px) {

    .publish-box h2 {
        font-size: 34px;
    }

    .publish-list li {
        font-size: 16px;
        margin-bottom: 18px;
    }

    .btn-submit-paper {
        font-size: 17px;
        padding: 14px 26px;
    }

    .editorial-header h2 {
        font-size: 34px;
    }
}

@media(max-width:991px) {

    .publish-box {
        border-radius: 18px 18px 0 0;
    }

    .editorial-box {
        padding: 25px;
    }

    .editorial-header {
        margin-bottom: 20px;
    }
}

@media(max-width:767px) {

    .publish-box {
        padding: 28px;
    }

        .publish-box h2 {
            font-size: 28px;
        }

    .publish-list li {
        font-size: 15px;
    }

    .btn-submit-paper {
        width: 100%;
        justify-content: center;
        font-size: 16px;
    }

    .publish-book {
        display: none;
    }

    .editorial-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

        .editorial-header h2 {
            font-size: 28px;
        }

    .editor-card {
        padding: 22px 15px;
    }
}

/*Publsih*/
/* Tablet */

@media(max-width:991px) {

    .publish-widget {
        margin-bottom: 30px;
    }

    .publish-img {
        width: 75px;
    }
}

/* Mobile */

@media(max-width:576px) {

    .publish-widget {
        padding: 18px;
        text-align: center;
    }

    .publish-img {
        display: none;
    }

    .btn-publish {
        width: 100%;
        justify-content: center;
    }
}

/*Aboutus*/
/*====================================================
        RESPONSIVE
====================================================*/

@media(max-width:1199px) {

    .inner-heading h2 {
        font-size: 34px;
    }

    .banner-overlay h3 {
        font-size: 30px;
    }
}

@media(max-width:991px) {

    .content-card {
        padding: 25px;
        margin-top: 25px;
    }

    .journal-banner img {
        height: 260px;
    }

    .banner-overlay h3 {
        font-size: 24px;
    }
}

@media(max-width:767px) {

    .journal-breadcrumb {
        gap: 15px;
    }

    .btn-print {
        width: 100%;
        text-align: center;
    }

    .inner-heading h2 {
        font-size: 28px;
    }

    .journal-banner img {
        height: 220px;
    }

    .banner-overlay {
        padding: 20px;
    }

        .banner-overlay h3 {
            font-size: 20px;
        }

    .objective-box {
        flex-direction: column;
        text-align: center;
    }

        .objective-box i {
            margin: auto;
        }

    .highlight-card {
        padding: 25px;
    }
}

/*list */
@media (max-width: 767px) {
    .scope-list {
        margin-bottom: 20px;
    }
}

/* table */
@media (max-width:768px) {

    .subscription-table {
        min-width: 650px;
    }

        .subscription-table thead th,
        .subscription-table tbody td {
            font-size: 14px;
            padding: 12px;
        }
}