<style>
    
    .elementor-shortcode input::-webkit-input-placeholder,
.elementor-shortcode textarea::-webkit-input-placeholder {
	color: #ffffff !important;
}
.elementor-shortcode input:focus::-webkit-input-placeholder,
.elementor-shortcode textarea:focus::-webkit-input-placeholder{
	color: #ffffff !important ;
}

/* Firefox < 19 */
.elementor-shortcode input:-moz-placeholder,
.elementor-shortcode textarea:-moz-placeholder{
	color: #ffffff !important ;
}
.elementor-shortcode input:focus:-moz-placeholder,
.elementor-shortcode textarea:focus:-moz-placeholder{
	color: #ffffff !important ;
}

/* Firefox > 19 */
.elementor-shortcode input::-moz-placeholder,
.elementor-shortcode textarea::-moz-placeholder{
	color: #ffffff !important ;
}
.elementor-shortcode input:focus::-moz-placeholder,
.elementor-shortcode textarea:focus::-moz-placeholder{
	color: #ffffff !important ;
}

/* Internet Explorer 10 */
.elementor-shortcode input:-ms-input-placeholder,
.elementor-shortcode textarea:-ms-input-placeholder{
	color: #ffffff !important ;
}
.elementor-shortcode input:focus:-ms-input-placeholder,
.elementor-shortcode textarea:focus:-ms-input-placeholder{
	color: #ffffff !important ;
}



.contact-wrap .elementor-shortcode input::-webkit-input-placeholder,
.contact-wrap .elementor-shortcode textarea::-webkit-input-placeholder {
	color: #ffffff !important ;
}
.contact-wrap .elementor-shortcode input:focus::-webkit-input-placeholder,
.contact-wrap .elementor-shortcode textarea:focus::-webkit-input-placeholder{
	color: #ffffff !important ;
}

/* Firefox < 19 */
.contact-wrap .elementor-shortcode input:-moz-placeholder,
.contact-wrap .elementor-shortcode textarea:-moz-placeholder{
	color: #ffffff !important ;
}
.contact-wrap .elementor-shortcode input:focus:-moz-placeholder,
.contact-wrap .elementor-shortcode textarea:focus:-moz-placeholder{
	color: #ffffff !important ;
}

/* Firefox > 19 */
.contact-wrap .elementor-shortcode input::-moz-placeholder,
.contact-wrap .elementor-shortcode textarea::-moz-placeholder{
	color: #ffffff !important ;
}
.contact-wrap .elementor-shortcode input:focus::-moz-placeholder,
.contact-wrap .elementor-shortcode textarea:focus::-moz-placeholder{
	color: #ffffff !important ;
}

/* Internet Explorer 10 */
.contact-wrap .elementor-shortcode input:-ms-input-placeholder,
.contact-wrap .elementor-shortcode textarea:-ms-input-placeholder{
	color: #ffffff !important ;
}
.contact-wrap .elementor-shortcode input:focus:-ms-input-placeholder,
.contact-wrap .elementor-shortcode textarea:focus:-ms-input-placeholder{
	color: #ffffff !important ;
}


.elementor-shortcode .col-half{
	flex: 0 0 50%;
	max-width: 50% ;
}
.elementor-shortcode .wpcf7-form{
	display: flex ;
	align-items: flex-start ;
	flex-wrap: wrap ;
	justify-content: space-between ;
}
.elementor-shortcode .col-full{
	flex: 0 0 100% ;
	max-width: 100% ;
}
.elementor-shortcode .form-col{
	padding:0 15px ;
	margin-bottom: 40px;
}
.elementor-shortcode .form-col:last-child{
	margin-bottom: 0 ;
}
.elementor-shortcode .form-col input[type="text"],
.elementor-shortcode .form-col input[type="email"],
.elementor-shortcode .form-col input[type="tel"],
.elementor-shortcode .form-col input[type="password"],
.elementor-shortcode .form-col input[type="date"],
.elementor-shortcode .form-col input[type="number"],
.elementor-shortcode .form-col input[type="url"],
.elementor-shortcode .form-col textarea,
.elementor-shortcode .form-col select{
	background-color: transparent;
	border: none ;
	outline: none ;
	box-shadow: none ;
	max-width:100% ;
	width:100% ;
	background-repeat: no-repeat ;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5) ;
	color: #ffffff ;
	font-size: 18px ;
	font-family: "Gotham-Light" ;
	border-radius: 0  ;
	line-height: 26px ;
	padding: 13px 0 ;
	height: 52px ;
}

