 .nav-tabs .nav-item {
     margin-bottom: 0px;
 }

 .nav-item-tabs {
     border-bottom: 3px solid #1a2352;
 }

 .nav-tabs .nav-link {
     font-size: 15px;
     /* padding: 7px 20px; */
     border-radius: 0px;
     background: #f2f4f5;
     color: #1a1549;
     border-bottom: 0px;
     border: 1px solid #fff;
 }



 .news-tab {
     border: none !important;
 }

 .latest_news_button {
     display: none
 }

 .latest-news {
     background: white !important;
     color: #1a1549 !important;
     border: none !important;
     text-decoration: none !important;
 }

 .news_download a {
     background: #e6eef6;
     display: block;
     position: relative;
     color: #1a1549;
     padding: 10px 15px;
     font-size: 16.5px;
     line-height: 30px;
     text-decoration: none;
 }

 .tab-content>.tab-pane {
     padding: 30px 0px 10px;
 }

 .pdf_download a:hover {
     background: #1a1549;
     color: #ffffff;
 }

 .news_download a:hover {
     background: #1a1549;
     color: #ffffff;
 }

 .pdf_download a:hover .date {
     background: #1a1549;
     color: #ffffff;
 }

 .pdf_download a:hover:before {

     background: url("https://www.epespecialopportunities.com/images/svg-icon/download.svg");
     content: '';
     position: absolute;
     right: 20px;
     bottom: 20px;
     width: 25px;
     height: 25px;
 }

 .news_download a:hover .date {
     background: #1a1549;
     color: #ffffff;
 }

 .news_download a:hover:before {

     /* background: url("https://www.epespecialopportunities.com/images/svg-icon/download.svg"); */
     content: '';
     position: absolute;
     right: 20px;
     bottom: 20px;
     width: 25px;
     height: 25px;
 }

 ul.pagination li a {
     cursor: pointer;
     text-decoration: none;
 }

 .paginate-active {
     background: #1a1549;
     color: white;
 }

 .page-item.active .page-link {
     z-index: 3;
     color: #fff;
     background-color: #99103b;
     ;
     border-color: #99103b;
     ;
 }

 p a, footer ul li a, .main-box ul a, .main-box ol a {
    text-decoration: none !important;
}