body {
    font-family: "Poppins", sans-serif;
    margin: 0;
}

header {
  padding: 10px 20px;
  background: #333;
  color: white;
}

.toggle-btn {
  font-size: 24px;
  cursor: pointer;
}
.cw-news-banner-middle-right-social a i:hover {
    color: #e31e25;
}
.sidebar {
  position: fixed;
  left: -300px;
  top: 0;
  width: 280px;
  height: 100%;
  background: #fff;
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
  overflow-y: auto;
  transition: left 0.3s ease;
  z-index: 999;
  height: 750px;
}

.sidebar.active {
  left: 0;
}

.sidebar-header a {
display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px;
    color: #221f1f;
    text-decoration: none;
    font-weight: 500;
}

.sidebar-header img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

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

.menu li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 15px;
  border-bottom: 1px solid #f0f0f0;
      font-size: 16px;
    color: #221f1f;
    text-decoration: none;
    font-weight: 500;
}

.icon {
  width: 25px;
    height: 25px;
    object-fit: contain;
}

.follow {
  background-color: #f1f1f1;
  border: none;
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 14px;
  cursor: pointer;
}
.container {
    width: 100%;
    max-width: 1270px;
    margin: 0 auto;
}

.top-logobar-main .logo a img {
    max-width: 150px;
    object-fit: contain;
}

section.top-logobar {
    padding: 40px 0px;
}
.sidebar-header a img {
    max-width: 30px;
    object-fit: contain;
}

.sidebar-header a p {
    font-weight: 600;
}
.header-main {
    display: flex;
}

.header-main-menu ul {
    margin: 0;
    padding: 0;
}

.header-main-menu ul li {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
    vertical-align: top;
}

.header-main-menu ul li a {
    display: block;
    padding: 9px 10px;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
}

ul#more_menu_items {
    max-height: 240px;
    overflow-x: hidden;
    overflow-y: auto;
    width: 150px;
    position: absolute;
    top: 39px;
    left: 0;
    background: #fff;
    z-index: 99999;
    display: none;
    box-shadow: 0 2px 2px 1px rgba(72, 72, 72, .2);
    transition: all .3s;
}

li.header-main-menu-more {
    position: relative;
    margin-right: 0;
}

li.header-main-menu-more:hover {}

li.header-main-menu-more:hover ul#more_menu_items {
    display: block;
}

ul#more_menu_items li a {
    color: #000;
}

ul#more_menu_items li {
    display: block;
    position: relative;
    margin: 0;
}

ul#more_menu_items li a {
    padding: 8px 10px 4px;
    color: #221f1f;
    text-decoration: none;
    font-weight: 500;
}

.header-main-menu {
    padding-left: 30px;
}
.header-right-menu {
    display: flex;
    width: 50%;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
}

span.sprite_top img {
    max-width: 20px;
    object-fit: contain;
}

.search-city {
    position: relative;
    color: #fff;
    display: block;
    float: right;
    font-size: 14px;
}

.search-city a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
}

.search-city a img {
    filter: invert(1);
}

div#searchbar img {
    filter: invert(1);
}

div#searchbar {
    display: flex;
    align-items: center;
    gap: 20px;
    cursor: pointer;
}
.search-div form {
    display: flex;
    gap: 10px;
}

.searchIcon.active {
    order: 1;
}

.search-exp input {
    width: 250px;
    height: 20px;
    padding: 10px;
    color: #000;
    border-bottom: 0 solid #dadada;
    font-size: 14px;
    font-weight: 400;
    float: left;
    border: 0;
    border-radius: 5px;
}

.searchIcon.active span.sprite_top {
    display: none;
}

.searchIcon.active span.sprite_top.searchicn {
    display: block !important;
}
section.new-topbar {
    width: 100%;
    background-color: #f0f0f0;
    padding: 10px 0px;
}

.new-topbar-main ul {
    margin: 0;
    padding: 0;
}

.new-topbar-main ul li {
    font-size: 14px;
    line-height: 18px;
    margin-right: 25px;
    display: inline-flex;
}

.new-topbar-main ul li a {
    color: #000;
    text-decoration: none;
    font-weight: 500;
}

.today-news-badge span {
    font-size: 18px;
    font-style: normal;
    color: #fff;
    text-align: center;
    background: #ff0202;
    text-transform: uppercase;
    font-weight: 600;
    display: flex;
    justify-content: center;
    width: fit-content;
    margin: 0 auto;
    align-items: center;
    height: 40px;
    padding: 0 15px;
}

