/*==================================================
EasyClaimers PCP - custom 
==================================================*/

#qubiq-container .group-1 .group-content,
#qubiq-popup-container .group-1 .group-content {
	margin-top: 40px !important;
}

#qubiq-container .fa,
#qubiq-container .fas,
#qubiq-popup-container .fa,
#qubiq-popup-container .fas {
	font-family: "Font Awesome 6 Pro" !important;
	font-weight: 900 !important;
}

.teaserBlockRight {
	min-height: 25vw;
}

.section_main::before {
	opacity: 0.9;
}

/*==================================================
EasyClaimers PCP - custom - Floating Image
==================================================*/

.float_image_1 {
	left: -5px;
	top: -57px;
	position: absolute;
	pointer-events: none;
	min-width: 7%;
	z-index: 10;
}

.float_image_2 {
	left: -86px;
	top: -95px;
	position: absolute;
	pointer-events: none;
	max-width: 35%;
	z-index: 10;
}

@media (max-width: 1400px) {
	.float_image_1 {
		left: -46px !important;
		top: -60px px !important;
		max-width: 40%;
	}
}

@media (max-width: 1200px) {
	.float_image_1 {
		left: -181px !important;
		top: 173px !important;
		max-width: 40%;
	}

	.counter_text {
		font-size: 0.8em;
	}
}

@media (max-width: 1200px) {

	.float_image_1,
	.float_image_2 {
		display: none !important;
	}
}

@media (min-width: 1400px) {
	.floating-image {
		top: -58px;
	}
}

@media (max-width: 1399px) and (min-width: 1200px) {
	.floating-image {
		top: -48px;
	}
}

@media (max-width: 1199px) and (min-width: 992px) {
	.floating-image {
		top: -40px;
	}
}

@media (max-width: 991px) {
	#main_text .site-console {
		display: none;
	}
}