.list-unstyled li img.rounded-circle {
    width: 50px;
    height: 50px;
}

.row.one {
    text-align: center;
}

.content {
    padding: 0px 10px 10px 10px;
}

.content p {
    line-height: 20px;
    font-size: 14px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0px;
}

.top_all_txt video {
    height: 150px;
    object-fit: cover;
    object-position: center 0%;
    border-radius: 8px;
}

.article_pic video {
    height: 170px;
    border-radius: 8px;
}

.content h5 {
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0px;
}

.sidebar .john_img .john_txt p.agent_na {
    padding-top: 0px !important;
}

.sidebar .john_img .john_txt p {
    margin: 0px;
    line-height: normal;
    padding-bottom: 5px !important;
    padding-top: 0px !important;
    font-size: 14px !important;
}

.john_img .john_txt a {
    text-decoration: none;
    font-size: 14px;
    line-height: normal;
    display: block;
    width: fit-content;
    color: #2D3090;
    font-weight: 500;
}

.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: 30%;
    height: 75px;
}

.john_txt {
    width: 70%;
}

.cml {
    padding: 20px;
    background: #ECEFF0;
    border: 1px solid #00000038;
    border-radius: 4px;
    margin-bottom: 20px;
}

.card .img img {
    height: 150px;
    width: 100%;
    object-fit: cover;
    object-position: center 0%;
}

.card h6 {
    color: red;
    font-size: 12px;
    margin: 0px;
}

.card {
    height: auto;
    width: auto;
    margin-bottom: 15px;
}

.data {
    background: #fff;
    padding: 15px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
}

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

.dots i {
    color: blue !important;
}

.cards .imgs img {
    height: 400px;
    width: 100%;
    object-fit: cover;
    object-position: center 0%;
}

.dots h1 {
    font-size: 30px;
}

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

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

.texts p {
    margin-bottom: 0px !important;
}

.lrm h1 {
    font-size: 24px;
    line-height: normal;
    font-weight: 600;
    margin: 0px;
}

.texts p {
    padding: 0px;
}

.menu-wrapper {
    position: relative;
    display: inline-block;
}

.menu-options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    padding: 10px;
    z-index: 999;
    width: 100%;
}

.exhibition_txt img {
    height: 140px;
    object-fit: cover;
    object-position: center 0%;
}

.menu-options ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-options li {
    padding: 8px;
    cursor: pointer;
    transition: background-color 0.2s;
}

.menu-options li:hover {
    background-color: #f0f0f0;
}

.menu-options li i {
    margin-right: 8px;
}

.menu-wrapper:hover .menu-options {
    display: block;
}

.daily_recommd .row {
    padding: 20px 15px;
}

.happen_dots a {
    text-decoration: none;
    font-size: 12px;
    color: red;
    display: block;
    width: fit-content;
}

.happen_dots i {
    width: fit-content;
    position: relative;
}

.exhibition_txt {
    background: #fff;
    padding-bottom: 20px;
}

.happen_dots {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin-bottom: 0px;
    padding: 10px;
}

.exhibition_txt h6 a {
    text-decoration: none;
    color: #000;
    font-size: 16px;
    padding: 0px 10px 10px 10px;
    line-height: normal;
    display: block;
    width: 100%;
    margin: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 22px;
}

.exhibition_txt h6 {
    margin: 0px;
}

.exhibition_txt a.interset_btn {
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 5px 10px;
    background: #ECEFF0;
    margin: 0px 10px;
    line-height: normal;
    color: #2D3090;
}