.today-news-badge {
    text-align: center;
}

section.today-news {
    padding: 30px 0px;
}

.today-news-title {
    text-align: center;
    color: #2b2b2b;
    font-weight: 700;
    font-size: 30px;
    padding: 30px 0px;
}

.today-news-left h4 {
    position: relative;
    margin: 0 0 18px;
    font-size: 24px;
    font-weight: 700;
    line-height: 31px;
    color: #2b2b2b;
}

.today-news-left h4:after {
    content: '';
    width: 65px;
    height: 5px;
    position: absolute;
    left: 0;
    bottom: -8px;
    display: block;
    background: #ff0202;
}

.today-news-flex {
    display: flex;
}

.today-news-left ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    gap: 20px;
    margin-top: 30px;
}

.today-news-left ul li img {
    width: 200px;
    object-fit: contain;
}

.today-news-left ul li {
    list-style: none;
    display: flex;
    align-items: center;
    background: #E8FDFF;
    gap: 20px;
}

.cw-news-tabs-details span {
    color: #6B6B6B;
}
.today-news-flex {
    gap: 30px;
}

.today-news-left ul li {
    padding: 20px;
    border-radius: 5px;
}

.cw-news-tabs-details p {
    margin: 0;
    padding-top: 5px;
}

.cw-news-tabs-details p a {
    text-decoration: none;
    color: #2b2b2b;
    font-weight: 700;
    width: 100%;
    font-size: 18px;
}

.cw-news-tabs-details p a span {
    color: #ff0202;
}
.main-banner-flex {
    display: flex;
    justify-content: space-between;
    gap: 25px;
}

.main-banner-left {
    width: 20%;
    background: #f4f4ff;
    padding: 15px 10px;
    height: 100%;
}

.main-banner-middle {
    width: 50%;
}

.main-banner-right {
    width: 30%;
}

.main-banner-right iframe {
    width: 100%;
    height: 700px;
}

img {
    width: 100%;
}