.contact-wrap .elementor-shortcode .form-col input[type="text"],
.contact-wrap .elementor-shortcode .form-col input[type="email"],
.contact-wrap .elementor-shortcode .form-col input[type="tel"],
.contact-wrap .elementor-shortcode .form-col input[type="password"],
.contact-wrap .elementor-shortcode .form-col input[type="date"],
.contact-wrap .elementor-shortcode .form-col input[type="number"],
.contact-wrap .elementor-shortcode .form-col input[type="url"],
.contact-wrap .elementor-shortcode .form-col textarea,
.contact-wrap .elementor-shortcode .form-col select{
	border-bottom: 1px solid rgba(53, 53, 53, 0.12) ;
	color: #ffffff !important ;
}

.elementor-shortcode .form-col input[type="text"]:focus,
.elementor-shortcode .form-col input[type="email"]:focus,
.elementor-shortcode .form-col input[type="tel"]:focus,
.elementor-shortcode .form-col input[type="password"]:focus,
.elementor-shortcode .form-col input[type="date"]:focus,
.elementor-shortcode .form-col input[type="number"]:focus,
.elementor-shortcode .form-col input[type="url"]:focus,
.elementor-shortcode .form-col textarea:focus,
.elementor-shortcode .form-col select:focus{
	border-bottom: 1px solid #70c0e9;
	color: #ffffff !important;
}
.elementor-shortcode .form-col textarea{
	min-height: 100px ;
}
.elementor-shortcode .form-col span{
	position: relative ;
	display: block ;
}
.elementor-shortcode span.wpcf7-not-valid-tip {
	position: absolute  ;
	top: 105% ;
	left: 0 ;
	font-family: 'Gotham-Light' ;
	font-size: 14px ;
	background: #70c0e9 ;
	padding: 3px 9px ;
	border-radius: 2px ;
}
.elementor-shortcode span.wpcf7-not-valid-tip:before{
	content:'' ;
	position: absolute  ;
	top: -8px ;
	left: 10px ;
	border-bottom: 8px solid #70c0e9 ;
	border-right: 8px solid transparent ;
	border-left: 8px solid transparent ;
}
.elementor-shortcode .form-col span.wpcf7-form-control-wrap:after{
	content: '';
	position: absolute ;
	top: 13px ;
	right: 0 ;
	width: 27px ;
	height: 27px ;
	background-repeat: no-repeat 0;
	background-position: right top -13px ;
	z-index: -1 ;
	display: block ;
}
.input-name span.wpcf7-form-control-wrap.your-name:after{background-image: url("https://nbbpa.com/dev/wp-content/themes/Nicholas/images/name-icon.png") ; z-index: 99999;}
.input-email span.wpcf7-form-control-wrap:after{background-image: url("https://nbbpa.com/dev/wp-content/themes/Nicholas/images/email-icon.png") ; z-index: 99999 !important;}
.input-phone span.wpcf7-form-control-wrap:after{background-image: url("https://nbbpa.com/dev/wp-content/themes/Nicholas/images/phone-icon.png") ; z-index: 99999 !important;}
.input-state span.wpcf7-form-control-wrap:after{background-image: url("https://nbbpa.com/dev/wp-content/themes/Nicholas/images/location-icon.png") ; z-index: 99999 !important;}
.input-city span.wpcf7-form-control-wrap:after{background-image: url("https://nbbpa.com/dev/wp-content/themes/Nicholas/images/location-icon.png") ; z-index: 99999 !important;}
.input-message span.wpcf7-form-control-wrap:after{background-image: url("https://nbbpa.com/dev/wp-content/themes/Nicholas/images/message-icon.png") ; z-index: 99999 !important;}
.elementor-shortcode .form-col span.focus:after{background-position: right top -66px ;}
.elementor-shortcode .white-button, .elementor-shortcode .black-button{margin-bottom: 0 ;}

.wpcf7 div.wpcf7-validation-errors, .wpcf7 div.wpcf7-acceptance-missing {
	border: 2px solid #70c0e9 ;
	color: #ffffff !important ;
	margin: 20px auto ;
}
</style>