.browse_ewvnsts .exhibition_txt  h4 {
    color: #000;
    font-size: 14px;
    border: 0px;
    padding: 0px 10px 10px 7px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.exhibition_txt  h4::after {
    display: none !important;
}

.exhibition_txt p:nth-child(5) {
    display: none !important;
}

.exhibition_txt p:nth-child(6) {
    display: none !important;
}

.exhibition_txt p:last-child {
    display: none !important;
}

.exhibition_txt p {
    line-height: normal;
    padding: 0px 10px 10px 10px;
    color: #000;
    font-size: 12px;
    font-weight: 200;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 17px;
    margin-bottom: 5px !important;
}

.lrm p {
    font-size: 14px;
    line-height: normal;
    margin: 0px;
    padding-top: 10px;
}

.daily_recommd.browse_ewvnsts {
    margin-top: 30px;
}


.browse_ewvnsts {
    background: #ECEFF0;
    border-radius: 5px;
    border: 1px solid #00000017;
}

.check_event {
    padding: 20px;
    background: #ECEFF0;
    border: 1px solid #00000038;
    border-radius: 4px;
    margin-bottom: 20px;
}

.check_event h4 {
    color: #2D3090;
    text-align: center;
    line-height: normal;
    margin: 0px;
    padding-bottom: 15px;
    font-size: 18px;
    font-weight: bold;
}

.browse_ewvnsts h4 {
    color: #2D3090;
    margin: 0px;
    padding-bottom: 10px;
    border-bottom: 1px solid #0000002e;
    margin-bottom: 10px;
    margin-left: 15px;
    padding-top: 15px;
    font-weight: 500;
    font-size: 18px;
    position: relative;
}

.browse_ewvnsts h4:after {
    content: '';
    background: #2D3090;
    width: 2px;
    height: 50%;
    position: absolute;
    top: 14px;
    left: -15px;
    border-radius: 5px;
}

.swiper.categorySwiper .swiper-button-prev:after {
    display: none !important;
}

.swiper.categorySwiper .swiper-button-next:after {
    display: none !important;
}

.swiper.categorySwiper p.mt-2.mb-0.fw-semibold {
    font-size: 14px;
    width: 100%;
    line-height: normal;
    word-break: break-word;
}

.swiper.categorySwiper {
    padding: 20px 10px;
}

.swiper.categorySwiper {
    padding: 20px 10px;
}

.swiper.categorySwiper .swiper-slide {
    background: #fff;
}

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

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

.john_event h5 {
    margin: 0px;
    line-height: normal;
}

.john_event h5 a {
    text-decoration: none;
    color: #2D3090;
    font-size: 16px;
    font-weight: bold;
    display: block;
    width: fit-content;
    line-height: normal;
}

.news_tabs_col .tabs_alls ul#myTab {
    border: 0px;
    margin: 0px;
    padding-bottom: 20px;
    gap: 0px !important;
    justify-content: unset;
}

.news_tabs_col .tabs_alls li button.nav-link {
    padding: 8px 10px !important;
    border-radius: 5px !important;
    font-size: 14px !important;
    font-weight: 500;
    background: #ECEFF0;
    color: #2D3090;
    line-height: normal;
    margin-right: 5px;
    margin-bottom: 5px;
}

.news_tabs_col .tabs_alls li button.nav-link.active {
    color: #fff !important;
    background: #2D3090;
}

div#loginModal {
    background: #0000008f;
}

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

#loginModal .modal-dialog.modal-dialog-centered.modal-lg {
    width: 40%;
}

.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;
    line-height: normal;
}

.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%;
}

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

.mydivv a {
    text-decoration: none;
}

.row.media_row_col .p-3.border.rounded.shadow-sm {
    background: #ECEFF0;
}

.upload_video_only a.btn.sign_up_btn {
    background: #2D3090;
    border-color: #2D3090 !important;
    color: #fff;
    box-shadow: #2D3090 0px 10px 20px -10px !important;
}

.upload_video_only a.btn.sign_up_btn:hover {
    background: #23EEFA;
    border-color: #23EEFA !important;
    color: #000;
    box-shadow: #23EEFA 0px 10px 20px -10px !important;
}

.upload_video_only a.btn.login_btn {
    background: #23EEFA;
    border-color: #23EEFA !important;
    color: #000;
    box-shadow: #23EEFA 0px 10px 20px -10px !important;
    cursor: pointer;
}

.upload_video_only a.btn.login_btn:hover {
    background: #2D3090;
    border-color: #2D3090 !important;
    color: #fff;
    box-shadow: #2D3090 0px 10px 20px -10px !important;
}


.video_feature {
    padding: 20px 20px 0px 20px;
    background: #ECEFF0;
    margin-top: 20px;
    border-radius: 10px;
}

.eye_view_flx span.text-muted.small {
    line-height: normal;
}


.category_channel {
    border-top: 1px solid #0000001f;
    margin-top: 20px;
    padding: 15px 15px 25px 15px;
    background: #ECEFF0;
    border-radius: 10px;
}

.chanel_health {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 10px;
    padding-top: 10px;
}

