.section-header{background:url('../images/breadcrumb/hamkari-ba-ma.jpg') !important}
.tab-heads .tab-head {
    border-bottom: 2px solid #1f419a;
    z-index: 2;
    border-radius: 5px 5px 0 0;
    background: #1f419a;
    color: #fff;
    text-align: center;
    transition: .3s ease;
    font-size: 1.1rem;
    cursor: pointer
}.font-1-3{font-size:1.3rem;font-weight: bold}.tab-heads .tab-head.active{border-bottom:0 !important;background:#EC1D25;color:#fff}.tab-panels .tab-panel{display:none;z-index:1;margin-top:-1px;border-top:2px solid #1f419a}.tab-panels .tab-panel.active{display:block}
@media screen and (min-width: 768px) {
    .tab-heads{
        justify-content: space-between;
    }
    .tab-heads .tab-head{
        width: 33.2%;
    }
}
@media screen and (max-width: 767.99px) {
    .tab-heads .tab-head{
        width: 100%;
        margin-bottom: .5rem;
    }
}


