/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 13 2023 | 12:44:31 */
li#menu-item-618,#menu-item-624 {
    position: absolute;
    right: 40px;
    background: #2def08;
    transition: .5s auto;
    border-radius: 3px;
}

div#checkbox-1 span.forminator-checkbox-label {
    color: white;
}
.forminator-description.forminator-description-password {
    display: none !important;
}
#menu-item-624 {
    right: 140px !important;
}
li#menu-item-618:hover, #menu-item-624:hover {
    transform: scale(0.9);
    background: transparent;
    border: 3px solid #2def08;
}
li#menu-item-618 a ,#menu-item-624 a{
	color:black;
	font-weight: bold;
	 border: 0 solid #2def08 !important;
}

li#menu-item-618 a:after , #menu-item-624 a:after{
	content:none !important;
}
li#menu-item-618:hover a,#menu-item-624:hover a {
    color: #2def08;
}

footer li#menu-item-618,footer #menu-item-624{
	display:none !important;
}
@media only screen and (max-width:760px){
	.forminator-checkbox__wrapper a {
		color: #17a8e3;
	}
	button.forminator-button.forminator-button-next {
		height: 46px !important;
		
	}
	button#forminator-submit {
		height: 46px !important;
	}
	div#nbe-that-img img {
		margin-left: 0;
		position: relative;
		left: 17% !important;
	}div#nbe-that-img {
		overflow: hidden;
	}
	li#menu-item-618, #menu-item-624 {
		position: absolute;
		right: 0 !important;
		background-color: unset !important;
		transition: .5s auto;
		border-radius: 3px !important;
		display: flex;
		max-width: 30%;
		left: 0;
		margin: auto;
		bottom: -50px;
		justify-content: center;
	}
	li#menu-item-618 a, #menu-item-624 a {
		color: black !important;
		font-weight: bold;
		border: 0 solid #2def08 !important;
		padding: 15px !important;
		margin: 0 !important;
		background: #2def08;
	}
	
	li#menu-item-618 {
		left: -50% !important;
	}
	#menu-item-624 {
		right: -50% !important;
	}
	nav.hfe-nav-menu__layout-horizontal.hfe-nav-menu__submenu-arrow.menu-is-active.hfe-dropdown {
		padding-bottom: 60px;
	}
}

@media only screen and (min-width:760px){
	span.forminator-step-label {
    	display: flex;
    	width: 150px;
 	   margin-top: 40px;
	}
}
}