.chanel_health a {
    background: #0d6efd;
    color: #fff;
    font-size: 13px;
    padding: 15px 10px;
    display: block;
    text-align: center;
    line-height: normal;
    border-radius: 10px;
    font-weight: 600;
    text-decoration: none !important;
}

#videoModal .modal-header button.btn-close.btn-close-white {
    position: absolute;
    top: 10px;
    right: -33px;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 1;
    filter: invert(1);
}

#videoModal .modal-header.border-0 {
    padding: 0px !important;
}

.modal-backdrop.fade.show {
    opacity: 0;
    display: none;
}

#videoModal {
    background: #000000bd;
}

#videoUploadModal {
    background: #000000bd;
}

button#modal-next {
    right: -48px !important;
    line-height: normal;
    font-size: 16px !important;
    padding: 10px !important;
}

button#modal-prev {
    left: -48px !important;
    line-height: normal;
    font-size: 16px !important;
    padding: 10px !important;
}

.eye_view_flx {
    padding: 5px 15px !important;
    margin: 0px !important;
    gap: 10px;
    position: absolute;
    bottom: 6px;
    left: 8px;
    background: #fff;
    border-radius: 5px;
}

.top_all_txt img {
    height: 150px;
    object-fit: cover;
    object-position: center 0%;
    border-radius: 8px;
}

.health_cares h1 {
    padding-left: 10px;
    padding-right: 10px;
}


.health_cares h1 a {
    padding-left: 10px;
    padding-right: 10px;
}

.top_all_txt h1 a {
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    color: #000;
    margin: 0px;
    padding: 0px;
    display: block;
    line-height: normal;
    position: relative;
    background: transparent;
    padding-bottom: 10px;
    top: 0px;
    left: 0px;
    width: 100% !important;
    text-transform: capitalize;
    text-decoration: none !important;
}

.top_all_txt h1 {
    margin: 0px;
    padding-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 56px;
}

.top_all_txt p {
    margin: 0px !important;
    font-size: 12px;
    font-weight: 400;
    color: #3f3f3f;
    font-family: 'Montserrat';
}

.top_stories {
    padding-top: 30px;
}

.thumbnail {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
    border-radius: 15px;
}

button#health_living {
    position: relative;
}

ul#health-dropdown {
    z-index: 99999;
}

button#healthliving: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;
}

button#news-tabs: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;
}

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

.thumbnail video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.icon-overlay {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    border-radius: 50%;
    padding: 8px;
    font-size: 16px;
    z-index: 1;
}

.duration-badge {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    border-radius: 20px;
    padding: 3px 10px;
    font-size: 14px;
    z-index: 1;
}


.popular_channel {
    padding-top: 40px;
}

.channel-card {
    background: #fff;
    border-radius: 20px;
    text-align: center;
    padding: 30px 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: 0.3s;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.channel-card img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 15px;
}

.channel-card button.btn {
    line-height: normal;
    border: 1px solid red;
    border-radius: 50px;
    font-size: 14px;
    width: fit-content;
    margin: auto;
    margin-bottom: 10px;
}

.channel-card button.btn:hover {
    background: linear-gradient(to right, #ff5858), #f857a6;
    color: #fff;
}

.btn-subscribed {
    border: 1px solid #6c757d !important;
    color: #495057 !important;
    background-color: #f1f3f5;
    font-weight: 600;
    border-radius: 30px;
    padding: 6px 20px;
    font-size: 14px;
}

.channel-name.channel-name {
    font-weight: 600;
    font-size: 16px;
    margin-top: 0px;
    color: #000;
    line-height: normal;
}

.channel-name i {
    color: #000;
    margin-left: 5px;
}

.subscriber-count {
    color: #aaa;
    font-size: 14px;
    line-height: normal;
    padding-top: 5px;
}

.video_feature ul.dropdown-menu.show {
    transform: translate(0px, 0px) !important;
    top: 44px !important;
}

.featured_sort {
    margin-bottom: 20px;
}

.video_feature .col {
    margin-top: 0px !important;
    margin-bottom: 20px;
}

.video_feature .row {
    margin-top: 0px !important;
}

.featured_sort .dropdown-menu-custom {
    min-width: 100%;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    padding: 10px 0;
    border: none;
}

.featured_sort .dropdown-item-custom {
    display: flex;
    align-items: center;
    padding: 8px 20px;
    font-size: 15px;
    color: #444;
    transition: 0.2s ease;
}

.featured_sort .dropdown-item-custom:hover {
    background-color: #f1f1f1;
}

.featured_sort .dropdown-item-custom i {
    margin-right: 10px;
    font-size: 16px;
}

.featured_sort .dropdown-toggle::after {
    margin-left: 6px;
}



#media .swiper-button-prev {
    border-radius: 50%;
    background: #efefef;
    color: #000;
    width: 30px;
    height: 30px;
    padding: 10px;
    line-height: normal;
    top: 59%;
    left: 0px;
    border: 1px solid #000;
}

