.comment-box.mine_txt {
        background: transparent;
        width: 100%;
        max-width: 100% !important;
        padding: 10px 0px !important;
    }

    .preloader__image {
    background-image: url(../assets_new/images/backgrounds/halos_news_logo.jpg) !important;
    background-size: 200px auto !important;
}

    #loginModal .modal-content.p-3 {
        width: 100%;
        max-width: 50%;
        margin: auto;
        padding: 0px !important;
    }

    a#news-tab:after {
        display: inline-block;
        margin-left: .255em;
        vertical-align: .255em;
        content: "";
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-bottom: 0;
        border-left: .3em solid transparent;
    }


    .form-col {
        padding: 45px 25px;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        text-align: center;
    }

    .reset-btn {
        margin-bottom: 15px;
    }

    .reset-btn a {
        color: #000;
        font-weight: bold;
        display: block;
        text-align: center;
        font-size: 16px;
    }

    .reset-btn a:hover {
        color: #2E3192;
    }

    a.link-one {
        color: #000;
        font-weight: bold;
        display: block;
        text-align: center;
        font-size: 16px;
    }

    a.link-one:hover {
        color: #2E3192;
    }

    .otp-btn a {
        background: #29EEFA;
        display: block;
        padding: 8px 15px;
        border-radius: 5px;
        width: fit-content;
        color: #000;
        font-weight: bold;
        font-size: 16px;
        margin: auto;
        text-decoration: none !important;
    }

    .otp-btn a:hover {
        background: #2E3192;
        color: #fff;
    }

    .col-sm-6.image-form-col {
        width: 65%;
    }

    .col-sm-6.form-login-col {
        width: 35%;
    }

    .form-img {
        margin-bottom: 15px;
    }

    .login-form-halo {
        margin-bottom: 15px;
    }

    .or-online {
        margin: 25px 0px;
        position: relative;
    }

    .or-online p:after {
        content: '';
        background: #0000004f;
        width: 42%;
        height: 2px;
        position: absolute;
        right: 0px;
        top: 9px;
        border-radius: 50%;
    }

    .or-online p:before {
        content: '';
        background: #0000004f;
        width: 42%;
        height: 2px;
        position: absolute;
        left: 0px;
        top: 9px;
        border-radius: 50%;
    }

    .email {
        margin-bottom: 20px;
    }

    .email i.fa.fa-envelope {
        width: 10%;
        font-size: 16px;
        float: left;
        position: relative;
        top: 11px;
    }

    .email input.email-input {
        width: 90%;
        padding: 10px;
        border-radius: 5px;
        border: 1px solid #00000057;
        color: #000;
        font-weight: 500;
        height: auto !important;
        line-height: 0px !important;
        box-shadow: none !important;
    }

    .password {
        margin-bottom: 20px;
    }

    .password i.fa.fa-lock {
        width: 10%;
        font-size: 16px;
        float: left;
        position: relative;
        top: 11px;
    }

    .password input.pass-input {
        width: 90%;
        padding: 10px;
        border-radius: 5px;
        border: 1px solid #00000057;
        color: #000;
        font-weight: 500;
        height: auto !important;
        line-height: 0px !important;
        box-shadow: none !important;
    }

    .submit-btn button {
        width: 100%;
        padding: 10px 15px;
        border-radius: 5px;
        border: 1px solid #04DAFF;
        font-weight: 500;
        background: #04DAFF;
        color: #fff;
    }

    .submit-btn button:hover {
        background: #2D3090;
        transition: .5s;
        border: 1px solid #2D3090;
    }

    .halo-img img {
        width: 65%;
    }

    .google-web a {
        width: 100%;
        display: flex;
        text-decoration: none !important;
        color: #000;
        font-weight: 500;
        border: 1px solid #00000070;
        margin-bottom: 15px;
        padding: 10px;
        border-radius: 5px;
        justify-content: center;
        align-items: center;
    }

    .google-web i {
        margin-right: 10px;
        font-size: 16px;
    }

    .form-img img {
        width: 40%;
    }

    .register_body p {
        padding: 0px 0px 15px 0px !important;
    }

    ul.dropdown-menu.show {
        display: block !important;
        transform: translate(0px, 33px) !important;
    }

    p.client-verify {
        margin-bottom: 0px;
    }

    .john_img {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 10px;
        background: #FAFAFA;
        border-radius: 5px;
        margin-top: 20px;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    }

    .john_img img {
        width: 80px !important;
        height: 80px !important;
    }


    .abby_hd p a {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }


    .abby_hd img {
        object-fit: cover;
        object-position: center 0%;
    }

    .john_img p.text-muted.mb-0 {
        font-size: 14px;
    }

    .john_txt a {
        color: #2D3090;
        font-weight: 600;
        font-size: 14px;
    }

    .john_txt p.text-success.mb-0 {
        padding-top: 0px;
    }

    .other_txt .profile_name.mb-1 {
        text-align: left;
    }

    .other_txt .dflx_commnt {
        flex-direction: row;
    }

    .profile_name.mb-1 {
        width: fit-content;
        text-align: center;
    }

    .comment_img {
        width: 74%;
        position: relative;
    }

    .comment_img i {
        position: absolute;
        bottom: 8px;
        right: 7px;
        font-size: 12px;
    }

    .dele_trsh.text-end.mt-2 {
        display: none;
    }

    .dflx_commnt .text-end.mt-2 {
        width: 7%;
        margin-top: 0px !important;
    }

    .acrt_isg img {
        height: 400px;
        object-fit: contain;
        object-position: center 0%;
    }

    .dflx_commnt {
        display: flex;
        align-items: flex-start;
        gap: 5px;
    }

    .other_txt .dflx_commnt {
        align-items: flex-start;
    }

    .commt p {
        padding: 0px !important;
    }

    .min_rd p {
        padding: 0px !important;
    }

    .acrt_isg a {
        position: absolute;
        top: 15px;
        left: 15px;
        background: #23EEFA;
        color: #000;
        line-height: normal;
        padding: 6px 18px;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 14px;
    }

    .acrt_isg:after {
        content: '';
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 100%;
        height: 50%;
        opacity: 0.6;
        background: linear-gradient(to bottom, transparent 0%, rgb(0 0 0 / 100%) 100%);
        z-index: 00;
    }

    .acrt_isg {
        position: relative;
        margin-bottom: 25px;
    }

    .exer_min {
        position: absolute;
        bottom: 20px;
        left: 0px;
        width: 100%;
        padding: 0px 20px;
        z-index: 999;
    }

    .exercise_mins:after {
        content: '';
        position: absolute;
        bottom: 0px;
        width: 100%;
        height: 35%;
        left: 0px;
        opacity: 0.6;
        background: linear-gradient(to bottom, transparent 0%, rgb(0 0 0 / 100%) 100%);
        z-index: 00;
    }

    .shane_ttx p {
        font-size: 14px;
        margin: 0px;
        line-height: normal;
    }

    .exer_min .shane_ttx {
        display: flex;
        align-items: center;
        gap: 20px;
        color: #fff;
        font-weight: 400;
        font-size: 14px;
        font-family: 'Montserrat';
    }

    .commt {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .min_rd {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .exer_min .shane_ttx img {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        object-fit: cover;
        object-position: center 0%;
        padding-bottom: 0px;
    }

    .opini_arct {
        display: grid;
        grid-template-columns: 100%;
        gap: 5%;
    }

    .comment-box.other_txt {
        background: transparent;
        width: 100%;
        max-width: 100% !important;
        padding: 10px 0px !important;
    }

    .socl_ty {
        padding: 12px 0px 0px 0px;
    }

    .socl_ty label {
        color: #333;
        text-transform: uppercase;
        font-size: 14px;
        font-family: 'Montserrat';
        line-height: normal;
        padding-bottom: 20px;
    }

    .socl_ty a {
        display: block;
        background: #fff;
        border-radius: 50%;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        text-align: center;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 10px;
    }

    .arct_flx {
        display: grid;
        grid-template-columns: 10% 88%;
        gap: 2%;
        align-items: flex-start;
    }

    .article_con p a strong u {
        color: #000;
    }

    .socil_lks a {
        border: 0;
        border-radius: 5px;
        will-change: transform;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #00205b;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        padding: 8px 12px;
        color: #fff;
        font-size: 14px;
        line-height: normal;
        gap: 6px;
    }

    .socil_lks a i {
        color: #fff;
    }

    .socil_lks {
        display: flex;
        gap: 5px;
        align-items: center;
        flex-wrap: wrap;
        padding: 10px 0px;
    }

    #news-dropdown {
        position: absolute;
        top: 24px;
        left: 0px;
        display: block;
        background-color: #f8f9fa;
        border: 1px solid #ccc;
        width: auto;
        padding: 0.5rem;
    }

    .nav-tabs a.nav-link {
        padding: 0px 0px !important;
        font-size: 14px !important;
        border: 0px !important;
        border-radius: 0px !important;
        color: #000;
        font-weight: 500;
        text-transform: uppercase;
    }

    .nav-tabs a.nav-link.active {
        color: #2D3090;
    }

    .nav-tabs a.nav-link.hover {
        color: #2D3090;
    }




    header.main-header-three {
        display: none;
    }

    .post-box {
        width: 100%;
        padding: 15px;
    }

    .post-input {
        width: 100%;
        padding: 10px;
        border: none;
        border-radius: 20px;
        background-color: #f0f2f5;
        margin-bottom: 15px;
        font-size: 16px;
    }

    .post-actions {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }

    .post-actions label img,
    .post-actions .emoji {
        width: 24px;
        margin-right: 5px;
    }

    .post-actions span {
        font-size: 14px;
        color: #00205b;
        font-weight: bold;
    }

    .post-actions button.btn.btn-success.mt-2 {
        margin-top: 0px !important;
        padding: 5px 8px;
        font-size: 14px;
    }

    .post-actions label {
        color: #00205b;
        font-size: 14px;
        font-weight: bold;
        display: flex;
        align-items: center;
    }

    .post-btn {
        background-color: #28a745;
        color: white;
        padding: 5px 15px;
        border-radius: 5px;
    }

    input[type="file"] {
        display: none;
    }


    .our_pages_txt p {
        color: #000;
        font-weight: 500;
        margin: 0px;
        font-size: 14px;
        text-align: center;
        line-height: normal;
    }

    .sports_row_col3 .abby_hd span {
        display: flex;
        align-items: center;
        padding-bottom: 15px;
        gap: 6px
    }

    .sports_row_col3 .abby_hd span h5 {
        color: #555;
        font-size: 12px;
        margin-bottom: 0px;
        font-weight: 400;
        padding-bottom: 0px;
    }

    .opinion h1 {
        background: #ED1C24;
        text-align: center;
        font-size: 18px !important;
        padding: 20px 20px !important;
        color: #fff !important;
        font-weight: 600;
    }

    .sports_row_col2 {
        border: 1px solid #EFEFEF;
        padding: 0px !important;
        border-bottom: 0px;
        border-top: 0px;
    }

    .oklahoma {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 0px 10px;
        margin-bottom: 15px;
    }

    .oklahoma img {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        object-fit: cover;
        object-position: center 0%;
    }

    .other_txt .comment_img img {
        width: 100%;
        padding-bottom: 10px;
        border-radius: 6px !important;
        height: 100% !important;
        object-fit: cover;
        margin-top: 0px !important;
        object-position: center;
    }

    .comment_img .rounded-circle {
        width: 30px;
        height: 30px;
    }

    .comment_img.d-flex {
        gap: 5px;
        align-items: center;
    }

    .profile_name h6 {
        font-size: 14px;
        font-weight: 600;
        margin: 0px;
        color: #000;
    }

    .oklahoma p {
        font-size: 14px;
        color: #000;
        line-height: normal;
        margin: 0px;
        width: 80%;
        background: #DFF5FF;
        padding: 10px;
        border-radius: 10px;
        word-break: break-all;
    }

    h1.sports_txt {
        border-bottom: 3px solid #000;
        margin-bottom: 35px;
        font-weight: bold;
        font-size: 30px;
        font-style: italic;
        padding-bottom: 10px;
        padding-left: 15px;
        padding-top: 10px;
        position: relative;
        text-transform: uppercase;
    }

    h1.sports_txt:after {
        content: '';
        background: #23EEFA;
        position: absolute;
        top: 10px;
        left: 0px;
        width: 3px;
        height: 65%;
    }

    .nba_star h1 {
        border: 0px;
        margin: 0px;
        text-align: left;
        font-style: normal;
        font-size: 20px;
        font-weight: 600;
        font-family: 'Poppins';
        color: #fff;
        padding-bottom: 15px;
    }

    .nba_star h2 {
        font-size: 20px;
        font-weight: 600;
        font-family: 'Poppins';
        color: #000;
        margin-bottom: 0px;
    }

    .nba_star h6 {
        font-size: 13px;
        margin: 0px;
        text-align: left;
        padding: 6px 0px 0px 0px;
        word-break: break-word;
    }

    .comment_img p.mb-1 {
        padding-left: 10px;
        padding-right: 16px;
        width: 100%;
        text-align: left;
    }

    .nba_star p {
        font-size: 14px;
        line-height: 18px;
        text-align: left;
        padding: 10px 0px 5px 0px;
        margin: 0px !important;
        width: 100%;
    }

    .container.sports_container {
        width: 100%;
        max-width: 100%;
        padding: 0px 20px !important;
    }

    .nba_star span {
        display: flex;
        align-items: center;
        justify-content: left;
        gap: 10px;
    }

    form#comment-form {
        padding: 0px 10px;
    }

    .nba_star span h5 {
        color: #555;
        font-size: 12px;
        margin-bottom: 0px;
        font-weight: 400;
        padding-bottom: 0px;
    }

    .john_img.d-flex {
        gap: 15px;
    }

    .news-card .john_img img {
        width: 100px;
        height: 100px;
    }

    .news-card .john_img p.mb-0 {
        padding-top: 0px;
    }

    .join_button {
        line-height: normal;
        background: #6FDFA8;
        color: #1B223A;
        font-weight: 600 !important;
        border: 1px solid #6FDFA8;
        display: block;
        border-radius: 50px;
        padding: 7px 20px;
        width: fit-content;
        font-size: 16px;
    }

    .login_join {
        background: #fff;
        color: #000;
        padding: 5px 20px !important;
        border-radius: 50px;
        display: block;
        text-align: center;
        width: fit-content;
        line-height: normal !important;
        margin-right: 0px;
        font-size: 16px !important;
        border: 1px solid #000;
        font-weight: 400 !important;
        font-family: var(--secondaryFont);
    }

    .login_join:hover {
        background: #00205b;
        border: 1px solid #00205b;
        color: #fff;
    }

    section.header_sec {
        padding: 15px 15px;
    }

    .header_sec .row {
        align-items: center;
    }

    .header_img img {
        width: 64%;
    }

    .header_sec .container-fluid {
        max-width: 1320px !important;
    }

    .join_log_btn {
        display: flex;
        align-items: center;
        justify-content: end;
    }

    .main-header-three {
        position: relative !important;
    }

    .news_tabs_col {
        padding: 30px 15px 50px 15px;
    }

    .medicare_btn_ul ul {
        display: flex;
        justify-content: center;
        padding: 10px 0px;
        list-style: none;
        gap: 15px;
        flex-wrap: wrap;
    }

    .news-card p.text-muted {
        font-size: 12px;
        margin: 0px !important;
    }

    .news-card h3 {
        padding-top: 20px;
        font-weight: 500;
        color: #000;
        font-family: 'Montserrat';
        font-size: 18px;
    }

    .news-card p {
        font-size: 14px;
        line-height: normal;
        color: #000;
        font-family: 'Montserrat';
    }

    .top_ten h3 {
        padding-top: 20px;
        font-weight: 500;
        color: #000;
        font-family: 'Montserrat';
        font-size: 18px;
    }

    .top_ten p {
        font-size: 14px;
        line-height: normal;
        color: #000;
        font-family: 'Montserrat';
    }

    .june_brian {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .news_tabs_col button.nav-link.active {
        border: 0px !important;
        color: #2D3090 !important;
        font-weight: bold !important;
    }

    .news_tabs_col ul#myTab {
        padding-bottom: 5px;
        border-bottom: 1px solid #000;
        justify-content: space-between;
        flex-wrap: wrap;
        position: relative;
    }

    .june_brian p {
        font-size: 12px;
        margin-bottom: 0px;
        font-family: 'Poppins';
        color: #444;
    }

    .sidebar .card {
        border: 0px !important;
    }

    .medicare_btn_ul ul li a {
        color: #000;
        font-weight: 300;
        font-size: 14px;
    }

    h2.entertain_head {
        border-bottom: 3px solid #000;
        margin-bottom: 35px;
        font-weight: bold;
        font-size: 30px;
        font-style: italic;
    }

    .card-body.d-flex.align-items-center {
        display: block !important;
        margin-top: 0px !important;
        padding: 0px;
        text-align: center;
    }

    .john_img img {
        border-radius: 50%;
        width: 150px;
        height: 150px;
        object-fit: cover;
        object-position: center 0%;
    }

    .john_img p.mb-0 {
        line-height: normal;
        padding-bottom: 5px;
        font-size: 16px;
        color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
        font-weight: 500;
        padding-top: 10px line-height: 19px;
    }

    .john_img p.text-muted.mb-0 {
        color: #000 !important;
        font-weight: 400;
        padding-bottom: 5px;
        padding-top: 0px
    }

    .john_img a p.text-success.mb-0 {
        padding: 0px !important;
        font-size: 14px;
        color: #000 !important;
    }

    .col-sm-4.top_ten_col {
        border-right: 1px solid #00000047;
    }

    .col-md-6.news-section {
        padding-left: 0px;
        border-right: 1px solid #00000047;
    }

    .col-md-2.sidebar {
        padding-right: 0px;
    }

    .paul_hd h1 {
        font-size: 14px;
        font-weight: 500;
        line-height: normal;
        margin-bottom: 0px;
        font-family: 'Montserrat';
    }

    .paul_hd p {
        color: #555;
        font-size: 12px;
        margin-bottom: 0px;
        line-height: normal;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .paul_txt {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        justify-content: space-between;
        padding-bottom: 5px;
        border-bottom: 1px solid #00000061;
        margin-bottom: 15px;
    }

    .paul_txt:last-child {
        border-bottom: 0px;
    }

    .news_tabs_col .container-fluid {
        max-width: 1320px !important;
    }

    .cover_story {
        position: relative;
        padding-bottom: 35px;
    }

    .cover_story a {
        position: absolute;
        top: 15px;
        z-index: 9999;
        left: 15px;
        background: #04DAFF;
        line-height: normal;
        width: fit-content;
        color: #000;
        padding: 8px 15px;
        border-radius: 5px;
        font-size: 14px;
    }

    .meta_img h3 {
        font-size: 14px;
        padding-top: 15px;
        font-weight: 500;
        margin-bottom: 0px;
    }

    .row.meta_cret_row {
        border-top: 1px solid #00000061;
        padding: 15px 0px 0px 0px;
        margin: 0px !important;
    }

    .abby_hd h1 {
        font-size: 14px;
        padding-top: 10px;
        padding-bottom: 0px;
        margin: 0px;
        line-height: normal;
        font-weight: 500;
    }

    .abby_hd p {
        font-size: 15px;
        line-height: normal;
        padding: 10px 0px;
        margin: 0px;
        font-weight: 600;
    }

    .abby_hd h6 {
        color: #555;
        font-size: 12px;
        margin-bottom: 0px;
        font-weight: 400;
        padding-bottom: 0px;
    }

    .meta_cret_col1 {
        border-right: 1px solid #00000061;
    }

    .meta_cret_col2 {
        border-right: 1px solid #00000061;
    }

    .meta_cret_col3 {
        border-right: 1px solid #00000061;
    }

    .row.cloth_row {
        border-top: 1px solid #00000061;
        padding: 15px 0px 0px 0px;
        margin: 20px 0px 0px 0px !important;
    }

    .more_size_cloth h1 {
        font-size: 14px;
        padding-top: 10px;
        padding-bottom: 0px;
        margin: 0px;
        line-height: normal;
        font-weight: 500;
    }

    .more_size_cloth p {
        font-size: 12px;
        line-height: normal;
        padding-top: 5px;
        margin: 0px !important;
    }

    .cloth_col1 {
        border-right: 1px solid #00000061;
    }

    .news_tabs_col .nav-tabs button.nav-link {
        padding: 0px 15px !important;
        font-size: 14px !important;
        border: 0px !important;
        border-radius: 0px !important;
        color: #000;
        font-weight: 500;
    }

    .news_tabs_col .nav-tabs button.nav-link:hover {
        color: #2D3090;
    }


    .align-items-center {

        margin-top: 198px !important;

    }

    .section-title123 {
        font-size: 35px;
        line-height: 50px;
        font-weight: 700;
        position: relative;
        display: inline-block;
        z-index: 1;
        margin-bottom: 0;
    }

    .section-title-img {
        position: absolute;
        right: -25px;
        z-index: 0;
        top: 10px;
        width: auto;
    }

    .halo_news_img img {
        width: 60%;
    }

    .meta_cret_col4 {
        border-right: 1px solid #00000061;
    }

    .meta_cret_col5 {
        border-right: 1px solid #00000061;
    }

    .cloth_col8 {
        border-right: 1px solid #00000061;
    }

    .john_txt ul li {
        display: flex;
        align-items: center;
        gap: 5px;
        line-height: normal;
        font-size: 14px;
    }

    .col-md-2.sidebar .john_img {
        text-align: center;
    }

    .client_flx {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 10px 0px;
    }

    .john_img .john_txt ul {
        justify-content: left;
        line-height: normal;
        align-items: center;
        display: flex;
        padding: 0px;
        gap: 15px;
    }

    .john_txt h2 {
        font-size: 20px;
        font-weight: 600;
        font-family: 'Poppins';
        color: #000;
    }

    .john_txt p {
        font-family: 'Poppins' !important;
        color: #444 !important;
        font-size: 14px;
        line-height: normal;
        margin-bottom: 0px;
    }

    .col-sm-5.sports_row_col1 {
        width: 50%;
    }

    .col-sm-4.sports_row_col2 {
        width: 25%;
    }


    @media(min-width: 280px) and (max-width: 374px) {
        .paul_txt {
            display: flex !important;
            flex-direction: column-reverse;
        }
    }


    @media(min-width: 280px) and (max-width: 374px) {
        .register_body a.btn {
            width: 100% !important;
        }
    }



    @media(min-width: 240px) and (max-width: 479px) {
        .news-tablist {
            margin-top: 20px;
        }

        .col-sm-4.sports_row_col2 {
            width: 100% !important;
            padding: 0px 10px !important;
            margin-bottom: 35px;
        }

        .socl_ty {
            display: flex !important;
            align-items: center;
            gap: 10px;
            flex-wrap: wrap;
        }

        .corna_vr.health_cares .erfgbn img {
            height: auto !important;
        }

        .acrt_isg:after {
            height: 100% !important;
        }

        .socl_ty label {
            padding-bottom: 0px !important;
        }

        .socl_ty a {
            margin-bottom: 0px !important;
        }

        .col-sm-5.sports_row_col1 {
            width: 100% !important;
            margin-bottom: 35px;
        }

        .arct_flx {
            display: block !important;
        }

        .arctile_ttx {
            padding-top: 20px;
        }

        #loginModal .modal-content.p-3 {
            max-width: 100% !important;
            margin: 0px !important;
        }

        .exer_min .shane_ttx {
            flex-wrap: wrap;
        }

        .register_body .d-flex {
            flex-wrap: wrap;
            gap: 15px;
        }


        div#loginModal {
            padding: 0px !important;
        }

        .socil_lks {
            display: flex;
            gap: 10px;
            justify-content: center;
            align-items: center;
            flex-wrap: wrap;
            width: 100%;
        }

        section.header_sec {
            display: none;
        }

        .news_tabs_col ul#myTab {
            justify-content: left;
            gap: 5px;
        }

        .medicare_btn_ul ul {
            gap: 10px;
        }

        .medicare_btn_ul ul li {
            line-height: normal;
            font-size: 12px;
        }

        .col-md-2.sidebar {
            margin-top: 0px !important;
        }

        .news_tabs_col .nav-tabs button.nav-link {
            padding: 0px 15px 0px 0px !important;
        }

        .meta_cret_col1 {
            border-right: 0px !important;
        }

        .meta_cret_col2 {
            border-right: 0px !important;
        }

        .meta_cret_col3 {
            border-right: 0px !important;
        }

        .meta_cret_col4 {
            border-right: 0px !important;
        }

        .meta_cret_col5 {
            border-right: 0px !important;
        }

        .row.meta_cret_row {
            gap: 15px;
        }

        .meta_cret_row .col-sm-3 {
            padding: 0px !important;
        }

        .cloth_col8 {
            border-right: 0 !important;
        }

        .row.cloth_row {
            gap: 15px !important;
        }

        .abby_hd {
            padding: 15px 0px 0px 0px;
        }

        .cloth_row .col-sm-6 {
            padding: 0px !important;
        }

        .col-md-6.news-section {
            border-right: 0px !important;
        }

        .container.sports_container {
            padding: 0px 0px !important;
        }

        .col-sm-4.top_ten_col {
            border-right: 0px !important;
            padding: 0px !important;
        }

    }


    @media(min-width: 480px) and (max-width: 767px) {
        .news-tablist {
            margin-top: 20px;
        }

        #loginModal .modal-content.p-3 {
            max-width: 100% !important;
            margin: 0px !important;
        }

        .corna_vr.health_cares .erfgbn img {
            height: auto !important;
        }

        .col-sm-4.sports_row_col2 {
            width: 100% !important;
            padding: 0px 10px !important;
            margin-bottom: 35px;
        }

        .socl_ty {
            display: flex !important;
            align-items: center;
            gap: 10px;
            flex-wrap: wrap;
        }

        .acrt_isg:after {
            height: 100% !important;
        }

        .socl_ty label {
            padding-bottom: 0px !important;
        }

        .socl_ty a {
            margin-bottom: 0px !important;
        }

        .col-sm-5.sports_row_col1 {
            width: 100% !important;
            margin-bottom: 35px;
        }

        .arct_flx {
            display: block !important;
        }

        .arctile_ttx {
            padding-top: 20px;
        }

        div#loginModal {
            padding: 0px !important;
        }

        .socil_lks {
            display: flex;
            gap: 10px;
            justify-content: center;
            align-items: center;
            flex-wrap: wrap;
            width: 100%;
        }

        .col-sm-4.top_ten_col {
            border-right: 0px !important;
            padding: 0px !important;
        }

        section.header_sec {
            display: none;
        }

        .news_tabs_col ul#myTab {
            justify-content: left;
            gap: 5px;
        }

        .medicare_btn_ul ul {
            gap: 10px;
        }

        .medicare_btn_ul ul li {
            line-height: normal;
            font-size: 12px;
        }

        .col-md-2.sidebar {
            margin-top: 0px !important;
        }

        .news_tabs_col .nav-tabs button.nav-link {
            padding: 0px 15px 0px 0px !important;
        }

        .meta_cret_col1 {
            border-right: 0px !important;
        }

        .meta_cret_col2 {
            border-right: 0px !important;
        }

        .meta_cret_col3 {
            border-right: 0px !important;
        }

        .meta_cret_col4 {
            border-right: 0px !important;
        }

        .meta_cret_col5 {
            border-right: 0px !important;
        }

        .row.meta_cret_row {
            gap: 15px;
        }

        .meta_cret_row .col-sm-3 {
            padding: 0px !important;
        }

        .cloth_col8 {
            border-right: 0 !important;
        }

        .row.cloth_row {
            gap: 15px !important;
        }

        .abby_hd {
            padding: 15px 0px 0px 0px;
        }

        .cloth_row .col-sm-6 {
            padding: 0px !important;
        }

        .container.sports_container {
            padding: 0px 0px !important;
        }

        .col-md-6.news-section {
            border-right: 0px !important;
        }
    }


    @media(min-width: 768px) and (max-width: 999px) {
        section.header_sec {
            display: none;
        }

        #loginModal .modal-content.p-3 {
            max-width: 75% !important;
            margin: 0px !important;
        }

        .arct_flx {
            display: block !important;
        }

        .exer_min .shane_ttx img {
            height: 60px !important;
        }

        .opinion h1 {
            padding: 20px 20px !important;
        }

        .acrt_isg img {
            height: 300px !important;
            object-fit: cover !important;
        }

        .socl_ty {
            display: flex;
            align-items: center;
            gap: 10px;
            flex-wrap: wrap;
        }

        .socl_ty label {
            padding-bottom: 0px;
        }


        div#loginModal {
            padding: 0px !important;
        }

        .exer_min .shane_ttx {
            flex-wrap: wrap;
        }

        .col-sm-4.sports_row_col2 {
            width: 50% !important;
        }

        .col-sm-5.sports_row_col1 {
            width: 50% !important;
        }

        .all_tabs_code .col-sm-3 {
            width: 50% !important;
        }

        .container.sports_container {
            padding: 0px 0px !important;
        }

        .all_tabs_code .col-sm-6 {
            width: 50% !important;
        }

        .all_tabs_code .row {
            row-gap: 20px;
        }

        .news_tabs_col .nav-tabs button.nav-link {
            padding: 0px 13px 0px 0px !important;
        }

        .news_tabs_col ul#myTab {
            justify-content: left;
            gap: 5px;
        }

        .medicare_btn_ul ul li {
            line-height: normal;
            font-size: 12px;
        }

        .medicare_btn_ul ul {
            gap: 10px;
        }

        .medicare_btn_ul ul {
            justify-content: left;
        }

        .col-md-6.news-section {
            border-right: 0px !important;
            width: 100% !important;
            padding-right: 0px !important;
        }

        .col-sm-4.top_ten_col {
            width: 50% !important;
            padding-left: 0px !important;
        }

        .col-md-2.sidebar {
            margin-top: 0px !important;
            width: 50% !important;
        }
    }

    @media only screen and (min-width: 1600px) {
        .news_tabs_col .container-fluid {
            max-width: 1578px !important;
        }

        .header_sec .container-fluid {
            max-width: 1578px !important;
        }
    }

    @media(min-width: 1600px) and (max-width: 6000px) {}