.search-page-wrapper {
    min-height: 100vh;
    padding: 180px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f0f7fd;
    position: relative;
    z-index: 1;
} 
.search-page-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.1;
    z-index: -1;
    background-position: center;
    background-size: cover;
    background-image: url('../img/search-wave-bg.webp');
}
.search-gif {
	height: 200px;
	max-width: 590px;
	margin: 0 auto;
	background-image: url('../img/search.gif');
	background-position: center;
	background-size: contain;
}

.search-gif {
    height: 200px;
    max-width: 590px;
    margin: 0 auto;
    background-image: url('../img/search.gif');
    background-position: center;
    background-size: contain;
}

.search-bar {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #6240bb24;
    padding: 10px;
    background-color: #fff;
    max-width: 750px;
    margin: 0 auto;
    box-shadow: 0 5px 20px #6240bb24;
    position: relative;
}

.search-bar::before {
    content: '';
    position: absolute;
    background-image: url('../img/search.gif');
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    height: 30px;
    width: 30px;
    background-repeat: no-repeat;
    background-size: contain;
}

.search-bar input {
    padding: 12px 20px 12px 59px;
    caret-color: #0083eb;
    color: #0083eb !important;
}
.search-bar button {
    outline: 0;
    border: 0;
    background-color: #0083eb;
    color: #fff;
    padding: 0 30px;
    border-radius: 5px;
    height: 50px;
}
#search-form {
    align-items: center;
    position: relative;
    width: 100% !important;
}

.search-bar::before {
    content: '';
    position: absolute;
    background-image: url('../img/searchicon.gif');
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    height: 30px;
    width: 30px;
    background-repeat: no-repeat;
    background-size: contain;
    z-index:1;
}

.search-results .summary {
	padding: 45px 0 20px 0;
}
.result-url {
	display: block;
	padding: 20px 30px 25px;
	transition: all 0s ease-in-out !important;
	border-radius: 5px;
	margin: 0;
	margin-bottom: 0px;
	background-color: #fff;
	margin-bottom: 30px;
}
.result-url span {
	color: #6d7077;
	font-size: 12px;
}
.result-url h3 {
	color: #0083eb;
	font-size: 20px;
	padding: 3px 0 1px;
}
.result-url p {
	color: #4d5156;
	font-size: 14px;
	line-height: 1.6;
	margin: 0;
	font-weight: 500;
}

.result-url {
	display: block;
	padding: 20px 30px 25px;
	transition: all 0s ease-in-out !important;
	border-radius: 5px;
	margin: 0;
	margin-bottom: 0px;
	background-color: #fff;
	margin-bottom: 30px;
}

.result-url span {
	color: #6d7077;
	font-size: 12px;
}

.result-url p {
	color: #4d5156;
	font-size: 14px;
	line-height: 1.6;
	margin: 0;
	font-weight: 500;
}

.result-url {
	display: block;
	padding: 20px 30px 25px;
	transition: all 0s ease-in-out !important;
	border-radius: 5px;
	margin: 0;
	margin-bottom: 0px;
	background-color: #fff;
	margin-bottom: 30px;
}

.result-url span {
	color: #6d7077;
	font-size: 12px;
}

.result-url p {
	color: #4d5156;
	font-size: 14px;
	line-height: 1.6;
	margin: 0;
	font-weight: 500;
}

.result-url {
	display: block;
	padding: 20px 30px 25px;
	transition: all 0s ease-in-out !important;
	border-radius: 5px;
	margin: 0;
	margin-bottom: 0px;
	background-color: #fff;
	margin-bottom: 30px;
}

.result-url span {
	color: #6d7077;
	font-size: 12px;
}


.result-url p {
	color: #4d5156;
	font-size: 14px;
	line-height: 1.6;
	margin: 0;
	font-weight: 500;
}