#media .swiper-button-prev:after {
    display: none !important;
}

#media .swiper-button-next {
    border-radius: 50%;
    background: #efefef;
    color: #000;
    width: 30px;
    height: 30px;
    padding: 10px;
    line-height: normal;
    top: 59%;
    right: 0px;
    border: 1px solid #000;
}

#media .swiper-button-next:after {
    display: none !important;
}

#media .swiper-slide h6.mt-2 {
    font-size: 14px;
}

#media .swiper-slide p.mb-0 {
    font-size: 14px;
    color: #333;
    line-height: normal;
}

.swiper-slide img {
    width: 80px;
    height: 80px;
}

#media .swiper-wrapper {
    height: auto !important;
}

div#media {
    /*        background: #ECEFF0;*/
    padding: 20px 0px;
}

#media .swiper-slide .card {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.swiper-slide .card {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    height: 200px;
    align-items: center;
}

#media .swiper.mySwiper {
    padding: 15px 15px 25px 15px;
    margin-top: 20px;
    background: #ECEFF0;
    border-radius: 10px;
}

#media .swiper h5 {
    color: #000;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 20px;
    line-height: normal;
}

.video-card {
    margin-top: 0px;
    overflow: hidden;
    position: relative;
    transition: transform 0.3s;
}

.video-card:hover {
    transform: translateY(-5px);
}

.thumbnail {
    position: relative;
    height: 180px;
    overflow: hidden;
}

.thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    object-position: center;
}

.duration-badge {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0.75);
    color: #fff;
    padding: 3px 8px;
    font-size: 14px;
    border-radius: 5px;
}

.icon-overlay {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 6px;
    border-radius: 50%;
    font-size: 16px;
}

.source-link {
    font-size: 14px;
    color: #6c757d;
    background: #fff;
    padding: 8px 15px;
    display: inline-block;
    border-radius: 20px;
    margin-top: 10px;
    line-height: normal;
    cursor: pointer;
}

.source-link:hover {
    background: #000;
}

.source-link:hover a {
    color: #fff;
}

.author-info {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 15px;
}

.author-info img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.author-name {
    font-weight: bold;
    color: #dc3545;
    line-height: normal;
}

.verified {
    color: #00cc66;
    margin-left: 4px;
}

.views-date {
    font-size: 14px;
    color: #6c757d;
    line-height: normal;
}




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

span.badge a {
    color: #fff;
}

.trendings .scientist_img a {
    left: 0px;
    font-size: 8px;
    width: fit-content;
    position: relative;
    display: block;
    top: 5px;
    margin-top: 0px;
    margin-left: 0px;
}

.footer-widget__services-list li a {
    text-decoration: none !important;
}

.footer-widget__latest-post-list a {
    text-decoration: none !important;
}

a.cover_str {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    display: block;
    background: none;
    color: red;
    font-style: italic;
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 30px;
    text-transform: uppercase;
    text-decoration: none !important;
    line-height: normal;
}

.corna_vr a {
    position: absolute;
    top: 15px;
    width: fit-content;
    margin: auto;
    left: 15px;
    background: #00205b;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    padding: 5px 10px;
    line-height: normal;
    font-weight: 500;
    border-radius: 4px;
    text-decoration: none !important;
}

.scientist_img img {
    height: 150px;
    object-fit: cover;
    border-radius: 8px;
    object-position: center 0%;
}

.tab-pane.active.show .container {
    width: 100% !important;
    max-width: 100% !important;
}

.scen_grd {
    display: grid;
    grid-template-columns: 32% 32% 32%;
    gap: 15px;
}

.trendings .scientist_img img {
    height: 100px;
    object-fit: cover;
    object-position: center;
}

