/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 12 2026 | 12:01:33 */
.banner_search .gform_wrapper.gravity-theme .gfield select.large{
	font-size: 14px;
	font-weight: 700;
	color: #284253;
	padding: 12px 16px;
	border: 1px solid #284253;
	border-radius: 100px;
}



.banner_search .gfield_select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(/wp-content/uploads/2025/09/Clip-path-group-1.svg);
    background-repeat: no-repeat;
    background-position: right 10px center;
}

.banner_search .gform_fields{
	display: flex !important;
	gap: 20px !important;
}

.banner_search .gfield--type-select{
	flex: auto;
}

.banner_search .gform-button{
	border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
    font-weight: 700;
    font-size: 14px;
	transition-duration: 500ms;
	background: rgba(246, 145, 123, 1);
	transition: all .3s linear;
	    padding-top: 14px;
	text-decoration: none;
	
    padding-right: 48px;
    padding-bottom: 14px;
    padding-left: 48px;
	color: #ffffff;
}

.banner_search .gform-button:hover, .banner_search .gform-button:active, .banner_search .gform-button:focus{
	background: #284253;
	color: #ffffff;
}

.healthacare_temp_third_row{
	position: relative;
}

.healthacare_temp_third_row:before {
    content: "";
    position: absolute;
    top: -256px;
    left: 0;
    background: url(/wp-content/uploads/2025/11/Industries-Animated-Line-1.svg);
    height: 400px;
    width: 267px;
    z-index: 10;
    background-size: contain;
    background-repeat: no-repeat;
}

.healthacare_temp_benefits_row{
	position: relative;
	overflow-x: clip;
}

.healthacare_temp_benefits_row:before {
    content: "";
    position: absolute;
    top: -123px;
    right: -90px;
    background: url(/wp-content/uploads/2025/11/Industries-Animated-Line-4.svg);
    height: 100%;
    width: 330px;
    z-index: 10;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom left;
	
}

.specialists_blog_grid.home_blog_content_style .pp-content-post .pp-content-grid-post-image{
	height: 176px;
}