.nav-tabs {
     border: 1px solid #d3ced2;
    background-color: #ebe9eb;
    display: inline-block;
    position: relative;
    z-index: 0;
    border-radius: 0px 0px 0 0;
    margin: 0 -5px;
  
}
.nav {
   background-color: #eee;
    border-radius: 0px;

    margin-bottom: 0;
}
.nav-tabs::before {
   border: 1px solid #d3ced2;
    position: absolute;
    bottom: -1px;
    width: 5px;
    height: 5px;
    content: ' ';
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

}
.nav-tabs li.active {
    background-color: #FFC527;
    border: 1px solid transparent;
 
}
.nav-tabs li.active {
    background: #fff;
    z-index: 2;
    border-bottom-color: #fff;
 
}



.nav-tabs .nav-link {
 
}


.nav-tabs .nav-item.open .nav-link, .nav-tabs .nav-item.open .nav-link:focus, .nav-tabs .nav-item.open .nav-link:hover, .nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover {
    color: #fff;
       background-color: #FFC527;
    border: 1px solid transparent;

}

.nav-tabs > li > a {
color:black;
    margin-right: 0px;
    line-height: 1.5;
    border: 1px solid transparent;
    border-radius: 0px 0px 0 0;

}
.read-more{

    font-weight: bold;
    display: inline-block;
    text-transform: none;
    font-size: 14px; 
color:#FFC527!important;

}