.trendings .scientist_txt {
    display: flex;
    gap: 2%;
    align-items: flex-start;
}

.sceintist h1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

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

.trendings .sceintist {
    width: 63%;
}

.trendings .scientist_img {
    width: 35%;
}

a.cate_anch {
    width: fit-content;
    background: #ED1C24;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    padding: 5px 10px;
    line-height: normal;
    font-weight: 500;
    display: block;
    text-decoration: none !important;
}

.scen_grd .scientist_img {
    padding-bottom: 10px;
}

.trnd_cs h1 {
    transform: skew(-20deg);
    background: #FF005B;
    color: #fff;
    font-size: 16px;
    padding: 8px 15px;
    margin: auto;
    position: relative;
    margin-bottom: 30px;
    z-index: 9999;
    text-transform: uppercase;
    width: fit-content;
}

.trnd_cs:after {
    content: '';
    background: #000;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 16px;
    left: 0px;
}

.trnd_cs {
    position: relative;
}

.enters_cs {
    position: relative;
}

.enters_cs:after {
    content: '';
    background: #000;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 16px;
    left: 0px;
}

.enters_cs h1 {
    transform: skew(-20deg);
    background: #FF005B;
    color: #fff;
    font-size: 16px;
    padding: 8px 15px;
    margin: auto;
    position: relative;
    margin-bottom: 30px;
    z-index: 9999;
    text-transform: uppercase;
    width: fit-content;
}

.corna_vr h1 {
    margin: 0px;
    padding-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 56px;
}

.news_Sec2 {
    padding: 40px 0px;
    /* background: #efefef; */
}

.trendings {
    padding: 0px 25px 0px 25px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #E8E8E8;
    background: #fff;
}

.scientist_img {
    position: relative;
}

h1.late_new {
    font-size: 18px;
    font-weight: 800;
    padding-bottom: 6px;
    border-bottom: 0px;
    margin-bottom: 35px;
    border-left: 3px solid #23EEFA;
    padding-left: 10px;
    line-height: normal;
    padding-top: 6px;
    text-transform: uppercase;
}

h1.trending {
    font-size: 18px;
    font-weight: 800;
    padding-bottom: 10px;
    border-bottom: 1px solid #00000030;
    margin-bottom: 35px;
    text-transform: uppercase;
}

.corna_vr.health_cares {
    border: 1px solid #0000002b;
    border-radius: 0px;
}

.hlth_txts h1 a {
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    color: #000;
    margin: 0px;
    padding: 0px;
    display: block;
    line-height: normal;
}

.upper_anch {
    border-radius: 8px;
}

img.all_frst_images {
    border-radius: 8px;
}

.hlth_txts h1 a:hover {
    color: #00205b;
}

.hlth_txts p {
    line-height: normal;
    margin: 0px;
    text-align: left;
    color: #555;
    padding-top: 10px;
    font-size: 12px;
}

img.all_nxt_images {
    border-radius: 8px;
}

.erfgbn img {
    border-radius: 8px;
    height: 170px;
    object-fit: cover;
    object-position: center 0%;
}

.news_Sec2 .container-fluid {
    background-color: #E9F6F9;
    padding: 30px 25px 35px 25px !important;
}

.health_new_sec h1 {
    transform: skew(-20deg);
    background: #FF005B;
    color: #fff;
    font-size: 16px;
    padding: 8px 15px;
    position: relative;
    z-index: 9999;
    text-transform: uppercase;
    width: fit-content;
    margin-left: 30px;
}

.health_new_sec {
    border-bottom: 1px solid #00000030;
    padding-bottom: 10px;
    margin-bottom: 35px;
}

.hlth_txts img {
    border-radius: 5px;
    height: 150px;
    object-fit: cover;
}

.hlth_txts h1 {
    margin: 0px;
    padding-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.row.browse_ewvnsts {
    padding-top: 15px;
}

.corna_vr h1 {
    margin: 0px;
    padding-top: 10px;
}

.exhibition_txt h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 16px;
    padding: 5px 10px 0px 10px;
}

.corna_vr h1 a:hover {
    color: #00205b;
}

.scientist_img video {
    height: 150px;
    object-fit: cover;
    border-radius: 8px;
    object-position: center 0%;
}

