
.tabs {
    display: flex;
    justify-content: center;
    list-style-type: none;
    margin: 0;
    gap: 20px;
    padding: 0;
    border-bottom: 1px solid #1059bb;
    padding: 3px 0;
    background-color: #eee;
}

.tab {
    cursor: pointer;
    padding: 10px;
}

[data-tab-content] {
    display: none;
}

.active[data-tab-content] {
    display: block;
}

ul.tabs.mb-3 li {
    margin-bottom: 0;
}

.tab.active {
    background-color: #df0303 !important;
    color: #fff !important;
    padding: 1px 48px;
    font-weight: bold;
    margin-bottom: 0;
    line-height: 3;
}

.tab:hover {
    background-color: #df0303;
    color: #fff;
    /*padding: 12.3px 20px;*/
}

a.nav-link.tab {
    color: #000;
    font-weight: bold;
}
/*.nav-tabs.nav-link{*/
/*    padding: 12.3px 20px;*/
/*}*/
.tab-content {
}

.w6 {
    width: 15%;
}

.t_bottam {
    font-size: 30px;
    font-weight: bold;
    padding-top: 24%;
    margin-bottom: 36px;
}

.p2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.w50 {
    width: 50%;
}

.t_bottam strong {
    font-size: 63px;
    color: #df0303;
}

.p2 span {
    font-size: 22px;
    font-weight: 700;
}

.p2 strong {
    font-size: 30px;
}

ul {
    padding: 0;
    margin-bottom: 0;
}

    ul li {
        list-style: none;
        margin-bottom: 6px;
    }

.col_left {
    background-image: url('../images/c1.jpg');
    background-size: 100% 100%;
    padding: 25px 21px 38px 23px;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 23%);
    border-radius: 10px;
}

.col_left2 {
    background-image: url('../images/c2.jpg');
    background-size: 100% 100%;
    padding: 25px 21px 38px 23px;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 23%);
    border-radius: 10px;
}
.top h2{

    font-size:2rem
}
.a_right {
    text-align: right;
}

.br_l {
    border-right: 1px solid #000;
}

.bg_c {
    background-color: #e0e6f1;
    padding: 7px;
}

.top h2 {
    color: #df0303;
}

.top2 h2 {
    margin-bottom: 0;
    padding-top: 36px;
    padding-left: 19px;
}

.live_t {
    text-align: center;
}

    .live_t img {
        width: 10%;
    }

.live_t {
    text-align: center;
    border-bottom: 1px solid #eee;
    padding: 4px 0;
    background-color: #a6c4e2;
    margin-bottom: 2px;
}

.top {
    padding-top: 14px;
}

#primary {
    width: 100%;
    box-shadow: 0px 0px 2px 2px #00000054;
    padding: 9px;
}

.top img {
    position: relative;
}

.se_rv {
    margin-bottom: 28px;
}

.top img {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 18px;
    z-index: 9999;
    right: 19px;
    animation: mymove 5s infinite;
}

@keyframes mymove {
    0% {
        width: 50px;
        transform: scale(0.3);
    }

    100% {
        transform: scale(0.6);
        top: 41px;
        right: 12px;
    }
}

.box {
    box-shadow: 0px 0px 28px 0px #00000017;
    padding: 9px;
}
