/*Error inputs*/
.error-input{
	border: #ff3737 1px  solid !important;
	/*border-style: solid !important;*/
	/*border-color: #ff3737 !important;
	border-style: solid !important;*/
}

.error{
	font-size: 12px !important;
	color: #ff3737 !important;
	text-transform: none !important;
}

.rating-input--error svg {
	stroke: #ff3737;
}

.contact-form{
	position: relative;
}
.g-recaptcha{
	margin-top: 10px;
}

/*Loader*/
.sk-double-bounce {
	width: 4em;
	height: 4em;
	position: relative;
	margin: auto;
}

.sk-double-bounce .sk-child {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #fcb32a;
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: sk-double-bounce 2.0s infinite ease-in-out;
	animation: sk-double-bounce 2.0s infinite ease-in-out;
}
.sk-double-bounce .sk-double-bounce-2 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

@-webkit-keyframes sk-double-bounce {
	0%, 100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes sk-double-bounce {
	0%, 100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.grecaptcha-badge{
    /*display: none;*/
    visibility: hidden;
}

.checkBtn a.active {
	color: #fff;
}

.checkBtn a.active .checkmark {
	opacity: 1;
	background-color: rgb(86, 86, 86);
}