.corna_vr h1 a {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    color: #000;
    margin: 0px;
    padding: 0px;
    display: block;
    line-height: normal;
    position: relative;
    background: transparent;
    top: 0px;
    left: 0px;
    width: 100% !important;
    text-transform: capitalize;
    text-decoration: none !important;
}

.corna_vr p {
    line-height: normal;
    margin: 0px;
    text-align: center;
    color: #555;
    padding-top: 10px;
    font-size: 14px;
}

.corna_vr p span {
    font-weight: bold;
    color: #00205b;
}

.sceintist span h6 strong {
    color: #00205b;
}

.erfgbn {
    position: relative;
}

.scientist_img a {
    position: absolute;
    top: 15px;
    width: fit-content;
    margin: auto;
    left: 15px;
    background: #00205b;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    padding: 5px 10px;
    line-height: normal;
    font-weight: 500;
    border-radius: 4px;
    text-decoration: none !important;
}

.sceintist h1 a {
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    color: #000;
    margin: 0px;
    padding: 0px;
    display: block;
    line-height: normal;
    text-decoration: none !important;
}

.sceintist h1 a:hover {
    color: #00205b;
}

.sceintist span {
    display: flex;
    gap: 20px;
    align-items: center;
}

.sceintist p {
    line-height: normal;
    font-size: 14px;
    color: #000;
    font-weight: 400;
}

.scientist_txt {
    display: grid;
    padding-bottom: 20px;
}

.trends_txt h1 a {
    font-size: 14px;
    font-weight: 500;
}

.trends_txt h3 {
    color: #444;
    font-size: 12px;
    font-weight: 400;
}

.sceintist span h6 {
    color: #444;
    font-size: 14px;
    font-weight: 400;
}

.sceintist span h5 {
    font-size: 14px;
    color: #000;
    font-weight: 500;
}

.trendings .scientist_img {
    padding-bottom: 15px;
}

.top_sec_news {
    padding: 40px 0px 0px 0px;
    /* background: #efefef; */
}

.new_sec3 {
    padding: 40px 0px 0px 0px;
    /* background: #efefef; */
}


.corna_vr {
    padding-bottom: 25px;
}

.linked_pro ul li {
    list-style: none;
    padding-bottom: 10px;
}

.linked_pro ul {
    padding: 0px !important;
}

.video_iconss {
    display: flex;
    align-items: end;
    gap: 15px;
}

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

.profile_imgas {
    position: relative;
}

.profile_imgas i {
    position: absolute;
    bottom: -5px;
    left: 15px;
    background: red;
    color: #fff;
    padding: 4px;
    border-radius: 50%;
    font-size: 12px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.like_icon {
    padding: 10px 0px 0px 0px;
    position: relative;
    text-align: center;
}

.like_icon i {
    text-align: center;
    background: #efefef;
    width: 30px;
    height: 30px;
    padding: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    border-radius: 50%;
    margin: auto;
    color: #000;
    cursor: pointer;
}

.like_icon span {
    color: #000;
    font-size: 14px;
    line-height: normal;
    font-weight: 500;
}

.linked_pro ul li a {
    display: flex;
    align-items: center;
    gap: 20px;
    color: #000;
    font-weight: 500;
}

.news_entertain a {
    display: block;
    width: 100%;
    line-height: normal;
    padding-bottom: 10px;
    color: #000;
    font-weight: 500;
    font-family: 'Montserrat';
}

.news_entertain a.nesw_bt {
    color: red;
}

video.vido_play {
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: center 0%;
    border-radius: 10px;
}

.linked_pro {
    margin-bottom: 20%;
}

.linked_pro ul li a img {
    width: 8%;
}

/* .tab-pane.active.show {
        display: block !important;
    } */

.john_img .john_txt p.agent_na {
    line-height: normal;
    padding-top: 10px !important;
}

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

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

.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;
    text-decoration: none !important;
}

.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);
    text-decoration: none !important;
}

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

section.header_sec {
    padding: 15px 15px;
    /* background: #efefef; */
}

.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;
    border-top: 1px solid #000000ab;
}

.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;
}

.news_tabs_col ul#myTab {
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 2px 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;
    text-decoration: none !important;
}

h2.entertain_head {
    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;
}

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

.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%;
    object-fit: cover;
    object-position: center 0%;
}

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

