
  .ticker-hidden {
	visibility: hidden;
  }
  .news-ticker-wrapper {
	width: 100%;
	background: linear-gradient(to right, #70B840, #1782c5);
  }

  .news-ticker-inner {
	display: flex;
	align-items: center;
	max-width: 1170px;
	margin: 0 auto;
	padding: 0px 10px;
  }
  .news-ticker-inner .label {
	background-color: #1782c5;
	color: white;
	padding: 17px;
	white-space: nowrap;
	font-size: 16px;
	border-radius: 0px !important;
	font-family: 'quasimoda';
	font-weight: 600;
  }


  .news-ticker-container {
	flex: 1;
	overflow: hidden;
  }

  .news-ticker-inner .swiper-container {
	width: 100%; /* Ensure full width within container */
	height: 50px; /* Adjust height to fit the content */
  }
  .news-ticker-inner .swiper-slide {
	text-align: center;
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
  }
  .news-ticker-inner .swiper-slide a,.news-ticker-inner .swiper-slide b {
	color: #fff !important;
	text-decoration: none;
	font-family: "quasimoda",sans-serif;
  }

  .news-ticker-inner .arrows {
	display: flex;
	flex-direction: column;
	justify-content: center;
  }

  .news-ticker-inner .arrows button {
	transform: rotate(90deg);
	height: 15px;
  }
  .news-ticker-inner .arrow {
	background: none;
	border: none;
	cursor: pointer;
	padding: 0px;
  }

  .news-ticker-inner .arrow svg {
	height: 20px;
	width: 20px;
	color: #fff; /* Color of the arrow icons */
  }

  /* Navigation styling to ensure right alignment and appearance */
  .news-ticker-inner .nav-container nav {
	background-color: #1a1a1a; /* Assuming a dark theme */
	color: white;
	padding: 10px 20px; /* Adjust as needed */
  }
  @media screen and (min-width: 1600px) {
	ul#main-nav li a, ul#main-nav li a:visited {
	  font-size: 22px;
	}
	#top-header ul li a, #top-header ul li a:visited, #pay-bill-bttn {
	  font-size: 20px;
	}
	#mag-glass {
	  width: 22px;
	  margin-top: 10px;
	}
	.container {
	  width: 1280px;
	}
	ul#main-nav li ul li a, ul#main-nav li ul li a:visited {
	  font-size: 20px;
	}
  }
  @media screen and (max-width: 1200px) {
	#top-header ul li a, #top-header ul li a:visited {
	  font-size: 15px;
	}
  }
  @media screen and (max-width: 767px) {

	.news-ticker-inner .label {
	  display: none;
	}
	.news-ticker-inner .swiper-container {
	  height: 60px; 
	}

  }