ul.cw-news-tabs-content.news-banner-right-second-content {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

ul.cw-news-tabs-content.news-banner-right-second-content li {
    padding: 20px;
    width: 100%;
    display: flex;
}

ul.cw-news-tabs-content.news-banner-right-second-content li img {
    width: 120px;
}

ul.cw-news-tabs-content.news-banner-right-second-content .cw-news-tabs-details {
    margin: 0 10px;
}

ul.cw-news-tabs-content.news-banner-right-second-content .cw-news-tabs-details p {
    margin: 0;
    padding: 0;
}

ul.cw-news-tabs-content.news-banner-right-second-content .cw-news-tabs-details p a {
    font-size: 13px;
    font-weight: 600;
    color: #2b2b2b;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

ul.cw-news-tabs-content.news-banner-right-second-content .cw-news-tabs-details span {
    color: #ff0202;
    font-size: 10px;
    margin-top: 10px;
    display: inline-block;
}

ul.cw-news-tabs-content.news-banner-right-second-content .cw-news-tabs-details p a:hover {
    color: #ff0202;
}
section.main-banner {
}

.main-banner-left h4 {
    padding: 0 7px;
    position: relative;
    margin: 0 0 5px;
    display: flex;
    align-items: center;
    font-size: 20px;
    justify-content: space-between;
}

.main-banner-left h4 span {
    display: inline-block;
    padding: 0 12px 0 10px;
    color: #222;
    z-index: 1;
    margin-left: -7px;
    background: #f4f4ff;
}

.main-banner-left h4:after {
    content: "";
    height: 4px;
    background: #ccc;
    position: absolute;
    width: 100%;
    left: 0;
}

.main-banner-left ul {margin: 0;padding: 0;margin-top: 10px;}

.main-banner-left ul li {
    font-size: 14px;
    line-height: 18px;
    list-style-type: none;
    padding-bottom: 15px;
    word-wrap: break-word;
}

.main-banner-left ul li a {
    text-decoration: none;
    color: #221f1f;
}

.main-banner-left ul li a span {
    color: #E31E25;
    margin-right: 5px;
}

.main-banner-left-time {
    font-size: 11px;
    color: #ccc;
    line-height: 1.4;
}
.main-banner-middle-box1 {
    background: #f4f4ff;
    position: relative;
    border-radius: 5px;
    box-shadow: 1px 1px 4px 1px rgba(221, 221, 221, 0.65);
    margin-bottom: 20px;
    padding-top: 15px;
}

.main-banner-middle-box1 h2 {
    font-size: 22px;
    line-height: 32px;
    margin: 0px 15px 15px;
    font-weight: 700;
}

.main-banner-middle-box1 h2 a {
    color: #221f1f;
    text-decoration: none;
}

.main-banner-middle-box1 h2 a span {
    color: #e31e25;
    margin-right: 5px;
}

.rel_tags {
    padding: 0 15px 15px;
    font-size: 14px;
    font-weight: 500;
}

.rel_tags a {
    color: #17aada;
    padding-right: 10px;
}

.main-banner-middle-box1-image p {
    margin: 0;
    width: 100%;
    position: relative;
    padding: 15px 15px 0;
    overflow: hidden;
}

.news_category a img {
    max-width: 20px;
    object-fit: contain;
}

.__timestamp.followDv {
    padding: 10px 15px;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.news_category {
    display: inline-flex;
    line-height: 1.2;
    align-items: center;
}

.news_category a {
    color: #221f1f;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 15px;
}

.date span {
    position: relative;
    padding: 0;
    margin-left: 8px;
    display: inline-flex;
    line-height: 16px;
    color: #6B6B6B;
    vertical-align: middle;
    display: flex;
    align-items: center;
}

.main-banner-middle-box1-image {
    padding-bottom: 10px;
}

.cw-news-banner-middle-right-social {
    padding: 15px;
    display: flex;
    justify-content: center;
    gap: 40px;
}

.cw-news-banner-middle-right-social a {
    color: #221f1f;
}

.cw-news-banner-middle-right-social a i {
    font-size: 30px;
}
.main-banner-middle-recomdation-title h2 {
  font-size: 22px;
    line-height: 32px;
    margin: 30px 15px 15px;
    font-weight: 700;
}
.main-banner-middle-recomdation-title h2 a {
    text-decoration: none;
    color: #221f1f;
}
.main-banner-middle-recomdation-title h2 a span {
    color: #e31e25;
    margin-right: 5px;
}
.main-banner-middle-recomdation-box-video img {
    width: 100%;
}

.main-banner-middle-recomdation-main {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-left: 10px;
}

.main-banner-middle-recomdation-main-flex {
    width: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: scroll;
    white-space: nowrap;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
}

.main-banner-middle-recomdation-box {
    width: 230px;
    position: relative;
    margin: 5px 12px 15px 3px;
    white-space: normal;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    flex: 0 0 auto;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0px 1px 8px 0px #c9ccd3;
    border-radius: 10px;
}

.main-banner-middle-recomdation-box-title a {
    text-decoration: none;
    font-size: 18px;
    line-height: 24px;
    margin: 15px;
    display: block;
    color: #221f1f;
    font-weight: 500;
}

.main-banner-middle-recomdation-box-title a span {
    color: #e31e25;
    margin-right: 5px;
}
.main-banner-middle-short-video {
    width: 100%;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 1px 1px 4px 1px rgba(221, 221, 221, 0.65);
    position: relative;
    margin-bottom: 20px;
    padding: 15px 0 10px 15px;
    margin: 30px 0px;
}

.main-banner-middle-short-video-title h2 {
    margin: 0;
    padding: 0;
    font-size: 22px;
    line-height: 32px;
}

.main-banner-middle-short-video-title h2 a:nth-child(2) {
    font-size: 14px;
    line-height: 31px;
    float: right;
    font-weight: 400;
    padding-right: 15px;
}

.main-banner-middle-short-video-title h2 a {
    text-decoration: none;
    color: #221f1f;
}

.main-banner-middle-short-video-flex {
    width: 100%;
    overflow: hidden;
    overflow-x: scroll;
    white-space: nowrap;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding-left: 0;
}

.main-banner-middle-short-video-box1 {
    width: 200px;
    height: 230px;
    box-shadow: 0px 1px 5px 1px rgba(216, 216, 216, 0.5);
    display: inline-block;
    position: relative;
    margin: 10px 8px 10px 0;
    overflow: hidden;
    box-sizing: border-box;
    vertical-align: top;
    border-radius: 5px;
    word-break: break-word;
}

.main-banner-middle-short-video-box1 img {
    height: 230px;
    object-fit: cover;
}
.main-banner-middle-box-new {
    display: flex;
    padding: 15px;
    gap: 30px;
}

.main-banner-middle-box-new img {
    max-width: 160px;
}

.main-banner-middle-box-new h2 {
    font-size: 20px;
    line-height: 30px;
    margin: 0px 0px 0px;
    gap: 20px;
}
.footer-second-block-logo a img {
    max-width: 150px;
    object-fit: contain;
}

.footer-second-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 30px;
}

footer {
    background: #000;
    padding: 60px 0px;
}

.footer-first-block {
    display: flex;
    justify-content: space-between;
}

.footer-first-block1 h6 {
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    margin: 0;
}

.footer-first-block1 ul {
    margin: 0;
    padding: 0;
}

.footer-first-block1 ul li {
    color: #fff;
    list-style: none;
    font-size: 16px;
    padding-top: 15px;
}

.footer-second-block-copyright {
    color: #fff;
    font-size: 16px;
}
.footer-first-block1 ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}
section.main-banner {
    padding-bottom: 40px;
}
.search-exp {
    position: absolute;
    right: 30px;
    top: 0px;
}
.today-news-left.changebg ul li {
    background: #fff8f2;
}
.header-right-menu {
    position: relative;
}
span.sprite_top img {
    filter: invert(1);
}

.cw-mobile
{
  display: none !important;
}
.header-right-menu.mobile {
    display: none;
}
section.cw-breadcrumbs {
    padding-top: 40px;
    padding-bottom: 20px;
}

.cw-breadcrumbs-main ul {
    display: flex;
    margin: 0;
    padding: 0;
    gap: 20px;
}

.cw-breadcrumbs-main ul li {
    list-style: none;
}

.cw-breadcrumbs-main ul li a {
    text-decoration: none;
    color: #000;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
}

.cw-breadcrumbs-main ul li:nth-child(1) a {
    color: #767676;
}
.cw-breadcrumbs-main ul li a:hover
{
    color: #FF0202;
}
.inner-banner-middle-image img {
    width: 100%;
}

.inner-banner-main {
    display: flex;
    gap: 40px;
}

.inner-banner-middle {
    width: 60%;
}

.inner-banner-right {
    width: 30%;
}

.inner-banner-middle-content h2 {
    font-size: 32px;
    margin-bottom: 0;
}

.inner-banner-middle-content p {
    color: #2b2b2b;
    font-size: 16px;
    line-height: 26px;
}

.inner-banner-middle-content ul {
    margin: 0;
    padding: 15px 0px;
    border-top: 1px solid #00000066;
    border-bottom: 1px solid #00000066;
}

.inner-banner-middle-content ul li {
    list-style: none;
    padding-bottom: 10px;
    color: #000;
    font-size: 12px;
    text-transform: uppercase;
}

.inner-banner-middle-content ul li a {
    color: #000;
    text-decoration: none;
    font-weight: 800;
}

.inner-banner-middle-image {
    padding-top: 20px;
}
ul.cw-news-tabs-content.inner-banner-right-content li {
    width: 100%;
}

section.cw-inner-news-bottom {
    padding-top: 40px;
    padding-bottom: 60px;
}
.cw-news-horoscopes .swiper-button-prev:after , .cw-news-horoscopes .swiper-button-next:after {
    color: #0000006b;
    font-weight: 400;
    font-size: 14px;
    border: 1px solid #0000006b;
    display: flex;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
}
.cw-news-horoscopes-swipe
{
    position: relative;
}
.cw-news-horoscopes .swiper-button-prev {
    position: absolute;
    top: 13%;
    left: 87%;
}



.cw-news-horoscopes .swiper-button-next {
    position: absolute;
    top: 13%;
}
.cw-news-banner-middle-right-social a i {
    transition: all 0.3s ease-in-out;
}
.cw-heading {
    width: 60%;
    padding-bottom: 30px;
}

.cw-heading a {
    color: #2b2b2b;
    text-decoration: none;
    font-weight: 700;
    font-size: 24px;
}
.horoscope-icon img {
    filter: brightness(0) saturate(100%) invert(14%) sepia(98%) saturate(7454%) hue-rotate(-1deg) brightness(98%) contrast(121%);
}

.horoscope-card {
    cursor: pointer;
}

.rashifal-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  z-index: 9999;
  align-items: center;
}

