.home-modal-btn{
    border-radius: 100px !important;
}
.news-topic{
    font-size: 17px;
}
.new-tag{
    background: #e3342f;
    color: #fff;
    font-size: 10px;
    font-weight: 500;
    padding: 0 5px;
    border-radius: 20px;
    margin-left: 3px;
    position: relative;
    top: -2px;
}
.dashboard-btn{
    border: 2px solid transparent;
    border-radius: 30px;
    padding: 7px 25px;
    font-weight: 500;
    display: inline-block;
    color: #fff;
    background: #7052fb;
}
.dashboard-btn:hover{
    border: 2px solid #7052fb;
    background: #fff;
    color: #7052fb;
    -webkit-box-shadow: 0px 20px 30px 0px rgba(75, 42, 222, 0.2);
    box-shadow: 0px 20px 30px 0px rgba(75, 42, 222, 0.2);
}
.moreNews{
    border: 2px solid #7052fb;
    border-radius: 30px;
    padding: 7px 25px;
    font-weight: 500;
    display: inline-block;
    cursor: pointer;
}
.moreNews::before{
    content: "More news";
    color: #7052fb;
}
.moreNews:hover:before{
    color: #fff;
}
.more-news-section.show .moreNews::before{
    content: "Less news" !important;
}
.moreNews:hover{
    background: #7052fb;
    color: #fff;
    -webkit-box-shadow: 0px 20px 30px 0px rgba(75, 42, 222, 0.2);
    box-shadow: 0px 20px 30px 0px rgba(75, 42, 222, 0.2);
}
.singleNews{
    margin-bottom: 30px;
}
.singleNews .blog-post{
    height: 100%;
}
.singleNews .blog-content {
    padding: 15px 15px 15px;
    background: #fff;
}
.singleNews:not(:nth-child(-n+3)){
    display: none;
}
.more-news-section.show .singleNews:not(:nth-child(-n+3)){
     display: block !important;
 }
.video-item{
    font-weight: 600;
    color: #7052fb;
}
.pdf-preview-mob{
    display: none;
}
@media (max-width: 767px) {
    .pdf-preview-mob{
        display: block;
    }
    .pdf-preview-web{
        display: none;
    }
}

/*horizontal timeline*/

.horizontal-wrap{
    padding: 80px 0 20px;
}
.horizontal-wrap li{
    list-style: none;
}
.horizontal-wrap .horizontal-timeline .events-content li{
    -webkit-box-shadow: 0 5px 30px 0 rgba(79, 35, 35, 0.14);
    box-shadow: 0 5px 30px 0 rgba(79, 35, 35, 0.14);
    background: #fff;
    color: #5e5b74;
    font-size: 17px;
    padding: 25px 20px;
    justify-content: center;
    text-align: left;
    transition: .3s;
}
.horizontal-wrap .horizontal-timeline .events-content li:hover{
    -webkit-box-shadow: 0px 30px 60px 0px rgba(43, 35, 79, 0.12);
    box-shadow: 0px 30px 60px 0px rgba(43, 35, 79, 0.12);
}
.horizontal-wrap .horizontal-timeline .events-content li p{
    margin-bottom: 0;
}
.horizontal-wrap .horizontal-timeline .events{
    min-width: 100%;
    bottom: 15%;
}
.horizontal-wrap .timeline-navigation{
    top: 10px !important;
}
.horizontal-wrap .horizontal-timeline .events-content{
    padding-top: 25px;
}
.horizontal-wrap .horizontal-timeline .events {
    background: #7052fb;
}
.horizontal-wrap .horizontal-timeline .events a::after {
    background-color: #7052fb;
}
.horizontal-wrap .horizontal-timeline .filling-line {
    background-color: #fdb01a;
}
.horizontal-wrap .horizontal-timeline .events a.older-event::after, .horizontal-timeline .events a.selected::after {
    background-color: #fdb01a !important;
}
.horizontal-wrap .timeline-navigation a {
    color: #7052fb;
}
.horizontal-wrap .timeline-navigation a:hover {
    color: #fdb01a;
    border-color: #fdb01a;
}
.horizontal-wrap .horizontal-timeline .events a {
    color: #5e5b74;
}
.pcr-count{
    border: 2px solid #7052fb;
    padding: 15px 20px;
    text-align: center;
    border-radius: 30px;
    color: #7052fb;
    width: fit-content;
    margin: 0 auto 50px;
}
.more-covid-button ul li a{
    color: #2b2350;
    font-weight: 600;
    font-size: 16px;
    background: none;
    border: none;
    box-shadow: none;
}
.more-covid-button ul li a:hover{
    color: #7052fb;
    background: none;
    border: none;
    box-shadow: none;
    text-decoration: underline;
}
.team-member .team-info .name{
    font-size: 16px;
}

