/*@font-face {
  font-family: bahnschrift;
  src: url(font/bahnschrift.ttf);
}*/
.header_logo {
	width: 15%; 
	height: auto;
	padding: 10px;
	background-color: #001d3f !important;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.underline-animated {
	position: relative;
	color: #001d3f; /* Text color */
	text-decoration: none;
}
.underline-animated::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px; /* Adjust as needed */
	width: 0%;
	height: 2px;
	background-color: white; /* Underline color */
	transition: width 0.3s ease;
}
.underline-animated:hover::after {
	width: 100%;
}
.red-cross {
  color: #d21010;
  font-size: unset; /* adjust size */
  font-weight: bold;
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	.header_logo {
		width: 30%; 
		height: auto;
		padding: 10px;
		background-color: #001d3f !important;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
	}
	.underline-animated {
	  position: relative;
	  color: #001d3f; /* Text color */
	  text-decoration: none;
	}
	.underline-animated::after {
	  content: "";
	  position: absolute;
	  left: 0;
	  bottom: -2px; /* Adjust as needed */
	  width: 0%;
	  height: 2px;
	  background-color: white; /* Underline color */
	  transition: width 0.3s ease;
	}
	.underline-animated:hover::after {
	  width: 100%;
	}
	.red-cross {
	  color: #d21010;
	  font-size: unset; /* adjust size */
	  font-weight: bold;
	}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px)and (max-width: 767px) {
	.header_logo {
		width: 30%; 
		height: auto;
		padding: 10px;
		background-color: #001d3f !important;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
	}
	.underline-animated {
	  position: relative;
	  color: #001d3f; /* Text color */
	  text-decoration: none;
	}
	.underline-animated::after {
	  content: "";
	  position: absolute;
	  left: 0;
	  bottom: -2px; /* Adjust as needed */
	  width: 0%;
	  height: 2px;
	  background-color: white; /* Underline color */
	  transition: width 0.3s ease;
	}
	.underline-animated:hover::after {
	  width: 100%;
	}
	.red-cross {
	  color: #d21010;
	  font-size: unset; /* adjust size */
	  font-weight: bold;
	}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px)and (max-width: 991px) {
	.header_logo {
		width: 20%; 
		height: auto;
		padding: 10px;
		background-color: #001d3f !important;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
	}
	.underline-animated {
	  position: relative;
	  color: #001d3f; /* Text color */
	  text-decoration: none;
	}
	.underline-animated::after {
	  content: "";
	  position: absolute;
	  left: 0;
	  bottom: -2px; /* Adjust as needed */
	  width: 0%;
	  height: 2px;
	  background-color: white; /* Underline color */
	  transition: width 0.3s ease;
	}
	.underline-animated:hover::after {
	  width: 100%;
	}
	.red-cross {
	  color: #d21010;
	  font-size: unset; /* adjust size */
	  font-weight: bold;
	}
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.header_logo {
		width: 15%; 
		height: auto;
		padding: 10px;
		background-color: #001d3f !important;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
	}
	.underline-animated {
	  position: relative;
	  color: #001d3f; /* Text color */
	  text-decoration: none;
	}
	.underline-animated::after {
	  content: "";
	  position: absolute;
	  left: 0;
	  bottom: -2px; /* Adjust as needed */
	  width: 0%;
	  height: 2px;
	  background-color: white; /* Underline color */
	  transition: width 0.3s ease;
	}
	.underline-animated:hover::after {
	  width: 100%;
	}
	.red-cross {
	  color: #d21010;
	  font-size: unset; /* adjust size */
	  font-weight: bold;
	}
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	.header_logo {
		width: 15%; 
		height: auto;
		padding: 10px;
		background-color: #001d3f !important;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
	}
	.underline-animated {
	  position: relative;
	  color: #001d3f; /* Text color */
	  text-decoration: none;
	}
	.underline-animated::after {
	  content: "";
	  position: absolute;
	  left: 0;
	  bottom: -2px; /* Adjust as needed */
	  width: 0%;
	  height: 2px;
	  background-color: white; /* Underline color */
	  transition: width 0.3s ease;
	}
	.underline-animated:hover::after {
	  width: 100%;
	}
	.red-cross {
	  color: #d21010 !important;
	  
	  font-weight: bold !important;
	}
}