.rashifal-popup-main {
 position: relative;
    margin: 0 auto;
    width: 100%;
    background: #fff;
    padding: 20px;
}

.rashifal-popup-first {
  display: none;
}

.rashifal-close {
 cursor: pointer;
    font-size: 30px;
    text-align: right;
    position: absolute;
    right: 0;
    top: 0;
}
.rashifal-popup-first {
    position: relative;
}
.container.rashifal-popuup-container {
    max-width: 600px;
}
.horoscope-card {
    text-align: center;
    border: 1px solid #0000004a;
    border-radius: 5px;
   padding: 10px 15px;
}
.horoscope-title {
    font-size: 16px;
    padding-top: 5px;
}
section.cw-news-horoscopes {
    padding-bottom: 30px;
}
.header-arrow a img {
    max-width: 20px;
    filter: brightness(0.5);
}

.header-arrow a {
    padding: 0;
}

.header-arrow {
    display: flex;
    padding-left: 15px;
    position: relative;
    top: 15px;
}
@media (max-width: 768px) {

  .header-right-menu {
    display: none;
}
.header-right-menu.mobile {
    display: flex;
}
.cw-desktop
{
  display: none !important;
}
.cw-mobile
{
  display: block !important;
}
  footer {
    padding: 40px 0px;
}

.footer-first-block {
    flex-wrap: wrap;
}

.footer-first-block1 {
    width: 50%;
}

.footer-first-block1 h6 {
    font-size: 16px;
}

.footer-first-block1 ul {
    padding-bottom: 20px;
}

.footer-first-block1 ul li {
    font-size: 14px;
    padding-top: 10px;
}

.footer-first-block1 ul li a {
    font-size: 14px;
}

.footer-second-block-logo a img {
    max-width: 80px;
}

.footer-second-block-copyright {
    font-size: 12px;
}

.footer-second-block {
    padding-top: 9px;
}
.today-news-flex {
    flex-wrap: wrap;
}

.main-banner-flex {
    flex-wrap: wrap;
}

.main-banner-left {
    width: 100%;
}

.main-banner-middle {
    width: 100%;
    order: -1;
}

.main-banner-right {
    width: 100%;
}

.container {
    max-width: 94%;
    padding: 0 15px;
}

.top-logobar-main {
    display: flex;
}

.search-city {
    color: #000;
}

.search-city a {
    color: #000;
}

.search-city a img {
    filter: contrast(0.5);
}

.top-logobar-main .logo a img {
    max-width: 150px;
}
body {
    font-family: "Poppins", sans-serif;
      margin-left: 0;
}
.main-banner-middle-box1-image p {
    padding: 15px 0px 0;
}
.header-right-menu.mobile {
    display: flex;
}

span.sprite_top img {
    filter: brightness(0.5);
}

.top-logobar-main {
    gap: 10px;
    align-items: center;
}

section.top-logobar {
    padding: 20px 0px;
}

.searchIcon.searchbar {
}

.search-exp input {
    border: 1px solid #000000b0;
}

.search-exp {
    top: -10px;
}

.header-main-menu {
    width: 100%;
    overflow: hidden;
    overflow-x: scroll;
    white-space: nowrap;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    padding-top: 0;
    padding-left: 0px;
}

header {
    padding: 5px 0px;
}

ul#more_menu_items {
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

ul#more_menu_items {
    width: auto;
    position: relative;
    top: auto;
    left: auto;
    background: 0 0;
    z-index: auto;
    display: flex !important;
    box-shadow: 0 0;
    overflow: hidden;
    padding-top: 0;
}

