/* mobile css */
@media (min-width: 992px) {  /* Remove Media query to enable in responsive */

  .opacity-on-hover .menu-container > .menu-item > .menu-link {
      transition: color .3s ease;
      color: #111 !important;
  }

  .opacity-on-hover .menu-container:hover > .menu-item:not(:hover):not(.current) > .menu-link { color: #D5D5D5 !important; }

}
.logo {
  display: flex;
  align-items: center; /* Vertically center the logo */
}
@media (min-width: 768px) and (max-width: 1024px) {
  
	.padding-tab{
		padding: 10px !important;
	}

	.iframe-vdo{
		height: 300px;
	}

	.banner-tab{
		min-height: 292px !important;
	}

	.slider-top .swiper-slide{
		min-height: 0px !important;
	}
	
  }


.loader__container {
	 --dot-size: 15px;
	 --bs-white-rgb: 255, 255, 255;
	 position: fixed;
	 inset: 0;
	 background-color: rgba(255, 255, 255, 0.5);
	 backdrop-filter: blur(1rem);
	 z-index: 999999;
	 display: flex;
	 place-items: center;
	 place-content: center;
	 gap: calc(var(--dot-size) / 4);
 }

.loader__dot {
	width: var(--dot-size);
	height: var(--dot-size);
	aspect-ratio: 1 / 1;
	border-radius: calc(var(--dot-size) / 2);
	background-color: var(--bs-primary);
	animation: slide 1.5s infinite;
}

.loader__dot:nth-child(1) {
	animation-delay: 0.1s;
	background: #28e200;
}

.loader__dot:nth-child(2) {
	animation-delay: 0.2s;
	background: #ff251b;
}

.loader__dot:nth-child(3) {
	animation-delay: 0.3s;
	background: #f9dd05;
}

.loader__dot:nth-child(4) {
	animation-delay: 0.4s;
	background: #00bfa3;
}

.loader__dot:nth-child(5) {
	animation-delay: 0.5s;
	background: #7803e9;
}

@keyframes slide {
	0% {
		scale: 1;
	}
	50% {
		scale: 2;
		opacity: 0.3;
	}
	100% {
		scale: 1;
	}
}

/* Hide the loader after 5 seconds */
.hidden {
	display: none;
}

.logo img {
  max-height: 50px; /* Adjust the height as needed */
}
.border-add{
  border:1px solid #E1E4ED;
  border-radius: 10px !important;
}
.card{
	border:1px solid #E1E4ED;
  	border-radius: 20px !important;
}

.sub-heading{
  font-size: 30px !important;
  font-weight: 800 !important;
}
img.padding-banner {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-right: 50px;
    padding-left: 50px;
}
.text-larger{
  font-size: 24px !important;
}

.text-extralarger{
  font-size: 24px !important;
  line-height: 2rem !important;
}
.contact-card {
  max-width: 800px;
  margin: auto;
  padding: 2rem;
  border: 1px solid #dee2e6;
  border-radius: 0.5rem;
}
.contact-info {
  margin-bottom: 2rem;
}
.contact-info i {
  font-size: 1.5rem;
  margin-right: 1rem;
  color: #007bff;
}

  .banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
  }
.w-10{
  width: 10% !important;
}
.button{
  background-color: #007bff;
}

@media (max-width: 768px) {
  .mobile-vh-10 {
    height: 15vh !important;
  }
  .margin-mob-none{
    margin-top: 0px !important;
  }
  .padding-mb-c{
    padding: 20px !important;
  }
  .footer-logo{
		margin: auto !important;
	}
	.text-center-mobile{
		text-align: center !important;
	}
	.center-icon-mob{
		display: flex;
		justify-content: space-evenly;
	}
	.padding-mob-footer{
		padding-left: 30px !important;
	}
	#searchQueryInput {
		padding: 0 1.5rem 0 1.5rem !important;
		height: 2.3rem !important;
	}
	.sb-mobile{		
		width: 50% !important;
	}
  img.padding-banner {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    padding-right: 20px !important;
    padding-left: 20px !important;
}
.banner-text {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
  font-size: x-large;
}

.mobile-display-2{
  font-size: 24px !important;
}
.text-larger{
  font-size: 15px !important;
}
.mobile-margin-top{
  margin-top: 3rem !important;
}
.mobile-margin{
  margin: 1rem !important;
}
.mobile-display-6{
  font-size: 20px !important;
  margin-bottom: 20px !important;
}
.fw-normal{
  font-size: 18px !important;
}
.margin-mobile {
  margin-top: 40px !important;
}
.padding-mobile-1 {
  padding-right: 30px !important;
  padding-left: 30px !important;
  padding-top: 10px !important;
}
.p-md{
  padding: 0 !important;
}
.sub-heading,.display-4,.display-6{
  font-size: 24px !important;
}
.w-10 {
  width: 10% !important;
}
.logo img {
  padding: 10px !important;
}
}




.searchBar {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  }
  
  #searchQueryInput {
  width: 100%;
  height: 2.8rem;
  background: #f5f5f5;
  outline: none;
  border: none;
  border-radius: 1.625rem;
  padding: 0 10.5rem 0 1.5rem;
  font-size: 1rem;
  }
  
  #searchQuerySubmit {
  width: 3.5rem;
  height: 2.8rem;
  margin-left: -3.5rem;
  background: none;
  border: none;
  outline: none;
  }
  
  #searchQuerySubmit:hover {
  cursor: pointer;
  }


  .button-header {
  background-image: linear-gradient(to bottom, #00B1FF, #006BFF);
  border: 0 !important;
}


.menu-container .menu-link{
  padding: 20px !important;
}


.popupformmodel button.btn-close {
  position: absolute;
  cursor: pointer;
  height: 30px;
  width: 30px;
  right: -9px;
  top: -15px;
  padding: 0px;
  color: #ffffff;
  font-family: Arial;
  font-weight: 100;
  font-size: 17px !important;
  line-height: 29px !important;
  border: 2px solid #ffffff;
  border-radius: 26px !important;
  box-shadow: 0px 0px 15px 1px rgb(2 2 2 / 75%);
  text-shadow: 0px 0px 0px rgb(0 0 0 / 23%);
  background-color: rgba(0, 0, 0, 1);
  font-size: 15px;
  line-height: 15px;
  opacity: 1;
  background-size: 16px;
  z-index: 3;
  position: absolute;
  text-align: center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");

}