.tabs-left {
  border-bottom: none;

}

.tabs-left>li {
  float: none;
 margin:0px;

}

.tabs-left li a {

 border-radius: 6px 6px 6px 6px;
 box-shadow: 3px 2px 5px 0px rgb(0 60 118 / 36%);
     padding: 14px 14px 14px 14px;
    color: #004282;
    border-style: solid;
    border-width: 2px 1px 1px 1px;
    border-color: rgba(28,121,181,.88);
	margin-top:10px;
	margin-bottom:10px;
	    font-weight: 700;
}

.tabs-left>li.active>a,
.tabs-left>li.active>a:hover,
.tabs-left>li.active>a:focus {
  border-bottom-color: #ddd;
  border-right-color: transparent;
  background:#ff890b;
  border:none;
  border-radius:0px;
  margin:0px;
  color:#fff;

}
.nav-tabs>li>a:hover {
    /* margin-right: 2px; */
    line-height: 1.42857143;
    border: 1px solid transparent;
    /* border-radius: 4px 4px 0 0; */
}
.tabs-left>li.active>a::after{content: "";
    position: absolute;
    top: 10px;
    right: -10px;
    border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  
  border-left: 10px solid #f90;
    display: block;
    width: 0;}