.headerbox-search-form {
	display: flex;
	align-items: center;
	margin: 0 20px 20px;
	border-bottom: 1.5px solid white;
}

.headerbox-search-form input[type="search"] {
	width: 100%;
	height: 100%;
	margin: 0;
	font-size: 15px;
	text-indent: 5px;
	background-color: transparent;
	border: none;
	color: white;
	padding: 0;
	/* margin: 10px 20px; */
	text-indent: 10px;
}

.headerbox-search-form input[type="search"]:focus {
	box-shadow: none;
	background-color: transparent;
}

.headerbox-search-form input[type="search"]::placeholder {
	font-size: 12px;
	font-weight: bold;
	color: white;
	opacity: 1;
	text-transform: uppercase;
}

.headerbox-search-form button {
	width: 40px;
	padding: 0;
	margin: 0;
	flex-shrink: 0;
	display: none;
}

.headerbox-search-form i {
	font-size: 14px;
}

.search-cont .search-button {
	display: none;
}

@media screen and (min-width: 1024px) {
	.search-cont {
		position: relative;
	}

	.search-cont .search-button {
		width: 40px;
		height: 40px;
		padding: 0;
		margin: 0;
	}

	.search-cont .headerbox-search-form i {
		margin-top: 4px;
	}

	.search-cont .headerbox-search-form input[type="search"] {
		padding-bottom: -1px;
		border-bottom: 1px solid white;
		text-indent: 0;
		margin-left: 5px;

	}

	.headerbox-search-form input[type="search"]::placeholder {
		font-size: 15px;
		color: white;
		opacity: 1;
		text-transform: capitalize;
		font-weight: normal;
	}

	.search-cont .search-button.active {
		margin-left: -5px;
	}

	.search-cont .search-button .close {
		display: none;
	}

	.search-cont.active .search-button .open {
		display: none;
	}

	.search-cont.active .search-button .close {
		display: block;
	}

	.search-cont .headerbox-search-form {
		opacity: 0;
		pointer-events: none;
		position: absolute;
		right: 100%;
		top: 0;
		width: 320px;
		height: 23px;
		z-index: 25;
		transition: opacity 200ms ease-in-out;
		margin: 0;
		margin-top: 5px;
		border: none;
	}

	.header-right-top .contentRender_name_plugins_nav_secondary_primary20.deactivate,
	.header-right-top .contentRender_name_plugins_weather_weather.deactivate {
		display: none;
	}

	.search-cont.active .headerbox-search-form {
		opacity: 1;
		pointer-events: all;
	}

	.headerbox-search-form button {
		width: 40px;
		height: 100%;
		padding: 0;
		margin: 0;
	}

	.search-cont .search-button {
		display: block;
	}
}