.iscu_flag_img {
	background-color: unset;
	color: #000;
	display: flex;
	justify-content: center;
	align-items: center;
    box-shadow: none;
	border: none;
}

.iscu_flag_img img {
	width: 24px;
	height: 24px;
	border-radius: 20px;
	margin-right: 8px;
}

.iscu_flag_img:hover {
	background-color: unset !important;
	color: #000 !important;
	border-color: unset !important;
	box-shadow: unset !important;
}

.iscu_all_country_wrap {
	background-color: #154b4f;
	border-radius: 0 0 14px 14px;
	-webkit-column-count: 5;
	-moz-column-count: 5;
	column-count: 5;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
	position: absolute;
	top: 100%;
	right: 0;
	margin: 0;
	padding: 0 20px 15px;
	z-index: 10;
	display: none;
	width: 386px;
	line-height: 51px;
	padding-top: 5px;
}

.iscu_single_country {
	position: relative;
	font-weight: 500;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	white-space: nowrap;
}

.iscu_single_country img{
	width: 24px;
	height: 24px;
	border-radius: 20px;
	margin-right: 8px;
}

.iscu_single_country a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 500;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	white-space: nowrap;
}

.iscu_flag_img {
    position: relative;
    padding-right: 30px; 
}

.iscu_flag_img::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: transform 0.3s ease;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12.0879 15.1339C12.2849 15.1284 12.4799 15.0476 12.6259 14.8932L17.2213 10.0327C17.5136 9.72354 17.4999 9.23592 17.1907 8.94371C16.8817 8.65151 16.3941 8.66517 16.1018 8.97424L12.0358 13.2751L7.73516 9.20892C7.42598 8.91672 6.9385 8.93038 6.64632 9.23945C6.35384 9.54852 6.36751 10.0361 6.67685 10.3285L11.5372 14.9239C11.6917 15.0699 11.8909 15.1394 12.0879 15.1339Z' fill='black'/%3E%3C/svg%3E");
}

.iscu_flag_img.open::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11.9121 8.86606C11.7151 8.87163 11.5201 8.9524 11.3741 9.10676L6.77871 13.9673C6.48638 14.2765 6.50006 14.7641 6.80927 15.0563C7.11827 15.3485 7.60587 15.3348 7.89815 15.0258L11.9642 10.7249L16.2648 14.7911C16.574 15.0833 17.0615 15.0696 17.3537 14.7605C17.6462 14.4515 17.6325 13.9639 17.3231 13.6715L12.4628 9.0761C12.3083 8.93011 12.1091 8.86058 11.9121 8.86606Z' fill='black'/%3E%3C/svg%3E");
}
.iscu_menu_wrap {
	padding: 17px 15px;
	cursor: pointer;
}

.iscu_single_country a:active,
.iscu_single_country a:hover {
	color: #fff;
}
.scrolled .iscu_menu_wrap{
	padding: 12px 15px;
	cursor: pointer;
}


@media only screen and (max-width: 920px) {

	#ast-mobile-header .iscu_all_country_wrap {
		position: unset !important;
		/* column-count: 4; */
		margin-top: 10px;
		margin-left: 3%;
	}

	#ast-mobile-header .iscu_menu_wrap {
		padding: 0px !important;
	}

	#ast-mobile-header .iscu_flag_img:focus {
		background-color: unset;
		border: unset;
	}

}


@media only screen and (max-width: 767px) {

	#ast-mobile-header .iscu_all_country_wrap {
		margin-left: 3.5%;
	}

	.iscu_flag_img:focus {
		background-color: unset;
		border: unset;
	}

	.iscu_single_country a {
		background-color:unset !important;
	}

	.iscu_all_country_wrap {
		position: relative;
		column-count: 4;
		margin-top: 10px;
	}

	.iscu_menu_wrap {
		padding: 15px 10px !important;
	}
	
}

  @media only screen and (max-width: 605px) {

		.iscu_all_country_wrap {
			column-count: 3;
			width: 300px;
		}

		#ast-mobile-header .iscu_all_country_wrap {
			margin-left: 4.2%;
		}
	}

	@media only screen and (max-width: 475px) {
		.iscu_all_country_wrap {
			padding:0px 15px 10px 10px;
			width: 273px;
		}

		#ast-mobile-header .iscu_all_country_wrap {
			margin-left: 5%;
		}

		#ast-mobile-header .iscu_single_country {
			min-width: 50px;
		}
	}

	@media only screen and (max-width: 415px) {

		.iscu_all_country_wrap {
			padding:0px 5px 2px 5px;
			width: 240px;
		}

		#ast-mobile-header .iscu_all_country_wrap {
			padding:0px 15px 2px 15px;
			width: 240px;
		}
	}

	@media only screen and (max-width: 367px) {

		.iscu_all_country_wrap {
			padding: 0px;
			column-count: 2;
		}

		#ast-mobile-header .iscu_all_country_wrap {
			padding: 0px 10px;
			column-count: 2;
		}


		#ast-mobile-header .iscu_all_country_wrap {
			margin-left: 6%;
		}
	}


	