@media only screen and (max-width: 1100px){
    .horizontal-wrap .timeline-navigation#leftNav {
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important;
        top: -30px !important;
    }
    .horizontal-wrap .horizontal-timeline .events-content{
        padding-top: 0;
    }
}
@media (max-width: 991px) {
    .horizontal-wrap{
        padding: 50px 0 30px;
    }
    .pcr-count{
        margin: 0 auto 30px;
    }
}

@media (max-width: 576px) {
    .more-covid-button ul li a{
        font-size: 15px;
    }
}

@media(max-width: 320px){
    .more-covid-button ul li a{
        font-size: 14px;
        font-weight: 500;
    }
}

.horizontal-wrap canvas {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

/*New Case*/
.new-case-wrap{
    width: max-content;
    height: auto;
    margin: 0 auto 8px;
    padding: 7px;
    border: 1px solid #79768761;
    border-radius: 10px;
}
.new-case-icon{
    border-radius: 10px;
    height: 60px;
    width: 60px;
    line-height: 68px;
    background: rgba(112, 82, 251, 0.141);
    margin: 0 auto;
}
.new-case-icon i{
    color: #7052fb;
}
.down-btn{
    font-size: 12px;
    cursor: pointer;
    color: #7052fb;
}
.new-case{
    display: none;
}
.new-case p{
    font-size: 12px;
    margin-bottom: 5px;
    font-weight: 400;
}
.new-case p span{
    color: #7052fb;
    font-weight: 500;
}
.new-case.show{
    display: block;
}
.down-btn.show:before {
    content: "\f077" !important;
}
.new-case-counter.hide{
    display: none !important;
}
.date-update-text{
    font-weight: 600;
    font-size: 15px;
    color: #7052fb;
    text-align: center;
    margin-bottom: 0;
}

/*New Case*/
.normal-guidelines p{
    display: inline-flex;
    width: 100%;
}
.normal-guidelines span{
    width: 27px;
    display: block;
}
.resources-image{
    height: 280px;
    object-fit: cover;
    width: 100%;
}
.video-tag{
    position: absolute;
    top: 0;
    left: 0;
    background: red;
    font-size: 12px;
    color: #fff;
    padding: 2px 3px;
    font-weight: 500;
    border-radius: 5px;
}
.site-header .site-main-menu li {
    margin: 0 10px;
}
.site-header .site-main-menu li > a {
    font-size: 14px;
    padding: 0 10px;
}
.site-header.header-five .header-inner .site-nav .nav-right .nav-btn {
    background: #fff;
    color: #7052fb;
    padding: 0;
    width: 26px;
    height: 26px;
    text-align: center;
    display: inline-flex;
    align-items: center;
}
.site-header.header-five .header-inner .site-nav .nav-right .nav-btn i{
    font-size: 14px;
    margin: 0 auto;
    display: block;
}
.site-header .header-inner .site-nav .nav-right {
    margin-left: 15px;
}
@media(max-width: 1380px){
    .site-header .header-inner .site-logo a {
        max-width: 230px;
    }
    .site-header .site-main-menu li {
        margin: 0;
    }
    .site-header .site-main-menu li > a {
        font-size: 13px;
    }
}

@media(max-width: 1200px) {
    .site-header .header-inner .site-logo a {
        max-width: 180px;
    }
}

.active-case-text{
    font-size: 15px !important;
}
.fun-fact-two .counter h4{
    font-size: 38px !important;
}