.john_img p.text-muted.mb-0 {
    color: #000 !important;
    font-weight: 400;
    padding-bottom: 0px;
    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: 12px;
    line-height: normal;
    padding: 10px 0px;
    margin: 0px;
}

.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 0px !important;
    font-size: 14px !important;
    border: 0px !important;
    border-radius: 0px !important;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
}

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




.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;
    border-top: 0px;
}

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

.john_txt p {
    font-family: 'Poppins' !important;
    color: #444 !important;
    padding-top: 10px !important;
}

.john_txt p.text-success.mb-0 {
    font-size: 14px;
}

.mydivv h4 {
    padding-top: 30px;
    padding-bottom: 10px;

}

.mydivv {
    background: #f7f7f7;
    padding: 20px;
    text-align: center;
    padding-top: 0;
    margin-top: 30px;
}

.corna_vr.health_cares .erfgbn img {
    height: 420px;
    object-fit: cover;
    border-radius: 0px;
    object-position: top;
}

.grid_corna .erfgbn img {
    height: 170px;
    object-position: center;
}

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



@media(min-width: 240px) and (max-width: 479px) {

.exhibition_txt img {
    height: 200px;
}

    .news-tablist {
        margin-top: 20px;
    }

    .chanel_health {
        grid-template-columns: 1fr;
    }

    #loginModal .modal-dialog.modal-dialog-centered.modal-lg {
        width: 95%;
    }

    .hlth_txts img {
        height: auto !important;
    }

    .scen_grd {
        grid-template-columns: 100% !important;
    }

    .trendings .scientist_txt {
        flex-direction: column;
    }

    .trendings .scientist_img {
        width: 100% !important;
    }

    .trendings .sceintist {
        width: 100% !important;
    }

    .news_tabs_col .container-fluid {
        padding: 0px 10px !important;
    }

    .top_sec_news .row {
        gap: 20px;
    }

    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;
    }

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

    .news_Sec2 .container-fluid {
        padding: 20px 15px !important;
    }

    .corna_vr h1 {
        height: 56px !important;
    }

    .top_all_txt img {
        height: 200px !important;
        object-fit: contain !important;
    }

    .erfgbn img {
        object-fit: contain !important;
    }

    .corna_vr.health_cares .erfgbn img {
        height: 200px !important;
        object-fit: contain !important;
    }

    .trendings .scientist_img img {
        height: 200px !important;
        object-fit: contain !important;
    }

    #internationalMain a img.img-fluid.w-100 {
        height: 350px !important;
    }

    .scientist_img img {
        height: 200px !important;
    }

    #celebrity-shortsMain a img {
        height: 350px !important;
    }

    #sportsMain a img {
        height: 350px !important;
    }

    #technologyMain a img.img-fluid.w-100 {
        height: 350px !important;
    }

    #politicsMain a img.img-fluid.w-100 {
        height: 350px !important;
    }

    #fitness-exerciseMain a img.img-fluid.w-100 {
        height: 350px !important;
    }

    #parentingMain a img.img-fluid.w-100 {
        height: 350px !important;
    }

    #nutritionMain a img.img-fluid.w-100 {
        object-fit: contain !important;
        height: 350px !important;
    }

    #travelMain a img.img-fluid.w-100 {
        height: 350px !important;
    }

    #dental-healthMain a img.img-fluid.w-100 {
        height: 350px !important;
    }

    #businessMain a img.img-fluid.w-100 {
        height: 350px !important;
    }

    #womens-healthMain img {
        height: 350px !important;
    }

    #mens-healthMain img {
        height: 350px !important;
    }

    #news-your-opinionMain a img.img-fluid.w-100 {
        height: 350px !important;
    }

    #health-wellnessMain a img.img-fluid.w-100 {
        height: 350px !important;
    }

}


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

    .chanel_health {
        grid-template-columns: 1fr;
    }

    #loginModal .modal-dialog.modal-dialog-centered.modal-lg {
        width: 95%;
    }

    .hlth_txts img {
        height: auto !important;
    }

    .scen_grd {
        grid-template-columns: 100% !important;
    }

    .trendings .scientist_txt {
        flex-direction: column;
    }

    .trendings .scientist_img {
        width: 100% !important;
    }

    .trendings .sceintist {
        width: 100% !important;
    }

    .news_tabs_col .container-fluid {
        padding: 0px 10px !important;
    }

    .top_sec_news .row {
        gap: 20px;
    }

    .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;
    }

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

    .news_Sec2 .container-fluid {
        padding: 20px 15px !important;
    }

    .corna_vr h1 {
        height: 56px !important;
    }

    .top_all_txt img {
        height: 200px !important;
        object-fit: contain !important;
    }

    .erfgbn img {
        object-fit: contain !important;
    }

    .corna_vr.health_cares .erfgbn img {
        height: 200px !important;
        object-fit: contain !important;
    }

    .trendings .scientist_img img {
        height: 200px !important;
        object-fit: contain !important;
    }

    #internationalMain a img.img-fluid.w-100 {
        height: 350px !important;
    }

    .scientist_img img {
        height: 200px !important;
    }

    #celebrity-shortsMain a img {
        height: 350px !important;
    }

    #sportsMain a img {
        height: 350px !important;
    }

    #technologyMain a img.img-fluid.w-100 {
        height: 350px !important;
    }

    #politicsMain a img.img-fluid.w-100 {
        height: 350px !important;
    }

    #fitness-exerciseMain a img.img-fluid.w-100 {
        height: 350px !important;
    }

    #parentingMain a img.img-fluid.w-100 {
        height: 350px !important;
    }

    #nutritionMain a img.img-fluid.w-100 {
        object-fit: contain !important;
        height: 350px !important;
    }

    #travelMain a img.img-fluid.w-100 {
        height: 350px !important;
    }

    #dental-healthMain a img.img-fluid.w-100 {
        height: 350px !important;
    }

    #businessMain a img.img-fluid.w-100 {
        height: 350px !important;
    }

    #womens-healthMain img {
        height: 350px !important;
    }

    #mens-healthMain img {
        height: 350px !important;
    }

    #news-your-opinionMain a img.img-fluid.w-100 {
        height: 350px !important;
    }

    #health-wellnessMain a img.img-fluid.w-100 {
        height: 350px !important;
    }
}


