.tab-man-all-container{
background-color:white;
}
.tab-man-tab-container{
       width: 100%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 516px;
}
.tab-man-btn{
    text-align: center;
    background-color: white;
    color: #0E245E!important;
position:relative; 
flex: 1;
border-radius:0px!important;
    border-color: #0E245E!important;
    height: 40px;
}
.tab-man-btn.active{
background-color:#0E245E;
 color: white!important;
border-color:#0E245E;
}
.tab-man-btn:focus,.tab-man-btn:hover{
   background-color:#0E245E;
 color: white!important;
}
.tab-man-all-container .bwg-item{
width:33%!important;
max-width:276px!important;
padding: 7px 13px;
    margin-bottom: 0px!important;
box-sizing: border-box!important;
}
.tab-man-all-container .bwg-item .bwg-a{
    margin-right: 0px!important;
    margin-bottom: 0px!important;
}
.tab-man-all-container .bwg_container{
margin-top: 60px!important;
    max-width: 880px;
}
.tab-man-all-container .bwg-item1{
height:206px;
}
@media only screen and (max-width: 768px) {
.tab-man-tab-container{
    width: 100%;
    margin: auto;
display: flex;
flex-wrap: wrap;
    justify-content: center;
box-shadow: none;
max-width: 210px;
}
.tab-man-btn{
width: 100%;
margin-bottom:10px;
box-shadow: 0 3px 6px #00000029;
background-color: white;
flex: auto;
}
.tab-man-btn:focus,.tab-man-btn:hover{
   width: 100%;
margin-bottom:10px;
box-shadow: 0 3px 6px #00000029;
background-color: white;
position:relative; 
background-color: #0E245E;
    color: white!important;
    border-color: #0E245E;
}
.tab-man-all-container .bwg-item{
width: 100%!important;
    max-width: 276px!important;
    padding-right: 0px;
    padding-left: 0px;
    margin-bottom: 15px!important;
}
.tab-man-all-container #bwg_container1_0 {
    margin-top: 15px!important;
}
.tab-man-all-container .bwg-container-0 {
padding-left:0px!important;
}
.tab-man-all-container .bwg_container{
    margin-top: 15px!important;
}
}