@font-face {
    font-family: 'Merriweather';
    src: url('../font/merriweather/Merriweather-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: bold;
  }
  
  @font-face {
    font-family: 'Merriweather';
    src: url('../font/merriweather/Merriweather-BoldIt.ttf') format('truetype');
    font-weight: bold;
    font-style: italic; 
  }
  
  @font-face {
    font-family: 'Merriweather';
    src: url('../font/merriweather/Merriweather-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
  }
  
  @font-face {
    font-family: 'Merriweather';
    src: url('../font/merriweather/Merriweather-LightIt.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
  }

  @font-face {
    font-family: 'Merriweather';
    src: url('../font/merriweather/Merriweather-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
  }

  @font-face {
    font-family: 'Merriweather';
    src: url('../font/merriweather/Merriweather-UltraBdIt.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
  }

  @font-face {
    font-family: 'Merriweather';
    src: url('../font/merriweather/Merriweather-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
  }

  @font-face {
    font-family: 'Merriweather';
    src: url('../font/merriweather/Merriweather-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
  }

  @font-face {
    font-family: 'Merriweather';
    src: url('../font/merriweather/Merriweather-UltraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
  }
 
body{
    font-family: 'Roboto',sans-serif;
}
.top-stories-head img{
    width: 100%!important;
}
.top-stories-head{
    position: relative;
}
.top-story{
    text-transform: uppercase;
    position: absolute;
    font-size: 18px;
    top: 0;
    left: 0;
    padding: 3px 16px;
    color: white;
    font-weight: bold;
    background-color: #ff0000;
    max-width: fit-content;
}
.top-stories-head-meta{
    position: absolute;
    bottom: 0px;
    color: #fff;
    padding: 30px 10px 10px 20px;
    width: 100%;
    background: linear-gradient(transparent,black);
}
.top-stories-head-meta-title{
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    padding-left: 0;
    margin-bottom: 0;  
    font-family: 'Merriweather',serif; 
}
.top-stories-head-meta a{
    text-decoration: none;
}
.top-stories-head-meta a{
    text-decoration: none;
    color: white;
}
.top-stories-head-author{

}
.top-stories-head-author:hover{
    text-decoration: underline;
}
.top-stories-head-date, .top-stories-head-author, .top-stories-head-min{
    font-family: 'Roboto',sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0;
    text-align: left;
}


.top-story-side-single-category{
    color: #ff0000;
    font-size: 16px;
    font-family: 'Roboto',sans-serif;
    font-style: normal;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 24px;
    display: block;
}
.top-story-side-single-title{
    color: #000;
    font-family: 'Merriweather',serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0;
    text-align: left;
    margin-bottom: 10px;
    margin-top: 0;
    display: block;
}
.top-story-side-single-author{
    color: #5b616b;
    font-size: 14px;
    margin-top: 9px;
    display: block;
}
.top-story-side-min-read{
    font-family: 'Roboto',sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0;
    text-align: left;
    color: #ff0000;
    padding-left: 0;
}
.top-story-side-single-category, .top-story-side-single-title, .top-story-side-single-author{
    text-decoration: none;
}
.top-story-side-single-category:hover, .top-story-side-single-title:hover, .top-story-side-single-author:hover{
    text-decoration: none;
    color: inherit;
}
.top-story-side-single:not(:last-of-type) {
    padding-bottom: 10px;
    border-bottom: 1px solid #c4c4c4;
    padding-top: 6px;
}


/* Tabbed Categories */
.tabbed-categories .nav-tabs .nav-link {
    line-height: 11px;
    word-wrap: break-word;
}
  
.tabbed-categories .nav-tabs .nav-link.active {
    background: #ff0000;
    color: #fff;
    line-height: 11px;
}
.tabbed-categories .nav-tabs{
    width: 100%;
    display: block;
}
.tabbed-categories .nav-link{
    font-size: 16px;
    line-height: 24px; 
    float: left;
    cursor: pointer;
    padding: 14px 16px;
    transition: .3s;
    width: 25%; 
    text-align: center;
    height: 55px;
    position: relative;
    border-radius: 0px;
    border: 1px solid #c4c4c4; 
    font-style: normal;
    font-weight: 600; 
    line-height: 22px;
    color: #333;
}
.triangle-active{
    display: none;  
    height: 20px;
    width: 20px;
    background-color: white;
    rotate: 45deg;
    position: absolute;
    bottom: -13px;
    right: 48%;
    z-index: 0;
}
.nav-link.active .triangle-active{
    display: block;
}
 
.tabbled-post-img-cont{
    width: 100%;
    overflow: hidden;
    height: 150px;
    margin-top: 30px!important;
}
.tabbed-post-img{
    width: 100%;
    height: -webkit-fill-available;
}
.tab-content .col-sm-3{
    margin-top: 31px;
}
.tabbed-post-title{
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    margin-top: 15px;
    font-family: 'Merriweather',serif;
    padding-left: 0;
    text-decoration: none;
}
.tabbed-post-author{
    color: #5b616b;
    font-size: 14px;
    font-weight: 400;
    margin-top: 0px;
    padding-left: 0;
    text-align: left;
    text-decoration: none;
}
.tabbed-post-minread{
    color: #ff0000;
    font-size: 12px;
    font-weight: 400;
    padding-left: 0;
}

.tabbed-post-title a,.tabbed-post-author a{
    text-decoration: none;
    color: inherit;
    word-wrap: break-word;
}
.tabbed-post-title a:hover, .tabbed-post-author a:hover{
    text-decoration: none;
    color: inherit;
}
.cat-1 img{
    width: 100%;
}
.cat-1 .cat-1-side .tabbed-post-title{
    font-family: 'Merriweather',serif;   
    padding-left: 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    margin-top: 15px;
    padding-bottom: 4px; 
    padding-top: 6px;
}
.cat-1 .tabbed-post-description{
    font-size: 16px;
    line-height: 22px;
    margin-top: 20px;
    padding-left: 0;
    text-decoration: none;
}
.cat-1 .cat-1-side .tabbed-post-author{
    color: #5b616b;
    font-size: 14px;
    font-weight: 400;
    margin-top: 1px;
    padding-left: 0;
}
.cat-1 .cat-1-side .tabbed-post-minread{
    color: #ff0000;
    font-size: 12px;
    font-weight: 400;
    padding-left: 0;
    border-bottom: 1px solid #c4c4c4;
    padding-bottom: 10px;
}
.cat-1 .tabbed-post-description a{ 
    text-decoration: none;
    color: inherit;
}
.cat-1 .tabbed-post-description a:hover{
    text-decoration: none;
    color: inherit;
}
.cat-1 .cat-1-side .top-story-side-single-category{
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    margin-top: 15px;
}
.cat-1 .cat-1-side .top-story-side-single-author{
    font-size: 14px;
    font-weight: 400;
}
.cat-1 .cat-1-side .top-story-side-min-read{
    color: #ff0000;
    font-size: 12px;
    font-weight: 400;
    padding-left: 0;
}
.cat-1-main .tabbed-post-title{
    font-family: 'Merriweather',serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    margin-top: 20px;
    padding-left: 0;
}
.cat-1 .cat-1-heading{
    font-family: 'Roboto',sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 22px;
    text-transform: capitalize;
    color: #333;
    padding-bottom: 10px;
    margin: 40px 0 20px 0;
}
.tabbed-categories{
    border-bottom: 1px solid #ff0000;
    padding-bottom: 40px;
    padding-top: 40px;
}



.media-29101 img {
    margin-bottom: 20px; }
  
  .media-29101 h3 {  
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
    text-transform: capitalize;
    color: #fff;
    padding-bottom: 10px; 
    font-family: 'Merriweather',serif;
    text-decoration: none;
}
.media-29101 h3:hover{   
    text-decoration: underline;
    color: #ff0000;
}
    .media-29101 h3 a {
      text-decoration: none;
      color: inherit;
    }
  
    .media-29101 h3 a:hover {
        text-decoration: none;
        color: inherit;
      }
    
.owl-2-style .owl-nav {
    display: none; }
  
.owl-2-style .owl-dots {
    text-align: center;
    position: relative;
    bottom: -30px; }
    .owl-2-style .owl-dots .owl-dot {
      display: inline-block; }
      .owl-2-style .owl-dots .owl-dot span {
        display: inline-block;
        width: 15px;
        height: 3px;
        border-radius: 0px;
        background: #cccccc;
        -webkit-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
        -o-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
        transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
        margin: 3px; }
      .owl-2-style .owl-dots .owl-dot.active span {
        background: #007bff; }
      .owl-2-style .owl-dots .owl-dot:active, .owl-2-style .owl-dots .owl-dot:focus {
        outline: none; }


.media-29101 iframe{
    width: 100%;
    height: 350px;
    min-height: 100%;;
}
  
.owl-prev{
    font-size: 34px!important;
    margin: -11px 38px;
    color: white!important;
}

.owl-next{
    font-size: 34px!important;
    margin: -11px 38px;
    color: white!important;
}
.owl-nav{
    text-align: center;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{

}
.owl-carousel .owl-nav button.owl-next:focus, .owl-carousel .owl-nav button.owl-prev:focus{
    outline: none;
}
.cat-1 .owl-dots{
    display: none;
}
.cat-1{
    border-bottom: 1px solid #ff0000;
    padding-bottom: 7px;
}
.cat-12{
    padding-top: 27px;
}
.top-stories-head-section{
    border-bottom: 1px solid #ff0000;
    padding-bottom: 40px; 
}
.header-ads{
    padding-top: 75px;
    padding-bottom: 19px;
}
.header-ads img{
    width: 100%;
} 
.col-3-cat img{
    width: 100%;
    border-radius: 5px;
    height: -webkit-fill-available;
}
.col-3-cat .col-3-cat-title{
    font-size: 20px;
    font-weight: 600;
}
.col-3-cat a{
    color: inherit;
    text-decoration: none;
}
.col-3-cat a:hover{
    color: inherit;
    text-decoration: none;
}
.col-3-main{
    padding-top: 40px;
}
.col-3-col-heading{
    text-transform: uppercase;
    font-weight: 600;
    color: #ff0000;
    font-size: 25px;
    padding-bottom: 20px;
}
.col-3-cat:not(:last-of-type) {
    border-right: 1px solid #c4c4c4;
}
.col-3-cat{
    padding-right: 20px;
    padding-left: 20px;
}
.cat-video{
    background-color: black;
}
.cat-1-heading-black{
    color: #ff0000!important;
}
.newsreal-nav{
    background-color: #ff0000;
    position: fixed;
    top: 0;
    z-index: 800;
    width: 100%;
    box-shadow: 0 4px 4px rgb(0 0 0 / 25%);
}
.navbar-expand-md{
    justify-content: space-around;
}
.newsreal-nav .btn-outline-secondary{
    color: #6c757d;
    background-color: white;
    background-image: none;
    border-color: #ffffff;
    border-left: 1px solid #d4d3d3;
}
.newsreal-nav .form-control{
    border: 1px solid #ffffff;
}
.newsreal-nav .form-control:focus{ 
    box-shadow: none;
}
.newsreal-nav .btn-outline-secondary:focus{
    box-shadow: none;
}
.newsreal-nav a.nav-link{
    color: #fff!important;
    font-weight: 400;
    transition: color 0.3s ease;
    font-family: 'Roboto',sans-serif;
}
.newsreal-nav .fa-bars{
    color: black;
    background-color: white;
    padding: 8px 9px;
    border-radius: 30px;
}
.newsreal-nav a.nav-link:hover{
    color: #000!important;
}
.btn:focus{
    box-shadow: none
}
.sidebarmenu{
    position: fixed;
    left: -100%;
    top: 0;
    width: 0%;
    height: 100%;
    background-color: rgb(255, 255, 255);
    z-index: 800;
    padding: 14px 20px 20px 20px;
    box-shadow: 4px 0px 13px 0px #8080804a;
}
.sidebarmenu .close-icon{
    font-size: 20px;
    
}
.sidebarmenu .close-icon-span{
    display: flex;
    justify-content: space-between;
}
.close-icon-link{
    margin-top: 4px;
    color: black !important;
}
.sidebarmenu ul{
    margin-top: 32px;
}
.sidebarmenu ul{
    margin-top: 32px;
    list-style: none;
    padding-left: 0px; 
}
.sidebarmenu ul li{
    padding-bottom: 10px;
    padding-top: 10px;
}
.sidebarmenu ul li:not(:last-of-type){
    border-bottom: 1px solid #b7b7b7;
}
.sidebarmenu ul li a{
    color: #333;
    text-decoration: none;
    font-size: 16px;
}
.sidebarmenu ul li .fa-sharp{
    float: right;
    margin-top: 3px;
}
.sidemenu-pane{
    overflow-y: hidden;
    height: 100%;
}
.sidemenu-pane:hover{
    overflow-y: scroll;
}
/* Style the scrollbar */
.sidemenu-pane::-webkit-scrollbar {
    width: 5px; /* Set the width of the scrollbar */
  }
  
  .sidemenu-pane::-webkit-scrollbar-thumb {
    background-color: #888; /* Set the color of the scrollbar thumb */
  }
  
  .sidemenu-pane::-webkit-scrollbar-thumb:hover {
    background-color: #555; /* Set the color of the scrollbar thumb on hover */
  }
  .sidebar-overlay{
    position: fixed;
    z-index: 799;
    width: 0%;
    top: 0;
    left: -100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    
  }
  .sidebar-transition {
    transition: left 0.3s ease;
}
.cat-1 .tabbled-post-img-cont{
    margin-top: 0px!important;
}
.col-3-heading-section{
    margin-bottom: 30px;
}
.footer-contact-col{
    display: flex;
}
.footer-footer{
    background-color: #333;
    color: #b7b9bb;
    padding-top: 20px;
    margin-top: 20px;
}
.footer-footer p{
    font-size: 13px;
    /* line-height: 0.6rem; */
    margin-left: auto;
    text-decoration: none !important;
}
.footer-footer a{
    font-size: 13px;
    color: white;
    margin-left: auto;
    text-decoration: none !important;
}
.footer-footer a:hover{ 
    color: red; 
    text-decoration: none !important;
}
.footer-footer h2{
    font-size: 24px;
    color: red;
    font-weight: 500;
}
.footer-footer h4{
    font-size: 18px;
    font-weight: 600;
}
.footer-footer .footer-contact-col .fa{
    margin-right: 10px;
    font-size: 20px;
}
.footer-contact-col{
    margin-top: 10px;
}
.footer-contact-col:not(:last-of-type){
    border-bottom: 1px solid #5c5e61;
}
.footer-copyright{
    background-color: #323232; 
    color: #b7b9bb;
    padding-top: 20px;
    border-top: 1px solid #5c5e61;
    font-size: 13px;
}
.footer-copyright a{
    font-size: 13px;
    color: white;
    margin-left: auto;
    text-decoration: none !important;
}
.footer-copyright a:hover{ 
    color: red; 
    text-decoration: none !important;
}
.footer-copyright-pages{
    text-align: right;
}
.footer-footer ul{
    list-style: none;
    padding-left: 0px;
    line-height: 2;
}
.ad-foot{
    margin-top: 40px;
    margin-bottom: 40px;
}
.ad-foot img{
    /* width: 100%; */
    margin-bottom: 5px;
}
.ad-foot video{
    /* width: 100%; */
    margin-bottom: 5px;
}
.header-search-mobile{
    box-shadow: 0px 0px 3px -1px grey;
    margin: 8px;
}
.newsletter-form {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .email-input {
    width: 200px;
    padding: 8px;
    margin-right: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
  }

  .subscribe-button {
    padding: 10px;
    background-color: #4caf50;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }
  .footer-social li{
    display: inline;
  }
  .footer-social li .fab{
    font-size: 18px;
    margin-right: 19px;
  }
.newsletterhead{
    color: red!important;
}
.rightsidebar-title{
    color: red;
    font-size: 24px;
    font-weight: 600;
}
.rightsidebar-section:not(:last-of-type){
    border-bottom: 1px solid #5c5e61;
    padding-bottom: 40px;
   
}
.rightsidebar-section:not(:first-of-type){
    padding-top: 40px;
}
.sidebard-latest img{
    width: 100%;
}
.sidebard-latest a .col-3-cat-title{
    color: black;
    text-decoration: none;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Merriweather',serif;
}
.rightsidebar-section img{
    width: 100%;
}
.site-branding img{
    height: 31px!important;
    width: auto!important;
}
.navbar-nav li a{
    padding-right: 20px;
    color: #fff!important;
    font-weight: 600;
    transition: color 0.3s ease;
    font-family: 'Roboto',sans-serif;
    text-decoration: none;
    font-size: 13px;
}
.sidebar-nav img{
    height: 31px;
}
.sidemenu-nav-walker a{
    display: block;
}
.sidemenu-nav-walker .fa-sharp{
    float: right;
    margin-top: 3px;
}
.sidebarmenu ul{
    margin-top: 32px;
    list-style: none;
    padding-left: 0px; 
} 
.sidebarmenu ul a{
    padding-bottom: 10px;
    padding-top: 10px;
    color: #333;
    text-decoration: none;
    font-size: 16px;
}
.sidebarmenu ul a:not(:last-of-type){
    border-bottom: 1px solid #b7b7b7;
} 
section{
    /* padding-left: 40px;
    padding-right: 40px; */
}
.first-post-img{ 
    height: 550px;
    overflow: hidden;
}
.first-post-img img{ 
    width: 100%;
    height: -webkit-fill-available;
}
.cat-video figure{
    margin: 0 0 0rem;
}
.col-3-heading-section .col-sm-6{
    padding-right: 0px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
  }
  
  .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none !important;
  }
  .top-story-side-single-category2{
    color: #ff0000;
    font-size: 16px;
    font-family: 'Roboto',sans-serif;
    font-style: normal;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 24px;
    display: inline-block;
}
.top-story-side-single-category2:hover{
    text-decoration: none;
    color: inherit;
}
.post-navigation .nav-links{
    display: flex;
}
.post-navigation .nav-previous{
    display: flex;
    background-color: #ffe7e7;
    padding: 8px 10px;
    border-right: 10px solid white;
    border-radius: 4px;
}
.post-navigation .nav-next{
    display: flex;
    background-color: #ffe7e7;
    padding: 8px 10px; 
    border-radius: 4px;
}
.post-navigation a{
    color: #000000;
    font-size: 16px;
    font-family: 'Roboto',sans-serif;
    font-style: normal;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 24px;
    display: inline-block;
}
.post-navigation a:hover{
    text-decoration: none;
    color: red;
}
.comments-area{
    padding-top: 20px;
    padding-bottom: 20px;
}
.comments-area label{
    display: block;
}
.comments-area #comment{
    width: 100%;
    padding: 20px;
}
.comments-area #comment:focus-visible {
   outline: none;
}
.comment-form-author, .comment-form-email, .comment-form-url, .comment-form-cookies-consent{
    width: 50%;
    padding-right: 20px;
    float: inline-start;
}
.comments-area input{
    width: 100%; 
    padding: 0px 10px
}
.comments-area input:focus-visible {
    outline: none;
 }
#wp-comment-cookies-consent, .comments-area #submit{
    width: auto !important;;
}
.comments-area #submit{
    background-color: red;
    border: none;
    padding: 11px 17px;
    color: white;
    font-weight: 600;
    border-radius: 5px;
    cursor: pointer;
}
.comments-area #submit:hover{
    background-color: rgb(202, 0, 0); 
}
.comments-area .comment-list, .comments-area .children{
    list-style: none;
}
.comments-area .comments-title{
    font-size: 22px;
}
.comments-area .avatar{
    border-radius: 30px;
    height: 30px;
    width: 30px;
}
.comments-area .comment-body{
    background-color: #f2f2f2;
    padding: 20px;
    font-size: 13px;
}
.children .comment-body{
    background-color: #fdf5f5;
    margin-top: 8px;
    margin-bottom: 8px;
}
.post-page-cont{
    height: 292px;
}
.post-page-cont img{
    width: 100% !important;
    height: auto !important;
}
.tsh{
    margin-bottom: 20px;
}
.tsh .top-stories-head-meta-title{
    font-size: 24px;
    line-height: 25px;
}
.page-header-inner{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 264px;
    padding-top: 110px;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
}
.header-overlay{
    height: 264px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #0000006e;
    z-index: 0;
}
.page-title{
    color: white;
    font-weight: 600;
    position: relative;
    z-index: 1;
}
.pagination .page-numbers{
    padding: 0px 11px;
    background-color: #000000;
    color: white;
    text-decoration: none;
}
.pagination .page-numbers.current{
    background-color: red;
}
.pagination .page-numbers:hover{
    background-color: red;
}
.col-reduced:not(:last-of-type){
    padding-right: 0px;
}
.top-title{
    font-size: 26px;
}
.top-stories-head-meta-title2{
    font-size: 25px;
    font-weight: 500;
}
.top-stories-head-meta-title3{
    font-size: 14px;
}
.post-tag{
    border: 1px solid #e9aaaa;
    padding: 0px 8px;
    background-color: #f9e0e0;
    text-decoration: none;
}
.post-tag:hover{
    border: 1px solid #e9aaaa;
    padding: 0px 8px;
    background-color: white;
    text-decoration: none;
}
a.post-tag{
    text-decoration: none;
    color: black;;
}
.header-search-desktop input[type="search"]{
    width: 118px!important;
}
.ad-rotate{
    margin-top: 20px;
    margin-bottom: 20px;
}
.ad-rotate img{
    height: 404px;
    max-width: 100%;
}
.rightsidebar-section img{
    height: -webkit-fill-available;
}
 


/* SLIDER */
 /* Styling for Slick Slider navigation dots */
 .slick-slider .slick-dots {
    position: absolute;
    bottom: 10px;
    list-style: none;
    text-align: center;
    width: 100%;
    margin: 0;
    padding: 0;
}

.slick-slider .slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

.slick-slider .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 7px;
    height: 7px;
    padding: 4px;
    cursor: pointer;
    border: 1px solid #fff; /* Customize the border color */
    border-radius: 50%;
    background: #fff; /* Customize the background color */
    outline: none;
}

.slick-slider .slick-dots li.slick-active button {
    background: #333; /* Customize the active dot background color */
}
.slick-prev, .slick-next{
    background: none;
    border: 1px solid;
    color: white;
}
.slick-prev{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%); 
    z-index: 8;
    content: "<";
}
.slick-next{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    content: ">";
}
.banner-side img{
    width: 100%;
    height: -webkit-fill-available;
}
.banner-post-section .row .col-sm-6{
    margin-bottom: 4px;
    padding-left: 0px!important;
    padding-right: 5px;
}
.banner-post-section .row{
    padding-right: 20px;
}




.load-more-btn{
    background-color: #ffffff;
    color: #3b2a2a;
    font-weight: 600;
    padding: 7px 27px;
    border: 2px solid red;
    cursor: pointer;
    transition: .3s;
}
.load-more-btn:hover{
    box-shadow: 0px 0px 8px -5px black;
    background-color: #ffe7e7;
    color: rgb(82, 20, 20);
}

.cathead{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cathead button{
    background-color: #ffffff;
    color: #3b2a2a;
    font-weight: 600;
    padding: 7px 27px;
    border: 2px solid red;
    cursor: pointer;
    transition: .3s;
}
.cathead button:hover{
    box-shadow: 0px 0px 8px -5px black;
    background-color: #ffe7e7;
    color: rgb(82, 20, 20);
}
.col-readmore{
    color: #dd0b0b!important;
    font-weight: 600;
    border: 1px solid;
    padding: 4px 10px;
}
















 

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .col-reduced:not(:last-of-type){
        padding-right: 20px;
    }
    .col-3-heading-section .col-sm-6{
        padding-right: 20px;
    }
    .header-search-desktop{
        display: none;
    }
    .navbar-expand-md{
        justify-content: start;
    }
    .top-stories-head-meta-title{
        font-size: 19px;
        line-height: 25px;
    }
    .top-stories-head-section{
        /* padding-top: 79px; */
    }
    .first-post-img{
        height: 178px;
    }
    .first-post-img img{
        height: -webkit-fill-available;
    }
    .header-ads{
        padding-top: 72px;
        padding-bottom: 19px;
    }
    .navbar-brand{
        margin-left: 10px;
    }
    .tabbed-categories .nav-link{
        font-size: 13px;
    }
    .triangle-active{
        height: 18px;
        width: 18px;
        right: 39%;
    }
    .topnews-meta{
        display: flex;
        justify-content: space-between;
    }
    .top-stories-head-date, .top-stories-head-author, .top-stories-head-min{
        font-size: 10px;
    }
    .ad-foot img{
        width: 100%; 
    }
    .ad-foot video{
        width: 100%; 
    }
    .footer-copyright-pages{
        text-align: left;
    }
    .banner-post-section .row{
        padding-left: 13px;
        padding-right: 13px;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {

}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}