.custom-tab1 > .ba-tabs-wrapper > .nav-tabs {
     border-radius: 50px;
     box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
     margin: 0 auto 40px;
     overflow: visible;
     padding: 7px;
     position: relative;
     width: 370px !important;
}

.custom-tab1 > .ba-tabs-wrapper > .tab-content  {
     border-radius: 9px;
}

.custom-tab1 > .ba-tabs-wrapper> .nav-tabs li.active a:before {
     display: none;
}

.custom-tab1 > .ba-tabs-wrapper> .nav-tabs li.active a {
     border-radius: 50px;
}

.custom-tab1 > .ba-tabs-wrapper > .nav-tabs li a {
     padding: 18px;
}

.custom-tab1 > .ba-tabs-wrapper> .nav-tabs li {
     position: relative;
}

.custom-tab1 > .ba-tabs-wrapper> .nav-tabs li:first-child:after {
     background: #4d91bf;
     border-radius: 50px;
     content: "";
     height: 100%;
     left: 0;
     position: absolute;
     right: 0;
     top: 0;
     transition: .3s;
     z-index: -1;
}

.custom-tab1 > .ba-tabs-wrapper> .nav-tabs
li:not(.active):first-child:after {
     transform: translateX(100%);
}