@media(min-width: 768px) and (max-width: 999px) {
#eventRecommendations .col-sm-4 {
    width: 50% !important;
} 

.cards .imgs img {
    height: 250px;
}

.happen_dots a {
    font-size: 10px;
}
 
 
    section.header_sec {
        display: none;
    }

    #media .media_row_col .col-sm-3 {
        width: 100% !important;
    }

    #loginModal .modal-dialog.modal-dialog-centered.modal-lg {
        width: 60%;
    }

    #media .media_row_col .col-sm-9 {
        width: 100%;
    }

    .chanel_health {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        padding-top: 10px;
    }

    .grid_corna .erfgbn img {
        height: 240px;
        object-fit: cover;
        object-position: center 0%;
    }

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

    .row .col-sm-3 .grid_corna {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }

    .mydivv {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }

    .corna_vr h1 {
        height: 56px !important;
    }

    .top_sec_news .col-sm-9 {
        width: 100% !important;
    }

    .top_sec_news .top_stories .row .col-sm-3 {
        width: 25% !important;
    }

    .top_sec_news .row .col-sm-3 {
        width: 100% !important;
    }

    .hlth_txts img {
        height: 170px !important;
    }

    .scen_grd {
        grid-template-columns: 49% 49% !important;
    }

    .trendings .scientist_txt {
        flex-direction: column;
    }

    .trendings .scientist_img {
        width: 100% !important;
    }

    .trendings .sceintist {
        width: 100% !important;
    }

    .trendings .scientist_img a {
        left: 5px !important;
        font-size: 10px !important;
        position: absolute !important;
    }

    .news_tabs_col .container-fluid {
        padding: 0px 10px !important;
    }

    .all_tabs_code .col-sm-3 {
        width: 50% !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: 1100px) and (max-width: 1200px) {
    .john_img img {
        height: 65px !important;
        width: 30%;
    }

    .john_txt {
        width: 70%;
    }

    .john_img {
        flex-direction: row;
    }
}


@media(min-width: 1600px) and (max-width: 6000px) {
    .john_img img {
        height: 100px;
    }
}

@media(min-width: 1700px) and (max-width: 6000px) {
        .insu_agnt_nm {
    display: flex;
    align-items: center;
    gap: 5px;
    padding-bottom: 5px;
}

.insu_agnt_nm p.mb-0.agent_na {
    padding-bottom: 0px;
}
}