@charset "utf-8";
/* CSS Document */
nav > .nav.nav-tabs{

  border: none;
    color:#fff;
    /*background:#272e38;*/
    border-radius:0;

}
.tab{
	margin-top:50px;
	}
	.icon {
    font-size: 24px;
   
    margin-right: 17px;
}
.card_tab>ul{
	
    list-style: inside!important;
   margin: 0px 0px 16px 0px;
    padding: 0;

	}
	.card_tab > h6 {
    margin-bottom: 3px;
	text-transform: uppercase;
}

nav > div a.nav-item.nav-link, nav > div a.nav-item.nav-link.active {
    border: none;
    padding: 18px 69px;
    color: #fff;
    background: #272e38;
    border-radius: 0;
}
nav > div a.nav-item.nav-link.active:after
 {
  content: "";
  position: relative;
  bottom: -60px;
 /* left: -10%;*/
  border: 15px solid transparent;
 /* border-top-color: #e74c3c ;*/
}
.tab-content{
  background: #fdfdfd;
    line-height: 25px;
    border: 1px solid #ddd;
    border-top:5px solid #e74c3c;
    border-bottom:5px solid #e74c3c;
    padding:30px 25px;
}

nav > div a.nav-item.nav-link:hover,
nav > div a.nav-item.nav-link:focus
{
  border: none;
    background: #e74c3c;
    color:#fff;
    border-radius:0;
    transition:background 0.20s linear;
}