li.header-main-menu-more {
    padding: 0;
    width: auto;
    margin: 0;
    white-space: normal;
    vertical-align: top;
}

.header-main-menu ul li a.more-btn {
    display: none !important;
}

ul#more_menu_items li {
    width: auto;
    position: relative;
    white-space: nowrap;
    display: inline-block;
}

ul#more_menu_items li a {
    color: #fff;
    padding: 9px 10px;
}
.new-topbar-main {
    width: 100%;
    display: flex;
    position: relative;
    padding: 10px 0 10px 0px;
    overflow: hidden;
    overflow-x: scroll;
    white-space: nowrap;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
}

.new-topbar-main ul li a {
    display: block;
    color: #000;
    background-color: #fff;
    padding: 6px 16px 6px;
    border-radius: 16px;
    border: 1px solid #747474;
}

.new-topbar-main ul li {
    margin-right: 5px;
}

section.new-topbar {
    padding: 0px 0px;
}
section.today-news {
    padding: 20px 0px;
}

.today-news-badge span {
    height: 35px;
    padding: 0 5px;
}

.today-news-title {
    font-size: 22px;
}

.today-news-left h4 {
    font-size: 20px;
}

.today-news-left ul li {
    flex-wrap: wrap;
    padding: 0px;
    border-radius: 10px;
    gap: 0px;
}

