.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu {
    border: none;
    top: 70px;
    left: 0;
    z-index: 99;
    opacity: 0;
    width: 400px;
    display: block;
    border-radius: 0;
    margin-top: 15px;
    position: absolute;
    visibility: hidden;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding: 15px 0;
}

.main-navbar .navbar .others-options .option-item .search-box {
    position: relative;
    width: 150px;
    border-radius: 5px;
}

.main-navbar .navbar .navbar-nav .nav-item a {
    color: #09101f;
    font-size: 15px;
    font-weight: 500;
    padding: 30px 12px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.main-navbar .navbar .others-options .option-item .search-box button {
    border: none;
    background-color: #d11c35;
    color: #ffffff;
    height: 40px;
    width: 40px;
    position: absolute;
    right: 5px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 20px;
    border-radius: 5px;
    cursor: pointer;
}


.main-navbar .navbar .others-options .option-item .search-box button:hover, .main-navbar .navbar .others-options .option-item .search-box button:focus {
    background-color: #a9031a;
    color: #ffffff;
}


.main-navbar .navbar .navbar-nav .nav-item a:hover, .main-navbar .navbar .navbar-nav .nav-item a:focus, .main-navbar .navbar .navbar-nav .nav-item a.active {
    color: #ffffff;
    background-color: #0aa349;
}

.main-navbar .navbar .navbar-nav .nav-item:hover a, .main-navbar .navbar .navbar-nav .nav-item.active a {
    color: #ffffff;
    background-color: #0aa349;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
    color: #d11c35;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
    color: #d11c35;
}

.single-main-default-news .news-content .tag {
    display: inline-block;
    font-size: 14px;
    background-color: #1b934d;
    color: #ffffff;
    padding: 2px 5px;
    font-weight: 400;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-main-default-news-inner:hover .news-content h3 a {
    color: #dddbdb;
}

.single-main-default-news-inner .news-content h3 a::before {
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    left: 0;
    top: 0;
    border-bottom: 1px solid #dddbdb;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: -1;
}


.single-main-default-news:hover .news-content h3 a {
    color: #dddbdb;
}


.single-main-default-news-inner .news-content .tag {
    display: inline-block;
    font-size: 14px;
    background-color: #1c8f4a;
    color: #ffffff;
    padding: 2px 5px;
    font-weight: 400;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-main-default-news-inner:hover .news-content .tag {
    background-color: #0a7233;
}

.single-main-default-news:hover .news-content .tag {
    background-color: #0a7233;
}

.single-main-default-news .news-content h3 a::before {
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    left: 0;
    top: 0;
    border-bottom: 1px solid #dddbdb;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: -1;
}

.section-title::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 1px;
    bottom: -1px;
    background: #03883a;
}

.widget-area .widget .widget-title::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 1px;
    bottom: -1px;
    background: #03883a;
}

.single-most-popular-news .popular-news-content span {
    font-size: 14px;
    font-weight: 500;
    color: #1d934c;
}


.single-most-popular-news:hover .popular-news-content h3 a {
    color: #d11c35;
}


.single-most-popular-news:hover .popular-news-content p a {
    color: #0aab4d;
}


.single-most-popular-news .popular-news-content h3 a::before {
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    left: 0;
    top: 0;
    border-bottom: 1px solid #cf2038;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: -1;
}


.most-popular-post .post-content span {
    font-size: 14px;
    font-weight: 500;
    color: #1f9563;
}


.most-popular-post:hover .post-content h3 a {
    color: #d11c35;
}


.most-popular-post .post-content h3 a::before {
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    left: 0;
    top: 0;
    border-bottom: 1px solid #d11c35;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: -1;
}


.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: #d11c35;
}


a:hover, a:focus {
    color: #d11c35;
    text-decoration: none;
}


.single-footer-widget .social li a i:hover {
    background-color: #cf2038;
    border: 1px solid #cf2038;
}


.single-footer-widget .useful-links-list li a:hover {
    color: #09d15c;
}


.single-overview-news .overview-news-content span {
    font-size: 14px;
    font-weight: 500;
    color: #09bb53;
}

.single-overview-news:hover .overview-news-content h3 a {
    color: #d11c35;
}


.single-overview-news .overview-news-content h3 a::before {
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    left: 0;
    top: 0;
    border-bottom: 1px solid #d11c35;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: -1;
}


.single-overview-news:hover .overview-news-content p a {
    color: #cf2038;
}


.widget-area .widget_featured_reports .single-featured-reports:hover .featured-reports-content h3 a {
    color: #cf2038;
}


.widget-area .widget_featured_reports .single-featured-reports .featured-reports-content h3 a::before {
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    left: 0;
    top: 0;
    border-bottom: 1px solid #cf2038;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: -1;
}


.go-top:hover {
    background-color: #03883a;
    color: #ffffff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}


.health-news-slides.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: #cf2038;
    border: 1px solid #cf2038;
}


.single-health-news:hover .health-news-content h3 a {
    color: #d9d8d7;
}

.single-health-news .health-news-content h3 a::before {
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    left: 0;
    top: 0;
    border-bottom: 1px solid #d9d8d7;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: -1;
}

.health-news-slides .single-health-news::before {
    content: "";
    display: none;
}


.top-header-others .languages-list .nice-select::after {
    border-color: #2cbf6e;
    height: 8px;
    width: 8px;
    right: 5px;
    margin-top: -5px;
}


.top-header-others li i {
    position: absolute;
    left: 0;
    color: #2cbf6e;
    top: 4px;
}

.top-header-social li a i {
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #ffffff;
    color: #25a35b;
    font-size: 16px;
    border-radius: 50px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}


.top-header-social li a i:hover {
    background-color: #25a35b;
    color: #ffffff;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}


.preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #d11c35;
    z-index: 999999;
    height: 100%;
    overflow: hidden;
}


.widget-area .widget_most_shared .single-most-shared .most-shared-content h3 a {
    color: #ffffff;
    position: relative;
    z-index: 1;
}

.widget-area .widget_most_shared .single-most-shared .most-shared-content h3 a::before {
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    left: 0;
    top: 0;
    border-bottom: 1px solid #d11c35;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: -1;
}

.widget-area .widget_most_shared .single-most-shared:hover .most-shared-content h3 a {
    color: #d11c35;
}

.top-header-others .languages-list .nice-select .list {
    height: unset;
    overflow-y: unset;
}
