.height10{
		margin-top: 10px;
	}
	/* Outer container - the padding will keep the container the correct proportions for the video */
	.banner {
		position: relative;
		padding-bottom: 56.2%;
		width: 100%;
		overflow: hidden;
	}

	/* If you want to include the title... */
	.banner-formto {
		/*position: absolute;*/
		width: 100%;
		bottom: 0;
		background: rgba(0,0,0,0.5);
		/*padding: 20px 40px;*/
		text-align: center;
		box-sizing: border-box;
		color: #fff;
	}


	.banner-title {
		position: absolute;
		width: 100%;
		bottom: 0;
		padding: 20px 40px;
		text-align: center;
		box-sizing: border-box;
	}

	.banner-title h1 {
		color: #fff;
		font-size: 1.2rem;
		font-family: Arial, sans-serif;
		font-weight: normal;
	}
	/* small calption - optional */
	.caption {
		font-family: Arial, sans-serif;
		font-size: 14px;
		font-style: italic;
	}




	#selectcity .modal-header.titlehead {
		display: flex;
		align-items: center;
	}

	#selectcity .modal-header.titlehead .easy-autocomplete{
		position: relative;
		width: unset !important;
	}
	#selectcity .titlehead{
		background: #eeeeee
	}
	#selectcity ul.citys {
		padding: 0px;
		display: flex;
		gap: 40px;
		margin-top: 15px;
		list-style: none;
	}#selectcity ul.citys span {
		background: #eee;
		width: 60px;
		height: 60px;
		justify-content: center;
		align-items: center;
		display: flex;
		border-radius: 50px;
		margin-bottom: 10px;
		padding: 7px;
	}
	#selectcity ul.citys li a p {
		text-align: center;
	}

	#selectcity h4.cityheadeing {
		text-align: center;
		font-size: 20px;
		font-weight: 400;
	}
	#selectcity ul.citys li a{
		color: #2B3E60;
		text-decoration: none;
		font-size: 14px;
	}
	#selectcity .ctmbtn {
		text-align: center;
	}#selectcity .titlehead button.btn-close {
		position: absolute;
		background-color: transparent;
		right: 10px;
		top: 10px;
		background-size: 12px;
	}
	#selectcity .citys ul {
		padding: 0px;
		list-style: none;
	}
	#selectcity .citys ul li svg path {
		stroke: #fecc00 !important;
	}
	#selectcity .citys ul li {
		font-size: 13px;
		margin-bottom: 3px;
		color: #2B3E60;
		text-transform: uppercase;
		cursor: pointer;
	}
	#selectcity .citys ul li svg {
		width: 18px;
		margin-right: 8px;
	}
	#selectcity .titlehead {
		background: #eeeeee;
		justify-content: center;
		gap: 20px;
	}
	#selectcity .titlehead button.btn.btn-primary {
		border-color: #FFCC29;
		background: #FFCC29;
		color: #282730;
		font-size: 15px;
		padding: 0.375rem 0.75rem;
		border-radius: 0.25rem;
		text-transform: capitalize;

	}
	#selectcity .titlehead button.btn.btn-primary svg {
		margin-right: 7px;
	}
	#selectcity input.search_city.form-control {
		max-width: 200px;
		background-image: linear-gradient(178deg, #f1f1f1, #f9f9f9);
		font-size: 15px;
	}
	#selectcity input.search_city.form-control::placeholder{
		color: #282730;

	}
	#selectcity .ctmbtn a.btn.btn-primary {
		background: #fff;
		color: #282730;
		border: solid 1px #282730;
		border-radius: 30px;
		font-size: 13px;
		padding: 8px 15px;
		margin-top: 20px;

	}
	#selectcity .modal-body {
		position: relative;
		flex: 1 1 auto;
		padding-left: 2rem;
		padding-right: 2rem;
	}
	#selectcity ul.citys li a p {
		text-align: center;
		color: #000000;
		font-weight: 300;
		text-transform: uppercase;
		font-size: 13px;
	}


	#selectcity .ctmbtn a.btn.btn-primary.collapsed[aria-expanded=false]{
		font-size: 0px;
	}

	#selectcity .ctmbtn a.btn.btn-primary.collapsed[aria-expanded=false]:after {
		content: "Show all Cities";
		font-size: 13px;
	}

	@media (max-width:767px){
		a.call-us-desk.mr-5.p-3.d-block {
			display: block !important;
			font-size: 0pc !important;
			padding: 0px !important;
		}
		#selectcity .titlehead button.btn.btn-primary {
			width: 100%;
			text-align: left;
		}
		#selectcity .modal-header.titlehead {
			display: flex;
			align-items: center;
			flex-direction: column;
			gap: 6px;
			padding-top: 40px;
		}
		#selectcity input.search_city.form-control {
			max-width: 100%;
		}
		#selectcity ul.citys {
			gap: 30px;
		}
		#selectcity ul.citys {
			overflow: auto;
		}
		#selectcity .modal-body {
			padding-left: 1rem;
			padding-right: 1rem;
		}
		#selectcity .row.citys .col.col-xs-6 {
			width: 50%;
			max-width: 50%;
			min-width: 50%;
			margin: 0px;
		}
		#selectcity .row.citys {
			min-height: 240px;
			overflow: auto;
			max-height: 240px;
		}#selectcity .modal-header.titlehead .easy-autocomplete {
			width: 100% !important;
		}
	}
	
	.list-carousel {
		  display: flex;
		  gap: 16px;
		  overflow-x: auto;
		  scroll-snap-type: x mandatory;
		  padding: 10px 0;
		  list-style: none; /* Removes the default list markers */
		}

		.list-carousel li {
		  scroll-snap-align: start;
		  flex: 0 0 auto;
		  width: 250px;
		}

		@media (min-width: 992px) {
		  .list-carousel {
		    display: grid;
		    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
		    overflow: visible;
		  }

		  .list-carousel li {
		    width: 100%;
		  }
		}

		.service-card {
  background: linear-gradient(to bottom, #f0faff, #e6f7fb); /* Ultra-light blue gradient */
  border: 1px solid #cce7f0;
  border-radius: 16px;
  box-shadow: 0 2px 8px rgba(204, 231, 240, 0.3);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  text-decoration: none;
  color: #173980;
  transition: all 0.3s ease-in-out;
  position: relative;
}

.service-card .iconblock {
  font-size: 50px;
  color: #3a7ca5; /* Soft muted blue for icons */
  margin-bottom: 12px;
}

.service-card .titlename {
  font-size: 14px;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  background: rgba(255, 255, 255, 0.8); /* Light frosted look */
  padding: 8px 14px;
  border-radius: 8px;
  width: 100%;
  text-align: center;
  color: #173980;
}


		/* Border effect */
		.border-style:before,
		.border-style:after {
		  content: '';
		  position: absolute;
		  opacity: 0.4;
		  pointer-events: none;
		  transition: all 0.6s ease;
		}

		.border-style:before {
		  top: 10px;
		  bottom: 10px;
		  left: 10px;
		  right: 10px;
		  border-top: 2px solid #173980;
		  border-bottom: 2px solid #173980;
		  width: 0;
		  margin: auto;
		}

		.border-style:after {
		  top: 10px;
		  bottom: 10px;
		  left: 10px;
		  right: 10px;
		  border-left: 2px solid #173980;
		  border-right: 2px solid #173980;
		  height: 0;
		  margin: auto;
		}

		.border-style:hover:before {
		  width: calc(100% - 20px);
		}

		.border-style:hover:after {
		  height: calc(100% - 20px);
		}
		
		.carouselblock{
			text-align: center;
			width: 100%
		}
		.carouselblock:hover p a{
			color: #f27d00
		}
		.carouselblock .blockstyle{
			background-color: #e7ecfe;
			border-radius: 12px;
			display: inline-block;
			line-height: 93px;
			margin: 0 auto;
			min-height: 110px;
			min-width: 110px
		}
		.carouselblock .blockstyle a{
			outline: none
		}
		.carouselblock .blockstyle img{
			display: table;
			height: 75px;
			margin: 15px auto 0;
			object-fit: scale-down;
			width: 75px
		}
		.carouselblock .blockstyle i{
			color: #373737;
			font-size: 50px
		}
		.carouselblock p{
			color: #0a214f;
			font-size: 13px;
			font-weight: 700;
			line-height: 17px;
			margin-bottom: 5px;
			margin-top: 5px
		}
		.carouselblock p a{
			color: #0a214f;
			text-decoration: none
		}

		.popular-tests .owl-nav button.owl-next,.popular-tests .owl-nav button.owl-prev{
			bottom: inherit;
			top: 27%
		}
		.popular-tests .owl-stage .owl-item:nth-child(3n-1)
		.item .carouselblock .blockstyle{
			background-color: #d7e8f8
		}
		.popular-tests .owl-stage .owl-item:nth-child(3n-2)
		.item .carouselblock .blockstyle{
			background-color: #f8e6d5
		}
		.popular-tests .owl-stage .owl-item:nth-child(3n-3)
		.item .carouselblock .blockstyle{
			background-color: #cacaca
		}
		
		/* Row styling */
	.rowx {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 18px;
		opacity: 0;
		transform: translateY(30px);
		animation: fadeInUp 1s ease-in-out forwards;
	}

	/* Card styles */
	.colsm3 {
		position: relative;
		width: 285px;
		/*height: 350px;*/ /* Ensures uniform card height */
		overflow: hidden;
		border-radius: 10px;
		background: #fff;
		transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
		animation: fadeIn 1s ease-in-out;
	}

	/* Image styling */
	.portfolio-thumbnailx {
		width: 100%;
		height: 200px; /* Fixed height for consistency */
		overflow: hidden;
	}

	.portfolio-thumbnailx img {
		width: 100%;
		height: 100%;
		object-fit: cover; /* Ensures images maintain aspect ratio */
		border-radius: 10px 10px 0 0;
		transition: transform 0.3s ease-in-out;
	}

	/* Hover effect */
	.colsm3:hover {
		transform: scale(1.05);
		box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
	}

	.colsm3:hover .portfolio-thumbnailx img {
		transform: scale(1.1);
	}

	/* Portfolio Content */
	.portfolio-contentx {
		padding: 10px;
		font-size: 1.1rem;
		font-weight: bold;
		color: #194569;
		background: rgba(255, 255, 255, 0.9);
		text-align: center;
		height: calc(100% - 200px); /* Ensures content fills remaining space */
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 0 0 10px 10px;
		transition: background 0.3s ease-in-out;
	}

	.colsm3:hover .portfolio-contentx {
		background: rgba(255, 255, 255, 1);
	}


	/* Keyframe animations */
	@keyframes fadeInUp {
		from {
			opacity: 0;
			transform: translateY(30px);
		}
		to {
			opacity: 1;
			transform: translateY(0);
		}
	}

	@keyframes fadeInDown {
		from {
			opacity: 0;
			transform: translateY(-30px);
		}
		to {
			opacity: 1;
			transform: translateY(0);
		}
	}

	@keyframes fadeIn {
		from {
			opacity: 0;
		}
		to {
			opacity: 1;
		}
	}