.today-news-left {
    width: 48%;
}

.today-news-left ul li img {
    width: 100%;
}

.cw-news-tabs-details {
    padding: 10px;
}

.cw-news-tabs-details span {font-size: 12px;}

.cw-news-tabs-details p a {
    font-size: 16px;
}

.cw-news-tabs-details p a span {
    font-size: 15px;
}

.today-news-left ul {margin-bottom: 10px;}

.main-banner-middle-box1 h2 {
    font-size: 20px;
    line-height: 30px;
}

.main-banner-middle-box1-image p {
    font-size: 14px;
    display: inline-block;
    margin: 0;
    padding: 10px 10px 0;
    width: 94%;
}

.main-banner-middle-box1-image {
    display: block;
    width: 100%;
}

.news_category a {
    font-size: 14px;
    gap: 10px;
}

.news_category a img {
    max-width: 15px;
}

.date span {
    font-size: 13px;
}

.cw-news-banner-middle-right-social a i {
    font-size: 20px;
}
.today-news-flex {
    gap: 10px;
}

.main-banner-middle-recomdation-title h2 {
    font-size: 20px;
    line-height: 30px;
    margin: 20px 0px 5px;
}

.main-banner-middle-recomdation-main {
    padding-left: 1px;
}

.main-banner-middle-recomdation-box-title a {
    font-size: 13px;
    line-height: 20px;
    margin: 10px;
}

.main-banner-middle-recomdation-box-video img {
}

.main-banner-middle-recomdation-box {
    width: 150px;
}

.main-banner-middle-short-video {
    margin: 20px 0px;
    padding: 10px 0 10px 15px;
}

.main-banner-middle-short-video-title h2 a {
    font-size: 18px;
}

.main-banner-middle-short-video-box1 {
    width: 130px;
    height: 170px;
}

.main-banner-middle-box-new {
    flex-wrap: wrap;
    gap: 20px;
    padding: 0px;
}

.main-banner-middle-box-new h2 {
    order: 1;
    padding: 0 10px 10px 10px;
    font-size: 18px;
    line-height: 28px;
}

.main-banner-middle-box-new img {
    max-width: 100%;
}

.main-banner-middle-box1 {
    padding-top: 0px;
    margin-bottom: 15px;
}

ul.cw-news-tabs-content.news-banner-right-second-content li {
    padding: 10px;
    align-items: center;
}

section.main-banner {
    padding-bottom: 30px;
}

ul.cw-news-tabs-content.news-banner-right-second-content {
    margin-bottom: 0px;
}
.inner-banner-main {
    flex-wrap: wrap;
    gap: 0px;
}

.inner-banner-middle {
    width: 100%;
}

.inner-banner-right {
    width: 100%;
}

section.cw-inner-news-bottom {
    padding-top: 0px;
    padding-bottom: 0px;
}

section.cw-breadcrumbs {
   padding-top: 20px;
        padding-bottom: 0px;
}

.inner-banner-middle-content h2 {
    font-size: 20px;
}

.inner-banner-middle-content p {
    font-size: 14px;
    line-height: 23px;
}

.inner-banner-middle-content ul {
    padding-bottom: 5px;
}
.cw-news-horoscopes .swiper-button-prev {
    left: 77%;
    top: 8%;
}

.cw-heading a {
    font-size: 20px;
}

.cw-heading {
    padding-bottom: 20px;
}

.cw-news-horoscopes .swiper-button-next {
    top: 8%;
}
.rashifal-popup-main {
    width: 100%;
    max-width: 300px;
    height: 400px;
    overflow: auto;
}
.mobile-bottom-bar {
    display: block !important;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    background: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}

.mobile-bottom-bar-box a img {
    width: 100%;
    max-width: 45px;
    object-fit: contain;
}

.mobile-bottom-bar-main {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.mobile-bottom-bar-box a span {
    display: block;
    text-align: center;
}

.mobile-bottom-bar-box a {
    text-decoration: none;
    font-weight: 600;
    color: #2b2b2b;
}
}
