.single-slide.kg-single-slide {
	background: white;
	padding: 36px;
	border-radius: 16px;
	border: none;
	border: 1px solid #dfe0e4;
	text-align: center;
	display: flex !important;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 0;
}

.single-slide.kg-single-slide::after {
	content: "";
	position: absolute;
	z-index: 1;
	max-width: calc(100% - 20px);
	max-height: calc(100% - 20px);
	background: rgba(7, 76, 62, 0.05);
	border-radius: 16px;
	width: 100%;
	height: 100%;
	transition: all 0.35s ease-in-out;
	z-index: -3;
}

.single-slide.kg-single-slide:hover::after {
	background: #005969;
}

.single-slide.kg-single-slide:hover ul.simple-list li {
	color: #fff !important;
}

.single-slide.kg-single-slide:hover h3 {
	color: #fff;
}

.single-slide.kg-single-slide:hover .ico-thumb {
	color: #fff !important;
}

@media screen and (max-width: 991px) {
	.kg-offer-section {
		height: 100%;
		border-bottom-left-radius: 20px;
		border-bottom-right-radius: 20px;
	}
	.kg-primeoffer {
		padding-top: 20px;
	}
}
@media screen and (max-width: 767px) {
	.kg-primeoffer h1 {
		font-size: 22px;
	}

	.kg-text {
		font-size: 16px !important;
	}

}

label.kg-label:before{
      border: 2px solid #0a5f59;
}
 
input[type="radio"] + label.kg-label:before{
      box-shadow: 0 0 10px #0a5f59;
}
 
input[type="radio"]:checked + label.kg-label:before {
    background-color: #0a5f59;
}
 
.card .step-forms-active .form-group .btn-group .kg-self-employed{
	font-size: 15px !important;
}
