.searchbody .header {
    text-align: center;
    background-color: #252f4a;
    color: #fff;
    padding: 0.2rem;
}
.searchtabnew.nav-tabs .nav-link {
    border: solid 1px !important;
    border-radius: 8px 8px 0 0 !important;
    border-color: #a1a2a2 #a1a2a2 #fff !important;
    border-bottom: none !important;
    padding: .1rem .5rem;
}
.nav-tabs .nav-link.active {
    font-weight: 700;
    border: solid 2px !important;
    border-radius: 8px 8px 0 0 !important;
    border-color: #424242 #424242 #fff !important;
    border-bottom: none !important;
}
