#sg_b.sungroup .responsive {
	display: block;
	margin: 0 auto;
	max-width: 100%;
    height: auto;
}
#sg_b.sungroup .row-products {
	display: flex;
	flex-direction: row;
	justify-content: center;
	gap: 10px;
	font-family: poppins,arial;
	width: 100%;
	min-width: 750px;
	flex-shrink: 10;
}
#sg_b.sungroup .row-products .sg_sp1_box {
	display: flex;
	flex-direction: column;
	position: relative;
	width: 100%;
	max-width: 50%;
}
#sg_b.sungroup .sg_sp1_bottom {
	margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    flex-grow: 1;
	width: 100%;
}
#sg_b.sungroup .sg_sp1_bottom .button{
	margin-top: 15px;
	width: 100%;
}
#sg_b.sungroup .row-products .border {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 20px;
	box-sizing: border-box;
	background-color: #fff;
	border: 2px #f5f5f5 solid;
}
#sg_b.sungroup .row-products a.border:hover {
	transition: 0.2s;
	box-shadow: 0px 0px 20px -5px rgb(191, 191, 191);
	position: relative;
	z-index: 5;
}
#sg_b.sungroup .row-products .sg_sp1_box a {
	text-decoration: none;
}
#sg_b.sungroup .row-products .sg_sp1_box .prodName {
	font-size: 21px;
	font-weight: 400;
	line-height: 130%;
	color: #000;
	margin:0 0 auto;
	width: 100%;
}
#sg_b.sungroup .row-products .sg_sp1_box .bg-text {
	font-size: 25px;
	min-height: 45px;
	font-weight: 700;
	line-height: 100% !important;
	color: #fff;
	width: 100%;
	padding: 0px 10px;
	box-sizing: border-box;
	z-index: 3;
	display: flex;
    justify-content: center;
    align-items: center;
}
#sg_b.sungroup .row-products .plus {
	position: absolute;
	top: 40.5%;
	transform: translateY(-50%);
	right: -27px;
	z-index: 6;
}
#sg_b.sungroup .row-products .sg_sp1_box .btn-wrapp {
	margin-top: auto;
	width: 100%;
}
#sg_b.sungroup .row-products .sg_sp1_box article {
	height: 100%;
	width: 100%;
}
#sg_b.sungroup .contentColumn {
	width: 50%;
}
#sg_b.sungroup .row-products .sg_sp1_box .sg_hide_box_above_text {
    background-color: white!important;
}
#sg_b.sungroup .sg_sp1_box:not(:last-child) .sg_plus_sign{
	position: absolute;
    right: -32px;
    top: 50%;
    width: 54px;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: red;
    font-size: 50px;
    z-index: 10;
    font-weight: 600;
    color: white;
    border-radius: 50%;
	pointer-events: none;
	transform: translate(0px, -50%);
}
#sg_b.sungroup .sg_sp1_box:last-child .sg_plus_sign{
	display: none;
}
/* with steps */
#sg_b.sungroup .sg-steps-section.sg-steps-with-boxes{
	max-width: 100%;
	margin-bottom: 20px;
}
#sg_b.sungroup .sg_steps_with_boxes_cont{
    display: flex;
	align-items: center;
    gap: 10px;
}

#sg_b.sungroup .sg_set_red_color .btn{
    background-color: #fe0000;
	color: white!important;
}

#sg_b.sungroup .sg_set_red_color .btn:hover{
	border-color: #fe0000;
    background-color: rgb(254, 0, 0, 0.6);
}

#sg_b.sungroup .button .btn{
	line-height: unset;
	max-width: 320px;
	min-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
	padding-right: 5px;
    padding-left: 5px;
	line-height: 120%!important;
}

@media(max-width:1380px){
	#sg_b.sungroup .row-products{
		padding: 0px 10px;
    	box-sizing: border-box;
		min-width: 55%;
	}
	#sg_b.sungroup .row-products .sg_sp1_box .prodName {
		font-size: 18px;
	}
}
@media(min-width:1360px){
	#sg_b.sungroup .row-products{
		width: 100%;
    	min-width: 55%;
	}
}
@media(max-width:1000px){
	#sg_b.sungroup .sg_steps_with_boxes_cont{
		flex-wrap: wrap;
	}
	#sg_b.sungroup .sg-steps-with-boxes .sg-steps-row{
		margin-top: 0px;
		margin-bottom: 20px;
		max-width: 600px;
		gap: 20px 40px;
	}
}
@media(max-width:600px){
	#sg_b.sungroup .row-products{
		padding: 0px;
		gap: 5px;
	}
	#sg_b.sungroup .row-products .sg_sp1_box .prodName{
		font-size: 16px;
	}
	#sg_b.sungroup .row-products .border{
		padding: 15px;
		padding-bottom: 10px;
	}
	#sg_b.sungroup .sg_sp1_bottom{
		margin: 0 auto;
	}
	#sg_b.sungroup .button .btn{
		padding: 0px 10px;
		display: flex!important;
		justify-content: center;
    	align-items: center;
	}
	#sg_b.sungroup .sg_sp1_box:first-child .sg_plus_sign{
		right: -23px;
		width: 40px;
		height: 40px;
		font-size: 40px;
	}
	#sg_b.sungroup .row-products .sg_sp1_box .bg-text{
		font-size: 20px;
		min-height: 40px;
	}
}

@media(max-width:400px){
	#sg_b.sungroup .row-products .sg_sp1_box .bg-text{
		font-size: 16px;
		min-height: 35px;
	}
	#sg_b.sungroup .button .btn{
		font-size: 16px;
	}
}