.nav-tabs li:before {
    display: none;
}
.nav-tabs li {
    padding: 0 !important;
    border-bottom: 0px solid #E6F0FA;
    margin-bottom: 0 !important;!i;!;
    margin: 0 30px 0 0;
}
.nav-tabs li .nav-link {
    font-size: 18px;
    padding: 10px 0px !important;
    position: relative;
    color: var(--black);
    font-weight: 600;
    height: 100%;
    border-radius: 0;
    font-weight: 400;
    opacity: 0.8;
    border-width: 0px;
}
.nav-tabs li .nav-link.active, .nav-tabs li .nav-link:hover  {
    color: var(--black);
    border-bottom: 3px solid #3a499e !important;
    background: transparent;
    opacity: 1;
}

.nav-tabs li .nav-link.active:before {
    content: '';
    background: var(--darkblue);
    position: absolute;
    width: 100%;
    height: 0;
    bottom: -3px;
}
.nav-tabs {
    border: 0px;
    margin-bottom: 0 !important;
    padding-left: 0 !important;
}

.tab-content h1, .tab-content h2, .tab-content h3, .tab-content h4, .tab-content h5 {
    color: #221F20;
    font-weight: 700;
}
.tab-content h3
{
    font-size: 30px;
}
/* vertical tabs*/
.vertical-tabs {
    padding: 20px 0 !important;
    background: #f5f6fa;
}
.vertical-tabs li.nav-item {
    width: 100%;
    padding: 5px 0 5px 30px !important;
    margin: 0 !important;
}
.vertical-tabs .nav-link {
    width: 100%;
    text-align: left;
}
.vertical-tabs .nav-tabs li .nav-link {
    text-align: left;
    border-bottom: 3px solid transparent;
}
.nav-tabs li .nav-link:focus {
    outline: -webkit-focus-ring-color auto 0px !important;
    box-shadow: 0 3px 0 0 #3a499e !important;
}
.tab-content {
    background: #fff;
    padding: 5px 20px;
}
.tab-content a {
    color: #3a499e !important;
}
.tab-content a:hover {
    text-decoration: underline;
}
.tab-content video, .tab-content iframe, .tab-content img {
    object-fit: cover;
    aspect-ratio: 4/3;
    height: auto;
        max-width: 500px;
    width: 100%;
}
.tab-content  blockquote {
    margin: 0;
    border-left: 2px solid #000;
    padding-left: 10px;
}
@media only screen and (max-width: 767px)
{
    .component-page-banner-sec.header-2 {
        height: 250px !important;
    }
    .nav-tabs li {
    padding: 0 0px 0px 0 !important;
    width: 100%;
}
.nav-tabs li .nav-link {
    font-size: 16px;
}
.vertical-tabs li.nav-item {
    padding: 5px 0 5px 0px !important;
}
.vertical-tabs {
    padding: 20px 15px !important;
}
.nav-tabs {
    padding-left: 0 !important;
}
}
