/*
Theme Name:   Polaris RDS Child
Theme URI:    https://github.com/ESBlueCorona/bc-rds
Description:  Polaris RDS Child Theme
Author:       By Polaris RDS Team
Template:     rds
Version:      2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  polaris-rds-child
Tags: one-column, custom-menu, featured-images, theme-options, translation-ready
GitHub Theme URI: /ESBlueCorona/bc-rds
*/
@media (max-width: 767px) {
.service_icon_blocks {
right: -23px !important;
bottom: -4px !important;
width: 38px;
height: 38px;
border-radius: 100%;
display: flex;
position:absolute;
justify-content: center;
align-items: center;
}
}
.service-card:not(.hover-overlay) {
position: relative;
z-index: 1;
}
.service-card:hover .hover-overlay {
top: 0;
left: 0;
}
.hover-overlay {
position: absolute;
top: 100%;
left: 100%;
width: 100%;
height: 100%;
background-color: currentColor;
transition: top .4s ease, left .4s ease;
z-index: -1;
}
.service_block .rounded-20{
border-radius:20px;
}
body main strong a  {
text-decoration: none !important;
color: #F16C52 !important;
font-weight: 700 !important;
}
body main strong a:hover {
text-decoration: underline !important;
}


#gform_41 ul.gfield_checkbox li label {
	color:#000 !important;
}

#gform_41 #field_41_25 {
	display:flex;
	justify-content: center;
	padding-top: 25px !important;
}

@media (max-width: 767px) {
	#gform_41 #field_41_25 {
	justify-content: flex-start;
}
}
#gform_41 #field_41_25 .gform-field-label.gfield_label_before_complex {
	margin-top: -30px !important;
	text-align: center;
	font-family: var(--Font-Family-Body-Font, "Open Sans") !important;
	font-size: var(--Font-Size-Smaill, 18px) !important;
	font-style: normal !important;
	font-weight: 700 !important;
	text-transform: none !important;
}

#gform_41 #field_41_25 .ginput_container_checkbox {
	width: 396px;
	max-width: 95%;
}

@media (max-width: 640px) {
	#gform_41 .top_label li.gfield.gf_right_half {
    width: 100%;
    padding-left: 0 !important;
	padding-right: 0 !important
}
	#gform_41 .top_label li.gfield.gf_left_half {
   		width: 100%;
		padding-left: 0 !important;
 		padding-right: 0 !important;
}
}