

.custom-search-popup {
	display: none;
	position: fixed;
	z-index: 999999999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
	justify-content: center;
	align-items: center;
}

.custom-search-popup .popup-content {
	background: white;
	padding: 40px;
	max-width: 800px;
	width: 90%;
	position: relative;
	border-radius: 10px;
	min-height: 60vh;
}

.custom-search-popup .popup-close {
	position: absolute;
	top: 10px;
	right: 10px;
	background: #7da46b;
	border: none;
	font-size: 50px;
	cursor: pointer;
	padding: 0;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	line-height: 0;
	box-shadow: 0 0 25px #0000005c;
}

.custom-search-popup .popup-content{
	text-align: center;
}

.custom-search-popup h2{
	color: #e57400;
	margin-bottom: 5px;
	font-size: 26px;
	font-weight: 600;
}

.custom-search-popup h3{
	color: #2b633c;
	font-size: 26px;
	font-weight: 600;
}


.custom-search-popup p{
	color: #2b633c;
	font-size: 14px;
	display: block;
	max-width: 650px;
	margin: auto;
	margin-top: 20px;
}

.custom-search-popup .is-form-style-1{
	border: 1px solid #FFD395;
	max-width: 550px;
	margin: auto;
	border-radius: 25px;
	padding: 3px !important;
}


.custom-search-popup .is-form-style-1 input[type="search"]{
	border-radius: 25px;
	border: none  !important;
}

.custom-search-popup .is-form-style-1 input[type="submit"]{
	border-radius: 25px;
	border: none  !important;
	background: #3C828D !important;
	color: white;
	padding-left: 16px !important;
	padding-right: 16px !important;
	margin-top: 3px;
	margin-right: 5px;
	font-size: 13px !important;
}