/*
Theme Name: Astra Child
Description: Acronym Solutions child theme.
Template: astra
Version: 1.0.2
*/

.tab:after {
	content: '';
	display: block;
	border-bottom: 5px solid #00FFFF;
	transform: scalex(0);
	transition: transform 0ms ease-out;
}
.tab.active:after {
	transform: scalex(1);
	transform-origin: 0% 50%;
	transition: transform 10000ms ease-in;
}
.tab.active a {
	background: #00475D !important;
	color: #FFFFFF !important;
}
body:not(.elementor-editor-active) .box.first_box {
	display: block;
}
body:not(.elementor-editor-active) .box {
	display: none;
}
body.elementor-editor-active .box {
	display: block !important;
}

.grecaptcha-badge {
	visibility: hidden;
}
.elementor-field-type-email input[type="email"] {
	min-width: 100% !important;
	width: 100% !important;
	max-width: 100% !important;
	box-sizing: border-box !important;
}
.elementor-field-type-email .nb-validation-message {
	width: 100% !important;
	margin-top: 5px !important;
	box-sizing: border-box !important;
}
.elementor-field-type-email .elementor-field {
	width: 100% !important;
	display: block !important;
}
