.dropdown {
	position: relative;
}

/* Style the dropdown button */
.dropbtn {
	/* background-color: #4CAF50;
			color: white; */
	padding: 16px;
	font-size: 16px;
	border: 1px solid #cacaca;
	border-radius: 10px;
	/* Applies a 10px radius to all four corners */
	cursor: pointer;
	width: 100%;
	text-align: left;
}

.btnConsent, .clsBtnConsent {
	padding: 16px;
	font-size: 16px;
	border: 1px solid #cacaca;
	border-radius: 10px;
	cursor: pointer;
}

.clsConsent {
	display: none;
}

/* Dropdown content */
.dropdown-content {
	/*display: none;*/
	position: absolute;
	background-color: #f9f9f9;
	/* min-width: 200px; */
	width: 100%;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

	/* Links inside dropdown content */
	.dropdown-content a {
		color: black;
		padding: 12px 16px;
		text-decoration: none;
		display: block;
	}

		/* Change color of dropdown links on hover */
		.dropdown-content a:active {
			background-color: #f1f1f1
		}

/* Show the dropdown content on hover */
.dropdown:active .dropdown-content {
	display: block;
}

/* Change background color of dropdown button on hover */
.dropdown:active .dropbtn {
	/* background-color: #3e8e41; */
}

#country-select option[value="us"] {
	background-image: url('https://cdn.jsdelivr.net/gh/lipis/flag-icons@7.3.2/flags/4x3/us.svg');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	/* Adjust for flag width */
}

.mobile-type {
	display: none;
	visibility: hiden;
}

@media print, screen and (max-width: 39.9988em) {


	.reveal {
		width: 400px;
		max-width: none;
		height: 500px;
		min-height: auto;
	}

		.reveal p.small {
			font-size: .8rem;
		}
}

@media screen and (max-width: 700px) {
	/* .banner-sec {
				margin-top: 80px;
			} */

	.mobile-type {
		display: block;
		visibility: visible;
	}

	.desktop-type {
		/* display: none;
				visibility: hiden; */
		position: static;
		z-index: 1;
		width: 100%;
		padding-top: 100px;
	}

	.wrapper {
		padding-top: 0;
	}
}
