

      .nav-link {
        border-bottom-width: 3px
    }




  

      .nav-link {
        border-bottom-width: 3px;position: relative;
    color: #001e57;
    font-size: 18px;
    font-weight: 400;
    display: block;
    background-color: #9eaac0;
   border-bottom: 1px solid #9eaac0;
    padding: 20px 15px 20px 30px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
    }




.tabs-portlet {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;}


.bg-light {
   background-color: #f3f5f9; !important;
}
.tab-state-primary li .nav-link.active {
    background: #f7941e!important;
    border-color: #f7941e!important;
    color: #fff!important;
}
.tab-state-primary li .nav-link.active{background:#f7941e}

.tab-state-primary li .nav-link:hover{background:#f7941e}






