
 /* Tabs*/
section .section-title {
 text-align: center;
 color: #007b5e;
 margin-bottom: 50px;
 text-transform: uppercase;
}
#tabs{

 color: #262626;
}
#tabs h6.section-title{
 color: #262626;
}

#tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.tab-active {
 color: #262626;
 background-color: transparent;
 border-color: transparent transparent #262626;
 border-bottom: 4px solid !important;
 font-size: 20px;
 font-weight: bold;
}
#tabs .nav-tabs .nav-link {
 border: 1px solid transparent;
 border-top-left-radius: .25rem;
 border-top-right-radius: .25rem;
 color: #262626;
 font-size: 20px;
margin-bottom:12px;
line-height: 40px;
border-left: 1px solid#ddd;
padding: 0 15px;
text-align: center;
}

.taka-v1 {
 font-size: 48px !important;
 color: #262626 !important;
 text-transform: none;
}


.nav-link-fc{
border-left: 0px solid#ddd !important;
}



