.full-field label,
.slim-field-left label,
.slim-field-right label {
	width: 100%;
	display: inline-block;
}

.full-field input,
.slim-field-left input,
.slim-field-right input {
	width: 100%;
	display: inline-block;
}

.full-field {
	display: inline-block;
	width: 100%;
}

.slim-field-left {
	display: inline-block;
	width: 48%;
	float: left;
}

.slim-field-right {
	display: inline-block;
	width: 48%;
	float: right;
}

.gwaa_map {
	height: 300px;
	display: none;
}

.pac-container {
	z-index: 999999;
}
.gwaa-info-wrapper {
	max-height: 0;
	overflow: hidden;
	transition: all .3s ease-in;
	display: block;
	padding: 0 20px;
	background-color: #efefef;
}
.gwaa-info-wrapper input {
	background-color: transparent;
    margin: 20px 0 15px;
    width: 100%;
	font-size: 12px;
}
.gwaa-info-wrapper .wrap-input100 {
	margin: 0;
}
.gwaa-info-wrapper.active {
	max-height: 500px;
}
.gwaa-info-wrapper .col-md-6 {
	margin-bottom: 30px;
}
.wpcf7-form-control.gmautocomplete {
	width: 100%;
	color: #555;
}
.gwaa-info-wrapper input::placeholder {
	color: #555 !important;
	opacity: 1 !important;
}
.autocomplete-input-wrapper .wpcf7-not-valid-tip {
	/* background-color: red;
	color: white;
	border-radius: 4px;
	padding: .3rem .5rem;
	position: absolute;
	right: 0;
	top: 0; */
}
.swal2-container {
	z-index: 999999 !important;
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
	background-color: #555 !important;
}
.swal2-styled.swal2-confirm:focus {
    box-shadow: none !important;
}
.swal2-icon.swal2-error {
	color: #555 !important;
	border-color: #555 !important;
}
.swal2-styled.swal2-confirm,
button.swal2-confirm {
    background-color: #d3d3d3!important;
    border-radius: 100px!important;
    padding: 0.5rem 3rem!important;
    text-transform: uppercase;
    line-height: 1.8rem!important;
    font-weight: 600;
    font-size: 16px!important;
    color: #555!important;
}