﻿.publications-wrapper {
    padding: 0px 0px 40px;
}

    .publications-wrapper .ncd-image {
        width: 100%;
        height: 7em;
        object-fit: cover;
        object-position: center;
    }

    .publications-wrapper .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        color: #fff !important;
        background-color: #019ADE !important;
        border: none;
        border-radius: 0;
    }

    .publications-wrapper .nav-tabs .nav-link {
        background: #C9DEF3;
        color: #595959;
        border: none;
        border-radius: 0;
        margin-right: 1px;
    }

    .publications-wrapper ul.nav.nav-tabs {
        margin-top: 1px;
        margin-bottom: 5px;
        font-size: 0.9em;
    }

    .publications-wrapper .tab-pane p {
        font-size: 0.8em;
        padding-top: 10px;
        margin-bottom: 0;
        color: #000;
        font-weight: 600;
    }

    .publications-wrapper .links {
        font-size: 0.85em;
        text-align: end !important;
        color: #019ADE;
    }

    .publications-wrapper .publications-head {
        display: flex;
        justify-content: space-between;
    }

    .publications-wrapper .pub-image {
        width: 130px;
        border-radius: 0;
        border: 5px solid #fff;
        height: 181px;
        object-fit: contain;
    }

    .publications-wrapper .card-title {
        font-size: 0.9em;
        font-weight: bold;
        margin-bottom: 3px;
        display: -webkit-box;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .publications-wrapper .date {
        font-size: 0.7em;
        margin-bottom: 5px;
    }

    .publications-wrapper .card-text {
        font-size: 0.8em;
        line-height: 15px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        display: none;
    }

        .publications-wrapper .read-more {
            display: block;
            font-size: 11px;
        }

    .publications-wrapper .card {
        border: none;
        border-radius: 0;
        box-shadow: 0px 5px 6px 3px rgb(0 0 0 / 5%);
        margin-bottom: 7px;
    }

    .publications-wrapper .card-body {
        padding: 5px 15px 5px 5px;
    }

    .publications-wrapper .nav-tabs {
        border-bottom: none;
    }

    .publications-wrapper .card, .publications-wrapper .card .card-header {
        background-color: #fff !important;
    }

    .publications-wrapper h4.styled-head {
        border-bottom: 1px solid #DADADA;
        position: relative;
        color: #242424;
        margin-bottom: 22px;
        font-size: 1.4em;
    }

        .publications-wrapper h4.styled-head:before {
            position: absolute;
            content: "";
            width: 50px;
            height: 2.5px;
            background: #2B90B6;
            top: 1.2em;
        }

    @media screen and (min-width: 1074px) and (max-width: 1200px) {
        .banner-wrapper-block .know-more-wrapper {
        padding: 0px 50px !important;
    }
}

@media screen and (min-width: 1201px) and (max-width: 1399px) {
    .banner-wrapper-block .know-more-wrapper {
        padding: 0px 40px !important;
    }
}

@media screen and (min-width: 1400px) and (max-width: 1589px) {
    .banner-wrapper-block .know-more-wrapper {
        padding: 0px 60px !important;
    }
}

@media screen and (min-width: 1590px) and (max-width: 1726px) {
    .banner-wrapper-block .know-more-wrapper {
        padding: 0px 90px !important;
    }
}

@media screen and (min-width: 1727px) and (max-width: 1843px) {
    .banner-wrapper-block .know-more-wrapper {
        padding: 0px 120px !important;
    }
}

@media screen and (min-width: 1844px) {
    .banner-wrapper-block .know-more-wrapper {
        padding: 0px 140px !important;
    }
    .banner-wrapper-block, .carousel.slide {
        min-height: 450px;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {

        .map-header-wrapper h2:before {
            top: 28px;
        }
        .carousel-control-next {
            right: -35px;
        }
        .carousel-control-prev {
            left: -35px;
        }
        .banner-wrapper-block.carousel-control-next {
            right: -40px;
        }
        .banner-wrapper-block.carousel-control-prev {
            left: -40px;
        }
        .banner-wrapper-block, .carousel.slide {
            min-height: 250px;
        }
        .map-wrapper-block .timeline-header h3 {
            font-size: 1.5em;
        }
        .map-wrapper-block img.map-icons {
            min-height: 36px;
        }
        .map-wrapper-block img.map-icons {
            border-radius: 50%;
            width: 35px;
            object-fit: cover;
            object-position: 50% 50%;
        }
        .map-wrapper-block .search-icon i {
            padding: 10px;
        }
    
    .publications-wrapper h4.styled-head {
        font-size: 1.2em;
    }

        .publications-wrapper .links {
            font-size: 0.7em;
        }


        .h6, h6, .disease-name, select.custom-select, .search input[type="text"] {
            font-size: 0.6em;
        }

        h4.styled-head:before {
            top: 19px;
        }
    }

    .btn.focus, .btn:focus {
        box-shadow: none;
    }

    .img-container {
        background-color: #000000;
    }

    .banner-image img {
        opacity: 0.8;
    }

    .tippy-box {
        background-color: rgba(0, 0, 0, 0.8) !important;
        font-size: 12px !important;
        color: #F2F2F3;
    }

.tippy-arrow:before {
    border-top-color: rgba(0, 0, 0, 0.8) !important;
    border-bottom-color: rgba(0, 0,0,0.8) !important;
}
