@media (max-width: 769px) and (min-width: 100px) {
    .content-tab {
        padding: 0;
    }

    .jounarl-heading-banner:before {
        background: none;
    }

    .jounarl-heading-banner {
        background: #014479;
    }
}

@media (max-width: 1030px) and (min-width: 100px) {
    .jounarl-heading-banner:before {
        background: none;
        width: 0;
        left: 0;
        height: 0;
        position: inherit;
    }

    .jounarl-heading-banner {
        background: #014479 !important;
    }

    .second-header-view {
        padding: 8px 0 8px 0;
    }
}

@media (max-width: 769px) and (min-width: 420px) {
    .carousel-section p {
        font-size: 14px;
        padding: 0px 0px 0px 0;
        line-height: 23px;
    }

    .home-overlay h1 {
        font-size: 40px;
    }
}

@media (max-width: 420px) and (min-width: 100px) {
    .home-overlay {
        padding: 0 10px 0 10px;
    }

    .home-overlay h1 {
        font-size: 20px;
    }

    .carousel-section p {
        font-size: 12px;
        padding: 0px 0 0px 0;
        line-height: 20px;
    }
}

@media (max-width: 990px) and (min-width: 320px) {
    .manuscript li a {
        width: 200px;
        text-align: center;
    }

    .manuscript {
        padding: 0;
    }

    .header-links li a:hover {
        border: none;
    }

    .header-links li a {
        border: none;
        padding-bottom: 2px;
    }

    .response-footer-logo {
        width: 100%;
    }
}
