body {
  line-height: 1.7;
}
.breaking_news {
  background: #ffffff;
  height: 40px;
  border-bottom: 1px solid #dbdbdb;
  position: relative;
}
.breaking_news .headertext {
  padding: 7px;
  background-color: #fff;
  color: #626060;
  font-weight: bold;
}

.breaking_news .headertext {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  font-size: 15px;
  padding: 8px 10px;
  border-right: 1px solid #777;
  background: #c8102e;
  color: #fff;
  text-shadow: 1px 1px #111;
}

.breaking_news marquee {
  line-height: 1.5;
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
}

.breaking_news marquee a {
  margin-left: 30px;
  position: relative;
  text-decoration: none;
}
.breaking_news marquee a::before {
  /* content: '*'; 
    background-image: url('../images/main/list_arrow.webp');
    background-size: contain; 
    background-repeat: no-repeat;
    position: absolute; 
    left: 0; 
    top: 50%;
    transform: translateY(-50%);
    width: 13px;
    height: 13px; */
  position: relative;
  padding-right: 5px;
  content: "\25C9 ";
  bottom: 0px;
  line-height: 12px;
  color: #f58220;
  font-size: 18px;
}
.banner_all_contnet {
  height: 480px;
  overflow-y: scroll;
}
.banner_all_contnet_detail {
  height: 100%;
  overflow-y: auto;
}
.banner_all_contnet article {
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #dbdbdb;
}
.banner_all_contnet article h3 {
  line-height: 1.7 !important;
}
.ads_section {
  height: 100%;
}
.ads_section .ads_image {
  /* border: 1px solid #dbdbdb; */
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.overlay_content {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  padding: 8px 0px;
}
.overlay_content a {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}
.top-45 {
  top: 45% !important;
}
.line-height-1-7 {
  line-height: 1.7 !important;
}
.fs-20 {
  font-size: 20px;
}
.fs-25 {
  font-size: 25px;
}
.footer_media li a {
  background-color: #fff;
  color: #000;
}
.news_detail_section {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.news_detail_section .left_section {
  width: 70%;
  padding-right: 50px;
}
.news_detail_section .right_section {
  width: 30%;
}
.news_detail_content h4 {
  margin-top: 20px;
}
.all_news_section {
  display: flex;
  justify-content: space-between;
}
.all_news_section .view_all {
  font-size: 16px;
}
.footer_section {
  width: 100%;
  display: flex;
  margin: auto;
}
.footer_section .footer_item {
  width: 16.66%;
}
.footer_section .footer_item:nth-child(1) {
  width: 25%;
}
.footer_section .footer_item:nth-child(5) {
  width: 25%;
}
.lg\:h5, .xl\:h5{
  font-size: 1rem !important;
}
.about_section .content{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.about_section .content img{
  padding-bottom: 20px;
}
.policy_section h1, .policy_section h2, .policy_section h3, .policy_section h4, .policy_section h5, .policy_section h6{
  padding-top: 15px;
}
.whatsapp-icon{
  background-color: rgb(82, 255, 20) !important;
}
.visiter_conter{
  display: flex;
  align-items: center;
}
.visiter_conter p:nth-child(1){
  margin-right: 15px;
  font-weight: 500;
}

.website-counter {
  background-color: #c52f33;
  width: auto;
  padding: 0px 10px;
  color: white;
  border-radius: 26px;
  font-weight: 500;
  font-size: 18px;
  margin: auto;
}

/* Styles for reset button */
#reset {
  margin-top: 20px;
  background-color: #008cba;
  cursor: pointer;
  font-size: 18px;
  padding: 8px 20px;
  color: white;
  border: 0;
}

/* Modal container *//* Modal container */
 .modal {
  display: none; /* Hidden by default */
  position: fixed;
  z-index: 1000; /* Ensure it’s on top */
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5); /* Black background with opacity */
  justify-content: center;
  align-items: center;
}

/* Modal content */
.advertise_modal .modal-content {
  background-color: #fff;
  margin: auto;
  padding: 10px 20px 20px;
  border-radius: 5px;
  width: 50%;
  max-width: 500px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  position: relative;
}

/* Close button */
.advertise_modal .close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
}

/* Input fields */
.advertise_modal input[type="text"], .advertise_modal input[type="email"], .advertise_modal textarea {
  width: 100%;
  padding: 4px;
  margin: 5px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

/* Submit button */
.advertise_modal .submit-btn {
  background-color: #4CAF50;
  color: white;
  padding: 10px 20px;
  border: none;
  margin-top: 6px;
  border-radius: 4px;
  cursor: pointer;
}

.advertise_modal .submit-btn:hover {
  background-color: #45a049;
}

.floating_btn {
  position: fixed;
  bottom: 97px;
  right: 3px;
  width: 40px;
  height: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

@keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}

.contact_icon {
  background-color: #42db87;
  color: #fff;
  width: 40px;
  height: 40px;
  font-size:20px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  /* display: flex; */
  padding: 3px;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 0 #42db87;
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  font-weight: normal;
  font-family: sans-serif;
  transition: all 300ms ease-in-out;
}
.fs-12{
  font-size: 12px;
}


@media (max-width: 992px) {
  .footer_section .footer_item {
    width: 25%;
  }
  .footer_section .footer_item:nth-child(1) {
    width: 100%;
  }
 
  .mob-w-100 {
    width: 100%;
  }
  .mob-order-2 {
    order: 2;
  }
  .news_detail_section .left_section {
    width: 100%;
    padding-right: 0px;
  }
  .news_detail_section .right_section {
    width: 100%;
  }
  .advertise_modal .modal-content{
    width: 65%;
  }
}
@media (max-width: 768px){
  .footer_section .footer_item {
    width: 33.33%;
  }
  .footer_section .footer_item:nth-child(1) {
    width: 100%;
  }
  .advertise_modal .modal-content{
    width: 75%;
  }
}
@media (max-width: 576px){
  .footer_section .footer_item {
    width: 50%;
  }
  .footer_section .footer_item:nth-child(1) {
    width: 100%;
  }
  .footer_section .footer_item:nth-child(5) {
    width: 100%;
  }
  .advertise_modal .modal-content{
    width: 90%;
  }
  .about_section .content{
    align-items: start;
  }
}
@media (max-width: 576px){
  .footer_section .footer_item {
    width: 100%;
  }
  .h6{
    font-size: 14px !important;
  }
  .h5{
    font-size: 16px !important;
  }
  .overlay_content a{
    font-size: 16px;
  }
  .all_news_section .view_all {
    font-size: 14px;
  }
  .uc-logo a img{
    width: 150px !important;
  }
  .uc-navbar-item{
    font-size: 14px;
  }
}
